{"commit": "d5b1fb02ef236e952d5e3eeb630ca9118f2f695e", "message": "#JC-508 dots in username\n", "proba": 2.25841858991771e-07}
{"commit": "21d4247724b2a289e4a1558917ab0128efa4041f", "message": "GH-41 Init TokenPattern\n", "proba": 6.453315677390492e-07}
{"commit": "2b65fea01ba166c7dcb5a0d94e1f63a4e1cd173b", "message": "Word2Vec new serialization\n", "proba": 1.0286109954904532e-06}
{"commit": "0b66e20f223fda64dba0f12c84f8cd10ef5a3f3c", "message": "Discussions should trigger RSS feed in group\n", "proba": 4.1281816720584175e-07}
{"commit": "71fe72f09f16364039a428ba41b955169121839e", "message": "\u4f7f\u7528ribbon\u3001sidecar\u8c03\u7528\u975ejvm\u5fae\u670d\u52a1\u63a5\u53e3\u7684demo\n", "proba": 1.245985714604103e-07}
{"commit": "69a862f9ac7114ed7245b83b1cd54d45e62ca810", "message": "initial import\n", "proba": 6.214378913682594e-07}
{"commit": "3822d7506a351955438cd0e4114c3b3d57d4e52d", "message": "*** empty log message ***\n", "proba": 5.360483328331611e-07}
{"commit": "fa64de4026e7ac9cc3b2d348ca1b7d794244ab89", "message": "jUnit for the overlapping assembly tuff\n\n\ngit-svn-id: ed25c26de1c5325e8eb0deed0b990ab8af8a4def@2776 7c6358e6-4a41-0410-a743-a5b2a554c398\n", "proba": 2.9544560220529092e-06}
{"commit": "dacc92e6d484de8b4d4977c4915d5886b10b0e3f", "message": "Updated base API url to new address.\n", "proba": 1.1454609705197072e-07}
{"commit": "0d92bb677eea6d9bb2ecca140803378a3834602a", "message": "pac4j-async-238 Implement DefaultUrlResolver in terms of WebContextBase\n", "proba": 3.1962605362423346e-07}
{"commit": "a6286765303267dca25e6302f99b673e78f12832", "message": "Added statement to log exception\n", "proba": 1.8743476459803787e-07}
{"commit": "53e1de1f0edcc5c792083b2fff3cabd162076dd7", "message": "[104151] \"entity reference error\" not being highlighted by as-you-type validatoin\n", "proba": 1.2664958148889127e-07}
{"commit": "748fc4a659a51dbdb4f94134e61f6a89c6b16416", "message": "Initial commit of Command\n", "proba": 2.138751824531937e-07}
{"commit": "58772a4e311278a1b4312721a855e7eb8d53c56e", "message": "CodegenUtil: Use the topmost refined parameter to determine the name of the default parameter method, since refining methods can change the parameter name\n", "proba": 2.465435784415604e-07}
{"commit": "62e536c3a22c2320886b4212451b5d53b2b742f4", "message": "Add some javadoc.\n", "proba": 1.5187011115358473e-07}
{"commit": "852f7b620f969313fd27c157d616fccd6383d032", "message": "code simplification\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1098181 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.003667083103209734}
{"commit": "4bf86e4d40217a9e56f073168445fbd42fc357ad", "message": "missed nullcheck\n", "proba": 5.147874730937474e-07}
{"commit": "2be331fc90fcf6c56288870b656b6b7a5c692c2f", "message": "Moving files to GFX.\n", "proba": 1.218406993075405e-07}
{"commit": "c81a5d632172721f71267f521f0d3e6dc3ae7e43", "message": "Fix bad merge in KeyguardHostView\n\nThis restores the fix detailed in Change-Id: I866d4b42493df3a6449d8eabc3ea140dc39dac57\n\nChange-Id: Ibe75afd7a612cf96a56e5815a198c2047c7ff5bd\n", "proba": 2.802499466270092e-06}
{"commit": "c8befa2234ff63a01c3b0048a8a5543ac2fe4377", "message": "Create WoodPegTile.java", "proba": 1.1798492778325453e-06}
{"commit": "a8416505150a99227691f9a8ce45913a2cf6fff5", "message": "switching computers\n", "proba": 2.7352155029802816e-06}
{"commit": "5a29b9d515c3ba458fc120c345462350c6535d44", "message": "XLCLOUD-614 Implement basic screens for projects management in VCMS\n", "proba": 1.1280152989456838e-07}
{"commit": "9a58e1276a31d2adb793e89305311fd624154f7c", "message": "Added integration-arqullian servlet used in SAML tests\n", "proba": 1.394280531030745e-07}
{"commit": "898ed0e665e73de62a6533c1d6410ea9d04c09de", "message": "removed unused imports\n", "proba": 5.81701726787287e-07}
{"commit": "15bbb4d400a61df0042ee3f1115fa00bb15b8114", "message": "Add file missing from previous commit", "proba": 2.5830399863480125e-07}
{"commit": "7f54b0f3dc2cd1e088122aaadcc16d099974f515", "message": "Fix for test\n", "proba": 9.98367568172398e-07}
{"commit": "cb46da2d607e2abc42aace0d1f8d5ec95cf90dab", "message": "Added utility class and moved utility methods to it from activity serializer\n", "proba": 1.3218254935054574e-07}
{"commit": "bfeced5ce25671de55d7834d2777e835afcff605", "message": "GRAILS-8759 - fix implicit @TestFor\n\nThe code that looks at a test class name like AuthorControllerTests to figure out if @TestFor(AuthorController) should be implicitly added was checking to see if the test class name ends with the artifact indicator.  It was doing something like if('AuthorControllerTests'.endsWith('Controller')) instead of if('AuthorController'.endsWith('Controller')).\n", "proba": 1.0881087291636504e-05}
{"commit": "ff8592e6a3d4af940d1123caa03b8483a4dcd70f", "message": "[WFLY-12346] Adding test to add Elytron jdbc-realm in admin only mode\n", "proba": 1.1801729726812482e-07}
{"commit": "1ed158a698201b3de78ede3c478d1fbc92a1480e", "message": "Improve TR logging when a certificate from TO fails to decode\n\nThis adds the name of the delivery service as well as the hostname of\nthe certificate it failed to decode.\n", "proba": 1.1021717227777117e-07}
{"commit": "3d87a364fa65e0cb55712219d7d101de0064358f", "message": "Minor: No more decoy hits + better default.\n", "proba": 1.0496155056216594e-07}
{"commit": "1c33bdd53bbe78c4d3430e145c461dcb06919dcf", "message": "allow changes after last publish to be discarded\n", "proba": 1.5752193860407715e-07}
{"commit": "f19ce86e0d68eb1f85398ad9eab0c2b1edf5b958", "message": "validator tests\n", "proba": 8.305120218210504e-07}
{"commit": "961b8d2b3e879de09fb3bbcfc7af31548b749cde", "message": "added test for assessment period controller changes\n", "proba": 1.3314318891843868e-07}
{"commit": "4d3a4430e35bdd26e6e5eb33908ee47efa5abdc1", "message": "Add unit test for parsing localizationMethods from CRConfig\n", "proba": 1.7932288187694212e-07}
{"commit": "7aaa600ffcd5b69b326610ce6d171b387f19d677", "message": "added findBySmartObjectId and related SQL.", "proba": 1.1185166925997692e-07}
{"commit": "0232021bd0eeee5701b3e456bff2f0ce82eb42a4", "message": "Fix #43\n", "proba": 1.0981570994772483e-06}
{"commit": "77a5552ad1eb528ba89f26eb3d23b0630ced38fa", "message": "Add MarkdownDeletedTextInterceptor", "proba": 6.577527642548375e-07}
{"commit": "640951322075ea59f62e3ca1212e92cc9ffae4fd", "message": "Fix wrong database column\n", "proba": 0.005258078221231699}
{"commit": "c771708fed48233746fd15a310fdfb6f31345845", "message": "first checkin of ConfigurationModule class\n", "proba": 1.5141051790124038e-07}
{"commit": "67cda42e270688d20681e315c8887d61b9946039", "message": "\u7ebf\u7a0b\u4f18\u5148\u7ea7Demo", "proba": 6.074262728361646e-07}
{"commit": "46df412defc81ba5548480e372174dae803ad7ce", "message": "Restore some tests required for a client. Added an annotation to make this clear.\n", "proba": 1.0085816626315136e-07}
{"commit": "901a5a90d768f6685bba773733c59a350e3fa529", "message": "new Licence Block\n\ngit-svn-id: ab5bf4358eb1d1206b526f2c2b4833398a5928e7@570 55fde302-37b5-4f85-817a-e5eb813054a9\n", "proba": 4.427211308666301e-07}
{"commit": "327999d482309eee0bc7c1afcf2b935847c69cbe", "message": "Spring web controllers.\nchanged wording in table column from legacy data to data.\nadded legacy data link\nadd gene details page table for file download\nfixed null problem of phenotype_call_summary.gf_acc\nexport table as csv/excel stuff\ninitial addition to repos\nfor table export in various of format\n", "proba": 1.6991056384085823e-07}
{"commit": "78b003c1a54cc927c9a8b60aee1bd6cc6d0e6d0e", "message": "Create module-info.java", "proba": 1.4139566246740287e-06}
{"commit": "a47fe5f24db2d053e61b2a1ade212648743ae0b6", "message": "fix: remove set tag from XBMC nfo after removing a  movie from a set\n", "proba": 6.424436946872447e-07}
{"commit": "935c9d22f13927f97f04c9c93a50bb88ea36ac2c", "message": "Added JUnit tests for TeachingMaterialViewModel", "proba": 1.1760776175151477e-07}
{"commit": "6d5f38bb17474185af2b2e198916b06a093089de", "message": "finish problem 760\n", "proba": 9.654887435317505e-06}
{"commit": "82c0b84e65afc4b1cc3c3f886a8d386342b1edc3", "message": "Korjasin et toi tarkistapisteet metodi toimii\n", "proba": 5.547958608076442e-07}
{"commit": "acf2d214b674d191e38d9d165181ef181fa2bffa", "message": "New service to gather up all mapping errors\n", "proba": 2.5467119257882587e-07}
{"commit": "bcb007cf74163a28d0ecc37a9250cdac9f6b6b91", "message": "[MPIR-28] improve convergence report\n\no Ignore counting snapshots for dependencies that are projects in the reactor.\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@561140 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.0444437066325918e-06}
{"commit": "ba003c67e39ee021ee70c88e5df79d78ec71d18d", "message": "Passes minimum tests except for the slight variation on how I print the day vs what was specified (ex: May 01, 2015 vs May 1st, 2015). My way is more readable anyway ;-)\n", "proba": 3.0540257967004436e-07}
{"commit": "f7566714c609acf63a999c06c2c07117f8bc9a00", "message": "added bot to check for pathways without literature references (for curation event)", "proba": 1.0465329580711114e-07}
{"commit": "8c7b69fc9ec35f9d51654db311651fb5c6f1c0ba", "message": "KEYCLOAK-13748 Create automated test for scenario with alternative subflow for credential reset\n", "proba": 1.1675999189719732e-07}
{"commit": "c27cdca34cc48553023cf4acd18674a2b816a9d9", "message": "[ANA-76] Tests\n", "proba": 3.777568053919822e-07}
{"commit": "f6f227060e28122d9beb5456f1b6b9e3cf68b300", "message": "Atualizacao autom\u00e1tica\n", "proba": 1.5049522517074365e-06}
{"commit": "e1b0b5501bb559d2f816e05dea997b3bce716491", "message": "ImageSelectUI now calls ImageManager::load when a new image is added\n", "proba": 1.912021332373115e-07}
{"commit": "ca7c0197893377a486570975bd6d790c4990ff3d", "message": "adaptSize UnitTests\n", "proba": 2.9913817911619844e-07}
{"commit": "6d82f6355615ad53bac69ccdff466c248f7a737c", "message": "Add background executor for IAsyncRunnable tasks.\n", "proba": 1.2483121736295288e-07}
{"commit": "360ec2c7a1803701b537b9d13e17c19ba8034016", "message": "remove hard reference to StructuredTextEditor\n", "proba": 1.5727546269772574e-06}
{"commit": "5906965ed4832cb65cf35b237d0feef770543075", "message": "Android: empty credentials\n", "proba": 0.9985596537590027}
{"commit": "aa6bea106e578894f3564e037f4d837b3b5c45bc", "message": "o.c.d.d.epics: debugged epics enum test\n", "proba": 6.165216746012447e-06}
{"commit": "149d404a486425b15cd73f8c4ddbb6752b746a4e", "message": "[nobug] add taglib display name to information\n", "proba": 1.989716480466086e-07}
{"commit": "d53fd21d10d7a3fc459a795148f0eaa5aae35da9", "message": "refix Space changes\n", "proba": 4.1291463048764854e-07}
{"commit": "64d13805f6d2ed76127e0f1370496e909f90fe11", "message": "[no bug] protect against null value.\n", "proba": 1.1827012968979034e-07}
{"commit": "3b80f98e3361490faa9da3d15ff80fa7a08d39c3", "message": "New object that maps an Object onto Data\n", "proba": 0.003822427475824952}
{"commit": "00a5a982c6cef2cfaba1b339129240587658b5ff", "message": "remove leading and tailing white spaces in TpmOwnerAuth.\n\nSigned-off-by: Theresa Shan <470cb05cf677e8b3630d422f461142db707a480c@intel.com>\n", "proba": 1.5734282499124674e-07}
{"commit": "febef13d60d291c4336e4b9ab4f548d7ea2078ec", "message": "add swap()\n", "proba": 9.271747103412054e-07}
{"commit": "b4af6c3406a486a45cbdb757dfb60982d6fc10a6", "message": "Adjusted validfrom of the keys\n", "proba": 9.800438647289411e-07}
{"commit": "cc9a5a147781ec877ac29d5c526aff20fb0211d5", "message": "[interpreter.tests] Add EvaluateExpressionTest\n", "proba": 1.5111898221675801e-07}
{"commit": "00754d843f16fa3f452163bc04af7e44160810f7", "message": "modifed WithKeys Playground Example\n", "proba": 1.5381762352717487e-07}
{"commit": "957021fc50edd3080352954ec1a03892895dc184", "message": "Revert \"Updated tests to utilize setupTest\" because of withFilter\n\nThis reverts commit f9e13daa2c7d31dda27e0b471c137fc28fa7e4f9.\n\nConflicts:\n\tsdk/test/sdk.testapp/src/main/java/com/microsoft/windowsazure/mobileservices/sdk/testapp/test/MobileServiceSyncTableTests.java\n", "proba": 1.7011044519676943e-06}
{"commit": "20febb10601f5faa77c941bc75dde9cb281d7963", "message": "Atualizacao autom\u00e1tica\n", "proba": 1.5049522517074365e-06}
{"commit": "cc76f70fe31f40a710440a9bb42187ac7f3fd105", "message": "Addendum for missing file YARN-1256. NM silently ignores non-existent service in StartContainerRequest (Xuan Gong via bikas)\n\ngit-svn-id: 18f68cb356f2bf53a217c39a7af1470588d83bce@1529048 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.138359948527068e-06}
{"commit": "c395a2bc598060666ec79eb8c1a45aced0373715", "message": "Renamed rule to show its true intent, fixed test\n", "proba": 1.6552091608446062e-07}
{"commit": "b699fa7873035c36acbb3c7f5733b906fdad2da3", "message": "\n\nSVN-Revision: 12501\n", "proba": 1.7065740109956096e-07}
{"commit": "f58874d666e961289e62b485f5a532e4c9c8a8d4", "message": "- added injection into RileyLinkCommunicationManager... It must have been removed...\n", "proba": 1.0547410056460649e-07}
{"commit": "e6c6557878b6f6eddb4b78fb7906d8a1deb8743d", "message": "Support cohort ingestion test\n", "proba": 2.483327250502043e-07}
{"commit": "e84a501f00314c42097b7b5ef1bb5b1498e8da33", "message": "Add microbenchmark for LongKeyedBucketOrds (#58608)\n\nI've always been confused by the strange behavior that I saw when\r\nworking on #57304. Specifically, I saw switching from a bimorphic\r\ninvocation to a monomorphic invocation to give us a 7%-15% performance\r\nbump. This felt *bonkers* to me. And, it also made me wonder whether\r\nit'd be worth looking into doing it everywhere.\r\n\r\nIt turns out that, no, it isn't needed everywhere. This benchmark shows\r\nthat a bimorphic invocation like:\r\n```\r\nLongKeyedBucketOrds ords = new LongKeyedBucketOrds.ForSingle();\r\nords.add(0, 0); <------ this line\r\n```\r\n\r\nis 19% slower than a monomorphic invocation like:\r\n```\r\nLongKeyedBucketOrds.ForSingle ords = new LongKeyedBucketOrds.ForSingle();\r\nords.add(0, 0); <------ this line\r\n```\r\n\r\nBut *only* when the reference is mutable. In the example above, if\r\n`ords` is never changed then both perform the same. But if the `ords`\r\nreference is assigned twice then we start to see the difference:\r\n```\r\nimmutable bimorphic    avgt   10   6.468 \u00b1 0.045  ns/op\r\nimmutable monomorphic  avgt   10   6.756 \u00b1 0.026  ns/op\r\nmutable   bimorphic    avgt   10   9.741 \u00b1 0.073  ns/op\r\nmutable   monomorphic  avgt   10   8.190 \u00b1 0.016  ns/op\r\n```\r\n\r\nSo the conclusion from all this is that we've done the right thing:\r\n`auto_date_histogram` is the only aggregation in which `ords` isn't final\r\nand it is the only aggregation that forces monomorphic invocations. All\r\nother aggregations use an immutable bimorphic invocation. Which is fine.\r\n\r\nRelates to #56487\r\n", "proba": 0.9999160766601562}
{"commit": "fa9249a8d6a59fec5c4be1f488891c274179c43c", "message": "Created transformer to compute RL ratios", "proba": 2.8222456194271217e-07}
{"commit": "fa1dab38acdf2fbf0e593d9711d58776918fe546", "message": "show affected imports as 'cycle.DoCycle: [normal.Normal]'\n", "proba": 9.17497254704358e-06}
{"commit": "cae21cbae3629f85e9c57f91a306d388b15eae56", "message": "Needs this libc library wrapper for closing all open file descriptors\n", "proba": 2.9648782629010384e-07}
{"commit": "ae2dea94f758ab10d7fc42d65709c18387cfa31d", "message": "Renamed to ImageHeight back to ImageLength to match DCM and TIFF Header naming\n", "proba": 1.4211214249826298e-07}
{"commit": "03c70da17c11e9b0f9977c020b0641a9a7cbba2e", "message": "javassist\n", "proba": 1.466832941332541e-06}
{"commit": "861ef5a1dd651b413ace8b013eaa24bfca2e181f", "message": "Initial commit of a test for the DocumentPerLineCollectionReader\n", "proba": 1.4176615081851196e-07}
{"commit": "b8a47e57c7c878d46d485676702d59ef85e979aa", "message": "[ANDROSDK-684] Add OrganisationUnitOrganisationUnitGroupLinkPublicAccessShould\n", "proba": 1.7290683729243028e-07}
{"commit": "252822eab2fec1bdda51805a8842446a542368cf", "message": "KYLO-1268 Dashboard cache with SLA violations and entity access control\n", "proba": 1.0719598719788337e-07}
{"commit": "59efa4fedd88b53003a1b7b5fc489ff5652c2868", "message": "Use correct count for number of examples when training from MultiDataSet paths\n", "proba": 1.742129569493045e-07}
{"commit": "f41128449a0e461417a8784453d7becd08e82e68", "message": "Add grid constraints instrumented solver\n", "proba": 3.0939949624553265e-07}
{"commit": "d9c3bafc5795871e0cbdfe19df00878b6254df29", "message": "KRACOEUS-5028\n", "proba": 2.7855028861267783e-07}
{"commit": "175a9763257ecd78ca069b1e0d7416ae1333e11e", "message": "leetcode-017 letter combinations of a phone number\n", "proba": 2.6568834528006846e-06}
{"commit": "02df67238117c77e1ec4ee9b0d2cd3e73d8d3bc2", "message": "Create KarelAutoBLUE.java", "proba": 5.127304575580638e-06}
{"commit": "36c7e46acfa07b4944d82454a95f977ecd09bc05", "message": "platforms/android/bignerd/0-GeoQuiz/app/src/test/java/com/forty_two_vision/sharkspeed/basic0geoquiz/ExampleUnitTest.java\n", "proba": 1.979899252546602e-06}
{"commit": "30bfe4730dac3425ff20a357ee7d6e5390973db9", "message": "Adding external memory sorting routine\n", "proba": 3.796257601607067e-07}
{"commit": "fa31706f6749e859ac3b1890ce71b259bc47d649", "message": "Bug 1125: Added regression test\n\nChange-Id: I455134dc95b8af4f4f0c79b11e55fd01b58731e4\nSigned-off-by: Tony Tkacik <d0658a876d3f3373fb5ecec624b553a76d54e737@cisco.com>\n", "proba": 1.2255763692792243e-07}
{"commit": "ec51d01436c2fd12da05b4363582611c3c8c1a0a", "message": "add packege-info\n", "proba": 1.446554733774974e-07}
{"commit": "4b6704241c9999af996390e6a72b0c350005c5b0", "message": "testing: add TurtleWriterTest\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@10077 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 1.1730649021046702e-06}
{"commit": "8ec32ea7d1f8c78eb57bddcb8fb8fa3472680bb2", "message": "Sonar recommended fix: Use Index Of Char.\n", "proba": 1.0452642129621381e-07}
{"commit": "9513a8a1ff375ea2e1c9b37feffaf5ae31579960", "message": "Create VillagerShops.java", "proba": 1.8302405635495234e-07}
{"commit": "9feb22c391c05c4abbdafcb4dc80c90d462b911b", "message": "Complete all TODO items\n", "proba": 2.237441367469728e-05}
{"commit": "561434fb77bad700dcb802c0e88f32703bd99d5e", "message": "Create Watermelon.java", "proba": 0.0011596041731536388}
{"commit": "e440a6b70ad175fa9b49839e0f8babd13a41913c", "message": "Best fit search\n", "proba": 5.306148977979319e-06}
{"commit": "b62b18b241655e0c5aaa273b4381f5f771274544", "message": "Create MicroStrings.java", "proba": 1.178152615466388e-06}
{"commit": "f2fa0531ef610bec41bf4a50df29a6267b41dc8b", "message": "Add a bare-bones EventResultsEditorDialog\n\nThis is a dialog because I intend it to be modal--the user should be\nunable to interact with the rest of the app while the dialog is open.\nFailure to adhere to this could lead to strange behaviors--users opening\nmultiple EREDs that become out-of-sync for each other, users minimizing\nEREDs...", "proba": 1.638856446106729e-07}
{"commit": "f9b8b07939854866fa5e9f0eaf467668acd94179", "message": "Reformatted type arguments\n", "proba": 1.172879137811833e-06}
{"commit": "9088cfc210276fba1ecb2c900f74ac63ae67e38d", "message": "More minor fixes to LegacyPooling2D to avoid issues in unrelated code :/ (#2593)\n\n", "proba": 9.870197459349583e-08}
{"commit": "e4a0139b80659c52c05c7be6697f3a7ddaed38a6", "message": "Update ResizeRequired paintable even if only width has changed (#8313)", "proba": 1.0567345043455134e-07}
{"commit": "06036e2ccf79acc110e365b2e5a89f1839b81fe2", "message": "fixed some tests\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@10745 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 601ef1e17d4df8b8f7bd780e6c903f148cfdfec2", "proba": 2.145005737475003e-06}
{"commit": "76bb7e321a87c175542701dd93f6f39db7c52671", "message": "Initial Commit V2", "proba": 7.118856615306868e-07}
{"commit": "36a9be775bb255136ccba8bffd162d4b50c7f158", "message": "Create LongestMonotonicArray.java", "proba": 0.0005770570714958012}
{"commit": "4001a1c8d2dd3072660fe74f80856c7a1bc3fa6a", "message": "Create a catalog entry for the profiling relations for all workers. ", "proba": 1.0281465989692151e-07}
{"commit": "2cd7b6eb15d450f047a76b203e9ea858a2ab7410", "message": "Adding the PredicatesTest.\n", "proba": 1.4235494916192692e-07}
{"commit": "7f7c82b1dcee1656ddbbb9e3e013542e6b873eb2", "message": "Flex 3580 updates firmware for apps (#325)\n\n* FLEX-3580 ~ Updates for restructured firmware\r\n\r\n* FLEX-3580 ~ Cleans up code\r\n", "proba": 1.2328443688147672e-07}
{"commit": "ff53b67e3d18741923f20b131a143b3931df3c71", "message": "Test that @Transform works in its various supported use cases, and fails as\nearly as possible in situations where the developer is fucking up.\n\n", "proba": 9.916239918084102e-08}
{"commit": "b4e7d2871b147bb828912eda73c06161c99a44f9", "message": "Ant task to insert a label into an existing node in the\nsitetree.\n\n\ngit-svn-id: f6f45834fccde298d83fbef5743c9fd7982a26a3@40621 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999551773071289}
{"commit": "e2f61b3e2a116fa35ed8e1f883fa004ffed72db4", "message": "Call method start to fix creating two subscriber for topic\n", "proba": 1.775588884811441e-07}
{"commit": "4600f0c2ab1ccf89764765c5824c6fccb04abe5c", "message": "implement code generation class for split operator", "proba": 4.185264117495535e-07}
{"commit": "fd7e06c994585d1a4fc7212440ddcd237c9283c8", "message": "OC-380 Removes circuit breaker config for smart metering notification\ntests\n", "proba": 1.181217896828457e-07}
{"commit": "648de44b7e903f54caea1d20e86955b5a3d0561e", "message": "Create Server.java\n\nAll the server stuff are still in progress! NOT FINISHED YET!", "proba": 1.0227346791680247e-07}
{"commit": "0b6bd7054080877eea7e2078e7c2116fa530fe3f", "message": "CAMEL-18131 - camel-health - Add health checks for components that has extension for connectivity verification - DynamoDB Streams\n\nSigned-off-by: Andrea Cosentino <cdba4b3ecd9bd0b77c9c6c6fb10023f62236650e@gmail.com>\n", "proba": 1.2194462328807276e-07}
{"commit": "86aa8e8c64bf4ca9d09fc175ecf0dd867b06b666", "message": "*** empty log message ***\n\n", "proba": 5.360483328331611e-07}
{"commit": "396344935b4633c11d9e869ddc33d1d854c0f2ac", "message": "sample: asynch method execution example added", "proba": 2.3738779475479532e-07}
{"commit": "ad43b57cdba1c3d2155616b71abf36408b4b7fea", "message": "Adding unit tests for RestAPIStoreUtils class\n", "proba": 2.076924943139602e-07}
{"commit": "0874c0fc9aa025c0ff06dbe9e99b6743f790f489", "message": "Start major refactoring with Harmonized System\n", "proba": 2.2035287372546009e-07}
{"commit": "65ba3ff93bc55be162c840f8c1aeb759ce98a76a", "message": "Added fallbacks on UnirestExceptions\n", "proba": 1.7974355159822153e-07}
{"commit": "4384eb8acdd5d8597d87c4bd965a5c2fb6fce8be", "message": "    CAMEL-18131 - camel-health - Add health checks for components that has extension for connectivity verification - Fix check for region before looking for enabled services - EKS\n\nSigned-off-by: Andrea Cosentino <cdba4b3ecd9bd0b77c9c6c6fb10023f62236650e@gmail.com>\n", "proba": 1.1628848284317428e-07}
{"commit": "59a1850373d16faf32ee668b9e9bcdfa332bbfbb", "message": "IFS-156 - Add `AssessorCompetitionSummaryRestService#getAssessorSummary` test\n", "proba": 1.2778224345311173e-07}
{"commit": "a74528dfef2bc9bea0b747daf42a3aa0cde80105", "message": "initial import\n", "proba": 6.214378913682594e-07}
{"commit": "ec00ab54f3795ecc11f783e74f715461ea49d5bd", "message": "fixed a nullpointerexception\n", "proba": 1.7517235164632439e-06}
{"commit": "02717bd1d82992ccf0b806cf14611a3abe954af9", "message": "refactor follow tag fragment\n", "proba": 0.009628626517951488}
{"commit": "ec37055831c9a1da4a6cbbf9e55611cb0c181b0a", "message": "\u9996\u9875\u5217\u8868\u76d1\u542c\uff0c\u5feb\u901f\u4e0b\u5355\u7b2c\u4e8c\u754c\u9762\u52a8\u6001\u63a5\u5165\uff0c\u90e8\u5206\u5c0f\u6309\u94ae\u76d1\u542c\uff0c\u67e5\u770b\u8ba2\u5355\u754c\u9762\u66f4\u6362\uff0c\u5206\u4eab\u529f\u80fd\u63a5\u5165\n", "proba": 1.1833714097519987e-07}
{"commit": "569dddfcbaa2ef180d33d2a516e0491ff3ef5aac", "message": "failing test for participant delete feature\n", "proba": 2.3613239363839966e-07}
{"commit": "6474d1c2c179d237b2f938d04af6aa44712d5fd8", "message": "Atualizacao autom\u00e1tica\n", "proba": 1.5049522517074365e-06}
{"commit": "173a10354655f688c93498f82e2a6e8fffdc7ff0", "message": "45 Implement Default Credentials Provider\n", "proba": 1.1483003703460781e-07}
{"commit": "64a6e039601173341098f7fe2634ec9eddf7d519", "message": "do not add namespace to @property attribute\n", "proba": 5.366558752939454e-07}
{"commit": "7b4d5b018600534648b87afac572df8b55a40344", "message": "\u0414\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u043e \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0444\u0443\u043d\u043a\u0446\u0438\u0439\n", "proba": 1.7039268641383387e-05}
{"commit": "793ef2a1846ac24cc863f498741b30dfade1ea34", "message": "cleaned-up the test: redundant vars eliminated, static fields made non-static to avoid race tests interdependency,\nfixed HARMONY-2284 #1\n\nsvn path=/harmony/; revision=478836\n", "proba": 9.118692787524196e-07}
{"commit": "822b4f0e1a9f3dc271e3ce07edda7d6f07942dd2", "message": "add ErrorFrame\n", "proba": 5.717942599403614e-07}
{"commit": "aacec3aeb02dac4df4b17a752030ad0a52708e7e", "message": "rod for binary GELI files (still needs to be tested)\n\n\ngit-svn-id: 4561c0a8f080806b19201efb9525134c00b76d40@1198 348d0f76-0448-11de-a6fe-93d51630548a\n", "proba": 3.12705822125281e-07}
{"commit": "a4a5b84384c45440643092b49bffd2053aeebad8", "message": "TDP-52: fix previous commit (fingers crossed)\n", "proba": 1.7759531090177916e-07}
{"commit": "b94336719d21199a275f2f56373ca06c0963f98d", "message": "Creating instantiation of abstract interface.\n", "proba": 1.228719810342227e-07}
{"commit": "ebc818cf252df495d337628e5079bc65a6f9134b", "message": "Moved from caaers web\n\nSVN-Revision: 1417\n", "proba": 1.1487823314837442e-07}
{"commit": "2958e477a5a37f8ebcd052ff31eff4d992136ff9", "message": "add class  AddColumnExtractResult\n", "proba": 6.087101382945548e-07}
{"commit": "c5ac347c0ad638ddd91566c1910b0d3ddcc29808", "message": "Replaced multiple controls with a buddy\n", "proba": 3.7174422118368966e-07}
{"commit": "5151e9492a6c051b18a1536c3150f4f1356d6381", "message": "add test basic class\n", "proba": 3.0717026220372645e-06}
{"commit": "3daf5cdbb19cbbd4cbdf54fbbe844915da4c202e", "message": "fixing an issue where wrong paths persit in the output page, initiate always to empty string to overcome\n\n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@552869 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.2494924350176e-05}
{"commit": "fe2a4b2c85fec8cca2950ec979cc69dc9e0b8f4a", "message": "[Monica, Andrei] Add JobProgressListener.\n", "proba": 1.0866602906389744e-07}
{"commit": "344b7509153cdd993218cd5104c7e5c07cd35d3c", "message": "Add missing test file of YARN-3733\n\n(cherry picked from commit 405bbcf68c32d8fd8a83e46e686eacd14e5a533c)\n", "proba": 2.5506932388452697e-07}
{"commit": "54791567d6e7a850fd853de920e186bb1dcc7e9b", "message": "added test for APIKeyValidationServiceImpl\n", "proba": 1.885705813720051e-07}
{"commit": "14a999337f6318b5493996db589ae757218eb23a", "message": "Bug #79595\nGet SenderHomeCommunity through to XACML attributes.\n", "proba": 1.0001736683307172e-07}
{"commit": "0a0a270f49ae0f268ed14edae4deebe24378274d", "message": "Add constants\n", "proba": 0.00022761558648198843}
{"commit": "8bce8d13f4350ddde57ea8582caf1120d973b562", "message": "ZS-137 Solves review comment for emptyDto\n", "proba": 1.9410573770528572e-07}
{"commit": "323ad10b7b47fd81314862ed607028da15b2c29f", "message": "scorecard migrator\n", "proba": 1.0256194400426466e-06}
{"commit": "b452b245ffaf8c2b2bef2be6b72ce21706f07bc1", "message": "Reordered methods\n", "proba": 3.159390473683743e-07}
{"commit": "01a389def124e8394b1eb51a97d1e16602639d5b", "message": "Test humio tag setting from properties\n", "proba": 1.635707036484746e-07}
{"commit": "7e5a05b079fc22be110dfdb3c282592256439e6b", "message": "add EncryptStatementTest\n", "proba": 1.5120230045795324e-06}
{"commit": "1e7af2d7fdd0d6bbb186b03ad516d524543bc533", "message": "add model name to micro-service prediction response and log predictions to file\n", "proba": 1.391254755844784e-07}
{"commit": "93aa143a80667ef82de37cddc765fc3e2746b306", "message": "Remove obsolete code.\n", "proba": 0.00011903378617716953}
{"commit": "579cb18433d739d465e9596a1a3858f4bfd5b272", "message": "[snomed] Restore deleted interface in snomed.api", "proba": 1.8446831973051303e-07}
{"commit": "938c3ff29297114a6b59cb8e507706249d3db81e", "message": "Atualizacao autom\u00e1tica\n", "proba": 1.5049522517074365e-06}
{"commit": "f9c4cfd7b67e4094426ae64f963a869be3fac59a", "message": "add DashboardMetadataDaoFactory class\n", "proba": 3.1153840041042713e-07}
{"commit": "7aa0e2fba44ee50089555daaa1c8362024788a64", "message": "adding user profile client, which was accidently deleted in last commit\n", "proba": 1.6429392246664065e-07}
{"commit": "70f8540d0cc039e3c927ab26cfeb058c94251aac", "message": "ECM Integration (work in progress)\n", "proba": 1.1756077356039896e-07}
{"commit": "22a9b3bde3ea01d4b071ea7e300c559c25480121", "message": "Message #123\n", "proba": 2.671212655513955e-07}
{"commit": "d416c08b9e8726ae77b8aba81cfc02ddee4408b4", "message": "4138: Support Organization public projects\nhttps://q.tasktop.com/alm/#projects/c2c/task/4138\n", "proba": 2.976890982608893e-07}
{"commit": "cb5bc3c953227b454cd14b0f4d15dd30fa1a4933", "message": "Improved the check for possible merge.\n", "proba": 1.2661057269269804e-07}
{"commit": "2721ccca5c89eaafd24a681a45e9b72592b289da", "message": "binary tree done\n", "proba": 3.2742286748543847e-06}
{"commit": "332d3036010349ce09f5b20ccbb54fa0b35a702a", "message": "- updated to the latest RoboVM\n", "proba": 1.180362048103234e-07}
{"commit": "bc91d7f73e76eb11204512ba2c427207c0bf3bc1", "message": "Stop using asset manager and load directly from the assetPath\n", "proba": 1.4294154482286103e-07}
{"commit": "0f64973ee52d3774f7196f6510404b460c6980a6", "message": "zero: lineagehw: add DSIM-backed DisplayColorCalibration implementation\n\nChange-Id: I6cd7c049f94f0f7b58f02f219af63c524f1c2e8d\n", "proba": 9.341811164631508e-07}
{"commit": "886fa113f89db018673c94684e4a31681d596383", "message": "issue #6 added CommodityChannelindex indicator", "proba": 1.1596355165011119e-07}
{"commit": "a45d13a3f6d8d39a59acebd5bf81f21afd111245", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "2b9eb89aedf42717bede1d5c6fc3c854a9536fdb", "message": "Disable StrictMode when starting activity.\n\nSince intents can come in from older apps, don't let them crash us\nby including file:// Uris.  This narrows the relaxation to only apply\nwhen starting the requested intent.\n\nBug: 27070755\nChange-Id: Ifcf9068424e072f52758c8feeab5fbf23d678a2e\n", "proba": 8.949018024395627e-07}
{"commit": "3b8022ef8e28e79b587ac8a26fd055efd36bb4af", "message": "am f6a2ae37: Merge \"Fix a bug where window progress bars had the wrong default visibility on windows with action bars.\"\n\n* commit 'f6a2ae37191b77881971003461a1e00aaa83a88a':\n  Fix a bug where window progress bars had the wrong default visibility on windows with action bars.\n", "proba": 3.6822356719312666e-07}
{"commit": "efa5ffc883bb4078494110b17f8dee4b940720c4", "message": "am 90ce58ec: Use ApplicationInfo only when not in edit mode [DO NOT MERGE]\n\n* commit '90ce58ecfdf7231611d70c849f14e5e71d1c8220':\n  Use ApplicationInfo only when not in edit mode [DO NOT MERGE]\n", "proba": 1.1294372370684869e-07}
{"commit": "d128788c13023401a774088cbdc694dde6754b8f", "message": "updated test case\n", "proba": 1.1021828640878084e-06}
{"commit": "5634a19619d254ac576e8a395f33a0b3c83d77a9", "message": "Revert \"Just to be sure, let's test a failing test for #6.\"\n\nThis reverts commit bca657777aef385a31be659f739734b0a3d5e3a4.\n", "proba": 1.9545170459878136e-07}
{"commit": "c589acf8b37f5152faf7730108c972258995bd47", "message": "Criado o met\u00f3do de cadastrar o BcklogControl", "proba": 2.5757637445167347e-07}
{"commit": "d7f4fa094748b29aa960392b6fd97ccca7781591", "message": "Add logging for the git http servlet.", "proba": 1.204824400247162e-07}
{"commit": "2ccc6f18a332b8d8ffb6d5aaa475bd2ee8cb59af", "message": "Initial commit: DbInsider.java\n", "proba": 4.5641664314644004e-07}
{"commit": "5cf0e4a9123b5a159af69f301cd9a95d6bc7a2a3", "message": "Added the ThreadPoolApp file\n", "proba": 2.183773801789357e-07}
{"commit": "435283e97e5a0cfb346f96d68fb2633b6bdf905e", "message": "assed test\n", "proba": 1.2646132745430805e-06}
{"commit": "34945d8cea5767715bd944451203d13c94e330e1", "message": "- first preparation for the upcoming EssentialOCL -> CompleteOCL change:\n  * added CompleteOCLDocumentCS\" -> \"Root\" mapping to the\n    \"oclCS2PivotClassMap\" config property\n", "proba": 1.2719354458567977e-07}
{"commit": "5d07db8fc249edb8e59cd53d25aa75a37960938a", "message": "Create TtfFontHolder.java", "proba": 2.7475400088405877e-07}
{"commit": "b1f0484d243afb2096e886ed252327051b8add0f", "message": "Added Employee Variable for ID\n", "proba": 1.3811732912927255e-07}
{"commit": "554910abcf5f6586c9674dbc6883532773f75171", "message": "Add SQLServerDatabaseMetaDataDialectHandlerTest (#7936)\n\n", "proba": 1.255600068361673e-07}
{"commit": "c2e041295c8217576210d59fed9bbd3a6c28763c", "message": "+ added some defensive programming to ForegroundTrafficEvent\n", "proba": 1.3336851623080292e-07}
{"commit": "ea2ad981598c87748bd96599cd5a55814b20d8d6", "message": "am 53bd7030: Merge \"Fix 5149726: Add slight delay to initial lock screen \\'ping\\' animation.\"\n\n* commit '53bd70301d0a41847d45f8e1ea4e0886ee469a75':\n  Fix 5149726: Add slight delay to initial lock screen 'ping' animation.\n", "proba": 1.383263992238426e-07}
{"commit": "003a1973d4cf99a4979ee1e932fb08ecc28a167d", "message": "Update CommandEnd javadoc", "proba": 4.142339662394079e-07}
{"commit": "d0db98f01eb87806328a928a70fccf15f62b86a8", "message": "[156807]\n", "proba": 4.7238651745828975e-07}
{"commit": "717cc38bec0f4ca076ce93afc1c761a5ae4a348b", "message": "Add JUnit testing for ArpResponderService class.\n\nChange-Id: Id4509b10ca30250c83ce588ed41016b920fa0afd\nSigned-off-by: Alexis de Talhou\u00ebt <3f85d13b1d0fb141169e8f22f55d7ee87dcd5f00@inocybe.com>\n", "proba": 1.4301299700036907e-07}
{"commit": "5e8180ffd0a1d9f1af62ac7fd30d2f574fabf388", "message": "adding exploded webapp test cases\n", "proba": 4.2609300976437225e-07}
{"commit": "1d49b29238c5eeee3d1cf16a1c3a3e46d2c65aef", "message": "Integration test for Spring 3 Unpacked Webapp Regenerate\n", "proba": 1.2247782876784186e-07}
{"commit": "b5158baa6339df7514e1bc4c514bb57d4eac793e", "message": "Create CheckersUI.java", "proba": 5.248231218502042e-07}
{"commit": "007aa4e845a5375d051b9ebe663a63753a3bb47c", "message": "Delete Concatnate.java", "proba": 1.3973849490866996e-06}
{"commit": "b546f7e0d830c2be96eb6ded1c16d49b2429e6c9", "message": "Only launch an activity in an existing task if activity types match\n\nActivities with FLAG_ACTIVITY_NEW_TASK and FLAG_ACTIVITY_CLEAR_TASK\nflags, when sharing the home activity's task, could cause the home\nactivity to be cleared. Later when home is launched again, a reset\nof the task will be triggered each time.\n\nDon't put an activity into a task unless the activity types match.\n(This covers both home and recents activities.)\n\nbug: 21880868\nChange-Id: Ida26d187a6552914826bf45e537a731b3a15ea70\n", "proba": 5.410470112110488e-05}
{"commit": "4c5c6f43dd81031c2501e35b355fad5ebbf0ab87", "message": "[ProcessStas] fix index out of bounds when add duration.\n\nRoot Cause:\nThere is a defect in current ProcessStats design\nand following is the scenario:\n1. Process A is started due to activity with\nname of A\n2. Process A creates ProessState with application\nuid of A\n3. Process B is started due to isolated service\ndeclared in application A with name of A\n4. Process B uses ProcessState of Process A as\nit uses same application uid of A\n5. Process B is finished and it leads to\nProcessState marked as dead\n6. Process A still keeps using the invalid\nProcessState in dead state\n7. IndexOutOfBoundsException is triggered when\nsystem tries to update process state of Process A\n\nResolution:\nuse process uid to replace application uid for\ngetProcessStatLocked.\n\nChange-Id: I881ad9fc492c9e1a892c9e957180cebcfef8352d\nSigned-off-by: Ronnie Leng <3559e5703b9cb8ff5ae70dfcfc73a5b09f92682f@gmail.com>\n", "proba": 1.7895104974741116e-05}
{"commit": "e8741d23d2dd05c4cb3fed5ee6a4040ee96a60e3", "message": "*Always* kill the right uid's group\n\nBug 19285814\n\nChange-Id: Ifd49926f49911af3439f2a2a507908ecd3a2db25\n", "proba": 4.0267340750688163e-07}
{"commit": "48c0273eb978d44ee093f514545d4332f034e473", "message": "Fix to set package path properly after 'adb sync'\n\nThis is a followup to daec1722fae57a042c176664ec1e89c95095e926\n", "proba": 5.286136115500994e-07}
{"commit": "1a1c8b56f025ba8963c8a9905b7b8be4c8e4c9d4", "message": "Fixed a bug when padding with replication and the region replicated doesn't\nline up with the source image.\n\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@199380 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.083593012182973e-06}
{"commit": "ba402bc8c3ce19655d03bd6b7af1b11952a455ff", "message": "for #2722, add test case for SelectItemsSegment\n", "proba": 1.5750886461773916e-07}
{"commit": "52ccd89250365c2cc2bc938a7367be4c4be51039", "message": "SLING-5696 Provide Scripting FreeMarker feature\n\nadd SlingScriptingFreemarkerIT\n\ngit-svn-id: 6eed74fe9a15c8da84b9a8d7f2960c0406113ece@1741484 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.0056394589573756e-07}
{"commit": "f9ecdce4f1d2d12205f29e3ce13cc0b4103b5bfc", "message": "Defect 4217: Deleted members show up in the team page\nhttps://q.tasktop.com/alm/#projects/c2c/task/4217", "proba": 3.7454336165865243e-07}
{"commit": "1f6284322099cdff1e6a7ec6d1b9d4b86e8bc7ec", "message": "SLIM-1602 Rework after review part 2.", "proba": 1.0183316589973401e-07}
{"commit": "00833db924a02278ce702f3a3c4858e0e513924a", "message": "Update examples-javaee7\n", "proba": 1.577084702830689e-07}
{"commit": "6d06dd32f1ff44f6dcc7885194408603905b019d", "message": "Path of length K\n", "proba": 3.216907134628855e-05}
{"commit": "6b14ee301944346999e99cf035ce0f4ca7b025a4", "message": "Formata\u00e7\u00e3o da data ", "proba": 7.939983674987161e-07}
{"commit": "26b73e02581edabae470031b29393aeabd780f80", "message": " add app\n", "proba": 2.71458725364937e-06}
{"commit": "2b06193d7e1f7abb72965dd63e71e469aa5af87c", "message": "JS: add class 'ExternalProgram' to BasicObjects\n\nSigned-off-by: Harry King <409587b9e6671aa0763646191d292852dc49a658@gmail.com>\n", "proba": 1.2066124099874287e-07}
{"commit": "41fa73dcfb4831198c6bcc0aab08fccecc3440f4", "message": "display message according it's status\n", "proba": 2.3675750071561197e-06}
{"commit": "074352e0a3f3349695e5b81ddd5e0481573fd0b8", "message": "Adding way to automatically make graphs\n\nAt the moment this is probably about all that will be added.\n\nUpdate on the version number. Only going to change the number in the\nfiles affected when doing non-magor changes (IE the third number)\n", "proba": 1.072665511969717e-07}
{"commit": "e00b9d863696ba482e6925eafac3bf5bc724aaaa", "message": "release prepare\n", "proba": 1.6112187495309627e-07}
{"commit": "ea08ae934ec85ae386b560268dcca950bc0fa18a", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "ab384e9dd9d4aa669d2322464ba80a53fbb2d6ac", "message": "codeclean", "proba": 1.6131741631397745e-06}
{"commit": "a3efc472da9b8c642abf0fb2a1ead128f3af9b31", "message": "KCIRB-198 : Add Protocol Summary sub-panel (fix duplicate protocol personnel)\n", "proba": 9.991231308958959e-08}
{"commit": "2713bd4d9afe9f2fd55ad89ed9673d49f24b0752", "message": "Add fredsort to default permissions.\n", "proba": 1.1505102293085656e-07}
{"commit": "64ccfa2ffff9492b89a2a93a86398704e533c67d", "message": "working on buffering\n", "proba": 1.0789275393108255e-06}
{"commit": "327867f64a93f60eb36c5ae8eeb89f7539f3c870", "message": "add Hello.java\n", "proba": 3.3309483114862815e-05}
{"commit": "4e160fdd3ca848807a2aab569789c61d52b2654b", "message": "add GenericTestCase\n", "proba": 4.1329323607897095e-07}
{"commit": "480bdaeeddf77c8dd052bf4189d0f19a342d4a82", "message": "add tests for Config\n", "proba": 3.6850531159871025e-07}
{"commit": "0eb4da607118e28d56d18ff1bd1f060b0431c61c", "message": "am 1cb0de17: Merge \"Correct the comparison done in removeAdapter.\" into mnc-dev\n\n* commit '1cb0de17a9a4de137247f7bf69ec44a83e30efa2':\n  Correct the comparison done in removeAdapter.\n", "proba": 3.1544590228804736e-07}
{"commit": "f8030e419cdec4c3d14d38c1b3900ef70920ec91", "message": "am f75e3e01: am c07055c4: am bc69f97c: Merge \"Adds documentation to CdmaCellLocation get lat/long methods\"\n\n* commit 'f75e3e01f6e574a411fa936e070a7a9f2f606da7':\n  Adds documentation to CdmaCellLocation get lat/long methods\n", "proba": 3.296126465102134e-07}
{"commit": "92b7b2de0e6c24ca28a464e51c747ad590841ca9", "message": "Add tests for XmlAssertion\n\ngit-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1783937 13f79535-47bb-0310-9956-ffa450edef68\n\nFormer-commit-id: fe5c647dcf348b0d0c1c9dfb177c615d82d01021", "proba": 3.2927157462836476e-06}
{"commit": "be3b1237b1cff906d4a52e206eae328d835e9998", "message": "*** empty log message ***\n\n", "proba": 5.360483328331611e-07}
{"commit": "90f09b27dea6683b42ae81728fc329dfce18de9e", "message": "Add GPS 'Speed' class.\n", "proba": 4.6910308810765855e-06}
{"commit": "7449b70fdb89857ae114be40b5fee996f8405ed6", "message": "Beginnings of a functional test for attachments.\n\n", "proba": 1.1934082522202516e-07}
{"commit": "675cafb32cf82837a70e62c661d1ab7ad810744e", "message": "Add package info.java to ghcj package\n", "proba": 5.035741423853324e-07}
{"commit": "ecc05045eb9f2fed405635c6c8bc6e300da03abb", "message": "Create TriSpiral.java", "proba": 3.2314520126419666e-07}
{"commit": "7eebf5a2c26991dae8a48db9431831f034bfa927", "message": "Private button change.", "proba": 1.9080466984178202e-07}
{"commit": "1f09401a3d2d172fbfb6048e400072208bd496ca", "message": "Added TODOs for adding items before consumption\n", "proba": 1.7820657660649886e-07}
{"commit": "6a4182cd8e1df46720e0b0f395689ed7899e24e3", "message": "if purchase fails posting event of unexpected error (probably no connection)\n", "proba": 1.2509268287885789e-07}
{"commit": "b131936c2759f8b7e862492ef4ef980f908519cc", "message": "Fixed AipDomTest\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@6620 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 3.5224948646828125e-07}
{"commit": "4057a059291dd3a1d47e9e4e8bc909fa44bae574", "message": "- Cleaned up the test case\n- Added a new one testSoapHeadersBUG for Bug #12357 (but commented it out for now as our code fails)\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@255070 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.654298315173946e-07}
{"commit": "4d4117b88eb535a94f81e9b69df134623d043e02", "message": "UP-1024 adding CAbstractXslt channel, the base upon which the improved CMissingProperties is implemented.\n\n\ngit-svn-id: 477788cc2a8229a747c5b8073e47c1d0f6ec0604@10220 f5dbab47-78f9-eb45-b975-e544023573eb\n", "proba": 1.4801754559812252e-06}
{"commit": "d281b8544d5bfd88699c28675d6fd4d1d8692a36", "message": "add BitmapUtils\n", "proba": 3.638375005721173e-07}
{"commit": "449f43b37d998e712e7822a332960346f65aabc3", "message": "fix #4 IDrawable.java\u306e\u8ffd\u52a0\n", "proba": 1.6879131692348892e-07}
{"commit": "e0600c13dcb18b6c5e1108c4ced1064a036bd230", "message": "+MySQL: Added MySQL-Class\n", "proba": 1.5913316531168675e-07}
{"commit": "5dc122d72275d3ccc9098efda900b50823dac5ca", "message": "Added demo for \"75 Consider using a custom serialized form\".", "proba": 1.0245524606489198e-07}
{"commit": "898f46caa4916287c351decc632f6dd817f108e1", "message": "*Check can't be instantiated anymroe\n", "proba": 2.445993061428453e-07}
{"commit": "b489331d624f340a7e1ee3e8b2dab55102690657", "message": "A bit of clean-up.\n", "proba": 1.4415583393656561e-07}
{"commit": "0059d5c31f4b9dd0cc59bd671c6c51318269982b", "message": "destructuring in let expressions #2895\n", "proba": 1.985186486308521e-07}
{"commit": "a0107b604c92bfc635dc42aab231462b538b56c0", "message": "Add a stage that verifies that cluster size haven't changed during testing\n", "proba": 4.1556975816092745e-07}
{"commit": "fa09533ee7c68f8f194255711cba527d94e26f36", "message": "More tests.", "proba": 1.384884882327242e-07}
{"commit": "8539b8c63d415d3297b56aa244e51fd509326d98", "message": "Correctuion", "proba": 1.9113190319330897e-06}
{"commit": "ad8e64933c6d21ebe8b8751b81635dc413e4a1f5", "message": "Start message class\n", "proba": 8.506539188601892e-07}
{"commit": "da8e03ecbb64d06c43d6dd1aaf3c4f4a182b1f20", "message": "checked in some code\n", "proba": 2.0730858807382901e-07}
{"commit": "e1c9966da95a243b3bfbbf637711510f051c94db", "message": "Moar tests\n", "proba": 4.30114454275099e-07}
{"commit": "bd737b59b3f2943b42cfb5059954fdd46eb30c5e", "message": "add SWSpriteBatch\n", "proba": 3.6098165878684085e-07}
{"commit": "6ae6b81265c1762103d36130d87850bc8d519c52", "message": "rather than returning a simple response string, return a json object that can inform us of the status of the delegated request \u2026 and is also capable of returning a base64 encoded payload (for binary results like images) if required\n", "proba": 1.5446531165252964e-07}
{"commit": "d5209386eb73ff2fcee0c89b8038e8673e33185b", "message": "20210326-\u8de8\u57df\u914d\u7f6e\n", "proba": 1.2508576219261158e-07}
{"commit": "ac51c9aa7c6c127a3ad372c274b56beb347967c5", "message": "Job Monitor implementation\n", "proba": 9.630643944547046e-07}
{"commit": "729c60cf12a7a1e3ea846b2da70c4d869b138c50", "message": "- Fixed updateProviderProfile implementation\n", "proba": 1.287741326905234e-07}
{"commit": "a5ca728b63e8dbd35f6b2b77b34fc73935fb533f", "message": "Initial commit (#241).\n", "proba": 1.1708190328363344e-07}
{"commit": "9dffbb6d312b8f42258db3465174267d1a42c640", "message": "pageable\u8ffd\u52a0\n", "proba": 3.974837170517276e-07}
{"commit": "1f9daeda7877af63485b5743b273fcee9d3e5d92", "message": "uncomment test, apparently it was a bad snapshot\n\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@589562 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.431849679851439e-06}
{"commit": "6395fa30066cc6e5e3895d8c7b84eb5d3472af4d", "message": "add price change entity\n", "proba": 8.437387464255153e-07}
{"commit": "3865dc20503b3472436d8e561cd504f57698e12d", "message": "Remove debug statements\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@251978 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.005113156978040934}
{"commit": "63ba14082bd2d75dc4e1090c1e779f12aa3713ab", "message": "Fix for Bug 12246 -  Wsdl2Java generates buggy subclass constructor\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@255274 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.275766170598217e-07}
{"commit": "02b41eafb2a75b62bf17f73c68b95b90dbde4ba5", "message": "added resize helper\n", "proba": 1.1946805216211942e-06}
{"commit": "09cd138eafdec3356aca578036177e6d20f9683a", "message": "Record generation\n", "proba": 9.88588908512611e-07}
{"commit": "ac1b38b0d910e9d95756075175d13ea2e7a633dc", "message": "introduced the DebugEventHandler\n\n", "proba": 2.5193855890393024e-07}
{"commit": "5c8451f9830c91e2af919938d39d39ea610435f8", "message": "Add Poll command\n", "proba": 1.8528160126152216e-06}
{"commit": "540a3c79edaf0f2a1e2f9e3052f9b6dc0f1fd7a6", "message": "#213: RetryScalarTest\n", "proba": 1.3198416581872152e-07}
{"commit": "7560d4e7e094e37d4af56c0d10acb1c31cb112a6", "message": "add xmllint process wrapper", "proba": 3.5192948644180433e-07}
{"commit": "3159b6585a1f438cf154956b7d9e4fe1bd00da99", "message": "Created test for UpdateInfo\n", "proba": 2.1983505860134755e-07}
{"commit": "8530d38bdde09d0f5a4ae672e9a93a61794c72c4", "message": "Added example about garbage collection according to\nthe WeakHashMap class.", "proba": 1.029076557301778e-07}
{"commit": "42f2cfe9ccd041a68f829547090b5637ae0d4d68", "message": "on startup the general ontology is sent as inform message over bus... and then added to the repo\n", "proba": 1.1445088432537887e-07}
{"commit": "c2a07baba755079dfbe1480359302167fc2ea864", "message": "[cleanup] formatting", "proba": 2.6808211259776726e-06}
{"commit": "68a386aef303874f6ed83f038beed67c162f4cf1", "message": "Made the Tool deal with missing version numbers and version suggestions\n", "proba": 1.1623370710367453e-07}
{"commit": "a96ce26971e0b57019607e6d69d6815f6d40bba2", "message": "Fixed issue 25\n", "proba": 1.4012147175890277e-07}
{"commit": "f2a5bf88cd3cf8690e940e1e49b63e4bb1711781", "message": "Small fix in DeviceOwner.java.\n\nChange-Id: Ibfa4ae7b1bc269bc51532026f8a6cc3c75cc42bf\n", "proba": 3.713630940183066e-05}
{"commit": "fffe31ef883f4553e5dc6f07fb0343da44d6759d", "message": "Create UIVideo.java\n", "proba": 9.861632861429825e-07}
{"commit": "24887994af4bd479d70df4a1bf1d9d542ba6bae1", "message": "\u540c\u6b65\u5f53\u65e5\u5386\u53f2\u6570\u636e2\n", "proba": 3.278860845057352e-07}
{"commit": "258680b016a1c26a5c6da12a32d524063bb04562", "message": "Make it easier to track down an exception in debug\n", "proba": 1.5324614651035517e-05}
{"commit": "eb748651ef6c8317dab9334e1c0a881a2f5b5f57", "message": "KRACOEUS-1308: for getapplicable(la)rate use '.before' for comparison.\n\n", "proba": 1.0585480936242675e-07}
{"commit": "8be463b75007d8752f2ef2c48c3cfd1b28d30ce5", "message": "KCIAC-17, KCIAC-18: Implement Custom Attributes and Special Review for IACUC protocols\n", "proba": 1.0559850238678337e-07}
{"commit": "90ede77c4175a8e1f87be46eab8abf9046365ccf", "message": "Create mGrid.java\n\nmine grid class", "proba": 9.700893315311987e-07}
{"commit": "989843b161cbdbfb0116209b8fdc154e9cf2fe49", "message": "eeeee\n", "proba": 5.259697445580969e-06}
{"commit": "325881306596ad414933181d2cec6762ffdb8934", "message": "Created a place holder\n", "proba": 4.743113549920963e-06}
{"commit": "f0a4418fb950730414827ca9351322c830c6b949", "message": "Add a snippet.\n", "proba": 1.92856327885238e-06}
{"commit": "55d415d9cc76522ed90dadd0b5c37310cbfd1f5f", "message": "Create UserDao.java", "proba": 1.287757640966447e-06}
{"commit": "8cc2c9717f43014be35c027dfb78984a83c73374", "message": "\n\ngit-svn-id: http://svn.bigcat.unimaas.nl/pathvisio/trunk@330 4f21837e-9f06-0410-ae49-bac5c3a7b9b6\n", "proba": 2.7571337568588206e-07}
{"commit": "7c0e2c9a3050fdd85edb4971fe49f6c43fe95831", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "ed81a1c60fde5d42201a6cef91cafd6626da0540", "message": "Ls\n\nSnabbversion av LS\n", "proba": 1.026554059535556e-06}
{"commit": "e31814d5ce8b2042159204d5160f8f342f2fa8f6", "message": "Add task.", "proba": 0.0015764079289510846}
{"commit": "0b3e6ad18b6567a7c1645d8c232d9ddb9ab05f3c", "message": "Add noCheatCompatible to FlightMod", "proba": 5.58932867988915e-07}
{"commit": "1dc67cd3d45ee9a172f43dc94f581bd36f5d60ff", "message": "Metodo Para Recuperar Partida Terminado\n", "proba": 2.983857143590285e-07}
{"commit": "87b72690eca75a5059c74db2db185ff50f2ec1ba", "message": "Create package and fragment.\n", "proba": 1.23102694260524e-07}
{"commit": "21e1fb2ad22db5a110dd8aac6853a35995985627", "message": "Delete DPoints.java", "proba": 1.4789973192819161e-06}
{"commit": "19c2c7707f1ccecbb7d0560ebd85683ef0570c27", "message": "Add Userjava.\n", "proba": 1.5090785154825426e-07}
{"commit": "f4fea1dd46a7dd362c265d77faf0213d22c89d71", "message": "Added test for direction enum\n", "proba": 1.3548232402627036e-07}
{"commit": "53cd82b5caad50345d067b6e7b4e5e821a25127a", "message": "Fix [#792] test task \"Chess\"\n", "proba": 0.0579264797270298}
{"commit": "fa1d4a775888f6121ab5987b85eeb226f2269975", "message": "\u5b8c\u5584\u63a7\u5236\u5668\u6a21\u677f\u3002\n", "proba": 1.1876065286742232e-07}
{"commit": "b31a77906600ac54743a63d6ad2f6bff4e603b11", "message": "Agregado personaje\n", "proba": 4.437789357325528e-06}
{"commit": "f0a41fe09e70fcca5e2fca7b40bdd1ca1587fee5", "message": "Fixed misplaced columns bug and fixed one tile doors bug.\n", "proba": 1.111719143409573e-07}
{"commit": "78528d76d10ae66fcf4dae8c54270d80ca30e91d", "message": "Moved player to correct safehouse\n", "proba": 2.151002433947724e-07}
{"commit": "831e01a89e9636baf15d35e7f8ff5e9f290c8b87", "message": "[partition checking] re-enable bootimage/bootloader, add recovery\n\nStill don't have a consistent fingerprint for Radio, so can't\nyet enable.\n\nChange-Id: Ie876dc3f52a2df3c0bd67cc80eb24e22e3dcdbfb\n", "proba": 7.0732580752519425e-06}
{"commit": "782d7bc46a83893b0a63bd8504f3f49e69cc5d9b", "message": "am 0b8ddb47: am 8d61ab00: am a5705a4a: Merge \"[partition checking] re-enable bootimage/bootloader, add recovery\" into mnc-dev\n\n* commit '0b8ddb47924506ea349b327c233d50ee8508add5':\n  [partition checking] re-enable bootimage/bootloader, add recovery\n", "proba": 2.482484887877945e-06}
{"commit": "dcc2ebca10f8fcbed3fd5d4f71bf83b313d5b546", "message": "Initial Commit\n", "proba": 6.338602815958438e-07}
{"commit": "695e0f6794da9b350efbcdefc1ca64be1a1ef48f", "message": "Initial checkin.\n\n\ngit-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@905 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 0.00017270323587581515}
{"commit": "a1ce96014b8649690cb2bdb2e0c2539591e1f109", "message": "Problem 5 solution\n", "proba": 0.0006709506851620972}
{"commit": "cca82fa0fa0af69ec87b7a15e57f5aabfdec5848", "message": "cleaning builder\n", "proba": 6.699618211314373e-07}
{"commit": "03bc75c94d655234fd4828141d5946ff158e9328", "message": "Create SudokuSolver.java", "proba": 0.9988372921943665}
{"commit": "0f0bca6fa5eda17b782bb2a127961db05625173e", "message": "https://pt.stackoverflow.com/q/286391/101", "proba": 8.455011766272946e-07}
{"commit": "cab8883641df4b7881dbe5d6098d61506c774a18", "message": "Added the Language class.\n\nThis class is responisble for anything, that is written by this plugin.\nIt is the class where other classes get the string they need to output\nto the users.\n\nSigned-off-by: FroznMine <a5a201e83cae46d0f5db2d482fe1bd5739e5e66a@arcor.de>", "proba": 1.4756510324787087e-07}
{"commit": "172608f5e3de6c1b09daf7e228f2459e6c507c7e", "message": "palindromes check with stream api\n", "proba": 1.7834072707501036e-07}
{"commit": "9c3e6ecdeddd511c3b0e74f4de8bf5279d97d78a", "message": "\n\ngit-svn-id: svn+ssh://green.exnet.com/rw/SVN-repositories/public/reutils/trunk@318 7a6dc53a-678a-4e31-bf73-3c095f94da06\n", "proba": 1.659107851992303e-06}
{"commit": "efb03bfd2637aebc29e2a5eb7f92c8c6ff8ebe7f", "message": "Plot different clusters with Point ", "proba": 3.4438377838341694e-07}
{"commit": "ce1e5e23c37627dd775f9a054fee2e9995da970f", "message": "Add EventWrapper class for lighweight event transmission\n", "proba": 1.4319000740670162e-07}
{"commit": "2cd399cb69d112955de09c77ad73144bf150776b", "message": "addBestelling toegevoegd\n", "proba": 5.814909513901512e-07}
{"commit": "b73272ddc4e474e055f0a373a23d1004306eb820", "message": "getBeschikbareTafels() toegevoegd\n", "proba": 1.1543430673555122e-06}
{"commit": "79892a7a057fbede587099f8202c2919e83406d8", "message": "DB test\n", "proba": 1.2824606301364838e-06}
{"commit": "fc584a40b485222941d4b34704ba1a926ecf8b49", "message": "Added java implementation of score object.\n", "proba": 1.1345153438924171e-07}
{"commit": "29ea6a18fec54c88fa3e63476c2b9c22c57b2b80", "message": "Turn members into local variables\n", "proba": 2.900519575632643e-05}
{"commit": "d2c5903531b87ab1107b7957eb0cd3b5727c9b3d", "message": "Anonymous class mainly used for one time usage of implementation of interface or extention of abstract/concrete class\n", "proba": 1.1756010565022734e-07}
{"commit": "1b22f852c50877b5918e9eadc2a1b1745ccede03", "message": "Functions for reading/writing PPM, PGM format image files.\n", "proba": 1.1288621948324362e-07}
{"commit": "aa0659230039a473192eb1bb43d2a92f8177bc98", "message": "add judge network state class\n", "proba": 2.3637188917291496e-07}
{"commit": "de2b6a1c919230c6994b23d892af92d0486359ab", "message": "package practice;\n\nimport java.io.IOException;\n import java.util.*;\n\n    import org.apache.hadoop.fs.Path;\n    import org.apache.hadoop.conf.*;\n    import org.apache.hadoop.io.*;\n    import org.apache.hadoop.mapreduce.*;\n   import org.apache.hadoop.mapreduce.lib.input.FileInputFormat;\n   import org.apache.hadoop.mapreduce.lib.input.TextInputFormat;\n  import org.apache.hadoop.mapreduce.lib.output.FileOutputFormat;\n  import org.apache.hadoop.mapreduce.lib.output.TextOutputFormat;\n\n  public class Practice_one {\n\n    public static class Map extends Mapper<LongWritable, Text, Text, IntWritable> {\n       private final static IntWritable one = new IntWritable(1);\n       private Text word = new Text();\n\n      public void map(LongWritable key, Text value, Context context) throws IOException, InterruptedException {\n           String line = value.toString();\n           StringTokenizer tokenizer = new StringTokenizer(line);\n           while (tokenizer.hasMoreTokens()) {\n               word.set(tokenizer.nextToken());\n               context.write(word, one);\n           }\n }\n   }\n\n    public static class Reduce extends Reducer<Text, IntWritable, Text, IntWritable> {\n\n       public void reduce(Text key, Iterable<IntWritable> values, Context context)\n         throws IOException, InterruptedException {\n           int sum = 0;\n           for (IntWritable val : values) {\n               sum += val.get();\n           }\n           context.write(key, new IntWritable(sum));\n       }\n    }\n\n    public static void main(String[] args) throws Exception {\n       Configuration conf = new Configuration();\n\n           Job job = new Job(conf, \"wordcount\");\n\n       job.setOutputKeyClass(Text.class);\n       job.setOutputValueClass(IntWritable.class);\n\n       job.setMapperClass(Map.class);\n       job.setReducerClass(Reduce.class);\n\n       job.setInputFormatClass(TextInputFormat.class);\n       job.setOutputFormatClass(TextOutputFormat.class);\n\n      FileInputFormat.addInputPath(job, new Path(args[0]));\n       FileOutputFormat.setOutputPath(job, new Path(args[1]));\n           job.waitForCompletion(true);\n    }\n\n  }\n", "proba": 0.00046147938701324165}
{"commit": "cb7b31553460dfef99e1aece095f39073bead2c1", "message": "relocated a method so that it's easier to find", "proba": 5.9164802223676816e-05}
{"commit": "483d2e1157a30deef2ff9af7695ad84db153d297", "message": "ajout du modele attache au formulaire de saisie code pays code ville\n", "proba": 5.061350520918495e-07}
{"commit": "e83c488a3763a6f3d24273c34dd201294f48e47f", "message": "Create JSONConv.java", "proba": 3.800273407250643e-05}
{"commit": "3538fe9ae73261bb0de5025028b470ebc112bc19", "message": "initial\n", "proba": 2.26544143515639e-05}
{"commit": "6662a8e76c6c3f18c6a25bb6dd63304e49a6a7b4", "message": "actually display the error if there is an error in the try catch", "proba": 6.383043000823818e-07}
{"commit": "92666c415a155bf3ecb20b9f45ee0a431246940d", "message": "Pancakes problem with java\n", "proba": 1.6669998785801e-06}
{"commit": "baab1e25a6e824c4caedd229c7c43d5b69b59e87", "message": "Create MyWindow.java", "proba": 2.2413530587073183e-06}
{"commit": "fca65f58762ec737f614ccbfe8a68231cf257755", "message": "Added tests for UnstoppableExecutor.", "proba": 1.217675134057572e-07}
{"commit": "79f7d91283e289599711ea14b7079b6d074f6b33", "message": "PR: MIDEA-23\nSubmitted by: Jeremy Boynes\n\nApplied patch for the option to use full artifact names\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@381895 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.9332354384005157e-07}
{"commit": "0ac1b49010bf684ff4133474d806c0bd81376a34", "message": "Create Different_Ways_to_Add_Parentheses.java\n\nRecursively divide and conquer.", "proba": 1.1864099747072032e-07}
{"commit": "6040ac2a230a19512f2188fa690799f050e1d8d8", "message": "Commit the patch provided in issue 72 - the first operand of an AfterPattern was dumped twice.", "proba": 1.0337429046103352e-07}
{"commit": "71d77da23ae99ccb88fe940ae706a25e0b8fd9a4", "message": "change table edit mode \"on fly\" by gorodnov\n", "proba": 2.20212115209506e-07}
{"commit": "c38459ea8fad0d975185d17dc37926e682fac14b", "message": "add json2xml", "proba": 0.0005751117132604122}
{"commit": "2c70ade77d7690c0bf202cfc64d41760eb83eaa4", "message": "am 5253d8df: Merge \"Shut up\" into lmp-dev\n\n* commit '5253d8df85b5d70128403ffc7aa154d0e3c9fe74':\n  Shut up\n", "proba": 4.1687053453642875e-07}
{"commit": "c3371eb5d4bde6dc11499efb313f7529a6bf6d59", "message": "am 49eac16e: am 8ec59a72: Merge \"Show hideycling for non-primary users.\" into klp-dev\n\n* commit '49eac16ec00ea63feaafc137a1d313fcb4374b36':\n  Show hideycling for non-primary users.\n", "proba": 1.3066637905012612e-07}
{"commit": "a1bc0979a8cd7389ef4f7f4800fc58cd987ffee2", "message": "am 0db59a85: Revert \"Saving and restoring current page when rotating in lockscreen. (Bug 7568412)\"\n\n* commit '0db59a856f9b4a6ae53854a88fea3a3675d572fd':\n  Revert \"Saving and restoring current page when rotating in lockscreen. (Bug 7568412)\"\n", "proba": 1.4828654570919753e-07}
{"commit": "3c6b52e8f0dcfda28b9b63a15fd403349a9f686d", "message": "Create Schedule.java", "proba": 6.098391622799681e-07}
{"commit": "8507334c3db6ad8b148b2460b0b2c6426ae3929c", "message": "Create SortTest.java", "proba": 5.620963179353566e-07}
{"commit": "8af4db6c80146ff4add234dfa9110d2797cce8d8", "message": "Day 0: Hello World\n", "proba": 0.9999898672103882}
{"commit": "d8288266038d0148ec634717a7d2eceb1370e41e", "message": "Day 8: Dictionary and Maps\n", "proba": 2.0418646329289913e-07}
{"commit": "74a3d2d47d360e9b78e5a5e97448bc71dddf0d15", "message": "java: add 73\n", "proba": 1.6265041722363094e-06}
{"commit": "5a9e8d3b2984c12225ce6323083d90683a6a8131", "message": "Created class SudokuSolver\nStarted implementing the recursive solve method\n", "proba": 1.8166539916819602e-07}
{"commit": "458fd6620794605b6963930ccdf8ac893e230c7b", "message": "Update\n", "proba": 1.038289269672532e-06}
{"commit": "597c78f228338c49c82adeb37f9f7be1744adff5", "message": "Create Vaisseau.java", "proba": 8.267315365628747e-07}
{"commit": "acc984bd2caee5fafcf982a997014817afa01716", "message": "received official values for Telegram\n", "proba": 1.2688701644947287e-07}
{"commit": "82917a9a13caadd7a5eb4c847d28067167cb5d54", "message": "Adds RequiredParam annotation.\n\nThis is used in a resource for identifying a QueryParam or a FormParam that the user wants to enforce as required.  If no value is provided for the corresponding parameter in the request, the resource will return a 400 error code.\n", "proba": 1.1040106073778588e-07}
{"commit": "d98be303ed3483eeb9f597705d8d6b064816c1df", "message": "I should write to the buffer. It's always handy.\n", "proba": 1.5019971044694103e-07}
{"commit": "ec6e081e2d70a5d3a4b59d1eff57061791470aed", "message": "Update to correct RDP access action with domain (and some spelling corrections)\n\ngit-svn-id: 91d6f7cb3132545ff6bb3ee4ca31c484a8366674@1152 7ee224fa-57ca-4419-87f9-1f4314938d77\n", "proba": 4.121700840187259e-06}
{"commit": "6d9965df13503a6a2a1599f0709513680a3e496a", "message": "Nullify correct dialog on dispose", "proba": 0.0015868217451497912}
{"commit": "695b935311c6f0c318066eb8b2275f8efd2ca6fa", "message": "Initial TAN interface\n", "proba": 2.2139343514027132e-07}
{"commit": "a5912d5fef97290099528dc70dc7899cb9472365", "message": "Added constants to Packet\n", "proba": 2.5158800553981564e-07}
{"commit": "a8616934f579b4a2f646c59136b5d4c0730731a7", "message": "Removed mention of REST API in top comment as this is enabled by default\nin JIRA.\n\nUpdated jqlTemplate - if you're delivering a version of a product you\nwant to know the status of all of the issues associated with that\nfixVersion, not just the ones which are Resolved/Closed.\n\nMinor formatting changes in comments (suspicious of Eclipse's\nAuto-formatting feature for changing these).\n\nIncreased the maximum number of issues to 500.\n\nAdded various log messages.", "proba": 1.0663926275356062e-07}
{"commit": "964b65c6c725b6c3f107a543f2e2ba1b3904ba59", "message": "Add ResourceNameRegexpAssertion\n", "proba": 4.148912466916954e-06}
{"commit": "b6bb871c94d34263099e55fdeaf114638b8aa181", "message": "Add relationship model\n", "proba": 0.00013940484495833516}
{"commit": "a9791b44e7939fbb79d69d3b4e389714d96eab6f", "message": "added one more file for skeleton impl of annotation/survey_response/read\n", "proba": 1.4833408101821988e-07}
{"commit": "c41fd781bf19f9419184f0d270ad33c2656ae2e0", "message": "add a method to shoot at a fixed output, unless it's too low then use 1\n", "proba": 1.5885431139395223e-06}
{"commit": "8b9787e999c0b7160b66c5946a89ad209108b58e", "message": "add testcase\n", "proba": 2.2016933144186623e-05}
{"commit": "c161c2b1b3636dc2bff9db16ca8b2579620fd808", "message": "Seed fixed in kAligner2Test\n", "proba": 1.705880805502602e-07}
{"commit": "6fd99a069ae76cfeea131212bb261aa0e62b59b3", "message": "LdapUserManagerApplicationTests: use test profile\n\nThis avoids the ldap-test profile configuration", "proba": 4.565938525047386e-07}
{"commit": "1c813994a7f7b8919d2cd98dd0200d9c6c63384f", "message": "from rewrite of dao, easier access, 1 method unsupported", "proba": 1.3356262229535787e-07}
{"commit": "f74791122c9bf5eebad082b3c925eeabca7cb1de", "message": "Delete temp1.java", "proba": 8.199637704819907e-06}
{"commit": "f4211779c5f7890813691786306e2beb959300ad", "message": "Added File constructor.\n", "proba": 1.2440978025551885e-07}
{"commit": "f5580845d8159ca7194b50ffb4c40632d7f8d308", "message": "Testing of GeneralSettings resource\n", "proba": 1.8996964001871675e-07}
{"commit": "3f3fbe1e25f17a95d15e3678986aeb6241d17ca3", "message": "refactor version.properties code into a Bob task\n", "proba": 0.9999688863754272}
{"commit": "d488e7e23317534aebdbcc992eb08d00f8a087b7", "message": "add ArrayRotateTest.java\n", "proba": 3.1678743539487186e-07}
{"commit": "1322f1906f262a7294dbdae7be0ed3590759d5bd", "message": "feat: Introduce the Renderable interface\n", "proba": 1.3260729758712841e-07}
{"commit": "4f4e563381ad1e54b4cb24744efa1489c26a60a8", "message": "Messmethode angepasst\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@4902 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 5e09eed46b484405601730845df7c390ab106d47", "proba": 1.0439746347401524e-06}
{"commit": "9f9e6150025373f5d6b89026b64017872ba3264b", "message": "\u0434\u043e\u0431\u0430\u0432\u0438\u043b \u0442\u0435\u0441\u0442 \u043a \u0437\u0430\u0434\u0430\u043d\u0438\u044e 5.2.1\n", "proba": 1.4655926179329981e-06}
{"commit": "99fbc63c4653c36f3191bf007333bea51fc4633a", "message": "CeylonDoc: fix for #220: key bindings not working on FF\n", "proba": 2.8710232413686754e-07}
{"commit": "53f631df978d62f79bb902140ef95e8489a7eaa7", "message": "[ELY-164] A test case to verify modifications are correctly tracked.\n", "proba": 9.778491971701442e-08}
{"commit": "245b64f4ba9dc577ddbd66bc74c97f7fe2c80ce4", "message": "adding setting of grails context so fix reloading grails app twicebug\n\n\ngit-svn-id: 29aad96320b2a07b98332cd568fc1316025c072f@348 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d\n", "proba": 4.502380761550739e-06}
{"commit": "acac3ecf49e469425ae747ea584ee70e372041ad", "message": "added http request handler\n", "proba": 3.243097239646886e-07}
{"commit": "3e80e192a029351e9a032e7f2351a9dd5e2e48b6", "message": "test cases for TradeWithFriends\n", "proba": 2.276572388382192e-07}
{"commit": "0b9ee1dd6439401ddbbd681fd7232ae3b8a67968", "message": "ignore failed parse\n", "proba": 1.8523337530496065e-06}
{"commit": "380a54516e2dc721205c6bdaa94a35c1907a2f2d", "message": "\n\ngit-svn-id: svn://svn.code.sf.net/p/tuxguitar/code/trunk@1215 e5ace225-184b-0410-aeed-e0aa2ff36a70\n", "proba": 1.5299293636417133e-06}
{"commit": "cb1ee571f3eb59487c05305ff21d1e94c5b9ebe8", "message": "Add intent testing for Login Activity\n", "proba": 2.1995731458446244e-07}
{"commit": "add9895c46d90a17528c39721707a4b57eaee69d", "message": "failMightBeOk for QuantizeImage\n", "proba": 3.835797599549551e-07}
{"commit": "5bcf3adbb68f753affbd2baf5cb20868d9db706a", "message": "InboxInstance message order\n\n* maintains messages order", "proba": 1.604103232466514e-07}
{"commit": "9c85d7aef07589d0a8b654217642430cd5b337c6", "message": "part of  fix  #142. restclient exception handling\n", "proba": 2.7592561764322454e-06}
{"commit": "b0c648d6731d4fd5420c345df2553d09c4995b45", "message": "gradle/basic: add original java to src/main/j\n", "proba": 3.675576465411723e-07}
{"commit": "1de1a0b43d1c9c50d22da1f99e47a2f306e21f72", "message": "update Comlib\n", "proba": 3.1497933150603785e-07}
{"commit": "a9ae96d884cbc16eb063680a166ee6351b48959b", "message": "Impl gegen Interface ausgetauscht\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@9833 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 64f1b7132b605a18c73f854634b96e4f471c1543", "proba": 5.636513833451318e-07}
{"commit": "72440e789343a3a1cc1092bbea3c3c327ec79042", "message": "Added missing class FileNameExtensionFilter\n", "proba": 2.6072495984408306e-07}
{"commit": "bd3a3bfb83de73862e5f334ccd70ea284997b0dd", "message": "VBF loading\n", "proba": 2.697562990761071e-07}
{"commit": "6c83beb06ecab2161b5cc7a68cacd03ae0410ee0", "message": "Made use of JDOM Namespace class threadsafe\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@7288 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 97109e9a4d6adf69c2e77c866ca3d0112d88715e", "proba": 7.928671266199672e-07}
{"commit": "f8fc7d500bff9c29e787f9f156ca91005b758e16", "message": "only force names of native headers #3017\n", "proba": 2.14701827871977e-07}
{"commit": "05e606a3679a96044de9b9db748985ebf50ee9ce", "message": "Add the function getCurrentPoint() in Path2f to obtain the last added point.\n", "proba": 1.0917355552919616e-07}
{"commit": "87422a89cd29eab049343e77e48725f06e25cac2", "message": "Add StreamNotFoundException", "proba": 6.317995939753018e-06}
{"commit": "b2aa14003b9522296b4afa61e6fcfdae85538c6e", "message": "RectangleSelectionGestureRecognizer\n", "proba": 2.51967412623344e-06}
{"commit": "966ae38ad0c574e5b111c064d89b22d13d6d370a", "message": "destroy identify-thread when reader is disconnected\n", "proba": 1.281526579077763e-06}
{"commit": "2ba050fc55c50572445edffb2b43c066d355ced2", "message": "Refactored\n\nClass has been refactored for use Repository.\n", "proba": 1.0654106574747857e-07}
{"commit": "0a71b5c91a7f650e2772e6adbf56baa62d0681e2", "message": "betere code voor RouteOverviewFragment\n", "proba": 1.5706650913216436e-07}
{"commit": "e86548585f98e2492927abbcd5484e4bbb7b67dc", "message": "Fix reappearing search icon when search bar looses focus. #33\n", "proba": 2.89940800257682e-07}
{"commit": "d909ba8e97eb9f255a9b3a5f0ad41fc6de3de04d", "message": "test utils added\n", "proba": 1.7111780437062407e-07}
{"commit": "97409ae7826462d3297e7227a8bdd15904182d3c", "message": "change labels from interface to class to allow correct serialization\n", "proba": 2.0721886073715723e-07}
{"commit": "5277f878065493b6a7151e81a5398ad78557943e", "message": "add Inches.java\n", "proba": 4.429105047165649e-06}
{"commit": "910f18eae9ebd0fa6181cadb84bd7f834cf9335b", "message": "am 05f4d8d1: am 40f15895: am 028217eb: Merge \"Add hidden method to access a connection\\'s service.\" into lmp-dev\n\n* commit '05f4d8d1d0e99dc76dfae7198b1c0ce6c98be466':\n  Add hidden method to access a connection's service.\n", "proba": 4.43428490370934e-07}
{"commit": "92cbf69b0889e208761de0e8405900cce7b02459", "message": "Fixed a comment\n", "proba": 1.5274248710284155e-07}
{"commit": "dd91fe46f81ce583bce93fdd91160ffda7ab5f0c", "message": "Mudando List para HashSet\n\nlembrar de implementar interator\n", "proba": 2.059819053101819e-07}
{"commit": "703d951b0bc986109d8b097e735e59b2c2f89d29", "message": "Create S.java", "proba": 5.178788455850736e-07}
{"commit": "bc3e2a502b87d95aca76e76066b4b605903c7834", "message": "network basics skeleton", "proba": 5.342411668607383e-07}
{"commit": "4e0876384c3a14bcf821f4e7854b0926ccd27ac9", "message": "in the intent extras, modified the key to ROW_ID\n", "proba": 2.0419477095856564e-06}
{"commit": "05d0e2a2c30204a6ed53f868b003de129540c46f", "message": "Updated deprecation comment\n", "proba": 2.0000467770842079e-07}
{"commit": "2bf945c2d92043fb01df4d1f7971db4765547c13", "message": "Delete Config.java", "proba": 3.3157252801174764e-06}
{"commit": "b99e7da09e6eafcba369443214c5f19947a2a868", "message": "Added\n", "proba": 3.1529248190054204e-07}
{"commit": "512149c24699776013db4e3ef8a428d2d2a5234f", "message": "updated\n", "proba": 4.958747581440548e-07}
{"commit": "f68e7fd7089ef404e98c66e31ffd888f11d6c702", "message": "jolly\n", "proba": 2.3393918127112556e-06}
{"commit": "83a78055eb8249580ad24aee305710707cbcd9aa", "message": "transport: Import ProtocolException.java\n", "proba": 2.080125341308303e-06}
{"commit": "a493048c79cdd647abd5f0c539cd7515a9d15622", "message": "Delete DB.java", "proba": 1.4145314708002843e-05}
{"commit": "8a4e36c8d6f0c863eef856adcb983088392b48af", "message": "am cfad03e3: Merge \"Fix clip rect when drawing accessibility focus rect\" into lmp-dev\n\n* commit 'cfad03e3088ea3f673859c1ada257f299b4ebe68':\n  Fix clip rect when drawing accessibility focus rect\n", "proba": 2.2333847482514102e-07}
{"commit": "a332605fb71fc7f99721bf23a22a6d93b2c4ccec", "message": "am 8fa8b95c: Merge \"Respect accessibility importance for before/after node ordering.\" into mnc-dev\n\n* commit '8fa8b95c9d38183497f08efc6bdf4d2c56a4116c':\n  Respect accessibility importance for before/after node ordering.\n", "proba": 8.150016697072715e-07}
{"commit": "5985dfbf1458f487c7f162a486874467997e699c", "message": "Add doc for View.getElevation()\n\nChange-Id: I5a843969fa03db6bb0faef80962c1256c64aa450\n", "proba": 4.6310086077028245e-07}
{"commit": "b53a68bbd96c3ffa22914c72315d50e6999dcb28", "message": "Fix bug 4738084 - Padding calculation regression\n\nMake sure user padding values aren't clobbered during construction.\n\nChange-Id: I90d1610e0bf50ccb10f058fb2b6c6d8ff34eec3b\n", "proba": 1.2020326721540187e-05}
{"commit": "9b6f05f8df9a754f5240b610c556d7946aa7aad8", "message": "am 749a9970: Merge \"Fix bug #7259242 text is left justified with no padding\" into jb-mr1-dev\n\n* commit '749a997093751a5d2e5b71f0ae3ab5b7527b68bd':\n  Fix bug #7259242 text is left justified with no padding\n", "proba": 3.9088118342078815e-07}
{"commit": "d9905b85455c3d204721e537db4c1589fac8360e", "message": "Create ShellDriver.java", "proba": 2.5583919978089398e-06}
{"commit": "ebeac1305284acd300e720f21d21b739b2035a9e", "message": "Final Version until refactoring\n", "proba": 1.7492000381480466e-07}
{"commit": "8b892e2ab453ed65ed6fa196869cf7b1d67a5957", "message": "Update Login.java", "proba": 7.407227826661256e-07}
{"commit": "1204e632a834b680599f7063c86323d06396b8fa", "message": "Created World class\n", "proba": 1.5529037966643955e-07}
{"commit": "c1e7243d6c2356a3a84c7a1fd57d4fa56133cdeb", "message": "interface implementation", "proba": 2.061382701867842e-06}
{"commit": "0a1869b7ccc27d60f8de729a8e112f7526988257", "message": "MyQueue is implemented by using two stacks\n", "proba": 4.5229333522911475e-07}
{"commit": "ae7f572e2332a7a2d57702e00a08b37e3238995e", "message": "Added stub for Android\n", "proba": 2.5839270278993354e-07}
{"commit": "8549723962a5b4a13c88d904faf184f8fe1bcfa5", "message": "Initialisation du projet\n", "proba": 3.7108750916559075e-07}
{"commit": "69a4dc7e6ee9b46d6bac92439990a8554c52e6f0", "message": "Some random stuff.\n", "proba": 1.2106096392017207e-07}
{"commit": "74edd04c0ee89bccecc68d076899ac15e153ecb0", "message": "[add]\u7df4\u7fd2\u554f\u984c24.3\u3092\u8ffd\u52a0\n", "proba": 6.177519935590681e-07}
{"commit": "cd93c8f07af171426b50747088a4e819bb7b1355", "message": "no message\n", "proba": 2.1470650608534925e-05}
{"commit": "2d7ac1606972162fe673e4d5eba67b1fe6009c8e", "message": "rename toJSON\n", "proba": 0.9999986886978149}
{"commit": "ae553d47d5ffd0f2de3e77e97a2016b4da750d99", "message": "implemented byte [] in place of strings wherever possible", "proba": 2.4093860702123493e-06}
{"commit": "2f449b745b922d02b4c78c8c3efbeda8d690af1e", "message": "am 91800118: am 7cb08acc: Merge change 23066 into eclair\n\nMerge commit '91800118a129bd63fc19e90da6b52c67036fa424'\n\n* commit '91800118a129bd63fc19e90da6b52c67036fa424':\n  - don't schedule syncs that we will never dispatch\n", "proba": 1.94134614162067e-07}
{"commit": "4ba57a4e0ab56126e54d5c7137cfda1d47845578", "message": "am 70c22a48: Merge \"Fix for bug 2558156: Encodig is null\" into froyo\n\nMerge commit '70c22a48e605cd59c35ccbbc5eee05b5a30f0a2a' into froyo-plus-aosp\n\n* commit '70c22a48e605cd59c35ccbbc5eee05b5a30f0a2a':\n  Fix for bug 2558156: Encodig is null\n", "proba": 2.0860650693066418e-05}
{"commit": "df91b50bc6d25cdff7a55cdfd5b948dd8e0b7a8c", "message": "UVA 12186 Another Crisis\n", "proba": 2.429667631531629e-07}
{"commit": "267097b00b073716ab2d02c3c068889d92ddb1a9", "message": "DO NOT MERGE: Don't crash when we get a drag-ended after being detached\n\nRemoving view groups during a drag would cause an NPE here.  The\nchild views will still get the drag-ended event as expected.\n\n(Cherrypicked from downstream)\n\nBug 8298439\n\nChange-Id: Ic14cbf9fdc305b91c1627f6882a45d34ee1c34ae\n", "proba": 1.828800918701745e-06}
{"commit": "858089557514424175a4bd9c89276dca1f92b95d", "message": "am 207308a7: WebView may get message after destroy() is called. Just return in this case.\n\nMerge commit '207308a781621c427acccbd9983c2511a65e9137' into eclair-plus-aosp\n\n* commit '207308a781621c427acccbd9983c2511a65e9137':\n  WebView may get message after destroy() is called.\n", "proba": 2.4452700131405436e-07}
{"commit": "9b90d553bb0a404ab62305bbedaab97b07d90e03", "message": "Support for getting the background color\n\nChange-Id: I58a52f79e5a50dbb2cd1ba81d13e95ed9a1b7095\n", "proba": 6.091439672673005e-07}
{"commit": "aa3f96a745c8285f07d32cf150d8a511ed5f6b05", "message": "Move the zoom buttons to the bottom right for the browser.\n\nPer Leland's latest design, the zoom buttons should be on\nthe bottom right of the screen.  Move them there.\n", "proba": 1.1936427313230524e-07}
{"commit": "516f6bd10fa8431a1ca7c24456c0ac17de0100f7", "message": "refactored objloader\n", "proba": 2.7812634471047204e-06}
{"commit": "478ebc80fbb56cfaab0811c4292ccc7b11c4817a", "message": "Error message is now shown on incorrect tile placement.", "proba": 1.0355307722420548e-07}
{"commit": "0f3fa443fce8ccd053d14851219446635012415a", "message": "Clients don't send messages with a replyTo header.\nIt's only used internally by the server to determine message recipients.", "proba": 1.0627823598952091e-07}
{"commit": "c65c963ec6eef384f2c1faf6d30fc9dbf381e6b1", "message": "adding missing file", "proba": 3.4879544728028122e-06}
{"commit": "d8a4ff36a40dcc1e921ddcb91e27a2f1ebdb7229", "message": "Module 04 - task 13", "proba": 1.5176677152339835e-05}
{"commit": "3eede2ce59fafe659520752b14d3b04578562fc4", "message": "Dragon of Loowater\n", "proba": 2.411111665878707e-07}
{"commit": "0ac4ded14bbf5ee0adaccc3211ebb5776a5fa0f1", "message": "add serializable code\n", "proba": 2.1957241642667213e-06}
{"commit": "9f91fe55edcd52644866ecf29595d70a31325995", "message": "Create ConstructorCalling.java", "proba": 1.0888880979109672e-06}
{"commit": "bf79df9c9c1d98614778139ff8016458b7ac5097", "message": "ex1 updated", "proba": 1.930917363779372e-07}
{"commit": "e9ef613bdd37dbb287c59c1458ac774458ba8982", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "3b2dacdad8b7b586945dc2733946d0050a25f2e2", "message": "Create Balanced Binary Tree.java", "proba": 1.9071438828177634e-06}
{"commit": "7afbc5e283d1dbc7231c1188af6934f6f207d06d", "message": "feat: add 457\n", "proba": 0.0007837247103452682}
{"commit": "5180f17c4530c18f579c5734130789bb3c5980a9", "message": "ashish.java\n", "proba": 4.4624568545259535e-05}
{"commit": "c7ce57de855704fa53b17f2880b29df0e99fe337", "message": "BouncyCircle.java\n\nThe class for the circles that you see on the see screen bouncing around.", "proba": 1.1099838559402997e-07}
{"commit": "2b148b5f4cebbc740a1acd0cddfef4693fca66b0", "message": "BOJ #1697: \uc228\ubc14\uaf2d\uc9c8\n", "proba": 1.0858186669793213e-06}
{"commit": "bff5ab6b42482060e9a6d29538bb4850a22a5dbf", "message": "Create GUI.java", "proba": 1.7562215361976996e-06}
{"commit": "2ae7c0408d9f28ca5c1c95e9dd122c6b3941d0f0", "message": "Improved IGridVisitor Documentation.\n", "proba": 1.1441617431273698e-07}
{"commit": "335e57e2e2303fff1253d37487291f19344eab66", "message": "req-50 new database data source implementation\n", "proba": 1.3490189587628265e-07}
{"commit": "fff29819ac6c7310c90b75e803c0b71cacf3e85f", "message": "onoff.java\n\nProgram to check whether the bit is on or off using bitwise operator", "proba": 6.702871360175777e-07}
{"commit": "0a0725feaac5194a8de25ed6c171de71afbb8f72", "message": "\u0418\u0441\u043f\u0440\u0430\u0432\u043b\u0435\u043d Figure isPointHit\n", "proba": 1.82096628122963e-05}
{"commit": "e99c1c95cbfb57936501ba108809fe8483791ed4", "message": "Added Encoder, which keeps track of supported types\n", "proba": 1.1993205362159642e-07}
{"commit": "e1fec898b6b9b8d7cd4094e3cff6bc6faf913356", "message": "working version of UTD class available for testing\n", "proba": 1.2362185941583448e-07}
{"commit": "abf8e373b76edca15ec6ac816c19074504898af3", "message": "changes log\n", "proba": 1.683639766270062e-06}
{"commit": "d3400a672015807f1a440ace3c6c51933dab5882", "message": "bad assumption created lots of ClassCastExceptions\n\ngit-svn-id: 3495a5c4bbe5ece00c09619c056c9a903ff1da72@406813 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.7957008796875016e-07}
{"commit": "f21865859e0d4b18a0da3ab790a328baf96ddd43", "message": "Add Karatsuba Multiplication\n", "proba": 4.182677366770804e-05}
{"commit": "6b867a339f174f40e06f325d3edbc5ed59e9eafe", "message": "Delete LRUCache.java", "proba": 8.101320645437227e-07}
{"commit": "950be245f86295178c171699ae19ff4e3abeed53", "message": "Added a file to test shtuff", "proba": 1.670779994356053e-07}
{"commit": "cfba4b93e08ab683a8f5b5f8ed26b914c67e5bbf", "message": "Initial commit\n", "proba": 3.003353299391165e-07}
{"commit": "3d48374d32c5d23754ce5b533604f87cd06f2d24", "message": "Route testing now implemented\n", "proba": 1.3383994712512504e-07}
{"commit": "d73e59695b5c76ec34996902208578f0b93fd860", "message": "am 7461b5a0: Merge \"Adding support for Cdma conference calling.\" into lmp-dev\n\n* commit '7461b5a019dca6e02f1ddba0f75a6548e40fb632':\n  Adding support for Cdma conference calling.\n", "proba": 2.351705177261465e-07}
{"commit": "80265ef73d03ad35253ee9f415e633ed14cdf557", "message": "Initial setup JFrame/GUI\n\nNearly identical to Preferences.java, but with short set of instructions. Instructions may need a bit more formatting.", "proba": 1.0726920862680345e-07}
{"commit": "7324d9c44abb960033a9ddb6d2df49c341d97801", "message": "reallocate array so that we drop last element (which is either the released agent or a duplicate of the new next-to-last element)\n", "proba": 1.2338347232798696e-07}
{"commit": "3ca240558d0ff732cd101e4c14d63d40bdad18b5", "message": "updated help text\n", "proba": 2.2459032322785788e-07}
{"commit": "4fb9d9812e56f22ec29e624620802b9366a6de0b", "message": "add SameTree solution\n", "proba": 2.0064888417437032e-07}
{"commit": "36cad7be504608a538c845b4a44f0dcee157a338", "message": "am 07086eb9: Merge change Ifb63d236 into eclair-mr2\n\nMerge commit '07086eb9dd351f716843ddc4ff7afbd15d25d49c' into eclair-mr2-plus-aosp\n\n* commit '07086eb9dd351f716843ddc4ff7afbd15d25d49c':\n  Add cancel() VCardDataBuilder, which is intended to remove\n", "proba": 4.952607923769392e-07}
{"commit": "75355885744c424290d8e210d252e29271cc29ae", "message": "Add MaximumDepthOfBinaryTree\n", "proba": 5.8706414165499154e-06}
{"commit": "679630c1045268943299713e3762f6608376697b", "message": "add #658\n", "proba": 3.345680568145326e-07}
{"commit": "a759fdb6f310f9945f1d7c1060588a30603603c9", "message": "BOJ #14503: \ub85c\ubd07 \uccad\uc18c\uae30\n", "proba": 2.9542431434492755e-07}
{"commit": "2a57c84ec115309e5e8f7ce7cd658c2967e9235e", "message": "added Basicfuntions class\n", "proba": 1.8795869038967794e-07}
{"commit": "be59c2b0c68b16d8d4f8fab38a7361de11165879", "message": "Create ListException.java", "proba": 1.1535616977198515e-06}
{"commit": "f4ea3f1da9dd929312a31530ff458f528fa6a31a", "message": "New version has method special for polarizable water\n", "proba": 1.308521859755274e-07}
{"commit": "54596e2811fb8a8dc13112f4d5d594506315f04e", "message": "Create dec.java", "proba": 5.1000646635657176e-05}
{"commit": "7e32aa9630a8edbe030b159055ba4226a173139f", "message": "Create ODBCConnector.java", "proba": 1.677872546679282e-06}
{"commit": "75ed851400c9f7a7771621371db4e8455fdd3667", "message": "remove change\n", "proba": 4.869964868703391e-06}
{"commit": "2e92ff4e5c2b65e1db305430c4621a6f649f8848", "message": "Create Ant.java", "proba": 2.4612263587187044e-06}
{"commit": "8204da228489e2ddcbbcd117dae61ac7c68b59a5", "message": "added slide lock view", "proba": 2.1514824766200036e-07}
{"commit": "93bb225664a5ad62c1098a30fa6de804814a3c16", "message": "\u00dcbung 3, Aufgabe 3\n", "proba": 0.0023058229126036167}
{"commit": "9b766a82e7386927b9f664aa340fd7499b99cc09", "message": "Game over screen code", "proba": 3.5859798686033173e-07}
{"commit": "f668b7c8c3602c927943a9018a4989436f0dc71e", "message": "Create Find_Median_from_Data_Stream.java", "proba": 8.770049134909641e-06}
{"commit": "2b247093f3ad8fcd30e6e86d7a3a29c3b729220b", "message": "(Insertion Sort List) [Accepted]\n", "proba": 1.342086903832751e-07}
{"commit": "37e6875440c95c0e012bcafeeec402e138983f58", "message": "Create RoyalTreasurer.java", "proba": 3.0919005666874e-07}
{"commit": "3273bfd44962b9b6a4ce2fdc9f53607720c15b34", "message": "Applet done\n\n*   Retyped from Tutorial", "proba": 1.1173951008913718e-07}
{"commit": "7c78f981aba0a2774356b4489b1bc041c8718453", "message": "Added test case of returning the result of an assignment\n\ngit-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@9367 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 5.837980552314548e-07}
{"commit": "964697644a161aa60e54637892b1278a5ca852bb", "message": "INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED\n2003/09/30 08:43:58 cn 1.1.2.1: NEW: #112259# InetTools has moved fom util to helper\n", "proba": 1.3059499792689166e-07}
{"commit": "d66d3338c77105f53d2fc774cd93fb5450f8583f", "message": "Clean-up: UCDetector - use of final\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1384071 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.049567448622838e-07}
{"commit": "e0c98ee8db09fddcbd0a2dc18caa0a158a75bf85", "message": "adding (temp) test file\n", "proba": 1.0422019158795592e-06}
{"commit": "1492253ab72e6f2a0ee30b34388e06dafac5cd1d", "message": "notice+\n", "proba": 5.463377874548314e-07}
{"commit": "5b9305fe9bbe8bb6916bd8daff085c0675b626f3", "message": "MediaHTTPConnection: handles cross protocol redirects.\n\nBug: 16899444\nBug: 17106630\n\nChange-Id: I7e416447abffcae31c65fd469ee5f9fc867b4cdc\n", "proba": 2.0359184418339282e-05}
{"commit": "b9e0bffd15efe7839023fc70517c64c6309ae718", "message": "Medium[i]\n\nDFS", "proba": 5.435297862277366e-05}
{"commit": "d62b3d221308b87ee1c5b33779627a1e12495778", "message": "add #200\n", "proba": 0.00020657900313381106}
{"commit": "64f8f71fff3c2736ea97118b0389cd81c44f6916", "message": ":hushed:New Problem \"sqrtx\"\n", "proba": 2.0220794283432042e-07}
{"commit": "18ec3ffe294d3d24ab53a2b3fda91a7c38cc8f39", "message": "I just created some random code for guys to take a look at.\n\nMight be helpful, I'm not sure.", "proba": 1.0939805150655957e-07}
{"commit": "d19e85950d224a034410ef1c056bce974b371b4e", "message": "fixed class casting problem. will be refactored and testet shortly\n", "proba": 1.6499075172760058e-07}
{"commit": "5cf168c7931b89c2d8bd8cddcb4fb11621ca2281", "message": "Remove unused code\n", "proba": 5.7894176279660314e-06}
{"commit": "a649127eff2f3746b9100f5d7965510cafefe613", "message": "The queue service splits the sending and receiving ends into two separate sessions.\n", "proba": 1.2911229418932635e-07}
{"commit": "130c967f4e8211c068d6b19fc3847aa64e126d2d", "message": "[MSITE-474] Make validation configurable\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@943455 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.305045760906069e-06}
{"commit": "f8c6777633cce61606a7b1b3c4349ca5506d76b6", "message": "Joshua's fix for null pointer exception when user not found", "proba": 1.6502316668720596e-07}
{"commit": "83b2de7107de38bd17dfcc75848a6cac3b033371", "message": "model loader: avoid triggering lazy loading of things that can't be loaded in the JDK (#610)\n", "proba": 1.1790817211476678e-07}
{"commit": "c5e3a3ccb1827b17d5d3f286e5d237b56c3bca03", "message": "REALLY fix #2831\n", "proba": 2.039455324620576e-07}
{"commit": "0144491da6e33988bfa27f84934c0e5e9f183a4d", "message": "more info on error\n", "proba": 1.1618483597430895e-07}
{"commit": "33027fed184dba21dda8739ff02aaf0cdb3113da", "message": "Simple container of type T", "proba": 2.277461362609756e-06}
{"commit": "af9f0f0ace37172508f2da0b40dfa328cee55f93", "message": "A memory optimized sieve generator.\n", "proba": 1.5535674435795954e-07}
{"commit": "5284daa336a4822bfe0a914110eacf9de407a5eb", "message": "Restore changed protected method to satisfy clirr, just in case something extends it.\n", "proba": 1.017951092308067e-07}
{"commit": "eede2ad8348a6378f724d9944ac94f03e0dd8636", "message": "Create PossessedItemTest.", "proba": 1.244857372739716e-07}
{"commit": "6ac2db1d477eceeae30ceed2081c9fa8fdf7a7d4", "message": "add CopyImagesFolder from web project.\n", "proba": 1.1776949548902849e-07}
{"commit": "c8620b11690dfaf7262d07f3454af4e8c3a73b25", "message": "SONA: Pipeline for SONA\n- Open vSwitch Pipeline for SONA added\n- Only OpenStackSwitching app will use this\n- Bug fixed\n- Pipeline renamed\n\nChange-Id: I0cee06c84db4f130c01dfea37dbab44bf9c1fd26\n", "proba": 1.0475580438651377e-06}
{"commit": "6db011207170b3348979e22e5a55a05e77aede26", "message": "config manager: thread config flushes to disk too\n", "proba": 2.296684726843523e-07}
{"commit": "3278447c493bce21117dff2ca2da7b5e0337ebc5", "message": "ps should not use -auwx, only auwx. The extra dash is David's bug.\n", "proba": 1.269836218398268e-07}
{"commit": "92842550b9d2b1011b32acffd176c9257f353198", "message": "Add a multithreaded test that just runs some existing tests in parallel.\n\nThis should be extended to cover more tests in the future.\n\nChange-Id: Idcc48fbdc19ed9aa2b2394244188f317b0a8e24f\nReviewed-on: http://gerrit.sjc.cloudera.com:8080/7889\nTested-by: jenkins\nReviewed-by: Nong Li <99a5e5f8f5911755b88e0b536d46aafa102bed41@cloudera.com>\n", "proba": 8.620324365438137e-07}
{"commit": "f37a19e32af219013a11234f8800723ffe989a7b", "message": "Parser that takes a collection of BeagleTreeLikelihoods and determines the optimal number of partitions.", "proba": 1.016953632415607e-07}
{"commit": "101cf150bf1310edaa7ca75e55ed130f47c4f5c6", "message": "VFilterSelect: focused style name (merge from Vaadin 6.6.1)\n", "proba": 1.0441583242482011e-07}
{"commit": "596e674a499c127fecc2ca3ad2cd62c05be1bec6", "message": "\u65b0\u589espring shell\u7684HistroyFileNameProvider\n", "proba": 3.8488059317387524e-07}
{"commit": "f11485cfa42fe60640eb94b90733209dfc434e16", "message": "refactor handle chain", "proba": 2.3592085653945105e-06}
{"commit": "958fee4423459437e2eaf413f257c5f28196248e", "message": "internal document span matches are now sorted and unique\n", "proba": 1.1821735057537808e-07}
{"commit": "e795bd566d80ad34a940632bc7b36a536dc3daec", "message": "ADD PUT /admin/log implementation\n", "proba": 7.897880891505338e-07}
{"commit": "f2e8f5b2c6db8670663c638361771acf5271ee28", "message": "Added FileLocationStrategy interface.\n\nThis interface will be used for making the process of resolving files\ncustomizable.\n\ngit-svn-id: 0d31da9e303333003508381311333cf78a25d41b@1525394 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.269050226772379e-07}
{"commit": "f33dbf55587e8acea678f92a79a37dab2d77b217", "message": "HBASE-6686 HFile Quarantine fails with missing dirs in hadoop 2.0\n\n\ngit-svn-id: 1ea5de6e32eadb5f080cfd8bafe1c87167c06d54@1378763 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.939651484572096e-07}
{"commit": "fec32c6ba132489d546979b7cfefb50c25a6517d", "message": "Added an ErrorCallbackAdapter that is a CallbackWithE with a Void value\n", "proba": 1.5360008376319456e-07}
{"commit": "2320ec0408e63464bd8e9d7021f3feff096bb585", "message": "KRACOEUS-5202 \tSubawards: Funding Source allows duplicate Award Numbers to be linked.\n", "proba": 9.574463888384344e-08}
{"commit": "a576790b214618cc024c52339223bc87a694e9e6", "message": "new class for describing page components\n\n\ngit-svn-id: 789609e278efc0cd74c84a9bb7abaca0738de801@479 817809c7-9d0e-0410-b92d-a7ac8b8adc13\n", "proba": 4.006661811217782e-07}
{"commit": "68b7b224b472ed6e3a97f083fbd98c267fd60d1b", "message": "Adding example app which displays usage of a ldap authenticator being registered\n", "proba": 1.3160897083253076e-07}
{"commit": "6444ba737d56160fe5230b9ccdc2c6323e2da4c4", "message": "fixed a bug do special condition of 5/31/2010 (per Lin-Long's suggestions)\n", "proba": 9.744643136855302e-08}
{"commit": "4337b2affe5f74fdababf1d51aeb1d7f56f519b8", "message": "Created AnalyserFactory.\n", "proba": 1.2034509211389377e-07}
{"commit": "3c2d3667aa7ae20c95950270ccfa8932d1d3d32d", "message": "am 036e2108: Fix NPE when importing from USIM.\n\nMerge commit '036e21083d9936425687d7de29e95b2c458a7e4a' into eclair-plus-aosp\n\n* commit '036e21083d9936425687d7de29e95b2c458a7e4a':\n  Fix NPE when importing from USIM.\n", "proba": 2.5894058808262344e-07}
{"commit": "648b847b19ed167dd20df033ff713fd2588de7be", "message": "Initial commit.\n", "proba": 1.9319949728924257e-07}
{"commit": "cafa932ad0b49fc07eed0a846c6480eb48eb4279", "message": "Introducing ErrorPolicy.java\n", "proba": 2.280035715784834e-07}
{"commit": "4b43452ae3a3ce199dfe45436f385665a6068dd9", "message": "Created GWTGeometricGraphics object\n", "proba": 1.3770842599569733e-07}
{"commit": "d73176a2c6f624e56a4f43aba010822d7015ef61", "message": "added unit test for rc dummifier\n", "proba": 1.3562737422034843e-07}
{"commit": "5efdc27abb46361051192fe07622d6366281d58d", "message": "Update (7 kyu) Number of People in the Bus.java", "proba": 1.4209452103841613e-07}
{"commit": "5523e06e69a387cf0e8c42ea65a4dfa57f3c71b4", "message": "Update ModThreeDFA.java", "proba": 3.934783023851196e-07}
{"commit": "261053edf8287247f0fd65641cda1f9aca97f3d5", "message": "tool\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@5471 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: d93c01849e07b57eccf8f8a1012d3b65c762b6cc", "proba": 1.0699698123062262e-06}
{"commit": "76e8acce91fa11a3492191168be746d75022be10", "message": "Add PluginJar\n", "proba": 5.669848519573861e-07}
{"commit": "ff36e4f8acf4ad0a344e0caac10955bdc9d59335", "message": "Didn't mean to uncomment this\n", "proba": 1.222696823788283e-06}
{"commit": "540214e0e9ad0fef7a4747d22dc74d2ffdf4ff04", "message": "fix for GRAILS-2215\n\ngit-svn-id: 29aad96320b2a07b98332cd568fc1316025c072f@6508 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d\n", "proba": 8.205834092223085e-07}
{"commit": "5a08dc84e6d8473beee962ef1c94d0f43bc53fd8", "message": "overhauled packet delineation processing and eliminated blank line \nprocessing", "proba": 2.0605067163614876e-07}
{"commit": "570ac0762caaab4f280019d8d6d2e5264d0408e5", "message": "Changed test app error message\n", "proba": 5.306263801685418e-07}
{"commit": "fb9aa4e5e04885cc8fee4aa7f4aeacba5818dd23", "message": "Add class to split work\n", "proba": 4.6855214463903394e-07}
{"commit": "9a48554f8d7232766722af6ff5114152eb9e505a", "message": "Added ClientAuthorizationGetListRequest class.\n", "proba": 1.1055362136858093e-07}
{"commit": "56da444a67817f637376166a0824c302765a05dd", "message": "Add test\n", "proba": 5.080644768895581e-06}
{"commit": "0914b31231f3c7b4498ec17738d50a8d5d3ec490", "message": "Accepted LC #173 - round#7", "proba": 1.833481206858778e-07}
{"commit": "cfd171ddffac179cc62677a1091b6a66fd7ae5f0", "message": "fix : test for points\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@10039 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: dca58f2d73d567784f3783e82ba943cbde9bae16", "proba": 1.9297224298497895e-06}
{"commit": "7ad952e77b6068a0f02df176ec90bb576b33b874", "message": "track project close event\n", "proba": 2.6516133289078425e-07}
{"commit": "e74450865e87ca06d84727b2ff710be1d2503e76", "message": "add recycleView Click interface\n", "proba": 3.047537688871671e-07}
{"commit": "19aced6d1d2bf15c6010a3f668af9509087fd12d", "message": "Sieve Of Eratosthenis\n", "proba": 8.280666179416585e-07}
{"commit": "47c12696cb87bdbf0ea852d1e72ba3b439d286cd", "message": "Neu: Bislang ben\u00f6tigte AFOs aus [gemSpec_CM_KOMLE]\n", "proba": 1.0975167441529265e-07}
{"commit": "ddccb9f3a6c06ab72ec27a159626537079e23e80", "message": "Added Meet Class", "proba": 1.7801345109091926e-07}
{"commit": "6a4c12535d9808d16dd0dbed6153ddb93c0ef898", "message": "KRACOEUS-569 - Fixing problem with refreshing reference object degreeType\n\n", "proba": 1.0675872630372396e-07}
{"commit": "dcfc08001d5d4bc4551cf08e53b94da6f2b306ba", "message": "Create DB schema for Step\n", "proba": 2.864915700229176e-07}
{"commit": "642c01658c58989a3f3f2be410a26805547a49ee", "message": "Generate URLs ending with slash ('/') for the copy/move warning dialog.\n\n", "proba": 0.0006876132683828473}
{"commit": "74b44b17a6da04fc8713ab25bc6ae19714a7849d", "message": "Rename the name of constructor parameter\n\nto make it explicit\n", "proba": 8.044678907026537e-06}
{"commit": "025fe3c8df8ad023d5df3864c33c44686667b39b", "message": "Fix for flaky sse events tests (#1677)\n\n", "proba": 1.1279647083028976e-07}
{"commit": "969897bc50ec473e42584b37cfb13a9f7027adea", "message": "SP-110 Unit Tests - SettlementLedgerEntry\n", "proba": 1.1314618575397617e-07}
{"commit": "f77373264b7c21a7df34060c0b77dd752f29ae80", "message": "Added basic beginning for unit tests", "proba": 1.2334371035649383e-07}
{"commit": "d368c6f0c0a3689d2684f3bd35b6257784a80367", "message": "Remove unused imports\n", "proba": 8.691937409821548e-07}
{"commit": "589d30cbcb83d289e9f80f9491901f3c219aa50e", "message": "More name changes\n", "proba": 2.451817522342026e-07}
{"commit": "2ffa1ddf396f82b9c5051402f41eca3480b9325c", "message": "Better Explanation for the list of modules in classpath tool #6167\n", "proba": 1.1984036518697394e-07}
{"commit": "68d436e1bcbf637403590f43172282b1d379a766", "message": "AppliedClass is now compiled\n", "proba": 1.1868796434555406e-07}
{"commit": "84f63b39d4835b5a4588e35a6a304e4091bf0adc", "message": "properly load setters into model\n", "proba": 3.472636080914526e-07}
{"commit": "4d65f631f83c35e7a04b9dd7d209861ac10c6380", "message": "add Server class\n", "proba": 6.215552161847882e-07}
{"commit": "5a9a73f49b615d507fcd97baefc80e19e5ae7f97", "message": "Team3 Member (Choi Woo Hyuk, Park Min Jae)\n", "proba": 9.94626319084091e-08}
{"commit": "e291a54648f10e59f09a57be070e9c895d616ecc", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "37625f513597b60aff17e51529a952759fc0736b", "message": "improved method fromJsonToQuestionnaire\n", "proba": 2.414503228465037e-07}
{"commit": "3e39d56e93c3f3bd0a63b1767669c296ec41bd55", "message": "add dl manageer\n", "proba": 3.059757318624179e-07}
{"commit": "ebf2f7a766965f82869513279147f9f5bbeefd52", "message": "properties", "proba": 1.2273839047338697e-06}
{"commit": "87655f15c070c8674dfbb160513a36168aabb75c", "message": "Solve in 1020\n", "proba": 0.9999994039535522}
{"commit": "72ed4bb4f36d566820e1aec38ea3a1257339b70d", "message": "Create Vertx.java", "proba": 1.9239487301092595e-06}
{"commit": "af9a47d365d41ba36357a25584ea14259ec4408b", "message": "Add files via upload\n\nFormer-commit-id: ddffc6b6291e12de60530a3538ff51105f227e09", "proba": 2.7885513986802835e-07}
{"commit": "244cddebe7501cc1ab9abac4009247d1843db7be", "message": "Create Client.java", "proba": 1.1778649877669523e-06}
{"commit": "44434a4c655b49a52ab22b714daa903b055755f6", "message": "Create Dealer.java\n\nSave as Dealer.java", "proba": 3.8811424474261e-07}
{"commit": "b3b41061d2cf84776064b70644e3a760576e7a4b", "message": "Added ballsack command\n", "proba": 1.8880432151036075e-07}
{"commit": "57d4acf3232441a31e9306a70f14b94e565f98f8", "message": "Create Game2D.java", "proba": 6.2666831581736915e-06}
{"commit": "a365cb536d9a770e8c8e299c1f0b282fb0fbc86e", "message": "[1365][cygnus-ngsi][NGSIMySQLSink.java] Add implementation for time-based expiration\n", "proba": 2.645102199494431e-07}
{"commit": "f35f2e1abd9a6709803d9f46bfe23c98cdb8d400", "message": "Create Packet.java", "proba": 1.2030382094962988e-06}
{"commit": "68c8564663858832753f3c244ee7b2d395f04726", "message": "Update Puzzle.java\n\nComments are fun", "proba": 1.4953583615806565e-07}
{"commit": "888f2c0c1f9e04400147e144acc2e3c1c908e851", "message": "Support setting of string end when calling parseSimpleJsonString.\n", "proba": 1.3444683588659245e-07}
{"commit": "7120da674a488c0c29048f0769bb3b2d714a6aeb", "message": "update: added test for ddr processing", "proba": 1.7245939432086743e-07}
{"commit": "7ad7b3b8b40d63c2eda3fec34f55097766eba6ce", "message": "Fix copyright location\n", "proba": 0.0047532059252262115}
{"commit": "59510e4b551fd6312fd11f51126377c2b260ed7a", "message": "Litter reduction in MethodProbe\n\nAfter doing some allocation analysis in JProfiler, it became clear that litter was being created\nwhen calling Method.invoke(source) without an array. The litter created is an empty var-args array.\n\nAfter adding an explicit empty varargs array, no more litter was visible.\n", "proba": 3.4832407891371986e-06}
{"commit": "913b5fe6ad4ad8e24aeed4437e9742cc8b90b04f", "message": "The solution for 78 SubSets\n", "proba": 5.6668879551580176e-05}
{"commit": "fe73f3db03a8ab4ab83b32136add1ce8b5f00440", "message": "Replacing spaces in string with %20\n\nhttps://www.javatpoint.com/java-string", "proba": 0.9999994039535522}
{"commit": "194e8ade773d06a23005dbe4b0e07f985b3057e4", "message": "Added initial DB facade API.\n", "proba": 1.1377919406641013e-07}
{"commit": "0fe3f7cbbf769b80cd5ee549bbd0f7723f4d9312", "message": "DO NOT MERGE Avoid wifi disable in a UNKNOWN state\n\nMultiple broadcast receiver unregister calls cause exception.\n\nBug: 2361335\n", "proba": 2.784974242331373e-07}
{"commit": "8985fce3b5f9895cb8124175c360c4fc607cab82", "message": "Test CanPlaceBallAt() for complex game sample\n", "proba": 1.7400257945610065e-07}
{"commit": "6c5b04a192f2b10e93b45b3d7cb8887f0b53315b", "message": "am da35d356: am b1762eb6: Merge \"Step Counter documentation fix.\" into lmp-dev\n\n* commit 'da35d3566292ada09172d8eb7b8e07828b49ee73':\n  Step Counter documentation fix.\n", "proba": 1.4875566023420106e-07}
{"commit": "d8e34a6a0d0200a74aec022bf16db8a1b4f8a85f", "message": "Make a field final.\n\nMake a field that can be final, final.\n\nChange-Id: I597ef43bad5045a63e7e9fe6eedd8e0f0a637ca4\n", "proba": 0.9999222755432129}
{"commit": "4da2f05b4964d6fc4c55344176f3ad98df569700", "message": "am 3be9eb46: am 401aa9d8: Merge \"Clean up Hyphenator file reading\" into mnc-dev\n\n* commit '3be9eb461150349a8de0f47d18562ac74fb38046':\n  Clean up Hyphenator file reading\n", "proba": 2.9590478334284853e-07}
{"commit": "151ce159fdac1e392764f6bb0321886ff7e592b5", "message": "am 241ba868: am 085b657d: am c021632e: Merge \"Load hyphenation data for more languages.\" into mnc-dev\n\n* commit '241ba8684f6bb543bd4eb06a8b95312f784a6638':\n  Load hyphenation data for more languages.\n", "proba": 1.3259908371310303e-07}
{"commit": "fce51d58739f05c9c4729a2d574024bea8bc8e91", "message": "am 98e955d2: am 20d6caf8: Merge \"Fix issue #13366. Take account of stackFromBottom in computeVerticalScrollOffset().\"\n\n* commit '98e955d295441636ba19688e18a8223691256d2c':\n  Fix issue #13366. Take account of stackFromBottom in computeVerticalScrollOffset().\n", "proba": 1.281825774412937e-07}
{"commit": "5502a547eb41d656725973a82dedccd348a3f199", "message": "am 1125e88d: am 04ce8195: Merge \"Scrapping the view at position zero is still position zero\" into lmp-dev\n\n* commit '1125e88d3955f900242754691238995b45d00027':\n  Scrapping the view at position zero is still position zero\n", "proba": 3.84305479883551e-07}
{"commit": "97f84eeb0a123700b6d57cb288b57547a5fcb735", "message": "Fix docs and nulling behavior for TextView.setCompoundDrawables\n\nBUG: 17444686\nChange-Id: I879f32722dda4c976b00fcd003ed18b9488654ab\n", "proba": 2.6042675926873926e-07}
{"commit": "dcc2fa8028004b6d4cdad8f161fdabaaefbd6257", "message": "am 537be409: am c333381b: am 24a2f20f: am c420ce34: Merge \"Marquee text RTL improvements\"\n\n* commit '537be409f281d4a872cbcebb6ac3a4d767ded4da':\n  Marquee text RTL improvements\n", "proba": 2.3215645228447102e-07}
{"commit": "1a9fcfb7d6b83b74f65fe5c9b03afecab2bfa4f4", "message": "Bug 5166707: NPE fixed in getFocusedRect\n\nChange-Id: I1e59ac739f1258c0047a667443f80b2c09ffa12c\n", "proba": 3.449527525845042e-07}
{"commit": "da0b7033e6e51045a14bb81772dca6dc1dae710f", "message": "am 30e7f79b: am 1384d1d9: Merge \"Fix: TextView makes new layouts too frequently.\" into mnc-dev\n\n* commit '30e7f79bd0a5ab7cdf6c543668dfbda89c2b054e':\n  Fix: TextView makes new layouts too frequently.\n", "proba": 1.6165546412594267e-06}
{"commit": "e17f889bc7f5cc17d536b10b1bb34a080eebd981", "message": "Android Support.", "proba": 1.7633765025948378e-07}
{"commit": "2ffd94e4c3ac1e23b18513932f66324714a0c09a", "message": "new start!\n", "proba": 2.5926353828253923e-06}
{"commit": "aada43283451b978b6ed350943782cd59f113523", "message": "https://www.acmicpc.net/problem/10866\n", "proba": 2.7124968937641825e-07}
{"commit": "9326c02d6e2b715cb71cfa9a36070aab1d3f9318", "message": "https://www.acmicpc.net/problem/11444\n", "proba": 2.826420484325354e-07}
{"commit": "5a38f29fd70f91553e3081992bbef47a56c15df3", "message": "https://www.acmicpc.net/problem/12738\n", "proba": 3.0584911314690544e-07}
{"commit": "94684eca9c465324cea930bddd3294c030abb238", "message": "https://www.acmicpc.net/problem/13325\n", "proba": 2.9117583721927076e-07}
{"commit": "f84458e8a37bc7b10b0d051be55872e0ae351c4c", "message": "Test file\n", "proba": 1.19132209874806e-06}
{"commit": "3032ee7fc0a01186b88e68e9bbc728fd8faf483b", "message": "First commit\n", "proba": 1.9779638193995197e-07}
{"commit": "ef44dd7f698e0b92d8b630d2c60f905b26724483", "message": "json parser, good luck terin", "proba": 6.504103566840058e-07}
{"commit": "ea76d3a3147382dadba060edb285f65330a352df", "message": "Create LibraryApp.java", "proba": 3.5363696042622905e-06}
{"commit": "d35310db2c31b62eb49ca085183ba4752c4fa12f", "message": "Add some documentation about how the Java2D rendering hints and the SVG\nrendering hints are marched in the bridge module.\n\nPR:\nObtained from:\nSubmitted by:\nReviewed by:\n\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@200024 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.249348535267927e-07}
{"commit": "d9e09ba440af2f1e09ff65e9112f5ef92076e964", "message": "adding copy() and getCentroid to Rect class\n\n--HG--\nbranch : toxiclibs\n", "proba": 1.421040138893659e-07}
{"commit": "7fefac4caa767233577fb02bfddc6da05ff531f4", "message": "Rollback undesired code change\n", "proba": 2.1238106739929208e-07}
{"commit": "7cbc1a8333a8e5513bad197f983915fdd6df01cd", "message": "Adding a sample plain vanila client for sentinel https REST\n", "proba": 1.3224446604453988e-07}
{"commit": "4995d97f0fa36900e45b984a45af3bab13ecc1a3", "message": "Add _0056MergeIntervals\n", "proba": 8.146201366798778e-07}
{"commit": "8f896832fa158e41be351e43bea49f7a84d9e1b9", "message": "add method to retrieve lookup data ordered by field name\n", "proba": 2.562537702033296e-07}
{"commit": "c8af7ee00a16b411e7f6e4fa8877ff6d0ce82c88", "message": "Create Fibonacci.java", "proba": 0.09705119580030441}
{"commit": "377ed2313576e40f6a649bc8f813e139c176ab81", "message": "Delete test.java", "proba": 3.1960821615939494e-06}
{"commit": "b08dee9d38fb73715f17183dbc57b7130796b935", "message": "am f09c0c7f: am 93920d79: am a66be970: am 11aa4cc3: Merge \"Set width of spinner\\'s dropdown to fit on device\"\n\n* commit 'f09c0c7f31e72611d91b4ac91ce5a9f019b16083':\n  Set width of spinner's dropdown to fit on device\n", "proba": 2.815293953517539e-07}
{"commit": "d2566fa966e4f28857bbd8cb9fa9ba0b0ebf3306", "message": "Base class for the new life cycle management mechanism of the Agent class added to repository\n\n", "proba": 1.2009137151380855e-07}
{"commit": "160141ab4241fab85ae832bab2d7b4b0235026f1", "message": "Added a basic Microphone recorder\n", "proba": 1.5289974442111998e-07}
{"commit": "9f8e360dabb5174a52ccda0e62d2207d943c8ee8", "message": "Test case for #2995\n\nsvn changeset:7931/svn branch:6.0\n", "proba": 1.821369011167917e-07}
{"commit": "7c3ef2dbf44fcb512eca2849029309da3fdffe69", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@2629 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 5.576571311394218e-07}
{"commit": "775e095bf30f2603aafde254db92c8f2dec28d39", "message": "removing empty map and unused get method\n", "proba": 3.145422624584171e-07}
{"commit": "846272acb6aa82eced3e0dcfe1cbf74c4fb06009", "message": "using pre blocks for code\n", "proba": 5.790864179289201e-07}
{"commit": "ee2838e4ccd0ef506c950aac7d6beb823de00ba4", "message": "Fix bug in AssignmentTarget\n", "proba": 3.338967644594959e-07}
{"commit": "333ee6c5fcdd4c0f97a0549e27e32c109fe22891", "message": "Definition of Errata (similar to PTStB)\n", "proba": 1.2080424482974195e-07}
{"commit": "7fb35560778e6cc1a483b96466ae291c4202eb3b", "message": "data access skeleton\n", "proba": 7.552255283371778e-07}
{"commit": "0c75369ca11398791d9da9d7f6bdac53fc958403", "message": "cassandra connection with Credentials\n", "proba": 1.738559518571492e-07}
{"commit": "1570f11d0beb3e421350795ef14537c9866b6d70", "message": "Jira#KRACOEUS-3007\n", "proba": 1.4059210684536083e-07}
{"commit": "6f57cb3d68ceb4c9f312eab84a8b4ca4272973f9", "message": "KCAWD-844\n", "proba": 2.6272223863088584e-07}
{"commit": "241795e342d9ca8d7ab654a8aa254eaa76bee1a7", "message": "Add TristateResult for events.\n\nThis interface can be used for events that require a tri-state result. For\nexample, if you intend to override the server or client's default handling\nthen you would set a result.\n\nNote: Not all events will support the 'ALLOW' Result. You can check\nwhether an event supports this result by calling hasAllowResult.\n", "proba": 1.4151031280107418e-07}
{"commit": "40e002baa3587a0434b5b47034a2e098766f2403", "message": "refactor: rename methods in Constructor\n", "proba": 2.1527237549889833e-05}
{"commit": "3e7c600da29907c9439b61324a728472733ae35f", "message": "tools: Fix for #4620\n", "proba": 1.5479859882816527e-07}
{"commit": "4294d5f98c53ba3918a4ee432c2c97c361bd2775", "message": "Create Reports.java", "proba": 4.675745799431752e-07}
{"commit": "c387151a0733d7cf4b4f6c138dae7c30340a6d4d", "message": "Creada la clase ConexionBBDD para establecer una conexion a la base de datos y que se autocierre, al cerrar el programa.", "proba": 1.6080703346688097e-07}
{"commit": "ba489bd4b0629fe4c06244373ff9457d03f1af41", "message": "Codeforces #1038A: Equality\n", "proba": 2.4714975666029204e-07}
{"commit": "d00cfc51fb5b6e067bf0cd31af670ad4b61d1a7d", "message": "Remove suggested key names as its confusing.\n\nUpdate java doc to not suggest package names\nas it confused people into thinking it would\nlimit access to that package which isn't the\ncase.\n\nBug: 15177676\nChange-Id: I0736976956d8bb604e5097326c8c4316b3007d64\n", "proba": 9.9709257028735e-07}
{"commit": "e24c67e32258bfedafbc2dc2861d4358950131f0", "message": "am 2990ed7a: am 3c6ee5b5: am d2bec096: Merge \"NullPointerException in SQLiteSession\"\n\n# By L\u00e1szl\u00f3 D\u00e1vid\n# Via Android Git Automerger (2) and others\n* commit '2990ed7a3bf7314bbd4d98161fbcdcf48098052c':\n  NullPointerException in SQLiteSession\n", "proba": 5.806619469694851e-07}
{"commit": "b8cee5175d7cbc4901bd2d56aa6a380b1464a074", "message": "camera2: Remove stray </p> in CameraDevice#createCaptureSession\n\nThis was causing strange indentation.\nThe change also clarifies how to get the supported output sizes in the\nImageReader flow: Although the doc (correctly) instructed the developer to use\nStreamConfigurationMap#getOutputSizes(int) with an ImageReader, this instruction\nappeared after the bulleted list of output types. Since all other items in that\nlist specify that getOutputSizes(Class<?>) should be used, the reader shouldn't\nbe expected to read beyond the list only in this specific case.\n\nBug: 15574400\nChange-Id: Id952b46ae52322d75abbcaffea678d5ba50b22a5\n", "proba": 0.00012933586549479514}
{"commit": "a56b78dcd1292a4291d85113bdeeda8496c1a0c0", "message": "fix build\n\nChange-Id: I7f3b8a4df84630f40f5a3f19434df86b6287fb75\n", "proba": 2.2348772290570196e-06}
{"commit": "9713c09b0f984b04634a5fec3bbe8b071478591d", "message": "naive solution to P1703\n", "proba": 5.726713425246999e-06}
{"commit": "252334086e4a73882e5bf4b54e4d01a61afbea3b", "message": "state car controls", "proba": 5.079735387880646e-07}
{"commit": "42c8c17b987f4b46ea8015b8afe10c9145de7847", "message": "add structure\n", "proba": 0.0188137199729681}
{"commit": "09df52131ee3d9a49bb5226516e9e5392467080b", "message": "Added Pair class.", "proba": 1.2220866096868122e-07}
{"commit": "b886c37c5869037cb02c0bd3dd8f335f997f884a", "message": "CeyloncTool: minor fixes\n\nChanged the name of the task\nChanged the check for class names since that should allow module names\n", "proba": 1.081844402506249e-06}
{"commit": "07ee26f8a64073c223de248a6465c68f23ed901e", "message": "textAnalyse, getAnaylsePercents() fehlt noch\n", "proba": 6.465324531745864e-06}
{"commit": "d6466b3b329ad742a03f40c6a4aa16bca860fca1", "message": "Min Stack\n", "proba": 6.823675562372955e-07}
{"commit": "06838e1b8e0404569947cfd10a942bb8e7c6540d", "message": "Add frame implementation and game loop to program.", "proba": 1.1167303881620683e-07}
{"commit": "ad3b2c9ab33fb1f5918cc431dfd003f1947eab6b", "message": "Added failing unit test that exposes bug in appengine - kindless ancestor queries don't work.\n\ngit-svn-id: 1cb8ba81e35536520dc3c869e3ef27a5006f98a2@379 79e2b5ea-dad9-11de-b64b-7d26b27941e2\n", "proba": 4.315897513151867e-06}
{"commit": "9117534ee58214be043947343c69926f0ec5a3a4", "message": "Solution Coin Change", "proba": 9.559544196235947e-07}
{"commit": "73cd01d38d073841146a7db19abe56f41ec5387e", "message": "Add a json stream parser\n", "proba": 1.414350754203042e-05}
{"commit": "2e1305fa85650e2908830284b0cdeb1b4efce666", "message": "(Balanced Binary Tree) [Accepted] Code refinements\n", "proba": 1.3523886366328952e-07}
{"commit": "ddb80581e0d79a7d1ccf35bad92091d5148e5d55", "message": "Update Lookups.java", "proba": 4.842653993364365e-07}
{"commit": "dd09dde2f1111760966d4b9e31fabf1b38a42c99", "message": "adding getMetadata for Android\n", "proba": 1.8352025676904304e-07}
{"commit": "2de81e34ac44369712b3752aebdb339ffeed8f82", "message": "List model for the fuzzy output variables.", "proba": 1.4213382826255838e-07}
{"commit": "7b1bf9781bb9b0f21f12b7d9ec15168798e11cd3", "message": "Add missing test module declaration\n", "proba": 1.370599079564272e-06}
{"commit": "33d13d24ea3d19dfd460a88d560c2757808ab61e", "message": "reads a file from working directory\n", "proba": 1.2184317483843188e-06}
{"commit": "6fd9fff398a71cfc7f1874652d96504669487785", "message": "Add IStore\n", "proba": 2.7546658998289786e-07}
{"commit": "f30de28f50c0d5e5c6eb346199de0256b79c4a32", "message": "[N-0] add skeleton of 723\n", "proba": 0.007178166415542364}
{"commit": "066078aaf42a14600fe1cbeb8df5f577ebd7b280", "message": "Basic comms operations\n\n\ngit-svn-id: d2924805b4ae8fffc34e1a97dde5dc7532b2300d@35 cb376a5e-1013-0410-a455-b6b1f9ac8223\n", "proba": 2.219922862423118e-06}
{"commit": "4959438f1d045a3c5b661cae2de85e5dd79c0ae1", "message": "Fixed Server\n", "proba": 6.121221076682559e-07}
{"commit": "86477275574b20b5b5afd5f2449e5ebb2560d733", "message": "#261 avoid join users if they aren't needed for query\n", "proba": 1.6802171387553244e-07}
{"commit": "2cbb86fb1ab9219fce47377a3ad619197b7c9b48", "message": "Change resource path ", "proba": 7.116589699762699e-07}
{"commit": "498e6a099cde1bdce16f2894e6c71f803cdd539c", "message": "Added MiscUtil class which has a method to get creation-time from id (snowflake) and to pretty-print OffsetDateTime\n", "proba": 1.694538838137305e-07}
{"commit": "3a486f3c86f2fa326013cda8873947b79dff0182", "message": "add PUT method but can't work\n", "proba": 1.2877944755018689e-06}
{"commit": "68a6d4400031996cce6f6c1c3bf0e9d43093def3", "message": "Got finding solutions in the dictionary working.\n", "proba": 1.201860158062118e-07}
{"commit": "4f7669b816cf71e00e4f7af650b38a973ca4f9b1", "message": "Added javadoc comment for #4220\n\nsvn changeset:11477/svn branch:6.2\n", "proba": 1.2898983925424545e-07}
{"commit": "828ddb44dcced2e1f65bf7cfdb0568f0dfab86d3", "message": "Add database connection abstraction\n", "proba": 7.599608125019586e-07}
{"commit": "c1a554dff1643ea553255cda0289cc077de97ffe", "message": "Finished JDoc", "proba": 2.3830348538922408e-07}
{"commit": "51233dbb48e6721b2d7a6954ffb23ec391409ce0", "message": "Include at least one test for Jenkins to pick this up properly\n\nSigned-off-by: Ealden Esto E. Escanan <ff27627daef6b3172da4425363457b1137a9e29e@teamcodeflux.com>\n", "proba": 1.1497775176394498e-07}
{"commit": "2383f2fce1050bd5ce9e98439679564f4dae2f31", "message": "(split) java code pulled from typesystem_gui\n\n[git-p4: depot-paths = \"//depot/qtjambi/main/\": change = 273976]\n", "proba": 1.2971680973805633e-07}
{"commit": "c1f320081d85fb94835d814b37aed99616afa559", "message": "Create Slime Combining.java", "proba": 5.497182655744837e-07}
{"commit": "96e30eba1eaed0e35d6b8cfcd504aed5475556d8", "message": "Make pressing 'Back' button open the drawer when in Recents root\n\nChange-Id: I3c6cbcd3d2d003af1a6459c3bfd193ee45021882\nFixed: 27230999\n", "proba": 1.7187048797495663e-05}
{"commit": "5c6a3872cb0df50e9a8d2aaa0b8f84e78cd4433f", "message": "SystemUI: fix automatic pairing of BT keyboards am: 79f00cf06f\nam: d3eee7c410\n\n* commit 'd3eee7c410dbc6f8eb5133a347fb0a0ce7221893':\n  SystemUI: fix automatic pairing of BT keyboards\n", "proba": 3.909576093974465e-07}
{"commit": "8ea3b834482d2eb22eb9454c2e825facf0c1092e", "message": "\u4e00\u4e9bAction\u5e38\u91cf\u8ddf\u5176\u4ed6\u5e38\u91cf", "proba": 4.337856296388054e-07}
{"commit": "939476ff157d1634299f826a408d4dfdeb899649", "message": "Added method", "proba": 2.496953754871356e-07}
{"commit": "0cc8d50cfededb93ca3a8cca9c21388012812f69", "message": "- added a helper class for Xml tasks\n", "proba": 1.8672021440124809e-07}
{"commit": "a53942c6eb22b49139773a7542124373cfae299b", "message": "Changes for JIRA issue #165.", "proba": 1.1153956336329429e-07}
{"commit": "f3406c9ef6296ee64db8a678f03c5ef1fdf6cb94", "message": "BOJ #15873: \uacf5\ubc31 \uc5c6\ub294 A+B\n", "proba": 0.0020553353242576122}
{"commit": "430639d6fbdfd16c354ac46f62fd31ca026f5d4c", "message": "added 'this' keyword to class variables\n", "proba": 1.777716533979401e-06}
{"commit": "b0f92f7222c509b991514b65af6c76b418263544", "message": "include k=0\n", "proba": 0.9999120235443115}
{"commit": "e003eb9232f55a252da047b4823da70ae4e5f6f7", "message": "Remove old test for Post\n", "proba": 5.148419859324349e-07}
{"commit": "33305da11f2567a977f3b6bb636f7e3821456f0b", "message": "added utils for creating mock data for JUnit tests", "proba": 1.6378751865886443e-07}
{"commit": "8ead1c0a5eeb1a040d2eb473d8420c695a487709", "message": "Add regression tests for shutdown behavior\n\nThe tests check three scenarios:\n\n* ij.ImageJ#quit() with exitWhenQuitting set to false\n* LegacyService#dispose()\n* LegacyUI#dispose()\n\nA separate integration test will be needed to test ij.ImageJ#quit() with\nexitWhenQuitting set to true, since surefire and failsafe cannot support\ntests that result in System.exit being called.\n", "proba": 0.00022699487453792244}
{"commit": "a31ab50aac3f8307fa1d0285b4e88026b64f755f", "message": "Demo class", "proba": 6.796631737415737e-07}
{"commit": "b359380e2818c0a2f778d050100c19fdeac03d7d", "message": "Delete GUI$GraphPanel.java", "proba": 1.4036745596968103e-06}
{"commit": "03a66f8790c7c7e494bb26924f55c1eb60598f43", "message": "Back up the loop counter if when we actually delete an agent AtomType\n", "proba": 2.4014846644604404e-07}
{"commit": "96b0028f3599186261c49443fb19a8c27d8ad530", "message": "Create ExitNow.java", "proba": 6.473181883848156e-07}
{"commit": "a1ca303a7854ad1329c1bf22bf82103409a45d58", "message": "am 966bfa8d: am 01252217: Merge \"Fix javadoc.\" into klp-modular-dev\n\n* commit '966bfa8df40d3d27bacdb2d9f8eb05c3eebafd01':\n  Fix javadoc.\n", "proba": 1.766207304854106e-07}
{"commit": "f277b7e361b3c6b916d68eb6fecceb253d2ab21e", "message": "am 70a60cc4: Merge \"Add Bitmap.compress to TRACE_TAG_RESOURCES\" into lmp-dev\n\n* commit '70a60cc4d46436cd61b9213c888524f96f862174':\n  Add Bitmap.compress to TRACE_TAG_RESOURCES\n", "proba": 4.216508955323661e-07}
{"commit": "e8a39f5960c752c7a427580a2a9067280bf38ca0", "message": "am b71be9c3: am 9750c696: am 075b2b4f: Merge \"Add details and performance warnings to save flag docs\" into lmp-mr1-dev\n\n* commit 'b71be9c3523adef99b42833e974b6f61369a24b0':\n  Add details and performance warnings to save flag docs\n", "proba": 3.0096265390966437e-07}
{"commit": "53e8f4e19e7995add120ee6b57e6301574c862cd", "message": "am 37f761fc: am d6ec00a6: am f1101afa: Merge \"Fix null rect parameter for saveLayer / saveLayerAlpha\" into lmp-dev\n\n* commit '37f761fcf9781c62903979040561c9aee5a84638':\n  Fix null rect parameter for saveLayer / saveLayerAlpha\n", "proba": 2.5734311748237815e-07}
{"commit": "21a466196828ffde6aa577de0e5d6902b77304db", "message": "Fix bugs in history verification\n", "proba": 1.6155420325958403e-06}
{"commit": "642df87570cf27cba4cfbac887c2668c46e2d259", "message": "state in class javadoc that null keys and values are not allowed\n", "proba": 1.8653067002105672e-07}
{"commit": "448090ecde2bb494e14bff85105c9fbfd5eabd41", "message": "Updated backup of multi remove operation. This part should be fixed for performance or should be done out of ClientService.\n\ngit-svn-id: 505f71283407c412190d59965c6d67c623df2891@2281 3f8e66b6-ca9d-11dd-a2b5-e5f827957e07\n", "proba": 1.8607810261528357e-06}
{"commit": "36f1f5e9af0b7d245f0a39a2a4c2e05a2b94de55", "message": "Some CTX handling", "proba": 3.0096984460215026e-07}
{"commit": "33757c7cf4a7c29363f144cf301cbe3e8c60e98f", "message": "Better handling of errors\n\ngit-svn-id: 7c053b8fbd1fb5868f764c6f9536fc6a9bbe7da9@938030 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.8752053847492789e-06}
{"commit": "ebe2d4f8e5ec28733ed0282cd3d6017844eec267", "message": "New CreateTableDirectContent test testCreateTableLikeUser7968180 focusing on the stack overflow question\n\nCreating table in pdf on last page bottom (wrong official solution)\nhttp://stackoverflow.com/questions/43807931/creating-table-in-pdf-on-last-page-bottom-wrong-official-solution\">\n\nIndeed, there is an error in the official sample which effectively applies the margins twice.\n", "proba": 1.1348573281111385e-07}
{"commit": "aa00d7181fa998b76bbf486027a34523e96969de", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "7d2ed8f7c707f210f01d5b67cf879c9a59f5884d", "message": "New class for bit index junit tests\n", "proba": 1.5367335493010614e-07}
{"commit": "b8f38f4c6f0412bd59e236c08a40db21740c0fe6", "message": "added class for testing class Note\n", "proba": 1.612934426020729e-07}
{"commit": "18fff6f8d2d25af054caac49a98d0b8db81bab72", "message": "Adds Bytes for generation of random data", "proba": 4.542268356999557e-07}
{"commit": "2f5d34c69a49cf9c2e59e028942321c51fb02e27", "message": "First Java program", "proba": 2.0230207553595392e-07}
{"commit": "8cb64c8d0881e17b13be51cedde39f72288b9453", "message": "LeetCode: 49. Permutations\n", "proba": 0.9999994039535522}
{"commit": "f8bd2149bf50486e657b7c26b3ac80c52303694c", "message": "Fixed a bug printing the kill ring where the first name was skipped.\nFixed a bug in printKillRing so that names appear correctly in the list and the last person is not stalking himself/herself.\nAdded case insensitive checking to the kill method when choosing a target to kill.\nRefactored code in kill method and fixed bug where killing the last person in the list would create a NullPointerException.\n", "proba": 1.1268249977547384e-07}
{"commit": "cd8501011a42af16e2342cee8c38166e71ce2779", "message": "#9 Crear el metodo para comprobar los invariantes.\n\nSe  a\u00f1ade un metodo para comprobar los invariantes antes de reservar o devolver.\n\nAdemas se a\u00f1ade a los metodos reservar y devolver el uso de la funcion comprobar invariante antes de que se realizen las funciones de reserva y devolucion.\n", "proba": 7.155462071750662e-07}
{"commit": "e14315882af6e4885c57e62375fa76d2d1b6ce6e", "message": "am 82b01b2b: am 53fd859f: Merge \"Unhide WifiConfiguration.creatorUid. [DO NOT MERGE]\" into lmp-dev\n\n* commit '82b01b2bf4752a03ee64d8a9a53038bf02c115d1':\n  Unhide WifiConfiguration.creatorUid. [DO NOT MERGE]\n", "proba": 2.921011628131964e-07}
{"commit": "d4e136a6ea72431913bba0cac39546534f14ea06", "message": "Recovering Deck.java file\n", "proba": 4.941436486660677e-07}
{"commit": "339cbe4f3af48b7e6e0c3e6d3f07b3c4bf5620bb", "message": "fix the downloadpath ath the check existency method\n", "proba": 2.3056966256262967e-06}
{"commit": "ad9b1b89738e19cd1c7c66940e3f0ca59d1d9b97", "message": "V\u00e4ljaAntal spel\n", "proba": 4.952154881721071e-07}
{"commit": "f17b72feb851cdb4104e4ec0a0da60c8effee5f6", "message": "Added solution to the egyptian fractions problem for Java\n", "proba": 1.9036644971492933e-07}
{"commit": "c5e4df3245115cbbaabe26a1e2cdde33f20977c8", "message": "Remove task that was completed.", "proba": 0.000791540602222085}
{"commit": "fc1b68f5c0a2ee40529aae7f22fe62c2fd31a6a1", "message": "added demo to test dir for easy access\n", "proba": 1.1921387965685426e-07}
{"commit": "e9d93bc903d4ac4fbefefa84b44388b29aa60e13", "message": "MUCH better Performance of file copy:\ndecreased time of ingest-postprocessing (file copy) to 50% (this has now double speed!) using buffered IO\n\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@4696 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 5.613302391793695e-07}
{"commit": "be31dead463b06d87e4c7aaaa56ca91c27eca7fa", "message": "new genesis block", "proba": 3.5800999285129365e-06}
{"commit": "6d15fa0aa29b622675670b8df592aa57bb5dc8de", "message": "Resolved redundant initializers at MainActivity.\n", "proba": 1.2800288118341996e-07}
{"commit": "fe382fc0bde340d25b0a97677cf10694897fde1a", "message": "Place holder for local testing using local URL.\n", "proba": 1.1124699739184507e-07}
{"commit": "14a0a93bf74bd7a572960340361a51adefa7308e", "message": "am 8e27a8f6: Merge \"Document that Handler.postDelayed uses uptimeMillis() based counting. -Make it clear that delay may be longer than requested. -Potentially help developers avoid power bugs (e.g. releasing after delay). Bug: 12015795\"\n\n* commit '8e27a8f6959a8b15ee422fb8afe6775594f8e7f9':\n  Document that Handler.postDelayed uses uptimeMillis() based counting. -Make it clear that delay may be longer than requested. -Potentially help developers avoid power bugs (e.g. releasing after delay). Bug: 12015795\n", "proba": 2.5034942154888995e-05}
{"commit": "3d28abf392e7f2f727cc1b7e898385a97d141c5a", "message": "am 19db8894: am 19f9f445: am 7a56d949: Merge \"Fix SELinux.java doc errors\"\n\n* commit '19db889424addfdf2eae9e3dac1c97d93e13cb74':\n  Fix SELinux.java doc errors\n", "proba": 5.574391366280906e-07}
{"commit": "f021d5b376eedb5f12301e52aad4c3ddfd59ace2", "message": "Add Turn.java\n", "proba": 6.610523541894509e-07}
{"commit": "9b47a5a2a93f78e0dd2dd2b7365a747bd7bc96d7", "message": "Properly display multiple/various artists in recent torrents\n", "proba": 1.615829205547925e-05}
{"commit": "1c38964a9ba6d27f2b2a5c5e618651ae421d5a11", "message": "json schema: have test suite for json schema tests\n", "proba": 0.9988930821418762}
{"commit": "3cec9309b0fd43c2c0f92479bc9393a01dec042d", "message": "Implement spanTo/spanFrom for #5059\n", "proba": 7.245251367749006e-07}
{"commit": "f0d107dd06b6531859dd8cdb7358d9ad43a6293e", "message": "get response in HttpResponseException\n", "proba": 1.1521873375386349e-06}
{"commit": "fb847edd7e9d201c0625d0a7c19363e456358a90", "message": "Added testAddNumbersClientProtoAndLogicalHandler to test run.Changed the assertion parameter.Please refer to AXIS2-2417\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@551850 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.745191060668731e-07}
{"commit": "fe75c737db68bbfd143ab197ba70ee4931304ce0", "message": "Added test for ordering\n", "proba": 1.1714455894207276e-07}
{"commit": "871ef69020e3d83619fadc58b241f828a4d56ebd", "message": "ACCUMULO-812 add a utility to find unhosted tablets\n\ngit-svn-id: f2032a8f7e7e147e9bd2f47faaf2ba5297dc4bdd@1398287 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.20788388105575e-06}
{"commit": "3a5225d023873a98d1e94699c80003e6e76de516", "message": "Refactored Sequences\n\nrenames algorithm to method\n", "proba": 4.0782574615150224e-06}
{"commit": "45646908ddef6423b16ab810dd474688a6c1f5c7", "message": "Additional logging for mail attachments.\n", "proba": 1.0856348353627254e-07}
{"commit": "aadcbc6b63928f100dfcefd3551869f8a527e10d", "message": "User search entity provided\n", "proba": 1.6761063307058066e-05}
{"commit": "7f406e0638d52b9c81010693b6634eed7ef967b5", "message": "Accepted LC#201", "proba": 2.632002349400864e-07}
{"commit": "d171d6f166e7f3e6a812464954bf453fb519cf15", "message": "Code refactoring.\n", "proba": 6.346042482618941e-07}
{"commit": "37dca155aaaecd79d801f53851d1d319d7ff0726", "message": "KeySets: better rejection for badly-formed manifest\n\nDuring testing, I typed in a <publicKey> tag incorrectly and it\nclobbered the previously defined key entry since it still parsed the\nsubsequent <keyset> tag defining an alias.\n\nThis gives more information in the log when running into such parsing\nerrors.\n\nChange-Id: Id3c8e85530b1a5e39f4a2cb6ea8bd5521cb6918f\n", "proba": 0.0003950500686187297}
{"commit": "ddc441795bbf3716298a99a9c3043785d4387c52", "message": "KRACOEUS-4389: Added code to synchronize unit contacts to lead unit when lead unit changes.\n", "proba": 9.659114397209123e-08}
{"commit": "e774737c53e566b7b40715c74c1c55473615f76e", "message": "Additional test from prior serialized form.\n", "proba": 1.0300623642933715e-07}
{"commit": "641a853aab516d47a968cf6e37783ab39ccfa0ec", "message": "refactor", "proba": 0.9999991655349731}
{"commit": "856efbb637d1673efa4035f80307a3019618b6c6", "message": "fix up test\n", "proba": 8.599619832239114e-06}
{"commit": "129a4b6d96aa86c675832a246ca1cf79e3bdf800", "message": "SE\u4e0d\u8ba1\u7b97\u63d0\u4ea4\u6b21\u6570\n", "proba": 5.160497380529705e-07}
{"commit": "7b5d0a82f65ff83d0c360f47d7506ee22a7b7941", "message": "am c139177b: am 65521c3c: am ca4b9a77: am e92c8542: am 01825b7a: Fix sans-serif-thin and sans-serif-light fonts in layoutlib. [DO NOT MERGE]\n\n* commit 'c139177b13427ea3ea1bc88364136439125848af':\n  Fix sans-serif-thin and sans-serif-light fonts in layoutlib. [DO NOT MERGE]\n", "proba": 2.0758299967837957e-07}
{"commit": "c584e55781821de3ffac62c0e3e7e6607f342f8e", "message": "Add (disabled) test that verifies #130\n", "proba": 4.675125921949075e-07}
{"commit": "e5a44ae5a25191e0304e9ccce015d1a54a589f0e", "message": "Added NotificationService\n", "proba": 2.7830520821225946e-07}
{"commit": "af7083d3ed90b4a6d463e8280341a2e93d023e4f", "message": "maxfiles: begrenzer so erweitert, dass er vom transformer verwendet wird\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@2320 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 3.7857905681448756e-06}
{"commit": "5644709d388400582f9fccb9e24a0eb244250368", "message": "Local date time again\n", "proba": 1.6971911236396409e-06}
{"commit": "9cf6b910d102a7cc68280004b02a9b19cb897b72", "message": "Greeter now returns Hello, World when name is empty.\n", "proba": 2.8904319151479285e-06}
{"commit": "067dbf6bc640e854524fdba68f13e9ee5dc5bcac", "message": "added some javadoc entries", "proba": 2.121747684213915e-07}
{"commit": "b741a4e79aa892b05e788e17dd60f048cefe12c0", "message": "started implementing command line tool\n", "proba": 6.007155093357142e-07}
{"commit": "d73383219b9545cd1b5312eb96452c8c9ecdfb5d", "message": "change to private", "proba": 7.554106673524075e-07}
{"commit": "51a76dbce3f682d1621e3d6928ff04efd1babd29", "message": "New: Sprint boot runner\n", "proba": 6.87192368786782e-06}
{"commit": "de9713ebe8d69d980182c03f3247b8030a4c4cd3", "message": "Add False interpreter plugin.\n\n", "proba": 2.4397772335760237e-07}
{"commit": "2ae80b3738c0a5d39612c419921d30560563bedb", "message": "[Add] SmartClickListener in app module\n", "proba": 2.8042646249559766e-07}
{"commit": "8f4cb3db039110672c584893d5608188c6d005b3", "message": "feat: add fields verifications\n", "proba": 2.0290026725433563e-07}
{"commit": "40a6df0a6b49e3cb6c6b6ad9a87fd57745247139", "message": "Add UI controller for bootstrap\n", "proba": 4.338642440870899e-07}
{"commit": "1f7cb3125b89d4dd6c0f2f9547b90f292a8747c8", "message": "wrong order of parameters in checkIdentifier() changed\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@5148 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 5a1635007c5441436455b101bde39cbeadf46796", "proba": 4.280955636204453e-06}
{"commit": "069ec48f969c8fd8473d95be702c4672d4cf1003", "message": "Renamed so this observer can see any hard location, not just coordinate patterns.\n", "proba": 1.0443993403441709e-07}
{"commit": "026506c61e27b1a5629b10b8cda594d68792d308", "message": "Utilities for class handling\n", "proba": 2.0741181572248024e-07}
{"commit": "d8b59a731ae5ef21ed66a48913c2d62e5c8b1b8e", "message": "A utility class to  localize ExceptionMessages.\n-rip\n\n\ngit-svn-id: 21df804813e9d3638e43477f308dd0be51e5f30f@315266 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.844489351147786e-05}
{"commit": "19b5d43ff7043c9e5c7c99dccf85738adab4f93c", "message": "First commit into file\n", "proba": 1.6359207677396626e-07}
{"commit": "318eed95d824d29dbcf044884fd8c57e5ca1e91e", "message": "Write a java program that inputs an\ninteger that represents a\nlength of time in seconds. The program\nshould then output the\nnumber of hours, minutes, and seconds\nthat corresponds to that\nnumber of seconds.\nFor example, if the user inputs 50391 total\nseconds then the\nprogram should output 13 hours, 59\nminutes, and 51 seconds.\n(Note: Don't use loops or if condition)\n", "proba": 0.0014827711274847388}
{"commit": "e1bd515dcb5c775a37707bbfdd5b815283e4d1d0", "message": "New class FormBox\n\nCreates a form from a set of client-specified field strings.\n", "proba": 1.0183083531956072e-07}
{"commit": "f3814d14643d259bb297644c99d6a15afcb7f6dc", "message": "(OCD-179) Work on Certification Events and Event Types.", "proba": 9.909319942380534e-08}
{"commit": "a7b71fc0c9f1a7d61b50dd63e2caaba336a6a03a", "message": "Code refactoring\n", "proba": 2.3158183921623277e-06}
{"commit": "e404c57661c7a9e974815d3db7303f4087f04dcf", "message": "Wrote 'searchByClientAndPetName', 'searchByClientName' methods test\n", "proba": 1.3257711543701589e-05}
{"commit": "58ae29529378a5f6c54d5873b33ed75041bbd591", "message": "URLStreamGrouping. Fixes #425 (experimental)\n", "proba": 1.0728353316835637e-07}
{"commit": "ec790cbff49cf7406bcd04999fc84c5011e83075", "message": "standard tokenizer \uc5d0\ub7ec\uc218\uc815.\n", "proba": 2.3196722054308339e-07}
{"commit": "8603eaa4f9637f013259666b61b89d2371b5902a", "message": "removed old methods\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@6909 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: a1fdb1f4d175cc0b05d5330e02f08b8d7c85f7e8", "proba": 2.2166902908793418e-06}
{"commit": "a8613a5249b514ee494c24578fb3972ec986f0f4", "message": "removed sending string message to 'sender'\n", "proba": 7.651541636732873e-06}
{"commit": "eeaf6e6a4b66ffdc77592c8a26e03580324c18e4", "message": ":art: Replace item outline with separator", "proba": 3.0491889901895775e-07}
{"commit": "32cce5019efcb7d1b2a2050c6d0644734b671af3", "message": "seperate Util class for method from Constants class\n", "proba": 2.3087058309556596e-07}
{"commit": "3f6ccb2c657f7dd3987b9cabcd39f54d98631ee9", "message": "Flesh get/set ContentDescription.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@247346 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.5998977434937842e-05}
{"commit": "f069ca5c69f3cd57e027fff3a089f1df06efd40d", "message": "Utility class ReceiverTargetKey for immutable dual-string key storage implemented.\n", "proba": 1.0638146363817214e-07}
{"commit": "6d1bc3b18641d00c6c467e1dbfdafa696840132c", "message": "Their is very simple logic (checks if any of the fields are empty)\n\nAdded the remaining fields that need to be entered\n\nSSN\nAge\netc.\n", "proba": 1.032184400173719e-07}
{"commit": "75ad3883211eed77346065672dc2af896ac5ad17", "message": "part one of auto-do-on-exit stuff, attempt #2\n", "proba": 1.3583967017893883e-07}
{"commit": "03cd7abc1c11f90972ab8ae119e13afbccba0a7e", "message": "Added support for late property binding by calling the SetBindings method after the form is finished intializing", "proba": 1.3547818866754824e-07}
{"commit": "425a51af7e51eaa81749eb335221f204e551ecdf", "message": "Create TestMain.java", "proba": 1.5372993402706925e-06}
{"commit": "92f847d9d8e6b04cd328dcf45443eb1bbf154106", "message": "Fix bug 42727. Handle request lines that are exact multiples of 4096 in length.\nPatch provided by Will Pugh.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@677759 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.128825033447356e-06}
{"commit": "f62c22f6d181ede712a9858f93068f07f7487717", "message": "Fix unused import\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@797152 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.0980378647218458e-05}
{"commit": "1184c1d06f112ccc072db8cf26207618d01304b1", "message": "Organise code. No functional change.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1160611 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9998143315315247}
{"commit": "c445a193b732e100833443bb0fe5f5a784c2c60b", "message": "Start to add tests for ReactionScheduler\n", "proba": 1.6741773833928164e-07}
{"commit": "5f4a9bff73b4dfb7d71f97e21dc98edcfb629b78", "message": "Added a generic hash table similar to the integer hash table\n", "proba": 2.6101503181052976e-07}
{"commit": "f24c5e4c39fba6469a5dd0df209d4c77d256abb7", "message": "am 0df5cf5a: Merge \"Fix typo\"\n\n* commit '0df5cf5ad70dfd2085a1bec13188350697b932a2':\n  Fix typo\n", "proba": 7.7944940812813e-07}
{"commit": "297222315e90021497eee4ef6014f463fab96c6a", "message": "am e511ddce: Merge \"AudioService: use FEATURE_LEANBACK instead of FEATURE_TELEVSION.\" into lmp-mr1-dev\n\n* commit 'e511ddce43ce3586f9bced5f8505e540951ab524':\n  AudioService: use FEATURE_LEANBACK instead of FEATURE_TELEVSION.\n", "proba": 2.3512993152507988e-07}
{"commit": "60f22fbf67a69e8f3604afb46ccd7c3bd2819cb1", "message": "Do not restore the media button event receiver\n\nDo not restore the media button event receiver on behalf of the\n  application that registered. Prevents reported vulnerability.\n\nBug 15428797\n\nChange-Id: If40ee6bc0c77c191643129daa92eb26755e70cb0\n", "proba": 5.164958452041901e-07}
{"commit": "d3a6d5ea09fe21097f78f5290c5c84be630823e6", "message": "doStepInternal function should not call super.doStep, but instead should call super.doStepInternal.\n", "proba": 5.907072136324132e-06}
{"commit": "cbc6b659fd50154a851ae7d7dca3a3f39eb14dd8", "message": "test use case for unit testing\n", "proba": 4.27157345939122e-07}
{"commit": "ff124e2381dd0af275056c154e1dff82b9674402", "message": "\u652f\u6301\u52a8\u6001\u5bf9SpiderBean\u589e\u52a0\u6ce8\u89e3\uff0cdemo\u5728com/geccocrawler/gecco/demo/dynamic\u4e0b", "proba": 2.0817932977479359e-07}
{"commit": "854aa9982c4187e19515d2284f920a03fb6775d2", "message": "Add java solution for 65. Valid Number\n\n65. Valid Number: https://leetcode.com/problems/valid-number/", "proba": 0.000605243316385895}
{"commit": "c76b1e7aeae1b7c79683a2cfb80ca647e1c385b7", "message": "Fix EOL\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1240473 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.9665258150780573e-06}
{"commit": "a856a2bb7511d058d2e87af441ea0bc32ff976e3", "message": "Fix an HTTP/2 TODO\nOnly include port in :authority header for HTTP/2 push if non-standard ports are being used\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1715822 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00032848090631887317}
{"commit": "535a726d3719d5f8f791d783a8cd0ec028895aa0", "message": "Added problem statement for PlusOne.java\n", "proba": 1.3953926725207566e-07}
{"commit": "171c60e81fef8e227c261e0567b786124e718851", "message": "XmlDocumentProvider moved to the XmlAdapter sample code\n\nBug 4477831\n\nRelated to CL https://android-git.corp.google.com/g/#change,112514\n\nChange-Id: Ib63a0bf5d2a868433748dec1a45576ca2fa18045\n", "proba": 5.483782956616778e-07}
{"commit": "2c7ab0854e1dfa7b4d239a0c59aa69b57e44f23e", "message": "am a79433cb: am ecd43cca: Merge \"Initialize Keyboard.Key attributes from parent Keyboard.Row\" into gingerbread\n\nMerge commit 'a79433cb66c83b3a27e94e42aef95cbae752bcc5'\n\n* commit 'a79433cb66c83b3a27e94e42aef95cbae752bcc5':\n  Initialize Keyboard.Key attributes from parent Keyboard.Row\n", "proba": 1.213894506690849e-06}
{"commit": "e75cfdc7336aca420fd9f537f179b2526442b9fa", "message": "am b551fb87: Merge change 8210 into donut\n\nMerge commit 'b551fb872be9b758c7793f56398d25a74d4a404c'\n\n* commit 'b551fb872be9b758c7793f56398d25a74d4a404c':\n  Always call ensureImeVisible when the text field is clicked. We want this\n", "proba": 2.0663885891281097e-07}
{"commit": "62413f308c6d110add1f09eac95c27b8f388b86f", "message": "none: revert to original desktop scale\n", "proba": 2.7373309421818703e-05}
{"commit": "99f396c7dac03b777f7bcaf11da52988d0b1b672", "message": "adding client class to test\n", "proba": 3.9371028037749056e-07}
{"commit": "a5b9256eb8814bf4f0a0aa6df02bc752548e2709", "message": "more color scheme adjustment\n", "proba": 1.299200960147573e-07}
{"commit": "a73aded0416cce743dbe34685feb92d5c9efee4e", "message": "\u63d0\u4ea4\u5185\u5bb9\u51c6\u5907\u91cd\u6784\n", "proba": 3.629454567999346e-07}
{"commit": "7fa185ff17513875e51277343e1671a30e11ba2f", "message": "Create AWSAthenaServiceIntegrationTest.java", "proba": 1.2574517995744827e-06}
{"commit": "0226d0f33d8c303ffead8dabc1db013ecb42f1aa", "message": "Simple test for KULRICE-1327 (Rice ValidateDocumentRecursively generated same bugs multiple times when level set up higher than 0)\n\n", "proba": 1.0026319330336264e-07}
{"commit": "b4929fd9d035870226a9dae8f439958d99af6ec8", "message": "Expose the resource accessor as a protected method.\n\n(cherry picked from commit 5f927ebb1712939821a0bb5de5137df01a51a093)\n", "proba": 1.4159901695620647e-07}
{"commit": "adb8fdf2679d44301c27c91832a60a1b50cae6a3", "message": "should use timestamp not date\n\ngit-svn-id: a91d99a4c51940524e539abe295d6ea473345dd2@2023 e6edf6fb-f266-4316-afb4-e53d95876a76\n", "proba": 0.999998927116394}
{"commit": "2f110121c7d2c25a59ecb57a6097ca8c990f302a", "message": "[PLXUTILS-60] fixed the code used to extract encoding from an XML prolog since it could catch an attribute value defined in the XML content (merged from plexus-utils r7158)\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@611423 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.812765387716354e-06}
{"commit": "7001ac1cc73a5999466916123c492dbbef4e0aba", "message": "o Added null check to the loop which adds classpath elements to the surefire test.\n\n\ngit-svn-id: 1b1bd56198eea75e2feaddfcf5144d1f89605d86@163232 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.427820279786829e-06}
{"commit": "785e652efd3ac6ffaf2eec5f911f90fe3f7ce1f0", "message": "redirect on top\n", "proba": 2.6250108930980787e-07}
{"commit": "a39ef5cb998f87d0b69f1338e619367194fab65e", "message": "INTEGRATION: CWS frmcontrols03 (1.1.2); FILE ADDED\n2004/04/26 11:19:20 sw 1.1.2.1: #i24390#\n", "proba": 1.1985568448835693e-07}
{"commit": "07eb7e2ec8fa6bcec3e5a6f362de4714930e2a0c", "message": "Fixes #256 (Date fields at editable table ignore formatter sub-tag)\n", "proba": 1.10247867723956e-07}
{"commit": "1fbc7a49e125facc5a10f575c68804cfaa553090", "message": "INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED\n2003/05/09 11:44:04 jsc 1.1.2.1: #109045# insert new and remove example zip file\n", "proba": 1.3619457206459629e-07}
{"commit": "ab2f60d39a23b278f775bba26b7b9007b355f6e7", "message": "added WebEventRepository interface\n", "proba": 2.464885540121031e-07}
{"commit": "8090ffe633b15fa7963fb70e7cb37088f99a4958", "message": "Fix broken tests in DocumentsUI.\n\nChange-Id: Ia41eda4d9f500882ca7eb62b13a4bca60978bc33\n", "proba": 0.0004408852255437523}
{"commit": "41049ef3a5256fa3b6726f188c997be44750de9d", "message": "[vcs] simplify\n", "proba": 0.0002738840412348509}
{"commit": "bf328b4043e2f37aba8a5e86ee10726fe65ffc8a", "message": "am 4abe2d3d: am ad84f7f4: Merge \"disable geofences for secondary users\" into jb-mr1-dev\n\n* commit '4abe2d3d367029080653818f538222603f13bed2':\n  disable geofences for secondary users\n", "proba": 4.869992835665471e-07}
{"commit": "c03cfc9d86c4324464ae44b49c7ac31c9a4bba50", "message": "am d4c3ef87: am 4a26c391: Merge \"CEC: Explicitly turn on screen for remote control passthrough\" into lmp-mr1-dev\n\n* commit 'd4c3ef87f8aaef9eb5ec66856dffc9eca5537573':\n  CEC: Explicitly turn on screen for remote control passthrough\n", "proba": 6.329794928205956e-07}
{"commit": "718a0e286331c97f02d61030f7a9cdb67a99c0d8", "message": "added BiFunction\n", "proba": 2.419692179955746e-07}
{"commit": "c8f2638be3a3440a762ff2363a5c78a0eeb2d659", "message": "new buttonbase (adds OnState, and DownState)", "proba": 1.3630280193410726e-07}
{"commit": "160f7b9eb84ccb2516beb8dd7eb85e4eb8f4ca45", "message": "fix OverdueSummaryExcel\n", "proba": 0.0005500687402673066}
{"commit": "7d3437da3a7e045184f2060e0b104a87b18c2364", "message": "refactored package name\n", "proba": 8.010259989532642e-06}
{"commit": "76655e0b928d9c8858aaad35d1f9346e63e67fd0", "message": "Country Zone Test upld\n", "proba": 1.1040817753382726e-06}
{"commit": "bc407ee8c5ffffce021465b548d20e42fc56fe7d", "message": "receiving constraints on CustomAcceptsExecutor accepts\n", "proba": 1.59726440074337e-07}
{"commit": "8f5fa38a24b37f350fc7584235bdd93d86e28be6", "message": "try to merge a big list\n", "proba": 0.00011874357733177021}
{"commit": "9f41718bf576ac5dbdbffdbfb206860b28c9a2dc", "message": "First version of a bare-bones tool for taking genotypes from two samples and making a \"mixture\" VCF.\n", "proba": 1.0053281584987417e-07}
{"commit": "fe903bbc4e8d79d483c6cebbef1a3bc771acd78b", "message": "code cleanup", "proba": 7.806218036421342e-07}
{"commit": "1862170ffe84c9dbd7a955a5f27a598829eab84f", "message": "Moved code of markupIgnore() to class IgnorePatternAnnotator\n", "proba": 3.595777400278166e-07}
{"commit": "21960c8d612e0f3f37e7cac58d382f4faa6f5399", "message": "Run values for testing through validation first\n", "proba": 1.4717734586611186e-07}
{"commit": "c47e5b709451bc39028069688c08509a8bad5fb8", "message": "Task 9461. Area of the triangle. (3)\n", "proba": 0.9999701976776123}
{"commit": "24d65c3eb834466d06eca4a73932b241d2cde89f", "message": "Create Player.java", "proba": 1.1354261459928239e-06}
{"commit": "693a62d9fd927f79845990525d8d2e06da9be57b", "message": "Replace Temp with Query\n", "proba": 0.0012965328060090542}
{"commit": "5bb35e9f14750e14de13faae1e28c5244b5f5ff4", "message": "Whitespace fix\n", "proba": 3.2261311844195006e-07}
{"commit": "50faaa6d336683cd6fce1c808242f04d7b6d9fb6", "message": "Adds copyright header\n", "proba": 2.943042716196942e-07}
{"commit": "d3c197d97250af93041e6aa05ef0dfca323f1767", "message": "The callbacks for tracking a printer called more than once without printer change.\n\nWhen the user selectes a printer in the UI we ask the print service to start tracking\nthe printer, i.e. to observe changes of the printer state and capabilities. The callback\nfor the initially selected printer is called twice which breaks the contract and also\nmay trigger potentially expensive operations on the print service side.\n\nMore precisely the printer does not change and we ask the service to start tracking,\nstop tracking, and again start tracking.\n\nbug:11199851\n\nChange-Id: Ib761e6da03f670b3098c69b1c0927177a8e4ae6b\n", "proba": 3.7858632140341797e-07}
{"commit": "4c6d7773844552b237fd1a57be29b70c4608ca73", "message": "am 29d2611e: am c5adf557: am 8007e4a6: Merge \"Send USER_PRESENT broadcast after keyguard animation finishes\" into lmp-dev\n\n* commit '29d2611eea8051c49b953b4dd3767737c50d4eaa':\n  Send USER_PRESENT broadcast after keyguard animation finishes\n", "proba": 1.9932090822294413e-07}
{"commit": "4d6ac6ae30a5437e0ce8605141151721348ff2a7", "message": "am c3409dd2: Merge \"Volume: Force dismiss on ACTION_CLOSE_SYSTEM_DIALOGS.\" into mnc-dev\n\n* commit 'c3409dd25353000fd8ba644e04caeba4dc08ea5f':\n  Volume: Force dismiss on ACTION_CLOSE_SYSTEM_DIALOGS.\n", "proba": 2.0572532832829893e-07}
{"commit": "679c0b274929e47c630f7744d79241be9f00f8c0", "message": "New tests for the methods in the CacheStrategy class.\n", "proba": 1.0746211387413496e-07}
{"commit": "07be740ae2e3c082a70f62c1cd3972777b1652a7", "message": "msConvert uses special peak picking for Agilent files.\nBugsId: 1938\n", "proba": 1.2778589564277354e-07}
{"commit": "65f26d282f7b0d6c698ee8a9ae3061fbcf975950", "message": "add repository\n", "proba": 6.628420692322834e-07}
{"commit": "19dff9a40ab8285e22a8dbf370822917504c1980", "message": "Initial Check in\n\n\nSVN-Revision: 6451\n", "proba": 1.1542842059952818e-07}
{"commit": "b50bc7ae0e6320cdb92d3b59e147c9e1689ad02c", "message": "Update VRaptorXStream.java\n\nRelaxing class giving possibilies to override protected methods", "proba": 2.2073018612900341e-07}
{"commit": "275e69b366937a557d1e4c6af9b0c5e7a77d98ea", "message": "Add 407 Trapping Rain Water 2\n", "proba": 2.2816234945821634e-07}
{"commit": "9538dc728ac8c69af3df9411c9b1c25b5041f5c1", "message": "Fixed parsing the limited account status\n", "proba": 3.643934576302854e-07}
{"commit": "6280176040b8c80e54ab0e9a717f4013e91ac3a0", "message": "Implement content disposition for binary data downloads\n", "proba": 4.963818355463445e-06}
{"commit": "bde67c434ad5dd706a3861c84ffd9cf76bf780fb", "message": "Curve25519 unit test.", "proba": 1.2378372105104063e-07}
{"commit": "7f905ad9c72c2d4d88331558baef4c1b87b01c88", "message": "adding unit tests for OrderJsonView", "proba": 1.4376098533830373e-07}
{"commit": "2a0ad3d9221cd0a64e3b56e79322bd394a625e01", "message": "support geohash search\n", "proba": 3.563323502930871e-07}
{"commit": "7c8a97bba55f01c2c62f0c311835fa3368bc03c0", "message": "new commit with javadoc introduced\n", "proba": 1.5341724690642877e-07}
{"commit": "d6599a234ae69492db2a7a8a12b648516ca887d7", "message": "Added filter() method to MetadataTransfer\n", "proba": 3.470140086392348e-07}
{"commit": "2f404c27b5d442a520dd8029c86f3d05af725a50", "message": "Revert \"Revert \"BRIDGE-3228 Permissions for authorization restructure\"\"\n", "proba": 1.2468534293930134e-07}
{"commit": "0afe089274cccc7af0770baffb9ba3457fa37398", "message": "VTK-2124 - readability and clean up imports\n", "proba": 1.1345738215595702e-07}
{"commit": "c37dfe09fbea327da29cdc0dd5a849cb1abb9bc0", "message": "VTK-2124 - simulate/test extract for READ\n", "proba": 1.0560957974803387e-07}
{"commit": "2caff15accf7455e93b61ca8000f73e4da29f8c5", "message": "productname-analyzer \uc5d0\uc11c \ud558\uc774\ub77c\uc774\ud305 \ub418\ub3c4\ub85d (\uc784\uc2dc) \uc218\uc815", "proba": 2.840306478901766e-07}
{"commit": "7e1f6aa0133c9832038b1cea7f6260b4a60c9360", "message": "Adding MethodInterceptorChain\n\ngit-svn-id: 93cede5e617e70321d48b0c80c2845afbdf6dd40@239303 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.1658748866902897e-07}
{"commit": "56d4cba78392e15bfdb0f62b7ef3bd1ba3a51132", "message": "Add script\n", "proba": 1.9527412860043114e-06}
{"commit": "b433a85cc3683a2f396b4c6227dc7c582bd33814", "message": "Remove some fix\n", "proba": 6.629345080000348e-06}
{"commit": "c7df6f7650b7d2d32b830f0196a38ce212f91cf9", "message": "Added storehouse capacity as a criterion.", "proba": 1.1944375444272737e-07}
{"commit": "ad8f57dead5112dabfaf37d7082f6b541ef998ac", "message": "Lay down drop upload\n", "proba": 2.2894616336088802e-07}
{"commit": "309682b6bccfc51d51956307809f6934cb41e1f3", "message": "ClientSplitBrainTest test cleanup\n", "proba": 2.2345864181261277e-07}
{"commit": "2b1b3ac35ee536dce81f8c7d27f93e1b496df8de", "message": "Fix TabLayoutHelper implementation for TabLayout v23.0.0\n", "proba": 2.647524866006279e-07}
{"commit": "ab4ede8f6982956862891325439b2ea77522e1de", "message": "VisumBottomSheetDialogFragment\n", "proba": 3.7710782407884835e-07}
{"commit": "7e8ebc2c359261d47002723d504f3274df3e9408", "message": "don't import from our own package\n\n\ngit-svn-id: d69ffe4ccc4861bf06065bd0072b85c931fba7ed@44813 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.3913224228854233e-07}
{"commit": "64fb34d2d5a1249c45b16ef45c133e723a584ed7", "message": "OAK-3541 : VersionableState.copy doesn't respect OPV flag in the subtree (tests for OPV ABORT)\n\ngit-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1710607 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.791263563674875e-07}
{"commit": "0eb333de2edaf6792575566f847fb1edd02f97cd", "message": "Add 'WayPointPath' class.\n", "proba": 1.8525443579164858e-07}
{"commit": "ad0ce3ab5ec6ec1d7f4d8ac0341e386968b1572b", "message": "Use FLAG_RECEIVER_FOREGROUND for lock intent\n\nTo make we get priority for the intent.\n\nBug: 27391589\nChange-Id: I112588116d51012dbe4d66c90b839bb88bc3f21b\n", "proba": 7.464981308658025e-07}
{"commit": "65729680071dbae0b03e6e3b136044d67d2c59f7", "message": "Added tags migrator test\n", "proba": 1.7106215466355934e-07}
{"commit": "27526fd841e8cd4ec41039653fad2dc003a8a58b", "message": "Introduce OrderingScheme\n", "proba": 1.6629843457849347e-07}
{"commit": "22536523daedce8f2e2b8dc3aeefe1c3ad69b2c2", "message": "recache", "proba": 9.01911164419289e-07}
{"commit": "784b9729dbd52d88cf295c05d65ac071cb263d7a", "message": "weak reference with a key\n\n\ngit-svn-id: fb05bfbd7e12d1dc22225677a916a89c73eee8a2@224230 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.29121602489613e-05}
{"commit": "706f6873b3bd422afe142be27d8b7a102e52ec9b", "message": "Added Multiplicity unit test\n", "proba": 1.2389769210585655e-07}
{"commit": "96b97884737d966297d964e4513129b92207e49f", "message": "Objects to be used in loops as predicate filters\n", "proba": 2.511447689812485e-07}
{"commit": "1420abb7c2d645fe2637bc2500db7d0ba5e95a55", "message": "metaannotationutil\n", "proba": 2.4472976747347275e-06}
{"commit": "4b0d8a5b8ff93fba0e82fd5d78c3d93436ccf6b7", "message": "(Implement Trie (Prefix Tree)) [Accepted]\n", "proba": 1.2818135530778818e-07}
{"commit": "0e853efbcdc93b38f6ba416e5328f145e24ddfb2", "message": "Delete TxHandler.java", "proba": 1.7295644738624105e-06}
{"commit": "1c9ed02862d08736500073c276a566118a7d7617", "message": "Documentation for RadiusManager\n", "proba": 2.2411148847822915e-07}
{"commit": "6f761da7ce31ec6af845b6fd4b89b004c2503f75", "message": "Eliminate next-alarm-clock broadcast flapping\n\nWhen multiple alarm clocks are scheduled at the same time, we would\nflap among the alternatives for considering them the 'next upcoming\nalarm clock', which in turn would generate [many] spurious broadcasts\nabout changes to the upcoming alarm situation.  This is now fixed;\nonce we have found the soonest upcoming alarm clock, we stick with\nthat one until it becomes unavailable, eliminating the spurious\nbroadcast traffic.\n\nBug 29501073\n\nChange-Id: Ice1892490bb339e05fa8bd9d324fa1c6718b4942\n(cherry picked from commit 76389c00d3d3ce79e48d9e87b597707ed3e8970c)\n(cherry picked from commit c60da1edc1f5f8d028c3e88b8ca51d790f2a012a)\n", "proba": 0.005325904116034508}
{"commit": "1b7025f264fd811ab27470867f8e65eeebf092e9", "message": "Report all permissions by type correctly\n\nChange-Id: I357ad52d022ffd7703cce7e1551fa10cc7edd72f\n", "proba": 5.092938977213635e-07}
{"commit": "bcb80b03f196ea5709a102c2ed7769de5d263945", "message": "am 880c6010: am 0c4050b0: am bdfbd821: am 0eb10ede: Merge \"Always set the usb config when modifying it.\" into mnc-dr-dev\n\n* commit '880c601013e3b58f004f65c6cacfb8e19e2ca863':\n  Always set the usb config when modifying it.\n", "proba": 8.601994636592281e-07}
{"commit": "8c3751799f04c4d26388c3c87467f4e2d138c8d5", "message": "Fix switching to monoscopic\n\nGearVRf-DCO-1.0-Signed-off-by: Mihail Marinov <m.marinov@samsung.com>\n", "proba": 1.1832326407557048e-07}
{"commit": "ed3c5d94c733c9e2e4ec991d85a7299540db3f6e", "message": ":bookmark: \u53d1\u5e03 v2.4.17\n", "proba": 1.3264119047562417e-07}
{"commit": "5166fd21fc8b924a1ffe49b89172bde752f8146a", "message": "Test program to make sure that the custom UTF-8 reader\nimplementation in Xerces can read all valid Unicode\ncharacters. This program also tests the decoder supplied\nwith the JDK as a reference but don't expect it to be\ncorrect (up to Java 1.3).\n\n\ngit-svn-id: 21df804813e9d3638e43477f308dd0be51e5f30f@316624 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.2084751637739828e-06}
{"commit": "d2fade51efd127fe7464c3e6dd57515c33b06eed", "message": "Create MaxElementInArray.java", "proba": 1.1650537999230437e-05}
{"commit": "35e90954cf3b7413d6b7508916d52152c778f8e1", "message": "Asserting that  value returned by getActivity() will never be null.\n", "proba": 1.2156631612469937e-07}
{"commit": "0c657b0175e8e54d2aa055a73f119255989d2da6", "message": "bitwise and\n", "proba": 3.355784770064929e-07}
{"commit": "07390ad05354e9beb3e0eb57a8659f821fa67151", "message": "Exercise 1.3", "proba": 6.328076415229589e-05}
{"commit": "87b02b491b09dd229cc45cc819540e971778d98b", "message": "i forgot to commit a class...\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@6619 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 4.118908805139654e-07}
{"commit": "0c1b2c53b7ab9479f20b75199bebb21162de46a0", "message": "Added unit test based on user forum issue\n", "proba": 1.4757650035335246e-07}
{"commit": "e1fd9588f39eb72b0827cdda3bc70a6e9196e6b7", "message": "Adding output format\n", "proba": 0.0008815834298729897}
{"commit": "39a8b7a1a047a383017866d63b52e525ee64dfd9", "message": "+ Changes due to entity refactoring", "proba": 1.3265625398162229e-07}
{"commit": "c5442827d54aaf33c9ea0310a2a47cb1f3fc84e5", "message": "no message\n", "proba": 2.1470650608534925e-05}
{"commit": "3ef20fe8faf7459bfb36d68bab0a05b47d6f40b3", "message": "[merge from 6.7] Add some labels and a little spacing to spice things up\n\nsvn changeset:23036/svn branch:6.8\n", "proba": 1.5753771265281102e-07}
{"commit": "cd88570d8e0acf5f06deba00b8804ed65abd1d23", "message": "Updated testSetCurrentUser() method\n", "proba": 6.295492198660213e-07}
{"commit": "70c3236d243b32f4187779e066f1508c60bc0408", "message": "sat: Add MinimalJobshopSat.java\n", "proba": 3.0017440622032154e-07}
{"commit": "ad5e9d89d0d3eb23d6af71522e1dc3413b3929eb", "message": "added Module2\n", "proba": 2.554023126322136e-07}
{"commit": "a446e362e57505e24d3c7bd171909c8ef000e89d", "message": "INITIAL REV: very early /liveweb/ AccessPoint, which returns and rewrites resources from the live web according to configuration of an \"inner\" AccessPoint\n\ngit-svn-id: ca6d9ebf75caaf710f0e3a4ee74a890c456d4c90@3044 69e27eb3-6e27-0410-b9c6-fffd7e226fab\n", "proba": 1.2967515203854418e-06}
{"commit": "baf2dbfa76e1a9aa0c81f7662a6da21a891192ac", "message": "Add Vitro SearchQueryUtils\n", "proba": 3.382911017979495e-07}
{"commit": "6c94493c56c7e0094b60cdf93dbe613d977ec410", "message": "Deactivated whitelist for proxying to CS (it isn't complete yet)\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@9226 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 4c94d138e33c733694c1ae3eef9ca96bb6acda37", "proba": 9.05420438357396e-06}
{"commit": "48a562b3727f27052b7422bcea03012723b26f16", "message": "added repository\n", "proba": 2.6264231678396754e-07}
{"commit": "7adaa3b01551b1b176b5373a0d571feb6c1937c0", "message": "Implement Drum Tracks\nRefactoring\nCode Cleanup\n", "proba": 3.8024353443688597e-07}
{"commit": "cdf21b723128e8f7dd3da7033bec4307b3967286", "message": "fixed order by string\n", "proba": 0.9998143315315247}
{"commit": "fba50d1b6a778a06062ac74bdce77aa5752ebd80", "message": "adding CarbonTransportServerInitializer\n", "proba": 5.008188281863113e-07}
{"commit": "167aa374028f06cf823f851cf4a07e921e417b69", "message": "Added null check when initializing CLRBufferedLogHander\n", "proba": 2.1614424383642472e-07}
{"commit": "00bedda3971b746864be6484f210393f2688af16", "message": "Base type of event hierarchy\n", "proba": 9.134455467574298e-07}
{"commit": "13587944f03d2e38324cfa92660ba059fd958ef8", "message": "Action to get query object from session to the client applet\n\n\nSVN-Revision: 7119\n", "proba": 1.3116353159148275e-07}
{"commit": "6cfdc55d31a6c151c6d495b4dcfd96681e7a6c91", "message": "Generalize request code constants out of Tables\n", "proba": 9.10100934561342e-05}
{"commit": "b0c0607421c03618ea2e76ce86b86a599cf809d7", "message": "Make enter easier to click\n", "proba": 6.875377493997803e-07}
{"commit": "086474d253bb10fdc49a29fd8f4315cf9aee1e2f", "message": "remove duplicated comma check from check delimiter code\n", "proba": 3.631325307651423e-05}
{"commit": "f7582b1a1a45d53453079ca8c2162a093b195422", "message": "Create HW_2(Arrays).java", "proba": 1.820754368964117e-05}
{"commit": "d4222f278900ae38df933be151f80b7e8564d868", "message": "[mod] prevent NullPointerException\n", "proba": 1.7481139593655826e-06}
{"commit": "61bbce57a0e691154afb0bab97a8a0675026833a", "message": "Created a JarSearchProvider sub class.", "proba": 1.1116385678633378e-07}
{"commit": "1cbbf16693ca58a1352f824f3c780b81f0f83b62", "message": "oops forgot to add the file\n\n", "proba": 1.5902453753824375e-07}
{"commit": "b6b38b2278f76f7c095f6a820051f1fd200f8309", "message": "Fixed IBot instance in ParserTest.\n", "proba": 1.1633363072860448e-07}
{"commit": "aab28808cbedf94c006c985f371877c39d5aad87", "message": "initial checkin of FibonacciHeapTestCase\n\ngit-svn-id: d10d6fea7dc5cdc41d063c212c6a6cfd08395fef@1354909 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.674324832696584e-07}
{"commit": "b4de94f4185f35c717327adefbca1e91a5b15ac9", "message": "make sure delegation is enabled\n\ngit-svn-id: 093fa4c7fa7b11ddcea9103fc581483144c30c11@2223 5b74d2a0-fa0e-0410-85ed-ffba77ec0bde\n", "proba": 1.4717624026161502e-06}
{"commit": "9232d797444f14a19339dc5aef5fdc1a59096874", "message": "add a missing class in last commit\n\ngit-svn-id: 0d16bf2c240b8111500ec482b35765e5042f5526@947908 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.001171521726064384}
{"commit": "f53ba24b23b2aae9a8b9ecfbd9f66b2771f870df", "message": "Created DefaultToEnumConstantProcessor.java\n", "proba": 3.055520210182294e-07}
{"commit": "765181b951cdee8c5fc03c3d2ecdf14fd21c629d", "message": "added servlet context listener class\n", "proba": 4.743520776173682e-07}
{"commit": "5e9a42a02f0cf9ab73a4201ca6dde4a96a10b5f7", "message": "Straggler\n\n\ngit-svn-id: aa171c635fe092da43bc3212e891e07172936fe5@526944 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.5933399544774147e-07}
{"commit": "8f730adf13089e91f70f1b433bdc5fe7aa604131", "message": "am e6078129: am d1c5208b: Merge \"No need to explicitly enable TLS-PSK cipher suites.\" into lmp-dev\n\n* commit 'e607812949c4d2fb733b20a5a172a4b2e5bd227f':\n  No need to explicitly enable TLS-PSK cipher suites.\n", "proba": 9.478757760916778e-07}
{"commit": "5065e12dbe9918b3558f4fc0e0497580d5840171", "message": "Recursively delete directories in handleAftermath().\n\nRecoverySystem.handleAftermath() is called to clean up recovery-related\nfiles. It needs to handle non-empty directories as well such as leftover\nstashes from failed OTAs.\n\nBug: 23199081\nChange-Id: I33fb326d376d04c793ad7b5948a10e8c1c572812\n", "proba": 1.8613401380207506e-06}
{"commit": "688028a2d0f9f8dcb2a07d0ea35bef0ad0dcbf2e", "message": "Introduce WebSocket message properties manager\n", "proba": 4.565481219742651e-07}
{"commit": "d4f4526cb4bfa343714dbb63b82c82798db5a4e0", "message": "Make MeasuredText.sCached field final\n\nChange-Id: Id3be64c48be1bcf55ac1a4b00b76a40861bf2f61\n", "proba": 1.936272565217223e-05}
{"commit": "e7f67b390c085630efe79e45238e440e0646bc88", "message": "am b42d5e2b: Merge \"Fix PIN pad.\"\n\n* commit 'b42d5e2b9b7f607f08975bae59f4bbcb76266256':\n  Fix PIN pad.\n", "proba": 2.2687221701289673e-07}
{"commit": "acfe9699010c249ba2ebfa6e6584ab772db365d7", "message": "am ac017702: am 3c782941: am 8f4cafc2: Merge \"Fix broken dispatch of onApplyWindowInsets\" into lmp-dev\n\n* commit 'ac017702c09d6d62c8fe1aea6500789727bcd99a':\n  Fix broken dispatch of onApplyWindowInsets\n", "proba": 3.1385877719003474e-07}
{"commit": "0d0553953317978ad0c48733b19c22c2741a4ac7", "message": "am 4e9a9d8e: am c89b13b9: Use Calendar.add() instead of Calendar.roll()\n\nMerge commit '4e9a9d8ea8a31578b936b17f66177f4c1b18cddb'\n\n* commit '4e9a9d8ea8a31578b936b17f66177f4c1b18cddb':\n  Use Calendar.add() instead of Calendar.roll()\n", "proba": 2.047899670287734e-06}
{"commit": "5cbac4c12ecc5741d69829afea6f216bd5716f93", "message": "am dab15d14: Merge \"Don\\'t expand the SearchView if already expanded.\" into ics-mr1\n\n* commit 'dab15d14ca2ce9c3a614e97869824c6337e76d51':\n  Don't expand the SearchView if already expanded.\n", "proba": 3.907219706889009e-06}
{"commit": "fd0a36d68aa124fe5ca5626bd0981d70a745e01a", "message": "RICEQA-99 : Create smoke test for the dd property allowsRecordDeletion\n\ngit-svn-id: 2a5d2b5a02908a0c4ba7967b726d8c4198d1b9ed@45923 7a7aa7f6-c479-11dc-97e2-85a2497f191d\n", "proba": 9.30753913053195e-07}
{"commit": "c9fa144cb5bed3febf0211d84095670fe330a4e3", "message": "inset breadcrumb bar\n", "proba": 4.6389075691877224e-07}
{"commit": "0f0ffc5a865ea430d64e51dfe08c877714e9106e", "message": "TWEAK: comment for public method\nINTERFACE: renderResource now takes CaptureSearchResults argument\n\ngit-svn-id: 25dac4f723c7e5b42083d4a98669c37f60455592@1912 69e27eb3-6e27-0410-b9c6-fffd7e226fab\n", "proba": 5.68895700325811e-07}
{"commit": "894e890a0883b0fafcbc2356adc123ac3893f9d0", "message": "Issue #1739/#895/#1253: Preliminary refactor of the CallableBuilder (mostly CallMethodWithForwardedBody) removing the target field and keeping that state and behaviour in CallMethodWithForwardedBody instead.\n", "proba": 9.684646329333191e-08}
{"commit": "c69b6ac8652c4a39783930513cd7dd9e9770f042", "message": "Test JDKPackageList (#610)\n", "proba": 1.2797261206287658e-07}
{"commit": "0528990d4e153226047b8759a7d2a334c9e1a109", "message": "simplify assignment to variable attribute", "proba": 2.521579881431535e-05}
{"commit": "cda492d7cde96e9ca42a94c453c9fea13b25fd64", "message": "wrap floats with E notation #5812\n", "proba": 7.673550044273725e-07}
{"commit": "42bfc88f8fdf02b481bc41d1d2205ef45e06ad5a", "message": "nn$ and exists are the same thing, remove exists\n", "proba": 0.0005199353327043355}
{"commit": "a5b9d23c9e6e6d26b27860bc1c7dee750665a8db", "message": "Atualizacao autom\u00e1tica\n", "proba": 1.5049522517074365e-06}
{"commit": "bbdecaca97943846cde5658c3b30f73610ff5cce", "message": "full flow test for json to graph transition\n", "proba": 1.3336291715404514e-07}
{"commit": "3b8e651ccfc76a16f096ca7e9d09f302e0211f04", "message": "Code to check whether one string is permutation of the other\n", "proba": 0.00014536618255078793}
{"commit": "3894073c1daa5dc5bf8b459be1e4a60b3832f1bb", "message": "am fdcb2257: Merge \"Fix a deadlock involving BatteryService.\" into jb-mr1-dev\n\n* commit 'fdcb2257d20435326baa41dd713c7ffee322e84c':\n  Fix a deadlock involving BatteryService.\n", "proba": 6.572668098669965e-07}
{"commit": "d0cb228b9af0b67fa3372ee075287e7409249550", "message": "am 23142acf: Merge \"squeeze a few more bits of randomness into /dev/random\" into gingerbread\n\nMerge commit '23142acffab69738b967812fdbdf7bbda18a44d8' into gingerbread-plus-aosp\n\n* commit '23142acffab69738b967812fdbdf7bbda18a44d8':\n  squeeze a few more bits of randomness into /dev/random\n", "proba": 3.866479346470442e-06}
{"commit": "45ae4f24250ccd42c793e68590a29399eb5e05e1", "message": "add StringReader\n", "proba": 0.0001224517181981355}
{"commit": "f75c335807cf7a11ee482b4411f0bf766eafd5a9", "message": "Skeleton for problem 1140\n", "proba": 4.910154984827386e-07}
{"commit": "30b864f173b97751537d9cf945b820317528839e", "message": "special passthrough route\n", "proba": 1.8269184920427506e-07}
{"commit": "e9c114becca69aa3b0c99ac68f822ce5cb2ddf27", "message": "Adding binding type view class\n", "proba": 3.278044857779605e-07}
{"commit": "474939c992730516654d6efd40137b8c677ecae1", "message": "! climbing-the-leaderboard\n", "proba": 0.00018219853518530726}
{"commit": "21daba4f88ec5ff2fd7080a1ce0f354cf980b7dd", "message": "Create PrimeNumbers.java", "proba": 0.00015989498933777213}
{"commit": "01ed0da3726b6158650388e9bd251038ea7a5f3c", "message": "RDFParserBuilder\n", "proba": 1.1020620149793103e-06}
{"commit": "519474490960c252839019d3b6cf3e1c28a632aa", "message": "Added ThreadUtils.\n", "proba": 1.1548887357548665e-07}
{"commit": "19b6fd7c75d1cf2e21039a34df8c67de85f7c9d6", "message": "Utility class to bridge between Reader and InputStream", "proba": 1.3391093034442747e-07}
{"commit": "4e0663dbb0afa537e0b8e7a115c1e52eaa1ac883", "message": "DROOLS-7 Phreak\n-Added PhreakActivationIterator which is peer aware, unlike the Rete one. It's just a simple collector though\n", "proba": 9.909470577440516e-08}
{"commit": "947c0dbd5fd3a41cd34a047b442265b9dc19372e", "message": "fixed stuff that was borked in debug.\n", "proba": 1.0605346290049056e-07}
{"commit": "0e359ea4a4780aa656140f5db5b544e12affa30a", "message": "New channel for users to manage their layout\n\n\ngit-svn-id: 477788cc2a8229a747c5b8073e47c1d0f6ec0604@3551 f5dbab47-78f9-eb45-b975-e544023573eb\n", "proba": 3.720187180533685e-07}
{"commit": "0db91fe56f576642de25b1e2406f495761f1ac23", "message": "add IT for fcr:describe\n", "proba": 3.077526855577162e-07}
{"commit": "1059eb09823a8aee8d5d18223305b9c5b3ce217d", "message": "test code refactoring MineralEntryTest.java\n", "proba": 5.930938186793355e-06}
{"commit": "0897cf71092607eea214f170d803688d76f23b12", "message": "Exception for dealing with events\n", "proba": 1.4001487613768404e-07}
{"commit": "05fa8e8dafd41788fcdc354af07a58f79ad98e02", "message": "ParserUtils for fixed width files\n\n\nFormer-commit-id: f61072e49707802c9d95334fc3265909509af2f9\n", "proba": 3.692384211717581e-07}
{"commit": "483685f2bfb917b3d0d187925f42de5a770b6f3e", "message": "Revert \"try to support more neighbors, part 1\"\n\nThis reverts commit 029d5a30718e6db808ef2e93a652446ed81758b8.\n", "proba": 1.1898285379174922e-07}
{"commit": "6d2ad0a860e35d639753e37b0091743790d3e6f0", "message": "dailyoperationlog edited", "proba": 1.6921617884690932e-07}
{"commit": "1cef92cb12ad3ee6535329163c37e5d8c9627aa5", "message": "A hidden markov model example (casino) using biojava library code.\n\n\ngit-svn-id: ed25c26de1c5325e8eb0deed0b990ab8af8a4def@572 7c6358e6-4a41-0410-a743-a5b2a554c398\n", "proba": 6.014038717694348e-06}
{"commit": "f348ac3287e1d7ae8afb5831946710b16d681837", "message": "Remove extraneous debugging.\n", "proba": 5.506524757947773e-06}
{"commit": "eb37c0bbb25b2ce1e61956a373fee3fc8e6f8eae", "message": "am b05f5739: Fixed a crash with the voice interaction service\n\n* commit 'b05f5739bb62870f3d23d02c10fbbbaacbee93d4':\n  Fixed a crash with the voice interaction service\n", "proba": 3.54629833054787e-07}
{"commit": "8985abc0074baac3edc949995fd72405eb1ff233", "message": "fix sqlite syntax error\n", "proba": 3.4283784771105275e-05}
{"commit": "bceac6c0343c01de6f131f3592e85d9fd0ffda4f", "message": "Adds package info\n", "proba": 1.8326630879528238e-07}
{"commit": "fdd0cab717d8fa883ee9f57a3de8b6baaa509bb7", "message": "Create SliderSetting class", "proba": 2.6286107868145336e-07}
{"commit": "538871ad63105241240b36390aa31e9c8f7c5660", "message": "cleanup\n", "proba": 3.1109298106457572e-06}
{"commit": "2ae52ea3956a873c7db683474ea9c1f77e3da013", "message": "Skeleton for problem 10\n", "proba": 4.680608753915294e-07}
{"commit": "54988fb8375767e7ae2a21291f44527a345b21e8", "message": "Put skeleton for problem 29\n", "proba": 1.1285602568023023e-06}
{"commit": "18294589dbd5dc36ca90729ffc56d490d5512f5b", "message": "SOLR-3301: Add missing PingRequestHandlerTest\n\ngit-svn-id: 308d55f399f3bd9aa0560a10e81a003040006c48@1329352 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.6967104556897539e-06}
{"commit": "3391887da0366b6b09a026e073be1e5d3293f7fe", "message": "Fongo config class to return fongo instance instead of mongo\n", "proba": 9.241979341823026e-07}
{"commit": "99547e494a832d2b9d87ce13573150495e6ba3f8", "message": "am b86df334: am e6deaca6: am db2b4ba6: Merge \"Don\\'t crash sysui when advisory calls fail.\" into mnc-dev\n\n* commit 'b86df334f778eecbf4beaaa9127e7e523e55fb6c':\n  Don't crash sysui when advisory calls fail.\n", "proba": 6.331908366519201e-07}
{"commit": "efaa4dc3788b58f651f13d96e4f34bc2d759eb02", "message": "Introduce RawTargetNodeWithDeps\n\nSummary: To be used for query service\n\nReviewed By: bobyangyf\n\nfbshipit-source-id: 933028f941\n", "proba": 3.763425695524347e-07}
{"commit": "5d4148de53ade400cd3e2f20a72f3f53b7b884ab", "message": "we were not catching the case where the element is in the DOM (so locate succeeds) but it's still not displayed (#40)\n\n", "proba": 1.1127161769763916e-07}
{"commit": "d638aa3228cef939ceae793779100c564fa20c02", "message": "separated m24p80 from external files\n\ngit-svn-id: b6c13a3f01c183418960c1e4d1e6a42a97ce9376@219 23d1a52b-0c3c-0410-b72d-8f29ab48fe35\n", "proba": 1.5240258335325052e-06}
{"commit": "c32dccd47b311c84696cb447271f5a207aae5273", "message": "INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED\n2004/02/16 09:21:03 cn 1.1.2.1: #i19488# initial final version\n", "proba": 1.26093880226108e-07}
{"commit": "526a3e51df84a159bf6cff362216d44792e4d00c", "message": "Use java.util.Date for xs:date but if the service method expect an argument of java.sql.Date this modification convert java.util.Date into  java.sql.Date automatically. However this is limited for POJOs and there is  no code generation support for  java.sql.Date.   \n\ngit-svn-id: d6acb143e251c037dab5ea34394f8439daf45588@1166128 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.1343220648996066e-05}
{"commit": "3581f7c40f7872b796d55030fe99a06eb3bff48d", "message": "Fixes #664 (Do not add unnecessary deleteTs in sql)\n", "proba": 1.0758331825400091e-07}
{"commit": "b94de0d05a4841990868b1830fcaeddaf177a8ae", "message": "add test ui for now\n", "proba": 1.3626342365569144e-07}
{"commit": "9d80287b475725301f2efd6185ec0348a66a5b7b", "message": "git material about JMenu\n\nadd some introductory material (only code samles)\nabout the \"JMenu\" component from chapter 33\n", "proba": 1.2245763514329155e-07}
{"commit": "58d62ca1b4078d5950471e8cfd7680ed1f14f9fb", "message": "\u4e0b\u5212\u7ebf\u540d\u79f0\u6ce8\u89e3\u4e0d\u5904\u7406\u9a7c\u5cf0", "proba": 2.4676987209204526e-07}
{"commit": "c7a43e62052c43d491806e1e61b333c02fbcd024", "message": "more diagnostics when Perforce returns nonzero exit code in tests\n", "proba": 1.6234886857091624e-07}
{"commit": "809eeb94b0c9b7d0b6fd6bac091c7ca0a826e224", "message": "am 22458a49: am 5c87f533: Merge \"Revert part of fix for b/7377776 to fix b/7411356.\" into jb-mr1-dev\n\n* commit '22458a49128b2fea4ec2065dc056b194253cb5f0':\n  Revert part of fix for b/7377776 to fix b/7411356.\n", "proba": 1.9501062809013092e-07}
{"commit": "41ea800318e8c496e5f0cfe872f611f12650fbd6", "message": "ChooseRefactoringWizardPage.java: Order RefactoringRules by their names\n", "proba": 1.217756420146543e-07}
{"commit": "c4b52dfa1baa6ecb5ad263475a11b34fbff82359", "message": "runtime check for dynamic specifier expr for #2601\n", "proba": 1.6258918833500502e-07}
{"commit": "9a9b3c01df254769c25e78f4be68647e9bdd1399", "message": "type literals partially working again\n", "proba": 2.5346986376462155e-07}
{"commit": "63bd7332be066101d19967401a1ba32cb794c913", "message": "reifyCeylonType -> rt$ #2763\n", "proba": 2.4075524152067374e-07}
{"commit": "e99114778a9bb34acdf46a92c280d3e11458ad09", "message": "[androsdk-33] Add Tuple\n", "proba": 4.584661610351759e-07}
{"commit": "5a2bd755c45942a6cb41372b9e48d6a1b9f21c5e", "message": "#130: Restoring some code coverage.\n", "proba": 1.0815239903649854e-07}
{"commit": "64d2278ac40f6bfa16baa653c0175b1f8758b0fc", "message": "Initial version.", "proba": 1.5797580488197127e-07}
{"commit": "de510a9ccb2a73b2984f9416e4608f67caca9292", "message": "Moved IEventStoreFactory into an internal package\n", "proba": 4.004988625183614e-07}
{"commit": "d71152fc8d21b0fdac9617aea76395f6bd850014", "message": "am 6e5b14c4: Merge \"Drop unused String.\"\nautomerge: 56dd295\n\n* commit '56dd295b69a78017baf44491cb27fcaaf8101f1c':\n  Drop unused String.\n", "proba": 5.826133246955578e-07}
{"commit": "3f8e3fd77425e802f0adc809144311eee25c2a71", "message": "initial commit of an automated integration test for zip uploads (still a few assertions to add)", "proba": 1.0116604443055621e-07}
{"commit": "3c4883ae5c350f0320a715cc5cbb6e21889c2de6", "message": "Modify OrionSink, rollback the channels is the transaction is rolbacked as well\n", "proba": 5.240603968559299e-07}
{"commit": "a95452cddbd83f32ff922ea282d181b0e4ea759e", "message": "Started of the config.d feature.\n\ngit-svn-id: 7d0054dac464e6a138a6b35be1282daa98047c57@1518 7ee224fa-57ca-4419-87f9-1f4314938d77\n", "proba": 3.714355898409849e-06}
{"commit": "4d00e29547b3d2a7501428074f7a65aea57ba7c4", "message": "Initial Check in\n\n\nSVN-Revision: 1686\n", "proba": 1.1256843635010227e-07}
{"commit": "9d166f4cc4b9c38b14c45baa9ee15897adfe2936", "message": "code style\n", "proba": 1.4898070048730006e-06}
{"commit": "c058d3477b60e9ec946eaf3fd1a93f1c759b29fa", "message": "cleanupfix ignore case for ANONYMOUS_USER\n", "proba": 1.5743693211334175e-06}
{"commit": "af5c251f4f238bbda806b96ba3471470f75a810b", "message": "Add a test to assert the integrity of installer/jobs.xml", "proba": 4.908624191557465e-07}
{"commit": "bd7ed25c576d82d838269ee53c5b6d143e0414a7", "message": "improved javadoc", "proba": 5.751407456955349e-07}
{"commit": "31131b24fe30ba514139595616e218fb6dff96aa", "message": "KRACOEUS-6904 : Clear all affected awards award amount infos when validating new transactions.\n", "proba": 9.654289101490576e-08}
{"commit": "d1971ccdb3cdcbb548a3607cdefbd2dc41ef9ea8", "message": "print size and weight of centroid", "proba": 6.640252081524523e-07}
{"commit": "ea8409f02b0217686a9b4b3dc66018f01ba96ed2", "message": "logging model training time for StreamingKMeansClassifier", "proba": 1.6331134133906744e-07}
{"commit": "40f18f8c1c79562a34b19fe035cc2962fe993f8e", "message": "migration of OpenID from PLFM to SWC\n", "proba": 1.6772136746112665e-07}
{"commit": "82097afaba8783eb83ab728fccfa299137a21c75", "message": "\u0422\u0435\u0441\u0442 \u0441\u043c\u0435\u043d\u044b \u043f\u0430\u0440\u043e\u043b\u044f\n", "proba": 6.532481506837939e-07}
{"commit": "147ed0d98a3435d6af92dab3fee557939ba25aaf", "message": "Properly set value of parameter userEmailFound. Don't pass primitive to method call and expect change of value. Passed parameter is dead on arrival in method and local changes to that parameter inside method call are not visible elsewhere. Parameter userEmailFound was thus always false.\n", "proba": 1.1361503027274011e-07}
{"commit": "7fd1e9b16ea580ddee9c3c1b87fda335474a633a", "message": "set the axis message at the addressing dispatcher as well. other wise this cause problems\nwhen using ws security in dual channel mode\n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@783785 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.5981837502040435e-06}
{"commit": "4e09d2ea1313bc8c9a0fc6cf6d7306aaffbb4a63", "message": "add DiplomaGenerator.java\n", "proba": 5.144026999914786e-07}
{"commit": "f14c8b9e88d97fcde202770f4cb5ce74000d979d", "message": "Adds device funtion READ_ALARM_REGISTER.\n", "proba": 1.7683410646895936e-07}
{"commit": "aa14d0e7fd36fa29557ef7c3980b86703f767760", "message": "am 1711895e: am 3adc49c6: Merge \"Disallow range selection if the document has unknown page count.\" into klp-dev\n\n* commit '1711895e7a36956e68dd520109672e34a5baa159':\n  Disallow range selection if the document has unknown page count.\n", "proba": 2.4326493530679727e-07}
{"commit": "d91a8283e3ee54d509f04fdb87c5b32d18d171e5", "message": "am 1b147db9: am b682d08a: Block QS in sec. users setup when simple\n\n* commit '1b147db9b4024ff37ae0fa8372fcc01f7861e2cc':\n  Block QS in sec. users setup when simple\n", "proba": 1.2414340062605334e-06}
{"commit": "bb99674374dcf2058cfcff202062bb2e67745ed8", "message": "am 53210964: Merge \"Tale of status bar on crespo, part 1 Bug #6541079\" into jb-dev\n\n* commit '53210964673640166c8824c580344b06e8f8e28c':\n  Tale of status bar on crespo, part 1 Bug #6541079\n", "proba": 1.3809257382035867e-07}
{"commit": "7ee2f9d90e4e3b0926c4f4866652867920f057ef", "message": "am 02065846: am 6295ef32: Merge \"hide the redundant clock when the notification shade is open.\" into jb-mr1-dev\n\n* commit '02065846fa7cceae0cdfe65cf88a6d7f7741f8d4':\n  hide the redundant clock when the notification shade is open.\n", "proba": 2.240236653960892e-07}
{"commit": "1d3561e351afa5fd540bf0b3c491d8ef5b7f5041", "message": "INTEGRATION: CWS qadev32 (1.1.2); FILE ADDED\n2008/05/05 09:44:51 cn 1.1.2.2: #i85370# change header, change parameter String[] to ArrayList\n2008/01/21 11:12:22 cn 1.1.2.1: #i85370#: this inderface describes the methods to communiacte with EIS\n", "proba": 2.320625895890771e-07}
{"commit": "2816473f984d354f11d8c7cddd655d47c847d716", "message": "TC for 2244\n\nsvn changeset:6150/svn branch:trunk\n", "proba": 1.72587903080057e-07}
{"commit": "440df995593866dfcab43d86a1bba28e24a2f57c", "message": "really added the new intermediate command\n", "proba": 1.3454958036618336e-07}
{"commit": "dc4a1fa65c92be967fba5e401caaee572f1dfb59", "message": "Added RemoteContact\n", "proba": 1.5379488615963055e-07}
{"commit": "9aa68649b64f90d9f308997a67f471469c59041c", "message": "Fixed #2", "proba": 6.16977729350765e-07}
{"commit": "78ef1bdbe6c5936f02700b15dacba8b998d34585", "message": "Hide remove/up/down buttons until at least two entries in a list", "proba": 4.046019626002817e-07}
{"commit": "c6f55f0da3fa377df3d8fb43b57e9a5f16fdec11", "message": "path tests for extent-framework/extentreports-cucumber4-adapter#63\n", "proba": 1.2443493346836476e-07}
{"commit": "83d26c8f75d4501f17669494389ac01b67f22b06", "message": "Create test entity type attributes", "proba": 8.889689411262225e-07}
{"commit": "c92f2aa2bb3baba567a0598a0003c5a5878b32dc", "message": "Include test with empty list of Docker browsers\n", "proba": 1.5971608036124962e-07}
{"commit": "3ec525ba66542222a67b29a4857e0fd4d33eda42", "message": "test(updater.send): expansion of testing\n", "proba": 2.8274206442802097e-07}
{"commit": "1ead963295a1db67eba1a62a306ebc27810350e5", "message": "added test case for VulnerableSoftware\n", "proba": 1.6585748596753547e-07}
{"commit": "3cb5ba088d850d3a013b5843580ebf2d9a861dc3", "message": "Revert \"change var names of isMoveValid()-params\"\n\nThis reverts commit 7175e61fd0cc4ec2a0fe640b48c492abf0c40b0c.\n", "proba": 1.2115243919197383e-07}
{"commit": "af31d4afa4569ecc3e740f1c0ebee7c396daa45c", "message": "copy of browser class from 3.1 branch\n", "proba": 1.5549578336049308e-07}
{"commit": "9c0c3d8d8b032544623c3098f3fb346186510f41", "message": "Always reapply strings.\n\nChange-Id: Icc66d1e23048d2676b5776c3eec76345963228d0\nFixes: 29620816\n", "proba": 1.7439859902879107e-06}
{"commit": "701b16f70110c718531e13ebaa4789e14769b200", "message": "Replace forced string tranformation by String.valueOf().", "proba": 5.574993338086642e-05}
{"commit": "b51372c2af0138704203e73d4149781e5310bd69", "message": "key protection represents the unlocked version of LockedKeyPortection\n(locked with private key, unlocked with public key)", "proba": 1.0026337804447394e-07}
{"commit": "26e331fefbe4d5ffe80e172d826475911a464730", "message": "Complete unit test for CCI", "proba": 3.361537324053643e-07}
{"commit": "f63e9e1d04b07033401f4ca398c1f7cc01689245", "message": "Added my own TestEngine\n\n", "proba": 1.2337970645148744e-07}
{"commit": "a990a0902c5b839cfc7de9ba477e89c803706cf6", "message": "Set inside=false when beginning to draw new polygon", "proba": 1.8557426528786891e-06}
{"commit": "64c33266aea99e421b1523eadc257d21ccb463c1", "message": "Test for #5911 - ApplicationConnection assumes portlet urls contain parameters\n\nsvn changeset:16044/svn branch:6.5\n", "proba": 1.358042993615527e-07}
{"commit": "cccdf29d86e42765b6924aa39f450d72f971e30b", "message": "am 9bad32c3: am aea3b581: Merge \"Remove hidden API setSurfaceTexture.\"\n\n* commit '9bad32c3830e45615a6b71e3f80ca7b95ef638b5':\n  Remove hidden API setSurfaceTexture.\n", "proba": 2.055992069927015e-07}
{"commit": "91cae8008619afd1ec094dba7be7ae2bb9316ee4", "message": "Prepare for source lazy-loading in the IDE", "proba": 2.405587906650908e-07}
{"commit": "4b12d6f3bdcf5ac97ebb3c4c072c420e10e959d9", "message": "Optim: ProducedType.getSuperType: do not cache if we have underlying types\n", "proba": 2.321161503004987e-07}
{"commit": "5f61c7d1a8c7a85dad9410a99d6a354895d46a5b", "message": "fix bug in code to make enumerated type a subtype of union of its cases", "proba": 2.7275731895315403e-07}
{"commit": "39c6dcc3e3f80dbb9664d7c70c1623b0dfb976eb", "message": "Added initial skeleton for the UtmUpsCoordinateImpl unit tests.\n", "proba": 1.0692195218098277e-07}
{"commit": "65dd7b32ea4f91862353ab0f7bafe3bca5e271ea", "message": "add a serialization-safe class wrapper\n", "proba": 1.5611047956554103e-06}
{"commit": "e8fd19a4f22142bfce230a4308595cc488d03076", "message": "Log4j auf das LogLevel Error gestellt.\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@490 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 3.246276946811122e-06}
{"commit": "feb8900046978004073c1c526e7e94242a9a8e36", "message": "Cleanup\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@10452 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 48bafe05acad929a58f0f845009f2dd2f3788456", "proba": 1.2961260154042975e-06}
{"commit": "4a07752f78553a849ad143eda84d4f3c4029e2d1", "message": "committing responsepanel.java\n", "proba": 7.744443450974359e-07}
{"commit": "4d0abd94d666fd7425d8f204ff187ebcf48e93f0", "message": "add package-info.java\n", "proba": 1.1110615787401912e-06}
{"commit": "1409ccc95f6c37f906b761331b0ffd33f865609d", "message": "Fixed scanning method\n", "proba": 4.831827027373947e-07}
{"commit": "ffaef517f2fc91b318356eb54b4270bebe627e71", "message": "tests are updated when you change type in testsettings\n", "proba": 2.0842844605795108e-07}
{"commit": "e8a0fb4e30104f689bd2f11e4d37ed8f78fbb4dd", "message": "Fixed friction handling for 0 friction.\n", "proba": 1.2135804183799337e-07}
{"commit": "34c0b435782f0f8752983c10d1b711dccf7e263b", "message": "http-service: use gson for serialization, pretty print\n", "proba": 4.3039841557401814e-07}
{"commit": "c8cbeb4fae5d460dce6261ad9e363976b4b86cb3", "message": "Fix header\n", "proba": 1.5230319831971428e-06}
{"commit": "4d3b307aeeea824f908eec39f18f7f0e067ce1b5", "message": "Fix NB warnings.", "proba": 2.992894110320776e-07}
{"commit": "69f802cdd8df763976484c7cf748feefe632f44f", "message": "Console now displays server local ip", "proba": 1.8318768013614317e-07}
{"commit": "d3fd44bfcc905db98ab100039665f8cd3aef5600", "message": "Tiny mistake", "proba": 4.4802150114264805e-06}
{"commit": "e12302d5b751a644ed40e5544803275f571c6508", "message": "problem pushing\n", "proba": 1.380289268126944e-05}
{"commit": "9f25069e3b76a0101f387a0a70f32f4d01ba6ded", "message": "Create Main.java", "proba": 1.9291887838335242e-06}
{"commit": "33b7987c5c8fc2443b50e31246272ba42b4d1add", "message": "Automated import from //branches/cupcake/...@142930,142930\n", "proba": 1.3165178813778766e-07}
{"commit": "372c0060f296efa53bdbd40d26fd6813ee9bbdc5", "message": "am dbe6875e: am cd862c44: Merge \"Fix bug 3360851 - actionbar overflow menu button doesn\\'t trigger \"audible selection\"\" into honeycomb\n\n* commit 'dbe6875ed52d0fec16fc5849aa218bdc196b27b5':\n  Fix bug 3360851 - actionbar overflow menu button doesn't trigger \"audible selection\"\n", "proba": 1.3203477067236236e-07}
{"commit": "d61607a0a0efe548eff192d0d72f333384e9a995", "message": "make this public static as well\n", "proba": 2.0350136765046045e-05}
{"commit": "32a52a0927d6287688b9eba318811bf6442dce67", "message": "Tentatively complete \"FrontAction\" (first of 2-action whisk sequence)\n\nIssue #67", "proba": 1.3225745476574957e-07}
{"commit": "ab4e5e23a40823b89f8f3b3be6ff2a42b35cb6c9", "message": "Sample assertThat call\n", "proba": 0.0004759503062814474}
{"commit": "b7344a8c48a798f84c4e8eaebee071d36686e0f2", "message": "Commit Starter to be able to pull.\n", "proba": 1.0665817740118655e-07}
{"commit": "6367d97d3b6ce0e8436c4c59b3b1900234ff9d61", "message": "Camera file name from current datetime\n", "proba": 5.496967219187354e-07}
{"commit": "1667f0ffa4a4439faac8f9afe9183a7809831713", "message": "An interface used to mark authentication failures.  For instance, a\nclass might implement this interface and sub-class\njava.security.acl.AclNotFoundException to indicate that a user does\nnot exist, providing an appropriate message via the getMessage() API.\n\n", "proba": 1.2045634889545909e-07}
{"commit": "1fa5d8248803f49273ccebd643f2e03816fff521", "message": "now uses shape\n", "proba": 3.985001626460871e-07}
{"commit": "fb66a1edba2bbdf830f25fa215b636b357f164c2", "message": "Updated the start-up ui\n", "proba": 5.093240247333597e-07}
{"commit": "9b3ea45282a70dfd76cfd1e292e349c547c91821", "message": "cleaning up log level tracking\n", "proba": 2.3088907141755044e-07}
{"commit": "b13dd8ff1254380ccf5ca7bb5d292f6b0640f06c", "message": "Added base List model\n", "proba": 2.343685423511488e-07}
{"commit": "12757b8dd515c17dfd84de8e41e0066133cb037e", "message": "Adding KafkaSink class\n", "proba": 2.926549313997384e-07}
{"commit": "75544f29d250ee8114bca3b12938430afb22e3c9", "message": "Add ZipFileUtils\n", "proba": 4.422350059485325e-07}
{"commit": "4376fb7b1d4558d847f8c10b01d43b2ed34cd50c", "message": "Created Damageable interface", "proba": 2.320860517102119e-07}
{"commit": "ef9f9a3ba4bda0e40b28ace2a2a8cca81ea20c7a", "message": "Extracted validation methods\n", "proba": 1.315462668571854e-06}
{"commit": "755f1718ab8cefa1c6707f2049f8f9cd8c7e77b5", "message": "ARQGRA-463: JavaScript classpath resources: use JavaScript.class.getClassLoader()\n", "proba": 1.2655709724640474e-07}
{"commit": "10a3eca6624c0f525b31c645604a169a80ab4d3d", "message": "Added an indicator to the status response which tells clients whether Flowerpot is used or not.\n", "proba": 1.0469022981851595e-07}
{"commit": "acf31c69c1f26135250917909518659323709d7f", "message": "KRACOEUS-6308: Last T&M transaction not checked against rules\n", "proba": 1.172410151184522e-07}
{"commit": "438952f960ceec97f9b5c04d24217d53c34fc406", "message": "Added test case for loading no user-defined derived variables.\n", "proba": 1.0863763577617647e-07}
{"commit": "c4bb9fcb5088a9bc1e9d45e9885125daca4f122c", "message": "Removed S2sOpportunityWebTest\n\n", "proba": 1.5025086952391575e-07}
{"commit": "7c2c3992d646b245ee6e807143e202cdcd9e4f35", "message": "VTK-1259 - Forgot to check in test, sorry\n", "proba": 1.1242167374803103e-07}
{"commit": "30f101bd5b7bf27c95d9715404fe0a8d4b11d8ce", "message": "SAK-34027: Error editing an assignment with Grade Scale Points after form validation error (#5670)\n\n", "proba": 9.758034735796173e-08}
{"commit": "5ebfd0c20644da324191d071521cc3fc7079c039", "message": "Fix for Bug 26104 - Serialization of headers in a SOAP request fails if debugs are enabled\nfrom tkoponen@iki.fi (Teemu Koponen)\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@257325 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.1996947781372e-07}
{"commit": "d3156b57b3bd66eaaec7cb589f3c24ec9f069ca8", "message": "Added an unit based on the question in camel user mailing list\n\ngit-svn-id: 11f3c9e1d08a13a4be44fe98a6d63a9c00f6ab23@1226037 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.49196488969028e-06}
{"commit": "6f298da695acad6b70d672730bc1c4d1ce11c764", "message": "s2173, ta8595: Validator test file in place, but incomplete\n", "proba": 5.920534817960288e-07}
{"commit": "3ae5f384963e164d2717abb877e433c3d1a6cd5f", "message": "Correcting column name typo\n", "proba": 0.0008193081594072282}
{"commit": "40a2dbff9bc52186396ead87071216e3e1183123", "message": "renamed module exception to common, started to fill common module with common classes/interfaces and started pluginAgent implementation\n", "proba": 1.504000977092801e-07}
{"commit": "a2d1829df8f135c56b6a2daeefacc5dfdfacd523", "message": "fix annoying Accumulo error message on finalization\n", "proba": 2.8496697268565185e-07}
{"commit": "6d46c54ef87cbd2ea1f3ae19654859fd9ebe8916", "message": "ExpressionTransformer: implement += arithmetic assignment operators (#74)\n", "proba": 1.42189833240991e-06}
{"commit": "e12fc0e209e85def819c842385ee16033840919b", "message": "Issue #1625: Don't generate a setter on the companion if we wouldn't generate a getter on it.\n", "proba": 1.0340879441628203e-07}
{"commit": "38d0db40fcd08fb8ee0ce5d0d9d8cb2324761e66", "message": "Model loader: do not log an error on missing oracle jdk types\n\nBecause in some cases we want to handle the error elsewhere\n", "proba": 4.6310395873661037e-07}
{"commit": "af8f394d43bad88af3fb9964638929dfd1029c44", "message": "Adding test case to test LZO compression.\n", "proba": 1.1374480379799934e-07}
{"commit": "3dac6bc1039e9ce27e36e8f7fea0ff72e14ab2e3", "message": "Add more helper methods to VisalloInMemoryTestBase\n", "proba": 1.6845072536852967e-07}
{"commit": "86a71e3e3f3034d9bd0d0cfcbacb9942bed8ae9d", "message": "Added new property on database to be altered: LOCALECOUNTRY and LOCALELANGUAGE\n", "proba": 1.5516455675879115e-07}
{"commit": "21abc4e0ef5a5bd2c1fcea1f88a6dba7d0d68249", "message": "[androsdk-1104] Add a date from period parser\n", "proba": 0.0002212587569374591}
{"commit": "45aeb7b9af13c87fd9bc8cf3799aeca1f482e6f3", "message": "Fix bug preventing the selection of fog or ambient light entities with no transform component (which they don't need)\n", "proba": 1.1394783427931543e-07}
{"commit": "3c5e1c2f67ea2edb0ea8fad3e6a8edbf09db27e5", "message": "Added AlertType (part of Dialogs API)\n", "proba": 1.0412844630991458e-07}
{"commit": "22f3304d073daacf3ea87ca01ccf535016b4a0e2", "message": "Added functionality to TaskInfo's 'toggle' button\n", "proba": 2.3547303840132372e-07}
{"commit": "820ec009165b50ad739925f1eb47f812f8c2ae2f", "message": "Added ProductionWorker.java.\nAdded a subclass of Employee.java.", "proba": 1.1798960741771225e-07}
{"commit": "185b6f7168d4f4b986fc133b7af20f1f9c27f628", "message": "Solved bug fetching user queries. added log message when export query fails\n", "proba": 2.1303153516782913e-06}
{"commit": "22bc02d28457c993e3f46c2ff4d71faf0cc31c6f", "message": "Create EntityGetter helper class\n", "proba": 3.2308079767062736e-07}
{"commit": "130a2026d26d99a3001294e4c1e6e5be21e8ce9e", "message": "Added JUnit test for InternalState\n\nThe JUnit test for InternalState contains tests for the actual state,\nrelationships between states, and state entrance and exit actions.\n", "proba": 1.0179588372238868e-07}
{"commit": "1447cde05962c2d7831e16165350624faaf830cc", "message": "#443 DyReposITCase\n", "proba": 1.913329157332555e-07}
{"commit": "95cf1b9775cad04b1e5b634d942bb672109c9399", "message": "Hashtag functionality test cases.\n", "proba": 1.7582816269623436e-07}
{"commit": "c6c6604ab599eff2a83c377e2176d6094d1ec408", "message": "Added test case for issue 204\n\ngit-svn-id: 505f71283407c412190d59965c6d67c623df2891@930 3f8e66b6-ca9d-11dd-a2b5-e5f827957e07\n", "proba": 2.2955855172313022e-07}
{"commit": "c1801b30ec603587e14f8fc9969372090c9431a4", "message": "Test Updated.\n", "proba": 1.399617417519039e-07}
{"commit": "d5310d6b55a051b4e67fd7925e9ee2d805974639", "message": "LinearBiasModel of microsatellites", "proba": 7.900396781224117e-07}
{"commit": "021249390703594278c041de283054503b9dca0c", "message": "add file\n", "proba": 1.4225548738977523e-06}
{"commit": "6684a2ce1abd94972d5480c2214a9509781c755b", "message": "am bf0e106a: Merge \"Cleanups in Notification.java.\" into jb-mr1.1-dev\n\n* commit 'bf0e106a7d755355d7ff53a2b319e2e91c154641':\n  Cleanups in Notification.java.\n", "proba": 1.3537874110625125e-07}
{"commit": "1464dd2f925f4b6179a7ede287f13431e6835aec", "message": "am 0b22e395: Merge \"Notification: Fix bigLargeIcon\" into lmp-mr1-dev\n\n* commit '0b22e395d24cba14d4113fb326bfcb57c6aa5996':\n  Notification: Fix bigLargeIcon\n", "proba": 5.490219336934388e-07}
{"commit": "8d49cd77df7bfcd27f28a503641df7fa4c4c5191", "message": "am c62c4c8b: am 804d0496: am 71d73a0d: Merge \"Add a method to hide/show a SurfaceView\\'s surface.\" into froyo\n", "proba": 9.903791578835808e-06}
{"commit": "91ef4a2081408c6202df163a2e9349411ccf272b", "message": "Ported CSharpVerbatimBlockTest to JavaVerbatimBlockTest\n", "proba": 2.601884432351653e-07}
{"commit": "168173a698e820ceb1ebf54b4910888891be2056", "message": "Don't crash when the window is closing\n", "proba": 3.0028372748347465e-06}
{"commit": "cbc289ae0c15a70eb6b4b611b23761159059f153", "message": "am bf184875: Merge \"Fix adjustViewBounds handling for ImageView\" into jb-mr1-dev\n\n* commit 'bf184875ef4dc41024474840641c6fc9d3a9e975':\n  Fix adjustViewBounds handling for ImageView\n", "proba": 2.567968806488352e-07}
{"commit": "c17ae711e9e265ab6dc85f18a7c35de957a43524", "message": "am 0067057c: Merge change 9035 into donut\n\nMerge commit '0067057c31720f64926d6ee3d841b15dc197d2df'\n\n* commit '0067057c31720f64926d6ee3d841b15dc197d2df':\n  Fix the TabWidget to display custom views for the tabs better when the tabs have different sizes.\n", "proba": 1.0904410885359539e-07}
{"commit": "de213f708fc715c85f806fe5f4a7552e8b363bf9", "message": "Add methods for managing subtitle overlays in VideoView\n\nOverlays are added directly to the VideoView, laid out to the\nsize of the video view, and rendered in draw().\n\nBUG: 10260603\nChange-Id: Ie8c30e5e6dcd5c6e1a2063af898afce0108a87bf\n", "proba": 1.2913807267977973e-06}
{"commit": "9dbf18ddd220994faa3d9edc430929626732a56c", "message": "add access token mapper class\n", "proba": 3.9343254343293665e-07}
{"commit": "417c9236dd3cc77cfbaf83908796b2b1e8640031", "message": "Added LoadShoppingListTask\n", "proba": 1.9299712050724338e-07}
{"commit": "9fe32909df9793d3c9ddd9c4acdae45c9ddc1211", "message": "Added PretestedIntegrationAction\n\n--HG--\nextra : convert_revision : 3a45a7f6863a342ace284fc96ce6bf457ad18248\n", "proba": 2.895335171615443e-07}
{"commit": "dd2efa61c2aef3f27f2175cca39f672031aa8f48", "message": "ZS/YL - #32 - Add test for ProgramRepository\n", "proba": 1.2049036968164728e-07}
{"commit": "f436d30bd63795e94e12fb72a933df806b172c19", "message": "SAK-33546 - Release grade fails problem if there is no grade entered (#5195)\n\n", "proba": 1.070848227868737e-07}
{"commit": "ea1456fd524741856b5bc02f06cf729bf551543b", "message": "SAK-41703: assignments > fix scoring component icons for instructor view (#6835)\n\n", "proba": 9.728560712574108e-08}
{"commit": "72117cdd1c4344f46f81aa0285ad5fd6b106df75", "message": "SAK-33952 Assignments grade override correct value sent to gradebook (#5337)\n\n", "proba": 1.0120676563474262e-07}
{"commit": "a113f8428945f1c3a2a52ac8a13a0f4cb06dc2e6", "message": "upgraded Groovy jar to latest build, fixing compatabilities\n\ngit-svn-id: 29aad96320b2a07b98332cd568fc1316025c072f@1791 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d\n", "proba": 3.0290544827948906e-07}
{"commit": "a433639a340590ef5de41574d1cfea0f75f06498", "message": "fix TableOutput spaces when using long words (DAT-10069) (#2879)\n\nOutputting long lines with a single word that spans over multiple lines caused the next word to be appended directly without a space.", "proba": 8.126096986416087e-07}
{"commit": "037cbdff2c4f1cbf3e32bc256bdfeed5b434067f", "message": "Webapps splashscreen: hide the splashscreen if the renderer process crashes.\n\nInstead of showing a splashscreen for ever, the user will then be able\nto see the sad face and reload the page eventually.\n\nTests will be part of https://codereview.chromium.org/1405023002\n\nBUG=543604\n\nReview URL: https://codereview.chromium.org/1408543003\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#354804}\n", "proba": 6.490913619927596e-06}
{"commit": "bc2d0cb0e2bf9e81c49ee65c94f31dbf713e5eb0", "message": "Fix for pb with constructors of generic classes with defaulted type-parameter-typed parameters.\n", "proba": 1.065892405449631e-07}
{"commit": "2daa34e31b0cfd3de2cd446fd5333e8eebb3cd90", "message": "setter is actually only for toplevel\n", "proba": 2.0609981277175393e-07}
{"commit": "26d8a15ebb7308a4a166bece26e60e6b19da3404", "message": "Tuple3fComparator: import fixing", "proba": 1.4975204010170273e-07}
{"commit": "f5a135638dafe4805b0f05a1ee8cafba5e658275", "message": "Remove unusable code\n", "proba": 0.000472108629764989}
{"commit": "adf49310e595984d2b97118be40306b736561867", "message": "[core] FEATURE add ReadFileAsString step\n", "proba": 1.6175619066416402e-07}
{"commit": "16c0ad1b970e08333fdd76f9163a0f66e506b947", "message": "Add TupleTest\n", "proba": 5.492811965268629e-07}
{"commit": "8af8d80de232dbccd918d0f762bbbe6c8ac3b0a7", "message": "Add TorchStep (missed in merge/refactoring)\n", "proba": 1.0908821224120402e-07}
{"commit": "708c432daca6d298a456ef3fc2d6920a2ab0887b", "message": "add tablayout\n", "proba": 6.512780714729161e-07}
{"commit": "0fdd967cab0c46b149a4e7a52e2e6385579499ba", "message": "FL-105\n\n\uc8fc\uc11d \uc624\ud0c0 \uc218\uc815\n", "proba": 2.0646926657263975e-07}
{"commit": "5f55524e897673a5613206e0fa4ad5b16f78dd41", "message": "adding the privilege compatibility class\n", "proba": 2.636581939441385e-07}
{"commit": "22655ccbb74762d60b84e615474ed1f622c7477e", "message": "am f032319b: am 3b2ed450: am b73f79b4: Fix crash in ExpandHelper\n\n* commit 'f032319b6ac44a31a4b54740014ffbe7a9ffe615':\n  Fix crash in ExpandHelper\n", "proba": 4.5438497409122647e-07}
{"commit": "fe57730e030b113a5b6febedb747f9698158623c", "message": "SAK-40176 Rubrics - NPE when accessing gradebook tool as a student (#5707)\n\n", "proba": 1.0033626551830821e-07}
{"commit": "6e947022c18ea52cb4284361f9ea1f8981219f58", "message": "added test case", "proba": 5.942369512013101e-07}
{"commit": "93d9ba7531d0cb84c736917ba2fa6cca2ba3996a", "message": "Add tests for TimerMode\n", "proba": 2.835429597780603e-07}
{"commit": "0002edace4ec364f80d29979e3a6549ec67aa15d", "message": "set dimensions of lattice (if present) when setting phase dimension\n", "proba": 4.7111331014093594e-07}
{"commit": "3bdc2b5dc2bc69eba1b071e13f5dacfc26a73a7e", "message": "temporary work around\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@650884 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.77687819966377e-07}
{"commit": "516d8228ff7eaf4065f671ace35440ee5430fa88", "message": "Scrolled to bottom when http log is added\n", "proba": 2.2470773330951488e-07}
{"commit": "e33975ea670bb65cd4bf54df7cad2d432fd2448d", "message": "add producer stress test\n", "proba": 4.11395461696884e-07}
{"commit": "ec1473d608ff6c2922ae4882ffb43b7f02ea9757", "message": "refactored package names\n", "proba": 4.372814601083519e-06}
{"commit": "024f342a84d4eaedf540fc66f9f184a4fc5afc1f", "message": "Create `TaskLabelsPartFailures`.\n", "proba": 1.6287397386349767e-07}
{"commit": "d05b7e077feffca3fc72c319b86e70ce1268a7d4", "message": "[159473] Do not hard code the failure reason when adding breakpoints\n", "proba": 9.032436310008052e-07}
{"commit": "0b92fcfbc23a6383a676ec3ddf94720d445fbd7e", "message": "LineConsumer with ability to redirect output to provided Writer\n", "proba": 5.575741965913039e-07}
{"commit": "78ace38f3e839d7ec55fc9d8bfa58cc7e78fa001", "message": "Moved this quick testcase over from Dazzle\n\n\ngit-svn-id: ed25c26de1c5325e8eb0deed0b990ab8af8a4def@871 7c6358e6-4a41-0410-a743-a5b2a554c398\n", "proba": 6.669255299129873e-07}
{"commit": "9b14f27903270a0bc07151f66d233a6ff18f2724", "message": "Updated.\n", "proba": 2.939662522294384e-07}
{"commit": "d150b7c5e55731189ca3cc488ef0a6b90642fb00", "message": "Save dialog appears multiple times when working with just created filter #PL-4488\n", "proba": 1.3121908182256448e-07}
{"commit": "9cb7c7b14b834cd11bfc04b70cb1be7b2cac434b", "message": "Add default serialVersionUID in SWTLane class\n\nThe parent class is serializable and so the subclass\nshould define this field.\n\nChange-Id: I89e46503dd0855104bff3b341ac83bc10a2bc788\n", "proba": 0.00011782871297327802}
{"commit": "aff38c7ade009fe180d476fabd8d2f0832341096", "message": "Fix broken push using existing remotes\n\nPush fails if only a fetch URI but no push URIis specified in the remote\nconfiguration. The ConfirmationPage must read \"all\" URIs instead of just\nthe \"push\" URIs from the configuration.\n\nBug: 316682\nChange-Id: I3ab9fec85a184105ac8b4978eadeb6d8085ea488\nSigned-off-by: Mathias Kinzler <c9114e173c04a61176760ee4881bfdc97edad677@sap.com>\nSigned-off-by: Matthias Sohn <446760a3fbea85cd5f8f4f5c3de304fe3a38014f@sap.com>\n", "proba": 3.546812877175398e-06}
{"commit": "a851c5c2a2612771d475c0303986b044e556480d", "message": "add GameProfileServlet\n", "proba": 2.831114329637785e-07}
{"commit": "fd77ddbeb01f367310bfc2e75398b20e57da54dc", "message": "Advances\n", "proba": 2.247016254841583e-06}
{"commit": "f782c15ac63a92ab4fca7d51fcb95c9a277a1777", "message": "IDEA-179906 SOE at AbstractTreeUi.attemptLock\n\nIDEA-180256 NPE Select In > Project\n", "proba": 1.0965814567498455e-07}
{"commit": "12f2ef4ed46b79afbcb31acb6ad404952b7e16bd", "message": "Math p power of b without recursion in O(logN)\n", "proba": 1.485857501393184e-05}
{"commit": "4e6419d2779ad6c13da0abfb48f23a4db74a6f3d", "message": "KULRICE-10233 : Create KRAD Library Smoke Tests for Elements - DataTable Completed\n\ngit-svn-id: 2a5d2b5a02908a0c4ba7967b726d8c4198d1b9ed@41310 7a7aa7f6-c479-11dc-97e2-85a2497f191d\n", "proba": 2.221497510390691e-07}
{"commit": "9e4ac9014b976505f7d8f6e22601624f088d6eb8", "message": "updated year in copyright.\n", "proba": 1.0925020887952996e-07}
{"commit": "fb0403707e7ef7cf4d233957a3f03c69683ac669", "message": "SAK-16225\n\n", "proba": 3.9468545764975715e-07}
{"commit": "19e909ff9102a91f88f4664f5648a0c56c669ee2", "message": "Added permission check for displaying Broker URI on Settings tabs\n\nSigned-off-by: Aleksandra Jovanovic <bbfec9815fddc777de8c273bc59248511a539a30@comtrade.com>\n", "proba": 1.1617386519446882e-07}
{"commit": "075a4d139b22095c09152cb5179041aef34f375e", "message": "am bc899f18: am 02a28885: Be more conservative about initial keyguard state\n\n* commit 'bc899f18face0bbe044330e312aa1eda94698dbe':\n  Be more conservative about initial keyguard state\n", "proba": 3.132798269689374e-07}
{"commit": "f5c022635331625c8064dc75d198086341e3e7a4", "message": "Add tab completion\n", "proba": 7.324003377107147e-07}
{"commit": "690c31aec53658c8d492d5457ae1a497f1643a7f", "message": "Ported Regen\n", "proba": 4.562138542496541e-07}
{"commit": "6c6e3c5d82af46bb82310f68e95ff60afb1ece51", "message": "Fixed me being an idiot\n\nThis Commit was done with GitHub Mobile", "proba": 3.051469548154273e-07}
{"commit": "5b9462a8fd629fc71c59c1ce29ad4ef132197e3b", "message": "initial import\n", "proba": 6.214378913682594e-07}
{"commit": "74b64581fba502fe9f7544f3370ec7cb03c1f5d8", "message": "Added support for UIElement to have more modern \"sendText\" method and no longer support sendKeys.\n", "proba": 1.0145299711439293e-07}
{"commit": "02e3c765f50d1cd132b15efb14388077f2e4391f", "message": "SampleInitializerHook\n", "proba": 6.66582195663068e-07}
{"commit": "b99afeaf6e0adabc191aad8ea101900d3a40ffd1", "message": "KRACOEUS-5852\nInclude new custom attributes in copied award document \n", "proba": 1.0373337033797725e-07}
{"commit": "45071c034c8b08931d75b8a980b260453937657a", "message": "the admin layout portlet\n\n\ngit-svn-id: 616481d960d639df1c769687dde8737486ca2a9a@2966 9c99c85f-4d0c-0410-8460-a9a1c48a3a7f\n", "proba": 6.23011544576002e-07}
{"commit": "5f7edb2c53b2432ea3426c563d9743338ba1d064", "message": "am a9378485: Merge \"Telephony: GDCT - Set enabled state before notification is sent out.\" into honeycomb-LTE\n\n* commit 'a9378485cb8d0968a9a177f730875e0f1d49d689':\n  Telephony: GDCT - Set enabled state before notification is sent out.\n", "proba": 1.8695685355396563e-07}
{"commit": "57041d84adbc5d1cc09e4c313c9fa785b46a2192", "message": "Verified that ScriptFactoryPostProcessor only processes ScriptFactory beans\n\n\ngit-svn-id: b619a0c99665f88f1afe72824344cefe9a1c8c90@9270 fd5a2b45-1f63-4059-99e9-3c7cb7fd75c8\n", "proba": 3.965190273902408e-07}
{"commit": "2e3a33a74e55ef87c3ca4cf0fdac2f5119e1cd63", "message": "\u4fee\u590d\u53d8\u91cf\u540d\uff0c\u4fdd\u6301\u8ddfset\u65b9\u6cd5\u7edf\u4e00\n", "proba": 1.5855086132887664e-07}
{"commit": "c891530666c84c5f57cbb528dc57d616b50b6e66", "message": "Minor\n", "proba": 3.334548864586395e-06}
{"commit": "5dc61a2fc5866a19a40e0486bf6548bd3a3a183b", "message": "Refactoring due to a Class name clash with Apache Commons IO.", "proba": 1.0054489507638209e-07}
{"commit": "3ad283543c049c22b50d76796d8c2f7b9e64453b", "message": "Teste do controller de questoes de codigo\n", "proba": 1.4750460763934825e-07}
{"commit": "621f85c6191146f509e2ccc18c2c1947456341e4", "message": "Adding map zoom animation\n", "proba": 2.949417989839276e-07}
{"commit": "10eb16fdb32c075eeb5a3bfa63e45f0fed8aaf57", "message": "log exception when CSV reading fails\n", "proba": 5.642026508212439e-07}
{"commit": "4dc26acd736d1ff1984135e25137651c76080ce4", "message": "Use the javax.xml.rpc import\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@252653 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.502342456660699e-06}
{"commit": "cdf16caa080a9336ba94a1095ee6778fc682c500", "message": "Define a simple MockContext class equivalent from the one from the Android SDK.\n", "proba": 1.3035322865562193e-07}
{"commit": "631cbb0f5acbf73fa3c89e2d11c908f5273c2eee", "message": "Resolved compilation issue with QueueOperation\n", "proba": 1.7522052075946704e-07}
{"commit": "e3272c6461f5162980f0c8847754917a364c25a7", "message": "New helper class for wicket class Url.", "proba": 1.2160191431576095e-07}
{"commit": "9c6fd2cdef69ed669863929798dbf01eeff82c08", "message": "add problem 9536\n", "proba": 0.000596801342908293}
{"commit": "686b11f0be5c0dfa67eb771dd2f3b59e8dcfaf6e", "message": "Added tests for CachedDataRequest\n", "proba": 1.9913319704301102e-07}
{"commit": "d133710f6ab16a6e91fc9c67c487aacfc54373e9", "message": "#33 Refactor services resolver\n", "proba": 1.2922907899337588e-07}
{"commit": "73c5dbe45bc4730b9d3a6af2e7bb313c535fb57b", "message": "MavenProject is actually injected as parameter, not as component\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1542041 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.2451511111066793e-06}
{"commit": "3387fabef4cba0e41759e07d0e7ed14b6fd73248", "message": "o added @version\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@682141 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.325728243908088e-07}
{"commit": "b3304e7971f55463bb28b9ccffa668539cdb4d44", "message": "replace deprecated call of pluginManager.buildStandaloneSuperProject(ArtifactRepository) with pluginManager.buildStandaloneSuperProject(ProjectBuilderConfiguration)\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1442763 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.364377107573091e-06}
{"commit": "54c26b1f25419a8ab215bceda637daead36f7648", "message": "There was a problem when an archive file contains multiple wsdls , thanks Gayan finding the bug\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@291139 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.3043932085565757e-06}
{"commit": "4b7ef3c994f6f7abda2126bd8b97a98279bd65d6", "message": "Add OData model for AMK Opintopiste\n", "proba": 1.801124795974829e-07}
{"commit": "49e213cd7de1d6ff4f7bb27caafd57971bd0a734", "message": "Add GENERIC_CONFERENCE to phone capabilities.\n\nThis is a temporary capability to recognize CDMA conference calls\nso we can show the right strings in the InCallUi. This should be\nmoved to CallProperties when possible. b/18434985\n\nBug: 18284408\nChange-Id: Ia3e2ff91c8f8a91ff0123df4d3e6a581bdf85895\n", "proba": 6.381387720466591e-07}
{"commit": "ecf89edf3616800cdacec000e112e487134adb64", "message": "am 8a586c55: Merge \"TDSCDMA: RSSI bar moves 1 bar into no signal without going through 0 bar\" into mnc-dr-dev\n\n* commit '8a586c55022ee272bdcf712c7aa4e1652a261c5a':\n  TDSCDMA: RSSI bar moves 1 bar into no signal without going through 0 bar\n", "proba": 6.389916052285116e-06}
{"commit": "33eb4cc7189e6e85f2b5f4c04b8eae47b141d987", "message": "Add terrain file to manage map and creatures", "proba": 1.3759932926404872e-07}
{"commit": "91d289bf0bcd7a26457724d3802cde89b7de5304", "message": "Issue #785: We don't need to qualify super() invocations when the transformed class is within the same companion class as it's superclass (there's already an enclosing instance)\n", "proba": 1.0607268308149287e-07}
{"commit": "f2c0e8baabf8273613b6dd4296dc08a25c3e74a0", "message": "Make sure we only treat toplevel array methods from `ceylon.language` (#640)\n", "proba": 1.2164564111571963e-07}
{"commit": "ed2fe69056d55d97187f596f4b2a4edb56ae680d", "message": "work on #2869\n", "proba": 1.4624676225594158e-07}
{"commit": "30a792f1d5bb31665c3ecd217dd8c99e2ca2b82e", "message": "PDFBOX-5138: add simple test for the two examples\n\ngit-svn-id: c3ad59981690829a43dc34c293c4e2cd04bcd994@1887968 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.3020047845202498e-05}
{"commit": "62fb6dd53421faaa9e492faf307aab430654b699", "message": "Tika parser : dedup outlinks #272\n", "proba": 2.3632208012713818e-07}
{"commit": "b2fe18b5815ffd43076f90546a78413c48528e80", "message": "An analysis manager using the Gemma AnalysisResult and GeneAnalysisResult.\n", "proba": 1.2242283276009402e-07}
{"commit": "4782daad686b871481182fa5b27d8bbd705a5c06", "message": "update maven dep and AmberQueryBase.\n", "proba": 1.1453692394525206e-07}
{"commit": "cfc5da7fea6067a2c2a327ae5816e832a340ff6b", "message": "moved null check\n", "proba": 6.287020255513198e-07}
{"commit": "aad2dbab081ab514410df90e1bc2001b13fdbbfb", "message": "refactor the config file to support multi administrator to manage different robots.\n", "proba": 1.1998845650396106e-07}
{"commit": "7e644f03902703544f6143286dbd5e9a56c7587b", "message": "Create ListEmailIdentities.java", "proba": 1.779811555024935e-06}
{"commit": "a15af20f2379c9ee28f70968955a814cf59949c6", "message": "Add  getter for filter configuration.\n", "proba": 1.2208518285206083e-07}
{"commit": "a0c1ef809d992313ae5cac6dc7386502f09ccf9a", "message": "codeclean: imports", "proba": 0.00032331564580090344}
{"commit": "4bc7bd2a4db41bcab9812531d3e99cdb25688195", "message": "Basis of Twitter login\n", "proba": 1.667355945755844e-06}
{"commit": "2294f4800b979f97d67b144ad42d2a16e6870431", "message": "Update version number to 1.6.0dev\n\nIt's possibly I may still cut some 1.5.x releases, but I can change the\nversion number of those on an ad-hoc basis; master will mostly contain\ncode for the next 1.6.0 release.\n", "proba": 1.0619798729294416e-07}
{"commit": "d6065330396ee9f7ceeabdabfbf508db0ddd0ded", "message": "Add new tests using testNG in raven-log4j\n", "proba": 4.224043266276567e-07}
{"commit": "c694459d9e69dfa3be54fce3724a275592f3b836", "message": "Modif Profil Vue\nSigned-off-by: Nightmaster <9b57bda44e05cc33df3dc21e0240f89be55dccdf@seitaer.com>\n", "proba": 1.0250548143631022e-07}
{"commit": "265a9a01aea77e58f5d25c5f49dcb0dc94090db1", "message": "utils for images\n", "proba": 1.471620407755836e-07}
{"commit": "b7ee0ba43b95fa1462b241ac6e46d1eb853dfa3c", "message": "am 7da9d7aa: Merge \"apply force hiding of window only when it is main display\" into mnc-dev\n\n* commit '7da9d7aa52751434ee869ccd6a1e71d2a9b7f5cd':\n  apply force hiding of window only when it is main display\n", "proba": 1.375198621644813e-06}
{"commit": "944301e0828d07daec90f1e4351dc5e7276fa44c", "message": "Fixed digital audio output detection\n\nFixed bug in WiredAccessoryObserver preventing correct detection of\ndocks with digital audio connection (S/PDIF)\n\nChange-Id: I96eeebc53952625d75133ce0af68f4f219bce41d\n", "proba": 2.9780721888528205e-07}
{"commit": "1336a563684ff2226d4daf340ab5ef299e19870b", "message": "Fix EVDO SNR signal bar calculation\n\nBug: 2149249\nChange-Id: I27009b083fab7a8cae7d3b74046f50235458dde0\n", "proba": 9.28392239529785e-07}
{"commit": "251572f720a08bb25b1d72f7467d51dca4ae76ed", "message": "Ensure getFirstChild on SOAPBody works fine.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@258394 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.926942438032711e-06}
{"commit": "84dfa5c95865e5fb7614a2e4ab3de7e87f635edf", "message": "Ooops, forgot to add this one from ages ago, it seems.\n\n\n\n", "proba": 1.0438337483265059e-07}
{"commit": "f7e9e865ef7a65b1f08ea67093d3d5fc1c441139", "message": "Added offset variables annd changed all i and j variables to x and y", "proba": 2.1707900543788128e-07}
{"commit": "ad448ed2e081eee5c6ac559c276c049838e47935", "message": "initial commit\n", "proba": 2.7632697197077505e-07}
{"commit": "04a9a01bcbdf7fbec825ddc47a02575ae169e3ff", "message": "Provided NIO and old IO versions of the default protocol socket factory\n\ngit-svn-id: 1732f375c6335189b6ae1149d0b9e1071a8b4bd4@159952 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.194577283873514e-07}
{"commit": "4ebcb1fc0cafaf72391bf7168a92f93ade1beaed", "message": "New command.", "proba": 9.202533988172945e-07}
{"commit": "b2462b668ba2e1210b26833aed2a566f36d58270", "message": "bug fix - able to delete closed trips - fixed", "proba": 8.176548362825997e-07}
{"commit": "8a0412ce8e394de7e4a3de109530b88f51a672a3", "message": "Filesystem must accessed using privileged action\n", "proba": 1.5736021907741815e-07}
{"commit": "31fbd8ede9b519559612be14eb77aa401ba38f30", "message": "Add Exception class.", "proba": 1.543748879839768e-07}
{"commit": "3f69fad9e958f867ceaab9c370b97959e3337c50", "message": "am 840201d6: Merge \"Update VIBRATE_ON to a supported value when upgrading from GB.\" into ics-mr1\n\n* commit '840201d6e2d7d53e42a31ffeb2ef454982882d12':\n  Update VIBRATE_ON to a supported value when upgrading from GB.\n", "proba": 1.9907906789740082e-07}
{"commit": "9082556f0ad717db9c0f29e49bc7a87a46010ceb", "message": "Added TestSharedRandom#testSeed()", "proba": 1.3302744150678336e-07}
{"commit": "896ce951f21b893535e7f6948f2e1182eae2b305", "message": "change way of downloading xml files to fix SUNAT validations\n", "proba": 1.3672109844264924e-07}
{"commit": "aaadd074573fa3c771b1e695e913e6aeff3c49fb", "message": "Create HelloLib.java", "proba": 9.493861398368608e-06}
{"commit": "b9cc367166a34893d2f38b1426ef9066977f1c16", "message": "Application is started maximized.\n", "proba": 1.1908388586334695e-07}
{"commit": "d811f27f777d71da7ff226e72a68b09f30c39324", "message": "am 9ff6d4f8: Merge \"Keyguard sanity checks for when layout is not yet complete\" into jb-mr1-lockscreen-dev\n\n* commit '9ff6d4f8db8d3d7a6f22afa726685feb47694fbe':\n  Keyguard sanity checks for when layout is not yet complete\n", "proba": 3.7584294432235765e-07}
{"commit": "99beccf76634393230110ca3a82167f920c388b9", "message": "Add Jersey Response Test\n", "proba": 2.0591060945207573e-07}
{"commit": "0d89a222b0696b39c72a1289d948eb49d9543c14", "message": "Fixing test to also run correctly on a Monday\n", "proba": 1.511271960907834e-07}
{"commit": "adf8fd4f68826269bab8b6299a7ec25b69244c3d", "message": "Test URI Tools for various beans (not yet complete)\n\ngit-svn-id: e0a7080a86b4679b823146ccb1bf7147a527563d@12244 bf327186-88b3-11dd-a302-d386e5130c1c\n", "proba": 7.711558396295004e-07}
{"commit": "f219e45870a76e9550cba8bc97f5c7312e76b1e9", "message": "Added billing report REST method\n", "proba": 1.4704798445563938e-07}
{"commit": "24ae6a9cc32dd79bde8c8eb29b2b1f53562a98fe", "message": "KARAF-664 Support Wiki Syntax in bundle.info instead of Ansi characters\n\ngit-svn-id: 71d8a689455c5fbb0f077bc40adcfc391e14cb9d@1132631 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.709403131324507e-07}
{"commit": "5d320b37d7868d1fa2c16423df67e8060e1bf265", "message": "\u4fee\u6539\u4e13\u5bb6\u5bf9\u4f5c\u54c1\u8bc4\u5206\u7684\u7ec6\u8282", "proba": 1.388622195008793e-07}
{"commit": "c1c9ce23863dcce9a2b77c523bdaef3d63f3871a", "message": "Add JUnit test for Documentation class in rest modeling module.\n", "proba": 1.0495293878420853e-07}
{"commit": "4906376f58d617083034c5899d06a73b7c1cc114", "message": "Just a random fix.\n\nDon't re-lookup something - use the local holding the early lookup.\n\nChange-Id: I6d9fac89651c99a84060238c8a6f6a936b1167ea\n", "proba": 2.078757006529486e-06}
{"commit": "1c410b29e789b2a223d405001dfedce7f813f8b6", "message": "removed deprecated method\n", "proba": 4.7973999244277366e-06}
{"commit": "a362031a71546d8d590bdde25e3fc198f212617a", "message": "was making wrong callback.\n", "proba": 5.544013106373313e-07}
{"commit": "bf93ad2c0c0cfdf435ad6f7b91d28174b08d7502", "message": "Action bar\n", "proba": 3.9022935993671126e-07}
{"commit": "7671f55dfe0e4d368e15d0d3be4a566ea16f97f9", "message": "am 426ec7f3: am e7f47f50: Merge change 24921 into eclair\n\nMerge commit '426ec7f30679c813350c18bdae125fce5b1c7725'\n\n* commit '426ec7f30679c813350c18bdae125fce5b1c7725':\n  add system properties for experimenting with sync timeouts.\n", "proba": 1.1677435196588704e-07}
{"commit": "fbd7c6e661fc062b5829872c10645912258d506c", "message": "Committing the changes made to the enum description.", "proba": 1.277520169651325e-07}
{"commit": "5663cc50d277e9645e16d7680aec7e1732dbf8a0", "message": "first checkin of VariableSubstitutor class, a tidy version of the proper one on /trunk\n\ngit-svn-id: c3d1f7498fb08a2885afe49e111c402c6cd8f5f6@1064220 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.850860808706784e-07}
{"commit": "242719ba40b52ed8afb7afac77e469b2453668ec", "message": "change throw log.\n", "proba": 2.0074669748737506e-07}
{"commit": "0bd53a51d6135d37a47967821a01308a917cc064", "message": "KRACOEUS-5631\t\nGrants.gov: person months associated with cost share effort should not map to RR Budget forms when submit c/s flags are disabled\n", "proba": 1.0517597814896362e-07}
{"commit": "0e3a3d146409c12d9dbb04138837fb6232a7633e", "message": "test03() className\n", "proba": 3.53014693246223e-05}
{"commit": "5ebf1a09a5c535c5b0f024b0da07a75c34409a1b", "message": "BIRT-7:Test eines Test, ist auf ignore - sp\u00e4ter noch mal verscuehn ihn zu beenden.\n", "proba": 1.2006469773950812e-07}
{"commit": "4e8f0934f7994729902fdd783c6ee5a05eb50b0f", "message": "Add a skeleton for problem 284\n", "proba": 0.0005597965209744871}
{"commit": "15b8af3307df32181255cfcb584c573eb3325911", "message": "Skeleton for problem 452\n", "proba": 3.8096621324257285e-07}
{"commit": "0d2c5d862307bb35a4a606bc85855ecbbae867a8", "message": "New utility class for RSA stuff.\n", "proba": 1.1229244734067834e-07}
{"commit": "c71f084ff9e52e14258d1f75347426cc3ae4e195", "message": "am 7757656a: Changed logic to handle timeout pages.\n\nMerge commit '7757656a11ba7050274c337fd2dc2f18f9e7806f'\n\n* commit '7757656a11ba7050274c337fd2dc2f18f9e7806f':\n  Changed logic to handle timeout pages.\n", "proba": 1.4825091909642651e-07}
{"commit": "782e03d41ebc2b710957328426fe244c9ed8c59f", "message": "updated the test to use DatabaseHelper\n", "proba": 2.390279689734598e-07}
{"commit": "92cd49290f448f55d307b80c72d7389a43306de9", "message": "\"[bitstamp] add bitstamp errors with notes\"\n", "proba": 1.2141916272412345e-07}
{"commit": "503883554870d1981751f5c212f2da0e39c4adee", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "93aa08b3fff0973142870e4164eada5f2000046a", "message": "Update Silver.java\n\nremove duplicated block", "proba": 3.236503971493221e-07}
{"commit": "6a05e7eb7e1136a36ebba6a2f61b9b4d5dbf48ed", "message": "testing: fixed IngestResourceTest\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@6137 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: bfaccf32218ad73471781d29657b7345b8ab3537", "proba": 1.2109114777558716e-06}
{"commit": "a14c6130bff4bc1c0717417cf9cc145a33e858d6", "message": "binary search in a rotated sorted array\n", "proba": 8.584972874814412e-07}
{"commit": "196382152a2bce164f5d560a67d3793926510720", "message": "forgot to check in\n\n\ngit-svn-id: 574bb14f304dbe16c01253ed6697ea749724087f@8960 66ffb92e-73f9-0310-93c1-f5514f145a0a\n", "proba": 3.794820599978266e-07}
{"commit": "e6509b98a3bf9fe885e63f47dfc80441dfa53b3f", "message": "basic checks on data package display pages\n", "proba": 3.011176943346072e-07}
{"commit": "e725a9634b0cea150b29755ed94c53e621b4f273", "message": "am 4c59ca8b: Merge \"remove OTA packages from the old (pre-froyo) updater\" into froyo\n\nMerge commit '4c59ca8bdb02bf0ca0bb090ecb39d94e260ab2f0' into froyo-plus-aosp\n\n* commit '4c59ca8bdb02bf0ca0bb090ecb39d94e260ab2f0':\n  remove OTA packages from the old (pre-froyo) updater\n", "proba": 2.109537490468938e-05}
{"commit": "a0430a1860dc3ee56a09c540ebed4ef0af5ab423", "message": "Disable distracting status bar ticker text in car mode.\n\nBug: 2420702\n\nChange-Id: I17ade6355b60da5e77d17f3556c86a4aaf40d173\n", "proba": 5.6325611694774125e-06}
{"commit": "d3eb694795bc0da50f1b45dd216175fde0961e19", "message": "tests for action chaining\n\n\ngit-svn-id: 29aad96320b2a07b98332cd568fc1316025c072f@314 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d\n", "proba": 1.1285053460596828e-06}
{"commit": "8b01c423211161754f647c5770af033ca7797be3", "message": "Added the SetCollectorCommand.\n", "proba": 1.1653649778509134e-07}
{"commit": "648a6f223d8bae2ddc5d9037652c8a2c64892337", "message": "TxtWriter\n", "proba": 3.0732908271602355e-06}
{"commit": "13984022c7f3c2cf756701cbfc02d6050622f20e", "message": "New stats request object", "proba": 3.9433408005606907e-07}
{"commit": "16ffc2a52d295f9eb204b4f08db172944d7a3ea6", "message": "adding EventSinksFactory\n", "proba": 2.3864942022555624e-07}
{"commit": "429a42fb5c3c293c9345bf2f8de68c8905198adc", "message": "#160 Course Controller Unit Tests\n", "proba": 1.24316912319955e-07}
{"commit": "6a5c5232ff1c5ca02548d3ae8f77a94019f277c9", "message": "Revert \"*Database: Wrote javadocs for some methods\"\n\nThis reverts commit 3078e118d42684cf2cd9b0d46bf2b85c6b6799fb.\n", "proba": 1.1504838681730689e-07}
{"commit": "f398eceb69cd433cce35bd9dc8bb384299ef93c1", "message": "Class that calculates the coalescent constant given a tree(model).\n\ngit-svn-id: 67bc77c75b8364e4e9cdff0eb6560f5818674cd8@5859 ca793f91-a31e-0410-b540-2769d408b6a1\n", "proba": 0.9999994039535522}
{"commit": "2ff8f5a462400a9c91e5b3e56f276d819802d485", "message": "Improved Language\n", "proba": 1.3858879128747503e-06}
{"commit": "681b394631cda0ebfeee292cd245e6af02c43a76", "message": "Fix unused import", "proba": 1.0492467481526546e-06}
{"commit": "7505dc94ac63c8c005ddb27ead5c7f010993f121", "message": "replaced overlay save button with an overlay save action.  That makes it ui independent. \n\ngit-svn-id: 8ebed0c25533aaea68ca43268d4d516467f97e6a@15874 6e01202a-0783-4428-890a-84243c50cc2b\n", "proba": 5.062276159151224e-06}
{"commit": "84005131f3289ba7b2fcae1825028653150e85c8", "message": "CourseSectionFragment in University Class Schedule now extends ByuRecyclerViewFragment.\n", "proba": 9.955734014965856e-08}
{"commit": "c7cd2f7be525b4d69cfef8cdf248bf51d404332d", "message": "tool to flexibility extract N and S counts from trees annotated with their complete history\n", "proba": 1.197445129719199e-07}
{"commit": "ae3236b2ce92a56c26faf27f9302b943e9e3a591", "message": "add NativeMethodTest.java\n", "proba": 6.357430493153515e-07}
{"commit": "69cf650d6853d9abc92066f0d6e326ac17812dd7", "message": "Add search dataset to provider\n", "proba": 4.016444279386633e-07}
{"commit": "1d879ea1de578a6de01e56545d5e8ebdaac77a44", "message": "JoglApplication: Tell LifecycleListener to pause and dispose at window close and exit.\n\nFixes return to demo list using JoglTestStarter.\n\nSigned-off-by: Xerxes R\u00e5nby <21227022eb273d222324dbfd1d385447335f70be@zafena.se>\n", "proba": 1.1019258039368651e-07}
{"commit": "b8d1c276491bef91da49652096b2c6f06719e2ec", "message": "Add utils for communication with small msg and data in memory (I243).\n", "proba": 1.1303531266548816e-07}
{"commit": "1dda4f32fb8ef905ba9f3e9d0de83717799af035", "message": "Saws cut rope.\n", "proba": 1.4336353615362896e-07}
{"commit": "d896841f9917777820c3bdaaba8ee0365053e25d", "message": "IterableCompat development\n", "proba": 2.457037453496014e-07}
{"commit": "9668c8af84d411c696abed8593473799228246ce", "message": "Created OpenGL buffer factory\n\nThe OpenGL buffer factory should be used for creating all OpenGL\nbuffers.  As it stands right now, there is no method to writing or\nreading data to or from an OpenGL buffer.  That functionality will be\ncoming soon.\n", "proba": 1.846325261567472e-07}
{"commit": "3928cba10f0d5f6dc9b97d72842d2deae7fa2677", "message": "Add statement to problem 26\n", "proba": 0.0010897844331339002}
{"commit": "2e59fceb1a4f34232d10f4752e121311f4b518bd", "message": "Moved in from ormlite-jdbc", "proba": 1.4347857302254852e-07}
{"commit": "16b3b44b9295587dd696b92626f9272142c89ea7", "message": "STARS#26728\n\nUserClient finished.\n", "proba": 1.0869027988746893e-07}
{"commit": "b5394cf084c6f54a1bb62513c10d1effc7d3c0cb", "message": "add digest auth filter\n", "proba": 5.511833478522021e-07}
{"commit": "2dc2ee9fe8cfd9e0dc751c548a3efcf90dd05827", "message": "[*] Create reports even faster.. opens report link and adds the link to the clipboard\n", "proba": 1.683078068026589e-07}
{"commit": "bcd7d3d9983ef3ea4e058e4b79b054865a57104a", "message": "Remove\u3000unnecessary code", "proba": 0.0013413974083960056}
{"commit": "e68abd4f67ae02ef795cfba315640d638db470dd", "message": "Java comments added.\nDo not deregister the mysql driver because it's registered at the container so deregistering it makes it unavailable for all future deploys of the app\nTry to clean up when the servlet is redeployed\n", "proba": 5.064682113697927e-07}
{"commit": "c26baaed5cd42abc3a587c8c2c60bee39f755757", "message": "Fixed bracing of ParameterFetcher to match the rest of the code base.\n\n\n\ngit-svn-id: 3f2e04d30bd9db331bbfc569b45e7de8c0d84ef0@672461 a5cc9254-8de9-e8be-c026-97bcafcbeca4\n", "proba": 4.662388164433651e-06}
{"commit": "ab42aeb7fb20e06b7c3eceece48c4fc193bcff69", "message": "Added method showing OS default file chooser\n\nThis allows user to click and locate ffmpeg\n", "proba": 1.3804266529859888e-07}
{"commit": "d4678e08917ac76583689384e8a3321a04c310f6", "message": "Remove stray field\n", "proba": 6.343888117044116e-07}
{"commit": "edd3f26a49d1f8bf295e61c1360e5b44298929b5", "message": "Added basic trsts to PresenterFragmentDelegate\n", "proba": 1.309775399249702e-07}
{"commit": "ea0ea219432095ce2d8a9389e0b8e756f06a24ac", "message": "Helper class to test broadcasts\n", "proba": 2.1360469304454455e-07}
{"commit": "9059c3434efd9b67fe508a468f85c01f64f9aa7c", "message": "Fixes #504 (\u0412\u0430\u043b\u0438\u0434\u0430\u0442\u043e\u0440\u044b \u0432 Field Group)\n", "proba": 1.0402740002746214e-07}
{"commit": "35cbdead4fdea0162a375c5820d34f8f9346c178", "message": "removing @Override annotation\n\ngit-svn-id: d6acb143e251c037dab5ea34394f8439daf45588@916623 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.4153908978187246e-06}
{"commit": "79953fb176a97a37db4359336098f9a344eea0bf", "message": "FreQUery\n", "proba": 1.5955013168422738e-06}
{"commit": "454a79f00fc0c271160b73766bd69423ef1c4e04", "message": "Create middleWay.java", "proba": 2.5025061404448934e-05}
{"commit": "d85ab392e733f8139462438062385ab69d0bda6f", "message": "Adding solution to 'Java If-Else' challenge\n", "proba": 1.3556309568230063e-05}
{"commit": "7c5e889423470e581ddcaab80a1fa7d231e2f228", "message": "test(InventarioTest): resumir dois testes em uma funcao.\n", "proba": 1.3571889212471433e-06}
{"commit": "33e4172516f8f3d0edffdcf77111766ebf3b464e", "message": "Add InventoryCombined\n", "proba": 3.055861270695459e-07}
{"commit": "4fea926b5e6657fdb880c565ec12d970d0fee80e", "message": "Less chatty output.\n", "proba": 1.0922943829427822e-06}
{"commit": "287cf9ef58229600a0ed98548dd687103746c406", "message": "New test from the forums showing how to create and update a sound channel with real time generated data.\n\ngit-svn-id: 5afc437a751a4ff2ced778146f5faadda0b504ab@3876 75d07b2b-3a1a-0410-a2c5-0572b91ccdca\n", "proba": 5.02091893395118e-07}
{"commit": "b2d093d3305cbdd2f47249826d5308063d943739", "message": "PDI-3412:Add Syslog message sender\n\ngit-svn-id: 51b39fcfd0d3a6ea7caa15377cad4af13b9d2664@12371 5fb7f6ec-07c1-534a-b4ca-9155e429e800\n", "proba": 8.158742161867849e-07}
{"commit": "88a77d233d43c22f330d931cd869c1cfced409f1", "message": "Opening inventory now shows first item as selected", "proba": 1.1701023794330467e-07}
{"commit": "cc0732567c6f636fc31705295611b2adfa5a1404", "message": "First source\n\n", "proba": 3.381027227078448e-07}
{"commit": "f51f7be54bfebfa874054a1d2ebaaf62df81d0c2", "message": "Convert noisy NSStack debug message to trace, which in our log4j config will still\ngo to debug, but other loggers can deal with as they see fit.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@246678 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.386087312013842e-06}
{"commit": "5e0a55918e239d8740e432a56e53b75808181283", "message": "PRFL-684 add new package\n\ngit-svn-id: 30a950ac960002fda4f107a8e0f4b5b25bfa9e10@100119 66ffb92e-73f9-0310-93c1-f5514f145a0a\n", "proba": 4.6283639676403254e-07}
{"commit": "b3a6d888a456066dced302aafe827d9da67b0015", "message": "1) Fixed a bug in property change propogation.\n\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@201286 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.124107479379745e-07}
{"commit": "66c481268dd9651973d21be3d6a1313b9e4f1023", "message": "Update JulianCalendar.java", "proba": 1.8488181012799032e-06}
{"commit": "ca971a2504b819b01d5fee806e614fe6b4f0310d", "message": "fix LLVMConstGEP binding\n", "proba": 9.777456398296636e-06}
{"commit": "9c835f79c7b5e8711e5673c274a5bdfbf1868eaf", "message": "Delete ForgotPasswordActivity.java", "proba": 9.529060776003462e-07}
{"commit": "c9e9e194a4f7d74359ecd00080f40df6cd1a7f33", "message": "Added missing files\n", "proba": 3.867615419039794e-07}
{"commit": "4cc09b29082bb2f3f0ef7f3bc1e2f3add20b67d4", "message": "Add a test for issue 80: test milliseconds in timestamp\n", "proba": 0.9971342086791992}
{"commit": "6933fbadadd75db400df23116ed8a8a47837a5da", "message": "Fun\u00e7\u00e3o de translate do i18n do bloco", "proba": 4.540626468951814e-05}
{"commit": "f3f82c26d7c8b23b61d4652b9e5e731cc33c35fc", "message": "Remove test class\n", "proba": 1.8840677284970297e-06}
{"commit": "890177826a9673e4f5d3885d7386d2a8f60e718c", "message": "Update Recruitment.java", "proba": 9.747224112288677e-07}
{"commit": "b7eb76628459bb4f183fa9c4cce6b0114d1ea7ac", "message": "Improve Multipart\n", "proba": 4.957418582307582e-07}
{"commit": "7607156a239bf61753958db338383e6be8e6da9e", "message": "Middleware doesn't return anything from now on\n", "proba": 2.6449558276908647e-07}
{"commit": "cafa6e3e0e259a665a88bf3628f113256147fa76", "message": "Provide a better JavaDoc for Yaml.dumpAs()\n", "proba": 4.6189375098038e-06}
{"commit": "07c27767e54f77ff2c344af140b688f8b4c8bc3f", "message": "ConnectionDialog\nPurpose is to replace DbConnectionDialog using more improved behavior and DatabaseAlias as a result.\n\ngit-svn-id: 1f5e550eb8bb531d45c5c6075b0599b1839a23c2@229 3dd849cd-670e-4645-a7cd-dd197c8d0e81\n", "proba": 0.00012045456242049113}
{"commit": "4b33195383fff90f68c0e8ae3e9a33a420595268", "message": "Better printing\n", "proba": 4.5773612100674654e-07}
{"commit": "576820aa0e8f1e8671709db80f2c72938ccb8508", "message": "Bug 260\n\nHad left some calls to Simulation.getController() in SimulationGraphic.  Should not have affected any other functionality.\n", "proba": 1.07482819089455e-07}
{"commit": "618654cb565c0ea66e3af5d65db922c606c1d25b", "message": "cleanup\n", "proba": 3.1109298106457572e-06}
{"commit": "885f3299166fbbacf081acd1e21a097bb1c28769", "message": "test: added CopySourceServiceTest\n", "proba": 4.2084062101821473e-07}
{"commit": "0b5a5cb8b6a0cb69a73615b60084ac5dc69e0c76", "message": "Added distinguish between place types.\n", "proba": 1.7342804881081975e-07}
{"commit": "6e594b8369237cbb871e07ede581b223c2015695", "message": "Add logic to hide ActionBar if users select some place not within the ActionCircle when ActionBar was in the screen\n", "proba": 4.644538478260074e-07}
{"commit": "f18bd8b6049972139a8fc916a8cf59127161a60a", "message": "add test for gfi type\n", "proba": 1.9584427946028882e-07}
{"commit": "f22ba6aa32a98a6c6ce82124af41ccb71335ab50", "message": "fixed prefix to read \"DMQL.Standard.\" to create the proper DMQL.Standard.DateTime.Minimum.Value key for properties retrieval\n", "proba": 3.8586884329561144e-05}
{"commit": "8c4e61b5dd6c29c005c8ebce16cf0d9014f6a144", "message": "Refactor the implementation of the CSBTClusterVerifier\n", "proba": 8.930274634622037e-05}
{"commit": "267b69c2c3c02394d9de938cc74f08de4022d917", "message": "lab7 nested loops\n", "proba": 1.6715513595499942e-07}
{"commit": "da1c755fcca979d3ef1b060b25771ceb2fef28da", "message": "set the proper parameter type for static method refs #2999\n", "proba": 4.1915714632523304e-07}
{"commit": "0925a7807d8b55fd2f90382d56b5d9c14883568d", "message": "return Members, not OpenValues\n", "proba": 0.021001962944865227}
{"commit": "98cd11ddbe1bdfcc0e284754a9c50c17999dc087", "message": "\uc0ad\uc81c\uc2dc \ubb38\uc11c\uac00 \uc5c6\ub2e4\uba74 -1\ub85c \ub9ac\ud134\ud574\uc57c \ud558\ub098 0\uc73c\ub85c \ub9ac\ud134\ud574 \ubb34\uc870\uac74 \uccab\ubc88\uc9f8 \ubb38\uc11c\uac00 \uc0ad\uc81c\ub418\ub294 \ubc84\uadf8\uc218\uc815.\n", "proba": 1.8717788918820588e-07}
{"commit": "6be34b375fb6c75da84f437b80d243c70f3e452a", "message": "Add BenchmarkVariableWidthBlock\n", "proba": 1.0011916629082407e-06}
{"commit": "cadde85e9b5f7da7891032379cefcc8226578033", "message": "Added Generator testing", "proba": 1.5761554550408619e-07}
{"commit": "31f16a7b2ad99ce466adfbafd70cb1261f50be5e", "message": "Coverage Test Casta\n\n", "proba": 5.973540737613803e-07}
{"commit": "f5b14dbd2569fc7dd3078e8de3a8345419d02ce9", "message": "add \u5bf9\u7c7b\u578b\u53d8\u91cf\u6570\u7ec4\u7684\u5904\u7406\n", "proba": 1.8212407667306252e-05}
{"commit": "f78d086ae90671806fe39448f8428668a9e7db13", "message": "unit tests for ParamExpectation.OfBoolean .\n", "proba": 1.2747113942168653e-07}
{"commit": "2a0eed20b5828877b2db24bf49468e10c3f1b36b", "message": "am 442612a2: am f4ae6aab: Allow CDMA on LTE devices to get data connections even if otasp is needed.\n\n* commit '442612a273981a1b21fdb2e9c19a887ab710224d':\n  Allow CDMA on LTE devices to get data connections even if otasp is needed.\n", "proba": 1.8102100796113518e-07}
{"commit": "984823f543b58ff3c064a203762530f972870d64", "message": "am 7f9582ce: am 48603a39: Fix tests on jenkins\n\n* commit '7f9582ce616a81b70794d7942b39f8442f5ef9d5':\n  Fix tests on jenkins\n", "proba": 4.5163085360400146e-07}
{"commit": "b45a06f075f591e30c44f146ea8203e5de5ab363", "message": "TypeDeclaration: fix for #3316: if we don't find better than an abstraction method, keep looking up\n", "proba": 1.6532688107417925e-07}
{"commit": "a7e51c1990c1883f6c0eba6e94f0e1e5cb202873", "message": "skip optionals for jackson to json serialization\n", "proba": 2.402121594968776e-07}
{"commit": "571a712e36326be2a60ffbe218e516548f3efb2d", "message": "Quick fix: sending MQ messages failed because connection was closed\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@6922 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 204d476a7a303e0d42c0e619e2b79859e7e04771", "proba": 7.327773801080184e-06}
{"commit": "cb88a1f063bc5cf65bbc3f3a72c9a4369e9da533", "message": "Added HCE Push Intent\n", "proba": 1.4184783481141494e-07}
{"commit": "6c464fbc4ce3b769c6c265b60aefb8fb8e5aad09", "message": "initial KeywordsAlertsAdapter\n", "proba": 2.2627152418408514e-07}
{"commit": "6251af3e9867b0175ac1a32cca2c9cff8fdc4a34", "message": "missing test file\n", "proba": 2.195759861933766e-06}
{"commit": "024b2639b4bb0b1a45302f010334b5669e6b268b", "message": "fix runtime error in  GroupsFragment\n", "proba": 3.722675046446966e-06}
{"commit": "f42ff5b3c0ab6b6954b52eef26e3b871594246c8", "message": "jira #DTRA-431: \n * logged the http response with the code.\n\ngit-svn-id: 85c88240758832ecdac9e9f2f6d4112daa3a57f7@27219 cadd33a7-e05c-44d0-9ff7-823b10d47c77\n", "proba": 1.017909880829393e-06}
{"commit": "3ea822e25b807831c8c01999eb1e79c551857cad", "message": "Fix for #404: Don't use underlying type if we don't want primitives\n", "proba": 1.8638112919688865e-07}
{"commit": "3b62d570c68d34b5901bf5dd45b8dc2c5c40d166", "message": "[ANDROSDK-617] Add PeriodSamples\n", "proba": 1.239104534533908e-07}
{"commit": "ad664e54ccb259d887b87ea6b55fbcde2f461a05", "message": "Create KeyStoreFactoryTest.java", "proba": 1.3105728839946096e-06}
{"commit": "7510ec5e717282da886d8c52db4d36b8b1347098", "message": "[1175][cygnus-common][CygnusApplication.java] Fix MDC\n", "proba": 0.9999428987503052}
{"commit": "21d3ec00291f938df411e63765b1c62da03e4846", "message": "Add german\n", "proba": 0.9999990463256836}
{"commit": "ba4b857a30fb14e341464689865944e9b1c1c2d4", "message": "add the message driven bean for a bill\n", "proba": 4.9934888011193834e-06}
{"commit": "830db9fd767445d7639a1a9d7528beac60b1694d", "message": "binary search/min heap\n", "proba": 1.2222280929563567e-06}
{"commit": "d6df5e1f84bcf129b7d9a59f7c87cb38e3f9c5cd", "message": "Logger implementation to prevent forgery.\nSee CWE-117 for more details\n", "proba": 1.0494753155398939e-07}
{"commit": "3c153d46e55070869dd5e2b0b787cfcdfa873eb0", "message": "Implement #16: Map Directions\n", "proba": 5.434889658317843e-07}
{"commit": "7ac26892397770a4a299e74f9bef30d5c49bf9ba", "message": "Fix regression from \"PIP: Fix NPE when onboarding is shown\"\n\nRemoved the second \"continue\" to allow isFirstValidTask to be set to\nfalse.\nThis is a follow-up fix from commit 91c5066c0036b5322f53c35fcc48bbad75ef4305.\n\nBug: 28754669\nChange-Id: Ic852afaa78fc79bcd85b04e888975cd3bfc72094\n", "proba": 2.5087476842600154e-06}
{"commit": "aa772f862ef5ba75cc1ea55596cd7ba1de883fee", "message": "print statements removed from TntDamage flag\n", "proba": 2.2064179461267486e-07}
{"commit": "dc8015ba419daa7dfe6c6f47b2c686d72ceee696", "message": "Trie insert/del/search\n", "proba": 1.8933154422029475e-07}
{"commit": "a00674f9a481a9833ef51c28bb8f69f9c4e967a6", "message": "adding code for simple singleton\n", "proba": 3.604450739658205e-06}
{"commit": "843d6aa3663a01f227de6dd1e5ff5397c8b20196", "message": "Working on APL bug of missing update of current active network\n", "proba": 1.8787643796258635e-07}
{"commit": "2b35a878e4e56dc144e2a8ad6c59fc5997d7b17b", "message": "Add license and props.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@649785 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.7398391466704197e-06}
{"commit": "fe2b73690ad7bcc5e6970f18c949365225a013d3", "message": "I've moved thresholded and interval values to use the non-normalized titres.  I checked this and MDS precision is good for both.  Andrew, feel free to revert this if you don't like this strategy.", "proba": 1.0394330729468493e-07}
{"commit": "85c4968ecbb51869f6d7a561f606b2c52bede180", "message": "Have name of likelihood or tree in info message when there are several of those.", "proba": 1.0156548313489111e-07}
{"commit": "941c3c83e1ebc45a7d8f41864bd5df71d4b469d3", "message": "are you sure\n", "proba": 2.9380805699474877e-06}
{"commit": "89e9447d4876c57dd3a19226a3f7c81d27fd0521", "message": "Added potion class", "proba": 1.858918921016084e-07}
{"commit": "9f3164fa8290826b488cbbdceba85f28590d6d90", "message": "[mysql] treat \"access denied\" during connect as NoDatabaseError\n", "proba": 0.9980471134185791}
{"commit": "75a3c4f4e7c74a9d490cfebef854dba440eac245", "message": "Added pubsub module. JM-613\n\ngit-svn-id: 4206c2c2bb40b5782672a0d03c2c381094954de9@3651 b35dd754-fafc-0310-a699-88a17e54d16e\n", "proba": 1.2419301356203505e-06}
{"commit": "a4d09f41665b6deee0e9e6d0b65eedf5a1437f18", "message": "Generate a backup seed/master on wallet creation\n\nIs this correct? It errors out if this isn't done,\nbecause wallet creation needs a backupPublicKey.\n", "proba": 0.9999507665634155}
{"commit": "d1dc0e4e133c5ed757756e6f62bda548e62dd551", "message": "multi map\n", "proba": 6.896654554111592e-07}
{"commit": "f90d77624f0a0d32d5802a4b9d61c8556aeff3b5", "message": "mount success!", "proba": 2.674776453659433e-07}
{"commit": "e2746b9be16a92a9b9b100fe7d8dfa21f6fb9d7f", "message": "added Avp class\n", "proba": 2.5564355610185885e-07}
{"commit": "83fa776dabf9df6a8cf0b037dcd6521d7af3849b", "message": "Moving genres\n", "proba": 8.778189339864184e-07}
{"commit": "202bd1bf229fbd0842a965c3e0bda41a55bfb873", "message": "Add StartZone\n", "proba": 5.753635150540504e-07}
{"commit": "d34cd62d4427d4756cafc6a33dd36b4d83813324", "message": "Fix bugs : export excel for aeinspection_anl with datetime field query\ncondition.", "proba": 1.0460858845817711e-07}
{"commit": "fdc8ac6ab2816c498f20c99ef8e844063f67fe86", "message": "SNAP-396: Updated system load metrics\n", "proba": 1.2456661124815582e-07}
{"commit": "defe702d63f95873f2df66a286e7297c90c23198", "message": "initial checkin\n", "proba": 2.800410925374308e-07}
{"commit": "14759a6cd23351e72d8fbadc14b089cfdd1b541c", "message": "Pair now can implements equality to any Map.Entry", "proba": 1.568325700418427e-07}
{"commit": "b845fb6d3b9d159850f029c1e9da2b4925829966", "message": "\u27f4BuildInformation.", "proba": 3.81486842115919e-07}
{"commit": "33c58b82e725c0845653fc08638166566b2e0aed", "message": "KRACOEUS-6361, KRACOEUS-6389 : Missing file.\n", "proba": 1.2300669993692281e-07}
{"commit": "3814e4eed118239570ea0d2749dca4aabdd4e4c4", "message": "Assinatura e catch.\n", "proba": 1.6856530749009835e-07}
{"commit": "5bd453bc1d2b9779af5ea5f4bc05b1332c973529", "message": "\u76f4\u63a5\u663e\u793a\u6d88\u606f\u5185\u5bb9", "proba": 2.521991575576976e-07}
{"commit": "85985a670c7ed4e734fb868b78522a1ce3b4a4c9", "message": "Add RecommendationDetailed class to record detailed info of recommendation\n", "proba": 1.1935289023767837e-07}
{"commit": "45fae0917b63275438dbb8eb3df072dfcbfe5b9e", "message": "KRACOEUS-3173: add method isRateTypeChanged; ask for confirmation if rate type changed and user clicks \"generate all periods\"; fix: changes to the rate type didn't propagate to other panels if a validation error occurred before saving\n", "proba": 1.555107616013629e-07}
{"commit": "7d4d53cf65818027557a6a04680fedb1fb7d57e8", "message": "VTK-2820 - Removed title error message.\n", "proba": 1.0529279848014994e-07}
{"commit": "2a1ff3ce70132759c8e63a0460342857c44f8930", "message": "Formatting\n\n", "proba": 5.685269206878729e-05}
{"commit": "d0730c83c7feaca108cfb6fe48fa6f52674507b1", "message": "am 3d9eb022: am 7f1343ee: Merge \"Make Network.openConnection() share HttpHandlers not OkHttpClients.\" into lmp-dev\n\n* commit '3d9eb022aea3d491212835443d4fbac80466b7f7':\n  Make Network.openConnection() share HttpHandlers not OkHttpClients.\n", "proba": 5.56937493456644e-07}
{"commit": "5becf411fb96c5d7841384fbcb276a46ad899939", "message": "am 0a3cb2ce: am b2bd63f0: Merge \"Fix doc typos in Vibrator.java\" into klp-docs\n\n* commit '0a3cb2ce1b2472b7e4ca6739eaeaa50975abf6ab':\n  Fix doc typos in Vibrator.java\n", "proba": 8.581330348533811e-07}
{"commit": "8988b452929a6453b6af2b08fca504cfa1de21ad", "message": "Re-implement .addalt", "proba": 2.5268741410400253e-06}
{"commit": "30fcd8280c2e1878457c5ba4761b5fa592f4de47", "message": "Adding missing test code\n", "proba": 1.3058508557151072e-05}
{"commit": "fb680fe9e6eb16c0309afefd236d7c55afd5d03f", "message": "Pass through namespaces in SesameRDFParser", "proba": 3.950386826545582e-07}
{"commit": "1eb10452439fe4f608da0de19563bb391855cc56", "message": "Made a small change that will allow TypeConverters to convert a single field into an Array of Collection and still have it bound correctly to the ActionBean.   Previously if the property was an array or collection it would always try to wrap the converted value(s) into an array of collection.\n\n\ngit-svn-id: cf2b8e13e5fd585456580429c3991d4364a2cb88@219 d471f07e-d8fc-0310-a67b-dd4c8ff0e7cd\n", "proba": 8.705104846740142e-06}
{"commit": "6bc3961ce84cb055964e71035ad34aaa9b17b448", "message": "squash npe", "proba": 6.699562618450727e-06}
{"commit": "48d473a545f6d71a4a7428edcbfef2c4cdca950d", "message": "adding admin-dm web module\n\ngit-svn-id: 8e38db1cf16c4a277275c2a31413431bbf4974e4@1120 d46e4f78-7810-0410-b419-9f95c2a9a517\n", "proba": 4.474897252748633e-07}
{"commit": "d39461c7391386859f75536b9b7d03fe179705c2", "message": "Mock entity manager.\n\ngit-svn-id: 959c5dc4f35e0484f067e28fe24ef05c41faf244@735269 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00015692472516093403}
{"commit": "939a94e629f47ddff6921c37c1782e7c86eed7d2", "message": "removed lefotver reference to grsSources in propOrder that was preventing applicationContext creation\n", "proba": 1.2737586985167582e-07}
{"commit": "3a128fc9857e0dc2fa4dd3d8a9a1527806a0a2da", "message": "Create upload.java", "proba": 6.17465730101685e-07}
{"commit": "4271485e8c1dfdc6d9c2c6b8ddc27875f891589a", "message": "fix: make sure spacing between Place cards in a grid is even\n\n- I half the left and right margins depending on the items position\n- It's a bit ugly but it works, will optimize if needed\n", "proba": 7.29802479781938e-07}
{"commit": "5ec46e726791cdb1857f9c09160998a7723fa52f", "message": "am e0e10b41: am a64f899f: am 4d3161f3: Merge \"Always show appropriate mobile service label.\" into ics-mr1\n\n* commit 'e0e10b41c465a74749dcd1d05d8f4b688fcfdc3c':\n  Always show appropriate mobile service label.\n", "proba": 1.4974767509556841e-05}
{"commit": "2c83180e70155a9c56796bc01ff345e35dc94ff8", "message": "Kill spurious animations when vetoing notifications.\n\nBug: 3406032\nChange-Id: I6da6ee064d309bc44f6304722c5f3f4e05aaf687\n", "proba": 8.365406074517523e-07}
{"commit": "6d3aaace38af69079554394dbba862d0a453dfc2", "message": "Fixed refactoring-related bug in getParents call of hierarchy\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@11021 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: cf06644744c4fe1a7e416c404e59965d0f5c9419", "proba": 1.8065279618895147e-06}
{"commit": "98ef6ba7c28817818b95da8a1d199205bb83a502", "message": "Begin BindingActivity.\n", "proba": 1.5246959605974553e-07}
{"commit": "d8f4638be33af1f697c92c4aec9bec17b631cac2", "message": "Create OUT_RECORD.java", "proba": 2.0680697616626276e-06}
{"commit": "9fa2a1a190238c38f3b199c9985cedd444e98cd4", "message": "Ensure string ends with CRLF rather than just LF as that way it'll match all the other line endings.\n\n", "proba": 1.298274554528689e-07}
{"commit": "09bc0178dbb3f945f70314c387fc382b8a4c3c27", "message": "BlackOps are now implemented correctly\n", "proba": 1.2707714347470755e-07}
{"commit": "022152e294bddba12094d4fa4836c329d4472345", "message": "get rid of those annoying \"bad envelope\" errors\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@253711 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.423269158200128e-06}
{"commit": "4a7d3d57b02036f93e99569a07c70fdd9b90cbf3", "message": "first version of range based xmitter (task cancellation is not yet implemented)\n", "proba": 1.0135531880450799e-07}
{"commit": "cbd747b98768b4259bf92eca31592d08a3cf1300", "message": "Adding some code to read Windows ProductPolicy data from the registry.\n", "proba": 1.1123172072302623e-07}
{"commit": "f40cbcc2475304e62e41ac742cc13c154d43cafb", "message": "Added fromValue()\n", "proba": 1.5443467304976366e-07}
{"commit": "8814a54ed65e04392c81ba68fa2a81bdae3613b3", "message": "add stub abstract test suite for PoddSchemaManager", "proba": 1.8428879400289588e-07}
{"commit": "d9f6ab6ee29ce1e0c3a8531e5934e6f9859b43c9", "message": "\n\nSVN-Revision: 1285\n", "proba": 1.4147819626941782e-07}
{"commit": "f7f95444872acb825c861e5206180e1566e3c8ad", "message": "Reduced chat retrieval to 3 days, down from a week.", "proba": 1.1620112161381257e-07}
{"commit": "b22b27a86a5f116a7e12bb48541f0ecc65f1b0db", "message": "BOJ #6593: \uc0c1\ubc94 \ube4c\ub529\n", "proba": 2.1961901097711234e-07}
{"commit": "9d87a3654583c4e63c7feb485deab69f62dacc92", "message": "FORGE-966: Created test to assert that issue is fixed", "proba": 1.241471352386725e-07}
{"commit": "3d58626c070c9d7226c6e10c9c47977cac09ed2d", "message": "am df30167d: am 0d299f94: am dfa4af2d: Merge \"remove obsolete notification visibility log\" into mnc-dev\n\n* commit 'df30167d1d7cd800c443267b89733a62b15c02c1':\n  remove obsolete notification visibility log\n", "proba": 5.992312708258396e-07}
{"commit": "8aa2878c26bceeb476e142b42ee2f9dba6f03312", "message": "redirect to Dianne UI from /dianne alias", "proba": 2.5755130650395586e-07}
{"commit": "89ad70c0130a96bb66ea397b889856f3de32e8c1", "message": "Simplified statements, removed some unused constants\n", "proba": 7.829547143956006e-07}
{"commit": "7e66231b9d8eb787907e4e5ebfdfc66fcc7f2fcb", "message": "Changes to mention\n", "proba": 1.327182559407447e-07}
{"commit": "c4292c4908269c37d75dc0d5a65e5d976b382d8c", "message": "Add generating a unique id per installation if androidId can't be fetched\n", "proba": 5.549990760300716e-07}
{"commit": "52f7af45a481a9c28b556a90a8265729db605895", "message": "Disable the load balancer listener update test\n\nDisable the test that updates a load balancer listener until bug\nNUC-8954 is fixed.\n", "proba": 1.0460519916932753e-07}
{"commit": "16d2b4e8372d76110cc0a90d4b3328eb11a8165f", "message": "Added OperatorTest\n", "proba": 1.8765170750612015e-07}
{"commit": "5b4480c35f4ca8d627f64e5c931c79338496efdd", "message": "add loginFragment\n", "proba": 4.075389199442725e-07}
{"commit": "3d681806ab1ef0276bf71b2ac235738e13011a6d", "message": "Add missing test case.\n", "proba": 1.5324263586080633e-05}
{"commit": "06e4a5c6ed920b624195fb8c2c14c3b0515ea054", "message": "SDC-12741. Update label for HDInsight in Cluster configuration\n\nChange-Id: I87ee25fd4630890d83345a5d7ab286654cc2de0c\nReviewed-on: https://review.streamsets.net/c/datacollector/+/27100\nTested-by: StreamSets CI <809627f37325a679986bd660c7713476a56d59cd@streamsets.com>\nReviewed-by: Madhukar Devaraju <d22477479bbf55ba62bd822f4112c80f292c7805@streamsets.com>\n", "proba": 1.5729000324427034e-07}
{"commit": "735ec4fc8f8857063fc8093b6e7eb256f1f74906", "message": "Do not attempt to show the paste popup if the view is detached.\n\nBUG=581949\n\nReview URL: https://codereview.chromium.org/1648783003\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#372188}\n", "proba": 3.146905100948061e-07}
{"commit": "ada7de1802f95a6058d577375a9c6766405dd00d", "message": "add support to WorkQueueRepository to push vertices by id onto the queue\n", "proba": 2.333079294203344e-07}
{"commit": "8d4f002e3f44fb1dfe025221b209e3149dac179d", "message": "cleanup\n", "proba": 3.1109298106457572e-06}
{"commit": "ee29005d9fe24eb09ccc069824d46059c0b5e810", "message": "[ANDROSDK-28] Add DataApprovalQuery\n", "proba": 1.275776781994864e-07}
{"commit": "03b46abaa252609115cc0648c5469424f3fd612d", "message": "Add OwlComponentController\n", "proba": 8.713299735063629e-07}
{"commit": "94194cd27900bfa59be9afd631990b3792ce9385", "message": "\u53ef\u679a\u4e3e\u7684beanFactory", "proba": 3.5879469351129956e-07}
{"commit": "aac3e2b77bd447df2a8b47a445e0b917a0fbbf60", "message": "METAMODEL-1151: Added DataContextFactory for CouchDB", "proba": 1.2480799682634824e-07}
{"commit": "b7c74b61c582c606c7a6797bbcdac37cbd0b5ca3", "message": "KCINFR-897 removing dead code, & bad dependencies\n", "proba": 1.315192577067137e-07}
{"commit": "b677aaccaefda6764557877fdc9c7b4b2f9dd0f1", "message": "KRACOEUS-6114: \nFor submitted disclosures, added check to allow researchers to only see their own disclosures and COI Admins to have unrestricted access.  This affects the Submitted Disclosures link on the Unit and Central Admin tabs.\n", "proba": 9.373155052116999e-08}
{"commit": "3582ab4fa60ca61898540d224d5e93e0a9269456", "message": "KCIRB-54\n\nAdded formatter\n", "proba": 1.2866807708178385e-07}
{"commit": "835b24461503788ab0306aea73c4f6587306618e", "message": "Adding named jdbc template", "proba": 5.680608410330024e-07}
{"commit": "cb278c84ab12c0e85bb4f85e368166d8ab755222", "message": "Improve TestNonBlockingCoordinator:\n- Format code for better readbility.\n- In testCoord1() change how equality is tested. Read expected value from 0th member, instead of (i-1)th. They all should be the same.\n- Remove unneeded main() method.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1177060 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.4690204807266127e-05}
{"commit": "134ee2dbba1de867e7d9f62f00399ea0629c2ae4", "message": "Minor improvements in ByteBufOutputStream\n\nMotivation:\nIn the `ByteBufOutputStream` we can use an appropriate methods of `ByteBuf`\nto reduce calls of virtual methods and do not copying converting logic.\n\nModifications:\n- Use an appropriate methods of `ByteBuf`\n- Remove redundant conversions (int -> byte, int -> char).\n- Use `ByteBuf#writeCharSequence` in the `writeBytes(String)'.\n\nResult:\nLess code duplication. A `writeBytes(String)` method is faster.\nNo unnecessary conversions. More consistent and cleaner code.\n", "proba": 2.8043177735526115e-05}
{"commit": "a478220ae56bb35d9de1eb55db9459d9a6e1c404", "message": "Added package-info.", "proba": 1.1250725862055333e-07}
{"commit": "55d2be94430c17edc62c1f1ce054bb98a7f60ab4", "message": "Refactor DependentTaskRunner.\n", "proba": 2.2407793665024656e-07}
{"commit": "92d635799644323893706be5f6f85202f3beb164", "message": "Create Reverse Words in a String III.java", "proba": 0.9999951124191284}
{"commit": "3d59fb225d1c1a7e530b7e12a052313ea7db0299", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "948f165ab845843aa3517f9233ca70bfc092d4f4", "message": "Be sure that cache config is exist also on other nodes by sending cache config via `CacheCreateConfigOperation` to them", "proba": 1.2946159699822601e-07}
{"commit": "454409697685db4ec8a59ed92bea6271b200354b", "message": "GiniGain update\nSome other updates\n", "proba": 1.4727632446920325e-07}
{"commit": "fa75484f9866d260d57a3ef7d8eeaa13cb0e6a28", "message": "I've made the test a lot nicer ;)\n", "proba": 4.885655471298378e-07}
{"commit": "bc2d3d9d3b9d950e0ae0c9b2a384ccdfda35d01e", "message": "\u042f\u043d\u0434\u0435\u043a\u0441 \u0422\u0435\u0441\u0442\u043e\u0432\u043e\u0435 [#36778]\n", "proba": 1.1988494463821553e-07}
{"commit": "05500d1a8d56b11bb2fdebd86952faf232f5c080", "message": "An iterator wrapper/adapter: takes GenomeLoc iterators 1 and  2 and traverses intersections of intervals from 1 with intervals from 2. Both 1 and 2 must be SORTED and NON_OVERLAPPING, but this iterator does NOT perfrom any checks, so if these conditions are not met, the behavior is unspecified\n\ngit-svn-id: 4561c0a8f080806b19201efb9525134c00b76d40@4468 348d0f76-0448-11de-a6fe-93d51630548a\n", "proba": 0.00010218851821264252}
{"commit": "c527ffcd6be73496057ce42d6ad5c8f2289388a7", "message": "nanotime benchmark from\nhttp://shipilev.net/blog/2014/nanotrusting-nanotime/", "proba": 1.1001302624435993e-07}
{"commit": "014ad99997c38f3793a4e30de7c234ce6093a511", "message": "am b33c34cc: Merge \"Resolving the black screen / crash in effects\" into jb-dev\n\n* commit 'b33c34cc25263647e0270ab92cb7fdb5af79416c':\n  Resolving the black screen / crash in effects\n", "proba": 3.565227189028519e-07}
{"commit": "c0530cee90d6fb28153080a0df47824058d48199", "message": "Add Manager for Fields\n\nReads config xml to create field groups, which will also create field\nobjects.\n", "proba": 1.0501400993234711e-07}
{"commit": "5e01693840fe8874ba63c6b638e86cdcf3005639", "message": "added JnaTestCases\n", "proba": 1.6712724004719348e-07}
{"commit": "f5c787289be7de2ed2981e4f6013377ec0360d06", "message": "update issue 325\n", "proba": 1.613229869690258e-07}
{"commit": "981be6e0d94b9cee352751a5611e8cd1ba86caf8", "message": "SLIM-748 ~ Adds get firmware file", "proba": 1.1744468508823047e-07}
{"commit": "9e6c02105a036ec0ac4906d4029226207ffe2adc", "message": "Simplify test\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@945267 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999977350234985}
{"commit": "ab1df53f2e2453dd9ec33a46dd381feb3f543f2d", "message": "\u4fee\u590dbanner\u7a7a\u6307\u9488bug\n", "proba": 2.819641338192014e-07}
{"commit": "16ac0656f48716d269c1b42228df4198c18e848a", "message": "add unit test\n\n[git-p4: depot-paths = \"//depot/code/ST4/java/main/\": change = 8843]\n", "proba": 1.6579596717747336e-07}
{"commit": "01cd5c90b3cf5070b06ac28fa4cb45759b46c699", "message": "Removes some dead code from JoglAWTCanvas\n", "proba": 2.1482881606971205e-07}
{"commit": "05a42693193c97c728591e4c0070f34d0c537f99", "message": "deprecate copy()\n", "proba": 1.1376067050150596e-05}
{"commit": "b6bb5491a6d91126bcffa1831aa11178badfcbd1", "message": "Missing class in previous commit.\n\n\ngit-svn-id: bd781a9493159d57baabeab2b59de614917f0f5c@1608469 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00011822069791378453}
{"commit": "a70d973ece7e8329dcb1cc89e5e84bec155364d7", "message": "added very experimental support for hocon\n", "proba": 1.1727187398946626e-07}
{"commit": "dccf80915e74692c715eef18422dbc5544895662", "message": "Added JMH test for HystrixObservableCollapser\n", "proba": 1.282615755826555e-07}
{"commit": "6f2008a303230ca312af5d7dd81b96420ef8d343", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@7478 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 6.138044454928604e-07}
{"commit": "7c050dfcadd46ce19a401681d59c916dff55ddd1", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@7528 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 5.588912586063088e-07}
{"commit": "11b61ffea31e69417db49acd2b012bb8fff74ec1", "message": "ceylonc ant task: added classpath option\n\nUseful to refer to junit\n", "proba": 4.792259915120667e-06}
{"commit": "9f3ae417d86b88351858526b69e2711ecceaea95", "message": "Add TheBlockGame", "proba": 3.168532884956221e-07}
{"commit": "4c5290c3a7f097402006d1e224181a9e3b6b3bf0", "message": "Fix useluss constructor.\n", "proba": 2.610229898891703e-07}
{"commit": "0bb06d4ca3d29d7895ac38d1cf9a61bc75363288", "message": "Create alarmClock.java", "proba": 0.0004319144645705819}
{"commit": "e6f12f49b4228425a7624b3bd5be9ad4c300b37b", "message": "Add UI.addCloseListener() and removeCloseListener() that were missing for some reason (#9265)\n", "proba": 1.7373429272993235e-07}
{"commit": "d5fb3dc7ffc2d76e30b745f8892acfd6d38a9822", "message": "Java - 1024\n", "proba": 0.00018740998348221183}
{"commit": "d99b0d16103515e36ab2fe036b425f0ba36f306e", "message": "Updates to server.\n", "proba": 1.2291346251913637e-07}
{"commit": "382a9cbca9e133a3a1abf8f2d632d43dc03bf9cb", "message": "BOJ #14915: \uc9c4\uc218 \ubcc0\ud658\uae30\n", "proba": 2.5221527266694466e-07}
{"commit": "879506a61dbe5a1a25bf83ccf375aba2f0260b67", "message": "BOJ #16678: \ubaa8\ub3c5\n", "proba": 5.350921696845035e-07}
{"commit": "7c0874384429d9979589241027dcab05be993fbd", "message": "BOJ #17114: \ud558\uc774\ud37c \ud1a0\ub9c8\ud1a0\n", "proba": 1.9686089558490494e-07}
{"commit": "ceff7b4f15c63f4f4698e9ef470d0d647a56cf05", "message": "Delete Passing.java", "proba": 1.0751516583695775e-06}
{"commit": "af34849fe63030494f48d539b14ae7974ddea476", "message": "Testcase for #3710\n\nsvn changeset:9797/svn branch:6.2\n", "proba": 1.5737913372504408e-07}
{"commit": "16296ba7439d5fa6454ecb0aaae3ff6684927b57", "message": "Combine BOTTOM_RIGHT and ABOVE_CHATBOX_RIGHT overlays for fixed mode\n\n", "proba": 1.8334337710257387e-06}
{"commit": "2c6e4fd6f4f2e9e292aa813e734be6e73e7abc03", "message": "Fix #4810: Repo lookup order is wrong\n\nUse prepend instead of append\n", "proba": 6.832322583250061e-07}
{"commit": "751f94f1f00ae089dd43775ccb06667835786420", "message": "Connection abstraction for KTJKii search channel\n", "proba": 1.9081450375324494e-07}
{"commit": "ce8f24ba701e1ae068a9e944656ebb399fa402f3", "message": "Swift dao is being set.\n", "proba": 1.2877106314590492e-07}
{"commit": "cf519830a9a1eb3fdf5b71eb4d1e17333ff9226d", "message": "no message\n", "proba": 2.1470650608534925e-05}
{"commit": "0b57d6cdb5092604b9ce10fd345f4f5fa4861335", "message": "AI 145757: Suppress the flaky tests\n  BUG=174601,1569749\n\nAutomated import of CL 145757\n", "proba": 1.259787609342311e-06}
{"commit": "be8227a9fc3b3d64d9b3a02cad42e4b2597936fe", "message": "need to grab sampleCount\n", "proba": 8.235209634221974e-07}
{"commit": "4cbc1b5abba628b155876d08bfad6c7775c77bb2", "message": "- Fix improper caching by checking the class definition.\n\ngit-svn-id: 40f70788afc64a734d8b91520bec53ae21e7042f@395575 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.240841685212217e-06}
{"commit": "d5777a0806d6049c1816ab58bd582f241c3fd111", "message": "Fixing typos, creating static MIN_BACKUP_COUNT.\n", "proba": 3.5369731676837546e-07}
{"commit": "80f5b6b1cf2241de4fb8d059e0ceb58bb7a8dbd5", "message": "Fix type in output message\n", "proba": 0.9997442364692688}
{"commit": "954e0b9496b012a537b2117dfc880adcd463d42f", "message": "Java: Add empty file to test.\n", "proba": 1.3015795730098034e-07}
{"commit": "faccf7d1c226716207c2b429f4c9da8c12008acd", "message": "KevinMenard: Added whitespace for legibility.\n\nr16435\n", "proba": 0.000901262101251632}
{"commit": "29a1e155b609f82aaa23cdebc865cf7de0b84d91", "message": "Add simple test of index-agnostic QueryBuilder\n\nChange-Id: I570410f5e32a7306017330c7455d5d19bcc530eb\n", "proba": 1.2078368854417931e-05}
{"commit": "0b97e7b08c4acb386b8b05c9f4fa092ef38376fd", "message": "Use only one Window for Laser-script output. Fixes #111", "proba": 1.4928860991858528e-07}
{"commit": "4ceaf137b21ee3619d267f9a373b21923b5b5632", "message": "initial checkin\n", "proba": 2.800410925374308e-07}
{"commit": "95c8d5a2177f0eb53bdc132925ff81305e89ac24", "message": "One more fix to anomaly detection.  Return the last-location not the precise-location...this will prevent unnecessary reverse lookups\n", "proba": 6.171642894514662e-07}
{"commit": "55cdb617b482c097c31afebd6ff02eeaf51dba3e", "message": "BonemealEvent.java", "proba": 5.427179985417752e-06}
{"commit": "b65bda652f9a1cb90e762274867461d3340f951a", "message": "checking if beandescriptor is null\n", "proba": 0.016789857298135757}
{"commit": "257b899368dcaa4b289d0b4ea872fde72586e548", "message": "Accepted LC #153 - round#7", "proba": 1.954125679048957e-07}
{"commit": "48bacd0014ea0a81879ea53cc0c2d566ea50a696", "message": "Bugfix: When a component part is selected that only supports the 'default' actionsequence, put the complete actionlist in the select box. Such parts can mix with non-default action parts.\n", "proba": 1.1582716297198203e-07}
{"commit": "414d2b06fbdecffcb644b2ff0bfc02c12668112d", "message": "Added MagicNumberSolver class.\n", "proba": 1.1559421153606309e-07}
{"commit": "13f20e46874bfb1a0b2fd65e01cbbd7e3259a4fe", "message": "Finish mul(Matrix)", "proba": 1.0796829883474857e-06}
{"commit": "ca3f875dd6bad1e25f0cfa8ed829eefdf22ec3ea", "message": "support for #5559", "proba": 1.3837917833825486e-07}
{"commit": "f4ba37c090a8f29c89664c7d595e3848dcbe85a3", "message": "Updated design\n", "proba": 2.5282454885200423e-07}
{"commit": "149670424f7da4deb834820b1d289d457543b1b8", "message": "Fixing file missed in merge\n", "proba": 4.1786037741076143e-07}
{"commit": "cf92bbd87118b5b92c77bb27563b243ecf24eb3f", "message": "Add missing '.'\n", "proba": 0.9999922513961792}
{"commit": "4bd36cda9247148b621f6d9220f4414be47e4725", "message": "VTK-3493 - move diffURL inside check\n", "proba": 1.1351148998528515e-07}
{"commit": "7027828dc9ecfd292122eacca3bcf9e21b9d1a15", "message": "Add renderer", "proba": 1.541339406685438e-05}
{"commit": "93e887e94df5779be1b88b3e426d37b7d96ae03f", "message": "commit 48eedca6264a5c29cdc7fdb22cd62711ac9cbd42\nAuthor: Vinay Kumar Thota <vinayt@yahoo-inc.com>\nDate:   Tue Jul 27 05:13:20 2010 +0000\n\n    MAPREDUCE:1957 from https://issues.apache.org/jira/secure/attachment/12450262/1957-ydist-security.patch\n\n\ngit-svn-id: 7e7a2d564dde2945c3a26e08d1235fcc0cb7aba1@1077600 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.454723239177838e-07}
{"commit": "a34cfcd5779f648d95d053c7d62eaab57b9b1c35", "message": "Update RouteBolt.java\n\n- added rowkey variable to mapper rowKeyField", "proba": 1.4632573197559395e-07}
{"commit": "f6dcde137c1547a53f39c798cb336b0b60c11f33", "message": "Delete quote from favourites usecase added\n", "proba": 1.9539804441137676e-07}
{"commit": "6ed1047d838e612d585db85c0f690220bcc94537", "message": "#51 added AtrTrueRange index prototype\n", "proba": 1.221215200075676e-07}
{"commit": "2ffff43cb920e2c4a31fa8564ac51a08af139b76", "message": "Renaming\n", "proba": 1.178624643216608e-06}
{"commit": "b76f5aa48cfdb4d3cb354d368a1e022f9d8682a3", "message": "am a2366b0c: Merge \"Run setup for full tests only once.\" into mnc-dev\n\n* commit 'a2366b0c2eb4a7607ad5654fd635431c4f410366':\n  Run setup for full tests only once.\n", "proba": 2.4821861188684124e-07}
{"commit": "d839145b0dc10758474036ba3a9b391e122e5a4d", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "e9a72f66bb0ddd637bd1288a8654d4a511f5aef0", "message": "adding Utils class\n", "proba": 2.576215649696678e-07}
{"commit": "22e73f8c903e5c7422a8bd2ade9e30cb3548647f", "message": "am 5ac88a39: Merge \"Fix crashes in QS tuner\" into mnc-dev\n\n* commit '5ac88a3987f70cfa9a2713c6d2000be141ea22d2':\n  Fix crashes in QS tuner\n", "proba": 1.910107698677166e-07}
{"commit": "ab4d36806e211f71cee2982801ee1f2a0fe7254b", "message": "clean code\n", "proba": 7.890113010944333e-06}
{"commit": "f0c904f02336f79e3b798f30b3f4895f7b58310f", "message": "testing: enhanced SipMakerFactoryTest\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@9249 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: e9476cfd7e4f8d59ebb9604b4ecfbe360b2810a4", "proba": 1.150775119640457e-06}
{"commit": "6e6a127fa70d023fd78cfc6d42e059a03816f74a", "message": "collections: no dublicates\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@6927 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 9bb4f310c63b06a54cd776328a88ea45328e3338", "proba": 6.069346909498563e-07}
{"commit": "31c21ae04d5324d1b65868b4275cc32be54198d7", "message": "Add first draft of some feature\n", "proba": 2.085230761394996e-07}
{"commit": "a7660ef82d18ddbb01d34710e28dace5ee43d615", "message": "Create EduClass.java", "proba": 5.317504587765143e-07}
{"commit": "442f7c011ab964b728e8b24da873247ab2a31fdb", "message": "thermostat6s cleanup\n", "proba": 1.9053500466270634e-07}
{"commit": "bdf0d695dcd0d85b41533e3be74de75f3745b1fb", "message": "RPS101", "proba": 3.4148450822613086e-07}
{"commit": "e04013706b67bd235050b5b74a29c80def674259", "message": "[mockUp] - facebook - 1\n", "proba": 3.2441133953398094e-05}
{"commit": "62d226a7c79ac6135e5a9346e370b35fe51bd918", "message": "Create SpotLight.java", "proba": 3.6513196732812503e-07}
{"commit": "812549ac01985c9a30bdf1c91ac135f37471f44e", "message": "add voyage dataset producer\n", "proba": 7.007421663729474e-05}
{"commit": "f16db35703f7978df4d51101642709fa2bf6c8a5", "message": "Marked test for #816 as failing\n", "proba": 2.1432519758946e-07}
{"commit": "4e2f923d54db5877b5913ea828601c9a931c9978", "message": "Migration to remove ajaxUrl and user from mapfull config\n", "proba": 1.457866716236822e-07}
{"commit": "23c178009b25e2ba1fc146c3dcea339ffbf30731", "message": "cleanup", "proba": 3.1109298106457572e-06}
{"commit": "16915711855588ca3a1281121e1216cce8a5aced", "message": "Updated the getTimestamp() function to use the same logic as the getCurrentStep() logic when determining which object (fileupload or job) should be used to get the data.\n", "proba": 1.2106188762572856e-07}
{"commit": "634a67459316647e934c77795f92682d087b69c2", "message": "no message\n\n", "proba": 2.1470650608534925e-05}
{"commit": "ce54adf950e2110531e8b24f140c7cb9b7b812b6", "message": "base program v1\n\ncreated some helper classes and wrote part of main to create the table\nthat will be used to handle reservations\n", "proba": 1.1828569057570348e-07}
{"commit": "d6b1b8eae9ab3245d1baee664f06a628a40ecb65", "message": "\u0421\u043e\u0437\u0434\u0430\u043d\u0430 \u043c\u043e\u0434\u0435\u043b\u044c User\n", "proba": 4.034533560570708e-07}
{"commit": "7670ce8b16cb470ffea611aadcd3c10063b85624", "message": "Add some snippets (Java).\n", "proba": 3.280280793660495e-07}
{"commit": "70a694c7ec9bbb239c25e1bcfbf821e58d4f5d0d", "message": "Update shift class to fix assign", "proba": 2.7639893573905283e-07}
{"commit": "9b01cbe455c6a4787671b11f35bd942f6be3b9c9", "message": "Handling of a boundary as a polygon\n", "proba": 2.801404207275482e-06}
{"commit": "d4223c24536f9d96e27230dc16d148b352e7a076", "message": "Added search client\n", "proba": 1.774649405206219e-07}
{"commit": "5980596246b49c1b850032c4837abd3eb0095af6", "message": "draw text", "proba": 6.913097877259133e-06}
{"commit": "44425efc56cb2afbdd110de2b8bf077711da9ad2", "message": "Add factory tests.\n", "proba": 1.697055296290273e-07}
{"commit": "c3a0a9dcf568aba7d1cdc27f51e1749b04ed988f", "message": "Fix warnings\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1608941 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0032869107089936733}
{"commit": "459742818f1e2ed75282329bf38b1fac95fd5345", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "a57976a3081be4902306589ea34bd97abd666b06", "message": "Initial implementation of PrincipledMaterial.\n", "proba": 1.123777195743969e-07}
{"commit": "7451233b7e8abfb849d6568dcdf6d9b7a0eaf913", "message": "[MANT-30] classcast exception when running ant:ant on tagtraum.com's gcviewer project\nSubmitted by: Patrick Huber\nReviewed by: Dennis Lundberg\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@609362 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.6780504097368976e-07}
{"commit": "75eb9f919cf25baf3b33ade5f209d193416a0849", "message": "Fix problems with directories in the generated jars\n\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@612178 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.005233384668827057}
{"commit": "392cdc1c618d98b49b1c0b7cc9783d1a87886bc0", "message": "HTTP/2 Priority Tree Benchmark\n\nMotivation:\nThere is no benchmark to measure the priority tree implementation performance.\n\nModifications:\nIntroduce a new benchmark which will populate the priority tree, and then shuffle parent/child links around.\n\nResult:\nA simple benchmark to get a baseline for the HTTP/2 codec's priority tree implementation.\n", "proba": 2.1290752272307145e-07}
{"commit": "83dc9d15070b3c0c4cef6307b5c3847d1ef3e11a", "message": "Update JetpackMod.java", "proba": 5.348595095711062e-07}
{"commit": "8169e89d3618bc7e846e768e318a2eb9af4c8fd9", "message": "The ListenerManager#addListener method now may have the side effect of starting the listener manager. This may cause unexpected behavior in UtilsTransportServer. Changed UtilsTransportServer so that the listener manager is always started in UtilsTransportServer#start.\n\ngit-svn-id: 53fbabfd29bebeffc22ec3e1c4861755f0c84ec7@890055 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.1442680261097848e-06}
{"commit": "50dd5d4241483352d010a8ad2401424eec972533", "message": "Transport test kit: Added Javadoc with an introduction and high level overview of the test kit.\n\ngit-svn-id: 53fbabfd29bebeffc22ec3e1c4861755f0c84ec7@712883 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.5319710061921796e-07}
{"commit": "633a07167ae15b514c07211eff606414d59eb293", "message": "Entity for co-occurring terms.\n", "proba": 1.8336193534196354e-05}
{"commit": "986f727c28559825895cb4c9e36041401774f77b", "message": "pac4j-async-256 Implement Async-friendly DefaultAjaxRequestResolver\n", "proba": 8.66696439061343e-07}
{"commit": "02ba61203e6cee1936affb9015c7857c03125079", "message": "Copy lockscreen notification settings upon upgrade\n\nCopy the primary values of LOCK_SCREEN_SHOW_NOTIFICATIONS and\nLOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS into managed profile upon upgrade.\n\nBug:27673591\nChange-Id: I3207b7e5bf844f0df534324220082edbdabe8444\n", "proba": 1.822147169150412e-06}
{"commit": "4fdf1de47f945dbead411e9f7232cf714db35e9d", "message": "Check null pointer agressively.\n\nBug: 3250622\n\nChange-Id: I25f367ad1bd6a741282603f2f587f7a1256ef460\n", "proba": 1.583288212714251e-05}
{"commit": "6869c1876b73cc0d47bbd654d13989ef3d1b7c9b", "message": "Fix stuck-open notification shade.\n\nReversing the animations isn't working well, but re-creating\nthem in the correct direction is, so we'll use that for now.\n\nBug: 3326529\nChange-Id: I40fdbd1d02bb8028d4d1f1bceb15f2c335366063\n", "proba": 1.2965846281076665e-06}
{"commit": "36d9cec97edffb3516556a0c715c9f04c16daa4f", "message": "support validation in dialog wrappers\n", "proba": 5.00858959640027e-07}
{"commit": "8212598dca786e170592a04245a17c6fea87da8f", "message": "Add interface that handles default absolute -> relative file path conversions\n", "proba": 1.9091679348548496e-07}
{"commit": "8770b35140c03a65d8d4a5a4a000356a6fd18633", "message": "Add a test for CrypterImplTest (#11)\n\n* Add a test for CrypterImplTest\r\n", "proba": 1.2462139409308293e-07}
{"commit": "d72c6945321aa18b6f6cbbc2ad0291fb373ef377", "message": "dis not gun werk, going to rethink pieces\n", "proba": 1.251888761544251e-07}
{"commit": "2da2a2fed94f683d7ef93591d12af942869c794b", "message": "imported stuff from my cocoon ikatserializer integration\n", "proba": 1.2843317165334156e-07}
{"commit": "e3775f042516cb6596872a2150324b7c738b9ed3", "message": "javadoc\n", "proba": 1.0498242772882804e-06}
{"commit": "d89188d68e678f1f7bcfdae9a9a9fa5b946bfc32", "message": "NoManService: More efficient notification update\n\nInstead of removing the old notification and inserting the\nupdated notification afterwards, replace the old notification\nin-place.\n\nChange-Id: I88962fd2452de191c1d63c142719194282568dcc\n", "proba": 1.2758586080963141e-06}
{"commit": "300350d5cbf205c4cddcac558a3147408e49a2e3", "message": "Removed unneeded condition\n", "proba": 6.075357532608905e-07}
{"commit": "32888cde6bed69b3adbadf63054b61a9d3a21ac7", "message": "Updated UserInterface.java\n", "proba": 1.0786466191348154e-06}
{"commit": "81a639f88b629324902bef73d840d81fbd21ec23", "message": "[repos] Required a comparator for sorted sets.\nCan't figure out why this failed on the server but\nran on my system ...", "proba": 1.0376879089335489e-07}
{"commit": "5c58623639e755762c02c6df9bf2a56cfa1c5b9c", "message": "Changed the imports.\n", "proba": 1.580152826363701e-07}
{"commit": "a13f99f48b9ac40074daf69983d2d8c0b5cad2d4", "message": "added new col processor 'SkipColumnProc' for impl. of 'exclude columns' and 'only columns'\n", "proba": 5.0178446144855116e-06}
{"commit": "1b895ad8bf0d0c2d91a51dd412136b70da9af1c9", "message": "Added the first implementation of the zookeeper client", "proba": 1.522837322909254e-07}
{"commit": "c0370e4a8aaaa97692e75fdcba10c06aa34d12e6", "message": "Add new class", "proba": 8.303747563331854e-06}
{"commit": "4084ec869fbe73a5b5f9ca83f09544629f18c8b0", "message": "document why config is needed\n", "proba": 1.8119259038940072e-05}
{"commit": "31537041737ca9fc0db28c5a927a680fe1ae4838", "message": "am 35a9c527: am 5ad5c9e3: am d20f60c8: Merge \"Support of LTE Only mode\" into honeycomb-LTE\n\n* commit '35a9c52791882bc58d3a6716e0fd8544889d90c3':\n  Support of LTE Only mode\n", "proba": 2.1952686779513897e-07}
{"commit": "8bf221bd706a1bcb18f2c14cacbe4edbbc0a3a61", "message": "Fix error when using list as actionBarNavMode. [DO NOT MERGE]\n\nA bug in the framework leads to the wrong argument being passed to\ndefStyleRes when obtaining styled attributes. The framework however just\nignores the attribute in such a case. LayoutLib logs an error to help\ndevelopers find bugs in their code.\n\nThe bug was seen when using list as the actionBarNavMode.\n\nThis change ignores the attribute if it detects that it's the framework\nbug. Also, we change the error to a warning.\n\nChange-Id: I58e1fe4469de0329a27b577d75c0a59c48d0381b\n", "proba": 1.419181080564158e-05}
{"commit": "aa615b443392dcffc7bedc0cd3700a64a124c5ed", "message": "Add generic TypeVisitor.\n", "proba": 1.4661389968750882e-07}
{"commit": "5fdb5019fb47735fd69d02053184966f4ba04691", "message": "creating new IncludeParameterEvent\n", "proba": 2.914450192292861e-07}
{"commit": "081482c8265862795f2f72f4df581807cb81bea8", "message": "KULCG-241 The user initiated date now defaults to the current date.\n\n", "proba": 1.4021986771695083e-07}
{"commit": "8e96b5d8b0e7efd9c9764300c82c4f7d967128ce", "message": "Repaired Arcade Drive.", "proba": 1.2505105928539706e-07}
{"commit": "99672d49d835ad3e9c7f99b4e4c65f2f56052c30", "message": "RMI Export Context for Stock\n\nOPEN - task 24: Create a stock module \nhttp://github.com/DevOpsDistilled/OpERP/issues/issue/24", "proba": 3.860094238916645e-06}
{"commit": "b137f050bf0da121f37634b2943c1f61004ed54f", "message": "make unpack safer\n", "proba": 1.2689491768469452e-06}
{"commit": "ac877a1e11c7e0f937acb6309d6ab883fadf3cbc", "message": "Disable flaky DownloadTest tests on 22+.\n\nBUG=587933,591224\nTBR=boliu\n\nReview URL: https://codereview.chromium.org/1773123002\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#379851}\n", "proba": 2.488989139237674e-07}
{"commit": "7cfac1ecd3814ad0f6badc70edcdb582388a1c04", "message": "Issue #882: Static optimization of \"for (x in intArray.interable) {}\" (and other native array cases).\n\nIssue #882: Also in cases where we have an indexable thing\n(Array, native array or ArraySequence) let's support having a step size:\n\"for (x in indexableTing.by(step)) {}\"\n", "proba": 3.7545461850641004e-07}
{"commit": "5510acf4935b6320dabc3a13bddad8dcbeb8c8a4", "message": "Issue #2130: Oops we weren't evaluating things in the right order\n", "proba": 1.9785807126027066e-07}
{"commit": "977fa9ae030b34197ce9e3705bca44079150f717", "message": "Create DeleteDataStream.java", "proba": 3.269401531724725e-06}
{"commit": "54d56694f7e1e1cf9af6377c5297ca7e386f10c1", "message": "Fixed a typo.\n", "proba": 3.9507861515630793e-07}
{"commit": "083f891883ae5d49401f8e935860597f3fd367da", "message": "[RobertoT LisavG] Added a Guice-annotated switchboard controller - because we want one for the social stats microapp\n", "proba": 1.0719435294959112e-07}
{"commit": "c3eb69ce74c85d1d78594d88c61681603d5f2643", "message": "[MINVOKER-22] Use ArtifactRepositoryFactory instead of calling the repository object constructor directly.\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@652545 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.417403033585288e-06}
{"commit": "c758f362880018a2d5d7c9a788f84b78599c2a05", "message": "[MINVOKER-22] Remove unused import.\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@652547 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.4580879198765615e-06}
{"commit": "bd7008080dbdade4bd5e545d4058d4e3be1941fd", "message": "Fixed issue #62. Minimilistic support for XML\n", "proba": 1.2122478665332892e-07}
{"commit": "8d509363a871798e6b000644e7f45b47e304404d", "message": "EncryptionFactory with encrypt and decrpyt methods for Strings", "proba": 1.786944920922906e-07}
{"commit": "48060debb6952c4bb26d5b9a1bd0704a35cb3d0d", "message": "Add KMeansSpeedModelTest\n", "proba": 1.9407538331961405e-07}
{"commit": "1205da41c5feb8324dcd1425484e73fcba39b613", "message": "First implementation of replay decoder factory\n", "proba": 1.2781295311015128e-07}
{"commit": "65d85e52f9f34b34e0548eb5f7635ccad0420e98", "message": "Action class to unload forms", "proba": 1.2877561061941378e-07}
{"commit": "edd5beff18b6d3bb15bf3cadd3514f6839086604", "message": "Delete formas.java", "proba": 2.9199802611401537e-06}
{"commit": "22de7c4c3d44e51aef6937e1b39540703ad01f5c", "message": "Fix style warnings in RenderSessionImpl [DO NOT MERGE]\n\nChange-Id: I9d3cb23e4ea692f737a3e3d6c18cc8de18b66a3c\n(cherry-picked from commit a98121ef5251b5ebdb8c1b0b6780d570844284b2)\n", "proba": 1.846082398060389e-07}
{"commit": "f53b0a8ffdc5b586576733d9dc76cde9c981b798", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "6f9b5b43068873e5e80abf30f17e01be6c8b89a9", "message": "comments", "proba": 5.451620381791145e-07}
{"commit": "43530221ec4c8ecfa9edd78360d499bb20fd2ab0", "message": "refactoring\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@5995 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: e14b984bfc280f725fedba13762c048f255f735a", "proba": 1.0262074283673428e-05}
{"commit": "f7e0cd459058e32adfeb58e18303515663afa0f0", "message": "DDB-394: remove non-alphanumeric characters in extension\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@13129 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 91cb7b522059c382f7b2ba887a2d78e7b9712bfb", "proba": 0.9984006285667419}
{"commit": "9ca90aa8a0674a4e4ae77f080253dd9888ded152", "message": "supersedes MethodCodeOffsetAdapter\n", "proba": 4.454982445167843e-07}
{"commit": "c9e00040459063c29a77b9cdc934faf255d02f36", "message": "added test for input mask 1 viewer", "proba": 4.1789544980019855e-07}
{"commit": "156623ed23753c0116474f887937267ad9c58f53", "message": "Checkstyle", "proba": 6.930154654583021e-07}
{"commit": "0e2f4b4540bfd536812853c1453bc3e199d43b1a", "message": "Update ApplicationConfigurer.java", "proba": 3.8312205674628785e-07}
{"commit": "ed783798c3c541cd33bc8860f31928dda351d7ae", "message": "DND related restrictions\n\n- Apps without dnd access cannot call adjuststeamvolume if that will\nchange the ringer mode\n- DND muted streams cannot be unmuted when DND total silence is enabled.\n\nBug: 27624414\nBug: 25395278\nChange-Id: Id10988c42fc6cb6407aa2abcf66cc5c384fe533a\n", "proba": 3.229281674066442e-06}
{"commit": "649fe497cea2f19e937f84218d1080bdcefe47f2", "message": "Fixed BT on/off issues and added airplane mode handling\n\nChange-Id: If39df19b99a3f45ebe82e89205d8bb0ff036e2a2\n", "proba": 4.512239968335052e-07}
{"commit": "92cefaeb319b2642d119abb8640828ff0bbf2ac7", "message": "Upload correct txPackets count.\n\nBug: 5321340\nChange-Id: Ie4dc7a91bf1cdc4d64c75ff09ae0cdd0fb141b5d\n", "proba": 1.1423291653045453e-05}
{"commit": "61109a58aa3ef36fd06699f9cdbdbe8f9998eb4e", "message": "Fix black screen on app transition.\n\nThe layer adjustment to an animating window upon completion was masking\nthe window behind the mWindowAnimationBackgroundSurface, a DimSurface.\nThe DimSurface was not being hidden because the step was happening too\nlate. Swapping the order of performAnimationsLocked and\nupdateWindowsAppsAndRotationAnimationsLocked fixes this ordering issue.\n\nFixes bug 6185920.\n\nChange-Id: I0ff64c019e821fa3a92505ac6351f2648897e592\n", "proba": 1.2003096117041423e-06}
{"commit": "984b64ff28153adac088a5fbb5c44b8049dbbd90", "message": "add a listener type for client creation\n", "proba": 6.417921554202621e-07}
{"commit": "5442bcde81f9a6ff1923f6bff4e4187127536bd9", "message": "tao moi class main", "proba": 1.5038705214465153e-06}
{"commit": "bc228a86f8d9ca332afe0f5cfeb9b12f97d661ff", "message": "Fully functional\n", "proba": 3.384524518423859e-07}
{"commit": "4056f797a270a98305d31c42c1e91a47ea46648d", "message": "Comienzo de la ventana de Combate\n\nse agrega un Split Pane\n", "proba": 2.1231707592050952e-07}
{"commit": "4cd575abda554b4740706e3a80fa7bc66ed1bbaa", "message": "search: AbstractNodeRepositoryManager: restore query.start \n\nOtherwise we mess it up\n", "proba": 8.271289857475495e-07}
{"commit": "35e06ac1899d0ff904c21f59576a8b036f77ae37", "message": "created new service\n\n", "proba": 1.9058279576711357e-07}
{"commit": "c04cc3e921c9d9cad9e322688bd58c91658331e3", "message": "#5371: Rename SizedRange -> Measure and sizedRange() -> measure()\n", "proba": 4.331333229856682e-07}
{"commit": "4391ba7d0c2470fa3480820b5365b87246b1174e", "message": "CeylondocToolTest: a type changed inthe typechecker\n", "proba": 2.792806981233298e-07}
{"commit": "23d9687e82ab3a033261c28f21f3a6bf3559d444", "message": "Code cleanup: remove unnecessary exceptions in throws clauses.\n\n\ngit-svn-id: 1539da8adbe6edd6a9574b70a453a2e41fb5c603@4901 b80d95f8-e103-0410-bd55-e03a9dc29394\n", "proba": 0.0007787691429257393}
{"commit": "52ea7654d66d25979dddd2f97d38966d7a463969", "message": "Example of using scenarios with a single name CDS (#1105)\n\n* Add example showing credit curve perturbations to calculate VaR\r\n\r\n* Additional docs\r\n\r\n* Clarify docs\r\n\r\n* Addressing PR feedback\r\n\r\n* Use quantileFromSorted method\r\n", "proba": 1.1438802971497353e-07}
{"commit": "4f93a193dad67406de72f855d8b5d8316ce3ad56", "message": "improving generating migration.gradle\n", "proba": 8.65371646341373e-07}
{"commit": "2557fb1005e55653fab65036f6a0149591569fb0", "message": "Q199 Binary Tree Right Side View\n\nGiven a binary tree, imagine yourself standing on the right side of it,\nreturn the values of the nodes you can see ordered from top to bottom.\n\nFor example:\nGiven the following binary tree,\n1            <---\n/   \\\n2     3         <---\n\\     \\\n5     4       <---\nYou should return [1, 3, 4].\n", "proba": 0.002277374966070056}
{"commit": "492c73963c569fb11c2490ea94c1b4e1bd550e7c", "message": "Moved ClientIdentifier in management model - it will be used client-side also\n", "proba": 1.1516628717345156e-07}
{"commit": "fe4a3762262fd6d43315cf588e06d48ce9461ec7", "message": "Add support of visitor pattern for creating object\n", "proba": 1.7835569110502547e-07}
{"commit": "8047fb0d6ef5e9f4d7e38ff16759cdc40a83b24a", "message": "Applying patch provided by Hiranya for AXIS2-5165\n\n\ngit-svn-id: d6acb143e251c037dab5ea34394f8439daf45588@1180793 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.3963920625647006e-07}
{"commit": "b81b54d56b6f31d6532578e9259fd152a1b0f823", "message": "remove CTXPATH generation", "proba": 9.063793982022617e-07}
{"commit": "04bb1a809db40a31a00ae66a64ab83e4677e1024", "message": "am 9b0f9a2c: Merge \"Tweak ApplicationsState for use by TvSettings\" into mnc-dev\n\n* commit '9b0f9a2c9bc0b6916e5129d14b8b5a4d107ef047':\n  Tweak ApplicationsState for use by TvSettings\n", "proba": 5.156375095793919e-07}
{"commit": "9e7b6c045d0e9768ff2daa7541348975f401a064", "message": "am f2a6160b: am 6b44ae6e: am 311fc0b3: Fixed a crash that could occur in the ObservableScrollView\n\n* commit 'f2a6160b924c7d8073c55eaf33e728c7336a4a90':\n  Fixed a crash that could occur in the ObservableScrollView\n", "proba": 1.6525955288670957e-06}
{"commit": "9f1f37e87b19a39c1417a5675ed330c90fdf83fb", "message": "Initial version of python interactive console\n", "proba": 2.8993804335186724e-07}
{"commit": "f6c64d223606ba816e989f430615947f4c6d12bc", "message": "Introduce NetUriCodec\n", "proba": 3.510083956825838e-07}
{"commit": "829884246662fba04346da99971dc7c96f8e3ab9", "message": "Add implementation rule Rgaa32017Rule011001\n", "proba": 8.959598858382378e-07}
{"commit": "35d289f96ba8c0d8b4d24161890920453ec71031", "message": "Add implementation rule Rgaa32017Rule030202\n", "proba": 4.060856042542582e-07}
{"commit": "d3ddc2d0ac92c52f8de96fe27ca96156e8d33039", "message": "Add implementation rule Rgaa32017Rule050101\n", "proba": 5.249016794550698e-07}
{"commit": "106e0948caeadbd641ea3c0d08ce7b27eb5d4f86", "message": "implement ProcessException class\n", "proba": 5.383546408666007e-07}
{"commit": "69afd7967bfc46c016b5121cff3c71d4a0d28932", "message": "Create HelloModLibSimplest1.java", "proba": 5.862383432031493e-07}
{"commit": "81990c94499022efb087ad42f923933f64fe22fc", "message": "fix for compilation problem on jdk 1.4\n\ngit-svn-id: 29aad96320b2a07b98332cd568fc1316025c072f@7039 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d\n", "proba": 8.867301630743896e-07}
{"commit": "b2ff3bd42b06ea8c1a95b830f96d6ffee92d1a3a", "message": "am 88e76d88: am e46094c4: am 84005b40: Merge \"Use hint text to position handle / floating tool bar popups\" into mnc-dev\n\n* commit '88e76d88d7a1ce18c5a377b223525da7f1fa5f4a':\n  Use hint text to position handle / floating tool bar popups\n", "proba": 3.374858295046579e-07}
{"commit": "1eae6d5454b4077455b3a3000512518f6029b62a", "message": "Update HeapPriorityQueue.java", "proba": 6.550297939611482e-07}
{"commit": "c05fcb7349bb8095fd3cda9144f8827ae04a9237", "message": "First class", "proba": 6.701662869090796e-07}
{"commit": "6e5e2376b4bfd23aca9d53b3f384e45aa50ad0c5", "message": "remove unneeded line of code", "proba": 0.022982947528362274}
{"commit": "829ee99fffbbc425caa04a9572c24e762d301462", "message": "don't go running away at the first sight of a circular dependency\n\nProcessing of imports in verifyModuleDependencyTree() for a module was\naborted upon finding a previously visited import (circular dependency).\n\nBut, it's entirely possible for additional imports to exist that have no\nyet been visited. This patch replaces 'return' with 'continue' to ensure\nall imports are processed.\n\nFor example, with the following three modules:\n\n    - A imports B\n    - B imports A\n    - B imports X\n\nprocessing of module B's imports { A, X } would return at module A,\nleaving module X unprocessed.\n", "proba": 0.9983975291252136}
{"commit": "2bff50f77c61298e630e6c7d8b22d714673987e4", "message": "Update UserController.java", "proba": 8.050404289861035e-07}
{"commit": "95e04fbd21f0af3719a7c8f9ca3e95d5bd251a29", "message": "Add a package annotation to topology.\n", "proba": 1.4122880998002074e-07}
{"commit": "84cc9cc785f86b56be4d6dd12b5795a9cd0066a4", "message": "General interface for a connector type. This makes it possible for user that create their own connectors that can be connected to a manager class.", "proba": 1.0557513974163157e-07}
{"commit": "060610911670ece90c96642b1f59f15c230e6449", "message": "Add ContactInfo encapsulating contact details\n\nOPEN - task 80: Create common entities \nhttp://github.com/DevOpsDistilled/OpERP/issues/issue/80", "proba": 1.3731200851907488e-06}
{"commit": "5781d0db14db78da4711bbe7a918a8aadc748d74", "message": "https://pt.stackoverflow.com/q/256557/101", "proba": 9.093534458770591e-07}
{"commit": "80cdd5dedda6111b4e073c5ad66f3da4c09f79ec", "message": "Sequence simulator accepts ancestral sequence now", "proba": 2.439125807995879e-07}
{"commit": "99531dd65abd48c41c5191b78037821da7a0e7d1", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "80962e5db6883f1bd1827a4845cff2a6672b3a19", "message": "Get, delete, set up and update list", "proba": 1.4438229811730707e-07}
{"commit": "c4d1d2455398b3029a79ed417a9fb0e45bc3991f", "message": "Begin work on Conway's Game of Life\n\nImplement constructors for GameOfLife\n", "proba": 1.3610731741664495e-07}
{"commit": "c20b833f32621fb2962ab426b7958204d78ef84d", "message": "Light, more light\n", "proba": 4.671879287343472e-05}
{"commit": "d943db9277659ad0e1c6665284b234953655c766", "message": "#566: Avoid CCE when initializer is a Method not a Value\n", "proba": 1.4952242963772733e-06}
{"commit": "c445edcfb073db5df7439508efed84b9c483115f", "message": "CAMEL-9759: camel-zipkin - Instrument Camel. Work in progress.\n", "proba": 1.1617297701604912e-07}
{"commit": "b85c2bfc62a49775463e452c60b85bc67413a96d", "message": "first commit\n\nminor untested changes\n", "proba": 1.3592908487680688e-07}
{"commit": "feae811f5ae4af9c74cfe7ac6aa7b7cb017733e1", "message": "Explicitly close Jersey client and ExecutorService in tests\n\nWe manage it and therefore it's our responsibility to close\nthem in the end of the tests.\n", "proba": 9.741000894791796e-08}
{"commit": "1a82e6662feaa33b93048f6d1e91a3b70fcf46d0", "message": "added new JSON Web Token Class", "proba": 1.842183365852179e-07}
{"commit": "87d52c1afd0327eb04f811e234fc8d8585bd082a", "message": "rowlogprocessor:\n * reduce acceptable clock skew from 5 to 2 seconds\n * firstrun minimalTimestamp initialization can make use of tsBeforeGetMessages\n\n\ngit-svn-id: 1539da8adbe6edd6a9574b70a453a2e41fb5c603@4570 b80d95f8-e103-0410-bd55-e03a9dc29394\n", "proba": 5.90666104471893e-07}
{"commit": "bd76509b9caf882da940681e852e0c8338452599", "message": "Initial version of the EmployerEntity (refs #351).\n", "proba": 1.0233981839746775e-07}
{"commit": "48d6bb9c74a417c5886ef2fc156aa0910960484e", "message": "added solution for problem 60\n", "proba": 3.0739630574316834e-07}
{"commit": "c19035b13c912bc99972fc381df94088cc1036d6", "message": "Add support: set primary email address.\n", "proba": 2.684067510472232e-07}
{"commit": "be5f363efa38337f655272647bf47aa3b6f08b57", "message": "Add missing file\n", "proba": 6.467544608312892e-06}
{"commit": "4c3fd47ee9f6a3ab89e4e5a8d703bc9fce37f5bd", "message": "Minor rework of map group qa\n", "proba": 1.6808564851089614e-07}
{"commit": "fcbc50c439fd7ac79b57dafaca4d30b1f3d5858b", "message": "revert MJAVADOC-211\n\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@681706 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.4724782810590114e-07}
{"commit": "1bf2948df4cdaf4f0cebc900fb754f05956f93be", "message": "improved error message to be sufficient for fix: the link is only here as complementary info\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1151605 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.772811277893197e-07}
{"commit": "2772f4be428aededf7326d92723482b49e36aac1", "message": "Added a new test case to check the namespace problem. However the test seems to pass ????\n\ngit-svn-id: 3495a5c4bbe5ece00c09619c056c9a903ff1da72@156232 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.465556361945346e-05}
{"commit": "df4bb4f687c05bc0670caad6fafa459934595a4b", "message": "Potential NPE in VMaskedTextField\n", "proba": 3.156866341669229e-07}
{"commit": "396cc753192730c1828bb63893ee7ef78d3d8fe4", "message": "am 4cd2c811: am ebff637b: am c9a016dd: Merge \"Always give wifi a chance to quiet down during restore\" into lmp-dev\n\n* commit '4cd2c8117174d0692b79f8346706f193d7242c3d':\n  Always give wifi a chance to quiet down during restore\n", "proba": 2.649583393576904e-06}
{"commit": "5969004032d5d1afe497403daafae34bc887c926", "message": "sysui: refactor for extensibility\n\nMake mQsExpansionEnabled protected in NotficationPanelView.\n\nBug: 27836776\nChange-Id: I35479e990607d6801effd3fa64fd3ffb1f9503dd\n(cherry picked from commit 8af5736425d60641268943fe4d7e23a2b7d99c8a)\n", "proba": 5.295132154969906e-07}
{"commit": "1c2c13848356ac5cec35a636c82e7ca136b80957", "message": "am bba726ee: am f71a1a16: am e4de3fbe: Merge \"Fixed a bug where the notifications and the clock could jump\" into lmp-dev\n\n* commit 'bba726eedfdb9aa9b42cc7b49deec16ecbdb8394':\n  Fixed a bug where the notifications and the clock could jump\n", "proba": 1.2882956070825458e-06}
{"commit": "f5f165001179a9622031ba90ce0b53418f69c0ec", "message": "am 92a87e30: am 50cd7c39: am f7805dd7: am 7290b56b: am 8ae8689d: am c41853ce: Fixed wallpaper bug where wrong size was taken when cropping\n\n* commit '92a87e302625c69c6a52c3cb595b9ecfacf29129':\n  Fixed wallpaper bug where wrong size was taken when cropping\n", "proba": 4.406361142628157e-07}
{"commit": "6b73179a8dba67f6246ba855259edf36e5e42713", "message": "Create blackScholes.java", "proba": 3.2506504794582725e-05}
{"commit": "db27a7561bb4d5a0088b8cab99126095db526b58", "message": "Add test coverage for the UncloseableOutputStream\n", "proba": 8.172533512151858e-07}
{"commit": "0da203169c28fda238a285d91f61af34cc3b271c", "message": "gzi: bugfixing\n", "proba": 3.5103259961033473e-06}
{"commit": "6b5252522df725f1124013232f6de9906e745279", "message": "Fixing analysis equality check.\n", "proba": 1.4592522745715542e-07}
{"commit": "f959329acca3ffe97a5553d07c522368c980c125", "message": "provide the connection provider\n", "proba": 3.3514990604999184e-07}
{"commit": "1150475f063bd58868cc2e3120a0490cd1431d28", "message": "Adding a Java file\n", "proba": 9.059282888301823e-07}
{"commit": "984dea81a127e1856ab93e9029b91b266340b9c1", "message": "Fibonacci using Recursion in JAVA added\n", "proba": 1.5633574435014452e-07}
{"commit": "1863c05c8c7b4f932f90ed41a1d70944fe667328", "message": "Add License\n", "proba": 2.9427283720906416e-07}
{"commit": "495a7c752b65384cf1c57a4665a30f9fe36c41c1", "message": "Add comment\n", "proba": 1.5774051576045167e-07}
{"commit": "5ac07e1e5cf8397aeb1e2286fd7c318463f90eb0", "message": "backport from c#\n", "proba": 1.460881406956105e-07}
{"commit": "8d3d505259fdf22bd959c32359475837538a8afe", "message": "Update PaidCases.java", "proba": 3.856091268517048e-07}
{"commit": "52ecff9c81950ee9a1cfb06db59d4584fbc85b90", "message": "no message\n", "proba": 2.1470650608534925e-05}
{"commit": "0fe81c7205ee945e263536dd64b7c1be975e3a1b", "message": "testCreateEddy: Make it easy to run the test in a loop\n", "proba": 3.7209392189652135e-07}
{"commit": "bd7efea4e15c3ce5c297ec450598cafea0c9a7d5", "message": "Java Program: Convert numbers to ita equivalent word representation\n", "proba": 0.015417746268212795}
{"commit": "71335ce0fd6556baf65f79cce151dc6fc9ec73aa", "message": "Initial entry\n", "proba": 1.9552702212877193e-07}
{"commit": "c6d08bf5401e00929105dbb286212bd489439e92", "message": "added twitter api class", "proba": 2.7669986479850195e-07}
{"commit": "c1c90a122840ae874e29c4b3c53e02b111199b35", "message": "Forgot this one in security update\n\n\n\n", "proba": 1.20946950232792e-07}
{"commit": "277f331319e624cbf44248d4a30d2c73a6196231", "message": "Translate bind and operator requests\n", "proba": 1.235415129485773e-05}
{"commit": "ffe6ec3a9319b2da0afcaaa373550a1798de4e6a", "message": "add longest consecutive sequence solution\n", "proba": 0.9999994039535522}
{"commit": "0130f6c393248244688122b7cb3d4d8d6b5f64e2", "message": "Correct refactoring error\n", "proba": 1.5057883501867764e-05}
{"commit": "0a83eca19217f580c2d12f09f508a097be5759b1", "message": "This now ServiceImpl now has implemented methods.\n", "proba": 1.0842338582506272e-07}
{"commit": "2b41bd20299c673320ca913c0f13d6151e6df17a", "message": "Add ReverseWords\n", "proba": 0.9988551139831543}
{"commit": "0e7ff6c3f33a8f672711b88b4c9ec5579209da21", "message": "Add Barang Controller\n", "proba": 2.0673860490205698e-07}
{"commit": "0db2193c6f2edb6fb942891410df84a3563fcf4c", "message": "Add Fixed Kill objective\n", "proba": 3.356056765824178e-07}
{"commit": "6612cecf45a7ba4e71d99d89c2d7db33b12479ea", "message": "corrige findbugs\n", "proba": 2.3621578293386847e-06}
{"commit": "16bb3bb633a62ae4e1d27005720460e3f8801a8a", "message": "HBASE-3627 NPE in EventHandler when region already reassigned\n\ngit-svn-id: 949c06ec81f1cb709fd2be51dd530a930344d7b3@1085076 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.1203331951037399e-06}
{"commit": "f7171396452816d1c7367b345a38a76dc70346e0", "message": "actually resize the arrays in setNBins\n", "proba": 1.7512029160116072e-07}
{"commit": "419e8296ea76c5f1db1abbaa88b39b538fa42403", "message": "LayoutLib: move asserts around.\n\nChange-Id: I6fcfcf2e6fad1d9fa172b9a8c20c72fa2533e7fa\n", "proba": 2.5975854441639967e-05}
{"commit": "fb677a10ed14f929be96782399350365e5e17375", "message": "BUGFIX(ACC-80): was not setting exit status to non-zero when exceptions were caught... Uhg.\n\ngit-svn-id: 25dac4f723c7e5b42083d4a98669c37f60455592@2796 69e27eb3-6e27-0410-b9c6-fffd7e226fab\n", "proba": 1.2781896430169581e-06}
{"commit": "41241943f32c3d7c83bd7d08a67b30df83edc89b", "message": "added a response processor interface\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@5824 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 8.207814516936196e-07}
{"commit": "275d0915e02d79f611e26afdd9c6b1031477705b", "message": "Fixed namespace problem in IndexerWorkerTest.\n", "proba": 1.1611648886855619e-07}
{"commit": "ce3b1f157a5ac16712a6f28d0ea51ee011345e92", "message": "implemented interface for report", "proba": 3.44309228239581e-07}
{"commit": "792f52986db154b455d392e03a4c07e96faec3bc", "message": "android: add possible fix for photo orientation\n\nTested and approved on Nexus 9\n", "proba": 1.2433790175236936e-07}
{"commit": "37764aa935f7f0b6f68130f9e658478973fee565", "message": "Create BCExecutionLog.java", "proba": 4.0800208012115036e-07}
{"commit": "a14eb5e92aca1bc0d00b388bc1512b8960974ee9", "message": "BOJ #16397: \ud0c8\ucd9c\n", "proba": 2.655312982824398e-07}
{"commit": "b4f75ebb06fcb23bd7563253d3548e1963527ade", "message": "Added User Entity", "proba": 2.3423312711656763e-07}
{"commit": "aec6bf22a1b0da3cc46e8cb9819ee3fb159dabba", "message": "handle rootPassword\n", "proba": 1.7049926555046113e-06}
{"commit": "6a2ffa9c7c82f04fd2e01e2c414fb8be9137429e", "message": "Panel borders were removed. Now we should have 3 less views for each row. From now on we should design background images which contain borders.\n", "proba": 9.775992992899774e-08}
{"commit": "df10b0b20f446d32f5d61f869ffc69f86f0f1f8a", "message": "FormattedHtmlTemplateOutput added\n", "proba": 2.587462972769572e-07}
{"commit": "b029096b4873ac538d48a3c72f9d98910f8ee61d", "message": "feat(version): Expose Gate's version via an endpoint. (#590)\n\n", "proba": 1.27981522268783e-07}
{"commit": "fdc4fd7f2c2e803decd6022b6a243364219cebfd", "message": "[FORWARD-PORT] Handle exception while getting CP member UUID in TimedMemberStateFactory when RU is in progress (#15621)\n\n", "proba": 1.0620873069910886e-07}
{"commit": "ef95636c42efa3cb1b164ad913b9135b765e8f16", "message": "MAP-1221: fix viewed.\n", "proba": 1.1158020640777977e-07}
{"commit": "d20ff0b7cad341aa6a578dcdbd26f7b39af7e945", "message": "GROOVY-4552: Closure.leftShift() and rightShift() and trampoline() return the raw type (some tests showing Java generics in place)\n\ngit-svn-id: aa43ce4553b005588bb3cc6c16966320b011facb@21211 a5544e8c-8a19-0410-ba12-f9af4593a198\n", "proba": 2.4629269319120795e-05}
{"commit": "8ed99ee81d5eef69a8199dd60764f7650c07f133", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "fd5591ed946ca0d3e04b5027f7cea0dab8870d21", "message": "the key is to avoid the dependency of input order\n", "proba": 0.0001319119764957577}
{"commit": "234fad1015ba1c2981b7c975cc863cd258e5b208", "message": "fixed obsolete javadoc like done in r1290905\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1294337 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.088391384968418e-07}
{"commit": "59cde8cbcfc7effb968de24cd1f9d6198884eb54", "message": "fix writeTxt producing invalid json by swapping around colons and quotes (#2673)\n\n", "proba": 1.1843739855521562e-07}
{"commit": "6ba9722544dc8aa8e90e1bb469c940a1816448e1", "message": "Initial descriptor parser\n", "proba": 1.173369241769251e-06}
{"commit": "a02a3d6992c28e6e032214d2a869f2843ed72d90", "message": "Add unit tests to check HttpEventBuilderHelper\n", "proba": 3.000856736434798e-07}
{"commit": "656b86a0be6bf7209d9dccc2bc552906e33012d6", "message": "Update EchoApplication.java", "proba": 7.341366767832369e-07}
{"commit": "6255f7dd86ebdef4b4de0abe7c478966c611874c", "message": "Create IntraContactBuilder.java", "proba": 3.7501087035707314e-07}
{"commit": "9a1b076411ace08b7dba840be4ddf98915ae8a09", "message": "new for release 1.5.2\n\nSVN-Revision: 18701\n", "proba": 1.2494055567913165e-07}
{"commit": "2fe70bc5c8337162c73ae4b776031531b4cb6fd0", "message": "Atualizacao", "proba": 1.4594124877476133e-06}
{"commit": "7bab5ab39790c3ddb5e96caabb14383af0ec87d9", "message": "Formatting\n\n", "proba": 5.685269206878729e-05}
{"commit": "2b4540288d6f8c9b68468fdc8107326a79524b32", "message": "Create HelloModLibSimplest.java", "proba": 4.22384601961312e-07}
{"commit": "003493750e64606607737c57564acc9955155fc0", "message": "Adds Unit test: YelpImageLoaderTest", "proba": 1.6994617908494547e-06}
{"commit": "b69a23cf945d46c0094bc64c56125e5fc515cdd5", "message": "minor fix for #3938", "proba": 1.7869466262254718e-07}
{"commit": "3232e6da9be265c204a93fc48c9e880e069710f0", "message": "abstract classes can't be instantiated", "proba": 5.731581950385589e-06}
{"commit": "d96c15ac90f6c5b0555cb4f2f9fa8cb48d52bec9", "message": "oops, fix checking of invocation of overloaded super member", "proba": 1.775993752062277e-07}
{"commit": "4c78951eb351fd1f8640fb9f35201a82490b9bb0", "message": "handle parameters with unresolved types", "proba": 4.786965632774809e-07}
{"commit": "a1ad9221cb172bac56aab0897545d69fdb6010d4", "message": "cleanup", "proba": 3.1109298106457572e-06}
{"commit": "37a5d8c3da358ccfe8a4583cb790626b31c1f699", "message": "Unit tests for network config REST API.\n\nChange-Id: I1b09035ff7aaa463889f62bbc9709a37a920d800\n", "proba": 7.351585736614652e-06}
{"commit": "9bdb48b2d084072623ddec2236f2c3b1163ca4d5", "message": "version 0.6.0\n", "proba": 1.7482806242696824e-06}
{"commit": "9ff9304a7fd4c2257daf28ee7959995225b1a33f", "message": "Use hamcrest matchers for expressive tests\n", "proba": 1.8284383429545414e-07}
{"commit": "27b7c142a39e44f8389a563aa0a754382e57679f", "message": "CustomArrayAdapter empezado\n", "proba": 6.97133202720579e-07}
{"commit": "0b8c14c00a18b795a776b2162653f19429bb76f6", "message": "Preserve the current clip (if there is one) when drawing a subimage.\n", "proba": 1.2605359245299042e-07}
{"commit": "840bcf4bd00351521923726796a56f4bf2acec9e", "message": "Adds multiplication\n", "proba": 0.9988588094711304}
{"commit": "796099389bb57abf2540e9362c167464776c151f", "message": "123123", "proba": 0.9999810457229614}
{"commit": "e6edf4de93d2201962878ffc89a6be1a6655686a", "message": "Added getPhotoForFriend method\n", "proba": 1.420530679752119e-07}
{"commit": "481665942b5527ee24b442c728e08fceaa7e0f7a", "message": "fix unit test annotation causing compiler errors\n", "proba": 8.485125135848648e-07}
{"commit": "3328a6af4a3b19acaa0885d9342e35c9411a1a5b", "message": "git merge conflict removed\n", "proba": 8.587863362663484e-07}
{"commit": "e148b53c67b482544be0cc4ce540ed1dfe3d7383", "message": "Add unit test for DefaultHttp2FrameWriter\n\nMotivation:\n\nDefaultHttp2FrameWriter contains important logic for how http2\nframe encode into binary, currently, netty had no unit test\njust for DefaultHttp2FrameWriter.\n\nModifications:\n\nWrite DefaultHttp2FrameWriterTest to test DefaultHttp2FrameWriter\n\nResult:\n\nThe coverage of DefaultHttp2FrameWriter is increased, and the\nclass was more reliable\n", "proba": 0.000652697344776243}
{"commit": "cafedf1eb695417ca90eb8a7f041c6b8068d0e6a", "message": "Homework #4\n", "proba": 2.2083230533098686e-07}
{"commit": "755c72699ea208039566e64d7fa480e04b0d1d4c", "message": "Hola Mundo", "proba": 0.0025219833478331566}
{"commit": "d0ae372c66a6d23c828a84675bd87e1399c591f4", "message": "Flatten Binary Tree to Linked List\n", "proba": 0.9869757294654846}
{"commit": "4a1a9635e69e9d318c48b4ec6e7dd562f9ab6f95", "message": "Some formatting fixes, plus one conversion fix.\n", "proba": 1.1699260937803047e-07}
{"commit": "0f828fa7d717bb99cbd1f48e60841eb0897728ee", "message": "add additional parsed tags, correct readme file\n", "proba": 2.229481879112427e-07}
{"commit": "4af15e72e89ee55d01657d0c423216cea8cc7c17", "message": "Extends CommonDataLoader for SSL with Keystore usage\n", "proba": 1.2742749788685614e-07}
{"commit": "4a94944e435db2f580de3c671a0e4d35f18b7ef6", "message": "minor renaming and refactoring\n", "proba": 2.5891219479490246e-07}
{"commit": "b6dceb0d1c7963dd12e47b702b90e2bb4c81c040", "message": "KULRICE-6479: Adding base test for SessionDocumentServiceImpl\n\n\ngit-svn-id: 2a5d2b5a02908a0c4ba7967b726d8c4198d1b9ed@35298 7a7aa7f6-c479-11dc-97e2-85a2497f191d\n", "proba": 6.586271297237545e-07}
{"commit": "e3d1ecfa47dc4cd941fe472d91c379246f64f955", "message": "Ora magicmirror funziona anche col server remoto e con la webapp java in\nlocale", "proba": 1.2148680639256781e-07}
{"commit": "63687523e1e6bf9bb40edbcaa4349b1808e301db", "message": "ELMIS-286 : Stock Imbalance Report Model\n", "proba": 1.1111064424085271e-07}
{"commit": "2ebd459917bead17540861faa49fcd5f4c375550", "message": "\u521b\u5efa\u4e0d\u533a\u5206\u5927\u5c0f\u5199\u7684Map", "proba": 2.2693474477364362e-07}
{"commit": "d6be59000a6f0d38b76d625519b7fa2bca1bb524", "message": "new unit test", "proba": 3.210888621651975e-07}
{"commit": "573046942d2609f6357556cc2e0aa4cce5899eb9", "message": "Improved logging on updateInUseFlag method\n", "proba": 2.5686841809147154e-07}
{"commit": "23197e7ef2e3fc64873de5db619eeac7e077cc40", "message": "added device get status response class.\n", "proba": 1.1803935962007017e-07}
{"commit": "50314c5698a66343249da8c338bfa87f3047e6d0", "message": "Create DomainValueUserTypeFactory.java", "proba": 1.544471956549387e-06}
{"commit": "2aca25410b7c711d7ca9f20e482eaf6d83d323ff", "message": "added IPAddressIdentifier", "proba": 3.0593577093895874e-07}
{"commit": "729f1f2dfeb2b0e5284bc781359d1761db31a47e", "message": "add solution\n", "proba": 3.4661054542084457e-06}
{"commit": "2e03c495a7c891a06f84a7ad81af8a4dbc4beea9", "message": "KCINFR-81: Removing unnecessary code.\n", "proba": 1.398299360744204e-07}
{"commit": "4dfda6e88f6d0ba76ecf7747fc09ba42bfbaf803", "message": "change Factorial\n", "proba": 1.6425628928118385e-05}
{"commit": "da41d96c3b692b9f4a646d7587ded091be755a61", "message": "FileSystemProviderAPI", "proba": 8.668055215821369e-07}
{"commit": "1bb68c7db6e4ee176410073a8e7274d54303ad62", "message": "Allow interfaces to be marked native as well\n", "proba": 1.4941366544007906e-07}
{"commit": "74ec413d10f7f4f5bcbb50528d7e23405a5ba35d", "message": "fixed try-with-resource\n", "proba": 2.7727412543754326e-07}
{"commit": "4662a22249cd99a0be622675cf8cd7c5132ada26", "message": "integration test case for empty/absent accepts header\n", "proba": 2.4725136427150574e-07}
{"commit": "9a0cc73429e3d09d1ce6032a15f6009b5dd1c35d", "message": "fixed bug of not closing open files\n", "proba": 3.8216521147660387e-07}
{"commit": "0a2948d54864e1b8a8591731ceedccb53fe8f42d", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "09706f5b70d6db984235ef0593a551cb738f6b4b", "message": "Problem Parser\n", "proba": 4.108616849407554e-06}
{"commit": "f91bdaf25ecc79ccf47fcd674210e467a07d42c7", "message": "[ANDROSDK-652] Add OptionGroupOptionLinkTableInfo\n", "proba": 1.2758704315274372e-07}
{"commit": "ddb9c17418a92613bb9ea467b2a090e6a07b3277", "message": "Reverse 2\n", "proba": 0.9999988079071045}
{"commit": "59fefd5ad939f9b270f97513e1b772ffc9d4aa9b", "message": "moved the Confidence enumeration out of the Evidence object\n\n\nFormer-commit-id: 0cf54545f41edfa23cac0ef9d1e12e89ba8f235b", "proba": 5.1882670959457755e-06}
{"commit": "82e05e1afe0d0ca198fbdefce17cddfcceede685", "message": "display a warning when adding an image to an incorrect color space PDF\n", "proba": 2.7544714953364746e-07}
{"commit": "d3ba3c0de92319683f8e84ac3406649f905b4940", "message": "EqoutationActionCommand\n", "proba": 3.058550282730721e-05}
{"commit": "18a0d96633f79e90d4b5204a7691e7245b876940", "message": "Include test using JUnit 5's @DisabledOnOs\n", "proba": 1.4934613545847242e-07}
{"commit": "ec08fe945b49d50d61402f4a90d234479dfd60ca", "message": "language: resolving for the metamodel needs to take account of overrides\n\nPart of #5734\n", "proba": 2.2140251587643434e-07}
{"commit": "2b9f92b1469ae4dd9ac3283f0525ffdec6586717", "message": "[MCHANGES-185] Output special characters like < and > in the JIRA report\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@831609 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0004061491636093706}
{"commit": "bdd3cd11c50d66a92bee344e41ba19128e60b857", "message": "Added missing Generics\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1531239 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.01360159937758e-07}
{"commit": "a6b9b49e160cd444fc05d8dabac720087a61bf72", "message": "code change according to the review feedback from HQ\n", "proba": 1.198586545569924e-07}
{"commit": "3b6f47472bccfa5c85178ba1babe2c7d5f474d40", "message": "CAAERS-58 adding test cases for StudyImportService\n\nSVN-Revision: 4499\n", "proba": 1.0854277832095249e-07}
{"commit": "3e46613524e28aa008ff81426775f9850241e8c1", "message": "Create a class to hold max age calculation when start and end time for caching availability is in the same day.\n", "proba": 1.0893933932720756e-07}
{"commit": "111a7847a9ea47ef398806501f3cdd1c33f9e6f8", "message": "Add implementation rule Rgaa32017Rule101404Test\n", "proba": 2.422522982215014e-07}
{"commit": "038b3be12467d474cd9653753af38a329dc4992d", "message": "Add implementation rule Rgaa32017Rule110301Test\n", "proba": 2.5958740934584057e-07}
{"commit": "38a56f20bf857d5c18a1e7fc323887a4503cd5d4", "message": "Rename \"Low memory\" to \"Low detail\" plugin\n\nCloses #595\n\nSigned-off-by: Tomas Slusny <71c4488fd0941e24cd13e3ad13ef1eb0a5fe5168@gmail.com>\n", "proba": 1.1507493979934225e-07}
{"commit": "7a9abdc4dd28c64b14bf82e48149103e9854f741", "message": "Fix bug with rendering more than two tooltips following mouse\n", "proba": 1.3554617339650576e-07}
{"commit": "df81ecd551ce5358b7f581155054935142812ce6", "message": "[BEAM-90] TestCountingSource can throw on checkpointing\n", "proba": 1.2406701443978818e-07}
{"commit": "3913e999def11dc2ee0d30acbdb6e5bb965166f1", "message": "Backend implementation of map() for #90\n", "proba": 1.6889968890154705e-07}
{"commit": "8d974da699a666810195585a26c0580dfc981031", "message": "NextGreaterElementI\n", "proba": 8.938715723161295e-07}
{"commit": "6348f2f6fc281d196fd4bd1ffdee7ac00ad19221", "message": "KCAWD-816: When funding award institutional proposal special reviews were incorrectly empty.\n", "proba": 1.0584572152083638e-07}
{"commit": "51b85cf2fac9faa2cb855f5d1c5ef9404f5c47ad", "message": "Create more20.java", "proba": 2.626871662414487e-07}
{"commit": "d9660d6660c40bb5651962e1e975d3e29d30ac43", "message": "add acceptance test for 100Mb\n", "proba": 1.6040512207382562e-07}
{"commit": "8b99871ef0c972f6f4ea399c04273dabe37b7f26", "message": "Add test for #140\n", "proba": 2.634867826145637e-07}
{"commit": "8851b0c6fc1f68e71789f8b488438e02c3c38116", "message": "Create AboutTreeSet.java", "proba": 4.08198246759639e-07}
{"commit": "79a47b0f7501eab11101e865242778962198847d", "message": "27 \u53cc\u6307\u9488\uff0c\u540c26\n", "proba": 1.2413174488301593e-07}
{"commit": "05e4e37c14db3ffb301ada144365ff0987e9e205", "message": "Update\n", "proba": 1.038289269672532e-06}
{"commit": "68214e12eb946138c2be81add9e5010b39a7c46f", "message": "Made use of JDOM Namespace class threadsafe\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@7287 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: b33bb87b8ebf6797a326fb168a6ce37b411695ce", "proba": 9.332755439572793e-07}
{"commit": "324bae13f8709fe6623a45fa5b3377565176ae5a", "message": "create java exemple", "proba": 8.017848927011073e-07}
{"commit": "778f0a7e35a0ddd4f1641d1c0b253dde2b5e5a87", "message": "borrow more\n", "proba": 1.2903733193070366e-07}
{"commit": "4c4ce555a7701fc06382402b1f511fb49445c67b", "message": "Started on JUnit Test for EditChoiceActivity\n", "proba": 1.3799541420667083e-07}
{"commit": "2605fc48b0672833185e043f4f24fe98b1c6d6cf", "message": "add myjava.java\n", "proba": 0.0002223258197773248}
{"commit": "e270bf57fd7340f66b362ad44773fcde056b8889", "message": "123123", "proba": 0.9999810457229614}
{"commit": "bdfddcc4072d230a3e126eee40e6026c257f1356", "message": "sorted array -> BST\n", "proba": 3.747206574189477e-05}
{"commit": "f29f465ad5010b377aac6f7c0f8f6bbc7f9ccd47", "message": "Removed invalid import\n", "proba": 4.0209934581980633e-07}
{"commit": "6342d431290c8c78941bca6518d86162dd096924", "message": "FELIX-5891 : Keep order of properties and objects. Apply patch from Andrei Tuicu\n\ngit-svn-id: e057f57e93a604d3b43d277ae69bde5ebf332112@1836629 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.72170069592903e-07}
{"commit": "dbd706138d98bfbb286c4709f01e50cd34260912", "message": "foooo\n", "proba": 6.149784439912764e-06}
{"commit": "8bd14c2e242f12ec3f782bb823fe25e6e94c7e09", "message": "Access identifier.\n", "proba": 4.4676144739241863e-07}
{"commit": "96c5a04d67e9636c2d33c101c3bc0725435463fc", "message": "URLNormalizer : log original URL when encountering invalid URI\n", "proba": 2.3671320548146468e-07}
{"commit": "c8f72b59c0857c1ab128cd4908e897daaba6b1a5", "message": "[ADD]\n", "proba": 3.364122278526338e-07}
{"commit": "0ecced588e146b11213d9a5524d90dcf79ab771a", "message": "[894][cygnus-common][ManagementInterface] Fix minor issues\n", "proba": 1.884048401734617e-07}
{"commit": "34df28f6fee7f7f93ac362b4c905f77b1af5d9dc", "message": "\u6dfb\u52a0\u6e05\u7a7a\u6d41\u91cf\u547d\u4ee4\n", "proba": 3.369490855220647e-07}
{"commit": "5d3777eeae29ad0bc866a511aa17738ab6e4bfa3", "message": "Ignore new test that doesn't function right now", "proba": 3.2394621030107373e-07}
{"commit": "ee7d57600b660c400f2a05c8f04335a94a174da3", "message": "Create stub for unit test\n", "proba": 3.486826187781844e-07}
{"commit": "c4046f125e6660471a1cd8799336601bae344bfa", "message": "JCR-1337: Optimize first execution queries for DescendantSelfAxisWeight/ChildAxisQuery\n- forgot to commit new class FieldSelectors\n\ngit-svn-id: 02b679d096242155780e1604e997947d154ee04a@615227 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.803505243624386e-07}
{"commit": "ed32b4d38635480aff11c731401323b87506f081", "message": "Added missing file for Issue #289\n", "proba": 1.3274028276555327e-07}
{"commit": "fb43fea68a00b7b147992b52b86305f6fbc1548e", "message": "AI 143815: am: CL 143758 Fixes #1749387. When a client of VelocityTracker obtains an instance from the pool, actually remove the object from the pool. Otherwise, several clients can share the same VelocityTracker which can lead to really weird side effects (including concurrency and UI issues.)\n  Original author: romainguy\n  Merged from: //branches/cupcake/...\n\nAutomated import of CL 143815\n", "proba": 1.2795699433354457e-07}
{"commit": "8a2d99f147114e7567c1c0fef3366408f5b1a612", "message": "[r1869] renamed from demoShell to CLFormsShell\n", "proba": 1.567317866602025e-07}
{"commit": "82605ff16f1e18bf97e81cbdf82c23f2a9f7dd73", "message": "Added logging listener for everyone to use\n", "proba": 1.8261799539232015e-07}
{"commit": "d3d1c1b08150041d5c672f73651dce33849639a4", "message": "tests for a bit of NameFactory functionality, left out of last big naming change\n\ngit-svn-id: d69ffe4ccc4861bf06065bd0072b85c931fba7ed@156625 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.956537165729969e-07}
{"commit": "1c30334b774da4be5ade1e49434d0bef7d864a20", "message": "am 5c2ecf24: Merge \"Announce title of QS detail views\" into lmp-dev\n\n* commit '5c2ecf242ba7cda0340574e543b581818972e76a':\n  Announce title of QS detail views\n", "proba": 1.647941871851799e-07}
{"commit": "79f99d4f412ba1f5f753cd5ec7152af52645d7f2", "message": "Cria\u00e7\u00e3o classe InputFilterFuncionario.java", "proba": 2.244223651359789e-06}
{"commit": "bf98c0d99be12c5e8c7fe6f29b58033db0ae0c44", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "2aaae44cbac897fbaa1b0986b7524c83905b56fa", "message": "reverse bits\n\nChange-Id: Id4f7e74fe0a28d504f2e13160cf5206c381b4003\nSigned-off-by: pistolove <410a3c9a1616fe31e0c38c1719613c8270ffba78@163.com>", "proba": 1.463167933479781e-07}
{"commit": "9ba21fdc9ddf1d132215d29054b55af416561367", "message": "Tweak system gesture listener.\n\nSwipe gestures now need only travel a status bar's length\nto trigger.  Name distance threshold variable appropriately\nto avoid future confusion.\n\nBug: 10045892\nChange-Id: I70fcf218e97c85e2653560bf2e2242d9c36537fd\n", "proba": 5.538030904972402e-07}
{"commit": "d2aaff582ad7928291bd1ba6e7fb5f5366e8e189", "message": "MediaCodec: docs: Clarify that audio/mp4a-latm is plain AAC, not in LATM\n\nThe mime type name is unfortunate since it implies that the data\nshould be provided as a LATM bitstream, which it should not.\n\nChange-Id: I3c997025342e3298729db2bfaeace9fcac001af9\n", "proba": 0.9978373646736145}
{"commit": "a8a9cfe9acb13cc336752fe682ecafdd6f449c46", "message": "am 555e4ade: am 2596d6de: Merge \"Document retry behavior for MediaCodec.CryptoException\" into lmp-dev\n\n* commit '555e4ade924ee90170b9c0f33fa118b991d63f2e':\n  Document retry behavior for MediaCodec.CryptoException\n", "proba": 4.153292820774368e-07}
{"commit": "a6b26ce0e8a978188fc7ac4d40e43791f24412f1", "message": "Create Smoothing the Weather.java", "proba": 4.134122946197749e-07}
{"commit": "7fbde8ba399b6c6bad9e555da345a80aad0b0d07", "message": "Se agrega c\u00f3digo para compresi\u00f3n y descompresi\u00f3n (gzip) de texto plano con Java\n", "proba": 5.489570185090997e-07}
{"commit": "7dfb755a8240a983fffd76d59ea10272bf0a2cca", "message": "Dies und das\n", "proba": 1.0591332966214395e-06}
{"commit": "76874ffcf92f7ea3359e3cf984dc72c9ae1cb58b", "message": "Introduced ZContextBean to combine  ZeroMQ functionality with Spring Bean functionality\n", "proba": 1.2480764155498036e-07}
{"commit": "280558c2359656da29fe5ce9045c093e399416a4", "message": "fix problem with footer append\n", "proba": 1.5088797908902052e-06}
{"commit": "8b60c186018053ccab47749bfe79e0d47f51dd35", "message": "Create Robot.java", "proba": 6.642115295107942e-06}
{"commit": "02841f26d15729b8627eed340547c3a641527284", "message": "#7: Stack Blur", "proba": 3.207583176845219e-07}
{"commit": "8acae49b49af9860adaa6c5d1b69dfc9ea836032", "message": "Funny Strings\n", "proba": 1.1478672377052135e-06}
{"commit": "29d2ac32dfcafb947796615098c7076da366b281", "message": "Create Tuple.java", "proba": 2.028473772952566e-06}
{"commit": "e46f151061db8555b96f3198af884221f94f7e2a", "message": "Add Hello Controller\n", "proba": 2.999737489517429e-06}
{"commit": "609bcb8c06c88c441951c1f3898a4a29efc6810c", "message": "KRACOEUS-6836\nIACUC procedure redesign \nFix issue in listing summary details\n", "proba": 1.1417082390607902e-07}
{"commit": "afaf7af232a75ee20cc65b89dcf5b68fd789f9ec", "message": "KRACOEUS-6309: Changing sort order\n", "proba": 1.7830330989454524e-07}
{"commit": "aa98363dc89728ebd762363ffc41f249a1be5cc7", "message": "CON: introduce applySequence() method to be more flexible with what to do with sequence content\n", "proba": 1.6122562840337196e-07}
{"commit": "833cef5247868ef4c8e83e33b7118e96b4972a20", "message": "added logging\n", "proba": 3.9830032960708195e-07}
{"commit": "84b23487019caff9173b1bd2c28e6491de2d5f05", "message": "\u652f\u6301LinkedHasSet\n\ngit-svn-id: 3e46e6c6f80569975ec13a3e6f1fa9360e3b78bf@1385 fb902949-7fc4-4485-a80f-4d6ff335c879\n", "proba": 5.135106562192959e-07}
{"commit": "2a119c2a1eae046489780573a93da42d3013cfb4", "message": "Add test to basefilesystemcatalog\n", "proba": 3.124202692106337e-07}
{"commit": "368905677a8a7813953124b4b3341ba0ebc5bb00", "message": "KCIRB-253 : Fix comment\n", "proba": 1.089750796268163e-07}
{"commit": "28e049ef73f5d9301a198ac53535442b697b7ef4", "message": "am 0db6e6a5: Merge \"Optimize layout rendering in layoutlib\" into klp-dev\n\n* commit '0db6e6a567e25d560586863c7be654a0c1da5795':\n  Optimize layout rendering in layoutlib\n", "proba": 6.682956836812082e-07}
{"commit": "dd6d46eb48cb0836d0f93524b9aa027a374b50d6", "message": "refactoring\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@5967 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 6.339286483125761e-05}
{"commit": "4242d7c1212ef4e69fff69ed972613d588bc1a84", "message": "test cases added for signup user and approve user\n\nSVN-Revision: 24153\n", "proba": 1.2562732365495322e-07}
{"commit": "b02b8e2801d4b00ddddbccf3e1286a73dc248fea", "message": "Improved error shown on top-level Choices without children\n\nSigned-off-by: Matthias Stevens <3e0606afd16757d2df162884117429808539458f@gmail.com>", "proba": 1.078146212307729e-07}
{"commit": "181e3594200226be00296de2d7f62001a32b8ef2", "message": "Created CourseListFragment\n\n  shows the courses for the corresponding course of study\n  if course clicked the courseFragment is called", "proba": 1.2824469308725384e-07}
{"commit": "e979b5a9004caca7f0dc97a54f834eab47cbc4bf", "message": "Used TextUtils to perform the null check that was previously added\n", "proba": 1.2125438786370069e-07}
{"commit": "381b0caa6fe9e8153c38ddbcc59b353d8b400e1f", "message": "GH-30: Fix bug - the system property for webdriver was set later than it had to\n", "proba": 1.0795805138741343e-07}
{"commit": "f0b93a47b4796e535b77032cf37dcbeee4b28dbc", "message": "don't return null from getEntryNames\n", "proba": 1.6756562217778992e-06}
{"commit": "afc48f5d47379b38711011fd391f0c61411b87a3", "message": "Create Wifi_Locator_Service.java", "proba": 1.41433429234894e-06}
{"commit": "f850a341458f1f543af17b756759fe259e2e3773", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@1456 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 5.565372021010262e-07}
{"commit": "46891a8f1cc167d0495031ce534321062b34d8c1", "message": "Update streamitems javadoc\n\nACCOUNT_TYPE and ACCOUNT_NAME query parameters were required in API level 15.\nWe've removed the check for JB, but in order to keep compatibility with HC\napps still need to add those parameters.\n\nBug 5135278\n\nChange-Id: Ib9b9751c9017c53905047045816a44c5a279fa64\n", "proba": 7.365504757217423e-07}
{"commit": "62b83b7fc4642b71829737494258f12996bc1baa", "message": "Deprecate extra gd:structuredPostalAddress fields.\n\nFor the purposes of contact data, there are some postal\naddress columns that are unsupported, since they don't\ndirectly contribute to a \"mailing address\" for a person.\n\nhttp://code.google.com/apis/contacts/docs/3.0/reference.html#structuredPostalAddressRestrictions\nhttp://code.google.com/apis/gdata/docs/2.0/elements.html#gdStructuredPostalAddress\n", "proba": 0.017710141837596893}
{"commit": "d30866fba31034bc72420506287390d4c347353e", "message": "am 22e2aaaa: Merge change 22656 into eclair\n\nMerge commit '22e2aaaa5cb465679320e1027240d5150f574706' into eclair-plus-aosp\n\n* commit '22e2aaaa5cb465679320e1027240d5150f574706':\n  Adding an aggregation mode: AGGREGATION_SUSPENDED\n", "proba": 2.0169229628663743e-06}
{"commit": "a4d37d85bfcab6e508f0f2796dc01f94c241d78e", "message": "am 46f11652: am 85628188: Merge change 25244 into eclair\n\nMerge commit '46f116520fe7ec04e99dd37d805fc852a71bf795'\n\n* commit '46f116520fe7ec04e99dd37d805fc852a71bf795':\n  Flag indicating if Contacts source has any unsynced groups.\n", "proba": 1.1133275279462396e-07}
{"commit": "b58fa2b67e473f8aa017e9fc6b61895f29d8bd55", "message": "final update, making backgrounds", "proba": 1.2950148686741159e-07}
{"commit": "b1e8b5f115cc3e5a51692b2d16df70e1a841af66", "message": "Create Day21_Generics.java", "proba": 3.102853725067689e-07}
{"commit": "c3030694d5aab03b6553689eb1152f72a298c168", "message": "adding test cases for Participant class\n", "proba": 2.1172301956084993e-07}
{"commit": "c81f5eb8b1a845ce64f28fd88ca893d0984d37a9", "message": "ExpressionTransformer: Fix for #319: Inheritance of multiple instantiations of a covariant or contravariant type\n\nAdd a cast type to raw types when required by variance invocations\n", "proba": 1.247126988346281e-07}
{"commit": "e47954c17bc09601561aa1ebf86f0178cfa2e8df", "message": "remove \"compiler bug: nothing captured\"\n\nWhen comprehension clauses can start with an \u2018if\u2019 clause, it is possible\nto form comprehensions that do not introduce any variables, like this:\n\n    { if (myBoolean) myElement }\n\nIn this case, there are no variables, so none can be captured either,\nwhich is not a compiler bug but expected behavior.\n\nSee #986 for more information on capturing variables in comprehensions.\n", "proba": 6.60634498217405e-07}
{"commit": "f31a9a548a484188b08dea9c34685db39cf1a5b0", "message": "Add task importer client\n", "proba": 1.4603481304220622e-06}
{"commit": "1750a36eaaf8ae689cdb00384ca569a70d8ac45f", "message": "Added ListIterator.java file\n", "proba": 1.4095135725256114e-07}
{"commit": "52b6afd45f666203df3f8143077c5e7663ec00e8", "message": "Added an example script that I wrote for my OOP Java class that demonstrates the use of java.util.concurrent\n", "proba": 2.1720200038544135e-07}
{"commit": "ff8647b4de481b24536183e1427d135a3fa620c1", "message": "am 3e79dab2: am d2a28cdc: am fd266000: Notification: Only post-process legacy notifications\n\n* commit '3e79dab28ee52eb996406cbc866e27688ed5238e':\n  Notification: Only post-process legacy notifications\n", "proba": 3.6731586305904784e-07}
{"commit": "f3fda0778c3deee7955f2c3caef2ac71cd9b647b", "message": "am fafce1f9: Merge \"Add number back to legacy notifications.\" into jb-dev\n\n* commit 'fafce1f9f5b371c76cd7875a58b183093f8b517f':\n  Add number back to legacy notifications.\n", "proba": 2.1350571444145316e-07}
{"commit": "2be4ddc403b55e3c5107609a2eaeed4ddc0f23f0", "message": "am a5de8479: Merge \"Fix Browser when running on a platform without webview\" into klp-modular-dev\n\n* commit 'a5de8479f442b7e6f8d285db58713e42fb922798':\n  Fix Browser when running on a platform without webview\n", "proba": 1.444276335860195e-06}
{"commit": "92d8b808003ca42e00ad65426bb8bdc5cd1d167f", "message": "am a76a792f: am bbe14a17: Merge change 24473 into eclair\n\nMerge commit 'a76a792f52b8dd7f955bcf781a58c540a57de5d4'\n\n* commit 'a76a792f52b8dd7f955bcf781a58c540a57de5d4':\n  fix [2074427] SurfaceView doesn't disappear on GONE\n", "proba": 9.427515124116326e-07}
{"commit": "71068f694849353bb99c1906f486fbe29a14c074", "message": "Use audio focus instead of legacy music command\n\nBug 8612500\n\nChange-Id: Id443b754d683b9f2d2010ee3a03e54590cda0b48\n", "proba": 2.33858872888959e-06}
{"commit": "08f079f5e04f4b0d7bd10ddd54944ae22da36272", "message": "fix: hide system cursor correctly with GLFW until libgdx 1.10.1 is released.\n", "proba": 1.0100890790454287e-07}
{"commit": "cc89aec446db2f01e30c8c445c187c77751f1f00", "message": "Add Crawler class\n\nxml pharsing\n", "proba": 2.5337124043289805e-07}
{"commit": "ea60f13471da901620c2fd9bfb49cf2c7183f746", "message": "\u0443\u043f\u0440\u0430\u0436\u043d\u0435\u043d\u0438\u0435 1.2\n", "proba": 2.994778014908661e-06}
{"commit": "85f8b1e4c76669cb7b0b7e287aecb7bc18d70107", "message": "Test commit", "proba": 2.4716695179449744e-07}
{"commit": "ca23ea4cc6c7de04a0d374fead01c5b36e2e333d", "message": "add TemplateXmlParser\n\nParses the xml found at the template path for footprint and obstruction\ninformation.\n", "proba": 1.0189456389753104e-07}
{"commit": "9ca14a882a222c1ae061d166baae34a3b59daca6", "message": "am f0d019c4: Merge \"Make setServer() safe to call multiple times\"\n\n* commit 'f0d019c4e4ef5ec9b03330c8441aa1356036cc60':\n  Make setServer() safe to call multiple times\n", "proba": 1.0503420071472647e-06}
{"commit": "d037b4f8b3a98f47cbe5c11e10be11266c1ee65e", "message": "Add ExpressionResolver test\n\nwas: cc4221abf36022510861bc3a70de0429867f1c71\n", "proba": 6.922764441696927e-05}
{"commit": "e61fd596ec4b1a5a5a45be45d4dbdbfe167cb1d5", "message": "Adding test for scanagent. Breaking changes (weighting) between 3.3.4 and 4.0.1 forced the need to investigate and develop a working implementation and test.\n", "proba": 1.0961067431480842e-07}
{"commit": "746410f01f2a371772eef0e5f9b39fa6a56c7d09", "message": "id generator\n", "proba": 1.9970518678746885e-06}
{"commit": "b22fdab79744f3af969d13d66e8c012bd9f54d39", "message": "remove unused class\n", "proba": 3.3871347113745287e-06}
{"commit": "7c2cf3a9b321d6d08b99f2038abc14165be75d76", "message": "testlr", "proba": 1.6330554899468552e-06}
{"commit": "88073a00aeca993c4453967bd6ca1fdd7cb9a906", "message": "add Messages class for WebTrans for i18n\n", "proba": 1.5520717511208204e-07}
{"commit": "eaa8acb8c4bfa8ec63117fe830e572b800ffd483", "message": "Testes MDocumentWrapper\n", "proba": 3.7356380744313356e-07}
{"commit": "5eefe1317336714b409500daaebe003f65fd87b6", "message": "HBASE-14800 TCompareOp which was missing from initial checkin\n", "proba": 1.1220166840075763e-07}
{"commit": "af8c25a32279a325c815e63e97be7e7f80d0a53e", "message": "Add SHA1BlockedServerList\n", "proba": 3.464587905455119e-07}
{"commit": "b011cde513244d32256bb2f7ce76f3f6054d1f82", "message": "Test for ipad fix\n", "proba": 2.238848395563764e-07}
{"commit": "c576be7c8b93ebd03b18bea3b7113b09a8133db6", "message": "Unneeded\n", "proba": 1.0096273399540223e-05}
{"commit": "3d60e82574931500948c033c1d58e7e840ffadef", "message": "create interface HyperChatPlugin\n", "proba": 2.789402628877724e-07}
{"commit": "d95bcfbd1b338a8466205b39bf31d600e5c6f719", "message": "iterator\n", "proba": 7.49618129702867e-06}
{"commit": "9372d12a3f7df2ccfc072cd43c1f5567fe1293dd", "message": "PR: MNG-1828\nSubmitted by: Jochen Wiedmann\nReviewed by: Allan Ramirez\n\nChecks if parent definition is existing\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@356704 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.1262405880406732e-07}
{"commit": "64a6c4143b46f448580aa12ed5f9db6a7d1bb862", "message": "PR: MNG-1828\nSubmitted by: Jochen Wiedmann\nReviewed by: Allan Ramirez\n\nChecks if parent definition is existing\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@356704 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.1262405880406732e-07}
{"commit": "349ac09702b236c5153a5a095d43411f8046a08e", "message": "feat(ex-1.1.29): add solution to exercise 1.1.29\n", "proba": 0.00013215545914135873}
{"commit": "b03a9121384075737fbea6a8887be771b23b5fcd", "message": "curtomer-annotation to flag an implementing method\n", "proba": 1.5379650619706808e-07}
{"commit": "efc5dea2454b116d27a19618967bbc4c9d7aca8d", "message": "#4935 minor additions to Accordion javadoc (styling)\n\nsvn changeset:13355/svn branch:6.3\n", "proba": 1.2422269435319322e-07}
{"commit": "5f3be4ccfbfdcf3e02c645ddcb02bb2d781eb833", "message": "Added peci files\n", "proba": 1.6291528481815476e-07}
{"commit": "cb1c78dc14c320231b55da90fd58814bd787e865", "message": "Created new class fr.ritaly.dungeonmaster.utils.DMJArrayList\n", "proba": 1.698099509894746e-07}
{"commit": "ad5da771e0f00bcbfb9906ffa03dbf5119d54ab8", "message": "Updated code.\n", "proba": 1.3570992507538904e-07}
{"commit": "52357f051bd7716a7f5988b11b44ba67cec45069", "message": "\u27f4\u26a0ControllerInputsFactory.", "proba": 1.2873975663296733e-07}
{"commit": "ca6c49e4d1f72d6aa0acb5ce56fa74f173d79f57", "message": "add graph api\n", "proba": 3.5711380519387603e-07}
{"commit": "0e752efe230839a3aff1996c805d7085bc2283f2", "message": "javadoc \n", "proba": 1.0498242772882804e-06}
{"commit": "eaaecaef5e558309231f852ea730ac4eb9880a1d", "message": "Test the CoTermLimit class.\n", "proba": 1.2671023341681575e-07}
{"commit": "e4cce21040de01f4316cdaa00bbbb49196ea8a13", "message": "am ae561ae6: Merge \"Fix initial Bluetooth icon state.\" into ics-mr1\n\n* commit 'ae561ae62faf16ecd44b058ef966afd9b84feefe':\n  Fix initial Bluetooth icon state.\n", "proba": 3.8322215800690174e-07}
{"commit": "55b8d627a15c48b3ee5b40aaa609e5d4004d5049", "message": "Add implementation rule Rgaa32017Rule010104\n", "proba": 5.994667731101799e-07}
{"commit": "c2086bd92d187cebcd829a04f692471978573017", "message": "Add implementation rule Rgaa32017Rule010203\n", "proba": 4.538280506949377e-07}
{"commit": "65b5dc04a8616af997df1fb546abdd45f55cfa59", "message": "*** empty log message ***\n", "proba": 5.360483328331611e-07}
{"commit": "41ff8d3acebecd286b3be17ecd1799ac7b9cabbb", "message": "Add implementation rule Rgaa32017Rule010603\n", "proba": 5.044681756771752e-07}
{"commit": "4ad4b8e1307430180de12bf07343083fb6ce94f2", "message": "Add implementation rule Rgaa32017Rule030104\n", "proba": 4.0439365989186626e-07}
{"commit": "e6365ca0db22e82544dd61604f6ec2f799b0a889", "message": "Add implementation rule Rgaa32017Rule070106\n", "proba": 4.470082046736934e-07}
{"commit": "d993daea2595ff79a392fcc33da9f1e9cfcb9302", "message": "Add implementation rule Rgaa32017Rule110302\n", "proba": 4.429111584158818e-07}
{"commit": "fe534d29cbe3b71ae0c4482eea044e09eb2f9f7f", "message": "oops, @EncodesEvent instead of @HandlesEvent ;p\n", "proba": 5.962612249277299e-06}
{"commit": "5bc4f56e7b0bbc1cd03f5e837e4f3e1cd0acb80d", "message": "Added ProfileFollow command\n", "proba": 1.7624215331579762e-07}
{"commit": "7bb9a943ac74b87d85701d18a4a5b93e2898cefa", "message": "add class to demonstrate working with JavaScript alerts\n", "proba": 1.5430880750955112e-07}
{"commit": "34d7fb38f843c1098bbf718d3f8f9a2f1a1bd61a", "message": "add testcase for issue 278. https://github.com/alibaba/fastjson/issues/278\n", "proba": 3.023417229996994e-05}
{"commit": "6cdbcb6912765d88f28bdc752e868961c9678cad", "message": "[red] Location y coordinate below min threshold.\n", "proba": 1.5346655857229052e-07}
{"commit": "b40dd44273b4964fa81ea70bc10680a218fdddfe", "message": "HBASE-5631 ADDENDUM (extra comments)\n\n\ngit-svn-id: 1ea5de6e32eadb5f080cfd8bafe1c87167c06d54@1382628 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.869993807053106e-07}
{"commit": "5cff52f045a1cccc5a0a511f11de2aacd808f33e", "message": " #164 add compareTo test\n", "proba": 1.25347156654243e-07}
{"commit": "2994eed32ea71d1a90461fb3a09dd46ec392d373", "message": "Added DefaultController tests\n", "proba": 3.033781013073167e-07}
{"commit": "113fcdcc3c7b10e6ea6f2417d29334c04f40f923", "message": "Added support for polymorphic elements. Contributed by Thomas Dudziak. Bugzilla issue #34443.\n\ngit-svn-id: e0a2df7b4ce4cc32c17d1b5ef795a6b05535dcc2@161687 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.9170530524424976e-07}
{"commit": "9c0cf0a276d9f83ff1343b742c4fa574f07acb93", "message": "Create population.java\n\nMain class", "proba": 1.1207221177755855e-06}
{"commit": "c32685e40434d16168157bff297276bab0e72fc6", "message": "Refactor fix tag method\n", "proba": 3.147523273128172e-07}
{"commit": "c26f01f98f195e8e3001cd84cdd558ed0ec22b9a", "message": "imageload is completed\n", "proba": 3.5053272995355655e-07}
{"commit": "71a9687e8baa9ad7ae594e6cb66a14e82d71b237", "message": "am 0a46e913: Merge change 23414 into eclair\n\nMerge commit '0a46e91357def02cbc6a5449c86763f4350850db' into eclair-plus-aosp\n\n* commit '0a46e91357def02cbc6a5449c86763f4350850db':\n  Fix broken GSM SMS unit test, and general cleanup.\n", "proba": 1.1868887384025584e-07}
{"commit": "a8bbe158c7e1bfba87e617ce46b065e36c5cfb84", "message": "fxied testcase\n", "proba": 8.996698852570262e-07}
{"commit": "87af0028c998d2f0b466e65b7148e91a8778ad57", "message": "Changes for temperature conversion algorithm\n", "proba": 8.9805399738907e-07}
{"commit": "53e69464931d2ecc139c1f2ee2a46cdcc84fabb9", "message": "Complete task1219\n", "proba": 0.9995226860046387}
{"commit": "1e9b43e3bf8c20205b95c90459aa3051ec5ccba7", "message": "\u0421\u043e\u0437\u0434\u0430\u043d \u0442\u0435\u0441\u0442 \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u043d\u043e\u0432\u043e\u0433\u043e \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0430\n", "proba": 5.129604687681422e-07}
{"commit": "09e35a38ac14f2cc9fffd83657e91e3d7c545883", "message": "Created ContactCreationTests\n", "proba": 1.7951091990653367e-07}
{"commit": "e19ab4753601ab20a2402f18d0349c2d6c4ff3b2", "message": "default groups added.", "proba": 1.2906046720218e-07}
{"commit": "db0bfb508f51836cfe5cb8ea88bf84ee1205feb8", "message": "Test-Fixes\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@11358 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 4.745955095586396e-07}
{"commit": "43da38b9102f65ef2f87303f87d6ca57dee3e4eb", "message": "Use ExternalId.\n", "proba": 1.6829208959734387e-07}
{"commit": "8bb6eb146b09e1b088a542c5406dd8d08c54f599", "message": "Optimizations:\n- Don't instantiate an empty Address array just to throw it away (less gabarge collection)\n- Use a StringBuilder rather than a StringBuffer (faster as it isn't synchronized)\n\n", "proba": 1.8257200906646176e-07}
{"commit": "36f3999632e2b0f12c3a29eeb210aed77ac2ca0f", "message": "Fix calculation of PoolArena metrics after introducing a regression in 89da788fd23f3e745c799abb575a98696ebcdc2c\n", "proba": 0.0001071852893801406}
{"commit": "d25c7b5516d35dba0c4eeca28ec0512d1696d340", "message": "Added solution to easy challenge 1 in java\n", "proba": 1.2328231946412416e-07}
{"commit": "63bf65808edbeffb71cab97a131751d09232136a", "message": "qweqwe", "proba": 2.863628424165654e-06}
{"commit": "a6018f0b7f18a9f349068efaff4014e1df0e571b", "message": "- fixed potential NPE when the tab bar is actually a header ;)", "proba": 1.072350457320681e-07}
{"commit": "3143b67e79813b92d4ac5e6efc1a624a2a5e01a0", "message": "NOJIRA logstatus call\n", "proba": 5.268842642180971e-07}
{"commit": "df04f1ce3d67c7202b5369415dcbc0878b9935a0", "message": "update problem: compute binary tree width\n", "proba": 0.9990412592887878}
{"commit": "e0c7bf25f00f3d250d3b7e6b1c52df8617737794", "message": "Create PrimeNumberCheckerTest.java", "proba": 1.6661002746332088e-06}
{"commit": "0ba702c20f89f3d776e243b1f35b9c1486898564", "message": "KUDU-2093: Document AbstractKuduScannerBuilder limit has no effect\n\nChange-Id: I39cd3e61c02c357f66113f5b7207c9980e473787\nReviewed-on: http://gerrit.cloudera.org:8080/9559\nTested-by: Kudu Jenkins\nReviewed-by: David Ribeiro Alves <dbbafdb4f25eb0c1ff3facf0e5f2f27705055af1@gmail.com>\n", "proba": 1.2228700541072612e-07}
{"commit": "6e06d70940753aa4814a7496bf8893f5afbbfacd", "message": "added main class", "proba": 1.599642445171412e-07}
{"commit": "d50b4ef90bff9f27937d708578d402a54c44995c", "message": "Color builder panel mostly done, just have to add an autofill\n", "proba": 1.1419869849760289e-07}
{"commit": "06594e0dfb224e4a287eb3cdf5459931d1ceda7a", "message": "A trivial implementation for list operations which copy lists for each operation.\n", "proba": 1.2233623181145958e-07}
{"commit": "fe09220e6efc12b7074337f201e5aac1ca7a117e", "message": "MAP-964: improvements, write snapshot.\n", "proba": 1.1257777288165016e-07}
{"commit": "06609865e703f8ffc43405df90e384eba219c246", "message": "next iteration.\n", "proba": 1.7798204510199866e-07}
{"commit": "4223cf9fe80f2384ec92cdcf92642de25dfc850c", "message": "Reinsert call to load tree position fields.\n", "proba": 1.1364190299900656e-07}
{"commit": "a567eece14bcce2ee7d6629f88969844b89a89eb", "message": "MAP-820: Error lists should be part of map project metadata - handle lazy initialization\n", "proba": 1.5309132095353561e-07}
{"commit": "36a8d739846da7e9b25215cd2732985ff9d149ad", "message": "Removed workflow calculations from map groups, for testing purposes\n", "proba": 1.224808698907509e-07}
{"commit": "b3ef822d87d92a0aafabac881b88ccd3a86c06f8", "message": " ADD little tool to return of list of matching grep\n", "proba": 2.2889682327331684e-07}
{"commit": "e25a26aa84598165b438234ed036e6d258c00f9e", "message": "Set correct svn properties\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@358977 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.004199780058115721}
{"commit": "0ca57cb5cd0496099a0e9d6d2a70b2745f5bae1f", "message": "maxAge and loginTimeout", "proba": 1.6138912997121224e-06}
{"commit": "4e0a12e08e661d7ef508c3b73049e3d583b4c372", "message": "Allow users to name new workspaces\n", "proba": 1.3779159644400352e-06}
{"commit": "740cfd1a0c96c0999d17ee2e4f4dbd3a8c162fe5", "message": "pac4j-async-135 Create async-friendly ProfileManagerFactoryAware interface\n", "proba": 2.3705455021172384e-07}
{"commit": "07533dbffff5551ad4c58852b5856f57d7da6801", "message": "Don't allow contact sharing by default for device not recognized as carkit.\n\n+ Don't allow contact sharing by default for devices not recognized\nas carkit at pair time.\n\nBug: 23607427\nChange-Id: If6babb10117ba7ee5008a4a29450a7cb981bea4a\n", "proba": 4.841314762416005e-07}
{"commit": "56918509c7f4f8ec021de897a732b4bc4859c0b0", "message": "Remove obsolete TODO\n\nChange-Id: Ia76b7f1cea0799c46ae5c933741c865869e39f5f\nFixes: 27550895\n", "proba": 1.051352228387259e-06}
{"commit": "2e58c5443875f6261cc350820d7f28efce4de11d", "message": "Changed SECOND_INTERVAL to 7\n\nUPDATED:\nlogic/SuperMemoAlgorithm.java", "proba": 6.18236208538292e-06}
{"commit": "e8acb88e9800df0db2ad314a64e2c25cc21d2edd", "message": "builder: Request classpath container update when bnd file modified\n\nFixes https://github.com/bndtools/bndtools/issues/1815\n\nSigned-off-by: BJ Hargrave <3d26bb3930946e3370762d769a073cece444c2d8@bjhargrave.com>\n", "proba": 1.2375421931665187e-07}
{"commit": "99e73cc8cd52ec807ff63d04e7f4268f433363e6", "message": "Added yet more logging for location resolver\n", "proba": 1.195785870322652e-07}
{"commit": "bb194c652bc145a34030b660376f674c5c86d1ff", "message": "- Tweet Model Class\n", "proba": 1.6931399215991405e-07}
{"commit": "02aad5d5c3290124dfe63ce8315c4ed2c5d8ddbe", "message": "Added the TrueRandom class\n", "proba": 1.5230740757488093e-07}
{"commit": "1a9e5664318e3371f1711b27768748b1ca2ff227", "message": "Actually use configuration 'org.dyndns.doujindb.log.debug' to control DEBUG logging.\n", "proba": 1.0379016401884655e-07}
{"commit": "e4543c18421babdb4023319e8dcb0952740386f5", "message": "Create ReverseVowelsOfAString.java", "proba": 2.181776289944537e-05}
{"commit": "36f4ee80fc8d87b5c8b74040b1b56a4b69cb0d6f", "message": "Added IViewX as central access point to IViewX backed classes\n\n[IViewX]\n- Central access point to IViewX backed classes\n- Completely static interface\n- Main class for working with this library and an actual connected eyetracker\n", "proba": 1.2925188741519378e-07}
{"commit": "3a0746d1a7e7152604c92e95bb46fc700beb6b9f", "message": "Einstellungen wiederhergestellt", "proba": 5.107728611619677e-06}
{"commit": "01d9ef470f3ef81c444fcf3a66affbd19a70551b", "message": "Add benchmark for copying blocks\n\nBenchmark shows copying LongArrayBlock by tight loop is 4x faster than\nusing BIGINT.appendTo.\n\nBenchmark                             (primitiveNullsRatio)  Mode  Cnt     Score     Error  Units\nBenchmarkCopyBlock.copyBlockByAppend                    0.0  avgt   30  6272.811 \u00b1 255.866  us/op\nBenchmarkCopyBlock.copyBlockByAppend                    0.2  avgt   30  8548.040 \u00b1 306.015  us/op\nBenchmarkCopyBlock.copyBlockByLoop                      0.0  avgt   30  1511.379 \u00b1 303.105  us/op\nBenchmarkCopyBlock.copyBlockByLoop                      0.2  avgt   30  1753.673 \u00b1 209.173  us/op\n", "proba": 0.00017178386042360216}
{"commit": "436886b953fa677b296b1cc0aeb410f73b5881b9", "message": "initial checkin - very rough code pending cleanup", "proba": 1.1628670648633488e-07}
{"commit": "ec57d78277700bc287dfcdcffd930394d8f23afc", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "58ad6c01fb6e51225bfe4a95047df3dc2ca648d6", "message": "first checkin of VerifyingKey interface\n\ngit-svn-id: bcc6912f115b1edc1fbf963c0455e91cea5a3400@904832 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.5829887679028616e-07}
{"commit": "f995b4a96ba93fcb0b0d605c8787fc48ef705ec7", "message": "Added the class Tuple, which represents an immutable array of doubles.\n", "proba": 1.0909695191685387e-07}
{"commit": "588abfd71b18c04d743a8195b60a14ec96ca0acf", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@2424 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 6.196831918714452e-07}
{"commit": "8f2f26c850d701a02a33d3883558d9fe62971801", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@3647 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 5.617790748146945e-07}
{"commit": "249fb625e00849c5c71cb6dd0300f97c4f133928", "message": "Quartz scheduler is now spring managed (was struts managed)", "proba": 1.0644539827353583e-07}
{"commit": "4bb08b26715db82387d785f2ea6dfaa276a1f0fc", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@347 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 5.549863431042468e-07}
{"commit": "55cce66ff4cec6a608edd7d89d7d01162f3b61c5", "message": "Issue #501: DocToolTool: Add a few new lines to the HTML output makes it easier to read\n", "proba": 1.2598509613326314e-07}
{"commit": "f7ff2a4f9bd83acf6a226a388397f6935b90a528", "message": "NumberInterval", "proba": 7.501958316424862e-05}
{"commit": "abf494fc314c4e39c7043c10f4e8e8df87faddaa", "message": "Make CoordinatesVisitor and TimeVisitor static, as FindBugs suggested\n", "proba": 1.2225494572248863e-07}
{"commit": "9cf3ad0cc3ca29d8cd22f202f76cb909eb34190a", "message": "Add mostly empty 'src/MachineController.java' file to WardDrinkMachine project\n", "proba": 2.9643464927175955e-07}
{"commit": "7b27af83137180de10aed71ccd723f0965405c45", "message": "Added a default implementation of the availability unit.", "proba": 1.0823474383414577e-07}
{"commit": "a6cef68841076a1ffa190450dab07e8ae60ec120", "message": "NOJIRA Adding a basic authentication ical adapter\n\ngit-svn-id: def15615b07c92cc9e7b9ca2bf636977f2cd2758@15721 f5dbab47-78f9-eb45-b975-e544023573eb\n", "proba": 0.0003310162865091115}
{"commit": "0129c03357a4338876865863ad177ace3011bbef", "message": "TIF: Fix comments for program start/end times\n\nBug: 28681747\nChange-Id: I28a7359121ca1740c043806e1532ce922c753cbc\n", "proba": 1.617964500155722e-07}
{"commit": "38767b34ba056a4e384bcebc9d497da77b3a0260", "message": "Reorder lock acquision vs try.\n\nIn two places involving locking, reordered the code so that the lock\nacquisition is performed outside of the `try` block and everything\nelse that needs to run while the lock is locked *within* the `try`\nblock.\n\nChange-Id: I3dad2c4bbf60b219fc6db2aa35e2ed296cb39128\n", "proba": 0.0001690862118266523}
{"commit": "198ec52eb7535db964764812b42241c3a657b10f", "message": "am 7e4d74f7: am 4b94dee8: Merge \"Added transfer/restore convience cmds to MF Classic tech.\" into gingerbread\n\n* commit '7e4d74f7b9355e8abd6e2fa30e284c9116a08998':\n  Added transfer/restore convience cmds to MF Classic tech.\n", "proba": 1.2096126056349021e-07}
{"commit": "667aa9c80aaeb5da8ce966d66256eaf56e0890fc", "message": "KRACOEUS-6518: Unusual message after approving Disclosure\n", "proba": 1.1808258904011382e-07}
{"commit": "826e1a90d8163bc24229c93e36e1dd63fd83c68a", "message": "Adds a pneumatic command\n\nAdds a command to extend the pneumatic cylinder \r\nand punch the ball into the launch flywheels", "proba": 1.303924250350974e-06}
{"commit": "d06177289165287823bbfdd7a71095257c561419", "message": "Add test to register a ParameterizedType", "proba": 2.3528224346591742e-07}
{"commit": "64a67a2ff5859e706dff42be8cf3e1cca8afd0c5", "message": "application scoped dynamic binding\n\ngit-svn-id: 811cd8a17a8c3c0c263af499002feedd54a892d0@63 1c488680-804c-0410-94cd-c6b725194a0e\n", "proba": 5.884492111363215e-07}
{"commit": "98a20f0322221f5475807032d8a5c26e87e7bd09", "message": "Added Paragraph to PageObject\n", "proba": 1.3249339758658607e-07}
{"commit": "798c63d7de0b9a9a9a28dfceebad4090ee62939f", "message": "Tried to fix lost letters in testFrenchAccents2.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@257472 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0009932975517585874}
{"commit": "9a56cedd87d10fbc0db277010efc554d6d21a05d", "message": "Added synchronization between MediaStore and Realm\n", "proba": 1.413471153455248e-07}
{"commit": "110c2308896ebf509cb20cd7d7e0fd7812c18ed4", "message": "Add test class for providing reflective object manipulation\n", "proba": 2.560661584993795e-07}
{"commit": "fa2c943937738e6ecd0a9d3053e1ad57f8daf401", "message": "adding unit tests for UUID class\n\nSigned-off-by: Wajih ul hassan <5dac32c25c9d0480f639be58d23c241c498e695e@gmail.com>\n", "proba": 1.3854119629286288e-07}
{"commit": "93b86941e64dc0653acabb237bb870e651f0c294", "message": "Experiments to test the scalability of DynamicIS\n", "proba": 2.335973476874642e-07}
{"commit": "18c232d7e43152341c35b3e13095523dac6ba010", "message": "A converter/retriever for flyreg GFF3 files.\n\n", "proba": 1.0471159583858025e-07}
{"commit": "f394a27358f23ac22599033f367b96d8a8e93a92", "message": "need concrete index name for deleteIndex\n", "proba": 0.0010587862925603986}
{"commit": "490808a5bcd9c870d5d2543bd1529fdcf6028cf9", "message": "A new version of the OidRegistry\n\ngit-svn-id: 6ace1da469d679d96e52aca61477cd912dfb7de0@807154 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.283640748781181e-07}
{"commit": "30dba3a92bf3a98576f4a436301d72db72ea3b93", "message": "added test case\n", "proba": 5.942369512013101e-07}
{"commit": "e1a7eba444ce931c99d92243887a9f5bcddfadb5", "message": "o Added some debug logs\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@695489 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.032083384368889e-07}
{"commit": "739c644df114e1624bd12c86c87991fcd0668d05", "message": "remove Devices and Displays from the panel to which they were added\ncomplain about bogus graphicType\n", "proba": 1.3210076588165975e-07}
{"commit": "184d7be11f0ef0f76a1a20243fbbcb34ded29465", "message": "get the integrator(s) from the controller and the phase(s) from the integrator(s) instead of getting both from the simulation\ndon't try to add the DisplayPhase as an intervalListener for 3D since it will just ignore events anyway\n", "proba": 2.9195967954365187e-07}
{"commit": "83251feaf620c921fc25a8c32300b6dd0e179729", "message": "\u603b\u6570 0 \u8df3\u51fa\u6267\u884c", "proba": 1.1305313819320872e-05}
{"commit": "7c947a12bb82d3e9105fe8a015c9b47c8ccdd09a", "message": "Code unused removed from PresenterFragment\n", "proba": 1.7807356300636457e-07}
{"commit": "a51f3ceac5593cdb545377052ccac371529f09cc", "message": "Create content describer for CSV data-fles\n", "proba": 1.5825069965558214e-07}
{"commit": "bf8c46109c81d4a211380b820aeb72186360de24", "message": "global inspections: fix target scope (IDEA-185513)\n", "proba": 1.1224832974221499e-07}
{"commit": "725039917dc37946df602d9725545c5ba393e3e9", "message": "bank tag plugin: fix searching to be case insensitive\n", "proba": 1.3233016034064349e-05}
{"commit": "af508b5e8bfef55de604c6a45ef6e2831f840d59", "message": "Created MapConfigListener interface\n", "proba": 2.0300730341205053e-07}
{"commit": "b5ca0d3daa1ab4fed63e353aac03cc18ce1ec85c", "message": "tambah service makanan", "proba": 5.016572686145082e-07}
{"commit": "15d2d3ef223b570689033f960bc88006e9d3c5dd", "message": "KCIRB-583 Resolved intermittent failure of testHardErrorFalse\n", "proba": 0.00017844545072875917}
{"commit": "52753c9198242c24b086c63cd368b40c9a759d44", "message": "Adds unit tests for PerUserPoolDataSourceProvider.", "proba": 1.1514102737919529e-07}
{"commit": "12c6f19f500c3fe3c090841c0e886a376229f346", "message": "New test case to exec benchmark between Java tree map and OrientDB tree map\n\ngit-svn-id: 9ddf022f45b579842a47abc018ed2b18cdc52108@2677 3625ad7b-9c83-922f-a72b-73d79161f2ea\n", "proba": 2.7940000109083485e-06}
{"commit": "ebeba6c190b5d01dcd0192a9d6e81ae178f8b7b8", "message": "add test for InlinedTailLOUDSTrie.", "proba": 1.3246776120467985e-07}
{"commit": "841f89574543e16df00bc4b2a602a1296eadabe5", "message": "fix error code", "proba": 3.3154658467537956e-06}
{"commit": "7f975ec20db31c5d309f175b2d71998f41a31b74", "message": "cleanup", "proba": 3.1109298106457572e-06}
{"commit": "7b2498cf10cf12be6a7356318f54ffcaef959da5", "message": "Slight rewording of error message to avoid repetitive use of the word \"backend\"\n", "proba": 4.835703748540254e-07}
{"commit": "9767425639c89990b7288905c9bfb6de7d835146", "message": "fix test\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@9329 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: c5d1449760a7d205464085b96a150d7ff5664683", "proba": 2.59103876487643e-06}
{"commit": "edad398006bfac87d23ccc435ac2f7ec5347b84e", "message": "Added ProcessingMimetype read support to GenericMessageFactory\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@6417 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 2.3095293499864056e-07}
{"commit": "12232c01949f4da1787c3995001f5213ee451417", "message": "Created test code for validateReport function\n", "proba": 2.6532677566137863e-07}
{"commit": "72f28e9b4e041cbef4b0219ea75516ff49beaa23", "message": "Minor\n", "proba": 3.334548864586395e-06}
{"commit": "e8f38bf8d0b06071a10f2a13a4688216e158dc8c", "message": "Added list adapter\n", "proba": 1.809996064139341e-07}
{"commit": "07c0e3e5d5c99a4d0974af33af9208a3246ab75d", "message": "Disable UndoTabModelTest#testOutOfOrder1 on tablets.\n\nThis test is failing on several tablet bots. Disabling until the test\ncan be fixed.\n\nBUG=593958\n\nReview URL: https://codereview.chromium.org/1817203002\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#382344}\n", "proba": 5.766763706560596e-07}
{"commit": "88a70f1c159a1f0b8f0699f29747333a35439cf0", "message": "[ANDROSDK-28] Add DataApprovalCallFactory\n", "proba": 1.3643402496654744e-07}
{"commit": "c043613645531ccf8a6029b2e05f8c0e46ab91b1", "message": "Added unit test for asynchronous Saga Manager\n", "proba": 1.6420072768141836e-07}
{"commit": "4f18532edaa44610958080e037b0ec9b62c22094", "message": "[euphoria-spark] Singleton serializer test.\n", "proba": 1.1099817243120924e-07}
{"commit": "936786d46132f5604ad22de95be8eb13ac8683ab", "message": "2015-04-12:21:12:15\n", "proba": 2.922610917721613e-07}
{"commit": "99238fd5aae3aaa24993cc6477775cdd8761cf71", "message": "Add a class which is used to generate BAM indexes, as this is required by\nseveral of the tools used later in the pipeline.\n", "proba": 1.0407542561097216e-07}
{"commit": "cffebcc867cb7f9947ecdea2581872f289fc5b40", "message": "Small utility walker used for production of the Beagle data processing paper section. Walker will print out to output file, for every site common to a reference vcf and an eval vcf, a given sample's depth, hapmap AC and AF and pre/post Beagle genotype as well as corresponding reference (e.g. Hapmap) genotype. \n\n\ngit-svn-id: 4561c0a8f080806b19201efb9525134c00b76d40@3884 348d0f76-0448-11de-a6fe-93d51630548a\n", "proba": 3.6332646686787484e-06}
{"commit": "11a7a2a5328176705ed06929e75d8b0e1c7970ac", "message": "o added a test case for javadoc version due to a user question\nsee http://www.nabble.com/Re%3A-Javadoc-plugin-bug-issue-reprised-td15400050s177.html\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@620316 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.525395631091669e-07}
{"commit": "5760a7316db5f9604fcb1eca015f323b9943dc4f", "message": "\u91cd\u65b0\u63d0\u4ea4\u547d\u540d\u5f02\u5e38\u6587\u4ef6\n", "proba": 3.9952988117875066e-07}
{"commit": "216ac70f5f425a4e769063d75c03a381395b5631", "message": "injector: fix copying method code to update code->method, instructions->code, and instruction->instructions pointers\n", "proba": 5.638266884488985e-07}
{"commit": "28ade880d32ba5208b693d87a6f4dccdc544d2ce", "message": "default\n", "proba": 1.71783467521891e-05}
{"commit": "9150e572e9ad71dba470f62a99e7cdd0dd1db563", "message": "removed test print\n", "proba": 2.0693146325356793e-06}
{"commit": "be785a83be7c0a466730b3b2951cbb3bb26049bb", "message": "Test dummy without relative IRI support\n", "proba": 1.7762239679086633e-07}
{"commit": "eb3207285c7c17997c447322da6d008e206dc3fe", "message": "inspection of RueBasedCollator", "proba": 1.4898111544425774e-07}
{"commit": "72322c90a6bb21da52080d75b6af5cc5d5a6a828", "message": "feat(ast03, Node): better implementation of Tree\n\nThis Node is generic. Using this class we need to create Tree that will\nrepresent our case.\n", "proba": 1.055217921930307e-07}
{"commit": "dea05e90108d7866bb41c7177cda52c842f7db74", "message": "am ca7d7541: am d70eaff4: am 941ff38d: Merge \"fix bug 5942522\" into ics-mr1\n\n* commit 'ca7d7541c4cad188eb643113e3c3e91e63d21a5e':\n  fix bug 5942522\n", "proba": 5.536203957490216e-07}
{"commit": "a0ac98bd5cb550319221c1d60277e07a9d2e3a91", "message": "Finish any enter animation when jumping to state.\n\nWhen jumpDrawablesToCurrentState(), finish any alpha animation in\nprogress.  Fixes bug where drawable with enter fade would remain\ntransparent until next state change.\n\nChange-Id: Ia087f935566a8d78e0efdcb0a1a2f791db05c70e\n", "proba": 1.61230366302334e-06}
{"commit": "713bebdac508bb8e6fb0866f4cae873806dad459", "message": "am 6225b881: am 18bbcf7f: Merge \"Copy missing state in DrawableContainer\" into jb-mr1.1-dev\n\n* commit '6225b881875e2ae3f84b7fa2e9e090f018f32972':\n  Copy missing state in DrawableContainer\n", "proba": 5.188373961573234e-07}
{"commit": "965e972204be3916963b1704a158af74404a07c8", "message": "Light field\n", "proba": 6.415289703909366e-07}
{"commit": "b57d353327b5adbd4fed5c15f5ca54b2ef385c3f", "message": "pebble game\n", "proba": 1.8093580365530215e-05}
{"commit": "df02333cd2a31cc9a37e71a31b0629873f0852ec", "message": "add test for issue #1125 (heightfield shapes don't match TerrainQuad)", "proba": 1.0140714579165433e-07}
{"commit": "ce940a7958ea09a3fb00e1ebba8390e2bf83d0c1", "message": "this is only a test\n", "proba": 2.425867751298938e-05}
{"commit": "3a324e3107ea1dc17141b7f06681e6d13b6e475f", "message": "don't try to correct averages for bias\n", "proba": 1.3858370039088186e-05}
{"commit": "b44aee383bd840bf91816453c83a58c06e0906e1", "message": "Channel factory interface\n", "proba": 2.2666806387405813e-07}
{"commit": "13c04b4ffc34d0dad4fcfe799395aec8e605055a", "message": "SAK-40703 Ensure site ids are url decoded in elfinder calls\n", "proba": 1.9248427918228117e-07}
{"commit": "e8a3ed9d0f663a1d9fb97b0640813d28bdd92d7d", "message": "check ffmpeg before trying to use it\n", "proba": 2.7608831487668795e-07}
{"commit": "97e27b2cfa2906c7a19d24213c5645667c45919d", "message": "added core stomp interceptor to shim core\n", "proba": 1.9663441719330876e-07}
{"commit": "f4d58e5bdc8694b1d82b28872beb37ce2cf64595", "message": "am d06fa51b: Merge \"Make changing white-balance mode always disable AWB lock.\"\n\n* commit 'd06fa51b3ef8bf28c0c7ebdd82ef47f786e10fb8':\n  Make changing white-balance mode always disable AWB lock.\n", "proba": 1.5114709128738468e-07}
{"commit": "47fa8e800ca3ce56733f7b3a54bace86ad37a1f4", "message": "Fix for an IndentOutOfBounds in TextField.\n\nBug http://b/issue?id=2971995\n\nChange-Id: Id6a40e81b26e14c1e5f06ed1bd70ee419c501c69\n", "proba": 3.824270038421673e-07}
{"commit": "0ab3bda0171fe2df406638f54fead0f03e3df089", "message": "leetcode-008 string to integer\n", "proba": 0.9999994039535522}
{"commit": "c8960daae4d6358d9bcf0cad5e7a25958f594466", "message": "Create Robot.java", "proba": 6.642115295107942e-06}
{"commit": "92a7f13c628c0e58bfdd040966a4c6ca41d4547e", "message": "Adding a test to test if the Partitioner is working correctly. It tests\n4 cases:\nTest 1 : (tokenListSize > absoluteBeamWidth)\nTest 2 : (tokenListSize == absoluteBeamWidth)\nTest 3 : (tokenListSize < absoluteBeamWidth)\nTest 4 : (tokenListSize == 0)\nIf all 4 cases pass, the Partitioner is working correctly.\n\n\ngit-svn-id: a8b04003a33e1d3e001b9d20391fa392a9f62d91@1815 94700074-3cef-4d97-a70e-9c8c206c02f5\n", "proba": 0.9999994039535522}
{"commit": "6f6a4a952270cc2f7abec1545aa99f2bb48b7d2a", "message": "refactorings\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@5415 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 7c4d595033b4be1c11e2ea8c66cab87c141d87ae", "proba": 2.711430852286867e-06}
{"commit": "0d35b06549e484cf9ae7b019453a51eac8efd184", "message": "If there are no markers, do not attempt to zoomToMarkersOnly()\n", "proba": 2.4037234425122733e-07}
{"commit": "a590a19c65389a41f9ad197cccc681d4df3aef14", "message": "Gene search indexing in Java", "proba": 3.0406516771108727e-07}
{"commit": "00d67a55a7cb9ffeb231827da7bd2bbd75abe526", "message": "LS Minimization\n", "proba": 5.056699592387304e-07}
{"commit": "731543c176d8e6400ac5b55ef50436b939340c4a", "message": "Added example for AlchemyVision\n", "proba": 1.242039786575333e-07}
{"commit": "27e9d681f7bef25673bdf5ef1b0207fc15d062d3", "message": "Ensure that the XMLP-16 test uses the correct parameter name.\n\ngit-svn-id: 2e26af54eb70c64cdc530a5ef8c0ad2e4491fc1a@1394976 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.999996542930603}
{"commit": "91fdfdfda52631877876c73afec15e87d5c7cad3", "message": "providers come from the plugin repository\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@398757 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.085018071644299e-07}
{"commit": "7e15ff5894e0ec495f8d719352c5a2844e069f1e", "message": "Reordering and cleanup on Triangle drawing\n\nPlease notice I disabled the normal attribute. It will be disabled for a\nwhile.\n", "proba": 1.0023603636000189e-07}
{"commit": "2cb15dc455394db809f79a607dfe95934d7809b7", "message": "added class CharacterInfo.\n", "proba": 1.1948226585900557e-07}
{"commit": "591085a77d35fb9a6e1f84aec253a0f81fcdca41", "message": "Add implementation rule Rgaa32017Rule010803Test\n", "proba": 2.6741130909613275e-07}
{"commit": "cdb489521f4c2dbdfef2ee0d8ab6c8bb04962888", "message": "Add implementation rule Rgaa32017Rule100501Test\n", "proba": 2.770544824670651e-07}
{"commit": "57fc0dd28ccf242e755600d68c007c3a535bab90", "message": "Add implementation rule Rgaa32017Rule121103Test\n", "proba": 2.6736643121694215e-07}
{"commit": "b42e6a37ee483f4512478f267b0e6bf92dc6ce94", "message": "Add implementation rule Rgaa32017Rule121301Test\n", "proba": 2.591898748960375e-07}
{"commit": "a555004cbe28fb5cb836536bb3e6c582243a2e21", "message": "Add implementation rule Rgaa32017Rule130203Test\n", "proba": 2.3340584220932215e-07}
{"commit": "5305e1567cd21e4430d2cea085bad5c65d50ba4d", "message": "SAK-42479 T&Qs : reset negative marking (#7470)\n\n", "proba": 1.5165633726610395e-07}
{"commit": "077c9810677388f7ded47ff6988091ce601775f8", "message": "Jenkins Compilation Error\n", "proba": 5.213451572672056e-07}
{"commit": "f80b8f519ef582ff1e129437d41f4f49cf2c4b7a", "message": "KRACOEUS-4380\n", "proba": 3.3401141763533815e-07}
{"commit": "83bc327788b1ffe8ee59c46c9665c60e4e02e1f8", "message": "Adding ability to specify only crafting or furnace recipes when removing recipes.\n", "proba": 1.0349995704928006e-07}
{"commit": "ab544d4475e0895ef1bc7c21f7c59a90953b55c8", "message": "SCHEDULING-1310: The selection script \"MatlabReservationScript\" should not be added to the matlab task if no \"LicenseServerURL\" is defined (fixed)\n\ngit-svn-id: 27916816d6cfa57849e9a885196bf7392b80e1ac@20357 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 3.3042697396012954e-06}
{"commit": "fc893b82c7ff85241663867aabfeddacbbd6d76b", "message": "Added more tests.\n", "proba": 1.1588903703341202e-07}
{"commit": "76074a9ca3bd3369e82c5aceb22577a2eb5e387d", "message": "CAMEL-6398: Added camel-weather as feature\n", "proba": 1.203337234301216e-07}
{"commit": "f6a31b046045d9470d8d518f5e2b7dc09977bb2a", "message": "#260 \u4fee\u590d\u5c0f\u7a0b\u5e8f\u53d1\u9001\u6a21\u7248\u6d88\u606f\u63a5\u53e3\u7684\u95ee\u9898\uff0c\u5e76\u91cd\u65b0\u6574\u7406javadoc\n", "proba": 1.072823039294235e-07}
{"commit": "baee2eab252c86b7d690abad7a7f1ecb0b45857b", "message": "Give input stream directly to SAX\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@244711 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0019494950538501143}
{"commit": "f8b2c1fb439d9f81ef5eb42597f99c13d66ed153", "message": "need the new Token.java\n", "proba": 0.00029442188679240644}
{"commit": "b08f005d414d3db6d6561360c724902714f3fec1", "message": "Add Exception 'JAEXCustomizedRulesException'", "proba": 2.2407793665024656e-07}
{"commit": "45eb1855d499743b6cbb9ad8c9e2f0d61b32267c", "message": "Create Config.java", "proba": 3.69411372957984e-06}
{"commit": "09aa8675b5263168efe120a97dd6f75c5b78a942", "message": "Enter button functionality on PaymentAmountActivity\n", "proba": 2.510458614324307e-07}
{"commit": "b4971d294b9bd5a655a19e1efc914689aaf7ff20", "message": "Fix login\n", "proba": 2.5770289084903197e-06}
{"commit": "9a8521b8094b4143abeb7d4f1563dde31c486c93", "message": "Insight Live History\n", "proba": 1.9127726602619077e-07}
{"commit": "8fcbbde23626291cf04aae1b07075a559382b97e", "message": "LocalInsightPlugin\n", "proba": 4.5117624836166215e-07}
{"commit": "005ea81320b273e6b986d0110744bf3d102214fe", "message": "add Blockchain ServerConfig test\n", "proba": 2.3457873510324134e-07}
{"commit": "253989f873be12ef6d8bfbef8a8db14c931af5ad", "message": "Translator - inlinable nodes are now inlined\n", "proba": 1.3783481733753433e-07}
{"commit": "a90789cf74d593ac083afa2fa13d18c49a265855", "message": "Remove ConsoleLogger for now\n", "proba": 1.2876614619017346e-07}
{"commit": "bdb263a72d4624eb2942dec58874a4b96923f2c9", "message": "Module 08 - task 04", "proba": 0.0005862698308192194}
{"commit": "dbdaeb4b911a007118b50e90e6c806356d09b347", "message": "Suppress unchecked warning.\n", "proba": 1.7455751049055834e-06}
{"commit": "cf998e9c10f01381019366995f5b7da72647d3d9", "message": "SAK-10925\nAdded DropboxNotification class\n\n\ngit-svn-id: 5b1b1b0f989bbd918ddd0a77f47569c690fd24bc@35051 66ffb92e-73f9-0310-93c1-f5514f145a0a\n", "proba": 4.33194458082653e-07}
{"commit": "02e48f1cc913b8b2032b012477c452945a138b47", "message": "pk index \uac2f\uc218 0\uc73c\ub85c \uae30\ub85d\ud558\ub358 \ubc84\uadf8\uc218\uc815.\n", "proba": 1.1778903541426189e-07}
{"commit": "639997816863978f884145587133d8e0341deda9", "message": "Actually added the analyzer\n\n\nFormer-commit-id: 2fc4f2b3ec3d353c389ba70e71cd047cd35f28ad", "proba": 3.7865597732889e-06}
{"commit": "3ff8124669c5af1e8d67ba798f745a357ef2fe96", "message": "dropped empty spaces on empty lines\n\ngit-svn-id: 4c9d3fe6b7b6c0d9eeb10ce04f5d3c1083d3aa64@1332315 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.935315236158203e-06}
{"commit": "d97efd1399560336a27e4e527b25db69c9e09056", "message": "JCR-1731: Session.checkPermission(\"/\", \"add_node\") throws PathNotFoundException instead of AccessControlException\n\nAdded a test case (passes in trunk)\n\ngit-svn-id: 02b679d096242155780e1604e997947d154ee04a@698200 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.054788744018879e-06}
{"commit": "e44f6fb5700ab896f319474c8aa897f780f54816", "message": "Revert \"Deleted Tag class.\"\n\nThis reverts commit f5114e970821460b9cd7ce905e73cc237b2e760f.\n", "proba": 1.2970629370556708e-07}
{"commit": "5f48fca218a2a0f67d4f5290619a656419f26a43", "message": "Fix issue #6579824: Email crash observed after updating...\n\n...device from JRN59D to JRN60\n\nDeal correctly with multiprocess content providers that need to\nbe loaded into a secondary process; wasn't correctly detecting the\ncase where the IContentProvider returned by the activity manager\nis null.  (installProvider used to be given the direct IContentProvider,\nnow it gets the ContentProviderHolder and much check whether the\nprovider inside is null.)\n\nChange-Id: I888622e275a459031ab849952941f39cf9c02ee0\n", "proba": 5.687329576176126e-07}
{"commit": "a1565b934093e0fc29d2ff2104e279aad4a233d3", "message": "removing log message checked in by acccident.\n", "proba": 1.1306700997693042e-07}
{"commit": "3ad9d00cff03ebb6b24bb0d4e1fc2004cee0f5ea", "message": "Fix \"am profile\" when run on system_server.\n\nSplit profiler controls into separate object, since system server\ndoesn't have an AppBindData.\n\nBug: 5327365\nChange-Id: I613170cd94e0d4930dee049d0fe6c19124f13d65\n", "proba": 2.7378635422792286e-05}
{"commit": "77fcd6305c3d7c94dab8505d4066b419df6f3a70", "message": "am be591d73: am 86574d66: am 0d8acea9: Make copy-constructor make deep copy.\n\n* commit 'be591d736e396d6b80c3544dc47eb560c056a76d':\n  Make copy-constructor make deep copy.\n", "proba": 1.6472411346057925e-07}
{"commit": "4cc89b91b75cd605868f71a932d652f3fc7e320c", "message": "am 8a2000df: Merge change 22262 into eclair\n\nMerge commit '8a2000df6d32f4e5df3073753055800a9363a3a5' into eclair-plus-aosp\n\n* commit '8a2000df6d32f4e5df3073753055800a9363a3a5':\n  Adds Java-side of logic to make Geolocation obey Browser 'Enable Location' setting.\n", "proba": 1.1828952750647659e-07}
{"commit": "777710e50410bb1cd2c438afa494f941d94608ae", "message": "Update WebSettings.PREVIOUS_VERSION\n\n Bug: 5825937\n\nChange-Id: Idb0982e13ad6790ca71b16ff322864fca135f14e\n", "proba": 2.5532110157655552e-05}
{"commit": "372161b7555ccd8ba9ef9b63d5a01740ddda4308", "message": "am 769e132a: Merge \"b/4080388 Improving the performance of ZoomManager\" into honeycomb-mr1\n\n* commit '769e132ae30b6615353dd6bd7d8779b6ef1b0b31':\n  b/4080388 Improving the performance of ZoomManager\n", "proba": 5.775735303359397e-07}
{"commit": "07ae5b008ba780bf6c87fc64faa5bc3013bd36c2", "message": "am 4a7bb462: Merge \"Call dispatchFinishTemporaryDetach before returning a transient view\" into mnc-dev\n\n* commit '4a7bb4624f3b8a0633461e2f5d662fd80d816bbf':\n  Call dispatchFinishTemporaryDetach before returning a transient view\n", "proba": 4.415868488649721e-07}
{"commit": "135554e628e9501eb4f0ef344d01b3a62d952641", "message": "AbsListView invalidates data when it isn\u2019t changed\n\nWhen setItemChecked is called for AbsListView, it does not check if the\nvalue has changed or not. Then it invalidates the data by setting\nmDataChanged to true and also requests a layout. This CL changes the\nbehavior and does not invalidate data or make a layout request when\nthe old and the new values are same.\n\nBug: 25793105\nChange-Id: Id0e1f9d3ef348549a2aa88cf5ec9fe7a4b870f44", "proba": 2.3318158071106154e-07}
{"commit": "f3c2edaa213e6d8c779ab819ff630b4ce389007c", "message": "Make AbsListViews remeasure children after rotation\n\nFixes issues in Settings and other places where TextView separators\naren't resized properly after a rotation\n\nChange-Id: Id5c53d4c5e6621e79e723ec2c300c8a43f12e379\n", "proba": 8.342302066921548e-07}
{"commit": "0a736fa7ae00ab1fcf8f12d2e1326690740c1814", "message": "am 183cef06: Merge \"Ensure AdapterView doesn\\'t post selection notifications forever\" into lmp-mr1-dev\n\n* commit '183cef06df00c20df97b6a964dead91c1f7fa0a2':\n  Ensure AdapterView doesn't post selection notifications forever\n", "proba": 3.749500763206015e-07}
{"commit": "9861973c0beba15ee216e88bda7723cb01b02d63", "message": "am 2b6be701: Fix bug 3312807 - Fix child margin measurement in FrameLayout\n\n* commit '2b6be701a90a4f0aefefcf8e70feb04722e1bcfe':\n  Fix bug 3312807 - Fix child margin measurement in FrameLayout\n", "proba": 6.045338523108512e-07}
{"commit": "8866b3641ba68991955f152b2637360283011ed4", "message": "Caesar Cipher added for java\n", "proba": 3.387110893982026e-07}
{"commit": "99c484e269ebdcd5987362522812166b3eaca404", "message": "dumb test for the main\n", "proba": 3.636297094544716e-07}
{"commit": "4f054390e61ddfc4d7800c353a419f9a4a56d7ab", "message": "Corrected - codility: equi\n", "proba": 2.1699217541026883e-05}
{"commit": "7ed0319bb5a117dacbfae4be7b4fc8687f93c743", "message": "This should probably be setMinimumPoolSize.\n\nSince LinkedQueue is unbounded, there will never be more than one thread\nin the pool.\n\n\ngit-svn-id: d69ffe4ccc4861bf06065bd0072b85c931fba7ed@45621 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.021475655870745e-06}
{"commit": "d6241bcd08b6bf84c92a7ca6d4f90c4383983814", "message": "removed test code \n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@669871 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.301306711975485e-07}
{"commit": "9cafa29f3b46583559acb3458c01f859ea91bb40", "message": "Add missinf maxs instruction\n\nChange-Id: I1c7c0096254cf0acfcec3e8147059949e15127d9\n", "proba": 0.9999990463256836}
{"commit": "687505f20e60c9130f2ab1b7a75a8f52f9bb7cc2", "message": "reorganized code and added comments to better understand the intent\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1598320 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.961683874986193e-07}
{"commit": "ac2354610f729be82c718d9e2c36eef69ca4482c", "message": "initialize worker pool only if it is not set to avoid possible worker pool leakage\n\n\ngit-svn-id: 53fbabfd29bebeffc22ec3e1c4861755f0c84ec7@835750 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.6260510114516364e-06}
{"commit": "d893bbb73bb496bcfb1dede88cd7c2a51160d09b", "message": "fix NPE\n", "proba": 1.261007219000021e-05}
{"commit": "811ccc3ff0de603260298c572a02b3b2ada8cebb", "message": "Update DuplicateRemover.java", "proba": 3.069401941502292e-07}
{"commit": "bcf2ff906381df80c15a8de2fa56a41d996963c5", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "4005f6e467124c3ee9bc5b33ee05a65551ad754f", "message": "Initial checkin", "proba": 3.5870607462129556e-07}
{"commit": "6ec569e7dbfca4c5013748ec146e3f50a54901e9", "message": "tambah konfigurasi ehcache", "proba": 1.095515813176462e-06}
{"commit": "f9a2838a2c20fbc87d9626ee4f8da135e6cb1721", "message": "KRACOEUS-906 - Refactored buildDeletionAwareLists method of PD doc\n\n", "proba": 1.1212829065243568e-07}
{"commit": "a3031890abe58932d85ef9b45f2c81eb8a11cac4", "message": "DO NOT MERGE OBEX: Handle GET operation properly\n\nThis change handles GET operation properly whenever the\nInput stream is getting aborted in between. Without this\npatch it was observed that GET request was being sent by\nDUT even when abort has been sent/received resulting\nin IOT issues with some remote devices including PTS.\n\nChange-Id: Idcb4ea04abb57353af5ab1fef050b3a36579892e\n", "proba": 1.0653218396328157e-06}
{"commit": "6a6e436d289c25275e29bd980c5b443aa7ccae34", "message": "am 1bc661c9: am 5ac36cea: Merge \"Use VoiceInteractor.Prompt in VoiceInteraction test app\" into mnc-dev\n\n* commit '1bc661c9a6e401bdd46be2dea7644a3fa574ddc0':\n  Use VoiceInteractor.Prompt in VoiceInteraction test app\n", "proba": 6.199716153787449e-07}
{"commit": "89cc65dcaa536c24156cf89b34305f64ddf63082", "message": "am aa70c332: am 0236e6b2: Fix the build.\n\n* commit 'aa70c3328b7683bf6a0fea206124508a32cacf63':\n  Fix the build.\n", "proba": 1.5076544457315322e-07}
{"commit": "cbd2e0214b71e0adf594e2eac0496303a9a963c0", "message": "InitialDelayStage: Add comment\n", "proba": 1.303308607703002e-07}
{"commit": "9160df0a1253148d7a93be9cab18ec19175b7952", "message": "add iris data tests", "proba": 3.2843814778971137e-07}
{"commit": "3f828503afdfdb9636920bc6736e7856cdf4f51b", "message": "GERONIMO-6553 adding ProcessSyntheticBean\n\n\ngit-svn-id: 60e751271f50ec028ae56d425821c1c711e0b018@1796255 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.8078559921596025e-07}
{"commit": "cd6fd83854cff3107a855c5d0cb05adc872251d4", "message": "NOJIRA Removed a couple of unused vars (#7662)\n\n", "proba": 1.0805817396430939e-07}
{"commit": "5705c43fc67cbb1ebf19515e6676e4f68f299406", "message": "backport fix for issue #4960\n", "proba": 1.398355351511782e-07}
{"commit": "6a67c97b730d06202e58e3dcab9253e1aa9a28d0", "message": "Added usage note to javadoc on streamRepeatedAnnotationMirrors()\n", "proba": 1.1455330906073868e-07}
{"commit": "83e165d7cf914536f64dc792aaed8e410efe2346", "message": "mixins: also disable execute6500 hook\n", "proba": 1.7966129917112994e-07}
{"commit": "a91ef1ec04affdf98eb89f11b67fdbae72acb8dd", "message": "Properly recognize repeating wakeup alarms\nautomerge: 8965a8d\n\n* commit '8965a8da5513cf31a313ecdac3506718c2813932':\n  Properly recognize repeating wakeup alarms\n", "proba": 2.779887324777519e-07}
{"commit": "5c3e277fb42bd799287936c5aee0d30fbcc7e65c", "message": "Fix bad alarm delivery\n\nThe man bent over his hourglass,\nA programmer of sorts. The day was green.\n\nThey said, \"You have a blue hourglass,\nYou do not fire alarms when they're asked.\"\n\nThe man replied, \"Alarms as they're asked\nare changed within the blue hourglass.\"\n\nAnd they said then, \"But fire, you must\nAlarms beyond us, yet themselves,\n\nAlarms within the blue hourglass\nThat trigger exactly when they're asked.\"\n\n ---\n\nFix the delivery-fuzzing semantics that had been introduced in\n81f9882b5aadd6a2289c9f521a06a7af5f35ebf0.  That patch turned out\nto be incomplete; in particular, alarms scheduled later might require\nthe validity of an already-scheduled kernel alarm even if they did\nnot affect the head alarm batch directly, and this was not being\naddressed.  For now, roll back the fuzzed delivery logic entirely.\n(This is not a full revert because that patch also caused exact alarms\nto be considered standalone for batching purposes, and we need to\npreserve that new policy.)\n\nBug 18726690\nBug 18765436\n\nThis is a 'git revert' of 81f9882b5aadd6a2289c9f521a06a7af5f35ebf0\n*except* that this CL preserves the \"exact alarms are treated as\nstandalone\" portion of the original patch.\n\nChange-Id: I54c763775877de5b6eeb5617544aa6100bb17526\n", "proba": 0.012648629024624825}
{"commit": "5e7f08f5132df3eec1556b06f2ad8a14937d78d5", "message": "am 6c1d0e07: am d8f7e048: Merge \"Update LegacyTypeTracker state before sending connect broadcasts.\" into lmp-dev\n\n* commit '6c1d0e07840d124921fd30f04ad11b409ea73b3e':\n  Update LegacyTypeTracker state before sending connect broadcasts.\n", "proba": 1.4025944494733267e-07}
{"commit": "e585bfe80c1a4c49a17f19006129f1c45af174e2", "message": "When adding a NetworkRequest, cancel linger for satisfying Network.\n\nThis fixes a problem where a requested network can later suddenly disappear if\nit was lingering when the request arrived and later the linger timeout expired.\n\nbug:15927234\nChange-Id: Ib3fae45820ce4421e3bc5b623937a16d5f1efa0f\n", "proba": 6.388721885741688e-06}
{"commit": "fc6b2a0be3524e09c6e12eeaf0222a2ecf2a3007", "message": "Apply the tethering user restriction to connectivity service.\n\nBug: 15852213\nChange-Id: Ib2df696189981ed1b31955257047fac3ee403965\n", "proba": 5.53592799406033e-05}
{"commit": "e489ed4769d7f183b22333e24e343720b85db9a7", "message": "am 5f1188c3: am b596bffd: am a8e6d6fd: Merge \"air plane mode only send to the owner through the quick setting\" into lmp-mr1-dev\n\n* commit '5f1188c3f65759751059493ee2a071ead2fd74c6':\n  air plane mode only send to the owner through the quick setting\n", "proba": 4.99442307955178e-07}
{"commit": "de3a068af63abc0f4173d4c4b2d8530bae6dd203", "message": "Do not show exception stack trace when no child profile key\n\nBug: 28396912\nChange-Id: I48e3f3223d04a0ba3dd2d975901b0504ce0dd25f\n", "proba": 1.0001944019677467e-06}
{"commit": "ff100b49186ed8eeca2c09f04e9bc1f720e8beb9", "message": "am 8b05d273: Merge \"Flush dump output before calling score cache dump() methods.\"\n\n* commit '8b05d2735dcdba2b21533d441fe30fd7c0352c05':\n  Flush dump output before calling score cache dump() methods.\n", "proba": 1.3022723521771695e-07}
{"commit": "65048bdce7a14d891d32c39369b3d81dd6916d6f", "message": "Remove data dirs if a new install fails dexopt.\n\nWe'd otherwise leave the data dirs & native libraries\nlying around. This will leave the app permanently broken\nbecause the next install of the app will fail with\nINSTALL_FAILED_UID_CHANGED.\n\nAlso remove an unnecessary instance variable.\n\nChange-Id: I50e08623f646a89bc166bded6a43e17c17930e58\n", "proba": 7.32179671558697e-07}
{"commit": "fc78e60a8321e624a49523c38932793af36cf9f8", "message": "Check outInfo is not null\n\nOnly call keystore if outInfo is not null\n\n(cherry picked from commit 3b9933d0c2f2b9a2e973dca296ee45a69087e31c)\n\nBug: 8568820\nChange-Id: I764980fd396dbc637732ad290eea2bd11036ec28\n", "proba": 1.6321587281709071e-06}
{"commit": "12cff6f6289cb6bb06b716e75e7776099343323a", "message": "am 10a25c0a: Merge \"Remove keystore entries when app data cleared\" into jb-mr2-dev\n\n* commit '10a25c0af785ee0daa735fc9a26571fb4c27399a':\n  Remove keystore entries when app data cleared\n", "proba": 8.715003900761076e-07}
{"commit": "894ffd102d90a7c794e5c522818f163b92baa55d", "message": "am 673ccfd4: Merge \"UsbDeviceManager: add back support for USB overlays\" into mnc-dev\n\n* commit '673ccfd45a81482d97eecf76dc0fef0dfd57be73':\n  UsbDeviceManager: add back support for USB overlays\n", "proba": 3.6839182371295465e-07}
{"commit": "aba9abaefabf9b78c3df4b0ce01aa52184b34764", "message": "am c2af9be6: am bfab323c: Merge \"Setting ADB_ENABLED may result in a SecurityException.\" into lmp-mr1-dev\n\n* commit 'c2af9be62c4a8d5da6396c419413e1193c34928e':\n  Setting ADB_ENABLED may result in a SecurityException.\n", "proba": 4.0517148590879515e-05}
{"commit": "c99d15dd6f80605722aeae2b5cd91997a34d5fc1", "message": "Added failing test case for issue #127\n", "proba": 1.4096642075855925e-07}
{"commit": "f9b4bc233d90ca43c81d5652d4757d6444999e65", "message": "[ThreadUtils] Added missing annotations\n", "proba": 1.3387109731866076e-07}
{"commit": "4f806fac3780ec9f288e81a9d765da877936ff4a", "message": "Update Gold.java\n\nremove duplicated block", "proba": 3.2360100021833205e-07}
{"commit": "969bb9d896faffa918d08d31d59667a2a7a1d494", "message": "Added killer penguin entry table\n", "proba": 1.2963036510882375e-07}
{"commit": "e444f03cc2e6c0b3f3a8d006a29d907b8cdd22b2", "message": "change pwm port for small arms after duplicate naming in RobotMap\n", "proba": 1.4058514352655038e-07}
{"commit": "fd4054e74f5b1b9a080b64ef7cecf8039d0468e4", "message": "fixes bug when updating formlayout contents\n\nsvn changeset:4655/svn branch:trunk\n", "proba": 2.3355035239092103e-07}
{"commit": "4478fdc3f2b75601a91b512cf413331a5c435d97", "message": "Rename suppressal to suppression.\n\nBUG: 26989170\nChange-Id: Iafa21b885f7df7f5ec5e46f3fad095cf1a531cfc\n", "proba": 0.001419268548488617}
{"commit": "4770ce32ab08ee9d6a43b58557520184466a68f8", "message": "+TaskStorage: Created storage\n", "proba": 3.348342829667672e-07}
{"commit": "b756676999f4f960b3b770aaa80dc3ce7940bb7f", "message": "Comparator class for Sorting on linkstat score", "proba": 1.3466845416587603e-07}
{"commit": "25bdf24baf9c4c8732d24b091f8c66ecaf400c20", "message": "Make fields private wherever possible.\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1379898 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0002251613768748939}
{"commit": "fa5ae59c7c8813c58b28da15446ca2b94664fbc5", "message": "[MECLIPSE-637] mvn eclipse:to-maven deploy to nexus fails if nexus security is active\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@903873 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.563109771675954e-07}
{"commit": "40a490cf42b21dc0497ef40588d56e67fdfff719", "message": "removing format support, JSON only right now\n", "proba": 1.1916431219560764e-07}
{"commit": "631ba50e1bad07924d1040388fb747e161d76c5b", "message": "default\n", "proba": 1.71783467521891e-05}
{"commit": "5e449577bc804cbc92e10d64e8b121a9133d0817", "message": "Address feedback.\n", "proba": 1.2936348525727226e-07}
{"commit": "981aa771a670d4a2824df81ece2c1ec83d54e054", "message": "term construction tweaks\n", "proba": 3.5364467976251035e-07}
{"commit": "cbb7ce9912f5b3c68f98a69bc4883b17fb8fac40", "message": "Added missing class.\n", "proba": 1.2929614001677692e-07}
{"commit": "7bcf2357b269485689126642bdf4467decf5c7d6", "message": "\u6709\u754c\u963b\u585e\u961f\u5217\n", "proba": 6.710431534884265e-07}
{"commit": "fa714b951e9b5dd6d7d01675069f3c46680cae67", "message": "UploadListener interface moved out of UploadManager class\n", "proba": 3.552591181232856e-07}
{"commit": "bf4a400e6fdb6566e73bb10207fae3addeda7c77", "message": "unique chars\n", "proba": 2.357761701432537e-07}
{"commit": "5b10f17d9b3fde04dcf1901e414a28c3b883e76c", "message": "Update PdfLayoutMgr.java\n\nAdded a building method with both the color space and the media box + some minor code improvements", "proba": 1.4314235841084155e-07}
{"commit": "14e6032826cd7448d59c02067d5a99fe2a3dd8e5", "message": "Add station index", "proba": 6.020185310262605e-07}
{"commit": "778b690a0838fea95a96fff92d5bb76bf1d8461c", "message": "Create RegisterEntries Class\n", "proba": 1.5653252205538593e-07}
{"commit": "e287645f7ad12bb26f0a8a0c940d8fe384a3d448", "message": "Little program to help create a freq-sorted dictionary\n", "proba": 1.7095696591695742e-07}
{"commit": "3a2e4c623b24bfc72f416599c8fa1869fad0cbfa", "message": "The ApplicationInfo JSON may have {icon: null}\n", "proba": 0.0004882273788098246}
{"commit": "e05afc8bb15ecf9ada2c697853f6188518aa7873", "message": "Add GuiImage\n", "proba": 2.3956357608767576e-07}
{"commit": "97cf204d3a92d40a92a3e6f797cc312cd9c85c05", "message": "add getters and setters to send messages request\n", "proba": 1.9318274269153335e-07}
{"commit": "f01a12c29e7f16d4aed4e695afd54dbe644b99b0", "message": "KRACOEUS-3469 Fixed null pointer exception on date comparison\n", "proba": 1.3486638295034936e-07}
{"commit": "c02764943a4dbb97e82af599f1f94a92fdcabc29", "message": "KRACOEUS-184\ngenerate Document next value\n\n", "proba": 3.600578793339082e-06}
{"commit": "f0fb9cfa7d28f11aea6ce327a6116d2724cc6420", "message": "fixes PingService bug", "proba": 2.2894376172644115e-07}
{"commit": "e6bca4c08ec6220a1457f50e7c532c56544ccfe4", "message": "Fix world UUID being null when migrated from Bukkit.\n\nFixes SpongePowered#1116\n", "proba": 2.375211636262975e-07}
{"commit": "aac77ce8cc52b7ef62b87af4875bc84bf7176e9b", "message": "Connect-4\n", "proba": 0.000348311266861856}
{"commit": "d5a1073d1a2bba00f5262f8a9bfcbd44aa6efdb7", "message": "fix bug\n", "proba": 6.400653660421085e-07}
{"commit": "efa9b0611610732c30f8d7215149c1d90b8852cd", "message": "Commit para a\u00f1adir la carpeta src y un .java\nA ver si se borra el .DS_Store", "proba": 2.161944621548173e-06}
{"commit": "be7e9fc7c456f5dff6a6eab9e3de38c9e31f4a42", "message": "Static components set.\n", "proba": 1.2895503687104792e-07}
{"commit": "f8ac928c0fe3321317b36e94259d9facd5de3859", "message": "PotentialMasterList needs a PhaseAgentSourceCell\n", "proba": 4.457689612991089e-07}
{"commit": "4f367ecb091abcddbb5298a15e9e85ada00f3707", "message": "Add SphereSphereHetero which uses AtomFactoryHetero\n", "proba": 0.0007428039680235088}
{"commit": "b336e4dcb1279078f7f5780440f24173badb5033", "message": "Critical fix: check orders bug\n", "proba": 3.5279177268421336e-07}
{"commit": "8bc21d97cfe3e51d0234bd7302b8b90e3f816599", "message": "jumbo...", "proba": 1.8502684895338462e-07}
{"commit": "3bd0bc28637454bbb418577e1204421a08de3b34", "message": "Add a ReaderFactory.", "proba": 1.3122408404342423e-07}
{"commit": "f4b386760fe8ba4b3bfcf88606439f9ef98ecf14", "message": "Create Item.java", "proba": 1.1150547152283252e-06}
{"commit": "de2c71024f6d706437d4e10e9c00b6e291995b4a", "message": "Fix inkscape extension path for windows\n", "proba": 3.660852314624208e-07}
{"commit": "007be30a4a8d3e9e65a651c6a75c41792300cecb", "message": "Just checked some code, all seems good. We now need to make the JFrame\nappear on the screen as it is not with me.", "proba": 1.0123224569724698e-07}
{"commit": "15b024f4c4a54f31845a5bb911af0b005ebe27a0", "message": "Added missing possibility to access config data like language and country after the file has been parsed.\n", "proba": 1.0780002668298039e-07}
{"commit": "ca1ba1c5946344951b9b31c1f29e5420d8899128", "message": "Very basic testing\n", "proba": 1.3596641679214372e-07}
{"commit": "d85da7cf81638e47109fe4e3e4f152601f2b3020", "message": "Added test for backslash characters in CSS Identifiers.\n", "proba": 1.0585178245037241e-07}
{"commit": "9af57eb024adbfd598b80ac8870a89f3cbb1b597", "message": "Fixing temporal rooting analytical solution", "proba": 5.379189360610326e-07}
{"commit": "f579bb92c2032cd27aef72a1654c006933b22bbd", "message": "am cde433c5: Merge \"Fixing a race condition in RSSurfaceView. Bug 5601083 When destroy is called shortly after creation, RS tries to set a surface on a partially destroyed context.\" into ics-mr1\n\n* commit 'cde433c5f75fd4ac2ab31e9fc34654750d1e83f8':\n  Fixing a race condition in RSSurfaceView. Bug 5601083 When destroy is called shortly after creation, RS tries to set a surface on a partially destroyed context.\n", "proba": 1.3219406582720694e-06}
{"commit": "05596f66f8bab8e9b002aebb9093f2b95926f127", "message": "add a package-info file to document the stormpot package - not quite done just yet, though.\n", "proba": 1.0580010467720058e-07}
{"commit": "ce18845e84fa326bc212ed2ddf42b539b4edfedc", "message": "Add Tuple.java", "proba": 5.272095586406067e-05}
{"commit": "e90fc1fe70e8b09a729d7469c1d8068d1b4ad8f0", "message": "Forgot to add 'new'... again.", "proba": 1.1104263819561311e-07}
{"commit": "9fd9a9c33f0540440278aa5bf5764cc5b370db74", "message": "Added anchoring for subform", "proba": 1.2889282174910477e-07}
{"commit": "288344d0047d00d4574b260a5d119ed543506458", "message": "Multiwii service added", "proba": 1.270044549528393e-07}
{"commit": "6b283688295da1de5c79d8f91c4916059e160c0e", "message": "\u8c03\u6574Aop\u4e2d\u5bf9\u7c7b\u52a0\u8f7d\u7684\u903b\u8f91\u5224\u65ad", "proba": 1.9511611526468187e-07}
{"commit": "4500eb1e8c77a4af5a94eb399d707269ebbf04b1", "message": "API-368. Add initDataFormatConfig method to DataFormatParserService\n\nChange-Id: Iead623eaa3c1436f670ce1bfe0bf41c7f1d9f2df\nReviewed-on: https://review.streamsets.net/c/datacollector-api/+/33239\nTested-by: StreamSets CI <809627f37325a679986bd660c7713476a56d59cd@streamsets.com>\nReviewed-by: Alex Sanchez Cabana <16a9016b243d66f08e64f6a2a241982c7e25b5e0@streamsets.com>\n", "proba": 6.812770720898698e-07}
{"commit": "72b2f3808acfda8e61db3dd0618b9dabf65dcd78", "message": "KCAWD-386\n", "proba": 3.071106107199739e-07}
{"commit": "96dcea1f2f91cfd594ffad2965d0a48456737c90", "message": "Partially reverts the last commit. Restores the AbstractPacketExtension.java (in the correct directory), because it needs to be compiled against the correct version of smack (v4).\n", "proba": 1.0298207087089395e-07}
{"commit": "af9ef8aba20f0be11084bc097b7d087f61195cac", "message": "make sure mvn test runs the pipeline tests in same order as nosetests\n", "proba": 3.5696024269782356e-07}
{"commit": "02f01fcca7fe1786307c48a9edbcf135aea502bc", "message": "Adds unit test: SayHelloOperationTest", "proba": 0.9995373487472534}
{"commit": "6b4cb4b7a322cf8f48cd03eefddc2d2592ef9d08", "message": "added preliminary version of the InputFormatMap\n", "proba": 1.3800067222291545e-07}
{"commit": "91d9c396237bba871623a763300d2f531c8d3c30", "message": "new HalyardEvaluationStatisticsTest\n", "proba": 1.3727519387884968e-07}
{"commit": "c29839b206c7921ec850e0cddc557a983b784e3f", "message": "Added JosephusProblem", "proba": 2.3255309145042702e-07}
{"commit": "105a6d0ec33bf8f846b3677d772c05fd5dcf0ad6", "message": "Better idea: wrap a cleaner interface around List<String>\n", "proba": 2.4039664481279033e-07}
{"commit": "3850f53ec00cfd2a94e0f1b6f958acd15fb3bfe4", "message": "Initial commit\n", "proba": 3.003353299391165e-07}
{"commit": "f1636f9d4b9223bfba67fc071130ac40a5525053", "message": "2017/08/16  \u5b9a\u65f6\u4efb\u52a1\u5f02\u5e38\u4e2d\u6b62\u6392\u67e53\n", "proba": 1.2926544457059208e-07}
{"commit": "45039fc2c42e363e881894e3d18c5363a57b4f60", "message": "Added agenda enum.\n", "proba": 1.2417129369168833e-07}
{"commit": "8376a18240980808022c779ce7d0515e76e5a796", "message": "added CASE_ID\n", "proba": 2.194801027144422e-06}
{"commit": "9a4b2b4e3374036f5dd9fd13fededc1144305c56", "message": "Restored handle of multi-touch.\n", "proba": 1.137820149210711e-07}
{"commit": "f7066e43d8434f374d75e87cba4fba9c40ae2215", "message": "Turns out we don't need the encoding after all since all methods are overridden\n", "proba": 8.850877861732442e-07}
{"commit": "3721f4024d5c831c1b19ada7506d9ae7487d7404", "message": "+CraftoPlayer: Fixed getOnlinePlayer()\n", "proba": 1.2604542121152917e-07}
{"commit": "45b6f17ce96884ae54a1d505f8caa7959ea5f341", "message": "A fix for issue 407 <http://code.google.com/p/beast-mcmc/issues/detail?id=407>. Wrap the return string value from the VDemographicFunction.toString() in the '{...}' expected by TreeAnnotator.", "proba": 0.012789989821612835}
{"commit": "ea91e5915bbd18f0cf60ec54b77b76228081bfa8", "message": "Adding DigiCertAccessTest claass for real this time.", "proba": 1.0214363754812439e-07}
{"commit": "9b6f1826b4c51b022167ba0be39ebff2e5fde1d6", "message": "Move XMLCalendarBuilder and remove bedework dependencies \n", "proba": 1.6224811361098546e-07}
{"commit": "b931cb121df77fa955ccd8e1a3819fa70de34bf1", "message": "added for release 1.5\n\nSVN-Revision: 16151\n", "proba": 1.1909069996818289e-07}
{"commit": "733fb970b4523f61832f0f92f8b4c90daf949487", "message": "Add JarPluginManagerTest\n", "proba": 3.597369016006269e-07}
{"commit": "61204260692cd10067fb6d4030bc11e4c9c401b5", "message": "atualizar e excluir cliente. DAO.", "proba": 1.2433967810920876e-07}
{"commit": "3fdc99f757d4d42cb3fb8a9a75e1359da5ae2c9c", "message": "Centralize getEnvVars function\n", "proba": 6.112492428655969e-06}
{"commit": "1b81ffe84b12a9a08f40fbf1ac8783d2040f863a", "message": "check\n", "proba": 8.487350555697049e-07}
{"commit": "81703d8ccdefc216fdc6d94ca127aaaa53ace2e4", "message": "Remove System.out.println\n\n", "proba": 2.9866494060115656e-06}
{"commit": "bc1a2cf2180d801e5d56e3536af521c6c0892613", "message": "Added tests for CombatEntity::hit using test doubles\n", "proba": 1.3295591827500175e-07}
{"commit": "f420c1d75a68ae9d716fe6d741af96f76dda62e0", "message": "am 687fe203: Merge \"LayoutLib: Implement some missing add###() method in Path.\" into honeycomb-mr1\n\n* commit '687fe2038780aa52bc370a903b08305de4d85647':\n  LayoutLib: Implement some missing add###() method in Path.\n", "proba": 5.748133844463155e-07}
{"commit": "e980050b9e2e79df5389aaea6a61c6c7318ff067", "message": "Avoid losing any top-level comments\n", "proba": 6.972681489969546e-07}
{"commit": "61c143ecfd3e8608de7c9cdca179c3cef720d41b", "message": "parentSpeciesAgent and parentPhase are no longer in Atom\n", "proba": 2.9986853178343154e-07}
{"commit": "cca3ca740925e14e11fd1f27154f5e039291da86", "message": "wip: I think this session store works best with Terracotta.\nAfter committing, we'll get in touch about this with them.\n\ngit-svn-id: 6d6ade8e88b1292e17cba3559b7335a947e495e0@510350 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.511544938803127e-07}
{"commit": "0d3da908c43f74a2ccc68c0cf8dbbd6b208e0a70", "message": "Added support for this.controller / this.root", "proba": 2.1306168207502196e-07}
{"commit": "0ddb5b955019456f91aa0489c215b06a9faac8da", "message": "Added a slightly more extended demo application\n", "proba": 1.2293128293094924e-07}
{"commit": "dfac0420bab779159c905440ee6b1fa1714d2686", "message": "add java\n", "proba": 1.1679701401590137e-06}
{"commit": "ea0526a7d366e8aa2212818fbbdafe627146925b", "message": "Fixed: bug in iterator\n", "proba": 7.792569363118673e-07}
{"commit": "643821955fe359bc3d62acfc3254b3c9ce11e6d7", "message": "Removed unnecessary \"synchronized\"\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@12013 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 26ab66822f57ccec25aa0059d878e6f4074ce91c", "proba": 8.204660844057798e-07}
{"commit": "40877e2cce83fefb5dfeb5feaa84e242d3a2f42c", "message": "Minor cleanup.\n", "proba": 1.4735500997176132e-07}
{"commit": "991a871c977ed72f7f0bfbd11736818c8526b242", "message": "fixed bug where metadata table was deleted and not recreated.\n", "proba": 1.0765577940219373e-07}
{"commit": "45c701730fec1820f1b2019236d8e910f78ea82d", "message": "Forgot to add 'new' before Mazer().init();\n\nAlso, I shifted the Map code around.", "proba": 1.095684467600222e-07}
{"commit": "98f83ee6e3d4edcea4e85bb1e9add21fbfbaaa07", "message": "\u63d0\u4ea4\u72b6\u6001\u673a\n", "proba": 3.5581925317274e-07}
{"commit": "4408399e8bc291a7728eed4ff09e7b4fe4218a89", "message": "added ProjectTimer.java: default android chronometer doesn't have a method to check whether it is running or not.\n", "proba": 1.1165940350110759e-07}
{"commit": "210d2d3930f79e9b20118ae8bd2a65f4e8b49938", "message": "GH-32: Add bean testing for ApplicationConfiguration\n", "proba": 1.4560049521605833e-07}
{"commit": "5bbe061155ec2848c8334344c070beccada7ca30", "message": "generates dark pharaoh aliases\n", "proba": 0.9999994039535522}
{"commit": "c382ff9d77a09b68a9a78a3a43fde345528fb7fb", "message": "A little cleanup, and use a more complicated document when\ntesting element echos.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@248916 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.167198156006634e-05}
{"commit": "79a4727019bd059f8742c2290205cc7c30415785", "message": "Java class added.\n\nJava class added.\n", "proba": 1.9959348662723642e-07}
{"commit": "76d365433c0047a0d9bec1cd570a8f8202e0c095", "message": "revision\n", "proba": 8.030100389078143e-07}
{"commit": "33f4d36c733cc694b260f9d20c477e6bb855f14c", "message": "Add implementation for Cell class\n", "proba": 2.50773553034378e-07}
{"commit": "ade3e7200d828ef44ee092e84449b5f4fdc10e16", "message": "Update FileReader.java", "proba": 9.597699772712076e-07}
{"commit": "9766873d852ab85a961213e07fc1c0d14e657831", "message": "Added tweeter read\n", "proba": 1.293412736913524e-07}
{"commit": "3f306810d72f0beb98c79991a388196156f28d44", "message": "Reverting previous change that added thread to QueryExecutor.\n\nSigned-off-by: George Li <7c4e46301c5950a8fda71cd937b311882f8be45a@gmail.com>\n", "proba": 1.2052473152834864e-07}
{"commit": "dc66c88611e7fd748073a3f82cb2ba52563accba", "message": "add a check for whether user is adding self as a peer.\n", "proba": 2.045704405873039e-07}
{"commit": "31014b8e377238b9f73cba9168512d8817361747", "message": "Add simple test for Tag\n", "proba": 5.018850401938835e-07}
{"commit": "22b70339fc87c357a41a3cf7521f9168665ea35b", "message": "commit2", "proba": 7.12786459189374e-07}
{"commit": "ffc3603e4a06002e25c8f18f0135ed83de1d1cda", "message": "Changed FrameworkContextTest: PowerMock was not properly setUp\n", "proba": 3.8704084204255196e-07}
{"commit": "b4e7d0699aa9aded8c297a309619bf5dd1b9d92a", "message": "fib test", "proba": 5.747981504100608e-06}
{"commit": "a6dacc3212b13ef4e26b78175fb0fc2917c1d94d", "message": "1. Byte multipart entity added\n", "proba": 1.3412731902917585e-07}
{"commit": "60c497607fe84b53bf53de9cb42eff0cdcf45071", "message": "EMPIREDB-146 blob data type is not working with postgresql under v2.3\n\n\ngit-svn-id: b3b0da0efb1e558805af38d819c06f711288435d@1345894 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.3075554079478025e-06}
{"commit": "893e1eefe20b5d4aa915a0473e3570bcfd344a03", "message": "Added the CommonUtilities.java\n", "proba": 1.281105994621612e-07}
{"commit": "42f75b8b9246ed5838a7ad5bc38dc7d0239006c5", "message": "CHAIN-86 - Make CatalogFactory an interface (missing this file on the last commit)\n\ngit-svn-id: 09202cd7a08c7d0e03544b190c2294d96b23c5f4@1509003 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.1856142236865708e-06}
{"commit": "e426b47f64851f847a467c5182ab8338d7cfc435", "message": "Custom matchers for the espresso tests\n", "proba": 1.2738789223476488e-07}
{"commit": "dbdb996b197e4245f2f756351f6a68b8f264019d", "message": "Create Application to use in setting up Android Upload Service\n", "proba": 1.9033249998301471e-07}
{"commit": "39435c57318df2f1d61c509642cc39c7aeb3c97a", "message": "ISBN\ub3c4\uc11c\uac80\uc0c9 \ucd94\uac00(1\ucc28)\n", "proba": 1.9838749665268551e-07}
{"commit": "c16a63e110888300ace9342eba43388c65e02379", "message": "utilize httpURLConnection class, make edit text fields class level\n", "proba": 1.7309029942680354e-07}
{"commit": "8c7df2dc0c29de3972e7ad94abda47fff340df00", "message": "Dana: Simplify ContentUtils\n", "proba": 5.212402243159886e-07}
{"commit": "7f5201bf69bad8606b5453dc090cd45ac9e4d36d", "message": "Nullpointer in CalendarId fixed... probably\n", "proba": 1.2579924657529773e-07}
{"commit": "a830c77aa596852f449ae9af374a1d0e1bb43083", "message": "Deleted unused imports\n", "proba": 6.327423420771083e-07}
{"commit": "1d8825cb228ce8dca563ac568afa958d43808e70", "message": "#2 Configurable Google client id\n", "proba": 1.3993064840178704e-07}
{"commit": "24c6b9caeb658f0b43ea7264a7b761c63f3c4f66", "message": "list implementation of feature index results\n", "proba": 2.6582165446598083e-07}
{"commit": "d119a7d5d31516fe31da6b2757cd608042e00dc1", "message": "Add [#1017] calc of spaces and words\n", "proba": 0.00019166966376360506}
{"commit": "eff5c54744eaf08ca1556066de4d641abb88c0d6", "message": "#3767 Unnecessary object instantiation removed.\nThanks to @cmuramoto for pointing this out!\n", "proba": 9.754089802527233e-08}
{"commit": "7fd2ffbcbed3a280515069c1d3add73268e18775", "message": "Chapter 8, Exercise 20\n", "proba": 6.285366112024349e-07}
{"commit": "67bf9190fa560bd0a164bca475a9c5096d862caf", "message": "extracted a utility method\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1054433 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9977937936782837}
{"commit": "2cb5f86534954d1864cbed29ccd0d5081f23f58b", "message": "MJAVADOC-165: Provide specific default value for \"encoding\" parameter\nSubmitted by: Benjamin Bentmann\nReviewed by: Vincent Siveton\n\no applied with small javadoc addon\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@612341 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.7515397366405523e-07}
{"commit": "f8a92bb1d36fc4cd6fb7855797b63d217f839d34", "message": "Fixed a todo about better assertions in test\n", "proba": 2.535273893045087e-07}
{"commit": "7ec1097ac90d4a97930ea9557e36529981067fdf", "message": "Bug fix on workflow validation.\n", "proba": 1.1584572234824009e-07}
{"commit": "32914925b7eda5162a6f3bb87834f88acaf7d18d", "message": "adding missing example file\n", "proba": 1.670069195824908e-06}
{"commit": "093ef2fa15eef3df1ea253b8fe5ebafbab3b06de", "message": "Adding tests for confidentiality required feature for LdapServer which should be implemented differently later on for the 1.5.4 release with new protocol-ldap module: see DIRSERVER-1189\n\ngit-svn-id: dd90f696ee312d86d1f195500465131112b150f5@669254 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.909411129323416e-07}
{"commit": "6837e23f3a20f3089faf7a4480f4ebb9c93d5f8d", "message": "A short package demonstration\n\nhttp://ideone.com/p23uTh", "proba": 1.2686136585671193e-07}
{"commit": "cd09153c908c9ae59f3fd634c9c85d9ea89f091c", "message": "Fix album cursor\n", "proba": 3.975803338107653e-06}
{"commit": "87718b3a9a1685ff108a3eaaed36fb450081203c", "message": "KRACOEUS-6593:Modified the KC notification service such that all KEN notifications sent via the KC notification service will now have the \"KC notification doc type\" as their default doc type. The name of this doc type is read from the \"KC doc type name\" parameter.\n", "proba": 1.0225825519682985e-07}
{"commit": "9e7690774841be266e1a65d3a5c814583c96884b", "message": "VTK-2073 - Validate existence of local folder.\n", "proba": 1.0294181151948578e-07}
{"commit": "9f480253c61170ac0ceca61c694f1649dd8e3f67", "message": "added base empty class for the RBM network visualizer - WIP\n", "proba": 1.2452706243948342e-07}
{"commit": "d73352c874029f29e7a06bb330ca0de4cbabc7f7", "message": "commented out help / propdevSave htmlunit tests\n\n", "proba": 1.4726481367688393e-07}
{"commit": "d7fd263e0839e33409920c893040aef478010109", "message": "Add test with examples from README.md\n", "proba": 2.525977436107496e-07}
{"commit": "c0ed74a11df04018b0d1c142cf42536c6ba58f46", "message": "CMP-472\n\nDefaultHibernateEntityLifecycleInjector: Register hibernateEventListerner to be configured to allow registering for post commit listeners", "proba": 1.1294566348851731e-07}
{"commit": "30a2cbc0d9baa48a300b2cee8585efda96484aba", "message": "12 - Variable scoping\n", "proba": 1.1602936922372464e-07}
{"commit": "4967930008a825f9ae1d3d5587f0226848e18808", "message": "XC:added initialization method for FileManager\n", "proba": 2.7855799089593347e-07}
{"commit": "e28ad387670c81db7f6c4735f99afc916ebd0f4d", "message": "Maximize Distance to Closest Person\n", "proba": 7.224387081805617e-05}
{"commit": "b79b0c115c10e1684d184929057a169aae54f69d", "message": "Matching v0.5.0 without change rates", "proba": 1.0565456705080578e-06}
{"commit": "802972e4f43ccf6ddf6fc1a1494155701c9676fb", "message": "Java 8: updated and added sample code for Supplier functional interface usage\n", "proba": 1.0580575349194987e-07}
{"commit": "bbeda0904bf9f791dabfda755d57047a2218a7f2", "message": "override default method in interface\n", "proba": 8.067451062743203e-07}
{"commit": "9442c636b01d8c9bc6cea0f4fa5b4c236341e161", "message": "Create monkeyTrouble.java", "proba": 0.0003753304772544652}
{"commit": "0e725bf6f33c34f340337bb71e38369e8ef56054", "message": "Fixed HTTP request sending to satisfy Netty's HTTP encoder's undocumented internal behavior.\n", "proba": 1.0390306925955883e-07}
{"commit": "2abc0a341a4ac7277d4830df854cb1e98209848d", "message": "Initial Commit\n\nInitial Commit\n", "proba": 1.1347235613357043e-06}
{"commit": "8f9c9de3d8a16251ca1eb62923899e3a0798766b", "message": "#40 Initial UsersService", "proba": 1.8445443572545628e-07}
{"commit": "6da9ea3c9798bccee19ad40f5eedab9704f0f61e", "message": "Create ReportGenerator.java", "proba": 5.726308245357359e-07}
{"commit": "5b542a4b6fb7740305623a62c036749c8fe67988", "message": "Add missing file\n", "proba": 6.467544608312892e-06}
{"commit": "5aeff33ec101f94f49384e4c00c46953cf718c9a", "message": "am d0b4c1c3: am f8e9fd2c: am a57a8a8c: Merge \"[RenderScript] improve & minor fixes of L2 BLAS validation.\" into mnc-dev\n\n* commit 'd0b4c1c3650be7a1a5f7a6f6640e4830407f2bb4':\n  [RenderScript] improve & minor fixes of L2 BLAS validation.\n", "proba": 1.625347749723005e-07}
{"commit": "f096f93872ffa8aa461b8c0045edafc4ac441f0b", "message": "am 3ec449e0: am 14add7b3: Merge \"MediaPlayer.MTP: fix issue when main thread had no looper\" into klp-dev\n\n* commit '3ec449e0814dbb0baa518bc05372bbb3154c2e9f':\n  MediaPlayer.MTP: fix issue when main thread had no looper\n", "proba": 4.3203019117754593e-07}
{"commit": "a6409267468fe1c00f88aacbefbbd772f3407ffb", "message": "Setup an EntityRepository for ground items\n", "proba": 4.533556818842044e-07}
{"commit": "4499ad729ac4ae3bad5911385a61b7ef0e5493d7", "message": "Fix bad merge fixes build breakage.\n\nSigned-off-by: Eric Olsen <7be8d3709545755dbf42c661e7a7d7f13c933a02@android.com>\n", "proba": 1.286290540747359e-07}
{"commit": "b23949b7454ddb65f81e1bd4426b2cc714ab9c3e", "message": "Unregister callback from binder when vibration is removed\n\nWhen creating new vibration pattern, a callback is registered\nin case binding to caller goes away, by linkToDeath().\nNeed to unregister this callback when we throw away the vibration.\n\nChange-Id: Ibdf0bd415a539054ac7a66f49b33a864f729c546\n", "proba": 1.7658952629062696e-06}
{"commit": "e51315b7f23d53ca1a7da3c012d3a664cec981d6", "message": "Added check for years earlier than 1800\n", "proba": 1.3081151450933248e-07}
{"commit": "066b24da06370399c8a934c84ffe39064b5c252e", "message": "method not implemented exception\n", "proba": 5.545373824134003e-06}
{"commit": "7e8db40083c732a2c33c57d9be945c59b8fd2029", "message": "Correct JavaDoc for method ServletContext.getVirtualServerName().\nThe method is @since Servlet 3.1 (Tomcat 8)\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1722455 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999455213546753}
{"commit": "fb40fee4e14f0f14bcd2185226b3a887853d7ac0", "message": "Bug fixing\n", "proba": 4.663650372549455e-07}
{"commit": "f737b2d555e48774873023d11bf82b929a62377a", "message": "change button's url\n", "proba": 8.286960110126529e-06}
{"commit": "c86bbf08e2ded99cb32bdba2b9d6ac0838457d13", "message": "\u589e\u52a0lambda\u6d4b\u8bd5\n", "proba": 1.3513872545445338e-06}
{"commit": "96bd4a9a460894bc95bea58ad4ee0667eb3a0332", "message": "added file PlayerData.java\n", "proba": 8.662080972499098e-07}
{"commit": "a869463efcb6b7d454db068fd4cc94342bfb434b", "message": "add validation for task existence\n", "proba": 0.00017642455350141972}
{"commit": "42dbbd7ed87ae9a70ab43014d9a5a878a85b9c94", "message": "added source to task fizzBuzz form Array-2\n", "proba": 1.641316771383572e-07}
{"commit": "3e664c75995cd30781b8a26a480a0168167274cb", "message": "patch 66.76.3.6742.76744\n\n+important notes\n", "proba": 1.630103980687636e-07}
{"commit": "534e4f5bf33fa3f1557f56e6725c76d4486f192f", "message": "Create Netcheck.java", "proba": 5.301812393554428e-07}
{"commit": "9777470cc153b8f96acf5707899da2a6b6264101", "message": "Added ListScatterRecorder -- A ScatterRecorder that appends ScatterResults to a list.\n", "proba": 1.0218611379286813e-07}
{"commit": "96981e4963b180eb1c81d095ca1084bcc56e0672", "message": "Fixed issue: https://www.crashlytics.com/mizuu/android/apps/com.miz.mizuu/issues/528264ade2c70d5d818340df\n", "proba": 2.960837548471318e-07}
{"commit": "01d986a9e622e51017d05e22a8b71e0e8ba9c184", "message": "Start of package documentation", "proba": 4.832504600926768e-07}
{"commit": "b18dd78739271c0fd2362838e8d1c152bd7cafe1", "message": "#6162 Fire a value change event when pressing enter in a TextField in IE\n\nsvn changeset:19068/svn branch:6.6\n", "proba": 1.914873450914456e-07}
{"commit": "f783f0c317c87a87ab1babb88a132922e02d5ca8", "message": "*GeneralCommands: Check if DatenbankConnection is da\n", "proba": 1.131668568632449e-06}
{"commit": "2df30f1324f60c8bda4b5ae64b25c37ac616cd58", "message": "Added enumeration to identify position in the game board", "proba": 1.6586697881848522e-07}
{"commit": "f53714253649df3b75c3250fc0a7b310a8a85334", "message": "invoice dao commit and put\n", "proba": 1.304099299659356e-07}
{"commit": "37185a2c0368cf96aab6230e4e894fa1e660faf1", "message": "HBASE-795 More Table operation in TableHandler for REST interface; forgot file\n\ngit-svn-id: 25ca64b629f24bdef6d1cceac138f74b13f55e41@685351 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.347279917103151e-07}
{"commit": "ab25a44acf55e362c55dc7715a8f2a72157a82cd", "message": "refactor\n", "proba": 0.9999991655349731}
{"commit": "3efcab00eb5a6c6a1aff38ab213d3cc1b9e886ca", "message": "Fixed import Nonnull\n", "proba": 1.016070882542408e-06}
{"commit": "c66ad4b21bdc8c2eb163fc9559a127228ce15658", "message": "feat: indented report helper\n", "proba": 4.1076270917983493e-07}
{"commit": "c3d1b6bf6bd77306b838271c9748f24198b48dfd", "message": "API-374. Add new method getErrorJobName to the Record interface\n\nChange-Id: I2508830fe0112bef215a824c1c957eb85c5502c5\nReviewed-on: https://review.streamsets.net/c/datacollector-api/+/33673\nTested-by: StreamSets CI <809627f37325a679986bd660c7713476a56d59cd@streamsets.com>\nReviewed-by: Alex Sanchez Cabana <16a9016b243d66f08e64f6a2a241982c7e25b5e0@streamsets.com>\n", "proba": 5.071037776360754e-07}
{"commit": "54394b4d850793a592b9f191247ab3978e85cbdb", "message": "Added static methods to create tuples in Tuples", "proba": 2.1394923521711462e-07}
{"commit": "9a72dd4eac0258f9e5d6bb008ad8099bda53fc37", "message": "Delete Settings.java", "proba": 1.969171535165515e-06}
{"commit": "68c37f0c23065157b7980c786bb85b56bd7f48f0", "message": "Updated Utils for previous commits\n", "proba": 1.5030862243747833e-07}
{"commit": "ba16164b4db6956bcb9396b2ff9cdbaa32f22cea", "message": "Parser finalization", "proba": 4.101098340925091e-07}
{"commit": "a0f2bcbafcaa0446054d281db2c49fd6978fa71a", "message": "Add findAddress to Address domain object\n\nSigned-off-by: Ian Hilt <949b70b7a7bb2aa951ebc7582c42d2cb29349fff@eastway.org>\n", "proba": 1.6944370884175441e-07}
{"commit": "e54e50f3f9e38d8470bef991161e93cefe1f9d4d", "message": "Add TaskTime\n", "proba": 5.6834969655028544e-06}
{"commit": "043b5d8337091c215b29824819d3f4773b8294fe", "message": "Add new class Annotation", "proba": 3.804887569458515e-07}
{"commit": "32ca9f0310604dc32c90f51146343a837ef21b02", "message": "JRobin 1.4.0\n- Added RrdOpener to core\n", "proba": 1.0734186872696228e-07}
{"commit": "f2a7665ad42376ca57ce1749b95f28f1d8803231", "message": "This is part of the third set of commits after changing and cleaning up the code a bit\n", "proba": 1.6770761135376233e-07}
{"commit": "5fcc6bfdfd1e9dcf9189890d661aa8bbe80916ef", "message": "\u0423\u0440\u043e\u043a 3 Guess number fix 01\n", "proba": 0.9991056323051453}
{"commit": "bcf4b425b620899718461d3ccd2bf73270fe0e51", "message": "Add missing end slash.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@253641 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999984502792358}
{"commit": "6394174bf19f43f2d0f8b39b033d71afb4e9ebbc", "message": "Modifies insert test for abstract pojo.\n", "proba": 2.1925445992110326e-07}
{"commit": "9b957520a955b52f4e81e5ad97586f7ef94c9dad", "message": "mocha-phantomjs java test runner added\n", "proba": 2.766141165011504e-07}
{"commit": "58b0a46cff2f9a655165728cb14468d8bdf5848a", "message": "added test\n", "proba": 1.449089808147619e-07}
{"commit": "fee0963868cf8dbd24f9397319f0aa710c469d23", "message": "Add unit tests for ScratchNumbers\n", "proba": 2.3566489915083366e-07}
{"commit": "0bd026c13cfc4810fe8c2a0dc87dfbaf2dfb27f3", "message": "Create branch.java", "proba": 1.8309631286683725e-06}
{"commit": "76d77249c80abce1ede0810162fac20e3b42c14d", "message": "Switched to using immedite future since it smplifies the logic, however the functionality is suitable encapsulated to make\nit possible to change back to some other form of future, where the DB access can be interleaved. It may make sense to use a thread\npool when this is done to ensure that thread resources are not exhausted.\n\n\ngit-svn-id: 3f2e04d30bd9db331bbfc569b45e7de8c0d84ef0@696269 a5cc9254-8de9-e8be-c026-97bcafcbeca4\n", "proba": 5.0418766477378085e-06}
{"commit": "ec505af87eb33c6b8cf43acf9eecffe7e4605378", "message": "syntactic tree parsing tests\n", "proba": 8.867217502483982e-07}
{"commit": "2b41a8cf32e8de261d37fcdeed1275f82bbe6de3", "message": "Exported .jar now supported\n", "proba": 1.2615413425010047e-07}
{"commit": "480a7d7c4949203e119c2b07f53ef333cbba2f69", "message": "New FontInfo class (original design was from Layout.FontInfo, and was removed\nand placed into the Document class last year).  This class is to be an encapsulation\nof the Font information within apps.Document, also to be used in Transcoder and other\nnon-XSL-specific classes and packages instead of an apps.Document object, in those\ncases where the latter either presents too much information and/or is not relevant\nfor referenced class' task.  Currently not used, pending new patch in Bugzilla.\n\n\ngit-svn-id: 102839466c3b40dd9c7e25c0a1a6d26afc40150a@197527 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.442628558834258e-06}
{"commit": "66ef288a02ac7e7d763b7307cab11d4e91240b79", "message": "use correct package, add log messages back in\n", "proba": 2.1861514198917575e-07}
{"commit": "0dc6e4f0fd704588d502500ed26d0a916092765d", "message": "Create DirectoryImpl.java", "proba": 1.4301915598480264e-06}
{"commit": "0839ea1ae1d8d5214a9f9138eebd82210d6af3ab", "message": "Add example command-line program.\n", "proba": 4.4134642962490034e-07}
{"commit": "f17ce13aabb3d71483df26d52b1cf7935c8fbed4", "message": "paul hammant: Add Javadoc to describe the entanglement with implicit waits\n\nr13765\n", "proba": 1.4831172734375286e-07}
{"commit": "77f1e0a773938dafe90386620fc17b91b96e12dd", "message": "Added a reference class for holding constants\n", "proba": 1.4740560061454744e-07}
{"commit": "291c2ba1226501ba58e84e50ee1ba41960c57018", "message": "change from http://liquibase.org/forum/index.php?topic=715.msg2607#msg2607\n\ngit-svn-id: a91d99a4c51940524e539abe295d6ea473345dd2@1755 e6edf6fb-f266-4316-afb4-e53d95876a76\n", "proba": 3.161919153171766e-07}
{"commit": "ec54e4335767f7dfaf23cccb62ac65b2975b5efe", "message": "Container provided JARs should not be scanned for deployment annotations.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1493069 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.53083414665889e-05}
{"commit": "91a9d31798a0edc2147a32e77a20abbf10e48875", "message": "UCDetector. Add finals where appropriate\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1237424 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999992847442627}
{"commit": "2885d64c2bf17bdae92f255a9b03176306d1e027", "message": "o improved exception due to r709699\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@709700 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.968058083752112e-07}
{"commit": "de5dbd9e012dcf573f8076d95b17b77b604afdb6", "message": "expectNew doesn't throw an error message when invoking a private method if there were to many new instance calls than expected", "proba": 7.189361781456682e-07}
{"commit": "37da1ed7670bfe3a72cbc98454b3f04b7628da14", "message": "Fixing case issue.\n\n\nFormer-commit-id: ef562432f3c36749084d926f34cee4fdccd24736", "proba": 0.0006023305468261242}
{"commit": "392034940202fcd7fd0fedd1c884df00a0bca041", "message": "OAK-6368: Builder options not picked up after MongoDB is set\n\nAdd ignored test\n\ngit-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1799199 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.089323627136764e-06}
{"commit": "cf1a9c4d92a709101037aaee7918fe5547d409e2", "message": "game state\n", "proba": 1.5026232631498715e-06}
{"commit": "e66c20757282a4da263d1609fb8a37a918ad2a10", "message": "add entity manager", "proba": 8.988424269773532e-06}
{"commit": "c13f164eea15e289d9f14ad479a097fd88a379ff", "message": "InteractiveRebaseBuilder\n", "proba": 3.111099715624732e-07}
{"commit": "77b9e11750fae8615d8b66d4c2244724024f6324", "message": "fix(rheem-core): add TimeEstimate overhead correctly\n", "proba": 6.174545319481695e-07}
{"commit": "9b40c7bf061cad32450548d936fa2f585bfb8100", "message": "Added Empty\n\nAdded an extremely simple new custom type for testing.\n", "proba": 1.0063142497074296e-07}
{"commit": "2294c2a9ee9907e309d8d8895da4d88b3bffd7b2", "message": "compareXML f\u00fcr den Dateivergleich\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@1216 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 3.9088902781259094e-07}
{"commit": "819d2ad326409bf16b629aca5ef4831838d1f3fa", "message": "package\u6307\u5b9a", "proba": 1.2305531527090352e-06}
{"commit": "3da6799438446edaf8b24c0a960373005e98228c", "message": "Fixing bad indentation\n", "proba": 4.395383257360663e-06}
{"commit": "27ecf86e5c8ba5316dcaa754f96098ae0c9661fa", "message": "Fixed a client lockup bug with large schematics.\n", "proba": 1.0675933737047671e-07}
{"commit": "ef84a398a7c9d310709a2e0d33ad4640f7da8d4e", "message": "Unified attribute dupe handling in ProtStorage\n", "proba": 2.1698110685974825e-07}
{"commit": "338610279cc3e15ce9c708713217e32c1eda4186", "message": "remove debug code\n", "proba": 0.023230349645018578}
{"commit": "2d16f28766e08dfc04a4e678e90d1dc36df01026", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "9fad354075f74d1885cf44f2d2bbefb24559919e", "message": "Gerador de certificado no padr\u00e3o ICP Brasil.", "proba": 1.3790753428111202e-07}
{"commit": "efc661bc3fbf7b5f5ee0d450898661237ad249ca", "message": "longest palindromic subseq", "proba": 4.4113363401265815e-05}
{"commit": "e8d4b10cf610c7c1ba5b9b253a78aa66ad978b61", "message": "fixing json rendering for non valid currents\n", "proba": 1.584666506460053e-06}
{"commit": "d492836248ac737eb091bdf9ac467e0ecb38c578", "message": "Initial revision.\n\n\ngit-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@1473 4f837ed2-42f5-46e7-a7a5-fa17313484d4\n", "proba": 7.023096259217709e-05}
{"commit": "4fb6fcabda1175db8b1eb0124837452d62f5f954", "message": "Added setReferences() and ComposeError()\n", "proba": 1.6321169482580444e-07}
{"commit": "11bc37b35ccb34480ea56b70ce869811e64d7489", "message": "Made foreches and output sexier.\n\nJava 8 <3\n", "proba": 5.07727372678346e-06}
{"commit": "9211395f9715ea50b1866c1f73a04ac27d3a03ea", "message": "add #1232\n", "proba": 4.7381132617374533e-07}
{"commit": "cea5e305479b2257a59bc9f0cbfc23d0f58f44ce", "message": "WebViewShell crashes on Android <= L. Fix that.\n\ncaused by 6a9ad501c3588013cb435b64f6d3525a061a8f09\n\nBUG=546122\n\nReview URL: https://codereview.chromium.org/1420833002\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#355442}\n", "proba": 3.51216149283573e-05}
{"commit": "3e269a1d80ec007d4085a072b6596c4a3edafa0c", "message": "Added exit test\n", "proba": 1.8412822555546882e-07}
{"commit": "0818a0a5a829cd0c1bf5243e8b5fd8356c0a9db2", "message": "Added first JoinTests\n", "proba": 1.274281089536089e-07}
{"commit": "2607ed9e17a24aa5d5d8bfc8a11184eaf92ecb6c", "message": "Restore class that isn't unused afterall", "proba": 2.3168070129031548e-07}
{"commit": "f92a7a3060614ae20f8c315aab0d5314a1dd919b", "message": "Removed debugging calls to System.err.println.\n", "proba": 1.2783659997239738e-07}
{"commit": "dbebd20e6b016f41dd06cd877787af53b88707ae", "message": "engelske kommentare", "proba": 8.008311738194607e-07}
{"commit": "89fe8311f4156692c849f0a8083f4b483669c2d6", "message": "Update LogFrame.java\n\nAdded more code, components, and an action listener", "proba": 1.3416928368314984e-07}
{"commit": "108e84a560f31d2a01afe8f6a1f29f5b80d97f3e", "message": "SAK-40798: GBNG > incorrect error message when trying to add drop/keep to a category with items of different values (#6159)\n\n", "proba": 9.934679212619812e-08}
{"commit": "0dc227181162a2da7aefb6d183f5f5d709117cf9", "message": "Fix import\n\ngit-svn-id: 1b1bd56198eea75e2feaddfcf5144d1f89605d86@312848 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.298330193501897e-05}
{"commit": "074cb87f6b6f888a76563ce2b18d26e1bbbff2cf", "message": "wechat event type constant", "proba": 1.2654718375415541e-05}
{"commit": "e38bb61c143ab3637c4dfe4fb283a1caed618e35", "message": "define new operation\n", "proba": 3.734877100214362e-05}
{"commit": "ba8ff563cedb41f6424fad7d9b8ebaa1ba280f3b", "message": "Test DefaultServiceResult\n", "proba": 1.1757551874325145e-06}
{"commit": "efd1ac35cb63255d1edb13467c5c25c461c21355", "message": "Added tests to assert the right storage backend is used\n", "proba": 1.2477134703203774e-07}
{"commit": "c8f8c5eb684cdbc3dd2fcc118b1cbed69c1ac728", "message": "learn drools - add kie Session Helper\n", "proba": 1.176162882643439e-07}
{"commit": "ac5d88fb3f1ca0b5633ea42000166cca0292aa6d", "message": "Utility to print classpath, locate class or resource on classpath, or find\n duplicate resources on classpath.\n\n\ngit-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@4662 4f837ed2-42f5-46e7-a7a5-fa17313484d4\n", "proba": 3.2791656394692836e-06}
{"commit": "99bb6d638028f5d1bc9f5c26633b4874891073c6", "message": "TwoStep PSO\n", "proba": 7.456258686033834e-07}
{"commit": "e237611d950c3c1d24b21e905eccd708d6f768f7", "message": "getting started\n", "proba": 1.1019463954653475e-06}
{"commit": "e405230ef1aefa88be99cbab8195fdfdb10a2b04", "message": "[MCHANGES-206] announcement-generate doesn't use configuration of webUser, webPassword and filter for downloading the jira-issues\nSubmitted by: Manuel Doninger\nReviewed by: Dennis Lundberg\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1049713 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.7219447556726664e-07}
{"commit": "b075718f2093c237e5632658525851dcd15a0a89", "message": "convert Holder with arrays\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@555747 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.999974250793457}
{"commit": "89e85c07f003d3a7441b7f43140b235d06a86872", "message": "Add some tests for getting he user's username for the DefaultSurveillanceService\n", "proba": 3.2601775501461816e-07}
{"commit": "e498dd474a2e96b23b174d2d43d42af9a48faf5c", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "389a0e4ba684e8c1d8272c3a749e69334125397e", "message": "Added tests for Internet Explorer\n", "proba": 1.546377603744986e-07}
{"commit": "f748ed5f2eaf74281ed62ec66c40fe732f0cd15c", "message": "am 91ef4958: am 61e30742: am d23f9fa7: am 94cc958d: Some accessibility events wrongly filtered out (regression).\n\n* commit '91ef4958f1690d23140e16d52714095668b1e63f':\n  Some accessibility events wrongly filtered out (regression).\n", "proba": 1.4928718883311376e-07}
{"commit": "deee75a804505b37e5e12e2e6b79a7f25e22049c", "message": "am 977d2259: Merge \"Teach accessibility manager services about user profiles.\"\n\n* commit '977d22599e00e27094285cb629f17af4d64f79f5':\n  Teach accessibility manager services about user profiles.\n", "proba": 1.658321906461424e-07}
{"commit": "f4be809c90d467ca53c615f445a0aa10d8128fa6", "message": "Abstract class for findings that need to keep track of session and task information.\n\n\nSVN-Revision: 7233\n", "proba": 2.2246692310545768e-07}
{"commit": "6877b9cbe2ab2a0fa6b699ce82bfd474fed59cde", "message": "Ram's change to make the different annotation criteria's AND conditions\n\n\nSVN-Revision: 6948\n", "proba": 1.2981581676285714e-07}
{"commit": "f23908ae8eaf1fd2923bc99ada673d909f9f56be", "message": "Add optimized brute-force solver\n", "proba": 0.0014624057803303003}
{"commit": "8aae6f1469cc8122dab9d390e1380143ce4f7fd0", "message": "INTEGRATION: CWS qadev29 (1.1.2); FILE ADDED\n2007/04/18 13:06:47 cn 1.1.2.3: #i75120#: update comments\n2007/03/06 15:16:11 cn 1.1.2.2: #i75120# final version of interface test\n2007/03/05 19:22:02 cn 1.1.2.1: #i75120: new initial version of this interface test\n", "proba": 1.657487018746906e-07}
{"commit": "19d88070ac05ee0a49224147cf85d6b90c75cca2", "message": "3DES was removed from default in 1.1.0\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1758079 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.6879982922546333e-06}
{"commit": "cb40719713948247ac7580cd9affebe36b959a92", "message": "#269 added testcase\n", "proba": 1.3491616357441671e-07}
{"commit": "3509cfdb86a6255cf0ebebc6c025127fb7686727", "message": "DDB-846 adapted condition for preview type full\n\n\nFormer-commit-id: eebbe5f4f6a37f8982eabca8bcb1e2ea03a812fd", "proba": 3.5879571669283905e-07}
{"commit": "31355f64803cee6f6515e55d6a5c0d898a2f168c", "message": "am 835e0858: am 0e9e089b: am 4fcbabb2: am cb9c0940: Merge \"Added logging in a few error paths for wifi config installation.\" into mnc-dev\n\n* commit '835e0858c7d5ee48b0c76a84520c2412153292ee':\n  Added logging in a few error paths for wifi config installation.\n", "proba": 1.867088172957665e-07}
{"commit": "bf631f5e6b1df4eb07355a7196c6e5ba8129aaf4", "message": "detail pane", "proba": 5.879942364117596e-07}
{"commit": "472cca08eb42fc198cf70ac327567c941960ea17", "message": "am \"New Additions to WifiScanner APIs [DO NOT MERGE]\"\n\nmerged from partner/m-wireless-wifi-dev\nf45acfe New Additions to WifiScanner APIs [DO NOT MERGE]\n", "proba": 1.1151297485412215e-07}
{"commit": "42a6667856c72b10027b6abbdad65d32f5706c08", "message": "for #460", "proba": 4.587723196891602e-07}
{"commit": "d852d1fb88e6bbff62ec348be361fd8059707b1d", "message": "testing: added JUnit test: GenericMessageFactoryTest\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@6093 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 7.872561127442168e-07}
{"commit": "063a45ccf2f211b59b2a6c4c1adcc6a6cbced000", "message": "Fixes fab visibility\n", "proba": 1.3449083269279072e-07}
{"commit": "9fe6655d853f9d96dd6b30e4c4a17d278f92ce4a", "message": "fix for msg tag", "proba": 5.19825448463962e-07}
{"commit": "25f700989ebfadd59b075b8184bba600eef8a624", "message": "supplementary file\n", "proba": 5.733357397730288e-07}
{"commit": "7eef4353ca5fd53ea5fc3549f944033241af734c", "message": "Create EditTextPreferenceDialogFragmentCompatFix.java", "proba": 3.572180276023573e-07}
{"commit": "cc0aafb4eacabecf6e92e891c6d3a8037f214910", "message": "Cast Media Router: fix various bug with null properties and overloaded types\n\nThis is fixing a few bugs that allow issue 545001 to be fixed:\n- remove all null properties from the JSONObjects;\n- support MEDIA_STATUS;\n- support types being overloaded by other media types.\n\nBUG=545697,545001\n\nReview URL: https://codereview.chromium.org/1424653006\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#356803}\n", "proba": 0.0069506182335317135}
{"commit": "1a0df9914d7490b6a8a5abcf0281b227143d76b2", "message": "POJO for result of Upload API call\n\nSigned-off-by: Erle Czar Mantos <6a196122cf8cbb3973e05953127115c7f1ea016d@bosch-si.com>\n", "proba": 1.0518400017645035e-07}
{"commit": "bc288b20f84f185d4de92f6f5c4a384f8904b15a", "message": "[add]MediaEffects:\u753b\u9762\u56de\u8ee2\u30c6\u30b9\u30c8 testOrientation()\nNavigationDrawer\u304b\u3089\u30a2\u30a4\u30c6\u30e0\u3092\u9078\u629e\u3059\u308b\u30e1\u30bd\u30c3\u30c9\u3042\u308a\n", "proba": 1.6338081820777006e-07}
{"commit": "2c36053f327fd9b2da6fe57b05a943eef77a5353", "message": "Fix race condition in test, messages wasn't thread safe (#1004)\n\n", "proba": 1.222954040258628e-07}
{"commit": "b12807aea76b8702d4165f179cc46b283707eb78", "message": "Storage encryption test was added.\n", "proba": 1.218193119711941e-07}
{"commit": "0f9c1ad82ec9e59ce9f664b4e72f23ce2adc514a", "message": "renegade brace\n", "proba": 9.133453886533971e-07}
{"commit": "611ca41aef28a83107bd0dc381ec3714fb04ce73", "message": "Added a missing @Transactional for postgresql's benefit.\n", "proba": 1.0282230533675829e-07}
{"commit": "7518bbb47caad51386bcca7c2dded71204f4e7ce", "message": "Fixed the ;;ram URL\n\n@RealKC", "proba": 1.0054880021925783e-06}
{"commit": "e5bba60eabcb4cfc079f448c17cd4d12ed0bbf5a", "message": "This pun command is so bad it doesn't even hurt.\n", "proba": 1.146577346844424e-06}
{"commit": "c4f9f9541150e49de565c42a6c0ab8911eefdc53", "message": "Release v2\n", "proba": 2.5633809741520963e-07}
{"commit": "5a07fcab7673fbe7aed6185c69599faf80a6edb8", "message": "SAK-31223 preselected tools in toolOrder.xml do not take effect (#3818)\n\n", "proba": 9.92509541219988e-08}
{"commit": "547a465af015d355b99dcff8222965dc9cfea30d", "message": "PR: MASSEMBLY-71\nSubmitted By: Gary Murphy\nReviewed By: Allan Ramirez\n\nAdded a parameter that can configure archiveBaseDirectory\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@381932 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.817974689151015e-07}
{"commit": "c598ebc137ca464f5b430db2b7d401209ff13be7", "message": "Create TestConversionToGPML2021.java", "proba": 3.4165651641160366e-07}
{"commit": "f7410151260731f6bc9ce7041c62977834d84844", "message": "Added harness for portfolio loader tool in OG-Examples\n", "proba": 1.1532807064895678e-07}
{"commit": "a974f542a177b08ec80492ba13f0b32108bab2c7", "message": "LDAP-68 Move SortControlDirContextProcessor from sandbox\n", "proba": 1.2807187488306226e-07}
{"commit": "5efdf2109885fc3105cc7945778d11005d5854a8", "message": "Add Class to open secured connexion to JMS File\n", "proba": 1.771244058090815e-07}
{"commit": "a3965dbef40e7816311afc379b1722be612993b5", "message": "Fix for Issue#56 (Mapped super class)\n", "proba": 1.0222627366829329e-07}
{"commit": "ba1767973fe59e4386f4c75e5f658375d8cfd1d4", "message": "Prevent /rtp from warping into water or lava.\n", "proba": 1.2755297973399138e-07}
{"commit": "b75d96b817fafe7687d0d99c26d1722d62a451b6", "message": "Delete File.java", "proba": 3.532105893100379e-06}
{"commit": "2a83b6ef9fb099d662c7da8d1145c278e2ed747e", "message": "refactoring of selenium tests\n", "proba": 2.8340014068817254e-06}
{"commit": "dd4831c71089f6e5bf5f51bca3aa664fa5df3688", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "735f31d105b2b8e6700e36546a67dced87a69efe", "message": "Fixing the retrieval of the original index of the ads.\n", "proba": 1.368110957855606e-07}
{"commit": "f7484c6b8ad071817703643e8a2eb5cb2e2588d7", "message": "Fix comment in builder.\n", "proba": 1.1619336959256543e-07}
{"commit": "b082d4b74622af1e81b19166a528bb42d35bb8f4", "message": "HDFS-11076. Add unit test for extended Acls. Contributed by Chen Liang\n\n(cherry picked from commit 7534aee09af47c6961100588312da8d133be1b27)\n", "proba": 1.2237613589149987e-07}
{"commit": "4dbaf14b151af32a23d8a2cc332497a16fa74d46", "message": "KRACOEUS-7258 : Enable ChangeTracking on ProposalDevelopmentDocumentForm\n", "proba": 1.1140115674379558e-07}
{"commit": "fdaf5fd9fb2d2bdcc8c952b09baf0872c51d1869", "message": "[hotfix][tests] Add TestingFatalErrorHandlerResource\n\nThe TestingFatalErrorHandlerResource provides a TestingFatalErrorHandler instance and checks when the reource is being\nclosed whether an exception has been caught. If this is the case, then the exception will be rethrown.\n", "proba": 1.7913451699769212e-07}
{"commit": "4512c3951d666a5d164120221bbca38d17ba077c", "message": "simpletext packed ints writer (untested)\n\ngit-svn-id: 95d7608984a6bb7dc6329899f2fc88f21b03a0ed@1407486 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.995280728006037e-07}
{"commit": "1f9883e878bd1e676f63af3217cac3ee063b8416", "message": "Added coverate for TopicLogger\n", "proba": 1.249412662218674e-07}
{"commit": "3ebbcb55df62c83d40b8e0a9992d83a9a2aafd00", "message": "RICEQA-337 : Fill AFT Gap: KRAD Labs: Refresh\n\ngit-svn-id: 2a5d2b5a02908a0c4ba7967b726d8c4198d1b9ed@46258 7a7aa7f6-c479-11dc-97e2-85a2497f191d\n", "proba": 4.958364456797426e-07}
{"commit": "190e9b19b126c6f3faf1388cf3f73593f8f8e16e", "message": "rudimentary test case for ChainedFilter, used initially to learn how it works\n\n\ngit-svn-id: 4c5078813df38efa56971a28e09a55254294f104@150985 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.3757213796216092e-07}
{"commit": "c2f521a7d8eb40d92ae32f7828f14fb26be63c1a", "message": "Allow PO to clear password even if the same apk has DA\n\nBug 25645900\n\nChange-Id: I7d2d9fbf6a4dc65ac63fb14e6ee6b9abc1f1c0e7\n", "proba": 7.991322490852326e-06}
{"commit": "3dfe7f655d3707c0b89746ca8834a155de4e5e31", "message": "Throw UnsupportedOperationException when creating ephemeral\nuser on a system without split system user.\n\nBUG: 27143201\n\nChange-Id: I7b7e634ba7fce576dd72a416e802c80939f05d3e\n", "proba": 2.218834197265096e-05}
{"commit": "04e9acf1c4404bd2503be6899ac5c6bafbab8670", "message": "Changed access modifier\n", "proba": 6.088663440095843e-07}
{"commit": "cf4684c4af94a35c95b2d75f10edbfa0899be1d7", "message": "removed constructor from abstract class\n", "proba": 5.499827693711268e-06}
{"commit": "eddb3ef9945be805c4b69fc1e7bae9a6344592f9", "message": "Added null check to fix GRAILS-232\n\ngit-svn-id: 29aad96320b2a07b98332cd568fc1316025c072f@1056 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d\n", "proba": 2.6361823302067933e-07}
{"commit": "c8ff45a4a1e06545c2e88dbd37d4d125b8f07c2a", "message": "Add solution to problem \"Longest Substring Without Repeating Characters\"\n", "proba": 0.0004224160220474005}
{"commit": "0234941b5acfcf169618fb887ab20c0caec771a0", "message": "KRACOEUS-1303\n\n", "proba": 4.5964117134644766e-07}
{"commit": "35e06552dd67b45008525b32440868488d66e416", "message": "Added MessageEventWrapper object to avoid repetitive code in multiple handlers. TODO: reimplement\n", "proba": 1.3449377433971677e-07}
{"commit": "c6d9ea594361afd0076676197ac6eb8f1e2cc778", "message": "Closing new project window on create click\n", "proba": 4.4351602923597966e-07}
{"commit": "1a60c0335949942aa2bfde7c24126e4b3b54c1a3", "message": "add Timer and how to end :System.gc()\n", "proba": 2.5188762720063096e-07}
{"commit": "f1315f0db17b29e20680aac96e822e6ddd0ca9c9", "message": "CAMEL-4498: Add karaf integration test\n\ngit-svn-id: 11f3c9e1d08a13a4be44fe98a6d63a9c00f6ab23@1228138 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.679806243577332e-07}
{"commit": "b3ae141718b6d3f7da75f923332ef6b6dfbb7134", "message": "new StructureProvider that works off a different directory structure\n\ngit-svn-id: ed25c26de1c5325e8eb0deed0b990ab8af8a4def@9095 7c6358e6-4a41-0410-a743-a5b2a554c398\n", "proba": 7.653064812984667e-07}
{"commit": "91f46bdeba108ff467b0cd18a6816f11965d2b5a", "message": "SAK-42075 Calendar: unable to import ICS file via ICalendar (#7084)\n\nAs commented on the jira, this is just to prevent the error. A\r\nnon-classy-but-maybe-better solution would be to loop through the all\r\nvalues on TimeZone.getAvailableIDs() and pick the first one that matches\r\nthe value.", "proba": 1.0774020609005674e-07}
{"commit": "1fcfe299d4c802348cfad86101e9591fbfb53ac8", "message": "Create RestApi_EventsManager.java", "proba": 5.577975912274269e-07}
{"commit": "80651f032a3e62196f65de5363ec962ad52c3bff", "message": "Remove unnecessary valueOrNull\n", "proba": 0.0009454586543142796}
{"commit": "c9b0539c11b083f37e83fc9cd3b3bfcdd461c2e2", "message": "FLEX-3640 ~ Moves constants to WebNetManagementDefaults (#361)\n\n", "proba": 1.0362183644474499e-07}
{"commit": "3011c3b6298397186b37159094c1ca066beccd13", "message": "reportSample\n", "proba": 7.215339223876072e-07}
{"commit": "ab3f520a406f5972a662dd54b356d682ba4e95ab", "message": "Performance optimized HTML4Encoder\n", "proba": 4.939198561260127e-07}
{"commit": "7e556c9ecab5d425ef3c160da6434f052faa8d92", "message": "Remove extra client lifecycle check in TcpClientConnectionManager (#17855)\n\nIf address providers load more than zero addresses, there's an extra lifecycle check which provides no value.", "proba": 1.0822029139490041e-07}
{"commit": "81aa3aa7afef1bde90591ac4c9643e3dbca057b1", "message": "Added ShootTop.java", "proba": 1.6687640425061545e-07}
{"commit": "1faacef869936a3ba1362134ef3d78e1bfb4c5c4", "message": "BL-3659: Mystery shopper MOT test (journey)\n", "proba": 1.1453528259153245e-07}
{"commit": "2351abd515423f3c35fb8f77aed96a107e85df40", "message": "Restores Long datatype inconsistency, this exists because of JAXB nullable type.\n", "proba": 1.2445914876479947e-07}
{"commit": "2c570c139decca147668729701bfa841bf87e38c", "message": "Initial commit of a trustrank-inspired distance measure\n", "proba": 1.193153309486661e-07}
{"commit": "7bb23e1f1128e0d24dd1ae5b504a5deb185bd2a2", "message": "view resolver\n", "proba": 7.500655101466691e-07}
{"commit": "c0dba181577f6182ac4eb432a4814e8f935bba75", "message": "Creata classe DataLogger.java che stampa i log in ogni classe dove \u00e8 utilizzata\n", "proba": 1.6769034516528336e-07}
{"commit": "6d02ff971514d9a8f60c10a2e16fa14c8ac9667c", "message": "CSV-74 - CSVFormat definitions are difficult to read and maintain\n\ngit-svn-id: 3cfc64c80f2e6f92f6d08f3c7f3967ef35335cd9@1303488 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.735523131988884e-07}
{"commit": "5e9e62ba4997c24b104a1a02ac5025970bf4ec38", "message": "add Consumers class\n", "proba": 5.496411858985084e-07}
{"commit": "9988746cf0dd002b8d600d2c01fefce0c1ea3a0b", "message": "[png] Simple PNG encoder\n", "proba": 3.601485332183074e-06}
{"commit": "51351551466a7ea75f150fa5b09b3560ad1ca55b", "message": "initial commit of GuavaTransformers\n", "proba": 1.4245259194467508e-07}
{"commit": "6bae3fba77e4f2dbec42db5c6e7f0fe628d263fd", "message": "Markdown utils", "proba": 1.6097808384074597e-06}
{"commit": "5c76e06e2d2e735e3e514ff0c346715b891b8bd0", "message": "Delete Beam-Head relations when no longer useful\n", "proba": 3.5863391190105176e-07}
{"commit": "ad7b4436802f37bc9ed1f37e4e2e9fbfadacaede", "message": "Add SRM150-DIV2-250\n", "proba": 3.2617387546451937e-07}
{"commit": "4c25a00e83413ebc6b69fa28abf9f8d83a68f68a", "message": "am bb399afc: am 687b3259: am 09614808: Merge \"Reflect removal of KM_TAG_AEAD_TAG from keymaster.\" into mnc-dev\n\n* commit 'bb399afc52375cdadcc1a68ef9032b0957e9f47b':\n  Reflect removal of KM_TAG_AEAD_TAG from keymaster.\n", "proba": 1.7844654109921976e-07}
{"commit": "10bd4106efc22efd57875a2fb914110475c91856", "message": "am baed0a8f: am 56fd88d8: am ab12f0f7: Merge \"Implement resolving of icon attributes to resIds in AlertController\"\n\n* commit 'baed0a8f0b43191c8f001e064ff42cf27a305d87':\n  Implement resolving of icon attributes to resIds in AlertController\n", "proba": 2.492331248049595e-07}
{"commit": "a21491bba066566df8e47166eba8fc0803729bc8", "message": "am d7f5ba85: Merge \"Fix alert dialog icon\"\n\n* commit 'd7f5ba85e19bcd0416014864e560fd0cc3982949':\n  Fix alert dialog icon\n", "proba": 1.9521773708675028e-07}
{"commit": "4fa66252cc1161dd321f0e5ded9681cb6f358e6a", "message": "Reinstated game class\n", "proba": 6.860143912490457e-06}
{"commit": "e93b5cde734d3c232a96f8c25f442d6fef5c0477", "message": "Add some JavaDocs, useful static methods\n", "proba": 3.8408856539717817e-07}
{"commit": "fd514acdbfafa1ea44c5f56396fbf554611fecac", "message": "Convert black and white images to grayscale \"by hand\". This\ngreatly increases the performance of, e.g., jbig2 decoded documents.\n", "proba": 4.331781383370981e-06}
{"commit": "eefe4de82acb58e61542cdfa970c63299fb7da22", "message": "Create Hush.java\n\nMain class, does most of the work.", "proba": 1.0537476669014723e-07}
{"commit": "ba13e27b508ae70ed6126b9bcc729415fe7bfa95", "message": "Added 1C\n", "proba": 1.422990294486226e-07}
{"commit": "e85f676241e5bebbf179cdfceaef58a6c9ee8899", "message": "Add method to extract a segment of the environment", "proba": 3.4124532248824835e-06}
{"commit": "71eddb29051ccea647e784c5a0f2da8b01e59a79", "message": "RICEQA-496 : Fill AFT Gap: Configuration  (Configuration with Class Instantiation - Done) Waiting for Configuration with Spring Service Expression to get resolved.\n", "proba": 9.464903882872022e-08}
{"commit": "f8c8749bf401882203931d37659bb109144e0f0e", "message": "Update Admin.java", "proba": 9.840532584348693e-07}
{"commit": "8f922d1d97e3824499a73e5ee08f8f44dc85a77e", "message": "add bellman-ford algo in java\n", "proba": 1.6647518350509927e-06}
{"commit": "7bda285b19c18dcdfb3cfb9be0dafe83d43db61e", "message": "Attempt CxfContainerClassLoaderHandler (#515)", "proba": 1.3157220735138253e-07}
{"commit": "a94469ed87ea2ba4466748bc0303fd8d2376e8d8", "message": "statistics service client test\n", "proba": 4.7305732664426614e-07}
{"commit": "1c439621943d33862ddf6c22505bff557280dfcc", "message": "TILES-382\nTests finished!!!\n\ngit-svn-id: 64d0ca227631da92532e2ab7c1519b56fd7cbde3@765363 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.4126734388119075e-07}
{"commit": "e08a1348e7c26f6d0afaef217b88fc776e2b1346", "message": "LOGGING: reduced stacktrace output, upped info info log to a warning\nTWEAK: removed comments and some whitespace changes\n\ngit-svn-id: ca6d9ebf75caaf710f0e3a4ee74a890c456d4c90@3031 69e27eb3-6e27-0410-b9c6-fffd7e226fab\n", "proba": 1.7782150507628103e-06}
{"commit": "09f3f2a8009cf041470dbf7f244741d0bdaf05ea", "message": "method to convert thymeleaf template to pdf", "proba": 1.5338257242092368e-07}
{"commit": "0a0f287c378a853387b6636382bb8909a6414b11", "message": "fixed conformance check\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@8217 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 7.988463721630978e-07}
{"commit": "28461d99a9c4654bdd7cec2612ff9e146637f073", "message": "DDB-929 Bitte alle fehlgeschlagenen SIPs- \u00dcbertragungen vom IM auf\nProduktion, in einer DDBIDs- Liste abspeichern. (Bugfix)\n\nDie Datei failed_* mit den IDs der fehlerhaften SIPs wurde manchmal nicht\nkorrekt geschrieben. Dies wurde behoben.\n\n\nFormer-commit-id: 51aac3ee778a24fbf7f2fc65cb45270ae3384660", "proba": 7.678227120777592e-07}
{"commit": "6b6401168c17ad821fe481ad57b3973626d6df74", "message": "added property change support to FlightInputData", "proba": 1.6781272904609068e-07}
{"commit": "e06129e9cca5b954d5a67ba765ee8cde2b7b5605", "message": "Add test for PostgreSQL unnest\n", "proba": 1.1155962056363933e-06}
{"commit": "84d02e69db6e3caaa9644f6b571d81ccc131c21e", "message": "CSPACE-2582 - dummy tests\n", "proba": 1.2709702446045412e-07}
{"commit": "bf8ed995120c6f99e1f14471c4769c310ded0bd2", "message": "\n\ngit-svn-id: https://svn.apache.org/repos/asf/incubator/jena/Import/Jena-SVN/Fuseki/trunk@1123293 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.60061932269673e-07}
{"commit": "6bfee3a9c5f831fa661ad40d710ae8565ea190fb", "message": "\u91cd\u6784\u72b6\u6001\u673a\n", "proba": 6.742351388311363e-07}
{"commit": "7b6b53cb2bbfb49a68952e9ee85b6be9ec91ea46", "message": "Sample Bayes Theorem (Bayesian Network) code.  Predicts the probability of a positive surgical outcome of a patient with a variety of observable conditions.\n", "proba": 8.652858127788932e-07}
{"commit": "ee07e5a51505551df934799ca95e7cb4644a66bf", "message": "Add Notification\n", "proba": 5.486995178216603e-07}
{"commit": "48a69b4d2d98110e1dc3fb88747b37444f605fdf", "message": "[merge from 6.7] Documented that GridLayout coordinates are zero-based. Also cleaned up the GridLayout Javadocs generally. Fixes #8531.\n\nsvn changeset:23256/svn branch:6.8\n", "proba": 2.2019531797923264e-07}
{"commit": "31051fe1e00a4681ea6052784478cec629448b90", "message": "Finished\n", "proba": 7.55474411562318e-06}
{"commit": "fd7e283ba9aaffcfab411945cd11721195c4abb1", "message": "Entity index and entity spawning\n\nCreated an entity index which is generated automatically from the array\nof entity objects. This lets the world know which entities it can spawn\nat runtime.\nAdded entity spawn fucntions that can be passed a string or object.\n", "proba": 1.056248919439895e-07}
{"commit": "f137b8e44d7fc52700df166d867c5e7b2db62010", "message": "Nominal angle computed for the exchange case was wrong. Fixed it.\n", "proba": 1.1734324800727336e-07}
{"commit": "6e718d884717f7af4a917cfcd291e88aca42ba34", "message": "MC move , rotate CH3 group for n-alkane TraPPE-EH model\n", "proba": 1.2911920066471794e-07}
{"commit": "d3b021874427544c0100ff2d484629743f6f705e", "message": "Moved tests from wrong methods\n", "proba": 3.793409462105046e-07}
{"commit": "37a2ef6bf107f4c413bc46703fb7b4e4e6dbf670", "message": "Updated code to reflect API change in plexus-archiver (IOException isn't thrown anymore)\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@463280 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.5519459566348814e-06}
{"commit": "8d7886a7e26e10e7595440e260215d6ed7db6831", "message": "SYNAPSE-491: Made the message of the test assertion more explicit so that we get more information about this issue.\n\ngit-svn-id: 53fbabfd29bebeffc22ec3e1c4861755f0c84ec7@729015 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.49768708171905e-07}
{"commit": "b00a3c0bfa7e031c808e6a437908e2f00520030a", "message": "core: Add common methods for runtime log4j setup\n\nAdds Log4jUtils class which contains methods for runtime log4j setup\nused in engine-config and engine-manage-domains.\n\nChange-Id: Ic00ea0af643e8c978fd67eb8c56e2329d43e776d\nBug-Url: https://bugzilla.redhat.com/1063901\nBug-Url: https://bugzilla.redhat.com/1083411\nSigned-off-by: Martin Perina <7bf83f5b771f1cc16b652b5fe02fa33310bda7b0@redhat.com>\n", "proba": 4.094782752872561e-07}
{"commit": "faca3dda67718d6bd6dc02d038b66bff76470515", "message": "Add more tests\n", "proba": 1.5663137276078487e-07}
{"commit": "a8cacc261e43e2ec8bee1b0bbd4229a023429834", "message": "some improvements in primarykey generator\n", "proba": 1.7460615708841942e-07}
{"commit": "38ff8e3cc28ef538ea006a5cf6a12f46c3bef91a", "message": "Dispose rejected callback\n", "proba": 5.673537089023739e-07}
{"commit": "2bd92f468231aeb8fa3d1053b5dd05d659dd2deb", "message": "Make isMaybeEqual slightly smarter to compare non-ClassFile parent classes too\n", "proba": 1.8290452885594277e-07}
{"commit": "394cab0e90177fdd9e0ee26d7d0d07801771a06e", "message": "Delete ListaSeccionesModelo.java", "proba": 4.0921358390733076e-07}
{"commit": "6bcd801be26ba9db3279ff806a73da128655ba59", "message": "JDBC code to insert data into a \"Protempa database\".\n", "proba": 1.2501038781920215e-07}
{"commit": "408abde2ed0e218a8a6ba542d67a8adbd7779fd1", "message": "hop: Code cleanup.\n", "proba": 1.306901822317741e-07}
{"commit": "47fd37583b760ae468dd4df993b35a3c549c8423", "message": "Added LocalDateTime converter\n", "proba": 1.3231360185272933e-07}
{"commit": "4241886449ef848119cb3cf48817d061565f895d", "message": "Created UseByte.java\n", "proba": 7.812406579432718e-07}
{"commit": "7e689beb9d2f6c9fbd76793476ec8ac7a2e84b74", "message": "documentation correction\n\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@415019 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.973047561587009e-07}
{"commit": "bcfa6d748be5347bc48d2a068ffa46ed6083e90c", "message": "tuning", "proba": 1.306289163949259e-06}
{"commit": "607b422cbf1ba688d870e737f2bafa2f406fb242", "message": "add FilterTechnologySqlBuilderTest.java\n", "proba": 5.792184083475149e-07}
{"commit": "935918a146d235ea681008b7afe02a1c6219f1ef", "message": "Added the class for verification of disjuntion elimination with some comments of what needs to be done.\n", "proba": 1.0188679056000183e-07}
{"commit": "b1eb5398fed1cc301c805eb8db8ee1e66a9ee976", "message": "Don't die if the handler chain is empty\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@244849 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.2901956223649904e-05}
{"commit": "77f5629f80eb501ce785d0c0fae6e68c14e71498", "message": "Updated flow path so that second interrupt will fire if first interrupt\nis successfully compeleted.", "proba": 1.1408614142283113e-07}
{"commit": "45b40201ac3d5b8c43baadc9639c229fdc7ec3bf", "message": "VTK-2470 - organize imports\n", "proba": 1.181887228085543e-07}
{"commit": "0973a073bfb3979a3984315fd89b4742270ef3eb", "message": "Additional information printed when exiting on error\n", "proba": 1.3915786212237435e-07}
{"commit": "88ea0923a4edde88e98787ec9825ef868819e064", "message": "1.x: benchmark just() and its optimizations.", "proba": 1.0558078145095351e-07}
{"commit": "0964ec5c4cda2fe4b007843c543fecc56ec3a0a9", "message": "feat(dp): 198-rob\n", "proba": 1.9990638975286856e-06}
{"commit": "cb38e6a510d24f2799de4361f5d728146cd83e3e", "message": "Process quoted SOAPAction.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@251708 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00020670884987339377}
{"commit": "7936417270bb00a47dee65eab333b0ba9f094a76", "message": "Added a benchmark for parent/child queries while indexing at the same time.\n", "proba": 1.0660550486818465e-07}
{"commit": "b51b59e24a794b53bc4028c8b533a39bfb12ed54", "message": "Meaningless commit\n", "proba": 1.4046279375179438e-06}
{"commit": "b27b61d380aaf8f5e9c9dbad580f45f3d5b0b1bd", "message": "[lib] Wrote class for variation instance record\n", "proba": 1.2831931428536336e-07}
{"commit": "81e18fc2f9407636a120d4b5822e314d314dda60", "message": "CAMEL-13248 - Camel-Chatscript: Add Karaf and Spring Boot ITest, Karaf ITest\n", "proba": 1.1549548162292922e-07}
{"commit": "034677303b78287859f3584c9169aabfea57c993", "message": "remove unused variables and fields\n", "proba": 5.283071686790208e-07}
{"commit": "9eaca3a31f931f3f1c28b5a3da8343bbad7a808c", "message": "Test for #10154\n\nChange-Id: Ie49c010564e7ce45f823f0f61a81135ae9a7132b\n", "proba": 8.257481454165827e-07}
{"commit": "323de8470e99c98b4e27e75886be7a83d9a1ff9a", "message": "Update WebSecurityConfiguration.java", "proba": 1.2141354090999812e-06}
{"commit": "4f9b1314b0973cef7d40bae39c5bcdfe5871b809", "message": "[androsdk-1383] Add VisualizationCollectionRepository\n", "proba": 1.2608774113687105e-07}
{"commit": "5108107731f90d18df3225ac4a80ed1dafec7e9d", "message": "new metric for measuring name complexity\n", "proba": 1.0986495908582583e-05}
{"commit": "652723ab43241b0696c251fc8d0ffc07542622ea", "message": "No delety message", "proba": 3.926507633877918e-05}
{"commit": "d864f832a7745b7e77091ed1852aebb6a243e13b", "message": "Fix package issues that IntelliJ was complaining about.\n ResidentSleeper\n", "proba": 1.694436946308997e-06}
{"commit": "b22caccb19b768e6012dae5af1df4553b287be9e", "message": "Add secure preference store", "proba": 3.540604325280583e-07}
{"commit": "c0484f9579bc9fdced350766375ecb60f5682c58", "message": "Fixed test to cover default enumCaseSensitive property value\n", "proba": 1.80889685452712e-07}
{"commit": "b91b8b2abee75458aab076f0eae3a72381521e06", "message": "remove unused import statement\n", "proba": 2.621396106405882e-06}
{"commit": "44f26d1431e961552482744773b03132076fef07", "message": "bsm core data builder tests\n", "proba": 2.3224325218507147e-07}
{"commit": "599511c699be5604827fe72af41549c71458531f", "message": "added ProjectButton.java: needed custom button which can store the project the button is connected to and the current session the timer is recording;\n", "proba": 1.063632026898631e-07}
{"commit": "b7cf4f3ebffc8831799b65b3c574a2be076fa171", "message": "added logger to cannot read file\n\n\ud30c\uc77c\uc744 \uc77d\uc744 \uc218 \uc5c6\uc744 \ub54c\ub97c \ub300\ube44\ud558\uc5ec \ub514\ubc84\uadf8 \ub85c\uadf8 \ucd94\uac00\n", "proba": 5.525412234419491e-07}
{"commit": "618bf3006b8d88739295c9205815a5c008418d77", "message": "add MicroserviceHttpRequest class\n", "proba": 3.6705813499793294e-07}
{"commit": "0ff98a0417a128e6b063d4abf26ef5a2437313bf", "message": "JarUtils, with some code originally in ceylon-compiler.\n", "proba": 1.0399010363926209e-07}
{"commit": "a45565f38c92bf3b4b9221cd355a14bfa805d792", "message": "added modifiedBy property directly to imported vertices\n", "proba": 1.549736197148377e-07}
{"commit": "cdd2eddcb288763341172ead488e92cafb19bab6", "message": "Set properties for pooled CollectionItemInfo, CollectionInfo\n\nBUG: 12978446\nChange-Id: I64a366952090ab663ffef43a1d210528805e113c\n", "proba": 2.2942548127957707e-07}
{"commit": "59d30bbc884cb1f658b0419542ac139624b5d227", "message": "am 75c00531: am f2894659: Fix bug 5449931 - Wrong theme for icon menus\n\n* commit '75c00531ecd6c10bcb12c06f19a0d51467ddb525':\n  Fix bug 5449931 - Wrong theme for icon menus\n", "proba": 3.43412011716282e-07}
{"commit": "57f3548173316284eec960a9eb8e1d1ad2f1c5a6", "message": "am f4835bd7: am d11e2b7c: am 498c84e7: Merge \"Don\\'t wipe out explicit Toolbar nav icon when calling setSupportActionBar\" into lmp-mr1-dev\n\n* commit 'f4835bd7b137aafac06ae43a55a6cbc51104e1c2':\n  Don't wipe out explicit Toolbar nav icon when calling setSupportActionBar\n", "proba": 9.876974900180358e-07}
{"commit": "de7a600e451c0ab3f4597e62cb6e511c74739d81", "message": "Accelerators for Dimensional Sliders, keyboard and mousewheel\n\n\nThis used to be revision r4471.\n", "proba": 1.0025247831890738e-07}
{"commit": "8836435fcfce29dce71d6f75b6f900eeaebc88b9", "message": "Electron for electrochemistry\n\nNot sure if this is going to work.\n", "proba": 3.9384471506309637e-07}
{"commit": "bd272870fcb6e780127dc7466e078cc97f6c0168", "message": "refactor\n", "proba": 0.9999991655349731}
{"commit": "3cba18f008c986bcad6cb22f6fe974d9f850b4d6", "message": "@Valid source parameter annotation created\n", "proba": 1.9868967626734957e-07}
{"commit": "54926513c3dc8d2f0aab6e370e532c47616d31f2", "message": "Introduce a processor that checks for split package issues.\n", "proba": 1.1162278212850651e-07}
{"commit": "beb2412957ccfb1f14d6e54e03252d17abd22bdc", "message": "1. Fix for Bug 14602 - SOAPPart.setCurrentForm serializes complete message when debug is not enabled\n2. Remove extra (\"yupXXXX\") log.debug's\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@255661 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.733447445280035e-06}
{"commit": "f71ba4df68ec929ec9a294bafd2e8998e56bfd75", "message": "Supplier interface, just so folks can see it.  Not used yet.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@244550 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.456134092833963e-07}
{"commit": "66e31f0c72045c6ea2d0886eb745782010218084", "message": "\tNIO Utils.\n", "proba": 1.9362356340479892e-07}
{"commit": "2a6c0060697f2d5c81f36f00d784e9ffc48e9c93", "message": "Better comment\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@785379 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.0309657600137143e-07}
{"commit": "7925b609b7ae071c370ab5ea68941658731be11f", "message": "Done with q10\n", "proba": 5.561371381190838e-07}
{"commit": "acac2a20bdcc7db049d7a95e87a3a58f06494c1c", "message": "Restore the CrawlerSessionManagerValve\nLocal testing with Jira 4.2.4 shows it works.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1074132 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.0863614079426043e-06}
{"commit": "eab0a6ecbd84a9e2fb7a17c6dafe700d77468956", "message": "Moved transforms from childContainer to LotteLayerView\n\nMasks work but bigClock doesn't\n", "proba": 1.1527913557074498e-07}
{"commit": "3db8711f2e5b9aaa7c314526bc8342656224524f", "message": "Refs #1697 Desktop: Unable to updload file if app cluster is used\n", "proba": 1.3461183812069066e-07}
{"commit": "20f213af92813f8f06c69a7f3813deb56e3f9e0c", "message": "Add network service", "proba": 9.131467777478974e-07}
{"commit": "296a182dea620230cc72e24e14b195a6b807b886", "message": "Move the watchdog timer to a separate thread...\n\nso that it won't block the UI thread.\n", "proba": 1.0771267255904604e-07}
{"commit": "f39f08944b59930560f2fef2ee58eacdfe0d5a53", "message": "o Improve documentation for the moduleExcludes parameter.\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@494209 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.1223713954677805e-05}
{"commit": "15b3aaaae714ac1fbb089a5c3d91999c3416595d", "message": "Additional tweak for version check, no -properties.git file condition\n", "proba": 2.0679834733527969e-07}
{"commit": "0c8745a44a8ed810b1a5ba2abdaf74eb9ce7bc5d", "message": "Add class DossierMgtUtil", "proba": 9.272658303416392e-07}
{"commit": "584a92f362e4ad9546e0dbf7171ab8f6361ab1bd", "message": "Add Benchmarks for ST_Buffer\n", "proba": 3.508514510031091e-07}
{"commit": "7a9ca6f427b6e070a7df942244456125a285232a", "message": "add new socket player\n", "proba": 3.784145121699112e-07}
{"commit": "b3ec2840bd331237e0e5bb4528027b2ccd7affa4", "message": "KRACOEUS-895 - Adding cleanup for multipleValueLookups to the ProposalDevelopment Form. Should this actually be moved up?\n\n", "proba": 9.738158723848755e-08}
{"commit": "184d0a20e880d204587f77bb07b90c1b69e7d732", "message": "KRACOEUS-5547 : Fix problem when saying No, to subaward invoice maint doc question.\n", "proba": 1.2902169999051694e-07}
{"commit": "408f12f0a5cc577a8b8a5d71198f69d227bf2eb2", "message": "added test for nulll on arguments array\n\n\ngit-svn-id: 29aad96320b2a07b98332cd568fc1316025c072f@216 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d\n", "proba": 1.968439164556912e-06}
{"commit": "e9fa49eee651938e41240692eb128ab32b291262", "message": "CAMEL-13474: Move dataformats out of camel-core.\n", "proba": 1.2886921751942282e-07}
{"commit": "364547a3455d880c36fb359d4b8535b977c5abef", "message": "Added identity matcher test\n", "proba": 1.453735052336924e-07}
{"commit": "bf2b4eed55a7ba472f7de1070b3b2578a52ee145", "message": "\u5b57\u7b26\u7f16\u7801\u5b57\u7b26\u4e32\u7528\u5e38\u91cf\u66ff\u6362\n", "proba": 8.265959650088917e-07}
{"commit": "c97dd4830dd6d74082dc16f1280a1028a74e3d0b", "message": "Add QueryParameterEncoderTest\n", "proba": 4.6003060560906306e-07}
{"commit": "5d0874ca59d557c689cdaeec8288739c956c26f4", "message": "Added text/xml media type to the error handling routine of jetty server\nand the jersey context (relates to DDB-707)\n", "proba": 1.0272076877981817e-07}
{"commit": "58f7d1a0891a0243e1a16ee1b0c0585e2e3736f5", "message": "refactor\n", "proba": 0.9999991655349731}
{"commit": "63961e288044dd2ae3a4494ac740e1250381dada", "message": "created a new class for adding various utility methods. For the moment it contains only one method for constructing infromative error messages\n", "proba": 1.548827555097887e-07}
{"commit": "5538801e5dc23469d133ebe78ba69c12eecfff1d", "message": "Added a test based on user forum issue\n", "proba": 1.368024840076032e-07}
{"commit": "9539ba72fb1ad4a51d88824358788ff907a3f388", "message": "Alguma mudancas\n", "proba": 1.8473449472367065e-06}
{"commit": "99fd2a4a042d8a568b433acb5982b5ea6a2b81ea", "message": "ALDS1_5_A : Exhaustive Search\n", "proba": 2.664052226464264e-05}
{"commit": "727272044c6a002a7fbec38c8ddaf7894b04058c", "message": "update 0.5.2\n", "proba": 1.39412509270187e-06}
{"commit": "e03888ea73f1c19d2d0599accd22d3c41d8a08a9", "message": "Parsing - new `TypeManager` class [note]\n\nThis module is reponsible for maintaining a collection of types found during parsing of the Grace program. It is used later, when checking dispatch guards, to distributing typing information. During initialization, this manager creates Grace's built in types.\n", "proba": 1.1138075706185191e-07}
{"commit": "6d2fb9c888a4835f4063028e0e0cf4be761920a7", "message": "Utility class for Db\n", "proba": 3.5835458334076975e-07}
{"commit": "47e2271fea89fceb8811f37c5def7a9227e68a29", "message": "test added\n", "proba": 1.6956673221102392e-07}
{"commit": "110dc88ed50db12e87774b60c23d0ab8813ba784", "message": "\u79ef\u5206\u548c\u5361\u7c7b\u578b\u7684\u4f5c\u4e1a\u3002\n\nSigned-off-by: abc <d407061bbe34d6f15e3724a1e896b69ccbbbed0a@qq.com>", "proba": 9.98720793177199e-07}
{"commit": "6e178b9c2593bade0f51569fdac4e533ffd8d056", "message": "Add retire.RetireResources_zh.java.\n", "proba": 1.212095241953648e-07}
{"commit": "c8e3784e259a1c668193a6590570847c9cd9310b", "message": "am 20a5df62: am bcced5b8: Merge \"Fix incorrect condition for sub id check.\" into lmp-mr1-dev\n\n* commit '20a5df6205c3d57bfcb5b8e1454fb88c638c8ae3':\n  Fix incorrect condition for sub id check.\n", "proba": 2.4662045916556963e-07}
{"commit": "d041822fe7ca70cdf1582d71cfb6ff9ab09b7c29", "message": "Reduce wtf spam when a service onDestroy races with proc death\n\nOnly log a message if the ServiceRecord still has a non-null app\n\nBug: 28527548\nChange-Id: I737679a6a0cd28d265919090c6a9e955ee454379\n", "proba": 1.136123614742246e-06}
{"commit": "f5a67f5cf31a20be39f10525f790d062bac04468", "message": "Increased side margin for showing docked stack dim layer.\n\nIncreased to 100dip so the it is obvious to the user what is happening.\n\nBug: 24090084\nChange-Id: I1351c0ecaff80c6efbaf859aca715d82b3ea5327\n", "proba": 8.756795068620704e-06}
{"commit": "519e74b4bfb7b61711424cfafeec13d6822f8ab9", "message": "- title bean used to evalute titles within Java Server Faces\n\ngit-svn-id: 4b3b87045ec33e1a2f7ddff44705baa56df11711@881 fee104cc-1dfa-8c0f-632d-d3b7e6b59fb0\n", "proba": 3.6158255056761845e-07}
{"commit": "3b444335231ebe4bbec03bb0106b2519664f7a56", "message": "Improved the test coverage of ExtendedRandomAccessFile\n", "proba": 2.0076986118056084e-07}
{"commit": "0792d53d7e328559b39d7edf1bada67ae8235265", "message": "Console printing messages of same language/not different to original message bugfix", "proba": 3.397200885046914e-07}
{"commit": "8e25a81f66186b3e2f3c4ea6ea2ea9bbcc1ce2eb", "message": "Create data iteration command.\n", "proba": 9.971695362764876e-07}
{"commit": "253caa2689c9a1255b23f1d645318b219178bd21", "message": "Tabs replaced on spaces in UserHibsrnateDao", "proba": 4.938426059197809e-07}
{"commit": "8c6777caac4f0ad17983292f587f28d657b051ce", "message": "create step utils which has two methods, getInput and getOutput.\n", "proba": 2.2927412146600545e-07}
{"commit": "3322db73aa3b62e25bd0848bd802cdc2c449aa35", "message": "[MCHANGES-292] announcement-generate goal doesn't respect useJql parameter\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1577308 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.058163090623566e-06}
{"commit": "42aa9462bde5a7ea32a97aaadb3227a9963d1031", "message": "[REEF-1503] Do not shut down driver on attempt to send close message to a non-running task\n\nThis change replaces throwing exception on attempt to send close message\nto a task which is not running with writing a log.\n\nJIRA:\n  [REEF-1503](https://issues.apache.org/jira/browse/REEF-1503)\n\nPull request:\n  This closes #1083\n", "proba": 2.3150564629759174e-06}
{"commit": "aa5678bbd8bc1d403bc602684c3dad872be60494", "message": "OAK-2195 : more tests\n\ngit-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1651996 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.6265416036276292e-07}
{"commit": "255132ebad8306ccac63f7a7a3c1b96f889cb56e", "message": "Initial commit: HttpResponse\n", "proba": 2.1378577912400942e-06}
{"commit": "04cf719ddad7910ceeb411a1c3bd6e0cd750b381", "message": "Add skeleton composite buffer for future implementation", "proba": 1.916837533144644e-07}
{"commit": "3d31542bf51e079142f75dea9b0dd83f3022a44a", "message": "[r2029] preliminary bug poster\n", "proba": 1.268665670295377e-07}
{"commit": "b02da45f7944de251126d78c28d5571219d1a5fa", "message": "Adds possibility to configure max nr. of connections per url, SLIM-838.", "proba": 1.0431848807002098e-07}
{"commit": "0c2a05370cd3f7fd7dbf3df7793e2251fb3efcc9", "message": "Added package-info to JDBC package\n", "proba": 1.8736237450411863e-07}
{"commit": "aabee06be38412e4c45a6516763999a9a337284f", "message": "am 8781fd99: Merge \"Fix 3 broken unittests.\"\n\n* commit '8781fd9908e467d3564d47f2cfbae384ca49fb0c':\n  Fix 3 broken unittests.\n", "proba": 1.1918295683699398e-07}
{"commit": "57b35572cc2780b83d1dc239b24fae51c9fbd561", "message": "Remove copyBitmap from ImageProcessing.\n\nChange-Id: Ib9079fab3b3d3da429f32c4c6688e6c437eb8795\n", "proba": 1.0059867236122955e-05}
{"commit": "97e5a71ad3f4b4c9a45bb57a918d3b63fe4d9cf4", "message": "Fix: escaped strings\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@10149 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 0.9996782541275024}
{"commit": "6cb72bbbaa4a20707655693a5c9e0d23bfbdd9b4", "message": "Demonstrate some of the settings available in transitions\n\nDurations and interpolation\n", "proba": 1.2826009765376511e-07}
{"commit": "e26033bd0c02e378e208d0647043bfaaf7a6a442", "message": "adding 64KB buffer size param to FileUtils.createReader()\n\n--HG--\nbranch : toxiclibs\n", "proba": 4.76602536991777e-07}
{"commit": "e1829a5b8720cb296b2bf674896a8f9e92c5461a", "message": "Amend InsertTest to validate INSERT FROM SELECT of multiple tables.\n", "proba": 1.0859123023010397e-07}
{"commit": "a3400b2ad143eb5debe35457c2cee04c153669bb", "message": "added file\n", "proba": 2.845031872311665e-07}
{"commit": "283829b40bdb607d0be9ea8009031ba4cf4312c8", "message": "Sonar warnings\n", "proba": 3.8884891750967654e-07}
{"commit": "381b10429defeb7cf05dc775569e56ef1558b332", "message": "[Cast,Android,MediaRouter] Fixed the \"app_message\" aka custom namespace support.\n\n0. Remove the RECEIVER_NAMESPACE as we can't really use it anyway.\n1. Add the GAMES_NAMESPACE to the list of default namespaces to listen to.\n2. When the app message is received, wrap it into the session_id/namespaceName/message object.\n3. Send the unwrapped app message to the device.\n4. Respond to app messages with an empty message and the same sequence number (or -1).\n5. Merge the sequenceNumber/requestId bookkeeping for media and other messages.\n\nBUG=545699\nTESTED=e2e tests, all but one single testcase in one game test succeeded, tests passing previously still pass.\n\nReview URL: https://codereview.chromium.org/1414623005\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#357638}\n", "proba": 0.00011436445493018255}
{"commit": "808722fae55e27ae5c37a1b3603149a91f20fc79", "message": "Wait for async actions in FirstRunIntegrationTest\n\nThis change adjusts FirstRunIntegrationTest to wait for the async\nactions it triggers to take effect, rather than assuming they are\nimmediate.\n\nBUG=588854\n\nReview URL: https://codereview.chromium.org/1720233002\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#380657}\n", "proba": 5.109245648782235e-07}
{"commit": "59acc13036940edf95239d5bd5210f3cc65b5544", "message": "Further deflake testTopControlsSHownWhenInputIsFocused\n\nAdd an additional blur() call to ensure the field loses focus.\n\nBUG=511509\n\nReview URL: https://codereview.chromium.org/1602103005\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#370206}\n", "proba": 4.3831170160046895e-07}
{"commit": "d4b6b1a573c101702e04cdd2394ba2d090340870", "message": "EPMCDLAB-1742 fixed bug connected with billing on azure\n", "proba": 1.1478667971687173e-07}
{"commit": "900f4922041628ea6caf5c808c29dfc49af1ab62", "message": "53. Maximum Subarray\n", "proba": 1.99855321625364e-06}
{"commit": "f80a9b2f8a841d32c7398ebbf4cba82b02e9f167", "message": "Watch for voice recognition service changes for all users\n\nMonitor package changes and update the default recognizer\n\nBug: 7216043\n\nChange-Id: I6b358b62401eaf58b38059caa57f72585f332eb5\n", "proba": 3.841098248358321e-07}
{"commit": "e5fa4361b62a42e77022188d9ae92bb323ea33a9", "message": "am 13c7b822: Merge \"Check for null ActivityInfo.\"\n\n* commit '13c7b82234c1c76aca74e23d635a69099611b18e':\n  Check for null ActivityInfo.\n", "proba": 1.3170439672194334e-07}
{"commit": "16979eab19b152c54073c8a4f83f35efdd4ef31d", "message": "Fix build\n\nMerge error...\n\nChange-Id: I0e674ee25a080fa6abfaa9da893084d6b4fa69a6\n", "proba": 2.831067831721157e-06}
{"commit": "84608bcc8bc710d78e74866ee344cb491fe2def9", "message": "Test case written for Utility.replaceAllWords() method\n\n", "proba": 1.6411506749136606e-06}
{"commit": "43411670a0ad23510cbef1e6a1f2910cc373a513", "message": "Remove groovy string syntax\n\nFixes #10283\n", "proba": 8.196501767088193e-06}
{"commit": "07af71b9e300b79e1c0c516bb753cbdec1711a7d", "message": "make GrailsViewResolver extendable for scaffolding plugin\n", "proba": 1.3483449379236845e-07}
{"commit": "4813e573c23ee1c7ca358e57b89e3ed93a4d40f6", "message": "Fixed typo\n", "proba": 1.2940510032422026e-06}
{"commit": "240b2a77be2a9baf9b04024c85feb9aac6230e40", "message": "Added AlphaAnimationAdapter\n", "proba": 2.1451231191349507e-07}
{"commit": "fd60a7c1cbdd956637f3c0d499a427a1dd18da9a", "message": "Add InvertMatrix#pinvert based on commons-maths (#2861)\n\n", "proba": 3.022694272658555e-07}
{"commit": "a753da40453911ea33a7c56e36bc29da6968ad7f", "message": "Added extensions file\n", "proba": 4.616532010004448e-07}
{"commit": "1c45d4137c5e4f36fb83da312c6b7a41b2b338d0", "message": "add unit test for attribute filter", "proba": 3.7438624644892116e-07}
{"commit": "0474ff412bc3735d42f1ba4513a3e02c4e9413f4", "message": "Added toast to show when file save is successful/unsuccessful.\n", "proba": 2.0029271752264322e-07}
{"commit": "d0a25c29e4c0fbb2338f447676a6d0091ac0b649", "message": "Adding Markov Reward method of getting latent dwell times", "proba": 1.937159055387383e-07}
{"commit": "fb59b13d86a00131d472d7558d74eef00e586777", "message": "SCRIB-35 added test\n", "proba": 1.1639210839575753e-07}
{"commit": "392213a1ea022f6298b1b36ec0667f1324d73655", "message": "Tests: added tests for the AluExtensionList\n", "proba": 2.73590217148012e-07}
{"commit": "f50f9a47e5462e0769105de9c260e21693cf3514", "message": "Add AABBiTest for corner and edges\n\n", "proba": 1.408452163786933e-07}
{"commit": "5d41f27b27df03b928a0b23c33ded5e74770a75f", "message": "Execution timeout test added\n", "proba": 3.754359738650237e-07}
{"commit": "e5b1bcabae0737c0345467ffe3df769e744faea9", "message": "Fix assertion failure messages.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@245509 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999682903289795}
{"commit": "53489e3ddda889462865fa6e2766efcd4415690b", "message": "New benchmark testing massive insertion of shallow graph vertexes\n", "proba": 1.2742616206651292e-07}
{"commit": "2e23cb16df4da1dfa81c60721d23f08c8fcd56ec", "message": "Temp - xfer.\n", "proba": 1.3709725976696063e-07}
{"commit": "05f4373d10a24a34925637806346df840a547071", "message": "Temporary Fix\n", "proba": 5.882275786461832e-07}
{"commit": "8cdbca9caf24f1056abd76c7c3ee201e2476fb3e", "message": "Added template method pattern.", "proba": 1.2042511343679507e-07}
{"commit": "3b77ec6830c2488ffd94ccfefd9b04abe0e750e7", "message": "\u4e3aRedisUtils Bean\u6dfb\u52a0\u521b\u5efa\u7ea6\u675f\n", "proba": 2.2810600341927056e-07}
{"commit": "64ead09b4f25a74630cf088c3236d715d007347d", "message": "Updated inject() method to allow any listable context accessible element to be injected\n", "proba": 3.005347366524802e-07}
{"commit": "33d89f9afffa71a642be19f378e0e8adbf5fa485", "message": "Fix /rtp in multiple ways:\n\n* Surface only warps now actually work. (This was due to two issues, I'd gotten min Y calcs wrong, and Sponge's AABB implementation is a bit wonky.)\n* Players will no longer /rtp successfully only to find they've ended up in the middle of the ocean with no land in sight.\n* Players will no longer /rtp successfully only to find they've ended up in a very hot magma bath.\n", "proba": 1.8624503184128116e-07}
{"commit": "e5e063a5fcda27c2a3a4e50fd610eae5dc0f0519", "message": "Added more key codes and UpdateableComponent.", "proba": 1.0428506413973082e-07}
{"commit": "40f2c47795617493701d9b1eb3dc815f965c1f8c", "message": "KRACOEUS-5066 : Entry indicating Sponsor Deadline Date is updated to new date when old one is blank without throwing NPE\n", "proba": 1.1659697207733188e-07}
{"commit": "82c88fc3a7a38af75e9064a4a73940da7c49e6ab", "message": "am a2a60a21: Merge change 5142 into donut\n\nMerge commit 'a2a60a215030ca2171bc59aaeeac4179816f0796'\n\n* commit 'a2a60a215030ca2171bc59aaeeac4179816f0796':\n  Fix NPE in GradientDrawable constructor\n", "proba": 7.859065931370424e-07}
{"commit": "dd5fcde0a83de6e601244bc3b6a3508c434c09cd", "message": "A map that does not store anything.\n\n\nFormer-commit-id: bc47f3785ececcd60ff087ee143b4cec217574fe", "proba": 0.9999492168426514}
{"commit": "9c460fb7ccefa343732c50f63825d6844fe2e89b", "message": "added test for github issue (RoundRobbinStrategy Divide By Zero on Last\nPort Removed #4)", "proba": 1.023829625523831e-07}
{"commit": "3fc3a3f0edc73294bb580506b3db79978c385696", "message": "Fixed ThreadUtils\n", "proba": 3.5582331747718854e-07}
{"commit": "b355d43de70a01fc6338b68fa8278e518a5fd4bb", "message": "Updated #016", "proba": 1.4282845484103746e-07}
{"commit": "1500da125387b5db53aaf0d801e41dd481568260", "message": "General code for instance handlers that also want to be a TreeNode.\n", "proba": 1.1268605248915264e-07}
{"commit": "ded6c5f296fa5b06cb6f5bda779aea58e2eedfae", "message": "Added an octree based implementation of a power network\n", "proba": 1.5684722143305407e-07}
{"commit": "543fabcab3bfe258e4ae92abfdc53a651ba051a8", "message": "added testclass for ApplicationTreeLevelActionBean\n", "proba": 1.7034845711805247e-07}
{"commit": "1b5e890879aa9964b797c9f53cf52b724dc97c40", "message": "First draft of fast zipfile reader", "proba": 1.406073977250344e-07}
{"commit": "aa5e5fc4c6c7dfd7837b6a7ff9171613da12a8e0", "message": "set status when retrieving from db\n", "proba": 4.727091891254531e-07}
{"commit": "9be720edf24fe668c22f89570c83c56d0be07187", "message": "[\u6e90] EvictionConfig - \"\u6c60\u5bf9\u8c61\u56de\u6536\u673a\u5236\"\u914d\u7f6e\u8868\u793a", "proba": 1.1997518356565706e-07}
{"commit": "8bf1a4d175a546b328319941a78b6eb0a8213013", "message": "mutateRowsWithLocks might require updatesLock.readLock with waitTime=0. (cuijianwei)\n", "proba": 1.3792909214771498e-07}
{"commit": "b344ea51f279edbc35bc4b67eceb30d89708ef0d", "message": ":art: #12580\n", "proba": 1.9093700132088998e-07}
{"commit": "9b8649b5b6248237c3cdb6e121d281b25e0d961d", "message": "Add integration test for usages of RestoredSender\n\nChange-Id: Iac16cd5a6d9294678a0ef729b2f94071d48b57b5\n", "proba": 3.075455481393874e-07}
{"commit": "9333c096ed280a9173e39783e834b4c495afbacc", "message": "CameraStreamRouter logs\n", "proba": 3.0750859991712787e-07}
{"commit": "6925af2ca5b2ed3c862d3bbb10f17687e58ed23a", "message": "\u0438\u0437\u043c\u0435\u043d\u0435\u043d class DepartmentServiceImpl\n\u0440\u0435\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d \u043c\u0435\u0442\u043e\u0434 createDepartment(Department department)\n", "proba": 1.6560649385155557e-07}
{"commit": "e5173ca3e0713f313ac7073c747096da02816a05", "message": "Create QueryRecordsWithFilter.java", "proba": 6.390571343217744e-07}
{"commit": "3f3082c200d0bcc07cad966147fb65b3963c0ea1", "message": "Application tests for MassDiscountPricingRule\n", "proba": 1.3625303552089463e-07}
{"commit": "ee6400d87e86c6727124e5f99296f9bb45045a7b", "message": "Added render info (ie. preview instance) to the extended widget profile\n\n\ngit-svn-id: f58a9b601cc1b78d50b2e947bdfafe48659f3a22@114 5fc6d161-ea32-e9bb-d6c6-78504b9a0898\n", "proba": 8.935051027947338e-07}
{"commit": "d226ac74b9581de23c434aae8251d824f72258c5", "message": "Create MUH and Sticks.java", "proba": 2.517387542866345e-07}
{"commit": "f405eeb3b4790112f02464b768ba86710255748f", "message": "Update Grid.java", "proba": 6.672169092780678e-07}
{"commit": "1c039c88dfc5281c12afc0cfd73755cd4cd2fb31", "message": "Implemented and equals method in Peer for comparisons.\n", "proba": 1.0862105881415118e-07}
{"commit": "9e73f34223520ea2e527498bb19f23c101498e95", "message": "Don't show nasty error text if a link is broken.", "proba": 1.0897300484202788e-07}
{"commit": "c2218be563d413cee61443b2af96d3e4b7b09e0c", "message": "whoops\n", "proba": 8.302949936478399e-07}
{"commit": "ce275f6abadfd792414571ab18c8ce8d5c451d7c", "message": "Moved testSpeed1() from WikiEngineTest.\n\n\ngit-svn-id: 6c0206e3b9edd104850923da33ebd73b435d374d@621729 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.375400183358579e-06}
{"commit": "938c5f213a007b05c8b945e04284383be3be901a", "message": "EventTest added\n", "proba": 2.511780508029915e-07}
{"commit": "c695eb3ae6d7b4d14ee46d35725530b91dd66ab7", "message": "create demo models", "proba": 3.695611212606309e-07}
{"commit": "68c5f3118e56392dbce3041ea4b8aaf6c105b597", "message": "Javadoc update.\n", "proba": 1.4011760640642024e-07}
{"commit": "4eb3bc4bb66b4d5f1354dd67b62b672f2aea0818", "message": "79. \u5355\u8bcd\u641c\u7d22\n", "proba": 2.468449622483604e-07}
{"commit": "5349369d8da93eef68ce39ed3799b9e04bb7686e", "message": "Initial Project Creation", "proba": 2.7263300239610544e-07}
{"commit": "01bdac5e02cafb976d6bf1b73ab12433c1a17e55", "message": "alterado para ignorar diretorios .svn\n", "proba": 4.6595872049692844e-07}
{"commit": "fb3c04301a5e677b3466969c1c430172d58bc4dc", "message": "Lot of stuff !", "proba": 1.2287830486457096e-07}
{"commit": "5c6f74ab4ffaf018b1719e92cb1670d834aefaa3", "message": "gonna test without that in quickly\n", "proba": 2.4692195665920735e-07}
{"commit": "128132324381fc47e0592c9313622b6c30fb7148", "message": "SDC-11416. MongoDB Processor bug masks config error\n\nChange-Id: I70b22e3b18b2cab4aa06bbabea6956121622ccdf\n", "proba": 3.8744183257222176e-05}
{"commit": "75bfa2d0668fcb03e83c1a0d3036d8d2a16e6a51", "message": "Add exception handling", "proba": 4.5482693167286925e-06}
{"commit": "7f5bee01ec5d0a01bf63313dfa0798ccdb1eac99", "message": "Fix NPE in CallerInfo.getCurrentCountryIso().\n\nInternal method CallerInfo.getCurrentCountryIso() can throw NPE\nif the country detector's detectCountry() method returns null.\nAdd code to check that the Country is not null before calling\ngetCountryIso() on it. Change fallback logic to call\nlocale.getCountry() whenever countryIso was not assigned.\n\nBug: 10607906\nChange-Id: I08fe3f4d942f67c37a2e6ff0b067fe32ad8a6fa5\n", "proba": 1.2067557690897956e-05}
{"commit": "0a120484a7b4d79c027aba17bfec4281f81b9809", "message": "Fix #140: Create a helper method for list data digest\n", "proba": 3.704913353885786e-07}
{"commit": "ff36e7d1ace148f4645aed03dd67e3ee73ef62d3", "message": "Removed decrypt method, mojo is to encrypt only.\n", "proba": 2.2440940483647864e-07}
{"commit": "3e91761ca1b63a0073ff3a9fd04abfe70211abb9", "message": "removed logging statement; it happens before logging is configured\n\ngit-svn-id: 6ee47c8665bf46900d9baa0afb711c5b4a0eafac@8009 e2bb083e-7f23-0410-b3a8-8253ac9ef6d8\n", "proba": 3.3980084026552504e-06}
{"commit": "243053085ddc9059014658633fa4b5d03fdedb05", "message": "feat: 10_isMatch_2\n", "proba": 4.0315415390068665e-05}
{"commit": "f4f77a39bf48028bc600bfc4c2a552e2ae8bac39", "message": "Fix privacy preferences crash.\n\nPreviously used a call that did not exist pre API 23.\n\nBUG=547670\n\nReview URL: https://codereview.chromium.org/1413153005\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#356118}\n", "proba": 1.1350514341756934e-06}
{"commit": "05edd2b36345b7c259c2ebe97a2f6099d6859dfd", "message": "Create constraint annotation.\n", "proba": 1.6549788028896728e-07}
{"commit": "75fa8dcc1cd802b979449f88227ad46307741747", "message": "\n\ngit-svn-id: https://svn.apache.org/repos/asf/incubator/aries/trunk@896133 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.403907271604112e-07}
{"commit": "4b20d691718a2367ca2a0a24d4810d01b194c353", "message": "[Programar em Java/46-Metodos-I.java] Add\n", "proba": 1.2542261629278073e-07}
{"commit": "8eac6303ada8be1e6166a54bdaf1569ae4fe925d", "message": "Created InvalidBuilderStateException.java\n", "proba": 6.016678071318893e-07}
{"commit": "e5d83e4cba9fc432a65a9e5c0fe71b59482de077", "message": "add basic support for ear modules\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@349102 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.5877843035668775e-07}
{"commit": "b580d53e7517e6020ee42c4f0fcda21bf381c74e", "message": "am 774d956d: Merge change Ic8c7ca7b into eclair\n\nMerge commit '774d956d5d2f6bece15c10c0db275596148c7ef8' into eclair-mr2\n\n* commit '774d956d5d2f6bece15c10c0db275596148c7ef8':\n  Remove testCheckMediaPlaybackHandlesApplicationItunes from continuous.\n", "proba": 1.2199777188470762e-07}
{"commit": "3804a11c2808b3990743cc0c0bb0f72b141b4961", "message": "NOJIRA - Initial version; prints message to console\n\ngit-svn-id: 996c6d7d570f9e8d676b69394667d4ecb3e4cdb3@21366 1580c273-15eb-1042-8a87-dc5d815c88a0\n", "proba": 6.328913855213614e-07}
{"commit": "9e90b6ec1fa104b583e7c9cf3587d547ec176fb0", "message": "Fixed the issue with the ajax search\n", "proba": 2.4545386168028926e-07}
{"commit": "47a9b6e27eb8b5e8f02ec2ff5306966262e77f36", "message": "Added categorical definitions\n", "proba": 2.196952664235141e-07}
{"commit": "dbc4c436f8d65b144e65bcd5c778b8b5229c7547", "message": "only get network servers with a number greater then 0\n", "proba": 5.013223926653154e-06}
{"commit": "4f7a11c4941f04ca30081b3bb52d89932b2ba501", "message": "KRACOEUS-7228\n", "proba": 3.968678186083707e-07}
{"commit": "9f3bb137efe091bc661df1ff52637c4042e66171", "message": "removed sysout\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@7375 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 7.222767521852802e-07}
{"commit": "80b9e7a7f2cbbf5970504df987fd82a2212543dc", "message": "do not accept messages from the MQ broker if the ingest backend method call throws an exception\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@7262 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 8.214617992052808e-06}
{"commit": "e39d96666c76190aee3ad521855a4b321aa9e366", "message": "Atualizacao autom\u00e1tica\n", "proba": 1.5049522517074365e-06}
{"commit": "3ba88bfb268b0528954d7f8f5609443586b540b7", "message": "Fix gps traking good from work time\n", "proba": 2.880666158944223e-07}
{"commit": "42fa1a9c3669d2b31c4780dfa08bd3365946b199", "message": "tools: add functions to calculate the BAM coverage and store in a SQLite database\n", "proba": 1.9981537491275958e-07}
{"commit": "418cfc9589f67ffebf49e1a453f0532418ada3d9", "message": "[AH-2113] added myplacesimport handler\n", "proba": 1.7756194381490786e-07}
{"commit": "7b8419673f6a3a688d9b2f93fca8e137a3f34269", "message": "https://bugs.eclipse.org/bugs/show_bug.cgi?id=234398\r\n- Add support for PL/SQL collections (nested and index-by tables) as arguments to Stored Procedures\r\n\r\nAdd lifecycle test: toXML, fromXML, execute Query\n\nFormer-commit-id: bb11dce4ea6e23348911698003534e56c42d4498", "proba": 8.653353802401398e-07}
{"commit": "503d2c6f82d19c1260ba6497cdf5af363314af6f", "message": "XperIntegrationTest\n", "proba": 6.443912639042537e-07}
{"commit": "8b5a4f88d84f17725955186f6df42593e7c3ccf8", "message": "GRAILS-7800 : only keep Closure properties\n", "proba": 1.539464733468776e-07}
{"commit": "c96dbd19d91271b1814e92ce189591738b7a8f68", "message": "Number of Islands\n", "proba": 0.9996055960655212}
{"commit": "67bce2fbb1b7ff8f4ac1e188b409c71697e84ab0", "message": "New command-line validation client. r=hsivonen\n", "proba": 7.243196705530863e-06}
{"commit": "3f4c656773a8a4d8bfbb8a769049d59b8148bd0a", "message": "Removed an unused local variable - the int[] initPrinted.  It was initialized and its members were assigned to, but it was never actually used.  Should save a few bytes at runtime....\n\n\ngit-svn-id: eee8356d45ea3f6bef60455b6252670a15fb374b@43 68c0822f-77d1-6f10-b115-8a14d106ca4c\n", "proba": 2.2428091597248567e-06}
{"commit": "099844180100456756cf7546d1e2d2bd3cf561af", "message": "for the comment by zozoh in issue 129", "proba": 1.1996134219316446e-07}
{"commit": "ef964dadb928ba0f91499014ef9ad5c85cd6667a", "message": "Playing with a new model configuration\n", "proba": 2.1812074635363388e-07}
{"commit": "72bdf2573c81d15e7ca959677601ea07e4c40a17", "message": "tests for fixedsizesortedset\n", "proba": 2.1089074664359941e-07}
{"commit": "dfc43393ff38506733bf212c14c39c0aed48c278", "message": "add unit test\n", "proba": 7.164092608036299e-07}
{"commit": "a4da1629451ee55757ea6b67f494268411ccd2c8", "message": "Only deploy once per Undertow instance\n", "proba": 1.3683771271644218e-07}
{"commit": "4f45eed71852c92a9c642b24e57adcfc99c8aaa3", "message": "RandomVariableTest rewritten for RandomVariableAAD\n\nStill two tests not working do to missing implementation in the class! ", "proba": 1.0083392965043458e-07}
{"commit": "c2062670c694d1b16186ad7e986794e08d9ac257", "message": "Changed the format of writeText/readText so it works with padding. https://github.com/OpenHFT/Chronicle-Wire/issues/105\n", "proba": 1.6977204495560727e-06}
{"commit": "d12a009c8d8f47e1cfad463391dcf70aba472267", "message": "Fix AltManager not counting correctly after removing broken alts", "proba": 5.134626803737774e-07}
{"commit": "072a0151cb4fe274df3e7e20e85e6c6c13266163", "message": "Change type of Keybinds to TreeMap", "proba": 2.1528576610307937e-07}
{"commit": "992f5a4361ebc6466b6c0774a28d6196ec3eda45", "message": "KRACOEUS-5621: make permission exception\n", "proba": 2.5891415589285316e-07}
{"commit": "5030bf7072f6d5e606d57954ddba7ee5071a78ef", "message": "+ Added test cases for checking order of component specifications and\ncomponent properties in data structure definition", "proba": 1.0927167437557728e-07}
{"commit": "b210d7ec8fc5abb0694b57725989427569a0704f", "message": "modified test data\n", "proba": 5.915794076827297e-07}
{"commit": "ba5338fe3d35cd4773a1ccbd61d1ea3b0795cd75", "message": "Aspose.BarCode for Java 17.11 changes\n", "proba": 1.2503281254794274e-07}
{"commit": "7a687d32d92050ee58ef9cac263121a23c63367e", "message": "introduce NotFoundException\n", "proba": 1.4733337820871384e-06}
{"commit": "80dba751f3713071120fd4f313ab2533beec1b3c", "message": "[MENFORCER-152] Refactor code, there are more spots with dependencies\n\ngit-svn-id: a2bbb1fab13620978cd8e680264822dd67b2026c@1488792 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.895539965829812e-06}
{"commit": "bdecd4c80588abe0faec2e9b001c0fa58f5b7723", "message": "Add integration test for usages of AbandonedSender\n\nChange-Id: I66e26dc02c6aea1a72e2fe37bd319f58b3ad6008\n", "proba": 4.5397047188089346e-07}
{"commit": "3e634ddc5c874b9a39dd94a5a19a6597ddbacd16", "message": "\"\"\n\ngit-svn-id: 50f83ef66c13f323b544ac924010c921a9f4a0f7@501 00569f92-eb28-0410-84fd-f71c24880f43\n", "proba": 0.00010039949120255187}
{"commit": "ed326070f6c6b2f27115b26aff92b212d3af3d9c", "message": "Add Callback builder tests\n", "proba": 1.7790348749713303e-07}
{"commit": "3c3f459fda0be4f90ae21eae5afbdff416018d15", "message": "PC-318 Implement JiraServiceLevelAgreementAction\n", "proba": 2.012268396356376e-07}
{"commit": "a7c5038854096efd6b86d2d9edcbc06c5ff6de89", "message": "Create LemonadeCashier.java", "proba": 0.9982903599739075}
{"commit": "b576f37f530427c11b03777c6402f85785b0d14f", "message": "API-275. Update PipelineAnnotationsProcessor to replace base64 of stage icon to just icon file name\n\nChange-Id: I705ca87e3e3afde50ef39b0f6410e497f1ba022d\nReviewed-on: https://review.streamsets.net/c/18338\nTested-by: StreamSets CI <809627f37325a679986bd660c7713476a56d59cd@streamsets.com>\nReviewed-by: Jarcec Cecho <df2d427dacaa504f2ede0aed47c4cdf043778b95@streamsets.com>\n", "proba": 2.0031161795941443e-07}
{"commit": "c9f79d9bc642048429336156374194e6caa5822e", "message": "Actually, make the inventory permission more descriptive.\n\n* nucleus.inventory.keepondeath\n", "proba": 6.178584044391755e-06}
{"commit": "5254bb58f840b331e3d9a43ade48aff3fa893526", "message": "JUnit testing for ProxStorConnector Location-centric methods (and by extension ProxStor itself)", "proba": 1.0518560600303317e-07}
{"commit": "fba6b6f5813fe3d13150bf71dfc658b645cef3af", "message": "Fixed Javadoc\n", "proba": 3.7236267758089525e-07}
{"commit": "d12ff6bf2de7f4a695d03fe343e0f2355e4e480d", "message": "Some junit tests for Unicode preprocessing using ANTLRUnicodePreprocessorStringStream.", "proba": 1.1348010531264663e-07}
{"commit": "1e4db875e77e5a80727dbd947d74641b39535e0f", "message": "Adds CORS active scan rule\n\nSigned-off-by: Baptiste Cr\u00e9pin <a67265359233cf24c56ed97b808fae37b6903497@ntymail.com>\n", "proba": 1.1478054773306212e-07}
{"commit": "31500d56fdcb189e53751ea2aafb3e935df774c8", "message": "[WIP] Add check for network in LoginActivity.\n", "proba": 1.0407146078250662e-07}
{"commit": "6442bd5d1b77b4be7f1d546e9bfb49a229158294", "message": "add RenderingException class\n", "proba": 4.2939396394103824e-07}
{"commit": "dcd686ae88363e26cc89041ccbf7b646915f2c9b", "message": "Sometimes ths isn't getstatic\n", "proba": 2.0533382212306606e-06}
{"commit": "817dfa609c22b546dd8a03fb3fc12fcf07a184a3", "message": "Add test for component templates updated after cluster restart (#58883)\n\nThis commit adds an integration test that component templates used to form a composite template can\r\nstill be updated after a cluster restart.\r\n\r\nIn #58643 an issue arose where mappings were causing problems because of the way we unwrap `_doc` in\r\ntemplate mappings. This was also related to the mappings being merged manually rather than using the\r\n`MapperService` to do the merging. #58643 was fixed in 7.9 and master with the #58521 change, since\r\nmappings now are read and digested by the actual mapper service.\r\n\r\nThis test passes for 7.x and master, and I intend to open a separate PR including this test for\r\n7.8.1 along with a bug fix for #58643. This test is to ensure we don't have any regression in the\r\nfuture.", "proba": 1.330769379137564e-07}
{"commit": "160716abd8fa301c0d7de3f847e56bafa63a80ba", "message": "remove channel from multiplexer if there is an error\n\ngit-svn-id: 093fa4c7fa7b11ddcea9103fc581483144c30c11@3374 5b74d2a0-fa0e-0410-85ed-ffba77ec0bde\n", "proba": 0.0004769903316628188}
{"commit": "049d94d4d28c5c755e247a76b40030832c950d59", "message": "adding new method to IFancyMessage\n", "proba": 5.222458412390552e-07}
{"commit": "b92d184f25fcc7ee8eff4dcd3a6a9ec47fd25858", "message": "Removed the reference thats not being used\n[KRACOEUS-1609]\n\n", "proba": 1.0796422600378719e-07}
{"commit": "d5f843cddbceeb144e3ccf8d03ae4695d3292613", "message": "proposal science keyword panel update\n\n", "proba": 2.764693078916025e-07}
{"commit": "b25fc07a7837234b3c8450ce8368eea025e300c7", "message": "KRACOEUS-6178\nFE missing: Parameter to include sponsors in NIH MultiPI Hierarchy automatically\n", "proba": 1.054690699220373e-07}
{"commit": "6ae838190b1a83cc7cced41eff0ec4a69563c548", "message": "Message Progress Listener search\n\n", "proba": 2.905885594373103e-07}
{"commit": "bbcf75f28d30756f184ab70d24bc43a6a6f36e41", "message": "Added UUID validator\n", "proba": 3.208739656201942e-07}
{"commit": "0640ce086d8fbe10b4d4f3bf85f9dc690c06699d", "message": "Dodan RabinKarp.java\n", "proba": 4.546871059574187e-05}
{"commit": "f5b5318aaf40f6613e44bbeab073fedc7a38ba03", "message": "add News Test\n", "proba": 2.0541772016713367e-07}
{"commit": "2aa5ed8d655fd161835504f2b0f07f16338fe90f", "message": "consumeSemanticAction()\n", "proba": 7.134563588806486e-07}
{"commit": "c79d3b2150c8dcb51f2b0c2c9f2a233b42d3cbcf", "message": "Add test case experimenting with using blending to achieve >8 lights on an object in FFP.\n", "proba": 9.964416136654108e-08}
{"commit": "8742dbc14ea7414bfdb202158c1491aceca32382", "message": "Remove a TODO\n", "proba": 0.9988523721694946}
{"commit": "2eb299a6e69cad32f297cb7204bf7bdff869c4fb", "message": "Update DupRotatedArraySearch.java", "proba": 2.753349974682351e-07}
{"commit": "35a5a7da73c59e66e4301f25e668f040f6aefd84", "message": "explicitly set version for newly exported package\n\ngit-svn-id: 51d9aadd9bffa68900dd5cf261a5717cd7855db9@1874120 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.51481855129532e-07}
{"commit": "8e81e493c584bda010d071bfd254a79a06f4cc9f", "message": "More unit tests for BeanNameELResolver\nAdd tests for remaining methods\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1499932 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.6455611273613613e-07}
{"commit": "aa677acb35d5a432b016d5b83676b5c7ee5f5be7", "message": "#task #152\n", "proba": 0.023021036759018898}
{"commit": "8758e4faceb4e293f0176d4538a9d04392f10d49", "message": "Added unsafe holder getter for language server\n\nSigned-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>\n", "proba": 1.1938065824779187e-07}
{"commit": "408f412eaf03e915113f2672a2f948088ce8136b", "message": "[Component-DSL] Source cleaning\n\ngit-svn-id: f3027bd689517dd712b868b0d3f5f59c3162b83d@1827013 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.301547159637266e-07}
{"commit": "b9aceb102bfb0c29cc9947050c939c5fec91739d", "message": "Create standard scheduler.\n", "proba": 2.0424099034244136e-07}
{"commit": "9e8b4cb94e44964715e7186421a81ad6b01329e8", "message": "\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0442\u043e\u0447\u043a\u0438\n", "proba": 2.8896906769659836e-06}
{"commit": "40c2a0ad2f8e50a5181221d13d28604975480461", "message": "3.2. \u041f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0442\u043e\u0447\u043a\u0438\n", "proba": 1.1381134754628874e-05}
{"commit": "341e4f30add169bd94ecbb3529eac4dd11ca4bb6", "message": "1.1. \u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u043d\u0438\u0442\u0438. [#283638]\n", "proba": 1.6405155633947288e-07}
{"commit": "b83700b09b02e8a82dc0315ecc927b3d1aaa1a71", "message": "Created to serve as a central event queue\n", "proba": 1.5523544050211058e-07}
{"commit": "dd71c98def8a6e6d02605484f66cc03cc0ebf64e", "message": "Finish 1A\n", "proba": 1.2103389053663705e-05}
{"commit": "4e9dc2b6a02886bc790f83a18719aa34d98a4eb2", "message": "Added handler annotation to method21\n", "proba": 2.1817608342189487e-07}
{"commit": "c62bdea1ae42dcc6a39e3bab535d88b09218e631", "message": "added logging.", "proba": 1.4772210477076442e-07}
{"commit": "b84e72e6a8a2e487f4eb6b44909a289af11145d0", "message": "test(collection-test-util): add getElementByType test utility\n", "proba": 1.1232666565774707e-06}
{"commit": "fdaf1d9cd974e7e1bf251d16792ae04f0a03aa04", "message": "add unit test for SpiImplPushExecutorHolder (#5716)\n\n", "proba": 1.100974102996588e-07}
{"commit": "0d08aac61853f0c14ef538764610d325dba552dc", "message": "shared subscription sample\n", "proba": 1.8634736420608533e-07}
{"commit": "5a412aa29a8c1d5e3ef6936a292f728059db371d", "message": "Removed unused imports.\n", "proba": 1.3917829733145481e-07}
{"commit": "134049e5e7150bdf55b00f74e8b44e622f4e5971", "message": "make a team-members in-memory starter\n", "proba": 1.965104638657067e-05}
{"commit": "dd55b358503abceb0d4b78344aa8443489ecb69c", "message": "Fix opendata autolib url\n", "proba": 0.0003285498241893947}
{"commit": "10f435e287365dad7cc81a54f5dffc0f79319cba", "message": "fix compilaton error\n", "proba": 3.9084764580366027e-07}
{"commit": "4e1e1a4947f7217ec28efe485647cf8867234c0d", "message": "fix i,j eigenvector indices\n", "proba": 0.00034248962765559554}
{"commit": "087daaa6274b6f3ad849422803bdf9ad2a1d6226", "message": "\u63d0\u4ea4\u65b0\u589eBizDataObjectBehaviorImpl.java", "proba": 2.605293332180736e-07}
{"commit": "91143c1dc18cc5df45e05a91f70c29b1728495e2", "message": "Regression test for HARMONY-2029 ([classlib][x-net] JSSE Provider fails while communicating with 3rd party TLS server)\nNote: the test is based on HARMONY-2125 ([classlib][crypto] RSA Cipher implementation corrupts the data)\n\nsvn path=/incubator/harmony/enhanced/classlib/trunk/; revision=475199\n", "proba": 8.063951213443943e-07}
{"commit": "453f285aa5c28a5a4ca8bf795e76bc697b91e069", "message": "updated api\n\n- new api call /device/id\n", "proba": 2.399257539309474e-07}
{"commit": "c26a62b592779be4cc7cecf4361045b259d99038", "message": "Fix cat chasing menu entry swap\n", "proba": 6.842077482360764e-07}
{"commit": "dd73dfecbe7cb7e84e3d3244dfad34c83cc9c362", "message": "Create LandscapeDisplay.java\n\n***I did not write any of the code in this file***", "proba": 1.1741354910554946e-07}
{"commit": "f8e5bc46fd3a2f76b3f0c0c6dc531455d9441c00", "message": "solved the problem 5\n", "proba": 0.9987534284591675}
{"commit": "5ba01cd9c11ff4d3cfae43fe75305b101b70fe84", "message": "simple random\n", "proba": 8.205175618059002e-06}
{"commit": "69ac69fbfdb45e39d60461638d0994739b143585", "message": "add SubquerySegment\n", "proba": 3.2249252512883686e-07}
{"commit": "1470dfbdb19b43698011d1e4ac780830d92672e0", "message": "Tests for QueryBuildHelper.\n\n", "proba": 1.3237392693099537e-07}
{"commit": "0dd9ec1a6fb5e384cb492f112f7c56126955e2ac", "message": "Experimented with including document-level versus corpus-level pseudo weights and normalizing pseudo weights. Left code in state with normalized corpus-level weights but no document-level weights incorporated.\n", "proba": 1.1059790949730086e-07}
{"commit": "71f7fd2bc533b8fcce44cb2e764565569f534c92", "message": "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 7. \u0421\u0434\u0435\u043b\u0430\u0439\u0442\u0435 \u0441\u0446\u0435\u043d\u0430\u0440\u0438\u0439, \u043f\u0440\u043e\u0445\u043e\u0434\u044f\u0449\u0438\u0439 \u043f\u043e \u0432\u0441\u0435\u043c \u0440\u0430\u0437\u0434\u0435\u043b\u0430\u043c \u0430\u0434\u043c\u0438\u043d\u043a\u0438\n", "proba": 2.3579214314395358e-07}
{"commit": "8b3965516b332f81882417583c7d2cd5c9165b84", "message": "1.1 version of test\n", "proba": 1.5019040233710257e-07}
{"commit": "5ab4a18cf77bfbd16bc09798042b5bf834fc4081", "message": "Added LinearGradientFillTextureSourceDecorator.\n", "proba": 1.0719374188283837e-07}
{"commit": "2c23317527edfbe6f091d75efd71c14f2ba6d20e", "message": "Arreglando errores de matrices\n", "proba": 4.7319448981397727e-07}
{"commit": "5c1619fff46670612fdcf3cd4cf9e6c7347fd694", "message": "Fix build\n\nChange-Id: I189d3b8afd351ab5cf604105579212593a98d5a4\n", "proba": 2.5073964025068562e-06}
{"commit": "d93bfdde5933348d772b8f635c377402d1dec5f4", "message": "fix condition in appointment service in save logic\n", "proba": 1.3393929521043901e-07}
{"commit": "dce40c2941cb429a9575a3d5befe07a8b47cdccf", "message": "org.csstudio.graphene: starting to create an AxisRange editor\n", "proba": 1.7558183174060105e-07}
{"commit": "91612f1e8af0665452126a9583292169e4583f20", "message": "Added https listener test case\n", "proba": 1.3114026842231397e-07}
{"commit": "b329ca9211532f0cd8ced95ccd8cb125b906a5c9", "message": "516: Hook up with the service call.\n", "proba": 1.1363659524477043e-07}
{"commit": "1ed7a29ecb54d7eb35ef472461ade1baec295fb2", "message": "Delete TriangleTest.java", "proba": 1.7704903712001396e-06}
{"commit": "55462c7d9bf48fbeb2bfd4e90fa6204fa74baedc", "message": "changed log level: \"no href attributes found\" only in debug\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@6748 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 640ac6290bf61436c5520547bc0c6a3248f6cd23", "proba": 3.8362841223715805e-06}
{"commit": "442b4c19d54c0449bca7807e51bdde4d15de3a51", "message": "Add job to generation\n", "proba": 8.13260157883633e-06}
{"commit": "2de259eacb77f55917511978badc49ce55ce77c8", "message": "Added LevenshteinStringSimilarity (new)", "proba": 1.1528496202117822e-07}
{"commit": "c95b377e9044bbf7c8d72426dee1a87f4c54a23d", "message": "[BEAM-5356] Add CoGroupByKey Load Test\n", "proba": 1.1710847758195086e-07}
{"commit": "0361bb23d958a06a751b6a93f3cc666225eb5102", "message": "\u6dfb\u52a0\u5ba1\u6279\u6570\u636e\u6458\u8981\u63a5\u53e3\n", "proba": 1.86714530059362e-07}
{"commit": "bcd0f818fb7022d7d5a1242f01fb4a20d5f3b809", "message": "Migration for adding toolbars to published views\n", "proba": 2.3166612095337769e-07}
{"commit": "155bff91b5a6171121e793ab605e7d122e7668be", "message": "simplifies code\n", "proba": 0.0001593330962350592}
{"commit": "688fd88271b0a5c9ac020e8b96df6d5da404e9e5", "message": "Add benchmarking iterator for single DataSet.\n", "proba": 1.1773984454066522e-07}
{"commit": "4bfa1a00d35790700751c2462fca0ea65bcf101d", "message": "fixed spelling in output\n\nChange-Id: Ieb370e616c8dace4da2036b873022836ae42eaad\n", "proba": 0.9999994039535522}
{"commit": "85e099378c04e7b7fbaf112095095a32d48605a4", "message": "- adding retract based on an object command\n", "proba": 7.580505325677223e-07}
{"commit": "4090fa8329096918c731f25da31260aeb96ddc94", "message": "changed abstractedFrom to a single Proposition\n", "proba": 0.00022843915212433785}
{"commit": "8b9673bdf147bf2b8325a73c3444b44303b68fa6", "message": "Submit code for anagram checking\n", "proba": 2.1998584998073056e-07}
{"commit": "1313ef380ce7699d68a3ec367c23aa5d2e421273", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "b3c36c199d78191ef018c228e4fb82bad7ed7f14", "message": "added telephone number syntax checker test\n\ngit-svn-id: 8669792a45dee92960b930f442bbe2d0561ce91c@487496 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.0803219083754811e-05}
{"commit": "6274e20b113ecc69b6aeb678b927206ce7c28672", "message": "Add Enum.valueOf()\n", "proba": 8.004456503840629e-06}
{"commit": "0c2d3912445b77ca993835947864bc29e47ba102", "message": "First version\n\n\ngit-svn-id: d2601f1668e3cd2de409f5c059006a6eeada0abf@349 cb33b658-6c9e-41a7-9690-cba343611204\n", "proba": 5.639788582811889e-07}
{"commit": "eeb7d39534042844e40bf641e96d9af780a1cb7e", "message": "Add OfflineEnduserContract\n", "proba": 6.025319976288301e-07}
{"commit": "412219bfbf8c67441b1a2cd41eaac33c64e02379", "message": "test cases coverage\n\nSVN-Revision: 16932\n", "proba": 1.3357765737964655e-07}
{"commit": "c1d0d81f54f4ffbe757369eb0d848fdf7f33bec2", "message": "fixed duplicate system element insertion bug by adding system propositions to the propositions map after they are retrieved\n", "proba": 1.975384975594352e-07}
{"commit": "fc43eb8f113f48593cb8834d12760fc14215d244", "message": "add missing file\n", "proba": 3.149960548398667e-06}
{"commit": "828d89606af8b879e2ae028b00c0c5290a0eec1b", "message": "forgot to checkin from patch yesterday\n\n\ngit-svn-id: d69ffe4ccc4861bf06065bd0072b85c931fba7ed@240066 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.4361921191484726e-07}
{"commit": "915a271e855f37a002a42ff78bbc24d414d97242", "message": "Added ImageMaker for TorcDB2.\n", "proba": 1.0576580677934544e-07}
{"commit": "60cce998b361d5e0ab18c79eb8d6f82c5b5069b4", "message": "Create Cuatro.java", "proba": 3.4324961006859667e-07}
{"commit": "17ff5ee11f0f7a26221d90342c81955274a2d666", "message": "Added an integration test that stores and retrieves a Java Date object.\n", "proba": 1.0488189872148723e-07}
{"commit": "3257c355f5300be3c4da4c02667efbe9631aa689", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "c184ae0b13d62a7ed9dde1d57cedccdf4ed43d7e", "message": "(no message)", "proba": 3.393134022644517e-07}
{"commit": "3d7e97aff4091a58771c7e663f29f69c6cceebb1", "message": "Original creation\n", "proba": 3.8354792764039303e-07}
{"commit": "5f1ec0c0f17a937eb1c9e6a3c7da95533ca36eea", "message": "QWERAS\n", "proba": 1.5695242154833977e-06}
{"commit": "1ba97ce103dfac58467555bc996e58edc3465c30", "message": "Removing Configuration and PropertySource - SLIM-637", "proba": 1.1387558629394334e-07}
{"commit": "8b0b87c07ef425420c09e578e9d3833c8ff33c96", "message": "Create positionBateau.jab", "proba": 6.160258635645732e-05}
{"commit": "f56150e162bb17438a2a762bcf23d6b3313b5bad", "message": "ContainerWithMostWater.java\n", "proba": 0.00021969452791381627}
{"commit": "ddc5fc1ea727b38de7a79ce9f345840131e09f0e", "message": "Add tests on AssertionsOnRowEquality\n", "proba": 3.087801587753347e-07}
{"commit": "95914a3428c7fb82b3c5ae4939de83ca6b0b5787", "message": "NOJIRA Add Type to Name objects\n\ngit-svn-id: 996c6d7d570f9e8d676b69394667d4ecb3e4cdb3@19042 1580c273-15eb-1042-8a87-dc5d815c88a0\n", "proba": 6.781254455745511e-07}
{"commit": "71ff1c430180ccb1d49c3fa0867f1da542320111", "message": "Add taglib handle class multiple upload", "proba": 2.8479635716394114e-07}
{"commit": "e97a00ba5a6a2f77867bf11245bca374a0a3dbb7", "message": "added MissingValueReplacer preprocessing routine", "proba": 1.7565318444212608e-07}
{"commit": "bf4c244af95ccc9fadea91b8bdaa2751dd9f8dcf", "message": "add test case capturing IIPC-131: @import URL does not get rewritten inside CDATA section.\n(test fails)", "proba": 1.1017387180345395e-07}
{"commit": "7ed9409d3f48147216191f1c0d76c62c42c4037c", "message": "add a test case for url function in @font-face.\n", "proba": 1.8925879885500763e-07}
{"commit": "e7bec869056c62623dfc691d17233c01b40343b1", "message": "Atualizacao autom\u00e1tica\n", "proba": 1.5049522517074365e-06}
{"commit": "56273405e728b7f15f4c69b7a3d24c74d6789065", "message": "small fix\n", "proba": 5.359547685657162e-07}
{"commit": "c71ef1c31dada7bd988d4fd3ed1a61921077d753", "message": "util to change namespace mappings in a castor mapping file\n\n", "proba": 1.7998335977154056e-07}
{"commit": "da6c014da2d69787099677b23f6fee75c4495946", "message": "KRACOEUS-7120: fixing bug discovered during code review\n", "proba": 1.3577802349118429e-07}
{"commit": "16a3d451f51267fe9d406e345e32eb407fe3a16d", "message": "CB-12528 Catch unbillable instances before prod. We have now test for gcp,aws,azure\nWe recently had a mini-escalation where the RTDM template for GCP uses e2-highmem-8, but this isn't a billable instance as per cloudbreak/core/src/main/resources/application.yml\nNow we have shipped a template that can't be instantiated and a hotfix to the file cloudbreak/core/src/main/resources/application.yml needed to be made to add this instance\nwith this commit we will avoid such situation\n", "proba": 1.843251737909668e-07}
{"commit": "61598cc8624c26537caf2072952d6a22ee3b6163", "message": "SAK-39966 eduservices assignmentNameExists regression in query (#5628)\n\n", "proba": 4.936566142532683e-07}
{"commit": "5c09e6886801ba925a6107d6b1412fc4cfc2ed32", "message": "Adding a junit test for LuceneResultStructImpl\n", "proba": 4.6676817078150634e-07}
{"commit": "d01791cd7fe5ed52614a7a6e06591b1a18217f02", "message": "New class for counting features.\n", "proba": 1.1345781558702583e-07}
{"commit": "b17720804a96108888f332f7e604a7a318e05518", "message": "GitRepositoriesViewFetchAndPushTest: remove usage of ContextMenuHelper\n\nGitRepositoriesViewFetchAndPushTest now uses SWTBotMenu.click to trigger\ncontext menu actions.\n\nChange-Id: I22645fb71b57811ec27ef527d3bb9fb598b84328\nSigned-off-by: Jens Baumgart <6d4d33e37bca550188034acaf6d86b3d82efd688@sap.com>\nSigned-off-by: Matthias Sohn <446760a3fbea85cd5f8f4f5c3de304fe3a38014f@sap.com>", "proba": 2.0689816437879927e-07}
{"commit": "d62b8da4f6732d3fdf022de9fbcf0a47b17a54d4", "message": "Fixed a bug notification firing bug. If a user was following someone who\nreplied to them, then that would show up as a feed item rather than a\nreply... I think. In any case, it's fixed now.", "proba": 1.2440622754184005e-07}
{"commit": "df08c340ad7d77507f875b390a296376a982ba28", "message": "Less spammage!\n", "proba": 1.2543517868834897e-07}
{"commit": "b20ea95ccff1c03a806d675e2e2c4faf7b951926", "message": "OPEN - issue KULAR-146: Invoice: Code unit-tests for business rules\nhttps://test.kuali.org/jira/browse/KULAR-146\n\nAdded unit test for customer invoice document rules.\n\n", "proba": 1.0123206095613568e-07}
{"commit": "1ff669b52eb4b971e3ee6496a1b4b177d82341e4", "message": "change counter to summary to measure duration\n", "proba": 3.1097914643396507e-07}
{"commit": "363eac23d3ea0f90c14619a2936032e372ca48e9", "message": "Added test based on user forum issue\n", "proba": 1.677738481475899e-07}
{"commit": "f99caaf25df09d2566443d75685a5c89a8ca893f", "message": "updated class name\n", "proba": 2.808771341733518e-06}
{"commit": "739b05a2a8e835492944f07290b6d957a0ff8070", "message": "Add GsonTypeHandlerAdapterFactory\n", "proba": 5.035429353483778e-07}
{"commit": "a1321a09b8f2337fa2d4fc8e26c3241057235763", "message": "Add FilmRepositoryPopulator\n", "proba": 3.638395753569057e-07}
{"commit": "d043eaa404a8a0ca9f263eb0b07375c604046540", "message": "\u5b8c\u6210\u7269\u7406\u5b9e\u9a8c\u6a21\u5757\n", "proba": 3.624172961735894e-07}
{"commit": "69df699862291c07a9cfb05f2eee8f28e53ba346", "message": "add @since\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1375410 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.660045990727667e-07}
{"commit": "b4e1e691e4dbf39b2bb185b63520018edbac03aa", "message": "(Adicionando coisas)\n", "proba": 1.7469294277816516e-07}
{"commit": "d3ade2647597d0122215bf7a89c6a7072a435d5b", "message": "OAK-4131: LastRevisionRecoveryAgent may throw ClassCastException\n\nAdd test\n\ngit-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1735484 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.2187977555840916e-07}
{"commit": "1be37f46373ecb06b7aa270973b2a77fccbb90e1", "message": "The result containing object from rules\n\nSVN-Revision: 1651\n", "proba": 2.0700396419215394e-07}
{"commit": "88991fb7671a06006958c02088b9c1ce904ffeb0", "message": "add AllExecuteTests\n", "proba": 1.9559622899123497e-07}
{"commit": "17c703deb73e51463bd91b46864869bafb642d5a", "message": "trying to fix eat-em-up-20", "proba": 1.509864887339063e-05}
{"commit": "8cbe8bd13d335fbf8f807de4add04f7f7d76e130", "message": "Create ICommandHandler.java", "proba": 3.4751315070025157e-06}
{"commit": "815d6bbc239ad6e442c9657b186a9f92d70b9cd8", "message": "OctopusDeployPushBuildInformationRecorder.DescriptorImpl unit test coverage (#124)\n\n", "proba": 1.0949553796990585e-07}
{"commit": "939aa122b3c7304883dfdd449d141cb60be22e80", "message": "Added the not predicate\n", "proba": 0.0004883105284534395}
{"commit": "1a4e18e2602af6fc6da5fd399724030509ce04ba", "message": "GH-16: Adapt new test case to the new requirements\n", "proba": 3.0361371727849473e-07}
{"commit": "9032142367efeed111e28d01a03e02de5000ff4a", "message": "Add problem 45\n", "proba": 0.9980207681655884}
{"commit": "d5f4b9d7ca9ef09e32b987299472d691bece49be", "message": "add FileSize class", "proba": 4.491948857321404e-07}
{"commit": "cf98d4d12850cb58c5ae9c8952487846c69791e5", "message": "Skeleton of problem 1343\n", "proba": 3.218017354811309e-06}
{"commit": "202fc61f76bb8ba9d4c17adf62258f55d0dd3eec", "message": "Skeleton for problem 1496\n", "proba": 1.1050656212319154e-06}
{"commit": "ce13281b1575a748081f66c6f134a543bd23274a", "message": "Missed interface commit", "proba": 2.304904285210796e-07}
{"commit": "20e0b2aa3e7ee579db906e0e858d9c089b32ed59", "message": "added LibraryDbReadOnlyUtils which will use the read only library\nconnection tomcat resource\n", "proba": 1.4138406356778432e-07}
{"commit": "e8af3af8821b8d9aed99bce3d190a659898330f2", "message": "added LibraryDbReadOnlyUtils which will use the read only library\nconnection tomcat resource\n", "proba": 1.4138406356778432e-07}
{"commit": "d5ddb9048f11116dbacc79a050eb174f0fb5a45f", "message": "Add ticker model\n\nAdded ticker model class\n", "proba": 3.599263038722711e-07}
{"commit": "1d206ae68be5be10ab879ce992b3a686dd6b5e46", "message": "fixed missing snippet tags\n\ngit-svn-id: 27916816d6cfa57849e9a885196bf7392b80e1ac@9618 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 2.68849657913961e-06}
{"commit": "e4414b1d5f8acfbe5a174041f0359d49210ef41d", "message": "improved the javadoc comments for runtime complexity", "proba": 3.137483588488976e-07}
{"commit": "f03055021e751e38f66c0c3fc822dd6c8ea3c8f2", "message": "New JSON exporter class\n", "proba": 3.0828203989585745e-07}
{"commit": "5c2800d23779b19f2e08ffe8aac0fc509ffecf0b", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "c84b0c98789a22cdb6b8734c59981b570ebed4b9", "message": "big update\n", "proba": 1.7010705732900533e-07}
{"commit": "de3e812188891024412255b338feb5797a01a01a", "message": "Adding an image frame to be used in case a screenshot cannot be captures\n", "proba": 2.3930515453685075e-06}
{"commit": "d27387de7fbef83fc24651a095052a85c5683d31", "message": "Implement Trie\n", "proba": 4.2449093484719924e-07}
{"commit": "02e5bbd386ff488a9293c43cc8cc4acbb9a29612", "message": "https://www.hackerrank.com/challenges/picking-numbers initial commit", "proba": 3.4788314451361657e-07}
{"commit": "34f9873208c7ae45e327358dfc3dc46ec512fc81", "message": "415 : \u3074\u3087\u3093\n", "proba": 1.8512197641484818e-07}
{"commit": "4b026643912c2778c1b74550f71a95ae1819a0c6", "message": "2016-06-12:18:30:13\n", "proba": 2.5569281092430174e-07}
{"commit": "6cb9df3a9af9846846126685f25ac6801ed939cd", "message": "o.c.alarm.beast: AlarmTree drag\n", "proba": 4.1479805076960474e-05}
{"commit": "128b5b9bc447bbdd7c5dddfe317221670c354867", "message": "add adapter that turns segmentation into classification dataset", "proba": 2.9754426122963196e-06}
{"commit": "486e5950014902141747ff684608f00a74e3c706", "message": "logging", "proba": 1.1690622159221675e-06}
{"commit": "842c1221fc7a706258a04a327d7f6c8dbae49b82", "message": "hack for page number on midway\n", "proba": 1.509242508745956e-07}
{"commit": "802dbfbdbd1ae7d9664e3613122af729d8e0f597", "message": "Use two stacks for count and StringBuilder respectively.\n", "proba": 1.216960043848303e-07}
{"commit": "9e9ccb568eef79c5e7b33a270dcb0cb4061f349f", "message": "[252877] [Catalog] The workspace resource selection dialog should filter out closed projects\n", "proba": 1.8477750529655168e-07}
{"commit": "bab186fcbadaa4e13c06bd26aa6b1b320351ad71", "message": "[GST-DBOARD] Update core api module\n", "proba": 1.3198064152675215e-07}
{"commit": "e8d7fa23d24ad332984ab6bbb355f234522c2526", "message": "Add device root information  to logs\n", "proba": 4.581335417697119e-07}
{"commit": "06024f339b50e0122075d2601c69a3f7d9842b6a", "message": "Added unit test for new link extractor class.\n\n\ngit-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@32993 4f837ed2-42f5-46e7-a7a5-fa17313484d4\n", "proba": 5.797965059173293e-07}
{"commit": "f209a84a70d2399afd6ad7315c92ed91f0f16f1d", "message": "Remove legacy error reporting.\n\nOnly send errors to Sentry. Pretend ever error is a shiny new one.\nWe should remove the fixed status at some point.\n\nChange-Id: I1ae79eca54a417182cdf1ecb560b59c1674be549\nFixes-Issue: CLIENT-475\nReviewed-on: http://gerrit.dmdirc.com/3329\nReviewed-by: Greg Holmes <79e2475f81a6317276bf7cbb3958b20d289b78df@dmdirc.com>\nAutomatic-Compile: DMDirc Build Manager\n", "proba": 6.185112511047919e-07}
{"commit": "b579692315d5e4c245d1bf1940412a516cc21c23", "message": "Create Beltway.java", "proba": 0.0007330294465646148}
{"commit": "48ec4e8a05140c1288f1749c724be9141446ad2a", "message": "First attempt at adding whitespace support\n", "proba": 2.8630386168515543e-06}
{"commit": "bdfb5536f6c7f5159f9bf02baa8be90a174ad413", "message": "WordHashing words to different output files example\n", "proba": 4.834154765376297e-07}
{"commit": "833b9d7f709c39aa828c9cca6542ea92dde5726e", "message": "New class for changing navigation info\n", "proba": 1.2245867253568576e-07}
{"commit": "65f27bd539a1decbcccee45175053ce2fa35563e", "message": "The custom colour class allows you to get the byte value of a colour just via its name\n", "proba": 1.4420918148516648e-07}
{"commit": "81a0db45c011743e4774aebcd1176781e9cecd1d", "message": "KULRICE-10230 : Create KRAD Library Smoke Tests for Elements - Header Completed\n\ngit-svn-id: 2a5d2b5a02908a0c4ba7967b726d8c4198d1b9ed@41143 7a7aa7f6-c479-11dc-97e2-85a2497f191d\n", "proba": 2.3260965065219352e-07}
{"commit": "97721f76c14274a70f22ed04f973735712addf00", "message": "issue #5 added missing Company class", "proba": 1.4779720913793426e-07}
{"commit": "16b30408ae5a70e1d2b2b4807ce1a23e490af479", "message": "[87005] - contentassist auto-suggestion broken\n", "proba": 1.33371955257644e-07}
{"commit": "76f93a34dd079848c8e71dd12c6ae9e9e3b37cf0", "message": "added support for camera shake on collision, closed #20 .\n", "proba": 1.0249667781181415e-07}
{"commit": "19007b29b6904aa5bb55d93134a31a059fa9e88d", "message": "Added package-info.java to facets package\n\nFixes an unknown namespace issue in platform API\n", "proba": 2.3672718896250444e-07}
{"commit": "01e401e618c9f290eca116ad9c1ef9a8d7ec2c97", "message": "*** empty log message ***\n\n", "proba": 5.360483328331611e-07}
{"commit": "2a866d9af69929c94563ef02eca2a9fd07fa3d50", "message": "added extra testcase to demonstrate no mutant created if no value assigned to a member variable\n", "proba": 2.0260365829471993e-07}
{"commit": "1538b0bd9c34507e74d900f6a5bc7941bdda7a11", "message": "Convert RootViewPicker to return a List<View>.. should we rename to RootViewsPicker?\n", "proba": 1.941884647749248e-06}
{"commit": "11e42ecb8a5bc31b83d6933cdb4b0206aa319ee8", "message": "Create 400. Nth Digit.java", "proba": 0.007993566803634167}
{"commit": "0b500450d7f4e3c7f9359576865c9aa79e423c29", "message": "Update Query.java", "proba": 1.5254305480993935e-06}
{"commit": "60878c3a142dd73f0ff2ca3315e3c78f3e958980", "message": "Add more targeted unit tests for Destinations\n", "proba": 1.262965412252015e-07}
{"commit": "8e123a2b777f1f79cc700d936893ee2926d73e70", "message": "check outcome of enforce command\n", "proba": 6.125588924987824e-07}
{"commit": "18a6131b163894d73e0f93f726be58175f9a9839", "message": "DSS-1858 : fix for unknown key sizes\n", "proba": 1.7009084274377528e-07}
{"commit": "6a40ad098833acc7d51fa284df76d7cf67b58a52", "message": "Coexpression test\n", "proba": 4.6395535946430755e-07}
{"commit": "d73175ce6ee34f1ed5dd275602744b54d2a8da32", "message": "AbstractGrailsArtefactTransformer: hold current instance of api implementation in static field\n- implemented in addApiLookupFieldAndSetter\n", "proba": 1.2817402250675514e-07}
{"commit": "b41e7cffb8ffc590f71c7432c399cbc367d2ac0e", "message": "extracted interfacce for psearch control\n\ngit-svn-id: a98780f44e7643575d86f056c30a4189ca15db44@1063977 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.6816317699740466e-07}
{"commit": "1ed8c9aac024ae1bc07dad39b01f46bd1ac5ba0e", "message": "test the ResourcesLifecycleMethodManager\n", "proba": 5.836332661601773e-07}
{"commit": "b6392ccff0033299b82675352d333fd72d4e4a5e", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "5a22b35d7a245054a95c19d38db3089c7d1a31ad", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "fdfcd4b0a479a4252e920208766f8e6ea03f90af", "message": "Deleted TestSuit", "proba": 2.1108633063704474e-07}
{"commit": "823a20c0f0594c2268d39a69c7c57307a0db8f05", "message": "BOJ #11438: LCA 2\n", "proba": 7.332739642151864e-07}
{"commit": "ba575e1cb3eef621de21c13d7230f7b78ed8cd44", "message": "BOJ #14912: \uc22b\uc790 \ube48\ub3c4\uc218\n", "proba": 8.298437751363963e-05}
{"commit": "145a50aef4b7dbf9f03f4c5d938ede701e84ea76", "message": "BOJ #16404: \uc8fc\uc2dd\ud68c\uc0ac \uc2b9\ubc94\uc774\ub124\n", "proba": 1.9305859666474134e-07}
{"commit": "4598ab1c8a72a9e1fc12abbeef232765b4151565", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "599ae0291d71e8eab4678717c95b6fc446c5fbb1", "message": "BOJ #18129: \uc774\uc0c1\ud55c \uc554\ud638\ucf54\ub4dc", "proba": 4.176404786448984e-07}
{"commit": "7356ceef1b58885579009a7ff19c6694f57dadb0", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "02647e24ab9f6f7229e957c87d75ef452139dba3", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "df727be9da3e3a314ae50bf8556e0d9194f28c6a", "message": "Abort on imperfect simplification\n", "proba": 9.218546438205522e-06}
{"commit": "cf2d2b45a863b7c9784d6414a8824059aa0f89c9", "message": "[115679] JSP editor not reading included vars from linked resource\n", "proba": 1.1326343241080394e-07}
{"commit": "f340e1bc5583c26cc7c7a1902c209aefb300a271", "message": "Increased the code coverage of ClassNameFilterParser.\n", "proba": 1.3723447978009062e-07}
{"commit": "0483583054eed594667e362e0324cad2bfac65ff", "message": "BOJ #16360: Go Latin\n", "proba": 7.938128874229733e-07}
{"commit": "cb73db780f09fc6321bbecfe6cbae9dff9c77027", "message": "Add SMM distance option", "proba": 3.3720348255883437e-06}
{"commit": "620658b672ea4c1d0d4e00d88d43c9516dd0231e", "message": "Moved remotely\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@607970 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.159454303793609e-07}
{"commit": "99f5bc7eab7a95422b5e80a36a812cfcf9c28308", "message": "Add /vote command to reminder message\n", "proba": 3.857389856420923e-07}
{"commit": "7dc6dcae137516667ed854c63551ef2280da258c", "message": "WidgetsTree is broken #PL-5498\n", "proba": 1.2942567195750598e-07}
{"commit": "a6927dcb791b0fc67771d8d339065c0ae55b8ca9", "message": "Adding tests\n", "proba": 5.761310717389279e-07}
{"commit": "d27abab64052e9756a267c451a736a8454943209", "message": "ZS-352 ~ Fixes merge problem causing missing bean definition.", "proba": 1.0514047943388505e-07}
{"commit": "f1149e134712104df5133b0425dc6de04755dc48", "message": "GRAILS-9470 - minor improvement to how annotations are copied\n", "proba": 1.0612428980039113e-07}
{"commit": "c8da1d96a90af17520102bc982a27cccf3437a93", "message": "working on migrating vhat utilities - not finished.", "proba": 1.0517758397554644e-07}
{"commit": "2561fb5bd12ed5ff9aa1646333557fcfab988e9e", "message": "Create eastPanel.java", "proba": 1.0580389471215312e-06}
{"commit": "669afd212b15f13bbe30384cc722d2856a544bd4", "message": "\u7edf\u8ba1\u6d41\u91cf\u63a5\u53e3\n", "proba": 3.1050441862134903e-07}
{"commit": "813b6eaa6ca915962dd4431419678f9889797999", "message": "Added Stopwatch class. Not implemented yet.", "proba": 1.051880147429074e-07}
{"commit": "776175479d68b51d88476771407a93ce544b993f", "message": "Migrating ClassMentionRemovalFilter_AE from nlp-v2-internal to the nlp-v2 project\n", "proba": 1.28437591229158e-07}
{"commit": "9aac2fa446272bc6829fa03a336406b7527fc02d", "message": "[ANDROSDK-410] Add RelationshipConstraintStoreIntegrationShould\n", "proba": 1.477684605788454e-07}
{"commit": "5782b7319fe4b9874df061e8c17d7c8eba562785", "message": "fixed dependency\n", "proba": 9.561284741721465e-07}
{"commit": "ef01c7838caf6d7128e2b31169ca99ff35c255b5", "message": "Add unit test for the device registration REST API.\n\nVia this test, the DeviceRegistryRestServer and FileBasedRegistrationService classes get tested by making requests to the device registration REST endpoints and validating the corresponding responses.\n\nSigned-off-by: Carsten Lohmann <aab5a3b99d6b7ea90b20826c1e12f631d2398de1@bosch-si.com>\n", "proba": 1.5244052065099822e-07}
{"commit": "d7543c722bfe593b8f06f319b93216fef3da0f76", "message": "Second example impl project.\n\ngit-svn-id: 212869a37fe990abe2323f86150f3c4d5a6279c2@1042660 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.2182866157672834e-05}
{"commit": "b9fdc7c3732f6caee474515fbf1235b5d3e03873", "message": "fixes to transaction management in jpa persistence service. a new entitymanager is created and closed for each transaction.\n", "proba": 1.1557117574056974e-07}
{"commit": "581efde5dab37279482dc51802a287a318527f65", "message": "replaced SiteRenderer to DefaultSiteRenderer until we write our impl", "proba": 1.2682144756581692e-07}
{"commit": "c9a416f7fa43e70a96c6339ac77a7f761945b5c9", "message": "The properties can contain objects, not just strings.  Add the ResouceManager in to the properties.\n\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1500793 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.604441528499592e-06}
{"commit": "c68d3c0c8a403ee4e33e1ca4ad67deeffa2a5155", "message": "Updated javadoc.\n\n\ngit-svn-id: 29aad96320b2a07b98332cd568fc1316025c072f@8 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d\n", "proba": 1.5921974409138784e-05}
{"commit": "e59fcf51688b06659672aa48c99661f6e650d6fb", "message": "#SB-214: Use the little-proxy-maven-plugin the security module as an HTTP proxy\n\n- Polished the test.\n", "proba": 9.940554690501813e-08}
{"commit": "94e2089e41109d0368f2f0a16f4750254a30830c", "message": "Something that I barely wrote anything for but will eventually toggle features\n", "proba": 1.5989866142263054e-07}
{"commit": "b7abcd161d56f1c405096da1bd7bd457dcffda35", "message": "Create ContactManager.java", "proba": 8.488176490573096e-07}
{"commit": "876bd52e25215d182318746185110f89ffbc349d", "message": "Adds template for network connections\n", "proba": 3.1244320553014404e-07}
{"commit": "9dd0646670eecc89918c8f045a773bd725f8ff1b", "message": "leetcode-070 climbing stairs\n", "proba": 2.498304354503489e-07}
{"commit": "134945c1ab5f088f845ce4d366bb96ddad2c9afb", "message": "KRACOEUS-656: Another file to extend username field to 60 characters\n\n", "proba": 1.2477408972699777e-07}
{"commit": "98c765386b47aeb648749084c3e48edf247c87d0", "message": "Added database connection test\n", "proba": 1.813389474136784e-07}
{"commit": "0108486a22b66af3756eae0cd08339bd24719311", "message": "Reverted the number of iterations.\n", "proba": 5.993032914375362e-07}
{"commit": "a75f7f6993b8d2854bc159aa78c7ce2fff0487d6", "message": "kylo provenance updates\n", "proba": 2.6689107812671864e-07}
{"commit": "c093815e388bbc03fe2ce928f4008e390f4f9923", "message": "simplified hasSchema; added javadocs\n", "proba": 1.8445055616211903e-07}
{"commit": "8e8c961c859f23b2fc56273a9f3466ee8069f931", "message": "Create GlovedSentence.java", "proba": 5.396345841290895e-07}
{"commit": "96f9497201185d4243e57bfa9cb24aa919d0332a", "message": "Basic HealthCarePlan class without getter/setter methods\n", "proba": 1.843752812646926e-07}
{"commit": "8ca1021a2e8b70fd7d38fdbf0c2d82fc0f71748c", "message": " MyBatis \u6027\u80fd\u62e6\u622a\u5668\uff0c\u7528\u4e8e\u8f93\u51fa\u6bcf\u6761 SQL \u8bed\u53e5\u53ca\u5176\u6267\u884c\u65f6\u95f4\n", "proba": 1.2607571875378198e-07}
{"commit": "7d3ed7760cf96870aaec4e08f5a86a836e72d5d8", "message": "Added for the extract panel for custom splash screen\n\n", "proba": 1.800932381001985e-07}
{"commit": "4c328c730cc6ec53543bae2607b26c145fddcd35", "message": "Leetcode fit screen to text\n", "proba": 2.7442249006526254e-07}
{"commit": "921a9eb28e30f66e872356fc8e598e9bafd60f84", "message": "M\n\t* FluidBinding.java:  New class.\n\t* FluidConstraint.java:  new Constraint class.\n\t* Makefile.am (java_JAVA), Makefile.in:  Upadte for new classes.\n\t* Future.java (<init>):  Use parent Environment;  don't create new one.\n\t(setFluids, resetFluids, getContext):  New methods.\n\t* Binding.java (<init>):  New constructor.\n\t(make):  Use it.\n\t(hashCode):  Do not depend on the Binding's value.\n\t* Environment.java:  Rmeove time_stapt field and its uses.\n\n\ngit-svn-id: 169764d5f12c41a1cff66b81d896619f3ce5473d@1203 5e0a886f-7f45-49c5-bc19-40643649e37f\n", "proba": 5.9348985814722255e-06}
{"commit": "77e2152594205b14e60c2a521b7cdf73aa5ce5b6", "message": "Update StackList.java", "proba": 2.559311951699783e-06}
{"commit": "b0398420123d0efee6413255e1d4fc655156a4b0", "message": "Initial EncounterRepository\n", "proba": 3.4765295708893973e-07}
{"commit": "ffab14197372f9831b6ea3b6f4a0169d3472ad0e", "message": "Issue #98 : Provide a standalone runner for GreenMail, configurable via system properties\n\n- Added test\n", "proba": 1.022906417347258e-07}
{"commit": "9d190e5815c1845997ec606c38db69028d28ac92", "message": "Fix potential NullPointer in ClientQueryCacheUpdateTest\n\nfixes #12743\n", "proba": 1.295257021638463e-07}
{"commit": "24c562a6b63152e3963856020e0c6b2e4ff7b09a", "message": "smoke test for basic auth\n", "proba": 8.075433015619637e-07}
{"commit": "975b3954150a952ce25373da0969352f78836f90", "message": "Added an entity object to help clean serialization / deserialization of Hive commands to be carried from writer to publisher\n", "proba": 1.391966151231827e-07}
{"commit": "8779f0bc7bdc18808d9f1a373c17396bf5157430", "message": "initial import\n", "proba": 6.214378913682594e-07}
{"commit": "68c61decbd77f2910136c8e16117141325325853", "message": "feat(UserModel): adicionar atributos ao usuario da sessao.\n", "proba": 1.2294231055420823e-07}
{"commit": "e54e2e49435db8e1da4b6fb266ed18e9bdcf963e", "message": "KULRICE-11441 : Create Automated Function Test for KRAD Labs - Maintenance Sample - Define Control\n", "proba": 1.090459846864178e-07}
{"commit": "ea2b5ba2f6176bb0812a57e849a79e7a3f59ddee", "message": "SamsungTV binding: Added logging when connection details cannot be found.\n", "proba": 1.0249785020732816e-07}
{"commit": "334a05b496fc60b8d6ba3ffb800f21ce0907f477", "message": "Added error logging to job\n", "proba": 1.6065466468262457e-07}
{"commit": "e1fb2d8128d54c227cb4a9558f812c1ae46a480a", "message": "TURMERIC-1101 - enabling save button after save\n\ngit-svn-id: ce55118607bce9aadf614b2339c6ea07514f5414@341 f631a2f7-0bfe-4ef6-91ca-5e61167123dd\n", "proba": 4.6392835884034866e-07}
{"commit": "b4edfc4c3405612c3d964080282b574856e1c549", "message": "Builder for LoanApplication Added\n", "proba": 1.377939469193734e-07}
{"commit": "8d95359d40e1ead7f9fb03a9f6ff4d28ae758ada", "message": "add saga definition json builder unit test\n", "proba": 3.0349269763974007e-07}
{"commit": "e6c060315684c786af290f866faf037ae23bf1dc", "message": "- Fix for discontinued device classes.\n", "proba": 1.0386383308969016e-07}
{"commit": "a6023d54c6dddfccabf30e44799e18825eb6ca3a", "message": "Create AWTMenu.java", "proba": 8.944606975092029e-07}
{"commit": "d4423e94d03c9bd361b8a9cb94dcccb2c14e2fdc", "message": "Add iterator (initial commit)\n", "proba": 1.832795959444411e-07}
{"commit": "908073e8fd8af8fd8c422dc2050d8f73eceb37e9", "message": "Create Balance.java", "proba": 6.957198479540239e-07}
{"commit": "ead0cd695c59d5407507499c03ce2fdbd9720ee1", "message": "\t\t\t\tAdded support to read Protege and NRL cardinality\n\t\t\t\tconstraints\n", "proba": 1.134273048819523e-07}
{"commit": "614d4135f4be6ad5d17090f6f8ce2891b61e5cbe", "message": "INITIAL REV: more than enough rope to hang yourself with this class -- allows for dynamic setting of the active ExclusionFilterFactory per request, based on whatever logic is set in the BooleanOperator.\n\ngit-svn-id: ca6d9ebf75caaf710f0e3a4ee74a890c456d4c90@2263 69e27eb3-6e27-0410-b9c6-fffd7e226fab\n", "proba": 1.5013055190138402e-06}
{"commit": "c67907ae277e2015d40560cf1e1bdcf0a8436597", "message": "Update AmberGraphDaoTest.java\n\nTest requires id_generator table", "proba": 3.517412778819562e-07}
{"commit": "fd324baf8dbba5cbe06d140c00d15ad83284aba3", "message": "added send json to topic async task\n", "proba": 2.529376388338278e-07}
{"commit": "4adfd4bee638ef6cd1be3d71cb2bdd8f56802135", "message": "issue #6 added HullMA indicator", "proba": 1.2456483489131642e-07}
{"commit": "d0af66da8fcdf5eabc7e188841452686698b6f32", "message": "[206138] stack overflow when using autocompletion on VoiceXML XSD\n", "proba": 2.823424551934295e-07}
{"commit": "93e5a0704e1ef17f08e7cc28cc5ab8adcd44e9ad", "message": "fix NPE when creating service/servicewrapper/servicebuilder projects\n", "proba": 1.7308337874055724e-07}
{"commit": "d1cfe0fafc763254dfd4c6ef2d5a2ac1f93d50c3", "message": "Reintroduced starter class.\n", "proba": 1.1881321881901385e-07}
{"commit": "2d23769d44d6d774d495372493fcfbd784b273e9", "message": "- timeId\ub85c \ub0a0\uc9dc/\uae30\uac04\ubcc4 \uc778\uae30\uac80\uc0c9\uc5b4 \ubd88\ub7ec\uc62c \uc2dc M\ub2e8\uc704\uc758 (\uc6d4\ubcc4 \uc778\uae30\uac80\uc0c9\uc5b4) \uc778\uae30\uac80\uc0c9\uc5b4\uac00 \ud638\ucd9c\ub418\uc9c0 \uc54a\ub294 \ubb38\uc81c \uc218\uc815\n- \uc778\uae30\uac80\uc0c9\uc5b4 timeId \uc0ac\uc6a9 \uc2dc \ud0a4\uc6cc\ub4dc \uac1c\uc218\uac00 ln+1 \ub85c \ubd88\ub7ec\uc624\ub294 \ubb38\uc81c \uc218\uc815\n", "proba": 3.954646388137917e-07}
{"commit": "72327b2e2b623bc1649793b0a72b484d7db2455c", "message": "added signature JsonObject to signaturesJson Array\n", "proba": 3.9525801298623264e-07}
{"commit": "8461192755a10684efd7f257af6a7aae0215090a", "message": "Chapter 4.3. Added test for class which paint pyramids\n", "proba": 1.3675122545464546e-07}
{"commit": "c5bb84e18cf3239e07ade6d7d6f68da14669db0a", "message": "include refactored class name\n", "proba": 1.3235541018730146e-06}
{"commit": "c47e7c9977c8d5eed00723dd44bde3433758cfdf", "message": "Skeleton for problem 1419\n", "proba": 9.230819273398083e-07}
{"commit": "ffba21251fb59afe37be7ff972342adbecbe6ae2", "message": "javadoc\n", "proba": 1.0498242772882804e-06}
{"commit": "c9f685950c636db7a18b94e936560cfb28635ab4", "message": "Skeleton for problem 1493\n", "proba": 4.91154594328691e-07}
{"commit": "190766514364cdd91f3ad5780006f170dd609035", "message": "Update BuildInfo.java", "proba": 5.187616807234008e-07}
{"commit": "0eec11987ca520049601145207acd137890e30e1", "message": "Fixed exception when localization was not specified\n", "proba": 3.734234610419662e-07}
{"commit": "e9c8f259016865e72f6776f9a4af5aa4a4a05080", "message": "HDanywhere: Fix issue with .cfg parsing", "proba": 1.80074351874282e-07}
{"commit": "18d0338d89e42603a6c311a14e284a6d69d53e2c", "message": "include copyright information in the header. No functional changes.", "proba": 1.0449851117755315e-07}
{"commit": "8c14ee5e2d7216751f139e1b21427494aa235841", "message": "[95778] removed ResourceException since it extends CoreException, only log error in DEBUG mode\n", "proba": 1.273425880299328e-07}
{"commit": "cab925693168669a9d3d8300f88ab940d16ed706", "message": "[nobug] avoid possible NPE on bad elements\n", "proba": 4.6446391934296116e-05}
{"commit": "a7547ea58d0eeda2dcaff3e1ff6c698d6699690c", "message": "Make it work on Java 7 too #5919\n", "proba": 7.79925539973192e-06}
{"commit": "a600d69dedcb94ad1b933efc4f9c555b3ba46f9f", "message": "[ImageLoader] Refactoring\n", "proba": 2.99303962947306e-07}
{"commit": "32cdcdb257aa94d77542bf32a9fafde34a7e377c", "message": "Create plusOut.java", "proba": 1.4804253396505374e-06}
{"commit": "23ea3fc64284cd6147b0b08c52489dc264c0b45e", "message": "SAK-41949 Content Review / error pulling simcheck report (#7108)\n\n", "proba": 9.910926479506088e-08}
{"commit": "eb2edebf4429d955d8c603b2a06d088d0f080358", "message": "RICEQA-444 : Fill AFT Gap: KRAD Library - Popover Content\n", "proba": 1.1103416852620285e-07}
{"commit": "04fea9c7062648e485cb733d58e83002e8a815df", "message": "add solution for pascal triangle\n", "proba": 1.210230402648449e-05}
{"commit": "1a2019f71111f556ff48c74f23f541f170800268", "message": "Added LinkNodeAdd solution\n", "proba": 2.2070283023367665e-07}
{"commit": "c97e3bd42d44df9422a506c68c3189ecd5064ef4", "message": "Deleted trailing new line\n", "proba": 2.4725359253352508e-05}
{"commit": "01fe19feefa823dff6ffd871988faf7fdaa68fdc", "message": "Add anoncreds tests to java wrapper.\n\nSigned-off-by: Sergey Palamarchuk <ba1698b773389a9e0705d1140e2708fc97d4b094@dsr-corporation.com>\n", "proba": 1.202998873850447e-07}
{"commit": "8d27b939ee0545ec542bba89de0181eb8e91ed61", "message": "Solve bubble sort\n", "proba": 0.9999781847000122}
{"commit": "07b952e8ce8dd8f2a94a04f2cbd0b2d0ec797269", "message": "Added KVS interface\n", "proba": 1.5985948209618073e-07}
{"commit": "4ac6ebe03b54305e2378d976f79d162768d311d7", "message": "Create Insertion Sort.java", "proba": 7.58112719267956e-07}
{"commit": "d869b49830516c4d5393b08da725fcbe5cf8a6f9", "message": "initial check-in", "proba": 2.399959839749499e-07}
{"commit": "776ee744a9a032d11634d793902e62839935d827", "message": "Minor fix,to remove redundant instanceof check in if condition\n", "proba": 3.478247663224465e-07}
{"commit": "8cd0ee42636c3b6f3c2475f05269b5b7b05213ac", "message": "Created a builder to determine the processor required, future planning for cases where we might have various flavours of spreadsheet\n", "proba": 1.1426798351976686e-07}
{"commit": "c362aa81b8a727ae0d8830972eaf59992c9ea6dd", "message": "JMS-11 Add Metrics - Proxies to the REST / Servlets\n", "proba": 1.1795518162216467e-07}
{"commit": "52efcff7fb829352a21faca81fcb90ea5585b558", "message": "make measured data available in stacked charts\n", "proba": 3.4904226708931674e-07}
{"commit": "8a26510e6f962f61d3d70a00a846c847e9c7c084", "message": "Work in progress conversational Hibernate session context implementation. It is to replace the default thread-local based strategy to significantly improve server performance by supporting thread reuse by different requests. This is also requried for implementation of the auditing feature as the notion of request context will also be reused there.\n\ngit-svn-id: 1325a6c4fed28e15898c6416993928475140201d@5018 50ee8237-08a1-5d4c-b143-727193748607\n", "proba": 9.574005161994137e-07}
{"commit": "77de7aec781a99745c82556b6c2f30388a19a93b", "message": "task 4587: Hudson slave fails to clone if initial git directory is not\npresent\nhttps://q.tasktop.com/alm/#projects/c2c/task/4587\n", "proba": 8.42507324705366e-06}
{"commit": "28d6fbca1a304f958190768b0fdd5f965c578872", "message": "RICEQA-401 : Fill AFT Gap: KRAD Labs - Custom Rule Event and Document Event Method Invocation\n\ngit-svn-id: 2a5d2b5a02908a0c4ba7967b726d8c4198d1b9ed@46917 7a7aa7f6-c479-11dc-97e2-85a2497f191d\n", "proba": 4.057314129113365e-07}
{"commit": "6c738676e90485523e2acb60280a6848fdef5222", "message": "Exemplo de janela\n", "proba": 6.252967068576254e-07}
{"commit": "4e672f614a7cb62c7a6706bfab163095d2a40abe", "message": "Created attribute module for apacheAuthzFile attribute\n\nCreated attribute module which checks if attribute is non-empty\nand if it contains unix-like file path.\n", "proba": 1.1222414286748972e-07}
{"commit": "61b35a04272c0f7d9a4bcace9335946e878d8856", "message": "ZS-253 ~ Removes commented code", "proba": 1.1121390741664072e-07}
{"commit": "4cde3f1dba3dcb67491487cab10d22fa24e61f82", "message": "Refactor error/information messages.\nHelp message comes from all available commands.\nImplements remote launching from TcpIp.\nParsing command line for Tcp launching is done with args4j.\n", "proba": 1.0887764290146151e-07}
{"commit": "2e8bd47e48f566c37f85d70d319fc9fea53f3dea", "message": "Added static factory for creating different feedback content items\n", "proba": 1.3344943283755129e-07}
{"commit": "17852b7a3e69aff8e7488c96c5bba76f28440878", "message": "Apply constants for user operations and moduralize methods\n", "proba": 1.8633598131145845e-07}
{"commit": "e48586e1361a81288895a9dd5e1dab62963def34", "message": "KULRICE-11389 : Create Automated Functional Tests for KRAD Labs -  Maintenance Sample - Adding external JavaScript file\n\ngit-svn-id: 2a5d2b5a02908a0c4ba7967b726d8c4198d1b9ed@43449 7a7aa7f6-c479-11dc-97e2-85a2497f191d\n", "proba": 3.9740450574754504e-07}
{"commit": "d84102c98f35bfd16075f0e350f61c4e9b2cbaae", "message": "[143530] Cannot add attribute ref to complex type\n", "proba": 1.3533188791825523e-07}
{"commit": "8252b3aa8f578ed83f51b436afa63836cab64488", "message": "initial WLS Gridlink support\n\n\nFormer-commit-id: 48876773e2b96d729990c62c04695eaea97dc593", "proba": 2.8909150273648265e-07}
{"commit": "9c330c90ad3a97a75c7d55e0fad20b2e565212fc", "message": "* improved catching errors in CalendarEvent\n", "proba": 1.262989570705031e-07}
{"commit": "836520fa0309cce09d7e41c95a06d2a9f3c9628d", "message": "random change required to run pdb-elasticsearch-index with spark\n", "proba": 1.837828023099064e-07}
{"commit": "3800aebac475e63186535d0f3436b46ecb7acfdd", "message": "TinkerforgeBinding:  fix doc string\n", "proba": 2.720446718740277e-05}
{"commit": "a7113f70c55517b5dbf3c54827c4559304faff4f", "message": "am 798de53c: Merge \"Reduce emulator logspam\" into jb-mr1.1-dev\n\n* commit '798de53cf454595a3a494d26dfa3f08518c24e55':\n  Reduce emulator logspam\n", "proba": 2.8914001859448035e-07}
{"commit": "fd03232bad04e843f95ed7a67bd209bc94c3a892", "message": "Msf to MultiFasta for HLA\n", "proba": 1.9389814553960605e-07}
{"commit": "c95afc48fdb13db3300d387d3d6a442f8757aa4c", "message": "Update CollectionTemplate\n", "proba": 4.904244406134239e-07}
{"commit": "af399ecbebce2a9126a248db966c840807c868e1", "message": "Add function to automatically set association groups during initialisation\n", "proba": 2.6556219268059067e-07}
{"commit": "97bfc985f9fb8edb31f8da1f0717cbb027387a0c", "message": "fixed viterbi comparison issue\n", "proba": 1.843547181579197e-07}
{"commit": "f244c2109299897788412f46c6c5d469a736a20c", "message": "Fix close issue properly\n", "proba": 5.759497980761807e-07}
{"commit": "4afb3e19e03cca4f5491ea32200950f5b769135d", "message": "CAMEL-18257 - Camel-Hashicorp-vault: Support list secrets operation\n", "proba": 1.065026680180381e-07}
{"commit": "baebe4a238eaa093639eec9340245af1167b2f77", "message": "Daemon/Main: F\u00fcge Hauptklasse f\u00fcr einen Testdaemon hinzu. \u00dcber die Sprache muss noch abgestimmt werden. Vor\u00fcberl\u00e4ufig wird er in Java programmiert.\n", "proba": 1.3953446398318192e-07}
{"commit": "8d863d4ec114d6ed5bc14697b643dc60fbb5f664", "message": "4783: Adjust private org-project access rules to require org membership\nhttps://q.tasktop.com/alm/#projects/c2c/task/4783\n", "proba": 2.1702476260543335e-07}
{"commit": "e13db537e7f9563b8c51352ff5293ae4e39342af", "message": "Upgrade step that forgotten to drop the default value.\n", "proba": 1.1291120216583295e-07}
{"commit": "93a435d2ec9a8eed65a0938f3291755c74adf824", "message": "#1517, add PostgreSQLComTerminationPacket\n", "proba": 1.7112563455157215e-07}
{"commit": "3ff88d908bd47b89924ab1ce6ab65b6afac50f3d", "message": "unit test - neutron networking api\n", "proba": 1.2810680516395223e-07}
{"commit": "69151db81b951fdbc3dc6357b03de243468b2513", "message": "add 8\n", "proba": 0.9999959468841553}
{"commit": "6e11b9939cf44618fdc54a7039850f4415552418", "message": "Create SerializedName.java", "proba": 2.5588853532099165e-05}
{"commit": "a358b0d27e10baed9e1e118c1a036b9ea936049d", "message": "Mistake with rels for saksmappe and ny-saksmappe\n\nExample, the rel for the ny-saksmappe was:\n   http://rel.kxml.no/noark5/v4/api/arkivstruktur/ny-saksmappe/\"\nIt should have been:\n   http://rel.kxml.no/noark5/v4/api/sakarkiv/ny-saksmappe/\"\n\n  Simple change to constants fixes this problem.\n", "proba": 3.0442495813076675e-07}
{"commit": "a3d5549c802bc4fbf1e1ca05bc3552db17212036", "message": "am 098e58da: Use SystemClock.elapsedRealtime in ShutdownThread timeout logic\n\nMerge commit '098e58da93f304d7d7791f193c6237870b94989d' into froyo-plus-aosp\n\n* commit '098e58da93f304d7d7791f193c6237870b94989d':\n  Use SystemClock.elapsedRealtime in ShutdownThread timeout logic\n", "proba": 8.607689778727945e-07}
{"commit": "f5f595521f352704d2272dcf00ed6c98ee346abf", "message": "better blob handling\n\ngit-svn-id: a91d99a4c51940524e539abe295d6ea473345dd2@609 e6edf6fb-f266-4316-afb4-e53d95876a76\n", "proba": 1.9968912965850905e-05}
{"commit": "fa62e29aa7029aed5a7e040df5a2da29a618b818", "message": "starting point\n", "proba": 0.0005243103369139135}
{"commit": "b8d5ba6a8396d75a4951ba263b4f3468a240b756", "message": "add single table rule loader test (#9259)\n\n* add single table rule loader test\r\n\r\n* single table rule loader with exclude table case\r\n\r\n* remote unused reference\r\n\r\n* code review\r\n\r\n* codereview: remove import .*\r\n\r\n* file end, new line\r\n\r\n* code check style\r\n\r\n* code style\r\n\r\n* licence\r\n\r\nCo-authored-by: glbb <ce6026304eefba9fbfd6aa4ddf7af8483d51701d@gmail.com>", "proba": 1.4073269483105832e-07}
{"commit": "3974079620bde9bc06f20cbc31a33f37363f6a6b", "message": "#1517, add PostgreSQLBinaryResultSetRowPacket\n", "proba": 2.428958794098435e-07}
{"commit": "9c4e9e937e930563ca6d457eda457a127e6ba2b8", "message": "Create PlaneWidget.java", "proba": 1.2165090993221384e-05}
{"commit": "9e8b6bc8a9a87aef3e9ada3d44c6a6a16d927ea4", "message": "Add missing file from previous merge\n\ngit-svn-id: ae08250ad33602a4155ea07c044985523749a64a@2113 67b53d14-2c14-4ace-a08f-0dab2b34000c\n", "proba": 2.5885540253511863e-06}
{"commit": "96cb8e499bdc7a3b17b687534ceaedf22c29d956", "message": "Create SoundEffect.java", "proba": 8.910552082852519e-07}
{"commit": "74372bc2230cebf6a9899f3205b59938b7197c57", "message": "Add Configuration\n", "proba": 1.4297634152171668e-06}
{"commit": "3ec7136b58725974f7df00e39a56ff89eae3c53e", "message": "Create looping.java", "proba": 5.6688654694880825e-06}
{"commit": "3c522a87ff73661f8743ca801294cc28afd05808", "message": "DSS-1652 : Allows to use DSS with Xalan\n", "proba": 1.751926248516611e-07}
{"commit": "d45e1ab4db6511417a4d5508bcf107c9f1a05b2e", "message": "Create Word Ladder II.java", "proba": 5.011762027606892e-07}
{"commit": "a499cca95b2c2d0652bd7c980255d8e443a0c88d", "message": "be more fault tolerant\n", "proba": 8.68375864229165e-05}
{"commit": "2217a952d07f0c58cda0d95525963b015124b31f", "message": "An XML transform utility ", "proba": 2.7150795745001233e-07}
{"commit": "8002e1fb5074a9cf69e4fe8a8c5b415dbd6e5959", "message": "Add problem 2_3 solution\n", "proba": 0.9999121427536011}
{"commit": "4c7060468f31c16455189e2739a57d300476850f", "message": "Add problem 9_3 solution\n", "proba": 0.9992408752441406}
{"commit": "a2b1e3013c70d41ae534ed25547d621d1d09c2cd", "message": "Create About.java", "proba": 2.2973112834279164e-07}
{"commit": "d592c861a074fff769ca5985d55232e329f7d6ee", "message": "am 43012fec: Merge \"Up/down arrow moves to beginning/end of buffer\" into lmp-dev\n\n* commit '43012fecc4871a2994bf9fb8d0a23710368e4327':\n  Up/down arrow moves to beginning/end of buffer\n", "proba": 2.3373016233563249e-07}
{"commit": "493bcdda3b0b8df6a847e3521c0a93037bbd9163", "message": "Fix memory leak with layers.\nThis fix bug http://b/2394813\nThis is a two-parts CL (needs C++ modifs)\n", "proba": 1.0849186082850792e-07}
{"commit": "2af6f19489c2d77cf7ea59ee100ca58470da2b92", "message": "am 1be71de6: am 39572996: am 1903bbb8: am 22bdcd2f: Merge \"cherrypick from klp-docs docs: formatting for html Change-Id: I1451615c09cc003a03d7585176036c4d695408f1\" into klp-modular-docs\n\n* commit '1be71de6a71a871da7980d84dad4e3d12ed5cefc':\n  cherrypick from klp-docs docs: formatting for html Change-Id: I1451615c09cc003a03d7585176036c4d695408f1\n", "proba": 9.086989507522958e-07}
{"commit": "57efcffc7f7290a5510bd1f4f1880a32cc37ad6d", "message": "Fix text selection drawing on SW\n\n Bug: 5312770\n Helps if you actually draw stuff...\n\nChange-Id: I5ab8cd0726cac77a91fb476c7db0873132ba91d9\n", "proba": 1.9327045208683558e-07}
{"commit": "6f6b64095093fbeece8970d3e4240745c72aef6f", "message": "Motorola request to fix proxy\n\nChange-Id: I2beecc2bef5a21294cc5fab0f11d4026f8ad3c2d\n", "proba": 7.475385700672632e-06}
{"commit": "dad86349bea3aec1d48793adc61b446f82311d15", "message": "Add better error handling for savePicture and restorePicture\n\nIf an Exception occurs when storing the file treat this as an error\nand always fail to try to prevent corrupted pictures to be stored to\nthe file system.\n\nClose files if they were opened, the caller might want to perform other\nfile operations on the file and if it is still open these may fail.\n\nChange-Id: Ic68596b5c745bbe413096c22684c388e853a7643\n", "proba": 1.8697481209528632e-05}
{"commit": "f2532d16a4a2ca4dffe9bf9568fdd24475369cac", "message": "am 464b690a: Pass firstLayout info to native webview when setting baseLayer.\n\n* commit '464b690ada24428f3dff4102659048db7128835f':\n  Pass firstLayout info to native webview when setting baseLayer.\n", "proba": 1.3437364998480916e-07}
{"commit": "cba5754838fdd67fa333ec12f6626c8d9e07076f", "message": "am b2601359: add interface to return if (x/y) is a plugin\n\n* commit 'b2601359ea8d9675266c6b72b7209b1f6fae0b89':\n  add interface to return if (x/y) is a plugin\n", "proba": 6.137553327789647e-07}
{"commit": "a2b9ecc59344f0fafb26ee3d2a7b1d77a4de4fe4", "message": "Added problem statement for CombinationSum.java\n", "proba": 1.529948434608741e-07}
{"commit": "2182102db7555a251d876a46d62f0794f48e3ab9", "message": "add q155\n", "proba": 0.010140277445316315}
{"commit": "00814da0f4c4b9e64cf9bb125e1d0fe37524a6a6", "message": "Create SinglyLinkedList.java", "proba": 2.6431177957420005e-07}
{"commit": "3cb21a13a3fed808e4c4eb4d3c35c7bdcb0d6441", "message": "Create PeaFactory.java", "proba": 2.1140433545951964e-06}
{"commit": "94e9ae91d448239282e8e2f2abb38d6cb2a9bda2", "message": "JList Test", "proba": 5.595301786343043e-07}
{"commit": "0d5ac0b2080892861ee4202658fad859682aa786", "message": "am ea444fe7: am 0280963e: Move Alarm setup to systemReady.\n\n* commit 'ea444fe795e00f793dda5e380e55beb178e83ef7':\n  Move Alarm setup to systemReady.\n", "proba": 1.3168518364636839e-07}
{"commit": "715806aaa26f2789a7ff3ae28fee517dd6b72d3e", "message": "am f972f2fa: am aefd73d2: Merge \"Try to avoid possible NPE\" into jb-mr1-dev\n\n* commit 'f972f2fa9682845506c6d2b9d90a9f0f65e55b33':\n  Try to avoid possible NPE\n", "proba": 7.571799187644501e-07}
{"commit": "a7a9327be8b2b2ee2a461d1a0558c0c7b5b9271c", "message": "am 5474f085: am 9fc157a4: Merge \"FLAG_PRIVILEGED disappears if privileged app is updated and rebooted\"\n\n* commit '5474f085b05b527f7e1dc7c6f536736c2f043fb0':\n  FLAG_PRIVILEGED disappears if privileged app is updated and rebooted\n", "proba": 3.7383717881311895e-06}
{"commit": "33020d4b210ed825c41b94805bc1ed30ce512544", "message": "https://www.acmicpc.net/problem/1158\n", "proba": 2.974603603433934e-07}
{"commit": "e69e7e7f9ce0bae0b57e13f76276eb9b796b5929", "message": "https://www.acmicpc.net/problem/1259\n", "proba": 3.26440897424618e-07}
{"commit": "f7b5db48fb5bc87ff0e2b86bd6928ea9d783440d", "message": "https://www.acmicpc.net/problem/1932\n", "proba": 3.3215189887414454e-07}
{"commit": "156435447b7343d8551f1e4d94509435f47b6683", "message": "https://www.acmicpc.net/problem/4571\n", "proba": 3.9112879335334583e-07}
{"commit": "e5c565ea2413a39ec84e80c63524876e99b296c5", "message": "https://www.acmicpc.net/problem/6591\n", "proba": 3.0386340199584083e-07}
{"commit": "b1abbb4f201901699c4714ca339b60e95600b0aa", "message": "-Ajout de la classe NPCVue", "proba": 1.242208043095161e-07}
{"commit": "ccfea2089611a8ade4e63d163659bd802a9e805f", "message": "added PluginInvokerTest\n", "proba": 1.749086493418872e-07}
{"commit": "0ca640c6cc224ba6a9d6b9a284bda2e91af83786", "message": "481 : 1\u304b\u308910\n", "proba": 3.414810180402128e-06}
{"commit": "118ae0b1bb532d438a894cab3380fc3d8f696026", "message": "Made the ball bounce.\n", "proba": 1.99109945242526e-06}
{"commit": "6eb16add0c89eb4e9ef0ff4ad5e2c9c0afa6530a", "message": "Create Main.java", "proba": 1.9291887838335242e-06}
{"commit": "e36f69a263adae199b868a902e4bfc4cb5fc1588", "message": "modify test1 again2", "proba": 0.0011083626886829734}
{"commit": "83ecef39f3ef92a20414e87b03b400883f694fa1", "message": "Update Player.java\n\nv3 - Cible le zombie qui attaque le prochain humain \u00e0 mourir - 60450pts", "proba": 1.8352044151015434e-07}
{"commit": "714d60e2d875479e0701e1bac2dbe4b497f947de", "message": "Type : Program for Palindromic String check", "proba": 1.2787538139491517e-07}
{"commit": "60f6d46818d394c5c79e02e3f8c310528f0fc84f", "message": "Create QueueDemo.java", "proba": 1.5223639593386906e-06}
{"commit": "fe4ff0b4ee4e1b2dc91bc9b46702f782973e2d1e", "message": "ThreadPoolExecutor added\n", "proba": 1.8705635795868147e-07}
{"commit": "992cceb1d7aca7c1197932932a533bba635fb8f9", "message": "daily routine\n", "proba": 1.2206113751744851e-05}
{"commit": "d785dc86f2bf1e40b06e3c91e44513d0848d1ede", "message": "Basic loop + map\n", "proba": 2.5262039571316564e-07}
{"commit": "a83bf1966e3e51fb052db86daf359d5b1cc110f5", "message": "Use best volume description for MTP.\n\nOtherwise we end up showing adopted storage devices as \"Unknown.\"\n\nBug: 20275423\nChange-Id: Ib42474fd5b3284b1e8eca7de8a4cfbb71a34a107\n", "proba": 2.787875700960285e-06}
{"commit": "f47c7066301d9089316bec48227e490fe0f1b033", "message": "am af8966a6: Fix Monkey NPE.\n\n* commit 'af8966a67f561186e453df659759e3f700730158':\n  Fix Monkey NPE.\n", "proba": 1.4502316503239854e-07}
{"commit": "253c6c47dfb6cb60d53ddd9f9d15b54fd09ba1ec", "message": "am 7291d7b2: Merge \"Fix javadoc.\" into lmp-mr1-dev automerge: 8b26674 automerge: dd185b6\n\n* commit '7291d7b2c58de6670e1fc6a3af4b4b6c200d1ed0':\n  Fix javadoc.\n", "proba": 6.760225460311631e-06}
{"commit": "fbad07840822c0724911cf10be9ff5664475fc6e", "message": "am b08f41d1: am d5b03769: am 6cb51968: Merge \"Fix Visibility transitions canceling when nothing has changed.\" into lmp-mr1-dev\n\n* commit 'b08f41d11df044a55a496576f6ccd088c24fae08':\n  Fix Visibility transitions canceling when nothing has changed.\n", "proba": 2.673750998383184e-07}
{"commit": "6c778cebc73e7eb76510f6e2183d804b8c07082b", "message": "Cherry pick Load the WebView Java code from an APK. DO NOT MERGE\n\nUse the WebView APK to load the Java code via createPackageContext.\n\nOriginal Bug: 16329371\nOriginal Change-Id: I1292edab639d85c2027dc8ebb52def8c36d41cde\n\nBug: 16723226\nChange-Id: I8e692a5e12706f91a8af0a8b385bac336ce60913\n", "proba": 6.350368494167924e-06}
{"commit": "3171080d3d873e130f9cd5857078bc7cccc70114", "message": "code there but all commented out\n", "proba": 1.2696449402938015e-07}
{"commit": "29535687f088f97da84715188508995be598af25", "message": "fixes\n", "proba": 4.844783347834891e-07}
{"commit": "3335ede517ad52e638d4f6c48620ab6b0ef3fb80", "message": "Create AVL.java", "proba": 2.4594103251729393e-06}
{"commit": "42011b4486aeb1d7aa0a0263af46c389a79074ed", "message": "[Programar em Java/10-Arrays.java] Add\n", "proba": 1.591882607954176e-07}
{"commit": "ebf6185a1923f67e6c41a5ffb15e42af215d179b", "message": "Added JOptionPane for error messages and info messages\n", "proba": 1.08640328733145e-07}
{"commit": "792ca4d62a2712c1fe48afe5fa95da75cf1eeb89", "message": "Create SortStack.java", "proba": 1.2691912161244545e-06}
{"commit": "bcb8d32f834c445edead183416e03caea8c223fe", "message": "quick sort\n", "proba": 3.148429925659002e-07}
{"commit": "03a80ec7bee094ccde98e2a531a628b62f6b233c", "message": "remove public and add getter", "proba": 2.948579833628173e-07}
{"commit": "af241eea135416360598c94d2d9c61b3dbd9fb8c", "message": "Wave array task.\n\nSigned-off-by: aasmilyanskiy <f164004a827b9f74a2de6278736248a37be36f14@yandex.ru>\n", "proba": 2.3740689357509837e-05}
{"commit": "248fc61d9558e2e941e1d4305b7c4b02b92bebac", "message": "I2CDriver interface", "proba": 4.04398264208794e-07}
{"commit": "f452debb770be1631d8f771981fd847a25e4aad7", "message": "Still tidying up some stuff\n", "proba": 1.4025103212134127e-07}
{"commit": "f0d17c6c4ceb3e973fbbc6e889b8f01723d2bb77", "message": " ELMIS-1575 unit test for seasonality/rattioning report\n", "proba": 1.0898214952703711e-07}
{"commit": "245fad41eaa59c877c5fdff4128dd55455cc88a4", "message": "Added in Spring context-based service provider factory.\n", "proba": 1.0673144146267077e-07}
{"commit": "489604e57e0a4d6509351ba11e09fa9371d8e989", "message": "New HTML to PDF implementation.\n", "proba": 1.0768474112410331e-07}
{"commit": "ee9aac4d67b7f9ce804ed1e13b3dd23235da875a", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "9074f7a76d4ef79244e490cb7a5491c6ebb4aba6", "message": "\"Shop description added under name on marker\"\n", "proba": 1.0964161845095077e-07}
{"commit": "75f7dfdb5f87b003ba1427b5d9d57f93d97b57d7", "message": "Add OptionalBoolean tests\n", "proba": 3.449856649240246e-07}
{"commit": "63a0a99a72c4d3d77a376f5dce8e96f2fc6a3b47", "message": "Lambda Expression usage example.\n", "proba": 1.8280896085798304e-07}
{"commit": "b104bc84bc324e3c8f1e51f4c93ff80ce0b4e579", "message": "add JSONCLI", "proba": 4.940993107993563e-07}
{"commit": "2aaa50be6b471d4bf6d55396280d0b9fccd30a49", "message": "Disable failing test\n\nDisable testTapGestureFollowedByNonTextTap\n\nTBR=donnd@chromium.org\nBUG=552107\n\nReview URL: https://codereview.chromium.org/1421103004\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#358200}\n", "proba": 2.5762130917428294e-07}
{"commit": "4805271dccdb7110a6c2a809c365b574ce2c5c48", "message": "[MOD] Core: new helper class (Strings) ", "proba": 1.2053243381160428e-07}
{"commit": "5c7a25b62aebf4611acc8e11c5e3a39836d6dfd7", "message": "\n\ngit-svn-id: https://svn.uni-konstanz.de/disy/Treetank/trunk/treetank@3004 e3ddb328-5bfe-0310-b762-aafcbcbd2528\n", "proba": 5.587399414253014e-07}
{"commit": "c9e5f6e45b7b406c8d26a7b957d940d228e981d1", "message": "Fix problems with RELS in registryEnrty / journalpost\n\nRELS pointed to arkivstruktur instead of sakarkiv domain.\n\nThis is related to\nhttps://github.com/HiOA-ABI/nikita-noark5-core/issues/83\n", "proba": 3.760921117645921e-06}
{"commit": "9c379204dd0b6323ddf4108e24e620f29e54c3fb", "message": "Se agrega c\u00f3digo fuente de VolleyManager Library\n", "proba": 1.2957660544543614e-07}
{"commit": "276635f7309112443c4315dfc3f4ad2d0a4d10a3", "message": "Add FindDigits", "proba": 3.349326220813964e-07}
{"commit": "3850d19498809c99b9a3bc5bb99ae786e930fae1", "message": "Create TCPClientWorker.java", "proba": 4.872189947491279e-06}
{"commit": "72d30d495d4211ebee2bbfbae579391856c92b31", "message": "Add FUNCTION type\n", "proba": 0.0005273517454043031}
{"commit": "9ad602cb2d827e301667faea886078e032a59211", "message": "10/19\n", "proba": 2.3566984452827455e-07}
{"commit": "a0766923a2d1785a530298699dcd7f2ccfab996f", "message": "Bump the back issue price to 350.", "proba": 7.141977107494313e-07}
{"commit": "7390be0aa1b086c68aa64f9c47d697cf27e1a560", "message": "Added ConnectTLS example\n", "proba": 1.3383369434905035e-07}
{"commit": "9dde750bca532be7a86059d009942ab6ce5eadc0", "message": "Create a skeleton for problem 342\n", "proba": 0.00024298715288750827}
{"commit": "19f6d98fb5ff88274e0262042bdf4fb76b7bf56d", "message": "Update problem 410\n", "proba": 2.1422691531824967e-07}
{"commit": "e7a782e10f86a9d004e53fb07a79e14e0d535bdf", "message": "Skeleton for problem 538\n", "proba": 4.011961323158175e-07}
{"commit": "8c4db9c5c7fd8ac143e9fe4bb26b4e660b19f031", "message": "Solve problem 557\n", "proba": 0.9995754361152649}
{"commit": "301d1974a8a651ba037af6b37c54a7987ecac19d", "message": "PropertiesUtil\u53bb\u6389@Componet\u6ce8\u89e3\n", "proba": 1.7141310593160597e-07}
{"commit": "53980fafb32b9849fc14993994fbd5eacb241779", "message": "No need for precompiled regexp pattern\n\nJava uses a fast path for simple one char expressions in the String#split method\nwhich avoids pattern compilation and the regex engine altogether.\n", "proba": 1.064957615426465e-07}
{"commit": "ee1d101365117a8f76577df59ac36ed69cc1803b", "message": "Update NewGame.java", "proba": 6.310814910648332e-07}
{"commit": "8ddc3e26e6534adc6f0cdc5c8b9e6ddc3fe3dd10", "message": "am 393f89f2: Merge \"[ActivityManager] Avoid NullPointerException if no crash info\"\n\n* commit '393f89f26df724a3da7a21b28925a21fe5fb253f':\n  [ActivityManager] Avoid NullPointerException if no crash info\n", "proba": 1.1217176734135137e-06}
{"commit": "3d24150dbb58231a7dd6aef7e541cd21870f2ebf", "message": "am 23219098: am b70888d4: Merge \"Fix a typo in a javadoc comment\"\n\n* commit '23219098a6d623cf1825d8fd9a8d200cdc06aab9':\n  Fix a typo in a javadoc comment\n", "proba": 5.33647892098088e-07}
{"commit": "98b4cbf21b0be8a17d006b1b0ddad45510c7a7bf", "message": "am 8f7d3715: Merge \"Allow PathMotion to affect translations in ChangeTransform.\" into lmp-mr1-dev\n\n* commit '8f7d3715c5b26069a55464b1d3e517c6ecc600c7':\n  Allow PathMotion to affect translations in ChangeTransform.\n", "proba": 1.813873637956931e-07}
{"commit": "6cb7b1c4765e9bc5175056826523dbd88426e9aa", "message": "ZygoteInit: warm up JCA providers during preload\n\nThis makes the time spent in the first call of an app to\nSSLSocketFactory.getDefault() drop from ~240 ms to ~50 ms. In M\nit was around ~6ms. This is due to the fact that, while instantiating\nthe default factory, all providers are initialized.\n\nIn order to obtain the timings above, I created an app calling\nSSLSocketFactory.getDefault in onCreate and timed it\nwith System.currentTimeMillis() .\n\nBug: 28545496\n\nChange-Id: I650d4b0435e67e481a41e02b0b538ce5cc993fa3\n", "proba": 6.144781218608841e-05}
{"commit": "e4305b879fafc985f52779f413ca765f6108e494", "message": "task 4087\n", "proba": 0.9999487400054932}
{"commit": "a2ffa10122f62b72adc25774ff1af64ffe283668", "message": "Start a separate spy package\n", "proba": 4.052557471823093e-07}
{"commit": "8359a59ca1bf2645bdcc5179d7eaed27c5aa45d7", "message": "Bean\u5b9e\u73b0Map\u63a5\u53e3\uff0c\u4fbf\u4e8eEL\u8868\u8fbe\u5f0f\u53d6\u503c", "proba": 2.882823650907085e-07}
{"commit": "38bfe9eca0134dd5f66dafeeb6fa10558f9f4394", "message": "am a9574e33: Add touchnavigation to input debugging command.\n\n* commit 'a9574e3361e168671d627071e26280f69d0d081b':\n  Add touchnavigation to input debugging command.\n", "proba": 1.3973661339150567e-07}
{"commit": "06dfeb2392b7f4f4297b9201bd3752ca56544de0", "message": "set fail on error attribute to true by default\n", "proba": 8.168013891918235e-07}
{"commit": "3cdc06bb370a2f29d334e6916969e954875d51fe", "message": "am dbb32da8: am c9eff23b: Merge \"Fix typo in DevicePolicyManager documentation\"\n\n* commit 'dbb32da844cf8ed65d0b5005276a86aad7c81853':\n  Fix typo in DevicePolicyManager documentation\n", "proba": 2.875007112379535e-07}
{"commit": "5a9102e307f395dec106cd5e0109abf9b0e07d5b", "message": "am 12ceccaf: am 4b7d3b47: am 051762f7: am c088e30f: Merge \"Clarify javadoc of setPermissionPolicy\" into mnc-dev\n\n* commit '12ceccaf7aa4198bb578bcba844729c0ac146d6d':\n  Clarify javadoc of setPermissionPolicy\n", "proba": 6.0055444919271395e-06}
{"commit": "05107ddf2069f3ea0d8ef01d20d6bc4d65addc7a", "message": "am 54b65ff3: Merge \"Annotate ContentProviderClient arguments.\" into mnc-dev\n\n* commit '54b65ff3004a1585867e8c3c4d267b381123e179':\n  Annotate ContentProviderClient arguments.\n", "proba": 1.4476145793196338e-07}
{"commit": "0b3d2d01d33f7e934c7245ffd52434ad727e0f8a", "message": "am 97352608: Merge \"Don\\'t show the pseudolocales unless we\\'re in developer mode.\" into lmp-dev\n\n* commit '973526087efda830993a1f17a588d62930ce4520':\n  Don't show the pseudolocales unless we're in developer mode.\n", "proba": 1.4817599947036797e-07}
{"commit": "fb5dd17e7b16039bdedcefd4058285d4ae78cff5", "message": "fix: 'add scene graph object' event missing source object. Fixes #400.\n", "proba": 1.325254999073877e-07}
{"commit": "2a703360672fc295bee8a3f9973222b161895887", "message": "testpuch\n", "proba": 2.1518203539017122e-06}
{"commit": "d5f78a14b8a03c3572cf2f9d3de2f0ef477d302d", "message": "Create HelloStringComparison.java", "proba": 8.141509169945493e-06}
{"commit": "6fd755acefbd27a466de17fb599d03210a97ab84", "message": "Added dummyTest\n", "proba": 2.3091021716936666e-07}
{"commit": "821b78810fcc8703414f7752fdd15bdb945bb903", "message": "extended pre-defined question catching", "proba": 6.4053033383970615e-06}
{"commit": "f2cf3db8bd2163961afecd35e646fd1e4f4cf956", "message": "added needed config bean\n", "proba": 3.169835736116511e-07}
{"commit": "e148a4d710f29f837428d90682f2982e5520acc3", "message": "MCHECKSTYLE-71 - added skip flag\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@517061 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.724505634432717e-07}
{"commit": "ca385a7f0faf9642ed9153d75cb64ecf97083a9d", "message": "[MDEP-31] Applied patch to remove @readonly annotation from the scope parameter.\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@441107 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.3173332717997255e-06}
{"commit": "d10ed7c887d04870d82d22c50ad1d149ab102a04", "message": "Add support for new pbs.resource_list attribute\n\n\ngit-svn-id: 093fa4c7fa7b11ddcea9103fc581483144c30c11@3105 5b74d2a0-fa0e-0410-85ed-ffba77ec0bde\n", "proba": 1.9276365037512733e-06}
{"commit": "c4c7f0b05df9b141a503c416496d6e01ceb13b06", "message": "tell pbs to pass job environment variables to the job\n\ngit-svn-id: 093fa4c7fa7b11ddcea9103fc581483144c30c11@2913 5b74d2a0-fa0e-0410-85ed-ffba77ec0bde\n", "proba": 4.741566226584837e-05}
{"commit": "59b9b3f368fda52865132ab45ddd0b8144c56f99", "message": "\u589e\u52a0\u5206\u6bb5redis\u961f\u5217\u5b9e\u73b0\n", "proba": 4.4349275185595616e-07}
{"commit": "a081c4e32860bcbe76833638736bfcb064b23d90", "message": "#302 close zip file after we've finished with it\n", "proba": 1.1590594795052311e-07}
{"commit": "946e3679df27c0d8e1c5da0d1f58fe03ba476dbc", "message": "First commit\n", "proba": 1.9779638193995197e-07}
{"commit": "6ec2a39e51999d1a1f2e6f9288926aa362d32851", "message": "Added identity context to store user identity info in thread local.\n", "proba": 1.0439372744031061e-07}
{"commit": "a5edbc944d5394e8975a428bf9e4dc8dfed165ec", "message": "\uc5f0\uad00\uc5b4 \ud1b5\uacc4\uc2dc \uc5d0\ub7ec\ub85c\uadf8 \ub0a8\uae30\ub3c4\ub85d\n", "proba": 6.507981424874743e-07}
{"commit": "513cafb43ab64440a687e9d279a0541a6566f795", "message": "Updatable\n", "proba": 5.0110156735172495e-06}
{"commit": "ac5f51074b0c0f49005331775bbe5d59d9c3c91c", "message": "Added the LongEmployeeMapTest\n", "proba": 1.250936350061238e-07}
{"commit": "3043d1e5dc890ce2cebae7c0897e4c4e0fec9432", "message": "Modification 3", "proba": 1.4097476253027708e-07}
{"commit": "4116983c97e249dc3c4c5bb955186ba7948a5eaa", "message": "added helloworld.java\n", "proba": 3.166779379171203e-06}
{"commit": "77c05f317c99678942c25875d64a385228639734", "message": "rename\n", "proba": 2.129588756361045e-05}
{"commit": "052a1b06dc12f9d263fb617c02028131ca89f3dc", "message": "[API] Debuggable interface useful for collection debug information \n\nsvn path=/trunk/eXist/; revision=13385\n", "proba": 2.254312931881941e-07}
{"commit": "90b45aabbda0309a9d83169b4d1c5e69248feda2", "message": "added query execution time to ui (setmessage)", "proba": 1.2462234622034885e-07}
{"commit": "24a952aed4019bdf2bb0f8fc79f5144c5d2b35b6", "message": "Modified F function for associating fluid theory\n", "proba": 2.974030621771817e-07}
{"commit": "73a8c0242f29de864825f9923056bdb6b767197e", "message": "QUE PASA PASA 2", "proba": 1.024807033900288e-06}
{"commit": "0742816616104d7242da23303efdfa7008f1ce50", "message": "minor changes to screening in energy method\n", "proba": 1.285716564325412e-07}
{"commit": "1dfcc13d50a4bc08b956fc5f47249c42641eb055", "message": "(Generate Parentheses) [Accepted]\n", "proba": 4.1605912315390015e-07}
{"commit": "679d46a998b3649da16fa0286834b33e6e35c3df", "message": "OBB test\n\n\ngit-svn-id: 5afc437a751a4ff2ced778146f5faadda0b504ab@1791 75d07b2b-3a1a-0410-a2c5-0572b91ccdca\n", "proba": 1.1775348411902087e-06}
{"commit": "b3282957a880c7229c5aa84c2af2d0410482b54b", "message": "Add OAuth2AuthorizationException\n", "proba": 2.6102547053596936e-05}
{"commit": "f712a507e11735c7ac2918ba659559a4e593c009", "message": "adding new tests that makes sure the integration between the standard Google implementation and the Java ME implementation works\n", "proba": 1.2641307023386616e-07}
{"commit": "0beed0d238d4a2a5562b5b68b5cd806ea546b531", "message": "CompressorExecutor\n", "proba": 2.457637719999184e-06}
{"commit": "645f31f9d8981211f932fde0131f2e398a7a0912", "message": "Use local variable instead of casting repeatedly\n", "proba": 4.3611848354885296e-07}
{"commit": "f448b67c13fdefdcaf42972434a29cf1f59a66d8", "message": "Belated check-in.\n\n\ngit-svn-id: a878c62e23c3cdd7109267dfd9bdff0ba03a0163@7405 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 6.677858618786559e-05}
{"commit": "502e834e954c377309f86809cad2f34c5ea5e35b", "message": "More tests\n\ngit-svn-id: ab653825c7e3cdfecfd8a0724cfdec44aa635e33@194 0cf59fa1-751c-0410-8529-da8c0b0e53fa\n", "proba": 1.8215443731151026e-07}
{"commit": "cc601641b7988926b1158fd02503aece5e083cd1", "message": "New test case for SF bug 2487936.\n\ngit-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@10553 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 6.389625195879489e-05}
{"commit": "b0c46d8b9b7e0e98d2b992d711d478a8d29dcc44", "message": "add test case for issue reported to sourceforge\n\ngit-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@14296 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 6.369385232574132e-07}
{"commit": "fe3dece8b1cbc498141b521a5f57021522956594", "message": "modification\n", "proba": 1.1576657925616018e-06}
{"commit": "a8ae971e9d9c66a02b0e2ff114fddcb7c867c235", "message": "[nobug] doc\n", "proba": 0.00019523098308127373}
{"commit": "e67e8ea0e889ba6aa7fa829707f2ced882f3e43e", "message": "ReadUserStories class will read userstories file", "proba": 3.613312458128348e-07}
{"commit": "639e17c4a33ece10ab0729173ca0a97aca9898c2", "message": "The new class DisableJSessionIDinUrlApplication overrides the method\n WebApplication#newWebResponse(WebRequest, HttpServletResponse) that and\nchecks if a request comes from a robot and if this is the case it\nremoves the sessiod id from the response object(in the url).", "proba": 1.246370828766885e-07}
{"commit": "90d49671a6d7368dcd9550c5a23bb551f41f37a2", "message": "[kurento-test] New test: PlayerPauseTest\n\nChange-Id: Ic5814fcf9f52ecfd66f4f5914c98395b6d1bf0de\n", "proba": 3.508450845401967e-07}
{"commit": "628d8ebdf876711da81223764b28c253f6a7b06d", "message": "revert r1619571, seems to be vendor specific\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1619714 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.99101871457242e-07}
{"commit": "b5d7779b235ba572a23c89e8d87dd638d45b2f27", "message": "Strip Ansi Color escape sequences from captured exceptions\n", "proba": 1.515760885695272e-07}
{"commit": "9d5e2a203c3357d253f4f1c9c0891caf2dc4ef2c", "message": "non-defined pointer fix\n", "proba": 3.4766233056870988e-06}
{"commit": "48e6253b2272abe290bb2c36a97fccf665867fe5", "message": "Add an initial inversion performance evaluation test.", "proba": 3.1718647619527474e-07}
{"commit": "4ac1cc1146ecdab1b05bfa06d607c3c71de40a4d", "message": "Second page of the New Consolidation Project Wizard in which leading and integration projects have to be specified\n", "proba": 1.0594307298106287e-07}
{"commit": "19f6e79ce7f801ef4dba6870c7123d68de2dde5e", "message": "Inital commit of exercise 2.16.\n", "proba": 1.1323859183676177e-07}
{"commit": "0d61e01a781278ddc9e37041ca23d68c5aaf2a27", "message": "Removed unnecessary imports\n", "proba": 1.5155570736169466e-06}
{"commit": "d858ac241a64292125c73ff55839a3e41504f3cc", "message": "am 895cf4b7: Merge \"Adds hidden startActivityForResultAsUser APIs\" into lmp-dev\n\n* commit '895cf4b76e7d697229bc0589c7646d1be815b24a':\n  Adds hidden startActivityForResultAsUser APIs\n", "proba": 5.609824142993602e-07}
{"commit": "88cec86e882e27a9e35315553cc05fdf7f281a4e", "message": "Remove STOPSHIP and defer removal.\n\nbug:8657300\nChange-Id: Ia855fdc0db7a33502838648ee002d4929b224960\n", "proba": 1.6536328075744677e-06}
{"commit": "7c511fee3f7ade1a785a5bc025628d94f50487c1", "message": "am 5807817d: am c5429d6f: Merge \"Use Op package name when creating toasts\" into lmp-dev\n\n* commit '5807817d293e705c23fa062db22345323da8d372':\n  Use Op package name when creating toasts\n", "proba": 4.922828793496592e-07}
{"commit": "0596f031608932a012bc0afb3d998620398f0312", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "2099c3a56ab61226cc05c370782e211ba29f8b76", "message": "HDFS-2477. Merging change r1197801 from trunk to 0.23\n\ngit-svn-id: 092c8d3bf3a2a4ce66c091ad9796293e212d814c@1297866 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.587427494901931e-06}
{"commit": "36b748a09dbec74079b19d7bfe06f3c7b0c257c5", "message": "Created stakeholder builder file for testing\n", "proba": 1.6859907248090167e-07}
{"commit": "26d38d4edb3d293fb8589e059a58dc4f8999149b", "message": "moving the tests\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@607978 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.4415958250756375e-06}
{"commit": "4573bb62b084a8dd47247a22380f3e5814bdb626", "message": "Instrument the HttpAsyncClient using the builder\n", "proba": 2.5207026510543074e-07}
{"commit": "5b7c3e58ffcabb806e2bb69153751a2f8e5d70c0", "message": "Update Average of two numbers.java", "proba": 2.8747250325977802e-05}
{"commit": "6ccf9a3d8c0b873b869ea3ae57cdb40b98a587e8", "message": "553. Optimal Division (medium)\n", "proba": 1.2932166271184542e-07}
{"commit": "7fe43bb16450ac18c719090da885d0b22ad663eb", "message": "logging\n\ngit-svn-id: 093fa4c7fa7b11ddcea9103fc581483144c30c11@3393 5b74d2a0-fa0e-0410-85ed-ffba77ec0bde\n", "proba": 7.893166866779211e-07}
{"commit": "be1f31772c7ddd5283d2f459ac287271754e746b", "message": "#SB-255 Create a service for the management of the strongbox.xml config file\n\nFixed a typo.\n", "proba": 1.0243433479217856e-07}
{"commit": "d6908554227bfa4832f9bb23421098863d5244f7", "message": "232. Implement Queue using Stacks (Easy)\n", "proba": 1.4184716690124333e-07}
{"commit": "50cef21d4f45c4af694402878231e52c948c7dfb", "message": "Adding JVM possible bug test - post Is it a bug or not on sept 6 2013\n", "proba": 2.5228432605217677e-06}
{"commit": "18c3965de69064861ff1df11476be598d4d55ccf", "message": "Add marker annotation for ignoring enterprise annotation config validation\n", "proba": 2.0308455361828237e-07}
{"commit": "069067963cf0117cfb4a1aef99b550b126d9ca92", "message": "If the network SSID is a string, it should be enclosed in double quotation marks.\n\nbug id: 2701058\n\nChange-Id: I40e10ba096053710d4974b005d0d2e7c309ccffe\n", "proba": 0.9999991655349731}
{"commit": "7b3967f4cead0964c4688e7e13e1d21beba0937a", "message": "ooops. this JUnit should have gone with my previous ci\n\ngit-svn-id: 0d16bf2c240b8111500ec482b35765e5042f5526@596543 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.482569693209371e-06}
{"commit": "0d55178cc32089c4d0a3fd19b1a2fd1a204789da", "message": "Initial commit: Rapidoid\n", "proba": 3.6667816516455787e-07}
{"commit": "73f9143be9261c614c8855b25798ca78b7f52b49", "message": "INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED\n2003/05/09 11:58:29 jsc 1.1.2.1: #109045# insert new and remove example zip file\n", "proba": 1.3443465718410152e-07}
{"commit": "5664546fc179630abe4de4b3259713599fb32f45", "message": "Fix bad exclude region in landscape\n\nUpdate DisplayContent.mBaseDisplayRect when device orientation is\nchanged, it avoids to set incorrect initial value of\nmTouchExcludeRegion, that will cause result of calculated\nmTouchExcludeRegion becomes an incorrect strange region on\nlandscape orientation.\n\nChange-Id: I993864653edc2852f91abed7891e6631b4bae15a\nSigned-off-by: tingna_sung <ceefa3979afc794e6b71ade6024b71229933b204@htc.com>", "proba": 1.7627039028411673e-07}
{"commit": "b69131bf8e711d70b0ca865142e6b3fe23a3daeb", "message": "am e11f058e: am d080bb07: am b9620a89: am 9434c112: Merge \"Services: Adding HSPAP info in Android\"\n\n# By Arun Ravindran\n# Via Android Git Automerger (3) and others\n* commit 'e11f058ee0c04be308126bb4fbc0c8e9901164c5':\n  Services: Adding HSPAP info in Android\n", "proba": 1.56963636754881e-07}
{"commit": "5a61305c0416cbd0a4520b7a96a73d270405890a", "message": "#128 unit tests for class NoDirectivesOrMarkers\n", "proba": 1.338293600383622e-07}
{"commit": "b14331af838bd6242634275de824aa3070789026", "message": "Test class for the ScoreController class <testing\n", "proba": 1.5315747248223488e-07}
{"commit": "e01107278324612567da80ecac8c429bffd6bcdf", "message": "PLAT-6667 Add CurveSensitivities object\n", "proba": 1.5054474999942613e-07}
{"commit": "75563ddafb30ea79b707650354bf12c33a5f918d", "message": "\n\nSVN-Revision: 1655\n", "proba": 1.4770195377877826e-07}
{"commit": "b846ab10dc1405eadeeb5ca50c4bc15d54fc85f1", "message": "Fixed warning\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@11014 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 3.8743897334825306e-07}
{"commit": "4c5c33e5e6fb37f85977c70a0baba4e1ed51fe0d", "message": "Fix support for simultaneous VPN tuns\n\nA VPN can once again bring up a new tun interface while the old tun is\nrunning. Once the new tun is set up the routing rules will be removed from the\nold tun. It is up to the application to drain the old tun of traffic and\nclose it.\n\nIf the new tun fails to come up the old tun will remain untouched and\ncan still be used.\n\nTo prevent leakage the new rules are added before the old tun is\nshutdown. Netd/Dns has been changed to allow multiple rules to exist\nat once with the most recently added rule taking priority.\n\nBug: 12134439\nChange-Id: I7e00c7c68cc339d81f09b3d2a33276ffc76985f5\n", "proba": 2.9173638722568285e-06}
{"commit": "087125abac56869afcfe15d878b80091a9a84877", "message": "add description for skipRoot parameter\n", "proba": 1.983144812811588e-07}
{"commit": "cedc309bb1ef648d9373b9803e0763d6b2622d88", "message": "Setting the correct application code\n", "proba": 0.00020027988648507744}
{"commit": "29a91b87f715521a99ec9cb9a6a0514a71d29923", "message": "# IGNITE-45 - Node join test\n", "proba": 1.162960217016007e-07}
{"commit": "0ee4ea5bef7ceee78ea5490eaa8af567dab0f5bd", "message": "send the ok before processing\n\ngit-svn-id: 093fa4c7fa7b11ddcea9103fc581483144c30c11@2472 5b74d2a0-fa0e-0410-85ed-ffba77ec0bde\n", "proba": 9.7626764272718e-07}
{"commit": "16a1f66bdcb8d424ec40f61b3622fa72494d9ac7", "message": "Expand the test a little to make sure we don't restrict too much.\nFrom the comment in the test:\nAdding these dummy methods to make sure that when we deploy this\nservice using \"allowedMethods=\"*\" that we don't barf on them.\nThis will ensure that people can take classes that have public\nmethods (some available thru Axis and some not) and still be able\nto deploy them.  (We used to throw exceptions about it)\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@248252 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.44107102137059e-05}
{"commit": "1520107352b13f3ece7ff5d5555b534a94fb3448", "message": "update test\n", "proba": 5.018525257582951e-07}
{"commit": "da58894f586358afbbada553113cd1aaaecbb1c1", "message": "Initial version.\ninitialize()\ngetGroupsForPrincipal()\n\n\ngit-svn-id: 6c0206e3b9edd104850923da33ebd73b435d374d@622994 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0002652975672390312}
{"commit": "06061c2c82841a963d36089a572e396f58426db4", "message": "Simulator for geographic locations by homogeneous diffusion.\n", "proba": 1.1428127777435293e-07}
{"commit": "3b5e036636c7ec362dd4a4272376e0c7181d2c9c", "message": "Added CVS localization property", "proba": 1.2289847006741184e-07}
{"commit": "c7c0114c8851bebcc26d858d21304fb1b8843248", "message": "[299564] [content model] CMDocumentFactoryTLD#getContainedText can cause NPE\n", "proba": 7.718564120295923e-06}
{"commit": "38ea959e5aca7fb09ac19bdd0de4673e6d63c907", "message": "Updated Javadoc\n", "proba": 2.85791628584775e-07}
{"commit": "6f0ca394c24e881891d638fbfc6106c404566d04", "message": "Fix typo.\n\n\ngit-svn-id: eb82bdd2d46797b52986749e60a360ec5c72eb29@8645 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 0.9999994039535522}
{"commit": "f6f7de08b463821c4a14bbf9cf5e6edf9672ee87", "message": "Create Solution.java\n\nFirst commit.", "proba": 1.198652768152897e-07}
{"commit": "66c73b90d701183c3d3d1534ce4c9dccef7e7072", "message": "Changed test runner to JUnit4\n", "proba": 6.20482069280115e-07}
{"commit": "263d4a32933b93c3b0f0699de873246124e19bbe", "message": "KULRICE-10796 : Create Functional Test for KRAD Demo Labs Lookups - Quickfinder Disabled Completed\n\ngit-svn-id: 2a5d2b5a02908a0c4ba7967b726d8c4198d1b9ed@41947 7a7aa7f6-c479-11dc-97e2-85a2497f191d\n", "proba": 2.473598499364016e-07}
{"commit": "96116e5b1ece5a4b82afd9f72b9d1ad9fb892b8c", "message": "Adding a new test case for a bug related to handling \n\"subtree refinement selection membership\" \nor \"subentry references in entries\" \nupon object class changes.\n\nThe test which shows the failing scenario is currently commented out. \nIt should be fixed and activated.\n\ngit-svn-id: 9cbfa5ee8120abdba57ef4b867cdb7e761c71338@477394 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.202290261266171e-06}
{"commit": "171ac65cdcd705d859209d43ca2339cc8cc20a8f", "message": "decouple point and ndarray\n\n\nFormer-commit-id: 332da2108265f602d009a066a0f706969acbf17b", "proba": 0.0001233221119036898}
{"commit": "f475daab4196567920745e63d0922fa90ae9194e", "message": "add interface Alterable.java\n", "proba": 6.108391517045675e-07}
{"commit": "a200d58fc39cae46f080cc0b2538caf5c09eb8f2", "message": "log exception instead of just its message\n\ngit-svn-id: 093fa4c7fa7b11ddcea9103fc581483144c30c11@3188 5b74d2a0-fa0e-0410-85ed-ffba77ec0bde\n", "proba": 8.322195753862616e-06}
{"commit": "28f913ada7455e914d2fbe53b87835b63c3b15c8", "message": "new network node", "proba": 3.9798820239411725e-07}
{"commit": "d48556b17c3d31a8616034d3a475b24daec464c3", "message": "Atualizacao autom\u00e1tica\n", "proba": 1.5049522517074365e-06}
{"commit": "f75463957754f87bfc2cd02655d3b1b92399c0ba", "message": "api client for fetching projects\n", "proba": 2.126108711308916e-07}
{"commit": "948b7d44f625c47b0741062db73e37cb38f54e93", "message": "fix corrupted file\n", "proba": 1.0619490922181285e-06}
{"commit": "9c71fc972ea77e726bb75918ec89516e15613336", "message": "am a7251991: Merge change 5288 into donut\n\nMerge commit 'a7251991ffb6a26e4cf23e60633c8250c78bd9df'\n\n* commit 'a7251991ffb6a26e4cf23e60633c8250c78bd9df':\n  Invoke getSystem.updateConfiguration when binding an application to\n", "proba": 1.7172006039345433e-07}
{"commit": "cf90c4a9fa4caa08d918e6845d2961ef9e5de882", "message": "am 6dd8a935: am 3fc145aa: Merge change Ie8672184 into eclair-mr2\n\nMerge commit '6dd8a9351b651c8e85271660fcb2db80328a7b94'\n\n* commit '6dd8a9351b651c8e85271660fcb2db80328a7b94':\n  Add error code column to SMS\n", "proba": 1.2349499911579187e-06}
{"commit": "71565f7c7c9374dcf5bf3c879b59b43c2a9ee644", "message": "Fixed entity proxy object returned on save issue\n", "proba": 3.166074407090491e-07}
{"commit": "8db525a9ad64699a7553647abb8bc9efa2418abd", "message": "Let restored scale be in effect.\n\nThis change reverts some previous change to solve macworld.com scale issue.\n\nissue: 3117312\nChange-Id: Id822c7f9c196522a24c0b7657225560dcd0e51e4\n", "proba": 5.053275344835129e-06}
{"commit": "376690c00f05c3a8c414c671428e3537ed0c577e", "message": "am aceb7f8b: am 425c595a: Merge \"Update Webkit with the zoom level after double tap gesture\" into ics-mr1\n\n* commit 'aceb7f8b29bdcf8bf7fdc14ec9b99f54f2a2a3d2':\n  Update Webkit with the zoom level after double tap gesture\n", "proba": 2.4240489437943324e-06}
{"commit": "c6dd2dd4b38b96be3deee94540973c83498a496c", "message": "am f14c078c: Merge \"Don\\'t mark list headers or invalid items as disabled.\" into jb-dev\n\n* commit 'f14c078ccc8fe8a2435d3c6b6e47aad81fffd663':\n  Don't mark list headers or invalid items as disabled.\n", "proba": 2.800285301418626e-07}
{"commit": "875f4c2918961fe34a5a74e7a54f970432977116", "message": "Allow clamped bound position to be INVALID_POSITION\n\nChange-Id: Idd392e41cb8df31e2933851fa6abd87fc3e2001b\n", "proba": 0.9970171451568604}
{"commit": "3c3377a2290764937548de5a49ca8ec28dc98153", "message": "am 6a5b7c6f: Merge \"DO NOT MERGE Ensure transient state views are temporarily detached\" into klp-dev\n\n* commit '6a5b7c6ffbef87c6591dbc8f5813f61b3086bfad':\n  DO NOT MERGE Ensure transient state views are temporarily detached\n", "proba": 2.84600264421897e-06}
{"commit": "cbff417962b06cb2d80fe8efe8de31482e7bfcbb", "message": "Fix bug 5143751 - cts errors in android.app.cts.AlertDialog_BuilderTest\n\nChange-Id: Ic532785d2c52bf65c3884665ffc53aabdf3253b9\n", "proba": 7.435055522364564e-07}
{"commit": "2312b94f1506589afaa41b40cd95580f8aa00408", "message": "V0.2: [added] StorageException class. General exception class for Storage API.\n", "proba": 1.1295535529143308e-07}
{"commit": "c16bf96d0474021f1d0d545f27b25bb458f57b8b", "message": "Create LinkOutputPostprocessor\n\nSummary:\nThis will be used by CxxLink to postprocess the link output in a way\nthat callers can customize.\n\nTest Plan: CI, used in later diffs\n\nfbshipit-source-id: 4f5863e\n", "proba": 1.5521813168106746e-07}
{"commit": "54b5af597f72a9539b9a2130ec569b34ca49a7ef", "message": "Added package documentation.", "proba": 1.2579924657529773e-07}
{"commit": "fb80aee936759a575a2831ae0fd284aecc61f567", "message": "Creating a new *.csv file with know columns.\n", "proba": 1.8446515070991154e-07}
{"commit": "9e107e87e74e2a4e007144e388b02915532b61f2", "message": "o remove inadvertent dependency on maven-reporting-api\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@760263 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.302367244690686e-07}
{"commit": "a6cc9070c66f132ec83d6bdf1bbe21b6e9b07b5b", "message": "Central point of control for document change listeners\n", "proba": 1.3784783448045346e-07}
{"commit": "7f613e3d96497dd14cb8e1ea8ad02258e81a34ce", "message": "NEW - bug 112: Open spec wizard accepts specs with illegal names \nhttp://bugzilla.tlaplus.net/show_bug.cgi?id=112\nTest case reproducing the bug\n\ngit-svn-id: 7acc490bd371dbc82047a939b87dc892fdc31f59@21705 76a6fc44-f60b-0410-a9a8-e67b0e8fc65c\n", "proba": 3.135212182314717e-06}
{"commit": "5638b8970a7f8933e00f3aead1a7a5fd026e90f9", "message": "Added code used in home page (BufferGateway).\n", "proba": 1.074625259889217e-07}
{"commit": "c6cf0e1d3898c557016a2f1f948a5c68ca0d04d2", "message": "Car rental service", "proba": 4.5768854306516005e-07}
{"commit": "32d237a0926c9c4e21b38d4866eae4ba5b2bbe2a", "message": "Add files via upload\n\nZombie Spawning Broom", "proba": 1.5990598001280887e-07}
{"commit": "c279d2e20957eee70741385c2c7a581249aa2f86", "message": "472. Concatenated Words\n", "proba": 0.0009113263804465532}
{"commit": "f9d5fe3bea84bb0cc0709b10853f4e691b51d9db", "message": "Inital Weed\n", "proba": 1.5414392464663251e-06}
{"commit": "d4475e58f6d2b2de8639b1b13d98e05f5c0dc293", "message": "Create new return type", "proba": 6.572287929884624e-06}
{"commit": "16735c94965dad51ec2e8cc2a0971a83892d86de", "message": "re-add", "proba": 1.0091663398270612e-06}
{"commit": "7a795ddba74baa2134d587f8aa2697289a518d8f", "message": "BUGFIX: was not handling \"absolute\" URLs that were missing scheme. Force adds \"http://\" if not present before markup.. This seems to be a common problem -- should do a pass thru the whole codebase to ensure URLs are made absolute, including scheme when they first \"enter\" the system.\n\n\ngit-svn-id: ca6d9ebf75caaf710f0e3a4ee74a890c456d4c90@811 69e27eb3-6e27-0410-b9c6-fffd7e226fab\n", "proba": 3.2618234399706125e-05}
{"commit": "c27bdb652b38c98d9be30efd409cb6eff9d7056f", "message": "exceptions: Import CassandraException.java\n", "proba": 1.453859749744879e-05}
{"commit": "74fc8a7db86406aa65b3fd138dd042653d5d0e43", "message": "armor\n", "proba": 3.5807247513730545e-06}
{"commit": "159c2722526fab87e3d59c33ea579e76e408d965", "message": "what's the point of this challenge?\n", "proba": 8.633504080535204e-07}
{"commit": "1fc750db9f5d0f86536162a526a270fa65439635", "message": "simplify configuration\n", "proba": 0.0006491222884505987}
{"commit": "6d9faac2823b643f76a9f1acd221612ed8224420", "message": "\u4ee3\u7801\u63d0\u4ea4\u6d4b\u8bd5", "proba": 9.062100048140564e-07}
{"commit": "bad6ad6e1801cd8ff9805a9af16a5273535840e4", "message": "\u7ed9SLF4J\u7684\u793a\u4f8b\u7c7b\u6dfb\u52a0\u79c1\u6709\u6784\u9020\u65b9\u6cd5\n", "proba": 1.3159416312191752e-07}
{"commit": "329ed19f7978fe1eebbddb86644910d7fcdb8f9a", "message": "\u589e\u52a0\u7528\u4ee5\u6a21\u62df\u679a\u4e3e\u7684\u62bd\u8c61\u7c7bGenericEnum\n", "proba": 1.8578680283098947e-07}
{"commit": "f18121c047979ce4486817c2aac06ae5fc4cdc3f", "message": "Remove error message as a parameter\n", "proba": 3.6033404740010155e-06}
{"commit": "5a72361bf9f8eb2fa7c9850a9402172e7ab825b4", "message": "add a \"superset\" class to facilitate arbitrary ordering of graphs within a set\n", "proba": 6.725974799337564e-07}
{"commit": "fc20b211958512d708a2cf7846681f6056c8e7cd", "message": "added appropriate scopes\n", "proba": 5.296182621350454e-07}
{"commit": "5a91498e06afa8c1c80b69ff15656f738d20aa91", "message": "Update version in About dialog\n", "proba": 1.5058826363656408e-07}
{"commit": "c9d7f1967ab60d4cba18986509201168bdc60970", "message": "Change CRLF TO LF", "proba": 2.3450260414392687e-05}
{"commit": "ca9e4cba47a62fa9bd0aa0b111a4b1b6384c7b8a", "message": "Added a config option that...\n\n... allows you to disable the debug messages.\n", "proba": 1.0641697656410543e-07}
{"commit": "d3a54d0f0c8b6988b5c1fd94407c07c19c4c7185", "message": "bugfix\n", "proba": 8.478961035507382e-07}
{"commit": "29c20ba8f21ec554e34c2ed1b37068ea2440fbea", "message": "Relaxed tenant check: can use empty \"\" tenant as before\n", "proba": 0.000870499643497169}
{"commit": "11dd8065d6c64477820f814d45248527f7aa828d", "message": "Start implementing a KNN preprocessor using SFC.\n", "proba": 1.1741063588033285e-07}
{"commit": "07ce84fd9c872af67b909ee84d596e797deed13b", "message": "Atualizacao autom\u00e1tica\n", "proba": 1.5049522517074365e-06}
{"commit": "4bf95fe03ef416715ef2464cfd2988150b7532ea", "message": "Added NAF action stategy\n", "proba": 1.2907081270441267e-07}
{"commit": "223366702a13ef369f216af2ba443670f42f02a1", "message": "GROOVY-8748: CompileUnit could implement NodeMetaDataHandler to act as a \"global\" node for metadata (closes #783)\n", "proba": 1.0295536156945673e-07}
{"commit": "bedfdeb2a4e4b4b09f56f6bd2d5e70e0c9321563", "message": "Agregando nueva entidad topDao", "proba": 2.469389301040792e-06}
{"commit": "271b46854454ac48b31a3862e7a2d5c6be1ef366", "message": "Initial creation of RAWVectorList.", "proba": 1.1238758190756926e-07}
{"commit": "476ececdf28870ab3b63cde8d641fd56945a73c0", "message": "add unexpectedresponsecodeexception\n", "proba": 0.0019811068195849657}
{"commit": "48f5a4103fe5c8cc04eb8d4bfd5ab55c1b214111", "message": "am 8b879b14: am 3edc3c56: am b151f48a: am c93386ce: Merge \" Fix bug2537659  When airplane mode is disabled, Mobile connection may be bring up  before connecting to a known wifi.\" into froyo\n", "proba": 3.0118314953142544e-06}
{"commit": "f41b19fae6f644ad5535a1d0de025f3fac8d08ef", "message": "Mylar Task: Bug  119145: Standardize classification of interaction ...\n", "proba": 5.501456712408981e-07}
{"commit": "ea986e301f3f67c3d3446961b5f316c7c4f3112c", "message": "am f017167f: Merge change 25794 into eclair\n\nMerge commit 'f017167f52e2459cf16fabde8afb5a6c51bd780f' into eclair-plus-aosp\n\n* commit 'f017167f52e2459cf16fabde8afb5a6c51bd780f':\n  Remove the GDD Gservices setting.\n", "proba": 1.2731113940844807e-07}
{"commit": "923c0dc070aaba6ac1eccc4ce5aa2261ca6176f2", "message": "Discourage content observers on LOCATION_PROVIDERS_ALLOWED\n\n- Bug: 12176905\n\nChange-Id: I79bfdbba5ad0d11d82169c0897418f5b3963be0a\n", "proba": 7.449463623743213e-07}
{"commit": "a20ca67d944a8a015206dcdec41eb87f55165358", "message": "Add global setting for ephemeral network timeout.\n\nBug: 18637384\nChange-Id: I6bde3c9eef12caf2cc51c449abffc1c69f60c17f\n", "proba": 2.376964403083548e-05}
{"commit": "a4cd015bda4c0f35b2836ccc081517e5010aa38c", "message": "the filter can be used to initialize portlets without having to go thru the servlet first\n\n\ngit-svn-id: 616481d960d639df1c769687dde8737486ca2a9a@4327 9c99c85f-4d0c-0410-8460-a9a1c48a3a7f\n", "proba": 9.72267116594594e-06}
{"commit": "9df1411c0e02bf53e4fd21dd83daba9dcb294d26", "message": "am 4e76ee07: Merge \"Fix easter egg setting validator to accept valid values\" into mnc-dev\n\n* commit '4e76ee07f7aa2e1812a0d86330b59a518974a87a':\n  Fix easter egg setting validator to accept valid values\n", "proba": 7.878246606196626e-07}
{"commit": "89b55fc52d0ad20013353af32e7d4823d95db575", "message": "am 7ab0ad1f: Add a global override for VoLTE calls (which leaves user setting in place)\n\n* commit '7ab0ad1ffe858dbf82d5c3b540c02488f31c51f0':\n  Add a global override for VoLTE calls (which leaves user setting in place)\n", "proba": 9.59273620537715e-06}
{"commit": "95275dc7caedda2e22524cae721dc13396ae15e4", "message": "am 5a8e31ef: am 3bb0bb3a: am f63800dd: Merge \"Remove unnecessary relayout call from traversals.\" into mnc-dev\n\n* commit '5a8e31efce135d96cb70bb94e034c9acd1b7c60a':\n  Remove unnecessary relayout call from traversals.\n", "proba": 3.1254097621058463e-07}
{"commit": "2c5b8cc71bc8ac1efa944568c1292929073bbc36", "message": "Fix bug 5455676 - seek bars without thumbs\n\nChange-Id: I9a4257b91a89cceeca7d5acf9358a8254446c784\n", "proba": 2.7500198029883904e-07}
{"commit": "44c09f2919d21296c0f020b954621c30d73eba20", "message": "am 27fbf676: Merge \"Update documentation for DatePicker to reflect the new mode\" into lmp-mr1-dev\n\n* commit '27fbf67644bed5d0d590458ad89cee38d8fddeaa':\n  Update documentation for DatePicker to reflect the new mode\n", "proba": 1.6093007104700519e-07}
{"commit": "24bd785f818ea3562d33a98dd1cce9489ceb0b08", "message": "Added health checker for loop connection problems as per T2-641\n\ngit-svn-id: 5626fbb33a1f7bbd21446fe69dedf0fd6afca621@12523 bf327186-88b3-11dd-a302-d386e5130c1c\n", "proba": 3.6021444316247653e-07}
{"commit": "d3ac8a33cd1f0ebffb04b21ba5f50c682179cfc8", "message": "[149418] Unable to edit constraints when default namespace is not xsd\n", "proba": 1.9045889132485172e-07}
{"commit": "03d9fc334c9c4f30f5241667f1cc342610ab2b91", "message": "am 4dd320c9: am 321ac564: am f8773dfb: Merge \"Add PhoneStateListener(Looper looper) and some documentation.\" into lmp-dev\n\n* commit '4dd320c90ba6a3dda99a056109e489bad4f2996c':\n  Add PhoneStateListener(Looper looper) and some documentation.\n", "proba": 2.2952352196625725e-07}
{"commit": "95e0a06063f080171a5873eb947aa6a2084c14be", "message": "Test CGI decoded command line argument pattern", "proba": 5.106644493935164e-07}
{"commit": "be7e67aafda37be2d338a7fad3e576c5fa85f745", "message": "replaced by ClusterWheatley\n", "proba": 3.334891118811356e-07}
{"commit": "f307396e7a3f51b7aafc2d0c9ae8aedc1abf7e19", "message": "test perf hit of extra checking\n", "proba": 1.6199655306081695e-07}
{"commit": "ccc759f9c3e2dbb34d6a5c31730b674ed4007eaa", "message": "make SWMD happy\n", "proba": 6.958844664950448e-07}
{"commit": "f4a763216189d40f95923ee3931f635ea70d417d", "message": "Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=43366\nProvide backwards compatibility for sessions command\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@651988 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0001567439321661368}
{"commit": "77586670ccd6201e7e16bf7249216818cf6c18b6", "message": "I refactored the location and missed this one in the previous commit.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@817699 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999321699142456}
{"commit": "0c3740facb1793e25e9b114fd0457b12263b7863", "message": "Fix NPE observed running unit tests with APR on Linux\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1359102 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.057562475485611e-07}
{"commit": "5fe91e2e1f1601ba5804dee6ca02df144efacd7d", "message": "Followup to r1465810\nConvert two more methods to varargs form\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1466086 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.999998927116394}
{"commit": "6b8f577850a834f029f520a8d8fcd9d28cb0587e", "message": ":art: Fix #145\n", "proba": 1.6884847298115346e-07}
{"commit": "a9f20cb1e34b54030f143638b072e462797cd457", "message": "Create : 0052\n", "proba": 3.668649526389345e-07}
{"commit": "486c3b1ac392e99f75b530c7135f9ea937409a81", "message": "Create : 0281\n", "proba": 3.609052328101825e-07}
{"commit": "a49abc72f29e3a261681efe3551ea4ee0520a1b4", "message": "added tests\n", "proba": 1.7831912657584326e-07}
{"commit": "e17465c908f1b4a5754599836ee81e2a1f1027cf", "message": "KCINFR-250: Adding JUnit test \n", "proba": 1.2259516779522528e-07}
{"commit": "db3c50c508dc32f392ebe2b45f6925160b6965f3", "message": "optional added\n", "proba": 2.261457581198556e-07}
{"commit": "9e3279ff4c3001416c96cd4d7b7d88aa168e99c6", "message": "Added tagsToStrings() helper to reduce code duplication\n\nSigned-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>\n", "proba": 1.1888462836395775e-07}
{"commit": "d2fb4c8e6600227dec90c77e12a78e9019c4cc8a", "message": "new Deal base interface.\n", "proba": 1.1589323634098037e-07}
{"commit": "d1e87d7d1347f4838494f7e4be938faef2dc694c", "message": "(java) Solved problem 43\n", "proba": 5.402947067523201e-07}
{"commit": "cbc583109ee95632fddd3ff87171dc0ab3466147", "message": "minmax inputfilter\n", "proba": 2.6293830615031766e-06}
{"commit": "d3db8acdbb7bc10c2ca647e7ffa225e78bea0951", "message": "Atualizacao autom\u00e1tica\n", "proba": 1.5049522517074365e-06}
{"commit": "d13dc20b93bccb48a6b441579836e69e3c92e39d", "message": "New class to hold Byte monitor.  This is currently empty.\n", "proba": 1.066714077069264e-07}
{"commit": "898e3dda949f305a64e249b1571a9b5d2853887b", "message": "am 92638a0c: am 6625047a: Merge \"BatteryStats: Use English locale for dump and checkin data\" into mnc-dev\n\n* commit '92638a0ca9c7c2125c624e457e79088b9892d4e0':\n  BatteryStats: Use English locale for dump and checkin data\n", "proba": 2.8161747422927874e-07}
{"commit": "1552d60ae7b39aab9e18dbfaea5f515a93f81a54", "message": "code tidy\n", "proba": 1.7191616734635318e-06}
{"commit": "66b2a4b0df11c9673182be30385b7ad3e6260e28", "message": "Add Operation wrapper to gson manipulation\n", "proba": 5.525823212337855e-07}
{"commit": "712e96b838ecf483e5bca3bcdc04775b11b63bdc", "message": "Removed escaping of single quotes from encode() since it's not strictly necessary and it causes nasty little problems with IE6.\n\ngit-svn-id: cf2b8e13e5fd585456580429c3991d4364a2cb88@236 d471f07e-d8fc-0310-a67b-dd4c8ff0e7cd\n", "proba": 0.0001568937732372433}
{"commit": "1b3efb630aa31579629b49b01c0c37f55ad9586a", "message": "am 2cac8988: am a117a397: am 296f0a05: Merge \"Add PhoneNumberUtils method for CDMA SMS number formatting.\" into klp-dev\n\n* commit '2cac898874d8f94be35092b4c6fcfdb82ee9bde6':\n  Add PhoneNumberUtils method for CDMA SMS number formatting.\n", "proba": 1.6187810558676574e-07}
{"commit": "9b8000e29043a8f433803e6a28a14300f601c278", "message": "Added support for <validCheckSum>any</validCheckSum>\n\ngit-svn-id: a91d99a4c51940524e539abe295d6ea473345dd2@1855 e6edf6fb-f266-4316-afb4-e53d95876a76\n", "proba": 2.758990831353003e-07}
{"commit": "1c00c521ca1afbd1776cc079183e67e8694ffc70", "message": "38. Count and Say\n", "proba": 1.9523016817402095e-05}
{"commit": "519df52ff376a9012f7266626c1b286061b073b1", "message": "Added user metric graph panel\n", "proba": 1.563910672075508e-07}
{"commit": "c5c64d4d5a68901b25a8a25cc02b8f9fb0e56069", "message": "New dialog for unified spectrum tier settings\n", "proba": 1.505189146655539e-07}
{"commit": "aff6f37d71abaf4fdb3ac3e380341b76101e2dd9", "message": "Added method that makes duplicates of the stack.\n", "proba": 1.0780619419392679e-07}
{"commit": "7957cbb2cfc9507349e5d5fd0919ad9b4649f3e6", "message": "added OrderedJSONObject to work around the fact that JSONObject doesn't preserve the order in which properties are added\n", "proba": 6.573902737727622e-07}
{"commit": "7c5403e3be85ba18d9addcdd9a6cc9298f2469b4", "message": "[networklib] added DedicatedServerApp\n", "proba": 1.474071495977114e-07}
{"commit": "d09fd5a76e6ae764cb42bd25d1cb005805ca1728", "message": "document UTF-16 BOM writing (closes #37)\n", "proba": 1.402871419031726e-07}
{"commit": "7360ea413fdc31f92c3fc9a60b664ddf32279ddc", "message": "number of cluster documents\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@10190 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 5.2966347539040726e-06}
{"commit": "996bee10fbfcc3c8dac67743f2b07b5e7a7542ee", "message": "Create SignedShort.java", "proba": 3.8059181406424614e-07}
{"commit": "82dd7bd7787050cafac2b7c4865bad7c90b7b717", "message": "Fix JUnit style\n\nsvn path=/harmony/; revision=498920\n", "proba": 1.8592218111734837e-06}
{"commit": "f00980de6b24831d3f5b7a0a203f6483b5d475ad", "message": "MismatchedCollectionQueryUpdate: imports restored in testdata\n", "proba": 4.752631355131598e-07}
{"commit": "e5c66a9c57eb00bb167a8ee79512f10e234b5a47", "message": "add test\n", "proba": 1.7454851786169456e-06}
{"commit": "19c989e2be37bc30e8255f988105215ba937797a", "message": "RICEQA-440 : Fill AFT Gap: KRAD Library - Page Group\n", "proba": 1.0595924493372877e-07}
{"commit": "817739fe6c714a6a89ab2a529c55e3d09458fa1c", "message": "new StationListProvider that's needed by Android Auto\n", "proba": 1.4872502163143508e-07}
{"commit": "8341d4cb7076f6aed7698eb41cdff55e0d54a8dd", "message": "Search Servlet\n", "proba": 1.2605939900822705e-06}
{"commit": "0575e96f55248b7273d86e9d91c34447d6b98d93", "message": "Created test for use case.\n", "proba": 1.261596764834394e-07}
{"commit": "96827f9d20a02de1eef07890662f9ffa2cfa3b66", "message": "initial commit - Java compiler with custom ClassLoader\n", "proba": 1.2807871030418028e-07}
{"commit": "4f38f9fc334ea485a8ed9b916e7ecb4e768411a5", "message": "Create JREEngine.java", "proba": 7.688925620641385e-07}
{"commit": "a42d8b2d00dfced8ca2fdc566e5da3028ab3b891", "message": "role edit\n", "proba": 5.979006800771458e-07}
{"commit": "85f71874a16544b33de03e4e7306985ace2e703d", "message": "strange conflict resolution\nadded new test\nConflicts:\n\tbuild.xml\n", "proba": 2.0703751602013654e-07}
{"commit": "e42da1c1269c284966beda1ef13aeb29188aeef0", "message": "Computes \"simple\" part of the f-bond-only formulation of B5 for spherically symmetric models\n", "proba": 1.8245867750010802e-06}
{"commit": "85ff4722136f610792cc628b02f5a4e2e82d9ffd", "message": "SLIM-1017 Solves merge conflicts\n", "proba": 1.1867250577779487e-06}
{"commit": "e810a8548040c12c3148bec607f81cc6994c4721", "message": "RICEQA-308 : Fill AFT Gap: Demo - Lookup Views: Lookup actions grouped into a hierarchy\n\ngit-svn-id: 2a5d2b5a02908a0c4ba7967b726d8c4198d1b9ed@45981 7a7aa7f6-c479-11dc-97e2-85a2497f191d\n", "proba": 5.627920245387941e-07}
{"commit": "686bceab533c56fd734c9d9952bcf6b1c51757a0", "message": "RICEQA-266 : Add AFT to test readOnly fields in KRAD Demo Library\n\ngit-svn-id: 2a5d2b5a02908a0c4ba7967b726d8c4198d1b9ed@45746 7a7aa7f6-c479-11dc-97e2-85a2497f191d\n", "proba": 3.751833048681874e-07}
{"commit": "7808755d9b75b7f1be3811b95eb0da587e678c6d", "message": "adding a blank test to see if I can autowire normally.\n", "proba": 1.2125231307891227e-07}
{"commit": "2312ae76f5e7cfa37132b72e50fb56d7a9a04541", "message": "Added and implemented a prestepdefinitions class", "proba": 1.409272982755283e-07}
{"commit": "f3539b33ca4562dbac6ba745d6ce0775c83dc7c4", "message": "Added utility SynchronizedTransaction wrapper implementation.\n\nChange-Id: Ic35661a59fde08f0ec0b72121cd2e3dedf1de480\nSigned-off-by: Tony Tkacik <d0658a876d3f3373fb5ecec624b553a76d54e737@cisco.com>\n", "proba": 1.430083642617319e-07}
{"commit": "2ee57377f5c7f50b0606397b67c8955669a037c4", "message": "INTEGRATION: CWS jl3 (1.1.2); FILE ADDED\n2003/12/11 11:06:45 sb 1.1.2.1: #114133# Added test.\n", "proba": 9.868804795587494e-08}
{"commit": "e9c9081e7675e7454ebcc6b8b8d7c8e3a382d465", "message": "remove test main", "proba": 2.1230321181064937e-06}
{"commit": "5f842facf816e28764b96cba16b728e16e59cd38", "message": "fix schnipp\n", "proba": 2.513560866646003e-05}
{"commit": "a1cf091d180024288678046ecdef1ec02fc628aa", "message": "XLC-186 Provisioning has to be done by 'vcbs' user.\n", "proba": 1.05924080173736e-07}
{"commit": "264eb97b4d84c854e051478dc300ff5260097103", "message": "DouniaBerrada: Adding exception for cases where the JS did not finish executing.\n\nr15562\n", "proba": 7.656553862034343e-07}
{"commit": "2dedf8a455ec18e9a4049431d15fd64b5e828a4a", "message": "Add note on removal\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1458739 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.328888737996749e-07}
{"commit": "aab5bffa6351a3738ba864d7e7f45d4f21bb6ea0", "message": "Payment Tour Hotel", "proba": 3.308336147256341e-07}
{"commit": "881a5022ef064d0939f9e8f05b105a9b0ee49d9a", "message": "Actualizado VendedorRepository", "proba": 4.839893108510296e-07}
{"commit": "701c91a1d8984126699313e7472950d922e404b0", "message": "(Bug fix) Changing 1 origin to 0 origin.\n", "proba": 1.3380919483552134e-07}
{"commit": "bcae2bbd8cc3778340851330d503c5f2906553fa", "message": "Added a JUnit test case for the FileConverter\n\n\ngit-svn-id: 695e8515a9258845e6163903654874b217615ba0@128707 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.020501253558905e-07}
{"commit": "cb5b0d812dd374b1d4e9c8169303ef0c0755f299", "message": "Implemented redirection of controller actions with the method:\nredirect(action:this.other,params:[\"myparam\":\"myvalue\"] )\n\n\ngit-svn-id: 29aad96320b2a07b98332cd568fc1316025c072f@309 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d\n", "proba": 0.0007011201814748347}
{"commit": "cb0094cdc271b1b2b271ffc7edbc0b0b3a146055", "message": "[androsdk-1383] Add the VisualizationCollectionRepository test\n", "proba": 1.2188159814741084e-07}
{"commit": "e06ac14d785e6dd1946c058661c76312e9e75dc0", "message": "missed to add one class\n\ngit-svn-id: 5a9cb29c8d7fce18aac47241089437545778aaf0@1417094 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.946873678411066e-07}
{"commit": "3c57a5bbb7f9688feadb42263c1a60eb2b640b2a", "message": "Fixed a system error when the recommended results were less than 10.", "proba": 1.3082261318686506e-07}
{"commit": "dc9330bc415c05699f5ff56e411d3212a608b13a", "message": "FLEX-3145 ~ Updated DeviceOutputSettings (#257)\n\n", "proba": 1.0569824837602937e-07}
{"commit": "3c62cc7dcd39e252f1b72a286c73939cd6540bfd", "message": "I love my testcases. table-row1 just showed me another bug. :-)\nBugfix: row background did not get painted in certain situations. rowFO was reset too soon.\n\n\ngit-svn-id: 102839466c3b40dd9c7e25c0a1a6d26afc40150a@198661 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.0028650194726652e-06}
{"commit": "50ff4b0c754a9d16c3200ba43915767711474af2", "message": "Add statement to problem 43\n", "proba": 0.0008487715967930853}
{"commit": "af467909124d240aa892d528fc9c4441d146d3c4", "message": "Cosmetic changes.\n", "proba": 2.0834596625718405e-07}
{"commit": "a489fc249973797d4ece058c5cf6a7973c5496a9", "message": "Exercise 3.12", "proba": 2.5388649191881996e-06}
{"commit": "77f2da966fd0477bf4298c1f74a5ad4bac6fb4c8", "message": "o removed unused (blacklisted) column in the artifacts locations table\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@678739 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.6402868823206518e-06}
{"commit": "ddda5a7f506f2134bbd22caa2eddc243e6300175", "message": "add testcase\n", "proba": 2.2016933144186623e-05}
{"commit": "0198fff90430d9f974b0284fc3659434406c751b", "message": "Rename ro.telephony.lte_on_cdma to telephony.lte_on_cdma.\n\nThis allows the system property to be updated at runtime and\nfor testing.\n\nChange-Id: I75788e5fa70efdbb9186b9f03baac1d9e6b3febd\n", "proba": 2.6755265025713015e-06}
{"commit": "d44a751bb1a039d6f9eb86e70f502301c7d07f82", "message": "cleaned code for vibrations\n", "proba": 2.932706877345481e-07}
{"commit": "b30503b1cb690242db8bb74e657ee5ae796c5783", "message": "IFS-156 - Add `AssessorCompetitionSummaryControllerTest`\n", "proba": 1.1443876957173416e-07}
{"commit": "5594f86a0259d4ed61b0613cd61afcb2c81a36cd", "message": "rearranged buttons/slider", "proba": 1.9319522834848613e-06}
{"commit": "af9eababb06a197bc0da59f285a4643e42486654", "message": "Reordered member variables\n", "proba": 2.9152869274184923e-07}
{"commit": "359382e058bdfd04f49a748cc2bd9edffe837b76", "message": "CommitView: Trim the filename in the center as the first part of the path is often useful\n", "proba": 1.640309079675717e-07}
{"commit": "a301634907907d91a4e48b4074d0b85cfb4475fd", "message": "Test properties containing a double-quote alone with q/dev/io.quarkus.quarkus-vertx-http/config\n\nIn particular the environment variable `__INTELLIJ_COMMAND_HISTFILE__`,\ntranslated to `%.intellij.command.histfile.`, seems to be giving that\npage a hard time.\n", "proba": 2.1722894416598137e-07}
{"commit": "a95ffa13fd7068c37798a6d009825def110df290", "message": "- Summary:Fix bug 127427.Automatic thumbnail generation\n\n\n\n- Bugzilla Bug (s) Resolved:127427.\n\n\n\n- Description: Write new  classes to support the function.\n\n\n\n- Tests Description  :\n\nManual test\n\n- Files Edited:\n\n@changelist\n\n- Files Added:\n\n@addlist\n\n- Files Deleted:\n\n@deletelist\n\n- Notes to Build Team:\n\n\n\n- Notes to Developers:\n\n\n\n- Notes to QA:\n\n\n\n-          Notes to Documentation:\n", "proba": 2.3123767789456906e-07}
{"commit": "08dbb404b5d64593958de98934e1f838deb484f2", "message": "Create ThoiThiet.java", "proba": 9.980391268982203e-07}
{"commit": "86b3b74405fe2136e7b65f533b825ed282471eb2", "message": "Fix no default key bindings", "proba": 4.874850856140256e-05}
{"commit": "41d32f104de648d89ba6f11b2f82ea43d4a888ee", "message": "Create Webserver.java", "proba": 5.305521426635096e-06}
{"commit": "2a1de170c9b18ed70c5b45987cccbe849b174c88", "message": "Create converter for Boolean parameters\n", "proba": 3.8670768276460876e-07}
{"commit": "3d6aac01d7f494cb98bb733e240d415fc27ffe03", "message": "Hopefully final patch for Bug# 13149....If the servlet.jar is present at compile-time and absent at run-time don't use log.warn use log.debug as we should fall back to the EngineConfigurationFactoryDefault silently under \"normal client-side\" conditions.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@255369 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.245492952279164e-07}
{"commit": "1ef1ad03174deb26efa455308699d3818c611348", "message": "Fixed file formatting.\n", "proba": 1.7105254812577186e-07}
{"commit": "60958f428c5221aa689f163242eabcd0b9872187", "message": "-New ExampleTest in proper structure, now supporting JUnit4 Unit Tests along with the gradle build\n", "proba": 1.0677990758267697e-07}
{"commit": "66920e4a1f3df9ed85c65640ace97f61b9b32b4c", "message": "Removed FIXME\n", "proba": 2.759293522558437e-07}
{"commit": "e30d96e297539b29a8272502e4e7ec774c7db491", "message": "Export vespa.config\n", "proba": 6.71295310894493e-07}
{"commit": "b0da077bb7ead3f8cb82e57f0ad73527a24b446a", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "7026020398534bea51a122cbe91f0da0770a6f06", "message": "don't select default track if subtitle controller is not present\n\nsubtitle controller won't be there if app is not using VideoView.\n\nBug: 15470448\nChange-Id: If6724928220a8906bd2199ebc0916a4493092abb\n", "proba": 4.5315468355511257e-07}
{"commit": "2eb3adda3390a54c436472a3699aa48260a7f660", "message": "YARN-4938\n", "proba": 4.086029150585091e-07}
{"commit": "59a4c0f300ca586c95935e3d078af930c8460c1d", "message": "Require changeLogFile for diffChangeLog like we do for generateChangeLog\n", "proba": 2.1051056364740361e-07}
{"commit": "17ad6798d6a6b79563d1c5ae157c721ac1edf0cc", "message": "Setting the debug flag to false. Accidently checked in with the debug flag on\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@291578 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.180711130175041e-06}
{"commit": "7b53ed73443c3f20419f06b7cbbb2f6d839d5e23", "message": "\n\ngit-svn-id: file:///Users/billburke/jboss/resteasy/resteasy-git/svn-server-sync/resteasy/trunk@512 2b1ed4c4-5db3-0410-90e4-80a7a6204c25\n", "proba": 1.8813242377291317e-06}
{"commit": "f3eaef2153559ae83ac0f9256d509241b863e725", "message": "am fb973240: Merge \"Fix status bar bt accessibility message\" into mnc-dev\n\n* commit 'fb9732409a5f419ec00ba7b76de94bbcbd971936':\n  Fix status bar bt accessibility message\n", "proba": 3.448580514486821e-07}
{"commit": "e795c37b343ee57f2a31ba61a831c7ce8a86ede3", "message": "initial checkin", "proba": 2.800410925374308e-07}
{"commit": "55acf74d94e98b91203944d63de55ee2b6ea3604", "message": "added missing file\n\ngit-svn-id: b6c13a3f01c183418960c1e4d1e6a42a97ce9376@786 23d1a52b-0c3c-0410-b72d-8f29ab48fe35\n", "proba": 9.040692248163396e-07}
{"commit": "9996069c6edef3adb2f7f154f4dbdf34d328e6e4", "message": "add MojangDownloadProvider\n", "proba": 2.9693717351619853e-07}
{"commit": "4d414c5b657b9485c940a70d375d10b2ab2fefd3", "message": "Add FileManager.autobuildDir", "proba": 1.94911876860715e-06}
{"commit": "56c5de825db53d87e9ea2f0b58df23741409323d", "message": "Se inicia con los test\n", "proba": 1.0054237691292656e-06}
{"commit": "7f13feda1c74e07b6688f4aced42e9f29740a984", "message": "PC-165 Make use of component properties consistent\n", "proba": 1.2185255116037297e-07}
{"commit": "f3bd0152f98b2699d305e610cc44cc6d6e8b427c", "message": "Added class ActorRef - but not used", "proba": 1.3621924210838188e-07}
{"commit": "8dad8c64a57ea2447d7006b8c4b7d817c3805078", "message": "Added a new DiningCourt activity\n", "proba": 1.1329973403917393e-07}
{"commit": "f799c32f03dd29c5fc857f5e4f99675f63866991", "message": "add Question\n", "proba": 0.00023210716608446091}
{"commit": "c0ca344d57167065021702028740d36ce74d4cd6", "message": "Binary Tree\n", "proba": 5.9212961787125096e-06}
{"commit": "e1a0256e83005cba3689b105849fdde9198673dc", "message": "Added Profile model\n", "proba": 1.8988541228281974e-07}
{"commit": "0e289ad4fbbcb6989fee9ae9490195f93e56e724", "message": "auxiliary java UDF for debugging 'Small YADDA'\n", "proba": 1.6229964217018278e-07}
{"commit": "286d3ba5b08781aa2c3c20aa8b0c365ca9b3ee60", "message": "Add assert descriptions - SLIM-873", "proba": 7.3476185207255185e-06}
{"commit": "f46a7747c2e9a218efba49c1bce78958eef5c508", "message": "Adjustment Set and Get configuration for Elster FLEX-1519\n", "proba": 1.1087523432706803e-07}
{"commit": "09b1a699b7734d5f8e78995b0c3c049b06f245ec", "message": "Deleted class\n\nWas an old class, but has been replaced by BaseRacePower\n", "proba": 8.389254162466386e-07}
{"commit": "253cf01eda1b1e2ec6cf5a8702478380fc11f7ce", "message": "task 188 new\n", "proba": 0.9988076686859131}
{"commit": "d2e54654fe1609bd7f837f01a7ab1474a927e0a6", "message": "add changes to Tracker.java\n", "proba": 7.153551564442751e-07}
{"commit": "4a69dcbca783a0fd0ed353a7a218c31d8d814c34", "message": "Communication activity listeners (#9327)\n", "proba": 1.211875684248298e-07}
{"commit": "97bff8146688e5e6d24eb1f02b4a200d962747a8", "message": "am fb997a53: am 5de4d989: Merge \"Use correct PowerManager call to wake up screen\" into jb-mr1-dev\n\n* commit 'fb997a53d0e85d0164b35df10914bdcdf77b4c89':\n  Use correct PowerManager call to wake up screen\n", "proba": 5.250058165984228e-07}
{"commit": "d830db71cf1e71baba1e955022a2d2ba8f75efce", "message": "leetcode: count and say\n", "proba": 2.4998536900966428e-05}
{"commit": "78bfb516b57a9fb351635603da0611ea8a3547f8", "message": "Added implementation for the Functional class.", "proba": 1.1612988970455262e-07}
{"commit": "2a52591101d645c3dbb9af97f030864c30970dcf", "message": "YARN-2992 add retry due to session expiry\n\nChange-Id: I0143b828cb944084105ea8da7f23a3bf3295ecce\n", "proba": 4.085542002485454e-07}
{"commit": "eb785fa71a4b2c83158fbde42ec515bbbfe356fb", "message": "Automated import from //branches/master/...@141518,141518\n", "proba": 1.2548734673600848e-07}
{"commit": "32de2f67ea8276086ae91cbda1d0ef06caf4b3cb", "message": "Fix issue #4068088: NPE at com.android.internal.os.BatteryStatsImpl...\n\n...addHistoryRecordLocked(BatteryStatsImpl.java:1210)\n\nIt was doing a bunch of stuff without holding a lock!\n\nChange-Id: Ie5b56514370e0bfc87ba7737d75e01df0859817e\n", "proba": 5.518334660337132e-07}
{"commit": "6d64b2436dd6a752e3ef07f9b45f80943a20c624", "message": "Zadanie02\n", "proba": 3.4754530133795924e-06}
{"commit": "c6fb53e65002483ebc00c7c87230fb0ad35608df", "message": "am 6757aed3: am e16741b2: am 272b504e: Merge \"Tame the monkey. Bug #2547546\" into froyo\n", "proba": 4.593573066813406e-06}
{"commit": "ea5a036474ab30aaee601589c16878e864f78ae0", "message": "Print boolean with expected case\n\nChange-Id: I79999bd7cfe9e6f34a0aa6dce47efc1bb2d3d4be\n", "proba": 0.9999994039535522}
{"commit": "44cf3da454bb9271ce44ed0acdc0abe02ff1c945", "message": "Updated PlayerView GUI to show last plays in descending order\n", "proba": 1.9467634615466523e-07}
{"commit": "1b485105397cb302c5bb776989b5b37683022c09", "message": "Added CoopDriveWithTriggers command\n", "proba": 1.4013939164669864e-07}
{"commit": "db3cf28ec074df3445627fa01f76307acb2e1542", "message": "removed import statements, commented getServerInfo JSONResponse object, added javadocs\n", "proba": 2.1402536276582396e-07}
{"commit": "5505b377fc7a402c3cef1efab5bb8ad054ad71e5", "message": "Added testcase for #1982.\n\nsvn changeset:5189/svn branch:trunk\n", "proba": 4.0186165506383986e-07}
{"commit": "e3f647937a3481ab212be1572cdc72bd3c7e5519", "message": "Test case for #2271\n\nsvn changeset:6073/svn branch:trunk\n", "proba": 2.3177108232630417e-07}
{"commit": "170560b4ba8ed89b089f2b7345bb03ad4af78eb9", "message": "Speed improvement through caching", "proba": 1.9542933671345963e-07}
{"commit": "6207f12d5c2aceed95a8fc2efd0ece50b847d8a2", "message": "Align code between connectors in preparation for pulling code up to the superclass\nWhen returning SocketState.CLOSED, recycle is always called\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1136099 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.2321721644402714e-06}
{"commit": "6e796ae732c085490bf5dd9a25f8059a18c4388d", "message": "*Extent: Renamed getBlock() to getBlockRelative()\n", "proba": 3.3306016575807007e-06}
{"commit": "39bafb32632f6d418b85da25f30946bf42730e79", "message": "Add the TransactionCreator interface.\n", "proba": 1.2323013720560994e-07}
{"commit": "7dd339cafddce4415b3ad496519ddd5513438277", "message": "Updated XSLT view to be able to handle transformations with content\ntype 'application/xhtml+xml' (XHTML) properly.\n\n\n", "proba": 1.0676239270424048e-07}
{"commit": "198d0232c875d7733ed6fb7d54ad26d1e0fc1f34", "message": "Update SwampTree.java", "proba": 8.520471510564676e-07}
{"commit": "11984ce8218675f1750969602436f9f484b14ad4", "message": "Add a class to provide Aspectran Version information\n", "proba": 1.4018135630067263e-07}
{"commit": "08e079eb10dd03ace7c40bbb865cbd78b443f07b", "message": "Extend presents model with url and image_url\n", "proba": 4.1794965000008233e-07}
{"commit": "2d7e6744d246b06010f18cf528254b144037bb56", "message": "Elasticsearch3 uses _bulk to load instead of Transport Client\n", "proba": 1.2820849804029422e-07}
{"commit": "8d2d33631587b80e58976c1fd7d12cdb387df970", "message": "Enforce method names in unidirectional bindings.\n", "proba": 1.2246744063304504e-07}
{"commit": "db2f1a93b580a62a6c15b16f2b8ee1ddabe45784", "message": "added assignmentfilter to queryinstances call\n\ngit-svn-id: 10e7b33c77b11d4d5f141356d1bb38d8045b07f4@63 d65053c1-90ef-600d-e4fb-d2fe1028c0e1\n", "proba": 2.2013286979927216e-06}
{"commit": "dd7e437b37a6562e37e258d749ff349bb3bcd8ec", "message": "Power of Two\n", "proba": 3.297059811302461e-05}
{"commit": "f9e1ba257626e9384723cffeb5257f5cabe0677e", "message": "Fix ButtonSample following quickFSM api change\n", "proba": 1.67808721585061e-07}
{"commit": "cb0c1c208ed175cc750b7e447683d69026dfee90", "message": "Rearranged this so that the annotation stays on the get method (not sure it makes any difference - but this matches the rest of the class at least).\n", "proba": 1.1780858955035001e-07}
{"commit": "be9840af2cc440f303a6994e2aff8bf2cb710e8f", "message": "Add illegal state check\n", "proba": 1.0297358130628709e-06}
{"commit": "86d2613d16fa673a4224621648ce1cab8fbaa741", "message": "Answer chap.1-12\n", "proba": 0.9993834495544434}
{"commit": "d644b8668fcc146675349884125d1a712ebbf05e", "message": "Added the AcmeChallenge controller for SSL\n", "proba": 1.3467976600622933e-07}
{"commit": "352d2069036b63091c3adfa0e18452142f0e4990", "message": "while loop\n", "proba": 9.855814823822584e-06}
{"commit": "7ec2f64d7c68062f18068261d932e33b2eaf82f2", "message": "hav doOnReload(...) return the Runnable it registers so you can call it immediatly reducing copied code.\n", "proba": 1.0667384486851006e-07}
{"commit": "b7d91537f52f07baad3922233437a52f7e9e4356", "message": "added Strftime parser class\n", "proba": 2.2477289007838408e-07}
{"commit": "5cb83690d002aabae122bd02d26efe0c96fd6cef", "message": "\u5229\u7528NGRAM\u505a\u70ed\u8bcd\u5206\u6790", "proba": 2.0093708030799462e-07}
{"commit": "6b8f18a130be4f3581462ddf1f2c5550a6332d8f", "message": "Add ITextField interface\n\nSigned-off-by: Steven Downer <e51bce9123e792aec8a98724fb48684dc936521f@outlook.com>\n", "proba": 1.2718905395558977e-07}
{"commit": "d37beff6d541150b8f5d88febbb19dd9171aaaba", "message": "am fec0728c: am ea09a5b6: Merge change 26791 into eclair\n\nMerge commit 'fec0728cfb4ffdeff55b454ee6b256a6720e6177'\n\n* commit 'fec0728cfb4ffdeff55b454ee6b256a6720e6177':\n  KeyStore: return null when response code indicates an error.\n", "proba": 1.287768327529193e-07}
{"commit": "af1948984bc54fc5c0da3e815622ddb3623a788d", "message": "- refactoring create constants\n", "proba": 1.9750835633658426e-07}
{"commit": "c2fa5ca607153d3899240cfc0f2197ad415ec7ba", "message": "Issue #823 - Invisible Presence and Invisibility - support for XEP-0186 Invisible Command", "proba": 1.1275216138528776e-07}
{"commit": "c0254d0bb79d9425943b1deccc409b6b232684a6", "message": "Fix(Status): Removido o status ferido do Enum\n", "proba": 2.9869911486457568e-06}
{"commit": "7eec1633151b58400cab9183f8eaaefcb0e54eba", "message": "String.java: fix for the runtime metamodel\n", "proba": 3.878240750054829e-05}
{"commit": "d13f401d90d1322031d682c8cd2b09d0ad1758e3", "message": "single_Number 3\n\nChange-Id: I0c88b9b2e13a80c686b21379f09e143987ae15a4\nSigned-off-by: pistolove <410a3c9a1616fe31e0c38c1719613c8270ffba78@163.com>", "proba": 1.416040049662115e-07}
{"commit": "27628b92141f143116d2bead7aea06a39d8759d5", "message": "INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED\n2003/09/30 08:34:29 cn 1.1.2.2: CHG: #112259# replace of TestParam by XMultiServieFactory\n2003/09/29 16:37:24 sg 1.1.2.1: #112259#NEW:initial version\n", "proba": 1.371954851947521e-07}
{"commit": "4545d525ade8888fa664953242709798133ff8a0", "message": "(java) Solved problem 45\n", "proba": 7.213543540274259e-07}
{"commit": "3720f54d1a9d90b52067d113499e4dc19e82619e", "message": "begin Circle example in Java\n", "proba": 2.499419622381538e-07}
{"commit": "ab2c466240ab222f1569b2e8529d9bcda594b745", "message": "Added tests for Json time stamps.\n", "proba": 1.091156818233685e-07}
{"commit": "3a519b0122a13dd3450c256b8224359d2f0b087d", "message": "add testcase for issue #743\n", "proba": 1.4041215479210223e-07}
{"commit": "44c4f70a927088415f3da7ea994c9a187cb00a44", "message": "[mod] iconFontDrawable \u652f\u6301\u5706\u76d8\u80cc\u666f\uff0cswipe \u589e\u52a0swipe \u6247\u5f62\u80cc\u666f\n", "proba": 2.2662591447897285e-07}
{"commit": "009013badbc318a5c5738596c3fcb28e7902125f", "message": "Add SemVer unit test\n\nSigned-off-by: Jarno Elovirta <0f1ab0ac7dffd9db21aa539af2fd4bb04abc3ad4@elovirta.com>\n", "proba": 2.0770120556790062e-07}
{"commit": "dc24fa9fbb3f3e1ed58769cca74b41925951c929", "message": "Delete MTIcons, which appears to be dead code\n", "proba": 4.5917150259811024e-07}
{"commit": "74080b20f339d6343be4bca0152908f744032853", "message": "HADOOP-3162. Ensure that comma-separated input paths are treated correctly as multiple input paths. Contributed by Amareshwari Sri Ramadasu.\n\n\ngit-svn-id: 5be3658b1da2303116c04834c161daea58df9cc4@648761 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.997785210609436}
{"commit": "e8f3b3dd460be890e5688bf8728651f8d2c8ee1d", "message": "Skin support (leopard/zebra etc)", "proba": 1.1745879646696267e-07}
{"commit": "8b7785bb7bc54cb17b1be4723b6e12c1e8840d5d", "message": "Create FindPeakElement_001.java", "proba": 5.913869699725183e-06}
{"commit": "3fd9283f64fa6e9e0b606bd075d1066e379620ed", "message": "Unit tests added to Aspose.OCR module\n", "proba": 2.204798335014857e-07}
{"commit": "c1689c649e3bfbe4c4ecf4fec7e987db9d48b0ee", "message": "New ontology for JADE-specific agent mobility.\n\n", "proba": 1.1281884582103885e-07}
{"commit": "781fc2a5e8e213b4d135de13c9b1c2a185eec025", "message": "Deprecated TestBase to avoid new tests which are LegacyApplications\n\nChange-Id: Ic4bc242b6d2707e7a856256ca7eeddc4efd9eb83\n", "proba": 8.265296855825e-07}
{"commit": "6948c06465e2dfa6b122bb2ba03f196ee616768f", "message": "Main erstellt. f\u00fcr init\n", "proba": 1.5432853615493514e-05}
{"commit": "0e5f22ec48650e0157b5574a55c6db520ef6d08b", "message": "nuts and bolts\n", "proba": 8.172298294084612e-06}
{"commit": "a3d98a77bc426d71fbde2966019485c3e4f02fc1", "message": "Add try-catch block\n", "proba": 3.301967126390082e-06}
{"commit": "c2f1fd8cb938c20186ff202ce42913f4e1406e7d", "message": "Create a skeleton for problem 59\n", "proba": 0.00026386475656181574}
{"commit": "7b2fb256d31a018101647e127307481fd57ea047", "message": "Create Warrior.java", "proba": 2.8931926863151602e-06}
{"commit": "29f5a52d528bab363306de49fa4970e4d30cfb64", "message": "next permutation", "proba": 5.973711267870385e-06}
{"commit": "bcacbb650588d77d8b3b19d3e0124aa3adec9e9e", "message": "Create test.java", "proba": 2.797143451971351e-06}
{"commit": "286236a531fbbe7f9b0d6ea42df70e71010ac713", "message": "docs for GameState\n", "proba": 2.0653897081501782e-07}
{"commit": "1663f9a4d6d3ed37b135664e863079206f15a1ab", "message": "corrected a bug that was causing AISPacket source values to be set to\nnull even when a valid source name was provided", "proba": 2.033364978615282e-07}
{"commit": "9109b84e00665017e4afdcb470daf1e63895c846", "message": "Added CommandTokenizer Class with blank methods\n", "proba": 1.5500333461204718e-07}
{"commit": "bb9a1c54e9e7a00a1317c32383ff5ad1a4e93d5a", "message": "Add HangulIndexer inherited from AlphabetIndexer\n", "proba": 1.5575788836486026e-07}
{"commit": "5a10eb0361c8be8723ba18111dca5ed0fd475702", "message": "fix: Use temp files in BasePath, otherwise there can be write-permissions problems", "proba": 9.541355439068866e-07}
{"commit": "62a7eb0b0586c15f6f8065797bd21485c30f6e8d", "message": "add timeframe counter\n", "proba": 8.495452675560955e-06}
{"commit": "d88cf9fbbbd34e455f7426215e330ba750baa8d4", "message": "Moved DummyServiceChain\n", "proba": 2.564816554695426e-07}
{"commit": "e7660143f31e3bb817cdc73e648d99d8fdf21f98", "message": "*CraftoCommands: CraftoCommands jetzt UTF8 + bessere RAM anzeige\n", "proba": 1.626479644301071e-07}
{"commit": "3854e2a4e9a68eece3c5f8f0e7104a317904ce5e", "message": "Trunk: a small correction of TraceAnalysis\n", "proba": 1.2116099412651238e-07}
{"commit": "6e53a245198a61106d54dbe65826424344a2b126", "message": "added Test_MainDriver.java\n", "proba": 2.0897198282909812e-07}
{"commit": "6563ba916b533146bb04dcfbe306872ac49d6e07", "message": "Added total config\n", "proba": 1.8398306167455303e-07}
{"commit": "96bcfea61ebef873615256efc620407871d0e4de", "message": "this build is delayed...thank musical + jodie\n", "proba": 1.1144386746764212e-07}
{"commit": "88486cd0eb3cb243b7678f4619c8cdc3a57ab12f", "message": "created a general DAO interface\n", "proba": 2.686810205432266e-07}
{"commit": "f1180bf1b6bc289b4255a5fa7d2933bb88636672", "message": ":sparkles: Sort a linked list that is sorted alternating ascending and descending orders\n", "proba": 1.1551601346582174e-06}
{"commit": "8c408bdbf09229036ec1008f8d07601afb4b975a", "message": "add Xor -> Logical exclusive or\n\nSigned-off-by: kokodyn <f795041fcbd0e97638e0d595633c735a65bd2654@gmail.com>\n", "proba": 1.1916385744825675e-07}
{"commit": "3f5c710959695321b2c2bb69f532f4b08fa7a003", "message": "am a6b44102: am 2e606d7b: Enforce DISALLOW_MOUNT_PHYSICAL_MEDIA.\n\n* commit 'a6b441029d0c4324efddb45489dd91e9daeef4b3':\n  Enforce DISALLOW_MOUNT_PHYSICAL_MEDIA.\n", "proba": 2.2261973242621025e-07}
{"commit": "f31e479ae068b37e06a78794f8d609e8f224593e", "message": "Update DupRotatedArraySearcher.java", "proba": 2.6014078002845054e-07}
{"commit": "0681227569afe3885847989a7ce75c462aade0d7", "message": "fix typo in comment\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@656370 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9990317821502686}
{"commit": "2577daea551209fd6d81fff45d76f07a4b82a74e", "message": "Added author name", "proba": 1.4872331632886926e-07}
{"commit": "ae51926b1eed0a8b2b2216d0f3a2887795b3a988", "message": "Update LanguageBundle_ru.java", "proba": 1.323016476817429e-06}
{"commit": "8e117f7df231a46c6de35677b15416efae99cb2c", "message": "Stream and Lambda test created.\n", "proba": 1.1821081358220908e-07}
{"commit": "806e9e67f25883938f2a9415c214a014d2d2d8cb", "message": "draft version\n", "proba": 4.383200575830415e-07}
{"commit": "403b096b1b87056d15eb9b656407106ec34e3995", "message": "Added first version of show backup resources functionality\n", "proba": 1.4194635866715544e-07}
{"commit": "f707b638bf7b397949f6df8781f782a11bc3fdc0", "message": "Add test class to make sure that we can test different http header reader scenarios.\n", "proba": 1.0221652502195866e-07}
{"commit": "4b72581b602c6db70200af7e3d509cbf33cd3846", "message": "* url \u91cd\u5b9a\u5411", "proba": 1.676024083963057e-07}
{"commit": "ee61345419d62a5f9f7fd6625cb803924a984d56", "message": "implemented Windspeaker\n", "proba": 2.025478238465439e-07}
{"commit": "42cc6314ab459943cabe5eca3a53cf71c360028d", "message": "Clear ignoreNextEndTag.\n", "proba": 2.5979866791203676e-07}
{"commit": "32b00caa0e25944c3b7025719c1fd010b317745a", "message": "add UnacceptableRequestException\n\tnew file:   src/goodsbase/qserver/UnacceptableRequestException.java\n", "proba": 6.990412089180609e-07}
{"commit": "3c80c46082f4a9b8bc91517da097916e0e8bae2e", "message": "ActionBean for sending sources and resources for components added\n\n", "proba": 1.2240310809374932e-07}
{"commit": "46e99079e2b6af1799fde5358fa9e818807dd7bb", "message": "new document level interface.\n", "proba": 1.2941173110903037e-07}
{"commit": "f84b38fb5d190c61fa123ab38d471ca740a1b99a", "message": "Avoid possible NPE on toString().\n", "proba": 1.560881514706125e-06}
{"commit": "1cd36111d96544c4563bef9a94f75dd413b7844d", "message": "First revision of the JXDatePickerFormatter.  Previously an inner class of JXDatePicker.\n", "proba": 9.913573251196794e-08}
{"commit": "602e706bfd09420b7b8f919bf6a69ba2d452a7a8", "message": "Added ObjectConfig this is like the PlayerConfig but you can choose if it should be a Player and that the Value Datatype for it should be\n\nSigned-off-by: Dimmer2222 <4cd69138811aa36d1fdd0bd1e7dbe36c3702f5f2@gmail.com>\n", "proba": 1.4871282871808944e-07}
{"commit": "ebad37c09dfeba01d9da8e0e395cf31d9a4ee4e4", "message": "Fix missing whitespace in the command line arguments\n", "proba": 0.9996798038482666}
{"commit": "1cd07fc04948478bbe908797232649ad80d35a6f", "message": "various map drawing optimizations\n", "proba": 2.4214466520788847e-07}
{"commit": "25e132ac6d8c45cbf58cfe3c7b901acb2999a4af", "message": "Add ensureOK() and readToString() helper methods\n", "proba": 1.208592493640026e-06}
{"commit": "8cd4c2c2105fcf451bfa4cb9236d02ec7429d593", "message": "Added endpoint variables", "proba": 3.045701646442467e-07}
{"commit": "f2e5aff4c2530c60dce20f579892ae8692ae4ce4", "message": "UrlManager: Reindent based on our coding style\n", "proba": 1.2903032597932906e-07}
{"commit": "af9aff90e0156a52b470084a9dfdc6a6c4902a0a", "message": "Add example", "proba": 2.7149912966706324e-06}
{"commit": "432b6ca63fd04ccc8a137904b888ce74a2c9a14c", "message": "Add JavaDoc fot the resolvers package.\n", "proba": 1.1180730297155606e-07}
{"commit": "7ab032c187492495e0752938ef969646e05d1ca6", "message": "Add CommandLinePurser.", "proba": 2.2221438200631383e-07}
{"commit": "49b72c63466f19019cee1b36534863ae7325d06d", "message": "Added back param usage\n", "proba": 3.3197076731994457e-07}
{"commit": "2d41ded08eb25ab6b97f9fe325b24d3a76735e54", "message": "add base class EntityWithSources\n", "proba": 3.6763407251783065e-07}
{"commit": "384d96539162b338f6e5760b01a9866d91511f43", "message": "Add getWSDDService() method (should add others, i.e. getWSDDHandler()\nas well)\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@246306 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.227981430129148e-06}
{"commit": "1302912cb411e3e5ca8d66d30a46d5324f155bc9", "message": "fix bug - MIRL (Move In Real Time) not working (InMoovGestureCreator)\n(Gael)", "proba": 1.272759249104638e-07}
{"commit": "d7df123184bf724bb07e083003bbab8172abe996", "message": "add tests for LendingView", "proba": 1.8569150483926933e-07}
{"commit": "4e453eb53a598b8dce9fb8b0dfe3b3eb7195ed80", "message": "first JUnit test in demo package", "proba": 1.5380882700810616e-07}
{"commit": "23223fd47868ef5ca8339d1e0c7734741642c895", "message": "test utils\n", "proba": 1.1476624877104769e-06}
{"commit": "e52fdb8bdce5807ff314f8b27e14fc228bee2fc3", "message": "Clase de prueba del proyecto", "proba": 1.611226423392509e-07}
{"commit": "aed0febf6a2cb26f364a29ff5e34c32395061176", "message": "Add roundtrip test.\n\ngit-svn-id: 3cfc64c80f2e6f92f6d08f3c7f3967ef35335cd9@1398020 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9989677667617798}
{"commit": "26967f65f16ddeac52bfa5a2fae6c9f512c94b73", "message": "reverting back to previous version\n", "proba": 2.682332365111506e-07}
{"commit": "9e59ee19f01458d898e80dcec2df366c1e71bd7b", "message": "regression for static method calls with java class style literals\n", "proba": 1.7989789569128334e-07}
{"commit": "c970a1269e6a7e896bef81fabf06dcc5de9d8563", "message": "fixing premature end of file error", "proba": 1.243042788701132e-06}
{"commit": "f40adfdac7a5ee9bca081f7fd2c9632b4b8372a0", "message": "Work on SourceTest\n\n-Reformat code\n-Remove tests of abstract method stubs\n-Partial coverage for readVarInt32\n", "proba": 1.5891144755642017e-07}
{"commit": "257e9e6230103249001293166fbaedfc5a4c6455", "message": "Add logging.LoggingImageViewer.java.\n", "proba": 1.2932611070937128e-07}
{"commit": "ce9e6e31947a76ebab293051b07bc69f8191a0f5", "message": "Uniform class to print messages in a device dependent way\n\n", "proba": 1.2912855140712054e-07}
{"commit": "a7de8a7882f8ae9836300539d1706bcbae4eb4ac", "message": "Fix for the bug : AXIS-1960 - SOAPPart.saveChanges() doesn't work.\n\nSOAPPart.writeTo(array) was not working because MessageElement.output() simply replays the recorder and misses the latest changes.\nThe other way to fix this is to call setDirty(true) on all message elements recursively, while inside SOAPPart.saveChanges(). But i dont think it is optimal either.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@261349 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.758877255677362e-06}
{"commit": "35081d3fa482d83ad56d570a98e6c176d5f2001d", "message": "2.2\n\nAdded new features :)\n", "proba": 1.080037748124596e-07}
{"commit": "f7df30b917dd4d1f6ed705b2360b20c87fa358db", "message": "doc: describe the Status object's fields\n", "proba": 3.2906615388128557e-07}
{"commit": "7649d06a40ce8474d5a7fa641a447b17de67fde4", "message": "Show the req info as it comes in rather than waiting until the\nconnection is closed.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@253060 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.566367584222462e-06}
{"commit": "4bb7468ccc5d89d78b5c2766395d20a1ea7f0fe9", "message": "Request from Uwe.Hanisch@t-systems.com for replacing http.HTTPProxyPort with http.proxyPort as per the spec.\n\n- http://www.jguru.com/faq/view.jsp?EID=9920\n- http://java.sun.com/j2se/1.4/docs/guide/net/properties.html\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@246449 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.139226338244043e-06}
{"commit": "a0eec48b6b523540aacb3b099610bcc98a800753", "message": "initial version\n", "proba": 4.900892349724018e-07}
{"commit": "c20f36c72ec4d68f7942f1ad9de3b16daba7f890", "message": "add file\n", "proba": 1.4225548738977523e-06}
{"commit": "86c0531a5038d470e7abf650659591435f3be630", "message": "Some fixes of previous merge\n", "proba": 1.6033324357067613e-07}
{"commit": "76ddd2b4f9be756f3d4fa59de0eb446405830be1", "message": "Added AvatarCreationViewController.\n", "proba": 1.1425915857898872e-07}
{"commit": "edd1da9e89a46e811f3501b63194e55a5e424a8c", "message": "Trunk: correction of r3529", "proba": 2.748428471477382e-07}
{"commit": "619a32b1c1b951b18f20d6769a32618c559a1490", "message": "Added the setIcon method\n", "proba": 2.3101725332708156e-07}
{"commit": "43537e9068ec79cf52f5df533a50a1efe1d436d7", "message": "Started implementing the buttons\n", "proba": 3.0437558962148614e-07}
{"commit": "ca4199ef8b70f73f914b72ec69fc596c2ca600e2", "message": "am 04f3b12f: am 5ea914f2: am 759c1005: Merge \"Fix some typos and missing @param in android.os.Bundle\" into jb-mr1-dev\n\n* commit '04f3b12f1f82784d0b1b8c0812a3d0017b17b69e':\n  Fix some typos and missing @param in android.os.Bundle\n", "proba": 1.301119482377544e-06}
{"commit": "6126395bde2f46e0b9e3d289666c91a9ca91aaf6", "message": "am a561b237: Merge \"Allow throwing UnsupportedOperationException across Binder.\" into lmp-dev\n\n* commit 'a561b2377fd1f8749a30fe19d6df5e3d8afc3292':\n  Allow throwing UnsupportedOperationException across Binder.\n", "proba": 5.489067689268268e-07}
{"commit": "e51f9e2c8e47186f1c2a9bfc644eedcb6ee1a9dc", "message": "am c768e1b6: am 3e1b03e4: am 5693d403: am 96abebd0: am 80af5316: am f260ed09: Merge \"Fix inverted conditional in View.setFilterTouchesWhenObscured.\" into klp-dev\n\n* commit 'c768e1b673fa02719db3e5323803c0109dd78ec9':\n  Fix inverted conditional in View.setFilterTouchesWhenObscured.\n", "proba": 1.3566177869961393e-07}
{"commit": "a1d731da4a5da91130200ec142970be37f60d9a0", "message": "am ecff75a1: Merge \"Revert \"Throw IAE on invalid measure spec size\"\" into mnc-dev\n\n* commit 'ecff75a158db0514dc019eb3ec9b3f04c1a8f420':\n  Revert \"Throw IAE on invalid measure spec size\"\n", "proba": 1.2366596990887047e-07}
{"commit": "0caec703d31d4c2efde182209180295645574ba5", "message": "Added numberer for Norwegian.\n", "proba": 1.1482215001024088e-07}
{"commit": "b11f355f6d4c23779be1109dd288544d0d1e328c", "message": "added single element List optimization\n", "proba": 2.1890846824135224e-07}
{"commit": "6015ea2826e76e9442ced177c8c99a5c0c65618c", "message": "update DateLoader\n", "proba": 4.986570161236159e-07}
{"commit": "b18db5bd04b83f97c426f43317765f02a7ac358a", "message": "ahung93: Initial commit for StockInfo.java\n", "proba": 1.30724217228817e-07}
{"commit": "69cf5260ab2fab80e8e9e3c5805d54b0f2673efa", "message": "Update GrowthLPCPaidCases.java", "proba": 2.645944903179043e-07}
{"commit": "828b381f92b172060e160c4cb99cde2ceef19c02", "message": "problem 17 answer\n", "proba": 2.6899126169155352e-05}
{"commit": "3acd71239e2752ebd63621c114996cd25f6acaa5", "message": "Update Main.java", "proba": 8.88287559064338e-07}
{"commit": "f9c87b26a6749d09936011b803e7db4b48db6d5c", "message": "tests added for jdbc\n", "proba": 3.527500496147695e-07}
{"commit": "5a110ffa1aa2e78018b9cf32ed40430750548156", "message": "PersonService\n", "proba": 0.0032252639066427946}
{"commit": "7749dbc701420bdaacdbf1475a37b3b4caf1ed12", "message": "\u0432 \u0434\u043e\u0433\u043e\u043d\u043a\u0443\n\ngit-svn-id: aa2b37455d794fe668aab341610374d77bdfa678@206 3c041eb6-2c19-43cc-91a8-1cbaffc2ceed\n", "proba": 6.66322875986225e-07}
{"commit": "8fab968f118e8bd690f8b77f01b7013325fe9c1c", "message": "Add velocity and step functionality for Player\n", "proba": 4.0234559151031135e-07}
{"commit": "bef6b9334cbbfe15c5dbdbda1f90434250986d8f", "message": "Created some initlial test for the circular buffer. (more to come)\n", "proba": 9.96304834188777e-08}
{"commit": "3cf1257d972a0227e3831c9533cf23fda6f38715", "message": "Initial version.\n\n\ngit-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@20934 4f837ed2-42f5-46e7-a7a5-fa17313484d4\n", "proba": 9.424317249795422e-05}
{"commit": "c77f3ff075e77a12f44a3d6658bd71485eb38f82", "message": "another batch of stuff related to doReturn() API\n\n--HG--\nextra : convert_revision : svn%3Aaa2aecf3-ea3e-0410-9d70-716747e7c967/trunk%40678\n", "proba": 3.651068993804074e-07}
{"commit": "b1cd8794c9a397ba66918207920f3d501c9d2386", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "97eb32e2cad1871f89f9d7e91681b2977c8a4d19", "message": "Fix assertContentsInOrder (bug 1790350).\n\nif we ever get an updated Lists class that includes a\nLists.newArrayList(Iterable<?>\nimplementation, that would work too.\n", "proba": 1.1385181153400481e-07}
{"commit": "606a223760d390547f299e7e3f2e3a69031f0994", "message": "Create MyRenderZombie.java", "proba": 1.2736945791402832e-06}
{"commit": "174d640a8600eeb04a0a8082ca489f33a9188eda", "message": "Remove unused, now one-liners, helper methods for bot presence\n", "proba": 1.6889727305624547e-07}
{"commit": "e922e2fc4d490bda11d20448f88d517a50383944", "message": "countUniqueX()\n", "proba": 4.764128607348539e-05}
{"commit": "cf82c6201118201309e02e0bbc13e592ebb34cc3", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "0a7ae1037516a975464de07e5500c194e30442e5", "message": "fix inlining bug\n", "proba": 2.70078794528672e-06}
{"commit": "9a51c97eafa5840be03c624d0991a16469080029", "message": "Issue #222, Issue #270:Handling read of mp4s with no udta/meta atoms\n\n", "proba": 1.1319173154333839e-07}
{"commit": "41cbd274b3c2a355ee54cb2690fd20f7c6bb1398", "message": "Refactor GameCanvasFX", "proba": 5.036600896346499e-07}
{"commit": "29c9677dec6fc02a44584a1c19d893801578131c", "message": "feat(Bottle): Make Bottle Serializable\n", "proba": 1.5057223208714277e-05}
{"commit": "b5db5d7ed1e3672f08dc1a14c07e36706157717f", "message": "Initial commit\n", "proba": 3.003353299391165e-07}
{"commit": "c22de91592c887009d9f1e21a04229b24868ecac", "message": "add doUpdate method so other elements can notify the slider when its property has changed\n", "proba": 2.1533031713261153e-07}
{"commit": "0109ab6162f732438bd6fb72287b65ab2d2da2cd", "message": "Bug 226\n\nRemoved the ability to show minor tick labels on DeviceSlider.  No clients for the feature and I the term \"minor\" would indicate that the values will be missing anyway.  Major values are displayed, not minor.  Minor ticks can be shown with the call to setShowMinorValues(boolean).\n", "proba": 1.1535325938893948e-07}
{"commit": "9854d5764887351a703568192a2ce7227cae03b5", "message": "Map location-based op codes to UserManager.DISALLOW_SHARE_LOCATION.\n\nBug: 15928422\nChange-Id: I9c59599d3bd2026277dcb382c92d23deec950d40\n", "proba": 3.918780294043245e-06}
{"commit": "b698b4ccb69fff96605d035bbec3c0d538388343", "message": "am 571d2642: Disable call log for users with DISALLOW_OUTGOING_CALLS restriction\n\n* commit '571d26420e22c0890c2cf851b03a6571b6cfbb4c':\n  Disable call log for users with DISALLOW_OUTGOING_CALLS restriction\n", "proba": 4.0651104882272193e-07}
{"commit": "4cd9612c3268277581589b34cc49ed04c93873b2", "message": "am b776122a: Merge \"Factor out read/write SMS settings seperate from send/receive.\" into klp-dev\n\n* commit 'b776122a8aa9fd082fa8aaa216c8a589d709c4c9':\n  Factor out read/write SMS settings seperate from send/receive.\n", "proba": 2.0682064416632784e-07}
{"commit": "fd119e986d531345c2df3022ea9d968bb7fd3858", "message": "Delivering null cursor to loader callbacks.\n\nContentProviders are allowed to return null and both\nof our contact directories (Focus and Exchange) actually\ndo when they find no data to return.\n\nThe problem is that when LoaderManager receives a result\nfrom a loader, it checks if the result is the same as\npreviously received.  That's fine, as long as the loader\nalways returns a different result.  Now consider a loader\nthat returns null when it cannot produce the result.\nWhat we are seeing is that if the loader is rapidly restared\nand returns null twice in a row, the null is never\ndelivered to the callbacks.\n\n\nIn the case of the reported bug, the scenario is this:\n\n1. We look for \"foo\"\n2. Data for \"foo\" comes from a directory and we display it\n3. We hit backspace twice in rapid succession.  Each time\nwe hit backspace, the loader is restared, but since we do\nthis very fast, the second restart overrides the first.  So\nfar so good.\n4. The directories are programmed to return null if the\nquery string is less than 3 characters long, so the loader\nreturns null twice.\n5. Loader manager looks at the final result, compares it\nto the previous result and since they are the same (both null)\nconcludes that it does not need to deliver either of them.\n6. The UI attempts to show the stale data and blows up\n\nBug: 3352125\nChange-Id: I3e5bc505faa03f72ebe5cb010377a740f5c7d5b6\n", "proba": 0.0003059690643567592}
{"commit": "584599cce2c7c0b283f7ffccbc77e9d43c7c5f72", "message": "am 7c20fcc8: Merge \"Accessibility node provider getting invalid virtual view id.\" into lmp-dev\n\n* commit '7c20fcc83a5216a993bb1b31ab9ed09e90457fc5':\n  Accessibility node provider getting invalid virtual view id.\n", "proba": 2.6166927113990823e-07}
{"commit": "aa4f5c95c372f54f6c2c89fdea0ececfd05f474a", "message": "Fix bug 5434403 - invalidation problem with seek bars at edges\n\nExplicitly invalidate the seek bar thumb area when we change drawable\nstates for touch down. This prevents the thumb from only being\nhalf-invalidated at the edges since it extends into the view's padding\nregion.\n\nChange-Id: Icc4e608aca044b2d05f3a9378eced839c03947e6\n", "proba": 5.662618036694766e-07}
{"commit": "ee5be7a5e7a0516acd294780fb12f4655d5ea517", "message": "am 465858e7: am 2cd35662: Merge \"Fix SeekBar when in RTL layout direction\" into jb-mr1-dev\n\n* commit '465858e779a79e88514a8b28df58bc089a0ee62b':\n  Fix SeekBar when in RTL layout direction\n", "proba": 3.0331909783853916e-07}
{"commit": "466e2e2bcb2af2c43c3b2993b7fb9c57beffd094", "message": "am 17b1d268: am 8d74f7f5: Merge \"Doc change: fix busted link to DatePicker tutorial.\" into honeycomb\n\n* commit '17b1d268e7224ff3dcf4f878d1811c5d1c37aa1c':\n  Doc change: fix busted link to DatePicker tutorial.\n", "proba": 1.332876422566187e-07}
{"commit": "edd69518ffec87fb7b1931e708678ef441152cde", "message": "Fix for bug 6170890.\n\nAlso fix logic for consistency checking. Prior to this CL\nGridLayout was causing Launcher to issue warnings to the logs\nincorrectly.\n\nChange-Id: I9d4017388e7c80c8bc5fa6cab97970835ff261fe\n", "proba": 3.8271596736194624e-07}
{"commit": "4f33d0851c0de227e640e10e6b214f17c2b5b316", "message": "Fix opening a non-primary .ino file\n\nWhen a sketch looks like this:\n\n    Blink/\n        Blink.ino\n        Foo.ino\n\nThe idea is that opening Foo.ino should open up the sketch. However,\nbefore this would show an error stating \"The file Foo.ino needs to be\ninside a sketch folder named Foo\" instead.\n\nThis turned out to be due to a typo, which seems to have been present\nfor a long time. Note that when the main sketch file was a .pde file,\neverything already worked as expected.\n", "proba": 0.9967443943023682}
{"commit": "b4a2ab36b41e5aa3b8c7da0d266ddaac04b18174", "message": "Magic Square\n", "proba": 1.0568973038971308e-06}
{"commit": "daed982f3e33b4beae8aed9fa9bbad51ce4c0064", "message": "[add][gui1-1]\u67a0\u3060\u3051\u8868\u793a\u3059\u308b\u30b5\u30f3\u30d7\u30eb\u3092\u4f5c\u6210\n", "proba": 3.7440625533236016e-07}
{"commit": "7b8713533217a8c4f34d80143ac16ce0cb75cae1", "message": "Fixed bug 9804.\n\nPR:\nObtained from:\nSubmitted by:\nReviewed by:\n\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@200931 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.0569804348724574e-07}
{"commit": "169cee8726fa0a3148cb3a9b2ba60b4a26d88b33", "message": "\n\nSolved 2D Array", "proba": 1.1199293794561527e-06}
{"commit": "b03c124808612e7bcfdccb415745cd3830d3053c", "message": "add a priority update queue implementation\n", "proba": 3.672612365335226e-07}
{"commit": "506ec165e3606db144ca7427d2a2877cd0a67ed6", "message": "Added VehiclePlanData\n", "proba": 1.4308038487342856e-07}
{"commit": "a68af0dc4f5db285812541a3112ae0c6c17daa99", "message": "add location data to map allowing user to pinpoint location\n", "proba": 4.4423524059311603e-07}
{"commit": "98934285ba9624c865d5bed1373089810f21344e", "message": "Create FactBook.java", "proba": 1.2615981859198655e-06}
{"commit": "e309e53e80b813127b089e2367816420b172bb03", "message": "Add Name auto save/load, uncomplicate display code\n", "proba": 4.717283900390612e-06}
{"commit": "6ee5ca892944831a1c867224067da15b228880d4", "message": "Replace Temp with Query for Points\n", "proba": 2.896621481340844e-06}
{"commit": "4afd9aee2f6d24ba230ce164fe5143f85c439a77", "message": "formatting improvement\n", "proba": 2.2086715034674853e-06}
{"commit": "3b568b372de03fa752fd0256dca40ab69a1a406f", "message": "Better error message when initialization failes\n", "proba": 3.9925717487676593e-07}
{"commit": "9ab3cc9493dc2655510f3e2304947b7d8781b37c", "message": "Delete DBHelper.java", "proba": 2.045450173682184e-06}
{"commit": "3cae4c17738115dd68073ce2d17f3b7d0ccbeca2", "message": "- move WSD code to WSI package", "proba": 1.2525885040304274e-07}
{"commit": "4608955f4d9d69f671667285d4261e6196dc621b", "message": "Package Stats Jacques / Mathan ", "proba": 2.6275881737092277e-07}
{"commit": "455e06c900d5743aaa270eb734025814b550c152", "message": "Added EC2Tag\n", "proba": 1.8597860673708055e-07}
{"commit": "f8ce6f35dc1fe6a93be6eaf854db81cb7de1603e", "message": "qksort\n", "proba": 2.9327843549253885e-06}
{"commit": "22675befc598c706ddf1622a8ee6a823e94c13a2", "message": "Fix <label> font\n", "proba": 3.195062561189843e-07}
{"commit": "f6146d414ed5e2e30ad5901e26374bd3a15d52e5", "message": "Added file", "proba": 2.5697573846628075e-07}
{"commit": "75bd0a61bf0b2b30590b1251f99b7aa58d52206e", "message": "Updated test methods (minor changes)\n", "proba": 1.2733408993881312e-07}
{"commit": "2b6b1a9c053681f71c3b31be08eb8ceecd05c405", "message": "added thread delay utility", "proba": 2.5615798904254916e-07}
{"commit": "f56a5665ac1826fab85bbaa125286bcfa2fa3ce9", "message": "Changed the new username and username exists messages.", "proba": 2.4195028913709393e-07}
{"commit": "197268667ebd3f07ce77d73a059fd4609c8c82b4", "message": "Adding Java Implementation of Sudoku Generator\n", "proba": 2.2173446723172674e-07}
{"commit": "367f935bca06e77d8a2cedcc556d76dcdf044c14", "message": "Try new (untested) helper class.\n", "proba": 1.1998193372164678e-07}
{"commit": "67aea68cfaa8ea53e01aead25ee3e111d63b93d0", "message": "format\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@4058 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 0.0008546358440071344}
{"commit": "b0d1b65676dd3c068787220f653c96548fd80cb9", "message": "CreditCardDao", "proba": 1.2978935046703555e-06}
{"commit": "224aee02208ce833b1f743ca961f6b60a26cb4e6", "message": "SHA256 digester added", "proba": 1.7877802349630656e-07}
{"commit": "169015cc9060a6f1c390f122c579f5c477013475", "message": "Sample inputs for overrides.\n\nThese have some similarities to CovariantReturns and\nContravariantReturns.\n", "proba": 1.1844982594766407e-07}
{"commit": "fa229db693626a79e4426182d32763252141adea", "message": "https://pt.stackoverflow.com/q/134252/101", "proba": 8.287989885502611e-07}
{"commit": "f66548d98df4e2df520ff4a0d678fb93d54b5dc2", "message": "https://pt.stackoverflow.com/q/415303/101", "proba": 1.007379751172266e-06}
{"commit": "be82fabc452114e467ef89364de1f533434a032a", "message": "Improve query pagination\n", "proba": 0.00104961555916816}
{"commit": "6106ccff172e03a01456fd49af5d74be32243771", "message": "no message\n", "proba": 2.1470650608534925e-05}
{"commit": "98c5a5dd32cebef7373ed747d954311ea4bc1318", "message": "Changes for JIRA issue #152.", "proba": 1.1402882194033737e-07}
{"commit": "dd10c8ae473836be5c5bba8e39a313a914d3a83f", "message": "add DeptGuidebook.java\n", "proba": 1.7312397915247857e-07}
{"commit": "7c83cfaa8f71bcdd8b8250340f47fcfd0d996239", "message": "Prevent tooltip open if cursor leaves element (#13695)\n\nChange-Id: I81b1955aba56207cb63d78113f698c0ae65a599b\n", "proba": 3.4174881875514984e-06}
{"commit": "327e3486e13c47479525deec36e5d03e4b554cf7", "message": "Add override annotation to appropriate methods in Camera1Enumerator.\n\nAlso move getDeviceNames to a more appropriate location in the file.\n\nNOTRY=True\n\nReview-Url: https://codereview.webrtc.org/2105813002\nCr-Original-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#13312}\nCr-Mirrored-From: https://chromium.googlesource.com/external/webrtc\nCr-Mirrored-Commit: 70fae2ccc6e65967affdce1ebe324c95c207b650\n", "proba": 0.9984326958656311}
{"commit": "c8d5ad8d9c513065b037e194fdb03aedbdcd5675", "message": "Create checkonline.java", "proba": 9.769931921255193e-07}
{"commit": "0a28da54f77e06b1641021829a77aeb94cd2cd15", "message": "Adding Regex unit test\n", "proba": 1.73381081935986e-07}
{"commit": "ae007e41a2ea5cf88ba87cef1b121709d0049d83", "message": "Another unit testing hack so that Bamboo tests won't fail.\nadded getPort() method on KraTestBase with hard-coded port.\n\nWe can remove this once we can edit the kra-test-config.xml file on the Bamboo server.\n\n", "proba": 1.0779138648331354e-07}
{"commit": "345d3eb7656a71a04a3c12db609d823837ef7e0b", "message": "SortedTableMap: verify and fix #697\n", "proba": 1.2403424420881493e-07}
{"commit": "5dacc874fe6de089e2cb912d7c6fdf21a97554f1", "message": "What is this I don't even. Somehow this inversion is not needed.\n\nI had everything working fine, tested on iOS 5.1 and 6.0 simulators. Then when\nI tried playing my game, touch translation was hosed when the device was turned\nupside down. I went back to test the PlayN test app and all of a sudden nothing\nis working.\n\nFurthermore, based on what I thought was a hard won understanding of what the\nfuck was going on, an inverse transform *should* be needed here. I'm preventing\nthe root view controller (and hence the root view) from rotating when iOS asks\nwhether it should. So it should always think that it's in Portrait regardless\nof the orientation of the device. Thus we should always get Portrait oriented\ntouches.\n\nNow that I think about it, I reinstated the old uiOverlay *after* I did all my\ntesting. I also now recall some crazy-ass shit where, because touches were\npassing \"through\" the uiOverlay (even though it's not handling them), they are\ntransformed based on the uiOverlay's transform (which is configured to account\nfor the rotation of the device). So since the uiOverlay is causing the touches\nto be (inverse) transformed, we don't need to (inverse) transform them here.\n\nAaaanyway.\n", "proba": 6.102941370045301e-07}
{"commit": "bbf766d5f66d425077463fd77ef6311b2aa86f8f", "message": "Ensure volume control is supported before setting it.\n\nThis returns false in OpenJDK/pulseaudio.\n", "proba": 1.1086233797641398e-07}
{"commit": "4a746b3152cd89817ad4e5d6224fb7ff91141be5", "message": "java solution #20\n", "proba": 6.842951734142844e-07}
{"commit": "ab6900130ab430bcc787153a6237601e7ce0c5d8", "message": "Those damned escapes\n", "proba": 4.325801796767337e-07}
{"commit": "69f4b34e16fc7262fa337ce844918c84aa660a0d", "message": "added gui\n", "proba": 1.4016745808476117e-07}
{"commit": "d645925c9d38def1699261d85a0c43a18689a7a6", "message": "Add missing Pair class\n", "proba": 2.3795766992407152e-06}
{"commit": "076cb004385e01deb2dd81e4c46ee28b55daf8e1", "message": "KLargestElementsInAHeap\n", "proba": 4.7198483343890985e-07}
{"commit": "70a0327abd80d07432cdad61fd1713a96248abb8", "message": "am 85a1ee30: am b683f354: am 69abccc3: Merge \"MediaStore.Audio.Media.getContentUriForPath() returns unexpected content\"\n\n# By Jan Bjernler\n# Via Android Git Automerger (2) and Gerrit Code Review (2)\n* commit '85a1ee30215190b1782127a6afe323f4df4ef131':\n  MediaStore.Audio.Media.getContentUriForPath() returns unexpected content\n", "proba": 4.967897098140384e-07}
{"commit": "1baf0871cc2181d923e785a65c2e481426d46a9a", "message": "am 6f04e61b: am c7f7c940: Merge change Id469ba88 into eclair-mr2\n\nMerge commit '6f04e61b9e8133976a19d863eef63e53857e1060'\n\n* commit '6f04e61b9e8133976a19d863eef63e53857e1060':\n  Listen for window orientation events.\n", "proba": 1.1446005032667017e-07}
{"commit": "22c1c2cd103ef8beadaf0e78c12b22b60ce9cfc3", "message": "Ensure WeeksAdapter calls notifyDataSetChanged when needed\n\nAlso cleans up references to Context.\n\nBUG: 10241917\nChange-Id: Ic0b3d650cd85d656002cbb11b2bc73180ffe1bec\n", "proba": 1.30935984543612e-06}
{"commit": "7fedf5d4690fdb84283ac91703ee7aee34ab9049", "message": "am 1c8107dd: am 5c380efa: Merge \"Always distribute excess space in LinearLayout measurement\" into mnc-dev\n\n* commit '1c8107dd89c8424c8fad9e341dc43be04e1a62ae':\n  Always distribute excess space in LinearLayout measurement\n", "proba": 7.128463153094344e-07}
{"commit": "d26b08b04d1323a7388162d0ae57c22ef8997a28", "message": "Modificado Fecha - A\u00f1adido getters", "proba": 2.112554966515745e-07}
{"commit": "e296ba94e136620593a888453dc8c6398d7bf4dc", "message": "Update Knapsack.java", "proba": 4.816901650883665e-07}
{"commit": "335e271cff447e59ed177d7a89ff58db7e0c42e3", "message": "Add pinterest problem\n", "proba": 7.818712788321136e-07}
{"commit": "1022664d519936a0dee1546a9554d9f5cdb604c0", "message": "initial commit provides a simple class that counts the number of .java files in the test suite and the number of assertions\n\ngit-svn-id: 34a63cff78c965ed7296912184cd0e3b6b7dc1c0@315 2f4ce1e4-9571-11dd-93b2-6d14b300b761\n", "proba": 4.618668754119426e-05}
{"commit": "62ab1caa384fb17329891fbc24c959c7850e16c3", "message": "am 8117eda6: am 8c6b59f4: Merge \"Add system api for disabling touch events in wallpaper behind the window.\" into lmp-mr1-dev\n\n* commit '8117eda6f18a4d388a12ab0af318c95b86280084':\n  Add system api for disabling touch events in wallpaper behind the window.\n", "proba": 2.7721438300432055e-07}
{"commit": "746c378c42ed775f1d798d0eff9c42505bfec5ed", "message": "Delete MenuScreen.java", "proba": 2.5046288101293612e-06}
{"commit": "105632e5f63267609c700ea8f299417da56c3c26", "message": "print port during startup\n", "proba": 6.420296472242626e-07}
{"commit": "a5115fb1a6da9fa0300b8a6b6c604503189f06b0", "message": "\u0422\u0435\u0441\u0442\u043e\u0432\u043e\u0435 \u0437\u0430\u0434\u0430\u043d\u0438\u0435.[#20156](update)\n", "proba": 1.4896690458954254e-07}
{"commit": "63bdfd604a622e38d7c0fe52cb98f80e73e20f90", "message": "adding Vec2D.constrain(Polygon2D) methods\n", "proba": 3.737216729859938e-06}
{"commit": "d4345c9f50c7c930d31723fe77b1b1c410d1c5db", "message": " * added FloodFill Algorithm (unintegrated, untested)\n", "proba": 1.0478952106041106e-07}
{"commit": "2d6ad7327052d5646b20ab1b0dc788d0904bb614", "message": "Tug of War\n", "proba": 1.548907334836258e-06}
{"commit": "5a5f7d20ec86d26ba64c3a1a89eb7c8a9a533ed8", "message": "Only print imports and \"use strict\" for outermost class/interface\n", "proba": 1.8586707994927565e-07}
{"commit": "a013a98f93fd5ced58cf76dcc2bd6ab2ca95dd92", "message": "Fix the nested preferences title. Again.\n\nMade a mistake when refactoring just before checkin. ! ?\n", "proba": 1.1955430068155692e-07}
{"commit": "3a855ba5225ac6b3f85397713178a7b85069057a", "message": "am a4e1f435: am ac5d3827: Merge \"Share pack historical sorting using wrong keys.\" into klp-dev\n\n* commit 'a4e1f4352149b15fa64e9b85928f0b1ba00486fb':\n  Share pack historical sorting using wrong keys.\n", "proba": 1.926749177982856e-07}
{"commit": "1a5cb1eddfccf0a435c47d4c209b828fc50b665d", "message": "am 594373d1: am cf5ba66c: am 40994e66: Merge \"Fix radial time picker inner circle (1-12) selections\" into lmp-dev\n\n* commit '594373d170583cc18da4aa27c557d0b68bc687ca':\n  Fix radial time picker inner circle (1-12) selections\n", "proba": 3.2826781648509495e-07}
{"commit": "f333c372d90854889e9d7043822f55362720b6d3", "message": "feat: add camera distance from Sun in the camera section of the focus information pane\n", "proba": 1.2398575677252666e-07}
{"commit": "1d7be04ef678c669541a1c213a04e6101178924b", "message": "Checkin\n", "proba": 3.8250760781011195e-07}
{"commit": "48bb13cab235313d5ece918a1518d619db88cba6", "message": "Missed one in last commit, here's the enum\n", "proba": 2.5393586611244245e-07}
{"commit": "89f2455af2047307221950af9e3b159c99cca67a", "message": "Working SNL and PNL\n", "proba": 2.8091898229831713e-07}
{"commit": "2f2221dd93423634c9e21e41155e4bc26600467f", "message": "resized buttons\n", "proba": 1.5962471024977276e-06}
{"commit": "4fb8c6c699d73d92c824535f1aff2e767e9898a5", "message": "enddate\n", "proba": 9.100492206925992e-06}
{"commit": "3761aa52bf8c89b67ea8263945bde0eb7965de56", "message": "Spalten einer Tabelle auflisten\n", "proba": 4.821741299565474e-07}
{"commit": "e2b5f090c89b05a909b92f0953f8640d88e23a97", "message": "LoginForm\n", "proba": 6.720204055454815e-07}
{"commit": "da87949a06b1c1511e12dd8ca29f63db9e580e0a", "message": "Update Mechanics", "proba": 5.617619081021985e-07}
{"commit": "3912681559bd767047c42f0102e879f4cfc7f1d3", "message": "Add FeedTheCat\n", "proba": 5.916995746702014e-07}
{"commit": "70336dd0eb4d06004687bfdeda0047b5675433e3", "message": "Update enum value to match those in the native header.\n\nChange-Id: Idfb921ecd138baa8570ac1e92bdeb291dbf9207e\n", "proba": 2.5226501747965813e-05}
{"commit": "dc007fa95ca94392753f723553e00c07d004d56c", "message": "No longer spams stderr when 'quitting'.\n", "proba": 1.532530262693399e-07}
{"commit": "85d848ce3340baaae656f6bcc5238630cfde1b6b", "message": "Loading text in german.\n", "proba": 1.3408332222297759e-07}
{"commit": "66efad58858bb4d496439ec2d5026162816e0b93", "message": "Created Images Package \nAdded a PNGDecoder so Images can be Drwn to the Screen", "proba": 1.3226490125362034e-07}
{"commit": "7d9e1db1a5133e79b01274adb1ced5f704ce5ee9", "message": "problem 1_1\n", "proba": 0.9999690055847168}
{"commit": "6a919c78003c168c9e35f708c9a4d17e42ea1dd8", "message": "oh, the git shit was just broke. rip anyway.", "proba": 1.0639769953968425e-07}
{"commit": "94a3fc0e7ae4639e72149de25847c014d8fa67e7", "message": "simulation\n", "proba": 2.8998720154049806e-06}
{"commit": "2dd9da50bce5e50f57f5398c6c669028293f6e8e", "message": "debug the viabilities and alpha beta formula\n", "proba": 5.662693638441851e-07}
{"commit": "70730b29b2bd32137eb0df0cef407114cc1b43a2", "message": "More variable renaming\n", "proba": 2.726798129515373e-07}
{"commit": "87299121bf0a8905d9d783a98aebd5351b8a186b", "message": "Extra client feature.", "proba": 1.1767855312427855e-07}
{"commit": "297fee9d0e15ccddd9dba12b0f62019056c39b8e", "message": "intermediate fix, not fully working yet\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@5608 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: fac7f5ba1c1b8ddeb49d6946795f574d4591be78", "proba": 1.2811514125132817e-06}
{"commit": "837a17d6a2abc7fbfda73fa0b6cca9eaaf6268e8", "message": "pushed callback out of init\n", "proba": 2.0979668136078544e-07}
{"commit": "f1b5331e1c8c90a308dbeb79b04839eb19707914", "message": "[SL, PB] Sorting notes with deadlines\n", "proba": 1.280117913893264e-07}
{"commit": "0facc61f38a3a54f81a66271affb23444e23979b", "message": "snapshot\n", "proba": 1.95099892152939e-06}
{"commit": "90f3ec5734054eb6ed5c95a7c2cd2d0bc6e486f4", "message": "Added method in map to find the closet intersection based on the x and y location", "proba": 1.86566083471007e-07}
{"commit": "cf7c1340b5f7a26e9f2dc7665d7faa8217e339f7", "message": "start bullseye, have issues in large number\n", "proba": 4.2245710574206896e-07}
{"commit": "ff210f9e94b10e6fbd09e5e1fb4bda9619b9ba22", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "79fea82ca4b8122b6097ca2efa54bdd0e7b95e0c", "message": "Create KeyController.java", "proba": 1.7204279174620751e-06}
{"commit": "f2549a362e155377bc274c8b99a9dc648f768b4c", "message": "task 396\n", "proba": 0.9990788698196411}
{"commit": "8f5ebc1cd60b080f03c787121c9e14ae3fecb857", "message": "a class for the statistics of the average hops and execution time was added\n", "proba": 1.3794685571610898e-07}
{"commit": "6c955d2c59853b29e1241fb1ceaf6fe11b13e459", "message": "Skeleton for gossip ec2 test.\n", "proba": 1.1685478540357508e-07}
{"commit": "ab2d128853e14bb8818c587c42c2a714e0fdc03c", "message": "am 8c900385: Merge \"Fix PAN bug for reverse tethering.\"\n\n* commit '8c900385039863004028d7f0e02c94786e143c2b':\n  Fix PAN bug for reverse tethering.\n", "proba": 1.5868670288909925e-07}
{"commit": "f120f5233722610b0c652b9ec72e430aa4ebead6", "message": "Replace missing Color API.\n\nRemoved in change Ic4cb43e7. I could switch back to the HSV\nmethods or just do the lazy thing and copy the code in like\nin change Iae3d85c0. (Obviously I chose the latter.)\n\nChange-Id: I154626c326ee0bbf389df75f4a8050136b56c2d5\n", "proba": 5.416844032879453e-06}
{"commit": "34d41e9a85f4e2e092b5eb8c7fa4554254650fe4", "message": "Only simulate the first click if \"Always use\" button is available\n\nThis prevents Keep from being selected automatically when shown in the Share dialog\nif Keep was previously chosen by the user as Always use for a send action.\nThis was a regression introduced by the new intent disambig behavior.\n\nBug: 11294904\nChange-Id: I6745060a8ee0a6d680e657b55ee46aaec27bbacb\n", "proba": 6.333055466711812e-07}
{"commit": "284ab646d879dcca4bcc287b26e8c50abc56666d", "message": "am f13fe148: am 001b2e93: Merge \"ProcessCpuTracker touching proc is fine.\" into lmp-mr1-dev\n\n* commit 'f13fe14853ca13830e2bf293f3a24a965570b507':\n  ProcessCpuTracker touching proc is fine.\n", "proba": 7.138075375223707e-07}
{"commit": "90ce58ecfdf7231611d70c849f14e5e71d1c8220", "message": "Use ApplicationInfo only when not in edit mode [DO NOT MERGE]\n\nWhen running in edit mode, do not use the application info to get the\nicon, since it will be null.\n\nChange-Id: I174e6126ddca341d06c5f04939470ef52f0e771c\n(cherry picked from commit 465cb53ba4b4a5edff9e9a63eb97d396b94d6568)\n", "proba": 4.0642112253408413e-07}
{"commit": "8402fccc578542bac3c2d388f15b83c52a643396", "message": "Added Response plugin. And slowly we begin to regain JB's personality. :)\n\n\n", "proba": 1.0107076775511814e-07}
{"commit": "7cbfc11cefe8d6c912e281edede2e48a31a34159", "message": "BOJ #11657: \ud0c0\uc784\uba38\uc2e0\n", "proba": 3.182864247719408e-07}
{"commit": "fd8b067b85b37ff4ce58aa585978379234165ee9", "message": "BOJ #15098: No Duplicates\n", "proba": 0.00010431076225358993}
{"commit": "bd9818c755b441e0f0b7b244d18c325f108297a8", "message": "BOJ #15232: Rectangles\n", "proba": 8.548543064534897e-07}
{"commit": "22b11da3f77cfed182247db54011bb4fea84762c", "message": "add bitmap compress util class for compressing bitmap\n", "proba": 3.190236839145655e-07}
{"commit": "ad2b6d26957eb118145d0da48896985dc692ef39", "message": "Comments\n", "proba": 4.2012280232484045e-07}
{"commit": "3b85c523f2b8c2f5f83f5cdb5850de0d6dc0563e", "message": "Spring framework based Config tested with Spring Boot 1.5\n", "proba": 1.448549511451347e-07}
{"commit": "9e92e545deea373a7fc3a0bb197ab8106b29cd67", "message": "add inital TitanDSM test\n", "proba": 5.017964940634556e-05}
{"commit": "ccdb2f34c2bab5b7b984946a5d561f8dede4a742", "message": "codejam \uc0c8\ub85c\uc6b4 \ub2ec\ub825\n", "proba": 1.5655148217774695e-06}
{"commit": "b98056f142807ee9b96238adef6f4272e5181e0e", "message": "database fileds class\n", "proba": 4.670576174703456e-07}
{"commit": "0b957851c5bc3c95aa204a47e4a822921d5946b9", "message": "am 74f7b139: am f307ec5d: Merge change Iafa92b8f into eclair-mr2\n\nMerge commit '74f7b139d0e380969268f44d5358db08e0325394'\n\n* commit '74f7b139d0e380969268f44d5358db08e0325394':\n  remove accounts for authenticators that are uninstalled\n", "proba": 2.1220330381765962e-07}
{"commit": "703a70ebd3d701fd3e7248ae8b7031746f6bf111", "message": "am bf857065: Merge \"Support multiple calls to AsyncChannel.disconnect\"\n\n* commit 'bf857065afa38bb55b370a6b4e38b4703d22376d':\n  Support multiple calls to AsyncChannel.disconnect\n", "proba": 3.536898702805047e-07}
{"commit": "f8be2f80616094c4f6065a7a450e41fe4a2932b4", "message": "timesheet fix\n", "proba": 1.023867298499681e-06}
{"commit": "3668680a1e7af3589ad9b27b11a8d2bb07f7d998", "message": "DuLL #4572", "proba": 7.248001452353492e-07}
{"commit": "c1d79042e43f573b4e097ff7a18678519177af27", "message": "Tests for the GFF3Parser class.\n\n\n\nFormer-commit-id: f28143570cd8f31571bfe46df8ad3a5f11b13aa5", "proba": 2.4418483008048497e-05}
{"commit": "59f3a1a33761240a3687f3020c450720cef489af", "message": "if nodes() is called, save the list that gets returned and return again if needed again.\n", "proba": 1.2223301837366307e-07}
{"commit": "205ac959883b83cd2fd14b3d75d98ff881797fed", "message": "add comment explaining purpose of the class\n", "proba": 1.6297154559197224e-07}
{"commit": "385477f6ae3c7f292ef0f860c410d14e3c2d0407", "message": "Included the partition-id into the operation.toString as well\n", "proba": 3.328774482724839e-07}
{"commit": "4f84aa0ec7e61f88d2bc764326aac09114091bbf", "message": "Convert unit test case.\n\ngit-svn-id: 51b39fcfd0d3a6ea7caa15377cad4af13b9d2664@3485 5fb7f6ec-07c1-534a-b4ca-9155e429e800\n", "proba": 0.9999994039535522}
{"commit": "b91f0f7d0b0ab6f715aec139f75e2e353756cfcb", "message": "Need to figure out how to set the context class loader here\n\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@801832 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0001043016163748689}
{"commit": "9783ad081752653686456a35e286d7ed6692cdd4", "message": "Dijkstra\n", "proba": 3.6661629110312788e-06}
{"commit": "34a843db0ad81e4f4618a271e6d13b619a25fb84", "message": "set LayerType to software for Android L Preview because there are some problems to use java reflect when ART in use.\n", "proba": 1.0665227989647974e-07}
{"commit": "f6be6ea901169869aa818dd92d92104734212808", "message": "\n\ngit-svn-id: https://svn.sable.mcgill.ca/mclab/Project@2131 89b902b4-d83f-0410-b942-89f7a419ffdb\n\nMigrated from Sable/mclab@6d961b3a69edc12d00fa4cad93afb7093b9d72fd\n", "proba": 8.057309059950057e-07}
{"commit": "4eeee3102e5051028a17527b3ddee5b29d25dc7f", "message": "am 59c82ee3: am 707ae538: Merge \"Fix a typo in Drawable\\'s javadoc\" into mnc-dev\n\n* commit '59c82ee3d2fc3a51928738eb3bd44d513efdeb99':\n  Fix a typo in Drawable's javadoc\n", "proba": 4.833555067307316e-07}
{"commit": "0c956f79e521a90034c6466679f3ced58ee0fe18", "message": "Event.java: event model.\n", "proba": 2.1997955457209173e-07}
{"commit": "971b0d471cd189882f9cd1f0174aa2fad5f6d172", "message": "am 2596d6de: Merge \"Document retry behavior for MediaCodec.CryptoException\" into lmp-dev\n\n* commit '2596d6de7ecb3caf8c06eeda2f1b3485e92714b0':\n  Document retry behavior for MediaCodec.CryptoException\n", "proba": 3.465959252935136e-07}
{"commit": "5f74779d930a372badaf412b11f27f46ee86e0c9", "message": "Setting the sender based on the Scheme should happen only if has not already been set.since some handler may hv purposely put this Sender to obtain certain behaviour.\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@417623 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.345109002519166e-06}
{"commit": "e4b5bcd5a3af5722891f1166f21529177164402a", "message": "special case for StreamSource, we need not run it thru the Identity Transformer\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@514914 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.4190293263236526e-07}
{"commit": "ae0ec94c13c5f084c1610e658473c456fd9863f5", "message": "Add failing test for #6: Unexpected KW_Implements\n", "proba": 6.1417254073603544e-06}
{"commit": "344584b4d23fdaf967776b959c234d81c5a2d0a9", "message": "new AppletCard for getting the name of the new player. Formerly this was SimpleDialog\n", "proba": 1.5334629210883577e-07}
{"commit": "9b167c362af4f64410a92a690682b80df600a70d", "message": "risolve bug 1\n", "proba": 7.751477255624195e-07}
{"commit": "c639fa249dc9af20c33bfb16e3d3c87d8e18fe12", "message": "INTEGRATION: CWS sab008 (1.1.2); FILE ADDED\n2004/02/19 12:11:15 sw 1.1.2.1: #111653#\n", "proba": 1.2511618763255683e-07}
{"commit": "98f5a7a963e8a4d008f19a946f7d7629f16bc4bd", "message": "am 73f3a33b: Merge \"Fix bug #12993929 Screen orientation change replaces wifi password dialog with Add network dialog\"\n\n* commit '73f3a33b46691deb9ce7f3ce54feef8c973686ff':\n  Fix bug #12993929 Screen orientation change replaces wifi password dialog with Add network dialog\n", "proba": 2.61907445064935e-07}
{"commit": "b35eb6b53245c66d1d60f16ba41b738999fc6769", "message": "am 70a0327a: am 85a1ee30: am b683f354: am 69abccc3: Merge \"MediaStore.Audio.Media.getContentUriForPath() returns unexpected content\"\n\n# By Jan Bjernler\n# Via Android Git Automerger (3) and Gerrit Code Review (2)\n* commit '70a0327abd80d07432cdad61fd1713a96248abb8':\n  MediaStore.Audio.Media.getContentUriForPath() returns unexpected content\n", "proba": 3.5365411577004124e-07}
{"commit": "9406eb13d5370b08fd6afec23465ae1e31cb1c9f", "message": "am 6d4f318f: am e65711b2: Merge \"Tapping on the week number sends the DatePicker to epoch start.\" into honeycomb-mr1\n\n* commit '6d4f318f0c836c0c2eac3a1d99debedc6c03578a':\n  Tapping on the week number sends the DatePicker to epoch start.\n", "proba": 4.1765838432183955e-07}
{"commit": "b1e76ebaabd71200f9a8dbd00d62ae849735b735", "message": "am 2e8dd459: am 4e1b2f44: am 20b76b9f: am 1e761ded: Merge \"Fix typos in LinearLayout comments\" into jb-mr1-dev\n\n* commit '2e8dd459fb111a8e38b01af4abbebe3b8acb497b':\n  Fix typos in LinearLayout comments\n", "proba": 4.7189661245283787e-07}
{"commit": "644053466018c08e326787b909a76355bad1dd30", "message": "docs: fix typos and clarify some grammar in summary\nexternal issue 21548\n\nChange-Id: Ic38921cb64390b42651f3971efeb4b76101dfc14\n", "proba": 8.933426579460502e-05}
{"commit": "35261e41b60ff2c0297dedaaff849a7414c9ff76", "message": "am d8c941ff: Merge \"Don\\'t update OverScroller fling state if no time has passed since start\" into lmp-mr1-dev\n\n* commit 'd8c941ff46a68b91c53b3b1dd26678593787e0f9':\n  Don't update OverScroller fling state if no time has passed since start\n", "proba": 3.87699543580311e-07}
{"commit": "4397e27a5f81dc0a888114c53de951debb2a45f2", "message": "feat: adjust size of star billboards\n", "proba": 4.202807133424358e-07}
{"commit": "1d4939ff551dca85abe691997b43475cc26d500f", "message": "Create Ceck ChessBoard.java", "proba": 2.3998552478587953e-06}
{"commit": "4407e90a3c538144e77b56ef0fee1dedfb545924", "message": "This class is used to compute (via Q-Chem)  a quantum-mechanical energy.  Currently is set up for a particular representation of argon.\n", "proba": 1.1262126520250604e-07}
{"commit": "d3332b8e90b9ac4765fb79dc3d4bcece82081798", "message": "Added `java/Binary/ByteBuffer/firststep`.\n", "proba": 1.1545759548425849e-07}
{"commit": "c4dad0087fd05010a8132c10d72f756dad921434", "message": "Add missing field in inventory model\n", "proba": 4.3350195255698054e-07}
{"commit": "2d2965bd48c5d03d33e62ee929854044be9ca73b", "message": "*** empty log message ***\n\n", "proba": 5.360483328331611e-07}
{"commit": "2b16c37586aaecfb6e6c2a2f5e60c66acb581e60", "message": "Create Day6_LetsReview.java", "proba": 1.8232772447390744e-07}
{"commit": "75d1f70368ed224f591f6394db53400a7b11bf73", "message": "Added modified version of FrontEndDispatcher that avoids concurrent read() and write() operations on the same socket\n\n", "proba": 1.586543163512033e-07}
{"commit": "27b4d2eca35856e70339859503323c4d84075a9b", "message": "Medium", "proba": 1.1500455912027974e-06}
{"commit": "3b4c3310134954d02daabe16912bdc0e90b04f19", "message": "speedup getAttributeType by using a Map for lookup from attribute-name-string to svg-type-int.\nmore to follow.\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@479562 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.120438011843362e-06}
{"commit": "64cbe698d3062d0fec613003e35c59fdec428ec3", "message": "Layers Examples\n", "proba": 4.965220909980417e-07}
{"commit": "a05298677ea240ed34afec73c0b8b1e2643e53c5", "message": "Create Android_WebView.java", "proba": 4.8857316869543865e-05}
{"commit": "1dbc1be6f8749e3d37438da3f98c1155dccd608f", "message": "AngleNormalizer - floorMod example.\n", "proba": 1.1355491125186745e-07}
{"commit": "782582e56980fb3fd185ad31e544b7d68d71cb5b", "message": "Initial code commit\n", "proba": 3.470977389952168e-07}
{"commit": "5e41ba04822bde117ed833799202f7a476854281", "message": "init commit main program\n", "proba": 2.1260640892251104e-07}
{"commit": "46453b7d417512d16bdce770d14896b04662f167", "message": "code clean up\n", "proba": 3.45133742030157e-07}
{"commit": "4933d0295e1c2002002faa2082dd675c549a2c3f", "message": "+ModuleManager: Added load&unloadModule()\n", "proba": 2.0065387218437536e-07}
{"commit": "8ceb86104bf467db552f7c25192c27c240369c5b", "message": "Removed unnecessary protected modifier from many methods\n", "proba": 2.1895773727464984e-07}
{"commit": "8234e658116dd00de5ab30c8eef3661bc9857478", "message": "no message\n", "proba": 2.1470650608534925e-05}
{"commit": "d7b26debacad977f8027fa408079250b0d8781a7", "message": "Alkusanat toimii, samoin pit\u00e4is toimia nyt noi toisetki\n\nOngelmana oli \"\\n\", jota irc ei tue\n", "proba": 1.9643928226287244e-06}
{"commit": "9cb19fa1ebb583155b188592ea2e4d2e2656e468", "message": "Initial checkin\n\n\ngit-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@2342 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 6.818906967964722e-07}
{"commit": "d25543d3444c74a2ba3dda8e64b74a82c85f6458", "message": "added entity class PrimaryKey\n", "proba": 3.730084756625729e-07}
{"commit": "4870e6eea2ab2192bf7d3bbcbef9abc41cc722ee", "message": "step builder results class\n", "proba": 2.0710663761747128e-07}
{"commit": "147dc6a902bbe6e6d39ebdc30cfbd3629108b366", "message": "Fixed SizeCompat\n", "proba": 2.624202579681878e-07}
{"commit": "c22ab06687cf92d4bb56c8348ebb261fee648774", "message": "new ToggleButtonBuilder\n", "proba": 2.8312763333815383e-07}
{"commit": "33edce1cc3ccef5a769820eeb16c51f934d3e5fb", "message": "Improved string concatenation (#36)\n\n* Improved string concatenation\r\n* Fixed class instantiation", "proba": 3.1684817258792464e-07}
{"commit": "2b8d74f286f97a9a6fe1cb610509919ab7663532", "message": "Add class PrintAndExitAction\n", "proba": 9.300387091570883e-07}
{"commit": "cb2f0e965f87e80a629fd1e14e4927b7d4061bb4", "message": "added @Model annotation for marking model pojos\n", "proba": 1.4462787589764048e-07}
{"commit": "01daeed92af235c41051d885ec2354103279e7f7", "message": "Use MainPlayerInventory in API7\n", "proba": 2.0676679923781194e-07}
{"commit": "5fd1c9f5331a9cd64a08556515e96ac35ec657df", "message": "Add ContentApi interface", "proba": 2.466484545493586e-07}
{"commit": "118d952f0575388ed19f3ad8748f5ffe00c4355a", "message": "updating to include bundle error method and adding TODOs\n", "proba": 1.2876725463684124e-07}
{"commit": "1f9d21f55ec7df3fa5f3ff68d468099a75bc66bd", "message": "Improve logging in link checker\n", "proba": 5.827666882396443e-07}
{"commit": "6d50c25f7239825a39bd274bf7ea49fc3553787d", "message": "Start of ServiceWebAgent.\n", "proba": 1.298542002814429e-07}
{"commit": "79292ebb00c383f1f1f56dd386855aff813703b0", "message": "Forgot to add this file\n\n", "proba": 1.6782009026883316e-07}
{"commit": "1226cea055154810ffbe4295035fbf004b10cd7b", "message": "add brandenburg\n", "proba": 6.251058835005097e-07}
{"commit": "6f63cdeb88d76f79891b7a5c2796c906554ed479", "message": "feat(Personagem): transformar Personagem em uma classe abstrata.\n", "proba": 3.6639679024119687e-07}
{"commit": "4e0af8f71503709ba0cfebacd3e34f4cd8b81575", "message": "solution of binary search tree iterator\n", "proba": 7.606946041960327e-07}
{"commit": "d71f23b5457593b6a10e8af1afe8b81cf90688ef", "message": "subsystem created\n", "proba": 6.034152875145082e-07}
{"commit": "ad0148e92d4381131b84418784916463fb979fc0", "message": "error change", "proba": 4.60408136859769e-06}
{"commit": "4740b2d1f58499d7495a63bed641021e97b4e75c", "message": "unit test for constants and methods related to constants\n", "proba": 3.2210616041083995e-07}
{"commit": "13830254d386beed5dac290bb97279e69ae29b9c", "message": "Classe para testes funcionais no Bopepo\n", "proba": 2.4808466037029575e-07}
{"commit": "b84063724757515a4258ab8536c32440926c0970", "message": "fix test\n", "proba": 1.6747775362091488e-06}
{"commit": "7bc5c3097c897b6f4f96b9a216521e6b37fac567", "message": "Add DeadlineTest\n", "proba": 3.6886885368403455e-07}
{"commit": "1a4364b9d406c06939115f23c252b5916431bca9", "message": "DBCP-318 is now fixed, so disable extra debug\n", "proba": 1.20175926099364e-07}
{"commit": "c88fb3c627669d5df2c6a23a5d78b31794d3f9e6", "message": "Lockless commits: LUCENE-701\n\ngit-svn-id: 4c5078813df38efa56971a28e09a55254294f104@476422 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.361037386184762e-07}
{"commit": "2bcea7221783b669ab32d859f9b9eb95889df178", "message": "add problem 2789\n", "proba": 0.002371952636167407}
{"commit": "3dcd20cdd76547f06f0c9bc13ae25bc1f7f98b27", "message": "add problem 2998\n", "proba": 0.002833406440913677}
{"commit": "bb6fee52fdc2b45b29aee4941f066e4ca57959ce", "message": "add problem 4963\n", "proba": 0.022132940590381622}
{"commit": "1a04135f805363c978c042e4008533ff61e9903a", "message": "Making Regex methods static\n", "proba": 1.1319275472487789e-06}
{"commit": "271546156a4aa52f8d59065cb7c955cc0b300032", "message": "song request\n", "proba": 6.89879925630521e-07}
{"commit": "1d9443f56963693d76c8f6ff9142a4865edb5fe6", "message": "adding javadoc for the root package\n", "proba": 4.0621185348754807e-07}
{"commit": "222f2ad294c9046b62af5e059f8b409aec044ce9", "message": "Fix NPE with inPurgeable Bitmaps in getAllocationByteCount\n\nbug:11556330\nChange-Id: I430136ea15baeb60adfb9bb2acdde9505ce707fe\n", "proba": 6.097124014559085e-07}
{"commit": "9750c6961c5cbe5600ee96efbdfd3cffe0b2a778", "message": "am 075b2b4f: Merge \"Add details and performance warnings to save flag docs\" into lmp-mr1-dev\n\n* commit '075b2b4ff9a9a96462a3102b54fdcabc6e5daf99':\n  Add details and performance warnings to save flag docs\n", "proba": 3.4505740131862694e-07}
{"commit": "e4f90f472937ad0558018a1c445710a8dcfe3c4e", "message": "New class.\n\n\ngit-svn-id: 169764d5f12c41a1cff66b81d896619f3ce5473d@875 5e0a886f-7f45-49c5-bc19-40643649e37f\n", "proba": 0.0002204909105785191}
{"commit": "b7cccfa017c922c3a67a0ccc50ccaca1b5ba0427", "message": "Added Client stub\n", "proba": 2.2814430167272803e-07}
{"commit": "783c12bb435774aea7b92337f0c6ed658a2d77b8", "message": "number of islands\n", "proba": 0.07754357159137726}
{"commit": "96fcfd287e02a0d55a016f58c04f53b6edcacb49", "message": "Add TradeOrder\n", "proba": 2.3810790139577875e-07}
{"commit": "24791bfb36de6ef1f089d74b3830a066cc961043", "message": "(java) Solve problem 5\n", "proba": 0.0006078821024857461}
{"commit": "815a07ed0096113b9b47a20df9f4e3c0eea06eb8", "message": "Add comment for getColumnNumber.\n\n\ngit-svn-id: a878c62e23c3cdd7109267dfd9bdff0ba03a0163@3096 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 5.8918931244988926e-06}
{"commit": "04266651e408a01438b0136b61a8965abc89fe35", "message": "Fix for Bug 13611 -  Conversion from AttachmentPart to DataHandler doesn't work\nfrom rcauble@motive.com (Robert Cauble)\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@248485 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.2459161641563696e-07}
{"commit": "121e4771783c6c659022616141f80aa18554475c", "message": "a utility file for creating some svg things\n\n\ngit-svn-id: 102839466c3b40dd9c7e25c0a1a6d26afc40150a@194345 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.396560264765867e-06}
{"commit": "c92de8a6c2df276e78c8168bb2b94f64a4c8ffc7", "message": "created Zipped backup files\n", "proba": 3.8316844097607827e-07}
{"commit": "117b7bb5b5a4457711f59bde3dcc83d8f111c524", "message": "Fix issue 3354692.\n\nThe problem is that SoundPool never calls the onLoadComplete() callback\nwhen load() method fails because the file cannot be opened.\nAudioService loadSoundEffects() was blocked waiting for a callback\nthat never came.\nIn this particular case, this happened on a specific build where sound\neffects assets were not included.\n\nThe fix consists in waiting for the callback only if at least one sample is\naccepted by SoundPool load().\n\nAlso moved the initial loading of sound effect samples from the boot completed\nbroadcast receiver to the audio service message handler to avoid waiting in the\nmain system server thread.\n\nChange-Id: I902e5988f8b644a81d8e585c52eed1df4ca0ec05\n", "proba": 5.999156201141886e-06}
{"commit": "12cb62f8c294e49839a98415aeaedddd36eb6aa5", "message": "am 7d111759: am c80873d5: Merge \"Remove BT routes when BT is turned off\" into lmp-dev\n\n* commit '7d111759e90abe9ec0e66f4231c252f924f6d7b0':\n  Remove BT routes when BT is turned off\n", "proba": 4.523407710621541e-07}
{"commit": "54419a4fc908eab8408f39f3eae97c4315135d84", "message": "am 12221b6f: Merge \"Fix monkey bug 2586534 java.util.ConcurrentModificationException Unlike the other audio focus and media button stack handling methods, abandonAudioFocus() and unregisterAudioFocusClient() were not synchronized around their focus stack. This CL corr\n\nMerge commit '12221b6f7c86349e3dcf89f814355e41f9e58cbf' into froyo-plus-aosp\n\n* commit '12221b6f7c86349e3dcf89f814355e41f9e58cbf':\n  Fix monkey bug 2586534 java.util.ConcurrentModificationException\n", "proba": 3.6655651456385385e-06}
{"commit": "65ab256d429d09e56b52bf91e5388d8452cd6a9c", "message": "added varargs constructor to Polygon2D, deprecated reverseOrientation, added flipVertexOrder()\n\n--HG--\nbranch : toxiclibs\n", "proba": 2.5757194066500233e-07}
{"commit": "eb2cc10f84d76940e0ca8f1db92cf9f55b88464e", "message": "Add solution for Mark and toys problem.\n", "proba": 1.434829499658008e-07}
{"commit": "901f161ba4be5a7bdfbee52b1d51e9f0da6bbe4e", "message": "Java - reverse word implementation\nuses a regex and the split method\n", "proba": 2.0246477561158827e-07}
{"commit": "515650998edcf3e5424e4b359488134193aefe8e", "message": "Class for running runnables on background.\n", "proba": 1.1347663786409612e-07}
{"commit": "6a874faa82f8905a0bc95517deda19d5804e95f5", "message": "Issue #4815: Rethrow CeylonRuntimeException instead of printing its stack trace\n", "proba": 1.239225042581893e-07}
{"commit": "1902492420825874b12962a10712e653901d120d", "message": "Make sure to downgrade to app permissions when invoking callbacks\n\nThe [private] binder interface is called from the system process, so make sure\nwe downgrade to the app's proper identity & permissions before allowing\nexecution to continue into app code.\n", "proba": 1.1126822130336222e-07}
{"commit": "a7b3694c56dfc85a4edbb868815ee3dd0998a5b9", "message": "am b9bdde13: am 1663c75f: am d5a6df6d: Merge \"Make the NullVibrator really null.\" into mnc-dev\n\n* commit 'b9bdde13f50af73597e5b8a951da8698ee3f8fae':\n  Make the NullVibrator really null.\n", "proba": 2.284523787920989e-07}
{"commit": "8310b42fbc086b0f05fc8ef45ac34c7e099c485e", "message": "Add javadoc saying that wake locks are ref counted by default.\n\nBug: 3012561\nChange-Id: I441a42fdb12ba6d87d6f5a49463d6ddcc300acb7\n", "proba": 4.477626134757884e-06}
{"commit": "468394fc6d1cb0c9078c2f98aa056860f7e0d743", "message": "Text Selection: smart word detection. DO NOT MERGE.\n\nSelecting between words selects the spaces instead of the closest word, facilitating\npaste insertion vs word replacement.\n\nPasting adds/removes space before and after if needed so that pasted text is not appended to\nexisting text.\n\nCut and copy not available when selection is empty.\n\nChange-Id: I331413bdef341a4eceffe76fa2957f388d540b6e\n", "proba": 9.914118663800764e-07}
{"commit": "9a9880856af321d0db45e047f21154a0f2010511", "message": "am 1c97c50c: am 63113994: Merge \"Code cleaning for Drawables\" into klp-dev\n\n* commit '1c97c50cc7b277d30161cfe1d55b2b75118695ae':\n  Code cleaning for Drawables\n", "proba": 2.0911612352847442e-07}
{"commit": "2037b827f3e3955ca3b05fd372bf4bac82764333", "message": "Refactoring in TextViews' handles\n\nThe position of the container has to be updated on each frame\nin preDraw, since the handles' positions can be modified programatically.\nUpdating position when the handle is dragged is no longer sufficient and\nnow redundent.\n\nChange-Id: I304b13089f4327baad2e8d4c0974c649bef1e883\n", "proba": 4.364436335890787e-06}
{"commit": "64a6eca32128d7bb9e45e1a9e26a7237e25a4818", "message": "merging\n", "proba": 1.6437884369224776e-06}
{"commit": "75b9155dd4bc0b5ae007ee4e42f906607a612d89", "message": "[CareerCup]: +1\n", "proba": 5.916504051128868e-06}
{"commit": "6f9cdd2c6ef1f45d305ea3823cccb53bbfa02cfe", "message": "Simple tool for looking at TDB BGP reordering.\n\ngit-svn-id: bc509ec38c1227b3e85ea1246fda136342965d36@1506170 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.98744930155226e-06}
{"commit": "ed68a5a81fb4aadeaf9a694b66e2ea4acf501dd0", "message": "don't try to release null agnets.\n", "proba": 1.2000229787645367e-07}
{"commit": "958bcea24c961ef34aa7f61085d79a248267d198", "message": "gotta be serializable\n", "proba": 5.542934218283335e-07}
{"commit": "65aff55b70f66769dd70e4520d9833a5a4b4f0ea", "message": "Add a snippet.\n", "proba": 1.92856327885238e-06}
{"commit": "8f9ea62c0ddc57528b0c618591d45345d8453064", "message": "Create p155.java", "proba": 1.1369689673301764e-05}
{"commit": "070a3f69332d8be7f153254813152fe101c83a7a", "message": "Create Classifier2.java", "proba": 1.1397939942980884e-06}
{"commit": "e5b715aec4306e7f10653db3c629fe98953af31c", "message": "hallmark weight overflow\n", "proba": 4.791487526745186e-07}
{"commit": "872e7b7073fad8295e6314c73b87d7cb3f85d39c", "message": "Fix b/5353417 Images downloaded from browser are showing incorrect details (Time is shown as dec 31 1969)\n\nMediaScanner sets DATE_TAKEN with EXIF's datetime tag value. When this information is not available,\nExifInterface will simply return -1 which is accidentally used by MediaScanner.\n\nAdding a check to avoid it so MediaProvider can calculate the date taken from last modified time instead.\n\nChange-Id: I305b93a6c5602cbb9f97c3bbd384d358bda030c6\n", "proba": 1.5867670981606352e-06}
{"commit": "6231e3a778a4ffe61683abefa2479127f4566d4c", "message": "am ef1f21b3: Merge change 6231 into donut\n\nMerge commit 'ef1f21b34f5624adb7436d3da927660ed16c97c7'\n\n* commit 'ef1f21b34f5624adb7436d3da927660ed16c97c7':\n  Don't trim() in the mediascanner, as that would remove the special \"sort first\" character.\n", "proba": 1.2963333517745923e-07}
{"commit": "338e4e29cdfe58d85ea4c34342ccc611654e8f6b", "message": "Attempt to check for texture intersect, not working properly yet...", "proba": 1.0318596110892031e-07}
{"commit": "f77c83da6cbe83fb711a28cc4ef9d7bef3573574", "message": "GenBoard\n\n- Added the `GenBoard` test class.\n", "proba": 1.0644843939644488e-07}
{"commit": "249f902c1617d5d5b2663d79ebd20b835485244a", "message": "Refactored code slightly - moved the commencement of Photo observing out into its own method.\n", "proba": 1.0348929890824365e-07}
{"commit": "25f6d6b78ce59a0b371600e6ab38da60ec3fd221", "message": "Intro kinda ready", "proba": 2.403033363407303e-07}
{"commit": "766a40f09beb26d3ea845f191252a2895ed44f3e", "message": "17:25 25.09.2017\n", "proba": 7.089101359269989e-07}
{"commit": "f27e13528a4524d29fe8889bc3dd9a8ea973ddb6", "message": "is it broken?\n", "proba": 7.661516065127216e-06}
{"commit": "cb2ca59ed72391f936b303964af931bac7813144", "message": "code upload\n", "proba": 2.3879647415014915e-07}
{"commit": "80eda148a75f7c4eea0e4c2d2b8929442a9a8e53", "message": "DataOutputStream\n", "proba": 1.419954151060665e-05}
{"commit": "75d1e839c4089eb126d7709c756f15a827fb23c9", "message": "Fixed a race condition bug related to closing the ad sink while another\nthread has called getAd() on it.\n", "proba": 1.0357579327546773e-07}
{"commit": "0aa5d7b7f225236ac8461d0b6835b9c6152a2699", "message": "DO NOT MERGE Fix deadlock in MountService\n\nIt is not safe to call into vold with a lock held on mVolumeStates\nsince we will receive events back from vold on a different thread.\nSo in the boot completed handler we make a copy of the volume list and\nthen call vold to mount volumes after releasing the lock\n\nChange-Id: Iaadfb1b8be5567c8e228a8fbc69d4d483c8dc987\nSigned-off-by: Mike Lockwood <368d0007e4626f70737d16df5e49ed8806b98c3f@android.com>\n", "proba": 1.9253238292549213e-07}
{"commit": "aae35640cd4e08186c01875e8d14962258e3d365", "message": "DO NOT MERGE ANYWHERE Start the FingnerprintService only if it has FEATURE_FINGERPRINT.\n\nb/26877020\n\nChange-Id: Idfef31edb7e67ae60c1b2205df326ed1c5657618\n", "proba": 2.384774688835023e-06}
{"commit": "d933d4c2762d215f0cc8f145c2d236d87748defa", "message": "Add solution 1.1 Java\n", "proba": 0.9993031024932861}
{"commit": "5819e21c83b650b4c625151d9f2405841450d28b", "message": "Create CustomerScrollView.java", "proba": 4.6308187506838294e-07}
{"commit": "f3e1b4b7bf14a0fe35f4e82881f73d752d3e264a", "message": "https://pt.stackoverflow.com/q/165510/101", "proba": 9.456924772166531e-07}
{"commit": "8b8bfda98caa5515ece1cc556419c012ef290501", "message": "JUnit test for EmailSending class\n", "proba": 1.7448081734983134e-07}
{"commit": "ec82f20d7a0e085cdadf63eddd6b2fa472867adb", "message": "am b20dae4a: am 4bfa1e99: Merge \"Fix handling escaped chars in ssid\" into jb-mr1-dev\n\n* commit 'b20dae4a8d63f28bbb6ae8c55f191cc52dd7dc47':\n  Fix handling escaped chars in ssid\n", "proba": 8.055787930061342e-07}
{"commit": "83a23c1300108b0d4d22df73bb9d14b7f7266535", "message": "https://pt.stackoverflow.com/q/41668/101", "proba": 8.243161460086412e-07}
{"commit": "e947bb84ce4092caa051beb4be837a4dd26b2ec0", "message": "Level of a Node\n", "proba": 0.00028774046222679317}
{"commit": "0d31bd94f9ea705658713f32410ad66689a6e743", "message": "spiral generation of matrix\n", "proba": 6.5096202206405e-07}
{"commit": "21891ba3fa89cf71814a6d594a759847494a68a8", "message": "Simple solution for problem 4.\n", "proba": 6.190966814756393e-07}
{"commit": "8ac172e22581c504f177b8b7b2ed7b45b0969875", "message": "Fixing SubtreeJump 2", "proba": 1.5685290577494015e-07}
{"commit": "dcba7052b52dd7763040aa751eb33fa597b028e0", "message": "Prototyp in Java hinzugef\u00fcgt\n", "proba": 4.304985736780509e-07}
{"commit": "f88a3fe18e0a8277ea1807c3946312351c8d354f", "message": "created my own branch and SimpleGui1.java\n", "proba": 1.4176033857893344e-07}
{"commit": "8d0e6f7705d6f55075c8dee38dbe3939b89bf2c2", "message": "update ConnectSybase\n", "proba": 2.6153207954848767e-07}
{"commit": "1be483d3a53923b143c75a5c4cd39cb855458843", "message": "Changed BracketParticipant (members set)", "proba": 1.201957502416917e-07}
{"commit": "797999cbbf85ee3f2a2198e30db12dfb491fc76a", "message": "no message\n", "proba": 2.1470650608534925e-05}
{"commit": "e75fd1bd995463d0e0d00aba8b2b923dca6d3436", "message": "Refactored the name of the Requester class\n", "proba": 8.193516805476975e-06}
{"commit": "80bbb7e4e0e63c86c093410e4bf1491af6ea37a1", "message": "More progress implementing XDSLWriter.\n", "proba": 1.2231780033289397e-07}
{"commit": "c298c12e6345199057505d40023af154951518dc", "message": "Add includeException\n\ngit-svn-id: 00f83033766efed07e2b0af284f6d6b8c92b3c53@408213 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.127657457000169e-07}
{"commit": "1a2a9d80e0d2b53b389b4fc0b18b668d92e2369a", "message": "add a class to run the tasks provided through the command line interface\n", "proba": 8.202055141737219e-07}
{"commit": "2befd5644bfcd75e076133f98a69a3249fe45b93", "message": "NEW: ProvidesSettings", "proba": 2.134088106231502e-07}
{"commit": "d4fab44252ff6d37e5bd075e6b5aedd8d466db58", "message": "Create MakingChange.java", "proba": 7.87569263138721e-07}
{"commit": "a60da31f1d49fffe186ec0c488bdf6d9f41a8a04", "message": "No567\n", "proba": 8.701439219294116e-05}
{"commit": "355851159bcfd7527de02a733a93da539541f77a", "message": "initial import\n", "proba": 6.214378913682594e-07}
{"commit": "60ba49e850e017b33b572c40c1054bdec2004d85", "message": "Fix for Bug 22817 - Commend for MSG_METHOD doesn't correspond to implementation\nfrom bayer@oio.de (Thomas Bayer)\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@249614 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.2259807508362428e-07}
{"commit": "d75ae142081ae90a47636a09354408360d97fa31", "message": "Adding back a ParameterDesc constructor that was removed in revision 1.22.6.2\nI depreciated.... er deprecated... er @deprecated it appropriately ;-)\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@255857 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.5507251848466694e-06}
{"commit": "d0e391179a387c69a285dd845b163a059afc02cc", "message": "Improve modal dialogs in PanelSearch\n", "proba": 9.78837988441228e-07}
{"commit": "d8ca9f7a6ead8d14cd82ccc321eeb7a0bba708b2", "message": "Kelas yang digunakan untuk menciptakan peta/map\n", "proba": 5.319797082847799e-07}
{"commit": "deb6c5f025e3f72ce742d217b565783031c4aaf9", "message": "kill bad comment\n\n[git-p4: depot-paths = \"//depot/code/ST4/java/main/\": change = 8111]\n", "proba": 1.5077405635111063e-07}
{"commit": "de67595ce511794271d8a6ded766f5ebc757aa9e", "message": "Update MergeKsortedLists.java", "proba": 2.1194887267483864e-07}
{"commit": "e3023c2acd61a742713a73db6adb1cd9e60e1462", "message": "shift\n", "proba": 4.380452992336359e-06}
{"commit": "c8a2d645ef382e3f0e7a746c4bf7c8523b6d5956", "message": "another ui test, not running headless yet", "proba": 1.2480764155498036e-07}
{"commit": "cf758467e840a666fe1917a6d7178704c87d8851", "message": "Test for https everywhere\n", "proba": 1.6627559773496614e-07}
{"commit": "25f0da22856cd569c583ecd4d8ec1bfdb860e791", "message": "TestXMLEscaping.java: SOLR-33\n\ngit-svn-id: 9c10db2ffc3a5912653d34876e3a537be687889a@422772 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.6555105730731157e-06}
{"commit": "12da9d3d473606f65e3277a07460923db57dc993", "message": "add something\n", "proba": 0.00044924113899469376}
{"commit": "6f1f8fda1e4a0d715141811baa807f8e261eb419", "message": "M\u00e9thode d'importation de donn\u00e9es \n\n- On importe du texte dans la liste depuis la liste (cela revient \u00e0\ncloner)\n- M\u00e9thode \"canImport\" n\u00e9c\u00e9ssaire pour d\u00e9placer un \u00e9l\u00e9ment (qui renvoit\ntoujours true pour le moment)", "proba": 0.002979784272611141}
{"commit": "f96863eb12c35cbddff74020cc5061a78890d879", "message": "Added counter output", "proba": 3.0251916882662044e-07}
{"commit": "425c94e40a5e12b11ecac8c8c6154c21d1168da2", "message": "\u679a\u4e3e\u7c7b-\u6539\u8fdb\n", "proba": 3.9517433947366953e-07}
{"commit": "62372a5e6907bcca1ebce8b0bbfcc233287b9dd8", "message": "Create frog_river_one.java", "proba": 0.9999818801879883}
{"commit": "f8639c4c461efeb941bcb994892b79c58e74ac8e", "message": "Work. Org.Lattilad\n", "proba": 1.591079694662767e-07}
{"commit": "93ecead92eda3c54eb2ec811a4d0ef9de6d77105", "message": "Fix reverse lookup so that an address that already exists doesn't re-save to the DB.\n", "proba": 1.0911817582837102e-07}
{"commit": "6688206f4388267170d7c311b84b276efeefeaed", "message": "Ajout classe au dessus de Pacman, nomm\u00e9e Personnage\n", "proba": 2.3035462959342112e-07}
{"commit": "51f31da5b6c1cac493c1131f2e76a50fa29b9f8e", "message": "New class.", "proba": 2.181569414005935e-07}
{"commit": "03ecb972e8077bd452db5f7e861b9696dcc942cd", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "fea60fe910841ac9a0bba1f9b5548168ffe12676", "message": "an exception for trying to attack a non-combatant\n", "proba": 0.0004246446769684553}
{"commit": "6b003826b6ea6e18746761f37c24a8fe525b80e1", "message": "Update TwoSum.java", "proba": 6.737620310559578e-07}
{"commit": "53f39ae7a2923804dc75c895457237e979bf9b5a", "message": "Update javadoc comment.\n\n\ngit-svn-id: a878c62e23c3cdd7109267dfd9bdff0ba03a0163@7834 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 1.0832539373950567e-05}
{"commit": "3fc566c141587db2b133bd9a84006c6cd5d99d05", "message": "\u4ece\u975e\u7a7a\u6570\u7ec4\u4e2d\u83b7\u53d6\u51fa\u73b0\u9891\u7387\u6700\u9ad8\u7684K\u4e2a\u5143\u7d20", "proba": 1.8602561624447844e-07}
{"commit": "e1537d16447917572d44b6dbcf082b1c2cc836ec", "message": "Add java solution for 258. Add Digits\n\n258. Add Digits: https://leetcode.com/problems/add-digits/", "proba": 5.6339790717174765e-06}
{"commit": "0438ebfd203060abfc355288a4c01b930cd217b8", "message": "Create MusicResultActivity.java", "proba": 7.190390078903874e-07}
{"commit": "a0822a96e90f59ca27127fadaa8daa3c27926b31", "message": "Fixed edge-case bug in WritableFrameContainer.getNumLines\n\ngit-svn-id: 50f83ef66c13f323b544ac924010c921a9f4a0f7@2147 00569f92-eb28-0410-84fd-f71c24880f43\n", "proba": 1.0929288691841066e-06}
{"commit": "ffe99c1cef15a7ce14bf08ff12f12aae7ac07464", "message": "Rename 'actions defaults' to 'addon defaults'\n", "proba": 0.9987452030181885}
{"commit": "daa2563f65cce33da6d0018969746a9898008207", "message": "Don't repsond with null payloads.\n\nIt makes more sense and is easier for callers to do what iOS does and have an empty payload.\n", "proba": 1.1166920188543372e-07}
{"commit": "aab2ee2ea5c246b28088e7610e552d92ef391fc3", "message": ":gem: Fix formatting", "proba": 3.7740103380201617e-06}
{"commit": "88dd7ff7edb0221166be6cf8548d9a0a400ce7cf", "message": "Added ByteBufferUtils", "proba": 1.906642381754864e-07}
{"commit": "f5bd2f78bedc80849c0701a9d50872d0a9b2336e", "message": "added Bejeweled src\n", "proba": 1.343548063914568e-07}
{"commit": "6a1f791e125ca3ab5e55d20cc8912eb787474d3b", "message": "New class GlobalState to hold process-wide logger data\n\nSummary:\nCurrently, the LogFormatter class holds on to a process-wide\nmap of <thread ID: command ID> pairs.\n\nNow that we can have multiple concurrent clients connected, the\nprevious assumptions that ConsoleHandler had about one console at a\ntime existing no longer hold, which caused #4985049.\n\nI need the <thread ID: command ID> map in ConsoleHandler, so this\ncreates a new package-private class GlobalState which holds this\nprocess-wide map (which will be shared between LogFormatter and\nConsoleHandler).\n\nI made the new map a ConcurrentHashMap instead of a SynchronizedMap.\nLet me know if this bothers anyone.\n\nI plan on adding a few more maps to this class in a subsequent diff\nto complete fixing #4985049.\n\nTest Plan: Tested in subsequent diff.\n", "proba": 5.284175017550297e-07}
{"commit": "7d0a90b07e33dd4f95ba98b45cb3454c9d562945", "message": "Added recognition for more types on Partial#wrap (long, float, boolean, local date, local time, local date time).\n", "proba": 1.0760753355043562e-07}
{"commit": "24ba85b633aaa784ad917c47f5bd562d961fb4eb", "message": "Update BiomeMaster.java", "proba": 2.40362481918055e-07}
{"commit": "23351dcf0126f961db515032699b3e840f00fc5e", "message": "Update Penetration.java", "proba": 9.82582832875778e-07}
{"commit": "11036a4d48f216a51948f0bc322aa961b5378028", "message": "Use it for log4j2 configuration file", "proba": 5.604198918263137e-07}
{"commit": "4fbbe07618c99d376d32197aff4954245eb0cc6c", "message": "wrapper class for ica algorithm\n", "proba": 9.501365525466099e-07}
{"commit": "2556e1f2baecb23165dc176ebbb34b6e400969bb", "message": "remove field\n", "proba": 1.2167932936790748e-06}
{"commit": "fef9121bb304f19e934b0777179af1a4d8455232", "message": "Add support for OvercastTeams in the API\n", "proba": 1.3309380619830335e-07}
{"commit": "2eae95144061e031985d142c553c421e3632f3de", "message": "generate threads\n", "proba": 0.0031148174311965704}
{"commit": "8e31bd7b1cfa54004a193aa4b1ea5ec31a7e1721", "message": "Add SystemOutHandler class for proxying System.out messages.\n", "proba": 1.1108670605608495e-07}
{"commit": "a4758cccd97fc321b0d9f978017fc6b8458349e7", "message": "check\n", "proba": 8.487350555697049e-07}
{"commit": "a42b352594edf959302f8fc98041e76adeb6a20d", "message": "Added transfer/restore convience cmds to MF Classic tech.\n\nChange-Id: I675993bc3aae6a741d63be458a0dfea240dd5316\n", "proba": 2.05755463866808e-06}
{"commit": "b4e5061fd6e0b665e025713643378ec31188cff2", "message": "Change EmptyArray System.identityHashCode to Object.hashCode.\n\nEquivalent behavior, improves performance since\nObject.hashCode has a fast path in the java side that does not\nrequire JNI.\n\nAccording to traceview sampling profiler:\nCalendar had 6.8% time in System.identityHashCode during launch.\n0.4% time in System.identityHashCode after the change.\n\nBug: 16828525\n\nChange-Id: I1ed1d1283a990f990b0d4352cc1f4822b1dadf7b\n", "proba": 5.72907902096631e-06}
{"commit": "26c60db1841ab2df36fb8fbbd613934ea35b037f", "message": "am 6a593012: Merge \"Change EmptyArray System.identityHashCode to Object.hashCode.\" into lmp-dev\n\n* commit '6a5930128cbd3fa5dace9262ee6cefa7db53d378':\n  Change EmptyArray System.identityHashCode to Object.hashCode.\n", "proba": 1.819376080902657e-07}
{"commit": "c49db4fc92383312196ad329320ae946038f22fa", "message": "test commit\n", "proba": 5.337649895409413e-07}
{"commit": "4c7aaa40e5268376482f51ec597ce795935b2779", "message": "add test for 77\n", "proba": 7.679706754970539e-07}
{"commit": "2c32662f614acb40b34cb29aa36a9ab8b0523343", "message": "Play with Set API\n", "proba": 2.0652991850056424e-07}
{"commit": "01e6b63f6d74ca29570717ba4bf9fe120844c902", "message": "Fixed NIS tests by having zero transfer fee be dafault. We needs special tests for the mosaic transfer fee.\n", "proba": 9.765035713371617e-08}
{"commit": "515c199a97f8892b1fdc9eb832514523af2839e0", "message": "Added recent opened files handler\n\nloads and saves the recent files list.", "proba": 1.1069224825632773e-07}
{"commit": "a76145fb993f442db6fb64a50f306e67fd8f0230", "message": "introducing WithInterval interface\n", "proba": 1.5147739418353012e-07}
{"commit": "3ed70c86c868bfea4e6c2d25de12c1dfb48f5520", "message": "\u7b2c\u4e00\u6b21\u5bfc\u5165\n", "proba": 1.736554366971177e-07}
{"commit": "ab4004cd48544c0d318572da3a4675e6538ac334", "message": "Work. Org.Lattilad\nTimeCheck new structure\n", "proba": 1.234694053664498e-07}
{"commit": "eca11ee6799b8ec3c77f51ed18b38c46a38a56e6", "message": "- This error shouldn't happen, and it's out of the servlet, so it is not going to be possible to send another event.\n\ngit-svn-id: 40f70788afc64a734d8b91520bec53ae21e7042f@532006 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.7546277604196803e-06}
{"commit": "5eafc53843b0f5ab4f3277015a1a1d385238cdda", "message": "Add support for notify periodic event of cluster.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1526408 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.2277913457364775e-06}
{"commit": "bafd6639adb4ce1d86c55fc2eb264bc85e3cb3df", "message": "Revert part of r1026157\n\nRemoving \"throwa NamingException\" from parseName() methods as was done in r1026157 changed their API,\nso that derived classes won't be able to throw that exception anymore.\n\nI do not know the full story behind these two parseName() methods, but if they were supposed be overwritten it seems likely that they may throw a NamingException.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1026506 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.135283986921422e-05}
{"commit": "40e0f47844bdb55d629d7fa1cd6e41d23ea18bd0", "message": "Fix javadoc warnings\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1708914 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0007400512113235891}
{"commit": "30078fc7ae0e454c8a699a4ac15eedad3a90027f", "message": "Considered. It is not a good idea to do this generally.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1676941 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0008976172539405525}
{"commit": "f427d81a9dbb6fd1719c43b437318e622cfc21ce", "message": "[Java] longest substring with no repetition.\n", "proba": 8.517952778674953e-07}
{"commit": "3687c2096a649dd986d282bc87e7b8e69112e77d", "message": "\u57fa\u7840\u7c7b\u578b \u8fa8\u8bc6\n", "proba": 6.237559091459843e-07}
{"commit": "eafccc0859c58ad853fbe26bfa928cc9a91653f3", "message": "Place the DHCP server address in the \"next server IP address\"\nfield of the bootp header.  A certain Apple client likes this,\nand it is more consistent with other DHCP servers.\n\nChange-Id: I59e73fbf3dccfbadd1325d3ad5e2997952a28fde\n", "proba": 3.6457734040595824e-06}
{"commit": "393fa83424822fca7a105a690d09d796f2241626", "message": "Fix public comments for SslErrorHandler.\n\nFix documentation.\n\nChange-Id: I56a485d2ed3b338f9acb6fa8d7e42cba88ad6291\n", "proba": 6.711565220030025e-06}
{"commit": "2638b99b8895816e9c5a851e22f119a107d30ff2", "message": "am 8a6d7323: Merge \"CheckedTextView is missing onInitializeAccessibilityNodeInfo() implementation.\"\n\n* commit '8a6d732360c9dbcdf1d2b4da93d150f16af8507b':\n  CheckedTextView is missing onInitializeAccessibilityNodeInfo() implementation.\n", "proba": 6.332651310003712e-07}
{"commit": "66a59baeac352b34da20992e53b221d8fd787156", "message": "am e1176f10: Merge \"Fix KeyStoreTest now that begin requires parameters.\" into mnc-dev\n\n* commit 'e1176f10eba5a65ad23877b210e4d8d886653e6e':\n  Fix KeyStoreTest now that begin requires parameters.\n", "proba": 1.4675575243927597e-07}
{"commit": "84615126e73c229ac421762fdc8b9bcbf21268ba", "message": "Handle no changeLogFile being passed\n\nDAT-4800\n", "proba": 2.109434547037381e-07}
{"commit": "44a8c36f3079254fd07a1b1b5036880a03093e91", "message": "Moving files to Entites.\n", "proba": 1.210104159099501e-07}
{"commit": "9fcf3ca4ded8cd68995b9e9281c223e92ba0d7be", "message": "Turn down the logging a little bit.\n\nChange-Id: Iec36925e3aff1490c8808bdc7a6bd39e7d549556\n", "proba": 1.7779195331968367e-05}
{"commit": "64708016f73167674173e05a999da7561ab2320d", "message": "Agregado Main\n", "proba": 1.8800812995323213e-06}
{"commit": "b44bca319b242fa805f8491b5a84bc533a70c665", "message": "test methods in Util\n\n", "proba": 8.393711823373451e-07}
{"commit": "6d885d0bd9cc2387a0145d0592420eb07f8a1872", "message": "update code\n", "proba": 3.531175991611235e-07}
{"commit": "23a60255e0c284fdb5a8158708f7a9625307f183", "message": "Create HolderArrayAdapter.java", "proba": 7.49199784877419e-07}
{"commit": "812b3bd38c04b2bb13b238137e6f6f35a468a952", "message": "Changed faculty to factorial\n", "proba": 1.1887481150552048e-06}
{"commit": "9df64f90ee97530ef8c42b80e85b2732d9298414", "message": "Very similar to question like merge interval, but the difference is that it requires to shink the end, to represents overlaped space.\n", "proba": 1.236200972698498e-07}
{"commit": "c73e6b438b946c3bc64a1306d9fe165f63c000b0", "message": "Create OneTimePad.java", "proba": 6.427782750506594e-07}
{"commit": "7a7ed688ba227d0a4415d3934592760a409d7f2f", "message": "Simple test for arrays.\n", "proba": 1.675391274602589e-07}
{"commit": "d8307379ace1a3d793eac001afc3a3e1b3ee5284", "message": "modified to use a rectangular non-cubic system\n", "proba": 1.8776390788843855e-06}
{"commit": "397a2e4f370961a73af929543848ac468a703b24", "message": "- little change for RSMCanvas drawing method, last point should be drawn properly\n", "proba": 1.123076529552236e-07}
{"commit": "13115ca5fda87c600cba432c8fc05014e81837ed", "message": "Initial commit: JoinImpl.java\n", "proba": 4.728751150651078e-07}
{"commit": "0c9faa9d7edc0c3f027b878b571117b03ca29d16", "message": "The wsa:FaultTo should not be specified on response messages, by default, as it implies that something will be listening for responses, to that response message.\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@448968 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.985263043025043e-05}
{"commit": "1e98c3d559891189a6114c38b065307b00cc07e0", "message": "About to delete nested classes, so... commit!\n", "proba": 1.0273683415107371e-07}
{"commit": "3b1a36d2e22c125052e89004c4aebbe49fac3af4", "message": "Check Point\n", "proba": 4.1141979068015644e-07}
{"commit": "2fd4d272dcfa221791a43270458d4d9e4f8b36d8", "message": "Subo los archivos iniciales del proyecto", "proba": 2.670820435923815e-07}
{"commit": "93f8bed8e54e63433f3b33187be6ea59a8151067", "message": "Added Main.java\n", "proba": 2.2649713571354368e-07}
{"commit": "ff7cc546ecaf067099236d4a31534d6a14bc0db5", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "c2f5a9cfef5b1e10a675ec7dc4415986d1956178", "message": "Removed TODO", "proba": 2.0853919124874665e-07}
{"commit": "0508141fc13b066263ed53f081948d767cd79c99", "message": "Create Weapon.java", "proba": 1.1621347084656009e-06}
{"commit": "467bc938c1ec225540b28f5ebccead9c9ca9fe0d", "message": "Message #96\n", "proba": 1.2927222314829123e-07}
{"commit": "f34455d975e8d7b78a36c15c07bcf4019a211793", "message": "Fix 47080: NPE in RealmBase.findSecurityConstraints when uri is null \nhttps://issues.apache.org/bugzilla/show_bug.cgi?id=47080\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@770809 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00014393488527275622}
{"commit": "6df867fdb2bcdfbc3724b362c31a1a4fde18ee5a", "message": "first unique char\n", "proba": 2.1364340341278876e-07}
{"commit": "42854fb9f24653854015da7f9f5a1b8b304320a1", "message": "\n\ngit-svn-id: svn+ssh://green.exnet.com/rw/SVN-repositories/public/reutils/trunk@316 7a6dc53a-678a-4e31-bf73-3c095f94da06\n", "proba": 1.5586978179271682e-06}
{"commit": "32d6c706e6f6b06472b44c87e99e01fb65873efd", "message": "RPC interface inheritance tests.\n", "proba": 1.496542409995527e-07}
{"commit": "7dd53fe3c07da2c6bd96c9a995af6ba22ec5632a", "message": "Fix the wrong constructor usage in RoboImage\n", "proba": 0.0016572666354477406}
{"commit": "aefb6b2811a650ce4bdbfc22ac5c45efaf602628", "message": "am e8e2c9e4: am 9e4dbf05: Merge changes I99f9f9ff,I559b5c56 into mnc-dev\n\n* commit 'e8e2c9e4be7ec8c7977efba74fed1e83f7a7e38d':\n  [RenderScript] L2 BLAS, fix element type in ZHER\n  [RenderScript] fixes for L3 BLAS APIs\n", "proba": 1.0594494597171433e-06}
{"commit": "12bbdfe89a24d778de2434fc3e272075f475bc8a", "message": "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 \u0434\u043e \u043f\u0443\u043d\u043a\u0442\u0430 \u21164\n\n\u0412\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0430 \u0432\u0442\u043e\u0440\u0430\u044f \u0447\u0430\u0441\u0442\u044c \u0437\u0430\u0434\u0430\u0447\u0438\n", "proba": 8.966393920672999e-07}
{"commit": "05d0673bfc5231f6dea4bc99627bbf44edf3a8d0", "message": "Misc fixes for throttling.\n\nCleanup of duplicate code\nCaching Ntp data so we don't hit the network as often\nClearing out of MRU data when we switch to a new sim\nSending notification after we reset byte counts\n\nbug:2605277\nbug:2605272\nbug:2597530\nbug:2576057\nChange-Id: I3df526bae6374f6ae56fed67b0defad2b4fabefd\n", "proba": 5.703928991351859e-07}
{"commit": "2f5514f2c2952d0b1b9171c894cccf32882e8308", "message": "added class AppUtils to hold public static utility methods\n", "proba": 2.620496104555059e-07}
{"commit": "e3855b51716d1caa42f69adf824b8ea71a972288", "message": "am 160c0059: am 257719ec: am cccf6e9b: am 9f0ed0ee: am 58db9597: am e4ca0650: am 31ed1722: Merge \"Doc update: clarify dumpsys instructions\" into jb-mr1.1-docs\n\n* commit '160c0059f1499dbb7fdba7306f32227af7a15baa':\n  Doc update: clarify dumpsys instructions\n", "proba": 7.474099561477487e-07}
{"commit": "cb2403d4532b50efe5e491c8c97bcfad99cc1c9d", "message": "am d0295aac: am 09ff9d7e: am 7f1343ee: Merge \"Make Network.openConnection() share HttpHandlers not OkHttpClients.\" into lmp-dev\n\n* commit 'd0295aac9c30e820424678fca3c0c7eaa8bdba65':\n  Make Network.openConnection() share HttpHandlers not OkHttpClients.\n", "proba": 6.027871677360963e-07}
{"commit": "154b83c00859de679f805f8edecc8552626a4de8", "message": "am 910113a9: Merge \"Use per-Network connection pools for openConnection.\" into lmp-dev\n\n* commit '910113a91cc62b5840f107f9b41e4a6445d2a155':\n  Use per-Network connection pools for openConnection.\n", "proba": 2.906445502048882e-07}
{"commit": "0a3cb2ce1b2472b7e4ca6739eaeaa50975abf6ab", "message": "am b2bd63f0: Merge \"Fix doc typos in Vibrator.java\" into klp-docs\n\n* commit 'b2bd63f00631b68df3595a4369ec4802e6443bc7':\n  Fix doc typos in Vibrator.java\n", "proba": 3.4838978990592295e-07}
{"commit": "75bcfeabb982d4fcddff12664ecf761e5d3c6e97", "message": "am 4ee9b23a: Merge \"Delete dead code\" into mnc-dev\n\n* commit '4ee9b23a6f1856bfe7fa810b585b4ced02745d65':\n  Delete dead code\n", "proba": 1.917574081744533e-06}
{"commit": "ae08bd1cb7816283f2614ab8f88f3457b6626951", "message": "Create SavingsAccount.java", "proba": 2.7863020477525424e-06}
{"commit": "5a3eebe0697236ab9290461a28e4b2183c70b20f", "message": "Tests for inherited life-cycle annotations\n\ngit-svn-id: 1cb8ba81e35536520dc3c869e3ef27a5006f98a2@460 79e2b5ea-dad9-11de-b64b-7d26b27941e2\n", "proba": 2.7863585273735225e-05}
{"commit": "2c38bd752e6925110616c9225236f0c219a74a63", "message": "fix a possible crash issue\n", "proba": 0.0005942899151705205}
{"commit": "0b5fbb88fcd67e199213a8569fd0950629c662fa", "message": "+Utility: Improved getConstructor()\n\nNow uses generics and added ability to get private constructors.\n", "proba": 9.991040883505775e-08}
{"commit": "9512f321001d8a121adf45cea57fe72716cf3d10", "message": "Swap all parameter values for tipDate swaps\n\ngit-svn-id: 67bc77c75b8364e4e9cdff0eb6560f5818674cd8@6749 ca793f91-a31e-0410-b540-2769d408b6a1\n", "proba": 2.6113651983905584e-05}
{"commit": "b44dc814801904b79a5ca94d572d5c3e67589e59", "message": "Minor formatting cleanup.\n", "proba": 1.490656842406679e-07}
{"commit": "f41dbedc1f0736f2dac868301217701dac40e834", "message": "(Intersection of Two Linked Lists) [Accepted]\n", "proba": 1.3411299448762293e-07}
{"commit": "0a7f15931cf82a4932bd48a959e371db7ba925de", "message": "CLI for requirements input\n", "proba": 2.706063071400422e-07}
{"commit": "caac61b8f2a0aebbe88a917ebf8746f3a79f8665", "message": "Minor fix\n", "proba": 4.2334357885920326e-07}
{"commit": "326bc4bb22c57707c6ed8732d308f7448eac425e", "message": "Improved text of LAOS settings and added mmPerStep property", "proba": 1.268982714464073e-07}
{"commit": "0c9e53350a17ba469c372e55c74dcf8e209772da", "message": "Added warn and info logging on slow operations/timeout of locks\n\n", "proba": 1.3472164539507503e-07}
{"commit": "64480a75d0a2e442c3d481c0a125cebbc5d96c09", "message": "Level order traversal completed", "proba": 7.769216949782276e-07}
{"commit": "fe1ca21d6e3cbfb5d884771600ac8d86bbc55d8f", "message": "Java code for Binary Search Tree Traversals (Preorder, Inorder, Postorder)\n", "proba": 1.2563474172111455e-07}
{"commit": "57d8447fae9982f560704311c25d47f59e1a5e12", "message": "Adding the RMend configuration class.\n", "proba": 1.1372343067250767e-07}
{"commit": "6f89db3d018bb832c21f215f699ea4818409d0b4", "message": "silence raw type warning\n", "proba": 5.325438451109221e-06}
{"commit": "a1afb32e12611d59a9c20e8e827497d7dee5aa63", "message": "add healthcheck", "proba": 5.541169230127707e-07}
{"commit": "d006688c056460170b0d14d994441502164aa083", "message": "refactoring\n", "proba": 5.272031557979062e-06}
{"commit": "ba637d4a49fb299a771881983b7b820d4d9a6c09", "message": "add empty\n", "proba": 0.9999970197677612}
{"commit": "2b1ff45b37ba64ee346f118f88138f7dba786e6c", "message": "error handle\njavax.persistence.OptimisticLockException: Batch update returned unexpected row count from update [0]; actual row count: 0; expected: 1\n", "proba": 2.5494582587270997e-06}
{"commit": "d188dfd22aae9beb7e37d9ad7164f66cd2cfe033", "message": "added try catch when parsing duration", "proba": 2.2248474351727054e-07}
{"commit": "bc15f5ced25344a5f6bd0a7674017f6a9fd3eec0", "message": "Use the same wording in Javadoc as in the API name: \"empty\".\n\ngit-svn-id: 3cfc64c80f2e6f92f6d08f3c7f3967ef35335cd9@1458635 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999991655349731}
{"commit": "c56ca742a801221e91f9c43e977f9935cab6fa9d", "message": "Fix Javadoc warnings.", "proba": 2.4292435796269274e-07}
{"commit": "90b60e4948d635999d5db4e354288dc4628bde5a", "message": "cleaned up the code\n", "proba": 5.010648601455614e-05}
{"commit": "df7b9f1e76efa1cbddc3f424a41898c3c1bafc2b", "message": "Initial non-working concept for AnnotationPool in GeneralAnnotatedPosition\n", "proba": 1.2432023765995837e-07}
{"commit": "1022e807a44f44ddbf21fb72146a9a42aae80ce3", "message": "undo the last change... apparently pretty breaks things\n\ngit-svn-id: 3495a5c4bbe5ece00c09619c056c9a903ff1da72@388602 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.929166266265383e-07}
{"commit": "36c7ab087bcb4dba4c69a1e66716777cdf36d824", "message": "Fix for Bug 11695 - java message provider return serialization error from mark.sullivan@nav-international.com (Mark Sullivan)\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@254830 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.2503797961471719e-06}
{"commit": "46dc85e032208dc4af7119d2c330c67a54ae0e1d", "message": "Updated writeSerializationDecls method to add serializer and deserializer factory for <xsd:list itemType>.\nModified writeSerializationInit method to support <xsd:list itemType> in case of array.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@257213 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.158976013168285e-07}
{"commit": "671bf8cdf62723d63da76373d3afb8822b80643d", "message": "Submissao trabalho02", "proba": 9.665552624937845e-07}
{"commit": "6371aa7699466b9fa2260b5e9b97919f6b068886", "message": "Create LinkedList-3.java", "proba": 1.9200042515876703e-06}
{"commit": "143be3648a40cdd03f9fa7bde8bcb197d63bfb4f", "message": "Init UiUpdateTest\n", "proba": 1.0492007049833774e-06}
{"commit": "36a7a08c62467f4ee286ca1f1477021c1f3f2c91", "message": "Analyze log file\n", "proba": 1.3439175745588727e-06}
{"commit": "c9cea2d629d0de9088cf488e8f303c1190286c90", "message": "Create MainActivity.java", "proba": 3.4549507290648762e-06}
{"commit": "4c79814093d63fb2e138d48b17d5164b3e596eb8", "message": "A working version\n", "proba": 7.562778137071291e-07}
{"commit": "83ab98c7cb63de16a552638b7ceb28c0963b1f4b", "message": "added unit test\n\n[git-p4: depot-paths = \"//depot/code/ST4/java/main/\": change = 7814]\n", "proba": 1.3019345601605892e-07}
{"commit": "86e3317e298c03a489936d8c97f4e899dec9a6d9", "message": "Add Utils class including sleepNanos\n", "proba": 5.122496986587066e-07}
{"commit": "28a78145ba739eeadc1816f63c034df897d4f92d", "message": "Added TODO comment\n\n\ngit-svn-id: ac804e38dcddf5e42ac850d29d9218b7df6087b7@455868 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.6289105531086534e-07}
{"commit": "8f218de8b2a552735136658047637b83e6b55642", "message": "DP/binary search\n", "proba": 5.288137572279084e-07}
{"commit": "22c11766e8e7bbb4873ed4643c422c74c4471c53", "message": "Work on self-score function", "proba": 5.8824331063078716e-05}
{"commit": "f84c4268d5189d41d4db6ab2807110bcdc40a4be", "message": "Create Java Interface.java\n\nFirst commit.", "proba": 1.2467084786749183e-07}
{"commit": "21c9737d2198509c35c3fbebbfaa270c28fa88a1", "message": "Add note that Flight can bypass MAC", "proba": 1.6597458341038873e-07}
{"commit": "349cecc6436c3c88dc1a66f822190cb9eb95b709", "message": "Fix Fingerprint operation canceled bug", "proba": 6.140772939033923e-07}
{"commit": "40d34c579fcd2c4e7bca8896d871fcfc647601e0", "message": "Update MajorityElement.java", "proba": 6.274920565374487e-07}
{"commit": "08d4a7579aa37078ca7e23b411c3f852033a52e1", "message": "Added a couple of comments\n", "proba": 1.1330546101362415e-07}
{"commit": "54fa951671f5ae7c0cd661d46f0c68abb323e4b5", "message": "\u4f7f\u7528Semaphore\u4e3a\u5bb9\u5668\u8bbe\u7f6e\u8fb9\u754c\n", "proba": 1.7034780341873557e-07}
{"commit": "21ff20a7f4747d370f433dbe77bb742373a1caea", "message": "additional efforts to supress output of server\n", "proba": 1.5036137313018116e-07}
{"commit": "fb28d20929b895adb34b817b05d94896e72bf17c", "message": "Tempo aangepast\n", "proba": 1.3689113984582946e-06}
{"commit": "e1f01e6030b96436aeee520a6e910b89b2fb090a", "message": "Update status\n", "proba": 6.611759317820542e-07}
{"commit": "35ca11973bc40bb9992aa350e1d28d402664f1d1", "message": "added a REST interface for services\n", "proba": 2.486403332113696e-07}
{"commit": "7f0b7974a43e355025fd5213d45719eccbc689c6", "message": "Added ability to set region for app\n", "proba": 2.050300054179388e-07}
{"commit": "ad69df171c3288a3bacb7a0c39c316b508efe334", "message": "Add ConfirmCommand Class\n", "proba": 3.469746161499643e-07}
{"commit": "e3c35b0ace98a4fa819e4afde2ce99d41115eadb", "message": "Added putJagexString", "proba": 3.1809585721020994e-07}
{"commit": "c684ba9c737423131d2900e3ce3149c3662df1b9", "message": "experimental class to enable long delays between Davis Frames\n\ngit-svn-id: fe6b3b33f0410f5f719dcd9e0c58b92353e7a5d3@8824 b7f4320f-462c-0410-a916-d9f35bb82d52\n", "proba": 5.329404757503653e-07}
{"commit": "e083ec6878b748817f19f0cbd941938c486f2b96", "message": "SymbolTable.populateBindings has had two symbolTablePut calls for some\ntime now, but only today did it start complaining about it.  Since we don't\nneed them both, I've gotten rid of one so we don't see this silly error.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@255485 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.68050955835497e-05}
{"commit": "796974f37fe0cccd99051e78ce21d3a2923922ac", "message": "Emit QName to operation mappings for literal operation types.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@246555 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0006126853404566646}
{"commit": "a9e82fc170ea01c2dd91d1eab0ce1a6dec40146d", "message": "Const mapper\n", "proba": 9.864755838862038e-07}
{"commit": "21b91bc88a51329772cbb510077740bfd16686c7", "message": "Update PanelBookMedia with new DialogEx implementations\n", "proba": 1.1562320878510945e-07}
{"commit": "4953e3ef7598086b76edcb0fc891b06054780635", "message": "New class.\n\n", "proba": 2.181569414005935e-07}
{"commit": "c89dc424c5be30b33e450569a9695e3b0932a92a", "message": "increment port number by one\n\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@2638 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 0.00014754623407498002}
{"commit": "fd084f2f0e7c9f0383f90627a299f6f54c277942", "message": "Addded DriveTrainTest back in\n\nDrew killed it #BlameDrew\n", "proba": 1.2334288612692035e-07}
{"commit": "516683bc3a857de53de7495fcfd54458776a223b", "message": "Add small file benchmark\n", "proba": 6.073127565286995e-07}
{"commit": "78f831b4f68f8fa38a9056772c94c03d40f192bd", "message": "Added support for versions in ratings", "proba": 1.5647431439447246e-07}
{"commit": "762c804afcd8e833b1435c99746a4e576245164b", "message": "renamed historian to narrow format\n", "proba": 2.4178243620553985e-06}
{"commit": "3ccec7b01ced8a730f1021f403e5f4072c41d266", "message": "Add test class for *.ALNK file", "proba": 1.840278116560512e-07}
{"commit": "60065d946c1df25c475ac6bce99ffe6b76e2f7d6", "message": "add tests for getTimestampValue() method (#1119)\n", "proba": 1.2858232878443232e-07}
{"commit": "24ce138076b151e0e81816270c04abf4b31cc9da", "message": "added fabric code", "proba": 1.5727245283869706e-07}
{"commit": "2231a992c2379362b11d2e00730ece6105de4c94", "message": "fixed unit test.\n", "proba": 1.8470720419827558e-07}
{"commit": "7a20713abcc8ca367361b514121b90bafb9d7cf1", "message": "#4019 VGridLayout NPE test case\n\n\nsvn changeset:11019/svn branch:6.2\n", "proba": 1.5899330207957973e-07}
{"commit": "71b676bc953b91209b3eb8b142153367222c0abd", "message": "am ed24d3f2: am db3bcfb8: am 44023a4f: Merge \"We need to update mPos when we copy a FieldPacker via its data[] member.\"\n\n* commit 'ed24d3f2e991906973afce8aa6a3fa54f4a3e4df':\n  We need to update mPos when we copy a FieldPacker via its data[] member.\n", "proba": 1.3631463957608503e-07}
{"commit": "ac08c00ccea6f81906824dd21a14707e2c819eeb", "message": "changed path to file\n", "proba": 7.53992139834736e-07}
{"commit": "d9b365fbdf679dbbc9c712902836218f376e1d96", "message": "Adding Crash\n", "proba": 6.155806886454229e-07}
{"commit": "62fbf37963c1be86eb455ee9cd9e7b589545409d", "message": "Clean up redundant dagger annotation\n", "proba": 0.003764981171116233}
{"commit": "c617b3755a4b9a0b408fe827604018c82bc96b48", "message": "DLVService Commit Test.\n", "proba": 1.7538302188313537e-07}
{"commit": "ad73fd7fe0cadc62a429c1144b168cc6ac710f92", "message": "* update imports\n", "proba": 1.3809678023335437e-07}
{"commit": "58d1b40c40979a2f87f05a2c698d33e69e4b7611", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "d6d67930a03300b66f7e5b1a9ee5525f98e1021f", "message": "Add ThousandDigitFibonacci\n", "proba": 1.7707959614199353e-06}
{"commit": "414e3bf1c93f7e80b94ec2f0355e03c27412730a", "message": "Fixed an error in CustomComponent JavaDoc (#10038), and some improvements.\n\nChange-Id: Ifbdae94dc94405eca967a95fe783a85d778f461a\n", "proba": 8.595221174800827e-07}
{"commit": "5d2d22772bc992cf6dc7152599f85366dff12604", "message": "Test DB\n", "proba": 1.3389513924266794e-06}
{"commit": "273639f7ad379cb35a53ed9266e14b0b49ef5bcc", "message": "am e6b1e0e1: am 72be5067: am af52ae07: am 2adcb40d: am 2ba3fec6: Merge \"Support waiting for adb shell am stop-user to complete.\" into mnc-dev\n\n* commit 'e6b1e0e1c22d57b8c3f70e780fdc672175780086':\n  Support waiting for adb shell am stop-user to complete.\n", "proba": 1.7814384136727313e-06}
{"commit": "9ad1ad4f2a5bd07cbf941e2e03067476fe8e0042", "message": "Create Diferencia.java", "proba": 7.667507588848821e-07}
{"commit": "654575a731a037e2d57ebcfca2d873c0b2c57df6", "message": "fixed eat-em-up-15 (maybe temporary)\n", "proba": 1.2423241457781842e-07}
{"commit": "25629957e053c7eeeb20d0583b2c69d937f337f4", "message": "engine update part 2 (won't compile)\n", "proba": 1.085732108663251e-07}
{"commit": "1c3d4dae45620d3e46eda2cb594e6ac625afdb1d", "message": "Added file CountSingleDigit7_7.java\n", "proba": 3.546450670910417e-07}
{"commit": "8e654e6317ff343f1cf54f0b570236ceb84577a1", "message": "fixes issue 1415: /query foo opens a new query and sets the main title of DMDirc to \"foo\" instead of \"DMDirc - foo\" \n\ngit-svn-id: 50f83ef66c13f323b544ac924010c921a9f4a0f7@4327 00569f92-eb28-0410-84fd-f71c24880f43\n", "proba": 7.302157428057399e-06}
{"commit": "c82709e465966bf8e02107714296808c90f8a5ab", "message": "Add some math utils", "proba": 0.0010592307662591338}
{"commit": "0cb64915662c1d6b4dd47a2f3a1e0e4e7291e4b2", "message": "Tempate of threads second type\n", "proba": 1.4230296585537872e-07}
{"commit": "3987a03261785cbbca92f247635708d23c84ff5c", "message": "am e01538f2: Merge \"TaskStackBuilder - use the correct package for looking up parents\" into jb-mr1-dev\n\n* commit 'e01538f28b0e9bd0174d5e3f315747b3725b5bd4':\n  TaskStackBuilder - use the correct package for looking up parents\n", "proba": 1.898797563626431e-06}
{"commit": "34c6e6b8533677b24f29a2cc41800c8efdc6184f", "message": "Add DhcpStateMachine PollingState.\n\nThis state leaves dhcpcd running and polls for results, with\nexponential backoff to once every 32 seconds.\n\nBug: 19422416\nChange-Id: I87f481969629ba104491f25ea36de1efc4ad105a\n", "proba": 1.4970648862799862e-06}
{"commit": "755c0980420d9678185ffbf731c1a689aa6b4ad7", "message": "am ecdc14dc: am ebee8a4d: Merge \"Replace minimum with maximum in method description.\" into lmp-mr1-dev automerge: e86848c\n\n* commit 'ecdc14dc31ba22f2569be5c8850d0d09a1a0c0a4':\n  Replace minimum with maximum in method description.\n", "proba": 1.7378761185682379e-06}
{"commit": "e1b4cb6051792ab529641e2c434fd263d62c3402", "message": "am a269a54e: am 3667b9b4: am 30ed25c2: Merge \"revert the stripping of System Group: from the names of google system groups\" into froyo\n", "proba": 4.513076419243589e-06}
{"commit": "9f207a850f6c5744db895692f21159d9a88966c5", "message": "am aff90790: am 4280891d: Merge \"The bigger touch slop still has a problem\"\n\n* commit 'aff90790dff94eb9a4bed541eff4f106623afd09':\n  The bigger touch slop still has a problem\n", "proba": 8.077058737399057e-07}
{"commit": "a48d2e2ab0088a42d4629e332263050ff2371297", "message": "multiplicative inverse of 3 modulo (prime number)\n", "proba": 5.439143933472224e-06}
{"commit": "fb3d2439581d4608894db7532acde98cd19c6cd7", "message": "Make persistentlest accept collection instead of list in constructo\n", "proba": 3.0349502821991337e-07}
{"commit": "cff44a4f04020a1dc9068f27533b40c17f7b2e78", "message": "Update UserServiceImpl.java", "proba": 6.045171403457061e-07}
{"commit": "3a95aaca7ffd5ac7b9a35937dc4a93093f419008", "message": "\u7ea2\u9ed1\u6811\u63d2\u5165\u64cd\u4f5c\n", "proba": 6.627769266742689e-07}
{"commit": "c6718620fbca39261bc94e7c887ea311b4e0c3e5", "message": "empty EnotesApplet class", "proba": 0.0002604663895908743}
{"commit": "c3a46dcba71d791c66104e9471a2b7e72d5680ad", "message": "Delete Task.java", "proba": 6.897345429024426e-06}
{"commit": "72f090babd27643882f2ced398769e9699869713", "message": "renamed filter for xml\n", "proba": 6.308052888925886e-07}
{"commit": "12e571b6d4ed4511ee59d1337cac060e2828548b", "message": "modified the default timeout for setup", "proba": 5.237146751824184e-07}
{"commit": "185b4eb6d39b586676832d9af371bd82f8d81abc", "message": "disconnect client\n", "proba": 2.316023710591253e-06}
{"commit": "e1e839da3b93015ab0a8870343a3f2b1ecefd835", "message": "Solve problem 101\n", "proba": 0.9992969036102295}
{"commit": "d15a42b8a6d2ad55eb91c15466ff8753b09dbd64", "message": "Skeleton for problem 687\n", "proba": 4.5401290549307305e-07}
{"commit": "bafacbdb136e9f715e9d26e2dba60970376e30d3", "message": "Skeleton for problem 856\n", "proba": 2.4015810140554095e-07}
{"commit": "ec9bdd1f3943c74a230b8017944555edb0f9fc61", "message": "Update ModeMix.java", "proba": 6.805244652241527e-07}
{"commit": "cda6e2b6a845a99144214813543b29802e2bd1e6", "message": "added multi-dimensional arrays\n", "proba": 3.6204284015184385e-07}
{"commit": "a0774ee546337b09793febabb875d7f2fc7c1c97", "message": "Removing unused stuff and tidy up\n", "proba": 2.4382188712479547e-07}
{"commit": "1a55dc8142243d9401a5a15f558db5f60dd7b68e", "message": "Fixing an omission in defining path for temporary files.\n", "proba": 3.992107053818472e-07}
{"commit": "9b70cbbc22b167e2468aa044bd4803d9a88d4423", "message": "Source code formatting", "proba": 1.3882000757803326e-06}
{"commit": "207b282072bcd54712d8551a826fcac5e0b9366b", "message": "create URLUtilDemo\n", "proba": 3.6515564261208056e-07}
{"commit": "98b625f0ad99447f80c9dac294be14b3a6043858", "message": "Fix removeInvalidBlocksHook\n", "proba": 1.94164204003755e-06}
{"commit": "b12cb4c63a69da20973350e3224e5e43828bd7ad", "message": "oops..\n", "proba": 2.635134137563e-07}
{"commit": "775d4426624c2bf0ab9d229ba5e96f06509e33a0", "message": "Update APIConsumerService.java", "proba": 1.3994921346238698e-06}
{"commit": "375337233f4057ef7ff39d424f5dad7d8c331998", "message": "[VTK-5221] Remove code for setting properties in CopyApiHandler\n", "proba": 1.2323694420501852e-07}
{"commit": "c516fc6508fd5bb68b89fa962bd195f1dda4e8d2", "message": "MONDRIAN: My own spatial tree API, in answer to Luc's.\n\n[git-p4: depot-paths = \"//open/mondrian/\": change = 14212]\n", "proba": 3.9506957705270906e-07}
{"commit": "453e2df53958f5019085f19cbebd8109fc4dea6c", "message": "Support role=\"index.html\" for choosing explicitly which element will be the \"index.html\". By default it will be the Table of Contents page.\n", "proba": 1.2434524876425712e-07}
{"commit": "112a408ad261d22fd7250ecee9af292d1d5734b1", "message": "Refactored code for the `toFile(File)` and `toFile(String)` methods to call their two-argument counterparts.\n", "proba": 1.372742843841479e-07}
{"commit": "9ee5d925519b300e65bf0ff52e969a7e1e9fdf3c", "message": "add principal component class that uses DoubleMatrix", "proba": 3.6965522554055497e-07}
{"commit": "039af42755b7579c68bf58b6a37d21745fe5b994", "message": "Utility class to calculates line equations,\nintersections and parallel lines.\n", "proba": 1.1525561660619132e-07}
{"commit": "44722bc09212e8d539df85dbbe65260c63c6c3d6", "message": "chi square independence and goodness of fit is prod ready\n", "proba": 1.215592391190512e-07}
{"commit": "47047b69c1c0298819fe973126819d6cdfd01da8", "message": "fix up handling of newMolecule0\n", "proba": 6.574569852091372e-06}
{"commit": "6abfa805a3bba6ee847f557fe2f50b54f7107948", "message": "solving test problems\n", "proba": 5.7135755923809484e-05}
{"commit": "2fc91fda54a4402b63a0df2d2bdadbda4bee5f47", "message": "Add UuidsHandler\n", "proba": 2.3690206489845878e-06}
{"commit": "e30c567bff154ab0ef8c4968d2043f18b0b54a0d", "message": "handle NPT ensemble\n", "proba": 5.110347274239757e-07}
{"commit": "4f3f7a0504b5dc1465593ab9e6b15fb121f51dc1", "message": "Convenience class for performance measurement\n\ngit-svn-id: 505f71283407c412190d59965c6d67c623df2891@293 3f8e66b6-ca9d-11dd-a2b5-e5f827957e07\n", "proba": 1.2442679917512578e-06}
{"commit": "67f335c8f83167e550df25ccbaf71d1d11dcc231", "message": "Added a test for mkdirp\n", "proba": 1.5084482640759234e-07}
{"commit": "2eebdfc88af2481bb890a8a1cb415e5133975831", "message": "\u52a0\u5165\u6d4b\u8bd5\u76ee\u5f55", "proba": 1.9616261681676406e-07}
{"commit": "5eb8ef42058d4388803f3fda74af4de597058d02", "message": "Updated DbRecord to support retrieval of last update timestamp.\n\nRemoved DbRecord.\nUpdated all tests.\n", "proba": 1.0302490238700557e-07}
{"commit": "5ad452e6caa6dba731664667d800a661795231de", "message": "[java] texts exercize\n", "proba": 7.234990562210442e-07}
{"commit": "b0fc4b59670abe92d0bf8b970af517ba5030e50f", "message": "Add some comments\n", "proba": 1.5677514397793857e-07}
{"commit": "2b1f9ede5fa0b85bdf2071dff8be37e4d4b61800", "message": "Add one example\n\nExample of use of the BaseFragent", "proba": 7.727232514298521e-06}
{"commit": "a0bf4a171b0a8d7e621d9e789eb300dce47aecdf", "message": "implemented Blosum62 and a-a frequencies", "proba": 1.6632412780381856e-07}
{"commit": "423f36e27c9ad61b76e77247e48620e738f89b9b", "message": "1. Fixes to dump/restore so that restore works again.\n\n2. Further changes to remove davutil project. This time add a davutil class to rpiutil and use it in calcore\n", "proba": 1.4180793073137465e-07}
{"commit": "6be38389e4136058cd29cf19d48b4ea13f96287d", "message": "Add a little of JavaDocs and update the clientGUI.fxml\nlocation when called by FXMLLoader. fxml file is\nlocated in src/client/gui/resource folder\n", "proba": 2.4818311317176267e-07}
{"commit": "ab6921edf8e3f53e12617b07fbd57c3eae1df4c8", "message": "Version 0.0.1 Main .java.\n", "proba": 1.2674624372266408e-07}
{"commit": "6cff0c811c42d5c69365c2f8f298da344ba9785e", "message": "Changed the number of hours to keep the cache.\n", "proba": 1.306920580645965e-07}
{"commit": "ff2cd872024430bb472d01b200008681cae9cc00", "message": "Create notReplace.java", "proba": 1.37460199312045e-06}
{"commit": "3f499f9f180683b0ecf098684412d99662a523c7", "message": "fix javadoc\n", "proba": 1.109801360144047e-05}
{"commit": "28d1e30986500487ea701be54d25d732f3479704", "message": "A Very Big Sum\n", "proba": 6.354690640364424e-07}
{"commit": "e93b6759c132bad680cb76628ded8af96fa59d2d", "message": "Fix service initialisation\n", "proba": 1.8074024410452694e-05}
{"commit": "8cdc6849d87cda88409d36e5a2c56d6f2f93c4ea", "message": "Made changes to timeline \"Company\"\n", "proba": 1.2892084555460315e-07}
{"commit": "470aa19c1251c61a651a4ec279db157c69878206", "message": "Create Java Stdin and Stdout I.java\n\nFirst commit.", "proba": 1.0791811178023636e-07}
{"commit": "4c157829dd51ef3cf01ac6247414842623c1b085", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "cd89234576f81d2463076f88d121b0806a843a25", "message": "Issue 142 - Handle command-line options beginning with \"no\"\n\n\ngit-svn-id: eee8356d45ea3f6bef60455b6252670a15fb374b@294 68c0822f-77d1-6f10-b115-8a14d106ca4c\n", "proba": 1.2418116739354446e-06}
{"commit": "92208d61923c4ff0cbf716ffd3d463affdea659b", "message": "\u79fb\u9664NutDao\u4e2d\u4e0e\u4e8b\u52a1\u6709\u5173\u7684\u4ee3\u7801.", "proba": 1.226563171030648e-07}
{"commit": "81dec2589b8c5d095903299da94eb8120c2474b4", "message": "Added package documentation.", "proba": 1.2579924657529773e-07}
{"commit": "01859aa2a3ae80bc347ff9f0e2a3e7a33e5da888", "message": "\u4e60\u98983\uff0c\u7b2c18\u9898\n", "proba": 2.511742422939278e-07}
{"commit": "7e219a95e4dd5c4397b71e4cddd98114f47ec29d", "message": "added logtype enum for logging tags\n", "proba": 3.5178621260456566e-07}
{"commit": "b2870639ee1a0faa1707d365bb413e8cf24f4064", "message": "Constructor done\n", "proba": 8.198653631552588e-07}
{"commit": "a06f41750fd4041c791c43a60bc3f76944c895fd", "message": "Exercise 3.23", "proba": 9.782351071407902e-07}
{"commit": "2e1305b119034608bb5e38ac19e77b78df795b32", "message": "Var unit tests.\n", "proba": 1.4580447782464034e-07}
{"commit": "1747a11fa0dfb91996a530986ea1776840fc6f02", "message": "More little tweaks.\n", "proba": 1.1379232489616697e-07}
{"commit": "688f9dfe0ea45a4df863929da9d76e90d0172d4f", "message": "Update HelperClass to include a method for placing the DotComs\n", "proba": 1.4808502157848125e-07}
{"commit": "6c4d549019255ab31e25d7649a1180d2ea6e17ae", "message": "add 76\n", "proba": 0.9999881982803345}
{"commit": "68f8bb0fba80297d848059f8e798e6680aba1f96", "message": "x\n\t* QuoteExp.java (getType):  If value is Values.empty, type is void.\n\t* SetExp.java (compile):  Compile rhs to correct type.\n\t* Expression (compile): Re-use Target.pushObject if possible.\n\n\ngit-svn-id: a878c62e23c3cdd7109267dfd9bdff0ba03a0163@1040 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 8.007899850781541e-06}
{"commit": "0b57be953a7e8c8b2bcd3b43f9a580a8330007aa", "message": "fix param\n", "proba": 1.95859388441022e-06}
{"commit": "a533da95ebffdfd163c977a820db08f98a6a81dd", "message": "Add comments", "proba": 1.6416548476172466e-07}
{"commit": "501c97b0bcb9a55efd4a872111116e6f5c83421e", "message": "Update/Algo/Warmup/Mini-Max Sum in java", "proba": 1.9921182570215024e-07}
{"commit": "49577bfd294efcaa2e7d969cc20d372bb259fbd2", "message": "It helps to commit the correct versions of things....\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@255294 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.1178100218530744e-05}
{"commit": "641c57f410d72aa469b565e1e6c28ddafda78f81", "message": "Fixed spawn\n", "proba": 5.9512115058169e-07}
{"commit": "81a476f654155df27aa564a4aebf931eab588e6d", "message": "Fixed Issue 2682: ContentProvider query() SDK docs deprecated\n", "proba": 1.3075688798380725e-07}
{"commit": "3e2e0117858eb02fef55ca4c245e8b920aedc6eb", "message": "Correct ActivityInfo constructors.\n\nActivityInfo was missing initialization for the\ndocumentLaunchMode flag in the copy-constructor\nand the Parcel constructor. The copy-constructor\nis used in multi-user/profile mode to create a\nseperate instance of the ActivityInfo per uid\nand this was manifesting in the linked bug.\n\nBug: 21590915\nChange-Id: I6f71d94ec32ec6326d23c9b62e9d8d319e2fa25e\n", "proba": 3.7298464121704455e-06}
{"commit": "f75c94f7a9ff6fbc898162d3c9d94e8ac41dd778", "message": "Make vCard composer handle null of Photo entry correctly.\n\nInternal bug id: 2088922\n", "proba": 1.666779070319535e-07}
{"commit": "10fc9bc55ef26e7e61db47986d559889668ae55e", "message": "Revert \"Implement switchConnectable with Powered property setting instead of scan modes\"\n\nThis reverts commit c5708036b47c474ad3a01dacc3c3940e087d6e27", "proba": 1.924468335801066e-07}
{"commit": "7230ea8616f0b1eee17a6536eb49aa3df0331273", "message": "XML\u5b57\u7b26\u8f49\u7fa9\u8655\u7406\n", "proba": 5.690975513061858e-07}
{"commit": "30a747f3ccb5257400ac8c9a80e95e4f867cd4e4", "message": "Create ThreadA.java", "proba": 8.178138841685723e-07}
{"commit": "f68dc8e857a10685f55f2b5ccabfd09fa6b53abc", "message": "Improve error messages and error handling in case of segfault\n", "proba": 1.5161569990596035e-06}
{"commit": "41b15fbdab205c1bf827b038d516e0763ee35187", "message": "Forego potential master for now.\n", "proba": 1.1371237462753925e-07}
{"commit": "dfa8ac71ebf18b0470a274f250181a4fdcfd5b4e", "message": "cleanup\n", "proba": 3.1109298106457572e-06}
{"commit": "4b2a68d4d931c8ea80760f8ed819989e5cc1e475", "message": "first commit by http protocol !!!\n", "proba": 1.0848771836435844e-07}
{"commit": "110ed662b322bfec04486debe85c6197e97c9435", "message": "Maintenance commit to FileManager. establishFileStructure currently does not work.\n\nSigned-off-by: George Li <7c4e46301c5950a8fda71cd937b311882f8be45a@gmail.com>\n", "proba": 1.2666069437727856e-07}
{"commit": "31cbdb0ddae272a180de9072b721555c436d10e9", "message": "Create Validate.java", "proba": 1.0454332368681207e-06}
{"commit": "fbcda98594e8c8089ce112dfb285e4c59fbf7c2d", "message": "Create Test.java", "proba": 1.33460673623631e-06}
{"commit": "e644bb472a667185948e846ac8785e8b4463ca0d", "message": "Create MostCommonWords.java", "proba": 0.0008226892095990479}
{"commit": "ffa672341d7cfd73811f36f7063620ed2f45e1dc", "message": "Initial commit of Config.java\n\nThe idea is to not expose our developer keys to the open source\ncommunity. You should update Config.java with your own developer key\nand add it to ignore for commits. If you need to make changes to the\nconfig file remove all personal keys before pushing the change.\n", "proba": 1.266029698854254e-07}
{"commit": "afa090a604d5465a1f91abd5a9686b01fbcdfae7", "message": "Categorias default e m\u00e9todo de listar categorias.", "proba": 2.970113541778119e-07}
{"commit": "e6847538b784a548dd9cdab65ec11f2430e701c9", "message": "Stricter type checking and OpenCL kernel work.\n", "proba": 1.1461778370858156e-07}
{"commit": "2c4ba29544713411b727fef333980fbe0f021225", "message": "It is done", "proba": 0.0019630398601293564}
{"commit": "342fa5fe3e291d2f784e0bc73b3f6532bc0f5106", "message": "Delete Application.java", "proba": 2.1639743863488548e-06}
{"commit": "7c8d1738e8bddeff450fb5c165a4cb3579c65d1b", "message": "Hello World!\n", "proba": 0.0014622777234762907}
{"commit": "4a5bb20683e22f84250d49bb8065987f94bad638", "message": "Added no14 from Array-2\n", "proba": 1.791357107094882e-07}
{"commit": "e33268a2f7b3180be3e7d051b1cfec57c9a75ef8", "message": "added first script CirclesNSquares.\n", "proba": 1.231787933875239e-07}
{"commit": "034f383aad87ae8e2d63211aed6b707b0be4fa63", "message": "Required POJO.\n", "proba": 2.1368049374359543e-07}
{"commit": "2aee2318e5c49e9de20608854feeaff789b220d4", "message": "Minor change to store the practiceMode boolean", "proba": 2.969844672406907e-07}
{"commit": "e0bebbcc6a493ff12a3588b946424a08200322db", "message": "Create Test.java", "proba": 1.33460673623631e-06}
{"commit": "f05ef593e84942b2951f2a9fe188be2277551e81", "message": "Added ceylon.language.Castable\n", "proba": 1.409402017316097e-07}
{"commit": "580fa7a18e04838c5a5b3acbc4d33f2798ef072d", "message": "Binary Search Tree\n", "proba": 2.660138989085681e-06}
{"commit": "49ffb68302a8eae08781e6796096ea5f5895c8d8", "message": "A\u00f1ado el task 7\n", "proba": 0.00019955173775088042}
{"commit": "237def05a8aa1916de360e3427285290dfe120b0", "message": "finished maybe", "proba": 8.095296379906358e-07}
{"commit": "b62fbe13700cca9ca96ad3292b244638f911589e", "message": "Fixed incorrect field initialization\n", "proba": 9.746444220581907e-07}
{"commit": "ad3dc5eee744ff154328b6fee108d3be19007a80", "message": "Fixed process builder's output inheritance for non-Windows systems (#750)\n", "proba": 1.204804789267655e-07}
{"commit": "301bbb3814aa36b8126d715bd05d1cfac1c867c3", "message": "Remove dev log\n", "proba": 5.457436600408982e-07}
{"commit": "2eea978144f5baf233bf9de3c29d96d210f95235", "message": "[IMJ][imj3][draft] Started work on CaffeinatedAnalysis.\n", "proba": 1.0364259139805654e-07}
{"commit": "8d58a0addca68d6e515a43030e3417e47bcc97dd", "message": "Add java code of Depth First Search.\n\nI have added the Java code for the Depth first search in an undirected graph", "proba": 6.528223366331076e-06}
{"commit": "9a47a5f46f4807f623e9d3beaf31cc3814ab340f", "message": "preSum+hashmap\n", "proba": 4.585100214171689e-06}
{"commit": "883d192f8627c0c49e42558a5bec41c093b36fdb", "message": "am 3d23ae9f: Merge \"Fix NPE from empty PackageInfo\" into lmp-dev\n\n* commit '3d23ae9fc413511123b69c6326fb543880653bb0':\n  Fix NPE from empty PackageInfo\n", "proba": 2.301495243273166e-07}
{"commit": "0498989f0493b341c253967ad66cd1fe266f70fc", "message": "none: hide/show dataset sent to post runnable.\n", "proba": 1.1204341632264914e-07}
{"commit": "30a2c0629ac02220c087c4d94db40b9f05e7bf2e", "message": "Create ReverseAString.java", "proba": 7.020142948022112e-05}
{"commit": "fcc0788419daf9a9697bdc42a3fc42f452ba1c9b", "message": "am 93241de7: Merge \"Remove a bitrotted test.\" automerge: ba6982a\nautomerge: 9962ed5\n\n* commit '9962ed55759336642cfaba27e8b2a47822f562fe':\n  Remove a bitrotted test.\n", "proba": 9.080284257834137e-07}
{"commit": "0cba20f8493883c6e24b99ec16c0b30339a24f76", "message": "Fix an Eclipse warning\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@953441 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999406337738037}
{"commit": "cd1ba24106bd430d18cbbb2b20e60caa2e30b589", "message": "update #3\n", "proba": 2.0040697279455344e-07}
{"commit": "c361d196b853da9b7864586298ae81452db6a36a", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "fa5ae0ff6bf0545f8f27c6d1da70b3de652938d5", "message": "Initial commit: Ids.java\n", "proba": 6.635035560975666e-07}
{"commit": "7b1d2ba9a9e113689ac04549f9233b4d3580eb48", "message": "two-arrays\n", "proba": 0.00013597641373053193}
{"commit": "a0bb247e4daed44f81648dad98e733d833e22142", "message": "Add ApplicationListener", "proba": 4.686611987381184e-07}
{"commit": "aad481bbac8dc79751aac9eb56222367bcc5a7e4", "message": "Create Generous Kefa.java", "proba": 5.15270755840902e-07}
{"commit": "21fcdea7e858fa08bdb81032ebfdd3430388f95e", "message": "Create LSWRC2.java", "proba": 9.271197086491156e-06}
{"commit": "1f98bcb8ecef9f6471a33cb52edcb6b391616bee", "message": "Add min_rank_cutoff option, set default to 2\n", "proba": 6.3748825596121605e-06}
{"commit": "ab2c4b4707df2272ec2fc3ccb51f1a74bb247d08", "message": "Extract KMP table creation to separate method\n", "proba": 8.53279061630019e-07}
{"commit": "5f6ccf95af3580b247230bd080685a20d1b04e89", "message": "Fixed storage text bug\n", "proba": 4.70780037176155e-07}
{"commit": "79ff5a38e9df4632b5c43479c7d7347927e3bd13", "message": "Created enhanced Assertion tool for File centric assertions.\nThis should be the first of many enhanced Assert methods and classes\nsome refactoring is anticipated.\n", "proba": 1.033666023886326e-07}
{"commit": "b89594a27cd0b9d1889853b75eebffbff989d560", "message": "Remove redundant public abstract\n\n\ngit-svn-id: eee8356d45ea3f6bef60455b6252670a15fb374b@189 68c0822f-77d1-6f10-b115-8a14d106ca4c\n", "proba": 0.9999994039535522}
{"commit": "8f9c52b1f71a07529cb7393762f0f839f45f72fb", "message": "Fixed durations array type in TableResult.\n", "proba": 1.2525288184406236e-07}
{"commit": "eb65bb32c10585e9d192a4a71a2eeec3493b964a", "message": "Add _0063UniquePathsII\n", "proba": 0.0010285316966474056}
{"commit": "ae9c8d4dbdedee86a4df3c1008012ab937405563", "message": "kept a backup file & documented the to do items in the testing file 1st approach is RGB color array testing", "proba": 2.880078397993202e-07}
{"commit": "5a50dc2907e7dc3d826c5a7f32d870aa066609e6", "message": "For completeness sake define Tuple1\n", "proba": 0.00017347960965707898}
{"commit": "378ce0da4c1176597c0dc2bfc1cb33637c1a4e8d", "message": "Check if Google Play Services are available\n\nShow the user what to do if they don't have google play services.\n", "proba": 1.7855056455573504e-07}
{"commit": "9a4b3e89b4b7f60b7839cfc0ccc405b46b94872c", "message": "rn\u7248\u672c\u5347\u7ea7\n", "proba": 6.608657940887497e-07}
{"commit": "b73fb827b8861776ca6f84a7d7bd309b6c2d8e8d", "message": "Fixed bug with GiphyFragment onResume\n", "proba": 1.7017585207668162e-07}
{"commit": "d2e4f51b979067891d126f78004e8e00c37a3ee8", "message": "delete testActivity\n", "proba": 4.928230623590935e-07}
{"commit": "5643521355845666f61607e4360586c3a2238a8d", "message": "Remove debug println from RSSParser\n", "proba": 1.0207804734818637e-06}
{"commit": "3187857a08b10aa31973477f4ae439f998ea51db", "message": "Implemented shift rows operation\n", "proba": 3.260171297370107e-07}
{"commit": "83281e229c6ac2ec725a0690c3235140aad8b01c", "message": "Socket. [#4850]\n", "proba": 2.0913606135763985e-07}
{"commit": "cb83ec37d67f942e05536ea791200585981cf46d", "message": "Set subtype option\n", "proba": 7.855499006836908e-07}
{"commit": "00ec1a30b8d0f672419d5f68900b2254830a4cb5", "message": "Fix cas typo\n", "proba": 0.9999955892562866}
{"commit": "477d0e142a24e59b5acc345ae02ee515df34fb54", "message": "BOJ #2206: \ubcbd \ubd80\uc218\uace0 \uc774\ub3d9\ud558\uae30\n", "proba": 2.2513114572575432e-07}
{"commit": "268950e8a64918fb76c7a198bdf5b3adb092e358", "message": "Delete ListGenerator.java", "proba": 8.523088013134839e-07}
{"commit": "6b81e215dec086314ad44580b32e90d2a77ab1e3", "message": "Better handling for public ID when validation is enabled\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@944462 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.5618165245286946e-07}
{"commit": "d06fe5fb84a18def9564b4d5a3d52371532f9d03", "message": "Make sure that context.versions array always has at least 1 element.\nDo not assign 0-length array to this field.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1604435 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00034359798883087933}
{"commit": "3146fb72af7eb6fa73d356f5c4fc028280fdb116", "message": "Remove unnecessary code\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1734806 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9994957447052002}
{"commit": "15dc25a52972e690f8aa7dfe2b7eb5f12c8ac752", "message": "Design Hit Counter\n", "proba": 3.7063125546410447e-07}
{"commit": "5a5f60fd80b6a2396e8577ed549b688ced25d2b5", "message": "Aggiunto il test per la classe Statistics", "proba": 5.046351247983694e-07}
{"commit": "9e8089539d7c4b3255002c5a3240010b3a3a2751", "message": "Create CustomerRegistry.java", "proba": 5.631952149087738e-07}
{"commit": "872bf0b0d1c148bfece7f5a699debc21aa3d98ee", "message": "Issue#5190: Fix for the sortInPlace() list wrapper\n", "proba": 2.2457084014604334e-07}
{"commit": "9f97ac433aa9157173912b8714f260626326043e", "message": "ExifInterface: fix class load failure\n\nlibexif_jni was renamed as libjhead_jni\n\nb/12203995\nChange-Id: I0ceff1ad288c7ce2255826d5d5ba9ca1f121a556\n", "proba": 1.51437382100994e-06}
{"commit": "22bf7a7ea768c2cdadc5faf643aba70aebafc0d5", "message": "Add some comment to MediaRecorder.stop() about the stop() failure (-1007)\n\no The intended failure happens if stop() call comes immediately after start() call\n  before any media data from the output of the encoder is received.\n\nChange-Id: I62fad123ac67e2f566ba555e84c0c3faf2adfd99\n", "proba": 4.666580935008824e-05}
{"commit": "b77b814fc8d117e6a043d08dba0c598c8067407f", "message": "Added javadoc comments\n\n for javadoc command to generate javasdoc", "proba": 1.5723377089216228e-07}
{"commit": "22f42384c3c55bb3d17db6568c5a88d3110b23aa", "message": "Delete ipAddressReader.java\n\nMaking room for updated version of this file.", "proba": 1.0456311372308846e-07}
{"commit": "6895ea6fdc3a22569e848d13776845410cf325a7", "message": "half pyramid in java\n", "proba": 7.23365189969627e-07}
{"commit": "38cf7f93018735b791350bc12351104693e1f5dc", "message": "(Read N Characters Given Read4 II - Call multiple times) [Accepted]\n", "proba": 1.3969078338504914e-07}
{"commit": "c0687cfd2d270b4f99da538ab291a54615d73014", "message": "getting quote\n", "proba": 1.8314365490823548e-07}
{"commit": "efafe95b3ce1932292289b6e72aa30225692aa80", "message": "New exceptions\n", "proba": 1.4958404790377244e-06}
{"commit": "99d2026b7e07a2f7bd0892192b2ffcf1d464070b", "message": "Added AnagramCheck.java", "proba": 1.2910294344692375e-07}
{"commit": "e4dfb90ca25c65dfd61106b6e026606a76c887fa", "message": "Added the ability to get input streams", "proba": 1.5715356482814968e-07}
{"commit": "d6ce9659139d2cc011c54cf1d4d5df9006590773", "message": "DbManager\n", "proba": 4.118643573747249e-06}
{"commit": "b7fc43da1c4dd76646d5cd7767ab651a3130ca78", "message": "Add classes only once", "proba": 2.831940832948021e-07}
{"commit": "7e9277b86cb44bbe871d6a8503ee815b2dfab656", "message": "Testing", "proba": 1.8708933566813357e-06}
{"commit": "f1a04ec2dacd49b09450112302d1e7aef9baa301", "message": "*ModuleManager: try/catch bei loadModules()\n", "proba": 1.2867126031324005e-07}
{"commit": "7ebb1f47843c1d231d24633329196794f9a2a132", "message": "Add example in which the order of elements is changed randomly", "proba": 1.350935963273514e-05}
{"commit": "65b65526728641bce0b332cc078e6f9177d2615d", "message": "Fix little spelling things\n", "proba": 0.9987499713897705}
{"commit": "d822436ccf6879107e576f1cbabbf252f537b657", "message": "Create CommandWords.java", "proba": 0.0015143336495384574}
{"commit": "868e7b6b9f2b5ce1c42dc06c442a096d32cb46be", "message": "Added VariableRefValue (part of #15)\n", "proba": 1.0585783627448109e-07}
{"commit": "ea2400a1da85d7f048a0ae6e4ebd6e9107af3261", "message": "moved settings into its own class\n", "proba": 2.457653636156465e-07}
{"commit": "625598e42d7c40b88e33a7686950dcdd433efad6", "message": "New class CmsLegacyException with all the old constants and methods from CmsException\n", "proba": 1.3099676721139986e-07}
{"commit": "5615fa6730f094698bac635a032a5a35c5c850c1", "message": "Added Hello World\n", "proba": 0.00015503453323617578}
{"commit": "a1be07ef95cab73083736da517af17c8730a4fa4", "message": "Fix copy&pasto\n", "proba": 5.696150537914946e-07}
{"commit": "53cf2b32185793cbea6be8cf72d969230031c3ed", "message": "fixed bad merge\n", "proba": 5.388215527091234e-07}
{"commit": "335296baf97c09116e9bb4897ef1aa8b44aee05b", "message": "Update NBApplied.java", "proba": 3.9751367353346723e-07}
{"commit": "a944f332bd1a8dfb9da03cf7051f6b5d6f0ff006", "message": "Added the java file\n", "proba": 5.238994731371349e-07}
{"commit": "be054861d2cd35c8715dc1f778268cefbebfb5f7", "message": "JariBakken: Ignore testCanMaximizeTheWindow() on Sauce + Linux.\n\nThis test requires a window manager to function, and Sauce currently doesn't use one.\n\nr16473\n", "proba": 2.2969541646489233e-07}
{"commit": "7d490dd1202242b1bbb318560b8633ed985294ba", "message": "Add an interface for the transformation (by an extension) of WebSocket frames. Only supports transformation of incoming messages at this point.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1604776 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.233629053691402e-06}
{"commit": "0d4d781c0b224cf972d5c88cbadbf1dd4f2fa05e", "message": "Add JavaOutputFormatting", "proba": 7.243558570735331e-07}
{"commit": "b6aaa5326b9fd41048c271838fa497d9a9b76746", "message": "Create GenericHtmlElement.java\n\nThis is to provide access to read only controls to enable the user to obtain the text value using getText().", "proba": 1.058079774907128e-07}
{"commit": "67962cb79476efd722f110c63792fec280f02c39", "message": "Rename to a slightly better name PJSalt FreakinStinkin\n", "proba": 0.9999992847442627}
{"commit": "62767d5ff2259b6633bbc3c30c187fd759cb89fd", "message": "Add annotations in remove lines\n", "proba": 1.1594222087296657e-05}
{"commit": "95821c0d661b3ca652766b24665c45b20765d2e9", "message": "iterator -> string", "proba": 2.1772971194877755e-06}
{"commit": "8503b1a27e1b8cb4bc5adfa6673da499318c880f", "message": "Added a rudimentary Map/Reduce example\n", "proba": 1.29193097109237e-07}
{"commit": "def61989800e399b149b2781119f6651f6cf043f", "message": "[ADD] Add gcd\n", "proba": 3.97513986172271e-06}
{"commit": "425a44c154e44a109688e319f279396896562f9c", "message": "Initial creation of SkyCube.", "proba": 1.1311392711377266e-07}
{"commit": "01ddc80b2947b8b8b2e79a04cfd99156c0570a66", "message": "Minor changes: example for call our constructor from other our constructor.\n", "proba": 1.0847075060382849e-07}
{"commit": "9c537cf8612d2f62a6427c453ce218406a7b1a6a", "message": "interface for plug-in specify url normalizers\n\n\ngit-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@3334 4f837ed2-42f5-46e7-a7a5-fa17313484d4\n", "proba": 9.585068028172827e-07}
{"commit": "fb33df218526dcfe18ec3efb310d802c02a141bf", "message": "Closing GUI on Error\n", "proba": 4.5382284952211194e-07}
{"commit": "abfae0f8e87283905a1a6bb6981a2b42edeef08b", "message": "free floating code\n", "proba": 4.2042663039865147e-07}
{"commit": "3f675d966ea4f97126e85037e7668b3c218b3efe", "message": "Implemented first class", "proba": 4.330238709826517e-07}
{"commit": "b694e06459247ff4f38f9a14cebb25c4d5496897", "message": "Reverting changes in r348141\n\n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@353805 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.774418584929663e-07}
{"commit": "7583d0ace45336beeb9ac1db0779eddd94a7fcce", "message": "forgot to actually add MapWithDefaultValues.java\n", "proba": 2.3060519538375956e-07}
{"commit": "30c11d67da5162fa66ec99814b025688c9bce193", "message": "An XMLInputSource analogue to javax.xml.transform.dom.DOMSource,\nuseful for transfering contents of a DOMSource down to the schema\nloader. Also allows an XNI entity resolver to return DOM input for\nschema includes and imports.\n\n\ngit-svn-id: 21df804813e9d3638e43477f308dd0be51e5f30f@320362 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.1856322998937685e-06}
{"commit": "93132d9eea50984859a4db11508cea6bf5f3dd27", "message": "Add test for ipfs S3 plugin loading\n", "proba": 2.0347538054465986e-07}
{"commit": "178c0242e7763fc2285290b45a20c43f1fb31c8b", "message": "Added the test file for spec 2.3\n\n", "proba": 2.6279116127625457e-07}
{"commit": "f4f3a3830585c49d4987b4c42530988392cad7d0", "message": "Introduced tests for string concatenation\n", "proba": 1.2661192840823787e-06}
{"commit": "5e9a70d863ffa130928b76e4f2f50dc080aeddce", "message": "test de application", "proba": 7.213330377453531e-07}
{"commit": "587ec49b208aae23ea4b053cbae7d824d6c50bc6", "message": "DrawObservers", "proba": 4.794856636181066e-07}
{"commit": "581c9718742286f241efe2de21a2b9772aa828f6", "message": "No560\n", "proba": 6.334677891572937e-06}
{"commit": "14a3c8a26a931d89a547c223da3fac0bb2e07453", "message": "addition in string\n", "proba": 0.03211376070976257}
{"commit": "0113b9df20004ab4f7688707b221788aa5ab386a", "message": "Create OpModeCamera.java", "proba": 6.348851115944854e-07}
{"commit": "d9353a3b3a661d64bf6ae52f0c0489de3b2ff6a6", "message": "delete useless method now", "proba": 1.5223029947719624e-07}
{"commit": "cda18204110cf91f41c560cab0f7332012e432e0", "message": "am a419076e: Merge \"Add grant flag support to \"install-create\" verb.\" into mnc-dev\n\n* commit 'a419076eab4ebf54186c5801216f611e080edf5f':\n  Add grant flag support to \"install-create\" verb.\n", "proba": 1.7335197810552927e-07}
{"commit": "08c09959d1fae6f919fc34fe82db2be255efa283", "message": "Renamed CMVars.java to CMProps.java\n\ngit-svn-id: 0cdf8356e41b2d8ccbb41bb76c82068fe80b2514@5142 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 7.08240841049701e-05}
{"commit": "6a340a35fa6780eefe2f55b3e486aa1c02e65438", "message": "Create Power_of_Two.java", "proba": 6.753446086804615e-06}
{"commit": "d9b54680ef333f112ad0c9f81af53834a597fc14", "message": "gas station\n", "proba": 1.5189299347184715e-06}
{"commit": "e28f9033a0b691c935327cedc416eaff5de7e4f2", "message": "Fixes Javadoc of JobScheduler\n\nJavadoc of RESULT_SUCCESS seemed to indicate it\nwas a failure. Return value of schedule(JobInfo)\nis not a job id, fixed in this CL.\n\nBug: 26114485\nChange-Id: Ic5130a04777485cdebc860307160106662bf80a3\n", "proba": 5.51830282802257e-07}
{"commit": "e0718c044bc81db0334f2973b9884b968c18ce07", "message": "am 605d56c0: Merge \"clarify javadoc for constructors. bug: 10563421\" into jb-mr2-docs\n\n* commit '605d56c0492536488c997c6ca0b85fd38fd4e19a':\n  clarify javadoc for constructors. bug: 10563421\n", "proba": 3.3638596505625173e-05}
{"commit": "45f2ca7f7d9fac55aa228e022f46ecbac8712a15", "message": "Recycle MotionEvents properly in GestureDetector\n", "proba": 4.599507406055636e-07}
{"commit": "0eb9ac8f5858a9864667749f5de508a38b0c2de2", "message": "am 43f99202: Merge change 26896 into eclair\n\nMerge commit '43f9920271848c0ec84a958bfa06542c8fb7e4fa' into eclair-plus-aosp\n\n* commit '43f9920271848c0ec84a958bfa06542c8fb7e4fa':\n  ResultTransport needs a default value. If the thread is\n", "proba": 1.565262408576018e-07}
{"commit": "a77de4415cdf83a85c220c525fc57d298f5728b6", "message": "Added tests for CityController", "proba": 2.507544252239313e-07}
{"commit": "a02fecfe9320630eaa8dc9dcc3fb4b8986595316", "message": "WIP: Start implementing ActionMetrics\n", "proba": 1.3040718727097556e-07}
{"commit": "3d6108dc9abedba250bd23c82497c712e145ceed", "message": "Initial revision.\n\n\ngit-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@687 4f837ed2-42f5-46e7-a7a5-fa17313484d4\n", "proba": 8.752319263294339e-05}
{"commit": "72c6bfc6bf4c9be289be23b8d686b395278c413a", "message": "anonymous classes aren't serializable\n", "proba": 2.369961111980956e-05}
{"commit": "e874d64637a49f9a5dc87ec4476445a0ae88db90", "message": "Fixed Error with Image Decoder", "proba": 1.7837406574017223e-07}
{"commit": "a78c7b41b776ec17f4f0ee3029e8227831bd0c90", "message": "\n\nStart of Hello World exercise\n", "proba": 8.125205567921512e-06}
{"commit": "a7e4cf9b5c9dd7d733e1ee7109ecb0e58996fe06", "message": "Fix bug 1982892 - batteryservice turns off device even while plugged in\n\nAlso, make the battery service do it, not some keyguard thing.\n", "proba": 9.903537545596919e-08}
{"commit": "f26cf98ffa087670a5ad849d7dd3c568d4f03ec9", "message": "am 71106558: Merge \"Add thermal shutdown.  If battery temp >= 68C.\" into froyo\n\nMerge commit '711065587b46ea0279788757c49a273ff796f844' into froyo-plus-aosp\n\n* commit '711065587b46ea0279788757c49a273ff796f844':\n  Add thermal shutdown.  If battery temp >= 68C.\n", "proba": 1.6342677611191903e-07}
{"commit": "87e1e7be125c09ef1f5e16b455c26a552d629eed", "message": "max min array completed", "proba": 4.433559297467582e-06}
{"commit": "5cbe07fc69b2d608916112b2fb67547e70dc788c", "message": "More interface frenzy to allow us to clean up the code further.\n\ngit-svn-id: 9499f031eb5c9fb9d11553a06c92651e5446d292@1555 5fb7f6ec-07c1-534a-b4ca-9155e429e800\n", "proba": 1.9924583227748371e-07}
{"commit": "5fdc47e1ae137489ab6a537098b32fb9f0740bc3", "message": "Fixed incorrect AuthResponse\n", "proba": 6.507027592306258e-06}
{"commit": "850120b9bd19003aa4d074481d7c358f883e78a3", "message": "Add DipoleSource interface\n", "proba": 2.1251013038181554e-07}
{"commit": "b37dddd8673559b48ffb9d9847e4c7c80783857b", "message": "Initial checkin\n\n\ngit-svn-id: b713d2d75405ee089de821fbacfe0f8fc04e1abf@131176 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.627801099057251e-07}
{"commit": "22b2c596c75f3aefae9e83a9d8e8395e3c45b9a7", "message": "might as well give people a hint that maybe the password was bad\n", "proba": 0.9981287121772766}
{"commit": "b7cbfc13bc80e388f39926c01993c415914d98e9", "message": "#170 forgotten file\n", "proba": 1.8917724275979708e-07}
{"commit": "c454e5712914211998d28a0dd4e7e1b3521da96b", "message": "simplify mutation request\n", "proba": 0.0002676568110473454}
{"commit": "fcbae8fcee5ee09b2c6d5cfc18e021a6192aba6b", "message": "Add data\n", "proba": 0.0006125718355178833}
{"commit": "1648bbc34770d2a15af673416904a94ec61d917b", "message": "Move zeroes\n", "proba": 0.00034378733835183084}
{"commit": "63d02f8e114463eef8b0ca34ccc813bfc0095965", "message": "NEW: Orientation enum", "proba": 1.280400283576455e-06}
{"commit": "e7e7609235c130e83627de7e254e20f3c1ab4bad", "message": "Fix a method in project\n", "proba": 0.999036431312561}
{"commit": "65abed376b452fa234178a812a2e36ceebd3e210", "message": "Temporary url fix", "proba": 8.637687756163359e-07}
{"commit": "6e4d3a0189e2f981ed4c6c262d339e11024eb19c", "message": "missed that file for dom control point conversion", "proba": 1.4043827434306877e-07}
{"commit": "308e9b60d1bd9dddad5222ef728349a2c6554887", "message": "First pass at CompositeBinding\n", "proba": 1.4578390050701273e-07}
{"commit": "f390d4c4b5ae95c5d9aa2395a56412795ac99d7d", "message": "example to show reading a rosbag DVS recording and make event packet from it. Quite tricky so worth saving", "proba": 1.1204897276684278e-07}
{"commit": "e33751b37a62af4b338f84480b8577f3fc9349b5", "message": "Initial implementation of OTObjectFilter, an abstract class for easily creating and passing around potentially complex filters for OTObjectLists and Vectors of OTObjects.\n\ngit-svn-id: fdf63cc6b6871a635be2b727c8623e4c3a9a9ed7@14224 6e01202a-0783-4428-890a-84243c50cc2b\n", "proba": 1.0146756039830507e-06}
{"commit": "ba4b5bf57ae0b4519af9a6d546b64e57220ac6c8", "message": "617. Merge Two Binary Trees (easy)\n", "proba": 1.303835688304389e-07}
{"commit": "cf32a313744afdc0a599694b5e92106a4b2a124b", "message": "IPv6 network helper functions\n", "proba": 9.168213068733166e-07}
{"commit": "d8511bf2d161796cb72fa46be54fac5a91de01e7", "message": "Code Refactoring in MineralCatalog.java\n", "proba": 2.1296560248629248e-07}
{"commit": "cfa7deee43412feaf934fefd69425f685c38deb2", "message": "TEST: aggiungi TelemetryDaoTest\n\nRelated to: SHCLOUD-12\n", "proba": 1.212959119811785e-07}
{"commit": "6b92ec491938d81a4cd694e6c0a58dd577bebb90", "message": "I repeat Stupid DERP\n", "proba": 0.9990147352218628}
{"commit": "9a4b3200ce649b67d973590cf8c0da4220f85c0e", "message": "\u589e\u52a0\u83dc\u5355\u5206\u79bb\u5de5\u5177\n", "proba": 2.4285256472467154e-07}
{"commit": "23d85a911e46ac00ecaf146ca729aa3a46d17f59", "message": "am d84d289f: Merge \"Telephony: Consider EVDO ecio zero value as valid.\"\n\n* commit 'd84d289f443f5799fb1a81432428703dadb026dd':\n  Telephony: Consider EVDO ecio zero value as valid.\n", "proba": 1.7053392298294057e-07}
{"commit": "7cefd7faf0210f2ecea534e98cc94391236c6ecd", "message": "Creating tests\n", "proba": 5.771880751126446e-07}
{"commit": "f2b7bb87df0903afbb6fbd3495d006577670f05e", "message": "a half edge exception\n\ngit-svn-id: 03edb61ddfd7a116a155cc4ee4a25ffdd5f61cac@1311 f5b180c5-49ee-4939-b20e-b6ed35f0f7b7\n", "proba": 4.546920081338612e-06}
{"commit": "6e138bec7e1c32c51cf0e9f791d9dd39d9ce2a99", "message": "RSSview, men overhode IKKE ferdig\n", "proba": 1.517937988637641e-07}
{"commit": "44f1c8409c5f03d15b8e46efd085431f439aae09", "message": "tell the user that diagram saved\n", "proba": 4.921016625303309e-07}
{"commit": "9eb90a5816e5cfe0a5192ebbc13f2a9eaf7679bb", "message": "new class to convert source code to html", "proba": 5.90041781833861e-06}
{"commit": "4e8965661c0ce39156cb5737ac21f7bd329191b1", "message": "Remove reference to doLocal\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@245036 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.847709078603657e-07}
{"commit": "1d12120c804b24f43adb9f625ef8fb77afa688af", "message": "add an example ClientListener (it prints info on system out)\n", "proba": 1.0675648809410632e-07}
{"commit": "d70c964e4e792492eef286928b27d3589bf40482", "message": "something wrong2\n", "proba": 0.000215861524338834}
{"commit": "a94257426af9245da545e7e259c2806c2e1fda28", "message": "add resolver\n", "proba": 4.392500159156043e-06}
{"commit": "cf1207f7828d48cb891453d3fbed046e65b17ca0", "message": "Brought over other missing file from jvm-actors branch.\n", "proba": 1.0278623108206375e-07}
{"commit": "a16a6f0e550efa3b79eb62d4568a183306d9c656", "message": "Created rainfallData.java\n\nThis is the script for crawl rainfall data. Since rainfall data came in almost identical form comparing with temperature data, the code is almost identical as well.", "proba": 2.2419635570258833e-07}
{"commit": "46f5f2c7acd5696b4a2929a7274dc8c2c05da799", "message": "modifiche all'interfaccia", "proba": 3.099188461419544e-06}
{"commit": "e45983feb241ae391475d19c6e2ce7ed3bd89ee3", "message": "INTEGRATION: CWS opofxmlstorage (1.1.2); FILE ADDED\n2006/04/21 11:38:09 mav 1.1.2.1: #i64612# test OFOPXML storage\n", "proba": 1.3000028786791518e-07}
{"commit": "8ebec6165fff6cf133cf3268a83cdaabacaa586e", "message": "setLanguage and buildInstruction are in CommandFactory are solid now\n", "proba": 1.1331183458196392e-07}
{"commit": "ae9ca584e6a018d9312c591e4c93d3e3f52622b5", "message": "minor refactoring: organized imports\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@4534 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: cf02b57deae57e5c8edb797988dc13f8cc755330", "proba": 1.118659156418289e-06}
{"commit": "0d7276efc47ac626ed61d539ed585e0db0bfcd17", "message": "add MinimumNumberofVerticestoReachAllNodes.java\n", "proba": 7.931839718366973e-07}
{"commit": "9ffa476857bc51a742efb977abf3eb7c5e1cfb7b", "message": "Began with Wrapper classes\n", "proba": 1.9069224777013005e-07}
{"commit": "e7576799ce97b3eda8a4c716a3b2679d524285cf", "message": "Fix typo in method name\n\nChange-Id: I584d6ee8bc7039e71a1620e484e3af8a088432df\n", "proba": 0.9999991655349731}
{"commit": "616d9b4c9c886a84efcee8a3771a63b431d2c4cc", "message": "Update Solution2Test.java\n\nnew test method naming convention", "proba": 1.9475248791422928e-07}
{"commit": "e996dd70bec1189a7ea5981f6d1ff196f76fe369", "message": "Missing file\n", "proba": 3.794244776145206e-06}
{"commit": "8518f62ad579186d512fcd5bac63d5d22b028400", "message": "added service tracker customizer", "proba": 1.353104579493447e-07}
{"commit": "d742bc0e5dbf6ffe67d930ceef9f19ab9ca4f0b2", "message": "fix typo nei commenti\n", "proba": 0.9999878406524658}
{"commit": "ce44d417f9d56715493ec7f32618621fe8f887f6", "message": "no THIS adds in world bucket use\n", "proba": 3.950492271087569e-07}
{"commit": "4f356e194d9d9f733ba3cf2cd63f125ff1b7cf58", "message": "Finally solved problem 51, I hate Java\n", "proba": 1.8207383618573658e-06}
{"commit": "5a62428b00e9fed69644bc968d4cbc59b8349a44", "message": "INTEGRATION: CWS vcl07 (1.2.2); FILE ADDED\n2003/04/08 14:28:39 obr 1.2.2.1: re-added accessibility workbench\n", "proba": 1.1257390752916763e-07}
{"commit": "44aee58aebaf9a04bdd7024a0e703f3c431c47d6", "message": "Fixed @codacy error", "proba": 1.485792893163307e-07}
{"commit": "9cf2e5a78715cee2d5fdba29300ae9f1d13562f4", "message": "Adding initial main file", "proba": 7.499775165342726e-07}
{"commit": "dc430cf02bbb6a2b28fbc64221c63dbcbc75280d", "message": "test: add sqldb test case\n", "proba": 0.00021083198953419924}
{"commit": "6de574cf924a6e272bcbc4a40a71fe41c43e03b8", "message": "no change, but add previously ignored project file.\n", "proba": 1.0940159711481101e-07}
{"commit": "00e46bb5a1a2d42508aa83952c0b0ba0c1cd2a81", "message": "BaseBenchmark\n\nSigned-off-by: Christian L\u00fcthold <b9b373b873c1721a3abbe8fcc2867c15b06d678d@gmail.com>", "proba": 1.1026763502286485e-07}
{"commit": "ad9d80af3fad62e8a06891b94dba50c01035b545", "message": "Temp, needs work", "proba": 1.2875070751761086e-06}
{"commit": "6b16578042c59f601aba9c54f5bb37cb3efc37f9", "message": "add Input interface\n", "proba": 1.614716438780306e-06}
{"commit": "89a63bf09f93f009fd2f8067ed2741670a409ec2", "message": "add data structure package\n", "proba": 9.054135148289788e-07}
{"commit": "316afbc60b945947a45e9b3e47ace64b78de0880", "message": "Add a note to the exceptionName element for faults that\nit is for pre-1.0 compat.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@255874 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.010083764791488647}
{"commit": "eb80cc30385640c638179632e64fc77144009af4", "message": "Fix for  Bug 23576 - IPv4 dependencies in AXIS - org.apache.axis.types.URI\n\nPicked up latest URI.java from Xerces CVS (http://cvs.apache.org/viewcvs.cgi/ws-axis/java/src/org/apache/axis/types/URI.java)\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@249809 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.2031737191573484e-06}
{"commit": "30e7098b99ba393813bbbd992d4dd5dda55aa143", "message": "Annes EingabeEAN in playground, Felix Version in LIV zur\u00fcck", "proba": 1.1482445216870474e-07}
{"commit": "961d897a8261045d590b899cecbb40750e357e5f", "message": "Menu bar para music is now in all languages\n", "proba": 1.2567045359901385e-07}
{"commit": "7ec32ebc6131f03794725b59bcd046130c1e6d72", "message": "Default value for requirementsInputRegex\n", "proba": 3.2244332714981283e-07}
{"commit": "ae105b1da94a2e9cadd23605a3737324437bbb96", "message": "Add pause function\n", "proba": 6.3998199948400725e-06}
{"commit": "68976003f0e0590c69f403fbb2a87d22d3d9853d", "message": "am 36671b92: am 825e0da2: Merge \"Fix race when cleaning up receivers/services in Context\" into lmp-mr1-dev automerge: b7ce6d6\n\n* commit '36671b925c6b5b9e547561c5bacf3419cf71897f':\n  Fix race when cleaning up receivers/services in Context\n", "proba": 0.0015732289757579565}
{"commit": "4e1842c3393bec559e55b604cf07b222d7298530", "message": "am ba7bc591: Merge \"Fix bug #5349461 TextView: text that ends with an ImageSpan causes line height to shrink to ImageSpan height\"\n\n* commit 'ba7bc591018c7a8a7f5c123f71161b69652f9bde':\n  Fix bug #5349461 TextView: text that ends with an ImageSpan causes line height to shrink to ImageSpan height\n", "proba": 6.293091132647533e-07}
{"commit": "5583dc630f861dd9a3006390db227f9296007e00", "message": "fix [1968839] tap on phonetop search couple of times will cause the runtime restart\n\nViewRoot wasn't calling Surface.clear() when releasing the Surface.\n", "proba": 1.042182518062873e-07}
{"commit": "a6a0f7829f070ea9f9a6a7c843e53f205630bfc2", "message": "Fix line slop issue at end of line for Thai & CJK\n\nPreviously touch slop for line movement was based on the line position\nof the HandleView, not the previous line touched.\n\nThai and CJK languages don't have a space at the end of a line so\nthe handle jumps to the beginning of the next line. This meant that\nwhen calculating the touch slop it'd be from the incorrect line.\n\nThis CL tracks the previous line touched and uses that instead to\ncalculate touch slop and applies it to the selection and insertion\nhandles.\n\nNote this is *not* added to the drag accelerator because\nit does not have the problem of the handle jumping to the next line\nsince it has no handles.\n\nBug: 21925162\nChange-Id: If4b231725c06489ec780a5b5a308ceffee804c20\n", "proba": 6.143819177850673e-07}
{"commit": "01e5a0f3b47782d5ed0b335e09fde1ed3bb25fc4", "message": "unnecessary curly braces removed\n", "proba": 4.682144663092913e-07}
{"commit": "5968ed1b4cc0cfc17c137bff10870a393ea8ac1c", "message": "re-added file\n\n", "proba": 7.882297268224647e-07}
{"commit": "1ab7ac8136b72cce9d330253c0d304af16dce5dc", "message": "Create Java Datatypes.java", "proba": 7.523206295445561e-05}
{"commit": "005ac995a2504ac152f2e4120beddfc9742b8cd9", "message": "add a sqllog option to amber commit.\n", "proba": 1.286576463144229e-07}
{"commit": "77911b7aeb2ab775ac00aecd29f000de599a50df", "message": "Delete JsonConvertor.java", "proba": 8.853764938976383e-07}
{"commit": "941818909955f66e862de5b769722398c3714f26", "message": "Creating your own Exception\n", "proba": 2.1040358433310757e-07}
{"commit": "b67667b18b24eac8d25fd0a0736ac8fb41cfbacb", "message": "ASF copy of BlockType, from 2fd833038e061635c27c3a2b33646d6e09ec85a5\n", "proba": 2.5596850150577666e-07}
{"commit": "b0643fdc083759a2a7325be336635407495d6137", "message": "Change 'web' project structure (moved the files to the directory above)\n", "proba": 1.279263699416333e-07}
{"commit": "9137bcab1d28e15ff1eaa2e8658412a6199f5697", "message": "Create FortuneCookie.java", "proba": 1.550791785120964e-05}
{"commit": "354e852a2708439d723f35d2aee1d08d54e2b2e9", "message": "Invalid invocation of ChatCommand now produces a recoverable ex.\n", "proba": 1.1471379224303746e-07}
{"commit": "5cd1882ade118aa8206e900f5ffc72664e25ab7b", "message": "Create Keyword_Count.java", "proba": 1.0200526048720349e-05}
{"commit": "6ac7440f642f09ad589b53e6a8aa26d307c7888d", "message": "minor comment edit\n", "proba": 2.226851307796096e-07}
{"commit": "8b97c67a39e097ae5226a8c2655f62265b041d3e", "message": "stop calling contains (Box is the only caller).  Also, call ensureCapacity when adding lots of molecules instead of growing the list a little bit at a time\n", "proba": 2.542814172556973e-07}
{"commit": "0294a2cf97b784166e805ed51f90b7de35a238ff", "message": "Create Geohash.java", "proba": 9.822661013458855e-07}
{"commit": "7bd8ce9f8fface0737e16e8b45b53788b80b8442", "message": "#13 A\u00f1adir metodo run()\n\nSe a\u00f1ade el metodo run a la clase Jugador en la que cada jugador va a realizar n veces:\n\n-La reserva de los palos y pelotas\n-Jugar con palos y pelotas, se simula mediante un sleep().\n-Devolver los palos y pelotas que habia reservado.\n-Descansa el jugador, se simula mediante un Thread.sleep().\n", "proba": 6.594690785277635e-05}
{"commit": "3d2b87a3e537eb91978213e2295878db204212e0", "message": "Add Java version\n", "proba": 7.387502591882367e-07}
{"commit": "6e1d7b242d7f9ef36b981683c11401ce8a6ad53c", "message": "Add support for the uptime API on whatstatus\n", "proba": 6.611954859181424e-07}
{"commit": "b14b9520df2d95396c49e97d61a1a0930f87b340", "message": "permute string\n", "proba": 7.204992289189249e-05}
{"commit": "684993afb69901eb96edc45c25b0b2c6679792e3", "message": "I don't want to say anything about this.\n", "proba": 0.0009035122347995639}
{"commit": "ea32142dcdadf81bd2d6a886be81322c12566001", "message": "Add guitests.UndoCommandTest\n", "proba": 8.897288239495538e-07}
{"commit": "165ab7b2085233536c23546090f0cff2b6a9d3de", "message": "Fix mistake in rewriting of while statement\n", "proba": 0.029753437265753746}
{"commit": "66c180ddf49097b4a668cfa212ed4396e07806a8", "message": "Create IpFormat.java\n\ncode ADD: convert IP and dot-decimal.", "proba": 1.2586356490373873e-07}
{"commit": "63c5b318c2add7c564849db244c7d8b7ecb721d0", "message": "Polynom.java\n\nerster test", "proba": 1.3946836361355963e-06}
{"commit": "e607180cd432a464d5442221a5e4aa9cc849208f", "message": "Create Box.java", "proba": 9.002681053971173e-07}
{"commit": "bd4dd14cff0268af80dac49c34658a7c86a50575", "message": "Remove exception no null\n", "proba": 0.005276251118630171}
{"commit": "9fd90eaa3ba91c06203f61cce5e2841361ad0b5c", "message": "Remove main entry point\n", "proba": 7.591610824420059e-07}
{"commit": "f88adf4fdc8796c7c5ef0382f75667f376adcbd2", "message": "\u5f15\u7528\u5bf9\u8c61\u7684\u503c\u4f20\u9012\n", "proba": 3.655211173736461e-07}
{"commit": "735191d8896d0c3ed8172531e08092a533e0ebfc", "message": "Demonstrate variable-length arguments\n\nhttp://ideone.com/kI1zd3", "proba": 1.6189202142413706e-05}
{"commit": "03f53ad10bb3ae0c7a4866eebd31e5da9c0ee889", "message": "Edit distance, Dynamic programming\n", "proba": 6.227490416677028e-07}
{"commit": "079b824cf05bee18447ace93958e8f7edcb2cf61", "message": "am 81d84c0c: am 6266e40a: Better JavaDoc for Activity.onSearchRequested().\n\nMerge commit '81d84c0cb244290a58bf8e78a3d638750cf7dd3f' into eclair-plus-aosp\n\n* commit '81d84c0cb244290a58bf8e78a3d638750cf7dd3f':\n  Better JavaDoc for Activity.onSearchRequested().\n", "proba": 1.3882237226425787e-07}
{"commit": "5ceae67f8a053ec4f47accf6e0ddad2d29af022c", "message": "am 040441fa: Merge change 5529 into donut\n\nMerge commit '040441fa992bcfc11070d559bfceeb039667b382'\n\n* commit '040441fa992bcfc11070d559bfceeb039667b382':\n  Tweak the core and maximum pool sizes for AsyncTask.\n", "proba": 1.1666259780440669e-07}
{"commit": "1e4c2c89cccb7105b22b12d448bed2b39486d7e6", "message": "fixed the N and M counting issue\n", "proba": 3.211142711734283e-07}
{"commit": "40fc7c7c70806c2e06d314d2e1480be44b1e4370", "message": "Delete HitsFactory.java", "proba": 1.8074827039527008e-06}
{"commit": "5b2b40a0d5cca2a5f19fbb5e0e99348c5c30ce62", "message": "Revert \"Add NO_BATCH flag to WifiScanner\"\n\nThis reverts commit 56fbb20da1d9fc731abb423f637cbf6f15afcff7.\n", "proba": 1.146442372146339e-07}
{"commit": "174538fff5d286af7a5e5016b01a066f67d28fa4", "message": "am b73e94b4: am 8270c789: Merge \"Secure access to WifiScanner\" into lmp-dev\n\n* commit 'b73e94b4173aca543ea506fbda70890311eba4d5':\n  Secure access to WifiScanner\n", "proba": 4.1387542637494334e-07}
{"commit": "2995305d9eff364ea95209719e85593210dd0026", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "eb20160996c7469da0bdce2af47e412a9b4f3714", "message": "NotificationWindow: Added fade in. Clips opacity/position values to final values\n", "proba": 1.6052908335950633e-07}
{"commit": "095df84dc12105e0ef87be254d3aa0170d08c0e8", "message": "Added a test sink for hashmap collection", "proba": 1.3049428559952503e-07}
{"commit": "20d1035738343dd60246af5764c5d30064d2ec2c", "message": "add tolerance on eVals, so we properly identify COM modes\n", "proba": 1.9718051191830455e-07}
{"commit": "d5ea4826dad33a30dcc4b87ea28b72d6d6e38013", "message": "Ajout d'un utilitaire pour centrer un texte\n", "proba": 3.0537927386831143e-07}
{"commit": "461746573499c6605077ebc8dec9b5cfc18d27d5", "message": "am 2a37b2ff: am 5ef70b02: Merge \"Added a note about location permission\" into mnc-dev\n\n* commit '2a37b2fff27c67454a59048c286b2a7e6329eb07':\n  Added a note about location permission\n", "proba": 5.078524623058911e-07}
{"commit": "772aeccb19c6023ad2fbbd7cbef72033f5354f6f", "message": "am 11c9168c: am b39b46bf: Merge \"Camera2: Minor docs fix.\" into klp-dev\n\n* commit '11c9168c09b6796e47d0e342b0995f73d4e5a0e2':\n  Camera2: Minor docs fix.\n", "proba": 3.4646541280380916e-07}
{"commit": "8a2af56548a2457bec283670cee6738b7e8e74f9", "message": "am e7e0a072: am 4dca3946: am df1498dc: am bf043b50: Merge \"Add TLS Channel ID support to SSLCertificateSocketFactory.\"\n\n# By Alex Klyubin\n# Via Android Git Automerger (3) and others\n* commit 'e7e0a072704a5dec3d709fce60762e515382ee42':\n  Add TLS Channel ID support to SSLCertificateSocketFactory.\n", "proba": 1.2228863965901837e-07}
{"commit": "2de89ae843a0a6b492eaa55f96a641df16b718a8", "message": "am 3c439c72: am 85fae34e: am 70ea8578: Merge \"Fix wrongly laid out navigation color view\" into mnc-dr-dev\n\n* commit '3c439c720d460266358c10d8d2eea9ef9e79beb0':\n  Fix wrongly laid out navigation color view\n", "proba": 4.309923440359853e-07}
{"commit": "0573adf055fab78f72b73e23b38d158ef34c4fd5", "message": "deobfuscator: disable execution check after each run\n", "proba": 3.3685187190712895e-06}
{"commit": "2ff6befd92b69ef8d9783c4ecf7803c027d43c50", "message": "Added tests for the new databasereader methods\n", "proba": 1.9391812600133562e-07}
{"commit": "f5394d69d77880b712c618b98513a6d1facfb19f", "message": "*** empty log message ***\n", "proba": 5.360483328331611e-07}
{"commit": "f80057f237450a73f5a69efaf3fe2f23dd9aaecd", "message": "Fixed HelpCommand\n", "proba": 3.2841748520695546e-07}
{"commit": "82872112cd4400cc6f162d4dc8eb3ce67c61677d", "message": "Sorts the values of a hashmap.  Used in sorting the p values on the bag details page.\n\n", "proba": 1.0042625575579223e-07}
{"commit": "0099a8535c7f443cc9ea8768eb6b0394d395114a", "message": "When shutting down, to so immediately\n\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@791912 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.562838173820637e-06}
{"commit": "4599a31e5268dfa66b63de7ea6b6a9b6bfa527a7", "message": "Added stack trace MBean\n", "proba": 2.937076146736217e-07}
{"commit": "ba41b303384c745208fe3a352936ff10c7cf9a6f", "message": "add test BooleanUtils", "proba": 4.5768952077196445e-06}
{"commit": "842b1ccafe0744fd8a3e021f4bc28395fb2427c0", "message": "fixed reported crash\n", "proba": 3.656724345546536e-07}
{"commit": "5c945a074c80b080fda0183dc7b635a60511f0cd", "message": "-proxyInjection mode -- a global mode under which selenium JavaScript is injected into all incoming HTML.  Because it is still uncertain whether this strategy will be viable, I haven't yet bothered to implement browser launchers which will configure the browser appropriately for this mode; all traffic must go through the client configured proxy.  The one change for the communications protocol is that newly loaded pages reporting in for the first time to the selenium server did not use to cause a command result to go on the queue, but with this change they do.  This means that an operation which results in a new page being loaded, e.g., Selenese open, will lead to a command result just like any other command.\n\nr2490\n", "proba": 1.4006383025844116e-05}
{"commit": "0214ad939162cd3bf44c79240fe6ff0768d7fd9c", "message": "\u589e\u52a0 MultiLogger\n", "proba": 4.1931346572710027e-07}
{"commit": "74fab55cdc5adb04bd696216197e75f4614984f7", "message": "Remove some now unused code\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1538828 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.0704229680413846e-06}
{"commit": "7dd072b8bfe090e8422f9a3b40f1d6ac8f178e43", "message": "\n\ngit-svn-id: https://svn.apache.org/repos/asf/webservices/axis2/trunk/java@280593 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.003768812159251e-07}
{"commit": "0130ac6ff3c4cc1f68d75a574e6df4fe528e2207", "message": "But can it run FANCY buttons?\n", "proba": 1.334223327376094e-07}
{"commit": "d796cacb7486533a89bfd37a33ec081eb81a9ef8", "message": "Create Cars.java", "proba": 1.0726917025749572e-06}
{"commit": "89b7f2e3be7e08fd751b348096a40ae5eb5f6a8f", "message": "Fix Animation bugs from DisplayList properties integration\n\nThe new DisplayList properties functionality does not currently handle Animation\n(android.view.animation) functionality, so we fall back to the previous approach\nof redrawing the DisplayList when an Animation changes alpha/transform data for\na View. The DL code was not, however, correctly using that logic, so that\nthe Animation transform information was being ignored, or at least not set\ncorrectly on the DisplayList during redraws.\n\nThis fix accounts for Animation changes and sets up the DisplayList correctly.\n\nChange-Id: I9f6e0382b05d0627f4779f30e74641dedcc77f82\n", "proba": 1.1085996447945945e-05}
{"commit": "263f27c22c0a10832d821759920f231d11009cf6", "message": "am 776dafa8: Merge \"Log if a view fails to fit in the drawing cache\" into jb-mr1-dev\n\n* commit '776dafa8fe359df77de30b72ffc82d1d99e111c9':\n  Log if a view fails to fit in the drawing cache\n", "proba": 1.129626298279618e-06}
{"commit": "4d41e49f39322ae5ceee375e515636e29ed2dfbc", "message": "am bde76419: am 1f3f47b3: Merge \"Avoid double-translating View background\" into lmp-mr1-dev\n\n* commit 'bde76419c1c30aa574f8bc7b3f09f2029e080b83':\n  Avoid double-translating View background\n", "proba": 4.392817061216192e-07}
{"commit": "4729fb1176614c0acff1d71574d37ad9e4acdf55", "message": "https://pt.stackoverflow.com/q/484418/101", "proba": 8.466582244182064e-07}
{"commit": "6994a83ba00de52e9e778f1a1ef1e5b039eadbf8", "message": "feat: add 29\n", "proba": 0.0008945155423134565}
{"commit": "49ebb59fe5801dffb650d72ccf9dbc66eb25b52e", "message": "Added a task.", "proba": 1.7294543397383677e-07}
{"commit": "86574d66dacc09c9b5a0a0ab2623ec01704b6fc8", "message": "am 0d8acea9: Make copy-constructor make deep copy.\n\n* commit '0d8acea9bb452d1fdbb3d811041f7bdb1b0ef8a3':\n  Make copy-constructor make deep copy.\n", "proba": 5.224958954386238e-07}
{"commit": "0ff9833c9826978d01da61d950f88af26c03c957", "message": "Add a search uri constant for mms/sms.\n", "proba": 1.2125438786370069e-07}
{"commit": "cf4fe3efaaae38153478ada5007f681e2e8a2008", "message": "am f6ca7fab: Merge change 23690 into eclair\n\nMerge commit 'f6ca7fab5043e1c3e834c15b4e674ae0c5c37d0d' into eclair-plus-aosp\n\n* commit 'f6ca7fab5043e1c3e834c15b4e674ae0c5c37d0d':\n  Prevent a crash when webkit changes the selection.\n", "proba": 1.802482216817225e-07}
{"commit": "ef92e7a606167130d4ae52c1e23f32c3f0af291e", "message": "Prevent a crash when webkit changes the selection.\n\nPartial fix for http://b/issue?id=2081673\nThis prevents a crash.  However, if the user continues typing\ninto the textfield, the selection is incorrect.  The real solution\n(forthcoming), will make sure that the WebTextView's text gets\nupdated when webkit updates.\n\nChange-Id: Ic832ec48fd4236c8116c5cbda1467677ad731feb\n", "proba": 1.078590503311716e-05}
{"commit": "39b3c02a33d6e94b386740c0eaf10feb0d00dbb9", "message": "Delete GUI$ActionNew.java", "proba": 9.152513484878e-06}
{"commit": "ef19a0bc01f3209d4ce58f046e4fd41faf7a7e17", "message": "filename corrected\n", "proba": 5.93483928241767e-05}
{"commit": "d6a9b8c9ea6f2ab33965993134d2811647b6b9de", "message": "Create booking.java", "proba": 4.0619715946377255e-07}
{"commit": "e4b2972ab0df890a89f3629c842c3739a36581dc", "message": "Most important commit.\n", "proba": 4.916030889035028e-07}
{"commit": "b74aed7ab68fac772d41a713eeb3adb9739fbb8a", "message": "Initial commit: Transaction.java\n", "proba": 1.5883219930401538e-06}
{"commit": "0f9653a610d61efc9f624561158f6b78bc258370", "message": "Initial commit: Indexing.java\n", "proba": 7.977470772857487e-07}
{"commit": "4bcc9f2679f14ebc96510483cb329da45650b565", "message": "am 73f0e9a3: am 91a5dd9b: am e6a2ff2b: Merge \"Fix calculation of overscan insets in WindowState.\" into lmp-mr1-dev\n\n* commit '73f0e9a3feec091f67c9db00ce2d3116b6d91fbd':\n  Fix calculation of overscan insets in WindowState.\n", "proba": 2.275163666354274e-07}
{"commit": "5a6bec53e224b2db9ecbc6920faab08f4a962256", "message": "resolved conflicts for merge of dec3dda8 to honeycomb-plus-aosp\n\nChange-Id: If14c7fc51c4549524c2f39797a902093582bae6d\n", "proba": 5.026849976275116e-07}
{"commit": "20878de25f72dfe8f0c5b5821979c3407b42c1e7", "message": "Factor enum init to its own method\n", "proba": 6.27891324711527e-07}
{"commit": "61e59532578d2aa0308cf1fba5a3aa12c8af7105", "message": "issue command to binary sorted creatures!\n", "proba": 1.261579853917283e-07}
{"commit": "7aaa956d28b9ee30c7d29dd33fa570b0c0225d06", "message": "added syncLater and cancelSync actions\n", "proba": 2.56111093221989e-07}
{"commit": "ad4e545974bcc24c70789c1cafaefcb0972d15ae", "message": "Get rid of unused import\n", "proba": 1.5142394715894625e-07}
{"commit": "a5281dd2f62ad0892cd5efb3838d772116179975", "message": "*CraftoCommands: Hopefully fixed NPE\n", "proba": 1.2007855332285544e-07}
{"commit": "a59e3371975146fc34add64c8d5566c1ee7d226b", "message": "*CraftoDatabase: Store player names all in lowercase\n", "proba": 9.578799335940857e-07}
{"commit": "40153557f73249b2d54c461fd19dda355bd007c5", "message": "new class for parsing sparse bit vectors\n", "proba": 2.2115919762200065e-07}
{"commit": "eb7e04ef8a103f59971a90a77477506fc518501d", "message": "Additional output column for stepping-stone column", "proba": 1.4667079085484147e-05}
{"commit": "db047fb51a4a344377f7d63188357257feed6300", "message": "- added dummy directive for testing.\nPR:\nObtained from:\nSubmitted by:\nReviewed by:\n\n\ngit-svn-id: 7267684f36935cb3df12efc1f4c0216d758271d4@73225 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.4742215032347303e-07}
{"commit": "97b60d340d5584df216743acbec931b9249e7966", "message": "Submitted by:  Alexander Zuev\nResolving dependencies on JDIC.\n", "proba": 1.0301114627964125e-07}
{"commit": "36d82c70617097459cd1a729d02f4ec1202219e9", "message": "Added the class DistributedSchedulerFactory which is reponsible to create all ChoiceGenerators needed to implement scheduling strategies\n\n--HG--\nbranch : v7-dev\n", "proba": 1.8560103853815235e-07}
{"commit": "ee842d55839d87dabb4086a96957ab2f40804849", "message": "Fix damage setting order.\n", "proba": 1.4680067295103072e-07}
{"commit": "e0e20213886a31983e3130f6e10849ecf613f3b7", "message": "Change HCTools to only effect vanilla tools.\n", "proba": 1.0591054433461977e-07}
{"commit": "a41452c745aed354bb3048519eaaa05048e3a17d", "message": "Correcting schema in use\n", "proba": 4.719587138879433e-07}
{"commit": "4ae74614662171525b1f0c7640a4f86569dd680e", "message": "fix Serialization issue\n", "proba": 4.664781044994015e-06}
{"commit": "7d4a18a84c5a30bf37194158a5eacb509f947bbd", "message": "Semafor service added\n", "proba": 1.2981853103610774e-07}
{"commit": "d017cc844fe141dbc416a66bdd84bf0e5e4632ee", "message": "\u589e\u52a0UUID\u768432\u4f4d\u751f\u6210\u7b97\u6cd5\n", "proba": 3.5346192817087285e-07}
{"commit": "c6804e04a59278cd420144cfacac029d79672403", "message": "calback for user registration/removal.\nto be implemented.", "proba": 1.2034095675517165e-07}
{"commit": "4934cfa7279e4f0270994323f09d39ab3f374e72", "message": "Update JsonDumper.java", "proba": 3.6555042015606887e-07}
{"commit": "ed66464fda513b97154f5dcde1122b9d24e31338", "message": "Prototyping a new better store interface\n\ngit-svn-id: a6b6c0a8f2f938d4a49ccd3a2e131f191ff82dd3@756084 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.619942162913503e-06}
{"commit": "d237a237bebb7bde8db2c6751ec07d5c6fe44008", "message": ":art: #12724\n", "proba": 2.688291829144873e-07}
{"commit": "6deee4ae09962d8568be32c4ca32ab5cda0f0c8f", "message": "fixed bug\n", "proba": 6.589494319086953e-07}
{"commit": "6f2aea90c7f0db7f2e2da7fc6188441a5c275a39", "message": "Add starting service on list element click\n", "proba": 3.1393420840686304e-07}
{"commit": "3bbfcf2e6108d49eebd3aadee3aba957fa19c94e", "message": "Remove explicit mapping for Vector (I put this in while building the List\ncode, and we don't need it anymore).\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@245021 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.634173117461614e-05}
{"commit": "a8a8d4e277c9dc44c85c78cf0c2b1c981559c1ea", "message": "I hate timeInstant!\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@244835 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.371921047801152e-05}
{"commit": "ca6ffcf90b88def9836ebeb69097f0a986614522", "message": "Implement File editor\n", "proba": 1.3684152690984774e-06}
{"commit": "a7a48b57674cc3a65df8e69c4566ef413181f47e", "message": "Implement Float editor\n", "proba": 6.352897230499366e-07}
{"commit": "a1d9e0399cffe79aa5a1778208437fba36e443a2", "message": "fixed findbugs warning\n", "proba": 2.4483966853949823e-07}
{"commit": "b247ff74e852715152b34611894c418ac73e20d3", "message": "added optional example", "proba": 2.2080978112626326e-07}
{"commit": "de3ce21711b4345663084c7f181cda80f361ba3c", "message": "Add ModelManagerTest for checkTaskDate method\n", "proba": 2.7501459953782614e-07}
{"commit": "bae3824dd7ae034c9aea209ae1f49b91a03c7b8b", "message": "INTEGRATION: CWS qadev32 (1.1.2); FILE ADDED\n2008/06/13 08:33:07 rt 1.1.2.3: Correct license header\n2008/05/13 19:06:30 cn 1.1.2.2: #i87389# enhance javadoc\n2008/01/22 11:44:38 cn 1.1.2.1: #i85370#: This exception should be thrown if you try to get a Null value of a parameter and you don't can handle it directly\n", "proba": 1.762098804647394e-07}
{"commit": "5b1c78044da4f59a771bc7a4b45c5b66113f122c", "message": "INTEGRATION: CWS qadev16 (1.1.2); FILE ADDED\n2004/01/16 12:29:13 sw 1.1.2.1: #i23398#\n", "proba": 1.2684733974310802e-07}
{"commit": "d2cf0ce9c17cd37a12827882b3a10512d2904103", "message": "Reduced the radio log\n\nReduced the radio log by moving some to VDBG or merging few lines\ninto one.\n\nbug: 25956251\nChange-Id: I290d894e95c9fdd664db35fd0cee3536c37dbd20\n", "proba": 3.38303152602748e-06}
{"commit": "78cea5a7ae7f806be6b901ba92178112743a49ca", "message": "added missing file", "proba": 7.312501679734851e-07}
{"commit": "e7b49b4893607904bac69ca79e5ef583abfbe679", "message": "Add regression tests for HasValue.getOptionalValue (#8352)\n\n", "proba": 1.2919679193146294e-07}
{"commit": "093256279c308fd3cad290a1b01c5d313bace8af", "message": "am 245b58d6: am baf2c7a4: Merge \"[ActivityManager]: Fix the activity visibility state not sync between ActivityManager and WindowManager\"\n\n* commit '245b58d6f47740c09ebd47b75e6021c7cfb691af':\n  [ActivityManager]: Fix the activity visibility state not sync between ActivityManager and WindowManager\n", "proba": 1.4900059568390134e-06}
{"commit": "f85557f6c8d9affcc02a820842c7291b66bf56db", "message": "change test\n", "proba": 2.896477781177964e-06}
{"commit": "d9810767d39d1937c93c6f657b128532cf28a54a", "message": "muyMunes...3\n", "proba": 1.3245158925201395e-07}
{"commit": "18d21e4f737d2249ee00a416e9e62a63728c11db", "message": "Create RaportInterface.java", "proba": 5.556753990276775e-07}
{"commit": "8420dad7186278f99565f39118cabaef1b29cccd", "message": "TwoLinkedListAdded\n", "proba": 1.1086968925155816e-06}
{"commit": "b9fb6d6245dfcc2c99c74874945f7c55bbd2fce7", "message": "Update Tikatuka.java", "proba": 5.97288021708664e-07}
{"commit": "0aad14387a7f1496be433740d78c93206cc3a3e1", "message": "Create USet interface\n", "proba": 3.0305685072562483e-07}
{"commit": "64425c394a63003178f2faa4be24b1ef3b184c40", "message": "extracted class for Borders\n", "proba": 6.6912871261592954e-06}
{"commit": "d973118e0b54e6e9fd9e3eae3e68b2cc0cff7fc1", "message": "\u3010\u6dfb\u52a0\u3011\u901a\u8fc7\u6709\u5e8f\u6570\u7ec4\u751f\u6210\u5e73\u8861\u641c\u7d22\u4e8c\u53c9\u6811", "proba": 2.181862868155804e-07}
{"commit": "754aebb0466d3dbb73df7d0b691f58fc4973bac3", "message": "third commit", "proba": 1.819029051830512e-07}
{"commit": "cfb3e994f035371541b8a0bc70f5edb3a23c9f27", "message": "Doings some stuff\n", "proba": 5.937899913988076e-07}
{"commit": "14cf3f7e46350a2e46e806e07ab5f8a5e5656206", "message": "\n\nSigned-off-by: sunguiyong <1249475451@qq.com>", "proba": 1.1119269061055093e-07}
{"commit": "4b5a8b843106b93e375254bd90c4420c9219ce99", "message": "IUpdateCollector interface\n", "proba": 2.7966291327174986e-07}
{"commit": "2c46a2bbba19ae530d942f96a5d141ede2691f23", "message": "Added to repository\n\n", "proba": 1.8875302032483887e-07}
{"commit": "75878c121c2379fa3eedec8ca7ef183bc773d35a", "message": "Added to repository\n\n", "proba": 1.8875302032483887e-07}
{"commit": "e633410249b7577f7d19b24596a39dc631b21eb8", "message": "making-anagrams\n", "proba": 1.6812582543934695e-05}
{"commit": "294381a185acf44d81dbce17aa3837b039fa3089", "message": "Start of wrapper for int[][]", "proba": 3.0079681323513796e-07}
{"commit": "5e040ef27e686b7d0e0301457ff827110aa76b58", "message": "fixes issue 1464: Padding/spacing on the search bar is incorrect\n\ngit-svn-id: 50f83ef66c13f323b544ac924010c921a9f4a0f7@4383 00569f92-eb28-0410-84fd-f71c24880f43\n", "proba": 1.7995639609580394e-06}
{"commit": "c9a4d11155601afc86abe31c5c7fee60d1ab843a", "message": "Create DigitalSigningCmd.java", "proba": 1.5667604884583852e-06}
{"commit": "a897949019e4ce1cf223e844818a3fe43b1f4020", "message": "cleaup turl.ca", "proba": 4.095110739399388e-07}
{"commit": "449aa2f98a36712d0cdbc620584780189e242a5c", "message": "Create MixActionController.java", "proba": 1.3632104582939064e-06}
{"commit": "9d525a97aa22122cb4c7933bbe3dcf2815e48a56", "message": "Fixed bug where swapping vertical split position to the opposite direction does not work.\n\nsvn changeset:15925/svn branch:6.5\n", "proba": 3.7792941043335304e-07}
{"commit": "1e6847a1c90a2a1857d1f5a0e57464b4b8c25025", "message": "HexFRVR-0.1.0.27\n", "proba": 9.557838893670123e-07}
{"commit": "851c74afb78c6223837d88df8527d079ad1458fe", "message": "add a few methods for querying User.\n", "proba": 1.2781953273588442e-07}
{"commit": "04480ec2e89989569ed168039fc7cb8bd9e7ce4a", "message": "Create PhotoFrameRandomSelector.java", "proba": 3.0818677032584674e-07}
{"commit": "a87fab5b3d29cfcd14d9e180b5da594f968b9b2c", "message": "Clamping piece position, can't exit screen\n", "proba": 2.053111813893338e-07}
{"commit": "dce8383af42c73da0b65006a8b981e865c5f99c7", "message": "Extracted SaveDialog into SVGSaveDialog.\nUsing SVGPlot.saveAs*** methods.\n", "proba": 1.0332087185815908e-07}
{"commit": "5aa527ea6bdfc4de82b3bdebf08704a4a499d5d8", "message": "inorder without recursion and without stack completed", "proba": 1.104781176763936e-06}
{"commit": "87ebb9ab0d5cfbfb2b12031e8573e9a84e60845d", "message": "feat(Legacy): Changed windownamePrelude in AbstractWindownameWriter.java\n", "proba": 2.8357513315313554e-07}
{"commit": "96504f00ec1457c0ba05fdab32f78c57b871e56b", "message": "BUGFIX: fixed off by one error in result counts. This may still be wrong -- high priority should be a module to test this code.\n\n\ngit-svn-id: 25dac4f723c7e5b42083d4a98669c37f60455592@592 69e27eb3-6e27-0410-b9c6-fffd7e226fab\n", "proba": 4.323931079852628e-06}
{"commit": "49fbf5561fd5e73127845302be5d2b88a4865f55", "message": "FEATURE:\n\nrefactored Query parsing code into OpenSearchQueryParser.\n\nAlso, now checks if the Result returned is not the exact one requested, then it uses the new ReplayRenderer.redirect... method -- again code refactoring.\n\n\ngit-svn-id: 25dac4f723c7e5b42083d4a98669c37f60455592@986 69e27eb3-6e27-0410-b9c6-fffd7e226fab\n", "proba": 2.175074541810318e-06}
{"commit": "898ce7c58b1708cd00e25938a1560d78587ab16b", "message": "Move BaseContainerGui to boilerplate\n", "proba": 3.048363339530624e-07}
{"commit": "e27e8c2b1f9b2eb4604eaa55c23b38776efaa989", "message": "Replace list.sort with collections call for Java7.\n", "proba": 1.1040611269663714e-07}
{"commit": "b3ef0101b2079a526414218afd806ed3acfb2e04", "message": "75. Sort Colors\n", "proba": 2.433261840906198e-07}
{"commit": "c493dc2f4edf4278c426f7c2533001e27a34189f", "message": "add graph support for list items", "proba": 3.7611366110468225e-07}
{"commit": "782464e009e1e4ad5ea5dcd43704badadc627831", "message": "Update TridentServer.java", "proba": 7.439531373165664e-07}
{"commit": "e024476baedac20caa4d2b1a7d3040b25f526ac5", "message": "Add CombineAnnotations tool\n\nThis was previously part of ImageJ, but is of general utility when\nworking with SezPoz annotations.\n", "proba": 1.0465828381711617e-07}
{"commit": "27d4526047078fcebc0e630d619db313465f5d08", "message": "#105 create codec gzip decorator which compress and uncompress data in GZIP.\n", "proba": 1.0538883543631528e-07}
{"commit": "709a1467aebe19a4c8354142510a66bd5cdf8a05", "message": "[VTK-4503] Fix typo\n", "proba": 0.0023779154289513826}
{"commit": "de8952db711601e383a53c48bffe96a6eac1b973", "message": "27-change", "proba": 3.5086114280602487e-07}
{"commit": "4aefa75539cd5d38f13f06f36e35c6fd081b8039", "message": "Add encoding back in, this time with UTF-8 spelled correctly.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@245096 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999970197677612}
{"commit": "28449601916057bc5e35b4b3ef2ae467d3c235f7", "message": "allow for no namespace at all\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@245463 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.6752168221501051e-06}
{"commit": "01366bb801a0cb50418ec94cc6cd5566a0f160f9", "message": "setters/getters for disablePrettyXML property\n\ngit-svn-id: 3495a5c4bbe5ece00c09619c056c9a903ff1da72@388709 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.6464433012260997e-07}
{"commit": "76da8aaa2e1f9812322cacdc4e67fd7a8aa1c914", "message": "This interface works with FipaRequestServerBehaviour class to define a generic, multi-client server behaviour for 'fipa-request' standard protocol.\nIt is implemented by various behaviours both in AMS and DF classes.\n\n", "proba": 9.99327056661059e-08}
{"commit": "e526b0a0af9a2c35e2dfcb682c5a12879c4717aa", "message": "Deshacer lo que ha hecho @RodriRR\n", "proba": 2.8320002343207307e-07}
{"commit": "ac09149c59d19c02b2b393c8d1a136922e44510b", "message": "mleyton: Added loggers:\n\t\t\tproactive.deployment\n\t\t\tproactive.deployment.process\n\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@2470 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 3.75797071683337e-07}
{"commit": "c54e0ef628aba18365933dd8833e6929c646b7b7", "message": "am 469980b0: am a10277e3: Merge \"Allow default SMS app to get self phone number\" into mnc-dev\n\n* commit '469980b073b44ccd605b089ade3e7a75be441a73':\n  Allow default SMS app to get self phone number\n", "proba": 3.430153014960524e-07}
{"commit": "d11a3103046554e70023294446969a321779231a", "message": "am 7f081794: am c80e3d43: TelephonyManager.listen can have notifyNow always true.\n\n* commit '7f081794074c1356ba347b802729adf36f06ad19':\n  TelephonyManager.listen can have notifyNow always true.\n", "proba": 1.7460764922816452e-07}
{"commit": "6daecd8fa40d22cfadfe0e2f71fe01d19ad5bf73", "message": "Now selecting the read/write file .json for Challenges (less duplication)\n", "proba": 1.0799223559843085e-07}
{"commit": "0dccd128001ceff9437f736bd70dfd1986e315d5", "message": "Add the FEATURE_TELEPHONY restriction to TelephonyManager.getAllCellInfo()\n\n-Fixed doc string\n\nBug: 23979591\n\nThis reverts commit f7b6474de87fd2eee377dc612c757102cdacc003.\n\nChange-Id: I127f1452f4319a154dd4d962d4a63c84f0833702\n", "proba": 9.628443876863457e-06}
{"commit": "6e36df46c9d7b18b5f0c396ba07a7cedb206a72f", "message": "add parser class\n", "proba": 9.419786124453822e-07}
{"commit": "746ef9b8f0c080e247c6726b294fa2ab5cf53dac", "message": "am 2c507b92: Merge \"Use a cached context when possible.\" into honeycomb\n\n* commit '2c507b92c242951e4fb2e807431c10d73e4bf778':\n  Use a cached context when possible.\n", "proba": 5.184906513022725e-07}
{"commit": "808198929926c24706e682aec6c312d029b94528", "message": "Increase the default timeout from 30 to 60 seconds.\n\nThe DEFAULT_WAKE_LOCK_TIMEOUT should be longer than the timeouts\nof the vendor ril, aka. rild. We are seeing timeouts which are\n30secs and possibly longer. An alternative would be to add\nTelephonyManager.PROPERTY_WAKE_LOCK_TIMEOUT for but I feel a 60\nsecond default is appropriate for all platforms.\n\nBug: 3392618\nChange-Id: I63f6b211b584857999174524d4ea4efa1994dfba\n", "proba": 5.552067705139052e-06}
{"commit": "e9848be8d442da1d78c4c10663eb16e4976e9cba", "message": "Skeleton for problem 1037\n", "proba": 3.7729310520262516e-07}
{"commit": "996924fbba222b328853746b3823f2b2b40c807d", "message": "Skeleton for problem 1071\n", "proba": 7.812660101080837e-07}
{"commit": "a95604835c8d025b834f6cb2d117b5a1abc60226", "message": "Skeleton for problem 1262\n", "proba": 2.1473183551279362e-06}
{"commit": "657cb733a955584bc094beb2185e2b8a35bc59e2", "message": "Skeleton for problem 1629\n", "proba": 4.356940337402193e-07}
{"commit": "a10af26915facd4b35991a773d1db29da4c54783", "message": "Ajustes e padroniza\u00e7\u00f5es diversas nos cases, switch's e while's...", "proba": 1.041622113007179e-07}
{"commit": "7492eb2f05b5d65727ed5a315d18c6fdf49b7181", "message": "lower memory usage.png\n", "proba": 4.599188832798973e-05}
{"commit": "dca6d14c9c33caa6020ddb2dabc02031339bef53", "message": "Remove unnecessary call. Reduce timeout.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1152610 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00032120433752425015}
{"commit": "f31e3e9b4433a5ab394cf4f83ade41e6ee0da9bb", "message": "Fixed some tests for Codecov\n", "proba": 1.4362463218731136e-07}
{"commit": "ab8fa028874b18f5baad5f0f15a6d7a55762c2c5", "message": "added unit tests for Ride class\n", "proba": 1.249724874696767e-07}
{"commit": "7b2c35a7466dafac5eb79735ec9e73ffad284116", "message": "Combiner\n", "proba": 1.359162752123666e-06}
{"commit": "19294ca0e88018867d7d31a34bb4306a3d9502c3", "message": "Document need to call AudioRecord.getState() after construction\n\nChange-Id: Ia6ebb5b01ae60453b6fc7db79e2ec3d40d2b56f1\n", "proba": 1.1535084013303276e-05}
{"commit": "9a146d9d6592cc527c3ca0beeb721cb7e7720805", "message": "am d97c598f: am 6c9b500f: Merge \"Added more warnings in javadoc for failure to call MediaPlayer.release() immediately if a MediaPlayer is not needed\" into honeycomb\n\n* commit 'd97c598ff4d902583f9083960b088b31350d0018':\n  Added more warnings in javadoc for failure to call MediaPlayer.release() immediately if a MediaPlayer is not needed\n", "proba": 3.095169347488991e-07}
{"commit": "0df9e6585aed0244a2b7b34cb4cac8dc806abc5a", "message": "Stop chunks from unloading while teleporting entities are inside\n", "proba": 1.8724055905749992e-07}
{"commit": "a7e7c2313f8973c4c3196049656627b0100d5b4d", "message": "initial MyArgument interface\n", "proba": 2.4872238668649516e-07}
{"commit": "6ae2cf82b99db4aa3c78bd1082475d7e3558d721", "message": "Fix for Bug 14601 - Service constructor searches for EngineConfiguration twice\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@255677 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.652872979069798e-07}
{"commit": "0ef9f37be6ef1c70e843b481d29ab80736fad5e5", "message": "[ignore] API - add LifeCycle interface\n\nsvn path=/trunk/eXist/; revision=17216\n", "proba": 3.214773585114017e-07}
{"commit": "a03fff8b5801e96a683cf962683107ec19d799d7", "message": "Fix Syntax", "proba": 0.36242470145225525}
{"commit": "caccd8af516e5757bd0caec18451f38c4864d303", "message": "adding module-info\n", "proba": 4.078561914866441e-07}
{"commit": "1eea74615db4d440c71755f3b606b36b7d1ea9e1", "message": "Housekeeping\n", "proba": 2.9225375328678638e-06}
{"commit": "622a57a3d3da50675168e57f98d647320e597336", "message": "Removed a task that was completed.", "proba": 0.00026397925103083253}
{"commit": "a7685d7f74d64d35ef1a5c0276482108a793445b", "message": "Implement findMessages(User), logoffUser(User), GET messageType, ACK messageType, DISCONNECT messageType\n\nfindMessages(User) : returns Vector<Message> for messages destined to parameter User. Returns an empty Vector<Message> if no messages are found\nrename remove(User) to logoffUser(User) : find the user that is logging off, remove the user from clientThreadList.\nGET messageType : calls findMessages(User) method and sends the return Vector\nACK messageType : forward the message to the original sender and remove message from messageBuffer\nDISCONNECT messageType : calls logoffUser(User) and closes Socket, Object output and input stream\n", "proba": 2.9518274459405802e-05}
{"commit": "f61619df65088f08328cee95a240536326e0ceae", "message": "added mets identifier for articles.\n", "proba": 1.0920708604089668e-07}
{"commit": "1fe9706ab9406598c7a29892d289666e67105456", "message": "Pequena limpeza\n", "proba": 1.843216409724846e-06}
{"commit": "51242e08a0ab7aa430aca9a543edc686ee162a6c", "message": "Add Retirement.java.\n", "proba": 2.339326528044694e-07}
{"commit": "cb5c412bae0a4109c64afdd1a99bf3d9eb04e692", "message": "Fine tune the Client class. handle some of the exceptions.\nMaking sure the thread ends properly\n\nimplement readMessage() method.\nmakes it easier to read the message since it's done multiple times.\n", "proba": 1.121054111763442e-07}
{"commit": "c4be6b3a8470fbe91a5eaf76717e89e6e4176330", "message": "check Parentheses isBalanced or not update\n", "proba": 1.9387151439786976e-07}
{"commit": "13c551fe37e469d2c00a81f8be0ce14de95c3abb", "message": "Added team class\n", "proba": 1.4953496929592802e-07}
{"commit": "e981faf4a1b2048abbf80da71488377ce99ea574", "message": "Created the AutonCommand class (it is empty for now)\n", "proba": 1.0746129674998883e-07}
{"commit": "64947329c13150c6321cb290857478cbc403fa6a", "message": "remove Pausable from getCurrentTask\n", "proba": 5.755665597462212e-07}
{"commit": "d664794a2bdeb590dcd4f297ce82a3142ac32d16", "message": "Create Chewbacca and Number.java", "proba": 0.0005088608013466001}
{"commit": "2d3366373c712abbd65a079c75f82187d8a4a8e0", "message": "ParallelBlackBox now fires up with --enable-PARALLEL\n", "proba": 1.7052336431788717e-07}
{"commit": "756be6637784c4916d7a3cd44d8a064f0de83625", "message": "starting chapter 15 (events)", "proba": 1.2698822615675454e-07}
{"commit": "791b98301fe855b6b29096977a4219af645f5172", "message": "Issue 52\nAdd @Unsafe annotation\n", "proba": 1.2094602652723552e-07}
{"commit": "be7467dce6e5e46e57284501ab10d4aff2e169f1", "message": "minor fix\n", "proba": 3.935496124540805e-07}
{"commit": "5a3279df742291116dac87a15b18ac1af102b287", "message": "updates\n", "proba": 4.4353927819429373e-07}
{"commit": "6887d1e11880b13ef937e6c7706dd0529e1c6b30", "message": "scrive al giocatore che la partita \u00e8 piena", "proba": 9.545391549181659e-06}
{"commit": "8fb2019890f8253166f4cd5eba6c9cd6b32e9ac0", "message": "Create SpriteSheet.java", "proba": 2.6440582132636337e-06}
{"commit": "d15dc048a80f78a1b55a76b0be83d69b74d93388", "message": "Recursion\n", "proba": 1.6035801309044473e-06}
{"commit": "464bbf0e6bcaefc791b8c53ab7170bc7fb99e078", "message": "Create Help.java", "proba": 4.920650553685846e-07}
{"commit": "1905948ebac97f4571581a19222276e8e8d00cfc", "message": "Type : 2D Array in ArrayList", "proba": 5.858756594534498e-06}
{"commit": "a87201cf436b359b4501cc21a5d59796548a18f7", "message": "https://www.acmicpc.net/problem/10102\n", "proba": 3.1816625778446905e-07}
{"commit": "32c541059b9bda02fd091bff163c9ee9dc9330f7", "message": "https://www.acmicpc.net/problem/10156\n", "proba": 3.055663171380729e-07}
{"commit": "3303679118c92a8e0e47c24f58a1f27700d92bb1", "message": "https://www.acmicpc.net/problem/10171\n", "proba": 2.996038404035062e-07}
{"commit": "ee6b7b0182996c1734123af6a71d807dfe844235", "message": "Classe desnecess\u00e1ria", "proba": 0.0001222941791638732}
{"commit": "c963f4546ee39ffdcdedf71362ac30b9ec0b2076", "message": "Started working on Minimax algorithm\n", "proba": 5.373620979298721e-07}
{"commit": "1419aac518932e6214ed38ae6f18f00a764d0e43", "message": "binomial example\n", "proba": 1.1028968401660677e-05}
{"commit": "99b0853bfb39b18610f2ce2c0a92b5f28df831be", "message": "add WhereWilltheBallFall.java\n", "proba": 0.0002476450172252953}
{"commit": "c77baeffa2f0fbf149bc3577bbeca8b8d6ceb7c5", "message": "MaximumGap.javan added\n", "proba": 1.7585701073130622e-07}
{"commit": "ccee2c527a14f9c4a8c2feb98fa970d8e02a4edc", "message": "began Py_File structure\n", "proba": 6.619468990720634e-07}
{"commit": "d3ec8abb3b9858a02ba91030e12d1c14bf079d91", "message": "Add fast reader code for java\n", "proba": 4.376734636934998e-07}
{"commit": "c438c15da0422b0be05c2fa14c060d83c51aaa6f", "message": "added skeleton for game of life rule\n", "proba": 1.2803718618670246e-07}
{"commit": "26d2e3acfc50397fa1ee3cf20dccec7a6991feeb", "message": "Exercise 1.4", "proba": 1.4652930985903367e-05}
{"commit": "90070c0ea29deb45240e41b9492bda20d673e543", "message": "Starting Breadth FIrst Search BST\n\n", "proba": 8.626805083622457e-07}
{"commit": "dc54f55bcd3f0cf2903d099662ebb883f46ff705", "message": "Change line endings in Base64.java to be native.\n\nBasically changes Windows CRLF to UNIX LF, this is so platforms which\ndo line ending translation (i.e., msysgit) can handle Base64.java\ncorrectly, instead of thinking it's constantly changed, and blocking\nrebasing. Fixes issue 4056.\n\nChange-Id: Iefbb95c3484c4c7fe9f8a24afd9cafdce3e65dd4\nReviewed-on: http://gerrit.dmdirc.com/1166\nReviewed-by: Gregory Holmes <79e2475f81a6317276bf7cbb3958b20d289b78df@dmdirc.com>\nAutomatic-Compile: DMDirc Local Commits <fd7610eb81751244add0a62da2de7da51cfdce47@googlemail.com>\n", "proba": 1.266410322386946e-06}
{"commit": "607df64154d3197665d2886bd029284174d1ff98", "message": "I needed some decent comments.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@252813 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.166491347248666e-05}
{"commit": "bc0aa83526fcbf46f91b05b0e8f6d52fe8f8f1e5", "message": "Throws KeyNotFoundException for find().", "proba": 1.3528723741274007e-07}
{"commit": "c9514b6d255dfe7c67d749d8d6913b8efe6a28f2", "message": "fix issue 218", "proba": 2.057486625517413e-07}
{"commit": "86ca500ed14a524c467596cc7c663b88db72038d", "message": "am f10ba7c7: Merge \"Make dump messages asynchronous.\" into klp-dev\n\n* commit 'f10ba7c7dcca29d6476cbbb8a36540281df3f23e':\n  Make dump messages asynchronous.\n", "proba": 7.5030447987956e-07}
{"commit": "167d7e2c613f57d20679f2c62deccc781116ae07", "message": "am a94341f7: am 7ad6dc27: Merge change 25110 into eclair\n\nMerge commit 'a94341f7c777679d6d37d3402315ca73f24bccc1'\n\n* commit 'a94341f7c777679d6d37d3402315ca73f24bccc1':\n  synchronize access to pictureReady, copyContentPicture\n", "proba": 2.6154430088354275e-07}
{"commit": "64decc60823441a40e9376c98163c993bc934088", "message": "Close idle connections on pause timers\n\nPart of fix for bug 4487538 Current Drain\n\nChange-Id: Ie957321d11ee3a94a5549aebb5be6e3cb444ebcf\n", "proba": 3.8687292658323713e-07}
{"commit": "a79f4b7df9d6d80b9371ba289040a60fa93bb87c", "message": "Refresh the drawable state when selecting a position.\n\nIt seems that mSelectorShowing is a dead (always false) field.\n\nBug: 4070346\nChange-Id: Icf3cc6f19cc49dcfda15229a6d91232404c0743c\n", "proba": 1.1233180430281209e-06}
{"commit": "847be7445e15851c460bf381d7083c443d8d6144", "message": "Fix regression in ListView click handling\n\nRegression caused by patch a607223f34\n\nIf an item click handler results in the ListView becoming detached\nfrom the window, the performClick runnable could be executed twice.\nNull out the mTouchModeReset runnable before running the click handler\nso that it is not run by the detach handler.\n\nChange-Id: I2fab60232027bb4876f9912088e0ffb9b17d308c\n", "proba": 1.63338117999956e-05}
{"commit": "c55c5063f050e92199b3c722a7e9c46a0cd87962", "message": "fix add subtitle\n", "proba": 7.803242624504492e-06}
{"commit": "e9e2b206037c7284a2101e85c62d7e0ed9f890ac", "message": "utility class for bitwise flags", "proba": 1.7731944979004766e-07}
{"commit": "7c1cf04712e41e8467d2525a4a9b3d9732f97ee3", "message": "Add LeetCode0581.java\n", "proba": 9.849481102719437e-06}
{"commit": "539fb9c34a2bfe505c1274cbf59f7cc3a7a3eb3d", "message": "Create Lowercase.java", "proba": 0.0021730330772697926}
{"commit": "223ce463b9e0dc11f734cbe14da229b4a37a9119", "message": "Submit code for valid IP address checker\n", "proba": 1.804061042776084e-07}
{"commit": "61cd2fadad0ef5477777c151ca781b7eb3539f3c", "message": "good solution\n", "proba": 9.686429621069692e-06}
{"commit": "979a4586ebcf81fcc169531f843220dff0e70737", "message": "Create AdventureTest.java", "proba": 9.690575097920373e-07}
{"commit": "be2a4a248c4190fa840a0f20858e4523e3cdde87", "message": "Fix typo in Call.Details.propertiesToString\n\nChange-Id: I7bb52138912fddef20862f5f7a29a8ec2e0a1d66\n", "proba": 0.00926197413355112}
{"commit": "3b6a13a228a24ddb9db763dc58705d879a83c4fe", "message": "Added TestRMIClient.java\n", "proba": 1.8552317726516776e-07}
{"commit": "264c3e5781a6d509bb7691f9929d90c34aa3cf96", "message": "No idea.\n", "proba": 7.436612122546649e-06}
{"commit": "0f710416a5fb17de72780171fbe4320d307459ea", "message": "Module 03 - task 07", "proba": 6.499388837255538e-05}
{"commit": "34e06ce68351c2e316a9708639478a6df4903009", "message": "Module 11 - task 08", "proba": 0.00011877144424943253}
{"commit": "34a54a32fc4fb0a4ef48d6585e353a39a84b0150", "message": "Added TaskQueue Tests\n", "proba": 1.690874427140443e-07}
{"commit": "06cf1097bdbfa10b788eb50c200fdbe3ab1aeb7b", "message": "Create CalcBikeSpeed.java\n\nCalculates the speed of a bicycle for a gear size of 100 inches and\r\na cadence of 90 rpm.", "proba": 1.0943833217424981e-07}
{"commit": "9bf5d4c0d7092a8fcdc84fcd374624c0b4c8e5f8", "message": "minor corrections\n", "proba": 3.2783293590910034e-07}
{"commit": "529cd0073284a25c60f98ad43335f55109c27eaa", "message": "am 48d04b45: am 97edd380: am c9be9f4d: Merge \"Only activate the wifi alternate reality hack for KK and lower\" into mnc-dev\n\n* commit '48d04b45705f4160aba00b0acd54a187060158cd':\n  Only activate the wifi alternate reality hack for KK and lower\n", "proba": 2.1289228868681676e-07}
{"commit": "3d55e1157bab01615932a8f88037e5741165dbf2", "message": "Create northPanel.java", "proba": 1.1191126532139606e-06}
{"commit": "04c90010f0e264d01c8d867aaf9c746ffa10bdee", "message": "am 6ee095ba: Merge \\'Preparation for deleting WebViewClassic\\'\n\n* commit '6ee095ba7a6ca31f0e92c34482ce8d1a5db084b3':\n  Merge 'Preparation for deleting WebViewClassic'\n", "proba": 2.943399124433199e-07}
{"commit": "f65cea7e81550282e0a5a5c910f2764d8701cb2d", "message": "remove GroupUsers\n", "proba": 7.167741955527163e-07}
{"commit": "245c0bf058d5140df2ef398d80811fac6a1c87a4", "message": "Create Main.java", "proba": 1.9291887838335242e-06}
{"commit": "c0fcab177782a58582be7b78383b51302fae97dc", "message": "Create CalculatorHandler.java", "proba": 8.589067306274956e-07}
{"commit": "c797ed13e0a444c07a80c8ce285a417b729c64b9", "message": "initialize old position as inserted position\n", "proba": 2.519335066608619e-05}
{"commit": "ec0c4f4183630a64c2b2cc8f961dc7e11cc628ca", "message": "Remove notifications for account when account is removed.\n\nChange-Id: I21b5d757231401c10c922443cecd04b68f922c0b\n", "proba": 4.324639303376898e-05}
{"commit": "70cb70fb3341f67ce6b8add906facc58bf3ef8bb", "message": "Create Button.java", "proba": 1.3821974107486312e-06}
{"commit": "98b0290bbe4205f774cd09360637af25d880add0", "message": "Fix icon-related crash.\n\nBug: 21144636\nChange-Id: Ib686e9a9a18ac6b9f1e249bcde74be9212e0f53b\n", "proba": 1.861501732491888e-05}
{"commit": "d952daec06018fe7064b8cafd31dfc71f9eee383", "message": "Documentation: Notification.icon is mandatory.\n\nBug: 3325472\nChange-Id: Ie685577fbb2f07c3a63dcf86f27172ff231de3b3\n", "proba": 8.607246400060831e-07}
{"commit": "94b9befdf9a6dc04e46e6c5c172e18a2944e70a5", "message": "am 973c0998: am fb54aadd: Merge change Ic3aa7aa6 into eclair\n\nMerge commit '973c0998b243a2fbfc1419238d50726c67c12cfb'\n\n* commit '973c0998b243a2fbfc1419238d50726c67c12cfb':\n  Recreate search dialog view each time it's shown.\n", "proba": 1.0975188047268603e-07}
{"commit": "f4d51632a647326b5cdbb103a862a79e3ecfdfec", "message": "am 8ee06212: am 1802567a: am e4625cc1: Merge \"Fix Time docs to document various error cases\"\n\n* commit '8ee062122f75f5f9e4904ed95ca3778e670c5f88':\n  Fix Time docs to document various error cases\n", "proba": 2.362887272511216e-07}
{"commit": "0f72747c277cd06810876721bcb2c7fb959df244", "message": "am 984add52: Merge \"Return a copy of the read-only identity Matrix\"\n\n# Via Android (Google) Code Review (1) and Romain Guy (1)\n* commit '984add522ed1b2ce351fc2ee5a9d478d9ee9312f':\n  Return a copy of the read-only identity Matrix\n", "proba": 9.073428373085335e-07}
{"commit": "502045849f760f018f662d752020aef32d4cecd9", "message": "Fixing StackView bug (Issue: 3321912)\n\nChange-Id: I3a0e898e53a44146f1970479573880609f545799\n", "proba": 2.0823969748562376e-07}
{"commit": "0f7551341f7504632e4943c66d6a4fd504bf5a0e", "message": "Revert \"Add accessibility scroll actions to TabWidget\"\n\nThis reverts commit 6053088884171f67e2df253576eab116fd05b4fe\n\nChange-Id: Ia648d7e3e092c396a038740d708de37fe4169d80\n", "proba": 9.980990398616996e-07}
{"commit": "df6976915e7b495e39ecbffbe8e1b2b0c493d487", "message": "Added divideJewelry. Still needs some optimization for BFS instead of DFS.\n", "proba": 1.0029111763287801e-07}
{"commit": "3ffc9b18fd50bde6ee72251841db106b26bf67ad", "message": "Update PwdGen.java\n\nSimple corrections", "proba": 2.1518600590297865e-07}
{"commit": "3bd8ab7e05d0842fc531009f52901b240967874d", "message": "123123", "proba": 0.9999810457229614}
{"commit": "519fbdff9483d5c80e9e29ee1a88e0bf2838e467", "message": "first commit\n", "proba": 2.536962142585253e-07}
{"commit": "885d82d4274170873919660550c28df9ee14ca1b", "message": "reset() should reset. Otherwise it would be called something else.\nBug #7256095\n\nChange-Id: I610bbcaccdceaf2b5bb5f9d231283335911d4cd9\n", "proba": 5.353970846044831e-05}
{"commit": "6aecd7fa5e580b499d5592fdfd9bf78b005e6fe9", "message": "Fix stats being shown in kibi/mebibytes instead of kilo/megabytes", "proba": 1.849797263275832e-05}
{"commit": "752ad5fc1e54e625a95f25e6102e97374b304b6f", "message": "Create Asp.java", "proba": 2.6200164029432926e-06}
{"commit": "2cd8e5296729ab14a2865ab1e9681201cb8ee20d", "message": "Added IF EXISTS to DROP INDEX spec.\n", "proba": 1.0761636559664112e-07}
{"commit": "44d2dfcfb96ddfda75186b7d25b6b9fd804abd45", "message": "New test for testing morphing booleans and numbers\n\n\ngit-svn-id: 24fa4b27c64f2331e3a2211458c622398da3b010@9819 72102866-910b-0410-8b05-ffd578937521\n", "proba": 1.4472434486378916e-06}
{"commit": "b284b92b96a02e5b5b667abefb92413269cd6198", "message": "Updated with examples in main()\n", "proba": 1.2478062672016677e-07}
{"commit": "5fb912bda4087ccab6453dfbf2d7e6c332ece33d", "message": "Update MainFrame.java\n\nCreated new button that creates a new console.", "proba": 1.1040106073778588e-07}
{"commit": "3f16c9112915c9e21689011b671cd1fc2106a4bb", "message": "comment and minor changes\n", "proba": 1.5186763846486429e-07}
{"commit": "cb60999d246e15c007047a51a1d53dc5d47203fd", "message": "update binary tree lca time complexity\n", "proba": 1.2527024182418245e-06}
{"commit": "a4bf2e9298c40aa886e632c2105c6cb4ee70e9dd", "message": "Add deploy example.\n", "proba": 1.4856922803119232e-07}
{"commit": "de03c186f533df252ee0bc8b4fbb0f7dbe8bc469", "message": "geometric center for n-alkane (Explicit Hydrogen model). This center is based on carbons only; hydrogens are not considered.\n", "proba": 1.3612236671178835e-07}
{"commit": "a7151d5dc76ad587941a5348123cd4b086e359a5", "message": "378. Kth Smallest Element in a Sorted Matrix (medium)\n", "proba": 1.0916001969007993e-07}
{"commit": "998be12e4c03c9aca13602553bf4dd6221f366ce", "message": "Create Quirk.java", "proba": 4.6374390194614534e-07}
{"commit": "71da37aeb52982dd41ceecd93922c3711cd52dc2", "message": "added experiment for testing varying input setup times with the wall clock\n\ngit-svn-id: 96f3d5e05db12ecf1c3ae3c053d1d86eca4ab774@44 0c4b1d1f-a87e-43e2-b515-cbd7e906cf19\n", "proba": 4.851815901929513e-06}
{"commit": "9b105ccb7e69fcfb7e8196efa1a5b4abdd4784ee", "message": "fixed JOALUtil.shutdown() bug when no buffers or sources were allocated\n\n--HG--\nbranch : toxiclibs\n", "proba": 2.674811980796221e-07}
{"commit": "c331cfac8713b4bc4d23f146d0b729fe28d70f9c", "message": "adding adjustTriangleSizeBy(), copy(), flipVertexOrder(), getBounds() & intersectsTriangle()\n\n--HG--\nbranch : toxiclibs\n", "proba": 2.2324435633436224e-07}
{"commit": "a001a7ce9c810500fc1137e32222d49776b62f0d", "message": "Send report using ACTION_SEND intent with plain text\n", "proba": 1.8913718236035493e-07}
{"commit": "389b8d589ad99d6ec3818402beff1c2c10988546", "message": "minor fix", "proba": 3.935496124540805e-07}
{"commit": "3d010fc185861b003479ba95b51d0c6cb44398d3", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "fb663508e02b1ebd1e14c80de0b845a59dacebd7", "message": "remove an unused method\n", "proba": 0.00016483612125739455}
{"commit": "d61cd6ba7bd3aab5200e85e1834aa827f084b2aa", "message": "Correccion incidente 15\n", "proba": 1.8487533282041113e-07}
{"commit": "ee6a810a2884f3259827260a3db2e3be7ae07806", "message": "Add noCheatCompatible to CriticalsMod", "proba": 3.089607503170555e-07}
{"commit": "dbf056f0214df48a4f2a8a6764fe653bb67e2505", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "53d8a3174f0338dee0eb749bc9c1ad47747795a3", "message": "JavaDoc documentation", "proba": 8.700960734131513e-07}
{"commit": "8162404a02f797e9887e0802b53716ff2886e3bf", "message": "Update Reverse Words in a String.java", "proba": 9.354138455819339e-06}
{"commit": "96edfb2cae9d5ec283dfd73f8cc820e8e7c0d1aa", "message": "Create Lowest_Common_Ancestor_of_a_Binary_Tree.java", "proba": 0.00023303652415052056}
{"commit": "24bfaf9a80f273a77bf5602db8ae02bb95525b35", "message": "Codeforces #1028A: Find Square\n", "proba": 1.510441961727338e-06}
{"commit": "a90a74f48a4daf68888ec6938d7cbc970f6023dc", "message": "Added files via upload", "proba": 1.542259724374162e-07}
{"commit": "93e84464d38f1c8dc3c0a831c18f7969c9274598", "message": "Creates SineGenerator, first implementation of the Generator interface.\n", "proba": 1.0245426551591663e-07}
{"commit": "253257e3d16918dec455764b234c15cd91f9f9eb", "message": "Add missing WebBreak\n\nAdd WebBreak that went missing after merge.\n\nBUG=\nR=wychen@chromium.org\n\nReview URL: https://codereview.chromium.org/1053733004\n", "proba": 2.985832452395698e-07}
{"commit": "5c82aba5c7c46e316314810982e433a067e2dc0f", "message": "Cleanup\n", "proba": 1.4090286413193098e-06}
{"commit": "5ea68db37fd5ad4e0ddc0745b4347e86f17f78db", "message": "Improve test key names to reproduce public issue\n\nAlso fixes other unrelated test failures.\n\nBug: http://code.google.com/p/android/issues/detail?id=34577\nBug: 6837950\n\n(cherry-picked from f4019af04a1fc4b16aa5972cbcbba703caa5d78d)\n\nChange-Id: I5b32b5ccac80f04a4d0fd6b21b8caa11e42995a7\n", "proba": 5.77707432967145e-05}
{"commit": "781df0451156842421ac249cf7f6c1c76c34b764", "message": "am 6050eb54: am 5b11b3d6: am 31cee318: Merge \"Specify public exponent for RSA\"\n\n* commit '6050eb5459a00b95bf135d40e9e37cd043c863e4':\n  Specify public exponent for RSA\n", "proba": 3.7566522223642096e-05}
{"commit": "b691509b69ce8553dbfa1799baf423951ccb68c8", "message": "Added lost changes form last comit (finally FIXED it).\n", "proba": 1.0476453837782174e-07}
{"commit": "8ada852308f2823efb12af7795e21eb3ff08f598", "message": "Used reflection to call Apple native look to avoid errors in a non-mac\ndevelopment environment\n", "proba": 1.3576791957348178e-07}
{"commit": "179012dbad77a7bfc60bb5acd9458917855351d9", "message": "\u52a0\u5165\u5207\u6362\u57ce\u5e02\u540c\u6b65\u529f\u80fd\n", "proba": 3.725662054421264e-07}
{"commit": "3209e984bce46112a2e50a11692e2ff1880f0054", "message": "Adding JavaDoc\n", "proba": 3.377901123258198e-07}
{"commit": "15599d537bd65403c1783948895b3b05480163d2", "message": "added BFDCorrelation Class", "proba": 1.4418856153497472e-07}
{"commit": "de8cc059e5831045e8df2c09874151fea1f0637f", "message": "Update MliBotController.java", "proba": 5.370598046283703e-07}
{"commit": "a2b660c6ff548d77d9787ad05a5f55cb08cd02a0", "message": "INTEGRATION: CWS qadev16 (1.1.2); FILE ADDED\n2004/02/16 16:47:31 sg 1.1.2.3: #115512#CHG: reworked getFilteredPropertNames function\n2004/02/16 14:47:53 sg 1.1.2.2: #115512#CHG: added documentation and commnts\n2004/02/16 10:25:02 sg 1.1.2.1: #115512#NEW: initial version\n", "proba": 2.050215925919474e-07}
{"commit": "8e388b4a70cf3e2a60e1452acc930b332701c6fb", "message": "Either type.\n", "proba": 3.070977072638925e-07}
{"commit": "f71936ec3b14e9568f10594debfe9b24ccee7bae", "message": "Create Main.java", "proba": 1.9291887838335242e-06}
{"commit": "5cf4032938f63fd50669182f27ef6734cf4bd61b", "message": "Commit generated java file\n", "proba": 6.207934006852156e-07}
{"commit": "2e9affd7e686d6a98d9ffe72c249e916afe15c35", "message": "Modify\n", "proba": 5.832515398651594e-06}
{"commit": "867e9284cade728efd6a6ee1d5159bc7f954fa33", "message": "Create TILES01.java", "proba": 1.5206778698484413e-06}
{"commit": "4a46b116a1e8bf49a949444b6e6a6400faa2fabb", "message": "Created InsertionSort\n\nLogic working fine, need to optimize code in revisions", "proba": 1.6561028814976453e-07}
{"commit": "dd24c504b226eadac7fde7aaae5996b4f17e7b76", "message": "player points will now accumulate as team points\n", "proba": 2.0473790129926783e-07}
{"commit": "ab77cadeb4374045d128726da9c4394c9f4071c5", "message": "\u7b2c\u4e09\u6b21\u63d0\u4ea4\n", "proba": 2.3169749852058885e-07}
{"commit": "57ec49d56f231729481891e25d055e0c69449bc7", "message": "Create BinarySearch.java\n\nUsed built-in data structures.", "proba": 1.1398652333127757e-07}
{"commit": "13433d9a386991a6efe3235b6a2ced79f94adbaf", "message": "added hough class\n", "proba": 1.8805837953550508e-07}
{"commit": "ce9c818b8c1cd290747d841166008898187e7a58", "message": "Instead of applying workaround to the root panel, apply it to the sub window content element instead to prevent scrolling of the document when a sub window is removed. #11713 (#10776)\n\nsvn changeset:25899/svn branch:6.8\n\nChange-Id: Ib3cb61e024ba461bcc146b9beb4a52cb6df9ce28\n", "proba": 5.188128852751106e-06}
{"commit": "38926009935fd81063ad467b992d31bbdf35b2e4", "message": "fixed bad merge\n", "proba": 5.388215527091234e-07}
{"commit": "de1215d697766ecacfd8ae26d41757d49af2df2c", "message": "Class that contains strategies to access the values out of bounds.", "proba": 1.089653096641996e-07}
{"commit": "1d19c99049db96bca215ddca42e26e66e173d623", "message": "A hack to calculate the startIndent and endIndent based on either margin\nor startIndent.\n\nPR: 25802.\n\n\ngit-svn-id: 102839466c3b40dd9c7e25c0a1a6d26afc40150a@197293 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.0615946166581125e-06}
{"commit": "1560ba5a194d74e571bfb451b9627d09a7a3a015", "message": "Application interface class to the Velocity runtime to decouple dependency on the\ncore Runtime.  Much work needs to be done, but checking in because of requests\nfor the application utility functions included.\nPR:\nObtained from:\nSubmitted by:\nReviewed by:\n\n\ngit-svn-id: 7267684f36935cb3df12efc1f4c0216d758271d4@74203 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.326895807731489e-07}
{"commit": "57474c9329dd8df0458d8093932d137c0ae03ce1", "message": "Compile normal and optimized code in 1 pass for #2549\n", "proba": 4.388843137803633e-07}
{"commit": "073adc419cd28c40445de8cfe81f375acc709624", "message": "possibly related to #5973\n", "proba": 3.0431812092501787e-07}
{"commit": "87288609b8d6e3b2a5cccf669f2d2e283f13d478", "message": "Fix for AXIS-1862 - Significant performance problem with NodeImpl.getOwnerDocument\nfrom Michael Thome (mthome@bbn.com)\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@260894 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.111738292067457e-07}
{"commit": "9d3522bb750688c298574e3841ed50e1d9dcdbd8", "message": "fo:character\n\n\ngit-svn-id: 102839466c3b40dd9c7e25c0a1a6d26afc40150a@193876 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.78647313129477e-07}
{"commit": "29ecab5f6d62cd5e2169f3a23ca29660f05585f2", "message": "fix disabling writing log to stdout\n", "proba": 2.7517460239323555e-06}
{"commit": "56a2f5be4a0c19224d7a1b497bb3603357a926b6", "message": "fixed issue that made 2 tests fail (it was a missing +1)\n", "proba": 2.2761598472698097e-07}
{"commit": "b93d3f179f34a3baac6ad4c32f4f1c172ef2248d", "message": "Add InToPostfix", "proba": 2.715488847115921e-07}
{"commit": "b31990920aa964496194831e93ac701e5eb19e63", "message": "am 20f71891: Merge \"Fix Fade out during Activity Transition.\" into mnc-dev\n\n* commit '20f71891c4ae420398b96cc6a77f0c43316e6717':\n  Fix Fade out during Activity Transition.\n", "proba": 1.5095102412487904e-07}
{"commit": "330ddb57526e9fc7a7bc6cb87ac0e64c59832625", "message": "am d1f1f3d5: am d7f3a3d2: am 128b3c86: Merge \"Handle load from APK correctly for shared relro\" into mnc-dev\n\n* commit 'd1f1f3d5147b214d70408888e7f1101f9f61d003':\n  Handle load from APK correctly for shared relro\n", "proba": 5.862987109139794e-07}
{"commit": "be706eb1c1107f3aba0797c657ecbed56463c4cf", "message": "Hide Experimental WebView from dev settings DO NOT MERGE\n\nBug 10427705\n\nThe persist.webview system property is no longer needed, so removed too.\n\nChange-Id: I8f02736469464b52636f3d59ec8537d11766d39f\n", "proba": 6.281830451371206e-07}
{"commit": "73a6702eeaabdeb7b405ec504413d41716ef3508", "message": "am 4440a824: Merge \"CompoundButton: Let text can be changed by config\"\n\n* commit '4440a8244ea4fdd7c63083bcd7d4b179e851c17a':\n  CompoundButton: Let text can be changed by config\n", "proba": 3.9917111394061067e-07}
{"commit": "372cecd692a39bc72a3d508755b5fb7a0d29618e", "message": "am 95607038: Reverse the order in which RelativeLayout measures and positions children.\n\nMerge commit '956070383945db5f842ec05e507fd0233705738c'\n\n* commit '956070383945db5f842ec05e507fd0233705738c':\n  Reverse the order in which RelativeLayout measures and positions children.\n", "proba": 1.8862633055505285e-07}
{"commit": "eeb8a0a05c7af2c548b8bdfbefa489d9f45acde7", "message": "Added jlib test dir\n\n\ngit-svn-id: a6571597954494654385eb5e6693f686f629ea20@50 bee1aa47-a06f-436c-a2f2-6a1efea3c100\n", "proba": 3.175172764713352e-07}
{"commit": "be7fb4660db217fe30c2e5da8c739983bb8ad390", "message": "Javadoc do gerente de transa\u00e7\u00f5es completo.", "proba": 1.1525462184636126e-07}
{"commit": "cca5a85b3f40b2bbbe4a7c8edcbdee3eee174dc6", "message": "small changes are added to challenge 6\n", "proba": 1.1147831457947177e-07}
{"commit": "9f9dd5a3acad4493d1af2741c51c696565ea9cae", "message": "testing: added methods to Check class\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@4643 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 6.983769367252535e-07}
{"commit": "cd634a939a9e6589a3e74b19721ec13ab0539a4a", "message": "171. Excel Sheet Column Number\n", "proba": 0.02144625596702099}
{"commit": "ace2b6e1dc6247e18831e21ef0bdb69618af3888", "message": "Added CommPattern", "proba": 1.9277599960787484e-07}
{"commit": "a0b8e58ef751c77ee1ca667509f11d022f90de92", "message": "Delete GUI$ActionGenerateData$3.java", "proba": 4.8154550313483924e-05}
{"commit": "181f1995e22501f8df7b3ce7fffad4173a5ba642", "message": "corrected varable typo\n", "proba": 4.577678191708401e-05}
{"commit": "c1c2f8d1c5baf427f21bc97eb77e39e5a940ee71", "message": "Created Selectionsort.java\n\nFunctionality works fine, need to optimize code in next version", "proba": 1.797007058712552e-07}
{"commit": "683f5173525ffd354431e9a3b5cc35538a909c0d", "message": "add O1 solution for set matrix zero\n", "proba": 0.0005008412408642471}
{"commit": "3cb6e789776fc3d7b8e932f6a69c94bc8599c532", "message": "Improve invokeOneWay for TCK compliance.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@254331 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.240351583779557e-06}
{"commit": "e5dfbc6db6c15d15881a4d96f9b519bb4930c984", "message": "Throw IllegalArgumentException in getProperty for TCK compliance.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@254332 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.071509177563712e-05}
{"commit": "adcf218a31d84e8a2724151541b40473c1cb1cfa", "message": "administrator changed", "proba": 7.913653234936646e-07}
{"commit": "894cf0b55bb4da0448ce283f646d2180a9e1dd3b", "message": "Se creo la clase Autor", "proba": 2.4353587377845543e-06}
{"commit": "835858c2a92118cf6538a4d282eda939b6487cff", "message": "feat: add no.198\n", "proba": 0.0003936545690521598}
{"commit": "eb32b7f206d9e7470aa19371a99bb44559d6d7e2", "message": "change class hierarchy to avoid class cast exceptions in internal eclipse class, issue 203\n", "proba": 1.5307686851429025e-07}
{"commit": "65523bb3871af1bc81cea09c7e69cf168aedd046", "message": "Word Break - Fix argument check\n", "proba": 2.1501533353784907e-07}
{"commit": "5785bbcf93a20d60f200bc7390acb11ce85b2f8d", "message": "Rotate Image", "proba": 3.5294287954457104e-06}
{"commit": "1dfdb4e8e88ee13759bf3fe729708512f0abeafd", "message": "Add unit tests for AttrName (refs #4)\n", "proba": 1.1076912187490962e-07}
{"commit": "cbdc454e31346d6740dfd4ded648371be2a28f6b", "message": "Provides a method to deep copy objects that are serializable\n", "proba": 3.218936512894288e-07}
{"commit": "eb9b5c99106bb36045687c713d48c5c08df49154", "message": "Create Main.java\n\nresult:\r\nhttps://paiza.jp/poh/ando/share/52de0e92", "proba": 1.8492893616439687e-07}
{"commit": "c41e939e9428171f4dfed2a1aba299fb4460c8c6", "message": "am 18b3ce23: am 9d52ec9f: am bd2f1793: Make TranslucentConversionListener a SystemApi\n\n* commit '18b3ce239f7e51dc999bc695a4b4ce0b8c53e48f':\n  Make TranslucentConversionListener a SystemApi\n", "proba": 3.973392722400604e-06}
{"commit": "30dcee1e6516d72c12800bafc391aace803e9093", "message": "Update Problem0015.java", "proba": 1.0618214218993671e-06}
{"commit": "8b8ca344b2ecea032fd2ba3619c3987cbcbcb5ea", "message": "am f3f0e155: Merge \"Add yuv get\" into jb-mr2-dev\n\n* commit 'f3f0e155e11a705352239506e5a4adcfdacf2f4a':\n  Add yuv get\n", "proba": 5.997241032673628e-07}
{"commit": "055483999eb6bdc501b2b1d4ef1645aa6759a229", "message": "adding previous java, python and java scripts\n", "proba": 2.718084886055294e-07}
{"commit": "fd7ad528c05daca23dbf48755898c2efa0d7ff4c", "message": "Increased acuracy of lag detection.\n\nSigned-off-by: TheDudeFromCI <7582d01251f4656304390543974d7b17a3e25c54@yahoo.com>", "proba": 1.2937260862599942e-07}
{"commit": "f1817605273ce5ff6e8f9c74624a9f9caaa8536e", "message": "Create 566. Reshape the Matrix.java", "proba": 5.6088763813022524e-05}
{"commit": "e9a06c719ca6ef71a0301e194b3e0935ee4beabe", "message": "Add solution for 4. Median of Two Sorted Arrays", "proba": 0.000641638005618006}
{"commit": "8f6a9e7f4dfb7432bdd2aa8691f596d9ff533853", "message": "Align programmatic web.xml defaults with conf/web.xml\nDon't set anything that is already set by default\nSwitch to a context listener for the defaults so they get applied on re-load\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@784804 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.693442861025687e-06}
{"commit": "d690638d3e2d0bfbf819aeb8fb7145c7229cc82c", "message": "Simplify\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1777139 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999991655349731}
{"commit": "ae967192232c06f2dea1cf35fbd82a5c574a89f7", "message": "pro1 commit\n", "proba": 1.4931880514268414e-06}
{"commit": "e445974b2315739b31f8e6bcb2e09af9c2b0328d", "message": "provide access to String value of Quoted", "proba": 2.3129545922984107e-07}
{"commit": "2ceea1e9d68ceb966d2b4d32693c8b2052c4aebc", "message": "small optimization to constructor of String", "proba": 2.0934977840170177e-07}
{"commit": "9fa88124c011226614d6650a15d2cf950d106350", "message": "Another random checkin while I take a break. Doesn't draw anything yet, just a white screen. (It's supposed to draw something by now...)\n", "proba": 1.1040842906595572e-07}
{"commit": "55916ca22309d709ef9d50b7f024e8ebad1964ff", "message": "Propuesta mainServer\n\nContenido en el interior\n", "proba": 2.696153273973323e-07}
{"commit": "b166ff4aa40a361516a07ef4e7769bb22ea5caf5", "message": "Fixed a test\n", "proba": 3.869020929414546e-06}
{"commit": "9bc98730e96174285271843bba1a592cd038c8cd", "message": "Add Utils shared among key-value unit tests\n", "proba": 1.423912010523054e-07}
{"commit": "d7abec547c4e88ad31c802f830a1915710400b67", "message": "\tnew file:   JAVA code/237. Delete Node in a Linked List.java\n", "proba": 2.0050929379067384e-05}
{"commit": "ffbbe945066bf0b295ff65edfb1c49f7a4311718", "message": "am d293d229: Merge \"Create missing Uids when recording network stats.\" into jb-mr2-dev\n\n* commit 'd293d229493a2d661ebb1776a0915297927a5ca6':\n  Create missing Uids when recording network stats.\n", "proba": 2.6374948447482893e-07}
{"commit": "81aaca3412508e797ecd76a8e86e8b515a5e5164", "message": "second test", "proba": 4.3796907789328543e-07}
{"commit": "90872a43d294d71797ae3d96fce6c45eccf3394f", "message": "New file\n\n\ngit-svn-id: 24fa4b27c64f2331e3a2211458c622398da3b010@8132 72102866-910b-0410-8b05-ffd578937521\n", "proba": 4.5654724090127274e-07}
{"commit": "66e519c46d232708ae470ae80a6e8e149c1a1fd7", "message": "Added file HboxVboxDemo.java\n", "proba": 3.4907952795038e-07}
{"commit": "1431658fc48f9228c8a71b16412bab46e746b8a3", "message": "GLFW Update\n", "proba": 3.247139090944984e-07}
{"commit": "aee37a30dfefce89cbfc85756a083580d05d7e53", "message": "am a5fa0495: am 4b77660b: am 7023b3b0: Merge \"clarify Geofence.createCircle() param ranges\" into jb-mr1.1-dev\n\n* commit 'a5fa049562333ad154c38e47d0ec7845941d6c21':\n  clarify Geofence.createCircle() param ranges\n", "proba": 6.20413857177482e-06}
{"commit": "51366b07cb65c7938f88f92c818f4319c19ffd75", "message": "16\n\n16", "proba": 0.9997678399085999}
{"commit": "2b6fb47db1b7f69d9bca3e22764195e4359816a4", "message": "GRAILS-11377 prepare for implementing Serializable in subclasses of CacheEntry\n", "proba": 1.1817248690704218e-07}
{"commit": "f0834f222f7fc41fcd4a06c6c6b7c7b9c446d99c", "message": "MichaelTamm: UrlChecker uses a cached thread pool with daemon threads now (Fixes issue 1756)\n\nr12646\n", "proba": 1.1457865412012325e-07}
{"commit": "20244ad954af6421d5cfe7198e8c4a5eb8a5425a", "message": "3. \uc870\uac74\ubb38 \uacfc\uc81c\n\n", "proba": 2.7562634841160616e-07}
{"commit": "0e3a1254949b0723cd757da140db7398ee453cf1", "message": "With unsafe reneg, minimum required is 1.2.21 caused by API change\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@917931 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.893622084025992e-06}
{"commit": "01f5e1fa00a54c07f820e8157e31a8afd34e62ad", "message": "Allow to specify a random device.\nSSLRandomSeed=\"/dev/random\"\nSSLRandomSeed=\"/dev/urandom\"\nSSLRandomSeed=\"builtin\" (Default).\nThe native already exists.\n\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@601795 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00015934024122543633}
{"commit": "432bd0f2e41d836492febc0a68da46f01cfcf635", "message": "Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53541\nFix JAR scanning when WEB-INF/lib is provided via VirtualDirContext\nPatch provided by Philip Zuev\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1371812 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.7264138705286314e-06}
{"commit": "e39e66b4b9f09e48514c608c8855de0e8e97305f", "message": "More advanced topics.\n", "proba": 1.1435934510473089e-07}
{"commit": "8057f24d4aeb06da44aed2723575c983cabdda4b", "message": "Verify that AudioRecord object is initialized for more APIs\n\nCompare to AudioTrack, which already has these checks.\n\nChange-Id: I3a239dfb4b918ceabfb723f189cc50ed6662eee6\n", "proba": 2.3271600184671115e-06}
{"commit": "ccf0c75f1cf5bf5ee22ca15a7fde3df8da4ddb9b", "message": "am ab76e3b5: Merge \"Update comments for AudioRecord IllegalArgumentException\"\n\n* commit 'ab76e3b549dac63163a2208a2394f8833845ceff':\n  Update comments for AudioRecord IllegalArgumentException\n", "proba": 2.721578766795574e-07}
{"commit": "cb937f23fd35db726cc239e9c6156d2a86919793", "message": "am be1339ed: am 328f7b71: am 90fa2ae2: am 23b55e78: am 3fab60bd: am 183c95e0: Merge \"Doc update: PlaybackCompleted valid state 4 pause\" into jb-mr1.1-docs\n\n* commit 'be1339edc445eef19c3aa880b51a5c500cab6f82':\n  Doc update: PlaybackCompleted valid state 4 pause\n", "proba": 1.8069122234010138e-06}
{"commit": "89bbb24211166b60818a83ebe0b59e4845f84567", "message": "inside\n", "proba": 3.529149580572266e-06}
{"commit": "da2f3b030d5f8821858edd2c0819218b97d4c815", "message": "fixed AXIS2-1472\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@498981 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.191123537111707e-07}
{"commit": "0273a2d84c3bcfd2deac41b6a759088b36d98956", "message": "moved cell to new package\n", "proba": 3.7622342574650247e-07}
{"commit": "f126a99303ab7e8e50a926205f65378716cf820b", "message": "playground/compilers/jlox/com/interpreter/lox/Stmt.java\n", "proba": 1.3156973182049114e-06}
{"commit": "69ceee4e1b197fce3176f28dd98fdefa649066de", "message": "initial\n", "proba": 2.26544143515639e-05}
{"commit": "a042a740d37453a1974147ebe6ee206bbd85f17d", "message": "Adding the TtsService class for text-to-speech synthesis.\n", "proba": 1.1725364856829401e-07}
{"commit": "2be545ae7e32c452d0fcd3e8ccbc9b120354dc63", "message": "am 9a41b24c: am 392ee12f: am 96190f1c: am e6d256c5: am 234b0b03: Merge \"Fix, MountService now only sends one onShutDownComplete\"\n\n* commit '9a41b24c8f7768d3402256dbd876024f33b1f36b':\n  Fix, MountService now only sends one onShutDownComplete\n", "proba": 5.747470481765049e-07}
{"commit": "8dc793a39425eec1a313b5be02d12ded17fdae8f", "message": "am f273aeb8: am 5efc533b: Merge \"Fix service binding for singleUser services\" into jb-mr1-dev\n\n* commit 'f273aeb8cccf120fa4c1da33fe77781df16afed3':\n  Fix service binding for singleUser services\n", "proba": 5.574987085310568e-07}
{"commit": "7456588e997b11bbb2fde336245ecbaae32b636a", "message": "quartz, spring initial work\n", "proba": 1.4991194063895819e-07}
{"commit": "0c49a8aec472910c57f7bbcfc1d280a9f4674a3e", "message": "added cleaning element to navigation", "proba": 1.1442359948432568e-07}
{"commit": "6efb30f40a19a9639076b08df4f64d335c8946a0", "message": "Adds Calendars sync only columns to the contract\n\nChange-Id: I76d649f52e5f2a8bde4b52036df3366c5c5a979a\n", "proba": 6.280935394897824e-06}
{"commit": "7c19f4cf20b8549870b1d570988f47fc1276f176", "message": "Bug: 22879202 App compatibility with WRITE_SETTINGS failing\n\nFix a bug in the app ops protected permission check that broke backwards\ncompatibility.\n\nChange-Id: Ic73759edd29a479a670fb31407e36aa50d09b6c3\n", "proba": 4.997039650334045e-05}
{"commit": "4e58e9c579b5ca3496118177728119531c066666", "message": "am 53d13667: Fix log tags in trackball debugging\n\n* commit '53d13667e39f12644d03278c33298351ac68ec26':\n  Fix log tags in trackball debugging\n", "proba": 3.039347120648017e-07}
{"commit": "d05849e8878ab1871465f9433ce38cc3e5f87027", "message": "am a1ea8019: am 61527436: Merge \"Fix for bug 8272673: GridLayout in battery details is cut off.\" into jb-mr2-dev\n\n* commit 'a1ea801956c4727656ef25177b1bb4c5b788cde7':\n  Fix for bug 8272673: GridLayout in battery details is cut off.\n", "proba": 3.582025271953171e-07}
{"commit": "659c900e85b59f84d5b76d7a13a8310d58103975", "message": "am 0a35dd56: Copy EVENT_COLOR_KEY as String\n\n# Via Alon Albert\n* commit '0a35dd5660ea3aac7676054fcdb39afadd639f8c':\n  Copy EVENT_COLOR_KEY as String\n", "proba": 5.9345420595491305e-06}
{"commit": "19a048626e29524e17bbe30f1f235aa365b6212b", "message": "am a13730f4: Merge \"Fixed the problem where getEntityAndIncrementCursor would always return \"0\" for attendeeIdentity & attendeeIdNamespace instead of the actual string.\" into jb-dev\n\n* commit 'a13730f42449d97ec7206769ccaad9d95bc2924f':\n  Fixed the problem where getEntityAndIncrementCursor would always return \"0\" for attendeeIdentity & attendeeIdNamespace instead of the actual string.\n", "proba": 4.655287568766653e-07}
{"commit": "4e7dc4c1a969f7bf3cb64902fe51908cdff9eb1a", "message": "am 8f7d88cc: Merge \"Add a query parameter to look-up a SIP address.\" into ics-mr1\n\n* commit '8f7d88cc67e1c89c960b932ceafc60d378aa2ad6':\n  Add a query parameter to look-up a SIP address.\n", "proba": 1.7911946770254872e-06}
{"commit": "989f263dcffc37a43846c3667f51ce8f752f2479", "message": "Fixing asymmetry between phone filter and email filter APIs.\n\nAlso, introducing a more advanced email filter, which will do a proper name\nlookup using the normalized name and avoid returning duplicate results.\n\nAlso, upgrading the phone filter to do the same thing as the email filter\nbut with display names and phone numbers.", "proba": 1.1231514918108587e-07}
{"commit": "5d38295b54cd2dfc34adb3335f2cd6ce111c003a", "message": "am 6aee4761: am ad359f2e: Merge \"Revert \"Don\\'t display Custom for PHONE_TYPE=CUSTOM part 1.\"\" into mnc-dev\n\n* commit '6aee4761a826c3ef2793dc5c62d2451bd7450c61':\n  Revert \"Don't display Custom for PHONE_TYPE=CUSTOM part 1.\"\n", "proba": 2.0558978519602533e-07}
{"commit": "2c6d0f05845a20a547e0f46cd2302c2ae83136a5", "message": "am ae309489: Merge \"Fix race in RecognizerService teardown.\" into lmp-dev\n\n* commit 'ae309489c2b22c6cfcc6701b5dea13c652239ecd':\n  Fix race in RecognizerService teardown.\n", "proba": 1.3381875874074467e-07}
{"commit": "6649ae314b939702c7349a0b2fa5bb3bb3cad6a0", "message": "am 221abd23: am 5a864aa0: Merge \"ScaleGestureDetector bugfixes\" into jb-mr1-dev\n\n* commit '221abd23b1b4e8f3139ca675634696ba5360c8b8':\n  ScaleGestureDetector bugfixes\n", "proba": 4.216171305415628e-07}
{"commit": "9a5f56563f2a46ea6d1991dd1819bb9240f2dab1", "message": "Don't contentInvalidate when changing a WebView property\n\nChange-Id: I629671f1edffed945395eef182eeb6e8617e32de\n", "proba": 3.0935041195334634e-06}
{"commit": "d27fe479fd3059604ebc73245ab0eccae7784183", "message": "am a5ad7665: am 6089a88c: am 86371474: am 47db02ba: Merge \"No longer parceling FixedSizeRemoteViewsCaches\" into jb-dev\n\n* commit 'a5ad76657da1d3616e3f4c6d341bd07a6bbf8025':\n  No longer parceling FixedSizeRemoteViewsCaches\n", "proba": 2.607632438866858e-07}
{"commit": "a368c6f19ee5d27f32a3b990ed9611d76fd312d1", "message": "file was not added by accidance", "proba": 2.1503747404949536e-07}
{"commit": "0c8aedd32c8777bcb6e29da980a9c3b6f00e17be", "message": "Javadocs", "proba": 7.897360774222761e-07}
{"commit": "6580684e225ac45af71bc8fa74824abc0e6eefcd", "message": "Game class created, nothing in it yet\n", "proba": 1.36101476755357e-07}
{"commit": "d8bd3eb428100bef0852e9e2418afe16e49863ef", "message": "Rensade bort kommentarer\n", "proba": 7.218105793072027e-07}
{"commit": "e9d3790fd7757f9cec445d9203ed8cb7924fd902", "message": "CompareStrings\n", "proba": 7.212050832094974e-07}
{"commit": "3cb2609d4380d8275f5c7f0008ef0f7a51011ad8", "message": "recognize when step adjustment is getting bogged down and increase adjustment size\n", "proba": 4.264092865469138e-07}
{"commit": "66c156784b66e95cea9f679758d3d7dc4f150d3a", "message": "Update IcePlainsBiome.java", "proba": 2.440245054913248e-07}
{"commit": "6a94d5c6033adccf890a4584f75194e6255e27d2", "message": "Health Status Versioning\n", "proba": 3.576840015284688e-07}
{"commit": "97a37e6d0db25716c645f6b7adeb4676f09652d8", "message": " - Update request processsing (remove multipart)\n", "proba": 1.0780804160503976e-07}
{"commit": "291f5bb301c4cf982fe8be9ddc3fad8b8b58e621", "message": "Update delete to support JDK 1.6. Issue #210\n", "proba": 1.297920420029186e-07}
{"commit": "68b06fff331cb03faf07e2e2c3635961ad093aac", "message": "API-313. Add support for bisectable in StageDef\n\nChange-Id: I642581162c15d47802b1ee44b875cd7736e04c50\n", "proba": 2.1925498003838584e-06}
{"commit": "4d57547da9ddd7f1b97661d3f9b3d744ef172db0", "message": "Add support to read remote files\n", "proba": 2.587250946817221e-07}
{"commit": "1d8e0a01a47f5f6bb6375d577a0438da3d54985a", "message": "124. Binary Tree Maximum Path Sum\n", "proba": 0.00010685851884773001}
{"commit": "e2a2f5851c7aad7773cfc65e2e26c1d52b5cee3b", "message": "Mise \u00e0 jour de l'interface graphique\n\nMise \u00e0 jour des bases de l'interface graphique.", "proba": 2.7225627263760543e-07}
{"commit": "7171fa1e68da2b36577c3b6b480f4d3d10d65b37", "message": "updated AddressType to reflect changes in Client", "proba": 1.462629484194622e-07}
{"commit": "afc03dac902a103b2fb5d52fed7020e2dea6312c", "message": "Made the Users and Roles mentioned in a message be returned in the order they were mentioned.\ngetMentionedChannels no longer returns duplicate channels.\n", "proba": 1.030925176337405e-07}
{"commit": "be21f91f9a07721d9abe73b8c089ed6544676913", "message": "\n\ngit-svn-id: svn+ssh://scm.gforge.inria.fr/svn/proactive/scheduling/trunk@10133 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 1.0337266758142505e-06}
{"commit": "7cf5d93f67bb135405883b19cfea1bdb53e97f46", "message": "Include content length as data for resource hash calculation.\n\n\n", "proba": 1.2208354860376858e-07}
{"commit": "fc61e4b71fa0d25d3884c0bdb4baa3c91f3f51c9", "message": "v0.2 refactoring, extracting calculation method still need to get rid of totalScore setter\n", "proba": 1.3143450416919222e-07}
{"commit": "ff8fca3029bbe51c0a76df67f60e130fe0c728b3", "message": "am dc2e8628: Tweaked whitespace\n\n* commit 'dc2e862837c475f690846ad4ffc56f7e262f587a':\n  Tweaked whitespace\n", "proba": 5.099897407490062e-06}
{"commit": "850dd15da1294812067b3e85fd7115b072ef6e08", "message": "Create module-info.java", "proba": 1.4139566246740287e-06}
{"commit": "1f9515b1fcbcfd39bc7926f6a5a3f3f86a6eeec0", "message": "adjusted some parameters, added some constructors (untested)", "proba": 1.1960835877289355e-07}
{"commit": "0a8c1ce59b2ed23d5e84dbb3fcfff6aef7ead77b", "message": "Add ConfigFile Class\n", "proba": 4.0831542946762056e-07}
{"commit": "0ee63072de31cc5c29eb4af0dc6212a5801a08fa", "message": "Issue number:  #249 - JXTaskPane ugliness evaluation.\n", "proba": 1.2989011111130822e-07}
{"commit": "4552964a825c781e1e1ecd077ff8eab48bccace5", "message": "Updated changes from Priya", "proba": 1.4912184553850238e-07}
{"commit": "32b540197dcf631ab99c2286b1756d37088d14b3", "message": ": Make Application Code \n\n*   minor bugfixes\n\nTask-Url: \nSigned-off-by: Frank Schumann <792592f5a33899e16453ef2515415dbe2c1b932f@gmail.com>", "proba": 1.2011106775844382e-07}
{"commit": "bc0616522903902650064c6a1d17e168d703272a", "message": "Added Hello World Example\n", "proba": 1.4428941312871757e-06}
{"commit": "234bfc6303b2e78f40378c65b9f21735a50d5f7a", "message": "checker test", "proba": 5.0699577514023986e-06}
{"commit": "0e393302800bb2751d968ab737ee48df7e72f93a", "message": "add problem 10808\n", "proba": 1.7535538063384593e-05}
{"commit": "1dcf506db18a244c0b93e984683557e7f284c848", "message": "Map and String manipulation\n", "proba": 7.635480869794264e-07}
{"commit": "7fbe6017ecde26545cfc571a81fd1dcdaa3b0afb", "message": "257. Binary Tree Paths (Easy)\n", "proba": 1.199319399347587e-07}
{"commit": "87ef5cef5336deafb839ac9f906a49fb4b4df32b", "message": "d\n\t* kawa/Shell.java (run):  New new SourceMessages conventions.\n\t* kawa/repl.java:  When compiling, catch SyntaxException.\n\n\ngit-svn-id: a878c62e23c3cdd7109267dfd9bdff0ba03a0163@1264 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 8.704947504156735e-06}
{"commit": "988798dc20a9652b88f95e3fe571d00b912b3a3d", "message": "Tp03 \u4f5c\u4e1a\u63d0\u4ea4\n\nSigned-off-by: ruixue <85739919436b0a817992b6793e74de094f6b31d5@qq.com>", "proba": 1.0378482073747364e-07}
{"commit": "0e113d91776a01793eb0d62adc7af794002ca0d3", "message": "HomeWork3\n", "proba": 2.3383182679026504e-07}
{"commit": "3c1088775c2a0d5b51eea0986572a4b652176eee", "message": "Create Intersection of Two Arrays.java", "proba": 6.965177453821525e-05}
{"commit": "4d40096db266c055440b0dd97cdbacdfd55ca386", "message": "Drop the active block list\n", "proba": 4.7353398713312345e-07}
{"commit": "2a8a389ccf8797a8d9b28f7a6c16b4273e6bf469", "message": "javabean\u7684\u4f7f\u7528", "proba": 6.448449880736007e-07}
{"commit": "f6d5510f9d23bf7a985b1e48a0158aff6bdbd987", "message": "asemenewwww\n", "proba": 6.270493599913607e-07}
{"commit": "8e1b05d0a56c789f3d8afb2030f57e4742b022e0", "message": "Removed un-needed code\n", "proba": 1.2685821275226772e-05}
{"commit": "512a3e6f60636700547595937e7cdd6576a1cfa9", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@2125 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 6.308287652245781e-07}
{"commit": "034e5cfca4a76151e318f9e86d6b38e862f5835c", "message": "am cf068ba2: am 3ae8bf53: Merge \"Change FloatingToolbar entry/exit animations to fadeIn/fadeOut.\" into mnc-dev\n\n* commit 'cf068ba27d86289ed085da17a0536a4d3a5208e6':\n  Change FloatingToolbar entry/exit animations to fadeIn/fadeOut.\n", "proba": 1.3121020003836747e-07}
{"commit": "f87a60202472533b3090b264a0969872fe0dbc11", "message": "fixed major bug", "proba": 3.010884199738939e-07}
{"commit": "1843a14598334025a887cf72e20f5fb5b2468aee", "message": "Remove unused variable in GuiError", "proba": 1.4880406524753198e-06}
{"commit": "24381bdbdfbc64fed5270dde74f3460f50b4cca5", "message": "find peak - missed yesterday's commit...\n", "proba": 1.2556216688608401e-07}
{"commit": "2f0fb0f523808d78bdc56c80ed2032da9644de5e", "message": "\u4ea4\u4e92\u56fe\u8868\u3001\u6570\u636e\u53ef\u89c6\u5316", "proba": 2.2133643540200865e-07}
{"commit": "62510baefa1cbaeb2e2b322dd68a435106c29315", "message": "add MeterRDF subclass that measures only paired atoms\n", "proba": 2.2168288182911056e-07}
{"commit": "74d006f1170c1405797b256abe93a5355923ae73", "message": "Byte\u7c7b\u578b\u6ea2\u51fa\uff0c\u4f20\u503c\u8fd8\u662f\u4f20\u5f15\u7528", "proba": 2.0344162976471125e-07}
{"commit": "627dbdc4ab23f3bbfc977dc461fdab2fe1f2a74e", "message": "Create data_atual.java", "proba": 3.217127959942445e-05}
{"commit": "1ecad47e20889be0f63e9536cbc09188059655a9", "message": "Small fix for file download.", "proba": 1.1481131423352053e-07}
{"commit": "8d3556e30e90b9be9041c3d4addf70bc1f0a52fe", "message": "Update IPlayerCommandPreprocessEvent.java", "proba": 8.330218292940117e-07}
{"commit": "d58cd2f77f1dd487b0582c6ad5deabc30a50b43c", "message": "FARRAGO: oops, forgot to add as usual\n\n[git-p4: depot-paths = \"//open/dt/dev/\": change = 2799]\n", "proba": 1.3048432379036967e-07}
{"commit": "20f673959beffe79ad339d6f699095bf275130be", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "a9b35301420547c2594cf7aed5c8051db91d8b11", "message": "make CLangParser work as a binary plugin\n", "proba": 3.8339689467647986e-07}
{"commit": "bcbfd42eacae6ff094a388ea552944555932dc18", "message": "am 53d45be3: Merge \"Fixing LayerDrawable methods for find layer and invalidate\"\n\n* commit '53d45be3ee94c4667bd864ec73af153f6c82d51d':\n  Fixing LayerDrawable methods for find layer and invalidate\n", "proba": 2.401567371634883e-07}
{"commit": "6a789c389410e5be36564de5d16346dd310faade", "message": "Reformatted, I tried to do it again, but it seems to reformat wrongly. Check TODO\n", "proba": 2.792362181480712e-07}
{"commit": "76a28c0aaff7138e80184a40a150e7671126238c", "message": "Remove additional references to the removed class JndiPermission\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1763167 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.8594208717768197e-07}
{"commit": "39e9e03b57a37913a2f9f2b6c3c1d646c45af72d", "message": "JasonLeyba: Fix broken test.\n\nr16575\n", "proba": 0.9994751811027527}
{"commit": "5df524f84be5a51944f70990f8fb9449d89b7432", "message": "Improve assertion message\n", "proba": 4.4094475015299395e-05}
{"commit": "78dbe6e6eb497ff2359a43ccef50669bfec959f2", "message": "Added BASE24TCPChannel\n\n", "proba": 1.7665003326783335e-07}
{"commit": "65ab3beefb95f21ebbe0e49020e5ded2ea24b1b8", "message": "use set instead of instancing new vectors\n", "proba": 2.517747645924828e-07}
{"commit": "c4c0a82ae6ee9b0a08a8e5e50b379b2760fa7ace", "message": "moved MapsAppActivity to different package", "proba": 3.6497354471975996e-07}
{"commit": "2e52195e55a3a2579e277154efd018a395e14457", "message": "refactored/optimized MeshVoxelizer to iterate over mesh faces only once in the outer loop and only check voxels within the bounding box of each triangle\n\n--HG--\nbranch : wemesh\n", "proba": 1.2099448554181436e-07}
{"commit": "a25295b5c9f8506a99c932c6c081038090ae5d94", "message": "don't call getMessage unless debug is on\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@503811 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.4970829599624267e-06}
{"commit": "11be6be47aec74ffaafd6ee06ec077db2530dd5f", "message": "am 64d275c3: am 7383bf33: am d719215f: Merge \"Fix accessibility ghosts in quick settings detail\" into mnc-dev\n\n* commit '64d275c3d620cec22448af04fc560a088b873cf0':\n  Fix accessibility ghosts in quick settings detail\n", "proba": 2.3850333263908396e-07}
{"commit": "b607acff2b2184f2041c137d9944e613e6822e15", "message": "Added move() for EnemyBlob.java\n", "proba": 2.436568422581331e-07}
{"commit": "601c94ff53c55bcdfe80c710c10dba34545e59bf", "message": "Updated code for rest-client\n\nUpdated code for rest-client\n", "proba": 2.715872255976137e-07}
{"commit": "0ead198e291f1cd593c5d426275e38ee814b339b", "message": "Fixing initialization of HemeUI.\n", "proba": 1.3023021949720714e-07}
{"commit": "2b6a5c94329c6d6dc0ead641ab63f9421ccbbfa7", "message": "Added checks for missing @since in added elements for Scott Hommel (Scott.Hommel@sun.com)\n", "proba": 1.0817571194365883e-07}
{"commit": "28bedcb31bb65b8bd92ef86afae69b0669459ceb", "message": "Initial version. SMACK-99\n\n\ngit-svn-id: 0d4d1bf2e47502aa0f0957c230a0ec7fa56198fd@2312 b35dd754-fafc-0310-a699-88a17e54d16e\n", "proba": 5.517154932022095e-05}
{"commit": "230996e1b2a3db5ba186c539cb60a85351d2269f", "message": "DynamicRenderer now disables the panning cache.\nUpside for some content animation is now 2-3x as fast and memory\nconsumption during animation is much better.\n\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@200651 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.7461481383616047e-07}
{"commit": "a5be0dacd7bb8668113f6f74c5c36a043c176410", "message": "MTOM sample refactoring\n\ngit-svn-id: 3495a5c4bbe5ece00c09619c056c9a903ff1da72@209578 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.046941507520387e-07}
{"commit": "6335ae5a5749a6f7d8267597648f453efcee9435", "message": "Presenter added\n", "proba": 1.2998651754969615e-07}
{"commit": "e30ca0585e0d145cc3316a1952f7ee491d3dc2d9", "message": "Including the first working version of NagiosWriter.\n\nConf example:\n{ \"outputWriters\" : [ {\n    \"@class\" : \"com.googlecode.jmxtrans.model.output.NagiosWriter\",\n    \"settings\" : {\n        \"typeNames\" : [ \"name\" ],\n        \"outputFile\": \"/tmp/denis_jmx\",\n        \"nagiosHost\": \"HOSTNAME\",\n        \"prefix\": \"Pre \",\n        \"posfix\": \" Pos\",\n        \"filters\": [\"HeapMemoryUsage_used\", \"NonHeapMemoryUsage_max\"],\n        \"thresholds\": [\"@1000000000:3000000000,\", \"\"]\n    }\n    } ],\n    \"obj\" : \"java.lang:type=Memory\",\n    \"resultAlias\": \"memory\",\n    \"attr\" : [ \"HeapMemoryUsage\", \"NonHeapMemoryUsage\", \"\" ]\n}\n\noutputFile - Should be the Nagios command file.\n    - Cannot be empty.\nnagiosHost - The host name defined at Nagios.\n    - Cannot be empty.\nprefix - Used in the service name to prefix the service description.\n    - Can be empty.\nposfix - Used in the service name to posfix the service description.\n    - Can be empty.\nfilters - Attr that should be used as a service name.\n    -Cannot be empty.\n    - Attr HeapMemoryUsage can create 3 outputs:\n        - HeapMemoryUsage_used\n        - HeapMemoryUsage_min\n        - HeapMemoryUsage_max\n    For each one that you want to send to Nagios you must include it on filters.\nthresholds - It defines the threshold for each filter using the Nagios range definition.\n    - Cannot be empty.\n    - Syntax:\n        - Each threshold has two parts 'warning,critical'\n        - Each part can contain a range definition.\n            - http://nagiosplug.sourceforge.net/developer-guidelines.html#THRESHOLDFORMAT\n        - An empty (\"\") threshold means always OK.\n        - If there is only one field or it starts with comma that service will never be in warning state.\n            - \"@1000000000\"\n            - \",@1000000000\"\n        - If the fields ends with comma that service will never be in critical state:\n            - \"@1000000000,\"\n\nFilters and threholds are bound, so threholds must be in the same position as the filters which it must apply.\nAlso they must have the same size.\n", "proba": 0.0012282775714993477}
{"commit": "98c2bd8f1ce1ba7a9fd9c63b3ba01f7847c07c3c", "message": "Changed the scope of variable likelihoodKnown from private to protected.", "proba": 1.02936311918711e-07}
{"commit": "d48904497f001756e7b19bdfcc2723543a22a1d3", "message": "A Class", "proba": 0.00017835854669101536}
{"commit": "5399e0608f55fd2ca378f517df403f476286eced", "message": "fix for GRAILS-4566 \"recursive uses of g:include result in the controller getting old parameters (parent request)\"", "proba": 9.779312648561245e-08}
{"commit": "4da03afff281880901aa11a0bd430720be822e4b", "message": "scp: Set correct base dir for retreiving files\n", "proba": 1.7115338835083094e-07}
{"commit": "67d5549dd3547bad8810847815924553f597114b", "message": "init robot tags class\n", "proba": 3.5568490375226247e-07}
{"commit": "f2dbe3d19aecfaa46f32ea9b1e821e259e1146d7", "message": "use proper names for Skin Handler fixes #57\n", "proba": 3.0236026304919505e-07}
{"commit": "de4d2062de5b36f62e2c41dc2456bbe89254ef78", "message": "Diff.java\n\nDiff implementation", "proba": 2.784169282676885e-06}
{"commit": "edbe4471f46847c14bac84a4a6b22fb869797bd4", "message": "Added new graph algorithms.\n", "proba": 1.2929663739669195e-07}
{"commit": "418842c3f2dc567fdbe57ed925f04a71f858d01e", "message": "fix bug", "proba": 6.400653660421085e-07}
{"commit": "50d85b187b93ca6df43480016b4e90de3f54aa50", "message": "Add the devastate script\n", "proba": 0.0002307248505530879}
{"commit": "be238e3d00dbb4ded4f2517f9a5a9a2568f3a66d", "message": "setBytes() downloaded as download progresses.", "proba": 1.0722850163347175e-07}
{"commit": "ea074e3b509beed09ee4215c644ce0bf1f0da86c", "message": "comments in testing package\n", "proba": 1.7644615013523435e-07}
{"commit": "6b62bb3f9972a14938d1cfa3835f8d4317f64046", "message": "Added documentation for Applicant\n", "proba": 1.2514053082668397e-07}
{"commit": "31de329849b6510fd23d2920c7e5e55a33b804e1", "message": "Fixed output\n", "proba": 1.4330819794849958e-05}
{"commit": "a6cbe1282586bb329555d10ab29218272df5f690", "message": "\u27f4TunnelSystemFactory.", "proba": 2.16088793081326e-07}
{"commit": "6dee968c70b8e793903210b2d4401e33b42b5600", "message": "removing HttpRoute and BlockingHttpRoute\n", "proba": 2.0329764538473682e-06}
{"commit": "e68ae8c67515665635353a8e5eda9c4c368ab10c", "message": "Add base mod class\n", "proba": 3.735798372872523e-07}
{"commit": "b814a0724d27400ff181cd7b7a63ece68128a4e0", "message": "Working on number recognition w/out using TensorFlow.\n", "proba": 2.468936770583241e-07}
{"commit": "619bfa2bdfd048c30dd3ea558faebfa7e4831998", "message": "datastructure: array DS\n", "proba": 0.999992847442627}
{"commit": "d4b6646c1e68aa915790dd7bb9a26b2a18dddafb", "message": "Very important\n", "proba": 1.651851988526687e-07}
{"commit": "7b620297a1fc98d6ce9b08880def029ad778e7b8", "message": "Add test\n", "proba": 5.080644768895581e-06}
{"commit": "88df61c0064b116c90b742928adb90aadc51168d", "message": "#2;add trafficTest for new protocol\n", "proba": 1.7173839239603694e-07}
{"commit": "fd29edee2c03eb59345e90cba32b71395bc1e09e", "message": "Additional ChunkMapReader unit test base on ChunkModule test\n", "proba": 1.239162514821146e-07}
{"commit": "9964e726ecd6085ade0e2c36ecd71aeebc2122c2", "message": "Remove unused import\n", "proba": 5.658957888954319e-07}
{"commit": "e668492706834e0cde68252688ab75c2b540f21b", "message": "- Add unit test case TestGeneratePatID.java\n", "proba": 1.7674676655587973e-07}
{"commit": "d784c2a9f634f1516f3b090b1ae4089528eb49a7", "message": "Added Test for missing code coverage.\n", "proba": 1.0900501479227387e-07}
{"commit": "503f7f7f992ca54ea09bd6d6d081b752f4b9bb4c", "message": "am ebd14658: Merge \"Add carrier config variable to hide ims apn\" into mnc-dr-dev\n\n* commit 'ebd1465885af2a1de5a885dac791ee6184f85d7f':\n  Add carrier config variable to hide ims apn\n", "proba": 3.042455887225515e-07}
{"commit": "946f9416294538c22c1d7ee8ebe3e9bf6b81da0b", "message": "Got rid of some var-arg warnings.\n\ngit-svn-id: cf2b8e13e5fd585456580429c3991d4364a2cb88@182 d471f07e-d8fc-0310-a67b-dd4c8ff0e7cd\n", "proba": 5.279551987769082e-05}
{"commit": "6ad9b217b8e46c162b43ec3a25a790626b742509", "message": "Add Position component.\n", "proba": 1.788134937896757e-07}
{"commit": "02c28b989f35d4fa257f718538a99c6755fdbb57", "message": "Added DataManipulator Class, which is a SQLite database helper class\n", "proba": 1.2104895574793773e-07}
{"commit": "8c3df954c1b19d9bface18e12665aa2b487bc5cc", "message": "new dimbling\n", "proba": 2.509731302779983e-06}
{"commit": "42092668921622697eac0bb723bbd5de24c0390f", "message": "just use a MeterPotentialEnergy in reset()\n", "proba": 1.2466750831663376e-07}
{"commit": "58f0b704b5ef93bda2b8ae69aaa0366286f73674", "message": "GameLoop\n\nThe GameLoop object.", "proba": 2.587305232282233e-07}
{"commit": "daed119bde7bbf7f3f14a7d7d6be1c8ee7e1bf07", "message": "changed name of class from Table to Immovable, as it is now for creating universal immovable objects.", "proba": 1.0828532737150454e-07}
{"commit": "4fcef3c694852897f61592d72be6c5d27de5cfed", "message": "am 6dc23b8e: Merge \"Add a label for the new video trace tag.\" into jb-dev\n\n* commit '6dc23b8e70e421cff46aa60c91ad1ba9d0bc4064':\n  Add a label for the new video trace tag.\n", "proba": 4.136587676839554e-07}
{"commit": "3ee6e74b5d7d754f88579ebed831cf2018a2eeed", "message": "\u5220\u9664\u5217\u8868\u4e2d\u5143\u7d20\u7684\u4e24\u4e2a\u65b9\u6cd5\uff0clist.remove(), iterator.remove()\n", "proba": 5.508208005267079e-07}
{"commit": "c7b8a5738783ad651ee6786c174a0f99bc3756a9", "message": "Fixed a CSS scanner bug.\nPR:\nObtained from:\nSubmitted by:\nReviewed by:\n\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@199736 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.157495598316018e-07}
{"commit": "bd52bbfe697ec7720333ef9516987b9cc43d1937", "message": "Helper function added for FileHandles.\n", "proba": 1.159732860855911e-07}
{"commit": "99dce397c48ed0e7ce305bc1994d578e44bc493f", "message": "Num: 1 TwoSum, level: easy, Big(O) = N^2", "proba": 0.9987257122993469}
{"commit": "7234e5c110e612bd2fda432f907b39f79643ed1e", "message": "\n\ngit-svn-id: http://beast-mcmc.googlecode.com/svn/trunk@1185 ca793f91-a31e-0410-b540-2769d408b6a1\n", "proba": 7.208516308310209e-07}
{"commit": "c65ddc9b2562840ffc144086f56453b201c285e8", "message": "seek with DPAD implemented\n", "proba": 1.3048581593011477e-07}
{"commit": "e2095d233ef9d22ecadedb69105dd63cd9c4ca2f", "message": "Adicionando nova classe ao modelo de dados.", "proba": 1.3078381755349255e-07}
{"commit": "a3336a8a95b027ea4dc9b7fa53a3d279cebd752c", "message": "Added SortedLists class (to decrease the code duplication in controllers and models), (not complete yet)\n", "proba": 1.1028320301420536e-07}
{"commit": "1071a3ad9efd59c9205ca7677b868657017c5b33", "message": "NEW: Profiler", "proba": 2.655827131547994e-07}
{"commit": "e5c961f29047ef8e33d9965a550e0bc05a9a7833", "message": "Add method hideKeyboard() to hide keyboard whenever the game starts\n", "proba": 5.788942303297517e-07}
{"commit": "25c51dd601abd3d1e949869a96c7066471be2351", "message": "\u89e3\u51b3EOF\u5f02\u5e38\n", "proba": 2.470972503942903e-06}
{"commit": "1c523bcd4b26e88a85239fd2d4de21b392236355", "message": "performance: Closed cursor when querying the database\n\nIn FetchWeatherTask, before adding a new location, a query is performed to check\nif the location already exists. That operation gets a cursor that has to be\nclosed to avoid memory leaks.\n", "proba": 1.761808192668468e-07}
{"commit": "33776e98da79c857e1c5ef7894cd80aa94f8d6e7", "message": "Added a Helper for creating an info file for each source.\n", "proba": 1.0044752229987353e-07}
{"commit": "f892d595581fa632408ac4ba8ef08417bf423e21", "message": "Put redis options in for use elsewhere\n", "proba": 1.7504449090210983e-07}
{"commit": "84e6008872c9ed39f39940531223a290ac422bf1", "message": "FileFilter becomes case insensitive\n", "proba": 0.0006383771542459726}
{"commit": "437cd07c35dd8f3fa264f996ced926c1faef4de6", "message": "Update LanguageBundle_ru.java", "proba": 1.323016476817429e-06}
{"commit": "0c209b81ff09c6b7c19df7e2724e06ff1deb4643", "message": "first java applet opdracht 4.2 met comments\n", "proba": 1.2155170736605214e-07}
{"commit": "a3e776fbf8f04656d1a30aff864035486f363f6a", "message": "Adds Embedded annotation\n", "proba": 3.4209472232760163e-07}
{"commit": "f23502fbe7a2b2610ecf40c92089f876c0a0df77", "message": "add ImplementstrStr.java\n", "proba": 9.8342650289851e-07}
{"commit": "b271176e14101de5bf191ff78816730ba7ad827e", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "d3f992b5b74935808b490f2659d65be9a061552b", "message": "Removed some empty space", "proba": 0.0007103707175701857}
{"commit": "96015ad95a97e396efc19c54b182300704c594be", "message": "Ajout de FindPathRec dans AFNDe\n\n\u00c0 tester !\n", "proba": 1.1552676681958474e-07}
{"commit": "814871fe9f5acc42063c9f0bd0a91d90dbb2508b", "message": "Initial commit of Model.\n", "proba": 1.1727276927331332e-07}
{"commit": "8df03b7e4abdb1e0aa8dd1f3f1d11b8e83df1ab6", "message": "Lightweight handler function - outputs path lenghts only\n", "proba": 1.484682456975861e-07}
{"commit": "aea20b9c5654544966b894b4b39bc69a0ad3ba9a", "message": "\u6dfb\u52a0\u6d4b\u8bd5\u6848\u4f8b\n", "proba": 2.1177733344757144e-07}
{"commit": "3372c609ee5aaa81cf15089bff598c348c8fa149", "message": "renamed test\n", "proba": 1.564327976666391e-05}
{"commit": "b36d99ba907d4988fc096090e3a0bdbfa7b4af79", "message": "Create joinGame.java", "proba": 1.216174950968707e-06}
{"commit": "e32a34ba2de8ad1d5fd2f2fa186d6a686622fe7f", "message": "RoomContent\n", "proba": 5.492838113241305e-07}
{"commit": "e949c709f52c1edcb1dd7f279d1be5f87bb5bc51", "message": "add solution for linklist cycle ii\n", "proba": 1.4037748030659714e-07}
{"commit": "93f4ec1c5a95f8dee86fc205e3cfbd5ec8886a57", "message": "fast/slow pointer\n", "proba": 3.6757273846887983e-06}
{"commit": "be083e35fa20fb3fa7b37e133e6413ddaae8cccb", "message": "Update BSTrecovery.java", "proba": 7.033605129436182e-07}
{"commit": "cf168acf9d7dbfba7782446982c77443a306c399", "message": "Cleaned up start doing stuff", "proba": 2.599508206913015e-06}
{"commit": "b7df663a00bf5510233e46ef4a4ab9c63546bee6", "message": "Message #99\n", "proba": 1.3016837385748659e-07}
{"commit": "8cfa3e5c644f539c269548c81a82b4b4c8f623f1", "message": "Accountant Menu\n", "proba": 1.5114045481823268e-06}
{"commit": "e0db2ab3fd01329cdfae536034cf9e71cee7a688", "message": "#103: parent site polished\n", "proba": 3.184391630384198e-07}
{"commit": "e1b9e01604453bd3b0f500ec3403483f7e09bbe5", "message": "failed tests", "proba": 6.822908744652523e-06}
{"commit": "78a8dc0f795f154c0c50d2dc2758875da09506df", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "630cfd7985f5deaf15ddbd609dd53eb55597525c", "message": "(Find Minimum in Rotated Sorted Array) [Accepted]\n", "proba": 1.1367941255002734e-07}
{"commit": "1bb37af1345d6904bda627148a6f037057043554", "message": "Add -rank and -all options and properly exit when illegal option is provided\n", "proba": 4.279737026990915e-07}
{"commit": "7b74f0138dcfa5fdfa7f3d6444ea0b4a63d884a4", "message": "Adapt APP1 size parsing\n", "proba": 1.5842600760151981e-06}
{"commit": "e49cdd0856441c75da5753315a02eb1db6113d61", "message": "Create HttpGetConnection.java", "proba": 9.35557545744814e-06}
{"commit": "ee72dc92fed7c94c156a90ffaf7453d2bdd67893", "message": "added testcase for DirectoryHasher", "proba": 1.9690577346409555e-07}
{"commit": "b1b1870feb04eb2f77812d7a5ceb9e82ffa3d62c", "message": "Start a test setup\n", "proba": 8.656787144900591e-07}
{"commit": "b03941b5c40b21d564aeeb84b62fff94156d8fb5", "message": "Added Issue 11\n", "proba": 1.150756006040865e-07}
{"commit": "36131794359fb094d15a95b1bc92a46f1fb935f2", "message": "Add commented-out debug hook.\n\n\ngit-svn-id: a878c62e23c3cdd7109267dfd9bdff0ba03a0163@8293 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 0.0003567851963452995}
{"commit": "3c7cd0f0f6cf1e0fef44af1a7185c4b31e9d9b07", "message": "Update GraphCloning.java", "proba": 2.057070815908446e-07}
{"commit": "c69e2433b3b2323525806da7ac79ec8a4409c7b4", "message": "Added example lookup use.\n", "proba": 1.126126747408307e-07}
{"commit": "d97081a0d22852d26c0a7b0964f743ba6830effd", "message": "IO 7\ubc88\ubb38\uc81c \ud480\uc774 \uc644\ub8cc.", "proba": 1.1164470947733207e-07}
{"commit": "a3b97f75519947cf03f4d6a6e1129063fe5dc5f2", "message": "#52 Add test\n", "proba": 2.443558742015739e-07}
{"commit": "da120a4ae7a44ecbc0a49f1da7184e2a48dcc76f", "message": "Initial Import of class to convert exceptions to strings\n", "proba": 3.326702255890268e-07}
{"commit": "23f940b942970e5d4aac22abd2c0821c81b754d8", "message": "Always quote as is\n", "proba": 1.4085031807553605e-07}
{"commit": "7359766116e14f90d74776e1b85042009ab2cdd7", "message": "Twilight alarms are now non-wakeup but exact\n\nChange-Id: Iccb15065d7a0483f0bc2aff0238b94e946b8cbf1\n", "proba": 1.1476745385152753e-06}
{"commit": "3f99a524b2f6b2beab4a91d8ee2aafe74f503930", "message": "Allow reading of system properties\n", "proba": 1.0460875046192086e-06}
{"commit": "c48c0d2a0e2b0a13978daa0da0cd3a23cca51d6c", "message": "Detect duplicate number\n", "proba": 0.0037837044801563025}
{"commit": "b9dc93fbc563ed7df46a4977728995c214f05d0a", "message": "cleanup\n", "proba": 3.1109298106457572e-06}
{"commit": "832a6a3dd893d6da431f74bd2b57e79e4fc3f085", "message": "Java client add missing file NetHelper.java\n", "proba": 1.4283024256656063e-06}
{"commit": "6df8bc60022d1af4f3133073efb13c5c95d997db", "message": "triggers and RPC streamlined\n", "proba": 1.4313607721305743e-07}
{"commit": "ff05ae574bb1573655ee1d9dd88c163f1c6711f2", "message": "*setup", "proba": 3.308948350877472e-07}
{"commit": "d75189c3d6ec0f92e58b680e5523727410395b1e", "message": "Use nextReady instead of fetchNextReady in Merge operator as fetchNextReady does not check the EOS and EOI states. ", "proba": 1.0442060727200442e-07}
{"commit": "1f19810193bc815c2feeff76341407a4a811cad6", "message": "Day 16 done\n\n", "proba": 1.5381336879727314e-06}
{"commit": "2d3ad9187b3c15171140ae6fc0f9916b01c5aa95", "message": "Action bean for app layer info\n\n", "proba": 1.3847791535681608e-07}
{"commit": "5132004e557709e039e788bf50bdb20746de5e5c", "message": "User class template\n", "proba": 6.604606710425287e-07}
{"commit": "062ddcaafa5b52a2148569fdb058676b8360445f", "message": "format code", "proba": 6.055130870663561e-05}
{"commit": "9fc692cdecb698e1013df24ff63847ebfe93bcb2", "message": "Fixed up the properties\n", "proba": 3.636415044638852e-07}
{"commit": "85441f91e7bb7a42ff89ed34c674820b1908a9ed", "message": "chapter 03 started\n", "proba": 1.1859326320973196e-07}
{"commit": "764cbeb12d513251de103bf224bc2027a74cd2a5", "message": "Add equals predicate.\n", "proba": 0.0014786918181926012}
{"commit": "17043db8e95b86f63c5aa4ab8c065f7c51d6e1e5", "message": "am 69e7fa8a: am 8d3a67a8: Merge \"More maybe fix issue #22765972: Binder transactions running out...\" into mnc-dev\n\n* commit '69e7fa8a521a402b4a80aafbca203f66b3323123':\n  More maybe fix issue #22765972: Binder transactions running out...\n", "proba": 1.1768484142749003e-07}
{"commit": "db8bf3039403e417e3399aa778e97f904fc790f8", "message": "Raul manco, riot games\n", "proba": 2.447869178467954e-07}
{"commit": "4c58c181db6828e3d825bb959d939d7720404558", "message": "Added actor, foro and updates controllers, htmls\n", "proba": 1.2150975692293287e-07}
{"commit": "e41c076bd8dc2c728998f199a6aa3ff5936ebbe9", "message": "Added the Probability utility class\n", "proba": 1.500015969213564e-07}
{"commit": "5be79f80515ddc9a2578352954468d06a0460336", "message": "Add Game class", "proba": 3.702172364228318e-07}
{"commit": "7ffb6db5d80686852d0f6ff1e30ab80f28b86651", "message": "Provide the paint alpha in Clock as well.\n\nSometimes you need alpha adjusted frame time, sometimes you need dt, and\nsometimes you just need alpha. You need it, Clock's got it!\n", "proba": 1.2514303193711385e-07}
{"commit": "1d1735785d6a76bde958376625cc885e54733976", "message": "Sort user games by startedTime desc\n", "proba": 3.575220262064249e-07}
{"commit": "b3d6b93b7dfbd796693ce143fecdf7ddcf8054c1", "message": "Changed a couple of methods so empty lists are returned instead of null when there is no info available for a user/group\n", "proba": 4.6453445179395203e-07}
{"commit": "fe4d48729bf6bd5e446d4483b42bf5fa42e1cf3b", "message": "Fix for Bug 20054 - Parameters namespaces not taken into account by WSDL2Java\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@256367 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.3157803020221763e-07}
{"commit": "26a9aed9eb191473c0690fee1dc9130ef573c7a1", "message": "10773 Back to Intermediate Math\n", "proba": 1.7263432994241157e-07}
{"commit": "290c0073807d99640ddcaddfd1e3ccd5603d2b05", "message": "MovieRename: more cleanup\nbetter logging\n", "proba": 1.8867383744236577e-07}
{"commit": "462095c86143d3def9467b742e30dba1bf2e66b2", "message": "More time flexible and error resistant for the last time\n", "proba": 1.2692308359874005e-07}
{"commit": "792c34d3f10f328d4498f8c9923454403d9f065c", "message": "new test case to check NPEs between PLUSObjects versus NPEs linking to external identifiers\n", "proba": 1.4078665344641195e-07}
{"commit": "5a9bb606a4745a5dbcaf7de25c21b6a5632a8d00", "message": "am 28003199: am 52cfd31e: am db2f81b0: Fixing ADD_CALL (1/3)\n\n* commit '280031995f0770e84073a894253b936e4af23566':\n  Fixing ADD_CALL (1/3)\n", "proba": 2.313642966100815e-07}
{"commit": "62e6b6082a120838d1eab103287927c706fb7ff4", "message": "Unit test for NewObject\n", "proba": 3.1400040256812645e-07}
{"commit": "fcebd2298cc43931e1536847a9556445f891cf1a", "message": "Fixed UtilsTest: Session was not initialized\n", "proba": 2.41816508150805e-07}
{"commit": "e8c27664b02f0ca96e306a0c91086dc30b4d8c0d", "message": "Made createPizza protected\n", "proba": 1.2567812746056006e-07}
{"commit": "4fe2a8815f2dd7ade1c910823551817256acb906", "message": "fixed drawing\n", "proba": 5.692778017873934e-07}
{"commit": "6f9d2a707222eda9ee54c0a772c00c8423ef5bce", "message": "Update Mutex3.java", "proba": 2.2590527350985212e-06}
{"commit": "43509801e217fcb17dd6e37368c310a75b317338", "message": "Exercise 5.25", "proba": 0.00024243870575446635}
{"commit": "a1900ce9b23299431c5ae740f6d1f07e1c985fcf", "message": "Create FindingPrimes.java", "proba": 2.7322278128849575e-06}
{"commit": "8a5256d27605a7c027b6c99c7c9fb3220df6fbb9", "message": "Add comments for 089. Gray Code.\n", "proba": 1.0914357062574709e-07}
{"commit": "fd2139731786448bd70d3d030c716c1fe3d4c5fd", "message": "Add Warmup", "proba": 4.3612931222014595e-07}
{"commit": "95c9c1e16866abc30d2b6396919f1206863599dc", "message": "updated setup script\n", "proba": 5.635358775180066e-07}
{"commit": "03843da9b6214e7b5f2bbb4c4673069915d14608", "message": "Tidy up some deprecated uses.\n\nChange-Id: Ib0cbe91bec51db7e66d860d65840e784f880e53d\nDepends-On: Iec6278e7aa84c74fa8a6fea1af2d021f3835b241\nReviewed-on: http://gerrit.dmdirc.com/3392\nAutomatic-Compile: DMDirc Build Manager\nReviewed-by: Greg Holmes <79e2475f81a6317276bf7cbb3958b20d289b78df@dmdirc.com>\n", "proba": 0.9981429576873779}
{"commit": "4ba5ef828246f8720d2330dc11ac6234296d4ff7", "message": "\u7528\u6237\u4e2d\u5fc3\u4fee\u6539\n\n\u7528\u6237\u4e2d\u5fc3\u4fee\u6539\n", "proba": 4.4155061118544836e-07}
{"commit": "a98920e76694f2aaab37285e3393ca2e35d39553", "message": "removed unused imports", "proba": 5.81701726787287e-07}
{"commit": "e5f04e84de3e37543d761984f37ebf6a96400f39", "message": "Create PerlinNoise.java", "proba": 1.1429789310568594e-06}
{"commit": "337c87ded4d4450955de3ef2c8f4b89473054254", "message": "Helper class for debugging in TextPainters\n\n\ngit-svn-id: 102839466c3b40dd9c7e25c0a1a6d26afc40150a@196987 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.716606779060385e-07}
{"commit": "11bf9beefaea0ab4dd7899721f15a314b94eecf8", "message": "house robber\n", "proba": 5.6589975429233164e-05}
{"commit": "37f95a795c2d0fce2e39f46b9ae8a0ca3e94c4d7", "message": "SRM_681 Java code to find if a coin is interesting\n", "proba": 1.1295061597138556e-07}
{"commit": "b7736ec1deb6061563c91c461245f1b6c910ad93", "message": "Update GregorianDate.java", "proba": 5.931461419095285e-05}
{"commit": "49d95a9088f3da447d2d35b3555c64cc66c1505b", "message": "lower case file name\n", "proba": 0.002267718082293868}
{"commit": "280d05a254b79fe360340ce19aca68f75edfe759", "message": "\u9891\u7e41\u8c03\u7528mail\u63a5\u53e3\u4f1a\u51fa\u9519\u3002\u6240\u4ee5\u8fd9\u91cc\u7a0d\u5fae\u4f11\u606f\u4e00\u4e0b\u518d\u53d1\u4e0b\u4e00\u6761\n", "proba": 2.3351672950866487e-07}
{"commit": "e84abc269dc5046ca1eafe0724d156107f21018e", "message": "java_loops_II\n", "proba": 1.8425187590764835e-05}
{"commit": "7135e304ecb9c02877dcd0187a64e225d1b531ed", "message": "Implemented LineStringModel\n", "proba": 9.792188393475953e-07}
{"commit": "e40a6df1c790bf35fd006b9a1ddeaf4c6d31f64c", "message": "type\u4fee\u6b63", "proba": 1.5492515785808791e-06}
{"commit": "4edf7072fdab635853ca3dfd88b9617bff519ce0", "message": "Create Runs.java", "proba": 1.5021633998912876e-06}
{"commit": "ce8f3570ba8f867dda032fe288a038ffcaaa70c0", "message": "add test for 5\n", "proba": 2.0917825622746022e-06}
{"commit": "903739c2a341a294d5ab5e163c6f3a3a72785c64", "message": "1. Selenim test\n", "proba": 1.8420041669742204e-07}
{"commit": "88a8724db65448487a4608e560634d4cda4bdf66", "message": "added GlobalConfigTest\n", "proba": 1.655708103953657e-07}
{"commit": "361b1d0cfb28167ca2c0f863f4cf38cce0b6bdec", "message": "YL: comment out system look and feel\n", "proba": 1.548936978679194e-07}
{"commit": "9b4ada2e14912369a3091047e91201eb6b807bcd", "message": "remove unreached condition judge\n", "proba": 6.8689751060446724e-06}
{"commit": "d37d6b939e5975687f1527858124512367ce1e83", "message": "Added app.StartupListener\n", "proba": 4.965547759638866e-07}
{"commit": "92d9a8e9edb903ff46c109cb9222ee819bc94faf", "message": "Adding Log class for testing purposes.\n", "proba": 1.1316777204228856e-07}
{"commit": "990285aaf620dc44cccc4e5ad0d66b3ce3d078d0", "message": "\u53ef\u80fd\u6709\u4e0d\u9700\u8981\u5f52\u5e76\u7684\u65b9\u6cd5", "proba": 8.396609700866975e-07}
{"commit": "acb03a90ba5eadd979e1799567a9f4603ce21ef4", "message": "Create Trilateration.java", "proba": 2.680199884252943e-07}
{"commit": "023fdc7cca67095561fe3109deb7f2558f84ca25", "message": "added saveload handler code\n", "proba": 6.239974368327239e-07}
{"commit": "0e49fb1fa79acf0a6f11fe81654a3997568ec771", "message": "Delete ScoreComparator.java", "proba": 1.1377120472388924e-06}
{"commit": "fe960ff44912f1a6d2fa26da7fe308c2f15ac54e", "message": "BOJ #17127: \ubc9a\uaf43\uc774 \uc815\ubcf4\uc12c\uc5d0 \ud53c\uc5b4\ub09c \uc774\uc720\n", "proba": 1.5972796063579153e-07}
{"commit": "ec8a08ca08b03e745c504341cc744bf6838a55fc", "message": "BOJ #2583: \uc601\uc5ed \uad6c\ud558\uae30\n", "proba": 2.3922638092699344e-07}
{"commit": "0ac47a6e371b98f3d9421c213b43a86a07228426", "message": "Add comments to Main.java\n", "proba": 2.353890664608116e-07}
{"commit": "39bfcc68846293feb68cf53b691a4bc715591070", "message": "Create NestedClasses.java", "proba": 2.6813324893737445e-07}
{"commit": "bc97f359298b043ce8ae94f2a70c413be36360e0", "message": "Add problem 40\n", "proba": 0.9989888072013855}
{"commit": "043ca9750674f099a9def4df6feb17dcd1a6c4e0", "message": "Update CustomizeDate.java", "proba": 1.1265215107414406e-06}
{"commit": "ec85283428204ba6e17d08169d101ec6a90db686", "message": "create SheetsConverter class that writes to a spreadsheet\n", "proba": 3.233927543533355e-07}
{"commit": "8f6c8e7bd7df02715e32aa47b5698afb1dc9fdf2", "message": "Skeleton for problem 1271\n", "proba": 1.4627300970460055e-06}
{"commit": "2d282d0d9698abd1ccc8e9041e4d3f25caa284b3", "message": "Fixed errors\n", "proba": 3.677519089251291e-07}
{"commit": "88e487157bda91b2be25103cc7146eb2cef0426b", "message": "Added CoreUtil utility class.\n", "proba": 1.1518451970005117e-07}
{"commit": "2d26d31f25256842faae3f2b28112a1658d158b2", "message": "Create FigureInWords: converts number to strings in Java... Yet to compress code.\n", "proba": 1.2735813470499124e-07}
{"commit": "fca51932cacd761269b9955a4e0e0d65d636caf6", "message": "am 64fe2b3a: am 3eddb621: am a40420c9: am 43eea0a6: Merge \"Doc change: Change description for BRAND. Bug:11431921\" into klp-docs\n\n* commit '64fe2b3a33a34f585d83c3f64798e745ca6a37a2':\n  Doc change: Change description for BRAND. Bug:11431921\n", "proba": 1.575697183398006e-06}
{"commit": "211eae98fce88c7c502eb8f59d956c1a249d77bc", "message": "am d28653df: Merge \"Add the trace tag for Dalvik.\" into jb-mr2-dev\n\n* commit 'd28653df6580b76559374580764aa2e86d6c2f48':\n  Add the trace tag for Dalvik.\n", "proba": 1.8556634984179254e-07}
{"commit": "f9ec671d39090b405dbc7d451117f861eeecfd85", "message": "am c42545fb: am 4e47ff8d: am 1dd818db: am eed29a71: am 53d6cddb: Merge \"Fix issue #22846750: Starting Screenie Now On Tap crashes USA Today\" into mnc-dev\n\n* commit 'c42545fbd733617e88dbdacfc188e830698273c4':\n  Fix issue #22846750: Starting Screenie Now On Tap crashes USA Today\n", "proba": 2.63703725522646e-07}
{"commit": "f0fac51e5f281cf3f1ad786a3473b603b41e11c5", "message": "am 5084e69b: Merge \"Make debug.layout usable with hw acceleration on\" into jb-dev\n\n* commit '5084e69b2ce2880f9ac9346618a5ab35c030cf62':\n  Make debug.layout usable with hw acceleration on\n", "proba": 1.0753967671917053e-06}
{"commit": "ae3f79ce6eb9fd128023bbfb9077f8fd21bb0319", "message": "am ad6e111a: am 188f40d7: Merge change Ibb994bd2 into eclair-mr2\n\nMerge commit 'ad6e111a4ae5c7c1bb90025a5f2d6f7518ae048f'\n\n* commit 'ad6e111a4ae5c7c1bb90025a5f2d6f7518ae048f':\n  rename nativeFindIsDown to nativeFindIsUp; check for null webkit\n", "proba": 2.0555503397190478e-06}
{"commit": "244d2d4e9d92afaba2cb497d035305e50f431940", "message": "Delay message for <select> choice.\n\nBug:3230016\n\nPass the message after the page is set to active, which\ncalls a focus event, which may modify the page.\n\nChange-Id: I594ba30a7a105595b27bc0356c164c41e48dcd15\n", "proba": 6.441383902711095e-06}
{"commit": "0d08d2b806c65dc85851628d8d860f07ce413cad", "message": "More docs. \n\n\ngit-svn-id: 6ee47c8665bf46900d9baa0afb711c5b4a0eafac@3288 e2bb083e-7f23-0410-b3a8-8253ac9ef6d8\n", "proba": 3.4562023643047723e-07}
{"commit": "d3a8c7beefe78a6cdae833734653f5314190e57e", "message": "new header\n", "proba": 3.339923182466009e-07}
{"commit": "6bdb26c26eeb013d002b8f2c0200be31c4119097", "message": "Made Listener an abstract class, added a progress() method.\n", "proba": 1.0697580421492603e-07}
{"commit": "3a4d92f8b189088769d484657b16c1f0b9e4cf56", "message": "adding StopWatch class\n", "proba": 2.884459888718993e-07}
{"commit": "adac30e67b1352715cf911707c4dd01870df501f", "message": "Interpolate terrain colors\n", "proba": 2.0730681171698961e-07}
{"commit": "2d8de77874ae58a3bfd9cb69e8152edf98f7223b", "message": "Arguments parser for examples.\n\n", "proba": 1.375914564505365e-07}
{"commit": "42f825d8aec0c98cbe206f923068d101c84d2817", "message": "Remove bloating log\n", "proba": 6.817157895966375e-07}
{"commit": "46d1410a9ea508eae73f6bfed5f4440984514c05", "message": "Added test file so test dirs created.\n", "proba": 1.0928605576054906e-07}
{"commit": "fc866dedba39fa8e20c750e2ba3a37479213623a", "message": "fix bug\n", "proba": 6.400653660421085e-07}
{"commit": "523878117c0c832bdf7f086d892f55bfdfc1d7a3", "message": "more and more examples for SO\n", "proba": 1.1172416947147212e-07}
{"commit": "1d86d23d9345901a057f0ec513ca193e3fb9f389", "message": "small bugfix : normal password authentification was inactive", "proba": 1.447722297598375e-05}
{"commit": "4f03dfe78e9d2f925fabc10c640944e0f2a9c7d4", "message": "am 1e9bfc64: Fix incorrect android.telecom.Call.Details equality check.\n\n* commit '1e9bfc6461d3fe5455c9d7a21414ec66695b5798':\n  Fix incorrect android.telecom.Call.Details equality check.\n", "proba": 1.2003995664144895e-07}
{"commit": "5fd0e46d242f718de629ec07cf540fa24b4a72ec", "message": "am 34a63ba4: Merge \"Ensure RenderScript tracing is always balanced via try/finally\"\n\n* commit '34a63ba4d79567146f2724c47b06ffa4f21639da':\n  Ensure RenderScript tracing is always balanced via try/finally\n", "proba": 4.559141757454199e-07}
{"commit": "88b381078cfd0a7426d9bce30f4a96d51eea7b7c", "message": "undoner more configurable\n", "proba": 4.1379411186426296e-07}
{"commit": "36c8b9748bb5eb2728ead61978ad84a9217388a1", "message": "Controller Test Commit.", "proba": 2.586463949683093e-07}
{"commit": "2016dea8edfa51fae4aa616d4c2676aff39df077", "message": "https://www.acmicpc.net/problem/1406\n", "proba": 2.577754116828146e-07}
{"commit": "f021f8bffe7fb71cda5a2f9cf299906fd216e378", "message": "https://www.acmicpc.net/problem/2261\n", "proba": 2.8439765742405143e-07}
{"commit": "bf52a77153deaa8abe502584c26e24392b12eb4b", "message": "Demonstrate a one-dimensional array", "proba": 0.9999938011169434}
{"commit": "ed301777ecb8f2b0fcb1174c7792d3b914e0baf9", "message": "simple Pong game \n\nfrom\nhttp://fxapps.blogspot.ch/2017/01/pong-game-in-javafx-using-90-lines-of.html?spref=tw\nhttps://gist.github.com/jesuino/8f6ccf3e6174502f4e45ad1956172540#file-pong-java\n\nby\nWilliam Ant\u00f4nio Siqueira (https://gist.github.com/jesuino)", "proba": 2.2685273393108218e-07}
{"commit": "078a74f2117c2e47dd75a9582eb662ebc57911f5", "message": "m\n\nSigned-off-by: Mattias Andr\u00e9e <3d72f033b30d63e7ff5f0b71398e9c45b66386a1@operamail.com>\n", "proba": 1.0848027187648768e-07}
{"commit": "5767a53422e1e005f660d83b7708c70b7570e40b", "message": "Day 28: RegEx, Patters and Intro to DB\n", "proba": 1.0459941535145845e-07}
{"commit": "ce68e51a4a9ea08f06947ed2d31c3446d8aee432", "message": "Updated Tweet method (according to recent VenusScript changes)\n", "proba": 1.0847137588143596e-07}
{"commit": "292318d2593a3482d15119eec1e7509dbdaffbc9", "message": "First class for Git", "proba": 1.6378892553348123e-07}
{"commit": "5489271d1a50ec4fefd2fdc8f4887b7cffca5267", "message": "finish problem 717\n", "proba": 5.394449544837698e-06}
{"commit": "a4f23906b3b16c90daa6f8fff0599b694f27eb27", "message": "fixed #7\nfixed #8\n", "proba": 1.6843672483446426e-06}
{"commit": "1a01bc5f88defc10ae360501a7fe6ff102622333", "message": "Added option to open BEAUti specifying a file on the command line.", "proba": 1.0567506336656152e-07}
{"commit": "609807308745b5b2464d19fb9f1e61e2cebd136f", "message": "update for Phase.getSpeciesMaster()\n", "proba": 1.2439554097909422e-07}
{"commit": "e7120290e9237b32bedb0bfbf609b624e0e9e9c0", "message": "\ubb38\uc81c 5\ubc88 \ud480\uc774 \uc644\ub8cc.", "proba": 1.3271547061322053e-07}
{"commit": "7cd1ac6d8983acc8fcbd980f9a4c100a37755d49", "message": "Create ReverseStringII.java", "proba": 4.3593627196969464e-05}
{"commit": "992c29e93c1407f818108e5c587e8e1b24687e02", "message": "Prototype delayed tasks engine\n", "proba": 3.6707879758068884e-07}
{"commit": "e8c82a37050e568f211d47951480b182a61d42b4", "message": "Fix AOSP issue 9742: Documentation inconsistancy [sic] in AudioTrack\n\nSee https://code.google.com/p/android/issues/detail?id=9742\n\nChange-Id: I7e1fe0c3ac6e3b9367e4815097549250778766fa\n", "proba": 6.403914198926941e-07}
{"commit": "4867c6bff28ac31af615e26d7d97afc07f647556", "message": "am 7c993e8c: am aa1f0856: Merge \"MediaCodec: revalidate cached queued input buffers if queue fails\" into lmp-dev\n\n* commit '7c993e8c16de0322ee231979b798cc40cd5b1576':\n  MediaCodec: revalidate cached queued input buffers if queue fails\n", "proba": 7.153442425078538e-07}
{"commit": "28613cda70c6027bd66ebef514b9e6e48420418d", "message": "Tentativa fracassada\n", "proba": 1.487159693169815e-06}
{"commit": "392b2d4a5c7e0138b7ffc794da8a37c2a907cffc", "message": "Fix typo in javadoc comment.\n\n\ngit-svn-id: a878c62e23c3cdd7109267dfd9bdff0ba03a0163@4769 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 0.9999991655349731}
{"commit": "2ec8f9b9b17ac0583532b6380d2d658a87d7a2ed", "message": "check edittext\n", "proba": 4.95931033128727e-07}
{"commit": "d52cacb3b1f91261945bf61ef05db3f8dad3de8d", "message": "Minor code cleanups.", "proba": 1.234939048799788e-07}
{"commit": "a433799220910b49eca6bb4eb2f8bed831ca4952", "message": "Re-formatted.\n\n\ngit-svn-id: eb82bdd2d46797b52986749e60a360ec5c72eb29@8625 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 0.9999983310699463}
{"commit": "7a00b7e30eb041bb51b7892d68952da1f785ff32", "message": "Add Ptr type in compare and assign expression\n", "proba": 1.9426610720074677e-07}
{"commit": "a14382903077ac5f842463ab953c6c8665a11226", "message": "Cambio para fase 2", "proba": 1.9032761144899268e-07}
{"commit": "56531ba75b12060831401e5cbb68334881b17e2f", "message": "Added settings class for slagd-specific settings\n", "proba": 1.7467310442498274e-07}
{"commit": "8258e11296311c6fcdd3f7d8301272293e6ded28", "message": "Common generics\n", "proba": 1.1197905678272946e-06}
{"commit": "ac684d9e44214e3f65e48f807493949bd06b9866", "message": "\u6839\u636e\u7ed9\u5b9a\u7684\u4f9d\u8d56\u5217\u8868\uff0c\u6307\u5b9a\u79c1\u670d\u5404\u5730\u5740\u548c\u672c\u5730\u4ed3\u5e93\u5730\u5740\u540e\uff0c\u62ff\u5230\u4f9d\u8d56\u5e76deploy\u5230\u79c1\u670d\u3002\n", "proba": 1.0875290712419883e-07}
{"commit": "9e54396ee29c3251303032277551fe01cdb8e20a", "message": "\u589e\u52a0ClientGUI\u7684\u56de\u8f66\u767b\u9646\u54cd\u5e94\n", "proba": 2.060687478433465e-07}
{"commit": "2b6e22f6db571ef88b742bd43bb133fed2d62b70", "message": "Add a new collection EffSet for object with an IntRepresentation.\n\nIt implements Set<T> but uses a bitset underneath and provides methods\nto work on int only.\n", "proba": 1.0366493086166884e-07}
{"commit": "fa10e56d64959f9ff961aeefd0987e160882fdb1", "message": "Replaced byte reading wrappers with direct calls\n", "proba": 7.110551791811304e-07}
{"commit": "cc5e63a934227a8eac6f0ed5e4863d179722337e", "message": "Update MedianMaintainer.java", "proba": 3.0755552415939746e-07}
{"commit": "197fdaefa563b29fb1fac91669930c9acb663854", "message": "last modified and access time in the stat\n", "proba": 1.2275496885649773e-07}
{"commit": "93dd609e53cd9d71e2825b560587f46499a12551", "message": "minor string corrections", "proba": 3.8842517824377865e-06}
{"commit": "48d05aef777d9982b914cc34a8ebc8a8cd320db2", "message": "Moved IBM Watson specific code into class IBMWatsonConnector", "proba": 2.447589395160321e-06}
{"commit": "262db89ef4bd5a4e580d5d78d58e1d90d978f5af", "message": "fixed issue 339", "proba": 1.4890724742144812e-07}
{"commit": "f4c5a4f0f799bbc65aafcb6dd61bb909321f1b7b", "message": "LeetCode 260 Alternative\n", "proba": 4.84453892113379e-07}
{"commit": "ae7b91fd3569620efa74506074b9cf5471eb9d59", "message": "to write sync\n", "proba": 3.1976919672160875e-06}
{"commit": "de5e1e4ede1f7c37d027c5b89c55b59597c58faa", "message": "First version of free style lyric generator", "proba": 1.5665334274217457e-07}
{"commit": "3b35d0ee790f18cf1645d39913ce3bd060c6d959", "message": "Added javafx file with simple interface to choose between different views for the customer\n", "proba": 1.2309658359299647e-07}
{"commit": "2012a1bd5a3686d2b85cdc5e6daad57492aef259", "message": "Created Player class with method stubs for makeMove\n", "proba": 2.154276899091201e-07}
{"commit": "790c597688122b680d6fd0d60fb2e0cce5cb420d", "message": "update from internal repo", "proba": 2.7848787453876866e-07}
{"commit": "a8165be50a3bfabb0a9ad270b807003fbbb00cd5", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "bfb82e9ce26ebfd1ccfdd8c11402f624f1a47e49", "message": "Added Java version of Ackermann function", "proba": 1.3077384153348248e-07}
{"commit": "804e54d1904cc5ae96e4f6d47e432c6ad8f729b6", "message": "GL\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8\u4fdd\u6301\u7528\u306e\u30d8\u30eb\u30d1\u30fc\u30af\u30e9\u30b9\u3092\u8ffd\u52a0\n", "proba": 1.3017285027672187e-07}
{"commit": "d30ab67d2b6356d5dcd4eef80bc65cdebd9a4170", "message": "Fix warnings\n", "proba": 8.644563422421925e-06}
{"commit": "90286323849f29c3bf0578a5073292b5d462d660", "message": "Atualizado 19:00", "proba": 3.100410310707957e-07}
{"commit": "92adda2b616287146549d921dfe4c1199c0a4247", "message": "Use final in favor of initialization safety.\n\nMaking a member field final would be beneficial not\nonly for the readability but also for the initialization\nsafety.\nLeaving SpellCheckerSession#mSpellCheckerSessionListener\nnon-final does not make sense not only because we never\nchange that member field once SpellCheckerSession object\nis created and but also because SpellCheckerSession\ninstance is designed to be accessed from multiple threads\nat the same time, no matter if it has something to do\nwith Bug 18945456 or not.\n\nChange-Id: I1a7ebb54a5d0beddee8799fc5b0800c6e1059099\n", "proba": 1.3234354128144332e-06}
{"commit": "d7aa6110f1b5a3bbed9b72d792a0bee166bee710", "message": "am 99b0d436: am 6eeff850: Merge \"Remove UID checks from LockPatternUtils\" into jb-mr1-dev\n\n* commit '99b0d43645afb2dfd81e1c2ea080de7199fae239':\n  Remove UID checks from LockPatternUtils\n", "proba": 3.7098206462360395e-07}
{"commit": "6c964e74b75084738f33cdf48546310077790d00", "message": "am 1787ea77: am 0f53ad6f: Disable trust agents after wrong credential is entered\n\n* commit '1787ea77745b381c6a1971759f7c62397d90e69f':\n  Disable trust agents after wrong credential is entered\n", "proba": 3.137687087928498e-07}
{"commit": "d6e631ba7b31a728a956db5fd871febb09330d6f", "message": "Added BaseEntity to frameowkr for validation concerns.\n", "proba": 1.0302784403393161e-07}
{"commit": "7a7775184e9186c9440e30a60e6a5c9827ba1a42", "message": "Refine findLast() for #113\n", "proba": 3.4065834597640787e-07}
{"commit": "a910322fb3888a5bdf22f2603015f3ffb17fdd5a", "message": "Handle sign properly during addition\n", "proba": 1.90194967331081e-07}
{"commit": "3f80e6e0b44e98fa14510e0b0d6bc109fb5df8ae", "message": "don't give most recent, error, etc to plot.  only average\n", "proba": 0.9982825517654419}
{"commit": "110aae3d78ba23f8f5d25ed686043111cb3e9c5d", "message": "Fix #614", "proba": 6.760778319403471e-07}
{"commit": "6365bdbc2e9aaa4fa901b13209aa96e30ceeb473", "message": "wordchecker class", "proba": 3.6481803817878244e-06}
{"commit": "11dbc3d94b1743a0249a5e781b12dffa158de9e4", "message": "Create Flower.java", "proba": 2.864109092115541e-06}
{"commit": "f87ca5f3fd93620456f3393e804e777d753a3491", "message": "added array as 3 stack\n", "proba": 3.841278521576896e-05}
{"commit": "595ef84131f487c6f91d2fc2e1918d8019f655a6", "message": "Solution FrogJmp\n", "proba": 5.64072661290993e-06}
{"commit": "a1fd16e4ad64b9e2bb51b99791e0a328f498f159", "message": "Adding uuid utility class", "proba": 4.5012887994744233e-07}
{"commit": "11a620dd130220c72dc108584c44d1c1b508dabf", "message": "Crash it", "proba": 4.055066540331609e-07}
{"commit": "a54fd226eca246e6ef329f8086f0c0de00d6fef6", "message": "NEW: Greep File\n", "proba": 1.5196008007478667e-07}
{"commit": "0876fe153ff52646cd058ecd3b87f0846578f610", "message": "Solve Area of a Circle in java\n", "proba": 2.573247729742434e-05}
{"commit": "a3ea03006bbd4b42cbaf6cff154d218521d2b916", "message": "El juego\n", "proba": 2.7287696866551414e-06}
{"commit": "36204ac852dd92963e4a24fe46b902ebf7607763", "message": "Fix codestyle\n", "proba": 0.00044299158616922796}
{"commit": "4513e28e1b76cb3661fdadb427790718526e48e7", "message": "db: Import db/ExpiringCell.java\n", "proba": 5.930933184572496e-07}
{"commit": "94a25eda1269959c08f69134ad7cc322237da25a", "message": "Add Pinger interface class!\n", "proba": 1.1543789213419586e-07}
{"commit": "55f332f3fb64629267f7f1a642220c0a7be96ba2", "message": "Fix for AXIS-1351 - \"Missing Id Attribute in Body element.\"\nfrom Daniel C. Amadei\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@258062 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.360625411616638e-05}
{"commit": "d42b3ae36dc841fb098458bdeada1d11af5fecb6", "message": "call the acquisition start method to start the commands\n", "proba": 1.2586586990437354e-06}
{"commit": "0a3b157ddea8c9a08de88a87a8c791fcd1f67974", "message": "Initial commit\n", "proba": 3.003353299391165e-07}
{"commit": "ede7ae44d8573a4fa1052204940245fcb2c402ac", "message": "#5547 Table horizontal scroller goes out of sync in Chrome when changing visible columns\n\nsvn changeset:18881/svn branch:6.6\n", "proba": 1.376837275302023e-07}
{"commit": "f11a2d98a0bd4fe274ee755bc97b06185a3d125c", "message": "Minor edits\n", "proba": 3.2148042805602017e-07}
{"commit": "d626782321fda0e2bc59e97587ea6aeefea99f88", "message": "231.PowerofTwo\n", "proba": 2.5196791284542996e-06}
{"commit": "2b983b2299f0f3042916c0d0f3eaa310cc532ed4", "message": "am c80b7cda: am 2acb1ea7: Merge \"SignApk: add argument for loading a Provider\"\n\n* commit 'c80b7cdaebfaeae1b95ad49b5a2782f9e5ee8727':\n  SignApk: add argument for loading a Provider\n", "proba": 9.426975680071337e-07}
{"commit": "731924ba64068d72bece4c07bc7b268e3c6a0100", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@2167 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 6.398706773325102e-07}
{"commit": "19f5763dd15bde45767a5337473407c708fad597", "message": "The code to dynamically load modules is still crappy but now knows about the difference between a flat class path and being run from JBoss Modules (#4649)\n", "proba": 9.888174190564314e-08}
{"commit": "3ce174758304893f0a9e58e1ef0c22a8eb1e4d36", "message": "am 2e353b35: am 2db084fa: Merge \"Dialog not dismissed when tearing down dialog fragment.\" into jb-dev\n\n* commit '2e353b35f0b0a346e54aaec91de455d5f1cef213':\n  Dialog not dismissed when tearing down dialog fragment.\n", "proba": 2.251395301300363e-07}
{"commit": "39a8dc4aaf6b8ff63b3168a8f7e3b8153d3891d8", "message": "Fix bug 4499292 - ActionBar tabs don't show the first time\n\nFix an order of operations issue with actionbar tab initialization.\n\nChange-Id: Ie1b1c76614eafc68e0069985b93683b44699b958\n", "proba": 2.612247271827073e-06}
{"commit": "222b815f37773f45f6db3b010e2e037c999082e2", "message": "added Bomb\n", "proba": 4.3542362959669845e-07}
{"commit": "69332f959405318faeedf693ec2351dd1478cc31", "message": "Change type USER to USERS in Type.java enum file\n", "proba": 3.3036636182259826e-07}
{"commit": "39b7c50e8b0ee23e6c39633f2e9c94b1debb4fa7", "message": "data-gen: test cases generator for BOOLEAN RLE encoding\n", "proba": 1.4490416333501344e-06}
{"commit": "66bb366c83a8c15eb8d713683d8090f5d525ccd2", "message": "Fixed failure when descendents aren't deleted\n", "proba": 2.467039905695856e-07}
{"commit": "594d773dfc9e3cbf2f6922f259894757300f5deb", "message": "second\n", "proba": 2.2937986159377033e-06}
{"commit": "368df5550a10d7b297c31cfa5db21b8f03049bb3", "message": "Create Ilya and Bank Account.java", "proba": 2.8369619030854665e-05}
{"commit": "d62561c81f9c80b951a643b57015900d78b86cf3", "message": "Ontological class to support agent reloading.\n\n", "proba": 1.1356292617392683e-07}
{"commit": "730b5256745d851fcfc7b5732ae061854ce20464", "message": "use record.class.connection instead of record.connection (now deprecated)\n", "proba": 1.1978768554854469e-07}
{"commit": "75e003e2b728ea94d9a431bc33b8492cbd5c215f", "message": "Strings in results should take on default internal encoding.\n\nFixes test_respect_internal_encoding on sqlite3.\n", "proba": 1.1803350474792751e-07}
{"commit": "9457eef0f865553352bb357c20a1f677ddd7fffd", "message": "did not account for empty generated keys while refactoring", "proba": 2.3352585287739203e-07}
{"commit": "fac1211afa308199356a834f5c11716f3f925f6f", "message": "partial 0.9.4, support for file streams and script\n\nmissing file\n", "proba": 1.248017014177094e-07}
{"commit": "4c612139f3a33a38cc10019e4d91eee21a897d40", "message": "Added keyboard hiding example.\n", "proba": 1.156283957470805e-07}
{"commit": "a4f88bc2ecdfabd05c53e674d6a0d4fc1d71ac5f", "message": "Create ServerProxy.java", "proba": 1.4135860055830562e-06}
{"commit": "724f83e1b8e19064b5eb24b735ac35caf8ec2a01", "message": "Initial commit.\n", "proba": 1.9319949728924257e-07}
{"commit": "ea2562a71f7ab23121a11a0e0b4f6cb2c4ccc5fe", "message": "View | Registro de Categorias adicionado\n", "proba": 1.7085950787532056e-07}
{"commit": "6bc88dde8ae246d0cc198a4e335b9369f9962072", "message": "added EntityVOConstants", "proba": 2.1327697652395727e-07}
{"commit": "e6b604c700807a89800421c1325d23845fcfba33", "message": "index a single file done\n", "proba": 7.233907695081143e-07}
{"commit": "83653cabcca9aa3120accd4c07ccc65f3f446c68", "message": "Added file MyIntegerExercise10_3.java\n", "proba": 2.714691333949304e-07}
{"commit": "7d3b77d78caef58d8136a75839a20f3c45a39add", "message": "fix test case. wrong input again\n", "proba": 0.008147431537508965}
{"commit": "dd16db07671ccc75663a320f372321312fc176da", "message": "Added new solid: rotational curve\n", "proba": 2.0640823095163796e-07}
{"commit": "53a24548d52fee0a0cb2af49e554148184390e0a", "message": "add reverse\n\nSigned-off-by: Mattias Andr\u00e9e <3d72f033b30d63e7ff5f0b71398e9c45b66386a1@operamail.com>\n", "proba": 1.690750082161685e-06}
{"commit": "601187ce06b763afd58dc3dc14f46e319faa74c5", "message": "Add test to validate card images", "proba": 2.3199112320071436e-07}
{"commit": "eeb1af5bc4499eb128ef1e716f4ba3917d785964", "message": "Longest palindromic substring\n", "proba": 0.0043715378269553185}
{"commit": "b6b2deeb610b7e80db6110f9a66472b497977170", "message": "Tests for the MainChange class.\n\n", "proba": 1.1479850314799478e-07}
{"commit": "491e1b249afa99514dbc10d9d9d16510678058aa", "message": "SimonStewart: Visibility test now passes for firefox.\n\nr17329\n", "proba": 2.887627772452106e-07}
{"commit": "2fdfb55cb46913b69df4f8565e9c37eaff17522e", "message": "Fix some Findbugs warnings\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1095684 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.012421514838933945}
{"commit": "05fd398afda632090db40cc2afc17ced93470399", "message": "Create PasclTriangle2_001.java", "proba": 4.479595190787222e-06}
{"commit": "cf6a8e962e4fb1292181e5d241781779a04f39f1", "message": "Added authors", "proba": 1.5418920895626798e-07}
{"commit": "d703819704bf168c7a95442bad05e7451d9bd335", "message": "Warn on bad arguments for version history", "proba": 1.974100456436645e-07}
{"commit": "026231284c44ca8cf789e0d5045c5ae6a91d7766", "message": "resolved conflicts for merge of 1ffd753e to gingerbread-plus-aosp\n\nChange-Id: I2741766c359bed3040fa3b787d72483eb028fb6d\n", "proba": 4.790235834661871e-07}
{"commit": "9491315788d7dc4f5e9dec1267437140f4c5a644", "message": "am 0f925d0d: Merge \"Fallback to old Window.Callback#onWindowStartingActionMode\" into mnc-dev\n\n* commit '0f925d0def01d586108c6ef0683efd8d9bbe1737':\n  Fallback to old Window.Callback#onWindowStartingActionMode\n", "proba": 3.3240901302633574e-06}
{"commit": "034c2c3fecd39cd1513914d577921913c9810aa6", "message": "Add missing file from XA patch to make it compile.\n", "proba": 1.0849186082850792e-07}
{"commit": "efb33b81799d115b5547917c378c44f77722fe41", "message": "read private\n", "proba": 2.2066367932893627e-07}
{"commit": "1280f78f412de1851f4d05a02482879e74fdb47b", "message": "Initial checkin\n\n\ngit-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@3507 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 6.096676088418462e-07}
{"commit": "a51e0059859a80c1dae18c62e6a0019dd91aa43b", "message": "Create Main.java", "proba": 1.9291887838335242e-06}
{"commit": "54dd3e82257cf992588883334c1568566cca9d46", "message": "HTTPServerTest added\n", "proba": 2.1276299833061785e-07}
{"commit": "3902e0cc3d9820848e291c411f8c13016cda779d", "message": "change title\n", "proba": 0.00048169700312428176}
{"commit": "8a9aba47dc8302086e0edcc91f3c499bb590ef7a", "message": "On windows 7, Native Access Exception is thrown. Catch and log the exception since it seems to be not doing any damanage", "proba": 2.8148483011136705e-07}
{"commit": "8f9575f4d93d0c28470bbbf05cac4e306ce8baad", "message": "hello world\n", "proba": 0.9999812841415405}
{"commit": "d38c454fc04ba1086e6c5e04561757771dd6070a", "message": "Remove duplicate feature, and fix silly mis labeling.\n", "proba": 1.1627816576265104e-07}
{"commit": "8ef9ab6e4d529384c97be169f4a0da3c183436cf", "message": "add peaceful recipe for leather\n\nI suppose I'll have to muck with the cow tipping cheevo at some point\ntoo\n", "proba": 1.3379323604567617e-07}
{"commit": "61d750574e9b029d7d80c004edaa533db02a0812", "message": "added EntityVOFiltering ", "proba": 2.8364058834995376e-07}
{"commit": "5617ca85682058638001073470992841d8ed6101", "message": "Remove unneeded (and potentially dangerous) code.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@249471 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999872446060181}
{"commit": "a9225be9a7ed86baa975516784cfca124903e990", "message": "Added new class for representing map tile edge positions.\n", "proba": 1.0326019150852517e-07}
{"commit": "49d2bdf433f214c0c8054a9923dd42535aeac46e", "message": "Update View.java", "proba": 6.057296104700072e-07}
{"commit": "81ddf2930bee87df95ef7f8422477998f4c319f5", "message": "Advanced Jaguar Class (with inversion capabilities) -Bianca", "proba": 1.366456245932568e-07}
{"commit": "55ffeae87f13737d6cd25f6cfede2ca624494f56", "message": "implementing conferenceRoomPage\n", "proba": 5.383772077038884e-07}
{"commit": "77e1e9e2f1cddea196df5f392b12fbe8ff2196fd", "message": "Added a static class to house useful math methods.  All this has at the moment are methods for comparing doubles and floats, but I suggest that the bulk of our little math methods should be added here to avoid filling up Utils.java with so much random stuff.\n\ngit-svn-id: 4561c0a8f080806b19201efb9525134c00b76d40@505 348d0f76-0448-11de-a6fe-93d51630548a\n", "proba": 8.221634288929636e-07}
{"commit": "1580b9511980c3f32094ea03dae93d65e7e14d4b", "message": "am 278f1897: am def08b76: am 4dc54149: Merge \"Add missing value for EcIesParameterSpec.PointFormatEnum.\" into mnc-dev\n\n* commit '278f18971bf6642c74ef7c8a7243c40176dec53a':\n  Add missing value for EcIesParameterSpec.PointFormatEnum.\n", "proba": 1.5353214166680118e-07}
{"commit": "8e66cc515f622068d155d1c81d77612e19d5c4f6", "message": "Add CheckUtil.\n", "proba": 1.4989977614732197e-07}
{"commit": "b3bc8c11d2b6ab0b646a1c6f6736885f520d7232", "message": "I haz found myself a Taskling\n", "proba": 1.160600731964223e-06}
{"commit": "f23b0231941b72d3dba875c2ec82a8afff6422ae", "message": "Create NetEaseNo3.java", "proba": 3.4448207770765293e-06}
{"commit": "8251d26c49d58215b6bf9842559b4abcc7d146f3", "message": "paxos\n", "proba": 3.0151304599712603e-06}
{"commit": "cd583e85c302fcbe19f110ee40202df6d5fa23a4", "message": "-ln, -lp for logback params\n", "proba": 2.8834142540290486e-06}
{"commit": "64ef1ce9368985932f4cc7a06b3af585394c5cc6", "message": "Fix for bug 2427961\tandroid.security.tests.SystemKeyStoreTest:testBasicAccess is failing.\nFixed issues in test.\n", "proba": 1.0126237270924321e-07}
{"commit": "f8bbd1411eaf25c195822836b619f9a533c43b4c", "message": "Added the class ThreadUtil.\n", "proba": 1.1111573172684075e-07}
{"commit": "c683ade71f966787f0f1f72274f90de54b4ee3d9", "message": "add an null check to preserve the backword compatibility with empty soap messages to empty parameters\n\n\ngit-svn-id: d6acb143e251c037dab5ea34394f8439daf45588@1055839 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.1361355518602068e-06}
{"commit": "f0b18de7d35b6d6ad5ab3ac9dfd7989653b187ca", "message": "add textableendpoint\n", "proba": 3.9189730159705505e-05}
{"commit": "318c703d08d83b7e7750f3a313c031918895481b", "message": "restores previously deleted file\n", "proba": 3.6803538705498795e-07}
{"commit": "d67aff686d467c439970aef4a57a29838bf005c2", "message": "am a63ba428: Merge \"Separate the protection of mProxyServiceStateCallbacks from that of mService\" into lmp-mr1-dev\n\n* commit 'a63ba4287e5c87f41cd7d4b43111fd18f3ec499b':\n  Separate the protection of mProxyServiceStateCallbacks from that of mService\n", "proba": 6.719729981341516e-07}
{"commit": "284e66e23cd19ce9332741daccfe58beb9bb6f15", "message": "am f6b62a9d: am cd460538: Merge \"Don\\'t send the onServiceDisconnected callback after close.\" into lmp-mr1-dev\nautomerge: 7ea97e2\n\n* commit '7ea97e28e6a2271fd4d60c07b4fa83e019e3474a':\n  Don't send the onServiceDisconnected callback after close.\n", "proba": 2.4867380489013158e-05}
{"commit": "6c5cec881a722b6cebfabbc1e332a7c92cd2ad5c", "message": "am 6b6ce6bf: am a5637bac: Merge \"Telephony: Add HSPAP to getTcpBufferSizesPropName\"\n\n* commit '6b6ce6bfce56c2f3ce007b33d3f834f8dd62b626':\n  Telephony: Add HSPAP to getTcpBufferSizesPropName\n", "proba": 8.584800639255263e-07}
{"commit": "f497e2d066dc3a1cebcb4d5d8680b03f0fb9da90", "message": "This class implements a message queue for an agent, that can be either bounded\nor unbounded and adopts a FIFO replacement policy.\n\n", "proba": 1.0669378980310285e-07}
{"commit": "fcbb22e6b1663eece82c678c9450f6e5a8b8bb50", "message": "Create Function.java", "proba": 3.36281186719134e-06}
{"commit": "d9a7b8d5a5f96c0ecc6681201d6810a0d99a4dd0", "message": "am f8830fc5: am 28fffd58: Merge \"CarrierText clear itself when no mob. data support\" into lmp-mr1-dev automerge: 9309db8\n\n* commit 'f8830fc514b2397c4f6477a03d7def4f60b093d3':\n  CarrierText clear itself when no mob. data support\n", "proba": 1.8459131752024405e-06}
{"commit": "e37e9ba3ca3aed4109eb75b2e9ac622a7322caca", "message": "Show notification ticker for finished bugreports.\n\nChange-Id: I7d326b0da83c3ae334739cdb8cb4ca18f948c50f\n", "proba": 1.9490129488985986e-05}
{"commit": "656375c92d36a09bf30e6b7ba3198e4fdf344679", "message": "Added Part.java\n", "proba": 2.3658770942347473e-07}
{"commit": "25de9b49f4742e9e735ce89c7458c6edda144277", "message": "Add Bug3139802\n\ngit-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@13116 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 6.81078915931721e-07}
{"commit": "bcb0d963d4777abe25e96321002339a719ca227a", "message": "Add sample code for RFE 3026970\n\ngit-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@12324 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 6.825042078162369e-07}
{"commit": "dabc091c701767b41a5fa2689388fbeaae44574f", "message": "Comentando o m\u00e9todo setPhone", "proba": 1.1794195415859576e-06}
{"commit": "ce5b433cf464031f212c05f8c1e8781c20fc395f", "message": "am 8af78483: Merge \"Limit shared element transition to shared elements and children.\" into mnc-dev\n\n* commit '8af7848355ef3d8f6042bde1454a478456f6b7fe':\n  Limit shared element transition to shared elements and children.\n", "proba": 1.220309400196129e-07}
{"commit": "4985c5c782661c2fd0ae6c368062b5203222c087", "message": "Experimental: verify cached constructors before use.\n\nCaching constructors can cause problems for dynamically loaded code if\nthe same class name appears in more than on classloader. Before using\ncached constructors, verifty that they come from a valid classloader, i.e.\none that appears in the classloader chain of the current contexts\nclassloader. Remove ones that do not from the map to allow the associated\nclasses to be unloaded in case they're no longer in use.\n\nBug: 21690610\nChange-Id: I84f2894cd03a5dc0c33aed9cd710e4a1f6d9515f\n", "proba": 3.541090791259194e-06}
{"commit": "d687504e73b9d4a41b7ba28de864b4f3ab5c48e4", "message": "am 31e4d66a: Merge \"DO NOT MERGE\" into gingerbread\n\nMerge commit '31e4d66ada01ea0714304309967a38d07bfce6c6' into gingerbread-plus-aosp\n\n* commit '31e4d66ada01ea0714304309967a38d07bfce6c6':\n  DO NOT MERGE\n", "proba": 7.138884029700421e-06}
{"commit": "f06364b8c69b0e6b497242ef0d1161a2539c1b5a", "message": "Listen for window orientation events.\n\nThese will be sent to webcore as orientation events.\n", "proba": 1.0269079808722381e-07}
{"commit": "6b40cc7f8a01ed31202aaf05c10bfac42ee87539", "message": "Fix FastScroller for single-section lists and untitled sections.\n\nChange-Id: I121d9427e87e1a9e09562642f6aa621fc1cc849a\n", "proba": 1.2944648005941417e-05}
{"commit": "da0ff4de3203c5e821bef9830d0404ad1ab30dbf", "message": "am bec154c5: Allow the spell checker to remove existing misspelled spans\n\n* commit 'bec154c50036bc70a37518dc93f6821209f58728':\n  Allow the spell checker to remove existing misspelled spans\n", "proba": 1.5662883470213274e-06}
{"commit": "7b7949981bac6ac2e04037a36ee03d695dee79c7", "message": "Added org.inceptus.constants\n", "proba": 1.6862382778981555e-07}
{"commit": "800923f4a73320a7486f98ba18aae549148e9662", "message": "Fix typo.\nPatch provided by caoxudong\nThis closes #17\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1656298 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.9603384973597713e-05}
{"commit": "1b2acab4fd4781bd2ea9fb86a0b3fd8e6a4f2d43", "message": "Fix FindBugs issues in this class\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1044858 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.185119107409264e-07}
{"commit": "852991e97550a44265804fcc85cb41d1c554ba9c", "message": "Rework notify to handle nested inline completion handlers correctly.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1650285 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.971347273865831e-06}
{"commit": "fde689f63897cdbf383dae983ad55f3d30b89ac8", "message": "calculates total with different amounts of tip\n", "proba": 7.453737453033682e-06}
{"commit": "e7b5467c02fbb04765b0061b1c91596f04083dca", "message": "Create Solution.java", "proba": 1.4807177421971573e-06}
{"commit": "dfce14100a3037fdb230152d06bfdf7ab3707cc2", "message": "GameState.java", "proba": 3.996005943918135e-06}
{"commit": "16404773d7ee30d72a5ac7feaf579786b29affbc", "message": "am 504752fb: Merge \"Ensure MediaBrowser state is set to connecting after a reconnect\" into lmp-dev\n\n* commit '504752fb3833a90f4a226a2027939cb972cb8a9b':\n  Ensure MediaBrowser state is set to connecting after a reconnect\n", "proba": 3.8637480770375987e-07}
{"commit": "b92cf2d2759d7691174dfde379e5848b8e7d225d", "message": "added AppMojo\n", "proba": 1.798008213427238e-07}
{"commit": "63b65b1dc5b6e230063f724097524b0dc1918946", "message": "Needs this too\n", "proba": 4.017683750134893e-06}
{"commit": "b75783571b2b51357f97407903b2fda9534f91f9", "message": "Change slide-to-camera intent to INTENT_ACTION_STILL_IMAGE_CAMERA.\n\nACTION_CAMERA_BUTTON is for camera hardware button. Change the\nintent to INTENT_ACTION_STILL_IMAGE_CAMERA.\n\nbug:5572158\n\nChange-Id: I49ffbf50ecd4458065ee1c2d1fdab8d9e696a1a8\n", "proba": 7.547614586655982e-06}
{"commit": "a6b265908ab52d1aee35697799608ba19160d2c8", "message": "server/cmdparser argumentum sz\u00e1m ellen\u0151rz\u00e9s\n\nswitchben ellen\u0151rizz\u00fck illetve konvert\u00e1ljuk az argumentumokat\n", "proba": 2.714479023779859e-07}
{"commit": "f49b0a45aece9bad42d81a09eeceaf1b5b6c06df", "message": "Treat screen-on while pausing as pause timeout.\n\nIf an activity is started pausing when the screen turns off and\nhasn't completed pausing by the time the screen turns back on then\nwe will end up showing the activity below it when the pause times\nout.\n\nIn particular pausing the secure camera exposes the activity on\nthe top of the stack if you turn the screen off and back on\nimmediately.\n\nImmediately forcing the existing pause to complete when the screen\ncomes back on allows the keyguard to obscure anything that might\notherwise be shown.\n\nFixes bug 17713150.\n\nChange-Id: Ibe275991aa325a7d326bf2a24511aeb4dcbb7e1b\n", "proba": 1.3764660025117337e-06}
{"commit": "ebbcb54a4380239ea3d0c4d1a20cd6b3c9ec0590", "message": "Check if we're connected before marking a UID blocked\n\nThis kills the always-on test, and any third-party app that correctly\nchecks whether it's blocked before attempting to make a connection.\n\nOnly affects always-on VPN when lockdown=true.\n\nBug: 28909500\nChange-Id: I87aa9598d3872ae2ec409c2b19d73052c21ec878\n", "proba": 2.1199023194640176e-06}
{"commit": "ba9a149609f9a8bf53867b5aba3c59610a3d9dbf", "message": "Added DaoMutSig\n", "proba": 2.8264312845749373e-07}
{"commit": "0bbadb3cf0aadbc5b5121cb59b107a48eb08d29a", "message": "Block hashtag (it messes up things)", "proba": 1.482599714108801e-07}
{"commit": "6a35c1b8e9b68c41a7f53351bc47402f4eff3524", "message": "file directory\n", "proba": 5.747696377511602e-06}
{"commit": "95197050a5f8dfaa600fc8c9955c40fe8e017e35", "message": "Initial revision.  Taken from NutchWAX.\n", "proba": 1.037790795521687e-07}
{"commit": "a387599d7ccbd65c3f0baba5bbb5a653d4d72307", "message": "Added @Distributable to mark distributable Reducer implementations", "proba": 1.3198139470205206e-07}
{"commit": "838ed935c250487ac2ff30b108b4412a9622a8b0", "message": "For a list type appended \"[]\" after the name\n", "proba": 0.000651919050142169}
{"commit": "c73616616dc67ec13a95386b0f32395a3c6fc4d2", "message": "TimerSchedule\n", "proba": 8.671544833305234e-07}
{"commit": "4f18b20948ff4bfd74cf2d5cc6448314c09cd2ed", "message": "class for schema name\n", "proba": 8.885807005754032e-07}
{"commit": "435d4cbd1264c50f3c962c0273dd1887eaeeaaea", "message": "\u4fee\u6539Ranch\u3002\n", "proba": 1.254439041531441e-07}
{"commit": "04337361055ee49876fc076e7fc4348179b92c56", "message": "Add an interface for objects with URL locations\n\nThe initial use case is for ModuleInfo. Similar to Identifiable, it is\nnice to able to ask a command or script: \"In which URL are you defined?\"\nThis is a different question than the delegate class, which is\nJava-specific.\n", "proba": 1.1380603837096714e-06}
{"commit": "61a8fbdc5eb78e5cba360e1175cd5dbd52ac30ad", "message": "adding LootSocketGem\n", "proba": 2.558808773756027e-07}
{"commit": "a5edc340ebbf1458cef90d1db79fb799ee7c368b", "message": "refs #2623  Added the DataBaseHandler which extends the SQLiteOpenHelper\n\ncompleted the onCreate() Methode where all tables are created\ncompleted the onUpdate() Methode where all tables are droped an then createrd new\n\nTODO: the CRUD-Methods (Create, Read, Update, Delete) for USER,BOUNDINGBOX,NODE,RELATION, WAY, RELATIONMEMBER\n", "proba": 2.554744185090385e-07}
{"commit": "d72c9826a945acf8d747b0a06a901467c2f39293", "message": "Example call of stout router.\n", "proba": 1.1843898306551637e-07}
{"commit": "b4995eb6a9c09fcd786d4802db01e6f21cf04471", "message": "Fixed missing storage services on Marathon and IM; update ImClient\n", "proba": 1.475428774710963e-07}
{"commit": "07a83d983ac3b4c05c2bb3d64a2908ea295c98c2", "message": "Quick Fix\n", "proba": 3.5609048154583434e-07}
{"commit": "3d90928e584632297f56572404304684e0bf57a6", "message": "Add a Factorial algorithm\n", "proba": 0.9997275471687317}
{"commit": "b046ce7e2a6b301e404828a91df878b679ecf37b", "message": "Add new rendering helpers\n", "proba": 2.784337027605943e-07}
{"commit": "765417a662c70d1451f62e5bdd9a41292a1c036f", "message": "Add CharType\n", "proba": 9.138646532846906e-07}
{"commit": "c64370017c3a89cf331681afeeda4271053cdd27", "message": "Added FieldPosition class\n", "proba": 2.0843101822265453e-07}
{"commit": "dc055cd47487bd8d8bfc3a902be8684040f6c7d3", "message": "Multiplying colors by 1000, not 100\n", "proba": 0.9997805953025818}
{"commit": "779bbe6a0a927829a2241cac8d553e286f1ee902", "message": "Oops, one more Java 1.5-related commit.  Technically we could use an ArrayList here, but, Vector's fine too.\n\n\ngit-svn-id: eee8356d45ea3f6bef60455b6252670a15fb374b@272 68c0822f-77d1-6f10-b115-8a14d106ca4c\n", "proba": 5.661939212586731e-06}
{"commit": "b1862ac84747f1352c4763e94adf79c8f2d2e5c9", "message": "some relative file path helper functions\n", "proba": 2.726288528265286e-07}
{"commit": "338f3e27db62413001f6275c048af31527c1fa76", "message": "java.time Period demo", "proba": 1.0355026915931376e-06}
{"commit": "1b767da4dfa864862f14db0d3f26bef9570d6275", "message": " removed filter for testing\n", "proba": 2.1001628169869946e-07}
{"commit": "f24224c2c6aeff8a3c7541b57675293004f8217d", "message": "empty message\n", "proba": 0.0019680685363709927}
{"commit": "7f51ccc97429f2ce60b9cd60883a512f777e6c56", "message": "tested simple 2d dic\n", "proba": 2.812924151385232e-07}
{"commit": "72bb95f742f9023cc48a804e7acff068cf2b14fc", "message": "Solved", "proba": 0.9999978542327881}
{"commit": "63a6c52fd2409e9d76a03223673d31dd2d1e5594", "message": "Added finished PP 6.8\n", "proba": 1.3316262936768908e-07}
{"commit": "d8fbcffd8e5a0a68bdb78ab43f523c8ed80775e1", "message": "test\n\ntest\n", "proba": 3.7416928535094485e-05}
{"commit": "a141f550f615e006bf7794b008bdf3da4bc0a988", "message": "Special case for villagers instance constructor", "proba": 2.3371724466869637e-07}
{"commit": "21b39b1b46fa1b3847f1eeb4cc83c34634733615", "message": "ISSUE MINOR:\n\nNew capsule test.\n\n\ngit-svn-id: 5afc437a751a4ff2ced778146f5faadda0b504ab@3420 75d07b2b-3a1a-0410-a2c5-0572b91ccdca\n", "proba": 1.347783108940348e-05}
{"commit": "9a255750729c4877f48d49b1c045fc84159d3816", "message": "Add commit\n", "proba": 6.087444148761278e-07}
{"commit": "b0e08c840cd96e1d7af78890eaf432a8f1089d92", "message": "Test picture\n", "proba": 1.8512281485527637e-06}
{"commit": "616a3107f74f43e3ac4292bcad888a0674fa6cdf", "message": "paging query\n", "proba": 2.6148593406105647e-06}
{"commit": "37b27c0b8221a4cbf770cd36fb2587ec3d79f9f8", "message": "Create Steps.java", "proba": 1.2161332278992631e-06}
{"commit": "9a81e1f05d542e69faf7da04af05beb00c4bb91b", "message": "Added View Story Activity java code\n", "proba": 1.3756626060512644e-07}
{"commit": "9e24eca6fa3b231cc29e3a1ffae435e251806213", "message": "modified the Util.UPDATE case. but have to recheck that and therefore i added TODO there.\n", "proba": 1.0209006973127543e-07}
{"commit": "4833726cedb28ecd736ee32a267c53333d707abc", "message": "fixes extra scrollbar issues in webkit based browsers\n\nsvn changeset:5934/svn branch:trunk\n", "proba": 2.6254389240421006e-07}
{"commit": "38438e96e0759916d36f2a5b4ca0f922f23f4efe", "message": "UseThisIfFileContainsItsName\n", "proba": 4.901980446447851e-06}
{"commit": "fe04f98d0da29d8a6c31e8b98e6739ac68d0774d", "message": "+HomeCommands: /home geschrieben.\n", "proba": 1.2417413586263137e-07}
{"commit": "9deb21e25d85cda94f61bc2c5f84944022e41492", "message": "sys out\n", "proba": 3.954732164856978e-06}
{"commit": "f460ff1551e6263672adc6a0814d001fbfc8bcc2", "message": "First commit for controllable rat\n", "proba": 1.378991072442659e-07}
{"commit": "c0d26f9824e65d754535eed7e1c85aa06bc2704c", "message": "Added the beginnings of marginal likelihood calculator", "proba": 1.917973122544936e-07}
{"commit": "9d0dcfe4272419b8c21646f79f3bfa1b833744ed", "message": "First test", "proba": 9.139291705650976e-07}
{"commit": "d3cf1b72ca77ec71f029e98a8461f2bf739a34c6", "message": "made applications of constants more uniform...\n", "proba": 1.2493352130604762e-07}
{"commit": "3e2b1b861f1b34a9cfead1a6dc835655f343d96c", "message": "Migrate interface Future\n", "proba": 9.047342359735921e-07}
{"commit": "1382e3f129fafecfd206fe39a33cf3446ebd3202", "message": "sdk update\n", "proba": 4.1650494608802546e-07}
{"commit": "c6a2dbc92795b738951f7c31b54f50622925428d", "message": "Created enum", "proba": 4.4076554672756174e-07}
{"commit": "8fb4b150d4e7856adba2efc7716a813381071dd1", "message": "TileVals class\n\nContains constants for Tile objects\n", "proba": 2.312919349378717e-07}
{"commit": "3052f10d11836b8e8b5a4f34b7bd65e843ac2d2a", "message": "index v2\n", "proba": 0.0012179416371509433}
{"commit": "836d9e5a95c4329bbe939d0ef3337b5c00dc8128", "message": "\u4fee\u590dredirect\u7684\u76f8\u5bf9url\u7684bug", "proba": 1.7716072875373357e-07}
{"commit": "fafd0377375f0f82edfe517c346c15323b4aef6f", "message": "JS: add class ProcessorData\n\nSigned-off-by: Harry King <409587b9e6671aa0763646191d292852dc49a658@gmail.com>\n", "proba": 1.2185115849661088e-07}
{"commit": "77c984ef23835bcb6096cd370e75148c020226fd", "message": "API-245: Clean up BlogStore API\n\nFew finishing touches on the API:\n\n* Removed default implementations as they are not \"safe\" (their\n  implementation is not blocking other methods, so something could happen\n  in between.\n\n* Introduced VersionContent wrapper for retrieveLatest() so that caller\n  knows what version was returned.\n\nChange-Id: Iaaaef2a87a50c93aebce6da2045865b5c89b35a1\nReviewed-on: https://review.streamsets.net/15867\nTested-by: StreamSets CI <809627f37325a679986bd660c7713476a56d59cd@streamsets.com>\nReviewed-by: Pasindu Perera <df989e4678a1fc14cce8f2b9a4caf793c6226a6f@streamsets.com>\n", "proba": 2.2703899958287366e-05}
{"commit": "6202a1cef2f930080d95f90eb2902c530ed3877b", "message": "Optimization. If there are no posLits, don't issue a query.\n", "proba": 1.7901736271142e-07}
{"commit": "1717bed98ee5fe40be31aaa98570b48b0084cd4b", "message": "Inclusion of PKCSUtil for usage on the Push server", "proba": 1.3580184088368696e-07}
{"commit": "142a2df3d5f9e5c778b8e3bcba11ce2845edb7fe", "message": "getting rid of isRegex method\n", "proba": 8.941725354816299e-06}
{"commit": "546994ecf97ff7c62f46ed0aa1f6b01eecf9aa5e", "message": "Homework #9: real commit other one only had one exception :S\n", "proba": 2.333025861389615e-07}
{"commit": "cb15a57b55726f40cd37191de72cd0504f85601e", "message": "Data access manager interface and implementation.\nMove PhenotypeArchive to trunk\nAll DAO changes.\nOntodb data access manager added.\n", "proba": 1.0241206638283984e-07}
{"commit": "5785758d7de681e430b96aa001a34187aee3779b", "message": "Fix link check bug: mark external 404s as broken\n", "proba": 5.049355422670487e-07}
{"commit": "4cad814deb83d4dc9ea638c47bc74478e718f3f7", "message": "MONDRIAN: Woopsie.\n\n[git-p4: depot-paths = \"//open/mondrian/\": change = 14970]\n", "proba": 4.5552391725323105e-07}
{"commit": "0c40572f956a3d6a04d16ed23bfb375579487bac", "message": "Add Player Class in entity\n", "proba": 3.9137839280556364e-07}
{"commit": "caa99964650177f57c9f62d9c84eaf8b17f57197", "message": "am 0fc1e88c: am 6afdad7e: Merge \"Don\\'t fall back to domain verification state when looking up app linkage state\" into mnc-dev\n\n* commit '0fc1e88c05e805324880a35b3f10126937824a79':\n  Don't fall back to domain verification state when looking up app linkage state\n", "proba": 1.2132418305554893e-06}
{"commit": "f4e06fa4abbc184f36bfcd5c5a2f741bb2614da7", "message": "am c7627537: am 32cc40a9: am fdd63510: am 491eaf22: Merge \"Note libselinux dependency on packages.list format changes.\"\n\n* commit 'c76275377cbc807b3bbc2fc1662ff18c59043e5b':\n  Note libselinux dependency on packages.list format changes.\n", "proba": 1.2738752275254228e-07}
{"commit": "68f6715bb283de2aa1678ffa16f69fd897300d8d", "message": "Maintain shared user list on OTA\n\nWhen a package is removed during an OTA, we weren't removing it from the\nshared user list. This means anyone asking for the packages for a shared\nUID would continue to see the old package.\n\nBug: 24906701\nChange-Id: Ifb6d64195e6b8af7454e19591611af66a40cbd10\n", "proba": 2.1311858290573582e-05}
{"commit": "d3b2fa49492cfe0ee81f0a66887d1e79d3bf0d2d", "message": "am e1db0dd0: Test for task in front must include stack in front.\n\n* commit 'e1db0dd089456d80a2872fe1a12a179f39240aec':\n  Test for task in front must include stack in front.\n", "proba": 4.179021289019147e-06}
{"commit": "78e621118a0648a8720cb322e82d1694c78e3d1a", "message": "am fee88fdb: Merge \"Issue: Foreground activity performs [Resume] and [Pause] when any process died in sleep mode.\"\n\n* commit 'fee88fdb64cd6c0a51b11426e28a1484390d473b':\n  Issue: Foreground activity performs [Resume] and [Pause] when any process died in sleep mode.\n", "proba": 1.184231734896457e-07}
{"commit": "8cb7f9cf4bb3dc6df697c3e114204f61117624ed", "message": "Module 5 Mastery Check - 4\n\nhttp://ideone.com/ndlqnU", "proba": 1.308439578906473e-07}
{"commit": "e6110209ac77006b5fe1f9b7fe37752156176857", "message": "New test for ParameterFactory\n", "proba": 1.7592057588444732e-07}
{"commit": "285fa8f8d54862dd5af264f8b5332f83901932c2", "message": "Created", "proba": 1.8226269560273067e-07}
{"commit": "506f2ab19d6dec1f43ba8359f79617f555493a46", "message": "Codeforces #985A: Chess Placing\n", "proba": 2.389529925039824e-07}
{"commit": "51d3d17dc6c2c794857d16de46c5a40005c769e4", "message": "add CombinationSumII.java\n", "proba": 7.376713620033115e-05}
{"commit": "27d75c6b867a9baacbc3dd32347a8934d06dfd97", "message": "am ff0924c7: Merge \"Suppress Layout during Visibility transitions\" into mnc-dev\n\n* commit 'ff0924c72dabc7072cd85a76a5b26f097107146c':\n  Suppress Layout during Visibility transitions\n", "proba": 2.886320089601213e-07}
{"commit": "a7e1d8d5f7d16cd1004189f9aee727962790b8bf", "message": "am bf378fd7: Don\\'t allow screen invalidations to go outside bounds of screen\n\n* commit 'bf378fd7d7a91085685fe9e5528b84c485041c77':\n  Don't allow screen invalidations to go outside bounds of screen\n", "proba": 6.552597255904402e-07}
{"commit": "181ea732a963612a6242f93182c456b230c63711", "message": "Done with q23\n", "proba": 2.7513107170307194e-07}
{"commit": "12d8776b8667946a6741f85013a24373900df830", "message": "am f9202718: Merge \"Protect against focus changes after .destroy()\" into jb-mr1-dev\n\n* commit 'f920271828f654dec2a72240e73a940247f25315':\n  Protect against focus changes after .destroy()\n", "proba": 3.325575903545541e-07}
{"commit": "2a6325a55e063212aa982171be5b6ddf95584f7f", "message": "BOJ #14722: \uc6b0\uc720 \ub3c4\uc2dc\n", "proba": 3.4610346233421296e-07}
{"commit": "fe6c30e44e706cfd8f2c359d394a1dbe16d1b80f", "message": "FIX Null Pointer Exception on dialog cancel\n\nNull Pointer Exception occurs because mWebViewCore instance\nis made to null while calling destroyJava(). When \n1.webview hosting activity goest to background, without calling webview onPause().\n2. If app is launched again (having launchmode:singletask ) and another activity (not  webview hosting) comes on top top.\n3. It destorys the previous activity holding webview which internally tries to cancel the dialog, but webviewcore instance is null. \nNull pointer exception is raised.\n\nChange-Id: Idbcd30d0b0d4a35819444bbaa5c73cced8bb35a3\nSigned-off-by: Amit Kumar <fe0dea58c1310dea66c0b5854d8d1dcf3c1f61f4@gmail.com>\n", "proba": 2.4774165012786398e-06}
{"commit": "33c1ca4abbe040882760360af89d2f1e999595b9", "message": "BOJ #16715: Inspiration\n", "proba": 3.0797701811025036e-07}
{"commit": "27cf66119cc82bf13fc55d238a85891cc78431b5", "message": "am db2a68f3: am df35aa45: Merge \"Verify attached before showing a dialog\" into jb-dev\n\n* commit 'db2a68f376ced65ed7338bf5fad1ba3e753d80ea':\n  Verify attached before showing a dialog\n", "proba": 1.373605982735171e-06}
{"commit": "28308e8494933baf6c28012d7599346633671337", "message": "Fix corner case of RelativeLayout with pinned edges\n\nLayoutParams without a specified layout_width value automatically\nget a default of 0. This works in most cases, when the view is pinned by\nvarious constraints (such as alignParentLeft and alignParentRight),\nbut breaks down when the child lies in negative coordinates.\n\nNegative coordinates are supposed to be a signal, in RelativeLayout, that\nthat coordinate is variable. However, negative margins can cause a negative\nvalue to be calculated, at which point it should be used as a concrete value,\nnot a behavior trigger.\n\nThe fix is to use Integer.MIN_VALUe as the tirgger instead, to distinguish that\nimpossible value from negative values which could reasonably have been computed\nduring measurement.\n\nAlso, removes dead code from earlier attempt at rtl.\n\nIssue #10606777 Time picker can't display 10, 11, or 12 oclock when font size is huge\nIssue #16516577 resolveLayoutDirection doesn't act as intended\n\nChange-Id: Ia564603012f3c45636e69cd3776205fb544fda48\n", "proba": 6.642431799264159e-06}
{"commit": "099fa21b7dc8fcafcd715573ed9c5e5c8b5f48ea", "message": "The solution for 563\n", "proba": 0.999995231628418}
{"commit": "c7a9c4a5fbc261365952017fac03a216fb33069e", "message": "Inverted Index Query\n", "proba": 8.928670922614401e-07}
{"commit": "4d1a42d93cd959d096165a557bb0c12a1a3fa43c", "message": "Removed redundant imports.\n", "proba": 4.181282804438524e-07}
{"commit": "7672048f13a93f789cb5e6f368b576accfa1011b", "message": "Add concurrent test utility.\n", "proba": 2.1718108200730057e-07}
{"commit": "1194ac0f39e2830b7e6eef2c6727533158d8c3c4", "message": "Added MapBackedSetTest\n", "proba": 1.7772237015378778e-07}
{"commit": "053a97f51a18e6a4d9a9ba25fad4a5197a6cf58b", "message": "Use fixed startup wait time\n", "proba": 6.387274993358005e-07}
{"commit": "e61cf7e07c62cf5bd15d89ee21b034218e1bc485", "message": "add hello world class", "proba": 0.9999994039535522}
{"commit": "47a4da31eff5eedfd5724c6ffc1796c7508cc05e", "message": "2494142 promptOnNonLocalDatabase should be ignored from command line\n\ngit-svn-id: a91d99a4c51940524e539abe295d6ea473345dd2@832 e6edf6fb-f266-4316-afb4-e53d95876a76\n", "proba": 1.796486867533531e-05}
{"commit": "43b2b86bc46213ec22dddee352336bfd64adf721", "message": "Get rid of unused ns member\n", "proba": 1.2939779026055476e-07}
{"commit": "fa353bdf2119762d5d2729a1434048c8be69e693", "message": "Implemented a basic PluginThread class, some design aspects have yet to be solidified, but the general gist is there.\n", "proba": 1.0171009989790036e-07}
{"commit": "6f37a2173b4e0e9c48c5b3c69134b8d8d9af5d22", "message": "Changed name.", "proba": 5.553765731747262e-07}
{"commit": "692c3fa3c522322c3a432a9a990d80462d93a5a4", "message": "Create CreateCustomer.java", "proba": 5.0013668442261405e-06}
{"commit": "0d88ad2cf29e15ec1ee185e088b5dc910a946fbf", "message": "Update Deadlock.java", "proba": 3.9267160900635645e-07}
{"commit": "69734c304f7dda88c4f9837bf80e72db248a34db", "message": "history", "proba": 2.050397415587213e-05}
{"commit": "92e066ef54da19a71073781637c86cc9864d1a3f", "message": "commit new PY generator, handles correction up to 7th order\n", "proba": 1.2194090004413738e-07}
{"commit": "a42a41ef8df6c2bb0f90d7f74f8f4d767a1a37ac", "message": "Fixed EXTENDS and IMPLEMENTS for Potential2 and PotentialSoftSpherical.  uInt returns zero.\n", "proba": 1.0787036330839328e-07}
{"commit": "0083cd541e4ae7703a492359088d3f63b26b6046", "message": "add ability to add arbitrary line segments to the canvas\n", "proba": 3.628980493886047e-07}
{"commit": "e15e838192c83c70876ea7d5d51bc9096aad36af", "message": "rm: HTML previews\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@9023 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 4.920768219562888e-07}
{"commit": "b419469ec1acaab8a76c6fe7e85f72096a4c3b9e", "message": "Chapter 15, Exercise 4\n", "proba": 5.043070245847048e-07}
{"commit": "055aa9f3c0dd4f64123e846fe698fa2e8b1d0e9e", "message": "Chapter 15, Exercise 11\n", "proba": 3.2856095799616014e-07}
{"commit": "d434a4af2c1ba8b4a40d75b5340a8aa947a9511a", "message": "new class\n", "proba": 1.9623030311777256e-06}
{"commit": "8a2aa79617afb73cd30d1a8991e5d9625a736fa9", "message": "actually set the X values\n", "proba": 3.265674649810535e-06}
{"commit": "f3a246c1275690af4d61bb7087f9feef39989220", "message": "(Number of Islands) [Accepted]\n", "proba": 1.4899206917107222e-06}
{"commit": "0dee9cba1f360cee324b9eea7503b7c720992b13", "message": "Create LsQueryProps.java", "proba": 4.7278493298108515e-07}
{"commit": "a0fa0d21c32f4bac9cb549aed654a4a82fa8cbe3", "message": "added profile sources", "proba": 2.3569276663693017e-07}
{"commit": "91def15fb7f79b203201d05af70fda17ca0597f2", "message": "New file to demonstrate ESAPI logging.", "proba": 1.0891918122979405e-07}
{"commit": "c00d621b826aecb8817296355ef5f168ec550120", "message": "New file to demonstrate ESAPI logging.", "proba": 1.0891918122979405e-07}
{"commit": "4cf5bc91da960e539caa6cf7d7ff5f20e1d8b7e8", "message": "Add example for TextField bindings (which doubles as another static-method-only example other than BasicGUI)\n", "proba": 1.1994646342827764e-07}
{"commit": "6afa481d42391640b0f509383b2eafcd0bdbc845", "message": "Fix incorrect boolean check\n", "proba": 0.9994063377380371}
{"commit": "94837f902b90bdb0ff2dfa5dc29b3e3abbaf743a", "message": "Get rid of unused code\n", "proba": 2.2741355110156292e-07}
{"commit": "94122a160141f77dc3c3168362836bc4ad56f27c", "message": "Added test class", "proba": 1.8738792562089657e-07}
{"commit": "040000f8d49e57547dd442e093430b2418f215fa", "message": "Show full pyramid of camera frustum", "proba": 1.2743564070660796e-07}
{"commit": "ebe338dbb476cf8b00462d50446f0df68aa4450f", "message": "Split functions out from Expression.java into separate classes.\n", "proba": 2.3734160947697092e-07}
{"commit": "fb6c408b10daa8ba3a5f15273d32062e9433f6e3", "message": "\u0423\u0440\u043e\u043a 1 \u0414\u0417\n", "proba": 2.01561036305975e-07}
{"commit": "dd72e6a617afede07438dc273357850d94b82930", "message": "Update Main.java\n\nadd something", "proba": 1.6004695169158367e-07}
{"commit": "781f1e9b07e4461e7a71f2b7fcf55be4c5778ca4", "message": "refractor\n", "proba": 0.6886022686958313}
{"commit": "17904c87b6e44eeb22f502d0050bd892c9b760f7", "message": "Create Jewels and Stones.java", "proba": 4.855380666413112e-07}
{"commit": "c77946554d3d06485aea953245418181fdb042d9", "message": "bugs\n\nbug fix\n", "proba": 9.407379479853262e-07}
{"commit": "533844d9688f7c9269372f97db17c9bc4d19c04b", "message": "am c7388e35: am 5f1beda1: Merge \"Make the SSID field of WifiConfiguration consistent with API description.\" into froyo\n\nMerge commit 'c7388e3541c9f1d64dd13fc2de49ff77d8993fa5' into kraken\n\n* commit 'c7388e3541c9f1d64dd13fc2de49ff77d8993fa5':\n  Make the SSID field of WifiConfiguration consistent with API description.\n", "proba": 2.695517878237297e-06}
{"commit": "96553f9a4edb59b56a88d1200a29658dabd9b637", "message": "Resizing HashMap\n", "proba": 1.822331341827521e-06}
{"commit": "ab3393430acea5f6ec2832af9892f8aad97bb22a", "message": "Another check to avoid settlements overlaps. #1\n", "proba": 1.4482220933587087e-07}
{"commit": "423d9aaca37a1abb6cc5c5e6ff573cf03926d42e", "message": "new for release 1.5\n\nSVN-Revision: 16508\n", "proba": 1.1558329759964181e-07}
{"commit": "aa798aa6397bf953bc67939e01c803a29921d962", "message": "forgotten file\n", "proba": 4.3060717871412635e-06}
{"commit": "755a54ce4e134801a765dd4e0d7ae5e17d05d238", "message": "complex\n", "proba": 4.880863343714736e-06}
{"commit": "10c7381f5ba42d76c073bb6aaac495edb1dd301e", "message": "Fixed issue with boostmeter.", "proba": 1.1485938955502206e-07}
{"commit": "0adf08905599eae84ea4c820191053508373dd59", "message": "always create a persistent db - even if just in memory, and assign all identifiers from here. Simplifies commits and multiuser sessions\n", "proba": 1.4917702628736151e-07}
{"commit": "9bb13c80aa69b5c831ccbca0fc0c547dcce51377", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "b5fc139b07599a5dadef2e900dd83cb57a0e88e8", "message": "[YCC-0] Add material id.\n", "proba": 1.1614196182563319e-07}
{"commit": "ce6d1cf54a5168768b8f981864e97a5178f27dba", "message": "Commit missed file.\n", "proba": 2.25859523084182e-07}
{"commit": "3f51a6860a7674d5dd3cccd4b7fa5b644223e2d0", "message": "Go Away you stupid println\n", "proba": 1.8771788745652884e-05}
{"commit": "838d5f8b90c51effe686757c6093af1e24401298", "message": "Minor change\n", "proba": 5.803928502245981e-07}
{"commit": "2c1ee2c3c9e4799f2bbd67f30dd31ce06315eb3d", "message": "Codeforces #796A: Buying A House\n", "proba": 2.5767218403416337e-07}
{"commit": "7e394d1f5217e053476338f0289545581e31b811", "message": "Add ClientConnection\n", "proba": 9.275099159822275e-07}
{"commit": "49470f0a75894271bada49e3573d25c8dbdbb480", "message": "Adding a TransactionsInfo class for the get_transactions API call", "proba": 3.2387731607741443e-07}
{"commit": "3843b0b0b9717138f450a1ed49f9f8c26fb08d67", "message": "Update WorldGenDiamondTree.java", "proba": 3.848317646770738e-07}
{"commit": "0d7b39e015083cca3cc93d595f1475001d551fe6", "message": "Fix exception dialog formatting\n", "proba": 4.342871307017049e-06}
{"commit": "5d4f60f93d2dbf30c2eabe5e81fb5270d69b2c5f", "message": "Javadoc.\n\ngit-svn-id: 3cfc64c80f2e6f92f6d08f3c7f3967ef35335cd9@1398181 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9983817338943481}
{"commit": "2fda1b496ba8951c6d5e0ca775d81283c2e2b665", "message": "Start work on event implementation\n", "proba": 6.465920137088688e-07}
{"commit": "243fb874dfd7cf8aef258b859feda289fe53aed2", "message": "Fixed\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@8047 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 4.457192233076057e-07}
{"commit": "8bb88220a0b432ccdb301ae0e306c7d7a10da3bd", "message": "Fix toArray\n", "proba": 0.0004417547897901386}
{"commit": "647dfba14fb606b6c294ca54136e00c7c0057ec5", "message": "add method to split String into Integer array\n", "proba": 6.675038457615301e-05}
{"commit": "856d968047434200b21432a49d19c4c032a69bdc", "message": "Create ProposedFilter.java", "proba": 5.679632977262372e-07}
{"commit": "295fcfb4b4cbf0154c4496950bdb55df61e15d47", "message": "Remove unused local variable\n", "proba": 2.0988163669244386e-06}
{"commit": "1eac7f7fa99f37d5962a961fe265325df95d43f3", "message": "DataManager.java: introduce a singleton.\n", "proba": 1.2574886909533234e-07}
{"commit": "b75265ee93c1fd0ef0990e31cbc7499edb8b7eb1", "message": "Added DebugInfo to store debug status", "proba": 1.7503880656022375e-07}
{"commit": "b548da5a9e9a02ce9561baecabe99db7f5c8e8a6", "message": "Add getter for HTML file name", "proba": 4.156541990596452e-07}
{"commit": "2aaea4382931481f2008a149dcfe3b675ec38cc3", "message": "add some fields\n", "proba": 8.065535439527594e-07}
{"commit": "b2b1661add07e8e134d9521f38cc4a4112b6baa6", "message": "\u53d1\u8a00\u8fc7\u4e8e\u9891\u7e41\u548c\u4e0a\u9650\u91cd\u65b0\u767b\u5f55\n\n rt\n", "proba": 2.3607384491697303e-07}
{"commit": "6665bd5dc051623289f9118a7c0d6c25473c06a2", "message": "Create MaxFeeTxHandler.java", "proba": 1.4017134617461124e-06}
{"commit": "f927c1d4f7094931f72924fab933b4f449fe4064", "message": "RepositoryPlugin: reorder methods\n\nSigned-off-by: Ferry Huberts <66e11f9f5d965b69497c7e73d5e808f8b13c1218@pelagic.nl>\n", "proba": 1.1133445809718978e-07}
{"commit": "ade6e0efd5610896367cbcd80632e6cc4551454e", "message": "Make dismissing the \"Errors in running OSGi Framework\" easier\n\nFixes #1498\n\nSigned-off-by: Sean Bright <6fe4b226bca83a5c88f71b4470f47ac0093244e4@gmail.com>\n", "proba": 1.7947855894817621e-06}
{"commit": "2004401185ac628520426a88f242732706a274bc", "message": "Improve logic of prefix/URI mapping.  Fix a bug where prefixes were not being\ncorrectly generated.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@251807 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0012016503605991602}
{"commit": "70a9dc0f5c531391e900256f401fc8139a68cd80", "message": "Speed up removal of resources from larger collections.\n\nsvn path=/branches/DLN/eXist-1.0/; revision=3914\n", "proba": 1.1168873243150301e-05}
{"commit": "b498619c231b5bd16dba283beefa9b1908dbb27b", "message": "Add tests for QuantifierFormulaManager from CPAchecker.\n", "proba": 1.1504059926892296e-07}
{"commit": "b46f9548c5021203b857fefdf03e562524cd418b", "message": "Set resize false", "proba": 0.9993985891342163}
{"commit": "ba1c32a9bcc98f0261ea9ff1c619f6ee19be420c", "message": "-Fixed mouse detection bug.", "proba": 1.1574997671459641e-07}
{"commit": "f71eb7cf43ed7571c9664e017fb31ca703ae255a", "message": "Remove inline overflow: hidden from panel (#8478)", "proba": 1.0964852492634236e-07}
{"commit": "490c4a2b3e5ec59133e5566c20037b212c4f21eb", "message": "Create Reader.java", "proba": 4.7625678689655615e-07}
{"commit": "6447a7423fa4ea5f94095830fc69b67aba87336b", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@1994 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 4.4253118858250673e-07}
{"commit": "71c56141d4262ddd6117e64dfae08862937010f3", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@2103 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 6.305863280431367e-07}
{"commit": "56937baea83ab3c2e5766deb929b5f3788d6ab03", "message": "Added InvokationTest class.", "proba": 1.23765190096492e-07}
{"commit": "a7b6c1937e4f79446f54991bbddcb819734d39cd", "message": "test added\n", "proba": 1.6956673221102392e-07}
{"commit": "3dc24654c5a001a22327aff00f15be815a00ee19", "message": "Added a class showing simple use cases of moulder\n", "proba": 1.1569976265946025e-07}
{"commit": "137ee0647fd5b71556bcf9f02f7cc5e454baabb5", "message": "Add a DoubleArray example.\n", "proba": 2.619511860757484e-07}
{"commit": "aa8fbff5dcbf15bb8f1a01ec4e8a1d7b8bfaf667", "message": "Add a few more blank lines to the test\n\ngit-svn-id: 3cfc64c80f2e6f92f6d08f3c7f3967ef35335cd9@1306659 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999991655349731}
{"commit": "a08d46d8aaabb53eef4d5dc47272565d50f23c19", "message": "More GLSurfaceView cleanup.\n\n+ The mDone flag is now a pair of flags: mShouldExit and mExited. The\nproblem with mDone was that it meant \"had been asked to exit\", but was\nbeing used by some observers as \"had exited\". Using two variables means\nthat observers can observe either \"had been asked to exit\" or \"had exited\",\nas they prefer.\n\n+ Simplyify where we check for mShouldExit. We now check for it at the\n  top of our innermost guardedRun while loop.\n\n+ requestExitAndWait now waits for mExited to be set to true to know\nthat a thread has exited, rather than using join(). This means we can use\nwait() for the check, which releases the sGLThreadManager\nmonitor, avoiding a potential deadlock.\n\n+ move the event queue into the sGLThreadManager monitor. This avoids\nhaving to acquire two locks in order to enque/deque events, which also\navoids the potential for lock ordering deadlocks.\n\n+ Simplify the event dequeueing code. We now deque one event each time\nthrough the main GLSurfaceView loop. Events still have priority over\nrendering, so there isn't any semantic change, it just cleans up the code.\n\n+ Avoid trying to acquire an egl Surface if we're paused.\n\n+ To simplify reasoning about the code, call sGLThreadManager.notifyAll()\nin every case where we modify one of the variables that's protected by\nthe sGLThreadManager monitor. It would be slightly more efficient to only\nnotify when we change variables that could cause a thread to wait(), but\nthen we would have to redo our analysis every time we change any code.\n\n+ Clean up the logic for creating the EGL surface and then calling the\nrenderer's onSurfaceCreated / onSurfaceChanged methods.\n\n+ Implement work-around for bug 2263168\t\"Need to draw twice after\n  screen rotation...\"\n", "proba": 4.964179538546887e-07}
{"commit": "e81c6dea92746f2acc7b00dd060476974e9fc371", "message": "refactor NetworkInfosTest\n", "proba": 6.249659054446965e-05}
{"commit": "9b2a6fc372878cf964b3f76022734d8cefe674ad", "message": "MijinNetworkInfoTest\n", "proba": 7.274857125594281e-07}
{"commit": "d6835cef9b95e8357fd65a64c2e83b0ef76f2a11", "message": "Add Sutherland-Hodgman polygon clipping algorithm\n\nClips a simple polygon against another convex polygon.", "proba": 1.1846157832451354e-07}
{"commit": "28fe4b90007d36b47ccc5da52e35ff6708e8fb6a", "message": "Add Image class\n", "proba": 4.308452048462641e-07}
{"commit": "2254df12609985bff0fa50a0b5e765fdef8ed5c3", "message": "Customer fertig\n", "proba": 5.403612135523872e-07}
{"commit": "304b9c69dd62d32eab9a15c505a4bf0d4cbe84d2", "message": "Add WebSocketServlet\n", "proba": 1.4444443650063477e-06}
{"commit": "78fb8a07644d8fcb934c0247bda9842ae8fbd815", "message": "Type argument enhancement.", "proba": 1.8924417588550568e-07}
{"commit": "d625992c47b2b7572cb16497e26b445977927a09", "message": "add 587\n", "proba": 0.9999967813491821}
{"commit": "ab0e028249c4a11a2e7b2433d696bd1f51377dbe", "message": "[N-0] add 689 skeleton\n", "proba": 0.00026064427220262587}
{"commit": "3a6b120f5a2e73829b95fd1a467c6790dd22c2a0", "message": "Update CaseSizePercentage.java", "proba": 5.904059321437671e-07}
{"commit": "9325f3128b54d551f098cc47618114498b38ebe4", "message": "Update GrowthLPCPaidCases.java", "proba": 2.645944903179043e-07}
{"commit": "540a40756b436c15b7d31fab93c2ec3571a53acd", "message": "Update javadoc for new commonness stuff\n", "proba": 1.3276192589728453e-07}
{"commit": "19f0e25715be4e92f9904828b6ab58b97a525804", "message": "Jira #KCAWD-719\n", "proba": 1.4075793330903252e-07}
{"commit": "bc56abb3fde96d0d696bef80c101d83618d44d0c", "message": "2016-02-01T15:00:00+09:00\u3067\u56fa\u5b9a\u3055\u308c\u305fClock\u306e\u30e2\u30c3\u30af\u3092\u63d0\u4f9b\u3059\u308b\n\n\u5b9f\u88c5\u304c\u843d\u3061\u7740\u3044\u305f\u3089\u30e2\u30c3\u30af\u306f\u524a\u9664\u3059\u308b\u3002\n", "proba": 1.105392826161733e-07}
{"commit": "a1b4b5ea07a4e9879bc8a12340c96b9aabd2aac5", "message": "Fix routing issues (fix coordinate hash and placement conditions) and add cutoff parameter to route command\n", "proba": 1.8912672317128454e-07}
{"commit": "5302433f0f761ce2d52e80bfdffb2b2ba8d33fa9", "message": "Added working test to remove build fail because there were no tests.\n", "proba": 1.2102333357688622e-07}
{"commit": "83956c61780070b9a63bfc72def2f9209e2cbef2", "message": "fix account.txt existence checking in Main\n", "proba": 2.3849332819736446e-07}
{"commit": "e21217af6480c45212517a68b2b6e583c4dc27c9", "message": "am c6b32054: am c826f92e: Merge \"Revert \"Do not merge. Return null id for Non-phone device.\"\" into honeycomb-mr2\n\n* commit 'c6b32054c67901b0627ad99e4bd8b15c5cc2fb90':\n  Revert \"Do not merge. Return null id for Non-phone device.\"\n", "proba": 3.612447585510381e-07}
{"commit": "4b5bd301c86fdf02e27318c66ca55838833e2c8d", "message": "Added preferences dialog test\n", "proba": 2.9011172841819644e-07}
{"commit": "261e5d6ad9aeb9222c6fe939cbb84c6d104bc1f4", "message": "XC:FileChooser will now open the repo directory by default\n", "proba": 1.3401709964000474e-07}
{"commit": "a4c2e5b90f4380be238316ed4572236f882db5fd", "message": "Changes for JIRA issue #94.", "proba": 1.100067308357211e-07}
{"commit": "748a94500a07c634a051014ebb00ae017625f386", "message": "Update Survival.java", "proba": 6.601911195502908e-07}
{"commit": "129fb3534172b4f57fad272e62c9f767dfab1e53", "message": "new number type tool added\n\nSigned-off-by: Ketoth Xupack <2ff7bd69a79a23dbf64ebd5846a612566f93fbf7@gmail.com>\n", "proba": 1.2197648402434424e-07}
{"commit": "c39326a79368cc803a4511897a11703b20b778fb", "message": "variable scope debugging info should be DEBUG not INFO log level\n\ngit-svn-id: 6ee47c8665bf46900d9baa0afb711c5b4a0eafac@2976 e2bb083e-7f23-0410-b3a8-8253ac9ef6d8\n", "proba": 0.9992955923080444}
{"commit": "6c2b9d5c4478076ef67cfc68b46d06d976b74fb0", "message": "Created test cases for the algorithm Tester Class", "proba": 3.2516510373170604e-07}
{"commit": "4872d90175c462c08e9bf758f81e930ff37b3cd2", "message": "add test\n", "proba": 1.7454851786169456e-06}
{"commit": "4f7c1bd080b6d212f4aa09a7d8d84ce30b5bc870", "message": "Add a Constructor to Triangle\n\nhttp://ideone.com/aeGs0g", "proba": 9.649922958487878e-07}
{"commit": "81e3510919bb787400d9ad6a5134f35dfceed57f", "message": "Create UDPServer.java", "proba": 6.886014944029739e-06}
{"commit": "e501fd6b6eadf9c67078eaf365b18a1a06d9dc88", "message": "add WordBreak.java\n", "proba": 4.038047904941777e-07}
{"commit": "d8e75d4c9d4718ec356120effa00a6d603a0f938", "message": "test cast null to Object\n", "proba": 9.965325489247334e-07}
{"commit": "a9509736c85c19fe4ad4ba97a0545f0422a3dfc1", "message": "Fix 5615747 Don't leak remote control client death handlers\n\nWhenever a remote control stack entry is GC'd or removed from\n the stack, unlink its death handler.\n\nChange-Id: Ia4ed6667351849fd388272591e24ffc16959beaf\n", "proba": 2.45380874730472e-06}
{"commit": "0b03f9909be438f45b32ce2a6a2c2c5208a82cc9", "message": "AudioService: use FEATURE_LEANBACK instead of FEATURE_TELEVSION.\n\nBug: 18271714.\nChange-Id: I2fa6f44ef991aec5a980d70f698813468e7540c6\n", "proba": 7.154097261263814e-07}
{"commit": "1990fe4e965f6cb5a65bf58f4764489cdc10acde", "message": "PlayerRecord: remove obsolete accessors\n\nChange-Id: I0a7789e28c1427b6e9f770368f9bab9c097b3594\n", "proba": 7.676690074731596e-07}
{"commit": "063147fd4d1b17c996b7711b2289e21cb0ac10e6", "message": "\u589e\u52a0UIUrl\u4e13\u7528\u6807\u7b7e\n", "proba": 2.4135709963957197e-07}
{"commit": "165c6bf7b655c804e8c6b08a4a8c4a3ac83bea82", "message": "As mensagens de logs ficaram mais claras", "proba": 3.9155762010523176e-07}
{"commit": "cee9be463c1cda826262bcfdf0dbbc05046d28d6", "message": "updating problem\n", "proba": 8.901922683435259e-07}
{"commit": "67675feefd01efe7d7900e718659fe83658a04b1", "message": "uploaded\n", "proba": 3.6480096810009854e-07}
{"commit": "9cfeda90852711840433718ee4a2ccc614b44e18", "message": "test payload", "proba": 6.178395324241137e-06}
{"commit": "5098fd8a0e3d2da32d5c4ffa729959caf779fc75", "message": "Remove unnecessary code.\n\nBug: 6926595\nChange-Id: Ice3138675c024e9efe9c7922e1e0a05f19cdde54\n", "proba": 0.0022900670301169157}
{"commit": "fa2beb4128177814076997ab215b2f96ab0c61ff", "message": "am c5429d6f: Merge \"Use Op package name when creating toasts\" into lmp-dev\n\n* commit 'c5429d6feab77ad1e426afb5bddc6fcfda06d37e':\n  Use Op package name when creating toasts\n", "proba": 4.6205312287384004e-07}
{"commit": "a4e24e98c5042825cfc167107237cbe13edf62f8", "message": "Added missing test source.\nPR:\nObtained from:\nSubmitted by:\nReviewed by:\n\n\ngit-svn-id: e944db0f7b5c8f0ae3e1ad43ca99b026751ef0c2@200485 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.955466129606066e-07}
{"commit": "dfe5a657d0a743fa12fa88edc954c2330884cc4f", "message": "test: Add test cases for update issue API\n", "proba": 3.2292092555508134e-07}
{"commit": "c085534a404bb4829fdf4c616315e552774ed179", "message": "Vergessen, neu erzeugte Datei hinzuzuf\u00fcgen, sorry!\n", "proba": 1.1887521367270892e-07}
{"commit": "ff16e031fc5c95e4663b0646dd35b44068dea060", "message": "A\u00f1adida traza de respuesta de request", "proba": 4.848638468502031e-07}
{"commit": "68f8698fbd702bcd10053502a2762f441f0797c4", "message": "a adapter", "proba": 1.0229068720946088e-06}
{"commit": "24a32abe9c3c0192b4b87ecb25fd1360fe9ead76", "message": "Fixed error.", "proba": 2.2205063032743055e-07}
{"commit": "7ccf88a5d297b451ea21a4e4f1fca674f7991b37", "message": "\n\nSigned-off-by: lcy <lcy@lcy.yaozheng.com>", "proba": 1.218746348286004e-07}
{"commit": "3744d1faf582214132b9ba000d54cdbf44425113", "message": "am 9e2cf49f: Merge \"DOC CHANGE: Add Content URI ref doc\" into ics-mr0\n\n* commit '9e2cf49fa360e70b33a870e9ae0b3eec11752972':\n  DOC CHANGE: Add Content URI ref doc\n", "proba": 1.0552537332841894e-06}
{"commit": "8cf4e13e466bf7a9dc9a3bee73c8a74f3fc4bb85", "message": "Fix docs build.\n\nChange-Id: I5bf25f6f1681a66f63798a9a0d5112b2a32f747b\n", "proba": 0.00011513839126564562}
{"commit": "af31c3a42d48c9781b40587cf735f96352fe333a", "message": "Check for a null history item to avoid crashing.\n\nThe history item may be null if this page is loaded through loadDataWithBaseURL\nso we cannot count on the item being non-null.\n\nBug: 2073490\n", "proba": 1.3801120246625942e-07}
{"commit": "e990e359f99a9e791106d4eefa046bdff8e22e6d", "message": "Add a delimiter between scheme and host\n\nBug: 6923539\nChange-Id: Id5bbf44c90f9d0d5a468f3be3aa3e009a2ad3687\n", "proba": 0.999993085861206}
{"commit": "5fecbf9d10cd6e40204187e6a2970ed113e48350", "message": "am ec586994: Merge \"CalendarView header not updated on year change.\" into jb-mr2-dev\n\n* commit 'ec58699413ebe4cc2a72a8aae3c420fb3d764457':\n  CalendarView header not updated on year change.\n", "proba": 1.3832585921136342e-07}
{"commit": "568ccd88d7efd33da0c535e07b7ea7cf476be22a", "message": "Fix bug 5073637 - Market apps crashing FastScroller\n\nIt seems that some popular Market apps do not properly implement\nSectionIndexer#getSectionForPosition and the framework did not\npreviously call it. Revert to more simplistic scrollbar behavior for\napps targeting sdk < Honeycomb.\n\nChange-Id: If0b1f2b4db540de4bb8ba45798e498c09cddb42f\n", "proba": 6.888668394822162e-06}
{"commit": "3e80ec3010b7b9dc6e69cb5014135f0ad0d110ee", "message": "am 3ad77466: Merge \"Fixing a typo in the NumberPicker documentation.\"\n\n* commit '3ad774667d33524d2d6d1472ded15f2c6d6f541d':\n  Fixing a typo in the NumberPicker documentation.\n", "proba": 1.239382214635043e-07}
{"commit": "c08ec615d26508c14c44680ffe649d46be6de8c5", "message": "Bug 5385279: IOOB in createMisspelledSuggestionSpan\n\nRace condition: when spell check result come back, the spell check span may no longer\nbe in the text, although it should have been removed by removeSpellCheckSpan.\n\nThis is possible because onGetSuggestions is called from an other thread\nand it can see the text in an inconsistent state where the span may have been removed\nfrom the text, but the listener that calls removeSpellCheckSpan has not yet been called.\nAs a result, onGetSuggestions still lists the span but getSpanStart returns -1.\n\nChange-Id: Ia40f7ed2b46fc94888fce5a6b209fb0d0d529bbe\n", "proba": 3.2951943467196543e-06}
{"commit": "17975d0be2578cd1def91b3d7be2c58d79535d5e", "message": "am e70ac872: Merge \"Remove old methods : AlwaysOnHotwordDetector\" into lmp-dev\n\n* commit 'e70ac872c6655c6ab8c0e3ce48a7ed13df99494f':\n  Remove old methods : AlwaysOnHotwordDetector\n", "proba": 2.682509148144163e-07}
{"commit": "e5f0f762b43f531ab5b259079f3f2d484ba310bb", "message": "added size column to $tabs view\n", "proba": 2.5922992108462495e-07}
{"commit": "fa37e411b8af3287881e532c2369c7a0ef7a7595", "message": "Adds #setColumnName and #setRowName to DataFrame.Builder\nAdds #equals() and #hashCode() to sub-classes of Value\nAdds Join, a class the joins two DataFrames using a specified column\n", "proba": 2.4537590093132167e-07}
{"commit": "9e4960c4e5ebdf3a3b130a00aac8da4f8d3c6c3f", "message": "Playing around with set\n", "proba": 3.5769730288848223e-07}
{"commit": "33bc11c748c92cb4ba93a81d5133f49fc2749a0d", "message": "Create Main.java", "proba": 1.9291887838335242e-06}
{"commit": "c70a84d24a713119298c33d71619d8e404e5cc71", "message": "T1 Crate User\n\nCraci\u00f3n de la class User para representar la informaci\u00f3n b\u00e1sica de un\nusuario.", "proba": 9.939322609398005e-08}
{"commit": "0afbeafe4ff9c627851997d4cf1e726d35d8aab5", "message": "Rationalise field access.\n", "proba": 1.6913874389956618e-07}
{"commit": "d63725c10491a88c50d05e8446671993224041b3", "message": "[1.5.42] Oprava textu u Pets\n", "proba": 2.116834423304681e-07}
{"commit": "a76bffb053a6f539b1cad6fea1cbe4952862ed23", "message": "Allow to spawn entities with command as natural spawn", "proba": 3.5142909382557264e-07}
{"commit": "76de0e737fe7709391a1ad03c2803032917942d2", "message": "aggiunto guardone", "proba": 2.267768877572962e-06}
{"commit": "e0fb118b37c1ba9e318f45e5d34b268daeb16b81", "message": "Create Read.java", "proba": 4.0714112969908456e-07}
{"commit": "c235c70be568a3e83cb6b96d49c64d36b93d5703", "message": "Update JulianDay.java", "proba": 1.454621497032349e-06}
{"commit": "a38b78b8319e7085ade6e91828daa396c9cbea95", "message": "A jetty server and builder, styled after FusekiServer.", "proba": 1.005583172286606e-07}
{"commit": "1a91b653e99fc76adca6f0c555fd4b8e66df88c4", "message": "Rename `dog` to `Calculator` and merge `apples` in it\n", "proba": 4.423173231771216e-05}
{"commit": "ca9ec527f40c67d38a90a44ca2b2f0ec7daedb35", "message": "Sanity check that a custom enum can be properly serialized and deserialized on a give JRE.\n\ngit-svn-id: c455d203a03ec41bf444183aad31e7cce55db786@1547876 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.149441141023999e-05}
{"commit": "3beb5089e7834cc985350c0743d91bfd938b900e", "message": "Correction of exercice lesson 12:\n\nhttp://moodle.epfc.eu/mod/page/view.php?id=8798:\n\n\u00e9crire un programme JavaFX qui\ncr\u00e9e deux fen\u00eatres\nplace 5 butons dans chaque fen\u00eatre\nles affiche de gauche \u00e0 droite et de haut en bas dans la premi\u00e8re fen\u00eatre \nles affiche de droite \u00e0 gauche et de bas en haut dans la seconde fen\u00eatre.\n\nTruc : utiliser la m\u00e9thode setLayoutX et Y de la classe Button.\nTruc : utiliser la classe Pane et pas la classe FlowPane.", "proba": 1.391159258901098e-07}
{"commit": "fafa76465e17d1d3e4c66bebeb5c13c4573c71f9", "message": "\u3002\u3002\n\nSigned-off-by: ruixue <85739919436b0a817992b6793e74de094f6b31d5@qq.com>", "proba": 1.8260789147461765e-07}
{"commit": "658a8af0423a630be7280ba70b5ab4e00ec09a50", "message": "Info logger didn't have a handler for warnings and errors so these weren't being shown.", "proba": 1.0662665062000087e-07}
{"commit": "696fbcc58136158027eee1bd49b0eaf13729b6a0", "message": "version exception class\n", "proba": 7.562396149296546e-07}
{"commit": "4d200d2952657d588c25d6548a4ded31eaa633b2", "message": "Conversion which add's SailWaveId:s to RaceFleet. SailWaveId identifies the fleet in SailWave file.\n\nFrom now on, the id is mandatory property.\n\nExample:\nSample from SW file\n\"scrmedalmax\",\"10\",\"20\",\"\"\n\"scrcode\",\"BFD|Score like|DNF|Yes|Yes||spare|spare|spare|spare|spare|No|No|No|20||Black flag disqualification under rule 30.3\",\"\",\"\"\n\n20 is the id", "proba": 9.84121834335383e-06}
{"commit": "466823a11a8e59b900a292aa39ebcb023f470d1d", "message": "file add\n", "proba": 6.176788929224131e-07}
{"commit": "a057df358074566b3ba7aacc7c365a16d02b641d", "message": "OnlineGameIMCS optimized again\n", "proba": 1.3418936362086242e-07}
{"commit": "0b50b9163a2163f87a368ab5b704158abcc2a313", "message": "shuffles integers from 0 to n to get unique random numbers\n\nusing Durstenfeld-Fisher-Yates shuffling", "proba": 6.07454694545595e-07}
{"commit": "dffaef96d7d5f4877897eb707113927397d8ee55", "message": "class with threshold method\n", "proba": 4.991756554773019e-07}
{"commit": "eaadb0a704ed75825f80b337c532f4f761f9bf2a", "message": "minor update\n", "proba": 4.0402281342721835e-07}
{"commit": "4d36833ccf2d6abadb4b23c79260feae9e01c09f", "message": "Create WifiInfoPlugin.java", "proba": 7.828337516002648e-07}
{"commit": "664d59084b59defa9f0ac796042d132b86760137", "message": "format\n", "proba": 6.792501517338678e-05}
{"commit": "7f903d3e6caf85e5d3febebfadc579974d99bfa1", "message": "am 7da9fc2f: am aa94842c: am 9807d6a5: Merge \"Comment-only change to clarify the role and use of IntentService\" into froyo\n", "proba": 1.6634760413580807e-07}
{"commit": "5d7f58be2c034823d6e5cfab847ad50b2a463dfc", "message": "am 37bd0776: Merge \"Don\\'t start SearchDialog on television.\" into lmp-dev\n\n* commit '37bd07768a05aabb0905608606f354a488a2d5cf':\n  Don't start SearchDialog on television.\n", "proba": 3.294445036772231e-07}
{"commit": "27e549428eb5ae77a0ae536f778b204430f8c743", "message": "Remove direct reference to X509CertImpl\n\nThis should use the system default X.509 certificate provider.\n\nChange-Id: Ibdfd800a9d10f9dc566a360401efe7c3dc6cef5d\n", "proba": 1.699704080238007e-05}
{"commit": "1eae610981ea1d6f7816d333fb98519f2459a254", "message": "am 1b5a2e63: Merge \"Don\\'t backup/restore ringer mode\" into klp-dev\n\n* commit '1b5a2e630a3f7e3787dce2cfd27738ff6232e905':\n  Don't backup/restore ringer mode\n", "proba": 2.016009602812119e-06}
{"commit": "63f49f1c3a093c314df863c13b8d7a29d04437ec", "message": "Automated import from //branches/donutburger/...@142717,142717\n", "proba": 1.2552361283724167e-07}
{"commit": "fc1a365740478f61e671fe669fc466a9a753f031", "message": "am f5a5f045: Merge change 25296 into eclair\n\nMerge commit 'f5a5f04550fb0d7399b8bfbb4976e0ec3b718dd8' into eclair-plus-aosp\n\n* commit 'f5a5f04550fb0d7399b8bfbb4976e0ec3b718dd8':\n  Add new Gservices setting for discarding uphill ops for eclair and future devices.\n", "proba": 1.345259761365014e-07}
{"commit": "936df680166bd0cd6146f1a0c8fa8ad9b807f794", "message": "Fix bug 14276128 Clipping at bottom of TextView\n\nAvoid applying \"extra\" linespacing to the last line of a layout, because\nwhen that is negative, it causes clipping.\n\nChange-Id: I4cc8792fd3444e4118604cc3d0f816d59dfc1e74\n", "proba": 2.2445516151492484e-05}
{"commit": "607a31d12b21837cf1944c7a7da5b22ba3474279", "message": "am ccac8c95: Merge \"Correctly resume profileRendering\"\n\n# Via Android (Google) Code Review (1) and Chris Craik (1)\n* commit 'ccac8c95577aeb2c327c090678011733fa24fba4':\n  Correctly resume profileRendering\n", "proba": 1.7789481887575676e-07}
{"commit": "575bb3815a62b20e566ed87023b7473eeeb62e05", "message": "Consider RTL layout in DPAD navigation in AbsSeekBar\n\nChanges the behavior of onKeyDown for DPAD_LEFT/RIGHT when in RTL\nto move the progress in same direction as the DPAD key suggest.\n\nChange-Id: I776a48711571884a10ef9315de78bf4ebffd6e4b\n", "proba": 4.136812492561148e-07}
{"commit": "4c8cf4c93314722a77ce69396b9cb201ac007a58", "message": "Tidy.\n\nSimplify logic for alignment modes.\nSimplify drawing of rectangles.\nRemove redundant code that was generating warnings in IDEA.\nRemove the flexibility variable from Spec as it always has the value UNDEFINED.\nSupress remaining inspection warning for clean (green) inspection status.\n\nChange-Id: I2ddd80c68e7a6db0877648c2fdecefe9dbe7d32f\n", "proba": 7.672445008211071e-07}
{"commit": "5db359770e936255d7259c1dfb5e2980e5e2fe49", "message": "Update array_of_references.java", "proba": 4.823074959858786e-06}
{"commit": "59686ce070e876d0270c4fc24a10b61b0bb71679", "message": "Create Chess.java", "proba": 5.569414497585967e-05}
{"commit": "39a3897588880e84aa0eb755369dd994ea2f3de8", "message": "Revert \"Fix some method names in EventManager\"\n\nThis reverts commit 930e22902afa41df10e7523cc8b42c4fb0f4da09.\n", "proba": 1.2433244478415872e-07}
{"commit": "1d0a3e8882443b8cef891fc0d5b90806ae9761ca", "message": "Add Navigator.iterator()", "proba": 5.05721573063056e-07}
{"commit": "c8a8beca6e8ffc1045cf8dc22f3e4dd0ac1ba46c", "message": "Created program for multiplication\n\nSolution for issue #7", "proba": 4.2416556311764e-07}
{"commit": "49ffe3c5aed399ad0a3cd3ad57fb3a0b276748a5", "message": "seventh\n", "proba": 8.705724781066237e-07}
{"commit": "da957ff6d0e922d5b790b81e15f5807034a9bd7a", "message": "\u00c4ndrad f\u00f6r att Resource \u00e4r flyttad till eget package\n", "proba": 1.8569964765902114e-07}
{"commit": "69a361714f29f3fba9dd335e7f3b476819414eb6", "message": "Added Shooter class\n", "proba": 1.4798902725488006e-07}
{"commit": "311cab2bd32bfd97e8768bea8be545fd66753e02", "message": "Use modulo 4 to get all 4 cases", "proba": 0.00017344141087960452}
{"commit": "a6a513c732db2ddca7fbae11b2a3f0a27e0e147f", "message": "tao class graphic chua giao dien chuong trinh", "proba": 6.814661333010008e-07}
{"commit": "391d873c2cabb29a8e74e17dfebdb96b20b6e2b1", "message": "Create hej.java", "proba": 6.598483741981909e-05}
{"commit": "90f0a2e38c6616a57ad8dd8f6ae8a13b450de2a4", "message": "primo commit", "proba": 1.3265033658171888e-06}
{"commit": "0dd8840dbb43e2e120f744a1457c66b5f5703baf", "message": "Convert Sorted Array to Binary Search Tree\n", "proba": 0.9999992847442627}
{"commit": "0b39d391f2ddc5352787cb85fefebcdfa53e95f6", "message": "Correcciones menores.", "proba": 3.1718283821646764e-07}
{"commit": "c54096d08b071b1892fda3a3c6e85608ef2c7d27", "message": "Create ExNullMovingChess.java", "proba": 1.9525349159721372e-07}
{"commit": "14b2bec71d10dfa22f90fc94a1000057603d5cf5", "message": "added doc comments to Job\n", "proba": 1.4176588081227237e-07}
{"commit": "201ce4c37c9a2c6d0dd511aa7869c5b186880012", "message": "Incomplete voice update\n", "proba": 1.450277522963006e-06}
{"commit": "222c954d4c22aa8a0182e68ec46dbad8767eb2db", "message": "Remove auto-creation of script files on startup\n\nSpamProceccor.runScript() will do this automatically.", "proba": 1.1509250441577024e-07}
{"commit": "31db83bb0bb1a01d0ef0164b25415904d7e6ba91", "message": "Recover Binary Search Tree\n", "proba": 5.030162810726324e-06}
{"commit": "673c6fafc343977c6dc449331193b9b77aa35086", "message": "Fix error in new formatter line for nick change\n\ngit-svn-id: 50f83ef66c13f323b544ac924010c921a9f4a0f7@1035 00569f92-eb28-0410-84fd-f71c24880f43\n", "proba": 2.0973773644072935e-05}
{"commit": "0454d6e92ae40f130dce18aa5b036d16157c6073", "message": "Cleanup of StandardOperator\n", "proba": 1.6445130768261151e-07}
{"commit": "45f1146aa13200f5d104cc34cf6bb8e57137c4d0", "message": "Comments to understand traversing a Binary Tree without recursion\n", "proba": 1.637236408669196e-07}
{"commit": "e2165791f8e5996f578dffffbfa6a425c9cb9fd2", "message": "streaming: Import StreamMessage.java\n", "proba": 1.18797743198229e-06}
{"commit": "bc92cffe3e1bccedc1fbbf7ace70b4e83df63ded", "message": "java files\n\n\n\ngit-svn-id: 28eb60533e633b69bbc2035b64c54cbcaec13509@404 1860ccae-0748-11de-bc6d-132d5dcf21d4\n", "proba": 1.1021492127838428e-06}
{"commit": "96b5b88acce2af3d8ea8e517847e4e0e409d83cb", "message": "Passed: 99/100", "proba": 0.002683088881894946}
{"commit": "f10cc30abc95c850580cbabb04b4eebb3076ba00", "message": "Print Calendar - Top-Down Design, Top-Down Implementation, partially finished\n", "proba": 1.1940046817926486e-07}
{"commit": "4c0930b1697dfd81ddaaee55169a3af218eb1bfd", "message": "Create Find Peak Element.java", "proba": 4.5641533574780624e-07}
{"commit": "43d3e103281f110f011d8ab234602097251029ad", "message": "feat: add 75\n", "proba": 0.0005101849674247205}
{"commit": "3aa6bcef675086e971ff2c5e6eb06822d99d90ac", "message": "Simple ArrayList example", "proba": 2.9641938681379543e-07}
{"commit": "486a0045405b495cbacbf1649e850b5df6d1567f", "message": "Update MergeSortedLists.java", "proba": 1.8221230391191057e-07}
{"commit": "2942c4ba3fe7bc2e98551dc88116ebe08a82fa39", "message": "Chapter 18, Exercise 24\n", "proba": 3.9767783732713724e-07}
{"commit": "adc59cb0a6ffb9dae8e4f4e808f6eea0c66d142f", "message": "Chapter 20, Exercise 9\n", "proba": 8.116214758047136e-07}
{"commit": "b4a49a515007643e475013fcd11984b382c8312f", "message": "eliminate threading\n", "proba": 0.025068825110793114}
{"commit": "b70d4931a1333e1930b00e674efad9f9e1fc7851", "message": "Chapter 21, Exercise 6\n", "proba": 2.0835868497215415e-07}
{"commit": "3435db02b6bbc4835e0a486c0eee9a21e7ead8f6", "message": "Add Queue skeleton methods.\n", "proba": 1.3828127976012183e-07}
{"commit": "76639a0bda42d9daa84f4f8d30436bb6f2d614a8", "message": "main file\n", "proba": 5.598297775577521e-06}
{"commit": "a1522a47c99585d77190d03a8d3b3b2d91782f19", "message": "playground test class for ncSOS e-support issue CKZ-363642\n", "proba": 1.2743929289626976e-07}
{"commit": "b9dea076e3fa1f7ca25adaae009affef679ae43b", "message": "[hackerrank] - fundamentals - handshake\n", "proba": 0.0004179630777798593}
{"commit": "e541236c2f012675dd96dd0d5717ded53757f7cb", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "04c7f46c17be5e279da17003986551467cb929eb", "message": "Timer.java\n", "proba": 3.18611250804679e-06}
{"commit": "cf0d155a616317c5d4762b9b921a20233490ebe6", "message": "Create Java Static Initializer Block.java", "proba": 3.943178398913005e-06}
{"commit": "6bb04e5ddea8d56b3459b6d1a30d63421381b5b1", "message": "\u6dfb\u52a0\u6590\u6ce2\u90a3\u5951\u6570\u5217\n", "proba": 3.713161902396678e-07}
{"commit": "3a373ee1a3495ee22f136d8739b09afe28f5aa71", "message": "An illustrative test that fails miserably on our current implementation of arraycopy.\n", "proba": 1.0255789106849988e-07}
{"commit": "b771bb3569d1a3425c1d1f37e732eed0c80d1afe", "message": "Fixade metodnamn\n", "proba": 2.7419539492257172e-06}
{"commit": "f4ecc0153e891b6ed551a2b19a84ff8a31b78aba", "message": "Initial project creation", "proba": 3.602061724450323e-07}
{"commit": "4bfea7803442af079e3fcbcfcc7c8a6013496e67", "message": "Fix bug with getting settings as CardCharacteristics.", "proba": 1.0381392456793037e-07}
{"commit": "93c30e265b0157ef284b93cd260cf57aa50b76f2", "message": "Delete code\n", "proba": 1.7712060071062297e-05}
{"commit": "d253a593af24ff6726ea60f3762bfe94bb1a99c6", "message": "include constructor that only takes a Simulation, and getter/setter for slitDim\n", "proba": 2.161170300496451e-07}
{"commit": "c45c856951a89c3802688f36ee229b420fa5e546", "message": "Add Temperature.java\n", "proba": 0.0008705366053618491}
{"commit": "f8564a2ff62e16bf74036ad00733fa9ee2c54034", "message": "Solved 1.1.20\n", "proba": 0.9999960660934448}
{"commit": "3834324e2ae180e7b68e3effd505fe96a6c06fc6", "message": "am 0505f7f2: Merge \"Terminate loop properly when cursor window is full.\" into mnc-dev\n\n* commit '0505f7f2b5a2e45884a97eeb75c35086a7560c69':\n  Terminate loop properly when cursor window is full.\n", "proba": 1.945634977573718e-07}
{"commit": "7e616261473aa2aadffa08e2838c58a5bd046cce", "message": "Tab view activity\n", "proba": 3.9906379356580146e-07}
{"commit": "b9c5d29659055d06d29ea65a4b5e20f2f7e52221", "message": "change use motion\n", "proba": 7.715810284025792e-07}
{"commit": "f32cf83a37b545ac3937fa2cde9f043895fed9f8", "message": "Adding missing file.\n\ngit-svn-id: 8f4169f362aa98d77d2b69c890b9cda3cf6a6d2c@278 8e395407-42ff-0310-94d9-ec183df6106f\n", "proba": 0.9999840259552002}
{"commit": "9e6cb11a5a014f630d7b65d726b6586c934b3617", "message": "add FactorialTest\n", "proba": 4.4036639224032115e-07}
{"commit": "a8237109c9551b5c13ec1ebd80ba34b90d539db3", "message": "Add the Scale function for multiplying each series by some factor.\n\nSigned-off-by: Chris Larsen <83037b211e1d109d6858769a113e269c3139ffd3@yahoo-inc.com>\n", "proba": 1.4135902347334195e-05}
{"commit": "ef5c56d7efa6aefa91ce4255d4d23e6558909477", "message": "score 95/100, memory bonus, and timing failed.", "proba": 1.1252099341163557e-07}
{"commit": "cd3e17f8d23d62d3c5d0057752f7e598f32b31cd", "message": "Removed empty space\n", "proba": 0.0027505240868777037}
{"commit": "4e0c51413ff261c01a589812c9615db884f6535a", "message": "Config\n", "proba": 2.439056743241963e-06}
{"commit": "8ec109bcff6473ece334ff110007b77cd81c4312", "message": "init TraceData.java", "proba": 1.7548987898408086e-06}
{"commit": "65710b4eac717a32853d7b49da848f27b4b301e9", "message": "am bc71d625: Merge \"Don\\'t convert 4444 images to 565. Bug #3327175\" into honeycomb\n\n* commit 'bc71d62581104b27d8373893c5485958b6f8ca37':\n  Don't convert 4444 images to 565. Bug #3327175\n", "proba": 6.015238227519148e-07}
{"commit": "343b04215b1e18c6cb3f8b61c9e5aeacbca4597d", "message": "Added JobTools to util and readLines to io\n", "proba": 1.228340238412784e-07}
{"commit": "3008ef09e92de69c590d209afbcd0e3f32417111", "message": "CeylonDoc: fixed for new typechecker api\n", "proba": 1.7396740759068052e-07}
{"commit": "46e0cccd619aecd4d88410b8cdf420a9247e3fbd", "message": "am 5546e9e6: am 824838d7: Avoid NPE when callers send null selection args.\n\nMerge commit '5546e9e6721a5b05678ea6ceb3be433219f53fe6' into eclair-mr2-plus-aosp\n\n* commit '5546e9e6721a5b05678ea6ceb3be433219f53fe6':\n  Avoid NPE when callers send null selection args.\n", "proba": 1.378486160774628e-07}
{"commit": "d61b61d6f97f9f73b86e4a24a747c4451f2bc939", "message": "am 227a64fe: Merge \"Fix an NPE on overflow in BatteryStats history.\" into ics-mr1\n\n* commit '227a64fe23b4e6f05dc31e5f51b0f4c142e52b18':\n  Fix an NPE on overflow in BatteryStats history.\n", "proba": 1.9571079690194892e-07}
{"commit": "b9fbde7dfb7522c8b572bf9e4bae791194cee030", "message": "last push", "proba": 5.186666953704844e-07}
{"commit": "c1895045c2909d8119f95b6605364f0f2e69fdcb", "message": "Revert \"\u5728a\u6587\u4ef6\u4e2d\u5929\u6d25\u5c5e\u6027\"\n\nThis reverts commit bdd91dc1cc109d6df6dfd40f2274bc995b645af7.\n", "proba": 1.2668823501371662e-07}
{"commit": "7bc31495ab47a4f601412680e80dcb8f09a03a2b", "message": "feat: adjust mw parameters\n", "proba": 3.450053895903693e-07}
{"commit": "cfc19aada72ad237aca4ed02672eb20bef0043c5", "message": "Added Auroracoin DNS-seeder\n", "proba": 1.406645253609895e-07}
{"commit": "10f5866c80521d947aacfe8f43fbff76a595bc50", "message": "update to support download currencies.json", "proba": 1.784860330644733e-07}
{"commit": "b89890c7d82fbd95714c7ef587b27777fe45926c", "message": "backtracing: huijiazaikan\n", "proba": 1.3530865544453263e-05}
{"commit": "8c57cb9624318ad735b5d8e5aa283eabb607075d", "message": "\u914d\u7f6e\u5916\u7f51\u6570\u636e\u5e93", "proba": 1.7648586947416334e-07}
{"commit": "957337688d4d976dc09b02e803b005b5e9effe65", "message": "Found a possible solution, but doing it right...maybe...", "proba": 4.12685125183998e-07}
{"commit": "57f34260da63bf7b3ef0933c307144bf00243d3f", "message": "Condense empty constructor\n", "proba": 0.9999055862426758}
{"commit": "981735c8dbe57490491498c4afcff6a2469f50c4", "message": "add BL Aluno\n", "proba": 0.9982718229293823}
{"commit": "75468b27c6529f05924ed8112cd24718bf3f4bbc", "message": "enhanced file reader performance and reduced unnecessary memory allocations\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@5528 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: ef240b09fd0479c0323c0378bf00933556ec0e0e", "proba": 1.242838948201097e-06}
{"commit": "f7781c7ffe38d51776de4e03e2281d8dc1b20fc6", "message": "Remove call to SessionMonitor#triggerVerificationIfNecessary() when kit initialized\n\nJira-Id: TFW-6230\nChange-Id: I18195ce36678c462d689f38c9b3bf5617970461e\n", "proba": 4.2379761566735397e-07}
{"commit": "bfe763d1c96fe0f8e704743160a478d2e698a801", "message": "am b4355ec3: Merge \"audioservice: system audio control in master volume mode\" into lmp-mr1-dev\n\n* commit 'b4355ec3d0f7ab0aa44a746df7df250466cd701e':\n  audioservice: system audio control in master volume mode\n", "proba": 2.9297382297954755e-07}
{"commit": "d787eae955dedd1357910e2f66de8e2102bc510b", "message": "am c80873d5: Merge \"Remove BT routes when BT is turned off\" into lmp-dev\n\n* commit 'c80873d5fa3976c5f6c238fdc98d67bc22cddb72':\n  Remove BT routes when BT is turned off\n", "proba": 5.824267077514378e-07}
{"commit": "40d076e61748ba304f754501ddaad63a0255bf96", "message": "am 61ebf9cd: Merge \"audio service: make dock audio is off by default\" into jb-mr1-dev\n\n* commit '61ebf9cd8f0b7bfbad6840bb828f2300beef745d':\n  audio service: make dock audio is off by default\n", "proba": 9.988675628846977e-07}
{"commit": "3094d955b8321f01e50cb0c448ae1c4c461f41c9", "message": "Fix deadlock in AudioService\n\nLocks related to audio focus and remote control should always be\n taken in the following order:\n 1/ audio focus lock\n 2/ remote control stack\n 3/ current remote control client generation\n\nChange-Id: If8be11bfef92849957e692b2bd52adbd67a2ef0b\n", "proba": 0.00032538126106373966}
{"commit": "838a3accd3c1f0fd18eb69f4d8bd82025d996d15", "message": "Codeforces #801A: Vicious Keyboard\n", "proba": 1.9069842949193117e-07}
{"commit": "3883f2f00ca03f5e862751c1d4c34126a08b5219", "message": "am 35ebf28a: am 0c9278d3: Merge \"AudioService: pause music when undocked\" into jb-mr1-dev\n\n* commit '35ebf28a95af44d136f4033a0dcdc24451c2ce64':\n  AudioService: pause music when undocked\n", "proba": 6.073694862607226e-07}
{"commit": "4ff180f5953437cee119da97c1123f22259907fb", "message": "Codeforces #937A: Olympiad\n", "proba": 4.708330152425333e-07}
{"commit": "031ffb15acb6db931488f20dc8af86864c5d5ca7", "message": "am 7852a59d: Merge \"Use FLAG_LONG_PRESS for headset long press interactions.\" into jb-dev\n\n* commit '7852a59d5d0e9a2ba5a954f4759d16c500b6b035':\n  Use FLAG_LONG_PRESS for headset long press interactions.\n", "proba": 3.182287571235065e-07}
{"commit": "9db1a37cc48a01a66ee8026de303faaf4a83667d", "message": "am f27eb326: Merge change I0b6ee9fc into eclair\n\nMerge commit 'f27eb3264d4b5d3fd154834a709a9a53cc878b58' into eclair-mr2\n\n* commit 'f27eb3264d4b5d3fd154834a709a9a53cc878b58':\n  DATE_TAKEN should be in millisecond instead of second.\n", "proba": 1.4969107269280357e-06}
{"commit": "484bbd5168c7b04421025f4405845be7803960d3", "message": "added TopologicalSort in java\n", "proba": 1.3122759412453888e-07}
{"commit": "72df58124e56b36c8848d0c3642f0a03e4468c46", "message": "Fix the issue with Anonymous Authorization error", "proba": 0.0005969373160041869}
{"commit": "21d241a5adc406a97d8b118344d7934d63f4af96", "message": "DanielWagnerHall: Better to throw because the wrong type was returned than mask the error by calling toString\n\nr13435\n", "proba": 3.676842084132659e-07}
{"commit": "f1f17104937fa3587036db09e333ad04a369bd85", "message": "Reduce decoder scanning\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1496923 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999581575393677}
{"commit": "96387e12b3cd47d16543eee2ab0a61c536ee1c40", "message": "refs #100994 Better logging for error in attemptHoleFilling\n", "proba": 1.2921971404011856e-07}
{"commit": "0f55e9b4f23a2329fbaae0009d8b1cbb72fe54b8", "message": "Create ViewMemeActivity.java", "proba": 4.1639492565082037e-07}
{"commit": "0995ada63554a4059b9b32c0cf1ef5ab7a2c8c14", "message": "Added ItemDAO", "proba": 1.797223063704223e-07}
{"commit": "6e69bc2513304902d51a3e39105ff295849aee94", "message": "Floor.java", "proba": 5.7664951782498974e-06}
{"commit": "13237e032fc93b541cde7fa37ff54c9644878f03", "message": "Parseur des resultats d'appel WS JSON\n", "proba": 1.987544919757056e-07}
{"commit": "ae8ce67bf7c08b94cf6d0565093803673e0a7d62", "message": "Fix commnent typo.\n\n\ngit-svn-id: a878c62e23c3cdd7109267dfd9bdff0ba03a0163@3917 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 0.9999992847442627}
{"commit": "8b4cde3d8c25ff901196122186eec9f2acb16fc5", "message": "reverse string\n", "proba": 0.999998927116394}
{"commit": "71c5fdf468fb030b89cd0389a9fd96862edc0218", "message": "JasonLeyba: Silence log output in UrlChecker.\n\nr12597\n", "proba": 0.0001825111685320735}
{"commit": "f3d918d5f2ce9e428e1b3d34dd0ab5d3690935e3", "message": "Added suport for 'filter' inside 'channel'\n\n", "proba": 1.2048323583258025e-07}
{"commit": "ebe9bb7d372131ca9d50d0ac005293e3424849a9", "message": "An utility class for running a task once in the history for project or application\n\nGitOrigin-RevId: 8dbae3b25ed80824af7eddedd1840226e8b7702f", "proba": 1.931516089825891e-05}
{"commit": "1966be70338d082dfcf7eb0c57f1c00012d1f196", "message": "am b59caea4: am eebe1ea4: am 2f474cd3: Merge \"Volume: restore vibration entering vibrate-mode from rocker.\" into lmp-dev\n\n* commit 'b59caea490051ecc167afa39d603d16f12a6845c':\n  Volume: restore vibration entering vibrate-mode from rocker.\n", "proba": 3.3253667197641334e-07}
{"commit": "7979ea1ca06f499afeabc843a54e780b7817ebd3", "message": "[dot] package info\n\nSigned-off-by: Peter Kriens <8ac8092331bb621432cbd9fbe40e52149af05592@aqute.biz>\n", "proba": 1.0728557953143536e-07}
{"commit": "d60d9a894b20d7046bfdade7d09fd41457ee735d", "message": "Added ByteArray.\n\n#changes\n#closes 1245\n", "proba": 1.97158684045462e-07}
{"commit": "726bc70c160ffef6ebba4b4f065ba126703ab0a3", "message": "Moving files to Entites.\n", "proba": 1.210104159099501e-07}
{"commit": "a1ec2a5144154deb0241dc6fb7dfc796d36056e9", "message": "Add portrait deposit table field\n", "proba": 2.668737693056755e-07}
{"commit": "7423fb21f5778d457a39ffe736aa50f90b41268a", "message": "WorkerExecutorInternal#owner returns a Vert.x instance\n", "proba": 1.2890441212221049e-06}
{"commit": "ab93e9c88920187f4742ad5b72e6e673f75d81da", "message": "Coder for footstep plan (sent using ee_goal_sequence_t)\n\n\ngit-svn-id: 767549f2a3626ae39d79f5348867a3ebb5082aca@1431 c7283977-0100-402a-a91a-fa70b306dbfe\n", "proba": 5.511594281415455e-06}
{"commit": "3bb36760c46d611af610bf3ce026a0a77ab79e37", "message": "am 5c063479: am 6c41fead: Merge change 25519 into eclair\n\nMerge commit '5c063479966039085a5357335f961cc9ab090f02'\n\n* commit '5c063479966039085a5357335f961cc9ab090f02':\n  LocationManagerService: Take fix accuracy into account in proximity zone logic.\n", "proba": 1.1685690282092764e-07}
{"commit": "fa285c5295746da06b643e4d5c6ccab02eabca91", "message": "11\n\n11\n", "proba": 0.000321416649967432}
{"commit": "55a8e43b9bfdcf3a840018d66125575bb60bf920", "message": "Prototype ChatPane object - very rough", "proba": 1.3164851964120317e-07}
{"commit": "a9e681b6ce0f088e28fffbc28616522821711835", "message": "Initial commit: ThreadPack.java\n", "proba": 2.4286970301545807e-07}
{"commit": "c49e7b234a473063629d6cb14279942add743172", "message": "Adds Procedure Symbol\n", "proba": 5.992438332214078e-07}
{"commit": "8fb19ee405e82934b46ce3ee49b007b4951cf408", "message": "Create List.java\n", "proba": 1.4031631963007385e-06}
{"commit": "9180b12e3964a65096622035c72184e816c04df0", "message": "Reverted checkCollision to working version\n", "proba": 1.4621943478232424e-07}
{"commit": "339f51f314fab537c2a68bc446c6b8103c68b1c4", "message": "- class Command is now in a separate file\n\n", "proba": 1.23248696581868e-07}
{"commit": "6cb3f734402c570d670fd425e66d6b4ae15f7251", "message": "Add support for displayName\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@834036 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.942295721681148e-07}
{"commit": "5eaec2a9ed7cf2ca9c501b212adafe45e6111ae5", "message": "#364: Add class for PT without fitness value.\n", "proba": 1.1024766166656264e-07}
{"commit": "ff71685d77fdc19bf62d8f05591785ffae63e6eb", "message": "Commented code", "proba": 1.67456690292056e-07}
{"commit": "b3be8080f1cbf3a77cf106078c4e5d7bea74f078", "message": "fix: fisheye setting persisted\n", "proba": 1.2957922308487468e-06}
{"commit": "d4a6102b68e1b68782627a008c90a073dbabbfb8", "message": "Wyclipse.UI: minor fix\n", "proba": 2.941314392046479e-07}
{"commit": "da6b488bee2f8271d0172735cee211af0713da72", "message": "finish problem 5 in Chapter 1\n", "proba": 4.500234717852436e-05}
{"commit": "19053939bd7f21340daabccab16ea4d09ed340dc", "message": "added comments to set up for flag operations\n", "proba": 1.3288656930399156e-07}
{"commit": "4c93f8cae3f36c1bc57ffecbbda1c21ff9553a2d", "message": "general parser", "proba": 6.305625902314205e-06}
{"commit": "28302be096c138acf11951ee37452fcf47594129", "message": "Removed NULL from Nothing (what was it doing there anyways)\n", "proba": 7.118053872545715e-06}
{"commit": "d87c12b7f435ce39338f4feb221ab000e40f0de6", "message": "fix bug tax invoice over amount.\n", "proba": 1.3624770645037643e-07}
{"commit": "89af1c5015889e6457d367d41da507e8cdf5236d", "message": "Start of DataTextField\n\ngit-svn-id: f13e20fb8540f76a08799c0051229138c0279aa7@5489 b35dd754-fafc-0310-a699-88a17e54d16e\n", "proba": 1.10380597106996e-06}
{"commit": "82a36f32df154373cd04efbef496277021004e72", "message": "Add license header\n\n", "proba": 3.5144987009516626e-07}
{"commit": "f833e11704c9a963d36c4d536dbf6af8e6553bd6", "message": "CameraNode : created a simple testCase to demonstrate how easy it is to make a camera follow a spatial using a Camera Node.\n\ngit-svn-id: 5afc437a751a4ff2ced778146f5faadda0b504ab@7970 75d07b2b-3a1a-0410-a2c5-0572b91ccdca\n", "proba": 0.00012347767187748104}
{"commit": "a88c38eab5d8d7277ea820f608119cb26eec9b3e", "message": "Create FreezeSpell.java", "proba": 1.960978579518269e-06}
{"commit": "85d1391223066124bc54564664adb4253dba0d17", "message": "feat(hystrix): increased timeout\n", "proba": 3.1914555620460305e-06}
{"commit": "da1f812a418321937d34d0bdccae3e237e4d72d2", "message": "adjusted the query also to exclude test companies that were switched\nbetween production and test during their lifetime", "proba": 0.00012737818178720772}
{"commit": "ae9a95fa6f33f8963b7569f462bc7a8a4f308f96", "message": "initial dataverseSession oject", "proba": 7.342480330407852e-07}
{"commit": "7e8244297c832036cea85ca0a7a88f2bf623c676", "message": "Fixed double-space before 'by:' & 'by:' being red", "proba": 0.0001722880988381803}
{"commit": "292d2cfbd5aad25bdddbd68826c81764402619c1", "message": "new Date\n", "proba": 9.407684160578356e-07}
{"commit": "4b332bec99be148279e7e7d15535298a8c05b6d9", "message": "Fixup MergeJars to also merge InnerClass attributes.\n", "proba": 1.0053166477064224e-07}
{"commit": "ce60aff99713f99c2b83d1141bae994d1a081b7a", "message": "Manual Test Commit", "proba": 2.269724035386389e-07}
{"commit": "c059bd66865808bc1fc075d78c4c4d4afcd00251", "message": "Add sidefile for generation\n", "proba": 6.715572453686036e-07}
{"commit": "1161019e56d0f9112e10378438ede0b1e7bc551b", "message": "add memory visible test\n", "proba": 3.832082882126997e-07}
{"commit": "2e06502beb7b59a307fc7d8f2e56e6e8986231d7", "message": "topcoder->SRM 170->recurrence relation(works for small inputs)", "proba": 1.1640132413504034e-07}
{"commit": "ac692e7cbccb94a689ad4dcbef8356687b8984cc", "message": "ARUHA-523 Storage service\n", "proba": 1.313232473876269e-07}
{"commit": "3946c8b7c7af1973db67bc76afebf20607ed636f", "message": "Creates JSON with a collector", "proba": 5.493372441378597e-07}
{"commit": "6adfc042994a3ef056ebda49b6205313a2492510", "message": "Create NewsPageMineUtil.java", "proba": 4.1371399106537865e-07}
{"commit": "2102fa0e48bd76fe2c97c3c684cd6e73c408f9f2", "message": "Single Player mode\n", "proba": 6.741245215380332e-07}
{"commit": "a655bb5a33457156400a0b2cb469ead6ecfae1a1", "message": "\u66f4\u65b0UserDao\u5907\u6ce8", "proba": 3.018321592662687e-07}
{"commit": "6c4edd83ece2378dca55b776159435d8f12d0f97", "message": "idref parse\n", "proba": 2.615143785078544e-06}
{"commit": "de1051c1bcda110709b63f2db64325b616bcf167", "message": "javadoc\n\n\ngit-svn-id: ac804e38dcddf5e42ac850d29d9218b7df6087b7@458626 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.992821562969766e-07}
{"commit": "6aae5155130758ae06872035b1c96c993e7c42bb", "message": "Remove tooltip text in table rows\n", "proba": 7.73550618760055e-06}
{"commit": "ca7cea39ae698c67e8a99dbc7800ec4e2268b893", "message": "[VTK-5226] ACL inheritance and owner tests.\n", "proba": 9.984297122400676e-08}
{"commit": "c8f7ca235f17a8fd73137a57595449c279d02c46", "message": "Medium[e]", "proba": 4.2805328348549665e-07}
{"commit": "d8a955485962a4a85ec377a3b443e32776faadc3", "message": "GM cars disappear for some reason", "proba": 8.434603842033539e-07}
{"commit": "dd9199ddd83d852e212b832a17591d1ba1fc920e", "message": "Interfaz Consultar Cuestionario a\u00f1adida\n", "proba": 4.540306406397576e-07}
{"commit": "fb6bc12f77ddcd2c08dd581a772074bd6ed65490", "message": "savedFunctions stuff\n", "proba": 2.1519996096230898e-07}
{"commit": "c66f7a4c1b7b53f9a49cc96fb89ceed00be53a8c", "message": "Restored loci.formats.in.BIFormatReader\n\nRestored the BIFormatReader in loci.formats. This class will become a\ndelegator to the ome.scifio version.\n", "proba": 9.939796541402757e-08}
{"commit": "923f55a549957e4fb1edc24086ee80157e6050bf", "message": "am e21f6af3: am ee4a534b: Merge \"Timeout when partitioning takes too long.\" into mnc-dev\n\n* commit 'e21f6af3b68d3fcfb2de661c100bca2f7f093d88':\n  Timeout when partitioning takes too long.\n", "proba": 6.351612569233112e-07}
{"commit": "5096d9e13e2cdfe9f9e78ebc4e551327bfb2c171", "message": "Don't include password on default encryption command\n\nBug: 22989588\nChange-Id: I6f5b84519cb357af8461257654e382980b874486\n", "proba": 9.981932862501708e-07}
{"commit": "7da20e6be144ce9433f1e389c2b8fefc1d8f096d", "message": "am 9f296900: am 9921d842: Merge \"Eliminate potential for NPE in WindowAnimator.\" into jb-mr1-dev\n\n* commit '9f296900d5738761d63f4f0bafbece685911da2e':\n  Eliminate potential for NPE in WindowAnimator.\n", "proba": 3.082849673319288e-07}
{"commit": "0ab0654776fbb42fac669cd5fd5e0c506bf634c7", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "0983bac828b555386426ef05cefc7e692ae11d33", "message": "java: add 72\n", "proba": 1.8771020222629886e-06}
{"commit": "9cb4ecd553fb4a5161d6eaf467f5695f6799656b", "message": "Medium", "proba": 1.1500455912027974e-06}
{"commit": "3989c685dd6c765baf3a7e6a33f51b651f47d143", "message": "Give the user more choice to save their time, add another code block to skip the old ThreeSum solution\n", "proba": 4.375883122520463e-07}
{"commit": "9d39852f582f246bd525032689e367cae9c4e1f8", "message": "Create App.java", "proba": 1.1075218026235234e-05}
{"commit": "57f4b7c7a93cb1a5ac42ce11c3504c3c3800dcdc", "message": "Refactor and address some TODOs.\nShould be no functional change.\nMake code easier to follow and more obviously aligned to the specification.\nRemoving the to be overwritten patterns will result in all collections for the constraint being empty which will trigger the removal of the constraint (which is what the old code did more directly). The old code just looked as if it might be removing too much.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1495341 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.875289308372885e-05}
{"commit": "131d07e84e41fc88657056d1a10102fbfff45228", "message": "initial checkin\n\n", "proba": 2.800410925374308e-07}
{"commit": "83afebfa14fe49dcc71085a655bcc7abaa772e91", "message": "*** empty log message ***\n\n", "proba": 5.360483328331611e-07}
{"commit": "32d99cfe6dde09c3bfe80d3cac2e43048578ab81", "message": "Code inspection tweaks\n", "proba": 3.0849378163111396e-07}
{"commit": "0a1812c7fcc5556865152b719b0394fa2ca3efa3", "message": "learned bayes theorem\n", "proba": 4.161575191119482e-07}
{"commit": "406b74323d53a8a8dd60b8b224d65fc27868460b", "message": "Does init for now.\n\n\ngit-svn-id: 6c0206e3b9edd104850923da33ebd73b435d374d@621694 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.1156195948133245e-05}
{"commit": "3105bbd213c77ef87e824299229b6b83991013f0", "message": "change references from SocketReader to InformationRelayer\n", "proba": 1.2924337511321937e-07}
{"commit": "e896449f8b34e94d7f2c8165198022f75a4ed0ab", "message": "Add counter program example\n", "proba": 6.769359401914699e-07}
{"commit": "01f69488f87230f593949d3d292258c57d3b7cde", "message": "+Scheduled: Implement Supplier<E>\n", "proba": 1.1694096713199542e-07}
{"commit": "8079d8414f8b559065ee8de602b40e1196645b8f", "message": "Make the check for AR42 a method and make it available to subclasses.\n", "proba": 1.0254145621502175e-07}
{"commit": "b4425cfd6d632a0f332f5079646b1554e3fe3c9a", "message": "Implemented LogCommentEvent", "proba": 4.7406038561348396e-07}
{"commit": "f50ee97d8a1363053a14776353eb3ae12ae73595", "message": "chapter 2 - linked list", "proba": 1.2367304691451864e-07}
{"commit": "651a4395c5143918732d13ec6d8301857f99c6be", "message": ":sparkles: Minimize the maximum difference between the heights\n", "proba": 1.2177035387139767e-05}
{"commit": "341dd2bda5fbe4f0cd6c0adfd46d67eb301fd229", "message": "am 5468f292: am acbdb4fe: am 9af44ddf: Merge \"Post volume requests to the handler thread in MediaSession\" into lmp-mr1-dev\n\n* commit '5468f292f31383ba1ea9b488e1d0dfc743764f47':\n  Post volume requests to the handler thread in MediaSession\n", "proba": 4.0257742739413516e-07}
{"commit": "85a0f227ede8cd5bc496736178d5494bb8f92e5d", "message": "fixing type check\n", "proba": 5.557607209993876e-07}
{"commit": "ca9f84a2926c6685ed0dfbf39cd4f090d114af45", "message": "Field now accepts a Rules object\n\nThis fixes #65\n", "proba": 1.25956262309046e-07}
{"commit": "3cc958eed8abc57fa5432f5abb9fbf0180ac4d9b", "message": "More comprehensive work :)\n", "proba": 1.2112840863665042e-07}
{"commit": "a3702297236598f90572e7de0ab8aa8781144135", "message": "Log PKCS#10 fingerprint at debug level", "proba": 3.4650372526812134e-07}
{"commit": "96705e9739b3cded98f4236e120e8aef38053cae", "message": "deleted an excess function declaration\n", "proba": 1.900975462376664e-06}
{"commit": "0d496df83397c448187d2acbf3709ff9194b8e30", "message": "add genetic algorithm to find the best parameter for mcts\n", "proba": 5.735838203690946e-05}
{"commit": "ae6d4e9aea68a6f4bb2b501eac38febaceb0cab9", "message": "Update BicycleCalcualteSpeed.java", "proba": 2.0517221344107384e-07}
{"commit": "b03f4400abcd87169de9a45d1cab66e893b65a0d", "message": "init project\n", "proba": 3.975034417180723e-07}
{"commit": "9d63cf23b27d56e6417d56ebb67515c86d9cd1f5", "message": "Update NbAchievement.java", "proba": 2.5779212364795967e-07}
{"commit": "b7480b4bf47bf202880b5663e3157da084ded038", "message": "Another attempt at fixing date sorting\n", "proba": 2.1625260160362814e-06}
{"commit": "e84180f227e9b95baa56a09f593717281650867e", "message": "Fix label padding, attempt to fix colour parsing\n", "proba": 2.9664732892342727e-07}
{"commit": "7857e3991b90393f1ef4e511d997463259df4b44", "message": "Solution improvements\n", "proba": 5.391592594605754e-07}
{"commit": "07353a1e8598b1e2993b8b6763f630379ae6e8bb", "message": "GLSurfaceView: Log egl failures\n\nDecode the EGL error code when throwing exceptions.", "proba": 1.2874073718194268e-07}
{"commit": "35d5aa00bfe170907fcbd18dbffc0c0adae4265d", "message": "Add ULID implementation class\n", "proba": 2.0458291771774384e-07}
{"commit": "ff4cc699665cc64933adb39a9714f8f77d5b598c", "message": "Update LanguageBundle_ru.java", "proba": 1.323016476817429e-06}
{"commit": "cf313b0325bfff525e7290592b196675d5a3535f", "message": "add CherryPickupII.java\n", "proba": 1.0419078080303734e-06}
{"commit": "0d52334b96551a6cb4a77fff9895644c30db6d9f", "message": "CircularSlist algo.\n", "proba": 2.551150544150005e-07}
{"commit": "728a8d08c57c3778dd77ddf42a64912f670c1e31", "message": "am 12f35cc6: am 6bab49de: Merge \"LE: Add support for the HID-over-GATT profile (2/3)\" into klp-dev\n\n* commit '12f35cc69667aa302a6f49889aad63dfef7a8139':\n  LE: Add support for the HID-over-GATT profile (2/3)\n", "proba": 1.3821747302245058e-07}
{"commit": "ba28a977326688c49b43df900c7d154b93e286ab", "message": "Create DZY Loves Strings.java", "proba": 1.660475504650094e-06}
{"commit": "7614b3dacf52d218e0af3e46743abe6f438174a6", "message": "Added homework\n", "proba": 2.1895230872814864e-07}
{"commit": "e638343b723fb2c905f61d3cd6bb9110158c0aa6", "message": "Fix destination command", "proba": 0.000144277757499367}
{"commit": "b9cfe8fd00050be10780fac8432283f6ddeaa0fd", "message": "\u589e\u52a0\u4e00\u822c\u6570\u636e\u6821\u9a8c\u5de5\u5177\n", "proba": 2.0127212962961494e-07}
{"commit": "677c613cdee2a3da99cb48d286549091d13a7d13", "message": "Don't use implicit locales\n", "proba": 4.851117409998551e-06}
{"commit": "8e37e3b45e4ea4a39a026151a00141f727d9e641", "message": "Fix for #153\nAgregado flag para agregar saltos de l\u00ednea en el parseo y detecci\u00f3n de expresiones regulares", "proba": 2.5499002731521614e-07}
{"commit": "c9dfbf6f4ecf5b47fa2e8a620b94761353855a6f", "message": "Added some basic utilities. more will be added soon. ", "proba": 1.0092359303826015e-07}
{"commit": "9ee8efea8d9c921dea58cf71b0e59ebe018779a0", "message": "Validator interface", "proba": 5.503949296326027e-07}
{"commit": "66fab516e550e08f8a658d666c9e51b1f2af37c5", "message": "modify oauth1.0 impl, signRequest method\n", "proba": 5.180260131965042e-07}
{"commit": "6d723d500c87b56d8d1586bc026a129aef38690b", "message": "cleaned code/performance improve\n", "proba": 3.904713423708017e-07}
{"commit": "05d23deadbbba9181932ea500532412e588eea1d", "message": "Added TCPClient for co-processor communication\n", "proba": 1.3325841052846954e-07}
{"commit": "2bcefc338e350d672418f07d2d6f5e209b8e359b", "message": "Fix for AXIS-1378 - No information is returned to user when deployment failed\n\nNotes:\n- replace log.debug with log.info in 1 instance of try/catch\n- added log.info in 2 other locations.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@258218 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.6275081381754717e-06}
{"commit": "c8cbcb6ef054f758c146634f60930b97ffc00435", "message": "Check for null encodingStyle (changing it to SOAP-ENC for now by\ndefault) before looking anything up.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@246589 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.60709293797845e-06}
{"commit": "06665f5eb2cd5f717d5359e57f8c383f4b6cb86a", "message": "Java source part of the p2p daemon\n\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@1890 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 2.1798318812216166e-06}
{"commit": "9f9da6fbe1133d1194db88b64b44219ea250ed5f", "message": "FIX: Revise comment.\n", "proba": 1.1467759009065048e-07}
{"commit": "952dc40f1292449b811a3a8f0163c391d94f03d6", "message": "Contains Duplicate\n", "proba": 0.9993834495544434}
{"commit": "988792cb78a29531ae5355f31f6af5c9122a3083", "message": "feat: 190-reverseBits\n", "proba": 1.4978475064708618e-06}
{"commit": "e17758f9a6f7fc15ceaf595e77e1a3396ce9fff2", "message": "Test for timeout from operation epoch.\n\nChange-Id: I81530461187509026cc18e995b3ceddcc3c76afb\nReviewed-on: http://review.membase.org/4208\nReviewed-by: Trond Norbye <60edd2ef23891a753f231b0c6f161dc634079a93@gmail.com>\nReviewed-by: Michael Wiederhold <a17fed27eaa842282862ff7c1b9c8395a26ac320@membase.com>\nTested-by: Dustin Sallings <1c08efb9b3965701be9d700d9a6f481f1ffec3ea@spy.net>\nReviewed-by: Dustin Sallings <1c08efb9b3965701be9d700d9a6f481f1ffec3ea@spy.net>\n", "proba": 7.921053111203946e-07}
{"commit": "056139b69908a0e7b0591c523b20baa56571479d", "message": "test to make sure eventkey can be correctly parsed.", "proba": 1.2860084552812623e-07}
{"commit": "47d305dfc36e578c54c4e98577d28c4b80f2a81a", "message": "extracted new test into RequestHandlerIntegrationTest because the class annotation of PowerMock caused errors in the other tests\n", "proba": 3.0906801384844584e-07}
{"commit": "a1c80424e0c0454ee2c7c2ff37d396f8b67d5d69", "message": "test class \u4eee\u7f6e\u304d", "proba": 8.232806862906727e-07}
{"commit": "b6349c5b7c101c7bb87c36cc22bc98581f4f7c83", "message": "add ValidPalindrome.java\n", "proba": 3.058116817555856e-06}
{"commit": "c408a49d012a3cbd7ee6b113439b12472143132e", "message": "runescape-client: export addEntityMarker\n", "proba": 5.29827900663804e-07}
{"commit": "f91f355820d7dd637217da4f2ba48d37566f53e1", "message": "Removed import edu.wpi.first.wpilibj.RobotDrive.MoterType;\n\nI added it by accident. ", "proba": 1.0154688823149627e-07}
{"commit": "0501da04cbaf15ed148474580a5487249cad2289", "message": "Add a Java AWT template\n", "proba": 4.955074359713763e-07}
{"commit": "22408895569aa80bae2329fe969246f8172d5a17", "message": "opt-in for molecular-based potentials\nchange default mass to 131 for 3D (Xenon!)\n", "proba": 1.0534462546729628e-07}
{"commit": "3a58ae909c917c1c31e09d038b9e8000be4f45f3", "message": "Test FQLMethods\n", "proba": 3.758458149150101e-07}
{"commit": "9ef376e12fee223fe834aa318fb92ee74b7818dd", "message": "patch 4.34..34.5.\n\n...\n", "proba": 1.1327023941021253e-07}
{"commit": "bdd1bfed3bcfe6754deef11622e79ae67bad5409", "message": "[test] Add file-upload test (fixes #34)\n\n", "proba": 1.0786419579744688e-07}
{"commit": "7e26fa9ca6bdcf1d5a915b7ff5f64f97107ad34a", "message": "@Info in AutoSign", "proba": 1.1723094672788648e-07}
{"commit": "56b6fa3ef4c75b64444045d725d2c197b16671be", "message": "adjusted code format, comments, ", "proba": 1.3674652166173473e-07}
{"commit": "ab674a00a8f37098043bd03135808e09e31cde81", "message": "[lib] Speeded up parser\n\nSigned-off-by: Peter Kriens <016a769244db65ccbb64c8b271e9b7b28d4a3ce8@aqute.biz>\n", "proba": 1.2668219540046266e-07}
{"commit": "0a1cb905e4f9121d79235351e090cc670376aee5", "message": "Added package-info description.", "proba": 1.068473380883006e-07}
{"commit": "970613be73e3150efe22e62c4e4a1818617ad623", "message": "Add Point2DTest, the test related to Point2D class.\n", "proba": 1.1525803245149291e-07}
{"commit": "48305fd6deed6321d5b40d49e8d8d1f4fbad9326", "message": "Use StringBuilder and StringBuffer\n", "proba": 7.204694725260197e-07}
{"commit": "0ff431d7c773e0031179c33247aaf5c10e6336a6", "message": "jsoup test 5\n", "proba": 0.0008441028767265379}
{"commit": "3bb0faa57c0100cb4e143fbeca3f273bcc7e6fe6", "message": "am f8db762b: am e56d3cb2: am b7018ba6: Merge \"Simplify DefaultDialerManager\" into mnc-dev\n\n* commit 'f8db762b89c4c3e1ba7a5e406fa2ef96cb8e70da':\n  Simplify DefaultDialerManager\n", "proba": 1.1301618769721244e-06}
{"commit": "13b7642769862fb0222f6a945378594007a5ca7e", "message": "add test for 23\n", "proba": 4.830753255191667e-07}
{"commit": "1861668ccc2ed7f2dae980f652c7abaaa8402840", "message": " On branch master\n Changes to be committed:\n\tnew file:   Jewel/src/tbc/game/Jewel.java\n Untracked files:\n\tJewel/bin/\n", "proba": 1.5682837783970172e-07}
{"commit": "012f2fe684bdb1e6ac3fce033a9d5a79ccd5efc8", "message": "Unexpected error executing sequential async scripts\n", "proba": 4.810947302757995e-07}
{"commit": "7199c1fe0b67493a74dd2d7b26f825b6f1da97ee", "message": "Table interface added\n\nSigned-off-by: Sergey Krivohatskiy <f41fe841f9eb6005eb50a816dfd3117bef7b6841@gmail.com>\n", "proba": 1.0957576535020053e-07}
{"commit": "50b3ab9f1ead5952d477af16847649fae793f7b5", "message": "add command line option, doh\n", "proba": 1.039837115968112e-06}
{"commit": "ea1e525d3f3d74428e0e8d5b0c2e2ba940cfda32", "message": "Added Main class.", "proba": 1.1719942705212816e-07}
{"commit": "0bfd508ee2c8a7cbf54a70b72d07795d5d455248", "message": "Create mythread1.java", "proba": 1.946481006598333e-06}
{"commit": "9b413f5d936f60ffa145860bc403334e84395fbc", "message": "Add lock contention example\n", "proba": 3.108480086666532e-06}
{"commit": "251699747ac774054352b24c3d29cb2b918ddebc", "message": "Added new test for user story list books\n", "proba": 1.469652772811969e-07}
{"commit": "9bed100bc1b36f9b3200755bf6162055aaf244d4", "message": "DataBase class now compiles\n\n0 functionality, but it'll compile.\n", "proba": 1.0557675267364175e-07}
{"commit": "f78013cd5f6c0c490f8ed705468ced55d024875f", "message": "AI 145971: am: CL 145757 Suppress the flaky tests\n  Original author: yslau\n  Merged from: //branches/cupcake/...\n\nAutomated import of CL 145971\n", "proba": 7.971493687364273e-06}
{"commit": "3a46ca72d4279035858228422c6cc3427b52b29d", "message": "New login class for 5.0 VFS structure\n", "proba": 2.0629920527426293e-07}
{"commit": "601c4e685ef6930c5fe399c370c7b654add7f7a2", "message": ":tropical_fish kill the app if they do not have google play services\n", "proba": 8.17177749468101e-07}
{"commit": "c7b015f831ad7764be6456e0cad98e4ec49baaf0", "message": "Added a reproduction of a boolean assignment bug\n", "proba": 1.7320193990144617e-07}
{"commit": "27d107a7b81a56dac421d58e5a5b00030184c1a7", "message": "171102", "proba": 2.265337343487772e-06}
{"commit": "4194592b9c71251041a68d8090dc331e85027527", "message": "Automated import from //branches/cupcake/...@142964,142964\n", "proba": 1.2751004874189675e-07}
{"commit": "d28bfdd569e212a81b36ef9465f70975a21a29f8", "message": "Balanceable: added empty interface to brooklyn-core\n", "proba": 3.8651816680612683e-07}
{"commit": "c82d94fc3d246b681116b0ca34c992a4732d10ee", "message": "Detect if a string has all unique characters.", "proba": 0.0004471546853892505}
{"commit": "8926a6cb6972463490434fe387a4fb89d3426696", "message": "am 98709530: am 23b1a470: Merge change 22769 into eclair\n\nMerge commit '98709530d9cee07460c87ad154bf994dc7b61553'\n\n* commit '98709530d9cee07460c87ad154bf994dc7b61553':\n  MountService: Launch UsbStorageActivity with Intent.FLAG_ACTIVITY_NEW_TASK flag.\n", "proba": 1.1823561862911447e-07}
{"commit": "e485e2a03e72778145303972a21dd37155d60ca1", "message": "am 84745dd1: Merge \"Disable TvInputManagerService on non-TV devices.\" into lmp-dev\n\n* commit '84745dd11aad700733ff316d4d6797c2e543aa08':\n  Disable TvInputManagerService on non-TV devices.\n", "proba": 5.701715508621419e-07}
{"commit": "bc4b806d6414931f4a2d2d4e556844753c03fbf4", "message": "some tests\n", "proba": 1.60664922077558e-06}
{"commit": "6f7353d066004a4b2839d87342e8f8e2c5e96ecb", "message": "finished chapter 2 exercise 4\n", "proba": 5.3080646466696635e-05}
{"commit": "2ef25ed55f9ff62678639804835f409526d66dc9", "message": "Ajout d'une classe autorisant les logs", "proba": 1.9967345110671886e-07}
{"commit": "6d1b0b7939e79a04b04d6e2112f9e7155ccb134f", "message": "MVP: MvpService to be used for remote views\n", "proba": 1.50906117823979e-07}
{"commit": "7336868d027febc4227058215771f983a299db16", "message": "A basic search client for es\n", "proba": 1.523762733768308e-07}
{"commit": "a1a656d28cfbfe2a6b2bb9f920c8a7edb331f947", "message": "es util", "proba": 8.056324986682739e-06}
{"commit": "dc52ece1b9a5f29226cc7f5a1604fe3889412491", "message": "Fixes #34 - JVM MD5 computation shouldn't throw an exception\n", "proba": 3.5870914416591404e-07}
{"commit": "a10b7b1a8cb48998da6d5fc5d7eb552907d74824", "message": "added a new LabelGenerator (provided by BritishMuseum)\n", "proba": 1.0677236872425055e-07}
{"commit": "21ab1e7a180b7c96240abe14ac0fa193b71e42a1", "message": "Create Recruitment.java", "proba": 1.0302053397026611e-06}
{"commit": "2f80c676148ac7246c79beab6ef8e4d6459b4121", "message": "Added requireNonNull method", "proba": 1.9350541435869673e-07}
{"commit": "cbeb6bbedbf466222357e9c138b9cc8b89ffd3b4", "message": "null pointer fix for price per square\n", "proba": 2.022592440198423e-07}
{"commit": "e47cd79bda07e52feff11136b8d82382ab3de95a", "message": "Temporary class to hold UI actions on text areas\n", "proba": 2.962181895327376e-07}
{"commit": "655062489f4534fab0c0e9ff23f89310578eee47", "message": "AABB class\n", "proba": 1.6186403399842675e-06}
{"commit": "d880496f01ab9673b2ce47b639018a4463738c4f", "message": "Fix for Bug 17916 - Service.createCall() loses operation namespace URI\n\nNotes:\nWe were not handling the situation where soap:body was under mime:multipartRelated/mime:part\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@256071 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.85576447317726e-06}
{"commit": "fb57703bd5d8e0899c61cc25ec114018adc05a0c", "message": "add SimpleVirtualMachine\n", "proba": 9.67616870184429e-07}
{"commit": "25e1d15bd1ca3e7358cf5132f9f9ba618d555492", "message": "Begin chstamp (NOV15)\n", "proba": 1.6920650125484826e-07}
{"commit": "7cac4259f074e3bca6ab3b6274d0f1f1759a4363", "message": "488 Triangle wave\n", "proba": 2.443927087369957e-07}
{"commit": "0d85fdb1547b77b9d3de3ea113ada94df3fc60f0", "message": "Even more debugging\n", "proba": 1.936612221697942e-07}
{"commit": "8a519b7f1a1f2044c0eb3b2111121d721eb7d9b7", "message": "Full test set but Task and ProxyTask may produce dead locks\n", "proba": 1.5086381210949185e-07}
{"commit": "8458c4aae7cc7cff8bc9458e4bf46cb24f3aec15", "message": "System Design Interview\n", "proba": 2.0800965216949407e-07}
{"commit": "b9f106098611b2cbae74abaf9211f2dc8cbf4269", "message": "Update TreePostorderTraversal.java", "proba": 2.0855767957073112e-07}
{"commit": "71d929420fd4439a9c958bc45525e99e05f0f113", "message": "PairFunction\n", "proba": 9.624850463296752e-07}
{"commit": "eef19cc2ee55de75817db3c5ce22c712a97aeb77", "message": "DisplayList lifecycle fixes\n\n Bug: 13324014\n Bug: 13324861\n\n Don't use a DisplayList for the background if the View is detached.\n mAttachInfo can be null in onDetachedFromWindow\n\nChange-Id: I6d1413b956dd35cd2f5256860223013d2a570870\n", "proba": 7.525797514063015e-07}
{"commit": "1086329f00a8f672510265c1da8bb33909166c19", "message": "am 3b36ed09: Merge change I95319bde into eclair\n\nMerge commit '3b36ed09293965e7e5dc20dfa514422388e796d6' into eclair-plus-aosp\n\n* commit '3b36ed09293965e7e5dc20dfa514422388e796d6':\n  Fixes #2175599. Prevents an NPE when AttachInfo is null.\n", "proba": 1.2442687591374124e-07}
{"commit": "4085aac5833e6d88c3f77b6c86cc7520a2550bfc", "message": "Make background projection a property of View\n\nBUG: 12764584\nChange-Id: Id80afd6d26c814d3fd551f6690d4a88c441b0b9f\n", "proba": 1.3042156751907896e-05}
{"commit": "4d6f066b19f654917bbbd4650a68bea79a471270", "message": "Have View call setPressed explicitly instead of just twiddling flags.\n\nThis allows apps to override setPressed to reliably observe changes in\npressed state for custom views.\n\nChange-Id: I59f472a9d864f4abcc4f692fef0a13f004348432\n", "proba": 5.355046255317575e-07}
{"commit": "90f78a9a304d84a49b93205a03df43507c03ed8d", "message": "Stack\n", "proba": 2.2182402972248383e-06}
{"commit": "59523efe18c6f43367c4db27f16cf690e3ce1e85", "message": "Java program using PopupMenu and MenuItems\n", "proba": 2.664447436018236e-07}
{"commit": "d46fe535f0b5489f4b0e8e62856a15484e9d0de0", "message": "Fixed old conflict\n", "proba": 1.207203240483068e-06}
{"commit": "f68147767bbcfe1bd81ea1bb1419001463cb30d1", "message": "Simplify sleeping\n", "proba": 3.396089232410304e-05}
{"commit": "ada7600851017d6ba49b4ccfa0d4641cfaed7a44", "message": "Delete viewCustomer.java", "proba": 2.399347295067855e-06}
{"commit": "c7a93ec83d66bde5502257cee1e28b26565c8edd", "message": "gyro autonomous\n", "proba": 2.1933444713795325e-06}
{"commit": "eb74ed55567022d05f76f87a4db1d78ac49a2724", "message": "Snowball implementation in java\n", "proba": 4.1135660922009265e-07}
{"commit": "b853fe7919d5a62109459a63e83e67bcdc1ee867", "message": "Create Stringhe.java", "proba": 2.3686818622081773e-06}
{"commit": "b83657dbfd706f2c344c3f16f9555f52c6ce6a02", "message": "add a TreeNode class\n", "proba": 5.372929194891185e-07}
{"commit": "2c12ccc76a7de12243375ea675d371d8e33fec48", "message": "added problem 25 (unsolved)\n", "proba": 3.8999573348519334e-07}
{"commit": "c8753320e3deb04cddc0ab7e3daab6ca90234867", "message": "Add 4 Sum\n", "proba": 0.999983549118042}
{"commit": "af25483821a9a00b32091b6a0da68b4bddebd343", "message": "Create GL.java", "proba": 2.4010412289499072e-06}
{"commit": "69343b4332a7d6df4c26e6de536a2e5a28c27499", "message": "add Foo demo for http post\n", "proba": 1.6224299770328798e-07}
{"commit": "234d4957558442db27e97479bc49c275823efa99", "message": "snapshot of parallel block\n", "proba": 3.552875682544254e-07}
{"commit": "70a82366ca000af3b9aafd81e441c6255fb946ca", "message": "pretty printing C code\n", "proba": 8.223923941841349e-07}
{"commit": "51d00926402923852416b17d930a6f2087387691", "message": "add expression simplifier\n", "proba": 0.999868631362915}
{"commit": "72f588d01ef5eb5d2f8cf53fd3d99876164f4032", "message": "Modificado Pantalla", "proba": 9.145621220341127e-07}
{"commit": "17861ccc071e78d395d32c1e3abf2debd71b3965", "message": "BOJ #1918: \ud6c4\uc704 \ud45c\uae30\uc2dd\n", "proba": 5.603471890935907e-07}
{"commit": "4425c6234327d6642e6291853bc11398b3c9b7e7", "message": "Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=41661\nThread safety issue with JspConfig.init(). There is one JspConfig object per context and as per 41661, issues have been seen with this on real systems.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@795210 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.7230860218405724e-05}
{"commit": "3c84dcf8e3e8402ff4a8cbb87b4b30769729c663", "message": "Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=44986\nConvert to upper case before comparing encoding names\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@656024 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999994039535522}
{"commit": "13dcb4979e4e52d8282c5ed07b8a552b29bbdf82", "message": "Cleaned code\n", "proba": 3.2158791327674408e-06}
{"commit": "bcc539ce95aa376292de834977392d68539b6a38", "message": "added get top popular and hotness methods\n", "proba": 1.1146555323193752e-07}
{"commit": "9cf995443293dd7cab84050356cce93181249be0", "message": "Set compatInfo to default if unset in ContextImpl constructor.\n\nWill cause NPE when ResourceManager.getTopLevelResources() is called\nif unset.\n\nBug: 19427781\nChange-Id: I8c990cc425025cf426a87cac9dede09a14aa640c\n", "proba": 1.163503156931256e-06}
{"commit": "0a12018e4cd6eaaeaec795f6b2af4499fe3a8bcd", "message": "Change StringTokenizer to TextUtils.StringSplitter\n\nReplacing StringTokenizer to TextUtils.StringSplitter,\nsince TextUtils.StringSplitter is more suitable for basic splitting tasks.\nAlso increased initial values for HashMap and StringBuilders to avoid\nunnecessary buffer enlargement operations. This improves the performance\nof these operations.\n\nChange-Id: If9a5b68e6596ba9a6d29597876b6164ef34b57ac\n", "proba": 1.2047465816067415e-06}
{"commit": "f4c50a87cf6c7fc15c383e43c95ccd53e9b8259f", "message": "am 50c78219: am 01f42639: Merge \"fix typo in docs\"\n\n* commit '50c782190d282b76b7d961cf7f9a9e3f0db735ad':\n  fix typo in docs\n", "proba": 4.6861919145158026e-07}
{"commit": "81b80d3ebf96737fb1fb6a6a33077992a984e5ca", "message": "am 59bd2ae1: am c8c3539d: am eec946aa: am ee6046ad: am 00f7cb92: Merge \"BatteryStats: include mobile radio active count and unknown time in checkin\" into mnc-dev\n\n* commit '59bd2ae1af5d1236dae14f0539d48acfa08d5e80':\n  BatteryStats: include mobile radio active count and unknown time in checkin\n", "proba": 3.306777784928272e-07}
{"commit": "845df82084a0d3b14cdfb5baafea5c6b94967117", "message": "ListView.setItemChecked(p, false) always clears all items.\n\nThis fixes the bug where, in SINGLE_CHOICE_MODE, calling\nListView.setItemChecked(x, false) would always uncheck all\nitems, even if another item, y, was currently checked.\n", "proba": 1.386243155820921e-07}
{"commit": "07a11f4967911cb5fc332b6a73304f20ebf94566", "message": "Selecting text from a punctuation sign selects previous word.\n\nCherry picked from a revert in https://android-git.corp.google.com/g/#change,82252\n\nChange-Id: I141bbff2a0f9a8ab40f10c59fc1280b94b38e4b6\n", "proba": 0.9999192953109741}
{"commit": "03e4d64587d50200d990f95a64b1b1c57ae59d77", "message": "Fix bug #5252977 TextView selection handles appearing in a weird state\n\n- a remove of a listener was missing as dismis() and hide() need to\nshare the same semantics\n\nChange-Id: I01dc5a971324d0aa0942e365d5302d93a1a51a16\n", "proba": 5.952573474132805e-07}
{"commit": "450343261eaed2c5f5c83ed7ea31d570cf73569b", "message": "am a7c725f2: am e96b1c6f: Merge \"Fix crash due to reverse selection.\" into mnc-dev\n\n* commit 'a7c725f2f3e3b7df1923033555a845bfb6a936f9':\n  Fix crash due to reverse selection.\n", "proba": 3.3163280477310764e-07}
{"commit": "c0e4a76164baa9d07cdd87dab4c48a931fd08581", "message": "am 86683232: am 5575e97c: Merge \"Fix bug #7023040 android.widget.cts.TextViewTest#testResetTextAlignment failures\" into jb-mr1-dev\n\n* commit '866832323499e332bcc426b104da9cd842713472':\n  Fix bug #7023040 android.widget.cts.TextViewTest#testResetTextAlignment failures\n", "proba": 9.085897545446642e-07}
{"commit": "5fae996751f61fdddce0b11fa30b39fb6c5cb762", "message": "Removed debug code in TextView\n\nBug 6462527\n\nThe String parameter was used to debug code during the\nrefactoring process.\n\nChange-Id: I49a78bbfa3b45c185311d0dbebddddc52515c099\n", "proba": 1.1211219316464849e-05}
{"commit": "869dca8f0b147412806781faeb79ff3d836e998d", "message": "Class to generate random text\n", "proba": 0.0004214824875816703}
{"commit": "9d7eecb1b9a2468f7a4a215eeca07c9cafbeafba", "message": "Adding Calculator\n", "proba": 6.186127166074584e-07}
{"commit": "4c2cc7063d24d53a935f3d93aa10d4b53cbcb8b1", "message": "Reverse of sentences test.\n", "proba": 0.0019490867853164673}
{"commit": "67b0936f882e0b08fd6dc8475319d3f501a25bf6", "message": "BOJ #15900: \ub098\ubb34 \ud0c8\ucd9c\n", "proba": 2.322662879805648e-07}
{"commit": "d4f0a68da61310731ccf078db850ff835344cb0e", "message": "BOJ #15988: 1, 2, 3 \ub354\ud558\uae30 3\n", "proba": 1.2985177818336524e-05}
{"commit": "db60744ab8f88e808990c322a650bfb80579d9ed", "message": "Network object wrapper for public keys.\n", "proba": 1.254733348332593e-07}
{"commit": "5bef658043701a41d487b49480b1c531fb74f431", "message": "Remove and Add\n\nRemoved some unused components , some comments, \r\nAdd Kyary class  -> action listener is up and running\r\nadded Button to play and stop the music in all tabs\r\n\r\nScript tab is still under construction", "proba": 1.0135338612826672e-07}
{"commit": "e1aa1c197c98a06f90f545b6f6674f4ecfb224f4", "message": "finished task, code cleanup and fixes left\n", "proba": 1.3355446526475134e-07}
{"commit": "65deb1f0e784c9d008b02b4f1b683fd6722b8798", "message": "Update compressed trie\n", "proba": 5.242843599262415e-07}
{"commit": "b2d33d56333f5b0c30ce631bc6c95f34002e3fe2", "message": "Add explicit call to superclass constructors with arguments\n", "proba": 9.234297522198176e-07}
{"commit": "6fa1abea8ce808c76474234d3d1fd928a202a46e", "message": "switching computers\n", "proba": 2.7352155029802816e-06}
{"commit": "cacafa45814d80dab5c871109ceb9180656f0170", "message": "Didn't add the CompatManager class, I'm bad a git\n", "proba": 5.288823672344733e-07}
{"commit": "d23184fede652860c96885ebf4819067bea76194", "message": "Added sim.generator.NetworkGenerator\n", "proba": 1.953801387344356e-07}
{"commit": "9665b04d0212a2a2a61cd41423d370c1e617acae", "message": "created a basic custom classloader to load resources dynamically\npeter lin\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@325551 13f79535-47bb-0310-9956-ffa450edef68\n\nFormer-commit-id: 0f7cb17d8201e14e1ed7dfdc571ee22d8295e11f", "proba": 2.973159098473843e-06}
{"commit": "a87a507d34b65f50d035dbc9e46b2cc1b6ae0e54", "message": "Include antigenic drift parameter.  Doesn't do anything yet.", "proba": 1.2014612593702623e-07}
{"commit": "7652cc85b23608a0ebb5d04742a761fb691af25b", "message": "add socketcommunicator class to encapsulate socket based communications\n", "proba": 2.5408459691789176e-07}
{"commit": "ccff0853cac0f0157963f192f744e7503f5aab46", "message": "Created MainMenuController class", "proba": 3.762051221656293e-07}
{"commit": "b72af92b3080bd4f832c26935fc5fbf8d914c4ab", "message": "Constants file", "proba": 3.440135969867697e-06}
{"commit": "44511ba93a694199811c1d6582f6c39c191761d1", "message": "if either encoder value is zero, stick with -.2d", "proba": 5.358772796171252e-06}
{"commit": "1d0e7b3a6cca25f7ea48fd7f234785692be1a7d2", "message": "Advanced constructor for HanLPAnalyzer.\n", "proba": 1.3085244177091226e-07}
{"commit": "141ad845799dc8b6bf4d9bd6452faef14cc95ee7", "message": "mod image\n", "proba": 3.9288437392315245e-07}
{"commit": "f65b2b57bc5598a53585a0eab35e283b33bbf9bc", "message": "domain package created, Person class created\n", "proba": 3.3398850973753724e-07}
{"commit": "2edf7ce8c1b58b0e7980157cf99d967bd7981d3d", "message": "\u65b0\u589e\uff1a\u8f93\u5165\u8f93\u51fa\u7ba1\u9053\u793a\u4f8b\n", "proba": 1.5729359859051328e-07}
{"commit": "8b72d2ac2c3ee49eb3b318cf92380936d015b372", "message": "Added required GeNIe-extension attributes, part 2.\n", "proba": 1.0208091794083884e-07}
{"commit": "05418253592311dfb42d62e19aa5400910197a0f", "message": "Create Test.java", "proba": 1.33460673623631e-06}
{"commit": "da6ed1c24385cf01e821e9fb93a73fc3d29dea9b", "message": "Add XmlException\n", "proba": 1.1221081877010874e-06}
{"commit": "bd37a4e50ca951b7b0941ebc92ce10a4421c076d", "message": "- small fixes\n", "proba": 1.422992994548622e-07}
{"commit": "6b7b7ea26a8f711203a159812478d92e13041097", "message": "will fix tests for points\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@10373 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: d7b2a4ce7bd6cac6251d20e3444e94e79f4cd13c", "proba": 1.3356480849324726e-05}
{"commit": "0809a00d9046439536ce1bd7675eda1bc133518d", "message": "Add noCheatCompatible to AutoSprintMod", "proba": 3.6994441643400933e-07}
{"commit": "2d08d83fcc2c6613f897df3978b8c8dd77bff645", "message": "output .val, .vec and .k files for the derivative-based\n", "proba": 7.812995477252116e-07}
{"commit": "5c29ed7e8581abca87106d2f9bd609c89e1a6eac", "message": "Add a method to calculate and return the maximum of an isomorph of the diagram\n", "proba": 7.482610089937225e-05}
{"commit": "6dbcfbea9d4acefa10428a1d9dcbcd63d0c4d63a", "message": "operation that removes identical graphs\n", "proba": 0.0001371747930534184}
{"commit": "053be14374a2ed2639262b0b281a40feb7855cd6", "message": "Add new bug ideas\n\ngit-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@11335 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 4.3377696101742913e-07}
{"commit": "d103c0bdcee1638cc335475e2fa43fee25fdde14", "message": "am 0f70c415: Merge \"Camera2: fix high speed request builder creation issue\" into mnc-dev\n\n* commit '0f70c415519f0a89f8ba765f9046802a2223f790':\n  Camera2: fix high speed request builder creation issue\n", "proba": 1.8008566939897719e-06}
{"commit": "557fab42fae1347bd9137a376747a8fbd7612103", "message": "am 74fc1837: Merge \"Fix CameraManager#open exception handling.\" into mnc-dev\n\n* commit '74fc1837e014e6bfbc2c5d47eefa6bed6698394b':\n  Fix CameraManager#open exception handling.\n", "proba": 2.0248562293545547e-07}
{"commit": "9971017140e97986179a4b5f559a057cabba5c60", "message": "am cb3b976d: am 2ad136df: Merge \"Fix (another) measurement issue in ActionBarContainer\" into lmp-dev\n\n* commit 'cb3b976da10899bc7cfcc934ebf3eae9fa5d15db':\n  Fix (another) measurement issue in ActionBarContainer\n", "proba": 6.203246698532894e-07}
{"commit": "1b9ffd6b413b00a89e5b5640d152519a0a949b7e", "message": "Edited some comments in 'main nethod'.", "proba": 1.0448535903151424e-07}
{"commit": "e61ac97941b83cdaf497fd849c3ff1c60c5c63f7", "message": "delete setCatSysCode", "proba": 6.960152063584246e-07}
{"commit": "357046525b6076e82ad3278ec268150a25a25f83", "message": "am 2e73f4c0: am f46bd06c: Merge \"Fix issue #6579824: Email crash observed after updating...\" into jb-dev\n\n* commit '2e73f4c059e366489c50ad0dd4e05890afa522d8':\n  Fix issue #6579824: Email crash observed after updating...\n", "proba": 1.1651338382989707e-07}
{"commit": "cde6adf45c90ad3fdc94446ede6a228ce264c886", "message": "Fix the build\n\nChange-Id: I6de62c7bfaecd85810178f58707157466291eca3\n", "proba": 0.9999912977218628}
{"commit": "03e96acbe10bbd553b491599780185c6a7f9126b", "message": "am aea1443b: am 93720cad: am c957ebef: Merge \"Add more WindowManager flags to ViewDebug.\" into froyo\n", "proba": 4.954534233547747e-06}
{"commit": "17bbdcc549a0469fa3d8ed5778e77964ab7caf2d", "message": "am 839321a3: am c25dbb50: am 7b09a4e5: am e910a7ce: Merge \"DO NOT MERGE Check item type before re-binding transient state views\" into klp-dev\n\n* commit '839321a362ec1cd40fc7267a7883641bcc8ee429':\n  DO NOT MERGE Check item type before re-binding transient state views\n", "proba": 4.871744181400572e-07}
{"commit": "b4ae633df775f99c4c0e47da228d71489d44b353", "message": "am 2bed570b: Fix bug 3367627 - spontaneous crash\n\n* commit '2bed570bba183249c6ca9ca1151d1d23808de8c1':\n  Fix bug 3367627 - spontaneous crash\n", "proba": 2.0662973838625476e-06}
{"commit": "69fdba4c383bb03eddac109aaf6429a81d426cad", "message": "am ed2cfdbf: am 6f07cc84: Merge \"Rebind transient state views when available\" into klp-dev\n\n* commit 'ed2cfdbf42203463cffbbc7184d93af6187c60fc':\n  Rebind transient state views when available\n", "proba": 2.4949520138761727e-07}
{"commit": "8c184d3d51227e9604a5d191412f1ecadbb724ff", "message": "am f8acc3af: am b2b53fb9: am 5ddaa72b: Merge \"Handle negative view types properly in getScrapView\" into mnc-dev\n\n* commit 'f8acc3af12add21e64acd7a744234fe3f65c6096':\n  Handle negative view types properly in getScrapView\n", "proba": 1.114416932068707e-06}
{"commit": "52a35433cfdd2c177e3c642ae8a35998f1ace1e9", "message": "Fixing indeterminate progress bar animation state.\n\nWhen showing a progress bar instance more than once\nit will not animate after the first time.\n\nChange-Id: I5104c551d561755005e533f2ab5257454567bf71\nSigned-off-by: David Sobreira Marques <5fba59cc7ca3bf88e26a6b6b54fab2014e9027ef@gmail.com>\n", "proba": 4.749224160605081e-07}
{"commit": "730bdd3d7e906ae84d2955f3b1ea456200184d58", "message": "Create objectfunctions.java", "proba": 0.0001547462452435866}
{"commit": "d042ff67069382970086a7f6dcb52498815b219d", "message": "added an utility class to be used by extensions that mark up cvs change logs.\n\n\ngit-svn-id: 28f34f9aa52bc55a5ddd5be9e183c5cccadc6ee4@1646 71c3de6d-444a-0410-be80-ed276b4c234a\n", "proba": 1.7639964426052757e-05}
{"commit": "d854e8bc5f45eb8c1c7fa0277744247fcfe164fa", "message": "Minor fix in Polynomial.plus(Term) for empty terms\n", "proba": 4.191770131001249e-06}
{"commit": "387543b66160a3474ce6fb5ec63e1447fc94722f", "message": "Create DropperCommand.java", "proba": 1.1667966646200512e-06}
{"commit": "f8b8a6ceab630d5de1b6d5feaa983519c4943ad6", "message": "Test that PrefixOps.OfUnordRef.trySplit doesn't split after advance\n", "proba": 1.4258374392284168e-07}
{"commit": "7f24fd4f8ee37f5e983ec920a25c983f68c1e4f2", "message": "Searching questions", "proba": 4.218526555632707e-06}
{"commit": "0233b6ee33e743602198cef7fb80f1e4619bb035", "message": "am 30d7ab9a: fix docs build\n\n# Via Mathias Agopian\n* commit '30d7ab9a10fcde397bae7bed5f16d1094fded8b2':\n  fix docs build\n", "proba": 1.3979060895508155e-06}
{"commit": "9268f124db5c30e43b51d22a2f9974ba2beefdd0", "message": "Remove mixins\n", "proba": 4.7503928612968593e-07}
{"commit": "b262a15bd0da3294c8908cf2a97d7bad4b0a12aa", "message": "annotations/Exercise4\n", "proba": 3.313312220143416e-07}
{"commit": "913fbe38b74e6e1a3c8bd8b6d533e449b896c531", "message": "added proj1 import", "proba": 1.6797412172309123e-07}
{"commit": "d07005c2e69eee1d3a75f478edc6542c0e9dd0fd", "message": "\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@2367 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 4.123263295241486e-07}
{"commit": "1be4a7b2bbd148b3adddbc012943d4adcc76e679", "message": "Create JoltageAdapter.java\n", "proba": 8.843199452712724e-07}
{"commit": "25411f90dd197b4ec21e3cab5b433fa642dbf634", "message": "A little test for the Midas device\n", "proba": 2.2857375370222144e-07}
{"commit": "e7a63387e1e90c894a18535292ea33670a3cc294", "message": "Algorithm of finding peak number using binary search.\n", "proba": 7.694383157286211e-07}
{"commit": "ffc214c75388a3829d16f8331c49ebb429068f5d", "message": "FilePath.java Update dev0.0.0", "proba": 5.084388590148592e-07}
{"commit": "2654f71de66ace7d9f7d7d3d870b4cf5e6d4e529", "message": "User selector GUI\n", "proba": 6.115864152889117e-07}
{"commit": "8c132851710c48989e03665de0163aea86aa34cc", "message": "Create HelloVilagJava.java\n\nHell\u00f3 vil\u00e1g, az els\u0151 Java program", "proba": 3.306878966213844e-07}
{"commit": "dc47e4e2ff64b507d1b0bd348297f808d2ff7516", "message": "Remove useless method\n", "proba": 0.00012763192353304476}
{"commit": "ee9f3a5cadbaf9f628557f3e56d406f059fe4e41", "message": "Fixed code to pass appropriate arguments to the setDoExchange methods.\n", "proba": 1.1098335050974129e-07}
{"commit": "20586a128c1faa0bcca27537f006a2cbcd17206d", "message": "Eliminate duplicated code in export method\n\nbug - 3385135\n\nChange-Id: I26b8113b457bf08bf8a89cef25cf45cdba79c08d\n", "proba": 7.841814658604562e-05}
{"commit": "cc53002b096e5d1090522a53bd74d7591629d42b", "message": "Create StatsCalc.java", "proba": 8.31248939903162e-07}
{"commit": "8b3a0eafb1de76209be9951caa9b1ffd63fdb0cb", "message": "INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED\n2004/05/05 19:16:08 rpiterman 1.1.2.10: Changed HIDs\nAdded own Frame as house-pet\nIssue number:\nSubmitted by:\nReviewed by:\n2004/04/23 10:42:57 rpiterman 1.1.2.9: removed a System.out.println\n2004/04/16 12:17:23 rpiterman 1.1.2.8: temporal bugfix 116384\n2004/04/13 12:47:45 rpiterman 1.1.2.7: repaired crash on solaris\nIssue number:\nSubmitted by:\nReviewed by:\nIssue number:\nSubmitted by:\nReviewed by:\n2004/03/22 10:01:32 rpiterman 1.1.2.6: changed background folder in preview to ./images/\n2004/03/12 16:16:57 rpiterman 1.1.2.5: documentation and small implementation-fixes\n2004/03/11 12:45:03 rpiterman 1.1.2.4: changed to use FileAccess.connectURLs(folder,filename) static method\n2004/03/05 19:11:50 rpiterman 1.1.2.3: Further developement\n2004/02/20 18:11:13 rpiterman 1.1.2.2: changes were made to use the Field Support of the DataAware model (beta)\n2004/02/10 19:06:31 rpiterman 1.1.2.1: Implements the refreshing of the Style-html files, which are used to display the style preview in page 5\n", "proba": 5.342722033674363e-07}
{"commit": "5ef391761e21c87440633a026b6ebabdc34e5f9c", "message": "New event publishing mechanism with Consumer<T> #327\n\nEventHub now uses memory effective storage with arrays\n", "proba": 1.1212380002234568e-07}
{"commit": "7332411d541e3da82e499bcea1c54ed1e87a09a5", "message": "Add graphNode.java\n", "proba": 4.3459054722916335e-05}
{"commit": "ac334b4bab04cf6c4b3247f5272e4a30fb7e9c29", "message": "add file for testing tha task\n", "proba": 1.444502231606748e-06}
{"commit": "0f88072ade9eac06c6edb4adff04b5f033ea49a3", "message": "Validate Card method changes\n", "proba": 4.151241626004776e-07}
{"commit": "4e815c349d35a31ee08c2e791011f335a47543df", "message": "Allow to disable ResourceLeak creation when worker thread is deamon in HashedWheelTimer\n\nMotivation:\n\nSometimes a shared HashedWheelTimer can not easily be stopped in a good place. If the worker thread is daemon this is not a big deal and we should allow to not log a leak.\n\nModifications:\n\nAdd another constructor which allows to disable resource leak detection if worker thread is used.\n\nResult:\n\nNot log resource leak when HashedWheelTimer is not stopped and the  worker thread is a deamon thread.\n", "proba": 1.3694111089535e-07}
{"commit": "194fcd972da9a4f1c9ab76e999f2c8bdc23efa32", "message": "Added vector class\n", "proba": 3.1637713959753455e-07}
{"commit": "cae63beaa2b87612f92cecc602f919dda1514288", "message": "New resource type link\n", "proba": 1.8460629291894293e-07}
{"commit": "e084c1f1e56444acc84db6e90a2136f6712cc6f8", "message": "am 56789daa: am 27a08f2a: am ea6f0ae8: Merge \"Use empty snapshots list when there are no shared elements.\" into lmp-mr1-dev\n\n* commit '56789daadf666a24c4644cd3820561566582109f':\n  Use empty snapshots list when there are no shared elements.\n", "proba": 7.738677254565118e-07}
{"commit": "4e03999ca20fd326e4ded3d7444ddd5c14f369c7", "message": "if we have a single value for roundrect radius, manually clamp it before drawing.\n\nSkia will clamp the radius independently in X and Y to ensure it is not larger than 1/2 the width (or height).\nIf the caller to our drawable gives us a single value, we'll assume they want it to be circular, and not an oval.\nTo do that, we clamp it up front, so we get (possibly smaller) circular corners, rather than potentially\nelliptical ones.\n\nThis makes the progress bar look \"nicer\" when it is very thin in one dimension.\n", "proba": 1.2532385085251008e-07}
{"commit": "b4f8a981769e95500ab6c86ab45102dc9c7e53c6", "message": "Default gradient radius to %p when no intrinsic width or height set\n\nBUG: 18224018\nChange-Id: I05cbe3023d0a5e6813658063d3a3633c6ddd8d96\n", "proba": 2.3291710249395692e-07}
{"commit": "bb435cf4a340ca855468ddda7c1a9847a9426304", "message": "Basic Validator implementation.\n", "proba": 1.3333048798358504e-07}
{"commit": "0d3b6955a4639ae261a85b437a364305932dc898", "message": "An abstract class for one phase microsatellite models\n", "proba": 3.3247104624933854e-07}
{"commit": "b0f09c98164264446daf012deacfc044f662f383", "message": "Reduced verbosity - 'allowOverwrite' attribute is now just 'overwrite'", "proba": 1.4700410133627884e-07}
{"commit": "c83bb75287048b1897245d3983167ac7e67809d2", "message": "Math p power of b without recursion in O(logN)\n", "proba": 1.485857501393184e-05}
{"commit": "203e0e795b2aed71ffe2f4a43c7ed10fa7c6ab03", "message": "finish\n", "proba": 5.459974090626929e-06}
{"commit": "87f45ffe48e62e4179c29218909760681c5d5205", "message": "The winch\n", "proba": 0.0016564533580094576}
{"commit": "748d66ef579a687a33338fa699519d8401d71a3f", "message": "- Initial SDK commit.\n", "proba": 1.1334793015294053e-07}
{"commit": "665cc8e43a15e1d8726ab8a27b70f73a190b1f6a", "message": "finish replace cli", "proba": 1.919475153044914e-06}
{"commit": "bbe6891347dd9e13769e33cd73231b93ef413f2d", "message": "Add and Remove Listeners accepting Multiple (#139)\n\n* Add and Remove Multiple Listeners\r\n", "proba": 1.2203979338210047e-07}
{"commit": "e4f3c59be0ee5a02f118c4dcabca89722fb4e908", "message": "KCIRB-1678: Special Reviews are not merged from amendments to resulting merged protocol.\n", "proba": 9.728338312697815e-08}
{"commit": "669af3228cf7176e480fb61f106474ab6af3c1a0", "message": "KCIRB-494 : show withdrawal action when protocol is submitted to workflow\n", "proba": 1.100875408610591e-07}
{"commit": "2e1fe602f1f91ba1996a48ce86e76618c2716e89", "message": "Update APIConsumerService.java", "proba": 1.3994921346238698e-06}
{"commit": "6c973231c16cefa222375db0e6e6eeb521fe8abf", "message": "Update APIConsumerService.java", "proba": 1.3994921346238698e-06}
{"commit": "0ed5cc1d020111d24f0133533de204cc7a4980d5", "message": "Commit 492dcb661ae started using JsonStreamer for storing structured\nresources with pretty printing. Better fix a couple of paper cut bugs\nin the pretty printer then.\n\nDon't add superflous newline at beginning of outer object or array, and\nadd an extra newline at end of outer object or array. Should be pretty\nclose to original net.sf.json pretty printing now.\n", "proba": 1.038578929524192e-07}
{"commit": "bad10b5c58bb0f4bcf562681bee2cac07d347659", "message": "delete the test", "proba": 6.959800430195173e-06}
{"commit": "1da25f9331892be262289e3ce00dde23e685db03", "message": "am 50884b5b: am f1058308: Merge \"Add window to child window list with correct order\"\n\n* commit '50884b5b65516a9f2233d9e8349c41843f137dca':\n  Add window to child window list with correct order\n", "proba": 3.810276041349425e-07}
{"commit": "dc6c05e230d32037d2de292cc58d4e6a0057471f", "message": "am f9665221: am a128f5f8: am 1a230885: Merge \"Fix NPE when going from proxy to no proxy.\" into honeycomb-LTE\n\n* commit 'f9665221aaa229dc8a7cac6fbd1d9ea165c42068':\n  Fix NPE when going from proxy to no proxy.\n", "proba": 2.339759390679319e-07}
{"commit": "733c62909c1cca72be50094acb15dc1014b956ce", "message": "Don't clobber the net hostname if it's already set.\n\nBe a good citizen.\n\nChange-Id: Ic58aeab013e2ff34201be71e01e399390edbbb5f\n", "proba": 2.7140098609379493e-05}
{"commit": "b35a2fb8e9e1293e9f14cceb55f647c0824aa459", "message": "am 9be24ae7: am 2321290f: am 6952b6fa: am b4f673e2: Merge \"Use HttpsURLConnection to by pass proxies.\" into klp-dev\n\n* commit '9be24ae7b6367d81e547e08e7e229dab15bc3f43':\n  Use HttpsURLConnection to by pass proxies.\n", "proba": 2.3260034254235507e-07}
{"commit": "51f456f553248e910a7efc7eafa64f5ecf0f6cdc", "message": "Support WiFi only device at runtime.\n\nTo date WiFi only devices were defined by the list of networkAttributes\nin config.xml overriden in on a per-device basis. This change is the\nsimplest change needed to determine this at runtime and therefore allowing\na single build to support the two different configurations.\n\nBug: 8562845\nChange-Id: I34de5c6accc718b199c13815537de1debfe3dc91\n", "proba": 2.3663831143494463e-06}
{"commit": "27c6dd7aa4ff6f57435a3c87d8b9a782cf7c9116", "message": "PowerManagerService: Fix manual brightness mode.\n\nChange-Id: I10aec64e3f7ae2715475b9797565747295c19a00\nSigned-off-by: Mike Lockwood <368d0007e4626f70737d16df5e49ed8806b98c3f@android.com>\n", "proba": 1.2032317897592293e-07}
{"commit": "e81a6281b9e552571fc5c832d2f2f0860c708290", "message": "added johail1.java\n", "proba": 4.1915072301890177e-07}
{"commit": "a0d703ac0cf533497cacf4d7ab94203467ad90a6", "message": "Create NegativeFilter.java", "proba": 1.2804442803826532e-06}
{"commit": "77e494fb69940c8011437a4c2ae2ef746eaa7148", "message": "Create UpcomingPieces.java", "proba": 2.2538786481618445e-07}
{"commit": "33afbd759a9f158e1cda33b5d98e820067b293dc", "message": "*** empty log message ***\n", "proba": 5.360483328331611e-07}
{"commit": "f3153d182f598bb32f71c60bb90c7045857f3250", "message": "implemented Windfury Harpy\n", "proba": 2.7380841061130923e-07}
{"commit": "9c5c31acaee5d33a80dfccfab0f9f327f8372610", "message": "Create CobolCopybook.java", "proba": 2.543216908179602e-07}
{"commit": "60fb8d7276edb0a8372c927df290c8eaeefb4e97", "message": "*CraftoDatabase: Remove \"/\" characters out of player ips\n", "proba": 1.1823087930906695e-07}
{"commit": "e34f3cad39be649e9c113dbb3036f2412b2997d7", "message": "Added the interface SingleChoiceListAdapter\n", "proba": 1.6450997009087587e-07}
{"commit": "d1cc8c4adfeffb2a0982816156dca8bd950c8e53", "message": "small change by the author\n", "proba": 6.653362106590066e-06}
{"commit": "4bb193dd51fefc3873b6a514ae6dbab4965231fb", "message": "Prevent a crash when trying to load an image layer\n", "proba": 2.7454182145447703e-06}
{"commit": "ec3c58a52848874983aded9db379e128792d7bb3", "message": "Update DataFrameTest.java", "proba": 1.6707048189346096e-06}
{"commit": "17c70d4633431c8425fea3a50bea6d4f16ea6c94", "message": "enforce code standard", "proba": 0.00016230327310040593}
{"commit": "cb417c53c90ebdea698a76db2812b373beca8f4b", "message": "better subtyping rules for UnknownType", "proba": 4.1430823216614954e-07}
{"commit": "7e1afb3f70e5b072f3307dd5dd2ef1a57a82c7a3", "message": "add DAO to send slack messages for a notification event\n", "proba": 2.4435937007183384e-07}
{"commit": "ba15285992f492969e5f93098a6c6fc28d70fbf2", "message": "Fix login redirection\n", "proba": 1.600718292138481e-06}
{"commit": "541d04d9c2368f4dab05cc778065362a8fc9294d", "message": "AbstractDispatchAction\n\n\nSVN-Revision: 733\n", "proba": 1.715781223765589e-07}
{"commit": "42622e8a7a1f35f0acac233009dd7689624ce2cd", "message": "add Chess.java\n", "proba": 0.00020502331608440727}
{"commit": "d3bb06ce799dd867a1bdd42c36f9d36861dd52d6", "message": "Simple NPE avoidance check\n\ngit-svn-id: d6acb143e251c037dab5ea34394f8439daf45588@983407 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.1097194980466156e-07}
{"commit": "d298e10f75bbb9b78f095bcac585af397527132a", "message": "am 2280218a: Merge \"Don\\'t use string that has been removed.\" into mnc-dev\n\n* commit '2280218a93cbda885a7530f3b30c3d8d4b3a1ff6':\n  Don't use string that has been removed.\n", "proba": 3.2321361231879564e-07}
{"commit": "7b05ef36c60bb328510fc079f2dad26b3e547504", "message": "Do a alt-shift-f to reformat to fix sonar warnings\n\nChange-Id: I0a7e52ed92ccfd39bc828316ca4a98c3119081e9\nSigned-off-by: Henrik Lynggaard Hansen <a076b11c2cc63ccdc903dbe182e1eecc3cbbc094@hlyh.dk>\n", "proba": 1.8122948404197814e-06}
{"commit": "76b37bf3d2784a5114599bdb34ff9a9cd643633e", "message": "Adding useful constructors\n", "proba": 1.2147514780735946e-06}
{"commit": "353b0749b9014a98e5033b5d3daa14000d303f67", "message": "Remove useless fields", "proba": 1.3496317023964366e-06}
{"commit": "0c96377015ed89fe89e260a8c2ff837738548522", "message": "Added ListMojo.java.\n", "proba": 1.1007767142245939e-07}
{"commit": "b54d6e5843b47b4a7ae8d8614914b6e719712ab0", "message": "added info command\n", "proba": 1.3130608067513094e-07}
{"commit": "960e6a41111adcf399904896edf1ae2247828a1e", "message": "Update HarshenStack.java", "proba": 4.5897229483671254e-07}
{"commit": "7a80adc5b41cc14fd9180362636c47a20a52e42f", "message": "Maximum Product Subarray\n", "proba": 5.282522579364013e-07}
{"commit": "7b82a20eca5a6db3a87b83266eb5936963715739", "message": "New static utility class with some simple null checking methods in it.\n", "proba": 1.0299817887471363e-07}
{"commit": "70068a5a000d95618583e08b72a0c853228b8bd8", "message": "increasing visibility of translationVector\n", "proba": 1.705744239188789e-07}
{"commit": "585d05078da520e1b0e8491825603f4edc973413", "message": "bugfix of default sequence name\n", "proba": 5.443287705020339e-07}
{"commit": "ba302561f5defa0f1de6ae2965cd3acbbf6a322b", "message": "Adding a NopAsyncProcess class that does nothing\n", "proba": 8.778013693699904e-07}
{"commit": "247c0318d3e9535f77b8c91d9da4370b9547b308", "message": "Creating a central clearinghouse for hooks for external services\nused by Axis.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@247416 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.697298315179069e-06}
{"commit": "422ca860d417f419bbbe0ad050b3c4b85db153ff", "message": "[r54] [trunk/MobileMRSNoPolish] Recommitting\n", "proba": 1.2094771591364406e-05}
{"commit": "4708d0c75e7dff795db6c28ad8233cc3c9e05dcf", "message": "WebdavFileFactory will show HttpMission when execute on log trace; WebdavFileFactory can set Logger\n", "proba": 1.446015431838532e-07}
{"commit": "6a3c41d98576190bf012cc7954357396f1aab268", "message": "Units now can see in the fog", "proba": 1.2019850714750646e-07}
{"commit": "093d121e84328a53c077d61687a406477c9d7ffe", "message": "Fixes malformed XML in javadoc\n", "proba": 5.358939461075352e-07}
{"commit": "f74a1d6ec5c0eb753b2eae99e9e3b8e2f6c4f982", "message": "Delete PSPrintStream due the console will be using a logger\n", "proba": 3.2119390880325227e-07}
{"commit": "5cb09b7dc5b2a3bfa895bca5402af9edc8ec9d9a", "message": "am 8b283df9: am b6b4f171: Merge \"Change getName and getAddress permission to BLUETOOTH\" into jb-mr1.1-dev\n\n* commit '8b283df989f9b8b71797f9feaeb15cb012ab3190':\n  Change getName and getAddress permission to BLUETOOTH\n", "proba": 6.68156076244486e-07}
{"commit": "1ef98fb37e1b1cb0d2bf6ab448b4ff52f5f28e80", "message": "am 5cb09b7d: am 8b283df9: am b6b4f171: Merge \"Change getName and getAddress permission to BLUETOOTH\" into jb-mr1.1-dev\n\n* commit '5cb09b7dc5b2a3bfa895bca5402af9edc8ec9d9a':\n  Change getName and getAddress permission to BLUETOOTH\n", "proba": 1.4514703252643812e-06}
{"commit": "8385c5afbd92da5f2e8bc13d153114bc3a7cb0f5", "message": "Allow the NFC process to call Bluetooth APIs.\n\nThe NFC process used to be only running as user 0,\nand it may be calling into Bluetooth. Most of the\nhandover code has now moved to a separate process\nrunning as the current user.\n\nFix the existing checks to take into account the\ncorrect NFC UID, whatever user it is running as.\n\nBug: 7309141\nChange-Id: I953cfb263a28aef7fe1be5880b053425dc359a29\n", "proba": 0.00012654888269025832}
{"commit": "df220c5c59f781e7f4dbf507169755163c2b1439", "message": "am e5bdd85a: am ea18624a: am c9d0ee5e: Merge \"Tweak test for layout.\" into klp-dev\n\n* commit 'e5bdd85a99839e1d557c924d5396d510151da42e':\n  Tweak test for layout.\n", "proba": 1.3216994432241336e-07}
{"commit": "a4ac9a3ac49c44bac1ae783e188e7fe5f1937504", "message": "am e0dcb7df: am bc65c1db: Merge \"Do not assign InputMethod to non-input windows.\" into klp-dev\n\n* commit 'e0dcb7df5206d283b29054f3e9d3da9732b27935':\n  Do not assign InputMethod to non-input windows.\n", "proba": 2.9166190529394953e-07}
{"commit": "7538f8ba02e419ebca74902d27d0849d793af1c5", "message": "am 83103184: am 04476691: Merge \"Remove over-aggressive stack movement.\" into klp-dev\n\n* commit '83103184be048580673c8e2c3358f6bdd4cfd205':\n  Remove over-aggressive stack movement.\n", "proba": 2.4738793058531883e-07}
{"commit": "cb882f90e4305bd40d7219707bc1796319e9c80e", "message": "Fix bug removing all windows that belong to a display.\n\nRemoving one window causes its subwindows to also be removed.\nWe have to be careful when traversing the window list\nbecause multiple windows may be removed at a time so we\ndon't get IndexOutOfBoundsException due to the window\nlist changing in unexpected ways.\n\nBug: 7273702\nChange-Id: I0ed9ba00c325ad178ab28919ce2e763cb6fd38ba\n", "proba": 3.9267961255973205e-05}
{"commit": "59c31724706941e6713e3b237eec1de69e4452a8", "message": "RawDump worker uses the --uv option\n", "proba": 3.531997663230868e-07}
{"commit": "e237f36907e10322a9d400ba2df4412c7626f35b", "message": "change custom rendering from annotations on the test class to a method on the test class instance\n", "proba": 2.7267228119853826e-07}
{"commit": "f484d6b1362175435fbac197a9f0e4f118c36f2f", "message": "+ChatModule: Added some api methods\n", "proba": 1.3230324213964195e-07}
{"commit": "d2cf8f193d51ada9a66f1a83703728606f913c55", "message": "Added the sampling of the origin of the infection to the birth-death serial sampling model.\n", "proba": 1.0348061607601267e-07}
{"commit": "d9962910c87e2476b083c9a5ce145f8789fa2cfe", "message": "PM-719 The replica catalog backend implementation for the output mapper.\n", "proba": 1.0270058936612259e-07}
{"commit": "7e89fa0eddc17c00b0d446ee7070aeb4c162b39f", "message": "Added MiniBoggle problem.\n", "proba": 1.1555067658264306e-07}
{"commit": "e9c4220dce09365b8b67b5ddc1623cfb9224b750", "message": "Fixed remote interface accessing invalid slot\n", "proba": 3.2481364087288966e-07}
{"commit": "822cc5737b7eb72806ad9a0e6f25b9bdfd93715f", "message": "fixed dumb mistake which caused cauldron to not render liquid in GUI\n", "proba": 1.799181461592525e-07}
{"commit": "a424ea3d5e60efd327c3584c464ee33f3eab933e", "message": "Building underlying network v0.4\n", "proba": 8.99518056485249e-07}
{"commit": "f937cea0813dadca2a2abd49cf3674a1c5bbed2d", "message": "New class SortedList\n\ngit-svn-id: 5d4207b98d7274194a51d188374a5d8ee1fe55c3@102 783448d1-dfc0-4521-9cb0-58c191f7d5bb\n", "proba": 6.125051754679589e-07}
{"commit": "756d11d54ee3490c59cccbe16c0979b7512d7aa6", "message": "Utility for calculating card combinations.\n", "proba": 1.2247829772604746e-07}
{"commit": "1b1783dff7522e42af747aff478cb3b045254f64", "message": "Initial creation of GPUResourceFinalizer extension.", "proba": 1.112007552706018e-07}
{"commit": "64a14e040d40c8aee141ed4d9f198f3d835a8c52", "message": "Initial creation of TVF3GameMenuItemFactory/Feature.", "proba": 1.0169729591780197e-07}
{"commit": "236503fab00772fd585191d32a0a080e77508938", "message": "new rule to check if the sensor was accessed recently\n", "proba": 1.4540178483457566e-07}
{"commit": "15f4183ddabab1043025629769affc9a4a1514dd", "message": "shorten command for delete\n", "proba": 1.7625857253733557e-06}
{"commit": "bced9603816081f2abbc41d1b6093b828b4d9988", "message": "Update TaskManager\n", "proba": 6.161316150610219e-07}
{"commit": "e19c437900624e83b5e6477e475507a9d6b56ee8", "message": "updates to the test class, to ensure it returns the correct result\n", "proba": 2.6254866725139436e-07}
{"commit": "23897149a1c6f5606be934239f5c8e6695e5e41d", "message": "Fix debugging code from the test\n", "proba": 0.00014862800890114158}
{"commit": "09f45b6d847a72880a10ce7f6c5e4e3e7e03571f", "message": "Reduce line count of methods\n", "proba": 0.7309557795524597}
{"commit": "ef0dcf0f9548586c59a4fca7bb42a45da4dfd7d3", "message": "Add some MockSteps\n", "proba": 3.8075373254287115e-07}
{"commit": "b86908d00d74a9d446a62c939e5baf63be6c9dc8", "message": "no creation time yet\n", "proba": 4.7252439117073664e-07}
{"commit": "cca845cc16b2e7227178c155a586617d7b0949b5", "message": "test case testing special chars in segment separator", "proba": 1.7718015499212925e-07}
{"commit": "aeb0dd7d8bb0001241b94a0a029803c84289d371", "message": "Update the cache test", "proba": 7.392619636448217e-07}
{"commit": "89f15b0f20fcb5f12a4d203dcd07fa8d11007117", "message": "Add conta me historias test\n", "proba": 4.792753429683216e-07}
{"commit": "25d5c2f090be76ff36b8e893358bd6671f96df00", "message": "Issue #1273-swingx: Locale-dependent StringValue constants must be kept in synch with default locale\n- added tests to expose", "proba": 1.157761388981271e-07}
{"commit": "b0715ef477d7e05c202eb27d93b8e146a61f2a34", "message": "Update the tests to check for a 400 response rather than ignoring the\nfailed test\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1767643 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.1008149815315846e-06}
{"commit": "f5c5022446dcbe1598607db6e082d07532e2d7d2", "message": "Add MinutesConverter\n", "proba": 3.31685328092135e-07}
{"commit": "c5af559686ab3984d43c59a8d6289b99229961e1", "message": "Automatically listen to shutdown port and not not enforce -ea (#9998)\n\nRelaxed requirement to enable assertions with DevelopmentServerLauncher to make it easier to get started.\nChanged default to automatically listen to shutdown port 8889. Can be turned of by specifying port -1.\n\nChange-Id: Id088b97fb9e8b5e7d9aa3cef874a8d2c02a6ca58\n", "proba": 1.7826739622250898e-06}
{"commit": "ea701f8f0ae80c82440912d06a0be89d0d9594eb", "message": "simplify example\n\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@825711 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999992847442627}
{"commit": "6ae06ab221af1b737bbaf5c160c6a9992b7b58ae", "message": "AAS mit Signaturen, die aber noch nicht funktionieren\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@5951 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: e06f8c83bececdb56a8ec44557d0663163f311c9", "proba": 1.6552232864341931e-06}
{"commit": "035803bd92f6354c82b5415301578bd03bbb4620", "message": "the class Triangles is added\n", "proba": 1.7081568159937888e-07}
{"commit": "5e7f46726da765e05ad1890e7954d73f17023918", "message": "add 23.12\n", "proba": 0.9999983310699463}
{"commit": "2e0a6e644e62e1bf349178fcf1a4dfe1fcd21242", "message": "specializzata funzione estrai_mazziere (Refactoring)", "proba": 1.569354992625449e-07}
{"commit": "c58d63b5faa09b3783acd06e47340db48033032f", "message": "https://pt.stackoverflow.com/q/34562/101", "proba": 8.861806577442621e-07}
{"commit": "cb9089896730f4c2b830beb174c0e644fa2ba450", "message": "https://pt.stackoverflow.com/q/45699/101", "proba": 8.197941951948451e-07}
{"commit": "7d153c6cbc8fea30d84858c731d1484eca6a327c", "message": "update problem: Remove nodes with duplicate values from a singly linked list\n", "proba": 7.143659672692593e-07}
{"commit": "52929f43a612b78a1a0ac435e5567ec7444968ee", "message": "Add UnSort test\n", "proba": 2.7121811285724107e-07}
{"commit": "249dcf818c74e1890a1302bd0a5c589216761334", "message": "euler problem 5, with close to the maximum number of operations possible\n;)", "proba": 3.436941256040882e-07}
{"commit": "ffcdad9faaa03c116bacc5ac88a5aa2e015dc6d1", "message": "am 544450b4: Fix NPE in SuggestionsAdapter when cursor is null.\n\nMerge commit '544450b4eee175c78a1ca8647a3bfaca4aecf47a'\n\n* commit '544450b4eee175c78a1ca8647a3bfaca4aecf47a':\n  Fix NPE in SuggestionsAdapter when cursor is null.\n", "proba": 1.701532994502486e-07}
{"commit": "7d295bdae4aa46a2c31f89dfbcc90f46277117f6", "message": "am 43b69c75: am a1c46636: Merge \"Disable content observer cross-user permission checks...\" into jb-mr1-dev\n\n* commit '43b69c7580169851ef1fe84af23674ed3b54ca1a':\n  Disable content observer cross-user permission checks...\n", "proba": 1.160073566097708e-07}
{"commit": "7895da44e32e9c76e07663aae7084f11cbacbbdb", "message": "SensorManager: handle 270 and 180 rotation in the legacy APIs\n\nTechnically these APIs are deprecated, however old apps might still be using them\nso we might as well make sure they work in all orientations.\n", "proba": 1.1021633383734297e-07}
{"commit": "0049338bf632ae1f602c6a2f888ec21af1895999", "message": "am e71c6e38: Merge \"Constrain ListPopupWindow hint width spec to >= 0\" into mnc-dev\n\n* commit 'e71c6e3832a963ed3cfa8c124374799f774eccb3':\n  Constrain ListPopupWindow hint width spec to >= 0\n", "proba": 2.7315638817526633e-07}
{"commit": "4263132c8adc96d91ba6342f6032ba84568db133", "message": "Create 3Sum.java", "proba": 9.733810293255374e-05}
{"commit": "53fdcfbe63c1d4b2f1cbee6e72a6dd13f41dc1bc", "message": "[RenderScript] Update the documentation of Script.LaunchOptions\n\nBug: 26916665\n\n  - Add description of the endArg.\n  - Update the example.\n  - Update the incorrect description.\n\nChange-Id: Idd07db5d790e2d6462fff9cb580115ec45cfd4f0\n", "proba": 2.2931662897462957e-06}
{"commit": "34c1934cdfa5f7086ae441922a1e9a83f3c14be1", "message": "fixed a slider angle bug", "proba": 3.381340150099277e-07}
{"commit": "3ae329d4baeb88690e457930ca6fa7e3a9833cfb", "message": "Fix for Bug 17539 - CommonsHTTPSender will corrupt message data\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@256020 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.148898540279333e-07}
{"commit": "6e1372ca06386e36dc9d8e4ec3c4a49da0fcdb24", "message": "Updated javifyTypeEntryName to consider <xsd:list itemType>\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@257210 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.954620749231253e-07}
{"commit": "fb2d029339334d56e0265d70f6d989ccec0304ac", "message": "Parametrized thread count and clean up code\n", "proba": 1.3383930763666285e-07}
{"commit": "fcc69e3429e16978353993e757e5c95b6efa474b", "message": "Added Utf8StringTest.\n", "proba": 1.357982171157346e-07}
{"commit": "5ce7edf844dad5b24e6d96d3b8a320565cd737cd", "message": "fix bug #40686. thanks bernd fechner for the analysis\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@522302 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.849225661018863e-07}
{"commit": "2b37a5b18b3001f867fb7f9634d6cc01842783e9", "message": "\u4fa1\u683c\u3092\u30d7\u30ea\u30df\u30c6\u30a3\u30d6\u306aint\u578b\u304b\u3089Integer\u578b\u306b\u5909\u66f4\u3057\u305f", "proba": 3.7128290841792477e-07}
{"commit": "a4fd502f04f5951bbdf69e7a16cbeeec55c827cb", "message": "added lowercase stage\n", "proba": 0.0021141397301107645}
{"commit": "f698516afd2b9f10fb4305d90655f4129617e0f1", "message": "Temporary fix.\n", "proba": 2.7158799298376834e-07}
{"commit": "73e0da935684788a3dcdc55d4a235361f36aaaeb", "message": "fixed size() now returns an int\n\n--HG--\nbranch : toxiclibs\n", "proba": 2.2207920835626282e-07}
{"commit": "6b2b053b5adf2d4f8f0defde58310a51dfb7e1e0", "message": "am 597fa828: Merge \"Watchdog can get deadlocked on activity manager\" into gingerbread\n\n* commit '597fa828fa2b3cba053f0afeeac877b1ee2d24b7':\n  Watchdog can get deadlocked on activity manager\n", "proba": 1.9431017790338956e-05}
{"commit": "1f6df695fc747c6ddd31f08bddc0800521957883", "message": "Add loader API.\n", "proba": 1.8146143077046872e-07}
{"commit": "3d84930eaa493f85ef11b9345e9204895fec9672", "message": "About option.", "proba": 4.2020656110253185e-07}
{"commit": "07bcc97e35edf4d3b0a4e88770511005a435dd36", "message": "Delete DictionaryData.java", "proba": 7.656828529434279e-05}
{"commit": "910e26d52ea3ccf54e2e243630d230f79e1e6943", "message": "Create Run.java", "proba": 2.1259395452943863e-06}
{"commit": "c6ae4637d51c48009505438465a0d01e024125ae", "message": "commiting new file", "proba": 3.3199103199876845e-07}
{"commit": "5a5cf861bdb9bf92c6ea9e0118d926dc5dbdf957", "message": "Create Deck.java", "proba": 4.319193749324768e-07}
{"commit": "dbece28e020563ff659ec6649f9e1d38f666f973", "message": "Don't add LoadingFragment to back stack\n", "proba": 1.9894432057299127e-07}
{"commit": "1b202b2216a0aeb1c6b348ca3ee03c8324451afa", "message": "Preserve focus/state on autoclosing\n", "proba": 1.2927037573717826e-07}
{"commit": "eea31e93ffba4bfa807b6d748f462c8ee94db050", "message": "Adicionar notifica\u00e7\u00e3o de acesso ao App\n", "proba": 1.8241259169826662e-07}
{"commit": "c4a85fa1b26723c13c4e02bd47bbae5d582d817b", "message": "Initial Set commit\n", "proba": 3.313843137675576e-07}
{"commit": "1f3cce180b26dc69761220ee6e62e535f4f51a8b", "message": "\u6dfb\u52a0Main.java\n", "proba": 1.6531819255760638e-06}
{"commit": "a59b3a3a1dbf9b7a03d54240d51f3ba3b93c6930", "message": "Create Main.java", "proba": 1.9291887838335242e-06}
{"commit": "1a0aeafd8b4bcc8d502264a5ee9b3643242f35f9", "message": "Create Main.java", "proba": 1.9291887838335242e-06}
{"commit": "2410dc9b9a1d183853a5f38eb612b7411d5a694c", "message": "Create Node.java", "proba": 2.1043093511252664e-05}
{"commit": "d0e0b0847a4b563c4e78d8d2d792ee075e4aaecb", "message": "add error handler in company\n\nadd error handler in company", "proba": 2.675179530342575e-06}
{"commit": "2b90672b1f108ca735c78629f4802d6f96f7f450", "message": "Actualizaci\u00f3n para obtener Access Token\n\nLos m\u00e9todos publicos obtenerAccessToken(), saveProperties() y buildParams() conforman la funcionalidad para obtener el accessToken.", "proba": 3.8567350202356465e-07}
{"commit": "5300090e0c19f532a642eaa501bec9806441c3db", "message": "Generated all getters and setters associated with the 'Settings' object.\n", "proba": 1.15270452738514e-07}
{"commit": "855621ce321698753ca6db52541dab36deb9a484", "message": "Actually add ExceptionTags this time\n", "proba": 1.197800258978532e-07}
{"commit": "b493180ed1091e4305dbcef33c0e78b53b3410a2", "message": "dev dev add line\n", "proba": 4.6064607772677846e-07}
{"commit": "dabbf8152fe7ce47abb8fa832047869dcbedba8a", "message": "Fixed \"spurious wakeup\" possibility\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@3458 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 2.183743617933942e-06}
{"commit": "005105b3962ee7742c17a1c79efeb29f5508a133", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "088528da17da24e96548d35fb3b8748dc4df5127", "message": "moving test code to new CommonTest\n", "proba": 1.8180786298671592e-07}
{"commit": "c0dad515fd1b0f58b52b7ad4feba084f2c3a3b56", "message": "add implementation of BaghChalI", "proba": 1.990532467743833e-07}
{"commit": "81aa03f430a928ea78b815787a1c2543525e55b2", "message": "fixed formatting problem\n\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@3831 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 7.230685878312215e-05}
{"commit": "d4493c89241340af2cc0366f1c85f14e123b45fd", "message": "add: Strings.join with datatype long\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@7764 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 1.0294519597664475e-05}
{"commit": "bb76430804a38d973b3b3ecc41a7b5d9ae62dab6", "message": "Pushing new data feed", "proba": 2.0477870066315518e-07}
{"commit": "5a8c85c7f77733620441df62f48c7d509e71ad05", "message": "Add primary action for SvCmd", "proba": 2.825601086442475e-07}
{"commit": "9d593c5650c4a828f87e8931c228a640190401a2", "message": "working on bss UI", "proba": 4.0317371485798503e-07}
{"commit": "d2578d60786f5e96f6ffd8548854e3eb7e6120f2", "message": "class combat\n", "proba": 1.5313307812903076e-06}
{"commit": "fad60864b88412614389e7adf54c48caf2d836e0", "message": "Issue-558: add failonerror attribute\n", "proba": 1.6619949860796623e-07}
{"commit": "061110c17127238dfcd47528de92b49844285ab4", "message": "Stock! (Servlet)Drinks!", "proba": 1.1003673705545225e-07}
{"commit": "bc33c8290f63731e8bd73ecd6f744e2733b15bf5", "message": "Revert \"Revert \"Throw security exception for non-parent aware APIs\"\"\n\nThis reverts commit a26c6265641543aef24245b84064b8f58de66c29.\n\nBug: 27532279\nChange-Id: I0c0394a8abf12e7382e7083a0b9d7f8385c3a63d\n", "proba": 2.6688089747040067e-06}
{"commit": "e81648ace16a6fef7ec80e8c4985e61a05da18ef", "message": "Add hello world\n", "proba": 0.9999994039535522}
{"commit": "b7ee935be236cc46b9d04711d2d0aa0d3df77d1a", "message": "Rhythmic library skeleton\n", "proba": 4.7079575438147003e-07}
{"commit": "3d6c3d5346bd3557970447d4f62a620806db9570", "message": "added source to task mirrorEnds from String-3\n", "proba": 1.6529881463611673e-07}
{"commit": "f9e44a2ef4962d4ca064f93d8227cf8355bc7454", "message": "removed example macro\n", "proba": 8.079084636847256e-07}
{"commit": "4b8086ac4d43ee3b17e5d1166edbb449d3faa5f4", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "fa208796e969f7a79d380e81a8bee49d9e88b12f", "message": "\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@566 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 3.9379665395244956e-07}
{"commit": "15201cf756290f4bba084987c5c35b1e9855deb6", "message": "Additional test case for #5424\n\nsvn changeset:14470/svn branch:6.4\n", "proba": 1.2661975290484406e-07}
{"commit": "bb56a0c3d639790564e7b8d8a0e91748dad3ae00", "message": "Add Symbol0 for parameterless events\n", "proba": 2.632212954267743e-07}
{"commit": "0f150fde71e0783fa35b2a901f37a4abb34a6e1f", "message": "Renamed ETSI Signature Request sample to EtsiSign", "proba": 2.0014071822060941e-07}
{"commit": "ccc0f8fa0b532e46f9be79a1e4cef9aa6a3500aa", "message": "\nRemoved left-over reference to org.apache.batik.test.gvt.ImageDisplay\nwhich currently isn't part of the code base.\n\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@199385 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.2475730778242e-07}
{"commit": "61d3523a506691bc217aefa4fd79d5af91ecf261", "message": "Adding tests for the name() function\n\n\ngit-svn-id: 7abf240ce0ec4644a9bf59262a41ad5796234f37@689 43379f7c-b030-0410-81db-e0b70742847c\n", "proba": 0.001097550499252975}
{"commit": "1e5124fc639c39536bcea0790178f7b40a15a5f5", "message": "bug fix a recupero password", "proba": 8.877802315510053e-07}
{"commit": "5bfc76068dfc92784d78a33e4266c51c8271531e", "message": "Fix version number to match gradle RedTeam\n", "proba": 7.55982171085634e-07}
{"commit": "d4844d53bdf525198d66d265de9f6b64da26e0e3", "message": "addAdjacentTiles extract and rename\n", "proba": 1.5678590159495798e-07}
{"commit": "007442009f7f09bf8e5cc3feae0e74316c9acbbd", "message": "Add ScheduledTweet class", "proba": 3.573710216642212e-07}
{"commit": "0e7ced5be439bf52f37a34f344296f6c5d6311ef", "message": "sub matrix dp completed", "proba": 5.097341500004404e-07}
{"commit": "72ae0d43654d1677c4c6577fa1544057d4656d0c", "message": "Adding utility for creating HashMaps in-line", "proba": 2.501496680906712e-07}
{"commit": "7d7d0ed4b539d8998bb063810deb83efa07e8359", "message": "Fixed a array bug", "proba": 9.441659472031461e-07}
{"commit": "bc410ecd44d913f887f81c43817afa0fbbd88f57", "message": ":fire: \u5220\u9664\u5197\u4f59\u4ee3\u7801\n", "proba": 6.072496034903452e-07}
{"commit": "3f72dbb01a286ca9ff750ae8edddf0cfbaa8d157", "message": "vehicle operpanel improved\n", "proba": 1.87957439834463e-07}
{"commit": "0c091e20baab22f23a0c329eabafe2d85d025b66", "message": "Fixed value resolving for non-null property", "proba": 6.412561788238236e-07}
{"commit": "2f10e1d1a3d9560e863ba492616f1b311b3c8091", "message": "Remove debug statements\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@252245 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.004232417326420546}
{"commit": "f00a8d0dd512206c084062b67b7bd4881d2fae9a", "message": "If we hack the URL of the service and get an empty string,\nuse the class name as the service name.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@246429 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.07078712433576584}
{"commit": "f37ff959f83b9b2a9e2857a75290bd30fa144d10", "message": "factored out DOM API helpers from DefaultXmlBeanDefinitionParser into DomUtils\n\n\ngit-svn-id: b619a0c99665f88f1afe72824344cefe9a1c8c90@6086 fd5a2b45-1f63-4059-99e9-3c7cb7fd75c8\n", "proba": 2.1967020074953325e-05}
{"commit": "fef8ece4a7e3d89d68321ade686b6f2177f69064", "message": "day 6 1\n", "proba": 0.0034476302098482847}
{"commit": "5e20315de2563b090e55f7d40a9009c56e12d878", "message": "add ADD", "proba": 0.9997991919517517}
{"commit": "a919635e0d53470301814f3d6dba381973be2edd", "message": "feat: 142-DetectCycle\n", "proba": 1.9860233635426994e-07}
{"commit": "141439f5e4ab4c6c1fd630e0d637809b6a9b128e", "message": "Add AList\n", "proba": 7.780747068864002e-07}
{"commit": "14ae258c6bbe8ad8de58e7848710f0144cf45dd6", "message": "Exercise 2.15", "proba": 6.371232643687108e-07}
{"commit": "34f83d478e8c791585d4544ba1559bf3e8b0efaf", "message": "adding initial BezierPatch from SPOD project with toMesh() support, needs refactoring\n\n--HG--\nbranch : wemesh\n", "proba": 1.1619713546906496e-07}
{"commit": "5ddeddd77f2f52f21ed202bf9cb94fe19a2f1a5b", "message": "Created first tests for db #93\n", "proba": 1.1208552308517028e-07}
{"commit": "a34af8bd9c1278893b12efb49a158785b6ce8cde", "message": "Set with known value range\n", "proba": 8.564749691686302e-07}
{"commit": "33b568cfff18e752a8fb20607ca37195808830db", "message": "Bug fixed: some android devices swap height and width value when you change orientation. Now method getWidthHeight() always gives real height and width.\n", "proba": 1.0257999605300938e-07}
{"commit": "a9bc2a0b31b9d931845ab6be9282afea644da983", "message": "Fixed aliasing for suicide and clearinventory.\n", "proba": 1.1076954820055107e-07}
{"commit": "0f72a0b9082348b4d19e05bde71c58c90c3d1a73", "message": "Fixed score spacing \n\n- score no longer overlaps with the progress bar", "proba": 1.24923872135696e-07}
{"commit": "723e74ec1700f4df206369ea644294afd2c40bf9", "message": "Create Edge class", "proba": 2.820924294155702e-07}
{"commit": "84a3c095d90e09ffed1817b54bbaf2d8b8cc1e90", "message": "Prepared Statement example", "proba": 5.875828037460451e-07}
{"commit": "a7788a2c8851b16711265aa11ccd6e6c6bd5a4dd", "message": "Add java solution for 71. Simplify Path\n\n71. Simplify Path: https://leetcode.com/problems/simplify-path/", "proba": 0.0004713823727797717}
{"commit": "724219040e3dd727b3d5bfe351b73b7ead300a91", "message": "Make private", "proba": 6.0520080296555534e-05}
{"commit": "ade1c81c4eda312af3300a3ff4eaab3f412a1b7f", "message": "Oops - forgot to checkin this changed needed for Proxy sample\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@245440 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.785436379326711e-07}
{"commit": "144d9081b136697ee577dd166c28f4a47c43940e", "message": "Split functions out from Expression.java into separate classes.\n", "proba": 2.3734160947697092e-07}
{"commit": "e4f589b65849ca5671f1d6d55cfbaf32741b2bc3", "message": "added Pass command\n", "proba": 2.987510185903375e-07}
{"commit": "3693183782a8ee615da0eafa349849a395390a94", "message": "\u63d0\u4ea4\u4f5c\u4e1a\u3002\n\nSigned-off-by: abc <d407061bbe34d6f15e3724a1e896b69ccbbbed0a@qq.com>", "proba": 6.518205850625236e-07}
{"commit": "79c3e1b6c1ca0a0ec0bda905579c20c8b91aba35", "message": "MolOp class for handling dative bonds etc.\n", "proba": 1.0739019984384868e-07}
{"commit": "e30f2633d36e05aa0bc1e929655d112622ff585f", "message": "small hybrid example\n", "proba": 3.438564135649358e-07}
{"commit": "ce6211ef0752eccd3ca6fd1847d88c517c4a5e63", "message": "Added dragon to the map", "proba": 1.3841243173828843e-07}
{"commit": "061c84b781e9dd24ce01fe8e9e74492e49a470e4", "message": "Get default query from SharedPreferences\n", "proba": 1.8723341099757818e-07}
{"commit": "5ec135da5dfc3004e565190a64d9e5a716c0ed44", "message": "Add getWorkerQueryPartition() into Operator\n", "proba": 7.822023917469778e-07}
{"commit": "67ca6524cdd867b9767c729836a9b6f4ae1eaea8", "message": "Fix the wrong logic when writing things in Producer after having introduced the additional mapping layer in GenericShuffleProducer.\n", "proba": 3.018174652424932e-07}
{"commit": "637b7b95b8557955767a8c32e647d8b19753848b", "message": "Nativ function GetTimestamp() for the android target\n", "proba": 4.5647499291590066e-07}
{"commit": "dc9685391b5fdd2e01b4a1a6eb1cc51b0ecf06b6", "message": "UPDATE:new test - does not work\n\ngit-svn-id: 7003860f782148507aa0d02fa3b12992383fb6a5@2658 a09ad3ba-1a0f-0410-b1b9-c67202f10d70\n", "proba": 4.4395528675522655e-07}
{"commit": "052097e94cd8343b236ebd0f41a56e362b82da81", "message": "\n\ngit-svn-id: https://svn.corp.versionone.net/svn/1/Trunk/V1Integration/Java/eclipse/addin@6623 542498e7-56f8-f544-a0f2-a85913ac812a\n", "proba": 1.287256623072608e-06}
{"commit": "dd7e9e4c2962f5e3ace6be36d37b4c1f687a4028", "message": "Field javadocs\n", "proba": 5.993719014441012e-07}
{"commit": "89973695313d9fdf9cd0039c8c71da4903f6268d", "message": "Used for download, contains filename, update time, and action\n\n\nSVN-Revision: 759\n", "proba": 1.170147072571126e-07}
{"commit": "865623c5624ef40b5c86eab6465b9ca3b6302ee8", "message": "first deposit\n\n\nSVN-Revision: 7143\n", "proba": 1.2302699303745612e-07}
{"commit": "482201ea4653b2f1b37c3242549cf95cbe1e2254", "message": "New class for Correlation plot.\n\n\nSVN-Revision: 4158\n", "proba": 1.6156100457465072e-07}
{"commit": "50e7292191b42ba70c999b9a29a53a673fc833d6", "message": "Add basic new Timestamp primitive. (See #8862)\n", "proba": 1.1849864023361079e-07}
{"commit": "fbaf710faa38c02afb716297829dd5e38757fcda", "message": "Add Interceptor to add current page to model\n", "proba": 2.4989788016682724e-07}
{"commit": "ae2a35baf41290df626a17ba12cf1df6cb006a16", "message": "am 4d328a79: am a43f7cb0: am 1507c18f: am 29e55bef: Merge \"NFC: getNdefMessage() should throw exception if no tag in field.\"\n\n* commit '4d328a79bdee417c1248660b1c33b5cd86dbd814':\n  NFC: getNdefMessage() should throw exception if no tag in field.\n", "proba": 1.783339342864565e-07}
{"commit": "19c93fd83eca845fb84317227c3135e25aa8631e", "message": "\uc138\uadf8\uba3c\ud2b8 \ubc88\ud638 \uc77d\uc5b4\ubc84\ub9ac\ub294 \ud604\uc0c1 \ud574\uacb0", "proba": 4.2857450921474083e-07}
{"commit": "ada0d40974906fddaf77a61d68ecbbc65731bb47", "message": "random commit\n", "proba": 1.2013230161755928e-06}
{"commit": "6f6e78b53ad7e25863d3e46b1337ce63406b7a1e", "message": "add sort parameters\n", "proba": 1.315808958679554e-06}
{"commit": "8deb47789c95242d0ac4c0461556169988faa5ea", "message": "Special thread for heartbeat\n", "proba": 1.2966548013082502e-07}
{"commit": "4d640fb6820a97ce9cec754ea1f6e6822b79c993", "message": "aliases for currently playing\n", "proba": 1.5709242973116488e-07}
{"commit": "03bd823c1b3497dba9ae3611a0b72fabe19319fd", "message": "Create IZipLine.java", "proba": 1.186272470476979e-06}
{"commit": "c50ba13bb912a85e4d9d0451b002149b7a3a0a39", "message": "Implementation of the first set of functions.\n", "proba": 1.8316008265628625e-07}
{"commit": "266dfc647176867940d8ff27f57729ad27a552c5", "message": "Abstracted effect map into interface to allow for scaling wrapper class to be introduced at a later time.", "proba": 1.0037857123279537e-07}
{"commit": "ea43c66f5fe45a12befcd081a5df850521a4a3ab", "message": "add Sample.java", "proba": 4.986266048945254e-07}
{"commit": "a841d0635c001964eca8799a2c87faf33bd4c869", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "069942def1b4e421841cc03ee343d53bd27c1744", "message": "Added Bide effect\n", "proba": 1.298851515230126e-07}
{"commit": "bcb4cf4137569e9d08bc2c60de3b28f5eaa74211", "message": "Printed out the system properties.", "proba": 1.5921999363399664e-07}
{"commit": "e35a354616b64e4103301087a7dec8a432196026", "message": "Add 132 Pattern", "proba": 4.034605353808729e-06}
{"commit": "6e94e033930dc37cba6c749ce4e76922cca4cf31", "message": "New factory bean that returns the union of two collections\n\n", "proba": 2.8191493584017735e-07}
{"commit": "2e4d12f4c12614df41453d5fd7e35867d7a19983", "message": "parse submethods trim input\n", "proba": 6.846908945590258e-06}
{"commit": "f95ac320009a755f7aa091014479c8469eca0926", "message": "Imie.morpion.view + Classe view", "proba": 1.936087841158951e-07}
{"commit": "e0bfc1b76b4670babeb7ae1f6770103bc13a91bf", "message": "Create Graphs.java", "proba": 1.1382775255697197e-06}
{"commit": "ddca682bb6cb6a5ec50e261f00f3565e9e822ed7", "message": "Create LetterStrings.java", "proba": 4.829132080885756e-07}
{"commit": "785f86c5ad35809e46b967f8b1eaddeb07e5624b", "message": "Add animation template demo.\n", "proba": 1.2639715407658514e-07}
{"commit": "5c817e42b3af8ec459e6f4471856d45fc662dee3", "message": "time O(nlgn)\n", "proba": 5.793930540676229e-06}
{"commit": "174f65efe059daa2b2df4d45599bdd50d5bcacc0", "message": "Remove error from ManaSymbol.sort().", "proba": 1.4303400064363814e-07}
{"commit": "8b516f6adc2f8c501a10edc535b2398adc23f36b", "message": "truncate non-additive at 100A\ndump Ewater\ntry to properly construct non-additive bits so that things work beyond B3\n", "proba": 7.649398321518674e-05}
{"commit": "5c86edbe8a61db3a5296bcc0d0230606e13bef59", "message": "Create Node.java", "proba": 2.1043093511252664e-05}
{"commit": "fcf172fb70c8395df6a01ff60c37371ac48ad620", "message": "Added CPU core detection\n", "proba": 1.7600498836145562e-07}
{"commit": "ec954348be441c41a81c8060fea4e45c5423c23e", "message": "missing_number 20151015\n\nChange-Id: Id96c42efb43d36217cd31583f3db5d2f9c34b9aa\nSigned-off-by: pistolove <410a3c9a1616fe31e0c38c1719613c8270ffba78@163.com>\n", "proba": 2.626881610012788e-07}
{"commit": "29a177cac0da6043af847a792f5e27ddfeb262de", "message": "am 53488bf3: Make Connection threadsafe\n\n* commit '53488bf3d152eb0ecacca5716c763e8cd7ab28ae':\n  Make Connection threadsafe\n", "proba": 9.165240726360935e-07}
{"commit": "3127b4d1d666ee813da91d9851ed8e1fc8b4c2dc", "message": "Implemented Task::equals\n", "proba": 0.9990240335464478}
{"commit": "a0dbc5366d2ef630bd5b4e8b2dd3a843c12e218e", "message": "am 66928fc9: Merge \"Fix WTF when creating a lazily initialized connection\" into lmp-dev\n\n* commit '66928fc9d90534598528b91c0628245d3c1d77fc':\n  Fix WTF when creating a lazily initialized connection\n", "proba": 3.877498215842934e-07}
{"commit": "ad0cf22dd6effc41db28b3a44f9dd0e7ddf1f768", "message": "Initial checkin of ca.eandb.jdcp.worker.MainWindow -- rewriting the UI for the JDCP worker application.\n", "proba": 1.0141759076987e-07}
{"commit": "c41601f08688b74627b96eed869b3bc12406d1ad", "message": "Matrix.java completed except for the inverse function\n", "proba": 4.052710664836923e-06}
{"commit": "f8af169cb01aa94aaad6acd106959a03aac16260", "message": "Added debug-logging support\n", "proba": 1.6794768953332095e-07}
{"commit": "3e863a50fab0948a90972ae0e82a784bddd2a56f", "message": "GetTriple  expresses the idea of a type from which triples associated\nwith nodes can be extracted.\n\n\ngit-svn-id: 227c23bb629cf7bef445105b977924772e49ae4f@1109277 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0008198840660043061}
{"commit": "ca3a7c5f23d9789567ea9a59ce12977f0e201ff6", "message": "rename variables and fix documentation\n", "proba": 2.464718704686675e-07}
{"commit": "2cda50b03afffbac2094a45da270794cbad16adc", "message": "New AddLink test focusing on the stack overflow question\n\nHow to use PDFBox to create a link i can click to go to another page in\nthe same document\nhttps://stackoverflow.com/questions/54986135/how-to-use-pdfbox-to-create-a-link-i-can-click-to-go-to-another-page-in-the-same\n\nThe OP used destination.setPageNumber which is not ok for local links.\nFurthermore, he forgot to add the link to the page and to give it a\nrectangle.\n", "proba": 9.329630302090663e-06}
{"commit": "d5ba2fe0b9703f3695a56dc4a7664b4de97819e0", "message": "fix Java8 compilation\n", "proba": 1.1071584822275327e-06}
{"commit": "563449c2577a4f9232791a0cbf15e6e8769f0280", "message": "Added Agent.java\n", "proba": 2.7998206064694386e-07}
{"commit": "c8bd15d85107c24d56f9785bb40c4f8c23850520", "message": "Reading access token from HEAD parameter in addUser action.\n", "proba": 1.1399163213354768e-07}
{"commit": "e642a3202b61e48b4d06c9280be1e1d22be2932c", "message": "Added unit tests for the Prefs class", "proba": 1.3053833924914215e-07}
{"commit": "a50a3bd757af17683e23d0379561e288875cedaa", "message": "Shorten line\n\nSigned-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>\n", "proba": 1.5382995854906767e-07}
{"commit": "782f26e9b0a8980547a0a3c028484724baf99604", "message": "Review changes\n", "proba": 4.943548219671356e-07}
{"commit": "a120c16377abe8f61b951f0171776bc18df31326", "message": "Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55071\nRemove unnecessary call to commit(). The rs.close() just above will commit anything that needs to be committed.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1495154 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00032956997165456414}
{"commit": "5355ac8a83266af4b8c27ce04445162fb496de27", "message": "Refactor calls to SocketWrapper.processSocket(SocketEvent, boolean)\n\nMove these calls to a dedicated method to make it easier for sub-classes\nto ovre-ride the default behaviour\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1772605 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.511526069312822e-06}
{"commit": "713937d9a24cdc5ab8fe847b36e5ac366ca42aa4", "message": "Remove unused code\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1559420 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.39363656268688e-06}
{"commit": "7f6486ede71f9133b066820ca2fc7e34083d2a59", "message": "Test file for pollmapping.xml\nVerifies we can marshall and unmarshall the objects mapped there.\nNot yet complete\n\n\ngit-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@3804 4f837ed2-42f5-46e7-a7a5-fa17313484d4\n", "proba": 9.85203678283142e-06}
{"commit": "810e2c0a229ff168d0e131d12e3269a9bdad1e2a", "message": "ClickLeaveSign.java", "proba": 5.842113068865729e-07}
{"commit": "faa475d36fd1710c40c6c5582ccc68a19c0f560b", "message": "forward-port from 2.6\n", "proba": 2.6202862954960437e-06}
{"commit": "5b5d6f583b938aa47bd5a7761e645464b543b554", "message": "Added BlockTest\n", "proba": 1.8208167773536843e-07}
{"commit": "335cda245998df5cb1f633c2bff7658a1f722c7e", "message": ":art: Improve positioning of social buttons", "proba": 1.708846042447476e-07}
{"commit": "392bd939c1a8d9666605a69938e81ca3e84c2656", "message": "Skelett Spielemodul erstellt\n\nSampleModule kopiert als Vorlage f\u00fcr Spielemodul.\n", "proba": 1.1631875906914502e-07}
{"commit": "7f29af5d8441c12248ee8ca76c9ce100bc688804", "message": "reintroduced spelling mistake\n", "proba": 1.59569681272842e-05}
{"commit": "1ef6dc71a99b09b3aeb681d3c223231cb8ab8c3e", "message": "Converted Boolean to value type (#5004)\n", "proba": 5.269395160212298e-07}
{"commit": "33e18c14d63b0b190cc33fb5c71a1515a19e7e22", "message": "removed unused import to clear warning\n\ngit-svn-id: eee8cf2eb4cac5fd9f9d7b672efb1c285d99a606@806 d471f07e-d8fc-0310-a67b-dd4c8ff0e7cd\n", "proba": 8.129399020617711e-07}
{"commit": "6c05155102b19c2ab4a889030001aede6ce8748b", "message": "STS-452: Allow encryption and decryption of ActionBean properties. Encrypted properties are now supported by UrlBuilder. This extends encryption support to all classes that use UrlBuilder, including OnwardResolution, s:link and s:form.\n\ngit-svn-id: eee8cf2eb4cac5fd9f9d7b672efb1c285d99a606@708 d471f07e-d8fc-0310-a67b-dd4c8ff0e7cd\n", "proba": 1.0941178061329992e-06}
{"commit": "0cad665555fc8c11bbc7ddafcb6e6c1e2c11899c", "message": "am 5d8961e7: am 507ea24b: am ffdc7aed: Merge \"avoid crashing system serer process\"\n\n* commit '5d8961e75685674f46ca376ea8ea13ce02dd292b':\n  avoid crashing system serer process\n", "proba": 6.247989858820802e-07}
{"commit": "1ac3014b4a314ea89d2486d9f733d55d6eb7f37f", "message": "g\u00f6rsel iyile\u015ftirmeler ve yorum sat\u0131rlar\u0131", "proba": 8.404316531596123e-07}
{"commit": "65e76d1200395a9c67893378ddb64c47ede400b4", "message": "Output recent configs in am get-config command\n\nChange-Id: Ic516e73d2e72ac0dc3136f7226cedd851fe22b85\n", "proba": 0.9999991655349731}
{"commit": "719a6320a789e76566d6416d5ec35491d21f5c44", "message": "Change permission enforcement through pm command.\n\nAdd \"set-permission-enforced\", which can currently only mutate\nenforcement of READ_EXTERNAL_STORAGE.\n\nBug: 6363043\nChange-Id: I3f7929738c8c36b0a54fbf171c03fe16c09b5d99\n", "proba": 1.5744768461445346e-05}
{"commit": "f6d753beb5018335e23ef4192f64a9f5e24b530a", "message": "Self-connecting HTTP utils.\n", "proba": 2.180729126166625e-07}
{"commit": "5644d0e18ad847b66a8cb4f185cb28edebe75d88", "message": "Support for NDEF on iCODE.\n\nChange-Id: I9ce2ee5e739d34a9047ca494315cbc54b30fefb8\n", "proba": 2.645954964464181e-06}
{"commit": "f9c72769fcee4a75706b49f33b62a0560f176c93", "message": "am 86f86d8d: am f78bd39c: am 548449f8: Merge \"Fix handling of line-end and RTL characters in CursorAnchorInfo\" into lmp-dev\n\n* commit '86f86d8d0ee8c5d851055ed3c1e5cbcd72d72b8f':\n  Fix handling of line-end and RTL characters in CursorAnchorInfo\n", "proba": 2.0677548207004293e-07}
{"commit": "2aa4003d19aad4fc5a29f283c29b5073f9f36103", "message": "With the parser\n", "proba": 0.0024840119294822216}
{"commit": "e9e3c476d5eebe1a5cdc0d80fbe167f9a0ca775f", "message": "am 1f284855: am f066bf22: am 04eb368d: Merge \"Prevent some alarm pathologies\" into lmp-mr1-dev\n\n* commit '1f284855fc9abffc64b80ddd5b0864e4d25f0df7':\n  Prevent some alarm pathologies\n", "proba": 3.1036645964377385e-07}
{"commit": "d49ac33b5e1c0bd0370255d8e3da64ed634e2b41", "message": "Add logging of Legacy Type info.\n\nThere are some bugs where getActiveNetworkInfo gives bad data (seemingly)\nand this will give the backing data in logs.\n\nbug:16610051\nChange-Id: Iad867485ad78daeb3e88665dcd0fdb0af756a3bf\n", "proba": 6.8950175773352385e-06}
{"commit": "b596bffdaa7a9abf9110ca0d1ea90bdfca47c956", "message": "am a8e6d6fd: Merge \"air plane mode only send to the owner through the quick setting\" into lmp-mr1-dev\n\n* commit 'a8e6d6fd993c449b442be8c19f6c2688b75c018d':\n  air plane mode only send to the owner through the quick setting\n", "proba": 5.651321544064558e-07}
{"commit": "a702a1e4659f698129be841addca5a8cd49edfb9", "message": "am 8ab9cbd3: am 208b626e: am 9ce8a9da: Use heads-up notifications when selecting networks with no Internet\n\n* commit '8ab9cbd3ce1d3643f450801e991aafcea6e1946f':\n  Use heads-up notifications when selecting networks with no Internet\n", "proba": 4.8034473820735e-07}
{"commit": "5a6a0bf57b6fc97cb3dd8e1156e5e21a9e7975af", "message": "Fix exception for setting caption.", "proba": 1.6221392229454068e-07}
{"commit": "28e410d38cc12153d02add35e0285dec8ab2c2f8", "message": "Add implementation for AABB3.\n", "proba": 1.8806412072081002e-07}
{"commit": "31cd7c34ef02b8588add9676a863b496994c624a", "message": "add wait msg\n", "proba": 3.7509173580474453e-06}
{"commit": "6cd69e6d184f6c2ae37a8980daa18dc61f91ad03", "message": "account\u306e\u53c2\u7167\u304c\u30eb\u30fc\u30d7\u3057\u3066\u3057\u307e\u3046\u70ba\u3001\u69cb\u6210\u3092\u5909\u66f4\n", "proba": 3.178853944518778e-07}
{"commit": "c584197115be9239853663373f89dafcc82d536d", "message": "http://oj.leetcode.com/problems/symmetric-tree/\n", "proba": 1.4848636453734798e-07}
{"commit": "be71fcb3377608808943ce555e1fc719294727f7", "message": "Add JavaStrings", "proba": 1.5947240399327711e-06}
{"commit": "d826a196767fb5733b0414cee7efc54201c5302e", "message": "Adding load test.\n", "proba": 2.0350761076315393e-07}
{"commit": "f96868c2e9285941f9bc7ccac52ec1ca8c53f2bd", "message": "Remove debugging statements", "proba": 3.19724167638924e-05}
{"commit": "b4726df4b544d3406cc2526ba6982a1a096f5fce", "message": "Some general config support\n", "proba": 2.0054328331298166e-07}
{"commit": "5983505369291f964334c55a322497ca904df21a", "message": "Add GameStateAdapter\n", "proba": 3.121444933640305e-07}
{"commit": "6e3f05bff0ff42a73accc1c2d7cd1a6ea4cfe031", "message": "ClassUtils: utility class to detect primitive types\n\n\ngit-svn-id: 29aad96320b2a07b98332cd568fc1316025c072f@878 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d\n", "proba": 1.8189507500210311e-06}
{"commit": "a15f469b0e8909138c4a262971c55064c487451f", "message": "LocalResourceRemover. PL-1892.", "proba": 1.170048875565044e-07}
{"commit": "e2078b03aa150aabb3c2a85f50261a55d0dc661c", "message": "FIX http://nagoya.apache.org/bugzilla/showattachment.cgi?attach_id=4937\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@248911 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.758246051205788e-07}
{"commit": "3d90576c9807a5cc2ef0348c94a6163368e91a80", "message": "TCK found a bug.  WSDL2Java generated a method called \"null\".  I've\nadded \"null\" to the Java keywords list.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@247260 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.003073263447732e-05}
{"commit": "6927b243dec78085cf5bf30df7495e3ae3ebe0e2", "message": "If a bindingEntry is undefined, don't use it!\n\nThis prevents problems with SOAP1.2 (or any other unknown) bindings.\n\nFixes bug\n\nhttp://nagoya.apache.org/bugzilla/show_bug.cgi?id=13209\n\n(at least in that we generate compilable stuff now)\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@255386 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.2682314263656735e-05}
{"commit": "8205ff48ffe147db154db3fc06869d441cb13352", "message": "move creation of mapping structure in vdl:new out of a conditional that always seems to fire and into the main flow\n\ngit-svn-id: 6ee47c8665bf46900d9baa0afb711c5b4a0eafac@1503 e2bb083e-7f23-0410-b3a8-8253ac9ef6d8\n", "proba": 1.161002614935569e-06}
{"commit": "3098084c46d20a6428ad170cbfc46648fc38fe24", "message": "Show trustly button on main conversation\n", "proba": 1.1925105525278923e-07}
{"commit": "0608fa9b1c934618b88040c6761d121e97ef0115", "message": "Remove native GUI from Trustly iFrame\n\nTrustly has deprecated their Native GUI for the iFrame and are promising a better look for the new one.\r\nLets take a look and see if this is acceptable.", "proba": 1.0208267298139617e-07}
{"commit": "a6c3951703dbd856ec33322654ea5ece1c9530df", "message": "Start of a general SensorML serializer for adding to templates (meb and arw)\n\ngit-svn-id: 43ce4a4b5c3e98f7c475606770a3f17db2f2dd99@48 fe31d19f-0751-0410-af65-b179d9baafec\n", "proba": 1.370957193103095e-06}
{"commit": "e40d59878013b0e182b6ce1a1b7500131ee371ca", "message": "Set Order(0) For CommonLogAspect\n", "proba": 1.4030520389951562e-07}
{"commit": "58ea1a7bd77d8afbe1417f0b356d979fad6ead8a", "message": "does not accept null anymore\n", "proba": 2.3919125169413746e-07}
{"commit": "820464873135b7868322c0a0c3d6f4a350cad7fb", "message": "fixed uuid (hope correct?)\n", "proba": 1.224611310135515e-07}
{"commit": "44765b3c67a902cd20405135b7950d3537f73c26", "message": "Update FourSum.java", "proba": 6.710047273372766e-07}
{"commit": "f62ef54d00d7525625649dc23195eaced5308db8", "message": "Add missing file\n", "proba": 6.467544608312892e-06}
{"commit": "821329e6757063ac28a2c16d6fd84450e16f90fd", "message": "KCINFR-200: Changing KcPersonExtendedAttribute BO to use the super class attachment attribute\n", "proba": 1.1638811514558256e-07}
{"commit": "a69dfb8e079f17d837689586b28bbc91b6092271", "message": "refactor string version comparator\n\nfrom tmm to api", "proba": 4.876885213889182e-06}
{"commit": "cbc4231675b2791d28d3c4e82955ea3e61916180", "message": "[VTK-2000] HTML-escape image URLs in feed entries\n\n", "proba": 1.29955537886417e-07}
{"commit": "53208e4bacd6eb92091b0335280c26705553c4c7", "message": "Create Dodawanie.java", "proba": 2.8101214866183e-06}
{"commit": "8adaf6c77d72e2fad967dcb15242ac3c4bb0de69", "message": "feat: 33-search\n", "proba": 1.7371773708418914e-07}
{"commit": "9a7009aa9d1d731db74eb75d0084834e931ace89", "message": "Update ImageStorer.java", "proba": 3.3423830814172106e-07}
{"commit": "de20a29f166b9af14f243d2bd39d661a7448f4f1", "message": "Improve test coverage of Puml class.", "proba": 1.2891372591639083e-07}
{"commit": "4f35486e056faa161d6faa7f09dba8471a4b2bbf", "message": "fix ref arrays bugs\n", "proba": 1.6552942270209314e-06}
{"commit": "022e7dc1989e920f629548a687391c5a2655db6f", "message": "Sample code for account setting test\n", "proba": 1.8358888098646275e-07}
{"commit": "6d68ed83deaf24c9ac9acb1ccecc6908a804d9ba", "message": "Renames GithubService to GithubApi\n", "proba": 0.9997183680534363}
{"commit": "49a6ab7c9cc73eeabe45b31c88f50506119acd65", "message": "Create Event.java", "proba": 1.2816366279366775e-06}
{"commit": "91de0a623dfbd4c8d4e403e9a4c3dd5ed6f92208", "message": " commiting renamed file\n", "proba": 3.985275327522686e-07}
{"commit": "1e3ce3107f17ac6a27541c74453fd61c2385a186", "message": "Refector and fix current dir and source dir comparison\n", "proba": 1.3565868073328602e-07}
{"commit": "478ab2860aa735aa80e18e634a65ebbbd63333ce", "message": "implement AbstractTaskSet\n", "proba": 8.289073593914509e-05}
{"commit": "621f4f8ee63a8cb36fd9a8c94dd97c1441d9d881", "message": "Update bidimensionnal array test case, SOAP 1.1 conformance \\n http://www.w3.org/TR/2000/NOTE-SOAP-20000508/#_Toc478383522\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@261315 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.751507726221462e-07}
{"commit": "10d10c790f63e2f8d0a2a661ed6dfab42799afcd", "message": "Fix a typo in a comment\n", "proba": 0.9999964237213135}
{"commit": "40e19f79d3fd8b1a9e7e461d83daab1455ecf017", "message": "cleanup.  Allow user to disable writing header info\n", "proba": 2.0208148043820984e-07}
{"commit": "bde313bd2336c1a3af97942a122ba8ed8a1a02cf", "message": "isIntraSpecies is unused.\nexpose the Species\n", "proba": 6.700678909510316e-07}
{"commit": "7b95352f6ee5be072c52cc2b626ac67022143c77", "message": "12\n\n12", "proba": 0.0013707196339964867}
{"commit": "f8e753b824faf0548d04b40522e228a7767ed1a9", "message": "Script commit at 29/05/2017  0:24:52 UTC+8\n", "proba": 1.139472871614089e-07}
{"commit": "7b58cfdf20e0fbc07c4872d1162ab6dea1021d5b", "message": "Add tests for Time agent\n", "proba": 3.3317186876047344e-07}
{"commit": "27f326058a7a718db5fb8cd92c6175ab3fd11af4", "message": "Create MenuItemAction.java", "proba": 2.1908986127527896e-06}
{"commit": "e88dc07b36a2205bf5cfd7d6a053a83d7e3278bf", "message": "add weighted interval scheduling", "proba": 5.199975134928536e-07}
{"commit": "840c3a2b7e29cd75c13418a90cce5e311415c843", "message": "Fix deadlock in wallpaper.\n\nChange-Id: I9ab5681ebf325a9e33ca4b59a8581e535e4dde54\n", "proba": 0.00113397347740829}
{"commit": "e4f7eb49eb999f88da16efcbbfd99a1de946f4b6", "message": "am 401ab105: am 6e478d7a: Merge change 23751 into eclair\n\nMerge commit '401ab1058ab11da429616cd7f3ec951f8bf4db30'\n\n* commit '401ab1058ab11da429616cd7f3ec951f8bf4db30':\n  Fix deadlock in wallpaper.\n", "proba": 1.189535794310359e-07}
{"commit": "232b3bcb696c13d5d4a9c16a0bd87a182e55cab3", "message": "am a6412cc4: am 76a9b9c2: Merge change 25567 into eclair\n\nMerge commit 'a6412cc438f0b389842140292b099ed1edf883b1'\n\n* commit 'a6412cc438f0b389842140292b099ed1edf883b1':\n  The starting progress for WebView should be 100 as it is\n", "proba": 6.884731556056067e-05}
{"commit": "7743717f3e85b80c37339a232716aace78514ca8", "message": "am 90ea4c4d: Merge \"Fix crash with HTML5 video.\" into ics-mr1\n\n* commit '90ea4c4d30ccafb51e024ab3c34a4655d06eec4c':\n  Fix crash with HTML5 video.\n", "proba": 2.6340663339396997e-07}
{"commit": "1611cc31786e9c7a0ffe1e70863b5d40e321d062", "message": "Add get monster hp method\n", "proba": 2.422218017272826e-07}
{"commit": "bbfb229a2aa937d19bb02ec4136bb174096bc7ae", "message": "Adding class (in development) to scroll with key arrows and no bars\n", "proba": 2.323112511248837e-07}
{"commit": "46dba2f6a0cc4b10980a364af1c281d9cb985e8e", "message": "optimize\n", "proba": 3.454321267781779e-05}
{"commit": "48643e2be61d7b5079f9fb860dd614fa745dcc6f", "message": "fixed type error in TryRun creation\n", "proba": 2.4666303488629637e-07}
{"commit": "b2b98a00e1867509107e4b474ba45150d27ade0a", "message": "Force-commit changes on accept in spinner-style DatePickerDialog\n\nBug: 19005472\nChange-Id: If500c7305282a5055b4617c242871e04d91c0bc3\n", "proba": 8.663047310619731e-07}
{"commit": "5170ae12c361c4b289c10dd867333ea671e23ebe", "message": "am 0de06b7e: Merge into jb-mr1-dev\n\n* commit '0de06b7e19e4c6329cc966198d249d12c2b19d40':\n  TaskStackBuilder and intents without an explicit target\n", "proba": 3.4388330050205695e-07}
{"commit": "041a0baba7f075ab3aba9c075dd75695a51617e4", "message": "Deferring wallpaper update to improve workspace scrolling (issue 5506959)\n\n-> On the Xoom, this change gets us back up to 60 fps. The\n   change is really more of a workaround for the fact that we don't\n   have vsync, and we ought to be able to change it back once we do.\n\nChange-Id: I80888f18887bf5f2fed72c19641ed430ef6dbfcf\n", "proba": 8.839473593980074e-06}
{"commit": "b3ce4b1b7896fc22ac3fe1e06a61481f13f2d364", "message": "am 889814ce: resolved conflicts for merge of 32912e0a to stage-aosp-master\n\n* commit '889814cee0ebcf70069d04d3ae77c97c09efb5a1':\n  wallpaper: limit wallpaper width to sys.max_texture_size\n", "proba": 1.936309388383961e-07}
{"commit": "dee04d1701cb390802c2f596e4d375ab9df59bb6", "message": "am d43a2b5a: am 7fb1a891: am ae405d56: Merge \"Fix a simple logic mistake.\" into froyo\n", "proba": 0.9999924898147583}
{"commit": "d43a2b5a2325a6457a70872a0e7eabd168e8d8b5", "message": "am 7fb1a891: am ae405d56: Merge \"Fix a simple logic mistake.\" into froyo\n\nMerge commit '7fb1a89128a87c30441bc839c935f8e1fb993a26' into kraken\n\n* commit '7fb1a89128a87c30441bc839c935f8e1fb993a26':\n  Fix a simple logic mistake.\n", "proba": 2.185206085414393e-06}
{"commit": "ad433430126bec9a1361dd857635aa494d3d6a10", "message": "am 00f60363: Merge change I2919f492 into eclair\n\nMerge commit '00f603635d4cec4403687d8ee97aced91fb32108' into eclair-plus-aosp\n\n* commit '00f603635d4cec4403687d8ee97aced91fb32108':\n  remove cert for SampleBrowserPlugin and only check\n", "proba": 2.2314347347673902e-07}
{"commit": "06e70ab186d86df820b0d38e723d9c2562b57f14", "message": "Ajustes.", "proba": 3.410366957723454e-07}
{"commit": "4c5ff14474b98c07cd5c08b03ed8f5b934b8c26a", "message": "Implemented toString() for debugging purposes.", "proba": 1.2705508822818956e-07}
{"commit": "9ba4a2fb3e75e2bd1cfcaacdb1a75db7dea126d1", "message": "Create Rectangle Area.java", "proba": 2.234757857877412e-06}
{"commit": "20086569cfc02ca360973246b027776c1b579f56", "message": "Removed debugging toast message.", "proba": 1.8327854434119217e-07}
{"commit": "62c16b5164357ed06c50ab80b46296d848a5c9ee", "message": "fix NPE when scraping metadata\n", "proba": 1.36877690692927e-06}
{"commit": "69656af740165236a793ea572c8eda100ef053f4", "message": "Update TrabalhoAgregacao.java\n\nQuestao 5", "proba": 1.4171126849760185e-07}
{"commit": "3a06efdc15d2bea2fb7911caae574d4addd43e8d", "message": "Added ApplicationTest.java\n", "proba": 1.9713651511210628e-07}
{"commit": "d3acda681d0a9978b7245d461d9bcc20bedf4d9e", "message": "Test default Quote policy\n\ngit-svn-id: 3cfc64c80f2e6f92f6d08f3c7f3967ef35335cd9@1480498 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.830745356481202e-07}
{"commit": "4efc5b5cfb1b9885ff4294f6fa2de9ea74bd48b1", "message": "am 29b5e170: am 7fa9667f: Merge \"Clarify how release of offline keys is handled in the MediaDrm API\" into jb-mr2-dev\n\n* commit '29b5e1701bdf06861d0eae4a3be05a7012c5e1c6':\n  Clarify how release of offline keys is handled in the MediaDrm API\n", "proba": 3.75056333723478e-05}
{"commit": "78814c257d9a9f0e49a2bad32901464c20a97d07", "message": "Replaced MeeplePosition with BoardPosition.", "proba": 1.2523734937985864e-07}
{"commit": "cfd1700ea26760cc07442b764e8955aca70e6e05", "message": "Kill Ella...\n", "proba": 1.4048809759970027e-07}
{"commit": "3eb1c5c41cbbc74b75ee4b4cf0519447f5093a2e", "message": "some problem in initCustom()\n", "proba": 2.2477952654753608e-07}
{"commit": "4cf1b84733f2904d53bc5f2bee60cb8931ceeb19", "message": "HttpClient\n\nUtility HttpClient class specialised for mobile that extends the\nHttpClient object from apache.\n", "proba": 1.076340154781974e-07}
{"commit": "0ee55dc2a5047bad01e26f6237c161ac9c1a920c", "message": "Added test for #161 - fetching trigger keys from oracle\n", "proba": 1.1533929011875443e-07}
{"commit": "34786f78f2a76087fa1cf6ce4224fefb6054ea39", "message": "added cool class from IBM for storing and loading objects to Preferences", "proba": 1.255659896060024e-07}
{"commit": "84e62d3cdde6c363c7cac9ff1a4518f5248c7d19", "message": "Improved efficiency of BOOGIEFormat from GFF\n", "proba": 1.367470474633592e-07}
{"commit": "3f56e785208bf2db8a6f4b4d13eaccfd840700c1", "message": "Added entity id to EntityRepresentation.", "proba": 1.160064684313511e-07}
{"commit": "a03df6f9817360d2bb83c12959ec4a714d0c5ce9", "message": "Started to refactor SceneService.", "proba": 1.2788805747732113e-07}
{"commit": "ed99dc89c32830cffe7a3912b2026942910c4c8f", "message": "am 7156b7c6: am b11952d6: am e3434fc4: Merge \"Improve detail message for X509TrustManagerExtensions argument validation\"\n\n* commit '7156b7c65d6f158c4898a93f8e2cea0bf94791d1':\n  Improve detail message for X509TrustManagerExtensions argument validation\n", "proba": 2.81963053794243e-07}
{"commit": "a6ba6fd4bb931ba7c1cbda6adc8452609ea80dac", "message": "Broadcast turning on/off intent as early as possible when switch on/off BT\n\nMove broadcastState(BluetoothAdapter.STATE_TURNING_ON/OFF) before any other\nmethod calls when turn on/off Bluetooth.\nBug 5703346\n\nChange-Id: Iddbdab58367a7d648708aa23671eb09701d66793\n", "proba": 2.469332912369282e-06}
{"commit": "6cb5cc19d467251d2e1e28791bf070f4ea6a2eed", "message": "Fix FloatingToolbar positioning for RTL.\n\n-The position of the toolbar was forced to the left side in an attempt\nto fix an RTL bug. This led to wrong positioning in LTR.\nThis is now fixed by using a dynamic \"show\" animation that takes into\nconsideration already set positions.\n\n-The correct position of the toolbar wasn't recalculated on updates\nfor RTL. This is now fixed.\n\nBug:21455067\nChange-Id: I0b31a8fd3c95549f5f10133a47a4d3ef27689010\n", "proba": 5.336750746209873e-06}
{"commit": "41e8dc02cdde381cc2d7d55bfb56d5c7f72eb86e", "message": "Fix for 2137900: Be more conservative about poking the wakelock.\n\nUpdated after review: white space, check for null pattern listener.\n", "proba": 9.739254380747298e-08}
{"commit": "4f644ed1366061d3e329eda3cc4f6b07deb513d8", "message": "make Type.index public as an index into returned data array\nswitch dimensions in translator (they were backwards)\n", "proba": 1.1049080228531238e-07}
{"commit": "662a76e39a1151098b01304ee7c51b6058457025", "message": "Forgot java file", "proba": 3.0354942737176316e-07}
{"commit": "99a908bd37713db080867cbcc1af241cea0f2085", "message": "Changed the way the course times are stored.\n", "proba": 1.885849627569769e-07}
{"commit": "ad3ec6593222c74c94298e5beb9a52b7f4748467", "message": "Add Navigator.countAllFeatures()", "proba": 1.7962018716843886e-07}
{"commit": "d30e68c5b7225be52723a6290ad40bf723aa6c24", "message": "Add orderBook.java\n", "proba": 1.0642322649800917e-06}
{"commit": "ed434470964ef2ebe45614396b8c69c226d95822", "message": "Exercise 5.34", "proba": 1.8096341591444798e-05}
{"commit": "674d95c28128abfb8df64ff7f46d34e663c3d12a", "message": "Added document manager for pcss\n", "proba": 1.2275813787709922e-07}
{"commit": "f205b367d2e648edefc5f762c293771107d2f401", "message": "Hue\u306e\u578b\u756a\u304cLWB014\uff08\u5358\u8272\u306e\u3082\u306e\uff09\u306e\u5834\u5408\u306b\u3001\u521d\u56de\u306eHue Bridge\u3078\u306e\u63a5\u7d9aDialog\u304c\u6d88\u3048\u306a\u3044\u30d0\u30b0\u3092\u4fee\u6b63\u3002\nLWB014\u306e\u5834\u5408\u306b\u3001changeColor\u3067\u30a8\u30e9\u30fc\u306b\u306a\u3063\u3066\u3044\u305f\u30d0\u30b0\u3092\u4fee\u6b63\u3002\nIssues #37\n", "proba": 2.4617048666186747e-07}
{"commit": "d14522f474d4ec045f49cffda1ec80bdca67167d", "message": "Part of Anders Bengtsson's patch to clean up Connection.java\n", "proba": 1.267942337790373e-07}
{"commit": "4de18566f88e32044f64fd787b4938406ddcbe3d", "message": "Add a test for loading a primary zone.\n\n\ngit-svn-id: becfadaebdf67c7884f0d18099f2460615305e2e@1396 c76caeb1-94fd-44dd-870f-0c9d92034fc1\n", "proba": 0.0036485132295638323}
{"commit": "fd0ba81c02c0881f7534333afc8c53e241158a3d", "message": "am baced375: Merge \"Silently reject a ringing call when another call is dialing/ringing.\" into gingerbread\n\nMerge commit 'baced375ba5f374445c44a2115700d69693794a0' into gingerbread-plus-aosp\n\n* commit 'baced375ba5f374445c44a2115700d69693794a0':\n  Silently reject a ringing call when another call is dialing/ringing.\n", "proba": 5.6498683989048004e-05}
{"commit": "a5b304866a9de0b124b5246fb73d2eb40140c0d3", "message": "1. Update header comments.\n2. Refactored to reflect constant name changes.", "proba": 9.957747693079e-08}
{"commit": "e40ea96f9725ea5d71e63979256fadfd2229c8e3", "message": "am a45e9897: am 8cae7f64: am 8fe7676e: Merge \"Fix incorrect doc for WifiInfo#getSSID().\" into lmp-mr1-dev\n\n* commit 'a45e98974e571ca539436b295a98d513faa10d19':\n  Fix incorrect doc for WifiInfo#getSSID().\n", "proba": 2.335046929147211e-07}
{"commit": "ca2114eda3fa31fd7ab5cf329969bd4f7ab0b056", "message": "Initial checkin.\n\n\ngit-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@1368 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 0.00017012593161780387}
{"commit": "da5b182637b6d6d7b559246e618d4bcf4082564e", "message": "Fix yasgui url generation\n", "proba": 2.3890657757874578e-05}
{"commit": "d896be30d842628b19ccec6907ddeee235c79c03", "message": "Fix bug trimming initial newline\n", "proba": 4.195894689473789e-07}
{"commit": "60888dbad1919634a61fc4f1e96126a3c387a228", "message": "am 0988daaa: Merge \"Add testing api to SELinuxMMAC code.\"\n\n* commit '0988daaa23b469b3021ad93f819736160e21391f':\n  Add testing api to SELinuxMMAC code.\n", "proba": 1.3251185748686112e-07}
{"commit": "b2118252545f4b3ab43ffb2cda4b956f8f85ff69", "message": "am 4d1e0121: Change the keep-alive interval to 10 seconds.\n\nMerge commit '4d1e0121277b566b5e1c22e790a3b607b75d945d' into gingerbread-plus-aosp\n\n* commit '4d1e0121277b566b5e1c22e790a3b607b75d945d':\n  Change the keep-alive interval to 10 seconds.\n", "proba": 1.303133672081458e-06}
{"commit": "ad5eb1f9055325e5c792f772350df0b879a38012", "message": "Add string generator utility class\n", "proba": 7.0038381636550184e-06}
{"commit": "839841c5c9b3c9c69a420839596b3ae66b75414a", "message": "\u30a2\u30ca\u30ed\u30b0\u6642\u8a08\u306e\u89d2\u5ea6\u60c5\u5831\u3092\u4fdd\u6301\u3059\u308bPOJO\u3092\u8ffd\u52a0\u3002\n", "proba": 1.1720791803782049e-07}
{"commit": "10198f26bc137d2f7b39654bb488081843149420", "message": "Work around visibility problem in Scala\n", "proba": 8.513267175658257e-07}
{"commit": "013b1e723701869db5f239a6b66d0f24eb268eb4", "message": "Create MTP_Device.java", "proba": 2.7079577193944715e-06}
{"commit": "cfc4cdfc2276e9f97b570bfa72a47a59e3489aa1", "message": "ensure fbond is calculated even if we only need it for an ebond\n", "proba": 1.8397587098206714e-07}
{"commit": "f3f44fab427db1b93dfe5425518f106621d307e1", "message": "update for Data changes (this is still really broken)\n", "proba": 1.0843083231293349e-07}
{"commit": "ab525e2610a06302b4774e835bf3c62b67f72458", "message": "SimonStewart: Deleting unused imports\n\nr13138\n", "proba": 3.6637965195041033e-07}
{"commit": "917f50f9226f89165a19ec67982766af6972afcb", "message": "Utils.makeDeepCopy(Object[]) : This method optimizes the copy of primitive arrays.\nThis deep copy method does not replace the standard one\nand uses it. The deep copy is replaced only for arrays of primitive\ndata type of 1 dimension by using the System.arraycopy method.\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@5108 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 7.592648671561619e-06}
{"commit": "fffef62000194be042190c3a8f9b72e11b1afbc7", "message": "am ece1320b: Merge \"Add a little comment about the enabled value\" into klp-dev\n\n* commit 'ece1320b86fe058ed673cb900a506d7a3c3fe267':\n  Add a little comment about the enabled value\n", "proba": 2.241095700128426e-07}
{"commit": "6afaeb7e56dfa836b4b18f7b8a31a7196aba0792", "message": "Added MapEntry.java file\n", "proba": 2.576871622750332e-07}
{"commit": "09cdfeb2286ca33f14b9f055bc6d2ce685b5c7c8", "message": "Fix thinko in comment.\n\n\ngit-svn-id: a878c62e23c3cdd7109267dfd9bdff0ba03a0163@7414 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 1.019583760353271e-05}
{"commit": "fe58281b2ac3c5cf5b022c8cb86aa571459b8280", "message": "Create Solution.java", "proba": 1.4807177421971573e-06}
{"commit": "b62a6db61e033484a02c4e6c1cc02ef838025998", "message": "Fix checkstyle\n", "proba": 6.751552064088173e-07}
{"commit": "e0a0ac8fd21770e1d5c05a0608ed316ee0331b70", "message": "am 5f738ed3: am 3782aabe: Merge \"DreamManagerService: Handle missing db value\" into jb-mr1-dev\n\n* commit '5f738ed3ff6845c07373150e7d6d16af090bac38':\n  DreamManagerService: Handle missing db value\n", "proba": 1.3373128240345977e-06}
{"commit": "d59923f71d195ae2e7c6d42fbbfe0d2343e9ac23", "message": "sybase doesn't extend mssql, patch from cborivant\n\ngit-svn-id: a91d99a4c51940524e539abe295d6ea473345dd2@1033 e6edf6fb-f266-4316-afb4-e53d95876a76\n", "proba": 8.672404874232598e-07}
{"commit": "4a3a56f750c1f7ac123463856b3f94dc0015f472", "message": "use license ID instead of UID\n", "proba": 3.770754517518071e-07}
{"commit": "a5711eaa7fc989ad64158ebf854417dabb30850c", "message": "Adds coordinate model\n", "proba": 5.453856601889129e-07}
{"commit": "1811cb541c4f871d3f3873d0f7af9ecd0f2e2f2a", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "bc42546b8b084277cf87e7a2ffd236a84041abb6", "message": ":fire:Search Insert Position\n", "proba": 5.358663202059688e-07}
{"commit": "c89acc88f201808a2d3595ca6f69eaf3092e6003", "message": "add LazyFieldLite.java\n\n\ngit-svn-id: 6df6fa3ddd728f578ea1442598151d5900a6ed44@534 630680e5-0e50-0410-840e-4b1c322b438d\n", "proba": 4.73646878162981e-07}
{"commit": "9c8dd77776bcfec6f5a76c0cf3048123464d51a6", "message": "updates\n", "proba": 4.4353927819429373e-07}
{"commit": "1a188237d0711349707c9651f12daefd37be7b8f", "message": "Changed Compressor", "proba": 6.559599228239676e-07}
{"commit": "7cade1bf4a8fbc3c3b11d1bfe2ce9a70001250f8", "message": "Code formatting, minor edits\n", "proba": 2.5771200284907536e-07}
{"commit": "e7c1130680864e4ea023b6ca9b6a1c1ba78c23ea", "message": "am 3939d6ab: am 8e55c4bf: am 604aec95: Merge \"Add new subcommand \\'set-active-admin\\' to the dpm command.\" into lmp-mr1-dev\n\n* commit '3939d6abf2a4b514e322c1c669da97614ac4510a':\n  Add new subcommand 'set-active-admin' to the dpm command.\n", "proba": 5.200386681281088e-07}
{"commit": "e83814352487e32419e866cb6cfbb549242beee8", "message": "Update asign2.java", "proba": 1.7093722135541611e-06}
{"commit": "e472f7be3671491f6a7dfa55d8b6330d1586eddd", "message": "Create Tracker.java", "proba": 1.1724072237484506e-06}
{"commit": "1f950c4ad1ec25531324448584c068a957d996c8", "message": "test osc@Team\n", "proba": 3.5632896810966486e-07}
{"commit": "c005e45f77afc0962d2cd564d24ecde53c1a478a", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "47083b0a9cc28d5c8086092685c79d08fb46cafd", "message": "Initial Commit\n", "proba": 6.338602815958438e-07}
{"commit": "38bbfdf24d4e9b2e94444fe130bbe7837e33174b", "message": "updated tests to ensure getFaultCodeAsQName works the same as getFaultCodeAsName\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@552667 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.4144111446512397e-06}
{"commit": "066e6f757ce5c131b8929385f2b978f08691a1ec", "message": "Testcase for #1995\n\nsvn changeset:5225/svn branch:trunk\n", "proba": 1.7330586388197844e-07}
{"commit": "6eefd5d0f20fadbed0a626d1d99f0e1d59a4bd0a", "message": "add MetaKey class\n\nRepresents a singleton instance of a meta data key, can retrieve meta value from a meta store\n", "proba": 1.703551220089139e-07}
{"commit": "68be3a282db4e198a299c461008bac8d5913890b", "message": "Added example about how to add a row to a table.", "proba": 1.0973137420933199e-07}
{"commit": "615258580ae879705b77628d87c4c9f2768fe274", "message": "PID Command for launcher", "proba": 4.064676488724217e-07}
{"commit": "3a5d0fa71ce36271f289744c6e56267b3215873b", "message": "am 2f0116fa: Merge \"Prevent null allowableAccounts from crashing\" into mnc-dev\n\n* commit '2f0116fa3ab2153188e43e87b194afae7e4efb81':\n  Prevent null allowableAccounts from crashing\n", "proba": 6.614175163122127e-07}
{"commit": "dcfb9f7ae612bcd3a9b04d4459296b34f8d312e1", "message": "Make the breadcrumbs touchable for navigation.\n", "proba": 1.8175499860717537e-07}
{"commit": "b95d079c8036279c52a76e02c5bd5f99d58a8402", "message": "am e4bdf3c1: am be549f9b: Merge \"Frameworks/base: Fix precedence bug\"\n\n* commit 'e4bdf3c1c9e7be06b68cc32f9a492d512bf87528':\n  Frameworks/base: Fix precedence bug\n", "proba": 7.167536750785075e-07}
{"commit": "6e76061580805f753c96b02328b8a10be4e45eee", "message": "Added IsSlotOpen to the repository.", "proba": 1.218498795196865e-07}
{"commit": "c28831fb868fd446cf14c6746f1cb3bcedfd3178", "message": "Delete BombEntity.java", "proba": 2.5537019610055722e-06}
{"commit": "9eebb467a07faa5edb10b4698b4e07e01a0f3ff1", "message": "Tle good Question\n", "proba": 0.0035548745654523373}
{"commit": "f8d4a57bea81189b99cafb9ae0a3e4db7ec47650", "message": "For ENG-6333, first version of latency watchdog.\n", "proba": 1.0173532416501985e-07}
{"commit": "664efb914d88977a96b7fabfb315d544bade4b04", "message": "add RunningProcedureContext.java\n", "proba": 3.494190195851843e-06}
{"commit": "5cf161af17615936dd4a25e17d57bcc58cd86161", "message": "\u52a0\u5165\u5e26\u6709\u9ed8\u8ba4id\u5b9a\u4e49\u7684\u62bd\u8c61\u5b9e\u4f53\u57fa\u7c7b\u3002\n", "proba": 1.131086406758186e-07}
{"commit": "dbdaab3ffa09910cc9f18c8843b6538934ca5759", "message": "work in progress\n\n\ngit-svn-id: f6f45834fccde298d83fbef5743c9fd7982a26a3@40635 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.2535402283428994e-07}
{"commit": "bf7daaddb6809ffc462e6eed61cf68ba10add2ee", "message": "Adding BaseStoreRoutingPlan.\n", "proba": 1.1841955682712069e-07}
{"commit": "0bba149132cf5a47e67e4300b92ea9fdac4a8c01", "message": "\u65b0\u589e\u6587\u4ef6IO\u64cd\u4f5c\u7684\u793a\u4f8b\n", "proba": 1.9676198803608713e-07}
{"commit": "c575e330b0ee6afff1bd6b39f0afba2f0281e726", "message": "Add interval set.\n\nMaybe this should be adapted to a balanced tree storing intervals.\n", "proba": 1.2655274872486189e-07}
{"commit": "23e453b66fe2b0fc3f01ee52e64880ca2e2110d9", "message": "change for spreeddd\n", "proba": 6.792491262785916e-07}
{"commit": "c94ca43b71c1aca96621d1fd7b28181809f04374", "message": "\u5ba2\u6237\u7ba1\u7406bug\u4fee\u590d\n", "proba": 1.8287244074599585e-07}
{"commit": "27fa018563c3995b81ad8cc59f00b55b17e7ed25", "message": "Odd even linked list\n", "proba": 2.960713345601107e-07}
{"commit": "d5f022c4aa38fe21faaa4fc669e43fa55684f558", "message": "Add DualVariables.\n", "proba": 2.6099013439306873e-07}
{"commit": "870ada7636593582089ffd19d3cd8cbb1cbc2002", "message": "Release ver 0.2.0", "proba": 2.7978322236776876e-07}
{"commit": "0c778f4e1245fa7a5714e07dce6a0a233c290047", "message": "change error message displayed in Parser\n", "proba": 1.8023172287939815e-07}
{"commit": "44286e6fe19c5fe6d5bff5243f091e037f0ad634", "message": "Update HttpUrlConnectionMlabInsert.java", "proba": 1.5963064470270183e-06}
{"commit": "cba68156b4042297c97da2a4174da311cd14b05b", "message": "Console version", "proba": 7.317105996662576e-07}
{"commit": "6822c4dad0caba35e7a9857f15934d22db5f5371", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@625 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 5.675074135069735e-07}
{"commit": "cd26a4fc90852fd219df5afaeb471263cff8feb4", "message": "Made the `ModuleDescriptorReader` compatible with the one used by our Ant plugins so we can get rid of that one\n", "proba": 1.0956803464523546e-07}
{"commit": "ec5fe2f7a56f8bbed1f005cdd8585c68410e85b1", "message": "Forgot a file\n", "proba": 1.7009018904445838e-07}
{"commit": "fcfa1e1f586e73bc0b1cd663220c52eff4c47574", "message": "io: Import io/ISerializer.java\n", "proba": 5.697813321603462e-06}
{"commit": "0f9b2cefc254a27a3612b140bf998132c5e61fae", "message": "Hello world\n", "proba": 0.9999786615371704}
{"commit": "88ef3e62c461993674ab5b6b74ae3f3f12309ecd", "message": "pudate dui", "proba": 0.0004804620984941721}
{"commit": "9defd0663e2b6a486f5bc72621bbbd4dfab666fb", "message": "am 74437532: Merge \"Fix for bug: Gmail (and other places): cursor placed on top of letter\" into jb-mr1-dev\n\n* commit '74437532fe2a3e9ebd15c61327fd3f2b68c299b3':\n  Fix for bug: Gmail (and other places): cursor placed on top of letter\n", "proba": 1.7669060525804525e-06}
{"commit": "93c5b6a81da8f7348ae43c860d21617eed4fa6d7", "message": "Releasing lock even if exception is thrown.\n\nHowever, the whole method needs to be reviewed. It still has several\nlocking/unlocking places not tied together by try-finally construct,\nbut they cannot be fixed without deeper understanding.\n\nChange-Id: Iaaf87568d585327654be409377b6d57a1da135eb\n", "proba": 5.012530891690403e-06}
{"commit": "f704645b0ccf6feac9f41c82caf0ec34370a3bd0", "message": "am 5fd30540: Merge \"possibly fix [2265804] OpenGL GLSurfaceView apps don\\'t draw status bar drop shadow correctly\" into gingerbread\n\n* commit '5fd3054048b41b033700be3f30e4bca69f4f13a6':\n  possibly fix [2265804] OpenGL GLSurfaceView apps don't draw status bar drop shadow correctly\n", "proba": 6.178106559673324e-06}
{"commit": "ef25faa09d8e17bbd07d11003c570311182acfed", "message": "am f0522882: Merge \"Insertion cursor: add some slop for moving between lines\" into mnc-dev\n\n* commit 'f05228822c5da6333f20dc3a29c8f064b7562e06':\n  Insertion cursor: add some slop for moving between lines\n", "proba": 5.863915362169791e-07}
{"commit": "93e6e36c672f59b6a55aa115705bd8893557f91e", "message": "bug fix\n", "proba": 8.047648520914663e-07}
{"commit": "1f7b4134db07acbb429cd770441ff460fa6f4b1b", "message": "AlarmManagerService: Fix daylight savings time offset computation\n\nFixes b/2244560 (Time Stamp On Bug Reports And Pictures Is One Hour Off)\n\nChange-Id: I69324a33f80e41ce68a0e6fdba08b80ed9453e19\nSigned-off-by: Mike Lockwood <368d0007e4626f70737d16df5e49ed8806b98c3f@android.com>\n", "proba": 1.2549068628686655e-07}
{"commit": "de1b950d2b07737e3d284ed2ada361737d8a5a1a", "message": "am 9e7a5a1e: Merge \"ConnectivityService needs to use the new names for the NetConfig vars.\" into honeycomb-LTE\n\n* commit '9e7a5a1e567a0e696d9a7b68fffd00b7408e6ac1':\n  ConnectivityService needs to use the new names for the NetConfig vars.\n", "proba": 1.3596334156318335e-06}
{"commit": "9efd523c4611c0cf10e712453a699c083a01064c", "message": "Add warning that hardware auto-brightness is deprecated and will be removed in the next release.\n\nChange-Id: I90eae78f71f377f6479d0aaf7ced38a7b988a7ee\nSigned-off-by: Mike Lockwood <368d0007e4626f70737d16df5e49ed8806b98c3f@android.com>\n", "proba": 2.001945489382706e-07}
{"commit": "c865950064a1027309361f15e05829e9277ff556", "message": "added a command to record fragment addition\n\n\ngit-svn-id: 477788cc2a8229a747c5b8073e47c1d0f6ec0604@9887 f5dbab47-78f9-eb45-b975-e544023573eb\n", "proba": 1.5645387065887917e-06}
{"commit": "08a290e3a0d695c5632d4717f2fdfc168545da90", "message": "Remove unnecessary initialization of ApiConnectionInfo in Main\n", "proba": 3.7686299947381485e-07}
{"commit": "e48c7559bd1219aeb63930506535ea66fec8445c", "message": "Upgrade1 Calculate\n", "proba": 1.6933240942762495e-07}
{"commit": "55fd565cbe2564d9d60d8f670de8aa32fa701a7a", "message": "Revision of Everything.", "proba": 1.40836348805351e-07}
{"commit": "a1f290edf445c5ea4da60d24d4a3cb2945798aba", "message": "Create fix45.java", "proba": 1.1358766869307146e-06}
{"commit": "a86eac36409fef6725961de4adcedf2d21053424", "message": "Create Main.java", "proba": 1.9291887838335242e-06}
{"commit": "a0d14a4ae52d2b31dd35180ea15c6ba078bc0917", "message": "Fix for the issue AXIS-1725. Message style service should be able to recieve javax.xml.soap.SOAPEnvelope as request parameter.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@261209 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.2033136727040983e-06}
{"commit": "6ccdfb1527d2775217e637c691d4ced85c7c0320", "message": "Added CmsStreamReportWidget.\n", "proba": 1.1745297001652943e-07}
{"commit": "3d82714404fa7e5ddb2577734a61fff2bf97382e", "message": "adding example for interpolation.\n\nA user requested some example in #136.\n", "proba": 1.0228264102352114e-07}
{"commit": "de8f69f7a818266041a3b94ae0238fd2ccf9a2f5", "message": "refactored syntax\n", "proba": 1.1978559086855967e-05}
{"commit": "b2d58dfb8fba94bc28a63ed1bea48c668cfbaf1c", "message": "KRACOEUS-714: Add unit tests for KIM Role Service\n\n", "proba": 1.0802169470025547e-07}
{"commit": "db74dba5ce4ee226ff396e4c17b5f2ce745ce62e", "message": "Tests for MetadataTable class were added.\n\nThe next step is to implement GUI using the new structure of project\nmetadata.\n", "proba": 1.2012688443974184e-07}
{"commit": "36381c3e5b1ffc34ec040d0aa24e93da07e72e1e", "message": "IniParser for java", "proba": 4.428173951964709e-07}
{"commit": "9e419c4b463fdb8ffd5e1110e98ce388f273e49b", "message": "Create MainClass.java", "proba": 2.3235900243889773e-06}
{"commit": "7b0b9330353dd42cc6caa5692f46fa2de4f83e75", "message": "Simplify Conditional Expressions\n", "proba": 6.468926130764885e-06}
{"commit": "9e22c2e3de187d8563b632a1ed619c8947a22f3c", "message": "Edited the for loop to take a counter instead of a string word value, need to change the if statement to wrap around the library array as thats where the issue lies!!!\n", "proba": 1.0816457063356211e-07}
{"commit": "6f77c879d5af039c552b1444a688acdb30d21279", "message": "Uptime-time change and cpu fix.\n", "proba": 1.291815152626441e-07}
{"commit": "2a71961be8f2cc3aec0365d1fc6c4a152a99d46c", "message": "Java solution 387\n", "proba": 2.4612593279016437e-06}
{"commit": "02c83d21493fb9d2b6117f47b39b34dc20838d88", "message": "Added files via upload", "proba": 1.542259724374162e-07}
{"commit": "c007795d77fb8c5dbc5389c9e910fbaea3c31e8a", "message": "adding another disas-breaker: inner classes\n", "proba": 0.0027650934644043446}
{"commit": "d984ba13202b16577c50aaeab045902f11b84bda", "message": "am df58a1bb: am 3d79f1ce: am edc68a00: Merge \"Attempt to reduce problems from issue #3183612\" into gingerbread\n\n* commit 'df58a1bbf8d7f6608848eae4d5d48dcff137dc8c':\n  Attempt to reduce problems from issue #3183612\n", "proba": 5.619103262688441e-07}
{"commit": "1fb8a9e44a5d0710d58c883e087469e95be65b5b", "message": "Fix init of Animation in View drawing code\n\nThe refactor of ViewGroup.drawChild() resulted in an error\nin a new method (View.drawAnimation) where animations were being\ninitialized with their view dimensions instead of the parent dimensions.\n\nIssue #6292681 RotateAnimationTest#testRotateAgainstPoint fails on JRN04\nIssue #6293275 TranslateAnimationTest#testInitialize fails on JRN04\n\nChange-Id: Ia90711cadd7a6c20fd788e5b8b18a5b28551e68c\n", "proba": 9.273886098526418e-05}
{"commit": "80af53162477385f20956a55305d0c048ef5c1df", "message": "am f260ed09: Merge \"Fix inverted conditional in View.setFilterTouchesWhenObscured.\" into klp-dev\n\n* commit 'f260ed09263d60ff941225e31e22d344afd90c0f':\n  Fix inverted conditional in View.setFilterTouchesWhenObscured.\n", "proba": 1.1272442179688369e-07}
{"commit": "6a644aff7882254b72e22b3893af02cb0ae2b3e5", "message": "Fix build\n\nBug: 21602590\nChange-Id: Iffb9a7b74dc97bf30aea2014b0e3d2a96097291b\n", "proba": 9.779329275261262e-07}
{"commit": "a2431d0ba24ca7d79d21b2df63f9a58025702c7e", "message": "Fixes #1712631. Whenever a View loses focus/selection, reset its pressed state.\n", "proba": 1.0053089738448762e-07}
{"commit": "01bb716ffdb39e6475ca67666c6003d97d19685f", "message": "Marking package private classes EmptyArray and NonemtpyArray with @Ignore\n", "proba": 2.101513132402033e-07}
{"commit": "8a2e33b1b7eb2cae2c60d30c37bf90c60d966b36", "message": "path sum ii - recursive\n", "proba": 1.2464009842005908e-06}
{"commit": "4829e15ef64b6688f84ec3d3f33effe01a62047c", "message": "dielectric virial B3, part 2, triple f-bonds\nfor hard sphere with dipole moment located at the center of the atom\n", "proba": 1.3070426518879685e-07}
{"commit": "cd1ea9b7150d5bbe36fc83f6d6462928d6dc34c6", "message": "fixed issue with java heap-space\n", "proba": 5.055995302427618e-07}
{"commit": "ac731a28a603cd56c3e9d5828e077993566eca6d", "message": "Small readability improvement.", "proba": 1.4229495093331934e-07}
{"commit": "27a66d105d23143b3e0f9f7f8dc3053fe030f044", "message": "starts the Module data sync on clecick on sync now button\n", "proba": 1.607472341902394e-07}
{"commit": "a9306293f719c02d32d4a43c0c543d852c51be23", "message": "Add skeleton command-line interface\n", "proba": 1.5362617205028073e-06}
{"commit": "a9fec03e69444d1d7b5332f4a25f3326469eb089", "message": "Update PluginCore.java", "proba": 9.889924967865227e-07}
{"commit": "a52777ec78b213c73147204dd0043b53ddf9075b", "message": "+Added some debug messages to CraftoCommands\n", "proba": 1.3472343596276914e-07}
{"commit": "66b51150251005a2504c3ff6ee07296ad1d18e91", "message": "Added AllStop command, it requires all subsystems created so far to stop. We need to call each subsystem's \"stop\" method. -JDubs", "proba": 1.97464657958335e-07}
{"commit": "8e9fcf19f8892d1debb12b7f3f2ed506240c603d", "message": "Demonstrate the relational and logical operators", "proba": 0.9980877041816711}
{"commit": "c2c92189b99764badd9f53f388cd40bda74f395c", "message": "generated test case constraint\n", "proba": 1.7839762222138233e-05}
{"commit": "dc023ab60f8d002af2a9be58828fa66ba94ca27b", "message": "fix generateAgentCode\n", "proba": 0.0001274761452805251}
{"commit": "ab9c8d728a97b37127dc83d9ddbcbbed53d7e487", "message": "Adding Institutions (refs #924).\n\nThe work with the Country Survey is still ongoing, but not yet finalized. However, the Institutions can be committed, since it is just a new enumerated type that is currently unused.\n", "proba": 1.0178636955515685e-07}
{"commit": "deb297766dfed97e9ef46d11386c051f6bc39b30", "message": "changed sampling method\n", "proba": 8.097968020592816e-07}
{"commit": "66aa7d4c23b44bef644b3f3692919a51a9e04a15", "message": "Change web config to temporarily permit all\n", "proba": 1.3809230381411908e-07}
{"commit": "4fdc32b4e78f154873f1f7a09e5b050f9ba07def", "message": "BuyingMachine interface\n", "proba": 2.698651258015161e-07}
{"commit": "8bbb33386992e92357f45c2426ac42b9d65a8d9f", "message": "AsyncLoader development\n", "proba": 2.8194045853524585e-07}
{"commit": "c2270b73f312e689b7e010ae79a86677cd8ee0af", "message": "Assetmanager for handling texture resources\n", "proba": 2.7788988177235296e-07}
{"commit": "94e9d30c59cf1ce6af08950ba75c9425c03dc493", "message": "Added tests for CombinedToken.", "proba": 1.1721630244210246e-07}
{"commit": "382191d6c572f7be7a7b4819f144fc5cd98bdefc", "message": "\u6dfb\u52a0\u7edf\u8ba1\u63a5\u53e3\u6dfb\u52a0\u7edf\u8ba1\u63a5\u53e3\n", "proba": 1.0179272749155643e-06}
{"commit": "1dc11f81ae54b9bd3eff7b162d23ec08e3f856b8", "message": "die gewuenschten Anpassungen vom Herrn Zeitler\n", "proba": 4.391267225400952e-07}
{"commit": "a6a7b6affcebf7364df560216e62af1349721795", "message": "Get some info on app environment on startup\n", "proba": 1.4621427624206262e-07}
{"commit": "405c4584c51341a42d29cbf9db5ac67bd0e11b19", "message": "Create DefaultLineReader.java", "proba": 8.535435540579783e-07}
{"commit": "ab15bce98d44b67f221b6fb8a377744940dda46c", "message": "pass auxiliary video parameters.\n\n- Added setAuxVideoParameters to pass the auxiliary video paramters.\n- Also added enableTimeLapse(). The plan is for this function to replace\nsetTimeLapseParameters() since we never call setTimeLapseParameters() to\ndisable time lapse.\n- removed calling setParameter for setting useStillCameraForTimeLapse from\nsetTimeLapseParameters as support has been removed from StagefrightRecorder.\nThis function needs to be removed when we change the API.\n\nChange-Id: I92c7accbe9ba0b753ce780461ee55208d04703a6\n", "proba": 6.354338779601676e-07}
{"commit": "8a334027d4dd6bb051189f568e21f39463a42258", "message": "showing error message on TrnsportException when pushing", "proba": 1.4902659017934639e-07}
{"commit": "361282100363496be2ed004d2484fab0ef288e83", "message": "TIF: Add more description to the poster art and thumbnail columns\n\nBug: 21971851\nChange-Id: Ibffc42060281d1a9fe1bd83b24f33c6ac19d0afa\n", "proba": 2.906074030306627e-07}
{"commit": "9a5254b8543a47cb7edfcf3b587525cd88e64989", "message": "Work Break, dp and recursive solution\n", "proba": 2.4743440008023754e-07}
{"commit": "755964fb527641855c9e8264ad92156b94d55f78", "message": "projection profile\n", "proba": 8.115494551930169e-07}
{"commit": "2c2f335ffea4d319e3413ddf150411b3fbe6e919", "message": "FnToX classes set to deprecated\nNew FnX classes created \n\ngit-svn-id: 315b6e2301aec7ed3253cf592fcab7031cee6555@1108 2d6b427a-3b9d-4b24-b9d1-46c41b8758ae\n", "proba": 3.740008480690449e-07}
{"commit": "c11a87123ed44461b4802b3a7135cb965449f74f", "message": "Formatting\n", "proba": 5.685269206878729e-05}
{"commit": "3b635241a37cf6aed8bccc8c78bc5b09fd67b782", "message": "Manage the touch regions\n", "proba": 2.786618722439016e-07}
{"commit": "7fc4c2fc89a109bcfe0a5656dc6ac4eb252f16f8", "message": "am fc785e85: am 59371a77: Merge \"Volume: Dismiss shade when launching settings from rocker.\" into lmp-dev\n\n* commit 'fc785e857dc417538a41acec3befbea4dec2aef3':\n  Volume: Dismiss shade when launching settings from rocker.\n", "proba": 1.604211803396538e-07}
{"commit": "0347b099583bd33faf5eb092fd9ebe338384e8ff", "message": "am 4dbf514c: Fix issue #2302336: System dialogs are not being given a layer\n\nMerge commit '4dbf514c6c73832630e4c9bb068cf950ff044a34' into eclair-mr2\n\n* commit '4dbf514c6c73832630e4c9bb068cf950ff044a34':\n  Fix issue #2302336: System dialogs are not being given a layer\n", "proba": 1.291173816753144e-06}
{"commit": "12b0b1cb085738c1095bbcead2a42d585bdf7d48", "message": "renaming \"page\" variable to much more appropriate \"JSONResponseFromServer\"\n", "proba": 1.195547554289078e-07}
{"commit": "4c53b3c6801aa387e2532108f79cc802dce61535", "message": "INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED\n2003/09/03 15:07:38 sw 1.1.2.1: #112049#\n", "proba": 1.1825388668285086e-07}
{"commit": "5d2d68d930f126cfe15a637e3258e4fe540abe0f", "message": "*** empty log message ***\n", "proba": 5.360483328331611e-07}
{"commit": "ed2b24ecc7842b27178fc584a9e5bd5b1ab07635", "message": "Fix set additional subtypes.\n\nBug: 5102787\nChange-Id: Ic38db8c33b6496a083e8158cd79fb54c21187b04\n", "proba": 0.00020363500516396016}
{"commit": "f4dbcb6459cb3cc5a4461b4510a9e1083307c081", "message": "am 029675e5: Merge \"Fix launching activity from a pending intent\" into jb-mr1-dev\n\n* commit '029675e5ad8737a8a097c17d216afb3f11f0b12c':\n  Fix launching activity from a pending intent\n", "proba": 7.893061706454318e-07}
{"commit": "603175e7170142fdf8c035e67fb9ddbe4e5748e9", "message": "fix playn audio", "proba": 1.1954533647440257e-06}
{"commit": "e79c450d85cc76ed2533b55b08b5414cb9f4a7dd", "message": "Event.java\n\nAdded a class to hold the information for an event. Each variable is stored as a string, and each variable has a public getter and setter.", "proba": 1.2171062735433225e-07}
{"commit": "d0f6f85a955d7879f85153c68ea9b61ae8b22033", "message": "Fixed STS-558: The attribute 'enctype' of the form tag is not cleared after rendering a form. Tag properties like setFoo(foo) that pass through to set(\"foo\", foo) when called by code other than the servlet container itself can cause problems like this with tag pooling. Only the \"method\" and \"enctype\" setters are called from other code, so I made them properties of the tag and clear them at the end of doEndTag(). See also STS-475, which addressed a similar problem.\n\ngit-svn-id: cf2b8e13e5fd585456580429c3991d4364a2cb88@899 d471f07e-d8fc-0310-a67b-dd4c8ff0e7cd\n", "proba": 2.5754621674423106e-05}
{"commit": "55a89ddf2139d07795bbee567b056b775f8fe430", "message": "fixed npe (invalid rendered table) on reload\n\nsvn changeset:5274/svn branch:trunk\n", "proba": 2.392674502971204e-07}
{"commit": "07833c09defcbe59c6af541cde89cbf682548019", "message": "Nothing new\n", "proba": 3.724464932020055e-06}
{"commit": "a5af9424472b290fa295d456f92765074cd61eb3", "message": "Second commit\n", "proba": 1.511734666337361e-07}
{"commit": "42112f719ddfe4b0dd822c19eb03fb037305cf7d", "message": "test error change\n", "proba": 1.1948172868869733e-06}
{"commit": "ea1c8384b1d86bbca3abcde9a46f26d982ea1653", "message": "changed to have a different field used for low and high values in results\n", "proba": 2.399575578238e-07}
{"commit": "3e30283599efb241b6267cbf00a4761797b571c7", "message": "Add some debug that might explain why Gump runs are failing\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1226385 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00037880215677432716}
{"commit": "b833e85fbc9525a20de6e03cc4455a697b26fb9e", "message": "Adds demonstration optimization program\n", "proba": 1.6691522830569738e-07}
{"commit": "e35125658842c234ea21495ca5dace7a6416665b", "message": "Add ChatServer\n", "proba": 6.890652457514079e-07}
{"commit": "8726bb80de129d71c7c06949a012e28fe6ced97e", "message": "Add statement to problem 37\n", "proba": 0.0013638261007145047}
{"commit": "7084310736ab85518ac30599fd42db4b7a419445", "message": "Update updateUserAction to pass the userActionId as a URL segment.\n", "proba": 1.1329324678399644e-07}
{"commit": "b44e2555779154b7f8caf0a1a11689caa3ef2037", "message": "increate the update time\n", "proba": 7.65475817843253e-07}
{"commit": "fa98d57f5975dc9f7333fe2f3b7917f31882b318", "message": "Added class for SSN\n", "proba": 2.6698907618083467e-07}
{"commit": "932e31fa2fdd7d1b93a701689c5938ca9d407dcd", "message": "Interim progress on new geo bounding box algorithm.\n\nUses TreeMap. N*Log(N).\n", "proba": 1.1997838100796798e-07}
{"commit": "0eb5f59de562384b4ac769d2b3e8744ebede529d", "message": "Add UsedByNativeCode annotation\n", "proba": 1.7959790454824542e-07}
{"commit": "c931ba069b19e8e59b7d11924c5f4dcc98eb99d3", "message": "Agrega disclaimer al campo description\n", "proba": 2.815312711845763e-07}
{"commit": "1221b76f09ea1905a1a9f599603a1c1d61a3bf81", "message": "Cleaned Javadoc\n", "proba": 4.1988928956016025e-07}
{"commit": "ac5b5d3a8c4239bad1bede51c05f57c7aaadf523", "message": "add resourses for zh_HK\n", "proba": 2.123339982063044e-06}
{"commit": "05f780fb5504fcc9be675fabbf85fb6ef80414ea", "message": "VTK-2668 - use maximum quality when compressing jay-peg\n", "proba": 2.2308898905976093e-07}
{"commit": "1826322115eacc2d2141915af61aeba2217c65bc", "message": "add Help.java\n", "proba": 3.222416751214041e-07}
{"commit": "28f0fbf8cbcaa3cd7114602398c2a987e0c4f726", "message": "nothing to see here", "proba": 1.2024138129618223e-07}
{"commit": "0113ca75a1804690e6eefc75973df8af9415cbaf", "message": "lect 16,17\n", "proba": 1.2059099390171468e-06}
{"commit": "6d4f23927af5d5a190f8b3227c7347443af03474", "message": "\u041a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438\n", "proba": 9.863645118457498e-07}
{"commit": "5fc4841ae656a448083445f1839dacbcd41dfb51", "message": "added collections\n", "proba": 1.337716781790732e-07}
{"commit": "1c7f96bb8d7295d5f33cb2ee257e3827e8b220d7", "message": "java\u57fa\u7840\u4ee3\u7801", "proba": 6.155243568173319e-07}
{"commit": "16851ee790e25f6b94fc983e0e004e6596df6040", "message": "Excel works as well for the input file\n\ngit-svn-id: 3cfc64c80f2e6f92f6d08f3c7f3967ef35335cd9@1303504 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0007456486346200109}
{"commit": "2c219306b2a05467df8eee0e24887ecca53f6334", "message": "add unit tests for name converter class\n", "proba": 1.7132681762177526e-07}
{"commit": "3e77dcc735b61c190b570b09f7577fe66a814de7", "message": "update test case of increments", "proba": 6.435192290155101e-07}
{"commit": "d79f37298b1279f2607b58679871efff07016c83", "message": "clase pais", "proba": 1.7098287798944511e-06}
{"commit": "4dd9058aea6f643e60f88a981e6c9ae55552a106", "message": "fix close bug\n", "proba": 9.975766488423687e-07}
{"commit": "cd7cd94fc8a9bc77696fec3e5c0778b7e38182d6", "message": "Add new test\n", "proba": 4.025039743282832e-06}
{"commit": "24484a6555fbe01542eb3cb590beca655741b9bd", "message": "updated test case\n", "proba": 1.1021828640878084e-06}
{"commit": "3152fecd20099bc6f70510285e56a8e8a5a4b36c", "message": "Update DatabaseHandler.java", "proba": 2.002315341087524e-06}
{"commit": "a945e6f6b7159fe0c36cf94320f7811add73c963", "message": "KCINFR-882 taking out @Ignore because test now passes ;-)\n", "proba": 1.1159680468608713e-07}
{"commit": "de893a6d7335e2d7100f904ef34d5a63ee3c3a70", "message": "Removed \u00e5\u00e4\u00f6\n", "proba": 4.6091415129012603e-07}
{"commit": "4cf3d7261b0152bfcc1194c845accac8f27794f2", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "41aa337f8b55246d7dab8c4f6c59ddd91f86b095", "message": "STS-614. Not sure why I was creating a new ArrayList in the toArray(..) methods.\n\ngit-svn-id: cf2b8e13e5fd585456580429c3991d4364a2cb88@1058 d471f07e-d8fc-0310-a67b-dd4c8ff0e7cd\n", "proba": 5.820528167532757e-05}
{"commit": "ec41842312e88d4f4188f45c1bfaa1565bda53b2", "message": "remove unnecessary encoding shenanigans\n", "proba": 0.00016121832595672458}
{"commit": "5a16bfff9587b96a7ecb5587b444533cd4e83bb5", "message": "ql mix control\n", "proba": 3.1527838473266456e-07}
{"commit": "0ea46fd6dd4f35c2759a604885729e16130b36ae", "message": "Valid Palindrome\n", "proba": 1.981098648684565e-06}
{"commit": "30a1ba19d1b0b92fb18aec14e70b43fc532db39a", "message": "Fix for #3128 - ApplicationPortlet should throw an error if the application is not defined\n\nsvn changeset:8348/svn branch:6.0\n", "proba": 1.7681942665603856e-07}
{"commit": "c482b68ba3c540547f7cb2a89489ec3fa91a30ae", "message": "fixed bone-headed intensity and inverse-intensity functions. The previous functions were piecewise-constant with population size being set to the mean over the interval! This is now properly piecewise linear.", "proba": 1.4024233507825556e-07}
{"commit": "11ca0c64ffe3c2d42ee0b836aa0b46e899bbc88d", "message": "First pass at a Native API for MDS", "proba": 1.2580451880239707e-07}
{"commit": "a52c031c3b908dd6cbc8393d6f396bbb842cc634", "message": "Double.MAX_EXPONENT is Java 1.6 feature", "proba": 1.0199718190051499e-06}
{"commit": "d35ddeafce9651f50a333e3bd498fb3df473004b", "message": "- shorten FileAdapter.getView(int, View, ViewGroup);\n", "proba": 4.294209645649971e-07}
{"commit": "037fc68db360d0ac490f1a9c1e08a2538a03b1b5", "message": "Added method to get groups for a user, added method to get provider.\n\ngit-svn-id: 4206c2c2bb40b5782672a0d03c2c381094954de9@3527 b35dd754-fafc-0310-a699-88a17e54d16e\n", "proba": 2.5672466108517256e-06}
{"commit": "69f1d2a524bea56c5842715d0f6aca8229a6c118", "message": "MicroBatchIBackingMap: avoid store timeouts on multiput and multiget\n", "proba": 2.0811837941892009e-07}
{"commit": "66155130a197c867742838b2c2c9a32fe6c50bc5", "message": "adding appliction java source\n", "proba": 5.798694928671466e-07}
{"commit": "5630c6adb2c56379e732b6a3267841a0d730a6da", "message": "Create QueryStringBuilder.java", "proba": 2.3140587472880725e-06}
{"commit": "e8cd5fb1a5cb353728b8cf1833540031fb63a1d6", "message": "spike to investigate correct synchronization protocol - appears solid so far.\n", "proba": 1.027254725727289e-07}
{"commit": "99f150ff6138d4d406d3968af633f461b2402463", "message": "Byte Array primitive\n", "proba": 2.0701631910924334e-06}
{"commit": "0dc35efcc8e4beb4bbbaa21d93f642c66bc77c03", "message": "ChannelPipeline\u63a5\u53e3", "proba": 5.497240067597886e-07}
{"commit": "16918950b62fbeed91b7c6cbe547139e273713ab", "message": ":art: format code\n", "proba": 8.755824296713399e-07}
{"commit": "d658e22863d189514d9024b23275ab958d53cd41", "message": "Add ECBasisType from RFC 4492 (with numerical values per Errata 2389)", "proba": 1.0886206780469365e-07}
{"commit": "4e26f283f15b5aaafc673e15f678490e338913ba", "message": "Added the stub CompositeParser", "proba": 1.8269585666530475e-07}
{"commit": "dfc2cffeeb5c80886996bcb361f05210a1e1dae5", "message": "New class to expose extended response types\nhttp://dev.gbif.org/issues/browse/POR-2734\n", "proba": 1.349283991203265e-07}
{"commit": "f5bd215a2026754faa64a5590d25af6fc2d811d3", "message": "serving static content from /static/* route\n", "proba": 1.5227996641442587e-07}
{"commit": "51d371b28778bf07ce734d1a5e6af31d97f46c6d", "message": "Add BaseRecordFile\n", "proba": 5.698780114471447e-07}
{"commit": "d70975ff00cfa3a667d17330043c6272c12c167a", "message": "Table example\n", "proba": 1.715998678264441e-06}
{"commit": "09dc18665e0a77ec4804685af4a5722a99426590", "message": "No, 303 is the response code I want, and clients who don't support it can go\nscrew themselves.\n\n", "proba": 1.1199171012776787e-07}
{"commit": "f50fd7d085e762c537e2f806819fb42cffa6690d", "message": "minor edit\n", "proba": 4.340405439506867e-07}
{"commit": "fe46738db58d5200cef3eac2348b4bbb791ce0ff", "message": "Added Localisation.java\n\nLocalise all of the text!", "proba": 1.2748718347666e-07}
{"commit": "99bced0251451e5f67a8473aca635799a03e4eca", "message": "Cleanup and improve logging\n", "proba": 1.6425256887941941e-07}
{"commit": "7915e1b3fc0fc05a18fcd789a841acff0f5c7db1", "message": "am 19341807: Revert \"add apn setting parameters, and set apn parameters to bp\"\n\n* commit '193418074ad85878121776ebf316367ad53d2039':\n  Revert \"add apn setting parameters, and set apn parameters to bp\"\n", "proba": 1.1434647717578628e-07}
{"commit": "7f7da7165f68a346f47174dec31d6bdb286bffc5", "message": "\u5b8c\u5584\u6bcf\u65e5\u8868\u529f\u80fd\u3002\n", "proba": 2.3911141511234746e-07}
{"commit": "289fb08a6b986f055b8a6bdc3399854cda321780", "message": "Added SeekableBufferedStream test\n\ngit-svn-id: b5cf87c434d9ee7c8f18865e4378c9faabe04646@1882 17392f64-ead8-4cea-ae29-09b3ab513800\n", "proba": 2.287739562234492e-07}
{"commit": "42de60181c860c716810953512a9b9ed9b44e123", "message": "belatedly add ColumnDefinitionTest, part of the CASSANDRA-1153 patch\n\ngit-svn-id: af0234e1aff5c580ad966c5a1be7e5402979d927@960289 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.5875962705868005e-07}
{"commit": "eb6c2ac03822a4b8e6f411cf62bd77290d87cbff", "message": "Added a more extended user message handler that includes providing details with the message.\nAdded more information about the vendor and device to help with the error messages.\n\ngit-svn-id: fdf63cc6b6871a635be2b727c8623e4c3a9a9ed7@19473 6e01202a-0783-4428-890a-84243c50cc2b\n", "proba": 6.804997951803671e-07}
{"commit": "cf6dd1b9c44ec629c43c1666732f012ffba00db7", "message": "[hackerrank] - implementation - encryption\n", "proba": 0.00023213484382722527}
{"commit": "4975511ee0d840f50bcd69d6d067d7cf5ac1d6ca", "message": "Update Solution1Test.java", "proba": 3.960413152981346e-07}
{"commit": "56db06d153f22f454a0faae1930aa2b1ed982852", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "baf129a4024230365611c891408583f901b59dee", "message": "Add Coin Change\n", "proba": 6.59829197502404e-07}
{"commit": "9ca1741e8d4dfc8222afbab538dc584a5cdccb3a", "message": "updated\n", "proba": 4.958747581440548e-07}
{"commit": "f47e3a8c0bd9cde7020a0dabaf34d25520ee6493", "message": "Cleaned up a few Extra commands\n", "proba": 0.00019077550678048283}
{"commit": "5a8847664ade953843b45ea155145c75f39ba81c", "message": "add exception testing", "proba": 4.757628744300746e-07}
{"commit": "ec4f9e8f0fd336d95c5d84e57ca592da02b71531", "message": "Add an AbstractTestRunner to extend when beeing in application context\n", "proba": 2.2585909675854055e-07}
{"commit": "461b45070f204625a7e9171c16413424780fc0f4", "message": "am 65561b5c: Merge \"Add carrier package name field to check for carrier vvm app.\" into mnc-dev\n\n* commit '65561b5c5100d4d4b18d5086cba52d796122e78d':\n  Add carrier package name field to check for carrier vvm app.\n", "proba": 2.2784945485909702e-07}
{"commit": "73acb6a8eca97a1a5ad00d04fd38a0cd2a319fc9", "message": "Stop Eclipse complaining about an unclosed resource\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1726803 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.803421861903189e-07}
{"commit": "94939e08cb8af897a57720970a9e31dd7ca265f0", "message": "add BinaryTreeLevelOrderTraversal.java\n", "proba": 7.16455758720258e-07}
{"commit": "69396451c8d447b539d3d845cca217d0e5fada91", "message": "Add tags to AuthMe Cracker", "proba": 1.9092790637387225e-07}
{"commit": "93235c978afe145b210a0657aed7c1623f6e3701", "message": "Initial commit\n", "proba": 3.003353299391165e-07}
{"commit": "5eaf43048dad80951ea2224be6702c34d82a0ad9", "message": "Add dist file\n", "proba": 1.2680733334491379e-06}
{"commit": "4654fbea642b2ddaccd4ae0480fed38afcb0f887", "message": "SparseTableLCA\n", "proba": 1.2777337587976945e-06}
{"commit": "29a908b49181a0f6fe163bda3e9cbedfcb32ab5e", "message": "Fix stupid, broken class loader behaviour.\n\nWhy throw a ClassNotFoundException that the caller is expecting,\nwhen you can completely break the ClassLoader contract and return\nnull? YAY. </snark>\n\nChange-Id: I1d2aff71db8d0efde8d15f87e50edad962a2c52b\nReviewed-on: http://gerrit.dmdirc.com/2931\nAutomatic-Compile: DMDirc Build Manager\nReviewed-by: Greg Holmes <79e2475f81a6317276bf7cbb3958b20d289b78df@dmdirc.com>\n", "proba": 2.0463965483941138e-05}
{"commit": "58a6a73b30e063a6fe5c392eae2dc5799ae38c07", "message": "Made all methods in TileMap take float because there is already loss of precision when converting to tile coordinates:\n", "proba": 1.0285957330324891e-07}
{"commit": "b63d354ebab401269feacd3f0d064b1cf3c0bb29", "message": "Fixed free method in TileMap", "proba": 1.644961713509474e-07}
{"commit": "794aed7b187f179c0c5b047b94a9dc7203439ae2", "message": "Might need this... also, release 1.3.0\n", "proba": 1.404764446988338e-07}
{"commit": "51c9867d6b56b431e99b2d59009ccad1ee35d9f0", "message": "changed the location of DIG under FOAM\n", "proba": 3.0749950497011014e-07}
{"commit": "4aca9d327b2f2a9f85b746b2f09f363efed75dc9", "message": "(+) added formatted message support\n", "proba": 2.1735907296260848e-07}
{"commit": "22ff4d0c1f4d3561007e4e91a06eadcaf0bd6e36", "message": "support for deepcopy of domain objects\n\n\nSVN-Revision: 804\n", "proba": 1.2941407590005838e-07}
{"commit": "0bff3c9178c3ccc4060aeadc0d670103c1776986", "message": "added jximageview\n", "proba": 1.7019404197071708e-07}
{"commit": "e5c1dc8a45b7618cdbcadb5c54e0ff01f206dd1b", "message": "mults of 3 and 5: java\n\n", "proba": 0.0005954180960543454}
{"commit": "e25cfa4d1b719637269ab18da5087bbc7baaa630", "message": "fix testUnregisterNotLeaking for Android 6\n", "proba": 1.80377881520144e-07}
{"commit": "1bd7c47ad1ba0ce4706ccfa36dea7d28211d32a8", "message": "#3: First naive API\n", "proba": 4.442780152658088e-07}
{"commit": "9071551887337db1df981690daa68435067b3df6", "message": "unused isop, not gonna check on moderator, since discord uses roles and everyone can define their own roles\n", "proba": 1.1299651703211566e-07}
{"commit": "42013e08fe9c132f48b845d6a3887b3c8c5efa83", "message": "[VTK-4816] Remove invalid @throws JavaDoc\n", "proba": 1.922960422007236e-07}
{"commit": "7abe8582b67c1ab1fbb62b7f3540ccc172b2fa99", "message": "Javadocs fleshed out.\n", "proba": 1.1613055761472424e-07}
{"commit": "f8d103fd4e61246b349d0005632bb6b7aad55c57", "message": "added for layout\n\n\nSVN-Revision: 4327\n", "proba": 1.1836231550432785e-07}
{"commit": "89b42e8f173c4aad9208a2a9112f16da2ad17e31", "message": "Erster Test\n", "proba": 5.737060178034881e-07}
{"commit": "c1ba9fae6642febecdd2450011ab927d538ded02", "message": "123123", "proba": 0.9999810457229614}
{"commit": "b9e225c01964b86ae0513cabf0e8234767a7a057", "message": "Add RESTful monitoring of JVM internal resources\n", "proba": 4.762903813571029e-07}
{"commit": "bd0348f74d88ebd24f8136d31ccf77c88bb16020", "message": "added a class that git didn't seem to like\n", "proba": 1.4713931761889398e-07}
{"commit": "b2c721dd8422b77a88d752bd558ba90ec3817265", "message": "\u8c03\u6574\u4e86\u7ec6\u8282\n", "proba": 2.3960385533428052e-06}
{"commit": "4935634c30a7d469c1dc13cc3f32d917004b898b", "message": "Fix parsing of `outer`\n\nWhen parsing outer, we can not parsing with the complete `messages`, instead, we can only have consequtive binary messages, otherwise, the use of an `outer` as a parameter to a keyword would break the keyword appart.\n\nSigned-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>\n", "proba": 5.385026088333689e-05}
{"commit": "3ab3e543c64703fd89943d7c5bd2ae6ae20fccd6", "message": "finish problem 441\n", "proba": 1.413541758665815e-05}
{"commit": "87c52d380d4ccb801dfd2dd0c64e1291f2b44f93", "message": "Create addition.java", "proba": 1.6735210692786495e-06}
{"commit": "ef7ec0ff5d59a6ee885adffab6689fc796e6bb11", "message": "Our implementation of PasswordEncoder which will be used to check plaintext passwords sent over https with a hashed secret stored in the database..\n", "proba": 1.0049964771496889e-07}
{"commit": "d1b3d66359bf362592212e1c3f56b2e2b8d5a0f6", "message": "add file MaxValuePoligon.java\n", "proba": 1.1442025424912572e-06}
{"commit": "4cfa4734b3595d1d41bff4dc1f362f3f43042c09", "message": "fixed the \"mapper returned a path that it cannot subsequently map\" error\n\ngit-svn-id: 6ee47c8665bf46900d9baa0afb711c5b4a0eafac@4594 e2bb083e-7f23-0410-b3a8-8253ac9ef6d8\n", "proba": 8.832740604702849e-06}
{"commit": "f44ce50c9c90326dcf5701aa327765620effe977", "message": "Created Nested.java\n\nFirst commit", "proba": 1.235956972323038e-07}
{"commit": "154d30221aa57b833a0cc658cc7cd9d9c732a44a", "message": "Re-added SafeResponse.java", "proba": 5.89267415307404e-07}
{"commit": "2e165e29d325f2c44cf00ecc9a513d8ef4ced76f", "message": "[java-openxrd @ 72063adf65dd0ce9e111ff896ef518014c0a185e]\nadd xrd signing test (well, more of just an example... not really a unit test)\n\nOriginal author: Will Norris <will@willnorris.com>\nDate: 2009-08-14 14:47:16-07:00\n\ngit-svn-id: fc3ba29115d387e78efbc336626478bb3d046afa@24 3e0f74b0-2db0-4999-8717-f868e1b9a637\n", "proba": 3.405225470487494e-07}
{"commit": "2295fd2d2f43d6cd157f654b26b60a04cf7436e4", "message": "Fix\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@1594 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 0.999168872833252}
{"commit": "d6f6bab3ce5b9e602d8a9f9ff5a3e48a1e312e2f", "message": "Added `CEYLON_CODE` query type ()\n", "proba": 1.2468677823562757e-07}
{"commit": "0fa707dc2713a358cfa3e726ad544d825e25eeb3", "message": "ShaSigner, originally in ceylon-compiler\n", "proba": 1.2914826186261052e-07}
{"commit": "ed3feea9961b8896aa2e8df7d38d1e985b6a4161", "message": "\u4fee\u6539\u81ea\u5b9a\u4e49\u4e0b\u62c9\u5217\u8868\n", "proba": 2.653237345384696e-07}
{"commit": "4d84622e3485ac8844dd0d66f06864aecd037f2e", "message": "Fixed issue with menu spawning and panning at the same time\n", "proba": 1.299364527085345e-07}
{"commit": "8752367042cb690f78953557433c16ac77eeea45", "message": "Have unified setter/getter for Secure Settings.\n\nIn order to make InputMethodManagerService encryption-aware, we are\ngoing to introduce a new state where any read/write access to Secure\nSettings from IMMS is virtualized so that we can temporarily enable\nonly encryption-aware IMEs until the user unlocks the device then revert\nany changes made before the device enters into an unlocked state.\n\nTo do that, it would be convenient if InputMethodUtils has unified\ngetter/setter methods to access (Secure) settings.  In subsequent CLs we\nwill rely on those getter/setter methods to switch between the on-memory\ndata store and the actual Secure Settings.  Note that because of\nmulti-user support such a switch can occur multiple times.\n\nThis is still a preparation code.  Behavior change is not intended yet\nin this CL.\n\nBug: 26279466\nChange-Id: I0f79243e5cc1556764da37fa38078e075a27d42b\n", "proba": 5.036940274294466e-05}
{"commit": "e7cc481341746143fa6daae23ada846944b41a18", "message": "Replace static fallback folder which could be invalid in certain contexts with an invalid folder name which will cause errors when being used. The invalid name will hint the user at the potential problem.\n", "proba": 1.3093182360535138e-07}
{"commit": "547e73ebbb45b874ac19edac281dfb9726600822", "message": "Improve image downloading.", "proba": 2.0787678067790694e-07}
{"commit": "f02fee70e1d3f0281ef7fd6117f118d5c4f7187d", "message": "Add @SystemApi annotations to ACTION_QUERY_PACKAGE_RESTART and related.\n\nMake Intent.ACTION_QUERY_PACKAGE_RESTART and Intent.EXTRA_PACKAGES\naccessible from GmsCore so that location and context components can\nproperly respond to the broadcast.\n\nBUG: 19298558\nChange-Id: I8377db7c347068cfdd534e8f85834674f77d4cf3\n", "proba": 1.0474890359546407e-06}
{"commit": "8aeda208b5cf92372112a43e9c54b8aab1f4f614", "message": "am 6c8cd01a: am c22657f8: am 3f5778c8: Merge \"Fix incorrect FloatMath documentation.\"\n\n* commit '6c8cd01ad509df75be5c50f2ff2cd2c902dd9194':\n  Fix incorrect FloatMath documentation.\n", "proba": 1.8061594175833307e-07}
{"commit": "2fbb623afa292c9b3b8dd1f784d0f1cbd3e4dadc", "message": "am 666158e0: am 8b2d4825: Merge \"Move last touch point when moving the cursor node.\" into honeycomb\n\n* commit '666158e09b694a6883a9d8207fe33de4fe4eca3e':\n  Move last touch point when moving the cursor node.\n", "proba": 7.157919412748015e-07}
{"commit": "71d3641d4e337e4804bb0590c8bb77ca18fdaf2d", "message": "Enable webkit text entry for all fields\n\nChange-Id: Ie0385e93ac6ebb1834277b6e6cedfee77dbb4f58\n", "proba": 7.860040796003886e-07}
{"commit": "badd8399ca803f48ca43658b49c1cdcf0e3ec250", "message": "fix copy/paste using trackball on passion\n\nThis fix should be considered for passion mr1, but\ndoes not affect sholes -- this is a trackball only bug.\n\nThe selection caret and arrow now take the scale factor and\nthe height of the title bar into account when preparing the\ncanvas for drawing.\n\nClicking the trackball at the end of selecting text no longer\nsends a click event.\n\nRequires a companion fix in external/webkit\nFixes http://b/issue?id=2187591\n", "proba": 1.6509117983787291e-07}
{"commit": "e10598ad2f6ed36a339d1df7ffdc8f3297307f17", "message": "am 1ff3d1f0: am e03848eb: Merge change 27154 into eclair\n\nMerge commit '1ff3d1f0a2ce0843971106ab47823fafabfc1055'\n\n* commit '1ff3d1f0a2ce0843971106ab47823fafabfc1055':\n  When change from narrow screen to wide screen, we will\n", "proba": 1.8072087470955012e-07}
{"commit": "f90b1261a53bc0bfc772337551eb4c540022cd22", "message": "When clicking on a WebTextView, always call nativeMotionUp.\n\nWe were previously calling nativeTextInputMotionUp, which was\nintended to be faster than nativeMotionUp, which does more work.\nHowever, as discussed in http://b/issue?id=2257787 , I think we\nshould simply call nativeMotionUp, which does everything the old\nmethod did, while also correcting things if necessary.  This fixes\nthe second problem listed in http://b/issue?id=2266756 , since\nnativeMotionUp will recognize that the <select> element should\ntake the click.\n\nSince I have removed a native method, this requires a change to\nexternal/webkit.\n", "proba": 1.3059353705102694e-06}
{"commit": "9a0f4bd44ebb8cd1f922bb27f8de384937b24255", "message": "am 8fd48ca3: Merge \"Fix TabHost stealing focus on hardware keyboard keypress\" into mnc-dev\n\n* commit '8fd48ca377956e434819ade33a9970cd66a2fda7':\n  Fix TabHost stealing focus on hardware keyboard keypress\n", "proba": 3.7239780681375123e-07}
{"commit": "b1b5ee6029ab114fd786678742f3954840b49697", "message": "am cbed634a: Merge \"Don\\'t add title margins during to Toolbar layout if titles don\\'t fit\" into lmp-dev\n\n* commit 'cbed634abd495e6f14b45c6fcfa3b63f2e68e6be':\n  Don't add title margins during to Toolbar layout if titles don't fit\n", "proba": 1.9837700619973475e-06}
{"commit": "bf84367fa53469faf60f35cf38a36219e0ce5767", "message": "add Counter.java\n", "proba": 1.0197247775067808e-06}
{"commit": "3af6a7cdd45d21a55e8ddaedbe1dde6f6bc4badc", "message": "First backend service\n", "proba": 3.621616144755535e-07}
{"commit": "6e01c5305a68c329dd5fd18ee2f95e666225673f", "message": "aes update\n", "proba": 1.3183839655539487e-06}
{"commit": "1c4be13574e70dc41478472ea0d123bec526ecf2", "message": "Move warning suppression from method to variable", "proba": 6.047783358553716e-07}
{"commit": "093975c753ff7f632f33383be9de3d18d6169f67", "message": "same as last version\n", "proba": 2.177305532313767e-06}
{"commit": "0cd86af54d7a9cf9c5265cbd1e43b14ff32643c2", "message": "Changed notification format", "proba": 6.810146828684083e-07}
{"commit": "b6b343197891f0a46171de11f96694216b0beed0", "message": "Suppress audit message for fields on new record\n", "proba": 4.4733272375196975e-07}
{"commit": "9d7660ab712413307b469bedb1e1bcdf2daff458", "message": "Get Servlet 3.0 async requests working with new AJP-NIo connector\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1103327 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.0701922898733756e-07}
{"commit": "faf26da6a91d085414253ae091d479de7d4b2520", "message": "Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52776\nRefactor the code so JspFragment.invoke cleans up after itself.\nPatch provided by Karl von Randow.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1298794 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.80570155964233e-05}
{"commit": "dfac8de2e6f94d5a091cad18f8252564d5fa7a16", "message": "- No functional change: deferred is always true when elExpression is true.\n\ngit-svn-id: 40f70788afc64a734d8b91520bec53ae21e7042f@502042 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.643507398010115e-06}
{"commit": "86a9930d0aa4b7dff2b09162a648df76332ef6fd", "message": "fix #5042", "proba": 1.4232306284611695e-06}
{"commit": "2225cfe10947f1c9396fa3694fdeb74ab0e65942", "message": "Queue in java\n", "proba": 1.5303876352845691e-06}
{"commit": "d81a3937f63de47795a53a9739cce44870f25c66", "message": "added search request object\n", "proba": 3.362752636348887e-07}
{"commit": "90ab18def49b3503bafce7f064294eb1e00244e9", "message": "add AlternationExectuion\n\nadd AlternationExectuion class\n", "proba": 4.2096104380107136e-07}
{"commit": "c523f29a29dfef0de4ddf822cbd7b9b1cbdeb923", "message": "Implementation of Writer interface that writes to a database\n\n", "proba": 1.9824696551040688e-07}
{"commit": "bfec63d8c0860ecfc0f2748e6e8cf403ea840de9", "message": "it: DomainRepo.findLast() tests", "proba": 1.3823872677676263e-06}
{"commit": "09af4b2adc20729186c0d67fd7db07327684ccd0", "message": "SimonStewart: Fixing the correct event firing test to work with the firefox driver using native events on windows\n\nr14261\n", "proba": 1.7202920332692884e-07}
{"commit": "786a7845ddc5661c7c259bfd974adb7fe2cc1d05", "message": "\n\ngit-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@167 348d0f76-0448-11de-a6fe-93d51630548a\n", "proba": 4.088106493327359e-07}
{"commit": "9432dc9fe279d530da4aa61f0a78f6b5bae51959", "message": "\n\nSigned-off-by: lcy <lcy@lcy.yaozheng.com>", "proba": 1.218746348286004e-07}
{"commit": "baae117dbc66fa7c5a1153f02df52d99eb2680ae", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@14880 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 6.150484637146292e-07}
{"commit": "a39b5dffcc76995a2ff5f3c13257264e20faf010", "message": "Created BetterAPI.java", "proba": 2.2399781585136225e-07}
{"commit": "7c3a6d96d4ef0b33157f71ec44a55b1d144e112c", "message": "Now uses Web Look and Feel\n", "proba": 1.1826335821751854e-07}
{"commit": "9a1d2f01c6fc7726432292dbec2a741d6a72684c", "message": "add utility for benchmarking protocols against each other\n\ngit-svn-id: e03702e31dc1037215618ef8d1dc0ebc5b0b17e5@1177458 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.604989372746786e-07}
{"commit": "061a49a798732a4a1d7e29bc134dbee0cdb07085", "message": "Issue #4609: Stop the stuttering. @Rest now only handles unknown long options. Unknown short options are always an error\n", "proba": 2.511521870474098e-07}
{"commit": "a83d5186898c49888f9b3c1d2ef2333d297d8449", "message": "Improve logging in BluetoothHeadsetClientCall. am: 3c67873f0a\nam: 180dd72a9b\n\n* commit '180dd72a9b36ca6f74e5ad255347d815a0c8729a':\n  Improve logging in BluetoothHeadsetClientCall.\n", "proba": 3.204077984264586e-06}
{"commit": "601523ad007923779d156aaa8dc229468773e48c", "message": "TextView: Make sure the contentRect is within visibile bounds.\n\nBug: 21620604\nChange-Id: Idd0d891e423316b2ebacf883fd3cbfff9ef69743\n", "proba": 2.3298573069041595e-05}
{"commit": "edc3fbb90619eb89da7db5cf1c76026a19a2ac98", "message": "am 21c8a493: Merge \"DOn\\'t save encryption settings when not encrypted\" into mnc-dev\n\n* commit '21c8a4930630d9f0a4b0dc3d56534b0b30bb0851':\n  DOn't save encryption settings when not encrypted\n", "proba": 9.774778391147265e-07}
{"commit": "894220688585d822f47bce12fdf36cbeebe8d30d", "message": "Implement style parameter in a TextComponent.", "proba": 1.2933067239373486e-07}
{"commit": "5d87b94d004a905de85e5764ead73ee0857e0ad9", "message": "fixed the issue Axis2-2860\n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@551024 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.0376745649409713e-06}
{"commit": "7f3038c6d0047424df5d169a7ab581dfbc357ce8", "message": "there is no point swallowing an exception if it leaves your class in an unstable state. Exceptions are there for a reason, and it is to eliminate this kind of behaviour.\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@387644 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.900410077534616e-06}
{"commit": "14f229d47e8bc6acc4abb05d6566e4bf3eda6594", "message": "fix NPE caused\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@520767 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.993853389758442e-07}
{"commit": "c0e04dac6197b4bb4c2e5bbb97be95215cf0a968", "message": "UVA 11001 Necklace\n", "proba": 1.0111007213708945e-06}
{"commit": "07f2c771804938ca974dd72e1994e69d2ae21808", "message": "Create sample activity test\n", "proba": 1.5995402691260097e-07}
{"commit": "05021e5e47132799efc3f8312fbca7cb20e6fc71", "message": "Don't show [!] battery at boot.\n\nDefense in depth:\n 1. If there's a sticky battery broadcast waiting around for\n    us, apply its information immediately.\n 2. If for some reason there is no battery information,\n    just don't draw anything.\n\nBug: 11208146\nChange-Id: I43e4b55a90a4ca619816ad0315e329f88b529581\n", "proba": 1.9976378098363057e-05}
{"commit": "d78a9045a6c30b4102da51a710f712fadd2327de", "message": "Initial commit: Ohm.java\n", "proba": 5.059231966697553e-07}
{"commit": "2333f6aa531560d4534be422373c0a556124f217", "message": "Added interface WritableTree for tree-like objects that can be written\nout as trees.\n\nSigned-off-by: Jakob Brandsborg Ehmsen <387ed33cc9ebf98b733caa2520baacd616b28aa5@gmail.com>", "proba": 1.168060990153208e-07}
{"commit": "645b02ceafca07d74e0e26efa53ba12574ef0c14", "message": "add a comment to warn about loss of precision\n", "proba": 1.7332999391328485e-07}
{"commit": "fffdaf639169cef3345eaa1ee9b627b102429163", "message": "modified Test of MaxSide\n", "proba": 1.539024339081152e-07}
{"commit": "59855c4536720f0a4e289b268a9dcb8ac5c00b37", "message": "zig zag array\n", "proba": 8.252889529103413e-06}
{"commit": "0311b650598760a8aeae003666d8716b106b891b", "message": "allow access to Integrator\n", "proba": 1.9895001912573207e-07}
{"commit": "5c9d6343d98eadc03d29a4cd5101ef2adf968538", "message": "MINOR: ExProperties utility\n\ngit-svn-id: 7003860f782148507aa0d02fa3b12992383fb6a5@6837 a09ad3ba-1a0f-0410-b1b9-c67202f10d70\n", "proba": 6.346169243443001e-07}
{"commit": "8574c025bce94842413ce0a58caef40a66ca78cb", "message": "ah, ok, let's generate some icon wrappers if needed\n\nGitOrigin-RevId: 74d7c2dcfc611d70565750887a8a0a8c9a147ced\n", "proba": 0.0001878296461654827}
{"commit": "e342a13603873b88dfb9fa3a02a972eac8364eff", "message": "not longer needed now that we're using jline 1.0\n", "proba": 1.6803964797418303e-07}
{"commit": "72acaa3b50e3807606425f11208795073f067bfa", "message": "am 4fe137c7: Merge \"Make getOutline account for gravity BitmapDrawable\" into lmp-dev\n\n* commit '4fe137c71378711bf1cb09286341f90c2a5d59e2':\n  Make getOutline account for gravity BitmapDrawable\n", "proba": 2.499021718449512e-07}
{"commit": "bfcbb3c36b2cda890dceab3530c7afcc00973f79", "message": "am 6fb451ae: Correct the tag\\'s name in the exceptions\n\n* commit '6fb451ae17ead6dd26dcf2662e0ab73c4184c3ce':\n  Correct the tag's name in the exceptions\n", "proba": 1.728598726913333e-05}
{"commit": "8b3ebaa2056c75cb70a02f3a1b60b8301c93365d", "message": "Enable CORS\n", "proba": 2.53675671046949e-06}
{"commit": "1118358403a3b1def1b857ef57120e845b761897", "message": "ListIterator\n", "proba": 4.933525360684143e-06}
{"commit": "c173a48d27ff82818050e2e5d5b5bff5e8e94e43", "message": "\n\t* Window.java (setSelected):  DOn't crash if null frame.\n\n\ngit-svn-id: a878c62e23c3cdd7109267dfd9bdff0ba03a0163@1670 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 1.7472306126364856e-06}
{"commit": "70fcf0c75fee68873a2f1abfe26c8afd669c51ba", "message": "Fix apparent delay in removing a managed profile\n\nBug: 15268575\n\nWhen returning the list of profiles, don't include dying users.\n\nChange-Id: Ifeaed5c7c2b93922cddea22057dd890a1b3750fc\n", "proba": 0.0002513822983019054}
{"commit": "c6ab8a614767cae1fc9df5984414c9f15ea7b588", "message": "am d0154550: Merge \"Deactivate notification listeners disabled at runtime.\" into jb-mr2-dev\n\n* commit 'd0154550e0d5e8dea5b65849747266f5fa0d2d5d':\n  Deactivate notification listeners disabled at runtime.\n", "proba": 4.4541116039908957e-07}
{"commit": "e650b83c0edd58985d0d0fe46c7a872b33ffeaec", "message": "Create JedisClusterBean.java", "proba": 3.441044827923179e-05}
{"commit": "5e5915d83e2d691db8b8c071dd9642b68692fa6e", "message": "Added customized panel (JNovaPanel).\n", "proba": 1.0600088273804431e-07}
{"commit": "bb42518ea4173354aea6761936ff262ccce73540", "message": "Surrounded the pdf loading stuff with try/catch\n", "proba": 1.195718510871302e-07}
{"commit": "139658c3c9aea4d22012e1f22d88a4ebf8cbc097", "message": "add CalcInit.java\n", "proba": 3.053431782973348e-07}
{"commit": "5cf32e771662ff047e31a0f99ddaa6d5d4f34026", "message": "Delete Binary Exponentiation.java", "proba": 9.964822311303578e-06}
{"commit": "f329440d0edf4825a3a58b13f90d54edb6231130", "message": "Java code to highlight search query text in Bold\n", "proba": 3.855422164633637e-06}
{"commit": "b097c02d871a80625023454ea9961f58759db88f", "message": "Adding JavaDoc\n", "proba": 3.377901123258198e-07}
{"commit": "4466a5662e40e9536d1b513cebbc6a5621276294", "message": "modifying...\n", "proba": 1.7504281402125343e-07}
{"commit": "957a66f06bb77ebf1ea69245748c9a844d7a919c", "message": "First blueprint of the flowifier", "proba": 1.4503561374112905e-07}
{"commit": "f97fc02655542103554b9478f920b5a8374893f2", "message": "Add skeleton for problem 322\n", "proba": 4.552890914055752e-06}
{"commit": "a1d937764eb7fabd319d0c683674241f3ef747e3", "message": "Skeleton for problem 713\n", "proba": 3.2772916824796994e-07}
{"commit": "30777d4ac4c2c5d7dafe94801d5663238b07bf3e", "message": "remove unnecessary array creation\n", "proba": 3.736159487743862e-05}
{"commit": "c8cbff2ec200c30b20d5c4b0f8912cd1ad4ee329", "message": "Skeleton for problem 825\n", "proba": 2.0757646268521057e-07}
{"commit": "a4d862cd1d6a188d76edebfea274cfb62ae79888", "message": "Update Numbers.java", "proba": 1.513026973043452e-06}
{"commit": "f0e95d04436ce68bcf301cbd3e626d3abb45da12", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "c9c91b677b2badd8f4fef8ff288f8f3d2e5d2515", "message": "Add Disjoint Set in java\n", "proba": 2.921067334682448e-07}
{"commit": "781eb2c5613ccb01dbcd63040cba8d767109c41e", "message": "Novo controle de envio de mensagem por FacesContext", "proba": 1.261274320540906e-07}
{"commit": "fdd10abdb11c6182e7b44a7d801db2a4d1b7576d", "message": "remove unused code\n", "proba": 1.6653786587994546e-05}
{"commit": "98abb5374e1f801d8fb9f80eef70ead2dea49f03", "message": "Remove some InterruptibleCharSequence overhead.\n", "proba": 2.71203646207141e-07}
{"commit": "cfc6a53143cdf75f185bbe04f62c6ad2bdb544a8", "message": "\u65b0\u589e\uff1a\u5c0f\u7403\u53cd\u5f39\u9ad8\u5ea6\u793a\u4f8b\n", "proba": 1.6383641820993944e-07}
{"commit": "40563285579b25ed6a578a261085f888555ef8fb", "message": "file add\n", "proba": 6.176788929224131e-07}
{"commit": "8d1c050dc6148bb3ea7dbdd5fd118d01fdea0e5a", "message": "Fix base class of JdbcSourceConnector.\n", "proba": 1.2140712613017968e-07}
{"commit": "146c89325cb3ee5ade1f9fc35eff8e53f8a0a38f", "message": "new creative tab icon/item\n", "proba": 1.90405486932832e-07}
{"commit": "da102664431f11fe8115b116b102562fc3cd37f5", "message": "1. Tread Runner", "proba": 1.294626258641074e-06}
{"commit": "00cf0abd64693902dd0e695a3c2e47542d273d2c", "message": "Integrate brix springsecurity plugin BRKT-1\n\n\ngit-svn-id: ab5bf4358eb1d1206b526f2c2b4833398a5928e7@389 55fde302-37b5-4f85-817a-e5eb813054a9\n", "proba": 4.5446037688634533e-07}
{"commit": "af8049f8384b6d3ef0cb0e852c0cbbd132441ca1", "message": "KCAWD-16: Initial commit\n", "proba": 1.2822683004287683e-07}
{"commit": "1204e51dbc3584223d9a638ab39b8dbbefc17fff", "message": "\u65b9\u4fbfMapperScannerConfigurer\u626b\u63cf", "proba": 4.174123091615911e-07}
{"commit": "33d335e94203e39f1996fa7290ebc823b4915b15", "message": "Comment.\n\n", "proba": 2.303915351831165e-07}
{"commit": "260a4485726307c4ca5f5202b84d50f63e0a745a", "message": "fixed XOR expression definition\n", "proba": 8.629618832856067e-07}
{"commit": "cdad85067d609b97b175d1629e27948f6b383e3b", "message": "\u914d\u7f6e\u65b9\u5f0f \u4fee\u6539spring\u63a5\u53e3\u6ce8\u5165\u65b9\u6cd5\uff0c\u63a1\u7528\u696d\u52d9\u63a5\u53e3\u6ce8\u5165 private IService testAnnServiceImpl;\n", "proba": 1.0415168105737393e-07}
{"commit": "a595c0436f7c95900227135af561ce03aa9bef06", "message": "apply the patch for AXIS2-5270\n\ngit-svn-id: d6acb143e251c037dab5ea34394f8439daf45588@1358712 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.726341214540298e-07}
{"commit": "05739d2c8f9d4053d10862bf977955694898186b", "message": "\n\n\nFormer-commit-id: 2bf6b90e2a4dffc898c8bdd365988ad6b9c0cbdb", "proba": 1.0317320629837923e-05}
{"commit": "1bd9eebac961c4cf0f090a0d5727372433418abb", "message": "3.3. \u0412\u044b\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u0435 \u043f\u043b\u043e\u0449\u0430\u0434\u0438 \u0442\u0440\u0435\u0443\u0433\u043e\u043b\u044c\u043d\u0438\u043a\u0430\n", "proba": 0.0001236525276908651}
{"commit": "d304e42b4f6006b84901f2e26d4b90a2034c25ab", "message": "Fix [#10036] sort list my name's length and name with age\n", "proba": 1.0799057235999499e-05}
{"commit": "f0c9bf3284da77b89a8a57d1d3ae69f5982ac7d1", "message": "Added AutonGroup -- including commands shoot forward and back (coded) AutonMoveForward (uncoded) ", "proba": 1.1945651579026162e-07}
{"commit": "d00d49f85646351856502688efeed365c2755844", "message": "rename\n", "proba": 2.129588756361045e-05}
{"commit": "c7decd8bc91856ebb4cc35c001adec0cfde333e6", "message": "add remove chars from string", "proba": 3.32858253386803e-05}
{"commit": "535096706a6976e2f386505eb79278cdb9c901c0", "message": "Adding Unit Tests\n", "proba": 2.6792721996571345e-07}
{"commit": "0280f139075b880ea322c62c6a30713ee6cf9936", "message": "\u56de\u8c03\u6a21\u5f0f-\u6a21\u62df\u5ba2\u6237\u7aef\u7c7b\n", "proba": 1.321509159879497e-07}
{"commit": "17e087bdb47df855326d65e41530ae15f87888fd", "message": "forward-port from 2.6 branch\n", "proba": 2.3454741437944904e-07}
{"commit": "970c1e15bded57c3e01dcb5a3801065e1f3aaecf", "message": "Initial import of org.jmist.toolkit.Permutation.\n", "proba": 1.1278926592694916e-07}
{"commit": "17610cacf24584bf775ae3b939f23170cb9583af", "message": "% Add new client", "proba": 1.1963059876052284e-07}
{"commit": "51bf0b4587e5fc9d32f1374be8de9270c984587d", "message": "Gaussian\n", "proba": 0.00017634380492381752}
{"commit": "75465a180e3f46a85e6298a53b7370c9e339f25f", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@4062 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 6.319336307569756e-07}
{"commit": "98d493588f0ec55b8b6b3762189b2c02f17005c7", "message": "Log.d -> Log.v\n\nDon't need \"Got feature list request\" from ddm-heap.\n", "proba": 1.093569537147232e-07}
{"commit": "2b6cb9a27e6f11fb30c9b9baaa5fc02f29f4072e", "message": "Support posting delayed animation/draw callbacks.\n\nThis is especially useful for slow animations such as blinking the\ncursor, which only needs to happen after a certain amount of time\nhas elapsed.\n\nChange-Id: If1163a3480078c75d6461eb8f96d8bf8b625534f\n", "proba": 1.3640999441122403e-06}
{"commit": "8dc8a435a123414b058799b3df2b567f22dc518c", "message": "Fix merge error\n\nChange-Id: Ia48e1f064b697fa328e5d582862dbe723f7ffd5d\n", "proba": 0.0010722822044044733}
{"commit": "532b0246804cd7e7cab87d0be9806aeb53922305", "message": "am db33d4bb: Merge change 21468 into eclair\n\nMerge commit 'db33d4bbaeedf2095968ec7795b488038cdcd015'\n\n* commit 'db33d4bbaeedf2095968ec7795b488038cdcd015':\n  Couple of fixes for viewport.\n", "proba": 1.0872926026195273e-07}
{"commit": "7c4173e89d3d17f9713a459fc92d0d696c7d302c", "message": "am d439b034: am 171c98bd: am e8f676c0: Merge \"Use correct smooth scroll default duration\" into lmp-mr1-dev\n\n* commit 'd439b034cbdf3c06c3a2b6bd917c6f80f681a32d':\n  Use correct smooth scroll default duration\n", "proba": 2.6271422370882647e-07}
{"commit": "4368ba45adebf17d7962ad551363ac302cb2b1c7", "message": "am 3cda8467: am 8bf95ee6: am ed5ff3bd: add analog clock attributes to docs\n\n* commit '3cda846725c31b49f6c60ba986ccc7b2eb1adab3':\n  add analog clock attributes to docs\n", "proba": 4.743602062262653e-07}
{"commit": "60abfa5c3aae69c48ab38d11bdcb0f6452deadc0", "message": "am 63d842cc: am d5353b47: Fix docs\n\n* commit '63d842cc4da3c2eb998aaf9adacbf20e833dff02':\n  Fix docs\n", "proba": 8.966915743258141e-07}
{"commit": "79d2b4c810f9359640a0aaa80e610508481cd413", "message": "TIF: Fix a typo and remove an unused method in TvInputService\n\nChange-Id: I2c0233678c08a7070ffe507d9671e1ab669fdfd8\n", "proba": 3.2824821118992986e-06}
{"commit": "39a579981c1be4aaf3bc0ec0cfdd5ff177226b12", "message": "delete fuch.java\n", "proba": 1.5244401083691628e-06}
{"commit": "54da4c981b11211f39682511749bcb24f0a397fe", "message": "am 0d8513ad: Merge \"Add a permission annotation to IMM#setCurrentInputMethodSubtype.\" into mnc-dev\n\n* commit '0d8513adcacbbbc88b5228ad6fca12a38c721fce':\n  Add a permission annotation to IMM#setCurrentInputMethodSubtype.\n", "proba": 2.5954579996323446e-07}
{"commit": "40b7cd74422d69850b659fc91f1513c4cfc39d6a", "message": "Fixed handling of null pointers, refactoring\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@12515 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 1.4542663393513067e-06}
{"commit": "d26ea8f3d843bf3cbf6cdae6815d4133cb3a6e1d", "message": "Fixed an issue with NoPick not being called for Object Picker\n", "proba": 1.9477941748391459e-07}
{"commit": "f31ea4d95fe706282e9a1e8085e1c3dd04645a1f", "message": "Add ConsoleApplication Android", "proba": 1.0585324616840808e-06}
{"commit": "f75ee4d41839fcc6c2400833b2392b771654434b", "message": "Disable checkstyle for the error warning\n\nSigned-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>\n", "proba": 1.2327268450462725e-07}
{"commit": "945412766c3f87742b42ff9b1b82deb5ebb8c081", "message": "Added Java sample code\n\nAdded Java sample code that outputs the \"list-all-projects-data\" variation.", "proba": 1.252543171403886e-07}
{"commit": "be5f98212de1afccecb75975cd187911885a6649", "message": "Added utility code visitor CodeMapper which processes code elements recursively with itself.", "proba": 1.0289018348430545e-07}
{"commit": "b6f6bd582251564ef9117f1ae84031b15dcb81ed", "message": "Fixes for villager remove\n", "proba": 2.2776559660542262e-07}
{"commit": "2799dad4e41d7b0a9afd2f30e287354df2cec731", "message": "New file methods\n\nMethods to create a new file.\n", "proba": 2.2484277906187344e-07}
{"commit": "a5ed4fb1945c00fb991bf0d7842b2d9981b80007", "message": "Fixed toplevel array() method to be able to return empty arrays\n", "proba": 7.660877940907085e-07}
{"commit": "a2355c2abb959c8629d85b4b355d4ce43bfcd9dc", "message": "added an experimental feature that avoids CPU starvation of larger jobs.\n\ngit-svn-id: 28f34f9aa52bc55a5ddd5be9e183c5cccadc6ee4@35606 71c3de6d-444a-0410-be80-ed276b4c234a\n", "proba": 6.40221405774355e-05}
{"commit": "097c2fd30866533851d914908f559cdf0f7177e4", "message": "RESTful methods for password reset added\n\ngit-svn-id: 51e9c0635e05060c2a7639df764e0b3ebb09013f@1245955 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.110931505849294e-07}
{"commit": "a8eca0431fe0c6a4fe2a5d504bdd07a19a45482b", "message": "Delete GUI$ActionExport.java", "proba": 1.7584035276740906e-06}
{"commit": "4e96efdc0abec8b0a035d4ad0562f1496b47e0e2", "message": "Reworked to render multiline text manually.\n\nFor some reason, using the CTFrame to render the text caused a larger and\nlarger inter-line spacing to be used for each line. I don't know if this is a\nMonoTouch bug, or if I'm misusing the API, or what, but it's simpler in some\nways to just render each line individually at the proper position.\n", "proba": 1.4450462515469553e-07}
{"commit": "9d3a7622d05314a5195caf7740623dd0a8506eca", "message": "Fixed bug with Leo's patch (new File(tempFile).exists()), tidied.\n\nCloses #104.\n", "proba": 1.0414751017151502e-07}
{"commit": "b60c41a938b25277d8d8047fbd6e3b77edc9babc", "message": "Add MaximizingXOR", "proba": 7.234146323753521e-06}
{"commit": "c5c3fb70dd81b85826291bd3346ef339285ca318", "message": "Create the-grid-search.java", "proba": 1.994154808926396e-05}
{"commit": "311270a7be3481fae1a164ee93bb5efa438c59ae", "message": "Created Camera Swap To Front/Back Functionality\n", "proba": 1.4410072424198006e-07}
{"commit": "1b02580224c98854882ab3df39e6436a71722996", "message": "Add TodoArray and extends ArrayList\n", "proba": 2.3801095494491165e-07}
{"commit": "587c0ae641c9d3fbb48aec2801c9babc06c852c5", "message": "am 007324bf: am 7f2b9b05: am 4f5e0248: Merge \"Hide getPackageProcessState(), it is not ready yet.\" into mnc-dev\n\n* commit '007324bf82ad827d1cb3c571ec96b635fbd9f46c':\n  Hide getPackageProcessState(), it is not ready yet.\n", "proba": 6.474107863141398e-07}
{"commit": "fb6a5359e4ae8d36bcba601aa4ce81dbeb287617", "message": "remove check for obsolete property ro.config.sync\n", "proba": 4.3281124817440286e-07}
{"commit": "f73afeeec3d4c841207ffc4e5415b8fe4555a5a1", "message": "am be3bceb5: fix the logic for starting a sync after the accounts changed\n\nMerge commit 'be3bceb5b908c23eeda5a8d04d2ea3d43cc7ed10' into eclair-plus-aosp\n\n* commit 'be3bceb5b908c23eeda5a8d04d2ea3d43cc7ed10':\n  fix the logic for starting a sync after the accounts changed\n", "proba": 5.4598440328845754e-05}
{"commit": "8fd3751be2fbe57ca16dd53527107a55d8e9825f", "message": "Fix issue #10491028: iabv2 test apps that contain subscription SKUs...\n\n...crash on launch\n\nYou got some values in my keys!\n\nChange-Id: I2636c72843e0c0900ccdd9acba771c1b61e70b39\n", "proba": 1.8074915431043337e-07}
{"commit": "103daa0c4937f125d66839845530d0b114fba2af", "message": "am c990927b: Merge \"Fix LayoutInflater copy constructor logic.\" into lmp-dev\n\n* commit 'c990927be5a90d0c8d0ad6d8b9e75d8b15cc717c':\n  Fix LayoutInflater copy constructor logic.\n", "proba": 2.6830898036678263e-07}
{"commit": "3e360000fcb1cc60d8786d1340f9a468014c6435", "message": "am 53c0c0da: Merge \"Fix (again) for bug 2558156, update cache encoding correctly\" into froyo\n\nMerge commit '53c0c0daf42ca69163fdc1233b3eaca7e382783f' into froyo-plus-aosp\n\n* commit '53c0c0daf42ca69163fdc1233b3eaca7e382783f':\n  Fix (again) for bug 2558156, update cache encoding correctly\n", "proba": 1.077299293683609e-05}
{"commit": "2563ed8f70c45d78f9d64cfec2c7d35026176a7f", "message": "Use lower case mime type, encoding, and transfer encoding.\n", "proba": 4.725198778032791e-06}
{"commit": "8ac22b0ada459d8f97787d4f12973894778f03e1", "message": "Peek the fast scroll thumb when it transitions to enabled state\n\nChange-Id: I0b472c898c5975a74da3af2c8da6e55c3678b850\n", "proba": 1.0804019439092372e-06}
{"commit": "4e1b2f44e9f43b123e00eb210c9fa4ec78710782", "message": "am 20b76b9f: am 1e761ded: Merge \"Fix typos in LinearLayout comments\" into jb-mr1-dev\n\n* commit '20b76b9fff076241fe305fc99be3be7ab7d10407':\n  Fix typos in LinearLayout comments\n", "proba": 3.2099609370561666e-07}
{"commit": "eeafd4296b7cf4c2ad9c985562f6d70e2a3ffc03", "message": "Fix NumberPicker text positioning.\n\nNumberPicker was making incorrect assumptions about how text was\npositioned and centered inside of its controls. This fix changes\nthe logic of how the scroll wheel draws its text items based on where\nthe text is positioned inside the EditText that displays the text\nby default. This should ensure that the text of the scroll wheel\nexactly overlays the text in the EditText view.\n\nChange-Id: I4a7694931f19042bd4142232612490c2ab912d11\n", "proba": 1.3910719189880183e-06}
{"commit": "3641391312ddc4efb2ecc994abe1b41cef26dba0", "message": "java lc: compute and display log playback rate.\n\ngit-svn-id: ddc8cd1199829c18fa5932f18135ba8f687fc5aa@99 989093bb-e83e-0410-a25a-9184cbcad8d0\n", "proba": 0.0006413665250875056}
{"commit": "50569d705cca7ee50f8f771751cc1cbcc30072da", "message": "Solve big_sorting\n", "proba": 0.9999960660934448}
{"commit": "4107ef876baf8f0087507f812fca461df3afc238", "message": "- Update poweredby.\n\ngit-svn-id: 40f70788afc64a734d8b91520bec53ae21e7042f@391370 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.0341930192225846e-06}
{"commit": "4743eccdf7dbd2a69de3f9454b383d468d978b1b", "message": "Fix regression in r1702886\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1702910 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.677313700085506e-05}
{"commit": "d1ccb45945bc45fb5143553d1c59b7d5046b9f6d", "message": "Refuse to reuse IV in encryption mode in AndroidKeyStore.\n\nThis makes IV-using Cipher implementations backed by AndroidKeyStore\nrefuse to be reused. After Cipher.doFinal completes, invoking update\nor doFinal will raise an exception. This is to make it harder to\nviolate the security best practice of not reusing IV in encryption\nmode.\n\nBug: 18088752\nChange-Id: I5102f9e8b2ff428254294703e48948ea8576603d\n", "proba": 1.4746721035407973e-06}
{"commit": "977fe6ef73ead3fa56b795b96894d6acea6c5dc4", "message": "Bug fixes...", "proba": 1.253372374776518e-07}
{"commit": "259a4b2a20e4df200da900267442eceac6e31de3", "message": "Basic IOHelper (#1)\n\n* Basic IOHelper\r\n\r\n* cuddled the stupid braces\r\n", "proba": 1.46000942891078e-07}
{"commit": "534d24aec2560fc9ed4def0dc0200d4d2b7591aa", "message": "CRUD program", "proba": 8.937956863519503e-07}
{"commit": "12a47bf63d817df068b5a67e5558f6ae949539bd", "message": "added disconnect", "proba": 9.149965762844658e-07}
{"commit": "3d9c431ca4311eb8e87d303d2fcd3499c8856101", "message": "[ActivityManager] Invalidate last screenshot when activity relaunched\n\nSymptom:\nThe task thumbnail is not updated when activity relaunched.\n\nReproduce Steps:\n1. Put device in portrait\n2. Launch Calculator\n3. Launch Recent App (the Calculator's screenshot is correct)\n4. Rotate device to landscape\n5. Click Calculator in Recent App to return to Calculator (Calculator has relaunched to landsacpe ui)\n6. Launch Recent App again (the Calculator's screenshot is not updated)\n\nChange-Id: I92e951ea2ee215c52ca6e50cf6f9e02deb787bce\n", "proba": 0.9999990463256836}
{"commit": "07d2f0cff4d08bec4ff5ea22f9c42532f3c83e35", "message": "am 1388342c: am 088bf3a3: Merge \"More debugging for bug 17721767\" into lmp-mr1-dev\n\n* commit '1388342c7f6e9c235d31b01edf3716e83fad3e64':\n  More debugging for bug 17721767\n", "proba": 2.503190899005858e-07}
{"commit": "15551c1a361cbd47e0ac97a77487cd44dc2a7abf", "message": "Rhino1.5R2 -> Rhino1.5R3 compatibility problem\n\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@200590 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.4848346192338795e-07}
{"commit": "a756fd9af67acae37c12b492266d75fee5b1e578", "message": "Prevent temp rect reuse across methods in LayerDrawable\n\nDrawable invalidation may call back into methods that are relying on\nthe same temp rect objects, which mangles the values.\n\nBug: 19321598\nChange-Id: If8aa434cf85c81d22b5d580e258926087248cd93\n", "proba": 1.1041165635106154e-06}
{"commit": "4372527137180173a398fa3e87092a2e4a850140", "message": "EranMes: Small addition to the test suite builder: Allow specifyinga test to run by class, not name.\n\nr12133\n", "proba": 1.824846407316727e-07}
{"commit": "a38e937371675207f73b9f056c7acbdbca2ab656", "message": "implemented a filter for graphs", "proba": 6.733547479598201e-07}
{"commit": "58ae802858eb3234170b60ae86b25addcc12ddbe", "message": "Code corrected 2\n", "proba": 2.614515040022525e-07}
{"commit": "935bc4f21a7786f8b0b0837e93059363f66e1ef7", "message": "java9: Add enum value for EE\n\nSigned-off-by: BJ Hargrave <3d26bb3930946e3370762d769a073cece444c2d8@bjhargrave.com>\n", "proba": 1.660947646087152e-07}
{"commit": "49fb087abeb07e580250f9927907f5e95d8ac09f", "message": "\u4fee\u590d\u6587\u4ef6\u540e\u7f00\u540d\u4e3a\u5927\u5199\u65f6\u65e0\u6cd5\u6b63\u786e\u8c03\u7528\u5e94\u7528\u6253\u5f00\u6587\u4ef6\u7684\u95ee\u9898\n", "proba": 1.3546062405112025e-07}
{"commit": "52d5640fb1c4b5b3ca865d495da3453f53fb8108", "message": "#10423\nFixed possible NPE in CommitDialog when called to commit merge.\n", "proba": 9.976682235901535e-08}
{"commit": "21d577f439369dff05cb347fbcb8648d5a266495", "message": "changed the color of the button and made the label say 'touch me baby'\n", "proba": 2.7155977022630395e-07}
{"commit": "fc28a3a644d32cc2b5941c2c489c88958799e2ee", "message": "Initial version.\n", "proba": 1.5797580488197127e-07}
{"commit": "5ec5696592d569a5bd1b76fbba627864def93a1e", "message": "fix invoice inbound search %xxx\n", "proba": 7.198376579253818e-07}
{"commit": "4490e7f491acc975c70385aeabf2e540bb61db5d", "message": "ref null country\n", "proba": 2.3259176487044897e-06}
{"commit": "4a32c6fcd78f63b672f407812be91358f2adc28e", "message": "Added Certificate class\n", "proba": 3.63060053132358e-07}
{"commit": "83fae20b8082967ac9e9d816c114a0f1a74f954e", "message": "BLOGAPI-57 Fixes compilation error\n", "proba": 1.1409060363121171e-07}
{"commit": "a8c528fc20f759e9f8c5f07aaf23874e41fe9fa2", "message": "update \u589e\u52a0\u6570\u636e\u5e93\u7c7b\n", "proba": 2.130633163233142e-07}
{"commit": "39cc257d237021cc31f8f1130daff6234a16b4d2", "message": "Changed objectFactory, warning still there\n", "proba": 1.2604205323896167e-07}
{"commit": "b5d6f59085c012f47bc5b0e0eef78a54459a040b", "message": "StringUtils\n", "proba": 2.6270370199199533e-06}
{"commit": "1e849a1865a0a55cea9ca0483c3adbf5361c126f", "message": "Initial commit\n", "proba": 3.003353299391165e-07}
{"commit": "ac47ad5ceee188ea376e00277cf1860cac0ae67f", "message": "\u89e3\u6790\u5b58\u50a8\u8fc7\u7a0b", "proba": 4.879472044194699e-07}
{"commit": "8f0f9c1ccd2ca77668c484a12c683a4199a232dc", "message": "Added missing user controller\n", "proba": 3.8476608210658014e-07}
{"commit": "b1339240ff059e96f23ed056ecce139b7ae2b3a7", "message": "Added DeconvoluitionUtils to deconvolute dimension independent data\n", "proba": 1.17885008421581e-07}
{"commit": "1120dd35c19a2fbd09ca69ad5f24d49a42a24d32", "message": "#305 fix get channel id\n", "proba": 1.3315995772700262e-07}
{"commit": "1cbbd3a79ef106ade388b0809fd1a6fbb88809b9", "message": "Add default implementation of ExtendValue interface.\n", "proba": 1.1464751992207312e-07}
{"commit": "75eee89b80dfd46c7654352ec9cbc8d475890e57", "message": "\u2728 - \u65b0\u589eShortCut\u7ba1\u7406\u7c7b\n", "proba": 1.3104713048051053e-07}
{"commit": "7197c49e38d17aa8e5f6ed9c9f6a0c5908cbc700", "message": "Update to ComponentManager\n", "proba": 3.0014177809789544e-07}
{"commit": "cf0ee71acd67029b41364dccefe9e29643acf52d", "message": "adding statements for debugging.\n", "proba": 1.9958987707013875e-07}
{"commit": "afa3dbca597a7d301b0bf8cc352787b7c61486ec", "message": "Added CaseShipLocations file (forgot to add it in previous commit)\n", "proba": 1.0205288702991311e-07}
{"commit": "bf89d8f2862b38b9db3e1669bdfa5d8067441d26", "message": " Add solution for the Hamming distance issue.\n\n The Hamming distance between two integers is the number of positions at which the corresponding\n bits are different. Given two integers x and y, calculate the Hamming distance.\n Note: 0 \u2264 x, y < 2^31.\n\n  https://leetcode.com/problems/hamming-distance/description/\n\n Example:\n Input: x = 1, y = 4\n Output: 2\n Explanation:\n 1   (0 0 0 1)\n 4   (0 1 0 0)\n", "proba": 0.9999995231628418}
{"commit": "f357f1a7af8deca20aad8e26ed77c63a2b106991", "message": "EditCommand: Update executeUndoableCommand() return value\n\nexecuteUndoableCommand() returns the String value of the person to be\nedited.\n\nThis is wrong as it should return the String value of the edited\nperson instead. The tests still pass as the person to be edited\nis not replaced; it's values are updated to reflect the edited values.\n\nAs part of simplifying the logic of\nUniquePersonList#updatePerson(ReadOnlyPerson, ReadOnlyPerson), let's\nupdate executeUndoableCommand() to return the String value of the\nedited person.\n", "proba": 1.1530487427080516e-05}
{"commit": "d2525830d909a5243615b05b88392493145fe007", "message": "763. Partition Labels\n", "proba": 3.1785327792022144e-07}
{"commit": "dee1394613c8315b0141e20aefd89ff7d06b5df2", "message": "Pages now work correctly\n", "proba": 1.2091247469925293e-07}
{"commit": "e42b189f369b6b0cb35095bc5386ba82b5ce39a5", "message": "Remove debug logging\n\nChange-Id: If1a8ef5461b98239d8f55f842e1043b6b3d0f070\n", "proba": 1.9846271243295632e-05}
{"commit": "adaa3091959669d0a34985def9cb226a2633aada", "message": "Add base class for our exceptions", "proba": 1.9454382993444597e-07}
{"commit": "98ae8cf2be83ab2dc3c1f22f6e7aacbb1041c2d4", "message": "refactoring to use the object we extracted from the array\n", "proba": 3.443778666678554e-07}
{"commit": "98ebdb465108527a96d3c4793046be87e49b660a", "message": "Add class to check whether all characters in a string are unique\n", "proba": 2.0361436327220872e-05}
{"commit": "6d6ea28b17c2b96821d5134dd1c64b14d380d37b", "message": "report params\n", "proba": 8.398740192205878e-07}
{"commit": "d68b2598c8db67a3bd5122159960e551c67c3597", "message": "Display active timer on new GUI\n", "proba": 2.7415777026362775e-07}
{"commit": "23872261897199b8a4eaac96e6a9a66d47a41222", "message": "HistoryArea outputs to CommandLineArea noww\n", "proba": 4.881193945038831e-06}
{"commit": "379d1ce28df00596f935fdce9ab18286cb619173", "message": "    bug 10197:\n    missing one file\n", "proba": 4.302711715808982e-07}
{"commit": "2f5a1b0e3dd843e69e106f5857f931de7344669a", "message": "[r618] [branches/dev] Added a Map object to deal with Mappings that are currently all stored as huge Hashtables.\n", "proba": 9.833929937030916e-08}
{"commit": "850d10d9f80e4bab1b7dd4a8a8a35781d2bd21d2", "message": "\u5220\u9664hello\n", "proba": 3.120881274298881e-06}
{"commit": "6bc413ce21e56b3b6b899fbc4a12b4040a0ee40f", "message": "Added abstractDatePropertyInfo\n", "proba": 1.4843512019524496e-07}
{"commit": "ea9594ad1c6ebb47dca5640fceefce1d1528002a", "message": "Use MaxIsomorphWertheim to better condense graph sets\nOverride metaDataComparator so that all colors get included\nprint # of graphs in each set\nwrite final graphs to a file\ndon't go through the rest of the non-Wertheim code.\n", "proba": 1.0577710440884402e-07}
{"commit": "2fd2a2c24270a13edee989022a7ee1ea7a00df39", "message": "[1.6.6] Gadget: AntiGravity\n", "proba": 2.2574117792828474e-06}
{"commit": "c0e9aa0eb573321fe8c486b5851299d95f23da9e", "message": "code broken as the signture of selectOperators were changed to selectOperators(). Now fixed by change it back to selectOperators(List<Operator> ops).", "proba": 1.0473316791603793e-07}
{"commit": "453755776634e8d7c08e644321c423c733183851", "message": "nutrition model", "proba": 5.74737214265042e-07}
{"commit": "8cd5f6d9f9f7d0e9fb94ebeedf5bbf02e636b6d2", "message": "Added ParameterTest\n", "proba": 2.1003751271564397e-07}
{"commit": "d6596f32c5e3c255669da13ede5b568ad7fcf3c4", "message": "Chapter 8: Game Prototype\n\nAdding the Polygon Wrapper class\n", "proba": 1.1683929557193551e-07}
{"commit": "b12f473f37306501f0b941acbc8b6f5bed305444", "message": "javadoc\n", "proba": 1.0498242772882804e-06}
{"commit": "2be7bd7df2b48fb72c0f7773eea3164e63f6e885", "message": "tut guide\n\n\ngit-svn-id: 5afc437a751a4ff2ced778146f5faadda0b504ab@1754 75d07b2b-3a1a-0410-a2c5-0572b91ccdca\n", "proba": 4.2114172060792043e-07}
{"commit": "b06a280759250f760588d76fb83bd5110e6368f1", "message": "progressbar examples", "proba": 3.861129016513587e-07}
{"commit": "951493b808423f75feb435be814e07c505b844bf", "message": "\u8bc4\u8bbamodel\n", "proba": 4.0865512573873275e-07}
{"commit": "0f0ed9fe978a6cd6dc9660c6daf46dd8e4703bae", "message": "testcase fix\n", "proba": 1.7245527033082908e-06}
{"commit": "a3c9f9619eaee6f75990b14b0974f6e349d82fca", "message": "Sagiri: This should be private...\n", "proba": 1.1832563018288056e-07}
{"commit": "66f36ef44fecd58b771909daba2b152144d97d23", "message": "Restoring javadocs", "proba": 1.8016640979112708e-06}
{"commit": "b4cc0ba84914dcd76413d67168a11d1f7e4e383e", "message": "Added support for Languages enum", "proba": 1.9230741088449577e-07}
{"commit": "3631a13d76cfa1cf592fc41e9334bb75392fa4de", "message": "modify comment\n", "proba": 3.1432458058588963e-07}
{"commit": "d8beddb72d39c0dd21a863cb1542100b2c3c0d64", "message": "Some more unit tests\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1494975 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.330919812720822e-07}
{"commit": "87a83fef2cb3b4762e8a590b554e9e4333ff92f9", "message": "test for RubyVariable - hashCode and equals\n", "proba": 2.3709276320005301e-07}
{"commit": "adf18de23b8fe75b76bc43e011813f1648b8ba49", "message": "Sorts bid by ascending priority since priority is now set as player\nposition in season stat list.", "proba": 1.0067864764096157e-07}
{"commit": "887186b217c25f06cb2a9c7139b06732cd30454b", "message": "add twitter", "proba": 2.7044684429711197e-06}
{"commit": "191cdc5f8d5b0849a9d8bfac0de847b9ae7de99b", "message": "Forgot a file.\n", "proba": 1.2880532551662327e-07}
{"commit": "8c4afe4897d199e4e06e8ac0d9aa6c6f420adbe0", "message": "FieldAccess", "proba": 6.549248610099312e-07}
{"commit": "f1a7cfe66f8c109f17815990ceea8968c5d2d058", "message": "Chainable Item Utility\n\nChainable Item Utility developed by MCAeolus.\n", "proba": 1.1160064161686023e-07}
{"commit": "cad193ac94286b81aa6ee8aea8fe53ddf4d1241f", "message": "quantity", "proba": 9.875951218418777e-05}
{"commit": "16217913660366cf2f7410e497b451b84dd7c7a4", "message": "Fixed reminder\n", "proba": 4.910571647087636e-07}
{"commit": "84862bb57357aca3043df6af44490ac09509cdf0", "message": "Improve comments, particularly one that asks me to clarify :-)\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@255206 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.2876962500740774e-06}
{"commit": "3d0065c61bfc632deeb7ccb27071a03eeeab4551", "message": "\"Minor patches to SOAPHeader processing\" from \"Thomas Sandholm\" <sandholm@mcs.anl.gov>\n\nDetails from Thomas:\nIf getHeaderByName was called on the client side when SOAPService was not\nset, this code threw a null pointer exception.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@254829 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.568022071296582e-06}
{"commit": "d63c32dad4a4559470d8a7e9e1de4e03e310f3b9", "message": "Adjustments for XT\n\n\ngit-svn-id: 102839466c3b40dd9c7e25c0a1a6d26afc40150a@193479 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.329226837602619e-07}
{"commit": "0fab94a93d83f00f90f1c408feb52893af9e3354", "message": "minor cleanup\n", "proba": 1.7840027055626706e-07}
{"commit": "b12198af0f73c7888bbf46cb1d98ca4a7bad9869", "message": "added KLDivergence + minor fixes\n", "proba": 1.354262622044189e-07}
{"commit": "359f6473552250a0a6056d7975617eb2665b86d3", "message": "Added AM8Click.java", "proba": 2.3837282014937955e-07}
{"commit": "07058fb1d40a5da55a6fa74e393a6e21544c27cf", "message": "Add async test for handling of xml declaration, last major missing piece\n", "proba": 2.5742556886143575e-07}
{"commit": "bf1178551f822caa3217bd8cb0bc4bbf60195d4c", "message": "Add JUnit tests for SqlHelper.\n", "proba": 1.2824469308725384e-07}
{"commit": "9f3bb8a8f7deb9eafb6f548d5c62b613c9e38e0f", "message": "Coleccion de Apuestas (metodos implementados)\n", "proba": 1.284821848912543e-07}
{"commit": "711aa92d2f3070534be5cf5194971d25710b1b45", "message": "added optimizeMeetings\n", "proba": 1.739484929430546e-07}
{"commit": "a15841fff0c32833c7f598cab5827e65daa81f1b", "message": "Add tests for serializableLabel's toString\n", "proba": 2.6051219492728706e-07}
{"commit": "44db2ce8c61e66a1ae32720f8eb25b17e43333c6", "message": "fixed runtime error\n", "proba": 1.3346042351258802e-06}
{"commit": "64c59a64214ad27794210d0d829bd1a381767082", "message": "httpconnections: ensure they are being closed, add logging to connection pool\n", "proba": 5.194022492105432e-07}
{"commit": "de8e435fc85b204b1f925c800bdf5325625a99b7", "message": "am 1078942e: Safely handle interrupts during Thread.join()\n\n* commit '1078942ed8b4029665e950ae576baa024f69e782':\n  Safely handle interrupts during Thread.join()\n", "proba": 1.3166838925826596e-06}
{"commit": "621f06d7bcf484d61b3bd133ec9c19cdf3bdf11e", "message": "INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED\n2004/03/12 16:16:53 rpiterman 1.1.2.3: documentation and small implementation-fixes\n2004/02/02 11:29:58 tv 1.1.2.2: formatted with autoformatter (indents now use TAB)\n2003/12/02 15:19:18 rpiterman 1.1.2.1: Used by AbstractListener to invoke a method in response to an event\n", "proba": 1.5473837322588224e-07}
{"commit": "3a8f5bacf30f8e9b4f0f4dfd9553cca6a7adb15a", "message": "\n\u9664\u6570\u65e5\u5fd7\nSigned-off-by: WangJianMin <ddd898d6dd0b186f028e4e0abe6f7b937d6802a5@qq.com>", "proba": 1.2138698934904824e-07}
{"commit": "65639c97db87c118a021680484a204d74e7536d6", "message": "first version\n", "proba": 3.5516222851583734e-07}
{"commit": "c881b343e8f7cb9e95522a79bb86f7cd4fa62220", "message": "Added a method to reverse a string\n", "proba": 2.0420138753252104e-06}
{"commit": "3b086d16c57502050a3563481add1ba3b80998e3", "message": "Improved main class", "proba": 4.703402680661384e-07}
{"commit": "4d2c4510554042bbb7f98ffe60ed6b6ef32e8485", "message": "\u0414\u043e\u0431\u0430\u0432\u043b\u0435\u043d \u043f\u0435\u0440\u0432\u044b\u0439 \u0442\u0435\u0441\u0442\n", "proba": 4.794655524165137e-06}
{"commit": "9fb7cd53567d5f55409a2b8225ea91cd21a29787", "message": "Add some undeploy methods (just to make things easier)\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@245676 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.978746917709941e-06}
{"commit": "0ef182ac61dbee7c4585d9960cbd91a56bbcb5c2", "message": "first checkin\n", "proba": 1.546730032941923e-07}
{"commit": "33f16056810c56f1e4f1b00cba176b2f847c8f71", "message": "Checking the new LockssSerializable interface into the tree, so that new code can start using it while I finish retrofitting old code and testing.\n\n\ngit-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@4602 4f837ed2-42f5-46e7-a7a5-fa17313484d4\n", "proba": 6.9433986027434e-06}
{"commit": "724b2e184dfd03e344c3cc5ee5ebff1eef217e21", "message": "am 75cd3fa4: Merge \"Vibrator: Minor coding style changes.\"\n\n* commit '75cd3fa4e11438e5a758c186df4cbac36f4757a1':\n  Vibrator: Minor coding style changes.\n", "proba": 1.409502914384575e-07}
{"commit": "c28083ab70e0ac8f156a819264efcf930906a0c4", "message": "Don't queue multiple pending backups for the same app\n\nRepeated install/replace of an app before it ran its first backup pass\nwould wind up enqueueing multiple backup requests, all of which would\nrun back to back when the time came.  This no longer happens.\n\nAlso, if a backup request is queued for an app that is then uninstalled\nbefore that request is honored, we no longer fail in expensive and log-\nintensive ways; we now fail cleanly, early.\n\nBug 3133212\n\nChange-Id: I745f5b2f966a1c874f34a0107a438ad42fa7f005\n", "proba": 4.2586263589328155e-05}
{"commit": "466ef345d17104076e03674cc49c368e6bd46df2", "message": "Trim some superfluous imports.\n", "proba": 4.031906257750961e-07}
{"commit": "6a2c84553ab6408c3c780a69c9af454df2c45836", "message": "NodeMAKEUSERINSTRUCTION refactoring\n", "proba": 8.689243600201735e-07}
{"commit": "25c866a8efa148886280b34c0413a1c2c20c247f", "message": "am e2adb1ff: Merge \"Sanity-check paths of files to be restored\" into jb-mr2-dev\n\n* commit 'e2adb1ff4af09d66096df64461c80d4126ab2692':\n  Sanity-check paths of files to be restored\n", "proba": 3.865712585593428e-07}
{"commit": "f9d40f4236544db87c79d2d5dfce158a411b87d0", "message": "Cure narcolepsy.\n\nBug: 7204211\nChange-Id: I2c09abaad5d321cec6f62f7ca0ce00c3b61ee211\n", "proba": 5.168256029719487e-05}
{"commit": "33daa306d1efa0371293702821e8efc26d0f0f54", "message": "am a7cdac03: am 5ad40971: am 6abf7c8f: Merge change Iad66a274 into eclair\n\nMerge commit 'a7cdac0329d837a3f986a499f2c1a5fbe9bc8d7e'\n\n* commit 'a7cdac0329d837a3f986a499f2c1a5fbe9bc8d7e':\n  Fix race condition in WindowManagerService.disableKeyguard()\n", "proba": 7.129115715542866e-07}
{"commit": "32c66ee4976857c0db80ebfcfe42d7627dc9d2a2", "message": "am ccbf4c28: am ae952b3b: Merge change Ibe1c422a into eclair\n\nMerge commit 'ccbf4c282f6d27602896b812485b41b74eaf8c6d' into eclair-mr2-plus-aosp\n\n* commit 'ccbf4c282f6d27602896b812485b41b74eaf8c6d':\n  If the usage stats file doesn't exist in the first place there is no need to\n", "proba": 1.1611693480517715e-05}
{"commit": "392ec9cebbfff76f8c648bf655db13bf90fab445", "message": "Protocole STM\n", "proba": 5.012225869904796e-07}
{"commit": "5aa9c5a77ba498108f7395df1865ee34eacebf49", "message": "Fix javadoc.\n\nFix javadoc reference missing a #\n\nBug: 13246311\nChange-Id: Ifc06234943339250feb5b4f2077af03c35be076e\n", "proba": 9.843104180617956e-07}
{"commit": "8750c37d846615283744a180f49e896a0ac07e60", "message": "am bfb8310a: Merge \"Notify VM of native pixelref allocations\" into lmp-dev\n\n* commit 'bfb8310ab2214c19e955121373217edfe7258ebd':\n  Notify VM of native pixelref allocations\n", "proba": 8.189151685655816e-07}
{"commit": "4eac964002a6e727b289e678d7997f5999514296", "message": "History Channel: The view, hopefully bug free\n", "proba": 1.2520176539965178e-07}
{"commit": "cb9931b4ce7cc9f7e9c5c14525f93710247ea7ad", "message": "ui: GameActivity implements GameListener\n", "proba": 1.144342263614817e-06}
{"commit": "163695a0e3e727695840922d86e82afd539550f7", "message": "Added classes for each of the database tables with CRUD, list and count methods.\n", "proba": 1.069333777081738e-07}
{"commit": "9e506343961b5d9adb9a4aeac415ec946ada5b2e", "message": "onClickListener pomeren u zasebnu klasu\n", "proba": 1.3886635770177236e-06}
{"commit": "19b7ddccc6b2e6fed961ec69b99f05452cad605e", "message": "Add new detector that looks for calls to ResultSet.getXXX and ResultSet.updateXXX where the field index specified is 0. - add test\n\n\ngit-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@2826 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 4.104669187654508e-06}
{"commit": "4be17582e5eda5adcd1814ec25b26bd362cf459f", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "0e2cd8ba19316e3b7a0cdf6e553d7e0b2228fc28", "message": "refactor: create InternalRootDetection.java, add additional checks for root detection, add emulator detection\n", "proba": 1.3148858670319896e-05}
{"commit": "d46adfba13c6a9501f7066e8898f9c4dd9e6c80e", "message": "Add textured strips demo\n", "proba": 1.9576715715174942e-07}
{"commit": "66f52d432825df0694672300f4eb4e26507b14c0", "message": "goal activity layout fix\n", "proba": 4.258513115473761e-07}
{"commit": "3098ca595304fc6d456a96df3fbed06432889d56", "message": "*Wrote some docs for Command.java\n", "proba": 1.293485638598213e-07}
{"commit": "21228b19d36c76283483bcf12444937f6cff1f77", "message": "parser to get column of matrix parameter\n", "proba": 2.645717813720694e-07}
{"commit": "af990ef776aa34688853682b6ef6ceb81f3b4ec0", "message": "Refactored startSnapshot method\n", "proba": 3.024698571607587e-07}
{"commit": "eb3e00c6a05cdb0f2b674b2a9f380d50a765fe3b", "message": "renamed from loadAliquotsAction\n\n\nSVN-Revision: 6954\n", "proba": 1.3320250502601994e-07}
{"commit": "1e1e0e286710990afce578b0a9f44eac86904e32", "message": "Md5 hash utils.\n", "proba": 2.3517299041486694e-07}
{"commit": "182047b094a9637591739bbb051316aafbd26cc3", "message": "Issue #691: Ceylondoc bug in abbreviated optional generic type\n(refactored into method and explaining comment)\n", "proba": 9.654785770862873e-08}
{"commit": "c388d2c977fdbc55580dead7cc057a8665d4f5d3", "message": "Fix module lock test.\n", "proba": 1.5354503091202787e-07}
{"commit": "0182d0215a9ef3c50352b33e74f87a751027b869", "message": "WIP - UserMigrationTool.java\n", "proba": 1.4873097597956075e-07}
{"commit": "3080ddab21a62494ea5b28e8c5be57554c861d9a", "message": "added the RectanglePainter\n", "proba": 2.3216286137994757e-07}
{"commit": "533f0484c5fd4c5ac21fb4d55fe88e7cc1d09094", "message": "Add transaction processor.\n", "proba": 8.948395020524913e-07}
{"commit": "7dba4cfe968fcbd3b408bed3a51edc6c7e6bc969", "message": "added FileDownloader\n", "proba": 1.4765379319214844e-07}
{"commit": "9108f96a218c1ec558a19e2bea311eec0433a1ad", "message": "refactoring - no direct parser calls, repeat as complex parser\n", "proba": 2.9424111858133983e-07}
{"commit": "951e4e413a4c213ae65a5a6919f92d44fbcdffb0", "message": "When write to a target environment, add a swith \"adaptStruct\" to control\nwhether it's necessary to drop the table/column data that is not\nexistent. ", "proba": 1.3716579871925205e-07}
{"commit": "1e70e35538df1f8a5262e858dcdbfd7b9ccb7017", "message": "\u5b9a\u4e49\u4e86\u552f\u4e00\u5b9e\u73b0\u7c7b\n", "proba": 3.960816684411839e-06}
{"commit": "e5724acc73c915816607f84108ff06608ec6059b", "message": "Started working on Csrf (but the class is not public since there is no session storage implementation\n", "proba": 1.803338562922363e-07}
{"commit": "c081959a4f531ddef759978500a0a7d5e98d925a", "message": "add date util\n", "proba": 0.9999845027923584}
{"commit": "7bb281fe5aad44f8335e230005def1988c1bf885", "message": "added settings utility\n\n", "proba": 6.861929477963713e-07}
{"commit": "5b5c86abd55fb3ec9862389d8db6c5036738a028", "message": "rewritted totaly the update check method\n\n", "proba": 1.5265146657839068e-07}
{"commit": "986042e9af1aef438e77d508347938830fc79fac", "message": "Add wig predictor.\n", "proba": 2.5784129320527427e-07}
{"commit": "e43aa09d20114cb3aa45aea506ab985ecd91c132", "message": "Cell counts display properly when using new board initializations\n", "proba": 1.9557701591566e-07}
{"commit": "21c89322cb69bbfb8a0468347f08953171a980d3", "message": "transfer comments when merging\n", "proba": 1.9904224757283373e-07}
{"commit": "959ec9b290c183a2eff0f4c00998742fae3dcc12", "message": "XML builder\n", "proba": 1.0985278322550585e-06}
{"commit": "5fae3ef82b156e3af67be98f3f7f66023b363877", "message": "first checkin of SetTopRule class\n\ngit-svn-id: c3d1f7498fb08a2885afe49e111c402c6cd8f5f6@1065107 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.4347331140670576e-07}
{"commit": "942d51f6a6c39a6e70b8fab026d46261a918797e", "message": "am 0b554bab: am d400d03f: Merge \"Fix issue #5595933: GREF leak due to race condition in...\" into ics-mr1\n\n* commit '0b554bab585fe2d7eaaca8692106e0cbbc3aabe4':\n  Fix issue #5595933: GREF leak due to race condition in...\n", "proba": 1.1929485310702148e-07}
{"commit": "deec962ece42dc197b78d6c8412fe60b5fc33b17", "message": "am f671005b: Introduce system API for distinguishing the owner user\n\n* commit 'f671005b75b3d603fb664afb64576c7c59cb5387':\n  Introduce system API for distinguishing the owner user\n", "proba": 2.644158939801855e-06}
{"commit": "19457a41e92aa18b643aced596a7b40af6884dff", "message": "am 13e54ff0: Merge \"Text selection: add some slop for moving between lines\" into mnc-dev\n\n* commit '13e54ff0ebc5fe6f425c16d9d30ea9ecd5db1348':\n  Text selection: add some slop for moving between lines\n", "proba": 6.065434945412562e-07}
{"commit": "7ff326afae7a64dfc006e62f873a0e889e08af9a", "message": "Add an Authenticator class for dealing with client auth\n\n", "proba": 3.002359676429478e-07}
{"commit": "8b74b86d0893224e417e8fef88eed21a272f5119", "message": "logger wasn't used", "proba": 1.8200821614300366e-06}
{"commit": "5a2157b1a9a0dba78079e5f0062355db5d4fd147", "message": "Base class for checking that all transcripts in a particular species are in a file containing a list of CCDS identifiers.\n\nSubclasses should define file name and any species-specific behaviour.\n", "proba": 1.0461836552622117e-07}
{"commit": "8d860332984305cf3cd10194b03b3859be7fb361", "message": "am a4eb894a: Merge \"clarify Paint flag docs\" into klp-dev\n\n* commit 'a4eb894a55b07eeddb05d47558e6b2838d56af08':\n  clarify Paint flag docs\n", "proba": 6.256460892473115e-06}
{"commit": "9bba7ca3a69c165650a179ca26ddd64d877c1a9a", "message": "QBean for executing arbitrary programs\n\n", "proba": 1.9746126156405808e-07}
{"commit": "ebbb4f128c26d145b915add2f6da2efd16d6c9a0", "message": "Delete SpeedGauge.java", "proba": 9.273799150832929e-07}
{"commit": "98b5060079c1d2c59146e32346328330c9cbdfd2", "message": "Add unit test for TextBox\n", "proba": 4.1857671817524533e-07}
{"commit": "5ef39c746240fbac7b22b1e57618e978265b66a9", "message": "cached fields as well\n", "proba": 1.8852328764751292e-07}
{"commit": "8fb8c37ca7c2c57466b07548effa24044e5b3ef6", "message": "am 7b28e6ec: Merge \"Adding config to allow/disallow user to add APNs.\" into mnc-dr-dev\n\n* commit '7b28e6ec96dfcb20cef1f321ac7539bac439d726':\n  Adding config to allow/disallow user to add APNs.\n", "proba": 1.9763648140269652e-07}
{"commit": "1d7fe016ce1d7a306e5d82bd2f8f4cd1ba62b53c", "message": "Removed the intersects method\n", "proba": 4.909171366307419e-06}
{"commit": "4b656401c6cb53a0065c342af79ce0e5e07f4078", "message": "added src folder to webcrawler\n", "proba": 6.444072937483725e-07}
{"commit": "d1179462992c524684a924d432da508f0dd62c4a", "message": "Make the new NetworkRequest flavour consistent with the others.\n\nChange-Id: I491eb0b6d2fa0f1c472c97ef403488407e71803e\n", "proba": 2.9036630166956456e-06}
{"commit": "da7835d5c3dfe49110ad9fadd843a5020a8c454a", "message": "am 576fc3ca: am c1dad5c2: Merge \"Flush HTTP socket pools and DNS cache when binding process to a Network.\" into lmp-dev\n\n* commit '576fc3ca6bdd5ffe606d3e36f6b8114530642d3e':\n  Flush HTTP socket pools and DNS cache when binding process to a Network.\n", "proba": 8.445848607152584e-07}
{"commit": "e67677f92c6db8f0c29df3d4798e10a782190214", "message": "am 777e2e85: am a34b531b: Merge \"EthernetDataTracker: Set network available on connected\"\n\n* commit '777e2e8545e37dfaf27f0f0ccd835f64fab7b746':\n  EthernetDataTracker: Set network available on connected\n", "proba": 3.460677930888778e-07}
{"commit": "de6bbe7fc168828406a90c84e8fb741f538f1a5a", "message": "am 2f24ab9f: am 4579ed28: Merge change 26944 into eclair\n\nMerge commit '2f24ab9fdc2c9d998a94e10a7ae0ce3087cffa7d'\n\n* commit '2f24ab9fdc2c9d998a94e10a7ae0ce3087cffa7d':\n  Add \"TYPE=\" to type attribute when appropriate.\n", "proba": 1.2954423311839491e-07}
{"commit": "8aac82a5248e922bac2f84df746b5d1f34498f53", "message": "Wait for bluetooth to turn on before Bluetooth Tethering is enabled\n\nChange-Id: I3fef94ea2cb102e1bb618f85e25d60c95cea1221\n", "proba": 2.219635007350007e-06}
{"commit": "8fe0f958f945c85265e5247dc38b30dab13f7830", "message": "disabled warning about unused local variable", "proba": 1.691803532821723e-07}
{"commit": "45002528f2714b68841f2549364790119b4e722e", "message": "Added missing file.\n", "proba": 1.3344676119686483e-07}
{"commit": "bdc0e82f9c075edb67da4a2583e557824c280415", "message": "MediaScanner: Add check for null object in empty title handling code.\n\nSigned-off-by: Mike Lockwood <368d0007e4626f70737d16df5e49ed8806b98c3f@android.com>\n", "proba": 1.3222125971878995e-07}
{"commit": "1580789a4de9cecf21b5c8f9e1ad52a7ac362c39", "message": "Added Database::changeTask and Database::renameTask\n", "proba": 1.333994248398085e-07}
{"commit": "1861dc7920315f08bad249792c6e171f378b70bf", "message": "Array Sorting\n", "proba": 3.831826688838191e-06}
{"commit": "b7c5f2f5ebb6945a036c90b5e245d7138a6013ba", "message": "Create HasCycle.java", "proba": 6.944941901565471e-07}
{"commit": "dfbb17d2474f1bae1da6fca2294f2be09cb13532", "message": "Matrix\n", "proba": 3.389202674952685e-06}
{"commit": "c7a9e6dfb37261b1bfb1d31cd78ca60f510ec2da", "message": "Added.\n\n\ngit-svn-id: 6c0206e3b9edd104850923da33ebd73b435d374d@622761 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.83687233049568e-07}
{"commit": "5eebf00df640db8ae18de9f014bdfc489e6157f4", "message": "Fix typos.\n", "proba": 0.9988985061645508}
{"commit": "163267c8c4c261b883c764f18bbbda3b7a3a25ff", "message": "add: \u4f7f\u7528 data \u6a21\u5757\u8bb0\u5f55 gps\n\nSigned-off-by: fb4ffb585624155a4e3af54b3f23419cca7a405a@163.com <fb4ffb585624155a4e3af54b3f23419cca7a405a@163.com>\n", "proba": 1.3158098965959653e-07}
{"commit": "4645a8e89f1933364ef405f9b0805716873672f1", "message": " Convert BST to Greater Tree\n", "proba": 0.9999994039535522}
{"commit": "03d03015eba04518b75644e0af1d95345e154ab2", "message": "Vision frame", "proba": 5.160654836799949e-07}
{"commit": "fc3b927a35b9e626da4462e54a003940e9c66d62", "message": "Clean up initialization a bit, get rid of unnecessary fields.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@252045 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.0193719794624485e-05}
{"commit": "5204d5bd8404699b649e40105b254ded8c433be5", "message": "Initial revision.\n\n\ngit-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@697 4f837ed2-42f5-46e7-a7a5-fa17313484d4\n", "proba": 6.137197487987578e-05}
{"commit": "b825ea9e31d77d3a3950061d177f5daa3b962ac0", "message": "change thumbnail aspect\nPR:\nObtained from:\nSubmitted by:\nReviewed by:\n\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@199111 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.7811025543323922e-07}
{"commit": "40e59f68751826786edffbfbc9c4d368344aed23", "message": "Factory for ListenableGraph.\n", "proba": 1.1598368132581527e-07}
{"commit": "5c78685d567a7caab0550b143ff1bb96c036f863", "message": "Add IpManager#shutdown() to terminate the state machine.\nam: b1ee39540e\n\n* commit 'b1ee39540ead2e4ee74d4dba9ee1b84211766221':\n  Add IpManager#shutdown() to terminate the state machine.\n", "proba": 1.2366377859507338e-06}
{"commit": "8f6554016eef767618bcd5d5515d6d04f682c513", "message": "adapter for IIdList\n\n\ngit-svn-id: ac804e38dcddf5e42ac850d29d9218b7df6087b7@455114 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.618765612780408e-07}
{"commit": "6850fa30f3120bb2806f5dfe87958efd062b9c50", "message": "SALT REMOVED. @HonestDanGames PJSalt\n", "proba": 8.377876952181396e-07}
{"commit": "e9b85352ef2e57d4dcc839021784988375d7f5d4", "message": "Current Entity introduced\n", "proba": 4.874188448411587e-07}
{"commit": "0a3db224fd171f5ff4ec018775e2f33f8a541d01", "message": "Update project hello\n", "proba": 7.225240779007436e-07}
{"commit": "81a73074afb4fa23ee30eca5b15bdb0e06accced", "message": "Fix errors in help", "proba": 6.0799942730227485e-05}
{"commit": "4075c0daed6fa2f9f88cdf3fbb4b2001ef92b7ec", "message": "evictAll implementation reorganize files\n", "proba": 3.3704614565976954e-07}
{"commit": "05dfa3c443e5afe99e06b535728540db13cb69ed", "message": "cleaned up structure, added documentation.\n", "proba": 1.0530605010217187e-07}
{"commit": "2908c69b56fbc05c4aa34b8903e91cbcbd64f3e9", "message": "Message: adding missing class\n", "proba": 4.139679731451906e-06}
{"commit": "efa09208c235b10ce6037f3d221b2d11dc37be90", "message": "sdack-1: Add classes for simplified building of process UIs\n\nRF: Color class moved to esoco-common", "proba": 1.2009331840090454e-07}
{"commit": "0eccad5c13958aead41a582ea80a6585e1349666", "message": "Some number formatting code clean up + comments.\n", "proba": 1.172721013631417e-07}
{"commit": "e6ed195615c5d04564eab32721fec91b992e3470", "message": "Remove confusing logging about surface size.\n\nChange-Id: I377cb6dd25c5db9939a6b7f87fef634426d6c2b4\n", "proba": 0.0012177861062809825}
{"commit": "f20bc69017914cf44e42ed7fc5385dcee4a48899", "message": "am 93297d20: Merge \"Apply the scale to surfaceinsets when computing crop region\" into mnc-dev\n\n* commit '93297d20865b1548d4405c22bf0c7f94140b43c9':\n  Apply the scale to surfaceinsets when computing crop region\n", "proba": 2.566935677350557e-07}
{"commit": "b22d6202ceeb223f577660e768f4798666c2f039", "message": "06_11 \uc54c\uace0\ub9ac\uc998 \uc2a4\ud130\ub514 \ub0b4\uc6a9 \ucee4\ubc0b\n", "proba": 1.2769672252943565e-07}
{"commit": "eddb0abf1f2f2840d5793399de168ad76757bd37", "message": "Outputstream which handles redirection of stdout to an AWT console\n", "proba": 4.1274572026850365e-07}
{"commit": "ae3f81e3ea549be88aac672f9498ee599015c45a", "message": "HelpWindow: Use offline version of user guide\n\nThe help window accesses the user guide at:\nhttps://se-edu.github.io/addressbook-level4/docs/UserGuide.\n\nThe user will not be able to access it if he has no internet connection.\nFurthermore, the user guide may not match the version that he is using.\n\nLet's change the user guide used by HelpWindow to an offline version.\n\nThe offline user guide and its associated files are stored at\n'src/main/resources/docs', so that gradle's shadowJar deployment task\nwill automatically copy them to the output .jar file. It also allows\nHelpWindow to access them using a simple relative filepath.\n", "proba": 0.000850846990942955}
{"commit": "19b692e0289af984f68799fd9bcd055b27cd5fe2", "message": "Add support for un-escaped queries in QueryHandler templates\n", "proba": 2.9003592771914555e-07}
{"commit": "25a50baa9fe270e78eb3cb4aeb77c488346de848", "message": "making the k,v pair real\n", "proba": 0.012984111905097961}
{"commit": "2a4abff2f9e41612a50700809c4324b62e338235", "message": "Added utility class VoidMethod\n", "proba": 3.0194473765732255e-07}
{"commit": "55a690c2df67cfc668c9fa3f7fda730950721106", "message": "Market buy and sell start", "proba": 1.5890144311470067e-07}
{"commit": "5a52ec2471559b3e4781af0592a7722396da78c4", "message": "WebSocket 1.0, Section 4.8\nDon't look for annotations on inherited methods.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1497299 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.8832663449284155e-06}
{"commit": "cf005bb4b042abaf9089ecb98cb2a794ed308943", "message": "fixed null pointer\n", "proba": 1.070238226930087e-06}
{"commit": "d6ca06687c3316b14d1a2fed7153c67b67e6870b", "message": "Lazy init Oracle's INTERVALDS\n", "proba": 1.1060419637942687e-06}
{"commit": "de00bc060bbac70164f6df5f509501fd580286a1", "message": "add interrupt controller interface.\n", "proba": 1.409383258987873e-07}
{"commit": "70552baf612233a279f6ebaaa81561901ed19bcc", "message": "renamed BufferedImageOpEffect ImageEffect\n", "proba": 4.3742224420384446e-07}
{"commit": "330a019ff8e23c972d67f15c7c3293c0cef1c39b", "message": "test case for #3206\n\nsvn changeset:8485/svn branch:6.1\n", "proba": 1.5948046439007157e-07}
{"commit": "92b8852ef6334f47e2390c6797bb02ce7c9ed1a5", "message": "Loader to get collaborators\n", "proba": 1.306957955193866e-07}
{"commit": "1a0769a401075cec76f10c0d0b77239f4a6c6875", "message": "Fix stuff still proceeding after errors during branch creation\n", "proba": 1.63178384582352e-07}
{"commit": "b0a70c5f7b3e383d70d85221757155a3a4d9b5f1", "message": "Create MainView.java", "proba": 1.2144631682531326e-06}
{"commit": "9ef4ce0300b0ac920445affca7a4975cf55d6fa8", "message": "Object to store informatoin about a reporter.\n\n\nSVN-Revision: 8806\n", "proba": 2.2956074019475636e-07}
{"commit": "3150a2e7322dd79c79083114a4866225fb2e613d", "message": "Extending abstract enums to avoid namespace pollution with unnecessary interface; also using Java 1.6 @Override for the first time.", "proba": 1.0037646802629752e-07}
{"commit": "c4442124249166fa375953c94787c9bf07d67118", "message": "Moved to this package", "proba": 2.2777037145260692e-07}
{"commit": "8d294cafeddfa935bee0342bb4ac8feb99f7a634", "message": "adding a trace analysis for N and S counts", "proba": 2.3803751503237436e-07}
{"commit": "b723146d321cc7dfccfd002d068f4e0124094a18", "message": "added new control constant & mean in the math util\n\nSVN-Revision: 10415\n", "proba": 1.5692532429056882e-07}
{"commit": "eb837696b72b623cc83179f7157e4fc2c1685e6b", "message": "memory file factory added\n\n\ngit-svn-id: c743ef249bd1050d67b86c1c69f54de62c81abbf@58 189a91c2-4759-11de-acc5-7fb027fc3da9\n", "proba": 7.097502816577617e-07}
{"commit": "f231cd9e3663a2d7862e927458dd36e24b64ccba", "message": "GuiAutoMerchant\u306e\u63cf\u753b\u51e6\u7406\u306bglPushAttrib\u3092\u4f7f\u3046\u3088\u3046\u306b\n", "proba": 1.4762407829493895e-07}
{"commit": "8c7cd57154f597d7e5bf38731f9c47b5da677f4c", "message": "Moves Kibble to stoked cauldron\n", "proba": 1.2446555786027602e-07}
{"commit": "abce55ea63bcc42a47d6ddff0f16d880ee38429e", "message": "142: add new class treeVertex\n", "proba": 2.2722970527411235e-07}
{"commit": "600a226d5d1f7519db65ae8eb5b15c6b1a3320c4", "message": "minor\n", "proba": 2.1615694549836917e-06}
{"commit": "443bdfd807f8b21154b9fd68103da5d9b0b98429", "message": "Log the caught CancellationException and the no. of attempts.\n", "proba": 2.1640205716266792e-07}
{"commit": "65aa88665fa8a0f308b56b2df35c180576696dcf", "message": "Add DepthFirstOrder class, a data type for computing the order of visiting the vertices in a directed graph with depth first search algorithm.\n", "proba": 1.2098341528599121e-07}
{"commit": "0ba0701c464149116c219560b693cfb15a4417d4", "message": "Initial checkin\n\n\ngit-svn-id: 036f06d8526d2d198eab1b7c5596fd12295db076@262 b35dd754-fafc-0310-a699-88a17e54d16e\n", "proba": 6.01112105869106e-07}
{"commit": "f58d8bc129151733ce561e05a7b135415dc44f13", "message": "Resolve warnings\n", "proba": 5.891415639780462e-07}
{"commit": "ee1be8397ba9e96228ec2e9fd4cbe38a039e42ee", "message": "Added MqttTimeoutException", "proba": 2.3647358204925695e-07}
{"commit": "85833ae4733978b839ce937da1879bb0f2fffdcd", "message": "Future sketched up\n", "proba": 1.9917611382425093e-07}
{"commit": "d31a572ffdd4b970563a0d1ce49e35b51d0b5afc", "message": "Acertando o m\u00e9todo que calcula o n\u00famero de jogadores melhores que Juquinha\n", "proba": 8.547633115085773e-06}
{"commit": "32c4dca96bbf943990a3d99afa9ba279f8130a18", "message": "Add interface for agent communication.\n", "proba": 1.2764363077621965e-07}
{"commit": "65de7bc748420bdd9aa5e4c4506b5a981e946b94", "message": "Fixing compiler import\n", "proba": 6.712966182931268e-07}
{"commit": "7769a5588e983f33e032f6be17b4fd62e6d922f0", "message": "Fixed a bug where the Server version was not correctly parsed.\n", "proba": 1.0526990479320375e-07}
{"commit": "eb2d4d89b44ef757c1ffce5c13eb73aef25491b6", "message": "Created shell for first junit..  Testing push to github.", "proba": 1.1251648857069085e-07}
{"commit": "c64cd621dc2f1acb4dcb79bfb9c414f24229560e", "message": "CMP-272 : Updated the data source java doc to explain the connection string setting that must be set.", "proba": 9.948141865834259e-08}
{"commit": "e407bbcd1f598a1392d52e3fabc668e14663a732", "message": "forgot registry\n", "proba": 1.6817189134599175e-06}
{"commit": "ace42058d67a52fb362543c5cf5aca64cf8de3e8", "message": "MATH-925\nMinimal implementation of a diagonal matrix. Unit tests are lacking.\n\n\ngit-svn-id: 80d496c472b8b763a5e941dba212da9bf48aeceb@1426757 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.3615676784393145e-06}
{"commit": "311e2bf8c08ba6086d43b58f73375d451e31ff93", "message": "MELHORIA: Novas formas  de processamento em lote\n", "proba": 1.8890573016960843e-07}
{"commit": "1b90e2f06f51dc2fecb39287f7c0e1e4cb8a21b8", "message": "Fix deploy/undeploy again.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@252542 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.007767416536808014}
{"commit": "ef5585d5735e40616a4b814c8fdf9084fe7e8d43", "message": "new feature: fuzzy flac loading\n", "proba": 5.175026558390527e-07}
{"commit": "16861291925bf7c178c1f44efe10537f4dfd8924", "message": "Fix for AXIS-1300 - Axis 1.2beta puts namespace on soapbody for document/literal services; violates BP1.0a\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@257878 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.88013119038078e-07}
{"commit": "9a3b309e7f597db2f21442d425b81d5ec3ca3e20", "message": "statement meta data\n\ngit-svn-id: a3757b7b28cb5f166982e3e590f726e1a71ef014@436 a27988d2-9830-0410-8773-31d6671a21de\n", "proba": 6.819688678660896e-06}
{"commit": "f4bc6bb2f8c7103c035ef458d648c3e65c46fa33", "message": "Fixed NPE for the cases when SignatureProductionPlace data is not provided.\n\nWe must check for null, because SignatureProductionPlace element is OPTIONAL according to the XAdES specification.\n", "proba": 9.873812700789131e-08}
{"commit": "f85d5a8de90ce50415f6c79d04808302eea1386f", "message": "15:22 18.08.2017\n", "proba": 3.929465606233862e-07}
{"commit": "072f16a472a5317bd814561b880e546d8ef887c2", "message": "Validace - formulare a oprava konstant\n", "proba": 4.730023022148089e-07}
{"commit": "bf96cf9d069536b90c93f0418ae54f05c1f3c9f8", "message": "basic range dimension class\n", "proba": 2.386462085723906e-07}
{"commit": "7a3bfd0cba319b979212253aa7d72e258ed30b76", "message": "Fix printer points\n", "proba": 2.571762706793379e-06}
{"commit": "afc66a37cb1f9cb13545bce385f62b73733173d9", "message": "create navbar panel element\n", "proba": 2.5591603503016813e-07}
{"commit": "20601576574de39f8b46975656f1324d1eec8144", "message": "Criado a classe DaoLoja", "proba": 1.7475671256761416e-06}
{"commit": "d58b122208a7ce7dacc92bd729c0cb1fe0a5056a", "message": "Fix MediaTimeProvider seek & time drift recovery issue\n\nHandle MEDIA_SKIPPED event\n\nPrevent notifyTimedEvent events (REFRESH_AND_/NOTIFY_TIME)\nto eclipse NOTIFY_SEEK events.\n\nAdd automatic seek when time drifts too much.  This should\nnot happen under normal circumstances, but is there to recover\nfrom any unannounced media time discontinuity.\n\nChange-Id: I8d7fdac2b0b6a9e62d2860461e6a25788e77fef8\nSigned-off-by: Lajos Molnar <8a149962704effdd4ef6827271fe942d7d775956@google.com>\nBug: 10954008\n", "proba": 1.20211154808203e-06}
{"commit": "3fab60bddb4ae719185f884ad167e5f16eaa4314", "message": "am 183c95e0: Merge \"Doc update: PlaybackCompleted valid state 4 pause\" into jb-mr1.1-docs\n\n* commit '183c95e0c725d3f2f213d56cf98c24cf51dc848a':\n  Doc update: PlaybackCompleted valid state 4 pause\n", "proba": 1.2666857855947455e-06}
{"commit": "043b26ba9adc1f8415ab8f6aac9e71d9ca66f898", "message": "am 4816ebe8: am e8a8440d: am f1207122: Merge \"MediaPlayer: provide mime type for all track types\" into mnc-dev\n\n* commit '4816ebe8c2f312bca44d95abdfec0dba137c4fd4':\n  MediaPlayer: provide mime type for all track types\n", "proba": 4.0226657915809483e-07}
{"commit": "e9708f7637cc1fdc7758ddbae07781b818fd126a", "message": "am 1321bc1f: Merge \"Update onVideoSizeChanged() callback method Java doc to explicitly specify the conditions under which the width/height passed to the callback could be 0.\"\n\n* commit '1321bc1fa3e6dcafcf3185b4efe2f9721ecdfef1':\n  Update onVideoSizeChanged() callback method Java doc to explicitly specify the conditions under which the width/height passed to the callback could be 0.\n", "proba": 4.4312199065643654e-07}
{"commit": "8c3e9c40694d3d088822a66fd7bd7fb85694d1d0", "message": "Added CreationTest\n", "proba": 1.7952153541500593e-07}
{"commit": "852a0f860225e72810066260a86483058fb1bcf4", "message": "Add the 'add sender' command\n", "proba": 0.0034669404849410057}
{"commit": "547af985e8fd5f92a609e4f9f481ac38f0f1af8f", "message": "Update Scanner.java\n\ngetComments", "proba": 3.6872816622235405e-07}
{"commit": "20f09caad63aacdef0b0b77430a12edfc032efe4", "message": "Point MySQL to Docker host\n", "proba": 2.1074076528293517e-07}
{"commit": "0a46273564d745613a14c42b79e39343088df0b8", "message": "wip travis\n", "proba": 3.123036776742083e-06}
{"commit": "f1f12df2e90872a16fb22770ec8ae963e6ad5049", "message": "Added tests for ImmutableTst\n", "proba": 3.4808888926818327e-07}
{"commit": "3fe1d4cfdd57844af14842ee12558872a978e72d", "message": "Adding unit test for QuryStringBuilder.\n", "proba": 1.1464161531193895e-07}
{"commit": "700b1e0514547a978f69a0456dad2bf3ab331ae5", "message": "Committed unversioned files...\n", "proba": 1.1994863768904906e-07}
{"commit": "ffb0d74ecb296d9ac0f709695121d171359f7fdb", "message": "Add Test for Utility Class 'Position'\n", "proba": 1.8514511168632453e-07}
{"commit": "ffbd2a62b5af8a2c2bd1a151dc2b40fb7e471a18", "message": "Define some tests for the NanSumCount algorithm\n", "proba": 6.906563794473186e-05}
{"commit": "7696ea89c9bb69cb4da429e142f316ea0b650f6f", "message": "In the WebLogic hack, instead of using String(byte[], int, int) and printing the String to the writer, use CharsetDecoder directly to decode the bytes to chars and write them to the writer.\n\ngit-svn-id: cf2b8e13e5fd585456580429c3991d4364a2cb88@1472 d471f07e-d8fc-0310-a67b-dd4c8ff0e7cd\n", "proba": 5.503062129719183e-05}
{"commit": "55f817491394ec5708d752e4ac09554cc7bc0fbb", "message": "Walk up the inheritance heirarchy for classes and interfaces\nwhen looking for methods.  This supports the Stop Classes; classes\nwhich teminate the lookup when encountered on the chain.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@253403 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.0150181373755913e-06}
{"commit": "709d0c545de6aa8dcefe4a31b9e992b73a402ded", "message": "Adding ISpectralEstimator, an estimator for a spectral response which is not\nexplicitly but from which we can obtain random samples.\n", "proba": 1.0365761227149051e-07}
{"commit": "ca7498fd96227f48fa5381d3839ffa4ca6a3eeec", "message": "use correct type for test\n", "proba": 6.06865796726197e-05}
{"commit": "493749dc8cc8910756ceb95d6e4ff125bd5980b2", "message": "Attempting @Bastian's Idea\n", "proba": 2.478737144429033e-07}
{"commit": "6d245e6a8f77154906d22e9adab1df6be88c12e6", "message": "spec for getting book name from user when user try to checkout book\n", "proba": 1.502598934166599e-07}
{"commit": "720c47e6b316441d7bf77a3ac7c42cb075d162ce", "message": "Module 03 - task 03", "proba": 0.002761771669611335}
{"commit": "6c27df463b3d1628392218682133be3d95fa2958", "message": "removed duplication\n", "proba": 0.0013168147997930646}
{"commit": "3878417976d84ddddd3f3bb9dde028e5843951e9", "message": "d&c/inorder traversal\n", "proba": 8.838647772790864e-06}
{"commit": "fe04bc4663ab22596989d15dbb231dda006e4cd5", "message": "first commit\n", "proba": 2.536962142585253e-07}
{"commit": "49eec6671eecbe67da15fac86f06d60ff6d16224", "message": " performance improvement ", "proba": 6.001536803523777e-06}
{"commit": "dd99fd83b3e9e8f403092d5c942ead266b015a01", "message": "Saving now uses the name of the Tilemap\n\n- No longer crashing on save when no tilemap was created", "proba": 1.3531833076285693e-07}
{"commit": "8df37130da5e1beeff5e07d3ff8705dbb72af19d", "message": "am e4f0c5b4: am 5b72a6ab: am 41615284: Merge \"SwipeDismiss: limit fade to 50% alpha while swiping\" into klp-modular-dev\n\n* commit 'e4f0c5b4f045fb189bd767d364b40eb1bda7b022':\n  SwipeDismiss: limit fade to 50% alpha while swiping\n", "proba": 6.403847123692685e-07}
{"commit": "fda56feca017a49611da913911c3bce7984059a1", "message": "am a92e765e: Merge \"Fix bar visibility after restarting immersive activities\" into lmp-dev\n\n* commit 'a92e765e1e764e6d34ca56b5617b00dc74a0e887':\n  Fix bar visibility after restarting immersive activities\n", "proba": 3.646246113930829e-07}
{"commit": "fd3a56c9dd8aff5df3e595e84c1e63988bea41db", "message": "OWS java harvester\n", "proba": 1.3408208587861736e-06}
{"commit": "ab0cef128a29180bf19f895b5048e86f7a3724f0", "message": "2015 ACM-ICPC Daejeon Regional Preliminary Contest #I: Particle\n", "proba": 1.132957336835716e-07}
{"commit": "89e1a511cf586bcfa6970bfbf7fae0ef7b5a46c3", "message": "\u8986\u59cb\u7ec8\u8981\u8986\u76d6hashCode\u65b9\u6cd5\n", "proba": 1.141630264100968e-06}
{"commit": "fee71d0fa532662bb6c98febb8b16b45439fa14c", "message": "java-primality test\n", "proba": 4.585527335621009e-07}
{"commit": "d50b81fd8531e5ef604e51392dc9895070270ea0", "message": "cad UserSort class to userSort\n", "proba": 3.711774070325191e-07}
{"commit": "e7be057999e790018d5ca11ff2c8a4b749ba8396", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "bdcabc66a6abb120530f2aefc2f96db5ef71aa2f", "message": "fix typo\n", "proba": 0.9999909400939941}
{"commit": "974711c02364f6db092ad01fd7dad4d7c6fb50cb", "message": "INterface allows the correct exception to be thrown so do so.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1696479 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.2028996934532188e-05}
{"commit": "f2d4e222250ccea5fa112a97d0eca10f3ca09b89", "message": "Grinder error checking.\n", "proba": 1.7214374281593336e-07}
{"commit": "a1baf0288407c17737cf92bba5c7fccb8c8c55ed", "message": "am 23ef1b5e: am 16ea3e6a: Merge \"A background started service is removed from mStartingBackground when timeout. Fix is to make sure mStartingBackground is updated to remove one.\"\n\n* commit '23ef1b5e0b84e3bb726454b97846f91f2efad212':\n  A background started service is removed from mStartingBackground when timeout. Fix is to make sure mStartingBackground is updated to remove one.\n", "proba": 5.030974534747656e-07}
{"commit": "8bc8907ef142b4d60c1728f20cf18836833f1aad", "message": "Correct window replacement string comparison.\n\nWe were comparing the objects, not the strings, which happened\nto work in many cases as they were both the same package name String.\n\nBug: 26668339\nChange-Id: I025d05586cc6c11e788add967c7e6ad916cba276\n", "proba": 7.729588833171874e-05}
{"commit": "70e12aa123b47a2856e64b0bc36171ce833f9ec8", "message": "[DO NOT MERGE] Fixed NPE when trying to animate a window without display\n\nIn some cases it is possible for the AppToken.allAppWindows list to\nget out of sync with the list of windows known to WMS if the client\ndoesn't call Session.remove(Window). This can lead to an NPE when\nthe animation threads runs and the display for the window has been\nremoved.\n\nBug: 19972099\nChange-Id: Ifdf9ff2364b96757bba0539394c4a682f64577c9\n", "proba": 2.5837052817223594e-06}
{"commit": "f93a7c88e52a990f5cc408f54093deb6efa183da", "message": "am c1c44a56: Merge change 6363 into donut\n\nMerge commit 'c1c44a5614c4ab7aaf5315f92dc1c8f6420c8f1c'\n\n* commit 'c1c44a5614c4ab7aaf5315f92dc1c8f6420c8f1c':\n  LocationManagerService: Use Context.checkCallingOrSelfPermission for permission checks\n", "proba": 5.246224645816255e-07}
{"commit": "2d9ccdb4abd393375c5ae99445afbb8b0855d25c", "message": "am b445362b: Make upstream tether list threadsafe\n\n* commit 'b445362bd67cf596cfdd39db2dbe8f42cf9a119a':\n  Make upstream tether list threadsafe\n", "proba": 6.959959364394308e-07}
{"commit": "e55564b64ff496e99247ebe75ae5470d7384b87c", "message": "Making a netbeans project in place", "proba": 1.8149133893530234e-06}
{"commit": "313499e5702cfb376c05cac7e4806d4ac549b201", "message": "fixed insertion query\n", "proba": 2.9130128496035468e-06}
{"commit": "019e04a5976af82933cffb2d0d168b79671e6836", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "36459919b8b5ad818c250495d900f26766560017", "message": "\n\nSigned-off-by: Joey <Joey@DESKTOP-E2AEA9A>", "proba": 1.3906034723731864e-07}
{"commit": "b124c046e1616f3a256e68b37a4fc6c42cdfd675", "message": "Fix testZippedFileHandle failing because I specified the wrong path.\n", "proba": 1.1899408747240159e-07}
{"commit": "a3dbd195fcb7e2ab4f626b3e28b09a2ca829c482", "message": "*TeleportCommands: R\u00fcckmeldungen gefixt\n", "proba": 1.3148765276582708e-07}
{"commit": "05301b32f8ffc570eff996807745bbef6d3e6166", "message": "BinarySearch - just a simple binary search", "proba": 1.4312270479877043e-07}
{"commit": "724aa950b99ab1e31494ed12015b0f8ab6a9cd82", "message": "tested list didn't spot error\n", "proba": 9.243918270840368e-07}
{"commit": "eb473ede1913680004846b3f1dc1a6249831dcbd", "message": "LUCENE-1754: add EmptyDocIdSetIterator\n\ngit-svn-id: 4c5078813df38efa56971a28e09a55254294f104@798091 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.170218848135846e-07}
{"commit": "2ec5cebee5adbd66520ba7da4ffd30b3dfc608ee", "message": "test to do some more interesting introspection tests\n\n\ngit-svn-id: 7267684f36935cb3df12efc1f4c0216d758271d4@75749 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.27366507235638e-07}
{"commit": "f9dfd0bb6401b0211f672bd6009685d5d2a193d3", "message": "Correct case file name\n", "proba": 0.001964557683095336}
{"commit": "926b2f777e8b3c873f0ef63029e539ad369a9cf7", "message": "Added a factory bean to return base path.\n", "proba": 1.066644870206801e-07}
{"commit": "9407c26ac2adf092e6145ccd9a9f1ff9e46f9b73", "message": "IterableCompat development\n", "proba": 2.457037453496014e-07}
{"commit": "497cf5f5bb858073fe10e6f3cad086a0d498b3fb", "message": "Fixing source code formatting\n", "proba": 5.272192538541276e-06}
{"commit": "552aa1f57c82beac99c99ada6eab2eebf72da380", "message": "ADD constants related to internal transaction ID\n", "proba": 4.364921437627345e-07}
{"commit": "e086e5a3de1beba39c22b601d8b16db3d62d88de", "message": "Added IntegerEquivalent.\n", "proba": 5.933716806794109e-07}
{"commit": "9fb2c8cc71a2bc1e62c68c55351b298b32035100", "message": "Utility to start an OSGI framework from what's available in classpath. Allows interaction with framework instance, bundle installation and invocation of classes with main(String[]). \n", "proba": 1.0543648443217535e-07}
{"commit": "bf1f210383fbc0b7fece9bffb011ba3f827232fb", "message": "squash a rare case of 'null' string being generated for names like Galen Ullrich", "proba": 0.0021155544091016054}
{"commit": "0d3170178eec2f8d5ca26dd9f6c3a815acd557f3", "message": "Fix mcp capitalisation\n", "proba": 0.9999648332595825}
{"commit": "12c812fdc62f73427c3427dacf9b4bca88bb6d0e", "message": "Create SortCommand class\n", "proba": 3.3890754025378556e-07}
{"commit": "1384142a5f3861713353d61368cbeadabd766f16", "message": "Add dummy new ViewCommand command for FindCommand\n", "proba": 3.2954540074570104e-07}
{"commit": "7336c1679e376887d9a469197dce41af7430ace5", "message": "Add SortCommand.java\n", "proba": 2.033552391367266e-06}
{"commit": "5fea2f22de19411bd18c2da88fe987a56542764f", "message": "Modified fade amount.", "proba": 1.3824700317854877e-07}
{"commit": "1249dbaf2aa3e583f57b01f17575052c91f4ec6b", "message": "Add utility for intent\n", "proba": 2.9764709097435116e-07}
{"commit": "b37bb9475bab5574e6ffc3366f52be679b4e1c42", "message": "Test case for external reference list and encrypted data element.\n\ngit-svn-id: 10bc45916fe30ae642aa5037c9a4b05727bba413@372851 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.000205356307560578}
{"commit": "cc5dbbf8af0359a0e87a7b971ee332fb0cec5190", "message": "Finalmente\n", "proba": 3.06885067402618e-06}
{"commit": "914515147279e2befdbc83ad8510bc790ac98ca9", "message": "Trunk: new Tracer dev: comments for late dev", "proba": 1.4577445028862712e-07}
{"commit": "e43bbeef89e2423e4b2d9ad45cf0b8d1b2e91329", "message": "Added dummy app widget service. This service can be used to shut up warnings about missing app widgets whenever sense changes state.\n", "proba": 1.0810579453846003e-07}
{"commit": "5b0267a6efa984f148d62da725d0668f7be96460", "message": "A new renderer that renders multiple feature glyphs one ontop of the other\n\n\ngit-svn-id: ed25c26de1c5325e8eb0deed0b990ab8af8a4def@2350 7c6358e6-4a41-0410-a743-a5b2a554c398\n", "proba": 2.066242132059415e-06}
{"commit": "9cfd2971916c71fbb2287b526e8a354a48c547f8", "message": "Adjust time shown in logger Resolves #443\n", "proba": 1.2290783502066915e-07}
{"commit": "0086265c902f396772d114662119b511627e7c6c", "message": "Highlight situations where xrefs are attached to different objects (gene, transcripts etc) in different species.\n", "proba": 9.967514813524758e-08}
{"commit": "393e02808ef00fe0040ce7a89542a509a1de7f5f", "message": "delete comment\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@3205 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 3.1393992117045855e-07}
{"commit": "ec47006e832abb569f389196b26da31e38834e39", "message": "created marubinotto.piggydb.spike.SpanRegexSpike", "proba": 3.406148039175605e-07}
{"commit": "0a38e94b0eecdb3f9416b305a1957ce8fcc50afe", "message": "Add stubbed test for testing lookup of OIDs in from SNMP4J.\n\n\nFormer-commit-id: 6841a3af8d3fed8ff546323131551274593822c6", "proba": 3.867161467496771e-06}
{"commit": "c0fed35a56a33767dfd973ccfce3b26f5bd7dab1", "message": "xml parser\n", "proba": 3.951678536395775e-06}
{"commit": "01f7990d6f9f10e437d5c68b928fc35a8388f035", "message": "done with menus\n", "proba": 4.5923806624159624e-07}
{"commit": "af32b913879398868025c4d2462186d657feaf15", "message": "Add missing StagingSetup.java file\n", "proba": 8.038091436901595e-07}
{"commit": "293b6575a0dad907183842cf9d5b7331a042592f", "message": "Instance of Operator 2\n", "proba": 6.713388529533404e-07}
{"commit": "ce3da12650191fe0421694a16f0761377a5f51c0", "message": "Fix Gump. The IBM JRE does not implement this new cipher\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1687750 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999953508377075}
{"commit": "cc7d060ce92e6d75e9133fdc7b72491bb0e7ea60", "message": "added minor comments", "proba": 1.6327396679116646e-07}
{"commit": "993332ccdeabd737763a03945b4bd70b3d091939", "message": "Add BaseFragment\n", "proba": 5.428989311440091e-07}
{"commit": "237ae35d5f588b100993f4a63604ec2ce13aa3d5", "message": "+)MVVMArms BaseService\n", "proba": 3.693550070238416e-07}
{"commit": "66e40e04cc67fe57276a5fb643938d919cc2e32e", "message": "Add DataWH class\n\nAdd DataWH class, it will hold the contents that shared with\nmulti-classes\n", "proba": 1.4664186664958834e-07}
{"commit": "55c91589bc8a3a780915c7bfa9ef73a8d0a3d867", "message": "Agregando ajax al correo del index2\n", "proba": 4.0601821638119873e-07}
{"commit": "043bf29218437ec043a212d13d3c7245eb10d1d3", "message": "refactor\n", "proba": 0.9999991655349731}
{"commit": "e3917ffea2f74f7c00d48b91600fe599dbe814f9", "message": "time O(nlogn) space O(1)\n", "proba": 0.002435584319755435}
{"commit": "df171346fdd59c3e1350ca6b5c32d6eda0d17de8", "message": "A PixelSource is a more general source of pixels (can be a Picture of a SymbolPicture)\n", "proba": 2.4561191480643174e-07}
{"commit": "71c6ab36dd465407028ed00edb24f1ba51cee0ac", "message": "Change repImage resolving to be simpler.\n", "proba": 1.3662386777468782e-07}
{"commit": "bf4c844d6f5a8a013816634641fc222d1787fd71", "message": "Added a few more missing properties\n", "proba": 1.295138361001591e-07}
{"commit": "29dc9295916732e27872bb66481c95c2e3234a2b", "message": " solve haileStone?\n", "proba": 0.0010807259241119027}
{"commit": "297442e9ded0a5359a75e2833617fd6e3e638982", "message": "return a DataTag\n", "proba": 0.9999992847442627}
{"commit": "2f06e44cea4668aef01c4d629ec17de7fece3f07", "message": "remove errant print\n", "proba": 0.0011669574305415154}
{"commit": "b982d0f3f8000fb20ce9822704083047144f56e9", "message": "add getter for thermostat interval\n", "proba": 2.3616932764980447e-07}
{"commit": "981673cf632b8a2e057987d08042227eb4f6a260", "message": "\u3010\u6dfb\u52a0\u3011\u5224\u65ad\u4e00\u68f5\u6811\u662f\u5426\u4e3a\u5b8c\u5168\u4e8c\u53c9\u6811", "proba": 1.639266002939621e-07}
{"commit": "0c6e15627840418f9143c57c5418a07f868d3fa8", "message": "add class LiteralNode\n", "proba": 2.5269682737416588e-06}
{"commit": "f7592f04133bebd2069f73e96306cdb36e07f349", "message": "Lintcode/src/chapter4_DynamicProgrammingI/MinimumPathSum.java\n", "proba": 3.276085465131473e-07}
{"commit": "0dc3c16d013a640315cd46907d5530eb02ecf176", "message": ":bug: Fix AutoSplashPot sometimes throwing 2 potions at once", "proba": 1.5416861742778565e-07}
{"commit": "a69f734b8fbb025fb36f463a4cc56900cf759a67", "message": "Update ArrayIntersection.java", "proba": 9.323823633167194e-07}
{"commit": "2c00aa4f457af4b992caf3763fe3db75c2a52fbc", "message": "Create Elephant.java", "proba": 2.2139809516374953e-05}
{"commit": "81a2b3ebf552454e0e0ebc61608a1a7a279ada2f", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "1d34eb5114a653ae71be356e6d9c94d92ac394bc", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "9008f09c11ed5639a88f650fd9b3b47d2ef23852", "message": "Add context in Application Class.\n", "proba": 3.107523696144199e-07}
{"commit": "c80a691ef1f1ecad0d1b58fe2f860962878a75bd", "message": "feat: Get user profile using either Facebook AccessToken or AccountKit AccessToken\n", "proba": 2.3257882730831625e-07}
{"commit": "fbdcfb4b3d5f34d80603cd3be6fcd0fdce17d359", "message": "Added Base Stuff", "proba": 1.362886337119562e-07}
{"commit": "9fa771a02091bd36453fc6d678dc513715352aac", "message": "SQL typo fix - Adding deleting works\n", "proba": 1.5044486190163298e-07}
{"commit": "739d3cca2aa70739a9a9a21c2bfac31b141db045", "message": "Remove debug log\n", "proba": 2.034867748079705e-06}
{"commit": "6adc39a61e53c56605560c897960c1bc788e7b46", "message": "test\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@1913 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 8.29962516490923e-07}
{"commit": "be9203f14703d02da07cf9dc8674fe295b36c466", "message": "Add `AssignStm` class\n", "proba": 2.927425839516218e-07}
{"commit": "26b18913e6b99846a706810a91857c72591a7194", "message": "pants?", "proba": 6.529354550366406e-07}
{"commit": "a2f44da50a6f79c4be3294c654f1fad70b3b8924", "message": "skeleton for command line interface", "proba": 5.710444384021685e-07}
{"commit": "50a50ea38a7453fd7c5ac0adb46ec46bd1510e60", "message": "Begin heavily revising kd tree\n", "proba": 2.6519572315919504e-07}
{"commit": "0521c53a30a7d1c467b1dbec22156084e9e5beaa", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "a15b6c519a9db19f81b450ccb8fabbdcc31135e5", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "819e585cee9ca6b900a76f32fdc2f075b8b89e52", "message": "Ajout d'une classe de Test\n", "proba": 2.6381641760053753e-07}
{"commit": "a5b63bd87b91f378dbc1813fc49fd21d7a654024", "message": "add next permutation\n", "proba": 0.00010863647912628949}
{"commit": "50f98c9323665bc07d54403c09b94fb28252a7e3", "message": "add startUITEST\n", "proba": 1.6148273971339222e-06}
{"commit": "e180fb9c5be94972417a5d11b3cab2170c414110", "message": "Add DepotUpdateRequest\n", "proba": 4.173195691237197e-07}
{"commit": "4cf9a401512142791b204313b5a883263ee8e61f", "message": "First stab at the command-line interface of the Updater\n\nThis comes directly from the Fiji Updater, relicensed under BSD, with\nfixups to make it compile.\n\nSigned-off-by: Johannes Schindelin <53fb8db7833fca1e1746dd8592f61048d350f64c@gmx.de>\n", "proba": 1.1451944459395236e-07}
{"commit": "c6b21f526b1741b1f85a7c67e324ff4866c2ec10", "message": "Update CmdSearchOrder.java\n\nHandle null pointer exception", "proba": 5.181406663723465e-07}
{"commit": "21e03ef02038aa60829ecfc7fe06633e593cf0f1", "message": "Change version to 1.6.1", "proba": 6.404132000170648e-05}
{"commit": "d87bb239d68b7e0b859e41cd73939c374c8472ad", "message": "Fix auth retrofit interface method\n", "proba": 4.0685816315999546e-07}
{"commit": "161e448619383e4b6d4bdf7dbccfa62e9747477f", "message": "Fix `OkHttpClient.Builder` used in `RequestManager` after adding `Stetho`\n", "proba": 1.1705823510510527e-07}
{"commit": "d4b3985fbd6a5f00ac7120431d56217383a0a48c", "message": "Fixes to the patient sync and enables patient registration\n", "proba": 1.1399522037436327e-07}
{"commit": "f22e0d36fef65569bcc0f22a2ca65f928a200c18", "message": "Fix messed up 'Patternfly.java' file name (1)\n", "proba": 1.9883782442775555e-06}
{"commit": "89cb934f29302906cbe1e527dc244db448a850c1", "message": "make heapdump map aware\n", "proba": 8.214517492888262e-07}
{"commit": "2ecc1379e7d7667f27393ad558dddf2acfa13383", "message": "Ensure all Raft nodes are terminated before CP member terminates\n\nIt could happen that a Raft node can leak and stay in ACTIVE state after\na CP member terminates, because of a race between Hazelcast member\nshutdown and Raft node termination logic. This commit fixes this\nproblem by deleting a Raft node from the internal state of RaftService\nonly after the Raft node has completed its termination. By this way,\nthe Hazelcast member shutdown / termination blocks until all Raft nodes\nare terminated.\n\nEven though we have been bashing about our test failures in our Windows\nenvironment, it turned out that Windows helped us to discover another\nedge case in the never-ending battle of Hazelcast member shutdowns and\nCP group destroys. Windows does not allow a file to be deleted while it\nis still open (probably this behaviour could be changed) and if a Raft\nnode has leaked in ACTIVE status, it causes failure during deletion of\nCP group directories in the following loops of the CP group destroy\ntests.\n\nThank you Windows for having principles for file deletion.\n\nFixes https://github.com/hazelcast/hazelcast-enterprise/issues/3219\n", "proba": 6.724456761730835e-05}
{"commit": "903e72dda3a3d3edd8375c628054a20a9ca15354", "message": "Minor rename in diagnostics log file; customer had issue with #, so replaced by _'\n(cherry picked from commit dd40d77)\n", "proba": 1.1540420530309348e-07}
{"commit": "ffcb5a98c99512658cec94b8a7f10fd8b4936f7d", "message": "improved counter", "proba": 1.4284794360719388e-06}
{"commit": "d84675fd4c3fb5513887bec178b9af5778d0932b", "message": "Change visibility modifier for EE PR\n", "proba": 1.8379769528564793e-07}
{"commit": "765528650066d5c0cc857b38276696e7e2f147f4", "message": "123123", "proba": 0.9999810457229614}
{"commit": "9eafecbd16bf761ba3bd7b7f7056a4cc96097dec", "message": "Per http://markmail.org/message/nqnogctvfuyzhtol\n\n1. Already encountered two users that would like to set this value. There is\nnever any need to hard code any value, regardless of its use \n2. This turns it into a property on the listener \n\n\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1377689 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.384583113889676e-06}
{"commit": "59db853354051bae3ff39231689b49a10059f0e5", "message": "Simplify. canRead() includes an exists() check.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1539855 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0016993919853121042}
{"commit": "311eb3c64ab3691c8b311d8d4721ec8231a2c8e6", "message": "Initial commit of connect event.", "proba": 1.2420990458394954e-07}
{"commit": "501f0aeca237b4b3c5ff0b68e463b219f88a4f72", "message": "Added ScopeResolver to manage scope instances.\n", "proba": 1.0549904772005902e-07}
{"commit": "10c110c0eaa4aad6955be5a0b77f04484935095b", "message": "Add the GeneralName test.\n", "proba": 1.438840399714536e-06}
{"commit": "8a2445dc2b597b0f6d94e1ec352818b0a6119013", "message": "optimized compass\n\n", "proba": 4.135583822062472e-06}
{"commit": "354327f0609ec3a84676c112f4d8b1bdab3c66d0", "message": "adicionado m\u00e9todo utilit\u00e1rio para facilitar a \"[des]serializa\u00e7\u00e3o\".\n", "proba": 3.8873321273058536e-07}
{"commit": "16e8366fe4fbad8872f73b00110eba71357f3c54", "message": "Update BinderShim.java", "proba": 2.353253307774139e-07}
{"commit": "cb1bbd732caeb9ed30b3e6eb41e0bcf35f2f8bc9", "message": "A couple more minor formatting tweaks to nvdl.SchemaImpl", "proba": 1.2891040057638747e-07}
{"commit": "e33b9c5227f4af6b2bf36c61d8b6eb85e0d7881d", "message": "Adding BEAST UnitTest for debugging", "proba": 1.6510030320660007e-07}
{"commit": "8c1c6e5be51a16311d7d2b3be0216fea20218e01", "message": "Create Writer.java", "proba": 7.398423917948094e-07}
{"commit": "60d6f31876bd0ec69f45e487684cf9acbd9f81f3", "message": "Generate offline mode UUIDs the same way Mojang does.\n", "proba": 1.509232879470801e-05}
{"commit": "6a93af9fff1abe353588e0b0f37d3d4f2e1d1980", "message": "Introducing BytesUtil.java\n", "proba": 2.7591670459514717e-07}
{"commit": "6de7d0ddb2007a6d9245bc63b14981b66eacaae6", "message": "adding test methods\n(cherry picked from commit 0f4df3cb292fab4b54b61c6379c838ef672edf5c)\n", "proba": 4.2526403376541566e-07}
{"commit": "4ecdeaa998cc3eb5a3bb623361d0ae6937bd157b", "message": "98 : \u5186\u3092\u63cf\u3053\u3046\n", "proba": 1.8820981040335028e-07}
{"commit": "e844c5d0bff633bab86bc3569cc4b91228134db6", "message": "init:initial check-in\n\ngit-svn-id: 7003860f782148507aa0d02fa3b12992383fb6a5@3419 a09ad3ba-1a0f-0410-b1b9-c67202f10d70\n", "proba": 8.086523166639381e-07}
{"commit": "7403a4c6fbe84021d4ff689108eee4c008f74faf", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@3018 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 5.963977969258849e-07}
{"commit": "93f7019eeb2d4a6d2bbf52cf9390e72a29b05788", "message": "Use final where suggested by the UCDetector\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1298793 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.849193709967949e-07}
{"commit": "36d8d2586082cf31f31768bfd01ef0d55d5b0aea", "message": "Remove class that was moved to a different package.\n\nCompletes the API change.\n\nBug: 17006805\nChange-Id: I5031e05df6b1a317a902482274eb056ecaf5dfbb\n", "proba": 8.604821232438553e-06}
{"commit": "c6ce5ba083d67bd906635e8b7c5878793a1674bd", "message": "am 012785d8: Merge \"Don\\'t auto scroll empty lists\"\n\n* commit '012785d8cbaadb4041707af350e122ad29d22151':\n  Don't auto scroll empty lists\n", "proba": 5.789295869362832e-07}
{"commit": "5b0fb3a7e8070ed366a85acc1904d2f34030445d", "message": "Fix 2463886: Allow delayed fetching of DevicePolicyManager in LockPatternUtils.\n\nToday we're seeing a crash that's likely caused by a change in the order in which\nsystem services start.\n\nThe crash we're seeing happens in response to user interaction which happens after the\nboot process completes, so we should re-fetch the DevicePolicyManager if we weren't\nable to get it when LockPatternUtils was constructed.\n", "proba": 1.1898285379174922e-07}
{"commit": "c211442b0406900c4b9604cc5e13148711f98ddf", "message": "minor\n", "proba": 2.1615694549836917e-06}
{"commit": "4cff8ac60ddc6f3838e51c61ee13e67d5aacdf7a", "message": "Scheduling fix for JobScheduler\n\nAll ready jobs are now queued for execution when\na job completes execution or when a job becomes ready\nand some other job is being executed.\n\nAlso fixes reporting of idle state.\n\nBug: 26131545\nChange-Id: Ibadd95a31869e610c63fc147f9b10866a7439ac6\n", "proba": 2.4112657115438196e-07}
{"commit": "40b44120d5b7560d13eefeb5c295789dcdd42bea", "message": "am 61df2efa: Merge \"Use the crop function in the surfaceflinger screenshot api.\" into lmp-dev\n\n* commit '61df2efa19e075646f47bd4c124e0bd42539ee50':\n  Use the crop function in the surfaceflinger screenshot api.\n", "proba": 1.489011509647753e-07}
{"commit": "9820befa237efb70963c6286e4543c72a2c8e24b", "message": "only 1 battle per player at a time - no new battles can be started now while the first one is still running!!\n", "proba": 9.67903233117795e-08}
{"commit": "7b5aeca50b3069b1f8bd4db0317a3829c4b540a2", "message": "Fix GpsLocationProvider.enable/disable/isEnabled\n\nFix the issue where GpsLocationProvider.isEnabled() returns true when it\nis really false (and the other way around), when the handler hasn't\nprocessed the enable/disable messages yet.\n\nThis can be systematically reproduced when the caller code is using the\nsame thread as the thread of the handler in GpsLocationProvider.\n\nFor example, this was happening in LocationManagerService.switchUser().\nIt would start by disabling all the providers (with\nupdateProviderListenersLocked()), then re-enable them in\nupdateProvidersLocked() only when isEnalbed()==false, which was in the\nwrong state since the GpsLocationProvider.ENABLE message hadn't been\nprocessed yet. As a result, the GpsLocationProvider was disabled upon\nstartup of the phone.\n\nThis is a slight problem for the enable() contract, which specifies that\ngetStatus() must be handled, getStatus() will be handled but might have\nslighty not-up-to-date info in this case.\n\nBug: 8028017\n\nChange-Id: Iff91a11cc150e9029a6db85b64a10a926e12b0ba\n", "proba": 0.0011982504511252046}
{"commit": "d11ab2da3a69d8a2b9822f075b9f9d5b23c12bb9", "message": "update comment\n", "proba": 1.72829359712523e-07}
{"commit": "7b16cff5ac66daa753973fb6758469c3d58a7328", "message": "dump IController and setController\n", "proba": 3.619454957970447e-07}
{"commit": "772413e51de378b6b4c2980c59b02ddd2fd5746a", "message": "Change way of downloading file\n", "proba": 9.198382940667216e-06}
{"commit": "0cbe5747645166c3eb823305a03a8b9db68db4e8", "message": "XML Basic Resource added\n", "proba": 1.874583546168651e-07}
{"commit": "25a4f78fec0607b003a8746ffacd4bdceba467d4", "message": "fix ar nirvana\n", "proba": 0.0010138129582628608}
{"commit": "b2c8da2b202d1638d29d299c31a316a6809ac4e5", "message": "added StringHelper.java\n", "proba": 2.4058653025349486e-07}
{"commit": "c6df8971844b5cb1739fc6f29f40146f5ac60a6b", "message": "Made web version file path private.\n", "proba": 1.132217448684969e-07}
{"commit": "769c41cffe846e6feb505d29f8e9dd4d81e86c35", "message": "Cleaned up old web version get method.\n", "proba": 1.0988112109089343e-07}
{"commit": "d1e93be1e9a3666f9905c7a61a78e540c228fa9e", "message": "Changed the result handling from isNull, getResult to be getResult, wasNull.  This resolves a problem under ODBC (grrrr) and may be a \"better\" pattern anyway.\n", "proba": 1.2320685982558643e-07}
{"commit": "2f6a9579fe244b68e1969ef80769ace5578306f8", "message": "IntState\n", "proba": 1.591653926880099e-05}
{"commit": "db7368669fad06d8ccb8eb5dea2f453e8df749bf", "message": "Changing output of some methods", "proba": 0.0001841964985942468}
{"commit": "96aebaee911c0857c4ceb6f2dc54c3842a963e9d", "message": "added empty stringg check\n", "proba": 1.4321842627396109e-06}
{"commit": "23d50a46931af011c33d21e6440dcbd042e4b028", "message": "added server/desktop bitmap based on buffered image", "proba": 5.673493888025405e-07}
{"commit": "deb69f4df767aa5ed62accff6943d9117ad91b23", "message": "Add UpgradeCapBankRecipe", "proba": 3.860057802285155e-07}
{"commit": "266ce85a60f4d81c8cca94ed3e3e95ef4dae80d0", "message": "add solution\n", "proba": 3.4661054542084457e-06}
{"commit": "f1b03c6faea2a076a70db14bdbc20b5bf548e21d", "message": "add constructors for MetaAcceptDescriptor\n", "proba": 2.792380939808936e-07}
{"commit": "70a35de7265d0422a10133a95a273e784916ff62", "message": "*** empty log message ***\n\n\ngit-svn-id: 616481d960d639df1c769687dde8737486ca2a9a@2768 9c99c85f-4d0c-0410-8460-a9a1c48a3a7f\n", "proba": 1.106356307900569e-06}
{"commit": "4830d20123b2a6900ac4743e665b0eeea4d523ca", "message": "added pass limit switch command for shoot\n", "proba": 2.294359831012116e-07}
{"commit": "8c5f68befec10d32d0805c1807a43dca591b4c04", "message": "Create TestArrayOfFloats.java (#3464)\n\n", "proba": 1.6012818093713577e-07}
{"commit": "b9d47497af37de63d1b213fbd3894b307cde3a52", "message": "Add test for negated profiles\n", "proba": 3.5565301459428156e-07}
{"commit": "89617d50f9bc36f3db29ec0493bcccc00d8f3a6d", "message": "MarkupCheckerTest to work with map, area attributes\n", "proba": 1.2361408607830526e-07}
{"commit": "3c7b03b342a5d0467e9bb8722597d106f07197bb", "message": "Define tests for SamplingUnion\n", "proba": 4.255880412529223e-06}
{"commit": "f76eaa2d62b4fd5c50b997efbd05418b0d31c6ba", "message": ":white_check_mark: #12593\n", "proba": 4.1598839743528515e-05}
{"commit": "e67ca9b7d9879ca6965bc87629e1608cb0de33d3", "message": "KRACOEUS-1692 : fix failed test\n", "proba": 2.8634570981012075e-07}
{"commit": "64bd21412b2e3086682055d8f4c2baaa53d3316b", "message": "*** empty log message ***\n\n", "proba": 5.360483328331611e-07}
{"commit": "e8eafdd6200574f09e09b90e316832dd8cec0fa8", "message": "KRACOEUS-277\n\n", "proba": 2.892373913709889e-07}
{"commit": "91720c90644305222772c88b00e6e6103e2c22c2", "message": "[lib] Added unicode class for native methods\n", "proba": 1.4718085594722652e-07}
{"commit": "384a53e7410864f9255e1ec442f10e8c34420db2", "message": "update to test cases, no change really \n\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@542207 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.699574619986379e-07}
{"commit": "8315bfe7675c98604b7e1ec5f06af8a2ae1b2c98", "message": "Added test case for streamingclient\n", "proba": 2.2230403828871204e-07}
{"commit": "2ce9f948760664036169392b9b2c264ac3846b00", "message": "BCJSSE: Add utility class for checking hostnames against certificates\n\n- NOTE: currently doesn't check for Public Suffix List wildcards", "proba": 1.1830870505491475e-07}
{"commit": "78a05185814e3ce264a2e0357e23cbf97f0cfa90", "message": "Reverting change to checkpoint validation\n\nApparently Warren already fixed this issue the right way!\nCheckpoints will now be validated against known hashes again.\n", "proba": 1.0031311603597715e-07}
{"commit": "932407c948f1f08327068de237d86ae409b01141", "message": "Add apitypetest\n\ngit-svn-id: 811cd8a17a8c3c0c263af499002feedd54a892d0@158 1c488680-804c-0410-94cd-c6b725194a0e\n", "proba": 3.8689361758770247e-07}
{"commit": "c4bd688c7261c98fffd4373977aeaaa5d0110011", "message": "Added mshards\n", "proba": 1.5992397095487831e-07}
{"commit": "4ee2d3d681d879da055f1bb316e14f623151486a", "message": "left rotation on array\n", "proba": 4.413375904732675e-07}
{"commit": "6cda97f9fbb3324c0bb73888025dc25a8dd8964d", "message": "add TurnTest.java\n", "proba": 4.4551566702466516e-07}
{"commit": "471ef6c92021adc19b92b4df0f55184a1c84ba4d", "message": "initial load\n\n\ngit-svn-id: 7003860f782148507aa0d02fa3b12992383fb6a5@228 a09ad3ba-1a0f-0410-b1b9-c67202f10d70\n", "proba": 9.898710686684353e-07}
{"commit": "fe06ae19a271a0f90ae91bc8c47a6ccb0cd627ef", "message": "add ant support for ceylon-doc --ignoreMissingThrows\n", "proba": 1.4193362574133062e-07}
{"commit": "6d06a697eff3488551eed3a917fef6d1b59c2cf1", "message": "Initial skeleton for OverlayManager.\n\nThis used to be revision r2866.\n", "proba": 1.0313539178241626e-07}
{"commit": "46c2a195598aabcdaaad2e98f1df7b38e8dc8f3a", "message": "am 0f70c415: Merge \"Camera2: fix high speed request builder creation issue\" into mnc-dev\n\n* commit '0f70c415519f0a89f8ba765f9046802a2223f790':\n  Camera2: fix high speed request builder creation issue\n", "proba": 1.8008566939897719e-06}
{"commit": "e7f4f0297fe77fd76f944b9a3134534962833262", "message": "Consume the first sample of KernelUidCpuTimeReader\n\nIf the system_server crashes, when it starts back up\nit will assume that the entries in kernelUidCpuTimeReader\nare all fresh and we will end up double counting cpu time\nand power.\n\nBug:29163081\nChange-Id: I73e693199c170229af57efd610950e90263ac9bc\n", "proba": 3.7175382203713525e-06}
{"commit": "94e2638e38bc43a7d567b0b7e6536d3e500630e5", "message": "am f488fc28: am c678d23d: am f96a3386: am e5c0550d: am 267240f2: Merge \"BatteryStats: Clear power use when removing a UID from uid_cputime kernel module\" into mnc-dev\n\n* commit 'f488fc28102870d8ec943d0a3a78c6d3997711c2':\n  BatteryStats: Clear power use when removing a UID from uid_cputime kernel module\n", "proba": 6.564436603184731e-07}
{"commit": "63645fcd450fc935cb2080a9b70e7df5e1df8f29", "message": "Create CqlOperations.java\n\nBased on JDBCOperations", "proba": 1.1419175280025229e-05}
{"commit": "9b0e4dae11fcb8c66da55102f5d11dc598f8d1a5", "message": "#26 Added new test\n", "proba": 1.1109433017963966e-07}
{"commit": "c9aaac4409643d273a54dfeeb908e8c227f6531d", "message": "Fix assertion failure messages.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@252581 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999697208404541}
{"commit": "80f7bb9c9d7286ae9034d82e2f333a8dd0c8943b", "message": "Remote server\n", "proba": 7.740803198430513e-07}
{"commit": "8d045b4a8c7c6bc327b76477720722399a0c1a93", "message": "Update and rename Ural to Ural/1083. Factorials!!!.java", "proba": 1.685857284883241e-07}
{"commit": "67b1c97a5f8513df9e7b10866c92b15a97e3c7bd", "message": "no message\n\n", "proba": 2.1470650608534925e-05}
{"commit": "6ffc57ae79cabcd4083517fb66d2af91dd8fad12", "message": "Verifying that PlainCLIProtocol ignores unrecognized opcodes, so long as it has received well-formed frames.", "proba": 1.100692728073227e-07}
{"commit": "43d7372fd236fa433099ac7a959977262ee0a3de", "message": "Create UnixHelper.java\n\nThis class contains all the utilty methods that are used to connect to the unix server and download logs from the unix server.", "proba": 1.0012387718916216e-07}
{"commit": "f870ee96b00f806f5f892b13100512320719affa", "message": "Create main.java", "proba": 2.3967768356669694e-06}
{"commit": "599f0f8d7fdaa3e758a7df0a9f8244ed95d2e1b7", "message": "Changes package\n", "proba": 9.119484047914739e-07}
{"commit": "3a91bc2b64b4ed7e74fb3dd384fc86b74904fc08", "message": "Added a variable to count Rounds\n\nIf no initStrategy was executed this number is null.\nThis is intentional so that an Exception is thrown if someone tries to\ncluster data without using a initStrategy\n", "proba": 3.564666144484363e-07}
{"commit": "5447427137ba27331b06e3e8d7ca4709e589581e", "message": "optimize imports\n", "proba": 3.695127452374436e-05}
{"commit": "bf0b3ab00a4149374c2f788a198755a493552c6e", "message": "Info for JAXB use within the score package\n", "proba": 1.4649202739747125e-07}
{"commit": "d5bb6d7899a789204232a268c55300130a3a29a5", "message": "pass along upper case view name\n\ngit-svn-id: a91d99a4c51940524e539abe295d6ea473345dd2@394 e6edf6fb-f266-4316-afb4-e53d95876a76\n", "proba": 0.0015065725892782211}
{"commit": "0af27ab6bc8cb5d1b8041f692ac741e291fe135b", "message": "Change redirect path\n", "proba": 7.264699775078043e-07}
{"commit": "8dc3cbad3b8a43f621e60ff63a5a3a570f5668ea", "message": "Added hasSetter() and isTransient() for attribute declarations\n", "proba": 1.6708310113244806e-07}
{"commit": "938a5d36be5ea93846c6cf308f9068bb4b5a814b", "message": "Fixed invalid logic", "proba": 2.0270310869818786e-06}
{"commit": "bc6bf6a17229219e54a93fc48d85db309c3dea0d", "message": "add app utils util\n", "proba": 8.267813245765865e-05}
{"commit": "86f216654fe044ae8ef4c2e67fdaabbdd07ad506", "message": "Updated the kinship drag handler to use the KinTreeNode changes.\n", "proba": 1.0621926094245282e-07}
{"commit": "2893491fa32f512a305ea83d4dc1a95fd82105f0", "message": "add cache", "proba": 1.3251176369522e-06}
{"commit": "26833d1062ef82b30c4dd7ee2ac49c89486ff8a2", "message": "added Sets.difference\n", "proba": 5.466093284667295e-07}
{"commit": "d4fda02dd59adff9553dca5647ebb6c023145d5f", "message": "Fix NPE for invalid target exception\n\nChange-Id: I57b319fae617792351c6ec9872c3b73cd25dc4e5\n", "proba": 0.0009858947014436126}
{"commit": "85b1c1a38fa36d17ea339525ea516e1815d1c3ac", "message": "BOJ #14582: \uc624\ub298\ub3c4 \uc84c\ub2e4\n", "proba": 4.409808127547876e-07}
{"commit": "4c90ac2840175015b244af5a5ce56bb115a8fd68", "message": "BOJ #15710: xor \uac8c\uc784\n", "proba": 1.1020598549293936e-06}
{"commit": "d5aa6059fce61d2cd471345ab45e2980b533a499", "message": "BOJ #16507: \uc5b4\ub450\uc6b4 \uac74 \ubb34\uc11c\uc6cc\n", "proba": 8.873460615177464e-07}
{"commit": "928f33688650547845065037c4c23ae06f051a38", "message": "Create Card.java", "proba": 7.987306389622972e-07}
{"commit": "b9d0013b283f4892b56c17ea2b4abab9d3e1274f", "message": "XLCLOUD-615 Design CRUD API for Applications merge\n", "proba": 1.517637002734773e-07}
{"commit": "a57b2d31bba8fbac0001adf97924dbcfc9cf45fe", "message": "topic clazz", "proba": 1.5066539162944537e-06}
{"commit": "3302399d81887671afe2bd52baed105e7c73ba0b", "message": "Changes for the strategy move out of Repo Plugin\n", "proba": 1.7705448840388271e-07}
{"commit": "a51810b4ac52f3a62b8ae9baf55f41d46f245252", "message": "Initial commit of a class that generates descriptor files\n\ngit-svn-id: 34a63cff78c965ed7296912184cd0e3b6b7dc1c0@784 2f4ce1e4-9571-11dd-93b2-6d14b300b761\n", "proba": 1.652659739193041e-05}
{"commit": "f167c381288779882fce1bc9e1233839e526f9a2", "message": "added Shoot command\n", "proba": 2.0066630668225116e-07}
{"commit": "911176d7e6c8ba28ed7f7be63edcb17456f615fe", "message": "am 607d5998: Fix crash in widget pager - DO NOT MERGE\n\n* commit '607d59982a046d23770a7289be6272ad5983d6ae':\n  Fix crash in widget pager - DO NOT MERGE\n", "proba": 1.12765872017917e-06}
{"commit": "68571ca125e8b4bd8f3a2d435254aea26b7ec436", "message": "SimonStewart: Correcting typo\n\nr15619\n", "proba": 0.0007933732704259455}
{"commit": "af416855e19a7f451089bae8f051fbe427ff5f8c", "message": "\u8ba1\u7b97\u4e24\u70b9\u4e4b\u95f4\u7684\u8ddd\u79bb  https://www.baeldung.com/java-distance-between-two-points?__s=dpsmgjfw59c8gypoovvqhttps://www.baeldung.com/java-distance-between-two-points?__s=dpsmgjfw59c8gypoovvq\n", "proba": 0.0003392025246284902}
{"commit": "09b2a18463ec57ceb5b7f7f33a5b1b54aa327457", "message": "Create Converter.java", "proba": 8.779135782788217e-07}
{"commit": "7be3de0a263e91cc6c8ec8560b43d1ddb83514d2", "message": "for small x, use exp(x)-1=x\n", "proba": 0.00043560811900533736}
{"commit": "48ce03847be37651c70884a06b70a6a63d8e0f06", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "705a33fb9409008bfb2ec959ced202fef96ee673", "message": "palindrome linked list\n", "proba": 7.117648124221887e-07}
{"commit": "fb32993a457088d0c7df101ef1f1a56a3b928203", "message": "Add GC thread to RSGL.\n\nbug 8585185\n\nChange-Id: I06df29c3be831d6cd53fa8913ba3731f29c137d1\n", "proba": 1.0531986163186957e-06}
{"commit": "e61891a7638e600bc616d3f6ca1010bb7ab129e2", "message": "Quick hack to do k-means on text documents using cosine similarity.", "proba": 1.0966107311105588e-07}
{"commit": "b5f8ea63092dccaac4342519ad18f4dcfa92d11f", "message": "Make method name consistent with class name\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1039056 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999853372573853}
{"commit": "96706bab064126fb0b535810ea6a17e34e33bb65", "message": "Convert JspDocumentParser to an DefaultHandler2\nAdded TODO on using JarFactory to resolve Tomcat-specific URLs returned by the Jar abstraction.\n Still need to figure how to do that.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1545558 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.100575203367043e-06}
{"commit": "eb8d967a6da5938acc009efd22ba919cca1c46e3", "message": "JD Mission Complete\n", "proba": 3.26453971410956e-07}
{"commit": "aa5a16397f4b558aed386d80dd61bf9af38b48a9", "message": "Loops\n", "proba": 2.6183629415754694e-06}
{"commit": "ce5ed38d5a39d3121db300263e32bfef4c43d42c", "message": "Resolved compile errors, supressed varargs warning.\n", "proba": 1.2641692137549398e-07}
{"commit": "487b065cff4af3de393310e5b1a463d190a66bdd", "message": "INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED\n2003/05/09 11:26:40 jsc 1.1.2.1: #109045# insert new and remove example zip file\n", "proba": 1.339225548235845e-07}
{"commit": "f7c1c543651e5ac6cde3172f2ea4bb119248ce03", "message": "Create Test.java", "proba": 1.33460673623631e-06}
{"commit": "211cd424ec0baf6007ed5880b940f7434e6e5cd7", "message": "Create Average of an array.java", "proba": 0.00024939797003753483}
{"commit": "26368b576638e88226cd5be66df2cb29e430b359", "message": "A\u00f1adido: NIFchecker (Java, JavaFX)\n\nSigned-off-by: xChasingWaves <c8c063c8232fdbe6a5262c2adf119a7f0b542e9a@users.noreply.github.com>\n", "proba": 2.0725245519770397e-07}
{"commit": "b928ea12ac74ef11514ad3f24ccb4c384a64d645", "message": "Adi\u00e7\u00e3o da classe que faz a convers\u00e3o dos dados adquiridos no dados.org\nos coloca no Banco de dados.", "proba": 1.6836993665947375e-07}
{"commit": "b8fab3c7f392362b6e04863b1843607b3a1dd874", "message": "Create QuerHeadeIndex.java", "proba": 7.058299047457695e-07}
{"commit": "ae41dcab07804b4c56fc5b005282d00b0d5ece71", "message": "Do not use the status bar as the system decor layer if it is not visible.\n\nDoing so leads to cropping of the content view, which is smaller than the\nscreen size on some devices with improperly configured overscan values. It\ncan also lead to performance issues with some activity transition\nanimations on Wear.\n\nBug: 19928768\nChange-Id: Ic50c2fedb1f8be9a8ea5166fef5a5665958601de\n", "proba": 1.209934907819843e-06}
{"commit": "6ab54781296cfaf876b2e9d04a82a251a9ede680", "message": "Animacion - primer approach\n\nClase animaci\u00f3n, lo que hace es de un array de sprites obtener, seg\u00fan un\n\u00edndice que se actualiza cada tantos segundos, un frame de ese array. A\nmayor cantidad de frames en el array, m\u00e1s fluidez en el movimiento.\n\nLa dejo por ah\u00f3ra ah\u00ed, porque lo de dani est\u00e1 rancio, y en lo de Braian\nestar\u00eda casi listo para usar (faltar\u00eda cortar los sprites con la class\nSprite)\n", "proba": 9.445369641980506e-07}
{"commit": "ec49b48b26a7c3eeb13c982a17c90cbbd15dd374", "message": "Benchmark the three ways to access multidim data\n", "proba": 5.021062179366709e-07}
{"commit": "1dd17511de978a5b93f851855bc1a4de2f556bc7", "message": "123213", "proba": 2.167497768823523e-05}
{"commit": "06907b2ab750ebf7cfc5a2c1c7d7884cf8b9e004", "message": "dummy implementation of plugin task for command-line builds\n\nsvn path=/webdsls/trunk/; revision=4181\n", "proba": 1.2619146900760825e-06}
{"commit": "8d52b3427397a78e78fecc3efe3bcd34f47e0dac", "message": ":fire:New Problem Palindrome Number\n", "proba": 4.764903223986039e-06}
{"commit": "9427b35e61c1444bbafa54138c84f106f383fc07", "message": "Port fix from NIO2.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1650606 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.9768532587913796e-05}
{"commit": "a3d3895e8be7a4f8e182320900628bc753de9b9e", "message": "#2 pavlova06: add demonstration of both containers usage", "proba": 1.299106742180811e-07}
{"commit": "129becebabe49c8fe592b3f6342b1fcf604b9874", "message": "Add integration test for project page in sagan.\n", "proba": 1.0829049301719351e-07}
{"commit": "08f5ad0db5992438ff3ba3de5d6b115c7439367f", "message": "am ba815c47: am 44b60be1: Merge \"Add user selectable Default Browser feature - part 5\" into mnc-dev\n\n* commit 'ba815c4759733d94865d9178f521c1af27270bbe':\n  Add user selectable Default Browser feature - part 5\n", "proba": 2.828842013968824e-07}
{"commit": "213991df0334317ab28b124087c6f93fa9e5a3bf", "message": "add test for ImageLocator\n", "proba": 2.032897725712246e-07}
{"commit": "a4b205db889126cb9653d9d125dc904e63f353d1", "message": "dsasadads\n", "proba": 4.237974280840717e-06}
{"commit": "1ece7a799531130bbfdba42d64c87b8d504e91c8", "message": "#stable #3 task #test task\n", "proba": 0.0008825596305541694}
{"commit": "c9355340260ad7ab4175defec284faa86a20804f", "message": "Seems like the this was inverted.\n\ngit-svn-id: 1cb8ba81e35536520dc3c869e3ef27a5006f98a2@394 79e2b5ea-dad9-11de-b64b-7d26b27941e2\n", "proba": 0.0018714186735451221}
{"commit": "bde65201e1d7abfcf34f3d2de8d156c36ed624e1", "message": "Working on Proxy list item\n", "proba": 2.9435733495120076e-07}
{"commit": "0ac7047f565e2afa0292e8363ce7d97bcb4eeb61", "message": "BTL now explicitly sets a prefer double precision flag if single precision is not requested.", "proba": 1.0067538624980443e-07}
{"commit": "7a3abbefc1352289dace7653e3916f3db8edba3c", "message": "COS usage examples\n", "proba": 3.2937666105681274e-07}
{"commit": "b7599661ba6a89ca34c525e45af96293449362b1", "message": "Fix generate code when first name is empty\n", "proba": 0.9999126195907593}
{"commit": "f66c0e30224b572c617da0d832524da12e2104ff", "message": "Only download the plugin-list.xml file if it has been modified from the local version", "proba": 1.4163911998821277e-07}
{"commit": "0d354226f2c24e05dd192c12980e0e554c29f199", "message": "adding test packge\n", "proba": 2.555835862949607e-07}
{"commit": "ceca2a2260772155b8cfaf980f8b1747c54903d4", "message": "\u5b8c\u5584\u6587\u6863\u6a21\u5757\u3002\n", "proba": 1.2263596715911262e-07}
{"commit": "841ed0a0418162bab3ae63329a77e900fa840477", "message": "Fix that shutter sound does not play after ringer mode changes to vibrator\n\nReproduce sequence:\n\n1. Change ring volume to vibration in Settings > Sound & notification\n   > Ring volume using touch\n2. Launch camera app\n3. Capture, but cannot hear shutter sound\n4. Even change ringtone to maximum, shutter sound is not played before reboot\n\nBug: 22589664\nChange-Id: I90eb044eaf21f3b558bf050bf1d9f0b33ea4888b\n", "proba": 0.9999940395355225}
{"commit": "48221250ba8445b82dc9beaaf0853a37afffcdf6", "message": "AudioService: cleanup sco audio mode upon disconnection.\n\nClean up SCO forced usage and A2DP suspend state upon\nSCO device or profile disconnection.\nThis is in case the Bluetooth Headset service does not\ndo it.\n\nBug: 24316765.\nChange-Id: Ifc0305607c186be49b2eb42b7868647292e56137\n", "proba": 3.0396427064260934e-07}
{"commit": "41d6e07bf2d7daeb3563b8d901e0d6bf26f080c6", "message": "am 275d1adf: am ff65c6da: Merge \"Fix PacManager to not unbind when no connection\" into klp-dev\n\n* commit '275d1adf0a8d7817f9a28c92822f5adb405528ff':\n  Fix PacManager to not unbind when no connection\n", "proba": 5.655418817696045e-07}
{"commit": "b851cc23c80761f19ebd2839a35be49be30d9b14", "message": "NetworkStatsService: check kernel bandwidth support before enabling\n\nAnd catch the actual errors reported by the other side of NetworkManager.\n\n\nChange-Id: I9a9393b659d6f896ee1bf40a8deaca7853ef8f94\nSigned-off-by: JP Abgrall <1a2f18c7887fc8d384193bb926e616097dea5b69@google.com>\n", "proba": 2.0103617259792372e-07}
{"commit": "a6c4556dea7d498783aff8a38e0e50c2b172beda", "message": "am a8974b63: am 19a4157c: Make the notification panel send the position as well.\n\nMerge commit 'a8974b637c384d10bac10d94fae7487afdb2c16d' into eclair-mr2-plus-aosp\n\n* commit 'a8974b637c384d10bac10d94fae7487afdb2c16d':\n  Make the notification panel send the position as well.\n", "proba": 4.3663203541655093e-07}
{"commit": "868ac86a2432cf92ecb09f6a825bd53b91c716f6", "message": "update ic2 api\n", "proba": 2.3974191663000965e-06}
{"commit": "cc05827cc2f06be7de4c597dc7e155516af196dc", "message": "Added some missing classes", "proba": 4.200487069283554e-07}
{"commit": "0d21cbdbe4afb6b92d67d631652a4e13f019f962", "message": "added osgi activator\n", "proba": 2.0162524094757828e-07}
{"commit": "a96b7f61eaa10c7138514723f091afa5fb20e73f", "message": "Further work on making GTK look good\n\nChange-Id: I54036755881dbb6779e2cf15cb1871af154b928f\nReviewed-on: http://gerrit.dmdirc.com/117\nTested-by: Gregory Holmes <10bcf006358d67bf0012f7a1fa55af679f2aae55@dmdirc.com>\nReviewed-by: Shane Mc Cormack <6f6e68d1df92f30cb4b3ce35260ddf94a402f33d@dmdirc.com>\nTested-by: Shane Mc Cormack <6f6e68d1df92f30cb4b3ce35260ddf94a402f33d@dmdirc.com>\n", "proba": 1.5234722638979292e-07}
{"commit": "d203f97ab5d6b74ee434025cecb320c2ba79f1c4", "message": "Horrible preferneces hackage. Issue 444.\n\ngit-svn-id: 50f83ef66c13f323b544ac924010c921a9f4a0f7@3237 00569f92-eb28-0410-84fd-f71c24880f43\n", "proba": 4.103899584606552e-07}
{"commit": "6ed4a78b8125e72a5161f4a1f4fa1dde0cf7e458", "message": "Added documentation to BinaryCondition.\n", "proba": 1.1449847647782008e-07}
{"commit": "e57b1f9353c3cc38f85bc28dea44dc7a09edbe47", "message": "a MassPreconditionScheduler interface\n", "proba": 1.3473345461534336e-07}
{"commit": "6dbe5c433996bef09ba15763766f95071fadaa0f", "message": "*** empty log message ***\n\nsvn path=/trunk/eXist-1.0/; revision=249\n", "proba": 1.470121219426801e-06}
{"commit": "5fdc44b68a5572ff8eb252a317a0b7c8ce75fa63", "message": "accessing content providers of applications", "proba": 1.6767802435424528e-07}
{"commit": "243afbf7bd66b0b7c3945693a6f4889458dd3ede", "message": "added Autonomous Nothing", "proba": 4.69791558543875e-07}
{"commit": "fda467c8f3a49a9b4b4d710d7b02efafe84000b0", "message": "\nadded BorderHighlighter (basically from demos)\n\n\ngit-svn-id: 9c6ef37dfd7eaa5a3748af7ba0f8d9e7b67c2a4c@2614 1312f61e-266d-0410-97fa-c3b71232c9ac\n", "proba": 5.44710985650454e-07}
{"commit": "073bfb08fd83ff453c9de1be6fffdde3bbc3aa12", "message": "turned off trace\n\n[git-p4: depot-paths = \"//depot/code/ST4/java/main/\": change = 7360]\n", "proba": 1.880605395854218e-07}
{"commit": "4e7311408a67ba2f8f8dcd5d4860bc9b4781a03e", "message": "new simple-validation utility class\n", "proba": 2.8977081001357874e-07}
{"commit": "510e37629c0441e6d25a292dc21f293c16ebae25", "message": "Added image list item model\n", "proba": 1.2776639835010428e-07}
{"commit": "a6de8e5f2272469d9952d53cce2ace70859240a2", "message": "Removed some old comments\n", "proba": 1.3388961406235467e-07}
{"commit": "6552c66b2fca73c2cc5eb97d8ef2a71aa1eb4c11", "message": "Fixing identation\n", "proba": 1.7108171732616029e-06}
{"commit": "6b47dd80ebcfdd2d674a76616dd5b6be21f85cf8", "message": "ScannedControllers deleted\n", "proba": 3.455615740222129e-07}
{"commit": "c7207bfb0eb8a155c4dce2b4f1f840b780b891a9", "message": "Criado classe service", "proba": 2.9063457418487815e-07}
{"commit": "1cbd0c3fd4c5b6466fbec0b5479515a580e3d35c", "message": "Add endpoint for returning image as JPEG\n", "proba": 0.0002715149603318423}
{"commit": "93b5780fab4e8db36a747fcd98b469c5c596d8fd", "message": "add MLConfusionMatrix\n", "proba": 0.00013194883649703115}
{"commit": "030e3225bfca8373f2664f57177b7533ed44eaa2", "message": "Alternative method to fill 3d patch with 2d patches", "proba": 2.5074248810597055e-07}
{"commit": "dac4757567d3e50f63e3a5dda6f21c23d06ce87f", "message": "Added a field type representation.\n", "proba": 1.1289375834167004e-07}
{"commit": "44a1be9454e8bd58712b75be9a07b3d41e6bcf5e", "message": "Synchronize on internalized String object from session id instead of session object itself.\nThe session object may vary in identity even for the same session (depends on servlet\ncontainer and what it decides to return for representing the session).\n\n", "proba": 1.0821863583032609e-07}
{"commit": "92d21ae869da7077d8eea79d96922e8308d396b4", "message": "Extract data from phraseHits file - 57M unique phrases, 474M hits; for 100k bills.\n\nrate: 56.6 items/s  0.2 seconds left, 100.0% complete.\nprocessed: 57890151 unique, 474633148 total docs: 99767\nterm-rate: 269450.7 items/s\n", "proba": 0.9999004602432251}
{"commit": "2fd1d5e73b54004f2d1f7e8895d271ad3270ead2", "message": "Course info command\n", "proba": 2.486175674221158e-07}
{"commit": "199b307b9afc8d6e54834d196c3292d2188861cb", "message": "KRACOEUS-1828\n", "proba": 2.5646599510764645e-07}
{"commit": "155ea4be4ccbf4173acca9a7f4c9d0a7d4ff8b35", "message": "KCIAC-38: Create IACUC Actions infrastructure, initial tag files, etc etc - this file must have been inadvertently committed along with other fixes. So take debug stmts back out.\n", "proba": 9.63355830663204e-08}
{"commit": "ad67d039c903a17c17d17b6ab834bf6af8dff66e", "message": "Edited comments\n", "proba": 1.533391298380593e-07}
{"commit": "a15e6fadba0cfe105a1802923e42e76c256b932c", "message": "feat(MEDIUM): add _29_divide\n", "proba": 0.00025373438256792724}
{"commit": "5e36d1aa1b1632b9f6e88f94fb700a50d997d7f1", "message": "INTEGRATION: CWS dba30beta (1.1.4); FILE ADDED\n2008/04/22 10:31:12 oj 1.1.4.2: #i88503# new class\n2008/03/12 09:43:37 oj 1.1.4.1: file OfficeToken.java was added on branch cws_dev300_dba30beta on 2008-04-22 10:31:12 +0000\n", "proba": 3.915814943411533e-07}
{"commit": "1cdad5bc1585552359b5841521fc4d57a8d6f541", "message": "Revert \"deleted StateSpaceModel (was renamed to Model)\"\n\nThis reverts commit 328a98fb7d5fa233ded9549bdf740d93301ee002.\n", "proba": 1.1372484465255184e-07}
{"commit": "c8543d968b07bc92bb28414bed96568657ec0357", "message": "test for the assembly of remote composite components\n\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@784 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 7.560081485280534e-07}
{"commit": "14830b4794d1d283c93667c297b7a3dc5b2d0fb5", "message": "Added info with link.", "proba": 1.0954149587405482e-07}
{"commit": "0ef0610021eb04c543cde7e80c3e28b7e813f681", "message": "Fixed query tests", "proba": 7.303162874450209e-07}
{"commit": "f3a3f6c3d0761700a74114bfd5a3b66fe03d3e48", "message": "TvShow renamer: add additional \" - \" separator\n", "proba": 8.652605174575001e-06}
{"commit": "84cf5ed95cae5239fb375e5d4c8fd3b907f47413", "message": "Added alias tests.\n", "proba": 1.255254034049358e-07}
{"commit": "0fdeb34c483102096f0192a413b3d8c91fcfdcbf", "message": "Tests for the JSON encoder\n", "proba": 4.660529384636902e-07}
{"commit": "52e4235ff91c564dfe4c0c8166e3287c775bc76d", "message": "Add unit tests for PUT\n", "proba": 3.3192486625921447e-07}
{"commit": "ceb9bbc5df7c384d5a6b3dec916e1c838f994536", "message": "Telephony: Add ICC_UNKNOWN intent\n\nChange-Id: I1a666973dd23f510a0cce60ef7db462728717fc0\n", "proba": 4.647893092624145e-06}
{"commit": "57e0048ef3ef32ff3edc59b48b55952f65d1a9c1", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@3283 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 5.905647526560642e-07}
{"commit": "b5522301a01d9ac8b86e18418562d28b5091dd27", "message": "Puts two regex layout tests back on the DumpRenderTree skipped list\n\nfast/regex/test1.html and fast/regex/slow.html were removed from the skipped\nlist in https://android-git.corp.google.com/g/#change,43908\n\nHowever, they cause DumpRenderTree to hang when run with V8, so are added back\nto the list pending further investigation.\n\nBug: 2509394\nChange-Id: I83c361c99fcd61e940a169f1ed00614529af48ff\n", "proba": 2.902016422012821e-05}
{"commit": "3cf1d2995963e4e31cb150b1fd3202a25dfdc5e7", "message": "add desafio", "proba": 1.367947697872296e-05}
{"commit": "5186649eb2163de474747a7dd84880aa8a9c71e7", "message": "added method to save a game", "proba": 2.939045771199744e-07}
{"commit": "a0ddbeaef2ba8fe1b37c2c68d76296d0398f2be4", "message": "separate field", "proba": 7.413991056637315e-07}
{"commit": "03d6f9d24a736c1eb60b1d13b38ed3d3df2aa06d", "message": "Trying to get testing to work for text file controller\n", "proba": 1.9372218673652242e-07}
{"commit": "2774cf705a45fa883dd279086b5edf68645192c3", "message": "Separation util code from the rest of components\n\ngit-svn-id: 78a0b1024db9beb524bc745052f6db0c395bb78f@365 20a39203-4b1a-0410-9ea8-f7f58976c10f\n", "proba": 9.065980702871457e-05}
{"commit": "b5a513bf6d0dee1f6f1a9a79ac186648a1eaa78d", "message": "Complete task1322\n", "proba": 0.998534083366394}
{"commit": "200363c5883480cbf429aaef56be0305c29a744b", "message": "Complete task1324\n", "proba": 0.9997867941856384}
{"commit": "f87b21953947f2fda8ac960c458dc7395ef90bbb", "message": "[ActivityManager] Do not finish root activity when reset task\n\nSymptom:\nThe root activity not always located at index 0 of the task.\nFor example, the index 1 activity will become the new root\nwhen the original root activity (at index 0) finished.\nThe new root activity might be finished unexpectedly before\nthe original root activity actually destroyed.\n\nSolution:\nCheck frontOfTask to avoid finishing the root activity unexpectedly\n\nChange-Id: I623ab97e9c95c83b3cfe7c9dfc151a291a391ea4\n", "proba": 0.0009260873775929213}
{"commit": "245b58d6f47740c09ebd47b75e6021c7cfb691af", "message": "am baf2c7a4: Merge \"[ActivityManager]: Fix the activity visibility state not sync between ActivityManager and WindowManager\"\n\n* commit 'baf2c7a400ef27b1f33999498a80e2fb3e05a22f':\n  [ActivityManager]: Fix the activity visibility state not sync between ActivityManager and WindowManager\n", "proba": 2.3032132503431058e-06}
{"commit": "a767e57339c1bbfafac337ee0d14c2fa1aa0d121", "message": "am 3c176813: am eab5fbc3: am 7a0f54b1: Merge \"Fix addTarget not limiting to the given views.\" into mnc-dev\n\n* commit '3c176813a96d1dace764bd5ba0efab663e595afa':\n  Fix addTarget not limiting to the given views.\n", "proba": 1.6819594748085365e-06}
{"commit": "e869b3981506537dabbd1011df94f1e69ce84495", "message": "am 20272bec: am c207c943: am c5283927: Close ZipFiles correctly in WebViewFactory.\n\n* commit '20272bec66c3ff9f43861d1c5d5d2c2af71673d4':\n  Close ZipFiles correctly in WebViewFactory.\n", "proba": 1.2239375735134672e-07}
{"commit": "4c13eaf710813a0e24b33f6e822c6832c529c095", "message": "Add tests to FractionTest class\n", "proba": 4.260901675934292e-07}
{"commit": "50b324ed0376f68eafbe65ff3ba41c0ce7a496ed", "message": "Basic functionalities Done\n", "proba": 2.406579824310029e-06}
{"commit": "461e0774135310640b7d74b3c1edce98c8d6b555", "message": "FEATURE: now rewrites all background=\"...\" tag attributes on the server side... Should only be legal in TABLE, TD, TD, and then only in the microsoft world, but probably simpler to just replace them all..\n\ngit-svn-id: 25dac4f723c7e5b42083d4a98669c37f60455592@2163 69e27eb3-6e27-0410-b9c6-fffd7e226fab\n", "proba": 3.7188005990174133e-06}
{"commit": "bbb198106d5b20e561a74ab04868b793009ad374", "message": "oops, missed this\n", "proba": 1.9599711720275081e-07}
{"commit": "2801b701ec9a7de4334c08ed5f48b3c06df6db8c", "message": "Fix\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@3615 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 0.9990891218185425}
{"commit": "42a3ee59d0117c7a95a4eb1833ea40d7df598311", "message": "Added gridlayout\n", "proba": 2.951477711121697e-07}
{"commit": "f5b3d72ee5441907039278a0e14a78eaa37d6e9c", "message": "Added missing files related to the previous", "proba": 1.369335365097868e-07}
{"commit": "d352fb1f337607981005319104da0dfe0f76de60", "message": "Update MergeSort.java", "proba": 2.824828015945968e-07}
{"commit": "d5e7b3484dda80d537154622e3bab6ef53898bb8", "message": "Only tell Pointer about button zero.\n\nOtherwise things get wacky as you get pointer down (for button zero) then\npointer down again (for button one), then two ups, or any other combination of\nweirdness. Pointer knows only about a single pointer.\n", "proba": 1.6860052198808262e-07}
{"commit": "4a5fb1b29a4460a736aa13091ae5f77f066fc73b", "message": "Moved exceptions to separate file\n", "proba": 4.990143338545749e-07}
{"commit": "d9bf78e3ca1f26d5313ec54326239ea900af06b2", "message": "Update SortedMatrixSearch.java", "proba": 2.6793668439495377e-07}
{"commit": "78cc7b0e36296df7d5f28d0c22c5c055003bf961", "message": "Create test.java", "proba": 2.797143451971351e-06}
{"commit": "5c450b35ae069f479b814ba905f70f86a2aca807", "message": "aggiunt evento", "proba": 2.253750835734536e-06}
{"commit": "3f53b888dedff141c994c6717f5c4fc9fca95279", "message": "exc handling\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@9336 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: d2c4eab93ac1d28f0521abd6d6232ab6d8734eb6", "proba": 8.285279591291328e-07}
{"commit": "236b330a8d327a7340c50a4a16cf588ab6874528", "message": "Improve MultiAura settings", "proba": 3.1575530101690674e-07}
{"commit": "27dc1d1d527e9cf53f1a5232834348930b7d5929", "message": "Switched to development branch\n", "proba": 4.835302434003097e-07}
{"commit": "8e0e1e23313d80ba5c740680db06c4e0b1cbcd8d", "message": "Add normal\n", "proba": 0.9999994039535522}
{"commit": "4da9b8d71f2d1f2f5d6e5463dce9c579fba347ec", "message": "Port of CacheData.java\n", "proba": 3.269343835654581e-07}
{"commit": "26f11961b155b97fac8c4346af290b3eef79e241", "message": "Implemented runFrequentStockManagerInteraction\n", "proba": 6.964726821934164e-07}
{"commit": "b3b0afdc748afed1ad5151fda877d4e647796c1b", "message": "Add NonBlockingConnection abstraction.\n", "proba": 1.430517357903227e-07}
{"commit": "42f0d9707148eb88ce2935dbf758bae360bfcb04", "message": "added constants for the modules Users and ACLRoles\n", "proba": 1.7215982950347097e-07}
{"commit": "6114d2130638cd7dadedd6d7ec568a8aa28b2394", "message": "spaces to tabs.\n\ngit-svn-id: 1cb8ba81e35536520dc3c869e3ef27a5006f98a2@81 79e2b5ea-dad9-11de-b64b-7d26b27941e2\n", "proba": 0.0003568819956853986}
{"commit": "b18e33d2b7ffb2f8d5d562be48d3ba7c1e467659", "message": "Swap Nodes in Pairs\n", "proba": 4.912309123028535e-06}
{"commit": "3e6e1fb5b68a6cf138133a4b13a57047972f00ee", "message": "\u65b0\u7684VideoFragment\n", "proba": 1.6590526286108798e-07}
{"commit": "042ead20053d30a1da50f8d76c093303f7c032a0", "message": "auto hide keyboard after button press\n", "proba": 6.114545954005735e-07}
{"commit": "d727d2b07f1813a8b814a361a5e6bc87f0e07bea", "message": "preprocessor for dish algorithm\n", "proba": 1.3978367405798053e-06}
{"commit": "462afdab9eaf877c35877db99b4702ee97a58130", "message": "Server: attempt to fix queries failing during submission\n", "proba": 4.955603571943357e-07}
{"commit": "25b746fe7e8a4b7e73660ae79301fce36046f686", "message": "[W-4213899] fixed class paths issues.\n", "proba": 1.0246129988900066e-07}
{"commit": "c576f8798a3e2ddb03eecb6df5aa53bca3fd89fe", "message": "Added Hello World\n", "proba": 0.00015503453323617578}
{"commit": "b3fd2598c2f84b3fc6b7ae4940ae02cd7782b2fd", "message": "added omim widget\n\n", "proba": 2.456114316373714e-07}
{"commit": "7032c65b525ba953943315663b1420916d87b66d", "message": "add some tests\n", "proba": 7.844539027246356e-07}
{"commit": "3e24ed416d16ae54cf40fe15325a71cf0bab79b5", "message": "Turning liveliness back on\n\nAs part of the change of putting in the new head turn option, it's\nnow passing in the correct value to Face Unlock instead of forcing it\nto always be false.\n\nChange-Id: I745da5431cbc2d447f3d07ec7215c5b1850f6d57\n", "proba": 3.7147597140574362e-06}
{"commit": "d7d51759355f2d97f21886ffbe8e2213c5c97715", "message": "Create Football.java", "proba": 5.50933964404976e-06}
{"commit": "683cb2bffd24c7cd33732a2f1ee879670a860047", "message": "Create SumOfPower.java", "proba": 6.895372166582092e-07}
{"commit": "add87a75ae5b2f6d5a9682232779f9070ecdf9d8", "message": "https://pt.stackoverflow.com/q/126681/101", "proba": 8.32380123938492e-07}
{"commit": "f6b1158f0944f69853aa8281d18cf667702e4574", "message": "Add AnySAMInputFormat, wrapping both SAM and BAM\n", "proba": 9.493648462921556e-07}
{"commit": "9843befe98dcf00fdda0410020301771c3f47e27", "message": "thread not end\n", "proba": 1.0474710734342807e-06}
{"commit": "38eb39a3697ea0c2bfb3357e0619e81b1471465d", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@4514 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 5.928026780566142e-07}
{"commit": "093f933ac2acaf20b3dc268b3614acb2669eae26", "message": "Fixed problems caused by ups change...\n\n\u2026in MainActivityTest\n", "proba": 1.2301138951897883e-07}
{"commit": "813f4ad65fbee14b15fa7110e0f0ea38fc85b3aa", "message": "FaultException is really old.  No one should have been using it for months,\nso it's gone.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@246803 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.255511041468708e-06}
{"commit": "a7a424e3f19e0cd430a394c7bd2d233ac0c0ead6", "message": "If external authentication is used, start a session if it does not exist yet\n", "proba": 1.6098947241971473e-07}
{"commit": "3d3b803a04cede784c4a2202bb48e512d17377d8", "message": "String to Integer Completed", "proba": 0.001946645206771791}
{"commit": "b2a4a30cf7ac97494e97f048f821c9a7cf37c816", "message": "facking\n", "proba": 1.1107712225566502e-06}
{"commit": "ecfecc555e662862c9753d277b84cc34ba8d6708", "message": "Implementation of a Queue\n", "proba": 0.00011066097067669034}
{"commit": "e8903a9c55e97237b58dd555e647414f5047a682", "message": "KExecutor: throw exception if executor blocks long than maxBlockTime\n", "proba": 3.4926176795124775e-06}
{"commit": "12c7cf9ff26bade62d1c7df9ddeb5c4f0961edc2", "message": "syn/ack fix", "proba": 7.772500225655676e-07}
{"commit": "7d1199621a037cd0833355fbac3cc0ebed67eb71", "message": "Implement attendance sheet parser.\n", "proba": 4.167119413978071e-07}
{"commit": "cf4e2b72093b327040d8b92159285b202d5e0b3d", "message": "Show all events at startup\n", "proba": 1.8626154485446023e-07}
{"commit": "54fd967fa252f5083edbc3d1c3eaa6817673db9d", "message": "Create an Administrative group when creating the Pool\n", "proba": 3.035986537724966e-07}
{"commit": "6922f15f05335beb6873d8d9403e118d2951a4f3", "message": "\u6b63\u5e38\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u304c\u53d7\u3051\u5165\u308c\u3089\u308c\u305f\u5834\u5408\u306b\u30bb\u30c3\u30b7\u30e7\u30f3\u304c\u518d\u751f\u6210\u3055\u308c\u308b\u4e0d\u5177\u5408\u3092\u4fee\u6b63", "proba": 2.819925839503412e-06}
{"commit": "990ea3dc4573d266d44740d00ace6b2905d933b5", "message": "\u30a4\u30d9\u30f3\u30c8\u4e00\u89a7\u753b\u9762\u306eAction\u30af\u30e9\u30b9\u3072\u306a\u5f62\u3092\u30b3\u30df\u30c3\u30c8\n", "proba": 2.0033034786592907e-07}
{"commit": "b17afbfe5459f86c1204bec748199ec3e4766459", "message": "Add back used block state\n", "proba": 8.098508601506182e-07}
{"commit": "ec6de9ea429c940400176cec6909e51d905c9106", "message": "Separated the svg update handlers into a separate class.\n", "proba": 1.2953940142779174e-07}
{"commit": "440d6244279e3e2594f30c0e8c282a5f7961b1fd", "message": "https://pt.stackoverflow.com/q/148982/101", "proba": 8.449852657577139e-07}
{"commit": "f15786d1ad6560d786c40313da440892957c60e4", "message": "Added Sudoku backtracking in Java\n", "proba": 1.4703662998272193e-07}
{"commit": "ea41d31bd9693399411c38e6ad96dd6dd53f0e12", "message": "Add more coloring to coursesAdd more coloring to coursesAdd more coloring to coursesAdd more coloring to coursesAdd more coloring to coursesAdd more coloring to coursesAdd more coloring to coursesAdd more coloring to coursesAdd more coloring to courses\n", "proba": 1.0839650599336892e-07}
{"commit": "729a1462bf775ef2e51e6276a985582aedb618b2", "message": "Equivalencer.", "proba": 1.0851933893718524e-06}
{"commit": "7e95fcafdd906f9f8e43fbf329471880a05e1332", "message": "Versioning for different components", "proba": 1.9702186193626403e-07}
{"commit": "72580b1737999a14c73604b48ef668d33b59b4ad", "message": "Organized imports\n", "proba": 6.90883325660252e-07}
{"commit": "6902208470f62f82fd62c8252513c171049fe9c0", "message": "disable xframe-security to allow requests", "proba": 3.6714845919050276e-07}
{"commit": "0d4da1afeedc43ad9d5cd1714240dfe87582966e", "message": "Create a skeleton for problem 61\n", "proba": 0.00021073331299703568}
{"commit": "f0c16bcc3baf8ea70a423e6048385d048c1b4531", "message": "Enhance Javadoc\n", "proba": 4.142722787037201e-07}
{"commit": "469a927babd7a8f20b1c3556bd5ad6905393e0b3", "message": "Skeleton for problem 99\n", "proba": 4.3835601104547095e-07}
{"commit": "1d5589f247a9a1f10c60dbf2ceb41d2e8745db80", "message": "added JedisPoolConfig getters/setters so object pool can be configured with Spring/IoC\n", "proba": 1.8736041340616794e-07}
{"commit": "ea93081fd4791ad3201e697d771d29830f71279f", "message": "stub controller to fake domain method\n", "proba": 3.202585503458977e-07}
{"commit": "88feef57161a2828f11bd1990992ca972b8be46f", "message": "add ArithmeticSubarrays.java\n", "proba": 0.009039890952408314}
{"commit": "fb84dfd55fbac208a65dad40249266f594c26ced", "message": "Add a versioning thing.\n", "proba": 2.0086407914732263e-07}
{"commit": "a860de6e19627cc7a86efbf7c33c2c81b5224364", "message": "Minor cleanups", "proba": 1.6429595461886493e-07}
{"commit": "57b1440b530fd89ef93ba76fe2f7997892e7d46f", "message": "\u76d1\u6d4b\u6570\u636ePOJO\n", "proba": 3.8191782891772164e-07}
{"commit": "6cc64da7287850addcce24102f3977207922ecfe", "message": "[VTK-5011] Unified exception handling in publish API controller\n", "proba": 1.1800941734918524e-07}
{"commit": "b763e96eed55094f08d7cd033dff1d9da2c1746c", "message": "set max text width when changing typeface\n", "proba": 5.1964379963465035e-06}
{"commit": "2089cde6e6584cc4e5058afb53d067f4cadc57c2", "message": "[algo] implement quck find\n", "proba": 1.5929668961689458e-06}
{"commit": "c6018f605a1d3075bb630e5ad08c9f4ad25e54e4", "message": "Create : 0029\n", "proba": 2.4002162035685615e-07}
{"commit": "46599589bb6dad7926ea4f13a50f363000c7404a", "message": "runtime: add module-info.java to join tests\n", "proba": 8.245575600085431e-07}
{"commit": "689e2752923d56f3cf6615241923b08a3d78e350", "message": "am f37034ac: am 905fe15e: Merge \"[ActivityManager] Avoid mistaking visibility by finishing task.\"\n\n* commit 'f37034aca6e04d170a3abd2e9b19dcfd711c4e82':\n  [ActivityManager] Avoid mistaking visibility by finishing task.\n", "proba": 2.813961827996536e-06}
{"commit": "663fb7a09e48c77a7fff4f7a8488b08175170d6f", "message": "am da9b87a7: am 5d8936b4: am 27581792: am 54f99137: am 3747768b: Merge \"Fix visibility of multiple non-fullscreen activities.\"\n\n* commit 'da9b87a70994ed00868dd4405243932fe7e267f2':\n  Fix visibility of multiple non-fullscreen activities.\n", "proba": 1.5143579901177873e-07}
{"commit": "f657b63c1c20252e1b0eb0646efb479420c828be", "message": "Fix restoring of permissions after a reboot.\n\nIt turns out the whole loadedPermissions thing was pointless at this\npoint, and causing the problem: we would write out the granted\npermissions, then at boot load them into loaded permissions, and\nnever actually put them in granted.\n\nJust remove loadedPermissions.  The grantedPermissions (that is\nthe permissions the user has approved be granted to the app) are\nall we care about.\n\nChange-Id: I54d9dc418d6277ae0b35b8c1fc4b9c11f34f86f0\n", "proba": 2.4790711904643103e-05}
{"commit": "be16cb15b39f5140b764854bc78c139bfa9fbe8b", "message": "PackageManagerService: Refactor MountService calls (new api)\n\nSigned-off-by: San Mehat <b23d0c7bb708db91c8b9415ae7caad6fe333f717@google.com>\n", "proba": 1.249754717491669e-07}
{"commit": "abd6ffb2572d4d950652ab792ec1de64aca9b915", "message": "Update GCMIntentService.java", "proba": 9.039605970428966e-07}
{"commit": "5017ef2763ad2f576502717022d067f75baeed98", "message": "Initial\n", "proba": 3.6569930671248585e-05}
{"commit": "f1b424f130610459f287753e8caeaf892ae3e987", "message": "Facebook module bug fixes\n\nFix appid, getLoggedIn and event listener bugs.\n", "proba": 1.0601706179613757e-07}
{"commit": "3bc1e2ab916dbaa093823680e306a7cfb54099ed", "message": "One more...\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@245170 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.5638129247672623e-07}
{"commit": "3bf455602655b07c832ab48ab53b1512cdeac3a9", "message": "Changes for JIRA issue #123.", "proba": 1.1496415197598253e-07}
{"commit": "1c8f3318354a97119559c6fd02c3ff387c475837", "message": "+Messages: Added new message\n", "proba": 2.1448857978612068e-07}
{"commit": "ebe8483e5772697c195360dba2ce13a550b9f1b7", "message": "- forgot to add this file\n\n", "proba": 1.3987794034164835e-07}
{"commit": "ad22d09a5db646fcd516328a71cf90fb427824b4", "message": "add Interval test\n", "proba": 4.6928391384426504e-05}
{"commit": "3c3e81eb4300baa25a041d73f5e5a2b4a0687849", "message": "java\u57fa\u7840\u4ee3\u7801", "proba": 6.155243568173319e-07}
{"commit": "e68163e0086e08adaa2787a7d1f153cbee6342b2", "message": "finish hackerrank left rotate array problem\n", "proba": 3.428727382015495e-07}
{"commit": "a828b53d76ef7cbbed254c519d79590e2ed953d3", "message": "Commented out Tom's changes that are causing the\nuddi problem.  Will look into this on Monday, but wanted\na clean test run with new TypeMapping/Serialization stuff.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@246258 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.631855396539322e-07}
{"commit": "2c296ff35bb14d2960ebbf097491171ed50fa268", "message": "#8 Crear metodos a\u00f1adir y devolver en la clase Club.\n\nSe a\u00f1aden ambos metodos sincronizados de manera que solo pueda modificar el numero de pelotas y palos un hilo a la vez.\n", "proba": 1.0977846898185817e-07}
{"commit": "5c6f6e8dbd76edc98005084bde0885fcfb270dd0", "message": "Verbose information if we get a SOAPException.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@247330 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.001031590043567121}
{"commit": "7c0ae057f664be08a573d78c0b3793bc98d6a9a3", "message": "Header fixed\n", "proba": 4.3299127128193504e-07}
{"commit": "f4433ceb035ca3fccf273519ad9fa4558e77b236", "message": "change : add TestAndroid.java.\n", "proba": 1.740908857073009e-07}
{"commit": "f1dd8975879a454b08329baf70fe8c390a604138", "message": "Added support for starting the app without main", "proba": 1.8980431093496009e-07}
{"commit": "1eebf0bf5e2d8cf183c10970acf8022d7d6c1848", "message": "Added whitespace\n", "proba": 1.0629319149302319e-06}
{"commit": "88340f1b7aeacb1b5661a14ce7c96b5c85857d42", "message": "fix up printed output to be more correct\n", "proba": 0.005506771616637707}
{"commit": "51b338c9ce864b6b4e8dc3bd930ae8348d84aa68", "message": "If no moves want to be selected, don't try to select one\n", "proba": 8.822157724353019e-07}
{"commit": "89840e1a34d26b7b2875a9e177ddb22057fe4f13", "message": "A better message text. Followup to r1640363.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1640365 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999610185623169}
{"commit": "e99681a5d8fd60c42f4de5ceb078a0f48dff2415", "message": "\u79fb\u9664\u4e00\u4e2a\u8fc7\u65f6\u7684\u6d4b\u8bd5\u7c7b", "proba": 4.421970629664429e-07}
{"commit": "138e796a69f38cb28a6b4dfbd4c96e2c6cbc3784", "message": "Se creo la clase autor", "proba": 1.0426550943520851e-05}
{"commit": "a92d74df241f8db1e522ff856c633866762b76c6", "message": "Smoke class added ", "proba": 2.831530423463846e-07}
{"commit": "27d469950877c84fb6ed3229579022ca38783dac", "message": "As mutable class, StringBuilder is not thread-safe and its method returns same reference\n", "proba": 3.687809169150569e-07}
{"commit": "fd44d42d13689f690a8a0e0e142cc061d08dd0cf", "message": "Delete Main.java", "proba": 1.3261012099974323e-05}
{"commit": "5d73bc16804efee1dd75e7e85ae59ac568ca4cb6", "message": "Started some tests for the actual FeatureFilter objects.\n\n\ngit-svn-id: ed25c26de1c5325e8eb0deed0b990ab8af8a4def@2361 7c6358e6-4a41-0410-a743-a5b2a554c398\n", "proba": 1.9376928321435116e-05}
{"commit": "e3ae9e71b3217e280f5c671591841ae437fd4dab", "message": "am 5fbb2452: am ca3e5aea: Merge \"Retry if interrupted before mMessageThread has joined\"\n\n* commit '5fbb245230317b5ca312556b73380195871827eb':\n  Retry if interrupted before mMessageThread has joined\n", "proba": 8.281756436190335e-07}
{"commit": "0bdea8674ab700c7c43a885795434f5fc1be0f1c", "message": "hackerrank->algos->strings->love letter mystery", "proba": 2.2214308046386577e-06}
{"commit": "3c5a6cf93520be23e6d5a9bc4cb8f4e8c18214b1", "message": "am 2c6131bb: am 293977bd: Fix the doc for Notification.FLAG_ONLY_ALERT_ONCE.\n\n* commit '2c6131bba957dc5b4e1638bb8b0c10ebddf2049a':\n  Fix the doc for Notification.FLAG_ONLY_ALERT_ONCE.\n", "proba": 1.7625862369641254e-07}
{"commit": "725d8ff6c5b4e27c8b7f2969ce1ddf6ec715ea6d", "message": "Log uid and package name when launching intents from search\n\nThis is to help debug http://b/issue?id=2020252\nwhere the WEB_SEARCH intent is sometimes not handled.\n", "proba": 1.0777761616509451e-07}
{"commit": "80c3856122dfc51a89e4ebf1f93851d160a26624", "message": "Support a Primary and a Floating ActionMode in DecorView.\n\nThis CL modifies the support for a single ActionMode in PhoneWindow.\nDecorView to support both a Primary and a Floating ActionModes\nsimultaneously.\n\nThings pending after this CL:\n- Handling an actual Floating ActionMode\n- Cleaning up the now unused ActionModeWrapper and its related code\n\nChange-Id: Ie2e5ec27393ce9eededadf5bc379bab39981a365\n", "proba": 1.1577519671845948e-06}
{"commit": "5d7b4368d9eece9f78c808fbda5b59700bfe6671", "message": "am bbe1860a: am 62fbb831: Merge \"Document interaction of SurfaceView and post-layout transforms\" into jb-mr1-dev\n\n* commit 'bbe1860ae38b96d4d347990d1fb857e978828224':\n  Document interaction of SurfaceView and post-layout transforms\n", "proba": 3.34995263528981e-07}
{"commit": "c1374e8e1ae6669ffda874445ebf6b14c49d3a9c", "message": "Fix build\n\nRestore unused-but-public \"resolveAdjustedSize\" method.\n\nChange-Id: I2f2bdbf96c484bcd457790fde970f1c67296b857\n", "proba": 9.893001333693974e-06}
{"commit": "88c62df587f13fda5a169617017cbeaf5b1acff7", "message": "SSTable access monitor\n", "proba": 2.6932752916764e-07}
{"commit": "ee8f844bfaf765a9190f78c3c7945e3e71771cba", "message": "Simple test with a large cache\n", "proba": 2.5568598971403844e-07}
{"commit": "1e762dbbcb94b5574c1ec5a081e17d7e629a7e6b", "message": "loading_text in Norwegian", "proba": 2.4376008695981e-06}
{"commit": "00f3ec1d5ee929fd2474d7b237717afc6e87cafc", "message": "create service for subjects\n", "proba": 1.8218172215256345e-07}
{"commit": "1b44a52289884804c5d7b0896fec07d3f68889e3", "message": "checking included before including\n", "proba": 1.4372781720339844e-07}
{"commit": "6ade7c5ba95e76690629e81e04d0e0cef30805fa", "message": "Relacionamento Contato x Endereco", "proba": 1.9470438417101832e-07}
{"commit": "9777195fdb3520367a9042562c278ff3096934aa", "message": "initial implementation\n", "proba": 5.313505084814096e-07}
{"commit": "8ded498aa5e489251c458d6b3ab9f1b66c43635f", "message": "Added an example that uses the OAuth protocol\n", "proba": 2.306614987901412e-07}
{"commit": "3e8cd4093639a71266b9d52947b8f9fb6a893507", "message": "first attempt MaxCounters\n", "proba": 2.824070861606742e-07}
{"commit": "a5aa462e6ba512304eecb432b7acbb63de56d9da", "message": "Show the file association as a tooltip in the list of recent scenes in the File menu\n", "proba": 2.1003971539812483e-07}
{"commit": "9ee1394041becadb0b0f196bcf99da0ccc0df84d", "message": "Last Login date was not getting updated correctly.  Fixed.\n", "proba": 1.060496188642901e-07}
{"commit": "9cb06be0aeb0af8e06ecc46c1489cb34ff132dce", "message": "Make JDA directly accessible, instead of proxying everything through separate methods\n", "proba": 1.7421844233922457e-07}
{"commit": "6c9773419c42a92434f9b9d3112fe3c6a048f3fb", "message": "Remarkup support\n", "proba": 1.6820543180529057e-07}
{"commit": "b6fdd5666567069fe777c36468c6d315c4b05032", "message": "Added Wordspace, an implementation of the interface WordspaceI. It is suitable for word embeddings. Words are represented as DenseVectors\n", "proba": 1.3432624257347925e-07}
{"commit": "98e56ec1e22c156ece17226dd56f514e646d6a3c", "message": "added Google online onsite tasks during corona situation\n", "proba": 3.083664239511563e-07}
{"commit": "ceb176acf75556a55f5c6901f7fb7eda355ad21e", "message": "Look up based on principal object, not qualified name\n\n", "proba": 0.0008046002476476133}
{"commit": "52801a5814b15e91e8c6eb0c443841e4b729d7cc", "message": "Add game interface to be implemented by games\n", "proba": 2.6537080088928633e-07}
{"commit": "463285bfa47b9a258a841234b93206fd873935e1", "message": "am a6a96cf4: am c93b88cf: Remove redundant comment. As of now, we cannot guarantee anything toward external developers.\n\nMerge commit 'a6a96cf40e6e5349715ca6d2c81602d72d37da24'\n\n* commit 'a6a96cf40e6e5349715ca6d2c81602d72d37da24':\n  Remove redundant comment. As of now, we cannot guarantee anything toward external developers.\n", "proba": 3.8938401303312276e-07}
{"commit": "11a7ba367f39175f41300f384ec6e984bcc08d53", "message": "Support for apps search in apps provider contract\n\nBug http://b/issue?id=2559078\n\nChange-Id: Ic0d3ac3af2ca5f066618e279786af2df11cd0113\n", "proba": 4.47974798589712e-07}
{"commit": "8e98e35e8f264f28dc19a603f039e7e9ca154ad7", "message": "am 50239de1: am ddbab4e1: am 6cc13745: am 94f1751c: Merge \"Fix typo in EastAsianWidth javadoc\" into froyo\n", "proba": 6.324380137812113e-06}
{"commit": "ae73645241ff0627ed924a8395b83aa59dc326ea", "message": "am 2a8be3cf: am ecdf20d4: Merge \"Fix NPE in DateFormat.is24HourFormat.\"\n\n* commit '2a8be3cf5ebabbbb0c42d946f28cfe33d5653be6':\n  Fix NPE in DateFormat.is24HourFormat.\n", "proba": 1.1531894017480226e-07}
{"commit": "7c2e329ef23ea9b4e55cc51970ff52e506affa45", "message": "Remove custom scrollbar logic\n\n Bug: 6505722\n When we scroll the base layer we do so by calling scrollTo on the view,\n which handles all the scrollbar logic for us. Remove the custom keep alive\n code which floods the handler queue, as well as remove the unnecessary\n invalidate and awakenScrollbar calls (View does that for us)\n\nChange-Id: Ia2503c549a22ec71d99295fe62b676fecc367ea3\n", "proba": 1.2917600997752743e-06}
{"commit": "807c5e2adf20bc853fb47ddae27333168f3b97e1", "message": "am 956e0df9: am 913f3c8f: am 263554ae: am 7d4e52ba: Merge \"FIX Null Pointer Exception on dialog cancel\"\n\n* commit '956e0df9222296f7dd5f5a997462168ead03a30a':\n  FIX Null Pointer Exception on dialog cancel\n", "proba": 3.3704679935908644e-07}
{"commit": "217b208ebd4a84b970bf8360408feaa95d5d58f1", "message": "am a4335ee8: Merge change 5236 into donut\n\nMerge commit 'a4335ee8a7ce9e45b1d3b7a0eb7aefa16b7024b1'\n\n* commit 'a4335ee8a7ce9e45b1d3b7a0eb7aefa16b7024b1':\n  RelativeLayout was ignoring some dependencies.\n", "proba": 1.9098325765298796e-07}
{"commit": "803e75126b38541437c534025e58a2c03ddf26c9", "message": "am 9478bf0e: Merge \"Fix handling of RelativeLayout measurement using UNSPECIFIED spec\" into mnc-dev\n\n* commit '9478bf0e6f9618b8a5b844deaf548fc5ad1ff024':\n  Fix handling of RelativeLayout measurement using UNSPECIFIED spec\n", "proba": 7.507017016905593e-07}
{"commit": "41ab45eec5994df539dbff290dc4cf04733f6578", "message": "Any tweaks\n", "proba": 1.6793023860373069e-07}
{"commit": "b55c7a0dca82d9365229f09e76d47e3dbf73ba56", "message": "initail commit", "proba": 3.625479791935504e-07}
{"commit": "967477433cb9faa32d62f9693d619fe9813a3ec9", "message": "Use vector icons (FontAwesome) for toolbar\n\nThis makes all icons crisp sharp since we use now only vector graphics.\n", "proba": 9.681081536427882e-08}
{"commit": "f89654dd2847cc574dfa6a44806289f7e69e17b7", "message": "Do not hold wifi lock when SIP is also available over mobile network.\n\nBug: 3111564\nChange-Id: Ifc76e5c378d620e40ce4adf6ffa20807e9750fdb\n", "proba": 1.37175231884612e-06}
{"commit": "c259f1ad9df96437320ba108c9523ba48aae6fab", "message": "New class.\n\n", "proba": 2.181569414005935e-07}
{"commit": "f607f6c23c31b6d2b21f81ef8bd8b8ee6e9ccb18", "message": "*** empty log message ***\n", "proba": 5.360483328331611e-07}
{"commit": "bd4aa0f57adc68729a5f82ea0ec93d8dc588e39f", "message": "Update CommonGameController\n\n-Should be fully functional and predictable now\n", "proba": 1.2209845579036482e-07}
{"commit": "a7f09dbe1ae7542572a1e7b7d76d48b67a9f985f", "message": "LabelMatch test case\n", "proba": 6.890981012475095e-07}
{"commit": "9e079298edd022c43a960729442a53557fd16e45", "message": "Fix BackupManager.isBackupEnabled()\n\nIt wasn't properly lazy-initializing the service binder, so it always\nthought the backend service didn't exist, and so always returned false.\n\nAlso directly validated that every usage of sService in the module is\nnow correctly lazy-initialized.\n\nBug 16661321\n\nChange-Id: If5fbb18aef81bfa8fd70eb40a1f6af54cc96d804\n", "proba": 8.105446795525495e-06}
{"commit": "c3c6f1ceebe7092298705a8c19b47f1a0dd785c2", "message": "Create Maze.java", "proba": 0.00010289085912518203}
{"commit": "b81b89f1bf8bd39e71f5209fe7ae80db3c100bb6", "message": "am 45a8901d: Merge \"Add supporting MCC=450(Korea)\" into gingerbread\n\nMerge commit '45a8901dc3ae12ad818ac2afdd63fe712769cb3b' into gingerbread-plus-aosp\n\n* commit '45a8901dc3ae12ad818ac2afdd63fe712769cb3b':\n  Add supporting MCC=450(Korea)\n", "proba": 4.156635441177059e-06}
{"commit": "61b1eae5d8ce2d32e9d6559c0cd5e4d9152d45f0", "message": "initial version does not work\n\n\nSVN-Revision: 1563\n", "proba": 1.476197155625414e-07}
{"commit": "4c154b12d5434b8c96356f2a9eddba5d49b46c40", "message": "\n\nSigned-off-by: as <a>", "proba": 2.2290483059350663e-07}
{"commit": "cbe511fee25e685ec49a9f013cdce927db929dcf", "message": "the second", "proba": 4.3266853026580065e-05}
{"commit": "2de3a5762f4c77852810d8f6de6b60aabee9a38e", "message": "wifi: Do not use prefix for p2p commands\n\nBug: 9298955\n\nChange-Id: I73dab83d133ab3a79cdf804764ba0583a6c9af7f\nSigned-off-by: Dmitry Shmidt <5b1a755a6b1799d96d2e1f98e16b285f5f690241@google.com>\n", "proba": 1.774827040890159e-07}
{"commit": "e1b28b26ea90d69b0fe1fa83ec147d455c8b62f1", "message": "Sample code.\n\n", "proba": 3.355355886469624e-07}
{"commit": "cf54e4aafc0f4406567fc236b850e8dc507c7093", "message": "Add supplication shut down recovery\n\nWhen framework fails to get a notice of supplicant shut down,\ntimeout and proceed with a forced terminate\n\nAlso, avoid killing supplicant immediate upon stop and use the\ntimeout for recovery\n\nBug: 5337272\nChange-Id: Id8971c673dc3082a5f15a6d5cef907bebe1e0fa0\n", "proba": 1.9005730109711294e-06}
{"commit": "c4377702df74ccc950e3f3816c589f578edb48f8", "message": "Test malformed app token fixed\n", "proba": 4.237842858856311e-07}
{"commit": "2e1bc52ddd91bc66156b93f9d5fb59f1999483cf", "message": "Remove redundant casting\n", "proba": 0.0004099811485502869}
{"commit": "e68f3c0aa95bfc6992784584d7942243982e5b2b", "message": "Updated code for new jetty version\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@11013 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 3.643329762326175e-07}
{"commit": "2a9b0f7e19fcf02b4112017ff97a06cc7b565e14", "message": "Add Tests\n", "proba": 3.7680260334127524e-07}
{"commit": "e52a8fba19413323f3c8417257a7edf4febe4adb", "message": "remove a layer of AtomIterator by having AtomIteratorBasis work directly with AtomIteratorSequence rather than through AtomIteratorListSimple\n", "proba": 6.594800652237609e-07}
{"commit": "5e851163bf94c1981258fe9f2f8664ba43f0493e", "message": "Add JavaDoc. Refactor method \"get\", \"edit\", \"delete\"\n", "proba": 2.1260043467918877e-06}
{"commit": "c8c5d3ccfdf6c5f9855739e85b972c4b6a578e37", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@628 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 5.817216788273072e-07}
{"commit": "b533113b515fa02d62d763c281522c1a49824efa", "message": "Update EmailSender.java\n\nfixing some conventions", "proba": 1.4157619432353385e-07}
{"commit": "46ee5b3519f1b5894cc74d19a3d242c2352add70", "message": "Fix SELECT_LATEST_THREADS_QUERY\n", "proba": 0.9999513626098633}
{"commit": "eaedfc58a5e78f825b0ee9ff6443b44c8c467261", "message": "Create the JSONReader file for read a json file\n", "proba": 3.155613285343861e-06}
{"commit": "8b26e98daf4a18e02e0590529fb26ba6bef72564", "message": "YD-148 All HTTP errors are now explicitly logged\n", "proba": 1.1284402745559419e-07}
{"commit": "dcd42e3086690d713e9c2e81fb8516663822eb48", "message": "Test Firebase database root response.\n", "proba": 1.5784540607910458e-07}
{"commit": "7f48657eeac55d05af4d5e95bbf3f377901c0f6f", "message": "added sleep to Boon\n", "proba": 2.8968872811674373e-07}
{"commit": "d918c76b39313f3101ca66f117ecdd4b5b8b5a86", "message": "Nuke the contents of the default tables\n", "proba": 1.9465273908281233e-06}
{"commit": "7b1ec07f57bd35d35ccf0f66acc90f3595723439", "message": "not updating StoreInfo on every store opening\n", "proba": 2.1994431165239803e-07}
{"commit": "6530d14a87c73ce3053b9eacb040685d5efc1519", "message": "\n\ngit-svn-id: svn://svn.code.sf.net/p/tuxguitar/code/trunk@66 e5ace225-184b-0410-aeed-e0aa2ff36a70\n", "proba": 1.3809325309921405e-06}
{"commit": "5ba94cd57cc0322f4431b544a7406cc96618e953", "message": "\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@8729 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: fb4f5cdf88711eea6fb02ad9ed019c3477d1cfb5", "proba": 1.3783326267002849e-06}
{"commit": "ad02a6f1fba51cf0caee96d0c5a8c13bb258884f", "message": "add ph\n", "proba": 0.9987896084785461}
{"commit": "844586dac4de8a36f56437f5a1538dd7a5042145", "message": "Create Delete Node in a BST.java", "proba": 1.4335153082356555e-06}
{"commit": "cc70d6cdea736d6b41709d5127456638a22d1e70", "message": "Fix the javadoc and Eclipse warnings\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1027762 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9995999932289124}
{"commit": "3237cd9fb52eac33c070e801b5a074db6bd0338a", "message": "No need for volatile here.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1652121 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.4786524085793644e-05}
{"commit": "d21063a425f1487ccc9948a7af6fa1b1eb50a60c", "message": "So much IDE\n", "proba": 3.374584593984764e-07}
{"commit": "3ebe89407d80d73bfda8a2a54bcf31efa5d7b1d3", "message": "Simplify BotState\n", "proba": 0.0016226115403696895}
{"commit": "594412affc8d7eb9c85fffd1fa94431a87838a3d", "message": "Fixed whitespace in links\n", "proba": 3.740486249625974e-07}
{"commit": "0acf12686419e9d5197c64702845d1c61ea9155a", "message": "missed class\n\ngit-svn-id: 51e9c0635e05060c2a7639df764e0b3ebb09013f@1296225 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.0725257122176117e-07}
{"commit": "caaf91c5b5eb23d654d311eb5e2fcafd4236eee8", "message": "master\n", "proba": 1.331469206888869e-06}
{"commit": "52f4f3a904fa385174b2a0a5c20599f8de17d940", "message": "Optimalization from Sebcio", "proba": 2.0602159622740146e-07}
{"commit": "c71d8823d0b206644fde3b160ff32acaf9a2248d", "message": "java-sort\n", "proba": 3.138057081741863e-06}
{"commit": "2cc6b42ceb1c67a011161dcad401a075532fff9a", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "333bbc1cb23cfc7a3c44555831434ce73c03db1e", "message": "need to recompute factor each time\n", "proba": 1.6506503015989438e-05}
{"commit": "18a85b85ce48df9b4dc9b6ed2833f970961b23c9", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "b6d0763e2356004649044d2376f43072ba4eb64b", "message": "added NoSuchElement Exception class\n", "proba": 2.0879866724499152e-07}
{"commit": "4c110bc37b60c088b0ef1ddb9b8bd8a19c6e7474", "message": ":bug: Fix MultiAura always triggering Criticals", "proba": 1.319572220381815e-07}
{"commit": "62c94b4aaf6ce05beca560225cefb05fd8cb8915", "message": "This class represents compacted 1. experimental factor values in an assay 2. samples corresponding to this assay, passed via Atlas API as JSON to experiment.js and used in constructing large plots.\n\ngit-svn-id: 410459702e6123a874d92574e1336b0959d85891@14843 2913f559-6b04-0410-9a09-c530ee9f5186\n", "proba": 3.0957885428506415e-06}
{"commit": "15065cd096ba005c78993a94976781df23f271e3", "message": "Add sequence diagram to train demo\n\nRelated to #571\n", "proba": 1.372674631738846e-07}
{"commit": "965917d5c59554bf761feffc927aa340f139e869", "message": "Added rules for libreoffice\n", "proba": 1.512611476073289e-07}
{"commit": "4f8f4fcc209b5a3719b9177ae11caafb7cdc6abc", "message": "Prepare 3.0.0.RC2 release\n", "proba": 2.3654936853745312e-07}
{"commit": "a30bfe2d30d9e7db688eca5eeeeedeb4dfbd516e", "message": "am 460ab500: am 43cb62f0: am 193259d4: Merge \"Manually jump ripples when preemptively aborting RT animation\" into mnc-dev\n\n* commit '460ab50014e163040872842916c4b03708887d6b':\n  Manually jump ripples when preemptively aborting RT animation\n", "proba": 3.077556129937875e-07}
{"commit": "4ace74099efae6a5173dafbbb2f381097dd8523d", "message": "Viene stampato il risultato di una mano prima del game over ", "proba": 8.69023779159761e-07}
{"commit": "6ce53a92b1c097944aa794883081c90dcb5cd77e", "message": "am 4f3efcff: am 6823ea49: am 4b4d4757: Merge \"Start AnimationDrawable from the zeroth frame.\" into mnc-dev\n\n* commit '4f3efcff8041b027e652c0bafb00a64b576eac26':\n  Start AnimationDrawable from the zeroth frame.\n", "proba": 1.518882157824919e-07}
{"commit": "507cde8b56b2a86e607a44cf2dc19becc9c87f15", "message": "more concise set init\n", "proba": 2.9286702556419186e-06}
{"commit": "61532fece062c1bb97c9c1390dbafe5c863964c4", "message": "Added ability to check for empty map", "proba": 1.7844824640178558e-07}
{"commit": "6150f174a9922ffd56bb676867cfcf58684e2e39", "message": "Add LeetCode0673.java\n\nAdd LeetCode0673.java", "proba": 1.2513576621131506e-05}
{"commit": "c729a975fb421a8ede094405aa683065f2b9cf19", "message": "AndreasTolfTolfsen: Ignoring test finding element in XHTML on Opera for now\n\nr16141\n", "proba": 1.2802107107745542e-07}
{"commit": "7eae59ef3061e5eb0dcb17531e53e41092db3d02", "message": "Removed unused exception.\n\n", "proba": 1.459505512002579e-07}
{"commit": "69abb4e65dac9b8207358162a7cb9a210dc35ca8", "message": "Removed more dead code.\n", "proba": 1.347057150269393e-07}
{"commit": "8a0117a588eb6cbb82d40eed51bddc4519b1c410", "message": "First go at ViewPropertyAnimator.\n", "proba": 1.1034906322038296e-07}
{"commit": "1c3821122516f58494e91ac47ed85c6f1b8bf0f0", "message": "Added FocusModes.\n", "proba": 1.1598169180615514e-07}
{"commit": "1b6eedd8f5dd06f480e63f023f86f4c4ba43487f", "message": "Correction affichage des\n\n", "proba": 3.6850249784947664e-07}
{"commit": "f8e6c739ace702e010b0deaf1e571aad7450010f", "message": "don't execute groovy update scripts while database initializing\n", "proba": 2.159064962370394e-07}
{"commit": "bafc8d8e2aad40cc966f9148b8d6b6c06582c865", "message": "- added Composite to create boolean expression\n\ngit-svn-id: 6d8cdd4af04c6f63acdc5840a680025514bef303@470 4f21837e-9f06-0410-ae49-bac5c3a7b9b6\n", "proba": 1.6224699947997578e-06}
{"commit": "d3092dc7b363ad57b45af8c97b55477dc097306c", "message": "added Node java file\n", "proba": 4.066677092851023e-07}
{"commit": "a6d6386235a56f57cd276caf5f472bfcebb2c50e", "message": "Square tool\n", "proba": 8.800352020443825e-07}
{"commit": "5723fb0cd8b164035c5564e4986c65f30aba516f", "message": "Avoid redundant wallpaper loading/drawing\n\nSwitching users causes wallpapers to get recreated 3 times. Other operations\nlike startup and rotation cause similar redundant load/draw operations. This change\ntracks the various attributes that tell us when we really need to reload\nand redraw, causing only one of these expensive operation per one of these\nswitches.\n\nIssue #7334664 Wallpaper draws several times when switching users\n\nChange-Id: Ic3072ef3a7eaf622d8632e87e34f50999f716c39\n", "proba": 1.6805246616513614e-07}
{"commit": "66652870e2fabe2789190b6f455a711c15447a30", "message": "Track size changes correctly for static wallpapers\n\nPrevious logic compared the surface size to the bitmap size to determine\nwhether to reload the bitmap. This was based on an assumption that the bitmap\nwould be created at the same sizea s the surface. However, the process of\nhow those sizes get determined is different for surfaces and wallpapers, causing\nan occasional issue where the bitmap gets reloaded frequently, every time the wallpaper\nis asked to redraw, even though it always gets recreated at the same size.\n\nNew logic checks previous surface dimensions against current surface dimensions to\ndetermine whether the bitmap should be reloaded; we really only want to reload\nit when the surface size changes.\n\nIssue #7373200 pause when toggling between All Apps and Home screen; Home button stays illuminated for a long time\n\nChange-Id: I108777b72bd42616ad7cf8274af1b3e6b2ed94e7\n", "proba": 4.02447949454654e-06}
{"commit": "f221e4b52b0a702aeb832b98db9b336e68b0715c", "message": "am 8aa14b59: am dbcf0a9e: Merge \"ImageWallpaper: Atomically fetch display info\" into mnc-dev\n\n* commit '8aa14b59d360ad0140dae7a1e6ecdc6b11017ea5':\n  ImageWallpaper: Atomically fetch display info\n", "proba": 5.570894359152589e-07}
{"commit": "57ed0777f8b4e1c535e8d0ad35bd51c76009acfd", "message": "add java constants file\n", "proba": 9.830889666773146e-07}
{"commit": "6f498dbca92fd8cbc7bd7d5e8b4213d155d69618", "message": "Create Scaffold.java\n", "proba": 1.5510833009102498e-06}
{"commit": "c4e9fdeea3aee21caa2a841d0a093d04f55623d2", "message": "Create LanguagesExploration.java", "proba": 1.0695719083742006e-06}
{"commit": "3f542c7bdc104d05f2bb200bc9ef1f7faa74bcd6", "message": "Add EmptyModel\n", "proba": 6.286606435423892e-07}
{"commit": "dc7eb9c947f36cbd34021663845bcbb090c3169d", "message": "am 00cfbe82: am a5608acb: Merge \"Don\\'t allow MemoryFiles of negative length.\"\n\n* commit '00cfbe82fa80ef57f3b1c34e47836d3e28c381b8':\n  Don't allow MemoryFiles of negative length.\n", "proba": 1.7173512389945245e-07}
{"commit": "15df6703f8bf3255eb7ba5c27e3518f60adc83f1", "message": "Fix potential leak in ViewRoot.\n\nThe way View.post() is handled can cause potential leaks in ViewRoot. For instance,\nif a View calls post(Runnable) just after being detached from the window (in an\nonClickListener for instance,) it will enqueue a Runnable in ViewRoot.RunQueue.\nUnfortunately the RunQueue is emptied only on the very first layout of the ViewRoot.\nThis change prevents the leak by rxecuting the enqueued Runnables on every layout request\nThe latter did not happen before and to keep views in a correct state I think it\nis necessary to always ensure we run the Runnables sent via View.post().\n", "proba": 7.731242476438638e-06}
{"commit": "11541338c5c0db1181107aef8f96c398d8445fd4", "message": "am e9b175b7: am 484de9db: Merge \"Fix for bug 6954231 text wraps on second line and is fused...\" into jb-mr1-dev\n\n* commit 'e9b175b7131e2b709902c6e2f4a861fbb638b1d2':\n  Fix for bug 6954231 text wraps on second line and is fused...\n", "proba": 1.2260252901796775e-07}
{"commit": "1839cfb656ee3b273a8e196a453676b0c1ad324f", "message": "Make sure the doc tool uses the proper repository configuration\n", "proba": 6.248353088267322e-07}
{"commit": "8ebd66ca2428a409fe2ae8c077f387242b16a3d6", "message": "am 4c0011e9: am 824347dd: am d08f339b: am 749334bf: Merge \"Fix ChooserTarget app scoring\" into mnc-dr-dev\n\n* commit '4c0011e98212cf2b2a9e0aa2bab32c069de3b253':\n  Fix ChooserTarget app scoring\n", "proba": 3.970306181599881e-07}
{"commit": "18d200fd2aa26e4c9b6ca7c38bb5fd6b81e40259", "message": "BatteryStatsImpl: initalize audio timer\n\nSigned-off-by: Mike Chan <a17fed27eaa842282862ff7c1b9c8395a26ac320@android.com>\n", "proba": 1.3865076198271709e-07}
{"commit": "79a0a5ed575bc4a5249ab9a1655b5b57b7bcf289", "message": "entity \"storageport\" -- like \"hbaport\" -- cannot be imported\n", "proba": 8.616071863798425e-05}
{"commit": "29b5f5802bccb7d36a954f45bef197ba5e63efce", "message": "New class", "proba": 1.1937762565139565e-06}
{"commit": "ef7661537b1c51b941115b7292f8fd5a084055f4", "message": "Added Empty class", "proba": 2.7454655082692625e-07}
{"commit": "454df2c438184cdb415b59fb5b33cf4d674fa0e9", "message": "Small change required by the change r1295236 in Axiom.\n\n\ngit-svn-id: d6acb143e251c037dab5ea34394f8439daf45588@1296062 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.127557859756052e-06}
{"commit": "b9eb346d89849929e85ece0f3b18b58e712785a6", "message": "first step is maybe to separate the uncertainty distributions from\n\nthe plain matrix data of the normal calculation. We should build\ndirectly the matrices in a single table scan. This means that we\nthen have to pass the formula interpreter into the inventory\nbuilder.\n", "proba": 1.0347035583890829e-07}
{"commit": "8ee2b91bf4cfe2f69c3b28701e0a96d77727e422", "message": "initial poc\n", "proba": 2.057397750832024e-06}
{"commit": "ac0413d5c05d87e2a81a3cb5d8cea8d22c9d50a3", "message": "The orignal Processing java source file\n", "proba": 3.1477935635848553e-07}
{"commit": "9f70e5c026be93b3b35979797f818af47aa62802", "message": "City class\n", "proba": 4.02553087042179e-06}
{"commit": "fec2032690957dbea674bd9c162b21ca7572bb47", "message": "Draft for handling key signatures\n", "proba": 1.917550633834253e-07}
{"commit": "7a4608aa2fd0a9f2f32834ce858534802a499eab", "message": "Update Entity.java", "proba": 1.5569313518426497e-06}
{"commit": "65c34abe894785351b0857d590e4a7076a081129", "message": "Created a utility class that allows an action to be taken only after a set\nof conditions have been met. If anyone has a better suggestion for a name,\nI'm all ears.\n\n\ngit-svn-id: 64ebf368729f38804935acb7146e017e0f909c6b@1712 6335cc39-0255-0410-8fd6-9bcaacd3b74c\n", "proba": 7.674203516216949e-05}
{"commit": "0a0932c021f43ea2a14750066f4e8233e365c01f", "message": "Fixed Javadoc warning.", "proba": 1.24923872135696e-07}
{"commit": "de8d63fadda1a231446b3153e6c074a490f23ede", "message": "Minor changes to SalesReport call", "proba": 1.226739811954758e-07}
{"commit": "47ba03ffdd1ac1a56c7ce4c916f10d1f2d05c465", "message": "Update LocalMaxSearch.java", "proba": 2.912732952609076e-07}
{"commit": "55874acbe270b9875fb5f372c9d35172a4111cd5", "message": "updated to count actual crossings correctly\n", "proba": 1.3527575504213019e-07}
{"commit": "38b5a735790f0ff67489609274e36396e3cab5a7", "message": "Initial version from Ken Liu, somewhat refactored by JJ.\n\n\ngit-svn-id: 6c0206e3b9edd104850923da33ebd73b435d374d@622481 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.52018344579119e-06}
{"commit": "17822cf61669881ed10ede4779f149633cec7290", "message": "Crop trampling bug fixed.\n", "proba": 1.1937154908991943e-07}
{"commit": "ce412193c06530528161f4d4a265730d16fd73ef", "message": "INTEGRATION: CWS calcrtl (1.1.2); FILE ADDED\n2004/01/28 15:21:28 sw 1.1.2.4: #114392#\n2004/01/27 14:13:58 sw 1.1.2.3: #114392#\n2004/01/27 12:51:52 sw 1.1.2.2: #114392#\n2004/01/20 11:22:05 sw 1.1.2.1: #114392#\n", "proba": 7.587087225147116e-07}
{"commit": "fd814ea1e39c8ce911ab17977462328042e91512", "message": "-CraftoHome: Removed unused import\n", "proba": 1.0952143725262431e-07}
{"commit": "2c1508eb27d968d09dc72b777884467ef98d11c3", "message": "adding initial version of MeshVoxelizer\n\n--HG--\nbranch : wemesh\n", "proba": 1.254686736729127e-07}
{"commit": "044dfb02f91d2c4bf0c75f3f5c18bc8c3f954cd7", "message": "generate dependency relation using stanford parser lib\n", "proba": 0.998908281326294}
{"commit": "47244b2d86308cdfe81daf17bca001688e76668e", "message": "added wrapper java class for serializable fn\n", "proba": 3.899101841398078e-07}
{"commit": "238481660c3fe2401df28708e3d17b29c372e287", "message": "delete invaild import\n", "proba": 3.247504594128259e-07}
{"commit": "6556b033cc691300ab7de1297cf59587b8a75cc2", "message": "feat: #1463 Add Discord integration\n\n- Add DiscordHelper\n", "proba": 1.207056641305826e-07}
{"commit": "112fb1aa920844f093c68a4bbc489b15ddc43462", "message": "Updated\n", "proba": 4.837594929085753e-07}
{"commit": "a4213e47445b23c51f5c932778d97cb96dfcf0fe", "message": "add the paintshop app driver\n", "proba": 3.0407068152271677e-07}
{"commit": "a6caaaa0ae50fddc1b2e3e438d905beebb1f05d6", "message": "git \u6d88\u606f\n", "proba": 4.0723199390413356e-07}
{"commit": "6aa8bc5f956fbc702ead0d5946eeafc1fcad33cc", "message": "update for previous commit\n", "proba": 1.3304241974765318e-07}
{"commit": "6034ca785e7271d63e44073dc3b17232ed460944", "message": "Initialising configuration and mysql connection\n", "proba": 3.02913235827873e-07}
{"commit": "503238b744b9fc201e539348cb038f872c39c206", "message": "finish stepping number\n", "proba": 3.677263066492742e-06}
{"commit": "081cfce36328d71fbb222fe393bd96952913ae1b", "message": "Added new close component to encapsulate the bootstrap close button (as opposed to a mold for the button component)", "proba": 1.0717656806491505e-07}
{"commit": "07c4f381b4f45dc051a9940cfcde6d1fe8961995", "message": "1023. Camelcase Matching\n", "proba": 4.668866495194379e-06}
{"commit": "8429cae0cca0ff58d49a13bfa72aa8d021b9719e", "message": "adjust test case\n", "proba": 9.418528748028621e-07}
{"commit": "50c4484187de6900744a5249e95ad652fe4583e6", "message": "New test suite.", "proba": 1.668483946559718e-07}
{"commit": "a77f90a27ff169056d332455f0866087281f4e1c", "message": "Added a scheduler for scheduling actions on the Swing event thread.", "proba": 1.0647138992680993e-07}
{"commit": "f20cd6f45b04e5c6d6f4da1c4ca77b0180f967fd", "message": "am 1eb7ccd1: am 631cf9cd: am b946ce96: am 00fe1b65: am 4cd72169: Fix window animation flickering\n\n* commit '1eb7ccd1f7bb2162e3c2ced9af7f085dd5b59f8d':\n  Fix window animation flickering\n", "proba": 8.220685572268849e-07}
{"commit": "3cab6b0f1deff1ee4b4b2e048935f2201d2cbc0d", "message": "Properly cancel Tether notification.\n\nWhen we add a second type of tethering we unify the notifications\ninto a single generic type.  This is done by canceling the first\nand replacing it, but this flow was improperly canceling, so\nyou could end up with orphaned tethering icons.\n\nbug:7283605\nChange-Id: I1d136f51592b4326d48578cf67b69122e45d4984\n", "proba": 6.653430659753212e-07}
{"commit": "5f1f193eb05f1e2b79336b8981fe2806c9058805", "message": "git missed the mv by Eclipse\n", "proba": 1.3303454693414096e-07}
{"commit": "74f4a34e893cdf631bf4b593e6536c2be2d890dc", "message": "*AktenDatabase: Fixed loadFromDatabase()\n", "proba": 1.1794821119792687e-07}
{"commit": "817002f67806517dd5b67a6238ee7df06f6f4ee6", "message": "Bayes factors are not odds.", "proba": 0.0006287672440521419}
{"commit": "c66419027996e095e5130fb1071afdef54472c49", "message": "adding utils to compute stat on arrays\n", "proba": 5.318336206983076e-07}
{"commit": "7d326f6535df48e2d2d86ae50d43cfd96023bb17", "message": "Adding simple bean.", "proba": 2.364886881878192e-07}
{"commit": "7132f7902293cdbc60d0dd750f1c5299f5785de3", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "35b24e87697669b62ead810180ffed6ee3f65f8d", "message": "added deprecated grovetwig\n", "proba": 2.0577554948886245e-07}
{"commit": "69e0ca85a99c52724951064868031f3a0f517669", "message": "added missing @valid tag\n", "proba": 7.064069791340444e-07}
{"commit": "7265a245d6af2763128372c05a8184f9b1c00e0a", "message": "Add Sampling\n", "proba": 5.164352501196845e-07}
{"commit": "7487add9b16981ce500e901c67bbb073b3a9809a", "message": "Fixed tests\n", "proba": 5.21611696058244e-07}
{"commit": "409b88f493a68d449bbfcdb0748e55217fd177fe", "message": "OS check utility added for enhanced Mac support.\n\ngit-svn-id: bf7e6665a5fa9ed84da90b6cc1bef00f9ffe166f@521 08545216-953f-0410-99bf-93b34cd2520f\n", "proba": 3.4879576560342684e-06}
{"commit": "948e200e2d281c4547faac2f2a429c4aa73a010b", "message": "am 9fac8a6a: Merge \"Renderscript: Allow YUV_420_888 as a YUV type.\" into klp-dev\n\n* commit '9fac8a6a4a47bf7b72d6c759c6f605b1806f925a':\n  Renderscript: Allow YUV_420_888 as a YUV type.\n", "proba": 3.4627976219780976e-07}
{"commit": "268c7d8acb9f31b9755d82387acfeeb64034b018", "message": "Create class DbManager", "proba": 1.3739871747020516e-06}
{"commit": "4ea7fc17f793dc37ead1a52f239e20569bfee746", "message": "Started working on an object serializer\n", "proba": 3.4526476611063117e-07}
{"commit": "f15af5dbb2a92af12cd5ba7923c84500b81fa286", "message": "Deleted uk.org.ownage test package.\nFixed some javadoc in action manager\n\ngit-svn-id: 50f83ef66c13f323b544ac924010c921a9f4a0f7@1384 00569f92-eb28-0410-84fd-f71c24880f43\n", "proba": 2.366035687373369e-06}
{"commit": "f6ec27c0170d46614ece51d025a85f7424b94f60", "message": "Fix the update checker checking for updates twice every time\n\ngit-svn-id: 50f83ef66c13f323b544ac924010c921a9f4a0f7@3478 00569f92-eb28-0410-84fd-f71c24880f43\n", "proba": 2.2981903384788893e-05}
{"commit": "bc95c97e5308f4123f17062381a04d14ea469652", "message": "For the http requests\n\nString url = \"host/call/to/the/api\"\nServiceHandler sh = new ServiceHandler();\nString jsonStr = sh.makeServiceCall(url, ServiceHandler.GET);\n*GET or POST\n", "proba": 0.9999994039535522}
{"commit": "9508b50b25b79f09dee7ce51adb1e5ded0199cc2", "message": "Created new class ImageAdapter.java", "proba": 5.617715714834048e-07}
{"commit": "4b6d38938e1c6756c61456503099af714d1908e3", "message": "Adding Error Codes for IWLAN/EPDG Connection\n\n-Error codes related to tunnel maintenance\n-Error code for DPD\n\nBug: 26014044\nBug: 26014458\nChange-Id: Ic00a14e0502fa47e20e79a3c6ce91b3170f53a50\n", "proba": 1.8592700712360966e-07}
{"commit": "f5dd0e2f7c829a612be8614b5ed01d9b3f8d7c56", "message": "Added package documentation.", "proba": 1.2579924657529773e-07}
{"commit": "ac36456c1b8059e974b3652aa2ddde2c3b025927", "message": "Rembrandt specific keys.\n\n\nSVN-Revision: 5041\n", "proba": 3.8124133538985916e-07}
{"commit": "bfe46713046620091aa7374998948a231d05055e", "message": "Add SessionViewer which gets all sessions from the SessionListener,\nextract the sessions belonging to the actual publication and \nprepare it to the usecase\n\n\ngit-svn-id: c334bb69c16d150e1b06e84516f7aa90b3181ca2@191145 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.46481065966509e-07}
{"commit": "44701c782b9c86396a54621ed27751a5e709e1d6", "message": "Remove IDEA Java type comment template\n", "proba": 2.1428269292300683e-07}
{"commit": "b0d759e26583554fa7c72e9dc6082370ff95ba10", "message": "*CraftoDatabase: CraftoPlayer&Vips gefixt\n", "proba": 1.370573983194845e-07}
{"commit": "45adb54894c7d7b174a1b0e9398ca12d2f5f932c", "message": "Refactor updating code into separate function\n", "proba": 5.181130472919904e-05}
{"commit": "0d3ea3de5829e18d0cf876478751678ffca3da38", "message": "Accepted LC #100 - round#7", "proba": 1.9733080591777252e-07}
{"commit": "3fd440c8cf0ab6be8d0014dcc79b97d997447acd", "message": "outboxing done!\n", "proba": 1.6315100026531582e-07}
{"commit": "609ab5349df03276477704ee08eb4d82cb034f66", "message": "Use constructor to pass the ObjectMapper\n", "proba": 6.557522738148691e-07}
{"commit": "f9ee92714b1febf981d528302a6aad258f9ce738", "message": "fixed handling of closing streams", "proba": 2.091398556558488e-07}
{"commit": "14e9ad394a71e94db3182cde18652e90a4eab18f", "message": "Fix using namecolour causing empty username.\n\nFixes #1045\n", "proba": 3.0847397738398286e-06}
{"commit": "4805c7098079dd62f56ddcff4c2c202591778580", "message": "Add KeyboardHelper\n", "proba": 4.587259354593698e-07}
{"commit": "11c6ac0b567ae2862c546fa7ce556c612f4421b8", "message": "KRACOEUS-3600,  KRACOEUS-3625:  App Doc Status for Disapproved and Rejected proposal docuemnts.\n", "proba": 9.864287875416267e-08}
{"commit": "d3bef5ca1a5233975d2368f01945d0c6eca52e36", "message": "The internal URI lock map object stays the same during the lifetime of a single\nLockManager instance, make that a hard fact since we synchronize threads on it.\n\n", "proba": 1.0719026022343314e-07}
{"commit": "469fe28941d7fe459d4051dc8ae2a5367f5ea9e5", "message": "Create VoicePlusConfig.java", "proba": 8.920959544411744e-07}
{"commit": "1ce3b256c7c5b4e18f73f916280c6a862c5a93f7", "message": "fixed unused import", "proba": 3.3758561812646803e-07}
{"commit": "791fc1669d14c046fc9a723b847ec8d3af0b1787", "message": "am 2697f082: am 887c5236: am 74637db2: Merge \"AndroidKeyStore: return error code on error\"\n\n# Via Android Git Automerger (2) and others\n* commit '2697f082010c9eb34298dbe7b5c4967d745709d2':\n  AndroidKeyStore: return error code on error\n", "proba": 3.252054341373878e-07}
{"commit": "c904b7a4b67d5b3adcf286b9244ba5c509a34a38", "message": "INTEGRATION: CWS vcl07 (1.6.2); FILE ADDED\n2003/04/08 14:28:45 obr 1.6.2.1: re-added accessibility workbench\n", "proba": 1.110070613208336e-07}
{"commit": "2afdd93c80d5a74a9a6a6a8a460818ef0290777e", "message": "Testes da classe Autor\n", "proba": 3.7131337649043417e-07}
{"commit": "bc35d72d6f292a16fd574c74e54a6bf8ed9c13b8", "message": "add testcase for #3206\n", "proba": 2.946972017525695e-07}
{"commit": "74d9a33fddf1b703ef84365c007f5ae830ec4c95", "message": "HBASE-9715. Backport -in_memory option support for LoadTestTool\n\ngit-svn-id: 1ea5de6e32eadb5f080cfd8bafe1c87167c06d54@1535903 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.582914011232788e-06}
{"commit": "76cb213948ea5d31b4fc3dbca5cf694fddd82999", "message": "Attempt to make Hudson happy by changing the abstract test class to not end in Test.\n\ngit-svn-id: 9c6ef37dfd7eaa5a3748af7ba0f8d9e7b67c2a4c@3583 1312f61e-266d-0410-97fa-c3b71232c9ac\n", "proba": 0.9999889135360718}
{"commit": "4c04c1017df4643dd6d22a2cba875fef201038b2", "message": "Applied fix for STS-726 from 1.5.x brach. This was fixed in the branch over a year ago, but it somehow did not get applied to trunk.\n\ngit-svn-id: eee8cf2eb4cac5fd9f9d7b672efb1c285d99a606@1355 d471f07e-d8fc-0310-a67b-dd4c8ff0e7cd\n", "proba": 7.228718914120691e-06}
{"commit": "56cfc553d6cd5931531326d7fc5f3657f624d495", "message": "Update GregorianDate.java", "proba": 5.931461419095285e-05}
{"commit": "64005c563e94fe75f8af641ee220c7f23ffd23b2", "message": "Memory Object", "proba": 2.9411251034616726e-06}
{"commit": "6a8249016998efef3e27edb2dcb58ca1947f8239", "message": "In order to add some more tests for my sanity & understanding of serialization / deserialization of mocks\n\n--HG--\nextra : convert_revision : svn%3Aaa2aecf3-ea3e-0410-9d70-716747e7c967/trunk%401646\n", "proba": 3.759928222279996e-05}
{"commit": "5e3862fc2b356ff4399e0a5291a31f7910ec2f72", "message": "added new benchmark for ciphers\n", "proba": 2.8766910986632865e-07}
{"commit": "4582e37a394487105f13ba96045e946fafca25e9", "message": "add binary search symbol table.\n", "proba": 2.0688337087904074e-07}
{"commit": "1d00f45cce81817c25a0c421ef9dcca6824a3a4b", "message": "Card DELETE /1/cards/{0}/membersVoted/{1}", "proba": 2.9755899504380068e-06}
{"commit": "0b8b18721503d84104e1d6aaf69993f3b532a9fc", "message": "am 157cccef: am 3d54e672: Merge \"Carefully select which DNS servers to send to netd\" into mnc-dev\n\n* commit '157ccceff4fb8f5dcdf2c82a0ba93e3b4e7800d4':\n  Carefully select which DNS servers to send to netd\n", "proba": 4.3938982230429247e-07}
{"commit": "44c8c5ccaf1dfb5e059732c05e00e6891cb65f71", "message": "Revise lockdown check in getLegacyVpnInfo()\n\nReturn null instead of raising exception in lockdown mode.\n\nBUG=22749146\n\nChange-Id: I0e9e3ded0d189e3fa9e872b7af9fe363799c85d6\n", "proba": 1.1832583368232008e-05}
{"commit": "8f80e27b560a3e48a405dc39e92b77442c3b92f6", "message": "Added StaticAceSet\n\n\ngit-svn-id: ed25c26de1c5325e8eb0deed0b990ab8af8a4def@694 7c6358e6-4a41-0410-a743-a5b2a554c398\n", "proba": 1.56436115616998e-07}
{"commit": "686be93854cce44d2dd87148ff8063edc89b6d7b", "message": "am c09544bb: Merge \"Fix filter on CONNECTIVITY_ACTION updates\" into mnc-dev\n\n* commit 'c09544bb88ada53494d4a955d0450a22985b4799':\n  Fix filter on CONNECTIVITY_ACTION updates\n", "proba": 1.6232131372362346e-07}
{"commit": "a793a671976eab3f7199e00e2fa0affb2cf5bc56", "message": "Improve LegacyTypeTracker.\n\nKeep track of requests as well as of networks that come and go.\nThis is necessary, for example, to ensure that we pretend that\nHIPRI has gone down when the HIPRI request goes away, even\nthough the underlying cell network is actually completely\nunaffected.\n\nAlso, ensure that when switching default networks we send\ndisconnect broadcasts (and do so *before* connect broadcasts, to\nmaintain the illusion).\n\nBug: 16610051\nChange-Id: Ib3c831387124940156df05b312cc36bc0724373e\n", "proba": 8.065758265729528e-07}
{"commit": "45d94073a5f177a092e06910008f3ed5cba17ad3", "message": "am 61892299: Merge \"Don\\'t send listening NetworkRequests to NetworkFactories.\" into lmp-dev\n\n* commit '618922999271c8d2b1399f348d8780eaf230c272':\n  Don't send listening NetworkRequests to NetworkFactories.\n", "proba": 1.8472375984401879e-07}
{"commit": "2afded11aad8e3228a0f71585ecfb89c6c54b066", "message": "Measure ASECs for forward-locked apps\n\nForward-locked apps are mostly in ASEC containers now, so the\ncontainers need to be measured as well.\n\nBug: 6606390\nChange-Id: I69e9fe47aabe1e130568779a45fe8000b3ce9d4c\n", "proba": 3.3142141546704806e-06}
{"commit": "5701321701a319d3f2d98365a82266eeddaed895", "message": "UsbDeviceManager: set mUsbDataUnlocked=false on user switch\n\nMake sure access to MTP data is relocked when a user switch occurs.\n\nBug: 25288494\nChange-Id: I69dafc7f51b847f4dba1993a85fb1a51df1a5e37\n", "proba": 2.1630130504490808e-05}
{"commit": "6889767d32f1a189b660f746d2debca4022932b3", "message": "Command line utility to create and edit groups\n", "proba": 2.2902631258148176e-07}
{"commit": "c575c68788238b1425e3f4890aa32fab2db07fa7", "message": "Utilities class added\n", "proba": 2.5892452981679526e-07}
{"commit": "d6fe8948107f689031640a3ddd9df82535fc0056", "message": "Add AddTwoNumbers\n", "proba": 1.9640590835479088e-05}
{"commit": "59e3baa8ab08c4da270023540ba15268c87e0d67", "message": "KeyChain: annotate with @WorkerThread\n\nSeveral methods need to be called off the main UI thread. This is\nthe first documentation of that requirement.\n\nBug: 19440165\nChange-Id: I0303011c0ded6ec1efa92119c1e02a8a39b14a59\n", "proba": 8.614887519797776e-06}
{"commit": "839f64f816d212cb09857e87ced1e4e4610df70e", "message": "update Bookkeeping.java", "proba": 5.749082561123942e-07}
{"commit": "858765f61d73ca746915d79137473b98d8fbf51b", "message": "Sweet jupiter loop", "proba": 2.56530086062412e-07}
{"commit": "946915cfab3ddfd25ab80834fc9f147b239563d1", "message": "Change: Put unsed profiles at the bottom of LaserSettings panel. Fixes #157", "proba": 1.1730923432651252e-07}
{"commit": "df51741e24e336c8a01355bd820008752c04c21b", "message": "Start Example of Static Method\n", "proba": 1.6780039402419789e-07}
{"commit": "0f998d66c9c8262680595e901f7d2d8afc4c59a8", "message": "Added isBisecting check and parsing of bisect.state file. UI Code still needs to be worked out (not happy with my implementation, therefore not commited)\n", "proba": 1.0200540145888226e-07}
{"commit": "55fede52bd3b080cb74e186216fd817f0d95bcfb", "message": "added yet todo future test\n", "proba": 1.0837810293651273e-07}
{"commit": "c78f86a7844cd1af463176bd00ddb7df2729c333", "message": "Fixed BloodyShear durability, added in some MFR integration\n", "proba": 1.10559106758501e-07}
{"commit": "a826c7d3856a38cc338a9ae930622ae3fea30fb9", "message": "Added base IntentFactory class\n", "proba": 2.1601009336791321e-07}
{"commit": "36eba8cfb9875c1d2b4a3e4ab06ff3324acfd89f", "message": "Accepted LC #045 - round#7", "proba": 2.1202245648055396e-07}
{"commit": "ecd5a1a44ae6e0ad6d086f63fe7a58a1dc3908b9", "message": "Support for 1.11.2 animals\n\nReplaced String[] to HashSet and initialize it only once", "proba": 1.444795429961232e-07}
{"commit": "51c7b20ad2df9596017efee912ddebf1036a3073", "message": "\u4e3a\u65e5\u5fd7\u5207\u9762\u6dfb\u52a0\u6ce8\u91ca\n", "proba": 2.6685492571232317e-07}
{"commit": "63dd7b903e922f6e69f2d920c8985b3a552de7c8", "message": "Starting SearchEngine proxy", "proba": 3.37427593422035e-07}
{"commit": "762fb15899c33db98d7be530b061f5382b946dda", "message": "preemptive auth prevents NTLM auth\n", "proba": 6.00125604250934e-05}
{"commit": "bf31bd48a8b71e82b2429753fe735c6bda034f89", "message": "Fixed issue where mentioned users were missing if they had a nickname\n", "proba": 2.98756731353933e-07}
{"commit": "c69c4042be0b8101b3c4a22544414bc04ec1bc54", "message": "Use a StepConverter for BigInteger\n\n--HG--\nbranch : bug119\n", "proba": 1.6662990276472556e-07}
{"commit": "3df63aaf7538b8f15e5c2c0acd12b322b6768d09", "message": "JavaCL: added some kernel arg tests\n", "proba": 8.254135082097491e-07}
{"commit": "1f9eafb3dcc5c7f14b2fb680a8af29ed7d7dac01", "message": "XSSFilter \ud544\ud130 \uc801\uc6a9\uc774 login.html, doLogin.html\uc5d0\uc11c\ub9cc \uc801\uc6a9\ub418\ub3c4\ub85d \uc218\uc815\n", "proba": 4.206183064070501e-07}
{"commit": "e789ebad77cca875103eb6dac369e4ffbf938457", "message": "KCAWD-46 - Business Rule Fix\n", "proba": 1.2156712614341814e-07}
{"commit": "403fae79ba4766476959ed9c35a3c757e0757ad0", "message": "KRACOEUS-6210\nPD Budget: Attempt to copy budget version, period 1 only returns Stack Trace Error\n", "proba": 1.1658051590757168e-07}
{"commit": "ce7c77bfe844d8659d0aa2c8e4344e74c30dd076", "message": "add withoutPunctuation()", "proba": 1.559060183353722e-05}
{"commit": "afe949db4e781886ef59f21a605494fb7cc62583", "message": "VTK-1419 - Fixed\n", "proba": 1.2406003691012302e-07}
{"commit": "76b35ffe51691927a646a714def4bc810dad27a7", "message": "\u0412\u043e \u0432\u0441\u0435 \u0430\u043d\u043d\u043e\u0442\u0430\u0446\u0438\u0438 @RequestMapping \u043c\u0435\u0442\u043e\u0434\u043e\u0432 \u0432 EmployeeController \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\n\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 name(\u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f); \u0432 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u043c\u0435\u0442\u043e\u0434\u043e\u0432 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d HttpServlet request\n", "proba": 6.683020501441206e-07}
{"commit": "e255642489b80c04ee543196c86f62d9826131f3", "message": "Update Programmingexercises.java\n\nAdd two output lines", "proba": 0.000569591298699379}
{"commit": "0d7d9c51512e912e685c38fd8a12d8f475ee3dcf", "message": "Forgot the \"i\" in import for ultrasonic.  Fixed it", "proba": 1.3595085590623057e-07}
{"commit": "eb9c0575c5a659f37d52b30576a03bf154834de6", "message": "annotation for referencing issues\n", "proba": 2.60697618159611e-07}
{"commit": "e7d76e15d401ca0e6a6126e137890c714ccf669a", "message": "Added an informal test for easy Parser and Logic basic methods\n\n#73\n", "proba": 1.0836983932449584e-07}
{"commit": "fd872beb6840f133b8bb8e706db7efffb6a4e447", "message": "topcoder->SRM 172->Skiprope", "proba": 6.248561703614541e-07}
{"commit": "886fa3a87b032fa3ccf8a59b1f1e52c8c4837294", "message": "Added utility method to convert a query into a state to push the data back into kairos.\n", "proba": 1.0934172678389587e-07}
{"commit": "f1ae141d334d2bb5210fab291c09862c82d01e03", "message": "Delete 1104_QueryHisBus.java", "proba": 3.68538276234176e-05}
{"commit": "5420bd23cc1bdeed4fadca9852f855d8388884fb", "message": "Add 14 solution\n", "proba": 4.107954737264663e-06}
{"commit": "7edf4e3984a270930c4665311adb4513d50293b7", "message": "When chips then cola is ordered with no money the price of cola $1.00 is displayed", "proba": 4.209032340440899e-07}
{"commit": "9378cf1e4893944236e97f4c190e225a554623a2", "message": "Added dummy test case\n", "proba": 1.8534525736413343e-07}
{"commit": "aaef91c65d7e83c592ee67a4568506f4d5c17849", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "80be841eafe3b7b9f8dba820ba3201843717e610", "message": "Tweak LockScreen to make use of landscape layout.\n", "proba": 1.0412010453819676e-07}
{"commit": "a57cddbc59446a36fe37a2403a15e5803b9b1cdd", "message": "This is why we shouldnt support os dependent crap\n\ngit-svn-id: 50f83ef66c13f323b544ac924010c921a9f4a0f7@650 00569f92-eb28-0410-84fd-f71c24880f43\n", "proba": 5.71728264731064e-07}
{"commit": "4c1ebcbf2aeb914ff0c6461d9417d5cc55f28e38", "message": "Delete AudioRecorder.java", "proba": 1.4370056078405469e-06}
{"commit": "2890063746b542f4e45620917a6878c9e8a08a48", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "c965f5f52551e5e582176091da2af0cd54c6e4c5", "message": "Chapter 18, Exercise 18\n", "proba": 5.697676783711358e-07}
{"commit": "c7ff3fcb277e55ef595a56e29e84670f0b79b3aa", "message": "add FlattenNestedListIterator\n", "proba": 1.4634431408921955e-06}
{"commit": "e94458fcf50b061a2e535060de5df1f419380217", "message": "Create Palindromic Twist.java", "proba": 6.849833766864322e-07}
{"commit": "be60a5398e56333d379c8a6d866d0d99b14b18d3", "message": "Create RandomAccEssFileDemo.java", "proba": 6.430615826502617e-07}
{"commit": "3b0aaf3947181e87eaf42ce3f89e5b428b09aa7f", "message": "Add ViewServer for HierarchyViewer support\n", "proba": 2.0941507727911812e-07}
{"commit": "a374c3b2d3631be762dd64592ea86cd3844e48ff", "message": "Write energy method\n", "proba": 0.00028260794351808727}
{"commit": "769a247595cb78536fa159e8f5d54191a4ef90c6", "message": "am b6ab8c17: am a6f5e79d: Merge \"Allow connections to multiple zygotes.\"\n\n* commit 'b6ab8c17bd0163bf07ff3dbe03ab352d58b61cb3':\n  Allow connections to multiple zygotes.\n", "proba": 2.9621423891512677e-07}
{"commit": "8039c07339e7242929c9c8b1ba61f00fc85645e5", "message": "New update\n", "proba": 2.6539635200606426e-07}
{"commit": "a058bdcfe7bd46995bc17998b3add04872858163", "message": "add user element\n", "proba": 1.8987541352544213e-06}
{"commit": "ca9bed99540a6e9f03e353533e149b5271d7bf0b", "message": "Formulario para exibir todos os registros de despesa e pagamento.", "proba": 1.3271242949031148e-07}
{"commit": "2ab1ab876a3fd659434ddc8ebee33b8a234a3e97", "message": "Update TGen.java", "proba": 4.1156104657602555e-07}
{"commit": "f888bc4dfe75c990874a8ca793a6217d38ef2757", "message": "am 441cb04e: Merge change 5732 into donut\n\nMerge commit '441cb04efc0048585b3a6e6fa3d564e3d1b26f62'\n\n* commit '441cb04efc0048585b3a6e6fa3d564e3d1b26f62':\n  Fix assertContentsInOrder (bug 1790350).\n", "proba": 1.1901337870767748e-07}
{"commit": "1d5269e7b0e05d83e86b25ed22c0e1f17b32ecb9", "message": "add math Vector file\n", "proba": 8.679818392920424e-07}
{"commit": "fdbe3a19cd8dbfbc6e9c76f28eb3ab1f3a89c228", "message": "\u6838\u5fc3\u4ee3\u7801\n\n\u63d0\u4ea4\u6838\u5fc3\u4ee3\u7801\n", "proba": 9.46407965329854e-07}
{"commit": "463b142d51059b900020f0ae95f77d07745f00e9", "message": "fix Result creation\n", "proba": 6.431682777474634e-07}
{"commit": "97bdcef96cc2b2426892023d9846d2bec57a1f96", "message": "Fixed a bug where the player didn't get removed from the connection map.\n", "proba": 1.027540790232706e-07}
{"commit": "16a4632a80cfcfc210a3d634572d0b93ea36cbe5", "message": "#187 Gas Station\n", "proba": 1.6690806603492092e-07}
{"commit": "f37be9678ace2556e7d4dc1d6c126704746c5eeb", "message": "Slim, Jade. Method calcBaseIndent moved to platform\n", "proba": 1.324949181480406e-07}
{"commit": "275ec6ac24d39381f9908c810c86170e2bedaca7", "message": "Codeforces #962B: Students in Railway Carriage\n", "proba": 1.2850840391820384e-07}
{"commit": "90cfe5c366c1ffcbd4f9164b9bef998f27912089", "message": "am 37f770f0: DO NOT MERGE: Notify overall state instead of current changed state\n\n* commit '37f770f03f975982fbe7a1f133e03724bd3dc81a':\n  DO NOT MERGE: Notify overall state instead of current changed state\n", "proba": 2.577095301603549e-06}
{"commit": "ba61893feab6beb544268e482e1180d5b927e01c", "message": "Add java solution for 58. Length of Last Word\n\n58. Length of Last Word: https://leetcode.com/problems/length-of-last-word/", "proba": 7.278523844433948e-05}
{"commit": "7fc56b47566f091f7233796bd3920922d32937eb", "message": "Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47364\nDocument that HttpServletRequest.getAttributeNames() does not return the names of all attributes (internal Tomcat attributes are excluded)\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@831722 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.002032484859228134}
{"commit": "ba7215c96876d9229366986ef6b06da63f58bdf4", "message": "add push recursion testing", "proba": 3.1938654387886345e-07}
{"commit": "24fd01c20084a7d6d3817579d4870ff358c9a3d6", "message": "Updated class name\n\nSolution to HelloWorld", "proba": 1.6826119463075884e-05}
{"commit": "cb209c7cbb3a1c7e2d50669e4cd14c10fa43692a", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "706fde84be2fa1fd038a2f8018f8a7652bb8c584", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "cf48a566a8383d5adaefa4561860c0c982496aed", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "3d67f5845a9c1c95e3507e2fd54eaf612b22b7e9", "message": "Fixed an incorrect comment for the spinner cell editor.", "proba": 1.1278248734925e-07}
{"commit": "b35727e1c807fd5da5b484d05bfd8131c62839ae", "message": "add codes\n", "proba": 4.3724958231905475e-07}
{"commit": "bade3b309ae221f445bab6fa4bf78faa3181ba00", "message": "\u3010\u6dfb\u52a0\u3011\u6876\u6392\u5e8f", "proba": 2.5883440457619145e-07}
{"commit": "2e5c8ec3793e3e2e1186ef51bd9172bc5ff3392b", "message": "\u4e60\u98984\uff0c\u7b2c9\u9898 \u4ece\u952e\u76d8\u8f93\u5165\u4e00\u4e2a\u6d6e\u70b9\u6570\uff0c\u7136\u540e\u5c06\u8be5\u6d6e\u70b9\u6570\u7684\u6574\u6570\u90e8\u5206\u548c\u5c0f\u6570\u90e8\u5206\u5206\u522b\u8f93\u51fa\n", "proba": 2.440377784296288e-07}
{"commit": "67bb6791b09f07496d2ebcae35dee9c2ccbcb56e", "message": "Fixed null pointer exception with arrays and renamed 'resourceTypes' to 'numberofResources'\n", "proba": 1.1544075562142098e-07}
{"commit": "9916dc8e936df3a473334a34d7274a95129187c0", "message": "Added solution to the find if a point is within a traingle problem using java\n", "proba": 2.1600781963115878e-07}
{"commit": "6b38d33b234b52c25434c6b4a274134711fda47a", "message": "Removed the description attribute from the Place object (unused).\n", "proba": 1.2169809338047344e-07}
{"commit": "9013909b5409b309fa3f1579844f573dfb51514b", "message": "Exception: constructor parameter is called \"description\", so the impl method for the default value should too\n", "proba": 2.829608263255068e-07}
{"commit": "1aa8edc794e41e217fdb0f0ea7db96ac438c5a27", "message": "Add new LoginDialogBox\n\nIt's used to get a user's credentials for logging into WMT.\n", "proba": 1.096409931733433e-07}
{"commit": "f7a3eb0b01fbabc1df439f9240cd97bb0d5c338e", "message": "Added a test for the union operation.\n\n\nFormer-commit-id: 8038a4101d49eab4f3561e80f03385d8abad0673", "proba": 1.0285776852470008e-06}
{"commit": "f0e93d06e26a102d0a6d7338a378c3bf539ebd90", "message": "Test class for testing the static field handle.\n", "proba": 1.1189327864258303e-07}
{"commit": "b0cfad976e278aa9f7e5923129c77cab7dc07193", "message": "refactor", "proba": 0.9999991655349731}
{"commit": "768f551a021cf0dd126d76465876875c16352540", "message": "No message\n", "proba": 0.000538937165401876}
{"commit": "4a10fb5099efe3c8939690505448b690ba6c65ff", "message": "added fast delete method (mind you, fast is relative :-)\n", "proba": 1.2181816089196218e-07}
{"commit": "734d6031a662a275ec68627bd1258159041d44de", "message": "GPS: Don't call native_set_agps_server() until after we call native_init().\n\nSigned-off-by: Mike Lockwood <368d0007e4626f70737d16df5e49ed8806b98c3f@android.com>\n", "proba": 1.3528581632726855e-07}
{"commit": "63598a0619776b421f27cd12fb29eb83dc327997", "message": "Fix broken location extras in GpsLocationProvider.\n\nFixes http://code.google.com/p/android/issues/detail?id=4151\n(Satellite count not being provided by Location class any more. Location.getExtras() returns null.)\n\nChange-Id: I4cf2922f4a5ed216541f8a8553523d1f6a1c1d0c\nSigned-off-by: Mike Lockwood <368d0007e4626f70737d16df5e49ed8806b98c3f@android.com>\n", "proba": 4.088921343736729e-07}
{"commit": "8dae18a6236d6c3f2b08e568206c9f2924de6d78", "message": "conj layer depth=2 seems to work\n", "proba": 6.940220487194892e-07}
{"commit": "53d946691a45dc88a1890147938758a4ad1f5a0d", "message": "Fixed \"else-if\" branches in the device UID generator.\n", "proba": 1.1965923363277398e-07}
{"commit": "414138efac588715b8f57bce7e2d5997f0f2aa4d", "message": "imageviewer activity\n", "proba": 7.358617608588247e-07}
{"commit": "d4468ec81751fd59dad0c5dfa97be7fa2a39c97e", "message": "*Scheduled: Allow sync and async handlers\n", "proba": 1.3444017099573102e-07}
{"commit": "406e2ab0d7fb87bf2c551999d6a08dbb260cf56f", "message": "Add ASCII art Wurst logo", "proba": 0.0031409943476319313}
{"commit": "3b0f74425fa4d91092c582a1ea9658ccd6fd4d1e", "message": "adflflsdflf\n", "proba": 8.886711293598637e-05}
{"commit": "fe842f7bba080e62fceb3b111988690aa8b8d9f2", "message": "\u5f53\u4e50SDK\u767b\u5f55\u8ba4\u8bc1BUG\u4fee\u590d\n", "proba": 1.2161676465893834e-07}
{"commit": "b6d691e2ab1496a6cb70a76449eacab39eaea0d2", "message": "Possible implementation of traverse\n", "proba": 3.1391013180837035e-05}
{"commit": "5ccae1fb7591178ee144836ceec5025c35dd0b04", "message": "Don't generate stack in logcat if assistant missing.\n\nLow ram devices don't have assistants. Worth noting, but not\nmaking a big stink about it.\n\nChange-Id: I5a49be99bf688a5f1b800a1124b14a589ecf5b52\nFixes: 27210719\n", "proba": 1.317358396590862e-06}
{"commit": "2fd5e91ac9e91c51ad91329d62fea93040f3d221", "message": "Create PhraseChecker.java\n\nthis class is used to check whether the page pass the phrase test.", "proba": 1.0963722729684378e-07}
{"commit": "7ab765ba49b4f3c84164edab8bd73b18726cab85", "message": "Added nl.armatiek.xslweb.shiro.ShiroFilter servlet filter to support WebApp level authentication and authorization using Apache Shiro.\n", "proba": 9.963332558982074e-08}
{"commit": "bd6e97fe68ebce642d07d73b8035bf43f2652d9f", "message": "Create ppp.java", "proba": 1.0869002835534047e-06}
{"commit": "0b4a2c198609d16a756750961b6594e885a746e4", "message": "Tweak storage of Mac OS X ignored files options\n\nWe'll use a set instead of a series of a logical comparison. Not sure\nif this is faster per se (probably not, actually), but it's easier to\nmaintain.\n", "proba": 1.581048252319306e-07}
{"commit": "a8347fba1711365cc51a86f5aeeff4d122784f42", "message": "Remove invalid import caused by typo in javadoc.\n\n", "proba": 1.1285403900274105e-07}
{"commit": "253d7137807090fc85820ef0b9f226f0f6e9be52", "message": "in progress", "proba": 6.927378990440047e-07}
{"commit": "e12a7f255c9419c3d4f5b531c8d22de40d3f609a", "message": "Codeforces #938A: Word Correction\n", "proba": 3.0928208616387565e-07}
{"commit": "96839243ee14139503e5c04be09beba6c45b3026", "message": "bugfix bishop movement\n", "proba": 3.7978762179591286e-07}
{"commit": "072e360d0fa5075db174a48280c1a777914bc567", "message": "Add KickPlayer subchannel\n\nCan be used to kick a player who is on a different server\n", "proba": 3.964860752603272e-06}
{"commit": "f357571fbf5c0ffc09f108a4671b1f5547c5594e", "message": "Update Testing.java", "proba": 1.0508299510547658e-06}
{"commit": "5f060496b8cea9d6fa6e172a4256f2b1371021d6", "message": "Set Content-Type to \"\" when mimeType is null\n", "proba": 0.00032669107895344496}
{"commit": "86ea94fa7be2b52bb82be7a985d95b339e4cc56d", "message": "added some security examples - work is in progress", "proba": 1.1055868043285955e-07}
{"commit": "e272aa9512305aae780e0608838384ff798a112e", "message": "am e07e39b7: Disallow switching managed profile to foreground\n\n* commit 'e07e39b75b8a25549ff9ab70f228e101727b4db2':\n  Disallow switching managed profile to foreground\n", "proba": 2.1815611717102001e-07}
{"commit": "b5c44f904c050a3419585bba3722371bbf35628b", "message": "am 709d013f: am 67e02e60: Merge \"Fix issue #22487155: Device unresponsive (deadlock in system_server)\" into mnc-dev\n\n* commit '709d013fd6571f0dcae3d3fc6e3be4be1e0787f1':\n  Fix issue #22487155: Device unresponsive (deadlock in system_server)\n", "proba": 3.3502240626148705e-07}
{"commit": "4a922d470089bde49c2ca50b258973828a665aba", "message": "Release voice wake lock at end of voice interaction session\n\nBug: 21615776\nBug: 21615761\nChange-Id: I75d568474d4df5f21ea5b616887c6187e54f69e7\n", "proba": 3.197504270247009e-07}
{"commit": "5482d342cdce275121f5003b2d48156706acdde3", "message": "Prevent NPE in MediaSessionService\n\nGuard against null UserRecord when dispatching a media key event.\n\nBug: 22966229\nChange-Id: I32f4f87e06d8af13b94bb8f28180a66517c23c33\n", "proba": 2.967371983686462e-06}
{"commit": "f98702eae04e239670e8b882d53c974d4b56e291", "message": "Protecting against the correct flag for the input consumer\n\nAlso allow hiding the navbar if immersive or immersivesticky.\n\nBug: 21089476\nChange-Id: I540e668746056a0e4bb077898792afd225e4e19e\n", "proba": 7.994462976057548e-06}
{"commit": "24fe07c7e3890c18f14b7d93a9f984ba476d10eb", "message": "am d3ee63b6: am 02cc684e: Delete unused power manager functionality.\n\n* commit 'd3ee63b6c6999475288502ccd37eb8840fb8a1c0':\n  Delete unused power manager functionality.\n", "proba": 1.6039487604757596e-07}
{"commit": "4e68f11672bdb2d11b0da5cef942cfc9bfabd696", "message": "Disconnect TrustAgent when not active.\n\nBug: 17191952\nChange-Id: I470261f659a573400b2eb1421eeb953c87e58b66\n", "proba": 2.597382035673945e-06}
{"commit": "dfe96276c97e41c4a21735b45c4512afe9f800ba", "message": "fix the unit test to use the string constants\n", "proba": 5.490188777912408e-05}
{"commit": "7d8d2865a639db969d532d89c25bb50ee8d94ef7", "message": "am f90ed330: Merge \"UsageStats: Reduce log spam during time change\" into mnc-dev\n\n* commit 'f90ed330a0c7f54b963ef651a53be946f6d463ce':\n  UsageStats: Reduce log spam during time change\n", "proba": 4.0761898389973794e-07}
{"commit": "d038146e4e49c09910b45562741379c4df3aac83", "message": "Add new class for managing all comic information\n", "proba": 1.4333633657770406e-07}
{"commit": "dbc917a2d49753be637e275f50b2dd9fd2ebdc01", "message": "Add GameOfThronesI", "proba": 4.88153830247029e-07}
{"commit": "1e8c9358a45db738ffe2d9476ee845064d0e5416", "message": "single number", "proba": 0.02999015338718891}
{"commit": "e6102995c63ad257e690532f2a04da5977eb0655", "message": "Moving role mapper to an external class.", "proba": 1.0706725817044571e-07}
{"commit": "b3624b96803d7e7979a3c3814610dd741423571c", "message": "store contact id in messages table instead of contact name string; merge messages and group messages tables.\n\n- removed GroupMessages API, groupchat messages are merged with messages. So where we used to have\n  GroupMessages.CONTENT_URI, now we have Messages.GROUP_MESSAGES_CONTENT_URI. Messages api now has a flag\n  IS_GROUP_CHAT to indicate that a message is a groupchat message.\n- instead of storing 'provider', 'account', 'contact' in the messages table, store a 'thread_id' column instead.\n  thread_id is really just the contact_id for both messages and groupchat messages.\n- add getContentUriByThreadId() api, for now, retained the old getContentUriByContact(), but it's deprecated.\n", "proba": 1.5572417169096298e-06}
{"commit": "968673e22a12460c715389f7d182f813afbb42bb", "message": "Payment Tour Hotel", "proba": 3.308336147256341e-07}
{"commit": "ee6ed6da0421d63e9569f2a288a233b4f1247260", "message": "added Good.java\n", "proba": 1.9780146942594e-07}
{"commit": "9bfa1fd85b1260d4f93f770372773e8023ade9b8", "message": "Delete NoiseGeneratorOctaves.java", "proba": 8.51995935136074e-07}
{"commit": "fab57de9c6e9d6bf7cdb9f90dcffc831288ceb62", "message": "getting beanManager from CDI current\n", "proba": 1.811009582297629e-07}
{"commit": "908f7bc90fbb8b86ca0744c72a7509c978864073", "message": "Add sane pool defaults. ", "proba": 1.7022487952544907e-07}
{"commit": "c3b230e97bebc0ae583783a62d380ee86c88cc86", "message": "Fix for http://github.com/AsyncHttpClient/async-http-client/issues/issue/44\n(\"Race condition when the remote server close the connection and ConnectionsPool is used\")\n\nWhen the remote server close the connection, there is an interval where Netty still didn't detect the connection has been closed and the client try to re-use that connection from the connection pool. In that case the connection is no longer valid and we need to reconnect using a new one.\n", "proba": 1.7440463295770314e-07}
{"commit": "cf1b37dfe6ac460ad7d38622067cee965d77cd77", "message": "ADD a comment regarding the @qtp threads\n", "proba": 1.3641736984482122e-07}
{"commit": "ac9e71197b87161ef683089e9449c0b6acf62fe1", "message": "added selector classes\n", "proba": 4.410270832977403e-07}
{"commit": "a9b1d7d16a7ee50719a89c303007898e40400510", "message": "Controller\u8fd4\u56de\u5bf9\u8c61Demo\n", "proba": 5.178575861464196e-07}
{"commit": "b345689d24144698f1755f338da2b866a5512995", "message": "New test case to make sure assembly.name value is not longer than 16 characters in the meta table.\n", "proba": 1.0552319906764751e-07}
{"commit": "62ad813015ec39a074ee9d9363d9719bad1d1235", "message": "Adding Matchers.containsInAnyOrder as static import.\n\nSigned-off-by: Ot\u00e1vio Garcia <1d31b11c1b92bf5d043d36edfe7174db39a6b891@otavio.com.br>\n", "proba": 1.2740210308948008e-07}
{"commit": "5ba2a922ee75fd3012a2aaa6d6842cbad05eb871", "message": "Unit test for issue #104.\n", "proba": 1.0953982609862578e-07}
{"commit": "f20be29442552d15f6fd09ebf041f01dec05e50d", "message": "Simple client/server ping/pong without protocol\n\nFor playing with websocket and DuplexConnection behavior to validate integration without the added complexity of the protocol handling.\n", "proba": 1.004366012580249e-07}
{"commit": "e2d84c1ede95411e726ca1b75db14608e7457265", "message": "HBASE-8069 TestHLog is dependent on the execution order\n\ngit-svn-id: 1ea5de6e32eadb5f080cfd8bafe1c87167c06d54@1455365 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.9905906305648386e-05}
{"commit": "33ebcc370048d0034bcc21a7175815e35d6ec6c2", "message": "Add new test case for ExtendedMessageFormat\n\ngit-svn-id: bab3daebc4e66440cbcc4aded890e63215874748@631639 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.367024308114196e-06}
{"commit": "2b923c71fb2f0606c60e75c9456564a44a10919b", "message": "Routing now works\n", "proba": 1.4287095950749062e-07}
{"commit": "250442856a1944a1ac14b172292de94e418c7bad", "message": "Fixed STS-564 as suggested by Christian Poitras.\n\ngit-svn-id: cf2b8e13e5fd585456580429c3991d4364a2cb88@906 d471f07e-d8fc-0310-a67b-dd4c8ff0e7cd\n", "proba": 2.367166416661348e-06}
{"commit": "8656ddf0440b1cfcc8154c9bf19eeca33456bec0", "message": "test: added AbstractLoaderCallbacksTest\n", "proba": 2.519159920666425e-07}
{"commit": "fb18bfd70b5fda968f774f058bf70ec1c5e581f8", "message": "Create OurServlet.java\n\nFor lab7 submission... please change the code whenever possible", "proba": 1.085991030436162e-07}
{"commit": "e3af7405cfa4f4531ede9d3846cf80b39625caa5", "message": "fixed the compilation issues\n", "proba": 5.425382028079184e-07}
{"commit": "7d284cf1ea1f0fd4c39cd8504684a2493953df7a", "message": "A start on some basic tests for the ActionResolver\n\ngit-svn-id: cf2b8e13e5fd585456580429c3991d4364a2cb88@189 d471f07e-d8fc-0310-a67b-dd4c8ff0e7cd\n", "proba": 2.424726289973478e-06}
{"commit": "6e19b4cbae2f10dd2acc5db9fd27287460dd6d46", "message": "pass pool as constructor\n", "proba": 1.8838844653146225e-06}
{"commit": "31a17264d3fc4f7aa639b5c6fc8aff9550889765", "message": "bug fix\nneeds higher heap for recursion now!\n", "proba": 1.0967215757773374e-07}
{"commit": "4b2c0e893101ea25bb309e1deb736bf0b860f92b", "message": "am f2c10535: am 3779aeb2: am 494c1d61: Make caption setting consistent across sessions\n\n* commit 'f2c1053579d4e5c66165c2b7c66054093aa13856':\n  Make caption setting consistent across sessions\n", "proba": 4.725595317722764e-06}
{"commit": "306b300f010186276cd2a9e127f4c4ffef71bd34", "message": "Add ByteArrayWrapperTest\n", "proba": 1.0787289284053259e-06}
{"commit": "71398350441724f2574d6e831465b9a302324a4e", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@988 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 6.002962891216157e-07}
{"commit": "0c35944b149a5a0160e174901368966d1930be59", "message": "Starting a post hoc analysis program to give tree samples at slices in time.  Currently used for generating density plots of angles of diffusion.  Ultimately will be used to generate locations samples at arbitrary points in time (BETTER animation in GoogleEarth)\n\n", "proba": 1.1071441718968345e-07}
{"commit": "53b5d8fe79420f6349556413699f22059c2ad1d3", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@4370 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 6.317058591776004e-07}
{"commit": "d08211443bddf2c917021668b1063e1e27075d11", "message": "Menambahkan domain Saldo\n", "proba": 5.594976073552971e-07}
{"commit": "8ca688088bc7b7900a01d5676cbc370b0c024cb5", "message": "Added IOUtils\n", "proba": 2.001071379709174e-07}
{"commit": "094f30373b802caab6684f7da507b6511edeceea", "message": "TWEAK: added constants for describing UrlSearchResults and CaptureSearchResults.\n\ngit-svn-id: 25dac4f723c7e5b42083d4a98669c37f60455592@1802 69e27eb3-6e27-0410-b9c6-fffd7e226fab\n", "proba": 2.479300292179687e-06}
{"commit": "823a6aac9a011f336c6f76ce4c79bf71c701d35a", "message": "Create LightingTest.java", "proba": 5.562214937526733e-07}
{"commit": "013b77f22de0348b57676c29a6f5d1e13abfb456", "message": "Working input and image drawing", "proba": 1.597849404788576e-06}
{"commit": "e48dbd1b24410f7363628e98c4786ccb52b37902", "message": "jar editor: make sure there is a blank line between print sections\n\nSigned-off-by: Ferry Huberts <66e11f9f5d965b69497c7e73d5e808f8b13c1218@pelagic.nl>\n", "proba": 2.550581257310114e-07}
{"commit": "df7957b094e7731bd436dca573383bd33fac575c", "message": "Added display of equipment.\n", "proba": 1.0750209611387618e-07}
{"commit": "a3815dd1d366757c69aa2ba7ff98ef2c9b491e23", "message": "Added the ability to change the character encoding for an application via the recommended approach of using a servlet filter\n\n\ngit-svn-id: ac804e38dcddf5e42ac850d29d9218b7df6087b7@456195 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.7158013128646417e-06}
{"commit": "b2e6951ae0dd1f3a17f5f2919bfdbd2e4e915bbc", "message": "add file", "proba": 1.4225548738977523e-06}
{"commit": "e0b6f9dc6536f67cff03e4d1e3d0125daf17b6d6", "message": "Export org.apache.zookeeper.common from zkfacade\n", "proba": 2.2768706458009547e-06}
{"commit": "fc4af5878822f8b9f044a4fd5c906c7258d2be02", "message": "Validation check for redundancy of Scans on same day/date, storing them if new, and navigating to History if old\n", "proba": 1.7226018655946973e-07}
{"commit": "c6199941ecb77f61873ec9181670ab2b126706a6", "message": "Update DefaultsFilterPanel operator overloading.", "proba": 1.190643530435409e-07}
{"commit": "3b9e5e9dc42a8a8da9f735ee08c2fffd7c36af9c", "message": "#24 105. VOD \uad6c\ub9e4 \uc644\ub8cc \ud6c4 \uad6c\ub9e4\uc644\ub8cc \ud31d\uc5c5\uc5d0\uc11c \ud655\uc778 \ubc84\ud2bc \ud074\ub9ad \uc2dc VOD \uc989\uc2dc \uc2dc\uccad \ub418\uc9c0 \uc54a\uc74c\n", "proba": 1.7205560709498968e-07}
{"commit": "648ead096ccc633bc16cf8b055f482e2e7125205", "message": "Unit test for Rectangle", "proba": 6.935694614185195e-07}
{"commit": "fbfcd063dfcb67ad31beb3df672e9937a57783d6", "message": "LEKTION 1 Bil\n", "proba": 1.5220112459246593e-07}
{"commit": "be7f959ccc2aa63e5cb95e26955b69038dcc7517", "message": "adding 10000 coins on first run\n", "proba": 6.06201751907065e-07}
{"commit": "86398bda3dd869c67faa841a5d961316b5f4aa8a", "message": "AccessiblityNodeInfo#findAccessibilityNodesByText returns null if non found.\n\n1. Updated the code to return empty list instead.\n\n2. Updated the doc to explain that the search is done in the\n   sub-tree rooted at the info whose method is called.\n\nChange-Id: I560d2563ed4772305bf2d7919560ef19baa30a1d\n", "proba": 1.5839526895433664e-05}
{"commit": "242724ee524573b42cad3812c633295607f9c6e1", "message": "Add to string implementation for the new accessibility actions.\n\nbug:8122974\n\nChange-Id: I3d0907af37a6622ab867317e67c773a8aeb16abf\n", "proba": 0.9723151326179504}
{"commit": "643fce978152c6c5ded316a8c9de6531b7d4cee7", "message": "SipManager: always return true for SIP API and VOIP support query.\n\nChange-Id: I397a804e0aa598aee77a8ce28ada1b11e10fbaea\nhttp://b/issue?id=2972054\n", "proba": 1.7274843457926181e-06}
{"commit": "11c50a8343e4f435188c3e64b7544a5f56a0e4ec", "message": "clean up bond validity checking\n", "proba": 1.7651329642376368e-07}
{"commit": "ff3f9cbb5c0da6d488441dae384ca69495f04897", "message": "update name\n", "proba": 1.989537395274965e-06}
{"commit": "74eee0effd0f23718c2d19f1d352a8b857eba262", "message": "Added the LED Cube object\n", "proba": 1.318884130796505e-07}
{"commit": "db355d10672c0473169a3ad563b6abc5521db086", "message": "Cytoscape Web - a Java bean to hold network data query back from DB\n\n\nFormer-commit-id: ce2f85b63d8c94e04649e5fb837348add3a0ec0b", "proba": 3.7435663671203656e-06}
{"commit": "3df1f0f27e1c3f4c4cfbc8c592c6bb63e892fd89", "message": "New example for ch04.", "proba": 1.1976986513673182e-07}
{"commit": "93b4e1a396ad2eca136476d362b734376e6eaeeb", "message": "foi criado EstadoBOTest metodo inserir.", "proba": 2.663733482677344e-07}
{"commit": "b4c48124e60f6d73c57f52766ea7ccde6e367ee1", "message": "add ClientApiConverter.toClientApiDate (#1525)\n\n", "proba": 1.2574118102293141e-07}
{"commit": "8a544f5345c2ce0ffe86e3ffd461d7bf2ed5f618", "message": "Added min consolidator.", "proba": 1.221958427777281e-07}
{"commit": "4d51d132c1e259c07c18df39155ef652a13afb5a", "message": "Fix some RedPower 2 blocks\n\n", "proba": 1.406746150678373e-06}
{"commit": "0cc6dfb85afae439743862437f8abb7553d60ee7", "message": "Fixed minor typos\n", "proba": 9.65075059866649e-07}
{"commit": "f29dea3c63fd2d486e5952a366a364548b31e48b", "message": "Add tests for `Kind`.\n", "proba": 1.3443312241179228e-07}
{"commit": "2769293fa44aeb60819a41150e6f20cd8f8ff0b4", "message": "\nImplement BSTCountBasedBalancePolicies, which implements size-balancing of binary search trees.\n\n\nRevision created by MOE tool push_codebase.\nMOE_MIGRATION=2749\n\n\ngit-svn-id: f3e0321eda878ccd901d0724d0624474ed133e78@571 8138a162-5c33-11de-8abc-d1c337b90d21\n", "proba": 3.5600123737822287e-06}
{"commit": "a14f96aea9b9badc3aee2a2009c9bac2ceaa4d7c", "message": "CathTest now in IntegrationTests\n\ngit-svn-id: ed25c26de1c5325e8eb0deed0b990ab8af8a4def@9867 7c6358e6-4a41-0410-a743-a5b2a554c398\n", "proba": 2.6738072733678564e-07}
{"commit": "e08300c5751de6795e235658cda8242d8b128814", "message": "Add missing file\n", "proba": 6.467544608312892e-06}
{"commit": "cc32ff491dc948151fc66262d362919b223cb6a6", "message": "Added helper method to get the kernel's MBeanServerId\n\n\ngit-svn-id: d69ffe4ccc4861bf06065bd0072b85c931fba7ed@44496 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.599484431215387e-07}
{"commit": "c65c2f3bf79de7487c909c4d60665aa01bdaa08a", "message": "am 690611d2: Merge \"Keyguard: Register user specific broadcasts correctly\" into lmp-dev\n\n* commit '690611d2d92a800b56b0119c27b1cd661262e7b2':\n  Keyguard: Register user specific broadcasts correctly\n", "proba": 5.106361982143426e-07}
{"commit": "56c6df333ad59983ba68cbcb85f60aaaea918320", "message": "am 839e85c8: am 61c70aad: am f306cef4: am 959431bc: Wake device when Keyguard invisible and getting fingerprint\n\n* commit '839e85c89054fb10c01fc6dbc04d2eabb112e0d3':\n  Wake device when Keyguard invisible and getting fingerprint\n", "proba": 4.4726530745720083e-07}
{"commit": "582efd3b8c2efe0473595c66a0917444d08d968e", "message": "Delete Pedido.java", "proba": 1.530517579340085e-06}
{"commit": "c9ddb16f44a9cdae14f001fa327fbf79b8aceb1b", "message": "\u83dc\u9e1f\u6559\u7a0b - HTML to Markdown -use WebMagic", "proba": 1.476909687880834e-07}
{"commit": "2bde4f37a6f8b23452d735990399cd8e3f1db546", "message": "Extend test in isWarDeployed to work with weblogic\n\nFix for #9716\n", "proba": 1.2509005387073557e-07}
{"commit": "f5e9ca80411ee8925a507486d500601ed94cc57e", "message": "\u0414\u043e\u0431\u0430\u0432\u0438\u043b \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c \u0432\u0432\u043e\u0434\u0430 random \u0432\u043c\u0435\u0441\u0442\u043e \u043a\u043e\u044d\u0444\u0444\u0438\u0446\u0438\u0435\u043d\u0442\u0430\n", "proba": 1.5345791553045274e-06}
{"commit": "c75857602a41179f6fb48926dd5daa7b584e861d", "message": "servers: Make ReplicatedFileStatus available as JSON ", "proba": 1.9297650055705162e-07}
{"commit": "1ce832149daf05aa30c5e660afb6285f6f5335fe", "message": "Create JUnit testAnalyse class\n", "proba": 3.545635536283953e-07}
{"commit": "4f880443e28f03b203e4d607e44a08c55fecc4fc", "message": "Partial shell of hard constraint enforcement algorithm.", "proba": 1.2999457510431967e-07}
{"commit": "5bfca8b99ef26cee7ca7ebe3df60c032232006e9", "message": "Add Hash256#divergenceDepth\n", "proba": 2.1112402464495972e-05}
{"commit": "a901d9c6a2caf3d816808f207bfc55cbf0252333", "message": "Added LinkedBrightBodyTriple data type\n", "proba": 1.1796912957606764e-07}
{"commit": "4693124876f51411f074f51a5bfa71428fed0d1a", "message": "simple auth restlet\n", "proba": 7.116399274309515e-07}
{"commit": "192ece89a39e8ff7d49027e6a8c6d77f202c75a6", "message": "[#118767025] automation and fix npe\n", "proba": 2.286803777451496e-07}
{"commit": "113854fca824dc7f00e2926989b1208e7a9a4d6b", "message": "Adds SecretSeriesJooqMapper.\n\nUses Jackson's ObjectMapper to json decode generationOptions.\n", "proba": 1.1114880038576302e-07}
{"commit": "835495c1175cd159635997ecff4281eb51e72fe6", "message": "Lock task doesn't always end properly.\n\nThis can result in the keyguard not being re-enabled, the status\nbar being in a bad state, and various other weirdness.  When a task\nis going away, it needs to send the standard lock task ending\nmessages so that exiting the state can be handled properly.\n\nBug: 16010327\nChange-Id: Id7ee632f4765af0af209b70fb69dd75f2e541820\n", "proba": 1.966148556675762e-05}
{"commit": "51523c459788ffb6bf0052693e18120fe8ead7a6", "message": "am b9d1b870: am 3180e01c: am 30ccac80: Merge \"Fix issue #17322903: Crash in systemUI while launching an app from recents tab\" into lmp-dev\n\n* commit 'b9d1b870ee3638fe60b69b0af41d5129691ed728':\n  Fix issue #17322903: Crash in systemUI while launching an app from recents tab\n", "proba": 6.396211347237113e-07}
{"commit": "e94d9e1e422dca728275eb02d5e725586e609232", "message": "am 028fe5a7: am 2048789c: Merge \"Dispatch alerts through background thread.\" into ics-mr1\n\n* commit '028fe5a715d8f9d78154e482dc46b27f97f94e53':\n  Dispatch alerts through background thread.\n", "proba": 1.514476366537565e-07}
{"commit": "3c1adf267d894713140aab6c2899605498321d2b", "message": "\u804a\u5929\u754c\u9762\u6635\u79f0\u56fe\u50cf\u7684\u663e\u793a\u548c\u70b9\u51fb\u4e8b\u4ef6\n", "proba": 1.3666556242242223e-07}
{"commit": "78cff8ca77079657c47ec4d948eae840c7581e97", "message": "Update GsonUtils.java\n\n\u89e3\u51b3\u4e86json\u8f6c\u6362\u5de5\u5177List\u8f6c\u6362\u7684\u95ee\u9898", "proba": 1.957206876568307e-07}
{"commit": "1fedc834081ba5fd8e99964951f7edae4845fb9f", "message": "of course, none of this actually propagates down to the Commons Transport.\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@344373 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.412081567461428e-07}
{"commit": "165417b11257d89a3e6a7396e679ef6dcfbad7e0", "message": "Changed the dispatching order such that dispatching happens with the following precedence. \n1)WSA Action Based\n2)SOAP Action Based\n3)Request URI based\n4)SOAP body based.\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@354486 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999899864196777}
{"commit": "6b2bdacaa505c952f6bd1c7c06d669e17977b2fd", "message": "Fix for AXIS2-3543 - ServiceContext.activate never executes the else block\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@633120 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.985512861021562e-07}
{"commit": "8da44d5420ba292c76a57b0a564ca69887475000", "message": "created FreqDist\n", "proba": 2.569855155343248e-07}
{"commit": "da1258e790dae637eaf6ad5b69e138e8f7e1d32f", "message": "+RegistrableHandler: Added getName()\n", "proba": 1.4207067522420402e-07}
{"commit": "fb5a54a66acc73afb9aa9d331851a3882441605b", "message": "Trunk: solve Issue 385: Warning message of using random local clock model", "proba": 1.2455129194677284e-07}
{"commit": "6f2d551a61f62302c593903b13619bdb2339ebcf", "message": "Update JungleBigTreePopulator.java", "proba": 4.500378736338462e-07}
{"commit": "ac7453eeed9c3fee7a647b41bd316f654b3745bd", "message": "Add ImageVector class", "proba": 3.373622803337639e-07}
{"commit": "18f8d6aef2acd6f5ca8d024836998fc3ba6653a7", "message": "add tuple9 algebra\n", "proba": 0.9986396431922913}
{"commit": "c961fe2e6808a5a554ca345b68044a780215da68", "message": "HBASE-6122 Backup master does not become Active master after ZK exception: REVERT\n\ngit-svn-id: 1ea5de6e32eadb5f080cfd8bafe1c87167c06d54@1344467 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.216975521056156e-07}
{"commit": "cc454765f7d638610b011516159e7813dbae3fe3", "message": "25/5/2014\n", "proba": 4.646301476896042e-07}
{"commit": "162ecbce9824438e0b90137838c66e0d767c818b", "message": "Added the session hash algorithm.\n", "proba": 1.2816252592529054e-07}
{"commit": "c0ddf298280fb1ce9209f79be3f4e0fa23187cf1", "message": "whooops\n", "proba": 1.4905751413607504e-05}
{"commit": "03759ed36d0a56ae8dbdccf8e1f6c8e3d14165b7", "message": "AI 143169: am: CL 142870 Fix issue #1724917 (Applications (browser, maps, gmail) fail to retain their landscape state after coming out of sleep mode).  We now rely on the listeners last known orientation, and make sure to clear it when enabling/disabling.\n  Also do most of the work for issue #1732012 (Only show screen rotation animation when triggered by sensor).  This just needs to be hooked up to the surface flinger API when that appears.\n  Original author: hackbod\n  Merged from: //branches/cupcake/...\n\nAutomated import of CL 143169\n", "proba": 1.1869339999748263e-07}
{"commit": "c33cb7117e64b93609ceb60d911bad6add09aa09", "message": "Add a new KEYBOARD_TAP haptic feedback type for very short, low-latency vibration.\n\nThe minimum value varies from device to device, so this is useful for defining\nthe shortest and most efficient vibration. The VibratorService creates a Thread\nwhen playing back vibration patterns, so this allows you to avoid thread creation\nand associated scheduling delays by specifying a one-shot duration in the config\nfile.\n", "proba": 1.080804281627934e-07}
{"commit": "ef967c7a6e8d8dbfa76576879dc669d23a76b4be", "message": "no Jira - add Misc class to uima/util, first static method is one to get JVM system property with proper defaulting\n\ngit-svn-id: a5af42c550a078756190f4e79161aff2e348b436@1649846 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.498517564068607e-07}
{"commit": "3deb665b99fc1bffd6e526c1f784cfefbb6e764e", "message": "AlexeiBarantsev: Unignoring a couple of tests for IE; adding pauses to make them passing (like it has been already done in other tests).\n\nr14244\n", "proba": 2.1335753785933775e-07}
{"commit": "e154ce43d8e3ae82d68ef665626d0829b53008d5", "message": "Added Configuration to allow extension classes to be specified\n", "proba": 1.516942376156294e-07}
{"commit": "79c4513e9dbf5fcf2a86fe078c08ad289786d3ee", "message": "WICKET-673\n\ngit-svn-id: ac804e38dcddf5e42ac850d29d9218b7df6087b7@549153 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.698850600310834e-07}
{"commit": "e8aa9279e3a75b7b8ea34e0cbd3bceb4d6bd6d51", "message": "added TypeExist", "proba": 3.482532520138193e-07}
{"commit": "1d55aafb23434c1101b8d413773e32d13702bf89", "message": "Factory for Jini Runtime\n\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@179 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 2.1875152356187755e-07}
{"commit": "deb44304f030df924806e75a915c40bf4a67523d", "message": "Commented out entire laserdistancesensor code\n", "proba": 1.1259312771016994e-07}
{"commit": "5e27a3823c5c7a02fc56eba5108b2908220be2dc", "message": "merging issue33ThrowMirrorException\n", "proba": 2.6741233227767225e-07}
{"commit": "9d754ed070a5b627d1ecdeb4c086aa61a11db176", "message": "Test for the Path class.", "proba": 1.2688133210758679e-07}
{"commit": "425d074af6593c14cecc8ac384d10560b56ae367", "message": "IfProcessor coverage\n", "proba": 1.130567170548602e-06}
{"commit": "14f4dbfa4570ae26274ad9621a7167949d836108", "message": "https://pt.stackoverflow.com/q/258430/101", "proba": 8.263413633358141e-07}
{"commit": "fe4cd113450196f43d8ed1209bce84d67dab8b54", "message": "Basic implementation of Line interface, working whatever the orientation\n", "proba": 1.4406815296297282e-07}
{"commit": "4ec30fafd24f769b50816f4f812f1466d4cc54a3", "message": "\u6539UTF-8\u4e3aANSI\n", "proba": 2.9806893508066423e-05}
{"commit": "618420af7f43b8be138b7b38c738a831ce7261aa", "message": "Create Euler1.java", "proba": 0.0007449892582371831}
{"commit": "3417a9d3d392eb4b59341961ada3ccc6a91bdccc", "message": "4.4. \u041f\u043e\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u043f\u0438\u0440\u0430\u043c\u0438\u0434\u0443 \u0432 \u043f\u0441\u0435\u0432\u0434\u043e\u0433\u0440\u0430\u0444\u0438\u043a\u0435.\n", "proba": 1.4281155813478108e-07}
{"commit": "0593c68a986152cd6c21cd92dca43a81c4060fd7", "message": "Prevent dial() return null in a racing condition.\n\nThe racing condition happens between dial() returns and\nthe first GET_CURRENT_CALLS query gets handled.\n\nIf GET_CURRENT_CALLS gets handled before dial() finishs, the pendingMO can be set\nto null in handlePollCalls() so that dial() will return null. This null connection causes\nerror in PhoneUtils.placeCall().\n\nThe Synchronized dial() and handlePollCalls() Methods will make sure the\ndial() returns before the first GET_CURRENT_CALLS gets handled.\n\nbug:6028290\nChange-Id: I41b024760acb7dd13b342866180dffe3fdbe1c03\n", "proba": 2.0755223886226304e-06}
{"commit": "39741370a58a1c36cf8f6a7a2d79048d84725555", "message": "add solution 53\n", "proba": 2.1351996110752225e-05}
{"commit": "0b090e0e048aa285727ad413a63801c21b31aa32", "message": "Initial import.\n", "proba": 1.8284994496298168e-07}
{"commit": "da00dd6f75435e6705cbfcbd5d62f311f6c150ac", "message": "add a new file for test!\n", "proba": 1.2932524384723365e-07}
{"commit": "3ee1922a8246a0262d3d3647eeb8a2ff6b0829cc", "message": "Number conversion", "proba": 0.0002192845568060875}
{"commit": "935f8a368475ce96e102d6cb6747029844920ec0", "message": "fix #4429 and #2180", "proba": 7.052122441564279e-07}
{"commit": "21c9cd13ea1810c6d1d8d3e297e1604f6c87aa38", "message": "\u041c\u0430\u043a\u0441\u0438\u043c\u0443\u043c \u0438\u0437 \u0434\u0432\u0443\u0445 \u0447\u0438\u0441\u0435\u043b\n", "proba": 5.945544216956478e-07}
{"commit": "a0ce8c92cfd06af14962bfba120bd176c936d4f0", "message": "am a09c20a2: am a457211a: Merge \"Fix getBuiltInWallpaper method\" into klp-dev\n\n* commit 'a09c20a23038c1d77ae3d511da18a377572aed0c':\n  Fix getBuiltInWallpaper method\n", "proba": 4.005943594620476e-07}
{"commit": "207b43c751300f12eb4d0dfc65541df410e65644", "message": "am 25c35986: Merge \"JobScheduler: Fix doc build break\" into lmp-dev\n\n* commit '25c3598620c9e1a2c8ab3aea766e9da31bc2c5be':\n  JobScheduler: Fix doc build break\n", "proba": 4.385374836601841e-07}
{"commit": "a1905a26ac3b125c2e8db20481d9a84d01bdc551", "message": "Add a package-info.java for dagger.\n-------------\nCreated by MOE: http://code.google.com/p/moe-java\nMOE_MIGRATED_REVID=90228800\n", "proba": 0.00010242537973681465}
{"commit": "49514f7777613c52af42e60f510610e77344352a", "message": "Added missing OJB converter class.\n", "proba": 1.1331777471923488e-07}
{"commit": "fd77d8e98b731862f4e06cd41e140b6cdcdf1332", "message": "add properties util\n", "proba": 6.380773243108706e-07}
{"commit": "14bdce208de1e0afa4d2f3b71c7dfeecc5291a79", "message": "add network class, modify api\n", "proba": 2.482628929101338e-07}
{"commit": "2f50da53908b44aeb13d684996ba9cb333b63b6d", "message": "Class to replace white spaces in a string", "proba": 0.00030518215498887}
{"commit": "e5d557094da2c170ebd704eea07fa79a9559d188", "message": "time O(mn) space O(mn) Explanation\n", "proba": 0.9980356097221375}
{"commit": "4b697f0772ca90dfb873dbf14b7459bd99eb7b41", "message": "cleanup\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@10554 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 4.870619818575506e-07}
{"commit": "8f2113c8c911b577709fdc182dd4b31f7462dc99", "message": "Refactor PlayerWrapper clas.(Added JavaDoc)", "proba": 1.1373222008614903e-07}
{"commit": "92307d12a7ba5474a103d42ffedf3778a29bdf72", "message": "added bluetooth thread\n", "proba": 1.7614082992167823e-07}
{"commit": "bd5b2e8fd54212326b2bce65dbc897372f2a8c57", "message": "Changes made by mandar on 28july related to  EVENT PARAMETERS FORM\n\n\nSVN-Revision: 213\n", "proba": 1.1207804107016273e-07}
{"commit": "5db3c11727489f2ebed776737b3a7e35caf4452b", "message": "Add IceCreamParlor", "proba": 0.00011659124720608816}
{"commit": "02c45eecdab4fc199f8714fe369160443460122a", "message": "Add singleton class IconUtil\n", "proba": 6.431694714592595e-07}
{"commit": "b2c1d1f8ddaa5ece7060d9b1fabb426d35de3e14", "message": "* makes HttpLoggingInterceptor registered only in debug builds\n", "proba": 1.1528991450404646e-07}
{"commit": "c94d929e294aa2c9fdd632ba90e54df3c6ce92d8", "message": "Agrego dos TODO para enganchar con la API. #modificar-materias\n", "proba": 2.2146269884615322e-07}
{"commit": "9e71c3774933449dea174561d6151021cf798478", "message": "Load workspace repositories when workspace wizard finishes\n\nImplementation suggested by @gamerson\n\nFixes #1480\n\nSigned-off-by: Sean Bright <6fe4b226bca83a5c88f71b4470f47ac0093244e4@gmail.com>\n", "proba": 1.1669153110460684e-07}
{"commit": "bb8b9327d99a7b023fb6278ac18addeabe7fdb42", "message": "The class implementing the answerlist logic", "proba": 3.236162956454791e-05}
{"commit": "29fd39e4ee441965574fad68877648a0ef90b60c", "message": "Add centimeter to UnitOfLength\n", "proba": 0.999997615814209}
{"commit": "44a557da7d43d6c23433ea8c252cc185cb3e1933", "message": "Fix bug when create List patterns", "proba": 6.253653168641904e-07}
{"commit": "15556854ce23d7e01dd173ea41ec8b20f5db7598", "message": "Sort the room every time a creature is added or removed\n", "proba": 3.017765948243323e-07}
{"commit": "bb0b3de149162e5f520f1f7d7ca308994a2c5c0b", "message": "Add multiple constructors for loading the plot object\n", "proba": 6.513700441246328e-07}
{"commit": "f04153595669065b2205a62fafba527627951f0f", "message": "First attempt at proper log parsing\n", "proba": 5.70487600271008e-07}
{"commit": "5197c258fef008592b414a942ef091429316fc7c", "message": "Clarify debugging further\n", "proba": 1.0478447620698716e-06}
{"commit": "39178b42097790b50e92a6b78777f50c444516df", "message": ":art: Fix #12664\n", "proba": 1.616827773887053e-07}
{"commit": "47000f2a8077a1dba88453b2555dc432f6eb184b", "message": "Bug in toArray Conversion forgot to increment index\n", "proba": 1.7499475291060662e-07}
{"commit": "ceac8d5e2f6dee904c2200bdab7ba2718b0a4f80", "message": "header clas added\n", "proba": 2.6435461109031166e-07}
{"commit": "07c3e2927176914deaf9619767e84798c99ea601", "message": "\u30bf\u30b9\u30af\u306e\u6700\u521d\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u306fOPENED\u3058\u3083\u306a\u304f\u3066OPEN\u306b\u3057\u305f\n", "proba": 5.864005288458429e-06}
{"commit": "8fa6cbc280c1640c4ae19ba279e7aee21a026261", "message": "Create BubbleSort.java", "proba": 1.0128302392331534e-06}
{"commit": "7d943db58bbeb7f0fb10c2ffc10457250821e3e7", "message": "Retirada de vari\u00e1veis est\u00e1ticas +  fun\u00e7\u00e3o boolean", "proba": 2.184776712965686e-05}
{"commit": "89c74f4bb46f954d04d8c9ce61a8840360266c21", "message": "add solution for zigzag level order\n", "proba": 9.207476523442892e-07}
{"commit": "4d1bf093396982d6838af934ab46672773772200", "message": "Runtime exception on AppWidgetHostView should not cause crash to the hosting process.\n\nb/26797293\n\nChange-Id: I7e1efad7d5314141d21440bf8915c101e35c2adf\n", "proba": 5.016983323002933e-06}
{"commit": "79a5307ac2637869f63de64a38c240c25020377e", "message": "am 1bc3a407: Merge \"Fix auto connection priority handling.\" into gingerbread\n\nMerge commit '1bc3a407ceb380e35e894f405f544b5b87e980d4' into gingerbread-plus-aosp\n\n* commit '1bc3a407ceb380e35e894f405f544b5b87e980d4':\n  Fix auto connection priority handling.\n", "proba": 0.00010230902989860624}
{"commit": "bc6862300fe5675addfe4ed5d0c7c345aad463aa", "message": "Revert \"Faster and simpler replace in SSB\"\n\nBug 6300658\n\nThis change reveals a weird race condition where sometimes the\ntext is entered twice. Adding a debugger slows down everything,\nand the problem is no longer reproducable. Reverting for now.\n\nThis reverts commit ebd9a23817052c4d2aaa1058efa2b80b08003d4a.\n", "proba": 2.05631366156922e-07}
{"commit": "f42af94f250c350a6cfcd4260cb0876f86022615", "message": "Commit temporal por necesidades del proyecto\n", "proba": 1.6581619775024592e-06}
{"commit": "6079dbc1ae0fe0c8c8d642d072514e1ea94d1ac5", "message": "am 050c552f: Fix CookieSyncManager for WebViewClassic\n\n* commit '050c552f096a6f8f2283162edcb9c6b015cfb3dd':\n  Fix CookieSyncManager for WebViewClassic\n", "proba": 5.643452709591656e-07}
{"commit": "ddf9fe448e030c30f843bc89dd03750d5fd95d91", "message": "Introducing Composite\n", "proba": 4.156855197834375e-07}
{"commit": "1b868e8ac215b822386678254c4c158a6a4ab967", "message": "Add test util\n", "proba": 9.121084758589859e-07}
{"commit": "2dd99b667d0d53b0b84bfa235626cad8910eeff5", "message": "Switched English test lang file to JAR resource\n", "proba": 3.294963732969336e-07}
{"commit": "551cd58d79d67a0900c65b9405111b9e571f833c", "message": "KRACOEUS-242: reverse back to previous version\n\n", "proba": 1.2517765753727872e-05}
{"commit": "736eff68ce5c1344ef7b02499d09aa921c4e9a52", "message": "\u0418\u0442\u043e\u0433\u043e\u0432\u044b\u0439 \u0432\u0438\u0434 \u0437\u0430\u0434\u0430\u043d\u0438\u044f \u043d\u043e\u043c\u0435\u0440 3\n\n\u0438\u0441\u043f\u0440\u0430\u0432\u0438\u043b \u043b\u043e\u043a\u0430\u0442\u043e\u0440\n", "proba": 4.529598243152577e-07}
{"commit": "6ffb7d89ceb0421c8b9f503ef120ffe1f3f21791", "message": "Module 12 - task 06", "proba": 0.0013474456500262022}
{"commit": "5dc8dd6cdebd0674605c5e89de78a89fd98bec34", "message": "runelite-client: fix --no-rs\n", "proba": 2.035407305811532e-06}
{"commit": "25ba9943c5387f6b7c59965a9e5ff8b985daa3fb", "message": "Change wild-cards to proper generics\n", "proba": 0.01586388796567917}
{"commit": "28388e8ab3b006a604b605c83ff20117a2ac0af2", "message": "Make CameraService proxy retry behavior more lenient.\n\nBug: 21527760\nChange-Id: I70abea66f1d1fafffcfdd8e30b0cff244f814e59\n", "proba": 1.4667723007733002e-05}
{"commit": "ce393d3356c86309d6e0fa1d624f1163af6eaecb", "message": "am 3f64edec: Merge \"Fix IME down caret in keyguard nav bar bug.\" into jb-mr1.1-dev\n\n* commit '3f64edec6c6b2e53b42cfd8c6a6765ecee084fc2':\n  Fix IME down caret in keyguard nav bar bug.\n", "proba": 1.3981926372252929e-07}
{"commit": "7fad4ee736b8a64c1acac7a9b40384f68562b664", "message": "am 8d9ddbe2: Merge change I1f30f3f1 into eclair\n\nMerge commit '8d9ddbe2aa3db86237880102ccf320945e7f57d3' into eclair-mr2\n\n* commit '8d9ddbe2aa3db86237880102ccf320945e7f57d3':\n  Fix #2201615: getCallingPackage returns calling process instead of calling package\n", "proba": 1.0956664482364431e-05}
{"commit": "ea49cf658dc683ec4dd08a979e660e40187e8dbf", "message": "am ff0dc82c: am 6a98f8d9: Merge change 23499 into donut\n\nMerge commit 'ff0dc82c1cfe780e6f4c87d1d34de6dc3b741a2d' into eclair-plus-aosp\n\n* commit 'ff0dc82c1cfe780e6f4c87d1d34de6dc3b741a2d':\n  Fix content provider\n", "proba": 1.3792820254820981e-06}
{"commit": "29478269319502c92d04979411120bf49d2d011f", "message": "Remove compat mode dialog.\n\nChange-Id: I37bccdf9d3e7c56048633da5731ad111910e530f\n", "proba": 2.2491669369628653e-05}
{"commit": "bb49b4f46859fc8daa11e0d0a9982d078d3cbf68", "message": "am ed032e78: am 500862b4: am 1808f214: Merge \"Fix issue #5636525: ANR observed in setup wizard after changing language\" into ics-mr1\n\n* commit 'ed032e78733afab4bf49d80da1a38fb06bf99622':\n  Fix issue #5636525: ANR observed in setup wizard after changing language\n", "proba": 1.860091174421541e-07}
{"commit": "47ebcd6fe06fa2f7ccd900dcfb1d98ff9b67def5", "message": "While Node:\n- checkNode", "proba": 5.2335594773467164e-06}
{"commit": "acafb6322ac2b80b5ff0eed358a7d3cfeeb8ee87", "message": "[Java] 14502 - \uc5f0\uad6c\uc18c\n", "proba": 2.3428093243182957e-07}
{"commit": "9f971b354cc492d3ec0ff1f5aaee71aedd1d62b4", "message": "Added room generation\n", "proba": 2.225133926003764e-07}
{"commit": "e4157e382857191041f17f9eab104e01a76e3ab1", "message": "\u0421\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0445 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439\n", "proba": 3.863357414957136e-05}
{"commit": "9269bc52b6dd45628277e87de31bca26a311b8b4", "message": "Added method to help clean codes for getting employee tasks\n", "proba": 1.1824396040083229e-07}
{"commit": "cf8e5583b12d0f930065cabec6acb76f67293074", "message": "Add option to save bug report as file", "proba": 3.3573437008271867e-07}
{"commit": "6212dd94366904dea8f75adf20bcd9eb9e8d31b7", "message": "Add noCheatCompatible to MileyCyrusMod", "proba": 1.2670079740928486e-05}
{"commit": "66dbe72f11c9a2bfdf056ef8e8c6d625e4edad4b", "message": "am 32a56b8f: am 8330bd51: am b0eb08b5: Merge \"Remove the 5 sec timeout logic for setVolumeControlStream\" into mnc-dev\n\n* commit '32a56b8f83f0eab30b5f23e00ad0d1e0c71d6208':\n  Remove the 5 sec timeout logic for setVolumeControlStream\n", "proba": 6.403492989193182e-07}
{"commit": "709aae3bd1b97611a09c30b27e520537e4da9591", "message": "am 5e1c74db: Merge \"Remove permission check in registerAdapter\" into jb-mr1-dev\n\n* commit '5e1c74dbbe1ccf93ab13a3cc9e46e98988036762':\n  Remove permission check in registerAdapter\n", "proba": 4.913054567623476e-07}
{"commit": "c4ce5c05dee9c5f5c36949a4c04ff19db54a3bab", "message": "am e5b5aa49: am fd5cfd88: am f36b8f43: Merge change Ia428b2c2 into eclair\n\nMerge commit 'e5b5aa490372099c3541e51b8ed260cf9280247d'\n\n* commit 'e5b5aa490372099c3541e51b8ed260cf9280247d':\n  This time for sure: make wallpapers work\n", "proba": 3.246278197366337e-07}
{"commit": "776eacc2b9f7c9ce04aef68363d4cd60ac9921c0", "message": "am eb544c33: am ca39478f: am f99b017e: Merge \"Allow keyguard dialogs to show on secondary displays.\" into klp-dev\n\n* commit 'eb544c338c39f3e9435ad1098d559b618d287cf2':\n  Allow keyguard dialogs to show on secondary displays.\n", "proba": 1.349399809669194e-07}
{"commit": "a803371535e98e522c1044f0963ec8229e437b4f", "message": "Set detached wallpaper on the scale up animation.\n\nThis keeps the background wallpaper from disappearing when expanding an\napp that has a wallpaper background (e.g. clock).\n\nFixes bug 6649988. The second half of the bug, the first half will be\nreissued as a new bug.\n\nChange-Id: I209c9038469e4133586a927c92ef64ae43fb937f\n", "proba": 6.529666052301764e-07}
{"commit": "46a24c2f98376fdb3281bca9e7a952377583ee3f", "message": "Add relation between student and course\n", "proba": 0.003425072878599167}
{"commit": "efe261cd832b3611bda57d8eae10dde0d9fb5224", "message": "Fixed a bug dealing with relative URIs (Windows).\nPR:\nObtained from:\nSubmitted by:\nReviewed by:\n\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@199822 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.5701204953729757e-07}
{"commit": "cff0fe2086dfb4c987bd36cef5effae16eabf228", "message": "\nPrint now supports URI fragment\n\nPR:\nObtained from:\nSubmitted by:\nReviewed by:\n\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@200273 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.388279085607792e-07}
{"commit": "f10ed56e0cda742b56f7dbd613ad851eaf1da87e", "message": "Create PersistentLayerClient.java\n\nCommit the first version of PersistentLayerClient.java", "proba": 1.453725531064265e-06}
{"commit": "4c59439996db86a227574710f3f3db279af7380c", "message": "Added VerticalSeekBar from SO", "proba": 1.3407807841758768e-07}
{"commit": "477dd085f9a3a90d6754a6780c8ae76b810d32e8", "message": "formatted\n", "proba": 1.3165509699319955e-05}
{"commit": "8bcfe62c596a34313600e90ffec3e00c40fc5ac3", "message": "Add size method", "proba": 8.146713298629038e-06}
{"commit": "aa02557afda5913bde9fb518037f627029b57441", "message": "add accessor method to get cell stored in sequencer\n", "proba": 3.664229950572917e-07}
{"commit": "64b9b3d275233867521779a0b9f6ccd48dac197a", "message": "Adding TransientReference on BasicConfiguration\n", "proba": 1.5776352313423558e-07}
{"commit": "4ba628da2ee2ac0885bb98f811e3fb409bf8d2d3", "message": "Remo\u00e7\u00e3o de arquivo desnecess\u00e1rio.", "proba": 9.078855782718165e-07}
{"commit": "7c10b5f8f05afbaa09db22f90b9106ab7a613d6b", "message": "Update: \u5220\u9664\u591a\u4f59\u4ee3\u7801.", "proba": 1.2754289002714359e-07}
{"commit": "eb525a4924aa97f07e090a28b0bce21acec41847", "message": "[update] LayoutManager \u7b80\u5316\u4f7f\u7528\n", "proba": 1.8167060034102178e-07}
{"commit": "fae7e10aa372de7bad355bcc3513296c93d7985f", "message": "Fixed default list handling in collectionOf() causing (Iterator).next() being called twice in ConfigurationObject.\n", "proba": 1.0258958127451479e-07}
{"commit": "07060605938b774e8a094c624b58e843b9e18fc3", "message": "Added an authentication claim representation\n", "proba": 1.831632232551783e-07}
{"commit": "f8292e91ffb9fb4eb8ae9f876736db8e0203902a", "message": "Listing all currently required PTStBs\n", "proba": 1.3543245813707472e-07}
{"commit": "21ef3caf24519fb60db0fd2dae65e3d6cc622958", "message": "remove main method\n", "proba": 0.002502272604033351}
{"commit": "8893b9ff9199d30f1ee13a761de800a16e47862e", "message": "Updated ServiceName to ServicePath\n", "proba": 2.5465732278462383e-07}
{"commit": "e74d147e7911463daae1adf7f8aa864472ae9611", "message": "FB#6157 :  Updated SecurityGroup tag code\n", "proba": 1.2930662762755674e-07}
{"commit": "0b75f74460cec77801a7ac65ffe35fdf6ed55b7f", "message": "Main class", "proba": 4.814352791981946e-07}
{"commit": "ac4650dfafa2ddb58beec7e945ad22584d62e5fd", "message": "Create Main.java", "proba": 1.9291887838335242e-06}
{"commit": "30b444dabaed9ddd75ea9a7e139bca06060e7726", "message": "Create Mine.java", "proba": 1.1141703453176888e-06}
{"commit": "4d66523c09bb98e85cc0196eac5a5da47a773400", "message": "Create Puff.java", "proba": 1.6102508197946008e-06}
{"commit": "a241a04b253b57ab7955b92538a066d2583a4239", "message": "if node\n", "proba": 0.9983904361724854}
{"commit": "af24860914d5c207f41607d8bd7e29fda4a22ae0", "message": "\u30ea\u30b9\u30c8\u306e\u500b\u6570\u306e\u30d0\u30b0\u3092\u4fee\u6b63\n", "proba": 1.2162469147369848e-06}
{"commit": "87aecdc1ccda91db661eee345d216a75efea98b5", "message": "Update toString for coordinates.\n", "proba": 1.2621381983990432e-07}
{"commit": "c1328f778d86e9559b6118de881111401c2eb697", "message": "add: chapter 1 4 add first test class CalculateTest\n", "proba": 2.4603580186521867e-06}
{"commit": "e455f575a04c4eb6fac65f85a03caf30e9ab9c54", "message": "RayCast example\n", "proba": 2.941808077139285e-07}
{"commit": "0664cee41d696677b55511763b3f14396c6c56c8", "message": "add example from documentation\n", "proba": 2.332692190520902e-07}
{"commit": "59a6ad47274947543025a36ed17a979ab8be0b4e", "message": "Create Palpal Strings.java", "proba": 2.6542405976215377e-05}
{"commit": "1b5d596a128a15c4bf29be36b4f1ef0975c2bf41", "message": "Initial commit of the EvenSet class. This class is for representing a transition to fire or a set of continuous inequalities to change.\n", "proba": 1.0110605330737599e-07}
{"commit": "33df937f6f187006b653b030154a1e891410d0ae", "message": "Mark PDB identifier as SystemApi\n\nHad already marked the API itself as system api, just not\nthe Context.BLAH id. Also update the javadoc as it doesn't\nreturn an FD anymore.\n\nChange-Id: Ic8a5b8c75b0ba0bdf4ad26cf33d5f87eea568376\n", "proba": 4.2158076212217566e-06}
{"commit": "1620d118a49dc6df7b0e83d7343f8a8bb6e23b12", "message": "Fix SDK build error.\n\nChange-Id: I4705c10da850d684caa7067d656aff11bc65acbb\n", "proba": 0.000840277352835983}
{"commit": "eef3fe0a5deaeb8229dbdbe65c3c30ec5242b2b3", "message": "am ea2acd48: am 58296baa: Merge \"Fix startFaceDetection will fail after taking a picture.\" into jb-dev\n\n* commit 'ea2acd48dc6640a4015cf1efad4ccb8cd0eaf3e4':\n  Fix startFaceDetection will fail after taking a picture.\n", "proba": 5.887910674573504e-07}
{"commit": "1b088be8bb304e4ab7a1896d3ec3b9df9d9cf68e", "message": "Fix a bug that could cause flings to last too long using a Scroller\n\nBug 2866552\n\nChange-Id: I6979b3da54ca2aeaf4583629e28ee81fa5bd70da\n", "proba": 2.5495319277979434e-05}
{"commit": "ed6741817a6c075a306b5e9c63e6c08abc5b8dc6", "message": "Text selection on phone\n\nException on device rotation due to a removed test for existing selection.\n\nonPreDraw is called for the PhoneWindow, updating container position, but before\nthe popup window is layout. Added a flag to force a new update after the layout.\n\nChange-Id: I0f833c689a367ef76144230df28afa48db9ad950\n", "proba": 7.725411705905572e-07}
{"commit": "375366cb2d6b8be3d81e59ea0ce27332c3eada66", "message": "Request re-layout after setText if layout width is 0\n\nWhen TextView is in a layout with weight params (i.e. LinearLayout) and\nthe width is set to 0, do not try to prevent requestLayout.\n\nBug: 27995311\nChange-Id: Idfe9d8d0b595a6db95beb1afd83ca96a2bd46546\n", "proba": 1.7633270545047708e-05}
{"commit": "ea0735ff12a444ae7e498132ffd7096bfa2f3925", "message": "am 5d19f506: am 28df6d3d: Merge \"Fix bug #8913650 spinner dropdown(android.R.layout.simple_spinner_dropdown_item) random alignment on RTL.\" into jb-mr2-dev\n\n* commit '5d19f506b43e9e7e4c27ca70da1d44a58da71d75':\n  Fix bug #8913650 spinner dropdown(android.R.layout.simple_spinner_dropdown_item) random alignment on RTL.\n", "proba": 4.327625617861486e-07}
{"commit": "2346e0117dff5db9be3932b696a1baaed4488c2f", "message": "Fix \"out of bound exception\" when the span has prefix.\n\nChange the behavior of the highlight marking the \"suggested text\" and not the differences.\n\nBug: 5252699\nChange-Id: I4c7e9fc9bac81da8b5f643990b86a336363d7968\n", "proba": 0.9999260902404785}
{"commit": "21832bf8af24baa0068e22d547c9f47fc2ea2f2a", "message": "refactor(ExercitoDeElfos): remover condicao para os filhos do Elfo.\n", "proba": 0.0007469459087587893}
{"commit": "117636edcbf9dceb74156add12b2ae4aac55b565", "message": "746. Min Cost Climbing Stairs\n", "proba": 3.3721460113156354e-07}
{"commit": "cac873c0e4627e4e75bf530571e46259e958b990", "message": "Added valid object interact positions method", "proba": 2.497249056432338e-07}
{"commit": "f8b4380f5f7857f267676760958b3e6100fc1b94", "message": "Zoom working for all plots\n", "proba": 1.3413831823072542e-07}
{"commit": "83bb2cf93b97641651e7c1826ad963afb6113320", "message": "Added email support.\n\n", "proba": 1.1581777670244264e-07}
{"commit": "c015d9f4dd9ec720bf291b5c7ea8af33ffad803e", "message": "Changes for JIRA issue #118.", "proba": 1.1161787938362977e-07}
{"commit": "180fc5dedb75942e6d503d2b718888708f7ccf84", "message": "Common Data bus functions added.\n", "proba": 1.1631987462124016e-07}
{"commit": "7ba31c67c6fa47beaee1972f0a9aea84f6b184d3", "message": "Basic data manager object\n", "proba": 9.79700871539535e-07}
{"commit": "7d64901d034193ee7274e6971bd0f7614fedb2c6", "message": "#94 fix performance problem in transactional cache\n", "proba": 1.5230044425607048e-07}
{"commit": "eb5f77b47956d3f40bef9a06c5daf34198581e72", "message": "INIT: Added data record serialization test.\n\ngit-svn-id: 7003860f782148507aa0d02fa3b12992383fb6a5@9517 a09ad3ba-1a0f-0410-b1b9-c67202f10d70\n", "proba": 2.9620339319080813e-06}
{"commit": "bdc69d6478d05df9a6e04ee6a312234ca63790ae", "message": "Add (back in) Spring Configuration class\n", "proba": 2.1028743901752023e-07}
{"commit": "fd0800611415b003a4c4f4020a947a9180b2ff2e", "message": "Level Builder's Window is added\n", "proba": 1.2499918966568657e-07}
{"commit": "01465e4a76d1d3b93b9a5de3d8c8e9b036b5e477", "message": "Added the UserTest class.\n", "proba": 1.1706347891049518e-07}
{"commit": "2d385ffca0c32e6b60e906272f4e47abb389dd99", "message": "Forgot a cvs add before the check-in.\n\n\ngit-svn-id: 169764d5f12c41a1cff66b81d896619f3ce5473d@4068 5e0a886f-7f45-49c5-bc19-40643649e37f\n", "proba": 2.7209296149521833e-06}
{"commit": "6591eded44696a0720dbbcc777e9e5cb2f4c2403", "message": "Add TCPSenderTest\n", "proba": 2.5166771138174227e-06}
{"commit": "ab1dad6c265fd1db193cffeb39cd18c6c6687c5d", "message": "FIX: RecyclerView NO_POSITION click\n", "proba": 3.05711466808134e-07}
{"commit": "526df30983f95a799bbb0fce5f4e23db38cbf364", "message": "Add TODO\n", "proba": 2.269595142934122e-06}
{"commit": "9b87e06de5ca3aabea23cfd02b68dc94e7e8ec6b", "message": "commented out distinct\n", "proba": 1.3759907346866385e-07}
{"commit": "fc4d646dd746ddbf239fe8302d572a574d5e3db2", "message": "Fix argument length check bug.\n", "proba": 3.25687437907618e-07}
{"commit": "1c853ecfbac1c41cfe3f2fe522b1efaf31608b07", "message": "Simplify integer value enumeration.\n", "proba": 1.2466085536289029e-05}
{"commit": "a4e2b201517cc9d49126eabe08c75a6a0036648c", "message": "modified terminal", "proba": 1.062658270711836e-06}
{"commit": "9c6e716ba8e366e366e1fd990e915755bff7cf89", "message": "JSON encoder, copied from the web runner\n", "proba": 1.6102002575735241e-07}
{"commit": "59288172e1a4603fde8ed7be90ea70ec9724d07a", "message": "java8 LocationWriter\n", "proba": 5.4347465265891515e-06}
{"commit": "8206c6ac90bf2aa63730540f2bcbfda8fe4ca10f", "message": "Added PowerSpectrumProcessor Interface", "proba": 1.3451482061554998e-07}
{"commit": "001392664f8daf9bfb6981dc408363b0b25126ff", "message": "polling every 15sec\n", "proba": 2.617059635667829e-07}
{"commit": "a6a532a168eb9f16ee1188dd176a01de1530b46d", "message": "First commit of an interface of setters for setting the data into the data model\n", "proba": 1.4584175289655832e-07}
{"commit": "e71d7e115c40f9d5ccd9eb2a44d7d73eaef18811", "message": "Create Ternary.java", "proba": 9.856357792159542e-07}
{"commit": "4453e9cf6b6306a6c49359f1fe87263a72ef1c30", "message": "HBASE-11480 ClientScanner might not close the HConnection created in construction (cuijianwei)\n", "proba": 1.0004808359553863e-07}
{"commit": "a0de9d047a5479f87ea6939664af4791512dc974", "message": "removing the logic to detect undeployable folders in the deployer which has become outdated with the hierarchical services model. That is because, it searches recursively for services..\n\ngit-svn-id: d6acb143e251c037dab5ea34394f8439daf45588@1055748 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.8161001207772642e-05}
{"commit": "b582a3ec348c554e4f69332f4257e320655a0001", "message": "TopPanel: use data values set in presenter for view\n\nSigned-off-by: Ian Hilt <949b70b7a7bb2aa951ebc7582c42d2cb29349fff@eastway.org>\n", "proba": 1.2070981370015943e-07}
{"commit": "a4695127b0b9e30f66600a3a1ae2d33a75b9265c", "message": "added first parameterized test\n", "proba": 1.5148374643558782e-07}
{"commit": "53b9842416f7c53cd6ed53fec1a67176f78f6894", "message": "Aufstellungen\n", "proba": 3.512432158458978e-06}
{"commit": "b2b546f33afcef2c7307db31b7c687f3af005673", "message": "\u589e\u52a0\u5de5\u5177\u65b9\u6cd5", "proba": 3.716236847139953e-07}
{"commit": "425dba1e6fea7261c30c2e3a6c1c3a5d68023046", "message": "Added XrefFactory", "proba": 1.8158087300435e-07}
{"commit": "e8f3f7b099a32f0a610e28b03daf1dc31a961aa6", "message": "Add termination strategy for maximal execution time.\n", "proba": 4.980458356840245e-07}
{"commit": "6194a2a381d102f3ecf3bc4a3c620ef4dfa8b9a1", "message": "Update DB_Interface.java\n\nAdded JavaDoc descriptions.", "proba": 1.0864675203947627e-07}
{"commit": "4645b83edf4d02756b32d57e1a1b8e2aaffc6c31", "message": "Naming strategy to limit names to 30 char in Oracle", "proba": 1.7937264829015476e-07}
{"commit": "6179471a22219d77e274fada7c1896ef6ff7cba5", "message": "Added io/PluginManager\n", "proba": 1.6667058844177518e-07}
{"commit": "456b646a5546e4b608af8fd319cef39900768ca0", "message": "cleaned imports\n\nsvn changeset:2155/svn branch:trunk\n", "proba": 2.995592751631193e-07}
{"commit": "75a5aded2de839c87a22f20f160343a529eee2f5", "message": "add/remove layers works now\n", "proba": 1.2468986199110077e-07}
{"commit": "5da2a51369825f942702ea465cabb192206674c9", "message": "*** empty log message ***\n\n\ngit-svn-id: 616481d960d639df1c769687dde8737486ca2a9a@1349 9c99c85f-4d0c-0410-8460-a9a1c48a3a7f\n", "proba": 9.106743164011277e-07}
{"commit": "311e7a1c74675f0c38fe3a5de1dfdcb5ab5dbdf8", "message": "\n\ngit-svn-id: https://oswing.svn.sourceforge.net/svnroot/oswing/trunk@222 e1d01cdd-142e-0410-ac95-ccc3d9d4cfaf\n", "proba": 1.1197264484508196e-06}
{"commit": "12eb44729496ce0b5504646a9744af0d5457a061", "message": "Asymmetric quadratic model for microsatellites\n", "proba": 7.494613214475976e-07}
{"commit": "48a51755712a491890b7c1e72fbb13659636d43d", "message": "while loop -> do while", "proba": 2.077124236166128e-06}
{"commit": "c89a278f36153c22d7550e1692054f99656abd67", "message": "Scanner makes running through Redis SCAN easier\n", "proba": 2.2561604851034645e-07}
{"commit": "12349a837fd82d2af4f22b086f2580f0157e85c0", "message": "fixing spacing of splitpane on main screen\n", "proba": 1.7080834879834583e-07}
{"commit": "b6c84935378f80e79e8e8f71583ed3745bf95782", "message": "[Programar em Java/08-Comentarios.java] Add\n", "proba": 1.2576757058013754e-07}
{"commit": "5611e59d0578b6921e72dd1bdacae1ee2875db72", "message": "Create largest-permutation.java", "proba": 0.9968172311782837}
{"commit": "9580d4035423e7ae826d50453757163bdb8f8baa", "message": "ignore performance test\n", "proba": 5.036782567913178e-06}
{"commit": "41bd27187becd64501f89e27444a0ce468bd42e4", "message": "devconf 2017\n", "proba": 2.3709230845270213e-07}
{"commit": "c72a2777bedf63c900ceffdea630b2ededda4a46", "message": "debugging DnDsPerSiteAnalysis", "proba": 3.9027625575727143e-07}
{"commit": "9bcf2e35c20b7939477056a57a687dac08c2c7dd", "message": "Added Spike Class\n-Jonathan", "proba": 1.1970260516136477e-07}
{"commit": "0d825c87b5993e601ac8294348a265dec016fa5f", "message": "Species of phenanthrene\n3 site model\n545 type\nfrom Iwai model\n", "proba": 1.0926854798753993e-07}
{"commit": "f8db22dec13f094c2dfde3b7f8c76d8956bcb10e", "message": "Added DUGDAO\n", "proba": 4.272294802376564e-07}
{"commit": "00f0ced3d2eda7a72bc8f49b523766fc63354785", "message": "am bacfc3d4: Merge \"Use alarm rather than delayed message to end lingering.\" into lmp-dev\n\n* commit 'bacfc3d4d9cb50d08035b54529612806e4bd055e':\n  Use alarm rather than delayed message to end lingering.\n", "proba": 2.423527973860473e-07}
{"commit": "44cec4f0b54fd09f23d700a30642b67e25c86f76", "message": "am c90173f6: am 2620499a: Merge \"Fix to make repeated lingerings work.\" into lmp-dev\n\n* commit 'c90173f6eb4104c46ffcce7f55895b9a43f1a750':\n  Fix to make repeated lingerings work.\n", "proba": 1.3089125161513948e-07}
{"commit": "088c79359b19db251a622e0b591783c1aeb23d7f", "message": "am 0c506582: Merge \"Make NetworkMonitor do exponential backoff between reevaluation attempts.\" into mnc-dev\n\n* commit '0c506582effbe3262b537dab638f8213c6dd933a':\n  Make NetworkMonitor do exponential backoff between reevaluation attempts.\n", "proba": 3.7200877045506786e-07}
{"commit": "2659b97336f6d67ab1d33e3155497c7bcec1e35c", "message": "cleanup\n", "proba": 3.1109298106457572e-06}
{"commit": "705e7464e885ec2e90d2cf62314b1326cb68b36d", "message": "Adding a test for XMLUtils.\n", "proba": 1.1598147153790705e-07}
{"commit": "82a9e1e69573b618a37eede2e975558387cad709", "message": "Create ProductService.java", "proba": 3.4169614082202315e-05}
{"commit": "5cbc4b71ab7d26cb9dcee7d49d4041ba939bd60f", "message": "Fix test: the uuid comes already as a short uuid so there is no need to convert it\n", "proba": 0.00011532046482898295}
{"commit": "e2b0b71aa15cb5c442a7e75eee75285068d9599c", "message": "Update SandyBiome.java", "proba": 3.8751102238165913e-07}
{"commit": "2c41923d99fe82adf5dda6b577dda9e92b0ffadb", "message": "Add missing method from merge. Fix submodules.\n", "proba": 1.667008007188997e-07}
{"commit": "88e95f48794ffc6b37e5d461fd06f6765d58eb46", "message": "paranthesis committed\n", "proba": 2.1533135452500574e-07}
{"commit": "2aa10a4d86a483e3ebe892769e0a470ca844607f", "message": "\u5b8c\u6210\u4e86Strman\u7684\u4f7f\u7528\u793a\u4f8b\n", "proba": 1.4872360054596356e-07}
{"commit": "9392675a684bf2a9e2aefabca47cc955ffd20888", "message": "Love Letter Mistery Problem\n", "proba": 2.506822340819781e-07}
{"commit": "d95737ee4b69a4034553f5896f4f5dfc2ae8e02f", "message": "stops the prefix from looking like wank\n", "proba": 0.000519299937877804}
{"commit": "cc5ff12a4e2c71e02a4e324d263be0ab41e392a0", "message": "make releaseExternalResources asynchronous\n", "proba": 3.624186888373515e-07}
{"commit": "3969e8ac16934cca67bb4344134367d2ec270272", "message": "Use root for now to show ui\n", "proba": 1.4605568310344097e-07}
{"commit": "6449d5b0dfcb88cccb9cbf864cc4cf68f7c39dd1", "message": "added entity question\n", "proba": 3.2355645089410245e-05}
{"commit": "2ee33571c15065990402384a34c77f5d60764343", "message": "Update InjectKit", "proba": 1.028032443173288e-06}
{"commit": "a450fa3473e20e6ea1e5ff30dce33aba87dbf81b", "message": "Initial creation of Rotatable interface.", "proba": 1.093217107950295e-07}
{"commit": "885b761fd22d282b76688f94b8563e75f2cb44d9", "message": "Moved level functions up, resets player when they walk off screen.\n", "proba": 1.0560977869999988e-07}
{"commit": "ba3aa2fc0ae19597562409c0387f1195a9de741e", "message": "change commandline sql -> nosql\n", "proba": 1.7478740119258873e-05}
{"commit": "ece1e62fe509a87d90a2756e4e22b2d90ea8f0c9", "message": "hitting enter key logs you into application instead of finding a button\n", "proba": 4.5493695211007434e-07}
{"commit": "cdfdc9a0916ce32161dda1c5a35771f87507daee", "message": "fix stupidity\n", "proba": 0.0016853773267939687}
{"commit": "19633929924030a93dea9cda318645cd7699f26f", "message": "Add logger initializer. Fix #225\n\n", "proba": 6.438654622797912e-07}
{"commit": "d876de1391d7ee8009a57343cc64c97d327a61d7", "message": "Sometimes we wont move prev.\n", "proba": 1.1439129821155802e-07}
{"commit": "e527e62229310aa4e027c16f3ab0d828a6878b75", "message": "\u4fee\u6539\u4e86 JDK1.5 \u7684\u7f16\u8bd1\u9519\u8bef", "proba": 4.460897798708174e-06}
{"commit": "ee1c0f34497338fb2472749decef447f9fd5967f", "message": "Complete task1007\n", "proba": 0.9989649057388306}
{"commit": "54b35ec7482eccd1148c06f5b67f07104040bfdd", "message": "HADOOP-2646. Fix SortValidator to work with fully-qualified working directories. Contributed by Arun C Murthy.\n\ngit-svn-id: 5be3658b1da2303116c04834c161daea58df9cc4@615347 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.329735017767234e-07}
{"commit": "5d6bb38f12053a9def64fc2922cd95281fa2cf7d", "message": "mv CDIProviderRegisteringComponentsTest -> CDIBasedContainerTest\n", "proba": 1.3592027414688346e-07}
{"commit": "bf0fab452f8c0ec8493afaf80931c3150b2f2de4", "message": "add testcase\n", "proba": 2.2016933144186623e-05}
{"commit": "e61478832048ef4c085ed8a78bace4a199896f3a", "message": "Refactor join tests\n", "proba": 2.951449573629361e-07}
{"commit": "a759a1ebb08c447bbe278140a73b923c3126eb38", "message": "Benchmarking for comparison of algorithms.\n", "proba": 1.4907037382272392e-07}
{"commit": "21caa927673e58547f151ca5c7fb20a5d13c654a", "message": "Split asserts into separate methods.\n", "proba": 2.5396302589797415e-06}
{"commit": "cb3f62c9ff86978c739aa283e4235662bacec814", "message": "imposto un limite delle fiches minime a 200", "proba": 3.1707020298199495e-06}
{"commit": "eb55ba6424117286692793d0d6abd01b0b2481cb", "message": "added test for HeaderAndFooterFilter for FLR\n\ngit-svn-id: de172b4e9a5280a621cf3cf3084b88fd92ec198a@78 69ba7555-3f2b-0410-9be6-8de1a8b58a6a\n", "proba": 4.386546095247468e-07}
{"commit": "b6fe608dc11a2213d770173073a44771781e2eb4", "message": "Add tests for BlockType matcher parsing", "proba": 1.976357282273966e-07}
{"commit": "625e837decda506951946ae993962a10549525fb", "message": "cleanups\n\ngit-svn-id: 6ee47c8665bf46900d9baa0afb711c5b4a0eafac@202 e2bb083e-7f23-0410-b3a8-8253ac9ef6d8\n", "proba": 4.26751824988969e-07}
{"commit": "1803cf593635e25de474d6ecae3e0ba91bc5b8e8", "message": "first time commit and push\n", "proba": 1.9645672466594988e-07}
{"commit": "652280f68f0cb4324f38dd00c04c2469ea3b343f", "message": "introducing candidate status", "proba": 1.0804556040966418e-06}
{"commit": "c11e791ecd0ef5f10a4242bb7155a1094b6b89d2", "message": "Add newly saved image to media content provider\n", "proba": 2.9989283234499453e-07}
{"commit": "1073a2c1341ff2bc9c75305b460f089dd189b7f4", "message": "\n\nSigned-off-by: liuzongyi <Joey@DESKTOP-E2AEA9A>", "proba": 1.1792121767939534e-07}
{"commit": "a4b841a896f973bbcdc10d93960e3284ab32ca1e", "message": "Simple Builder pattern.\n", "proba": 1.2763122470005328e-07}
{"commit": "5b82969f1b46c17371c0b6f392653d34c71cee46", "message": "Add zoom feature\n", "proba": 6.861144470349245e-07}
{"commit": "3d62ac5d113478b11ee768f7b4da786e89c3ad91", "message": "20.\u6709\u6548\u62ec\u53f7\n", "proba": 4.091589573818055e-07}
{"commit": "d4484b4a9e8e83b8062d61529bcd384e7b8fdfa7", "message": "trivial\n", "proba": 0.0005930583574809134}
{"commit": "184fb482771d302c987ac33fd2127b7140403066", "message": "Log mishandled messages.\n", "proba": 2.762215842722071e-07}
{"commit": "10d64a51b742316fd3d82708f89edb8fcf03c75a", "message": "addeda a modified version of the GWT animation class.\n", "proba": 1.000784379812103e-07}
{"commit": "aa074d5c4a6411374d0eed9df319447f563c6d9f", "message": "allowed configuration of the Interstitial jsp page.\nchanged behavior of the interstitial page to only fire if a Referer header is sent, but not from our allowed host\nnow static files which end in \"-wrap.jsp\" get the UI wrapper applied to them.\n\ngit-svn-id: ca6d9ebf75caaf710f0e3a4ee74a890c456d4c90@3152 69e27eb3-6e27-0410-b9c6-fffd7e226fab\n", "proba": 5.160079012966889e-07}
{"commit": "18d274596808b3e46b739df96502e336ad4b1e5b", "message": "Action class for processing Ajax call on View Surgical Pathology Report Page\n\n\nSVN-Revision: 8101\n", "proba": 1.0389256033249694e-07}
{"commit": "0cf9bf74beb9accf5f70a216897cb0bc8980834e", "message": "\u5ba2\u6237\u4e1a\u52a1\u7c7b\n\nSigned-off-by: WangJianMin <ddd898d6dd0b186f028e4e0abe6f7b937d6802a5@qq.com>", "proba": 1.0970374830776564e-07}
{"commit": "dc9fef3d96cd752e6b57475fbdb9f4d9ed49a9ee", "message": "Add FileHashUtils class\n", "proba": 2.96215375783504e-07}
{"commit": "fa59d8088daa06d55de26165e9723614f438dce6", "message": "Fixed compile error\n", "proba": 5.979388788546203e-07}
{"commit": "70ed395dbd23f91363779a74acbb412aa9f2eca1", "message": "Vod \ud3ec\uc2a4\ud130 \uc774\ubbf8\uc9c0\uad00\ub828 \uc218\uc815\n", "proba": 2.7167035909769766e-07}
{"commit": "65d098ef1bb6c74dbbc4868930cce7a7bb547027", "message": "Fixed Compile Errors\n", "proba": 3.6399612213244836e-07}
{"commit": "a997b978482f892f1d56d31d82f8d47801a11ce2", "message": "Fixed view override issue (RM-1998)", "proba": 1.0451286414081551e-07}
{"commit": "b09650fa017828b500e09ff779f3398d729ae568", "message": ":memo: Add tags & tutorial for TrajectoriesMod", "proba": 1.2337170574028278e-07}
{"commit": "290dc07b8d2807ed9094f6c498da63ffe5611d5a", "message": "Main API.\n", "proba": 1.481423765881118e-07}
{"commit": "331624df8ffb26d0db12f3028b7f4f6e573f038f", "message": "Revert \"Rewritten compiler to try and fix linux issues, might be my machine ;(\"\n\nThis reverts commit 96f4d6d2aa153a8f72bde0d58c3291678067aa09.\n", "proba": 1.3013834632147336e-07}
{"commit": "e57fb8578e7f125e2885ca4a53bbc754e15a6432", "message": "In TextSpeaker, when set non supported lang, auto set to en-US\n", "proba": 4.0636570020069485e-07}
{"commit": "105cca3d538c463d90789e1eed8d7590e01f83da", "message": "Ajout d'un container de donn\u00e9es de \"progression\".\n\nSert \u00e0 encapsuler les donn\u00e9es de rapport (sorte de structure de donn\u00e9e,\nen somme).", "proba": 4.180979544798902e-07}
{"commit": "f356fece30da6c514a932bfbac00288aa3f2eb8f", "message": "fix separator insert crash\n", "proba": 4.485831368583604e-07}
{"commit": "54dc45534e713fa0813bed5ae074824b5c9be017", "message": "sunrise\nsunset\n", "proba": 0.9997926354408264}
{"commit": "bc78f4f6623aafc6f6f314dcad43cf6f604ff4c3", "message": "[#25] Add a DAO class for database access\n\nFollowing Vogella's example: http://www.vogella.com/tutorials/AndroidSQLite/article.html\n", "proba": 5.269156190479407e-06}
{"commit": "b45da6f61aff6d9b5981e85b2d923700040369d5", "message": "VideoPlayerFragment: Fix dialog loop\n", "proba": 3.2316771125806554e-07}
{"commit": "8e12ee433629b922a9156da8f0ee610f27909700", "message": "cache: add resize, recolor, and retexture to modeldefinirtion\n", "proba": 1.8768069764973916e-07}
{"commit": "77c3ea414a982f5a39813ccdfcddb210bbe8f19f", "message": "determine lattice dimensions sequentially from smallest to highest and then asymmetrically stretch it\n", "proba": 2.967371983686462e-06}
{"commit": "13db330ea7bc2382a909f557f9f88026f445d24c", "message": "Keep NTP around when opening Most Visited in Incognito\n\nNo reason to specialize this behavior.\n\nBUG=523311\n\nReview URL: https://codereview.chromium.org/1307283003\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#345175}\n", "proba": 3.3721880754455924e-07}
{"commit": "1fb9b9707abd69f92afd0ea74cde3019ada6b6a4", "message": "repair AtomFactoryTree for changes to factory, AtomType structure\n", "proba": 1.2543337390980014e-07}
{"commit": "d2b87a97b67914540f8f13f304d06cd322fdc852", "message": "A simple processor to trim the whitespace from field values\n", "proba": 1.948063072632067e-06}
{"commit": "ca3ea0ffb2ab43cccdaf4b5f129cd68d297722d5", "message": "failing log test\n\ngit-svn-id: 09d9e28c97c8f2a2f2f74908ee18e5f12b3ebee9@6825 0b971d98-bb2f-0410-8247-b05b2b5feb2a\n", "proba": 1.3768815733783413e-05}
{"commit": "f3872b259787b7b5566524b0987eaaa9f94d3716", "message": "am 257cf325: am 6d28d0cc: NoListener: Optimize RankingMap\n\n* commit '257cf325426244b19b123c22701e0ecee8f87c5b':\n  NoListener: Optimize RankingMap\n", "proba": 5.500008910530596e-07}
{"commit": "99a37f137dd3ad15db1cc9b310591e1d50c601b5", "message": "Null check when reconstituting legacy icon data.\n\nBug: 21353798\nChange-Id: I07f6c7310d4589128b175759f737cf902585f97e\n", "proba": 1.928566916831187e-06}
{"commit": "cd0a260f3ad7fc9f1ba605ac8fe8345aa0db11a7", "message": "Compute qu\nInclude finite-V dependence in xs\nReturn only mapped-average contribution to pressure\n", "proba": 4.370386363916623e-07}
{"commit": "5996e8ea042244a1670930b713b94eb3bc3eb14a", "message": "don't keep looking after you find a match\n", "proba": 5.59002671707276e-07}
{"commit": "ae76df93168f617a38c66223332eeed6246f7c56", "message": "use new refpref naming convention\n", "proba": 2.542886932133115e-07}
{"commit": "c8793654317cf956f852b063b8497d83139c59a8", "message": "expirements\n", "proba": 2.7461933314043563e-06}
{"commit": "1fdadeae845373b03f75329a1c5f0b217365fc7b", "message": "#105 added class JApiCompatibilityChange\n", "proba": 1.3764578454811272e-07}
{"commit": "e4a3c4606c34db4ab543ec16d24600aa77f1c590", "message": "DanielWagnerHall: Ignoring test in HtmlUnit\n\nr17038\n", "proba": 2.2084579143211158e-07}
{"commit": "4fc8eaff9da94350d0da12385b846809f623dc50", "message": "Locks should be outside try/finally\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1581872 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.099198584597616e-06}
{"commit": "b017ae3bb4e98fe35736584bcfe77cd0fbf852c6", "message": "Followup to r1162721\nGet list of members only once\nImprove message and code formatting\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1162769 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.9824545915980707e-07}
{"commit": "14d1f69159052782838e8a90312e1930fb441ebd", "message": "KIEKER-1806 update\n", "proba": 1.275127203825832e-07}
{"commit": "f8aef37dc84da1f7b70b2f895f6550c82f273289", "message": ":bulb: \u6ce8\u91ca\u7ec6\u5316\n", "proba": 2.806916086228739e-07}
{"commit": "fa1ecfe1210115fbe828524f9c4cf097a5048362", "message": "I added text.\n\nText is good.\n", "proba": 0.0001062167648342438}
{"commit": "8e86fa9168c280ab936c986d5dd4ead698b60380", "message": "created a new class KnowledgeBase. Put the method importKnowledgeBase() into it. Tested it manually.\n", "proba": 1.0567667629857169e-07}
{"commit": "b016030267a36ac25bb8ef0311a90819287cc48a", "message": "WIP restructure of extradata api\n", "proba": 2.3365394952179486e-07}
{"commit": "cdc0ed79910919605c85761303f425b2807565ac", "message": "Use same Genre\n", "proba": 0.0006960883038118482}
{"commit": "956ca50d260e57224e714ac120b7c196d60a800b", "message": "Added a kill command.\n", "proba": 1.1739719951719962e-07}
{"commit": "bfaacfdba306061477d3103754fd5c5ac3612e1b", "message": "HBASE-18995 Move methods that are for internal usage from CellUtil to Private util class (Ramkrishna Vasudevan); ADDENDUM add file I forgot to add\n", "proba": 1.3865512471511465e-07}
{"commit": "22bc7226ac3f114ca1f3abf1c019bab11821ef54", "message": "\u65b0\u589e\u64cd\u4f5c\u8bb0\u5f55\u529f\u80fd\n", "proba": 5.516345709111192e-07}
{"commit": "386b78e2beee06c0874d9bb678d7b8fc6096b771", "message": "fixing the problem of serializing parent properties \n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@610664 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0002624879707582295}
{"commit": "e74d3d7dc4cbfc5d97878177112a1a4d689e71b2", "message": "changed the soap12 and http addresse acording to the server address\n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@564465 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.547890158501104e-07}
{"commit": "2d175320d8b6b34d2992a0720580223ee90328b5", "message": "\u6dfb\u52a0\u6d4b\u8bd5\u7c7b\n", "proba": 3.1112273291000747e-07}
{"commit": "77f09f02383387b302a093404427eb5a7a8a8ef9", "message": "Initial Parser tests", "proba": 2.0876841233530286e-07}
{"commit": "536494d60806047b59b738aefa8754114b0afd85", "message": "missing Property test\n", "proba": 5.627292125609529e-07}
{"commit": "6f3f54877ea626391b39c3db3325997624d892d1", "message": "Option\u306e\u30c6\u30b9\u30c8\u3092\u8ffd\u52a0", "proba": 1.1903363201781758e-06}
{"commit": "7fc8377259d4d204d1909a721ed405eaedeada87", "message": "MVEL-135: adding test case.", "proba": 1.305505463733425e-07}
{"commit": "cd888b820ec36a04a9f9a21f8301b01c6dfa4fb6", "message": "Separate waveform config into its own class", "proba": 3.7938177683827234e-06}
{"commit": "cf09ab43df572077945be3a48a9486c89aa8c541", "message": "Issue 32\nCreated a unit test to reproduce the issue.\n", "proba": 9.962686675635268e-08}
{"commit": "1809a56568c6b28666890ea1a926de70ce9c2ae9", "message": "am b460cc88: Merge \"Remove wifi enabled checking from settings TetherUtil\" into mnc-dr-dev\n\n* commit 'b460cc88865bbdafe3f343e43bd08382c6745fe0':\n  Remove wifi enabled checking from settings TetherUtil\n", "proba": 2.1428044760796183e-07}
{"commit": "78503734837062306099460a61eb36646099fedd", "message": "Doze: Fix trigger sensor re-registration.\n\nBug: 17541271\nChange-Id: I3f19f86165dd4e3677af5ed354e4fc120f9bb407\n", "proba": 1.5932099586279946e-06}
{"commit": "ef0b18e925a24c594b3079564ce1be9697323f14", "message": "PR: MRAR-8\n\n-exclude all files defined in the default exclude of DirectoryScanner\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@393417 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.0656560789357172e-06}
{"commit": "f25967a50e27cd5d84615f87a48fc794b0328e7e", "message": "[MRAR-27] Add @threadSafe support for maven3\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1034780 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.3146429245789477e-07}
{"commit": "8480b48129d9a5ced911c072e50de89c5701cd75", "message": "network\n", "proba": 1.4295887922344264e-06}
{"commit": "4ebb18fccd88d409d905843e8c40877110c20cc1", "message": "JavaDoc JPAMetadataLoader\n", "proba": 2.335110139028984e-06}
{"commit": "e1bf3e1b11eef67339b6bb2b1b1caf748543b283", "message": "beanInfo Introspector does not look at any superinterface methods of an interface, so should not be used to look for methods on an interface. It does decapitalize nicely.\n\ngit-svn-id: d69ffe4ccc4861bf06065bd0072b85c931fba7ed@55478 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.2233977031428367e-05}
{"commit": "e526643e1769c0fd2ff585a4c080f629ad7331c1", "message": "Fixing ?wsdl2 (The dissableSOAP12 parameter was not checked incorrectly) to show all bindings by default\n\n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@603287 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.76723879880592e-07}
{"commit": "9fe6db3ebda5dc002d0ef9dd86d8dadec20970cb", "message": "fixbug\n", "proba": 2.048376245511463e-06}
{"commit": "b31245f8034fc73bcfdb8c9f81a0121e828539a4", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/Emutil@14706 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 6.791143505324726e-07}
{"commit": "7a627a16ab67e32a68f2be78c266677f760a7449", "message": "am c224b679: am faa5985f: am fd047570: Merge \"Dismiss migration notification when wizard done.\" into mnc-dev\n\n* commit 'c224b679c8880465903fafa267719d35b256e03a':\n  Dismiss migration notification when wizard done.\n", "proba": 2.0456360516618588e-07}
{"commit": "fde85273cc4fadf475c6ada055b7deceabee7e58", "message": "Remove some TODOs that have been implemented\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@966684 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.386676897003781e-06}
{"commit": "a370e39ce286228ac41523b7c416c9e1c372848e", "message": "consistency\n", "proba": 2.293028410349507e-05}
{"commit": "d365cce9164abbad22b85437bd33f9f86210284f", "message": "Task 1926 has done\n", "proba": 0.0006865603500045836}
{"commit": "78d390d9090f84d8c94f118acd4a576ad0a1f998", "message": "Added new WeekDays class to handle and store weekday operations.\n", "proba": 1.027007883180886e-07}
{"commit": "ed9e7a7e0f0759d63707aa2d4c39168034930c7f", "message": "f\u00e5r nullpointer exeption p\u00e5 alt som kommerfra logic...", "proba": 1.0689299756450055e-07}
{"commit": "2ae3ae4cf093f95fa2f42d9463a687cb9c32c791", "message": "test runs again\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@1092 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 4.340769805821765e-07}
{"commit": "a709c948ac4e643067eb310b2d211809d36929a5", "message": "Add a modular class table implementation\n", "proba": 1.2285761386010563e-06}
{"commit": "8b47693835f66da64945357ca26f891689311faf", "message": "Dependency object for fm-project containing source and target\n", "proba": 1.2831479523356393e-07}
{"commit": "34aa518aeca2202ab1308a6593cdfdd54876c3cf", "message": "Dana: Pordede add picUrl on search\n", "proba": 1.312819222221151e-07}
{"commit": "efaa67d153fa391e7445f4a1ea1a44de332720cd", "message": "Delete DatReader.java", "proba": 1.928912752191536e-06}
{"commit": "9d197496a315022bc0b4572e5c4b4f7a77a65dbf", "message": "List Test Array or Linked\n", "proba": 1.6796242618966062e-07}
{"commit": "4e42e42320d6baa190ccb4581e88e25d8075c911", "message": "Improve invokeOneWay for TCK compliance.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@247258 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.958070687483996e-06}
{"commit": "f80782f0ca8662c8682a98f413ea3b5071643939", "message": "First commit (not complete as of now)\n", "proba": 1.1171628244710519e-07}
{"commit": "fd0963a96ecd3d2412a0a28fc8a03688f4636e28", "message": "\u53bb\u6389\u7f16\u8bd1\u8b66\u544a", "proba": 7.304527684937057e-07}
{"commit": "0b4400e09019d95c019a3b085e4be347243fb6ec", "message": "basource anno", "proba": 8.311607416544575e-06}
{"commit": "7140c3449508645612737550d9d57dca232056df", "message": "EA-114097 - assert: ComponentManagerImpl.lambda$getPicoContainer$\n", "proba": 1.4856514098937623e-06}
{"commit": "28962190c36cbfce5b10aad76141631d32524932", "message": "am fd709421: Merge \"Preventing leak\" into mnc-dev\n\n* commit 'fd70942147edec7eb512c72c3fd0f89a3d7fa646':\n  Preventing leak\n", "proba": 3.548805409536726e-07}
{"commit": "2b865d7e16e19df76f01982b90e647e873098f51", "message": "am a6318cd7: am d09878c1: am 61333d1b: Merge \"Limit cache update to packages that have changed\" into lmp-mr1-dev\n\n* commit 'a6318cd7f29c87bce2dfe9b74ff4a89c945be591':\n  Limit cache update to packages that have changed\n", "proba": 2.9386282562882116e-07}
{"commit": "5eaf00641a8dd31b4d7779749db28669e4010af3", "message": "am 410f7ee4: Merge \"Check MenuItem.isVisible() for keyboard shortcuts\" into lmp-mr1-dev\n\n* commit '410f7ee4031bb754600ad9c984158b6ff4f056c8':\n  Check MenuItem.isVisible() for keyboard shortcuts\n", "proba": 4.743231158954586e-07}
{"commit": "7d2dcd6b677f99da90d1cdb65fcfedcb03e54801", "message": "am 6c9b0847: Merge \"Update documentation for notifyTracksChanged() and notifyTrackSelected()\" into lmp-mr1-dev\n\n* commit '6c9b08478b9f3f69e6f9fa8a5d288ba780a58f3e':\n  Update documentation for notifyTracksChanged() and notifyTrackSelected()\n", "proba": 2.5541351078572916e-07}
{"commit": "c52ae5ef49883180faa611e6a0ae4c6d0e2b5113", "message": "am c5f19b30: am c574191b: am 84e195cd: TIF: fix a regression introduced while addressing merge conflict in TIS\n\n* commit 'c5f19b30397bcd672c6fa5c8e7e9ca1ed5a9e0ce':\n  TIF: fix a regression introduced while addressing merge conflict in TIS\n", "proba": 3.03609613183653e-06}
{"commit": "891f580a3be9b736c9f330bdc1d4b8d79d1f6cd9", "message": "fix: wrong scale factor in orbital elementss-based orbits in VR\n", "proba": 1.9415403585298918e-05}
{"commit": "b38ad76a829f9bdbc27e86647de31a5ad19f117a", "message": "additional javadoc for NfcAdapter.ReaderCallback\n\nChange-Id: I3cad8b43d53992bb3d53920abb510456ee72afb5\n", "proba": 5.67747747481917e-07}
{"commit": "4f92dd2a4d8ff93dd274dbca03426a2f7ebf4ee6", "message": "am 910be3e8: am 9eaefb82: Merge \"Fix TextUtils#commaEllipsize\" into honeycomb\n\n* commit '910be3e855738eab783f2e280b76dcef90a841ec':\n  Fix TextUtils#commaEllipsize\n", "proba": 4.770823238686717e-07}
{"commit": "5bfa59b32fcfd09fcd66381cc7d951f156d1363b", "message": "am 82d5b6e1: am 020daada: Merge \"Accessibility focus not cleared on temporary detach.\" into jb-mr1-dev\n\n* commit '82d5b6e1dde07fbd0bd6ed1720c92e06b7dadd93':\n  Accessibility focus not cleared on temporary detach.\n", "proba": 3.753250155114074e-07}
{"commit": "b2924736d7de9b0ab8ff5b5ba737e0182b121fc5", "message": "explicitly initialize static final boolean to fix build\n", "proba": 3.7223378512862837e-07}
{"commit": "751b628bca82d4301c2f9387b978e4a9de7238b7", "message": "am ff9af3f3: am 9d33d953: Merge change I07729abd into eclair\n\nMerge commit 'ff9af3f3ee0300e9aee93435008cfb62d5bee600'\n\n* commit 'ff9af3f3ee0300e9aee93435008cfb62d5bee600':\n  Keep the scrollbar on during TOUCH_MOVE events even\n", "proba": 2.1032634833773045e-07}
{"commit": "ebecde29c56778534d619af867d0042d5337b066", "message": "am 9f4baf30: am d7439f4b: Use computeVerticalScrollRange() to find the bottom of the page as mContentHeight is not in the view system.\n\nMerge commit '9f4baf308daebbad0d3a634b158f3eb4ae532d39' into eclair-mr2-plus-aosp\n\n* commit '9f4baf308daebbad0d3a634b158f3eb4ae532d39':\n  Use computeVerticalScrollRange() to find the bottom\n", "proba": 1.5590783277730225e-06}
{"commit": "37fce07bea8cd4a0b6b591d634cd09e225a8d672", "message": "Tear down PAN if we can't successfully complete a DHCP request\nafter establishing a PANU connection.\n\nhttp://b/13731957\n\nChange-Id: I0c808d5196c66783b52942ba7b7212bdce9f1c07\n", "proba": 1.8102427929989062e-06}
{"commit": "05435288bcbe3c8d7ca01fd1ce8304a3d6d86360", "message": "am 1bbc2750: am 74d9c2aa: Merge \"Fix type-o in FingerprintManager documentation\" into mnc-dev\n\n* commit '1bbc2750bb58f397a0195540d50c44400c381441':\n  Fix type-o in FingerprintManager documentation\n", "proba": 5.777255864813924e-07}
{"commit": "0631373d4e1c5dd0c2cc648f41c7a08b4a07f54e", "message": "am c33208fe: Spell check the first word of the sentence\n\n* commit 'c33208fe72662fd89b75e996dbd495237a0021d4':\n  Spell check the first word of the sentence\n", "proba": 0.00028811211814172566}
{"commit": "8e71702863556a458f5d7725323f41e59164d215", "message": "Added annotation test.\n", "proba": 1.2957981709860178e-07}
{"commit": "d226a7f36209c6ba843af746644cd03216287210", "message": "Fix code style\n", "proba": 0.00016882619820535183}
{"commit": "f514e337ce339588371d64240175613d30213339", "message": "\u0e2a\u0e23\u0e49\u0e32\u0e07 object \u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e40\u0e01\u0e47\u0e1a\u0e17\u0e35\u0e48\u0e2d\u0e22\u0e39\u0e48\n", "proba": 2.0149004740233067e-06}
{"commit": "16f1cb0e8a07349d6899cf145c8fb2ada16e30e5", "message": "Wraps Predicates that throw checked exceptions", "proba": 1.8847170224489673e-07}
{"commit": "f67441eb370f764710b5697885d1a1549d41e819", "message": "Instrumentation code to enable/disable memory leak check using setprop\n\nThe heap memory dump is enabled when libc.debug.malloc property is 1.\nTwo .dump files are created in predefined path.\n\nMemory leak report can be generated using nativeheapdump tool.\n\nChange-Id: Ie03928b5a05993e72d4700a158657c514478ecd3\n", "proba": 4.218449248583056e-05}
{"commit": "4f7fdd55efdaf87f21966f8431b21f3230fd67cc", "message": "missing class\n", "proba": 0.0003704538394231349}
{"commit": "bb08caf54bdb201d9b85393152f1b400eb4abe2b", "message": "Fix and simplify ConnectivityService singleton.\n\nChange-Id: Idb74854db9d801c1cc138eb5ca866cf01940ff6d\n", "proba": 0.0003289977030362934}
{"commit": "d1768dff9881dd4448cf7b55ea70098ec1fe8bc7", "message": "Cleanup: It's sufficient to pass the centerComponent once to the SystemManager.\n", "proba": 1.1075285755168807e-07}
{"commit": "0bf6a3205ab88d9a893a6f50097543707f36e9c6", "message": "Set the centercomponent earlier.\n", "proba": 1.268146831989725e-07}
{"commit": "32a6a7542198fd13091487a77cb71371778c0dad", "message": "add folder\n", "proba": 2.1185401237744372e-06}
{"commit": "84703bfe044a24bd6fae1b2ffe709407c660a8a6", "message": "Create MultiModelService.java\n", "proba": 1.266782419406809e-06}
{"commit": "08b51c09a0ffabe76172f9f12da4358fbc5af437", "message": "HBASE-6029 HBCK doesn't recover Balance switch if exception occurs in onlineHbck() (Maryann)\n\n\ngit-svn-id: 1ea5de6e32eadb5f080cfd8bafe1c87167c06d54@1339688 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.328661351697519e-07}
{"commit": "e2002b7f6c5716c2d887d4f5d4687e4cce76a6ce", "message": "word2vec loader\n", "proba": 6.343520362861454e-05}
{"commit": "03cbb87386cd9aea513b46cacf2eca94142d8f0b", "message": "refactor for WebdavFileFactory\n", "proba": 2.6549545509624295e-05}
{"commit": "da1ceefe6aa623319ece4a414d95a3157829b0fb", "message": "getTypes() is not necessary if all we are interested are Types and Not Elements, so just use getTypeIndex\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@248823 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.941908274413436e-07}
{"commit": "d8d9c49e7ddf5403cb534d8fda531271897f4d2d", "message": "\n\nThis comes as a fix for jira issue AXIS-2193\nDetailed explanation leading to this modification can be viewed at the url\nhttp://issues.apache.org/jira/browse/AXIS-2193?page=all\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@261893 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.762622438647668e-07}
{"commit": "7319a606fa1639b048a6e6df91a7f0aa81706abe", "message": "Fix for AXIS-1522 - JavaGeneratorFactory should not perform collision protection for types that are in excluded namespaces\nfrom Ian P. Springer (ian.springer@hp.com)\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@259436 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.212008649228665e-07}
{"commit": "12506495524cbc7169be89cc91012fd43301d458", "message": "Check that there is a table (e.g. hsapiens_gene_ensembl__ox_UniprotSWISSPROT__dm ) corresponding to each species and xref type.\n", "proba": 1.280931201108615e-07}
{"commit": "b9795ca493e68a455f301c74d3367a34f2ebead4", "message": "Common Child\n", "proba": 1.6819659549582866e-06}
{"commit": "1352888b94a3a18c42e940356f00307bc0e1753f", "message": "Added Tests for ParametricCurve3D\n", "proba": 1.3309761470736703e-07}
{"commit": "fe71ef313eecb691b37d319ae27ec0fae2d80246", "message": "Improve comments\n", "proba": 2.4232807049884286e-07}
{"commit": "823eb0efb68e7b3bd1603d8854b5c475d69240d2", "message": "added tests to expose #304-swingx, #305-swingx, JXTitledSeparatorIssues\n", "proba": 1.287925499582343e-07}
{"commit": "9d371cf7db964e6ec01e7a85ad25fbb092cedadc", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "cb8add87dd458717c0e884b90a79ae9e3619143c", "message": "Added Message\n\nThis will be sent along with messages between client and server (class\nnot yet implemented) to specify details of the message.", "proba": 9.826018043668228e-08}
{"commit": "99ff55a7a3cb9a918bfef1471b7db3159821135c", "message": "creazione classe BotDifficile con metodi calcola_valore_sballo() e calcola_percentuale_sballo() attraverso i quali il bot decide se chiamare carta o stare", "proba": 6.603399924642872e-06}
{"commit": "76a718fc588b7aae7e7a0cf572297567e24ec4b2", "message": "Add ImageViewer.java.\n", "proba": 1.5334235570207966e-07}
{"commit": "0666a751a8188ca21fc86be721c5560a1fb958f1", "message": "Added WinProcessManager for low level work with windows processes.\n", "proba": 1.0183336485170003e-07}
{"commit": "3ae5f1488dec415cf63b8476c35537e05e8adeb3", "message": "HM-6 Make hardware object. Added plugin annotation\n", "proba": 1.439398857883134e-07}
{"commit": "36eb6472c656b9756cf29f4bbb8a0cf6b281daf8", "message": "Fixed build error\n", "proba": 3.4359089795543696e-07}
{"commit": "db7c0fdf635c3b43b5fb3ffd830f56bda930c677", "message": "[1.8]Added a new helper for API - allows easier bracelet implementations for addon devs\n", "proba": 1.1131746902037776e-07}
{"commit": "1caef4bb9a8739e40110b6b55763836d43f60895", "message": "Update copyright license date", "proba": 3.635236112131679e-07}
{"commit": "ca843039278305a3610bd459bf971dd2a1879d27", "message": "am 439e2db3: am b86048da: Merge \"Always return content Uri for downloads.\" into mnc-dev\n\n* commit '439e2db3f38f0d304757651b2d9291ba1c93f2d2':\n  Always return content Uri for downloads.\n", "proba": 2.48875181796393e-07}
{"commit": "9a3e16ffa8b37b9336c6eab85d5d296b1ffe4b9c", "message": "am b5f2dfbc: Merge \"By default ICS allows two syncs to run in parallel. Make it only do one at a time for devices that don\\'t have much RAM as defined by the call ActivityManager.isLargeRAM()\" into ics-mr1\n\n* commit 'b5f2dfbc221d3dc799232e0ada3b6621d3d4d597':\n  By default ICS allows two syncs to run in parallel. Make it only do one at a time for devices that don't have much RAM as defined by the call ActivityManager.isLargeRAM()\n", "proba": 2.074461372103542e-05}
{"commit": "ddbb2c997b8462d7242b50ea1689a53122d4fce4", "message": "Tweak Ndef.getType() API. Rename constants, expand javadoc.\n\nChange-Id: I9d2c83411411fea4ef46bb7c30ebdbcd9ee3e7d8\n", "proba": 6.789001872675726e-06}
{"commit": "89bc23783f2350c834623993835dac32d0862759", "message": "am 261fa998: am 25be5365: Implement canMakeReadonly().\n\n* commit '261fa99890ebd1ea15a6067859b0e931a3009859':\n  Implement canMakeReadonly().\n", "proba": 1.3650638663875725e-07}
{"commit": "b994419263fb4f595379838f62efc50f90565e20", "message": "Add cancelThumbnailRequest to thumbnail API.\n", "proba": 1.1566599766865693e-07}
{"commit": "83c7ac3b8e5faadb73313c73d401803d5d52f55f", "message": "Fix off-by-one issue when removing from Iterator\n\nMapCollections' iterator removes the preceding element\nwhich causes IndexOutOfBoundsExceptions to be thrown\nwhen removing the first element while iterating.\n\nbug:11477476\nChange-Id: Ifc8fcf0ca1651e759f3b2ab8356404564e9f7d0b\n", "proba": 2.114809103659354e-05}
{"commit": "fb71733b352494cb6bc40b26f251dcd3ece63ed5", "message": "am 7c8258d0: Merge \"Fix the last remaining @deprecated tag without comment warning.\" into gingerbread\n\nMerge commit '7c8258d064efe70e8551480eaafd7296f659acd5' into gingerbread-plus-aosp\n\n* commit '7c8258d064efe70e8551480eaafd7296f659acd5':\n  Fix the last remaining @deprecated tag without comment warning.\n", "proba": 6.843931146249815e-07}
{"commit": "9ac68dc69ffe0104dd098ad14a8a8b103ca8b09e", "message": "am 84c5ade8: Merge \"Fix vertical scroll computation in NumberPicker\" into klp-dev\n\n* commit '84c5ade823d96f6166fad4d6e4521badd322e5e8':\n  Fix vertical scroll computation in NumberPicker\n", "proba": 3.603934430884692e-07}
{"commit": "dc02e18d154ed6271bbd7bc346de619f2698bd9a", "message": "Revert \"Merge \"Expand on the SurfaceTexture API docs.\"\"\n\nThis reverts commit 069d748da85559ffb2d09d181b186b1f71e350e7, reversing\nchanges made to b607b884bd94d4f75fb4b2ead7457f2027ceb850.\n", "proba": 1.283428190390623e-07}
{"commit": "11d87251fce96875fc9c84dca9b1d33fbf13228e", "message": "https://www.acmicpc.net/problem/10254\n", "proba": 3.09914526042121e-07}
{"commit": "37bed277c15530cd5c7dd096182cbc797a52ec58", "message": "https://www.acmicpc.net/problem/10815\n", "proba": 3.013055618339422e-07}
{"commit": "903a1ec2d98db136450911ec5c3ff892d6770455", "message": "https://www.acmicpc.net/problem/12038\n", "proba": 2.711439037739183e-07}
{"commit": "ce3ccaebd01390a9c44c8d4727841e971223d592", "message": "fix more bug!\n", "proba": 1.141051839681495e-07}
{"commit": "b4d2a2d29666ad3008bedd6fe209a48cc15e2f3b", "message": "Add configured Jackson2 ObjectMapper\n", "proba": 8.752501230446796e-07}
{"commit": "cbc770efd46a8a97a0e7f733dd0a6d0d8fdd92fb", "message": "fix compile", "proba": 1.6676485756761394e-06}
{"commit": "1e3894577475bd5a54dc66e34d2459f3784d8269", "message": "Get rid of marketing language inside of java docs.\n", "proba": 1.0507291392514162e-07}
{"commit": "e5cc4a89e3e364555a820422b578d542eb83dbb5", "message": "Add ignored test for RFC6530\n", "proba": 1.8636335141763993e-07}
{"commit": "a44b14da0c29f2c3affab9a6da069d8f63f5bb4a", "message": "am 0dfd3e04: am 41482465: Merge \"Allow app restrictions for uninstalled packages.\" into lmp-dev\n\n* commit '0dfd3e04f5da364e3500d3848ba3d21b3215716e':\n  Allow app restrictions for uninstalled packages.\n", "proba": 3.433701181165816e-07}
{"commit": "0fe45dea927dc87c19d6afd4502658b36177aa07", "message": "Read actual device encryption status\n\nBug: 3346770\nChange-Id: Ie70c14b1b4584a5f340a27102145f7860ba9e14b\n", "proba": 2.4979615318443393e-06}
{"commit": "568d9b61194336a56813d941708976450918945c", "message": "am 174a6fce: am c2ff2ec0: Merge \"Read actual device encryption status\" into honeycomb\n\n* commit '174a6fce8ab1a08b85e45f636dc2682f6a62e8d1':\n  Read actual device encryption status\n", "proba": 5.343557631931617e-07}
{"commit": "00679b5b467dbc19ce2223b5501976c5c3f66fa9", "message": "am 020d6529: Merge \"Do not vibe when the default notification sound is Silent.\" into jb-mr1.1-dev\n\n* commit '020d65290a6fe7dc5465d36c259ec62dcfd71c1f':\n  Do not vibe when the default notification sound is Silent.\n", "proba": 1.4674482429199998e-07}
{"commit": "078a490c2276c91ab84536d603c7848dc244e330", "message": "Clear notifications properly on ACTION_USER_STOPPED.\n\nWhich also takes care of the ACTION_USER_REMOVED case.\n\nBug:7277853\nChange-Id: I0a6bade11bd0d420df03e16e69a386cfccfa07cc\n", "proba": 2.623607088025892e-06}
{"commit": "83769ac6cb92a2c93f41f12736eac8305b3f86ca", "message": "PasswordActivity recebe um ParcelableExtra\n\nA tela de cadastro recebe o ParcelableExtra enviado ao clicar em um item\nda lista\n", "proba": 2.4103044893308834e-07}
{"commit": "4a1cfe2be619b6f39ad8a10f21c917e677592878", "message": "Some fixes\n", "proba": 3.0638540238214773e-07}
{"commit": "e21252ac58c7184d3c3fdd25b36ecc4ffffc61fb", "message": "Stop using deprecated Connectivity changed broadcast.\n\nAs part of an effort to stop using deprecated APIs from Connectivity\nManager, this first CL moves away from \"connectivity changed\"\nbroadcasts, and uses APIs with callbacks.\nAt this point the API requestRouteToHost() is still in use, until the\nGPS HAL API is updated.\n\nBug: 21610393\nChange-Id: I425225b7ff533cb12876f29fbbfb11d3baec8dec\n", "proba": 2.910710691139684e-06}
{"commit": "5e9a92c583550bc0658c48ad4b41aff5093d3e28", "message": "added new column for downloading files\n", "proba": 2.374901413304542e-07}
{"commit": "b76ba123e3245f908252e2b791efa45d01a1af72", "message": "don't run init code if this is the abstract plugin.", "proba": 1.1721161286004644e-07}
{"commit": "c73d073f9065df34d40e543c5dd25eb88d7ec884", "message": "Create AlwaysTime.java\n\nInitial Commit.", "proba": 1.1750450568115411e-07}
{"commit": "ebe7c260445aa5cb911a0aa8c782dae964f4b715", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "cd2a70c732bf69d103436d1796e188fd0de5a468", "message": "Add TagArbiter class\n\n- Can be used to manage tags in between activities and fragments\n", "proba": 1.2254385239884868e-07}
{"commit": "2a695bcf9dd05537c91db4a2bf3ca6077a55ef78", "message": "WyCS: Minor tweak for Solver$native.compare #534\n\nThis tweak could represent a bug fix, but I don't think it actually will\nmake any difference in practice.  However, it does make it clearer in\nthe code that this particular case is covered.\n", "proba": 1.0993625210176106e-07}
{"commit": "74f41fb886da5e5a03ee4744028798ced1f7d9e1", "message": "Changed to static manager\n", "proba": 8.196988119379967e-07}
{"commit": "0cfd786919a764ab2ae1448a3b3e4605fb577d9a", "message": "add Remove K Digits\n", "proba": 4.3199784158787224e-06}
{"commit": "feb200b48b12131046f8faa97383e838066da87d", "message": "Save The Prisoner\n", "proba": 1.380466414957482e-06}
{"commit": "a5f0f43e437b7c539a010e6feb946b3d4df907b5", "message": "add CountLength class for example in chapter7", "proba": 1.6833092786328052e-07}
{"commit": "422cfd75377598038670a0d32a085c26e36821f2", "message": "issue #22: initial version of PostgreSQL driver class\n", "proba": 1.3517207264612807e-07}
{"commit": "e94539cef42e3c73eccb3d3bbb5e8497fc527a66", "message": "Updated log message.", "proba": 1.4029048145403067e-07}
{"commit": "ee04ea9b26359ae36e2a7b52ead5be02906e66e0", "message": "added actionbean for geoservice registry tree store\n\n", "proba": 1.367664879126096e-07}
{"commit": "e2b1afbff83dab29aafd54bf3634629fa1598188", "message": "move to main directory from experimental\n\n\ngit-svn-id: fb05bfbd7e12d1dc22225677a916a89c73eee8a2@224106 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.418977361339785e-07}
{"commit": "9df5b4d1260f46e8f287e62e8c464fdfa395cecd", "message": "Handling testing for null value\n\n", "proba": 4.3725583509512944e-07}
{"commit": "e388dc6e2856e4c5fbba01bb522201724dbe5f04", "message": "Added usage point extractor.\n", "proba": 1.2279396344183624e-07}
{"commit": "b347e6f73001425ade5db1b77b646363da670bd4", "message": "prettied up balances output\n", "proba": 0.0005610507796518505}
{"commit": "c40a64e446f8609561f0bbecc0e4a839710e05ea", "message": "LunaHsmManager: Add concrete class for Luna SA.\n", "proba": 1.1741288119537785e-07}
{"commit": "c48275ccf37730f685096ff4c2521e118fcb276e", "message": "Add RenderInitializer to setup Drawables at start of client\n", "proba": 1.911210034677424e-07}
{"commit": "b7501a3aba5b9766dcab0f8984dac1fa9212559b", "message": "updated spawnrate of pontus ritual\n", "proba": 1.3772313423032756e-07}
{"commit": "b769117e793df039e2d38dad5f9a62eb21e52d45", "message": "helper class for TraversalSpec", "proba": 1.9411201890306984e-07}
{"commit": "ab4861006be39917fdc7f12ba2986e7e104cbfce", "message": "Initial commit (#175 and #176).\n", "proba": 1.1954323042573378e-07}
{"commit": "6d1eb4d550eed0e9752b2a1c71822424985161dc", "message": "Modified check for empty string\n", "proba": 3.6414924124983372e-06}
{"commit": "3e2f494202eac017dd73983e1d46bdb51b128edb", "message": "Add XXX ...\n\n", "proba": 5.033936076870305e-07}
{"commit": "3537c2f24d1675c4e36aa7b354034beb9eef43fe", "message": "quote removed in bsub command\n\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@490 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 2.909139993789722e-06}
{"commit": "ff9f59677ed1948b703d49eefe501554a75757dd", "message": "Add tests for DAG node builder accessors\n", "proba": 2.0143228596225526e-07}
{"commit": "9197c02d2d388f93b1a9be8485891e68742e7cde", "message": "Add more meaningful messages to tests.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@245512 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00011140103015350178}
{"commit": "bd62bc584422daee6b41e9c8c2805fbde2254f28", "message": "Added BrowserDemo.\n\nsvn changeset:2792/svn branch:trunk\n", "proba": 8.463611607112398e-07}
{"commit": "6dc563cc8719f6aae64043aa549d48a7c4662f51", "message": "\u5de5\u5382\u65b9\u6cd5\u5ba2\u6237\u7aef", "proba": 1.6958516368958954e-07}
{"commit": "dd59332a2dbcbfb74c89de614daade58f68891b8", "message": "fix float and double wrong comparison implementation\n", "proba": 2.1683320028387243e-07}
{"commit": "a78900e11c197493d8dd066af9a153703b3582a0", "message": "#create task #1004\n", "proba": 0.002372412011027336}
{"commit": "ba95a0e6d2e6e5d184c63e79675e51b88d700dde", "message": "AndreasTolfTolfsen: Add tests for Keys\n\ngit-svn-id: 4179480af2c2519a5eb5e1e9b541cbdf5cf27696@17671 07704840-8298-11de-bf8c-fd130f914ac9\n", "proba": 6.218244266165129e-07}
{"commit": "64917903c97f3928739afc6cb79794691f29dc5b", "message": "add test for binary reader/writer\n", "proba": 7.07265144228586e-07}
{"commit": "98b3d8980b32586dcdf47f85a9337f1d1a7f1017", "message": "type for tests\n\nSigned-off-by: Fabio Jos\u00e9 <34f3a7e4e4d9fe971c99ebc4af947a5309eca653@gmail.com>\n", "proba": 1.1602173799474258e-07}
{"commit": "b70a179449fddc4b327cc691daf658a8d6df0c7d", "message": "modified Triangle exist\n", "proba": 4.2329878624514095e-07}
{"commit": "17664c3dce2314ab8330c8b246b9f958f6d5598e", "message": "aplicando close a cada requisi\u00e7\u00e3o.\n\nSigned-off-by: da39a3ee5e6b4b0d3255bfef95601890afd80709@brunojensen <da39a3ee5e6b4b0d3255bfef95601890afd80709@brunojensen>", "proba": 1.9971420783804206e-07}
{"commit": "80ac99282d0222ec4a92fac93f697d6bfbdb0189", "message": " * Fixed logging level\n", "proba": 1.3739385451572161e-07}
{"commit": "8138a8c49550dab9bd4a341530853a852e1d0b57", "message": "Add simple implementation fot trace controller\n", "proba": 2.0933580913151673e-07}
{"commit": "a80250cf4ed98205d5313dc220ccbd0ba13a0939", "message": "conversion server client now matches api clients\n", "proba": 1.4522828450935776e-07}
{"commit": "649d160516602b4939a442d906de6885ff52c086", "message": "\u65b0\u589e\uff1a\u76ee\u5f55\u6811\u793a\u4f8b\n", "proba": 1.707086738633734e-07}
{"commit": "acf1c35cf21fa64a60dd7989c1ecb01cbba37b87", "message": "The world's smallest diff... removing an errant semicolon\n\n\ngit-svn-id: eee8356d45ea3f6bef60455b6252670a15fb374b@44 68c0822f-77d1-6f10-b115-8a14d106ca4c\n", "proba": 0.0004993958282284439}
{"commit": "50058ca9c7ee04bb56dc7e7f2803a603a99eadbe", "message": "\u6574\u7406\u4e0b\u683c\u5f0f\uff1b\n", "proba": 3.622648989676236e-07}
{"commit": "fcccef98d42024f57a73dfdee6ded8f36d0afae3", "message": "made a copy\n\ngit-svn-id: 7003860f782148507aa0d02fa3b12992383fb6a5@975 a09ad3ba-1a0f-0410-b1b9-c67202f10d70\n", "proba": 1.2083804676876753e-06}
{"commit": "a07e2aeac3357655ef4e59d5d8bebd2050304531", "message": "Update Httpurl_Connection.java", "proba": 4.956528755428735e-06}
{"commit": "de0bf8bc2c9814e255b45abf0453260fff5ebffa", "message": "am abb4a700: Update the content shell command\\'s usage instructions.\n\n* commit 'abb4a7008a1f5eab6cfaf7e9dd4779e549c21714':\n  Update the content shell command's usage instructions.\n", "proba": 9.666059668234084e-07}
{"commit": "9a4689627ceb13a18624e280885e482a4b679336", "message": "Fixed bug with premature close on error\n", "proba": 2.1356925117288483e-07}
{"commit": "5019ac4bdcae1d7b940b1ecce1408354de91fe0b", "message": "KRACOEUS-5493 - re-factored facts builder service to find the data from PDD, instead of docContent\n", "proba": 1.0387136484268922e-07}
{"commit": "9d542ddfaff9a05ea4dd811d0d181474a24cc2bd", "message": "timeout version for word search II\n", "proba": 6.36040169865737e-07}
{"commit": "7f9cbf3f6339a51115b031a2405a8d90cf010f09", "message": "Updated item class to have properly overridden parameters.\n", "proba": 1.0570127528808371e-07}
{"commit": "7976cb63ef340971cbe3ebfaeb623ff791b58c96", "message": "add pendosdk\n", "proba": 0.9999420642852783}
{"commit": "ac5f22b1ff44482f3a817793a89aae97378c28e8", "message": "* initial commit\n* Finder for Project (Name, ident)", "proba": 1.1314909897919279e-07}
{"commit": "533333705b318fe065ceeebb5c25c39f0ec376dd", "message": "NonNull\n\nnot yet used", "proba": 3.6261886293686985e-07}
{"commit": "1d3a83bac4d6ae410334783e950c2401c989fdc6", "message": "Line too long", "proba": 3.954291605623439e-05}
{"commit": "0ec6dbd374d300ace856488179e725ffcd0100eb", "message": "Use a platform dependent line seperators", "proba": 0.0007852285052649677}
{"commit": "e8bde0743f3dc95a6bc3713abb415c5c0f3c2857", "message": "test prj\n", "proba": 2.6080504085257417e-06}
{"commit": "a869a2c2edc55975c3cde247bf4e6b91dde249d5", "message": "Ceylon ant task: better error message in case of exception\n", "proba": 0.9991390705108643}
{"commit": "02df328f0cd12f2af87ca96ecf5819c8a3470dc8", "message": "Report EditorInfo#packageName based on the actual uid.\n\nThis is a follow up CL for Ib871141e3381e45c2623c5f4d692da7a7e78fcc5,\nwhich introduced a verification mechanism between the applicaiton uid\nand EditorInfo#packageName reported from the application by using\nAppOpsManager#checkPackage.\n\nRegression Bug 21408239 caused by above change is really similar to\nthe situation we saw in Bug 10688644.  As well explained in the CL\ndescription of Ic04f77b3938585b02fccabbc12d2f0dc62b9ef25, the\nsystem has a special ability to run in the processes of other uids.\nHence we need to use Context#getOpPackageName() instead of\nContext#getPackageName() in case components declared by the system\nis loaded into another process.\n\nBug: 18931038\nBug: 21408239\nChange-Id: I78510a2ea6ac06cfd5813a23c42f09f70c468493\n", "proba": 1.1801159871538403e-06}
{"commit": "44d6e19fb98ac413f499e026a266f65b6e9b75a3", "message": "am 882dcd5a: am 9360da99: am c0a9cd44: Merge \"Do not clear IMM#mCurRootView in IMM#finishInputLocked().\" into mnc-dev\n\n* commit '882dcd5a40163342ea88e18f4597e6665da25237':\n  Do not clear IMM#mCurRootView in IMM#finishInputLocked().\n", "proba": 1.9081376478879974e-07}
{"commit": "f0f4d73b5b0338a4c94f1ef1a5973b69bbbe5134", "message": "FloatingToolbar: Make it more obvious that there are more items in the overflow.\n\n1. Make the overflow show part of the items hidden behind the scroll view\n2. Increase the time the scrollbar is on screen so users are less likely to miss it\n\nBug: 27427333\nChange-Id: Ia0bff5fa29cba3103263bc7d063176b0ba7ff7b9\n", "proba": 0.9941689968109131}
{"commit": "42d5ebdc1e62f55d8b4a335a0969949a5fbcb390", "message": "am cfb5b615: am 3128692f: am 6bc12244: Fix Select All Option is truncated when device goes from landscape to portrait\n\n* commit 'cfb5b615b982a9fcdb05ba000753803baa147f1a':\n  Fix Select All Option is truncated when device goes from landscape to portrait\n", "proba": 4.3218966538915993e-07}
{"commit": "53c3afafb6260f2e22f3f6d9d4c1dc1e108e29cb", "message": "am 96e727d1: Merge \"Fix FloatingToolbar positioning for RTL.\" into mnc-dev\n\n* commit '96e727d1e63a918039ca1b1b1c98ec23ba108247':\n  Fix FloatingToolbar positioning for RTL.\n", "proba": 1.4779185164570663e-07}
{"commit": "f52df7961f29a2f508fb7421f8cd9c95b9b409aa", "message": "am 15843aa5: Merge \"lock pattern width spec set to max\" into ics-mr1\n\n* commit '15843aa5f66fee8eee5e634508dbf83a4e5ab55d':\n  lock pattern width spec set to max\n", "proba": 7.376689268312475e-07}
{"commit": "2a34d300a69319449cb967cdc783cf96546d545b", "message": "Fix version comparison test by proper initialization of the version\n", "proba": 1.4636692640124238e-06}
{"commit": "6a109b4874b79d9bf8f5d990bfe831a59e5a83dc", "message": "Use MeasureSpec.getWidth instead of default display in lock pattern widget.\n", "proba": 1.0099830660692533e-07}
{"commit": "93441cbd5d66f503bf69f4927ec89bf61e4dbed5", "message": "#68 Added findings unit tests\n", "proba": 1.0892936330719749e-07}
{"commit": "d0fb020d20ae99fe0021b4d71ce73a04102d6c0d", "message": "ARUHA-523 Tests for storages controller\n", "proba": 1.0908675562859571e-07}
{"commit": "63e3b5199fd580960d51fe302a4d3c5416fb3dbb", "message": "Fixing Expansion\n", "proba": 5.064034667157102e-07}
{"commit": "5d3bfacee74de4cc9e03c2160f5b7816c4f49a80", "message": "Adding a level variable and the getter and setter for lever and activated\n", "proba": 1.2397535442687513e-07}
{"commit": "9145bf035a5f06fe944193515f16412b4da36681", "message": "Linkgrabber Filter Impl.\n", "proba": 1.3221722383605083e-07}
{"commit": "931c0da7f03783ba995bb0710432816a54c868d5", "message": "am 67b5a680: Merge \"Resolve start/end insets in LayerDrawable.getIntrinsicWidth()\" into mnc-dev\n\n* commit '67b5a68088627394fd60baeeb54b78d7e68ba7b2':\n  Resolve start/end insets in LayerDrawable.getIntrinsicWidth()\n", "proba": 6.328226049845398e-07}
{"commit": "95ee699c7f17458dc439fa088feb3da91742fb11", "message": "Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55228\nAllow applications to set the Date header.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1502254 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0005628257640637457}
{"commit": "2c0a1577e88218d8746559fecd5973dd070266ae", "message": "[add] array utils\n", "proba": 6.507896614493802e-06}
{"commit": "169a768bcd47035c1844692f91b4005d775c3842", "message": "* Removed logging\n", "proba": 1.2828554929456004e-07}
{"commit": "25c0a7ad91b5c1275e93d9e1dc66972a0a2b91a5", "message": "ChoiceTest\n\nwe gotta test getters and setters right\n", "proba": 1.1492085860709267e-07}
{"commit": "70efbad0648eb96e9becbd0529cc1f34b6ffb986", "message": "am bd5a3e65: am 1677a9bd: Merge \"resolve conflicts for merge 5a7b3b65 correctly\" into jb-dev-plus-aosp\n\n* commit 'bd5a3e6510e83b161a0e40c191d349524ae4a8e6':\n  resolve conflicts for merge 5a7b3b65 correctly\n", "proba": 1.3623080121760722e-05}
{"commit": "ddb31bf2c9c3136c021eded40248bbc7cac82c34", "message": "am 8aa7a967: Merge \"Support custom views using TimePickerDialog in layoutlib\"\n\n* commit '8aa7a9677af8f235ade204602014a5e2e9f9188e':\n  Support custom views using TimePickerDialog in layoutlib\n", "proba": 1.5481306547826534e-07}
{"commit": "c780bf443e125f7c8104d0fe45d7f379247c8f0e", "message": "Created Block tests.\n", "proba": 1.2611202748757933e-07}
{"commit": "24d2177d13c44f8d73e0cb816896db42e6c433e5", "message": "player\n", "proba": 1.015386033031973e-06}
{"commit": "06a753ff721fd2afddeb6dcdb1f9c0c08f0083e0", "message": "add random prefixquerytest (hopefully easy to debug preflex issues with)\n\ngit-svn-id: 308d55f399f3bd9aa0560a10e81a003040006c48@966574 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.472756126640888e-07}
{"commit": "7977671d5c770589e5809a152db2233dbc133935", "message": "@new\n\timage of tex souce directory to add new checks with warnings. ", "proba": 9.964472980072969e-08}
{"commit": "c7ef38e16d578842a99a52ceaf29c9f6c1df481b", "message": "Removed unused class VcsRepository\n", "proba": 4.122779841964075e-07}
{"commit": "e7e6864dff7c134ddf8007a67418f5df38931d4b", "message": "Added startup hook SPI.\n\ngit-svn-id: 10833e805afea9e5a6509b27c1b8b6924566be5c@8753 bf327186-88b3-11dd-a302-d386e5130c1c\n", "proba": 2.2457950308307773e-06}
{"commit": "9005a4898684dfe71d069809d304909e0ba7880e", "message": "add NCInteractEvent\n", "proba": 5.4927964811213315e-05}
{"commit": "8226bea21f4d97a1f28f18330f06422a36b7254d", "message": "respecting isLiteral\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@6873 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 628a52ba524c08824bf68c1f3797ad592d622c88", "proba": 3.0233277357183397e-05}
{"commit": "ab51bafe9991002474f48c9f7398c6d06240cd36", "message": ":fire:Sort Color\n", "proba": 3.0692106065544067e-06}
{"commit": "02b3d718e2f33c75661ce8cd88c565773e44fd01", "message": "Problem 10\n", "proba": 0.00031329551711678505}
{"commit": "69cb3d42a511072ff072725aee5841c424651b09", "message": "Ooops forgot this - see my previoius commit for details\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@357980 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.8442311500166397e-07}
{"commit": "1d57ee557de2d74d4f752a9989e09ce4ce5b21e3", "message": "Initial commit: Transactor.java\n", "proba": 3.6398188285602373e-07}
{"commit": "ef16876f573616b019a29f63ffc4d3e3754b2f3a", "message": "Printing maps with ordering by value\n", "proba": 1.3200215676079097e-07}
{"commit": "e4d730dabdb9819f35dcc1412d4875fa91d00e9f", "message": "LDAP icin; hakan\n", "proba": 5.0120811465603765e-06}
{"commit": "07f72668c8df76b7f63a56bff085e859fbd37882", "message": "Added mapEdges tests\n", "proba": 1.7688655873371317e-07}
{"commit": "7a5351078726e6e15b1b30b81cedc7d5950643d3", "message": "am 1903a732: Merge \"Avoid calling BluetoothSocket.destroyNative twice\" into ics-aah\n\n* commit '1903a73248af260f4cbb5a9c65664f22c7f51c41':\n  Avoid calling BluetoothSocket.destroyNative twice\n", "proba": 1.9701312794495607e-06}
{"commit": "b49a89635906e0901637a4a4c1c2f5bb263b6595", "message": "Add serial port profile support and allow to connect to rfcomm channel without sdp discovery\n\nbug 7272974\n\nChange-Id: Idc10edc056b48da2fd96bea84eba3fb73b97bab1\n", "proba": 6.704712518512679e-07}
{"commit": "872cb95cf211b6d30c8ac6f7670bbd5de19d33cb", "message": "am 9362d96a: am 783b3d9d: am 001f1e7e: Merge \"Add missing invalidation check to drawable cache\" into mnc-dev\n\n* commit '9362d96a26954aed897badecf7e0c6222e01e9e8':\n  Add missing invalidation check to drawable cache\n", "proba": 6.462301485044009e-07}
{"commit": "03609df355228390a98d5669cb1a53e83f8343a9", "message": "am 76316977: Merge \"Update documentation of CARRIER_PRESENCE & bitmasks.\" into mnc-dev\n\n* commit '7631697793a8b82bb2a1cd3adced1b140d266427':\n  Update documentation of CARRIER_PRESENCE & bitmasks.\n", "proba": 1.1668896604533074e-07}
{"commit": "77b4fda89c9d204324864bbc59ba830f0255c2e5", "message": "Improve KeyboardShortcutInfo documentation for Modifiers\n\nThis was a request from API council\n\nBug: 28295817\nChange-Id: I2b80dc9877fdd473cec89abdd0c06df15799796a\n", "proba": 5.24512415722711e-07}
{"commit": "9427c285df34a656a095645579d953565c67fea3", "message": "Set organizations to be null for generateKeyPair to use the default.\n", "proba": 1.0551836737704434e-07}
{"commit": "947ebdfaf7a521916b40c72ab09c3bcedaa0c032", "message": "am 8e035fd7: am 8fb6f418: Merge \"Better fix for GL wallpaper creation\" into jb-mr2-dev\n\n* commit '8e035fd742508b04f83c33b2963b20979bc1046d':\n  Better fix for GL wallpaper creation\n", "proba": 2.023105594162189e-07}
{"commit": "79b400bdbfb958a007e5e04e01037a39f0f2a1bd", "message": "adding new method to FancyMessage v1_4_5\n", "proba": 6.407103114725032e-07}
{"commit": "3a67f20bc06848e342cfd95bacb9a749a4c214d9", "message": "added system config method in ManagementPlugin.java\n", "proba": 8.232273103203624e-07}
{"commit": "b2ca7ca68ae1a907d997c6252f222ef5e09014fe", "message": "Add test with example of encoding Octet String and Bit String\n", "proba": 1.936658372869715e-05}
{"commit": "00d2c8211f0374914754557aeff16ef5311f7684", "message": "[Java] Prime factorization\n", "proba": 2.1830524019605946e-06}
{"commit": "2a8a0226932e527d9b11b264086563feacff04e0", "message": "Make LottieDrawable public again\n\nFixes #93\n", "proba": 1.236192730402763e-07}
{"commit": "0ec8a38e73307f572703b0a5ca0f0de17e8e9329", "message": "#2, 4 pavlova01: correct a mistake in project", "proba": 2.2376312699634582e-05}
{"commit": "cbf29e1f2a8f3c8162876262260210fcb5975f60", "message": "Option test suite in Java (#8243)\n\nOption test suite in Java", "proba": 1.3399767340160906e-07}
{"commit": "f33a9824ba0c901dd09a823ff2625aea24cf9e0d", "message": "cybyby\n", "proba": 4.806865945283789e-06}
{"commit": "f2b7f9d47b3338b28a96896433cad8410d86156a", "message": "GameModelFacade\n\n* restore reset behaviour : flush() + reset() + flush()", "proba": 4.2552855461508443e-07}
{"commit": "463157c64a12e326bc7b51641b5e2b5f7df06796", "message": "Signed-off-by: Michael <mr.santak@gmail.com>\n", "proba": 1.2689548611888313e-07}
{"commit": "3a59ddc67c6ad33c01d36338603586f90d94e71b", "message": "am dc2eabd1: Merge \"Don\\'t recycle native bitmap after the finalizer is called.\" into gingerbread\n\nMerge commit 'dc2eabd10847d8e7f016fec5232d40b723ce2828' into gingerbread-plus-aosp\n\n* commit 'dc2eabd10847d8e7f016fec5232d40b723ce2828':\n  Don't recycle native bitmap after the finalizer is called.\n", "proba": 0.00020386600226629525}
{"commit": "7c553c09343fc04bfe556bba6c2359ae6928a58e", "message": "Added Image.java to the models. #40\n", "proba": 1.232056945354998e-07}
{"commit": "429c962179818312b0dff79bae9e61e58cb84f81", "message": "Fix unresponsive brightness slider after font size change\n\nWe reinflated the brightness mirror, but not the QS panel,\nwhich meant we were controlling the wrong view. Now we\nreapply the mirror controller on configuration changes.\n\nChange-Id: I69e5f1962e9ec0cfda85b19b1d5d5bbdf3d5779b\nFixes: 29339630\n", "proba": 4.920190690427262e-07}
{"commit": "6f32796d46ec44661baa6bcc5f01b26302b1d009", "message": "60 dragged ball\n", "proba": 4.037585767946439e-07}
{"commit": "37f7f574a8d37b7a5e7ca82b2968eb6ebf0a596f", "message": "Add a snippet.\n", "proba": 1.92856327885238e-06}
{"commit": "5476fa38679b94c384759d55e8099d04b9fcfb2c", "message": "get rid of a few warnings", "proba": 4.726659028619906e-07}
{"commit": "3ccdf3a856f9d1a124348819145d9468439741a7", "message": "Unit test for unmarshalling & marshalling a SymbolIcon entity\n", "proba": 1.228484336479596e-07}
{"commit": "0579fdb154ed020893247b8b833e032f01115b93", "message": "Simplified changeExtensionToSip method\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@12668 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 9919ee3764188cc4f5938dc243d454f94918b910", "proba": 1.9704714304680238e-06}
{"commit": "832416831d027d86409028e7f9efcd0a0582d8f6", "message": "\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@1724 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 3.812217244103522e-07}
{"commit": "16e397192d11abf68330d240e0b79acbfcf706ca", "message": "modified the Method \"addPropertiesToModel\" taking into consideration the\nfact, that the elements after detaching will be removed from the parent\nnode which influences the size of its children' list.\n\nFormer-commit-id: fc884aa7af1afbcd915d9fad656647fe3963c404", "proba": 5.895209142181557e-06}
{"commit": "a8186a5b8d02416e0aff0cc9eaaa6edc8d284ccc", "message": "Add Folder tests\n", "proba": 5.231705131336639e-07}
{"commit": "5b40e446a57aca640e281e3ea55e801ea2554b5e", "message": "Added the usual query utility class.\n", "proba": 1.2270452032225876e-07}
{"commit": "d44bba65ed00fcd3744a2157b5903632da0af57d", "message": "Minor code improvement\n", "proba": 3.3825335776782595e-07}
{"commit": "7fa370080cd3575afeddadcffcacf91fb5e994db", "message": "CompilerTest: compile gen tests now, to make sure what we generate is valid\n", "proba": 3.0948859830459696e-07}
{"commit": "cb1b6185e2cb839ac57ed130bdd864c8dd55cefb", "message": "PT-3408: Wrong failure reported when guest users delete their records\nCommitted upstream version of the code\n", "proba": 1.1374328323654481e-07}
{"commit": "637ced74fb59e47ff39101855bc951d966cb3371", "message": "Test UIUtil.getHtmlBody\n", "proba": 1.2021047268717666e-06}
{"commit": "b6ebcdee04fade3c4d93a5e12c00881529df2e9e", "message": "SAK-43247 Can't remove Poll options (#8041)\n\n", "proba": 1.3626966222091141e-07}
{"commit": "b1f4f7869a279fa24abd79b28b16405294ba09a7", "message": "\uad6c\ubc84\uc83c\uc744 \uae30\uc900\uc73c\ub85c \uac19\uc740 \uce74\ud14c\uace0\ub9ac \ud30c\uc77c\uc5d0 \uacb0\uacfc\ub97c \ucd9c\ub825\ud558\ub3c4\ub85d\n(\uc2e0\ubc84\uc83c\uc5d0 \uce74\ud14c\uace0\ub9ac\uac00 \ud2c0\ub9b4\uacbd\uc6b0 \ub2e4\ub978 \uce74\ud14c\uace0\ub9ac\uc5d0 \uc4f0\uae30 \ub54c\ubb38\uc5d0 \ube44\uad50\uac00 \ud798\ub4e4\ub2e4.)", "proba": 1.4817176463566284e-07}
{"commit": "7e7f8ed9361d76e9b3818933808291903edf18e7", "message": "initial draft of axiom syntax for JSketch.\n", "proba": 1.1683717815458294e-07}
{"commit": "c32f8a0ddd3c96e9b87e4e1e4c82c3545bbe9098", "message": "Vehicle holder update, made it a bit smaller", "proba": 1.7042937372480083e-07}
{"commit": "c538fc681576f4469227df41c8fcb6c9f0f65cdf", "message": "forgot to actually add the model factory.\n", "proba": 1.0872469857758915e-07}
{"commit": "e322f265341ebe54f3dbf003e7387e8e6422b63f", "message": "Delete Transfer.java", "proba": 1.5654342178095249e-06}
{"commit": "6de0b8e534c5ff5f168d1c1fa2c2a25f21aec302", "message": "Create JSONParser.java", "proba": 0.00016919408517424017}
{"commit": "3307a077fc3277c2faeae63a719385a54a7c65e2", "message": "adddin  dialog", "proba": 4.603303409567161e-07}
{"commit": "5789926147d1db92beb66f5d67d49f99282cca80", "message": "+ Added multi Querier functionality (Response not working yet!)\n+ Added Querier mock for demonstration purposes\n", "proba": 1.1033412050664992e-07}
{"commit": "ebe28920d40f75fa908309129723729dd35d7476", "message": "Create demo.java", "proba": 8.267488738056272e-07}
{"commit": "db4395be52e304f45e845519c5a7af97d0bc20ac", "message": "am fbdf212c: Merge \"Changed flow in export methods to continue through the loop if it encounters an int[] return type.\" into lmp-dev\n\n* commit 'fbdf212c9d12e4e8c621571946a384566433a083':\n  Changed flow in export methods to continue through the loop if it encounters an int[] return type.\n", "proba": 1.9129716122279206e-07}
{"commit": "1dd818dbb2b008ccb7e7c118caa194802b1137af", "message": "am eed29a71: am 53d6cddb: Merge \"Fix issue #22846750: Starting Screenie Now On Tap crashes USA Today\" into mnc-dev\n\n* commit 'eed29a71098284dbcd5bbbd2041c692eb3eb6a1d':\n  Fix issue #22846750: Starting Screenie Now On Tap crashes USA Today\n", "proba": 2.8416584996193706e-07}
{"commit": "a4f14ebe29b9c1286badeb47da19af4df88250dd", "message": "Expand invalidation rectangle when clipChildren == false\n\nThe current invalidation logic does not take into account the clipChildren\nflag. When this flag is set to false on a container (an uncommon but\npossible case), it is possible for views in the child hierarchy of\nthe container to be draw outside of the container's bounds. But invalidations\non that view hiearrchy can be clipped to the container's bounds, causing us to\nnot redraw views outside of those bounds.\n\nFix is to expand the dirty rect of an invalidation to encompass the complete\nbounds of any container with clipChildren==false.\n\nIssue #680037 Some transform combinations can leave old pixel values on the screen\n\nChange-Id: I426beee15d04145fac2f6b4203748ae309e392b4\n", "proba": 3.9992159145185724e-05}
{"commit": "c4818d860b90813bde082c381de933933abc574c", "message": "am 4c95c537: Merge \"Optimize list view scrolls Bug #8108706\" into jb-mr2-dev\n\n* commit '4c95c5377a75a3d6c5f3ed8b09a56071d51fadb1':\n  Optimize list view scrolls Bug #8108706\n", "proba": 2.3565635842714983e-07}
{"commit": "960459c803b299b974220b9f9b24abb5195fbfc6", "message": "Fix NPE when setting new LayoutTransition\n\nViewGroup.setLayoutTransition() has logic to cancel a previously-running\ntransition and remove the ViewGroup's listener from that transition. However,\nit is possible for the transition to be set to null on the ViewGroup on the\ncancel() call, making the next call to remove the listener crash with an NPE.\n\nThe fix is to use a temporary variable to hold the old reference and\nnot depend on the class instance variable remaining valid/non-null across\nthe call to cancel().\n\nIssue #10488932 Hangout NPE in ViewGroup.setLayoutTransition on initiating a new conversation\nIssue #10509201 ViewGroup.setLayoutTransition(null) causes crash when being called in LayoutTransition.TransitionListener.endTransition()\n\nChange-Id: I7c181b79e6601024c93a8dc246d32b751f78b216\n", "proba": 2.6732190235634334e-05}
{"commit": "0e7eb954f132d11116bcbafaea4e0e9e1c3c8592", "message": "Fix build breakage\n\nChange-Id: I65ab3cb691935db23b7a1f600e421fb5d8e850cd\n", "proba": 7.301952427951619e-05}
{"commit": "922cb58b651867e9d6d936cbf487286f395af677", "message": "Update onPause documentation\n\nonPause() method documentation wrongly claims it stops JS. This could\nhave been true for very early implementations of Webview which does\nnot use V8 (pre-honeycomb) however it is not the case anymore\nsince V8 does not provide a way to stop JS safely for a particular Webview.\n\nChange-Id: I6363dc2ef47c463da6baa417832da750225f5cf2\n", "proba": 9.352782399218995e-06}
{"commit": "346f97f82f5515a283f0fadaa819f7442472d962", "message": "Fix the viewport height to view height when title bar is visible.\n\nissue: 3097787\nChange-Id: Ie685a94262cecd94f32dbb94991fea76ceb43b94\n", "proba": 0.00044885629904456437}
{"commit": "e189f0c6db60021251f688ed76874ad1d1e1d962", "message": "am b11387a6: am 2ffc9ec3: Ensure we dismiss the <select> option dialog.\n\n* commit 'b11387a6e51c424e421b0951de20db46a5f5c992':\n  Ensure we dismiss the <select> option dialog.\n", "proba": 2.2152796930186014e-07}
{"commit": "45e5db99979d9f85e7c3cad3e750b886e3abb105", "message": "am 166b190e: Merge \"b/3307761 Clean up the flag mIsHandlingMultiTouch.\" into honeycomb-mr1\n\n* commit '166b190efc35b7ddad6b011ba537c177e88a2336':\n  b/3307761 Clean up the flag mIsHandlingMultiTouch.\n", "proba": 2.412234607618302e-06}
{"commit": "100cc263b465242c01dc9eb280d77ffaadbddd39", "message": "am b5631f59: Merge \"Do not merge : cancel text select mode when pressing back, etc.\" into gingerbread\n\nMerge commit 'b5631f59d3b0411ed493dc382bb96ab15ca3304d' into gingerbread-plus-aosp\n\n* commit 'b5631f59d3b0411ed493dc382bb96ab15ca3304d':\n  Do not merge : cancel text select mode when pressing back, etc.\n", "proba": 7.374325718956243e-07}
{"commit": "cf0957ce4b0ba45b6c66c726710a5126c6a57542", "message": "am 77dc179b: As embedded and full screen shares the same view, we have to replace the AbsoluteLayout with ViewGroup.Layout before setting it to the dialog as dialog\\'s FrameLayout doesn\\'t accept AbsoluteLayout.\n\nMerge commit '77dc179baa7b8fb405633fd46324e336285d10e2' into eclair-mr2-plus-aosp\n\n* commit '77dc179baa7b8fb405633fd46324e336285d10e2':\n  As embedded and full screen shares the same view,\n", "proba": 1.2586836817263247e-07}
{"commit": "b92a9941e8488f3f512ec4246318f1d362e7b675", "message": "Added an example for StartConversation with WhatsApp Sandbox enabled\n", "proba": 1.2759080902924325e-07}
{"commit": "2e01221caf6a25d1f64ead492d68df713993a97f", "message": "Solved 1.2.6\n", "proba": 0.9999934434890747}
{"commit": "305f163f0b0cbd09a317eaa992519de1538d486a", "message": "quickly coded up a little test making java program. -kd\n", "proba": 1.361345738359887e-07}
{"commit": "921eb3f6e23d8117af4c42129ea1a52f315e3710", "message": "#98 Pulse interface\n", "proba": 1.448697304340385e-07}
{"commit": "595652715b3a9e34206c6ec4b9628da8b3232ea9", "message": "polling filesystem free space checks helper class\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@8157 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 2.144878862964106e-06}
{"commit": "a080eaae1512140938e2888a6acfb17fe50325e1", "message": "field3944 > worldMapY\n", "proba": 2.7255450163465866e-07}
{"commit": "7064fd7df33f2f8885f634ea26db805afab0b76b", "message": "add an onClickListener() to display a toast\n", "proba": 7.766409453324741e-07}
{"commit": "5dfb9fc02052e8a82808a4c65ab8a0a2dee65cfb", "message": "Lower case the s in URLs", "proba": 0.9999979734420776}
{"commit": "1cbefbb7560bfccfe74b2c7a72d40172a19cc8a2", "message": "fix itemAdapter remove method\n", "proba": 6.389864779521304e-07}
{"commit": "0388f0e503c2b38834aefdb2189f558e1060252b", "message": "TIF: optimize android.media.tv.Tvcontract.Programs.Genres#decode\n\ntest result:\n Decode function takes about 0.25 seconds with 1350 channels in Live Channels.\n The original one takes about 0.37 seconds in the same test case.\n\nBug: 23307587\nChange-Id: I3a1fefe0b3e6c1986c8f515259658f2e3e23011f\n", "proba": 1.446633518753515e-06}
{"commit": "6d7242019f0c7c88bfab9e43ee174d9fcb635103", "message": "Added k sum\n", "proba": 4.466532459446171e-07}
{"commit": "06dd219b96c933b8e361b4a59fdced1f460c8d44", "message": "Created HelloWorld2.java\n\nCreated HelloWorld2.java", "proba": 0.0053376429714262486}
{"commit": "bcb58c6213eea10418b8bcaae3aa7c9c26b58765", "message": "Weapon Array Generation\n\nclass now generates an array of weaponry mounted on the ship, includes\npossibility of nothing equipped.\n", "proba": 9.816127288786447e-08}
{"commit": "1d52eba1bd931288e404742b35815214fe06cf14", "message": "Create main.java", "proba": 2.3967768356669694e-06}
{"commit": "44b9d4221df10a2d7a7f439dde3c908c378d5855", "message": "Added test suite for all tests.\n", "proba": 1.1141772660039351e-07}
{"commit": "4efd1c4acb5aeacf68a14199ad18d91cec62c7be", "message": "am 84c3d2a7: am c52afd25: am c95bb562: Add previous console on pstore to DropBox\n\n* commit '84c3d2a7de0a8055bdfdccbd93cfd216b8ab6bcd':\n  Add previous console on pstore to DropBox\n", "proba": 7.125485694814415e-07}
{"commit": "47235e8b5ce6c622a1182933404cf5a17fcd35dc", "message": "am 90cadb35: Merge \"MountService listeners can not be unregistered\"\n\n* commit '90cadb35156829ff1d6b7066409596da38fc70e1':\n  MountService listeners can not be unregistered\n", "proba": 6.849742248959956e-07}
{"commit": "a62c071f610d1b0043cb8651a7c7a0d70ee7e463", "message": "am 68f6f01c: Merge change 24527 into eclair\n\nMerge commit '68f6f01cf62e0c282b570adf492352a5d4418584' into eclair-plus-aosp\n\n* commit '68f6f01cf62e0c282b570adf492352a5d4418584':\n  MountService: Use correct icon for SD card notifications.\n", "proba": 1.1023273316368432e-07}
{"commit": "bc9486bf6c98a73def2f9b87267c9b5099b0b07e", "message": "Scanner optimizado\n", "proba": 1.6720086932764389e-06}
{"commit": "7fbb9b526db59692b0a58dbcf81b931c59a1160f", "message": "Add IdAndShip", "proba": 8.062044116741163e-07}
{"commit": "75c3ed4a8b28809a7ae524879ded44bc09385c55", "message": "Create Guess Number Higher or Lower.java", "proba": 0.0003786931047216058}
{"commit": "c2a9eea1839f72e52702373422b265b8d2c88882", "message": "[MPDF-41] with maven 3 pdf failure if reporting section is not empty\nignore NoSuchMethodError to prevent failure for maven 3 users.\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@996688 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.6711989019313478e-06}
{"commit": "92f61e4432972d7f5811fbd89ae92f61d01eb270", "message": "Fix for a problem with <use> and events.\nPR:\nObtained from:\nSubmitted by:\nReviewed by:\n\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@199036 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.218467777012847e-06}
{"commit": "1713a1180f8af2a7955ed239375ded41d4621198", "message": "am bd89caa8: Optional AudioService debug logs for setMode()\n\n* commit 'bd89caa83defb0593757792d9a1df80a15b6878c':\n  Optional AudioService debug logs for setMode()\n", "proba": 2.8477001023929915e-07}
{"commit": "05df33ea748d1c497206302f62886f73c7ff1f93", "message": "Fix issue 2265955\tUse dateCreated when dateTaken isn't valid when writing images/videos to database.\n", "proba": 1.0263616445627122e-07}
{"commit": "bcf3073deebfc56e765103a58a65f1c5c7f3a7eb", "message": "startup support!\n", "proba": 1.8857274142192182e-07}
{"commit": "0db67fdda4b00a9ca57714211caecb03d016c792", "message": "test for stack fix\n\nsvn path=/incubator/harmony/enhanced/drlvm/trunk/; revision=424458\n", "proba": 1.2895936833956512e-06}
{"commit": "25dd8174d8ad0ecfdbb8d6d9907d996201021d5a", "message": "Create View.java", "proba": 8.138894145304221e-07}
{"commit": "fd69c5c1dddd9e403e353d8c5571a313fb9ffdab", "message": "Scores does not work. Something is wrong with it, and I'm not 100% sure how the states work, so chances are, I missed something. The file reader writer does work now though.", "proba": 3.794089593611716e-07}
{"commit": "dd52d27ae6f5fcbad996d5e33b4ae0b8d35aefa5", "message": "Initial commit: DefaultServerConfig\n", "proba": 2.7676688318933884e-07}
{"commit": "a4786773b441bbc49d1cc0d22b79d1953bf30e35", "message": "Create EntityHistoryRepository.\n", "proba": 1.9560853559141833e-07}
{"commit": "be77e1d87cc8d8aa68d6fc12f8e2fbd4a96338a1", "message": "empty dir\n", "proba": 0.002741169650107622}
{"commit": "369e56bf55651c578cabe8c8a15a4d7deeaf8d72", "message": "finish changes to reorg\n", "proba": 1.4778058243791747e-07}
{"commit": "791f877473cc6b3e8e484b741012c95aba70c3b0", "message": "Logging to help find the cause of widget crash in clock widget.\n\nThis will continue to crash as before, but will show some useful\ninformation in the exception.\n\nBug: 7450247\n\nChange-Id: Ib3160a5f64154517791d165973c12294ecd09901\n", "proba": 1.512661924607528e-06}
{"commit": "b8eb1cb79b2912b91a1b0198ba3e61776af07a79", "message": "Be sure to include shared lib path info when dealing with agents\n\nIn particular, this ensures that on the client side the full classpath is known\nand used by the class loader during execution of the agent.\n", "proba": 9.824162816585158e-08}
{"commit": "c2f735741bf944a0331eea3545c226238afacb9d", "message": "am 763ccae7: Merge change I8e7f5f07 into eclair\n\nMerge commit '763ccae7d734cc7e55772936dc3f101a2bf453d4' into eclair-plus-aosp\n\n* commit '763ccae7d734cc7e55772936dc3f101a2bf453d4':\n  DO NOT MERGE: Fix loss of focus after wakeup into incall screen\n", "proba": 2.884349214582471e-06}
{"commit": "3005f16c8032994ff03cc6aa40e01965460c29ee", "message": "added class for evaluating\n", "proba": 1.344828746141502e-07}
{"commit": "a4b2742d2fa5e7019315e1995cc6fc96c02f2d7b", "message": "Service to hold on to WebSocket\n", "proba": 1.2728139608952915e-07}
{"commit": "2a45f1ab3da73a0162bd008141b3257f3ab9b385", "message": "count ranges which fall under given range\n", "proba": 0.9986916184425354}
{"commit": "0099de00956dc695d110d16ec7c33cb7d2d0adcd", "message": "Create RandomForestCateg.java", "proba": 1.2167375871285913e-06}
{"commit": "5605bde5780c0d00a20da8cfa88730db51bcdb11", "message": "\u751f\u6210\u9a8c\u8bc1\u7801\uff0c\u5e76\u751f\u6210\u56fe\u7247\u9a8c\u8bc1\u7801\n", "proba": 2.0821725854602846e-07}
{"commit": "65f65609e8b7f68cc778dbd4623676514ae5a26d", "message": "Version 0.0.3 Hotfix:\n    Removed debug line.\n", "proba": 1.1004954103555065e-07}
{"commit": "39d06dee8af6a51c5213b461873f3f9ac5f9e181", "message": "+CraftoPlugin: Commands beim disablen leeren\n", "proba": 2.149329105805009e-07}
{"commit": "d9d7b965e496ab746ec2fe498e31f8b13b93cdce", "message": "+CraftoPlugin: Lade AnfragenModul\n", "proba": 1.343613433846258e-07}
{"commit": "974fef6dac492531d9a30e65c745d0956ef61622", "message": "*CraftoPlugin: Fixed cp_players_names\n", "proba": 1.2248214886767528e-07}
{"commit": "82abe0dd5f23457117606363aff5c8b6ff644143", "message": "\u0422\u0435\u0441\u0442 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0440\u043d\u044b\u0439 \u043a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440\n", "proba": 5.81427741508378e-07}
{"commit": "e5101447fd638f3aef017ba28123fed840757508", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@3240 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 5.845880650667823e-07}
{"commit": "f9221a1076203832d8d88a8720c12cad91aee906", "message": "am 3bec5090: Merge \"Properly recognize repeating wakeup alarms\" into lmp-mr1-dev\n\n* commit '3bec50908b8438c04a654a3bb806f05a01402ce7':\n  Properly recognize repeating wakeup alarms\n", "proba": 2.7095288146483654e-07}
{"commit": "7c02a4117917cb68aa84e9afcfa50fa79d4775b2", "message": "am 33868dab: am 4dcacef5: Merge \"Fix timing between bcast and net setup.\" into lmp-mr1-dev\nautomerge: ce524dc\n\n* commit 'ce524dc6836f57e859fd2a9f28dffe37cfa3a6ae':\n  Fix timing between bcast and net setup.\n", "proba": 4.1042125076273805e-07}
{"commit": "a6e559edb73886c626e0e5a95085d0ead767ceb7", "message": "Fix escaping of characters\n\n\\ and \" in SSID and password cause issues\nwith netd parsing. Fix it.\n\nBug: 2708960\nChange-Id: I278ca21c0bbfd9dc430a2f9ae02828274a0d2376\n", "proba": 1.9762414922297467e-06}
{"commit": "6eff99494dd7b274b3b9f89c64ece6cabaff5c8e", "message": "am 0fc59cd9: am da2bbaf2: am 2c7b913e: am 5daec5b5: Merge \"UsbDeviceManager: Fix race condition entering USB accessory mode\" into klp-dev\n\n* commit '0fc59cd958b87d015deac63797fcbfbcec518389':\n  UsbDeviceManager: Fix race condition entering USB accessory mode\n", "proba": 8.270154125966656e-07}
{"commit": "65ceee6c1629a7160c998a593dc8aac24ff6a608", "message": "Create efficientCoinCounter.java", "proba": 0.0004917738842777908}
{"commit": "14e436aec45e7d83c2b3695c07d9740b9fd7f043", "message": "am 345a8f69: Merge \"Frameworks/base: Fix a comparison\"\n\n* commit '345a8f69ea2acd6d3ecf4c200cb33e8037f8798c':\n  Frameworks/base: Fix a comparison\n", "proba": 4.91163973492803e-07}
{"commit": "bef0b9a013648a5356dfdc5465a91a89675b5221", "message": "- Updated the output statements so that they can be run on Oracle and MSSQL databases.\n\ngit-svn-id: a91d99a4c51940524e539abe295d6ea473345dd2@685 e6edf6fb-f266-4316-afb4-e53d95876a76\n", "proba": 0.9999946355819702}
{"commit": "d2df76e59cd6eb81270dc403fc477430e13c3793", "message": "parent class has a positionDefinition now\n", "proba": 2.401920085048914e-07}
{"commit": "45653cc24072a9f55150036b23bb65a40bcfd7be", "message": "Added an annotation to counter Unrecommended or Volatile.\n", "proba": 1.0435908848194231e-07}
{"commit": "b02fabf6cef3ea65ca5726bbe4f929fc5c7ba48f", "message": "Created a specification for our main plugin manager.\n", "proba": 1.027670180064888e-07}
{"commit": "b4a8e46a1a993244645b2185d32adf150d51958e", "message": "Initial checkin\n\n\ngit-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@2203 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 6.297335630733869e-07}
{"commit": "9efc181b908a9254cdea113279bbc561e1ce8599", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "2175b03aeb8594614b20fa94d2a78ac81eec76ef", "message": "Create Graphics.java", "proba": 1.4735263675902388e-06}
{"commit": "0c6221b7f342fae81da885dea4a4c0415937c1de", "message": "replace Vector by List/ArrayList\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@474306 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.798122972715646e-05}
{"commit": "2c456f968d88f22fda3dcf399eae1293074f2df1", "message": "Tuplak\u00e4\u00e4nn\u00f6s lis\u00e4tty, 1.4.2-b06 ei selvi\u00e4 muuten kielen vaihtamisesta\ntakaisin.\n", "proba": 2.712333753152052e-07}
{"commit": "2751da568226daef17951ff6c7d89cdc79a9de16", "message": "move part of reader-hal to hal-commons\n\ngit-svn-id: 5ac5ceac5088c1c1d63e746a2b1a419ea0b6b161@856 b63d296a-7662-4df4-3098-00f9c2c9103a\n", "proba": 1.4962946806917898e-05}
{"commit": "6444be9f13a4689661e464ef47f1f884a4471987", "message": "minimum distance between two numbers completed", "proba": 0.00010804379417095333}
{"commit": "34b6e35ba67a1dd4b770fbf80fe8f3dc1e1e01e3", "message": "Fix javadoc in UserManager mentioning application restrictions.\n\nThe java doc of UserManager.KEY_RESTRICTIONS_PENDING contains mistakes.\n\nBUG: 18414603\nChange-Id: I9584dad545dcbef1eb2ee0e4f5df117486435e8a\n", "proba": 0.0024269637651741505}
{"commit": "12dd9943ec01a54453f50a24da2a8e329f2d3790", "message": "am 7a73f2c5: Merge \"SDK only: Update docs to reflect current implementation.\" into lmp-dev\n\n* commit '7a73f2c5aab16e2d4c21fcce9aa8173e87ecfb4f':\n  SDK only: Update docs to reflect current implementation.\n", "proba": 2.1670750527391647e-07}
{"commit": "f08e0851106170b2dd78ccb76ce486ad70043953", "message": "am ec060c4d: am ab841b08: Merge \"fix ghost clipBounds problem\" into lmp-dev\n\n* commit 'ec060c4d993dec3c8f01995202c89438ae33466e':\n  fix ghost clipBounds problem\n", "proba": 3.4705601592577295e-07}
{"commit": "86436a3ed0c27d3321f4b9c9f8063f54c696b5f3", "message": "am ef8913c0: Merge \"Remove dangerous and useless optimization Bug #5525888\" into ics-mr1\n\n* commit 'ef8913c035e679ea8b8891e26db1fa571e9b9d54':\n  Remove dangerous and useless optimization Bug #5525888\n", "proba": 3.3809726573963417e-07}
{"commit": "c883153d6431338cf1b8d1e9fd2485efeb99a975", "message": "am b08a028d: am 23dc0563: am e6bd61d5: Merge \"Fix visible rect computation for views with padding\" into lmp-mr1-dev\n\n* commit 'b08a028da62895ae646f129c15c61e8dda955175':\n  Fix visible rect computation for views with padding\n", "proba": 5.239324423200742e-07}
{"commit": "a7dabcd3dfb263468613fa2b04909c8fabb66a9d", "message": "Don't account for scrollX/Y when drawing a display list in a layer.\n\nChange-Id: I73bdcdab3e547d00ba2853aed550e65d5f8c6fcd\n", "proba": 3.2228731470240746e-06}
{"commit": "574fa34dd53eec4cacc456296f69c12169b37ca8", "message": "Add <ol> formatting to WebView#enableSlowWholeDocumentDraw documentation.\n\nBug:18072267\nChange-Id: I21eec752ca9a0a6c0dab92f3748e687dd13961fa\n", "proba": 5.349056209524861e-06}
{"commit": "d380b2098ffea60f4148be842fa41a2c0e5213d1", "message": "Add Javadoc statement regarding enumerability of methods of injected Java\nobjects for applications targeted to API levels after KitKat.\n\nBug: 12169386\nChange-Id: I1c988468545e48ac0d7323b01b9c77a1f8d713f2\n", "proba": 9.533592674415559e-06}
{"commit": "77aa7ca3c05a920ea7dfd11d15e269f8e4fda9f5", "message": "Notify native that scrolling has stopped correctly\n\nbug:5255022\nbug:5218838\n\nWhen the view starts scrolling, we tell native so it can block updates until the\nview stops scrolling. This change fixes an issue where wouldn't tell native that\nwe stopped scrolling because the view didn't have room to move.\n\nChange-Id: I5f2eec31493570937f7b8b2992a85283de06fb60\n", "proba": 3.2227408155449666e-06}
{"commit": "f5f13669bb5267e9cdfd581801ecee1540ab3971", "message": "am e0b19124: Merge \"Do not store the find callback until action mode starts.\" into honeycomb\n\n* commit 'e0b1912480d3c5cfa3f4cf3dd9d7cddd10d68c63':\n  Do not store the find callback until action mode starts.\n", "proba": 3.598865134790685e-07}
{"commit": "60158e584b6de1eb56ee4462a26210df24ac43ad", "message": "Follow up ... forgot a file\n\nFix FELIX-3621\nCorrect computation of multi-dimension array:\n- method id computation\n- right arguments in the method metadata (element)\n- add tests\n\n\ngit-svn-id: e057f57e93a604d3b43d277ae69bde5ebf332112@1387916 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0004525623226072639}
{"commit": "8d067a6d5259f25dfd7ab2fbb91e7d4ce1345e7f", "message": "Added some comments for clarity\n", "proba": 1.1072687300384132e-07}
{"commit": "bbdfb8f672d27832f82cd9514d67c96b1e73c1f9", "message": "Temporary disabled explicit Intent Chooser.", "proba": 1.2376436586691852e-07}
{"commit": "d45a36d608a4e4e08768844ce449f37ff7e38526", "message": "Added the class AbstractUnmodifiableList.\n", "proba": 1.1682715239658137e-07}
{"commit": "22f5d6f9200211f0623836b21e4f5786a300d7f2", "message": "allowed job re-scheduling\n", "proba": 3.7594688819808653e-06}
{"commit": "d93161133f89914a652a65c8303fe777d5a11025", "message": "total read and total written calculations were missing", "proba": 1.3299057854965213e-06}
{"commit": "5c398da10b7d516023182aac4fbe2647f5422b36", "message": "Tabela de opera\u00e7\u00f5es principais funcionando\n", "proba": 8.432649565293104e-07}
{"commit": "24c95e3e3b3395b9950167f8c063a5cae940897f", "message": "Added weapon class", "proba": 1.5673926156978268e-07}
{"commit": "96ec458be02742c2db88c0b792f7c538b2bb7ed6", "message": "Adding forward and inverse kinematic functions for mecanum wheels.\n", "proba": 1.1940446142943983e-07}
{"commit": "2c86fd71a6075a090fd42a5e6e0021ceb7b2a39e", "message": "adding PLYWriter for exporting meshes in Standard Polygon format\n\n--HG--\nbranch : toxiclibs\n", "proba": 1.2615919331437908e-07}
{"commit": "8ce2bef1c64ea64a0f251d0361295fe7433eefc0", "message": "Create NeuralManager.java", "proba": 1.002254975901451e-06}
{"commit": "827307e9ac9c3e74a4a76dde9263f59fc7089ab2", "message": "Create Dictionary.java", "proba": 3.264108499934082e-06}
{"commit": "8c4c2bb769a263769f8b21915d49977354018109", "message": "*Main: Flipped string array\n", "proba": 2.586979462648742e-06}
{"commit": "33040d38deb2c1b333de74bd9f9855ed560258ca", "message": "289. Game of Life\n", "proba": 1.6348960230061493e-07}
{"commit": "b83b9fcd378c00ca06ae9cacc8c53a41d3e741db", "message": "LinearBiasModel of microsatellites\n", "proba": 7.900396781224117e-07}
{"commit": "a3f8514492cb4bc8fa7c36e2c0f720342796ada7", "message": "MtpServer: Do not attempt to stop MTP if it has not been started\n\nFixes an ANR that occurred if we got a USB disconnected event\nbefore the MTP service had started.\n\nBug: 4118033\n\nChange-Id: I6cad4281a5911a9926cae923f34d3a6bf98346c5\nSigned-off-by: Mike Lockwood <368d0007e4626f70737d16df5e49ed8806b98c3f@android.com>\n", "proba": 1.8835346793366625e-07}
{"commit": "7ea3c748372dd0f0c2ccfbcfc074ce828ca72394", "message": "Create StringAVLNodeXtra.java", "proba": 0.0011485066497698426}
{"commit": "ef117ff3e6db6df646bf0cfbfc3ffd0392f476dd", "message": "Logger for framework based on log4j with Tabs levels (Test - method - service and core flow)\n", "proba": 1.0592691523925168e-07}
{"commit": "6c9de3b899bf6feb18efa8b0c61a5f92d08136e6", "message": "AXIS2-2221\nSubmitted by Ming Cheung.  Add doPriv call.\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@509762 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.903165352563519e-07}
{"commit": "ebec813b9da37a64e4a1a9f22f877927ccb9d39c", "message": "[BACKEND] DOUGLAS", "proba": 7.610509055666625e-05}
{"commit": "26ee90e6490b68ea3273561210dbeb205ecac0d2", "message": "use the comfort of ParentChildNode with VisualGraphs (experimental!)\n", "proba": 1.0040155018486985e-07}
{"commit": "f746ea434d871875796f76726a6961349debe643", "message": "fixed few bugs with sync record not getting inserted and updated and also check for cursour count retrieving ModuleFields method\n", "proba": 1.2460832010674494e-07}
{"commit": "19665648348341a015ef7cca9258598ed0d2c10d", "message": "Simplified problem 8.", "proba": 6.440435527110822e-07}
{"commit": "aaa690536c973ca489d877a1fbae8e16188d2b98", "message": "Fix spacing", "proba": 0.00041526646236889064}
{"commit": "e18c146479e7d413aa4942dd11d3f31fe69aa74e", "message": "INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED\n2003/10/22 15:53:08 sw 1.1.2.1: #112769#\n", "proba": 1.1704081970265179e-07}
{"commit": "67c10ef28ee337c3270556e70f27e938a8a273ed", "message": "[R] Log Date 11 20 2016 - Concating nulls doesn't appear to work\n", "proba": 1.8914494148702943e-07}
{"commit": "dfd68ef96ac62ce860c89d582c794b62466489d8", "message": "Hopefully fix dev env issues.\n", "proba": 1.1726226034625142e-07}
{"commit": "3fffcf52f81c713b668b2ccabab30f2a1f6d15a1", "message": "long added to get", "proba": 1.0915294268443176e-07}
{"commit": "933b66efcb32193aa1a6bcddb9074b576caa411e", "message": "add skeleton for 1277\n", "proba": 2.5564359020791017e-06}
{"commit": "698f7024f2b56b9e7dcd2e293e9330a2ca8dfe65", "message": "logging the startup sign\n", "proba": 4.987017518942594e-07}
{"commit": "16dac9fcf940adb089766e83004363deea683bd6", "message": "added subgraph output json fonctions\n", "proba": 5.093386334920069e-07}
{"commit": "2edf6867c7d7929b5b38409d9ec31d48268453d4", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "571315ac3f08746714c915281a84bba0101c3698", "message": "Added DeleteProduct og editProduct til apiServiceImpl\n", "proba": 1.255275634548525e-07}
{"commit": "18d1fb2b7d479d3db87fba522d1b54b3fdea940e", "message": "Initial weather class\n", "proba": 4.674738249832444e-07}
{"commit": "47333dd081f97b0d449f5c11eab02cf2f6cf87c7", "message": "2 to 4 cores\n", "proba": 8.9674716718946e-07}
{"commit": "aab9157fa1731e028902a49a980f7bb8b31b77e0", "message": "Added backward-compatible doclet class", "proba": 1.968051464018572e-07}
{"commit": "276038ed0c8232c47f8bd4c0f78b6ded439d2fa3", "message": "getter isFloatingPoint", "proba": 0.9986269474029541}
{"commit": "12fa03ff2eec5c8fdabb2cd377956d16a11de808", "message": "updated\n", "proba": 4.958747581440548e-07}
{"commit": "43de48dbcbdd279efb27c1a242ad6266041aede2", "message": "#50: RunnableAsProc\n", "proba": 5.888337568649149e-07}
{"commit": "f605434d48e4d9a32e70b5aa998e55f389c29bc5", "message": "Implemented a crude RAW to PNG converter.", "proba": 1.10260067742729e-07}
{"commit": "5ccdf0163594a7c300bf28c3b871896131edc9df", "message": "Checker de parametros\n\nSe agrega la clase con metodos estaticos Checker, que se encarga de\nvalidar los atributos pasados a la misma y lanzar excepciones adecuadas.\nEs una copia de versiones populares que realizan lo mismo, como\n\n - Preconditions: de guava\n - Validate: de org.apache.commons.lang3\n - Assert: de spring\n\nEsta clase es mas similar a la clase Assert de Spring, pero incorpora\ncaracteristicas de las otras dos, como formateador de fechas, y mas\nmetodos. Ademas, la clase Assert de Spring no es recomendada para\nentornos fuera del framework.\n\nLa intencion de esta clase es que se agregen metodos para facilitar\nla validacion de parametros y estados de objetos a los desarrolladores.\n\nrefs #6062\n\nSigned-off-by: Arturo Volpe <78b23be142c916e0749493d1920cb53cf396a264@pol.una.py>\nSigned-off-by: Hector Martinez <17b38a7ef85f0ea8715e6ca55f41b859f2af8876@pol.una.py>\n", "proba": 0.9999943971633911}
{"commit": "77d3b256cbbc17da78845689d251542616d54cd0", "message": "[MONDRIAN-1844]  Correcting a NPE issue when .getPropertyFormattedValue() is passed  a property object which is either not found in one of the maps, or is of an unknown type.\n", "proba": 1.0212941248255447e-07}
{"commit": "a412ace92f6517d3c19d77a2e9dc6cae582eead6", "message": "introduce IntegerEnumeration\n", "proba": 2.103130327668623e-06}
{"commit": "c656c109805b56337e1c3d431668bab346790ad8", "message": "\u6587\u4ef6\u91c7\u96c6\uff0c\u591a\u7ebf\u7a0b\u7ec3\u624b\u6848\u4f8b\n", "proba": 1.207876465514346e-07}
{"commit": "1a473c2baa9a823158d8e0affcd305f2403cada3", "message": "Solved MinimumCoins", "proba": 4.183611963526346e-07}
{"commit": "77839e09472aaf7079a59c9fba307600dd1150b7", "message": "add ValidationException\n", "proba": 1.4501074474537745e-06}
{"commit": "68560c7fd0ce81688f5354d8ddd63b9bffa7ff59", "message": "[KEB] DijsktraAlgorithm als solutionStrategy", "proba": 2.3585961628214136e-07}
{"commit": "c761ca79ebd6806eac80df875ac3cdb85362b832", "message": "Logging added", "proba": 4.661969512653741e-07}
{"commit": "e086392e4651de66aacc962048bf8dc83feaf91b", "message": "adding LootNameManager\n", "proba": 9.695455673863762e-07}
{"commit": "f5329ae8b9965ba20c3e71fd6c658382ca524766", "message": "Add type constraints to antecedents and conseqentes.\nUse skolems to unify creating new concepts, with multiple consequent literals. (In forward chaining)\n", "proba": 2.5268835202041373e-07}
{"commit": "72a439a13e516b3bfd6c524c4b24528f67a2d091", "message": "Codec for java.time.Duration\n\n", "proba": 8.317992978845723e-07}
{"commit": "502787fd2c0c79a042ca5475edc8aa97cc90795a", "message": "first attempt at generating our own redis.conf at runtime\n", "proba": 1.5544803488865e-07}
{"commit": "51bb68367289b280258d080f348c404e12e7cb4f", "message": "New HC EG-2404 for seq_regions on sequence_level with missing dna\n", "proba": 2.313029625611307e-07}
{"commit": "81c925eb8738da0bc411f59a7c0ab76658cbc886", "message": "getting an Instance fo SimpleInterceptorStack\n", "proba": 1.9378464344299573e-07}
{"commit": "840b2c947c052197788177d4fd8087ff75f9f374", "message": "Updating PackageComparator package reference\n", "proba": 1.440283057263514e-07}
{"commit": "82b6076dd9c0bc19c3714c5dbcea2d175a100c27", "message": "Updated #156 - round 8", "proba": 1.2948666494594363e-07}
{"commit": "98ff811cc2d1661dbfc4d5d4d1693ce685e0c019", "message": "2 Fixes\nFix: NPE when registering a user without categories.\nFix: 401 error page title.\n", "proba": 9.79405925249921e-08}
{"commit": "653a519b9d0f4232c1f6bb9bf0becf156392c04c", "message": "Add lambda cast utility class\n", "proba": 1.4729474742125603e-06}
{"commit": "f821ef1915cc530baa096a1548b0688bcb65ad66", "message": "randomsampling\n", "proba": 2.2097376586316386e-06}
{"commit": "2031d7336bb678d5a894fd5ec1a543b2163cd038", "message": "formatting\n", "proba": 1.1576831639104057e-05}
{"commit": "82c47fc767be7e8dce9803cf30a51fa7de7bc019", "message": "kcawd-746 : award's trx type should be copied to newversion.\n", "proba": 1.003802907462159e-07}
{"commit": "d56c3edcdc67a8aa6f11efefe0660b8e4e3bf485", "message": "per conversation with Joseph.  If all_sponsor_to_disclose_for_protocol is set to 'Y', then sponsor is not needed for protocol funding source.\n", "proba": 3.091593043791363e-06}
{"commit": "31cc51082c943fc9e927c170b49c50c7de0c1312", "message": "Fixing a bug with servers not initializing tools until after the initial operations are applied.\n", "proba": 1.109276936972492e-07}
{"commit": "adc942f9e4a56a349ccd93c56467faa0c056f4d5", "message": "EMBL EBI Apache 2 license added\nhigher level annotations removed\nput back in referenced column name to enable higherMAAnnotations again - but with hibernate bug!\nRemove referencedColumnName on lower to higher annotation list\nnew backend images jsps for geneDetails and mp pages\nimaging java classes added\n", "proba": 1.2041110153404588e-07}
{"commit": "cea2978737146485b88f06b24b5df5656f9586e1", "message": "Ensure only enabled profile apps can be launched\n\nChange-Id: I396e99eb6b8a957d994962300eeffeec61d7c46a\nBug: 13691041\n", "proba": 2.556542710863141e-07}
{"commit": "eb2f302d119faaaf5d63f23f0921da9d756da5b4", "message": "am 610008c0: Merge \"Clear old clip rect when creating new surface.\" into mnc-dev\n\n* commit '610008c0ebf5ea4556b4825eac521b2b16f1a66c':\n  Clear old clip rect when creating new surface.\n", "proba": 3.992244330675021e-07}
{"commit": "a3949bd42684302062eaefdb2829f3d36d97a28c", "message": "Add test for method state toString nulls\n", "proba": 8.484137765663036e-07}
{"commit": "de29135d7f41f8ec3c8e9e2adac658375c6c1627", "message": "1. Removed debugging print statement.\n\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@321061 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00023792049614712596}
{"commit": "625c9313756ce4f4f250a992b1d47bd2e1916838", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "77833520cdd93e8d155a97a020359d39bd18ae29", "message": "adding test for House module\n", "proba": 2.6488837079341465e-07}
{"commit": "1068a7a36a996b548eaa88a8e4ceb17f7095a171", "message": "Add testcase for invalid calendar URLs\n", "proba": 9.344769864583213e-07}
{"commit": "7657d4d907cceab42fde089cf56dd7c6558ed785", "message": "HBASE-5966 MapReduce based tests broken on Hadoop 2.0.0-alpha (Gregory Chanan)\n\ngit-svn-id: 1ea5de6e32eadb5f080cfd8bafe1c87167c06d54@1363586 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.556599707138957e-07}
{"commit": "29d2831bb02aac11d0fce1222f14b8e4afae0e41", "message": "test: added RestletApplicationTest\n", "proba": 3.929967817839497e-07}
{"commit": "75b7dffcda42b23ba3a81fc5d78d52c4cdc1ed9a", "message": "getCanonicalPath which resolve (on linux) symbolic links isn't necessary here and can be rather annoying. getAbsolutePath is sufficient.\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@6532 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 1.133813839260256e-06}
{"commit": "746f588e0256dc579ab0afbd0449dc61b0a17547", "message": "synchronize on FlashScope.class instead of StripesConstants.REQ_ATTR_FLASH_SCOPE_LOCATION\n\n\ngit-svn-id: eee8cf2eb4cac5fd9f9d7b672efb1c285d99a606@504 d471f07e-d8fc-0310-a67b-dd4c8ff0e7cd\n", "proba": 2.02064256882295e-06}
{"commit": "fef5a5fbd82df9cc6cf5227a56f3150a4b0833d5", "message": "Added method to play and pause song.  Added method to restart song.  Added song details to be displayed.", "proba": 9.959532576431229e-08}
{"commit": "d5ccd81851d344857188781ef7f238c11d91e460", "message": "simple test\n", "proba": 2.4650271370774135e-06}
{"commit": "57f3200996a0924f6d1820bb2ccde55f46c3f699", "message": "\u7b2c\u4e00\u6b21\u63d0\u4ea4\n", "proba": 1.932562554429751e-07}
{"commit": "acc7b2f4b6e76131a6a36867cbe96ae50dcabad9", "message": "    1.just for a test.\n", "proba": 1.1326915938525417e-07}
{"commit": "6234e22284c1e6be28dd55db8cdf0453e01188bf", "message": "\u5b8c\u5584ctrl\u529f\u80fd\u3002\n", "proba": 2.6833814104065823e-07}
{"commit": "aa87deab6a49d3a9101ad7b11aac424039836ca7", "message": "First Commit\n", "proba": 2.3636039259145036e-07}
{"commit": "5ba801c5418c9af64d25b7e2529fe7719998cdbd", "message": "am f4ed5465: am d37bacd8: VoLTE incoming call number\n\n* commit 'f4ed54653a4a698c923ecb217eda1d3ddb15f023':\n  VoLTE incoming call number\n", "proba": 1.0767812455014791e-06}
{"commit": "33c730a94d09d6991319f5ef753790b330bb5edf", "message": "Remove redundant casts / useless assignment\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@255866 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00010489477426744998}
{"commit": "059c3910c3daed144f56aff2571fbaecaafa5f20", "message": "Created\n", "proba": 1.8226269560273067e-07}
{"commit": "58b6d8f48d50ef6051029a5d96312dbd8a6f2f61", "message": "added SliceListEntry. \n", "proba": 1.2989779918370914e-07}
{"commit": "2bdd3f9e05cdd7ed0827a25780647aee98dd6174", "message": "Type Change", "proba": 1.4995626997915679e-06}
{"commit": "9083c470ba3edf2632d9bb63b037fb94e0fc0e29", "message": "New parameters", "proba": 4.534397248789901e-06}
{"commit": "74f7caa5334df47496f525fa1d93e6eb6e89210c", "message": "Created SimpleFuture for default Future behavior.\n", "proba": 1.1155254497907663e-07}
{"commit": "b097b7be4e498ba477eb11b35255fa7377c5ede5", "message": "Created HelloWorld.java\n\nFirst commit", "proba": 2.563950829426176e-07}
{"commit": "9688ff1db04330bc279451f18797a1e464bf2513", "message": "v0.01.00\n\nChanged to use OpenShift ID\n", "proba": 1.946414442954847e-07}
{"commit": "5f1d48b13b9e303db8c760a2450ea8bd2e9e9192", "message": "Join poller and sendfile threads on destroy. This requires to change the Poller and Sendile to Thread instead Runnable for simplicity.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@992211 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.101633059392043e-07}
{"commit": "c77581c0d64adb75867f6961d70ba8dd9b3f75ff", "message": "Minimum Genetic Mutation\n", "proba": 2.521681608413928e-06}
{"commit": "6fbdb75918b1319457f04ce5e55e7e3d81925f06", "message": "test: add Test for CollectorController\n\nSigned-off-by: Pierre-Alexandre Meyer <ff019a5748a52b5641624af88a54a2f0e46a9fb5@ning.com>\n", "proba": 1.1977112990280148e-07}
{"commit": "24eb776d9d0a4d07d707a9c638422e2641f7721d", "message": "Attempt at the OS-agnostic version of a test that failed on Windows\n", "proba": 4.078222445969004e-06}
{"commit": "3238bb48d081a68b6b33e8c52b1077314fc81bc5", "message": "playground\n", "proba": 2.9861482744308887e-06}
{"commit": "0be5d3914b5f952993d0d5df755883b8d001b3dc", "message": "Fix broken image-link\n", "proba": 0.0004531937011051923}
{"commit": "309aa4b07ea1f9e467390f98f9d3a2ff00a47182", "message": "making things final\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@255872 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.01294622290879488}
{"commit": "3e1ce4d57b197334f01c23a0d5b96e2bb4ca411e", "message": "Don't Pretty unnecessarily.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@257413 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.0951123082777485e-05}
{"commit": "140b7b891ae21591020912d39a27960bc7076388", "message": "Delete HackerHankException.java\n", "proba": 5.622751996270381e-05}
{"commit": "d6ea6edd8d8a9e89302ac22a6b8dbb828590d578", "message": "Improved touch and BACK key handling for TF300T.\n\nThe BACK key is now only handled as escape when hit on the screen and\n  not when touched on the screen (in the system bar).\nThe touch screen overlay (that shows Esc / Ctrl toggles) is also now\n  disabled when using the TF300T hardware keyboard.\n", "proba": 1.0940076577981017e-07}
{"commit": "6698126a0d672e86ab133a5b2bdcf78a4fbb4de3", "message": "RenderPdf: Renders all pages of a PDF to PNG files\n", "proba": 1.2665827853197698e-07}
{"commit": "2a96ada321d071e89337a75c3fac24e38a862a21", "message": "added CORS filter", "proba": 2.790650626138813e-07}
{"commit": "7672c3ccc37d269cb7b27756921a427f237c52c5", "message": "[\uac15\uc6b4\ub355] [Profiler-30] SpanId \uc0dd\uc131\uc744 Radom\uc5d0\uc11c TheradLocalRadom\uc73c\ub85c \ub300\uccb4 \ud568.\n\ngit-svn-id: b93d4b4de9a60c6a8cac5b3fea8c402e5e6037a1@3865 84d0f5b1-2673-498c-a247-62c4ff18d310\n", "proba": 2.7103862976218807e-06}
{"commit": "7eca61d18cf1bcda2eb64aab0330ecc961285e85", "message": "Add line feed for improved logging\n", "proba": 3.421012593207706e-07}
{"commit": "c8750841d899e1d27252b6d326f9b8559ca610bf", "message": "Added Field class\n", "proba": 2.038584199226534e-07}
{"commit": "1e1114c61f22a9b7e724e990794b735ebbfd0c5d", "message": "imports\n\ngit-svn-id: ab5bf4358eb1d1206b526f2c2b4833398a5928e7@686 55fde302-37b5-4f85-817a-e5eb813054a9\n", "proba": 8.120953225443373e-07}
{"commit": "de81ee6e5dc5fac76c07aa39fe30391e396fa66b", "message": "\u27f4GraphStabilizationListener, affects #157.", "proba": 1.0387948634615896e-07}
{"commit": "a78012d4a34a051390f0c67709ace86457533502", "message": "KRACOEUS-1335\n\n", "proba": 3.2381649361923337e-07}
{"commit": "2206e833e4ff36b99f7e640265cb55904b70231b", "message": "Attempting to generate and parse yaml by first going via a generic\nconversion to/from json, unly use data bindings for json. See #5", "proba": 1.202265877964237e-07}
{"commit": "4440786b02a108d84006e444a45b8be92f22677e", "message": "currently a mess\n", "proba": 2.8909289540024474e-07}
{"commit": "76767403da3fe16ca8e5df9549436288c40e09f8", "message": "Codeforces #1207B: Square Filling\n", "proba": 2.4935224018918234e-07}
{"commit": "992f82b62d2e966ee2f3cae53f9a1e91c9025d65", "message": "New Flatten test, based on bug 837706.", "proba": 1.1035768920919509e-07}
{"commit": "03c958b7600d780f4662ff0b362f3ff60d66f244", "message": "An exercise to practice removeIf\n", "proba": 2.927743878444744e-07}
{"commit": "49b7a7cdf5d4ccd82c014f5926d77ad644e23e30", "message": "Update TestRunner.java", "proba": 5.811638743580261e-07}
{"commit": "11ddae0a3570fdeaa421e4e378ae14bc173598ba", "message": "Add unit test for QueueUtils.\n\ngit-svn-id: 53f0c1087cb9b05f99ff63ab1f4d1687a227fef1@1540643 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.6000289178919047e-05}
{"commit": "c765983fb373558bf34c1461b4fc5552fb9ad1e0", "message": "KRACOEUS-5559\n", "proba": 3.858427248815133e-07}
{"commit": "fa556232810ab7ecc669684b2d537a3475a9b3df", "message": "Add a test where a boolean property is not dumped\n", "proba": 4.043838998768479e-06}
{"commit": "8ca6d2d8681927d499e4ad400e62784e3c404c19", "message": "Dodan help koji sadrzi upute o shortcutsima i prikazima valnih oblika.\n\ngit-svn-id: 650ffc0a3ae286c3f0a198ebc7b4f99e37498f62@34 cbae1e92-611c-0410-ab7b-b19ac7dee622\n", "proba": 5.337788934411947e-06}
{"commit": "06908de4a6e1a0cb1666ac2fc60715d3c20b4065", "message": "Testing code for authentication\n", "proba": 7.362688734247058e-07}
{"commit": "dcaeeba75b03596dda61d8e041dbc642cf4f7a2c", "message": "Create RectangleNoCommentsWithError.java", "proba": 1.4470238966168836e-05}
{"commit": "b15055ae5c8c4560cd9942eb61977ea4d445eb48", "message": "Here We Go(relians) Again #3850", "proba": 1.3248406105503818e-07}
{"commit": "9cc20aeef19de8f66e6c505dcba36e6b03824a6d", "message": "HexFRVR-0.1.0.23 - fix bug\n", "proba": 1.2761734069499653e-07}
{"commit": "5946c85133f08749b86ff20fb2ae57b4baac569f", "message": "Add JUnit tests for CompleteCommand\n", "proba": 1.6229407151513442e-07}
{"commit": "75e3103cfecca6bc9458765c1f05fdef2ad9da78", "message": "Fix for PermissionsWebTest\n\n", "proba": 2.090499151563563e-07}
{"commit": "67720717f558b5c6281ed8d457b2782b756c75e2", "message": "Added tests for system exceptions\n", "proba": 2.2263331800331798e-07}
{"commit": "18a8d7c49216fcf702d799cb2b8cee8a4bae60e2", "message": "Create GrammaticizeExpandedQuery.java", "proba": 3.884893544636725e-07}
{"commit": "6bc1ed49c3198547c57c62dd3d63a73f81db5396", "message": "Added made a few adjustments for extra features when send no subtitles, or just 1.\n\nSigned-off-by: TheDudeFromCI <7582d01251f4656304390543974d7b17a3e25c54@yahoo.com>", "proba": 1.2408298744048807e-07}
{"commit": "1e67d73aeca734328ba9b4efc7e93ab7e174b0cb", "message": "CDOL 2 was labeled as CDOL 1", "proba": 0.9999823570251465}
{"commit": "b4f3395747e6192b2c9dfef94c4618cfc26c7204", "message": "Added glColorMaterial implementation and some missing GL constants.\n", "proba": 1.0195132915669092e-07}
{"commit": "44810d75ddb722cef784b3d87bbc64e0e9d1453c", "message": "Adding new question in tree\n", "proba": 0.9985338449478149}
{"commit": "54301aa01029416b0636296b04823e1c96822be3", "message": "fixed classnodefexception\n", "proba": 5.620813112727774e-07}
{"commit": "b6400c88032581dac9f898c80eb5f66768009c6e", "message": "Add code to be able to run the test case against other interop servers.\n\nNote:\nRan with ZERO problems against SUN's endpoint (http://soapinterop.java.sun.com/round5/group5_5?WSDL)\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@255864 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.9209237406321336e-06}
{"commit": "a5d58d79fcbb0994e4099c6cf2d9492d766e2ab1", "message": "Commit the start of some pluggable transformers\n", "proba": 1.2183319313407992e-06}
{"commit": "2226ab13b4723c5a27f82f56109e0eb98929fdf9", "message": "TWEAK: cleanup doc and import of ParseException.\n\ngit-svn-id: ca6d9ebf75caaf710f0e3a4ee74a890c456d4c90@1906 69e27eb3-6e27-0410-b9c6-fffd7e226fab\n", "proba": 2.4361811483686324e-06}
{"commit": "95cecd389bcc5e0b49ce75ef49dc044ee3d44691", "message": "+Conversation: Also listen for command input\n", "proba": 2.8044137252436485e-06}
{"commit": "463a4567b2ecae4dd9af5ff893fac8a300b99518", "message": "foo bar still going on\n", "proba": 1.8422342407120595e-07}
{"commit": "3cd09bb05d59f57aa343e9bb2b8787bc324125da", "message": "Add problems\n", "proba": 5.882814002688974e-05}
{"commit": "9d553b75dab3a9ef68ef1166af13fe3977ce317d", "message": "allow to receive parameters via udp\n", "proba": 2.1390067672655277e-07}
{"commit": "b1fea5acf59113c52c1974712ba8af5da740aa41", "message": "hackerrank->algos->implementation->cavity map", "proba": 6.118069109106727e-07}
{"commit": "62925b0c9d22564164199afb3cbff026f8d987bc", "message": "add leetcode 167", "proba": 3.7262057048792485e-06}
{"commit": "a3c08d101f148e4065bedbbd01ce04373d1bb799", "message": "Some Javadoc ..\n\n", "proba": 1.2504615654052031e-07}
{"commit": "377b5ea570b6159acaa011824dab4cdefd8a7c76", "message": "Delete OverviewWrapper.java", "proba": 9.150891173703712e-07}
{"commit": "a6b70ed09bc65f27ef2dac51cbab526e069cbb5c", "message": "Create vegSearch.java", "proba": 5.559850706049474e-06}
{"commit": "a546aedb6a74c6cd419bd0526a3275d9cc26ff3a", "message": "initial source\n", "proba": 4.79982929846301e-07}
{"commit": "1e7efe2fcd5a4c3af13faaea330b9a30c92931d5", "message": "Application added\n", "proba": 1.8895509867888904e-07}
{"commit": "1f9a2a8ee526dd2078c0b18735fdb59d99b83603", "message": "added interface to help use lambda with code splitting", "proba": 1.8664223944142577e-07}
{"commit": "165408c84dd50461d692c2a6fff3d716e188005e", "message": "Created TrustedUser.java extending the SecureUser.java\nThe TrustedUser.java can Sign and Verify Data with a PublicKey/PrivateKey\n\nSigned-off-by: Paul Hagedorn <228d65e9a155cd2da1c33334ef44d794c88aa75c@gmail.com>\n", "proba": 1.9935494321998704e-07}
{"commit": "e8b71d500d3565bb6f8099ecbecd87d812b3ed24", "message": "Class for reading commit logs\n", "proba": 1.7924952544490225e-07}
{"commit": "61f330f6ab1f87d2662693940efe25d632a25dff", "message": "Remove unneeded comment with author info\n", "proba": 1.3444748958590935e-07}
{"commit": "6501bf8d878d5fb434544f2ad51beb34238f542b", "message": "thread: all in order (Semaphore)\n", "proba": 2.9038852744633914e-07}
{"commit": "ef829ece3c45b33d51d1a8ef584d9d2f5dd55095", "message": "Move position of bundle parceling for PA extras.\n\nBug: 22806380\nChange-Id: I9797ee0f6c9b5143ccd3417cfd5a7b631a4db480\n", "proba": 6.464138095907401e-07}
{"commit": "a708b8fbedd44610e82e393cee654b6ef8b844c9", "message": "Pulling upload functionality into its own callable", "proba": 1.5028467714728322e-07}
{"commit": "41dbde3b50abe09dae35c481d72bf1e1e75ab9ac", "message": "Add experiment DTO", "proba": 2.1261595975374803e-05}
{"commit": "afbfc9be9720835d8db9f96765d21a4af1466d28", "message": "\uac80\uc0c9\ucc3d \uac80\uc0c9\uc804 \uc544\ub798 \ubb38\uad6c '\uac80\uc0c9 \ucc3d\uc5d0 \uc6d0\ud558\uc2dc\ub294 \uac80\uc0c9\uc5b4\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694' \ub85c \uc218\uc815.\n", "proba": 1.306561614455859e-07}
{"commit": "5a9e848db7553bb36bd3e7b2f18fad28d9fcd90a", "message": "Use Default UUID\n", "proba": 6.345277142827399e-06}
{"commit": "e7b030074eb12c7b6a0eb8307d94a31fea990c3d", "message": "Implement rendering to Docbook\n", "proba": 3.577907818907988e-07}
{"commit": "157b7f98961b27b0f0f10f745f4d8da8e7373b2a", "message": ":bug: Fix encoding", "proba": 3.575431401259266e-05}
{"commit": "f1cf5cfbcb6d38f73e41b2bbc01571e5fb2b1f3d", "message": "graph valid tree\n", "proba": 5.407622302300297e-05}
{"commit": "9c9ae55ffe41df7d52f671a45eb95823f997cd6e", "message": "log will only print out stuff when in debug mode\n", "proba": 3.812889701748645e-07}
{"commit": "e5b06c544699c18e7465e61778a4b0c0058d571b", "message": "Fix null author\n", "proba": 3.648577330750413e-05}
{"commit": "4c58fbd61742e6241827f1e026afe693e838b676", "message": "program to find the largest element\n", "proba": 1.1463453120086342e-05}
{"commit": "7cc603bce5ffb495aeb63f32e6d8c492c88a9e11", "message": "Include response message with response code\n\nMakes it easier for people who don't remember all HTTP status codes by\nheart ;)\n", "proba": 1.449892863547575e-07}
{"commit": "806cb9844bda6a240f9cbd0dfaaec7922254e008", "message": "Task for triggering auto-import of activities\n", "proba": 4.7021658247103915e-06}
{"commit": "b175a170d40f1d5db6f87bf7445658555df04738", "message": "Add net_cls subsystem test class.\n", "proba": 1.292933120566886e-07}
{"commit": "c4396396e3c0c7f932e1b6589b9bd073c2f7fda2", "message": "Update Weather info when open the activity\n", "proba": 1.3179122504425322e-07}
{"commit": "14be4cfc8b979367935462b56c2d0312c394c050", "message": "Add carrier config for characters to escape with backslash.\n\nBug: 22779583\nChange-Id: I21ab2c9a4f15bcf96c5b978e7cac4638db259087\n", "proba": 2.584688445494976e-06}
{"commit": "ef4f38cf919322ca1e4e241e26c02bc33fd36ad1", "message": "add comment out\n", "proba": 1.815282359984849e-07}
{"commit": "09f3139367bef426ee1f4bedef24a8e9dd35b0f7", "message": "fix all item fragment\n", "proba": 0.00043261845712549984}
{"commit": "5ec848757edf707b5b2a8d6b0553430b06554aee", "message": "\u4f7f\u7528 Javapoet \u751f\u6210\u7c7b\n", "proba": 1.6503733490935701e-07}
{"commit": "8bfcffb06f4a26daeb4219961e5a51b17cd5e236", "message": "Fixed issue 530: http://code.google.com/p/beast-mcmc/issues/detail?id=530. Now allows marginal prior on root height to be switched off.", "proba": 1.0563637431459938e-07}
{"commit": "0e12f74dd14dd1b1a940644190ad8d19be8da7e6", "message": "Add file Console.java\n", "proba": 2.119235205100267e-06}
{"commit": "c2dd4f6ad506dd3bc44f9c89b03c749d257a0afb", "message": "Fixing Eclipse breakage.\n", "proba": 1.520096475360333e-07}
{"commit": "0436ae9563cde3347da423baa0961479dc822368", "message": "regression test for detro/ghostdriver#489\n", "proba": 1.2940999738475512e-07}
{"commit": "b3094cffca313c691c70881092939b658f69045c", "message": "INTEGRATION: CWS sb7 (1.1.2); FILE ADDED\n2003/07/18 07:37:45 sb 1.1.2.1: #110892# Added test case.\n", "proba": 1.0175803311085474e-07}
{"commit": "08841e470614d8cb2357065d1428badce63799c9", "message": "5. \u041f\u043e\u0434\u0441\u0447\u0435\u0442 \u0444\u0443\u043d\u043a\u0446\u0438\u0438 \u0432 \u0434\u0438\u0430\u043f\u0430\u0437\u043e\u043d\u0435.[#249466]\n", "proba": 1.0873859679350062e-07}
{"commit": "7fb41221626c4dc1123cec9eddccfc285ddf37b3", "message": "<Mainscreen> - This class contains all the information needed to display some news on the mainscreen\n\n\ngit-svn-id: 9152f063e6c097ea698f5080d981f825c48ff636@372 fd477b11-563a-408f-9d6e-eeb9ca009d0c\n", "proba": 1.0417189741929178e-06}
{"commit": "58aa84c0d88b455de69e868036e0de6c29205cd1", "message": "Made `isArtifactOfType()` work even for the cases that are non pre-defined\n", "proba": 2.464596491336124e-07}
{"commit": "0c8aeaaddf0c300ba736475cccfbbfcc611a80b8", "message": "Update BrickWallCut.java", "proba": 3.1866122185419954e-07}
{"commit": "252d025c5f3ec8aab2db69577b8c1eb5d750fd25", "message": "Don't resolve module dependencies if the ModuleManager is external\nit should have already been done during external typechecking", "proba": 4.1177855791829643e-07}
{"commit": "5509c7e042411f4fff5112eb7d58bd5241b1ff7b", "message": "Added ban function\n", "proba": 1.9094555625542853e-07}
{"commit": "6f08a27523d4173b9693e2f7ee5a4e6fd51f1676", "message": "Ignore bundle version when retrieving delta in workspace analyser", "proba": 3.624072917318699e-07}
{"commit": "d751a73f69149b0d6f58c122efa3e8f057634eb0", "message": "ACCUMULO-732 Added hex formatter for shell\n\ngit-svn-id: f2032a8f7e7e147e9bd2f47faaf2ba5297dc4bdd@1374304 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.317570526131021e-07}
{"commit": "88ff63e03d6608270475d0e12c171540baa93d6a", "message": "Add CustomNamedCurves to supply custom curve versions", "proba": 1.2467761223433627e-07}
{"commit": "b72d5453496929e793310c004973d42449bc1e0e", "message": "#467 data-bus: members: StatusMemberTest: added\n", "proba": 1.6794096779904066e-07}
{"commit": "8af5240603609d3a6d929f77aa94c1af719eb9bb", "message": "File for the Diplom Arbeit of Changhua Li(Uni. Stuttgart)\nDesigned for the Transformation of BPEL4Chor to BPEL\n\ngit-svn-id: f03ca5c8a921532f32914eeaa11da0c4ec6e25a1@3197 d672c736-503d-0410-a38a-9366997c882b\n", "proba": 1.709628492108095e-07}
{"commit": "4212dd7dabb9bad15ba28b72e97a087a845b6408", "message": "add measured pressure to plot\nrearrange EVERYTHING (control / state / data and temperature / pressure / density)\n", "proba": 1.5831892596906982e-07}
{"commit": "ecdc7c3a0e110d7a647f38a0660c9765bbd753fb", "message": "lock fix#2\n", "proba": 9.069068482858711e-07}
{"commit": "7de61d33076889ea96aedbf2656ace2754e02052", "message": "added ReflectionUtils\n", "proba": 1.6323316742727911e-07}
{"commit": "eb2a87c9d3f9a6dba4efbf90c74486f2ee8de6d8", "message": "Update isApprovalType() values\n", "proba": 7.313959144994442e-07}
{"commit": "aae78057d768af5191aea0c6c538bde0ea79c68a", "message": "no message\n", "proba": 2.1470650608534925e-05}
{"commit": "d83d4201c8adbf5e5cd559997848502fe26d6b02", "message": "Added EnumPermissionModule", "proba": 1.8083915165334474e-07}
{"commit": "b6015eb75280b8323943ea5148fa490b69647520", "message": "preliminaries for fixing 9th issue\nto be finished soon\nadded LevelGenBugTest with TODO", "proba": 1.208995570323168e-07}
{"commit": "6d00cf9d87d6a35dcb1ccf741284ec46658deea2", "message": "don't add report for non-java projects\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@360591 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.00681687501492e-07}
{"commit": "58c11f0b66e39e1a6068826fb50936f99d5d7f16", "message": "[MPMD-181] Add flag to capture Benchmark information\n- Add missing @since tags for parameters\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1576479 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.974791695782187e-07}
{"commit": "d7b420d77b05420c492d6cfd316a211b9bc7cc52", "message": "Fixed a couple of problems getting packets sent to the TV\n", "proba": 1.6741725517022132e-07}
{"commit": "49c21ea419c9caf792c3878de6a358c9bdbdd2fb", "message": "JOY test\n", "proba": 8.572905016990262e-07}
{"commit": "77cdd85ed1cea222a5df05ecd9eb5a82d89bffc7", "message": "PL-8236 Invalid handling of empty login on login screen\n", "proba": 1.4103150647315488e-07}
{"commit": "dd907b1a94bdd601051da84c2a414251222098b3", "message": "am 6a388ef8: Merge \"Don\\'t play hint animation when touching to wake up\" into lmp-mr1-dev\n\n* commit '6a388ef85eed7659cc5175591e4c7bbaa1b448f6':\n  Don't play hint animation when touching to wake up\n", "proba": 3.87989899763852e-07}
{"commit": "8734bb43c8ac90632d3c4914e96fd9f9eaab4ca9", "message": "In order to make the import results easier for users to examine: Added options to the search panel to show any selected node on the results tree in the graph and to expand that selection by kin type string.\nAdded a diagram tree for imported entities so that the imported entities can be browsed by the user.\nAdded the drag handler to the imported nodes tree.\nWhen an import is complete the imported entities tree is shown in a graph window.\nUpdated the gedcom import to be more friendly in the format of the date resulting from the import, including type labels so that the user knows a submitter from a submission etc.\nReduced the stress on the application when importing by providing the user with the imported entities in a tree rather than trying to graph them all at the same time.\nModified the search and imported node trees to show the selected nodes in the graph and to expand that selection by user entered kintype strings.\n", "proba": 9.191348362946883e-05}
{"commit": "0163e55c5a648fb259b352b14b62ea6181e8ca0c", "message": "Added poly constants\n", "proba": 2.6345838932684273e-07}
{"commit": "8f28548221216f27fa2952b5a1fa40371bbe4cfd", "message": "am 40619ae8: Prevent new ripples when max reached\n\n* commit '40619ae8016248979c0147f6bcc9bfd41f07bb4a':\n  Prevent new ripples when max reached\n", "proba": 3.40221731676138e-06}
{"commit": "ebb01c479cec0398b97045086c888b26168f7fc0", "message": "Initial PluginHelper\n", "proba": 4.085756302174559e-07}
{"commit": "6db5a4045d78f0672667470d89b0b70581a0b55b", "message": "add onClickListener\n", "proba": 1.4494949027721304e-06}
{"commit": "b130c5ad47d0dd84b1deb3c7551a62468360bdb1", "message": "[java-client] Fix a hang in TabletClient\n\nTabletClient#sendRpc has been changing a lot lately, and it's finicky.\nIn this case we weren't handling RPCs that we needed to retry when the\nconnection had already been closed before we even tried to encode the\nRPC. I've only been able to reproduce this on the cluster with really\nslow inserts.\n\nChange-Id: I5f92a2f9464f245182a59178f2eab8a88422864c\nReviewed-on: http://gerrit.cloudera.org:8080/3586\nReviewed-by: Dan Burkert <2591e5f46f28d303f9dc027d475a5c60d8dea17a@cloudera.com>\nTested-by: Kudu Jenkins\n", "proba": 5.6696550018386915e-05}
{"commit": "514cac2b561785dee830b24321a24da6c29feae1", "message": "Create ApplicationWindow.java", "proba": 1.541155484119372e-06}
{"commit": "3f99e9aa025dd45bddfdff9464750384638027f2", "message": "Main #5455: Main API bitches about JDK modules\n", "proba": 1.2523162240540842e-07}
{"commit": "067be25f167a8cbfcb239c1ef3df4e71c11125cd", "message": "INTEGRATION: CWS qwizards2 (1.1.2); FILE ADDED\n2004/07/21 15:54:06 tv 1.1.2.2: several small bugfixes, incl. exchanging some listboxes with combo boxes\n2004/06/04 10:34:41 tv 1.1.2.1: initial revision of the new fax wizard\n", "proba": 1.2817059769076877e-07}
{"commit": "2432e17fe12617d764b1a4a609126f29501bb608", "message": "Update Solution2.java\n\nbitmask ---> bitMask", "proba": 2.0959309665613546e-07}
{"commit": "8478e6e3045faa5f623eb5bb36c7af6b033f4389", "message": "La till toSide()\n", "proba": 5.556896667258115e-07}
{"commit": "4887804ea619dd98ccb52a1cd911d23c74b4b457", "message": "am a6ac0ec3: am 69ebb984: Merge \"according to rfc2617, nc-value = 8LHEX\"\n\n* commit 'a6ac0ec30dfdacb7baba126b5cea69fc7097496e':\n  according to rfc2617, nc-value = 8LHEX\n", "proba": 9.101560181079549e-07}
{"commit": "fcba54eb88e8f4ef867d2205485e391d9855ef4a", "message": "am d3f327be: Merge \"Localize SimpleMonthView\" into mnc-dev\n\n* commit 'd3f327be2d1f8facd709895f2d05757351e8be07':\n  Localize SimpleMonthView\n", "proba": 2.4692428723938065e-07}
{"commit": "b8526bfe091d4a5948f6e3165357bb9bd4bfebbf", "message": "gps: Don't crash if no XTRA servers are specified.\n\nSigned-off-by: Mike Lockwood <368d0007e4626f70737d16df5e49ed8806b98c3f@android.com>\n", "proba": 1.201484280954901e-07}
{"commit": "8dad81b9f56066aeef3ded33a63b4f08799ff03c", "message": "ModelUtil: fix NPE\n", "proba": 1.918730276884162e-06}
{"commit": "e3fe305b34d9453576a421f583351c3485583f89", "message": "SENS: Aggiungi TrackCrossing\n", "proba": 1.7199441515458602e-07}
{"commit": "d64a720114b1cc13498240e0eef3a5529c957c4c", "message": "add a code to create a configured MEP client given a WSDL\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@351861 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0001425395894329995}
{"commit": "b25d0ffc4ff272cc0b7906c76415852592e83a00", "message": "BasicBrowser - Implementation of AbstractWindow for simple browsers\n", "proba": 1.2627678813714738e-07}
{"commit": "fbf16900d6a3257313f2410be88c1e27f6a2e218", "message": "Documented: org.jtrim.collections (package-info)", "proba": 1.2229179446876515e-07}
{"commit": "5e56364e7a8341b062b9b8f87d561ed45f85cd12", "message": "Solution to Caesar Cipher problem in Hackerrank\n", "proba": 2.5759263735380955e-05}
{"commit": "89c80c6311a14b093d685c76663735bcdd4aee81", "message": "See #745\n", "proba": 1.3661890818639222e-07}
{"commit": "415ab6a0c6a31bed7a0a63072a54c88f41ae195e", "message": "fix for GRAILS-1974\n\ngit-svn-id: 29aad96320b2a07b98332cd568fc1316025c072f@6465 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d\n", "proba": 9.142534622696985e-07}
{"commit": "7ebec2a6967847c5be6c0966fab1d6ce8c923cea", "message": "fixed issue #1\n", "proba": 2.319068386213985e-07}
{"commit": "aa38b0297dfceb1bec61d0a107039b1078657c71", "message": "Arquivo abrir/fechar 50%\n", "proba": 2.0393872546264902e-07}
{"commit": "35086f53066f96d5372ff3b6d8261917640c62f0", "message": "Remove accidental code duplication\n", "proba": 0.004772114101797342}
{"commit": "603e2dad6d9d4f24019219db8ee15142ed78b9a0", "message": "Add new overrideExistingHeaders parameter\n\nPossibility to override existing header parameters. HttpServletResponse\naddHeader allows multiple headers with same key.\n", "proba": 1.0504366088071038e-07}
{"commit": "838e87410f45715c2851f1300354fadee2314331", "message": "don't close the last window because that stops the driver apparently\n", "proba": 8.842955026011623e-07}
{"commit": "d178da5f9c064bd083530ad27b4262cfabafc855", "message": "Removeall from list using remove.\n", "proba": 1.5227342942125688e-07}
{"commit": "327daedce31b2e4ee7d9402c3bf71d15bd9bf44d", "message": "Added example of use of the client for extracting related videos\n", "proba": 1.150102093561145e-07}
{"commit": "577ea84ab0bea6b0f2078af3eedfdf29ec24abec", "message": "creates spy instance if required", "proba": 4.0772630427454715e-07}
{"commit": "20c286b8f47b6e8147b9704a33113ab7e063fc19", "message": "Added JsonConfig\n", "proba": 2.1984301667998807e-07}
{"commit": "5c6d6c8569cd68dd0d4136f2c0d248c545e9c705", "message": "Add socialButton core class", "proba": 3.4212277455480944e-07}
{"commit": "d92c3d007216a5064c97a09085784e7faadcd382", "message": "KRACOEUS-1610, KRACOEUS-1619\n\n", "proba": 2.1950856989860767e-06}
{"commit": "7a5550acf4df786027a8cae3e11dee1d97e9a3c2", "message": "countingoutputstream event", "proba": 2.181087893404765e-06}
{"commit": "e09e10c16329ee6b042b2043ffd5c4c635ae729f", "message": "Added comments\n", "proba": 1.2651231884319714e-07}
{"commit": "a05c18402363e60f924eb77d100ddb190de6ba37", "message": "fix back default fonts?\n", "proba": 1.49581325104009e-07}
{"commit": "29cd6b26c046d51201a66e3d0ddc94d1d25d32b5", "message": "[VTK-2185] Replace custom URL resolving code with URL.relativeURL()\n\n", "proba": 4.543251748145849e-07}
{"commit": "dc3f45d9a56bc4031eb165742acea245729c6314", "message": "Permutation: score 100, all test passed, with bonus.\nAbout seven hours, but use 1 hour to occupy more memory to pass the\n\"Test 7\".", "proba": 8.694324833413702e-07}
{"commit": "f8f3135f47112f5c9babc459f6bf79b6d97ac74a", "message": "fastfix2 app", "proba": 1.7106232519381592e-07}
{"commit": "8f2df61424968e19507d754c6a51b28febd9492f", "message": "Was added possibility copying from summary table", "proba": 1.459778360413111e-07}
{"commit": "51e1519ed30f3f4c32c52ef4813e4505859a4e43", "message": "Simplify references to stylesheets\n", "proba": 4.1903345845639706e-05}
{"commit": "ce5c403ca97dc967c1afbca5347a5319341ad393", "message": "New code for passing images from one plugin to another.\n\n", "proba": 1.0225201663160988e-07}
{"commit": "87aba72860d6fd370644889e6813537788854a22", "message": "Update LpcPAIDCASES.java", "proba": 2.6364890004515473e-07}
{"commit": "a54b00dbd553c4f296f4b77670d26ddde4d89922", "message": "invoking singleton constructor of Configurator\n\nAfter making singleton constructor of Configurator, updated Main class", "proba": 5.342814120012918e-07}
{"commit": "7551f3f10fd45c3d6d12a87a3841d41048d77e0b", "message": "HZN-555: Added IT test for the HeatMap\n", "proba": 1.0446244402828597e-07}
{"commit": "009e29e453a67c19dad63186024e3935189fc7a9", "message": "KRACOEUS-6137\n", "proba": 3.294445036772231e-07}
{"commit": "8f2fe5aa5b33afb0466b5161b779f70357461840", "message": "Show detail view script errors\n", "proba": 2.6719871470959333e-07}
{"commit": "3a2e4b21d15718f45ccf0965e1eee409decc13db", "message": "Fix before Avalon notices!\n", "proba": 1.2074779931481316e-07}
{"commit": "1c7cd59af8160efdc99938ca233e136b1e5886fc", "message": "INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED\n2004/03/12 16:16:51 rpiterman 1.1.2.3: documentation and small implementation-fixes\n2004/02/02 11:29:44 tv 1.1.2.2: formatted with autoformatter (indents now use TAB)\n2003/11/07 17:48:01 rpiterman 1.1.2.1: Configures a peer by setting its properties and performing arbitrary configuration.\n", "proba": 1.053016376317828e-07}
{"commit": "5f4e697b3151cee97f0bedcaa137312b21311661", "message": "added date\n", "proba": 6.015403869241709e-06}
{"commit": "6c8c9686340e2b774a117685f274aef2858df050", "message": "forceUpgrade added to StoreInventory\n", "proba": 2.388019311183598e-07}
{"commit": "b1354fcce9ba9b3f824b1801c43dd9bead96667c", "message": "added character range test\n", "proba": 1.759418779556654e-07}
{"commit": "92defe3be56566aa2cbe910951847348cf8baf1c", "message": "Tests for LambdaMatcher in stubbing\n", "proba": 1.3830964462613338e-07}
{"commit": "aba98698466481842c5fe8e85a41b90e5107fcc8", "message": "ENH(Tests for progressbar)\n", "proba": 1.1876360161977573e-07}
{"commit": "b6d4d67f906382a2ac8d0d534dda8bf85d35045a", "message": "test cases for simalrity\n", "proba": 4.818712113774382e-07}
{"commit": "9b89f9abda2a21b46e04dd6d81378dd954512562", "message": "Re-implement .path", "proba": 3.0733904168300796e-06}
{"commit": "a2f319a275fbb2ddc80e3ecabcf4a7d84d0a5e35", "message": "Very small typo", "proba": 9.002080219033815e-07}
{"commit": "989c306f286d9daa64d368f91c3c2df16bfa46cf", "message": "Fixed STS-498. The UnsupportedOperationException was actually a good thing because it exposed the fact that when URI params were present in a forward the previous URI param map was being modified in place instead of copied and then modified.\n\ngit-svn-id: cf2b8e13e5fd585456580429c3991d4364a2cb88@825 d471f07e-d8fc-0310-a67b-dd4c8ff0e7cd\n", "proba": 9.450718607695308e-06}
{"commit": "3de7c27f0c9314e70939dd8556debe80eff90ba0", "message": "Not sure where this went!\n", "proba": 3.937402652809396e-06}
{"commit": "6e4814224907f6472e4edabef4a2d375aa810c69", "message": "Delete EffSetMessage.java", "proba": 7.567612101411214e-07}
{"commit": "2dc592a4ae56c1a6d5d5619811cdf8817f342e8d", "message": "Add tests for the fields of objects in the WebView's Java Bridge.\n\nBug: 5140673\nChange-Id: If1bdd547c09d37bbf6d649f15388352ee76f4887\n", "proba": 1.9074559531873092e-05}
{"commit": "618b5947b4399b53df125c320cf040f972c506a9", "message": "DouniaBerrada: Adding DomWindow that will be used for Android window switching.\n\nr13386\n", "proba": 1.8994990114151733e-07}
{"commit": "a5202ff22d929abb34db6b34ea1c12d75813a15b", "message": "Added OutputHelpers.java file - <Bala>\n", "proba": 1.1462696392072758e-07}
{"commit": "d840addb120a499cfb0f15336a8590bec172f950", "message": "Create XMLPImageDataWriter.java", "proba": 4.158356205152813e-06}
{"commit": "d4d33bd593103c766dbb67ec9c5bfda0629a2c97", "message": "Handle multi-line formats.\n", "proba": 4.19240177507163e-06}
{"commit": "ef1d9580922d9d1a2e14c3e2d3da2260a748a0a6", "message": "Optimization: don't invoke Cursor.getXXX(int) more than necessary\n\n", "proba": 5.069682174507761e-06}
{"commit": "a9ff91991498e1885e298944f22473f50fab96f1", "message": "Class variable converted to local var.\n", "proba": 3.3035595947694674e-07}
{"commit": "5bd3fd6d49acd555617ccbaade13987c2a85bdae", "message": "Fixed Thok dialogue\n", "proba": 2.2061318816213316e-07}
{"commit": "864bbd2361b5821f9b0fc1e3b60b057f376b3bf7", "message": "Create a skeleton for problem 371\n", "proba": 0.00029269701917655766}
{"commit": "ac21b9d176982aa208c617ee0098253c42a9f440", "message": "Configured default (common) OAuth 2 providers.\n", "proba": 1.0911671921576271e-07}
{"commit": "24ae3f256b0b0fff7303bf89b9fb31932030ddb9", "message": "add video stub file\n", "proba": 5.717555495721172e-07}
{"commit": "86d0b34a149a67db02c57920a4645635e21ea0b0", "message": "htsget service client unit tesitng\n", "proba": 3.2335111654901993e-07}
{"commit": "a1a839dc25169075498c9f3e8e2ba65bba5cb159", "message": "fix:servletName\n", "proba": 4.591852848534472e-05}
{"commit": "ee644ce85368ab4d7fa07839442ae999680019b9", "message": "Past Meeting Notes Working", "proba": 1.1978346492469427e-07}
{"commit": "a221488de2d679921c2f33d90b3af8d33cafd0b2", "message": "Added GraphWriter\n", "proba": 1.865383154608935e-07}
{"commit": "af1c34f19c5b5670f6bdb06e526f70cb3f5289f2", "message": "Update AmberGraph.java", "proba": 4.3819383677146106e-07}
{"commit": "c0d6d1f9afd0f06234eed267a4afa11cc220d485", "message": "[Java] Pascal triangle.\n", "proba": 1.9269218398676458e-07}
{"commit": "97eaa6e697336095663649cee27a9e40f097b1db", "message": "am 551de25f: am ebff4c1d: Merge \"Do not wtf when the systemui is not present.\" into cw-e-dev\n\n* commit '551de25fd289c69f2c1ac9f486c88cb9b93861ef':\n  Do not wtf when the systemui is not present.\n", "proba": 2.7704734861799807e-07}
{"commit": "b24a0516936a518a38395da1aabafb11dafb7ee8", "message": "am d01bfcbc: am ccedbe39: am 31d7235b: am d5b329e5: Merge \"Force layout and animation when display changes\" into lmp-dev\n\n* commit 'd01bfcbcff2c27787d1031d324c1b2f25d24eb26':\n  Force layout and animation when display changes\n", "proba": 2.535360863475944e-07}
{"commit": "a5d29971f8f4d463348e9de0f7af7e2e92a377a0", "message": "Disassociate system windows from apps\n\nIf an app launches a system window remove the app token.\n\nFixes bug 16825063.\n\nChange-Id: I7c7403e0958f3cd9f6dd5e2964b2e9cabc51ded7\n", "proba": 0.0005803007516078651}
{"commit": "d6d0c3f54ae6c1ddd0b1ea086aeba28cd3ac2632", "message": "am 84928e72: am 9ca39d74: am 540861c9: am 2dfd8d57: Merge \"Update config when \"Show input method\" is changed\" into lmp-dev\n\n* commit '84928e72e48f61644f2812a28868c9e6e91fadbe':\n  Update config when \"Show input method\" is changed\n", "proba": 2.2059634829929564e-07}
{"commit": "bcab95524da34d0962558ffb60d391ca53bd70c0", "message": "am b64b1dc8: am 77f8112d: am aed35d6b: Merge \"Not include fullscreen opaque window on screenshot\"\n\n* commit 'b64b1dc8a1d65d352cebe86918501b13f1c03e1e':\n  Not include fullscreen opaque window on screenshot\n", "proba": 5.005524030821107e-07}
{"commit": "e97118c84d0a093ee2eb6adbcb45841c0f3bf8db", "message": "am bde7e467: am d229f442: Merge \"Add a timeout state to frozen windows\"\n\n* commit 'bde7e467acf61516706c98a05edc23d25275b7ff':\n  Add a timeout state to frozen windows\n", "proba": 3.332440030590078e-07}
{"commit": "b76eebff47653daf0c98119aeb68b57cb9a46f9d", "message": "Allow the dim brightness to be brighter than the minimum.\n\nDefines the lower end of the allowable screen brightness range\nas the lesser of the dim level, the user brightness setting\nminimum value and the lowest auto-brightness level.\n\nBug: 7295909\nChange-Id: I7a72b4611631f9e51578205ff12898c5bae02b1b\n", "proba": 3.9887304410513025e-06}
{"commit": "4a48b914cc1e1da4131eea47f2b2e95ed87c2e2f", "message": "registering events so you don't have to\n", "proba": 1.7176296296383953e-07}
{"commit": "f28998835385fe4e25c20df6e75098fa567d431b", "message": "add NumberofDifferentSubsequencesGCDs.java\n", "proba": 0.001815607538446784}
{"commit": "d76c53be71df618d515b5aba01fd78f95e4f7493", "message": "Create ConcurrencyUtils.java", "proba": 5.22708205608069e-07}
{"commit": "7091e3f4c399e6f8a4e87b068998bf294fb5485f", "message": "Generates .arff files from .csv files", "proba": 5.533260718948441e-06}
{"commit": "580deb40bb06a8f365d49f645e2e6d9eb6138189", "message": "binary heap\n", "proba": 1.4097131497692317e-05}
{"commit": "2159671b9b4f35a1e701385a5d3a84331eef6a7d", "message": "Added tests for SplitModel", "proba": 1.8726645123479102e-07}
{"commit": "e06754efc9e48798f00b78f213b806dabc9665b0", "message": "Code cleanup\n", "proba": 5.596320988843217e-07}
{"commit": "6c844725aea176335c1a5531cf236deb8cc5286e", "message": "Manager responisble for non regression test\n\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@568 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 4.729680256332358e-07}
{"commit": "412c2023b189110ab8da1507a5a72484076bbc9a", "message": "add SlidingWindowMaximum.java\n", "proba": 8.255410648416728e-07}
{"commit": "7939246dc076ec59d56e8ab2cc0c0282139ea9f4", "message": "am 7a5a50c1: Merge \"Bug 5513073 - IllegalArgumentException: View not attached to window manager\" into ics-mr1\n\n* commit '7a5a50c12f6a6e094d1e8aa7514df37f1176354a':\n  Bug 5513073 - IllegalArgumentException: View not attached to window manager\n", "proba": 4.04690217692405e-06}
{"commit": "7bf4338c6c759577827c69b7f39959ee82756d43", "message": "minor shit\n", "proba": 4.546823504369968e-07}
{"commit": "6bd6082f457a14619d89a6e2624ba0e59845113a", "message": "Add Assets\n", "proba": 6.31919192528585e-07}
{"commit": "0c6058c614bbf379e80f018a1f9b7fe243a42d6a", "message": "Adding class for dealing with streams on system calls. Refs #179.\n\ngit-svn-id: 1001b6e0dd469eaa302a741812f7f5d223cf35f7@1319 ff5d1e40-2be0-497f-93bd-dc18237bd3c7\n", "proba": 2.417321866232669e-06}
{"commit": "5d4c8b8030304f59c5b1f521c78ebe3ee0bad851", "message": "Junit Test Case for Ashdin Plugin\n\n\ngit-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@17782 4f837ed2-42f5-46e7-a7a5-fa17313484d4\n", "proba": 3.1800183819541417e-07}
{"commit": "91156bc852e7401df76946bb9038aa9aaeff5a87", "message": "removed obsolete code\n", "proba": 0.0001848393731052056}
{"commit": "b2a2d101a897ce49dde8a00bcd6868154467bc51", "message": "Initial commit: BufScanner\n", "proba": 1.8153792780140066e-07}
{"commit": "7913205259f37ae3e89af8e827ec15b1416913fe", "message": "Fixing offline host timezone issue.\n\nDateFormat in Java defaults to the TZ which the JVM is running in.  This\nmeans that the offline time (which is UTC) is converted to PT during the\ndate format which means the displayed string is shown as being in the\nfuture instead of the past.\n\nBUG=542371\n\nReview URL: https://codereview.chromium.org/1393193007\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#353574}\n", "proba": 9.68025688052876e-07}
{"commit": "e0477b4a33f230f0db79fe452cdabe41889287f8", "message": "add RequestWrapper\n", "proba": 2.0637594388972502e-07}
{"commit": "356c7a39edc4b48fbd185e904f419ef04dfacc32", "message": "Distinct Entities\n", "proba": 0.00013221611152403057}
{"commit": "cb7340e8bbf87a0b85387249c7fafde56084bf84", "message": "Added BehaviorProcess to represent provocable behavior.\n\nSigned-off-by: Jakob Brandsborg Ehmsen <387ed33cc9ebf98b733caa2520baacd616b28aa5@gmail.com>", "proba": 1.226935211207092e-07}
{"commit": "1efd552ad15ffdfd3aa94bd5f99f8db2671179b6", "message": "Based intellij lift for each PMSTwin\n", "proba": 4.103420451428974e-06}
{"commit": "daf0e39f7d40489f343bcd89aa33863d55c0044b", "message": "create mojo for pub\n", "proba": 1.9036009746287164e-07}
{"commit": "6f747f7ec9897e8c71ed7f97b65dd80505dee2c1", "message": "Remove party\n", "proba": 1.4772746226299205e-06}
{"commit": "de4e6c412944967a60076e739e2cdc59896f9a3a", "message": "!8ball , random answer to anything really\n", "proba": 1.4141064639261458e-06}
{"commit": "ecad68ba041a4d4cff71fef146fef6744b42b72d", "message": "Update Gold.java\n\nfix", "proba": 2.798082903154864e-07}
{"commit": "4831f243aeb577f3e5c9ddb2f251a2685887313f", "message": "added a new class for Constraints\n", "proba": 2.3521673142568034e-07}
{"commit": "7961e50b9528c958498e90f9d2ff5a44748d2090", "message": "\t* kawa/standard/Scheme.java:  Add define-unit.\n\n\ngit-svn-id: a878c62e23c3cdd7109267dfd9bdff0ba03a0163@365 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 3.999757609562948e-06}
{"commit": "a27463f1b458e3e12e31d8e78a7dbb77f4f571d1", "message": "Fix cut-and-paste error.\n\n\ngit-svn-id: a878c62e23c3cdd7109267dfd9bdff0ba03a0163@1267 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 0.9999954700469971}
{"commit": "b831e2443ffe2a662ac0e7381e900c63e5ad8aab", "message": "Support for dynamic title in action-view.\n", "proba": 1.0390465376985958e-07}
{"commit": "e5f01192e25999148b0158240989cba74778b6f1", "message": "Bug 53: Halting a paused controller results in a deadlock\n", "proba": 1.7252898487640778e-07}
{"commit": "0d4861bf38aeab35121bfffeb41d0b44b0d07971", "message": "don't override dataSink label in addDataSink (the psychic friends network was right!)\n", "proba": 1.0423475060861165e-07}
{"commit": "52804ee0d4021e58c317c6827d8a9e8baa50f8dd", "message": "D'oh\\!\n\ngit-svn-id: 093fa4c7fa7b11ddcea9103fc581483144c30c11@1593 5b74d2a0-fa0e-0410-85ed-ffba77ec0bde\n", "proba": 0.0001914435561047867}
{"commit": "84b8c7626d7cdbe3b8defe4c734e30176d371086", "message": "Added new LocalFileSystemRetrieve class implementing Retrieve mechanism. This class was added as part of the generalization of the data sources. This particular class doesn't perform actual retrieve but instead extracts ObjectLocators and holds their values for further processing.\n\nSVN-Revision: 776\n", "proba": 1.3497678708063177e-07}
{"commit": "b48de72d50e856dbd6a5b20cc665393463ed90ac", "message": "Criado a classe DisciplinaService", "proba": 3.2293448271047964e-07}
{"commit": "c6952b55f58510d65cd5f735a4b959aa847f1f3c", "message": "Creaci\u00f3n de los recursos para Agregar, actualizar, recuperar y eliminar una foto para un usario\n", "proba": 1.4221870969777228e-07}
{"commit": "a6c0d7f990f2748955029b4f46f65b7486046b87", "message": "Added MonitorService factory\n\nIn addition to constructing the service, it adds some important\nsystem properties so the library user doesn't have to.\n", "proba": 1.1038063973956014e-07}
{"commit": "da30d07726dc68361c4ded8e1ef063aceb265a6e", "message": "Fixed up commands", "proba": 5.394984782469692e-06}
{"commit": "6560f2118f586896fdd7b4ed2a86bc7b0ec7eed5", "message": "Initial ParserThread framework\n", "proba": 2.870617947792198e-07}
{"commit": "e1aa8a4f0c4e9076a9d12a1ea39c9d9a8f60d07e", "message": "Add demo of multiple-choice SciJava parameters\n", "proba": 2.8820400643780886e-07}
{"commit": "95aa0417e9240d338d87af9618eec9c2586bfa57", "message": "Improved comments and error logging", "proba": 1.577754176196322e-07}
{"commit": "ad110211e6a00b6c694ba2213ac9bb8d15d40fbf", "message": "KRACOEUS-6038\n", "proba": 3.2445018405269366e-07}
{"commit": "d2de0a38c413ccde6c39b342f2fe41cb804edda8", "message": "#55 Define usage activity event structure\n", "proba": 8.031792617657629e-07}
{"commit": "75a286e4936f3cc708b935781260bb3a4bd35710", "message": "Reload the resource after storing it\n\n", "proba": 1.4292303376350901e-06}
{"commit": "91155453901e04da319b268dcc1ac397bd1cbd6b", "message": "VTK-2974 - Changed error handling to catch more for cleanup.\n", "proba": 9.733962258451356e-08}
{"commit": "ab24fd99e4c051864bbf59db98bfbafecad37982", "message": "adding to, sugar function alias of select\n", "proba": 4.6666178832310834e-07}
{"commit": "5a4ad0ff87cc3a249a77faeb758201590695c69d", "message": "Refactor method \"removeClient\".\n", "proba": 1.3394044628967094e-07}
{"commit": "7c4a2a12232d97fbc45f0be72efca9144a30cf75", "message": "Add a comment for secondary user handling in IMMS\n\nThis is a follow up change for I438daf996ba48cdb34f0a6\n\nBug: 8205725\n\nChange-Id: Iae87580b7d56ed8badf548ac1830ddb12a051148\n", "proba": 1.617031102796318e-06}
{"commit": "728598f72af0665b6e0909a2aa6f5b0b263c3982", "message": "circular array rotation\n", "proba": 1.0657186976459343e-05}
{"commit": "5ce0226708ec75b8636d062ae89aeb410c06659c", "message": "am 7ad7b2c4: am 32b81205: Fix a bug where disabled auxilialy IME is unexpectedly re-enabled\n\n* commit '7ad7b2c437d10fb8e7221e6e28aa247217f93681':\n  Fix a bug where disabled auxilialy IME is unexpectedly re-enabled\n", "proba": 1.0670371466403594e-06}
{"commit": "2104cdb0e6bed1616b3a67f4b7eb3d1d6feae07b", "message": "am 9bf572c2: am cd668554: Merge \"Fix a crash in InputMethodManagerService due to permission failure.\" into jb-mr1-dev\n\n* commit '9bf572c2d3998977d4aef456e1c55c5d682b0bef':\n  Fix a crash in InputMethodManagerService due to permission failure.\n", "proba": 7.004853728176386e-07}
{"commit": "ddf322915ba87ef0bf604406ae441c63b371fda0", "message": "Find new recognizer if old one is gone\n\nBefore, RecognitionManagerService just cleared the recognizer\nsetting, which the Settings app really doesn't like.\n\nBug: 6332933\nChange-Id: If4f9b583c304c5ea99021dddda50fca55e3ac541\n", "proba": 2.633909934957046e-05}
{"commit": "070783f6eac010e7d0e09e595c4e8b2334a86962", "message": "Don't let services in persistent processes be lost after crashing.\n\nSpecial cases persistent processes to not allow their services to be\nforce stopped if the processes is crashing multiple times.  Avoid the\nannoying issue with the system bar going away if it is sometimes crashing.\n\nChange-Id: Icf421f45e389827d612d70638030da755a8d3344\n", "proba": 4.3436767782623065e-07}
{"commit": "24dc8bf17b7881abd6751f312ae133ffed98c955", "message": "am 3a624abe: am 92b18800: am ab5efde8: Merge change Iff5b8ce3 into eclair\n\nMerge commit '3a624abe2735168d288bf905ab9cb8ca60a77be5'\n\n* commit '3a624abe2735168d288bf905ab9cb8ca60a77be5':\n  Work on issue 2259506: camera ANRed and then device runtime restarted\n", "proba": 6.561151053574577e-07}
{"commit": "730d53a05d7897d8327ea27711204952da4ed788", "message": "Fix issue #9611000: Random run-time restarts\n\nChange-Id: I776f5e2434b81063780adf247fbd6db7f90c79c2\n", "proba": 9.183833640236116e-07}
{"commit": "f02e57bec0d5496555f7dcb8a126268ec46d9d51", "message": "Fix issue #3431230: \"am\" debugging commands failing on -userdebug builds\n\nChange-Id: I6b5a8bf68d3bd76c7331ee97bab9a68b5033cb5a\n", "proba": 2.0447030237846775e-06}
{"commit": "507b43187add4172eb6f07ebb9b592f5c2222bca", "message": "am 08d11e1f: Merge \"Require that bugreport requesters have DUMP.\"\n\n# Via Android (Google) Code Review (1) and Jeff Sharkey (1)\n* commit '08d11e1fa939ecdda1ecc8bda750c07e924f06aa':\n  Require that bugreport requesters have DUMP.\n", "proba": 1.4985532459377282e-07}
{"commit": "bcc5ff0d81daf4bc5306c195989dfe58ed9dff33", "message": "Bugfix 9603757\nmaster/flo tremendous Gallery battery drain on idle device (syncing pathology?)\n\nChange-Id: I52797fe428a817ac0bdafcf2ab2b0b565839f84c\n", "proba": 2.5306576389994007e-07}
{"commit": "39ddd55aaf9a3c3f14c3f68cd5043d150bb15cb8", "message": "Initial revision.\n", "proba": 2.0178451620722626e-07}
{"commit": "a54a0587cccf076e17183bdd8141a187e907e355", "message": "Removed culprit (exit code 0)\n", "proba": 2.1445719085022574e-06}
{"commit": "4e0c1f74409cf26910efb1e84551fb758f41ba60", "message": "Removed old code that was causing compile issues\n", "proba": 5.784389713880955e-07}
{"commit": "c52d165831e2e76278ab1f069c0acc42f7231b67", "message": "Added Twitter automation task class\n", "proba": 2.514618415716541e-07}
{"commit": "af5e5394a0edb870108c3064f60ab3110ad44ba9", "message": "added error message when not specifying proper command", "proba": 3.863866027131735e-07}
{"commit": "2d0a16c2eff1f1f4b98d4f3fd42fcdbf21a41c2f", "message": "Port MetadataTest from old test suite.\n", "proba": 1.1160766177908954e-07}
{"commit": "a86d1bde76e66d6c033641f3693ec96b6c9ca51c", "message": "Create IPlayerJoinEvent.java", "proba": 1.150944171968149e-06}
{"commit": "ee86200cff3a45aa1cc829e358494d97523f68ba", "message": "\u589e\u52a0\u4e86\u4f60\u597d\n\n\u4f60\u597d\u5199\u4e86\u4e09\u884c\n", "proba": 1.5499787195949466e-06}
{"commit": "c563afdba78d10053b7d6a9da3ce0bcdbc2a066f", "message": "added public static main start for IDEs to find.", "proba": 1.0306499120815715e-07}
{"commit": "298db5b32ef4735d0c289f70a93c449842e7363c", "message": "Factory class for ViewIQueryGenerator\n\nSVN-Revision: 5450\n", "proba": 1.3013313093779288e-07}
{"commit": "3b2c85924968cfcf52e5377df30c65ec46faff26", "message": ":bug: Fix mode & checkbox settings not adding preference", "proba": 1.938537792511852e-07}
{"commit": "7ead662630b7f341b8c98ffe18fe8e9e15b45d76", "message": "Fix comment\n", "proba": 2.1542624040193914e-07}
{"commit": "95a678439f754cb3da22d1265a2b50cc0d61a356", "message": "Adding java file\n", "proba": 1.186435383715434e-06}
{"commit": "a581789932a81b68f740c83d2eec8e0178fe579c", "message": "correct task 5.1\n", "proba": 0.9999994039535522}
{"commit": "0c9c542c3160e2d9ddcb78cd0e39bc8bf4633f9e", "message": "Added Building.java\n", "proba": 2.593550334495376e-07}
{"commit": "ec2395d0ea92e4848faa92ac878bd7cf067cefec", "message": "\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u0440\u043e\u0435\u043a\u0442. [#861] \u0414\u043e\u0431\u0430\u0432\u0438\u043b\u0430 \u0442\u0435\u0441\u0442.\n", "proba": 1.2454559339403204e-07}
{"commit": "d5787c931cf61cbaaa0aa509419153d16751c0bc", "message": "Create countCode.java", "proba": 4.138983058510348e-05}
{"commit": "46be967319614064147c3457b925f1826cda5b23", "message": "taking an alternative tack to eliminate the caching of duplicate header elements in the stub.   instead of wacking the original headers (a modification that glen -1'd), we will update header elements in place whose namespaceURI and localpart match the response header element.  headers not found in the list will be added.\n\nPR: 18854\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@256145 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.0315895906387595e-06}
{"commit": "7492d17840e5611fa27be731bf8b65c6118d2574", "message": "Initial checkin\n\nsvn path=/trunk/eXist-1.0/; revision=300\n", "proba": 2.716306880756747e-06}
{"commit": "18116c01c2e35eab0869e4a982c4669bbccb8af6", "message": "Improve logging in BluetoothHeadsetClientCall.\n\nChange-Id: I3b1b3946ca21c0bbc902a2c521938239a486d98a\n(cherry picked from commit fe985fa7f0286df0317b139a375fa8ee36e6a304)\n", "proba": 5.000495093554491e-07}
{"commit": "6acb495af2aa99714bccf8887f4a1bd79e446487", "message": "am 37cbd74a: Merge \"Ensure we always have valid colors in CaptionStyle\" into lmp-dev\n\n* commit '37cbd74ad6dc3c7639e2ce8200ca40a2acc275ef':\n  Ensure we always have valid colors in CaptionStyle\n", "proba": 2.6178483381045226e-07}
{"commit": "d94cc7584143aaef8a4071212e75991ba74d1a96", "message": "Push any current changes. It's almost time for a major overhaul.", "proba": 1.1214903850031988e-07}
{"commit": "b999f20be3e81770dc991352e54726f55acf7ad0", "message": "Add a test file\n", "proba": 3.6698988878924865e-06}
{"commit": "a92907d4b683b234046b268c3512e675c1f25933", "message": "Faster, faster.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@252457 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0016236579976975918}
{"commit": "14e1d7f728c120bc133883e60b335f4636a944b0", "message": "Added language tag processing", "proba": 1.5745540338230057e-07}
{"commit": "66d12348100931a22a34b8b896f717cc2cf3a751", "message": "Add simple method for checking a string is non-empty", "proba": 0.9999994039535522}
{"commit": "6ea9a955021cc0068e5a2dbca70055119e669e3a", "message": "add ex 362 in java\n", "proba": 4.6653408958263753e-07}
{"commit": "260cb71e90718058ac36cf852a6721c6583e4c95", "message": "Something's fucked up\n\nThe methods Base64.encodeBase64String(byte[]) and Base64.decodeBase64(String)\nare in the apk, yet these were not found at runtime...\n", "proba": 1.1459898274779334e-07}
{"commit": "a33d59c4b15d11e05d1e5224a9751f95b2e25173", "message": "Completed King isValidMove", "proba": 4.909157951260568e-07}
{"commit": "f9aa35d15ab74ea3c8a3b31a2b66c9a014002b5d", "message": "Fix counter update\n", "proba": 5.36423669927899e-07}
{"commit": "8e0aca500e0d32f25a2d01e6358571f6927a8191", "message": "With old  comments code\n", "proba": 1.4522939295602555e-07}
{"commit": "ffb655bb9d4ca7b2cdd4f6405226f248f763dd9c", "message": "\u0414\u043e\u043f\u043e\u043b\u043d\u0435\u043d \u0442\u0435\u0441\u0442 \u043d\u0430 Game.addListener\n", "proba": 2.6578820211398124e-07}
{"commit": "e3e2453793259cba5984c2ac5d965ea4e50a160c", "message": "Added some tests for NgramFrequencyData.\n", "proba": 1.1808293010062698e-07}
{"commit": "ab739a89b0d9ac461f9d7316fac46527c6c28d45", "message": "multisets test cases\n", "proba": 3.041278091586719e-07}
{"commit": "a767eb66361fa786deea30c11ddb010a11a43559", "message": "Add (ignored, for now) tests for SearchActivity\n", "proba": 1.770119411048654e-07}
{"commit": "95db4d879179866161dc6d3648bdd90322d8c536", "message": "Rename variable\n", "proba": 3.1676252092438517e-06}
{"commit": "c43660906430da28a4594de2417ce643112e1e80", "message": "Testing to make sure blockStatements are put in the right order", "proba": 1.9958967811817274e-07}
{"commit": "4d639a09b595fdfd13fb431450cc1bbf3fff5b3d", "message": "add file for chapter_002_2.5.1\n", "proba": 4.150469692376646e-07}
{"commit": "ffefc5b0e58d4e3116d546d3acd68386874c5dfc", "message": "Add VersionComparerTest", "proba": 1.8852023231374915e-07}
{"commit": "89102f9431ecbeefac744a6bec54b47b5e6ff97c", "message": "reverse direction of forearm\n", "proba": 0.004158111289143562}
{"commit": "bbabe1433361d83e4cabab80acdc839e437a8452", "message": "wifi: Send event without prefix to p2p0\n\nBug: 9298955\n\nChange-Id: I71037dd1cd60ee4efa75e1d6fab60a07bdf0626d\nSigned-off-by: Dmitry Shmidt <5b1a755a6b1799d96d2e1f98e16b285f5f690241@google.com>\n", "proba": 1.3889493288843369e-07}
{"commit": "37aeb4700b26bf78491a786108fa5fc86c8bc62f", "message": "WifiScanner: Remove pnosetting stopPno API (1/2)\n\nBUG: 27532350\nChange-Id: I6df3df56e66c7bbb8443c038cd8345989cf2d57e\n", "proba": 6.459270025516162e-07}
{"commit": "9a9320db18cc1d3419493936e90b6847026040ed", "message": "rm extra ;\n\n[git-p4: depot-paths = \"//depot/code/ST4/java/main/\": change = 8592]\n", "proba": 2.2030791058114119e-07}
{"commit": "ca2365cb2291ad2bdb8950ba1e5d6526aba555ce", "message": "Enable non-spot instance override setting for all types. Default is still spot=true.\n", "proba": 1.0885251811032504e-07}
{"commit": "d10189f59545a9a582b19dfcace920c571562691", "message": "[resolve] Improved the error message when resolve fails\nI actually already had done this but had not realized that the message contained the chain of requirements but the getUnresolvedRequirements() only held the top level.\n\nI\u2019ve at least removed the exception trace when it is an unresolved error. I\u2019ve also set the text element to wrap instead of scroll", "proba": 1.36949992679547e-07}
{"commit": "97b7f1244d75e42c14ac034de6712a4d42de3c22", "message": "Test application for #7539\n\nsvn changeset:20846/svn branch:6.7\n", "proba": 1.3433111689664656e-07}
{"commit": "05f0ba3dd6ee116e5b08e2cc4e1e68b60d69bcc5", "message": "adding new IFancyMessage methods to v1_6_R3\n", "proba": 4.1162817865370016e-07}
{"commit": "3963829180e80488f1b1055672a702eda785be85", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@1330 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 5.864379772901884e-07}
{"commit": "811bc30798b5216b7154044db898c63464610fde", "message": "Delete AddShutdownHookHandler.java", "proba": 1.8430125692248112e-06}
{"commit": "756dba1b34321126941b604fa4f4277e20fe243b", "message": "Problem #6.", "proba": 5.926251560595119e-07}
{"commit": "4195d097c535acf9e1c60b323134fcb5609c18b7", "message": "am 8ad86fef: Merge \"Improve documentation of getAltitude\" into gingerbread\n\nMerge commit '8ad86fef49a732617dc26be9324af60f9975342d' into gingerbread-plus-aosp\n\n* commit '8ad86fef49a732617dc26be9324af60f9975342d':\n  Improve documentation of getAltitude\n", "proba": 6.648540420428617e-07}
{"commit": "17da5a691c72fb3dbab37ce1ae1ed3a376e90c32", "message": "StorageManager: Check for a null MountService\n\nSigned-off-by: San Mehat <b23d0c7bb708db91c8b9415ae7caad6fe333f717@google.com>\n", "proba": 1.3653321673245955e-07}
{"commit": "514b2fe966c6f74c820ec92dcf7fe37b116b67e7", "message": "am 131ed03f: am e6269f79: am fead0e14: Merge changes I59323dc5,I31a01aa3 into ics-mr1\n\n* commit '131ed03f30ff85b00ee4f3cd01108f9742c356c2':\n  WebViewDatabase v11 for ICS.\n  Fix a bug in the database upgrade process, and refactor slightly.\n", "proba": 1.2730045284570224e-07}
{"commit": "a0fc86c2d1e3115dc5eb30085bd4f6fb945b3d03", "message": "added a Digster wrapper to work around DIGESTER-118.\n\n\ngit-svn-id: 28f34f9aa52bc55a5ddd5be9e183c5cccadc6ee4@4003 71c3de6d-444a-0410-be80-ed276b4c234a\n", "proba": 9.356217560707591e-06}
{"commit": "282df96b177941d6a3e2ede6748d82a0e7e3bb9c", "message": "Test mutliple answers on a question that not allow that", "proba": 1.0635144462867174e-05}
{"commit": "1d7b74dbcd786dc3751965f2a536739474d84276", "message": "string compare", "proba": 0.9999979734420776}
{"commit": "5fc7b304dd7ab2098f791bd01e6dcc8f0c002740", "message": "Massage datatype complete\n", "proba": 2.1030669472565933e-07}
{"commit": "cea21128abb0bf88670356a12f982c8d429d311a", "message": "update test cases for swap bits problem\n", "proba": 2.1519052495477808e-07}
{"commit": "1a50fcd2fb629c3e41118510cef31afef62561d8", "message": "Update LocalNotification.java", "proba": 3.7297573385330907e-07}
{"commit": "85008e40a0ab87422ad77b82d130ee2839d6721c", "message": "Create UserInputListener.java", "proba": 1.159657017524296e-06}
{"commit": "8ae022a7e05be804dd1ec10c6f5315a616e2a0de", "message": "Fixing NPE crash on null tracks array\n", "proba": 3.2231267255156126e-07}
{"commit": "063563a60b2b8ed5dc00be626f0b15565fe8725a", "message": "Window helper is new file (somehow)\n", "proba": 1.3045831792624085e-07}
{"commit": "71545d1339d600f27e0c876e7cdf75e2a898a3e4", "message": "fixing sharing bug with null bitmap\n", "proba": 2.429686105642759e-07}
{"commit": "7bc19aed36b66e5b3a81bd8b4f8be5be0d858178", "message": "[#53] Phone number should consist of [0-9] only\n\n", "proba": 6.219386705197394e-06}
{"commit": "1bbb6c4b355378255ad4a67fdb14a5ba0d3133fa", "message": "add a constants class for static final fields like the current library version\n", "proba": 2.1420362372737145e-07}
{"commit": "83ce2e4e6e8b322ad695321f98cde256015b6eb7", "message": "bugs\n\nSome crap was added that I took out again.\n", "proba": 9.984258753092945e-08}
{"commit": "55db761d0c728bfd82c3a2531f674aa34f56a037", "message": "add music model\n", "proba": 4.211299255985068e-06}
{"commit": "f6e3039d313aaab8c16725acea12b9ec429ba6f2", "message": "Revert merge from 6.8 fixing #8238 since it was causing issues like #11026. Should be fixed in another way. (no-merge)\n\nChange-Id: I232f55781daf7ab5137f9602d3a3c6c2020c6064\n", "proba": 4.2250558180967346e-05}
{"commit": "e5a08de44154484d4c11fb0c7fd367044434f8ea", "message": "Issue #885: document --verbose=benchmark\n", "proba": 7.428634489770047e-07}
{"commit": "78ee9807387e87714c74e6944d538409e0677b74", "message": "am cd0d7cde: Merge \"camera2: Make legacy error handling more robust.\" into lmp-mr1-dev\nautomerge: 2a11473\n\n* commit '2a114737c636e69a65478778c6edb24c2266518e':\n  camera2: Make legacy error handling more robust.\n", "proba": 2.4729770302656107e-05}
{"commit": "7c3388d0ddc832a3e28ef953ee9c5436038befe0", "message": "handle Internal and External Event Bus implementation\n", "proba": 1.273502334697696e-07}
{"commit": "3edb236bcf75e40d30d9dc21f6fb50bb86bdfa60", "message": "Fix concurrent access to DecimalFormat fields in BigDecimalParser\n\n* Add missing 'final' keyword for constant DecimalFormat fields.\n* Adds synchronized on DecimalFormat instance before using it for parsing big decimal.\n", "proba": 1.078129798770533e-07}
{"commit": "44671bcc9533acafbbc2b1ad753bbe5a54150a7c", "message": "IMPALA-2907: Fixes a deadlock in the catalog\n\nThis commit fixes a deadlock in the catalog caused by an incorrect order of lock\nacquisition during the execution of an ALTER TABLE ADD PARTITION statement.\n\nTesting: Run a full data loading job and a concurrency test\n\nChange-Id: Ia0e18d45737f82476c7ac324702606f9cec82bcf\nReviewed-on: http://gerrit.cloudera.org:8080/1964\nReviewed-by: Henry Robinson <3eca10f30041813f045165784e24b5a950a6cc7e@cloudera.com>\nReviewed-by: Alex Behm <fe1626037acfc2dc542d2aa723a6d14f2464a20c@cloudera.com>\nReviewed-by: Marcel Kornacker <44592b4eea36663c86b994bb0ea99d15309c1c7d@cloudera.com>\nTested-by: Internal Jenkins\n", "proba": 1.8035258335658e-06}
{"commit": "05ad828ea81c42e5533f16409df8754fc5e1c47f", "message": "Adding comments, wishlists in the form of TODO comments, and starting to work on flags now.\n", "proba": 9.794096911264205e-08}
{"commit": "0cb736f754d8f487ebe4c8cc670e5dd2589eaea1", "message": "am 2b46774f: Merge \"Guard against MountService throwing NPE.\" into lmp-mr1-dev\n\n* commit '2b46774ff950270365238e12e4a336e2004500e2':\n  Guard against MountService throwing NPE.\n", "proba": 1.4682868254567438e-07}
{"commit": "3e616c1f6b6b253df01c167f289f7592cbc2cdec", "message": "am 38c53ee8: am 858d04cb: Merge \"Mark PDB identifier as SystemApi\" into lmp-dev\n\n* commit '38c53ee836c76b3aae4bb4815820a5401c017cc2':\n  Mark PDB identifier as SystemApi\n", "proba": 4.272987439435383e-07}
{"commit": "199c0b3f0e03d109d4769d7e01e155b26d946d7c", "message": "am e827c252: Merge \"Allow soft hyphens in languages without patterns\" into mnc-dev\n\n* commit 'e827c2525a6b76c130d2b877fbcdcf62b0ce42eb':\n  Allow soft hyphens in languages without patterns\n", "proba": 2.752675243300473e-07}
{"commit": "c1bf285966f95a52cfa7843efb2b8e37b5b752c9", "message": "Update hint text color even when text present\n\nWhen text is present (so the hint doesn't show), updating the hint color\nwas suppressed. This patch updates the hint color in all cases, but\nstill skips the invalidate when the hint text is not showing.\n\nBug: 17454233\nChange-Id: I3887908fb184a10f7a1d7e64f1d92b4955323227\n", "proba": 1.1556599929463118e-05}
{"commit": "bd198f0968dfe4056035675490c239e86a1c3dce", "message": "add problem 10844\n", "proba": 0.0007406298536807299}
{"commit": "feea6d3c39450db5d8d47ed2ef71202d681e0089", "message": "Implementing ExternalJVMLauncher", "proba": 7.79706681441894e-07}
{"commit": "56a4db1b858e412996d006bd13135eac0c46be0d", "message": "don't call add_type_arg anymore (it's unnecessary)\n", "proba": 1.404426939188852e-07}
{"commit": "1bb8124d3287af02fa11be35729990fe36fe5bd8", "message": "fix bug.\n", "proba": 1.4560576744315767e-07}
{"commit": "5a6557ab54298cc0ea5ac08dddbf353c223d7800", "message": "Clarify documentation\n", "proba": 8.876118045009207e-07}
{"commit": "abb612c5b459002bdd17b6694b15734de9385ade", "message": "TCOMP-57 Support ComponentReferenceProperties\n", "proba": 1.2892625989024964e-07}
{"commit": "702b258997192a36f2f49959c7bb59aa3ceff088", "message": "Buffer for file upload", "proba": 3.033167956800753e-07}
{"commit": "34ccd61fae2988f780269eaee2b75606f0be9f90", "message": "add helper to quickly register all tilemap-related asset loaders\n", "proba": 1.7267218765937287e-07}
{"commit": "3da1bcc66338749a14e2301f3dab228fc1e6cb54", "message": "EnumHelper\n", "proba": 1.3194530765758827e-06}
{"commit": "8d5267a1d9eeda4fa87a2f02ef8965e76d013c29", "message": "remove protection from public get & options methods\n", "proba": 1.1064770433222293e-07}
{"commit": "48df7aae6100c254afdfc36e4a4f3b71cb9e2e0c", "message": "BuildScoreboard.java", "proba": 1.2045628636769834e-06}
{"commit": "1d688e200a0e5a7b99ebe971c7314e98b0d83680", "message": "Fix encoding bug in MacAddrs\n", "proba": 4.851385710935574e-07}
{"commit": "cc6856c3f343656ecb51985cf688f9cf29dfd638", "message": "More widgets!\n", "proba": 1.194298562268159e-07}
{"commit": "1a7a7fb39a43c374cd771db1b318587b253c8a24", "message": "Fix failing tests\n", "proba": 6.911807577125728e-05}
{"commit": "dd2c601d37ec5302a00ec871b47e096d77db9b6a", "message": "[PDT-5237] Show migration error with logger\n", "proba": 1.193169225643942e-07}
{"commit": "d0039e54cb69bef0cda828e32eea5c2952ae07ef", "message": "Add Chunk Data Packet\n", "proba": 5.586269935520249e-07}
{"commit": "1e205aeb2356ab4d5fffa972170ba671a26d7d00", "message": "small modification , initilizing dispatchers\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@280839 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.776413788931677e-07}
{"commit": "098418ec3b7c9b54a5308bbe5f796552039891af", "message": "Fixed elastic search default configuration\n", "proba": 2.851436704531807e-07}
{"commit": "4643ab464bc0c937e26d00bcfb9c9f47397fb643", "message": "use SearchOptions as base for search and OutputOptions", "proba": 2.688422569008253e-07}
{"commit": "f70f447fb085f6fd2ca30042630a9c7d7ad1d28a", "message": "Allow explicit typing in Table.getDatasource()\n", "proba": 9.49024467900017e-07}
{"commit": "65d436c52e69faa536c8fc3de599c8c051d340b8", "message": "Add necessary doPrivs for getURLFromjar and getURLConnection\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@650276 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.177820412427536e-07}
{"commit": "825410649307d053acb46d248260842d39f655dc", "message": "Created State enum to use with addresses.\n", "proba": 1.055924627735294e-07}
{"commit": "99f052110b9762a42e2d413edd3e967277e4286c", "message": "Revisa que exista precapture antes de sacar seguimiento\n", "proba": 4.378751157219085e-07}
{"commit": "c170c7aa409131b849a7f16b29825d214885c1e7", "message": "MediaLibrary: replace interface with getAlbums()\n\nSigned-off-by: Paul Campbell <2a89b5ebf79dd463091573d53822db80c4a96217@kemitix.net>\n", "proba": 1.196934817926376e-07}
{"commit": "2ef1b9f43d883c8585f2c388b236858ecb707ce6", "message": "Ignore \"com_dotnet\" extension on non-Windows\n", "proba": 7.951187581056729e-05}
{"commit": "bde35e7fbd38cb0d148779dc74cc4f2faa2e94d9", "message": "KCIRB-143: minor fix for test error\n", "proba": 1.4147740046155377e-07}
{"commit": "2762b20f4ba18d9ece9ce1148e9c815219d6d0a6", "message": "* initial commit\n* logs json - jackson - mapping - errors", "proba": 7.720145731582306e-07}
{"commit": "65ecfab3df37f266196b5ca22998805edc6a32b5", "message": "fix: rescale images from imdb to h632 (same as in tmdb)\n", "proba": 1.1597007443242546e-07}
{"commit": "ab0179da7205118782125336e5ce58b81c2dbc2e", "message": "Guarding against internal errors that prevent sending request as well as notifying subscriber about any problems.\n", "proba": 1.0340465905755991e-07}
{"commit": "f9c5fb1cd8a52fde25ad96a3d7490b426d90c9f7", "message": "test based on HashSet was not deterministic when launched with different java versions\n", "proba": 2.364383959729821e-07}
{"commit": "79a92f6b8fa54f13589fa9ac6478dd1947006e07", "message": "Changed loop to len of tensor shape because out of bounds for cnn examples otherwise.\n", "proba": 1.080528093666544e-07}
{"commit": "a70b4742a7a0b2edc57cbbbf83d2c6d43ebc300d", "message": "VD: Update the fillColor default as transparent\n\nb/17208473\n\nChange-Id: I52ff3d335094f0a95f138640eb24ef5dba2ef864\n", "proba": 1.6262328017546679e-06}
{"commit": "28a7ea4e55609f716478208dcad2ee4b11642a87", "message": "Creates new class to manage common functions\n", "proba": 2.937387080237386e-07}
{"commit": "fe3d54098a6cc2c4994d716da0bca337f9fa3ced", "message": "Example for waiting for processing.\n", "proba": 1.1486903161994633e-07}
{"commit": "dda039acde9cbfa6ac0546e670a259b1641c056d", "message": "\u589e\u52a0Conf init\n", "proba": 9.603450052964035e-07}
{"commit": "39922561acf2432ac935eb53454886a47747031a", "message": "New SwitchPageCanvas test testSwitchOrientation focusing on the\nstackoverflow question\n\nI can't rotate my page from existing PDF\nhttp://stackoverflow.com/questions/34394199/i-cant-rotate-my-page-from-existing-pdf\n\nSwitching between portrait and landscape like this obviously will cut\noff some parts of the page.\n", "proba": 7.406334134429926e-06}
{"commit": "aa1ae4b56769c28ceb07bc3fbcd52aea4f679dd7", "message": "Added code from Steve Downey, \nwith some formatting changes and extra tests\n\n\ngit-svn-id: d201ecbade8cc7da50e7bffa1d709f7a0d92be7d@137018 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.3552214517840184e-07}
{"commit": "bceb972f839702ecf06a70922d3eaec91eca060e", "message": "UCDetector: Remove unused constructors\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1447910 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.0781889159261482e-06}
{"commit": "f410adfc371af169b4cf8c58a740a0bdb6af1bd9", "message": "Made a wrapper class for Git Dialogs\n", "proba": 1.6578174211190344e-07}
{"commit": "4b6cbd42ba6af87dfd15b533947ef9d0462c91b5", "message": "Window for JADE About\n\n", "proba": 1.2645671176869655e-07}
{"commit": "11b384b8bed082353471cda8d9ebb028acc48275", "message": "Add empty Java file.\n", "proba": 2.1152422391423897e-07}
{"commit": "b90e656cb27eeba1f3bccba731d685972f7cbdb8", "message": "Updates.\n", "proba": 2.137919921096909e-07}
{"commit": "7d5f9095a6feb40aa0c87d5671050df7c24609ef", "message": "am 85562dde: Merge \"Fix keyboard hidden states.\" into honeycomb\n\n* commit '85562dde32d1c78cb6084ad96f409721edbbec51':\n  Fix keyboard hidden states.\n", "proba": 5.276490924188693e-07}
{"commit": "74bea0665a9cecedf04061f12536ebc0d5865828", "message": "Disable HDMI rotation lock.\n\nWe used to lock the rotation to landscape when HDMI\nwas plugged in because we did not have a mechanism\nfor independently rotating secondary displays.\nNow as part of the multi-display work we do have\na way to do this so we can turn off the special HDMI\nrotation lock.\n\nBug: 7410631\nChange-Id: I7948e92ebe6312a1e2eeeb91250259cd67a00fe0\n", "proba": 2.514330788017105e-07}
{"commit": "09aaf57f804a3e3c5e8088423d0d8479672ba1c1", "message": "am 9e8bdc39: Merge \"Force the nav bar visible when an IME window is visible.\" into klp-dev\n\n* commit '9e8bdc39bcdfc22d05edd5f4a0ca69cdffec4f34':\n  Force the nav bar visible when an IME window is visible.\n", "proba": 3.0544248375008465e-07}
{"commit": "f95b89a0971fdfedec9004924615f08d87a6168c", "message": "Fix dock rect calculation when nav is translucent.\n\nMake sure the dock rect in PWM takes the nav bar height\ninto account when translucent.  This forms the basis of\nmany other window calculations, and has multiple downstream\neffects.\n\nFixing this exposed the fact that the Keyguard was not allowed\nto fall into the LAYOUT_HIDE_NAV codepath (since it's not an app\nwindow) - so add TYPE_KEYGUARD to that path.\n\nBug:11157555\nChange-Id: I6b1fc4da973a246b80ec108a561e06f6d8a6a92b\n", "proba": 2.79186679108534e-06}
{"commit": "be4452511a71f67cd490875c8f493dd144491447", "message": "DataSet constructor with mask arrays\n", "proba": 2.360499848919062e-07}
{"commit": "cd3aa81aa2653db824cd78e4275bbfe03a73da7e", "message": "Initial commit: TriggerOperation.java\n", "proba": 4.1906281467163353e-07}
{"commit": "a6f527b9415b78d88ddffa4c343f133ce59a978d", "message": "am ea56c795: am bbba8211: Merge \"Telephony: Handle DATA_CALL_LIST in DCC.\"\n\n* commit 'ea56c795b0b4997f5835ec42a18eccdb173bc468':\n  Telephony: Handle DATA_CALL_LIST in DCC.\n", "proba": 1.338048463139785e-07}
{"commit": "fdef4144c14e39568b863f38d38d74067c1a752f", "message": "Boyer-Moore done\n", "proba": 4.6506326611961413e-07}
{"commit": "3d71e79f9778cb9c294f87b219006815b9609f8e", "message": "more doc\n", "proba": 1.317484930041246e-07}
{"commit": "fef3dd01fbad923bf7ff509f4ee95312fd7cb4db", "message": "am 41185c84: am df47ecaa: am 02a64dae: Merge \"Tethering: Skip link local addresses when enabling NAT\"\n\n* commit '41185c844fa7986ff3e5daa4c11288f6bed1463b':\n  Tethering: Skip link local addresses when enabling NAT\n", "proba": 4.407878293477552e-07}
{"commit": "fc4f101101557a26643355ea7305189fccc1cd36", "message": "am d3916c88: Merge \"Fix application moves.\"\n\n* commit 'd3916c885ba382d78b6c64bc0773dd38638a6c3f':\n  Fix application moves.\n", "proba": 1.3833194145718153e-07}
{"commit": "1c4a44e577c7b8316172d1bf5357d006776ae75e", "message": "Do not return cross-profile intent results to a non-enabled user.\n\nIn PackageManagerService.queryIntentActivities, do not return\nResolveInfos targeting a user which is not enabled.\n\nBUG:19578138\nChange-Id: Id4e730ca8671c26f8cf077bc9c66b3dbd37be482\n", "proba": 4.4751163841283415e-06}
{"commit": "f74aa094b413f113f7dd8cef0ce28fb933a27a5d", "message": "Handle bad package name arguments sensically\n\nDon't blithly go ahead and assume package name arguments are non-null,\nand don't continue to do a bunch of work after an early failure on\ninvalid non-null package names.\n\nBug 13745101\n\nChange-Id: I12ccae343066b39162dedeb46dc58869f55be0ba\n", "proba": 2.189269480368239e-06}
{"commit": "41646474df175d74545429d2f2c1a3f08d97341c", "message": "am 4c4471e2: am 1c4a44e5: Do not return cross-profile intent results to a non-enabled user.\n\n* commit '4c4471e230b0e654a1cfd1468e73b9f58e050b9e':\n  Do not return cross-profile intent results to a non-enabled user.\n", "proba": 2.5131703296210617e-07}
{"commit": "20200849d1dd6ac5e52b3d18ced2d9becb5ff229", "message": "Fix a couple of PM warnings.\n\n- \"Could not delete native binary\" : This one is a bit of\n  a WTF. git history tells us this code has been around for\n  a very long time (the warning's new though). It's a no-op\n  because codePath always contains the *current* codePath and\n  trying to remove native libs from the current codePath will\n  do nothing for bundled apps. This code sounds like it wants\n  to delete dangling native binaries for system apps that were\n  upgraded during an OTA. This sounds like a wrong place to do\n  that, though.\n\n- \"Unrecognized code path\" : This one's harmless and removed\n  by moving this call closer to where it's used.\n\nbug: 16823001\n\nChange-Id: I9b40ae507b2c80ff3fdd45d5699df62bfc86514f\n", "proba": 0.0009036750416271389}
{"commit": "b84cb9e9719855d56ea74c2eb7afc49034c0e66f", "message": "Shorten first boot time by filtering dexopted apps by LRU.\n\nNo longer dexopt all system apps and boot listener user apps.\n\nBug: 23628238\nBug: https://code.google.com/p/android/issues/detail?id=186589\n\nChange-Id: Ib4f960686afcfda13838f7783c2d3ccf8e26db72\n", "proba": 5.803751719213324e-06}
{"commit": "1839b107acb0a9432d80a3521fd54cc3c3c63e6a", "message": "am bf3a24d5: Merge \"Ignore the active network scorer when checking for idleness\" into mnc-dev\n\n* commit 'bf3a24d5ec004a46cc75b947226fb7c23e4a0ed1':\n  Ignore the active network scorer when checking for idleness\n", "proba": 7.828822958799719e-07}
{"commit": "ecca1c6f47402cb43a1a8ab1442763833a2e77d7", "message": "Add new BlockImporter.\n", "proba": 1.3760273986918037e-07}
{"commit": "810801cae97d42eb91957af0fe5a18c8a7447ae2", "message": "olfs: Creating w10n servlet.\n", "proba": 1.3622886285702407e-07}
{"commit": "22def51fd5d897d52e0d940922ffc2af2867ad3f", "message": "Created Linked Lists Directory\n", "proba": 3.139153648135107e-07}
{"commit": "a4e9dab2edf273cc8b59b467e67dca299ec73cf3", "message": "find an interval near 2N such that interval*blockSize*numBlocks=numSteps\n", "proba": 0.9999231100082397}
{"commit": "eb7e8080d9f64ac0cc795abf7ed5b843016152a1", "message": "fix issue 290", "proba": 2.4088316763482e-07}
{"commit": "0f543f7f54f73c308e5dabec972a9470b33c86c4", "message": "\u041a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438\n", "proba": 9.863645118457498e-07}
{"commit": "b3dc982491adc5e96185398fb2fe0f669bbdaf2b", "message": "[i] property files get saved in alphabetical order\n\ngit-svn-id: 9499f031eb5c9fb9d11553a06c92651e5446d292@2134 5fb7f6ec-07c1-534a-b4ca-9155e429e800\n", "proba": 7.63065690989606e-06}
{"commit": "f6616dcea47583c2094696facee212b7aa56829d", "message": "Added ability to provide BEAGLE flags and scaling scheme on a partition-by-partition basis", "proba": 1.2876873256573163e-07}
{"commit": "589154ed57eb616b8ed3ea849d44cb06f10cd02b", "message": "the default implementation of QueryFuture. The code is modified from netty's DefaultChannelFuture\n", "proba": 1.913257960950432e-07}
{"commit": "ab4203cf74e9f3b481b05d0f7241bf332cf7b0f2", "message": "Fixed problem with returning reporterIds from ClassComparison.\n\n\nSVN-Revision: 6389\n", "proba": 1.3705961521282006e-07}
{"commit": "16f183679b4b41ffa0dde047a42d1269f3aa0333", "message": "The class that will handle processing analysis requests and send analysis responses.\n\n\nSVN-Revision: 6324\n", "proba": 1.250616605830146e-07}
{"commit": "bffbaac012609c495e8b2f63f44eaaa854db600e", "message": "An improved fix for issue #10249: Push/Pull diff problem on outgoing/incoming stage. Now we detect right parents in any case.\n", "proba": 9.660588773385825e-08}
{"commit": "348fb5100949240f7301f4d8db777b1cd02aa018", "message": "\u30c4\u30fc\u30eb\u30c1\u30c3\u30d7\u306b\u8077\u696d\u540d\u3092\u304d\u3061\u3093\u3068\u8868\u793a\u3067\u304d\u308b\u3088\u3046\u306b\u5909\u66f4\n", "proba": 3.5022060274059186e-07}
{"commit": "4d79aaaa19dccab37122e46518199cd8b2d6a54d", "message": "adding MirrorList<Method> param on validateRule\n", "proba": 2.0604439043836464e-07}
{"commit": "e2cd3eedf29495affe0ed72798948c75086aa2e1", "message": "adding addressCreate method for bug testing\n", "proba": 5.230413080425933e-07}
{"commit": "0c6eee220c528316d93dc0d3d256d6c7608d585b", "message": "it only matters that you me.calmdown\n", "proba": 5.270426845527254e-05}
{"commit": "87d75018896da9b32d55cc2e3dff3af10ff47ed6", "message": "contains remote record added for optimization purpose\n", "proba": 1.4106889523191057e-07}
{"commit": "8ac3546466592a2d59b23dd7119a4ab8e7bb8204", "message": "unused import\n", "proba": 7.379109661087568e-07}
{"commit": "d5fd74c74b0698190e471d27185cc2118dd01290", "message": "Cleaning Data Miner code by creating new class DataMiningUtils\n", "proba": 2.2483334305434255e-07}
{"commit": "b9b6c8ed2ceefc79480c1e51e12feb14653d9a3e", "message": "Wrapper exception.", "proba": 2.582591775990295e-07}
{"commit": "6facaacb1a576cb3b6eba1f5c821d863ee9f9548", "message": "custom button with icon\n", "proba": 3.176029963469773e-07}
{"commit": "bab7d329e6a494252fcc7092766e11b080ada83a", "message": "Update the variable name\n", "proba": 0.9988393187522888}
{"commit": "f97f2920f628f8725ac9f9a5a5b9ac18335bc288", "message": "@OpenTsdb: add Logging filter\n", "proba": 1.6385375545269198e-07}
{"commit": "5bb85fd66f511ee61299e4e444cd5c3a945ce1e8", "message": "Added AAP test case\n", "proba": 1.9283042718143406e-07}
{"commit": "543541d36c7b3172534e2ab9ccb906f5d1be725e", "message": "modified\n", "proba": 4.220560185785871e-07}
{"commit": "519712d8e198367ed0e649c22a3bd37d641ed87f", "message": "Added ConfigurationNode() constructor.\n", "proba": 1.1134719812844196e-07}
{"commit": "1fc5e67a59dd95fa35172ff8cf5cf9f46ba761cb", "message": "variable isLoaded added\n\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@896 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 6.675758754681738e-07}
{"commit": "29ebc123c338b065a62e195df37b830b21dcca78", "message": "Lines were added to enable new tags such as globusOptions, or BbSubOptions,hence new handlers were created:GlobusOptionHandler\nand OptionHandler for BSub\n\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@140 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 6.226718483048899e-07}
{"commit": "15b36ba50e66fc93dc81a06a8b2e4005e695e7d0", "message": "generic record hashcode fix\n", "proba": 7.098938112903852e-07}
{"commit": "8417ef2177e916bafdd0ef9a19511990d5ada129", "message": "finished pentagoncrazy\n", "proba": 4.208280188322533e-06}
{"commit": "b96f62a5ad2e4642982a0f30f768f87ebc57edcc", "message": "Correcting according to changes made to the models.", "proba": 1.0929689864269676e-07}
{"commit": "6346cc832be7a0f72ba0f9a118005b2849c9d5a6", "message": "fix PriceServiceTest\n", "proba": 3.994643691385136e-07}
{"commit": "41ad809cf98d8feabb6897cc03f21871eefa9a28", "message": "initialize project\n", "proba": 3.2922134778345935e-06}
{"commit": "78c4604ea29455f8f8a9a9f393703d3320df653d", "message": "CMP-360 LuceneHelper#getDocument should be static.", "proba": 1.2113083869280672e-07}
{"commit": "d3a0c0fca09e2c3b61fa6e2d038793acdab1a618", "message": "Minor fix of the submit check.\n", "proba": 1.0474535372395621e-07}
{"commit": "fdb568c026ae8a568cefadc8c2fcd6b7aa781925", "message": "am 035a52f3: Merge \"IccOpenLogicalChannelResponse: Single character fix.\" into lmp-dev\n\n* commit '035a52f36ee400cbc99270efca9e0e991ad1de97':\n  IccOpenLogicalChannelResponse: Single character fix.\n", "proba": 1.820540660446568e-07}
{"commit": "d106322d19fb2b0deba4d28fc63f7a674b87b8d0", "message": "\u5b8c\u5584PDF\u529f\u80fd\u3002\n", "proba": 2.0736612782457087e-07}
{"commit": "0d45bd0bad0748467e72641612e54adef4b179f3", "message": "More tests for CSRF Rest protection.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1709375 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.8972539805872657e-07}
{"commit": "f9f4f91834fd705587337c39c9178454f0ce73d0", "message": "Message type is Bytes not String\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@251836 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9998007416725159}
{"commit": "0932c261362d417771c5ca086afec70599ee964c", "message": "a frame registry used with the portlet tag\n\n\ngit-svn-id: 616481d960d639df1c769687dde8737486ca2a9a@4316 9c99c85f-4d0c-0410-8460-a9a1c48a3a7f\n", "proba": 1.2846787740272703e-06}
{"commit": "01ab68e93de7b052611da3d25c1794952f6d1fcb", "message": "Removed unused imports", "proba": 3.467830822501128e-07}
{"commit": "74c8d8ec74067cebfc2d932dab70c5ecbbda2316", "message": "test SortDataSpec\n", "proba": 5.957474513706984e-07}
{"commit": "99da1827105a3f3c29c3995b05947edc12d6105b", "message": "TEST: add ArcusKetamaHashingTest\n", "proba": 1.3906541198593914e-06}
{"commit": "b61ee8c7606745e32f643b00de50acab6a400059", "message": "Fixed test.\n\n\ngit-svn-id: 71731374771cc6e393963edce979cdb618576940@42 07bd1a25-7017-4616-97c6-7835778216c8\n", "proba": 3.1867384677752852e-06}
{"commit": "99329d005569f47ffe43484108055c6ea686ed41", "message": "OPEN - #9: Campos de formatados em fun\u00e7\u00e3o do padr\u00e3o de cada Banco \nhttp://github.com/jrimum/bopepo/issues/issue/9\n\n * Novo builder (T\u00edtulo) para uso em testes", "proba": 1.3520740083095006e-07}
{"commit": "4f9d26299f14ee4c428ab48a2f0cc261ba1d9017", "message": "example query", "proba": 0.024910040199756622}
{"commit": "a1930fd2a9e71a9ff89bb4b992489ff8c1f2d2f6", "message": "am 6943f7c4: am affda16a: am 17b2a31a: am 0eb4da60: am 1cb0de17: Merge \"Correct the comparison done in removeAdapter.\" into mnc-dev\n\n* commit '6943f7c40293a7b6e5881d3b2c513c1db1ea06d8':\n  Correct the comparison done in removeAdapter.\n", "proba": 5.750069362875365e-07}
{"commit": "ee9030e99a1644bd10011582461e2e68b88a47f1", "message": "RenameTest: temporarily disable failing tests\n\nTo get these tests to pass, I have to do a minor operator overhaul as\ndiscussed with Shengliang and Jingjing on the board last weel.\n\nSigned-off-by: Daniel Halperin <1a02732a15f637c31107256cbee5819e36aa7c67@cs.washington.edu>\n", "proba": 1.248856307256574e-07}
{"commit": "3793773767fb69252c0e522c90aec1a3ef50a735", "message": "am 700ec4b4: am 825a6d12: am 3420d579: am 0e0d4ec9: am f199ac84: Merge \"Set support flag for custom layouts for RecyclerView.\" into mnc-dev\n\n* commit '700ec4b42caefbed65b0c8d058cca1882c716435':\n  Set support flag for custom layouts for RecyclerView.\n", "proba": 1.5486311610857229e-07}
{"commit": "33a06e6af3941dd6b344afd841f5e54226c15aed", "message": "Fix some style in WindowAndroid.\n\nMissing @Override and incorrect usage of @see\n\nBUG=\n\nReview URL: https://codereview.chromium.org/1360243002\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#350371}\n", "proba": 0.0008670146926306188}
{"commit": "615e1a6975cf53f3da80010ca3fd94f7dbf19620", "message": "INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED\n2008/06/24 14:58:01 kz 1.1.2.5: fixed wrong license header\n2008/05/16 07:05:13 lla 1.1.2.4: #i86092# restructures to work with design templates\n2008/04/14 09:22:19 lla 1.1.2.3: #i86092# make code readable/debugable\n2008/03/31 12:15:43 lla 1.1.2.2: #i86092# brace cleanups\n2008/02/14 12:54:02 lla 1.1.2.1: #i86092# new Report Wizard\n", "proba": 1.7890113213070435e-07}
{"commit": "1da978b82659a72f88e5deab89d01911ffd3e4e4", "message": "Class MArc", "proba": 1.9362184957572026e-06}
{"commit": "fdc34247249b2630d1331ca1d431134081a1a1e5", "message": "Update Silver.java", "proba": 5.548895387619268e-07}
{"commit": "934c68d8ad8674a45ed51e4be37193a41e18da74", "message": "Update documentation", "proba": 4.362008496627823e-07}
{"commit": "1a586b91adfbe54bae940ce01f585081d3d84dfe", "message": "Added CommentDao mock object.\n\ngit-svn-id: c54c250ef6781e452e8ba97060b13a35b2e33c47@265 5bee6cb3-3d18-0410-8c93-a642edd49b48\n", "proba": 6.281686637521489e-07}
{"commit": "da4417508debacd3b1de638b0334babeeed64e3c", "message": "add support for custom licenses\n", "proba": 1.81177497893259e-07}
{"commit": "6fdeeb34ae1be8ef7579456b443befd7e9b92ac0", "message": "Use DecorToolbar.getViewGroup() to get the view properly.\n\nBug: 15320825\nChange-Id: Ib7e162c816fadf2b5c83af1326e7158f6bd69c8e\n", "proba": 7.657323294552043e-06}
{"commit": "66c6897336d3b2453170e1701f953b835a08ca09", "message": "Start of MemoryEventStorage.implementation (WIP)\n", "proba": 1.4552497873410175e-07}
{"commit": "50ec82b938158e97db692a920a2fa73f39f98bb4", "message": "Added code for \"entity in use\".", "proba": 1.1541620636990046e-07}
{"commit": "fea2e1817e95e66f44af7b8be6e45b4f8df57bc4", "message": "Updated admob information\n", "proba": 2.2034888047528511e-07}
{"commit": "0bb4214a75b33d10c5b1ba4c4f5dc05c5beaec4d", "message": "Updating crash reporting\n", "proba": 3.9743142110637564e-07}
{"commit": "d37960a21df5c1f05b563e6dd003e4e5dbc6c44d", "message": "[add] geometry json transform crs\n", "proba": 1.1082158835051814e-06}
{"commit": "1078a0bef51ae2e0935978e827f478d5a720ef5f", "message": "Add getBeesClient(Class<T>)\n", "proba": 2.181486280505851e-07}
{"commit": "9c066126231af95b00353623c4716db6313e9366", "message": "update\norganized imports\n", "proba": 2.969569834476715e-07}
{"commit": "8716fdf51203d4a4d7035d49583a673f145be41d", "message": "Log exception when refreshing user fails", "proba": 8.114241154544288e-07}
{"commit": "9e0d6f8a10b96d3dab8e61ff6dab7e4ef6803dba", "message": "Update WeatherActivity.java", "proba": 1.3423702966974815e-06}
{"commit": "43ad460eae6d1eda1ace533189bfb4603b4c2010", "message": "jni: Update TraceDevice to adhere to Device interface.\n\nSeveral previous updates to the Device interface required updates\nto TraceDevice but were forgotten.\n", "proba": 1.0279995166229128e-07}
{"commit": "a6af4b0587818dc71c0c55014fcf61d8be379e99", "message": "Create Projectile.java", "proba": 6.265096317292773e-07}
{"commit": "5969bafe05fb229d92fe725eac21f6623fee82c5", "message": "Set max length to CvcField\n", "proba": 2.6733923732535914e-05}
{"commit": "342e557c8901f0ea61890aef22800849cdb7d2ed", "message": "Fixed query parser (jopt-simple has changed).\n", "proba": 1.0903017511054713e-07}
{"commit": "3eda4dc12e834b9e7ffd9f1159175018e26a5a7b", "message": "Common class for comfortable api methods execution. Beginning.\n", "proba": 1.193023564383111e-07}
{"commit": "f17af92e3576b156faaca88d9d0afea9e263a367", "message": "removed old methods\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@7634 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 2.5088243091886397e-06}
{"commit": "530a0c492a2808af2d102929ec72d7f1a8d67cb2", "message": "\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@3083 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 4.023993085411348e-07}
{"commit": "b408d143fc85d88a3dc3504c0a255956bfe50985", "message": "Cleanup\n\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@7871 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: e5a34dbe570111c00f540b20f5447fdcb4ac8aa4", "proba": 1.486177097831387e-06}
{"commit": "0b716ce0d37225ff65d6deaafb471d204f737074", "message": "Remove unnecessary semicolon\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1786852 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999994039535522}
{"commit": "27840d4ca327ba0ec407a42dc0df9ac0b97514c9", "message": "Java 8's way to work with Date and Times\n", "proba": 1.1796418419862675e-07}
{"commit": "f8e864a119be232e1b146244304e11cbaad11bc8", "message": "added dropwizard Configuration class\n", "proba": 2.905808003106358e-07}
{"commit": "cb4fe1fa8eaf6f4b50c96fe31c55b72245c0bfa3", "message": "Add port find example\n", "proba": 8.219344636017922e-07}
{"commit": "1a27fb129c468786ecdcf7ed9edc024ac2ace934", "message": "sandboxing\n", "proba": 5.672833935932431e-07}
{"commit": "63aeba55b9ed46b9964248c1f1259110b10ac21e", "message": "readded deleted src files from rev 541\n\n", "proba": 2.082418717463952e-07}
{"commit": "eb9368391b97e1b30366fc73d39958894367f8d5", "message": "Chrono.java: create a way to have a chrono for the game.\n", "proba": 1.119378936209614e-07}
{"commit": "2704bde6226e45f82894e07bed5e41597375f96f", "message": "tica: first contender ...\n", "proba": 1.287893667267781e-07}
{"commit": "43707a83ec12957fb84a406276a38fbaf4e23fd3", "message": "UsbManager: minor Javadoc tweak\n\nChange-Id: I44efc54cd2a0991465aabe0ecea1b8a3291014c2\nSigned-off-by: Mike Lockwood <368d0007e4626f70737d16df5e49ed8806b98c3f@android.com>\n", "proba": 1.1516540610045922e-07}
{"commit": "09604c8ecd636dd4109169a626e9ed63ee01a471", "message": "fixed Resource.java\n", "proba": 8.432657523371745e-07}
{"commit": "fc522d8451dec45153b20c495cf6624e3793be3d", "message": "Moving files to Entities.\n", "proba": 1.3895548534037516e-07}
{"commit": "203a35231fe740b5dfcb88fe4c919f5076f8e1a5", "message": "Jenkins\u30b5\u30fc\u30d0\u904b\u7528\u30c6\u30b9\u30c8\n", "proba": 2.5536479597576545e-07}
{"commit": "cba94c121d75f4dc6f821b71b737221512b83b93", "message": "\u00c4ndrat s\u00e5 att den tar coordinates ist\u00e4llet f\u00f6r index\n", "proba": 7.981412863955484e-07}
{"commit": "6adb1c10bf0f1626e1e16ae1da55c2552b2571f3", "message": "T888 - new test case added\n", "proba": 1.1297517943376079e-07}
{"commit": "0586a01ecfb6d2117fd8f07f1d329d3014546824", "message": "Added missing tags\n\nSigned-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>\n", "proba": 1.17259013165949e-07}
{"commit": "4ab037d0e74daafab5541f0ec70d02bf4e26cfab", "message": "Document lack of nestability of clipping regions.\n", "proba": 1.1234386221303794e-07}
{"commit": "bd9ee39a5a61d41e76aa5b306d88255ac16d7a48", "message": "Added an app called TreeLengthFinder that calculates tree length in bulk (like LogAnalyzer). Will change this at some point to make it calculate more tree stats", "proba": 1.45832288467318e-07}
{"commit": "3317ac6039d72ebee030ce809dbe0a9c97ceae0d", "message": "GROOVY-946 : oops, missing class, sorry\n\n\ngit-svn-id: aa43ce4553b005588bb3cc6c16966320b011facb@2496 a5544e8c-8a19-0410-ba12-f9af4593a198\n", "proba": 5.983861228742171e-07}
{"commit": "eed3940b43b7d2f347fc55c378d54cf167f8c7a8", "message": "Dependencies version recent and success build from intellij\n// TODO : Need to add Twitter.conf\n//        And just try to write with flume\n", "proba": 1.3780734775536985e-07}
{"commit": "a530ad5ba8e60d90757bced8896c7067790d891a", "message": "Added generic log tailing class.\n", "proba": 1.0961380780827312e-07}
{"commit": "b8335ac8c52da04a472f74c8d9b016450076a1aa", "message": "Initial commit of APMap, including preliminary Board\n", "proba": 1.1849378012129819e-07}
{"commit": "b1c583e681ecefd0bef04b27f7b82068340ad12f", "message": "Skeleton for problem 397\n", "proba": 3.170068509916746e-07}
{"commit": "e81b0c2d7dcc0039b1374c912aa1f1d529c10391", "message": "Skeleton for problem 478\n", "proba": 3.997017472556763e-07}
{"commit": "fd5c39cf63968d219072fca7e4b4a867f32d595f", "message": "Skeleton for problem 504\n", "proba": 6.09185804023582e-07}
{"commit": "4a0cb112eae8642c0b79e2c0a567f80f5f6edf36", "message": "Skeleton for problem 561\n", "proba": 5.16089130542241e-07}
{"commit": "583e3a60f9ed2df3bbfaca2207249333ace8beb6", "message": "Skeleton for problem 658\n", "proba": 3.2217036505244323e-07}
{"commit": "0fa9b1ea33754b6026358949b7bee87456897a47", "message": "change to Interface\n", "proba": 2.1397995624283794e-06}
{"commit": "a8f8574420e75bd30f880ffcd83d27dc9982f186", "message": "Skeleton for problem 868\n", "proba": 2.4019681177378516e-07}
{"commit": "7129dfc355780be39d1821a19d39559df01c6f0f", "message": "Add Condition\n", "proba": 2.437647481201566e-06}
{"commit": "22b8ba342d3b9684d361db437e6c116fedc73492", "message": "Added NodeList class for lists of nodes\n", "proba": 1.5245971951571846e-07}
{"commit": "cb024b55fbf7a823dd0c67be9e5a3a88cd594468", "message": "Added audio class\n", "proba": 1.367701401022714e-07}
{"commit": "d907039f569844850bf09355ffb32b411a40071b", "message": "Delete DatabaseManager.java", "proba": 3.7584939036605647e-06}
{"commit": "73409e591f0c1039da6b2c49ba73d493f5fa441f", "message": "[test] add tests for HTTP PATCH\n\nTests if targeted XQuerys will see the\nmethod and data of PATCH requests.\n", "proba": 1.0259662985845353e-07}
{"commit": "cc408c650064631315baac03fd7bc46ec0dd8c21", "message": "Vector builder panel mostly done, just have to add an autofill\n", "proba": 1.1811423661356457e-07}
{"commit": "9c97cfc959d9c29a52e1a17c4e3c64db75c65773", "message": "Test.java now uses the reworked Plot-class\n", "proba": 1.404854259590138e-07}
{"commit": "2d16e32f89f3324908f36ab592f2f74b4ab86cc3", "message": "refactor\n", "proba": 0.9999991655349731}
{"commit": "674d72a00b8fe9416aa6f55f9af2b93c7032dec5", "message": "gs-cv: added a custom enum to store the ImgFilters\n", "proba": 2.584954756912339e-07}
{"commit": "a27c33dd567e78248276a0f82782dc0e431bc868", "message": "Missing file.\n", "proba": 3.7436697652992734e-07}
{"commit": "94092164469f3c1e2a06927dcc096d1c7d914f1f", "message": "Added tokenisation test\n\n\nFormer-commit-id: 252265b2bbdaf01b4b0a2689d271f375b3f5b59c", "proba": 2.711526349230553e-06}
{"commit": "285c626d27bbff2cc85d59d53886fe1f22c630e8", "message": "Cr\u00e9ation de la classe de gestion de l'EntityManagerFactory", "proba": 3.226786589038966e-07}
{"commit": "eccd0a184e71ede40af3b46a6140d4a20210c5ee", "message": "Tests for TemplateQuery\n", "proba": 2.309247406628856e-07}
{"commit": "bfb758ad67600f75712db3db7b5f3a6a272732d2", "message": "moved\n", "proba": 1.376903242089611e-06}
{"commit": "4a09dc3d0a59a11a1aac7f0dbec530bca8edd7c6", "message": "o improved javadoc and comments\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@672253 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.831919232448854e-07}
{"commit": "14b1da60dd3949cbbfb8a899839c8ec1e1bebf8a", "message": "[MIDEA-108] mvn idea:idea should call phases process-sources and generate-resources\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@635080 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.705702384759206e-06}
{"commit": "73b7185db32253e6a34b97d346ad25410c6cdbdd", "message": "notify\u5b9e\u73b0\u6d88\u606f\u961f\u5217\n", "proba": 2.673213259640761e-07}
{"commit": "637ff0978a694a85241d05738449924cf0dfc459", "message": "compatibility class\n", "proba": 4.816428713638743e-07}
{"commit": "a8090a7e27d430477675e77b7e867a5bb9f982f1", "message": "remove LogisticRegressioner.java", "proba": 2.9900293156970292e-06}
{"commit": "5a216fe355056372e776d260ce6939574b2cce2c", "message": "qa: added JUnit test: RegistryTest\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@5269 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 2c34a32caab3131caa385c0d62cf5c8e900c08a8", "proba": 1.2527453918664833e-06}
{"commit": "82c671ce1c91a2fde6c1a3c4e3917fc71625fca0", "message": "Create ReshapeOperationExample.java", "proba": 4.859243745158892e-07}
{"commit": "1340bc8c2fcf8b7b3778c8d4ecf2c0710e812e37", "message": "fix: constractor change private to public\n", "proba": 3.4585737012093887e-06}
{"commit": "92c4bef45a4674b05e1ea7a8b2493f4835f0b646", "message": "Create ServiceContext.java", "proba": 3.1157101147982758e-06}
{"commit": "cbdb4380ee05449037503d33e77f16087e03c10d", "message": "Register our platform headlessly when testing.\n", "proba": 1.0544091111341913e-07}
{"commit": "ce580f02ac7bd8df662f0fa193bd8b2abe2c0ab9", "message": "Removed unnecessary things", "proba": 9.099398994294461e-06}
{"commit": "2fb39a7a827a5cccd15922046312218fa8d2ffaa", "message": "Added a KD variant of the Wilber algorithm, now also with the file.", "proba": 1.0109351933351718e-07}
{"commit": "2eca53706d3eeea2862b3d4a091fc82f4ff9b03e", "message": "Messing with Michael", "proba": 3.423518819545279e-07}
{"commit": "393e59e79b77a4eb618aae8bded913075f02426f", "message": "Quiz: Handle the Settings Change; add mLocation to onCreate in MainActivity\n", "proba": 2.238186596059677e-07}
{"commit": "e92c7405f202ee04e67f182f9514388040a760e8", "message": "touch base tag dao\n", "proba": 3.501394871818775e-07}
{"commit": "34784caab680c1de6e70e473d9ccfaddff1269e5", "message": "Added screen tests.\n", "proba": 1.2795808856935764e-07}
{"commit": "db99f3980bacf123dfa2c666974bdb0c2dfbaba1", "message": "Adding wrapper around Smith Waterman library.", "proba": 1.1897116536374597e-07}
{"commit": "c64910501a065df8ddafbee88af905a7c07d9a79", "message": "Create Elements.java", "proba": 9.144008004113857e-07}
{"commit": "11e95f88ebd9d555d92384e34bb88fa23d5a0306", "message": "Cleanup\n\ngit-svn-id: ab653825c7e3cdfecfd8a0724cfdec44aa635e33@66 0cf59fa1-751c-0410-8529-da8c0b0e53fa\n", "proba": 1.3466476502799196e-06}
{"commit": "17104803126841ca0522cc13c19795e52b1394dc", "message": "Added isEverywhere from Array-2\n", "proba": 2.0841055459186464e-07}
{"commit": "19178b929d0de692daaf0780c785247c874a1bc9", "message": "added a little test case for CAMEL-1243 to ensure it gets set when we send to an endpoint\n\ngit-svn-id: e3ccc80b644512be24afa6caf639b2d1f1969354@733093 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.265040788846818e-07}
{"commit": "625d35a8340360dd0e551889a4b35fc7ecbbe4bb", "message": "Testing Done\n", "proba": 5.277376544654544e-07}
{"commit": "c7b94477e8170f3e524236dfbe0092e18215bdf4", "message": "New Peers are added when a message is recieved from them.\n", "proba": 1.0160035657236222e-07}
{"commit": "f3e265649cb89a10317cd38ec48703571acaa349", "message": "Methods abstract class Model", "proba": 2.498399908290594e-06}
{"commit": "ed340fc1ee112b9e7a305068569aae5388f3288d", "message": "That HashSet should have been a LinkedHashSet.\n\ngit-svn-id: 1cb8ba81e35536520dc3c869e3ef27a5006f98a2@441 79e2b5ea-dad9-11de-b64b-7d26b27941e2\n", "proba": 0.9991133809089661}
{"commit": "c7d4a10a4a432ae997eaf2557a95d01a685f17eb", "message": "api: add clan channel changed event\n", "proba": 6.51497373382881e-07}
{"commit": "3c70893a363af7275db5859110d393810054d765", "message": "am 00d28aee: am 2800c9fd: am e42441a2: Merge \"Don\\'t lose critical success/failure messages\" into mnc-dev\n\n* commit '00d28aee898cf50530b61d099228745f674fa8da':\n  Don't lose critical success/failure messages\n", "proba": 7.30158205897169e-07}
{"commit": "dd2fb9884bdabd6b8ee7fd38628cfc6ef4e4267b", "message": "fixed issue #12 \u652f\u6301\u4e00\u4e0bcreate/drop index\n", "proba": 1.1238844166427953e-07}
{"commit": "ec72afbdb9b6ab641137485bf465adae651c676c", "message": "Add SelectorQuery unit test\n", "proba": 2.556289189215022e-07}
{"commit": "077b60644ad8ff3f83e6dd0907bf67d804d9c24a", "message": "Changed species tree annotations to use two double arrays: dmt and dmv to represent the times and values of the demographic function for the associated branch. This fits in with standard TreeTrait.DA() class and will be automatically annotated by TreeAnnotator and visualizable in FigTree. Some changes in *BEAST specific post-processing will be necessary but I don't have access to that code which I believe is in Python somewhere.", "proba": 1.1045708703250057e-07}
{"commit": "7d8ee22cd7633aa100695dc3898ebfa1f66000bf", "message": "TCP Socket\n\nfirst version, to be improved\n", "proba": 1.4526735014896985e-07}
{"commit": "f335480d2571a5e6f662364a333f2ef7f9f70dd1", "message": "Exception for the Unit.shift() methods.\n\n", "proba": 1.2137830651681725e-07}
{"commit": "d18e65278fb05a25b9cf7c4e5d3b5fab12cca073", "message": "correct help message of nanimview", "proba": 1.9956759444994532e-07}
{"commit": "aaeb1451e3b1af027fc66b01b6456454629e8005", "message": "Added new classes\n", "proba": 1.4576887963357876e-07}
{"commit": "0f693cea4c2ebb32aaeff84120970f782fe913e6", "message": "Don't permanently set this\n", "proba": 4.701981026755675e-07}
{"commit": "bbb6fad76eb978770dbc07b3632da1542ebb9d03", "message": "learn java8 default keyword.\n", "proba": 1.2104665358947386e-07}
{"commit": "917582437470d98591d534647eca0b03b6b255fb", "message": "Adding one more java file\n", "proba": 2.2451430936598626e-07}
{"commit": "4013cdd46d60548a87fb39fadd82dba8f03bfcbf", "message": "Fix typo in ChannelManager::get\n\nFixed typo in commit a39617ea1368d5a545f8ce7aea5ad0d824e123c7\nwhere channels.get(channel) was called instead of using the\nProxiedChannel returned from the previous call to that method.\n", "proba": 1.1585533599145492e-07}
{"commit": "99acb159cee0bc060b5eaeb291724351b715b353", "message": "added exercise\n", "proba": 2.9838173531970824e-07}
{"commit": "dfa4e9dc7a451a5e65aa13e842fbd4a8db894ffa", "message": "Fixed an issue with the img tag. Now if a step is left without an img tag it doesn't crash\n", "proba": 3.645971276000637e-07}
{"commit": "76516fbe3f0a4211c1c61c66eb92a7c7bc27309e", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "1a9555d0e37e6f7fe51aff9e0f7d3643947e67c6", "message": "Start design pattern package\n", "proba": 2.32958413448614e-07}
{"commit": "e39fb73ea004ab5f58423138876d59e9636ff12a", "message": "Clean up class comment\n", "proba": 1.5532236830040347e-07}
{"commit": "9c2b9dee84d67c99107cd251a68eeea96283473b", "message": "Built in functional interfaces\n", "proba": 8.130670607897628e-07}
{"commit": "35a6751dce5a2b3d29bf7721d15c1fddaa99c697", "message": "slow but simple reference implementation of LDA\n", "proba": 2.971170260934741e-07}
{"commit": "5e587d193db03e1ff99d06c80a4bdf9fea6d0b73", "message": "HBASE-12692 NPE from SnapshotManager#stop (Ashish Singhi)\n", "proba": 1.0923291426934156e-07}
{"commit": "bfc1b646025d6f3efdad30b18bd7b4948de2c758", "message": "added ttl example\n", "proba": 1.789340728919342e-07}
{"commit": "27469d634e370936f8998e4d8bab37c637a9bd97", "message": "kcirb-199\n", "proba": 3.2625882795400685e-07}
{"commit": "4aae30523dba353e4c641870f28e3778e73fde2b", "message": "Fix block pre events not passing notifier.\n", "proba": 1.557837236987325e-07}
{"commit": "e5a813ae7574ee4b7c52677ff1f9423551f8bc5e", "message": "Fix owner not being passed in CollideEntityEvent cause.\n", "proba": 1.0930315141877145e-07}
{"commit": "d87090bb3574e34ccd4c88369d197ada9ea67850", "message": "updating filter version\n", "proba": 3.7178816114646906e-07}
{"commit": "c9b8e94a5be25f1efea907952056df4369253f5b", "message": "checkstyle\n", "proba": 6.831182304267713e-07}
{"commit": "05e171c7b939413888402f0df2b918f637420a95", "message": "content -> msg because of ???", "proba": 1.2509292446338804e-07}
{"commit": "88367fde56d5f6ef3854c5e4bcefa64704373038", "message": "Add test for RXTX comport library", "proba": 2.668732577149058e-07}
{"commit": "e8bc5d9115b3fad0e6a43e4f967a9d8f3e5e7538", "message": "Automatically determine repository resposibilities by contributions\n", "proba": 1.5552648164884886e-06}
{"commit": "8de8170af306fc786903b361d79881f75b4613df", "message": "test: add demo code `CustomizedBlockingQueueWithTtlDemo` for #340\n", "proba": 1.4651898538886599e-07}
{"commit": "3aca7d7bec4b48bc68480b9d6b0ccdabf6903dfb", "message": "Fix a race condition with respect to clients of SyncStorageEngine.\n\nGetAuthorities will now return a better copy of AuthorityInfos.\n\nBug: 6388370\nChange-Id: Iac532e6e40079dbafa6e1c8345bd74902d68cf85\n", "proba": 8.358571790267888e-07}
{"commit": "30498b41827b67a320360e1cc308064bab9d23f1", "message": "Doc change: Fix typo DONT_DELTE\n\n\"Bug: 8273156\"\n\nChange-Id: I6ba2e780d1a8c2b7d1771e93125a10b228227020\n", "proba": 0.00026175371021963656}
{"commit": "69c07c2901a06e40f52448625baaf0dbc68867a8", "message": "added test program for LongColumnValue class\n", "proba": 1.5654237017770356e-07}
{"commit": "d776f617f5ad8052245e173602a7b80703f5fb39", "message": "Disable READ_EXTERNAL enforcement until API level cut.\n\nBug: 6389556\nChange-Id: I78238b9de24c1b8ebb4fdc35d8aafd2e85a4adfe\n", "proba": 1.5570660252706148e-05}
{"commit": "80c811a613a20ba0b9725bfa0ef9a650ef9a9961", "message": "add test for Collect tag\n", "proba": 2.1622857104830473e-07}
{"commit": "e6fbf65de6eb8fa3ef87291d86de426e568c19eb", "message": "Update the comment for Calendar Events required fields again.\n\nChange-Id: I3f795ecb68a80d59e87e2fe0fc8cdcea67999354\n", "proba": 3.1364295409730403e-06}
{"commit": "161dd86394a9733fd7ff303c31481cae7e31e7b4", "message": "Add new URIs to the Phone and Postal classes.\n\nThe Postal class now contains:\n        CONTENT_URI\n             * The content:// style URI for all data records of the\n             * Postal.CONTENT_ITEM_TYPE mimetype, combined with the associated contact\n             * and aggregate data.\n        CONTENT_TYPE\n             * The MIME type of CONTENT_URI providing a directory of\n             * postal addresses.\n\nThe Phone class now contains:\n        CONTENT_URI\n             * The content:// style URI for all data records of the\n             * Phone.CONTENT_ITEM_TYPE mimetype, combined with the associated contact\n             * and aggregate data.\n        CONTENT_FILTER_URI\n             * The content:// style URI for filtering data records of the\n             * Phone.CONTENT_ITEM_TYPE mimetype, combined with the associated contact\n             * and aggregate data. The filter argument should be passed\n             * as an additional path segment after this URI.\n        CONTENT_TYPE\n             * The MIME type of #CONTENT_URI providing a directory of\n             * phones.\n", "proba": 0.0001844425278250128}
{"commit": "bba33cd86ea73fa26f8ed2e8e69c113c5e15272f", "message": "Fix bug 6563184: API compatibility issue with quick contact\n\nAdd FLAG_ACTIVITY_NEW_TASK if the starting contentext is not an activity.\n\nChange-Id: I3c03a1acc12798d846c6f321cf46f77a2833172b\n", "proba": 1.0697228844946949e-06}
{"commit": "f942558bc57025c0724596832817295a52ceea91", "message": "am 06a0323a: Add fields to pass ungrouped counts to UI.\n\nMerge commit '06a0323a5439ba5c1c31f9adb70918b5bf5f61de' into eclair-plus-aosp\n\n* commit '06a0323a5439ba5c1c31f9adb70918b5bf5f61de':\n  Add fields to pass ungrouped counts to UI.\n", "proba": 1.3268054033233057e-07}
{"commit": "f367ba5b3501b2db12627f0aebdffa221782705b", "message": "am b0ef6ca4: am 358e6e3c: Merge change 22292 into eclair\n\nMerge commit 'b0ef6ca47d6f8e24b6bbf0a605c2e42000929bc6'\n\n* commit 'b0ef6ca47d6f8e24b6bbf0a605c2e42000929bc6':\n  Adding a \"Photo\" directory under Contacts.\n", "proba": 1.1688610612736738e-07}
{"commit": "a877c034421143932c25daaca5f92a48ef6c3b81", "message": "Keep Rfc822Tokenizer from crashing when the string ends with a backslash.\n\nBug 2442537\n", "proba": 4.23264452820149e-07}
{"commit": "0881718e897efc1da8810be420312fdf5f79e347", "message": "one more test case\n", "proba": 1.1036627256544307e-06}
{"commit": "99c7dea7546bf0bd9ec1c03d300b11d93d9306dd", "message": "Noticed comment field when splitting guests wasn't being cleared.\n\nThe address field was being cleared twice instead of address and comment being cleared.\n", "proba": 1.2334865573393472e-07}
{"commit": "79de36ce7037a3fd315c811ad92bef09202d2ece", "message": "Started work on tests.", "proba": 1.424694318075126e-07}
{"commit": "8406a9ea09daa1ced156986af1c8db94c2a7a8ab", "message": "am 30f8cc8d: Merge \"Don\\'t use ViewPropertyAnimatorRT yet\" into lmp-dev\n\n* commit '30f8cc8db6286ad4e2508bce3a48ee7ae0eb9b4c':\n  Don't use ViewPropertyAnimatorRT yet\n", "proba": 4.382289375826076e-07}
{"commit": "d6db9ceff4a41dc99b641076e9c3f865d6b5e055", "message": "Ventana Aviso\n\n", "proba": 1.7007686210490647e-06}
{"commit": "978d19105f87558f912f0f2455083c2818e04e65", "message": "Removed SerializableEntity from NodeVersion definition.\n", "proba": 1.105998137518327e-07}
{"commit": "f54a03d56feab21ed63dfee9eef3a275f6737dca", "message": "initial project version\n", "proba": 2.3749784361370985e-07}
{"commit": "ccb024aa2b985ddc7f65b53191a84f1891f31cf2", "message": "Quick workaround for a performance regression in IME APIs.\n\nIt turns out that the performance of\nInputMethodManager#getCurrentInputMethodSubtype() is regressed from ~1ms\nto ~20ms when\n - Settings.Secure.SELECTED_INPUT_METHOD_SUBTYPE == -1 and\n - The active IME supports many subtypes (~100)\nbecause we try to find a fallback subtype based on the system locales\nevery time when IMM#getCurrentInputMethodSubtype() is called.\n\nThis could be contributing UI janks because spell checker clients\nrunning in the UI thread indirectly depend on that method.\n\nFortunatelly the critical path is in\nInputMethodUtils#getImplicitlyApplicableSubtypesLockedImpl(), which is\nbasically a state-less method. We can easily and safely cache its\nresult by using LocaleList and InputMethod as cache keys.\n\nWith this CL the performance basically recovers to the Android M level.\n\nBug: 28889203\nChange-Id: I5ed16c7f14cc18052854f4fd6c9bae8550c332ee\n", "proba": 2.834836777765304e-06}
{"commit": "19c5e4182778131ffdd126fce1e47d85bb87446a", "message": "Don't early-out if additional types remain to be searched.\n", "proba": 1.0320584209466688e-07}
{"commit": "16c02f77fcff76a20ba45473be8f2d18ecf0a8b3", "message": "Refactor Shape\n", "proba": 2.858179868781008e-06}
{"commit": "05de8fb29af618b0b3446fe81caca7402c6da666", "message": "Add tests: Paint#measureText for bidirectional text.\n\nBug: 22408712\nChange-Id: Idff949fcabf360c994a0e3397cf6ec90d3a31162\n", "proba": 2.865965689125005e-05}
{"commit": "02a0e866fd288834260b32d984a14326f4f85711", "message": "Create answer.java\n\nresult:\r\nhttps://paiza.jp/poh/enshura-special-ending/5e6cc802", "proba": 0.0012989164097234607}
{"commit": "1dfbb49e57150e820d11096dd7bf062cb6825f59", "message": "Create TetrisGameState.java", "proba": 8.347988477908075e-05}
{"commit": "aa5fbf079ca7d98fa623373f8097cd8698bca33d", "message": "Add package description to Raft client.\n", "proba": 1.1854362469421176e-07}
{"commit": "20b2563e194c0286f4a5b35228b7ec0087a98de4", "message": "Recover from version range checksum exceptions\n", "proba": 4.1464420519332634e-07}
{"commit": "44e135841077deb4ce1fc6623eca7230f38d1a15", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@706 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 5.678712113876827e-07}
{"commit": "ddbfca095de5ab58bdb74b010794fe33cdf01c57", "message": "simple network utils\n", "proba": 4.829412887374929e-07}
{"commit": "3b615250b21a6cbfbe47a581e6c0988be5e3c735", "message": "Avoid ClassCastException when resolving declarations\n", "proba": 3.842640694529109e-07}
{"commit": "dcce824aa40ed10c10c7527b11ff06445b45e192", "message": "comment", "proba": 3.196174986896949e-07}
{"commit": "a308c0326bef49293396ceca843bb595139ba38f", "message": "Fix NPE in IInputMethodSessionWrapper.executeMessage\n\nbug: 3384715\nChange-Id: I4bd8f2b505318a9b3e17dccf6a583dc7f36a8a24\n", "proba": 6.073867552913725e-06}
{"commit": "04b70fc63a80e3df9b97a5197f1d7df022cbe92b", "message": "Relax SparseMappingTable Slog.wtf().\n\nWhen it's triggered, it happens with such frequency that it can DoS\nthe system server.\n\nBug: 28104329\n\nChange-Id: I5c58e5f5bf4d88af2cb6215bcfddf35704e22eaa\n", "proba": 9.49956665863283e-06}
{"commit": "b4f59bffc03575739776d91c5a61b09451042f8a", "message": "Fix possible exception in default live wallpaper\n", "proba": 4.336609435995342e-06}
{"commit": "813d814db9c3c10486044ff81db110819e109ca4", "message": "Create BaseCell\n", "proba": 4.4341283000903786e-07}
{"commit": "3049a4f0f492d603f0470e3d4ff649e525834920", "message": "Added test cases for publishing stuff\n", "proba": 1.3035696611041203e-07}
{"commit": "6ca4111ae108d7a43e238a599bc343585330a669", "message": "Create Solution.java", "proba": 1.4807177421971573e-06}
{"commit": "16615aba84a6b42c3f245feb66769fdd7f5383cf", "message": "add more logging when we are unable to build the StAXBuilder from the incoming stream\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@529253 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.000986220693449e-07}
{"commit": "7417012251f1c75660c8c98586c5e05bc3e6f214", "message": "\u7d22\u5f15\u722c\u53d6\u7684\u6570\u636e\n", "proba": 4.103656863208016e-07}
{"commit": "25cf35233b9490ac6a076ce1266b23d0d532695f", "message": "import GeoJSON data\n", "proba": 1.969166731896621e-07}
{"commit": "5ffe2e4529b5ecbca8cf87c2c7778980bc4f4ca8", "message": "\u652f\u6301json\u6807\u51c6\u91cc\u9762\u7684\\b\u548c\\f", "proba": 2.190997747675283e-07}
{"commit": "ad9255b368413fc7c1d716672812972eaa05a3e9", "message": "Updates to the XUL stuff\n\ngit-svn-id: 51b39fcfd0d3a6ea7caa15377cad4af13b9d2664@3863 5fb7f6ec-07c1-534a-b4ca-9155e429e800\n", "proba": 8.486759952575085e-07}
{"commit": "a490df0677a0c2460bdadb24edebd93196230960", "message": "JimEvans: Fixing find by error from previous commit.\n\nr14042\n", "proba": 7.773967922730662e-07}
{"commit": "3cfff2796bc5853a53d994ed7af9df9063b78ac6", "message": "Update\n", "proba": 1.038289269672532e-06}
{"commit": "d0fcd94c622f55eed5c7e4daf9ef2bb5cf0e9e1c", "message": "Create APIGatewayTest.java", "proba": 2.6974414595315466e-06}
{"commit": "9ffab64afc51808591ed569d7ea034027fbf8eb5", "message": "Add JUnit tests.\n\nSigned-off-by: Patrick Pelletier <4307fca26d0353058fbfb17dc5f40867e5e6b8e6@gmail.com>\nSigned-off-by: Etienne M. Gagnon <bf06ec0eb40152cd863534753d026b021022c851@j-meg.com>\n", "proba": 2.7060579554927244e-07}
{"commit": "5a22a71f6d6478e6447e4a6890f084e9f9f7bf3d", "message": "Add JUnit tests. See ticket:59.\n\nSigned-off-by: Raymond Audet <281aa2b19aab01efe2941a7da076ec0616a9b992@gmail.com>\nSigned-off-by: Etienne M. Gagnon <bf06ec0eb40152cd863534753d026b021022c851@j-meg.com>\n", "proba": 2.2995010340309818e-07}
{"commit": "9af09c9ae685c4d9eb333b61d187bed0171ed41a", "message": "to fit the api of Rectangle from si.shape\n", "proba": 3.788983917729638e-07}
{"commit": "138b5f5273b14112b3f2d4f51a9cc82a61f04c7a", "message": "Added a new reader type that wraps a byte array.  Need it for testing the matchers, but probably has other uses.\n", "proba": 1.0881515066785141e-07}
{"commit": "9af4278e7d4acb8e1be143341a213eb0addea577", "message": "Create infixToPostfix.java", "proba": 4.978198262506339e-07}
{"commit": "32fa92aad487008c7ba2b6831be63789d144057b", "message": "If the introspected type is a Holder, use the held class when determining\nthe type QName.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@246927 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.999964714050293}
{"commit": "f40b3dfcf1709d2f9a6d7052d92405269179b50c", "message": "Remove xml format button in favor of the check box\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@244826 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.962157734349603e-06}
{"commit": "044142ecf7329d56e4beb93d6d7b163c75c22583", "message": "Knuth-Morris-Pratt algorithm (+function for periods)", "proba": 2.7218644049753493e-07}
{"commit": "663c50152528a2f8a5c09a8a8e21a9a7d1350bfc", "message": "LiftSystem added\n", "proba": 1.921640375712741e-07}
{"commit": "a301b04be3de90df44ea95e414cd78cf728dc76a", "message": "Update PhoneWindow to new window inset dispatching\n\nPhoneWindow was relying on an implementation detail of the\nold fitSystemWindow mechanism to consume only the top inset.\nIn the new mechanism, the contract changed an consuming the\ninset did no longer work, leading to the insets being applied\ntwice in some cases.\n\nBug: 15388544\nChange-Id: Ife8361f2b1e5caf8c3ed90646344d653876e8e7d\n", "proba": 2.4516123175999383e-06}
{"commit": "d245ad24f5e6e8c7b302689467b12718c94f4ced", "message": "am 024fd0c6: Disable color view animations when stable insets change\n\n* commit '024fd0c6051e01579018fad0c1a56e9e47b195df':\n  Disable color view animations when stable insets change\n", "proba": 5.701492682419484e-07}
{"commit": "cdac2940b1e6c6ec6c3d37005bb844e72b49e39d", "message": "overload filename to work on strings\n\ngit-svn-id: 6ee47c8665bf46900d9baa0afb711c5b4a0eafac@1322 e2bb083e-7f23-0410-b3a8-8253ac9ef6d8\n", "proba": 0.0037669523153454065}
{"commit": "9079f9bd0f14025282df4d41be1027d18a953305", "message": "Normalize quaternion, because of possibly low-precision sin/cos", "proba": 0.0005693836719729006}
{"commit": "b8f2d7083d4d048edb881ade3cab14dbcc2801f7", "message": "Add Utils class\n", "proba": 6.765557714061288e-07}
{"commit": "1abe0c09d7355a8b5caed1ab7b0741cac9a49615", "message": "\u6dfb\u52a0NutParameterizedType,\u5b9e\u73b0\u76f4\u63a5\u751f\u6210\u6cdb\u578b\u7684List/Map\n\nSigned-off-by: Wendal Chen <ca6b8518b7c774647ef2a8b9164c949df6d792f7@gmail.com>", "proba": 1.0966588348537698e-07}
{"commit": "afa0151ee6b06cfb23243037fff3ed878e3b3460", "message": "Utility class for inserting objects in hashtables using pointer equality.\n", "proba": 1.1668407040588136e-07}
{"commit": "ea5a3ec12efd89341afa9359cd07dfcabefe052f", "message": "Wear message listener\n", "proba": 8.201758419090766e-07}
{"commit": "a37e9c4bf4d0bac588728b2e2a99da12a1424e8c", "message": "backup\n", "proba": 3.1499725992034655e-06}
{"commit": "894cff7cc26904b8f874352c4d623e46b4b4682d", "message": "am e12931f6: Merge \"DNDTile: Notify of value changes.\" into mnc-dev\n\n* commit 'e12931f6a5daf0f740f249aec8c3bab948b367f0':\n  DNDTile: Notify of value changes.\n", "proba": 1.6217339293689292e-07}
{"commit": "a9d27737825c4ef3fa2133742f7f647f9cde1660", "message": "Commit NOT\n", "proba": 0.000407170009566471}
{"commit": "1ef4564d4ad14f2c5dcb162636875ca8aed5e4d9", "message": "Change values of ACTION_POWER constants to better match established practice.\n\nTrim code to 100 lines to match style guide.\n", "proba": 9.718842619577117e-08}
{"commit": "1012f1f1487e23458f81bf75ab474e6473761904", "message": "am 21059b63: am 5e7b7cd6: Merge \"range checking for tnf\" into gingerbread\n\nMerge commit '21059b637c30cbecbc4eb7e69481a5e582d0ba2b'\n\n* commit '21059b637c30cbecbc4eb7e69481a5e582d0ba2b':\n  range checking for tnf\n", "proba": 1.3962260254629655e-06}
{"commit": "6150dbb74abda2ff35b09fe97dbda8054031f625", "message": "am 0a1fb150: am 26587478: am 84201f75: Merge \"Revert \"Revert \"Remove String version of getBadgedLabel\"\"\" into lmp-dev\n\n* commit '0a1fb150ace167ddc1b15997a1199be32ef5420d':\n  Revert \"Revert \"Remove String version of getBadgedLabel\"\"\n", "proba": 1.1981568093233363e-07}
{"commit": "d4c319249cef3bfda7eb23b0a9e1412943f1f291", "message": "am ca985b54: Merge \"Don\\'t display layout bounds of GONE views\" into mnc-dev\n\n* commit 'ca985b54c8fe4d43f827f689fd4bd3008aa12977':\n  Don't display layout bounds of GONE views\n", "proba": 3.6099473277317884e-07}
{"commit": "73b21cfa50fbad38a8802289dd9618f7fd383e34", "message": "am 3662fe5e: am ebc9d317: Merge \"Handle non-started LayoutTransition animations correctly\" into jb-dev\n\n* commit '3662fe5e3507ada2a592b8df6120b8cebfb5d8d9':\n  Handle non-started LayoutTransition animations correctly\n", "proba": 8.087625928965281e-07}
{"commit": "2df8f425f64173bf7866e49804e84683746d28a7", "message": "Add detail to restorePicture deprecation\n\n Bug: 5361506\n\nChange-Id: I4bf6583170df50b218051f4700700ff1b8874d17\n", "proba": 4.6712665380255203e-07}
{"commit": "08eaa9de7637a634f65d943582583699855ef20c", "message": "am 7788c51d: Merge \"Fix onFirstLayout path for saved pages\" into ics-mr0\n\n* commit '7788c51d82963a8645655675c675424db694ad85':\n  Fix onFirstLayout path for saved pages\n", "proba": 2.923893305251113e-07}
{"commit": "75738725e73838cb14993f067aea6da922f94a8e", "message": "Tweak snap settings\n\n Different settings for horiz vs. vert snap\n Snap angle increase in snap mode\n\nChange-Id: I105e79b0c6fae239beef0c311cddd748def2ad8b\n", "proba": 1.1002736755472142e-05}
{"commit": "4e8510b23f6435e8c7631d30ec2ea6f47b16e715", "message": "Track offset of center child view in Gallery for later layouts\n\nWhen apps request layouts while scrolling is in progress, Gallery\nchildren can get offset in strange ways. Compensate for this by\ntracking the last known offset and applying it during layout.\n\nBug 7245853\n\nChange-Id: I9d746ae6bb06918e2d920c58052f72e749a7ffbf\n", "proba": 6.915880135238694e-07}
{"commit": "0031243ae3420a50b94fe4923a13cf7c002ad480", "message": "fix: SAMP local icon to work with dev version and releases\n", "proba": 1.162236245022541e-07}
{"commit": "b6eef2c5c0d8353dc003812e07b4f124363c774a", "message": "11310 Delivery Debacle\n", "proba": 2.018214786403405e-07}
{"commit": "598cc5879cb4c9024140f307198c3c16a13ceef9", "message": "Added getFilters(), setFilters(), addFilters() methods.\n\ngit-svn-id: ca6d9ebf75caaf710f0e3a4ee74a890c456d4c90@2805 69e27eb3-6e27-0410-b9c6-fffd7e226fab\n", "proba": 9.74208796833409e-06}
{"commit": "f196bde37bbb079093d5f8d4903d3ea55380d9a5", "message": "Added new ProxyServices to allow container control over proxying behaviors\n", "proba": 1.6469834918098059e-07}
{"commit": "6bca825b54227fd2a30c00239311bc37b312a8f5", "message": " Fixed a bug in AJP packet parsing", "proba": 2.6465428959454584e-07}
{"commit": "b675684f798a3ca51594321937a8b105c2ae67fb", "message": "Trunk: finish testMCMC test, but need verification.", "proba": 1.0768699354457567e-07}
{"commit": "ba6241d9da3e9282530761838b59b7db2defb9f7", "message": "#8 Added MOTDTest", "proba": 1.2678952998612658e-07}
{"commit": "82e0a13c0ffec9544c3a453abd2ee6878d05805d", "message": "Added fisher-yates shuffle in java\n", "proba": 1.333154813210058e-07}
{"commit": "e55fe4525a5129f88ec12a3e8c9bbe4da572af00", "message": "Added Will's DriverLCD.java class to the src folder.", "proba": 1.0296439256762824e-07}
{"commit": "66a15c6e7dcdc811f08d043a24c31fd8b957eb7c", "message": "hash generator test added\n", "proba": 2.6799060037774325e-07}
{"commit": "379d8467a51e9770fc9b79cdc90935937c04d42a", "message": "TEST: aggiungi TrackDaoTest\n\nRelated to: SHCLOUD-12\n", "proba": 1.209236586419138e-07}
{"commit": "f0b79aeed36f0839e4effaa36893b7ca71292563", "message": "DateUtils should use the user's 12/24-hour preference, not the locale's.\n\nBug: 10312832\nChange-Id: If23c124cf8442988de5feccb6f2c40b808a2eb89\n", "proba": 2.6920990421785973e-05}
{"commit": "d408048641ec42f8b15e47c135af788b0c6ca5ef", "message": "Remove composing span after setting text.\n\n Bug 5070241\n\nChange-Id: I8cf7e5f119c7a828df603e91ba4bcf0f571bbc72\n", "proba": 0.0009693345054984093}
{"commit": "c52f0d3d80da927e85de7430b28476e619de01a7", "message": "am 722211ed: am 90673b9d: Merge \"Monkeys are touching my destroyed stuff\" into jb-dev\n\n* commit '722211ed8384122e85c45c0490a6fa411d255130':\n  Monkeys are touching my destroyed stuff\n", "proba": 3.3122759646175837e-07}
{"commit": "b1e45cd0b5af3dd04d4268ea93b20dbfdb97d74f", "message": "Fetch WebView package even if it is uninstalled for the current user.\n\nSince the WebView loading mechanism is global - it doesn't differ\nbetween different users, a user for which the current WebView provider\nis uninstalled won't be able to fetch any information about the current\nprovider without passing a certain flag (MATCH_UNINSTALLED_PACKAGES) to\nthe package manager.\n\nBug: 26677081\nChange-Id: Id1b86164bb22fc7285d292da1b1115fb25e4d226\n", "proba": 7.6241535680310335e-06}
{"commit": "657be25c9c6e41bc98e9313ee28de0d0289bff91", "message": "Created test cases for quickSort", "proba": 1.644679343826283e-07}
{"commit": "d1fff752bf7f28bc4e4a983bb34524113e216285", "message": "am b900e2c7: am 06f3cd8e: Merge \"Make apk entry separator compliant with jar url format\" into mnc-dev\n\n* commit 'b900e2c76d2b8b937e5e5b8534a62cbf75b2398f':\n  Make apk entry separator compliant with jar url format\n", "proba": 4.1623255242484447e-07}
{"commit": "1a9097b5695759aa1e9e8fea563a7a569c0b345f", "message": "am d02e90f2: am 5466d754: am 4c06870d: am 47a74e7e: Merge \"Ensure maxHeight is at least 0 during measureChildHorizontal()\" into mnc-dev\n\n* commit 'd02e90f2c3917a983ed7f543efa30c05a34ee3ea':\n  Ensure maxHeight is at least 0 during measureChildHorizontal()\n", "proba": 5.985652933304664e-07}
{"commit": "a8f799f5607718db182c114a7eb1bc43c126fd0f", "message": "Added Setter model annotation to be able to find the getter class ceylon/ceylon-compiler#162\n", "proba": 1.6798581725652184e-07}
{"commit": "a5e0352c465d2c41a39eadb988c8815d9c88c7f4", "message": "add initial shared module\n", "proba": 2.8133104024163913e-07}
{"commit": "ac038a9ef3e352ddfe527ec9e053fcdc5b36a123", "message": "Fixed compile error caused by final keyword\n\nBug: 21588537\nChange-Id: Ia5ec8a196c2996a494fa2f07aadff0486ea96a57\n", "proba": 2.8587774636434915e-07}
{"commit": "8183aac3eb27d7b2fe885baa3dd1498a0acc9dd2", "message": "Simplistic fix for initialization race\n\nThe monkey run described in the bug report hits this server at a\nvulnerable point, and the RuntimeException causes a subsequent NPE.\n\nNote that I'm making this fixup CL \"blind\", as monkey running on\nmy platform (mantaray) doesn't show this specific failure.\n\nhttp://b/9438025\n\nChange-Id: I8e16cf5cfc21dcf3061f31b0741525881bbf9724\n", "proba": 9.271533599530812e-06}
{"commit": "2806a6b5ffd1003e217deebb6a9c3d3c6d9d4087", "message": "am 73ae27f0: am 8da3ac92: resolved conflicts for merge of 3f857b78 to eclair-mr2\n\nMerge commit '73ae27f0c56fa705dcfb86d784a95b86f10e48ad'\n\n* commit '73ae27f0c56fa705dcfb86d784a95b86f10e48ad':\n  Allow a GLThread to release and reacquire the EGL Surface as needed.\n", "proba": 1.199135226670478e-07}
{"commit": "9c0b39c47efade5ee2303a8f8ffbd9cf87c2c841", "message": "am ca00dee2: Merge change I5aa3adcf into eclair\n\nMerge commit 'ca00dee21425882619aef4ecbe3e0d08de0544e5' into eclair-mr2\n\n* commit 'ca00dee21425882619aef4ecbe3e0d08de0544e5':\n  Improve the exception message text by including eglGetError().\n", "proba": 2.365684304095339e-05}
{"commit": "21799450ec751fd3c41c7e66e69fefb094b3050b", "message": "Fix bug 2325244\tscreen turns black for a brief period of time\n\nThe problem was a black first frame when creating a surface, or a\ngarbage frame when the surface was resized.\n\nThe cause was lack of synchronization between the render thread and the\nUI thread. The UI thread would typically return before the render thread\nhad a chance to draw its first frame.\n\nThe fix was to make the UI thread wait until at least one frame had been\nrendered by the rendering thread.\n\nThe waiting is done in the surfaceChanged method because we know\nthat surfaceChanged will be called in both the surface created\nand surface changed cases.\n", "proba": 3.4218517157569295e-06}
{"commit": "6a097d5d6fc0bcf675e1f3b02761560856b524de", "message": "forgot a file\n", "proba": 1.766592617968854e-06}
{"commit": "65922806c7ead5c9a4b8f99f5308e7a1f13ad1b7", "message": "*CraftoPlayer: Renamed arg in getPlayer(String)\n", "proba": 1.1612889494472256e-07}
{"commit": "843b4a62c37de18d5cbe27b9160add1c3bdc0e6f", "message": "+TableBuilder: Added addText()\n", "proba": 1.7451942824209254e-07}
{"commit": "9e5b05c7d7c2145424a1257a15c64194c5a35305", "message": "<empty commit message>\n", "proba": 4.6109570916996745e-07}
{"commit": "5084bee66b3d21dc8bb6fe34430fb012f905d0e0", "message": "Whole bunch of experiments for crud.", "proba": 1.1014319767355119e-07}
{"commit": "bf58704bf76667b37df48ea2d3de0308c74106ff", "message": "+ revert to private method registerTypeHandlers\n+ make getName protected and return DEFAULT_NAME\n", "proba": 3.354639375174884e-07}
{"commit": "3e36a21f934121d9fce13bcc6a3af3713e7038c0", "message": "Fix compile error\n", "proba": 3.408967677387409e-05}
{"commit": "81fcb23b325eb6c21b1e703d7f41557c7b0c885d", "message": "Updated CheckerBoard to check for kings", "proba": 1.393647721670277e-07}
{"commit": "45a67f7f067d436ffeece99238dcf4dbd4f8b43b", "message": "Add initial code\n", "proba": 3.115288109256653e-06}
{"commit": "776cc3a0d64842416b06e3a93cc070c5ef04085c", "message": "New tool to convert a stacktrace to an elegant string\n", "proba": 3.371101229276974e-07}
{"commit": "33c159664fe42c59746a8d35201e4ca124fb2535", "message": "feat: add LC5_LongestPalindrome\n", "proba": 2.3695340132690035e-05}
{"commit": "52060516f4f04f89f7779d08ea0d5a9f16e44290", "message": "Create Player.java", "proba": 1.1354261459928239e-06}
{"commit": "02e7d63a8db28f0d583189c80089839742643609", "message": "KRACOEUS-6531: Extra error message when unapproved disclosures present\n", "proba": 1.05254848392633e-07}
{"commit": "172a867a663416ebc19a6486aef613bfa80a2c82", "message": "KCIRB-428 Updated class java doc\n", "proba": 1.250213585990423e-07}
{"commit": "ab731ab2020047bf02dc523f6d7c32eccdbeeb53", "message": "Add class FloatingActivity \n\n", "proba": 5.118023977956909e-07}
{"commit": "a0c7a88f1f54a93bfd02630b063e7ea5cfb59b39", "message": "create MarkDoneCommand class\n", "proba": 3.504036953927425e-07}
{"commit": "bbd640775b77c17a4ab5ce4fce0b73bc9eaaf240", "message": "Add SaveCommandParser.java\n", "proba": 1.135949219133181e-06}
{"commit": "18b5723a09e94b8d7d5a6a14fc32929e37ad48ff", "message": "New method to find Models by some single-valued property value\n", "proba": 3.091246014719218e-07}
{"commit": "3eecface472a49df0ad46dbbd8cd5111eeac6a81", "message": "Easy/21.MergeTwoLists/\n", "proba": 1.137952523322383e-07}
{"commit": "c71020f88564b0fea9e193940d8337bf438c83b5", "message": "\uc57d\uc218 \ubb38\uc81c\n", "proba": 2.83374470200215e-06}
{"commit": "05b927bbe96ef36efe63895f2238a47dd54fe359", "message": "\u9996\u9875\u548c\u66f4\u591a\u8ba2\u5355\u754c\u9762\u66f4\u6362\n", "proba": 1.7238967586763465e-07}
{"commit": "987b7170e518e5cf91c5dd52426b6bd8be35cbd5", "message": "Add auto shoot high command\n", "proba": 7.060103257572337e-07}
{"commit": "763a2bed6cce1802d0c4b8ae6b5e97caaa18520f", "message": "Created Gripper\n", "proba": 1.7561080767336534e-07}
{"commit": "816aa426d297d4e7475a21d4d8cc769241d4796c", "message": "Finally, an MBValidationUtil. Almost every application needs to validate\nemailaddresses. So now we can do this by using the MBValidationUtil", "proba": 1.9713819199296267e-07}
{"commit": "f4ed7917e70ed5462e695d4f5bc6e2daaf7a84f3", "message": "Testklasse fuer den SigningHelper hinzugefuegt\n", "proba": 3.690233256747888e-07}
{"commit": "5ee3643880f03e546f9798dbfa8bbc21e4001058", "message": "Create the Formation annotation.\n", "proba": 2.6124413921024825e-07}
{"commit": "ea69f870473d5ca070aa839449919d5a1cfc3f86", "message": "Configure IDs for tests\n", "proba": 5.293511549098184e-07}
{"commit": "0ac567bf7b9d0c83b72d544c641b27545dd82a9e", "message": "Remove flaky ListManagedCursorTest tests, clean up lint warnings\n\nAlso removes trailing ws.\n\nBug: 23811652\nChange-Id: I2ae5c954606e95bcb4cfe52297717d4caf444cd0\n", "proba": 1.6255117998298374e-06}
{"commit": "daec3c7e3b99a94f14d55c8e37d4dcabafa73ad7", "message": "new - spi RpcExecutorFactory\n", "proba": 1.5623930949004716e-07}
{"commit": "cd0fb205bbf85c2928dab918e482c54d90fdc2fd", "message": "*TeleportCommands: Pr\u00fcfe ob Sender und Target die gleiche Person ist\n", "proba": 3.235161614156823e-07}
{"commit": "9996661826bcedae8d73ae3f7a4fa3880ff9b6b8", "message": "birth/death skyline\n\ngit-svn-id: 67bc77c75b8364e4e9cdff0eb6560f5818674cd8@3793 ca793f91-a31e-0410-b540-2769d408b6a1\n", "proba": 2.416303004793008e-06}
{"commit": "e49883fc7e7efc4afa18c806f8bddff52dd736cf", "message": "update bill desc air additianal", "proba": 2.903757945205143e-07}
{"commit": "55d63042b797019f1c72925db9548c9479398968", "message": "faz um rebase abort se der erro no pull\n", "proba": 1.4609164509238326e-06}
{"commit": "6569dd6f67ca8dfd9fd7a2698e5d1da10bf0a8fa", "message": "Adding PhyloWSPath, a class that abstracts away the exact structure of whatever comes between the /phylows/ url fragment and the TB2:${id} fragment.\n", "proba": 1.0838968478310562e-07}
{"commit": "16a6bca8940309e9eb3126bfb78d47bd6cace122", "message": "Add old-style vmmetric metricset\n", "proba": 0.9987886548042297}
{"commit": "9557c842b04abb59f00c768ce4dad8a4c5b35ac3", "message": "Accepted LC #293 - round#7", "proba": 1.9906198645003315e-07}
{"commit": "dd8a913106e72a9a4b6c914ead981ec49f4b8ddf", "message": "Should probably close the jar stream...\n", "proba": 1.2528334991657175e-07}
{"commit": "a1ae0310cd5dd09d6ed9dfa20f59d4ca28b3225a", "message": "remove unused import\n", "proba": 7.364135399257066e-07}
{"commit": "2e7747c5c1633ee6e31e1a2308c9393d259135a1", "message": "\n\nSigned-off-by: jaci <jaci@Win10-Jaci.lan>", "proba": 1.2189252629468683e-07}
{"commit": "66589a871e5c1024a265704a6e696db3c2d11e5c", "message": "adding new method to FancyMessage v1_4_6\n", "proba": 5.333131412044168e-07}
{"commit": "eae203b9e72b54115079ad30fdae23ee27fc1b00", "message": "add cursor unit tests skeletons\n", "proba": 4.257152852460422e-07}
{"commit": "e024b4b8a6c62239a2a05f328ff3893a653abdd0", "message": "Creacion de starter", "proba": 3.3318170267193636e-07}
{"commit": "922cf732482e4ce373e36ed709735c68dbd8ccac", "message": "New ShowVicinity utility focusing on the stack overflow question 68402058\n\nTika isnt reading pdf properly\nhttps://stackoverflow.com/questions/68402058/tika-isnt-reading-pdf-properly\n\nTo analyze cases like the document this question refers to, this class allows to enlarge the visible canvas of document pages and remove clip paths.\n", "proba": 1.0763422153559077e-07}
{"commit": "4a7d2437aa64ff7403868158fab6e885f27184cb", "message": "LdapNameUtil: convert to @RequiredArgsConstructor\n", "proba": 0.9999421834945679}
{"commit": "416449a8f59bd5acea00f7dbfb1c37699adfec6a", "message": "INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED\n2004/03/12 16:17:01 rpiterman 1.1.2.3: documentation and small implementation-fixes\n2004/02/20 18:11:17 rpiterman 1.1.2.2: changes were made to use the Field Support of the DataAware model (beta)\n2004/02/11 17:20:29 rpiterman 1.1.2.1: An Impress-HTML exporter\n", "proba": 1.4860876262901002e-07}
{"commit": "0bb5732af5b979daec2059eef0a7fcf83f9f8a49", "message": "add uniqueTaskList\n", "proba": 1.2055052138748579e-06}
{"commit": "231f92a9daf3c8930c7decaf7f75ff1175ab5694", "message": "Renamed Wallet.java to CookieWallet.java\n\n", "proba": 0.9999966621398926}
{"commit": "311b734afa7c962779dc65726576c3c90fb8b19f", "message": "net.sf.jailer.ui.connections.DatabaseAliasManagerDialog is runnable.\n\ngit-svn-id: 4f23ff240eb3b3bc30f18f9ec645f55148080092@251 3dd849cd-670e-4645-a7cd-dd197c8d0e81\n", "proba": 2.1439753254526295e-05}
{"commit": "78cd279eb6dc474b5351469779b3792a3b8271f3", "message": "Update method ifNull to use generics\n", "proba": 2.310520699211338e-07}
{"commit": "8344b27c063fe848f8406ca66eff4630d7aec363", "message": "First pass at reinstating array xrefs HC. Still need to add in Probe only xrefs. Would probably be good to do a counts grouped by array.\n", "proba": 1.0502563441150414e-07}
{"commit": "041604dc9bbe88b372e6c8ffc3f18bcdfa1c5573", "message": "added a few test cases\n", "proba": 3.7059027135910583e-07}
{"commit": "3eed77e06449621500ef340abb5f7b9a69dc5886", "message": "adding basic tests", "proba": 3.4920540770144726e-07}
{"commit": "1c767d90782f23c949dde21adf5eefabef017f57", "message": "adding after annotation\n", "proba": 1.885383426269982e-06}
{"commit": "e3f74fa87919fe3354ca6a8829eb522e89cb3e40", "message": "shouldn't be passing 2 sphereTypes for a 1-body potential\n", "proba": 2.4192868295358494e-06}
{"commit": "5946aabc9c976d21e643220b2102358937cd6889", "message": "Uses a list of Select clause paramters\n", "proba": 3.6079029541724594e-07}
{"commit": "7ba7ef08956e3e4a54d1de54049674d4b5b480ce", "message": "Get table names in data generator\n", "proba": 5.204623789722973e-07}
{"commit": "5c40f3fcc966ecde3347cd7ddbe965440318c35a", "message": "Fix typo.\n\nChange-Id: I32bbe182d51d5fe0289c8939fbadb57336ddd98a\n", "proba": 0.9999992847442627}
{"commit": "6763bfe4cef083cadeefb9cc84be8204a9e1d32d", "message": "am 3301654a: Merge \"Fix javadoc\" into jb-mr1-dev\n\n* commit '3301654a541b5743b6538ce1e161c35330673949':\n  Fix javadoc\n", "proba": 5.601131647381408e-07}
{"commit": "5e313a0d5dfb355a99ac5bf7ee3bfc9e26246ea5", "message": "Make TextFormat hash/equal'able\n", "proba": 0.0001819936587708071}
{"commit": "255f21502ea1ee691a59fad5d7b8c366906feb44", "message": "Add Models class for calling Google's code\n", "proba": 4.1643266968094395e-07}
{"commit": "ceac2499c3dc1e0a752eb838db24e281a0452969", "message": "Complete task0520\n", "proba": 0.9993791580200195}
{"commit": "5156af734a39a2e6084cfc0a53b30989aab42bd2", "message": "add MaximumScorefromPerformingMultiplicationOperations.java\n", "proba": 3.7099974292686966e-07}
{"commit": "0d4df2be0a7ace9e2df70e601a3383c01abbc386", "message": "Appointment\n\nIgjen mulig \u00e5 legge til rom\n", "proba": 4.763285687658936e-06}
{"commit": "383b5f0c11a9b6cdf7892242447328454aeef8ec", "message": "\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@5477 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: b47435f8fec63ebf23293e85e67084fee92f327d", "proba": 9.98397013063368e-07}
{"commit": "1290614ead85f9a5f76ecd2d70722e450bbf8de3", "message": "Precision field in date now seems to work correctly: if you give a precision=\"1.0\" to a date then it assumes that the date was sampled from the given t to t+1 in whatever units are being used (forwards and backwards dates are accommodated). If a treemodel leafHeight is created then this range is automatically added as a bound allowing a randomwalk operator to be used.", "proba": 1.3202419779645425e-07}
{"commit": "1c7db4475cbc481339ac29e14d5bd6cc92f13e9a", "message": "added drive train , and defaulcommand for drivetrain\n", "proba": 1.5771088612837048e-07}
{"commit": "36cd3b3bb167a7f39f1e813544168eff22517c0b", "message": "Changed the minimum time between market updates to 5 min.", "proba": 1.5252326193149202e-06}
{"commit": "f3cbc48d29ac09114f58ab3af7251f59acc17145", "message": "updated unit test.\n", "proba": 1.4891065802657977e-07}
{"commit": "d11ada236ff41fea628e32663bf733a5f4a26ab6", "message": "shift\n", "proba": 4.380452992336359e-06}
{"commit": "3dc8142d66e2bf508942daba6e7c10276b274b99", "message": "Q111 Minimum Depth of Binary Tree\n\nGiven a binary tree, find its minimum depth.\n\nThe minimum depth is the number of nodes along the shortest path from\nthe root node down to the nearest leaf node.\n", "proba": 0.0028211423195898533}
{"commit": "13065f7325af638efc05338df8a41292206a3cce", "message": "Delete completed task.", "proba": 1.1426343007769901e-05}
{"commit": "a026bbaa90810bcd218db7985004bbd3fec81706", "message": "Ajout generation data (en cours)", "proba": 1.263248492477942e-07}
{"commit": "e2160314e47bd072d190580c8759171317b14c59", "message": "Added class test for WidgetConfig\n\n\nFormer-commit-id: b7a154bcb72419690de8a05e04cf806c9e082c70", "proba": 4.7077287490537856e-07}
{"commit": "9eda1e66d5498b9bbd24cd6d3b3108cfef9a952f", "message": "DouniaBerrada: Implementing RemoteLocationContext for java remote driver to use.\n\n\ngit-svn-id: 4179480af2c2519a5eb5e1e9b541cbdf5cf27696@15691 07704840-8298-11de-bf8c-fd130f914ac9\n", "proba": 3.235135409340728e-06}
{"commit": "fe0018aa2aac4068e78482c1b4ef562eece13a99", "message": "DouniaBerrada: Updating flick tests.\n\nr13636\n", "proba": 5.597479457719601e-07}
{"commit": "2466e490b80d64b84083aab17d1fe60f9f99bdf1", "message": "Class that illustrates the new feature of Java 5 about type safe Enums\n", "proba": 1.3602503656784393e-07}
{"commit": "c694b465228254f9dbf3b860c818be155dea3974", "message": "uncomment test, apparently it was a bad snapshot\n\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@589562 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.431849679851439e-06}
{"commit": "7f71236b4b63e882fd01011b08af0165e8a7bef4", "message": "Fix missed code for semantic.\n", "proba": 2.3322628805999557e-07}
{"commit": "e3ce8130287d66ae87ce5f5e2ba0f1772af03d4b", "message": "Mars Landers episode 1\n", "proba": 1.5246232578647323e-06}
{"commit": "9819549587425f5e967da64e4b0c878538e67b00", "message": "Rename the ignoreNextEndTag variable.", "proba": 1.883383760059587e-07}
{"commit": "4801a857a5544f55a11f540e060cf51dc20e3550", "message": "from writeThread branch\n", "proba": 4.126174246721348e-07}
{"commit": "a0eb62f663d3a063328db802a9f919f22a8211bb", "message": "update to use generics", "proba": 2.1880202893953538e-07}
{"commit": "52ef24bbb4259222f584a2d49720dcbcf59d463f", "message": "am 21dd5622: Merge \"Fixing issue where screenshot error message is clipped and share action is missing subject. (Bug 6800151, Bug 6721459)\"\n\n* commit '21dd5622a476c7b351e543c669184103b858b697':\n  Fixing issue where screenshot error message is clipped and share action is missing subject. (Bug 6800151, Bug 6721459)\n", "proba": 2.156901928174193e-07}
{"commit": "327276440f86fc9dec5c72b687b77c58d15473f1", "message": "Avoid skipping animated status bar icon frames.\n\nBy avoiding a known issue in AnimationDrawable.\n\nBug:11694594\nChange-Id: I87540728118833f29fc7b64a5c853bc26fd19d73\n", "proba": 1.2632042398763588e-06}
{"commit": "155168d704f3fc75a1fd0315aae9dc1a6dd110c5", "message": "Fix signal cluster animation leak\n\nWhen subscription id's change during the animation, make sure to\nclear them out as well. This happens when doing a network switch\non Fi.\n\nBug: 27434767\nChange-Id: I9cbd65888419ca630e884c51d41a0d785237f35b\n", "proba": 8.101142157102004e-06}
{"commit": "7507b4e6980f4d3a4360a77ace958c41c66d25f9", "message": "Fixing a regression from all the filter changes - when testing a single item never set it to ignored (will always fail testing if we do)\n", "proba": 1.124797961438162e-07}
{"commit": "2f1c4098a0bafc38ceac62c13f93ad45570543ec", "message": "[#25] Close cursor after using it\n\n", "proba": 2.2686420209083735e-07}
{"commit": "40b78be69ad6ae7fa747ce02c2328dabea9b6784", "message": "More than one entity from\n", "proba": 1.2595194220921258e-07}
{"commit": "4e41b7762bd86b00dd3d0990d1b66dba52a3ba24", "message": "remove a useless semicolon\n\nSigned-off-by: Ferry Huberts <66e11f9f5d965b69497c7e73d5e808f8b13c1218@pelagic.nl>\n", "proba": 0.9999862909317017}
{"commit": "cf3416758c1432a5b64855f343b07f4493b70e8a", "message": "Added refresh button to the sitemap editor toolbar.", "proba": 1.1196330262919219e-07}
{"commit": "ef279f89c816ff5bccaf3d9e00b961d5c1908fbf", "message": "101. Symmetric Tree\n", "proba": 2.7099420663034834e-07}
{"commit": "e70c5c65b45886b81c106ce57b6a334e53ff1916", "message": "4. \u041f\u0435\u0440\u0435\u043a\u0440\u044b\u0432\u0430\u0442\u044c equals[#20100]\n", "proba": 2.474193479429232e-06}
{"commit": "4d9a866b2b6796cc0097d008489b55d0284fe78e", "message": "log yarn exceptions at ERROR\n", "proba": 4.110025315640087e-07}
{"commit": "d8e4c1b3b207a34c4d97c7e279eabce195601f1f", "message": "am a2eced30: am e97a42e0: am c5a418ec: Handle mock tags in android.nfc.Tag conversion to Parcel.\n\n* commit 'a2eced302b7a5c4fea6d84c200dbdc5555f0d2b5':\n  Handle mock tags in android.nfc.Tag conversion to Parcel.\n", "proba": 1.2666021120821824e-07}
{"commit": "665cf5ab423f290084187a4bfa711c96c4f2846d", "message": "SharedBuffer added vor Logging with multi Threads\n", "proba": 1.4277043192123529e-07}
{"commit": "521656fbe089670c8d416703f79181a894ddfc6d", "message": "update leetcode define", "proba": 3.3898803053489246e-07}
{"commit": "052c53c678cc8bb8907de53596a728e050838904", "message": "fixed example to compile for 1.4\n", "proba": 2.726504249039863e-07}
{"commit": "f40173a7f6eb47140edb473a80617241ba869c83", "message": "Replacement for Array.getLength(x)", "proba": 1.1266311048530042e-06}
{"commit": "781d6bc6fb0f028cb61e3752f328301d650bb174", "message": "prep for subclassing\nhandle values outside the xDataSource's range\nprecalculate dV in reset\n", "proba": 1.8797985035234888e-07}
{"commit": "dbbdabd79a372c925d73e449a0a82ca5f937e72f", "message": "am 323855f4: am 40f2cacb: Merge \"SipService: release wake lock for cancelled tasks.\"\n\n* commit '323855f49559d66d6f84e8fcb7e8ba6b62683be3':\n  Merge \"SipService: release wake lock for cancelled tasks.\"\n", "proba": 1.2987661079932877e-07}
{"commit": "92ca31aacc5d7343888ce655b0d249bb2b61cbad", "message": "New class, Hirudinea.java with concurrenthasmap and one method to insert information in this HashMap\n", "proba": 1.3251134589609137e-07}
{"commit": "08b5adf99adf021c81e92e38d6427df18ba8a5a4", "message": "Use NotificationCompat's PRIORITY constants.\n", "proba": 1.2489289247241686e-07}
{"commit": "a944231df3ed761eaffda5cbbdfa32b5dc39e0fe", "message": "removed unused import", "proba": 4.2686903611866e-07}
{"commit": "5787d9fea0dc159bebd7729283bae71e17ba441b", "message": "Disk cache file name with sha1\n", "proba": 6.829873200331349e-07}
{"commit": "03f373ba9f347ac52a048dda988b4d65a87ae376", "message": "Use Arrays.addObject method\n", "proba": 1.5406970987896784e-06}
{"commit": "7224c98766e93862fc2be09226c7b65e457acb00", "message": "Trivial implementation of java.util.Random\n", "proba": 6.1830282902519684e-06}
{"commit": "7c272964c2f7a83f6c314df5dffa559500911fcd", "message": "Don't cut velocity\n\n Bug: 4545016\n\nChange-Id: I0ebad82c1cc54c2e4e29f3827c3755edda9f47a5\n", "proba": 6.110529966463218e-07}
{"commit": "5869b33d89faaf53f3ec2e88b7963b3ceb36bf83", "message": "Update to Hikari 2.60 and other minor deps. Remove @JsonIgnore in Oauth2Configuration now that PrimeMVC ignores unknown properties when in the Production RuntimeMode.\n", "proba": 9.783379795180736e-08}
{"commit": "33c1a8cacd49b0cbb0dc1180638a71c17b2f67ec", "message": "Remove restriction for Orasi packages for more Java-esque approach", "proba": 1.2116052516830678e-07}
{"commit": "4c48b0f67479c1affa5b2bbeb82d9a138aa56d57", "message": "Hook up all config options for all mobs\n", "proba": 2.8419023578862834e-07}
{"commit": "a1dc675d24c479e3c3023b8a4b61e42c6d21e9a1", "message": "certificate chain init", "proba": 5.04151728364377e-07}
{"commit": "bfc801c18bac81f8cbfa3745467fecc6e5a7b710", "message": "am 85cf4a15: Merge \"Disable suspend optimizations during DHCP\" into jb-mr1-dev\n\n* commit '85cf4a15197391c99720c85951655ef19c3cd157':\n  Disable suspend optimizations during DHCP\n", "proba": 5.478775051415141e-07}
{"commit": "2cf76f1eaa27c89631927307a1e56197d1527ce4", "message": "add test for Bishop class\n", "proba": 5.365268975765503e-07}
{"commit": "c0bc5536784d074982673c756add0813b2652705", "message": "Migrate last missing brouter test (fix #10279)\n", "proba": 1.0964161845095077e-07}
{"commit": "72c767c4255d2214427c133d3909109f7c1b95a3", "message": "Add test for form entity\n", "proba": 8.840526675157889e-07}
{"commit": "e01ee10452837b7840ae235f453400b8f758c144", "message": "Create a unit test\n", "proba": 0.0002784933603834361}
{"commit": "fd89f50298a243d7452d33fc79091b2d5c49137e", "message": "day 13\n", "proba": 0.9996161460876465}
{"commit": "efe8dd3067c2c80ce6fa907edd6a1634245d4217", "message": "Added user dao interface\n", "proba": 2.2354774387167708e-07}
{"commit": "5e8e36b4ccab75cf9efe00caa9f587960b225df7", "message": "Use charset constant provided by Guava\n", "proba": 2.925226567640493e-07}
{"commit": "3784f2a2fcb4bdefc20b65314f74fb3a2d5d1c62", "message": "Added enum for response options.", "proba": 1.1821442313930675e-07}
{"commit": "dc57ae226870be8af0780576038d009532551e19", "message": "Create callCekUser.java", "proba": 1.9989838619949296e-06}
{"commit": "eea6cc99907ee4828a0a6aa787eccf13308df331", "message": "Add OkFailMeter\n", "proba": 7.245499773489428e-07}
{"commit": "34ecf78e12bcb7e4f346abf8125621baab720b66", "message": "cambiato da passargi il socket gli passa il client", "proba": 2.9479051022462954e-07}
{"commit": "5c3c8cb4114354233b499ae0a23df34b7542b8a2", "message": "Add MockLanguageManager\n\nAdds the MockLanguageManager class.\nThis class implements most of the commonly used LanguageManager\nmethods.\n\nThe unsupported methods are LanguageManager.getIsoCountry(Locale),\nand LanguageManager.compageLanguageTrees(ResourceResolver, String).\n", "proba": 1.466761290203067e-07}
{"commit": "10a3125ba4c26c41b83f7b9e94ffe6f3c98c8054", "message": "foo\n\ngit-svn-id: f5d636078e73450abf2183305c5e43efec2a5605@1762 1f5c12ca-751b-0410-a591-d2e778427230\n", "proba": 2.862509063561447e-06}
{"commit": "8b631a2402bab7c32697a2a3edd79fde0087bae8", "message": "Quick reminder to check on deprecated imports\n", "proba": 1.4320215768748312e-07}
{"commit": "42e82ff344ec59b978592a4f9422116f3130d0d8", "message": "Don't warn about value change if type changed (since value change always fails for different types)", "proba": 1.249608061471008e-07}
{"commit": "b63da59d04a5b026649352a5d12a9f072fa6b0ed", "message": "adding first version of javax.lang.Runtime with execute() process\nsupport", "proba": 3.3994953696492303e-07}
{"commit": "990b8e2a45f2b2005d684f6bf79d981d83bdd01d", "message": "Revert \"Add version identifier to app ops.\"\n\nThis reverts commit 483a6bbfc118409b9c46b226cf0aa6afdc4d9159.\n\nChange-Id: I91d6b8b8d1789089bf9764e734f7fe59d03151a2\n", "proba": 1.4275221474235877e-05}
{"commit": "7e03b339d3abe90629c7bf154e5dfb0a7483b719", "message": "Fixed another bug", "proba": 1.6085841991753114e-07}
{"commit": "34f23d474aca27db68119a6b987b81e21083455f", "message": "Create TestCommand.java", "proba": 3.284216745669255e-06}
{"commit": "2a62f22c87924176f84fdb1f8d59e2b4ab78181b", "message": "Improved splash\n", "proba": 6.038729338797566e-07}
{"commit": "4913bbc62d9464ebe89a22249da0c402f03ab13f", "message": "websocket example for client\n", "proba": 4.3586484821389604e-07}
{"commit": "61dce294e9a5c323f1d1ae33d9bbeae8fbf6e1ff", "message": "Issue #2176 (singleton constructors): Fix visibility pb\n", "proba": 1.6064042540619994e-07}
{"commit": "a22864ad5ff51f09a65741c15671d73dace4bab4", "message": "Fix for #2234: Make a delegating getter in member classes for their enumerated constructors\n\nBecause for:\n\nclass Outer(){\n class Inner {\n  new foo{}\n }\n}\n\nWe generate the value (and getter) of Inner.foo in the Outer type,\nbut we allow access to it from the Inner type externally, like:\n\nOuter.Inner x = Outer().Inner.foo;\nOuter.Inner y = x.foo;\n\nSo we must have a getter in the Inner type that delegates to the Outer\n(containing) getter.\n", "proba": 0.017595436424016953}
{"commit": "8526e1ba3a21ed2ac6aefef22cb299124a9a1ea1", "message": "Fix for #1922: protected members of JDK classes not visible in Ceylon subclass\n", "proba": 1.3749819061104063e-07}
{"commit": "11feefd1cec15d12c4dba3bb1d9b9389db16a8eb", "message": "model loader: further to #1415: make sure we don't set up overloading for member objects\n", "proba": 1.4623840627336904e-07}
{"commit": "15fa8463c8106a75990b08d0dde62f12c60d0f46", "message": "minor change to StockArray (avoid using try / catch)\n", "proba": 1.1055488613465059e-07}
{"commit": "59744129468928f6b34ec12a89cb478c8e0d7ac0", "message": "Adds LocalDateTimeReader\n", "proba": 3.3575901170479483e-07}
{"commit": "20072a960e37e591f98af2d88edfaf7a520b188f", "message": "stated methods imported statically\n\ngit-svn-id: 4c9d3fe6b7b6c0d9eeb10ce04f5d3c1083d3aa64@1245144 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.5129099892874365e-06}
{"commit": "7587df3df4f2372537f2d89cd1f775b5a03e071c", "message": "Tests for PrimaryKeyUtil.\n\n", "proba": 1.2089229528555734e-07}
{"commit": "d39f2da2044b75f5bf229e01f58856720b69aa40", "message": "Fixed regression in getContentData call that was incorrectly handling the case of a view that was not specified in the gadget spec. Will now use \"default\" view instead.\n\n\n\ngit-svn-id: 3f2e04d30bd9db331bbfc569b45e7de8c0d84ef0@632195 a5cc9254-8de9-e8be-c026-97bcafcbeca4\n", "proba": 3.684768671519123e-06}
{"commit": "3cc03114a34be400567b2d584acc96c53de1f4ac", "message": "need to remove redundancies\n", "proba": 0.9999903440475464}
{"commit": "340eb7e482f5d3dd61ad83a0a0b69d6e16af4880", "message": "Add ChevronSpec abstract class with useful static defaults\n", "proba": 1.849705597578577e-07}
{"commit": "6f992644e2f31c2257c514effe4338887c699323", "message": "Allow concrete model loaders to override `isDeprecated()`", "proba": 1.4285133431712893e-07}
{"commit": "2783288bc1673723d795e04a3a0dfe9df4e7d611", "message": "adding additional safety measures as mentioned in http://issues.apache.org/jira/browse/AXIS2-1148\n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@443367 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.206289420631947e-07}
{"commit": "10f6888248b38c749f5c2655092b1604c254dc83", "message": "bugfix\n", "proba": 8.478961035507382e-07}
{"commit": "6f7d67233f1857de2e4be57f6a576a3441f9a117", "message": "Create BlockSpike.java", "proba": 8.164128075804911e-07}
{"commit": "9a0ef92a8a4804401b48a8be0a18daaae8d81f05", "message": "Reordered command-line options alphabetically\n", "proba": 5.236784545559203e-06}
{"commit": "28d9c08a66c86af609cc40132e119f622415d87a", "message": "am e74007de: Merge \"Clean up error handling in CopyService.\" into mnc-dev\n\n* commit 'e74007ded3a34d6aaf7dc4fe7f2c18b04b47de3b':\n  Clean up error handling in CopyService.\n", "proba": 1.641614204572761e-07}
{"commit": "80e630a61db986767a149053e96e07f9ad72c81f", "message": "SimonStewart: Adding missing file\n\nr3823\n", "proba": 9.430194722881424e-07}
{"commit": "bd4c10c74e1c4059dab7ee1e8d4412dd2fe82722", "message": "basic word count for BSP", "proba": 5.2629733545472845e-05}
{"commit": "49c364c0160c41b84d031b4fe93ee9ae1fe02393", "message": "GRAILS-5312 fixed always compile spring/resources.groovy on Windows\n", "proba": 1.2080677436188125e-07}
{"commit": "73dae829a1912e9831bbd9eeccec232833ecd08f", "message": "General Changes", "proba": 5.599556516244775e-07}
{"commit": "a73f67317c3efa12bcae61e2819568165923fdff", "message": "Update CalculateIrr.java\n\noverloaded getIrr method to calculate annual IRR given monthly cash flows", "proba": 2.1970531349779776e-07}
{"commit": "9632c47b2019293851a9e8058a7f6af0242da30e", "message": "XLCLOUD-312 fixed openam valid status codes for access-token revoke\n", "proba": 1.3863410686099087e-07}
{"commit": "dd9cac3322bf962518735415f41e661d0e196ccb", "message": "Fix game win bug\n\nBug: \"game win dialog not show immediately\" was fixed\n", "proba": 2.393728948391072e-07}
{"commit": "e2fb7d79ca901d476985cc906a2078da2f1ab8f5", "message": "Need not have a return for the in only message receiver!\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@289472 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00010117777128471062}
{"commit": "fce8151bd023c82f1a3ad0e7118a6b1424ffb06f", "message": "Made random texture visible.\n", "proba": 1.0863949739814416e-07}
{"commit": "50ad03207764c45310eb5b698199ed7c58284fcd", "message": "Incomplete", "proba": 0.9999986886978149}
{"commit": "e3da3407d0a9bb6fc156d4da7d02b65f762cd31a", "message": "java: solve algorithms > strings > anagram\n", "proba": 1.6694561963959131e-06}
{"commit": "b6d7620270460c4d0f64e854e8e156899771b3f6", "message": "Redid push\n", "proba": 5.095329242976732e-07}
{"commit": "1b1a8356b5b4eede9b4b38b903fd7e4b67d14df0", "message": "1.\u589e\u52a0hdfs\u7684\u6587\u4ef6\u7684\u64cd\u4f5c\u5b9e\u4f8b\uff1a\u65b0\u5efa\u76ee\u5f55\uff0c\u65b0\u5efa\u6587\u4ef6\uff0c\u8bfb\u53d6\u6587\u4ef6\uff0c\u5220\u9664\u6587\u4ef6\uff0c\u5220\u9664\u76ee\u5f55", "proba": 1.0557715768300113e-07}
{"commit": "3808fb457155ac08091569fe69de808d5547e596", "message": "first draft\n", "proba": 7.348939448093006e-07}
{"commit": "9fbf92cf8709f9025088f4bbf34e9154df7bf5ea", "message": "firstdraft\n", "proba": 7.468570402124897e-07}
{"commit": "20a501041ee24c75549705c66a97d95120595179", "message": "moved BitBuffer here from unetstack, as was only for OFDM demo\n", "proba": 1.368739930285301e-07}
{"commit": "af8c43ce5fc96008ef92f3cf360f0c97a8f6019f", "message": "display node type", "proba": 7.843574394428288e-07}
{"commit": "4671ce56cd041be7ade960d244753a739d2c08f2", "message": "Make keyguard also ask to turn the back button off, now that it is controlled separately.\n\nBug: 3363046\nChange-Id: Iaa7bc0428ae4a8f0c133fd699b762e6c4f167d63\n", "proba": 4.3563063627516385e-06}
{"commit": "4f805703dc019640bfac3cebed423206d61d71a8", "message": "fix an eclipse warning on fall-through\n\nSigned-off-by: Ferry Huberts <66e11f9f5d965b69497c7e73d5e808f8b13c1218@pelagic.nl>\n", "proba": 2.5829415335465455e-06}
{"commit": "9c87936391470f8d810d72e3b3415216c63c2aab", "message": "Update Program.java", "proba": 1.0081996606459143e-06}
{"commit": "345c1b39aa6b820aecf692484c4c1a91716b86b4", "message": "Commit answer on task nine", "proba": 0.9999994039535522}
{"commit": "f203f8b50fb4ce179ca04a8398f5765c3abdf0d1", "message": "Adding Prisoners' Dilemma Game class skeleton\n", "proba": 9.243354384125269e-07}
{"commit": "f3b6b13a69c3729e2a1430057508ff4ee5900424", "message": "Create Placement.java\n", "proba": 5.621499212793424e-07}
{"commit": "f271fa33f148b0c410e8ee06aceb1f2b57cd62c7", "message": "am cdc70256: am f3c117ca: Merge \"Add new IKeystoreService methods to KeyStore\"\n\n* commit 'cdc70256f47b1797520f2bb5c63b21bd441ed8d9':\n  Add new IKeystoreService methods to KeyStore\n", "proba": 3.823504073352524e-07}
{"commit": "4a9aa267b622f1eeddeddff0e02666610098b409", "message": "Fixed minor bug for reading results from file", "proba": 1.5544922860044608e-07}
{"commit": "515e396cf05cf8182f3d16ebdbc26addda4527e6", "message": "Client version 2 - add service setup/call/polling.\n", "proba": 1.053144913498727e-07}
{"commit": "659c56a46efc085cffdae354788cf2819915a101", "message": "String: Fixed impl of by\n", "proba": 3.529611785779707e-05}
{"commit": "5702fbad11927678fb690082c9cad60d66033597", "message": "encrypted ssl connection\n", "proba": 2.0342022253316827e-06}
{"commit": "051f3b7aecdde128ec3b812164a39dff81633b84", "message": "Use correct user id when checking uri grants for notification.\n\nAn application is allowed to notify a change to a uri if it\nhas a grant to this uri. Use the correct user id to check\nthis grant.\n\nBUG:19312280\nChange-Id: I8bad2e65325fdfef4907d7b71b4f264dff567217\n", "proba": 3.8081216189311817e-06}
{"commit": "e380ffc9d4ea52cde2fbcfdac03617fe035a7391", "message": "am ba4d9162: Merge \"DO NOT MERGE - Allowing only a subset of display attributes to get overridden.\" into mnc-dev\n\n* commit 'ba4d9162ba5c3f258d2b407b6c15672d6228c74a':\n  DO NOT MERGE - Allowing only a subset of display attributes to get overridden.\n", "proba": 9.62485955824377e-07}
{"commit": "932249db930d78131c4314ff46ec5fca76cb46cd", "message": "Deliver package broadcasts only to related profiles.\n\nStore the listener's userhandle in a cookie and compare profile\nrelationships before delivering package broadcasts to a listener.\n\nBasically, don't leave TODOs around, they'll result in bugs :)\n\nBug: 14436558\nChange-Id: I57a21719caab6cf54b78de7be2eca3e398dc6288\n", "proba": 6.8591821218433324e-06}
{"commit": "276ec84b5db595be54613fa57b9c7f507ec464e6", "message": "TIF: fix parental control data inconsistency\n\nBug: 16987144\nChange-Id: I43cc7de92663d50073d5c4da1dbffe4e9a2b26a6\n", "proba": 3.1187670401777723e-07}
{"commit": "7f95fc4513059c855ca1ce2f3733348d53d8a494", "message": "new indicator.\n", "proba": 2.7281689085612015e-07}
{"commit": "9fbe93404968a539ef10695cc9373e127c2aef78", "message": "20151116 sunbowen \u6dfb\u52a0filewrapper\u7c7b\n", "proba": 1.2972348883977247e-07}
{"commit": "0d328a5bfb4cb39e1d8a2cc7e3643a15e599f153", "message": "Add missing class\n", "proba": 0.0012178372126072645}
{"commit": "df82d111b0f41daafc215124bde1fceb595d0b3b", "message": "Minor refactoring in AbstractBeanContainer: eliminate duplicated code for bean id resolving\n\nsvn changeset:17538/svn branch:6.6\n", "proba": 1.7565268706221104e-07}
{"commit": "9223b179185b2fb0722b37b6ee14e2beaf70c2ca", "message": "Sample on creating virtual distributed switch or distributed virtual switch, whatever makes sense to you.\n", "proba": 1.0301075548113658e-07}
{"commit": "08110ff63635726fa05e107e6ff9da338dea035d", "message": "Trunk: solve Issue 387: BEAUti generates wrong xml when a uniform prior is selected fo species.popMean", "proba": 1.2292471751607081e-07}
{"commit": "d6a1656e1095703e3c4e406bda6583a155bf31e0", "message": "fix previous changeset\n", "proba": 3.179507302775164e-06}
{"commit": "757b01f10666658f8d7607343da555b5426f9622", "message": "Frame improved", "proba": 3.8557789139304077e-07}
{"commit": "8ea1190dbc221153d807296d2d7415f473823d12", "message": "update save alert", "proba": 4.282023269297497e-07}
{"commit": "0124ee4126b72ad900b047c7f969bf4cfb2a262f", "message": "Added DeadlockIssue\n", "proba": 2.2673442856557813e-07}
{"commit": "796f4ca76cc738d0cf67c612427c201956ae8fe0", "message": "Add CpuUtilStatPoint.\n", "proba": 1.650041241418876e-07}
{"commit": "0318eb698a39131f5a3948c54256954d7c79f16e", "message": "Add forwarding searcher utility\n", "proba": 3.6542422776619787e-07}
{"commit": "8efe63e654f666f867743b379b5a5da07c71de95", "message": "add bool to string converter for future use\n", "proba": 2.000241323685259e-07}
{"commit": "c8c0186af30e2ca7648bcb1cd418bec6209ac1ff", "message": "removing () from constraint pair\n", "proba": 4.086437002115417e-06}
{"commit": "300807130a8c21466ef9c2a731c334f82ccd130b", "message": "Fixed quizResults not being displayed in descriptive page\n", "proba": 1.312671429332113e-07}
{"commit": "310849abb1a0763ea9912b59187f0a4271efaa2e", "message": "Bug 4563099 - Action bar tabs - place second row tabs on top in the\nabsence of home/up\n\nChange-Id: I9d656962161f0cb26cecbc85991b347d2e951c76\n", "proba": 5.960924340797646e-07}
{"commit": "4ebe50f9fb18c0f75fbb6cfde6efa53b0fc83cc6", "message": "basic call to list stacks\n", "proba": 5.201656563258439e-07}
{"commit": "81e68354dc3b56d9b14adb38fbb5f9890d47a981", "message": "persisting of students works now. \nremoved error: gradeID has to be set manually, too.", "proba": 1.349595351030075e-07}
{"commit": "026c8b5e909656d1498a8c2802be92cf809d7a08", "message": "Fix primary key", "proba": 0.00020710399257950485}
{"commit": "b91c57c57923975d804dc4d196a676d7f71ec750", "message": "update VmBases\n", "proba": 2.3460624731796997e-07}
{"commit": "d650ef53c927bde7a3481d49f40ff79ff95265b4", "message": "XKRouge: initial non functioning boring code\n", "proba": 4.453606265997223e-07}
{"commit": "2aab1d67bb93c72005d6fbba8418271653d28367", "message": "Check password regexp on change password... sorry for that old bug T.T", "proba": 1.6781112321950786e-07}
{"commit": "73d3861471f443433b7340f6b632cefbd1a5a306", "message": "tweak xray pendant\n", "proba": 3.5320215374667896e-07}
{"commit": "0851c21b674fdbd64146c55899a1640a3f04fa2c", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "809f74b07dc32d0bf231fa594da5780bb043e3b6", "message": "Added glazedlists tree expansion model for date-oriented results\n", "proba": 1.2526662374057196e-07}
{"commit": "4bbfa3d984fe45cbe84d221ff5036b9cfb4ea0fd", "message": "Check for interrupt between each resource to process.\n\n", "proba": 1.2474029631448502e-07}
{"commit": "8e3656f6d8455c61d051cc3bebc65027aacdcf64", "message": "New bug fix when calling several player names (no more double names)\n", "proba": 1.060607459635321e-07}
{"commit": "e68c698c915390e1d9ad977e6aa50f99cd840e40", "message": "Nova class para propterties por ordem alfab\u00e9tica", "proba": 3.102581445091346e-07}
{"commit": "ce284281e2134a56eeb32e2f5a2d8457638eb302", "message": "MenuRequest: only URI is used from child query results, so don't load all props.\n\nLoading stored fields is costly, while at the same time all queries are expected\nto be fast, no matter how sloppy they are written. This combination does not\nscale well.\n", "proba": 1.254178272347417e-07}
{"commit": "0811bd9a11d75d29ca64690ed516edef836534e0", "message": "\u65b0\u589ememcached\u8fde\u63a5\u7ba1\u7406\u5de5\u5177\n", "proba": 2.0255554034065426e-07}
{"commit": "c40588f14e6c6f910467f1d36af8928960794072", "message": "Forgot to add @ Setting to the new teleport category\n", "proba": 1.1912148067949602e-07}
{"commit": "11130fe4fb303c54583cead01c488c9ed0fdbae8", "message": "Shell (empty) class\n", "proba": 0.0010056629544124007}
{"commit": "5d62c289bcca270cf74cfc73c61f20552d5178b0", "message": "Javadoc toBuilder().\n\ngit-svn-id: 3cfc64c80f2e6f92f6d08f3c7f3967ef35335cd9@1460381 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0011184876784682274}
{"commit": "de4a671fc5f4fe42c23c4d2f34cbc844ef7319e2", "message": "Javadoc: @version.\n\ngit-svn-id: 3cfc64c80f2e6f92f6d08f3c7f3967ef35335cd9@1398182 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9981338381767273}
{"commit": "374531ab0c0903121e6af2003cc826296ecc4e52", "message": "Common parent of Triple and Quad\n", "proba": 7.805965083207411e-07}
{"commit": "ee6d5cfdff475f6c1119f060b139bdc1b621fa8b", "message": "Copy the solid color when mutating a gradient drawable.\n\nChange-Id: If3eed36b81f54bb5a56eab7784feda3e3786f8fc\n", "proba": 2.8299149562371895e-05}
{"commit": "bdad90cc32c211f0c647f89f8c672b34e5fc8ab0", "message": "Routes helper class\n", "proba": 6.327634309855057e-07}
{"commit": "40d43a17a7e1a0ef6a08df4c2e17c1ba76b5e445", "message": "ImplContainer abstract class\n", "proba": 1.8504091485738172e-06}
{"commit": "9a0017461b6660e6a4d53f1ba6c5fe7bb6d423ee", "message": "introduced ClobStringType\n\n\ngit-svn-id: b619a0c99665f88f1afe72824344cefe9a1c8c90@1313 fd5a2b45-1f63-4059-99e9-3c7cb7fd75c8\n", "proba": 5.328779479896184e-07}
{"commit": "09046cd4ebdff6806701e6b998c9ea416b9dc353", "message": "a spec in the sea\n", "proba": 1.970599214473623e-06}
{"commit": "1fc27e06514b69e46bd7e6da948cb3312c2d7535", "message": "WinnerController - created\n", "proba": 1.2369144997137482e-07}
{"commit": "fce78cb474f4211e133be973ad82e1eaae104b3a", "message": "Add CaesarCipher", "proba": 0.9992843270301819}
{"commit": "65deb7a37a0854638678479378ec6a0f0b71a8d1", "message": "Add DefaultSolverTest\n", "proba": 2.943882009276422e-07}
{"commit": "abeda2401485730270d06569caaa6d56fea71cb8", "message": "Add test on private constructor of Assertions", "proba": 2.501649305486353e-07}
{"commit": "cfe99d05988477f7d8a59dde89ff7a485175a27e", "message": "Resolves merger conflicts\n", "proba": 3.921207678558858e-07}
{"commit": "d94862a5a4d49d796922463fe9d687a802abb938", "message": "am 0d241c26: am a06c819c: am 20e16f4f: Merge \"Elaborate on description of ScriptGroup.execute\" into mnc-dev\n\n* commit '0d241c26e816096e14c36e66d0dc3f0af5e53252':\n  Elaborate on description of ScriptGroup.execute\n", "proba": 4.26073512471703e-07}
{"commit": "997743c80219714dc3a0b14dd6b1cfb14003442e", "message": "Add basic name filtering when using XML names for Java identifiers.\nAdd special case for \"java\" type namespace - just use the type without\nmucking with it.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@252423 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.2078034817241132e-05}
{"commit": "46a38f86b258825f02f01587bd42a771d2b8e724", "message": "IntPredicate IntStream test\n", "proba": 9.01732278180134e-07}
{"commit": "89ec8dc4961761c60462e90bc82d46f266a7b080", "message": "Create CompressHuffman.java", "proba": 1.1539732440724038e-06}
{"commit": "51a1a1d184972331eecef3980837172f792dcc58", "message": "Add option to freeze updating billboards based on camera position", "proba": 3.8784449429840606e-07}
{"commit": "ca7d56cbf17e5e202e6cbda89adda80f4b04ac01", "message": "added fizzbuzz\n", "proba": 7.429725314977986e-07}
{"commit": "7af23a2ef54e85117d25e0fef5d73004bee13c23", "message": "UP-862 added JUnit testcase for the StackOverflowError problem documemted in this issue.\n\n\ngit-svn-id: 477788cc2a8229a747c5b8073e47c1d0f6ec0604@10094 f5dbab47-78f9-eb45-b975-e544023573eb\n", "proba": 1.689128794168937e-06}
{"commit": "36b7cc5e0b00f7dbf40492817ddc86d7ef3fb5c8", "message": "Transition bug fix\n\nChange-Id: I0999aca3b341e4d6a4303ef84da8f5e541310bf0\n", "proba": 2.099458924931241e-06}
{"commit": "19798696553d9d982f42a714f8dd551131fb62c5", "message": "Consistent Ordering.\nNo functional change.\n\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1079666 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.115173917147331e-05}
{"commit": "51654b562b3faaf358b55124ad5290847bdceabd", "message": "am a6309c30: On BACK in search, hide just IME if IME is fullscreen\n\nMerge commit 'a6309c30722ad3aee88ddc2394cea2a499168d99' into eclair-plus-aosp\n\n* commit 'a6309c30722ad3aee88ddc2394cea2a499168d99':\n  On BACK in search, hide just IME if IME is fullscreen\n", "proba": 7.233959877339657e-06}
{"commit": "5159f778f0ea497327bc6efc6029ae95a1d1af05", "message": "am f01a4710: am 1e2063fb: am d1b16386: am 2c7ed6e8: Merge \"Improve ImageView drawable re-use\" into mnc-dev\n\n* commit 'f01a471060df22ee5c92acdf8effa340b5f568b3':\n  Improve ImageView drawable re-use\n", "proba": 3.3325957815577567e-07}
{"commit": "20b1b205bceded798eeadd55e8743d30e209f5da", "message": "enhance\n", "proba": 3.915221498118626e-07}
{"commit": "0ca4d08fbdc1f2a8ce1016f47b5b4f8a865ced48", "message": "basic controller for different content types\n", "proba": 2.3277698346646503e-07}
{"commit": "edacd02714bc33d3a3e7f95e92a411746ecb3eec", "message": "Cleanups\n", "proba": 2.08481242225389e-06}
{"commit": "7fa47a9c59c558e92b12c7df8d132b15f36c8bc1", "message": "Forgot to implement SLF4JConsole#printerrln(Throwable)\n", "proba": 1.275881373885568e-07}
{"commit": "96ab50f79ed3ea1fb9e28f47aa9de14e0d3738f7", "message": "small fix\n", "proba": 5.359547685657162e-07}
{"commit": "4f3c04ebcb8a54a114389e457311defb32ff2a99", "message": "- Bug fixes\n", "proba": 1.2348247935278778e-07}
{"commit": "cfbeae8aa68df8837bc88394ed9bd16b8681542f", "message": "Add AuthorizationFilter\n\nAdd an authorization filter on the servlet to require that\nthe user be logged in.\n", "proba": 1.1531399479736137e-07}
{"commit": "8a8737e27f6c3d5ddf44620d208af7d983882a4a", "message": "#407 fix imports\n", "proba": 1.6728670004795276e-07}
{"commit": "156fc1a08edecb78b1ec0e5e4f9f56526d11e58e", "message": "Added IBlockAccessFake\n", "proba": 2.1387009496720566e-07}
{"commit": "fc4159c4b1dfb2da761e6e2303bc08d52910c69f", "message": "Checked in wrong version of file - oops!\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@254120 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.0322016805730527e-06}
{"commit": "7fc6299cb2dbfbe5b3b0423324fc2c4d7f0cf23e", "message": "Use direct query string compares instead of relying on the parameter\nmechanism, since Tomcat and WebSphere both seem to dislike the\nnotion of a param without an \"=\".\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@252364 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.08129303145688e-05}
{"commit": "736b947cdcf91ab048b8e5e771c5a27a7b89c05d", "message": "Clean up some unused, leftover code.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@255001 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999877214431763}
{"commit": "6b48b12961840757b98081bf945c701ae4ff3951", "message": "Create new class to make Speculative2 more effecient", "proba": 1.3262967968330486e-07}
{"commit": "48a5e530601b8ccc7f1a0c2a80d0ff1d298bee95", "message": "common elevation functionality refactor\n", "proba": 3.4710632235146477e-07}
{"commit": "c8bc4af098fcd21758e0eee0ead783e5fc45c817", "message": "Implemented postEvent using PostEventCommand\n", "proba": 9.452668905396422e-07}
{"commit": "34cd81d6d2788524eb2d679569eb2ac22d10b11b", "message": "Formatting\n\n", "proba": 5.685269206878729e-05}
{"commit": "520ee4b6654ce7d6a9be5d91b7a380e0b60702bb", "message": "Add EntityQualityAnnotation object for ESLIM MA and PATO ontology terms\n", "proba": 2.861554264654842e-07}
{"commit": "3bbe7da1329fce750d2965751a93340ef3fb0534", "message": "Add a failing test for #1651\n", "proba": 2.297645323778852e-06}
{"commit": "5724682dd7b2134c837522a930fd6844d45a281c", "message": "Add Concurrent test for DiGraph.\n\nRELNOTES:none\nPiperOrigin-RevId: 196972194\n", "proba": 1.0409225978946779e-06}
{"commit": "5b2eaa6f2661adee62f573a7dbe4b6817e272997", "message": "more work on antlr v4 parsers\n", "proba": 1.2325223508469207e-07}
{"commit": "e7ed9e990094fef5742f521cca2f9d3e2e2b1aea", "message": "KCAWD-20 - added an extra web test\n", "proba": 1.0574522946171783e-07}
{"commit": "24d1056ec4b268280fbbdc1535801c045ba02205", "message": "Fix typos\n", "proba": 0.9999994039535522}
{"commit": "eaa1a10a1cec7cc2ef1fdd5622588034cef41716", "message": "Add missing test resource file\n", "proba": 9.971324743673904e-07}
{"commit": "29cd3d1b92c81655290ced3f4068b91158dcaf07", "message": "[ALLUXIO-1591] Added unit test coverage for SwiftOutputStream\n", "proba": 1.1775725283769134e-07}
{"commit": "9db87a2479235cdc4145c898d7bbb25614423548", "message": "am 2f73c3c2: am af13d3b0: am 826bf9b6: Merge \"media: parse max-concurrent-instances.\" into mnc-dev\n\n* commit '2f73c3c2d9da5f229a987e46399846d4e7d488be':\n  media: parse max-concurrent-instances.\n", "proba": 1.4321569778985577e-06}
{"commit": "216e11dcbb4d56699c1740c801489be0d57b16c4", "message": "parse bitrate range for video/audio caps\n\nBug: 18684228\nChange-Id: Ib5c3682bb1dfa338b99352ea040edcb99d86ef0b\n", "proba": 5.923453954892466e-06}
{"commit": "75c4824bf6efd996956edb4436f2d85bad4ac473", "message": "media: Implement getAchievableFrameRatesFor with measured frame rate.\n\nBug: 20507129\nChange-Id: I4751ea0f8d4f1173ace18d397b59e9cd6c70688f\n", "proba": 4.580781933327671e-06}
{"commit": "68ec238647255cbcfaaf01a5f61d06d1cfceb503", "message": "Add string palindrom test for Java implementation\n", "proba": 3.081966724494123e-06}
{"commit": "dd2ff3e7b3ecc1a7cf2cd557c581f9e0cd6937ba", "message": "Made Encipher store the password hash if it doesnt exist\n\ngit-svn-id: 50f83ef66c13f323b544ac924010c921a9f4a0f7@455 00569f92-eb28-0410-84fd-f71c24880f43\n", "proba": 0.0004219604888930917}
{"commit": "cef7f88f09030238fcfec87a04de35ba8e73402e", "message": "\u5b8c\u5584\u65e5\u5fd7\u6a21\u5757\u3002\n", "proba": 1.2660066772696155e-07}
{"commit": "8a2b19a4259493d28f31af513b8ac302f34d4f3c", "message": "Initial commit: SimpleList\n", "proba": 2.2416513445477904e-07}
{"commit": "e304c13f956a0feeb58d32eccb74c73d38a5c8e9", "message": "Binary resource response has been extended with an Expires-header and the Last-Modified and Cache-Control header has been removed.\n\n\nFormer-commit-id: 0c97270ae0b1bf379535dfb74e558e2f2f76821f", "proba": 4.497462668950902e-06}
{"commit": "85b680af18d337e1c448feadb29b4b68e3ca1c48", "message": "upload rest resource commited (not functional yet)\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@7700 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 4.995799827156588e-07}
{"commit": "3f88613dab91428071d96a74fa1b78273cf8ada8", "message": "productDAO order by", "proba": 3.232450751511351e-07}
{"commit": "88066903a6f09f31af14138bca0cbf7e58eb26a0", "message": "improve logging on getRow calls (called from rnd_pos)\n", "proba": 1.215234277651689e-07}
{"commit": "345bc658e35a2a4c1921e2c58793a1406439e85b", "message": "O(n) time O(1) space\n", "proba": 0.015962641686201096}
{"commit": "04610481fdc40d4e18345cba25ef88b2502b7f6d", "message": "feat(Urlify): add Q3 Urlify\n", "proba": 1.1021619684470352e-05}
{"commit": "1fd3762c27eccc69a9afae29a81875337023bd02", "message": "Add DevUtils with printStackTrace methods\n", "proba": 3.1144512036007654e-07}
{"commit": "d31912444ff7c8a138b24724a936c6d6ab0ba2a5", "message": "+KitCommands: weitergeschrieben\n", "proba": 2.3908953039608605e-07}
{"commit": "e238b00ab1fb1efca3835a7b8befb53432735c7e", "message": "Added an extra attribute to LoggerParser: header which can be used to specify a subtitle (used in comments at the top).", "proba": 1.0041821241202342e-07}
{"commit": "880645f6250cec65832cad7c4d4278fe05c9c62d", "message": "system.multicall handler added by Adam Megacz, with documentation and\nminor code spruce ups from me.\n\n", "proba": 9.723923000137802e-08}
{"commit": "d97015e2e322a2ab91a975df930f0b485b39b804", "message": "Testing Github with NetBeans", "proba": 2.7467515906209883e-07}
{"commit": "c4228a72817e3e3b507c3b376a0ed1a77be89267", "message": "CEC: Handles initiation of press-and-hold correctly\n\nPreviously the time gap between the first and the second key event\nfor repeated keys(press-and-hold) can be bigger than the threshold,\nwhich violates CEC spec. This CL rectifies it by managing its own\nstate rather than relying on Android key handler.\n\nBug: 19117830\n\nChange-Id: Iedfa48f9ab826252e8616d1c3b7491e8b8333c81\n", "proba": 8.515950867149513e-06}
{"commit": "4af84142e08dd082ac5a0f94adb8c6df83589e2e", "message": "am fe28ff0d: Merge \"Fix for regression in WindowManager orientation changes\" into jb-mr1-dev\n\n* commit 'fe28ff0d063818762dd585a67fcffd61cabd5a2f':\n  Fix for regression in WindowManager orientation changes\n", "proba": 3.224863860395999e-07}
{"commit": "76afd1f12957267bf5485ba0defb257f5e5e7d1d", "message": "Improve Jank for translucent activities\n\nThe previous jank improvement only worked when closing\nan app, not when bringing one forward (hitting home button).\nThis should cover the specific case that is being missed: Having the\nHome task being brought to front over a translucent window, with\na wallpaper behind both tasks.\n\nbug:11253262\nChange-Id: I200ef6fe2dda8d9ab4e1f82059b4f888c59007f4\n", "proba": 0.0003267680003773421}
{"commit": "83cbcdc29f88da2484c11f379b72d864f1050032", "message": "Fix M2XClient.dateTimeToString() method error\n", "proba": 3.098172601312399e-05}
{"commit": "f1391dcad1ec9a56104ee83e2b88187e7d68a948", "message": "am a6dd714a: Merge \"Added new options (--eial, --elal, --efal, and --esal) to pass multiple extras as ArrayList instead of Array. BUG: 21757911 Change-Id: I7e2a9c81ad4606a8aba90ea4820ba0732a1c8749 \tmodified:   src/com/android/commands/am/Am.java  On branch handles_arr\n\n* commit 'a6dd714a5ab620cf5b84c2d1f680ddacf763559d':\n  Added new options (--eial, --elal, --efal, and --esal) to pass multiple extras as ArrayList instead of Array. BUG: 21757911 Change-Id: I7e2a9c81ad4606a8aba90ea4820ba0732a1c8749 \tmodified:   src/com/android/commands/am/Am.java  On branch handles_array_list  Changes to be committed: \tmodified:   src/com/android/commands/am/Am.java\n", "proba": 2.28810022235848e-05}
{"commit": "2f778da1cb88eb9e1f533e63c1f42209cede1f74", "message": "am 46638832: am a2bf7616: Merge \"Add a wm command to dismiss the keyguard.\" into mnc-dev\n\n* commit '46638832458d14c6f785b58618eba9dfec796412':\n  Add a wm command to dismiss the keyguard.\n", "proba": 1.4168479367526743e-07}
{"commit": "0f75a9dfa570dc9a43021ce01b8a576ceedeeb2b", "message": "add a Log.java....\n", "proba": 1.1590262971594711e-07}
{"commit": "a5c6b726272e5e6e8f2e7ca45195aec11d0596e9", "message": "finish 594", "proba": 3.480195800875663e-06}
{"commit": "1717a2b7c8e5eafe1883f33cba59028ab1454ae0", "message": "first version\n", "proba": 3.5516222851583734e-07}
{"commit": "97bad47c0ffcb1166bd61198b35f3143d3ae8e02", "message": "Global empty invalid tweet placeholder\n", "proba": 0.0007120496593415737}
{"commit": "0072c0e4e36faa359d17032897dbaaa591340eff", "message": "Update APIConsumerService.java", "proba": 1.3994921346238698e-06}
{"commit": "113930a82b502fa6eaadf12e9fb7144924abd8d2", "message": "[VTK-4816] Revert\n\nRemove handling of EofException, don't know how to handle correctly, since now\nwe apparently get tons of timeout-exceptions instead.\n", "proba": 1.0047128284895734e-07}
{"commit": "ef1a61119c25e3f3b453deae6bc67621a37ef6a9", "message": "Add PresenterFragment unit tests\n", "proba": 1.5924413787615777e-07}
{"commit": "35849e390fa82fed1b2388f6ec14cfa3161c5069", "message": "Small change to allow access to the destination path (#1035)\n", "proba": 1.1066036620377417e-07}
{"commit": "99905a20a3d41885391ab27b3b3c233222b93ddc", "message": "time to include this little program to compile from IDE\n", "proba": 1.2345503819233272e-07}
{"commit": "c6861a65ee27608eea03f6da655a4d174943ebd0", "message": "refactored into the mvc model\n", "proba": 1.1732852271961747e-06}
{"commit": "28941fb821dd1b396ef96083ab34a7e5b3e5b541", "message": "Added Issue0170TestCase\n\ngit-svn-id: 12c26961da91f742cc34db10acb570e5af7eb648@2913 ac66bb80-72f5-0310-8d68-9f556cfffb23\n", "proba": 1.8517495448122645e-07}
{"commit": "8c3b665356e8ec2d735b548c428bb69ff2d46976", "message": "INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED\n2004/10/01 12:39:00 bc 1.1.2.7: ## several changes in dbwizards\n2004/09/03 10:13:28 bc 1.1.2.6: ##several changes in formwizard\n2004/09/01 16:58:27 bc 1.1.2.5: ## SubForm in Formdocument optimized\n2004/09/01 14:50:47 bc 1.1.2.4: ##several changes\n2004/09/01 10:35:57 bc 1.1.2.3: ## several changes\n2004/08/19 16:49:22 bc 1.1.2.2: #i20423#several additions for TableWizard and FormWizard\n2004/08/13 15:06:22 bc 1.1.2.1: #111602# several changes for Formwizard and TableWizard\n", "proba": 6.673110419797013e-07}
{"commit": "e2f75c2942caf9446641391a092a2605c109dc80", "message": "Added log\n", "proba": 3.250150371059135e-07}
{"commit": "5e99f5c9a54ce283b40eb4c9bfaa19f6e7a9899e", "message": "Added JavaDoc.\n", "proba": 1.257373440921583e-07}
{"commit": "8a5f2569518b5bbcf6a840d9718a9fac9478ca84", "message": "implemented UT findExpensiveOrders_should_selectOrdersOnCreationDay()\n", "proba": 1.2304552399200475e-07}
{"commit": "a1312d7e87100be14dfefebe49b2f5b24c415f49", "message": "Reply fixes\n", "proba": 1.7606878088827216e-07}
{"commit": "27ee80806e9f28eca331acff58709ba461a782f0", "message": "Add ArgumentValidators utility class with CLI validators\n", "proba": 2.5501435629848856e-07}
{"commit": "b6f7334ecd61351e339e2e71c1879c4fa2ba6787", "message": "Allow dynamic registration of TypeDescs for given classes.\n\nSeveral limitations right now:\n\n1) Registration is per-JVM (static), not per engine - is this OK?\n\n2) Potential Classloader problems?  Should we be doing this by\nclass name and not Class object?\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@248909 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00011114119843114167}
{"commit": "1a5a65970e33e45ed7f2d3d7c6520bfdb2a98cd0", "message": "remove repeat from test\n", "proba": 6.0306820159894414e-06}
{"commit": "afaed11e8ac1e8e707496a729264591309123837", "message": "Client - create\n", "proba": 1.201860158062118e-07}
{"commit": "07d0e13de7b7b09aa236e0b1805868129bf5c2cc", "message": "add default values to initialisation of security token (will be used for MQ messages)\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@5169 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 69b8b97cef45bbd0058ae8bbbe10341cb2085016", "proba": 5.505831268237671e-06}
{"commit": "ebb956f4d49400083eaada378ead7d86b759c65a", "message": "Adding ResourceSerializer using reflection. No decision taken yet with possible parameters\n", "proba": 2.225433064495519e-07}
{"commit": "098b6e733a141eac5e980f44e90b51548e482f10", "message": "PDI-4519.DTD Validator returns \"Success\" even when the XML is wrong\n\ngit-svn-id: 51b39fcfd0d3a6ea7caa15377cad4af13b9d2664@13818 5fb7f6ec-07c1-534a-b4ca-9155e429e800\n", "proba": 3.127567106275819e-05}
{"commit": "267e583d7aa17b9c1082b7ff1ed6728529398855", "message": "Added test for SocialNetwork\n", "proba": 1.353534457848582e-07}
{"commit": "5dba39c75cb61292cee46a2e7d32584974a18a27", "message": "Created line behavior for using light sensor to detect start and end lines, but not used yet\n", "proba": 1.1254020648721053e-07}
{"commit": "8542d5beb22e6aff8ac8b2d49088a11b972b8a43", "message": "Added test", "proba": 1.486348395474124e-07}
{"commit": "5db6c1ee10028f210f14c4e45b67711719f97e25", "message": "Work on the stream package.\n", "proba": 1.196991803453784e-07}
{"commit": "0bdb428bce75a7b8ab34945ab1f0140bdd5fd747", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@1707 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 5.419869353318063e-07}
{"commit": "5d3d3f2ed6b673f41ac5536af7239d00c94fd2f4", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@3893 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 6.153729259494867e-07}
{"commit": "72e202d9462b3ae0863ab668f9aaad850bc4c3f2", "message": "Create MovimentoReceita.java", "proba": 8.664204074193549e-07}
{"commit": "c99b1eedf28309d8433688cdd3e34e7fe9134f56", "message": "Create ExtendedRecyclerView which supports an empty view\n", "proba": 1.2873005061919685e-07}
{"commit": "8b8384c080915b6b1c9c7730c9f8686e93fdcd06", "message": "Refactored ifMethods\n", "proba": 8.738483302295208e-06}
{"commit": "2590ae74e57c21066bb337c1c700c832d6d9e402", "message": "\u4fee\u6539\u8def\u5f84\u7684\u5e38\u91cf\uff0c\u6539\u5584\u5e94\u7528\u7a0b\u5e8f\u5b58\u50a8\u6587\u4ef6\u7684\u76ee\u5f55\u7ed3\u6784\u3002\n", "proba": 1.011536951978087e-07}
{"commit": "1bb699f5d74b4b833c0a8b73069eff8be8d313c0", "message": "Building url using Uri.Builder\n", "proba": 9.482084806222701e-07}
{"commit": "cbdc8a63d1f94bcf0a94ac1ae5f00f23932f968d", "message": "Formulario para adicionar tipo de despesa.", "proba": 1.277359444884496e-07}
{"commit": "e18498cf4ed9326281538941dd3cfa17a48762fa", "message": "Created IDMapperStack, an implementation of IDMapper for stacking multiple other mappers.\n\ngit-svn-id: b9aa09681bb449106768a53c71c444e56dcea582@55 e3f1d335-44b1-4163-9530-9b341189ae98\n", "proba": 5.50034201296512e-06}
{"commit": "2cad9c91693f4719201f09a27b981cc7a441ed9e", "message": "Add controller class.\n", "proba": 1.3793975028875138e-07}
{"commit": "5a19cb16f928bb185fb065c8647169d86989b228", "message": "Forgot to commit this interface ...\n\ngit-svn-id: 6ace1da469d679d96e52aca61477cd912dfb7de0@824043 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.2131552529790497e-07}
{"commit": "28fa22a7f185cb4e20e2c437eaccb3fc60432588", "message": "PR: MCLEAN-15\n\n- added ${project.reporting.outputDirectory}\n- also, moved the parameter \"default-value\" expressions into parameter \"expression\"\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@419179 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.7145536023454042e-06}
{"commit": "90ec8dadfbded5db54257d49bedc1a9fd2225bab", "message": "Allow access to the deployed but unsaved configuration objects\n\n\ngit-svn-id: d69ffe4ccc4861bf06065bd0072b85c931fba7ed@44796 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.08995332338236e-07}
{"commit": "021b1911efa217a8732f366a4474a2db4bafa0d3", "message": "BL-9515: composer update\n", "proba": 2.5598680508664984e-07}
{"commit": "08c9b8d37542f82a2a41952146fbca87f6b74f1b", "message": "Added the unittest of UnsubscribeMessage\n", "proba": 1.281070467484824e-07}
{"commit": "da82113d5c247d7a2376b615c6011f74f19b58a9", "message": "am fe620dd5: am 29f7caf8: am 0df576ee: Merge \"Fix crash from USER_PRESENT broadcast in sysui\" into lmp-dev\n\n* commit 'fe620dd55efb08b84d662fc4517a4dc3493a9240':\n  Fix crash from USER_PRESENT broadcast in sysui\n", "proba": 3.800492152095103e-07}
{"commit": "70c5d9ae85d5bd01bf6cf567e70fcd8d9ec73a62", "message": "It has created function which  select natural positive numbers\n", "proba": 0.00013448142271954566}
{"commit": "19404335a9b0a130f396c7cb9b50b34566bedef5", "message": "Empty file header\n\nThe default file header contains a little Javadoc block with author\ninformation, without using the @author tag. Even if it did use the tag,\n@author is a lie waiting to happen and adds no -- and sometimes negative\n-- value.\n\nThis commit empties the file header so that it produces no output when\nrendered. This is to facilitate a file header for those that really need\nit while avoiding having to remove the instruction from every template\nthat defines it.\n", "proba": 4.4337730287224986e-07}
{"commit": "519c0263655080e69cd25d360978e1b3dcbd65a6", "message": "Added synch test using synchronization block and an explicit lock object\n\n\ngit-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@3438 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 1.3770949180980097e-06}
{"commit": "2596ad0ac92915086354208ce70e55773d80ecea", "message": "Solved kata 'You Can't Code Under Pressure #1'.\nhttp://www.codewars.com/kata/53ee5429ba190077850011d4/solutions/java\n", "proba": 2.848729536708561e-07}
{"commit": "a1b290e11a1f012a4fc53510d10c301c93b121d5", "message": "Corrections to javadoc for install & removeKeyPair\n\nMaking these more consistent - refer to 'certificate and private key\npair' in titles instead of 'credentials'. It is still used in one place\nwhere 'credentials' makes sense.\n\nBug: 27533004\nChange-Id: Ied80017c6f391646b10921b011be35eea113373f\n", "proba": 1.0659819963620976e-05}
{"commit": "a16bf51ada3a7f221cc2ac8d9338396cd86fec85", "message": "am 3d7467bd: Merge \"Fix 5185505: Update DevicePolicyManager to support weak biometric security.\"\n\n* commit '3d7467bd78eb7d9c16ab06b2ceed54ea176847f9':\n  Fix 5185505: Update DevicePolicyManager to support weak biometric security.\n", "proba": 1.5540031483851635e-07}
{"commit": "1bd0c285ce43b790dcb77e2a7732ea234b672145", "message": "add a context menu item from display plot raw data\n", "proba": 3.3178781677634106e-07}
{"commit": "e62c2e9c2e3d746f83dd004c734c683d1cf843f1", "message": "am e24c67e3: am 2990ed7a: am 3c6ee5b5: am d2bec096: Merge \"NullPointerException in SQLiteSession\"\n\n# By L\u00e1szl\u00f3 D\u00e1vid\n# Via Android Git Automerger (3) and others\n* commit 'e24c67e32258bfedafbc2dc2861d4358950131f0':\n  NullPointerException in SQLiteSession\n", "proba": 7.453421630998491e-07}
{"commit": "8aec957108b3b46fdeec76c311aa409065e2f7ad", "message": "am 3bd0b010: Merge \"Add an internal API to get all asset locales.\" into lmp-dev\n\n* commit '3bd0b0105cae24e8265df73a2541dc2f0d630bfe':\n  Add an internal API to get all asset locales.\n", "proba": 2.471297193551436e-07}
{"commit": "8d6fdb064bac3c36363e172bce1df65d96ad48b1", "message": "fix: add flush frames to postRunnable() actions in scripting implementation\n", "proba": 3.4106597013305873e-07}
{"commit": "daf60866715d67765420b63b963103001a44d9cf", "message": "Fix tailor type checking.", "proba": 1.3675526133738458e-07}
{"commit": "183077453d44b58ba39afe1d3af8f88e5f3887b0", "message": "Complete task1313\n", "proba": 0.9998754262924194}
{"commit": "094073ccd5c60d1fa16649361ad8d61305d196c9", "message": "a dummy lock", "proba": 4.877252877122373e-07}
{"commit": "94f8008b5d66179b52ecf07197b0a6b05aebe084", "message": "Complete task1314\n", "proba": 0.9997424483299255}
{"commit": "acf6cc70da65dc5f5e604bc1a92e78058ad2a7c6", "message": "Complete task1611\n", "proba": 0.998721182346344}
{"commit": "5ef3cdb2c8cf7734fda96130ae17e7adb429586c", "message": ":bookmark: \u53d1\u5e03 v3.0.6\n", "proba": 1.30558007072068e-07}
{"commit": "70bc668194b2a4df6fe5f466beb7b93a25c52253", "message": "(Balanced Binary Tree) [Accepted]\n", "proba": 1.245572320840438e-07}
{"commit": "c37282a80385434c71b98090769db531ca9c1bdf", "message": "Create CheckingAccount.java", "proba": 1.4068560858504497e-06}
{"commit": "ebf9c082294be4dec7bbaef92c4e8628be04437f", "message": "am 5cd3f209: A little more system API in RestoreSetObserver\n\n* commit '5cd3f209bf94e10da7dbc99ddbb876cb8dac6898':\n  A little more system API in RestoreSetObserver\n", "proba": 3.7411928133224137e-07}
{"commit": "32779536bcd66d45019f4ab80dd0d844e618e16b", "message": "am 13bd8577: am c0384b6b: DO NOT MERGE: Move advetise clean up to callback code. fixes b/13289050 Cherrypick from master to fix b/13289050\n\n* commit '13bd85772f6279d14303ec3a18615613c3722844':\n  DO NOT MERGE: Move advetise clean up to callback code. fixes b/13289050 Cherrypick from master to fix b/13289050\n", "proba": 1.0739813660620712e-06}
{"commit": "9c42639cdd4e75f4e8298620ae27e68ef922e3d0", "message": "am cc9a4e3e: am 927c7fd1: Merge \"Fix crash when SimpleCursorAdapter changes cursor from null\" into jb-dev\n\n* commit 'cc9a4e3e2a3716965cd0b76d48e8e840e6ce0f41':\n  Fix crash when SimpleCursorAdapter changes cursor from null\n", "proba": 1.3883166047889972e-06}
{"commit": "c5adb89524baf6b7e993b22b353ef621a194a1e1", "message": "Test for googlecode issue #18\n", "proba": 1.2099725665848382e-07}
{"commit": "3d8a6d97dea51bb4d0f83991e83960208aa8c613", "message": "CAMEL-1070: hasAttachments() must also init\n\ngit-svn-id: e3ccc80b644512be24afa6caf639b2d1f1969354@712692 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.349825980578316e-07}
{"commit": "96af229b2c7f3f1ee5b21de5ec536c76ee48e255", "message": "added base for the UI\n", "proba": 3.3075474448196474e-07}
{"commit": "cc2d245992308f42bdb250195eaee0e464842cc7", "message": "testing: added JUnit test: PresendCounterTest\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@6261 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 5.227142310104682e-07}
{"commit": "0229b3bd5491a4244906be3fe9458c97bbaacd0a", "message": "The spelling on that last commit was horrible\n", "proba": 0.9999991655349731}
{"commit": "2da29df2881f7e37c3ec5ad6327f830781892dec", "message": "Add basic screen", "proba": 3.3903049825312337e-06}
{"commit": "74d045b54368ac90a6228358488669b56c3e9e09", "message": "Created a specific addon for Baubles stuff. ", "proba": 1.049199127578504e-07}
{"commit": "86875382640083395f5f7d5d4aa70feb99963448", "message": "KRACOEUS-4265 added a note to reports that are \"final\" to help users understand better.\n", "proba": 9.843125781117124e-08}
{"commit": "a3f414b429f528cfbc2fee0e27f7b652c4139c97", "message": "Committing geolocation for Jabber from Guillaume Schreiner - Louis Pasteur University, France\n\na listener that allows collecting GeolocationEvent-s\n\n", "proba": 1.1567846769366952e-07}
{"commit": "23ee4977cf33256b8bf2ea12ffbfcf39443a47f3", "message": "Integration test addition: CassandraUserRepositoryIT", "proba": 5.893578872928629e-06}
{"commit": "0ba2111d24ad6dfd5b82557e6ae16e5b7e17f44e", "message": "INTERFACE: HTTP headers are now stored in a Map instead of a Properties.\nREFACTOR: removede all references to PropertyConfigurable interface\n\ngit-svn-id: ca6d9ebf75caaf710f0e3a4ee74a890c456d4c90@1864 69e27eb3-6e27-0410-b9c6-fffd7e226fab\n", "proba": 1.4491521369563998e-06}
{"commit": "ec75b7122fb89c36c078dc3c91d0b98f81431593", "message": "FIX: remove Transfer-Encoding: chunked if decoding in proxy mode\n", "proba": 8.002173785826017e-07}
{"commit": "8b182c166125008bc4e44ba89c433018f8938e5d", "message": "ClusterSumNonAdditiveTrimerEnergy is now passed instance of potential...\n", "proba": 1.0598672872674797e-07}
{"commit": "c8b35a4425c1fad9267c9b019752f6876bc67132", "message": "Start extrapolation from the endpoint (rather than starting over)\n", "proba": 4.132577657856018e-07}
{"commit": "cc7a77f0f9106e1ac319ca3bc2b8284627ce753d", "message": "Create PrintMatrix.java", "proba": 2.2058213744458044e-06}
{"commit": "fe841e2f5cf3decc2dd2af459ce4e0b18b80eda8", "message": "Create Searching.java", "proba": 1.0257955409542774e-06}
{"commit": "8ef9fed03557bdcb79d217e38ba2539571b11d66", "message": "added missing file\n", "proba": 7.312501679734851e-07}
{"commit": "15f83c6f64e26a74acf9b75ce41d39870d5a5b7a", "message": "Disable call log for users with DISALLOW_OUTGOING_CALLS restriction\n\nBug: 16217514\nChange-Id: Iacd5699d0a540ca0e5a678662379bf8c611f7462\n", "proba": 7.04252499872382e-07}
{"commit": "026efcc0b829ce299d94367fa56cf610b9b746af", "message": "Fix the build.\n\nOther side of change 229425: add the secure settings used to control\nthe source country used in premium-sms determination.\n\nbug:7205426\nChange-Id: I6c8fece4fdea9aeae72da70c5cbe45807197c7bc\n", "proba": 1.5487906921407557e-06}
{"commit": "e3bd21cab8f20c9e93563619a4262b97dbc44ab7", "message": "am ab45e534: am e9506e36: Merge change 25561 into eclair\n\nMerge commit 'ab45e534ec31bd47aea19362acecd2622e2f53fb'\n\n* commit 'ab45e534ec31bd47aea19362acecd2622e2f53fb':\n  Add Gservices settings required for carrier billing.\n", "proba": 1.126588600186551e-07}
{"commit": "73f6d605436280be1f5900e887c56df2756dde9f", "message": "Include window type in relevant BadTokenExceptions\n\nBug: 23980921\nChange-Id: Idb0f2d1fd0fd0c8525c6566c538c4cc6b5bb148b\n", "proba": 6.50487891107332e-07}
{"commit": "78efd1be8c2aafa251fa30c71322c5a02cc57d84", "message": "am 5cdfd3ac: am 7c20fcc8: Merge \"Accessibility node provider getting invalid virtual view id.\" into lmp-dev\n\n* commit '5cdfd3ac79d5e2bf23652a6fb52f95f1267ee9fe':\n  Accessibility node provider getting invalid virtual view id.\n", "proba": 4.4383293129612866e-07}
{"commit": "6eaad04a546c52dd3b6a30237304428d760255b0", "message": "am 8b300ed1: Merge \"Don\\'t die(immediate) if from performTraversals.\" into jb-mr1-dev\n\n* commit '8b300ed14f74a28ac7752d33b39bc7ac91bd9b26':\n  Don't die(immediate) if from performTraversals.\n", "proba": 2.6452107704244554e-07}
{"commit": "b9618523add13ca3835bbdaf83b8c2313ae277a2", "message": "Send joystick key repeat messages to correct handler\n\nChange-Id: I7f8dbe21c9088553ad2c5efe70585f516ab78141\n", "proba": 2.1447847302624723e-06}
{"commit": "d2d20a2532d9b3b48092dcfc01383026cec0e6da", "message": "am c0469c00: Merge \"SearchView improvement for IME\"\n\n* commit 'c0469c00bfd0701d8a8bce9e600cf90a0e60ba98':\n  SearchView improvement for IME\n", "proba": 1.4533566172758583e-07}
{"commit": "79278530616083e6a6fec83a5e48ac805aa9c3ac", "message": "am c76e5669: am dab15d14: Merge \"Don\\'t expand the SearchView if already expanded.\" into ics-mr1\n\n* commit 'c76e5669883a497781f76e546dc2cdfac18df4e4':\n  Don't expand the SearchView if already expanded.\n", "proba": 1.7593226857570698e-06}
{"commit": "81701ae1a96892995b2f0cb76dd3ffb4e2b26612", "message": "delete settings file if in workspace\n", "proba": 1.5811492630746216e-06}
{"commit": "30dc1c47b359cda54cc03cf9e815ad4f25eb3442", "message": "ClassGen: don't care about the lack of initialiser for method attributes\n\nAlso don't initialise to null if it's missing\n", "proba": 7.668392072446295e-07}
{"commit": "c5130020e1948dbd6954219442b9af2b8948fc03", "message": "Add LZCompression utility\n\nCompression is useful for sending data to and from pucks, as achievable\nBLE link throughput is quite low. The perfect compression algorithm for\nthis case would have good compression and a small memory footprint, as\nRAM is on the premium on the embedded side of things.  LZ compression\nscores well on both of these things (no working memory required for\ndecompression!), which is why it is chosen over, say, Deflate, which\nexists already as a part of the core java libraries.\n\nThe LZCompression implementation introduced in this commit is based off\nof the LZ compression implementation from the Basic Compression\nLibrary ( http://bcl.comli.eu/ ).\n", "proba": 1.2983723252091295e-07}
{"commit": "23fd61b18824e7f2eaa6de22bf9bd126bc0275b0", "message": "am 97bc368b: am b17eae9e: SipService: move event handling out of system server\\'s main thread\n\nMerge commit '97bc368bc445c0015de6dd6557feff0dd5527d9d'\n\n* commit '97bc368bc445c0015de6dd6557feff0dd5527d9d':\n  SipService: move event handling out of system server's main thread\n", "proba": 5.141462224855786e-07}
{"commit": "45bae836bdf547929abb7c06094d5461084a2980", "message": "Add unit test example for TDD with Philipp\n", "proba": 1.960655424682045e-07}
{"commit": "6d7c41d80e41886d5f5082d364a33550430e74f7", "message": "Added CircularlyLinkedList\n", "proba": 1.509762199702891e-07}
{"commit": "75ec1407bd10003440b93388ec8a59a1417e2e48", "message": "am 2c14b8d5: Merge \"Fix build\"\n\n* commit '2c14b8d50df4f47ab1470bd5af0ed4dd41c49897':\n  Fix build\n", "proba": 7.925481213533203e-07}
{"commit": "7bbebad11796b7f7b29348b3680c9a94236da822", "message": "[chore]: just satisfy nexus repository rules\n", "proba": 1.2730630487567396e-06}
{"commit": "d67106af4e280706f35ada4c2659368e0d89ab1a", "message": "added specific tests for isIngestEnabled methods\n", "proba": 6.670782113360474e-07}
{"commit": "f41ffc03a5cc7f7722fe80e1d01cf82df571be47", "message": "NUTCH-2167 - Backport TableUtil from 2.x to trunk\n\ngit-svn-id: 9e993bc37a6c2cc01e784eaf59f6226f9fce26ab@1714078 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.761009625373845e-07}
{"commit": "a623cd2fecb5fd2bfdc45fe8405235ae303c8612", "message": "Triplet Sum problem completed", "proba": 1.1301111726425006e-06}
{"commit": "dfe599c1bc50b773795976d70a30e06179ee843a", "message": "add testing map\n\nfor rought visual comparison aginst the mentioned paper's figure.\n", "proba": 1.0314031584357508e-07}
{"commit": "b183c6871136445e1f303dca030bf8cdfa6c8eb0", "message": "#47 Adds temporary Annotation model\n", "proba": 1.235600990412422e-07}
{"commit": "f3349b5e7cb9e463df5b817dfd90b827f0a527b4", "message": "Import Problem 5\n", "proba": 8.8852647195381e-07}
{"commit": "0a791e21eefbfc06d33044e7f5f405c9e7c741d1", "message": "Added create/close connection\n", "proba": 4.870220209340914e-07}
{"commit": "3a233e4b7adf4150637eea4364ac44a9d7641d06", "message": "add OracleUtils", "proba": 3.578733753784036e-07}
{"commit": "410a8c0d9de2ff96babccf8427ff9a847c06ea11", "message": "remve unused methods and consts\n", "proba": 2.706680106712156e-07}
{"commit": "b61186298574029c5a911e7aac0b30110f4a9160", "message": "Update NbAchievement.java", "proba": 2.5779212364795967e-07}
{"commit": "9066b5da6d30f015ceaae24099c635a45f674715", "message": "Let's not ignore the language module anymore (see #2110)\n", "proba": 1.1393218102284663e-07}
{"commit": "d036f3a273ce26772765437f077f19b4c35bf724", "message": "eclipse and idea\n", "proba": 3.4101196888514096e-07}
{"commit": "414cbb52a1c2210695e43c273a57c882bb7be8ca", "message": "a simple detector for multiref slices present in a cram file", "proba": 1.2242422542385611e-07}
{"commit": "9863321d2cbd1e157eded794505dafd251ca4724", "message": "Fix compile error\n", "proba": 3.408967677387409e-05}
{"commit": "231dfd771e06953be2666c3598db626340481965", "message": "Update Reflection.java", "proba": 7.028810387055273e-07}
{"commit": "7c1dc121b9c1f749700d3565828a43229be5960a", "message": "saltAndMd5\n", "proba": 1.4209645996743347e-05}
{"commit": "f26f608d4e1556e09cd434cbd441595a4a10b18d", "message": "Fix crash when there is no point to show\n", "proba": 5.236657329987793e-07}
{"commit": "69f1c5ebc22d8b7dc9af413d415621df3590a3af", "message": "No official change\n", "proba": 1.2113665661672712e-06}
{"commit": "c9a11f3d3e8bfccabab32d3a838000ac7442e50c", "message": "Update APIConsumerService.java", "proba": 1.3994921346238698e-06}
{"commit": "e0f08fe19fe0cd405bb87b3ac868b99fe06c8e28", "message": "Implementaci\u00f3n de Test del commit anterior de la resta", "proba": 1.9174007093170076e-07}
{"commit": "262bd03dcfcc38a0a83f0e5379343c8cdcff72d4", "message": "[VTK-5021] Temporarily set optional 'userTitle' on copied resources\n\nUntil we have a working property API, handle special input parameter\n'title' and set that as 'userTitle' when copying (if present)\n", "proba": 1.0192100319272868e-07}
{"commit": "8888534a3916c3aa0dea1cdf9e00d73100c65af8", "message": "Create IProtectionRange.", "proba": 1.5375515260984685e-07}
{"commit": "40c995a704141c4b245ba422f26dc4046ed3538b", "message": "am baf4ca1b: am 246978b8: Add a method to clear info about a contact\n\nMerge commit 'baf4ca1bba6a93e20614d605a1232b3f34057723' into eclair-mr2-plus-aosp\n\n* commit 'baf4ca1bba6a93e20614d605a1232b3f34057723':\n  Add a method to clear info about a contact\n", "proba": 6.186392624840664e-07}
{"commit": "f0ee553cfff6846d424fcfe1743b389126f705ee", "message": "add width and height", "proba": 4.68555954284966e-05}
{"commit": "61666b2b1c4e00f695ddf5e1cd7b67fd70abc8f1", "message": "fix for 5054, forgot to add\n\ngit-svn-id: 9dbc6da3594b32e13bcf3b3752e372ea5bc7c2cc@5056 e7d4fc99-c606-0410-b9bf-843393a9eab7\n", "proba": 2.000337872232194e-06}
{"commit": "b26682aa8c377a4daf757d819d86800a5e8f4bd2", "message": "[java] Java \u7c7b\u52a0\u8f7d\u4e0e\u521d\u59cb\u5316\n", "proba": 3.0205100642888283e-07}
{"commit": "c84bad00421ecf27d93067364860923267cccf00", "message": "servlet to provide access to system statistics added\n\n\ngit-svn-id: 39c64a9546defcc59b5f71fe8fe20b2d01c24c1f@1165 9c30dcfa-912a-0410-8fc2-9e0234be79fd\n", "proba": 1.6018941551010357e-06}
{"commit": "52f908048ef5aa828161e53e3061d3557cfde425", "message": "Error parsing the colors", "proba": 4.709866516350303e-06}
{"commit": "c14db2197005a054a5b5ff9a42694ffe4701f38f", "message": "use predefined zero\n", "proba": 0.000281335785984993}
{"commit": "2e7fed5cc07eb6fe56c78de0bed76e5613e853cb", "message": "[ADD] RawDataProcessor\n", "proba": 4.4590248649001296e-07}
{"commit": "f6456ec525274beba50065b3f7ba1ef11ff0d0b2", "message": "Moving files to Managers.\n", "proba": 1.8358871045620617e-07}
{"commit": "d6ccb9b3b479edecb3022ebf03a2cc3e03c1ff83", "message": "Added RichScrollingGraph class", "proba": 1.3702106116397772e-07}
{"commit": "184404a797b9aea26810ad33bb7e3c4a1b0d8324", "message": "proof of concept for mapping shortcut keys in control panel to match application frame", "proba": 1.2213257605253602e-07}
{"commit": "93737882eb4a559e261c645cd8d12b9b3125ea2b", "message": "static  \u6ca1\u5fc5\u8981", "proba": 9.098487794290122e-07}
{"commit": "cd5b5521d51c6aec40192c9701c87f56b3143e15", "message": "Temporarily remove MtomSampleByteArrayTests.  It fails consitently on Solaris, but no other platforms.\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@505375 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.4568121287084068e-06}
{"commit": "6e45c548dcc11a0f4e122570210e4e504b3f7908", "message": "Add storage service interface\n\ngit-svn-id: 46308aa6df3a13aea5930e6665b35c8b83c3a711@198 9fbd0cf9-a10c-0410-82c1-be8c084f3200\n", "proba": 1.2009771808152436e-06}
{"commit": "59241c539365d6d6b9853ac8a2ae190cc5c48106", "message": "add signature confirmation support to the secuirty configuration\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@393618 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.6045545332162874e-07}
{"commit": "04128ba3d453b5805bb5f666d34bdd49a4b4d71a", "message": "feat: 151_reverseWords\n", "proba": 0.00014422106323763728}
{"commit": "b314942c4315760bc8dac0678107409c969ac609", "message": "added test case\n\nsvn changeset:5270/svn branch:trunk\n", "proba": 2.9032207748969086e-07}
{"commit": "f802aa1722bd9c76c3bb6ac029dc3b7393fec15a", "message": "Added to support pattern ranges for Ex commands\n", "proba": 1.3897722794808942e-07}
{"commit": "bfbe437493dc9e23bc0ad3c84293977433fb6fb9", "message": "codons need ancestral sequences too", "proba": 1.211197923112195e-05}
{"commit": "604e750562dbe6906e295e6307288d8052345ca0", "message": "Tracer ESS shows in SummaryStats", "proba": 1.4455589791850798e-07}
{"commit": "9570702028094dfb7c6b47f6ddfe8086a27187c0", "message": "Removed dependence on numericalMethods.jar.  Added Cholesky decomposition class.\n", "proba": 1.0518099458067809e-07}
{"commit": "3cf287ca2c2171114d47895365e509be7f238123", "message": "fix action link\n\n\ngit-svn-id: ac804e38dcddf5e42ac850d29d9218b7df6087b7@454897 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.787349325852119e-07}
{"commit": "828113482847866edeb1ea560d38c58886aefe57", "message": "remove logging", "proba": 1.2174166386103025e-06}
{"commit": "975a2a1f0a82ebf3c7f4ca1f4106dc0bbff785ee", "message": "2. Thread switcher\n", "proba": 1.315295463655275e-07}
{"commit": "8c9fde515aa1e7250d39738e780a3adeae1a1bd3", "message": "Make app title appear for banners in RTL mode\n\nTextView.setSingleLine() is bugging out in RTL mode.  Just do the two\ncalls we expect for a single line TextView, directly.\n\nBUG=570848\n\nReview URL: https://codereview.chromium.org/1539773002\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#366002}\n", "proba": 0.00018559825548436493}
{"commit": "e3d5215e4ffef46f604786eef96c91953415b6dd", "message": ":sparkles: Fix #100\n", "proba": 1.938443432436543e-07}
{"commit": "f321c2825a62245944776a52e33afc185e347aee", "message": "KCINFR-979: fiing compile error\n", "proba": 1.5711070489032863e-07}
{"commit": "fd0307f3b9ed9723f9cfb2924695c1017b52d955", "message": "Pridani testu na delete handler", "proba": 6.083840276005503e-07}
{"commit": "00b9d1f2c35fa638000ed798d3f4c10ed38b3ba3", "message": "JUnit rule for repeating unit tests.\n", "proba": 1.2137830651681725e-07}
{"commit": "cef7d65bbc2138a2838c2d6e9f7c4892157c2794", "message": "Including additional test for Null value\n\nCheck that an IllegalArgumentException is thrown.\n", "proba": 1.0947215400847199e-07}
{"commit": "3c705e262e0c2e4c1040d2018c22e779ac537ebc", "message": "Symtab: if we're boostrapping the ceylon language, defer the loading of ceylon symbols\n", "proba": 3.3914982395799598e-06}
{"commit": "9279607a28915755d8b7585a9779ff91c46d9cfd", "message": "Added ceylon.promise to SDK test for #1737\n", "proba": 1.1967030388859712e-07}
{"commit": "8bef5e8c581d145a82d59359343202367f4f4d8b", "message": "Update attribute declarations to cope with the new class initialization\nsyntax\n", "proba": 2.2820958633928967e-07}
{"commit": "428c4a434ea8930a3b7d5ccdc8382a486c1331af", "message": "omit this comments in certain cases\n", "proba": 1.9087051441601943e-06}
{"commit": "102c94fbf7b9d7906befe9eb2ae8c37815824c54", "message": "bunch of final's\n", "proba": 2.6256668661517324e-07}
{"commit": "16f2990f1dbec0a1d71c7ec8da5a50c2971cd1c4", "message": "Fixed bug with the In and Default operators that was introduced with the boxing\n", "proba": 1.2602330912159232e-07}
{"commit": "bbb04585f93de55bf2e86fb273f7771f46765c02", "message": "fix #2805\n", "proba": 2.5345830181322526e-06}
{"commit": "0f1d7a60f727dd8ebd0b86dbf1cea27bdb5742ce", "message": "remove useless code for naming parameters\n", "proba": 1.1013255971192848e-05}
{"commit": "aeddfa0c7914faf0c4a20bc8ba739e28ecaed1b9", "message": "InheritanceTest is working\n\n", "proba": 1.816834185319749e-07}
{"commit": "760f0717045d4bdce0d7a14d31ce202f7f02e20f", "message": "Remove hack for getting env since JDK >= 1.5 provide a suitable method. Fixes issue with CGI, env and vista.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@642391 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.109983238886343e-07}
{"commit": "d87b24097fa2c2bca61e76818948be9256d88c8b", "message": "Change read & write interest defaults for NIO. These should only be true once the socket has been registered for read/write.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1657501 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.54885535975336e-07}
{"commit": "6d6c1f7c623aa877f4fb23e022c7e9e1b6de81e4", "message": "Moved the colour picker into a popup to save space in the settings panel.\nrefs #2226\n", "proba": 2.769707236893737e-07}
{"commit": "0d4d1a2f3478c160abde3d5fcf252465283633c9", "message": "crazy experiment that actually worked.\n\ngit-svn-id: 070c3881401fb0972c64ffd64a7265ee2adfa2f8@2171 c60d74c8-e8f6-0310-9e8f-d4a2fc68ab70\n", "proba": 6.250112346606329e-05}
{"commit": "65a551fd736dd8beb0a8fc3796f79bb933a5a721", "message": "Added Editdistance test\n", "proba": 1.3759564865267748e-07}
{"commit": "7804b4f36b8cd3c80fa0eb5e6ff8e02d1e5a70d9", "message": "Properly unbind index VBO before update in transparent rendering\n", "proba": 3.3698893275868613e-07}
{"commit": "17a17d9b166ffb31242465bcf5f4472bab5e0e13", "message": "Logging added", "proba": 4.661969512653741e-07}
{"commit": "9afeb7024d56c95085b8e173ddd10190ac510d84", "message": "Fixes SSL problem\n\nThe problem was that the size to init the connection wasn't multiplied by 1024.\n", "proba": 2.9978993552504107e-05}
{"commit": "5a3aadce23003bd55633e30e90b59ef940753edb", "message": "+Voilier", "proba": 2.600658888241014e-07}
{"commit": "8436b5e4c0ed16308cbc34deb8b3aba7d7ff9b36", "message": "# GG-8491 - Portable builder API\n", "proba": 1.1968297997100308e-07}
{"commit": "2084881a1b8d600f9060e6c1f7ec9d033af8dae2", "message": "275 : \u4e2d\u592e\u5024\u3092\u6c42\u3081\u3088\n", "proba": 3.290256813670567e-07}
{"commit": "62f4fbbbe2329d00439f3ce3bd4dc967ec41f704", "message": "Started on tests for semantics of ValueExpressions.\n", "proba": 1.1113078102198415e-07}
{"commit": "873f23a87631e7ba8bab499971b06cbfadeda9e3", "message": "adding \"unit test\" for enumeration code", "proba": 2.8877125259896275e-06}
{"commit": "6438f071058884e5f8d25c27f295abb370bd6d32", "message": "Gross hack as Dain wants to see how this works\n\n\ngit-svn-id: d69ffe4ccc4861bf06065bd0072b85c931fba7ed@45576 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.196745126388123e-07}
{"commit": "06e6dffae2d2c9d439d05b168ec75edd9d9a73ba", "message": "Remove unused parameter view for DataServiceController.serviceByGet #PL-6030\n", "proba": 1.9479520574350317e-07}
{"commit": "3c6742692d4262912a0f5090c6da097add0bb4d8", "message": "Delegate engine creation into several methods.\n", "proba": 1.092714683181839e-07}
{"commit": "4d037665be4f193e5901b7ee2297b4be0b273f27", "message": "Added solution to the approximate equality problem using java\n", "proba": 1.370945170720006e-07}
{"commit": "1bb9d49d7de7761f09e0a61424f6cebc1498e9ba", "message": "feat: add 186\n", "proba": 0.0004954471369273961}
{"commit": "342daca7d7407fbe07df571a4c0ba6a51a89e15d", "message": "am 2c854022: Merge \"Choosing default paper size for the \"Save to PDF\" fake printer\" into klp-dev\n\n* commit '2c854022bf7fb6d626b0e86dc0c16372774f2432':\n  Choosing default paper size for the \"Save to PDF\" fake printer\n", "proba": 2.974337007799477e-07}
{"commit": "e8a16c1ec08260cff5fc755c28c81ad745f21c1d", "message": "am 197b873a: am 147a6767: am 9763de61: Merge \"Old habits die hard.\" into lmp-dev\n\n* commit '197b873a6866b986a641484a7640782c245db8c8':\n  Old habits die hard.\n", "proba": 4.156609350047802e-07}
{"commit": "81f73c3d468b0ffaaded3cc051486a5e3286a11b", "message": "delete unused code\n", "proba": 2.3501163468608866e-06}
{"commit": "b20baea39118c683d76eabf8f81c22034e8d465b", "message": "Adjusted in hand color for empty lamp", "proba": 2.1790658877307578e-07}
{"commit": "47e504041792cfdc6c04c1448551588e35d82cd4", "message": "Create comboString.java", "proba": 2.2022939447197132e-05}
{"commit": "0e21a53d117286bb9cf179856fde37b61ec73f1f", "message": "add rest\n", "proba": 1.3738138477492612e-05}
{"commit": "df6276ad401315e56bc64250c3ef86006606a6f8", "message": "am 1055e0d8: am cc96652c: Remove fflush when storing thumbanil to sdcard.\n\nMerge commit '1055e0d830f9e594721ee8e64fa3f2c29dd163dd'\n\n* commit '1055e0d830f9e594721ee8e64fa3f2c29dd163dd':\n  Remove fflush when storing thumbanil to sdcard.\n", "proba": 2.7246355216448137e-07}
{"commit": "581112691de917c916fefb23ad8bdb923437c387", "message": "SpiralOrder\n", "proba": 5.798650590804755e-07}
{"commit": "8f31706298f00102bc777582c15cf6755a789dcd", "message": "Added NamedArgumentCall in runtime to support named argument invocations\n", "proba": 1.1613841621738175e-07}
{"commit": "6d0c499cc62bd7d5235b31e02c70b50a17f2830b", "message": "am 3e3bbe7a: Merge \"Fix a bug in parsing app widget state XML.\" into lmp-dev\n\n* commit '3e3bbe7adcf9721eddcd3b6baa401f53f6e6d969':\n  Fix a bug in parsing app widget state XML.\n", "proba": 4.0105689436131797e-07}
{"commit": "8a07154c112ca7a0c612679193883c70fc31cff6", "message": "am 57f5fe9d: am 15c39597: Merge \"Fix a regression in partially updading app widgets.\" into lmp-dev\n\n* commit '57f5fe9d082edb9b6fcfa0ff6dd3ebaf4aeb7189':\n  Fix a regression in partially updading app widgets.\n", "proba": 3.3091629347836715e-07}
{"commit": "2c93da907b4ca777a3f4b522e7996b9da03935b2", "message": "Synchronize on subscription list.\n\nBug: 27676283\nChange-Id: I0382369895ba54abab7e43e28b72495db9f84f94\n", "proba": 1.2761786365445005e-06}
{"commit": "7321ab20e68a95c85647bf3d0bcb3b86431a6c73", "message": "am 900d5ae2: am 9badc08a: Merge \"NoMan: Disable SQLite stats DO NOT MERGE\" into lmp-dev\n\n* commit '900d5ae29236dd279ddb135fbec3846912c27fbb':\n  NoMan: Disable SQLite stats DO NOT MERGE\n", "proba": 5.4153565542947035e-06}
{"commit": "5cb9020cf9de9e24cc5a6fda0f56a06aed43c06b", "message": "Restore DUMP permission check for BluetoothManagerService\n\nBug: 27150536\nChange-Id: I6e07f8f5f7476c6cd6dca79e2fb5e8c8412493ec\n", "proba": 2.8883908953503123e-07}
{"commit": "954530f2f785a5dfba0f8a5516c68add7107f70f", "message": "am fda87407: am ff01f81f: am e9f7e65c: Merge \"Populate 464xlat LinkProperties only when the interface comes up.\" into lmp-mr1-dev\n\n* commit 'fda8740722e60ff3c081228fc8fc548bf1007286':\n  Populate 464xlat LinkProperties only when the interface comes up.\n", "proba": 2.3871768917160807e-07}
{"commit": "3d6b094b88c129717d44e422c2b93012b3764baa", "message": "am d76f80bd: Merge \"ignore null TaskStack and continue layout for PRIVATE_PRESENTATION window\" into lmp-dev\n\n* commit 'd76f80bd3a38e11d27935cbe461c3a9d4243dd76':\n  ignore null TaskStack and continue layout for PRIVATE_PRESENTATION window\n", "proba": 2.7759108434111113e-07}
{"commit": "8dfda07dd410c1776c6b0d373229fe77c76f8cfc", "message": "am 731c30c1: Merge \"Don\\'t add windows from exiting app tokens twice.\" into klp-modular-dev\n\n* commit '731c30c17dac51e2279f8f789a647c61bd55028b':\n  Don't add windows from exiting app tokens twice.\n", "proba": 1.8961773093906231e-06}
{"commit": "81cf7714783d5af31551ecac820eda1018c691c0", "message": "am 7522cac5: am 8dc16c27: Fix typo in GPS mode logic.\n\nMerge commit '7522cac555bd8010d6603cfe0ad831a6f1c1af4f'\n\n* commit '7522cac555bd8010d6603cfe0ad831a6f1c1af4f':\n  Fix typo in GPS mode logic.\n", "proba": 1.796801427644823e-07}
{"commit": "3785cdac0c6f64cb9df1c40bab27694b48ca07b6", "message": "add unit test file\n", "proba": 4.784820362147002e-07}
{"commit": "29039a2bdbadcc427a966f5e7a6021fd424c4266", "message": "am 5c2fdc33: Merge \"Always re-establish kernel alarms when considering new alarm set\" into lmp-mr1-dev\n\n* commit '5c2fdc331f81b671d426f3f5a7e59cd9cbed80bf':\n  Always re-establish kernel alarms when considering new alarm set\n", "proba": 2.2480749066744465e-06}
{"commit": "c84b4d7ff20c21aa3658c81c18546a74921be441", "message": "am e920322f: am 86119603: am aa7e396f: am 935d417b: am afc3a5d3: Merge \"Revert \"UsbDeviceManager: Fix race condition between accessory start and USB configured uevents\"\" into klp-dev\n\n* commit 'e920322ff0c67cdd9e9682fd7c7df5221a6fb13e':\n  Revert \"UsbDeviceManager: Fix race condition between accessory start and USB configured uevents\"\n", "proba": 1.2531381798908114e-07}
{"commit": "01c7fe397656221efcfa5574e9adf5a14c1a4f12", "message": "Fixed shader boolean float/int loading\n", "proba": 3.5570320733313565e-07}
{"commit": "c02345b9d15520dadb5fbe58cafa6aacaa3e4f45", "message": "Fixed likelihood bug in MDS", "proba": 2.3363121215425053e-07}
{"commit": "f76905cc25be94b6a1faf5e27ea6b18e4dda2724", "message": "extended the Hibernate check to check the classpath as well otherwise MockUtils bombs when hibernate is uninstalled", "proba": 2.3053021891428216e-07}
{"commit": "7bf0079a10ae6097d06d1d8c07e35ee1e91b687c", "message": "Added resource loader. Fixes #3\n\nResource loader allows to access test data in jar like normal file.", "proba": 9.899156339088222e-08}
{"commit": "e02fa3f50b41ddec9a6872d5c7bc95192c300a5a", "message": "Added missing exception check in VipModule\n", "proba": 1.7629997728363378e-07}
{"commit": "7dd5d1af6a8b7f024f794a8b6771c9ce7043acc6", "message": "Removed unnecessary printlns.", "proba": 2.57526750147008e-07}
{"commit": "f26006d9ae0e54cf4abadfe12dc981b8b396dd37", "message": "Adding MatlabXYZFileDisplay -- a Display that writes a CIE XYZ image to a Matlab file.\n", "proba": 1.0761122837266157e-07}
{"commit": "958289a5eff9458c248ad4d8b7a138d6c8177b4e", "message": "Type : Lamda Expressions in java", "proba": 7.020255452516722e-07}
{"commit": "81021a2353a9f951c3e948128c9f76af8a3cb895", "message": "Add Decoding Ways\n", "proba": 5.089486876386218e-07}
{"commit": "cadd8ac1f06e0cb6eb3affbf97b832cb44607c38", "message": "am 3f544e0b: am 31f80f0f: Assign bindService() result to a boolean directly. One less if-else\n\n* commit '3f544e0bb038f8c7fa32ed6b2a29bb91214e8066':\n  Assign bindService() result to a boolean directly. One less if-else\n", "proba": 6.809571641497314e-05}
{"commit": "7d75775a2d2c405c9ef4f67b5840accd327a5903", "message": "Update postfix.java", "proba": 5.700003384845331e-07}
{"commit": "6b42bc0e2191805ac1dfdb1cbf2782b29dd7c585", "message": "More maybe fix issue #22765972: Binder transactions running out...\n\n...of address space causing package manager to fail\n\nMake sure to flush binder commands when done with an async task.\n\nChange-Id: I9f171add7051587ab854226b97a12c7e1844ad5d\n", "proba": 6.096507263464446e-07}
{"commit": "fc51aaec82ecedb554d158e4284761c9348d09fd", "message": "am 6ff5ba00: Merge \"Add FileUtils.checksumCrc32\" into honeycomb-LTE\n\n* commit '6ff5ba00b07b32f3c82bce2c412e5e8f30c202bc':\n  Add FileUtils.checksumCrc32\n", "proba": 4.0545174329054134e-07}
{"commit": "109be5212c4774f61288fb05a32cb0fcfd925c53", "message": "- update javadocs;\n", "proba": 1.2298335150262574e-07}
{"commit": "8c3c963726347192f25459d56da9d68d75ef9adb", "message": "Accepted LC #056 - round#7", "proba": 1.9987196253623551e-07}
{"commit": "6f67255f687ef01dcdd7c21f7a302e91b7989247", "message": "task 223\n", "proba": 0.9999994039535522}
{"commit": "b77e3ea066fe1525ec4ed573d56662adcf74b2a8", "message": "Product of Array Except Self\n", "proba": 5.43422117971204e-07}
{"commit": "d88a87ed1e13ed033a3995634b5eb01a8c83bd1c", "message": "Update mp3 filter for pathfinder. Filenames with non-ascii characters fail the File::exists test.\n\nSee http://stackoverflow.com/questions/22775758/java-io-file-accessing-files-with-invalid-filename-encodings\n", "proba": 5.208566449255159e-07}
{"commit": "0d1859226fd2c5fa347af7eaaf8df73c4d32e7ac", "message": "Bugfix: Moving nodes by dragging the mouse now dirties the scene.\n", "proba": 1.0411712025870656e-07}
{"commit": "ae3283a9e6bcf47fc782e3d9f60f784e87311d5f", "message": "An abstract button to aid with sorting objects. Implements Comparator<T>\n", "proba": 1.1603335536847226e-07}
{"commit": "0fe18d51ec802400d2560be032eb4a7392770236", "message": "Added some code in GeoNamesGazetteer to be slightly more likely to read latitude and longitude correctly in rows with unusual characters/encodings.\n", "proba": 9.835655845336078e-08}
{"commit": "4fe01beb63545a3cf80ad5838743d4040df6ca9d", "message": "KRACOEUS-6571: Removed expedite action type code from a conditional check that was preventing submissions of that action type from being added to the schedule\u2019s agenda.  Removed dead code. Fixed code format.\n", "proba": 9.526500832635065e-08}
{"commit": "da5b6896350406f06824fcf25ed6f88994de7dcf", "message": "Remove sleep from ConsoleModule.\n", "proba": 1.273608063456777e-07}
{"commit": "2cdd17f1da7d863d0b881cf2ec8a037ba0df834d", "message": "Using localhost should allow this to work with IPv4 and/or IPv6 \n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@897888 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.002474649343639612}
{"commit": "c48e8cf07a180e185948673579828d064e6efc7a", "message": "am edd0e6c0: Merge \"Refuse to reuse IV in encryption mode in AndroidKeyStore.\"\n\n* commit 'edd0e6c09820b08f22937bbbc00149adc6d66f07':\n  Refuse to reuse IV in encryption mode in AndroidKeyStore.\n", "proba": 1.346765543530637e-07}
{"commit": "996458b76c944f78eee26d7bd8cb4d39303b9119", "message": "Fix ParserFactory not initialized error.\n\nBug: http://b.android.com/175129\nChange-Id: I2111673767e0f62ee910560022b559a177d55abd\n", "proba": 3.4691413475229638e-06}
{"commit": "87244a27d9c970fc84690e398e3385274cb203a6", "message": "Code fixes because of API change in CeylonUtils\n", "proba": 2.604565452202223e-07}
{"commit": "db705d3449f8fc75eaf1f3e50ffc4420c279e89f", "message": "Added file somehow escaped from previous commit\n", "proba": 1.5552025445231266e-07}
{"commit": "9dc9a1b824195a4d9bbaa0f778e7fba511e8ccb9", "message": "add debugger folder\n", "proba": 7.616266657350934e-07}
{"commit": "5c2fdcb20d9fee45c6fa65f502fa30024c61bf29", "message": "Ported CSharpReservedWordsTest to JavaReservedWordsTest\n", "proba": 1.848774502377637e-07}
{"commit": "ce7e5bde012f2c05f9df76a318145990f9752048", "message": "Changed cost to use proper getter\n", "proba": 3.1858402849138656e-07}
{"commit": "ba613bdb8836b445a01ab9f84719fb46cfaf77e0", "message": "Fixed a typo that was trolling the multipliers", "proba": 3.559112258244568e-07}
{"commit": "f21a7a4bb39192a315a6f0c093dbbff5807acb0f", "message": "Add public method search(File) to ImageSearch plugin\n", "proba": 3.82701358603299e-07}
{"commit": "7daf57e610a2424887f1a6326937dc769c48167b", "message": "\u0414\u0435\u0444\u043e\u043b\u0442\u043d\u044b\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u0435\u0441\u043b\u0438 \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u043e browser \u043d\u0435 \u043f\u0440\u043e\u043f\u0438\u0441\u0430\u043d\u043e\n", "proba": 3.383259468137112e-07}
{"commit": "ed7df9a15c51fd115811869fec790308afb77103", "message": "attache DrawerHeader\n", "proba": 3.476012579994858e-07}
{"commit": "6895ec4ac95f0d06fce5855883559f45a5211bdd", "message": "Added EqualsAndHashcode contract test for OfficeBO\n", "proba": 1.3264144627100904e-07}
{"commit": "1da24e263dff620ba1f084a592953d454e4fcc16", "message": "SAK-33652 Assignments group submission not submitted (#5050)\n\n", "proba": 1.0735517719240306e-07}
{"commit": "ddda3cab845746f3d5cfd63c6bdb5f8b393c469b", "message": "Medium\n", "proba": 1.1500455912027974e-06}
{"commit": "ceb2fd11f40b355400d0637c444e629206e73bec", "message": "task lambda Exceptions #70609\n", "proba": 0.0005422793328762054}
{"commit": "eea0f19e5897bf514cd09d95f6c066c7212aa102", "message": "Formatting\n", "proba": 5.685269206878729e-05}
{"commit": "33bfaf8575906b18fcbd795ed0bd31e409fcd15a", "message": "ClassTransformer #1378: add a cast to the impl accessor if required\n", "proba": 1.4983460516759806e-07}
{"commit": "1c3304ec4c1fed3a1787994f2fb5ae12e308d793", "message": "Refactor so that we can construct an overloaded declaration separately from its body. This results in less alias wasting.\n", "proba": 1.158484863594822e-07}
{"commit": "31981bce25be3a3bd7ff0ee36faed54d4e12c5fb", "message": "Test for #2264: Identifier case mangled\n", "proba": 1.7876758420243277e-06}
{"commit": "229ed9ea1209f56208fbab5cbd1c4fcb10e53d4d", "message": "unit tests for the metamodel generator\n", "proba": 1.8607387630709127e-07}
{"commit": "ffa892698c0709f430b141171a5a6955cd8dde32", "message": "FolderArchive implementation for Bugzilla Bug 133180 - Support FolderArchive in BIRT.core\n", "proba": 1.2656336423333414e-07}
{"commit": "855ea3d3b5a2e1cdc9b3991330495f27c927974b", "message": "Create SetOfStacks.java", "proba": 7.701827371420222e-07}
{"commit": "4ba645ce2aea10b82b0e59ba0397a106c9873a7e", "message": "Create StatusCountMapper.java", "proba": 8.037393968152173e-07}
{"commit": "ef163dc036ac918475d03538e7ea798a229a3420", "message": "shields\n", "proba": 1.1703070867952192e-06}
{"commit": "9b2bc79088371a3ed41eb7fe1fe058eca8a751f8", "message": "override toString\n", "proba": 2.093850298479083e-06}
{"commit": "e70c8b286ce8f98f8017e0db4a78e6fe386a98f2", "message": "Changed to handle non-double values.", "proba": 2.573853237208823e-07}
{"commit": "7abc1911b77c7f86f6d6ad9ba8d401d1ca6f5bc3", "message": "wip provider\n", "proba": 1.1424514241298311e-06}
{"commit": "b3e049c46668fe16e7a8407cddd2f0454e2a82b7", "message": "Added IR class missiong from previous commit.\n", "proba": 1.037511765389354e-07}
{"commit": "188b3e00b76e3a97293e045e864c0941f4599bdb", "message": "Update Growth.java", "proba": 8.620291396255197e-07}
{"commit": "5f0f10627224b034ad8a5bbfd37953cbcb3b9bc6", "message": "Delete ProductServiceImpl.java\n\n\u3002\u3002\u3002\u3002\u3002\u3002\u3002\u3002\u3002\u3002\u3002", "proba": 4.733791229227791e-06}
{"commit": "4b4e4ebeb48daf6f1a3d789488ee2d133f8f0052", "message": "Leetcode 20 Valid Parentheses\n\nChange-Id: I54cfeb2691d77933944de9e076366af1e46e1c0f\n", "proba": 1.8347405728036392e-07}
{"commit": "47ad727142eb8ac9b1e404ce1ae2c41f8cf580d4", "message": "Add unit test for Pair Sets Index\n", "proba": 1.6498603372383513e-07}
{"commit": "a65944e596e610ac9e7814fe69e46ba425aed0f0", "message": "add separate toc rendering sample\n", "proba": 3.2303984198733815e-07}
{"commit": "8acc663f3d239f67dc139ebc40249119cd577f40", "message": "Add PrefixFileHandleResolver\n", "proba": 4.4843514501735626e-07}
{"commit": "4c2aed62d9cc95b0481e108d9bd338d69878bc03", "message": "Fixed detection aws status and docker. Added create notebook from AMI\n", "proba": 1.309995241172146e-07}
{"commit": "017f125368694df571709ed13fccb5689534931e", "message": "renamed method\n\n\nFormer-commit-id: fe80629833fee1ce8a9471d14c6dce1778063cd2", "proba": 3.5831158129440155e-06}
{"commit": "fe57c7c7b7b61c2aa1ce784a5e91f3d0b04afa62", "message": "Added ByteArrayServletInputStream\n", "proba": 2.5012843707372667e-07}
{"commit": "88b24977f4738e0bbe2535e66c057da59d073198", "message": "initial version of JavaOperationSignatureExtractor", "proba": 2.772646041648841e-07}
{"commit": "728ef832b456fdd1827a10817efc1c904e57c2aa", "message": "MPH-32: \"medium\" mode should be the default for help:describe\n\no added a new minimal parameter and handle it\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@689775 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.2609086297743488e-05}
{"commit": "45bc735830364c13913cac806f59cfb981661d62", "message": "PR: MWAR-20\nSubmitted by: Maria Odea Ching\n\nFixed the bug that causes webXML tag to not work during aggregated build.\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@387118 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.917629894407582e-07}
{"commit": "4b2f43fe38f6c54fab2f8287d81f0260057afc77", "message": "Add Chat API method to send EvenWurse message.\n", "proba": 1.0967257679794784e-07}
{"commit": "715aba5a7a9970cb4413041644f002823dfbd08b", "message": "am edb98812: am febb94cd: Make standard roaming indicator display indications configurable\n\nMerge commit 'edb988128e5b14b46c692d19ea4f536d7daa7b39' into eclair-mr2-plus-aosp\n\n* commit 'edb988128e5b14b46c692d19ea4f536d7daa7b39':\n  Make standard roaming indicator display indications configurable\n", "proba": 8.375791935577581e-07}
{"commit": "e2d282bf136a29afdd89533060787fbec8a89c91", "message": "Prevent NPE if the message part is not found.\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@431629 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0026451894082129}
{"commit": "d452592e74bf7d947b7e6d8ba17dcad4bdc00c5d", "message": "SAK-40293 REST service of polls my.json return an empty list (#5806)\n\n* Updated PollListManagerImp.java\r\n\r\n* Updated PollListManagerImp.java\r\n\r\n* SAK-40293 cleaned up the spacing\r\n", "proba": 0.00043170739081688225}
{"commit": "ce72fb48cb30db1f08f8533fb2193f2326de1cd4", "message": "Simplify system dep check\n", "proba": 4.480841653276002e-07}
{"commit": "eb47adb4f0e9f28b1746fda46f99c70243a202b5", "message": "CheckStyled 2\n", "proba": 1.2717303832232574e-07}
{"commit": "f66139964164bb500fc9ba5048b0896eaa6eb5c5", "message": "Enabling the Action set in the menu to call the editor and the viewer interchangeably without the editor area being visible\n\ngit-svn-id: 093fa4c7fa7b11ddcea9103fc581483144c30c11@700 5b74d2a0-fa0e-0410-85ed-ffba77ec0bde\n", "proba": 9.423098163097166e-06}
{"commit": "192e9aaf7e15748d9352f5f0b42c4250a99f6dd4", "message": "interface\n\nArrayList<String> getAllIp() return all ip addresses\n", "proba": 0.0005102423601783812}
{"commit": "18a8395ce7326273f6824296f1b10bb948dfe212", "message": "fix typo in comments\n", "proba": 0.0013850668910890818}
{"commit": "e6bf25244cf6077003a26d42708fae8fd25f6a94", "message": "reduce score based on year differences", "proba": 0.997562050819397}
{"commit": "15abc1c26a80dd70ab2e51dddcbf2f47ba6a4c83", "message": "added parseArray method\n", "proba": 4.4894093775837973e-07}
{"commit": "9d2cc046e744e1cde14ff1d333520872aa04d68f", "message": "added query convenience class\n", "proba": 3.1765932817506837e-07}
{"commit": "eb7e17bd32263fc64964964a13a5dbb0a4b9b936", "message": "Ejemplo de popup\n", "proba": 4.231865773363097e-07}
{"commit": "a4c89b87b1979f1d7c339a26019904548d3cbf1d", "message": "stupid me\n", "proba": 1.6788201264716918e-06}
{"commit": "ed0522bbea75daff45620a9fa63fe79fad9f6852", "message": "Create DeleteDuplicatedListNode.java", "proba": 7.41387054858933e-07}
{"commit": "384d0baeb8ecd878c312cd2db1e188370bb7109c", "message": "let shortcut buttons target self player character\n", "proba": 2.4023688638408203e-07}
{"commit": "012b86d4294182497c4c72a318e0f4cbe5075a44", "message": "DataConnection was cleaned up too early if it's already disconnecting\n\nFix one logic failure introduced in patch for bug 4901019.\n\nBug: 4970726\nChange-Id: Ifc4071b1cbf0c19fbd8356d7dcc16f9df39d4b54\n", "proba": 0.0002261226181872189}
{"commit": "2f3a88b4df96b1557439609c91907ade44d44f2c", "message": "am f0abed57: Merge \"Fix issue #10461469: KLP API Review: EXTRA_SHUTDOWN_USERSPACE_ONLY\" into klp-dev\n\n* commit 'f0abed57397c18f71efe47f02aa69a719390adb5':\n  Fix issue #10461469: KLP API Review: EXTRA_SHUTDOWN_USERSPACE_ONLY\n", "proba": 2.6862159074880765e-07}
{"commit": "8b113cf6d78bdb673e97400951b0829d722dba2b", "message": "am cb2c84fd: am 3b66e43e: Merge \"Refresh display lists when turning off layers rendering. Bug #3420565\" into honeycomb\n\n* commit 'cb2c84fd81a0891071e8ed0237927ad785751850':\n  Refresh display lists when turning off layers rendering. Bug #3420565\n", "proba": 7.081371222739108e-07}
{"commit": "918c3fc326c5da2461648ed8c7005b05c8bdbf2c", "message": "am 8cd453d1: am a09ee4a6: am e6ba94ce: Merge \"fix CTS: AccessibilityEndToEndTest failing\" into mnc-dev\n\n* commit '8cd453d11d26cb362dddc41667b9f324c0b6873a':\n  fix CTS: AccessibilityEndToEndTest failing\n", "proba": 9.679490631242516e-07}
{"commit": "f399af3e5f6b1ab30e40f1c4aac69e38459df4b9", "message": "fix CTS: AccessibilityEndToEndTest failing\n\nViewGroup overrides class name population to\nAccessibilityEvent. So className is always ViewGroup\nfor any ViewGroup inherited classes\n\nb/21369265\n\nChange-Id: I46095c21e523e05066c7f6ee395171d4725983ac\n", "proba": 2.2445403828896815e-06}
{"commit": "fa1f3de00fec0b6bb749543ea7a36afbce0b2bfd", "message": "am eafbce55: Ignore overflow:hidden in overview mode.\n\n* commit 'eafbce55714dbd1f89fe8c131d9c2adcbbc9383e':\n  Ignore overflow:hidden in overview mode.\n", "proba": 1.3443376190025447e-07}
{"commit": "6ccac0784a97a8a15a51b0e4ab6af7e3db018677", "message": "am 213478b8: Merge \"Hardware accelerated button focus rings\"\n\n* commit '213478b8587c693782ec4f02f554047df9f18412':\n  Hardware accelerated button focus rings\n", "proba": 1.81148806177589e-07}
{"commit": "ddaf1f948dbc9950d8d2e85061b23833694dc418", "message": "+GeneralDatabase: Methoden geschrieben\n", "proba": 1.2937162807702407e-07}
{"commit": "f18c6f6ace6ca5909df9b60a90c1886013f43af2", "message": "Add: Order structure\n", "proba": 1.5008861282694852e-06}
{"commit": "0712a604f77db0be5825a3385c4387887d732256", "message": "Create angry-professor.java", "proba": 0.9995393753051758}
{"commit": "02d624c6fc68897e0a074a92cab343b1f7dbbd31", "message": "Add stats submodel to Trip\n", "proba": 3.271863988629775e-07}
{"commit": "bcd3ed8bc3d297f3d735c86f13fa98bfd0a01956", "message": "\u66ff\u6362\u4e86\u65e7\u7684api", "proba": 1.2756760270349332e-06}
{"commit": "5ad201798a6fb8e9aa1247b474d452a2ec553ba4", "message": "REFACTOR: SearchResult => (Url|Capture)SearchResult\n\ngit-svn-id: 25dac4f723c7e5b42083d4a98669c37f60455592@2371 69e27eb3-6e27-0410-b9c6-fffd7e226fab\n", "proba": 8.035991641008877e-07}
{"commit": "b3b3de45082e5aef07b4af70d561c9eae45df6f8", "message": "ConfigurationLattice can handle 1 molecule just fine\n", "proba": 1.4624843913679797e-07}
{"commit": "b4572c35d70569be3cc99853675f8b5d8ba0972c", "message": "Adding two files missed in previous backport commits for CSTM-2\n\ngit-svn-id: 4718f6e240ca7210205b40b658d48b65419e2f31@27795 5bac5841-c719-aa4e-b3fe-cce5062f897a\n", "proba": 2.5403858217032393e-06}
{"commit": "25220af266aa9ada959d5e36d3750a139b0c8de9", "message": "eliminate last caller of nudge\n", "proba": 0.0004444241931196302}
{"commit": "7124ddfa027f4b692724a4c08a7ec52a07bb241c", "message": "trim all space\n", "proba": 0.0011633227113634348}
{"commit": "0988848ec3df3bc73c2f8ba8e543495cc7b7df06", "message": "Fixed the NPE by adding a null check, closing #79.\n\n", "proba": 1.0576177089660632e-07}
{"commit": "1962b714fde747e31c149761f7e8edb90d503483", "message": "Fix class feature registration.\n", "proba": 1.2401709170717368e-07}
{"commit": "597ae3f01f4559e10250314a2445f58cf515969f", "message": "fixed provider info fetching using the new api\n\nThe Accept type needed to be set to text/xml otherwise the call would return json and the objectmarshaller from jaxb can't handle json.\n", "proba": 1.2125161674703122e-07}
{"commit": "8c9e5ae9ef953a7432d5634a5669f484f96e5881", "message": "Added maxTestsPerUser", "proba": 2.405780605840846e-07}
{"commit": "40d18b8e378d2a226507edb5dccb374ba250965d", "message": "Add ChunkBorder mod (#163)\n\n", "proba": 1.1013038658802543e-07}
{"commit": "21e649136e5ed8b109cd544857d636f155fcc577", "message": "helper circle util\n", "proba": 1.8370799807598814e-05}
{"commit": "2d1ba7abf94bb1cb51f6717c7603768107ec2829", "message": "none: clean up exceptions\n", "proba": 0.0097679877653718}
{"commit": "4516989c7d6fd283fbf2c81d9331597c8096a5f6", "message": "Test for #5 -- show that we close our OutputStream incorrectly\n", "proba": 1.4845124951534672e-07}
{"commit": "0ea815299feff8801f164d3e4055dc52a3a38a55", "message": "Fixes spelling\n", "proba": 4.0365775930695236e-05}
{"commit": "b85d6e1ca70238979ddd22e76094ee81f4ed03fb", "message": "Create scuderia.java", "proba": 1.398346171299636e-06}
{"commit": "4d21b2a5cd4bf20fc9c9bd708ed62cd98247ad7f", "message": "Fix validation checks\n", "proba": 6.7515916271077e-06}
{"commit": "182c4b2b51e515b6b504023b7a1deeb883f6da13", "message": ":sparkles: Move all occurrences of an element to end in a linked list\n", "proba": 2.0423338753516873e-07}
{"commit": "50664e6eded0e03d817563e99ec65ec736fde2be", "message": "feat: add get /api/users api\n", "proba": 6.929731739546696e-07}
{"commit": "7d1c5483d839e1a2602b1497866a7891d745026f", "message": "Added first draft for body obfuscation interface\n", "proba": 2.0937693534506252e-07}
{"commit": "68a40f1c5f1aeb727f53a21e0fcc872bcd8e90f1", "message": "Add constraint equals\n", "proba": 0.000735972891561687}
{"commit": "df71094a758c68b24de50d0cbd0f98402026c759", "message": "Fix compilation error\n", "proba": 2.1322318843886023e-06}
{"commit": "ad658e20d1aac65be0f53768e507a441d0105ddd", "message": "Fixed bugs; needed to account for waveVectorCoefficients in overlap calculation.\n", "proba": 1.0243238079965522e-07}
{"commit": "52bf4116740ad21e6621ae4d3c3dc086b1d7a170", "message": "ITP1_2_D : Circle in a Rectangle\n", "proba": 8.395248732995242e-05}
{"commit": "45a3cd7b109928d1b303bd97a4fe8ebb394812c4", "message": "EVALSYS-69 handle job scheduling\n\ngit-svn-id: 6eed24e287f84bf0ab23ca377a3e397011128a6f@4496 fdecad78-55fc-0310-b1b2-d7d25cf747c9\n", "proba": 4.946584795106901e-07}
{"commit": "3450fbf9f70a6233d87a172ec1a29070c16046e0", "message": "Added EpisodeCursor.\n", "proba": 1.2023576800856972e-07}
{"commit": "145f328071db9195e278507d089aea5a6435139d", "message": "Add some defensive code to prevent null pointer access.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@246181 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00019461690681055188}
{"commit": "b8a1269c409312a9c1e2ae24977fed704afb6b2c", "message": "Replaced the deprecated symbolTable.getTypes() with getTypeIndex\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@256958 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.037522441853071e-06}
{"commit": "205ca70383512437d911b12bb6938e65178a2c47", "message": "test program example. still working on.", "proba": 1.244131055955222e-07}
{"commit": "af48875eeeeb8238f40fea7088f50dc511f01c78", "message": "Add view.ViewDB.java.\n", "proba": 1.5285964138911368e-07}
{"commit": "6fbd739b3dd66e2638986c163ae5f71175d2f789", "message": "element fluoride\n", "proba": 2.775972279778216e-05}
{"commit": "893b68c29aed38722919dd711eda1986b0b046d0", "message": "Added IllegalAlphabetException for all those cases when the alphabet is\nwrong for an algorithm, rather than a residue being incorrect.\n\n\ngit-svn-id: ed25c26de1c5325e8eb0deed0b990ab8af8a4def@420 7c6358e6-4a41-0410-a743-a5b2a554c398\n", "proba": 0.00012263785174582154}
{"commit": "f94b165976232284fee025669cb657366dcced37", "message": "Just working on the current games list\n", "proba": 1.2126606918627658e-07}
{"commit": "a53796caef42dc77f3e30d619347fc60ee5f0c67", "message": "create dateTime Util\n", "proba": 0.0010967708658427}
{"commit": "a2438fd9ed118871287f893d64080a14b4d9c5a7", "message": "Use internal ArrayList instead of ModManager", "proba": 2.0926954391597974e-07}
{"commit": "091fbb3821d5502e432288e017709106dd956d96", "message": "Make NavigatorScreen scrollable", "proba": 1.9702310964930803e-05}
{"commit": "c5c73e4be9ff54278e3b769589b8b99b5b2fcda6", "message": "Finally fix\n", "proba": 6.069705591471575e-07}
{"commit": "2bc248b698b17fd333beae828039a8bff7604a9f", "message": "Off by one index error in word selection\n\nChange-Id: Ia6b14b22cc5cf65a235bcdf7cbec48bd76f74460\n", "proba": 1.5929304026940372e-06}
{"commit": "7499a1ca68ba115efcf53f6a06520c579c44364d", "message": "resolved conflicts for merge of 5d146549 to master\n\nChange-Id: I96c720b9afd4a28d27ed00020551f791e8aefa2b\n", "proba": 5.36582149379683e-07}
{"commit": "d50a430576f224e5143e22bda1a52322972014d6", "message": "Nix some cruft.\n", "proba": 1.2609062594037823e-07}
{"commit": "4631b589a792c34d026c673ee5a29be45ed6218c", "message": "am af9ea2cf: Merge \"Fix bug with jobservice context giving wrong value\" into mnc-dev\n\n* commit 'af9ea2cf5e9f4848b3d1078cc261931e1339e7cf':\n  Fix bug with jobservice context giving wrong value\n", "proba": 4.1584769405744737e-07}
{"commit": "3b1c6e03f67ba8e4a4f4a98e996c7ceabf36affa", "message": "PackageSettingBase needs to copy volume UUID.\n\nWhen copying all fields from one PackageSettingBase to another, we\nalso need to copy volumeUuid, which had previously been missed.\n\nWithout this, packages using sharedUserId that are installed on\nadopted storage devices will be destroyed, since after reboot we\nthink they actually belong on internal storage (where volumeUuid is\nnull).\n\nBug: 25334169\nChange-Id: I223361bd1e19e7d5dd78626682ac7c5cbecb9fa1\n", "proba": 8.621623237559106e-07}
{"commit": "98c958097b0dd458ffd3e12f9692c0c9522d932e", "message": "am 8f7eddbe: am 652d8fc9: Merge \"PRIORITY_MIN notifications should be truly ambient.\" into jb-mr1.1-dev\n\n* commit '8f7eddbef33f97e7d4439707ac0039be4c81ef0e':\n  PRIORITY_MIN notifications should be truly ambient.\n", "proba": 1.0870101050386438e-06}
{"commit": "5f423d88753e7c123527d4b7b940788eb2c94821", "message": "am ffc89899: Merge \"Don\\'t pulse LED on new notification unless notification has LED flag set\" into ics-mr1\n\n* commit 'ffc89899652f5c815b6d156f55a909001420891e':\n  Don't pulse LED on new notification unless notification has LED flag set\n", "proba": 3.487660933387815e-07}
{"commit": "77eb4f3ec558dab3197c0e7946901aa2cb1419c3", "message": "am 8da2a004: Merge \"Fix DeadObjectException of the spell checker\"\n\n* commit '8da2a004b883dc4526bddb3198476414b2f3819c':\n  Fix DeadObjectException of the spell checker\n", "proba": 4.82050950267876e-07}
{"commit": "ce15e157a6cf56fc73961ccb8c5ab18b1bf70280", "message": "Fix a regression in pausing activity immediately on sleep\n\nAt some point during refactoring of ActivityStack, the code to pause the current\nactivity got deleted. Added back that line of code. Activity will now pause\nas soon as the screen is turned off, rather than after 5 seconds (sleep timeout).\n\nBug: 10632898\n\nChange-Id: If3cc8708d692d29a13dbd8cfd9edda8883b38c2e\n", "proba": 6.709774606861174e-05}
{"commit": "a0287f35cb813edde90aa78df813c41ad2f0e003", "message": "Added VisDialog\n", "proba": 1.652854138001203e-07}
{"commit": "9fae0a23e1556a23b1f3e7d4cb9c386126b85a55", "message": "Testcase\n", "proba": 4.050114512210712e-06}
{"commit": "d5d8433ab81fcac2fa2775c8c9adb74d2e359bd6", "message": "Program keret 0.5.2\n", "proba": 2.67319535396382e-07}
{"commit": "0ee459545df9e1defb5006b22a66ae5be6642fdd", "message": "missed file", "proba": 3.1245721743289323e-07}
{"commit": "a80ad2f7dc76c5800fb3f7a6f617dcdc3afde898", "message": "Better support for pseudo access in lists & maps\n", "proba": 1.2368791146855074e-07}
{"commit": "3f4cd8a04ecae641d4669df1aa71f29fc356a14a", "message": "Add test for `HelpRequestedEvent`\n", "proba": 1.5252399521159532e-07}
{"commit": "1754713ee2fe05d031c1ee82883efe9327a00ab1", "message": "Added test for the Image class\n", "proba": 1.9676274121138704e-07}
{"commit": "4dbd0f2b554ebc8b18c48c895e819f7b19decb00", "message": "Create Hello World.java", "proba": 0.9999122619628906}
{"commit": "75a0dc1fb5da58502f83afb9298ba1bd75ddefa7", "message": "InvocationBuilder: Fix for #323: qualified inner class constructor throws an error\n", "proba": 2.227123161446798e-07}
{"commit": "c808c95708c279a8e78e6d3057f55142986c6e22", "message": "fix ref when compiling language module\n", "proba": 6.537192689393123e-07}
{"commit": "4b2e6e289b18e1838ff9afb348f3fcfd4aa59814", "message": "Fix up a jikes warning about qualifying wait() and notifyAll()\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@248136 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.002646980108693242}
{"commit": "6eb9777f0031dfb8b5bf03e7e9b7ea4ef1430440", "message": "Make resend work when xml formatting is on.  Needed to recalc\ncontent-length header\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@254167 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.2716901589301415e-06}
{"commit": "9113eafa43d8ca9b0748d315219b7696102d7388", "message": "Handle the broken parameterOrder=\"\" case.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@252339 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999992847442627}
{"commit": "80f41617be3e5dd3a74746737da91150e8fe8911", "message": "Check to make sure we don't emit the same fault class more than once.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@245454 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.221805284032598e-05}
{"commit": "4ddfc92c782ef5f62cf3b6fcedd793e26ef506d7", "message": "(FIX) Unnecessary warn log [yk465].\n", "proba": 1.0889446855344431e-07}
{"commit": "58518874c328fa73aa4b3ac2900efef4c662aa59", "message": "Removed some unnecessary commented out code", "proba": 2.088518442633358e-07}
{"commit": "89de5a3d029d464d313ed9f09355a1bd1957f149", "message": "Added missing file.\n", "proba": 1.3344676119686483e-07}
{"commit": "1b921058cc3145067aa5bb72fdacfe4b7a2d3149", "message": "extra commenting of functions", "proba": 1.2057220999395213e-07}
{"commit": "54fa2fd8d0271cce2add14fd4019c9b1e2e39f85", "message": "Further implementations on MarcTransformer.\n", "proba": 1.1466884330957328e-07}
{"commit": "608ac8bf47531e6898178d515c286628f1de008c", "message": "instance matcher is growing\n", "proba": 7.84008193477348e-07}
{"commit": "640d0cce1ec63e7add634093cbdf760858bd42d2", "message": "Delete TerrainRenderer.java", "proba": 9.361137358609994e-07}
{"commit": "c18462acad35c7364b76308898503aea0d5931c5", "message": "Fixede en merge conflict", "proba": 2.867720354515768e-07}
{"commit": "38e35ad9a32c9f83d198b2bdddada7ef6031f7ce", "message": "02-operators\n", "proba": 1.6023602711356943e-07}
{"commit": "dd01f3d75467c89c7693fafcadd4c2116392c230", "message": "Added ErrorSipWriter\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@12641 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 14fdb21a567ed9abe11468efe7a84662b5b8d415", "proba": 2.464142880853615e-07}
{"commit": "3e64aa117ad52c71d9676761b8f6a6947cb7ac15", "message": "am 6a603e7b: am 1a07229b: Merge \"Reduce EntropyMixer seed size from 4096 to 512 bytes.\"\n\n* commit '6a603e7be9036c22d61a4977afd17bb227cf6ea2':\n  Reduce EntropyMixer seed size from 4096 to 512 bytes.\n", "proba": 1.2514780678429815e-07}
{"commit": "fdd5f95a817820c8e3e240718c6ef2f0d0d96613", "message": "Update scanresult capability check\n\nScan results now have [ESS], [IBSS] & [P2P] to represent an\naccess point, ad-hoc network & p2p network.\n\nFix open network check.\n\nBug: 4998496\nChange-Id: I0bf3f168677b0cd8cb27297427b539e768210995\n", "proba": 5.797406288365892e-07}
{"commit": "f9c45b0bb153f775677b47faad23d5b887c09016", "message": "\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@5476 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 9acbe41a5ecbd3e00d6a8fc0afb0a0df8062263a", "proba": 9.335203117188939e-07}
{"commit": "acde64a57aad98b75bcd8a60023dfa675bd95acb", "message": "median of stream", "proba": 0.002042790176346898}
{"commit": "e92b4f1f2dd5cd1fd690f85c070048771cdf0b5d", "message": "[1029][cygnus-common][CommonConstants.java] Add INTERNAL_CONCATENATOR\n", "proba": 0.0017023649998009205}
{"commit": "6abcf9151d69bbaaa6c9a8150c59a6ced1218666", "message": "utility to fix dbus empty collection in signature\n", "proba": 1.3670494070083805e-07}
{"commit": "807b43d7b9294c27ab98ab9126351a9f8dd18365", "message": "annotator for writing out parses", "proba": 1.321525928688061e-06}
{"commit": "ed322595691f1b02f9bd7549f0df5bfb60fe07fa", "message": "Saving\n", "proba": 1.9794706531683914e-06}
{"commit": "3bd406f9982e397ebc3d3ff546cc13b366b7f547", "message": "Modified verbose messages.\nPR:\nObtained from:\nSubmitted by:\nReviewed by:\n\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@199566 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00025562153314240277}
{"commit": "c4c258d047df98d6f4b683f96e0678bcc3601311", "message": "Update Menu.java", "proba": 9.352793881589605e-07}
{"commit": "2b3c7c541552ba48aea21b41ae1bab18ac6e7be6", "message": "Adding an AddressCounter\n\ngit-svn-id: 15c98566f5ab6d3e09740bc3d11f24c3149b40c3@45 03c7a90b-ddfe-4006-9334-91d42bd31b87\n", "proba": 7.297558113350533e-07}
{"commit": "024c5c7762d292ec9b28c485fc3d28fc3ed4f3a2", "message": "init testing commit to Github\n", "proba": 2.1277152484344697e-07}
{"commit": "b02987faea62d79b784972981538d234d6f03b50", "message": "Realize 'getPetsByClientId' method\n", "proba": 0.9999797344207764}
{"commit": "6c1b9097824282ecaab7fbe9f2133fa5b4e0d471", "message": "Removed the old `-d` option that wasn't working (see #4837)\n", "proba": 1.8890590069986501e-07}
{"commit": "eff4e76db869cfcea7438e236783b8eac49da95f", "message": "Decl: Remove unused method\n", "proba": 1.6209853583859513e-06}
{"commit": "1a12e2e17ed59565b7ca6e22c53ebb7ed6d2899e", "message": "more prover tests\n", "proba": 1.3421586686490627e-07}
{"commit": "7974d896635e2e5fcaf56d116a50314653e8e4c8", "message": "implementation of ComplexEventLoader is in progress\n", "proba": 1.7471926128109772e-07}
{"commit": "47d15921c7d94062aa73cd4caf108537da3aa8be", "message": "Add OrientationCalc impl for a monotomic molecule\n", "proba": 2.0579655313213152e-07}
{"commit": "d550ceb19dac62261f27ed9535170743e93b1ab8", "message": "Create LSWRC1.java", "proba": 3.3453341075073695e-06}
{"commit": "9da7401dde52603d63af64c432e0ab3e8d77c4c1", "message": "Create Chat room.java", "proba": 1.9798728772002505e-06}
{"commit": "cf4bfa4cdcce8be357a3f028624d47da89c4ed8c", "message": "add search insert pos solution\n", "proba": 2.9237872922749375e-07}
{"commit": "9b73513ba3c306f5e8477a80c03112a7e9ec8028", "message": "am a9744790: Merge \"Make dpm command output more test friendly\" into lmp-dev\n\n* commit 'a97447905d8f2480885112288bcee1c4c126d45e':\n  Make dpm command output more test friendly\n", "proba": 3.393664655959583e-07}
{"commit": "563c3d30dec2285149c41ad77ed7f448c772012b", "message": "java/lib: FileNameCodec\n", "proba": 1.6534813767066225e-06}
{"commit": "59bccda987753ecd432ccb5e59e7e4f69c852881", "message": "url encoding\t\t\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@918 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 2.808543513310724e-06}
{"commit": "5de9ffa7f1a269067c0866a9659f6a07a4cc9bcd", "message": "fix small typo\n", "proba": 0.9999827146530151}
{"commit": "e3eb6f09ecc61830a2dc018871ddeca2c53c4cbc", "message": "Fixed wrong method name \"loadBalancePolicyClassName\" to \"loadBalancingPolicyClassName\". See org.hornetq.ra.HornetQResourceAdapter\n", "proba": 7.165431838984659e-07}
{"commit": "e6dcae8d6c0812b8ac0fe5fb6d788afbaa405e3c", "message": "Update Interval.java(implements java.io.Serializable)", "proba": 2.3874684984548367e-07}
{"commit": "61df3b113c8e58270b03fccbb84052da11a1da31", "message": "added unit test submitted by Siva\n\n\ngit-svn-id: d69ffe4ccc4861bf06065bd0072b85c931fba7ed@43914 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.6915922174121079e-07}
{"commit": "c7335c242a60f2af74b0a24a63c04c6e818b6938", "message": "Fix for AXIS2-1245 - Invalid WSDL generation\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@451435 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.46154944661248e-07}
{"commit": "efed125d850727134856e606e5cf9eaa4ccf4874", "message": "Throwning error cause\n", "proba": 4.7541135472783935e-07}
{"commit": "7136f7562e24b75c25cfacb7bc9c7a2450209a33", "message": "pushed Allgene CSV fit CCDSHash java code\n", "proba": 1.905331856733028e-07}
{"commit": "deced3340136d585830284fa4b9357c60e9fc2fe", "message": "BOJ #11067: \ubaa8\ub178\ud1a4\uae38\n", "proba": 1.1579485317270155e-06}
{"commit": "7ed35263d1d24804619d65e3639fa66e21b5b7c7", "message": "BOJ #14729: \uce60\ubb34\ud574\n", "proba": 4.2358428231636935e-07}
{"commit": "54b0d4b396e970fc8578a33839be0aaaaa28c1f0", "message": "BOJ #15778: Yut Nori\n", "proba": 7.100089192135783e-07}
{"commit": "3bfef4d0f4286d84c3b46d434d3d46644824c8af", "message": "BOJ #15953: \uc0c1\uae08 \ud5cc\ud130\n", "proba": 2.536880003844999e-07}
{"commit": "74e0ea799a57452d0d4d9843296d7dd170eac5ca", "message": "Create SyncMutableLock.java", "proba": 5.29093256318447e-07}
{"commit": "52c515b0d83a9362350ab8acd84a7b787d80af22", "message": "\"util displaying observer\"", "proba": 2.1051900489510444e-07}
{"commit": "17a5fc5623180534b2207b1a1b5c1b46f2b0bb02", "message": "Add new test case contributed by Ed Letifov\n\n\ngit-svn-id: d69ffe4ccc4861bf06065bd0072b85c931fba7ed@43722 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.2748014316675835e-07}
{"commit": "e29c040eb7e0bfb8621051b2a89499283d11115c", "message": "activate test\n", "proba": 8.727529348107055e-07}
{"commit": "f701e2dd3c9a174ef9830a34d36d8577d04c44d2", "message": "Added src folder\n", "proba": 5.876365776202874e-07}
{"commit": "190d7b76f3db50d352516b516deb2dd40ca814bf", "message": "debug output\n", "proba": 1.1473559425212443e-05}
{"commit": "c2d7f7c96a9adaf762e653d9d9878b6ce37b77a2", "message": "based on last commit\n", "proba": 2.9817656468367204e-06}
{"commit": "42e79f9ab09f91eb2b3f4e6f36e0ea8e3cb4ca2a", "message": "Add assertions on events, close #67\n", "proba": 4.4106872110205586e-07}
{"commit": "760fc8a744379de2a88e64c3975c2e99c5aaa27d", "message": "samples: Add Spanner BatchQuery sample. (#1043)\n\n* Add Spanner BatchQuery sample.\r\n\r\n* Update pom.xml to use latest client library.\r\n\r\n* Update BatchSample.java\r\n", "proba": 1.4670159487195633e-07}
{"commit": "d2ea50ad5d49f4d695cdc5152bb48725ef496f39", "message": "File util class\n", "proba": 1.1340820265104412e-06}
{"commit": "c87135946e6d7e8e3e568fa58f23030716b3676c", "message": "am 5e34b6b9: am 43b2746b: Merge \"CEC: Let <Active Source> from the active source work\" into lmp-mr1-dev\nautomerge: c8ece53\n\n* commit 'c8ece533b2c19001d9ada319c1cf480ba97377d8':\n  CEC: Let <Active Source> from the active source work\n", "proba": 1.2847400512328022e-06}
{"commit": "0294448c19715b559677ff8bceb5241b4381d7c0", "message": "am fe207d3d: am e64dfb47: am 14bdaa7f: am 6444fe12: Merge \"MediaSessionRecord: do not hold a lock when calling AudioSystem.isStreamActive\" into mnc-dev\n\n* commit 'fe207d3dee5bf392ddd6ea35f486b559410d3c48':\n  MediaSessionRecord: do not hold a lock when calling AudioSystem.isStreamActive\n", "proba": 1.4905899661243893e-06}
{"commit": "92f8cff8e464a93d9036d46967b34055bc015736", "message": "am 3233a0a6: Merge \"Don\\'t always dump domain/preferred state\" into mnc-dev\n\n* commit '3233a0a65c8bd2acce4b8fdfe6ce8e6c20b9a24d':\n  Don't always dump domain/preferred state\n", "proba": 1.1365094678694732e-06}
{"commit": "d5484f67addaf393e495ae0f074b2bec654e07a5", "message": "First commit of the project\n", "proba": 1.2710623309430957e-07}
{"commit": "17fbe404bf28fe1e0d2a01bd5c81c447adbf3715", "message": "am 35543f45: am 5468f545: am d5941978: Allow system app to take ownership of built-in permissions\n\n* commit '35543f45419772bca21b521d16aa4e8492703007':\n  Allow system app to take ownership of built-in permissions\n", "proba": 3.549617701992247e-07}
{"commit": "2b2ee7fce5aa5a1ef3bfbec9b44cb5509d92eb53", "message": "Finished Problem 12356", "proba": 1.5683361880292068e-06}
{"commit": "dbee4044e85b6caed8edafa558b68d483ccf6eaf", "message": "V0.2: [added] TokenParser.java to parse JSON into individual tokens. Handles non array tokens to convert JSON to memory objects.\n", "proba": 1.1211738382144176e-07}
{"commit": "1eb6314dd03a2db7e5a44e2603481afc3db883da", "message": "am 45a0b90a: Merge \"Enable remote submix for wifi display.\" into jb-mr1-dev\n\n* commit '45a0b90a7ed7ebd8219a7a6d7b9e64c55183523a':\n  Enable remote submix for wifi display.\n", "proba": 1.1818234497695812e-06}
{"commit": "461f60e8c7d519cbb2a0fdd9db22712a5eb7f9ec", "message": "Removed useless output\n", "proba": 2.7830790713778697e-05}
{"commit": "f2668a397cd9cf8c13fdf4906830122e1c77963a", "message": "Thread safe method to count word\n", "proba": 2.0324441152297368e-07}
{"commit": "972f43527fd449f840ef95fe543b2c72881b8793", "message": "GF29865: Added SearchUtils test program (specific to searchByName method).\n\ngit-svn-id: 8a910031c78bbe8a754298bb28800c1494820db3@1894 0604bb77-1110-461e-859e-28c50bf9b280\n", "proba": 6.235370051399514e-07}
{"commit": "ab3893af2e3b90ac3954bb20bd8e51fb8c5abe90", "message": "Added execution time\n", "proba": 2.435448607229773e-07}
{"commit": "99033332222fff7084d211a90465f9ddaeeeb321", "message": "am b6af87ca: am e5bf7064: am 964a4121: Merge \"[Improve docs for AccountManager] Currently, the docs for AccountManager are somewhat misleading and may cause developer errors. To avoid them, we are properly documenting it.\" into mnc-dev\n\n* commit 'b6af87ca9009cc4891b6bc987103ef94184192e2':\n  [Improve docs for AccountManager] Currently, the docs for AccountManager are somewhat misleading and may cause developer errors. To avoid them, we are properly documenting it.\n", "proba": 8.212440661736764e-06}
{"commit": "27b3ae6126d89ee59c007edce8032bbd49c1b4cd", "message": "Fix documentation for setTransition to include fade.\n\nBug 25016696\n\nAlso add annotations for FragmentTransaction methods.\n\nChange-Id: If3d1427d83dd7c399609bf8fd9a54467224d3a35\n", "proba": 9.170145744974434e-07}
{"commit": "dbc591e27686486c732fca2f94fde645e3487b7a", "message": "am c69d6134: am 6ae4fe94: am 9303919d: Merge \"Adds documentation for ContentResolver notifyChange()\"\n\n* commit 'c69d61343913848b467022ef63f2c84cbc5ec34b':\n  Adds documentation for ContentResolver notifyChange()\n", "proba": 1.9055190136896272e-07}
{"commit": "8091ca5015b2a9f591ad7d3ee5ec832c16cf5548", "message": "Fix javadocs.\n\nChange-Id: Ic37c16625ddd0175cc048dd2b22bc75c6962d43d\n", "proba": 0.9826508164405823}
{"commit": "0d719cab11ab5670f516466645f8b22ae65d4c91", "message": "Fix typos in ConnectivityManager documentation.\n\nSpun off from\nhttps://partner-android-review.googlesource.com/#/c/205463/ for\nease of review.\n\nBug: 19416463\nChange-Id: I2f88ac415177ecd96c9191df5e390830869f52e1\n", "proba": 0.0035554254427552223}
{"commit": "f8b692754f7739e11c8438ab59c0760194cfacc5", "message": "am 1f99a483: Recover from corrupt network stats.\n\n* commit '1f99a483e410811473b12d8efedd79c738df7af3':\n  Recover from corrupt network stats.\n", "proba": 1.5464071623227937e-07}
{"commit": "b7ea469968f4d69210610e36e7e07fae4de3ebcc", "message": "am ccc214b2: Merge change I6a0b14bd into eclair\n\nMerge commit 'ccc214b21edaaddf46960388ec4d3e3ca89a01ae' into eclair-plus-aosp\n\n* commit 'ccc214b21edaaddf46960388ec4d3e3ca89a01ae':\n  Make VCardComposer create the instance for mHandlerList.\n", "proba": 2.0939610578807333e-07}
{"commit": "cdc707b47923ab9d2acabee3681ea74945f43d53", "message": "am 2cf2ae72: am 1155ed19: am 0aa69ff2: am 1a6c41fb: am 6c9f0a01: Merge \"Avoid changeBounds animations on Views that are not yet laidout\" into lmp-dev\n\n* commit '2cf2ae7231544237d7ebbc7d4c823a8eb81e9b22':\n  Avoid changeBounds animations on Views that are not yet laidout\n", "proba": 2.9561763881247316e-07}
{"commit": "4233fc9a8b3db8d9074d3f549a9e4850a393eb3d", "message": "Initial commit. Cleaned & refactored original code, added generics,\nbuilders, and a couple of minor performance improvements.", "proba": 9.804413991787442e-08}
{"commit": "fd2fe7a4f8a6a61d11d2cd24da5fc9a72c867a5d", "message": "[1.5.30] Oprava sn\u011bhu po sn\u011bhul\u00e1kovi\n", "proba": 3.8077550357229484e-07}
{"commit": "9c946e44bcc0292258498b877f98f87a374e21bb", "message": "Unique paths\n", "proba": 3.214577475318947e-07}
{"commit": "5ed2750bf73220ec16598bb3ada4a9b13d74a79a", "message": "Create Group Anagrams.java", "proba": 6.731904136358935e-07}
{"commit": "3ce1aa3b1cbf562cf3e0e7481a7f54b821e356a8", "message": "New class to support named destinations\n\ngit-svn-id: 102839466c3b40dd9c7e25c0a1a6d26afc40150a@524800 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.1172743319984875e-07}
{"commit": "e6ddb576fb72912fece02021d476b29ede1a97a5", "message": "Create NEXTPERM.java", "proba": 1.2313889783399645e-06}
{"commit": "4b821296c5d1132a9606925220cbc973b2707eae", "message": "Update CalculateIrrTest.java\n\n% sign in results", "proba": 1.324352894016556e-07}
{"commit": "907c177b04d07d5d84005ac92df9bde6af7c394d", "message": "Start seeked animators without waiting for start delay.\n\nBug 24872727\n\nChange-Id: I954efd7113565f9b8f9a569f57960b8d91620758\n", "proba": 4.4257083686716214e-07}
{"commit": "4fb27ba22d11267e39590657f4cf55a857e2a8a0", "message": "Remove unnecessary code.\n", "proba": 1.3263225810078438e-05}
{"commit": "c807070cb54228f1039cd0a3f2fe14efbe46df3e", "message": "am 1e5e3748: am 67f29573: am bb2aa63b: am a2e929e1: Tighten enforcement of file modes.\n\n* commit '1e5e3748d4d431e48bd4b6a461ab3a9127beff7d':\n  Tighten enforcement of file modes.\n", "proba": 1.8138253210508992e-07}
{"commit": "43afbe5842d88602b8da9868dfa778d669e6462f", "message": "am 22902f54: am bec23ea9: Merge \"Preserve CTS fail behaviour on null bundle for old API\" into klp-dev\n\n* commit '22902f541e61bf9a1030fd87683102fe125ec135':\n  Preserve CTS fail behaviour on null bundle for old API\n", "proba": 2.9330539064176264e-07}
{"commit": "36963113f526a2f096123b1ce3d26c5e333a43b2", "message": "Fixed encoding problem while saving config file. JM-518\n\ngit-svn-id: 4206c2c2bb40b5782672a0d03c2c381094954de9@3296 b35dd754-fafc-0310-a699-88a17e54d16e\n", "proba": 0.00043536361772567034}
{"commit": "ad97b8b905bb6f0a30241bea27a56572068c39ab", "message": "Potential fix for apps disappearing in launcher on system server crash\n\nThrow RuntimeException to launcher if there was a RemoteException\nfrom LauncherAppsService. This matches the behavior of previous\ncalls that were made to PackageManager that could have resulted\nin a RemoteException if the system server was dying/dead.\n\nBug: 15687732\nChange-Id: Ifda3fda209141b361a286fc033217acfa0ec196e\n", "proba": 3.6388505577633623e-06}
{"commit": "3f824c0e72ad8cde2dc9b0f4d4d7b621b5535e62", "message": "Fix cursor memory leak\n\nIn current code, if an application opens a cursor to access a\nprovider, and doesn't close that cursor, later, when this cursor\nis garbage collected, it won't get closed. This will cause a memory\nleak in the provider. The leaked memory can only be reclaimed when\nthe application with the leaked cursor was dead.\n\nThe solution is, close the cursor when it's garbage collected.\n\nChange-Id: I786915c46d4672b6b1b37414b3bc1ff8cea2e00b\n", "proba": 0.9988914132118225}
{"commit": "eb802040e26b4b7eab8f7b3067524a6670af9188", "message": "am 6d587ac3: am 48956ad3: am 3c58d279: Merge change I738ed802 into eclair\n\nMerge commit '6d587ac372918783f54512bd00180bb44a49ab5b'\n\n* commit '6d587ac372918783f54512bd00180bb44a49ab5b':\n  Fix BMW and Audi auto pairing lists.\n", "proba": 1.1293769119902208e-07}
{"commit": "2cad2cc15345d8623049a17712068e813d305a25", "message": "Exception handling clean-up in TextToSpeech.java\n\nThis is just a code clean-up change. It should have no effects\non behavior.\n\n- The exception clean-up code was copied in lots of places,\n  added a restart() method for it.\n\n- Use Log.e to print exception stack trace instead of doing\n  it manually.\n\n- Moved return statements outside finally-blocks. Having them\n  in the finally-block makes no difference, but can be misleading.\n  Also, Eclipse complains about it.\n\nChange-Id: Ibfb18ca89d81d1fd8d212f29b6f8ab305b52ec49\n", "proba": 5.0774509873008355e-05}
{"commit": "b9db1fb9de483f35f0189dae240b38e8a9cea8c9", "message": "Minor cleanups to TextToSpeech.\n\n(a) Fix an NPE reported when no TTS engine is installed.\n(b) Fix a bad link, and some javadoc typos.\n\nbug: 5004015\nChange-Id: I38b97dbb5d7d4065a5ee408fae9138638ed48f40\n", "proba": 1.058240741258487e-06}
{"commit": "4dbab5a427a80b477da30a5255884d9e85f961da", "message": "initial checkin\n\n\ngit-svn-id: 408af81b9e4f0a5eaad229a6d9eed76d614c4af6@1107 7d736ef5-cfd4-0310-9c9a-b52d5c14b761\n", "proba": 7.368645356109482e-07}
{"commit": "1ec464679f731827f626856084f19643fff64a94", "message": "Block swipe up gesture if challenge non-interactive.\n\nChange-Id: I0f9ba918c072261614011cd675e417e54296366f\n", "proba": 2.4891249267966487e-05}
{"commit": "2efc4488d73c2eb9e76d5c78c28bda7f899bfcf0", "message": "Create JM_JSON_TO_XML.java", "proba": 0.0019850970711559057}
{"commit": "6889f8702279db5551b7f243bf18cb014c3f34b0", "message": "Added EntityFactory and player creation\n", "proba": 1.365274755471546e-07}
{"commit": "4b942c316429a8e52d7f8ef369cd52743e1425b6", "message": "Adicionando classe da aplica\u00e7\u00e3o Spring Boot.", "proba": 1.1595647464446301e-07}
{"commit": "a3a09d09159540d2db62fa1def0b631a2b3902f3", "message": "workaround with default button highlight\n", "proba": 3.429443324876047e-07}
{"commit": "703e19ade106c188cb5049acb3145dd570c21296", "message": "adding some generic error handling to content provider in reboot role\n", "proba": 2.003055072918869e-07}
{"commit": "2d7f320506935f55817dfb239c247163c3567db1", "message": "fix insert URLs in dababase;\n", "proba": 5.59812519895786e-07}
{"commit": "b00c15ca494bffaf3feb47c22442e92ce87a7b80", "message": "mysql\u5efa\u8868\u8bed\u53e5\u66ff\u6362\u4e3ah2\u5de5\u5177\u7c7b, \u65b9\u4fbf\u6d4b\u8bd5", "proba": 2.476265592576965e-07}
{"commit": "78b1958ea6797138d8153033df8bad222cbc8d10", "message": "UVA 10950 Bad code\n", "proba": 3.4845754726120504e-07}
{"commit": "092030b229e8736bb49867c91c7d9c42035b1517", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "5e8584ec1a97c00d89776e982ac12dbf9ca9d2ed", "message": "ahung93: Initial commit for StockInfo.java\n", "proba": 1.30724217228817e-07}
{"commit": "59dd6e9e94360fcd71cea25928460808a2a0a938", "message": "Simplify methods for processing XLS files.\n", "proba": 1.861910305933634e-07}
{"commit": "e2e3f1e3be1b71ad8a014ba9a08d37ea1e15d7ef", "message": "Update NBGROWTHAPLADGIFYP.java", "proba": 1.409093101756298e-06}
{"commit": "1be1007919b6200e555af4c028dc0f24c0ed455c", "message": "Fix visibility of promise.resolve and promise.reject\n", "proba": 0.9988303780555725}
{"commit": "305110f4bed981bbf2bfe8f1281aeee151d95faa", "message": "unfixed stuff\n", "proba": 9.035373977894778e-07}
{"commit": "96f0b1ef7399c088d59e246ad6f226c2086aa24e", "message": "feedback link in status\n", "proba": 1.8040988436496264e-07}
{"commit": "9488facd557e9eb31f152dc3eb5f37c50ee32381", "message": "Added BspLoader to load raw bsp-data\n", "proba": 1.5355351479229284e-07}
{"commit": "7c9bdeca525b3078b7f6307f71a2877e0185360a", "message": "path and folder_key change.\n", "proba": 1.3322804193194315e-07}
{"commit": "545dbd9b6b5ebaecb9076c996382cfbdea6882d8", "message": "KRACOEUS-5798 : Minor improvement to questionnaires in COI.\n", "proba": 9.843256520980503e-08}
{"commit": "02c745a6bbdcf385f3b8a556fa55aec3009ab2f9", "message": "\u589e\u52a0\u968f\u673a\u9009\u62e9\u4e0b\u62c9\u5217\u8868\u7684\u529f\u80fd", "proba": 2.631156519328215e-07}
{"commit": "418761ece9df4b44f3b1f6720e40bd72d6d44def", "message": "Fixing code\n", "proba": 1.4869880260448554e-06}
{"commit": "e8eb0a096fe1df44ba871da7db18b5e5b2a288c3", "message": "tests for the sender tester\n", "proba": 7.19258480330609e-07}
{"commit": "748ff23fd27d7aff48ef3824d090d021c267ee90", "message": "Use \"new\" variants of array creation methods when generation for ARC. This will help avoid an extra retain/autorelease pair.\n\tChange on 2014/11/27 by kstanger <kstanger@google.com>\n-------------\nCreated by MOE: http://code.google.com/p/moe-java\nMOE_MIGRATED_REVID=80904157\n", "proba": 2.9825170599906414e-07}
{"commit": "03e923f20b8ed01d27b804f26f87fbd4bb734380", "message": "fix #4303", "proba": 1.0078737204821664e-06}
{"commit": "1724cdefedb6410da995690369021c44edb6f6fa", "message": "give type parameters an extended type (void)", "proba": 5.392944899540453e-07}
{"commit": "a8cbe763eaff8a87ee311dbd9794f7ee8d0a222a", "message": "minor refactor", "proba": 7.867772637837334e-07}
{"commit": "ddefe3bb52579b55a9da848355933e8f08f95d8c", "message": "Add test for setting form attribute\n", "proba": 5.322461333889805e-07}
{"commit": "463ccf80dce6d7f263f7e0bf2fe6d81d210b7cb0", "message": "\u0441\u043e\u0437\u0434\u0430\u043d \u0437\u0430\u0433\u0440\u0443\u0437\u0447\u0438\u043a \u0441\u043f\u0438\u0441\u043a\u043e\u0432 (\u0441\u0430\u0439\u0442\u043e\u0432 \u0438 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0435\u0439) \u0441 \u0444\u0435\u0439\u043a\u043e\u0432\u044b\u043c\u0438 \u0434\u0430\u043d\u043d\u044b\u043c\u0438\n", "proba": 6.59714032735792e-07}
{"commit": "603e9fde17d612c2b2c2aa6535fdd0a4080dadaa", "message": "Add CompletableFutureUtils\n\nConvenience util for CompletableFuture.allOf method\n", "proba": 2.817179165504058e-07}
{"commit": "39fa6547dc1a4d53cb2f371f36c8b9f8b3d35806", "message": "Remove duplicate definition of IN\n", "proba": 0.9998992681503296}
{"commit": "7f9726e00d10e59bd6f3f8645270e7440bfa1fda", "message": "http://oj.leetcode.com/problems/restore-ip-addresses/\n", "proba": 1.3791357389436598e-07}
{"commit": "90e854ab7b470a1f41d70df523dfa451cecdf683", "message": "ActionBarOverlay needs to be focusable\n\nIssue #16654827 Settings search does not close all the way.\n\nChange-Id: I6e46ac828a6a5e90e29761c176899b90d32563c5\n", "proba": 3.983352598879719e-07}
{"commit": "500961ee0eca58d494d1beb8beedae7fab10a610", "message": "64 bit overflow fixed from binary input\n", "proba": 1.1662338010864914e-06}
{"commit": "f7154c4bb462580f86109fffee3466a32bf50527", "message": "Use domain repositories in rpc api.\n", "proba": 1.163432798989561e-07}
{"commit": "cc06a858ffe35786608bf1b96c408a384e266fcc", "message": "Adds a new \"SmartHardGallery\" widget component, which natively handles a \"hard\" gallery.\n", "proba": 1.0466028044220366e-07}
{"commit": "8a4ae6418688be58f39dee0b67724dd3fd04259e", "message": "RabbitMQ\n", "proba": 1.8884210248870659e-06}
{"commit": "1930c9d28abefe8a1afe3895fc3debf85957b58a", "message": "Add _0099RecoverBinarySearchTree\n", "proba": 1.024122184389853e-06}
{"commit": "33880f9e89ddc9b8e02f12d68a2018c6f48c80da", "message": "added Main.java for now\n", "proba": 1.215766332052226e-07}
{"commit": "d2d8cb8adb7c8d6898034923791cb9281fcd2096", "message": "\u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430, \u0447\u0442\u043e \u043e\u0434\u043d\u043e \u0441\u043b\u043e\u0432\u043e \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u0432 \u0434\u0440\u0443\u0433\u043e\u043c \u0441\u043b\u043e\u0432\u0435 [#228]\n", "proba": 4.804450668416393e-07}
{"commit": "8a16c5e3663204731b8fd71e33d94db0ee3a4f35", "message": "+LanguageStorage: Moved createTables() to initialize()\n", "proba": 2.150366640307766e-07}
{"commit": "fcb1b99b4ead62323cd2d27c27472dc549ad486e", "message": "clase operaciones logicas", "proba": 1.328929442934168e-06}
{"commit": "1d780179fa8f646bfd05b37412820861f562b3a0", "message": "[add] helper.", "proba": 3.0452048349616234e-07}
{"commit": "f2b40fc7b4381b47433a057b26a9d38edbc59858", "message": "hackerrank->algos->implementation->sherlock and squares", "proba": 3.593987969452428e-07}
{"commit": "f90226990fc2138f0dcd12f883d1f368b8ccf7f6", "message": "added FIO operations to adding and deleting new GameTypes", "proba": 1.3100051887704467e-07}
{"commit": "c51bf5e7ab7b749fd056130ddc980e2366615b66", "message": "Made ItemDescriptionGenerator serializable #5414\n\nsvn changeset:20401/svn branch:6.7\n", "proba": 1.2875989341409877e-07}
{"commit": "67dd9e30c3e00f3cf9bf8870458557ae56b78b15", "message": "Fixed glitch when editing card count from a category.", "proba": 1.0891834989479321e-07}
{"commit": "89ab87d4e746a077edc4090831d6bd68f3f957a6", "message": "prelim support for --seedNodes param.  not working yet.\n", "proba": 1.1411302125452494e-07}
{"commit": "0f61f70f7394ddea55cc4c413a60a1e31786089a", "message": "Added Lazy propagation in segment tree in java", "proba": 2.0618591634047334e-07}
{"commit": "ee13c5541e5d388a4384231980f6eca307cfe0e4", "message": "AlexeiBarantsev: Fixing windows version number checking\n\nr18118\n", "proba": 2.170212525243187e-07}
{"commit": "bf4a6f93a5954aa808c163f0888319feef522093", "message": "Don't try and register a WebSocket session that we know to be closed.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1515612 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.699447905906709e-07}
{"commit": "2b3ebd758ba70a73df210dd1ae977b40b2c0c7f4", "message": "silly mistake", "proba": 0.00014360273780766875}
{"commit": "9ce1f9416054de9bd9649ee53e410d1ab492d5b3", "message": "Add the main class of the plugin (almost a copy from the netlogo extension)\n", "proba": 1.0166956343482525e-07}
{"commit": "27a58554a03833199ed736559abd563bdafd8400", "message": "Create MonitorDataPo.java", "proba": 2.1269574972393457e-06}
{"commit": "dd37d42f85ad1c81e21427d5ca7f97085f55593f", "message": "added AccountManager", "proba": 2.5708260409373906e-07}
{"commit": "7eda4ffdf527db80e3b727753d2d1300cc56cbb0", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "353298ac6bc481bc57b9db11ea84ad30ba063b50", "message": "feat(MEDIUM): add _394_decodeString\n", "proba": 5.048390448791906e-05}
{"commit": "05828814c5f65d0ac2dcced62377b3f571ffc85b", "message": "check for incompatibile handlers\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@644168 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.36049084176193e-06}
{"commit": "1588a8561454e899ba9ba24d96e9d4bd74b43a56", "message": "Add Missing AbstractSequence\n", "proba": 1.7241975456272485e-06}
{"commit": "09b31c77c0dc4067ac6b54c7ae94c0ca256ed8df", "message": "\u0421\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438 \u043f\u0440\u0438\u043c\u0435\u0440 1\n", "proba": 4.962749926562537e-07}
{"commit": "f7a3e5359badcc74cb48c46c0ee0d36bba880cc7", "message": "4399\u589e\u52a0\u91d1\u989d\u9a8c\u8bc1\n", "proba": 2.4527295749976474e-07}
{"commit": "c2a6edffa02676e07ffd5cd9f99a66dc8d90f7b7", "message": "Added default volume configuration to AmbientAudioSource declaration.\n", "proba": 1.0621702983826253e-07}
{"commit": "fa38d9620db1143a5da49e84ea85225af0ee26d0", "message": "Fix, do not skip sync of empty list in the template.\n", "proba": 1.0755972823517368e-07}
{"commit": "52bbf4ccef39fc41a40a9eb025b951b9acfc2832", "message": "KCCOI-60, KCCOI-203: The audit activated flag is reset for each request since multi-part rendering semantics cause the form instance to be persistent across requests (and not recreated). This used to cause audit validation to be invoked for every request subsequent to one in which it was first triggered. Also fixed error properties so that validation errors on save are displayed properly on the questionnaire tab.\n", "proba": 1.0466148125942709e-07}
{"commit": "6a322390f16c46f20d62d60a89a433a1fc5533b2", "message": "KRACOEUS-6164: IRB Compare to Previous only shows status update - fix for unit test\n", "proba": 1.0110122872220018e-07}
{"commit": "067730f3d72ffca61d17c7ffd540dff000bb9fe2", "message": "Add a simple RecordMapper implementation\n", "proba": 5.720266358366644e-07}
{"commit": "19f87376e8a9030ad7f1256c88a8fa49bffab7ff", "message": "Implementation of TemplateLoader which reads templates from the classpath", "proba": 1.4265529557633272e-07}
{"commit": "1cce61d3d50b9908c56627fe6333c0ab808f88f4", "message": "added LogoutEventHandler class", "proba": 3.379969939487637e-07}
{"commit": "086743e411f27eb5997992336680d3f7ea18b52a", "message": "*** empty log message ***\n\n\ngit-svn-id: 545e707062091c2f19509f4812c0e7d129870002@662 922cec90-98bc-ecba-b0a9-867c771b4a74\n", "proba": 9.777417062650784e-07}
{"commit": "7137a54dd1e2332bd26d138766a3bbc534748e97", "message": "Added code for object equality\n", "proba": 2.2971447322106542e-07}
{"commit": "7790805a53c7bd3679369866f2aa9f3d834e8152", "message": "fasfasfsaf", "proba": 5.099313966638874e-06}
{"commit": "37e845b055168a45a87a1db2cf33be60b19d5427", "message": "am c661516e: am 64ac862f: Merge \"Basic renaming refactoring in Layout\" into jb-dev\n\n* commit 'c661516efdef589b1eff5b80a7a54d614f1dabb0':\n  Basic renaming refactoring in Layout\n", "proba": 7.495971203752561e-07}
{"commit": "01fb255d78b407d8bd82b232f202847cd3052b18", "message": "am f7380a69: am 58e457cc: Merge \"Fix Layout.isRtlCharAt\" into lmp-dev\n\n* commit 'f7380a6978d3f5b848df277fb23fbc544e148e61':\n  Fix Layout.isRtlCharAt\n", "proba": 3.968973487644689e-07}
{"commit": "6e72cf8247503de0acc78e2884b891777218bcfc", "message": "Fixed problem with last commit handling 360 degree arcs.\n\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@201452 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.4846528983980534e-06}
{"commit": "92adb810388a29ac74bcb02e1cc44fa4f7bf3000", "message": "Don't just check 0-1 distance!\n", "proba": 2.1653129067544796e-07}
{"commit": "a3c14ea2df5ce9d36a04ff6ac5a61de713807eb6", "message": "make a flipped copy\n", "proba": 1.3466604968925822e-06}
{"commit": "afb411dd35e33b886361f44ec8151265a245e5ca", "message": "Added tests for special registers\n", "proba": 2.2659695275706326e-07}
{"commit": "d7c9f39207df3d8f19c901ea2ca1b457de84bc64", "message": "Made sure the ETL class is closed after every run.\n", "proba": 1.0677074158138566e-07}
{"commit": "db18ef8bd3af4e213911df6c490a99f56cf5ed69", "message": "and don't come back\n", "proba": 1.0396189509265241e-06}
{"commit": "0900cabf7ac012ae10fe77cf0ff63192b7b305bc", "message": "add titan jvm test\n", "proba": 2.267816626044805e-06}
{"commit": "e48b499b640f075a880e2777d78ad3cbc7d9587b", "message": "Updates\n", "proba": 6.962063707760535e-07}
{"commit": "143f2e4c5c33d4cedf8dfa667f990e3957ee53f5", "message": "am 1654f847: am 158fbd3a: Fix bug where pebble app triggers accessibility mode in navbar camera\n\n* commit '1654f84712d79a96083e039fc5b3cdaf05857d2f':\n  Fix bug where pebble app triggers accessibility mode in navbar camera\n", "proba": 3.466815599040274e-07}
{"commit": "ad8501867060b3b29a4beb5065f11473915eb2b1", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "619b3c0d09ff01ca163601a22973a58fd13ca64c", "message": "Fix NPE in onDestroy.\n\nNPE can happen when calls are canceled immediately before incallservice\nhas a chance to respond.\n\nBug:17362107\nChange-Id: I6bf318f5f7d89731b686a1523678a26764fa9bf3\n", "proba": 1.131068643189792e-06}
{"commit": "48569aa001efc65dd3ba49961e426142456ad74d", "message": "runelite-client: catch exceptions from overlay renderer\n", "proba": 6.962946486055444e-07}
{"commit": "f6585d68d618d9a98e7b6211a7e5e1ac550c95b8", "message": "Move some code to the js runner\n", "proba": 1.512856670160545e-06}
{"commit": "f0bdea3318ba4d1a08af9a75b8ca8c6f9ce6a4ba", "message": "Fix resource path.", "proba": 9.739493407323607e-07}
{"commit": "77cc5a638815259e83af23edde5f16b5ae9a4a2e", "message": "Update Attachments.java", "proba": 5.576438297794084e-07}
{"commit": "aeb4af8f71accee64ea048d3f572607303f6f5ff", "message": "Solve problem 80\n", "proba": 0.9999991655349731}
{"commit": "e7ca5a7f2d7f0ffa0b8d5b71299dc01cb2127b7b", "message": "Revert method\n", "proba": 2.219768248323817e-06}
{"commit": "948598d4eb54314ecb636a1bb9f1e8b9b70bb44f", "message": "Fix bug 44282. Do call to getClassLoader() in a privileged block.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@616953 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.5533513507980388e-06}
{"commit": "0eb13bc85980a37b026623d279633003ea78ece2", "message": "Update Chassis.java", "proba": 6.223025934559701e-07}
{"commit": "b6fa7db277edfa39ae6da3c8550146607ac35492", "message": "Create stacksjava.java", "proba": 0.0006941367173567414}
{"commit": "f51f26d29a71c7c9fa262adf99b701ad3423afa5", "message": "Implement chain()\n", "proba": 2.1270834622555412e-06}
{"commit": "be1a2d741298e5d62e881fb08016fd048ddceeff", "message": "Initial commit: RapidoidWorker\n", "proba": 1.9320889066420932e-07}
{"commit": "02a82485105f9ed4353aca8c11d6b7cf2b702609", "message": "Readd EntityUtils.\n", "proba": 1.7096512294756394e-07}
{"commit": "41c02dbc8442308bacc172d8d1763e78e5d7c002", "message": "Create StableMarriage.java", "proba": 4.2872125050053e-07}
{"commit": "bcb8d82513de4936d3fba04616574b427c67d853", "message": "Do not apply stack bounds if the window is above lockscreen\n\nbug: 27208572\nChange-Id: I4cd3af47474c93180d95a2f51ac7b52a21ddd999\n", "proba": 5.7212109823012725e-06}
{"commit": "5c0f34e760795286e2e30789caa497f194606f35", "message": "Do not clear exiting flag following explicit remove.\n\nIf we begin an exit animation (setting the mExiting flag)\nin response to an explicit client remove request, we depend\non mExiting in WindowStateAnimator::finishExit to perform\nthe final clenaup of the window. If we are transitioning\nback in to the app, and it calls removeWindow before the\napp transition is ready, we could have handleOpeningApps\nclear the mExiting flag leaving this partially disposed window\naround due to the above mechanism.\n\nBug: 26157153\nChange-Id: I512fbbd080d423336796284fca490c2c22709180\n", "proba": 7.383558227047615e-07}
{"commit": "91feae3c5994bd4768cea3507c62c65746adcfa6", "message": "TouchExplorer - refactoring and a couple of bug fixes\n\n1. Refactored the code to avoid code duplication.\n\n2. Fixed a bug in removing unused pointers from the event.\n\n3. Fixed a bug that was crashing the explorer.\n\n4. Sending hover exit immediately at the end of touch exploration\n   gesture rather with a delay.\n\nChange-Id: Ie288cb8090d6fb5e5c715afa6ea5660b17c019e0\n", "proba": 0.00020931492326781154}
{"commit": "8d42c9cb0561487134b8c0a3bb701f9e5eb20371", "message": "Added helper annotation for prototype scope\n", "proba": 1.9738897094612184e-07}
{"commit": "794a88feca324973006f7e26ebb265aeaf2e3daa", "message": "update travis config add CodeCov key\n", "proba": 2.20194053213163e-07}
{"commit": "e7c6bf74901d7b729c7ada2faa9116a964e5ea53", "message": "Moving files to Entites.\n", "proba": 1.210104159099501e-07}
{"commit": "3104949c5e248860941ecea2697a205aa28c4ee3", "message": "Fix for Bug 17174 - tcpmon shouldn't call System.exit()\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@249221 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.3262630318422453e-06}
{"commit": "8d542a49921fc827e93ad135e3d79407a16f7f52", "message": "Create PlazmaCannon.java", "proba": 3.2112943699758034e-06}
{"commit": "a534b2a2774164f06ac05a950283b27fb7edc7bd", "message": "lesson02 static Empty\n", "proba": 4.146738774579717e-07}
{"commit": "bfdd5405e83e9e6d6fc3e3ef590863b56a22b2cc", "message": "Create test.java", "proba": 2.797143451971351e-06}
{"commit": "1a8c9f130c070c5d4e4173f540b12fdcabe416ca", "message": "Restore MixinDefinition.getOuterMixinDefinition()\n\nGot lost with the changes for the object literals.\nUsed to be called `getOuter()`, new name is a bit more specific.\n\nSigned-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>\n", "proba": 1.2831687001835235e-07}
{"commit": "880c0988b38949e352dcfa9112c17b621c697f07", "message": "Sets specialization limit in NewObjectPrim explicitly, and mark fallback as truffle boundary\n\nSigned-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>\n", "proba": 1.1908456087894592e-07}
{"commit": "2d20b1bca1d4d139b4a7fab8ae8c27e42dfc356a", "message": "Fix comment typo.\n\n\ngit-svn-id: a878c62e23c3cdd7109267dfd9bdff0ba03a0163@6095 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 0.9999967813491821}
{"commit": "e80fbfecf4969b2720a56f6104399fec0d8cf541", "message": "Preparing a model to process CSV files\n", "proba": 4.659675880702707e-07}
{"commit": "d26c2509efde973749d84d2f7bb7cc6410287dbb", "message": "testing: new test OpenDSTest\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@9158 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: b235d7b54ec39e14013b9390f7c7a8df91c10122", "proba": 1.0415700444355025e-06}
{"commit": "789332cb95f41570c3c5262698ad95cb4d59dccc", "message": "no message\n", "proba": 2.1470650608534925e-05}
{"commit": "b9314e5f63b7ac827ef393c95ebc22ec566ab695", "message": "Constructors and distance_to version 0.1", "proba": 3.4188860809081234e-07}
{"commit": "af4b0c4df0cd0b144b14d13001672b5e54a2a7c1", "message": "Termine los metodos para modificar jugadores\n", "proba": 7.0737172563895e-07}
{"commit": "76a0f822e80cdbd897040a304a8ffb54d3241ddc", "message": "Fixed a bug to read data\n", "proba": 2.0507908971012512e-07}
{"commit": "51d732baaac6106f680e52db1311139469e14d3c", "message": "HBASE-9303 Snapshot restore of table which splits after snapshot was taken encounters 'Region is not online'\n\ngit-svn-id: 1ea5de6e32eadb5f080cfd8bafe1c87167c06d54@1517021 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.792769570689416e-07}
{"commit": "7e3a7ca7a7bf050b7228e28437895a43e971457f", "message": "Remove deprecated code\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1701762 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.99858558177948}
{"commit": "4ed3dd4b822232ded081259d5015d496cd5b2674", "message": "Add `YogaNodeProperties` interface\n\nSummary:\n`YogaNodeProperties` will serve as abstraction over JNI adapters / storage backends in follow-ups.\n\n@public\n\nReviewed By: IanChilds\n\nDifferential Revision: D8818805\n\nfbshipit-source-id: 7998a56daebea60dd13b07228dffdf14be852554\n", "proba": 2.2188085324614804e-07}
{"commit": "1080655306a130b922a8b1e33b9d16d866ce2158", "message": "Better TODO\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1650510 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.6549787435214967e-07}
{"commit": "78fd7a07de897bb0e1d45777cfea3b2e93fe6983", "message": "APR/native refactoring\n- Add an endpoint implementation specific SocketWrapper\n- Track poller flags in new wrapper\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1434463 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.974668511044001e-07}
{"commit": "7e489195ab295fb3d508664a9176236a016316bf", "message": "correct the import statement\n\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@724889 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999994039535522}
{"commit": "7844c421a1c55a1ea487fbe96e76763aae8c30ed", "message": "implement a bit cleanup and a rough estimate on the size of a poller\n\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@724384 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.1547240319487173e-06}
{"commit": "ba914aaa6a3bf09b50883ce65172f65576fe06be", "message": "Remove unnecessary code. For async, the necessary read/write registrations will already have been made.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1656648 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.809023135341704e-05}
{"commit": "f0a07b11a53ee97a4b37fc49ac0643f362e73da2", "message": "Solution for 138. Copy List with Random Pointer (Medium).\nhttps://leetcode.com/problems/copy-list-with-random-pointer/\n", "proba": 1.738111876647963e-07}
{"commit": "548a7887e4b2b3e3826736643eab8e1deea83775", "message": "\u8865\u5145\u6c49\u8bfa\u5854\u95ee\u9898", "proba": 1.3739439737037173e-06}
{"commit": "ee8179a31e2f31ff0bc3a116b94e5284a1f9e303", "message": "Fixed annotations of Iterable\n", "proba": 2.4470290327371913e-07}
{"commit": "e39f081796caf323a338aabf47c3c4e7d73d0b45", "message": "Arguments class added\n", "proba": 3.468237537163077e-07}
{"commit": "92a6f72ea1acbc6a86b049d1e36e667cd98782d7", "message": "NestedClass++\n\nNestedClass++\n", "proba": 9.833458989305655e-07}
{"commit": "6aec20901b6acd864fec52397a8b762570d78f63", "message": "Create MaxHeap.java", "proba": 3.2789830584079027e-07}
{"commit": "657797673ec21b515617874ebe9237764475a119", "message": "Add input validation on SimpleLaunchpad; check for dangerous shell chars.\n", "proba": 1.0356473012507195e-07}
{"commit": "cd6f499f98db256ffc4df2d38954823a3b776960", "message": "Strip out the GC call because apparently its causing issues for Starman\n", "proba": 1.7234300742074993e-07}
{"commit": "1fb4e37202895daa8100f8bf77fb451f21b34bec", "message": "level 19 placeholder\n", "proba": 3.262435654960427e-07}
{"commit": "42bf9bd9d3be9168d17230e5f0071115ff356e99", "message": "Embedded tomcat server", "proba": 2.8033633725499385e-07}
{"commit": "e998ffdc7c78e11bb723e2b4f5a002ffd57626be", "message": "am 4e591085: am 15432daa: am 9c9bcd34: am cae76a70: am 46241071: am 4f8a9996: Merge \"Nullity annotations to some tests.\" into lmp-mr1-dev\n\n* commit '4e591085993c8d5d18e829f8849ff3cd44e4bb7d':\n  Nullity annotations to some tests.\n", "proba": 1.8628570330747607e-07}
{"commit": "0870c6aaa735448d275ced768bc3e38484b78ab6", "message": "changed file structure\n", "proba": 1.4477556078418274e-06}
{"commit": "a65cdf236e98a3fa1f08935a1e58f8d50a66db8a", "message": "delete invalid md5 class", "proba": 1.4092426681600045e-05}
{"commit": "f3e2d7780ae69d0958814f338eff6a08939e6371", "message": "fixed a problem\n", "proba": 9.849628258962184e-05}
{"commit": "f7a5c189ca58421a660609be0a6e25bf549ae1f9", "message": "no message\n", "proba": 2.1470650608534925e-05}
{"commit": "f3809f73301aaa338c9200ffb4bdeac3e2fe1956", "message": "Removing unused comments form class Crime\n\ngit-svn-id: 11d3acd8036c07b44b48dd6de9ffc15146c2ad8d@21 8024a810-7893-4264-9fff-9c8d8f6df285\n", "proba": 4.892042966275767e-07}
{"commit": "868443a947ab97d83edfd3e5e6759c2d2ecedc47", "message": "am 33a22dc9: Close icon input stream in SuggestionsAdapter.\n\nMerge commit '33a22dc9c84ef12006b0c12f6d169d2a74c15284'\n\n* commit '33a22dc9c84ef12006b0c12f6d169d2a74c15284':\n  Close icon input stream in SuggestionsAdapter.\n", "proba": 1.282454178408443e-07}
{"commit": "43b69c7580169851ef1fe84af23674ed3b54ca1a", "message": "am a1c46636: Merge \"Disable content observer cross-user permission checks...\" into jb-mr1-dev\n\n* commit 'a1c46636dd533e889e1f3b3326fa0d851928df4f':\n  Disable content observer cross-user permission checks...\n", "proba": 1.1864813131978735e-07}
{"commit": "62dce06dcc750399cb1c9d10230ad4b2ac18e72a", "message": "Added an optional 'threshold' on the static method 'calculateLogLikelihood' to allow for a check for ill-conditioned coalescent intervals. A static method with the old signature calls this with a zero threshold (i.e., no check). This just moves the problem up to CoalescentLikelihood which calls this static method.", "proba": 1.8782789368287922e-07}
{"commit": "f779a7e720a1d7b540595498985a4fc7adc48a5a", "message": "Command line utility to list cases matching a filter condition\n", "proba": 1.8166817028486548e-07}
{"commit": "59ec841d50d870191321dbc1e2002ade8f48a1ac", "message": "Remove lazy loading (for now)\n", "proba": 1.2989247011319094e-07}
{"commit": "bf8bdca20bfae0bcb6b37a3fd9e4ba0d52a3881d", "message": "add CacheUtil\n", "proba": 5.215097189648077e-07}
{"commit": "18ed4f742ccd8cf324f6700001e97cd8042a832d", "message": "readding builder so we can adapt it later\n", "proba": 1.0669134553609183e-07}
{"commit": "cd681581964f84400b5ebbe161e302fa5daf160e", "message": "am c585b1e9: am e5b4e2f8: TIF: Add explanation for TvView\n\n* commit 'c585b1e9e29fe89708aef6a247addb7e5b763adc':\n  TIF: Add explanation for TvView\n", "proba": 9.86443637884804e-07}
{"commit": "e28ef04acc23f880336a0a49ea4562df8886b5f1", "message": "am 14032e3b: am 5f31aa30: Merge \"MTP: Set modification date for abstract playlists\" into honeycomb\n\n* commit '14032e3b3e9b5f31d7dd1264a8d0c79e2bc633e7':\n  MTP: Set modification date for abstract playlists\n", "proba": 6.370862024596136e-07}
{"commit": "3446d5e4c04fe4a070e1d10bd954b328747ae1c5", "message": "Added class PoolQueueFIFO", "proba": 3.741242551313917e-07}
{"commit": "0e57025685f69a0d518dc0810980ec17f73670f0", "message": "Added exception controller to at least log all exceptions.", "proba": 1.0409905115693618e-07}
{"commit": "36bb688ee68e2de6b031c489b61a2ee700aa49a6", "message": "Enhanced the code, after Lesley's review.", "proba": 1.5400271990984038e-07}
{"commit": "ed4be72318da41b3d676dc5168a2d7b1650cc624", "message": "(UPSTREAM) Add ModeSetting.getSelected()\n", "proba": 2.2850946379548986e-07}
{"commit": "569744d444604beafa3df900f959689c819eba41", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "fb58d30ac318bb296dc2f38e474a9140c7d75ba9", "message": "Remove unused constants\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1446969 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00019631626491900533}
{"commit": "653fa77ad7656db666654c403d3db20967759abc", "message": "Create RequestUtil.java", "proba": 1.0493187119209324e-06}
{"commit": "b1c9b86dab487632eac91de6dec7691b197d2d30", "message": "Class of static methods for Metadata.\n\ngit-svn-id: 03a8048b5ee8463be5048a3801110fb50f378627@4993 d0ab736e-dc22-4aeb-8dc9-08def0aa14fd\n", "proba": 0.0003361923445481807}
{"commit": "8cb1a01e9f19d36a79746cfd52bd3633d9418a8f", "message": "Fixing cohort query\n", "proba": 1.2732064078591065e-06}
{"commit": "b96ff3d1acd64c7247ae64bac0432e531a3aea14", "message": "done: ResideMenu touch\n", "proba": 2.3900335577309306e-07}
{"commit": "059d8d28174a063db28c1b289c74541987dd8689", "message": "ADD base activity\n", "proba": 5.021598781240755e-07}
{"commit": "0bea743cf00946902cad6e8b065e06b6678648a1", "message": "add methods to add and remove servers to the proxy\n", "proba": 2.650232886480808e-07}
{"commit": "9c6cc5c22dfea53fb86514dd44a58680623835d7", "message": "updates\n", "proba": 4.4353927819429373e-07}
{"commit": "1fff32716381daa144541b9d8c5b8cc5f53cbedb", "message": "Implemented code to check version numbers of samples when calculating x in y samples\n", "proba": 2.901349773765105e-07}
{"commit": "5452895868bff3fbdbf0eed8960461d90824749c", "message": "adding new files\n", "proba": 6.763454507563438e-07}
{"commit": "a663982791d9d4ab60b2604294199600c38a2889", "message": "OnTopic -> onChannelTopic\n\n\ngit-svn-id: 50f83ef66c13f323b544ac924010c921a9f4a0f7@100 00569f92-eb28-0410-84fd-f71c24880f43\n", "proba": 5.460325382955489e-07}
{"commit": "e96a3b7b7350584433c856bdc8fad0e2412a7fc0", "message": "Added codec configuration interface.\n", "proba": 1.2351769385077205e-07}
{"commit": "82a20f152e4bf1d8887baf43f76e16ef2858bc02", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@442 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 5.983216055938101e-07}
{"commit": "62d07088815e744d2add3ad99ff4a497ce4bef03", "message": "AbstractTransformer.makeLetExpr: fix javadoc\n", "proba": 6.542849746438151e-07}
{"commit": "694e97dfa87f7087ca0a054c4c961d23ab5096a8", "message": "Issue #1992: Fix the unhandled declaration bug, revealing a problem generating class literals (Baz.class) of classes local to constructors.\n", "proba": 1.0121815563479686e-07}
{"commit": "dcaa384d5e79ae3ece60c5ac3459a916a5f22e50", "message": "Intro Activity\n", "proba": 8.061336984610534e-07}
{"commit": "8dd03aa3dd2b90ca0287149711f26d0aba72e417", "message": "AbstractTransformer: fixed isCeylonBoolean code because it accepted Foo|Nothing as a Boolean type\n\nAnd, well, that wasn't entirely correct. In fact it was a tad more wrong than it was rightish.\n", "proba": 1.521033254903159e-07}
{"commit": "42cb2e922cb2521548ffb94bc03963fd4e4945b1", "message": "Add ScopeTracker test support from master\n", "proba": 1.2611094746262097e-07}
{"commit": "c3333eb3605a4266ea9d109ec0b06d9e4d88ca40", "message": "added Duration.java which I have forgotten to add in last commit\n", "proba": 1.4174993623328191e-07}
{"commit": "abe28b4c2455b781b79e95ff14fe660b12ebd478", "message": "Changed the \"copy\" tool to use the new `ModuleCopycat` class (#1764)\n", "proba": 1.0460539812129355e-07}
{"commit": "ac18b42525c79f58d6780d2459032526dba24e9e", "message": "Problem 4", "proba": 0.0004168400773778558}
{"commit": "80108f119bce8100a269328271d6d6075e6952a1", "message": "add DB helper layer\n", "proba": 3.7097075278325065e-07}
{"commit": "62d08f9829b07a3d267b3b432832e9b8999c038a", "message": "*Craftobot: code cleanup\n", "proba": 1.213888367601612e-07}
{"commit": "9d1642bffd8da58039a8b1894bd24df31c46414b", "message": "modified unexpected contains operation\n", "proba": 7.194807380983548e-07}
{"commit": "2ea74464e539466435d85b75681c2eec74268037", "message": "embedded launcher: use .jar extensions for tmp files\n", "proba": 2.70545939429212e-07}
{"commit": "7609ac815da57aec526c8917dd468a557fedcbf4", "message": "Create UndoCommandTest.java", "proba": 7.676352993257751e-07}
{"commit": "3edce07fe7fe27413ba11114326f4d943f8a44f3", "message": "Obracanie PlankActor (tak jakby poprawione), dodanie klasy MenuScreen", "proba": 5.064455308456672e-07}
{"commit": "0a490bd1099944cfa2372482ed284ee6799492f6", "message": "added storage provider static data representation.\n\ngit-svn-id: 87193d8397980babf26987f37dc15c79bf1c926e@181 1005ed41-97cd-4a8f-848c-be5b5fe45bcb\n", "proba": 3.194888631696813e-05}
{"commit": "2632530c1dd69727615f586da09ea795267da44e", "message": "clean up code duplication", "proba": 0.9984729886054993}
{"commit": "be5c43d5196096a35eb523b1f57d765c93c46ae2", "message": "Fix \"in\" operator (a in b must be b.contains(a))\n", "proba": 0.9999992847442627}
{"commit": "79d9e19d5f5ffddf3b567ce2b8c35e89e6aeb762", "message": "am b5a79aa3: am cc0a17cb: Merge change 22290 into eclair\n\nMerge commit 'b5a79aa3e56321f5616ca560e1e7930193fd392a'\n\n* commit 'b5a79aa3e56321f5616ca560e1e7930193fd392a':\n  Fix typo: the x offset was assigned to the y coordinate.\n", "proba": 4.4355155637276766e-07}
{"commit": "33e5c80c64882fa6695310e03b61e3c398c26bc9", "message": "Create ReportRenderWindowCapabilities.java", "proba": 4.3455995069052733e-07}
{"commit": "14551ba928d67df15c7563d0d411075584148b06", "message": "add method welcome test\n", "proba": 2.336855828843909e-07}
{"commit": "53d95f5a8a7607e6f26df9209179c21f612ffeae", "message": "Fix formatting.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@252094 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999994039535522}
{"commit": "ef3b62f348f81d65b8c62b0db1c614bc712be24e", "message": "add a test for heartbeats\n\nSigned-off-by: Sam Phippen <e5a09176608998a68778e11d5021c871e8fae93c@googlemail.com>\n", "proba": 1.8127397197531536e-05}
{"commit": "5cebf79d2f58f49a8332c83f594f4cef5f994377", "message": "fixed the fix for tag handler (wich didn't created any new tag anymore)\n", "proba": 1.0713527842654003e-07}
{"commit": "257930cbcfd04522efebe0d2e51c5a6b8b3cb601", "message": "- Added the update tile method that used to update whenever calculationBase is changed for SMA\n", "proba": 1.2692731843344518e-07}
{"commit": "3dfa21cc725bbdf4827c294eea6e7f745e8391a5", "message": "initial\n", "proba": 2.26544143515639e-05}
{"commit": "1b59eb2e101f235036b173668e64e6f589ebceed", "message": "Twitter notification for truck monitoring device now has different wording\n", "proba": 1.3141043098130467e-07}
{"commit": "cb098321dd4b69f3e71bc16634a40cb21238861e", "message": "PL-7222 Krio security problems (use logback api for construct message)\n", "proba": 1.0140211514908515e-07}
{"commit": "bdc45d3aa8311056c39b757b5bc9eb59a0dd5f22", "message": "am 9200109c: am edc8029b: Merge \"Retain signal level even when data is offline.\" into ics-factoryrom\n\n* commit '9200109c9de1b1f99d5b3c6e9c635c618c0a8b7e':\n  Retain signal level even when data is offline.\n", "proba": 8.592975291321636e-07}
{"commit": "55ec15ad5c7a468783210774d262dd587a5fdcc1", "message": "New msat model described by Watkins (2007).", "proba": 1.0062259292453746e-07}
{"commit": "0a00cb94648f7e56cc86ed55ffbe686a5f2da1ce", "message": "pool swap operator", "proba": 4.523230927588884e-07}
{"commit": "7b00f67e90d654503645a86c4c369fa6988e7f8c", "message": "Fix travis due to rebase to master\n", "proba": 1.2502208335263276e-07}
{"commit": "bb4f548f54393690cd83df98e7b98a6bc8551ee7", "message": "Add enumerations for FIX 4.4\n", "proba": 1.913097094075056e-06}
{"commit": "6505556cba400214911c08e80aace74bfd4928e1", "message": "Java 1.4 compatibility update\n", "proba": 2.2301284730019688e-07}
{"commit": "3fa35d24f5c4554cfb3adb89719c61e82021c50b", "message": "Tweaking previuous workaround on DMControl.\n", "proba": 1.100260362818517e-07}
{"commit": "2c8387927a611bf9570e801ae6799792250d7249", "message": "throw an authorizeexception\n", "proba": 3.7467093534360174e-06}
{"commit": "fe5d80dc8d47435ea7c48aeaff06f635b97516de", "message": "Ajustado Volume", "proba": 6.007074944136548e-07}
{"commit": "49dc2114ca5f43c66e4bc298263613b8ec9ff0e9", "message": "On the plane tab of the crystal viewer, added a new checkbox to optionally display the crystal structure's bounding box.\n\nChanged the dimensions of the gridlayout that houses the checkboxes.\n", "proba": 1.0298619912418872e-07}
{"commit": "a9e84f6aa1f41d3bf6372c3eca027da29fe1b51c", "message": "package-info file.\n", "proba": 1.543472194498463e-07}
{"commit": "86ece7cc3f1d69c19419343b6a828d7a8056ca86", "message": "Refactoring StringUtils test.\n", "proba": 1.630035626476456e-07}
{"commit": "a6c9c0af8e01ce2965ad1077659f4d4399ed4af4", "message": "abs class for trees\n\ngit-svn-id: 1119f77b1e9a9b65230954af94f4d37570a443ef@1231 7ef67a20-634e-90e6-9ab5-3f2075439470\n", "proba": 4.4073235017094703e-07}
{"commit": "e0b4e37a9e9304f6a7ec1e68e963e807acd21f45", "message": "INTEGRATION: CWS fwk24 (1.1.2); FILE ADDED\n2005/10/13 13:58:29 mav 1.1.2.1: #i55821# second commit of a storage with encrypted entries\n", "proba": 1.452867337548014e-07}
{"commit": "2e79a7b4883a59757065bb9b6c4a85ee3b5fee32", "message": "ref #241: added unit test", "proba": 4.2365820718259783e-07}
{"commit": "c44caa9b841df604a66834df495710e354c7e018", "message": "NoMan: Cancel children when update removes summary\n\nWhen a notification update causes a group summary to be\nremoved (e.g. because the group summary is updated to be\na non-grouped notification), cancel group children.\n\nBug: 17143007\nChange-Id: Ic295a5fc6ee5fe7efb8e71fe8bd1b2c0159461aa\n", "proba": 4.451058339327574e-05}
{"commit": "2d58c9220cdeaac63ae1a5c9f1c80c3e131ae296", "message": "am 798c0552: Merge \"NoMan: Update effect suppressor on listener remove\" into lmp-mr1-dev\n\n* commit '798c05523bc238853269a24dc526a31f0464a589':\n  NoMan: Update effect suppressor on listener remove\n", "proba": 9.037407835421618e-07}
{"commit": "ae4598d122561ae6d48592ed110e539e402f4783", "message": "Remove redundant APIs\n", "proba": 0.998936116695404}
{"commit": "9f847c9e755137599c8ed29dc3a14d6e661360b6", "message": "add mongo controller\n", "proba": 6.945736572561145e-07}
{"commit": "88a66f0d5c74f8536db49821d7556229a761c037", "message": "Updated 'tileentities' package - Untested\n\n(I used the code of the normal furnace for a list of needed changes)\n", "proba": 1.0970981634272903e-07}
{"commit": "6d9426efb515cf4aa7ffa7c70969dbff564f7034", "message": "kcirb-547, kcirb-548\n", "proba": 9.183376278087962e-06}
{"commit": "5fbe19d4271024e18dd1acfa87a726f25d52448e", "message": "kcirb-1299 : replace hardcoded roleid with getroleidbyname\n", "proba": 0.0015683650271967053}
{"commit": "b38bd9a7cbd1370a04c1128972d97c2c5b645922", "message": "KRACOEUS-2834: Checking for blank locations when printing forms so as to avoid NullPointerExceptions\n", "proba": 2.0680307954989985e-07}
{"commit": "042ec575f6792fba0cbc8d7be7dfd8a58dad07a6", "message": "\u4fee\u6b63\u67d0\u6b21\u4ee3\u7801\u4f18\u5316\u9020\u6210XML\u89e3\u6790\u5931\u8d25\u7684bug", "proba": 1.4275669002472569e-07}
{"commit": "bbf69040cabd89f2ebc13b0800e985649dd6a9b2", "message": "TESTS - Date Range Domain Object test\n", "proba": 1.775814126858677e-07}
{"commit": "db5a5851be3c200a178de35a7172a0d79bc9d436", "message": "added more untested code.\n", "proba": 1.3326578596206673e-07}
{"commit": "2bee2c1a55464688409a8321a2ecad5d0c578dae", "message": "log exceptions to stderr instead of just crashing when procyon chokes on decompiling something weird\n", "proba": 2.4235143314399465e-07}
{"commit": "2a160ce376969662436eaa4da583517e3855e0a3", "message": "ButtonPanel becomes separated from UMLElementViewPanel\n\n\nSVN-Revision: 665\n", "proba": 2.0816246149024664e-07}
{"commit": "fbf1fd5d526bd1e644eb1c63192044c5507da824", "message": "Initial commit of markdown writer.", "proba": 1.2794686199413263e-07}
{"commit": "485ff2b0712954278ddecb9b9cb9be67e9670419", "message": "Update BiomeSelector.java", "proba": 2.621516159706516e-07}
{"commit": "297a059eb01eadc36e749c7ae4cd0b973c2fb7ab", "message": "Added the base modification class\n", "proba": 1.6886023956885765e-07}
{"commit": "67b2274e7952ed65f0edc6681eac0c61b183c27e", "message": "wrap source vector\n", "proba": 5.118712351759314e-07}
{"commit": "3399a959ac505f6d67d5c1aa0e38430731cdc5ff", "message": "- fixed equals-issue\n", "proba": 9.06116667920287e-07}
{"commit": "0e1e6792a99fb03548b964f3958350270882b829", "message": "Added PluginUtils(no test)", "proba": 1.1400957333762562e-07}
{"commit": "1c2549154675b7d3451332d1309c2dcca84945b6", "message": "Create HelloModUsingLib1.java", "proba": 9.27768212477531e-07}
{"commit": "c3ea802bc6330e72f1bca386a5e685609034421d", "message": "Fix HmacSha1TokenSigner thread problem\n", "proba": 1.964128983900082e-07}
{"commit": "46bf76a2f927ec2682b3124cb98926ea166a6bd0", "message": "adding test for OauthExceptionMapper\n", "proba": 2.1711377939936938e-07}
{"commit": "c8758be56476059e0a3beb2f57f6c1518d8f4a10", "message": "Modified log statement to use consistent adapter spelling\n", "proba": 2.29360068715323e-07}
{"commit": "aa994ec9c37125d251c68a12d5c46f4e78e0e324", "message": "document processor definition done\n", "proba": 2.40039042864737e-07}
{"commit": "0b4267fd046c4d29b132758b64e480ae7ba0f87c", "message": "preserve the order of types in the intersection", "proba": 0.9999301433563232}
{"commit": "ff7cd9ebb9a66e5c77b7bc4fbe1b608fbe053fb1", "message": "\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@8167 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 8aae025e10bd5c8b75202f60a3c515bda23129ea", "proba": 1.0241113841402694e-06}
{"commit": "7c2035ccdfdd076b93f2647a9a6b54dcb0b4fe02", "message": "Custom snippet new location added : Import, After Package", "proba": 1.7542316754770582e-07}
{"commit": "abd9c2acc5511d0cc1dfee7b2eddaf7708e60a34", "message": "Adds the BetterArray class.", "proba": 1.2625018541712052e-07}
{"commit": "04999be176a1e7e8e2a7637f457af5bbdf2a1451", "message": "TrueHillClimber\n", "proba": 1.6430722098448314e-06}
{"commit": "7647bd12e49a8a6e544effc3f32b23ec08ff66d8", "message": "Add IMU\n", "proba": 2.2570675355382264e-06}
{"commit": "6f49b9d048ffa5b6d3f08e31cf687e38cf9986b4", "message": "Add DateTimeParserTest\n", "proba": 5.127839131091605e-07}
{"commit": "76da93f2e4f8347c127b9755198d6d387c9a85c2", "message": "Modified: AxisService2WOM class such that it preserves any policy information (which is already in the AxisService) in the WOM it generates.\n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@377188 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.5501146890528616e-06}
{"commit": "086f565078c88088179aeff7c7638e75960c4cd2", "message": "Scrubber: extra output for manual mode\n", "proba": 2.9745527285740536e-07}
{"commit": "461d62c0ed8be568054645ecf12516ebc0e63ffc", "message": "Created ToastMatcher to detect toast.\n", "proba": 1.1820608136758892e-07}
{"commit": "02b5948a4375dba5d287a59ba023eaf1e02b45dc", "message": "make PhoneNumberUtils.compareLoosely use MIN_MATCH of 7 instead of 5.\n\nChange-Id: Id4a08c3834b727e253ab189293d5715ffbbe8f35\n", "proba": 8.626891030871775e-06}
{"commit": "71bb2427aa80511504fc6c814c5fd4af4b3860c5", "message": "Test sliding window variance support.\n", "proba": 1.2089714118701522e-07}
{"commit": "7d76778d907eca035fdfb448d1f109fd0e419995", "message": "Added package-info and modified class file according to Java Convention\n", "proba": 1.387174251021861e-07}
{"commit": "7d6d26dd28c87c2eceadcfe2a07ab3641710e39f", "message": "[Add] EntityUtils in utils module\n", "proba": 2.0634229258575942e-07}
{"commit": "27d11f99c3769a6fc3058d1db01fccb248611591", "message": "am 7ad40c50: Merge \"Debug logging for a certain class of binder transaction failures\" into mnc-dev\n\n* commit '7ad40c503281a797e2ca30e5e06a6e0c562471a7':\n  Debug logging for a certain class of binder transaction failures\n", "proba": 1.2571136949190986e-06}
{"commit": "44d550c2d1343887371d9013e202c3436d621dad", "message": "Exit getAllValidScorers early if not the primary.\n\nThis fixes the crash that occurs when getAllValidScorers() is invoked by\na non-primary user when a scorer is active.\n\nBUG: 23040221\nChange-Id: I42c9e18d74389be3191258ca5626f2c433ca7cc7\n(cherry picked from commit 5b294b45d0d7afbed71fd2e59342c5ad7b8b7d76)\n", "proba": 1.3075779179416713e-06}
{"commit": "f185dce7f26a11c3f5c4689b57af5d5f7e484178", "message": "am 40994e66: Merge \"Fix radial time picker inner circle (1-12) selections\" into lmp-dev\n\n* commit '40994e66f278da83e2e4e581c85d5092ee1fb1c0':\n  Fix radial time picker inner circle (1-12) selections\n", "proba": 3.218381152692018e-07}
{"commit": "c5e35fd24652725f8cf8a182572800aeca3fd108", "message": "am 5e81a6e2: Fix trace mismatch.\n\n* commit '5e81a6e21e9977acd9dfafaf030bf51c8572a98f':\n  Fix trace mismatch.\n", "proba": 2.3788251723999565e-07}
{"commit": "465fc781d35dca869e80920cf70127c88f117240", "message": "\u589e\u52a0BeanUtil\u8fdb\u884c\u5c5e\u6027\u5904\u7406", "proba": 4.4582722580344125e-07}
{"commit": "490a34ba877217f6236b15d2fb66b9be27d100b6", "message": "time O(lgn)\n", "proba": 9.808518370846286e-05}
{"commit": "ebf862cc5a022716a208ba5ecfeb15eab8d0f81b", "message": "am b20cdd3b: am 4a0e40a7: am f17f04a5: Merge \"Volume: Avoid making bad forceVolumeControlStream call.\" into lmp-mr1-dev\n\n* commit 'b20cdd3b6be3cb76fd1bf74af111a3140362f125':\n  Volume: Avoid making bad forceVolumeControlStream call.\n", "proba": 2.357031689825817e-06}
{"commit": "5eb21f3466ed3fc8c289b2c702269fb5485e8fde", "message": "Volume: Ensure ring/notif slider is enabled when ringer=vibrate.\n\nAlthough the audio policy makes a distinction between voice capable\nand not when determining the default active stream, have the panel\nrecognize this condition and behave the same way (enable the slider)\non all devices.\n\nBug: 17405530\nChange-Id: If3e1af3078f47bc1205545e919ccc6206020e7b2\n", "proba": 1.2641394278034568e-06}
{"commit": "e99d8ad20462804434af5cf47e58fbfa62aba939", "message": "some small correction\n", "proba": 7.08657296399906e-07}
{"commit": "bba0d635767a193349e28687b59f433d44dfe836", "message": "handling namespace\n", "proba": 2.0567033516272204e-06}
{"commit": "26f1bf7c5afc8a7d5265e731ebb941bd955da6ee", "message": "improved logging code\n", "proba": 1.237496576322883e-06}
{"commit": "8b963ae7c2971659339932a599f8476de0f72fe6", "message": "Adding test about rest-dsl issue\n", "proba": 1.8378368338289874e-07}
{"commit": "9097277ad9859afcf9edd811722a2bc3430fcffc", "message": "Fix #1153\n", "proba": 9.248627179658797e-07}
{"commit": "e5ecdbc04474919553f5825f6b4e6a777791824b", "message": "Fix for #327: added error messages to non-implemented parts of switch/case statements\n", "proba": 2.3897530354588525e-07}
{"commit": "37c90b1047c4f22af12ef9f29d48517a1a13ec37", "message": "Tests: Add back BitSetFilterCacheTests which was lost on #13308\n", "proba": 1.382596650501e-07}
{"commit": "971fb1c1207ecd30e804bb731120e397faf00b6d", "message": "[MENFORCER-136] New enforcer for environment variables.\nSubmitted by Marvin Froeder.\n\ngit-svn-id: a2bbb1fab13620978cd8e680264822dd67b2026c@1381367 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.173585577722406e-07}
{"commit": "b8a9473f75bd5cea1828e251a4612ce5a9b81971", "message": "MessagesWorkQueue: optimize the messageList.notifyAll() calls. In the previous implementation, if the messageList is empty and there are e.g. 18 threads (6 nodes times 3 listeners per node) waiting for a message to become available, they will all be woken up but only the first of them will actually be able to grab a message. Also I wanted to notify either the takers or the offerers. I found the solution for exactly this put/take problem in the javadoc of Condition interface.\n\n\ngit-svn-id: 1539da8adbe6edd6a9574b70a453a2e41fb5c603@4802 b80d95f8-e103-0410-bd55-e03a9dc29394\n", "proba": 2.0225425032549538e-05}
{"commit": "b58d58446c53149d98dedf861ee3b0fcf3a4a4aa", "message": "Add analyzer testing utility\n", "proba": 2.2793508946961083e-07}
{"commit": "f4301c914d2de06cfc1fba23221e1d303cb1be00", "message": "Fix source jar creation\n\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@614039 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.0107272575842217e-06}
{"commit": "daf7987980513051a22170ee526a4d0fa31b3b6a", "message": "Avoids crash when StartRecording conflicts with existing recording application\n\nBUG=b/21066709\nR=hbos@webrtc.org, magjed@webrtc.org\n\nReview URL: https://webrtc-codereview.appspot.com/56379004\n\nCr-Original-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#9235}\nCr-Mirrored-From: https://chromium.googlesource.com/external/webrtc\nCr-Mirrored-Commit: 5779d14321d0b09040106b5b9f07ffa7dd5a719d\n", "proba": 1.5777510498082847e-06}
{"commit": "6bea950bfae14380959203b447bd870569061e4a", "message": "Guard against monkey crash\n\nBug: 27337783\nChange-Id: Ifa1538a0a0521789a516f8cdbc0615a057611ce7\n", "proba": 3.239802026655525e-07}
{"commit": "656ae428e39502da7b7a314823d5cbb43b68b394", "message": "sample file\n", "proba": 6.48399407054967e-07}
{"commit": "1624fe853a608ed6a84167c21b5e9e99065e0cd3", "message": "Add Product class with name, price and url images (big and small)\n", "proba": 1.1964462487412675e-07}
{"commit": "f42a867cf34d08ef12cbadbf1956422a7f663f48", "message": "Added storm interface interface\n", "proba": 1.8198063855834334e-07}
{"commit": "345bf168db1534685232ef809c5669be6c65a949", "message": "am 47d302a0: am bb79e5fd: Merge \"Be tolerant of GPS session and engine on status messages arriving out of order.\" into eclair\n\nMerge commit '47d302a001c71f90bee8dc31d868b463a47f2d51'\n\n* commit '47d302a001c71f90bee8dc31d868b463a47f2d51':\n  Be tolerant of GPS session and engine on status messages arriving out of order.\n", "proba": 4.756449243359384e-07}
{"commit": "8749fecd99dbc468a79b993ff9926cded8e0552f", "message": "am eedf815: location: Remove redundant mLocationTracking field from GpsL\n\nMerge commit 'eedf815a2bd44c365a6885553a52cd2fcbfdce8c'\n\n* commit 'eedf815a2bd44c365a6885553a52cd2fcbfdce8c':\n  location: Remove redundant mLocationTracking field from GpsLocationProvider\n", "proba": 8.859593094712181e-07}
{"commit": "d09caa95a0ca1df400f6ee8cfe6f6a0d2dd8f990", "message": "Update ContinuousIntLabelDataSet.java\n\n1. Add 4 methods", "proba": 1.3619131095765624e-05}
{"commit": "ab0351301aae643309f6ba4acfe13e6e68525b2a", "message": "Manager: DELETE/PUT initial implementation; REST Path(ENTITY_TYPE/ENTITY_ID) support implemented\n", "proba": 9.517744388176652e-07}
{"commit": "528a5db5047176a4c746893c4302d77622cc7d4f", "message": "Add experimental 'ArrayLike' class.\n", "proba": 3.3872822768898914e-07}
{"commit": "775cb60263797e8d8eed4006648a33ace0f20162", "message": "Slight change in DnD string export text.", "proba": 1.5176644296843733e-07}
{"commit": "a55947ab02f39143113d2e292c6a427c4df8578a", "message": "Added class AutoLock", "proba": 1.7900012494465045e-07}
{"commit": "f1373c50f714c56375f11ea2a321a0cafc03ce4b", "message": "am 60ffc8a9: am 93aa70c6: Merge \"Only poke the wakelock for FUL if the screen is on fixes 7222901\" into jb-mr1-dev\n\n* commit '60ffc8a974cde6aea08c93fac27b2ae78fef1bb4':\n  Only poke the wakelock for FUL if the screen is on fixes 7222901\n", "proba": 7.67170604376588e-07}
{"commit": "32112f5275f1e4aa4cc5763121332e500ed62c7f", "message": "Introducing CtxListener.java\n", "proba": 2.2126447163373086e-07}
{"commit": "393d5a98c48daeaecb7be5d50bea11bd869af476", "message": "am 423b6c26: am 7afd01e2: Merge \"Do nothing if hideSoftInput is called from not focused client.\" into mnc-dev\n\n* commit '423b6c264044f892dfb29bdcb49e1d911f398a84':\n  Do nothing if hideSoftInput is called from not focused client.\n", "proba": 1.6211029674195743e-07}
{"commit": "ca4c25924431f2db4c38b5bd63c2c11d06eb7d35", "message": "am e02b7868: Merge \"Call profile changed in cases were focused activity is nulled.\" into mnc-dev\n\n* commit 'e02b7868c6c8f856a21f36569a77dab7f1cc7c78':\n  Call profile changed in cases were focused activity is nulled.\n", "proba": 1.9102388648661872e-07}
{"commit": "60f7eb38a9afdae504ce4412afe862e759fd8ff3", "message": "am a0ef49c4: Look for recent tasks in live stacks.\n\n* commit 'a0ef49c44f7d845e3465591ea977d0c9996c4e5e':\n  Look for recent tasks in live stacks.\n", "proba": 2.1738478039878828e-07}
{"commit": "34f86392926d33032bd608a7cb3f411a84a4432b", "message": "am 4c927895: am 75d958c4: Merge \"Disable launching assist during setup\" into mnc-dev\n\n* commit '4c9278950363fb14d848b7a67dc6dca13854dce8':\n  Disable launching assist during setup\n", "proba": 3.148027758470562e-07}
{"commit": "71bda351510330c1a6c21474f518fa2f53bf4794", "message": "am 89d8fb55: am 7edaf55a: Merge \"TIF: fix setSurface() logic\" into lmp-mr1-dev\n\n* commit '89d8fb555a165d353fc515922d9851dc131e0c1b':\n  TIF: fix setSurface() logic\n", "proba": 1.7679442407825263e-06}
{"commit": "a1fd0bc2a038901a43a6f5db93fcea2e5b927f0a", "message": "- added minimal support for JUL to SLF4J migration\n", "proba": 1.1413946765514993e-07}
{"commit": "f62bb52f647b5cb1138a8e7a27c359c5b5aa9bfd", "message": "Create CondomSalesBySex.java", "proba": 2.1698296848171594e-07}
{"commit": "6e4b4f49572a3a0a43517c7ad3e1807812d9e5dd", "message": "Added class comment\n", "proba": 1.4438009543482622e-07}
{"commit": "9f3b44dc58ee429cc894be06cacdbf37a6f29024", "message": "INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED\n2003/09/03 15:09:24 sw 1.1.2.1: #112049#\n", "proba": 1.2013879313599318e-07}
{"commit": "130d9694eb3d4ed551afc093b9deba2502c7c5d6", "message": "Corrected API for 1.2\n", "proba": 1.4629213183070533e-06}
{"commit": "c761b98394a80564b7a68a41926060bd0d36dbb3", "message": "Fixed: supplied timeout were not used, extracted magic number 30 second as a constant\n", "proba": 3.777243762215221e-07}
{"commit": "a9f0b040de8062db11fc48e97228a49faae38450", "message": "Re-enabled \"branch\" tab in \"Switch to\" dialog. This is NOT an unneeded element in the UI, branches table is NOT just a subset of \"heads\", because it also shows/allows to switch to inactive branches.\n", "proba": 1.158658307076621e-07}
{"commit": "e41583b5e2fceac3e00bc656386f374cdb7ae08d", "message": "GRAILS-1319, GRAILS-497 (others?)\n\ngit-svn-id: 29aad96320b2a07b98332cd568fc1316025c072f@4762 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d\n", "proba": 1.3559674698626623e-06}
{"commit": "b29c09c984ac74f46afbd033afbb36f2a520d877", "message": "Adding KDE construction with normal kernels after logit transformation.\n\ngit-svn-id: 67bc77c75b8364e4e9cdff0eb6560f5818674cd8@6734 ca793f91-a31e-0410-b540-2769d408b6a1\n", "proba": 1.868723120423965e-05}
{"commit": "bb954765230e109ee027317fced00c5eaf72ae59", "message": "issue #114 Add interface for index interaction\n\nThis is a temporary interface that needs to be implemented properly. These interfaces might need to get extended to capture other things.\n", "proba": 9.884421103834029e-08}
{"commit": "20f8887a83bf8c1ed5844b0d986a749488999507", "message": "KRACOEUS-3234: Using fiscal years cost share to determine whether the year is valid instead of the calendar year.\n", "proba": 1.7590632239716797e-07}
{"commit": "e3a0992a0188cf2cc2d5d5afdd1635160e8f154c", "message": "fix(organizationId): add attributes\n", "proba": 2.768782678685966e-06}
{"commit": "55d28d91f471c844b62efa0bbd86c5ac9d777aea", "message": "Cria\u00e7\u00e3o de contexto de seguran\u00e7a para viabilizar funcionamento do mecanismo de a\u00e7\u00f5es\n", "proba": 8.124252985908242e-07}
{"commit": "56e5510cdc31e7df417a0f357101e86f9e5f0826", "message": "Fixed resource bundle\n", "proba": 4.360290688509849e-07}
{"commit": "d2c4061e2379950af980574e2d909a820bdd8157", "message": "Add a failing test for #962\n", "proba": 4.275023457012139e-06}
{"commit": "a0878308baa0a7e61afefd76701f2216923129e6", "message": "connect #6\n", "proba": 2.2704601576606365e-07}
{"commit": "6bf96aef818a7a22e178eaab203e65c2455203b7", "message": "fix checkstyle warnings\n", "proba": 3.3297078516625334e-07}
{"commit": "840ce9bc9a1961057223db815c6d1d96fc689062", "message": " - added an HttpStatuCode enum\n", "proba": 1.649788003987851e-07}
{"commit": "0416496fe84f39dd754d5de07ce0a12038925ae9", "message": "testing back to sam", "proba": 1.389181250033289e-07}
{"commit": "eee775e7b9a3215518d0e7734e3d56841b249721", "message": "Create AbstractCopyOperation.java", "proba": 6.884583285682311e-07}
{"commit": "700b2ae236c22544538bbfb1adfd212bd8397d28", "message": "no Jira - a debugging version of an FS iterator that checks two styles against one another (used for debugging flat iterators)\n\ngit-svn-id: a5af42c550a078756190f4e79161aff2e348b436@1677734 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.946619575704972e-07}
{"commit": "84fe45710b716b3ba60739b6eeffbdb853d0bf22", "message": "Classe de conex\u00e3o com o banco", "proba": 6.517851147691545e-07}
{"commit": "ca29cd3ef214e77ff3b6872edbab09f059c7f48f", "message": "add jokejimodel for example\n", "proba": 2.581099636245199e-07}
{"commit": "6dc53ebc72652abe12e369163cdee1f1df40c0f9", "message": "KRACOEUS-4179: Changed the confirmation message for sync to template on Reports\n", "proba": 1.1939135902139242e-07}
{"commit": "8ae8e64eab4ff17b6a6b8af62c06965749404fbc", "message": "Fixed isAssigned so that it always checks the users array.\n", "proba": 1.0525263860472478e-07}
{"commit": "1d85a6c5595915ad603ac4f6473a6fde68355fc6", "message": "VTK-2567 - list filters by inserted order\n", "proba": 1.1061584359595145e-07}
{"commit": "d8823721ab7a5bbacfc53382223bd1896805ab1b", "message": "ARUHA-535: added job to clean the expired timelines;\n", "proba": 1.0689137042163566e-07}
{"commit": "a064fc5738005314b7d2ae5ad3701ccca1ae4bed", "message": "New test for collation. Copy from generic test.\n", "proba": 1.054604226169431e-07}
{"commit": "d34110dbfdc78eaf3a79ed4a8d90d9440923a246", "message": "ROUT-7: Implement the spring application entry point\n", "proba": 1.2014521644232445e-07}
{"commit": "b5bbfc20f31d6d806400de8e09b8e90823b3d070", "message": "SAK-40272 - Grades multiplied by 100 in grades file (#5761)\n\n", "proba": 1.255370136732381e-07}
{"commit": "56757b7255c8dbec9c7aa7935eed004d5c981fd5", "message": "SAK-40659: Incorrect grade in CSV and XSL when an assignment is linked to gradebook item and firstly grade in Assignment tool and later change the grade in Gradebook tool (#6066)\n\n", "proba": 9.784051968608765e-08}
{"commit": "e9128d38a755828bf3bf6ec3ee9529ba6092e414", "message": "jira #DTRA-431: \n * switched to the 'initialization on demand holder idiom'.\n\ngit-svn-id: 85c88240758832ecdac9e9f2f6d4112daa3a57f7@26993 cadd33a7-e05c-44d0-9ff7-823b10d47c77\n", "proba": 4.9117617891170084e-05}
{"commit": "dc9e9cb596807f034e8601a3128ba3ef3e5336d8", "message": "junit:cutuserkeyformatter\n", "proba": 2.295117838002625e-06}
{"commit": "7f85972285e7d161ce78062dd6c75243ebc91dfe", "message": "Extended fix for #1937 with support for switch expressions\n", "proba": 1.2339666000116267e-07}
{"commit": "13dee05e8addf34346703022c3f743e67b7ab721", "message": "Fix for #1257: spread args and type parameters\n\nThe old code was really a mess\n", "proba": 1.3268323755255551e-06}
{"commit": "ad3898bae4a640a4656b5e8e96a18dfb34fd8a07", "message": "Missing test file (Vincent's bad) from Henri's contrib\n\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@201040 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.518971306628373e-07}
{"commit": "fe364092a93f52ee2b4be1e6f98062d71336a3f0", "message": "Implemented Graphical Editor, page 19\n", "proba": 1.1949057920901396e-07}
{"commit": "bb577ce7f21a7b071d7f800d9ffd6402e4395557", "message": "AbstractHttpProtocol : added utility class to get agent string from conf\n", "proba": 2.173259190385579e-07}
{"commit": "b307593c82a86c047b9b3c21551af5ed59c088c1", "message": "Make CallRateMeteringInterceptor configurable via json\n\nThis adds a GrpcServiceRateMeteringConfig class that can read and\nwrite rate metering interceptor config files, and configure\na gRPC rate metering service interceptor at startup.\n\nThis seems excessive, but we need to be able to test and tune\nmethod rate metering without having to change hard coded, default\ninterceptor rate meters.\n", "proba": 1.0480550827196566e-07}
{"commit": "e63c7fd899e8a075cc890f04a6fbf6aab3caee34", "message": "Make test a little more robust\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1487857 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9998236298561096}
{"commit": "461d1fd008b334400c841137ebbee8347fec500e", "message": "Fixed handling of default command handler in builder\n", "proba": 4.1196946654054045e-07}
{"commit": "2bc902e71ba40e354d1bda87cdcf40e5860041db", "message": "Add test to verify that its possible to add another ChannelInitializer in the initChannel(...) method.\n\nMotivation:\n\nI received a report the its not possible to add another ChannelInitialiter in the initChannel(...) method, so we should add a test case for it.\n\nModifications:\n\nAdded testcase.\n\nResult:\n\nValidate that all works as expected.\n", "proba": 2.8692221576420707e-07}
{"commit": "11a7d87e912068f508f872ef9fc22768630671c4", "message": "Added problem statement for Prob13aLowestCommonAncestorOfABinaryTree.java\n", "proba": 2.9239993182272883e-07}
{"commit": "72ecf77949b098550a0e67c8693a10cd139f4054", "message": "Internet socket.\n", "proba": 2.7633436161522695e-07}
{"commit": "8f28b4d7a901125deb71f57ccd287ce96e63070e", "message": "[hackerrank] - Trees - tree-inorder-traversal\n", "proba": 3.167019895045087e-05}
{"commit": "9a9d1410f92f24520d8f1648cafa9a14fcda6afb", "message": "Add implementation rule Rgaa32017Rule010311\n", "proba": 4.765275605222996e-07}
{"commit": "d33dc82a94d74b7cf0fd949c6da5ce87c91eaa19", "message": "Add implementation rule Rgaa32017Rule111006\n", "proba": 4.754925271299726e-07}
{"commit": "b1d21628deb3ab78fee8957c2f008871627f30fd", "message": "added test case for the mediator selection process\n", "proba": 1.3265143650187383e-07}
{"commit": "51b94c05157b760dae4871657b0fa5c33aa7d11b", "message": "pascals triangle\n", "proba": 1.3107140830470598e-06}
{"commit": "b6316e1823e91e0df5d084a619e42afee777c78e", "message": "fix for failing tests\n\ngit-svn-id: 29aad96320b2a07b98332cd568fc1316025c072f@5211 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d\n", "proba": 1.7347349512419896e-06}
{"commit": "3f0b36ab789a282dc76851384dbc92cf7636b4fd", "message": "[Tom] #0 Swap out using an int consumer when really all we want to do\nis iterate over a list in a safe fashion\n\n", "proba": 4.1916632653737906e-07}
{"commit": "5ac5f493f9557affce477467d2202d8a4bf51220", "message": "Add LOCAL_PREF_Attribute", "proba": 1.4275329704105388e-05}
{"commit": "5bfc2154a6b900ba369ebcf05058e6b5b4b6172d", "message": "aggiunta possibilit\u00e0 di aggiungere e togliere giocatori durante un turno", "proba": 7.976253755259677e-07}
{"commit": "4802957a2a9dfe7bd76a72fd2e60f2b0b15401d9", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "9636dbee5f339cdc1ac37bdc9b5a5a85b6dac848", "message": "Adds model for User\n", "proba": 2.432911401228921e-07}
{"commit": "0275f1bf2783afbb39fd6819a89f0873f3e46b3b", "message": "Added DatabaseHelper class which work with db\n", "proba": 1.9291209696348233e-07}
{"commit": "b255af39bfc4326f3726a2c4032463dfc0522bad", "message": "Test for ScheduledArmDao (loading is more rigorously tested in ScheduledCalendarDaoTest)\n", "proba": 1.1066881455690236e-07}
{"commit": "90998f5c571620a6f663f960e9bce36d648c0ffd", "message": "Misplaced break was breaking module validation\n", "proba": 5.020161097490927e-06}
{"commit": "3b398f05bacec8a328e18a597593b72db3ceb361", "message": "ModuleValidator #2297: added new methods to listener\n", "proba": 2.1600267530175188e-07}
{"commit": "6a41bd442d1906ae8fa05c41d681210cf857bfbf", "message": "refactor name\n", "proba": 0.00035025973920710385}
{"commit": "8edea3ef8479cfb76b76e401850651c7351d9d65", "message": "OPEN - task 5: Prepare Calculation for Java 8/9 \nhttp://github.com/JavaMoney/javamoney-lib/issues/issue/5", "proba": 0.0018633584259077907}
{"commit": "501f4104a1604accbe43e9d46d545815dc61c10f", "message": "code to save html5lib tests to files\n", "proba": 2.0511821219315607e-07}
{"commit": "c73ed5e8966baedf6be62f2a8dafba61057aa154", "message": "added SavingsAccount to dtos as exchange object for saving accounts\n", "proba": 1.3072994420326722e-07}
{"commit": "80dcc20d562343a92db9c8683a243f884dda97ae", "message": "testing: deactivated test which fails on hudson only\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@5836 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 1860d412f99c730bd373fc6bc7a35075d8a44341", "proba": 2.716016979320557e-06}
{"commit": "1d3f29cf3815f3b55c8c90b8a13199864acc6499", "message": "Setup robotium basic activity test\n", "proba": 1.7793639983665344e-07}
{"commit": "c94ff4e55201f47ba2286626e54ba37faf1daf06", "message": "Cleanup\n\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@8458 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: dd5f4fa2aa27dc34e7a74a44e712271aac130048", "proba": 1.893836952149286e-06}
{"commit": "7429d4f175a4fe59192498343fb505e48d2f0cb6", "message": "tests passing\n", "proba": 5.74591410895664e-07}
{"commit": "0814612ec06b5ca4e64a4b2eaec54c1e4f383698", "message": "Adding Backend skeleton\n", "proba": 3.22851036571592e-07}
{"commit": "35e67d099acc7e4dfc25b1b9d9a80fd645faf89b", "message": "some changes according to the new distance measures\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@7356 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 8.366778274648823e-07}
{"commit": "290564e9a68f37bd521b939a5f06fbb813d21735", "message": "refs #100929 Fix KeyManagerTest bug\n", "proba": 1.738741985946035e-07}
{"commit": "c10fae0d3ff63791f407f41fa2eecca8a85d42c0", "message": "minor commenting\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@8673 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 3.2148105333362764e-07}
{"commit": "72c2aefbc86c90c23e76939a043bfbde8cc29e83", "message": "add mainMenu activity\n", "proba": 4.72620826030834e-07}
{"commit": "e1579bf83be9f8c2173a870c4a1877262bbc3304", "message": "#74 enforced pre conditions in session model class\n", "proba": 1.0950138573662116e-07}
{"commit": "dab4874e52f22fc4ba3393201e247f4f8c7718b6", "message": "Updated travis config.\n", "proba": 1.233954805002213e-07}
{"commit": "e810436652dd004fbdaa1f77aadea1c781888f29", "message": "created DebugLogger class\n", "proba": 2.422532077162032e-07}
{"commit": "4400248a40dec0daa442b87f4835beaa64b311a2", "message": "Fix variable access derp\n", "proba": 9.145797957899049e-05}
{"commit": "da522d19344b38102c6a30fcee38c068eab8a0b5", "message": "Do not add nv recordtype kv twice\n\nput.add will happily record the same KV multiple times. This can be annoying/confusing on the hbase side (e.g. in coprocessors).\n", "proba": 1.0901208469249468e-07}
{"commit": "f0f7f5ed9cbbe4041aaea0014c1e9d9b2f90decf", "message": "upload code\n", "proba": 3.8302923144328815e-07}
{"commit": "cebebcd47353b48ce59a2412d2046dd7c00afb7e", "message": "change asserts to eventually on client oome tests. fixes #11650\n", "proba": 1.962069546834755e-07}
{"commit": "af60b64f88906b9efdbb8c67f27a4b7e716ba201", "message": "Add a test case to get OS environment variables.", "proba": 2.1645220726895786e-07}
{"commit": "64d35fb54690e32a8e4cf9694cce2db6b5c68db9", "message": "fix in repeat step", "proba": 0.0002747125399764627}
{"commit": "61ba6c9d8f62d01d0a1aea686367efba427f7462", "message": "RepositoriesView: declare members controlling update as volatile\n\nThe members lastInputChange, lastRepositoryChange and lastInputUpdate\nare accessed from different threads.\nTo ensure visibility they are declared as volatile.\n\nChange-Id: Ie041229dbce9b607d1a934ff7956a53614791fe4\nSigned-off-by: Jens Baumgart <6d4d33e37bca550188034acaf6d86b3d82efd688@sap.com>\nSigned-off-by: Matthias Sohn <446760a3fbea85cd5f8f4f5c3de304fe3a38014f@sap.com>", "proba": 7.760219773444987e-07}
{"commit": "2f9a91bf2f16e2e612dba45156d406dbbd3c2222", "message": "repoindex: Always use forward slash for JarResource location\n\nOn Windows this was a backslash. This caused test failures.\n\nSigned-off-by: BJ Hargrave <3d26bb3930946e3370762d769a073cece444c2d8@bjhargrave.com>\n", "proba": 1.381631733465838e-07}
{"commit": "604de349568611423412d8b2d5af8db889fab0da", "message": "am c9a016dd: Merge \"Always give wifi a chance to quiet down during restore\" into lmp-dev\n\n* commit 'c9a016dd4eefd01ab6acc916d2a1bad854933e58':\n  Always give wifi a chance to quiet down during restore\n", "proba": 1.604857629899925e-06}
{"commit": "1517899f263fa9ba7a24e204b0d1a033abafd3eb", "message": "Container layout.\n\nA simple enumeration for defining whether a container lays out its\nsubcomponents in a horizontal, vertical, or mixed manner.\n", "proba": 1.2408558802690095e-07}
{"commit": "aee757ceab22a4fe0bfc8fb5b81514bb505838e6", "message": "HBASE-1420 add abliity to add and remove (table) indexes on existing tables\n\ngit-svn-id: 25ca64b629f24bdef6d1cceac138f74b13f55e41@776418 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.076369689049898e-07}
{"commit": "450d138c7d57b7e6c10f8efd5cc6c6c3b52a567d", "message": "ArcaneWorkbench!\n\n", "proba": 1.6214153220062144e-07}
{"commit": "1039a903a0fc6e3558438b545c6b1c1a3a180e25", "message": "Find inorder successor of a node without link to parent using a queue. The\nmain trick is to find how the actual parents.\n", "proba": 7.138544901863497e-07}
{"commit": "346e17bdaf04b2d171918eb027e35dd11b5a7364", "message": "Handle type selector, generic util selector\n", "proba": 2.1256606430597458e-07}
{"commit": "48f0543659ae573fc2d564c79b7c25c6303207f0", "message": "Create IdentityByStateITCase.java", "proba": 5.022791083320044e-05}
{"commit": "2e884beb2b6de3dca8ce6dca1c6d5fed6d6228e9", "message": "Added tests for AbstractUnivariateStatistic.\n\n\ngit-svn-id: ba027325f5cbd8d0def94cfab53a7170165593ea@141176 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.7079036019349587e-07}
{"commit": "310008f48c0a830138d35b3024106560d55b6bd2", "message": "Convex hull example for user guide.\n\ngit-svn-id: 80d496c472b8b763a5e941dba212da9bf48aeceb@1563008 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.710184036113787e-06}
{"commit": "577d2f5518e586357b7803f7ff69d05c637f3114", "message": "Manually adding ConnectController and stashing", "proba": 1.878712367897606e-07}
{"commit": "a88b815cdb6e926b7ea955fb39fab4a2c576aab0", "message": "added: missing default conf check\n", "proba": 2.3664006221224554e-07}
{"commit": "834bb23e7c90d2edbc588dfa704291fd8a63eff9", "message": "POST request on REST Util for Product Marking\n", "proba": 1.319237554753272e-07}
{"commit": "533cd0cc028313461ced834254c7f85a788b7e49", "message": "Missing class\n", "proba": 9.095468158193398e-06}
{"commit": "be8f577d80d0b1d061e7453eb90a42f89c69632e", "message": "WAY-545\n", "proba": 1.713751913712258e-07}
{"commit": "4f19dab33cdb7a4cdb2101ad76124270db6c44c5", "message": "Add RuneActivationTest", "proba": 2.420555347271147e-07}
{"commit": "32467a965991b4325696d62936bd4eb6d55daad4", "message": "Added test for geometry streaming", "proba": 2.124408240433695e-07}
{"commit": "5e087be378f3b4307deb996910e118150b51336c", "message": "Behavior for glucose alerts\n", "proba": 1.8566724691027048e-07}
{"commit": "3eca2a2a132076e133477799772d1e3d5998b1c4", "message": "Strengthen lot protection.\n", "proba": 1.3389573894073692e-07}
{"commit": "5a640d93580c57be7a59784d681a9d1a036b4224", "message": "Add the test case for client ack", "proba": 1.3623707673104946e-06}
{"commit": "423a6cabd627b99f85a8296826e421875d76eb7a", "message": "fixed supressiontimehandling\n", "proba": 3.445864820150746e-07}
{"commit": "dbacbc76f1546dbf8bc29a41a11483b82dd0f2eb", "message": "first commit\n", "proba": 2.536962142585253e-07}
{"commit": "bb50af41931f749c5aef52b0baba31c14d18cb5a", "message": "Minor display mode change tweaks.\n\n- Remove super.pause()/super.resume() calls. They don't seem to do anything and might\n  risk causing issues on some systems.\n- Add GLWindow full window repaint after display mode changes to help prevent flickering\n  and tearing on some systems.\n", "proba": 1.2194787757380254e-07}
{"commit": "7c1a01d37fc5985b57f2cdc26fc0bddde95c5610", "message": "creating outline of class for running stories\n", "proba": 1.449630246952438e-07}
{"commit": "503c42818655d8a5338e1bb31602e7e511a482fc", "message": "add FragmentComponent\n", "proba": 4.6314104906741704e-07}
{"commit": "63d18103716819daf8ee300593d0c1f9e3d5475a", "message": "KRACOEUS-7022 because \"This class\" does more than ...\n", "proba": 1.0551434570515994e-07}
{"commit": "18259d80d22bce4e0b377fcc596b0583493cc7c2", "message": "When building a dropdown the text value had to be localized, see\nhttps://dev.itude.com/jira/browse/IQ-211\n", "proba": 2.909436943809851e-06}
{"commit": "61282101d34f958c3601bf82fd96192c92cf11a0", "message": "\u63d0\u4ea4\u751f\u6210\u76ee\u5f55\u7ed3\u6784\u7684\u5de5\u5177\u7c7b\n", "proba": 1.5849387580146868e-07}
{"commit": "eab9f743d66db48f255e3e4c027fa80320c60676", "message": "hazelcast.client.invocation.timeout.seconds explained in more detail\n", "proba": 1.1613232686613628e-07}
{"commit": "098444f84b14c900f7d73114dd172e474b264a85", "message": "MAP-183: handle case where concepts in workflow are retired and don't have tree positions\n", "proba": 1.2134184146361804e-07}
{"commit": "977b4e0ea2f0eedaafcbcbc8810f71157e3c6de3", "message": "Add AioAnalogReadFilter\n", "proba": 3.597437512325996e-07}
{"commit": "a635c9535eefda678d7b5df85a21ba5b924d8187", "message": "IntStream parallel test\n", "proba": 5.403431373451895e-07}
{"commit": "2c25196f183ed4343ca50584bd03655f54e75544", "message": "PR: MNG-1102\nfix classifier\n\ngit-svn-id: 1b1bd56198eea75e2feaddfcf5144d1f89605d86@307051 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.137706880806945e-05}
{"commit": "acd1dcc2941bea0dbbe4d9795258851081ffe875", "message": "#455 Hand over all raw data arguments if the socket is not owned\n", "proba": 1.570223275848548e-07}
{"commit": "d695a040153baefbedf8c6470543afacae62fb7d", "message": "GERONIMO-1465 - ensure InputStreams are closed rather than leaving it up to garbage collection / finalization.\n\ngit-svn-id: baf50076e7e42b4d250d40dd41cc173e90a283c5@368566 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.682424795035331e-06}
{"commit": "4fae71587c01c793a8fcc0bfe768feff0a400546", "message": "Do rank transformaiton in Observe + cleanup\n", "proba": 1.2633762480618316e-07}
{"commit": "b2e34d3637d6edd03bb7ce45a7f84a27bc101f9c", "message": "am f8359cfb: Merge \"Don\\'t show fingerprint cancellation messages in keyguard\" into mnc-dev\n\n* commit 'f8359cfb93e349771388709b160ae1b9d3f880b3':\n  Don't show fingerprint cancellation messages in keyguard\n", "proba": 3.6035496009390044e-07}
{"commit": "164683221948c13fd9b652416c5cc1621df6401b", "message": "Add debug for 12987986.\n\nFor bug 12987986.\n\nChange-Id: Idc122ba369ad7566e3fee290955bf91b0f610ae1\n", "proba": 9.771714758244343e-06}
{"commit": "d78c8d8bb9516878eb5042a28d76bd6bcf4c6780", "message": "am f6572e7e: Merge \"GPS: Fix network type logic in requestRefLocation\" into gingerbread\n\nMerge commit 'f6572e7ee413a87f5d243b3d44f798260ac1a18b' into gingerbread-plus-aosp\n\n* commit 'f6572e7ee413a87f5d243b3d44f798260ac1a18b':\n  GPS: Fix network type logic in requestRefLocation\n", "proba": 3.273597940278705e-06}
{"commit": "b9568e11909b7ac07b8ae46772b90145f6962cc7", "message": "fix for AXIS2-404 - ADB generated code fails with arrays of primitives\n\n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@370637 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.030223858033423e-07}
{"commit": "3ba8ae4eff2c9dd7acdc41be94c129e4e6afe8a2", "message": "Avoid synchronization in EndpointReference.hasAnonymousAddress using the technique outlined at\nhttp://www.ibm.com/developerworks/java/library/j-hashmap.html\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@656353 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.3452444363792893e-05}
{"commit": "03d2d00dc8ce40528d232fdf81eb0b05e92023a7", "message": "Cleanup Allocation docs and getter funcs.\n\nChange-Id: Ic6fb92e0675d64016f0d471c1d9e5328101e4b36\n", "proba": 4.9343016144121066e-06}
{"commit": "1a2c64474c240d154d97a400ba65bcbaf9ef48e6", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@734 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 5.417435318122443e-07}
{"commit": "3dbe2b8c5c72663de5cac0b5cbecad0b85fd9a5a", "message": "Fix module and package doc (transform to html)\n", "proba": 1.2020113615562877e-07}
{"commit": "78ab7cf301fd102fbfd99c69fd442ed93563a6f1", "message": "SoundTriggerHelper re-design.\n\nThis CL redesigns and cleans up a lot of the core logic in STH.\n\nMajor changes include:\n   - Adds Tron logging based counters.\n   - Common startRecognition(), stopRecognition() and updateRecognition()\n     routines that work on both Keyphrase and Generic sound models.\n   - Common streamlined logic for when recognition is aborted, requested and\n     paused due to phone call/power save etc, for both keyphrase and generic\n     models.\n   - Special handling of the singleton nature of keyphrase models in\n     startRecognition().\n   - Moves all Keyphrase model state to the common ModelData structure.\n   - Adds Recognition pause/resume() for generic sound models so that they react\n     to power save, call state, recognition aborted due to service unavailable\n     etc.\nBug: 27972641\n\nChange-Id: I96a7f567d2a4973facec556892a163ca74176bbf\n", "proba": 1.4586875067834626e-06}
{"commit": "2e49255cb3838b57ee901edf8e3d9fe439198818", "message": "Version Propia de String.join\n\n", "proba": 1.7456703460538847e-07}
{"commit": "8e41a2ff27cfba7cb11622ce1a30615c2acfee9e", "message": "debug for remote\n", "proba": 4.1721895627233607e-07}
{"commit": "28df3f550f1f5d32511a34691d096287ddc555f5", "message": "- make FileChooserActivity width/ height fill parent; thanks to Matthias  :-)\n", "proba": 1.0488309953871067e-07}
{"commit": "4cd60897c73ddd67d7f267432073363cbf75371e", "message": "am 601afaef: Merge \"Someone\\'s IDE chose the wrong Date.\"\n\n* commit '601afaef5220aef928a9235e50376c462538a942':\n  Someone's IDE chose the wrong Date.\n", "proba": 7.033464157757408e-07}
{"commit": "38a9f1a6ba9d091a4c8f43838a880a59c893b9e7", "message": "\n\nSVN-Revision: 82\n", "proba": 1.5476257431146223e-07}
{"commit": "8af66c1b9575bf3b83d0803bc72a9c246e0f3e48", "message": "RecyclerViewAdapter: use Context to create ViewModel and let implementors decide if they need it or not\n", "proba": 1.8729198814071424e-07}
{"commit": "07651de3d3a62d26c64eec6f944d8f46f93dbb85", "message": "add A160\n", "proba": 6.48226123303175e-05}
{"commit": "fc25d20e323097e594e020dc416c319099e61b99", "message": "user action log starting\n", "proba": 9.862262686510803e-07}
{"commit": "b2e449314a7aa4e4743710c8d39d3f74fa11185f", "message": "ParseNode: two small fixes\n\n* Collection has .isEmpty(). Use that instead of testing whether the size is\n  greater than 0.\n* We don't want the list of child nodes to be altered: use\n  Collections.unmodifiableList().\n", "proba": 2.82228313608357e-07}
{"commit": "39371e6d6b267599e69a0f2f586387cd5590f986", "message": "Added BGeometryControl\n", "proba": 1.648183882707599e-07}
{"commit": "547525a553942acb9efa26d40194856b82d6f6b4", "message": "KRACOEUS-345 - Re-enabling test\n\n", "proba": 1.2360489165530453e-07}
{"commit": "52b3294c4818f6f24ced220e16e53e193f9cc9d5", "message": "add ImportRecordsProcessor\n", "proba": 5.648239493893925e-07}
{"commit": "e7245a180df2bffd1307707cd356b2dfb153efcd", "message": "+ Added some more convenience factory methods", "proba": 1.0241694781143451e-07}
{"commit": "0ffcd33efbfb57829b9e8a2704187fc57c06555f", "message": "adding LootSocketGemBuilder\n", "proba": 3.056624962027854e-07}
{"commit": "05eb883a5c6a7a25fb48f3437bb9ceaaf8098913", "message": "Tambah Class Barang Service.", "proba": 1.1984081993432483e-07}
{"commit": "502b37ed9fcc4a0660624d8304408eaa3151f955", "message": "Fixes teams being reset after players join.\n", "proba": 1.0601099376117418e-07}
{"commit": "f70f2380ff938dfb096840d2c4be27eb0154a84d", "message": "KCIRB-1773 IRB Committeee Schedule Agenda- dont put in to agenda if irb admin not needed.\n", "proba": 9.74425304889337e-08}
{"commit": "b9b35e14b5fe69924459bcdd83306b831c64bbf2", "message": "Added AnalysisControl to enable plots and calculations with stored model data\n", "proba": 1.1326796567345809e-07}
{"commit": "095f164e3a0d5a716ab52afc6406093bbb13053d", "message": "Rotate\n", "proba": 6.0062893680878915e-06}
{"commit": "a66a8b883e60acdb8f8524e0fbd472b8a9b6c9b5", "message": "Create Binary_Tree_Level_Order Traversal.java", "proba": 8.616596460342407e-06}
{"commit": "d6994aa1a1b862ce0e067b33119e2d241a34caab", "message": "Create OISAsp.java", "proba": 2.9415853077807697e-06}
{"commit": "e6cfa30631f2e6650edcc3aa8c46bd58e93fdeee", "message": "am 620a31d9: am 40c75831: am b7f482ab: am ee2cfe48: Only call authenticate when we are not listening yet\n\n* commit '620a31d948bba714c309c3bb5abba7733eee0fe5':\n  Only call authenticate when we are not listening yet\n", "proba": 5.205229172133841e-07}
{"commit": "43ab6378f32d5924509ea010569ca3e1b0c78897", "message": "squash npe", "proba": 6.699562618450727e-06}
{"commit": "eab18bfba9241fd738db7b98d09cd45e8a01b8af", "message": "allow Nothing as operand of ==, ===, and ->", "proba": 8.260432878159918e-06}
{"commit": "9e55c37c8c454fbdb27392f2c2e36ae015530bd0", "message": "error for \"try () {}\"", "proba": 0.00025582293164916337}
{"commit": "7ec60f8810f141c21fe9ebcf0d5b791e1854e4f7", "message": "fix #3495", "proba": 7.068227887430112e-07}
{"commit": "32f5b53b4b4c6dd9073573d98da1ab54f4c8de2b", "message": "simplify", "proba": 0.9999978542327881}
{"commit": "de284bbaaa5f337ab3bbe7567e46711ad1740ebd", "message": "better messages in conjunction with anon args in named arg list #3682", "proba": 2.124430551475598e-07}
{"commit": "fd34658ae5fac5d80ba3a3e90b62beed4b4ddec8", "message": "fix #4160", "proba": 6.728412245138315e-07}
{"commit": "16ad68b44807cafc4ad8ad7a128d35bbd9c1ce73", "message": "ng iet klein\n", "proba": 1.4065528830542462e-06}
{"commit": "816d2c838cc246d3d26a4215e0b0fbcda9cc936f", "message": "Add test for my converter\n", "proba": 1.9152788865994808e-07}
{"commit": "5f81f1bcd9cdb15411bd4bb036b75ee6e822b8bf", "message": "am 74c425d3: am 54b2a326: Merge \"Show SIM blocked after 10 time puk wrong entries.\" into honeycomb-LTE\n\n* commit '74c425d3e95ed0f47b1a5d447007886d01d7ff56':\n  Show SIM blocked after 10 time puk wrong entries.\n", "proba": 1.6764300880822702e-07}
{"commit": "ef65613bbf78d311bdad292faba9ded66492bce6", "message": "move code of PhraseClauseAnnotation module to a new class named PhraseClauseAnnotator\n", "proba": 4.7051074147930194e-07}
{"commit": "ee083211f7516e22d886f849c2a1f53afa4a9467", "message": "[\uac15\uc6b4\ub355] [LUCYSUS-1744] profiler\uc758 \uae30\ubcf8 \ud328\ud0a4\uc9c0\ub97c pinpoint/profiler\ub85c \ubcc0\uacbd. testcase \ub3c4 \ubcc0\uacbd\ud568.\n\ngit-svn-id: ad91f41cfe4485f2467fece1c5beb5b00aaccd80@1761 84d0f5b1-2673-498c-a247-62c4ff18d310\n", "proba": 1.1207735042262357e-06}
{"commit": "0b5fbfa9ce8193ae14d303df7748877a9d25b15a", "message": "task 190\n", "proba": 0.9999994039535522}
{"commit": "7afe762dc0dde6d516c0a598afa2fc0d948ac715", "message": "Create server handler.\n", "proba": 2.512159085199528e-07}
{"commit": "5472f7007f8f7a39f26864702855773c71a0be73", "message": "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 \u21169 - \u0438\u0441\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u043e\u0435.\n\n\u0418\u0441\u043f\u0440\u0430\u0432\u043b\u0435\u043d \u0442\u0435\u0441\u0442 ContactDeletion \u0434\u043b\u044f \u0443\u0441\u043f\u0435\u0448\u043d\u043e\u0433\u043e \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0432 Chrome.\n", "proba": 1.0572848907486332e-07}
{"commit": "eda0e223f82b0a396bf6e969b09c69b8158e0dd7", "message": "Add gene product type to Annotation.\n", "proba": 2.0831537028698222e-07}
{"commit": "92883b3fd42a44032675a0e2eee4b8f47cd03d0c", "message": "added utility to create studies\n\n", "proba": 1.0840332720363222e-07}
{"commit": "53749f5d16352309e91673ee5b04acc925de2411", "message": "Use metadata keys last-modified and etag; fixes #109\n", "proba": 1.9143276119848451e-07}
{"commit": "003a7994e68849ff206f9a6744d733bfec1dd1cd", "message": "Use new APIs available in Axiom 1.3.\n\ngit-svn-id: d6acb143e251c037dab5ea34394f8439daf45588@1741844 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00028584201936610043}
{"commit": "598e87fb4165fa807754d8c318d57704261314a3", "message": "Starting to split members into properties/collections/actions.\n", "proba": 1.0720027887600736e-07}
{"commit": "e7bca8286a87096aff7bac113569345d95a4cfe9", "message": "Reproducer for BZ1005204\n", "proba": 1.7506302185665845e-07}
{"commit": "9ca35f7b8d69dbed90bb78ecba620e57b310172a", "message": "Created scratch class for working from home when the stuff I was working on wasn't checked in.\n", "proba": 1.02063395956975e-07}
{"commit": "540163f368c9521fa339f89de133e58be4be422f", "message": "Fix typo\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1745219 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999994039535522}
{"commit": "d1a0a5db1d0c3102d2fe679769870af078942e93", "message": "for resourceOnlyServlets allow whitespace in the comma\nseperated list.\n\n\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1028737 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0042311400175094604}
{"commit": "67f1bc4de88a00e8a6de10ff85cb9193e4bc2f86", "message": "Remove unused stacksByName\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1447891 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.3348407264857087e-05}
{"commit": "56dece1488f4051b6098c2aa22288161342e65ce", "message": "Create EMRTest.java", "proba": 1.5962913266776013e-06}
{"commit": "e7cb577bd0ca99528371a06206c6fbb4fabb4573", "message": "Added refactored CommandLine to use ProcessBuilder to execute external applications", "proba": 1.3789397712571372e-07}
{"commit": "2638994bcf96cec965520ce29f9f3d413ee9b679", "message": "Fix for some malfunctioning platforms.\n", "proba": 1.1691186330153869e-07}
{"commit": "1ad3ab96c5e899e9e36a92134e848c9ec35efce7", "message": "New version of BASE1Header which implements ISOHeader\n\n", "proba": 1.4011479265718663e-07}
{"commit": "e4ae7f458f3c890d40ac5c549b3278ba188c3db8", "message": "Add Answer to problem 1\n", "proba": 0.9987831711769104}
{"commit": "d45204ba092312630a0e516ea7c247e594ce893b", "message": "Fix ConcurrentModificationException in AnimatorSet.\n\nWould occur if you would start an AnimatorSet for the\nsecond time.\n\nChange-Id: I8fa0e8ab039e8525acae1564b2e9dec4a0838981\n", "proba": 0.00013707751350011677}
{"commit": "4b2b615669edf0cb3e2b1dbf3116281477e1f0b7", "message": "Return correct default theme on API >= 24\n\nThis method was broken, but it was returning light theme on N preview\nbuilds, so we'll keep it consistent as we move into N release.\n\nBug: 29192690\nChange-Id: I0d16abbe48756070dcd653c39d0da4124ea66b28\n", "proba": 3.3231728480132006e-07}
{"commit": "778488e5b235103ec16d7fe0e1c5f54c299d2716", "message": "Added package-info for server package.\n", "proba": 1.0974225261861648e-07}
{"commit": "7c1e8dbd3159c88df27d24aa2699358ee139d49b", "message": "am 21d3f294: Merge \"use Calendar in DateUtils format method\"\n\n* commit '21d3f294831f7a15c5e746b3dae3e6ec0de883a8':\n  use Calendar in DateUtils format method\n", "proba": 2.5922645363607444e-07}
{"commit": "41dbb6fe3545b986c4587a29da7db398c21e3f82", "message": "am 82f385a3: Merge \"Add extra EGL error checking\" into jb-mr1-dev\n\n* commit '82f385a372329b767876ace2b3715a2d8ec13221':\n  Add extra EGL error checking\n", "proba": 3.4787052527462947e-07}
{"commit": "57774a82f02c225941f81cf89c7a03bf899df2c1", "message": "Ensure surfaces with insets aren't rendered as opaque\n\nBUG: 16312821\nChange-Id: Ie3012c34712b7bf91a2086a6b8c922d0ebfff2e6\n", "proba": 5.126225914864335e-07}
{"commit": "fef288b01cdb4cabb651c0fc0434a97bd40f12f6", "message": "am 8f58dfa9: am da5cd308: am ae03afda: Merge \"onSavePassword dialog can leak when WebViewClassic is destroyed.\"\n\n* commit '8f58dfa975d01c5c50de513848a6aa8a4460d32c':\n  onSavePassword dialog can leak when WebViewClassic is destroyed.\n", "proba": 1.4440874451793206e-07}
{"commit": "5d09bf69e28a7e6c92577e811ee42a82d1b3fbdb", "message": "Don't do character add/delete when there is a selection.\n\n Bug 6506644\n\nChange-Id: I91584b7df23951bc5e735b25161ed6e0bcdbc2b7\n", "proba": 1.2323652299528476e-05}
{"commit": "089a75be5e33e13071754a727902224b6db60168", "message": "am a7b2625d: Merge \"Fix for bug 8578258: GridLayout is forcing wrong width to TextView widgets\" into jb-mr2-dev\n\n* commit 'a7b2625d43a8e83e3fb47ca261efad6e3f6fcde9':\n  Fix for bug 8578258: GridLayout is forcing wrong width to TextView widgets\n", "proba": 3.0559476726921275e-06}
{"commit": "fb1a8abb24df9cb8d83469d4b1aeacf3c6c9e438", "message": "fix SystemTestBase bug\n", "proba": 2.6281645659764763e-07}
{"commit": "2e7a269e5f17e19a0ac54ca703fcc9a3e863829f", "message": "Helper class for creating process\n", "proba": 2.3122532866182155e-07}
{"commit": "9784561c2ad5d26002beadfb2c4e0f1a9b493ea5", "message": "OpenSSL 1.1.0 removed all 40 and 56 bit ciphers\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1719274 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.910920976428315e-05}
{"commit": "8510b09204c195db4d169bd8e5d3e18a244cf2a3", "message": "#1759: refined termination timeout (adding 2 seconds buffer in all cases)\n", "proba": 1.1308718228519865e-07}
{"commit": "71af54ce725860fde9e176218cacc17fa5fe49cc", "message": "Correctly detect if Ocsp is supported\n\nMotivation:\n\nWe only used the openssl version to detect if Ocsp is supported or not which is not good enough as even the version is correct it may be compiled without support for OCSP (like for example on ubuntu).\n\nModifications:\n\nTry to enable OCSP while static init OpenSsl and based on if this works return true or false when calling OpenSsl.isOcspSupported().\n\nResult:\n\nCorrectly detect if OSCP is supported.\n", "proba": 4.147678282606648e-06}
{"commit": "08beca171345379122bde09e90a6c80d59c4da18", "message": "tests for user functions\n", "proba": 1.1478442729639937e-06}
{"commit": "c89d516e094b83c52fb209aadbbf2d69ca90e17a", "message": "Fixing merge conflict from DR to master.\n\nChange-Id: Id76602204dffa2745534e8290a14e407de639c0b\n", "proba": 3.119319217148586e-06}
{"commit": "6c9001fc28ea0abbfe95ef7aec1cdcd7192cd963", "message": "am 52fbf583: am 35066219: Merge \"Fix network name not showing in QS sometimes\" into mnc-dev\n\n* commit '52fbf5833992195c790114ad1ef9ab5883d1b2b2':\n  Fix network name not showing in QS sometimes\n", "proba": 4.0949700519377075e-07}
{"commit": "2bff5d192572f9c1f8951a4cdf2771b246c6dbc6", "message": "fixed assert\n", "proba": 1.0099201972479932e-06}
{"commit": "40bbe634405149dadbb8cad44bed4c1c6005a592", "message": "Implement applyMiddlewares\n\nImplement a method applyMiddlewares inspired by the redux function with\nthe same name. This method returns an enhancer, which can enhance store\ncreators to execute the applied middlewares before normal dispatch\ncalls.\n", "proba": 1.0596288291253586e-07}
{"commit": "c97eb89db026ab57b333fb7e6f22c0941a3bf22e", "message": "Added basic BeanInfo for AbstractPainter\n", "proba": 1.194282646110878e-07}
{"commit": "a83333307cfe3a55255f5a72ec1e5da0738099e1", "message": "don't instantiate possibly unnecessary integers\n\ngit-svn-id: 2c1b34217a7b3302c5ad01f82f26d90e2123e59b@3866 5b74d2a0-fa0e-0410-85ed-ffba77ec0bde\n", "proba": 0.9992761015892029}
{"commit": "0ea8c8a7c060873ef94e8aa8a637bc90852777d1", "message": "Simplify image loading.  Use common internal format.\n", "proba": 2.4206798343584524e-07}
{"commit": "d310c5f69ceea4ff366ac0c9b3eab33d93522e82", "message": "initial checkin.  just a Test class that loads RBT test groups\n\n\nSVN-Revision: 5821\n", "proba": 1.3552755717682885e-07}
{"commit": "71431dd4d8d03963a8f3d648d8683f8a41245812", "message": "made into spring managed bean\n\n\nSVN-Revision: 7302\n", "proba": 1.2161768836449482e-07}
{"commit": "e8a79a89b90b531c41e531b0be43a583656ed830", "message": "am b907b22f: Merge \"Set/unset session on the callback\" into lmp-dev\n\n* commit 'b907b22f67d866d9fc46d00b8a22714454c0cb6e':\n  Set/unset session on the callback\n", "proba": 5.375963496589975e-07}
{"commit": "191f219dcb8f5865a9f1693b827edb29becb57c8", "message": "fixed concurrent modification in import\n", "proba": 2.0397548894379725e-07}
{"commit": "bb990d6cc10338e8afe21a5c196a0c0c1c4a0df0", "message": "minor. removing TODO auto-generated\n", "proba": 0.00032199814449995756}
{"commit": "e49abb01f1109799a7119119310662a51968ea0c", "message": "Extract method to match patterns in service", "proba": 4.817264880330185e-07}
{"commit": "5325beb7b8e6cf96f5a785f6ab717be3e40a9f30", "message": "Added byte stream serializer\n", "proba": 1.7668020291239372e-07}
{"commit": "8c08c779116815f12639db4ee7535fe16dd2b6af", "message": "string\n", "proba": 0.9999994039535522}
{"commit": "c76bafe1decb4fbe59cc7e94c5e88ff4c841cafe", "message": "Remove unneeded extra check\n", "proba": 6.6868329895442e-07}
{"commit": "6179451dd408695971b82bf9e87f50037234cc3b", "message": "Delete old matches / filters when syncing list.\n", "proba": 1.1802168131680446e-07}
{"commit": "e911396683326b029f0e748180fdaaaa36a04ef1", "message": "Create abstract base class to service implementations.\n", "proba": 1.694569675692037e-07}
{"commit": "233417dd42fe9c9111962d127f7e4ff8cd1aba37", "message": "MdJadualHutangTest Dasiah Terjun Bebas\n", "proba": 8.094192480712081e-07}
{"commit": "f87b0272a879e4a787181410ac9d29803c2c9ca5", "message": "Start PetAdvice , chapter 5\n", "proba": 1.218517411416542e-07}
{"commit": "f0b3be32e74ab122fdaccd597a715110e8f0214e", "message": "more optional\n", "proba": 2.8244337499927497e-06}
{"commit": "98b70d1ed2577b2442e7ff6fba88850b4aa27bf2", "message": "Mention", "proba": 2.1941227714705747e-06}
{"commit": "45daea256e564f3b5cd0d04298d90eb27b390600", "message": "Added demo using LIBOR Market Model calibration.", "proba": 1.046433126816737e-07}
{"commit": "774d34426f673209055268482d1b20176e3c0cee", "message": "Added bearing from closest town\n", "proba": 1.1667940214010741e-07}
{"commit": "2e1b355589423bcc1b9cf7f58b04b2cd6f79ec07", "message": "kcawd-849 : fix delete person w/o detail issue\n", "proba": 1.6876637687346374e-07}
{"commit": "189ab47335b0331ffabde3a8661461cf42ce1f73", "message": "Changing length of initial hover time\n", "proba": 1.7956792817130918e-06}
{"commit": "c51645969d94ff35cff189594fbf05e0fd14696f", "message": "Added initial (very rough) MeasureSubscriptionServlet to support the measure subscription use case\n", "proba": 1.2074238497916667e-07}
{"commit": "a0bddeaf9978ee2789fd16fe9a799b0235e89e07", "message": "Adding exception class for generic parsers\n", "proba": 2.459194092807593e-07}
{"commit": "67695b7776e86e31a5b641806743b347ffba8729", "message": "VTK-2381 - Changed get hostname to repository get id.\n", "proba": 1.0321490151454782e-07}
{"commit": "eb62658e0ec4d1816a60c3db4d7646609c9020fb", "message": "VTK-2514 - fix for  and dont let crawler view it unauthorized. TODO: resource must have commenting turned on in about-tab to show its comments\n", "proba": 1.093411015062884e-07}
{"commit": "decd3f0aa91363155982a03718777b2190d72ad3", "message": "TSDC_SuplaVersionError\n", "proba": 1.5366733805421973e-06}
{"commit": "ed1e0a93bf9c9340d97ba7e829b4fdb3e9b2e501", "message": "Added context listener to manage scheduled jobs.\n", "proba": 1.193791803189015e-07}
{"commit": "c6af3c0fab20d82fac69a0b6056a1b4d7d715099", "message": "#511 primitive AgentsTest\n", "proba": 1.3204987681092462e-07}
{"commit": "ba48bdca02e7bccb8cd2715c55780aa11c0c1477", "message": "remove deprecated tests\n", "proba": 8.671084287925623e-06}
{"commit": "0bad30510f81737deb163741322e74e057c6d26b", "message": "add next holiday temporal adjuster\n", "proba": 2.0264771194433706e-07}
{"commit": "9146c24c2cf1d4dbe47097954c3e05a5b0002cf6", "message": "Dana: picUrl on SeriesYonkis\n", "proba": 1.3204824256263237e-07}
{"commit": "86da761dfd8b213f00ec323452b44ed8f1bd9474", "message": "Moving files to Managers.\n", "proba": 1.8358871045620617e-07}
{"commit": "e7e475e791805454eb7ffb454bf8adf9a5681f5e", "message": "Add cbr with simple testcase\n", "proba": 5.805412115478248e-07}
{"commit": "ade69da7648041c7e61adaa6aec90e21109fd70f", "message": "Create TreeTop_TopTile.java", "proba": 6.990412089180609e-07}
{"commit": "633a45a0d4e095ae81fc2c3e882c23a6513bbaee", "message": "am 25466e0a: Merge \"TIF: throw an exception if an operation takes too long.\" into mnc-dev\n\n* commit '25466e0a8f3e0f7f1e758642519f3aa8643f6f26':\n  TIF: throw an exception if an operation takes too long.\n", "proba": 9.660889190854505e-07}
{"commit": "19efa24ff387ee95cb826524e47eca63bb130f19", "message": "Draft new swell to mongo indexer", "proba": 1.3339433735382045e-07}
{"commit": "a87380eb8c2e4bd379b19b25be8b1729f59ff221", "message": "removed deprecated class.\n\ngit-svn-id: 25dac4f723c7e5b42083d4a98669c37f60455592@2240 69e27eb3-6e27-0410-b9c6-fffd7e226fab\n", "proba": 7.457037281710654e-05}
{"commit": "d72c1172f669d0a50a5164672c354ec7fb4ac9aa", "message": "am 0c490839: Merge \"reserve android.opengl.GLWallpaperService name for future use\" into gingerbread\n\nMerge commit '0c490839b2d25fec99f1ae86dcebc5f21a2df8bb' into gingerbread-plus-aosp\n\n* commit '0c490839b2d25fec99f1ae86dcebc5f21a2df8bb':\n  reserve android.opengl.GLWallpaperService name for future use\n", "proba": 1.1939236173930112e-05}
{"commit": "9c3868cb53e63ed8e4b8eb9dd9588c0367780b49", "message": "Add requesDispatcher. Redirect to \"index.jsp\"\n", "proba": 1.2014074002308917e-07}
{"commit": "c3fd474eadf852612159e3d30dc013b8559233e7", "message": "\u7528\u6237\u7fa4\u7ec4\u7ba1\u7406\u754c\u9762\n", "proba": 2.386189237313374e-07}
{"commit": "c6da390aeaeaf5a84ff5a844a5b898c2ba5967fd", "message": "Data from file for GroupCreationTest\n", "proba": 2.0448889870294806e-07}
{"commit": "2e4089083f22f21d64c34a2815695d392cb85cd0", "message": "Failing data proxy -- testing mockup\n\ngit-svn-id: 197823c0ad63a03c070edc7b4e43dd2b8391104a@128 967a2e56-9f69-44db-a86b-3acc15697453\n", "proba": 5.888460918868077e-07}
{"commit": "6a48ff6288e5bf721ec2adc694e8611e5e8dc920", "message": "Added package-info class, used by process reader for default settings. Fixes NullPointerException\n", "proba": 1.2926803094615025e-07}
{"commit": "a9619bc08c08879f31cde2ed670c595e01d3d566", "message": "small fix", "proba": 5.359547685657162e-07}
{"commit": "011f4cba1979ac9eff9d24309c05c887609717c2", "message": "quote message", "proba": 4.5265753101375594e-07}
{"commit": "cea7474cfeb8d8b915cc208308494d9f6599ad6c", "message": "Added a sample routing method to handle a GET request", "proba": 2.007717796459474e-07}
{"commit": "ae2d55834d5b69d2ec1d92df6ae8118ea8eef962", "message": "Fixed pawn isValidMove", "proba": 0.0005114289815537632}
{"commit": "a15ac2b06e0b6e3640764e5fd7a0dba091ff400b", "message": "am 4862e973: Merge \"Annotate Application with @CallSuper\" into mnc-dev\n\n* commit '4862e973a643a0f66da50ce416258c62d7c55e2d':\n  Annotate Application with @CallSuper\n", "proba": 3.764283746932051e-07}
{"commit": "96eb62c3b9dcf0a7b4e5bc802f7d807d97887e31", "message": "Define TYPE_PICK_UP_GESTURE.\n\nChange-Id: Ic2c7963352ff954884ce05a0a3a71516ed417140\n", "proba": 0.9999936819076538}
{"commit": "673c6f89191c6239d5eefc02a2e3fd6f2db41630", "message": "am e6384050: am 93c4891e: am 1956789c: Merge \"Fix RTL horizontal spacing in Gridview\" into lmp-dev\n\n* commit 'e63840509af5fb497112e43719f02ebe5e0a475e':\n  Fix RTL horizontal spacing in Gridview\n", "proba": 1.977258392571457e-07}
{"commit": "36d0f946adc83a9ffa5483556d263b719977da5d", "message": "am e9dff008: am 305cf97b: am 60776093: am 029099ff: am f4b21585: am 10d96950: DOC CHANGE: Clarify textIsSelectable in TextView\n\n* commit 'e9dff008adc7b6e565402ec61cd89fb3265a28bd':\n  DOC CHANGE: Clarify textIsSelectable in TextView\n", "proba": 2.8129966267442796e-07}
{"commit": "16f3e55df81dadf3ffb297ac7866c00e1f6a84ac", "message": "am b0c1485d: am 24815124: am 7a2e4b8f: Merge \"Let TextView clear accessibility selection index\" into mnc-dev\n\n* commit 'b0c1485d4119e87507093892e0b1d96f777f5c55':\n  Let TextView clear accessibility selection index\n", "proba": 6.612049219256733e-07}
{"commit": "6154b0909cdc36496009a966e52cad56d29f2cc6", "message": "Text processing - stop showing an empty toast.\n\nIf the text processing app returns empty or null text don't show the toast.\n\nBug: 20326103\nChange-Id: Ib8534b851d2046fe7c17f674f170f9630e4a364d\n", "proba": 4.9690788728185e-05}
{"commit": "e15b35891f5d767f82d407960fbeb5c9f0a5c340", "message": "Suppressed warnings in TextView.\n\nChange-Id: Icaa4b6d28649559b8acee970e483d50e4c00e25d\n", "proba": 0.0005539592821151018}
{"commit": "42eba4ad1bb14510a941dbb391b38b5ff8572799", "message": "initialCommit", "proba": 9.6950395800377e-07}
{"commit": "8d9aafcfaacffc2f7bb10b924e1e97ee9ee7d991", "message": "XLCLOUD-1052\n", "proba": 4.96116456361051e-07}
{"commit": "f055fcb89ff807aa39a5a675c92a108a1a8a7f71", "message": "am b542e8e1: am bdb04f02: am 17b7ff4a: am b25a6936: am d7043f00: Merge \"Add hidden minor version ID for support lib workarounds.\"\n\n* commit 'b542e8e128178560b7e36d476890e66b4e5a69ff':\n  Add hidden minor version ID for support lib workarounds.\n", "proba": 1.2928319392813137e-07}
{"commit": "a4cfa8957ec1f2904ce4a6a50a4e2c6dbf48a88a", "message": "Add Javadoc package-info.java.", "proba": 1.3866213066648925e-07}
{"commit": "9e772377352c4a666cc44c24e59a77cb4e432280", "message": "Create Program.java", "proba": 1.1763944485210232e-06}
{"commit": "75f049ddec4192bf36896e7d3c68ce803b6add1e", "message": "Modify \"jvm\" parameter documentation according to the modification made for MSUREFIRE-127\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@425847 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.999827751817065e-07}
{"commit": "212c3d4ef848593a763fff799294c2167219459d", "message": "child delegation now available when not forking\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@398637 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.8433635179681005e-07}
{"commit": "44bce3c51719ba5ae9a53b8e93b29819f1a73687", "message": "PL-6836 Fix tooltips on iOS\n", "proba": 1.3117004016294231e-07}
{"commit": "aa488cb83507ee7e469c4d8c6aa3198b3010d79e", "message": "am e15cecc9: Merge \"Don\\'t crash in bugreport on devices without BT\" into mnc-dev\n\n* commit 'e15cecc90cbe0b7ae39e524e612fb6043324bad8':\n  Don't crash in bugreport on devices without BT\n", "proba": 6.459843007178279e-07}
{"commit": "6f5afa9e040006930b9f34eb854f1973f175a03b", "message": "Check the constructor signature rather than arguments", "proba": 8.041603223318816e-07}
{"commit": "3e0c04a11c630e11b8ec114c6ba206361dc064a8", "message": "Add tests for JdbcTypeRegistryFactory.\n", "proba": 1.1744311478878444e-07}
{"commit": "beca85f63df9267ae8bd410b0552e7fbe49a4c6e", "message": "Add implementation rule Rgaa32017Rule042003Test\n", "proba": 2.328473556190147e-07}
{"commit": "edfb9f02d9db876f54999b94151f6cd574c72b68", "message": "Add implementation rule Rgaa32017Rule101001Test\n", "proba": 2.5773655920602323e-07}
{"commit": "739905feae860985596449d9cd89fb992ec01c44", "message": "Add implementation rule Rgaa32017Rule111302Test\n", "proba": 2.2416813294512394e-07}
{"commit": "b2b45ec019f247c96cda2605c974819e36ca3661", "message": "Add implementation rule Rgaa32017Rule130801Test\n", "proba": 2.826600962180237e-07}
{"commit": "a13fab8f50bffa638f6a138aa5d3b2693dcf0d1b", "message": "KULRICE-8452 Added LegacyIT version of WorkFlowRouteRulesBlanketAppIT. \n\ngit-svn-id: 2a5d2b5a02908a0c4ba7967b726d8c4198d1b9ed@35725 7a7aa7f6-c479-11dc-97e2-85a2497f191d\n", "proba": 4.3527583670766035e-07}
{"commit": "6a7fe7ed6947a1019ff0429e9eab6ce0a6f64b9a", "message": "Added command handler interface.\n", "proba": 1.259225115290974e-07}
{"commit": "71dad19a92d62ef88bba6086cbd0aa3955474e6e", "message": "Corre\u00e7\u00e3o do usu\u00e1rio do git", "proba": 3.627440605669108e-07}
{"commit": "f4332575b28a2db3673ba7399d22a17f215c6938", "message": "Create Language.java", "proba": 3.3384944799763616e-06}
{"commit": "a02eea74fe18c03afbf235903db329f46e2b6262", "message": "Fix for returning from Param Interrupt to correct end state", "proba": 1.9129807071749383e-07}
{"commit": "acb5a8fc1c7574a768b8df01ad5e48feb2e404f7", "message": "Added casting to evaluator\n", "proba": 1.4164723438625515e-07}
{"commit": "70fcdf0b25fd4372232c0ed366ac37f910f4cdb8", "message": "Add catch-all database exception\n", "proba": 1.133634305006126e-05}
{"commit": "0d15a1a8d9ac4b8856320c7ac8da5140d00528dd", "message": "small fix for #4331", "proba": 1.9373382542653417e-07}
{"commit": "c489d40ed47578912e5e2bbbf8391d11b2816604", "message": "We'll only be producing JSON for these calls.\n", "proba": 1.1343271211217143e-07}
{"commit": "e55fe7770d50b58b6c3fa4dd6e6092257b5b59b4", "message": "First attempt to get Gaussian fitting from all spots in a stack working\n\ngit-svn-id: 03a8048b5ee8463be5048a3801110fb50f378627@5297 d0ab736e-dc22-4aeb-8dc9-08def0aa14fd\n", "proba": 8.29632244858658e-06}
{"commit": "f7d187628cab315059227de1231280ce0470a81d", "message": "add a deleted method\n", "proba": 2.5310660021204967e-06}
{"commit": "a7d1454d560764ad23876110b797c8627dcddada", "message": "qa: added JUnit test: BinaryHandleWorkerTest\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@5467 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 4.4540180965668696e-07}
{"commit": "1aa911e99d631e242a15e6fcbba0efd8bfd6a9b6", "message": "Minor\n", "proba": 3.334548864586395e-06}
{"commit": "cf7183abf3ac8d62008f74e64ebaba96646c6c9c", "message": "add application class\n", "proba": 1.0078266541313496e-06}
{"commit": "3c881112e04bbf7fd86814a9dc10c1824bb86e64", "message": "Now handles boolean primitive properly.\nNow handles subclassed properties properly.\n\ngit-svn-id: 1cb8ba81e35536520dc3c869e3ef27a5006f98a2@50 79e2b5ea-dad9-11de-b64b-7d26b27941e2\n", "proba": 3.284121339675039e-05}
{"commit": "0780c6637c05c99cc67154ae8732287a58042955", "message": "small spelling mistake fixed.\n\ngit-svn-id: 1cb8ba81e35536520dc3c869e3ef27a5006f98a2@55 79e2b5ea-dad9-11de-b64b-7d26b27941e2\n", "proba": 0.9993454813957214}
{"commit": "331b841a5cf2ccfce6b3e0364c14244971895c64", "message": "things: Port to Java.\n", "proba": 1.4044711349470163e-07}
{"commit": "ca372b70d384a5d5e53225ec8f8d8f7551306d5b", "message": "Disable flaky ContextMenuTest tests on 22+.\n\nBUG=592594\nTBR=tedchoc\n\nReview URL: https://codereview.chromium.org/1769993002\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#379576}\n", "proba": 5.134763796377229e-07}
{"commit": "3dbd1d9435a22a5d46a1b5b399c1f60deaf61406", "message": "Improve check Container Status method\n", "proba": 3.564221060514683e-07}
{"commit": "2c5c70a98149c400b188a66d6a2fe04d9ba92c66", "message": " \u96f6\u5bbd\u5ea6\u7a7a\u683c \u662f\u4e00\u4e2aUnicode\u5b57\u7b26\uff0c\u662f\u4e00\u4e2a\u7a7a\u683c\uff0c\u5173\u952e\u662f\u5b83\u6ca1\u6709\u5bbd\u5ea6\uff0c\u56e0\u6b64\u6211\u4eec\u4e00\u822c\u8089\u773c\u770b\u4e0d\u5230\u3002\u4f46\u53ef\u4ee5\u5728vim\u4e0b\u770b\u5230\n  System.out.println(Integer.parseInt(\"<feff>2\"));\n", "proba": 9.833834155870136e-07}
{"commit": "d9c791aa1a61c80e92fa1cdea9069f3a342d4228", "message": "Calculates SMM distance for microsatellite alleles", "proba": 6.175296675792197e-06}
{"commit": "f9a24094ce417b5ddf58d503c37b080066329530", "message": "BlobFactory interface\n", "proba": 3.9436639553969144e-07}
{"commit": "0c2b27fc7fdb0ba18b7a37acb2d989c30f17c23a", "message": "Increasing iterations\n", "proba": 7.903139476184151e-07}
{"commit": "d268dc089531079e4cca2ed494e287dc9eedc346", "message": "updated frame title\n", "proba": 7.559764299003291e-07}
{"commit": "06b0245d00bb1d2a31b5eb7cd1428bfa854ad476", "message": "added ChatTest to source", "proba": 1.29335106180406e-07}
{"commit": "510e24d2142b36117fe3028f78ecd6f0b078dc16", "message": "Don't forget player view controller.\n", "proba": 1.167925063327857e-07}
{"commit": "ed6b274de8905591ba605879dc25e6eef73684dd", "message": "DateUtiltitiesTest\n", "proba": 7.682014029342099e-07}
{"commit": "94fe17b9d1b8dc006c56fd049b65131308df5067", "message": "Create DownloadManager.java", "proba": 4.981014285476704e-07}
{"commit": "109b393e6fe950df7689fdf315e15949deb0d0a6", "message": "- The fragment ion class", "proba": 2.2042895864160528e-07}
{"commit": "3d4c9f8d85d4f60b1bff5996d9a78ba8eb98c942", "message": "JS: add class 'Polyline'\n\nSigned-off-by: Harry King <409587b9e6671aa0763646191d292852dc49a658@gmail.com>\n", "proba": 1.227965356065397e-07}
{"commit": "91f6366dc4145c1df3f058c0f7d11390c076297d", "message": "Condensing code", "proba": 2.7832166438201966e-07}
{"commit": "ceca3c10c6757099f60a9ef5c0735c3f17b0da21", "message": "add maxtop service\n", "proba": 1.6262190172255941e-07}
{"commit": "b92d755c9f3f907c046d1d14a76db2f4db944037", "message": "path test\n", "proba": 1.515429858045536e-06}
{"commit": "c85160c1606ee418beb9dd79ea40835ca6ccc7c9", "message": "Liaison GUIaccueil avec classes de statistiques", "proba": 1.3210480176439887e-07}
{"commit": "bc43d265d44f3b68ee4dc291e361966169517bcd", "message": ":bookmark: \u53d1\u5e03 Solo 2.7.0\n", "proba": 1.2322755083005177e-07}
{"commit": "1195882585b52fbed7067325631a7ae5a1974725", "message": "Initial commit: FindAll.java\n", "proba": 1.2175931942692841e-06}
{"commit": "e7ba64acac0011ce7507ede5f665d11b1272092e", "message": "bo for user roles table - kra_user_roles\n\n", "proba": 2.0347073359516799e-07}
{"commit": "758cb7322888c8f91ed49e35d8206a2af6c0f251", "message": "factor out parseRecordDef", "proba": 0.9986094236373901}
{"commit": "ad3b2e3a164661ea032a55cb01aadc2a74bd5917", "message": "Removing dead store; it was likely a relict of debuging code.\n\nChange-Id: I685c6df119212f48f90dd40d01a3638a33ce2800\n", "proba": 2.4559820303693414e-05}
{"commit": "ee6046add136d4791e71fb17a07076b425b7250c", "message": "am 00f7cb92: Merge \"BatteryStats: include mobile radio active count and unknown time in checkin\" into mnc-dev\n\n* commit '00f7cb924e6964c5403c55ae5e7348aad1c8ec7b':\n  BatteryStats: include mobile radio active count and unknown time in checkin\n", "proba": 2.2513630426601594e-07}
{"commit": "b3163ed1188f312d754b9d34a617c31dfeceabbb", "message": "Support KEYCODE_{CUT, COPY, PASTE} in TextView.\n\nBug: 25292652\nChange-Id: I8e2c1986e45d9bfd09ab54dea6d2e3701f76df18\n", "proba": 7.141485184547491e-06}
{"commit": "1cb1f1523a927bba670f36adea57106a0f61c07c", "message": "EditText - can not drag handles in extracted mode\n\nIn TextView's onPreDraw method, startSelectionActionMode()\nis called, but the selection has already been started so\nin startSelectionActionMode() it shows the\ninsertionController which hides the selectionController.\nFix this by adding a check to start the action mode only\nif it is not already started.\n\nBug: 22028858\nChange-Id: I2999423155b7a63a7d879bc8ea5032e17dff459f\n", "proba": 3.2824809750309214e-05}
{"commit": "16748a898abaead1d7078f1257ef6b380b6ffcdc", "message": "for merging list of beans for application security", "proba": 2.067192781396443e-07}
{"commit": "0cca11f3be4f082381066175076d600d58e0e8c4", "message": "Show notification when FCM received\n", "proba": 1.2964483175892383e-07}
{"commit": "2895cae4ba11866b46cf8cf0ca8f6ad5608df4b1", "message": "Implement dateListener on datePicker\n", "proba": 1.982085223062313e-06}
{"commit": "21da4326fd7058a025a35afe950d895ead68f6ca", "message": "#41 Add drawer at home page\n", "proba": 1.2147243921845075e-07}
{"commit": "b53b44511a87b1360e54a8d50322e2caf4a9beae", "message": "Create teflib 2.java", "proba": 3.9856553257777705e-07}
{"commit": "fe282ad0bc431b0adf0c9092e09440f85f4a7836", "message": "unit test for storage\n", "proba": 2.2642456087851315e-07}
{"commit": "d17105538579fdebf4ea08f47685990850c520bf", "message": "Fix auto serial test - auto buffer now leaves 2 bytes of the first buffer of data empty to leave space for message size (if the message is small), fixed flipForReading to account for that\n", "proba": 1.1387070486534867e-07}
{"commit": "a97b7e23c301819ae089be637dd4ee6d660fa11b", "message": "Fix code coverage\n", "proba": 5.101475107949227e-05}
{"commit": "6c05bf607a5e6894f907caac9ddc59bca21b1735", "message": "Create connect menu item.\n", "proba": 2.1633540825405362e-07}
{"commit": "8d5e2ed408ebca29b2520fd8a63ea8cfb481621d", "message": "add banning of plugin snapshots\n\ngit-svn-id: a2bbb1fab13620978cd8e680264822dd67b2026c@594871 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.495997470461589e-07}
{"commit": "a47586161428fc877b832585861a8a6c436c8af8", "message": "Zigzag Iterator\n", "proba": 2.7995827622362413e-05}
{"commit": "13708522753bb84be5019968f2260e4f6d1122eb", "message": "Fixed package info for firestore (#199)\n\n", "proba": 1.0588833276869991e-07}
{"commit": "68e642ae98e0606b2896c272621d111d7a8ddf5b", "message": "Make test less time sensitive by using longer expiry times (#16135)\n\n", "proba": 3.3940866615012055e-06}
{"commit": "f1ece5d0c16fa3e79390e41ad9bec020c77d7720", "message": "KeyStore: return null when response code indicates an error.\n", "proba": 1.608353983328925e-07}
{"commit": "8961e0e254dbef8c256c54e6ac647b801186b4da", "message": "KULRICE-2237 EDocLiteLookupHelperService first attempt.\n", "proba": 1.0332382771593984e-07}
{"commit": "25170c337f424e9463a1aef4b0947848c0d4565e", "message": "\u53bb\u6389\u63a7\u4ef6\u53f0\u591a\u4f59\u6253\u5370\n", "proba": 4.188546256500558e-07}
{"commit": "67c11e1646ba5d53bf46cf0887a6f19167b2ef7d", "message": "Changes in upload tool", "proba": 4.87960221562389e-07}
{"commit": "f917546591b726bd2639621cb1af4705e412efbb", "message": "Create ionfluxrelabeling.java", "proba": 3.6140297652309528e-06}
{"commit": "adfa3dfdd703f145030f77488273611717a84b48", "message": "Callable \u548c Future\u7684\u534f\u4f5c\n", "proba": 1.6685221737589018e-07}
{"commit": "a789665fd7ebe373ba65916d914fc070870af152", "message": "more logging\n", "proba": 1.2450354347492976e-07}
{"commit": "7329d992625cc4b4b6360fef5946dda343085d08", "message": "Additional results for reference\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1035759 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.818571178091588e-07}
{"commit": "08a1afd5e810fd65944488f4439b8a3373ee52eb", "message": "mock implementation of DamageNodeSet\n\n\ngit-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@4426 4f837ed2-42f5-46e7-a7a5-fa17313484d4\n", "proba": 5.00557177929295e-07}
{"commit": "6b49efae7310b2c47d37344349822fc663d00645", "message": "+ChatMessage: Neuer Konstruktor\n", "proba": 4.867016514253919e-07}
{"commit": "353b6b51cb253f84913b3707d8ab19c2c2323c60", "message": "java: adds TemplateBuildException\n", "proba": 2.1034290966781555e-06}
{"commit": "dd5bb2dfbd86ebe7baeb4b300066d8c89a3b6f4a", "message": "Hacktoberfest contribution\n", "proba": 1.656823229723159e-07}
{"commit": "953545dfc41a1915a31a2bbc45a93e15eaccc696", "message": "Convenience class for substituting constant properties where applicable.\n", "proba": 1.0666530414482622e-07}
{"commit": "f76394fb72aa3c310c73ab12094431cfafb7d496", "message": "This class represents the channel parameter\n\n\ngit-svn-id: 477788cc2a8229a747c5b8073e47c1d0f6ec0604@6174 f5dbab47-78f9-eb45-b975-e544023573eb\n", "proba": 2.3607706225448055e-06}
{"commit": "09f08f65b75da30a848b0c5cb99dd77a4deeede6", "message": "Added an update history function in sensor model.", "proba": 1.058693470668004e-07}
{"commit": "5d02dade1bde375331305159c849ab079b3d7789", "message": "Do not use iterator for better reasons\n\ngit-svn-id: 012c2870a0981a96946fe5ae32c5c86e4e7e102d@366930 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.523081315710442e-06}
{"commit": "97e57afda35cf97cb8f69c9579d1b8b4b5e781bb", "message": "Remove another mousepos reference PJSalt\n", "proba": 3.1485922136198496e-07}
{"commit": "b5435dfe4eb289407bc516e8f711d9375762ecc7", "message": "#3742\n", "proba": 5.779801881544699e-07}
{"commit": "7f9492f05c3527a42857a31d619f2e19037c1ffc", "message": "1.Transaction Test V1\n", "proba": 2.576473718818306e-07}
{"commit": "7ef83087432f8b7f4f133ad1ecb229998141c3ba", "message": "Delete PaymentRecieptHandler.java", "proba": 9.612713256501593e-07}
{"commit": "871b2bc3a51f23aef50209b857c0aaddb39b8f65", "message": "Transformation mit Rechtecken\n", "proba": 3.7610757885886414e-07}
{"commit": "4b4d3752007654fcbc60d476590b9bde448dcc7b", "message": ":fire: \u5220\u9664\u5197\u4f59\u4ee3\u7801\n", "proba": 6.072496034903452e-07}
{"commit": "2c53974dd894abe087a3a0e3bf839b17d994932b", "message": "Implements compare function and added the attribute on which sort\n", "proba": 3.9822285202717467e-07}
{"commit": "dea118a9a9475845fca89e108128d2a7087e3e2e", "message": "Added ArgumentParsing", "proba": 2.6946599973598495e-07}
{"commit": "3ff244f84331fcd751aae5b31a5a8caaa6652c45", "message": "bugfix", "proba": 8.478961035507382e-07}
{"commit": "d171b064799e8bd9be0483e0608d7f4583f44ffe", "message": "Fix test case\n", "proba": 0.0007940692594274879}
{"commit": "86fdb662a3d9c34099248910756ca18cd0b3b2f1", "message": "am 4f836839: am 67ea77ec: Merge \"Selectively show zen footer.\" into mnc-dr-dev\n\n* commit '4f836839c19aed433e7b1913ce05ccb129743fd7':\n  Selectively show zen footer.\n", "proba": 1.2847606001287204e-07}
{"commit": "4b25570765101ab1704c3204047dd1f3e2836bab", "message": "\u67e5\u627e\u94fe\u8868\u5012\u6570\u7b2ck\u4e2a\u8282\u70b9", "proba": 3.512099624458642e-07}
{"commit": "bcfc94b0266409fab21276e971d780f3ed34937e", "message": "Create ability interface and annotation\n", "proba": 1.882726508029009e-07}
{"commit": "d12b6f93ef55c8c219d07acce5fc7b26dcdd8aa2", "message": "Sophie project, easy record window filter\n\ngit-svn-id: fe6b3b33f0410f5f719dcd9e0c58b92353e7a5d3@9384 b7f4320f-462c-0410-a916-d9f35bb82d52\n", "proba": 9.112816314882366e-07}
{"commit": "069a32266fc865d89275a3e148387bfed65d95d8", "message": "Added reflected enum value to proxyconfiguration to store if proxy is\nenbled or disabled", "proba": 2.127183620359574e-07}
{"commit": "5d80e6489c731dbb181754cb7082e5769b7b850f", "message": "Add goto button for next to the search text field\n", "proba": 4.119435175198305e-07}
{"commit": "68ed5f9de7583336ab25aa2d1682e4621455f324", "message": "SCHEDULING-1139 : credentials decoding can get stuck forever\n\ngit-svn-id: 27916816d6cfa57849e9a885196bf7392b80e1ac@18992 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 2.9462356110343535e-07}
{"commit": "58ec796954c03da758dc83258a2f0e07bfc2887c", "message": "adding ROMMA and aggressiveROMMA algortithms (plus their voted versions)\n\n", "proba": 1.035341199440154e-07}
{"commit": "47a2b59024f70b45e1c7b0990fef2ae059b4fc6f", "message": "[add] class to get an instance of your database.", "proba": 1.0703254815780383e-07}
{"commit": "aa8ea40eb9a93fd7abfb7404c45727a6cd186c9f", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "fc5d5ee4b58d5022e9a87c2a50e08dc78e06a988", "message": "update print excel\n", "proba": 6.31845693987998e-07}
{"commit": "dc3920203358009784e65b013add2230d481c9b5", "message": "Minor\n", "proba": 3.334548864586395e-06}
{"commit": "5e33b24bf7001a6c6d4c00291a9a04f706c1553e", "message": "Fix: multiword nationality ('United States')\n", "proba": 0.0034576712641865015}
{"commit": "8a346b24916f1abc0e43b9137615f58391b2a814", "message": "unused file\n", "proba": 2.265289595015929e-06}
{"commit": "a20eda1a8356c13f10b1b7b8ea67af6bdf62bacd", "message": "added ActivityUtils class\n", "proba": 2.807020678119443e-07}
{"commit": "5652d2bcdce7630f46ae165e7ad89a5026431d94", "message": "Implementaion of LRUCache, was harder than it seemed especially beacuse\nJDK's implementation of PriorityQueue does not heapify on access. The\nremove and addition of cache entries to trigger heapify looks ugly.\n", "proba": 1.035969319218566e-07}
{"commit": "a30117bb04ffa9bbb28c4678b8a28cad1da73da4", "message": "Updated routing for peci restlet\n\nThe peci restlet now responds ONLY to /cas-rest-api/peci/. This frees up\nthe URL scheme of /cas-rest-api/reset/ to be handled by the new spring\nMVC reset api.\n", "proba": 1.0382897386307377e-07}
{"commit": "8a24bf7cafe8ea0e4dbd029deb43f62911f61876", "message": "Added class Document to represent the retrieved document from an\nofficial source (i.e. RSS)", "proba": 1.0494173352526559e-07}
{"commit": "6938c892bbffb4f0e9ee479a8189aa8161a51405", "message": "Added class MySchedulingPattern", "proba": 1.4230228373435239e-07}
{"commit": "c0cc720eb6a2a25884c3c5f5a2651c2a24133ef8", "message": "ValueFrom combinator\n", "proba": 1.5444910559381242e-06}
{"commit": "837756645fbc508297e2ee555b7d77c93b971785", "message": "Added new BaseRep class:\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@253609 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.4115368546517857e-07}
{"commit": "af55d8c92e76df5abba569dfbd32864808a8033e", "message": "bug22418; cant generated WSDL in france in august.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@256549 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0001645584707148373}
{"commit": "359c1c6c306c2391d59b87fd1a8da60dcb8628f9", "message": "raise exception when Oauth client is not able to get the data", "proba": 2.0180972626349103e-07}
{"commit": "b1be0dd46a69b18aa5bae6014581076e64f0213d", "message": "Fix for Bug 9239 - Java2WSDL example in user guide fails following install/tutorial steps\n\nDon't ignore ClassNotFoundException, If the class is not found, stop right there!!! NullPointerException is likely to throw people off the track.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@254368 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.884155598323559e-07}
{"commit": "1e9a45b537519ae74ef4ea1bcc115ca120a0442e", "message": "added EventController\n", "proba": 2.611101308502839e-07}
{"commit": "65db50cc43cfb3dcbc6fc7e5c0c189fd7b1f6383", "message": "added package-info file as a reminder to replace internal package with apache classes\n", "proba": 2.1191290500155446e-07}
{"commit": "835d79b893b2989c9ab0cb9a712c7c1ee2cfb6e0", "message": "KRACOEUS-1487\n\n", "proba": 3.3369047969245e-07}
{"commit": "45a90f413759d75b08f69bd66f080d63a9ab3d98", "message": "update check for CMD users\n", "proba": 2.455168157666776e-07}
{"commit": "5071bc259a8e4ec8d388196b92803db1523a909b", "message": "\u3057\u308a\u3068\u308a\u958b\u59cb\u6642\u306e\u6700\u521d\u306e\u6587\u5b57\u3092\u6c7a\u5b9a\u3059\u308b\u30af\u30e9\u30b9firstChar.java\u3092model\u4e0b\u306b\u8ffd\u52a0\n", "proba": 7.539791795352357e-07}
{"commit": "29e6b918ec129f4b2a934ea6c6d768eb9a2dcc96", "message": "PrimitiveUtils.sizeof\n\nSize is available in various constant fields, but there's no way to look\nit up by type, for some reason.\n", "proba": 1.05054482446576e-07}
{"commit": "5919af4de4860af785a15cd1cebb87255d321a7f", "message": "fix for GRAILS-444. Refactored codebase and build so that different jars are produced for gorm, crud, web and core\n\ngit-svn-id: 29aad96320b2a07b98332cd568fc1316025c072f@2649 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d\n", "proba": 1.8385395605946542e-06}
{"commit": "dc09fa0fbb376e8cc1990de5ad5c8c7388f19bae", "message": "FCDV-3355 - fix for layer deletion crash", "proba": 1.2352121814274142e-07}
{"commit": "04623ab1db75df0f1d35b5f7ce816395d65a1dd8", "message": "test to show BEAGLE numerical difference to Java likelihood calculation #785\n", "proba": 1.3827416012190952e-07}
{"commit": "dac4f4f96641cf7783be7e8b27b78b0e939ae8b0", "message": "improved test coverage\n\ngit-svn-id: 80d496c472b8b763a5e941dba212da9bf48aeceb@582683 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.465778028541536e-07}
{"commit": "3398b316dcdc5a1f7a2e156afb06fc3f67417d3b", "message": "Fixed `equals()` again after I broke it\n", "proba": 3.38739511107633e-07}
{"commit": "7c20093422bdf831a120633c97cc2c5cb29a48dc", "message": "rebuild question 3\n", "proba": 0.9999994039535522}
{"commit": "dc660b802e0b67b14e4a84184beb143a37edfc58", "message": "added formaseries for real>'\n", "proba": 1.1388971188353025e-07}
{"commit": "c34ebce475a6994f1aa59b8c535ff966c8f59431", "message": "Make MountService work in the simulator.\n", "proba": 1.265262028482539e-07}
{"commit": "4566d923c3e3c14ca07730358fb253706626bcb9", "message": "am 9c68c7c0: am ef2ccf5f: Merge \"Correctly time out CMD_START_DHCP.\" into mnc-dev\n\n* commit '9c68c7c0a737e25b1dc7f4341a38502976ca23d2':\n  Correctly time out CMD_START_DHCP.\n", "proba": 1.5799464563315269e-06}
{"commit": "13996f567590f5c671918fad0092371645922606", "message": "More removals and narrowly missed a terrible joke NotLikeThis PJSalt\n", "proba": 1.2192555232104496e-07}
{"commit": "a07e7041915a9e0ba7a2b7b6dfff80b9d68f03f5", "message": "Extract method\n", "proba": 6.313942321867216e-06}
{"commit": "2e5e0177b8fea2d48a5788ef01f226e9167abe80", "message": "Commit some lifted local varialbes and a bit of a shuffling on these entity calls\n", "proba": 2.2186668502399698e-07}
{"commit": "24103fe4a5e970360fdc8b80f272372ab1daab25", "message": "Fix Error\n", "proba": 1.0226367521681823e-06}
{"commit": "2b70510bb94446f5e815e1c1845737008c1418d4", "message": "dependencies", "proba": 1.3370143960855785e-06}
{"commit": "21200e0967f825c904e83ae54ee671a1e2099a40", "message": "\u7a0b\u5e8f\u5165\u53e3\nSigned-off-by: xxonehjh <8148b35db424abc63787da70079f3b66ba667ad3@qq.com>\n", "proba": 2.0705213898963848e-07}
{"commit": "bb7c7dc7fc905ee37c33c55b832c0c0431701d61", "message": "more chrome xpath\n", "proba": 1.763215067285273e-07}
{"commit": "4cfdbe6d87d2122b18e14665446b17636e1ff6ad", "message": "debugging webDriverException in openTab()-5\n", "proba": 4.724419113699696e-07}
{"commit": "42e4cb69a10604e9c8bbc66918142d2a192894ad", "message": "Really Starting the server\n", "proba": 1.3544874377657834e-07}
{"commit": "27696a6bb585bf0a9944f1b0ba3831209c64f434", "message": "Inclus\u00e3o da classe UsuarioSisema", "proba": 5.062760237706243e-07}
{"commit": "542e6f770558c64146e6677b4f193449f4c3967d", "message": "Fixing images order  issue #2\n", "proba": 1.474266895229448e-07}
{"commit": "82333a1beaa6c40f1a72a037ff8e41fb90e05e5a", "message": "Add plugin reference\n\n- Reference to others plugins that also allows configuration\n", "proba": 1.1394348575777258e-07}
{"commit": "0ec3a6556b336a446c43a023fa2424a729dda879", "message": "Slight change to Position\n", "proba": 6.126535367911856e-07}
{"commit": "8b92e162357efa4e660e89e74da571ab83160cc9", "message": "Update Tikatuka.java\n\nFix NullPointerException", "proba": 1.0695944183680695e-06}
{"commit": "b374a845f041df0e8b00dca512db9b46b5ddd232", "message": "Unhide RenderScript resize intrinsic\n\nChange-Id: I450c83ad00bcb7d999aaf7d4bd7ea88d63ab8fea\n", "proba": 2.8718386602122337e-06}
{"commit": "9d3b3a69f96b53ddf45ab8555cabeea6db54e077", "message": "minor improvements\n", "proba": 1.680600121289899e-07}
{"commit": "b3398232ebf05653d2667c45f3e2102f77c2ed79", "message": "Initial creation of Radians interface.", "proba": 1.0646306236594683e-07}
{"commit": "e2c7c13799fb103a5f4ebe25dbb04b4711eb07e3", "message": "cherry picked ibus serv", "proba": 1.194918695546221e-06}
{"commit": "9ac3c67dc7ce355937547e89a97cfc1057ae216d", "message": "am 8c6b3b93: am daa95754: am 056c610c: am b6a2978a: Merge \"Performance increase in thumbnail handling\"\n\n* commit '8c6b3b93e2ebe8db06165f6378d86cac2c606171':\n  Performance increase in thumbnail handling\n", "proba": 3.480812438283465e-07}
{"commit": "dcb5f9d60a79a93583e04bbfddfd1e79c1029874", "message": "add test for GametelRequestHandler when killing the server\n", "proba": 2.607254430131434e-07}
{"commit": "2b142263b4082bba1f7d081190b5d8d54541ce68", "message": "Added EvenIterator.java\n", "proba": 1.5918249118840322e-07}
{"commit": "ccbcf11a7ddc070f214a6b1f80e460c3fe3d0463", "message": "wip: performance test for markup loading processing chain\n\ngit-svn-id: ac804e38dcddf5e42ac850d29d9218b7df6087b7@461857 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.6085349936220155e-07}
{"commit": "e1ebf6126ffa83ee64555df7bd970073a6926d9a", "message": "easy problems\n", "proba": 5.00850728712976e-06}
{"commit": "09e3fce2536f79730fffdad18b48af7c5ac101ce", "message": "Create SmartClientDemo.java", "proba": 8.174442882591393e-07}
{"commit": "5d0c0077c5e13fe9915c3d66e1f0f3dd1ad794c5", "message": "Reducer Class\n\nThis is basically an Identity function that outputs the input_key as the output_key and the an empty string as the output_value.", "proba": 2.588823235782911e-07}
{"commit": "bfdaabd4bd2ade14b784e81a0d3d1eb6aefe8fc2", "message": "97825 + 216645 = 314470 is the answer\n", "proba": 0.9999994039535522}
{"commit": "64bdc8867e273a5c1e20db4e02ab426994c4c1de", "message": "Expose class name in AppWidgetHostView for accessibility\n\nThe class is public, part of framework, exposing it for launcher\ntesting.\n\nChange-Id: Icd9b0f3e300de964b98de8d9f5f62fdc916584e3\n", "proba": 0.0002497063251212239}
{"commit": "387d8f8a62d6ea0932ebb498d2b1dda00a1256be", "message": "Fix bug 2495033.\n\nAutoCompleteTextView now uses different logic to expand the dropdown\nlist of completion choices to cover the IME if present. Previously\nthis would happen whenever a touch down event occurred. Resizing the\ndropdown could cause the parent view to animate a scroll and thereby\nmove the completion list up the screen. When this happened with a\nfinger down it would initiate a touch scroll on the completion\nlist. Prior to froyo this wasn't a problem since a list positioned at\nthe top could not scroll up, but with the addition of overscroll this\ncaused undesired behavior.\n\nThe completion list now will not expand to cover the IME on initial\ntouch down. Instead it will only expand if the user leaves a finger in\nplace for the duration of a timeout (currently 250ms) or if the user\nexplicitly begins a touch scroll on the completion list. This also has\na nice side effect where tapping a completion choice in the initial,\nsmaller list does not cause a split-second list expansion before the\nlist is dismissed.\n\nChange-Id: If0994c68a91b3bfc3dcef660c67fde667a9727f9\n", "proba": 5.9672256611520424e-06}
{"commit": "d47204a8375c105363c0a62a4e73efa768da9680", "message": "Create Nerdography.java", "proba": 4.557463739729428e-07}
{"commit": "c5ef109b904aeec4b037d1ee3f431021d76281ce", "message": "Michael nervt\n\nEs wurde einseitig entschieden, f\u00fcr alle Aufgaben 10 Sekunden Zeit zu geben. \u00c4nderung unter Protest durchgef\u00fchrt.", "proba": 3.867253894895839e-07}
{"commit": "749d8f1460f35d39ac48a7158d29fd3e05329dd3", "message": "02/03/2016 - Bom", "proba": 1.299090683914983e-07}
{"commit": "21b1fef8a81ff73bf12b880e5dafd899d916912e", "message": "Minor changes to output\n", "proba": 2.6763174787447497e-07}
{"commit": "88a8fc6bb6699f62a53703e1fb525322b8dcce57", "message": "Renamed 'botName' field in BotInfo to 'name'\n", "proba": 2.999048092533485e-06}
{"commit": "ea4906001b7d2f53ad9a0b3915742426e54cc87c", "message": "JAVA for loop update\n", "proba": 3.9229468029589043e-07}
{"commit": "e3aa89870b135d3264016313f01bc80cbb3699a3", "message": "+CraftoPlugin: Added PrismQueueModule\n", "proba": 1.350877880668122e-07}
{"commit": "c0a67adb674f89334c6cf12a401308018f2e6565", "message": "+CraftoPlugin: Register CraftoCommands\n", "proba": 1.3143161936568504e-07}
{"commit": "ba63dc17f9c66d01c37007b2861342ec32060b9a", "message": "Add code\n", "proba": 2.1834355266037164e-06}
{"commit": "dbcb80d8f47b4b571f5da0bb762ec6b786937f24", "message": "transformed() added to MQuintuple", "proba": 3.58750213536041e-07}
{"commit": "4e7620a4506d3c6aead7fc518047db2d415b784c", "message": "Fix NPE when generating WSDL.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@253209 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999229907989502}
{"commit": "14f3ae7fe0a73aae4e023ed815c51597c1bc5455", "message": "Avoid turning off wifi tethering on interface down\n\nThe hostapd daemon can bring down an interface, followed by immediately bringing it up\nand this results in us turning off tethering completely.\n\nWait for the right notification to enter tethered state after brining up hostapd.\n\nBug: 5135245\nChange-Id: I95c8c0c4c2c99c03fce2d18c014eaff37ed4e762\n", "proba": 8.003670700418297e-06}
{"commit": "c95d9381680c579a9f46aa7c7d7353d168eb8082", "message": "Make Wifi Scans more heap-efficient\n\nWe were ending up with 1 reference to every char array\nin which a new AP was discovered.  In a busy env this could\ncost several hundred K from the dalvik heap.\n\nbug:11087956\nChange-Id: I3b14c39fd0c98e4aea08a406e80bcf6af40d0664\n", "proba": 1.1801041182479821e-05}
{"commit": "1538dba4b00f767ddc4010e05b5983d6377999c2", "message": "Make FWK start a wifi scan if supplicant forgets. (do not merge)\n\nWaits 15sec after getting a DISCONNECTED or INACTIVE state.  Also tracks\nthe number of supplicant state transitions.  After the period is up\nif we haven't received any more supplicant state transitions, it requests a scan.\n\nbug: 2168081\n", "proba": 4.0892567199080077e-07}
{"commit": "3b0dc7aac17e4e9c001db66aa85f6a8011c50c97", "message": "Third exercise.\n", "proba": 1.606261719189206e-07}
{"commit": "8d65aa766fb4199d1a855b620731cb02880bd935", "message": "aggiunta disconnessione in partita e refactor", "proba": 1.7090494566218695e-06}
{"commit": "2d10988cb841f8b15c1dcea35c90ceae24265353", "message": "manda cambiamento mazziere", "proba": 7.625753369211452e-06}
{"commit": "32fd6abcfaafd4bc0cae44ceb7bf9cc3fa65fa35", "message": "Add TaskManagerGuiTest class\n\nAdd TaskListPanelHandle class with proper variables and methods\n", "proba": 1.3928745090652228e-07}
{"commit": "862e0addb3a174d2e37026b846ad912b7229786f", "message": "Java \u5185\u5b58Like\u67e5\u8be2\uff1b", "proba": 1.5324103230796027e-07}
{"commit": "4279305d5eb1c0c773625a30598c8dd7b2f28146", "message": "Custom Sort String\n", "proba": 5.460101988319366e-07}
{"commit": "46cd063f98784d7f5362bce3e7032ec50e81bd67", "message": "Removed comment.", "proba": 1.3001057652672898e-07}
{"commit": "bfabc1afebdc98346b8b0b2b23c35b1ba972706a", "message": "Solution to FB sample.\n", "proba": 1.1556213763697087e-07}
{"commit": "db34cf199c9f829abdde6735e09020bd57de7262", "message": "https://www.acmicpc.net/problem/3049\n", "proba": 2.5472800757597724e-07}
{"commit": "b952b29c6d5e9c8d093791a7b8b82fb3dd2d30c1", "message": "Fix for distance bug\n", "proba": 2.735972373102413e-07}
{"commit": "2c8354419421dbb2edf502ec4683dd58d0751e1f", "message": "File parameter for selections insided the asset path.", "proba": 1.1065868221749042e-07}
{"commit": "bc110abd2d42d21b083a9f4235746eeed7e14d0c", "message": "Waytest\n", "proba": 8.945511353886104e-07}
{"commit": "93d6934e65d89ea2938853d017e245e3933b8c52", "message": "Added a prototypical implementation of a list adapter, which does not support selections.\n", "proba": 1.0153371476917528e-07}
{"commit": "500318fa268c4112c87e2a4641787c284971b26a", "message": "WebVTTTrack start - not much and not working but I don't want to loose the work I already did - perhaps i remmeber what I planned when I see it\n", "proba": 1.22183024586775e-07}
{"commit": "4379e1400744728a0fa40d77b390089c78c1aa23", "message": "Create RateLimiterTestBase.java", "proba": 4.2158455926255556e-07}
{"commit": "60ec15dee919182d1bb86ae4abcd6f66b0f46b91", "message": "606. Construct String from Binary Tree (easy)\n", "proba": 0.0012983969645574689}
{"commit": "f33de309925cdc18d50ef309a9735dcf1816b5a5", "message": "Create PasswordCracker.java\n", "proba": 1.4055526662559714e-06}
{"commit": "8798c59da0b76139e9c09e3391d3c47cd2a86f7b", "message": "Added Achievements\n\nDeprecated for now", "proba": 1.2202977472952625e-07}
{"commit": "aa6d52e75bd68cefe8895e7b9e912f655ef73a74", "message": "Add Class of Messages\n", "proba": 2.9110114496688766e-07}
{"commit": "f80597721db52ed9b7f4deb0344a88d5b725152e", "message": "Dana: Null check\n", "proba": 5.057286671217298e-06}
{"commit": "e79f775eae6b05bd87e8767189ccf8edc8598341", "message": "Added dummy loader\n", "proba": 3.1651416065869853e-07}
{"commit": "38590d7e5d4f3e97d5ae7ef7a05709189860c9d9", "message": "Replace canonical path with regular path\n", "proba": 0.9999991655349731}
{"commit": "39df2228d597cce0d082fae85c34c572eadc1e27", "message": "Baby steps towards using posix_spawn() and epoll for process creation.\n", "proba": 1.0803756111954499e-07}
{"commit": "ec81728c9d23e2cbdb1b50a9ab43b1dec370e6b0", "message": "refactoring\n", "proba": 5.272031557979062e-06}
{"commit": "265a37890ba6a0bab99c60c2ff79023f73497a33", "message": "Added default implementation", "proba": 5.851670152878796e-07}
{"commit": "f4224909d1b82a79d9b6f4f85767ca60745619c2", "message": "Update APIConsumerService.java", "proba": 1.3994921346238698e-06}
{"commit": "dc96556209de9ad304fbe6eeb1bb33d95e94d3c3", "message": "Update APIConsumerService.java", "proba": 1.3994921346238698e-06}
{"commit": "ce261477904d3ebb5ea4eb32348ed08e46965011", "message": "add new validate mojo\n", "proba": 5.722814648834174e-07}
{"commit": "4e263e9d6cdd12b930960ce97100505f5931510c", "message": "Fix for MONDRIAN-1510. The Sybase dialect needed to override requiresAliasForFromQuery to make sure that an alias was appended to sub-queries.\n", "proba": 1.026565286110781e-07}
{"commit": "bcc81cc0f2271579ed0853760a514c86b2a9a42b", "message": "2 pointers\n", "proba": 1.5541378672878636e-07}
{"commit": "6b0fbc2b3ef9fad03e81b730aa0791e429fa4a05", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "3ee49babc3f1311ba2f20db592b7333c30f48f94", "message": "Committing changes\n", "proba": 5.788164116893313e-07}
{"commit": "4a79492057ce1ee1f40bac6b8d8a6dcbfc68cabb", "message": "making BeesClient behave in multi-classloader environment\n", "proba": 2.0308708315042168e-07}
{"commit": "1f0a3c1786379738d900d45de3f19c5a5802ef88", "message": "Teste Tipo\n", "proba": 1.2500471484599984e-06}
{"commit": "ce2181b2cf983b13ef83187a995ff515e4b0962d", "message": "an UDF to concat multiple Strings\n", "proba": 1.1770296168833738e-06}
{"commit": "4dfaf9ff1a46426f25e182d875e141f0cb4c3115", "message": "Added TypeParserTest and ModelLoaderTest to AllTests\n", "proba": 1.20211453236152e-07}
{"commit": "3be7d6c18421b58ebf5840411af8e62d2a1d783e", "message": "call stmt rule application added to modelbuilder\n", "proba": 1.8800746204306051e-07}
{"commit": "bee3dee97e4b4103c7a237cfba17c2f3078c0bd4", "message": "temporary commit\n", "proba": 5.696204539162864e-07}
{"commit": "f83324504e0d62f4cba5355459e17cdf9f1100e7", "message": "Focus security fields before widgets.\n\nFocus normally proceeds top down through the view tree. Change the\norder of focus so that the security fields have a chance to receive\nfocus before the widget fields.\n\nFixes bug 11203748.\n\nChange-Id: Ie7f16e59652edbe64fa8342197fda81b53976360\n", "proba": 1.026102836476639e-06}
{"commit": "02a9c359a1a6e1175cdd2d560f97be9cdb816a0e", "message": "am e202fff5: Merge \"Stop sending broadcasts to RecentsActivity before boot has completed. (Bug 15109101)\" into lmp-preview-dev\n\n* commit 'e202fff5f77568294ba4b50c879ca587535db3be':\n  Stop sending broadcasts to RecentsActivity before boot has completed. (Bug 15109101)\n", "proba": 5.125790494275861e-07}
{"commit": "8be6bc9b10aea57509ea92fed142afeb9dc1aa55", "message": "am 3337693c: am 593aca12: Merge \"Support 24 clock displays in demo mode.\" into mnc-dev\n\n* commit '3337693c784c2495c3563295687de7f8f764eaf1':\n  Support 24 clock displays in demo mode.\n", "proba": 1.3741232862685138e-07}
{"commit": "41f588e0bcfa70c7bf097aee8d0e20e874c3c890", "message": "HSLRGBColorSystem.java\n\ntesting compare view", "proba": 2.0404065992352116e-07}
{"commit": "b3e18663dbd9f865856187f4ee6cfe2db9336278", "message": "- some minor refactoring\n", "proba": 1.9864135936131788e-07}
{"commit": "36fe4662bd33c171cdbbcfa4e48f001cc08b909a", "message": "added some JUnit tests", "proba": 1.710036059421327e-07}
{"commit": "a942467ad92dd5bdc341d8e3b9a7604e9819ae5c", "message": "add path paramters to endpoint names in js dialect\n", "proba": 4.075808988091012e-07}
{"commit": "d64348c2ff9d72ac2d5fb7a65c531c90370c21fb", "message": "boundary mutation\n", "proba": 2.265214106955682e-06}
{"commit": "bb47fa55cbfad42aca37916f5b461da550cf2cdd", "message": "add abstract class of graph\n", "proba": 0.9987138509750366}
{"commit": "b648a620a500469e7be20c1f045b3a9867227ead", "message": "Added game coins\n", "proba": 3.013127525264281e-07}
{"commit": "1856c7e572c71fac766abd464f32e3eab4872553", "message": "Create DeltaGene.java", "proba": 5.360765499062836e-05}
{"commit": "5c9134177d897dc70e7e9b0df9cdf2530725a436", "message": "All methodCosts are now isolated to the add* methods.", "proba": 1.0067461886364981e-07}
{"commit": "f67119deaf75b44d689e1d302b4dd2e0ce2e0216", "message": "Fix link in comment.\n", "proba": 1.1397293775416983e-07}
{"commit": "d08e97580cbd85c300e646c5e93e179de428cf94", "message": "count luck added", "proba": 1.742563284778953e-07}
{"commit": "087293ec6e22b3b07cafe4d06663ecc01ee54529", "message": "Drop unused import\n", "proba": 2.515707535621914e-07}
{"commit": "fc0f93820c55504661f8ca06f6d03c0dd8fa57b1", "message": "Add parameter to setup and static  for initial default value\n", "proba": 2.053194094742139e-07}
{"commit": "71b7184614faf588c2534dbc17fa75ca5166e52c", "message": "DataStructure abstract class created; enforce DS have certain methods\n\nE.g toArray(); used by sort validation for easier confirmation and to\nprevent a large case statement", "proba": 1.820077102365758e-07}
{"commit": "38295f55748aca65e421f533edac315ee4ed58c2", "message": "Refactoring - Getter/Setter", "proba": 2.0356428365175816e-07}
{"commit": "d1ddf6409708e0532368aca6b79e2a3bbfb54727", "message": "fixed intellij lint error\n", "proba": 4.21241338699474e-07}
{"commit": "41231830e3f277c94b3e0b07cef255c530571f73", "message": "Add an experimental NoOpBackingStore that might save us from having to check if (cacheStore == null).  Fun.  Something to think about\n", "proba": 1.7799223428482946e-07}
{"commit": "156f05bdbea447725933338d87d58427be6e4ad4", "message": "Added a basic generic DatasetWriter interface.\n\n- Necessary to support composeable writers (like the upcoming\n  PartitionWriter).", "proba": 9.979918047520187e-08}
{"commit": "b5e89a19cf1691681ad374c62b976bdb8042c4d4", "message": "Update ChromeDriver name", "proba": 5.505203830580285e-07}
{"commit": "cab8ff502c8084f0b71c3faa09a8556ed924f26a", "message": "Add rxbus\n", "proba": 5.588017302216031e-07}
{"commit": "45228df512bd9a2356e6eac35556f7cea3b96592", "message": "Create LinkedGroupPost.java", "proba": 6.54095913432684e-07}
{"commit": "0dc6e1e9383993ccbebfe60f494d34e2febcac91", "message": "Simple annotation expression can be evaluated\n", "proba": 1.318773797720496e-06}
{"commit": "f0fe8f007b22c837acf9f9ed8cffa0ec70032678", "message": "Cleanup member variables\n", "proba": 5.101923079564585e-07}
{"commit": "ad307d8e3f359612e00069f3beca5392912801db", "message": "Added virtual expression (used in core.list.map)\n", "proba": 1.1384801013036849e-07}
{"commit": "6030f8ba70763632dd49926a63d4d669bc211f08", "message": "Adding getPlayerLastJoin to api\n", "proba": 2.2900533735992212e-07}
{"commit": "12774efb324a3ea9f99deeadd002afe037f04f15", "message": "1. \u6682\u65f6\u5c06RouteTable\u6539\u4e3a\u7528BigInteger\u4f5c\u4e3a\u8303\u56f4\n", "proba": 1.6900007437925524e-07}
{"commit": "b2b83a8c695b2ec2867ae97cd9d026e6a7091b9d", "message": "Demonstrate ordinal() and compareTo()\n\nhttp://ideone.com/QegkON", "proba": 6.200047550919408e-07}
{"commit": "996cb8bef9738cc95fa56e3ffa7bf3020ed9bd94", "message": "KCINFR-882 fixing bug discovered by test\n", "proba": 1.0993583288154696e-07}
{"commit": "5ba265b954a1e5103193775fe53528c9e050c795", "message": "Fixed broken Ant automatic installator.\n\nSigned-off-by: Winston Prakash <fbbe1aedbef880a0b6a4dc480f6730af6b51b573@gmail.com>\n", "proba": 1.219067087276926e-07}
{"commit": "4e52c0188dd6abae20943661426b06059d8db068", "message": "Delete Finestre1.java", "proba": 9.05899810277333e-07}
{"commit": "a19c383d863815f8d6507c150ecf696e1f9fc834", "message": "https://www.acmicpc.net/problem/1864\n", "proba": 3.908278642938967e-07}
{"commit": "db2585c429189b3f1650a81241557f9ad1cf7f3a", "message": "https://www.acmicpc.net/problem/2774\n", "proba": 3.028265780358197e-07}
{"commit": "a7882128845fa4d81ab6ee620cd40b916f2513b0", "message": "add triangle solution\n", "proba": 5.42762018085341e-06}
{"commit": "55d409d771cbfd9065b2f0e8c67e06e5a3358140", "message": "Allow to change the prio of a Thread\n\n\ngit-svn-id: 5a74b5304d8e7e474561603514f78b697e5d94c4@593978 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.5177773775576497e-06}
{"commit": "5e1f698de9fc897d3b2c168d5e4aeb16f85b46a0", "message": "interface for property providing\n", "proba": 1.27219379919552e-07}
{"commit": "5dbe9228a95c4ee5bfcdf2791634f59ce119c0e6", "message": "am 6588bba3: Merge \"Notify the sim state after callback registration.\" into ics-factoryrom\n\n* commit '6588bba33fbf2756253d19764022a743e13573e9':\n  Notify the sim state after callback registration.\n", "proba": 3.243487185500271e-07}
{"commit": "4ab093f2d06c00fb7d85156dad72e3f5a18231ff", "message": "check for an existing trigger before trying to update trigger data\n", "proba": 2.2292353207831184e-07}
{"commit": "b0143164039f2f346cee60f0a15fa964124de98b", "message": "Add required type parameters.\n\nFixes java 7 build error.\n", "proba": 1.1139201916421371e-07}
{"commit": "b32785cc91a572f487cbcd719c584bad2d4b8995", "message": "GH-193 Adds DynamicBaseUrlTest\n", "proba": 1.2735011978293187e-07}
{"commit": "394f80c98e8968c214f550cbe13db16999ca51fd", "message": "Skeleton for problem 1162\n", "proba": 5.717206477129366e-07}
{"commit": "9ce034c32c2af8b531d679ac2e7a136cdd2f2f5c", "message": "Skeleton of problem 1332\n", "proba": 3.1096305974642746e-06}
{"commit": "28bcff2a7b4ce3674263e512aee680363c9ada06", "message": "Skeleton for problem 1334\n", "proba": 7.976261144904129e-07}
{"commit": "a12101b13bf16b6f270efbc0bea65cb8f47e74ab", "message": "Skeleton of problem 1342\n", "proba": 3.4736569887172664e-06}
{"commit": "5751ddfae1f99394fc75e1f60a0dce3e825f54c1", "message": "Skeleton for problem 1779\n", "proba": 5.830630129821657e-07}
{"commit": "16fc9c24102e6443d1111d0156f7d8b62a779ff4", "message": "Source bindings\n", "proba": 8.276908260995697e-07}
{"commit": "dfe44d9a1ae9715219ac590ecde05c3a26c2a0b3", "message": "leetcode : 62. Unique Paths\n", "proba": 4.6176856471902283e-07}
{"commit": "33dd7335bfd4f11c3aaf512b107bf2b996395b44", "message": "still have problems,fix it after I get up. 10.31_1 2:13am beijing\n", "proba": 0.0007428904063999653}
{"commit": "7516bc36bcea9c5c47c392b99be025e1db319187", "message": "Added IntentNotResolveableException.\n", "proba": 1.4993152319675573e-07}
{"commit": "b76b2e945aca356a68c3261f602b2638481b11df", "message": "javadoc", "proba": 1.0498242772882804e-06}
{"commit": "2b3de2028bfad06dfef4b00547a87cf7b2edf7c1", "message": "refactor", "proba": 0.9999991655349731}
{"commit": "24fb6ccf9c114f270d7070ddedf9e9c55eef31e4", "message": "Add aggregator with many keys\n", "proba": 3.4000368032138795e-07}
{"commit": "cbddf07c8a21b3fe1f546cddda842d38560c4026", "message": "git-svn-id: http://www.xerial.org/svn/project/XerialJ/trunk/sqlite-jdbc@3172 ae02f08e-27ec-0310-ae8c-8ba02fe2eafd\n", "proba": 3.7670201891160104e-07}
{"commit": "b434f1b72bcb7583f034ff5a0eb4e75849bac9f5", "message": "deck hand added", "proba": 2.762421331681253e-07}
{"commit": "fa4e8feb4ba93deccfc8a65d4d2442cbd9c5a63e", "message": "Synchronize getInitializedServiceDesc() to avoid potential race conditions\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@246961 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.863264729872753e-07}
{"commit": "14a4f05262bae69e15a2080c8082f4d03bde741c", "message": "Break unnecessary link between inner class and outer class\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@254211 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.993704356413218e-06}
{"commit": "2b5e54781088c4e0e47e4f0e5bfe8a32ef81c7ca", "message": "\u65b0\u589e\u7ebf\u7a0b\u540c\u6b65\n", "proba": 5.383546408666007e-07}
{"commit": "04e3cc61acb4634bc52665e4ecfd7a8c10b1aa00", "message": "Added: AxisServiceBuilder which builds an AxisService object using a WSDL document which is fed as an InputStream or a javax.wsdl.Definition\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@358066 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.4059240761052934e-07}
{"commit": "3a4b229a11fcd1fa5e1a4e3749b7d21b916dbfb8", "message": "tests for structNew rule\n", "proba": 3.340515490890539e-07}
{"commit": "72c0a48cf698b1b4f08e6502522c33229e7630ea", "message": "First failing LuaCommand Test\n", "proba": 2.2756194084649906e-07}
{"commit": "aaa59482d178ae72f0b9e0e58919ae2edfd0c794", "message": "NEW: MetaImage decoder.\n\n", "proba": 1.2803229765268043e-07}
{"commit": "86f7a8be8dc1887c185632d330289d19f8a5ad6f", "message": "added missing file\n", "proba": 7.312501679734851e-07}
{"commit": "906341790c11de7449044e4736420ee0d2a5db31", "message": "Fixed bug in isSupervised()\n\nWhen a project had inherited the status \"unknown\" from one of its members, the project didn't show its version in a decorator, didn't show history and so on. This is fixed now.\n", "proba": 1.1687350820466236e-07}
{"commit": "2c0624c59e7fb02df66b5314653f57aed486a692", "message": "added a dirty temp code to calculate distance from TSS", "proba": 1.663238009541601e-07}
{"commit": "a052b4894604c812605e35d4020188f8210f0474", "message": "Fixing a possible NPE.\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@442311 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999994039535522}
{"commit": "fa0211adc3a8bcc988f5a886e71aab1459f7435e", "message": "am 8d1e86d0: am 1907c0d2: Merge \"Don\\'t show external presentation until keyguard actually shows\" into klp-dev\n\n* commit '8d1e86d054c9d2a9bdec2a0c9d454ddf21768031':\n  Don't show external presentation until keyguard actually shows\n", "proba": 6.360183419928944e-07}
{"commit": "b4875ee61072c0a5ab75508bb737bdecdc4d1c2b", "message": "Solve No.1924 from Baekjoon Online Judge\n", "proba": 0.9997692704200745}
{"commit": "92e80b8caf7711ed0d5875ebfa850a0eba2c7b8b", "message": "Updated to meet new usage pattern for ObjectStresm in AbstractEventStream\n", "proba": 1.285711732634809e-07}
{"commit": "8266ad4b6047e226813a34750f4cd9d0fb4c4fac", "message": "Feature: Introduce TransformerToStringReplaceEmtpy.", "proba": 1.268509635110604e-07}
{"commit": "6494e2c81ba12e9df4f50a983b637e6779b5c871", "message": "Fixed the notification methods", "proba": 1.5125436902962974e-06}
{"commit": "90fff9306eda63f674e5e9bf5d0f7b6090d740ad", "message": "Add another tuple algebra\n", "proba": 0.0009919278090819716}
{"commit": "a8f4e2b870efc273bb84b076eec2d21cdea98fb3", "message": "am 9433ae95: am 2ee2ef10: am c7932a06: Merge \"Fix a small printf format bug.\" into lmp-dev\n\n* commit '9433ae95e61a2a139e883ff10ad0b00649312c13':\n  Fix a small printf format bug.\n", "proba": 1.885702118897825e-07}
{"commit": "d728dd8828492e93a14471c6fff6e69e429fab40", "message": "Initial check in\n\ngit-svn-id: 617ad4860dbc5b8a793a5b07e81e5b5684aade50@569 b8d320ad-ce4d-463a-8333-51e6c77ad906\n", "proba": 8.07323090157297e-07}
{"commit": "a993b7d39b676a7ee3742e9b389327009f003607", "message": "removing wrong context expectations\n", "proba": 0.002462550299242139}
{"commit": "7a755c9d5020e3d06c2e0e1ab9e87402244364e4", "message": "remove transactions from test, instead of that use @DirtiesContext, that clear context before each method\n", "proba": 7.141881610550627e-07}
{"commit": "89c0aa6b807d02d561c1b7445d37890ae6eaba16", "message": "test for checkState", "proba": 4.1436038600295433e-07}
{"commit": "b93b4ee4fd5eac6caf52545c23edcfca7bd87a3a", "message": "Skeletal beginnings of a unit test for DefaultSiteTree.\n\n\ngit-svn-id: f6f45834fccde298d83fbef5743c9fd7982a26a3@39465 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.8694611298997188e-06}
{"commit": "306fa083abb5979ea962ce9c3e491e5482cefe7e", "message": "Moved the sample plugins out of the plugin loader project so that a no found plugin state can occur.\nWhen no plugins are found the plugins menu is hidden.\nrefs #2379\n", "proba": 3.4620777000782255e-07}
{"commit": "d12896c04948e7ab28a60e0c55aa49093aeb3ee2", "message": "\u6839\u636e\u6307\u5b9a\u7684\u6587\u4ef6\u7edf\u8ba1\u662f\u5426\u5173\u6ce8\n", "proba": 3.287258323325659e-07}
{"commit": "7644ea5c979ee9151d751494d1d7a5f3b6dafab9", "message": "Add a specific JBoss Registry\n\ngit-svn-id: bf08415a33f9c0f05ac2b054c631df0aaa894ee0@640 f54485bd-ff3a-0410-97a1-83db373c2bce\n", "proba": 0.003675787476822734}
{"commit": "766ec4875bab22087968aee8a01101a2ff7dae46", "message": "introduce the location (polygon) bounds object\n", "proba": 6.97525501891505e-06}
{"commit": "03f95b848687bb74df07c50aa56cb0fdeff6dc71", "message": "Updating src folder\n", "proba": 6.798368872296123e-07}
{"commit": "b67485ad7f3e8d8d3b57412ffddcfb14b808c396", "message": "Added updateKeyed method.\n", "proba": 1.1670755384329823e-07}
{"commit": "94d8ade9873f15037557543253c4b33618e358b1", "message": "\u5b8c\u5584PDF\u529f\u80fd\u3002\n", "proba": 2.0736612782457087e-07}
{"commit": "a2168f2189166e7cf7877c7b40e3a9d82aa616e3", "message": "rename", "proba": 2.129588756361045e-05}
{"commit": "7471c57d214eef750978ae55a3cf0c6d568e228b", "message": "FEATURE: added makeQueryURI() method to transform a SearchResult into an URL that will display all captured versions of the URL in the SearchResult\n\ngit-svn-id: 25dac4f723c7e5b42083d4a98669c37f60455592@1724 69e27eb3-6e27-0410-b9c6-fffd7e226fab\n", "proba": 2.2619285573455272e-06}
{"commit": "05cab97293500aae2fd6381ab25a159aea3c4630", "message": "Add unsynch.TransferRunnable.java.\n", "proba": 1.4688792759898206e-07}
{"commit": "e32dc72d826d92fcb3a58da0835b5208600a4666", "message": "finished the longest common sub sequence problem\n", "proba": 0.9998607635498047}
{"commit": "91dd01243173811b548cfde5b3a35afdeb22a8fc", "message": "Create Solution.java", "proba": 1.4807177421971573e-06}
{"commit": "069bfe0c89fe6844b12849f9f3ad7077ee3fce0a", "message": "check if binary tree is BST or not\n", "proba": 0.9933769106864929}
{"commit": "344541f2a0160f33222493b0eca2f2d0c210ee7d", "message": "Update CreateCube.java", "proba": 5.308864956532489e-07}
{"commit": "1714309c992477b63de96a2cbc81549e52d1e643", "message": "INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED\n2004/03/12 16:16:50 rpiterman 1.1.2.3: documentation and small implementation-fixes\n2004/02/02 11:27:40 tv 1.1.2.2: formatted with autoformatter (indents now use TAB)\n2003/10/21 13:33:36 rpiterman 1.1.2.1: For configuration sets, indexable represents an item which has a swequantial access (not only name...)\n", "proba": 1.0466128230746108e-07}
{"commit": "02f3cf79989b202a45753ad74653d48f7d73c73d", "message": "am 523a19bf: am c9a0c0b9: Lockdown AM.getRunningAppProcesses API with permission.REAL_GET_TASKS\n\n* commit '523a19bf3df202c58369279fc4e538e9e342c1e7':\n  Lockdown AM.getRunningAppProcesses API with permission.REAL_GET_TASKS\n", "proba": 8.288519666166394e-07}
{"commit": "e0e64b1cbf400db0aedd9a110b95972e61a30722", "message": "am f5b56737: am ca4c2592: am e02b7868: Merge \"Call profile changed in cases were focused activity is nulled.\" into mnc-dev\n\n* commit 'f5b56737b0c5da41c0fd334b3208a97d25b631e5':\n  Call profile changed in cases were focused activity is nulled.\n", "proba": 3.279990039573022e-07}
{"commit": "7bd35c7e6f5e8b4085bc8ee708e67872cab9743f", "message": "Use DeviecPolicyManager to authenticate lock task\n\nUncomment lines in ActivityManagerService. Before start lock task,\nActivityMangerService calls DevicePolicyManager to see if the\napp can go into lock task.\n\nChange-Id: I9ad784d7cc637d45884dcb2623b4c59ff802f93d\n", "proba": 2.4397044398938306e-05}
{"commit": "ddc4886f9e7ad77d99e8b649a43593e92270d609", "message": "am b85e1ecf: Fix broken transition to secure apps when relaunching\n\n* commit 'b85e1ecfdf410b6aec7b6f93e3932b0aa32fba06':\n  Fix broken transition to secure apps when relaunching\n", "proba": 4.175409173967637e-07}
{"commit": "1da67f0cb48894f3e270ec03f13c27834761e7fa", "message": "am d8f0526c: am 8b353ef1: Merge \"Maybe fix issue #16167054: Wakelock is acquired and released in...\" into lmp-dev\n\n* commit 'd8f0526c252b142faffddf035b3d32d35f39e7bf':\n  Maybe fix issue #16167054: Wakelock is acquired and released in...\n", "proba": 1.13232218268422e-07}
{"commit": "01d63a35245ad20cf5251b69777db5c81fc76a84", "message": "am ae8106ef: am 2326acb5: Merge \"Fix typo that causes dreaming on battery.\" into klp-modular-dev\n\n* commit 'ae8106ef9cdea9b6325afec197023d5b2d6214d0':\n  Fix typo that causes dreaming on battery.\n", "proba": 5.559907663155172e-07}
{"commit": "eea7d6dc508e8146bbff8e5ebc68185ae87e2182", "message": "am 7897e312: Merge \"Add null-check for system audio mode change event.\" into lmp-dev\n\n* commit '7897e312e5dea491e217e902173362ab32d9058e':\n  Add null-check for system audio mode change event.\n", "proba": 1.6259183155398205e-07}
{"commit": "426b1bbc8c3762bb9a34bb12ab88f579789810d8", "message": "am 0313a0e9: Merge \"TIF: TvInputHardwareManager puts multiple sink ports into audio patch\" into lmp-mr1-dev\n\n* commit '0313a0e9b786f9d5d83113d574bcc8f27f2206dc':\n  TIF: TvInputHardwareManager puts multiple sink ports into audio patch\n", "proba": 6.414023232537147e-07}
{"commit": "01d622d471d9b1809128dc9d5c834d33d4ff6866", "message": "Beta Release Prep\n", "proba": 4.360344689757767e-07}
{"commit": "cb85f617045c0332847207938d441f938644d102", "message": "#28 initial", "proba": 4.063223002503946e-07}
{"commit": "14e3bbe8dad1f39790058875e5feb7ea405ae006", "message": "New spec for ConnectionCollector.\n", "proba": 1.1040084757496516e-07}
{"commit": "505f2df574d16e2feb96f9f971bf15a436d224a4", "message": "Add getToEigenVec().\n", "proba": 1.5492560123675503e-07}
{"commit": "e4e40811edae6e612a37af300f70f2e4c3844df3", "message": "Add primitive array capability\n\ngit-svn-id: 4741f78aa2d3279ddd0a34c053c42ca3ce19451b@527 124fc276-1b20-0410-8d16-dc08e6bff5e9\n", "proba": 0.9997169375419617}
{"commit": "eaa23e6a10b8771e790d3af62ac351906b76b1d0", "message": "Added getUnit() method to support Modbus/TCP bridges where only a single unit is being supported.", "proba": 1.032690519764401e-07}
{"commit": "78f6d591eded817968ec52fd82090f2b23684f1f", "message": "Sum Scorebroat", "proba": 4.876438879364287e-07}
{"commit": "5211362a640f1d31aba7001c210d87e99f8a819a", "message": "Add java solution for 76. Minimum Window Substring\n\n76. Minimum Window Substring: https://leetcode.com/problems/minimum-window-substring/", "proba": 0.0010887919925153255}
{"commit": "00000e323e49ce2d0a56f0f956af0114524aa12c", "message": "Fix access to poller registration\n\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1295998 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.9689354619222286e-07}
{"commit": "10d8d484142259c97434200a16acc97798ba2980", "message": "fill project contents\n", "proba": 3.7899741300861933e-07}
{"commit": "903b488b8fe34d4f8b250061a9b95650152f15da", "message": "Alphabet class to store all alphabets and manipulate current\n", "proba": 4.057382284372579e-06}
{"commit": "4fb0eb15bdc23f097265f008d6307e1adf0bb26c", "message": "BroadcastReceiver for creating notification when alarm goes off\n", "proba": 1.863530485479714e-07}
{"commit": "973db1dccb308ba4eca0583f0a3b97db68d0d0e5", "message": "add Messager\n", "proba": 1.7038469479757623e-07}
{"commit": "693298c1e350e0a5d2da0057dc4a91f4aaf84700", "message": "Added unit test", "proba": 1.4839577033853857e-07}
{"commit": "6f4899c64c265d42aecc52f2db513d72142903d6", "message": "[ONOS-2599] Implement BGP Notification protocol Messgae parsing, Decode and encoding\n\nChange-Id: I389bc57e386a621e58b269dfd692b272fe3d4495\n", "proba": 6.942438517398841e-07}
{"commit": "6de49c1b554b80519459fdfaaf63974517b3248e", "message": "fix a mistake about event dispatch\n", "proba": 0.9997836947441101}
{"commit": "fc2118a687a3d2c8285f7eb9dbbc7f3835ad402f", "message": "Added utility class Registry to Runtime module.\n", "proba": 1.1094567753389128e-07}
{"commit": "5bacee49b978a03841372822b04ae298a3a88dbf", "message": "setName() added\n", "proba": 1.1860009863084997e-06}
{"commit": "2ed2aaffae735dbb8cfbd8a69145de907d91a0dd", "message": "Minor changes.\n", "proba": 1.6103231814668106e-07}
{"commit": "bd0b203f946573bf8b53b68017e366fa70327280", "message": "Initial version.\n", "proba": 1.5797580488197127e-07}
{"commit": "f9e42d8769c640226db04e98bb3ebe75dd4c64c9", "message": "Added regex_replace filter\n", "proba": 2.6713144052337157e-07}
{"commit": "e71f2d392f2a506555517339a35f01b925756f5f", "message": "Added support thechive.com\n", "proba": 1.4219837396467483e-07}
{"commit": "62fb2f8abf49628df548173c10049cee9f49c3fa", "message": "Update APIConsumerService.java", "proba": 1.3994921346238698e-06}
{"commit": "c3403036b0d3397869ddb7cd589115d10e291c28", "message": "Add OliongDeserializer and documentation.\n", "proba": 1.1176210534813436e-07}
{"commit": "61c44d420e151ff326c6dd836f2682e1d024dd38", "message": "started Java class for making all the individuals we need for connecting forecasters\n", "proba": 1.133542042452973e-07}
{"commit": "fedffdeab9fa5592b544c5ee658b353a4967358b", "message": "Create DirectoryCommandParser\n", "proba": 4.982591690350091e-07}
{"commit": "8146ebd92dd7fc1b97ac59bdc2f067b82f50334f", "message": "update cybergame server\n", "proba": 2.9375439680734416e-07}
{"commit": "cfac6f43c51935126d5929f81c18519f09efdf0a", "message": "Add code for exploring OME XSLT transformations\n", "proba": 1.9069224777013005e-07}
{"commit": "7563a08e2037d6775cbed26076627d83774f23f0", "message": "VTK-2567 - comments\n", "proba": 1.1225561280525653e-07}
{"commit": "8b2b261735c10630193c8220385109e0d877aa0b", "message": "XLCLOUD-1007\nreplace multiple configuration files with maven resource placeholders\n", "proba": 1.6818201231671992e-07}
{"commit": "e74ca802c169cf3aef582441480d31d875b4b23a", "message": "add testcase\n", "proba": 2.2016933144186623e-05}
{"commit": "5d4e4529755dc4c801ed11350fbce0e06d250847", "message": "Helper for defensively starting, joining test Threads\n", "proba": 1.3709529866900994e-07}
{"commit": "ebfdfdf96037ffe7514bde1d674530f2de41ea7b", "message": "Added empty sorted set\n", "proba": 2.774677625438926e-07}
{"commit": "c11d5dc198f125a24ca0a4f26a7b128c3273de09", "message": "Test creation of bookkeeping contexts\n", "proba": 2.721623104662285e-07}
{"commit": "7b6c058496bc47f770aaae9417118cbb52b7dbe8", "message": "Title aware file reader test\n", "proba": 2.3887778866082954e-07}
{"commit": "3487c0d550fda1c1499453ddd18bf4039e418086", "message": "empty condition\n", "proba": 3.352784915477969e-05}
{"commit": "d6b9173d246a1ffe80abac3635ba9ea2ba45667b", "message": "improve reporting of backend-specific problems", "proba": 5.024856477575668e-07}
{"commit": "9dd0f6efcfc75d358aae9306afafd2bd5c402eb8", "message": "Add back to make config server work with older models\n* Still needed, getting NoClassDefFoundError\n", "proba": 1.28205314808838e-07}
{"commit": "ae208ba9ce1c81e8033236a00333da2fef1bafca", "message": "am 969cb2db: am cad81c3e: am 3c7f1aac: am 15653a91: Merge \"getCurrentInterruptionFilter should return the filter value, not the hints.\" into lmp-dev\n\n* commit '969cb2db770a44f1265dc57910edc3f58ae0fbbe':\n  getCurrentInterruptionFilter should return the filter value, not the hints.\n", "proba": 2.0989874371935002e-07}
{"commit": "ebb863faffec08d2ebabe09101d22dd34f6525cd", "message": "Fix tilemap reader not catching the last tile.", "proba": 1.1630545060370423e-07}
{"commit": "ec2e21593d2dc4a5d5d11e18e18c8698d735a4dc", "message": "[1076][cygnus-ngsi][NGSISink.java] Add enable_name_mappings param and associated logic\n", "proba": 1.5994777413652628e-07}
{"commit": "378d098359988c4e872b000c9323a855ae111e4f", "message": "update javadoc for precision on ValidationResult message behaviours.\n", "proba": 1.0880187062412006e-07}
{"commit": "98340a76fc9d70a4d4e4b98dd3aefed9e816a031", "message": "p173 solved\n", "proba": 6.291872978181345e-07}
{"commit": "c39ecfd58334f7c013951adda75cf6f6aeba2134", "message": "BinarySearchTreeTask\n", "proba": 3.857032879750477e-06}
{"commit": "012c57846e2bf93f4bf1557ff55fe8aa18540d92", "message": "clean up U plot a bit more, force an update at the start.\n", "proba": 9.966640135417038e-08}
{"commit": "f5e1141ac63ad19112e09900e36bac0ba85f8b74", "message": "XLCLOUD-1724 Fixed displaying \"Failed to retrieve\" instead of \"Forbidden to retrieve\".\n", "proba": 1.0288037799455196e-07}
{"commit": "23e7806c9b6fa154587d48dc4ef31293775d9de5", "message": "Medium", "proba": 1.1500455912027974e-06}
{"commit": "fae72e37927bccc72b6b1f7425d8a4c280e3fa29", "message": "add from qs-gps-project\n", "proba": 1.8697610926210473e-07}
{"commit": "1221fdc3d235d9a9aefe7a906ebe6525d25ada10", "message": "Delete Page.java", "proba": 1.0153677294510999e-06}
{"commit": "bfec0caada57e353f671efe53c43a9bb31a96268", "message": "Update MushroomIsland.java", "proba": 2.2663743948214687e-06}
{"commit": "28412ec2369a0015abcde12d696414ba23133d80", "message": "Stub for running as a service under the commons daemon\n", "proba": 1.938681890578664e-07}
{"commit": "44d05016132e6ce00080d406e696b85f235d6f41", "message": "update javadocs\n", "proba": 4.523174936821306e-07}
{"commit": "8ccf6848b30fb428be672aac881355efc84190a8", "message": "fix regex for csv files\n\n(ignored two sources)\n", "proba": 2.5682871296339727e-07}
{"commit": "2c2206359e9fbd693e6736bf434bdab1b9d97a56", "message": "Create CharCopy.java", "proba": 6.322663921309868e-07}
{"commit": "463592a7868cabe4b9420f355f42be0ac9bfd1bd", "message": "JSchIOChannel: use buffer block size that matches common disk block size\n\nSigned-off-by: Paul Campbell <2a89b5ebf79dd463091573d53822db80c4a96217@kemitix.net>\n", "proba": 1.2134276516917453e-07}
{"commit": "ffcbd9c4b39023761c9d1eb8b4beb61cdab1b9c4", "message": "Refaktor\n", "proba": 1.4254815141612198e-06}
{"commit": "5c27bb2966091360902e4a85706ca4685603d082", "message": "Parse response from server to create a profile and redirect to the newly created profile page.\n\ngit-svn-id: f58a9b601cc1b78d50b2e947bdfafe48659f3a22@244 5fc6d161-ea32-e9bb-d6c6-78504b9a0898\n", "proba": 1.1838893442472909e-05}
{"commit": "d2f9a46ee28edc9270cf3b863333d58ac78a8eb7", "message": "AlexeiBarantsev: Moving fields initialization code to setUp method. One should never assign fields outside setUp with JUnit because it creates test class instances when it adds test methods to the suite, and this init code will be executed unexpectedly. Fixes issue 291\n\nr14785\n", "proba": 1.2601009302670718e-07}
{"commit": "296ab3226f57f5b78c434a6d651f3b10446dab68", "message": "Close reader once FlatPack data has been unpacked.\n", "proba": 1.0874212108546999e-07}
{"commit": "59dcf6746b0f7ad9e4dac1b7c8e20f16b73987d3", "message": "Add javadoc\n\nBug: 27952005\nChange-Id: Ia1b6b6a723c30979c7c7ad7c0b2c0e7e295f0831\n", "proba": 3.0081230306677753e-07}
{"commit": "275d0752ddcf4213ff4448b6b7bd61f2a369af26", "message": "Slightly more informative name + message.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@251888 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.519183726690244e-05}
{"commit": "cd2a9d8705ec383023a766b0732cfd1d4a9d8c70", "message": "Add CallerInformationTest to log4j-1.2-api.\n", "proba": 1.1031939095573762e-07}
{"commit": "505169b962d515ce2dfb0a77c73932275a566612", "message": "FileIconUtils\n", "proba": 9.136938388110138e-07}
{"commit": "f9a55f9b5a2ef939e1fb8825fdb56892beee429c", "message": "Update MutableCollection.java", "proba": 4.4205705762578873e-07}
{"commit": "f1cb8792052d5b554e83fa0fec7d698b5bcb7c8e", "message": "Exercise 4.22", "proba": 5.39799771104299e-07}
{"commit": "dc20676fe095a835006e74b41ad9a51f66a51761", "message": "dev...\n", "proba": 1.4040237772405817e-07}
{"commit": "45f64af8f238bc502f6278bef1a57b3d684b227e", "message": "am 9c5896b8: Merge \"Always execute resumeAppSwitches when launching something\" into lmp-dev\n\n* commit '9c5896b808f77295aa5cd09cb37ad01bccd7994c':\n  Always execute resumeAppSwitches when launching something\n", "proba": 4.83055998756754e-07}
{"commit": "aec3773e30eeef61d232b8f338a36b3b31501612", "message": "am 0cce531f: Fixed a bug where a notification could get below the empty shade view\n\n* commit '0cce531f2e4d67f9a4d8f55009a35bcc8498718e':\n  Fixed a bug where a notification could get below the empty shade view\n", "proba": 2.219304633399588e-06}
{"commit": "e19e540598b897802afcd376e8cefaa0e14befdc", "message": "am 6f5604a6: Merge \"Whitelist fonts instead of blacklist.\" into lmp-dev\n\n* commit '6f5604a63a458addfdcfe4c5a3f0c1fb0a5899de':\n  Whitelist fonts instead of blacklist.\n", "proba": 1.391839958841956e-07}
{"commit": "98bdca522afb4cd8091c2332c4a2c2b50a4598bf", "message": "Don't need this.\n", "proba": 2.6569783585728146e-05}
{"commit": "b8d8802581a0e3c5dc2bdab1f7ced1d47583e9e3", "message": "removed erroneous javadoc entry", "proba": 2.361805826467389e-07}
{"commit": "a236f824cc9e4d8433535156f609049cb74b5544", "message": "+ModuleManager: Pr\u00fcfen ob Modul in Config steht.\n", "proba": 1.1250554621256015e-07}
{"commit": "1886bba185f2e8fb21284ec2490245918c6d81c6", "message": "Actually add source, fixes #1\n", "proba": 1.224896379881102e-07}
{"commit": "6b5bd892241d45c15f10aa15511f3ca1d23568e9", "message": "eveluation\n", "proba": 1.5297529216695693e-06}
{"commit": "04c04d619999d55a7c0e003e003c4af6ffe2225b", "message": "Add solution for problem Java String Reverse\n\nJava String Reverse from HackerRank/Strings/Java String Reverse\n", "proba": 0.0010980331571772695}
{"commit": "a1024241a0d9dec9b7b227bc66939a0d0da2ee17", "message": "prepared autnumcleanup for run\n", "proba": 1.5869774472321296e-07}
{"commit": "854096663418d5ba27b05b6b930cb6e14d62ca76", "message": "if --httpsPort is given without the key store, run with a self-signed\ncertificate.\n * added --httpsCertificate and --httpsPrivateKey options to support\n  OpenSSL style key formats.\n", "proba": 1.0764222935222278e-07}
{"commit": "0716bbc503893f85914bfd12768f9570e2a29176", "message": "Task 4010 has done\n", "proba": 0.9985367059707642}
{"commit": "ba03f6fe38d1de5f75bad5afa35a1077b9ce0ca4", "message": "Add a NoOpInterceptor\n\n", "proba": 0.9988715052604675}
{"commit": "4aa71b078f72cb489108fd8515ba19a577c824c6", "message": "simple tree\n", "proba": 1.391831483488204e-05}
{"commit": "f8f212bcd579bc0fd46efc1412426304f0a8a8fd", "message": "Added PositionArea, an Area wrapping for a single Position to use for DistancedActions.\n", "proba": 1.0028805519368689e-07}
{"commit": "07780fb7f92f08937a5e2d7f8604e1c3ae7dd563", "message": "Added comments mostly. Other changes are not worth mentioning.", "proba": 1.0087624957577646e-07}
{"commit": "1988492c297226c5fb248b4b5331b35e89d7a511", "message": "Helps if you pass the correct element...\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@245720 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00033517752308398485}
{"commit": "5dcaf42a5bb80f9388210403a57aeb9379153115", "message": "add a double check for nullity of engine as the sync block will have killed the ref if it blocked.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@247738 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.23513392888708e-06}
{"commit": "c76fa42086cad72a29f9f75b3ee637c60da99c92", "message": "Fix separate update refreshing\n", "proba": 4.062382288338995e-07}
{"commit": "4f18c60f48bf1b2b614f9a10b7ef3b7967713ceb", "message": "Make sure to return network type after conversion\n\nAfter converting raf to type, make sure to return\nnetwork type\n\nChange-Id: I7fd338717be98a055cbaed66d1b15417da27a3d8\n", "proba": 1.7262460460187867e-05}
{"commit": "10e856d203cf9bb51bf5efdd34e3cb67ca96336b", "message": "old class Name in jade.onto\n\n", "proba": 1.4457797078648582e-05}
{"commit": "1284bcdd47236aba83a017809bde4108e1ac8719", "message": "\u6c42\u4f17\u6570\uff08n\u4e2a\u5143\u7d20\u7684\u6570\u7ec4\u4e2d\uff0c\u67d0\u4e2a\u5143\u7d20\u6570\u91cf\u8d85\u8fc7n/2\u4e2a\uff09\n", "proba": 2.057802674926279e-07}
{"commit": "bf007340b53b20083dead97f3df90d2482955728", "message": "Find the shortest distance between two words in a given text\n", "proba": 0.9999995231628418}
{"commit": "8eb544b168dbdd63c75dfc3b8a7aa7bbc4c868f9", "message": "LazyCollection comments (to not load comments when just size needed)\n", "proba": 1.0581463527614687e-07}
{"commit": "75990979acb088391f446902ef0ab8723873c9a2", "message": "Create a Bot that does nothing\n", "proba": 7.998474029591307e-05}
{"commit": "20d21716bfa7569d4b8fe1da39ff532348a20761", "message": "fix comments\n", "proba": 9.220947276844527e-07}
{"commit": "19537b1dd363379ab61fe643a9bbf9634cf5f43a", "message": "refactor for Matrix getCol to return Vector\n", "proba": 1.2763326594722457e-05}
{"commit": "12f95901d1465d7a4f66bf9ddeb4b7502c67d599", "message": "Added Utility Class that transforms Strings in a certain text style using Discord Markdown Support [implementation][utils][Markdown]\n", "proba": 1.1265971977536537e-07}
{"commit": "6a3c3b838b44210a1e44f3eb2b7b262b680e8473", "message": "am 5fecbf9d: am ec586994: Merge \"CalendarView header not updated on year change.\" into jb-mr2-dev\n\n* commit '5fecbf9d10cd6e40204187e6a2970ed113e48350':\n  CalendarView header not updated on year change.\n", "proba": 1.6303808081374882e-07}
{"commit": "3ba83d6f9a93e176a8183c57227fb9d6dfcfab33", "message": "first commit\n", "proba": 2.536962142585253e-07}
{"commit": "0720cf7d539274b0b30166b3ea02fe28cfc6a235", "message": "Preserve processed header elements between getAsBytes and getAsString operations\nthis use case (i.e. logging) is far too common to just dump them between forms.\nMore than likely there is a much more elegant way to achieve this.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@248200 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.4857564514823025e-06}
{"commit": "98644ab1a75add6cfa6225eeda58f53c009f95c3", "message": "closes #6\n", "proba": 3.88248622584797e-07}
{"commit": "575bb7e2eddf1c58d12affd39df661351acc7816", "message": "Adding tests for uploading a file\n", "proba": 3.367377132690308e-07}
{"commit": "82662835945f0e5cc35995007bc9b2c579074f8d", "message": "Add tests for FileServer\n\ngit-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-1@345770 13f79535-47bb-0310-9956-ffa450edef68\n\nFormer-commit-id: a34a9406d11cb5e9bd57abbc81ea31974d809997", "proba": 1.8182726080340217e-06}
{"commit": "646dba8330181704ce1c32c685c646f1be9a1407", "message": "am b240578f: Fix docs build.\n\n* commit 'b240578f0333f5b35472cb11d6d7b5bb1da431cc':\n  Fix docs build.\n", "proba": 1.3024263978422823e-07}
{"commit": "e3dc975acb716eede4abb0d1f4a5f969f92fc307", "message": "when disconnectHeadsetInternal, allow it when the BT is not disabled\n\nThe old code allowed the disconnection only when BT is enabled. This\ncaused a bug during BT turning off that Headset connection failed\nto disconnect.\nChange-Id: Iba15a1595b6987064f071ad90bbb126a6edfe6b5\n", "proba": 9.258968020731118e-06}
{"commit": "fb442580d73b28ac59fc1640d9bcdebaac085a0a", "message": "am 1103d005: Merge \"Fix for When Hf is rejected the device should initiate A2dp if a2dp is enabled\" into jb-mr1-dev\n\n* commit '1103d0056c18dda032772df57d9b141b730b7fa0':\n  Fix for When Hf is rejected the device should initiate A2dp if a2dp is enabled\n", "proba": 9.116414503296255e-07}
{"commit": "09407b481043079ddcd553059b16e981a3f524e6", "message": "Send correct cookies for HTML5 video when incognito\n\n Bug: 3489551\n\nChange-Id: Ic35ec725e72e97830afff2fb0392b2300d8c45f6\n", "proba": 3.9674938534517423e-07}
{"commit": "305e641de459ccaf0f993e256d4c7f624243279a", "message": "Implement rough BST\n", "proba": 0.9990425705909729}
{"commit": "9eb05fe35b08c0df588f10fd1c5c2f5592d23bcf", "message": "Added AnimGroup for composing groups of animations.\n\nYou can use it to package up one or more parallel chains of animations and have\nthose queued up for actual animation at some later time. Or you can use it to\nstart multiple animations in parallel as part of an existing sequence of\nanimations. Or you can use it to make toast.\n\nNeeds testing/demonstrating. That's coming next.\n", "proba": 1.0907447745012178e-07}
{"commit": "304eaf22ff999ba64cfd4567bdd2c0b37b92976e", "message": "Forgot getter for the ScriptManager.", "proba": 1.1960287338297348e-07}
{"commit": "6940f218a877cbd4d1a6db4a59f82f925eda253a", "message": "\u76f8\u4f4d\u65b9\u6848\u547d\u4ee4\u63a5\u65368\u76f8\u4f4d\u653932\u76f8\u4f4d\n", "proba": 3.705425513089722e-07}
{"commit": "a85f016f7128744a3cc32d8592792d8226132933", "message": "add Milk.java\n", "proba": 1.2505774066084996e-05}
{"commit": "80586e905b85d1eaa3e96d5bb6c555cc1f1bb549", "message": "Forget to commit RatingPrimaryKey class", "proba": 1.2737586985167582e-07}
{"commit": "bb54590ab53df252beffec5cfd8e54942429964f", "message": "HBASE-6920 Addendum - fix SecureRpcEngine\n\ngit-svn-id: 1ea5de6e32eadb5f080cfd8bafe1c87167c06d54@1394908 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.598016237698175e-07}
{"commit": "e4f7957b80e3fc1202ac68b947c4fb00766f22c7", "message": "\n\ngit-svn-id: svn://svn.code.sf.net/p/tuxguitar/code/trunk@492 e5ace225-184b-0410-aeed-e0aa2ff36a70\n", "proba": 1.4056115560379112e-06}
{"commit": "d9d530216f9c41444b61f917a70f7434bd1f528b", "message": "Not allowing empty fingerprint names anymore\n\nBug: 22497103\nChange-Id: I638b1db5b614f5ea9bf8e3566bf4619a3249d391\n", "proba": 8.144786079355981e-06}
{"commit": "190f1a89c98a68131c1c83bc30814a5f635233e2", "message": "add CountingSort2.java\n", "proba": 2.1948506400804035e-05}
{"commit": "5428aacfb66dba7aa0c3d0816fd73adc5c7882e3", "message": "ITP1_1_A : Hello World\n", "proba": 0.9999988079071045}
{"commit": "87df208f334ed2ec412b2094fbc4bf5976a8efae", "message": "Formatting.\n", "proba": 1.0361566182837123e-06}
{"commit": "740fc5d0e6742745fe880fc8e9e1b2bcb1fe4be5", "message": "Using MarkovReward (bad name) interface", "proba": 2.0052952720561734e-07}
{"commit": "b04196075be7930c25174830198d4fe3b5d8a2af", "message": "use the one true weight prefactor\n", "proba": 0.00010774891416076571}
{"commit": "54f9bf2ef5f1c2d5fac58c7b469379860d40a0e5", "message": "Extracted constant to make the quality rules happy.\n", "proba": 1.4101294709689682e-07}
{"commit": "2b5f30875287d7e74cbfd0955f717051d4230d67", "message": "Fixes ArgumentParser when no options is used\n", "proba": 1.7044254718712182e-07}
{"commit": "ebc9c2cea5df8c90920b9c67854997d9a65caeaa", "message": "handle trailing slash in server config\n", "proba": 4.279532959117205e-07}
{"commit": "f6c7dcd4ec6fe972caf73e103a761b3fa168d014", "message": "else if change\n", "proba": 3.1188967568596127e-06}
{"commit": "23c658a573dfa56a2f842625297735e60b111254", "message": "\u5728commit\u4e2d\u6dfb\u52a0\u4e86mutatedContent\u7684\u5185\u5bb9\n", "proba": 1.780178706667357e-07}
{"commit": "373484d736cde924fd9488b3a9b059ca9dd2b89a", "message": "Added Composition type\n", "proba": 1.616308225038665e-07}
{"commit": "dd78dca573f2affefa1daa51c7f821d23e8449dd", "message": "KCIRB-711 bug when adding a recuser or abstainer in certain situations.\n", "proba": 9.900648478833318e-08}
{"commit": "3139840e51a90ee73710754a522fd2fc8983fbb1", "message": "KRACOEUS-4926 - Replaced the hard coded \"kr\" user with the constant from KEWConstants.\n", "proba": 1.0460260568834201e-07}
{"commit": "de75baf267164fafa0b54045e3331f60c8e4e86b", "message": "Created placeholder for EnterpriseSecurityPolicy\n", "proba": 1.5036854961181234e-07}
{"commit": "93086b97e8c9a3c233aa4cf6b39b2b8dddbf7678", "message": "Enable BungeeCord mixin plugin.\n", "proba": 1.1870302074612482e-07}
{"commit": "3f19d3b6e6727c273b58e47869523a9f4262d601", "message": "add GenotypePhenotypeDTO with all fields as constants", "proba": 1.9464404488189757e-07}
{"commit": "e9d7445ace86217f82c1fd91dc9c1288249d43fb", "message": "Reduced copy-pasted code by implementing getBooleanResults function\n", "proba": 2.9554490765804076e-07}
{"commit": "6009a836feaed15495cbd5263b0e1a77230b802e", "message": "Add Base MVP Activity\n", "proba": 2.416952327166655e-07}
{"commit": "99867152f8e001e55e5ee57843a5283644e3e019", "message": "Create Shuffle.java", "proba": 1.0572219935056637e-06}
{"commit": "b7715b4a885e6c854da585e62d9c3bb9b9db74c8", "message": "fixed wildcard problem\n", "proba": 9.985989208871615e-07}
{"commit": "2228eabb24842cb8410749f5a7a6d9fa0cd7935d", "message": "Update FishingSpot.java\n\nAdded crayfish fishing spot information.", "proba": 1.0424052021562602e-07}
{"commit": "b7561757000b62790eee1fef0ab0240f62649881", "message": "\u8fd8\u539fNewsManager\n", "proba": 4.008305154457048e-07}
{"commit": "ebc8a4656bd006eae3a01e8604eb5fcddf6ce47f", "message": "add java-string-token\n", "proba": 1.1329901099088602e-05}
{"commit": "7c4e3dd6001bc4bfcf179f02fb5edded5130aa90", "message": "Might as well pull out the environmental variable checking in to just WindowsUtils rather than sprinkled in Executable as well\n\nr11835\n", "proba": 1.2672835225657764e-07}
{"commit": "adb419676b4975d89b06b8aa70255ec6a0c63f14", "message": "#174 Wrote tests for the EventService class\n", "proba": 1.2940654414705932e-07}
{"commit": "1439eb9dcd96da2b39e550995324ca711a7426a7", "message": "Flat terrain processor test\n", "proba": 1.8459697059824975e-07}
{"commit": "1eaefbf9a8cc228d3a414fca9d5afca0fdfdb0a7", "message": "TupleTest acked\n", "proba": 4.3335521127119137e-07}
{"commit": "e3c50a5470f64fd99438d6fd985f88d9fe20919a", "message": "am cebe5b2e: Merge \"Reduce CallerInfoAsyncQuery logging in user builds (STOPSHIP cleanup)\" into gingerbread\n\nMerge commit 'cebe5b2e01f8ebbf9089aebc386caecea232df76' into gingerbread-plus-aosp\n\n* commit 'cebe5b2e01f8ebbf9089aebc386caecea232df76':\n  Reduce CallerInfoAsyncQuery logging in user builds (STOPSHIP cleanup)\n", "proba": 2.774354697976378e-06}
{"commit": "8125864adcf27f706f261903ae5adf84f30b1987", "message": "Refix the MT call screen stuck issue.\nThe issue this change fixes can be reproduced by following steps:\n1. Originate and connect a call to remote party #1 that is not in Contacts.\n2. Receive a call from the remote party #2 that is not in Contacts, the\ncall waiting tone is sounded and the call waiting screen is displayed.\n3. Press menu key and ignore the call, and the call waiting screen is\ndismissed and the remote party #2 is forwarded to voice mail.\nWhen we ignore the incoming call, Phone gets stuck with incoming call\nscreen.\n\nThe fix is to update the phone state before notifying the state change\nin hangup() function.\n", "proba": 1.1562149211385986e-06}
{"commit": "496c4704c54042c4016568687080cae9db5ece89", "message": "Final (I hope) Parser", "proba": 1.8922649758223997e-07}
{"commit": "44bff4b3a0b711dcbed7768c6c353f8f3ff9cef8", "message": "fixed (empty) test\n", "proba": 3.903994183929171e-06}
{"commit": "66b191e83df7d24d26dcbca5c86cf65df571a18e", "message": "Exception handling improvement. In the previous implementation, the stack trace of the original exception will be lost. Therefore, adding it into the error log.\n\ngit-svn-id: d6acb143e251c037dab5ea34394f8439daf45588@1060199 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.219024802092463e-05}
{"commit": "c45ea3abddf036390422555ce2a6a0d749ac51a0", "message": "AXIS2-2543\nContributor:Roy Wood\nMinor change to ensure that WSDL is generated for only SOAP 1.1 based bindings.\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@556904 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.417907177867164e-07}
{"commit": "08fb858f82c29467ba6e4bf1f54c56a4791b625d", "message": "am 91886677: am 8955c54e: Merge \"Data quick settings - Usage shown should take into account merged IDs.\" into lmp-mr1-dev\n\n* commit '918866778f232ce07b1c2c2d6ea43bf5f0ce827f':\n  Data quick settings - Usage shown should take into account merged IDs.\n", "proba": 9.191176104650367e-07}
{"commit": "036e3784fcf5370de7022b9685edd3eccce777e5", "message": "request handler", "proba": 3.889011168212164e-06}
{"commit": "1cda3fc1b69a95b9f7d9396fa04fd99b0a8ebfb6", "message": "moved from sandbox\n\ngit-svn-id: d9f559c8d12ad9650c95833e5ad4b44b0f69eb1f@47435 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.82702319004602e-07}
{"commit": "371cb40b66e1f2950f2bbd670e3bead3c8a6abda", "message": "FLUX comments", "proba": 2.022565439574464e-07}
{"commit": "b57ff8fbd26ff3e33056d748ccca87735e37088e", "message": "Add tests for unit conversion for a grib collection with mixed time units\n", "proba": 1.1771683006145395e-07}
{"commit": "ea0483c4a70ee22c3b65f67b363f880f4f401b5f", "message": "am 2094a702: Merge \"Unregister the existing callback when MediaProjection stops\" into mnc-dev\n\n* commit '2094a702b33f0bc4e1c22b85a8a6e8bc8988a079':\n  Unregister the existing callback when MediaProjection stops\n", "proba": 1.0753957440101658e-06}
{"commit": "36d63bcbcd4ed55772007ec44acb06883e4364a2", "message": "Test runner initializes the factory.\n", "proba": 1.345941171848608e-07}
{"commit": "b5ae5a395cf8a1f0abf8748e17143940ea1033f1", "message": "Only alias parameters that \"initialize\" deferred methods (#1001)\n", "proba": 1.222779104637084e-07}
{"commit": "ef27ac9986d31dac603b72fcc35f2ff108c25ce6", "message": "Address comments from PR\n", "proba": 1.3223375106008461e-07}
{"commit": "9423d558fdcd85428893da5024f386d62789c4f8", "message": "am 2cfef50a: am 77af33f8: Merge \"camera2: Fix StreamConfigurationMap#getOutputSizes for ImageReader\" into lmp-dev\n\n* commit '2cfef50a34cbffa77f15ee1e5fe962b8bc6659ed':\n  camera2: Fix StreamConfigurationMap#getOutputSizes for ImageReader\n", "proba": 4.849396646022797e-06}
{"commit": "cf82c7cf01102897c33142fd92f14be462a043a4", "message": "added TODO\n", "proba": 1.273571541560159e-07}
{"commit": "05a7aa710e51c1cfcf0353827133db58d44d7a51", "message": "adding in built property reader", "proba": 1.6559292248530255e-07}
{"commit": "3f8c6b521021d7800dc138452a48c8388003bdd1", "message": "solution for permuting two arrays problem\n", "proba": 6.032873898220714e-06}
{"commit": "e429ad56a742169459245d0a6e96340f8eed6e08", "message": "WIGTrack\n", "proba": 4.922382572658535e-07}
{"commit": "61536675339e28dea0fc50c4f0f002dcdd5f169e", "message": "KRACOEUS-1473 : Fix proposal copy bug for key personnel.\n\n", "proba": 9.7276704025262e-08}
{"commit": "c7f0a07814068fa1f86db8ceb5acd5de808c3e85", "message": "Separated authentication/authorization realm\n", "proba": 9.69800203165505e-06}
{"commit": "e5497926ce170545aadc81d32263052dbcd0e811", "message": "added CourseControllerTest.java\n", "proba": 1.8162988624226273e-07}
{"commit": "44a253cf369d3be2a9fd3422fe0cd4482d8bcd4b", "message": "Marked failing test as ignored\n", "proba": 2.4015014332690043e-06}
{"commit": "d79cbf1c6498e4c00f69bfd94abe4824855f7b2f", "message": "squash bogus warning", "proba": 1.1525224863362382e-06}
{"commit": "810f0abf409df481e6ad822e16f48ff19456b6e8", "message": "sherlock and the array\t", "proba": 6.959274469409138e-05}
{"commit": "bc851023f2985bd93647d258b0c214040816b732", "message": "am 537bb5fc: Fix vibration for assist gesture\n\n* commit '537bb5fce785c3433540e047c0ccaae3b286f55e':\n  Fix vibration for assist gesture\n", "proba": 2.1565234931131272e-07}
{"commit": "f0103c5454b51a59082a31bbf9c944d05c8d2664", "message": "Implemented null (ignorant) input stream.\n", "proba": 1.266930667043198e-07}
{"commit": "88bb89824f244ba475e6b8bcd573c035433a6853", "message": "Pattern14", "proba": 2.3251760694620316e-07}
{"commit": "278caf6afa0475602734c8069e86ac84f620d744", "message": "Done Chapter 10 / Exercise 02\n", "proba": 2.094088813464623e-07}
{"commit": "2b832f8fc362cf184801ad430ff8aa07e91c4acd", "message": "Grid: mousewheel should be evaluated the first (#16591)\n\nChange-Id: I6d1380cf7a0eaf626cc8a4c65209887ab6bc4a90\n", "proba": 1.3491478512150934e-06}
{"commit": "b2849d29ffc22c3490ffc27e0ceeb50cf1c24600", "message": "Added the main class\n\nContains methods to configure and initiate the hadoop job.\n", "proba": 1.0291844887433399e-07}
{"commit": "fbd8b2e1afa398368914c8e7d6e23f3b2ce641e0", "message": "add task countYZ", "proba": 0.9997629523277283}
{"commit": "98185137ff2965333eccd042d7ab72d2335abdb9", "message": "InAppPurchases update\n", "proba": 2.6526959118200466e-07}
{"commit": "22b12f6ee8f03689f74a8e3b6dc03b9c17a9be37", "message": "Changed to Android API 11\n", "proba": 2.478020917351387e-07}
{"commit": "62402f6c3251030365816c7da4f4238b1682c082", "message": "am a2aa375d: Merge \"Add DatePickerDialog to layoutlib\"\n\n* commit 'a2aa375dea416d691fe14c323a7988b205c4f77e':\n  Add DatePickerDialog to layoutlib\n", "proba": 3.308367695353809e-07}
{"commit": "e210704c06e85b26ab5d68e1c4bd68688498ab0d", "message": "Add AppInformation.\n", "proba": 1.8230720399969869e-07}
{"commit": "68cc52cf67d80a552053c8163bcaa614a5f6ea0f", "message": "am 803db164: am aeb62686: Merge \"Fallback to fallbackring if ringtone can\\'t be played.\"\n\n* commit '803db1646aedb451b76d33a4f30b16942c5d3ca4':\n  Fallback to fallbackring if ringtone can't be played.\n", "proba": 1.2183372177787533e-07}
{"commit": "4968382be6d9e6f708d56e139b1b560a10921de2", "message": "Create isThisTheQuiz.java", "proba": 3.418144478928298e-05}
{"commit": "2ade126e626d5d6d2d2e82fce4060458a0ca21c5", "message": "Rework the task affiliate chain validation\n\nThe old chain was problematic. It started verification at the end of\nthe chain and then went no further. Then it went back down the\nchain to the beginning with no checks. It also removed entries and\ntried to add them back past the end of the ArrayList during boot\nwhich caused the system process to shut down.\n\nThis method uses the ordering imposed by taskIds which is the same\norder that the tasks were created. It fixes up and notes dropped\nlinks and then reconstructs the list correctly.\n\nFixes bug 17467284.\n\nChange-Id: I746ec2cdcc7ac6403278cfefc7a6db9b5549d226\n", "proba": 0.0001255867100553587}
{"commit": "43e042be5e468fe4520f6c026a7c47077e62afc7", "message": "am 5cd293b3: Merge \"Merge commit \\'91d2cbf4\\' into manualmerge\" into mnc-dev\n\n* commit '5cd293b37946ccc60c148e4a17e5f59620999046':\n  Only enable theater mode by button press after setup.\n", "proba": 1.1181583658981253e-07}
{"commit": "68b635a09504eefc118d3fed0f6ff48c85dabacf", "message": "am 0362e9c7: Merge \"PowerManager: Adds a call to reduce refresh rate while device is in BatterySaverMode.\" into lmp-dev\n\n* commit '0362e9c79d3e753cf01aeb9210712d9abdf221c2':\n  PowerManager: Adds a call to reduce refresh rate while device is in BatterySaverMode.\n", "proba": 4.3560720541790943e-07}
{"commit": "9b602b67f48fddeea245822dda5896b1d2924b2a", "message": "add simple selection column", "proba": 8.411773819716473e-07}
{"commit": "01033abd7a46c0b3acba9508d5448f5d349599ce", "message": "Filter out failing cases for future investigation.\n", "proba": 8.681449230607541e-07}
{"commit": "93caf121f86175d2f11655ed17a905f91cbc87cf", "message": "\u6dfb\u52a0\u4e86WebTransferListService\u7c7b", "proba": 2.072637101946384e-07}
{"commit": "a55504639e4a8fe0fa14ff628d4d85e36b3110a3", "message": "Add unit test for LString.toInputStream (meant to commit this a while ago)\n", "proba": 1.1520693021793704e-07}
{"commit": "066a0e80fcae7af0cbe5578faaa600005c80e5c7", "message": "Fix multiple commit issue\n", "proba": 1.6039721231209114e-05}
{"commit": "e2cef4e732d508ff820789f8ed242a729a378ff5", "message": "Adding KDE construction with normal kernels after logit transformation.", "proba": 1.052984188731898e-07}
{"commit": "eed53d2decb826289f5eda2f5c97d7f971e57802", "message": "Added DriveTrain Module\n", "proba": 1.3401110265931493e-07}
{"commit": "e75d6f2ea358473c1d3432d25f889dae19f0fe57", "message": "Payment Tour Hotel", "proba": 3.308336147256341e-07}
{"commit": "2498a0c12ad6e0724b0fbe81d0f692a0dec85cac", "message": "Testing for loop\n", "proba": 8.5287882711782e-07}
{"commit": "313012036d45d5a63b9be965bab45c715bad2b32", "message": "DefaultEncodingHandler is now appScoped\n", "proba": 1.817201535914137e-07}
{"commit": "d67ffdda7a159c58db4be2e8556214f5a2c0ed0f", "message": "Trigger webhooks on image push to local repo\n", "proba": 3.575165692382143e-07}
{"commit": "ade9dfc170d50129a8e2b4ef326766249bc41098", "message": "CheckStyle\n", "proba": 6.466783588621183e-07}
{"commit": "c580853795a56861f3f711f32ad069b6b9fa5f0d", "message": "Update Hen.java", "proba": 5.172835244593443e-07}
{"commit": "2529e0eea6080ee4ba1649e0623024d35a16f68d", "message": "Added perlin noise to chunk.java\n", "proba": 1.837419603134549e-07}
{"commit": "d70811c3de92eee7d4490c68cb30ea703082c92c", "message": "\"Expand all\" and \"Collapse all\" buttons\n\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@1254 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 8.551563041692134e-06}
{"commit": "e6c0641525967fe1b081f1d05a160c9e3e7db2c5", "message": "disallow passing on timeouts\n", "proba": 8.205990980059141e-07}
{"commit": "495e3ccea3a44c8be36611ccbabfd2c98f73795b", "message": "Add friend all/requests tests.\n", "proba": 1.1674362099256541e-07}
{"commit": "d8c1b03d64c3f273966982e7e13069fcfd98e5d8", "message": "[Programar em Java/34-Mais-sobre-a-Heranca.java] Add\n", "proba": 1.6299252081353188e-07}
{"commit": "70126d066be483c504e9e7ee2a4c285f575d307d", "message": "UserFacade: add comments\n\n* commenting strange flush behaviour", "proba": 1.2614979993941233e-07}
{"commit": "0aa84e41f8dd533f35fdd33dc028be8d151aab31", "message": "typo in view path\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@978 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 9.973207397706574e-07}
{"commit": "1618e5c35361a4629e9bca93f5d6a034b857179c", "message": "add pattern exception, fix #21\n", "proba": 1.957897524107466e-07}
{"commit": "547e5a38502a8eef75df1e393388d74f5deda1f2", "message": "Se corrigi\u00f3 la l\u00ednea de los mensaje de error para las sentencias While, For, If-Then e If-Then-Else.\n(Error N\u00b0 5 de las corecciones)", "proba": 4.7697019908810034e-05}
{"commit": "397f2d566044a97a69a6533f63815a1ee2c2f745", "message": "dimen utils added for operations, calculations related to dimensions including height, width, location on window\n", "proba": 1.1639721719802765e-07}
{"commit": "876b74b828e478a9d020af9c484b182a07ab9932", "message": "ora inizzializza partita estrae anche il mazziere mentre gioca fa un turno", "proba": 9.043693012245058e-07}
{"commit": "297d277aac1d64e1021becc9b8a709d7b2df486b", "message": "Started to add a clarin bridge schema so that clarin profiles can be used for entity metadata. Much work on this is still required.\n", "proba": 9.872118056364343e-08}
{"commit": "2abfdec62ea9f76cf937e6b4883bfd27a12237e9", "message": "Classe Main criada. Em desenvolvimento.", "proba": 1.2022337614325806e-07}
{"commit": "3f1504c3748738cacd6e1a6ca9914f5f9a48c274", "message": "Add TargetType to the project.\n\nTargetType represents the type of targets identified by vision tracking.\n", "proba": 1.222755798835351e-07}
{"commit": "7c55fff40b2886baccb3463a7241aa6ed0834541", "message": "ColorUtils", "proba": 7.220322686407599e-07}
{"commit": "9bab2a9a157d05ebaea718a9438cafd00dd7bc82", "message": "updated to throw SugarCrmException\n", "proba": 2.4037899493123405e-07}
{"commit": "1117a33be47d041140e987f9276b453cb79c5920", "message": "\u589e\u52a0Collection\u96c6\u5408", "proba": 5.614191422864678e-07}
{"commit": "da803bcc136708e1bade0f77c87c7dfef1d887db", "message": "Add unit tests for SetMatcher.\n", "proba": 1.210953826102923e-07}
{"commit": "52373adc448280b231314498764237813fcceb5b", "message": "Added base exception for format related errors\n", "proba": 1.6140454306423635e-07}
{"commit": "12a4369b5783269f4ac3276510892c574515de03", "message": "\u4f18\u5316\u7fa4\u7ec4\u6570\u636e\u6e90\n", "proba": 2.0277529699797014e-07}
{"commit": "eb8376ec0041c8bca15040fc1c8ac50ff491585a", "message": "Solved the bug occurring in signup process\n", "proba": 5.738806976296473e-06}
{"commit": "ee31486912617e2da83226f6541cb7fe7a52ee7c", "message": "disabled hyphenation for now\n", "proba": 1.7185013234666258e-07}
{"commit": "c5bf614a606d5fc47a4afa7365ad972423d3c323", "message": "test(services): basic tests for ServiceDao\n", "proba": 5.743164024352154e-07}
{"commit": "7f0122d866df4710f18bb347f121f7e2a7dbfad4", "message": "use always an other connection\n", "proba": 3.9559742504025053e-07}
{"commit": "ed97339933299c9397672b619baa29affaa7badf", "message": "Add block worker client\n", "proba": 1.0496290769879124e-06}
{"commit": "17fbc95985895f155a65117f82ae27ab1e8a1814", "message": "Handle --defaultsFile correctly\n\ngit-svn-id: a91d99a4c51940524e539abe295d6ea473345dd2@279 e6edf6fb-f266-4316-afb4-e53d95876a76\n", "proba": 2.877645329135703e-06}
{"commit": "5b6f22857d6a15d2f99dd3ac971a16c176c5873e", "message": "REFACTOR: changed references to org.archive.wayback.query.OpenSearchQueryParser to org.archive.wayback.requestparser.OpenSearchRequestParser\n\ngit-svn-id: 25dac4f723c7e5b42083d4a98669c37f60455592@1845 69e27eb3-6e27-0410-b9c6-fffd7e226fab\n", "proba": 1.6703894516467699e-06}
{"commit": "65d512fcaedeeb35bf49d4a7a807dbd632347c73", "message": "Create App.java", "proba": 1.1075218026235234e-05}
{"commit": "664a90e21254b6b9921d37218d984264f6eabeef", "message": "initial testcase for #197\n", "proba": 3.249000712912675e-07}
{"commit": "af5ce883b554a748c5b76825793cec96aadfc2e7", "message": "Initial checkin.\n\n\ngit-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@1542 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 0.00014476667274720967}
{"commit": "6481a546c970b69e5f97160539d50878857f62ff", "message": "added JUnit test for ReportTestSuite class", "proba": 1.3476802962486545e-07}
{"commit": "3766ea632f1fcbaa5eada340e850d1e6348ddb55", "message": "added fileutils to help open output files\n", "proba": 2.231494278248647e-07}
{"commit": "0769102d80a16fdb29c713ad1638b83116c8ccce", "message": "Implemented AskForHelpEvent", "proba": 1.3515341379388701e-06}
{"commit": "76f7051aca9220fb8c3a6b46a557b8dcb9107bac", "message": "changed the name of sortcontroller to sortview and all it's references\n", "proba": 1.6351735609987372e-07}
{"commit": "4589529b17db0198a51e26ebaa5f5bcdeba6947a", "message": "add jsonutils\n", "proba": 1.2137394378441968e-06}
{"commit": "ab35866a2943a9e9851cb30452cf391fe18c4c22", "message": "update MathUtil\n", "proba": 4.088769287591276e-07}
{"commit": "73c0abe179e3a24ded2b8a5ac93025ad19de6d15", "message": "fixed chartquerys for kWh/TNF\n", "proba": 1.50276804333771e-07}
{"commit": "367954acbfd391b1854604aa1f85845aa186e9d9", "message": "Actualizaci\u00f3n AulasHomeExt.java\n", "proba": 6.609067213503295e-07}
{"commit": "f3bf3540a2649a144e005632c38c8f06dd50616b", "message": "added new generator for typed literals (also reports the xsd type of literal values)\n", "proba": 1.0761841906514746e-07}
{"commit": "4b2c1c9ecd7c0ab7f8280ec3b2400d922c5ebbdb", "message": "Fixed a bug preventing the 24 hour reminder notification from ever displaying\n", "proba": 1.4007711968133663e-07}
{"commit": "975a2961af063b6221fa57ce4d0f0b9cd22788d9", "message": "Update NbAchievement.java", "proba": 2.5779212364795967e-07}
{"commit": "502ece75433df70855e243dc274ffaad5d066c6a", "message": "minor change\n", "proba": 5.548630497287377e-07}
{"commit": "e996a7923f196daf5c9f7de0dd5ee5ec8173e8d7", "message": "Add CheckboxSetting", "proba": 5.007997287975741e-07}
{"commit": "76def43742e033652928524cc09454c6b294e295", "message": "Adding BasicAuthUserDetails Service\n", "proba": 2.2406382527151436e-07}
{"commit": "361a9aa708e5ed928ffde5eafee23cf666d8a846", "message": "SmeltingBonus!\n\n", "proba": 1.3912813301431015e-07}
{"commit": "52a88e258da0a23b046024d0fb30088e4d65a448", "message": "Check that only one schema build type has been set to current in the coord_system table.", "proba": 1.0503725178523382e-07}
{"commit": "5e2bcc2907751bfbb68bdab64fde53bf88af0741", "message": "Use custom AnnotatedHandlerFinder and pretend all events are thread safe\n", "proba": 1.879380846503409e-07}
{"commit": "359d20bc9d8d128c296a01ebb61d5705a467943a", "message": "#229 <Staff> Validate complete payment server-side by staff config\n", "proba": 1.1870573501937542e-07}
{"commit": "94ae20de4b40f4a494681f8a4eb39fec7b45ee3e", "message": "3.10 - move weather update code to a helper method\n", "proba": 1.1538131872157464e-07}
{"commit": "095ed951bda291157effc4d38a6dc8464af8e16b", "message": "some changes\n", "proba": 1.030631779030955e-06}
{"commit": "30b1946d489769d1dc89320b8ff84194acaf80a0", "message": "Actividad de Welcome simple, antes del Login.\n", "proba": 1.0497636537820654e-07}
{"commit": "8c7753af501d9d2de75982ee4f92d99993fef8e8", "message": "ExamListFragment in myFinalsSchedule now extends the ByuRecyclerViewFragment\n", "proba": 1.1932557697491575e-07}
{"commit": "f32f1fefe481d7d68214a3ce72c5c6cb817022a6", "message": "Stub out unit tests for BaseActivity\n", "proba": 1.962039704039853e-07}
{"commit": "6c1fde35188929101c02bb4720eb60a1ba4d26ae", "message": "HTTP headers benchmark\n", "proba": 1.3072412912151776e-06}
{"commit": "03e49df643b7a7e16f06ffd4c84733786a2284b2", "message": "fixed a minor bug\n\ngit-svn-id: 3495a5c4bbe5ece00c09619c056c9a903ff1da72@111968 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.0908756204771635e-07}
{"commit": "7d1858d532e80e368c8482878ef54171687232e3", "message": "Reload the repo index after a put\n", "proba": 1.408257503499044e-06}
{"commit": "0ad83cc63f66491cb93a6a84de51fbeada0aac11", "message": "form: capture only relevant env values\n", "proba": 4.990871502741356e-07}
{"commit": "04cb71efc22376ac4b43715de99b0dda0d83e67b", "message": "add DataSource\n", "proba": 2.935874761078594e-07}
{"commit": "6707f918524734a259c6f1617b83ed0bb969668d", "message": "Compile fix.\n", "proba": 2.639487775013549e-07}
{"commit": "e9c7abed3be082b3967ce1b9df77f825a6786b8e", "message": "catch exception\n", "proba": 5.744013833464123e-06}
{"commit": "a366923ad4e7ec3b96541bfc5a109a9eeb547ec8", "message": "newsReplayMessageToDocument\u65b9\u6cd5\u589e\u52a0\u5224\u7a7a\u5224\u65ad", "proba": 4.429242608239292e-07}
{"commit": "422d75d2530627736f2aa75506b05f00c1a5acff", "message": "Added ping rest endpoint", "proba": 2.5142827553281677e-07}
{"commit": "45debd6ea987a180e2cc95c95dc2d8b8e4f10c44", "message": "Emit better WSDL for arrays.\nInstead of defining ArrayOfArrayOf_xsd_int, which has ArrayOf_xsd_int[] as its\ntype, which is then defined to be an array of ints, we now define a single type\nwhich has mulitple dimesions.\n\nThis improved what we emit for various array types, and fixes a problem with\nObject arrays, which prevented our WSDL from being processed by .NET.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@246917 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.93257747014286e-05}
{"commit": "4445e75bfb12dcbc1afd6a607e882d871f263f7e", "message": "start GearPlacer\n", "proba": 4.467605947411357e-07}
{"commit": "fae20eb47107de4529db41df3a185b8c71c7ca72", "message": "Started added Exception handling to DbHelpers\n", "proba": 1.7683275643776142e-07}
{"commit": "acf8940f800f2f2fe1c325e120436d3aa73c44cb", "message": "1\u3001\u3010\u6dfb\u52a0\u3011\u5411\u6709\u5e8f\u7684\u73af\u5f62\u5355\u94fe\u8868\u4e2d\u63d2\u5165\u65b0\u8282\u70b9", "proba": 1.0433062413994776e-07}
{"commit": "8ada651091b44ea61d63e2018cb5974ddf44835f", "message": "fix white login screen", "proba": 4.058857030031504e-06}
{"commit": "81927348ce86930cf6ae05b30d03b30b188349e5", "message": "Update RedisDistLock.java", "proba": 3.2802307714518975e-07}
{"commit": "b759f93795e94a1bf8ef6d3fdd3b2649b8d7d455", "message": "\u5220\u9664\u4e00\u4e2a\u6587\u4ef6", "proba": 7.570716320515203e-07}
{"commit": "53d7b7931c22f5fe37c5a913b1bcde1df89301a0", "message": "Create Test.java", "proba": 1.33460673623631e-06}
{"commit": "0d83f4a32dd6a7d12720fb7545092e06b4fa3d3e", "message": "Removing wrong testing port\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@290612 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.012370583150187e-07}
{"commit": "2653c51a15aa9202b80e2a8a258378b7fc895077", "message": "[1.6.3] Po\u010d\u00edt\u00e1n\u00ed pr\u00e1v pro Pets\n", "proba": 2.6987078172169277e-07}
{"commit": "57f868feac196abefe32e036cd4b44ccadb8dcaa", "message": "Added XML xstream tester and data packages\n", "proba": 1.2088445089375455e-07}
{"commit": "9ae67dcef6bacd5b88d55f5fe42781bfc9451b45", "message": "1. API call in BaseAction constructor is an issue when the license is expired. Remove API call and use a service call instead, remove redundant API calls to retrieve the SystemConfiguration since it is fetched in the BaseAction already.\n2. Upgrade prime-mvc, fixes a bug encountered with long request parameters\n3. Add /api/two-factor/secret to auto-gen a new secret for use in two factor stuff\n", "proba": 9.661704098107293e-06}
{"commit": "63f0da76555e9da0daaeac3655f05c9b91cc5086", "message": "Fix View import messiness.\n", "proba": 1.2482668410029873e-07}
{"commit": "a427e24d0c1a1638a78b3440d288436e50b500b9", "message": "Fixed Rendering Order of Background Color and Background Image\n\nChange-Id: I4467bf134c886b2fc908d182778a7488eb08ec8f\n", "proba": 3.3583074809939717e-07}
{"commit": "68e4a23d3e21df63330cc0108359a0a27b265320", "message": "formatting\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@582485 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.006755018141120672}
{"commit": "4b632df5512039c2be152a65f8a4645f7d379974", "message": "Make check for all and get shape methods on demand rather than done early as external access to start, stop, step arrays allows the results of these methods to change", "proba": 1.1790952214596473e-07}
{"commit": "95752f7ab02096330a61651f768fcdb91ee496d7", "message": "Check for Concept Data changes\n\nDont update concepts if data doesn't change", "proba": 1.8481291874650196e-07}
{"commit": "9963c24b150cd776cd0166b145bab669dacd16ec", "message": "am 10bfd94a: Merge \"Update 0th level icon for QS wifi sub panel\" into mnc-dev\n\n* commit '10bfd94ae62d59a2008ec231256bf9d2ef519f8d':\n  Update 0th level icon for QS wifi sub panel\n", "proba": 2.0861754990164627e-07}
{"commit": "838cd4eadac51759cffe68dc5d6be3246b90a203", "message": "Project folders", "proba": 9.28218696572003e-07}
{"commit": "b2696d4552ce6dfe8058eb69c85fbf2ed7df0484", "message": "DiscreteRatePriorGenerator tweaks\n", "proba": 2.3476404464872758e-07}
{"commit": "f34f3435d622e036b5d82ea51ab99cf0f752f2de", "message": "New class for tier slas\n", "proba": 2.4359133021789603e-07}
{"commit": "fc49fd8565b2f2efc69c416372fa2b3a3ed198a0", "message": "\u043f\u043e\u043f\u0440\u0430\u0432\u0438\u043b \u0440\u0435\u043a\u0443\u0440\u0441\u0438\u044e\n", "proba": 1.1880024430865888e-06}
{"commit": "7e03ea62ca0c09922a9c10e667509be357801c25", "message": "feat(healthcheck): Add Healthcheck servlet for GMS (#2291)\n\n", "proba": 1.1599474447621105e-07}
{"commit": "2050c2f9b6f5dde68f97a563d1bbfe8217ed77aa", "message": "Remove inappropriate author credit.\n", "proba": 3.9823575548325607e-07}
{"commit": "7337fb809e20e310eb4f81a2913ed0373da0c81f", "message": "Added the AbstractEntryProcessor\n", "proba": 1.2956424200183392e-07}
{"commit": "5f00ba998ae13d7d906037ac35bdf278825485ec", "message": "New AtomIterator for multiple species of the same atom type.\n", "proba": 1.4291892114215443e-07}
{"commit": "f25921a5c936a4aec6817d9a28273b82b3a47971", "message": "more sync\n", "proba": 5.988542284285359e-07}
{"commit": "232921d043ffa2734fac95b8c61b50f2bcd7406c", "message": "Replace typeCode with State or Strategy: before refactor\n", "proba": 1.9191846149624325e-05}
{"commit": "5ceb419d12f7066499571a14de1ebafbfde4d954", "message": "CCUK-3469 Use server-side search highlighting :: another enum\n", "proba": 1.2202185928344988e-07}
{"commit": "e6f56985c9e0f821e09ac30d32e8922bb4edec82", "message": "\u0420\u0435\u0444\u0430\u043a\u0442\u043e\u0440\u0438\u043d\u0433 initContactCreation\n", "proba": 2.4503682993781695e-07}
{"commit": "b79fa990b52027b01212902f9b235dbdcea97db2", "message": "Cleanup\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@6481 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 964b635c248f6fbc160f949e0b800b4fc107ad51", "proba": 1.364284685223538e-06}
{"commit": "47cf0371464e50ab22c00a1be9f3608990392fd4", "message": "KRACOEUS-5595\nAward: receive stack track error when in payments, reports, and terms, in reports - after a report is added, while adding details in report tracking.\n", "proba": 9.576673676292558e-08}
{"commit": "afcdb2a1dafdc6dc426f2562e5f32fa9cbe48b49", "message": "New general Interspecies 1A pair iterator\n", "proba": 2.2128915588837117e-07}
{"commit": "9eae6fadf9481b96415d5c6b760d516b6ec357b3", "message": "Cover oxTrust API by tests #786 - saml related\n", "proba": 1.090266437131504e-07}
{"commit": "2f4ef455465ef640470df89a0c9b371b250f83b1", "message": "Initial version.\n\n\ngit-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@874 542714f4-19e9-0310-aa3c-eee0fc999fb1\n", "proba": 0.0006266921409405768}
{"commit": "7be8700fbc69021e8ab607984fcdb6d6ff4effbe", "message": "\u8ba2\u5355\u8be6\u60c5\u5b9e\u4f53\u63d0\u4ea4", "proba": 1.7057165280220943e-07}
{"commit": "2f27d65ceecd0a3470e3032c1a5a5482a202baf0", "message": "initial checkin of BaseTraverseHandler class", "proba": 1.740606734301764e-07}
{"commit": "4595681836ad8894afd5b848c2208263060bc22e", "message": "\ubcf5\ud569\uba85\uc0ac \uac80\uc0c9\uc548\ub418\ub294 \ubc84\uadf8\uc218\uc815.\n", "proba": 1.818498276406899e-07}
{"commit": "7f39a7c67e8de5b2c3fa15dcda175156a083812b", "message": "Add a registry singleton provider\n", "proba": 6.515669497275667e-07}
{"commit": "3c74399556faba570ae21c2385bf3e84572d7aec", "message": "commit a bit more generic bootstrapping accumulator\nthis accumulator takes an IFunction rather than hard-coded to do log\nhistograms of transformed block averages can also be computed\nI've tried my best to keep misleading method names and obsolete javadoc comments, but may have inadvertently updated them.\n", "proba": 1.1912795372381879e-07}
{"commit": "2915e547e7db545aa47e0a22e480c23a4005a32d", "message": "fix internal gps sensor\n", "proba": 3.129928529688186e-07}
{"commit": "640345168b9a06903fe69f0325c5df86b8c4e9f7", "message": "Update RedisCommandExecutor.java", "proba": 1.085490453078819e-06}
{"commit": "3059fe7259dfbf5de66c98ff24393a08a1bc4c63", "message": "unused import", "proba": 7.379109661087568e-07}
{"commit": "8a0b0c7686ec5d90daaa45a38973c57bcc16d29e", "message": "38 parrots/build manager auto-make threads are fixed\n", "proba": 1.0224187008134322e-07}
{"commit": "e7c9523b6cafce8d441da20fca691dd8f93ea4f2", "message": "java/lib: ElasticSearchIndex: custom ModelSerializer support\n", "proba": 1.9206602530630335e-07}
{"commit": "eb65a5127d19ce7fb048ca4ba7faa65f4552024b", "message": "Remove print line\n", "proba": 0.0005486630834639072}
{"commit": "7766a06edaf03f7d88f250f6eb1be76b4989b35e", "message": "Debugger improvements\n", "proba": 9.327719112661725e-07}
{"commit": "17799ad2ab615c904dd5939c12ee1bd5d49c4aaa", "message": "add note about merging models\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@786982 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.9807654300384456e-07}
{"commit": "b797497819cd81d9c3a8d501c8cb65284788520c", "message": "Restored ContinuedWedge\n", "proba": 3.2108272307596053e-07}
{"commit": "2267a7862ea9de77280f61a88d7fe20c7790a3e6", "message": "am 2c4b0905: am ab4a0541: am e4c29de9: Merge \"Add missing ACTION_MEDIA_UNMOUNTED intent\"\n\n* commit '2c4b0905513b73c9e0435632cbaa00320480a857':\n  Add missing ACTION_MEDIA_UNMOUNTED intent\n", "proba": 6.630177722399822e-07}
{"commit": "1cea98eb2158edc7a1fe33f5be4b9e0eca0179fb", "message": "No need to load class to determine if it is an annotation.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1237334 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999825954437256}
{"commit": "24da7d60128d4521936aba37c710a7665e108b23", "message": "Remove unused code\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1058510 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.17246109363623e-06}
{"commit": "a698d636c5db2e5bd5fd59eb65a01e27e7b9751d", "message": "Don't start BandselectManager in single-select mode.\n\nChange-Id: I3adfe578107cf88b153ad8d8b483462c29a24e28\n", "proba": 3.006264250871027e-06}
{"commit": "1edd050468eb8d98e9683b8bb1b877fbdd427a48", "message": "add PublishAction\n", "proba": 5.067445840722939e-07}
{"commit": "71945a9e3c0cda2fe2d57679fa07091acf76b8e3", "message": "Creates RequestPanes.java.\n", "proba": 1.2373887159355945e-07}
{"commit": "3548f7b43b50d83697f41c48349fafcc68988f32", "message": "Add problem 9\n", "proba": 0.00046719374950043857}
{"commit": "837e1917e31f48dcdd8b2ace2e4dc4c7cf79eafd", "message": "OAK-333 1000 byte path limit in MongoMK (test case)\n\ngit-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1577148 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.7413314001023537e-06}
{"commit": "3e59d79d999b557cb6ff1cbf50ae358ba3adb01f", "message": "Completed problem 37\n", "proba": 1.4764436855330132e-06}
{"commit": "c97d4ff66cf614e01aaf9406c739e2ce0ad93de7", "message": "Skeleton for problem 470\n", "proba": 3.7420525700326834e-07}
{"commit": "eb5980525b6fd0ea27a043680b813be7b748cce5", "message": "Skeleton for problem 532\n", "proba": 3.760616493764246e-07}
{"commit": "55c5fecb876a3d965bc1dd458ae88ff25663eafa", "message": "Solve problem 563\n", "proba": 0.9993415474891663}
{"commit": "cf05e4f3e90dc6dc49165976dbe04b92f7afe89e", "message": "Skeleton for problem 926\n", "proba": 2.329548607349352e-07}
{"commit": "8e44a7474cacdc7c260c36952e71d53fdf377adb", "message": "Create DirectoryBase.java", "proba": 9.856038332145545e-07}
{"commit": "b80f3a479a30d567c3b7f168a8c5139a428d5504", "message": "fixed RapidLiveData\n", "proba": 2.3463510956389655e-07}
{"commit": "bad67efbe293651918549c6a26529ebb09a21433", "message": "fix successful goodbye msg\n", "proba": 0.9998674392700195}
{"commit": "f28e62bdf607c9d257b90a7032f7193fc7de6d1e", "message": "Add a test for public bugs 2111 and 2136.\n\nBug: 22602137\nBug: 22104401\nChange-Id: I5c994de53b5906416767a8a1abe38fe59afb7cc0\n", "proba": 0.0008207880891859531}
{"commit": "58298e3ba1c9e6fae25fc312556a6c7b78460076", "message": "am 08782807: am f23c98bb: am f7d8c491: Merge \"Make archive metadata idempotent\" into lmp-dev\n\n* commit '08782807bf2037f0f8c27cefbf479171371b6d65':\n  Make archive metadata idempotent\n", "proba": 5.9979959132761e-07}
{"commit": "51e21f576a7d03ee79ccfa57a9a5be220bb6b84c", "message": "program-indicators-legends: add LegendSetModelBuilder\n", "proba": 1.5911131185930572e-06}
{"commit": "fff82f206a453eb03d777eb7795fa1986024e9a8", "message": "Add Collectors.join()\n", "proba": 6.839520096946217e-07}
{"commit": "525da038507251594d461c55180b599ae69b7a50", "message": "modify the default transmission level\naa\n", "proba": 1.4901536360412138e-06}
{"commit": "b05efd11dc50b19662350a08576b856bb84d766b", "message": "KRACOEUS-6277: Invalid date locks up T & M Document\n", "proba": 1.4893011268668488e-07}
{"commit": "0b4d9cc106b17f7281eb5ab66b0ae264dbfb53f1", "message": "RFE 868432, RFE 868433, RFE 892855, plus changes required to pass Rendezvous Conformance Test\n", "proba": 1.3419833067018772e-07}
{"commit": "3752300ff04cc1d67e988aa1f86b946318167478", "message": "[NTI] Remove unused parameter.\n-------------\nCreated by MOE: https://github.com/google/moe\nMOE_MIGRATED_REVID=108715629\n", "proba": 5.338094524631742e-06}
{"commit": "00a13e85526c4a64113ac546b66f86bc05ed8faa", "message": "[ENG-80] Intraday cache\n", "proba": 1.6537101998892467e-07}
{"commit": "27e7eae5216510a9f84f0bb20e46273a1ac4f039", "message": "Program for testing the read coverage over a list of genomic point\ncoordinates. Untested.", "proba": 4.513970282005175e-07}
{"commit": "bcde83719a94330ce796bd66cfd2cdfceec06f1e", "message": "Fix first important bug\n", "proba": 5.598394182015909e-06}
{"commit": "bcece9c06510e343d7a07de0bb6dd503d00ec0b4", "message": "Check for dragon egg clicks. Fixes #20\n", "proba": 1.2901776358376082e-07}
{"commit": "28ac759303661121f247186e9d92077b60704072", "message": "tweak bleeding\n", "proba": 8.437025371677009e-07}
{"commit": "6f2378f3677c6e75ad67ee566c85b56c3c43e6f4", "message": "TTransportException\u4ee5\u5916\u7684\u5f02\u5e38\u4e0d\u505afailOver\n", "proba": 3.726795512193348e-07}
{"commit": "f0b6fd2daf459830f1d82401af7571e4cefa351f", "message": "Remember lost accords and play them", "proba": 2.3003849491942674e-07}
{"commit": "0d8de56ece7f4f70ee5cae578998c7fa681245d0", "message": "Addes single number ii\n", "proba": 0.005834202282130718}
{"commit": "09d9c3be8ab46cb2919af0eadb9851186575834a", "message": "Transition: Don't suppressLayout(false) for returning activity\n\nChange-Id: I7be8a779ab8996809b36baa107acd55ab872580c\n", "proba": 3.9962005757843144e-06}
{"commit": "74402cfe4e780fd5e9848ff384b741c8fc7d945f", "message": "Remove the OnItemClick listener when the fragment is destroyed.\n\nBug: 3228510\n\nThis probably fixes a lot of other monkey bugs in Settings.\n", "proba": 1.0159841679069359e-07}
{"commit": "939b2e61a55d2efb1f37c1a5f02789aba8c8cda6", "message": "KRACOEUS-5490\n", "proba": 3.088075573032256e-07}
{"commit": "4f9f4cf6d9a24397c91cbcd678755e949da061d1", "message": "Entities. Creation\n\nCustomerTransaction entity has been added\n", "proba": 1.8761448927762103e-07}
{"commit": "5ec8edb8e8586bdc33bc8cbf54c4e62f7654daa7", "message": "ENSCORESW-311\nall species aliases in production should also be in the core-like databases\nadditionally, aliases in the core-like database should all be in the production database\n", "proba": 1.2767334567342914e-07}
{"commit": "513ecf39eb6e8c51c4812d0c810d018ad1b3e19f", "message": "Test URLUtils.httpToHttps()\n", "proba": 6.655886863882188e-07}
{"commit": "d562b2b4bfa12587a878515f97f0596bed38e18b", "message": "1. \u56fe\u7247\u88c1\u526a\u5de5\u5177 - \u692d\u5706\n#bysocket\n", "proba": 1.0462694888246915e-07}
{"commit": "5dfcd1802c1e4bbc99c2a07b44fcc3bbf0c8073f", "message": "\u52a0\u8f7d\u8d44\u6e90,\u652f\u6301\u4ecejar\u4e2d\u52a0\u8f7d\u76f8\u5173\u6587\u4ef6", "proba": 1.3211601412876917e-07}
{"commit": "22c8a43452b0d832db6a242bd2600c5b3dd4360a", "message": "am 052c4c4b: Merge \"Update time in layout preview\" into lmp-dev\n\n* commit '052c4c4b7a18c6c5e7bf688a647ed142167deddb':\n  Update time in layout preview\n", "proba": 2.3325853248934436e-07}
{"commit": "d7ed5f230eb81c1f6fc89436e675368eeef25f54", "message": "palindrome linkedlist -- use two pointer, slow and fast.\n", "proba": 1.4550637672527955e-07}
{"commit": "c4821c663bebb5c61f9a4de8d6f646f3e0e07fa8", "message": "add AllMenu.java\n", "proba": 9.307920549872506e-07}
{"commit": "aaefe88f0e636439b9aee7b76361bf4abe1b8f62", "message": "Update AbstractGraph", "proba": 3.5508435303199803e-07}
{"commit": "c8484d1e011fb4c46cbb941344abfc3517910ae8", "message": "New example - how to use WebcamPanel.ImageSupplier, refs #599\n", "proba": 1.1242124031696221e-07}
{"commit": "b6e2f257cd21d014ea9e8424beb11eb7d176d2c3", "message": "46. \u5168\u6392\u5217,\u56de\u6eaf\u6cd5\u6c42\u89e3\u6574\u6570\u5e8f\u5217\u7684\u5168\u6392\u5217,\u4f18\u5316\u7a7a\u95f4\u6548\u7387\n", "proba": 1.5188749102890142e-07}
{"commit": "e797eb2eea885f086465e47efc464adcd0d7acea", "message": "am 377885e1: Merge \"Mark all test keys as no auth required\"\n\n* commit '377885e1e6a4efc727060cca241fea29114315d5':\n  Mark all test keys as no auth required\n", "proba": 7.721154133832897e-07}
{"commit": "bd1bd1a12492ca242dbbec9e1022691f3ed8685d", "message": "Removed warship again", "proba": 2.967950365473371e-07}
{"commit": "f275bda33b6b7d7423956ffc8649d7a8d35e7c5d", "message": "Added batch send to Java Send SMS quick start\n", "proba": 1.932741326982068e-07}
{"commit": "7832a137140f5cbd9e5659b006f3228ff1ba89d3", "message": "2. \u0421\u0434\u0435\u043b\u0430\u0442\u044c \u043e\u0436\u0438\u0434\u0430\u043d\u0438\u0435 \u0432\u044b\u0432\u043e\u0434\u0430.  [#1017]\n", "proba": 1.7283464615047706e-07}
{"commit": "4fe68e57ef0cb913ad7110c2e17fc5a95419ae79", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "edece1e78e762f1fab01dd1af7fe1fd44bbae020", "message": "Add EventGetReachDistance\n", "proba": 7.226646516755864e-07}
{"commit": "a953b8b43206ac910e9380ca2d8f0f586c66827c", "message": "SearchTest auskommentiert\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@1164 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 4.92151457365253e-07}
{"commit": "f3626c46dbbf72777d69b918c9c0d6a416c53f84", "message": "add Base.java\n", "proba": 9.511954885965679e-07}
{"commit": "95cd16b3b3e2666ec55821d8ea82fe38eb1679c5", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "7c2c329d46df963000de80ab85ba0de7d2bf8f54", "message": "XNIO-79: Provide a way to easily mix blocking and non-blocking I/O\n", "proba": 8.997857321446645e-07}
{"commit": "1a2748d14c1c5765995d647781c8fd24e8339ab6", "message": "Don't show list on exception, only hide progress bar", "proba": 1.4197397035786707e-07}
{"commit": "5a87a65e464879ff39af6e75da7c4726b333b37b", "message": "Use milestone number as item id\n\nThese are unique across a repository which is always\nthe scope level of milestones displayed by the\nMilestoneDialogFragment class.", "proba": 9.889003393936946e-08}
{"commit": "d419509e9220079a07abad2f8d512480571553c5", "message": "Dismiss load-toast when re-login unsuccessfully\n", "proba": 4.550966536953638e-07}
{"commit": "a6f9f95a1aea38788603461023857813f119ae94", "message": "New interface `State`\n\nit will represente the state of an agregate and all the `event` which\nleading to this state\n", "proba": 3.78936704237276e-07}
{"commit": "017381ec4a8e66580afcfcef268964b7346e87bb", "message": "Added tests for SystemUtils class\n\nSigned-off-by: code-incubus <4afd9b85f5581e1fe3e3a9046f7ae3d41c1c285e@comtrade.com>\n", "proba": 1.2056645459779247e-07}
{"commit": "f20ed54a373ef6e8000dc8d75598e36ea3ade85f", "message": "CeylonDocModuleManager: don't forget to call super.modulesVisited() (#728)\n", "proba": 3.1782599307916826e-07}
{"commit": "71970deafaffb2e5d52c33c930b7b5284ca5ef93", "message": "CeylonEnter: only reset class symbols from the language module\n\nIt should be a lot cleaner and try harder to figure out if we're compiling something or not\nbut ATM I can't figure it out and it works good enough for the language module\n", "proba": 5.358060661819763e-07}
{"commit": "07790fc41bc498e62536d53272671e56a8fa4772", "message": "Handle silence corretly when creating burn filter.\n", "proba": 1.1728395321597418e-07}
{"commit": "6d0b0f99a9945d7f44caebb7ac1de4dca5f2ea9d", "message": "Changed column name mapRecordId -> mapRecord_id.  NOTE: This is only on the UAT, needs to be changed back for DO.\n", "proba": 1.026657301395062e-07}
{"commit": "ae54764b179feb1ac1128d97e2951ef83ce9184e", "message": "Tim-connector: SOAP client to interact with Tim SOAP server\n\nThis client creates SOAP message, makes connection to the SOAP server, sends\nthe request and processes the response. It uses jaxb lirary to marshal and\nunmarshal the request and response.\n", "proba": 1.1090505580568788e-07}
{"commit": "12a7ef3a84172b571132b138c9436fb4d754d070", "message": "Missed this file from previous commit\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@383118 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.2605319094946026e-07}
{"commit": "b395e71346f3627060abe473066d1680618d8871", "message": "\u30d5\u30a1\u30a4\u30eb\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u306e\u5b9f\u88c5\u30d1\u30bf\u30fc\u30f3\u306e\u8a66\u884c\u306e\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9\u3002", "proba": 1.0266317929108482e-07}
{"commit": "e247fca91c382c71c999b97b06a3904b4be1979c", "message": "Refactor ByteAmount checking args method (#1621)\n\n", "proba": 1.1594983817531102e-07}
{"commit": "b8b1f2a7dd485c675028312a8672676454ed21d5", "message": "SDC-11890. Add new execution modes to StageDefinitionJson\n\nChange-Id: I6424b726cc1e8081743de4b12fed31166acf9c62\nReviewed-on: https://review.streamsets.net/c/22986\nReviewed-by: Madhukar Devaraju <d22477479bbf55ba62bd822f4112c80f292c7805@streamsets.com>\n", "proba": 1.459138161408191e-07}
{"commit": "4b6c68c6ff673b281f929cc5076758642ca4fcbc", "message": "LazySpecifierExpressions can also capture (#1404)\n", "proba": 1.0323655885713379e-07}
{"commit": "1d7a31173a582e2915a9a85c366dedcf5400e6cd", "message": "Make enough room for two IPv6 addresses to avoid re-allocation in the\nStringBuilder.", "proba": 1.2837391238917917e-07}
{"commit": "e501ba3e5f517208c91dfe7f5b2bd5b4824fe0f7", "message": "77. Combinations\n", "proba": 1.0313790426152991e-06}
{"commit": "7ff421331fab98934ff3f7f2fcc14aeb2a85d748", "message": "DERBY-6612 Add code to harness tests to allow running under JDK9 VMs.\n\nPatch derby-run-with-java19 adds the expected harness class fort JDK1.9.\n    \n\n\ngit-svn-id: 2c06e9c5008124d912b69f0b82df29d4867c0ce2@1602266 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.411234163446352e-06}
{"commit": "45640301774a4e6aca48bda8ad15b0c6c6699641", "message": "CORE-662 sqlFile should support relativeToChangelogFile parameter\n\n\ngit-svn-id: a91d99a4c51940524e539abe295d6ea473345dd2@1595 e6edf6fb-f266-4316-afb4-e53d95876a76\n", "proba": 7.563077360828174e-06}
{"commit": "7f09405d200f5d5f016fd7dedf3db109246104e1", "message": "very minor", "proba": 9.584574627297116e-07}
{"commit": "c4221df0ddd1ec27e0b6bfe9199702769e7d410f", "message": "removed debugging flag\n", "proba": 1.2020680060231825e-06}
{"commit": "23a14391a03b3aea3476c95f1a521a43d5e33fb7", "message": "feat(hamcrest): add matcher for response codes\n", "proba": 1.822821644736905e-07}
{"commit": "976d9cb333a376cf79064c0b7a92a84472d41266", "message": "Implement sending and receiving mailbox messages in network stress test\n\nNot working thoug, lots of \"Message not broadcasted because we have stopped the handler already.\".\n", "proba": 1.0282230533675829e-07}
{"commit": "19837a85e5be07eb2f333b805efc695e66e481bf", "message": "Fix the performance issue, don't count down until the lock has been released, this allows for much more concurrency\n\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@708753 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.12335830333177e-05}
{"commit": "f216cbf908222aaf8eb3ae66706f80aa6e592463", "message": "Simplify migration to the new login window with old XML template #1370\n", "proba": 5.5206714932865e-07}
{"commit": "a6f4991ce743029647880e1f43ae89f8b9abf7e2", "message": "He et al\n", "proba": 2.4615644633740885e-06}
{"commit": "9420d3733aac6f9c0208a145dba2c9257dbe75c0", "message": "Testcase for ContentDmLinkExtractor.\n\n\ngit-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@37593 4f837ed2-42f5-46e7-a7a5-fa17313484d4\n", "proba": 3.742834451259114e-06}
{"commit": "e2d77d202ffbafc5a2f44de3d072bc8d695f8838", "message": "removed unsed import\n", "proba": 2.3942791926856444e-07}
{"commit": "ca8fc17c72486d2fa5556cb300d3a36fcf8c29c9", "message": "Added a cached RND client pool.\n", "proba": 1.0974267183883057e-07}
{"commit": "30200eefe6cbd358e70ae874a63d1f94ad8f981c", "message": "am 10dc3725: am 64d2ee09: Merge \"Don\\'t remove active stacks from window manager\" into lmp-dev\n\n* commit '10dc372558fddc44d221ecc25272033a5de1f9ce':\n  Don't remove active stacks from window manager\n", "proba": 4.0186088767768524e-07}
{"commit": "5caab6044ce18891669a9c6c29c0838cd18b325c", "message": "am bf6fbb00: Merge \"Ignore abandon after install relinquished.\" into mnc-dev\n\n* commit 'bf6fbb0040a9b37158d50102560ab57b98cae9ad':\n  Ignore abandon after install relinquished.\n", "proba": 1.51187592223323e-07}
{"commit": "0abe556d28f5f5d395559cc6567b05939d1b2640", "message": "Handle SCREEN_ON/OFF broadcasts without blocking.\n\nNetworkPolicy currently uses a single background thread to process\nvarious broadcasts.  When processing other broadcasts, this thread\ncan block our handling of SCREEN_ON/OFF, which are sent as ordered\nbroadcasts.\n\nThis change moves SCREEN_ON/OFF handling to the main thread, and\ndispatches a one-way message to the background thread, allowing the\nordered broadcast to always proceed.\n\nBug: 6677047\nChange-Id: I52de2c7b75beb8059bb87e123689ba4a9c4ae349\n", "proba": 6.400403549378098e-07}
{"commit": "441be5f38aca3e13da00999f86d494af8c1f3b0f", "message": "SpriteCharacteristics: updated setImage(...) so it converts javafx image from frontend to buffered image for storing\n", "proba": 1.5323665536470799e-07}
{"commit": "118fac942aec3eb1235c2b483ed3f7759b05fbd6", "message": "ChineseDetectMain.java\n", "proba": 3.3499889013910433e-06}
{"commit": "fd7f36f022e9131b1fcf21bd3df8dfe75b4bc437", "message": "Create MyPickaxe.java", "proba": 6.179369620440411e-07}
{"commit": "60d0d1d66ce7d798521f5acd4605f845c03850ce", "message": "IPCConnectionPool: remove dead code around null check\n", "proba": 6.954240348022722e-07}
{"commit": "b7076b8e82396386cc9e8abc37e182514815b38c", "message": "make a dedicated exception for the query gets killed cause\n", "proba": 4.203412231618131e-07}
{"commit": "88fbb74601a793401fe1e1d713467bb13b77e05d", "message": "add bitwise functions", "proba": 1.6457664969493635e-05}
{"commit": "8191ffbfa9513241ae378616497961e332de5bf9", "message": "Update exception message for unknown error\n", "proba": 3.281282090483728e-07}
{"commit": "e43e8edf7c25ab3434f300bd11409492e6ce4ef1", "message": "setavatar command\n", "proba": 1.7500988178653643e-06}
{"commit": "320123d93c2a35c481350282f8a339558362c0fd", "message": "Added initial version of FileSearcher", "proba": 1.3632217132908409e-07}
{"commit": "7bea376cbc11f2fa7a40bab77809b787d23edf73", "message": "Added check for null users property\n", "proba": 1.9475359636089706e-07}
{"commit": "705555986dcdd694e72fdd22283bdaa07ccfafad", "message": "DateTimePicker setDirty support fixed\n", "proba": 2.158292886633717e-07}
{"commit": "2a5bf484d0429c23ea791bcda0e984334a5f63d2", "message": "tests\n", "proba": 2.351589273530408e-06}
{"commit": "07760ee9c590879ec81c697b6e95838e1c08572b", "message": "Revert \"no message\"\n\nThis reverts commit a07634cb2d8f620d0fc67dd3eb6c6549bf76cf5e.\n", "proba": 1.687694322072275e-07}
{"commit": "71c010fdac19d9af450b31291e10d22526f49a86", "message": "Add test.", "proba": 8.479074722345104e-07}
{"commit": "1f9a508458103d5247f06043f59316085b39f827", "message": "add ftp embedded source code", "proba": 2.730503751990909e-07}
{"commit": "4638bdc2d0ab2395584ccf820f9c1005b8a4da07", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "8719e5e176a3426eebb7432e1b1d7e1c1e881350", "message": "One more\n", "proba": 3.0576921972169657e-07}
{"commit": "c4a81b0b5ce8887a9bc9982359d30ff3fed1d15f", "message": "Fixed STS-613, as suggested.\n\ngit-svn-id: cf2b8e13e5fd585456580429c3991d4364a2cb88@972 d471f07e-d8fc-0310-a67b-dd4c8ff0e7cd\n", "proba": 4.756302587338723e-05}
{"commit": "639bba38108abd55678bc7d715575180332ce3fc", "message": "Restored MongoAutoConfiguration\n", "proba": 2.941760328667442e-07}
{"commit": "e8df500f985f847e2eb8f249503839238411d42e", "message": "Add a Top-K outlier scaling function.\n", "proba": 1.877874069577956e-07}
{"commit": "9ff56dc3dca192089f53cacf738effd751836567", "message": "RA-861 Automating: RA-675 XSS On Phone number field test\n", "proba": 1.3294425116328057e-07}
{"commit": "ff8be1e9065b7dfcf2f82d65a6190a675ca859be", "message": "Handles the case of an escaped control or pluggable directive.\nPR:\nObtained from:\nSubmitted by:\nReviewed by:\n\n\ngit-svn-id: 7267684f36935cb3df12efc1f4c0216d758271d4@73643 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.221459329935897e-07}
{"commit": "3fb42b4d41a7b746577d34acea48b99db72ce99b", "message": "created Argustheme to set default logo\n", "proba": 1.7767898441434227e-07}
{"commit": "f481430aa08d74cf975a95424b4d5a86736ee3e2", "message": "Cleanup.\n", "proba": 3.34995263528981e-07}
{"commit": "a0db75a51516adc06a58a451209418be11be0a94", "message": "Added Bot Authorization Annotation\n", "proba": 1.4037721030035755e-07}
{"commit": "55469c7b8bd8cc798fce2ba1a30ca8712efcfe45", "message": "turned inverse attribute message into an error\n", "proba": 2.4149715045496123e-06}
{"commit": "c786cfe56c3e8c14917920bb32418ea9175d225a", "message": "Implemented Gui's comments to sitemap parser\n", "proba": 1.9386375527119526e-07}
{"commit": "2f70247292ec38f0a87ccd9555668b3122f9b709", "message": "initial implementation\n", "proba": 5.313505084814096e-07}
{"commit": "fb6f4c72991241d16087d9b588e05459009e092d", "message": "BundleSettingsWizardPage: fix NPE\n\nSigned-off-by: Ferry Huberts <66e11f9f5d965b69497c7e73d5e808f8b13c1218@pelagic.nl>\n", "proba": 1.1096112473296671e-07}
{"commit": "c3497f7a93b360cf66a01a5b7fd01bd6897e9cbb", "message": "XSS\u5c4f\u853d\u5168\u89d2\u53cc\u5f15\u53f7\u201c\u201d\n", "proba": 1.283903117155205e-07}
{"commit": "a1c31fd0519e627d65292564be8ea52513e1c87f", "message": "Do not show version qualifier in diff info view", "proba": 1.2286307082831627e-07}
{"commit": "db9a508a9b8c16e1b1b1cdbe704c07cabe61002b", "message": "Is one string rotation of the other using substring method.\n", "proba": 3.415780838622595e-06}
{"commit": "298cef3a3b58e9fad892a2c9bb4035bc36826f67", "message": "displays usage in stdout\n", "proba": 7.122401370907028e-07}
{"commit": "1ad5f5025b734706e0176f636f8547d286f7f160", "message": "codestyle: declaration", "proba": 0.0010331858647987247}
{"commit": "18f05e7ab45c830cc5cb5584c209a9b0cc820dfd", "message": "Added CollectionsUtil to provide minus() on collections\n", "proba": 1.4614025189985114e-07}
{"commit": "b91cfd01ec4f590fc2a69523d98586c613158d7b", "message": "Custom TreeMap implementation\n", "proba": 2.157708536287828e-07}
{"commit": "651cc0f751c7f972d3ee8de925e20e5084fdf315", "message": "Create Description Controller", "proba": 3.425243448873516e-07}
{"commit": "cd7095849c189115b4f19bee8fa47e5ab9af916c", "message": "testing updates\n", "proba": 2.9951985425213934e-07}
{"commit": "dc9450cae2badd3566dcbfe49aae7e58d692ec6b", "message": "VTK-2124 - TODOs for next version\n", "proba": 1.0574522946171783e-07}
{"commit": "6944b536b351aa265b4d032cb651bdd70eab96be", "message": "Handle framesets (should not be decorated)\n\n", "proba": 1.236963953488157e-07}
{"commit": "21a7cee8ad73d1f0f117890d21e795f426ff4920", "message": "Adding a lot more safety checks in the quest registry.\n", "proba": 1.0202681011151071e-07}
{"commit": "762d0b6b38a093628723a1049390bc4186c6f7d6", "message": "create event for clear command\n", "proba": 4.911503310722765e-06}
{"commit": "299204e8cdf1d69ad0d1bba14c2299309054e794", "message": "opertator: interface of insertion\n", "proba": 3.484349804239173e-07}
{"commit": "e6e752d4ad2d89c6df416fd7c17d6f18df0b33c5", "message": "Correctly decode summaries containing quotes (#11769)\n\nChange-Id: I98031bab90d3aa3f37e7dc71a9104f7b7a956590\n", "proba": 0.9986616373062134}
{"commit": "c92d2a1b21ee82eb8f756105c955939d09bc33a2", "message": "add file for chapter_002_2.7.1\n", "proba": 3.815199534074054e-07}
{"commit": "493668e63bc4980903d528d6c972bb0f843518fb", "message": "added test for console use in application\n", "proba": 2.623556838443619e-07}
{"commit": "ffffb3afc93dc6081b47d33bdfa5b6a538de1ebf", "message": "Some cleanup", "proba": 5.365279207580897e-07}
{"commit": "be457cc5b60b4c844eded6ab001c53bacc6a055a", "message": "Add a test for issue 173\n", "proba": 8.55993164350366e-07}
{"commit": "44d6a827d82ae5ff2e53ef8275edf19d8cb5874e", "message": "Improve test for issue 437\n", "proba": 2.6126332386411377e-07}
{"commit": "b444358a64ec02392c93b02bfd6141aaac95aa22", "message": "super class for all key entries", "proba": 1.5291460897515208e-07}
{"commit": "d64bbcc71e26be02045b9cdbc7afd2f756cb2585", "message": "New version of new binary packer.\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@11630 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 6.459109135903418e-05}
{"commit": "5323df42fc6883302f4c29c716a47abf352aeb8a", "message": "Auto stash before merge of \"master\" and \"origin/master\"", "proba": 1.0340643541439931e-07}
{"commit": "4cc90a1def5cf1e3b096359db4173fc2370a43b9", "message": "Adds separate postprocessing class", "proba": 3.1797938504496415e-07}
{"commit": "7df17746b3d0aa6d36f0ec0f15e41a478c35c462", "message": "YadaTicket draft", "proba": 3.072090350997314e-07}
{"commit": "213bb2fd4da092826e45aae1a50403ab9c634d70", "message": "Report wakelock time in checkin stats in ms. Bump version.\n\nChange-Id: Icd5cebb3434572cb226ef018629fcfca8bfc08e8\n", "proba": 1.0032676982518751e-06}
{"commit": "637314d15c2dacc2d5daeecf17dc668ce405b25c", "message": "Avoid crash if layer is destroyed after GLRenderer\n\nbug:12988766\nChange-Id: I96961aeef0b1d42ae8c609f1607a100e61a3d593\n", "proba": 5.37781943421578e-07}
{"commit": "af9c5ea240746de088549261a505895cbf4882ed", "message": "Ensure page up/down always moves to first/last selectable item.\n\nBug: 5088505\nChange-Id: Ie73705f46602003b1c02fa08427dc940ad9f9b8a\n", "proba": 1.0301895372322178e-06}
{"commit": "da93a46371f442b8142b110faddc1ac660f765ed", "message": "am 15208ac5: Merge \"No vibration when long pressing in the empty part of an EditText\"\n\n* commit '15208ac5003de16e8e3d9ec26c3ef05347da7731':\n  No vibration when long pressing in the empty part of an EditText\n", "proba": 2.228494395239977e-06}
{"commit": "b39b0f32d1c24e326886d8d27c8ad7dde38e28d0", "message": "am faf9a783: merge from open-source master\n\nMerge commit 'faf9a78363b0c773b95c9b43263d788aee313054' into kraken\n\n* commit 'faf9a78363b0c773b95c9b43263d788aee313054':\n  Text disappears when selecting text in text editor.\n", "proba": 1.2546556149573007e-07}
{"commit": "152c7c4091bf7c545b6a5a037cc02f55c4f126e9", "message": "resolved conflicts for merge of 115b9dc3 to master\n\nChange-Id: I37ee3a50fcafbaa7de510b3af8e133a89bd9e339\n", "proba": 6.375122438839753e-07}
{"commit": "4cb85f6ad6f6ff4428aa2c5179b6d62741be7aa9", "message": "Moving focus on text should not create an Editor\n\nBug 6241159.\n\nonCreateInputConnection should not create an Editor but instead\nshould return an input connection iff the text is editable.\n\nChange-Id: Ie9ea55b2467f5a40e6243b36f9b44fa6dfab586f\n", "proba": 0.0013314828975126147}
{"commit": "8c2b2085c9f8735b65a22637600ff23d181c7faf", "message": "am 0ca92d44: am b7afde5c: Merge \"Bring up the IME when TextView receives ACTION_CLICK\" into lmp-dev\n\n* commit '0ca92d44894f7af06f595368281034d762693c61':\n  Bring up the IME when TextView receives ACTION_CLICK\n", "proba": 3.5683598298419383e-07}
{"commit": "c4440f039e82d44628146a9f39be7c1fb2d7b792", "message": "Lazy creation of selection and insertion handles.\n\nChange-Id: I960f6988e8f4c6f933a40fca7dc860e58a6b67d3\n", "proba": 1.102493001781113e-06}
{"commit": "a114281a2b4cd97717079fead45e5b2832da42ce", "message": "adding test for a bug", "proba": 6.329287884909718e-07}
{"commit": "58fb14ffe330778c373de21bfbbfc19ce4e6c69e", "message": "add proxy support\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@244820 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.220810012611764e-07}
{"commit": "ac2c6ad7bf4f84531a695324c5686b35a039a7ea", "message": "Fixed the problem with parameterOrder that Ravi Kumar discovered and fixed.\nUnfortunately his fixes broke part of the inout test.  The combined fix required a\ncomplete rewrite of the parameters method..\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@245583 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.330042661924381e-06}
{"commit": "4d48a1eda692d7ab4d0d87b5aa9e33a9e35e85f8", "message": "1.\u0420\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043f\u0440\u043e\u0444\u0435\u0441\u0441\u0438\u0439 \u0432 \u043a\u043e\u0434\u0435\n", "proba": 1.1255566079171331e-07}
{"commit": "2cfb30d77ea345a2185e4136cd45018b8ea7816d", "message": "\n\t* InlineCalls.java:  Preliminary code to check argument count.\n\n\ngit-svn-id: a878c62e23c3cdd7109267dfd9bdff0ba03a0163@2220 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 2.0923373540426837e-06}
{"commit": "d83ecd95ba2f371773d268009199536279b0fb6f", "message": "Adds seed for a calendar and an appointment.\n", "proba": 1.1661987997513279e-07}
{"commit": "fdf25e34a19a593f0e0fcca6023ac8c751e25bbd", "message": "raw data output implemented\n", "proba": 5.457646693685092e-06}
{"commit": "8700434c8a1e79e221e8cf96c979919b3a5b0ba2", "message": "Add new example\n", "proba": 4.365801487438148e-06}
{"commit": "796a843a0d7b30321fc74f0cf0d507738d6d388f", "message": "feat(validation): added the map transformer to validate incoming messages\n", "proba": 8.362741823475517e-07}
{"commit": "19c363bd9f842695a156a013fb3705207486a564", "message": "add a function can conut the num of work unfinash\n", "proba": 0.9999923706054688}
{"commit": "7ff8d8744baa9a0ed3339f8fd9a2940cb98b8d8f", "message": "Create dijkstrashortreach.java", "proba": 1.61811458383454e-05}
{"commit": "e8d6b6cc476958a7dd9c227f7cbc9d8831e08c57", "message": "add lending_club_munging_assembly as pyunit\n", "proba": 0.0017345960950478911}
{"commit": "e466478ebf980dba86a501e640129c73fbad674a", "message": "removed whitespace removal code on input data\n", "proba": 1.1424599506426603e-05}
{"commit": "127f2580abd4c81f6b0c2d20f7d52d726c0e6e65", "message": "First devel version for java\n", "proba": 1.6472222341690212e-07}
{"commit": "1830e45223d70b11d4d9ea005d8e9c2be8bf99b3", "message": "[MCHANGES-254] Example doesn't work - spaces not allowed in statusIds and resolutionIds after a comma\nFix typo from r1131414 .\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1131484 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0018060645088553429}
{"commit": "4290d4c2c83567cf61c1fd3aabdeb78f49128ced", "message": "CORE-463 - SQLAnywhere rename column fails (syntax error)\n\ngit-svn-id: a91d99a4c51940524e539abe295d6ea473345dd2@1465 e6edf6fb-f266-4316-afb4-e53d95876a76\n", "proba": 2.1649775590049103e-06}
{"commit": "d1ca622fed5939e1ae5971fff6b90bc476b6a035", "message": "re add JC TAB0\n", "proba": 1.3665318476796529e-07}
{"commit": "1319918bc918e4d7fcdf2d86de86b340676402a0", "message": "[MINVOKER-124] Reporting the reason for skipping an integration tests \n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1408974 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.0204554428128176e-06}
{"commit": "90b9fbb1aeae2a14087256cb1917d18307b96a5d", "message": "o added the javadoc version tag\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@540946 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.542349405615823e-07}
{"commit": "da2258de8c7af4ba6606da0b7e6af52f966de028", "message": "o Fix typo.\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1056547 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999328851699829}
{"commit": "1e38f91915aa3bd3cf1c1daa54f2370899b00607", "message": "Fixing release-pom.xml handling...to ensure it's added/removed from SCM properly.\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@354503 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.756964350846829e-07}
{"commit": "95f53599ad87983e5358756b9c5e17560f399e0c", "message": "Add missing signalInvalidAccessMode helper\n\nSigned-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>\n", "proba": 1.900684054589874e-07}
{"commit": "e49e409311a57dd798131f29c05b9060b4075caf", "message": "Follow-up to I7d96ca46a41ec764984be5fe42d225cb94f53497\n\nOriginal CL was missing a case.\n\nBug: 21765088\nChange-Id: I8a2ef543f6ef1c9cb1132cb0caeca1bbdef18890\n", "proba": 2.1465814370458247e-06}
{"commit": "5343df853d4641fe644b6e0c3a4d010ee1585629", "message": "Added RoleTypesResourceGETTest", "proba": 1.4310386120541807e-07}
{"commit": "d93ea946146321fd7357ace83b9a0b0558fe605f", "message": "HBASE-12739 Avoid too large identifier of ZooKeeperWatcher (Liu Shaohui)\n", "proba": 1.309233397250864e-07}
{"commit": "482fa5645f0109981fa25c8ddd919ee4750ae560", "message": "add missing validator\n", "proba": 0.001066247932612896}
{"commit": "d58529bc84e21b48cb67e66d8dcf8a8a98bb9567", "message": "[PRE-1] API draft", "proba": 1.9455607969121047e-07}
{"commit": "ad6a4c88b52b5194e13e54ec53eeceed9aa243a2", "message": "Default locale property for EntityListProvider\n", "proba": 2.548672455304768e-07}
{"commit": "d7f3dea3a791e28711953e6d9a3e50024ffa4ac5", "message": "Removed accidental Clonable", "proba": 2.908585940986086e-07}
{"commit": "b5f1244fdb208c5fdf965cb56fa17b5a597d7e16", "message": "Fix size bug on credential zone\n", "proba": 4.356134581939841e-07}
{"commit": "4afef06c73674f39509ef2eb3794554a81882f14", "message": "WRP-847 Add support for calling orchestration service remotely\n", "proba": 1.1934673693758668e-07}
{"commit": "e1953298089cf32cc2bd97c26298784bdf0eada7", "message": "testcase for java codegen\n", "proba": 1.1930660548387095e-06}
{"commit": "05971a179133fc592749ae654cb958b6cc53f847", "message": "Create module-info.java", "proba": 1.4139566246740287e-06}
{"commit": "533bbc3204f8a70d617df215fa0fa4b8b03d9acc", "message": "Just a little bit of reorganization and graphics initialization", "proba": 1.2543206651116634e-07}
{"commit": "bac8af75ab4381e50f73bfc92004361ea0ff25a5", "message": "Add unit test for new --uml-timeout option\n\nSigned-off-by: Sjoerd Talsma <1dafb4c4a7acdc6e1eca32ff35fda03e0e9cd976@talsma-ict.nl>\n", "proba": 1.7519896289286407e-07}
{"commit": "4aa7c7921e71affed9fe5e19988fa8b332258760", "message": "HBASE-7165 TestSplitLogManager.testUnassignedTimeout is flaky\n\ngit-svn-id: 1ea5de6e32eadb5f080cfd8bafe1c87167c06d54@1409650 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.666051386768231e-06}
{"commit": "fadaac16ee5fed8e89e098e453fe87dcfd93297b", "message": "uncomment flowerServiceTest\n", "proba": 4.111126656880515e-07}
{"commit": "87319657b71427c80a5824556b853dc7642268cd", "message": "*** empty log message ***\n\n\ngit-svn-id: be0410ddac3d3aa4e6c95f624a496c374490f191@133305 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.328377359452134e-07}
{"commit": "55aa4ec26de2ea5098a17f707f2363bed37e8580", "message": "Create a class to hold max age calculation when start time for caching availability is the day before the end caching time - i.e. the caching availability period runs overnight.\n", "proba": 1.505331255202691e-07}
{"commit": "8b8dba15baa73141a4ca71c7374632d0dd3298a7", "message": "headers treating sample (#646)\n\nSigned-off-by: Oleh Dokuka <9fe44caba270d0e54b6027267ef8ff69f2942e2b@i.ua>", "proba": 1.1099054830765454e-07}
{"commit": "0983aed2f6f8820623942eeddd78f3bda2211be5", "message": "Fixed sonar issue\n", "proba": 2.6827572696674906e-07}
{"commit": "3f34a84a9d4b68b093254a2f265118fbd7918418", "message": "fix typo\n", "proba": 0.9999909400939941}
{"commit": "dd13814f6c2804326815a9abaea36bd7e80e9779", "message": "trying if jungle is spawned and mushroom", "proba": 1.5615588608852704e-06}
{"commit": "489db3852a002d570b7c9700626127e05f868ee5", "message": "#496 - Finally figured out a decent test mechanism.\n", "proba": 1.0418486340313393e-07}
{"commit": "e26ec8c5a35f6298b94074ce57f7e9e98af8052f", "message": "Fixed division by 0", "proba": 4.99249949825753e-07}
{"commit": "c8628eb7b1d9119a0a2b2f7239379b8202533733", "message": "removed searchquery to fix stupid name\n", "proba": 3.648100062036974e-07}
{"commit": "b2a7921f4eb324aaece67017e433967b9f3ab6a3", "message": "JS: add KeywordCommand\n\nSigned-off-by: Harry King <409587b9e6671aa0763646191d292852dc49a658@gmail.com>\n", "proba": 1.2709726604498428e-07}
{"commit": "0d640b397fd64717f1e09e223e1a72cc67a4bccb", "message": "Add function to get a set of all asset names\n", "proba": 8.794789323474106e-07}
{"commit": "36393c437c983f78832f75d6397542c6c22cb82c", "message": "Create Event.java", "proba": 1.2816366279366775e-06}
{"commit": "5dfc32c7796cdab09201e1b6a305510099bb58cf", "message": "Added commanding resource with POST web service for sending commands.\n", "proba": 1.1049944248497923e-07}
{"commit": "781b01214e0c925a3f5a1c815beaac62abe17bbc", "message": "Add calculation of hyperfocalDistance, nearLimit and farLimit\n", "proba": 0.0008143027080222964}
{"commit": "2df8628ef15528c8f2cbd46587a16ba8386e9f5e", "message": "Make ServiceException a RuntimeException\n", "proba": 0.9991273283958435}
{"commit": "6ab500ac8e64413c80ee24fed0762568d4cbaaae", "message": "changed the background sampling method used for small datasets", "proba": 2.473836957506137e-07}
{"commit": "8d01b51a3d5cb29944bf475ab5671dc9f9ec917e", "message": "\u5c06BeanFactory\u4e5f\u590d\u5236\u5230restloli\u4e2d\u4e86", "proba": 2.386491928518808e-07}
{"commit": "2e0af53de91a0ba90ea97e515ad05407f911000a", "message": "am 51004268: am 0b6e78d9: Merge \"Preserve leading \"+\" in phone numbers\" into lmp-mr1-dev\nautomerge: 28e6910\n\n* commit '28e691010f2990825c2e30ea244ba3bbac935725':\n  Preserve leading \"+\" in phone numbers\n", "proba": 2.8438597610147553e-07}
{"commit": "12ae6ff0b16416a430eea1b1f2622fe3c80048bd", "message": "setToU is still BAD!!!\n", "proba": 1.142748473625943e-07}
{"commit": "d404b78634d2060731396b8d7ea287419fffd387", "message": "Create DispensedProjectileDamageInfo.java", "proba": 2.0478240969623585e-07}
{"commit": "46ab170c138c57a78f996ecebf89743317b0f210", "message": "synchronize commands\n", "proba": 1.1697286026901565e-05}
{"commit": "34b4e7db66aa689556a2998f9c4533902df39930", "message": "Create NetworkInfo class in Utilities module\n\nThis class is used to keep track of the IP address and port number being used by the client.\n\nThis is used so the server can send packets to the clients.\n", "proba": 1.054604226169431e-07}
{"commit": "a1df27f5dca63013e0dd6a0c8bfbf8767dc05fcc", "message": "\u6d4b\u8bd5MappingReference\n", "proba": 3.439029683249828e-07}
{"commit": "e003f83e4760420c7791a569c097690a36b4c249", "message": "Fix for error introduced on previous commit\n", "proba": 1.4071711973429046e-07}
{"commit": "6c77c798b912bb7de8c51a37150dfa5d15ac5080", "message": "webim_settings table changed\n", "proba": 7.437935209964053e-07}
{"commit": "f0c3c953d4d4169ae84e714d41d197f7b8badbe6", "message": "Added parent interface to help filter application.", "proba": 1.0694724750237583e-07}
{"commit": "1bc9000ef82ef1277eb37571e3f6ec21bec47e75", "message": "O(N^2)", "proba": 0.004891448188573122}
{"commit": "49c611279956da4bfe2afd24f149dbebc75ee3bc", "message": "Added a nice big warning log if an interceptor around LifecycleStage.ResolutionExecution should return an alternate resolution, since it won't do what it would at other lifecycle stages.\n\ngit-svn-id: cf2b8e13e5fd585456580429c3991d4364a2cb88@330 d471f07e-d8fc-0310-a67b-dd4c8ff0e7cd\n", "proba": 4.015564627479762e-05}
{"commit": "03c35e114b57fc772065aa6f49568bc22012ce17", "message": "Fixed STS-597, sort of. Because of the way the API works I added a parseUrlBinding(Class, String) instead of parseUrlBinding(String). A UrlBinding must be associated with an ActionBean class.\n\ngit-svn-id: eee8cf2eb4cac5fd9f9d7b672efb1c285d99a606@1013 d471f07e-d8fc-0310-a67b-dd4c8ff0e7cd\n", "proba": 6.167212995933369e-05}
{"commit": "edd699ccce71b809ed750fb5ff80616fdfa70175", "message": "Added DownloadListener for WebView\n", "proba": 1.2906478730201343e-07}
{"commit": "e0f462dd4a60dcf7f6c00d7114fa8f0d82949881", "message": "Fixing unauthorized upload. Closes #263\n\nSigned-off-by: Nagavijay Sivakumar <2ea8a2f8d88fb7a3e670fab767f16e2a700abea7@bosch-si.com>\n", "proba": 1.116674965828679e-07}
{"commit": "12a9d8281a5a0c3197391538eff86a80676a4593", "message": "[lib] Added an internal interface for reading SFNT tables...\n", "proba": 1.0189184251885308e-07}
{"commit": "9219d7069011cd9d6add0cb4f6af6cf2763e5394", "message": "\u5b8c\u5584PPTx\u8f93\u51fa\u529f\u80fd\u3002\n", "proba": 1.4996126651567465e-07}
{"commit": "176be0e6259131e3c6be768f604b1d7a0e554a04", "message": "[#694] change data type for logginginfo for transaction", "proba": 2.1244730419311963e-07}
{"commit": "002840c98897e985a947c035cdd343dc3eb0c0c4", "message": "\n\ngit-svn-id: https://svn.code.sf.net/p/cogkit/svn/trunk/current@2116 5b74d2a0-fa0e-0410-85ed-ffba77ec0bde\n", "proba": 1.1770812307076994e-06}
{"commit": "7d4dc73c42eff527e6cde53b7520a5886ecbe13c", "message": "Also create lazyUnits for LazyInterfaces.\nThis fixes a part of\nhttps://github.com/ceylon/ceylon-ide-eclipse#763\n", "proba": 1.7530878437810316e-07}
{"commit": "80e07b3165809dcf6c4a60d21584ea14c194007d", "message": "dynamic ranking, first shot...\n", "proba": 1.115342485036308e-07}
{"commit": "8d73f8591195304c0f2ab0dfed994b8c3036708a", "message": "Correct Javadoc copy and paste error\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@981589 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.2002764151475276e-06}
{"commit": "ef22b5d4e4718d597ae310ee3054d12cd9dc7628", "message": "CMD Generator main added\n", "proba": 2.3699826101619692e-07}
{"commit": "3bc53359c484dea625066faaa2d88b30f16b4e7c", "message": "VY-RES-456 Cast string to uuid\n", "proba": 0.9993960857391357}
{"commit": "69645fce3b6fb8c8135c1614ed658595246e54ed", "message": "Only sync org name and id when saved\n", "proba": 1.591510709886279e-07}
{"commit": "7767a7c616414ca708417f73a9766e11e9624e8b", "message": "Prevent IllegalStateException when reusing the NullKeyMaterialFactory\n", "proba": 4.3053304921158997e-07}
{"commit": "da5b4568a79344fc9ad7ed7187219bce943de934", "message": "deactivated trailer provider (is not done yet)", "proba": 1.0875166367441125e-07}
{"commit": "e3b7ba8aea6a4c8719fdbec06c49b203d1eef92e", "message": "Updated docs.", "proba": 1.4111586210674432e-07}
{"commit": "700f5c46955fd068d63617c26a4ce8034fe170cf", "message": "java/gui: remove DisclosurePanel\n", "proba": 3.362412712704099e-07}
{"commit": "684bbd8668db5a7378d88d90921fd7103baba164", "message": "am e5a75d13: am 20ec9b79: am d8a21bbe: Merge \"Not using resource ids for EXTRA_INITIAL_INTENTS inside a managed profile.\" into lmp-mr1-dev\n\n* commit 'e5a75d1333b92c23cf243af80e62de06a0f9c892':\n  Not using resource ids for EXTRA_INITIAL_INTENTS inside a managed profile.\n", "proba": 2.2347910544340266e-07}
{"commit": "5bcccc7ba3bbf6cba16b07727b23a363c2ef3e5a", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "99946b0e183dc73dbfbe5b383c098733a4250ed1", "message": "add an interface that returns package id and service id\n", "proba": 3.018756160599878e-07}
{"commit": "cba86847a17e8c58f2d8f46c042c25c6335a7091", "message": "[81764] revert file needs to reset undo stack\n", "proba": 2.8554262598845526e-07}
{"commit": "32f7f884a17e474a19776eb7369cb33629f19449", "message": "Create Ipv4Range_custom_list.java", "proba": 1.0370513336965814e-06}
{"commit": "8b368b2785a4d830ac2ba6af2c9da2f0255b2e89", "message": "Added DoubleParser for LCC graph data\n", "proba": 1.191451133308874e-07}
{"commit": "bb8411fc78070d4a85e84324fb5c6a637ac57a29", "message": "add Teacher.java\n", "proba": 5.437735808300204e-07}
{"commit": "379bd9c15c23f8e7104c16e1caffa7866b98659a", "message": "Added unit test based on user forum issue.\n\ngit-svn-id: 11f3c9e1d08a13a4be44fe98a6d63a9c00f6ab23@902559 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.5651834789641725e-07}
{"commit": "b6675474e5376c53ef49fc6b869215d5938985dc", "message": "add eventname to titlebar\n", "proba": 9.84051325758628e-07}
{"commit": "d66cbc0bb28b016359f696da45939cab30c71906", "message": "am 598a7aed: Merge \"Fix BandwidthTest to report correct stats.\" into klp-dev\n\n* commit '598a7aedfb6b77fc98bace9f420968a6f3ed637e':\n  Fix BandwidthTest to report correct stats.\n", "proba": 1.2840072827202675e-07}
{"commit": "2082516e2047cbcdb39893a26cd82648c24761e7", "message": "On fait de la s\u00e9cu et c'est de la balle\n", "proba": 1.7419065443391446e-06}
{"commit": "5d0820874132d6e5a5baaf11477cb0f64f73e306", "message": "[1359][cygnus-ngsi][NGSISTHSink.java] Add pre-aggregation of batch data\n", "proba": 1.5514856954723655e-07}
{"commit": "95ef62a2454410c1da6bc374b1356f6024f5b478", "message": "created the first version of the VolumeSeekBar\n", "proba": 1.3948590549262008e-07}
{"commit": "7b313611111c59d9d9be3ef3c0c03465f101b681", "message": "Move ChainingHttpRequestInitializer to hadoop shared-utils library.\n\tChange on 2015/11/10 by peihe <peihe@google.com>\n-------------\nCreated by MOE: https://github.com/google/moe\nMOE_MIGRATED_REVID=107526124\n", "proba": 2.8941150276295957e-07}
{"commit": "924460cac6549f3137459e8eace4d73cceff1e11", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "5a82eed458cd71d13697093b11caba63bee65087", "message": "Add a test for UnitOfWork.\n", "proba": 3.471292529866332e-06}
{"commit": "210a480458d8f0b81777877e61c21330704a8be9", "message": "Add abstracao amigo", "proba": 0.9999991655349731}
{"commit": "d7792366ce829cffc8314f0c2991e1ab134b80cc", "message": "more pairwise tests\n", "proba": 2.77028590289774e-07}
{"commit": "0cbc6f4c673cd9f063f40552271d2b477ba6f2d4", "message": "NP fix\n", "proba": 6.350280159495014e-07}
{"commit": "050752ddc4b1b3717d86c8378ffef01484605357", "message": "Created wrapper to test commands\n", "proba": 5.502558337866503e-07}
{"commit": "e7638119b97f5702a43e058bd7cc5d083c0e8857", "message": "\u4e24\u4e2a\u4e8b\u52a1\u662f\u4e0d\u80fd\u6709\u5d4c\u5957\u5173\u7cfb\u7684", "proba": 1.338317758836638e-07}
{"commit": "e8c5f4186da901045ef9e8d90c820ef45ffbf498", "message": "update HyperBeanAttributes", "proba": 2.7306862193654524e-07}
{"commit": "759559b72d1a639c4ee51a62b5aa89a90e63f03c", "message": "improve type arg error reporting", "proba": 4.281557721697027e-07}
{"commit": "b6437245c280596d0a580b8d67189739cf793250", "message": "If disk-full, don't crash the system server. Still todo: when we have disk we should trigger the  event again.\n", "proba": 1.0967780639248303e-07}
{"commit": "0a8cc945ce92263ae8b66db7d08c224865b34470", "message": "am b29c6299: am 0a77897b: Merge \"Fix seeking behavior\" into lmp-mr1-dev\n\n* commit 'b29c6299704ffd3885be6347bf85058010e24868':\n  Fix seeking behavior\n", "proba": 2.719625058489328e-07}
{"commit": "f300babd25001898dfd8b8a92f1534e46bf50794", "message": "Validate that the authority of incoming uris matches.\n\nBUG: 16864837\n\nChange-Id: I2d4473985777b9525b101c1b02ad2395342b9722\n", "proba": 0.9998606443405151}
{"commit": "634bc6e2f020547a3b6c3e13f982a3d2bc40bffc", "message": "am cc6848ea: am dd441795: Merge \"Don\\'t strip country and variant from locale.\" into mnc-dev\n\n* commit 'cc6848ea684a0309ac20b3968d44beee1afe1c1f':\n  Don't strip country and variant from locale.\n", "proba": 1.2996000009479758e-07}
{"commit": "34fb3bb1b6190654b47f61e468108998736c8df5", "message": "Add a few basic TSIG tests.\n", "proba": 1.217517251461686e-07}
{"commit": "bef41039e1ef420deeac3c05e3a9d3692c390b20", "message": "Initial checkin.\n\n\ngit-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@1359 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 0.00019467425590846688}
{"commit": "8cdcb8b79dd7118c1064757838e28919081de031", "message": "docx table\n", "proba": 3.5948899039794924e-06}
{"commit": "681817e81b7536b2ea85db179da9cb746c9fce90", "message": "TimeSensitive test\n", "proba": 5.440184622784727e-07}
{"commit": "c65df4814cbd38d63c9647b071fca5fbf5e4e5e5", "message": "remove leading and ending space from tbi consult\n", "proba": 2.463442854150344e-07}
{"commit": "1af4ecc3d90aedc070b3be464af561b9ef1117f2", "message": "deleted redundant code\n", "proba": 1.401629651809344e-05}
{"commit": "d53d77aec331a9dc103fe22898aa6c69acfd0ad6", "message": "added file FileUtil.java\n", "proba": 8.000021693987946e-07}
{"commit": "a928291178848008a1654f1dcb22668f9128614e", "message": "Address inefficiency for sphere separations near d = 2.\n", "proba": 6.776140821784793e-07}
{"commit": "5a90e6eb9013580720b26b0f91c4e1993d57f7dd", "message": "am ccaee1e6: Merge \"SettingsLib/Wifi: Run pause/resumes on main thread\" into mnc-dev\n\n* commit 'ccaee1e678f8b32dda1ed9f460570fe2e89f166a':\n  SettingsLib/Wifi: Run pause/resumes on main thread\n", "proba": 4.361846208666975e-07}
{"commit": "fd8f80540502567bd8fd991db583df0bc8d6b22b", "message": "Use https://bitsquare.io/downloads/ instead of GH URL\n", "proba": 2.436591728383064e-07}
{"commit": "49f65f2c5c8c4d691de0766c37246477a538b414", "message": "a simple tab delim parser\n", "proba": 4.46968556389038e-07}
{"commit": "fce01a057b76510f2022841603ca66f390afe144", "message": "Ensure highest priority plugins are resolved first when resolving views. Fixes #9689\n", "proba": 1.6718159656647913e-07}
{"commit": "8ab6858affc43e7ec72c4ea458454129416bf2d8", "message": "update > juc AQS test code\n", "proba": 1.281595984892192e-07}
{"commit": "7c270311f7167080112494c3095c984b1a141074", "message": "am 50b11ec6: Merge change I4d828c3a into eclair-mr2\n\nMerge commit '50b11ec6d955f098c2b8f9cd0573e494442cfc24' into eclair-mr2-plus-aosp\n\n* commit '50b11ec6d955f098c2b8f9cd0573e494442cfc24':\n  QuickContactBadge: Make lookup key query asynchronous.\n", "proba": 5.015520514461969e-07}
{"commit": "fdfb4d75c4e6095ce03dc73767aab70d84f8fb06", "message": "am 20176edc: Merge \"DOC CHANGE: Add javadoc to ClipboardManager\" into ics-mr1\n\n* commit '20176edc4ff43f10ab3be03d84bb9f02b7859bdb':\n  DOC CHANGE: Add javadoc to ClipboardManager\n", "proba": 6.561226086887473e-07}
{"commit": "95e1f8b2362764af50c88328c30c06a5a4e89d15", "message": "am acc2df21: Merge \"Add keyset support for ECDSA public keys.\" into mnc-dev\n\n* commit 'acc2df21de9da66d8aaf9bf2b733f8b284454403':\n  Add keyset support for ECDSA public keys.\n", "proba": 2.620528789520904e-07}
{"commit": "9c8d63f48e550f48b8bf7fe1b0397ef2c425f950", "message": "am acd796b1: am 20c15a42: Merge \"Fix monkey NPE in AutoCompletePopup\" into jb-dev\n\n* commit 'acd796b1a6f217e0798d008ba88dc101b5ace34e':\n  Fix monkey NPE in AutoCompletePopup\n", "proba": 6.251899549170048e-07}
{"commit": "cbf1a7ca37b590f3cad3f0e4d8a3cfcafdc968ad", "message": "Optimize Javadoc", "proba": 0.7873152494430542}
{"commit": "bd62294723b983222518882e9277a6322f9bdf4c", "message": "only output qualified name when module alias is present\n", "proba": 2.3531364945483801e-07}
{"commit": "0c37f941aa4aea0c5f85ff2797cafd9aa5d1af1c", "message": "Added a decoder that performs live mode regression test.\n\n\ngit-svn-id: a8b04003a33e1d3e001b9d20391fa392a9f62d91@2246 94700074-3cef-4d97-a70e-9c8c206c02f5\n", "proba": 4.1420436900807545e-05}
{"commit": "26971af92f32bbb9828d54659dc9a8e1aa9a209c", "message": "solved ticket https://issues.jboss.org/browse/RAILO-1721\n", "proba": 2.0216957352658937e-07}
{"commit": "21cdab30f32dee0b2e2bfb6b15fafd89554d08a0", "message": "Remove duplicated code\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1239526 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9997504353523254}
{"commit": "f6270e0f89629393ec1ad723311988a09b6fd91f", "message": "Fixing return structure for new endpoint\n", "proba": 8.344371167368081e-07}
{"commit": "66cd49b7c84434a3845893062446607d33d6a2ff", "message": "Difference between odd and even level nodes completed", "proba": 9.593179584044265e-07}
{"commit": "53c162e4576a0073e2b20aa99e473b1aa534ac34", "message": "Had left in debug.  Nice ...\n", "proba": 1.1075327677190216e-07}
{"commit": "9fe98ede2b77501a4499cfec7c822a834883b969", "message": "Delete LeDeviceListAdapter.java", "proba": 1.0724522780947154e-06}
{"commit": "9e630a6568a7ac1e50f618cf2f24f829257c2124", "message": "add operation on images\n", "proba": 5.946695296188409e-07}
{"commit": "36456a39f1421238d7df4fb51bb21831041b8aa1", "message": "INTEGRATION: CWS fwk77 (1.1.2); FILE ADDED\n2007/10/18 12:04:16 mav 1.1.2.1: #i75848# OLESimpleStorage service tests\n", "proba": 1.2356328227269842e-07}
{"commit": "af235284802db3ecea9d9fe8f06ed5ec9c0a3742", "message": "Simplify headers passing - FOLIO-160\n", "proba": 9.547835588818998e-07}
{"commit": "792a2bdb74df3580c173a2eb915d4d9f0536cb71", "message": "Data coming from database for notification,\n\nNOT SURE IF WORKING", "proba": 1.9497603886975412e-07}
{"commit": "43a4bef4158d58ad52d59b6f7ead1a87e01c7778", "message": "Improve error message\n", "proba": 1.5202402209979482e-05}
{"commit": "bd4e0c92a53e4f7dd9c53bf307e9c3b337d7ca44", "message": "Modify opening RoomFragment.\n", "proba": 1.316281839081057e-07}
{"commit": "ce6870bae2286a8ea41c58e582e1388940d15f8d", "message": "Solution for IsBst HackerRank Ques https://www.hackerrank.com/challenges/is-binary-search-tree/problem\n", "proba": 7.048302904877346e-06}
{"commit": "8013a4459ce6b067318cd87e4ab0a30ea2003ae6", "message": "default\n", "proba": 1.71783467521891e-05}
{"commit": "f477bb492fe50201c88b9c06b111e70d6d604ce7", "message": "Implement the random strategy\n", "proba": 0.9990384578704834}
{"commit": "aeb2db15552fa5d75aea0efd54ef2305b015ac98", "message": "revert toolwindowheader fix\n", "proba": 3.010686100424209e-07}
{"commit": "845e8ec96b9468ca7cef6404037069d7630d9751", "message": "o improved Javadoc\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@678076 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.968171142787469e-07}
{"commit": "9a57ae2abfe74bfd330931813bda03f0f85ce8ab", "message": "copy over modules/integration/test/org/apache/axis2/engine/HandlerExecutionTest.java\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@475414 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.3300502814672654e-06}
{"commit": "b01d52f7d98800bdbf7ad3940fb1de1f4c1e4eb3", "message": "IMCMS-324 - Add role syncing from AD:\n- Introduced external user service.\n", "proba": 1.0616113144124029e-07}
{"commit": "009dd36f2f6c70abbfe6de2e1010bbc3d2818e53", "message": "return nothing for the /account/verify-real-account-data request.\n", "proba": 2.7325174301040533e-07}
{"commit": "bcf0b57cc2757d028dbb9da01bf1595e3d79e26a", "message": "fix login\n", "proba": 1.5982151353455265e-06}
{"commit": "ab0858c936e75c9f68da7eff47bf353e7e97344b", "message": "[MCHANGES-210] Update to Java 5\n\n- Start using generics in ReleaseUtils.\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1098352 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.667315801678342e-07}
{"commit": "225151c66d64f21dbe64019a798c1d745e0d2a01", "message": "o Add logging when locating files in the source repository and downloading the same. So that the user knows that something is actually happening, because locating and downloading files can take several minutes on a large release.\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@575077 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.798045215968159e-06}
{"commit": "03254a9b129c5901350dbb2b1ebbcc18a28eb3d5", "message": "TaskExecution and Scheduling: Changes interval of example for static task execution\n", "proba": 1.8880415098010417e-07}
{"commit": "548d72489692a866273de99526cb062904bea8a5", "message": "LogMessageAddedEvent: convert to @RequiredArgsConstructor\n", "proba": 0.9999027252197266}
{"commit": "d04cf56b8ca76818c35ddeb55f133cf8f73b6dee", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "eaaf4913535b6038895c0d79c44dec6f52d284e3", "message": "Adding Os checker test\n", "proba": 3.358881031090277e-07}
{"commit": "f3bc85db9387464b3a38f49dee4f174ee9db806d", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "f7c982b260864a029039b2ae9396749455a706ac", "message": "add additional test task in part6 chapter7 package2\n", "proba": 5.584177779383026e-05}
{"commit": "b040b37cd4e86ae2505543aafdab7af15272f83c", "message": "am 3cf88c14: am 792f43fe: am 8dd353c8: Merge \"SysUI: Upsort PRIORITY_MAX system notifications\" into lmp-dev\n\n* commit '3cf88c14bf76fc55548cdc21d80b43d459491006':\n  SysUI: Upsort PRIORITY_MAX system notifications\n", "proba": 3.7204782188382524e-07}
{"commit": "c4476575a012166473c15c468e164ac39da36028", "message": "OAK-8474: oak-run revisions fails with custom blob store\n\nAdd ignored test\n\ngit-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1862915 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.578901323133323e-07}
{"commit": "e40c5a526343c9fd6e67831fc6c45aeb3e646eb5", "message": "utils\u3078\u306e\u8ffd\u5f93\u6f0f\u308c\u3092\u4fee\u6b63\n", "proba": 2.442219226850284e-07}
{"commit": "0bf720acb0c22e04bfb867818fd1b6af3d43fb5e", "message": "Added CLEvent\n", "proba": 1.957835848998002e-07}
{"commit": "a00ebe986e5525be4e49772e2f54b377807be360", "message": "Dead loop bug fix", "proba": 3.502820788980898e-07}
{"commit": "72629c57679e3dcb5efdb9b112f63a9216cf0e1b", "message": "Address issue #118\n", "proba": 8.216915148295811e-07}
{"commit": "95f471e58c135dd120844e26a7db7f14067fcb31", "message": "a class for endpoint reference management\n\ngit-svn-id: 093fa4c7fa7b11ddcea9103fc581483144c30c11@2248 5b74d2a0-fa0e-0410-85ed-ffba77ec0bde\n", "proba": 4.387894477986265e-06}
{"commit": "6890e69dc2a53749cb8e5911d5dc56694980ed0c", "message": "Add file which I missed in the last checkin.\n\n\ngit-svn-id: 6bd94cac40bd5c1df74b384d972046d926de6ffa@11565 a8845c50-7012-0410-95d3-8e1449b9b1e4\n", "proba": 8.605249604443088e-05}
{"commit": "35b385df1807cf53377f5c7914af772a3c5e2751", "message": "Fix possible memory leak in CompositeObservableList\n", "proba": 1.978813816094771e-05}
{"commit": "d66cc2fb5330be19c29e564919a56c789f5ce561", "message": "added basis for internal logger\n", "proba": 1.3286592093209038e-07}
{"commit": "27586cb43e141ad452d22ee8b21eb95c26cb6da3", "message": "KCCOI-264: Add default 'select' for Attachment Type pull-down list \n", "proba": 1.5782899254190852e-07}
{"commit": "31a8b3500b81dae3ece225ad3bad753066f7974c", "message": "KCCOI-264: Add default 'select' for Attachment Type pull-down list \n", "proba": 1.5782899254190852e-07}
{"commit": "25b8788a941e619c1604d0bcb054d3d3eb8ceecc", "message": "task 33568\n", "proba": 0.9998200535774231}
{"commit": "85da3bf47ddaf2124bc82c554bf9b5afaabe9d7d", "message": "OAK-18: Define Oak API\n\nAdd the o.a.j.oak.api package\n\ngit-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1301540 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.2625888504990144e-06}
{"commit": "7ad8e6c8499f5b5327f6b81fb34e15f5d855a641", "message": "am 3f96f8b2: am 0bd08fc2: Merge \"Fix multiple SSIDs for same Passpoint issues\" into mnc-dev\n\n* commit '3f96f8b2fff2a2a7dc0a44d5f1219da8d7f2a5c2':\n  Fix multiple SSIDs for same Passpoint issues\n", "proba": 2.5466345050517702e-06}
{"commit": "d714d6b3abdb42e7c7af6a83798b736bbac9c0de", "message": "am 74652ebf: am f3edbb55: Merge \"Handle network info updates while scanning is paused\" into mnc-dev\n\n* commit '74652ebff190f9ad78ab7d560dd4271c025dd1e2':\n  Handle network info updates while scanning is paused\n", "proba": 7.095052865224716e-07}
{"commit": "cbd99dd853078a8b13205a2c017d8bb55e972ab6", "message": "am a4ef863c: am f4d065e5: Merge \"Fixing regression with screen pinning button not animating for the first task. (Bug 17985087)\" into lmp-mr1-dev\n\n* commit 'a4ef863c753e6756027c44a539ac02144ce614f9':\n  Fixing regression with screen pinning button not animating for the first task. (Bug 17985087)\n", "proba": 9.76833234744845e-06}
{"commit": "8d29bffb4585df0bd80968a7acfbe28d7f4161c5", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "d062fb665cdad06023f9dd8f54a23ab7b590c2cd", "message": "added migration for Cohort Expression update (#1104)\n\n", "proba": 1.0647260495488808e-07}
{"commit": "3afce9818afab51364e57ac8a4987b42bd54e9ec", "message": "a angle direction controler for the gui\n", "proba": 1.340002313554578e-07}
{"commit": "29f06d041ed0894e1cb3e8843c4227301001ff07", "message": "More sensible suggestions for columns that have a NOT NULL constraint.\n", "proba": 1.3178116375911486e-07}
{"commit": "9a9acabb74a9008b2f054aa408028265a3c84cf8", "message": "Add thumbnail property to Metadata\n", "proba": 6.933129270692007e-07}
{"commit": "780ffd9067bf781feee937678ae7c302f1a5f579", "message": "Add test case contributed by Matt Hargett\n\ngit-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@7471 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 4.12974884511641e-07}
{"commit": "74fd7a0ed1d78786f47986977413a6517570a52f", "message": "XWIKI-2568: Continue implementing the new Rendering Architecture\n* add unit tests to validate IntegerParameter\n\ngit-svn-id: d23d7a6431d93e1bdd218a46658458610974b053@11906 f329d543-caf0-0310-9063-dda96c69346f\n", "proba": 4.1121032268165436e-07}
{"commit": "e815af2913e7c2bfa96b08ea544b4e5540928a0b", "message": "junit test for RecipientIsRegex\n\ngit-svn-id: de9d04cf23151003780adc3e4ddb7078e3680318@410919 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.944890127309918e-07}
{"commit": "1e72e0ceaae08cce74fefdf8fb7a524aae7ed9e0", "message": "An extension to the registered service interface to allow a service to have\na passcode.\n\n\ngit-svn-id: 14da22889c6fb3298c1bedd21c061791077d000d@15 e384b71a-1fa8-11de-a108-cd2f117ce590\n", "proba": 2.937918225143221e-06}
{"commit": "ccec06da80f7140bcaff4486439e221356041963", "message": "Removed ibm calendar, and used java standard calendar instead.\n", "proba": 1.0283604012784053e-07}
{"commit": "b53bcf602b6657b6b594d10b5ab851a8d8361fb0", "message": "[104403] TVT3.1: tct304: bad sizing in Task Tag preference page\n", "proba": 2.9522323075070744e-07}
{"commit": "69f1cc70ab8750e670367cceac9b8f1c396ed19f", "message": "Fixed a glitch in the PlayerPanel related to dealing with Gamers who can't be constructed.\n\ngit-svn-id: 4739e81c2fe647bfb539b919360e2c658e6121ea@15 716a755e-b13f-cedc-210d-596dafc6fb9b\n", "proba": 5.0177486627944745e-06}
{"commit": "8e262cf42883793bd28086c5507d1445cc924d42", "message": "Close issue #311 - exception feedback on server connector\n", "proba": 1.1629202845142572e-07}
{"commit": "991cfe81a7c0f98e80181379f70897c8bc116f2c", "message": "\ucee4\uc2a4\ud140\uc0ac\uc804 wordset \uc774 null\uc5d0\ub7ec \ubc1c\uc0dd \ud574\uacb0.\n", "proba": 1.2164633744760067e-07}
{"commit": "4cfa238971fe97b0e5e3bbe5d456de93c6d31788", "message": "am 98cbe497: am c2c611c4: am 13ad04e7: am 3df17a6d: am f68e0236: Merge \"Allow Settings to set background data restrict on secondary users.\" into mnc-dev\n\n* commit '98cbe497f58aaf8ab8bc106d79a3aed567d9b58b':\n  Allow Settings to set background data restrict on secondary users.\n", "proba": 4.107462530100747e-07}
{"commit": "f443384d9e30111aaa61dac75af1f40d19465e96", "message": "Handle renamed packages during default grants\n\nIf an L device has a privileged app on the system image which was\nupdated and an M OTA renames the app package (supported only for\nprivileged apps) we end up with a disabled system package setting\nwith no package information. Since we are not doing a null check\nof the package we get from the disabled package settings during\ndefault grants we crash leaving the system in a bad state.\n\nbug:25687380\n\nChange-Id: I4f2ebcaf471e4bd1696298eab4716b50c52ca5c4\n", "proba": 5.338058599591022e-06}
{"commit": "019e5cda7e7e1c8623ebdda2cc60943e1b343219", "message": "am f5205d6c: am 013ec4c2: am b41e36ba: am a72eac60: Fix a typo causing NPE in restricted profiles\n\n* commit 'f5205d6c9d8f8d7944382741da83b6b2273317c0':\n  Fix a typo causing NPE in restricted profiles\n", "proba": 7.176346343840123e-07}
{"commit": "98ddad4031741bc5a1be7ef651929a34693930bb", "message": "am fbc6f2cb: Merge \"Revert \"Do not auto grant GET_ACCOUNTS as it is temporarily normal\"\" into mnc-dev\n\n* commit 'fbc6f2cb6c5313ac246b8554764a719dd06582fc':\n  Revert \"Do not auto grant GET_ACCOUNTS as it is temporarily normal\"\n", "proba": 1.4792750846481795e-07}
{"commit": "422f5515cd7d2c59cff8c7c56d4375508087bd59", "message": "Introducing CtxState.java\n", "proba": 3.6348617982184805e-07}
{"commit": "930d6c75a59cac54eb928a09da51bc28fa2b03df", "message": "add file servlet\n", "proba": 1.6762907080192235e-06}
{"commit": "341c8976c3a48d843d2a1cd1a60ce0371f7834a6", "message": "button action added\n", "proba": 5.270480869512539e-07}
{"commit": "c715c6f6b0d59aa5a347f6d4b54e83acaaf32754", "message": "INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED\n2003/10/22 15:42:54 sw 1.1.2.1: #112769#\n", "proba": 1.1737884619833494e-07}
{"commit": "245c9e205d28c90e6840ab1637e86ef43b216f36", "message": "Applied fix for STS-853 from 1.5.x branch.\n\ngit-svn-id: cf2b8e13e5fd585456580429c3991d4364a2cb88@1453 d471f07e-d8fc-0310-a67b-dd4c8ff0e7cd\n", "proba": 1.1410531442379579e-05}
{"commit": "87752f868557d0d53e21577fc235a766efd31893", "message": "uv: PeekableFactory: custom peekable supported", "proba": 1.6121579449190904e-07}
{"commit": "0959364e68ef0c498fdba74ccdb59dc61621cba5", "message": "Added JUnit Tests", "proba": 1.3614443616916105e-07}
{"commit": "e71e279bd987f1f93c2be5186888118ae9b15ba4", "message": "Create Day_15_Linked_List.java", "proba": 3.5387379284657072e-06}
{"commit": "6faddd63e9828cc537ee4f64bd3f38b43aa8e56b", "message": "Remove debugging .println in NTPTimeSource\n", "proba": 1.018470129565685e-06}
{"commit": "664834875b74a68dab6320392e4aa3e9b1679319", "message": "ValidateBinarySearchTree.java\n", "proba": 4.3400410504546016e-05}
{"commit": "1066876be29e5045f9e04ce17a6c143732cfb817", "message": "Delete BcScanService.java", "proba": 9.029801049109665e-07}
{"commit": "d992e3010270ebcdf786d838e7d5d97f40b4ab98", "message": "Make it slightly easier for a class to implement `Tool`\n", "proba": 3.769147554066876e-07}
{"commit": "63a8b64ffd7866e4bf40ed2333d3cb201ec5bc40", "message": "Added test for MetricsServletContextListener.\n", "proba": 1.1013584355623607e-07}
{"commit": "aebcf636b7ed76bc0b3ddfdec2dd8a3127a8b1e9", "message": "#140 Introduced a contract for customisation of generated by Entity Centre query by means of enhancing it with additional, potentially context dependent, where conditions.\n", "proba": 9.688100988114456e-08}
{"commit": "c04c6009783d14bd3b7550c4c68ddab54eab12bd", "message": "Class for server timing\n", "proba": 2.070983384783176e-07}
{"commit": "385fc58252fe45399815796aabfb1b7af0974b78", "message": "First draft of BindComparator", "proba": 1.321683100741211e-07}
{"commit": "b27ff4e3a507338ccbbc325a2f4c549e7a0657d0", "message": "Added CommandFactory class\n\n- \u30b3\u30de\u30f3\u30c9\u95a2\u9023\u30af\u30e9\u30b9\u306e\u8ffd\u52a0\n- plugin.yml\u306e\u5fc5\u8981\u306e\u306a\u3044\u30b3\u30de\u30f3\u30c9\u767b\u9332\u6a5f\u80fd\u306e\u8ffd\u52a0\n", "proba": 3.7099835026310757e-07}
{"commit": "a1a09195c4d8aaf36db1809fec2e20759361d8e5", "message": "[COM] Enforcement of UTF-8 on template rendering.\n\nThe freemarker template rendering class is now set to process and\noutput all templates UTF-8 encoded.\n", "proba": 1.0080047019300764e-07}
{"commit": "0eb383c6f058179414a6800be6491930b1524f93", "message": "Fix notifications POST", "proba": 2.9703901418542955e-06}
{"commit": "2a7a3853cf423595e027b9a42583dced6e0ce539", "message": "Added example w.r.t 19.12", "proba": 1.315365665277568e-07}
{"commit": "7feaecbd9c877713afb7e6e30f3bbdbca4633f43", "message": "KCIRB-983 review comments now appear correctly after record committee decision in approve action\n", "proba": 9.967533287635888e-08}
{"commit": "f6f7502beb17255cd57a996adffe853e126eb057", "message": "Bugfix in FullQueryStatisticControllerTestCase. The test for quotes and commas didn't have any quote or comma in the strings.\n\nUpdate issue 76\nStatus: Resolved", "proba": 2.6164107680415327e-07}
{"commit": "b7432cea17045c81af7f81fb3f8b3ac942bb150a", "message": "[#12445677]\nSL: Added Keyboard shortcut.", "proba": 1.1056037152457066e-07}
{"commit": "5ab1f6dccd6b8c5286f983fdc9cb2a2535738bbc", "message": "Avoid NPE when painting a GraphicsNode on to a SVGGraphics2D.  Fixes bug 42386.\n\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@579990 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.8708541347223218e-06}
{"commit": "e6f50e91258dde20bcc79159c565f853e0d9a723", "message": "Add index of LeetCode0524.java to docs\n", "proba": 4.642297710688581e-07}
{"commit": "b51497163a98da32821264fdc0301f364c924417", "message": "committed missing class failing build\n\n\n\ngit-svn-id: 29aad96320b2a07b98332cd568fc1316025c072f@5323 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d\n", "proba": 1.6095137880256516e-06}
{"commit": "4a6f3b3fe32842ef45624cbfa05410dc77414a1d", "message": "Added a simple stand alone class to print motif logos", "proba": 1.1059326965323635e-07}
{"commit": "02196e3f75671b5a47ae1c0e9899dc11d06a0db1", "message": "Changed group1 and group2 names.\n\n\nSVN-Revision: 6490\n", "proba": 4.947009529132629e-06}
{"commit": "580844e8a6cbc7034f08e8021a36142574f6ce49", "message": "Don't leak MSC thread pools in test case\n", "proba": 1.696495388614494e-07}
{"commit": "b1a638632a37e6337344df478623a01906eb692c", "message": "added test case for attributeTypeDescription parser\n\ngit-svn-id: a98780f44e7643575d86f056c30a4189ca15db44@503373 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.200820846264833e-07}
{"commit": "388b7f0f37b680b22baa6a1ac96baea8ca237299", "message": "Merging with adenilson modification\n", "proba": 1.9384896177143673e-07}
{"commit": "b9e1b170ffa17dc48b70d68f792f1325c61e11ee", "message": "Agregado personajes a master\n", "proba": 7.192001589828578e-07}
{"commit": "76e223b987c32c6241556cb00acdcac9429040e3", "message": "Javadoc for the ModifyAceServlet, missed in the last commit, but went in the patch to Sling.\n", "proba": 9.949602741698982e-08}
{"commit": "6ab10edc7137bd8a619ae751a26e98cfc8ae277f", "message": "Add 'word dictionary' for fun times\n", "proba": 0.00022403241018764675}
{"commit": "c909220e37b19bab1ed2f97a47291c34ab634e91", "message": "Fixed calculateIsp to be variable argument method.\n", "proba": 1.1499178498297624e-07}
{"commit": "6a944ea67834a544c1cefb6abe689154eb72709c", "message": "Fixed sugar lolly recipes, added recipes to ...\n\n... craft the colored sugar lollys to normal white sugar lollys.\n", "proba": 1.0007900641539891e-07}
{"commit": "2b5890bdc4a64ed3b9a94af7f017a7ee7988878d", "message": "KULRICE-11506 : Fill AFT Per-Screen Item Gap: KRAD Library: Application Header\n", "proba": 1.0710790121493119e-07}
{"commit": "57db59eb579f21bf257ab6adf4c8a9a8dcc6bcf7", "message": "Added test for AbstractHistoricalMetricProvider's getHistoricalMeasurements method.\n", "proba": 1.0396848892924027e-07}
{"commit": "307780896075cbcac66f45e8062d1c381ac3d082", "message": "FELIX-4689: Added test case for CompletableFuture dependency.\n\n\ngit-svn-id: e057f57e93a604d3b43d277ae69bde5ebf332112@1731988 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.0261236361184274e-07}
{"commit": "dc5674b2ed0753680829a8ab067101f54689d010", "message": "Amino acid substitution model for influenza.\n\ngit-svn-id: 67bc77c75b8364e4e9cdff0eb6560f5818674cd8@3844 ca793f91-a31e-0410-b540-2769d408b6a1\n", "proba": 0.9999380111694336}
{"commit": "4ca414af7cd6ec5df048d2e27db32dd3296b4a92", "message": "second commit\n\nit will now print out the proper numbers", "proba": 2.121131728927139e-06}
{"commit": "64d4c6ed6338f7e2c725787865ae070dbdcc9d4a", "message": "added a method for Stream redirection\n\n\ngit-svn-id: 27916816d6cfa57849e9a885196bf7392b80e1ac@11632 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 9.529533144814195e-07}
{"commit": "f2c4b7cca33c48ac11e1328fbd2b2d2d31a6f8f4", "message": "added 90 business days\n", "proba": 1.9837671061395667e-07}
{"commit": "18e7bdc231320460c535b04e809932cf5dc70859", "message": "Test that fails to make sure travis status badge works\n", "proba": 1.4902531120242202e-07}
{"commit": "ad585417f88bef2aebbc068839731a98264c3b2f", "message": "VTK-2124 - add comment\n", "proba": 1.1097277052840582e-07}
{"commit": "f47cf64cae679581b4c44930c7735ce2d5f756e7", "message": "Adding host object for Rest API mutual Auth requirement components/apimgt/org.wso2.carbon.apimgt.hostobjects/src/main/java/org/wso2/carbon/apimgt/hostobjects/MutualAuthHostObject.java\n", "proba": 1.3111841781210387e-06}
{"commit": "c87846e55e6f629315451c263a826334a35f9724", "message": "Create ValidationTestBase.java", "proba": 6.511830861199996e-07}
{"commit": "9c68016fe99193ba28bbef21bfccfab1fe2b5a5c", "message": "Added TLEPropagatorTest.\n", "proba": 1.1901826013627215e-07}
{"commit": "e58bbdc93873c54a89927acbbf388dd991da060d", "message": "Add a test case for DBCP-291\n", "proba": 0.00013649085303768516}
{"commit": "6ddf02ce56f1a006ddff09764d07002bcfd0d0b3", "message": "Adds a handler for RSS links\n\n", "proba": 2.28941573254815e-07}
{"commit": "fc131e34165d3b6436d1b2ae37b2f9b3f14bcf68", "message": "Check that transcript frameshift attributes have been calculated for core databases.\n", "proba": 1.0513305426229635e-07}
{"commit": "37cd10e9bf44531b449bfb07453aceffce430c2b", "message": "Utility class to see if globus name are valids\n\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@158 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 8.789902494754642e-06}
{"commit": "66b0e9d99c320b1812b1dbb451d29265162c9915", "message": "Tests on adding filters to a request.", "proba": 1.1358675067185686e-07}
{"commit": "450b161a60608d1f6c1771726c00e947467b9ee5", "message": "Unit test additions: ReactionGeneratorsTest", "proba": 3.258996343902254e-07}
{"commit": "7f986328e8bed7b85341f274c3364bfebc87f65f", "message": "adding first draft for examples package\n", "proba": 2.0325487071204407e-07}
{"commit": "760372e352c8729d75daaf6ed41d1fc677e9093b", "message": "Created test for new static Twitch Method\n", "proba": 1.3818359434480953e-07}
{"commit": "3c32e12cbe3e256f3068fbc5a23d8834da0c57ef", "message": "Tests for the PathQuery builder\n\n", "proba": 1.8365928156072187e-07}
{"commit": "1e19858c920ac5e10fea230866aeb8d1528e5484", "message": "New structure - neuron-centered", "proba": 4.2622713181117433e-07}
{"commit": "f7af6806e7a1aca71d6e9f04103f09d4c6ed3583", "message": "an example for email being sent\n\ngit-svn-id: a98780f44e7643575d86f056c30a4189ca15db44@1062565 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.1490183169371448e-06}
{"commit": "f2a59a34b0080ae13e8c3439fed58443dc9db9ee", "message": "fixed javadoc: confusion between the template and the annoucement generated\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1379179 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.1262615089435712e-06}
{"commit": "1d88a9e33787e5c82c8f356204d1f7a601c404f1", "message": "Removed unused class SplitterException.\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@12637 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: a6144fb478925cc27c6b8a65709d6c92820f03b7", "proba": 3.261106030549854e-06}
{"commit": "92d12b214dd36aae79573a77caba48675ff99050", "message": "Sonar violations\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@12909 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: b8903a5a3bf7b3d8bdea6c7d54e38f3a2a58757a", "proba": 1.385336759085476e-06}
{"commit": "4302a8a23f6e33e72f54e5766f2d2f5b5666a751", "message": "account id and seperate classes\n", "proba": 7.423146257679036e-07}
{"commit": "cd4e56a4a07611ff6d4e9565c16b2ab8cfe301b9", "message": "Issue 55 \nAdd an Irrevocable annotation \n", "proba": 2.257466888977433e-07}
{"commit": "a9788780b1e55c6b805d1e21ba818a37f4cca83e", "message": "46. \u5168\u6392\u5217,\u56de\u6eaf\u6cd5\u6c42\u89e3\u6574\u6570\u5e8f\u5217\u7684\u5168\u6392\u5217,\u4f18\u5316\u7a7a\u95f4\u6548\u7387\n\u6dfb\u52a0\u5173\u952e\u903b\u8f91\u6ce8\u91ca\n", "proba": 1.269831386707665e-07}
{"commit": "d0c9cac9e3efe641ca77c3d1b9d7d032151fa7d9", "message": "Convert images to new format when updating.\n", "proba": 0.00013450862024910748}
{"commit": "aac91db4ac2782abee797f103f694752902604b9", "message": "- Java-API: implemented a small node discovery service\n\ngit-svn-id: d89f83fc72fb49d2f5b112dfb73cea192610bdff@3330 71766da9-9752-0410-ab17-bfafa751c56a\n", "proba": 4.408000222611008e-07}
{"commit": "2caf362c6d2c718b3cca87fcbf4a04322f317a36", "message": "JDK 1.7 Changes\n\ntry/catch block are changed for JDK 1.7 standard for better readability", "proba": 1.788520052059539e-07}
{"commit": "703d085a27bd24f9c1d8c695b9c1a6cf68687901", "message": "Fix issue chronometer in reset function\n", "proba": 7.958162200338847e-07}
{"commit": "207dc1c1b12fca6f37d2297801a9b586fa07d87f", "message": "Adapted tests to new JSON structure\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@9393 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 8.943959983298555e-06}
{"commit": "ec0f9c219258b54d4d27bc55aab56e8a1d3b9ab0", "message": "Fixed OR checks\n", "proba": 2.309736402139606e-07}
{"commit": "39e5a735f62b97bd4a5edc5fa131182617d25fe6", "message": "Add BitmapHelper\n", "proba": 4.2291625845791714e-07}
{"commit": "c97da84123008172dd69967ab7b4fef6463ab7d9", "message": "DAO for EMA queries\n", "proba": 2.5520168378534436e-07}
{"commit": "7d11f6a606f35ad5b52278d1ee06523b9b916508", "message": "Allow buttons without a tooltip", "proba": 1.9919655187550234e-06}
{"commit": "8ee08eac19729c1340b463556b739bf2c0cf6e3f", "message": "Added package-info to JDBC package\n", "proba": 1.8736237450411863e-07}
{"commit": "a68b853d0ea9855572a5165b745eda9c44999653", "message": "Basic design here\n", "proba": 1.3276978449994203e-07}
{"commit": "d54da6201e15df2d55e6d537b4898df573c161fe", "message": "more some utility methods onto Unit from the compiler project", "proba": 1.1822817924667106e-07}
{"commit": "3d3c265502cdabc626f1ee971af2471b2039a0ed", "message": "EllipsizedTextView.java from iosche\n", "proba": 2.4824797151268285e-07}
{"commit": "43b176b9ceffcc3c8a95202a3b78804725e1011c", "message": "FIX: Don't load warcs if going to throwRedirect due to different dates!\n", "proba": 9.941805956259486e-08}
{"commit": "a9a64fa18fc2e459259e6f5525878046f95bcf07", "message": "do not set application settings automatically. 1) I don't agree with it, because this multi window support is about more than just supporting the back button 2) Even if we wanted to prevent that setting, it should check and throw an exception if set, rather than quietly setting it and leaving clients possibly with a big wtf if they find out this setting suddenly changed.\n\ngit-svn-id: ac804e38dcddf5e42ac850d29d9218b7df6087b7@461264 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.0013334506074898e-05}
{"commit": "261d749ce4959342d2bd110815402108c7088fcb", "message": "A much simplified version of CepstraGroupProducer. Just reads in\na Cepstrum, and updates the CepstraPanel with it. It will eventually\nreplace the more complex CepstraGroupProducer.\n\n\ngit-svn-id: a8b04003a33e1d3e001b9d20391fa392a9f62d91@603 94700074-3cef-4d97-a70e-9c8c206c02f5\n", "proba": 8.088759955171554e-07}
{"commit": "581aeb2fb9e627558aa2e44413adf1fb2517046d", "message": "Log the exception and rethrow it\n", "proba": 1.0413832569611259e-06}
{"commit": "81da0967a28303f7da1813c2c11829b1818e01b7", "message": "Added more tests\n", "proba": 1.165294989391441e-07}
{"commit": "08d94e6d0bdda52791cf8240e7ffe5493f0de257", "message": "A test for importing several projects\n", "proba": 3.0501632863888517e-07}
{"commit": "8b260be57bdc45fb37db922ac129e119de17c461", "message": "add server lock cleaner\n", "proba": 2.7282652581561706e-07}
{"commit": "16b1d370067f091231df0dcadf51092e7f070224", "message": "Updated TestActivity.java\n\n- Added warning suppression annotation\n", "proba": 1.320461109344251e-07}
{"commit": "e7394f20d2dc94c6d9c71a7afff4f58bfdf7ece7", "message": "story 70427926: As a DB user I want to be informed of the status change of my autnum objects that will happen, implemented the inetnum part\n", "proba": 1.1039706038218355e-07}
{"commit": "71968d497c57a1f095ed76326b67cfb965a6eccd", "message": "intent test initialization\n", "proba": 5.320991022017552e-06}
{"commit": "5ca34804b65d4dc1c9a6721262f6d0b588102553", "message": "973. K Closest Points to Origin\n", "proba": 1.1793763832201876e-07}
{"commit": "8c374d645edbf27043b0cddaf4883fb58d5d15b6", "message": "refactor stock item fragment\n", "proba": 0.00010881895286729559}
{"commit": "5b0c33aab7aa74623f779973de2d553eb5199ee3", "message": "Add Intersection\n", "proba": 8.042497211135924e-05}
{"commit": "ada96dc2081fedfa781468f4f235c4473cb6dd45", "message": "Created a utility for working with arrays. ", "proba": 1.165785192824842e-07}
{"commit": "01c5b6d71eef4ec8e8c06b5355057f4c94626cbf", "message": "qa: applied Sonar rules\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@6737 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: d03c78ffa01726cf4fb6d9c14244687d127a8075", "proba": 1.2174921266705496e-06}
{"commit": "52258c0ceb5b0a3e745ede1edda0d90662217401", "message": "Delete ComboboxListener.java", "proba": 7.451524197676918e-07}
{"commit": "1d368afa834932cafd03bc14e30bd74a08969df9", "message": "EmitLog added\n", "proba": 1.9188293265415268e-07}
{"commit": "19cb3c93a9e89f2cb5b1181948e0286e5dc8d903", "message": "Generate GIF from a set of static image", "proba": 0.9999995231628418}
{"commit": "9558ebe32262fe51f8a6cb7e01b4dec139ef6ecb", "message": " aggiustamenti al codice e implementazioni varie\n", "proba": 4.2000502276096086e-07}
{"commit": "1e7162a4a9e6a9d0a7ae756704965356c0708713", "message": "[bugfix] Fix erroneous selection of dependencies\n\nPrevious fix was incorrect. Artifacts are now selected based on their types\nand not their classifier.\n\nAll pom typed artifacts are now correctly skipped and other artifacts\nproperly added to the set of dependencies required for inspection.\n", "proba": 9.999085648360051e-08}
{"commit": "c6a1ef427618af7bea4eafdc09f248b278026dda", "message": "o.c.alarm.table: new object contribution forgot AdapterFactory", "proba": 2.860953998151672e-07}
{"commit": "8a1d99ae24a8ccf19e7e1a9549980588998de497", "message": ":bug: Fix keyboard repeat events in GuiBookHack", "proba": 2.0251259229553398e-06}
{"commit": "7c4e810371afc4eccd4dafc32f7d85402577be9c", "message": "Fix broken cronet QUIC test using GetTotalReceivedBytes.\n\nThis test was broken by https://codereview.chromium.org/1360063002,\nwhich caused GetTotalReceivedBytes for QUIC requests to include header\nbytes. This CL fixes the broken expectation in the cronet QuicTest.\n\nBUG=535462\n\nReview URL: https://codereview.chromium.org/1368673003\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#350631}\n", "proba": 1.139291839535872e-06}
{"commit": "9650ffd7728fe6b9b431fbba533274428e71efb3", "message": "Fix attribution of split tracks\n", "proba": 0.00012748352310154587}
{"commit": "97e9fb359e100f0710c989f833f7222f50b9771e", "message": "After 9 and added Memcache\n", "proba": 1.210861455547274e-07}
{"commit": "04027a96641b75eebd07b46937684defb1b34701", "message": "*inner agent changes\n*change in harbour structure: ship-crane-agv -> ship-apron-straddlecarrier-yard\n\ngit-svn-id: 15e85767c710a19dc5a0ec45cd9b3838d1f9a0c8@180 014e83ad-c670-0410-b1a0-9290c87bb784\n", "proba": 5.538337291000062e-07}
{"commit": "5aa4c723667463f08135684d0d1447c0ee1e41db", "message": "Busca em largura e alguns metodos auxiliares\n", "proba": 7.297300612663093e-07}
{"commit": "96a067ee1d6255b37cdd6ee1d42185bd9ef8875f", "message": "Classe Interfase DAO generica", "proba": 1.132834540840122e-06}
{"commit": "499d4988137462d8e5cd33e8872605f614bc5109", "message": "Check that the menu item has been created first\n", "proba": 3.5680469068211096e-07}
{"commit": "b6021c455bf98894a903d3a0bb6dd07baed2cd64", "message": "[1344][cygnus-ngsi][NGSICKANSink.java] Add implementation for truncation-based methods\n", "proba": 1.7447332822939643e-07}
{"commit": "0b40fc5e1ce74d961ed9f0dc72ca9f055efbafca", "message": "[1317][cygnus-ngsi][NGSISinkTest.java] Fix test\n", "proba": 8.250491418948513e-07}
{"commit": "5a83d52b28121ba022284f04ccc0d84dd9cab530", "message": "Add DatastoreCredentials class\n", "proba": 2.636622298268776e-07}
{"commit": "212344b7168a9ffa21786e224ed09f4478983f7a", "message": "Update MazeBallSolver.java", "proba": 3.9116235939218313e-07}
{"commit": "b177610710f0bfddd711cffbcc0fe169008acf09", "message": "API Settings database helper\n", "proba": 6.702603059238754e-07}
{"commit": "87991dcf2a2c3c81d4eff5d68e343b8262e75cf4", "message": "Save view (LayoutInflater...) in a ViewHolder and set tag\n", "proba": 1.1652094400460555e-07}
{"commit": "8a1ec1bfcbd899ce172163f35f86af612b48ecf2", "message": "Create SpigotUpdater.java", "proba": 2.3282515826394956e-07}
{"commit": "e17d0557a943abac0ee5f0514c60384968f2decc", "message": "Updated RouteParser to make use of new Builder pattern\n", "proba": 1.4036663742444944e-07}
{"commit": "4a5c448c19dc74a60c073bdd587ec034e04e5322", "message": "\u4fee\u6539diaoyue*\u540d\u5b572\n\n\u4fee\u6539diaoyue*\u540d\u5b572\n", "proba": 0.0004915348836220801}
{"commit": "41797f99c22531c6f1ede3700662a2dac3c8014c", "message": "Publish deletion-event overwritten resource.\n\n", "proba": 1.272820071562819e-07}
{"commit": "a53006bbfaf9eec6c9dccc6d3b70497c5c1ced6c", "message": "(Reverse Integer) [Accepted]\n", "proba": 4.5075950083628413e-07}
{"commit": "464f58328bd3f96c728c18d687f4a175bb027763", "message": "ignite the pawn\n", "proba": 0.00021501275477930903}
{"commit": "f0a4253e6cf10d3a280c3782e3f6fbd6e06eae99", "message": "[R] Cleanup fix\n", "proba": 2.7255345003140974e-07}
{"commit": "ede61dffa36285c1141bce47bcc26ba22a09ff9f", "message": "Add servlet to queue a download.\n", "proba": 1.1591026094492918e-07}
{"commit": "ea752baf92bd56ecf492d86faafa00b1d6786caf", "message": "JdbcTest\n", "proba": 2.353783429498435e-06}
{"commit": "38575a73d98b8c0db4d3732c8fb09b10ff8378e8", "message": "scaled image cache bugfix\n", "proba": 5.96541099184833e-07}
{"commit": "776e93e4e178c96930f2acbeec0db15c473ba2cf", "message": "Re-arrange Javadoc\n", "proba": 0.0005944430595263839}
{"commit": "fc965179ada4a376b5635f47a1763817d9f4dfad", "message": "initial checkin of NetworkStorage entity", "proba": 1.5381880302811624e-07}
{"commit": "b5517c14e19b1c3ca8668034fe0479ac06146c27", "message": "Add placeholder for auto quantization class\n", "proba": 1.9120651018056378e-07}
{"commit": "76bb963fe06b65dad7784b743bfa04665e25080c", "message": "*** empty log message ***\n\n", "proba": 5.360483328331611e-07}
{"commit": "69c116690fb7ffafcc613d41a6f85012efac5005", "message": "add description to Mahout XML parser example", "proba": 1.6267837565919763e-07}
{"commit": "7aa180b8de6b6abddaa859e20c24ad331da13215", "message": "Tweak commonness generation\n\nThis seems to be giving results closer to my reference point\n", "proba": 1.2879083044481376e-07}
{"commit": "53cd579459132b01442118c0cafc545f4ff54f01", "message": "Fix issue #2186709: Can't unlock the device for a while\n\nChange-Id: Iac5342254036cc286ad502dba943520f55ea2405\n", "proba": 7.412442641907546e-07}
{"commit": "7da429ce7a47ec36bc776fb8b17916f0972ee1f8", "message": "Cosmetics.\n", "proba": 4.182004431640962e-07}
{"commit": "e5c79cdb0ae8aa96ea68088f0162b7a0da37be94", "message": "Initial commit (#268).\n", "proba": 1.1468645055856541e-07}
{"commit": "7bdc3e7f5b52ff9531ae6945f34bb414df9aa363", "message": "Remove auth state when receiving SAML LogoutResponse requests\n\n", "proba": 2.430131189612439e-07}
{"commit": "d89811088a75865c747fed20e15e3eaa524b8ad9", "message": "[VTK-1646] Regexp improvement\n\n", "proba": 1.3457422198825952e-07}
{"commit": "4f465d3f19c338dbfbc916ffe10143d603227f4b", "message": "\u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u043e \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \"\u043f\u043e\u0434\u043e\u0436\u0434\u0430\u0442\u044c\"\n", "proba": 7.523056524405547e-07}
{"commit": "a5db8b9b9ef908f6af4504f28992b2b30cb52166", "message": "[VTK-3835] Fix broken stream flushing.\n\nUnderlying stream was unnecessarily flushed, and the wrapping writer\nwas not flushed.\n", "proba": 1.304818368907945e-07}
{"commit": "2f5ac81840afdc12ab1c86e3f40af85da05ae773", "message": "Move XMLUtilsTest to follow XMLUtils\n", "proba": 1.8483655139789334e-07}
{"commit": "e06e0fd65df47a18b9ad0769395c8b2851a9b32c", "message": "JsCompiler: fixed Windows bug. Added verbose info\n", "proba": 1.406438769890883e-07}
{"commit": "d70df2e6c20f1c95610a12b4f376b6262eb2beb9", "message": "import \uc218\uc815\n\nimport", "proba": 4.98108533975028e-07}
{"commit": "9574be7a4fd2bb31bb77595cf6a42c7a717ef06d", "message": "renamed more expressively\n\n", "proba": 8.455966963083483e-06}
{"commit": "042d1d35eaaf39354e8397e36a19d99810ee241f", "message": "INTEGRATION: CWS xformsdocmodify (1.1.2); FILE ADDED\n2008/06/09 11:05:17 fs 1.1.2.3: check whether the ExternalData setting survives reloading\n2008/06/05 21:26:13 fs 1.1.2.2: finished the test for #i90243#\n2008/06/04 20:59:14 fs 1.1.2.1: (not yet finished) test for settings of XML form documents (#i90363)\n", "proba": 1.501444302220989e-07}
{"commit": "dbf3e373f64eede5fc4864dd1fea56dac2119839", "message": "fiches", "proba": 2.41363136410655e-06}
{"commit": "ad2220176c10c233a8f3fbbf8273df6587703126", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "844a1e567e3b0f1441ab3303e746eac3ffa94aa1", "message": "Another unnecessary tag from Paleobiology.\n", "proba": 1.1318892489953214e-07}
{"commit": "250594827dc9d6aef785e93fb48b6a18e907adcf", "message": "unit test for get feeditem link with fallback\n", "proba": 1.5345763415552938e-07}
{"commit": "9d6a8b7cf5b03424964e1f55fb36786165cea5fb", "message": "Issue #390 - notification type added\n", "proba": 1.1394804744213616e-07}
{"commit": "135e31530fce697e380e5aa981290e81af19cc7f", "message": "am 106a9b72: Merge \"Fix double DBG check.\" into lmp-dev\n\n* commit '106a9b72aea449d2484d7373d7c42d7c2fa2692f':\n  Fix double DBG check.\n", "proba": 1.3731984438436484e-07}
{"commit": "d202dc043e917de75992449d0ecc2bd3d6d2cad0", "message": "package update\n", "proba": 6.98078622463072e-07}
{"commit": "ca50abdb6165702c41727bed19d6dfaa43406871", "message": "Add DeferHelper class for deferred service invocations\n", "proba": 1.604014556733091e-07}
{"commit": "b985cd5544ec0301c504bf68519b7741566bde82", "message": "CA Tester V1.0.0\n\nThis is incomplete but here\u2019s a look at what I\u2019m working on. It\u2019s based\non the BasicControllerTest. Please read my note before testing (though\nthis is not ready to run yet).\n", "proba": 9.720028515403101e-08}
{"commit": "cbb9d58d6eca28ab2e470fa17a2cd3efc6cdb95b", "message": "add error tests", "proba": 5.303724037730717e-07}
{"commit": "f08c3b72d3ce16d72f920ea10afbd0d55943c993", "message": "Better treatment of units, p3NonAdd, and nullRegionMethod\n", "proba": 1.400066054202398e-07}
{"commit": "cfb8bddf59a0fa75244017d64e7886455695470a", "message": "Add a test case for TLS 1.3 CLIENT-CERT\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1843405 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999669790267944}
{"commit": "8623b9a29f4f9210779a188fdedb4d5f3786d1aa", "message": "[MASSEMBLY-490] Assembly fails with 'Too many files' error when converting line endings.\n\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@965106 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.9622073018108495e-06}
{"commit": "ac874f92d1110a6c377f20299d49bbff175cd58c", "message": "o using log instead of stacktrace\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@803834 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.22960430468811e-07}
{"commit": "be25aefa5d57e2b1357f6384baab44eea4cceecc", "message": "Injection via @Parameter instead of @Component\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1620216 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.1150175396323903e-06}
{"commit": "e4c79081ae5f659acab502a91541bed2e9f41e91", "message": "cleanup, reformat\n\ngit-svn-id: 1b1bd56198eea75e2feaddfcf5144d1f89605d86@219588 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999943971633911}
{"commit": "9f7eeba8a190a6cdbac72394e5673f98d392df49", "message": "INTERLOK-663 Javadoc change\nINTERLOK-663 #time 1m\n", "proba": 3.5024666544813954e-07}
{"commit": "ca269b2d22fb143557d5e1b0d5a5892cfc58dd4a", "message": "GERONIMO-1031, avoid NPE when looking for context-root\n\ngit-svn-id: d69ffe4ccc4861bf06065bd0072b85c931fba7ed@292881 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.9844597975170473e-06}
{"commit": "5d8c4ff2f54e7c620f03126c747eaad2cddbbdf4", "message": "new test class\n", "proba": 1.1283385674687452e-06}
{"commit": "187a1d9d46fb1eca83db77db11264ccfc6e8b7fa", "message": "Create TestSuiteThatSleeps.java", "proba": 5.834918965774705e-07}
{"commit": "911239505faa895cee7170ce7dc7a6484ab843bd", "message": "Create Snake.java", "proba": 0.0004983944818377495}
{"commit": "183cd0ca649c9d79a70a6d79ba7e2217fe37fa25", "message": "am 7a2f4ae1: am 69779458: am 7878883e: Merge \"Remove direct reference to X509CertImpl\"\n\n* commit '7a2f4ae13223bb804417e9ce3294b22bd9bda49a':\n  Remove direct reference to X509CertImpl\n", "proba": 5.368851816456299e-07}
{"commit": "5e7e5ec03859788bedb16b470259ddaeb3f3216e", "message": "Remove backup of sleep policy setting\n\nRemove backup and restore of sleep policy settings\n\nChange-Id: I87821efcaca72e12d32fdeedd8349971d85bff2b\n", "proba": 3.017118501702498e-07}
{"commit": "298c13e17cd2d5031f31713788d0e0c3e29b88b5", "message": "am 18dcf2f1: Merge \"Fixing crash when drawing accessibility focus indicator.\" into jb-dev\n\n* commit '18dcf2f1cd3f84cbdffd8394e16475a13d6243df':\n  Fixing crash when drawing accessibility focus indicator.\n", "proba": 3.1306001346820267e-07}
{"commit": "8bfa40aea7e6bcb5de17b0110ba5bce05f20f2a8", "message": "am 7ce7b006: Merge \"HTML5Audio should handle content URI\" into jb-mr2-dev\n\n* commit '7ce7b0068c869408003f512a4e04cc73be2f7c69':\n  HTML5Audio should handle content URI\n", "proba": 1.6595588476775447e-06}
{"commit": "edfbb2fc77daea9c0d692268b134254576a79842", "message": "Revert \"Fix for layout parameter validation bug in GridLayout.\"\n\nThis reverts commit 8a36e05443f13edde1eae0cf6ea01b3b2da6e637 which was causing\nkeyguard_screen_tab_unlock.xml to have a bad layout.\n\nChange-Id: I50bdc6dbdf8d7b98ef77eae532860d375574213e\n", "proba": 2.6412858460389543e-06}
{"commit": "a465b2d4c34a24e42e5356b3632cc9c071fc9739", "message": "Fix an unintentional change in method signature and avoid an API change.\n\nChange onDetachedFromWindow() override to a protected method, like superclass.\n\nChange-Id: If626c5187290516d525cab5a76f5c5cabe2d87f0\n", "proba": 3.208995985914953e-05}
{"commit": "b0ba41a44378e1afa7405d6df7f837c9134ce819", "message": "Pass all string values through the filter in RequestInfoExample servlet.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1337741 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9998505115509033}
{"commit": "01c231553f3c591cdcf4f28d805c1c75c3b1af1b", "message": "forgot this one\n", "proba": 9.74174213297374e-07}
{"commit": "7b6042c7e0eddb046b5d1785fc2172997ca6578f", "message": "Fixes QueueBeanFactoryTest for new name setting\n\nSigned-off-by: Michael Wharmby <6d9b938fb052d7fc89d498105ee5ecd048aae550@diamond.ac.uk>", "proba": 1.267026163986884e-07}
{"commit": "59d7327a883725cb6ed0df613b949fb6d054693d", "message": "[component] introduce MetricType\n", "proba": 2.0109446552396548e-07}
{"commit": "6d4589ef8356b4f0d06588f2199e0799ab31cebc", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "5ac6f27f4fe7b631ba9fa15f7957654fbb578a11", "message": "Clear the handler then close the connection so the handler gets to the the exception that caused the problem rather than any exception that may happen during close.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1530418 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.0553388165135402e-05}
{"commit": "33473da873d4b236233df968c1a1a6c6e2f5952e", "message": "'saveAttendance' changed\n", "proba": 1.3207044275986846e-06}
{"commit": "a1eae3077aebc7d4ce786346ecef200d7b8d7576", "message": "\ub9c8\uc2a4\ud130 \uc218\uc815\n", "proba": 9.551952189212898e-07}
{"commit": "3c91ff1a9c2a18e9da43ff520cc5638112c88aed", "message": "update infinispan demo code\n", "proba": 2.9365858722485427e-07}
{"commit": "656cad0783bae1a08ac5477889ffa9bf4369787c", "message": "Changed genJavaCode.c to generate appropriate function calls. I'm not commiting that file for now though until we meet to review it. Wrote the calls generated by the c code in the Java generation file.\n", "proba": 1.126533817341624e-07}
{"commit": "ebed43f55cbead5e8c4d55e9d030db7212b4818e", "message": "Create IntStack.java", "proba": 2.0987583866372006e-06}
{"commit": "20d0e235e01eb4043d668f93ec9cc19dec9fab3c", "message": "event.java", "proba": 4.682235885411501e-05}
{"commit": "f51cd54b5f8e715747e519b69d15f2b8213c55b9", "message": "Micro tests for StringUtils\n", "proba": 2.099692153478827e-07}
{"commit": "659972875a6dd25e69741499f0550ada89f97929", "message": "[rx-sample][rdp][dagger] add TestRepository for creating dummy repositories\n", "proba": 2.586288871953002e-07}
{"commit": "cc1b1908591ffeb1e4f3244b3d8a49c7a4edbe8e", "message": "SAK-1927: added text resource for SQL strings\n\ngit-svn-id: 840349cbf2a7f44860f6cfd02374235b623e9bf9@2502 66ffb92e-73f9-0310-93c1-f5514f145a0a\n", "proba": 8.033669473661575e-06}
{"commit": "1a8656cdc5ce191fa660d39c8d64225f872fa2aa", "message": "\u0421\u043e\u0437\u0434\u0430\u043d \u043f\u0440\u043e\u0435\u043a\u0442 \u043f\u0435\u0441\u043e\u0447\u043d\u0438\u0446\u0430\n\nMyFirstProg\n", "proba": 2.6390046059532324e-07}
{"commit": "cb97cb6287375e1a58661a951ce654e13d024c26", "message": "add runnable\n", "proba": 4.630395778804086e-06}
{"commit": "6e34490d9091171756d7eb5e9c1b1580e7478449", "message": "Change error code generation conditions to reflect all Oracle and JDBC\ngenerated exceptions.", "proba": 1.068473380883006e-07}
{"commit": "525369484e8e28bb714c558af23028d83aa4af72", "message": "RobotWriter: First version of the RobotWriter class for sending commands via the Open Interface.\n", "proba": 1.0085200585763232e-07}
{"commit": "28ffc25c933412d7f4445e802d644be660cbb961", "message": "Updated the auto-updater to work with latest resources", "proba": 1.2188462505946518e-07}
{"commit": "3974a640be90e52148094d7358451cc9996c30de", "message": "https://oj.leetcode.com/problems/text-justification/\n", "proba": 6.664296279268456e-07}
{"commit": "cf8cf44a53f658e89cccc9f40f8bddc169f0139d", "message": "GH-39: Add test for case where command is not one of the predefined; we assert that exception is thrown\n", "proba": 1.287674962213714e-07}
{"commit": "e80d849cc2e40b05c2a3169e4bbdc23934aef824", "message": "join condition bug fixed\n", "proba": 3.63584632623315e-07}
{"commit": "e536c41221c3327426748a2351351a8ca8b253da", "message": "ooops. Debugging statements are also commited\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@326841 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.7181619114126079e-06}
{"commit": "cd05b746ba8f039ddae6e1e4b9d0e39447a064a8", "message": "Fix code style for EmbeddedDatasourceImpl\n", "proba": 4.294760583434254e-05}
{"commit": "3e0f9ccf7ddca84a177f767c98c3ecc3274c497a", "message": "Forgot to include one file\n", "proba": 1.1819142287095019e-07}
{"commit": "32062f5bf023f962fcf1ece93fc9f7750b59fcfb", "message": "Lookup PoolContainers by poolKey\n", "proba": 1.5159402266817779e-07}
{"commit": "ca432c57e15cd6a6a10164fbcb90496aa1f4e623", "message": "adding line feed to Certificates.toString( X509Certificate )\n", "proba": 3.038999238924589e-07}
{"commit": "baab43a9a77d88943fec2566c8ed3ae2c621afe5", "message": "Make ChromeActivity destroy its BookmarkModel in all cases when adding a bookmark..\n\nOne branch of control flow fails to destroy it, leaking native memory.\n\nBUG=NONE\n\nReview URL: https://codereview.chromium.org/1831183002\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#383363}\n", "proba": 6.108349225542042e-06}
{"commit": "e2b969edfca4d7f1961139249a9e41b45b9d2b50", "message": "Add a workaround for Android Support Library bug on Android M.\n\nThere is a bug in Android Support Library on Android M devices\nwhen user brings up the ActionMode (cut, copy, paste) bar as it\nbreaks BACK button. This change forces Android Support library\nnot to handle action mode and let the system handle it instead.\n\nBUG=510128\n\nReview URL: https://codereview.chromium.org/1235253005\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#338804}\n", "proba": 0.006865900009870529}
{"commit": "4eb648d914f4d668e7549490d710d8386054d4f2", "message": "start defining APIs of the entity responsible for products file download", "proba": 2.202808104811993e-07}
{"commit": "86a3ec329d123fa80be0374a344592e30c7db473", "message": "Random Number", "proba": 0.6899971961975098}
{"commit": "765224da508fc17cd104057d2761ad7de87f895e", "message": "2017-10-21\n", "proba": 1.1733066003216663e-06}
{"commit": "2543af0ffa235f91586fa0ff301e7b026ddb19f5", "message": "Created new Class Ring for Items of Type Ring in Accessoires", "proba": 1.0626202140429086e-07}
{"commit": "414ffd7790e0aad34853a76ec34c845afee30ebd", "message": "Adds a background worker for managing hyparview overlays.\n", "proba": 1.0613197787279205e-07}
{"commit": "4ded0a15d66bd8cfa05bd531bd8709800a9c20ff", "message": "am 350b99c0: am 483bd842: Merge \"Only send EXTRA_STACK for private intent.\" into mnc-dev\n\n* commit '350b99c0027902db22004ea037265349155d7c38':\n  Only send EXTRA_STACK for private intent.\n", "proba": 1.3242923557754693e-07}
{"commit": "349eccefc72bf7930b53940d9a439b46ab9c2169", "message": "Solve java primality test\n", "proba": 0.9999972581863403}
{"commit": "68bcd0c1871943cf645172dadf49dfa8492d6289", "message": "JUnitConfigurationTest\n", "proba": 7.52383130020462e-07}
{"commit": "061ab85ed0da7386b4bf4a80f1a224d0be45d1e9", "message": "Servlet 4.0.\nJavadoc updates for ServletContext methods to clarify that null attribute/parameter names are not allowed.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1707706 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.0550562567223096e-06}
{"commit": "451bb5a5d13ee5fca0ac0eecf767db3930a89580", "message": "CommonProxy file\n\nFirst commitment of CommonProxy file", "proba": 1.2603172194758372e-07}
{"commit": "4a6cc03e70dd7cdacfb9cd3f293a9b142a2c5579", "message": "#3 - Adds unit test: CategoryTest", "proba": 1.5361561622739828e-07}
{"commit": "66b1ffd3c54c5a0da606a67b81c47cc51b73b9c2", "message": "\u6dfb\u52a0\u8ba1\u5212\u4efb\u52a1\u7684\u6848\u4f8b", "proba": 1.4028474026872573e-07}
{"commit": "c871355449ecd9b07c77f33475e25962c09066c8", "message": "check in not finished 673 for now\n", "proba": 1.0695234209379123e-07}
{"commit": "189933f9e2c783b7d8476e5cc2eff1cd8c7215ea", "message": "1.spring el\u4f8b\u5b50.", "proba": 1.1817203926511866e-07}
{"commit": "da4c98acce039853a67cc6ae2f1676c4f74b9e7f", "message": "Add lit_furnace to config. Fixes #1\n", "proba": 2.9062016437819693e-07}
{"commit": "4213c06ff8f90538dcf3fe9912a499b9f71b0f0a", "message": "Create NAT.java\n", "proba": 1.50122968989308e-06}
{"commit": "85bdc17578ba0b386a73a9791e66d660bf32801c", "message": "Added ChessPiece class\n", "proba": 1.5879599857271387e-07}
{"commit": "d2a9299be9b21f63de43b51eab6b67e25ea41c07", "message": "demo page definition\n", "proba": 5.926534072386858e-07}
{"commit": "2fd9fc0f9d84b6ddad946e4752154ab47c1f9a12", "message": "no more outs\n", "proba": 4.902840828435728e-06}
{"commit": "2c320a958f2e5327b8de258c0ca26b755db0239e", "message": "check in one simple hbase program\n", "proba": 1.522083863392254e-07}
{"commit": "3177f55275ce53d78f9049518f383ee39fda5104", "message": "Adding a color wise SURF detector.", "proba": 1.0900875935249132e-07}
{"commit": "0580d2a7bde599d17fd2845837f92bf052c46c8c", "message": ":fire: #12515 \u5220\u9664\u5197\u4f59\u4ee3\u7801\n", "proba": 8.269262821158918e-07}
{"commit": "f905f14b95f220840dcd2746e45229734a8a223e", "message": "fix issue\n", "proba": 1.709347770884051e-06}
{"commit": "606c2b39ffb0d6fade52026d4b194704047225a6", "message": "Make logged in user an owner of newly created location\n", "proba": 3.038005331745808e-07}
{"commit": "4a83a628cfc28b3deb9001c595d44624653ccd4e", "message": "Update DAOConfig.java\n\n\u0418\u0441\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e \u043f\u043e\u043b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438", "proba": 3.815781610683189e-07}
{"commit": "bf859434774ea2a474f1c2920997ea582c1f225a", "message": "enabled config setting\n", "proba": 1.214790927406284e-06}
{"commit": "ab0a062b954c431d5dcc2abcbca8caba856deae8", "message": "Add response type for JSON serialization using Jackson\n", "proba": 8.583417070440191e-07}
{"commit": "c2815a9c77fad1b2362d1ce309a167ec218bb56c", "message": "SpringBoot project icon\n", "proba": 2.31462720989839e-07}
{"commit": "c6ecbce42b8a529447ff327a7902d9da0aeb4310", "message": "Clarify the intention of setNotificationsShown\n\nUpdated javadoc with a bit more detail.\n\nBug: 21572672\nChange-Id: I6b24e47fecd5142bb4bac979cb91f7a6359990d5\n", "proba": 0.0001588937157066539}
{"commit": "97a9e75704e45af1b9f09b5388281fecb0382ec4", "message": "+ Fixed cast bug", "proba": 1.4615808652251872e-07}
{"commit": "aa8231b5ea21e741ecaded773554adada5b10b4d", "message": "Added test for Sports API.", "proba": 1.1579734149336218e-07}
{"commit": "c511b7ca521eb96f97eed579ba26063fe7994543", "message": "Add BTI scenario test for HARMONY-5153 ([classlib][ldap] GetSchema methods could not handle uppercase/lowercase properly)\n\nsvn path=/harmony/enhanced/buildtest/branches/2.0/; revision=597363\n", "proba": 9.06213517737342e-06}
{"commit": "0a7aa72179bb91b5d5d49efeac7cc3acd95018a4", "message": "Update ThreeSum.java", "proba": 7.051114039313688e-07}
{"commit": "ae5be38ebbfdfa3a6ff18a5ced00e57adefd7348", "message": "Fix potential npe\n\nbug 19805515\n\nChange-Id: Id36b145d3ce1c81311e88f5cdd2441880e98f737\n", "proba": 2.6587475076667033e-05}
{"commit": "d86a81e13ba48bd5564f9834f6431c1b81148e34", "message": "added activity to callback\n", "proba": 2.2112165254384308e-07}
{"commit": "0ba7efdb470052e000cf7c0cb68eb10080b5bc9d", "message": "Update WarGame.java", "proba": 4.658227510390134e-07}
{"commit": "91bf8fadcf31576e30360143b4c69829a704e5e6", "message": "added MetadataSegmentManagerTest\n", "proba": 1.7065887902845134e-07}
{"commit": "be8c7c8d04983f881ed325f426265d7da6397dec", "message": "PackageSettingBase needs to copy volume UUID. am: 3b1c6e03f6 am: e63509b509 am: 12d2e98fe0\nam: ca3b971e7a\n\n* commit 'ca3b971e7a4c3ca8e55eaa505556a02964b4e299':\n  PackageSettingBase needs to copy volume UUID.\n", "proba": 7.564779934909893e-06}
{"commit": "66e870d721c1f8c80bf4c73d6348ab98c803513b", "message": "add actor runnable\n", "proba": 1.040440224642225e-06}
{"commit": "9359881840bf67cda3c25acb853e14ac6bc598f0", "message": "Fix line endings\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1428869 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999994039535522}
{"commit": "72134619a02f0e1236e5e895ebf901bb061d302b", "message": "add hard core, diagnostics\n", "proba": 3.540719148986682e-07}
{"commit": "7e04ff1ae955b78dd4dc94cf82af402ee51e03da", "message": "adding student endpoint\n", "proba": 2.101355903505464e-06}
{"commit": "c4c56a9dea497cd6175d6010794a1098e3ad4b76", "message": "Set default view to list", "proba": 4.785121632266964e-07}
{"commit": "cbec8b8f3cf35d09362def01392ce452793514ef", "message": "add benchmarktest\n\nSigned-off-by: Daniel Halperin <1a02732a15f637c31107256cbee5819e36aa7c67@cs.washington.edu>\n", "proba": 1.2364120038910187e-07}
{"commit": "7311f4be3652aa47ecc8f58e32a8ed3dd244737d", "message": "Resource transformer that builds a DOM tree from a Spring resource.\n\n", "proba": 1.0652196635874134e-07}
{"commit": "aa33e364fc71d7d0a8d5456ad5d63942262537b1", "message": "543 : \u547d\u984c\n", "proba": 3.7302694977370265e-07}
{"commit": "95f8ff576defd5044c61ca4260eeaaf83549ecc6", "message": "Update TreesMerger.java", "proba": 3.677918982702977e-07}
{"commit": "2d8404621d082aa01d5224a0f42e2fe6743bf939", "message": "Improved version of created and last-modified timestamps\n", "proba": 2.992614440699981e-07}
{"commit": "eeffcd61ce7c6138b5105ea65a326b4cd3fd1d03", "message": "Add Sum28Test", "proba": 6.061895874154288e-07}
{"commit": "2f8aafb6492f66ad7bed47f5780591eef7703170", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "1edf27a9d38d0846f5f28e2540cd949471e81ffc", "message": "add Jeff Sabin's JsUNitBuilder tool\n\n", "proba": 1.5135348974126828e-07}
{"commit": "cfce5faffe7bb70400fea5d09f82d6a60fcd7423", "message": "Opcode LDB (FX33) implemented\n", "proba": 1.742181012787114e-07}
{"commit": "cd4da2dc713a5461cbe273e329bc121a590ad750", "message": "Added first two tests for sshd api\n", "proba": 1.3003884191675752e-07}
{"commit": "fb1c0fd56ebe2f3eb0af14b7a568bb9a36ecb563", "message": "Rename metric hub_metrics_filter to selenium_metrics_filter\n\nThe \"hub_...\" metric name is misleading because\n the filter is used both in hub and nodes of the grid.\n", "proba": 7.201935659395531e-05}
{"commit": "e747caec0b3f3b7a9df1e16c4ab5ba5e8498dbab", "message": "Add GameState\n", "proba": 4.44901729679259e-07}
{"commit": "384b726c30a40f2d32aa71ed4ea3aaf212840a37", "message": "Fiddle with some prefs descriptions\n\nAdd new comchan notification targets\n\nFixes issue 3691\nFixes issue 3694\n\nChange-Id: I7114829934f57a83212f0f27c10d8bc99dd828d9\nReviewed-on: http://gerrit.dmdirc.com/755\nReviewed-by: Gregory Holmes <79e2475f81a6317276bf7cbb3958b20d289b78df@dmdirc.com>\nAutomatic-Compile: Gregory Holmes <79e2475f81a6317276bf7cbb3958b20d289b78df@dmdirc.com>\n", "proba": 2.598459900582384e-07}
{"commit": "23f56dce4f3dc98a741c266741ea1123f19c935c", "message": "\n\nStarted Hashset.", "proba": 1.5153894139530166e-07}
{"commit": "14ebc09b39d1ed45e1edc3b02a9022fbd5090cbd", "message": "[ADD] Add Q52\n", "proba": 1.6103259667943348e-06}
{"commit": "9f4815e79b869bfb81fa9fc6021f54620471a393", "message": "graph class\n", "proba": 1.2172657761766459e-06}
{"commit": "0c7b5255f8007e336a44e10aebeccf7f7b959c84", "message": "Atualiza\u00e7\u00e3o da classe Forum\n\nApaguei o coment\u00e1rio e a vari\u00e1vel teste", "proba": 1.8110718258412817e-07}
{"commit": "f593ae0185c02399089a04543c7b5509d095db61", "message": "Create Application.java", "proba": 1.7659323248153669e-06}
{"commit": "2d1226b5daa8822deae3f13d5a0a807639d7e841", "message": "Fix for Bug 19495 - DIME attachments contained in a DataSource differerent from a FileDataSource do not work\nfrom rathcale@us.ibm.com (Cale Rath)\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@249110 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.118960307801899e-07}
{"commit": "9dcf63a5c233839d9dd9a956991103d79faf5013", "message": "Image reader for TIFF images\nfrom Michael Lee\nPR:\nObtained from:\nSubmitted by:\nReviewed by:\n\n\ngit-svn-id: 102839466c3b40dd9c7e25c0a1a6d26afc40150a@193904 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.3420255129403813e-07}
{"commit": "c775945354bc4eb5b983457d0a3a3f0cb3f31f59", "message": "removed constructor\n", "proba": 2.010040043387562e-05}
{"commit": "c09a17f232ba06e24ef4f7c18598988e7653937c", "message": "don't clean primitive types\n\ngit-svn-id: 6ee47c8665bf46900d9baa0afb711c5b4a0eafac@5861 e2bb083e-7f23-0410-b3a8-8253ac9ef6d8\n", "proba": 1.1385117431927938e-05}
{"commit": "1ccd49d5702eba7ed8a3b29fceb2254c2351121f", "message": "grr\n\ngit-svn-id: 6ee47c8665bf46900d9baa0afb711c5b4a0eafac@1037 e2bb083e-7f23-0410-b3a8-8253ac9ef6d8\n", "proba": 8.839835459184542e-07}
{"commit": "70a914162031b580b36208db24cc53cac73937d9", "message": "Class to manage the display of GUI field items, and collection of the user's responses.\n", "proba": 1.0241831205348717e-07}
{"commit": "8429c4b4d9ed5e6dc09627b5f9a27b27d5cf20d3", "message": "Class loader that is able to load a character conversion class and returns a new instance.\n", "proba": 1.0632588498538098e-07}
{"commit": "0fb526a35c226248c70d4350b4522ea790c1de2a", "message": "Create LockFrameImage.java", "proba": 7.630458185303723e-07}
{"commit": "0e3df21642122ae8a43be1a35723782bdd417b7a", "message": "am cc81bcec: Merge \"Only send storage intents after boot complete\"\n\n* commit 'cc81bcece411794b4eac6b03b7700a0214fdbb87':\n  Only send storage intents after boot complete\n", "proba": 3.512253670123755e-07}
{"commit": "ca2bfdebd9992d4e395e027acc305a697d45477d", "message": "Create Two Sum.java", "proba": 0.00019162250100634992}
{"commit": "64e16ad1cca96afed40f0b8ff27b7cad59e645c1", "message": "Add missing DbOpenHelper class (required by prev. commit)\n", "proba": 1.1337625949181529e-07}
{"commit": "98d3d222ee05817646d0182ec5085576f449e6e4", "message": "A character encoding sniffing inputstream implementation.\nLater on this evening I'll plug this into the parser so that things just work correctly.\n\ngit-svn-id: a0353c9e9d8b733b849b8de992d454c6c9c394cb@421073 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.296644758345792e-06}
{"commit": "408d353d0114c4c92a3012643a786f37d7c12eef", "message": "Created SymmetricCli.java", "proba": 1.7281354303122498e-07}
{"commit": "09ad8776c0ff06a21aa228bb21915be503eafa66", "message": "GeneratorUtil added", "proba": 1.867125689614113e-07}
{"commit": "18b1b4587d28b643ded0fc6bd2428c86129e908e", "message": "Application working on local. Online mode pending.\n", "proba": 1.0377868875366403e-07}
{"commit": "6ab5f772dc397b7ee1eb1a64fc5ab77f9c239aac", "message": "added extra log lines\n", "proba": 4.0032091419561766e-07}
{"commit": "26b1e4bfd733edf6779faa00a7cee74398b52bd7", "message": "filter disturbing the data distribution\n", "proba": 2.9575045346064144e-07}
{"commit": "cca44922575777df4eec64a3166b24dc70b193e4", "message": "Create basic test for JUnit functionality.\n\nThis should be removed at a later date, but for now, it is a good way to\nverify that JUnit is working. The failing test has been given an ignore\nannotation, for obvious reasons.\n", "proba": 1.6117888890221366e-07}
{"commit": "a75fdc7d7f1efcd102fc17070f61501b6d822c31", "message": "#27: test for `VoidHandler`\n", "proba": 1.2097463297777722e-07}
{"commit": "f3071df763fb5c08e7121c855d46c81a86b76c78", "message": "Added test to clarify #144\n", "proba": 1.186551443765893e-07}
{"commit": "f69ba550a0c6dcccfac010c2bd745f6083321393", "message": "Refactoring the tests a bit more...\n", "proba": 1.2518242442638439e-07}
{"commit": "6b969bfef96342147e716b55a3b51b8b2f24b849", "message": "Update BeachBiome.java", "proba": 3.5909044981963234e-07}
{"commit": "afa9e14f75714fdc13edd14485d04fe1ae7d6216", "message": "Starting transition to string IDs, build will fail\n", "proba": 2.2286783973868296e-07}
{"commit": "e701e3d24f56232f218d434d30a461ecc375aa2b", "message": "Commit of Kevin Tran's Quicksort class.\n\nIntroduces the package com.sezgk.tractor.util, as well as the Quicksort\nclass.", "proba": 9.882479901079932e-08}
{"commit": "062ef5bc879ea6434b72fc14e57d2db97ef23420", "message": "Added stack interface\n", "proba": 4.2362549379504344e-07}
{"commit": "c8b620c21e5e61ea820deb59f1bd39bfe25c35ab", "message": "Remove blocklogging category for now. Not sure if it will return\n", "proba": 5.576784474214946e-07}
{"commit": "bf6d7b605399ea84436c59204dd1c4b9125aed8f", "message": "Add copyright notice to main bot class\n", "proba": 1.7116872186306864e-07}
{"commit": "5854d891ce35769a360db8c5a73938fea49cea80", "message": "busca greedy (exemplo)", "proba": 4.984754014003556e-07}
{"commit": "af44c30a78aef9e02edd0e7c013e749337ccba3d", "message": "delete log output\n", "proba": 4.781636562256608e-06}
{"commit": "b257e4b2542977190d91f2a48d299625f626f80f", "message": "Adds interface for processing queries \ud83d\udc81\u200d\u2642\ufe0f\n\n#122\n", "proba": 1.3528349995794997e-07}
{"commit": "7d8c7b1dc9b3c9e0c6b14cb75b12425776d3e132", "message": "Use action rather than mouse", "proba": 2.141782033504569e-06}
{"commit": "a65ded0ccd5dc88a7705f3be6a7cd555ca7b6d0c", "message": "small fix for MercurialResourceVariant's unique identifier\n", "proba": 1.30174839796382e-07}
{"commit": "9c1161fb65145a96ab89e7b4b301aab0d9a271ae", "message": "Explicit unboxing\n\ngit-svn-id: 3cfc64c80f2e6f92f6d08f3c7f3967ef35335cd9@1398354 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.1085516500061203e-07}
{"commit": "c567c38b689c040bce321ab1f21d0db527fdfa33", "message": "permutates strings to be used for balancing evaluation sessions", "proba": 1.8583092753488017e-07}
{"commit": "1fb134b603dc94f37f59cb2b9c7072c6ec3e0046", "message": "add consumers\n", "proba": 1.5926722198855714e-06}
{"commit": "d7f122cb60c3db0e8fb4d573c7b327bf3724f129", "message": "Added class fields for free block list, index nodes, and data blocks. Added getters for extracting specific parts of an index node.\n", "proba": 1.0116180249042372e-07}
{"commit": "ee8f46ca68e5211b96bc781e67197888b2b8b172", "message": "- Fixed typo.\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1629427 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.3200119610701222e-05}
{"commit": "294e823119d95da1b25ff437e16dd82721690ca1", "message": "PR: MNG-822\nSubmitted by: Edwin Punzalan\nReviewed by:  Brett Porter\nEAR improvements\n\n\ngit-svn-id: 1b1bd56198eea75e2feaddfcf5144d1f89605d86@267433 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.3562815581735777e-07}
{"commit": "4107c63e86456b32dd6e2b0ae3e7dbdfe4938247", "message": "removed insertBatch (should use insertBatchMixed instead) + fixed bug where objectmapper.insert was using the test only version for some codepaths\n", "proba": 1.6017735049445037e-07}
{"commit": "a3f98fe412dd55e0c0861d76cf4c8c89545dbba5", "message": "fixing https://issues.apache.org/jira/browse/AXIS2-4475\n\ngit-svn-id: d6acb143e251c037dab5ea34394f8439daf45588@998857 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.501781975501217e-07}
{"commit": "354ad5815ee371fea758512933a89b1658266501", "message": "Improved readability of the song text a lot by using a formatter instead of appending each part of the text in a row.\n", "proba": 2.5330263042633305e-07}
{"commit": "8dad836f1c0273a93c3dbd10d2723ace433800d7", "message": "Accepted LC#287 - binary search + pigeonhole principle", "proba": 1.389549595387507e-07}
{"commit": "c13c82ae50341aae31f8500a51473123ae91c4ef", "message": "Hi, my name is bendem, and I'm dumb\n", "proba": 0.0001768361689755693}
{"commit": "75ea148f3127723a1a102216ece3e2af4b8d09fc", "message": "Add class to maintain the application version number.\n", "proba": 1.1620965523206905e-07}
{"commit": "e4e76f7fb74a61d451f077fabfbdf385b509a51a", "message": "replaced ByteArrayOutputStream by StringWriter\n", "proba": 0.00011729791003745049}
{"commit": "e9a440049a2da9b4b8ca153f34c374aa78fe3dff", "message": "KRACOEUS-5465 \tGrants.gov: amounts not mapping correctly to sections C and D in the 'SF424A V1.0'\n", "proba": 1.2075079780515807e-07}
{"commit": "d8422327181a44ef02229bb7f37816f79c552c9e", "message": "added InvocationContext implementation", "proba": 3.368591308117175e-07}
{"commit": "8ed56026da589570bc3787f29a9e36b3a3a676f5", "message": "Please ignore. Test class to test moving class to different package. Will delete this class as soon as test is complete.", "proba": 1.0950138573662116e-07}
{"commit": "44d7630af4dcbc6c333efbbd692d83c7a3918234", "message": "feature: added Arabic to the scraper languages\n", "proba": 6.344396297208732e-07}
{"commit": "294d5978fed6684250dd66dbb0c4cccc5c645fce", "message": "Introducing RegexThreshold\n", "proba": 2.784841512948333e-07}
{"commit": "808b54bee4d125aceca08184473882c76f22d7c7", "message": "Go back to treating HTML-values just like STRING values. That also means locale-sensitive\nsorting.\n\n", "proba": 1.2099148705146945e-07}
{"commit": "1e741b8040b0a85daccc515f183accc841b1ecd9", "message": "Main driver", "proba": 4.951531309416168e-07}
{"commit": "1f4f8c40e2a44e73dddd6849c063b37b8d6e8e0d", "message": "Added a new permission: 'delete', that causes the assertion to match\nwhen the principal has write permission on the parent resource and the\nresource itself is not locked by another principal.\n", "proba": 2.0551921409150964e-07}
{"commit": "7300c116e85fb643239bdb81a98d3bf2bf3ba145", "message": "PIG-644: Duplicate column names in foreach do not throw parser error\n\ngit-svn-id: 8c49d51cc539c84b28b5042abd6e265f31af12f8@826815 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.9604813132900745e-06}
{"commit": "5a61ac8ec24813ca5dce90ba3ea719deb800a18e", "message": "Creates the intake/launcher subsystem\n\nThis subsystem has additional setup for the motors\r\nand defines some method to control the motors and the\r\nintake elevation", "proba": 1.763141028732207e-07}
{"commit": "cf45277143c82d43d517560cf065784dca543d42", "message": "Searching for elements too simple as possible\n", "proba": 8.178864732144575e-07}
{"commit": "e884f1a45c3323b4d6f9a1760616287bcda38080", "message": "3.5. Chapter 3. Processing Model -> Time Windows", "proba": 2.791254587464209e-07}
{"commit": "c1a935bcea8f852a624839d58b5d845ddc2fabf4", "message": "Text message fix\n", "proba": 4.166434518992901e-05}
{"commit": "237038c7bd4aabc5e1c7f082827016732a4d210b", "message": "PERSISTENCE: Aggiungi IWeatherForecast\n\nRelated to: SHCLOUD-10\n", "proba": 1.7230766502507322e-07}
{"commit": "0f38a3f56a360a25beecf66a9b66261ee0101e3a", "message": "check-request-resrouce fixed.", "proba": 1.1338003957916953e-07}
{"commit": "c2a7d9ace1fb07a9c35469f03901e3b70c36b2ca", "message": "[wip] window triangle count\n", "proba": 7.095946443769208e-07}
{"commit": "c753b15f6127fe8c33f3df2f18feaf0e219a0f05", "message": "Added a simple AttackOrderPacket.\n", "proba": 1.0542080275399712e-07}
{"commit": "2c404ce4695626939a3fdc861c5a069a721d39ac", "message": "X.500 CN-based principal decoder\n", "proba": 5.785658458989928e-07}
{"commit": "3c437cbbf5fe695bf6b7978c41c5aea5c68b2c11", "message": "add TestStreamBuilderDemo", "proba": 3.1811435974304914e-07}
{"commit": "97e13cd1f044db6f8a1fecb6095f39b23b14cf9f", "message": "KCIAC-16: Update unit test for QuestionnaireServiceTest to include new IACUC questionnaire\n", "proba": 1.037521641933381e-07}
{"commit": "cc33262e8ac6f23ad2296c1a882dd8539e127b7a", "message": "Add TestCase for PropHolder.equals(Object) and PropHolder.hashCode(Object).\n\n", "proba": 1.4804125214595842e-07}
{"commit": "29017c4824c1a0382757da9abe1552dfa5e2484b", "message": "PIG-1918: check in a new file which was missing in previous checkin\n\ngit-svn-id: c4d08399a8c07badad33cbf13a0909bacb78f41f@1088705 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.207184823215357e-06}
{"commit": "e6841285fe87d79224077ed99d82123fce8422f4", "message": "Add internal ModelBuilder.", "proba": 1.2904902746413427e-07}
{"commit": "d0ea2ce3b8ae3cec192a8abd2f791559dd18f324", "message": "Fix test failures when the file timestamp hadn't moved far enough for the OS to report it as changed.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1484959 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0007361281896010041}
{"commit": "73ee7a489560c4ec1c40364d2509e1b16f02d0ce", "message": "Added a single-byte matcher compiler.\n", "proba": 1.150487207723927e-07}
{"commit": "3528d49683b5a0f3fceff47fb73376e6d3fd4229", "message": "new correlation filter from discussion with Moritz Milde and Dave Thornley at Telluride 2017 that only lets events through if they are correlated with specified fraction of neighbors (compared with BAF that lets event through if it is correlated with ANY neighbor). ", "proba": 9.869067696399725e-08}
{"commit": "925c81c1bb973d6594bb9049b9149b28109f76df", "message": "corrected header", "proba": 1.318391582572076e-06}
{"commit": "b099c47d1779cb77dcadc31c2c5692326d5cc15f", "message": "COMMENT: javadoc update\n\ngit-svn-id: 25dac4f723c7e5b42083d4a98669c37f60455592@2422 69e27eb3-6e27-0410-b9c6-fffd7e226fab\n", "proba": 2.963933809496666e-07}
{"commit": "b1ac181791663a7d5a16f00c5eb1bf9b629b6a9a", "message": "wear: use correct notification channel\n", "proba": 3.9724196199131256e-07}
{"commit": "95c2e318292411e4e945eaba9e363d5d829a1870", "message": "\n\ngit-svn-id: https://svn.apache.org/repos/asf/incubator/graffito/trunk/jcr/jcr-mapping@408744 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.5152791017244454e-07}
{"commit": "4fe301dc0068599e392680c6e6d362789e809f9a", "message": "[androsdk-1378] Add LocalDataStoreCollectionRepository\n", "proba": 1.3256114073101344e-07}
{"commit": "44e6ea8d7bf75de45f2790b3ceb9e5f6f6ce5f75", "message": "[TOOLS-2864] Logbook Section Dto (#722)\n\n", "proba": 1.0716185272485745e-07}
{"commit": "3cd8ba9e6ffb5ef3735b606dc13b0cf2830a3c77", "message": "Removed unused functions/interfaces from AccountInformation\n", "proba": 4.3735551003010187e-07}
{"commit": "44c4931606ae4dafd2a0bfd3c0cd2420eeb41447", "message": "- fixed handleGetObject, correctly returns null if key not found\n- fixed getKeys(), returns keys + parent keys\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@248191 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.0281529284839053e-05}
{"commit": "8d8391e88404bf121644ef6c1b0dcd02931c591a", "message": "Throw inner exception only if it exists.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@255911 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00031715151271782815}
{"commit": "217d1b4d275820a6a6a41b33928dcb61c63fc233", "message": "First XML test case (not currently showing a leak for any version)", "proba": 9.976226067465177e-08}
{"commit": "17357a6048caaeea888c265ffb0b5fe69873e733", "message": "Fixed #2371 default native declarations added in reverse order\n", "proba": 1.9618600788362528e-07}
{"commit": "238c732f26af058c5c157e649510824e2d43009a", "message": "Execution service update\n", "proba": 5.096388804304297e-07}
{"commit": "a67795286698f991aae562185c62ba82be5fab61", "message": "INTEGRATION: CWS vcl07 (1.16.2); FILE ADDED\n2003/04/08 14:28:24 obr 1.16.2.1: re-added accessibility workbench\n", "proba": 1.1117572995544833e-07}
{"commit": "4d2a408ca3568885b67aa1900458d728da50a9f0", "message": "solution for service lane problem\n", "proba": 6.317372367448115e-07}
{"commit": "5e2170f81605994580222ce32603bc1196db095b", "message": "Add test for Interval op.\n", "proba": 1.6652950307616265e-07}
{"commit": "674ffe44e1a315ffd22a8c1e85b32e89b9d4b3fd", "message": "Made renderer classes static.", "proba": 1.1796485921422573e-07}
{"commit": "e0d250b0a7db9c4b05eb69cb4a854beb6e248bae", "message": "Added template network deserializer code\n", "proba": 1.937800249152133e-07}
{"commit": "0a02826b6ccb324b1b32fdabdc3400b8541a3265", "message": "NoSuchSequenceItemException created", "proba": 2.833685925907048e-07}
{"commit": "54e261e5ac383ee2cdf3cb2bea7b47c97281ca77", "message": "Modified classification name\n", "proba": 1.956984488060698e-05}
{"commit": "88f8ce5f39b15467f8bcf6743f71eeffa2370e12", "message": "adding hash of null to the package file uuid to match AppBlade implementation.\n", "proba": 1.0724548360485642e-07}
{"commit": "04137263211b4e10ea17d9a4ffe893017c078fc6", "message": "DDBDATA-138 MARC, Anzeige von Nicht-Sortierzeichen im Preview/View\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/branches/Beta-Launch-future-work@13361 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: e984c4920289b7276728eab310326e8a1f637482", "proba": 3.5419890309640323e-07}
{"commit": "699e500537b36182ca6ac760201484391001edc5", "message": "Anpassungen: Ausgabeformat in nanosec\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@5738 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 4.5118699176782684e-07}
{"commit": "1192890b4fa0dd1d5d68dabf26dfdd9370c11721", "message": "Create ReverseInteger.java", "proba": 9.589351066097151e-06}
{"commit": "c68cc1eec673163e99153d36017bb6c863152a6f", "message": "error handling\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@2087 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 8.418451216130052e-07}
{"commit": "4807ae50442f5e1ff8d22e54ed62da36866b6976", "message": "Aufsplittung von Try-Catch-Bl\u00f6cken um die fehlermeldung zu pr\u00e4zisieren\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@7938 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 7badaf06dfdb837571bbe268aa24c4a92bd1cab1", "proba": 1.0516068869037554e-06}
{"commit": "bd3e86ce8b27c431d9f5e84c359788450e745b65", "message": "[#312] \"\ud604\uc7ac \ubc29\uc1a1 \uc911\"\uc778 \ubaa9\ub85d\uc758 \ud0c0\uc774\ud2c0\uc744 \"\uc14b\ud0d1 \ubbf8 \uc5f0\ub3d9\"\uc5d0\uc11c \"\ud604\uc7ac \ubc29\uc1a1 \uc911\"\uc73c\ub85c \ubcc0\uacbd\n", "proba": 2.292111673796171e-07}
{"commit": "d2ddcebcf79dc0e4bdfe1a69c76b57f1cd6dee79", "message": "Add a log message\n", "proba": 1.3303292689670343e-05}
{"commit": "4ea34d1559032ee9b5819e73c8b2928a05333f5c", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "4ceaa2760a9df4ee5a730ac883f5496571b7fb4c", "message": "Formatted source\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@576819 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.1147740224259906e-06}
{"commit": "a98c5675d2e669a2f863c9d83c8a33c3387286c4", "message": "am 64e648fd: am b580d53e: am 774d956d: Merge change Ic8c7ca7b into eclair\n\nMerge commit '64e648fdd93c9642bdbda3e44082e50f4baeb0c1'\n\n* commit '64e648fdd93c9642bdbda3e44082e50f4baeb0c1':\n  Remove testCheckMediaPlaybackHandlesApplicationItunes from continuous.\n", "proba": 1.2238314184287447e-07}
{"commit": "db28d6ab5538c6a38fbc1e8d4dc953a0c88323ea", "message": "Updated Fractal to use Robot Model\n\nWIP\n", "proba": 1.473401169960198e-07}
{"commit": "c760ce2920e9db08ba1fd248fddd1345ca2de9d8", "message": "calculate large fibonacci with java BigInteger library with Dynamic programming \n\nThis program can compute 1600nth fibonacci", "proba": 5.161974172551709e-07}
{"commit": "a1d8b22812fd4a656c8cc4d0af6fb0ead8d22935", "message": "am 21efbc0a: am c6d2a767: Merge \"Fix 3303606: invalidate WaveView after resetting state\" into honeycomb\n\n* commit '21efbc0a1c9b4e77f871caffa2df87a1df69c00c':\n  Fix 3303606: invalidate WaveView after resetting state\n", "proba": 8.012307262106333e-07}
{"commit": "171a41a4d2517fc3a20bae9d94918b17bf811ed6", "message": "\u958b\u767a\u74b0\u5883\u79fb\u884c\u306e\u305f\u3081\u306e\u4e00\u6642\u7684\u30b3\u30df\u30c3\u30c8\n", "proba": 2.2296521251519152e-07}
{"commit": "88cfeb1485df1aa12a8f2a911c266667023687a9", "message": "- Adding loading spinner for the network request\n", "proba": 1.1884721828891998e-07}
{"commit": "ca133d7fa0374b1a7f84c5f01dc07e744afa17e6", "message": "SAK-42580 Private Messages: Stacktrace in /jsp/privateMsg/pvtMsgDirectAccess.jsp (#7400)\n\n", "proba": 1.1388275567014716e-07}
{"commit": "08c1d629619f0031579b5259ad9802bc9c62f928", "message": "OAK-5882 : Improve coverage for oak.security code in oak-core (wip)\n\ngit-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1796655 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.764084285900026e-07}
{"commit": "72c7cdeedeb869f2697d56fecda7559a16fca5e7", "message": "\u0432 \u0434\u043e\u0433\u043e\u043d\u043a\u0443\n", "proba": 2.799043386403355e-06}
{"commit": "1cb8850e935bc798f4b9d6632abd015bab9a3d41", "message": "Refatorando coment\u00e1rios do c\u00f3digo.\n", "proba": 5.026457188250788e-07}
{"commit": "bf8af78973a798719b3241966a12bfc324990a5b", "message": "DO NOT MERGE - Create db path if it doesn't exit\n\n Bug: 3241808\n Make sure the directory the caller is trying to open the icon db\n in actually exists and create it if it doesn't.\n\nChange-Id: Icc0a67b0ceba03a746ac2cd3b84fc34c2c8b4fe2\n", "proba": 3.5750290408032015e-05}
{"commit": "a05facbbe9d98720e297a1121d2c068fa6b10a68", "message": "Comments for DefinitionNode\n", "proba": 1.526201742763078e-07}
{"commit": "171c1746f79469a6e56840075bad119a1b6de6a1", "message": "Create VehicleListViewAdapter.java", "proba": 5.220232424107962e-07}
{"commit": "66d184c2d6b99443fe840a4e4b09562076332f27", "message": "Add support for PullRequestReviewCommentEvent event type", "proba": 2.1472271782840835e-07}
{"commit": "377fd657d9e53d2584c461fa6a57e4f29327f366", "message": "Create BackPressCloseHandler Class\n", "proba": 2.950380064703495e-07}
{"commit": "77ec927fcbe4fec678deb965686824dcf9509a1c", "message": "Adding a UserSuretyDelegate tha only supports challenge code validation\n", "proba": 1.2647191738324182e-07}
{"commit": "296920eada91027a915a6d8fcefac3557e81a266", "message": "renamed to StudyController\n\n", "proba": 1.5526771903751069e-06}
{"commit": "6e28a0fb2f98e79ec10baa04de8886be8d22099a", "message": "\n\ngit-svn-id: http://rokon.googlecode.com/svn/trunk@232 84f797ac-9f24-11de-b98f-4500b42dc123\n", "proba": 5.554300628318742e-07}
{"commit": "46c189bb43505c9a0379cbd0cfff335d98e6dba7", "message": "AbstractModelLoader: When we load JDK modules, set their version.\n", "proba": 1.0302804298589763e-07}
{"commit": "d9dbc89fe8c9597c1367de48639cf5a40adbd5e8", "message": "Issue #1724: Implement the interop functionality for java classes with only private and default access constructors\n", "proba": 1.1258980237016658e-07}
{"commit": "dd6d9462e0930da2adfd0de07608b8b4e5785cf8", "message": "Fixed configure plugin menu not clearing when repopulating\n\n\ngit-svn-id: 50f83ef66c13f323b544ac924010c921a9f4a0f7@2299 00569f92-eb28-0410-84fd-f71c24880f43\n", "proba": 8.247438927355688e-07}
{"commit": "389aae260e6a5ac0f61a8ba0802366b98a67f417", "message": "Very minor code change to make debugging a bit easier\n", "proba": 1.5967039246334025e-07}
{"commit": "aba5799a45337a66c924ca323f90f8b3ef2ffdb5", "message": "removed whitespace\n", "proba": 0.999427855014801}
{"commit": "a665c38af3c05dc02b7451662c6edf9094b447e4", "message": "controller for curves.\n\n\ngit-svn-id: 5afc437a751a4ff2ced778146f5faadda0b504ab@214 75d07b2b-3a1a-0410-a2c5-0572b91ccdca\n", "proba": 0.0001504916144767776}
{"commit": "f7ddd3f4e98a4b04e16cca98eccf7f5d30cf923f", "message": "JSoupParserBolt does a basic check of the content type + refactored handling of exceptions\n", "proba": 1.2088584355751664e-07}
{"commit": "0aea7b9aee3521c20e73277423d4c5aa67bab5b7", "message": "thread factory\n", "proba": 2.611270701891044e-07}
{"commit": "7afa99a21a6cd1860c7c3d46f9b5a32073a1c9c0", "message": "Security filter base class.\n", "proba": 1.2933264770254027e-07}
{"commit": "9b2fddf891563851fac6a94180ff45871131d25c", "message": "Fixing the null pointer problem\n", "proba": 3.206310066161677e-05}
{"commit": "9a840e79c81ae47d63974362c02fa24a3364d5a0", "message": "new test class for model class SavingsAccountUserRelation\n", "proba": 2.3185288000604487e-07}
{"commit": "e84c6b31eb803daf7f99cb56bd5afc473fc402bc", "message": "Removed unused import.\n", "proba": 1.2888077094430628e-07}
{"commit": "d3489b1f2cf3a4133a5d3b474bd259208dde895e", "message": "generate a bit less gc pressure (still not a solution for large files, of course)\n", "proba": 1.2529888238077547e-07}
{"commit": "f7de0b455f0d0e045b86c816b3623c26aa84dd0a", "message": "adicionando interface \"SingularFormReport\"\n", "proba": 1.1537185429233432e-07}
{"commit": "43e8aebed06f9d4ebe98dc35c74587af76993277", "message": "fixed package names in nodefactory\n", "proba": 2.917576011896017e-07}
{"commit": "2c71344fee5272b05dcfa708fe57b7cf3f5e829c", "message": "KRACOEUS-7236\n", "proba": 3.5255430930192233e-07}
{"commit": "32792ea9882877933dfc0c01be760d06e07a7b94", "message": "LazyValue: added a lot of overloaded methods for lazy loading\n", "proba": 1.234420210494136e-06}
{"commit": "bec59361fb3ad685282f25383aa215aa190f68a2", "message": "fix for sonar rule\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@8683 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 1.1754292245313991e-05}
{"commit": "311ab8da5ade7ebe77057cfa0226b4f0437ef557", "message": "A helper class to create the masks for the sequenom design maker.\nThis project is now officially done.\n\n\ngit-svn-id: 4561c0a8f080806b19201efb9525134c00b76d40@1834 348d0f76-0448-11de-a6fe-93d51630548a\n", "proba": 2.686633422399609e-07}
{"commit": "46da1fc85667ea19749956291a829c78d1a75f86", "message": "Add ProjectResourceTest\n", "proba": 4.653503253848612e-07}
{"commit": "a2633d0723b179bb4a72f227ecc710738c507a55", "message": "MS-211 fix email string for debug auction\n", "proba": 4.532692230441171e-07}
{"commit": "4eca172dcceb3c5a0d2e8de27322db8de92b84b2", "message": "Metodo PreVencimentoDeCNH Implementado\n\n", "proba": 3.060813753563707e-07}
{"commit": "d2e99565f5377a9afa839eab738b10e7b5e0a761", "message": "Fix recents list for multiuser\n\nSince the Recents is now an activity running in the respective user's sandbox,\nit shouldn't use the special API to get the current user's recent tasks.\nOtherwise it causes all users to fetch the state of the current foreground user\ninstead of their own recents.\n\nChange-Id: Ice8c2978e6a7ae71c44666c79a19ac07a2cbea1b\n", "proba": 9.42824553931132e-05}
{"commit": "6885598ba09b18038e61f268231aa53ed08ef44c", "message": "Hide window swapping behind a flag\n\nBug: 27859522\nChange-Id: I0e1e578d2d91f7572b0978dbb12ed143acbdf1e1\n", "proba": 1.7107503254010226e-06}
{"commit": "f70ef27c51578f3cf7661c553960c68198687fac", "message": "Add: ObjectUtil\n", "proba": 1.5700983567512594e-05}
{"commit": "55144cfa5af89904c67194d9c5db64fef2bc7592", "message": "Ignite sp-1 fix for IGNITE-129\n", "proba": 1.7557078990648733e-07}
{"commit": "20f93247d769e92bf4203f5eca16dbb55e1042e3", "message": "UI complete\n", "proba": 2.2513222575071268e-07}
{"commit": "e31846e39ab7bf3552c79bb0ce0235856d6d89e4", "message": "aggregate-datasets: periodType\n", "proba": 0.00043546652887016535}
{"commit": "644047ba74bdf9242af02ec890c6f10c5db38782", "message": "matrix multiplication for checking", "proba": 5.56237921500724e-07}
{"commit": "744e0a330937f97a6cc24830e4433cb00b1422d2", "message": "am 6dc499c6: Merge \"Save and restore media metadata.\" into klp-dev\n\n* commit '6dc499c6da2affa427dc982e5a50ddf3cb9d5aa9':\n  Save and restore media metadata.\n", "proba": 2.2610132077716116e-07}
{"commit": "521369a4c6cc49f114a6400f0c662cc66d9513f9", "message": "Recorrection of Line project\n", "proba": 2.4012854282773333e-07}
{"commit": "3b8e952e4d01950d27433fc62011fd8951daaedd", "message": "Atualizacao autom\u00e1tica\n", "proba": 1.5049522517074365e-06}
{"commit": "b5810c8cdf6852a9a0c714c2fea590e2cf693b7d", "message": "added flume test source that works with hdfs\n", "proba": 1.2970480156582198e-07}
{"commit": "7d336dd56662768e5f68fd3edde7d0a1eefcc853", "message": "Submenu bugfix\n", "proba": 3.193423765424086e-07}
{"commit": "5544ca3ad1625f494db131ddc19f1718d842dee8", "message": "FileUtil for reading a File into a String (fixes #1197).\n", "proba": 1.0606277101032902e-07}
{"commit": "913e40edd34258297fedf6093161ff6baa9ca789", "message": "[340647] JSPSearchSupport & JSSearchSupport should not consider derived resources\n", "proba": 1.2503495838700474e-07}
{"commit": "11c287c38e1af37111360f0c17d54a09972d1415", "message": "configured strict mode\n", "proba": 8.600895284871513e-07}
{"commit": "0c01197d2f048621dbf967c90485f7596b99e7e7", "message": "Added to Methods to SongModelDataMapper\n", "proba": 1.308596750959623e-07}
{"commit": "7f15432fd05e98625bdf6f7ab1bea10491dde655", "message": "am 1afe952c: am 90738c2a: Merge \"Use private action for SUPL related connectivity changes.\" into mnc-dr-dev\n\n* commit '1afe952ca1964a43d8a1ec3dd69a8ee1b85dba17':\n  Use private action for SUPL related connectivity changes.\n", "proba": 2.0094148567295633e-07}
{"commit": "3dae06d2a5cd769c36f2f67b90cc1aee515943d6", "message": "fixing user logout (username!=userid error)\n", "proba": 6.413100095414848e-07}
{"commit": "39750b89c5cfb9aa755665e49c43b4b0f878273a", "message": "Added the NFA interpreter.\n", "proba": 1.1609633787657003e-07}
{"commit": "32fb90ad10be04c3d23ae424943455956150b921", "message": "Action to change the numbers of results rows displayed\n\n", "proba": 1.2856209252731787e-07}
{"commit": "57d4cac058b70fe8bf024ced621bfb1273a920bc", "message": "Not have the library log normal working behavior\n\nTo have the external library to only log real info events and not normal working events.\nChanged very talkative info logging to debug.\n", "proba": 9.972725223406087e-08}
{"commit": "7cec260582daa7b5c10280e75c550eb7f4fc40e4", "message": "A version of ChannelIncorporation filter capable of character caching\n\n\ngit-svn-id: 477788cc2a8229a747c5b8073e47c1d0f6ec0604@4940 f5dbab47-78f9-eb45-b975-e544023573eb\n", "proba": 3.4357481126789935e-07}
{"commit": "b35b6e23e09319476067281230cd931f97238717", "message": "Add destination dataset extraction capabilities\n", "proba": 7.797051466695848e-07}
{"commit": "503d2ea4ff2b47b172835f0e3d5ad3958ce05864", "message": "feat(Run.java): adicionar classe principal Run.java, elaborada para teste simples de inser\u00e7\u00e3o.\n", "proba": 1.0759645618918512e-07}
{"commit": "8ae0994cc0dff7bdc98011e77f9f26221d1c6092", "message": "Added tests for error response\n", "proba": 1.6649997292006447e-07}
{"commit": "b2c96fc889a614fae6b6728ae9602a17373bb7f8", "message": "Basic Calculator\n", "proba": 8.728470106689201e-07}
{"commit": "a8c54929d82863743b2c3f3985fa545f4c84884a", "message": "added listener to provide status info for hmodels -- running/updating", "proba": 1.0798152771940295e-07}
{"commit": "2750ed24b659095e023da14e57a5fa8f0cc60be8", "message": "Implement 'Location' class.\n\nThis class represents the location of a way point.\n", "proba": 0.005531640257686377}
{"commit": "41972027baddc072a637dc062668984bf62de692", "message": "Added replace spaces ex 1.4\n", "proba": 2.315042308964621e-07}
{"commit": "4aa73371fb0de126488646de81f5a6e8f143bdb7", "message": "Fix parametrized list in AbstractRuntimePropConditionEditDlg\n", "proba": 0.0003045282210223377}
{"commit": "5eaa95d20c001e342f3f6125ff325ae3ecd18073", "message": "use jdk 1.4 compliant method\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@637359 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.337910000795091e-07}
{"commit": "ab8f4ee08fefa4b49a68e42cab6220fe6f3ccda0", "message": "Selenium/Ajax Bug Fix\n", "proba": 3.6450259699449816e-07}
{"commit": "5a113d4e5f1fe1b6ae369885980fb29420345c68", "message": "This code is for testing our config.json file", "proba": 4.5005634774497594e-07}
{"commit": "43dbb386d0ff510c7351a5dd00a220f50341237a", "message": "SuplaVersionErrorDecoder.java\n", "proba": 0.00010437742457725108}
{"commit": "41b2801a80294ef9d10417bfc971c1b0df288b90", "message": "SAK-41379: Hot Spot questions don't appear when printing PDF (#6585)\n\n", "proba": 1.0025611629771447e-07}
{"commit": "bce66055678cae18a62d8fd5704644b823066db0", "message": "Add basic integration test for Vision OCR sample app (#1718)\n\nAdd a basic integration test for the Vision OCR sample to check for success response. Fixes #1555.", "proba": 9.637987830046768e-08}
{"commit": "6abbabbbbdbbc048f38d8f37d66fbbcd7064d7b2", "message": "add Linked List Random Node\n", "proba": 2.2083294481944904e-07}
{"commit": "956165cc8a25ef66dac19010cca32f065a8679f7", "message": "reverted the deletion of SneakyThrowsDependencyInfo. It's still a runtime dependency for delombok users.\n", "proba": 1.0247967452414741e-07}
{"commit": "b07d29b926ec6f58711385bef42cd262bcc18fb5", "message": "-PlaytimeListener: Removed debug messages\n", "proba": 1.2580308350607083e-07}
{"commit": "29a4334af563f4edd5e2ccfcb48b257e69a6ee25", "message": "KCIRB-571 \n", "proba": 2.9077096996843466e-07}
{"commit": "2d7ac97ff77e5a8a7282881cc0e4f94db4f00e8e", "message": "KRACOEUS-5456 : Fixed to show 'Proposal' tab rather than 'approver view' to Initiator for rejected proposal development document.\n", "proba": 9.629425079538123e-08}
{"commit": "789655495fb9c2eaf38646ed47d87edd04dcc000", "message": "KRACOEUS-4698\n", "proba": 3.337185034979484e-07}
{"commit": "1af8d7170612787bc1604e53d1e29bffc22f067a", "message": "SB-712: CR", "proba": 8.489350307172572e-07}
{"commit": "e25fb3751383ea7e4a5f416680fa03d86fe8fb5a", "message": "Skeleton for problem 822\n", "proba": 2.3186925091067678e-07}
{"commit": "2c069e2ad16f04a6269db2b283f94bd0c4045dfe", "message": "Skeleton for problem 983\n", "proba": 5.931136684012017e-07}
{"commit": "fc4176852e64f5c8bc5d98a32c00146b200bc89e", "message": "Create Double Dice Roll.java", "proba": 7.343376751123287e-07}
{"commit": "0387a0ff0f3c472338e9de698c1c7159aa86a5b2", "message": "use Generics for Pair\n", "proba": 2.5328571950922196e-07}
{"commit": "72b05b8e4b4fecbdc60454a7cea7ab3cf0d8d122", "message": "fixed forgotten )", "proba": 2.296294923098685e-07}
{"commit": "99747fee3537175522912d19c07e7f9bcd9c4108", "message": "Project Euler, Problem 5, Java\n", "proba": 2.155829861294478e-06}
{"commit": "687f6ecb13fb8e126e813e7911f9c6d7327af26f", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "f26e6dfa8e14aa56ceeca9fe7b0a6f48ec0e7f9e", "message": "optimized code for ASMSerializerFactory\n", "proba": 1.2902186199426069e-06}
{"commit": "14f4a057521845bda6d78f10372f7eebf700211a", "message": "Re use spaces\n", "proba": 2.789142001802247e-07}
{"commit": "4a16e4f855f60b9ee7e4ece68ed1eb1e7296f32c", "message": "Added main to print dataset information.", "proba": 1.2264953852536564e-07}
{"commit": "c8f1116bc071506426bb5890d17e24db6d9c6c65", "message": "cosmetics - remove unneeded suppresswarnings, set logger final\n\ngit-svn-id: 71731374771cc6e393963edce979cdb618576940@35 07bd1a25-7017-4616-97c6-7835778216c8\n", "proba": 2.8192110335112375e-07}
{"commit": "c41cd27be712620526cb3fec305e1a5baea1d9d5", "message": "implemented delete of event\n", "proba": 7.525711680500535e-07}
{"commit": "8b34c1e62781030dc6d8344d26791a77d0c5807f", "message": "only INSERT bank_reference if is is not an empty string", "proba": 6.235671662579989e-06}
{"commit": "04b5235d35a01c95db7e2ff3342980580ec7ec42", "message": "Implement BoardSize\n", "proba": 4.0777061371954915e-07}
{"commit": "d214efa39a011002eb88e683676508e438842fe4", "message": "Ensure actions are handled in a deterministic order (#11735) (merged\nfrom #11432 in 6.8 branch)\n\nsvn changeset:25867/svn branch:6.8\n\nChange-Id: Ie34cc4c4fe6524a23b2e7692b9e73a421443ac4f\n", "proba": 0.0007732902304269373}
{"commit": "eee6a6aa89b0b8d49cc77248a8f07bd79a5b8377", "message": "fix maker\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@1841 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 9.243389627044962e-07}
{"commit": "0aea3665e64d77eb07f5ebd55370660ccd41074d", "message": "Base fragment logic that handles injection and common presenter logic reactionary pieces to be done at common times in the Fragment\n", "proba": 1.1559994561594067e-07}
{"commit": "f0c6e8d074e3391af2c4c9ffd7d7d120be94e72e", "message": "implemented time-based series achievements\n", "proba": 2.591676206975535e-07}
{"commit": "93ced78f6a9afc9ba60565aa8c387c47b5bce44e", "message": "Basis for OpCode switch case\n", "proba": 2.9246575650176965e-07}
{"commit": "ec9c50f3abc06d3171f9aa3bf20c44728320b3d9", "message": "feat: check status, Time: O(N), Space: O(1)\n", "proba": 5.303293437464163e-05}
{"commit": "ac0529696510374d055eafc94a91da78ed868500", "message": "refactor location finding code\n", "proba": 2.910738840000704e-05}
{"commit": "199a9933d119e1b3eb7e735ec249fa5cfeecbcb9", "message": "[Contextual Search] Fix NPE when no Search Term.\n\nBUG=558521\n\nReview URL: https://codereview.chromium.org/1459783006\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#360888}\n", "proba": 9.70474275163724e-07}
{"commit": "99e1d5428b73d6244c2b4bb08ff1df991818b0b6", "message": "Added mapper for PHP editor\n", "proba": 2.8805837359868747e-07}
{"commit": "636982f57721d5eb15442c6f8179660b064807d4", "message": "\"Changed all static methods in ChangesetContentHandler to instance methods.\"\n", "proba": 1.0722114041072928e-07}
{"commit": "d09c1081c9d26e7c13f2528680f4b63949b9fd77", "message": "Added catch to avoid exceptions when plugin.xml does not contain resources\n\ngit-svn-id: 29aad96320b2a07b98332cd568fc1316025c072f@6142 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d\n", "proba": 1.1522280374265392e-06}
{"commit": "386520cdd33b67cdd44571f03e7a5ab5fe6c8711", "message": "default list style\n", "proba": 1.308766854890564e-06}
{"commit": "cdd2ba4ca15af531ada688a8c147828335a30a01", "message": "Add FilledStation extending Station to force session token\n\n", "proba": 1.7061819335140171e-07}
{"commit": "d9729cd107fdbe326e8b46d28924eba678576113", "message": "fixes test method names for fileUploadServiceTest\n", "proba": 2.495270905455982e-07}
{"commit": "d982a7db8b99360492eabadbbe2386f227cba16f", "message": "asdkjhas jkdh\n", "proba": 8.871176760294475e-06}
{"commit": "ecad88bd891c90f6f427e678dde753e0d63baeeb", "message": "refactored the collection of items, so it can be better use in embedded\napplications", "proba": 2.1535468022193527e-06}
{"commit": "ee7122d16255e4e9942fc67ed65d59a69ba2f154", "message": "Light bulbs toggle/status with TreeSet\n", "proba": 1.3978886670429347e-07}
{"commit": "9f5fc1cadaec6d92b37c0a7446c32d5635fefffa", "message": "Make division test verbose to hunt down Travis CI problem", "proba": 1.819045064621605e-05}
{"commit": "25698f6f57ebd67f34b661acb9ed2ce56097a950", "message": "pac4j-async-100 Create Async-Convertible AuthorizationGenerator interface\n", "proba": 2.298542938206083e-07}
{"commit": "34f59889bac96ddce56d75e1960a702bad7c2ce9", "message": "Trying to fix some git error I caused merging things", "proba": 1.4697791357320966e-06}
{"commit": "90ca397b65ee7d1ee42b41fa7d85f35f2399ef34", "message": "Properties now shows the tile as it is selected", "proba": 1.2599086574027751e-07}
{"commit": "352c17c7df646156003351c4149834a0684ae5b9", "message": "Explicitly set gson as preferred json handler\n", "proba": 1.864291192532619e-07}
{"commit": "af262cbdd1b2937125dc773dd414dd4c6ed11890", "message": "added page-load and page-refresh tests for static pages at /pages\n", "proba": 1.4460111685821175e-07}
{"commit": "df14503c44c59d3e16f58421b396fa51f7fdc313", "message": "\u4fee\u6539\u65e5\u5fd7TAG\u63a5\u53e3\n", "proba": 2.645162737735518e-07}
{"commit": "481f996b49f180e07a0801d3563947fc4ebd188b", "message": "Create Plotter.java\n", "proba": 6.274202632994275e-07}
{"commit": "eac916fb85b3fcdd7f57c89a41b271e6544a7c17", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "90cf35383e21a1ab73b66d8b983fa21d46c51555", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "1e2c99acb1123cd358d0bad774d48b14adc9a91a", "message": "Added a test for InspectExec command\n", "proba": 1.3722480218802957e-07}
{"commit": "7dcf94fe16f0975b9f6faf7167ecd47d9dc49290", "message": "4.2.7 writer priority solution", "proba": 1.7218577852418093e-07}
{"commit": "8fd9127ef5027503e5450f4c4f5f90dc86a7ee59", "message": "new package benchmarktests\n", "proba": 3.4988912034350506e-07}
{"commit": "42087aa8182eb2b30e3bd7cbf20256df28592ec8", "message": "Small improvement to endpoint test\n", "proba": 1.496693755598244e-07}
{"commit": "4890eb4dcc1b7fe73fe434794afaddae129046ab", "message": "Add tests for SeriesBuilder\n", "proba": 1.8471654072982346e-07}
{"commit": "1f797fa2dcd0673c71a02d20976f19a2e5f7beba", "message": "mock interview q1\n", "proba": 5.52397921183001e-07}
{"commit": "f8bc9748fc5ccd88ee2df1ee8da3fcb5229d70c3", "message": "Wrote a distributed flush test. #38\n", "proba": 1.7371884268868598e-06}
{"commit": "3370eebd17c427c705b86ec0e5eec655c3b509ed", "message": "Fix incorrect message key\n", "proba": 0.9999985694885254}
{"commit": "6897910691c087dbb77fcde0c427f6788ac4d35b", "message": "LogManager interface definition.\n", "proba": 1.5053326762881625e-07}
{"commit": "a4256302d717428a7f7fded5a0db92df8e59eb48", "message": "Find the missing number\n", "proba": 0.9999995231628418}
{"commit": "1b6ab89a020f44db0fda6f37741861a1eae1f3ea", "message": "20150408\n", "proba": 1.1626314062596066e-06}
{"commit": "815b5919f42bbc1c57fdddfa8710a5604c743ac9", "message": "minor: Nxt -> NFD", "proba": 9.860391401161905e-07}
{"commit": "87d69bc4fbceadf467045df201ce8805c20ba0f4", "message": "Skeleton for problem 457\n", "proba": 6.745277687514317e-07}
{"commit": "1db140583310534e55ac4c1eea39dd053f50ee53", "message": "Skeleton for problem 646\n", "proba": 1.90604978911324e-07}
{"commit": "e012c388c14332761249f0bba63d42518383e235", "message": "Skeleton for problem 801\n", "proba": 2.826948843903665e-07}
{"commit": "4c7bea8b5bd22e838649d51eea4f6247f5f1e1ff", "message": "Skeleton for problem 923\n", "proba": 4.310556391828868e-07}
{"commit": "911d1ace770ce271aa7ec338ebb744d8c2f45f0a", "message": "helper class containing SQL constants and query\n", "proba": 2.561545784374175e-07}
{"commit": "ab851b4485da96d837de4897c65366f0b80f03cb", "message": "Resolved issue #109: BEAUti: Generating XML - no file overwriting warning?", "proba": 1.0114077042544523e-07}
{"commit": "a7b0ddce4deefac0518f08654d07d6b1bd1bdc6b", "message": "Added the LG model of amino acid evolution (Le and Gascuel, 2008).", "proba": 1.0130738559155361e-07}
{"commit": "bcc79c24505fc470a9afff7ef084f5c52fd8f58f", "message": "Create IntTree.java", "proba": 1.3683866200153716e-06}
{"commit": "816b21e10a0509329a49309c54ab13c347d924b3", "message": "added Server class to send/receive data on the Pi\n", "proba": 2.440386879243306e-07}
{"commit": "81f68aff96584b6c7f5619216cfaca2c1a8adf7b", "message": "fixing weird indent on setup method\n", "proba": 3.4276351357220847e-07}
{"commit": "7a9cd0368bf7638ae69c007ce7ed7b2eb8b2909f", "message": "add class to convert huge files to binary (serialized) format.  helpful for .S, .h and .vec\n", "proba": 6.703473900415702e-06}
{"commit": "f17daacd40fe3a1555863dbd304403d79c6c7efd", "message": "Implemented deleteList in UserRegistryResource\n", "proba": 3.161433710374695e-07}
{"commit": "6c32680d84765b12192d476c9a37e98e687b530f", "message": "Simplified jettybootstrap, fixing a 'race condition' where set...() was executed AFTER start()\n\n(cherry picked from commit 5aa9caccb1fdab06bae7c9ad225ec72ff72746f3)\n", "proba": 5.507798164217093e-07}
{"commit": "adcba05254b579dbda505fdb24fcc11e4fcb7163", "message": "for push\nIssue: PSPRODUCT-3775\n", "proba": 1.246610992211572e-07}
{"commit": "552f65aa3911b80b1121463ce292679711fae66a", "message": "KAFKA-3191: Improve offset committing JavaDoc in KafkaConsumer\n\nAdded an example clarifying the correct way to use explicit offsets with commitSync().\n\nAuthor: Adam Kunicki <adam@streamsets.com>\n\nReviewers: Jason Gustafson <jason@confluent.io>, Ewen Cheslack-Postava <ewen@confluent.io>\n\nCloses #850 from kunickiaj/KAFKA-3191\n\n(cherry picked from commit 0eaede4dc95846e2b8f7452f41c58c0122e7a563)\nSigned-off-by: Ewen Cheslack-Postava <b1c1d8736f20db3fb6c1c66bb1455ed43909f0d8@ewencp.org>\n", "proba": 3.244555773562752e-05}
{"commit": "1b1893a601693ebeced0a2a81f1edcf822a68954", "message": "update ArrayUtils\n", "proba": 5.006011178920744e-07}
{"commit": "cda7f99519b7d5a78d09a675b2d205d294f2b9c0", "message": "Make sure we don't generate output for native declarations for other backends (#3606)\n", "proba": 1.5234344630243868e-07}
{"commit": "51f8c42e3f3c8941e9ad78a3e1dfa2df77959bad", "message": "git ignore changes\n", "proba": 5.551324875341379e-07}
{"commit": "55eb294e91af7508b140c9f1335896d801c13962", "message": "utf-8 encoding test with domdriver\n\ngit-svn-id: fe6d842192ccfb78748eb71580d1ce65f168b559@876 9830eeb5-ddf4-0310-9ef7-f4b9a3e3227e\n", "proba": 3.1826655231270706e-06}
{"commit": "6cc6d41de217263f506045cdddd169f6ac1c060f", "message": "Updated API docs.", "proba": 1.322600979847266e-07}
{"commit": "c12a376fa0a9d177121454779b3786fcca6db214", "message": "IM REST API\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@10809 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: e48dddcad2460199cfa79c8c859a66ea60a39df0", "proba": 1.0283030178470653e-06}
{"commit": "917bdd8a61ad76e924f2b7e9bb61698bee96875a", "message": "add Queue.java\n", "proba": 2.144535301340511e-06}
{"commit": "5961ecfc102594c0a12831b47b37ba75162ca2b4", "message": "Restricting legend height with crossplot. WIP\n", "proba": 1.7778928622647072e-06}
{"commit": "e5f69a87ba517f809cea9e45ed846cccb7f8d869", "message": "New ExternalEvent\n\nSummary: ^\n\nReviewed By: bobyangyf\n\nfbshipit-source-id: 05b8133fbf8f01cc8f1c4663647a0a71ec17bc38\n", "proba": 1.4094585765178635e-07}
{"commit": "f36adbfcbb7c17ab976796d44036deaad182306f", "message": "Create LoginAction.java", "proba": 1.491140210418962e-06}
{"commit": "d7373b04e0265fc0c6ec4d84bc1e1296689c59a6", "message": "Delete Node.java\n\nOops, occasional commit. Not finished yet", "proba": 1.9531718464804726e-07}
{"commit": "c0218805571295a57e54afa3b3c3fbfb21301fe4", "message": "Added test for couning the number of answers a question has\n", "proba": 3.596305475639383e-07}
{"commit": "1ffbef821b0f0c6958a002cb170d857533fbdb37", "message": "type handling in path translator\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@7784 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 93df22632e5d250eba2f2dd7f278948ba4dc6db5", "proba": 3.4777672226482537e-06}
{"commit": "8cf8c850541bf6fcee5f01d552832acad16a5530", "message": "scale and weight has been swapped in the last update. switch back to correct assignment.", "proba": 1.0279799056434058e-07}
{"commit": "797774eee711e3ff69c15ae138cc5541d5d092d8", "message": "Icons flashing issue solved\n\nSigned-off-by: Julia <867096107d1f1269dfa8f2780a4d68ab2aba3426@ucl.ac.uk>", "proba": 1.1019510282039846e-07}
{"commit": "c2111c5585f55efa3df75e5136d7680aba73ecb0", "message": "Added XMLLib\n", "proba": 1.7446616595861997e-07}
{"commit": "31f89affb38fdf22ebe06607cc0221105fd02430", "message": "Add tabbed pane", "proba": 1.3068099633528618e-06}
{"commit": "77e6a55f2fab30628cb4b5955b17e509eeaf5d74", "message": "bugfix 5381702 MMS app puts temporary files on sdcard in wrong location\n\nmove this code into the app\n\nChange-Id: Ieca6c603ee1163524ddb855800ade5e5a8fff0e5\n", "proba": 7.256494995999674e-07}
{"commit": "f8d4964e45f7e671f4b333386b4269b23ced4750", "message": "default overview mode to false in webkit\n\nBrowser defaults overview mode to true in BrowserSettings.java,\nbut a WebView should default overview mode to false. This permits\napplications without zoom interfaces, such as HTMLViewer, to\nhave the same interface as before.\n", "proba": 1.1183482229171204e-07}
{"commit": "7c8b0e3532f13bce41dfe554038ed7f376e7f2b2", "message": "am 9b3858be: am 88bb40b2: am 4253abbc: Merge \"Fix bug #7274075 Non-functional CheckedTextView on Nexus 7 Jelly Bean 4.1.1\" into jb-mr1-dev\n\n* commit '9b3858be43cb08131af2c9e12d8db4bc0837ce4d':\n  Fix bug #7274075 Non-functional CheckedTextView on Nexus 7 Jelly Bean 4.1.1\n", "proba": 7.740301271041972e-07}
{"commit": "e3a742f5a07576d34eb5b514c26dd7886113884d", "message": "am 942be889: am 56d143ae: Merge \"Pass different dy into dispatchNestedSCroll\" into lmp-dev\n\n* commit '942be889125d2530091f192a8872009580594313':\n  Pass different dy into dispatchNestedSCroll\n", "proba": 2.178282585418856e-07}
{"commit": "8bf95ee635b0cada3c6c2d21801bbd1e871b9fcc", "message": "am ed5ff3bd: add analog clock attributes to docs\n\n* commit 'ed5ff3bdb015b0dc391a566d6f61ba7a533b3843':\n  add analog clock attributes to docs\n", "proba": 4.072933563747938e-07}
{"commit": "2b51019220655721d5cb90acb34aad98541e0a87", "message": "am d00e75e9: am 7b8bec28: Merge \"PopupWindow dismiss() can get into a recursive loop.\" into ics-mr0\n\n* commit 'd00e75e94d1aa5cee740a06a4ce760e49016f7f6':\n  PopupWindow dismiss() can get into a recursive loop.\n", "proba": 5.408904598880326e-06}
{"commit": "59502b510c49050f2e56b4fcdeb3986a44ffaa2e", "message": "am 39433f81: am 5d259d3b: Merge change Id29ec50d into eclair\n\nMerge commit '39433f818b223aab50b264fb43e8e32da1d8151a'\n\n* commit '39433f818b223aab50b264fb43e8e32da1d8151a':\n  Do not crash appwdiget host when a pending intent send fails.\n", "proba": 1.2480265354497533e-07}
{"commit": "619f572e471385e7721810dc51b6058b409c57aa", "message": "Abstract class is public or default, abstract method can be public, default or protected, not private\n", "proba": 5.560615682043135e-05}
{"commit": "dfa69fc1aff4b3d025cffc1b151011184211d3cf", "message": "Added basic testing\n", "proba": 1.1547708567150039e-07}
{"commit": "fd0f322bb2c627218ea51fe02721f4acf242f3da", "message": "add leetcode 783", "proba": 1.0441147423989605e-05}
{"commit": "bfb32825d95f6ffa0dad11ba424c16eca6c2226f", "message": "Update CXCX.java", "proba": 4.946155627294502e-07}
{"commit": "16cf974c7d3aaaf713edb1155f003af5df78e150", "message": "first version of ShowIbisstoreSummary\n", "proba": 1.325624197079378e-07}
{"commit": "f1444368084242595db508d1bffcdd0275cdf8bd", "message": "Dumb mistake\n", "proba": 2.9095340323692653e-06}
{"commit": "96b2e5b733665b49be98721d0880b0c2966e621c", "message": "reworking the async http stuff into an abstraction so testability can\nflourish", "proba": 1.722373497159424e-07}
{"commit": "e6fe2de179c05bfba62ec356f94ec3bbc04bc661", "message": "\uc124\uc815 \ud398\uc774\uc9c0 \ub0b4 \uad6c\ub9e4\uc778\uc99d \ube44\ubc00\ubc88\ud638 \uad00\ub9ac \ud31d\uc5c5\uc5d0\uc11c \uc798\ubabb \ub41c \ube44\ubc00\ubc88\ud638 \uc785\ub825 \ubc0f \ube44\ubc00\ubc88\ud638 \ubbf8\uc785\ub825\uc2dc \uc624\ub958 \ud31d\uc5c5 \ucd94\uac00\n", "proba": 1.4844474094388715e-07}
{"commit": "1f62f93274a07a85dbb0acc30819d947483bf061", "message": "KRACOEUS-6955 : repack common compliance -- fix ComplianceConstants class\n", "proba": 1.0830454044707949e-07}
{"commit": "28badf8fc061bc5a9f550418262ac86f50fa6b58", "message": "Message #83\n", "proba": 1.3244262220268865e-07}
{"commit": "a8cdc2b32f953750da5276de288399004a8a556f", "message": "Added xored data container.\n(cherry picked from commit 9bf73b3)\n", "proba": 1.1031097102431886e-07}
{"commit": "f416276b17ba85992597783581ea061d7c931071", "message": "npe\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@9831 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 23e907548b10a4c3a94e72eaa39f3fbb9824d567", "proba": 8.909107691579266e-07}
{"commit": "e51de7a40f9e041773760366efdee9a8a0c75469", "message": "better error message\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@10213 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 8b8549e5cd038b6428d867333020dd012bacde95", "proba": 2.3149991648097057e-06}
{"commit": "3517ffa26b923dea31fec6d59428bc964883ecc9", "message": "INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED\n2003/05/09 11:58:33 jsc 1.1.2.1: #109045# insert new and remove example zip file\n", "proba": 1.3594645054126886e-07}
{"commit": "4c2f40265323330f08cc31df49fcf2fca0b1cda9", "message": "Small fix for paths on Windows\n", "proba": 2.2056542547943536e-07}
{"commit": "cf150564367458e9cf75cf569d5e9f2fb4d2a13c", "message": "Fix: EAD Splitter\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@10183 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 6.768829621250916e-07}
{"commit": "759eee8699fd4a75d40a9b914f300831db5546e4", "message": "Adding integration test for service endpoint.  Functionality\ndemonstrated.  Will be updated as soon as Entry creation is done and\nPublisher endpoint is solidified.", "proba": 9.967210701233853e-08}
{"commit": "df3ec5f60f19a29594895cc62da6efaa6ef3873b", "message": "TestVersionImpl: fix an import warning\n\nSigned-off-by: Ferry Huberts <66e11f9f5d965b69497c7e73d5e808f8b13c1218@pelagic.nl>\n", "proba": 1.2569634577630495e-07}
{"commit": "6c6c7392a19742706f56707e73e5f0a77178f334", "message": "[1171][cygnus-common][PostgreSQLCacheTest] Comment conflictive tests\n", "proba": 1.498468975569267e-07}
{"commit": "bca645d7a719aa11a4db44468d0c2ba8ee2aff52", "message": "Add demo for interpolating between perspective and ortho projection", "proba": 2.637328861965216e-07}
{"commit": "abd522594ef24f23f07936b9d6a39e0e2dbf662c", "message": "QWAZR_DATA is required.\n", "proba": 1.2713169894595922e-07}
{"commit": "ff88da5e814616aaacdba5d271fad7b4ca9b91db", "message": "Hazelcast memory leak: added MESSAGE_INGEST_SUBMIT_PROCESSOR to ServiceType to make that queue visible for ServerAdminConsole\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@6406 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 9.091652941606299e-07}
{"commit": "1b5403619c36e404057cdf501141b17e39dc715b", "message": "#2 implemented FileUtil.delete(File)", "proba": 1.7800802254441805e-07}
{"commit": "12378fe5f14e79c3d027145aa20126db3d5ed0d9", "message": "Heartbeat sleep interval extended to 60 seconds (formerly 30 seconds).", "proba": 2.3761927536725125e-07}
{"commit": "8172b6671b7de46a98d31b6b43d53923eae3f996", "message": "Updating runner for FragmentArgumentsTest.\n", "proba": 1.1805533972619742e-07}
{"commit": "01f6440b6c97da6316c9b78e9a5ea9094ff742ab", "message": "Avoid NullPointerException when saving a user with no roles.\n", "proba": 1.178769153398207e-07}
{"commit": "682d8a67c42a465c896baf39eca16b033e886fd5", "message": "initialize java servlet\n", "proba": 0.00013514215243048966}
{"commit": "dd75522fd884ec206d2641bd7416c60aa0d9dac4", "message": "Fix file name", "proba": 3.388807090232149e-05}
{"commit": "a814ed28c025575072978342d3bd33acaeddbb90", "message": "Create Records.java", "proba": 1.2748563449349604e-06}
{"commit": "c42ee80c0084418ce242bd8fde66a92169203e45", "message": "added exception list clearance on every run", "proba": 1.5472716086151195e-07}
{"commit": "7f54983aae2feaf570fe28cc7bba739cea89dad6", "message": "problem 7\n", "proba": 2.0525123545667157e-05}
{"commit": "baa40b9ac889a32e586c4e453ec4eeffbe1dd047", "message": "githubservice 10 commits max per iteration, was hitting the char limit\n", "proba": 2.9369670073720044e-07}
{"commit": "1d4cfd638434f28750e68e9fd71c4b8630c2b030", "message": "refactor names", "proba": 0.00015570090909022838}
{"commit": "605be0490ab97a64ef3b926350a31792ea59a22f", "message": "Implement logo parser token manager\n", "proba": 1.9624117157945875e-06}
{"commit": "b235218de4da10d3dde07ca123dd28b80e047751", "message": "Update TermPrimeAndNode.java", "proba": 5.869242158951238e-07}
{"commit": "03db6198434615c89e8b5ca44e638b5c5cee9690", "message": "Added a new class to represent a range of values.\n", "proba": 1.0846972031686164e-07}
{"commit": "6a6c718e982777a4e8808e868e48540f53f2440c", "message": "catch wrapped OpenStackNotFoundException\n", "proba": 2.130420853063697e-06}
{"commit": "a930fd7a9a4b22bb7c6d6fca69829427e0c32972", "message": "Added tokenisation test\n\n\nFormer-commit-id: 252265b2bbdaf01b4b0a2689d271f375b3f5b59c", "proba": 2.711526349230553e-06}
{"commit": "303efe994bfa16a6af24d264842905e3a5b26cfd", "message": "first java applet praktijk opdracht tekenen af\n", "proba": 3.659696972135862e-07}
{"commit": "b5976b21c453edc4d98a029fa5b764fcd5367396", "message": "doc improvement + convenience method\n", "proba": 1.4124444192020746e-07}
{"commit": "e9880dc6e70042f0ee809a2e3d82446839f5044c", "message": "[feature] Created @ProvidePresenterTag\n", "proba": 1.1889165563161441e-07}
{"commit": "d41ba666d12a24ee4624ea9a009151e6165e3775", "message": "Fix documentation.\n", "proba": 1.5211811899007444e-07}
{"commit": "7179b8133d4a1d8e5f26cbe3da6aa978094e75c9", "message": "Adding a hidden method to check if a surface is fixed in size.\n\nChange-Id: I5d719d436aa1475dfb25f26c258a6f417a9b5c1c\n", "proba": 7.625262514920905e-05}
{"commit": "faf4a61a88136d26935728e06b7916f1f31afdbd", "message": "am 363f0d9f: am 81defc6a: Merge \"Sync ViewOverlay size init with RenderNode\" into lmp-mr1-dev\n\n* commit '363f0d9fd92129c07d769e43fbc9b46dacc01a3b':\n  Sync ViewOverlay size init with RenderNode\n", "proba": 1.1565600743779214e-06}
{"commit": "b241b4c6ab8dc6174375b6f18f83e04f569b299f", "message": "Make the overridden ImageView#setVisibility remotable\n\nChange-Id: Idaf061ea8c2a06ec8abaf74cf865446d9092afa2\n", "proba": 0.0010966324480250478}
{"commit": "f01a471060df22ee5c92acdf8effa340b5f568b3", "message": "am 1e2063fb: am d1b16386: am 2c7ed6e8: Merge \"Improve ImageView drawable re-use\" into mnc-dev\n\n* commit '1e2063fb22bead9494a791a8eb1578abae4d3265':\n  Improve ImageView drawable re-use\n", "proba": 3.138195836527302e-07}
{"commit": "e695bb8a28cb47e8ad0c8948bb76bd25907f1f3b", "message": "Fix build; doc link in ImageView\n\nChange-Id: Ie3057fc2b920f71ff89eee0d3577d21d0e9930c3\n", "proba": 2.99146734050737e-07}
{"commit": "6fc06b1cf9ee724f15e0a1af782bcfe9531079e7", "message": "har laget en ny java-klasse som inflater order_taxi_fragment.xml. Den overrider ogsaa onAttach-metoden.\n", "proba": 1.1597217763892331e-07}
{"commit": "6238b86e3e9f2765a6950d8f07d8c5c3e9559516", "message": "Added Message class.\n", "proba": 1.1893020968045676e-07}
{"commit": "a3b263a01068db615766274db72b077657351d06", "message": "LongestConsecutiveSequence\n", "proba": 6.466580089181662e-05}
{"commit": "027e213bb2df79e32142e836dc59fff69ea48910", "message": "With this change, K-9 does a better job of loading embedded images by default for me.\n\n", "proba": 9.997808092521154e-08}
{"commit": "b55969e793ef16290a221fe77acc50652adb9776", "message": "Tentatively re-enabling ModalDialogTest#testBeforeUnloadDialog.\n\nThis test has been disabled since 2013. I enabled it locally and tried\nreproducing it in a mix of 4 devices, with Android versions J, K, L and\nM, all with debug builds and a few repetitions with release. It passed\nin all cases.\n\nAs there's apparently no trybots for these internal files I'm\ntentatively re-enabling this test to see how will it behave on the\nwaterfall bots. If it fails the sheriff can revert it and at least we'll\nget fresh logs on the failure.\n\nBUG=270593\n\nReview URL: https://codereview.chromium.org/1603933002\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#370163}\n", "proba": 8.36745402921224e-06}
{"commit": "b18fa586c9b4bbd4f36e710081ff033b2a538573", "message": "reparo un id en repo\n", "proba": 1.0973487860610476e-06}
{"commit": "78173925325fa4df1a24185d941c68b9ec7cf0ea", "message": "Find common items in two lists\n", "proba": 0.9999994039535522}
{"commit": "47963d31071bb1b4a1e1687f8ffff34164c75f20", "message": "SVN: importing ancestors for CTL intepreter and generated classes\n\ngit-svn-id: 7003860f782148507aa0d02fa3b12992383fb6a5@6510 a09ad3ba-1a0f-0410-b1b9-c67202f10d70\n", "proba": 3.521695361996535e-07}
{"commit": "296c161a20c037f41011c447b811b12c726fa08d", "message": "Better error message for #2382: authentication errors\n", "proba": 0.0006458332645706832}
{"commit": "1d5641bd71eea43feaea519bc16930c9f2f9faeb", "message": "added table name check to grant/revoke routine\n", "proba": 1.6682659520483867e-07}
{"commit": "6ad95667a2f89107467e3a038fcd5a45533921e5", "message": "KRACOEUS-4518: Changed audit label to \"Abstracts and Attachments\"\n", "proba": 9.943569523329643e-08}
{"commit": "884584b7c532980152c6c6176e8217c3affd16a8", "message": "Make JoinParser do not add sort sub query.\n", "proba": 1.3133877985183062e-07}
{"commit": "fa24a78239d2933408435c217d9657a66897da67", "message": "am 41ec3923: am fbc6f2cb: Merge \"Revert \"Do not auto grant GET_ACCOUNTS as it is temporarily normal\"\" into mnc-dev\n\n* commit '41ec39230cd9c6b0d911f99854afc33dfc17e03d':\n  Revert \"Do not auto grant GET_ACCOUNTS as it is temporarily normal\"\n", "proba": 1.3897563633236132e-07}
{"commit": "052385da414e1b18dae9b4532cc9d92d8246bd85", "message": "am 8018e677: am 27997678: Merge \"Grant the default gallery app storage permissions\" into mnc-dev\n\n* commit '8018e6770ad1260a481d933053ef4a84083613a1':\n  Grant the default gallery app storage permissions\n", "proba": 3.4483304034438333e-07}
{"commit": "c30187685ca628573836b717a7e3436af4912829", "message": "Fall back to default sidebars\n", "proba": 2.0800250410957233e-07}
{"commit": "f057688af88f7eb95741bac808ae06f05b4e97e3", "message": "Naming: Issue #602: Fix tests which run compiled code: We now have to munge the\nceylon method name.\n", "proba": 1.1082216389013411e-07}
{"commit": "4db3fb27782dc8ae86fd8095e16f07ac165db404", "message": "If a write fills the buffer exactly, flush shouldn't empty it. It might be the last write of the response and if we flush we'll need to send an empty data frame later with end of stream set rather than setting end of stream on the frame that sends the full buffer.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1682990 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.43206214287784e-06}
{"commit": "0232983d912d56fc4386b86f38afcfab94411ba1", "message": "Stop writing out uncompilable code in the situation where there is a fault\ndefined in the portType which has no equivalent binding fault.  This patch\nsimply ignores the \"bad\" faults - we should probably do something else\nlater (post 1.1) in this situation, such as trying to come up with reasonable\ndefaults or throwing an error.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@256156 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.4712988559040241e-05}
{"commit": "da56acac4ca2698097e11fec2384674bbe264cae", "message": "Bruner-style backend!\n", "proba": 1.5608561909630225e-07}
{"commit": "90af2e277b1d1eefb551c4aa40d3f28f91d65974", "message": "[vmutils][android] Avoid NPE when there is no class loader given to Ressources.\n\nSigned-off-by: St\u00e9phane Galland <23860b554af9116d4237121086bd6767cdd4ff4b@arakhne.org>\n", "proba": 1.17639061159025e-07}
{"commit": "a85e5d286d4a8299eb2bc51e8fb6d337014a231e", "message": "Added MSequence class", "proba": 1.5918112694635056e-07}
{"commit": "efd032350fa1421bc242350677914b4f095bbd67", "message": "MinimalDistanceTest.java\n\nTest cases for MinimalDistance", "proba": 2.950686734948249e-07}
{"commit": "a079e7124c44672ce13a084e101337d7f7efee9c", "message": "Replace mocks annotations with http basic auth in order to show authentication in doc\n", "proba": 9.765956747287419e-06}
{"commit": "6611e401e1476fbaabe712e1cf72bcc382ba80b7", "message": "Added an example app.\n", "proba": 1.1334446980981738e-07}
{"commit": "e46102a6d9992bca845c53f9f97357484e4442b5", "message": "include basic trust store test\n", "proba": 6.363447369039932e-07}
{"commit": "1141aa9d64d1760884f298cebe36fb5485f9122c", "message": "Class to check if unlimited strength crypto is installed. We use this to only run JUnit tests that require JCE Unlimited Strength Jurisdiction Policy files when they are actually installed. Otherwise these JUnit tests are skipped and we just print a message to stdout.", "proba": 1.026565286110781e-07}
{"commit": "128926b2e8f13c71cd029315f463f76d746b7be4", "message": "+some changes.\n", "proba": 1.231814934499198e-07}
{"commit": "0bb97f9b362cbc79e2326c73477ee014d3e8607d", "message": "Inline processProgramArgs\n", "proba": 2.8400377232173923e-06}
{"commit": "65683870c94d34e6e0c941b04d9e6c1c7ea7d012", "message": "Initial checkin\n\n\ngit-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@4328 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 5.951307571194775e-07}
{"commit": "23fdd66cd6903d38edebd1d122ec9612a1b7fc53", "message": "bug22418; cant generated WSDL in france in august.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@249480 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0001660303823882714}
{"commit": "63dfba31d976bd37aaa82eb866091e39474a61ce", "message": "Missing test cases from last commit", "proba": 2.0681768830854708e-07}
{"commit": "3bbda355802427f7e4a89381873cecb6557ff6a1", "message": "Accidentally deleted OldTreesPanel.\n\n\ngit-svn-id: 67bc77c75b8364e4e9cdff0eb6560f5818674cd8@3175 ca793f91-a31e-0410-b540-2769d408b6a1\n", "proba": 1.2355176295386627e-05}
{"commit": "031a59cf6ad21d8a8146f7d1901998e909e6ff9b", "message": "Glowstone", "proba": 1.1709702221196494e-06}
{"commit": "d574633e5b8d1f1d77b574f47f9f82542b0e0e4d", "message": "time O(n) space O(n)\n", "proba": 0.5939606428146362}
{"commit": "d3d688427661d8921406895886499cab7a268ded", "message": "Fixed the initialization of MultiGroupByAggregate\n\nOrdered the initialization of variables and schema properly, so it works with other operators such as `LocalJoin`\n", "proba": 1.1196031834970199e-07}
{"commit": "41c029f7c6c5ade25294428b0496fa72d1385af0", "message": "Update LegalityChecker operator overloading.", "proba": 1.1634583074737748e-07}
{"commit": "087e366e6b0b72e857b1e29edf45af44bee817a3", "message": "Initial \"implementation\" of multi-face cards.", "proba": 1.1516727482785427e-07}
{"commit": "3df0dfed4e4ea050e2fda290f4e5e848e2de2192", "message": "Changed feedback API to make it possible to skip modules/artifacts and to detect if a module/artifact was actually copied or not\n", "proba": 1.5510921969053015e-07}
{"commit": "6caf92c15b1ad06e2dc4137df99ee981b71d69e8", "message": "CompilerTest: Load the classes from the newly created jar file\n", "proba": 2.2331931859298493e-07}
{"commit": "a111b8c5925f539eb0cdf3774e90efd55beca9c1", "message": "Set class TAG early\n", "proba": 3.6642089185079385e-07}
{"commit": "1ee32d6c150fb00a1ef8ade2e435be7a251ccc00", "message": "link rendering\n", "proba": 3.818180687176209e-07}
{"commit": "0bc05997de684b4a91e950aeb120668de5ccd6af", "message": "Unit test for MPLS Objects\n\nChange-Id: Id205a8d51822a88ee237278f17122f65ab05e65d\n", "proba": 1.565347588439181e-06}
{"commit": "a19b34f6bab753e97c870deaf6bd9b203ee6b86b", "message": "Add EffectTransform class, for equation-driven FX\n", "proba": 1.5392754448839696e-07}
{"commit": "62956f362c8a106725ff0b7cb3e3cc6f7d793788", "message": "Convert a for-each loop to forEach function with lambda function.\n", "proba": 0.0004700188001152128}
{"commit": "fb6fc6545afee9f65c018bc2eb5bb053fc190ea1", "message": "ODE-512 added logfileparser unit tests\n", "proba": 1.3241609053693537e-07}
{"commit": "08b01d8db9e49638a96b8b762c9874a22392d99a", "message": "Limit Task Editor Tab dispaly name ", "proba": 3.240395471948432e-07}
{"commit": "9e5d8618eb7b83693f326374c60ca163ab6ed755", "message": "New matching algorithm - Michele\n\n", "proba": 2.8859952294624236e-07}
{"commit": "a0ef2aa59ca16f582d26aada5c1bccdb8c544432", "message": "null check when adding hashedUuids.\n", "proba": 1.496382537879981e-07}
{"commit": "5fe0495f19248adae482f9abe7f3eeaaa3c358df", "message": "learn javafx timeline\n", "proba": 2.2536465849043452e-07}
{"commit": "0993c2231432db579cbc7955ccc05c05d0be3a34", "message": "question 1 done\n", "proba": 0.9999990463256836}
{"commit": "064667d7720664250be9884f735276e9a5bc92f2", "message": "PL-7831 Inject Configuration in QueryTransformerFactory\n", "proba": 1.2799165460819495e-07}
{"commit": "047282f70dc40c9e0f4bed985ec69b7246cfeb20", "message": "Doh, add common big5 encoding.", "proba": 4.4433818402467296e-07}
{"commit": "0b98020e204aaddede5cec214d47146171a00950", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "6eb3a372665b64bf0bfb20b149b1bec3583267a8", "message": "Add inferSchema support", "proba": 4.6169986944732955e-07}
{"commit": "992c22620db36829d76c6ebbab3258f607c2bd41", "message": "Create Ghost.java", "proba": 2.669725290616043e-06}
{"commit": "01724986baf043279d24e0710d4df2079efb9b85", "message": "add root user\n\nadd root user\n", "proba": 4.364831511338707e-06}
{"commit": "c463e56d3fba40eee090bd4341d68b1a9f202407", "message": "DSCS-2464 removes unused dao that was referring to the old vertex/property/edge tables\n", "proba": 1.2992467190997559e-07}
{"commit": "781f3f1a602d297e43c745aa6f8d5170a64129b0", "message": "bug fixing", "proba": 5.473244755194173e-07}
{"commit": "62c4a97c9f56f01dca226a5058b16f989550061a", "message": "minor gc exxample\n", "proba": 1.0148187357117422e-06}
{"commit": "fe37d6a4cb8300dc873e7f435cf33262865f4f1b", "message": "Added a simple method to generate a stream of nulls of a given size.\n", "proba": 1.13290873571259e-07}
{"commit": "8fd2a1c12ee6db91bff260494506892f986663c1", "message": "\u76d1\u542c\u8005\u63a5\u53e3Listener", "proba": 3.620925497216376e-07}
{"commit": "4e79f9b9f66c78f6dbdd02d24afe2e67d696b240", "message": "\u68d2\u8aad\u307f\u3061\u3083\u3093\u3092\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u3059\u308b\u30af\u30e9\u30b9\u3092\u8ffd\u52a0", "proba": 3.006459792231908e-07}
{"commit": "d17887c9816587dfd530a7f0d790daed22f2e93d", "message": "Create Circle.java\n\nJava Program to  Visualize a Circle using VTK", "proba": 1.6738803765292687e-07}
{"commit": "a6bfd4f561f6b8a5ae6b846a5d0fe603968b6a8f", "message": "Heure generation index.html\n", "proba": 2.446604128181207e-07}
{"commit": "92f8350eebf5a76898ddd6e6c9c7f051d23f37d6", "message": "introduce notion of anion types to classify salts\n", "proba": 3.954211933887564e-06}
{"commit": "5cf1dc982ead80f1055b2a69a0e864b4e7934f5c", "message": "Improve URL parameter decoding\n\n", "proba": 2.0001089069410227e-06}
{"commit": "76628f175ae819a9dd7e8ea73a471924ff0a1160", "message": "Added category to db model", "proba": 1.369398034967162e-07}
{"commit": "07b975c4ec24c919b499b594078f24f226bae7af", "message": "VTK-5111 - correct property\n", "proba": 1.362965633688873e-07}
{"commit": "ea642ab5296e6d4260b3b8bf1328854061e76786", "message": "Initiali checkin of FlowletConfigurer\n", "proba": 1.3954431210549956e-07}
{"commit": "41ed3dfc1c3544ac69051712b1c0ce6498693763", "message": "Refactor sever Main\n\nSigned-off-by: Atanas Kerezov <e0bb86bf4bd0a236f7b7ec518da9b65896869494@gmail.com>\n", "proba": 1.2400491300468275e-07}
{"commit": "469ea1fe346c5acafdf8fe643faaca49706f30ae", "message": "#222 Unit test for the account service (global function)\n", "proba": 1.063459578176662e-07}
{"commit": "28bda858c223b8fba3815f2586a5ac9346afc40f", "message": "Fix error in RebaseHelper\n\nIn case of a failing rebase another RebaseOperation was started to\nabort the rebase. This was wrong for the repository state SAFE.\nFurthermore the error handling was improved because the original error\nwas lost if the second rebase operation (abort) failed.\n\nBug: 336768\nChange-Id: I8f0c7b6d47f354ee037866fbc76e4084f074f197\nSigned-off-by: Jens Baumgart <6d4d33e37bca550188034acaf6d86b3d82efd688@sap.com>\nSigned-off-by: Matthias Sohn <446760a3fbea85cd5f8f4f5c3de304fe3a38014f@sap.com>", "proba": 4.003914000350051e-06}
{"commit": "96b0d14be795a9484df7e19daa680ffe488582de", "message": "fixing https://issues.apache.org/jira/browse/AXIS2-5011\n\ngit-svn-id: d6acb143e251c037dab5ea34394f8439daf45588@1096136 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.8732332541258074e-07}
{"commit": "de82ce0f877bd1e180d60d328f64febb988bfce3", "message": "LIA-37675 Adds a perf test\n", "proba": 2.444673157242505e-07}
{"commit": "107218d741811e93350577aac3e38b8528ef45e3", "message": "am f5293b6b: Merge \"The printers in print dialog should not change position.\" into klp-dev\n\n* commit 'f5293b6bc0567be58ac3039691ec1cf9455dc28e':\n  The printers in print dialog should not change position.\n", "proba": 3.0184881325112656e-05}
{"commit": "a440014836a2cdd306f6f6748f71c922f45e0b20", "message": "am 521b011c: am b3419595: Merge \"QuickSettings - fail gracefully if we can\\'t query the profile data\" into jb-mr1-dev\n\n* commit '521b011c84eec82db8edf0fe466932cb04c957cc':\n  QuickSettings - fail gracefully if we can't query the profile data\n", "proba": 2.5168571937683737e-06}
{"commit": "80d8559d73b324c63b34aa5c7c16918c4ee75eba", "message": "- \u6d4b\u8bd5\u53cd\u5c04\n", "proba": 2.0749492080085474e-07}
{"commit": "0582735df594852044273f226cb2c3304c4d6feb", "message": "Binary tree traversal\n", "proba": 2.5090134840866085e-06}
{"commit": "4f5d6d969615762aec37aab3d8d51ff854c3594e", "message": "Create WaveCrestTrough.java", "proba": 8.001364903975627e-07}
{"commit": "1c10b589dbd593acfe1cd228a0c0c8711ccec678", "message": "Don't leak package protected type to public api.\n", "proba": 1.0582210308029971e-07}
{"commit": "765ebec6ef8dbf7f9937b08f8135efec3bc5cbb6", "message": "more function tests\n", "proba": 2.0655748755871173e-07}
{"commit": "bedd70dde57e3e5114562e0c6ef68386a16b7d88", "message": "Create LinkedListEx.java", "proba": 5.424549271992873e-07}
{"commit": "0b645657fd9889e04a808683acea51fddd1874e9", "message": "convenience methods to aid use of Model from front end\n\n", "proba": 1.1842204372669585e-07}
{"commit": "9ebd648317e3b3763f4bcd8f6b82293d72be396d", "message": "SimonStewart: Organize imports. No logical changes\n\nr12760\n", "proba": 0.0013598320074379444}
{"commit": "62e3ca4a8101d01985cf0ac167a6c469c1679252", "message": "FrancoisReynaud : converting from testNG toJUnit.\n\nr12200\n", "proba": 0.00011971883941441774}
{"commit": "282c484a8dfcf39282c451f2925af1f74bae42e7", "message": "add problem 1890\n", "proba": 0.9998825788497925}
{"commit": "7e17428f3e0e700b86bc781832cdc14e40c1caa1", "message": "\u6dfb\u52a0\u793a\u4f8b\u540e\u53f0", "proba": 3.251731754971843e-07}
{"commit": "1d1a38e5453a12e80625fe8866e86c60d6070e55", "message": "add Hello.java\n", "proba": 3.3309483114862815e-05}
{"commit": "2a0767b863f9734dac7e76732da8b0b2d341c03c", "message": "Fixed PlaceholderAPI hook\n", "proba": 4.845573471357056e-07}
{"commit": "265f3f04b50bd3eabf63eae62a9a0aff286726cb", "message": "first checkin of MutableSpanningTree class\n\ngit-svn-id: d10d6fea7dc5cdc41d063c212c6a6cfd08395fef@1142519 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.220239423422754e-07}
{"commit": "9ba4cd0def84100404ad1ce96d2c9aab1c8a486c", "message": "Always register the file type as a convenience for now.\n", "proba": 1.0643869785553761e-07}
{"commit": "1da2cb0d602cf524c6c6725a18e0837617af3445", "message": "added test for event-bus\n", "proba": 1.722718394603362e-07}
{"commit": "e146043bb26b171abb19d1252c2d16ca0010318f", "message": "Added EmploymentBeanLocal", "proba": 1.8191157380442746e-07}
{"commit": "a2592be82ae44528b83f080ff568e81a9cbf78e3", "message": "Sample Reseach paper reading API Example Added\n", "proba": 1.246225735940243e-07}
{"commit": "38ef00272642b5c40e18b92ec59bca002ef9af2c", "message": "Fixed http://issues.apache.org/jira/browse/AXIS2-63\n\ngit-svn-id: 3495a5c4bbe5ece00c09619c056c9a903ff1da72@209561 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.36788835650259e-07}
{"commit": "cda5da49497d1603ecf10ab444fe121fcfa66112", "message": "minor bug fixes\n", "proba": 3.9789864558770205e-07}
{"commit": "619f653d039d3354a746d38b959f81d02f83b911", "message": "ShortEncoding\n", "proba": 2.7502623197506182e-05}
{"commit": "fa989cdfef6d5ea18e4652fa1cd58e2d849ed14c", "message": "we can only test for the range exception if Debug is ON\n", "proba": 3.757798765491316e-07}
{"commit": "2e36f7fa3a775b12229a94f827454f260626fdf7", "message": "fix comment\n", "proba": 3.8236646560108056e-07}
{"commit": "638e56b0d55de0d647a5e7bccc7252fc6e395c9a", "message": "BossTimerPlugin: Add missing bosses (#2150)\n\nAdd Cerberus, Kraken, Deranged Archaelogist \r\nand Thermy", "proba": 1.363770536499942e-07}
{"commit": "0e27c87af691bc53d320496bbffa58752608608d", "message": "Call into PackageManager as mContext, not myUserId\n\nApplicationPackageManager instances can (and sometimes are) created as another\nuser from the one they run in. Example use: fetching the application icon for\nan app installed as another user.\n\nThe occurrences that weren't doing this aren't ever called on a cross-user\ninstance so it should be safe enough to fix all of them.\n\nChange-Id: Ia63f22942f35450e36a7b8da2bbf8eda360ef21a\n", "proba": 1.29869613374467e-05}
{"commit": "62be9528934502bcc58d6c0952ec1d876467f92a", "message": "am dfe318d7: Merge \"Ringtone picker is not affected by current sonification policy\" into mnc-dev\n\n* commit 'dfe318d7120b8a1299dda957ad84d29171b583fb':\n  Ringtone picker is not affected by current sonification policy\n", "proba": 2.2767437712900573e-07}
{"commit": "fb2e4569d95b88b9fce75f5716051ecd134b6216", "message": "Changes to SteamId:\n\n  Friends are now gathered from \"/friends?xml=1\". This includes all friends.\n  Added existance checks for groups, most played games and links\n  Java: Added links\n", "proba": 1.2922809844440053e-07}
{"commit": "07e5c99be42418fee0b378a99261806dc9ea7dde", "message": "Add lost CloseableMap.java\n\nReview URL: http://codereview.chromium.org/179065\n", "proba": 1.463977525872906e-07}
{"commit": "315d181b839d5ea384d6bbd8e43fc2ac5a929e1d", "message": "graph\n", "proba": 3.759924311452778e-06}
{"commit": "33a66f4082f7d128f226339b0af13d8f9f313565", "message": "testBuilderPattern\n", "proba": 7.630690674886864e-07}
{"commit": "00df75c1db4ed07cf4c213924614d41a8dac24b4", "message": "Test case demonstrating that issue 212 is fixed. We got comment parsing support for free when we switched to JsonReader.\n\ngit-svn-id: 7b8be7b2f8bf58e8147c910303b95fa2b8d9948f@584 2534bb62-2c4b-0410-85e8-b5006b95c4ae\n", "proba": 9.54599727265304e-07}
{"commit": "a37e0d861296ee3245723f9b49900f882defca2f", "message": "[tests] Implement unsigned arithmentic unit tests\n", "proba": 2.642661343088548e-07}
{"commit": "51e85e1f42c0ca291017fd76648c8a251b4c7664", "message": "create credit note and debit note\n", "proba": 1.830048677220475e-05}
{"commit": "80343df5f61d923dc457cf01bc9787b3a175e63b", "message": "1.0.9.3", "proba": 1.7076848962460645e-05}
{"commit": "e874727a4703f66be2383bac40c052a3e8164069", "message": "Logger name issue fixed.\n", "proba": 1.244935816657744e-07}
{"commit": "e2bb58182520c60aea408c4165c12cc7c24f4289", "message": "fix the count of deleted files\n", "proba": 0.003325552446767688}
{"commit": "ea955239ee81027a06635342d19e94d1cc2caa23", "message": "changed how add schedule command is handled\n", "proba": 1.938424475156353e-06}
{"commit": "bc44c109f6f131533658d360895d7c1e8a4bfae0", "message": "Moved StateInjectionTest to Core from qi4j-tests\n", "proba": 1.2876087396307412e-07}
{"commit": "fa218178bc055d4d66b8f9ac51967f1b98434912", "message": "A memory usage test for the dynamic binary language model loader. The difference\nbetween this test and UtteranceTest is that this test does not read in all\nthe ngrams in the test file into memory. In UtteranceTest, all the ngrams of\nand utterance are all read into memory to make sure that our timing code\ndoes not include this reading time. In this MemoryTest, we don't want\nthese ngrams to take up memory, so a LM lookup is performed as we read in\neach line of n-gram from the test file. Therefore, the timing is inaccurate\nsince it includes the file reading time.\n\n\ngit-svn-id: a8b04003a33e1d3e001b9d20391fa392a9f62d91@1704 94700074-3cef-4d97-a70e-9c8c206c02f5\n", "proba": 0.00020701160246971995}
{"commit": "54a9a4fec38e5961ca64286b40e777c40dc01490", "message": "added additional check in addUploadRequest() for invalid (0) file length.\n", "proba": 1.1017765899623555e-07}
{"commit": "023cc6bf686d35a7305867bef9be7da484137af6", "message": "Added CommandLineArgumentParser class that handles the command line arguments used tu run the tool\n", "proba": 1.401305667059205e-07}
{"commit": "863023e2dc93b677bb55f77ac35d76922443431a", "message": "RP-3: added abstract ParserStrategy\n", "proba": 1.9483310609302862e-07}
{"commit": "33597fc632efd2daef2582b08f8306e9e33455c8", "message": "Removed debug statements from the PermOver managers\n", "proba": 1.720019611184398e-07}
{"commit": "9035b98d1c9d8e10dd5f5f48158dcadea8693f4f", "message": "KRACOEUS-1614 : Add BudgetActionsAction.java to the HEAD from Release 1\n\n", "proba": 1.2158591289335163e-07}
{"commit": "bb0f168343d9e77ac94f5362c97ad30b3fe36f2b", "message": "Update AvaliacaoRepositoryIT.java", "proba": 2.7326373697178497e-07}
{"commit": "b0f2ded5e9e84fb51ec5b2cb6b419b040b008276", "message": "am 40db4a13: am 9ddb073b: am c70ce72a: am af9fde96: am 425addb9: am a43aaf00: resolved conflicts for merge of 9c00e673 to jb-mr1.1-dev\n\n* commit '40db4a13bc8389dd94cac2fd4c896e10b46c2499':\n  Fix CalendarView to show the right labels. [DO NOT MERGE]\n", "proba": 1.477950917205817e-07}
{"commit": "f7bd1c29ab834aa71a5070c8688212b72e95ef47", "message": "Testing sqlite java connection\n", "proba": 3.0814935598755255e-06}
{"commit": "74c754f23f76cb2a0f394d994d9617fd1d05f595", "message": "fix for problem where a param could be equal to an att with same name", "proba": 7.403594281640835e-06}
{"commit": "ac4eea6fb57c7076d3c1bd8fb208092b00f6479c", "message": "sunos MXBean \uc0ac\uc6a9\ud558\ub294 \ubc29\uc2dd\uc73c\ub85c \uc218\uc815.\n", "proba": 1.225835859486324e-07}
{"commit": "e74d393ee9293b59882e6867fc01336bec89e578", "message": "Delete ExpresionDao.java", "proba": 1.5429673112521414e-06}
{"commit": "e4d2cdb1e33be39f81478b38df9cb9487978085c", "message": "Fixed some typos.\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@1070135 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9998748302459717}
{"commit": "d3c7524996fddb2975208d962a5f7dcde953f222", "message": "add ECacheUtil\n", "proba": 4.2576075998113083e-07}
{"commit": "6fb2bd5488690136ae98369813777b38c3cbe1eb", "message": "Implement viewer login history serverside", "proba": 4.7494461341557326e-07}
{"commit": "9378aa4365ab9cf149bb62cbedc25b37e56f4972", "message": "null data bug", "proba": 6.401184577953245e-07}
{"commit": "787f8ad6da40449b759c649e7c4d87f3f446ce4f", "message": "Done Chapter 06 / Exercise 05\n", "proba": 1.655277088730145e-07}
{"commit": "4bdfdeafb37fa772125c8287c4740396cdf46304", "message": "wrong test example", "proba": 2.164952820749022e-05}
{"commit": "a7d8519ceebbccf612128b9bb4733e49a67fc12e", "message": "\u0420\u0435\u0444\u0430\u043a\u0442\u043e\u0440\u0438\u043d\u0433 fillGroupForm\n", "proba": 2.3178921537692077e-07}
{"commit": "11cf80f32939421dc8f58902bd7d0fa8065b0f34", "message": "adding binary search iterative\n", "proba": 1.3218221965871635e-06}
{"commit": "9e07a8aa28a64548d41725f838319fa83b9bf67d", "message": "1.0 commit. all major functionality provided.", "proba": 1.0688321339102913e-07}
{"commit": "75f788ff571ee3674c57a3e8cb963bdd8a59993b", "message": "add event callback mutator\n", "proba": 5.948294869995152e-07}
{"commit": "25d3bee3249ffa3450e60cd64f05808a7000683e", "message": "Fix the logging when a non-absolute type is used for mappings\n", "proba": 1.4604534953832626e-05}
{"commit": "14e72c028c9d8b57667005904513bde9715ee674", "message": "MakeWhiteFangBook: Initial sample\n\nCreates a small version of \"White Fang\".\n\n- Public domain cover as a graphic, centered, on page 1.\n- Text of chapter one laid out into remaining pages.\n", "proba": 1.0141236828076217e-07}
{"commit": "f9f440e6c9d9fa647a0a3832b2df03d6eb54f10f", "message": "WIP add application configuration skeleton\n", "proba": 2.897288027270406e-07}
{"commit": "08e701288a517e85cddeae8becfbf2a635096dc7", "message": "Fixed logic loop when not member\n", "proba": 3.8166405147421756e-07}
{"commit": "93d793f229e8c79754943f1e04d5b0b1615001ab", "message": "added browserUtils to retrieve the most recent browsers available in a given project (WMKNBN-4614)\n", "proba": 1.1121093734800525e-07}
{"commit": "04e86fe1d5de0a50fa5625e8447e53ea46107c42", "message": "round duration, duration measured\n", "proba": 2.4782175387372263e-06}
{"commit": "25e85b47f8d3b22fdcc0454219f8694ebabe888f", "message": "Add own exception.\n", "proba": 2.823305294441525e-06}
{"commit": "cf5a406ecf5a5c5d1627e4941c88ac7bf27f2147", "message": "Fixed sign orientation.\n", "proba": 1.4249742719130154e-07}
{"commit": "5ffde0218627c805b6f39df5c586adb0bb97d193", "message": "Show Productivity widget before we get data\n\nProductivity takes a long time to load so instead of showing a \"loading\"\nmessage show the actual widget.\n\nSigned-off-by: Ian Hilt <949b70b7a7bb2aa951ebc7582c42d2cb29349fff@eastway.org>\n", "proba": 1.288753708195145e-07}
{"commit": "582e32d23ff90e11e24cd6a9c1726445053d3c21", "message": "KCCOI-339 : Don't load disclosure history when disclosure is an annual event.\n", "proba": 1.0300957598019522e-07}
{"commit": "38f54741c63300a04c57a1cd1b290358b4c46af8", "message": "VTK-2744 - this works\n", "proba": 1.1204490846239423e-07}
{"commit": "e1d04d5421c3aa3c4cea5da56b3201a942392a85", "message": "Fix NPE in Ninepatch creation.\n\nChange-Id: Icead69cd8503e90aeb54ff42f9ec297e7af2b518\n", "proba": 1.4140809980744962e-05}
{"commit": "6b5cb2a3613b74e480a0b832ce40c9d4f3dd65b7", "message": "embedded node for testing\n", "proba": 2.3913878521852894e-07}
{"commit": "e000e09b977f8d1a58e99fa8997ccc593c776681", "message": "Reformat license\n", "proba": 2.6241599471177324e-07}
{"commit": "05cad6f44fadba0fe6f24287733f67fefc6b3556", "message": "no more label\n", "proba": 7.470845594070852e-05}
{"commit": "2a73a00b862d1530fa7e360951db0b1cb846580d", "message": "Correct a comment in Card.", "proba": 2.670069079613313e-06}
{"commit": "e781700728a1d6c17d5e9922bfc30b6577b1d868", "message": "Fixed Triangle.java\n", "proba": 1.8483879102859646e-06}
{"commit": "47b2c942a867173837f17cded07d8bfef92045c7", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@380 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 6.371427048179612e-07}
{"commit": "9de9f085407b3941b0733a6ba61bd6b7a0ab1064", "message": "am 624b985d: am c39dfd87: am 57d76e43: Merge \"Fix regression in CTS for AudioTrack\" into lmp-dev\n\n* commit '624b985db885fddbaf33896fce0b66bc1dacbdaa':\n  Fix regression in CTS for AudioTrack\n", "proba": 3.2185590725930524e-07}
{"commit": "7ef66aed73f2deab2b22d3498a0d5c0e1ef1b737", "message": "Forgotten file", "proba": 4.636267192381638e-07}
{"commit": "2bbd50df20ebe98aea67e7e78b28d9448dc3f1d0", "message": "use type arithmetic runtime functions for #5517\n", "proba": 4.22548168899084e-07}
{"commit": "04ce224f783c4729aa090732d56e7ee819e8ad48", "message": "Some code simplification\n", "proba": 1.0191600267717149e-05}
{"commit": "bbb9181f178c24757c15232bce7a59d357fa6edf", "message": "JBPM-4900 Added TaskQueryBuilderTest\ncloses #401\n", "proba": 1.2123867065838567e-07}
{"commit": "90095991af0a5a77541ea3e6fc993f61477c82ab", "message": "AXIS2-4822\nCommitter:Rich Scheuerle\nSummary:\nThe MarshalServiceRuntimeDescription is cleared (and later updated) when an endpointUpdate call adds a new operation.\n\ngit-svn-id: d6acb143e251c037dab5ea34394f8439daf45588@1004192 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.987662916595582e-07}
{"commit": "9a0d405931b2fe73d179200d0f012da872e529d4", "message": "Set hasLearningRate flag function for AdaDelta to false (#2882)\n\nIUpdater.hasLearningRate():bool is supposed to indicate whether the\r\nupdater has a learning rate which is not the case for AdaDelta.", "proba": 3.868426858844032e-07}
{"commit": "6c822b5e41866780888ead423899d6c8c2c8e3f5", "message": "Adding new file\n", "proba": 2.8806107366108336e-06}
{"commit": "2016055a97ead396af84792480303ba9c4619a9d", "message": "am 12479141: am 0d9a41e7: Merge \"Broadcast turning on/off intent as early as possible when switch on/off BT\" into ics-mr1\n\n* commit '12479141dd3e63a5f26a4509d0922c9ef9e3d78c':\n  Broadcast turning on/off intent as early as possible when switch on/off BT\n", "proba": 5.905343414269737e-07}
{"commit": "d147f0b87c2c84879193b1492b911477c2a250b3", "message": "add gui\n", "proba": 5.157083364792925e-07}
{"commit": "389431c24beeb8082602352a322f7a7835be4680", "message": "single joint assignment", "proba": 5.31509613210801e-07}
{"commit": "31648d685310f18b1e38a00abb3bb5590dfb84e2", "message": "Validadores\n", "proba": 1.7282752651226474e-06}
{"commit": "26123300c4920ccf298e3e64a28d535c093f6bd4", "message": "Tag tests\n", "proba": 4.3875834876416775e-07}
{"commit": "ba766522f9defdf00ddc86ad2bf473a2708f1d54", "message": "Added new test class corresponding to Profile class", "proba": 1.7903461468904425e-07}
{"commit": "89280636f72628fc95010a2faf8d43c4edddd38b", "message": "Create QuestionLibrary.java", "proba": 1.3626345207740087e-06}
{"commit": "9c860e58d22b6de8ba1bc88b34361cba3279488a", "message": "Add GenCmd", "proba": 4.937008384331421e-07}
{"commit": "4be529db266737b8db53765499030feef82e7424", "message": "Moving files to Entites.\n", "proba": 1.210104159099501e-07}
{"commit": "c523ea343bd675b41c22aecb65d018b33fed74f7", "message": "Improve pilot api\n", "proba": 2.3309448806685396e-06}
{"commit": "06da208e163f1fb6da2f4204bac57756b15b4b28", "message": "test case for https://issues.apache.org/activemq/browse/AMQ-2087\n\ngit-svn-id: d2a93f579bd4835921162e9a69396c846e49961c@738566 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.2055833167323726e-06}
{"commit": "9c96a138b1ff72d84da2f9435d3c77ae507f3939", "message": "adding a real signature test now that we have release real signatures\n\ngit-svn-id: e08e5d9f4eaebe1cf09625b4433462c923a6bc23@11777 52ab4f32-60fc-0310-b215-8acea882cd1b\n", "proba": 5.955282063041523e-07}
{"commit": "655c1127b01023bde3554ae15af50d79abb57341", "message": "Mark tripwire as unsafe", "proba": 0.0002981792495120317}
{"commit": "ef99b2c0447cc2e8d03eb2c19041698d22679d4c", "message": "order cancel data\n", "proba": 2.6632203571352875e-06}
{"commit": "83ac496b98a95beca5c87d3c0daad9894615a632", "message": "added test for filesystem resource repo\n", "proba": 2.455154231029155e-07}
{"commit": "d8dd4c97a7633fae9ecfc6fdbbbe8d3a081d1430", "message": "jira #DTRA-431: \n * added the following to the template loader:\n ** logging\n ** internal methods to access the map object.\n ** comments on the internal and external methods that access the map object.\n ** an abstract method for actions post clearing.\n ** an abstract method for actions post loading.\n\ngit-svn-id: 85c88240758832ecdac9e9f2f6d4112daa3a57f7@27103 cadd33a7-e05c-44d0-9ff7-823b10d47c77\n", "proba": 2.8027986900269752e-06}
{"commit": "3879b90f7610d0465ba6624a51e9117f60a11b51", "message": "test: add test for various aapt2 version strings\n", "proba": 4.940804956277134e-07}
{"commit": "8ad55abc7a409b5a08cb43d63ddd13d9214de320", "message": "Parameter set switching updated.\n", "proba": 1.2960997253230744e-07}
{"commit": "a45007a1b673c1bd64de65d2766347ab5b2878b2", "message": "Fix typo\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@547844 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999994039535522}
{"commit": "bf623457ab3c3bb1b01a9d949c87fec5ee968e4b", "message": "Added ring buffer data structure for karplus\n\nRing buffer data structure will loop over the data\napplying a decay factor (or possibly not) to produce\nloopable output needed for the karplus strong algorithm.\n", "proba": 1.0908051706337574e-07}
{"commit": "4e1fc62f347f618dc8c2a0fd42ddaca36e1ab4ea", "message": "practice StdIn\n", "proba": 2.7847750061482657e-07}
{"commit": "37836e3473039625c838e67e462b44addc5c6dfd", "message": "\u589e\u52a0\u4e86Button\u548c\u70b9\u51fb\u4e8b\u4ef6\uff0c\u4f46\u662f\u6807\u9898\u680f\u8fd8\u662f\u663e\u793a\u4e0d\u4e86\uff0c\u5f88\u5947\u602a\u7684\u95ee\u9898\uff0c\u4e0d\u77e5\u9053\u662f\u4e3a\u4ec0\u4e48\n", "proba": 2.38594793700031e-07}
{"commit": "45eaf2f1076499ee499aaa4d232f1d252316aed3", "message": "ADD: Escape.java. JVM Escape Analysis.\n", "proba": 2.0121379407100903e-07}
{"commit": "a567b68bbec5e60c65019ca0136e6b9a11c0cb88", "message": "am 3126b3e4: am ccbc3e5c: Merge \"Update javadocs for Telecom APIs.\" into lmp-mr1-dev\n\n* commit '3126b3e4835df82e54bf57b6e30a20c6922b0b81':\n  Update javadocs for Telecom APIs.\n", "proba": 3.5958598232355143e-07}
{"commit": "ddd5f7658d92b2d9cdf28622059c7949c3bfaf4c", "message": "Server: missing space in query description\n", "proba": 8.697034354554489e-05}
{"commit": "166df3128d945201172915e0a06296912b17c0f5", "message": "Delete Package.java", "proba": 3.121199824818177e-06}
{"commit": "e2792b8001eab552ac8158b8942c7bb6a09ffa74", "message": "RankBiasedDistance was added", "proba": 1.55301933091323e-07}
{"commit": "3afedbc516f90c85fa9e9549a6e42159fa9942ab", "message": "single number 3 using grouping\n", "proba": 0.00020257532014511526}
{"commit": "384545dfa028b8e9c4a7bb70b8613c0fae1da15f", "message": "KExecutor: explicitly set maxWaitShutdownTime\n", "proba": 2.5533220195939066e-06}
{"commit": "25732409c8808c97359de84825178a6591765a9e", "message": "protobuf: Fix sizeof for long fields\n\nA typo had us using the wrong method name.\n\nChange-Id: If67b526639628e5a6bcb90ffcace84428c28a92f\nSigned-off-by: Shawn O. Pearce <f3ea74d906fa9fe97c1fef6bad9cb871485c7045@google.com>\n", "proba": 9.186557576867926e-07}
{"commit": "8996d9583e6abe37e785aa68f158d92e15282b28", "message": "Added unit tests to test the initialization process of a remote XBee device.\n\nSigned-off-by: Diego Escalona <2cc07d4527ddb8161307b5e41bc6a82cc360f0ff@digi.com>\n", "proba": 1.2821949724184378e-07}
{"commit": "34aea0544d40f38c3e2e708c768de4501b7701c9", "message": "Time of day matters for test\n", "proba": 1.615773271623766e-06}
{"commit": "ea26c796187e06fb9a43771435656011c48f1230", "message": "Pull unused EmptySA stuff\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@253619 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.120594496725971e-07}
{"commit": "43d229296f39a82a52c020b3358d0c3bfc4a224a", "message": "Create NumberOf1InBinary.java", "proba": 0.9981617331504822}
{"commit": "87c2b6f21058e5e8e317a199c13ae234e887f19b", "message": "Bitmap utility methods - primarily for downsampling to resolve memory issues.\n", "proba": 1.0618057189049068e-07}
{"commit": "b47ce2fe0d48d29df348071b33f9fe82c07fe12f", "message": "properly stop service after completion\n", "proba": 4.5132256332180987e-07}
{"commit": "5cae546824e7c2c5a3c8194b6af9ef055b9f73ba", "message": "Disable failing AwContentsClientFullScreenTests\n\nBUG=511688\nNOTRY=true\nTBR=boliu\n\nReview URL: https://codereview.chromium.org/1235773009\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#339403}\n", "proba": 3.0847141374579223e-07}
{"commit": "dd0de181a550d751c41c6ba595b98d5260a1c08d", "message": "Added TODO\n", "proba": 1.7929842499597726e-07}
{"commit": "3c1f344daa65fc719567fb0caadda44eaf16c055", "message": "Let storage service use RedissonClient in module-info\n", "proba": 1.3041615432030085e-07}
{"commit": "ec21b72bdc8505fd7475ee7b0a94648eb323369c", "message": "message controller\n", "proba": 3.124883960481384e-06}
{"commit": "e42944c395a32a6cb1bcc121eb70ab7441af1ca0", "message": "[134326] cannot compose comment element when it contains JSP expression\n", "proba": 1.984262780752033e-07}
{"commit": "318935eac39e5640e8c1992888f945383d99e259", "message": "android: Update flaky tests so that they run (ContextMenuLoadUrlParamsTest).\n\nBUG=413216\n\nReview URL: https://codereview.chromium.org/1603213003\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#370933}\n", "proba": 8.62497870457446e-07}
{"commit": "d8f35f723667459a8c60a1f36536043af86561fb", "message": "Added a unit test for SortByLabelFilter.\n", "proba": 1.0369696923362426e-07}
{"commit": "b5f3201303ab4361530422c5e2bc99a551ecb8ab", "message": "#372 cross account role template job\n", "proba": 1.538114702270832e-07}
{"commit": "b4957edc7a3c0e9b0fb09d2dd404713af30e8a23", "message": "Added easing functions.", "proba": 1.2503710422606673e-07}
{"commit": "b2b7c6ebe474e75961368a3e144885f470777e11", "message": "Make Paint.mNativePaint package protected to fix the build.\n\nThe Paint_Delegate changes from lmp-dev reference mNativePaint, which\nhas been made private in master. Change it to being package-protected\nto fix the build.\n\nChange-Id: I4bf30a530f0145cf7697cef6aa9a698fc9bab4ed\n", "proba": 3.9311899513450044e-07}
{"commit": "749299b75e1d5a15abfb459b82562e8f1c73fbb5", "message": "Delete SingleStockTrader.java", "proba": 9.007953849504702e-06}
{"commit": "1440970f2d6545f31877d951190d16a4318a890c", "message": "Create InsertionSort.java\n\nInsertion Sort algorithm implementation", "proba": 4.5869532527831325e-07}
{"commit": "6a4fcb7a4f4b5f39fd0a9ae0695b90d129f8cea6", "message": "added method for flow over a given list of images and simple visualization", "proba": 2.5342441745124233e-07}
{"commit": "50a04f7652c2b86c7acdd677a24138a80b6553e2", "message": "Create VolleySingleton.java", "proba": 2.1639236535975215e-07}
{"commit": "5822cc9fee148ef2acc483261fe90ccf794f1a98", "message": "created new class called Results which is extended by Node and Predicate", "proba": 1.3364339679355908e-07}
{"commit": "2a909e07de7ce17e87fedd303647e3e3af8737cb", "message": "am 206c4deb: am 6615b209: Announcing when a task is dismissed (for accessibility). (Bug 9181212)\n\n* commit '206c4deb69d209a71ea2f2af5a2eb69039a864c8':\n  Announcing when a task is dismissed (for accessibility). (Bug 9181212)\n", "proba": 6.0781967476941645e-05}
{"commit": "ab9ba73121a686ac67bd01fb2ab3b2afd36686ea", "message": "Slightly better approch\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@773883 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.4438116358614934e-07}
{"commit": "58d518f302262f21e66d3095d5f556e503dc9b5c", "message": "Fix litmus test failure:\nMKCOL with weird body must fail with 415 (RFC2518:8.3.1)\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@761338 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999876022338867}
{"commit": "8ba21562fdaa8ed15db33f02f8541932f4e6a63b", "message": "KRACOEUS-7078: suggested fix and cleanups for PR72\n", "proba": 1.2121496695272072e-07}
{"commit": "2ef511b52f7ae726288b92e5873c5daa2b74406e", "message": "CallableBuilder: clarify that isVariadic was actually about optional params, and added a proper isVariadic #5109\n", "proba": 1.7078991731978022e-06}
{"commit": "7eefecb99f901795049ff6b30d269a3cc2e4f00d", "message": "Add support for compiling language module types, see #2583\n", "proba": 1.1793403587034845e-07}
{"commit": "c34442e163765fb4af951cf10d483babac7c1b14", "message": "fix #2916\n", "proba": 4.274034779427893e-07}
{"commit": "c68036c6c27e62b2ea99bdaa1e71e030cbeeab16", "message": "naming of toplevel values #2914\n", "proba": 1.27035855257418e-06}
{"commit": "fc7a513e778253168756bedeb9b838c0b58670ab", "message": "added HTTP exception.\n", "proba": 1.4317348018266784e-07}
{"commit": "49be4fe04a1fdd211222e9babd33755a19da4c1c", "message": "Performance improvement\n", "proba": 2.3084380700311158e-06}
{"commit": "76f3d3139c14baf17c02a8eebcb0566feb5b68d0", "message": "Initial commit: LinksBuilder.java\n", "proba": 3.554197292032768e-07}
{"commit": "180829089957e15329bc36f84dbaa0449ba1b650", "message": "guard against missing projects\n\nit seems that sometimes when switching branches where projects are\nmissing, this job still sees the missing projects, and tries to refresh\nthem. guard against an exception when trying to do so.\n\nChange-Id: Id5acd776d2ea3b806eebb4edb21d51d3205ae16f\n", "proba": 2.7880356356035918e-05}
{"commit": "c081714b3c6a367f2d10d097af95207405ab9f48", "message": "Added main method to ArchiveInspect again (this is a cl tool).\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@5828 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 1.419198497387697e-06}
{"commit": "345dac555a02f4d43bff0201fdd4c000803e0a03", "message": "changed function method/column name to an internal ColumnAlias\n", "proba": 6.380548143170017e-07}
{"commit": "59662c333559044468609ece56b6d8791dfdb061", "message": "Add test case using BarCode.jar file\n", "proba": 8.914776685742254e-07}
{"commit": "412dcaa1e42779980a6f71357db61bff3245d932", "message": "Maximum Product of Word Lengths solution with complexity O(n^2 + 2 n^2 + ... n n^2 ), time exceed for large input.\n", "proba": 2.6908104700851254e-05}
{"commit": "79e7d8b29bb50bec2a6fc763dca0f9ecc826a903", "message": "[940][cygnus-ngsi][NGSISTHSinkTests.java] Add\n", "proba": 1.7265769258756336e-07}
{"commit": "f0ca931346bc99b39644f4e9506ed018d5bdedc5", "message": "add FileStatusComparator\n", "proba": 4.1245257875743846e-07}
{"commit": "f0f1998ec715b7d16d29db51ee5fbed75c6b6a4b", "message": "Modification of the URL-Comparison. We use iStringUtils\nstartsWithIgnoreCase (redirectUri, allowedUri). This allows the the\nextension of redict uri with context specific information.", "proba": 1.0777412029483457e-07}
{"commit": "d0de508e978172617c0af742ae47699a0812e902", "message": "Add lost ConnectionFactory file\n\nReview URL: http://codereview.chromium.org/201040\n\n\ngit-svn-id: 1dc80909446f7a7ee3e21dd4d1b8517df524e9ee@219 fc8a088e-31da-11de-8fef-1f5ae417a2df\n", "proba": 4.974776288690919e-07}
{"commit": "fed5dfa8801142186cbca1ea161d1683abf3c304", "message": "CollectionBuilder\u65b0\u589ehashset\u65b9\u6cd5\n", "proba": 5.651224341818306e-07}
{"commit": "64e9b1cdfeaf3c9822ce23d6b443590a63cafa86", "message": "\u589e\u52a0StringValidator\u6821\u9a8c\u65b9\u6cd5\n", "proba": 8.830777460389072e-07}
{"commit": "b24af4d7e3ca7e900ad444b7007a76003e9b075f", "message": "\u0421\u043e\u0437\u0434\u0430\u043d \u0411\u0430\u0437\u043e\u0432\u044b\u0439 \u043a\u043b\u0430\u0441\u0441\n", "proba": 7.905446182121523e-07}
{"commit": "256c2608163e83cd90be7f4f713ad71828ad9145", "message": "Add java solution for 136. Single Number\n\n136. Single Number: https://leetcode.com/problems/single-number/", "proba": 0.0007515462348237634}
{"commit": "ab39efbb0536d01b9756f9de8849c5d2efd2840b", "message": "Used by QSP to shutdown tasks (using JDK 1.3+'s addShutdownHook)\n\n", "proba": 1.0959708163227333e-07}
{"commit": "ab22fabe1dd5160eebc4277bb47cb4dba99f4fd2", "message": "#16 - Add success callbacks\n\n- add comment\n", "proba": 1.2159124196386983e-07}
{"commit": "5d9460b7904b6f643f3b150395016e02fe57e385", "message": "Optimized game driver a little bit.\n", "proba": 1.1639966146503866e-07}
{"commit": "2b8e83cfdf4dc680e65a9989edd17301b90e98b9", "message": "codestyle fix", "proba": 5.767864195149741e-07}
{"commit": "47fd730c74ef52be35dd4fc88a13c32b342d39a8", "message": "fixed ParserInfo.toString()\n", "proba": 2.3749376509840658e-07}
{"commit": "bb8c99b2e4662bef23e795f86021b19c5f439249", "message": "Fix errorprone StaticAccessedFromInstance warning in LibraryLoader.\n\nBUG=\n\nReview URL: https://codereview.chromium.org/1411203014\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#358841}\n", "proba": 5.901987151446519e-06}
{"commit": "21b7108ca275d78644aa0402d640407d7cf27a1f", "message": "testing: add test ThreadSafeTransformerFactoryTest\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@9979 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: d5d2a13681cb0aecb262ec137a4e8331eb011a68", "proba": 4.758754130307352e-06}
{"commit": "aeb4e54ffd6b728fce54217d727009cf3b145949", "message": "\u5b8c\u5584ui\u6a21\u5757\u3002\n", "proba": 1.2878813038241788e-07}
{"commit": "79acc908c6cbb4097d4b739e3f45cde2899f8208", "message": "Add method override with TimeZone\n", "proba": 4.4186654690747673e-07}
{"commit": "46997129f85a33bf858fa5a06552281264dcb821", "message": "fixed Extended Mutation\n", "proba": 4.5661604985980375e-07}
{"commit": "c76cfd7461008ea92ea72a9ab80201aa5207119d", "message": "Added file ConvertMillisecondsToTime6_25.java\n", "proba": 2.4726957690290874e-06}
{"commit": "e0a2db9e58a83289d5e2a7159426e4a18fc13aef", "message": "code docs\n", "proba": 2.263214582853834e-06}
{"commit": "b9ed2bba253d6a98e4233dca051665c077026dd0", "message": "type fix\n", "proba": 4.67011341243051e-06}
{"commit": "835419def3d8a89b82f0248bb4976412e73a88b0", "message": "[204226] refactor rename does not work as expected after save as\n", "proba": 1.3030214063292078e-07}
{"commit": "6b330dbe13745eed26c60cab48b6121527266f7c", "message": "test TlsSecretsValidator\n", "proba": 2.2829760837339563e-06}
{"commit": "9e400520b1aee266ad97b3e206b6dae101b6ecb6", "message": "LILY-348 Indexer batch build test\n\nGive solr some time to commit things\n", "proba": 1.04266767664285e-07}
{"commit": "bee2ec214b0ac8afad6fabe5b7d7829d76cc0c1d", "message": "Added Remote Control Client support\n", "proba": 1.218990348661464e-07}
{"commit": "eeceaf0de2da00bdfea27acf0a8c91db7ba5805b", "message": "AdapterInterface\n", "proba": 1.062626779457787e-06}
{"commit": "923d749d0e2183bb3cdcaa8dc4d101a3221f2b99", "message": "\u6dfb\u52a0\u81ea\u5b9a\u4e49\u7684HorizontalScrollView\n", "proba": 2.1225673663138878e-07}
{"commit": "38ebed9731908e648d03dc3d094a488e7d3e57d5", "message": "Minor changes\n", "proba": 3.7887019743720884e-07}
{"commit": "ca7e0178bf8654312bed4090a4a0c97f82e49d06", "message": "add bank controller\n", "proba": 5.171296493244881e-07}
{"commit": "57ed56df022901dd697ffcf68308ea33ab50f95f", "message": "UncheckedThrow\n", "proba": 1.897990159704932e-06}
{"commit": "dee021ed988d17ddc677e3a8741a6f03897f3981", "message": "\u968f\u673a\u9009\u53d6enum\u5b9e\u4f8b\n\n\u901a\u8fc7\u4e00\u4e2a\u968f\u673a\u6570\u9009\u62e9enum\u7684\u5b9e\u4f8b\n", "proba": 1.7790618755952892e-07}
{"commit": "dfcd77cbfb3f7daeb144a65803b25b4ead8389ac", "message": "add error cae tests\n", "proba": 4.2647027953535144e-07}
{"commit": "1c45dd0f6fbd1b9e51dddfec3c19d43544f1df81", "message": "Adding class SolutionListMeasure\n", "proba": 3.600952425131254e-07}
{"commit": "2aa87cbe5708ac60809780262a0bae9675b61b6c", "message": "CLEANUP: fix table name for tracking record.\n", "proba": 1.1917613562673068e-07}
{"commit": "5c9f586c66990ff2872d689eb12d9a57d9418a3a", "message": "Improve code layout\n", "proba": 1.0146475688088685e-05}
{"commit": "5cc187c6f993d41fc01a222902ce0153ae2d4dd3", "message": "Testing mods", "proba": 4.252368626112002e-07}
{"commit": "6825e9247269094e38e72f1b84e63ecbf422f0ba", "message": "am 61377ef9: am 6911e5d8: am f946709d: Merge \"CEC: Log the current time instead when the timing information is empty\" into lmp-dev\n\n* commit '61377ef96aa3340cf311b315018f9c8f67adea8c':\n  CEC: Log the current time instead when the timing information is empty\n", "proba": 1.073997736966703e-06}
{"commit": "ab63aa87c1a8ce4e7bb831b3de4e357028ac2fba", "message": "Use the new INSTALL_FROM_ADB Package Manager flag...\n\n...when installing an apk in the course of an 'adb restore' operation.\n\nFixes bug 5374597.\n\nChange-Id: I8ddce0e015e3bab79432e82709d841887667c346\n", "proba": 3.204128233846859e-07}
{"commit": "0c2104fc050b4309185858d137c80a2748f7f083", "message": "Class to represent each node in specimen tree\n\n\ngit-svn-id: 9e0291080f1771e5b57668932db2b8dc49a75a68@210 38c78225-d16a-144f-a689-2cd41fac0795\n", "proba": 0.001490215421654284}
{"commit": "f9435d7521a7085e487974faefbc7934bf90753c", "message": "am f7c886b4: Respect android:allowClearUserData=false during restore\n\nMerge commit 'f7c886b4fe27cd9ab4a9991958ff931054556a24'\n\n* commit 'f7c886b4fe27cd9ab4a9991958ff931054556a24':\n  Respect android:allowClearUserData=false during restore\n", "proba": 4.362958861747757e-06}
{"commit": "86fb49cf08c349f989b5e7c809ce07bc32c8343e", "message": "Don't know how this fell thru the cracks, we should not be reusing the same MessageContext, we need to create a new one every time\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@537318 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.658842150704004e-06}
{"commit": "bec59594e68c93482a80fb6a4dadd0a253c303d8", "message": "Test hash computation\n", "proba": 3.8088662677182583e-06}
{"commit": "134d3b286e9b4f95be75b91b7cbbea5e21fddbe3", "message": "Add SQLitePlugin\n", "proba": 4.2860435200964275e-07}
{"commit": "b40552c8216212e0d3e78b0259a4d6259acfe1d8", "message": "Add the standard event controller", "proba": 9.683534472060273e-07}
{"commit": "e00cd5c9780caaa207c6427a999e11e96b86d9e8", "message": "Created BidCacheElementTest\n", "proba": 2.1770573255253112e-07}
{"commit": "9ee32ee5ca0592f65959709cb0db53436712baf4", "message": "Update KeyExpansionTest.java\n\nWe want to obtain default value if anything goes wrong in locating expanded key in our source.", "proba": 1.006385232926732e-07}
{"commit": "cea40b25bd47aff5db8f5651d7e62c89c3ee9d88", "message": "am 7f0e8be0: am c114e19c: am 228a7d2a: Merge \"Sometimes printer selection from all printers activity does not work.\" into klp-dev\n\n* commit '7f0e8be082590dadb8606f71f4b9b28b88851360':\n  Sometimes printer selection from all printers activity does not work.\n", "proba": 6.378646503435448e-06}
{"commit": "96e358e777409c72d331f04ec5c670b1d1a04428", "message": "am f85cfcf4: Merge \"Delay settings panel visibility until touch slop exceeded.\"\n\n* commit 'f85cfcf4c0ab813b6694a3cc88a20e9ca7e100af':\n  Delay settings panel visibility until touch slop exceeded.\n", "proba": 1.2194776388696482e-07}
{"commit": "ed930e5ad537eb63b3b96fd583025bf4269da16f", "message": "Fix stuck status bars.\n\nAn odd little bit of logic (attempting to defend against\nthe status bar getting stuck on orientation change) was\nironically causing it to get stuck if the bar was closed\ntwice in very rapid succession (which can happen if you\nmanage to click the settings button as the panel is about to\nclose).\n\nOther tweaks to help defend against this sort of problem in\nthe future:\n\n- When the screen goes off, immediately collapse the\n  notification panel (without animation)\n- When completing panel collapse, force the height of the\n  expanded view to 0 (in case it ended up some other way by\n  this point).\n- Reduce a weird little glitch when you start\n  animateCollapse() in the middle of a reveal animation.\n  (The panel would jump to full height.)\n\nBug: 6765842\nChange-Id: I233467c73e130f64401333319943289cbf3daa56\n", "proba": 0.003980156499892473}
{"commit": "8d51cd1c46e997a8dd973899429c43ebb5f1be89", "message": "first deposit for release 1.0\n\n\nSVN-Revision: 9485\n", "proba": 1.1834876545435691e-07}
{"commit": "29ede44699283cdc7f84b67ce2c79529127b4486", "message": "to be used in director and managed connections\n\ngit-svn-id: 6dc72eb6de427c2475da993bf3717a79c276c5a0@505006 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.822859244133724e-07}
{"commit": "bac6d35e93cf6387f1489cc2b8a1ae6917703467", "message": "Move.java\n\nme/stefvanschie/buildinggame/events/player/Move.java", "proba": 2.669246725872654e-07}
{"commit": "9d5c2c1e58ddf92e4d559152e365c33ad6d6b495", "message": "Create Stock.java", "proba": 5.351865866032313e-07}
{"commit": "4a21be55af9d0bd8baae936eb97b9c50285edb87", "message": "added the socket.close() after the while loop for the Server\n", "proba": 5.334871389095497e-07}
{"commit": "c6997c32b5301ad6018154bc2c9e4be7c544d57f", "message": "added 'sort' to the menu to sort the module beans based on the module field\n", "proba": 6.424130560844787e-07}
{"commit": "a60a6c0b5be7cae557e7fe95e86f7d5a34c6467a", "message": "ConcurrentArrayBuffer added\n", "proba": 3.02291056186732e-07}
{"commit": "0feff218b74c73848610a30b8e859c1ad65fce35", "message": "Settings\uc758 override\ub97c \ud14c\uc2a4\ud2b8 \ud558\ub294 \ucf54\ub4dc", "proba": 5.732252930101822e-07}
{"commit": "09f3f29fe6bb672f3cbb3f398012c792b6d00f37", "message": "Small unit tests for this little debug class\n", "proba": 1.3219150218901632e-07}
{"commit": "f837314e0ca9b19615b96ad34d4d66264d4d0c0f", "message": "Parameterise the message used in the test (so we can more easily test different sized messages).\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1644373 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999970197677612}
{"commit": "fcb6d044213a789d193240d99becf3b239c7005a", "message": "[test] XUpdate index integration tests\n", "proba": 2.234893372587976e-07}
{"commit": "e17c6689660a6ba6904046ff7aa1a3f43e2db7ac", "message": "allow re-registering of the db if ConnectionInfo changed\n", "proba": 2.658650259945716e-07}
{"commit": "9c0a0c424be5b9e93fb8a623e6f43252047a98ae", "message": "owlview\nreadme.io\n", "proba": 7.170394837885397e-07}
{"commit": "bf9190f28cf7375a8dc3ccb1567858027e99a0b9", "message": "in progress\n", "proba": 6.927378990440047e-07}
{"commit": "44c5ac50c677613cb7ac2bdc1a67f646b9289ef1", "message": "create test table\n", "proba": 0.0001957118365680799}
{"commit": "4e5c56f7bdd3560935b76bf33443ccf213c215fe", "message": "Implements timespec wrapper\n", "proba": 4.77510184282437e-07}
{"commit": "f9aea9b5b8db9f5d26dcbe84a1ead5080d0a8e47", "message": "DEMO: comment out toUpper usernames on list users\n", "proba": 4.411654970226664e-07}
{"commit": "a1f3cebe5013878cfc7b3a6bd13402750a8a87d5", "message": "LUCENE-5736 - adding test for caching nb classifier\n\ngit-svn-id: 308d55f399f3bd9aa0560a10e81a003040006c48@1638717 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.896007557268604e-07}
{"commit": "3589da278144e7048e9b5333b26e2b61c5eeef8a", "message": "Optimization for Reducing Message Memory Foot Print\n", "proba": 1.735504753241912e-07}
{"commit": "fc02feef56861fd83fda4dff1c6561433a845f0a", "message": "23 Merge K sorted Lists\n", "proba": 1.2008220551251725e-07}
{"commit": "4ee37a094ee15299dab094d85bd996b899ab0df6", "message": "# gg-8204: WIP.\n", "proba": 1.2108337443805794e-07}
{"commit": "4158d80525230ec4ae2c2512735f209029af11fc", "message": "Created asset ShoppingBasket.java {/networked-economic-collaboration/src/main/java/net/economiccollaboration/library/ShoppingBasket.java}", "proba": 5.148159516465967e-07}
{"commit": "b4d710020a423ff24a02dcbf79d025e4b9a22cad", "message": "Updated getMicros() utility method to return without cents\n", "proba": 1.8024977066488646e-07}
{"commit": "21fde18ad272408852aa79c9b6b3fc39daac15db", "message": "Moving files to Managers.\n", "proba": 1.8358871045620617e-07}
{"commit": "7ce71960da61de8bf24189b6e75aa5d0142d50ae", "message": "Added test for value format behavior\n", "proba": 2.075855576322283e-07}
{"commit": "93df3139c3e480b8974890fe130b0e3cb6ce6c9a", "message": "HWKAPM-572 Add MDB for storing spans in cache\n", "proba": 1.5381117179913417e-07}
{"commit": "28f7abfdb559ad3e61347ed7c9e2467ba6373d16", "message": "Made sure SRC artifacts show up in search results for local repositories\n", "proba": 1.2504115431966056e-07}
{"commit": "19f1141f0bbebdbb75ee082c7eb970c68fb2fbd4", "message": "Add package-info for collection\n\nBug: 130249109\nTest: none\nChange-Id: Ic865feae4b8fdd0ff0b82e92be6e249737696399\n", "proba": 3.92259124737393e-07}
{"commit": "5b51f365f41bf270ab1747fd42c20b93d353856a", "message": "added view bean for crossexperiment search\n", "proba": 1.2249371650341345e-07}
{"commit": "29551c3a8922a6424729680f51ed5fe87ffaa3b9", "message": "Add deserializer for WSMessage\n", "proba": 3.2343871225748444e-07}
{"commit": "9e76fdafde9eb1ca73ef73e0d27dd739cd7d1703", "message": "alfresco data rest\n", "proba": 3.661840537461103e-07}
{"commit": "9ba532c1081948988c173522acf3706affb263e1", "message": "lazy specifier expressions capture values (#2579)", "proba": 1.1848078429466113e-07}
{"commit": "09cebc0f8982017490895f40a6f84777adcaaa04", "message": "Added UtilMenu with javadocs", "proba": 1.393275681493833e-07}
{"commit": "39bc9d34e590d58acbdda77b39423f0d74a5f299", "message": "parameters checking test\n", "proba": 9.147933042186196e-07}
{"commit": "656f76315f17bb4d581cce58924495d1bf714fae", "message": "move setDeclaringID call to common method\n", "proba": 3.342944125961367e-07}
{"commit": "d0d6a63b4762501df0b855b66e0eeb52b755f434", "message": "Updated javadoc.\n", "proba": 1.3468053339238395e-07}
{"commit": "bf29686c694fec3c095d6f8dd8fb0eeaf16cec1c", "message": "Removed unnecessary exception declarations.\n", "proba": 1.5598932634475204e-07}
{"commit": "8da6ba55df6ef616ecff47317f3b099c5988538f", "message": "Testing some complex rule injection", "proba": 2.854494880466518e-07}
{"commit": "328de4d008827a395dc71955d890e1d056c198e6", "message": "fix for compilation error\n", "proba": 3.2970694974210346e-07}
{"commit": "e255666e612c4707d80949e961d3d847ff0585d8", "message": "Create PswDialogFile.java", "proba": 9.33658327539888e-07}
{"commit": "256bc9d4c7a2864c711f41bd2b53311127d90004", "message": "swapped field name for clarity.\n", "proba": 1.1773490626865168e-07}
{"commit": "fd5763f08a1f3b5d91eb6fb470022cea5cd858c5", "message": "Add PortLayerConfigurationModel\n", "proba": 2.967271086617984e-07}
{"commit": "023a04804c46ff4fae0a4fba2b382e779d8e6788", "message": "Moved example tool to the eclipse examples.", "proba": 1.1106064334853727e-07}
{"commit": "22b19366d72c31bbed718176965eba686e13a080", "message": "Updated #032", "proba": 1.6945324432526832e-07}
{"commit": "beaaafe34627a5ff4e60bc4f56b425328850664f", "message": "IUrlContentProvider interface. This should have been committed a few changes back.\n", "proba": 1.0675790917957784e-07}
{"commit": "92cd7f0d313a6a31a868d165c5e71e75c5f48d8d", "message": "UserDetailsService implementation\n", "proba": 1.223093363478256e-06}
{"commit": "1997b11caaba31ccf88c623f84a61c947151c4cc", "message": "Add line piping structures.", "proba": 1.4429338079935405e-07}
{"commit": "31e1323a60fd8a30971cd15cb02a5b57565926a3", "message": "Backsteps fix.\n", "proba": 1.8486581154775195e-07}
{"commit": "77f6b8ca4a010b3d11ebc1a907a289f0ce00b35b", "message": "Add support for URL anchors in redirect URLs\n\n", "proba": 2.4122454078678857e-07}
{"commit": "d4d22afb19a3d8def04b35a870992c4c55ef24e9", "message": "EMBL EBI Apache 2 license added\nimaging java classes added\n", "proba": 1.317682176704693e-07}
{"commit": "22ecb09ae5fd714f69cf0579c09a92f1bab44efb", "message": "add LetterCombinationsofaPhoneNumber.java\n", "proba": 7.56557346903719e-06}
{"commit": "d2213db163f6d6128e598793aebab9e467f7c785", "message": "Added test for export\n", "proba": 1.3753400196492294e-07}
{"commit": "2719c8f4d44b99b69e3842d9c140ec1ce98f2b3c", "message": "initial import\n", "proba": 6.214378913682594e-07}
{"commit": "aff04a63ffc629e442e8a26b661276a1dc71e030", "message": "HADOOP-889.  Add new file.\n\ngit-svn-id: 4d48d1092ee340c9ada5711cdbe4355b138bc22b@508601 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.6724084818852134e-05}
{"commit": "7d9a8ffd08fa950eb14f8224f6090fe46ab4aa9f", "message": "camera: Fix setParameters for Preview FPS single/range values\n\nBug: 12609188\nChange-Id: I82ea6f5de2183dd046d4bf5683600c97f37ab4db\n", "proba": 3.914474575594795e-07}
{"commit": "1555cec2e5452c6d4583dfd3deffbb28ebd886fe", "message": "am ecad0541: Merge \"DO NOT MERGE: camera: Fix setParameters for Preview FPS single/range values\" into klp-dev\n\n* commit 'ecad0541a6e90b98ad96456c4e6992121ee8a789':\n  DO NOT MERGE: camera: Fix setParameters for Preview FPS single/range values\n", "proba": 5.532646696337906e-07}
{"commit": "1e1e292edcb75fdef93fe63b12355bfef642e5bc", "message": "am 1f5e8473: am a80331c4: Merge \"Comment-only change to add documentation for FileObserver\" into froyo\n\nMerge commit '1f5e847350ef1aece046666e20e7692a1651d9dc' into kraken\n\n* commit '1f5e847350ef1aece046666e20e7692a1651d9dc':\n  Comment-only change to add documentation for FileObserver\n", "proba": 4.4173299329486326e-07}
{"commit": "ab8643452adcf91781991bce03be26f072311d89", "message": "Track AArch64 changes from AOSP.\n\nmPtr is now long, not int.\n\nChange-Id: I75297cbef3571f8f0cc02a35a06c1bc1f4fbe416\n", "proba": 1.018198190649855e-06}
{"commit": "5e78d9bea5bddbf200b4349d445c7d6cc4383e20", "message": "Invalidate display list on alpha change\n\nBug 5945886\n\nChange-Id: Ibab3ad2c9e526c038672699b571de154dfc8d17c\n", "proba": 6.0613245295826346e-05}
{"commit": "abcbb1a1989e8c6adec607b3964dc187f5526e66", "message": "Fix bug 3061544 and some clipping errors.\n\nChange-Id: I124d0bcae080c27e2978be7eecfbb131f101a35f\n", "proba": 1.0351441233069636e-05}
{"commit": "89bc413b8f04a85dffd9c80fe497208357009c7b", "message": "Marquee text RTL improvements\n\nChanged marquee text to scroll according to\nthe reading direction. Arabic text will\nshow the right edge and scroll towards\nthe left edge and vice versa for Latin.\n\nCorrected marquee flicker when scroll animation\nfinished. The ghost scroll's x position was cast\nto int and it made the text flicker when\nmarquee stops.\n\nGhost part didn't display for RTL languages.\nAdded multiplication with\ngetParagraphDirection to negate the ghost\noffset.\n\nChange-Id: I689039118df01a62f73ef0079c857fea1bfcc5a0\n", "proba": 4.684538623678236e-07}
{"commit": "248b112ddaea42eb7c9330407aee1c9d836db7fd", "message": "Text suggestions are enabled for a subset of input types\n\nChange-Id: I0e521eec2784af99ff741a1132a3bc3f7b7aa071\n", "proba": 0.0002328535047126934}
{"commit": "bd918aad632f92ed33f0a1cd0de0e2a09e61edcb", "message": "Don't show TextView \"share\" option for an unprovisioned device\n\nBug 26600141\n\nChange-Id: Ifc59752c146c2203a66cdd463b648a891ebf12c8\n", "proba": 4.7463080932175217e-07}
{"commit": "931f60dc438a3b52a7f322f55aab76adf7b2f690", "message": "Works pretty well yo\n", "proba": 1.848973738560744e-07}
{"commit": "aa3f57ae36fd9d6a0587271376a7b6328ad16383", "message": "header stars should be shorter for output on 80char telnet sessions\n\ngit-svn-id: a91d99a4c51940524e539abe295d6ea473345dd2@569 e6edf6fb-f266-4316-afb4-e53d95876a76\n", "proba": 0.009147580713033676}
{"commit": "37c1d55cd055413e990454d07cad05568020f625", "message": "feat(Perfil): adicionar m\u00e9todos de acordo com novas entidades.\n", "proba": 1.1757198592476925e-07}
{"commit": "e0ec2efa9f0e17b812968d7335fea7d3792abf51", "message": "Remove pf.\n", "proba": 4.3421277950983495e-07}
{"commit": "97b81e3a0ee7e67ab44fe834dd1eba1b36c284d6", "message": "bug: empty iteration strategy equals crossproduct\n", "proba": 1.4079087122809142e-05}
{"commit": "27b6037f51a0ad711c4c41a714d34a70346b4126", "message": "- added a new element to show HTML from strings\n\n\ngit-svn-id: d44c49267de713d4611ceed06044400ab61aa84c@58 3f47d3ee-cbf5-441b-837e-787c74854848\n", "proba": 5.527277835426503e-07}
{"commit": "14fae3ff5f728defa7cbf03448af7595f374a685", "message": "adding oval line for themselves call AO\n\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@1743 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 3.320272662676871e-05}
{"commit": "2e0a353846c384eb6c31481dd5dd9c0dfa829a63", "message": "removed unused logger\n\ngit-svn-id: 4c9d3fe6b7b6c0d9eeb10ce04f5d3c1083d3aa64@1245163 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.1022964372386923e-06}
{"commit": "6980e761905b9d9c47ca09198f1b6ccbbbe97b6c", "message": "ability to use custom ExecutorService when building a TraceGrpcApiService\n", "proba": 1.8851304162126326e-07}
{"commit": "1e9e1b04d00ec319e0473f8126b39e6b72ef1de8", "message": "Hide 'No log4j2 configuration file found' error\n\nAdd a Log4J2 `ConfigurationFactory` that is always applied so that the\n\"No log4j2 configuration file found\" error message does not appear.\n\nAlthough the message was harmless it was quite annoying to Spring Boot\nusers who could safely omit the file.\n\nFixes gh-4809\n", "proba": 9.021899245453824e-07}
{"commit": "ac22b8430d3bb35c731d6b6720b73ef74fa97fdd", "message": "Support EBCDIC.\n", "proba": 1.0417945759400027e-06}
{"commit": "eab492ec4496258f3c176b48c0bdddd256d41822", "message": "Tests for InstanceFactory", "proba": 2.3025665996101452e-07}
{"commit": "7d53c5511dda5791df472924bf6b90128268ff2f", "message": "simple memory consuption test\n", "proba": 6.122517106632586e-07}
{"commit": "d1f239125f5691616612e92b48e4067470f9143f", "message": "Restore throws clause\n\nBreaks compilation of SymmetricCipherPacketDecoder\n", "proba": 1.7989275136187644e-07}
{"commit": "ce862a33ccfdf6fe194c26802355cff5d8b733af", "message": "solution to beautiful triplets problem\n", "proba": 5.436781975731719e-07}
{"commit": "71b2afe79f6cbbb14ef9a7448e16ff9692129088", "message": "sky serial port\n", "proba": 5.969002359051956e-07}
{"commit": "3e4fc8870890626af0134a41a53e4692cd15d8f6", "message": "SOLR-3037: missed test\n\ngit-svn-id: 308d55f399f3bd9aa0560a10e81a003040006c48@1232458 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.7476120812461886e-07}
{"commit": "bf51991296ba014a3de38dd7445ab40890d999df", "message": "Created a Deduper with hdfs store for code re-usibility\n", "proba": 1.2122062287289737e-07}
{"commit": "254f3125158d9cada8cfd8817d38f637e8e5721e", "message": "radius 1 of main() (again, for DefaultEnhancementParameters)\n", "proba": 1.2017730455227138e-07}
{"commit": "ce25e40c8cd7359a05c5c4c314ed925598c2386a", "message": "More consistent config naming\n", "proba": 2.3328078668782837e-07}
{"commit": "262faa6ba12b4c753ad7186998742b1af85f5323", "message": "preserve stack trace\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1199360 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.7523501583127654e-06}
{"commit": "6a8109ead5c31bfd8513a35b19b063d0662613e0", "message": "Forgot to add this class to the previous commit.\n\n", "proba": 1.0338060008052707e-07}
{"commit": "74db93cd2cc7122ed413c60806d680ee8fdc9078", "message": "Added support for getOnlinePlayers()\n", "proba": 1.1833014923467999e-07}
{"commit": "95de672d2a649c054874d6be1d4a20495d3dba30", "message": "INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED\n2003/05/09 11:46:22 jsc 1.1.2.1: #109045# insert new and remove example zip file\n", "proba": 1.3508817175988952e-07}
{"commit": "33090bc07ad74a0b87c791cba63e6abc862cba9e", "message": "Forgot to check the box to include this in my last commit.\n\nSigned-off-by: Taylor Patterson <4e38b0df6814ba92c96eb7d6c74c669453c30011@ornl.gov>", "proba": 1.2299085483391536e-07}
{"commit": "952abf4289b48bccdaef24591f855640dcfe6f49", "message": "am 43f6e345: am 117faced: am 1cc86956: Merge \"Fixed an inconsistency when booting up with SIMPIn\" into mnc-dev\n\n* commit '43f6e345ed28f697cec2ece73c6b46bf99482f55':\n  Fixed an inconsistency when booting up with SIMPIn\n", "proba": 3.7080167203384917e-07}
{"commit": "8285cbfe9b83b05d976adbc84a7379866893afda", "message": "am 6995b2d6: am 5aac958b: am bf671114: Merge \"Don\\'t let two closing animations run at the same time\" into lmp-dev\n\n* commit '6995b2d6137f32f56276294371792f8ec7d11d63':\n  Don't let two closing animations run at the same time\n", "proba": 5.33872935193358e-07}
{"commit": "ff0e70c88f35e84f38ba821ee8f264950b5c13d6", "message": "Added unit tests for DataLayouter\n\ngit-svn-id: fca17a639b59a4e397db772cba0f025000a42178@25 6f520afb-8435-0410-b54d-896eab9dd7b1\n", "proba": 2.974927042487252e-07}
{"commit": "c922c8ff941083757f0281e7322225e2af352cfd", "message": "Rename function names\n", "proba": 6.573817245225655e-06}
{"commit": "c9c1a83c4e9fa47fb16d53a9242285613d3b2fc2", "message": "Test app for #7780\n\nsvn changeset:21770/svn branch:6.7\n", "proba": 1.720795665960395e-07}
{"commit": "766ccda4a2a7b6f7a14732b1ec7e7071f1d62b6d", "message": "EventWrapper for EventWithSynopsis\n", "proba": 2.966625913813914e-07}
{"commit": "15c2659ca07053de2a8101f686d798f068a9e626", "message": "Added Sound manager\nAdded the ability to send user notifications to the UI.\n", "proba": 1.0467245914469459e-07}
{"commit": "b03987874dd96444767be1ede5fd700da4827e9a", "message": "Null pointer protection\n\n", "proba": 5.934316504863091e-07}
{"commit": "591d2bb3bd449030dca7f5e98136f827971c1cde", "message": "am d16dedf3: am 67ebb2f8: am 957b27f6: Merge \"Revert \"Always show emergency button on selector view screen in keyguard.\"  I\\'m reverting for now while we sort out the actual requirements.  Sorry for the thrash, Jaggies.  I\\'ll handle re-adding it if needed.\" into jb-m\n\n* commit 'd16dedf3055f69aceba74bfd0799a23a32f30344':\n  Revert \"Always show emergency button on selector view screen in keyguard.\"  I'm reverting for now while we sort out the actual requirements.  Sorry for the thrash, Jaggies.  I'll handle re-adding it if needed.\n", "proba": 7.406419172184542e-06}
{"commit": "04522430d353ab1555cb4c0c1479e2c045135163", "message": "am 855cd776: am 8a4408cc: am fdb6be8b: Merge \"Always show emergency button on selector view screen in keyguard.\" into jb-mr1-dev\n\n* commit '855cd7763aff75387777701559dea91968321841':\n  Always show emergency button on selector view screen in keyguard.\n", "proba": 2.1400393279691343e-07}
{"commit": "fb6ede1e8c1c8ac5fa26dd6bd54237747f7c1566", "message": "Add a connection to send events asynchronously\n", "proba": 1.0207249943050556e-06}
{"commit": "f00a8e77cac023b32f53c7ec12898f56701ab2bd", "message": "Adding the package-info.java to fix the ClassNamesListerTest\n", "proba": 4.822486516786739e-07}
{"commit": "00b7b7abb6faba01b0aaa80fa86d1d6e3702a1c3", "message": "Started on first real test.\n", "proba": 1.2407281246851198e-07}
{"commit": "1cbe61093b4c59696f679f64d2a29e24c404f84b", "message": "SENS: Aggiungi IPowerManager\n\nRelated to SHANDROID-184\n", "proba": 1.1036527070018565e-07}
{"commit": "976b0428c5cb33c1767362318db194ff7277de0f", "message": "am 6bd77bf8: am af12538d: am 7b36e3ad: am 02aff29c: Merge \"[Fix MANAGE_USER permission in AccountManagerService] It seems that curently there were situations where the init of Accounts in cache could trigger MANAGE_USER permission needed errors. The callers should mak\n\n* commit '6bd77bf8a224bc57eaadfb2256f8fc0bc20ac50e':\n  [Fix MANAGE_USER permission in AccountManagerService] It seems that curently there were situations where the init of Accounts in cache could trigger MANAGE_USER permission needed errors. The callers should make sure they are calling it after clearing identity.\n", "proba": 3.4954366583406227e-06}
{"commit": "f588c1e654fef991a581b3c3f34e3c4a66c256f4", "message": "Adds LightThemeManager\n\nfor managing correctly the colors", "proba": 1.8796909273532947e-07}
{"commit": "f6318a544344256368d65421217bc45c407dcfc5", "message": "qa: applied Sonar rules\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@6738 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 41cf995d769eae677a93bb2a5152b7cd1d0b5abb", "proba": 1.1936624559893971e-06}
{"commit": "10c2b74c3ef033e8ccaa541ccfeb9662a7af65c2", "message": "Leetcode 128 Longest Consecutive Sequence\n", "proba": 0.00013311261136550456}
{"commit": "e3fc0acb72fcdf1b082f187ec0db6945a1f59826", "message": "SAK-40051 - Fail to resubmit an assignment on Oracle DB", "proba": 1.2096403168015968e-07}
{"commit": "f2892b763322b64b01979dd2ae164d3a2f47a919", "message": "Added TrophyAndCriteriaParser.java\n", "proba": 1.566141918374342e-07}
{"commit": "dab57b279f434403bab69153e51eea38db48c3c7", "message": "Add configurable hard recipe for sacred light\n\nAdd documentation for totem types\nUpdate sacred light documentation ", "proba": 1.5848011969410436e-07}
{"commit": "6f873e7230c951266f8824c97c08dbeaeecfa307", "message": "Resource\u63a5\u53e3\u7684\u62bd\u8c61\u5b9e\u73b0\u7c7b", "proba": 2.172836417457802e-07}
{"commit": "e6ca3e67826707bec914eec9842824a6e60f5727", "message": "Initial deployment for doc viewer.\n", "proba": 1.1089024809507464e-07}
{"commit": "96f9527ebf1a8723e4acc3744e191cc8ac15ee4c", "message": "AppointmentCellTable: show staff name instead of location\n\nSigned-off-by: Ian Hilt <949b70b7a7bb2aa951ebc7582c42d2cb29349fff@eastway.org>\n", "proba": 1.2387666004087805e-07}
{"commit": "1a94199c6f68b1ba77b9982b2d3bd1f8c7e0cb89", "message": "Add WikipathwaysFingerprints", "proba": 2.622786325900961e-07}
{"commit": "3c1adae2d091cc2f5ad2bd4fe0bac7f85bfb1ba2", "message": "Closes #440 - Create a default template resolver\n", "proba": 1.1960048595938133e-07}
{"commit": "43c6cb7956d64349626b3da2c8b1b0f74f264cfa", "message": "format\n", "proba": 6.792501517338678e-05}
{"commit": "f461375b012f325cc3af34278740c9fd39295c6f", "message": "inappropriatecontentfilter replacement\n", "proba": 3.11192764002044e-07}
{"commit": "1a962cd90dd613a894653fe7b30455ab6422e6d3", "message": "FIX: yk_413 inhibits meaningless info log message.\n", "proba": 1.1297905899709804e-07}
{"commit": "6174e505ba8d28288b647c39323941e24aec6de2", "message": "started climbing code", "proba": 3.42747171089286e-07}
{"commit": "0775bb9296c5f89f82f72dfb6cffa002f5a25e96", "message": "Issue #6192: Fix required due to fixed javac capture\n", "proba": 1.3721079028528038e-07}
{"commit": "fca7f89371d2cdf3771c90489b27413e624c564d", "message": "Make sure calling ExecutionHandler.releaseExternalResource() does not lead to a dead-lock when calling from a ChannelEventRunnable. See #200\n", "proba": 1.3274103594085318e-07}
{"commit": "7d05d38181c7c3bbdbd27eb25259d88793b012e2", "message": "Added transactions to SDK test\n", "proba": 2.377412187115624e-07}
{"commit": "3007aa838cfffb8eeae3d55c5495c626a89e183e", "message": "completed integration test - whohooo!\n", "proba": 1.223264263217061e-07}
{"commit": "9ab18b8bd23ca051ef228cdbac40baebc70e8055", "message": "KRACOEUS-199 - keyword panel test with new framework\n\n", "proba": 1.0121777194171955e-07}
{"commit": "1be611dd9eb896e0f1b32849503cbc0e38e35ce4", "message": "added TestingItemSignature\n", "proba": 2.462031147842936e-07}
{"commit": "808d60019f7d2f443527bfc08499e28222f7238a", "message": "New ODetachable interface\n", "proba": 1.299904823781617e-07}
{"commit": "8967fde99a82c5e215a3c7effc2a2b97a7349d94", "message": "Ejemplo de c\u00f3mo utilizar dos mocks hechos  amano para comprobar el update de WorldController\n", "proba": 1.6385406809149572e-07}
{"commit": "49011dc55190903d3577200e8bebe7fb81e245d2", "message": "\n\nSigned-off-by: lcy <lcy@lcy.yaozheng.com>", "proba": 1.218746348286004e-07}
{"commit": "06249cda31aebedea68786fca3958357655fc84e", "message": "Add files via upload\n\nThe base version of the chore class. Contains getters and setters.", "proba": 1.0147370232971298e-07}
{"commit": "0a28818b771bcf820f5b8032b0c4f32ccffc179d", "message": "Use sessionTimeout command line option in JettyWebServer\n", "proba": 3.204525569344696e-07}
{"commit": "1cdb9009073cc8390242b8dea9ce4761c02d2491", "message": "fix nullpointerexception encountered in usbstick\n", "proba": 6.867690558465256e-07}
{"commit": "35f9a6c6f3b98effecca73a834690e4e74a423b1", "message": "first version\n", "proba": 3.5516222851583734e-07}
{"commit": "6997baa4c6251f28450ea4b472414195130cb60b", "message": "\n\ngit-svn-id: http://owltools.googlecode.com/svn/trunk@1011 18f1da76-1bb4-b526-5913-e828fe20442d\n", "proba": 9.3849234872323e-07}
{"commit": "d1d4f7a692b2938deceaa92ce856e4b97323357f", "message": "[1284][cygnus-ngsi][NGSIEvent.java] Replace '_' with OLD_CONCATENATOR\n", "proba": 0.9999994039535522}
{"commit": "30495fae2e058df85082e7a186cccde11d9b4c1d", "message": "Logging stuff\n", "proba": 6.135820740382769e-07}
{"commit": "368ea10e3daa235f3c7b533833eb67cf9a41244a", "message": "Java project-Alarm Clock", "proba": 7.919089171082305e-07}
{"commit": "894432bedf6ee45443bdff4775ae5ec1fd0d3794", "message": "RESTful methods for password reset added\n\ngit-svn-id: 51e9c0635e05060c2a7639df764e0b3ebb09013f@1245955 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.110931505849294e-07}
{"commit": "229b2051b8424654939a5666441256c15568f6f5", "message": "add absturct factory\n", "proba": 9.923360266839154e-07}
{"commit": "a0b99344058f05e56080c5af7d658f69954694fd", "message": "Cleanup\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@4812 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 90e07f1c9a3e2526fe4f656e81e6a068bc3a399b", "proba": 1.2591821132446057e-06}
{"commit": "c787b4c26b0665496b5d87bf728b0ebc6ff7f66b", "message": "fix NPE", "proba": 1.261007219000021e-05}
{"commit": "54c1e7f04d596714ef2fb8a9e2a4e33d87f0bf8e", "message": "Removed unused import for missing file dr.evomodel.continuous.ContinuousDiffusionStatistic", "proba": 5.760036287938419e-07}
{"commit": "f050c9a9df65cd694a1cda1147f18705baea4f1a", "message": "add rexjava\n", "proba": 0.00030318376957438886}
{"commit": "d60b2733cf3a232debaf44ed48ce2b1e8de71701", "message": "Fix wrong frontend URL in docs. (#10472)\n\n* Fix wrong frontend URL in docs.\n\n* Update HtmlImport.java\n", "proba": 2.2313282954655733e-07}
{"commit": "66104e1e19316d2c0a7b978093e2d9166f9cbda4", "message": "am 521eeaef: Merge \"Make MediaRouter ignore remembered wifi displays when wifi display is off\" into jb-mr2-dev\n\n* commit '521eeaefcb4b78a8b571d1a1b4f095d993aea8b6':\n  Make MediaRouter ignore remembered wifi displays when wifi display is off\n", "proba": 1.3344744047572021e-06}
{"commit": "148cce0c8b3c293f1a323a2581c76e6d33a246f9", "message": "Create AbstractSort.java", "proba": 5.863188334842562e-07}
{"commit": "e4bb5d6b0d5aa9fe4e2127921eb718f140e76db8", "message": "Added some constants to AbstractActivity\n", "proba": 1.872428754268185e-07}
{"commit": "2a44634b64a723f3c22d449d4344714f2d5c30fa", "message": "fixed page titles if label contains state value\n", "proba": 1.7813653130360763e-06}
{"commit": "22ed778beb4d6bc89916b135a8b072a7102bb5ad", "message": "Create hasOne.java", "proba": 3.923944859707262e-06}
{"commit": "05af6ea31d86db9a9de863ca711a3f6be2b18e60", "message": "Add problem\n", "proba": 0.03245992958545685}
{"commit": "e887bf799e0cd94fc56ce8412147585ab97c7c8e", "message": ":art: Add button colors", "proba": 1.4131126135907834e-07}
{"commit": "12181a7a99a3c9efa7c4980907eb34818bea8e29", "message": "[info #15]\u6709\u5411\u56fe\u7684\u6784\u9020\n", "proba": 1.642680729219137e-07}
{"commit": "20a233755e26d26f6e8f2525280fe076cc029a49", "message": "Improve date for new message\n", "proba": 0.00016822745965328068}
{"commit": "ddc74155c9896b8783c1ba58499b909cce27a577", "message": "[ActivityManager] Improve task order of getRunningTasks.\n\nSymptom:\nDuring switching task in same stack, the first result\nof getRunningTasks will be the behind stack's top task.\ne.g.\n App Task X is starting task Y, the first entry may be home.\n\nRoot Cause:\nTaskRecord's lastActiveTime is updated when pausing\nor resuming. When X task launch a new task Y, Y is\non the top of task history, before X complete pause,\nY's lastActiveTime will be 0 because it is a new task.\nThen when comparing the front task with other stack,\nother stack will be regarded as the newer one.\n\nSolution:\nIf the stack is focused stack, give the top task with the last time.\n\nChange-Id: I0adc07608e03d333e0120a0dbc52a0fbbbb12f34\n", "proba": 0.0013998729409649968}
{"commit": "37d6471207192d3904616b6b08b970574aa73235", "message": "am 0141faec: Merge \"Allow services to query the info for a dying user.\" into jb-mr1-dev\n\n* commit '0141faecc3b4a1cb771f38495d42c56eb6852fa8':\n  Allow services to query the info for a dying user.\n", "proba": 4.137554299177282e-07}
{"commit": "c4e84e171ab01b59d53151f0fba1d9fd3e52a423", "message": "make tests slightly better\n", "proba": 2.57125020652893e-06}
{"commit": "749a868572ed2ac6fe43fde007d19464d06945a9", "message": "Fixed #207. Jersey treats '{' and '}' in query parameters as template delimiters, so encode the values ourselves.\n", "proba": 2.1951430539957073e-07}
{"commit": "c0138523a410e5d2b9828d562eef996d9feec9bd", "message": "Pull unused EmptySA stuff\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@246546 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.6793292679249134e-07}
{"commit": "e895a03e1dcb91831fcb2d0fb128bbbad51022d5", "message": "First version of ByteSequenceParser.\n\n  - currently splits subsequences as it goes - not sure if this is\n    the right approach.  The parser should probably just represent\n    the expression passed in as a single parse tree.  The compiler\n    should worry about how to split this up.\n", "proba": 2.5035685666807694e-06}
{"commit": "b917b88082cc0e58b49d737a6786e9eb16f616a3", "message": "Check for active sprint details\n", "proba": 1.4954680693790579e-07}
{"commit": "1b1064581fa75fbb54bb18a2ac3e9702a4a8d2e6", "message": "Clarify variable names\n", "proba": 0.0008331338176503778}
{"commit": "7c76c1c78f5b6e4211c2e598f4030c98c9ede663", "message": "future development comments\n", "proba": 1.2458419007543853e-07}
{"commit": "a4835415de400ebf38c140e4e821b302b64e42e4", "message": "Formatting.", "proba": 1.0361566182837123e-06}
{"commit": "78509653f378fa935abc15fae7dba5ac2fc2456d", "message": "JIRA ticket: DTRA-270 - Addjusting code to run in production environment\n\ngit-svn-id: 85c88240758832ecdac9e9f2f6d4112daa3a57f7@27130 cadd33a7-e05c-44d0-9ff7-823b10d47c77\n", "proba": 3.043297454041749e-07}
{"commit": "1f38695aa42b357e85db2ffa9a8d1915d5c559c5", "message": "modify Class name\n", "proba": 1.1232526958337985e-05}
{"commit": "4c839ac668c31f5ee16155101176c1d25e4993f3", "message": "non error logging for identity retrieval\n", "proba": 2.855840079973859e-07}
{"commit": "1bbfe05beac9b29e451d39cb2b5584a704b74ca1", "message": "Testy do Drawer Activity.\n", "proba": 1.2633545054541173e-07}
{"commit": "55f6076936438609c196e5d1d7787c23a704e0ff", "message": "adapter of log recycler view\n", "proba": 2.1395393901002535e-07}
{"commit": "c8878f1790d2893f5fb93bc8fabe9cf765685215", "message": "[Internal] Move ClippableRoundedCornerLayout to Material Android library.\n\nPiperOrigin-RevId: 461898783\n", "proba": 1.244575997816355e-07}
{"commit": "c84f6b4ba675ac1e2c8394c3cae7765eb97d08d2", "message": "jira #DTRA-431: \n * made the visibility of the confloader constructor public.\n\ngit-svn-id: 85c88240758832ecdac9e9f2f6d4112daa3a57f7@26992 cadd33a7-e05c-44d0-9ff7-823b10d47c77\n", "proba": 8.195253258236335e-07}
{"commit": "f5f0282354ca64d2a67666a09080c48c54c2c4db", "message": "Rank Cache\n", "proba": 1.0392511740064947e-06}
{"commit": "5accaf5fce4614827fde5826af8c4ef5efac03c5", "message": "setting the default country\n", "proba": 0.0002073152136290446}
{"commit": "a48ca4ca04b8a0395e278bb24bb0981c4cb346e9", "message": "Added tests to check the main controllers functionality\n", "proba": 1.872209196562835e-07}
{"commit": "4f3bdca5bfd0b795a850ab45ef049dc94ddd8bd8", "message": "KAFKA-2892 Consumer Docs Use Wrong Method\n\nThe KafkaConsumer docs use a non-existent method for assigning partitions (consumer.assign).\n\nThe JavaDocs show as:\n```\nString topic = \"foo\";\nTopicPartition partition0 = new TopicPartition(topic, 0);\nTopicPartition partition1 = new TopicPartition(topic, 1);\nconsumer.assign(partition0);\nconsumer.assign(partition1);\n```\n\nShould be:\n```\nString topic = \"foo\";\nTopicPartition partition0 = new TopicPartition(topic, 0);\nTopicPartition partition1 = new TopicPartition(topic, 1);\nconsumer.assign(Arrays.asList(partition0, partition1));\n```\n\nAuthor: Jesse Anderson <eljefe6a@gmail.com>\n\nReviewers: Ewen Cheslack-Postava, Gwen Shapira\n\nCloses #592 from eljefe6a/trunk\n\n(cherry picked from commit c18a1bd64e7f8416e8256b968fe1b9e2da553b00)\nSigned-off-by: Gwen Shapira <c331eca460d53d14caa597b8b6704826efb5a0af@gmail.com>\n", "proba": 0.9999988079071045}
{"commit": "799515dbbda1a614c40ad625332d5f294eaf2aa6", "message": "added parent description", "proba": 2.0695065927611722e-07}
{"commit": "97b6f4c0c2fa6e86c952e0f0a025d62263f9c8d9", "message": "Fix #2030\n", "proba": 9.449216804569005e-07}
{"commit": "e044a46ed90c39cecb0f056d26bd75ddbfa852c8", "message": "New method to return a custom sort of the access condition Lookup", "proba": 1.5281109710940655e-07}
{"commit": "0ec0d35fbae1b5d4354172b49c10a62273f5e36d", "message": "Reverted the old implementation of the test driver\n", "proba": 4.145157106449915e-07}
{"commit": "2b6da3d1d10e1bd894a0caa5abf6c1c02141797c", "message": "Create CuckooHashTable class\n", "proba": 4.910675102109963e-07}
{"commit": "ee4889e58031c52a92cee43cc4e3a836b0f066c6", "message": "Skeleton for problem 898\n", "proba": 3.8193277873688203e-07}
{"commit": "087627791b529eadadadc8ae01ad9fe188195586", "message": "\u76f8\u673a\u8d28\u91cf\u5b9a\u4e49\n", "proba": 7.681618399146828e-07}
{"commit": "68d81ee810cc664c334e4098a0c82dc1dd3ad4c5", "message": "gh-1708 UpdateViewHook\n", "proba": 2.1475383960023464e-07}
{"commit": "62868013ee2b51de65ba108a5ad3b860dd141251", "message": "added function to store counters on Redis\n", "proba": 6.038711717337719e-07}
{"commit": "2cc4ced8fa2d189a8e61e2d9b2d19843c216a75d", "message": "refactor hasSim to 1 method instead of 2\n", "proba": 1.680376590229571e-05}
{"commit": "5a3e393b719a9a1a97666ac7a89acbdbc284d0d9", "message": "remove unnecessary logging\n", "proba": 2.1777789243060397e-06}
{"commit": "f220d996907cf6df56d243c5a08137a170fe2fe5", "message": "Create FindAllNumbersDisappearedInAnArray.java", "proba": 0.0010596440406516194}
{"commit": "26e6ab367bf6a59cc843e368909762857f5eb152", "message": "Issue 78:\tStrange GUI artiface in the task explorer internal 'toolbar'", "proba": 1.0349482693072787e-07}
{"commit": "2cefcd133c3d959a451fb52d220baacb3325d6a5", "message": "moved the code to locate the source jar file.\n\ngit-svn-id: 28f34f9aa52bc55a5ddd5be9e183c5cccadc6ee4@2291 71c3de6d-444a-0410-be80-ed276b4c234a\n", "proba": 0.0005977895925752819}
{"commit": "477d52caca5c49958c042e68562b02d2c7882108", "message": "Update NBAdjMFYP.java", "proba": 7.668465400456626e-07}
{"commit": "133dfa088213e7fc96187600fe2c06a46ff2cbff", "message": "generate src architecture\n", "proba": 0.00033953250385820866}
{"commit": "ea7665ab3e595130e3f6170967f752f33aa2ee15", "message": "Pilfer Input.java from Atlantis", "proba": 1.657640154917317e-06}
{"commit": "f4a20a6651af73477d859dc38af16560035e3ad9", "message": "Working with Content provider completed overriding the query method\n", "proba": 3.6074075637770875e-07}
{"commit": "7503a202a6841b401a28443106e47c68a5c52da9", "message": "more efficient log drain instead of poll()\n", "proba": 1.530081163991781e-07}
{"commit": "d4d8200ee8b0071176cda093637f6527851d03a5", "message": "Adding ThemeManager for the support of adium themes. This is incomplete.\n\ngit-svn-id: f13e20fb8540f76a08799c0051229138c0279aa7@5911 b35dd754-fafc-0310-a699-88a17e54d16e\n", "proba": 2.4227176709246123e-06}
{"commit": "83f19e97050da39a133155d30c8b813c5f49b838", "message": "Add empty rule\n", "proba": 0.9422186017036438}
{"commit": "63a1b2f9d56ed94f712240733922d19579291332", "message": "model loader: use the type parameter count according to annotations if any (#5198)\n\nThis is required for subtypes of Callable where the java class TP count differs from the annotation TP count\n", "proba": 1.9300024689528072e-07}
{"commit": "a27a163fb665ed0a6874aaf914322028b95835e8", "message": "Model loader: use the ModuleManager findModule because it knows how to deal with jdk7/8\n", "proba": 4.925909706798848e-07}
{"commit": "70901a20c894f2d31804b9b6b6493842307a18d8", "message": "When both value and originalValue are null, a proper check is done.\n", "proba": 1.2356105116850813e-07}
{"commit": "d0fdad6b7595bfba22e9ee3cf060546600ccad82", "message": "Step 1 ping\n", "proba": 4.038375482195988e-05}
{"commit": "7bbccd4dbd6e054dd6ca81f41bc92e7b38878f8f", "message": "Removed functionality of attempting to kill main WS when heartbeat ack takes too long. Too many problems. Falling back to original reconnect system.\n", "proba": 1.0299110897449282e-07}
{"commit": "c25ee79f4c1bd0cb8e11c3218011a50083094699", "message": "CG-26 create ServerChessGame to store the ChessGame\n", "proba": 1.0684041029662694e-07}
{"commit": "939e5a9b713cb0dc7cae2133b3ef32dc76eb9018", "message": "HBASE-7702: Adding filtering to Import jobs - Forgot this bit...\n\ngit-svn-id: 1ea5de6e32eadb5f080cfd8bafe1c87167c06d54@1440736 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.5850874269272026e-07}
{"commit": "3e5ba5251546829f023e9d086786659a1590d798", "message": "[\u6e90] StringManager - \"'\u56fd\u9645\u5316/\u672c\u5730\u5316'\u6587\u672c\u63d0\u793a\u4fe1\u606f\u683c\u5f0f\u5316\u7ba1\u7406\u5668\"\u5e2e\u52a9\u7c7b", "proba": 1.3081600513942249e-07}
{"commit": "f5ee0d90d0c4282f132ca730b5f0b51f4e1d3671", "message": "JRUBY_RACK-10: Don't assume a single channel read is enough (Michael Pitman, Lenny Marks)\n", "proba": 1.3291749212385184e-07}
{"commit": "d68fed81b4c5387739ac4b8b1b0245fff8c9d10d", "message": "KRACOEUS-3186: Remove old todo comment\n", "proba": 1.1885900619290624e-07}
{"commit": "402a49eca4520263ca4c92333e472bcf6ecfdd1d", "message": "Bug\u4fee\u590d\u3002\u3002\u3002\n\n\u8c03\u6574\u4ee3\u7801\u4f4d\u7f6e\uff0c\u907f\u514d\u7a7a\u6307\u9488\u3002\u3002\u3002", "proba": 1.1899034291218413e-07}
{"commit": "e6e976bd628abbff552844add06dfada82959a4f", "message": "\u5fd8\u4e86\u4e00\u4e2a\u7c7b sorry", "proba": 4.438144969753921e-06}
{"commit": "40ff63ac943f111f30eb5808b0030674b5726d58", "message": "Changed Test of LoopedThread to be no more timing independent\n", "proba": 1.2477325128656958e-07}
{"commit": "4b8147fc359dac082aa3825cbbaa2046c9bfa169", "message": "Added tests skeletons\n", "proba": 3.3457445169915445e-07}
{"commit": "2a58616495cb36ab043aeea1495174858fa9c796", "message": "tool to add 'gener'c gene-based array design. This is a somewhat temporary implementation\n", "proba": 2.668233776148554e-07}
{"commit": "593863f2bce32a1fe01e95555f3b8a542d46622b", "message": "GRAILS-5312 fixed always compile spring/resources.groovy on Windows\n", "proba": 1.2080677436188125e-07}
{"commit": "887ebf6747920ab80faa9d5a82906d917177bcd1", "message": "Fixing failing test\n", "proba": 1.1500027312649763e-06}
{"commit": "7e09ae3610245c0f2a490f02da3d4367d1a859bc", "message": "JasonLeyba: Reduce log level.\n\nr16847\n", "proba": 0.9999939203262329}
{"commit": "f4fc27eff488da25a967e39d6cc0ff4b5d084bd5", "message": "add random page title\n", "proba": 6.744692200300051e-07}
{"commit": "7e2dbb50dabac64844cf4c7cd5695fc66baa8dd6", "message": "Created test for convertDirectory() up to the moment when playlist has been downloaded to local storage.\n", "proba": 1.0006526451888931e-07}
{"commit": "1e5794483a8561a1b16bc069c0a869ecf474effe", "message": "AXIS2-2357\n\nAdd migrator call to the proxy.\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@529312 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.9021935915807262e-05}
{"commit": "87930032ca01fa43feb56625732538622c426cc3", "message": "Fixing a classcast exception\n\n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@554614 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.999675989151001}
{"commit": "15db7346f39b2b2a0cb76920d5f9f2b76d426ae3", "message": "instance bufferSize, connectionTimeout, followRedirect", "proba": 2.274005339586438e-07}
{"commit": "7d25fa7fed5fea596d44b82484883262b1f8b8eb", "message": "add reflect.Types class (under construction)", "proba": 1.0734821387359261e-07}
{"commit": "18227e483167c590121fd300d03c999dd057204c", "message": "Forcing software in header button background ripples.\n\nBug: 29133575\nChange-Id: I21125e28208335f5b2c2adf06cb1c8199b3ca476\n", "proba": 9.276751370634884e-06}
{"commit": "d21f8de849582ad96ec22606ad7d3d6bda396f3c", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "2b48f61017345fc6d40e10f48f6b47fc2a6cf5ea", "message": "(no message)", "proba": 3.393134022644517e-07}
{"commit": "eb92db5685204e59101e91e839648abb46efc03d", "message": "Update hello", "proba": 4.424316284712404e-05}
{"commit": "b7a3ecface6daea1a25ccb5caa15197f58df2476", "message": "Update hello", "proba": 4.424316284712404e-05}
{"commit": "216ebb7f25e7662b2d300a438abc990317ae72ff", "message": "Create Hello.java", "proba": 0.00010773431858979166}
{"commit": "0f3373cd8d504154086aad149a1abd6ab248add7", "message": "implement current-thread\n", "proba": 0.0020129489712417126}
{"commit": "ac648587cf9b55f54efabb8b4e1bc0804f353fb2", "message": "Just for fun\n", "proba": 1.5887947313331097e-07}
{"commit": "db285a6973423ed77c9a94d53624210f6014f105", "message": "bug fix: when StoreInfo isn't able to load from DB due to a JSONException, load it from the given IStoreAssets.\n", "proba": 1.1893826723508027e-07}
{"commit": "e92341af80275e4435f41a73ef6128f741a19e3f", "message": "\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@3167 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 4.102435866570886e-07}
{"commit": "5d8382d51b12f0e47e83271b327d03cfe88b49b0", "message": "MLHR-1889 #resolve #comment moved atomic renaming to its own method\n", "proba": 1.6312081640990073e-07}
{"commit": "f3f3bf2fe046a7bd48cedc0cf21afe7e02fcd723", "message": "Catalog comparisions should be case insensitive\n", "proba": 0.9999984502792358}
{"commit": "fa2a842f0ca2f25da1ee64e55b71e79541941512", "message": "o improved javadoc\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@683224 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.127181796320656e-07}
{"commit": "f56ac196edcdbcc4a8e9fea960006ab0ca41f52b", "message": "[MIDEA-89] iml file generation done in the platform encoding, not UTF-8\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@635057 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.0167175787501037e-05}
{"commit": "44a826cb8d6660684925cbc07d1c43c938c12a6f", "message": "Spin off from ScoreView, dedicated to score constants\n", "proba": 1.1568894819902198e-07}
{"commit": "d2e72d77a9a6cc0111dca2c034557788b462bfb1", "message": "add hello.java\n", "proba": 0.0018040265422314405}
{"commit": "e7f854fd92c3f6a9ddcd2f059cd9db998e6eab90", "message": "Lower the sleep duration further\n", "proba": 7.007639851508429e-06}
{"commit": "daf2c1d891f0ad2d5f7d49b0803f17eed94cd271", "message": "Refactor of WSDL11ToAxisServiceBuilde\n -reduce LOC by refactoring common code\n -rename Add... to add (coding guidelines everyone:-) \n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@509356 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.160972082445369e-07}
{"commit": "636684601a47105128226470f212c0c2619c1a53", "message": "rampart-policy related changes to support WS Security Policy 1.2\n\ngit-svn-id: 826b4206cfd113e788b1201c7dc26b81d52deb30@615793 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.7298535226473177e-07}
{"commit": "4dc7a7d7350611642c5fea5f27fd4dc0adb08cac", "message": "the great validator.nu refactoring landing\n\n--HG--\nextra : convert_revision : svn%3Ac6dcca6c-c432-0410-a79e-3fbb6554aff1/trunk%4025\n", "proba": 3.742120497918222e-07}
{"commit": "28eebcfc029d568192bacb17adaa25c88eb1b4fc", "message": "\n\ngit-svn-id: svn://svn.appwork.org/utils@643 21714237-3853-44ef-a1f0-ef8f03a7d1fe\n", "proba": 9.976946557799238e-07}
{"commit": "34fee95bbbfb59881e697a435dd9e89471d87083", "message": "fixed concurrent mapper\n\ngit-svn-id: 6ee47c8665bf46900d9baa0afb711c5b4a0eafac@238 e2bb083e-7f23-0410-b3a8-8253ac9ef6d8\n", "proba": 1.6346371012332384e-06}
{"commit": "e1f8ba203b47f7da2484b4fa60967c812ec22c9c", "message": "created new GroupMember class\n", "proba": 1.8064987727939297e-07}
{"commit": "ad6c4d47c753ef776f8fff2081d7cdf9f245d3be", "message": "added rollers subsystem and outlined functions\n", "proba": 1.327261003325475e-07}
{"commit": "7ced7fe82e595546f633f9bb62a9cca6a80e758b", "message": "Create volley ImageLoader\n", "proba": 4.640420740997797e-07}
{"commit": "0c0519cf6d4438afa4f6df88d97b858c1847f50e", "message": "am 76bb9a36: Merge change I1932e8f8 into eclair\n\nMerge commit '76bb9a363633b5741937ebe58b01a8b2024753b0' into eclair-plus-aosp\n\n* commit '76bb9a363633b5741937ebe58b01a8b2024753b0':\n  Disable com.android.unit_tests.HeapTest:testExternalOomeLarge.\n", "proba": 1.2634303914182965e-07}
{"commit": "788ca92f8ce13b0ed562a9491fd3f3b6d9861395", "message": "JCL invocation test\n", "proba": 3.962528865031345e-07}
{"commit": "4da0b4006f984391a8d3d15ec1b40df878652b17", "message": "Create ServerLogic.java", "proba": 9.847028650256107e-07}
{"commit": "4dae2a039ab8c5a395cccd84f99719ec4a428460", "message": "am 798af86d: am 82e21b33: am 9ea8f390: Explore by touch enabled when screen magnification is on.\n\n* commit '798af86dcc61698e89bcd88b8407529857bc9168':\n  Explore by touch enabled when screen magnification is on.\n", "proba": 1.3104050822221325e-07}
{"commit": "e11b2dceddfa63c392385351656b0acaea45cb15", "message": "tostring\n", "proba": 1.409124433848774e-05}
{"commit": "2bb50d076c23ab25c619ee684bb48de9588f8f3d", "message": "Updated #005", "proba": 1.4513108226310578e-07}
{"commit": "a3f47693f7c63ea80b01f8d9e67262525186f228", "message": "license\n", "proba": 8.320896540681133e-07}
{"commit": "7c6088cfce5cb7a3d3df7d44b37333f54edd5ce7", "message": "Refactor CLI\n", "proba": 8.688099910614255e-07}
{"commit": "a232529199343c79f164c091427a8aa92c351619", "message": "add MatrixHelper\n", "proba": 3.851618544103985e-07}
{"commit": "7cb7fa54bda46192d64d856c09629b201b4ee1a6", "message": "Feature: Introduce ExceptionRuntimeNotInitialized.", "proba": 1.2455033981950692e-07}
{"commit": "c2dc980f1e02c54cf7da50aa59df4d625455cc08", "message": "partial fix for KRACOEUS-3011\n", "proba": 1.382069285682519e-07}
{"commit": "a5984d1d610ae9374525669102c7229c08b7c6ef", "message": "Disabling of context reporting (VTK-840)\n\n", "proba": 1.1335636429521401e-07}
{"commit": "3c5ceeadb448ec85213b3e61271945dccb20d30d", "message": "Add new mode: Bravo Mania\n", "proba": 0.00020838498312514275}
{"commit": "6556460950cfd67dd9a95ef228b1e78933c55d78", "message": "add test that Permuations is utility class\n", "proba": 0.00038616740494035184}
{"commit": "1aad3638d8f519603049bca716b6dfd3be3646f7", "message": "KRACOEUS-1762, added WebTest Unit test to continue to validate this fix.\n", "proba": 9.530117495160084e-08}
{"commit": "808018bff3580c16f6ee80fa84d08652eb984505", "message": "fix for failing test\n", "proba": 7.259748144861078e-07}
{"commit": "93e81d97019477419e038c2f829cb48fabd7b771", "message": "Initial checkin.\n\n\ngit-svn-id: 29aad96320b2a07b98332cd568fc1316025c072f@138 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d\n", "proba": 0.00020742059859912843}
{"commit": "22704a994e825bf7f0bb4eb796d6ef34fad3e43b", "message": "Se me olvido a\u00f1adir la clase, disculpad las molestias", "proba": 1.4040815585758537e-06}
{"commit": "69eb0bfcce7ec68a9771dbcf53434dfbca183d0c", "message": "Close the \"Please connect charger\" alert after a charger is connected.\n\nSigned-off-by: Mike Lockwood <368d0007e4626f70737d16df5e49ed8806b98c3f@android.com>\n", "proba": 1.3965161826945405e-07}
{"commit": "ffad9b3af1c9a0d6243876e9d10a3fdd81e2e3a4", "message": "Simple test for troubleshooting incremental compiler\n", "proba": 2.0912409581796965e-07}
{"commit": "cb905763623ab6d2593b7f1f99e2ad77a5ad4ae7", "message": "itabsheet fixes\n\nsvn changeset:5162/svn branch:trunk\n", "proba": 1.8690764136408689e-07}
{"commit": "7ebea258308c797feef0afe7f198fd1620de4b74", "message": "minor format", "proba": 6.459321866714163e-06}
{"commit": "6761a2dc4b5b03169d79f059fa3858d6df96694d", "message": "OF-742 MUC Service sends \"disturbing\" service messages.\n\ngit-svn-id: 2e83ce7f183c9abd424edb3952fab2cdab7acd7f@13982 b35dd754-fafc-0310-a699-88a17e54d16e\n", "proba": 4.466082828002982e-06}
{"commit": "1c4c12c36d1bfa1adc394c713b65003d9e492066", "message": "Update Avaliacao.java", "proba": 3.1091155960893957e-07}
{"commit": "41368b78d596402d57580886eaf1948702f01d15", "message": "Arrumando o erro", "proba": 3.5863911307387752e-06}
{"commit": "d750e35a9b745a1ffa7848f08a69c7afa40544f5", "message": "add testcase.\n", "proba": 1.291489070354146e-06}
{"commit": "1c29b716d59f1b967904c17860438965f525b294", "message": "\u5c06 JSON\u5b57\u7b26\u4e32 \u8f6c\u6210 JSON\u5bf9\u8c61\u7684\u4f7f\u7528\n", "proba": 1.7705752952679177e-07}
{"commit": "95b7b260f02557ed93acf06fdd66eea917fc378c", "message": "Finished making MoveTest", "proba": 2.409562114280561e-07}
{"commit": "5192dee0ba14cd1a7f469941ee0c81c87eb86a89", "message": "Corrected bootstrap log message.\n", "proba": 3.078014287893893e-07}
{"commit": "57572d197e019532557b10eeb4bc907c611083e8", "message": "move BundleComparator over from bundle\n\nthis quickly eliminates the codec dependency from bundle\n", "proba": 1.412713857007475e-07}
{"commit": "5fc45773f2eb34f8c0416111f9eb04695f382370", "message": "Introducing new package structure for HACKERRANK problems. Adding 1st\nsolution called AngryProfessor.", "proba": 9.764104191845036e-08}
{"commit": "23087b0d4f7b2880f36b41d0bd62a885778fe0cb", "message": "SimonStewart: Ignoring the submit test until it passes in IE too.\n\nr17474\n", "proba": 4.420676020799874e-07}
{"commit": "0abba6bb21fcab1f48e574338bd660d38e5b8281", "message": "Use concurrent hashmap for spec attributes\n\n\ngit-svn-id: 3f2e04d30bd9db331bbfc569b45e7de8c0d84ef0@711990 a5cc9254-8de9-e8be-c026-97bcafcbeca4\n", "proba": 1.2149011126894038e-05}
{"commit": "5220da714cd350849bf86983931659032781b9ff", "message": "utf8 test\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@5743 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 7.87695455528592e-07}
{"commit": "be5c3876d83d4cbe96caca7404cb80c39bafad10", "message": "First commit.\n", "proba": 1.5604140912728326e-07}
{"commit": "5925028b13ca7cb8105ac6663dff41881c5bfb2c", "message": "AP-1765 - Add status servlet\n\ngit-svn-id: 8def386c603904b39326d3fc08add479b8279298@5193 fd808399-8219-4f14-9d4c-37719d9ec93d\n", "proba": 5.198432972974842e-07}
{"commit": "72b3ee05be74b0737e1f357ccfe9e20bed2567ca", "message": "Add Tests for Isin validator\n", "proba": 2.9855330012651393e-06}
{"commit": "e587ca4ba2243d2ca6899729f39513595677761d", "message": "Update NaviBeacon.java", "proba": 6.124000151430664e-07}
{"commit": "ac6f6289203f02e8c96c894a226a3aaa4195d0a4", "message": "*** empty log message ***\n\n\ngit-svn-id: a878c62e23c3cdd7109267dfd9bdff0ba03a0163@954 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 1.3101230251777451e-06}
{"commit": "2823f2171a4d725922e6ee9ca17e52e160050a50", "message": "grafos q2\n", "proba": 1.2232682138346718e-06}
{"commit": "c8e94f66e303958f5363188201bc3648bf022c67", "message": "Leetcode 1169\n", "proba": 1.860548536569695e-06}
{"commit": "f22a53b3f96039ec92e464de119ef03716807afb", "message": "A\u00f1adido Ej05 - Rotar string", "proba": 7.088086476869648e-06}
{"commit": "11bd4bfee831629e3678f78df578e09991bbb756", "message": "RoundRobinPartitionFunction: remove commented-out code\n\nSigned-off-by: Daniel Halperin <1a02732a15f637c31107256cbee5819e36aa7c67@cs.washington.edu>\n", "proba": 1.2960971673692256e-07}
{"commit": "07eb32f6ee6735731b8d003fa9356007e6e54613", "message": "Made the provider more robust (handle cases where no resource is\npresent without crashing)\n", "proba": 1.1246821429722331e-07}
{"commit": "649ab76357e4e37409f08e0c3738d5b781488c07", "message": " +review CR-110 ENG-2211  Package info for com.continuuity.data.operation.ttqueue.admin\n", "proba": 1.2072915467342682e-07}
{"commit": "fd423c7af03dde9486502b555eb2c128df379627", "message": "Remove dialog title\n", "proba": 6.2617127696285024e-06}
{"commit": "25dc79976e5bc5205acd684512758fca33223cae", "message": "Use Random to generate userId\n", "proba": 1.6578362647123868e-06}
{"commit": "c918ae4e6009427a2def49d02915f593a328d39a", "message": "Create FieldWithSubfields.java", "proba": 7.54220820908813e-07}
{"commit": "2c7c0e2ef33867bebcef4a7dd0d7d7a88631bb45", "message": "\u589e\u52a0\u7535\u8bdd\u53f7\u7801\u957f\u6309\u4fee\u6539\uff0c\u5220\u9664\u529f\u80fd\n", "proba": 3.660241247871454e-07}
{"commit": "e16afe542f95c3ba85c4ae145b555a67b62167d4", "message": "Dana: Safe check not null\n", "proba": 0.0019175073830410838}
{"commit": "c185661ca4a301f7497c142a09fcbba7ff0d34e1", "message": "Add in new class: AddNewInterfaceServlet.java.\n\n", "proba": 1.181816173811967e-07}
{"commit": "fb0da0956d6e84f54a319011acb7a53e8b34a997", "message": "am 3a165c3d: am 43286266: Merge \"Change tools:list_item to listitem.\" into mnc-dev\n\n* commit '3a165c3de233a70b98c5724c79a358d271815adc':\n  Change tools:list_item to listitem.\n", "proba": 1.5794869057117467e-07}
{"commit": "2422011d867f4d4516605148641bbeb7d9c2501b", "message": "am b2411c62: am ead59b0d: Merge \"Fix GcSnapshot drawInLayer when clipping is used.\" into lmp-mr1-dev\n\n* commit 'b2411c622cf9124f6af5f70d416adb179f9c88bb':\n  Fix GcSnapshot drawInLayer when clipping is used.\n", "proba": 1.5479061232781532e-07}
{"commit": "970ba6d7358f2a3e35d0c181f211dc6222ba33e1", "message": "Dial class for iain_chalmers\n", "proba": 2.3653920777633175e-07}
{"commit": "1ec2d785fabd52025a36ebb339209aba29899c8e", "message": "new file", "proba": 5.223417247179896e-06}
{"commit": "5f410396f67b64a7c292089cbfaca2b400a1918a", "message": "DDB-459 - Suche nach -1 Elementen dauert zu lange\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@13464 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 4.492514449339069e-07}
{"commit": "fcd9782cbb2a95404e27a55af2f3358ef0bd4424", "message": "state resource added\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@4985 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 4.008610972050519e-07}
{"commit": "ecbd9772607abbaffade5fc8e47632439a8d9606", "message": "Add WSRequest\n", "proba": 3.6236824030311254e-07}
{"commit": "7ce8ec7d7c1fca31afe7246b2c71b2529e5cdedb", "message": "Updated ChatRoomManager\n\nAdded comment\n", "proba": 1.4487525845652272e-07}
{"commit": "f644bb5c03c3eae496e908669f0b756460627157", "message": "created a basic coupon list fragment, to show a list of coupons\n", "proba": 1.8682139568682032e-07}
{"commit": "3a0295890374aa3f44e6c158d187b00f39b1a80d", "message": "Create BluetoothClient.java", "proba": 1.0157046972381067e-06}
{"commit": "591274665badf09b27bfdec0dbe08d60d35fa304", "message": "Added activity state saving\n", "proba": 1.8614629482271994e-07}
{"commit": "90721dc6c862eb96107017599a1a90969552ce73", "message": "gestion des amis favoris (api object de facebook)\n\nNous utilisons l'api object de Facebook pour stocker les objets custom :\nFavorite friend. Dans l'administration de l'app, voir Open Graph ->\ntypes d'objets\n", "proba": 1.476767579333682e-06}
{"commit": "1de12d235c89fca639f2d9b47253929d073687df", "message": "Added axis benchmark.\n\ngit-svn-id: a5379eb5ca3beb2b6e029be3b1b7f6aa53f2352b@2971 e3ddb328-5bfe-0310-b762-aafcbcbd2528\n", "proba": 2.4975850465125404e-05}
{"commit": "9dcec42bb8a09b60f29b86cc53bee542846ec71d", "message": "central: Avoid recreating IFile object\n\nSigned-off-by: BJ Hargrave <3d26bb3930946e3370762d769a073cece444c2d8@bjhargrave.com>\n", "proba": 1.3595267489563412e-07}
{"commit": "eaa47e1df703e20c606929bc7cb4845440352d63", "message": "Add LoginCmd", "proba": 7.662214898118691e-07}
{"commit": "b36ad5f8cb33881764664230dc9ca9c9aba4bab8", "message": "FL-8 Add dependencies\n", "proba": 2.1873066202715563e-07}
{"commit": "c37a4b04f6986ec44fee2f8018452cc3a1f915a1", "message": "Fix ClientDisconnectTest failure\n\nIn the failing tests, the client is issuing an async operation and then terminating afterwards. If the client termination occurs before the invocation is started & registered on the server, that invocation will not be notified during handling termination of the client. Therefore, before terminating the client, tests should wait until its operations are registered on the server.\n\nFixes #13680\n", "proba": 3.335298401907494e-07}
{"commit": "e5881bc3436454a310e1c20ad48afb4fa1f1a3ad", "message": "Added possibility to setup date adapter directly from code\n", "proba": 1.2121947179366543e-07}
{"commit": "139d859e4137ec71a718065736892adb7623264c", "message": "\u89e3\u51b3EntityWrapper\u62fc\u63a5SQL\u65f6,\u9996\u6b21\u8c03\u7528OR\u65b9\u6cd5\u4e0d\u8d77\u4f5c\u7528\u7684\u95ee\u9898\n", "proba": 1.348350053831382e-07}
{"commit": "6b4589a56fa2b9e74092ac68a921d1db0a8ba252", "message": "package doc for context pkg\n", "proba": 4.759026523970533e-07}
{"commit": "0f6c0683c8519777f44d6dccc32dcc3323bdc87c", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@586 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 5.744468012380821e-07}
{"commit": "a8ac84da2a674981eefe00f4df7a079778133464", "message": "Removed warning when objects are added on wrong order.\n\nappend() is used to optimized insertions in the array, but it must\npreserve the order of the hashcode array; when it doesn't, it falls back\nto append(), but it should not log a warning message\n\nIn particular, PendingIntentRecords might have different hashcodes\nacross different processes.\n\nFixes: 29912192\nChange-Id: I0ab566249829ddb934fd51cf21399b68cb286bd5\n", "proba": 0.0001482954976381734}
{"commit": "5d7657e99bb41d107f6bdbfe9a2430e97b740b9d", "message": "Refactoring: SelectionHandleView.\n\nRemove code duplication in SelectionStartHandleView and\nSelectionEndHandleView by introducing SelectionHandleView.\n\nChange-Id: I4486019714b13d184a72cf7ee60c346c4d8b5f5a\n", "proba": 6.233075282580103e-07}
{"commit": "19062c8009aadd8a7ce6c0e59a7c1cbde341c078", "message": "am 21417a0d: Merge \"Text selection: Fix moving by character when should move by word\" into mnc-dev\n\n* commit '21417a0d50891e2d9d07c9c68f09da4931f053ff':\n  Text selection: Fix moving by character when should move by word\n", "proba": 9.80710410658503e-07}
{"commit": "7367c7f074d2f5f167cbcb7bf020abf189e757aa", "message": "am 1f25f1d7: am 46b70388: am b300d31b: Merge \"Text selection: fix some issues with drag accelerator\" into mnc-dev\n\n* commit '1f25f1d75def8c7c65aff516a3a24c4ac3bf3fb2':\n  Text selection: fix some issues with drag accelerator\n", "proba": 6.288555596256629e-07}
{"commit": "69eb010b1e2bc002b020b2722cc42447383bb5d3", "message": "am a77e349a: am 9c95264e: Merge \"Abort accessibility node prefetch if parent node is null\" into lmp-mr1-dev\n\n* commit 'a77e349a3609833c55ee3b8b80fc5eef5fac4f1a':\n  Abort accessibility node prefetch if parent node is null\n", "proba": 2.4334572117368225e-06}
{"commit": "d4985647631c3cc307183e8165fd2ae782410d9a", "message": "initial checkin of generic catalogue exceptions", "proba": 1.3246383900877845e-07}
{"commit": "24b807783094c356132dd72e314620f774dd7ff5", "message": "Simple util to build Dates from Strings", "proba": 2.1398189176125015e-07}
{"commit": "9a810d5f4317f29019d58ba6b01f32ab70be88a7", "message": "PolyglotQuine.cs.java size reduced.\n", "proba": 1.1305299807418123e-07}
{"commit": "0a1b00f0b31482022802fca2b60b6b09d50baf7e", "message": "MushroomDaoImpl created (without many commits)\n", "proba": 1.1670866939539337e-07}
{"commit": "d0f2f24a5aeb08c5ecded13d28952b79addeb429", "message": "minor update to comments", "proba": 1.362132735494015e-07}
{"commit": "5ca7159855138be2880246ed4d7f97637b9d1420", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "820de584d122fdff2ee975754e544e1ac88015de", "message": "DDB-861 Backend antwortet mit 403 trotz API-Key\n\nDer Fehler kam durch die Verwendung einer Mock-Klasse zustande, die f\u00fcr\ndas Debugging verwendet wird, wenn kein AAS in Reichweite ist. Dieser\nFehler wurde behoben.\n", "proba": 3.2262664717563894e-07}
{"commit": "15b26ae589bb9a86e6217a6632335c543b9b6081", "message": "Update CharacterAudit.java", "proba": 5.4773749980086e-07}
{"commit": "5ebebcbf70ac298459d865dfaaa8e3d7d3893632", "message": "added log data generation stats to LogFileFixReport\n", "proba": 1.9374029136542958e-07}
{"commit": "cf8403bc36395eecd9ab03c6b5e128272c3592e9", "message": "Suppress NPE in IMS#onEvaluateInputViewShown().\n\nThis is a follow up CL for the previous commit [1], which may have\ntriggered an unknown bug in either Android Framework or LatinIME.\n\n  [1]: Id4d332e3909590c68345e10e1f2e18650efb2eb7\n       7b739a802cb7d97460a0bf8a1e9774efe96fa552\n\nInputMethodService#mSettingsObserver is initialized in #onCreate() and\ncleard with null in #onDestroy().  Hence hitting NPE against it implies\nthat InputMethodService#onEvaluateInputViewShown() can be called before\nInputMethodService#onCreate() or after InputMethodService#onDestroy().\nBoth possibilities are equaly problematic.  Note that this might be a\nlong-standing issue that just became obvious because of [1].\n\nThis CL does not attempt to fix the root cause but just tries to\nsuppresses the NPE to unblock QA tasks.  A proper fix should be made in\nsubsequent CLs.\n\nBug: 22517687\nBug: 26511607\nChange-Id: I6bc87c3d18b560fe2253fb9f05557b95b04d0cf0\n", "proba": 9.174586739391088e-05}
{"commit": "5f74536732076785930d769efe03b6485b35524f", "message": "am d422ade3: Merge \"Fix the issue that the ime switch icon is remaining after closing VoiceInput\" into jb-dev\n\n* commit 'd422ade3d5e4993e90d63c926ca0452fe2dd8bc0':\n  Fix the issue that the ime switch icon is remaining after closing VoiceInput\n", "proba": 1.1388139000700903e-06}
{"commit": "38afb38a62b4e49ca7f9d7ad2ff48328208bb46d", "message": "am fc7c8bee: Updated accessibility nodes not properly cached.\n\n* commit 'fc7c8beecb31cc94d23e0d4312e93c2e38989c2b':\n  Updated accessibility nodes not properly cached.\n", "proba": 1.3180441271742893e-07}
{"commit": "7ddca724842f3d62373105746dabb8b705e2d210", "message": "Add convenience methods to create named action renderer hints\n", "proba": 2.723783154578996e-07}
{"commit": "15f8473950d00da819d93cc9f8f82d55795afdd4", "message": "GROOVY-208:\nBufferedReader.getText()\nFile.getText()\nFile.getText(encoding)\nFile.write(text)\nFile.write(text, encoding)\nFile.append(text)\nFile.append(text, encoding)\nFile.newWriter(encoding)\nFile.newWriter(encoding, append)\nFile.newWriter(append)\nFile.newPrintWriter(encoding)\nFile.newReader(encoding)\nFile.withWriter(encoding, closure)\nFile.withWriterAppend(encoding, closure)\nOutputStream.withWriter(encoding, closure)\nBufferedWriter.writeLine(text)\nProcess.getText()\nFile.readBytes()\n\n\ngit-svn-id: aa43ce4553b005588bb3cc6c16966320b011facb@813 a5544e8c-8a19-0410-ba12-f9af4593a198\n", "proba": 8.238876034738496e-06}
{"commit": "9eb9e67dc10383a80ecf9ddb7093637392cc9c72", "message": "fixed an NPE", "proba": 6.575409770448459e-06}
{"commit": "fc638e4bb938c730648a3ff51a9d00cda3030a50", "message": "a simple test class that validates the ability for the ExpiringMap to clean up itself.\n\ngit-svn-id: b7022df5c975f24f6cce374a8cf09e1bba3b7a2e@602313 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.696202490275027e-06}
{"commit": "ef1baad220304073fc08deb410f1d6f4a7592cd7", "message": "back to non ui job with added progress", "proba": 1.272323686407617e-07}
{"commit": "d7e6c737a9f15e367dae283d342c70251e4a7409", "message": "LazyModuleManager #1055: log the duplicate module error on the right import node\n", "proba": 1.8122933909126004e-07}
{"commit": "3975975c21248170a91e76b388eccd3948b2bd86", "message": "[ISSUE #5092] add unit test for TraceLogUtilTest in util\n", "proba": 1.3874348780973378e-07}
{"commit": "7aa3aba2678226a9575a04450cd01eb3649d2ea2", "message": "A class that allows a comparator designed for comparing column values to be\nquickly wrapped and used as a comparator comparing rows, which is what\nITableColumn is expected to return.\n\n\ngit-svn-id: 1006245cb1bdea2fd4c9095e50bc2ef3d167b18c@243581 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.168489224161021e-06}
{"commit": "2b279f21a3a4c042d697848692feb526821d8c41", "message": "Web sockets: execute WebSocketClose action when the connection closes.\n", "proba": 1.7923755990523205e-07}
{"commit": "c681e351e86f8c29f8c2a3bf590757a47015a7ec", "message": "Apply patch HARMONY-4121 ([classlib][luni][java6]new constructor in java.io.PipedReader)\n\nsvn path=/harmony/; revision=546277\n", "proba": 7.362337441918498e-07}
{"commit": "816f6f81c6dae926a8e19e5e7505494b0f9fe777", "message": "Add an example custom adapter which delegates\n", "proba": 3.612282171161496e-07}
{"commit": "e502ccb8e98dbcf1d48a82a5633939254c3d6aac", "message": "determine the normal mode coordinate\n", "proba": 0.9996620416641235}
{"commit": "d166a4ba6c78c39ea401b9ec80bc9070a9d6792c", "message": "\u62c6\u5206list\n", "proba": 3.501004073314107e-07}
{"commit": "91bf60f054b0620864feef7a522dd56170e8dc75", "message": "\u54f2\u5b66\u5bb6\u8fdb\u99102\u95ee\u9898\u6b7b\u9501\n", "proba": 1.539773109016096e-07}
{"commit": "4786d0777a1b75aa75fe3e2ffd5e65d3584ef7c1", "message": "hackerrank->datastructure->linkedlist->find merge point of two\nlinkedlist", "proba": 3.3887663448695093e-06}
{"commit": "6a27733aa6a82dee8b69ae5c8c2c9387fa80005c", "message": "Added ChatFormatting for server and client side\n", "proba": 1.2497665125010826e-07}
{"commit": "713418a9d937f4e0d786f224097b3a950b5a7243", "message": "ContextInjection\u7528\u306eUtilProvider\u3092\u8ffd\u52a0\n", "proba": 1.5908626949112659e-07}
{"commit": "1c8f0685495d199812408d546b6498c268db70f6", "message": "SHINDIG-257 uncovered an error in tests\n\nA couple of tests were using default locale, instead of\nLocale.US, for the dateformat. This was breaking the build\nfor those of us in the colonies, outside of the Empire ;-)\nThis small fix fixes the broken tests.\n\n\ngit-svn-id: 3f2e04d30bd9db331bbfc569b45e7de8c0d84ef0@655528 a5cc9254-8de9-e8be-c026-97bcafcbeca4\n", "proba": 5.40303790330654e-06}
{"commit": "c33de0f93b3430d7aec75388d59fe016e459af8e", "message": "[feature] DelayQueue\n", "proba": 1.2832082347813412e-06}
{"commit": "957011418b5b214780232c88c16d123a10ac225c", "message": "Implement Drum Tracks\nRefactoring\nCode Cleanup\n", "proba": 3.8024353443688597e-07}
{"commit": "14bb34977e007e3dd389a5119b8f768c1724221e", "message": "Catch UnsupportedOpExc in ServerListPingEvent\n", "proba": 1.89089575997059e-07}
{"commit": "db1ead21e01b1a450a670f35206b50523589caa1", "message": "Added VoidIoSource\n", "proba": 2.040252837787193e-07}
{"commit": "5239e61e75cd3737a7176f7ac4de53b5f07ab648", "message": "Added logout functionality with csrf support\n", "proba": 1.749149873830902e-07}
{"commit": "df8d0a5a9cf57ace379a08e6a1fb4974779b3676", "message": "\u6dfb\u52a0chrome\u652f\u6301\n", "proba": 4.204033814403374e-07}
{"commit": "ab0e91d7fd64949bde1261a46c53e32177cbc6b9", "message": "More update", "proba": 1.2110160696465755e-07}
{"commit": "0bb4e04e0634d35ee9219dbe48de678c8e2e8589", "message": "Fix ~40 Eclipse warnings\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1415178 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.5031521267446806e-07}
{"commit": "61ba78f4d8d5d2b917ded5cc67ee45cc80d760c5", "message": "Adding Tile Exporter utility.\n\nExports HBase tiles to local filesystem (only supports tiles with bin type == double for now).\n", "proba": 9.971812175990635e-08}
{"commit": "f38c1e8f48f58fb5ab5d8ec206bd40c4cccd7610", "message": "Added TextRamModelUtil to transform external aspects, transform individual aspect, serialize, et\n", "proba": 1.0538722960973246e-07}
{"commit": "478d359f429890dd6f07bbf2bcaa2994bf17e742", "message": "fix for GRAILS-10996: duplicate entry created in BeanBuilder when factory method syntax is used\n", "proba": 1.4348815113862656e-07}
{"commit": "d82a8e1e0ceb71e8eeb1011fe3c3c9ffbcc77ef6", "message": "Generates OJB repository descriptor from xmi file\n\n", "proba": 2.0887646314804442e-06}
{"commit": "d2f5cb41ea0d2f3deaab1dc105b964706e69b26b", "message": "Test class for RunQueryAction\n\n", "proba": 2.83907979792275e-07}
{"commit": "fbd4634e725894014258d645d08b0dbe803c52c1", "message": "Pass exceptions up so we can see what's going on.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@248561 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.848093117790995e-06}
{"commit": "68b87716ba6112d27686078855abfa2e09bed966", "message": "Add validation of cookie values.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1628693 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0015275474870577455}
{"commit": "6214a9987426ae2f1b34c9531d67b1350b4a06bb", "message": "Contributed by Rajiv Balachandran. Adding a checkin test for XmlBeans.getVersion() API \n\ngit-svn-id: 297cb4147f50b389680bb5ad136787e97b9148ae@178559 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.178980811455403e-07}
{"commit": "4179c1227cdb3376c1946ed2bf91bfa6c31fdd91", "message": "a sax filter that removed document start/end events\n\n\ngit-svn-id: 477788cc2a8229a747c5b8073e47c1d0f6ec0604@7559 f5dbab47-78f9-eb45-b975-e544023573eb\n", "proba": 8.627611123301904e-07}
{"commit": "91b3f8ab8031adfd0472ac94950f7762fbe417c3", "message": "Forgot to add this previously.\nPR:\nObtained from:\nSubmitted by:\nReviewed by:\n\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@199459 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.3451900688087335e-07}
{"commit": "cc95712ea2eb07913d8a9964cd8266245f8c1fd6", "message": "am 368016f7: am bd0e1808: am 4015c3f8: Merge \"Only show camera widget to setup users.\" into jb-mr1.1-dev\n\n* commit '368016f769903df05ad5af51e8402dc372d5cd49':\n  Only show camera widget to setup users.\n", "proba": 2.0135085776473716e-07}
{"commit": "18b19773e36a2d739eedf0bc1a3be4de59fd4836", "message": "Add tests for `PmSystemEventWatcher`.\n", "proba": 1.1121241527689563e-07}
{"commit": "42e785fbf7dfa50096275cf1e6233247e9fc15f7", "message": "am 3457ae47: Merge \"Revert \"CEC: Let playback device switch TV input after bootup\"\" into lmp-mr1-dev\n\n* commit '3457ae4709c8444f8ff9cdaf5809d6164f3bd21a':\n  Revert \"CEC: Let playback device switch TV input after bootup\"\n", "proba": 1.380853262844539e-07}
{"commit": "86e61d5963bc032f59cb302c8c18a86e8b1725b5", "message": "example for a Tray application: so far Windows work, Linux not", "proba": 1.051702156473766e-06}
{"commit": "369ccf48d2677b45e23152a36c6dd07a6b70b3a6", "message": "Load last view", "proba": 2.7211558517592493e-07}
{"commit": "261486808d85c6bcac8ce18a785380a9a13d6eb5", "message": "SNAP-396: Fixed migration for different cluster id\n", "proba": 1.1750832129564515e-07}
{"commit": "b45edb797a96e443066d1054a4882c7b17463368", "message": "Added toString() for debugging\n", "proba": 2.1003830852350802e-07}
{"commit": "dbf8f7677af9d48e036ae0da36146f4998ead1e6", "message": "Updated #237 - round 8", "proba": 1.3194213011047395e-07}
{"commit": "295d095f62d75df49c3f39f19612c9b2c66454f8", "message": "fix qualified names of things with no package", "proba": 0.00039830419700592756}
{"commit": "160168cba648a6ff0f2b2aaeebab94dcdee8348a", "message": "AS7-5463 CLI GUI: Unable to open node with a space in the address.\n", "proba": 1.0273761574808304e-07}
{"commit": "23f4c89d5dc3fb4c49dffbecd5bee0152b7c70ef", "message": "Implemented OrientationSensor.\n", "proba": 1.536758418296813e-07}
{"commit": "242f40140a9fb7f496279d8a42313ad3ab60db41", "message": "Added FindFolderIterator\n", "proba": 2.6182428314314166e-07}
{"commit": "87c2de4762a04cb09e6b270057cccb36a0e733d8", "message": "Checkpoint commit find minumum distance\n", "proba": 6.032483952367329e-07}
{"commit": "59801a4fad1aa64c612add1bf57ba8b98924b0e9", "message": "Fix system properties\n", "proba": 2.203584472226794e-06}
{"commit": "b661ca83943860b5b405c831466a991884ea5ec1", "message": "Added basic analysis\n", "proba": 1.2302980678668973e-07}
{"commit": "94d5fade8f614187d6d1e91570d3007fadb02099", "message": "Enabling content type to be used even when the output stream is being used. Content type handling was working when we use the http \nclient, but not when using output stream.\nThis is a temp solution and all the options, that are working with the http client,  should work even with the outputstream case. \n\n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@431319 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.6925021100178128e-06}
{"commit": "21d507de7569bf23bff99dda1601a566633d4e9d", "message": "add exception class\n", "proba": 1.2934982578372e-06}
{"commit": "70ba974ecdc77fe566c8fddc087eb391eab8006d", "message": "findVersions test\n", "proba": 2.0906218196614645e-06}
{"commit": "80e1af7dca424f4b21e4532c4c267d58d3fdc41d", "message": "[VTK-2524] Use StreamUtil.pipe() instead of FileChannel.transferFrom()\n\n", "proba": 1.4940198411750316e-07}
{"commit": "24da2341ab22f3d63dfc46b51088e2a162af81eb", "message": "VTK-2946\n", "proba": 3.8522870227097883e-07}
{"commit": "f0848aff864fdccc10145fc86674c089cf5b543d", "message": "Changing an error log message to a warning log message", "proba": 2.0118217435083352e-05}
{"commit": "bc784e76ed887490597dc5edf5844c05728962a7", "message": "Create ArcoDirigido.java", "proba": 5.779108050774084e-06}
{"commit": "8cf8b2ccd4ac3a6a842dc23bb3b9243f5bb6e793", "message": "Fuzzy fix.\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@6474 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: ce30e13baea858e13f6351b81a3fe2ed0e16eeb9", "proba": 1.0903640031756368e-05}
{"commit": "a38391a3661cd793d3731d2df4f84c8497f349e4", "message": "MLPC/DNN drop units array, just iterate (I109). Spark renames (I112).\n", "proba": 1.170385885984615e-07}
{"commit": "63a136604d4482d04445c74e04157e0fd6a0f1d4", "message": "repaired examples\n", "proba": 4.3333537291800894e-07}
{"commit": "fce79b4b577ebb2c7c9a8f0568af4102afe39aad", "message": "Update ForestBiome.java", "proba": 3.147565337258129e-07}
{"commit": "9336a6d1559241bef143feecdab6f709dd6b8425", "message": "release v2.0.3-snapshot\n", "proba": 2.9254999844852136e-07}
{"commit": "ccb4050e2b79feded401c44a5871397fd85fe213", "message": "Compass mod\n", "proba": 7.52987546093209e-07}
{"commit": "ef09cc085c2121ee75ae299f24757a0aa56ac204", "message": "[Update] overview component supplier support\n", "proba": 1.2413080696660472e-07}
{"commit": "511e2da1d8ad60858248149f60972e1e032c7001", "message": "Added LightningTrap\n", "proba": 2.7756277631851844e-07}
{"commit": "278dfe44e06b78e0c4edc9750d10e46e7cd71c4b", "message": "avoid double registration", "proba": 2.632579594319395e-07}
{"commit": "d5120e179125860e2c5c1ef606950888a8adaba0", "message": "[FIX] missing class added\n", "proba": 1.179175569632207e-06}
{"commit": "f0d2e9b1589e5d8a1fe08fc750c747ee32e752fb", "message": "Update findEnumInsensitiveCase method java docs and add @NotNull annotations\n", "proba": 2.6758581839203543e-07}
{"commit": "c3057bc7d61f6b960908213eb3217d1feb8bbbaa", "message": "Changing Field.Option to implement Serializable", "proba": 3.5958666444457776e-07}
{"commit": "c24c6342abf49e41e374ef359a9c719c2b870735", "message": "\u4fee\u6b63\u6587\u4ef6\u4e0a\u4f20\u7684bug", "proba": 1.5646476470010384e-07}
{"commit": "3ea5970066b8de34943f18e47136f2c49b684436", "message": "not sure what the last thing i did was\n", "proba": 5.700377982975624e-07}
{"commit": "1e6e3d8a485df13f4694fbcdd2a067eb4b0c077e", "message": "\u5c06DefaultEntityMaker\u7684\u5b9e\u4f8b\u65b9\u6cd5\u6539\u4e3aprotected,\u4ee5\u4fbf\u4e8e\u7ee7\u627f. Fix issue 382", "proba": 2.4382327978855756e-07}
{"commit": "cb62d795d775a967fe95cc52c56929ab26da2254", "message": "Fixed issue 419", "proba": 1.7700114085528185e-07}
{"commit": "5db670fb2170e95e0868619a9d2aa714e2437f9c", "message": "Updating log statement for getEventsByPopularity\n", "proba": 3.542850492976868e-07}
{"commit": "281e231c28deab3522ff5c75d563411acf0d172c", "message": "exception handeling\n", "proba": 8.525502721568046e-07}
{"commit": "3d70bfc7909cb5dc2940ff5d29c5b09cd1453bac", "message": "Create LightListener.java", "proba": 3.4292764894416905e-07}
{"commit": "d3bcc48a771eb883bce0ef73260f43f063eefb7d", "message": "Adding webview activity which shows help links.\n", "proba": 1.1130090626920719e-07}
{"commit": "02901eb7f21751b8a9486ffa9f50531bd59133a2", "message": "SettingsProvider: Fix botched merge from donut to eclair.\n\ndonut and eclair had different ideas of what it means to upgrade from verion 34 to 35.\n\nSigned-off-by: Mike Lockwood <368d0007e4626f70737d16df5e49ed8806b98c3f@android.com>\n", "proba": 1.2114435321564088e-07}
{"commit": "c5abcdc90164ea558f1adf809568753e4dcdc638", "message": "Refactor LoginController\n\n`OsiamCachingAuthenticationFailureHandler` sets an LDAP-related error\nmessage in the session.\nPassing the message to the view was some kind of magical before: No one\nknows how and why it worked.\nExplicitly read the error message from the session now and add it to the\nmodel.\nUse `ModelAndView` in `/login/error` to simplify error handling.\n\nExtract common model attributes as `@ModelAttribute` annotated methods.\nThis removes the duplication of setting it.\n\nModel attribute `locked` isn't used by the login template, so remove it.\n", "proba": 1.3185810132654296e-07}
{"commit": "1c7a41aaafeae25c21ca4f0f8688035a62111218", "message": "we know the timezone test fails because we're not guessing the system TZ properly\n", "proba": 5.063807861915848e-07}
{"commit": "20eea8e00be38db2ae5a449a47a55026da662f8d", "message": "add query\n", "proba": 0.0003294537600595504}
{"commit": "c7ff88863cfa07b865e6a9481c1f1cdd395d4323", "message": "Added the FileUtils test support class.", "proba": 1.080256097907295e-07}
{"commit": "37b949ce14907235fe0b316bcc80adec38e915fb", "message": "poprawka kontesktu zalogowanego u\u017cytkownika", "proba": 1.9514343421178637e-06}
{"commit": "c588e1811251c59826de31b4136b29fe78a19daf", "message": "Random Pair Generator\n", "proba": 6.666024887636013e-07}
{"commit": "297cd199e890c9f75fdacbbb5016f9c94169cb6b", "message": "Fixed javadoc error.\n", "proba": 1.3120931896537513e-07}
{"commit": "2225cbde7468eb7a4dc9c2a59a5ac996e4fc8448", "message": "WIP UI\n", "proba": 6.706861199745617e-07}
{"commit": "856bba1f804f4a9ec98e1d4dd44c8e8d0e4b99c3", "message": "r introduce interface\n", "proba": 2.2390833009922062e-07}
{"commit": "ab274d8ca4cb45d8d78e3c22a839fa3bacda5f08", "message": "remove duplicated whitespace-checking routine\n", "proba": 0.000914964999537915}
{"commit": "9ac5ff9823ab629ec3a80762f7ca39820074d4ce", "message": "creates ConfigurationUnitUtils\n", "proba": 5.01367424021737e-07}
{"commit": "56971f834ed81beb9ce23d458691af017b32bfb2", "message": "add util. function ProductSystems.hasLibraryLinks\n", "proba": 0.00021891061624046415}
{"commit": "843742c889c127ab8afa7d051de92ca8ed4cff77", "message": "Extended menu.\n", "proba": 1.90822134982227e-07}
{"commit": "c3002f37b3765d92a3148028c6506b64b95646be", "message": "Package-info for eveniterator\n", "proba": 2.0378921306019038e-07}
{"commit": "e96a39407df11eead6db3f34e1fdf2b52b2afce9", "message": "ExclusionHandler. Not used or tested yet", "proba": 1.3104126139751315e-07}
{"commit": "53fcacb5e373c45cbeb03981e3b13d8345efb7b5", "message": "[OPENENGSB-1009] add DomainEndpointFactory and implement single-service-methods\n", "proba": 1.699235241403585e-07}
{"commit": "ee4a272876619da6518a39dc41ed8505a6265110", "message": "am d220a830: Merge \"Change DBG to false to eliminate logcat messages.\" into klp-dev\n\n* commit 'd220a830f4fb0e13e31d7632eb04f70fedd31e97':\n  Change DBG to false to eliminate logcat messages.\n", "proba": 1.2517406844381185e-07}
{"commit": "cbc7168e55fd4058647af5a6ca7652bb99b299b0", "message": "am 03f7f442: am cb54f978: Merge \"Update window alpha at the same time as translating\" into klp-modular-dev\n\n* commit '03f7f44250faea2db0147f43b6699436e540889d':\n  Update window alpha at the same time as translating\n", "proba": 2.462925863255805e-07}
{"commit": "0a2823e539abeb037d3acb01b5d5eed7c85f4ed7", "message": "Remove most sleep() calls from ConnectivityServiceTest\n\nChange-Id: I90d2f6811ed1cb84614101200ac377e920bd864a\n", "proba": 4.153540430706926e-06}
{"commit": "e143465342ee55fb7cd59a4779f0640ec8628c2f", "message": "Add InProcessTaskServerApiTest\n", "proba": 4.983508574696316e-07}
{"commit": "4f9b11391474e2b67eb6d8abeb66ee483e72bcab", "message": "TODO added", "proba": 1.9313870325277094e-07}
{"commit": "5d5c5ca1197c67daa7a717fbbe18e60ae4e173cc", "message": "disabled not stable test", "proba": 5.07995821408258e-07}
{"commit": "8a92a691e5ac40cd7dbbdb9be0b8cd16ac69f7e4", "message": "searchDAO is now working\n", "proba": 1.369792528294056e-07}
{"commit": "944d347a7b84bd1775ffd0c16405b7ca297581df", "message": "Create DispatchController.java", "proba": 1.1352809679010534e-06}
{"commit": "b8ebeed1905371412c1e15314e348474bc3c126c", "message": "removed IE trick", "proba": 2.743288121109799e-07}
{"commit": "c50b8b18e35bb39df8f3052dfd50c79b95b7d4fe", "message": "Removing unused methods\n\n", "proba": 1.3232814808361582e-06}
{"commit": "aa5f671410ad504c3ba228b4a15c5592bb85872a", "message": "VTK-1486 - fixed\n", "proba": 1.307429187136222e-07}
{"commit": "2532287b91669c73926cc1f88f411536546ff96c", "message": "Commiting the Commons MTOM test\n\n\n\ngit-svn-id: 3495a5c4bbe5ece00c09619c056c9a903ff1da72@219179 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.06000901623338e-07}
{"commit": "66480ba382f855566617cde4f7bf32345fca4212", "message": "Add configuration for pagaing related properties.\n", "proba": 1.1296106805502859e-07}
{"commit": "7ff610ee029d990a6b9b6d8c90a79fe79fbd8368", "message": "The print dialog in bad state after pressing back from prnt to PDF.\n\nWhen selecting print to PDF and then pressing back to return from the\nstorage UI activity, the print dialog was in a state where nothing\nis selected.\n\nbug:10983508\n\nChange-Id: I9c14b5fa18e812104ade6a2eacd626b5f7387111\n", "proba": 2.4956900688266614e-06}
{"commit": "6f1b54e455d5fccc360ac1675cfe0467350339aa", "message": "am 7f2ffe4f: Merge \"Avoid panel \"flip\" animations when possible.\"\n\n* commit '7f2ffe4fe1daf8a986bd9a6027973dc72145a432':\n  Avoid panel \"flip\" animations when possible.\n", "proba": 1.657670338772732e-07}
{"commit": "cc5527f234c1525b83477af07f8f4399b8b01047", "message": "*** empty log message ***\n\n\ngit-svn-id: b619a0c99665f88f1afe72824344cefe9a1c8c90@912 fd5a2b45-1f63-4059-99e9-3c7cb7fd75c8\n", "proba": 8.121432983898558e-07}
{"commit": "f750bd8422fee07c7f243fe86075a531ef99d796", "message": "Reformatted docs", "proba": 8.245315825661237e-07}
{"commit": "e31e6ebf620bb98b8ec815585eefd80537d43d8b", "message": "Use static import.\n", "proba": 1.3582774727183278e-07}
{"commit": "ab310ebb766ff4fcc4d5ec88aaf5f6755ee6089a", "message": "Add failing test for #314\n", "proba": 5.163293508303468e-07}
{"commit": "965cb4e4dc88311435785d12c32ae11c77ca4594", "message": "add test for SQLServerResultSet42\n", "proba": 2.3017631178845477e-07}
{"commit": "1d98fb65f93ad5f90c75e921e4e048105b760c84", "message": "Missing DetermineTextAndBackgroundColors test in checkin 4fcee28d93\n\nBackground color is incorrect on first page for some reason\nhttps://stackoverflow.com/questions/54637141/background-color-is-incorrect-on-first-page-for-some-reason\ntest.pdf as \"test3DmitryK.pdf\"\nhttps://drive.google.com/open?id=1LXOuGmk67hQRwLXi5GBx-5n3-CJ_NV7h\n\nThe underlying issue is a bug in\norg.apache.pdfbox.pdmodel.common.function.PDFunctionType0#eval(float[])\n- it changes values in its parameter array which is something other\nPDFBox does not expect.\n\nPdfToTextInfoConverter is the OP's class skeleton for a text extractor\nthat recognizes text drawn in the same color as its background. The\nproblem is, though, that the bug mentioned above changes this class'\nunderlying data. But there also is an unrelated bug here which doesn't\nplay a role in the question at hand, though.", "proba": 0.0011859055375680327}
{"commit": "90b660a6ccca8be4ad0b480cce01b62b89d94c46", "message": "Added.\n\n\ngit-svn-id: 6c0206e3b9edd104850923da33ebd73b435d374d@624087 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.091454676810827e-07}
{"commit": "a933e3c53bd2d9957d649cc0205fc216b574db2d", "message": "Factory method for creating textures\n", "proba": 2.625233719300013e-07}
{"commit": "df63668389ff0387e2af32032784614a98c73170", "message": "actualizando datos de acerca de\n", "proba": 2.0467190608997043e-07}
{"commit": "94c6e4aa52cd7e218267bbec8c700c1ff3ca0d1e", "message": "Codeforces #1017C: The Phone Number\n", "proba": 2.0569425487337867e-06}
{"commit": "eac63478a40a8ecd52f8b4be57189d5b2414453d", "message": "Appointment\n\nSletter end et appointment object\n", "proba": 5.079502898297505e-07}
{"commit": "0503347cb6ed43557c22f9595bc38a60a43fef0a", "message": "added tests\n", "proba": 1.7831912657584326e-07}
{"commit": "9eb309ebb95ecf13441981916c6f3b3d8499f8ee", "message": "New filter to select single versions based on the index in all data", "proba": 1.4303701334483776e-07}
{"commit": "00984895734947d6aebf61dfe8c1a80fc39a398e", "message": "HBASE-5984 TestLogRolling.testLogRollOnPipelineRestart failed with HADOOP 2.0.0\n\ngit-svn-id: 1ea5de6e32eadb5f080cfd8bafe1c87167c06d54@1408574 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.453534299704188e-07}
{"commit": "3d102eab78d358a88fe06d72b60a6c3cedeffc76", "message": "[VTK-4727] Also test that attributes apply when copyingc\n", "proba": 1.2537478255580936e-07}
{"commit": "367343386d61fcc035d77e9f7761b66844ceb5f3", "message": "added hacky fix to try and resolve slide issues at AS\n", "proba": 1.263853448563168e-07}
{"commit": "d5bd0f27dfb66a5c5bf07e300b8c192402861825", "message": "longest palindromic substring -- dynamic programming.\n", "proba": 8.76511478509201e-07}
{"commit": "bebd76fa5b8ed13ad0c8e459d723a208890df92c", "message": "Create Example.java", "proba": 4.923344931739848e-07}
{"commit": "8261119748530ec2638320a9fcfc2bc634c6b278", "message": "\n\nsvn changeset:18358/svn branch:6.5\n", "proba": 3.0792296001891373e-07}
{"commit": "8dbb64b93e56a0a2ff9ebfd0e18e2359dfd2a971", "message": "Add Pieter.java\n", "proba": 0.9992213249206543}
{"commit": "6043ce5148371b7308e26b5b6ab14fdfc298cb6f", "message": "Fixed playlist cooldown being outrageously high with long lists\n", "proba": 1.7362928872444172e-07}
{"commit": "2aaf6df6d0dc505644a9f3ca578c3a97904944e4", "message": "Add Rotate op.\n", "proba": 1.689717095132437e-07}
{"commit": "41e35c269ce2aea31867988f9c1db04d8e4e0060", "message": "Fixed typo at line 223 schemesdir instead of schemes\n\n\n", "proba": 1.548595776057482e-07}
{"commit": "d69e166566ced44a67596078e5dfcf3c48ef45f0", "message": "add image rendering", "proba": 1.7243636420971598e-06}
{"commit": "87f63859ca28715e3d01d097784061c01cf1fcdd", "message": "Added class to handle payment files.\n", "proba": 1.0974142128361564e-07}
{"commit": "99f32e68dfd5618a35ef2b4426d15b3204a97823", "message": "Create APIConsumerService.java", "proba": 6.084797132643871e-05}
{"commit": "546e5efb3d4473ab050a24fe8fcff2ac8048fa35", "message": "Update APIConsumerService.java", "proba": 1.3994921346238698e-06}
{"commit": "bfd83c453f5a686faf7cdb14848a1b57c3d1c3ab", "message": "Create APIConsumerService.java", "proba": 6.084797132643871e-05}
{"commit": "0be7b4c761d9cad8aa6f275169ec17550bce7417", "message": "Implementation of Server", "proba": 5.5256862196984e-07}
{"commit": "82acb5e52ed99b9c77356cb19397dba5c9eab659", "message": "Make tests more reliable\n\nEspecially fixes problems with GridStructureTest\n\nChange-Id: Iad0b25fc9cb182940db45af76d47292fd6d1b0bf\n", "proba": 3.168761168126366e-06}
{"commit": "084851ed0f65107b08cf4a89873130a792609a10", "message": "Documented new docgen.cjson settings.\n", "proba": 1.1916250031163145e-07}
{"commit": "94540697c060cf5d9f58f5f9f46df9a50b0ebde8", "message": "Removed ReferenceFieldSerializer non-static inner class tests (issue 16).\n", "proba": 1.0042779052810147e-07}
{"commit": "502c2f9f58f08154b5529cb66333123cf1c8a17f", "message": "Added a game renderer for multiplayer games.", "proba": 1.0586712306803747e-07}
{"commit": "d32a235dbff1c3c42df75c8710dd6f5a64f269f4", "message": "am 8c58c318: am fe8426a3: am 06bdab9b: Merge \"Set AppErrorDialog result during dismissal if it isn\\'t already set\" into mnc-dev\n\n* commit '8c58c3189f99f26f7e452d2dd0739a93a72f8806':\n  Set AppErrorDialog result during dismissal if it isn't already set\n", "proba": 7.304736868718464e-07}
{"commit": "1367e0a101d030dcbbd8a57278dce80a05ece194", "message": "fix crashing apps\n\nBug: 7349330\nChange-Id: Iea61bce23cb197c7a28d574098253823df73a99b\n", "proba": 1.7060108348232461e-06}
{"commit": "95427cdbd802f7cb529d62bb79953c45b36a8fcf", "message": "location: Fix mock provider support\n\nAllow mock providers to be used for proximity alerts.\nClear calling identity so mock provider support does not fail due to\nlack of INSTALL_LOCATION_PROVIDER permission.\n\nSigned-off-by: Mike Lockwood <368d0007e4626f70737d16df5e49ed8806b98c3f@android.com>\n", "proba": 1.2237427426953218e-07}
{"commit": "b7f9d254978b285bf04613f6e69a1afa89240ca9", "message": "Handle unknown case in LocationManager.getProvider\n\nIf a provider is unknown, return null in\nLocationManagerService.getProviderProperties() instead of throwing a\nsecurity exception, so that LocationManager.getProvider() returns null\nin this case, as specified by the javadoc.\n\nBug: 7359960\nChange-Id: I1b8b74745f66717a3439a1d353a46a23272cc313\n", "proba": 0.00010461058263899758}
{"commit": "36312612293a9d2446409c280a27f580ba871c41", "message": "am 24597eb7: Merge \"Tone down Tethering logs.\" into ics-mr1\n\n* commit '24597eb77e1a88994b83c5b1f45d5b72383943b8':\n  Tone down Tethering logs.\n", "proba": 6.640378842348582e-07}
{"commit": "030f5e18dfa71673708deb75e8aa1f196bebbd99", "message": "Disable USB Tethering when UMS is active\n\nMake the tethering module aware of UMS.\n\nbug:2469818\nChange-Id: I29995812db41bf01a17c303f31fd1707a8d55328\n", "proba": 9.429252531845123e-05}
{"commit": "8be719ec653b598717c425227400e505aa667651", "message": "add solutions\n", "proba": 2.413120455457829e-06}
{"commit": "19b26f875416e412de7792f6829498a748cf9602", "message": "Miss USB device Interface from UsbManager.getDeviceList().\n\nIn the scenario that you connect more than one device to android phone with an usb hub,\nwhen you attach the second device,mNewConfigurationis is still corresponded to the first\ndevice unless another mNewConfiguration is created by a new operation.\nHowever,before another mNewConfiguration is created,setInterfaces() in addUsbConfiguration()\nhas already been executed. Problem is that mNewInterfaces has already been cleared when\nit finished endUsbDeviceAdded for the first device. As a result,the UsbInterface descriptor\nin the first device's Configuration descriptor is set to null.\n\nChange-Id: I0ba4f07c809d07ebebed633e43c3ee8e2e4c5060\n", "proba": 9.264285836252384e-06}
{"commit": "429f41f4576e74c0e557d37492d39a3ae0e912bf", "message": "Fixed NPE at first startup", "proba": 1.264777012011109e-07}
{"commit": "02462e7531cd9cb5edafc01f235da9ddc6d690d1", "message": "add Uri util class\n", "proba": 6.63044374960009e-07}
{"commit": "a2cea1c6d0bbc170f3e0881dafbfc981ab0164e1", "message": "Created auto package and RMAutoMode abstract class\n", "proba": 1.3153933764442627e-07}
{"commit": "850788ab66e9bb7bce3e123b04001e1284c8d1c7", "message": "length\u7684\u91cd\u590d\u8c03\u7528", "proba": 4.808672429135186e-07}
{"commit": "1d9d0a10c1e51e10ad74f34c61b70e28cf8984ca", "message": "Committing the package for inference resolution in this code.\n", "proba": 1.1778566744169439e-07}
{"commit": "f48be6d7fa8409de355104a1846c6f30b5be65ec", "message": "am 84a378f2: Merge \"Fix a bug in Android Keystore updateAAD.\" into mnc-dev\n\n* commit '84a378f256bf7925ceb5d2c039a033d3e59b75df':\n  Fix a bug in Android Keystore updateAAD.\n", "proba": 1.7729188073190016e-07}
{"commit": "57f9fb24b2c87b312e3f1301041c3523f9ea31cb", "message": "Added package documentation.", "proba": 1.2579924657529773e-07}
{"commit": "41635910c772d662a464cd2730269b4f51c4a92c", "message": "Add missing www auth header to basic auth", "proba": 7.192077191575663e-07}
{"commit": "f8b9a8d508c37543b855c9491bc077de6bccd0aa", "message": "implement test cases for unmark command\n", "proba": 5.456239478007774e-07}
{"commit": "4a1b39fd3c541f4e228a6d335e6ba66bb1b24cf0", "message": "Added DefaultApiFactory.\n", "proba": 1.2092066015156888e-07}
{"commit": "70444e88f9ba888e1349e98e677416c5e681e8ff", "message": "UploadPictureCommand\n", "proba": 8.471331511827884e-07}
{"commit": "fb006966c809cf9716aeea5179c6b03a00abb819", "message": "Update Integrator.java\n\nfix bag", "proba": 3.06196426436145e-07}
{"commit": "4463a776c80d8c5206393fd33a1cb8766ed5a057", "message": "Trace the wakeups processing lag\n", "proba": 9.658902854425833e-06}
{"commit": "537c261656e302d19c6020120adaec4b2e6a469f", "message": "add DoneCommand class with constructor\n", "proba": 3.3143837185889424e-07}
{"commit": "cc917e5632964eca05851812af0f90ff2291f332", "message": "23-6\nPour securite\n", "proba": 1.286611990281017e-07}
{"commit": "e3ca11a113e422af290f0a3726a65ef4d7b7c74a", "message": "fix build\n", "proba": 6.818289080001705e-07}
{"commit": "95a96205e8503bcc619ac7615276a9a9ce63ed5a", "message": "Fix #14\nSigned-off-by: Marlon Baptista de Quadros <ce3af5cf60074be6bf9a34e3b6b77be96a29d7c0@hotmail.com>\n", "proba": 1.1220380713439226e-07}
{"commit": "9b592a987a26cc5a8fa8f43f25c3c77b0008975b", "message": "modify stock item fragment\n", "proba": 3.502219669826445e-07}
{"commit": "5f4b1aa7016a9a2a1a608d70f56fcdc17f7bf881", "message": "Fixd a bug that would cause the app to crash whenever a course returned by the service didn't havea building associated with it\n", "proba": 2.2111744613084738e-07}
{"commit": "5f38e4e6e393a45be36d6e97e41a99029196cac2", "message": "1787. Make the XOR of All Segments Equal to Zero\n", "proba": 0.9999994039535522}
{"commit": "3b91bce9c6c40c6a5c54ac940a937d50fd34289d", "message": "Cleanup lexical-handler (for re-use).\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@248476 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9987886548042297}
{"commit": "0e83de2d70fdbf367ef332d4c4c5b5e7e1663e5d", "message": "small code inspection fixes to serialID and unnecessary cassts\n", "proba": 1.3086940953144222e-07}
{"commit": "18893da7016d2c74bcf5bf3bc51a8df725fa8828", "message": "https://github.com/OpenHFT/Chronicle-Queue/issues/744 failing test on java 11\n", "proba": 2.4098196149680007e-07}
{"commit": "6d0e5c328962f1c5308120c197f7005fe435d64e", "message": "ReportDao\u306e\u30c6\u30b9\u30c8\u3092\u8ffd\u52a0\u3057\u307e\u3057\u305f\u3002", "proba": 1.0945628048375511e-07}
{"commit": "991d329afda2faf7ac1c5c51b545571742d91363", "message": "CAMEL-1604: Added onWhen to the onCompletion.\n\ngit-svn-id: 11f3c9e1d08a13a4be44fe98a6d63a9c00f6ab23@775059 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.758356743015611e-07}
{"commit": "4550308fe26770e7cd7f81100c6fe424c239fd1f", "message": "Add an example of writing a file in text and reading with BufferedReader\n", "proba": 6.099996880948311e-07}
{"commit": "38f064789de00e7bb5648714b4b90f1b169b5876", "message": "Fix intersection types and Bottom\n", "proba": 1.5225893548631575e-05}
{"commit": "8b3500ffad44cc1fd89b5c7a7a6f68e1dbe4e958", "message": "cosmetic: CeylonModelLoader: whitespace\n", "proba": 4.2525956814642996e-05}
{"commit": "af825e944a0c5f2ae1bd1c7ecb899609fffdded5", "message": "added initial GeneticSparkStarter test", "proba": 1.2380898795072426e-07}
{"commit": "32d68fcb4803a7b760f67589cb07471fad2fb01c", "message": "Bugfix: deepCopy() -> branchCopy()\n", "proba": 6.2635132280775e-07}
{"commit": "670fed642dbf72bdb972180a047a19dc384d90df", "message": "added new file.\n", "proba": 1.299224408057853e-07}
{"commit": "4d53bf0b9ee5f53d5919b0c2d34592c4a08cbaa2", "message": "commit b568029a39bcb5a895732495146de63537ae7299\nAuthor: Vinay Kumar Thota <vinayt@yahoo-inc.com>\nDate:   Fri Oct 1 11:12:15 2010 +0000\n\n    HADOOP-6944 from https://issues.apache.org/jira/browse/HADOOP-6944\n\n\ngit-svn-id: 7e7a2d564dde2945c3a26e08d1235fcc0cb7aba1@1077758 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.618251559420969e-07}
{"commit": "a4d6f96931afa13d720d7c42ca43bc675b539fc2", "message": "The trailing slash will be removed at normalizePath\n", "proba": 8.048700124163588e-07}
{"commit": "33b6e3b681772a5ffd48ef83c7df7fcb2b4cb011", "message": "added TODO\n", "proba": 1.273571541560159e-07}
{"commit": "2972450267364e84ad5b85d2dc8ac174383010ad", "message": "Remove @FlakyTest annotation for VideoTest.testLoadMediaUrl\n\nThe test seems to be consistently passing the flaky bots\naccording to\nhttp://clank-test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=testLoadMediaUrl\n\nBUG=147966\n\nReview URL: https://codereview.chromium.org/1587363003\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#370542}\n", "proba": 0.0008132337825372815}
{"commit": "09bbdf890a71b1820793f29cd05e20db623acef6", "message": "Create 066_Plus_One.java (#33)\n\n* Create 066_Plus_One.java, by @hvsalesforce ", "proba": 2.1573093533788779e-07}
{"commit": "c1740a2b7948db58fa8b26e2916ea7e3961e8f47", "message": "AtCoder\u30d7\u30e9\u30af\u30c6\u30a3\u30b9", "proba": 1.022773290060286e-06}
{"commit": "e7776c78be4e4671d0f38061f71449321ed2322b", "message": "\u6dfb\u52a0URL builder\n", "proba": 1.963061464493876e-07}
{"commit": "2d3f23d7e468d6a581bb51c67e43827c89fc6d02", "message": "hopefully fix CSV test for JDK6\n", "proba": 1.6250221790414798e-07}
{"commit": "a7b8dfed15ed525ff78693f98b1039c0a25fefd4", "message": "LocalHTable: avoid wrapping exceptions of HTable instantiation + create an HTable intance when instantiating LocalHTable. Fixes the hbaseindex problem on Hudson.\n\n\ngit-svn-id: 1539da8adbe6edd6a9574b70a453a2e41fb5c603@4777 b80d95f8-e103-0410-bd55-e03a9dc29394\n", "proba": 2.8229392228240613e-06}
{"commit": "e2eda434620b41596b181d6f032b3efcd67277c9", "message": "Add methods for exporting type system.\n", "proba": 1.3162842549263587e-07}
{"commit": "fb8e900d7c4010618027c7a78262cc69780d1dc7", "message": "Fixed failing test\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@13002 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 6.525090725517657e-07}
{"commit": "b01bc3805da242d3914d9dd103e9761eb32eb55b", "message": "compiler: update javadoc\n", "proba": 2.2977239950705552e-06}
{"commit": "9f1d3acc2101f7c3943515c647f886930775d039", "message": "better use of logging + reuse targetURL variable\n", "proba": 6.031528982930467e-07}
{"commit": "b077f2a23366887cbb5fe95b5f77126089c0c85e", "message": "Add JUnit tests. See ticket:61.\n\nSigned-off-by: Raymond Audet <281aa2b19aab01efe2941a7da076ec0616a9b992@gmail.com>\nSigned-off-by: Etienne M. Gagnon <bf06ec0eb40152cd863534753d026b021022c851@j-meg.com>\n", "proba": 2.356711945594725e-07}
{"commit": "0b6795a3a4750bb4aaaf475a860d768833f39a21", "message": "MigrationManager prevents duplicate Migrations in getMigrations()\n", "proba": 1.4223226685317059e-07}
{"commit": "6b0e8e6d41325b13ae1c410febe02264622aa182", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "152800a17ca24b4e3d779a959776dbd11bfd1459", "message": "Initial version.\n", "proba": 1.5797580488197127e-07}
{"commit": "b8013f739d11bc9e8b6566f93ab23db8256f2710", "message": "Remove unused code\n", "proba": 5.7894176279660314e-06}
{"commit": "46ac8b1829cb5d3c37651a89d87be264343e2c31", "message": "KRACOEUS-4175 fixed an unrelated unit test problem\n", "proba": 1.7978641153604258e-07}
{"commit": "a7d6dced968cd1f3af5b87ad8d3079dd8909bdd6", "message": "Added comment\n", "proba": 1.3274534182983189e-07}
{"commit": "096d29a977e4bf1e0bd1eb55e9e248310f9feb4b", "message": "tambah barang service", "proba": 3.77864893152946e-07}
{"commit": "87293bc6f17bf6d67d5b2bdbc972d083c1e29a07", "message": "Added an annotation to indicate which fields should capture a field or key name.\n", "proba": 1.1300179636464236e-07}
{"commit": "f57b29ac9cc0a5e348d32fdef08559461b4020a3", "message": "better naming\n", "proba": 0.00010184997518081218}
{"commit": "0a8cda2fc9cdc6a15222585e774ba9a9593627f7", "message": "Added vote kick command\n", "proba": 2.0470743322675844e-07}
{"commit": "3021402033671aa985471b2052be7908c31644ad", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "263c16a74549e526d0748f82f198a618ff9edbd9", "message": "Optimize/Rearrange auxiliary analysis code\n", "proba": 6.569866854988504e-07}
{"commit": "5dd9c3e90a52e35c2620040e6a14ebd5969fc355", "message": "Phantom reference\n", "proba": 5.475620241668366e-07}
{"commit": "9103f427f8f4662e3b733f9fd28263262ff06bb1", "message": "KRACOEUS-4549: Proposal Log should allow entry of sponsor name that is not retrieved from the sponsor table.\n", "proba": 9.826243285715464e-08}
{"commit": "2b0ac1f1d031c578b1b0de036dacc0d2588166cb", "message": "Create EntityViewId class\n", "proba": 3.6293334915171727e-07}
{"commit": "2a13556d8522e6d4c11e488133dccdd7d2194f22", "message": "[Android] Don't signal ActionBar shown for floating ActionModes\n\nSelection action bar visibility is communicated through the\nContentViewClient. This in turn triggers various behaviors, including\nhiding and showing the omnibox on tablets. However, the selection\nActionModes are not always action *bars*. In M, there can be\nfloating ActionModes, for which the action bar notification makes no\nsense. For now, avoid signalling ActionBar visbility for such\nfloating ActionModes.\n\nBUG=524666\n\nReview URL: https://codereview.chromium.org/1320513002\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#345474}\n", "proba": 4.0395138967141975e-06}
{"commit": "12778728857304f6cda78803cac40c2dc4a4d505", "message": "Add a new handler that is responsible for registering a Collection of NotificationReceiver instances with the current SecurityContext.\n", "proba": 1.0334412081647315e-07}
{"commit": "d25aa228b9a6c3be28a709398d94d93eb9e58515", "message": "add StoreOperationsTest\n", "proba": 3.7530497820625897e-07}
{"commit": "da3801b9147207651784d5b7650fd9cb7c61af19", "message": "Javadoc improvements.\n\n", "proba": 1.4263379455314862e-07}
{"commit": "f3bfd841019b404f98a67fc307240031790344c9", "message": "am 98738272: Merge \"Remove voice mail number verification for testing on no-sim device\" into gingerbread\n\nMerge commit '98738272e3b680559e1e0a7b665a0ebb4038f684' into gingerbread-plus-aosp\n\n* commit '98738272e3b680559e1e0a7b665a0ebb4038f684':\n  Remove voice mail number verification for testing on no-sim device\n", "proba": 1.5593519719914184e-06}
{"commit": "87be67f91719234cbd381ff0242b5efc8b6aa257", "message": "Fix layoutlib [DO NOT MERGE]\n\nFix a NPE.\n\nThe cherry-pick differs slightly from the original to remove changes not\nrelevant to the current branch.\n\nBug: 11140701\nChange-Id: Id92fc5359acf6dde1bcdbc781aaf637fdb6eecbf\n(cherry-picked from 28873c1f008f4fe24441923e14f30e55d6f0967a)\n", "proba": 4.126135024762334e-07}
{"commit": "4ebfd76a8975cd90edea06343d6a6aba586712b5", "message": "am d63a1776: Merge \"Make Text Selection Action Mode secondary items IF_ROOM\" into mnc-dev\n\n* commit 'd63a177670a5f459f3380daff32e4561b0d5d26c':\n  Make Text Selection Action Mode secondary items IF_ROOM\n", "proba": 2.3901429813122377e-07}
{"commit": "80679071abb516bcc6470dfcc68ac4d5bc16ff96", "message": "Fix: line slop shouldn't always increase / decrease by one line\n\nTouch slop is from the bottom (or top) of the line + line height / 2.\nIt only makes sense to apply touch slop if the user is within a line\nfrom the previous line. Additionally, not doing this can cause some\nundesirable behavior if the user moves very quickly and the selection\ncatches up with a weird line by line selection increase, potentially\neven having the selection be stalled until a next move event.\n\nThis CL alters the logic so that if the user isn't within one line\nof the previous selection, it'll just use whatever line the user is\ncurrently on.\n\nBug: 22385003\nChange-Id: I4f37988893868e5e2b7925314fe824c3da9c1b97\n", "proba": 0.0001313583052251488}
{"commit": "ab3ef104cd507c06eac34fc436b39340f6e9d680", "message": "Run background threads associated with filtering at background priority.\n\nThis improves the typing responsiveness in the browser a lot, and should\nhelp out in all the other cases in the UI where we use a filter thread.\n", "proba": 1.015999728792849e-07}
{"commit": "fc33cdf71dc58652cb15b7d2f1143affff404fc9", "message": "Fix crash when user is both scrolling and tabbing through Recents. (Bug 18552776)", "proba": 1.1442097758163072e-07}
{"commit": "1b87be470af068cd9ee3e1d629df13813c584266", "message": "Use immutable ashmem bitmaps in screenshot notifications.\n\nBug 21037890\nChange-Id: Ib5ed32bb475e1e8f7b3407ac72f53a6d640ffad1\n", "proba": 1.4988054317655042e-05}
{"commit": "139619b753e906c33ece2f1fc040ddd118980d8c", "message": "am e912c9cc: Repair wifi/cellular kerning.\n\n* commit 'e912c9cc39807f95815400981ed27d121e8b293a':\n  Repair wifi/cellular kerning.\n", "proba": 1.462686611830577e-07}
{"commit": "bcc004c1db941f9e4580ea75c2ab1d3f0ee0b594", "message": "am 72efb1ff: am 95f270de: am b63b031c: Merge \"Standardize stateToString return values\" into mnc-dev\n\n* commit '72efb1ffb23e8f9bd46ad8ac71de61179a8446f6':\n  Standardize stateToString return values\n", "proba": 7.326315767386404e-07}
{"commit": "925724802b29620b75a71580ef1112d4fa97eae8", "message": "SPOJ TEST\n", "proba": 6.516949611068412e-07}
{"commit": "4ccd809d30cb8ac6de498e1948264265cf582c8a", "message": ":construction: \u6570\u636e\u53bb\u91cd - \u5feb\u6162\u6307\u9488\n", "proba": 1.5616124926509656e-07}
{"commit": "2860439cac8bd2dfb281b9db6a06d4e0cc1761e8", "message": "Adding comprehensive PropertiesManager JUnit testcase.\n\n\ngit-svn-id: 477788cc2a8229a747c5b8073e47c1d0f6ec0604@9071 f5dbab47-78f9-eb45-b975-e544023573eb\n", "proba": 2.333267912035808e-05}
{"commit": "7f38c06074ec68a6b6e7188e43c27648374e6fe7", "message": "updated email text\n", "proba": 5.180214429856278e-06}
{"commit": "91fc096f7cbee7e6bb41a92c4e06ce4b81b79a78", "message": "timer\n\nChange-Id: I149585006d470d57e42e8ee2d746d79b8b556362\nSigned-off-by: rguess <a44696100ef552147f541a16302a8677d614fd28@qq.com>\n", "proba": 1.235097926155504e-07}
{"commit": "66c097cb291a11009c74f150ceee61d40320cdd3", "message": "Simple servlet that returns the date/time of the mail server to the sender.\n\n\ngit-svn-id: 88158f914d5603334254b4adf21dfd50ec107162@107088 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0007698466652072966}
{"commit": "c838a70685b0885f470bd6c3150375900cac1056", "message": "JCR-1476: Restore to base version throws NullPointerException\n\ngit-svn-id: 02b679d096242155780e1604e997947d154ee04a@637108 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.217335683482816e-07}
{"commit": "c3d1163b2db798cbfab60464eaf01fa14b29bc30", "message": "resolved time parsing error", "proba": 9.095512041312759e-07}
{"commit": "b52038bfd2f80441ac926884bec1f77d4c2febe5", "message": "Scaffold parser ignores undefined classes.\n", "proba": 1.2935608140196564e-07}
{"commit": "ae0ea923007232eeb3e609fae3c644ec55a7e9ab", "message": "Fixed issue for thumb diaplay\n", "proba": 1.8880270147292322e-07}
{"commit": "6b6f98c1fc9814688a62d4bcb55eedf46e246cb9", "message": "OAK-2640 - export org.apache.jackrabbit.oak.plugins.atomic\n\n- added packageinfo\n\ngit-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1667247 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.103187845634238e-07}
{"commit": "dd6baa603d44a36ccef7fcce89ec4c7ee4c7b1ae", "message": "Queue\n\npeek and poll", "proba": 1.987124136348939e-07}
{"commit": "0ba2e95ebff8bb6a0a4afe7dbacc69fa1f09be8d", "message": "reset static state for test\n", "proba": 7.653969760212931e-07}
{"commit": "f1381b9048e59b619fac8cb260113d5f65fae353", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@787 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 6.103814484959003e-07}
{"commit": "0e6f3fa3ea0b4fee8584e1d269b0987a3fc67469", "message": "Detect GET request\n", "proba": 6.880408705001173e-07}
{"commit": "5d995323d73d3e3a1fa7563221dba92c71eef077", "message": "Eliminated hard-coded web server configuration\n", "proba": 6.1803402786608785e-06}
{"commit": "752e430384ca69db14867fce0d6477caece43052", "message": "am a4323999: am 3448b676: am 9e4c8561: Merge change I8d48149c into eclair\n\nMerge commit 'a4323999ecfaef42c70eec39b6a8f0bfcfaf2394'\n\n* commit 'a4323999ecfaef42c70eec39b6a8f0bfcfaf2394':\n  Don't reinflate search bar when dialog is already showing\n", "proba": 3.2463620414091565e-07}
{"commit": "a40d7ec7ef5f57d61cc3dcc954009593c7829c70", "message": "Restore some lost space in the SearchView text field in Search Dialog.\n\nA defunct invisible drawable was taking up some pixels in the Search Dialog's text field.\nDisabled the drawable until the spinner functionality is revived.\n\nChange-Id: Icfcc51d7b1215e54f9e291d0051e8b42c208a725\n", "proba": 4.317519596952479e-06}
{"commit": "6ead8f6771fdc80d3ac67e174066b674f688b2d6", "message": "Restrict the range request to the servers claiming\nthat they accept ranges. This may be too restrict as\nthe spec says the server MAY set this in the response\nheader. But this is the last minute change made in\nhttps://android-git.corp.google.com/g/#change,49444\nI think it is safer to be conservative.\n\nFix http://b/issue?id=2616477\n", "proba": 1.625338518351782e-05}
{"commit": "2af4283374015d2d44433e628259f94a53e111e9", "message": "am 6730c3c6: Merge \"Fix safe volume warning message flickering\" into jb-mr1-dev\n\n* commit '6730c3c69f84d799198365e0692b79be72b0eeb7':\n  Fix safe volume warning message flickering\n", "proba": 3.425883505769889e-07}
{"commit": "e8d5a426d43627292875539913f9b928cc1b545a", "message": "Forgot to add the new demand-side exception class.\n", "proba": 1.0893954538460093e-07}
{"commit": "b2b723d6f5ceecc49b47f5fe9e62554b3c8d329c", "message": "new decoder added\n", "proba": 2.573328004018549e-07}
{"commit": "6f5f525798446f3420ab0ed68e58a011227f552a", "message": "Add some basic tests around ChannelDescriptor\n", "proba": 2.593731096567353e-07}
{"commit": "babc14c758a2aecb54564df645a27ec3d99e2cee", "message": "added DetailedAndroidLogger\n", "proba": 1.715054906981095e-07}
{"commit": "9ff97fcce475c9fc002d9e74caee27c999ddea11", "message": "bug fixed for Exception Parser\n", "proba": 1.9350356694758375e-07}
{"commit": "21029e9038ab7fcba33fb8d3508d74919df2c553", "message": "coach id \u591a\u4e86\u4e00\u4e2ae", "proba": 2.688284155283327e-07}
{"commit": "d01b63bd6b9991b09957c14a92cf582aa75f4f20", "message": "Support building rule objects\n", "proba": 2.1530465232899587e-07}
{"commit": "bb2a0c1b3e695e51b27ccbd1613301960b3255d8", "message": "KRACOEUS-6335\nDisplay validation on routing \n", "proba": 1.1804217336930378e-07}
{"commit": "7ada5700cf27bf71b5d797551a4f7252dca7dda4", "message": "Create Person.java", "proba": 5.884794973098906e-06}
{"commit": "6a83a41bda7313f8482c855bfde119ccba6eb017", "message": "Define a test for embedded values\n", "proba": 0.00032268682844005525}
{"commit": "8e8a196594d486aea76448bae83099dfbd11e213", "message": "add GameDisplay\n", "proba": 3.0203776191228826e-07}
{"commit": "62feb260ede3bfeeb9602ba6b261ef79bf7bdf8d", "message": "Use absolute path to load library in JsniBundle\n\nAs ClientBundle do, it's now possible to use relative or absolute path\nto load js libraries in JsniBundle.\n", "proba": 1.080165432654212e-07}
{"commit": "ad48c4c94c11a6f88afa12376178e6bad1a354ad", "message": "[CARBONDATA-77] removing the segment folder during the clean up. (#840)\n\n", "proba": 1.1633684238177011e-07}
{"commit": "c8172654df7c09994d44375a700290b049b97d2e", "message": "Create book upload servlet\n", "proba": 9.51542972416064e-07}
{"commit": "d988316067295ca047d5b3d129fa6080020a4c9f", "message": "Added Translator\n", "proba": 2.084338035501787e-07}
{"commit": "2bb1d1f4606750c84f28bed4c025d06dac13f448", "message": "permittable for product deletion added.\n", "proba": 1.1238372366051408e-07}
{"commit": "fb440d79ae223ade1ba543f958aabdc882dfe94b", "message": "Attempt to fix newline bug with BufferedWriter/Reader using line.separator property.\n", "proba": 1.1040189917821408e-07}
{"commit": "c7c465fb935613d0a02dd698ad36a49b853be75d", "message": "transaction stuff\n", "proba": 6.637554861299577e-07}
{"commit": "6495260f69c045ba5a307f97a2e382a99ffaac74", "message": "no error yyayaay\n", "proba": 0.0002199760201619938}
{"commit": "f1f0da5a588710fef7b274a515346ff491413d41", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "e4acf6fc3fa39485f5b873eb8478353a4b03bf6a", "message": "KULRICE-8184 Added Legacy version of Create New Agenda screen. \n", "proba": 9.747933660264607e-08}
{"commit": "798874f26df132a65196a0b3a1e2dddb248698be", "message": "The month needs to be decreased by 1.\nBugzId: 3161\n", "proba": 0.9999988079071045}
{"commit": "25b7ba21a8f6873f19ec72bc66fad358a7caaf24", "message": "loading fix for sketch\n", "proba": 3.928221588012093e-07}
{"commit": "fb1d26071604513abbfd3bbd69e4e21fcf66e589", "message": "am 57924e40: am de208628: am eb5fb023: Merge \"Return masked location mode for managed profiles\" into lmp-dev\n\n* commit '57924e406c3ca224a9e0d2fcba6db213caa1a54b':\n  Return masked location mode for managed profiles\n", "proba": 2.7564371407606814e-07}
{"commit": "ad4742da9b6505dd37c563fc12832f657befc086", "message": "Create main_handler.java\n\nMain", "proba": 5.781439540442079e-05}
{"commit": "6cdc62eb07e8cb1dbf808b65e295344b46930717", "message": "Added needful test case for BrowserPage", "proba": 1.3282765110034234e-07}
{"commit": "4c1339d4d44df3b829bc64a4e9434c9a9f82972c", "message": "ExpressionTransformer: fix #244 for array access\n", "proba": 3.4208784427391947e-07}
{"commit": "8938fb48487cd2998e40a390c1b116245b7ffb6f", "message": "annotations: Fix the case of object members, by annotating their getter method.\n", "proba": 9.505679372523446e-07}
{"commit": "278c6d796772cfecefa3d64751dd3aa5fd34e9ca", "message": "Issue 16: fix drop down location and mouse issue ", "proba": 2.2360275409027963e-07}
{"commit": "7786fc4231a97d9fff9961f9ffa610901cddcb38", "message": "Create class SettingDaoImpl\n\nImplements AbstractDao and is used to inject methods into settingDao.\n", "proba": 1.1545605360652189e-07}
{"commit": "819640d3c186c45cf93f96698722749783b41152", "message": "Adding initial Event-related classes\n", "proba": 3.051155488265067e-07}
{"commit": "7c7bc585ec79c4ebf194967222abd36d93868641", "message": "TEST: aggiungi CompassPresenterTest\n\nRelated to: HH-114\n", "proba": 1.1625177620544491e-07}
{"commit": "c092eff21016cdbfe16eef0d9dc1d06b7b33613d", "message": "\u0412\u044b\u043d\u0435\u0441 \u043c\u0435\u0442\u043e\u0434 Group Data \u0438 \u0434\u043e\u0431\u0430\u0432\u0438\u043b \u0432 \u043d\u0435\u0433\u043e \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 locator\n", "proba": 1.8743529039966234e-07}
{"commit": "105d5c07bef108f2ec66fe9b5f65569b8ccaeac4", "message": "[#139517027 #139517027 #139506367] S2 Regression pages for Cart Quantity, confirmation and Adding a related service", "proba": 1.2230729851125943e-07}
{"commit": "0166c3530535355e7813f54c4e403a21db94a9d2", "message": "Explicitly mention again that startCommand() runs on the main thread.\n\nThis is already mentioned at the top of Service.java's javadoc, but\nI'm seeing people get confused (myself included the other day) after\ngetting used to incoming service stub binder calls being on their own\nthreads and forgetting that startCommand() didn't work that way.\n\nChange-Id: Ib79f48d9368ac0ba2d37b7e4dc98d53804bcd59e\n", "proba": 4.819700279767858e-06}
{"commit": "8117eda6f18a4d388a12ab0af318c95b86280084", "message": "am 8c6b59f4: Merge \"Add system api for disabling touch events in wallpaper behind the window.\" into lmp-mr1-dev\n\n* commit '8c6b59f46da3e65ce157fe40a08f1c1fbba3e1c2':\n  Add system api for disabling touch events in wallpaper behind the window.\n", "proba": 4.4105777874392516e-07}
{"commit": "f5188633e1864f57d2ee3b41ec3da3eaf0121b5f", "message": "Fix issues when TypenameUpdater causes template realization to run twice.\n", "proba": 1.0372782810463832e-07}
{"commit": "0ba3948ba8a1de6131cdf72f32fd2bdbf6f2bfc3", "message": "jumping the clouds\n", "proba": 2.920275392170879e-06}
{"commit": "996c595bea7ccb1f501caf80f2139b0134f74c82", "message": "Add an integrator that samples intradimer coordinates from a Gaussian distribution\ntrials are accepted/rejected as in MC\n", "proba": 1.3065006498891307e-07}
{"commit": "e7cce1fe8b8e9305b57e714403779aa7c70f6a35", "message": "MAP-1030: get export working properly with scope concepts not being @XMLTransient\n", "proba": 1.2204397137338674e-07}
{"commit": "0318b328dc808d4f63b4306725b918765f4f3cde", "message": "[Java]: Added EmbeddedThroughput performance test that is useful to full system profiling in a single process.\n", "proba": 1.0307994102731755e-07}
{"commit": "a258e16f2f7acf03289b5a7bede7bc7eb5665149", "message": "Add abstract implementation of ProtocolHandlerChain for simplify implementations\n\ngit-svn-id: 72b794ca7b43188aed56de932e8081c5d617dce0@940679 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.729132782202214e-05}
{"commit": "aeeaa23ebf46bb52a2e29c75740550dd6f6dca7f", "message": "remove log file check from LogStorageEngine\n", "proba": 3.824459611223574e-07}
{"commit": "f77d1dcf216e7d60ccc7d22ab6cc0ac707f26b60", "message": "fix npe", "proba": 3.2479460969625507e-06}
{"commit": "5e82e1c7686801bba7da8877e2655c0a0a8fc458", "message": "Cria\u00e7\u00e3o DaoAssentos", "proba": 1.3630310604639817e-06}
{"commit": "bee0f2df25052838cb681d1366ec69c76ae7cc6f", "message": "nova vers\u00e3o 1.5.0\n", "proba": 7.015617597971868e-07}
{"commit": "da921748edced54e4b37d9c04b933d92e279845a", "message": "Create (7 kyu) Shortest Word.java", "proba": 1.7821592734890146e-07}
{"commit": "056ffeb709a2b3d893eac3ab798c3499778a8310", "message": "Added IcdLoader base class", "proba": 1.428649625268008e-07}
{"commit": "637bcc07f69309a751c7e57479c48facbd39a327", "message": "Remove confusing info message\n", "proba": 4.500125498907437e-07}
{"commit": "17a566a39a47060029db0f0a3b3daaa082f6ea51", "message": "AbstractTransformer #906: When generating a type for an interface that has been pulled to the toplevel, include all non-hidden containing type arguments\n\nThat includes type arguments captured by containing methods. Local types by definition will only be visible locally, where these type parameters\nare visible and available anyways.\n", "proba": 1.061485761510994e-07}
{"commit": "ef0630778f96b668186c163500e36dfe996c0aa2", "message": "AbstractTransformer: Add the missing makeVarDef(mods, name, ...)\n", "proba": 1.229080766051993e-07}
{"commit": "0e93b3653c6530502af4d554b9397921062ff42d", "message": "add  Turn.java\n", "proba": 5.98083147451689e-07}
{"commit": "bdc3555efe965207ef465a23e43ae72a4be445fd", "message": "Add test for HighWireDrupalHtmlLinkExtractorFactory", "proba": 1.8622353081809706e-07}
{"commit": "2d39284adcec06ce0116540b77b49990105be6dd", "message": "Add implementation rule Rgaa32017Rule120603\n", "proba": 4.253256804531702e-07}
{"commit": "ec5e6d3b01de07954c98f9a3f210069384ea4a0f", "message": "Fix issue 65.", "proba": 1.3151324651516916e-07}
{"commit": "cf4d8cdfde786e5f31ff524b0bbe669143031757", "message": "\u0e2a\u0e49\u0e23\u0e32\u0e07 unit test \u0e02\u0e2d\u0e07 DistanceCalculatePlanar \u0e41\u0e1a\u0e1a\u0e41\u0e19\u0e27\u0e23\u0e30\u0e19\u0e32\u0e1a\n", "proba": 1.4940040671262977e-07}
{"commit": "517cd8b7764624b75cad118e48d8ede38496c447", "message": "fixed some bugs with process imports\n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@506445 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.385039910128398e-07}
{"commit": "c5cc39e9171f1ea5fa02e42fc7f6518b13499a6a", "message": "KRACOEUS-2069 : Use document service to create proposal development document\n", "proba": 1.059014564930294e-07}
{"commit": "0392c55abf2d4238ddb1221d082bed698149a1b0", "message": "Add parsing to modules\n", "proba": 2.315146957698744e-06}
{"commit": "cb86c2e6fb8edd0778c2808de8fdefd436baf2c7", "message": "BindexTask: fix generics warnings\n\nSigned-off-by: Ferry Huberts <66e11f9f5d965b69497c7e73d5e808f8b13c1218@pelagic.nl>\n", "proba": 1.2906257040867786e-07}
{"commit": "66e156e00f8708d583ef7d584ffd7bffcd4cbd3b", "message": "\u9488\u5bf9query\u65b9\u6cd5\u589e\u52a0\u8fd4\u56de\u7ed3\u679c\u8f6c\u6362\u7684\u62e6\u622a\u5668\n", "proba": 1.6914550826641062e-07}
{"commit": "ac58e14b4ae81c4e450ced03a23e2810f2d50d89", "message": "Top view of a tree check poimnt commig. Only thing working now is vertical\norder traversal using map and recursion, need to implement vertical orider\ntraversal using level order traversal and then move on to printin g top\nview of a tree.\n", "proba": 9.948824697403325e-08}
{"commit": "039372ffa2ac5a9ad96bb1caa6963d1b7354ec64", "message": "ChannelService\n\n", "proba": 1.1366178114258219e-06}
{"commit": "787346dc8596cf32ff3c6f92b17b1bf45e5f73a4", "message": "Extra Lifter now work totally!\n", "proba": 1.0458305865768125e-07}
{"commit": "b730edf5b5431f8d4b550661d5159bf9ab60bfb2", "message": "Add ArrayUtils and deepCopyOf\n\nWhoever knew that recursively copying a two-dimensional array would be\nso difficult?\n\nSome help from http://stackoverflow.com/q/12283384/1979005", "proba": 0.9982070922851562}
{"commit": "8447e13c5f6aab987f05afb5f17499b18c9c6b5d", "message": "Adding an infinite loop example.\n", "proba": 3.6451996265896014e-07}
{"commit": "f5a5792774a52a2132a3ef2a7b852c2a7de59c11", "message": "Added ACT/ACT AFB day count convention.\n\ngit-svn-id: 67a55e656427d4d95711d9444b3d4488f7ae1ad4@578 48fcbb9e-5639-0410-8b25-842128a4905d\n", "proba": 3.9833716414250375e-07}
{"commit": "5bdda90345b1e2bf8e2495049269a36d0f5cf098", "message": "KCIRB-742: Setting personId for new ProtocolUnit\n", "proba": 1.3722794278692163e-07}
{"commit": "196c5a7db6780b3820da95d4fa431530c399b1d5", "message": "VTK-2189 - Removed unnecessary boolean variable.\n", "proba": 1.3375917262692383e-07}
{"commit": "c8b21e39161030be2c553f0a5bc1bea5e01c1589", "message": "TSD_FirmwareUpdate_UrlResult.java\n", "proba": 1.0684607332223095e-06}
{"commit": "2f465c909b9f1dbac5c4ab782977a7684c9cb1d2", "message": "SimonStewart: Get the synthesized firefox driver working in test cases again.\n\nr17405\n", "proba": 4.378525488846208e-07}
{"commit": "975d8ded0261e45f576c0c325327f153d0dbf81d", "message": "Added class GDominanceComparator\n", "proba": 2.580454747658223e-07}
{"commit": "64c537522a28ee1b4fe31954877cd8386b7c5b7c", "message": "Add test cases\n", "proba": 1.810839239624329e-05}
{"commit": "d137ed0790af4d15848b9ff531c4efb2db6374f0", "message": "Unit test for stop command.\n", "proba": 1.9313797849918046e-07}
{"commit": "7207389fe2900f47a4063f6aca6071decde2f225", "message": "am 0c34c14a: Merge \"Fix a setBackgroundDrawable in layoutlib.\"\n\n* commit '0c34c14a17af0e90086f674f6a4d510673e250c8':\n  Fix a setBackgroundDrawable in layoutlib.\n", "proba": 1.3444787327898666e-07}
{"commit": "4b85128db9a77ff9b18e300891f907adf87def05", "message": "Fix! -> Count in stats SO w/o target ORG.", "proba": 1.0295654107039809e-07}
{"commit": "58fd9f8d6ad6bf1975e834f1a69e68673db9a452", "message": "Events for window's content change should be dispatched  only for the active window.\n\n1. Accessibility events for changes in the content of a given window, such as\n   click, focus, etc. are dispatched to clients only if they come from the\n   active window.\n\n   Events for changes in the state of a window, such as window got input focus\n   or a notification appeared, are always dispatched. The notification events\n   do not contain source, so a client cannot introspect the notification area\n   (unless the user explicitly touches it which generates hove events). The\n   events for a window getting input focus change the active window so they\n   have to be dispatched.\n\n   Events that are a result of the user touching the screen, such as hover\n   enter, first tocuh, etc. should always be dispatched.\n\nbug:7282006\n\nChange-Id: I96b79189f8571285175d9660a22394cc84f39559\n", "proba": 1.4557354916178156e-05}
{"commit": "1c31feab854737e1ce641628df74a96fc6fe5dbd", "message": "jalopy fix \n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@7044 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 9.946583077180549e-07}
{"commit": "ca683299649afe7079787d4bbf22d191123ffd7f", "message": "ref #4123 - minor change\n", "proba": 1.839053567209703e-07}
{"commit": "9af5904036cfe55435c477c958210d9e14306b82", "message": "moving test cases to tests subdir\n\ngit-svn-id: ca6d9ebf75caaf710f0e3a4ee74a890c456d4c90@1693 69e27eb3-6e27-0410-b9c6-fffd7e226fab\n", "proba": 2.0014178971905494e-06}
{"commit": "be663586efed643da188c1920d2b6ba9882e98bc", "message": "Create Service dedicated notification displayer.\n", "proba": 1.1280884137931935e-07}
{"commit": "d85d09e7b9e65afe391784795af8f77a3b847d60", "message": "add package-info.java\n", "proba": 1.1110615787401912e-06}
{"commit": "09106044a26eb5e52eedacb415a0953feb035b18", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "589543dd4d2d9296dbd85859e036619cb7d9fc62", "message": "Added documentation. Changed method order.\n", "proba": 1.0920562942828838e-07}
{"commit": "4b304337b53018d379be5a64176ce5ea8b98b71c", "message": "Refactoring\n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@509482 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.1095769878011197e-05}
{"commit": "84af0924010b2225e6f899a098e6ebce8c38ac3e", "message": "Add driver for running method tests\n\nAPI test cases are not in a maven/gradle project test folder.\nIDEs may not automatically configure JUnit test launchers,\nand a gradle build command will not automatically run tests.\nThis class is provided as a convenience until gradle tasks\nfor running test cases are implemented.\n", "proba": 1.0724833998665417e-07}
{"commit": "e18b21b26b9634b6be5c2542eee9a404f22533a9", "message": "am 3e2cb07d: am ef059b03: am 3c8bbe24: Check that mRemotePlayer is not null before use\n\n* commit '3e2cb07d5258ca82cf4bd0b2e1380b36f56100d8':\n  Check that mRemotePlayer is not null before use\n", "proba": 2.3882023469923297e-06}
{"commit": "9bb4ec484b9b9518bf5b17484dcb50727c58b5d1", "message": "Use the default SecureRandom provider.\n\nDon't be tricky when trying to set the seed for the secure\nrandom number generator.  Setting the seed manually eliminates\nthe internal randomization the SecureRandom class does automatically,\nreducing randomness.  Just use the default seed, which is designed\nto be safe.\n\nChange-Id: I5747c2b3a10cf04e33d2202195951ed5cb82b2fe\n", "proba": 3.6324679513199953e-06}
{"commit": "ff81cadc9bf1eba2cedbbf9a0e1a9873800c0912", "message": "Correction 1.0.7\n\nAjout d'un = (correction faute de frappe)\n", "proba": 2.4126763946696883e-06}
{"commit": "a458868fd432d4b106f2beddec8bdb2a65808fdb", "message": "VolumePreference.onActivityStop only stops playback\n\nIn VolumePreference.onActivityStop, the cleanup has\nbeen replaced with only stopping ringtone playback\nfor the seekbar. This will avoid problems when switching\nbetween applications that previously lead to inconsistencies\nin the ring volume dialog.\n\nChange-Id: Ia751fe0893610c4f5650eb07705481400642a84e\n", "proba": 4.0476251683685405e-07}
{"commit": "4d19160ef18779502cf0559f9cc0db184f7fbc21", "message": "Delete CR LF at the same time with one backspace key.\n\nBug: 27847705\nChange-Id: I9ad640f2586adc705a854fac69a77f940be1dc25\n", "proba": 1.3336013580556028e-05}
{"commit": "e748ca5dc911ce8f6863f34fbdcf57b23d15e36b", "message": "am 07e867a0: Merge \"Fix TimePicker.setCurrentHour() when argument is 0\" into lmp-dev\n\n* commit '07e867a059a6bef19fb92663d02a03a90cd356e8':\n  Fix TimePicker.setCurrentHour() when argument is 0\n", "proba": 4.3407490579738806e-07}
{"commit": "31bfef20eaba479f77b67f7e574e908c0d92755f", "message": "HunterPlugin: Fix deadfall trap\n\nThe player is sometimes 2 squares away when setting up the trap\nfasd\n\n\nRevert \"HunterPlugin: Fix deadfall trap\"\n\nThis reverts commit a54852e03817306e5e619fee13d4557ef523da4a.\n", "proba": 4.4933628373655665e-07}
{"commit": "4b187548350e79ec9b226a9b16f534e3b9cd2123", "message": "Applied patch for issue 65\n", "proba": 1.1741769156969895e-07}
{"commit": "09e4fb4fa41146612cf68651713a2f3674a72025", "message": "Fix NFE\n", "proba": 1.3546723494073376e-06}
{"commit": "42d1d651da497c5f826f95a31b4faa81fe20a2cb", "message": "switch to half_step so we don't undercount the boundaries\n", "proba": 1.1118427210021764e-06}
{"commit": "96346bd43c65b3f611b1ac1bfa1fb4b800df1687", "message": "Remove line", "proba": 0.0002804349351208657}
{"commit": "5f99b863d9d10aeb670a76ab9c1030642eb41d43", "message": "set meterKE's phase so thermostat will have it\n", "proba": 1.6309748218645836e-07}
{"commit": "4ae7698f7a530817565ddca6392b5936ed6772f6", "message": "MapReduceInputFormatWrapper : mirror image of DeprecatedInputFormatWrapper\nlets reuse of mapred inputformat with mapreduce.\n", "proba": 1.0426318652889677e-07}
{"commit": "7ed65bc8cb6167334d6c46c32448ce6234d0ac99", "message": "Changed name of class, incorporated author, doc, and naming changes.\n\nPR:\nObtained from:\nSubmitted by:\nReviewed by:\n\n\ngit-svn-id: 7267684f36935cb3df12efc1f4c0216d758271d4@74277 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.4226383743553015e-07}
{"commit": "b42fa700335ac9b96d4e6961148e258900828586", "message": "\u5199\u4e00\u4e2a\u51fd\u6570\uff0c\u5b83\u7684\u4f5c\u7528\u662f\u63a5\u53d7\u4e00\u4e2a\u6574\u6570\uff08\u5047\u8bbe\u4e3alength\uff09\uff0c\u8fd4\u56de\u4e00\u4e2a\u6570\u7ec4\uff0c\u6570\u7ec4\u7684\u957f\u5ea6\u4e3alength\uff0c\u6570\u7ec4\u4e2d\u7684\u5185\u5bb9\u4e3a\u968f\u673a\u76840\u81f3\uff08length\uff0d1\uff09\u7684\u503c\uff0c\u5e76\u4e14\u4e0d\u80fd\u91cd\u590d\u3002\u6bd4\u5982length\u4e3a5\u7684\u8bdd\uff0c\u6570\u7ec4\u53ef\u80fd\u662f[1,0,3,2,4]\u3002\n", "proba": 1.4849571527975058e-07}
{"commit": "2c6166a7f0739716a8d4e29d2adabdca923010be", "message": "Updated copyright headers\n\nSigned-off-by: coduz <ded987c534c96b462feeee54a345bec2d025746a@eurotech.com>\n", "proba": 1.0655570292783523e-07}
{"commit": "c4d84dd4b5b447f4546a2fac963cb3e1d5ab706f", "message": "Issue #775: Use the passed primary expression when invoking a Super:member()\n", "proba": 5.903631290493649e-07}
{"commit": "66168d503b3d7c08646e9ac1bddb551bc7e5138d", "message": "Passing the correct `Backend` value for module name expansion (#4653)\n", "proba": 1.2469320154195884e-07}
{"commit": "813894fe7ee8ae255554e58b644b434a5f1bc1d9", "message": "useRuntimeClass\n", "proba": 6.157803227324621e-07}
{"commit": "9a65caa591db16132122c69f684d410cc842b108", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "c603401dce101f73dd9d1b4b0f4f2d547a918b9b", "message": "PersonServiceImplVersion02 class created\n", "proba": 3.816120113242505e-07}
{"commit": "90f175cae15f46d05c9de594724b0a6433f78a1c", "message": "Substitute BootLoader.hasClassPath() to work around a JDK 11 NPE\n", "proba": 2.527136473418068e-07}
{"commit": "d1649005bb0a0900324b01036ac945750882884d", "message": "Fixing CI tests\n", "proba": 3.334067457672063e-07}
{"commit": "c371aa153282afeb689758c3704dc7e2a679e0fa", "message": "KRACOEUS-5921: Catch-22 between Award and T&M Validations\n", "proba": 1.1943532740588125e-07}
{"commit": "e8cf8acc3514f2b9a85bb6f8e6b69b4ce34b4e6f", "message": "\n\ngit-svn-id: http://morgoth.zemris.fer.hr/svn/vhdllab/vhdllab/trunk/vhdllab@466 cbae1e92-611c-0410-ab7b-b19ac7dee622\n", "proba": 3.3513904895698943e-07}
{"commit": "1fe4fe7b312ab8a07dcc66444fa1bcaf042f9bdc", "message": "Added properly named file\n", "proba": 2.585543938948831e-07}
{"commit": "e8e8918393a9844f76474fc48c7c0716ff240e84", "message": "test(MeuStringUtilTest): adicionar testes para classe.\n", "proba": 1.1262674348699875e-07}
{"commit": "6d31567f3ebb7ba1acc366b17899e4246ca93c59", "message": "Package information\n", "proba": 5.574359533966344e-07}
{"commit": "66d4a583cb63f6dc3e23e36f954d65d71398c164", "message": "Add AuthenticationScripts\n", "proba": 4.377694722279557e-07}
{"commit": "7afe3788141d1e6122b9f6c95a832f64f814f142", "message": "added en empty provider for sources and sinks\n", "proba": 1.188617275715842e-07}
{"commit": "c5ea4c530bf6bca33c39be601bd6bab1e9859406", "message": "[PDT-5181] Try turning async off for this test\n", "proba": 1.209030102700126e-07}
{"commit": "12e9e82564a2cd96a388399c53da72bfad2a55e0", "message": "Completed a string algorithm called Caesar Cipher\n", "proba": 0.9999991655349731}
{"commit": "475bbce51eb399d9e01081138849a4ce4e92d6d8", "message": "Solve Me First\n\n", "proba": 0.9996505975723267}
{"commit": "d427a15f64b9f48fe6de0c4e74c304b92cfeaaf1", "message": "Checking to make sure every log.[info|error|etc] call uses Messages.getMessage()\nisn't very friendly to this kind of pattern:\n\nString foo = Messages.getMessage(\"msg\");\nlog.error(foo);\n\nor even log.error(exception)\n\nSo now we check for explicit strings (log.error(\"foo\")) and fail on that.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@249508 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0005799626233056188}
{"commit": "b96705272a4a40086f4996498fd7bd1610d56711", "message": "INIT:initial import - extended reporting of CTL runtime errors\n\ngit-svn-id: 1b86a985b0847acdee38f4dd95cd5693fef2c0cb@15160 a09ad3ba-1a0f-0410-b1b9-c67202f10d70\n", "proba": 6.824456590948103e-07}
{"commit": "e53ab4c29e57f3d5aea74c10288c6895f98f8f51", "message": "\u6dfb\u52a0\u5ba1\u6279\u6570\u636e\u6458\u8981\u63a5\u53e3\n", "proba": 1.86714530059362e-07}
{"commit": "536543c4f6ba2f7729773d944751ec658a8e7b50", "message": "File separators are missing on stored file in Windows #51", "proba": 3.0668709882775147e-07}
{"commit": "3b26801a5b0b71dd3bb418f6c78c25201372d4a7", "message": "[nobug] Code cleanup\n", "proba": 5.11604298480961e-07}
{"commit": "47cdc9bbd0d00bac967b913f6dc5fce71a499cc4", "message": "[160548] JSP validator does not mark the non-existing attribute or the missing required attribute\n", "proba": 1.6570713512464863e-07}
{"commit": "c9ffae9a2d1503fc52fe85cffcb08284b236c039", "message": "Decompose Conditional: before refator\n", "proba": 0.999834418296814}
{"commit": "07b7c1682931821d47c8242a5171a8e5d361d047", "message": "modification du user au login\n", "proba": 4.004935192369885e-07}
{"commit": "ce3ba22464c07f4db5e20ff3f7d909fe135f4b04", "message": "+Spiral Yura", "proba": 2.910586545112892e-07}
{"commit": "2a8d97faa00a7f9f701a97758b44db36fb9317bf", "message": "Pulled basic test because covered in MLN.\n", "proba": 1.0720457765955871e-07}
{"commit": "d4e64377a4d25be46ffc6ceaf57c605b5c26f6b5", "message": "Added stopping of game.", "proba": 1.1242403274991375e-07}
{"commit": "76123d17870a18aefb2a2ac921275f5ed9ecf1db", "message": "Added methods for the writing of new sections and options (#4602)\n", "proba": 9.942337442225835e-08}
{"commit": "c049a75a72df03ccb48ea844636fed6c1f5961f0", "message": "Add license header.\n", "proba": 1.310106370056019e-07}
{"commit": "38865dfb1f1a6df1fb713c006ad5d4826ef646ea", "message": "Created UseFloat.java\n", "proba": 7.309392344723165e-07}
{"commit": "aa328f024e3354f5423a9854ce184c43a4c45a65", "message": "ComplexActivationTest.java should pass\n", "proba": 7.4336767283966765e-06}
{"commit": "47870f9ee4b192562d72c2cf9bb3bf33d6d6b3dd", "message": "Adding the initial version of the EC2Provider(AIRAVATA-202)\n\n\ngit-svn-id: 64c7115bac0e45f25b6ef7317621bf38f6d5f89e@1201717 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.672693532687845e-07}
{"commit": "0ab0d875d46d6d8974c9cf3ea5856dcfb557e9a4", "message": "am 28f550f0: am 03a83266: am 08d2007b: LayoutLib: Correctly resolve ?attr/foo [DO NOT MERGE]\n\n* commit '28f550f010045d5df9e7762a567fb0351499b846':\n  LayoutLib: Correctly resolve ?attr/foo [DO NOT MERGE]\n", "proba": 1.247759939815296e-07}
{"commit": "f1ab2b711bbc0cbe97b24522ad716a7166690f6a", "message": "Fixed URL concat\n", "proba": 4.1562685737517313e-07}
{"commit": "5333e1de32b616259d59d51006466f830976d03e", "message": "fix a typo\n", "proba": 0.9999995231628418}
{"commit": "145ff6b826f206b7649dde93ccc67c33c25fd1d4", "message": "Fixed a bug occurring when deps have the same artifactId but different groupId\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@382866 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.172937340423232e-06}
{"commit": "80cffc7106816e0ecda2453584102760243b7c0a", "message": "Add hover if word is website\n", "proba": 0.9996095299720764}
{"commit": "b092d1ac4c920e4261242f1c453f55c5d3f66686", "message": "add DoubleValidator\n", "proba": 6.63637763409497e-07}
{"commit": "6207722e12e4f13f447de72de94a30b9f4d93b8d", "message": "fixed typo", "proba": 2.684115770534845e-06}
{"commit": "c1aa1c682db41dd0b57217f1a98c37af0ff69b67", "message": "Add JwtHeaderExtractorTest\n\n", "proba": 3.65716374517433e-07}
{"commit": "29e0272eecb74656c3414f205603a0a6cd969d8c", "message": "Added AddEntertaiment test class\n", "proba": 1.5160023281168833e-07}
{"commit": "de173499cc823343aaa12bc5be11fd87283c7858", "message": "\n\nCreate method to wrap a fragment initialization.", "proba": 1.2533222104593733e-07}
{"commit": "28bebdc2a2e290ec768678c6fbde6449072e1824", "message": "am cf2895ec: am 60a85de8: am 4fdbcb33: Add constants so we can distinguish decryption failures\n\n* commit 'cf2895ece9b80c36fe7d279777ea4a869f9bf2df':\n  Add constants so we can distinguish decryption failures\n", "proba": 4.441666021648416e-07}
{"commit": "56c560a9dd0197d85c7ba95d5c8bb8e8fd3c3fee", "message": "Frameworks/base: Move Animation.USE_CLOSEGUARD to inner class\n\nMove flag to inner class to isolate Animation. This allows compile-\ntime initialization of Animation and subclasses.\n\nBug: 27265238\nChange-Id: I3d95ab77e87de0c033f97545609461bdc9bd5d61\n", "proba": 8.631215564491868e-07}
{"commit": "1ba107cde3213527809980f8656dc3ea2bf11a49", "message": "Modded ship to be Scene2d compliant\n", "proba": 1.3507298035619897e-07}
{"commit": "5f5217c89e96d2f7eb2b2b8aff78d417e00bfad6", "message": "Removing redundant empty line.\n", "proba": 8.99472288438119e-05}
{"commit": "1938a389e7b5c5c11b5d6bc12a49e3ad78c2437e", "message": "am 3814163b: am aae42eb2: Merge \"Frameworks/base: Fix format string in Camera\"\n\n* commit '3814163b6ddc35292f6b25f782ad7a858c703c24':\n  Frameworks/base: Fix format string in Camera\n", "proba": 4.954743531015993e-07}
{"commit": "e736dc2d7767f13e93dc9f1ca3d50885a7e31719", "message": "Add skeleton of the ScaRoutine transformation\n", "proba": 6.692461283819284e-06}
{"commit": "b916249fb92aa450c763a76a3415c0802bbb0873", "message": "Fix for BaseApiProvider , don't add plain setters/getters as \"instance methods\"\n", "proba": 1.0472957256979498e-07}
{"commit": "2fbb40eebd508b67e53f5a8590caf57a53cfb25d", "message": "Add CREATOR class to Selection.\n\nBug: 27236334\nChange-Id: I5f50cd63b850785194fec2db3eb68e40aa7af34f\n", "proba": 7.2093948801921215e-06}
{"commit": "8d81f3faf5e598bce5f11f85c7fc6295f9a6f31f", "message": "am 2791e99c: am a2e66053: Merge \"Adding null check for invalid recents task list. (Bug 17476926)\" into lmp-dev\n\n* commit '2791e99ceae78c177b0fddbdd02aea18f68a500c':\n  Adding null check for invalid recents task list. (Bug 17476926)\n", "proba": 4.495008738558681e-07}
{"commit": "9b3f70a0b2f438a6026b394fd5bd1873c010ece5", "message": "demo for fixing test probe headers with tinybundles and new customizer.\n\ngit-svn-id: 070ecc4473286ce0b4c9049394c4f1c978cf6c1b@16350 9b982a3c-3ae5-0310-a4bc-d9a3335569bd\n", "proba": 8.718727713130647e-07}
{"commit": "3d1f2bc74dde65818a4b19c5c50f37d4d3cee4d1", "message": "1. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u043a\u043b\u0430\u0441\u0441 ConsoleInput \u0432 \u043a\u043b\u0430\u0441\u0441\u0435 StartUI \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0438\u0442\u044c \u043f\u043e\u043b\u043d\u043e\u0446\u0435\u043d\u043d\u0443\u044e \u0440\u0430\u0431\u043e\u0442\u0443 \u0432\u0441\u0435\u0433\u043e \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f [#20991] modified\n", "proba": 1.2308966290675016e-07}
{"commit": "12d1d4858db87fbacfbb24aabf3fc680de5e44c3", "message": "Singleton based Java redis client\n", "proba": 2.9525531886065437e-07}
{"commit": "33578337e81d18175438491b0b29f34f960e31ac", "message": "\u589e\u52a0mq\u6d88\u8d39\u8005\n", "proba": 5.88166415127489e-07}
{"commit": "b826072edb429214e9fe073dea9381449396f05d", "message": "HIVE-18355: Add builder for metastore Thrift classes missed in the first pass - FunctionBuilder (Peter Vary, reviewed by Alan Gates)\n", "proba": 9.546891988065909e-08}
{"commit": "114d89a0fdcbe3d13438a21f23a2ad58199d63f6", "message": "(add) first impl of collection\n", "proba": 2.8087021064493456e-07}
{"commit": "29e2def716d3f3801fc30cddb99e31371d94f9e7", "message": "added swipe recognizer\n", "proba": 3.0960461572249187e-07}
{"commit": "d97da517fa00dceb79eb67a79561c1ca635993f1", "message": "Rewrote code accessing mAdapter.messages from outside MessageListAdapter", "proba": 1.7016222386700974e-07}
{"commit": "c0e483d2b92e7a3720ffd9fc1332f8e4fdf3b6dc", "message": "Have a dynamic subtitle for the MessageList action bar too.\n", "proba": 1.0319265442149117e-07}
{"commit": "c91077ec5f92f1d8b272330d20d9b0afabbcbee9", "message": "Add isAsyncFunction() to Node.\n-------------\nCreated by MOE: https://github.com/google/moe\nMOE_MIGRATED_REVID=124749516\n", "proba": 0.0003906748606823385}
{"commit": "da7234f30820b3a4f42cfc9d6bb74a2b57d26a3d", "message": "+ AstStatementInserter\n", "proba": 2.9346094265747524e-07}
{"commit": "098437f4d41ea5c18794c7d5a6d911c6eaeeb57a", "message": "1) fix bug md:RatingReason --> md:Reason\n2) initial support for generating a spreadsheet from XML representation\n", "proba": 1.741740561556071e-05}
{"commit": "1a808d002abf212e27fde7e83df9485a64807120", "message": "going to try out my sane strategy for handling this..\n", "proba": 1.1503555441549906e-07}
{"commit": "211ecccd21e36f06e77c95cf35ceea7cb4537bde", "message": "decryption fails with some of us, due to algorithm and provider, SLIM-534\n", "proba": 1.2763597112552816e-07}
{"commit": "f6cfc6386862190158b2ec67ac9b83613898b641", "message": "Cut always after engraving", "proba": 1.6267449609586038e-07}
{"commit": "0c2a16ad158b78abcddf4c71b97bd0c5c5eadd7d", "message": "Fixed IHC binding startup problem.\n", "proba": 1.255796462373837e-07}
{"commit": "90de54a0ede97ca1c73865ed660c7f7c290b019c", "message": "remove unused and incorrect KEY field\n", "proba": 7.319911787817546e-07}
{"commit": "1b6b60503e04d60349262dba3ffe39f49417ed9e", "message": "[377716] NPE in CSSProfileRegistry#getDefaultProfile() if no product found\n", "proba": 1.3023567646541778e-07}
{"commit": "ad366b44916f9c36c0c2b56ed84d650ed776d587", "message": "Added missed class\n", "proba": 1.874074087027111e-07}
{"commit": "e7be994cc6b6c54862cc01d6c9b6a6e2172df16a", "message": "Don't exit early on finding a non-exported import (#1581).\n", "proba": 1.0894078883438851e-07}
{"commit": "825d38258d3c007fff2e04b97283aa5c6b166a70", "message": "Minor code cleanup (for #2110)\n", "proba": 1.167997467632631e-07}
{"commit": "2b7a2389b585259e13ea5e50f73a5d8309dfa596", "message": "Issue #339: Fix the model loader\n", "proba": 1.4710900586578646e-07}
{"commit": "3f6950b7a0f49aa14a1c563507d8f0c2930b80df", "message": "Test for #1103: nicer error messages on invalid dependencies\n", "proba": 1.8497867415590008e-07}
{"commit": "0be2ebc891c2ac1c67012130f266b298c48448ec", "message": "Remove sticky event if consumed\n", "proba": 6.099834308770369e-07}
{"commit": "abcdecc0174897376b3b27765ae82c05615489bd", "message": "dependent change for \"parse instrumentation result bundles\" in sdk\n\nChange-Id: Ie3708d30620a703909829c32f5599816cc52b3f6\n", "proba": 8.271274509752402e-07}
{"commit": "b4a9ecdd5f4989c4ae324878078829887f461228", "message": "feat(Conversation): Add ListMentionsOptions model\n", "proba": 8.386738954868633e-06}
{"commit": "6ea518611835dc5d497a426705af8b2456595519", "message": "Added solution to Maximum Occurence problem in Zomato Hiring Challenge\n", "proba": 1.1808258904011382e-07}
{"commit": "5b62980836ced2de9d695a0770f15124f8ef76d2", "message": "Still working on structural update handling. Removed a lot of unneeded code.\n", "proba": 1.0079720169642314e-07}
{"commit": "5134646163fb56cba89b6d7a5ff91d82ab24d9f3", "message": "Lines authored by malpani\n\nThis commit forms part of the blame-preserving initial commit suite.\n", "proba": 1.0177647169484771e-07}
{"commit": "202f70206d1218b6d9a1b6299c65c3c3bf5ec69e", "message": "compute the \u201csessionBackupAsync\u201d attribute of memcache-session-manager according to the setup of the nginx inbound proxy.\n", "proba": 1.0679212891773204e-07}
{"commit": "dd8aebb6f9d644a7e61337d1cde1858dac3e8922", "message": "Create Trash.java", "proba": 1.6647883285259013e-06}
{"commit": "2c10aa6cb51b556bb638afb58b83e29a5add40a2", "message": "[WFLY-5745] Update the exception that's caught when authorization fails in RunAsPrincipalInterceptor\n", "proba": 1.5622352123045857e-07}
{"commit": "eaf2bb09324096259b82127ce0de58328ddac189", "message": "Fix fields visibility\n", "proba": 4.4038489477316034e-07}
{"commit": "86626f0e890270f4117558e229648778f7f743fb", "message": "Introduced SwaptionDataLattice", "proba": 4.877815626969095e-07}
{"commit": "56a7b65cdb3dcd677389cc50bcef491d391bba23", "message": "add sanity check\n", "proba": 9.873688213701826e-07}
{"commit": "a950f105ef148282a9091584628bed3b36f8602f", "message": "test data for 3177\n", "proba": 8.281977557089704e-07}
{"commit": "724fdd1916df984d15c8a0cb52c2fbf49980f9eb", "message": "VTK-1221 Also added usage of navigation title if that propery is available for subfolde-menu during sorting\n", "proba": 1.0808084027758014e-07}
{"commit": "7ec28b6af8cd0216291c49e270d36ad8dba0cf00", "message": "Simple builder templates\n", "proba": 3.0641317039226124e-07}
{"commit": "5aed4abbca76ddb0e10742cae62847cccd0516b6", "message": "Pass Options.ime() through to the wrapped driver.\n\nIt looks like the UnsupportedOperationException was added to every\nimplementing class of WebDriver when IME support was originally\nintroduced (62c3753fafe6c665c587734dc9c86a8d1ed1ecf4), but there doesn't\nseem to be any reason why this shouldn't just delegate to the wrapped\ndriver.\n", "proba": 1.2681951488957566e-07}
{"commit": "de11dc2775ff460ff5b93ba2a0059254db3343a7", "message": "missed 1.0 resource\n", "proba": 2.69493739324389e-07}
{"commit": "0ab47e41bc7a59d4814ca720a9009af03a3fc27f", "message": "Fixed NPE in case user agent pattern does not match.\n", "proba": 1.1204063810055231e-07}
{"commit": "c34254a72202ce22eaf8624dc7ece016ab824c0a", "message": "Made test shorter and simpler but it utilizes the fact that valid executable is passed to it.\n", "proba": 1.272209573244254e-07}
{"commit": "50b5c4cd3525ff6a42075ff1406f9a166ffed9b8", "message": "Created asset FreshProduce.java {/networked-food-production/src/main/java/net/foodproduction/FreshProduce.java}", "proba": 2.749474390384421e-07}
{"commit": "80f933fe21cf44d78ec84afc1995503d3dfb773d", "message": "Created asset FreshProduce.java {/networked-food-production/src/main/java/net/foodproduction/FreshProduce.java}", "proba": 2.749474390384421e-07}
{"commit": "2cda14b90936093d08a39cbacd6733713cc0e7c3", "message": "am 7ef696b6: Merge \"Temporary workaround for NetworkOverLimitActivity dialog.\" into lmp-dev\n\n* commit '7ef696b6ed662abf1066f33d293ccad6f0808126':\n  Temporary workaround for NetworkOverLimitActivity dialog.\n", "proba": 1.339915485232268e-07}
{"commit": "fd81b925982930d8da928a2bf8a625ec8341b5bf", "message": "Initialize mocks before every method.", "proba": 1.1535821187180773e-07}
{"commit": "8e60d714eda8c386121b5876c1cb5c50f4130ece", "message": "ZEN-20 Missing testcase for parameter and comment change in same event.\n", "proba": 9.680380230747687e-08}
{"commit": "919e486e1a59b6ed28ad1099ffa498b7ba76007c", "message": "[vcs-log] fix vertical text position for branch labels\n", "proba": 2.128692585756653e-06}
{"commit": "12ea78853da13af8972c65dd642ac0b28016a55a", "message": "update ble api\n\nSigned-off-by: liwentian <1caecaf1146f20f5e044329182be039d536634ec@xiaomi.com>\n", "proba": 1.1848666048308587e-07}
{"commit": "49843288be657a3b7a440a8de0faf13cc174c7fa", "message": "HIVE-6604. Forgotten file.\n\n\ngit-svn-id: c2303eb81cb646bce052f55f7f0d14f181a5956c@1586123 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.055421307682991e-05}
{"commit": "e0cb3ad0b4e8e3ec47e3a6bc0ba1b60a04ddce12", "message": "remove possibly outdated code that removed the last edge from a term mention\n", "proba": 2.65441173041836e-07}
{"commit": "c3a2c1a830c9b83f2bc0edfa923a4c03731e4669", "message": "Fixed error in DeleteResourceTest.\n", "proba": 1.1947132350087486e-07}
{"commit": "97a6c92b1131ce806870a997657867ced2ec1de4", "message": "Minor rephrasing of argument docs\n", "proba": 4.0898885345086455e-07}
{"commit": "8f23331a4d2aecc8266eb69ec9a3d63260435f5d", "message": "359. Logger Rate Limiter\n", "proba": 1.649509471235433e-07}
{"commit": "169dc3a6aed904ef150b8faf3e24d7aded16384c", "message": "#11 added and implemented class NearestDriverFinder\n", "proba": 1.131470526161138e-07}
{"commit": "5872f838d94be25a9c3f51d8edf8ccf20590c4c1", "message": "Wrap the main code of the AddressBook sample within a try/catch block\nlike other samples do (ie., GetQuote).  Error 404 is more obvious this way.\nSuggested by Jeff Barrett (barrettj@us.ibm.com).\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@254046 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.002000223845243454}
{"commit": "dd0c43fccee74fd727d329c81c6ed0cca308029c", "message": "test(urlUtils): add required timeout rule\n", "proba": 9.505289995104249e-07}
{"commit": "3c18105a8152061c08f5db8af42424206884a178", "message": "add solution for stock problem\n", "proba": 4.254137309089856e-07}
{"commit": "8dde99961f54fdc8c5ebdb27bdc7f5aae903ae8c", "message": "Added a delayed gui display ticker.\n", "proba": 1.1192892657163611e-07}
{"commit": "cfabb82c25745ddb9c173467a67465bdc62d165b", "message": "Chnage default Edit choicebox value to Hours Spent from Hours Allocated\n", "proba": 1.4854046526124876e-07}
{"commit": "1b9c83aed0110c1223e8826d9c3ee11a3ec07a54", "message": "JBRULES-453 RuleFlow\n\ngit-svn-id: a243bed356d289ca0d1b6d299a0597bdc4ecaa09@5991 c60d74c8-e8f6-0310-9e8f-d4a2fc68ab70\n", "proba": 3.855808188291121e-07}
{"commit": "f6542ca7485c9568caabd58382853cf724bab690", "message": "return a manuscript if we need to access it\n", "proba": 0.000424633122747764}
{"commit": "019e326efa4e10b39ee2f23772a1a558fda5588c", "message": "lern to spel\ntake a Species in the constructor\nblock size can be a long\nreset accumulator after equilibration\n", "proba": 1.9770980941302696e-07}
{"commit": "5dea42386186e813a157d1b6d570daf8ff90739b", "message": "Add simple RESTful example showing how to list, create, get, update and delete resources.\n", "proba": 1.0444212250604323e-07}
{"commit": "34aec673f763e1f042cfe1f87ba25d80c041b3d1", "message": "Updates last commit.", "proba": 1.2200021615171863e-07}
{"commit": "7733150c13acb0592004062bc4b787aa8781a35b", "message": "tests related to bug 1619\n", "proba": 2.3909683477540966e-07}
{"commit": "5c12781d5e2bcc48e4da4f06cfb7f3536cf632c2", "message": "\u27f4DefaultPODRegistryConfiguratorFactory. Affects #157.", "proba": 1.0484230017482332e-07}
{"commit": "f0a5d9a18299c561b09eaa270b5c89ca6921476e", "message": "Added Archivable interface.", "proba": 1.1792380405495351e-07}
{"commit": "5633c8dc8adbc2f9a6b3790eefb9946eea85df55", "message": "Copy-paste the node renderer implementation from selenium 2.39 - we will want to override a few things...\n", "proba": 9.823413193998931e-08}
{"commit": "189f7b93adb46c8729cb1af953a391240ef6ad82", "message": "Base class for checking tables with a controlled vocabulary\n", "proba": 1.3351549910112226e-07}
{"commit": "15c8c43351c79a60524c513f612c05369e540d19", "message": "adding test", "proba": 7.443128993145365e-07}
{"commit": "14552f143e2456b0da2b35543db8f307b0cb0898", "message": "Add SyncCommandTest.\n", "proba": 1.798327105007047e-07}
{"commit": "364bf3a2a6599a6f6ea5285a2cf9d351e16e8599", "message": "#188 added rest api test for adminresource\n", "proba": 1.1943907907152607e-07}
{"commit": "a0bcb12e9db2f0886350b5e58f588527d53d00a6", "message": "add test class for city randomizer\n", "proba": 4.56167754236958e-07}
{"commit": "7c79fa2c91745862c7603ad226914a20b362b03c", "message": "Quameter writes a csv\n", "proba": 3.0390276606340194e-06}
{"commit": "6fca6f3de329cd501687a7efa83e0fafd66b26d3", "message": "Fixed a performance problem when batch setting visible columns.", "proba": 1.2017271444619837e-07}
{"commit": "70a1589b211d0d00acb1b14a03b004cec3d2d2af", "message": "[TOOLS-3204] Removing dependency from org.springframework.http.HTTPStatus to isolate this class JiraMockServer.class\n", "proba": 1.547599168816305e-07}
{"commit": "428c5bf0abe1fb075d2ed88dbfab9c775d33e49f", "message": "add missing useful method", "proba": 0.0008220201125368476}
{"commit": "6c42e9ec4650b01ab3e93d5a24d5bac877539950", "message": "renaming Test\n", "proba": 1.4782915968680754e-05}
{"commit": "20a63091c05cc47cd42f9e923eefb93d891d58a0", "message": "node store\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@6746 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 9.521320976091374e-07}
{"commit": "53a6b3587c61e7c03d34d08bf78482501c11fd3c", "message": "[ZEPPELIN-1991] Can't get the PARAGRAPH_APPEND_OUTPUT from the Interpreter.\n\n### What is this PR for?\nThis PR fixes the problem of streaming events(PARAGRAPH_APPEND_OUTPUT).\nIt's because of the queue was not thread safe.\n\n### What type of PR is it?\nBug Fix\n\n### What is the Jira issue?\nhttps://issues.apache.org/jira/browse/ZEPPELIN-1991\n\n### How should this be tested?\n1. make a spark paragraph\n\n2. run following code on spark paragraph.\n```\n%spark\n(1 to 5).foreach{ i=>\n    Thread.sleep(1000)\n    println(\"Hello \" + i)\n}\n\n```\n3. make a python paragraph\n\n4. run following code on python paragraph.\n```\n%python.python\n\nprint(\"hi1\")\n```\n\n5. retry run step 2, and check if streaming working.\n\n### Screenshots (if appropriate)\n- before\n![2017-01-20 13_36_02](https://cloud.githubusercontent.com/assets/3348133/22166640/edb9f610-df16-11e6-926c-c781f618e6cf.gif)\n\n- after\n![2017-01-20 13_52_53](https://cloud.githubusercontent.com/assets/3348133/22166840/efd855e4-df17-11e6-816c-17e069cd6a04.gif)\n\n### Questions:\n* Does the licenses files need update? no\n* Is there breaking changes for older versions? no\n* Does this needs documentation? no\n\nAuthor: astroshim <hsshim@zepl.com>\n\nCloses #1922 from astroshim/ZEPPELIN-1991 and squashes the following commits:\n\ne993585 [astroshim] make scheduler not static\n66d3d2f [astroshim] fix to thread safe\n", "proba": 0.008070568554103374}
{"commit": "e90fbd5dd17a105f0c4622b5130d622fe9294d3c", "message": "[136935] Slow Performance and Out of Memory Error Editing Large XML Document\n", "proba": 1.0559548258015639e-07}
{"commit": "d72a5e752853954e58708e7469fa978ce8a72675", "message": "matching test\n", "proba": 1.6300120933010476e-06}
{"commit": "a3ee9e3d08f2ae7171f1f4df58d3160032447456", "message": "fix example\n", "proba": 0.0001004236182780005}
{"commit": "6686bba7744b93c133b62bf8e2dc6bf9411a2c39", "message": "add context scope", "proba": 1.033788521453971e-05}
{"commit": "c3f83fd13cd0781ef722593a501c3d814f97dfae", "message": "Dublicates\n", "proba": 1.8998844097950496e-06}
{"commit": "8a999194e1c7bc19ca8f073858bb09387414a6e3", "message": "fix typo, should have been ServletContextAware instead of ServletConfigAware\n", "proba": 0.9998973608016968}
{"commit": "6b65b3d84e0eab9958aae839f87febf8dc7e376c", "message": "modify CredentialReader\n", "proba": 5.085751126898685e-07}
{"commit": "88fa0480c59b9de3a2c581fadbbf1e4f20f6e399", "message": "Added test reproducing https://github.com/javers/javers/issues/192\n", "proba": 1.6621724796550552e-07}
{"commit": "7a2fc0041a1df9e033730fd1290d5c3e1f0b8198", "message": "#6238: additional work on code validation in ICD10\n", "proba": 2.852328861990827e-07}
{"commit": "aae8cf2d4b6bdae4804af624c3dadffc3b335621", "message": "remove debug comment\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@547491 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.461287517187884e-07}
{"commit": "34349e499b49e00c49c8bab7eef4357b8c716387", "message": "Added GetTooltipNameEvent for WorldlyTooltip\n", "proba": 1.3353562167139899e-07}
{"commit": "8cc29644599df62674d302b844b329e861f6d54b", "message": "add a method to return the random seeds that were set at construction\n", "proba": 1.3308522284205537e-06}
{"commit": "f1bdf72774f5dd607ac1302fb7ab94863d0db138", "message": "Adding policy that allows context-sensitive help to be installed on individual EditParts to the SC editor project.", "proba": 1.0140404782532642e-07}
{"commit": "6ccd0be55e70a30a51b326072d35f912bb245765", "message": "Made ironman laugh.", "proba": 1.2369922330890404e-07}
{"commit": "73215ec21ae1d1ee27cb1b0f1c2ddd4fac345d51", "message": "* changed time to execute for Event Uploader to 60 secs +- 15 secs\n", "proba": 1.318436346764429e-07}
{"commit": "ad97d76436fbf532475981cf6688f96a490d025c", "message": "more tests for DELAYED memory\n", "proba": 1.2462733423035388e-07}
{"commit": "a3f2c4c98f182fde864e1a9a8f2cbc41ed8921fb", "message": "Added Demo1_Flow_In_a_Pipe.java.\n", "proba": 1.0329800659292232e-07}
{"commit": "c9239c238e639909fab77573309bb3731e6eb27e", "message": "[WFLY-6456] Ensure that Servlet 4.0 is not included in EE7 mode.\n", "proba": 1.0117955184796301e-07}
{"commit": "138bb46a3c764c929b77682d4c5fcdc8406e78cc", "message": "Implement AtomicFileCounter\n", "proba": 8.695914584677666e-05}
{"commit": "4a098ecd3d5c619be264c7c3d7f82ad7b6d41f18", "message": "\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@1602 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 4.2671072719713266e-07}
{"commit": "9b91dcabe35ca8f2bbddd4de27b556fbfd0f306a", "message": "added test\n", "proba": 1.449089808147619e-07}
{"commit": "c3f2feef072b967f198da3c7e491a19c692856ba", "message": "add some methods", "proba": 9.3316804850474e-05}
{"commit": "2c8fbaf5b3abef12b57616a250fa8e40735f6b39", "message": "add view\n", "proba": 3.281100759977562e-07}
{"commit": "4897cd86185ceb1191bc9eb433a497492200f455", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "ee22950847185f7a0433ca60529a3fcb645227aa", "message": "change warn log message to info\n", "proba": 2.3410181881899916e-07}
{"commit": "2fdadeb9318f710d91b726eea67ba69db9fc0df6", "message": "Added backfill for enrollment events\n", "proba": 1.7783020211936673e-07}
{"commit": "d43841fed147ccb7f6cf256b4c3ca0b37c350b11", "message": "SAK-31524 - Filter entities on placementId\n", "proba": 1.1366098107146172e-07}
{"commit": "01de4f393991d84e893003d11e317998da42879d", "message": "Save campus center LatLng as private final global variable\n", "proba": 1.1869067861880467e-07}
{"commit": "e415ab7794a2bbc7ef2feb897ad33991ed792b94", "message": "forced videos to display in landscape mode\n", "proba": 1.7379991845700715e-07}
{"commit": "467b02aec1429ddcb7db5db7908e07397a2d7e93", "message": "the most difficult bio assembly that I have found so far\n\ngit-svn-id: a754228c0d23e99fefe44e35d84d6184990ceaa2@9789 7c6358e6-4a41-0410-a743-a5b2a554c398\n", "proba": 4.293667370802723e-05}
{"commit": "21a3cc8a726bffe0df548d646e6bab494aab8294", "message": "[264953] [Semantic Highlighting] NPE in installSemanticHighlighting()\n", "proba": 1.1299209745629923e-07}
{"commit": "0e734401cdb3a6132b6ac7e064a7745c9887173f", "message": "[reporting] Improves accuracy of error location if error is reported in a builder\n\nSigned-off-by: Peter Kriens <016a769244db65ccbb64c8b271e9b7b28d4a3ce8@aqute.biz>\n", "proba": 1.1402272548366454e-07}
{"commit": "3eb4a00f9a1a9a37fbe7709d535ae2d161c1f9db", "message": "WCM Views\n", "proba": 2.030930801311115e-07}
{"commit": "544a084b1b9d5b0c0d2d78b11089c0abddb7ec16", "message": "implement molecular-based Mayer sampling\nMayerFunction takes an AtomPair and MayerFunctionSpherical takes a CoordinateParAtomPairSet holds each pair of atoms in the system\nadd CoordinatePairMolecular (Group?) so spherical MayerF can deal with molecular species\nClusterSum.value takes CoordinatePairSet and AtomPairSet, calculates all f bonds using CPS for spherical MayerF and APS for others and passes them on to each ClusterBonds object\n", "proba": 5.688306146112154e-07}
{"commit": "227ad52fbb0d164c3f358fdc3fb931bc0a851da2", "message": "clean up take method", "proba": 1.664220008024131e-06}
{"commit": "d86bd04b66dfd04280b53185bc350344c96bd687", "message": "Support toplevel native attributes now (#3606)\n", "proba": 1.0772294700700513e-07}
{"commit": "c43ae763aef2ab2387902eb93bc5959d39bbc30e", "message": "Issue #754: StatementTransformer: Assign the result var to a default value on else branches. We do this so that the result variable can be declared final and still satisfy Java's definite assignment analysis. It needs to be final so it can be captured with the if block (the real one, not the one which just assigns it)\n", "proba": 1.2753680778132548e-07}
{"commit": "f08f9c6e3257468fe73f91750084298e96d643f8", "message": "Fix for #2170: switch expression with variable\n\nMake sure we use the alias even if we don't need another temporary method\n", "proba": 3.415737523937423e-07}
{"commit": "8037d8acdbb45dbe28c4576d2e466285657ef73a", "message": "add LocalReportBucket\n", "proba": 2.3155412520736718e-07}
{"commit": "6eb15eb4d83b9db7e77371a54ba4726d8f39c6d7", "message": "Tests for `--flat-classpath` in conjuction with `--downgrade-dist`\n\nPart of #5889\n", "proba": 3.0074662049628387e-07}
{"commit": "c5dd2fd669769d49ad9d1c7b000a5cbd98a799e9", "message": "Fixed\nhttp://macserver.itude.com/jira/browse/BINCKAPPSIT-78\n", "proba": 1.5819080090295756e-07}
{"commit": "b20042447eea3c33cc0901effcd57d00f81e3ef2", "message": "added --tap option into test-js command", "proba": 3.550890710357635e-07}
{"commit": "ba58666dc13da1da0b28171ffba0a0a74889341c", "message": "prime number generator\n", "proba": 2.122606019838713e-05}
{"commit": "4d717a4a9093d25e1bcc72562dd0c4e97badbff7", "message": "KCIAC-421: Determination due date is not persisted\n", "proba": 1.6828622392495163e-05}
{"commit": "fafab60cc94153bb3d7f5d9caa25bd555ba24ff8", "message": "KRACOEUS-3200 - Filter out InstituteAttachments on initial attachment copy.  Also fixed a problem where removing the last child of a hierarchy caused a workflow issue because the last child wasn't saved before cancelling the parent.\n", "proba": 9.85255468322066e-08}
{"commit": "6c0ee92da8973d7ab6838409e14ae584c64c576f", "message": "blah\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@4484 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 7.661769245714822e-07}
{"commit": "ac5f537fe55c984adc8305678576daf3f2057a72", "message": "Added logic to add the TopComponent window to the service window, first try.", "proba": 1.0274408879240582e-07}
{"commit": "5425aa3f6b38c58f4d1f7986a47fab95b9ddd4ee", "message": "Removing the AuthCoordinator when we the process has ended\n", "proba": 1.9048940202992526e-07}
{"commit": "a504d8a01bc4fb8fa03c1f5277f76b05c3bd1984", "message": "fix for GRAILS-12125 - g:include not working for controllers\n", "proba": 1.2968365581400576e-07}
{"commit": "0d2e3f09a663a770e2bc3e333cff413056c16360", "message": "file vergeten\n", "proba": 7.715516403550282e-07}
{"commit": "7b935c85e3c14504f9ea2005f5bc8c70dc1d572c", "message": "JCR-568 incorrect jcr:uuid on frozen subnode\n\n\ngit-svn-id: 02b679d096242155780e1604e997947d154ee04a@449262 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.6639292488871433e-07}
{"commit": "38e075828512b16d285dee0265f2f210a780fa7f", "message": "[ONOS-3477] Add the implementation of DnatService interface.\n\nChange-Id: I59d6601732b3a760bda399d009d0f0f1a5259650\n", "proba": 9.381943755215616e-07}
{"commit": "6d0b4299fcbfbc49c4bc535f80ef3ea56f754713", "message": "creates async builder\n", "proba": 5.787518375655054e-07}
{"commit": "f0aa48f7d2bdfe5b0a3412ff9bd96e0db8201d1d", "message": "KNL-1481 ETS is not honoring maxRecipients property sending emails. (#3537)\n\n", "proba": 9.984030668874766e-08}
{"commit": "62c9f980053ffbb191db0d29adba6ff74517eaf3", "message": ":art: Cleanup code\n", "proba": 1.8993141281953285e-07}
{"commit": "7cccf1d4a2a23cb2e6c352beeb9dcca123829b49", "message": "123123", "proba": 0.9999810457229614}
{"commit": "bd4ebcf02c9bef1891b18dbc7cb878c2d61691aa", "message": "Value Change\n", "proba": 2.865248461603187e-06}
{"commit": "2583ef9d338436aaee56069b826e3b2f206df363", "message": "[MINVOKER-32] Exclude some files by default when using \"cloneProjectsTo\"\nSubmitted by Paul Gier\n\n\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@649323 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.1646212644554907e-07}
{"commit": "ddece16e23e3aba4c7f74a5972bcabf12d903c57", "message": "o fixed clirr report\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@678161 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.650546377935825e-07}
{"commit": "d4a5f846b8c3c4f1380d2d6e095423c89158508c", "message": "added file that missed commit", "proba": 2.3658770942347473e-07}
{"commit": "a90049e29f671ff2aeea7dea26e1bf063c03a469", "message": "test(mobile-engage): SUITEDEV-8415 edit test names\n", "proba": 1.812253600519398e-07}
{"commit": "c764809f4a30b94b888519f85c5cdabf84586fe5", "message": "INTEGRATION: CWS mbapp3 (1.1.2); FILE ADDED\n2006/04/24 10:29:15 as 1.1.2.1: #i64598# new api test for explicit destruction of an interceptor chain\n", "proba": 1.586146822774026e-07}
{"commit": "92e8cc64f118e44c8437f451048c10d17142214f", "message": "Binary search tree implementation in java\n", "proba": 4.347124615833309e-07}
{"commit": "fbf3513251ab77dc6068d02ce3c187d1153c4dca", "message": "adding BitsoBalance class\n", "proba": 2.5389371671735717e-07}
{"commit": "a296b8906de1a045d68cc2bd1d7fabfd0e3040e8", "message": "refs #2 Main\u30af\u30e9\u30b9\u3092\u4f5c\u6210\u3059\u308b\uff0e\n", "proba": 1.0451565657376705e-07}
{"commit": "ff6dd8544da308da32a60177b273aca5b89bb759", "message": "Update MliBotController.java", "proba": 5.370598046283703e-07}
{"commit": "b4386891e6fb74800d92c3aae9ed0c3e7b9fc6fd", "message": "terminal aspect final\n\nSigned-off-by: jaahay <528115aea1ee5f9803d91567cf20f3cac7bedc98@gmail.com>\n", "proba": 1.1931476251447748e-07}
{"commit": "e6cf7f1010407f156c9d9f9629c4777024bf5c2d", "message": "Add a JSONUnauthorizedHandler\n", "proba": 1.7802070715333684e-06}
{"commit": "33c7d8179330dee5f5776fdbab27c91506ce974f", "message": "Renamed 'hard-stop' to 'critical'\n", "proba": 0.9989342093467712}
{"commit": "eaba1a1e785700b6100882026e289324c895eaf9", "message": "Integration test for OAI-PMH ListMetadataFormats verb.\n\nRequired a change to the XOAI library to support IdNotFoundException,\nspecified by the standard.\n", "proba": 9.923448374138388e-08}
{"commit": "44af0a01c1926242a62a324d2e5ed200c89a3f93", "message": "Added a test for USERGRID-1919.\n", "proba": 1.0514348502965731e-07}
{"commit": "7a39eb3b89b5d04a21dcdbfc8d9bd6dd715d5554", "message": "Examples for using Java 8 Streams", "proba": 2.591802399365406e-07}
{"commit": "e494f12ba0c0fe995cd41caab9004b0b18d90c68", "message": "ADD: Radix62.java\n", "proba": 1.0101484804181382e-06}
{"commit": "005ebc75d50f27178416e81a97ff809b6effe955", "message": "experiment executor\n", "proba": 0.0001047969053615816}
{"commit": "2ec87d43fc754c009116b29f8ee33a5429f3d565", "message": "Changed injection type reference\n", "proba": 2.2236743291159655e-07}
{"commit": "be2446ff6568bcbd9e43a1db4ba8e4b241381207", "message": "fix compile error\n\n\ngit-svn-id: 1b1bd56198eea75e2feaddfcf5144d1f89605d86@165093 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.138522657129215e-05}
{"commit": "41eb87b27b7d35163942e6755447aedcbabe60e9", "message": "REST API upload file method. #PL-4859\n", "proba": 1.8419497394006612e-07}
{"commit": "053711d6cab47c3931963c7ba8ac5546c1d686e3", "message": "removed comment\n\ngit-svn-id: 093fa4c7fa7b11ddcea9103fc581483144c30c11@1411 5b74d2a0-fa0e-0410-85ed-ffba77ec0bde\n", "proba": 3.3994047043961473e-07}
{"commit": "3002e8bc21a40f38113cef881ef42d42eb706ba7", "message": "first version of stupid backoff language model\n", "proba": 2.962085829949501e-07}
{"commit": "52cb11706883f03076805cfa74064fdb7fedce49", "message": "Completed conversion of all of eventconf to jaxb form castor\n", "proba": 1.2531715753993922e-07}
{"commit": "d5159505638b2ff29de755231cc7139a3daeca4a", "message": "am c9cfd605: Merge \"Missed signal in FusedPrintersLoader.\" into klp-dev\n\n* commit 'c9cfd605a24cf20df5248d73804c584168db64c9':\n  Missed signal in FusedPrintersLoader.\n", "proba": 1.2296412421619607e-07}
{"commit": "921b71e95f53bb07980ef22b8b6a75ea20490ccd", "message": "Don't show managed profiles in the user switcher\n\nOnly show users that you can switch to.\n\nChange-Id: Iff6dfccc27230f824d73d02731a045c69419b814\n", "proba": 5.905151851948176e-07}
{"commit": "1540da4624ebdf674784a970892d4d4b7b64e775", "message": "Fix issues with TrustDrawable\n\nEnsures that the drawable is invalidated whenever the state changes.\nAlso moves the mAnimating check such that we never update state when\nthe animation is stopped.\n\nBug: 17915865\nChange-Id: I299597e08d4bac9a5551686cd5d987138e4b3c47\n", "proba": 2.8578642741194926e-07}
{"commit": "f2677748a3f293c6ef74adb1922934de278adee4", "message": "HBASE-9927 ReplicationLogCleaner#stop() calls HConnectionManager#deleteConnection() unnecessarily\n\n\n\ngit-svn-id: 1ea5de6e32eadb5f080cfd8bafe1c87167c06d54@1551273 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.4960020255093696e-06}
{"commit": "fdc922248a1824533de4d6b05a68fb7f9e94fccc", "message": "KCIRB-905 changes were approved, so now un commenting the code\n", "proba": 1.0821450757703133e-07}
{"commit": "ca11b7fb04d074f248660674d55c0a253ce92469", "message": "Merging changes from trunk\n\n\ngit-svn-id: 073a29c7ba0658677b6003e9861cc0a57619d6d9@996995 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.367490475942759e-07}
{"commit": "718dd7ff36d7dee26970d26769696d06f2f17e60", "message": "Increase coverage of the `DbIterator`.\n", "proba": 1.5698698518917809e-07}
{"commit": "5da686a757ccee246c78156c0bc771532a4b3968", "message": "TestAtlasDao\n\ngit-svn-id: 410459702e6123a874d92574e1336b0959d85891@9908 2913f559-6b04-0410-9a09-c530ee9f5186\n", "proba": 5.081741392132244e-07}
{"commit": "31ce887e2d94563cd67828e430057e6d31a173b5", "message": "Changed base class of test to load db.\n", "proba": 1.0969370123348199e-07}
{"commit": "2cced3a7639901e14c51acdf3dc0a177e8a67041", "message": "Added a setup routine for non-OSGi users of the ContextFactory\n", "proba": 1.5129707264804892e-07}
{"commit": "f9fcfb239b41271a317c0bc607af37ee7bbedab4", "message": "Add tests for the addShard and removeShard methods.\n", "proba": 1.257313613223232e-07}
{"commit": "335d03bfc8e3c216501b13d311487c723fe061ee", "message": "[263801] [content assist] Content assist provides suggestions that are invalid at the insertion point\n", "proba": 1.1590815773843133e-07}
{"commit": "338cc044da0677fa4c7c7e43863568c053b16f5c", "message": "Added unit test based on user issue.\n\ngit-svn-id: 11f3c9e1d08a13a4be44fe98a6d63a9c00f6ab23@1042602 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.582829203376605e-07}
{"commit": "08269e1f19339e31c70403207f430ff883cf59e8", "message": "Integrated feedback\n\nSigned-off-by: coduz <ded987c534c96b462feeee54a345bec2d025746a@eurotech.com>\n", "proba": 1.0474435896412615e-07}
{"commit": "a751c0908894ddb09eea072c7d6aa8ebbe61bede", "message": "Tolerance value relative to DoubleDouble.error is not reliable.\nNeed to make it relative to DoubleDouble.value instead.\n\n\ngit-svn-id: 38d176a088663cba44dd40f58e77e6472acb7674@1542826 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.414142262656242e-06}
{"commit": "7129e6a5ee55ac65b94d82445d4f8a1a3c7b1fea", "message": "Added overdue Reed-Solomon tests\n\ngit-svn-id: b10e9e05a96f28f96949e4aa4212c55f640c8f96@293 59b500cc-1b3d-0410-9834-0bbf25fbcc57\n", "proba": 2.535341536713531e-07}
{"commit": "78d9e552f05ad1969a155160355783eda1843c3e", "message": "Add basic test for FileSystemAggregateStorage.\n", "proba": 1.2721052655706444e-07}
{"commit": "5060e439d70a34f44c9c25cf466c0b97e85fa238", "message": "DELTASPIKE-574 missing DeltaSpikeResource", "proba": 2.1856354578631e-05}
{"commit": "dbaa939fe7b4190797ef7a0d3e8b7403c9bcba79", "message": "bug fixies", "proba": 4.371749469100905e-07}
{"commit": "41ac32abf75cff4a00cbbe347a794517f8390fb6", "message": "Teste erro Handler\n", "proba": 1.5418640941788908e-06}
{"commit": "5c50f53bc941dc2e3592caabbf1aa49963b5debe", "message": "different approach for checking the existence of a method\n\nThis is more consistent with the version of this class which is currently on the master branch.\n", "proba": 1.0523015703256533e-07}
{"commit": "ef4842dd2c212d0cd895b46a5b53e45063eaaea6", "message": "Verify that manuscript's fields aren't null before setting them.\n", "proba": 1.2778541247371322e-07}
{"commit": "d49cb533b9da436e0426c6b3c574a0808dbe984b", "message": "singeluserunner tests\n", "proba": 3.5652715268952306e-07}
{"commit": "d5a026792e5a61ad2b58164972c18b0187f00e9b", "message": "moving from gemma-web\n", "proba": 1.5995830437987024e-07}
{"commit": "4dcbbc1913a01744007d08605798655747eeaa6c", "message": "Applied fix for STS-845 from 1.5.x branch.\n\ngit-svn-id: cf2b8e13e5fd585456580429c3991d4364a2cb88@1455 d471f07e-d8fc-0310-a67b-dd4c8ff0e7cd\n", "proba": 1.128885105572408e-05}
{"commit": "9791f12cdddef1d6f173d5b5a60eb6508817f8cd", "message": "SymUser no longer extends V2User. Suggestion via BR\n", "proba": 1.2053483544605115e-07}
{"commit": "6e923e1b51c87e7b20a98dfc2fff52ca9115c9d4", "message": "am 90d57721: am 209745a3: am c251147a: am 85ec1445: am f266873c: am 1c55797d: Fix build\n\n* commit '90d57721692e45fe6259136296e3cd5b669443fc':\n  Fix build\n", "proba": 3.479614179013879e-07}
{"commit": "72ec1ec2393906ba9d27191f8ae5358ded773be9", "message": "am 346222f9: Merge \"LayoutLib: Skip classes from java package.\" into mnc-dev\n\n* commit '346222f90a723787e2625329a75ec0dfc35a3f4d':\n  LayoutLib: Skip classes from java package.\n", "proba": 1.57187130866987e-07}
{"commit": "b30f32534dec6040a1c01a37e6300120fa10339f", "message": "Fixed precision inconsistency between planned payments and payments\nwhich was causing the loan payment calculation to be inconsistent by\ncents.\n", "proba": 1.098882478345331e-07}
{"commit": "ac3aa79422b35afab310c62d10c243ef3e436172", "message": "Some refactoring\n", "proba": 1.12484246983513e-06}
{"commit": "c907eafdc263f3deb7e3f178d779e5dfe2888667", "message": "Initial import\n\ngit-svn-id: 789609e278efc0cd74c84a9bb7abaca0738de801@1666 817809c7-9d0e-0410-b92d-a7ac8b8adc13\n", "proba": 3.85825074999957e-07}
{"commit": "91afe468bf57170f727edc68f32db450c8ed8bf5", "message": "Moved pheonix related class back\n\ngit-svn-id: 88158f914d5603334254b4adf21dfd50ec107162@692841 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.266869157414476e-07}
{"commit": "ae200c903f6633a1a30b27cd908647548932d255", "message": "CAMEL-13092: Added unit test\n", "proba": 1.1973982338986389e-07}
{"commit": "3cc3d5c23db86024e6d06a69a1e0425a2aaf553d", "message": "HV-1756 Add a test validating all the messages are properly interpolated\n", "proba": 2.3830553175230307e-07}
{"commit": "747adc0315020292a9d5aa9955de2d5ae48937a8", "message": "Patch for HARMONY-2090 \"[classlib][html] Compatibilty. Difference with the RI in the return value of javax.swing.text.html.parser.AttributeList.toString()\"\n\nsvn path=/harmony/; revision=477739\n", "proba": 1.3470895510181435e-06}
{"commit": "bbe097b783abf6c14f96bb2a1e7f0c45b9e15455", "message": "Add service injection test to git\n", "proba": 1.693921802825571e-07}
{"commit": "62a64338209772f56bc798f7f26f3e1bc64b15c6", "message": "[MCHECKSTYLE-113] Set the number of accepted violations for checkstyle:check\nSubmitted by: Enno\nReviewed by: Dennis Lundberg\n\no Partially applied. I did not add the documentation, because it wasn't complete.\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@792819 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.7839902284322307e-06}
{"commit": "1d0a3a7a814e885aad8944e08da1b07e0ad01faf", "message": "double oops", "proba": 2.5908266252372414e-05}
{"commit": "3fec6bc9aa1184daf0f445b2bf193301f7bebcc0", "message": "Create ThreeStack.java", "proba": 7.7018285082886e-06}
{"commit": "f85c386ea88da5f00043d1df9e72d7c75877c3a2", "message": "Max product of three\n", "proba": 5.55674523639027e-06}
{"commit": "635cb10cf601740178d07fc36638aff5651a2470", "message": "D\u00e9but Test", "proba": 8.089137963906978e-07}
{"commit": "a0f26d4acfb0cd84f3bc93f84dc144811067684c", "message": "Adding test for EventInputFormat\n", "proba": 2.904491793742636e-07}
{"commit": "9ab5f91014fd7185fe1297a0eee3eb0ab166f482", "message": "New function for combined node id.\n\ngit-svn-id: 577f56b988395b4c4a087ab41a6af3288056d860@1468313 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.037771815201268e-05}
{"commit": "1953e4d4f3638c7804a9739afbb6291acee0a7a6", "message": "Minor fix due to API change for #1121\n", "proba": 1.2859189268965565e-07}
{"commit": "4c5c41364411e062d5d71f22ce311700d045821b", "message": "TakeLast basic implementation\n", "proba": 2.907238183524896e-07}
{"commit": "9776f2c37d9649412e0c82cebf818a530923f86c", "message": "Copy LocalTachyonClusterMultiMaster to next module\n", "proba": 1.2199684817915113e-07}
{"commit": "167e93979e5fc905ba90a5dd1d1079a224c669e5", "message": "Add LocationHelper\n", "proba": 4.319181527989713e-07}
{"commit": "e744eff0e71126157d5ee242dd7b4b8e3dddaef3", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "58d89e7cb89ab55089ff47d698276d4c2acd3b07", "message": "Add an Info class to provide generic info about Open XAL. Currently we just support a label.\n", "proba": 9.688304203336884e-08}
{"commit": "c36a5b9c3664d1b1e9787503161154d5b3470872", "message": "Avoid duplication of AppWindowToken in created Task\n\nWhen WindowManagerService creates a new Task, it passes atoken to the\nTask constructor. In this case atoken is added to mAppTokens list by\nthe Task constructor and then it is added manually again by calling\nnewTask.mAppTokens.add(atoken). As a result, the same atoken is present\nin mAppTokens list twice.\n\nWhen another window token is added to the list, it may be placed in\nbeetwen duplicated tokens and corresponding window will be hidden from\nthe screen by corresponding duplicated windows.\nFrom user perspective it means that some windows will not be displayed\non the screen.\n\nThe issue is fixed by avoid adding atoken to mAppTokens list manually\nwhen it was added already in Task constructor.\n\nChange-Id: I10628e68186160fffdde07beb7d84ab3cecb7051\n", "proba": 0.0001639604743104428}
{"commit": "918edfd52e634e349a81065e139b88eb0a559eae", "message": "Fixed error in TimeParserTest.\n", "proba": 1.1925219212116644e-07}
{"commit": "362a46c419f07aa0218de27abdf604034e108dc5", "message": "Cleanup\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@8406 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 5.99310737925407e-07}
{"commit": "1fd6765632d6c4e8c7306cccb616be4717c66dbc", "message": "Now the notification code is only at 8 a.m. executed\n", "proba": 2.6762154448078945e-07}
{"commit": "a5e040a58c54c334921f079edc17000fef4a2285", "message": "Added missing files\n", "proba": 3.867615419039794e-07}
{"commit": "9c6d2fb59479fba1b0b703b298933cefa0023f98", "message": "populating list\n", "proba": 4.7390887630172074e-05}
{"commit": "b6cc279d7f930db76a3fd1d26bfb04e9d5fddc3c", "message": "Fixed error where line was only drawn when rectangles detected\n", "proba": 3.496479621389881e-07}
{"commit": "6f0415e75889a76810e621ef5d5840402eb1e505", "message": "Create Tunnel.java\n", "proba": 1.8536202333052643e-06}
{"commit": "7ba75d63aacbdf1f3adf740bb511254f67dc256b", "message": "fix indent\n", "proba": 5.98584083491005e-05}
{"commit": "6d40c7e96994e71520b207d626d66eaba9329b70", "message": "Add SpringMVC support\n", "proba": 1.6109528644392412e-07}
{"commit": "72e9e3563ded04e6cf577588206b31e1049fa20f", "message": "Create EvenFibonacciNumbers.java", "proba": 8.435235940851271e-06}
{"commit": "087e00d212196f9cdefb7e9d64174286a6fb48bc", "message": "switch from service to class\n", "proba": 4.021135282528121e-07}
{"commit": "57239a9a08c11fb049245134e180335ae4a34ae1", "message": "Efficiency savings", "proba": 9.125713518187695e-07}
{"commit": "34752b851ea05b82b538d591e4511437af4f3b38", "message": "Add Sigmoid outlier scaling\n", "proba": 2.563586463111278e-07}
{"commit": "a91ea8c023f6a071003c276dd64f03aa7c762d5d", "message": "Zenvia Flow Release Plugin - cleaning up unused arguments\n", "proba": 1.1364049612438976e-07}
{"commit": "845b01f44fd8acb5708756e244e65c256b4bbe87", "message": "Add ordering support for ORDER BY with no LIMIT\n", "proba": 1.6787194567768893e-07}
{"commit": "afa4152a0c3db06262693db123489afcc9b94cc3", "message": "language is no longer mandatory\n", "proba": 1.3474489605869167e-05}
{"commit": "0a398d22d19172e7c6e6b90171075e6b11efb871", "message": "Add new test for searching Centers.  Patch provided by Goldman Sachs as issue tracker task 2419.  Only adding new class - SearchCenterTest - since patch for task 2420 already provided other helper methods.  Also included license and removed argument to countSearchResults.\n\ngit-svn-id: 6bd94cac40bd5c1df74b384d972046d926de6ffa@15022 a8845c50-7012-0410-95d3-8e1449b9b1e4\n", "proba": 7.008829356891511e-07}
{"commit": "ea9191976176bf40277d6e61405ccdcdb5b7424e", "message": "[hackerrank] - java - java-date-and-time\n", "proba": 5.551326466957107e-06}
{"commit": "b2f0e7ce39629ea98c9cea5d364967b60d21235b", "message": "I forgot to port a portion of my patch, that 54602 had me look at what called recycle.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1449225 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.175535317088361e-06}
{"commit": "de4977975569ab1a69c4bae57983fa02e44d0dee", "message": "Javadoc improvements.\nUse inherited Javadoc since it has more information.\nRemove some excessive blank lines.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1707719 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00047807052033022046}
{"commit": "1dc1c1917ebe46e4def24f0cdd49775571982477", "message": "ReplicationValve is instance of ClusterValve.\nRather than get cluster instance from container on every request, use instance variable.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1482682 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.161401531950105e-06}
{"commit": "cbaf513954e036b58edf8941c9b2163df685ab5c", "message": "Added in toString method\n\n\ngit-svn-id: 40f70788afc64a734d8b91520bec53ae21e7042f@454587 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.7078922206274e-07}
{"commit": "5fe0bc441d9204d10b51727a51213c159db4f731", "message": "Added missing script origin check\n\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@201356 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.421016915832297e-07}
{"commit": "304a8ed561876d37147e231df1c174fe0e1dbf28", "message": "\u4e3a\u67d0\u4e9b\u9700\u8981\u4f7f\u7528bean\u65b9\u5f0f\u7684\u7c7b\u5e93\u63d0\u4f9b\u4e00\u4e2a bean \u5f62\u5f0f\u5305\u88c5\u7684D2jsExecutor", "proba": 1.2956053296875325e-07}
{"commit": "52cc8e9d6d7f9565e0858505c940cb4ff4c4d97f", "message": "add isSquare check", "proba": 6.2753788370173424e-06}
{"commit": "8f8a8b5901cc456863ede2b579da0ac77b85aa87", "message": "[#42] - Emprunt \n\nAjout des tests des services utilisables aujourd'hui. A compl\u00e9ter.", "proba": 1.2222521661442443e-07}
{"commit": "0a8fb6e3ae5edac50ac8ab9279acf888bf07811c", "message": "Implemented String compression", "proba": 1.434423325008538e-06}
{"commit": "694a53bb9321817757cc862a05fe1e745807cd2a", "message": "Added builder for Range measurement.", "proba": 1.097874786637476e-07}
{"commit": "adeb6d57c63cb2d8ebf6c811bcd15a86223f6af6", "message": "Make load() public synchronized\n\n", "proba": 6.272425707720686e-07}
{"commit": "3a1e268895caff06fa991cfe6d92f7ce88a61f4c", "message": "Added source code", "proba": 1.2712587249552598e-07}
{"commit": "654cdee7f63e59143db3ead13ebc9a08cd0b358f", "message": "Add source example of using StreamedTriplesIterator\n\ngit-svn-id: bc509ec38c1227b3e85ea1246fda136342965d36@1437945 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.132663212250918e-06}
{"commit": "bac2256edfb1c4f7b5b6b3eb4121670e9f3efede", "message": "Test the SummingScoresStrategy\n", "proba": 2.5191957320203073e-07}
{"commit": "438d984d09405c76a7f33e2624eb27853bb5c089", "message": "Fixed a bug that would crash the app if ever the LearningSuite service returned a class with a null content value\n", "proba": 3.493239830731909e-07}
{"commit": "f464942576324e64eebc5870bda2afc7abf2d54f", "message": "test(validation): unit test for ValidationService\n", "proba": 3.4280383260920644e-05}
{"commit": "d3ecbb877bf27928cb9d7000e7298796b31f67ab", "message": "Found more code still using DataResource. Migrated to HtmlResource.", "proba": 1.0986666154622071e-07}
{"commit": "6235c753cd2ca695854188771b4397cf36ce76cf", "message": "prepare for roles.", "proba": 1.651740006991531e-07}
{"commit": "520ee95d6cdf5467515b17f7bd06ce8e14ec41b6", "message": "Made test classes public and static\n", "proba": 1.3189105629862752e-07}
{"commit": "f725415eae3da91ec3ccb3a10f5351624dfcfb19", "message": "\nintroduce Stopwatch\n\nRevision created by MOE tool push_codebase.\nMOE_MIGRATION=1869\n\n\ngit-svn-id: f3e0321eda878ccd901d0724d0624474ed133e78@406 8138a162-5c33-11de-8abc-d1c337b90d21\n", "proba": 4.329427611082792e-06}
{"commit": "86c5eebdeaf68ee6c3b49024eb21b45863916373", "message": "Added model class to parse entity ids from the short form\n\nSigned-off-by: coduz <ded987c534c96b462feeee54a345bec2d025746a@eurotech.com>\n", "proba": 1.2427909723555786e-07}
{"commit": "295c1f481f18ecf7d36b3be33c4490a6cf3d8a10", "message": "Create : 121 Best Time to Buy and Sell Stock\n", "proba": 1.077262368198717e-07}
{"commit": "c746717a5da2f1ed1126352a8e6d51198d04a7a1", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@4395 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 6.179906222314457e-07}
{"commit": "b273e2779ec01d93b69111d5d761476adfc341c1", "message": "Added some extra tests\n", "proba": 1.3121270114879735e-07}
{"commit": "41d04be9b362da98f23ede9450ee189a066ca365", "message": "Server now checks the validity of the client. Uses a unique identifier\nassigned to each instance of user. Username reservation functionality\nadded. Server will drop a username reservation if no activity for a\nsmall time.", "proba": 1.0353708290722352e-07}
{"commit": "c37cdfdd72a9af1f00b6a6e8806f4ae885a3be76", "message": "Fixed small naming problem when an error message was showing an Aether dependency (find while fixing ceylon/ceylon-module-resolver#4908)\n", "proba": 1.0735988809074115e-07}
{"commit": "6e403dc735ab4ee21731a53f13dbd48bedb4364d", "message": "\uc0c9\uc778\uc548\ub41c \uceec\ub809\uc158\uc5d0 \uc99d\ubd84\uc0c9\uc778\uc2dc \uc5d0\ub7ec\ucc98\ub9ac.\n", "proba": 1.2599278420566407e-07}
{"commit": "7e9e86f38f5ea8be85bb55e3e026d22c058e10ff", "message": "Add stubbed implementation of StorageManager.getVolumeList(int, int)\n\nPiperOrigin-RevId: 208535767\n", "proba": 6.633985663029307e-07}
{"commit": "e0cb6e1f6d1bacf3c09e204140d15a152db3aeca", "message": "remove unused function\n", "proba": 1.6214928109548055e-05}
{"commit": "2d24d65ac2c951cc3ffec02b3a59b1e6b892782b", "message": "Added basic tank drive for real this time.", "proba": 1.0055505583750346e-07}
{"commit": "f560ac6773dfb708a725151f35485349910eeeb9", "message": "Added a capture to file dumper\n\nCan be used as a standalone utility (via class's main method) or as a\nlibrary class\n", "proba": 9.794691777642583e-07}
{"commit": "4c1a0a0498fe030047e03989b1ce1819b5c047d1", "message": "another crash\n", "proba": 3.0031930009499774e-07}
{"commit": "159385e55209eb4c7b40e2960c82dd9d9582d010", "message": "[#MMAND-3] separate syncing of measurement_types and track last sync time\n", "proba": 1.4588069063847797e-07}
{"commit": "a8e069090676df50420b6840fdcc25463bace931", "message": "Review comments of LC #101 - 120.", "proba": 1.0251760329538229e-07}
{"commit": "81f3ec74280ce960b50894708959adb20f4e5f78", "message": "TreeTraverser implementation POC for traversing subparsers\n\nWe need to be able to walk subparsers when collecting instances of rules having\n@GenerateNode annotations.\n\nThis TreeTraverser implementation returns all parser implementations which are\nprotected/public fields from a given parser class.\n\nPlan: use that FluentIterable's .spliterator() using\nStreamSupport.stream(...).distinct(), then collect the generators.\n", "proba": 1.441250424250029e-05}
{"commit": "9c10658d1dde514f143dd4668facb12e19944f9e", "message": "Adding immutable set\n", "proba": 2.0808913632208714e-06}
{"commit": "a93749d2670b8e4825087904c19c432d0fff6d47", "message": "on break\n", "proba": 1.843740392359905e-05}
{"commit": "05d869f925f859e8263bc8036ca5770049f03041", "message": "Added initial MongoDB GridFS based implementation", "proba": 1.3382731367528322e-07}
{"commit": "7e31cdaef06d27939e4391c8bbe633ea9ba7d38b", "message": "Updated #067", "proba": 1.5253708340878802e-07}
{"commit": "919a4c6264b733585152ce1dc6f868c1093d368b", "message": "Handle cancel bond for both legacy and ssp pairing\n\nChange-Id: I7a6db3cd7b5b8e72dca988e753dcba9a8df614c8\n", "proba": 6.157286520647176e-07}
{"commit": "bbcf0852f786ea1c9cf6dca85f45487b7739bfab", "message": "am 9d936591: am f5726617: am 2144eee3: am 3fb5536d: am 91e01a4d: Merge \"Doc update: fix broken code sample\" into jb-mr1.1-docs\n\n* commit '9d9365916def1a60d98cab7d59a4c98d9e7f6f42':\n  Doc update: fix broken code sample\n", "proba": 4.075490380728297e-07}
{"commit": "4350d1bdc03c97343ab72f4c61df879b360e2169", "message": "Initial revision\n\n\ngit-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@388 4f837ed2-42f5-46e7-a7a5-fa17313484d4\n", "proba": 4.6603736336692236e-07}
{"commit": "d55b348e629d5ae5a2efbba6735be4b30220e50b", "message": "Don't display Custom for PHONE_TYPE=CUSTOM part 1.\n\nDialer sometimes creates custom PHONE_TYPE values without\nspecifying the custom string. In this case, we shouldn't\ndisplay \"Custom\". We should display nothing.\n\nBUG 21900262\n\nChange-Id: I11aff369c76126a3f60f95aa589ae2a8a3e98bb1\n", "proba": 1.1804001587734092e-05}
{"commit": "d4e0b5713add447bbba7d716c112f425d6888f3b", "message": "Clean-up of API for filtering contacts by phone or email. The api is now symmetrical.\n\nAlso, giving Presence.RAW_CONTACT_ID and Presence.DATA_ID unique ids to allow easy joining.  The main rationale for this is that SQLite does not allow cross-database joins in VIEWs, so we cannot hide this join inside a VIEW.\n", "proba": 1.6599010166373773e-07}
{"commit": "31b730a009cf439426a865aa428804912e9d7da0", "message": "Remove un-used snippetize method from ContactsContract.\n\nBug: 7896653\nChange-Id: I5db6f9a58ce747605f66c681036795cdd3ed5d01\n", "proba": 1.8982773326570168e-05}
{"commit": "815ec2104ace35d8abf572886704d3b94594185d", "message": "am d7c4cf5f: am 34ca22d2: Merge change 26366 into eclair\n\nMerge commit 'd7c4cf5fdfe0d26c0b40ba8823b8ea321a486367'\n\n* commit 'd7c4cf5fdfe0d26c0b40ba8823b8ea321a486367':\n  Set the bonding for incoming connections only when authentication is requested.\n", "proba": 1.2398646731526242e-07}
{"commit": "a22f4e981a668025d059ca1710403aedb6a6ac30", "message": "am c19d683d: Merge \"Build layer immediately when setting it in ViewPropertyAnimator\" into klp-dev\n\n* commit 'c19d683d9ea5dafdd8e355dc3fa34b362bc379e9':\n  Build layer immediately when setting it in ViewPropertyAnimator\n", "proba": 4.6002620024410135e-07}
{"commit": "b842dc181efb872e5253bfddb2ed63f96f95db10", "message": "A general purpose class for rendering text.\n\nIt maintains the text configuration and provides utility methods for creating\nan image to hold the text, rendering the text into an image, and turning an\nimage into a layer. It slices, it dices, it even makes Julienne fries.\n", "proba": 1.1430297064407569e-07}
{"commit": "b6f9b5192835f07b42b939fd771d81cb9a624a36", "message": "Add test.\n", "proba": 8.479074722345104e-07}
{"commit": "967418299f0cf979829bfb2ff14bbb02ea539cf8", "message": "\u6dfb\u52a0SessionAttribute\u5b66\u4e60\u4ee3\u7801", "proba": 2.0814498213894694e-07}
{"commit": "cc24db3c4c741e3e9d6540a66e1615af3f2619c7", "message": "Use the jar directory if the launcher option says so.", "proba": 1.2453085673769237e-07}
{"commit": "089d3cd6a0d0247ebff3c60a5e50306982c5d8e3", "message": "Initial version\n", "proba": 4.846839942729275e-07}
{"commit": "a77767030c2f8ef5da28800fbcd7019f26daf44b", "message": "\u9057\u6f0f\u63d0\u4ea4\u3002\n", "proba": 1.9937223783017544e-07}
{"commit": "b6d14b505878a624afd7882395b4e8614892cd9b", "message": "Row id is Object instead primitive\n", "proba": 0.00047274038661271334}
{"commit": "c2989319000f33f4476e9212f152e535493f83e8", "message": "[VTK-3588] Include legacy snapshot of resource type hierarchy\n", "proba": 1.1691966506077733e-07}
{"commit": "162ee2de2eb95a5c4e698b3d757ec6155f0366ce", "message": "Don't attempt to modify request URL in feed image inline filter\n\n(cherry picked from commit ca0c00c1d663949755b9fc2a4f0e1f4961487ff2)\n", "proba": 1.330947014821504e-07}
{"commit": "040819dd189e4cfdb4b160c71db6247bf2ef5e37", "message": "Create HtmlSpeedServlet.java", "proba": 8.111850320347003e-07}
{"commit": "40510b0ed43b0c3c04bd9f5dff45d3c2b58418e2", "message": "Added BST interview question\n", "proba": 3.183683929819381e-07}
{"commit": "42bdf6b6e6c16115368933a706e8990a4303b6f7", "message": "Sync with recent rename\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@901504 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.839403686673904e-07}
{"commit": "828febd2a2acd1c00e8f429bac98c42953a8df8c", "message": "Remove unused code\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1240120 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.045423560863128e-06}
{"commit": "18c0a6723330ce3c4ec9bf80e8b71021f63a147e", "message": "employee importance\n", "proba": 1.3696119822270703e-05}
{"commit": "d17a5ea19567fed4f9fd8f47b6e46b95b49d8b3e", "message": "Fix broken findImage()\n", "proba": 2.3739260086586e-06}
{"commit": "24091c30b398194fdb10ed2d380ee2c29fb4a6f6", "message": "created\n\ngit-svn-id: 1f5e550eb8bb531d45c5c6075b0599b1839a23c2@53 3dd849cd-670e-4645-a7cd-dd197c8d0e81\n", "proba": 2.9276714030856965e-07}
{"commit": "846ae4168432c0c505bc2aeaa0aae11d634d1044", "message": "Adds a RED (RFC2198) transform engine.\n", "proba": 1.0484869505944516e-07}
{"commit": "991431e2173dddb1e04857b62cc32e813455f978", "message": "Implement skipping/taking/by\n", "proba": 0.0001418635220034048}
{"commit": "f628a2212f10917959902b15fcf63a4b361edef5", "message": "Create order  functionality\n", "proba": 9.282231303586741e-07}
{"commit": "62f42b1158abad4637c700153672647768bd02ab", "message": "add DeclaringTest", "proba": 5.031022851653688e-07}
{"commit": "e8462f997ecc27305d0e41312056055177458070", "message": "Bugzilla Bug 28579: NumActive can become incorrect when removeAbandoned=true\n- JUnit test written by Wayne Woodfield\n\n\ngit-svn-id: 94cad4ae0dfdbd5a35299816cdf961de95074614@132169 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.461493964910915e-07}
{"commit": "80d4b6c23ff2218ff198488c1e11e2a3383d2562", "message": "Temporary fix for deadlock in GoogleApiClientHelper.\n\nBUG=583758\n\nReview URL: https://codereview.chromium.org/1667253002\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#373659}\n", "proba": 3.6099541489420517e-07}
{"commit": "bfa0956ae7b110e338f560ef2e305c0f6df56fb4", "message": "Higher Order Functions: Qualify references to 'this' within a Callable, so we're not referring to the anonymous inner class\n", "proba": 1.1386559606307856e-07}
{"commit": "c1aa858857f5187c0718ccaee23f882ed91a1e87", "message": "ExpressionTransformer (#319): Better check for the need for variance raw casting\n", "proba": 1.259676736253823e-07}
{"commit": "56b112e2247678678286bb1a7a716ffb66ba47a8", "message": "XWIKI-8398: Moving class.\n", "proba": 1.1653872178385427e-07}
{"commit": "df6807a7d570a778734090edd7743f547f39a291", "message": "leetcode-200 number of islands\n", "proba": 7.864758117648307e-06}
{"commit": "fb25cae1916da1caf206ede879f07a4f8b61cfec", "message": "LayoutLib: use the new expand API.\n\nChange-Id: I248de70ebe97aa6fb1cbcb5b6572a4a46c5ca1ba\n", "proba": 2.2945683667785488e-05}
{"commit": "0b1188e3c1ff6c814dc64c51c83b19afa36d8ce9", "message": "am 3bd33f1d: Merge \"Fix tests on jenkins, take 2.\" into lmp-dev\n\n* commit '3bd33f1d9e8af826fa95095ca391d40f6c75ca2a':\n  Fix tests on jenkins, take 2.\n", "proba": 1.9346592239344318e-07}
{"commit": "2126e6e8cb6f15fad89bdc7480217d44b12d9d77", "message": "t541: template name is the battery/survey + templateType name\n", "proba": 5.363413038139697e-07}
{"commit": "87aa6bfee7d9b489ce6f4620fc8935b1fb5c6abb", "message": "Created a NpmSearchProvider sub class.", "proba": 1.130488982425959e-07}
{"commit": "7e9e3d2655b0c29408bbac652ca35b90968a9cef", "message": "add testcase\n", "proba": 2.2016933144186623e-05}
{"commit": "884b2bcea1c48b7acb97591d989f2d14f0838b20", "message": "KRACOEUS-1692 - Fixing the Unit Tests\n", "proba": 1.1410409683776379e-07}
{"commit": "70648d7865056935daa6901734aa77a33d092947", "message": "added Users module\n", "proba": 5.015032797928143e-07}
{"commit": "4c33724ea0f859d2dbabc1fbb2532b67e73ee727", "message": "INTEGRATION: CWS gh13 (1.1.2); FILE ADDED\n2007/03/09 14:36:05 gh 1.1.2.1: original version by Christian Schmidt\n", "proba": 1.1709764891065788e-07}
{"commit": "3ce269f83f69fc14627af32afbcceee22f06b9b4", "message": "Create VerySecureEncryption.java", "proba": 3.732586151272699e-07}
{"commit": "92d5fe6e7829ae18ca8abc54c4d0950c13f0763d", "message": "javadoc\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1126386 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.452209042137838e-07}
{"commit": "d3c2f259d43dbaa89d9dd4ea47fe95c4fb88a07f", "message": "GuiPage.java", "proba": 2.504136773495702e-06}
{"commit": "cd45de8ba336d689500c7a65a6a21611cc73d537", "message": "Missing Javadoc update while API review\n\nBug: 18550989\nChange-Id: I766986fd429d58064fca6262a1c650cbcb19bddf\n(cherry picked from commit 4e389e557efb7806b73d2059d46e2809c1a9f83d)\n", "proba": 1.3849468416538002e-07}
{"commit": "0515c3b5e5992d7fba53a8f75b0db67e718b0530", "message": "rewrite authentication process\n", "proba": 7.943997843540274e-06}
{"commit": "7214358294b1def6ba03acafd21b25feba4500a2", "message": "update tests", "proba": 5.633767727886152e-07}
{"commit": "a742db077ed26a6711c56424b8333d2dcb208794", "message": "Ejercicios de numeros flotantes y doubles\n", "proba": 3.901512286574871e-07}
{"commit": "29b5601bd90ce002a88a867f795a82296ab17938", "message": "Esta clase es el encargada de escribir  los componentes de la lista de configuraciones del archico xml\n", "proba": 4.947070806338161e-07}
{"commit": "806c907a9c55c06259e28f3dd815d3ec753f3834", "message": "Fixed sonar violations.\n", "proba": 1.7186816592129617e-07}
{"commit": "06306df4e8e715b334a31df97edc46e24529ce99", "message": "added gameover and restart in, with highlight moveables", "proba": 1.2394721693453903e-07}
{"commit": "04f4f9288c885e3e77e6d1471398f0954cb34e33", "message": "adding testcase for RESTEASY-169\n\ngit-svn-id: e4901c95dba1db2da44dfc7eaf6e785b47b9dfb3@475 2b1ed4c4-5db3-0410-90e4-80a7a6204c25\n", "proba": 1.0773728718049824e-06}
{"commit": "daa87962306aa86f385c825d047febcfb3635aed", "message": "Moved platform abstract predicate to Ignite.\n", "proba": 1.7752587666564068e-07}
{"commit": "894f300cf36e4e72ab43ce74b30acec4660498db", "message": "ZS-137 Adds clean code\n", "proba": 1.7882335612284805e-07}
{"commit": "bf9ae9c86eb5aaae64217bac23698e006ca73a45", "message": "aspect for running before any method call on controllers and models\n", "proba": 1.2392901282964885e-07}
{"commit": "88a57acaf7bd06bb23d29b8327b797a4e88f5c36", "message": "Add efficient scale transformation\n", "proba": 5.220927050686441e-06}
{"commit": "fe2057e64a1b56021e4340e3550b0282ae530b8c", "message": "javadoc fix\n\ngit-svn-id: 6d6ade8e88b1292e17cba3559b7335a947e495e0@497720 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.249034645908978e-06}
{"commit": "142d2fd8138dfa0e41875f1cc33da8dfb75c6912", "message": "finishd 144\n", "proba": 9.478721381128707e-07}
{"commit": "89932450a4477c0f8bb638b13b5e400dcd143e67", "message": "adding algorithm for integral riemann with java\n", "proba": 1.8431533987950388e-07}
{"commit": "b1fb32bbe8f42aef8210d8c010d7bd31cb52958a", "message": "rm: dead map and associated code\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@10567 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 4.423948780640785e-07}
{"commit": "0d54d4e485de136db76d2f7cbbc70c28be689ad9", "message": "compare two lists of different sizes\n", "proba": 0.6759607791900635}
{"commit": "4a8047b3039ec48264e42744c57d94a8da45107a", "message": "Synchronize card sorting order with the watch\n", "proba": 1.3477792037974723e-07}
{"commit": "4d8d8b4a08ef0e7c3adaff4bd69fa6de4c026b40", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "b05c1d012674f8f661cb29de2650363279b06801", "message": "Still coding.", "proba": 1.408981376016527e-07}
{"commit": "cf8d215547acbec4918d7b37042cca9d412f0960", "message": "First version", "proba": 2.2265943755428452e-07}
{"commit": "e52799665d412376292da1a3997b80d04dfe99cc", "message": "modify BitmapWorkerTask\n", "proba": 1.4600500435335562e-06}
{"commit": "54e21410d781e0e7dade8a67027e8d898874394c", "message": "Test\n\ntest on creating files from github.com", "proba": 3.157998662572936e-07}
{"commit": "3b1bfb0184f769e9b58acf5dbd3603b39e4aed5d", "message": "add airconditioned\n", "proba": 3.26984009006992e-05}
{"commit": "4ab30ab3be138ad5ad9ce4cb22aa803b6c16cfe7", "message": "Update SimilarSentenceCheck.java", "proba": 1.8688304237457487e-07}
{"commit": "d621f127b7d77fe035edb9f0ad891fa96b028671", "message": "Create Question10.java", "proba": 1.7835819789979723e-06}
{"commit": "a2b8d0893019462698b61a65b10719a7e4c1e953", "message": "add data keys for VCS\n", "proba": 4.892481797469372e-07}
{"commit": "ad4368df573937e9e0db415e0ba368eab283f4d7", "message": "btree node skeleton\n", "proba": 7.537175292782194e-07}
{"commit": "eb9c8f5acf73c5353b49d72234f13e96ead7d786", "message": "\nMinor DEBUGGING improvements.\n\n\ngit-svn-id: a878c62e23c3cdd7109267dfd9bdff0ba03a0163@5267 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 3.759462197194807e-05}
{"commit": "9cf89ba58b25dddf5221583c7773452b9022da01", "message": "add package-info.java\n", "proba": 1.1110615787401912e-06}
{"commit": "a159b792ebc0919b458f41a4ac4cec24cb54987a", "message": "forgot missing file\n", "proba": 5.910424988542218e-06}
{"commit": "fff0fcb070f76224d3f3998342391429dce6c7eb", "message": ":bug: Fix ModeSettings not rendering correctly", "proba": 1.9967458797509607e-07}
{"commit": "2cc93df7379f7920f149357a47940879c3b166f6", "message": "added test case.\n\n\ngit-svn-id: 8b22924fe593b58bc3cb32731943cdf19d9802ec@499949 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00016465045337099582}
{"commit": "87c4d97cd5bf9edcfc8fa1d968d826d637010c0a", "message": "Tests for percentile computer\n", "proba": 3.617094535002252e-07}
{"commit": "93bcf65e385e7b8f5cadfdaf65c15bfd9f4b6379", "message": "Removed some special casing that was being done for Sequential (see #1547)\n", "proba": 1.0166471753336737e-07}
{"commit": "75b9b9cd976a8175693b6158fe164e21f3c50b45", "message": "add hash visibility source to TM vertex id if it exists\n", "proba": 3.049887027373188e-07}
{"commit": "16eedbab89f578ebf274281ee18f5b3187ea0bb4", "message": "SHIRO-270: added issue comment\n\ngit-svn-id: 33e7a68b83922cb39bd2fd584a64617217729dea@1078378 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.954744561771804e-07}
{"commit": "92457f664b52008252c5dbcb2e8afa77dc46df0e", "message": "Fix issues raised during code review\n", "proba": 1.942758899531327e-06}
{"commit": "f029ed8bdb5702276ff2b2d83163770dcaff56c7", "message": "Fix rebase issues.\n", "proba": 1.3317951186309074e-07}
{"commit": "7707fe9b5a579fb5537581a501f1883ff989ac29", "message": "Add support for blood pressure units\n", "proba": 1.7601102797470958e-07}
{"commit": "48c5a6d33d0f2b1116631aeb12939116c01f3292", "message": "Remove unintended change from previous commit\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1615207 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.864468673484225e-07}
{"commit": "7a47d7d77415324a3ba5e8009afa5be489b4a843", "message": "Added _status entry point.\n", "proba": 1.168641503568324e-07}
{"commit": "c02d2b22f1963dc504cf63ed16a4a1fdada1a5eb", "message": "Adds UsbLight test suite\n", "proba": 1.6032819871725223e-07}
{"commit": "6dde715c79e790d3241262149750ae0e8a685817", "message": "added missing character in delete document from folder url\n", "proba": 5.751901426265249e-07}
{"commit": "7b6a46edd75de8f08ab797d3fe8f1b046e3e9476", "message": "Complete task1509\n", "proba": 0.9995959401130676}
{"commit": "39be07d9f0efd610278a24e2234680251de9c702", "message": "hack around ErrorResponse changes in nem.core\n", "proba": 2.1357780610742338e-07}
{"commit": "8f756f2b83a4bf02baa7f450cf90342f9fa98891", "message": "\u5b9e\u73b0agent\u81ea\u52a8\u6ce8\u518c\uff01\n", "proba": 1.2327032550274453e-07}
{"commit": "ac0037edfede185dd2fd14136eee0756db3c0c15", "message": "Changed default timeout to be a system property but still default to 10s", "proba": 2.0360933206120535e-07}
{"commit": "0d6ff01050af1bc37ee383c9c7ed1b3a3aa775bf", "message": "Tune wifi RSSI code (see bug 5241139).\n\nBug: 5241139\nChange-Id: I3fef432c39f1b33532e48b643bd9268d3df0f864\n", "proba": 5.349326329451287e-06}
{"commit": "395c9dece97b46f191ec9af5791a7733d16976f1", "message": "am 08bb363b: am 9a9c34d3: am 196597b7: Merge \"Children which are removed when HUNd now animate out\" into mnc-dev\n\n* commit '08bb363b70269ccdb6806b131d18f68f87fb4352':\n  Children which are removed when HUNd now animate out\n", "proba": 2.82988906974424e-07}
{"commit": "fd9d9b94d88329f7f7922662dd8641fe3fb95016", "message": "LinkAttribute is used in RD\n", "proba": 3.1909303288557567e-07}
{"commit": "ac186fdf1f19825c3c9ff180807921989d9c2e89", "message": "chapter_001/lesson_5/src/main/java/ru/pravvich/DuplicateWithoutCollection.java\n", "proba": 2.5772649792088487e-07}
{"commit": "b016a6d295ea3789a3a24002ef1fb9c2bd395c76", "message": "[InfoBars] Never allow controls to be on the same line\n\nNew spec says that an InfoBar's main row, optional controls,\nand OK/CANCEL (e.g.) buttons should always be stacked on top\nof each other instead of allowing them to be in the same row\n(even if they all fit).  This is a stopgap CL to make InfoBars\nlook less wonky while the spec is finalized and the algorithm\ngets updated to match.\n\nBUG=543205\n\nReview URL: https://codereview.chromium.org/1425533012\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#358873}\n", "proba": 3.0831545245746383e-06}
{"commit": "4199c5dbec6250a1a08d1398936648b31c5a2a56", "message": "Revert \"tests: Add $LanguageAccess to the list of sources needed for the runtime compilation test\"\n\nThis reverts commit c186c3d0b48dbd64a68b4bea3f9d0b36a7122a76.\n", "proba": 1.1986985271050798e-07}
{"commit": "e9b34a5c0510c54a5419b67e0564afd4d7009784", "message": "Compile import statements into require for modules, not packages\n", "proba": 9.917145007420913e-07}
{"commit": "704ce321bb773c31accf5f61a47cb251815dd815", "message": "refactor visitor code for specifier statements", "proba": 3.535854193614796e-05}
{"commit": "fc983c22817dc410eec268d70447282c92a07a33", "message": "fix #2849\n", "proba": 2.9423046044030343e-07}
{"commit": "b04ede8521cc91e2fc404827542c3eccaa5c35bb", "message": "alias names for #2703\n", "proba": 1.681055096014461e-06}
{"commit": "35e401c7d722b475d3b03893a50d44a40e6154e0", "message": "[1299][cygnus-ngsi][NGSICartoDBSink] Fix debug logs\n", "proba": 1.4636036667070584e-06}
{"commit": "d58bd1bb94df319aa5cdd9f1c59f5c1059d5ce2f", "message": "First test passing! now for the rest\n", "proba": 2.0398456399561837e-06}
{"commit": "faabf824a3514a77233669fc4fa9fc8c83e701a0", "message": "newuser\n", "proba": 1.5537200397375273e-06}
{"commit": "0ed4e8d7f4e3dcfc12299ad8d5d19f263906325a", "message": "\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u0442\u0435\u0441\u0442\u043e\u0432\u043e\u0439 \u0437\u0430\u0434\u0430\u043d\u0438\u0435. \u041b\u044f\u0433\u0443\u0448\u043a\u0430.\n", "proba": 2.941667673894699e-07}
{"commit": "0b93111a726aec65437201e400bce09b41d37dd4", "message": "Added resource tests to EndToEndTest to make certain that the resources are available from the embedded\nserver before the main tests start.\n\n\ngit-svn-id: 3f2e04d30bd9db331bbfc569b45e7de8c0d84ef0@690175 a5cc9254-8de9-e8be-c026-97bcafcbeca4\n", "proba": 2.8631450277316617e-06}
{"commit": "1ed19b61f6484b0ac3a463a6be57156421573890", "message": "Removed import\n", "proba": 2.3081334177277313e-07}
{"commit": "9297ea8aafb71e7446b10bbf38b53a170a5476d7", "message": "Added \"revision_id\" to property keys\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@11005 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 2.70191662821162e-07}
{"commit": "00b1dfc7100ae5364a30b6c5792a51290849e6b3", "message": "paging and number of results on low level\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@655 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 3.7542169593507424e-05}
{"commit": "8082216c2e02ef04230f42ae5a46652ae613b438", "message": "+ added do in background threads for periodic task scheduler partial data upload\n* fixed OBE in partitioning of data\n", "proba": 1.243039946530189e-07}
{"commit": "8c3db67d5f4a249ba1e8e07be5a0e07f9390e97c", "message": "CityRowMapper mover to com.netcracker.repositories.rowmappers\n", "proba": 2.058495454093645e-07}
{"commit": "500a6b0ca68aaad6140b5af2dae94349be9f7aeb", "message": "Revert \"Add check to allow notification listener packages to post >50 notifications\"\n\nBroke build.\n\nThis reverts commit 2dbd36fc7f9341ecef51c2ed96a0f21b046f5a8d.\n\nChange-Id: I2fdf1de21b6598f85bbd94acef44e771b2df9f42\n", "proba": 9.73265969150816e-07}
{"commit": "23de7c7cc9db2a41b6f4a87a193df2f7c9832010", "message": "am c2869507: Merge \"Don\\'t prevent notification updates in DOS protection.\" into mnc-dev\n\n* commit 'c28695079e3511e02845bad9d730753daefba8a3':\n  Don't prevent notification updates in DOS protection.\n", "proba": 1.7579563404979126e-07}
{"commit": "ae90113e2b384ef7d8ad66f91d059622307f3797", "message": "Provide Bio assemblies based on the pdb1 files provided by the PDB\n\ngit-svn-id: ed25c26de1c5325e8eb0deed0b990ab8af8a4def@9798 7c6358e6-4a41-0410-a743-a5b2a554c398\n", "proba": 1.397342316522554e-06}
{"commit": "ad7fc9ce881cfbe01124e0b3460252f79778398c", "message": "GEODE-77 adding interface missing from previous commit\n", "proba": 1.2911735325360496e-07}
{"commit": "a9cdcaa841ccb445ef589929805eb1f049a98520", "message": "action to set permissions of specified device on local or remote hosts.\n\ngit-svn-id: 91d6f7cb3132545ff6bb3ee4ca31c484a8366674@1540 7ee224fa-57ca-4419-87f9-1f4314938d77\n", "proba": 1.8424642576064798e-06}
{"commit": "d8b66aebfb9166b2b20f93f3078460b0a3913439", "message": "[MNG-5971] Imported dependencies should be available to inheritance processing\n\no Updated to provide more descriptive model problems for when a conflicting\n  dependency gets imported into the same model.\n", "proba": 9.734426242857808e-08}
{"commit": "ad9ecf71a27407888861beeccf69a0bcfd1fec27", "message": "Dead code", "proba": 1.929260406541289e-06}
{"commit": "a86f15ebef5ea63c6712d184b373f0ceb0a0af6a", "message": "Change to ConcurrentHashSet\n", "proba": 5.18191086484876e-07}
{"commit": "ff007365e5899205ad4f35aabd8128ea39222b7f", "message": "\u83dc\u5355\u7edf\u8ba1\u5206\u6790\u4fee\u6539\n", "proba": 2.0257041910554108e-07}
{"commit": "fc9384072dddeea5c55c83993ab42a443f5e42c1", "message": "Add hosted rescan manager for hosted content index rescan related actions\n", "proba": 1.6035633620958833e-07}
{"commit": "f3e8693c164c523bc28df0b0af80d44a2267d924", "message": "WSCOMMONS-236\nContributor: Rich Scheuerle\nAdded two new \"persistance in-memory\" tests to validate the CopyUtils function.\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@568079 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.688581149523088e-07}
{"commit": "c831d910a11237c0f7eef84b60d8bebfa1581dbc", "message": "\u041f\u043e\u0438\u0441\u043a \u0441\u043b\u043e\u0432\u0430, \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u044e\u0449\u0435\u0433\u043e\u0441\u044f \u0447\u0430\u0449\u0435 \u0432\u0441\u0435\u0433\u043e \u0432 \u0442\u0435\u043a\u0441\u0442\u0435. \u041e\u0441\u0438\u043b\u0438\u043b\u0430 \u0441  \u0431\u043e\u043b\u044c\u0448\u0438\u043c \u0442\u0440\u0443\u0434\u043e\u043c\n", "proba": 2.241841320937965e-05}
{"commit": "41aa0aa55f205368753b5286ff558d8562f4bf4e", "message": "Editable Data Table improvement\n", "proba": 2.589497114513506e-07}
{"commit": "3defaab5156c6ced7e05b8c4363f48665f01ce79", "message": "Added Job LogRotator checker\n", "proba": 1.287051389908811e-07}
{"commit": "072446dc727e528f93da37c550dd7b54ff3d5dfe", "message": "minor spelling fixes\n", "proba": 7.096785452631593e-07}
{"commit": "307a0d4db23d8d9705fb2d87d304cb7e9a90f476", "message": "The current is printer not refreshed when selected.\n\nEvery time a printer is selected we have to refresh it by telling\nthe print service to stop tracking the previously selected printer\nif such and start tracking the current one. As a result of start\ntracking the print service has to give us the capabilities too. A\nprevious patch caused a regression and we do not refresh printers\nwhen needed.\n\nbug:10898968\n\nChange-Id: I9d5413e324fdb8856ef61849d36a161470eb204d\n", "proba": 5.07743038724584e-07}
{"commit": "b0d97b87ba5f23ee867f381a4e5916ebb2e5f762", "message": "PrintSpooler crash if printer is reported to have only one color mode.\n\nbug:11993304\n\nChange-Id: I4932cf1b5b9b89f0cbf97011782ede037e7d814c\n", "proba": 1.2460159268812276e-06}
{"commit": "c4283c66603fcc62f51f09daa359b5f7aabe849d", "message": "am 980d7b45: am 36eeb6a5: Merge \"StatusBar: Respond properly to global expand message\" into jb-dev\n\n* commit '980d7b45ffef0f747e4cb3020c3c8a1e421b5f9e':\n  StatusBar: Respond properly to global expand message\n", "proba": 5.28801649579691e-07}
{"commit": "492c67a8b12ce154e41dc48102ae99e0c0e5210d", "message": "am bd573049: Merge \"Putting the gesture debugging back in the box.\" into jb-mr2-dev\n\n* commit 'bd573049ec5a0c0d73b4835a2308c6737dfff2f3':\n  Putting the gesture debugging back in the box.\n", "proba": 5.465245976665756e-06}
{"commit": "dedb76b76d390a63af6f3fe079d387fcd41bb4e2", "message": "am 38cf7798: SysUI: Fix bug where ZEN\\'d notification wasn\\'t updated\n\n* commit '38cf77988ef16a2fafdc581aa563c49e3d266941':\n  SysUI: Fix bug where ZEN'd notification wasn't updated\n", "proba": 3.9940417195794e-07}
{"commit": "de15bbfe7e64652d1312c1d16960e34338d656a5", "message": "LUTECE-2438: add test for Lutece event management\n", "proba": 1.275715959536683e-07}
{"commit": "ed8f85be06f82817fbc0dc9079e63a3bc628cb73", "message": "test(exception): expand testing on Exception\n", "proba": 0.007206232752650976}
{"commit": "57a210f555ef86b963e374bc12d0408ca89d178c", "message": "add FlatlandSpaceStations.java\n", "proba": 9.211481142301636e-07}
{"commit": "8864fc6c2ea11d05311aeea33c9c3d20879de031", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "8cd46bcf86e8f665d3075158b20efd037681226a", "message": "Support SSM annotations on interface #80", "proba": 1.8233276932733133e-07}
{"commit": "58330b6580c078f65422d9a3c2d1d0a4a9214a9c", "message": "add health check service\n", "proba": 2.369835669924214e-07}
{"commit": "d44af6108b18f3de05ed3f61d056d9c5b36ff8be", "message": "am b3cfb334: Merge \"Fix rare NPE in BridgeContext.\" into lmp-mr1-dev\n\n* commit 'b3cfb334893a0b302cd6a0a998f27ca2e8ba7f9d':\n  Fix rare NPE in BridgeContext.\n", "proba": 2.0703218694961834e-07}
{"commit": "8836c55818937ba00f186075eb7efb6462191113", "message": "Set theme-tag in render log when failing to find style\n\nChange-Id: I20461a7113eb25469deca13dca870936bdb33a29\n", "proba": 2.7622447760222713e-06}
{"commit": "6b7f9ae6f56375b1bd84f31206cac179e09b8146", "message": "am 678f0ea2: am b318ff54: Make DatePicker rendering not fail (style search fix). [DO NOT MERGE]\n\n* commit '678f0ea2ba47f06387670e9f75b13637a6446899':\n  Make DatePicker rendering not fail (style search fix). [DO NOT MERGE]\n", "proba": 2.0185380833481759e-07}
{"commit": "2ab1628e9190ab81693d0f432cc86fc1b1432235", "message": "step3: Fixed point which went crazy by not giving a pointer to the new created object but by recreating DPoint\n", "proba": 4.6001918008187204e-07}
{"commit": "c29991134af9c8dfa2ee402f9460a49b38746763", "message": "104 : \u56fd\u9053\n", "proba": 1.3326362591215002e-07}
{"commit": "c59303686bc60dab6ae9883f055bd4e421b45770", "message": "Add RenderEvent", "proba": 7.951903171488084e-07}
{"commit": "f93c343898c3f4ad4fdda08c44a5507be20b10cc", "message": "fix for npe in BaseRecordAdapter\n", "proba": 1.830032800853587e-07}
{"commit": "8c770f7670cd542000cbd42f58804db0e022ac90", "message": "Fixed Swagger UI documentation\n\nSigned-off-by: coduz <ded987c534c96b462feeee54a345bec2d025746a@eurotech.com>\n", "proba": 1.1463079374607332e-07}
{"commit": "dfa26b5e65a530318e59e2d408110b32ea0d0a56", "message": "more working on literals\n", "proba": 1.8948310298583237e-07}
{"commit": "042181dc443c1b1a61fd5568505a23c04795f695", "message": "FS20: FS20 command ON_OLD_DIM_VALUE is now converted to openHAB command\nON", "proba": 0.0019551494624465704}
{"commit": "4a8dffb3c0e9ad41516b88be086078b80d7fc6e6", "message": "Suppression d'imports inutiles", "proba": 7.415992513415404e-07}
{"commit": "3de01b2e3474ac2eaccbcf72b6693bb19d254824", "message": "Fix a regression in partially updading app widgets.\n\nApp widgets can be partially updated where only the actions delta\nis delivered to the client. There was a regression where instead\nof sending the delta, the merged remote views were sent. This was\nproblematic because certain actions are ignored when merging to\navoid clutter (specifically showNext and showPrevious), hence these\nactions never reached the client.\n\nbug:16844814\n\nChange-Id: I88ab58e610cda24154985165e6d6d93a1baa9c79\n", "proba": 0.0017980532720685005}
{"commit": "72e537682151de41c4b66890fca4027bc3928bea", "message": "am 046e0a7b: Merge \"Use DisplayPowerRequest#wantLightSensorEnabled in ABC.\"\n\n* commit '046e0a7ba68c95e303842812e835e0f321e8d892':\n  Use DisplayPowerRequest#wantLightSensorEnabled in ABC.\n", "proba": 1.902588309121711e-07}
{"commit": "18a156e682f026b85ca671ab28f1c4eb6c9d26e9", "message": "add ExecutorEngine.java\n", "proba": 1.0855721939151408e-06}
{"commit": "0a09d4860209fcac745aec32ebcabb5e23fa4798", "message": "mapValues.", "proba": 3.170794116158504e-07}
{"commit": "253be9e2c341e9504be8546bf2a231725f076d5d", "message": "https://bugs.eclipse.org/bugs/show_bug.cgi?id=281660\n", "proba": 6.877410783090454e-07}
{"commit": "a6115f20957829f39f35af88b48d2b0faa2459da", "message": "Minor fix.\n", "proba": 1.6329171614870575e-07}
{"commit": "4f92fdc6e04424b81a069e368e5b4ffcc12bd77d", "message": "Fixed: typo for checkNotNull (#1229)\n\nInstead of checking each element the check was continually checking the list itself", "proba": 1.4428952965772623e-07}
{"commit": "dbf4ba35bb6571fc93a25c53f3b933568412826a", "message": "Implementations for read and write methods. Needs testing.\n", "proba": 1.324596752283469e-07}
{"commit": "aa79f3c4e53acfa298498372f720f9b41729858c", "message": "IllegalStateException BT is not ON even when it is. http://crashes.to/s/bb809da21a6\n", "proba": 1.5987960466645745e-07}
{"commit": "95357e4b27fc6c99e87f43f97c951b8f486e9e76", "message": "\u4fee\u6539size bug\n", "proba": 1.5809503395303182e-07}
{"commit": "b07c100fa55631463ec5ded16bf8cd6f1c6d7af9", "message": "DERBY-2316: Ole's first cut at making a JUnit test out of the compatibility test driver.\n\ngit-svn-id: 2c06e9c5008124d912b69f0b82df29d4867c0ce2@523505 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.327567909167556e-07}
{"commit": "2bcc417f226ef58a8f65dc1c673f300346c3920b", "message": "Moving files to common.\n", "proba": 1.2202127663840656e-07}
{"commit": "da5710663cd8b0e631731e561f754c6ce7ab9499", "message": "Delete input_test.java\n\ndelete classes solely used for testing the SQL interface class", "proba": 2.1845528408448445e-07}
{"commit": "bae4f83e5800d64e8deb48df08d775131a8d53cd", "message": "Patch by chhavi. Issue#485\n", "proba": 1.2163752671767725e-07}
{"commit": "ac6638596bf87166258b12c9d8d788e630cad8d3", "message": "Initial version.\n", "proba": 1.5797580488197127e-07}
{"commit": "d0ef2bc52be8abc16da2ea6b0201d85acbbb206e", "message": "Signup Java Code Fix\n", "proba": 3.120004521406372e-07}
{"commit": "887f6864c2063fe4b272328e4f4000baa269597c", "message": "update .gitignore\n", "proba": 8.020089694582566e-07}
{"commit": "b9aedb5f3c8d0c1ce1db3a6490b5b8ae84e9ccdb", "message": "IL [CA-860]: exposed useful functionality for reuse.\n", "proba": 1.0363527280787821e-07}
{"commit": "3f96b277b8f5fd48627b4f9317baeedd63914cbd", "message": "[code] action class. void.\n", "proba": 4.760896899824729e-06}
{"commit": "a33b6d52e484c96d03d03f6c3c33c9318ae32b67", "message": "The `MissingNativeVisitor` now also checks for native implmentations within the current source files (#3606)\n", "proba": 1.010755852348666e-07}
{"commit": "5df438454599fad90843da63daf4777bc63221ba", "message": "Don't reload current lesson on it being selected in nav drawer\n", "proba": 1.281424886201421e-07}
{"commit": "df81a8d20271e9ff2a93cc1500c96d1372d98c29", "message": "Add no limit query constant\n", "proba": 0.0011363897938281298}
{"commit": "f722e7572a00956d904aba937e1e8f347b50179f", "message": "Add MarkdownToHtmlConverter service\n", "proba": 2.5567769057488476e-07}
{"commit": "574b21ec5bfba7cc2f3fd2cad7662a8d5f571989", "message": "Add button builder method\n", "proba": 6.414372251128952e-07}
{"commit": "252d92d4dc00de95a70249aa41c62b57de1ecb37", "message": "Add CachedConvertedList\n", "proba": 3.112824060735875e-07}
{"commit": "c41a66784f77ceaeaa868346f159b2fa9fd524a5", "message": "Leetcode 1169\n", "proba": 1.860548536569695e-06}
{"commit": "beeb7367b9a3fe244f46e83b68c305741b155d9f", "message": "Include test using RemoteWebDriver without URL\n", "proba": 1.6021921567244135e-07}
{"commit": "848ac6faf4364db4d51e9162b8dde6f09be76621", "message": "Fixing integration test for Rice 2.0\n", "proba": 1.5770471861742408e-07}
{"commit": "32bcbb53893b4fb9e6ae14c3d91c4efa88523ef0", "message": "KRACOEUS-501 - Grants.gov - Added removeOpportunity unit test; formatted existing test methods\n\n", "proba": 1.1081181128247408e-07}
{"commit": "3eee4f32377bf34c5cbf021f1c81213802e7f5ac", "message": "Implementing SIP support (work in progress)\n\nTests installation of a SIP account\n\n", "proba": 1.1989180848104297e-07}
{"commit": "ef6fed158e090f7977621636530e811db581c4c7", "message": "[391852] [validation]taglibs are not seen if included indirectly - Fix-up TLDCMDocumentReference#equals()\n", "proba": 1.133328026980962e-07}
{"commit": "3d30be210b71dc1221e5debb3c4d29444094f955", "message": "JBRULES-46 Prolog Style Query Based Backward Chaining\n-ooops added missing test, forgot to add it\n", "proba": 1.0487750046195288e-07}
{"commit": "0e776f82aa8f9cc74d29bdaba87818fd1bfa070f", "message": "Add WSO2ISKeyManagerImpl for usecases when WSO2 IS is used as the authorization server.\n", "proba": 1.0513967652059364e-07}
{"commit": "d1ba97cae9a0e3f125ca582e409f8612c39c3038", "message": "foundation: \u8a66\u9a13\u30c4\u30fc\u30eb\n\n\u547c\u51fa\u3057\u30c4\u30fc\u30eb\u3002", "proba": 1.2035967245083157e-07}
{"commit": "f13262886128625aaffd26625008a90845be3d1a", "message": "Better exception in case of misconfiguration\n", "proba": 8.333865366694226e-07}
{"commit": "8ea46960966f715e75b6bc0c943f96a074a1d3f0", "message": "Make sure repoindex bundle starts\n\nSigned-off-by: Neil Bartlett <ca870040941c02c80c5a686096fba0c298d1388d@gmail.com>\n", "proba": 1.2334959365034592e-07}
{"commit": "9d773881d764e4b01cc5307346e732d52dd8b426", "message": "Adding comment on the hackiness of the method\n", "proba": 1.7078977521123306e-07}
{"commit": "b781af71857d07e3de7ec1258b1f141bf536bb73", "message": "o Fixed javadoc\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@651661 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.198260571934952e-07}
{"commit": "996ea28e9b9148593b6bc6e8ed3c49c8581412b6", "message": "\u4e4b\u524d\u7684\u8df3\u8f6c\u7248\u672c", "proba": 2.3349868172317656e-07}
{"commit": "034b9905bfe82b40275ec64f6b3c6b4639970625", "message": "am 277db26a: am cc380f84: am def4c0c4: Merge \"Don\\'t crash in StorageMeasurement if volume isn\\'t mounted\" into mnc-dev\n\n* commit '277db26a5bc32821f85502e6326fafba4672c194':\n  Don't crash in StorageMeasurement if volume isn't mounted\n", "proba": 1.7390549373885733e-06}
{"commit": "805131627369b35fbf78d491a6018851517a8314", "message": "Announce title of QS detail views\n\nWhen entering a QS detail view announce the title of the view for\naccessibility.\n\nBug: 17578404\nChange-Id: I4cfd1bc85604af822b4f5fce852b39687f71cbae\n", "proba": 3.2406287573394366e-06}
{"commit": "1762dd33cc5b684f60ff7e97c2cf6aa51124c8c1", "message": "TWEAK: changed scope of adaptIterator() to allow subclasses to use it\n\ngit-svn-id: ca6d9ebf75caaf710f0e3a4ee74a890c456d4c90@2823 69e27eb3-6e27-0410-b9c6-fffd7e226fab\n", "proba": 7.410067723867542e-07}
{"commit": "562e5b014d88a5dadc7bcf72361de891db52da18", "message": "fixing the licence header\n\ngit-svn-id: 5a74b5304d8e7e474561603514f78b697e5d94c4@1038845 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.762473038979806e-05}
{"commit": "2f899e3a124a29a0e2e121e2c7f649d838963dd8", "message": "No Balance Detail for HD Account Monitored\n", "proba": 1.2903143442599685e-07}
{"commit": "27b2a05cad9aee34956fc682b21346fb839a24d8", "message": "Clean up DefinitionBlock\n", "proba": 7.943596074255765e-07}
{"commit": "591bc24adb3b6a1c5a2e863000a1fa56ecc721ba", "message": "123123", "proba": 0.9999810457229614}
{"commit": "ec9939bb36e6ede0a4727d1ca2238b3faa9afe47", "message": "Number of coins (change)", "proba": 3.4377226256765425e-05}
{"commit": "ee1c27cd8b899468e2f6d849ab4f7f69ef475a18", "message": "Changed PostSignupHandlerInterceptor to use DeferredConnectionDetails\n", "proba": 1.353802900894152e-07}
{"commit": "85579590b61930797d7c0a5a8a950d2dedaa53f8", "message": "Add DiffRequestManager\n", "proba": 4.357060845450178e-07}
{"commit": "988030eaad842b0f02314b5a9b7670851566fe24", "message": "factory bean for transition criteria\n\n\ngit-svn-id: b619a0c99665f88f1afe72824344cefe9a1c8c90@6787 fd5a2b45-1f63-4059-99e9-3c7cb7fd75c8\n", "proba": 5.831831231262186e-07}
{"commit": "517438e356d272565ee0e33e08d0ec58f8f6cd39", "message": "New /stream test cases showing authn+authz edge cases in cloud mode\n\nThis triggers various places in the Streaming Expressions code that use background threads\nto confirm that the expected credentails (or lack of) are propogarded along.\n\nTest currently has comments + workarounds for 2 known client issues:\n - SOLR-14226: SolrStream reports AuthN/AuthZ failures (401|403) as IOException w/o details\n - SOLR-14222: CloudSolrClient converts (update) 403 error to 500 error\n", "proba": 6.408526473933307e-07}
{"commit": "976e33572fd5683f3fc324ee68798173e571278d", "message": "Include EM Visualizer in release.\n", "proba": 1.0616396650675597e-07}
{"commit": "1ea8897138b8a2e13aa044f68ed0491fb1f4286c", "message": "license & format\n", "proba": 3.200140099579585e-07}
{"commit": "3a13423816362cc1b8a05f37ca281b58070a8cff", "message": "Mapping of Strings to plugin Classes and parsing those and inheritance are borked wrt client vs server side\n", "proba": 1.223424135332607e-07}
{"commit": "0b781b293a6110fd6d4bb8c2e09eeb7ff6d4e3c3", "message": "Don't log fake players in the AFK system.\n", "proba": 1.0838058273066054e-07}
{"commit": "5d52b56c8e6184e28b1b30f35e694a854aa4886b", "message": "returm b64 avatars\n", "proba": 2.58530747032637e-07}
{"commit": "53fab8170353d77f193ca76ac9e7f1c24d6cf5ad", "message": "added test program for 'prepare_parts'\n", "proba": 2.5285493165938533e-07}
{"commit": "665543bb044d16e403c5b643ace02a71dc521692", "message": "123132", "proba": 0.002759285271167755}
{"commit": "8bcd61412e4393bf430135d3c8fdda8e943ee6fe", "message": "Bugfix\n", "proba": 8.038198870963242e-07}
{"commit": "3558dca86e93553b5e342d9d2bc15b9650c9207a", "message": "Fix for MaxCube invalid settemperature when the actual temperature >25C", "proba": 3.9722604583403154e-07}
{"commit": "cb61caf06aa608141a6cca434ce7a565cbb97573", "message": "Fixed incorrect use of argument matchers\n", "proba": 2.923558781731117e-07}
{"commit": "2bcf2ac1a0830629b4caca118d5ee304c4ee2fe7", "message": "INTEGRATION: CWS sdkinspector (1.1.2); FILE ADDED\n2006/12/21 10:16:27 bc 1.1.2.1: #i69688# adding interfaces\n", "proba": 1.2124409920488688e-07}
{"commit": "8c7fd1e96a012c6ebc8bdf1b38df7667456b8fcb", "message": "am 62461d12: Merge \"LayoutLib: put a default image on the quickcontactbadge.\" into honeycomb\n\n* commit '62461d128fcb1314d96661e77f9744e5e50f57e3':\n  LayoutLib: put a default image on the quickcontactbadge.\n", "proba": 1.7376477501329646e-07}
{"commit": "ea7a316aecb5fcc84faefdbaba877c2a76f5eb32", "message": "some tests\n\n", "proba": 1.60664922077558e-06}
{"commit": "820a8a5efeaf3dd7948357f318191448633c3d97", "message": "add todo\n", "proba": 1.153739958681399e-06}
{"commit": "536af49ba0a407fdbc5682f73a48aa07fa3daae0", "message": "IGNITE-1309: Moved platform affinity to Ignite.\n", "proba": 1.0365346270191367e-07}
{"commit": "6c46e47b3c04cdf03946168cfff28b759dd44348", "message": "Moved platform lifecycle bean to Ignite.\n", "proba": 1.2169437013653805e-07}
{"commit": "068abda5791c4cc99b2153823c04d58a46800887", "message": "Created exception to be thrown if attempting to export a table via an unknown format.\n", "proba": 1.0332106370469774e-07}
{"commit": "6d4d1ad83532a550a59aa662dbd707ab2c1489c3", "message": "Remove fucking shit\n", "proba": 1.111589313040895e-06}
{"commit": "ab4859f8fec54ae27143f6683c3c45b7843e8ea4", "message": "Remove unused parameters\n", "proba": 3.2822911180119263e-06}
{"commit": "b4f0e17655ec81cbc988c88f6108f45c4b3e4198", "message": "Actually adding the file contents this time.  Whoops.\n", "proba": 1.1225775153889117e-07}
{"commit": "e4d0a3e0110a0ca4d55b8cdcca63c9d421b76632", "message": "1.\u4fee\u6539\u7528\u6237\u5b57\u6bb5", "proba": 2.231634681493233e-07}
{"commit": "293eca69d8e5116acdf3226b9d4673898d3679a6", "message": "am 32f7527d: am 2dc6ebbe: Merge \"Fix default value of stereoReset() in the documentation.\" into mnc-dev\n\n* commit '32f7527d0cabec317476ae45ec369efab51f9343':\n  Fix default value of stereoReset() in the documentation.\n", "proba": 1.2959624484665255e-07}
{"commit": "5f38e1aaa1ad51d82be8e508cbdb568779698972", "message": "Start the synchronous load in the WebCore thread.\n\nFix http://b/issue?id=2480606", "proba": 4.0216337993115303e-07}
{"commit": "d5c6a16b51ef26938f0e537524b524ac4677d79b", "message": "Fix zoom overview logic.\n\nissue: 2778976\nChange-Id: Id859c473190d067e378cf149d9a7bf9e914ee6e7\n", "proba": 0.00037049324600957334}
{"commit": "3016c1ae6a05a67106301fc5ffd7779338288e65", "message": "NullPointerException in AbsListView.focusSearch().\n\n1. One of the loops was using the last visible position\n   as its end boundary as opposed to the child count\n   minus one.\n\nbug:6610451\n\nChange-Id: I600545ca3f64d1e982f909f893e5d34570ec5c8b\n", "proba": 9.367055099573918e-06}
{"commit": "cab03e5fe89a309c8753dcd5ee66bf89d8600291", "message": "fixed indentation on case 0 for menu switch", "proba": 8.18308535599499e-07}
{"commit": "68a05dbcf7e66442e30bb67465d7e413f842e9ab", "message": "TURMERIC-938\n\ngit-svn-id: ce55118607bce9aadf614b2339c6ea07514f5414@452 f631a2f7-0bfe-4ef6-91ca-5e61167123dd\n", "proba": 8.264445909844653e-07}
{"commit": "8fb78e11338a1c1291d5117d36dc1f07a49b3b35", "message": "key-count \ub85c\uadf8\ub97c \uc0ac\uc6a9\ud558\ub3c4\ub85d \uc218\uc815 (\uc8fc\ubcc4)", "proba": 1.6354917420358106e-07}
{"commit": "e48a76dc29a5f200398f8a6a88ee8e48a1c5bdd9", "message": "[200051] cannot create more than one xsd:any\n", "proba": 5.809355343444622e-07}
{"commit": "1786ed17419931a3e86dacc524d547939ae5ceec", "message": "KRACOEUS-7372: Fixing proposal log lookup\n", "proba": 1.2313603292568587e-07}
{"commit": "85ea4306cace7ed1e32bef609189142685fe9720", "message": "Add Test for HTTP Options method\n", "proba": 3.1026465308059414e-07}
{"commit": "d334caac0f71aa7bf22de0c51ae2849c524538c1", "message": "ClassTransformer: fix for #1018 and #1020: missing @Override and extra attributes defined in $impl classes\n\nWe only need attributes in $impl if they are not formal\n", "proba": 1.9432889075687854e-06}
{"commit": "c5939a48a562ce650357439bc9b39a87a9683941", "message": "Fix #1725.\n", "proba": 1.3887043337490468e-07}
{"commit": "dc80b63143529cf6c3e433a5280fb2c4eceb2482", "message": "LocalTypeVisitor #1955: collect named arg getters\n", "proba": 1.7378516758981277e-07}
{"commit": "fa39f208f824f9dbbff3eedadab20ca3eb7ae490", "message": "ES AggregationSpout logs DEBUG acks\n", "proba": 6.597524588869419e-07}
{"commit": "2b1d8f3c648b4045e24858d86732660a78663e4c", "message": "CeylonModelLoader for #1316: remove duplicate declaration error from the backend\n", "proba": 1.8359132525347377e-07}
{"commit": "68a260513ecf3b9f54b0874db49c917eb90b1b8e", "message": "Added support for the `--no-default-repositories` option to the file manager (see #4837)\n", "proba": 1.0558641605484809e-07}
{"commit": "28fe6f59d6b164acc987f5120664fcc48610608e", "message": "Use constants for most commonly used keys\n", "proba": 3.0114981655060546e-06}
{"commit": "40c15f7ecf1b6bde9cfde7e683a403f26b9960e5", "message": "Fix issue in color replacing\n", "proba": 5.085203156340867e-07}
{"commit": "04f6bee4a9f5b3a54de15dd4571624af16b979cf", "message": "added missing space in the Leiningen pattern\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1206711 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.994997546717059e-05}
{"commit": "b029507f270d99c0429c82f0d0d2d34e4977fe78", "message": "trivial calibrator\n", "proba": 9.826589121075813e-06}
{"commit": "1b05f729183c634a5d7643fb5d3c3bd868791c67", "message": "[MRRESOURCES-14] If no remote-resources are created, don't write out .plxarc file\n\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@518730 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.6232639836744056e-06}
{"commit": "34427a3e75ddc2cddfaff0c31f1242164f99c31e", "message": "first version", "proba": 3.5516222851583734e-07}
{"commit": "7d9d12382b0eab53f0fca1e512f4af2060860587", "message": "FLEX-1626 ~ Fixes AuthorizeDeviceFunctions FitNesse tests.\n", "proba": 1.0099618918957276e-07}
{"commit": "556e661b33aae36f4e48a1adb2d054a7b2b8a813", "message": "Add unit test on MethodMatcher\n", "proba": 2.287634828235241e-07}
{"commit": "fb4d5a1ba357d2cfa0f74612b043a01d10fca012", "message": "fix(api/dbg/session): clear process instance id on instance end\n", "proba": 5.385158488024899e-07}
{"commit": "3b18387b6e92f0ac1fb5e4f5d3bc0e11b4db0254", "message": "Implementation of Filter Encoding 2.0.0 started. Extended identifier concept.\n", "proba": 1.0249453197275216e-07}
{"commit": "3abc20eb2a1711396b462a195eb37b43ed461cb2", "message": "Solved problem 92\n", "proba": 3.723001782418578e-06}
{"commit": "23d148878a2d58a237d3856e4226062d91f48ebb", "message": "Minor refactoring\n", "proba": 5.079600100543757e-07}
{"commit": "391699ff4f6eebcb12721b6a0fb758750816366a", "message": "Commit after adding toast\n", "proba": 5.471561507874867e-06}
{"commit": "adaba3dbcbe8c9820d150bc0e9d3730071345d3a", "message": "SLING-2195 : Add a resource visitor. Applied slightly modified patch from Victor Saar\n\ngit-svn-id: 6eed74fe9a15c8da84b9a8d7f2960c0406113ece@1401581 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.3166191454038199e-07}
{"commit": "74c6601f11897f23ae2c5ce233e398a6c276e17c", "message": "Be picky about the numeric literals the compiler accepts: If the parsed value\nis equavalent to infinity/zero then produce an error.\n", "proba": 1.5877253645157907e-07}
{"commit": "ed99804632d511f036e3013de2792fa74d7f2b9a", "message": "ExpressionTransformer #1007: no primitives when creating a Ceylon array\n\nThis way we can create arrays of boxed types\n", "proba": 1.3003959509205743e-07}
{"commit": "0b43203a782206969d399d835230c9869d799642", "message": "Issue #501: Fix CeylonDocToolTest to use DocTool\n", "proba": 1.1440068448109741e-07}
{"commit": "e77bc2348c712499cb433c6ec53fe6de08b4606b", "message": "KYLIN-1492 ammend missing file\n", "proba": 1.4255248004246823e-07}
{"commit": "c0973f03672cb5026bc777a14ae3c0fd708f8456", "message": "Fixed outputlayer so parameter in builder is not required\n", "proba": 1.5251860929765826e-07}
{"commit": "8882f6fd556d82857775a7903521b396a2693427", "message": "created CompareFeatures to evaluate categorization tasks\n", "proba": 1.7928748263784655e-07}
{"commit": "b9a8c09dc16c59ec4f5affadc1a43baea6357a1f", "message": "Lettura file da Java\n", "proba": 5.902651878386678e-07}
{"commit": "b7a576d7460195b3ef29f7524947a52cfe4d8b45", "message": "Uncommented some code snippets for debugging\n", "proba": 2.8564822969201487e-06}
{"commit": "ccdf50e55c317bc7ec2aa15771aa439b55a92fdd", "message": "implementing ISlide is enough for callbacks\n\nNo necessity extending EasyIntroFragment to have callbacks anymore, you\njust need to implement ISlide\n", "proba": 1.3567058942953736e-07}
{"commit": "ac54bed781a6b3b8544ee1c17b31f46e1ebe4f42", "message": "better exception handling\n", "proba": 1.5210115407171543e-06}
{"commit": "3f2aa460d66ecb958e572c8ed0486382c560812c", "message": "Adding a check to see whether multicast is possible before starting the cvlustering tests\n\n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@611410 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.1340885066601913e-05}
{"commit": "8b5c4895ff45af5f477f858fd9b1a68fa49b96d8", "message": "am 50e07d5f: am f86eb8b0: Merge \"Fix priority for recent task thumbnail loader\" into lmp-dev\n\n* commit '50e07d5f97107738f3f6489c20b298f7492996a9':\n  Fix priority for recent task thumbnail loader\n", "proba": 2.7157528847965295e-07}
{"commit": "1b2bd2ee9f5e728513c5643b26e4a6cd11da1c7e", "message": "am 7d1a4b63: am fb2f9c02: am 20a5d331: Merge \"Fixed a heads up crash\" into mnc-dev\n\n* commit '7d1a4b63181a04bae6b16a63bb7491f19d80594b':\n  Fixed a heads up crash\n", "proba": 7.340800038946327e-07}
{"commit": "5c68be1bf4cd268d78be63d91e2b1e5a8dea5742", "message": "Initial cut at WindowTestingFramework.\n", "proba": 1.0935799821254477e-07}
{"commit": "fa436e20ee01ee83d8d644bb9c4a83d12c89c9a1", "message": "Test!\n", "proba": 5.302717340782692e-07}
{"commit": "28d801930c7a49fb16d7ee1d224716af4117156e", "message": "Add SftpCommandFactory to handle sftp permissions\n", "proba": 2.483379546447395e-07}
{"commit": "2489a75edd6170273f91ea894a757e58e4b7c6f4", "message": "OAK-8627: Avoid late-arriving lastRev update from crashed instance\n\nIgnored test\n\ngit-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1867175 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.0947680329518334e-07}
{"commit": "576b6f2c25ab388e9dbc3bfc4df445ca648e7253", "message": "Fix Build\n", "proba": 7.047698318274342e-07}
{"commit": "991ad04ca102df4f167948c171fb05154e72dea0", "message": "HBASE-8552: fix coverage org.apache.hadoop.hbase.rest.filter(by Andrey Klochkov)\n\ngit-svn-id: 949c06ec81f1cb709fd2be51dd530a930344d7b3@1537197 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.1261412282692618e-06}
{"commit": "a3e2fd0a0ff2dd4cfd0254d1a4eb1bc4802d7f80", "message": "[HELIX-347] Write a test for restarting nodes with a paused controller\n", "proba": 1.3390952346981067e-07}
{"commit": "3d041f379c7c0c77970b791f0ea3b2fdf9b06a5f", "message": "Adding a set of unit tests for testing ExceptionMessageMap.java\n\n", "proba": 7.302842277567834e-07}
{"commit": "b992f79d1ae2a5b5bb645fd071ec323e6b6420e6", "message": "Fixes DynamicGroupTest.testGroupAddsAndRemovesManagedAndUnmanagedEntitiesExactlyOnce\n", "proba": 2.9317115490812284e-07}
{"commit": "71ce83ee687c0327926db1ae2b1fa7918c5c736f", "message": "adapted: javadoc", "proba": 1.2193058864795603e-06}
{"commit": "2a1df5ccc5256b76412eba8687e0a2f7b8f4f25f", "message": "KULRICE-9306 Renames file to fit naming convention\n\ngit-svn-id: 2a5d2b5a02908a0c4ba7967b726d8c4198d1b9ed@38303 7a7aa7f6-c479-11dc-97e2-85a2497f191d\n", "proba": 4.415806688484736e-05}
{"commit": "e2d7336bc4e88c373229280023dc5193acc32625", "message": "-added validation if there is no protocol provided in url parameter\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@372777 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.1273983545834199e-05}
{"commit": "aeacffdeb683e8b3049901b71a810f1f20484551", "message": "added javadoc to cotton\n", "proba": 1.3592701009201846e-07}
{"commit": "7fd59a86c5cecbca5a127d8a42ab2b87a17760d3", "message": "REGISTRAR: Added registration module for Elixir VO\n\n- New module for VO Elixir will allow generating of new login for\n  users on registration form. New login is generated from name or\n  mail prefix, if name is not parseable.\n", "proba": 1.0247967452414741e-07}
{"commit": "20584f6b4ff478d99ff0597700f45e5ef6ec9588", "message": "Add test coverage for the MessageInterface class\n", "proba": 3.0283064234026824e-07}
{"commit": "64a1bd17537d5b5af6a5b1a571943fa5b1bad840", "message": "KULRICE-11443 : Create Automated Functional Test for KRAD Lookup Automatic passing of keys\n", "proba": 1.0277446449435956e-07}
{"commit": "9691f761b035d30cb1d94a6147dea4d3fdf435a5", "message": "htttp listener interface has been extended from BaseHttpRequest.Listener<String>\n", "proba": 1.1266541832810617e-07}
{"commit": "2aac8c8e047fd783e6beabedddfb6482c1d3e10c", "message": "TestCommmit test2\n", "proba": 6.015100666445505e-07}
{"commit": "e95db6776e10d71b18e21565970a6643dce9cab8", "message": "Update Post.java", "proba": 4.2629622498679964e-07}
{"commit": "934de616291fd55e8e7a9fc8c37c5a538d4a7450", "message": "Rename invitee invited\n", "proba": 1.4966657545301132e-05}
{"commit": "700f5f5df54e2e5565f72885e1f157042112aafb", "message": "Add Java 1.8 (source and target) for Maven\n", "proba": 1.8163993331654638e-07}
{"commit": "c71f9e3e783272c9b2cf391cbc9eb9810de4b608", "message": "kafka based testing initial impl\n", "proba": 2.3870813947723946e-07}
{"commit": "69a5a9666281013fbc5f528b724b6c84e61d5962", "message": "Wait for broadcast even if the network state has been changed.\nbug: 2863356\n\nChange-Id: If279e891cf66fcef465e85b704b0b857f6ac3742\n", "proba": 4.7102352255024016e-05}
{"commit": "d40b5cb22076980dd0338653262fe20bc366f8e0", "message": "tak a ted jsem zjistil ze i v Eclipse se musi novy soubor manualne pridaaat, takze Template.java neni, 2 hodiny prace v pr..\n", "proba": 1.006367966738253e-07}
{"commit": "27c5c25a8c5331e608da3f48c2e0fc7da92e5115", "message": "Atualizacao autom\u00e1tica\n", "proba": 1.5049522517074365e-06}
{"commit": "fda283c0af1fc3965d4c5ab6151942a6f82f6ce4", "message": "Fix for issue 69\n", "proba": 1.2837513452268468e-07}
{"commit": "bd0a70d1adbc4d277a5ec7d525316a6772d21976", "message": "Update DEAD status information\n", "proba": 2.5787500135265873e-07}
{"commit": "8e8f8838669b4cd0a4ab4aef0b32883d67ce48f1", "message": "[158665] EL: can't set breakpoints on line containing EL\n", "proba": 3.358865433256142e-05}
{"commit": "205d58dc5b93d0244d61556bb04ffa3b1a7e49bf", "message": "Add static utc() import to ClientApp.\n", "proba": 1.3782232599623967e-07}
{"commit": "bbc0f41d40bccca0137f50362537efa87a8f8fb1", "message": "am 48661a65: am 5a00661b: Accessibility focus should not affect the currently active window.\n\n* commit '48661a65a945367cfc65cbb4b7b39dd0cec92627':\n  Accessibility focus should not affect the currently active window.\n", "proba": 2.37438058547923e-07}
{"commit": "1aa3f76b1fc1d609cc8841d123f48aaa850efe4b", "message": "am 664af173: am a6cab32d: Merge \"Events for window\\'s content change should be dispatched  only for the active window.\" into jb-mr1-dev\n\n* commit '664af173ef0cf199e947528d4b159e298ae06758':\n  Events for window's content change should be dispatched  only for the active window.\n", "proba": 3.924005795852281e-07}
{"commit": "e0c786d1b2333567894f220f0c384a80f6e7c846", "message": "Add serialization tests for ONetworkPropagate\n", "proba": 2.2765028973026347e-07}
{"commit": "32dfcc92e2571d8771c75da9c3dd1757d7b376b7", "message": "Add implementation rule Rgaa32017Rule011001\n", "proba": 8.959598858382378e-07}
{"commit": "730aeb98f0d3fe811919a0bfbdc423db36309241", "message": "Add implementation rule Rgaa32017Rule070501\n", "proba": 4.554153179014975e-07}
{"commit": "0cba71b6effddb910659e606a5c5b4b43b1f209b", "message": "GF28946: Created MyTest program.\n\n\ngit-svn-id: 7af4603ee811ab7d38b44ab6bf739118ab0e87f8@1052 b145b987-6716-48ef-8e4a-68a7679c2f12\n", "proba": 4.507089215621818e-06}
{"commit": "f378fbeb011b042a3ef8f96367f0237875e9e8e1", "message": "Extractor stuff\n", "proba": 5.249387413641671e-07}
{"commit": "77ef023e302eeb6ab9161192678c9a26852e3fed", "message": "Moving a log after validations to avoid a NullPointerexception. Part 2\n", "proba": 2.543013124522986e-07}
{"commit": "20b2a5789418b2b51c2995a2cb2b6d52cc51bd20", "message": "Introduce delete classes directories action\n\nAddresses #158\n", "proba": 2.160129781714204e-07}
{"commit": "3bfa97c8490c1a84744f22f37d55abc27f6c6555", "message": "bug fix", "proba": 8.047648520914663e-07}
{"commit": "d354e448561cf8fafbcf0e83ff64af7e49223ccf", "message": "added entity tracking coverage\n", "proba": 1.325028762266811e-07}
{"commit": "c72796b696a7e636d7dc7172e288d4a5bc323f02", "message": "add: ForestConverterItemProperties\u7c7b\n", "proba": 2.515059804863995e-07}
{"commit": "a9442ce8b759846fb26369e28b62c966330f4bb2", "message": "Subindo o arquivo que faltou.", "proba": 6.576661917279125e-07}
{"commit": "63a6055025a901dc93af3ae99745dfe825bbf656", "message": "Add fix project method\n", "proba": 1.1937671615669387e-06}
{"commit": "f88d73c5e4dd7b93fb1a07a69f8c9201bce45b4a", "message": "Wrote AE that removes duplicate ccp text annotations. (based upon begin and end of span along with classMentionName)\n", "proba": 1.0841573327979859e-07}
{"commit": "723d20543f2f175cb258d08b597b35d563c4f698", "message": "SO-3364 StructureDefinition REST API stub.", "proba": 1.1386038778482543e-07}
{"commit": "1dace36ebbe44a8af7f76e604dcc715d3ca26b36", "message": "IMCMS-208 - Refactor package com.imcode.imcms.mapping.container using OOP: - Created versioned container.\n", "proba": 1.1179067627153927e-07}
{"commit": "a5f782be5a0c48d043631055f20d1673f5f3ef82", "message": "Creating TemperatureSensor and Unit Test to demonstrate testing approach.", "proba": 1.0371615388748978e-07}
{"commit": "97f46de07b1bd276b1600ed76f6cf3f8335d1edd", "message": "Actualizada la documentacion de GlobalHillClimbing\n", "proba": 1.9519725924510567e-07}
{"commit": "816e30dcd4f9faa4c13bf64b9db8ff57505b646c", "message": "Collection listing: propagate SOLR error\n\nIn case of an error when searching SOLR, rather than just returning\n<null> (and logging to some obscure logger), let the error propagate to\nclient code.\n", "proba": 1.2549021732866095e-07}
{"commit": "7ba04988782a82824c2023c7bbb7008825ea4f20", "message": "KRACOEUS-5223 : Missed debug vars again.\n", "proba": 1.0574886033509756e-07}
{"commit": "a422b14140f0df882df406e699a90e9e28534ded", "message": "kcirb-252, kcirb-255, kcirb-259, kcirb-263\n", "proba": 1.1775741768360604e-06}
{"commit": "ab07f86d618f19ca2f47bac45f73daaf46fa41a6", "message": "KCIAC-112   Create IACUC Correspondence ObjectInputStream\n", "proba": 2.1298671981639927e-07}
{"commit": "a9979fc567dc98af8dc6b337130934c9e451b99d", "message": "VTK-2124 - move group-processing above user-processing according to update user-interface and consistant with changes elsewhere (+ tidy up comments)\n", "proba": 9.533826528240752e-08}
{"commit": "d4f06244fd379220078b1a757184c64960bb03a5", "message": "Remove XXX comments\n\n", "proba": 1.482332407931608e-07}
{"commit": "1bc866ffc462ce7933dbdec9ffb9256daaab7bb0", "message": "Added a base command class\n", "proba": 2.487662698058557e-07}
{"commit": "875925eab2cf765bac047f2ffb3f2d711417818c", "message": "Fix wrong test class name", "proba": 0.9998918771743774}
{"commit": "8027904514c089bd844ef4a535a5e7387224ea35", "message": "use bulk certificate handling instead of loading all the objects\n", "proba": 1.4665123160284566e-07}
{"commit": "17267512a1f74f8a328840615434b45832dfebf8", "message": "Fix compile error introduced by a2bd9a4399929f862ae5c6d773b72e4915b1c682\n", "proba": 4.857111889577936e-06}
{"commit": "73d1e6f21e53a95ff9f7b45b91f937f59a9bb077", "message": "Now treats dimming to level 0 as OFF and level 100 as ON", "proba": 2.8651751904362754e-07}
{"commit": "8199022ea1cdbd3d477ee14591e0268591f166de", "message": "License for Interface IObserer changed", "proba": 1.5092281557826936e-07}
{"commit": "7bb34e0f52ed5bcd2dc7a30cb387dc1a0cf000fc", "message": "If a 400 or 404 HTTP status is returned, then wrap the error in a WhoisResources response (to be consistent). Previously, a HTML error page was returned.", "proba": 1.281938182273734e-07}
{"commit": "90925652fc030dd3ccf539c5c8ff399e9b7dbc63", "message": "[CORE] DDB-1054 Erweiterung des Personensuchindex um sekund\u00e4re URIs der\nGND (Bugfix)\n\nEntityFacts enth\u00e4lt zyklische Weiterleitungen und es wurde eine Sperre\neingebaut, wenn eine solche Weiterleitung auftaucht. Es werden immer nur\nsolange Weiterleitungen verfolgt bis auf eine bereits besuchte Seite\nweitergeleitet wird.\n\n\nFormer-commit-id: 769a34c6fcf13ea3329f147ffce0f1ff76042510", "proba": 2.2415840703615686e-06}
{"commit": "8d64a73e6718b6f21541320096ac320283e85f97", "message": "Add Spray and Wait algorithm\n", "proba": 2.581387548161729e-07}
{"commit": "eb91073060434ca21db157e5290f3b80473f459a", "message": "\u0414\u043e\u0431\u0430\u0432\u0438\u043b \u0435\u0449\u0435 \u0442\u0435\u0441\u0442\u043e\u0432\n", "proba": 2.1878836378164124e-06}
{"commit": "95c556e8bf1f2003874aaa47ddb69f882c062cef", "message": "\u53bb\u6389\u63a5\u53e3\u7684public\u4fee\u9970\u7b26", "proba": 2.94166511594085e-07}
{"commit": "a86d3541f9aaaa3fbb9478b02fe91a511c1f46ab", "message": "Reordered elements in setup method\n", "proba": 2.440659159219649e-07}
{"commit": "fbe5e221cb1fe6b590fe4a4cb2079ae9e7387bd3", "message": "Adding test cases for MysqlStrigifier\n", "proba": 2.256833937508418e-07}
{"commit": "1e6ffc5f874393c9f95f50890904e572bee0a0b8", "message": "[ANDROSDK-1550] Add TrackerD2Progress\n", "proba": 1.4314235841084155e-07}
{"commit": "68a32bfca5ddcb23aa99a698b69cf60cf56571d5", "message": "Try to support unicode characters\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@245788 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999604225158691}
{"commit": "244d76566d9ffe8e28078b8858d46460adecd5b8", "message": "fixed typo in documentation\n", "proba": 3.107579971128871e-07}
{"commit": "d3107f8511e6a070cdf3cf86c274dc5e3bb579bb", "message": "Added CollectionBooleanRetriever\n", "proba": 2.3388669490032044e-07}
{"commit": "7a9b3e6fb0b5d3cab377f89cc9038d10631e4af1", "message": "Add a ExtModelController, that provides Ext models\n\nThe generated Ext models are based on the Java models and will be generated by using the extclassgenerator framework.\n", "proba": 1.2130111315400427e-07}
{"commit": "569ce0c330f68f3064c1956bf2e4bb8ba7f1249f", "message": "Adding Presenter Unit Test.\n", "proba": 1.3298571843733953e-07}
{"commit": "a9e1e7f1ebad912e6ce8a5ae6b6d8ac3bc9c8e29", "message": "Verifies #688: Acceptance test to prevent future regression (#972)\n\n", "proba": 7.68323297961615e-06}
{"commit": "3c6ea92ccf3d5b113a12b3dfa20e26b97df2f349", "message": "Add benchmark for statistical moments.\n", "proba": 2.0299704317494616e-07}
{"commit": "9b1080091c4ac97378db366cdd6961aba28756c5", "message": "Check watingApns before access it.\n\nbug:5663125\nChange-Id: I66275fafd316f318f9035ac11c16a30fcb32f7c8\n", "proba": 9.301389809479588e-07}
{"commit": "34267f7e17214d182c0858f14a961aab0598093f", "message": "Fix typo introduced during variable cleanup.\n\nThis prevented data connection being established after voice calls on 2G networks.\n", "proba": 1.113650398565369e-07}
{"commit": "3e742a9f422ad84dbee3d0a1f9072c9221817723", "message": "fix broken build by commenting out unused code and fixing a compile error\n\ngit-svn-id: 70a8ac99b5f1d6311287bb5343fb493d9eff6f5e@467643 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.6451764395242208e-06}
{"commit": "3143cbf46b7cc3a47e7e6a06131628bc0965d3f2", "message": "Added starters for weapon, armor, and shield.\n", "proba": 1.0273840445051974e-07}
{"commit": "77d2ea7f71f5d2fc0448dbe1fded275a03c923d5", "message": "o removed unused method collectActiveProfiles( MavenProject project )\no minor code improvement\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@682684 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.6657062360536656e-06}
{"commit": "d42523f505573f71c841dda1b02246e236f9f975", "message": "SLING-3471 - added IT for agent commands\n\ngit-svn-id: 6eed74fe9a15c8da84b9a8d7f2960c0406113ece@1579647 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.986423114885838e-07}
{"commit": "3efb8edd3b300134433cf791a1fd65551f5907eb", "message": "Introduction of GetTibcoQueues", "proba": 1.4616617249885167e-07}
{"commit": "7b869ad52138e19ff147e13984528497362ad2c2", "message": "SAK-41196 Have the logger come from job configuration. (#6467)\n\nThe logger to use should come from the Job configuration.", "proba": 1.192697141050303e-07}
{"commit": "9c952df9d40c7b6bd5a104de0f6251335d900059", "message": "FalsingManager Quick settings fix\n\nAdded a falsing check with FalsingManager in the case when quick\nsettings are fully expanded without flinging.\n\nChange-Id: I2af07b5732f98bd45471ee33c51273a63b42b87e\n", "proba": 7.760471589790541e-07}
{"commit": "cb5226ad9066f2dd0f8454922d766bde87b467bc", "message": "am e99695ee: am 5f6e00d8: am 2bfe9651: Merge \"Fix unnecessairy announcements when collapsing shade\" into mnc-dev\n\n* commit 'e99695eeff75d4101869f318dfd0462b93fa8d3a':\n  Fix unnecessairy announcements when collapsing shade\n", "proba": 4.2287953760933306e-07}
{"commit": "9c307d81b87ff561c89131138e441b81f04e55cc", "message": "KULRICE-10488 : Create Smoke Tests for KRAD Component Library - Containers Tree Group Completed\n\ngit-svn-id: 2a5d2b5a02908a0c4ba7967b726d8c4198d1b9ed@42797 7a7aa7f6-c479-11dc-97e2-85a2497f191d\n", "proba": 2.1193109489558992e-07}
{"commit": "ca64ef4673c96cdde5c0f308c34901f21bec6490", "message": "Polish\n", "proba": 0.688605010509491}
{"commit": "2c42251234451801ac447d9e82195c63b29fe498", "message": "Helper class - creates QBeans\n\n", "proba": 1.3263070286484435e-07}
{"commit": "67c72cbbe77463cd94d995fe609880254798f0bd", "message": "Added test cases which test the public methods of the KNXCoreTypeMapper\nclass according KNX \"System Specifications, Interworking, Datapoint\nTypes\" Version 1.07.00.\nSome tests revealed bugs in openhab and calimero. Theses tests testing\nthe wrong behaivour such that they don't fail.", "proba": 9.756006136285578e-08}
{"commit": "c355f83b2d6a68a8ebd052658ad1540cf612adc4", "message": "leetcode-381 insert delete getrandom O(1) - duplicates allowed\n", "proba": 2.0994419003272924e-07}
{"commit": "e46e27f2c025296322c777e9c12fa1776304fc65", "message": "DELTASPIKE-25 package of the ClassDeactivator changed\n", "proba": 1.1632020147089861e-07}
{"commit": "7ca19520e206719c4dfbc8ee84ece3e8f26e79b0", "message": "fixes merge conflict\n", "proba": 7.600434059895633e-07}
{"commit": "0a46ecd9809bd6dae19afb73b8c3e530a5575c6a", "message": "introduction du JoinerModel\n\ngit-svn-id: fce87830442b47284c88b98f498bb381ff6d45ea@3797 d3474844-eb8e-4abc-b058-2b321fed648b\n", "proba": 1.5258524399541784e-06}
{"commit": "62576dd7c26de59aa8aaf565c2ed4ac94ec116d6", "message": "Add test for chain\n", "proba": 1.0060645081466646e-06}
{"commit": "ea843af5608bbb277fa27b3ac46a0565746ee954", "message": "Created CvTermCompositeFetcherTemplate", "proba": 1.6861595497630333e-07}
{"commit": "1c7d3c81309dc1279b813e08f09ebf11b6322ebd", "message": "SiteConfigApi to be used with retrofit\n", "proba": 1.1698167412532712e-07}
{"commit": "d55f0920f00f2d772b17232be29a94db41c68917", "message": "fixed warning", "proba": 3.8104107602521253e-07}
{"commit": "b29bb90525a50d78023e5b7b4b43dfcf64bf0900", "message": "added a more efficient json stringer impl\n", "proba": 8.226496674978989e-07}
{"commit": "821af495a747c8fa15893f552b920f346337e167", "message": "leetcode-073 set matrix zeroes\n", "proba": 3.055070192203857e-05}
{"commit": "b01c6d0f8a1335d20f03cf78bf54c5a8921e2b3c", "message": "\u0420\u0435\u0444\u0430\u043a\u0442\u043e\u0440\u0438\u043d\u0433 fillContactData\n", "proba": 1.7990304002069024e-07}
{"commit": "028f74f644d878c5759be444740415a5dd9192c1", "message": "Removing unused import\n\nALSO: Implementing code that works in API 1 rather than API 17\n", "proba": 2.1241712033770455e-07}
{"commit": "350ea71e4977d9a0229693b9fab0dce025f5ce4c", "message": "Logout test case written\n\nSVN-Revision: 23597\n", "proba": 2.701125652038172e-07}
{"commit": "9b2e294e8c915a178389d97296253313f4bbff6e", "message": "[MRM-1506] api to configure RemoteRepository : move some common methods to a common abstract class\n\ngit-svn-id: 5a9cb29c8d7fce18aac47241089437545778aaf0@1165043 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.600425876968075e-07}
{"commit": "4ef9e1c1d5d9839e320a6081673e6202729bd145", "message": "Epson binding: Improved error handling when no response received\n", "proba": 1.7843497346348158e-07}
{"commit": "e61dc85eb0c4f14d51f1676e5b286dc34c02fb26", "message": "Refactor tests for java.security.cert.PKIXParameters#setDate(Date)\n\nsvn path=/harmony/; revision=494715\n", "proba": 3.6294552501203725e-06}
{"commit": "978e20b21eeb171982eae02d7cf4e97d261db42c", "message": "use fix compatibility with maven 3.1 (use default-value instead of a constant expression)\n", "proba": 1.0747933743004978e-07}
{"commit": "2bdd6537016c8d591f0c08795bbb964e30389841", "message": "Add implementation rule Rgaa32017Rule042202\n", "proba": 4.245439697569964e-07}
{"commit": "158d2f9ac1e0dc39b9278b44229492e018b5a926", "message": "shows ge and high alch prices for shop items that are examined\n", "proba": 1.0700886576842095e-07}
{"commit": "5b111316caf11330ef4058c8684a86c374860a87", "message": "[Java] Robot move.\n", "proba": 1.5009847231794993e-07}
{"commit": "8aca18df4cacc845593e7afb3038aeb829fba953", "message": "Simple pair container for Java\n\nUseful in example when object has to return two values. Like in case when\nreturning only partially processed output.\n\nConsider creating inteface for this object and also adding function that\nprovides iterator object.\n", "proba": 1.1375369979305106e-07}
{"commit": "b199964e7d0114cd0fa2849acae1a2c8640bd8ff", "message": "Fix icon loading\n", "proba": 5.39534710242151e-07}
{"commit": "119a3367468d35f9d28aa5298ebd211378812ac1", "message": "Add fix contract\n", "proba": 4.7277501380449394e-07}
{"commit": "a9dd6b3d7f5c1bb9f50f7496ec9070b95a521910", "message": "Added ReloadingDetectorFactory interface.\n\ngit-svn-id: 0d31da9e303333003508381311333cf78a25d41b@1461169 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.099485633763834e-07}
{"commit": "74b076ad6f65a9212ef06f51ca77f5367fb54990", "message": "KRACOEUS-3548:  Added check to method canDisapprove - looks at the worflow documents' ValidActionsDTO to see if ACTION_TAKEN_DENIED_CD is a valid action.\n", "proba": 1.1654928044890767e-07}
{"commit": "e3ce36082f3962195cd35c383dd7cd3b996efbb1", "message": "Unused code\n", "proba": 1.5864108718233183e-05}
{"commit": "03edfcf69a61b612d983cd922b4b657619a50f6d", "message": "KCIRB-27 ParticipantTypeValuesFinderTest\n", "proba": 1.3449724178826727e-07}
{"commit": "1f2684573f7c72b117362aece62de76786588ba7", "message": "GRAILS-318\nthe feature is not complete, just starting.  right now all that happens is an instance of the command object is created and passed to the action.  the command object is not populated or validated.\n\ngit-svn-id: 29aad96320b2a07b98332cd568fc1316025c072f@3494 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d\n", "proba": 3.911369276465848e-06}
{"commit": "59f19a6e6c8ede41d3acefa325241f1ae0987f3e", "message": "Added Matcher/Predicate wrapper utility.\n", "proba": 1.1293737145479099e-07}
{"commit": "f21097421b67836100ff28c8c1ae163e3ec43917", "message": "add new constructor to redisscheduler\n", "proba": 3.7696506183237943e-07}
{"commit": "203b1a2ebcf0df7648284d9aea300fc1297e1133", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "4a4e1a69255f8d3cacb5e346c172b6ae2cd34f8d", "message": "OF-1905: Ensure that updating properties records the details of the change\n", "proba": 1.0961213803284409e-07}
{"commit": "ad9f42434b18cac9a48156888fc9a5df50d5e714", "message": "testing: added JUnit test: SearchResultsTest\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@6203 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: f4ba57e2cb4aedab991fc9eff802744026561b8f", "proba": 1.3308116422194871e-06}
{"commit": "871d29cd783f5fd75a04e4b8b3db41251f8109d3", "message": "suit down\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@4626 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: dd1e249ab1b3702cb36e692980f15d2bdc4d8806", "proba": 4.215562512399629e-06}
{"commit": "7fbe28aad4092b26aa34fce02833a2d858ba765a", "message": "using native_template\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@5800 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 1.6337378383468604e-06}
{"commit": "9100f2dd4cbe4bf558713cefced41444cbb353e9", "message": "bug fixes\n", "proba": 8.304810990011902e-07}
{"commit": "00f9034982b9e7ce35997549cfe4ef01c1c310db", "message": "DDB-971 til DDB-975 excessive logging added\n", "proba": 1.217675134057572e-07}
{"commit": "1c90212a1302f48d386dc42878f968685d62c229", "message": "normalization of Strings is added\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@7209 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 2.9284187803568784e-06}
{"commit": "ce3effc434430151309dd531df83e798fec77281", "message": "Add ProductRepositoryTest with testSave()", "proba": 2.2338129213039792e-07}
{"commit": "cf8046a0239435eb84ee7bc32389a3b3ee7ef68b", "message": "initial check-in", "proba": 2.399959839749499e-07}
{"commit": "fc70e4659b753c61161f87c8a5ea6972eca3370f", "message": "(java) Solved problem 34\n", "proba": 4.82796679079911e-07}
{"commit": "3c1c0196f55f7afff1d32e64607eb59e04f38570", "message": "OC-374 ~ Updated configuration classes\n", "proba": 1.225835859486324e-07}
{"commit": "eb49b34e40fd974805207d02af14427fc8acaf35", "message": "Cleanup\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@4954 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 580564371bf9e615408089ceee486bbfd57aa363", "proba": 1.3034680250711972e-06}
{"commit": "e0f7e52b922b024130231d9859ea58a68dbbb0fa", "message": "testing: added JUnit test: AdminServerTest\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@6234 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 7.157427717174869e-07}
{"commit": "01c111063d2bceb0098539740ef75792bc748407", "message": "Initial commit: TransactionListener.java\n", "proba": 7.916174808997312e-07}
{"commit": "af80a0225642271ea45918a9c62cb062452e3c38", "message": "XWIKI-9307: Add API to help convert a String to Locale\n* add tests\n", "proba": 1.4350594312873e-07}
{"commit": "7e77d5e2fa2f81f14d6b379eb4fe35b3dc413597", "message": "init checkin of a tile file which also contains header data\n", "proba": 2.0516047527507908e-07}
{"commit": "5d0dfc09c9ad86258c03f5862ab3786d33ee2668", "message": "added test to reproduce issue with jRuby 9.1.16.0\n", "proba": 1.5587379209591745e-07}
{"commit": "4802bd9ecdb9eee3cebb1f102f141bff818ebcad", "message": "Reinstate the FilterTileBucketView... for now.  Getting rid of it will require client changes.\n\nIf all this works, we'll make those changes tonight.\n", "proba": 1.0104570691282788e-07}
{"commit": "51ce9a6c53b4e34e6f67bf609e0b0596eb353e2f", "message": "Experiment 1 file\n", "proba": 3.1235413189278916e-07}
{"commit": "87147fc49b57ed69dd7219aa2483b24ee0335382", "message": "Allow extension of workflow verification\n\nTask-URL: https://q.tasktop.com/alm/#projects/c2c/task/5382\nChange-Id: Ib73687e10b4b01ab1a36e80f6b7f0bab58cf3fab\nReviewed-on: https://q.tasktop.com/alm/s/c2c/gerrit/351\nReviewed-by: Sofia Yeung\nReviewed-by: Clint Morgan <1dfa88a03a2a3cef3eba4687e4396e3b1db07a02@tasktop.com>\nTested-by: Clint Morgan <1dfa88a03a2a3cef3eba4687e4396e3b1db07a02@tasktop.com>\n", "proba": 0.00873323529958725}
{"commit": "df15acaa580c69208efe7bcf56f4e5c121e6f377", "message": "initial commit of aggregate union\n", "proba": 1.8857490147183853e-07}
{"commit": "15e77aaaa09e8da4b1173cade10331c577a324cc", "message": "moved to policy package", "proba": 1.7232706284175947e-07}
{"commit": "4d818c3d00088e0fdee9d4191b68937ebe3d583a", "message": "AbstractSurefireTestListener: fix", "proba": 3.597595252813335e-07}
{"commit": "f39768b5bf3edc81b173338d3b97219f0f6070a0", "message": "http://acm.timus.ru/problem.aspx?space=1&num=1925&locale=en\n", "proba": 2.9495419084923924e-07}
{"commit": "7154f8bf42a12b2890ff781cec4d7dcad8c97e65", "message": "Search in a matrix, sorted sequentially\n", "proba": 0.00016997529019135982}
{"commit": "8d52db6aef88bf33e5d54f491e3e689e0fcc68d8", "message": "#1517, add spi\n", "proba": 1.9615906410308526e-07}
{"commit": "1278d37623534acc535a4a5263a7131f7b4eebb9", "message": "CAMEL-6476: Introducing StreamCachingStrategy SPI to make it easier to configure and allow 3rd party to plugin custom strategies.\n", "proba": 9.359756347748771e-08}
{"commit": "b2707c8d20cffc3592aa85b92e519a01e2b05d74", "message": "Fix potential NPE\n", "proba": 0.9998258948326111}
{"commit": "3259f3d050dca246bffdc5475f62ee24c0ace241", "message": "Add method \"dePost\" (not needed)\n", "proba": 4.784898237630841e-07}
{"commit": "d522647c1089f50eef51ee726c25f5126d18d927", "message": "InvocationBuilder: made isJavaMethod protected (#567)\n", "proba": 1.199610011326513e-07}
{"commit": "583a9a263164ed95a02a34925169f335806e59af", "message": "NamedInvocationBuilder: go raw (#687)\n", "proba": 1.2601850585269858e-07}
{"commit": "e2106d8d0f07479bc2c7b4ea1132399dce0f3896", "message": "MWW: Added initializer dispatcher (missing from last commit).\n", "proba": 1.0667954342125086e-07}
{"commit": "5146940fd3dd2aad1b39d9b2cfd3ba78700393ee", "message": "adding polylingual topic model\n", "proba": 5.322796141626895e-07}
{"commit": "7ecd05da3e33f8e47ecce0e775113d2e38af190b", "message": "\u4f18\u5316\u5ea7\u4f4d\u56fe\u7ed8\u5236\n", "proba": 2.025652037218606e-07}
{"commit": "f21e76734c0dfbfb66f71cc06428ca1257fbe9b3", "message": "fixed bug with the unregisterall", "proba": 2.0760516861173528e-07}
{"commit": "7cd40e01f0ae658e9e72dd8da5f74e8269bc5bd4", "message": "Avoid NPE in UpdaterAggregatorImpl.merge when one aggregator has a value for a key and other does not (#1859)\n\n", "proba": 1.16783709813717e-07}
{"commit": "e1294d15136534d6b73adc4ea3a28bb2ca09b847", "message": "commented out the 'clear' button.\n\ngit-svn-id: f95f3746c7d637890bbc6545c035377b37252b06@26406 cadd33a7-e05c-44d0-9ff7-823b10d47c77\n", "proba": 2.748201586655341e-05}
{"commit": "75326306668bc41dc4dd174ecd366f5f66c8a0d7", "message": "Rename variable to be more descriptive\n", "proba": 4.5403730837279e-06}
{"commit": "72b701739c3280e9110129c7677523f8cf6701a4", "message": "PR: MIDEA-43\n\nRemoved a hardcoded reference to my local drive\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@391536 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.664318006078247e-05}
{"commit": "02498cc8e2782d419018ab5e1f494646b6b90563", "message": "tests for pan cursor tool\n\ngit-svn-id: b0f10281c9a1a817905b9aa75a7907aa928f8a7d@38265 e5c1c795-43da-0310-a71f-fac65c449510\n", "proba": 7.25187362604629e-07}
{"commit": "d10616e2ddffde67dc9498a3ec333d7e4e8e456a", "message": "try fix\n", "proba": 5.449255695566535e-07}
{"commit": "e6e84f1f0ab3691e4084fac46a1336a6e0ce75fb", "message": "number divisibility completed", "proba": 1.3720815331907943e-05}
{"commit": "716e80862d27ea28e8c17201322298b90221ad33", "message": "\u65b0\u589e\u5355\u51fb\u4f4d\u7f6e\u8ba1\u7b97\u53ca\u68c0\u6d4b\u8f85\u52a9\u7c7b\n", "proba": 2.3297752704820596e-07}
{"commit": "a84f0834829b24c603169add7b9dea245e631df0", "message": "hackerrank->java->collections->java map", "proba": 1.105535829992732e-06}
{"commit": "e564e46c4b268a4b2fbdc65c2737dab2a45a678d", "message": "Create RoadTile.java", "proba": 4.2120117882404884e-07}
{"commit": "4b68c1eefb0fb26935c593e3ed05ef68e82831ea", "message": "More work on release.\n", "proba": 1.0659574201099531e-07}
{"commit": "17a71d97624b3a99d929702933d94a1244400f39", "message": "Service helper for the Mobility Service.\n\n", "proba": 1.2591110021276108e-07}
{"commit": "79b8a5f0d6e324cb93f5acb8de5449f8460f3ea7", "message": "MAP-964:  tracked down duplicate entry.\n", "proba": 1.1034254043806868e-07}
{"commit": "a810f119865a3345eeb4fbac0562e2526e177082", "message": "am 1e67bcec: am 263c36a1: am ade631ee: Merge \"NULL previous background bitmap upon changing wallpaper\"\n\n* commit '1e67bcec505b1bfb67a83cb3d64e20c2bacf8581':\n  NULL previous background bitmap upon changing wallpaper\n", "proba": 5.869841061212355e-06}
{"commit": "05e8546fe1ed86d4efecca99ac9c299ff72a7916", "message": "Create Immutable.java", "proba": 2.2558108412340516e-06}
{"commit": "d8636e5c079653ccefd4d6b0c854e3eee1c93131", "message": "Create IceCreamParlor.java", "proba": 1.2806243830709718e-05}
{"commit": "7a360c0aa1a5e1ea4696f6f6135958524084d3d0", "message": "Added option '-e' to GetDepotFilesOptions to exclude (re)moved files. Fixes #7.\n", "proba": 1.0099792291384802e-07}
{"commit": "935cd0172622a692b2b0a27970b4cd20b6efd8fb", "message": "SENS: BackgroundLocationManager\n", "proba": 3.342867671562999e-07}
{"commit": "6fddfe07cee77ab3446f23fb85047ec5b44dca35", "message": "Updated Exception handling.\n\n", "proba": 1.4569008044418297e-07}
{"commit": "78349ac39eb0fce3d7961b6eff6a9919d9af4d17", "message": "MFAPI - corrected enums for upload api calls.\n", "proba": 1.031830123565669e-07}
{"commit": "5efba41e7ebcc0c18fe445e384251984366325c1", "message": "Add multicast\n", "proba": 0.00031190968002192676}
{"commit": "88171c0e315741baabc9df535e6d18caac368e57", "message": "Initial commit\n", "proba": 3.003353299391165e-07}
{"commit": "622963ababb093983c938a7214d197c0292f90ae", "message": "Remove unneeded empty line\n\ngit-svn-id: 3cfc64c80f2e6f92f6d08f3c7f3967ef35335cd9@1465441 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999951124191284}
{"commit": "f7af0241b43cc42e49237c385412ff46479632ba", "message": "Create Hotel.java", "proba": 8.388853984797606e-07}
{"commit": "ca47eff455560990b3caddd1209765d553c99c8d", "message": "I have a plan...", "proba": 5.614009523924324e-07}
{"commit": "798dcf909ad8d58acc0ea5ab330983cffcba8df5", "message": "Changed from containing an array of result to a List of results.\n\n\nSVN-Revision: 6375\n", "proba": 3.029265371878864e-07}
{"commit": "1ba69a9e2a1a81699a4df482424aee3dbaea04ff", "message": "Added an app called TreeLengthFinder that calculates tree length in bulk (like LogAnalyzer). Will change this at some point to make it calculate more tree stats", "proba": 1.45832288467318e-07}
{"commit": "0028d4db3b2f7bf28c0bf172669110bd1a0b0803", "message": "Eliminated several instances of the catch-and-fail JUnit anti-pattern.\n\n\ngit-svn-id: d6acb143e251c037dab5ea34394f8439daf45588@1426937 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999905824661255}
{"commit": "b3e807ee6e87ec9e59e66de3f2b2c1b743e5016d", "message": "added javadoc to adpter method for userDetails\n", "proba": 1.9946257623359998e-07}
{"commit": "f1b21d47a06f4aa219ce9b8ecf30b05777a1910b", "message": "Remove/Fail Test Successfully With Rfr From Regression\n", "proba": 1.2871838350747566e-07}
{"commit": "8013e42f29ae8014ee70d12de15428717f1fc213", "message": "list\u8fd4\u5374\u306e\u51e6\u7406\u3092map#getOrDefault\u3092\u5229\u7528\u3059\u308b\u8a18\u8ff0\u306b\u5909\u66f4\n", "proba": 3.643594084223878e-07}
{"commit": "da5664aca1043e8eede6ae59225bc9aa455f33f6", "message": "Delete CrossDirectoryClass.java", "proba": 5.247342414804734e-06}
{"commit": "1a88fe3bf7c74ba12f823aefd033c22d4d8fdd9f", "message": "exception when user did not provide credentials or failed to\nauthenticate...", "proba": 1.0949929674097802e-07}
{"commit": "ebe60de990bb59a45007efe408b6cf673fa1bc84", "message": "* Treat JSONNull as null in form\n* Add toString()\n\n", "proba": 1.2365181589757412e-07}
{"commit": "d314a24b12347c27a3c1daf048b52925c9c96b4a", "message": "am 146af201: Merge \"Catching security exception when activity destroyed\"\n\n* commit '146af201d380cffa6a540fd0d52590bd9d30b614':\n  Catching security exception when activity destroyed\n", "proba": 5.706502861357876e-07}
{"commit": "8d7171b3bdee4ba8599345cacf1272d5661d6d5a", "message": "rhbz953734 - add new class to better support content state filtering\n", "proba": 1.0894889612700354e-07}
{"commit": "3e71c3f9214941e6fa225925a3ca6243532334c2", "message": "adding NamesBrain interface\n", "proba": 2.6320674351154594e-07}
{"commit": "a01394b7fc84eb138db191da41fa621e1ae0f418", "message": "Add WS message types\n", "proba": 6.646004635513236e-07}
{"commit": "75b99938e5fa72dda51bc638a02a37dd63c633f5", "message": "Tracker capture won't send enrollments if sending TEI has failed. And will not send events if sending of enrollment has failed\n", "proba": 2.7924767209697166e-07}
{"commit": "780e6c3412a2e4d5397d22f70380c266ff2f399c", "message": "Code Tidy", "proba": 7.91780507825024e-07}
{"commit": "d450075cbdbc42093bc3052050772e798244e8be", "message": "Solve problem 242\n", "proba": 0.9999908208847046}
{"commit": "1c5d3e6746f661ee0f615cfed843392b324dd35a", "message": "Add skeleton for problem 303\n", "proba": 5.303387297317386e-06}
{"commit": "31b3c77a9bb42f7b99cd45ee41b54015189c0e19", "message": "Create a skeleton for problem 313\n", "proba": 0.007960082031786442}
{"commit": "32c0f55013cd342223c8ad4f210b3a8228fe9720", "message": "Skeleton for problem 724\n", "proba": 2.3585758412991709e-07}
{"commit": "60b2cfbf5736229b83b3eb26d8ab0c10583cd78e", "message": "Skeleton for problem 832\n", "proba": 2.0884607465632143e-07}
{"commit": "74ad452dc6f0b4f622cfdaa34eca09e7ece596d5", "message": "HsqlDbLocator for storing HsqlDb changes\n\n", "proba": 2.5125953584392846e-07}
{"commit": "258f7c2ed2ddfff345422008f2a1edbf9f323ae9", "message": "A few convenience methods for repository initialization\n\ngit-svn-id: 4a0daf30c0bbd291b3bc5fe8f058bf11ee523347@729 7d282ba1-3ae6-0310-8f9b-c9008a0864d2\n", "proba": 0.00014165630273055285}
{"commit": "fc554f1fc43c4ed54426d8285284e7ce42f438ae", "message": "function: Add LongBiFunction-interface\n\n", "proba": 9.970715836971067e-06}
{"commit": "ab80050481aa990c06249803fa227a024c4b1236", "message": "Still add @Ignore and @Override on methods with no annotations\n\nOtherwise we end up with generated interface members with no @Ignore\n", "proba": 1.4733026887370215e-07}
{"commit": "92f1dd54cfd74936a5356ae3e29e3da95ef71801", "message": "Needed, but with an exact name to supercede the one in the compiler project\n\ngit-svn-id: f5938b2ec2b0aa62aa8bbea1bd7305853b502ab9@1419245 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.3105905964039266e-05}
{"commit": "212cf96b755f20316485b333305c17de8c8cd103", "message": "Extracted the logic of walking\n", "proba": 0.9999812841415405}
{"commit": "d8023d6e04ed26c5a6e51ce29bf1b788849a995f", "message": "\u7f51\u9875\u62bd\u53d6\u5de5\u5177\u9ed8\u8ba4\u5b9e\u73b0\n", "proba": 1.9416090424329013e-07}
{"commit": "15539b3afb5816ef59cc560f58ebd7574a26e4b6", "message": "A few tests for the default security token decoder.\n\n\n\ngit-svn-id: 3f2e04d30bd9db331bbfc569b45e7de8c0d84ef0@701190 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.005022677127271891}
{"commit": "580c9f42e6f7fcaef7c86f502d6c0d78e7c45d11", "message": "Fix termination policy documentation and naming\n", "proba": 9.986541726902942e-07}
{"commit": "d0b4f4080ebf586b41b45b686d6835379960fc31", "message": "don't log reading sequences if db does not support it\n\ngit-svn-id: a91d99a4c51940524e539abe295d6ea473345dd2@1999 e6edf6fb-f266-4316-afb4-e53d95876a76\n", "proba": 0.0001722408051136881}
{"commit": "06103e926ca3020ee8e69ac121c0abf8b9aea2e2", "message": "Eliminated several instances of the catch-and-fail JUnit anti-pattern.\n\ngit-svn-id: d6acb143e251c037dab5ea34394f8439daf45588@1334428 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999905824661255}
{"commit": "060b8c1972cff2ffd9006e1716dfae97280623eb", "message": "If the member does not already exist in the list, add it.\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@707371 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.5380793886142783e-05}
{"commit": "4f55c518accc19dce3e7751d553b8e7245eef32b", "message": "adding test case\n", "proba": 3.0851074370730203e-06}
{"commit": "c77eb6fae19c03e35ad7cfb2828ddcbf5a45f0ef", "message": "new branch for materializer out of memory problem\n", "proba": 3.233671748148481e-07}
{"commit": "f8f961d7be5de092452fcba7a90bf3efd6c2472d", "message": "Update 1.4\n\nFixed major bug with user list not updating after adding a user, therefore only allowing one user per computer.\r\n\r\n[Changed classes]\r\n- Main (me.ericandjacob)\r\n- DataFile (me.ericandjacob.file)", "proba": 2.139500594466881e-07}
{"commit": "375ef728367f87304997fca6bf28f9bc687c5eb3", "message": "made Vessel object construction part of the unit tests", "proba": 1.304464944951178e-07}
{"commit": "e4b0894fc300cfed05850219096df78185be8ef3", "message": "Don't call Netowrk IO calls in UI thread. Please test app in strict mode\n", "proba": 1.4935909575797268e-07}
{"commit": "12a8d0658ccea600dd08a412bf12f049cfa8f137", "message": "compatibility test\n", "proba": 7.071329832797346e-07}
{"commit": "dd6ff84309a1ef81cccb6abf8d469675635d9cc3", "message": "More logging\n", "proba": 1.211576403647996e-07}
{"commit": "55635fcd1f30dba7232df0e7678daddc9dfe21c5", "message": "@NotNull/@Nullable in RenamePsiElementProcessor\n", "proba": 1.2877281960754772e-06}
{"commit": "2aca7ec5e1a9ee72e47ad8ab47055934b3dd94fa", "message": "am b3e4c001: am fca8d258: Merge \"Remove power menu user switcher\" into jb-mr1-dev\n\n* commit 'b3e4c0015d742a17e307964f0f370c72b6cabafa':\n  Remove power menu user switcher\n", "proba": 7.00581551882351e-07}
{"commit": "7fd373b450d77f2c8bbcc33589a47152fb21e637", "message": "Add ExampleLoader class", "proba": 2.2601508931074932e-07}
{"commit": "e2a5babe55a0b62c904a1bda4c9942ed1735b311", "message": "compile\n\n\ngit-svn-id: eee8356d45ea3f6bef60455b6252670a15fb374b@449 68c0822f-77d1-6f10-b115-8a14d106ca4c\n", "proba": 3.3838477975223213e-06}
{"commit": "f5cba6fe1cb1554d4a3b2ff9ebca81788c8237d0", "message": "Create database before tests running.\n", "proba": 1.3745885496518895e-07}
{"commit": "98e23c650f24aaf2532b2d93c3985a535a16ee26", "message": "\u589e\u52a0\u4e86\u4e0d\u4e3anull\u7684\u63a7\u5236", "proba": 6.827405059084413e-07}
{"commit": "ba7fa204d2b0d9f4d0a8cd07da844a40cf1b869b", "message": "Cleaned up  the class a little\n\nEnforced strict line ending preferences and removed unnecessary imports.\n", "proba": 1.0900044600248293e-07}
{"commit": "89c9c1f3eb72e8bce746fccbdcbbc0452c7640de", "message": "Don't submit empty journal entries.\n", "proba": 1.1952077727528376e-07}
{"commit": "ac5fdf6288da837560f835f433b79c20ef5ef833", "message": "SAK-32079 Hard deleteing a site shouldn't mark site as softly deleted (#3760)\n\n", "proba": 1.1405383304463612e-07}
{"commit": "5c51d61905590eb6b300e395b882d699fc82de10", "message": "Adding a OpenStack client and all the helpers requried for using ChaosMonkey on OpenStack", "proba": 2.0389147437072097e-07}
{"commit": "85220e27639c90ac1a6e43dfa1079ca9ec8df0de", "message": "Fix translatable text not actually working...\n", "proba": 0.0015359518583863974}
{"commit": "81f18e0d525d551413b8987e76faca870073264e", "message": "add OutOfMemoryErrorUncaughtExceptionHandler\n", "proba": 7.454907517967513e-07}
{"commit": "ba9ea2fe292769df97b28b0b64ef6f914ecf9381", "message": "ElasticGeoPointField\n", "proba": 7.301755999833404e-07}
{"commit": "fd7ea0174d38c839f739739fca67968c031c0c12", "message": "[Android] Add test cases for onPageLoadStarted.\n\nThis patch is to add test cases for onPageLoadStarted().\nTest this interface with local url, invalid url and webserver.\n", "proba": 1.0799409011497119e-07}
{"commit": "205d386497d427822858e7c6edf77028658e6ca8", "message": "very minor\n", "proba": 9.584574627297116e-07}
{"commit": "2f088303ad324381cc2b18453fbc09d29dfa8ce9", "message": "Added hard sphere core to potential and fixed unit conversion errors\n", "proba": 1.2752974498653202e-07}
{"commit": "c5af3fad15552f4e0229ef1d53e76aee131d7054", "message": "include the Element in the SpeciesSignature\n", "proba": 3.623709972089273e-07}
{"commit": "80e10c396f27970f40db3280a15cfd404e20ecc6", "message": "Change to protected width and height for enemy img\n", "proba": 2.1712703812681866e-07}
{"commit": "fe4d132d0f142e2638a7d1aae286fe4c456abbbd", "message": "Add top right rendering padding (#53)\n\n* Add top right rendering padding\r\n\r\n* Removed todo\r\n", "proba": 1.5544922860044608e-07}
{"commit": "3c03db2b9a46fdc3ef01d74ac51861f776836678", "message": "Update EchoApplication.java", "proba": 7.341366767832369e-07}
{"commit": "b5b9128d6b61ee70725701f67e7468326db757d5", "message": "Update EchoApplication.java", "proba": 7.341366767832369e-07}
{"commit": "69c696d2761de52db67c4ccf200de34112ba73f4", "message": "FEATURE: Now assumes that ARC/WARC filename entries in a CDX/BDB without a trailing .arc.gz, .arc, .warc.gz, or .warc are .arc.gz.\n\ngit-svn-id: 25dac4f723c7e5b42083d4a98669c37f60455592@2121 69e27eb3-6e27-0410-b9c6-fffd7e226fab\n", "proba": 2.561224391683936e-05}
{"commit": "eaaf901c4bbadfa3fe3d40c9336d18d50032ac7b", "message": "New UI and loads of other things\n", "proba": 1.0905554859164113e-07}
{"commit": "7f405299d9f76a6f746a8b22f63c9cda6c8ffbfc", "message": "4723: Provide breadcrumb in account pref page\nTask-URL: https://q.tasktop.com/alm/#projects/c2c/task/4723\n", "proba": 0.0009705829434096813}
{"commit": "a6498869e2af8ce8741c2d4c2e0caa57c4b9d6ca", "message": "add AgreementController in owner as rest service\n", "proba": 2.0597916261522187e-07}
{"commit": "4694d2926725be969c3b45496e9c9c0ff0276af4", "message": "Test URI Tools for various beans (not yet complete)\n", "proba": 1.0278779427608242e-07}
{"commit": "b04cbdd8eb3748643483fc14056a8f8115d8a544", "message": "Added AutomationPairingManagerTrait.\n\nThis trait is for functional endpoints that can manage automation\npairings.\n", "proba": 1.1109856501434479e-07}
{"commit": "38705411aba116cc009241bb0f323735bf35f1ac", "message": "add null check for handle lookup; more debugging\n", "proba": 1.2890400569176563e-07}
{"commit": "895c98b49c862e40a7f8e6fa5c21dd0b9219582c", "message": "Add test class.\n", "proba": 3.846508889182587e-07}
{"commit": "94dd861284867ca1a188bc5f2437b337187af4b6", "message": "Fixed character printing\n", "proba": 4.51293715286738e-07}
{"commit": "f7c58922843d3096d714127a3b934fcae8ea8c81", "message": "update filterPreProcessor", "proba": 5.042805923949345e-07}
{"commit": "961ae91db56193fab6408439471821be7ad4aa43", "message": "Add failing tests case for #426\n", "proba": 3.980291864991159e-07}
{"commit": "3684151861618f505179d695624891a239e69cd5", "message": "Use smaller connect timeout to speed up tests.\n\nMotivation:\n\nFor on tests we expected a ConnectTimeoutException but used the default timeout of 10 seconds. This slows down testing.\n\nModifications:\n\nUse connect timeout of 1 second in unit test.\n\nResult:\n\nFaster execution of unit test.\n", "proba": 1.4516500357331097e-07}
{"commit": "ec57eefd123705ef2137f3a7bd8e81f168d4e2e1", "message": "\"Formatting FIx\"\n", "proba": 3.374832431290997e-07}
{"commit": "163837dd6bfd070e48063fd3da7c0d9dcaa58ebc", "message": "Comment on next steps. Using commit to kick off new branch.\n", "proba": 1.0372168901540135e-07}
{"commit": "9fe557a5b6b9359086047e987be4efa25fe032d2", "message": "status bar: pause progress icon only if all progresses are paused, not any\n", "proba": 1.0811564834511955e-06}
{"commit": "3b176094193a59df8fda9c435e403c15715ab202", "message": "7.ReverseInteger\n", "proba": 0.00011104234727099538}
{"commit": "d85bd3a8dfaa6c35e8d67569ca8e5ca9516afa1c", "message": "Add implementation rule Rgaa32017Rule020101Test\n", "proba": 2.7085857823294646e-07}
{"commit": "d2681661c25fbcfc05fc8efbfc9f2bd765f4fa00", "message": "A41 from v6.2.3-strapdata\n", "proba": 1.6843627292928431e-07}
{"commit": "d45d85f8a1b2cc1ac6ab71a935bf41864b28aeac", "message": "Fix legacy APIs.\n\nTwo fixes.  First make sure we mark the request as handled by the network handling it.\nSecond, convert ensureRouteToHostForAddress to use the new legacyNetworkForType.\n\nbug:14993207\nChange-Id: I230968938ca0ed91f834b36a2af60caff2eab682\n", "proba": 2.17455999518279e-06}
{"commit": "6ec101288b93d7548ed9ac9169356e7939783813", "message": "Bind to the correct default container service when installing/moving/measuring pkgs\n\nChange-Id: I0acfe955b5d57b4985d1922fe3dd841a81c824ed\n", "proba": 1.3604359082819428e-05}
{"commit": "562fddce2f154f8adec91cc8a4c4ef1fb4eabcfe", "message": "am 05e3f55f: am 1d8f592a: am ef12b1d4: am ea198841: am ef4694cb: am ae229d99: am 43253333: am 50cbfd55: System package permission decls take precedence over 3rd party apps\\'\n\n* commit '05e3f55f17e36b415a23095dbeaa1d04716aed5a':\n  System package permission decls take precedence over 3rd party apps'\n", "proba": 8.792072208052559e-07}
{"commit": "f465db9f1d6da1c94af66b64e0450aba72ee8824", "message": "Don't adjust ABI if PackageSetting#pkg is null.\n\nIf means the package hasn't been scanned yet, and we\nwill adjust the ABI during the scan of the last package\nin the shared user group.\n\nNOTE: This needs some more cleaning up, which will be\ndone along with the remaining TODO in this function.\n\n(cherry picked from commit 6609990e35b11c38f55f6e632160d4f2ff201ea3)\n\nChange-Id: Ibace7849485865054e062d2b979f320bf89ff0f3\n", "proba": 1.5069341543494374e-06}
{"commit": "e46ff62d2469c1741cc8937e1ce873a9835e9f1c", "message": "More metadata from pipeline step REST API", "proba": 1.2497140744471835e-07}
{"commit": "57fb37f317fad36ca4992ff2b4bcf7f62464e0be", "message": "add Filter", "proba": 5.359250963010709e-07}
{"commit": "cdec1c0d40309cfe6f03fba3595d7407ef61adb5", "message": "add NonResamplingDataSetFactory", "proba": 2.630210644838371e-07}
{"commit": "5c02b9c4701fa5d092c23766fdc26a6c2b648fd4", "message": "Hardcoded implementation of custom repository populator that is supposed to properly initialize Users and Offers.\n", "proba": 1.0400200523008607e-07}
{"commit": "8d0e83aeac23450c4a1c165fe5a7d3d0e415a42f", "message": "[Cast, Android] Always call stopApplication() when handling the notification action\n\nThe current code relies on Cast MRP to call stopApplication() from closeRoute() but it\nmight be the routes are all closed (e.g. all the tabs are closed) but the session and\ntherefore notification are still there.\n\nBUG=571665\nTEST=manual test both with existing routes and without.\n\nReview URL: https://codereview.chromium.org/1543043002\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#366743}\n", "proba": 7.403311883535935e-06}
{"commit": "ce0a185b830ff1d28941356d66f45445344930a8", "message": "Use apply instead of commit for PrefServiceBridge.\n\nAvoids StrictMode violations, and since we are ignoring the return\nvalue there is no difference.\nhttp://developer.android.com/reference/android/content/SharedPreferences.Editor.html#apply()\n\nBUG=577183\n\nReview URL: https://codereview.chromium.org/1586053003\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#369582}\n", "proba": 3.2445868782815523e-06}
{"commit": "79ad138e52a86592b509a45f5c5db4d3ade22e04", "message": "Update Fib.java", "proba": 6.503787517431192e-07}
{"commit": "430f6c1a5dee353f34eadf11b38a956b4be973f4", "message": "Create Swap Elements.java", "proba": 6.788469022467325e-07}
{"commit": "61b94cf17b42a867a96b8282df57da7dc2e029a9", "message": "Create Find Square.java", "proba": 1.1043565791624133e-05}
{"commit": "82c4adca41619a3433665443d93095a08a95118f", "message": "Create Power of Four.java", "proba": 2.439307422719139e-07}
{"commit": "793b32c43415b55c89709f06db1d45b847c4bfce", "message": "Add FizzString2Test", "proba": 5.416050612438994e-07}
{"commit": "d92b9c3e427a614add6b19e308bdaffbe2eeb20b", "message": "Adding @Ignore tests for VFS-443: Need an easy way to convert from a FileObject to a File.\n\ngit-svn-id: c455d203a03ec41bf444183aad31e7cce55db786@1409638 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.3322079414356267e-06}
{"commit": "62f73759151807f3b1119b3f128105998c3a43a9", "message": "add FilesUtils\n", "proba": 5.639014375447005e-07}
{"commit": "f994325b73ce9f94fa8baf6f2f4f04e50eb0c4ee", "message": "Preferences GUI sends data to PreferenceData to be saved\n", "proba": 1.5193761271348194e-07}
{"commit": "5548e0f60a6594fd6820ea98c3270bd090d27d20", "message": "JUnit test for UniqueCharString.java\n", "proba": 5.335308514986536e-07}
{"commit": "68ebc13732252968652830602ef4a69346dd4dee", "message": "added postcard tests\n", "proba": 1.4881668164434814e-07}
{"commit": "aa12d7572f415e97eb5dc409467bc8ba7fe2b955", "message": "Added new InsertToTestWorkstation class to dicom src-tests package.\n\nSVN-Revision: 881\n", "proba": 1.2831883111630304e-07}
{"commit": "54e5662c3413771f6da499fc328281efae06f6f2", "message": "Add dict class", "proba": 6.743347853443993e-07}
{"commit": "45ad7dc6da18f2c054cd5a59d581efc001107a7e", "message": "L1.15 - \u0417\u0430\u0434\u0430\u043d\u0438\u0435 2.1-2.2 - \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d \u0440\u0430\u0441\u0441\u0447\u0435\u0442 \u0440\u0441\u0441\u0442\u043e\u044f\u043d\u0438\u044f \u043c\u0435\u0436\u0434\u0443 2 \u0442\u043e\u0447\u043a\u0430\u043c\u0438 \u043d\u0430 \u043f\u043b\u043e\u0441\u043a\u043e\u0441\u0442\u0438 (\u0444\u0443\u043d\u043a\u0446\u0438\u044f)\n\n1. \u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043a\u043b\u0430\u0441\u0441 Point \u0434\u043b\u044f \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0442\u043e\u0447\u0435\u043a \u043d\u0430 \u0434\u0432\u0443\u043c\u0435\u0440\u043d\u043e\u0439 \u043f\u043b\u043e\u0441\u043a\u043e\u0441\u0442\u0438.\n\u041e\u0431\u044a\u0435\u043a\u0442\u044b \u044d\u0442\u043e\u0433\u043e \u043a\u043b\u0430\u0441\u0441\u0430 \u0434\u043e\u043b\u0436\u043d\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0434\u0432\u0430 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0435\n\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0442 \u043a\u043e\u043e\u0440\u0434\u0438\u043d\u0430\u0442\u0430\u043c \u0442\u043e\u0447\u043a\u0438 \u043d\u0430 \u043f\u043b\u043e\u0441\u043a\u043e\u0441\u0442\u0438.\n\n2. \u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0444\u0443\u043d\u043a\u0446\u0438\u044e\npublic static double distance(Point p1, Point p2)\n\u043a\u043e\u0442\u043e\u0440\u0430\u044f \u0432\u044b\u0447\u0438\u0441\u043b\u044f\u0435\u0442 \u0440\u0430\u0441\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u043c\u0435\u0436\u0434\u0443 \u0434\u0432\u0443\u043c\u044f \u0442\u043e\u0447\u043a\u0430\u043c\u0438. \u0414\u043b\u044f \u0432\u044b\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u044f\n\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u043d\u043e\u0433\u043e \u043a\u043e\u0440\u043d\u044f \u043c\u043e\u0436\u043d\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0444\u0443\u043d\u043a\u0446\u0438\u044e Math.sqrt\n", "proba": 0.00049407291226089}
{"commit": "aab5a4be80dc04233b1c644ad902baf36501650e", "message": "Conflict resolved, client pulled down, not finished.\n", "proba": 1.065624104512608e-07}
{"commit": "47a82166faa99d2c6366bc460bb6eafd4ea2e4c0", "message": "Option: new interface for classes with Options\n\nThis will simplify some constructors in some upcoming cleanup.\n\nChange-Id: I31a218356056ddad0f611ab5aa6bced7021d0b38\n", "proba": 4.513713520282181e-06}
{"commit": "7c305e5e8de11f9a73c0acceb2a8583348a24edf", "message": "Fix for STS-194: context is never updated on session scope action beans\n\ngit-svn-id: eee8cf2eb4cac5fd9f9d7b672efb1c285d99a606@309 d471f07e-d8fc-0310-a67b-dd4c8ff0e7cd\n", "proba": 1.6190911082958337e-06}
{"commit": "cd0e6cb605fccdf73336259344e737adb0689ee6", "message": "moves the inner class to outclass\n", "proba": 1.8806568959917058e-06}
{"commit": "1b61e528c38e949d692b9bdb7e7a358375f18e47", "message": "am 8a5fa6c9: am 15b1322f: am 9354a3ac: Merge \"Show better error message for color attr not found.\" into mnc-dev\n\n* commit '8a5fa6c9659ee378caf743181e9950f8148d7581':\n  Show better error message for color attr not found.\n", "proba": 1.397166329297761e-07}
{"commit": "cfbf0c816ee317c91b2ccda8e97b5682eee5a537", "message": "more consistency", "proba": 1.8655767917152843e-06}
{"commit": "15791ca0287b83c4b14ca38a05513bb8d4aed58f", "message": "Backend for adding residence by reception\n", "proba": 1.1762200813336676e-07}
{"commit": "8da96de0b5dd9061b8c742faca69aef2a491129d", "message": "Create template.java", "proba": 1.1196325431228615e-06}
{"commit": "8b8933e46e8a5920bfc84da7f6e4f95a0921b64e", "message": "removed unused validation message\n", "proba": 4.0981345250656886e-07}
{"commit": "d4cb8ac315c47d64eb80edcdc1292e883bbd46f4", "message": "fixed depr warning\n\ngit-svn-id: fd89858969a22119b2795805526b04428387f7c4@461117 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.7333018692843325e-07}
{"commit": "750dc6b6b1c293a64edf72dfc4bfb0b475ca1062", "message": "package before assembly\n\ngit-svn-id: 1b1bd56198eea75e2feaddfcf5144d1f89605d86@220222 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.4766042113478761e-06}
{"commit": "759b4ccb85b18559b3f4bba0f615ecab3956e2a8", "message": "isomorphic strings\n", "proba": 0.000596732716076076}
{"commit": "a5d3316dede57a5fdacda9225a0b854cec6d98cd", "message": "More detailed exception message.\n", "proba": 1.1113036180177005e-07}
{"commit": "eb2893615a99054c1f5d9cfd5aea0ef4f7ff1af2", "message": "Extract PortalAuthenticationProvider from refapp to cuba-portal #PL-6226\n", "proba": 1.4016825389262522e-07}
{"commit": "fbb2e07941b59836313749f8d5bac0cc4bf1ade9", "message": "I don't wanna but I guess... Closes #633\n", "proba": 1.2338148280832684e-07}
{"commit": "fed9ce74897fc03e17a4947642e15e059bbc6472", "message": "Shutdown: turn off leds", "proba": 0.00017972494242712855}
{"commit": "b3d88eba17db2d55755a5cd57ead098771d9bd43", "message": "Some Progress\n", "proba": 4.04967551048685e-07}
{"commit": "2eebaf141127e2d6f582241a1a26b55423dca164", "message": "#90 Formatting fix\n", "proba": 1.9608536661053222e-07}
{"commit": "107c55cc767b65ffecb869cf290e6c7e707d029a", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "66055fb0a3a30dcc85e844e793075dfc7301e4ab", "message": "MFUploadRunnable - notifyUploadListenerCompleted is now called instead of notifyUploadListenerCancelled when user preference is not to upload.\n", "proba": 1.0232537306364975e-07}
{"commit": "2fda38440318c91f9ab8eed4331c17724a296f0d", "message": "support for undefined unit\n", "proba": 3.724216242062539e-07}
{"commit": "a4f0baf0071c9d10975077ce1e7901c150996531", "message": "Use Renderer.class for the logger in the Renderer class\n", "proba": 2.5385884327988606e-07}
{"commit": "b8ea5cca8d92a2e32f4ee86caedbecbd4a8f9431", "message": "Imported BlockAutumnLeaves from EBXL.", "proba": 1.0514489190427412e-07}
{"commit": "13f8c8785f6e3abd852e17b3b631a2321b161965", "message": "\u5b8c\u5584\u652f\u4ed8\u529f\u80fd\u3002\n", "proba": 2.1485647039298783e-07}
{"commit": "3d8c9664a616d69fb2d44eae28766a16b6d27269", "message": "Feature: introduce VisitorCounting.", "proba": 1.1893883566926888e-07}
{"commit": "25ccbb97ffd3298caede635f29445073e845cfc3", "message": "Prevent NullPointerException cases while using SipService.\n\nSome SipService methods may return null, in such cases like no Wi-Fi\nconnection. Added minimum check to prevent NullPointerExceptions.\n\nChange-Id: Ia7fae57ee893f2564cbfdedb6dc614938ab60ff7\nSigned-off-by: Masahiko Endo <407cbd4e10cacbed1634cab13efc9232db40d588@gmail.com>\n", "proba": 1.8422799996642425e-07}
{"commit": "5ed8d201453be2e484701b4cd4f479155f73d275", "message": "SAK-32070 missing semicolon", "proba": 0.0005462426343001425}
{"commit": "53cabec8a1c37e97afa4a38e13230324d73c3870", "message": "Add a constructor without parameters to Grid (#13334)\n\nChange-Id: I4205b42164322b1cbad8d4b697e339ae63c80a54\n", "proba": 4.4861149035568815e-06}
{"commit": "6d02438b36e95bc69bef5bdc524024f12e7dabd9", "message": "IO: make home and work final\n\nSigned-off-by: Ferry Huberts <66e11f9f5d965b69497c7e73d5e808f8b13c1218@pelagic.nl>\n", "proba": 1.1006045497197192e-07}
{"commit": "9001345efb9da793865c415d8961543b537b3df9", "message": "Added a nullStream and nullWriter\n", "proba": 2.4165558443201007e-07}
{"commit": "f80fdf4b47b5c3e4cd8ba7af88d585cbbb5a699b", "message": "am 10caca13: am f5f6487e: am d8e585e7: am 006209c2: Merge \"Remove reflection instantiation of Accessibility\" into klp-modular-dev\n\n* commit '10caca13da7c6acde00411dfb4ab128c75b24e86':\n  Remove reflection instantiation of Accessibility\n", "proba": 4.5987749786036147e-07}
{"commit": "1c00a70469024791025e25a9e4b964e0323c722e", "message": "Fixed issue 60\n", "proba": 2.749353882336436e-07}
{"commit": "467e1813b4ad387e67dc79e1e45965249398c164", "message": "threshold worker\n", "proba": 2.9382852062553866e-06}
{"commit": "c1c9e2f71da26e63b0ae03f9473abd021648b28c", "message": "Lifted terrain and mountains by one and changed mountain terrain a little in Chunk.java.\n", "proba": 9.856088212245595e-08}
{"commit": "3939d6abf2a4b514e322c1c669da97614ac4510a", "message": "am 8e55c4bf: am 604aec95: Merge \"Add new subcommand \\'set-active-admin\\' to the dpm command.\" into lmp-mr1-dev\n\n* commit '8e55c4bff83af7eea3212bc9ff6a254ac70139fd':\n  Add new subcommand 'set-active-admin' to the dpm command.\n", "proba": 7.030901656435162e-07}
{"commit": "3718b798db25771e48dd0aec3df97c0ce91e5200", "message": "Woops ! \nAdded Node Provider \n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@7014 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 1.6973045546819776e-07}
{"commit": "8f318c6b7f36d136c685ae029a9964441b986587", "message": "Added Config interface to provide constants\n", "proba": 1.646889273843044e-07}
{"commit": "b3b2d26305d9de32856cc7a7e8e0a614fdc87639", "message": "streaming: Import CompressionInfo.java\n", "proba": 4.213859767787653e-07}
{"commit": "c0c7cce81d5609f6347bff67929d5026d5893d75", "message": "YARN-7691. Add Unit Tests for ContainersLauncher. (Sampada Dehankar via asuresh)\n", "proba": 1.0287958929211527e-07}
{"commit": "02526e29d9909a4ffdc5cf1547570f7561ef5c1c", "message": "Add test case for EncryptColumnRuleConfigurationYamlSwapper (#6853)\n\n* Add test case for EncryptColumnRuleConfigurationYamlSwapper\r\n\r\n* add final\r\n\r\nCo-authored-by: liuyuze <d428636e0f55df0c4d3add39259a33cc41bffe70@100tal.com>", "proba": 1.21177279766016e-07}
{"commit": "5e60b79e39e914a6c80f3dbd385e530d13a30b75", "message": "am 123bbd5a: am 621b790d: am f455986a: Add documentation for BluetoothSocket.getConnectionType()\n\n* commit '123bbd5aef25d42bf3bf1ea84ccd8d0c08229363':\n  Add documentation for BluetoothSocket.getConnectionType()\n", "proba": 3.235749318264425e-06}
{"commit": "a07ea5da0751ca297f9176d9deb2e8af9597dfab", "message": "Fixed the problem where getEntityAndIncrementCursor would always return \"0\" for attendeeIdentity & attendeeIdNamespace instead of the actual string.\n\nBug: 6798688\nChange-Id: Ia3b6ee33110ecc8035c24d6340593160748849fd\n", "proba": 3.3129352232208475e-05}
{"commit": "9a8bdd1b688543ca6ae34124935176a72d6161c3", "message": "Reformatted the class javadoc.\n", "proba": 2.1458289722886548e-07}
{"commit": "e378ad525f1477506915780d97b4071f5d9140ee", "message": "am 7235e015: am 4b5e7d90: Merge change 25874 into eclair\n\nMerge commit '7235e015acb796f247fc18975b6438d6543f95ee'\n\n* commit '7235e015acb796f247fc18975b6438d6543f95ee':\n  ContactsContract: Adding joined columns to the CommonDataKind class definitions.\n", "proba": 1.0998155630659312e-07}
{"commit": "6a9d93cc1abd0f96c68d6b0a6860acd002e9df3d", "message": "Fix adapter name change problem.\n\nThis got introduced as a result of the Bluetooth API changes.\n\nChange-Id: I04ce4a91f0e4f74253407897c2f3973f7b0a0055\n", "proba": 4.3321906559867784e-06}
{"commit": "adacedb1a8b10e0e29c7c223251069c8e6ef564e", "message": "Notify success before configuring the IP address.\n\nThis ensures that IpManager has a complete copy of DHCP state\nbefore configuring the IPv4 address. That way, when the netlink\nnotification of the IPv4 address arrives, we are guaranteed to\nhave all DHCP information (including DNS servers and routes)\navailable and we will never send the IPv4 address before the DNS\nservers.\n\nBug: 27605330\nChange-Id: I732424dfe2408be9e40028563e99d610b541e12d\n", "proba": 2.6918192475022806e-07}
{"commit": "67e5952dd1d77810837a96609f90a3acbab0d443", "message": "Applied patch associated with:\nhttps://issues.apache.org/activemq/browse/AMQ-358\n\ngit-svn-id: d2a93f579bd4835921162e9a69396c846e49961c@584047 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.330213070919854e-07}
{"commit": "0fe4a135b78e3ee993dd5111cc3e48a5b48952fb", "message": "Fix some bugs in the new ScaleGestureDetector logic.\n\nLifting an active pointer now properly ends/begins a new gesture.\n\nFix out of bounds errors.\n\nChange-Id: I29cb802785b886f65e7fc16fa7d2870f9219a3c6\n", "proba": 6.715796416756348e-07}
{"commit": "2050f596d160248b0163fb07124339c6ac97eb8b", "message": "Delete GUI$ActionLayout$1.java", "proba": 3.112517879344523e-05}
{"commit": "01c76d4035931dcffe154c17845837ba44f439d0", "message": "THAT CLASS I FORGOT TO ADD\n", "proba": 1.3249163544060139e-07}
{"commit": "09ac21fdf0156bb660a294ed30142a48f3642068", "message": "New command: lists languages of all users online\n", "proba": 0.998096764087677}
{"commit": "e65a7ce99fdddcfe0f963257eb918f6ca8614747", "message": "Adding record creator processor\n", "proba": 5.137918037689815e-07}
{"commit": "3fce2ef599d8505f3f12ffa23caf5db925ac9f46", "message": "am 3d27a2e6: am 2f8c9e68: am f06f2eb2: Merge \"Misc fixes for throttling.\" into froyo\n", "proba": 0.00011097852257080376}
{"commit": "831c7266b4b9b6949b99415c766247888fbaee43", "message": "am 20ccf13f: am 7a560701: am 335f043b: Merge \"Add permission annotations on the AccountManager\" into mnc-dev\n\n* commit '20ccf13fbc685b96a8b1d4a59452143bec4fd711':\n  Add permission annotations on the AccountManager\n", "proba": 5.838648462486162e-07}
{"commit": "56b0b570890dbb7baa00da95f5be2eb3e0122f0a", "message": "Skip to end for 0-duration animation\n\nRepeating a 0-duration animation makes no sense. In the case of\nbattery saver mode, all animators are set to 0 duration, and\nrepeating the 0 duration animations not only waste battery power\nbut also potentially produce flickers on screen. In this CL,\n0-duration animations are skipped to the end, regardless their\nrepeat count.\n\nBug: 25451472\nChange-Id: I20f9dc2f0ff9c027782a8363ff4cf4a4d390736c\n", "proba": 9.96752169157844e-06}
{"commit": "e50e596e50bce7409f9cc7712f6a33a2a87f3f1e", "message": "am cfdc0762: am 3e3ae5b7: am 0aaf843c: Merge \"Fix docs build\" into lmp-mr1-dev\n\n* commit 'cfdc0762e22ec82fa6f6d98abf1d14d5f54ab633':\n  Fix docs build\n", "proba": 9.25515621474915e-07}
{"commit": "331ae444de7f1530fc66723b5832eace2bfda1b9", "message": "am 72735fda: am db231902: am 711c40a2: Merge \"Potential fix for apps disappearing in launcher on system server crash\" into lmp-dev\n\n* commit '72735fda91d82b8e61dbef9036a28a6890c31c09':\n  Potential fix for apps disappearing in launcher on system server crash\n", "proba": 3.6022575500282983e-07}
{"commit": "383df1e70a6d551fb4ccef0ef6e8560a08bf537c", "message": "am 1c743650: Merge \"Sanity check network stats coming from disk.\" into jb-mr1-dev\n\n* commit '1c743650addb9f632dd3eb39d4b17109ee4171f5':\n  Sanity check network stats coming from disk.\n", "proba": 7.377020097010245e-07}
{"commit": "3b28ab10cf3984e25f632877b198a4c4b69ea862", "message": "am bf2ccf94: Merge \"Fix the PFD detachFd issue.\" into mnc-dev\n\n* commit 'bf2ccf9455619ac8593319cf5814f2c665656c5e':\n  Fix the PFD detachFd issue.\n", "proba": 1.241503326809834e-07}
{"commit": "989edfde740b0dfddddba9782cced333624484dd", "message": "Fixing the use of entities in VCardExporter.\n\nBug: 2377678\nChange-Id: I05768fd2ce28406b1fc32005343fa1eeaaecdd24\n", "proba": 0.00015230740245897323}
{"commit": "07dcab8c744d9314aeb88ab1f1701bd742d75a50", "message": "allow meta refs to local classes for #3812", "proba": 1.338673882855801e-07}
{"commit": "d34ca9c5f6ba3737a57fd857e60d404ddac7847e", "message": "error code", "proba": 1.3997276255395263e-05}
{"commit": "b67e15f0efe1b9a6f5a314a0328c5c6a684ba04b", "message": "Create DelegatingMain.java", "proba": 2.359874770263559e-06}
{"commit": "04d00abc86c7bc92c788d6f7bd6a03baffda0984", "message": "Finish implementing find nearest node x n\n", "proba": 8.399714715778828e-06}
{"commit": "8bcba64f9d5ecdd499100d4f322c5095f95860d4", "message": "\nfix a huge memory leak in the viewer\nWhen closing a window, the document, canvas... will go to GC\n\nPR:\nObtained from:\nSubmitted by:\nReviewed by:\n\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@200795 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.2976902869231708e-07}
{"commit": "0a3b930cf8729e93c1de68ff8b8aab5d64e60d88", "message": "Fixed a memory leak due to the update RunnableQueue waiting forever instead of beeing interrupted.\n\n\nPR:\nObtained from:\nSubmitted by:\nReviewed by:\n\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@200619 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.1364340341278876e-07}
{"commit": "da16662cbea6ce8cf5bca593d558c4e91b1b36d4", "message": "Dismiss the SigninPromo after signing in.\n\nBUG=589273\n\nReview URL: https://codereview.chromium.org/1836363003\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#384216}\n", "proba": 2.4168323875528586e-07}
{"commit": "23bdda060fe7da11fbed23283b974c4b32c9b424", "message": "model loader test: better variable name\n", "proba": 7.629292667843401e-05}
{"commit": "d83325f16e5f27e148ba276ee429c1ae32df052b", "message": "Cleanup FirstRunFlowSequencer.\n\n- processFreEnvironment had a statement that was unreachable. It was a mistake\n  in cleaning up Document mode promo in https://codereview.chromium.org/1071303003\n- isSyncAllowed is only called from this class.\n- didAcceptToS is not called anywhere.\n\nBUG=None\n\nReview URL: https://codereview.chromium.org/1410143005\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#357876}\n", "proba": 2.0078452962479787e-06}
{"commit": "2162bdb6e1e835866c4423c97997f5f0561eebf9", "message": "added a missing class", "proba": 3.973244929511566e-06}
{"commit": "3c2529e0c0846d694a0db8181bf2c1962fce6170", "message": "One more test case\n\n", "proba": 1.0755599078038358e-06}
{"commit": "7756e7beef2ffd1a15537ae1c78e8e6b4dbbd135", "message": "Fix exceptions in iterator finalize\n", "proba": 1.9764600438065827e-05}
{"commit": "160f2c77d5429155d64bc374f9bcb8abe64edfa5", "message": "Added node states -SHUTTING_DOWN and SHUT_DOWN- to be able to run some safety operations but to reject all other data modifying operations during shutdown. Before, there was only a single 'active' flag, which is not helping to identify the interval between shutdown start and shutdown completion.\n\n Also removed 'Node.isActive()' method and replaced all usages with appropriate 'Node.getState()' equal/not-equal checks.\n", "proba": 2.322392589348965e-07}
{"commit": "c910e86493fe5e686924767498eca18c9ae067d2", "message": "javadoc\n", "proba": 1.0498242772882804e-06}
{"commit": "311b23daea9ba210cb2fef804c93c88fe347936d", "message": "second commit", "proba": 1.7149257303117338e-07}
{"commit": "33f3dcdad8e465b91936097ac89111ea8a8565c2", "message": "fix for GRAILS-8003 \"ControllersApi implements Serializable but it is incomplete since superclass (CommonWebApi) isn't Serializable\"\n", "proba": 1.0520627569121643e-07}
{"commit": "17c5d3c14224b86c2e82183a0e49b2f37918879f", "message": "fix failing tests\n", "proba": 3.2594114145467756e-06}
{"commit": "6dac1227122aa466a9e12c825e20e8e1e0f3105f", "message": "kcirb-1501 , kcirb-1502\n", "proba": 2.2624921257374808e-05}
{"commit": "81352ea68d5f03acc8028dc437e8280fdec8a4f8", "message": "Adding in an operation for sky colors as well.\n", "proba": 1.1218540407753608e-07}
{"commit": "e249ed7356382ec773f937cbfacfe2bd3ed78198", "message": "initial load.\n", "proba": 3.741128580259101e-07}
{"commit": "bfa89909d87c3487dfaed7dfd575e8365006bb75", "message": "Added model class\n", "proba": 1.7354717840589728e-07}
{"commit": "e2b522ccbc1cc3e5adcb836ca8067ea46955fa52", "message": "Add some more restful json data tests.\n\n\n\ngit-svn-id: 3f2e04d30bd9db331bbfc569b45e7de8c0d84ef0@658376 a5cc9254-8de9-e8be-c026-97bcafcbeca4\n", "proba": 0.9991133809089661}
{"commit": "21599ba4a6a956cb2702847910d2d1a4de37c12d", "message": "Set Include params to true\n", "proba": 0.0010250722989439964}
{"commit": "7eb353fd37d69eb11898ab08759f4b55db74cc5e", "message": "nat - another bit of example code\n", "proba": 1.3875420279418904e-07}
{"commit": "2a907f5ac877e3207d6d42f38b7d259617d15dea", "message": "cleanups", "proba": 1.479208890486916e-06}
{"commit": "457a301bda8643f28d08e525f6c5fd713ab30c1a", "message": "EranMes: Release the pressed key before the end of the test.\n\nr13830\n", "proba": 8.451170288026333e-06}
{"commit": "cae1bc5a3ee7dfe7285488229436461e6ad04428", "message": "leetcode-371 sum of two integers\n", "proba": 0.0009392344509251416}
{"commit": "4fca7b213991d35e454d2a8cb7297428e3336e65", "message": "Added id row handling to complex map RF2 loader\n", "proba": 1.7368624583014025e-07}
{"commit": "99fee7973d847e10f29c53c9a56509f5a243e651", "message": "Delete EmbThreadPec.java", "proba": 8.459044238406932e-07}
{"commit": "54bd376eddd0ee05cb51e62a610b2c9a8a180f99", "message": "Create HistogramGenerator.java", "proba": 5.598947723228775e-07}
{"commit": "600be383eae48207e16f8b8a4ce4fabb1b0c8979", "message": "36  :\u7d20\u6570\u304c\u5acc\u3044\uff01'\n", "proba": 8.650399649923202e-07}
{"commit": "216001824375258ccd64e35eef6c4b08a403638b", "message": "Added ObjectBuffer test.\n\ngit-svn-id: 17bae13824bdcc9dbec86ade0f251e7db6f9dd49@81 a9660ef0-a895-11de-8ba5-91705c1537ed\n", "proba": 1.97944427782204e-06}
{"commit": "30b5b22a0abd6666f7a21e7e604bd58239742bdd", "message": "EST-991: adds a better \"advisor\" for the PDF dimensions etc.\n", "proba": 1.003797223120273e-07}
{"commit": "54810f17c1d9f6e6f91906dc5271c962753b4c44", "message": "Fix broken test code, that was made apparent when adding license headers to the text files. The old helper method did not test for the number of files in a directory, but rather the number of bytes in a directory. With only empty files it reported 0 (bytes), even though there were files available. This also pointed out an error in the test method itself, which was testing for the wrong condition.\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1525434 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0031346974428743124}
{"commit": "d3dc09d2812c21a3caff82b22cdf747d2d7cf64d", "message": "Fix a potential cause of a failing CI test\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1739474 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999994039535522}
{"commit": "e3a35b6e5a9437152d1ad2a4a09900c27baf4fb4", "message": "Initial commit of a test that tests a number of classifiers using the example part of speech handler.  one of the test is failing because I think it should because there is a bug that I will file\n\ngit-svn-id: 34a63cff78c965ed7296912184cd0e3b6b7dc1c0@875 2f4ce1e4-9571-11dd-93b2-6d14b300b761\n", "proba": 6.984311767155305e-05}
{"commit": "8fc088cf393edcb8ffe33fc73fbaf91891164e5b", "message": "\u6dfb\u52a0glb\u8f6cb3dm\u683c\u5f0f\u529f\u80fd\n", "proba": 4.483876807626075e-07}
{"commit": "380cd96e5d7018cbf43295c9f2f2a33897affd63", "message": "Fix the build\n", "proba": 0.00025438040029257536}
{"commit": "14dd733073c3003a8d9f0d4201199d5a244100d1", "message": "am 00f65038: am 272b0a1d: Merge \"Fixing issue where Recents would not work if the time is changed. (Bug 17995039)\" into lmp-mr1-dev\n\n* commit '00f65038bbbfd0227bb544040e0f06038016a7b4':\n  Fixing issue where Recents would not work if the time is changed. (Bug 17995039)\n", "proba": 4.331250806899334e-07}
{"commit": "905d51a2f83768663f9c026080a003cf8ef78a82", "message": "am 2a23ef28: am 8ceb1188: am e787bfa2: am 9bc94698: am 5d6a2d38: Merge \"Fix SysUI crash on device boot.\" into mnc-dev\n\n* commit '2a23ef2817bc424c7b1f353394c4653463bd7522':\n  Fix SysUI crash on device boot.\n", "proba": 2.667806313638721e-07}
{"commit": "6531a699a2acf4def3571b354e5e452fefda9354", "message": "TntDamage.java fully localized\n", "proba": 2.5321810426248703e-07}
{"commit": "d660c18b68dd9006c455ccece593b453772d4361", "message": "Fix for #3377 - VButton clicklistener should be overridable\n\nsvn changeset:9089/svn branch:6.1\n", "proba": 2.233031324294643e-07}
{"commit": "368a6d4ab9950c3b39f1b46724dcfa7356315a95", "message": "+VoteListener: Item geben wenn GAListener nicht da ist\n", "proba": 2.727349510678323e-07}
{"commit": "0817788fdb94e200e955138fc71151db1de06eb0", "message": "Create _01_NumeroMasCercano.java", "proba": 0.0004481679934542626}
{"commit": "7261c251021595192eafd20bbb0ddc4b9b86819e", "message": "Added API for dynamic form", "proba": 1.717644408927299e-07}
{"commit": "637d1f910a0628ff8e4d584158b06df11ff4a232", "message": "Adding more working priors.", "proba": 1.065097734453957e-07}
{"commit": "24de13c3f5873d73d024676ee4945d18ba9862bd", "message": "solve front22\n", "proba": 0.999819815158844}
{"commit": "33050c03b632d82d54abf5fd29c35560679f66d6", "message": "Fixes issue 46\n", "proba": 1.5162886768393946e-07}
{"commit": "d1d6d1b7355d50f6e3fd1ab1c0af42e5c26a1f45", "message": "Create Subsets.java", "proba": 6.474070914919139e-07}
{"commit": "d4992a285c1680030f597c5095afaf3273065209", "message": "added:\n1. P1 Constraint\n2. MeterPressure\n3. reweighted work for the reverse direction (Harmonic/Target -> Umbrella region)\n", "proba": 1.1696382529180482e-07}
{"commit": "2143c2cebc431ab20ebe7b65844ee07fd2909969", "message": "Revise to store bonds by bit reference, rather than point numbers\n", "proba": 1.0724093044700567e-06}
{"commit": "a226c2b79386efc9f2ff80b83d9c6b136bfa050e", "message": "Added a missing file.\n", "proba": 1.3180931546230568e-07}
{"commit": "74b0a26ea62b30a5f945781c8ff1f730a212d326", "message": "fix for progress bar date/time\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@4694 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: dc98279afdaf3cbbc5c90829dd8db4e30a5e4c9a", "proba": 2.1157700302865123e-06}
{"commit": "98d5931dc264dcc8c7cf10962c99e3ce971e7a84", "message": "update Android app behavior\n", "proba": 5.423348738986533e-07}
{"commit": "0be1ab54184535dfcdfb287921b3441ebbf02df7", "message": "Late eval experiment, make evaluator work for content-less stuff.\n\n", "proba": 1.254053927368659e-07}
{"commit": "9df3556b3879080617f9a38b5fee0fd69abb62ea", "message": "Renamed from OperationSetServerStoredUserInfo.\n\n", "proba": 1.144742398651033e-07}
{"commit": "8dbdb2407648c9cb78259e69eaa283d36a0dfc3e", "message": "Update PushPlugin.java", "proba": 6.579987257282482e-07}
{"commit": "f291d73a7afe4f90ba50ebc72c1825736144ae0d", "message": "Add needed class for parameter items\n", "proba": 4.5258931891112297e-07}
{"commit": "680f6bbf033a9ba36e8d68a84991bc051bf89757", "message": "Updated #150 - round 8", "proba": 1.2890843947843678e-07}
{"commit": "b23da66644b94f2a46b0f23e5d773ee6e914e0b2", "message": "add clickTimeOut\n", "proba": 1.1520829730216064e-06}
{"commit": "d1a9e7f51e3af7d5ff67d7fc5919e4e2ef71e440", "message": "Add TileEntityUFluidStackHandler to auto mark dirty", "proba": 2.3588593478507391e-07}
{"commit": "8a63aca9055ef8a44c9f71b979eec93b43b9d45a", "message": "Add compatibility test with Axis M1054 camera\n", "proba": 1.3877948390472739e-07}
{"commit": "063c56f06f3e96a4e9b399ddf6b5990d63889be7", "message": "Added unit test for MultiFieldHashPartitionFunction\n", "proba": 1.269343385956745e-07}
{"commit": "d2c51ea0f2fe01c5ddd445a4a7502deebb5d08a9", "message": "[WFCORE-2746] Copy AssumeTestGroupUtil from WildFly. The one in WildFly will be deprecated and removed.\n", "proba": 1.0230058933302644e-07}
{"commit": "41df57c1586c1441d08a7f6a33fbdc01614600f6", "message": "FilteredTermEnum for enumerating all terms that *DOES NOT* match the specified regular expression term using the specified regular expression implementation. It's used by lucene query.\n", "proba": 1.1738522687210207e-07}
{"commit": "f1ff18a6cecdea8ee0f6da610134b74b63b5cfff", "message": "Fixed #4552 Generate error if native impl precedes its header\n", "proba": 1.0989333532052115e-06}
{"commit": "68b18bdd2335192316a0572d0763e88721b68e6f", "message": "fix duplicate initialization\n", "proba": 3.934581400244497e-05}
{"commit": "776c30904e34f3bf157a4782ce380fcdf1051c38", "message": "Should test StringDistanceMetrics\n", "proba": 0.006435791030526161}
{"commit": "0048a73a2d7c3ed58f705624ec58d7c422db93e2", "message": "update RouteBolt.java\n\n- added super method inside RouteBolt constructor to invoke constructor of HBaseBolt", "proba": 1.326681484670189e-07}
{"commit": "c046c76739b210d912dae38bf945d60b8d69ab11", "message": "am c0c96012: am 4b5fa4d3: Fix class name for OverflowMenuButton [DO NOT MERGE]\n\n* commit 'c0c96012c667d1d91d8f6b763df45e566cae0eaf':\n  Fix class name for OverflowMenuButton [DO NOT MERGE]\n", "proba": 1.4481268806321168e-07}
{"commit": "996df84a8aee039368c074650dbc40b509859a8b", "message": "Added solution to exercise 6.4\n", "proba": 1.2608197152985667e-07}
{"commit": "45aa93cfe9b69d433681657089d60dfb59265ddd", "message": "611 valid triangle number\n", "proba": 0.0010177980875596404}
{"commit": "710504237e947bf67c2e4202117fb415ab3af9a6", "message": "delete common with folder\n", "proba": 4.544759804048226e-07}
{"commit": "bf7dc6df92bdbec3f715d3ec5cc11b0512c84a0a", "message": "refactoring: PMD rule\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@4862 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 70ed116f6a29e1adcba871480b1c092649166523", "proba": 3.929880676878383e-06}
{"commit": "fb9a4a23feff964ca7c847b9239639328ae707f8", "message": "Sort by frequency\n", "proba": 0.0002982037258334458}
{"commit": "9398c531ff98063c87bcafcff76d6367dd9d2827", "message": ":tada: Relative Sorting\n", "proba": 1.7992191203575203e-07}
{"commit": "83d880ab74079036582cffe36be317e0dc6149c2", "message": "\u5185\u5b58\u6620\u5c04\u6587\u4ef6\u5b66\u4e60\n", "proba": 2.076972549502898e-07}
{"commit": "62ef3554db211ef2f7f3355914bfd40d15c0fc64", "message": "Add animation backend to draw webp frames\n\nReviewed By: oprisnik\n\nDifferential Revision: D16191306\n\nfbshipit-source-id: 55c00c1e63275fad43c03ea4744821b38bd91bd1\n", "proba": 1.5399992037146149e-07}
{"commit": "5512fde6f160df3639a6e476355449326fbebd50", "message": "Blueprint Edges added\n", "proba": 1.7126409090906236e-07}
{"commit": "35290d29edf0c2f252ec992e738c75a65ae9cdea", "message": "core: Add local configuration helper\n\nThis patch adds the LocalConfig class intended to centralize the\nmanagement of local configuration stored in the\n/etc/sysconfig/ovirt-engine file (or whatever the ENGINE_VARS\nenvironment variable points to).\n\nThe name \"local\" is intended to convey the difference between the\nconfiguration that is specific to a particular node and the\nconfiguration that is \"global\", stored in the database, and shared\nby all the nodes in a (future) cluster.\n\nThe intended use is something like this:\n\n  LocalConfig config = LocalConfig.getInstance();\n  String myVar = config.getProperty(\"MY_VAR\");\n\nIn addition to this generic interface it also supports other\nmethods to get the values of well known variables, like port\nnumbers and directories, for example:\n\n  int httpPort = config.getExternalHttpPort();\n  int httpsPort = config.getExternalHttpPort();\n\nThese methods contain some logic to decide if the external\nport is the one used by the web server or the one used by the\napplication server.\n\nChange-Id: Ib0106a71c3a1c7c145d4ca836225ce2a26aa115f\nSigned-off-by: Juan Hernandez <59e5b8140de97cc91c3fb6c5342dce948469af8c@redhat.com>\n", "proba": 0.0001406438968842849}
{"commit": "c28806dd5673e658d63459d93e3fd559ca66d8fd", "message": "Json array size updated\n", "proba": 3.4096970580321795e-07}
{"commit": "5df42473a9179b031b480bc609aeb823624c663f", "message": "re test", "proba": 2.0943984679888672e-07}
{"commit": "c3faf97a8cc4b9fdbdae3110f47c2dd7e608e34c", "message": "Added author info and a Context interface (real deal now)", "proba": 1.004887195676929e-07}
{"commit": "c1d44ac0f54f47906cf936600af824ace468105d", "message": "Add binary search algorithm.\n", "proba": 2.919128291978268e-06}
{"commit": "50c190b3ad64a370c7f337431bd5d2e0c2ee0ba2", "message": "Initial check-in.\n", "proba": 1.458189302638857e-07}
{"commit": "de4346f51911b2708b2a42be7eabcd1c3d752b50", "message": "TypeDeclaration: fix for #1421\n\nRespect overload signature when looking for a declaration in the supertype\n", "proba": 1.7043116429249494e-07}
{"commit": "38328e004d0eecccc06e1b371dcbd0bf7b915ba0", "message": "add DebugGeometryRenderer class\n", "proba": 2.1132058236617013e-07}
{"commit": "e7639770a2293228528b730a8ae340567d8b2c15", "message": "Added unit test for lifecycle operations.\n\ngit-svn-id: 1cb8ba81e35536520dc3c869e3ef27a5006f98a2@362 79e2b5ea-dad9-11de-b64b-7d26b27941e2\n", "proba": 2.263143687741831e-05}
{"commit": "1c6e48c94daa158318d8b2546e6ce9b6837c85d8", "message": "using only jersey and adapted to write textfiles\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@547 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 1.6781782505859155e-06}
{"commit": "f887f694eda01bb44238d149acbdc66787f01d66", "message": "Lasercutter-Points are now in mm", "proba": 1.1408712197180648e-07}
{"commit": "bfe1ec30d6170420ec75a145994bc63b22f03125", "message": "Fixes #3065: Inactive accordion tab keeps width\n\nsvn changeset:8593/svn branch:6.1\n", "proba": 1.3888897854030802e-07}
{"commit": "c5e88bc934fac3b184488fbf726a5ad5602f9d19", "message": "Add Date Example", "proba": 5.58310239284765e-06}
{"commit": "fd96f1f1b21718791059db877cf8c6a73d576543", "message": "Added test based on user forum issue\n\ngit-svn-id: 11f3c9e1d08a13a4be44fe98a6d63a9c00f6ab23@1176348 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.587405904501793e-07}
{"commit": "bcd2442d1dad9759908487c08bf7d00076e883d2", "message": "Update Solution3Test.java\n\nexpand test cases", "proba": 2.965788610254094e-07}
{"commit": "06f2832d43644f0f16948a18efa02f4c66b37f60", "message": "clean up\n\n", "proba": 1.0365005209678202e-06}
{"commit": "c2604a58a92020ff43ee39a58c4edff20042352f", "message": "[ANDROSDK-598] Add ProgramRuleSamples\n", "proba": 1.222986725224473e-07}
{"commit": "266e34a95bc5c0b0a9a2e0a02d487211027ef996", "message": "Set Content-Length for Object head request\n", "proba": 4.686326064984314e-07}
{"commit": "ab77555b5730b2098484d07f3a3049d91d528cb2", "message": "Removes unnecessary intializations to get rid of warnings.", "proba": 2.7431414650891384e-07}
{"commit": "cfa271618f5b33eae200c97c6c3624df9d04efc2", "message": "am 50c11659: Fix Notification sdk docs build.\n\n* commit '50c11659f0f971e1a6b0adde59247f5de370b74d':\n  Fix Notification sdk docs build.\n", "proba": 1.310662582909572e-07}
{"commit": "2d09880d0352895dcd7ae3d4cdca95e4503b23ed", "message": "am afc5210a: Merge \"Fix docs to refer to the correct class.\" into jb-mr1-dev\n\n* commit 'afc5210a811da3824d75e32d998370203aba1968':\n  Fix docs to refer to the correct class.\n", "proba": 1.4920691171482758e-07}
{"commit": "efaee761022305d74e63237d87809582514bd5e2", "message": "am 083c715d: Merge \"Show the microphone when the search box is opened from browser\" into froyo\n\nMerge commit '083c715d06a99951429b38c62484f8c3caf43cd1' into froyo-plus-aosp\n\n* commit '083c715d06a99951429b38c62484f8c3caf43cd1':\n  Show the microphone when the search box is opened from browser\n", "proba": 8.695281394466292e-06}
{"commit": "a8f556ee8cee24674663fd73c7a5b5a919b2d5bb", "message": "Automated import from //branches/donutburger/...@141726,141726\n", "proba": 1.2679218741595832e-07}
{"commit": "d41ca0fe7512e0f44ac65ed52def9a5811b6f00e", "message": "Add a protectFromVpn method that takes a FileDescriptor\n\nBug: 19704592\nChange-Id: I9aeb29c2f6cf55fa010bc606c99b21a797ac5a19\n", "proba": 5.339122708392097e-06}
{"commit": "131746ba380c4c55b075e7aac00a395821526ccd", "message": "am e55e5b84: am 3957b5fc: Fix the build.\n\n* commit 'e55e5b84e53889791c0b6be8cad7cc134c9dfcba':\n  Fix the build.\n", "proba": 1.569088539099539e-07}
{"commit": "d23f7260ea922a0808cd5123e4bf0594f7c29aea", "message": "am 5866935c: am a7beb95e: Merge change 26818 into eclair\n\nMerge commit '5866935c1bb0f53f8683d617f5cd7af8a78ed544'\n\n* commit '5866935c1bb0f53f8683d617f5cd7af8a78ed544':\n  Add possibility to customize the chooser dialog used to allow the user to choose the application for sharing a link.\n", "proba": 1.1170584457431687e-07}
{"commit": "2573cbac0c2d683ebdee2285f182fb5e6857a3de", "message": "Added missing unit tests (closes #161)", "proba": 1.034873307048656e-07}
{"commit": "d79cad4c8b1e46991442677409c646b1410fd7dd", "message": "am 12ec18bd: am cacba459: Merge \"Use callable-filter capability when updating call log\" into jb-dev\n\n* commit '12ec18bdb081ea7a030634191b10d8222f474fde':\n  Use callable-filter capability when updating call log\n", "proba": 4.552107952804363e-07}
{"commit": "3d25bcb62a38be190034b84cff3e8161cd4d9840", "message": "docs: Fix typo in Time#compare\n\nbug: https://code.google.com/p/android/issues/detail?id=31733\nChange-Id: I31ff3193caf18a4d8bbc843e15fccf8439a6b4b9\n", "proba": 7.343872857745737e-05}
{"commit": "4bac6c1a54116ef212fa6cbe381e0a30c4e242e5", "message": "Fix the build\n\nChange-Id: I2a0e0d5a25e0c26872dfffeecfb42bace25c0f3c\n", "proba": 0.9999991655349731}
{"commit": "2e15b830b21d6f65e6b8de3817c224955818e118", "message": "update after small API change in brackit\n", "proba": 1.5287422172605147e-07}
{"commit": "5126633a3e7d04754792e0702231b1b6be2d1498", "message": "am 2d468c5d: Make sure SurfaceView use a 565 surface when requesting an OPAQUE format.\n\nMerge commit '2d468c5d73cc1cefbcfa8d98e30622c54756918c' into gingerbread-plus-aosp\n\n* commit '2d468c5d73cc1cefbcfa8d98e30622c54756918c':\n  Make sure SurfaceView use a 565 surface when requesting an OPAQUE format.\n", "proba": 1.7828796217145282e-06}
{"commit": "1ee60179bbc06823e1e0f6557ea6afdad0c3db4d", "message": "fix ImageView.getImageMatrix()\n\ngetImageMatrix() does not return \"mDrawMatrix\",  instead it returns\nmMatrix.  This is not reflecting the matrix used in drawing when\nBitmap is changed and mDrawMatrix is set to null while mMatrix still\nholds old invalid data.\n\nChange-Id: If24c3118068eca70cfe15786f9715d95c4499f3b\n", "proba": 6.139277502370533e-06}
{"commit": "02ca34c7871ee2ae094da9c2a4e25b7ccaf56276", "message": "Add FxUtil", "proba": 5.65912500860577e-07}
{"commit": "bc151a44aae35d9295ab4e15c0fc1c38052a3500", "message": "Re-implement .throw", "proba": 8.312431418744382e-06}
{"commit": "e65eac9d3e33b34482b326acb44d02de12b1448e", "message": "Issue #2017: Change makeJavaType() so that \\Ifalse? results in Boolean and not false_.\n", "proba": 2.74418823664746e-07}
{"commit": "e49fdef10f9dee8e32d4f45316ecca75d01d46e9", "message": "AbstractTransformer: added makeAtContainer for member types\n", "proba": 1.425590028247825e-07}
{"commit": "804f2f10bab1e378a311c5791b4bd4fdbbe3a7c7", "message": "deal with timeout exceptions a little neater\n\ngit-svn-id: e3ccc80b644512be24afa6caf639b2d1f1969354@641379 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.680709354142891e-07}
{"commit": "43954f1fe3c0e0db51923001bfcc27430463d8b2", "message": "Added Adaptive CO2 policy role.\n", "proba": 1.1017576895255843e-07}
{"commit": "a01b1e9b709472d003c5eb2f8acdb29e79f92cee", "message": "Moves checklist webservice classes within emonocot portal hierarchy\n", "proba": 1.3206802407239593e-07}
{"commit": "b57f5b741b8d57bb1a088f2b17a2818f5375de8a", "message": "Add LambdaCounter class that can count iterations within parallelized lambdas.\n", "proba": 1.13479238450509e-07}
{"commit": "66a70fef5b6a2761fcf1e676643d8f58e6685330", "message": "Add #983 - disabled commands for players only.\n", "proba": 1.0199411804023839e-07}
{"commit": "df3f8096429e9ef80de0b4940fd88e488ce79156", "message": "Nieuwe Venga\n", "proba": 1.0945832400466315e-06}
{"commit": "b555d0d7eaa4dbd5e99576e39dd179c8c8cc3f13", "message": "Converter from a DynamicBayesianNetwork object to BayesianNetwork\n", "proba": 2.084351962139408e-07}
{"commit": "3b6d3c078fee776f19b734fad2b24649792b53d0", "message": "\u540c\u6b65\u63a8\u767b\u5f55\u8ba4\u8bc1\u5347\u7ea7\n", "proba": 2.927537252617185e-07}
{"commit": "7c67b6511dffaafe2ffdd36f22e43d9f0a8503b3", "message": "Clean up\n", "proba": 1.531641828478314e-06}
{"commit": "d7495474f8217c9dda00cfe9cf3d2c526f883fd6", "message": "Add LogHouseConfigurationTest\n", "proba": 2.6478076620151114e-07}
{"commit": "08ac61707f817df4473b588e95e9b857840862ef", "message": "Messages: now has package-info.java.\n", "proba": 1.2265012117040897e-07}
{"commit": "c1a9f385f09b606231f15af55c2da2ef1ce6e156", "message": "settings click listener\n", "proba": 8.281961640932423e-07}
{"commit": "844cea10db3c8e0df65248eb9013398f299cccaa", "message": "Vaadin 7 tooltips - tooltips in table #PL-2433\n", "proba": 1.1343639272354267e-07}
{"commit": "300b67cb43ee2032f2677818d02ad1b53dc1ea7a", "message": "Reverting UserStore changes. They will be in a separated PR.[#107200340]\n", "proba": 1.2712830255168228e-07}
{"commit": "be56fe06b9d0a87ce280a39873174da7fcc8d147", "message": "- adding resource configuration for the jersey servlet to be able to use REST\n\ngit-svn-id: f6286d974079baf467dd211e2f0de75b0d75837f@7276 fee104cc-1dfa-8c0f-632d-d3b7e6b59fb0\n", "proba": 1.5078024944159552e-06}
{"commit": "084bf3ed956d3c36e9b1567a0d01b6afbeb81a6a", "message": "must start solr before cassandra", "proba": 2.9888383323850576e-07}
{"commit": "74ad5912621f32c28eb614f6e72cc4501b39ecac", "message": "kcinfr-30 : workaround for async mode.  implement option#1.\n", "proba": 1.1248880582570564e-07}
{"commit": "f9b9e063f8b377271633daef19ed1437c3f2e4c8", "message": "committed wrong pattern :/\n", "proba": 2.679969952623651e-07}
{"commit": "8ae5c9e2742c68598a4493e62522fc7ad662162a", "message": "Rewritten scheduling loop to not add the first thread to 'toSchedule' but rather use it directly. Gained some microseconds on the 'Long' benchmark.\n", "proba": 1.0455513432816588e-07}
{"commit": "e1f25aa3821d9495ff7689fb64a3df49d62c6880", "message": "Added TODO comments on request cancellation.\n\nhttps://github.com/kyoken74/gwt-angular/issues/69", "proba": 1.8575792637420818e-07}
{"commit": "12dcb7a83675fdec84ff4661861e09cae6406945", "message": "BeanMockup for string and beans sanitization testing\n", "proba": 2.1581921316737862e-07}
{"commit": "ef6175b0c170db9baf41621670bacadca8d79a16", "message": "Port DataServerIntegrationTest\n", "proba": 3.41900999956124e-07}
{"commit": "13c42326015c46bb16f911eead59fced556447c9", "message": "#4022: RemoveError: Probably unnecessary\n", "proba": 6.80956964060897e-06}
{"commit": "a5a3932fc1111e272c7fad9869a38fd95a8b6db7", "message": "Don't need to supply @author; remove needless comments.\n", "proba": 1.2044624497775658e-07}
{"commit": "3670a184771eb84899d7d08d40f1b5b7e9114d47", "message": "Use SerializationContext's qName2String() so that namespace mappings\nget handled appropriately in all cases.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@246933 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00020943851268384606}
{"commit": "fab5624c41c281efb7ee644b403d8ef35d65cc04", "message": "Update ConfigurationWriter methods\n", "proba": 3.397278760530753e-07}
{"commit": "f9b09d2927cd9d3c2eae43cceeb73ed9fada6d64", "message": "Add implementation rule Rgaa32017Rule080401Test\n", "proba": 2.8949375519005116e-07}
{"commit": "0dd8475ccee8b9e08b6caa9cc4393aa77d7382ac", "message": "[VTK-1431] Send Content-Length header when serving static resources.\n\n", "proba": 9.749960838689731e-08}
{"commit": "878f66c71563dc274c5cf1cb3d2edf6b91dc29e6", "message": "add JavaparserSourceFile tests\n", "proba": 2.0553510182708123e-07}
{"commit": "20ff9b6f7e28b80c4fba1bc3b1c2390580f8c5df", "message": "add stateful experiment test\n", "proba": 0.01643531583249569}
{"commit": "c40bc54f76d4ff7700c79b529ec3cdd1c12bcf0b", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "0da218be00d37a20866059c54a3dd5e8bf17e20b", "message": "Don't update user's setup state unless it changed\n\nEliminates an extra write on every boot.\n\nBug: 16416936\nChange-Id: I9ca16676c1b39dafeed3fc744a69c5bde819990c\n", "proba": 1.096037294701091e-06}
{"commit": "d8b4d23a63200231d81ac1b82a17bb30cb04ee02", "message": "Added star wave generation\n", "proba": 1.2840622787280154e-07}
{"commit": "6523277c83b4c2008a273ae6710c11e70060162b", "message": "Ignore temporarily failing test\n", "proba": 4.0282859004037164e-07}
{"commit": "8b3c38d6dca91d5b509a785465b49e6ae49492bc", "message": "Added methodology list page endpoint.\n", "proba": 1.2574862751080218e-07}
{"commit": "25d808abc90c5aad9a175749d8bb70bc6784279c", "message": "added PyFeatureCollection class for wrapping feature generator\n", "proba": 1.6087865617464558e-07}
{"commit": "f4cbeddb236c244c3da2d2c482d5d3c3e9093825", "message": "Add (failing) test case for #247\n", "proba": 4.237768280290766e-06}
{"commit": "3ef78ac249bee4f690e73eec852cbd9588eba7ce", "message": "New utility program. Still needs symlinks and all that.\n", "proba": 1.0343325840267426e-07}
{"commit": "3d28276148a5f2775a44ff9cea5a75c4aacfcc3f", "message": "Added breadth first walker test\n", "proba": 1.2805953986116947e-07}
{"commit": "631e6b372f6eb72e07bfc6034c87c3799d852304", "message": "Add tests for new code paths.\n", "proba": 1.236999338516398e-07}
{"commit": "e630ec93f5fa1474f0089ba7720533f51ecb1383", "message": "Computes difference in classical nonadditive contribution for helium-4 when a simplified potential is used\n", "proba": 2.7556693567021284e-06}
{"commit": "4353690c417732ee739698b3bf87f052cf4c2f58", "message": "Update HologramCommand.java", "proba": 6.847978397672705e-07}
{"commit": "ef17818d61d95154d8ae783ae02cacb8e5bddc97", "message": "WYCS: making v.slow progress towards handling import statements in a sensible fashion.\n", "proba": 1.0100466596441038e-07}
{"commit": "9f0ff6d872ef1ae5dc91dab164b3fd4d351b8d7a", "message": "fix NPE\n", "proba": 1.261007219000021e-05}
{"commit": "afd36d951b3923592a042267c3127ddad7e07fa3", "message": "added more detail logstorage stop log\n", "proba": 1.3485301053606236e-07}
{"commit": "dccb650a35c5024196a27374c3a4fbfc25f456b0", "message": "Refactor - no functional change\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1345731 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.063530135070323e-06}
{"commit": "68db3d1f4154c1969100eedd818508c785992c65", "message": "Test for CSV Data Set\n\ngit-svn-id: 52ad764cdf1b64a6e804f4e5ad13917d3c4b2253@348234 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.5165301192610059e-06}
{"commit": "05a7a6fb3d234059fa5bf05d1813e759cb138bc5", "message": "Add InMemoryMessageJournal tests.\n", "proba": 1.4126571556971612e-07}
{"commit": "5f799c1eb8201d3829b0fdd2ec7d75e152b810b5", "message": "[1052][cygnus-common][ManagementInterface] Update\n", "proba": 1.603153521045897e-07}
{"commit": "e6242aa799f1e87bf9e657778a22fb28f70e530c", "message": "Fixed NPE when system scoped dependencies are present\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@383353 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.464568625437096e-07}
{"commit": "3eff1e1f0e685e1dbb7e2621f5a8ab51a1c321d7", "message": "am 92c411b2: Merge \"Fix MediaStyle docs mentioning 2 max actions in compact view\" into lmp-docs\n\n* commit '92c411b24eaa787158b19b209050ea35fc5070b6':\n  Fix MediaStyle docs mentioning 2 max actions in compact view\n", "proba": 2.9223991759863566e-07}
{"commit": "4a48d8c9af7b3ccfdfec3006dacf1990d8fc97ee", "message": "am 928b2bf7: am b43b06d1: Merge \"Fixed a bug where notifications were not posted on secondary users\" into mnc-dev\n\n* commit '928b2bf7ae382ad34a741b6681d8c864ac457c4c':\n  Fixed a bug where notifications were not posted on secondary users\n", "proba": 1.1927315881621325e-06}
{"commit": "3957b5fc49335f13b15080b8e7146580026c0479", "message": "Fix the build.\n\nChange-Id: I71d1d9958182966d2eff0d34fa05ac57f2cabc48\n", "proba": 0.9999775886535645}
{"commit": "0d6b31426b89cbe468f3ff8ad729e7bfa954e6f5", "message": "am ec0197da: Merge \"Add call log entries to all currently running users\" into lmp-dev\n\n* commit 'ec0197dae050d48b803b803b082d619925306fc0':\n  Add call log entries to all currently running users\n", "proba": 2.31671194228511e-07}
{"commit": "2180ba7abd7edbd5b3a880d15f828b58ab34e578", "message": "Sync ViewOverlay size init with RenderNode\n\nbug:18381202\n\nSetting mRight/mBottom must be accompanied by updating the RenderNode.\n\nChange-Id: I4dae06a5ca43247b0b3642d85808e2724e486692\n", "proba": 4.520665015661507e-07}
{"commit": "50080f955a635f2c2c51106def97c1ff787e91bb", "message": "Removed 1000 empty lines", "proba": 3.333188215037808e-05}
{"commit": "bfae3824647113611a71f2a05471195d118d8b5a", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@924 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 5.861667773388035e-07}
{"commit": "8b8b7ee6da20cbf48837adef85a8dcf80305cb61", "message": "DF-1643: Change sessionCreationPolicy for the no-eiam profile (#893)\n\n", "proba": 9.905124898068607e-08}
{"commit": "6f47b1bfbc0ecd6aef9e6bba292aeb336ca33a0d", "message": "Fix - format strings before printing to enable whitespace", "proba": 8.289009656436974e-07}
{"commit": "a62354a4bf4d618a1d486af75de850df4db0f5ed", "message": "Copied refactored method as is into a separate class\n", "proba": 6.386940185620915e-07}
{"commit": "d972a6bedf8b4b94f1ef69d4bff4fa496ac47342", "message": "CA-2068 Fix role installed checker\n", "proba": 1.324158489524052e-07}
{"commit": "846d34cca419b2efeb3bacf3d7b83fcb6a342596", "message": "none: housekeeping\n", "proba": 0.999994158744812}
{"commit": "bc0754f0efe09e26083a8045656ed20c7c9068f1", "message": "Modyfing\n\ngit-svn-id: 11d3acd8036c07b44b48dd6de9ffc15146c2ad8d@61 8024a810-7893-4264-9fff-9c8d8f6df285\n", "proba": 4.895221081824275e-07}
{"commit": "5290bf5875a6b7b141e322bd96a53c29855f7cb9", "message": "am db67d5b7: am ba6cdbfd: am ac8c9861: Merge \"Notify settings URI change without a lock held\" into mnc-dev\n\n* commit 'db67d5b79ab2da6d8b8a1211b354687fb7930744':\n  Notify settings URI change without a lock held\n", "proba": 7.937189820950152e-07}
{"commit": "d6bcda99b062eb0bb8511d7a4a1cefc23df3cb77", "message": "am 02b4caf5: am 02d758a9: am 7caa51e6: Merge \"Fix issue #17811029: Settings provider race when removing users\" into lmp-dev\n\n* commit '02b4caf5f74b9099a56f6e1ed30460f802657f41':\n  Fix issue #17811029: Settings provider race when removing users\n", "proba": 3.9612066871086427e-07}
{"commit": "2eeacc02a252607e7c2fd1a00c60d8aa567694cc", "message": "Show no_sim icon when no SIM card is available.\n\nBug: 10958943\nChange-Id: I1fcd961ddab45e316d726b90fdbbc176e6e7d737\n", "proba": 1.0661796068234253e-06}
{"commit": "416a1c1ada0ad553613eb439823a68d3f51b1579", "message": "am 185c0ef7: Merge \"Stop showing \"No internet connection\" when there is one.\" into ics-mr1\n\n* commit '185c0ef7e4aaa4bb978a6eb5c93c569585a07f56':\n  Stop showing \"No internet connection\" when there is one.\n", "proba": 1.2163942301413044e-05}
{"commit": "7d1ef0cee7c61dea18216a80a00d437109b698d5", "message": "am 3ee47ae7: Merge \"Fix 6804479: \"Emergency calls only\" in notification shade\" into jb-dev\n\n* commit '3ee47ae7ee0d0afc0a2bbe71636c31483b5502cd':\n  Fix 6804479: \"Emergency calls only\" in notification shade\n", "proba": 3.0808394058112754e-07}
{"commit": "8da4e37f51ebc88dee245a9661b1840a198d779f", "message": "Finished Translation", "proba": 6.910566412443586e-07}
{"commit": "11ef685408c36660f044d0bac9d6fab48c5902d5", "message": "Defined constants, attributes and documenting getter&setter pairs for\nthe attributes", "proba": 1.462343561797752e-07}
{"commit": "5f39f41c315a753b1d005c61fe964f45c4c60a62", "message": "Issue 2109: PDF transforms for the American Medical Association (first attempt).\n\n\ngit-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@5886 4f837ed2-42f5-46e7-a7a5-fa17313484d4\n", "proba": 4.6395359731832286e-07}
{"commit": "2c88437ad66742a3e684f568ef10f7806900b1e3", "message": "Day21 - Generics", "proba": 1.4549084426107584e-07}
{"commit": "dd41c8aee8597023f14b9a4818e48e00bb82bf15", "message": "am 67ead584: am 92701395: Merge \"Enrich test cases when enabling default IMEs\" into lmp-dev\n\n* commit '67ead5844e21c14f274fd561c98f3ff0017863a1':\n  Enrich test cases when enabling default IMEs\n", "proba": 2.758004313818674e-07}
{"commit": "84250fd41e058fdf4518cbe0b94e8248054297b6", "message": "Leetcode 94: Binary Tree Inorder Traversal\n", "proba": 3.725640738139191e-07}
{"commit": "28865318d7d926f854d1895ee89453d7c26bdc58", "message": "Style changes, I guess.", "proba": 1.3162868128802074e-07}
{"commit": "03da119db0387ea406dfce166e5b60b84356579b", "message": "Adding a class for representing value origin.\n", "proba": 1.1950402267757454e-07}
{"commit": "27ee737d0d67e1c129522f1cfc9110607d7a0839", "message": "Added `AllRuntimeTests`\n", "proba": 1.1640898378573183e-07}
{"commit": "161e9e0fb5bbb76f5d8e60857bb984190acdac4e", "message": "daily practice at home\n", "proba": 1.5534251929238962e-07}
{"commit": "a5b278aca93f79614fd1f97bfcb3f9a2052fbab5", "message": "add hello.java\n", "proba": 0.0018040265422314405}
{"commit": "93d4800cdf41e82e581a6decd0d8eb8e30f3c46a", "message": "Add link to the github issue.\n", "proba": 1.2041236630011554e-07}
{"commit": "7a5b625d8782c06f60312a46728cd9126b527ebb", "message": "Add equality test for `AbstractVersionableEntity`\n", "proba": 2.481535261722456e-07}
{"commit": "8c768fd6b9072cf344e8b360fcd5ef733f7d8d1e", "message": "am c26939b4: Merge \"add banned packages to notification dumpsys\" into mnc-dev\n\n* commit 'c26939b4781bd70ab0fb8fff4151bfe616ad15d1':\n  add banned packages to notification dumpsys\n", "proba": 4.588204376432259e-07}
{"commit": "6984e4f9bbeb48fb7437183ed2aeb06661bbc228", "message": "am fc680b89: Merge \"Fix a race in NotificationManager with Listeners\" into klp-modular-dev\n\n* commit 'fc680b89184fb60cf9a58e81d7f890002310702d':\n  Fix a race in NotificationManager with Listeners\n", "proba": 1.8100824661360093e-07}
{"commit": "1ff90ac887b028002273c8b16dd30f1840f099e3", "message": "3mb off on repository indices\n", "proba": 1.2154266926245327e-07}
{"commit": "2848bdbf65b3802442484d0e90b32136178207bc", "message": "Don't treat `Backend.None` as a registered backend\n", "proba": 3.2927691790973768e-06}
{"commit": "2e8fb73ec088dbe459b07475aee1e43b500f101c", "message": "Fix issue #5435470: SharedPreferencesImpl should read from file...\n\n...via BufferedInputStream\n\nChange-Id: Ic14eff1e53b6f4a0de5f59bd97cd390eb908e3c6\n", "proba": 1.8265107826209714e-07}
{"commit": "7aa79efe80b790eef61ac355c0ce6c7b606e6f78", "message": "Grab a wakelock while doing ARP/ND probing\n\nBug: 23197666\nChange-Id: I5bf6e83b37fcd924f5f8e750f65bb5061f931e56\n", "proba": 4.7405993086613307e-07}
{"commit": "50c6668a279f54430862240edf150a840eae7247", "message": "Make vCard importer support lower case params.\n\nBug: 2339066\n", "proba": 0.0007917752373032272}
{"commit": "2144eee3576e3fb382170f502e41f1aae572559a", "message": "am 3fb5536d: am 91e01a4d: Merge \"Doc update: fix broken code sample\" into jb-mr1.1-docs\n\n* commit '3fb5536d625a070be712aa817705b93b262e3f8c':\n  Doc update: fix broken code sample\n", "proba": 5.978840817988385e-07}
{"commit": "07d5caaba67618523ce078efe15b1be45bdc0668", "message": "Revert \"Fixed the problem with the calendar sort order using the column name\"\n\nThis reverts commit 9fd17460a73c46ea1c3d2174555cfcc0886ca112", "proba": 3.997988187620649e-06}
{"commit": "bb8e75e6c451a71bc7d0301f376d61781cc08393", "message": "am cce2e194: am 5823352c: Cancel double tap mode on action_up\n\n* commit 'cce2e1944c4ac9411fa25534eb9b51d6f044dfb4':\n  Cancel double tap mode on action_up\n", "proba": 4.826995905204967e-07}
{"commit": "00925a3b883080fa6888ae9905394fc786465d26", "message": "am d33b6217: DO NOT MERGE - New implementation for ScaleGestureDetector\n\n* commit 'd33b6217fc128652a72f1626bcaa5f3b754102c6':\n  DO NOT MERGE - New implementation for ScaleGestureDetector\n", "proba": 4.2372246866762e-07}
{"commit": "bea104a8c99deaaca7b4737aed48eebbd7b2da98", "message": "Add TankControl class, a program better suited for our prototype\n", "proba": 1.082002683006067e-07}
{"commit": "e7f57a3ad2cd55e854ecc339e64e3a7d5215896e", "message": "Simplify the code.\n", "proba": 0.0003147487004753202}
{"commit": "b0cc9c4a1100554cc9fb29a39c0831e25555bcac", "message": "Blueprint item\n", "proba": 5.937985179116367e-07}
{"commit": "14766c93267ecc4f622cd9ad236b73185c6e7da6", "message": "ServerSocket", "proba": 8.565909297431062e-07}
{"commit": "7571ecf66a6b8d9522db4663fa987385c01058b2", "message": "ParseTreeBuilder: remove the .getMatch() method\n\nIt was unused.\n", "proba": 1.357828125492233e-07}
{"commit": "c29d2bdf2d8f30b2573e05834288fbd0e5b0ed8f", "message": "KRACOEUS-5590\n", "proba": 3.349958888065885e-07}
{"commit": "4283c73207ea14cca828e5b4449b882c9d52f097", "message": "creazione metodo convalida() in comunicazione.Login", "proba": 2.1372287051235617e-07}
{"commit": "e8de385ddf66cab348dda86c4100d1c043a9c1ec", "message": "Create T.java", "proba": 6.13434622209752e-07}
{"commit": "623d577ab15fce14589fb87fa2dc92a80ccaaba5", "message": "\n\nnothing important\n", "proba": 3.6237970562069677e-06}
{"commit": "8fcc17fd6fc30b382862f6bf2300456c25e70b01", "message": "Removed console output\n", "proba": 1.694582351774443e-06}
{"commit": "8dd28422c1740a73f4e867d77a73d215e4269373", "message": "* Version 1.0.5\n\nAdded advanced benchmarking capabilities.", "proba": 9.90588020499672e-08}
{"commit": "062c21989e50340e07c775f095532e6dd5725611", "message": "add testcase\n", "proba": 2.2016933144186623e-05}
{"commit": "9a2f69613afe980054e4869a6bbe0698de436d6e", "message": "[MATH-898] Add initial tests for fuzzy clusterer.\n\ngit-svn-id: 80d496c472b8b763a5e941dba212da9bf48aeceb@1466655 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.23515416009468e-06}
{"commit": "e80d327676e929d9b1dcf21d0d3c4f1d2be31483", "message": "Telephony: Cleanup of SIM handling in CdmaLteSST.\n\nChange-Id: I41ae595bae035b2dfd2e32e4d54a754c27962567\n", "proba": 5.982034849694173e-07}
{"commit": "51195f7f82d50456d3a38a2e8dd05892bc0d6a59", "message": "add first unit test\n", "proba": 3.5107333928863227e-07}
{"commit": "93a12c024eea9519d4da6cff1f91accf9328a9fd", "message": "Created location based filtering support. Issue 98053.", "proba": 1.026988272201379e-07}
{"commit": "5cc95e7e5f5fc46c22d6c8f8e56026e15c998b43", "message": "Lade till test f\u00f6r vilka tiles som har ett visst antal grannar\n", "proba": 2.957744413834007e-07}
{"commit": "ca68d530f6b7611e67ac02bb229e64fdb9f9e2c6", "message": "add fullReadWriteLock sample\n", "proba": 1.555537636477311e-07}
{"commit": "75c96923484422ae1555515c7ef7e8afeeb23111", "message": "TypedDeclaration: Fix for #353: turned unboxed into ternary Boolean\n\nWe need this to be able to reason about whether we already know if the declaration is unboxed or not.\nnull: unknown, while true/false is known\n", "proba": 0.9998971223831177}
{"commit": "c8c29dd538b12ce28cb928328c3dca1633a839ed", "message": "Added test for #56\n", "proba": 1.3492646644408524e-07}
{"commit": "bc5ecd1ca44aeea0eadd73d6ce6e692fcadc06c8", "message": "Use Immenizz's in-game name\n\n", "proba": 1.95811935554957e-06}
{"commit": "a182f441e06716d518f0912885083317b4b9b61f", "message": "Fix bad method names\n\nChange-Id: I49be41d14d9e2a7a3d5bfc71e9031a413522b907\n", "proba": 0.9999980926513672}
{"commit": "5b529e54ef23969c0aa4bf4e9a5f2141ce058d48", "message": "Fix fricass\u00e9e stack iteration template string\n\nChange-Id: I765dcd77c9f02cc03182c82614664529f6555e31\n", "proba": 0.0005285342922434211}
{"commit": "69fa8182977dcb0f5887c04fdaf4d662ba987e04", "message": "Create primeNumber.java\n\nIs the input number a prime number?", "proba": 6.7400437728792895e-06}
{"commit": "c1555a5a49044ac193dd854d604f1ac7ce87a9e4", "message": "INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED\n2003/09/12 15:55:18 sg 1.1.2.1: #112239# NEW: bootstrap UNO, initial version\n", "proba": 1.2316246511545614e-07}
{"commit": "f826f7cc60e8b9f3162a8db7662b1f13fde40100", "message": "INTEGRATION: CWS qadev12 (1.1.2); FILE ADDED\n2003/09/29 16:52:14 sg 1.1.2.2: #112259#CHG: removed import of TestParameters\n2003/09/24 15:46:37 sg 1.1.2.1: #110481#CHG: initial version\n", "proba": 1.590380378502232e-07}
{"commit": "e0a36294688d79bc684e18bbd9791363becd2827", "message": "commit pump that will only retrieve data when it will be used\n", "proba": 1.4686004590203083e-07}
{"commit": "e7c8c7c1a49c05fcb075c362c67ac61f7dfdbed5", "message": "More fix #2163209: alarm clock rings but is hidden behind lock screen\n\nAnother way we could miss the application's flags is because the\nsystem now force hides application windows behind the lock screen.  So\nwe need to use this new API to actually take those into account when\nlooking for the top-most window that can specify for the lock screen\nto be removed or hidden.\n\nI have tested with pulling the device in and out of the desktop with\nall kinds of random speeds and ways and this -seems- to now cover\neverything.  Keeping fingers crossed.\n\nChange-Id: Ice640eea6ee06ee27f069d60856fb394c7eeae51\n", "proba": 2.6157472348131705e-06}
{"commit": "15f60a8965d118f91c0442243d1b1f5eacfd704a", "message": "am 1f8bef66: am 05d7619d: am 3179826b: Fix for 2201954: Disable haptic feedback for hard keys while keyguard is showing\n\nMerge commit '1f8bef66465a20eb63dad125ee86d7fa53554aaf'\n\n* commit '1f8bef66465a20eb63dad125ee86d7fa53554aaf':\n  Fix for 2201954: Disable haptic feedback for hard keys while keyguard is showing\n", "proba": 4.15597924074973e-07}
{"commit": "7fe138a2340d6ca7ff9310a72066d190ebabea40", "message": "udp mesh\n", "proba": 1.335485194431385e-06}
{"commit": "0f2cf85218d848a9abe434d4b7c2b34fd5ced62f", "message": "Update Main.java", "proba": 8.88287559064338e-07}
{"commit": "b754db529bc95fb10613c79889e24fc8a6027554", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "54007fe63736b37d31c2ba792d89ad6347255061", "message": "Fixed ImageView\n", "proba": 6.947591373318573e-07}
{"commit": "9e4fd09c439939e248e93d209b074b73f7014794", "message": "edit locator group page submit\n", "proba": 1.7376213179431943e-07}
{"commit": "03b1750f265bbb7c3016ca295d7fdbef14ec4f40", "message": "\u0422\u0435\u0441\u0442\u043e\u0432\u044b\u0439 \u043c\u0435\u0442\u043e\u0434 \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d \u0432 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0438 \u0441 coding style. \u0410\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u044f \u0438\u0437 \u0442\u0435\u0441\u0442\u043e\u0432\u043e\u0433\u043e \u043c\u0435\u0442\u043e\u0434\u0430 \u043f\u0435\u0440\u0435\u043d\u0435\u0441\u0435\u043d\u0430 \u0432 \u043c\u0435\u0442\u043e\u0434 \u0438\u043d\u0438\u0446\u0438\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 \u0444\u0438\u043a\u0441\u0442\u0443\u0440\u044b.\n", "proba": 3.2444509088236373e-06}
{"commit": "7c59fca2c5445dd16acffa714ca18628454afb85", "message": "Adds basic read/write NBT test for seed storage.\n", "proba": 1.1445819581012984e-07}
{"commit": "064dde82b33f2557e691da665b6af573ecd45ed8", "message": "Adding the interface for the OS library.\n", "proba": 1.1297625945871914e-07}
{"commit": "779185f36f8f07d27347de9136af2bff16d7d3c0", "message": "Added the ability to create multiple chat servers from multiple command\nline arguements.", "proba": 1.0438894548769895e-07}
{"commit": "a3b958e794ddd7d8f6588b0083d39235ae917419", "message": "Decklist buena\n", "proba": 4.881650284005445e-07}
{"commit": "3262b3eccff8b9f011df1c05d42f998b627e17b6", "message": "fixed bug\n", "proba": 6.589494319086953e-07}
{"commit": "c57d245767c638514924819557a000c3b3e6f66d", "message": "Made a MessageBusHolder interface.", "proba": 1.0360010094245808e-07}
{"commit": "f0648db110ace3c9da52ebbd241e885664d945de", "message": "added remove for hazelcast listener when shutting down the cortex server\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@6271 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 438266d3cb0f759aad89c14bb576aa32744be1f6", "proba": 3.006249926329474e-06}
{"commit": "f0ed9675429c1a5e1484b00d4689c54c512cfbc6", "message": "Created a new command argument serializer for singleton command arguments.\n", "proba": 1.1616489103971617e-07}
{"commit": "1ec15228b55f2ff75dd5bfa51399890100bd7bee", "message": "Delete SriSMLowLevelServer.java", "proba": 1.8124158032151172e-06}
{"commit": "9e4f21c5d508a60dd87c3bc54e6804a4b3ea785e", "message": "Added PoCoException to the runtime\n\nThe idea is to use this exception to flag runtime errors (which are almost\nexclusively going to be bugs in the code generation portion of the compiler).\n", "proba": 1.2471912214095937e-07}
{"commit": "e79e6019d4ec6a7225656e07fcc117176bbdfe73", "message": "remove INodeSelectionListener and IDoubleClickListener from being implemented on this viewer class\n", "proba": 1.3148390110018227e-07}
{"commit": "f9ea7d41c11e8579ae38d419df1298f658424d03", "message": "Revert \"Fix  : was necessary to use a flat repository with the jars of the\"\n\nThis reverts commit 979a71728c02694bc8b27f6bd3eb52d053cdb9e2.\n\nIt breaks the contract of the method and the Ceylon tool tests\n", "proba": 6.437819592974847e-07}
{"commit": "9730efbe928a0cce58ee913cc57f1f9e90b30842", "message": "#5190: Disable optimizations for ArraySequence for now\n", "proba": 1.1363388807694719e-07}
{"commit": "c268ef397af31aa42fe2789203a83634f025ae63", "message": "Slight reordering of generation code for #1125\n", "proba": 1.3378507901506964e-07}
{"commit": "2190054fdd8e42f7c50da38452963befc39a317d", "message": "\n\ngit-svn-id: https://hammacher.name/svn/ccs@78 2e72368a-7642-0410-b8c5-9fb0f2bdb46c\n", "proba": 7.836314352971385e-07}
{"commit": "14adfdf57e530177f86bafb130a13d01a914a549", "message": "t981 test case\n", "proba": 1.8257462386372936e-07}
{"commit": "0ea8c20eb16ee2cea8aeb7f7422be6c61dfe6aa3", "message": "[ONOS-3163] UT on Port Chain Manager\n\nChange-Id: Iab692a7501adcc0a5c926b17e98362e0cd48a860\n", "proba": 2.102870411135882e-07}
{"commit": "a62642fbbde7bc70cffd350059322017b0130bd2", "message": "[nobug] cleanup\n", "proba": 1.4351375284604728e-05}
{"commit": "9a5af0c8d88bebe6673f475474304cea081ae196", "message": "Undid class removal.\n", "proba": 1.8452145411629317e-07}
{"commit": "8657427f78494df43d129d88f50e0d7375592486", "message": "am 7b076307: Merge \"Fix issue #4084124: Wingray Often see black screen after market ANR due to 4084121\" into honeycomb-mr1\n\n* commit '7b076307bb1f78d3f5616b7f2f2ad496aa4a33d7':\n  Fix issue #4084124: Wingray Often see black screen after market ANR due to 4084121\n", "proba": 2.9614221830343013e-07}
{"commit": "dfbd7494f743c7440c7aa19e6d56dd486dd2b837", "message": "am c5429d6f: Merge \"Use Op package name when creating toasts\" into lmp-dev\n\n* commit 'c5429d6feab77ad1e426afb5bddc6fcfda06d37e':\n  Use Op package name when creating toasts\n", "proba": 4.6205312287384004e-07}
{"commit": "9b8266e239abcdc9d26ac7c4f37e121129a57d6c", "message": "An enumeration of the possible states of proteome membership a gene product can have.\n", "proba": 3.917813558018679e-07}
{"commit": "364ce9feb1d86f64c1888fc75a7ff5fddd2dd955", "message": "Fix for GRAILS-9610 \"DevelopmentResourceLoader does not correctly handle resource locations with schemes\"", "proba": 9.913252085880231e-08}
{"commit": "b94fb6c7e100fef2945fe6e672a5fd844905dd7a", "message": "Added MersenneTwisterGenerator\n", "proba": 1.462791345829828e-07}
{"commit": "f56ad302dd3bf39ae8985adcb07ac17540ba4635", "message": "fix enablewhen result\n", "proba": 2.740453624028305e-07}
{"commit": "51b8b904c2a963f77d1a9837d5ea38eece4a8e5e", "message": "Added test for QueryResultSizeExceededException to increase code coverage.\n", "proba": 1.0282348483769965e-07}
{"commit": "7450f476b6d93662ba38e4631415bd9a538f3709", "message": "add new ruin strategy\n", "proba": 7.985958063727594e-07}
{"commit": "3b23058af1f9a8b18925bbd4c23e715b3a29a4bb", "message": "OAK-7976: Non-blocking commit rollback\n\nAdd ignored test\n\ngit-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1851330 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.6176279586943565e-06}
{"commit": "8e753477cca61761498f1acd45c9815c500b3b5d", "message": "https://www.acmicpc.net/problem/10474\n", "proba": 3.0291093366940913e-07}
{"commit": "1fc5890fa3aeabb2898cd467b0a180bb3e88ab15", "message": "https://www.acmicpc.net/problem/10801\n", "proba": 5.107170863993815e-07}
{"commit": "b7c23d4b516d5978023039fbc84da0de75b81825", "message": "https://www.acmicpc.net/problem/11328\n", "proba": 3.056729838135652e-07}
{"commit": "588430591b7bb5340ff02f05f1c02eaf924326ad", "message": "am e69ff2a8: Merge \"Clean stale entries when deleting files.\" into mnc-dr-dev\n\n* commit 'e69ff2a878ee7635a467259995e2924fb96a3a72':\n  Clean stale entries when deleting files.\n", "proba": 1.3850406332949206e-07}
{"commit": "04d71710a6d04d921cdccb202bb65d5de1832ca2", "message": "am 2b0db74a: am 4d696690: Merge \"Fixed a bug where redacted notifications had the wrong height\" into mnc-dev\n\n* commit '2b0db74ad21367427372bdfb1e28319a72b454b3':\n  Fixed a bug where redacted notifications had the wrong height\n", "proba": 2.734140934990137e-06}
{"commit": "ff6baaf62438c80823f3f42eed4920ebde68f12b", "message": "AsyncTaskCompat\n\nConsistent behavior on all Android versions.\n", "proba": 1.0661892702046316e-07}
{"commit": "0901f61d9011b4bf7403dd8f6437a884401bf66b", "message": "added accountsContacts and accountsOpportunites table columns\n", "proba": 1.7698933163501351e-07}
{"commit": "6171b26423edf8574c0c15219df346cc8d9ebd21", "message": "Ensure Table parent is measured after sizeInit\n\nThis is needed to take scrollbars into account", "proba": 2.27992913437447e-07}
{"commit": "de3a3c5870d463a60672a9888ce2a2485761e3df", "message": "New plugin preliminary checkin.  Development will resume when manifest pages are up.\n\ngit-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@41968 4f837ed2-42f5-46e7-a7a5-fa17313484d4\n", "proba": 5.804078000437585e-07}
{"commit": "88f887787d3c74919472a68bb223f4b4bde68ee5", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "997cee14cc885843fe466c7e44a10526b6364f76", "message": "fix test that got broken by last checkin\n", "proba": 1.5339398373726e-07}
{"commit": "cf0e4706e341f2239591af5b6934cb266cb3db61", "message": "am 8ff6d70d: Merge \"Clear identity before calling into the mount service.\" into lmp-dev\n\n* commit '8ff6d70d44626cd515f517962378d89ab3954979':\n  Clear identity before calling into the mount service.\n", "proba": 1.4440034590279538e-07}
{"commit": "6360d29cd78839539aafed961a0b96dc7ba3c317", "message": "am bc1a8f42: Merge \"Active window not correctly computed.\"\n\n* commit 'bc1a8f42d9eb5f1d91c872904a9a283781291fcb':\n  Active window not correctly computed.\n", "proba": 1.731259686721387e-07}
{"commit": "3791256daeb5f73ed4569d4c8b455af7ce91ec88", "message": "load properties from java jar\n", "proba": 6.815038773311244e-07}
{"commit": "b03af792ac74af4b25dc921e06b53cdbdbbd66c1", "message": "some simple tests to check enable state between buttons and command\n", "proba": 1.3700172019071033e-07}
{"commit": "219399a1e4d5064953ac2a0b079c1f3269e63cb7", "message": "test filtering overwrites when changed\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@417364 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.3764016557615832e-06}
{"commit": "0e784cb3b0e8fe802fb13db7a9a5cb5df11ac804", "message": "am 0c622570: Merge \"Reduce test warmup time to avoid driving into thermal throttle.\" into jb-mr1-dev\n\n* commit '0c622570799977a5efab2357b134e38c21ce009b':\n  Reduce test warmup time to avoid driving into thermal throttle.\n", "proba": 7.590546715618984e-07}
{"commit": "51108a19f831593c3598b793bcd167c393639a79", "message": "Switch to destroySocket in a few places where it is safe to do so.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1527733 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.5504813240549993e-06}
{"commit": "48762d46a56e290c4398851aaffffb37755ec7ba", "message": "Restore \"cometNotify\" that is part of the callback mechanism used in the async code as well as Comet\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1636748 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.8448255332259578e-06}
{"commit": "3d3bb057f052827577c9234a08bbaa8791c77f02", "message": "Make sure we don't fill up the cache after pause has been initated \n\n\ngit-svn-id: 40f70788afc64a734d8b91520bec53ae21e7042f@430816 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.2907293012176524e-06}
{"commit": "502fb324fdbd4f30f367d419b46f97c9fe35d289", "message": "JUDDI-72:Refactor connection pooling\nThis is an exact replica of JDBCDataStore but without the dependence on commons pooling and dbcp. It will use the J2EE managed environment to provide the datasource [Datasource will provide the connection pooling]. Users who want to use this datastore can do so, by configuring juddi.properties. Exact same behavior as JDBCDataStore.\n\n\ngit-svn-id: 9afb1f5cc321249b413187f68ffea1707b8f9361@263086 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.790831316218828e-07}
{"commit": "0946372d5c7c207568d3437c9fa75a1107e77476", "message": "Minor rename\n", "proba": 1.9089218312728917e-06}
{"commit": "0c9b85e7e1b21da2ce5878528f9412673bab03ae", "message": " A simple scatter-gather scenario using Java 8 CompletableFuture", "proba": 5.460133252199739e-07}
{"commit": "57550fe11f406f9107e1bd7e051abf746e32e989", "message": "Updated #062", "proba": 1.4619460841913678e-07}
{"commit": "d94201c8f9633e6d1a5886fd673d731209bad498", "message": "Worked on the Progressbar\n", "proba": 1.4301491546575562e-07}
{"commit": "e7b597f0b37422731ec46e3f928389fab51046dc", "message": "Add Spring boot main class\n", "proba": 2.842157300619874e-07}
{"commit": "d6207cd3a28b0f609b867363d9fc9a5e29769d4f", "message": "Added a FileResourceLoader.\n", "proba": 1.1792234033691784e-07}
{"commit": "c51e19afec1925de7769c24e0dbd2bfcf90a184e", "message": "HBASE-11667 Comment ClientScanner logic for NSREs.\n", "proba": 1.0135184425053012e-07}
{"commit": "04d1af89700f73cd877a3cef9fddac595ca451f5", "message": "HBASE-7919 Wrong key is used in ServerManager#getServerConnection() to retrieve from Map serverConnections (Anoop)\n\n\n\ngit-svn-id: 1ea5de6e32eadb5f080cfd8bafe1c87167c06d54@1449372 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.423554737011727e-07}
{"commit": "7cad84a970831178bd3082a08a54f2c73111ce7e", "message": "HBASE-7376 Acquiring readLock does not apply timeout in HRegion#flushcache (binlijin)\n\ngit-svn-id: 1ea5de6e32eadb5f080cfd8bafe1c87167c06d54@1423553 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.310109708669188e-07}
{"commit": "a844702004a14ea6a2547f2d995e0978a5132895", "message": "Do not fail if an error occurs while trying to join the group. We have \nto retry.\n\n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@660131 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.363485565292649e-06}
{"commit": "d40b9bcde871fdb44871c7adee7df1a127877782", "message": "removed unnecessary column jpa annotation", "proba": 1.4146472722131875e-06}
{"commit": "0732bc0d014e44cebc48f52d3165ae4bb87c2323", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "014b41c6801a2c34e312fa7564e395a70bed478d", "message": "qa: added JUnit test: PlaceAdviceTest, with place\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@5514 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 6.968971888454689e-07}
{"commit": "4b5d11a230ee3ca7f1f6fa02375ec5f71d9fe889", "message": "Re-factored the authentication subsystem to remove the need for JAAS configuration files. WEB-INF/jspwiki.jaas goes away, as does the need for PolicyLoader. Also, responsibilities for web authentication move to WikiServletFilter. Authentication is now configured via jspwiki.properties -- see that file for details. WikiSession API change: getLoginContext() vanishes.\n\ngit-svn-id: 6c0206e3b9edd104850923da33ebd73b435d374d@643259 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.972959125851048e-06}
{"commit": "59399506dfdddb01996a07165218634c00e12993", "message": "fixed very rare NullPointerException", "proba": 2.378119745571894e-07}
{"commit": "09db8cd0b89976f679c06ef0522c9cb6fccaa328", "message": "Add page structure (#33)\n\n* Added page struct\r\n\r\n* Formatted code and fixed int array\r\n", "proba": 1.287667572569262e-07}
{"commit": "1991e47f869ef57c35c2ae1069a5de34a98af54b", "message": "Display \"default package\" instead of emptiness.", "proba": 1.2783209513145266e-07}
{"commit": "e2371ea2bdfdabaa095342010f69188212a57c17", "message": "Removed obsolete comment re: fetch()\n\n\ngit-svn-id: 1cb8ba81e35536520dc3c869e3ef27a5006f98a2@649 79e2b5ea-dad9-11de-b64b-7d26b27941e2\n", "proba": 3.8135806335048983e-07}
{"commit": "dd13c3f1811a62e1e45b33beef0461a7a98c73e4", "message": "ADD A FUNCAO DE ATUALIZAR OS CONTATOS", "proba": 4.86741612348851e-07}
{"commit": "d933ddbcff896a35091f55a48645224e8911f4f9", "message": "Reduce signoff error message to DEBUG, since it is harmless if mod_jk has hung up the phone\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@651792 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.9862485462217592e-05}
{"commit": "b49331f15644e715ae2a403756602c1b02222aef", "message": "Removed old WorldGuard check, up to server owners.\n", "proba": 1.0248808024471145e-07}
{"commit": "aade04c8126962b83fc103d659961603da367192", "message": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3068\u306e\u30b3\u30cd\u30af\u30b7\u30e7\u30f3\u3092\u884c\u3046\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3\u3092\u5b9a\u7fa9\n", "proba": 2.4647644750075415e-05}
{"commit": "19539f58b6c20b71a7638e121b392847b47038ab", "message": "solve conflict\n", "proba": 0.031680893152952194}
{"commit": "3a8016c01ce2224c0614016d5a7b473d1504a636", "message": "A custom component which extends JButton and allows to have a button with only text and no background decorations.\n", "proba": 9.834305103595398e-08}
{"commit": "e0171a237f630f010351e97dc7a18643ff511c50", "message": "#148 Wrote an own Hamcrest matcher for pattern matching\n", "proba": 1.0804436101352621e-07}
{"commit": "91c0125151b94f4f08480f1429f5f6903613d8c0", "message": "Fix tests bug (3).\n", "proba": 1.1172161151762339e-07}
{"commit": "a39bfd4bd74ce0a620b0f9c89a640a7f856336c3", "message": "New BreakLongString tests focusing on stackoverflow questions:\n\nHow to generate multiple lines in PDF using Apache pdfbox\nhttp://stackoverflow.com/questions/19635275/how-to-generate-multiple-lines-in-pdf-using-apache-pdfbox\n\nThe test testBreakString shows how to split a long string into multiple\nlines.\n\nIs it possible to justify text in PDFBOX?\nhttp://stackoverflow.com/questions/20680430/is-it-possible-to-justify-text-in-pdfbox\n\nThe test testBreakStringJustified shows how to split a long string into\nmultiple lines with justification.\n", "proba": 0.9999387264251709}
{"commit": "a5fe4c87d8f6323fb4eb1302c37e09862bdaee65", "message": "[WSS-328] - Added a test to show how to sign a BinarySecurityToken in 1.6\n\ngit-svn-id: 10bc45916fe30ae642aa5037c9a4b05727bba413@1226749 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.1764872687745083e-07}
{"commit": "5bb504bbe534979eac134d744e9bb53e6d93d01a", "message": "KRACOEUS-680 : trying to fix compilation error\n\n", "proba": 1.2962381390480004e-07}
{"commit": "1001f2b630550ce30553669c00f952a5de7f32aa", "message": "simplified a few examples, removed redundant koan.\n", "proba": 2.7236274036113173e-07}
{"commit": "c8bfd6512dccbb06149746676ba7b46b0110e914", "message": "messaging updates\n", "proba": 1.0135411230294267e-06}
{"commit": "dea6f3c7a2409ce004a5c48fa2b6092fd68f6251", "message": "Code review, optimized ContactDeletionTest for chrome browser\n\n\u0412 \u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u0439 \u0432\u0435\u0440\u0441\u0438\u0438 \u0432 \u0445\u0440\u043e\u043c\u0435 \u0442\u0435\u0441\u0442 \u043f\u0440\u043e\u0445\u043e\u0434\u0438\u043b\u0441\u044f, \u043d\u043e \u043a\u043e\u043d\u0442\u0430\u043a\u0442 \u043d\u0435 \u0443\u0434\u0430\u043b\u044f\u043b. \u0422\u0430\u043a\n\u043a\u0430\u043a \u043d\u0430\u0436\u0438\u043c\u0430\u044e \u0432 \u043f\u043e\u043f-\u0430\u043f\u0435 \u043e\u043a, \u043e\u043d \u0437\u0430\u0432\u0435\u0440\u0448\u0430\u043b \u0440\u0430\u0431\u043e\u0442\u0443, \u0438 \u0437\u0430\u043f\u0440\u043e\u0441 \u043d\u0430 \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u0435\n\u0432\u0438\u0434\u0438\u043c\u043e \u043d\u0435 \u0443\u0441\u043f\u0435\u0432\u0430\u043b \u0443\u0439\u0442\u0438. \u0414\u043e\u0431\u0430\u0432\u0438\u043b \u043e\u0436\u0438\u0434\u0430\u043d\u0438\u0435 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b.\n", "proba": 7.1793911047279835e-06}
{"commit": "1dfaf0ee6f613d1f1da0ba9f81866ef44395ad05", "message": "Created exceptions\n", "proba": 2.209879994552466e-07}
{"commit": "ab19f72400a9482015e117d9d0c9e60277a24a26", "message": "#1579: recycle handlers to avoid excessive garbage collection", "proba": 2.071751765697627e-07}
{"commit": "153ad5bb79854087009400e4e59e57f30cd96821", "message": "add solution for clone graph\n", "proba": 3.554319505383319e-07}
{"commit": "5d3c96168d3a16c860d9862167097f7d6e66a0fc", "message": "am 52b41462: am 9cd3ff7d: Merge \"Introduce a new event: EVENT_DATA_RAT_CHANGED which is used to indicate data rat change.\"\n\n* commit '52b4146273ea29f6d1ed89e4de79f2d7ff0d71dc':\n  Introduce a new event: EVENT_DATA_RAT_CHANGED which is used to indicate data rat change.\n", "proba": 4.879239554611559e-07}
{"commit": "2c9de2b9e5568c8918b36866d3cf20833a8c20e1", "message": "am f57324cf: Add getSipUri() for identification.\n\nMerge commit 'f57324cf4f82947296f4d1acb9df1f3c9c03134e' into gingerbread-plus-aosp\n\n* commit 'f57324cf4f82947296f4d1acb9df1f3c9c03134e':\n  Add getSipUri() for identification.\n", "proba": 1.7530058471493248e-07}
{"commit": "95faad9065e1d9fbed34f60165d6fd51bc5f7b9d", "message": "Revert of Add increment install native libraries first in lookup paths (patchset #1 id:1 of https://codereview.chromium.org/1726703002/ )\n\nReason for revert:\nBreaks incremental install for M devices.\n\nOriginal issue's description:\n> Add increment install native libraries first in lookup paths\n>\n> This fixes a subtle bug where the wrong libchromium_android_linker.so is used\n> when it already exists in the system library path.\n>\n> BUG=587584\n>\n> Committed: https://crrev.com/86af989585dd6aac45d3087456ef7cafb37afa86\n> Cr-Commit-Position: refs/heads/master@{#377074}\n\nTBR=hanxi@chromium.org\n# Skipping CQ checks because original CL landed less than 1 days ago.\nNOPRESUBMIT=true\nNOTREECHECKS=true\nNOTRY=true\nBUG=587584\n\nReview URL: https://codereview.chromium.org/1731593003\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#377171}\n", "proba": 1.3666938230016967e-06}
{"commit": "38ac32e6609e58bb1530dc53b70118532d4a57a3", "message": "Fix incremental install for Android N\n\nBUG=590394\n\nReview URL: https://codereview.chromium.org/1772843002\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#379664}\n", "proba": 2.131496898982732e-07}
{"commit": "6b55be186f0148e21e99f0cc5e8552c8eda8f9ad", "message": "Reverting accidental change to abstract class\n", "proba": 4.1656412008705956e-07}
{"commit": "efdf4fd25177c3e45bc373ce4574cfdce11c58b3", "message": "Only run FullscreenManagerTests on supported devices\n\nThis change makes sure tests that rely on an auto-hiding\ntoolbar only run on devices that support this feature.\n\nBUG=583054\n\nReview URL: https://codereview.chromium.org/1659443004\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#373067}\n", "proba": 2.6559359866951127e-07}
{"commit": "ad4cab46729a1f14269110c78803e4db4a7f3c5b", "message": "Change encoding to UTF_8 in test classes\n", "proba": 2.3709626475465484e-05}
{"commit": "c9e824c6f8733edbb6c1566fe800b72aa5e93106", "message": "AES encryption sample\n", "proba": 5.812464678456308e-07}
{"commit": "e67bddab02edcf9314a5b431b2eb54dbd387376e", "message": "am 90b39aba: Merge \"fix build\"\n\n* commit '90b39abaf95640021d15be70b5841abe8366b33e':\n  fix build\n", "proba": 4.800511419489339e-07}
{"commit": "c4e3b9416ea000cfaf5b2399719f6aed1a378295", "message": "Commit missing file\n", "proba": 3.1022223083709832e-06}
{"commit": "39acbece80911f929488b100161fdd63f2fbcee3", "message": "introducing utility class from Justin Couch\n\n\ngit-svn-id: d201ecbade8cc7da50e7bffa1d709f7a0d92be7d@137390 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.1241461329045705e-07}
{"commit": "f067294953b3562e372517c9baf9994db9d24749", "message": "mnist dataset reader", "proba": 8.099597721411556e-07}
{"commit": "8fcd0dbe5e3def5d3175bea5f400eccce730c21b", "message": "PDFBOX-3537: Create example of AcroForm creation with field that has two widgets\n\ngit-svn-id: c3ad59981690829a43dc34c293c4e2cd04bcd994@1766085 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.064162789698457e-07}
{"commit": "4d985c97115cc3166fe9997bf0d156abfecce085", "message": "name change", "proba": 0.0001154869532911107}
{"commit": "c43c4096738995f339a59fa0a660c01e2e1a530a", "message": "Redirecting ssl debug to log4j2\n", "proba": 2.672371920198202e-06}
{"commit": "e9d8b57449e12b710b16a5d9f6f3c05b894b78f4", "message": "Fixed bug with tooltips not showing up properly for items, default tooltip text no longer shows if there is no tooltip.\n", "proba": 1.0501400993234711e-07}
{"commit": "ccf9647f614152dfc48e53368cfcde6ba9a7819f", "message": "Update Main.java", "proba": 8.88287559064338e-07}
{"commit": "c1e3cbe2c9a9c23e8453f626af4068e027c071c9", "message": "KCWAD 986 -  Related to this fix.  No button edit when a newly submitted award is opened immediately after submission.  now fixed.\n", "proba": 9.518672783315196e-08}
{"commit": "72fb91b6537c8c9b7d5f90da9bfb3f20db14d7c1", "message": "KRACOEUS-816 - Adding new BO Java Class\n\n", "proba": 1.1452753057028531e-07}
{"commit": "ad57b6931d990ad28c9564be471a145b685195b9", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "d51e5bafdbc5ff0abd2b8fb3ca6138241331badf", "message": "Add interruptible.interruptibleSocketTest.java.\n", "proba": 3.3603322435737937e-07}
{"commit": "03bb4620d605e453351cebc9bb8a5e2fa140d220", "message": "Create IntList.java", "proba": 7.477735834982013e-07}
{"commit": "8e0dc70e9bee27c028f6021dfc47fc7a30acca85", "message": "Added a parser synonym 'jeffreysPrior' for the OneOnXPrior to maintain backwards compatibility for previous XML.", "proba": 1.0132207250990177e-07}
{"commit": "5451c15a3e8d962d6db13474c8fbb74119852667", "message": "Create IChromosome.java", "proba": 3.961727941259596e-07}
{"commit": "600173af0f52af0d88e02764421b6495fdbccc91", "message": "Tests for widget client code\n\n", "proba": 3.052462318464677e-07}
{"commit": "4b36d9f13b11adb6234d774f5ce07af36aba2f40", "message": "Create SortUtil.java", "proba": 6.68828704419866e-07}
{"commit": "0caa1b170f4c71561883ee627e0ad698ab0f41fa", "message": "\u5b8c\u5584AppStore\u5185\u8d2d\u6a21\u5757\u3002\n", "proba": 1.1966471902269404e-07}
{"commit": "7a78e67c338d6e66d1f27b36b942f2e207828612", "message": "Add Singleton Class\n", "proba": 1.9006129150511697e-06}
{"commit": "378ce932c436ea767213254951c3a5404f650af5", "message": "I guess the last part of my previous commits for refactoring, and I hope fixed the svn\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@3911 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 3.0508279451169074e-05}
{"commit": "e3b6d38a76f1b849019d7cd68f714cf9e7f3b92b", "message": "feat: 2_addTwoNumbers\n", "proba": 0.0009521690662950277}
{"commit": "af302b19b681a393ae8b5ad61d5568e840e3eb54", "message": "Inspection files at the moment of copy to directory\n", "proba": 1.263957045694042e-07}
{"commit": "c80bb5f5cf40db30500c2a7529c5ed14985991ba", "message": "Converted dealer variable to an instance of Dealer instead of Player\n", "proba": 1.6769193678101146e-07}
{"commit": "ea8f7f90f29cc0a68c8263bca479a0cb88fba465", "message": "12/17 fhr\n", "proba": 1.805555029932293e-07}
{"commit": "71e2a6d62d48038ed2ae284d8ee054c68bf3ae15", "message": "Remove $ since it's no longer used\n", "proba": 9.677146408648696e-07}
{"commit": "1000c0887f883db828e8c8e6615bb15fcaae871d", "message": "Fixed errors when using GameServer.updatePlayerInfo() with RCON password\n", "proba": 2.0283913215735083e-07}
{"commit": "7eddc5a9112aa24e9cb6fa934df18026d1223ac6", "message": "Add tests for formatting\n", "proba": 5.917227099416777e-07}
{"commit": "e081a87f4b816bff55aed347427dc09748e2ef6f", "message": "Add test of User model\n", "proba": 6.260276563807565e-07}
{"commit": "84191592f1f5d7506fa28252f3ee6ff660d414f5", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "f87823177fac20858c54be40b1b73858ad4d9861", "message": "Remove useless line of code\n", "proba": 0.9993236064910889}
{"commit": "873743985972fabcec7354bbea964d277166ef6b", "message": "Create util.java", "proba": 3.4718686947599053e-06}
{"commit": "2f2ace7f1b3664f29b077478ea13f58f04923ee5", "message": "Skeleton for problem 1576\n", "proba": 8.393295161113201e-07}
{"commit": "f4eafd7b0e31f91bc4e2003fb2e967c4be7a3a68", "message": "Solve problem 1859\n", "proba": 0.9998574256896973}
{"commit": "aa8043038f1ecc6510216742303ae70fe5b5a85f", "message": "work merger created\n", "proba": 1.788288130910587e-07}
{"commit": "5e0ad2b6f2dcb9e6a8db9e0159a926a907bc3068", "message": "Create DEpartment.java", "proba": 6.898029596413835e-07}
{"commit": "83f15095b34f3dc1f3b79f7ece3c4d90bed08ce2", "message": "Fix message spacing in /votecount\n", "proba": 9.15943892323412e-05}
{"commit": "b748aaccfe26feb5e702e960181d5f9e727e2114", "message": "Adding test for TimeBoundaryService", "proba": 2.0082175922198076e-07}
{"commit": "bdb9c4babb2f2896e7010534722619c48bd4429f", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "17d6033c57343b25ea23e9fd9167c9153e0dc02c", "message": "Leetcode 1140. Stone Game II\n", "proba": 6.884044978505699e-06}
{"commit": "3b0408439c9ecadd0fafb5d527261988676d7079", "message": "Issue 725:\tBEAUti duplicates parameter id of Markov jumps for multiple traits", "proba": 1.1886240258718317e-07}
{"commit": "a163fc48ef6ac8f850d604ffa813ae7fd4decb07", "message": "A whole bunch of changes to the LDAP Authentication process.  It should be both more object oriented, and faster.\n\n[Note] I am checking this in in advance of having time to actually test it.\n[Note] This class will probably be renamed to replace the current LdapPasswordAuthenticationDao .\n\n", "proba": 1.2160225537627412e-07}
{"commit": "758b43663c5a22d9443adcca70e2256a9565ca0a", "message": "IsStringInMatrix\n", "proba": 0.001498699770309031}
{"commit": "226fc77468647303a81a05198851c81222e68efc", "message": "am ee80414d: Merge \"Fix doc bug for object size.\"\n\n* commit 'ee80414d0ddd6a27bbf86e0de47dd86bc335431d':\n  Fix doc bug for object size.\n", "proba": 1.43918200024018e-07}
{"commit": "c08b688a4128f698440f31106951caed3a42a6de", "message": "add testcase\n", "proba": 2.2016933144186623e-05}
{"commit": "dd374f0a51da993e3f11cfcfb80a57d60f798499", "message": "Initial import\n", "proba": 7.49031130453659e-07}
{"commit": "07475a06aec39d9e6dc66298427ad429ff37268f", "message": "Initial commit\n", "proba": 3.003353299391165e-07}
{"commit": "600f5f3238ecca22a8e7890d0656b0a23bd7dbba", "message": "Do not try to focus invisible components which not present in UIDL #12654\n\nChange-Id: I365940e72d97426eceb408878bc8b24d7655de7c\n", "proba": 3.0385473337446456e-07}
{"commit": "8c9e548711f173c59c58d89a5a388820e0a74d62", "message": "Fix Grid flick scrolling on iOS devices (#16762)\n\nChange-Id: Iee64f1dc5ce91472c66f43a6269cb1eccb2f9b52\n", "proba": 7.362913834185747e-07}
{"commit": "6daeb11581dba1f1be791c9f44ffd9126238e15b", "message": "Added TransactionPipeline.\n\n\nimported from: dustin@spy.net--java/spyjar--head--2.0--patch-10\n", "proba": 4.0731899275670003e-07}
{"commit": "829e8f17b4d71bfd0f79fd487ab6bcde570a25a2", "message": "handle closed messagebus in StackTraceSearch\n", "proba": 2.93931492478805e-07}
{"commit": "302c8e46c180f0f46fa4b6346daabeba8bd8b57f", "message": "Small cleanups, get ready to dispatch off body QName\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@251966 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.140574105804262e-07}
{"commit": "bf21b67705d93f4fdc0f303f70fdd2cb23f8c1b6", "message": "Additional checks to conform to JAXRPC spec (Fix TCK failure reported by Ias)\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@258288 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.051881035138649e-07}
{"commit": "dc059f317a321ef13acb44ca541b3c377787b915", "message": "Fix for AXIS-1674 - NullPointerException on WebLogic81\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@259918 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.4553732436725113e-07}
{"commit": "cb0fc2cf94d5e04b298d7e4b809e36d5dacc94b3", "message": "JimiImage, an implementing class using Jimi\n\n\ngit-svn-id: 102839466c3b40dd9c7e25c0a1a6d26afc40150a@193362 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.3355744385989965e-06}
{"commit": "19aabd3f9e1362b16616612f1172555d7fa96c7a", "message": "fixed case issues with procs\n\ngit-svn-id: 6ee47c8665bf46900d9baa0afb711c5b4a0eafac@5108 e2bb083e-7f23-0410-b3a8-8253ac9ef6d8\n", "proba": 1.3078572465019533e-06}
{"commit": "860841269e5b718883ab35a1057f6057dab4c5cb", "message": "03 - Conditional Statements\n\ndrawing a flowchart makes it easy.", "proba": 1.0380164638945644e-07}
{"commit": "bced3adb9d51f6c3fdcd62cf7f5e6e93e2f00c1b", "message": "fixed bug where landscape orientation was not turning at the first time\n", "proba": 1.7719501954616135e-07}
{"commit": "48c0999b2bbfdceca62fa21162ed8a5bda4b1aa2", "message": "Security Vulnerability fixed: always disable the autocomplete in the login form.\n", "proba": 1.107047040704856e-07}
{"commit": "30d11b4099ae571c9d6f68498db98dab9b7221a8", "message": "java support for STRef\n", "proba": 2.455161336456513e-07}
{"commit": "badc0172058dd37ac3de6f4e6e2b7b80905381cb", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@735 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 5.877766966477793e-07}
{"commit": "c75ed22b025a69a689079e9fa74bfe770c82da03", "message": "Create FileModifier.java", "proba": 7.362056635429326e-07}
{"commit": "50f2c00eb7e4cb17984effa13bcda684815f9a43", "message": "fix bug\n", "proba": 6.400653660421085e-07}
{"commit": "e2dae233a848731186fcb2aaac78983713df5982", "message": "DDB-803 Aufbau des Entity-Index - too many open files\n\nDer Entit\u00e4tenindex hat unter bestimmten Umst\u00e4nden die Verbindungen zum\nEntityFacts Service nicht mehr geschlossen. Dies wurde behoben.\n\n\nFormer-commit-id: cd7d01ccc8726e25dc7dd7263d5ce507bdf7336a", "proba": 7.731168807367794e-06}
{"commit": "909f80cd3dabf1756df8b7a6074d55fa5dc2a38d", "message": "JUnit test method for Facade method which gets all companies\n", "proba": 1.3922422681389435e-07}
{"commit": "ee56c6741a725780f90f0a605df988076bbb1358", "message": "Add ViewPager implementation that can be backed by a Cursor.\n", "proba": 1.061437160387868e-07}
{"commit": "6854edce9e02f7d9ec14d8a28d554f7ed9dfa7d7", "message": "status changes are not permitted unless validation has finished and passed\n", "proba": 1.6977061534362292e-07}
{"commit": "e2478dd8385b5b7debcfbc1fe0a238800f0ad01b", "message": "the dao test class\n\ngit-svn-id: 4b387fe5ada7764508e2ca96c335714e4c1692c6@272 0d517254-b314-0410-acde-c619094fa49f\n", "proba": 6.235326964088017e-06}
{"commit": "2d17f379e89e53e7508793bc25523ea4a6bd7d1a", "message": "add documentation.\n\ngit-svn-id: a7061b09da1aa908d97253e4e233651135c1a8f4@8469 52ab4f32-60fc-0310-b215-8acea882cd1b\n", "proba": 0.00010447381646372378}
{"commit": "31a3760a49f7495e73f4de1c11f2e3f64ff9a7ff", "message": "am 964023c5: am 8bf73eae: am 0ad4f2ce: resolved conflicts for merge of 7377c7be to jb-mr1-dev\n\n* commit '964023c5dcd0334cdcf624eff26d791d9c9617a8':\n  Add Navigation Bar to BridgeWindowManager [DO NOT MERGE]\n", "proba": 1.2871126386926335e-07}
{"commit": "72a3b9a1361f149fe69bda06c7a7112c49907c34", "message": "am 7434fcec: Merge \"Add support for enabled state for SearchIndexableData\"\n\n* commit '7434fcec6928e9e570f7ab0bf033f04ca5a13ba1':\n  Add support for enabled state for SearchIndexableData\n", "proba": 1.860195908420792e-07}
{"commit": "e8a5ae29a0898de1a3194c079821091859afac31", "message": "am 3b34b006: am be10a866: am 9f004920: Merge \"Reduce cost of span type checking\" into mnc-dev\n\n* commit '3b34b0061b1c57e5932fc17f8611574233e768ae':\n  Reduce cost of span type checking\n", "proba": 2.5655845092842355e-07}
{"commit": "04efe032e732d305f4178de384849ff519d8fdcc", "message": "Improved error messages when repeatable and postprocessing scripts fail\n\ngit-svn-id: 71731374771cc6e393963edce979cdb618576940@302 07bd1a25-7017-4616-97c6-7835778216c8\n", "proba": 2.8253964501345763e-07}
{"commit": "c19bd44e10cc28d065c7e5e818c8fde0a0821fb9", "message": "Bla...\n\ngit-svn-id: ead02d043796bce45b2cc99318339b5e06392099@1773 89a0fb20-889e-aefa-90f6-7c296b20d5cf\n", "proba": 7.622602993251348e-07}
{"commit": "1e8e63754a851e3183f41476278385dc7302c5e7", "message": "am 45756ec5: am 86234afe: am 19dd44c2: am 5e078458: am 18709f9a: Merge \"Relax strict ActionMode instance checking when finishing action modes\" into mnc-dev\n\n* commit '45756ec5ab3c59152464f63a0cbe4566ebf4fa32':\n  Relax strict ActionMode instance checking when finishing action modes\n", "proba": 3.524097564877593e-07}
{"commit": "7807869a1fbf0b7a57daeb13a60b6446b97bb1b9", "message": "Add preprocessor that auto-fills UserInterfaces\n", "proba": 1.1040143590435036e-06}
{"commit": "87fef098e4c63a99fdf46528219ab5a6e89ffe90", "message": "Added the DefaultServerAttribute test class, with some preliminary tests for the add() method\n\ngit-svn-id: dd90f696ee312d86d1f195500465131112b150f5@604540 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.312915967195295e-06}
{"commit": "0a6a112975ffefb710d3cd33ddcf358775429a8c", "message": "Fix problem with wrong HREF and rel for\n\nhttp://nikita.hioa.no:8092/noark5v4/hateoas-api/metadata/korrespondanseparttype\nIt was:\nhttp://nikita.hioa.no:8092/noark5v4/hateoas-api/metadata/korrespondansepart\n", "proba": 0.9990183115005493}
{"commit": "08603ad9054058d59c30f598d6141f348add6b74", "message": "initial version of tests\n\n\nFormer-commit-id: 80e7ccbc84eccc132454cefdcc5703504637b37c", "proba": 7.66900654980418e-07}
{"commit": "5afbf6da242455ce1e863aa17a2f3df5c59499cf", "message": "added Compact Heightfield", "proba": 1.4456830399467435e-07}
{"commit": "e0bc2be2f0a71944ed27fc094a85950d2e8b858a", "message": "OkDialog implementation\n", "proba": 3.9279370867006946e-07}
{"commit": "91b8ea742fc7732ae73fa411f05e065dd39f65db", "message": "add getoperationutils\n", "proba": 9.133210028267058e-07}
{"commit": "5305016c9d5a95360138e7da2666812dcd19a562", "message": "Just an interface for Transformators\n", "proba": 1.2937260862599942e-07}
{"commit": "e4832db94459066a1e6acb090c923617ae16e354", "message": "Fix whitespace\n", "proba": 0.9999994039535522}
{"commit": "090196b670135182ebf94f0b8f0907b60cb496b9", "message": "Set height/width of bitmap\n", "proba": 3.3062318834709004e-05}
{"commit": "8819036a0aa4800ba4402c10f3c732d158963242", "message": "Fixed the TestORM.\n", "proba": 1.3436185497539554e-07}
{"commit": "e0070333ac55150e709a38aa32c2218a579f7d8e", "message": "Solved the sum of even fibonacci numbers problem", "proba": 0.02895304001867771}
{"commit": "fa3c17adb70ff5de757c05fb9629d965d07d3d27", "message": "Hourse Robber II (DP)", "proba": 1.239372835470931e-07}
{"commit": "2e03459322f96ca696a2e8d78a68f4c7d6fb740e", "message": "MailTask added\n\n\ngit-svn-id: f6f45834fccde298d83fbef5743c9fd7982a26a3@38485 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.7042454437141714e-07}
{"commit": "8cecffc25398a2c4faf8ad425e2eb244378fd47f", "message": "Updating version\n", "proba": 5.706050956177933e-07}
{"commit": "10f1ac8c5cbeba2a1979ba0b7047db0e42cb4e31", "message": "\u4e2d\u6587\u4e71\u7801\u5904\u7406\n", "proba": 2.815755806295783e-07}
{"commit": "902e6f1111c0db04cd300004d634b54a80e80b42", "message": "Only serialise the Class of the the unhandled Throwable when a Worker crashes\n", "proba": 2.2344073613567161e-07}
{"commit": "12a09c104a679aab267ff1337598100bfc0017a2", "message": "Aded testMillionChanges().\n\n\ngit-svn-id: 6c0206e3b9edd104850923da33ebd73b435d374d@621426 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.997478187084198}
{"commit": "c955d81cb07adb7cdf7edbcca7d2733b7c55a1c5", "message": "code refactoring, but something wrong...", "proba": 1.3458834757784643e-07}
{"commit": "e024499877e2965b9b5eebc089ced7c596eee085", "message": "new actor class\n", "proba": 2.912738636950962e-07}
{"commit": "4ce8f166d6c5d0340bf1bf284531368d0b4431f9", "message": "fix #11\n", "proba": 5.821090667268436e-07}
{"commit": "660025730ecb739979061a44d73a5692582bcd2b", "message": "refactor for GradientAscent with GradientDescent\n", "proba": 2.525513082218822e-06}
{"commit": "dcc2ac6969a147ea91efe120b17f56d9598400f8", "message": "\u0418\u0437\u043c\u0435\u043d\u0435\u043d class EmployeeDao\n\u0418\u0437\u043c\u0435\u043d\u0435\u043d \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 \u043c\u0435\u0442\u043e\u0434\u043e\u0432 getAllFromDept, deleteAllFromDept \u0438 updateDept \u0441 int deptID \u043d\u0430 String deptName\n", "proba": 1.8362355547196785e-07}
{"commit": "50548a27b804a682c0859875ee16910dfc4c1250", "message": "Added HTTP IP resolver\n", "proba": 1.3642869589602924e-07}
{"commit": "e90bb6a01444f7ca6e072548420f4f5b114bf184", "message": "Missing file added.\n", "proba": 1.2717971742404188e-07}
{"commit": "93de5d5034a1a97a57485d963508cbba5890b00c", "message": "code changes for local tree table and added unit test cases for the same\n", "proba": 1.178344319896496e-07}
{"commit": "53f1a66f67ca1414e9b8f833f79466aa6b2110f5", "message": "[FLINK-28682][table-planner] Copy SqlToRelConverter from calcite\n\nDue to Calcite will expand the whole SQL Rel Node tree that contains query block, but sometimes the query block should be perceived. A new node QueryBlockAlias will be added into the RelNode tree to isolate the query block and some hints (like join hints) will not be propagated into the query block.\n\nThis pr is just to copy SqlToRelConverter from calcite and doesn't do any modification.\n\nThis closes #20359\n", "proba": 3.570899593796639e-07}
{"commit": "d20e7fe9eb4c15d5570f305db73b0f8c79f72a44", "message": "Implement tests for `Neo4jService`.\n", "proba": 1.2314553998749034e-07}
{"commit": "329e1fcc6103e68605f8a3f0f5306e3f92397100", "message": "Debug log for custom params in the feedback task.\n", "proba": 1.1541455080532614e-07}
{"commit": "00703e8bc69d8f509fc4e2fc65feaa96b8fe5e61", "message": "update for changes to Data processing\n", "proba": 2.2297838597751252e-07}
{"commit": "ab48e73777b2c426c77d52b9a090f9da1bc01a87", "message": "cleanup\n", "proba": 3.1109298106457572e-06}
{"commit": "ffed65096560551e98307530f0ebe30bbdca7428", "message": "Update PerfectSqrMinDecomp.java", "proba": 3.1946331091603497e-07}
{"commit": "623364541b47cddac0e2790d72e9c7073d62e1ab", "message": "Answers added to Question Class", "proba": 2.0520234045307006e-07}
{"commit": "b1673798235b87bcb262bf24ff10d2d22d55a08d", "message": "make a copy of the wrapped cluster when copying\n", "proba": 2.8061799639544915e-07}
{"commit": "7a79b5eba6c0636b17e5bfa0a9ebf4395bae19f2", "message": "introduced PageAdapter. closes #13", "proba": 7.092266400832159e-07}
{"commit": "72b5b275895c5cc2c1bfcac4565d90d9135f2f66", "message": "INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED\n2003/09/03 14:57:11 sw 1.1.2.1: #112049#\n", "proba": 1.1947246036925208e-07}
{"commit": "ecd0e8fde2c2a62d8254ebff627d02e62128fb98", "message": "field465 > identifier\n", "proba": 1.7480293479366082e-07}
{"commit": "084256676046d26a3faff78b74e3a60c0ba545dc", "message": "Use ParamChecks class.", "proba": 1.1858953286036922e-07}
{"commit": "c1fda12823bfac1c2180beddc3f733ea0311b37d", "message": "Also consider secondary storage when verifying paths\n\nBug: 17673184\nBug: 17982103\nChange-Id: Ief14c7776b02983191c46774fa7e4c76380de58d\n", "proba": 4.087533511665242e-07}
{"commit": "5c25be72774f6eab189e73cd83b4114f55145755", "message": "Create CaesarCipher.java\n\nIncomplete. Must add encrypt() method and ability to handle lowercase letters throughout code.", "proba": 1.3091684536448156e-07}
{"commit": "cb38fd222b4d1124a20f64710df34831885fb6ba", "message": "Trees class consisting static methods to operate of Tree", "proba": 1.7415797515241138e-07}
{"commit": "686387a586d6b9fb35f99605dc41c758ffe7474d", "message": "Ported CSharpWhitespaceHandlingTest to JavaWhitespaceHandlingTest\n", "proba": 1.469784507435179e-07}
{"commit": "6751e2a54f045554730a7df6798c448abcd91847", "message": "#JC-388 Some code review notes fixed\n", "proba": 1.089266632448016e-07}
{"commit": "5fd4c6a7d348269b739dc8d62c077912d2051f0b", "message": "Moved modem reset functionality to new ModemDriver class\n", "proba": 1.6390690404932684e-07}
{"commit": "959b30b46cea99a7b19258b87ce1603d6005515f", "message": "Added Character.java\n\n1st version\n", "proba": 1.5801046515662165e-07}
{"commit": "d043eb5d3cf09f8778e610de12a3c80015b791f9", "message": "Changed the behaviour of createGauge to make more sense.\n", "proba": 1.2125461523737613e-07}
{"commit": "0bc606614ab4c7ec20b6696e0a6bba4f46568925", "message": "am 67a32c49: Merge \"Added missing check for MANAGE_USERS\" into mnc-dev\n\n* commit '67a32c499177d41e48c3ac5a803f883fd97acf37':\n  Added missing check for MANAGE_USERS\n", "proba": 1.5006355624791468e-07}
{"commit": "06e5fed139b69eb231a6e26c67b462a515aba469", "message": "Don't crash when component enable/disable broadcasts race with uninstall\n\nBug 11154482\n\nChange-Id: I55107fec51bf5efada136052c451f293976360d6\n", "proba": 4.0953645452646015e-07}
{"commit": "c37a374f67a1c4d93cdfcc97053a3cca2ef49189", "message": "Create module-info.java", "proba": 1.4139566246740287e-06}
{"commit": "e7b6163db13d7aae5ada43b3602e279c5ff9121a", "message": "add is power of two\n\nSigned-off-by: Mattias Andr\u00e9e <3d72f033b30d63e7ff5f0b71398e9c45b66386a1@operamail.com>\n", "proba": 0.0019835897255688906}
{"commit": "e2a9f94d2477b56555d9ac2b9c5cb066f687b781", "message": "Move setReferences after populateParameters, which sets wrapped flag.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@253636 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.509389327722602e-06}
{"commit": "96d7a0a0591326b0ef17ce8a324c8f263722506a", "message": "removed addView\n", "proba": 4.730023022148089e-07}
{"commit": "ecf9c1510d486d51db6cab5538310aa75e65b163", "message": "updating due to changes in the java client\n", "proba": 3.358076980930491e-07}
{"commit": "f2ef2c0ab5d9dc96ab6090970b235038559ac043", "message": "Ajout de 4 tests:\n\t- tests sur 2 pokemons diff\u00e9rents\n\t- tests sur 2 attaques diff\u00e9rentes", "proba": 0.01089220680296421}
{"commit": "62543db7cb2ef2f6d0fb977d90b703c9bb91ba7f", "message": "correct looping bug in finding an OpenOn instance\n", "proba": 6.79946481341176e-07}
{"commit": "d6928bfed767741c3fcd3089535fde4131819a3e", "message": "Create Combinations.java", "proba": 1.3633377875521546e-06}
{"commit": "3c16498ed60976d565eeeb792018002a38b53fd0", "message": "Add (part of) the textual user interface\n", "proba": 4.3638242459564935e-06}
{"commit": "5b0146e7683dc43502f329f2697fbf169b3d0c8f", "message": "Create or35.java", "proba": 3.618116352299694e-06}
{"commit": "cab28d7ac40474f242c360eff5e7e140fc5b306a", "message": "Update JavaPlusPlusStrings.java\n\n+ Conversion of objects to Strings\r\n+ Concatenation of arrays of Strings into a larger String\r\n+ Conversion of Strings to uppercase or lowercase\r\n+ Simpler printing methods", "proba": 1.3432307923721964e-06}
{"commit": "74b199e66b0474cde0014f440e3af4e90884c50f", "message": "\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@2438 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 4.080468158917938e-07}
{"commit": "0da6619d9681eb241935261ad3f1cc54d947663d", "message": "Fix menu selection.\n", "proba": 2.4923502905949135e-07}
{"commit": "5a8c5039baf91c08764e0b44eacddc2e976e0903", "message": "Created DI and Modle java class for preparation of databinding\n", "proba": 1.231713895322173e-07}
{"commit": "b48793f76ccdfd23160f3de17295b19c1a6ee3a8", "message": "    First version of a Java example.\n", "proba": 1.1259646015560065e-07}
{"commit": "6e8e934288ff0e05fb2a09c71f8591182aae1d33", "message": "Add Answer for Interview Prep Kit - Dict and Hashmaps\n\n", "proba": 1.4270264614424377e-07}
{"commit": "17090c3d51d48dffeb57d04b556cb19092a939f3", "message": "[NTP Snippets] Stop showing snippet cards with wrong thumbnails\n\nBUG=591319\n\nReview URL: https://codereview.chromium.org/1869593003\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#385764}\n", "proba": 1.2966856388629822e-07}
{"commit": "7bb8d70ea6f25638062088860b73796dd3e2738d", "message": "#1, #5 malokhvii05: implement factory for search algorithms\n", "proba": 1.7829443095251918e-06}
{"commit": "c7c2fde608b0cc7487ebe61f1f53dfa7a78b0f4a", "message": "adding function validator testcase with consition function test\n", "proba": 6.72719352223794e-07}
{"commit": "a5167ffca534118033e6eebdf4bb50222249bf14", "message": "XMLObject base test case\n\ngit-svn-id: 46308aa6df3a13aea5930e6665b35c8b83c3a711@8 9fbd0cf9-a10c-0410-82c1-be8c084f3200\n", "proba": 6.440941888286034e-06}
{"commit": "c355abfcf90e1e9ef1df8e8773ce5c874411f9ae", "message": "Score: 94/100, performance test failed 3", "proba": 0.9999982118606567}
{"commit": "dd262f94c2ca65cf5df72475f079aea146ea7b8b", "message": "Initial.\nTrivial API method to check if H2O is up.\n", "proba": 1.183582511998793e-07}
{"commit": "502c9180849e88c999cd9b9cfc93e7d89dd7f52a", "message": "annotations: ExpressionTransformer: Use a blacklist of language module\nannotation which I can't compile yet.\n", "proba": 1.1386603659957473e-07}
{"commit": "27ea023a16f350d0d9b9042cc2e6bdc0d983494d", "message": "ExpressionTransformer #988: properly detect the expected type of a tuple literal with non-empty comprehension\n", "proba": 0.00010062443470815197}
{"commit": "611ae555847505ce217e16190c50d03f4350a2f1", "message": "Revert \"Pretty horrible fix for #1016\" (2ae621dc6cf5e56de2747302f5dcc4b7c19d0d80) because it's now done properly\n", "proba": 1.4487127373286057e-06}
{"commit": "b55cf98156a51d2518dc11ffd5a6cd1fc5524922", "message": "CeylondocToolTest: JavaHelper in SDK requires undertow\n", "proba": 2.3226894541039655e-07}
{"commit": "969e7e582c7cad04d22c0823b0e9c2f4490a2a80", "message": "Fixed tests that failed because of changes to the error messages\n", "proba": 4.0351221741730114e-07}
{"commit": "4bcadde66a76acd47e00ecf036909ff3349e79b4", "message": "added a JAXB message holder for dumping entire camel messages to xml\n\ngit-svn-id: e3ccc80b644512be24afa6caf639b2d1f1969354@567554 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.532596436656604e-07}
{"commit": "ad7fff5c1b94644a4b8dd6c83dae6e216ba8f8e8", "message": "CAMEL-7966 Doesn't set the blank or empty string to the mail recipients\n", "proba": 7.41682697480428e-07}
{"commit": "d3a442f8fd9d5e8f1aca926c25c979af40492a1e", "message": "Done with q13\n", "proba": 3.343875221162307e-07}
{"commit": "cfd48ef087a1a7b24987fa76920d12e7f5722fa0", "message": "Fixed an issue in a test\n", "proba": 3.5658564456753084e-07}
{"commit": "8a1136adb9ed2844b8d0c5714bc8262edbf5ed65", "message": "Add documentation for Zalando's Spring problem lib\n", "proba": 1.432622553920737e-07}
{"commit": "26e44d3c425f0c8a1264ca5b977d8c6c7ab15346", "message": "Create CollatzSequence.java\n\nCollatz Sequence\r\n\r\nTake any natural number n.\r\n\r\nIf n is even, divide it by 2 to get n / 2.\r\nIf n is odd, multiply it by 3 and add 1 to get 3n + 1.\r\nRepeat the process indefinitely.\r\nIn 1937, Lothar Collatz proposed that no matter what number you begin with, the sequence eventually reaches 1. This is widely believed to be true, but has never been formally proved.\r\n\r\nWrite a program that inputs a number from the user, and then displays the Collatz Sequence starting from that number. Stop when you reach 1.", "proba": 0.004137813579291105}
{"commit": "3054ea415f74db90cda3b8f501d640bc5aaf0d3c", "message": "AbstractClassSubstituteRefactoring.java: code cleanup\n\n- Remove call to Exception.printStackTrace()\n- Extract method substituteType()\n- Use ASTBuilder.copyRange()\n", "proba": 4.848106982535683e-07}
{"commit": "496f4b9a55554e89851e45d8c17ddbf2b1bb64da", "message": "Added some javadoc that was missing\n", "proba": 1.3484516614425957e-07}
{"commit": "883a84e4f2a3fd81558554693030047c41589156", "message": "Fragment back stack models\n", "proba": 4.420385266712401e-07}
{"commit": "7d109ee25917417d4b0fcf39a588f045936ed345", "message": "add BalancedBinaryTree.java\n", "proba": 3.4908762245322578e-06}
{"commit": "6ddcaaf03524e5f081561849dfb49da168797527", "message": "Added FixedTimeBrightBodyBuilder.java\n", "proba": 1.4471949327798939e-07}
{"commit": "8c22b987fb74f7e5beaac203ab4edfd15606b090", "message": "Added MotionBook support for struct/Deviation.java\n", "proba": 1.323149803056367e-07}
{"commit": "5ee980f931efd8f7a42c353fb8a1ee24a534db5e", "message": "Added the file back hopefully for the last time\n", "proba": 1.4896548350407102e-07}
{"commit": "50cbe29316c9fe7d0a48a84636aba87a5027f37c", "message": "cleaned up\n\nstill I must figure out why my fillbooleanArray() didn't function as\ndesired.\n", "proba": 1.2696013129698258e-07}
{"commit": "c40e6be6da0c31b513128cb9331c5f2e3d6a81a0", "message": "next problem\n", "proba": 1.9872859411407262e-05}
{"commit": "52470b47bcdd5d9d5f21a04094ad3924f1659a9c", "message": "am a650639d: Merge \"SipService: grab Wi-Fi lock only when necessary.\"\n\n* commit 'a650639d5bddf13e949c8ff9d2d14f9e16afc571':\n  SipService: grab Wi-Fi lock only when necessary.\n", "proba": 3.459922481852118e-07}
{"commit": "21aa1798b2a356505d5d9995936061901ce54a29", "message": "Create Elevator or Stairs.java", "proba": 4.067773625138216e-05}
{"commit": "e96b9e6bda95abf1625e2582ea22440cb3d09485", "message": "Remove My Orders\n", "proba": 1.8821519631728734e-07}
{"commit": "42a522ef4de7a602a5383365736460dda97ef049", "message": "Add implementation rule Rgaa32017Rule040201\n", "proba": 5.214013185650401e-07}
{"commit": "eb11fd43cc480bb7b39f9312eefb4f7a6b8605c3", "message": "Add implementation rule Rgaa32017Rule080102\n", "proba": 4.549408458842663e-07}
{"commit": "4979036c7061185aaa32ccb8aa5db7d7ab7d0078", "message": "Add implementation rule Rgaa32017Rule100803\n", "proba": 5.448408728625509e-07}
{"commit": "7e6e8ea24ea9082db4ae92844a910eca078cc611", "message": "Add implementation rule Rgaa32017Rule101504\n", "proba": 4.3071045752185455e-07}
{"commit": "e9b89add4da83f7e3cc4dea6d68c6077aa963fee", "message": "am d1fc1c07: am 57932798: am db0ec648: Merge change I85572973 into eclair\n\nMerge commit 'd1fc1c077b96b1f7f7a58318bd2fc2449315ed84'\n\n* commit 'd1fc1c077b96b1f7f7a58318bd2fc2449315ed84':\n  Do not show keyguard if screen is turned off by proximity sensor.\n", "proba": 1.1675408728706316e-07}
{"commit": "07bde72ff9209de9c037d9bba36bdf0cba299aab", "message": "resolved conflicts for merge of 9455f8f2 to jb-mr1-dev\n\nChange-Id: I6c6970adb58ac45473c7cc665d99f8e8a6ca8571\n", "proba": 6.034313742020458e-07}
{"commit": "a3cbe75c93f96acdd3e0c4a5f6de5c50c2d6ea85", "message": "Fix getConfiguredNetworks when wifi is disabled\n\nBug: 6380917\nChange-Id: I4c6f1a379ef2401cde739aedfc82578c03e7dcf3\n", "proba": 3.2228837198999827e-07}
{"commit": "345df2f5d7f016faaf2c6356252307a669fb400c", "message": "fixed pre-lollipop compatability\n", "proba": 2.1491302959475433e-07}
{"commit": "670ef7474898e9e73dded250237cc6dbdaf1a90c", "message": "Tog bort getOppositeSideDirection och la den direkt i SideDirection ist\u00e4llet\n", "proba": 2.6047544565699354e-07}
{"commit": "b678320cfa16424e01494fb0ee97bc98c0988bf1", "message": "Recover immediately from driver hang\n\nA firmware crash can now put the interface down without notifiying the framework.\nWe detect this and recover immediately.\n\nBug: 6263857\nChange-Id: Ib2dc0412fcdf9ce7b90a7fc0fab778f7af9c0513\n", "proba": 8.102046535896079e-07}
{"commit": "0f43161150903a008a5fd703078cdf446601160a", "message": "Add a time threshold for re-enabling networks\n\nReconnecting to a bad network can be expensive (network down time wise and for the device as well).\n\nAdd a minimum threshold.\n\nBug: 5234206\nChange-Id: I5ef1fe06038db73c29a3e95b6229506555f36c77\n", "proba": 7.917127732071094e-06}
{"commit": "e77bba8f2b67508fc6d4aa7b0054829c2d49965a", "message": "am 18920136: Merge \"Reset notification state on wifi enable\" into froyo\n\nMerge commit '1892013643537f5fc330f5b0a02a0e9cb08b1134' into froyo-plus-aosp\n\n* commit '1892013643537f5fc330f5b0a02a0e9cb08b1134':\n  Reset notification state on wifi enable\n", "proba": 7.175524956437584e-07}
{"commit": "649747ad0c76dd6f0923358fa7aa74b5220e5f9e", "message": ":art: First pair\n", "proba": 2.8834367071794986e-07}
{"commit": "40440d7a640c6b9b92691b63e6d6ecfdc9ba047d", "message": "Added generic Leds\n\ngit-svn-id: b6c13a3f01c183418960c1e4d1e6a42a97ce9376@730 23d1a52b-0c3c-0410-b72d-8f29ab48fe35\n", "proba": 2.121181239544967e-07}
{"commit": "8e3e0eff12829dc8547d5244cc56fc709e65d4b8", "message": "Create MainActivity.java", "proba": 3.4549507290648762e-06}
{"commit": "8d1ef81c4ed71a2770dd8d2bbe50496348864c69", "message": "add prblem 1965\n", "proba": 0.9992146492004395}
{"commit": "6a54e182f13f4e5b3ffc87dc328d37d572e0de46", "message": "add problem 2810\n", "proba": 0.9984022974967957}
{"commit": "8ee109b94c9c18ebc694e2eb816905bb9aa34b20", "message": "KRACOEUS-4979: Fixing derived roles qualification attributes used for Notificiations.\n", "proba": 9.823057212088315e-08}
{"commit": "7f5f6bbba0dde14c55fb2c07aa08f5f2072306a4", "message": "Changed to explicit return type in BuildableTextureAtlasTextureRegionFactory.createFromSource(..).\n", "proba": 1.0391971727585769e-07}
{"commit": "ea16bdadd075877e575ac5f75a4358c34e4bf633", "message": "Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54497\nMake error handling more robust so an error in the leak detection code doesn't prevent the Context from stopping unless the error is fatal to the JVM\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1441428 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0161100085824728}
{"commit": "40ebed669adf54a3b3b099bc80c0979370bb5e98", "message": "Added CharSets example with reference to #40\n", "proba": 1.1818849543487886e-07}
{"commit": "7e7811186a17af5f4d1825cc10fedd560ff92577", "message": "Create NBCaseSize.java", "proba": 1.743116445140913e-05}
{"commit": "95124ed778669cf3bb9c5d2ef1ac6c126a18f0de", "message": "Added unit test for SCBClientParsingException", "proba": 1.4976318141179945e-07}
{"commit": "a1047497b2a8630a93d34eec21ef95886396203b", "message": "https://www.acmicpc.net/problem/14492\n", "proba": 2.7957784709542466e-07}
{"commit": "f96984c4acca7be689706deaad021e898fe9cbbc", "message": "Solved bug when fetching attendance.\n", "proba": 1.1627794549440296e-07}
{"commit": "edce53aee79e2bf97187118315f88a170fa2f12b", "message": "added ExecutionProcessRepository\n", "proba": 3.165271209581988e-07}
{"commit": "8a53f491ad56fcbd679c4a0153d25673c7333027", "message": "Create Sales.java", "proba": 3.444741309976962e-07}
{"commit": "62eb7e47d4b03dcef6c3cd8b992101718b8a1a88", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "2753cbbff001868f86a136b7708c5564ccee5943", "message": "Added factory for all kind of tools.\n", "proba": 1.004639997859158e-07}
{"commit": "1ce2bca23b1077c7af7add90ce6e88404f32b8fb", "message": "adjust getuser method to use string instead of int", "proba": 6.426373033718846e-07}
{"commit": "3f6a089ec494c1077fd539572b78eb9426d1b07e", "message": "Plain sockets and SSLSockets use the same ServerSocket.", "proba": 1.0864737731708374e-07}
{"commit": "7c5120e07681a50afdcec6a53311fe4bb5866bbd", "message": "Committing proper TestRandomCharacter\n", "proba": 1.0197170468018157e-06}
{"commit": "765c7823950fcb6aa5bcf0ee24e9af948c7abd21", "message": "Initial version.\n", "proba": 1.5797580488197127e-07}
{"commit": "9fea158ee23473db6887dcb044f68309af873998", "message": "hand guiding test\n", "proba": 2.6849173195842013e-07}
{"commit": "17d349dcb681f3295f99aab6b0823e0a103b345e", "message": "indentation\n\ngit-svn-id: 012c2870a0981a96946fe5ae32c5c86e4e7e102d@390874 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.879453743138583e-06}
{"commit": "08bf557172bad33c4800b618ba390abfef07ea68", "message": "[#329] Client: support numbers in multipart messages, and throw on unkown multipart params types (@dmichulke)\n", "proba": 1.053293559039048e-07}
{"commit": "f78ff5ce8e88fd84a9fbb120d95c4b9492fb5ab5", "message": "Since the address is exposed to sub-components, expose the port as well.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1042716 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.574570630211383e-05}
{"commit": "d262c40657231eaf2a328c0eb44305921b103c53", "message": "Fix cooking pots not tipping on servers.\n", "proba": 1.8538911206178454e-07}
{"commit": "411c59e725010f44dd4ca18e9d050daaf4d5f984", "message": "Apply relational mapping\n", "proba": 8.067066119110677e-06}
{"commit": "a34d87617b681fb239464781cb19f8b5c421f81e", "message": "Update endpoint URL\n", "proba": 1.0911147683145828e-06}
{"commit": "0ed03efbb08467911834711041e67d90a3d844b2", "message": "First commit\n", "proba": 1.9779638193995197e-07}
{"commit": "54ec77e85309478da1109450ae4852905afc061d", "message": "ToDo for sync smartcard record\n", "proba": 1.634624737789636e-07}
{"commit": "df674b721495acbe97fb1e7695e13b0472b4efe0", "message": "Starting first JAX-RS Resource.\n\n--HG--\nbranch : jax-rs\n", "proba": 1.1157483186252648e-06}
{"commit": "3be99c3272cac992c657570b6b6cd61b14f39c22", "message": "fixes issue 1632\n\ngit-svn-id: 50f83ef66c13f323b544ac924010c921a9f4a0f7@4560 00569f92-eb28-0410-84fd-f71c24880f43\n", "proba": 4.878727395407623e-07}
{"commit": "1660bc20b6b153434045c9cb59afa09ab8381bcd", "message": "Add PIDConfig to the project.\n\nPIDConfig will be used by PID systems to allow dashboard tuning of\nP, I, and D values.\n", "proba": 1.0990103049834943e-07}
{"commit": "1f43fa615e68c1f3a106a55c6aa26ac42c35752d", "message": "\u83b7\u53d6ip\u5de5\u5177\u7c7b\u589e\u52a0real-ip\u5224\u65ad\n", "proba": 5.285778001962171e-07}
{"commit": "4b2942312a3bd264f38c4232d5bce3a40bbec8b7", "message": "KCIRB-1271 Populate committee field on committee schedule add.  This avoids a null pointer exception on newly added committee schedule due to the canViewSpecificSchedule permission check.\n", "proba": 9.672535838944896e-08}
{"commit": "e3b65ba48123b4f16254cd5eeef4af37c579a9bc", "message": "\nLog some progress info when doing large incremental update batches.\n\n", "proba": 1.0718985521407376e-07}
{"commit": "10e647d6e02c6142bfc6b4528395f2b29ed4004f", "message": "Fibonacci series question\n", "proba": 0.9992204904556274}
{"commit": "22625c63631d1056bdd1072609c4ec72cd41429e", "message": "encoding problem\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@4879 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 653a619b8943b89e4bb6fcea33bb284185dd074d", "proba": 7.362179530900903e-06}
{"commit": "56e35cc40dba80617962d0218ab22275477ae5bc", "message": "Implemented getMessageById and sendTyping for Groups. (forgot this apparently)\n", "proba": 1.0650185799931933e-07}
{"commit": "859bec4fdc16de7db1393f733361713081187032", "message": "If the decoding fails, reset the buffer first.\n", "proba": 1.5477895942694886e-07}
{"commit": "04c6b20504bba1b540c8b566c46277a9496ee282", "message": "Added MatchAnalyzer.java\n", "proba": 1.513009664222409e-07}
{"commit": "bad9441a1850fea90d2260b20699ee8d9de3a58d", "message": "improved path handling\n", "proba": 5.04872957662883e-07}
{"commit": "173e3dc0d92c77185e7f1cd8bf9d34ed03e4323a", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "ba767d50b25a7775ea0236df0c6bffeae560fd2a", "message": "added test\n", "proba": 1.449089808147619e-07}
{"commit": "ee0af79bd7b04a1ff3efcc8f9f114eca5e5fc8f1", "message": "solution of decode string\n", "proba": 0.027333442121744156}
{"commit": "712f514f4215356c3453247e65d3a0c0a9018dbf", "message": "WSS-617 - Allow to configure the SAML Signed Action with \"signatureUser\"\n\ngit-svn-id: 10bc45916fe30ae642aa5037c9a4b05727bba413@1814829 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.775205641431967e-07}
{"commit": "8710fb3cf80fbb68ede1a3f98dc008172768e8eb", "message": "Upgrading for 4.1.2-SNAPSHOT\n", "proba": 3.432685957704962e-07}
{"commit": "94db17e1a33cb203fff47c3fe748672034c051ed", "message": "Menu builder can now search for a menu item", "proba": 1.8052519124012179e-07}
{"commit": "8ce4e6e2a4e0408c9eb05a8b9a26cc8572e96a6e", "message": "cleaned up imports\n", "proba": 2.651026704825199e-07}
{"commit": "ce1dd350189a6951e662a7244620816e8ffd97a5", "message": "Removing toArray() to prevent people from fooling around with the class' insides\n", "proba": 3.887295179083594e-07}
{"commit": "35f7467308757298ff4feb2e16e677837b907b12", "message": "add Triangle\n", "proba": 0.9999861717224121}
{"commit": "39b5c5a045f0e10d791c624eb4e8a26af4ba1b43", "message": "Don't double-register EtcdResponseInterceptor\n", "proba": 3.741899092801759e-07}
{"commit": "8ff79a0aaf4d358df374ecee35222d30c25dc770", "message": "Medium[hr]", "proba": 2.4708683099561313e-07}
{"commit": "453aef0e3ca5ae15347b27a4523b0999b62bd1a8", "message": "disc scheduling algorithms in a menu driven code", "proba": 3.589579478102678e-07}
{"commit": "72fd05d408c15d3b7c4d1f5d0512dd8c151d0e26", "message": "Delete UploadObjectSingleOperation.java", "proba": 7.30063948140014e-06}
{"commit": "436bd456e9527d82039252da53764ef7758ac461", "message": "* Manejo de la informaci\u00f3n del ticket que se pasa desde web\n* Creaci\u00f3n de la variable fecha que se mostrar\u00e1 en el ticket\n* Optimizaci\u00f3n del manejo de las exceptions\n* Configuraci\u00f3n de la impresi\u00f3n del ticket como layout y fuentes\n* Funcionalidad para imprimir la cantidad de impresiones necesarias de acuerdo a la selecci\u00f3n del usuario\n", "proba": 3.1033951586323383e-07}
{"commit": "fa32d29b1aac3408f58ba48d020f29f533654d78", "message": "Fix documentation XML namespaces\n", "proba": 3.931830178771634e-06}
{"commit": "412296c113428a0355bc0450818558a4393958b3", "message": "Moving files to Entities.\n", "proba": 1.3895548534037516e-07}
{"commit": "f3d1aa19a32726e5e64dfd7768fe2eec8bd5a3d0", "message": "item labeler: added suffix for Sparte\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@8282 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 0fff717a2e8bf9d7d14904e5496b5ae1c51e6a6f", "proba": 9.562534160068026e-07}
{"commit": "1828196b2e7ac6e38b99ba155f44a6d96aeba1dc", "message": "Fix some broken refactors here hehe Jebaited OSkomodo\n", "proba": 0.0001382891641696915}
{"commit": "4a206637c7896217def078a0cda3964954bb6012", "message": ":sparkles: Find a peak element\n", "proba": 5.720463377656415e-06}
{"commit": "4634c8a900d90e5dc80f70e83ccde9c320669bdb", "message": "Added a cookie-domain option to WebFilter so that a specific cookie domain can be specified.  Useful for star domains like \".mywebsite.com\"\nAdded a cookie-secure option defaulting to false.\nAdded a cookie-http-only option with default false.\nUpdated documentation.\n", "proba": 1.0658842342081698e-07}
{"commit": "afaef6b49cc21b244620f1b6522ae03cda003e5b", "message": "add mob\n", "proba": 1.627571805329353e-06}
{"commit": "8cdda034a21861364dcff38edcae81c6182d9b32", "message": "[ANDROSDK-732] Add DbSystemSettingKeyColumnAdapter\n", "proba": 1.3808650578539527e-07}
{"commit": "f69c77a0ad90b54f9d6e5f0aaf8c5ed7235cb399", "message": "using simple matcher \n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@7522 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 1.3883894780519768e-06}
{"commit": "ffc342cf38e97e15063ffc5ce44f7133fcb4bb4c", "message": "Added factory for ui items.\n", "proba": 1.1265950661254465e-07}
{"commit": "547a011677d9e49a7f2669f963bdebc171cde03b", "message": "Update MaturityDate.java", "proba": 2.233311306554242e-06}
{"commit": "7e1e8758225b7856ee1adafe847e4db7e9db10e8", "message": "Parameterized tests implementation", "proba": 3.387275455679628e-07}
{"commit": "3e09007cc171794e8af988632a2064b2cce024f2", "message": "added the ability to connect to a broker running in the same class loader (but not the same Spring context)\n\ngit-svn-id: d2a93f579bd4835921162e9a69396c846e49961c@517686 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.2988977005079505e-06}
{"commit": "29bfb75f6b47f05611df5a103b21948f6ac8627b", "message": "\u0414\u043e\u0431\u0430\u0432\u043b\u0435\u043d \u0442\u0435\u0441\u0442 \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0430\n", "proba": 7.063517841743305e-07}
{"commit": "ccb0f5999545de6a350b6170a921f4371bde9c8b", "message": "add commentConverter test", "proba": 2.214707279790673e-07}
{"commit": "28215c17881dac9da4f6df18baca104a5fbec631", "message": "Add _0287FindTheDuplicateNumber\n", "proba": 0.9997830986976624}
{"commit": "c9d3d63cf8a36784d98e13f142d98dce29e21722", "message": "\u6700\u4f73\u5b9e\u8df5\u65b9\u6848\n", "proba": 2.3805431226264773e-07}
{"commit": "75ea797f0c7e5139d3f93eec6247ed89f77162fe", "message": "fix NullPointerException onClick\n", "proba": 3.022517830686411e-06}
{"commit": "a49a8a60eec5ee7e5acf096cca7251fbceb7eded", "message": "[add]TabFragmentTest:add testOrientation()\n", "proba": 2.610035778616293e-07}
{"commit": "22c504e428a178ecbe13fd7248a1fd89fb67b640", "message": "test(Connection): Ignore test that is not yet finished\n", "proba": 6.261470275603642e-07}
{"commit": "6c75f313cc8bcec9b17caf7d54642617ce7dc230", "message": "add PalindromeIndex.java\n", "proba": 3.425333125051111e-05}
{"commit": "cf62d9f3a81fb46f6fae968f5f782ac06499c94e", "message": "Add Best Time to Buy or Sell Stock 3\n", "proba": 1.327835832398705e-07}
{"commit": "f581ee1fbb1f56ed509021a7fda5ff1dcd50d1a4", "message": "1\u3001\u3010\u6dfb\u52a0\u3011\u6309\u7167\u5de6\u53f3\u534a\u533a\u7684\u65b9\u5f0f\u91cd\u65b0\u7ec4\u5408\u5355\u94fe\u8868", "proba": 1.0262050409437506e-07}
{"commit": "3b3191e4193335be339a1b971c828e3263dafa3b", "message": "logging\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@7040 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: e0efbe1dff073c42a76a2f1046e04fae286cc247", "proba": 1.3533798437492806e-06}
{"commit": "309f010da521bbfb352a868400eab6295f2c03a4", "message": "Add several wrappers to convert automatically between different reductions of TreeTraits (sum over tree, sum across sites, etc.).  One can even double-wrap to get sum over tree + sum across sites.   This should reduce substantial code-duplication and earn me a gold star.", "proba": 1.460148695286989e-07}
{"commit": "000193f14872d201fbb30faf1de713e288ed6143", "message": "Fixed minor typo\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@756392 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.751787620691175e-07}
{"commit": "7a81938ad49b8eb227ad94dd8b7f86384ee7ff10", "message": "MENFORCER-1: fixed classname method to work in jdk <1.5\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@527255 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.1143084748255205e-06}
{"commit": "0100d15fdb61309377ecbae2b7028e05ca3adf74", "message": "o Replacing hardcoded path separator ';' value with ${path.separator}.\n\n\ngit-svn-id: 1b1bd56198eea75e2feaddfcf5144d1f89605d86@233315 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0007463290821760893}
{"commit": "c5b5b0fb94d078148b5fe5f6b8bb4ee361949f3e", "message": "Retain state of wifi connection after restore\n", "proba": 1.6825067916670378e-07}
{"commit": "b4e9508947709ca6a9d264e6467c9f118cdfcbda", "message": "am 377ab9f2: Merge \"Hide keyguard status bar view when alpha is zero\" into mnc-dev\n\n* commit '377ab9f22605ee6d9272c296a91080ba3ee50d40':\n  Hide keyguard status bar view when alpha is zero\n", "proba": 6.047517899787636e-07}
{"commit": "b7c0d3c670e5a69121237c6447d66474830fe67d", "message": "comments\n", "proba": 5.451620381791145e-07}
{"commit": "54de8c02f6a3dde8323bb902b19398ac54b38f42", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "77a68d3b5d64d3fb75f7165e03872f343927b7f6", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "3d68fce8e32cd1364c9f983de05743bb134eb5f7", "message": "Implements loadService.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@257987 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.594235598342493e-05}
{"commit": "486c9341786e9f15ce38e5729f8ba215b8dcde27", "message": "New file.\n\n", "proba": 1.670333915626543e-07}
{"commit": "b94df4a04e7eaa8c096320f80589d52ad1426b71", "message": "feat(MEDIUM): 304_NumMatrix\n", "proba": 2.7816452075057896e-06}
{"commit": "fc6afb0b3ef7a236b7d26c22c0e793b28ab0664b", "message": "OuterObjectRead was traversing class hierarchy, use @Cached to avoid it\n\nSigned-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>\n", "proba": 1.2883431566024228e-07}
{"commit": "554078d8b4a2430bb0c607a07b3a03fa99c4b6d7", "message": "Comentario nuevo en Main", "proba": 3.626576017268235e-07}
{"commit": "9b075f391a3f44ee58a502d40c2093d6b14feb67", "message": "Created tests for RaceRepository query methods #36\n", "proba": 1.2930897241858474e-07}
{"commit": "5cdf9d43567b548b00b863ca93f240799f2d7905", "message": "ETextField demo", "proba": 2.6595097324388917e-07}
{"commit": "821791ddf164016a11fc5961cfa86ae49a243a80", "message": "fix log level typo\n", "proba": 7.343368633883074e-05}
{"commit": "3269c3cc77a137e3ee58d5fdc258359736c846ed", "message": "Add auth to rpc.\n", "proba": 1.3825332700889703e-07}
{"commit": "29c09a001b3f2987978c52eb06c226e3273100d5", "message": "Lots corner cases and have to use BigInteger to handle cases where the int is not enough.\n", "proba": 1.070011137471738e-07}
{"commit": "ff958207688a3e18fb49a1882fa1364ea586e8d2", "message": "reset player ready state\n", "proba": 5.271169243314944e-07}
{"commit": "25b75382c2c61f007aa71c1951066f1c928a9045", "message": "Apply Singleton to OrderPool", "proba": 1.3867747838958167e-07}
{"commit": "c11423f1bf3b92537f5a9bd722c45861a903c692", "message": "Added missing test\n", "proba": 1.8453677341767616e-07}
{"commit": "e772fcfa8f0a8b853097c4b10fb7aaf373497cfe", "message": "Changed image reading\n\nFrom now on, please follow this format:\n1) Go to file explorer\n2) Go to the folder that is HelixFactory/src/main/resources\n3) Note down the exact file path, for example, mine:\n\tC:\\Users\\Jing-Chen Peng\\Desktop\\The Helix Factory\\HelixFactory\\src\\main\\resources\n3) Create a new folder in C:\\ and name it HelixFactory\n4) Create a text document in that folder called helixFactoryLoc.txt\n5) Copy the file location that you noted down above into the text document, replacing all \"\\\" with \"/\"\n\nThen you're done!\n\nSigned-off-by: mass2010chromium <22f8079cc7f48adea3620c4f163f116786dc16fe@gmail.com>\n", "proba": 0.9999866485595703}
{"commit": "fb645f83a40fcf591f2ab10a521f9b5f4d242bdb", "message": "Add task 1268\n", "proba": 0.9999988079071045}
{"commit": "4f89cce165fd2d61c6d493a2901ebdac57917a77", "message": "create engine\n", "proba": 5.522715014194546e-07}
{"commit": "3a0e8ee11f7469268c09ecb0349716c1e9d5bb51", "message": "Builder Application Added\n", "proba": 1.9781788296313607e-07}
{"commit": "5bc55c2ab419db1f58202542c34352dae254c0c1", "message": "area for foreign objects, ie. svg\n\n\ngit-svn-id: 102839466c3b40dd9c7e25c0a1a6d26afc40150a@193586 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.3193730309430975e-06}
{"commit": "0020f950d239c20dd6ede7fac64710d8dae5a27d", "message": "environment module based distribution\n", "proba": 3.7182115875111776e-07}
{"commit": "11cf198526b46f8e8ff4ba0973af29be06f3964b", "message": "Create CalendarEntryCreator.java", "proba": 1.1894478575413814e-06}
{"commit": "d412ef5841f58f7c425e6eef8248f48f6a39bbf4", "message": "Adiciona Formatador com metodo remove acentos\n", "proba": 2.7505298930918798e-05}
{"commit": "1fce8b892bd063b836f9654be5fa3a11befde579", "message": "changed TV shows to recognize .tbn at import\n", "proba": 1.8006370794410032e-07}
{"commit": "bc664d0dffbe2c7526497426413dfaa002f9a682", "message": "More refactoring + implemented versioning via CLI\n", "proba": 1.1785735409830522e-07}
{"commit": "bacb8ab3ac60349fb799e53a4f550797e1f57da9", "message": "[MRESOURCES-161] Some incorrect HTML in the description of the delimiters parameter\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1370795 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00039421190740540624}
{"commit": "0d83219bd8bbd33053f0ac13880b2013dcc4296f", "message": "Removed structure again from map", "proba": 1.8826240477665124e-07}
{"commit": "0ef3ee25a57c348124df78796d90641eb5fb4bd4", "message": "Add simple example program to test search field text. It has a search field and a button. The button is just a place to put the focus so we can see the search field drawn both ways.", "proba": 2.5885393029057013e-07}
{"commit": "893b45b5df5aa31e0a311d3d785e46934a73fbaf", "message": "IO-\u7f13\u51b2\u533a\u64cd\u4f5c", "proba": 8.137892564263893e-07}
{"commit": "d10c48d0fced21114b526d18417faef7161f5770", "message": "Add ShadowInputEventReceiver and no-op consumeBatchedInputEvents.\n\nThis method outputs a warning log every time it's called in Robolectric tests, so the message being logged isn't actually indicative of anything other than that a ViewRootImpl traversal occurred. This change just no-ops it to keep the log a bit cleaner and more relevant to actual test failures/output.\n", "proba": 1.1573783353924227e-07}
{"commit": "f4ad6468175fc33f2a9cfdf6b235483678dc79f2", "message": "Added uppertiles.", "proba": 1.3155363376426976e-07}
{"commit": "4982bb966253d25ced7a7aa0a6019a21c33813c0", "message": "PL-9882 \"__securityToken\" attribute should be required in the update operation of the Entity with the dynamic access to the attributes (return Forbidden)\n", "proba": 1.079337579312778e-07}
{"commit": "f919028450905617673d21659bac224f52adda83", "message": "Provide a very simple precondition validator, its bundled with exceptions as they sort of go hand in hand, good exception handling and validation.", "proba": 1.1375293951232379e-07}
{"commit": "fc52e1639e0d8cf4749177a696f8e3cb978ff405", "message": "Make order predictable when pulling multiple projects\n\nhttps://git.eclipse.org/r/#/c/4937/ tried to make the order predictable,\nbut HashMap was used again in two locations. \n\nChange-Id: I5bef6478eea34aff13af570f0932e2fc842fd8cb\nSigned-off-by: Matthias Sohn <446760a3fbea85cd5f8f4f5c3de304fe3a38014f@sap.com>", "proba": 3.741028535841906e-07}
{"commit": "abc9e6a7a7e1675132db8424298e1b48f2b2b153", "message": "Fixed error with incorrectly refactored default constructor for ActivityProfileLRSResponse", "proba": 1.57728024419157e-07}
{"commit": "349fc47b58064d805a8b80e08664c6d30e459d57", "message": "modify loading messages", "proba": 5.159444640412403e-07}
{"commit": "aaf61376971d7325bcacb269aec4a7f1d8a708cc", "message": "\u0422\u0435\u0441\u0442 \u0434\u043b\u044f \u0430\u043b\u0433\u043e\u0440\u0438\u0442\u043c\u0430 \u0440\u0430\u0441\u0447\u0451\u0442\u0430 \u0440\u0435\u0439\u0442\u0438\u043d\u0433\u0430 \u0432\u0437\u044f\u0442\u044b\u0445 \u0432\u043e\u043f\u0440\u043e\u0441\u043e\u0432.\n", "proba": 2.222862320877539e-07}
{"commit": "bfd8ca05ef67de75645df2d6c44125b3dc37f44a", "message": "Mulit Pi\n[KRACOEUS-1353]\n\n", "proba": 1.2271189575585595e-07}
{"commit": "4b9418aa3a2f6a001e4af9f948585577292b32ad", "message": "Fixed the issue with Rolodex Person\n[KRACOEUS-1609]\n\n", "proba": 1.048778983658849e-07}
{"commit": "b35ca97f475a008782ee78ea6870ae56e2a3d760", "message": "KRACOEUS-4698\n", "proba": 3.337185034979484e-07}
{"commit": "4f0e7d3c387f8959211b7d3e28640e367cb834ec", "message": "info - file\n", "proba": 1.1679907885309149e-07}
{"commit": "dac165fdfc15709e84f93c45bdd9bf7782dfa656", "message": "animation etc.\n", "proba": 1.3590017999831616e-07}
{"commit": "db15f6c616adc233e1728f96fd02371cdc4bb0cb", "message": "remove irrelevant error handling\n", "proba": 4.393635663291207e-06}
{"commit": "c48e3b515771e68e3e7d44f9f6877e17314ddfcd", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "f4231ed1d02931b375c97a8a692a53b6eb8faaeb", "message": "adding the file needed for truncate junit test\n", "proba": 8.554806640859169e-07}
{"commit": "1bd276f6f7ddce7959dc2e9e6f480d9be1e26fef", "message": "Don't break error string (easier grepping)\n\nChange-Id: If52097ba90481644707dd0323ec63ca3ddf0986b\n", "proba": 1.2689766663243063e-05}
{"commit": "b40f4149e8c73449915a813000ffabc77d0fbfd0", "message": "ClassGen: made class init param fields final and don't generate getter/setters for them\n", "proba": 2.0149416002368525e-07}
{"commit": "c7aa7c2962eb2e7ed0354eeb4ea5a602cf109b50", "message": "Added SceneObject class\n", "proba": 2.1797768567921594e-07}
{"commit": "3f3dba5dc34246f23d235aed13750d1d58b6749e", "message": "Add test cases for ConfigTypeTest (#526)\n\n", "proba": 1.1459231785693191e-07}
{"commit": "f3292007c96be69c0b7f6ebbcb0d3cf31098224b", "message": "Create Whirlpool.java", "proba": 1.7956826923182234e-06}
{"commit": "e7b00792758493c393b40602540debea16b8a88d", "message": "example for C1 invocation threshold\n", "proba": 2.824351099661726e-07}
{"commit": "ef59da9cab6005d7d21145fafd6471d753cf4064", "message": "Update pembelian controller\n", "proba": 2.7999567464576103e-07}
{"commit": "f52524a42c5dc0c185480629f850b3a39be5045e", "message": "common btree task to emit entity group", "proba": 0.911474883556366}
{"commit": "dcbc94e44833f14495250813c78ea9289bb8c3d6", "message": "KRAFDBCK-9189: Award T&M History shows no heading for T&M entry\n", "proba": 1.0662258631555233e-07}
{"commit": "6492a3161e1d99dcef86aecd82d30dcb7b520b55", "message": "fixed hostname bug\n", "proba": 9.736791071190964e-07}
{"commit": "0470bce7987fd81efb184806ca592c4c0f436cba", "message": "added starting user to reports\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@10811 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 4.095305996543175e-07}
{"commit": "9b912d7f0f37ba7f9fb48d3e2edcc23301ede524", "message": "What was that about bulletproofing again?\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@248172 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9996484518051147}
{"commit": "c0543bd51b39b61f03cf6d471bc54fab4fd0ec04", "message": "A little code cleanup.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@247395 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0011003189720213413}
{"commit": "48481b4f589b6febbb37f9b7f8f02406e0af4fb5", "message": "Output params vector shouldn't asssume that the return type is valid. For instance, if there are only inout params but no output params, such an assumption will be incorrect.\nLook at inout.wsdl for examples. (Thanks Russel)\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@245573 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.2140378354815766e-05}
{"commit": "4c81caa7a4ff759116766b3e3c9e823a6e50944c", "message": "Fixed reference lookup\n", "proba": 2.961809002499649e-07}
{"commit": "9bffe7aa8470743f14eab40ced84490c3d43e1ff", "message": "Country RestController\n\nCountry RestController\n", "proba": 0.0003756812948267907}
{"commit": "d1d8aaec21b7b452961f2afbddbaa904a07aef22", "message": "Updaterat userFacade", "proba": 3.902796095189842e-07}
{"commit": "bcff957ac3b5b7575f1aeab6bc2e8bfbd0698b90", "message": "gpstracker ", "proba": 1.584083292982541e-06}
{"commit": "4d155187ec6e0b7ed5121d6d77dcdea135017dd4", "message": "jms \u5c06\u521b\u5efa\u4e00\u4e2a\u5177\u6709CLIENT_ACKNOWLEDGE\u6a21\u5f0f\u7684\u975e\u4e8b\u52a1\u6027 JMS \u4f1a\u8bdd\u3002\n", "proba": 1.0893060675698507e-07}
{"commit": "df037b77abced5125c6497fde4e4b24113b3be8f", "message": "use test configuration\n", "proba": 6.454873187067278e-07}
{"commit": "6713dd3ea8d4ace6ac8a1b0bb8cab59265a73282", "message": "Add toolbar\n\nAdd toolbar at view\n", "proba": 6.373207384058333e-07}
{"commit": "de8245d70154068f5fed10fcd36c9bd8861ab603", "message": "This program creates anticipated SCGs for already registered participants.\n\nSVN-Revision: 23365\n", "proba": 1.1011883316314197e-07}
{"commit": "5b00729baa8c1567bc4d6c60cc79427b7d050547", "message": "removed unused consts from TransportShould\n", "proba": 3.180479382081103e-07}
{"commit": "d033717e7dca2d6a28554bd435f3345ac1ae8656", "message": "Create lode.java", "proba": 1.4573940461559687e-05}
{"commit": "08a063fd996aaa5f76f5a99fd9d0029da6e293e3", "message": "Added byteArray2int and int2byteArray conversion functions\n", "proba": 2.1618980383664166e-07}
{"commit": "3ce9bdca727adae3b0ff44013cbff6712e17ffd1", "message": "added inline documentation to GPSPoint.java\n", "proba": 2.3964628326211823e-07}
{"commit": "6171c997c27ff9065a27b259db7894128fe26d78", "message": "Add regionName to dynamoDBWriter\n", "proba": 9.573325951350853e-05}
{"commit": "d3b17892f79d34b2698d09c22b1603eafb7ed0a4", "message": "Ticket #DTRA-343 Migrate sparql interaction to service\n\ngit-svn-id: 85c88240758832ecdac9e9f2f6d4112daa3a57f7@26157 cadd33a7-e05c-44d0-9ff7-823b10d47c77\n", "proba": 2.949727502254973e-07}
{"commit": "f65fca6c4ea6e872ca62f125a59113e49b8b0b64", "message": "Updating typed request handler interfaces\n", "proba": 5.492874493029376e-07}
{"commit": "3721f174673de0a627772413be0e081860b1a9a8", "message": "Implemented Tip.java for tip calculator agent\n", "proba": 2.2629201623658446e-07}
{"commit": "350cf0fc37e68274e271745421222ada435e68e3", "message": "added tokeniser\n", "proba": 2.408108059626102e-07}
{"commit": "00061d022aca34b68a7c5f89681240f6b051eb02", "message": "Add check isValid\n", "proba": 1.0682319043553434e-05}
{"commit": "4cd7d93708a9362b2e0650d4d5b780dff88f6455", "message": "typo im Men\u00fc: Lieferer\n", "proba": 1.157346787294955e-06}
{"commit": "21076eb112be030369d93c5e1eda0d9d8fb83efe", "message": "adding missing classes\n", "proba": 3.7417503335746005e-05}
{"commit": "b641a67df09b556367ac9ab062caf0f2bb194fb5", "message": "Implement a client side context from IHyracksCommonContext.\n\nNotice that we return null from the getIOManger method because\nclients don't really need to have any IOManager. So the method\nis just a stub to fulfill the interface requirements.\n\ngit-svn-id: 45400e483b316c70cab0969c275555ef2720fd29@2542 123451ca-8445-de46-9d55-352943316053\n", "proba": 2.4430958092125366e-06}
{"commit": "3e81709ec3986b5cdfe1157b28ebc1fc147deab2", "message": "samples: add quickstart (#82)\n\n", "proba": 1.2911500846257695e-07}
{"commit": "3aeb5e810e0b2094d0cbce8cb68a6c4e868b9456", "message": "Implemented null test cases\n", "proba": 1.0023333061326412e-06}
{"commit": "0d119ec97f3d47281f14ad630a212ccdcf5151af", "message": "Added missing method tags\n", "proba": 2.689961320356815e-07}
{"commit": "47689e5a993358ca2b3f0888505c576bd95ddd33", "message": "[MCHANGES-147] MavenProject object not initialize due to mispelling into the declaration\nSubmitted by: Jean-Paul GUIGUI\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@731253 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.301677452327567e-06}
{"commit": "3ab4ca806834848f68687122998ab54461315bf8", "message": "IAE\u306ethrow\u30bf\u30a4\u30df\u30f3\u30b0\u3092\u4fee\u6b63", "proba": 1.9708575393906358e-07}
{"commit": "3a952afa9f96672eb429898dfccff6a733c14b75", "message": "java doc\n", "proba": 1.2219868494867114e-06}
{"commit": "9592fcc430fe16c4eed9ea0190d97d178fb6560d", "message": "adding repon del_resolution operation", "proba": 2.1075402401038446e-07}
{"commit": "db4f452e867401422adf3b200e6e914bdcb6e4ee", "message": "Add override of equals method.\n\nCoverity is reporting that we should override the equals method in all\nour domain subclasses. This hasn't been an issue for us as the parent\nclass has en equals method and systemId should be unique and enough to\naid equals. This could perhaps be an issue if we clone an entity and\nchange some of its contents. But then the systemId should also be\nchanged. We are adopting equals to all domain model subclasses to be\nmore in compliance with best practice and aid perhaps situations where\npart of the code-base is being used in other scenarios.\n", "proba": 1.1839042457495452e-07}
{"commit": "eae595ae82a715817aa7139d12f0ab8105706f28", "message": "typo in operadirver path", "proba": 2.3502977910538903e-06}
{"commit": "4fefc0a8bc2d352701e727581bbb8f7ff8a28bb2", "message": "More work on AlertDialog declaration from xml. Fixed navigation of buttons with with path and display of text from document with path.\n", "proba": 9.780021770211533e-08}
{"commit": "2c26e77347bc1944becfe6c85bf3da142136ce28", "message": "initial implementation of Delete \"Slice\" which I'm calling Delete Data. There are a number of UI issues and bugs that are brought to light by this command which I will file as new tickets. \n\nThis used to be revision r3132.\n", "proba": 1.0812476602950483e-07}
{"commit": "1d80ac4341651aa7567500a4d75292ad598e970e", "message": "add transaction\n", "proba": 9.031256240632501e-07}
{"commit": "dcc1e646bf71b8bbad1d7fc28c6ed73a1aa0270d", "message": "Kernel density estimation for densities with bounded support by using log transformation", "proba": 1.4064185904771875e-07}
{"commit": "675962397bec57898ba1689086ae2c5ee9e91658", "message": "Learning model evaluation", "proba": 4.2825621449082973e-07}
{"commit": "4abfde007515366e5065815803168c22b18bdc67", "message": "Added\n\n\nSVN-Revision: 37\n", "proba": 1.1593049009661627e-07}
{"commit": "bc4d52bc1178afa97c0bed3a07b9067a45c4e82c", "message": "fix issue get tourdesc null", "proba": 2.630055178087787e-07}
{"commit": "72dc600d50d762e167a30b789c95a49dfbb3884b", "message": "fix bug OverdueSummary Report\n", "proba": 1.9760180691719142e-07}
{"commit": "f2b8d76fe6f162bec1660700381f04d3623c8304", "message": "Factored out context classloading logic into separate class. This allows it to be more easily used. Patch contributed by Eric Pabst.\n\n\ngit-svn-id: 695e8515a9258845e6163903654874b217615ba0@128722 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.7705798427414265e-06}
{"commit": "b08f6e40ef982d5ca7189d5ac50ca70ff361dae5", "message": "Simple upload action which just uploads an asset. It does not\ndo any inserting of tags in xml files as the ImageUploadCreatorAction\nand is therefore more generic.\n\n\ngit-svn-id: f6f45834fccde298d83fbef5743c9fd7982a26a3@40899 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.35161610362411e-06}
{"commit": "8a31ee5b46c6d367a4db57ef5813b9e72f814100", "message": "Changed the JsonSubTypes annotation to use 'value_threshold' as the name, instead of 'valuethreshold'.\n", "proba": 1.1871196647916804e-07}
{"commit": "efd47a65fd88d65d4fffa0277d8c076a0cca88e7", "message": "Added FetchDeploymentUsecase for fetching the DeploymentEntity from a Url\n", "proba": 1.3623873940105113e-07}
{"commit": "ddad7eb70d25e82f5c4c00658ac3aa71e907f947", "message": "123123", "proba": 0.9999810457229614}
{"commit": "08d8bb8028414cb0d917226676b93252c7226301", "message": "[BEAM-186] Fix pubsub injector for streaming examples\n", "proba": 1.248874212933515e-07}
{"commit": "5fb1ec1bc90d82b443191d6afaf1c4e60118b32e", "message": "created class with factory method for FakeLoadExecutor classes\n", "proba": 1.6940832381351356e-07}
{"commit": "9e25e1645f5e436c88ceab7d7eaf9f21c7fa845b", "message": "am e7078e18: Merge \"Ensure host is set before onInflate()\" into mnc-dev\n\n* commit 'e7078e181cd00d20ce7764efa9835e2604a3cb83':\n  Ensure host is set before onInflate()\n", "proba": 2.483663763541699e-07}
{"commit": "2a0168806c6a3dd8686d0fe6fbdf8d95af09637e", "message": "Check samples for metadata file and create if missing. Bootstrap problem only.\n", "proba": 1.0810269657213212e-07}
{"commit": "abe5be7a2c30eb2e41083c4ecd475cf5a5263228", "message": "abhi smh\n", "proba": 6.137943728390383e-06}
{"commit": "14d330899dc386b0712377af33de27e046f07360", "message": "am 083a50a3: Merge change I66693ea2 into eclair\n\nMerge commit '083a50a394915b562ad53be9fd8ec7524e3db21c' into eclair-plus-aosp\n\n* commit '083a50a394915b562ad53be9fd8ec7524e3db21c':\n  fix sync exponential backoff for expedited syncs\n", "proba": 6.295832008618163e-06}
{"commit": "624051aabf6f22f08a8f24ca463377a18cb81941", "message": "Use the app context to avoid a memory leak.\n\nBug: 3288583\nChange-Id: Id259a0148c06f6e98b94c07e5d2e2296c6aef65a\n", "proba": 0.015663839876651764}
{"commit": "f7c7e2f7b8bcc6235aab2a94a6dc34ac8b33902c", "message": "am 9bf9a3a9: Merge \"Constrain FastScroller max width to be >= 0\" into mnc-dev\n\n* commit '9bf9a3a99ec29beff823607b5327347434d0f3fe':\n  Constrain FastScroller max width to be >= 0\n", "proba": 3.594183226596215e-07}
{"commit": "e6a8578412b0c4ef3285d9cb3fb44bc598ed7667", "message": "fix the crash problem in lvl\n", "proba": 3.1879739253781736e-05}
{"commit": "e1e874854ab8b73dc5f2346108cbfe90dabaea18", "message": "Optimize the timing to query sentence level spell checking\n\nBug: 6354647\nChange-Id: I52e6c21387c7f4d6fc05b4c50bbb0a5a6c75194b\n", "proba": 0.9999994039535522}
{"commit": "f3fe6667adbd8fe9c573c9b36c3184d6a1e96a81", "message": "Added Example w.r.t 19.7", "proba": 1.2991513642646169e-07}
{"commit": "e81c7dd403e0c2516e4f5875561153a695cfe7e5", "message": "Actualizado ejercicio n\u00fameros racionales - simplifica en cada acci\u00f3n", "proba": 2.456006598094973e-07}
{"commit": "8639feb0a07ff744f03b15da3f451474dd19324f", "message": "JacocoCoverageReport.java", "proba": 8.478120321342431e-07}
{"commit": "c43b1916f27dd1e94bed5c10696efd5369c1424a", "message": "embedding 400 bad request into ArgumentNotValidException\n", "proba": 2.831961637639324e-06}
{"commit": "a6e439ee63d9c79343d2a2ed8c4499e8bb4fc7a2", "message": "Add WordCountJobTest.\n", "proba": 1.7402680896339007e-07}
{"commit": "a5c98f830d3417c36905639aa29f324dcfb00199", "message": "minor improvement\n", "proba": 2.0668439049131848e-07}
{"commit": "a85db50c66622f46d104cb36d8b2c33abe49bd9e", "message": "try/catch a smaller area\n", "proba": 1.3943883914180333e-06}
{"commit": "76640c6da066bebe6650dba22250c7459e629fe2", "message": "Added AsynchronousParallelRunner.java\n", "proba": 2.887063317302818e-07}
{"commit": "25fd24c27ed76729f8a0f549f6d71fed10405c3c", "message": "Initial revision\n", "proba": 4.850659820476722e-07}
{"commit": "67dede28aa412329cd7c34e077928d5da4e53d23", "message": "Creative menu\n\nThis Commit was done with GitHub Mobile", "proba": 3.1929943133945926e-07}
{"commit": "0defa856a19a7520ee74fe77dcfd00dbe7a9c8d1", "message": "tiny script to extract homophones from Wiktionary XML dump\n", "proba": 1.878620992101787e-07}
{"commit": "0322ad8b15dd976429c838e8b7087ad4ae8b0abc", "message": "am f0696d99: am 25f6d3e6: am f7dea15b: am c9ffd746: Merge \"Don\\'t call setTask twice.\" into klp-dev\n\n* commit 'f0696d992f4a18b12959ccf72e35d1ac1954cb6a':\n  Don't call setTask twice.\n", "proba": 4.696047710694984e-07}
{"commit": "4309dd1d38792e1488244aa023d4b1dd68c8ec1a", "message": "CAMEL-6807: Added unit test\n", "proba": 1.1891297191368722e-07}
{"commit": "912932c2d95017d939856b0f5558259b1b73aebd", "message": "am 4ce930da: am 259c8499: Merge \"Fix issue #3089800: adb shell am -W causes ActivityManager crash\" into gingerbread\n\nMerge commit '4ce930da993c778c8b75da61a9ee3793f9aa84ea'\n\n* commit '4ce930da993c778c8b75da61a9ee3793f9aa84ea':\n  Fix issue #3089800: adb shell am -W causes ActivityManager crash\n", "proba": 1.4626673419115832e-06}
{"commit": "ecdbb6a5a325d43c61e2d31f6f69fe9f56752962", "message": "am eb3c0d9a: am 1aad3ad4: Merge \"Fix support for simultaneous VPN tuns\" into klp-dev\n\n* commit 'eb3c0d9ac387bb0aea5b4956daac1403253bc76d':\n  Fix support for simultaneous VPN tuns\n", "proba": 1.2466018688428449e-06}
{"commit": "25f5cf68e90b33daaec1852dc687115be7764989", "message": "Add test for LinkerManagement\n", "proba": 1.814534726918282e-07}
{"commit": "f818e0b4bd58ee57ecd02c93af7071dc30a436ab", "message": "OPEN - issue FLEXMOJOS-12: check presence of license.jar \nhttps://issues.sonatype.org/browse/FLEXMOJOS-12\n", "proba": 1.2749011091273132e-07}
{"commit": "e4af2cb218df9f37ab842234f0b8dae8d1884176", "message": "o Polished error message\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@895011 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.9504420240300533e-07}
{"commit": "d10290468c027ea2d277826fbb06785f80401d4f", "message": "fix for https://issues.jboss.org/browse/AS7-1931\n", "proba": 1.342734776699217e-07}
{"commit": "45bfa361baa59535b4eb475a2319d497c2c17b76", "message": "fixed 121", "proba": 4.435283074144536e-07}
{"commit": "cd72d6be8c0d28275c25e7851d856df0b2a64572", "message": "Specify a default classifier in addition to the default type for resolving standard descriptor artifacts.\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@563308 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00042420023237355053}
{"commit": "cb7072ce307f5354937825d3ed77886e7305eaf6", "message": "larger grids by default\n", "proba": 4.808213702744979e-07}
{"commit": "178ebbe5973489768056396b30ff7f1ec043e411", "message": "Updated client to work with keypresses", "proba": 1.344865978580856e-07}
{"commit": "265b194fac5b300461a6c70ada18d5a3d898adec", "message": "am f610bd78: Fix race conditions for camera prewarm service\n\n* commit 'f610bd78b2cf574faa197ed9f21128ac7795a407':\n  Fix race conditions for camera prewarm service\n", "proba": 1.618782619061676e-07}
{"commit": "92b4f077c0e7f99348a6a79793e7af1276f7d1a0", "message": "pathing corrected, folder lists support paging\n", "proba": 2.0747414453126112e-07}
{"commit": "a479ca19f5598f541d4bf0bbbf11356086965de3", "message": "added symbol table data structure\n", "proba": 4.638681900814845e-07}
{"commit": "4a30d398b2cb391d06d6eb7a33dad6f0cd1188f2", "message": "Personnage\n", "proba": 0.0004150531894993037}
{"commit": "31722c26745a8a741c53f0aaaba25b0f1d576d12", "message": "APIAuthenticator: Add interface definition for the auth mechanisms\n\nSigned-off-by: Rohit Yadav <902b9eb5dd62819678163bd5e00fbf0cbc7c264b@shapeblue.com>\n", "proba": 1.2977619689991116e-07}
{"commit": "a973fe67f5a1907909647ad301fec66d1821d54f", "message": "fix bank placeholder release option\n", "proba": 4.2304171188334294e-07}
{"commit": "572e0b1a231f13875ca3bb9d1d8935833f315102", "message": "am 42380b6d: am 9f11f105: am 7f09ec39: Fix issue #10226007: Reset apps restores most of the changed settings...\n\n* commit '42380b6de656ca1336b8b99dbc7995cfbf875924':\n  Fix issue #10226007: Reset apps restores most of the changed settings...\n", "proba": 1.1161851887209195e-07}
{"commit": "a8775258f145ced86d7276b9da97ca0c129d3281", "message": "Create MultiPrefSendablePIDController which allows the use of multiple gains.\n", "proba": 1.0534703420717051e-07}
{"commit": "abc83ba7d41c3a9450f0f458209e8ff4d0f3c808", "message": "Add SystemDefaultPlayerTest\n", "proba": 3.8843526795062644e-07}
{"commit": "17bc83ef8d9be4bbbefde74ce3050495f66355b2", "message": "Adresses review comments, OC-258\n", "proba": 1.1831762236624854e-07}
{"commit": "689f2f12770c7e5711c6d8fe84912aad63b31612", "message": "Create post4.java", "proba": 1.676425256391667e-07}
{"commit": "d947313cb0cc4275395d318cde828fc95724d313", "message": "Create 9.5.java", "proba": 0.017033929005265236}
{"commit": "946d6c4f5395f7c7a034c7507080aa5ae48c5d91", "message": "+ Renamed field componentProperties to components", "proba": 1.6753976694872108e-07}
{"commit": "02b78d106fe1e8630846ef4225a4bc1ca749a319", "message": "Create PizzaStore.java", "proba": 1.6313215382979251e-06}
{"commit": "efa3d8454b9f5597fd943e61aa0ada39fa6622b0", "message": "RCP-349 tiger enum combobox binder\n\ngit-svn-id: 789609e278efc0cd74c84a9bb7abaca0738de801@1204 817809c7-9d0e-0410-b92d-a7ac8b8adc13\n", "proba": 5.105923719384009e-07}
{"commit": "fe00d356dd631c8dd6409b230a826572fe49eb1a", "message": "Some simple js tests\n", "proba": 2.52335809136639e-07}
{"commit": "b0a04d5c08b8264d502c302348e6a987ebb5a4eb", "message": "weird obj stuff\n", "proba": 5.22354923759849e-07}
{"commit": "d73dbd007f573ed7adeb75e92b781c64043d9ba8", "message": "test single station time series conversion\n", "proba": 2.438874560084514e-07}
{"commit": "c3cdd44a2593bf70dc3c4c85211180ed2ad46414", "message": "DocumentContent: More minor tidying\n\ngit-svn-id: 50f83ef66c13f323b544ac924010c921a9f4a0f7@2641 00569f92-eb28-0410-84fd-f71c24880f43\n", "proba": 2.381203785262187e-07}
{"commit": "a90a340c3221aa250713a912a11c54bad040ddc7", "message": "WebImageUtil class\n\nThis class allows you to download an image given a URL.\n", "proba": 1.2346622213499359e-07}
{"commit": "42159c971d41777d3f6a11467d762a6f479e43ef", "message": "Start a new sketch", "proba": 2.1008770545449806e-06}
{"commit": "a0301d859dc70e340df63eaf648d93dae4dfd123", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "543129c35526c508ef4152fc95cbc0006955b1b9", "message": "+CraftoPlugin: Comments hinzugef\u00fcgt\n", "proba": 1.404297051976755e-07}
{"commit": "07e9589eadfcfa7af7bd8370fbfa19b6ad96713d", "message": "\u5de1\u68c0\u8ba1\u5212CommunityService-dao\n", "proba": 1.520985364322769e-07}
{"commit": "8c612af966d2140060ea52d8f7f1d5e2c02fce81", "message": "switched branches\n", "proba": 1.6388812582590617e-06}
{"commit": "7e6c27f36cfa8db1a566c8162df6ee5fa3a994f1", "message": "new class\n", "proba": 1.9623030311777256e-06}
{"commit": "b1000ca1a9a730634275c1095ae5f7b4d2117946", "message": "Another tweak to the previous fix for issue 436 - the sequence error model combo now shows \"Off\" when disabled.", "proba": 9.915880383459807e-08}
{"commit": "bed662c82d66c774ffca0f0470085b7053c24313", "message": "various small edits and additions\n", "proba": 1.419133326407973e-07}
{"commit": "8aed12d09ed54070456575ba3f8c9876b1c70c54", "message": "Update YouTubeFetcherNotification.java\n\nadded comment", "proba": 1.4647791601873905e-07}
{"commit": "470e1e96b3dafae5e206715594cc8beb020ca1f9", "message": "print ancestors of a node completed", "proba": 4.702927185462613e-07}
{"commit": "6e3a0ff827b33bbd9c99430d3b9888e6af28a41d", "message": "fill project contents\n", "proba": 3.7899741300861933e-07}
{"commit": "ed953ac5b1a46c4b5ac06d927c2a11dfe5596110", "message": "[103523] JSP Validator validates files in .deployables\n", "proba": 1.3186564729039674e-07}
{"commit": "ad17285e9734a45a7e8610821f62a905ff86dfb2", "message": "[nobug] set implied default value for type attribute\n", "proba": 3.005226858476817e-07}
{"commit": "3957e45665b32c047ac2f641fc0280d863ab8d73", "message": "refactor\n", "proba": 0.9999991655349731}
{"commit": "a18261dd6f7a17c573525e4ffffaf7ccb6bc0dca", "message": "This adds the missing BeanInfo class for the JMSReceiver so only the relevant\nproperties appear in the buit-in Receiver editor of Chainsaw.\n\n\ngit-svn-id: a7be136288eb2cd985a15786d66ec039c800a993@310671 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.3391097581916256e-06}
{"commit": "fa57f472a6c338ba5bfb585f8fd5a6cfc947e4fb", "message": "Issue #704: BoxingDeclarationVisitor: Make it mark Methods with a refinable void as boxed.\n", "proba": 9.90266926237382e-08}
{"commit": "6cf1ff24bfd27da5e9b3cd804c69e08d2e570817", "message": "add json stream parser.  caller adds characters or strings and the parser returns DynMap when a full map is available\n", "proba": 4.179608197318885e-07}
{"commit": "06d99a68b873c16fddcb47de2d347d624e8897ed", "message": ":sparkles: Count all distinct pairs with difference equal to k\n", "proba": 1.483498726884136e-05}
{"commit": "fe15ecb4b568618b24e9173168fb2b81dc52d7ec", "message": "Fix server crash\n", "proba": 1.1127305015179445e-06}
{"commit": "59524cec04310249d3a5a356f0d0747bbe53921e", "message": "Adjust to changed api.\n", "proba": 1.2726877685054205e-07}
{"commit": "9a3ce67c455677046194ebc5cf4713f5a7b57015", "message": "EranMes on behalf of EmmaSoderberg: Fix more logging tests. This should get the Firefox and HtmlUnit (at least) to run cleanly.\n\nr17620\n", "proba": 1.2301619278787257e-07}
{"commit": "00c44f5ebe4089682cca23483772aa5cc9c9c36d", "message": "Don't mark wsdl2java tests as failures if the wsdl is from an external\nsite and either an error occurs while trying to retrive the document,\nor the document returned is not well formed XML.\n\nThis is to permit disconnected execution of the tests.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@253174 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.228041921625845e-06}
{"commit": "d0aec2ca43493d83237952449ab4322a71ba635b", "message": "adding getLotAssignments", "proba": 2.1852092402241396e-07}
{"commit": "dde0b8b1341667c71c0e8e1a3ea14b643eda2b97", "message": "Rough draft of the main app logic.\n", "proba": 1.0817468165669197e-07}
{"commit": "621c2ab53e7347210fd1c713fc0ad532f36ef985", "message": "Use 0.0f to 1.0f for resize quality\n", "proba": 6.844844619990909e-07}
{"commit": "4306953b2677ea4cbdaddf818cbb6670815a5cc0", "message": "BBC-175 - junits for repository dao ...\n", "proba": 1.0394984428785392e-07}
{"commit": "7be9713f0d9e70bccbb573a4cfb0b497d289c9a0", "message": "RF: LoginFragment moved here", "proba": 1.187568017257945e-07}
{"commit": "752c0f7cf3e8df894c957b76af9f2f17a25e8912", "message": "mode util class final\n", "proba": 1.1126096524094464e-06}
{"commit": "b5842adb67c433a99ec46f055c4bf0206aaf7e84", "message": "Create matcher interface.\n", "proba": 1.2733772791762021e-07}
{"commit": "2d6ff7266bdb0167caed0b5fbd6475d9a90de772", "message": "SectionTrie\n", "proba": 5.692897389053542e-07}
{"commit": "06bde67499f7070cc0f2ed0022347b71553ceb86", "message": "Add ArrayOperatoins", "proba": 1.5276185649781837e-06}
{"commit": "acdcab364e8d4d452247b08f0c15db75cb5c388c", "message": "Added a user avatar image to the database and the entities.", "proba": 1.0626384039369441e-07}
{"commit": "919185008ff14196304011d57e677f81c252355d", "message": "Used to support sequencing\n", "proba": 2.843377160388627e-07}
{"commit": "e35322ec692b2dcd3ff26cea49dfd4fe90c124fb", "message": "update DES encryption/decryption\n", "proba": 3.3575627185200574e-06}
{"commit": "be06c440d77dacb8033474b389e7927983e94b68", "message": "TTA-271 Update ComboLineColumnChart Sample\n", "proba": 1.2274151117708243e-07}
{"commit": "8c40e6840f716358031c28d83b693b6d83631aec", "message": "Typo on Server Fixed", "proba": 4.46629400130405e-07}
{"commit": "f1c2e5905dbb476aa97de6758ffe2a4028494344", "message": "GMDN: improved error message in export reports.\n", "proba": 1.1118760312456288e-07}
{"commit": "37fb9c962c3a9e832876d125988bab0d83a4b082", "message": "\u725b\u5ba2\u7f51-\u8f93\u5165\u8f93\u51fa\u6a21\u677f\n", "proba": 1.3209157145865902e-07}
{"commit": "9779881bd8da6841e814e6aa26921d28ab43ec17", "message": "OAK-7337 - CommitsTracker data is always empty when exposed via JMX\nAdded unit test for CommitsTracker\n\ngit-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1827284 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.931166053736888e-07}
{"commit": "6c0d92b8645b0b978da6d58845f09018a90082da", "message": "\u5b9e\u73b0agent\u81ea\u52a8\u6ce8\u518c\uff01\n", "proba": 1.2327032550274453e-07}
{"commit": "fa74a10f252bdbfc3e4701aa87151b07812a1504", "message": "write avg density profile\n", "proba": 9.502602551947348e-06}
{"commit": "9eefbb35a5712f5fa95e0cb725ac7574a4ef2de6", "message": "cleanup\n", "proba": 3.1109298106457572e-06}
{"commit": "e55404a0a10cca1e7a2f9d7f191e4c201a567671", "message": "Preserve namespace mappings which were already in the DOM we're writing.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@252692 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.3400511054205708e-05}
{"commit": "0c55346d720ad74a90af0046609259dc283da67e", "message": "#2 pavlova05: add method for getting element from container", "proba": 1.6714270145712362e-07}
{"commit": "c23f4e64ab3fbac40106a76429e42fcbbd3b3683", "message": "set cursor for content too\n", "proba": 1.7801752960622252e-07}
{"commit": "53ead992f92d6629d01c45106c4908c0288fb20e", "message": "added test case for interception service\n", "proba": 1.9271423923328257e-07}
{"commit": "61575d6769eb3434ac6e1b1de2c28c3f2552c504", "message": "Wrapper class for SSAInstructions when used as keys of maps (to overrule equals() in SSAInstruction.\n", "proba": 1.0774699177318325e-07}
{"commit": "64a3ee8b509105cd5a8b95b0a16524c2c16f53c6", "message": "Adi\u00e7\u00e3o da propriedade identificacao", "proba": 6.440091624426714e-07}
{"commit": "c9b544ad41ad32c5f1bdcc52e95ada8fd6ae97ec", "message": "copy original Abstraction class before modifying for safety\n", "proba": 1.3256000386263622e-07}
{"commit": "d794e648c313f0c4c8f89a9032fdee26b67a078c", "message": "Check for invalid pointer index in PagedView\n\nFixes bug 9088039\n\nChange-Id: I54897df39adbf224ef3dd3de4ce7254fb70b587c\n", "proba": 1.0350544243920012e-06}
{"commit": "7013d58694f581911fbf2434ddc602a87152eff8", "message": "Added BiMapTest\n", "proba": 1.4789068814025086e-07}
{"commit": "6146b9e518ec409054d57fb1e77225ba38bd7253", "message": "swapped servermapper for clientmapper to stop OrganisationsForSSOAuthService from failing. confirmed with far corner team that links in organisation object are not used.\n", "proba": 1.0078124290657797e-07}
{"commit": "15a78e501ee052faabb07fcfbfdaad4c656a9a75", "message": "Created a base class that handles basic stuff for threads that loop\nrepeatedly, processing events or somesuch.\n\n\ngit-svn-id: 64ebf368729f38804935acb7146e017e0f909c6b@131 6335cc39-0255-0410-8fd6-9bcaacd3b74c\n", "proba": 6.8920853664167225e-06}
{"commit": "a565cfffb86141834fbc4273fcfd3a3dd20be17f", "message": "backend: Adding Disk business entity\n\nThe Disk entity will hold the Disk's data.\n\nChange-Id: Ia0f8801b7233a9a38321aa0d3bf9c4eb3e43cd23\n", "proba": 0.0004764388722833246}
{"commit": "4044c214310931fa2060a455760b78c9f0101495", "message": "[361553] [formatting] Formatting a JSP file, containing Java snippets, leads to misformatted or even lost code\n", "proba": 1.1698502078161255e-07}
{"commit": "415069c6ee52ddfc9129001cf6133a39148d28c0", "message": "datasets summary\n\ngit-svn-id: 4ac7add7d81ed2bd05f1cd887829f573a8d7df68@14611 dd7b0c16-3c94-4492-92de-414b6a06f0b1\n", "proba": 3.0055819024710217e-06}
{"commit": "df2fe60cd8d19bc00c6142614e6a4099ac48b6c9", "message": "coverted BumperHeight tests from BumperHeight obj to JsonNode\n", "proba": 1.2239061675245466e-07}
{"commit": "b51dc18ec9f77690d491a7244062492a7861dc25", "message": "added Calculate.java\n", "proba": 5.291507818583341e-07}
{"commit": "2ceb608f0a8629bf2d2f5d39b349b6e4a44e4892", "message": "Cleanup of imports\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@726945 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.870281031799095e-07}
{"commit": "b81f2382f7649303046603fed14a8a3bf317bdca", "message": "Added a LinearLayoutManager that will correctly wrap the contents\n", "proba": 1.7958522846583946e-07}
{"commit": "3b6d5631f817c67fdd3d6b0dd95213d83e5f1a76", "message": "Added JHighlightAnomaliesVisualizerPanel.\n", "proba": 1.1064896909829258e-07}
{"commit": "8262d0144b4689b6a1b24ba6e416b6e68357a7b2", "message": "c.java", "proba": 7.185151389421662e-06}
{"commit": "84b354444420255cb3b41c94a43825c6387bb1e7", "message": "CORE-1181 Support generateChangeLog in Maven plugin\n", "proba": 1.172450367903366e-07}
{"commit": "6f4bfe44444469beb8909897d996c5f3ce35be09", "message": "Added AbstractPagedResource, allow paging for any collection returning resource", "proba": 1.1038969205401372e-07}
{"commit": "7aa3e709fef676aa0c6c43f7492169a6cea72179", "message": "make test a bit more strict\n", "proba": 3.107700831606053e-05}
{"commit": "94493fecb4adee4a15f0303845f7fe8e2f7459d0", "message": "am 8d6d735f: Merge \"Mask IccId which gets printed in bug reports & radio logs.\" into mnc-dr-dev\n\n* commit '8d6d735fa8cea74f53ba29063b72b856fef69d8e':\n  Mask IccId which gets printed in bug reports & radio logs.\n", "proba": 1.35308397375411e-07}
{"commit": "cc41b92ed7e66cc5d4e14f22b3ea914175d662ec", "message": "am 0a5ae453: am 7f7474dd: Merge \"frameworks/base/telephony: Release wakelock on RIL request send error\"\n\n* commit '0a5ae453e50144b31c7f544714feb5bbc7b77d18':\n  frameworks/base/telephony: Release wakelock on RIL request send error\n", "proba": 2.9299812354111054e-07}
{"commit": "326bf8ec740cb60aa401661481538e9fb9969016", "message": "removed unused code", "proba": 2.563980160630308e-06}
{"commit": "bc0c1546d57658cfc9cb60e8a10e3cfe56b90f0f", "message": "KRACOEUS-5697 : Ignore uncertified audit message whether warning or error.\n", "proba": 1.0448835041643179e-07}
{"commit": "020087332d7c84b3889ae7dc80d1d0d9542ac41a", "message": "am 8eec555a: Merge \"Fix issue #17329290: NPE during ContentProviderRecord.dump()\" into lmp-dev\n\n* commit '8eec555a07e0bc01952281dcc20c1158543d4878':\n  Fix issue #17329290: NPE during ContentProviderRecord.dump()\n", "proba": 3.6178914797346806e-07}
{"commit": "5427df5c71f079b0cdf8407a62050a2352b420ca", "message": "KCCOI-91: Show Financial Entity attachment differences in FE Summary View\n", "proba": 1.034036714031572e-07}
{"commit": "33d92c56781f6058c9e682737a06c41f3a2d2f3a", "message": "Use package name as custom resolver process name\n\nThe process name was being assigned null. This meant that after the\nprocess attached we weren't matching the name in\nActivityStackSupervisor.attachApplicationLocked(). That meant missing\nthe call to realStartActivityLocked() and then the resolver didn't\nstart until window manager timed out and resumeTopActivity was\ncalled five seconds later.\n\nFixes bug 18301267.\n\nChange-Id: If3721caeebb309c6054150b2f707e3d6e38a74d2\n", "proba": 1.4609269783250056e-05}
{"commit": "b95cc5343ddfe5bb157394b90c27fa8007f6338b", "message": "KCINFR-39: Modifying the business rules to allow for null activityTypeCodes\n", "proba": 1.0806147088260332e-07}
{"commit": "aa737c49df79749fe92b89d745eba7442762e2b5", "message": "am 9af19bee: am 52af2ca9: DO NOT MERGE - Remove data dirs if a new install fails dexopt.\n\n* commit '9af19bee1c7da8d2e8bc6e40c6e9c1e28e0640c6':\n  DO NOT MERGE - Remove data dirs if a new install fails dexopt.\n", "proba": 1.8047045102775883e-07}
{"commit": "5d662a828935399e11723d0a5e7ff31c433e8b39", "message": "am 2f4ced30: Merge \"Consistent result when signatures don\\'t match.\" into lmp-mr1-dev\n\n* commit '2f4ced3009e1aa59f7b05a3663bc6ca6fe0a208e':\n  Consistent result when signatures don't match.\n", "proba": 8.558478725717578e-07}
{"commit": "73c64da5ef2acfb5a77c9cd5fbb417f6dba89e00", "message": "am b5451961: am f804cd88: am 7ba3d751: Merge \"Consistent clean up of failed installs.\" into lmp-dev\n\n* commit 'b54519617fb0f8cc58d0b4885c72d3f7c20cb99f':\n  Consistent clean up of failed installs.\n", "proba": 1.7728731904753658e-07}
{"commit": "704532aa41662613518099b8ef7d4b5778138606", "message": "Actually Added TFCScales Recipes\n", "proba": 1.1449138526131719e-07}
{"commit": "8e19370aac27d6e3f73997086b2cbe6a6fbc744c", "message": "am 97508a38: am 930ab23a: am 7d206d9b: Merge \"TIF: Create TvInputState only once per each input\" into lmp-dev\n\n* commit '97508a38bde74b00d6e9f252ff5a86de38c9998e':\n  TIF: Create TvInputState only once per each input\n", "proba": 1.0062564115287387e-06}
{"commit": "bd583f4993fe244dae6ae21104309876532ab023", "message": "added test\n", "proba": 1.449089808147619e-07}
{"commit": "5ce3b47fe1ba6cfe052d2268c9c9083dbccf2cc9", "message": "am f46476cd: am 19f2b16c: am 9823723d: Merge \"Cannot pan in browser if magnification is enabled.\" into jb-mr1-dev\n\n* commit 'f46476cd154a4cf81c9d756a6dbc2330f04adf80':\n  Cannot pan in browser if magnification is enabled.\n", "proba": 1.7333726987089904e-07}
{"commit": "305add410adb4e2733e46ec67ee89a57fdf6e4cd", "message": "using @Mock instead of mock(...)\n", "proba": 1.3451494851324242e-07}
{"commit": "19a53e99b90163895913b537f8d56c8aaaeaae4c", "message": "Backfilling missing test coverage for ApplicationInformationServer\n", "proba": 2.0260152666651265e-07}
{"commit": "ef27c77c8a704d79ea44097518368c2baa2114ce", "message": "[fix] \u30a2\u30af\u30bb\u30b9\u4fee\u98fe\u5b50\u306e\u8ffd\u52a0\u3001\u30b3\u30f3\u30b9\u30c8\u30e9\u30af\u30bf\u306e\u4fee\u6b63\n", "proba": 1.9201162615445355e-07}
{"commit": "0685211e5d766b59671fdf054923bba2b1a363f2", "message": "unnecessary change to handle ClassDec and MethodDec uniformly", "proba": 1.8157706449528632e-07}
{"commit": "55f1bb6ad5694c157700af31eb437a315ad779c9", "message": "Leaders in an array\n", "proba": 4.5738920562143903e-07}
{"commit": "1bdad7d5c119700937d7633e6e2fa520f2a11b33", "message": "lots of responses pending\n", "proba": 1.1509996511449572e-07}
{"commit": "fd2ecf7c9c58ba154828a75473fe5cd121157011", "message": "Add problem 42\n", "proba": 0.9995821118354797}
{"commit": "25bb03d6912f3dbd51c9db472803a9af5cba568d", "message": "remove test", "proba": 2.550035424064845e-05}
{"commit": "63b14c5d3d223a18cfe7ff61f17f6c40b1922979", "message": "bean factory service provider factory\n", "proba": 2.19272436652318e-07}
{"commit": "bbc6fb5529fe4fc502ca49de5f9b18c39d969a80", "message": "Problem #1 Two Sum\n", "proba": 0.0006788988830521703}
{"commit": "b88852b5580c675be4e485d3f6759480a6a194b0", "message": "Added TestLinkRedirectProxy unit test to replace simple URL's with pass through sproutlink redirect proxy.\n", "proba": 1.0231951819150709e-07}
{"commit": "fa55607b29ec3086fe4ad38f48a1cf5b34fa758f", "message": "BSM-65: Add smoke test to verify that the Business Services Master Page works as expected.\n", "proba": 9.626394614770106e-08}
{"commit": "4a5a2f61824d7d6ea078c996dc39246322cc44e0", "message": "fixed logic error in evaluating simple expressions\n", "proba": 5.761453962804808e-07}
{"commit": "a066d4cdc127b948cf709339ea23decc43f9d7eb", "message": "Back porting to 1.9.x: In the CustomDatatypeHandler interface, remove the render method - TRUNK-3036\n\ngit-svn-id: 4718f6e240ca7210205b40b658d48b65419e2f31@26029 5bac5841-c719-aa4e-b3fe-cce5062f897a\n", "proba": 1.0110118637385312e-05}
{"commit": "7507f6f38b14436ae8c94430e25605e3fe3e4bf5", "message": "Skeleton for problem 1455\n", "proba": 8.609356427768944e-07}
{"commit": "e585f14d2b1d4de5e18c60c5f0781d17aff01a23", "message": "Add basic test for OgcMessageDistributor\n", "proba": 7.824546059964632e-07}
{"commit": "c529d8d8c709aed9c9e6d87af3ce2eb4c73da4bf", "message": "Prevent crash in View.createSnapshot if getResources() returns null\nBug #5260241\n\nChange-Id: I90b6d5a8961a6b7b50603a9f59a6e39093646bd4\n", "proba": 5.336153208190808e-07}
{"commit": "4d6fe5ffdc62625726e5785edb0e01586d6072bf", "message": "allow subclassing for drawing vertical scrollbar, so that clients (e.g. webview) can resize/position\n", "proba": 4.6367932782231946e-07}
{"commit": "050ba4f3aed287d2cce4c3f3ad945dc81fa09a81", "message": "issue438 - Added simple test of defaultRequestHandlerFactory\n", "proba": 1.122534740716219e-07}
{"commit": "db2031e215ab9aca0d41a0dd7f8f571f6bd94110", "message": "am ba4bbe79: am 6f1edae8: Merge \"Send VIEW_SELECTED event when View selection state changes\" into lmp-mr1-dev\n\n* commit 'ba4bbe79c2610bd4c0525837ad6654e0e36fd32d':\n  Send VIEW_SELECTED event when View selection state changes\n", "proba": 6.676675639027962e-07}
{"commit": "3427f57e036b3e535ca40076524eb53a72df4980", "message": "Retire PFLAG_ONLY_DRAWS_BACKGROUND.\n\nPer discussion on another CL, this CL retires\nPFLAG_ONLY_DRAWS_BACKGROUND because this is over-optimizing and\nmisleading.  Also setFlags() needs to care both the background\nand the foreground.\n\nBug: 20734520\nChange-Id: I57d63e776b5fbad9effd10ad87e683bbb2a6dacd\n", "proba": 5.667568075296003e-06}
{"commit": "5a8221c9860e82b415089e1ecfd40c3ce409ef81", "message": "RelationKey: create a wrapper for [user].[program].[IDB]\n\nNote that SQLite (and most other databases) only support two levels of\ndot-indirection. So, here I'm using [user#program#IDB] instead. This\nworks with SQLite at least.\n\nSigned-off-by: Daniel Halperin <1a02732a15f637c31107256cbee5819e36aa7c67@cs.washington.edu>\n", "proba": 2.184160166507354e-06}
{"commit": "6410ce80c3fcc566384297471b3f3a2a3fe8db6e", "message": "Fix monastery clue position\n\nOld position was on the wrong plane and too far north. This puts it upstairs in the position the wiki image shows.", "proba": 1.046792448278211e-07}
{"commit": "a9d85c3140ac97d01bc1b49750b5516bd3531fda", "message": "Added RC4 stream cipher java demo\n", "proba": 1.612626903124692e-07}
{"commit": "624cacec7b38c17ed62bf22a25433c865e82b578", "message": "Refactors RegisterDevice class to utilize common functions.\n\n- this removes a lot of duplicate code\n- aligns comment style\n", "proba": 1.095541961149138e-06}
{"commit": "a097582ab42c72419f7750afc95ee6e599eb735a", "message": "Atualizacao autom\u00e1tica\n", "proba": 1.5049522517074365e-06}
{"commit": "2d79c8979095c887aedfa4b6c8454fe9298fccbe", "message": "Do not depend on system encoding settings when running Tomcat tests.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1090083 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.453688688954571e-06}
{"commit": "604a37c458053dc87a7f9a6839946f5a4ccbcc63", "message": "ACTIVITI-3310 Add unit tests for Extension methods\n", "proba": 1.1234493513256893e-07}
{"commit": "d3f118708f52ceab37968caaa51a7250ea101949", "message": "Add synchronized to persistence.\n", "proba": 1.7740401858645782e-07}
{"commit": "85865d55f06bade582313c83f27496e3180569a9", "message": "Allow initializers to clear reset protection data during device setup.\n\nThis allows initializers to recover from failures that occur after\nit has added an account on the primary user.\n\nChange-Id: I3444f16520eed4b315d6ea4761f598f55d1e6ddd\n", "proba": 2.867990360755357e-06}
{"commit": "d67f3f667ddffb332a4d56683b331dfb7344558f", "message": "Added interface to inform calling activity when the asyncTask is completed\n", "proba": 2.0495473052051238e-07}
{"commit": "c9bd3a84837e931df84df7a0e1f0329f9b735906", "message": "Adicionando classe s\u00f3 para teste do funcionamento do GIT.", "proba": 1.1750675099619912e-07}
{"commit": "4f56e30b78c7e4f42b1ef1d6883ed3fa01a1ab37", "message": "KRACOEUS-7763 Proposal Admin Details Service test\n", "proba": 1.0944521733335932e-07}
{"commit": "2c0e91f0cac3f5e0b0e27df8e3f748e2e497e9a7", "message": "simple line merger script\n", "proba": 4.5837870743525855e-07}
{"commit": "962caba3778198461e49e49efe444a0f71754538", "message": "Added pkg-info", "proba": 1.2984787645109463e-07}
{"commit": "0c037dfad213db394c376148d83a421c1cbd127d", "message": "Utility to run processes\n\n\ngit-svn-id: f6f45834fccde298d83fbef5743c9fd7982a26a3@40110 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.453492685272067e-07}
{"commit": "5280a17b68ab4379dd022239f0189042e5309d07", "message": "TWEAK: new classname for UriConverters\n\n\ngit-svn-id: 25dac4f723c7e5b42083d4a98669c37f60455592@984 69e27eb3-6e27-0410-b9c6-fffd7e226fab\n", "proba": 3.778858115310868e-07}
{"commit": "c5a63994e1f910021da1a2e2acecb1fdc9ffcaf7", "message": "TwitterContributor class enriched with new fields", "proba": 1.3989448177653685e-07}
{"commit": "c8e9e184f2d3682213597146fcc435f7ad2e653e", "message": "Push update to to test travis ...\n", "proba": 1.0715591969301386e-07}
{"commit": "0a8a5280e9961d7b3e942035d1fc48f69cf06104", "message": "FLEX-3545 ~ Fixes delete issues with light measurement devices. (#335)\n\n", "proba": 1.0270920824950736e-07}
{"commit": "28553c9ee09901eba808b1fc2feddca04770066e", "message": "Do not use SLF4J/Logback API directly\n\nMotivation:\n\nTrafficShapingHandlerTest uses Logback API directly, which is\ndiscouraged.  Also, it overrides the global default log level, which\nsilences the DEBUG messages from other tests.\n\nModifications:\n\nRemove the direct use of Logback API\n\nResult:\n\nThe tests executed after TrafficShapingHandlerTest logs their DEBUG\nmessages correctly.\n", "proba": 6.794065257054172e-07}
{"commit": "1055d1b68fe740b3080ade32db27c3ffe9d6918b", "message": "Fixes #341 by creating proxy HttpHost with default scheme (HTTP)\n", "proba": 1.0921562676458052e-07}
{"commit": "550f8c84b0a1d15cba2ab478067292f766c320aa", "message": "Increased code coverage of InvalidationUtils.\n", "proba": 1.2520905556812068e-07}
{"commit": "55b66a82d4e4286841630b84e19223fc01dea717", "message": "Fix for issue #11149: sometimes we fail to determine the ancestor version, but we\nsee it too late as the editor is opened with an \"empty\" parent node. In such case ENTIRE file is considered as a huge merge conflict. So as quick and dirty workaround we avoid using 3-way merge if parent content is unknown.\n", "proba": 1.0549965168138442e-07}
{"commit": "a896ba614eb792536ccde84d4f0f48c3e37982d9", "message": "Create Permutation_Sequence.java", "proba": 6.553878506565525e-07}
{"commit": "5628fec6d560ddba17fc48d5b9c915eb66ff731f", "message": "Use setCurrentAction() during conversion", "proba": 4.145054504078871e-07}
{"commit": "75a73a48cfbba187901e9b272712d63d40a2992c", "message": "First version\n\n\ngit-svn-id: d2601f1668e3cd2de409f5c059006a6eeada0abf@606 cb33b658-6c9e-41a7-9690-cba343611204\n", "proba": 5.642677933792584e-07}
{"commit": "87e95f075072b2f9d06b5fb6f4eba67fa32e09f6", "message": "Update SwamplandBiome.java", "proba": 4.0767341147329716e-07}
{"commit": "0d936d9904547910ff2b0828e3936a472bc1ab78", "message": "start\n", "proba": 1.4154517884890083e-05}
{"commit": "b80f2ccc078ec780481aa408dc4b2fc2731dd40e", "message": "added a generic serializer that converts objects to maps/arrays/etc\n", "proba": 5.534018328035017e-07}
{"commit": "1df21abda79c496cbc33682dac759bfbb48197fc", "message": "added missing TestGenericBroadcastReceiver2.reset()\n", "proba": 1.329325840515594e-07}
{"commit": "13e7b7492a0c80776b00c5039d27179ad1da397a", "message": "Properly deleting MainPic\n", "proba": 6.5802683820948e-05}
{"commit": "6f5f9ae105c1c67c4f7daed41f6dd8eab030232d", "message": "EVALSYS-69 extending ScheduledInvocationCommand\n\ngit-svn-id: 6eed24e287f84bf0ab23ca377a3e397011128a6f@8949 fdecad78-55fc-0310-b1b2-d7d25cf747c9\n", "proba": 3.6336624020805175e-07}
{"commit": "1b34f5cb20ec333258cf8ea66be2d2d919da9521", "message": "check for read access on yt-task complete (permissions could have changed in the meantime)\n", "proba": 1.100568880474384e-07}
{"commit": "ab28ffebb3e1e0f52820a98c5726317e55e233ce", "message": "Adding Dataset Entity\n\nfirst shot at Dataset entity\n", "proba": 9.839922086030128e-07}
{"commit": "f6c74668e8c33f9e9f39147cc613edf773a318bc", "message": "Add SelectedMessageAdapter.java\n", "proba": 5.491821752912074e-07}
{"commit": "9344be91d5cc62a98d9151661fdd2399b838e611", "message": "\uceec\ub809\uc158 \uc704\uc790\ub4dc\uc5d0\uc11c \uc18c\uc2a4\ub9ac\ub354 \ud14c\uc2a4\ud2b8\uc2dc \uc0dd\uc131\uc790 \ubabb\ucc3e\ub294 \ubc84\uadf8\uc218\uc815.\n", "proba": 1.2208681710035307e-07}
{"commit": "03ca236a72b3f3f0af7b14f158d9ae47c7655dad", "message": "changed to getFilterRow\n", "proba": 5.356762926567171e-07}
{"commit": "5ee0a05582db6d7268dfe1ac5f5d0c3668a63edb", "message": "Cleaned up/simplified module.", "proba": 1.5087447025052825e-07}
{"commit": "85b10c5059eaaf008802ea45455ce2d885c48490", "message": "Creates default configuration\n", "proba": 6.150050921860384e-07}
{"commit": "2e3314aa700c9e4c743144a90a566fcbd57ad671", "message": "add class AutotoolsAgentTest\n", "proba": 3.036896032426739e-07}
{"commit": "1d0d0663df12daaeea5fbf59a4554f46322c0ccd", "message": "Min,Max,Range takes long parameter\n", "proba": 1.994717968045734e-05}
{"commit": "d5b6cb6c3035ff1b3678343bceb82eb1053be3d2", "message": "Test case for the refactored add SAML token class.\n\ngit-svn-id: 10bc45916fe30ae642aa5037c9a4b05727bba413@383397 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0004465794190764427}
{"commit": "6ed652c73eb576498f726a8a48fa60b9a05cf96d", "message": "Refactor Validate to util package", "proba": 2.755811578936118e-07}
{"commit": "9c3f149757e2f0d0ac9182a0302d35239528749e", "message": "[SYSML-252] Adding missing test suite class\n", "proba": 1.369443793919345e-07}
{"commit": "6b18020c2ecb947601d2aba36977401cc68fd632", "message": "Feature complete OEMWriter before testing, Issue #259\n", "proba": 1.0639789849165027e-07}
{"commit": "432a6e817dba0538a578355993a0d99f31d758ec", "message": "fix tab panel malfunctioning\n", "proba": 3.740836120869062e-07}
{"commit": "2a72104e42b79f33e4acfbbb3a9f5cf016b836b7", "message": "Author and comments added.\nupdate sex and zygosity attributes\n", "proba": 1.6334497843217832e-07}
{"commit": "d960cb038f409e24955013834d6b88f57ad677eb", "message": "Remove options from exam that are no longer available\n", "proba": 2.376655032776398e-07}
{"commit": "9e694025cc43fff9d783dfc4ac1d8832925ac647", "message": "fixed typo\n\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@2571 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 2.879739895433886e-06}
{"commit": "0e0d1fee590b8b1375e7114160406f8504ef4552", "message": "[ANDROSDK-812] Add TrackedEntityInstanceObjectRepository\n", "proba": 1.315691946501829e-07}
{"commit": "0a3eda9cd73da174cbf4cc761c3cbbf9fecf28b7", "message": "Debug info.\nPR:\nObtained from:\nSubmitted by:\nReviewed by:\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@252976 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.1797518456878606e-07}
{"commit": "830a2652f3d5390ac2062caff6f6b790b0fd3218", "message": "and another minor fix\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@258444 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.715322342643049e-07}
{"commit": "960d403a5e18b4c540fd74e82d170d98b57c9500", "message": "Percolation: I havn't found the algorithm for memory bonus, I tried but\nnot succeed yet.", "proba": 1.3495683504061162e-07}
{"commit": "38bb29c7cf2a933f3d3b89ce5ef9af32e1e8ba75", "message": "App auth test!\n", "proba": 6.677866508653096e-07}
{"commit": "e7006a333ca691889ee384cd4e16f9e8a4e38622", "message": "Add no lambda code\n", "proba": 0.9999525547027588}
{"commit": "727acaba3508bb21c813a43c213c7e2f5582d95d", "message": "Handle destroyed tab cases in Reader Mode\n\nThere are instances where callbacks and events can be triggered\nand then the host tab for Reader Mode is destroyed. This change\nadds checks for these cases.\n\nBUG=556930, 556456, 556354\n\nReview URL: https://codereview.chromium.org/1451103004\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#361168}\n", "proba": 9.494409027865913e-07}
{"commit": "3dd2bc3ce410a8b3fe41f936c47d46b83e9251e9", "message": "Export org.apache.http.pool\n", "proba": 2.1056261175544932e-05}
{"commit": "2d34721afc2d48e3a198a44711de5ed2c2c470ca", "message": "[ANDROSDK-813] Add EnrollmentCreateProjection\n", "proba": 1.2417793016084033e-07}
{"commit": "08b065a284e7a953ad0aea7181f3eae8672dda9e", "message": "Fix broken head method\n", "proba": 0.0007001053309068084}
{"commit": "7ead8f766d61babc19f87f764852026569a67def", "message": "Added service class for editing billing details\n", "proba": 1.2565055840241257e-07}
{"commit": "a4502fa7e4521a2e58b31221df71f05b78f8573d", "message": "ObservedRemoveHeadSequence: suppresswarnings unchecked moved", "proba": 3.815679860963428e-07}
{"commit": "3859168ad927a2abf81cb5b39536d8a5c5911bc3", "message": "created first draft of interface DBPolicyStoreManager\n", "proba": 1.5274015652266826e-07}
{"commit": "6fa496b5363297de486e453d93beebc9b6270f1f", "message": "OAK-619 Lock-free MongoMK implementation\n- A logging DocumentStore wrapper\n\ngit-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1468039 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.90748510881167e-07}
{"commit": "a75d1787be17619e2f267609a97f10e09440c2f9", "message": "Bug with CT List Activity.\n", "proba": 1.145216330655785e-07}
{"commit": "fe14d90323b3e90b826e25b2202e8587d551be24", "message": "Add implementation rule Rgaa32017Rule090202Test\n", "proba": 2.466338742124208e-07}
{"commit": "f3b909db5f279c54708d0a86c24cb1ab9ccefde7", "message": "Fix test broken by fix for BZ57938\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1685772 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.6990809348935727e-07}
{"commit": "5d13662bb59a932bd211bbef0623017a4daa2814", "message": "am e8efb182: am 25ea66dd: am 4056d9cb: Merge \"Fix matrix multiply in accessiblity display adjustments.\" into lmp-dev\n\n* commit 'e8efb1826b97771dc4c94d0fbe463962b9d9d1a6':\n  Fix matrix multiply in accessiblity display adjustments.\n", "proba": 1.9901358427887317e-07}
{"commit": "692509df947ff99485bc99b0be9b7b2835675b91", "message": "Updated #105", "proba": 1.5132953024021845e-07}
{"commit": "e000a56b5442c6b55467c89229b093abb9190d9a", "message": "New location", "proba": 1.7979102722165408e-06}
{"commit": "424777e08ecb30d61a963a9a5e30bea26350291c", "message": "Made ConditionalUnderscoreFieldNamingStrategy more efficient\n", "proba": 1.295764775477437e-07}
{"commit": "24a6a7e064af5a8982e83112bbfe3493cbc6e144", "message": "rest-testing\n", "proba": 1.291320359086967e-06}
{"commit": "f637b232145314eb5320d64e50b72ef261758d01", "message": "\nIssue: WICKET-4081\n\ngit-svn-id: 5a74b5304d8e7e474561603514f78b697e5d94c4@1175076 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.9586414029836305e-07}
{"commit": "745c7b673bb2364a6b73143003bf696348cfa4fd", "message": "Added function to scrape result count from google search results page\n", "proba": 1.371177944520241e-07}
{"commit": "7ffbfca542eabc66ec41a946985d700705b791e4", "message": "Added test for planting\n", "proba": 1.224976955427337e-07}
{"commit": "6c1ffbd65ff29157cba840f92a26535a346b94e1", "message": "Update AStack.java", "proba": 1.2489878145061084e-06}
{"commit": "1eb6024c28ab0d72451a4ab1bc7a877befed2f84", "message": "Refactoring\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@8077 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 2.3766606318531558e-05}
{"commit": "116bade5f4cf3dc62eedf099f3267069f7edfa08", "message": "Added test case for CardSpaceDateConstraintValidator\n\ngit-svn-id: c54c250ef6781e452e8ba97060b13a35b2e33c47@414 5bee6cb3-3d18-0410-8c93-a642edd49b48\n", "proba": 3.6997863617216353e-07}
{"commit": "bd75036faf955a040e8e1bfe9e8149c572e2cc70", "message": "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 \u21165\n", "proba": 0.0001872676075436175}
{"commit": "950389a98ccadee390dab8dbfad70cfccccf1def", "message": "FIX: Illegal state exception when no books found, FlowCursorList cache disabled.\n", "proba": 1.0008950823703344e-07}
{"commit": "c97fe16b8b14e19d99cf9bcd6311f5e0a0bcf254", "message": "imp: add start/stop message\n", "proba": 6.284118967414543e-07}
{"commit": "896da9ab92a6e88ce013086da5dcfa8dba6ad9de", "message": "Fix build error\n", "proba": 8.29380155664694e-07}
{"commit": "99849713c9b81137a484754b44454fe416bedca7", "message": "[807][cygnus-common][ManagementInterface] Fix issues during code review\n", "proba": 2.2179094116836495e-07}
{"commit": "47d24988c334ed3b95e9ab14d6f67f2fcbc28fa6", "message": "Added processors to backprop.\n", "proba": 1.1562784152374661e-07}
{"commit": "1e912c868f677d2d01116aba9cc94db63edaad4a", "message": "Added missing cast in ReferenceObjects for JDK 8 (#10866)\n\n[ERROR] ReferenceObjects.java:[719,39] error: reference to ListenerConfigHolder is ambiguous\r\n[ERROR] both constructor ListenerConfigHolder(int,String,boolean,boolean) in ListenerConfigHolder and constructor ListenerConfigHolder(int,Data,boolean,boolean) in ListenerConfigHolder match", "proba": 1.211946596413327e-06}
{"commit": "0a632d5e57e7ad72a929d3c215be333f9ea17c3e", "message": "SDC-16014. Remove Additional Key-Value pairs in token request body from OAuth2 config\n\nChange-Id: I988823a27d215a5b98a8c9a14eb0f8f37ef9caa3\nReviewed-on: https://review.streamsets.net/c/datacollector/+/36410\nReviewed-by: Sebastian Sanchez <3a0ced3499942d570aa0a8fdf3162f7ce6155f85@streamsets.com>\n", "proba": 4.533876563073136e-07}
{"commit": "41ab38708af87dc5e46ac4e56e6f00025b38c8dd", "message": "Redfactored generic FOP test to self-contained JUnit test.\r\nMore to add.\n\n\ngit-svn-id: 102839466c3b40dd9c7e25c0a1a6d26afc40150a@196940 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.9848104077245807e-07}
{"commit": "44c784f38d8a2aa495a629505627867fa5f8a625", "message": "\u628a\u65e7\u7684Log4j\u7684TestAppender\u6062\u590d.", "proba": 1.2177007135960594e-07}
{"commit": "2da9913f6298bf0b24eda6cbc883d202aa3f813e", "message": "470.\u7528Rand7()\u5b9e\u73b0Rand10()\n", "proba": 1.314161181653617e-06}
{"commit": "42336d8c032f740457d0a6d3d301f239cacb658b", "message": "339 : \u4f55\u4eba\u304c\u56de\u7b54\u3057\u305f\u306e\u304b\n", "proba": 3.8888745734766417e-07}
{"commit": "289a3ea136be8a45f16c7b08345e3cfefd3c7fa6", "message": "Update StackListClient.java", "proba": 1.7428869796276558e-06}
{"commit": "467a40402bf4a4f84a4f60ae8086eee9ef8c5641", "message": "don't throw an exception when offline\n\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@387767 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.6344733921869192e-06}
{"commit": "38b03a76616edffabb97f4131e268c701dffb00f", "message": "Add windows media support check in MediaMetadataRetrieverTest\nbug 2232274\n", "proba": 1.2636967028356594e-07}
{"commit": "0dba553ebe6051bdd845a2ce1b06ec648b9e51ec", "message": "Remove redundant null checks\n", "proba": 7.210481271613389e-06}
{"commit": "f756b5ac73ccb9467076b831f63a1658556da01e", "message": "Update to new property name\n", "proba": 3.6711134043798666e-07}
{"commit": "1cb0b43ed8547592d6ba7626b8e209995313e56f", "message": "BFS for BTree loop\n", "proba": 2.579332942787005e-07}
{"commit": "4dce51c44bfb237d9f6fad276f6508ada898b633", "message": "initial import\n", "proba": 6.214378913682594e-07}
{"commit": "fea02e66c4e4f23a43191f7b93c0d7fe54230e94", "message": "Fixed a bug with svelte and voice assist\n\nHandling the case that no info is around.\nBug: 20925281\n\nChange-Id: Id5a4c4373877909a898c8852891a854eacbc1f6c\n", "proba": 4.416071988089243e-06}
{"commit": "7df9272cf1fb98d1517c10bd86fb5556f676c56d", "message": "Added library for some useful methods.\n", "proba": 1.0727371346774817e-07}
{"commit": "018d8bd5b543e878af3707ca67aa17f04280b15e", "message": "Create LongestConsecutive.java", "proba": 0.0004948286223225296}
{"commit": "8f4f256a7d8d6bb139c365e0a82f981e53eab7f5", "message": "Temporary files could be deleted too early, preventing their further processing.\nPR: AXIS-2574\nSubmitted-By: Rodrigo Ruiz <rruiz@gridsystems.com>\n\ngit-svn-id: 3495a5c4bbe5ece00c09619c056c9a903ff1da72@711197 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.818707566300873e-07}
{"commit": "4c064a700d360f0a77e6fc904da6f54f4ff319f6", "message": "Added tokenizer test.\n\n\nimported from: dustin@spy.net--java/spyjar--head--2.1--patch-44\n", "proba": 3.270042157055286e-07}
{"commit": "54294369959a8d1c9c075864012b59058ba9f4c7", "message": "Updated licenses on all files\n", "proba": 1.940439204872746e-07}
{"commit": "25c0073a812919aad7d2991453916db7006ef998", "message": "Create Orders.java", "proba": 8.791560617282812e-07}
{"commit": "50b8405562f8bf3d369120f2d0824b53b33905ea", "message": "Create PacMan.java", "proba": 0.00047024735249578953}
{"commit": "1e0cf186495a7cc05cdb24a9b77861703dd2668f", "message": "Fixed toString\n", "proba": 6.614294534301735e-07}
{"commit": "3972d62cdd3a42291a77a9d973c0c86d3c7acaf5", "message": "Create SpUtil.java", "proba": 9.877417141979095e-07}
{"commit": "d896a4a9d362adaf04ea803227ff21d77811fe74", "message": "Given genotypes for a trio, phases child by transmission.  Computes probability that the determined phase is correct given that the genotypes for mom and dad are correct (useful if you want to use this to compare phasing accuracy, but want to break that comparison down by phasing confidence in the truth set).  Optionally filters out sites where the phasing is indeterminate.\n\n\ngit-svn-id: 4561c0a8f080806b19201efb9525134c00b76d40@5824 348d0f76-0448-11de-a6fe-93d51630548a\n", "proba": 0.504490315914154}
{"commit": "abf8d6b99eb2704c585f74c37ab6ceb7fd19283f", "message": "Update Test.java", "proba": 1.0936796570604201e-06}
{"commit": "e2d89a02c71f25368029aae539db2f6bb19720b5", "message": "Added helper methods for transforming lists/arrays of Files to and from path strings\n", "proba": 1.3038032875556382e-07}
{"commit": "2e5ac48f5affe5ddb236b7ca6e76eb7473e723b1", "message": "Added missing interaction session builder\n", "proba": 2.2142975808492338e-07}
{"commit": "f2a5c26a174272b2599141cc663c8045ece5fe93", "message": "added simple templating mechanismn\n", "proba": 1.9786844518421276e-07}
{"commit": "e2c297044cb1df9d008301d48fbde1ee308c7f70", "message": "update copy role test.\n", "proba": 1.2266825422102556e-07}
{"commit": "3741372294ee659b980802e7561953edb3b76f18", "message": "am 397eead0: am 1a11124f: am a0fb1aa2: Merge \"Fix NPEs when inflating a ValueAnimator.\" into lmp-dev\n\n* commit '397eead03b4823ce38b94421c36cc7e4b5e794a5':\n  Fix NPEs when inflating a ValueAnimator.\n", "proba": 1.8477997798527213e-07}
{"commit": "2e74765168071a770906a7d8173b5d03351ae3fd", "message": "\u30ed\u30b0\u30a4\u30f3\u3057\u3066\u3044\u306a\u3044\u3068\u304d\u306e\u51e6\u7406\u306e\u30df\u30b9\u3092\u4fee\u6b63\n", "proba": 1.0862556791835232e-06}
{"commit": "1928bcbcc116e264a734aede72aae6d886366a06", "message": "am 1d7b3dc1: Merge \"Make LayoutTransition.setInterpolator() actually do something\" into klp-dev\n\n* commit '1d7b3dc126a493bec79df3e759a8391040e6a308':\n  Make LayoutTransition.setInterpolator() actually do something\n", "proba": 4.528157205641037e-06}
{"commit": "b53bfd25f5f8801c14a516eae8ccb6ff0db7e40a", "message": "am ed6e0b92: Merge change 2522 into donut\n\nMerge commit 'ed6e0b92dd8a42a67d0ffd5cb62d69a65dfcd051'\n\n* commit 'ed6e0b92dd8a42a67d0ffd5cb62d69a65dfcd051':\n  This function should be public\n", "proba": 4.1515304474160075e-05}
{"commit": "e18b673a4dc8955dd0ecd53c57bb3f478614a92a", "message": "am 330dfa7d: Merge \"Fix @see link in DocumentsContract docs.\" into klp-docs\n\n* commit '330dfa7d11c542aa99aa277f75113bfc916d72dd':\n  Fix @see link in DocumentsContract docs.\n", "proba": 2.591149836916884e-07}
{"commit": "47e1fb0ca151d15e2d15aebab5688fbe18b454e2", "message": "Fix for M2, which already succeeds for M3\n\ngit-svn-id: a2bbb1fab13620978cd8e680264822dd67b2026c@1493936 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.0161397717165528e-06}
{"commit": "048eb3bfa124f0869f644fc82a50696f593fe592", "message": "Implement timeupdate events for video tag.\n\nFix http://b/issue?id=2210105\n", "proba": 1.6466251508973073e-06}
{"commit": "763631cd247e21b167063023e7dd1395e05ebbf6", "message": "Improve JavaDoc on AtomicFile.\n\nChange-Id: I042fa533ea5d4adca8ae6d42dbd8de32adb34cea\n", "proba": 6.91488676238805e-05}
{"commit": "858ce85786bef98f03d260c2cb35c089b2965664", "message": "Issue 70: improve handling of breakpoint grouping and fixed task description changed issue", "proba": 1.2724935061214637e-07}
{"commit": "cdd7e227fec93542c42371fc7bd0403dbe386153", "message": "disable/enable terminal from world where is procedent.\n", "proba": 1.3496365625087492e-07}
{"commit": "849642afe4e1140860e9dedf189f6658066ff4b9", "message": "add a service for automatically registering (RESTful) APIs into ZK so we can browse/view them more easily in tools\n", "proba": 1.3559530032125622e-07}
{"commit": "888bcb7de6ca07b96afe5ec913708c97a6c9c529", "message": "Update FixedScrollLayout.java", "proba": 3.983219585279585e-07}
{"commit": "f50698cdf8bb3cc649d975cc1d183e9e7a85a7dc", "message": "Added an RxCollection for BiMap.", "proba": 1.0593176114070957e-07}
{"commit": "4b7ba84bba02c2fd6554e2e3c1be3bf1ee9ea79a", "message": "New top class for all providers.\n\n\ngit-svn-id: 6c0206e3b9edd104850923da33ebd73b435d374d@621683 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.228090008633444e-06}
{"commit": "9cb84dfcb525f025141c8f55688076defbec2ca6", "message": "INTERLOK-3167 Add new data input parameter for file input streams\n", "proba": 1.6004450742457266e-07}
{"commit": "a40bfe8aabf335ac74b94fd24e922160306290fc", "message": "Added classes for UnitConversion\n\ngit-svn-id: a58f1e388be0b035aaf3ce3f4edf164054050d24@97 65eab6d0-0751-0410-986a-37c5601cf520\n", "proba": 2.0961029179034085e-07}
{"commit": "9f49d08915c7ee1fddbe8b8acbefea5cd679c3cd", "message": "undoner improve\n", "proba": 1.0125742164746043e-06}
{"commit": "2f28243f97f468e92316a2c7ea209c857689ab43", "message": "\nRFC: An AST builder helper class.  This class has two goals:\n1) have a simpler method of building the AST for those new to the\ncompiler.\n2) create a more readable AST construction. Rather than something like:\nNode fn = new Node(Token.FUNCTION, Node.newString(Token.NAME, \"fn\"),\nnew Node(Token.PARAM_LIST, new Node(Token.NAME, \"a\"), new\nNode(Token.NAME, \"b\")),new Node(Token.BLOCK));\nyou would have:\nNode fn = function(name(\"fn\"), paramList(name(\"a\"),name(\"b\")),\nblock());\n\nThe intent is that the the referencing class will have a \"import static\nAst.*\".\n\nR=nicksantos\nDELTA=560  (560 added, 0 deleted, 0 changed)\n\n\nRevision created by MOE tool push_codebase.\nMOE_MIGRATION=3726\n\n\ngit-svn-id: 708380be11bb4c96db8d1bd19ea12a301575c487@1602 b0f006be-c8cd-11de-a2e8-8d36a3108c74\n", "proba": 0.9999502897262573}
{"commit": "277ad105a1a512b6832201d57c6c0f62e774fce9", "message": "Declared Application.getSystemMessages() API as final: JavaDoc changed.\n\nsvn changeset:5529/svn branch:trunk\n", "proba": 1.1793138128268765e-06}
{"commit": "cc16022f69402a0e984013772d390d6b81433d90", "message": "Modificado ej04 - a\u00f1adido ejemplo de codificaci\u00f3n y decodificaci\u00f3n", "proba": 1.3882434757306328e-07}
{"commit": "c9f435e9e9f20d354eb466b9a52cf0fcc158b17f", "message": "added CQL expiring KVS\n", "proba": 1.965457414598859e-07}
{"commit": "7d8cba18f4dd99d03d6b3956b3f3b48270cabf93", "message": "happy number -- straight forward way.\n", "proba": 1.9731500344732922e-07}
{"commit": "6c8adfc98277e96074ce065455bdf15c1a81c7d8", "message": "SEC-640: Test class for FilterInvocationDefinitionSourceParser \n\n", "proba": 1.2765313783802412e-07}
{"commit": "38543ddbe85e32574cf1c17c59243afdd625a357", "message": "BaseAdapterDecorator tests\n", "proba": 2.906678275849117e-07}
{"commit": "d177fd5a17ffc8001573bca1a18a411392e487ba", "message": "[#735] Make sure the handshake ChannelFuture is notified after the right encoder is present in the ChannelPipeline\n", "proba": 1.2469747900922812e-07}
{"commit": "44d304a74478946328fd39549aa4751d4e481bcd", "message": "Chapter 22, Exercise 8\n", "proba": 2.244644150550812e-07}
{"commit": "bfc5ae652a57d1f53848a7c2d51b8f9d86e821f8", "message": "deprecating LossCalculation\n", "proba": 9.458914973947685e-06}
{"commit": "d99aefa800aba387248c035a92bff82a32c986ea", "message": "oracles: Add test for checking batch sizes of TestWordEQOracles\n", "proba": 1.985775384127919e-07}
{"commit": "1bbdc52ab9934d25dec8b397e2ee5e4815f8a9a5", "message": "Bug:17389: Add support for mixed document type of documents from MarkLogic.\n\n", "proba": 9.954936786016333e-08}
{"commit": "b9ed2d7aefc3e371e8d307f2f42a6e03f9d591d6", "message": "Add utility class.", "proba": 1.8558793613010494e-07}
{"commit": "7579344b3ae7ca36e75a0196afa0bbc18f344f29", "message": "Clean all builders first, then build them\n", "proba": 2.7835989158120356e-07}
{"commit": "09f0b9bf793b75b36c88257e6a2a73b2f75fa0ed", "message": "Added debug action to dump project config props metadata to CSV file", "proba": 2.0440739945115638e-07}
{"commit": "89cb01bae6ba73fb72f6877065495810a66aeadf", "message": "removed useless code\n", "proba": 1.0886391464737244e-05}
{"commit": "aadf5602d7ea8c2db778a9712e79db02620942f3", "message": "VTK-1508 - Handle limit and max recursive depth\n", "proba": 1.24812999047208e-07}
{"commit": "a3d8b2d2e1059608f39e630f1d4baec21d91ad41", "message": "added test program for TimeColumnProc class without time-format\n", "proba": 1.83566115197209e-07}
{"commit": "7499496baeffad625de07f83123df80a7036b229", "message": "o Remove hardcoded fix-for version, otherwise we won't get any releases from JIRA.\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@554380 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.051856757949281e-07}
{"commit": "aa3bfb1277f802a9abaabcd7523731f4796f62eb", "message": "repository API was changed\n\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@421767 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.151135600404814e-07}
{"commit": "3da5c12e135e8487d8fbe694189764ffb283dd6d", "message": "[MJAVADOC-185] reverted MJAVADOC-165, ie default to platform encoding \n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@657619 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.842841114324983e-07}
{"commit": "7306d501da9d01c3c24fde521a5fae4cb489be17", "message": "skip backward optionally\n", "proba": 1.5123940102057531e-05}
{"commit": "07cd885e44147408b29b4db634e0cdd5d9782330", "message": "Added an example of how to use the knowldege api\n", "proba": 1.17958109058236e-07}
{"commit": "957478dc45df4d49070480b3e1a895e3d06c44a8", "message": "|| rather than |", "proba": 6.449503871408524e-06}
{"commit": "e7562e3cecec1a6e81bd36e0043f014a30066466", "message": "added missing class", "proba": 2.0123886770306854e-06}
{"commit": "c47956f049cfd6f18e5915fc4d9b0786cde5a2bc", "message": "\uc6f9 \ud30c\uc2f1 \uc124\uc815\ud30c\uc77c\uc6a9 \uc18c\uc2a4\ub9ac\ub354\uc5d0\uc11c JSON \uc124\uc815 \ud3ec\ub9f7\uc744 JSON LIST\uc640 \ub3d9\uc77c\ud558\uac8c \ubc1b\ub3c4\ub85d \uc218\uc815\n", "proba": 2.112824972755334e-07}
{"commit": "ec8132a8f6d1be772c4c1b79e0593341273ce8ad", "message": "Mas aclaraciones, aun\n", "proba": 1.947491483633712e-07}
{"commit": "2dd38d5fcafc5619297de91d53d517e70a12c588", "message": "\n\ngit-svn-id: https://findbugs.googlecode.com/svn/trunk@9006 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 1.6592059637332568e-06}
{"commit": "fd7ec8b5cc0b1b143589674cdcdb901fa5dc0dda", "message": "add Bug1387\n", "proba": 2.6268915576110885e-07}
{"commit": "535b793ec4d6a5a814fe4ea9102431bf8553e3e0", "message": "add Kokyaku", "proba": 8.5634776041843e-05}
{"commit": "c7c00a75aa20c4d55df3bc78db35d39a788fe67b", "message": "Added implementation of Map called PhasedHeapFriendlyHashMap that wraps a HeapFriendlyHashMap\n", "proba": 1.4148332638797e-07}
{"commit": "cd77df99fb45dab9be685609ced0787a869569a9", "message": "loading help request to force status change\n", "proba": 2.413791833077994e-07}
{"commit": "c4b440e874cf34ee1088fc188e63f3ecc9e3de42", "message": "Finding k number s that add to c. O(n.pow(k+1/2))\n", "proba": 0.9999991655349731}
{"commit": "694d119e075828e2ab50b4d8e6937fc22335e46a", "message": "KRACOEUS-3496 : Preserving message map around linkToHierarchy call since Rice decides to clear it on documentService.save().\n", "proba": 9.734667827387966e-08}
{"commit": "ec27fa92bab0a734e82327bc03343ba8d2987b6f", "message": "Adding command to remap harvest levels.\n", "proba": 1.1217513673500434e-07}
{"commit": "346d00a627b8a4966679f6745448e17efe450020", "message": "Dodano JiraSectionAction.java, jako klase w ktorej mamy client_id, client_secret, gitlablink. Dodano trzy velocity templaty. Cala JIRKA jeszcze sie nie builduje poprawnie - na stronie wyskakuje error.\n", "proba": 1.0557695162560776e-07}
{"commit": "25027fd918e74cd14ea15166c96a48e7de2275d4", "message": "Spiel st\u00fcrzt nicht mehr ab wenn NPC in angrenzendes Geb\u00e4ude laufen will,\nau\u00dferdem kann ein NPC jetzt vollst\u00e4ndig in ein Geb\u00e4ude laufen. Fixes #41", "proba": 2.1011383921631932e-07}
{"commit": "0b493a25a1e8c3356eca0d1ec6f0575db8e3dbea", "message": "EST-1854: adds unit test for IBANHelper\n\nto understand how it works for Italy\n", "proba": 1.415797044046485e-07}
{"commit": "d6dec00da25fcede16d85f3cc382c8f3a78c7686", "message": "Test CD detection\n", "proba": 3.995878046225698e-07}
{"commit": "133993016d3acad802cb52353c035d3059d453d4", "message": "GEODE-11: Adding a test of queries with redundancy\n\nAdding a test of distributed queries on PRs with redundancy\n", "proba": 1.4583478957774787e-07}
{"commit": "334704cc5999829e3af80d09698add9b28e7d884", "message": "Demote \"disable heartbeats\" message to DEBUG\n\n\ngit-svn-id: 093fa4c7fa7b11ddcea9103fc581483144c30c11@3276 5b74d2a0-fa0e-0410-85ed-ffba77ec0bde\n", "proba": 1.956133473868249e-06}
{"commit": "f3b7d3a205058ccfb58ab46d6333c9e0bb84e9b8", "message": "Update for latest MPICH\n\n\ngit-svn-id: 093fa4c7fa7b11ddcea9103fc581483144c30c11@3242 5b74d2a0-fa0e-0410-85ed-ffba77ec0bde\n", "proba": 2.8942417884536553e-07}
{"commit": "0bd866af2481a9a65f567ec1859ec012df2ec628", "message": "KRACOEUS-4186: Ensured aggregation of key person to parent across child proposals if removed from a particular child proposal\n", "proba": 1.1444618763789549e-07}
{"commit": "2bb123166f80bda4d5c9f107b15e52c8492962cf", "message": "removing dead code\n", "proba": 0.0001350123347947374}
{"commit": "97eff198611ee29cdbb92b513c91f83b59eb7a72", "message": "\u4e60\u98984\uff0c\u7b2c7\u9898", "proba": 5.936127536187996e-07}
{"commit": "fb82000b17030f334c9f78f40337b23ff342eac0", "message": "Test to verify that data are encrypted if written to disk.\n", "proba": 1.3738350901348895e-07}
{"commit": "64f83f3651c6542ad7b4c8c44d53a59f1300366a", "message": "Created ResourceToResourceDtoConverter class.\n", "proba": 1.2087569700724998e-07}
{"commit": "3ef95db4b2a0acbcf8999a45bcf38e01ceae24ff", "message": "KRACOEUS-661 - Refactoring test to not do needless parsing of input parameters, and fix it.\n\n", "proba": 1.0238823477948245e-07}
{"commit": "9f4364160f0be88dc4608192a2cd024f6cba0b99", "message": "adding test\n", "proba": 7.443128993145365e-07}
{"commit": "98edec4dbd2eea8c49a6e0a7a321aca1832b76bc", "message": "[330557] Wrong analysis of tlds rtexprvalue in the JSP editor\n", "proba": 1.1575384206707895e-07}
{"commit": "24733a7eeb6fb3baecfcda00faa9ddb40c375033", "message": "Update WebSecurityConfiguration.java", "proba": 1.2141354090999812e-06}
{"commit": "1be7c6f1e283925765a18e9bcb62aa59932403bf", "message": "leetcode-299 bulls and cows\n", "proba": 1.6286790582853428e-07}
{"commit": "bb928014663b609a322ea4c9c5123adf7fd33bf2", "message": "\u041b\u0435\u043a\u0446\u0438\u044f 3.9\n", "proba": 2.783577599529963e-07}
{"commit": "90f955fd5c8b684d80841511e165859a530fbc17", "message": "[128290] hyperlink fixes for built in types\n", "proba": 1.2134692894960608e-07}
{"commit": "4acb4b24af90333d4fbea1f39a3a92e8c4e9d681", "message": "Ignored failing test for #1203\n", "proba": 2.021366043436501e-07}
{"commit": "4a8d31a246c6a32244f292b974848b2c9a81db27", "message": "Clear error.cause / error.source after successful refetch/reprocessing, fixes #415\n", "proba": 1.238724109953182e-07}
{"commit": "dadb57811efe5fcc16f87f62d415e14dc8308943", "message": "Added java.io.SyncFailedException, which is indirectly referenced by\nan Apache Harmony unit test.\n\tChange on 2012/09/12 by tball@tball\n-------------\nCreated by MOE: http://code.google.com/p/moe-java\nMOE_MIGRATED_REVID=33826662\n", "proba": 3.4986641139767016e-07}
{"commit": "7f987f44d0d3ec057a57ffb463a4a63d170bf102", "message": "o fixed report rendering\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@808203 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.0904737968739937e-07}
{"commit": "7caf435d560ff56adf674e1fe6218d0d97b9e4e0", "message": "Standard error (issues #71 & #65)\n", "proba": 1.1644795705478828e-07}
{"commit": "a458501a4eacf276c7e577a4467e53e62dcd19ca", "message": "105. \u4ece\u524d\u5e8f\u4e0e\u4e2d\u5e8f\u904d\u5386\u5e8f\u5217\u6784\u9020\u4e8c\u53c9\u6811\n", "proba": 1.7837984955804131e-07}
{"commit": "d017009b040eabf3abdff8a3ec58629ba93c15a1", "message": "Add no-arg constructor for creating Faults from a serialized form.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@244888 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0003273101756349206}
{"commit": "3cd7a5079e43b61dbf1ff74e8021bd28889cc707", "message": "Add new interface MOP\n\ngit-svn-id: aa43ce4553b005588bb3cc6c16966320b011facb@5078 a5544e8c-8a19-0410-ba12-f9af4593a198\n", "proba": 3.8336801821969857e-07}
{"commit": "6d58b02ebef1811c7c1921afb6e657c0de7b3c3a", "message": "Delete JadeServer.java", "proba": 2.7221599339100067e-06}
{"commit": "c7ca6ee79ca2314493fcb0a4d67fe2d5f08f37a8", "message": "DSCS-2363 Update AmberSession.java to use AmberDB v2 tables", "proba": 1.7948900676856283e-07}
{"commit": "d11ee7a0cfc4e5b30671cfccfcde0327e632d00f", "message": "Added new class for graph edges.\n", "proba": 1.1128520327474689e-07}
{"commit": "d74b8275dfbba01013fb9f03de64e2051ad33485", "message": "Skeleton for problem 1423\n", "proba": 6.998870389907097e-07}
{"commit": "43459ece6269bb7419875e17e357b6324f617e2e", "message": "Skeleton for problem 1638\n", "proba": 5.084533540866687e-07}
{"commit": "0e048fd7b81d34d997b8f6a52f7b003c9c973727", "message": "add Calculate.java\n", "proba": 6.78947969845467e-07}
{"commit": "00d036b4730671d5d3d54f725419d3670def4e52", "message": "Added xkcd plugin\n", "proba": 3.2299917052114324e-07}
{"commit": "29f16933a8a93753c83bb5f1e0b5a410ea3a29f2", "message": "Sometimes the application context is null\n\nwhen called from systemui.\n\nBug: https://code.google.com/p/android/issues/detail?id=152173\nChange-Id: I27153a48d7edce7006517507d813e24ce6f63a7d\n", "proba": 1.6748410416767e-05}
{"commit": "33a6a8fdc4ff51753f0f72c02af9cec3258cd0c4", "message": "time : O(lg (m+n)) space : O(1)\n", "proba": 0.003097964683547616}
{"commit": "562947aaf5713147f3b500d44c2ace592e60179d", "message": "add getResponse method in KMSClientProvider\n", "proba": 4.221981271257391e-07}
{"commit": "edc3e585aeb52e00b9a007ce381d1a27014207da", "message": "prime.java\n\nProgram to find all prime numbers in a given range....", "proba": 1.361044610348472e-07}
{"commit": "37d4fec860cd03698933b9405fb4c542d14c86e0", "message": "Added Java Test\n", "proba": 1.5001361930444546e-07}
{"commit": "de8f011461b08af3f53740aa6f89e21b2efbad8d", "message": "Codeforces #832A: Sasha and Sticks\n", "proba": 1.7376859773321485e-07}
{"commit": "35b354460f16d003431c1bc4da9d535ac8c4f721", "message": "Added \"miscellaneous\" commands, with a version command.\n\nThis is just a working name, and it can be changed.\n", "proba": 1.2860685671967076e-07}
{"commit": "aa7bb77fc6b66c71f91330164d4e1692ef8abc8c", "message": "Create MachineDriver.java", "proba": 2.006348495342536e-06}
{"commit": "1dd2246f22f4cf2ed185acd857b996e17796610d", "message": "Generate Token exception errors\n", "proba": 0.9998111128807068}
{"commit": "513c8da97932ef23dc94da4c34881f77ac1ed91b", "message": "ColoredNames\n", "proba": 2.4164321530406596e-06}
{"commit": "21fd5f144a3e6919ff6b4e8a1a733c940d5dd6df", "message": "Change comment for SUGGEST_COLUMN_INTENT_EXTRA_DATA to clarify that\nthis column is for use by global search only.\n", "proba": 1.0481770118531131e-07}
{"commit": "b85d63bc39328f02c0b6afa618b85a42332b5663", "message": "Zeichnen von RegionView und Testcode hinzugef\u00fcgt", "proba": 1.3403550269686093e-07}
{"commit": "c482ae5ab67db8d97c17d5dcdc20a75318b2415b", "message": "Fix https://github.com/angelozerr/typescript.java/issues/199", "proba": 9.292246431868989e-06}
{"commit": "3e6ebd35844bfccd68e21d73373a848b2866faaf", "message": "[MSHADE-190] Shade does not relocate the contents of META-INF/services files\nMake it again compilable with JDK 1.5, since String.getBytes(CharSet) is introduced with JDK6\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1691809 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0005523851723410189}
{"commit": "9a88652b7075c0f10cbd489138c5f24547c672c2", "message": "Adds BlackNectarExceptionHandler", "proba": 7.585950925204088e-07}
{"commit": "8be78240f32c61a0873e7c055f1408bf7abf573f", "message": "am 6eb036e7: am 366b97ba: Merge \"Fix bug #8839681 Reversed Textbox focus order on RTL and android:imeOptions=\"flagNoExtractUi\"\" into jb-mr2-dev\n\n* commit '6eb036e7894758bcc357fc282070aa8677227ce1':\n  Fix bug #8839681 Reversed Textbox focus order on RTL and android:imeOptions=\"flagNoExtractUi\"\n", "proba": 1.2147012284913217e-07}
{"commit": "d169cb615fac22e754a76c1467feee1016255dac", "message": "docs: Fix typo \"Return the pointer identifier associated with a particular\" -> in\nam: 9bb24382ff\n\n* commit '9bb24382ff21bdf1a88ed7016798e3704a97358f':\n  docs: Fix typo \"Return the pointer identifier associated with a particular\" -> in\n", "proba": 2.333956899747136e-06}
{"commit": "d6a98aafab10aeb6f059421815600e425a349266", "message": "am 30b013bf: am d303dd3d: Merge \"Prevent NPE in TextureView.getBitmap()\" into jb-dev\n\n* commit '30b013bfbad60e20b7f812d0c5e41893fb7503fa':\n  Prevent NPE in TextureView.getBitmap()\n", "proba": 7.14970497028844e-07}
{"commit": "d477f2018a768a93c9c0e2b773e529e3094a5077", "message": "Adding more tests.\n", "proba": 1.300125518355344e-07}
{"commit": "2f1304d37f75873ca3c1bced1a3174b8e65a46b0", "message": "empty file\n", "proba": 4.505172455537831e-06}
{"commit": "72ee9013cab14bf0940b3cac7a505686496adbd8", "message": "add publish usecase handler for default pub\n\ngit-svn-id: c334bb69c16d150e1b06e84516f7aa90b3181ca2@149232 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.615475053375121e-07}
{"commit": "11a69fd56e36934b3c54f73bce6bab4e0669c302", "message": "X-Content-Type options filter sample\n", "proba": 2.277412676221502e-07}
{"commit": "d5514d09dffc3b59a9293b19f4668569ed17edb2", "message": "Create Drop.java", "proba": 6.63625087327091e-07}
{"commit": "e8f0371e4a9e1a383d3e5cb44045cf8756e2cdf6", "message": "when app is promoted, take some of the fields set at the template level\n(but if app is not promoted, don't *reapply* things like location)\n", "proba": 1.1972088032052852e-07}
{"commit": "0e6113b7658af6020b29e0b945b2a084d11ef740", "message": "\u683c\u5f0f\u5316\u4ee3\u7801\n", "proba": 1.1461804660939379e-06}
{"commit": "d195c4ddc184cbae083acbce669ac94095e3fe68", "message": "#639 Virtual system - added new configuration class for virtual system\n", "proba": 1.213221736406922e-07}
{"commit": "6eccbc6abe0d981ac5bdcb18f8c61a413170d1bf", "message": "Things have changed...\n\nI'll never forget to push again!\n", "proba": 1.3099327134113992e-07}
{"commit": "0c4ed4b87f123d85df688b33739663186642922e", "message": "Fix null-ref exception in lifecycle tracking\n\nif application is not passed to the depricated constructor a null reference is thrown by lifecycle tracking\n", "proba": 7.383769684565777e-07}
{"commit": "e5babff80fd3bad59ab89bf175d5b548c703d530", "message": "[Contextual Search] Add annotations for test missing them.\n\nAdd missing annotations for testTapALot.\n\nBUG=569123\n\nReview URL: https://codereview.chromium.org/1527603004\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#365576}\n", "proba": 4.394426014187047e-07}
{"commit": "f2b621fe204c52314528b495e26bb5096d762ecb", "message": "fix start/endYear", "proba": 4.995565632270882e-06}
{"commit": "ae8ac60001e5abc8a2cbde4f6a628b35059abb7f", "message": "resolve logo", "proba": 7.777863174851518e-06}
{"commit": "0d41792cf70db9fba4c6b49ef49c247be8399db6", "message": "SparqlUpdateQueryFactory: rm useless main\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@4837 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 9.187547789224482e-07}
{"commit": "cf2afea699101ab18dbd5c41d879a49fc9ebfce0", "message": "todo\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@8485 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 6.434216288653261e-07}
{"commit": "59feb481acd9eba0042b53ffd1fdb45262e99362", "message": "fix: touchUp on Link objects not working\n", "proba": 2.1834206563653424e-05}
{"commit": "2cc1165cc2c63ea695eb90b1a16a08c22d755310", "message": "median\n", "proba": 0.0006248960271477699}
{"commit": "977e356ab85fb6aacc843a1e7d6aeddd1b2f2518", "message": "ReflectionMethod: handle another corner case\n", "proba": 1.6820809833006933e-05}
{"commit": "60690437c9e7e0eb6d9e443e52aea44c9703d730", "message": "Create 309. Best Time to Buy and Sell Stock with Cooldown.java", "proba": 1.053671283557378e-07}
{"commit": "6e94033d8a5a5de167e468610ec53e0ab27e866c", "message": "Update comments\n", "proba": 1.8572019655493932e-07}
{"commit": "0cdac85e2e8f0ba027c16e72209cb31d56968607", "message": "INTEGRATION: CWS vcl07 (1.1.2); FILE ADDED\n2003/04/08 14:28:54 obr 1.1.2.1: re-added accessibility workbench\n", "proba": 1.1246842746004404e-07}
{"commit": "436ef6b1b5561a9cd87fb0af3edc747ac6cc067d", "message": "[hackerrank] - fundamentals - game-with-cells\n", "proba": 1.3121536994731287e-06}
{"commit": "7349fe0763b4dc17149cd67db8f2d81225d12664", "message": "filestest- broken", "proba": 6.688261464660172e-07}
{"commit": "0818556519fd16a15e56d81d309ba56eeb9cc716", "message": "Updated Error Response\n", "proba": 3.4352535749349045e-07}
{"commit": "2ad1b97aac26f0ce4acd24870d92011fc7adcac4", "message": "+ PCMWriter which writes PCM data in WAV files\n", "proba": 1.3683224153737683e-07}
{"commit": "949bfdf8c532e23c0925f08e4c0d9662857c0e3c", "message": "[#5045] Fix websockets server example which was broken by 2e6544f\n\nMotivation:\n\nWhile backport the change from 4.1 to 4.0 I somehow missed to port one line and so broke the example.\n\nModifications:\n\nAdd needed handler which was missing due bad merge commit.\n\nResult:\n\nExample works again in 4.0\n", "proba": 6.008277068758616e-06}
{"commit": "322b5d602535dcfed01f3eb725a88c0db9c98340", "message": "[FLINK-12490][network] Introduce Input interface\n", "proba": 1.7506084759588703e-07}
{"commit": "c7d0bf6a88f533deaf339ea287f297a222bdef3f", "message": "Testes petitionInstance\n", "proba": 4.773366981680738e-07}
{"commit": "066ec672e54caf4e4cf1e9560355d74e9ddd6c12", "message": "use getter\n", "proba": 2.8065112473996123e-06}
{"commit": "f6a89a579274de7ef25397f129e5bb7602563f88", "message": "[W-4213899] change the logic of checking update logic\n", "proba": 4.3617006895146915e-07}
{"commit": "652c9e7e44debb828cb77d2d14e7e191ccffd11c", "message": "SQL\u30d5\u30a1\u30a4\u30eb\u3092\u305d\u306e\u307e\u307e\u5b9f\u884c\u3059\u308b\u3060\u3051\u306e\u30c6\u30b9\u30c8\u3092\u8ffd\u52a0\n\ntypo\u3068\u304b\u306e\u3057\u3087\u30fc\u3082\u306a\u3044\u308f\u308a\u306b\u6c17\u4ed8\u304d\u306b\u304f\u3044\u30d0\u30b0\u5bfe\u7b56\u306b\u3002\n", "proba": 1.2508766644714342e-07}
{"commit": "b5a288303fbb6b426d214514a50c1ad452e89c5b", "message": "[WFLY-6341] Testcase for basic use of BouncyCastleProvider\n", "proba": 1.23559161124831e-07}
{"commit": "c3cc81a2e24aeba4f3722ec8f81006f4f9ee52c2", "message": "fixed test\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@6959 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 6.513395760521234e-07}
{"commit": "b357ddebac4a7cf16ece272ee432e576a790d232", "message": "Add in base class for helping to monitor serverside replicant clients\n", "proba": 1.3131723619608238e-07}
{"commit": "d879f822c1d3985904217aa271d752469b077799", "message": "Created skeleton for QuestionDAO\n", "proba": 3.830285209005524e-07}
{"commit": "855c1e07f17dcfb6d318c9c7d5e55c3f39f0307d", "message": "Fixing TOOLS-3103 - Part 3\n", "proba": 1.1678794464842213e-07}
{"commit": "8700b03968c01b1101179ed579093d2975a1a1e0", "message": "trivial\n", "proba": 0.0005930583574809134}
{"commit": "7c4f58657d613476506a1f6fa10f9f0b7da73006", "message": "test fail\n", "proba": 6.173331348691136e-05}
{"commit": "f2efad13d192dfe409cb082c7a9fb563a1b85416", "message": "I need to turn this in later.", "proba": 4.4464593429438537e-07}
{"commit": "c209e2b48207b395eb3e442b682bce7abcbfc614", "message": "Added CategoryOptionCombo model.\n", "proba": 1.1123151466563286e-07}
{"commit": "e2d818031afdd564b7a697b6015d7cd2fb2782a3", "message": "add hsync test\n", "proba": 3.633693665960891e-07}
{"commit": "02e9490ef9f74107c1a3c774c2238c235b36e4a4", "message": "Look for possible errors where a conjoined CAS was assessed as correct\n", "proba": 0.9986447691917419}
{"commit": "0684a0034ae9d64b0a7249d51ff0ffb412c985b2", "message": "LSNBLDR-747; stidemt file uploads should use same naming as normal uploads (#3618)\n\n", "proba": 1.070366266731071e-07}
{"commit": "d1e9efdcb3f82d1b0e6a40108a5441ada5b22089", "message": "SCHEDULING-787 Brand new scheduler loading policy.\n\ngit-svn-id: 27916816d6cfa57849e9a885196bf7392b80e1ac@16745 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 6.233622116269544e-07}
{"commit": "c5ca2609493ec2482130075052f07fbd90d9664a", "message": "\u4f18\u5316\u4e86adapter\n", "proba": 1.0914727681665681e-06}
{"commit": "6c7f4c3e583b86551d6a20bed4a8b16237a6cdb7", "message": "Created asset Product.java {/networked-economic-collaboration/src/main/java/net/economiccollaboration/library/Product.java}", "proba": 9.904669013849343e-07}
{"commit": "7b73a4c1d325fc1a2e54addbd220b3c7c6f3ff73", "message": "Fading out the divider now when removing children\n\nChange-Id: I4466da4f82ae4868c6d0bd023a399c6067a9c3fb\n", "proba": 0.0002449931052979082}
{"commit": "9f2c36875b7b1a091891f7f10a87533983f632ad", "message": "[366240] [misc] Semantic Highlighter throws exceptions for unknown contenttypes\n", "proba": 1.3356924455365515e-07}
{"commit": "95579919b9fdac207c1fb39df01215d3bb2dcad1", "message": "Change 287\n", "proba": 3.480487293927581e-07}
{"commit": "b2cc27b064f705cad0fe30e404133c2bba667da8", "message": "add Factorial.java\n", "proba": 1.046109446178889e-06}
{"commit": "10ec33ed84e6446376ebb106a180da80a1e60aa9", "message": "Update SSLSimpleServer.java", "proba": 5.607299726761994e-07}
{"commit": "99ee34de3799b65d9eae9d34219038c7fac64605", "message": "Features which will help the admin\n", "proba": 1.192529879290305e-07}
{"commit": "a35bc3a54f6c04329104dddc5841cfab3fee360c", "message": "runelite-client: add prices to ground items plugin\n", "proba": 2.1630157220897672e-07}
{"commit": "1fa1c761a261d8b2e72841bbe0621a39b4d7f00a", "message": "Bug Code:Bug 21859 - Sort order of CPs in CP based view should not be case sensitive\nReview By:pathik\n\nSVN-Revision: 27985\n", "proba": 1.7110018291077722e-07}
{"commit": "8a59db9360b6fe96b91baf9ba889b8bc1025a1a0", "message": "added a decent constructor\n\ngit-svn-id: 093fa4c7fa7b11ddcea9103fc581483144c30c11@1945 5b74d2a0-fa0e-0410-85ed-ffba77ec0bde\n", "proba": 1.391820205753902e-06}
{"commit": "39927011ae83d4ee40cfbbd28e0588cd88b88701", "message": "unwind stack on error inside parallel before closing buffers\n\ngit-svn-id: 54b0df13ea2cb80c818f822366e7d3bd40ffeedd@3604 5b74d2a0-fa0e-0410-85ed-ffba77ec0bde\n", "proba": 3.903242031810805e-06}
{"commit": "9bee504168f8189e9b07650b38adf7bd4bbef71e", "message": "FileChecksumListAssistant.", "proba": 2.586116067959665e-07}
{"commit": "6ba35817dd99d1ebd6a8ee9ec998c56dd7be7c97", "message": "Jira#KRACOEUS-4791\n", "proba": 1.5331515612615476e-07}
{"commit": "3d42d9d0da194039f7d32dc000ef027601749f61", "message": "Create ShuttleSearch.java\n", "proba": 6.84572626141744e-07}
{"commit": "6414bc7d1731cd8a3bb4bd1271afc6d4a143f4ec", "message": "OPEN - issue FLEXMOJOS-139: Improve unit test support \nhttps://issues.sonatype.org/browse/FLEXMOJOS-139\n", "proba": 1.273911749422041e-07}
{"commit": "35ba84be1d1c02ef98679db160a7217668b65752", "message": "\u2694\ufe0f Mastery 4.3. - Cleanup\n", "proba": 1.2151171802088356e-07}
{"commit": "2ac526daeb2b61ca1f3aa9862be0ecc151505229", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "de44e781928e280e0346c7e40a3ecfa0e33a23c1", "message": "Create JavaPlusPlusMath.java", "proba": 0.0009290104499086738}
{"commit": "ac32a2a0966916a20de00ca2684e44f53450eea5", "message": "Added UUID to requester\n", "proba": 1.4756538746496517e-07}
{"commit": "178089b4230e2cae74f41da575c518ab0f598165", "message": "[322651] A nullpoint exception in StructuredContentAssistProcessor.java when convert ICompletionProposal[] to List\n", "proba": 4.2129599364670867e-07}
{"commit": "364636ed5babcf01e23dc1db6f01a587d6fc765c", "message": "[nobug] workaround for failure during BVT\n", "proba": 2.600380923922785e-07}
{"commit": "8fd643767d1926c43e842a485ee006c48268167a", "message": "Added PlayerTest\n", "proba": 1.703011918152697e-07}
{"commit": "6a9c7318cd8e4daf510d515e7154cff77b986054", "message": "[90297] jspContext variable not recognized in jsp tag files\n", "proba": 1.43113695116881e-07}
{"commit": "51e63d8800cf3b6879326e95ab92b0a521f5bc0d", "message": "Lista 02 - Exerc 01 Optimized again\n", "proba": 1.1198572735793277e-07}
{"commit": "725cf77ef1afa4144d91a08be294e51346b879ea", "message": "+ Added BoundList to manage fields with arity\n", "proba": 1.2557461559481453e-07}
{"commit": "218a2e6a239638ce650687970fa0c790fc9f19b6", "message": "show file name in exception messages when a file can't be parsed\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@426797 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.9189299059216864e-06}
{"commit": "52f51d23c605d359755b6a188840ce120a2314f6", "message": "change rest service domain name\n", "proba": 6.099996880948311e-07}
{"commit": "d56588672ac88a9d6ab7aa7ca62ea32e86d0d951", "message": "Commit 2 changed author\n", "proba": 4.3403144900366897e-07}
{"commit": "a222a3636cbc42c33e63be77ca2ad224696e87e4", "message": "ArtifactContext: added constructors and getSha1Context()\n", "proba": 3.259866616645013e-07}
{"commit": "1c0639fadd1d62687943ba3ccb91871b3d93fd5a", "message": "Solution of the Pascal's Triangle II problem.\n", "proba": 1.676623497814944e-07}
{"commit": "c9aac1b3457f8cf205cd2fb719a4b49a4623f7f8", "message": "Create PiratesUnitTests.java", "proba": 6.797980063311115e-07}
{"commit": "0f4407e3889eed7d54386f7a6993ac5790f6de05", "message": "Update MaleFemaleCapacityWindow.java", "proba": 8.418980996793834e-07}
{"commit": "ae7b48ca9f9a082820ffae9db1bf83f02dba05d5", "message": "Added class CheckActionsWithBasketGoods for checking adding and removing items to the cart\n", "proba": 1.2295356555114267e-07}
{"commit": "4e5f9aff479375d23b27f3bf2939ca899198dc55", "message": "Add AddResponsiveSearch Ad Example\n", "proba": 6.470330617958098e-07}
{"commit": "67d305b9f698edd7c55be077ba04b1bd01c1a384", "message": "bug with courseclassadmin\n", "proba": 1.6527154400591826e-07}
{"commit": "55cdffd254284e71e16dbb2eba4d66c3df79f3a9", "message": "first cut of CSHAKE\n", "proba": 1.8559165937404032e-07}
{"commit": "7f250f7498d08de04e95ab38495b32faa4e2afab", "message": "Add ChangeSet default implementation", "proba": 4.3545270500544575e-07}
{"commit": "a5f7713d9f1c35ec98ac099d40bb02e088a4d881", "message": "adding a test\n", "proba": 2.7868786673934665e-06}
{"commit": "c3bd7fb62a1377ac858df40045cf9350555cd805", "message": "NavigationAfterRemovingEmptyNodes test added. Not yet passed.\n", "proba": 1.048205007236902e-07}
{"commit": "ce0c47f87594d5ab47dd22309377999fc9ad6208", "message": "Adding an endpoint for cron expression validation\n", "proba": 4.455424402749486e-07}
{"commit": "a199d3fda3553070b921419636367107e6bb1111", "message": "Add calculations\n\n*   update loop with logc\n*   bump version to 0.17.3", "proba": 1.5399933772641816e-07}
{"commit": "a5e95ff80cdd2ce0fcda768463f0a8334f3535af", "message": "Added new action to stop for a new start\n", "proba": 1.269064995312874e-07}
{"commit": "48b2da401182a1dc3d5ab436cc2d78bbd9dd738b", "message": "LOG4J2-1296 initial unit tests for ReusableParameterizedMessage\n", "proba": 1.2828603246362036e-07}
{"commit": "f23d46b8bb6dfab945c15137fac8eaaabe6820da", "message": "fix checkstyle issue\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1155028 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.600886083811929e-07}
{"commit": "d71533f5db0223f002ed6b23312bc38d70048d71", "message": "Add unit tests for xobject operator\n", "proba": 4.6303728140628664e-07}
{"commit": "6730337dab0f9d35faeae717fdb32aa11ac4ff2d", "message": "distinct.", "proba": 9.250144330508192e-07}
{"commit": "f58d56f678c9b4af5f5a6ad5757ce8d623f8e009", "message": "Fixes #58: Method reference for Select2Data\n\nCreated Select2DataByMethods class which uses Functional\nintefaces to get Id and Caption of items. So, no expression\nevaluation is required.\n", "proba": 9.692018920759438e-08}
{"commit": "3b441f3364fa0e7948345d221d1e89c4e3e5432c", "message": "Addd PaymentConfigUtils for APIs", "proba": 1.802674773898616e-07}
{"commit": "a49ad37899ee0d201c1ce6661bcfd2948c466681", "message": "Added more logging\n", "proba": 1.266616607153992e-07}
{"commit": "acf8b11357c7eff9a5577c3230f2cdf17921edf4", "message": "OAK-4979: Caching sub-system implementation for DataStore\n\n- Tests for CompositeDataStoreCache\n\ngit-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1766331 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.8811631719017896e-07}
{"commit": "4ca1543f225aad025c0250566ac11a766ec0f1bf", "message": "PARQUET-324: row count incorrect if data file has more than 2^31 rows\n\nNeed to change numRows counter from int to long to account for input files with more than 2^31 rows.\n\nAuthor: Thomas Friedrich <tfriedr@us.ibm.com>\n\nCloses #233 from tfriedr/parquet-324 and squashes the following commits:\n\n0120205 [Thomas Friedrich] change numRows from int to long\n", "proba": 3.315548156024306e-06}
{"commit": "738ebff3ffcd2fb204640201f318188944ed622a", "message": "Added testcase", "proba": 2.770848652744462e-07}
{"commit": "ae89293c71cd30d82008ff437db26e7694093c96", "message": "Delete Welcome to Java!.java", "proba": 2.047683551609225e-07}
{"commit": "fe684364f9ecdd6a21d24800fabf4e92d53eaeee", "message": "Create 07.ExchangeVariableValues.java", "proba": 2.1180339615511912e-07}
{"commit": "bf48cf55d70e0607db5e20937d1437a39b0c4080", "message": "[MW, TM] added a start game message\n", "proba": 1.643867051370762e-07}
{"commit": "9c3d29c12012c56d6dda1030cd801b078b61ffa4", "message": "Added landmarks information bolt\n", "proba": 1.2106073654649663e-07}
{"commit": "cc8c736193e6bc9742206b582fe8a29b19c91441", "message": "Fix'd parsing right before sending the message", "proba": 5.774936653324403e-07}
{"commit": "4ab1747efa7e61095ba13985e192c7aa0b069c14", "message": "am ffd2ffea: am 5a68fe74: am b7c40868: Mark beginRestoreSession() as system API\n\n* commit 'ffd2ffeaaaae57a11ed2a319b6204e501dd5c9d7':\n  Mark beginRestoreSession() as system API\n", "proba": 5.720555122934456e-07}
{"commit": "652fdfaf6f8131886dbc925d670e00e9d85e56da", "message": "Replace arrays with ArrayList\n\nThe three arrays were being reconstructed and copied for each add\nand each remove. By replacing them with ArrayList only three\nconstructions total are required. Also, the number of\nSystem.arraycopy() calls is halved.\n\nChange-Id: I0f8def1b517eb1bc5f930fcd5d3d1e0394071f0e\n\nConflicts:\n\tcore/java/android/view/WindowManagerGlobal.java\n", "proba": 0.00126215151976794}
{"commit": "3e826c99b9cc8d38b6c2f19bd4160ee21b5ca47b", "message": "Part of fix for bug 3424424 Browser hanging\n\nNot calling redundant android stack cookie code when the chrome\nstack is enabled.\n\nChange-Id: I6faea89295e0cae02f5aa19a6ddeec43a4b73a44\n", "proba": 2.8222179935255554e-06}
{"commit": "c2e6e816c23796a588be5c43bca78520566fe74d", "message": "added basic handling of access token response error\n", "proba": 2.210352079146105e-07}
{"commit": "565a2daadd3efd74f33b3b0ecc44208f9b9f8be7", "message": "o use getType\n\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@392485 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.4191375536684063e-07}
{"commit": "c0384b6b18617cc395814c5b20077955a185e392", "message": "DO NOT MERGE: Move advetise clean up to callback code. fixes b/13289050\nCherrypick from master to fix b/13289050\n\nChange-Id: Ibf3c772561125821817c947730cf21defafd4cb2\n", "proba": 4.661289381147071e-07}
{"commit": "4d23216452eaf1d8781643b544f38cae899cb6f3", "message": "am ec472da7: am 1531d211: am 3fe36fe5: Merge \"Avoid calling proxy.playbackEnded() again in onCustomViewHidden(). It is now always called via the MediaPlayer.onCompletion() callback.\" into froyo\n", "proba": 4.873003263128339e-07}
{"commit": "ee3ad7d38d9f238e1108a880730981c98fa8cc1a", "message": "RICEQA-402 : Fill AFT Gap: KRAD Labs - Collection Add Line: Non-updateable Refreshes\n\ngit-svn-id: 2a5d2b5a02908a0c4ba7967b726d8c4198d1b9ed@46900 7a7aa7f6-c479-11dc-97e2-85a2497f191d\n", "proba": 2.873104847367358e-07}
{"commit": "8735a07a64b8891998402ac0e16d142399ecceaf", "message": "No need to have BASE_DATA_CONNECTION_TRACKER start at 50000.\n\nUpdate comment that values should be changed after releasing.\n\nChange-Id: I10ed6a0238e4f5be866dd97cfb56c5e7c84ddb52\n", "proba": 2.581798753453768e-06}
{"commit": "e32928795429b082d7fcd6d0b98056b73c27a9f1", "message": "inizio", "proba": 3.971221758547472e-06}
{"commit": "c3eac3d0acf923b8aa48d48839bcd49792299722", "message": "UVA 10596 MorningWalk.java\n", "proba": 2.8445670068322215e-06}
{"commit": "db76a1aa2aafa16e51f097e20dd7ea81534b715b", "message": "BlaiseGraphics\n- completed initial work on updated style handling (AttributeSet + Renderer)\n- still buggy in some places with the graphics, more testing needed\n- updated other graphics libraries to compile, more testing needed", "proba": 1.0969265673566042e-07}
{"commit": "e077de5671be2e151a50d0a3ab763355db2069ce", "message": "[390904] [formatting] CSS formatter moves comment to the previous line\n", "proba": 1.2363790347080794e-07}
{"commit": "079964e9fca5e36ae30fb734fa98cd9b56bfdf74", "message": "minor commenting on tasks\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@10942 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 5.871571033821965e-07}
{"commit": "2679ea61c5cf5ea7b8517db93646ddfdd5288c30", "message": "avoid complex names for temporary poms\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@468893 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0004067264380864799}
{"commit": "5b28dd662e58201cb230ea8a2b254650b3eab183", "message": "The BigDecimal matrix problem modifications.\n", "proba": 2.7088725573776173e-07}
{"commit": "a89bab399756c9e63b5079d848d2dae82f115188", "message": "JIRA:AXIS2-4391\nContributor:Jeff Barrett\nCommitter:Rich Scheuerle\nSummary:\nMinor synchronization added to EndpointDescriptionImpl to avoid the situation where to service clients\nuse the same AxisService name.\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@786126 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.3381016351086146e-07}
{"commit": "551341cd33958a833579cdb465ab81e4ad85cc80", "message": "Separated masks for getRange\n", "proba": 2.081537218145968e-07}
{"commit": "8fde8c9ec5d37bdea23d25ec0b31708c6b6fa913", "message": "Copy file verbatim to preserve git history.\n", "proba": 1.225135832783053e-07}
{"commit": "e9678f7c854c584c503c34cd61c0785518367367", "message": "[182181] TEI variables not found when project is the output folder after 178443 is applied\n", "proba": 1.308786465870071e-07}
{"commit": "0b9e891bcbff3d988e43231b0f37b9d8315ea923", "message": "Add ControllerUtil file\n", "proba": 4.914038527203957e-07}
{"commit": "1d1314920a6224f46476967d9bebfbfd2ceb6873", "message": "corrected task 784\n", "proba": 0.9999988079071045}
{"commit": "b9db969d6bc3e2d18ee35e84629c6634560fb622", "message": "[Tests] Add test for TopicCountEquallyDivideBundleSplitAlgorithm. (#11015)\n\n* Feat # add test for TopicCountEquallyDivideBundleSplitAlgorithm.\r\n\r\n* Refactor # refactor some code.\r\n\r\n* [Tests] Refactor this test file.\r\n\r\n- Format code.\r\n- Use TestNG instead of Junit.\r\n- Using static import for Assert and Mockito.\r\n\r\n* [Tests] fixed license header.", "proba": 1.1114668296841046e-07}
{"commit": "474ffe2a449b9159789ae067a93a817eeaf69a08", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "d0dea683522c60c9bc40322381a841020daee509", "message": "User - create\n", "proba": 1.5797475327872235e-07}
{"commit": "6ede6bb4744285de16f1d629fc4190f831055460", "message": "cleanup\n", "proba": 3.1109298106457572e-06}
{"commit": "fc43fbcb9de0c29ed26d00e525e17dd17e12f111", "message": "SAK-32714 Drop display- prefix from demo provided. (#4626)\n\nWhen running in demo mode the provided users all get a prefix on their display ID of 'display-' to make testing easier, however this breaks functionality in Sakai and shouldn't have been committed.", "proba": 1.0195891775310884e-07}
{"commit": "f53fa840d407fa68d48c284eeb216a2bffbf6772", "message": "change admin path from actuator to __admin\n", "proba": 7.119289421098074e-06}
{"commit": "4ba062bdf1de1c0a689795d48608309624d614c7", "message": "[RIP-10] Add test cases for SubscriptionGroupWrapper (#899)\n\n[RIP-10] Add test case for QueryCorrectionOffsetBody & ResetOffsetBody\r\n", "proba": 1.2522875181275595e-07}
{"commit": "9ee32e57c575587fa39df811552c6604ed69599c", "message": "Add truncation and secondDerivative\n", "proba": 0.00641368655487895}
{"commit": "c611db67ff8be188ef67e2ecca86954f19982c7b", "message": "Fix warning\n\n\ngit-svn-id: 093fa4c7fa7b11ddcea9103fc581483144c30c11@2958 5b74d2a0-fa0e-0410-85ed-ffba77ec0bde\n", "proba": 0.0010160949314013124}
{"commit": "c8b5d74c37d5dc403339bd9030eb7a7a13ede387", "message": "adding hash key column value test\n", "proba": 6.354387664941896e-07}
{"commit": "ea33813536f09af413269d95d7d94d8f6c7138ef", "message": "\n\t* ApplyExp.java (popParams):  Take extra argument.\n\t(compile):  Handle tail-recursion for varargs functions.\n\n\ngit-svn-id: a878c62e23c3cdd7109267dfd9bdff0ba03a0163@1460 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 2.969659362861421e-06}
{"commit": "91ad76ba799fbbc6bc735608097c84962ce8a0f2", "message": "Create 434. Number of Segments in a String.java", "proba": 0.0008918517269194126}
{"commit": "b9c6ba712e270ee3ff58c6f26c67d0369844cc4f", "message": "Maximal Square (DP)", "proba": 1.7454290457408206e-07}
{"commit": "657f322ed80a0e2a09b2dc92034161dd22d6438c", "message": "Fix IE hemp seeds not being blacklisted from hoe drops (#706)\n\n", "proba": 1.3155425904187723e-07}
{"commit": "560b2c5f6848396fad74382d306adb378621b8f8", "message": "Create Chemical.java\n", "proba": 1.078449145097693e-06}
{"commit": "50e990dac16d29699cdf02aea057dbcb4c035c7b", "message": "GRAILS-8262 - Upgrade to Spring 3.1.0.RC2\n", "proba": 1.186219975579661e-07}
{"commit": "a6f0f633cec1cdef45b8445956f7ca2c77c7a219", "message": "Completed Mini-Max Sum\n", "proba": 1.9197500478185248e-07}
{"commit": "8f92f41f4da8a1a1e4cb347a29eae026ecfde727", "message": "Add tests for ConstantSupplier.\n", "proba": 1.185459979069492e-07}
{"commit": "d144c2a309cfb998b1fa4337e2e52b1d2d0cb5d4", "message": "Disable the help subcommand on /r\n", "proba": 1.1274264579697046e-06}
{"commit": "f6ed67daa0e3a701ffdbc8af4f6e90bc3a8aef0f", "message": "Added TextFilteredBootstrapPropertyColumn\n", "proba": 1.3722375058478065e-07}
{"commit": "2d6350790a5b9195346129c6eaf909750ec8b567", "message": "Implement CertificateGenerator\n\nImplements a class that can generate self-signed certificates\u2026 if you\nhappen to have the sun.security.* stuff (including keytool) on your\nclasspath.\n", "proba": 1.0783580250972591e-07}
{"commit": "071fc40d527998b042228ee1d96ac11c7fa69a8a", "message": "SLIM-1028 Deletes redundant code\n", "proba": 2.8521639251266606e-05}
{"commit": "3fcd1fc8f4219bccb3fdca7d35ab09c290840f08", "message": "Added test for WidgetRatingConverter (RAVE-625)\n\ngit-svn-id: 7e2ae451d4a3951fc05a481ef045ec7c1b912cca@1346115 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.824162379511108e-07}
{"commit": "4b51d0e269c8fb8fe5d7c59b5ea4b81edda77070", "message": "KULRICE-9306 Smoke Test NG Base\n\ngit-svn-id: 2a5d2b5a02908a0c4ba7967b726d8c4198d1b9ed@38318 7a7aa7f6-c479-11dc-97e2-85a2497f191d\n", "proba": 4.060383673731849e-07}
{"commit": "07f4981d3160575a89edffb91073389ba08bc345", "message": "La till metod f\u00f6r att f\u00e5 tag i en motsatt sida baserat p\u00e5 direction\n", "proba": 3.186703452229267e-07}
{"commit": "143b19d825bead898ccbc1168cdbfd8d516ab8e2", "message": "new feedbacks structure - match operators tests\nissue 70474\n\n\ngit-svn-id: 1e9c8c6774f47b2525901e6976424cdcd6072c6b@124196 3e83ccf1-c6ce-0310-9054-8fdb33cf0640\n", "proba": 3.9271805007956573e-07}
{"commit": "662fdd373929d09f1083ff245422daec4e7d897a", "message": "fix javadoc", "proba": 1.109801360144047e-05}
{"commit": "be3c1bfb458227e6d9abdac1331581022a2c45f9", "message": "conflicts resolved\n\nIssue: PSPRODUCT-3775\n", "proba": 1.4653268465281144e-07}
{"commit": "ff16687fc914d85055365021275f166949a7bd22", "message": "Changed name of control\n", "proba": 6.339043920888798e-07}
{"commit": "7ca3f2a53613d953b55145feea41fbdf84682d96", "message": "other thing\n", "proba": 3.1653559062760905e-07}
{"commit": "eacaadb53471ac1163ba7ace3bae6231cad900a0", "message": "Create ScheduleTimer.java\n\nCreate the ScheduleTimer class for ConfigClient to submit monitor information to ConfigMonitor.", "proba": 1.0310274944913544e-07}
{"commit": "889523e45d0b230654c777501ccd849d5cb43e8c", "message": "ALDS1_1_A : Insertion Sort\n", "proba": 2.949531699414365e-05}
{"commit": "b6f2fc24450de736da4866b8f4002a82cea74bde", "message": "Use BitmapHelper for AedLocator\n", "proba": 1.8414648650377785e-07}
{"commit": "10af80394fd72393e18a7ea7c07c21fb488ffc34", "message": "Fix create new product\n", "proba": 0.00019716717361006886}
{"commit": "d5832e96272d351c7dabb482d8d50523233eb3d1", "message": "Create Read.java", "proba": 4.0714112969908456e-07}
{"commit": "814205ce1d8fb9f827e249b1bece5fb46eff10ef", "message": "[androsdk-1269] Add EventFilterHandlerShould\n", "proba": 1.3861321690455952e-07}
{"commit": "9af997f2c35d32ab2ada8f162dd26f943477e736", "message": "first intro", "proba": 1.9623540481461532e-07}
{"commit": "b2574ce95c446a499edabe32d1235bfa53dcb2c6", "message": "Added unit test class\n", "proba": 1.4263325454066944e-07}
{"commit": "b0efa422b0f6d1d48fe90838881f0d1ed548f7fa", "message": "Added binding for the FileDao interface.\n", "proba": 1.1064010863037765e-07}
{"commit": "cd6abf69b57f797a222dae8fdaf36a1618cb18ee", "message": "[FLINK-21257] Add Restarting state for declarative scheduler\n\nThis closes #14879\n", "proba": 1.1381337827742755e-07}
{"commit": "0870855e7f11ec624efab54dbc21d503e692cd16", "message": "add AggregationDistinctQueryResult\n", "proba": 9.352419283459312e-07}
{"commit": "9975646ffb2eea135a9094fb65a65f617325e242", "message": "Add more RequestPredicate tests for attributes\n\nThis commit adds test for delegating request predicates that verify\nwhether the request attributes are properly restored when a delegate\nfails.\n", "proba": 1.0928355465011919e-07}
{"commit": "62c16f6cca169a7b47d2ed52561364723124ea7b", "message": "* cosmetics\n", "proba": 3.911854946636595e-07}
{"commit": "340aba34ed7ac5fc2ca73a0c681ec1b95b4b4e36", "message": "added test\n", "proba": 1.449089808147619e-07}
{"commit": "2c856a566af20e42215c6a0760d4f4adb7125956", "message": "Added to kataloginformation in component.\n", "proba": 1.0949679563054815e-07}
{"commit": "711d2203dfcfff338f8fe6020504c82198f974c9", "message": "fix after merge\n", "proba": 7.663669521207339e-07}
{"commit": "3e31874bffc5b67670c072dba3785ee50fbc7464", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "b26b97f872001cdf4b927591a82d8085b5a2592d", "message": "123123", "proba": 0.9999810457229614}
{"commit": "46d99372dcaac8d559a727876a5cf67ebb2d5be2", "message": "divVecVec\n", "proba": 4.256856118445285e-05}
{"commit": "f6df8aa70875865a8f169f794c5d3e75fe311516", "message": "opponentinfo: display the name of the target of your target\n\n", "proba": 2.9910452781223285e-07}
{"commit": "2774ec2ac9481d472b09b2eb2dc0f3400fd1bec9", "message": "opponent info: reduce padding size\n\n", "proba": 7.070547098919633e-07}
{"commit": "64cbb2b9ccaef9bae374364fa0cf89ba1af086f4", "message": "Initial - GreenImage.java\n", "proba": 3.6149151583231287e-07}
{"commit": "606b4adacecd660878a34a050359daa04febff29", "message": "rename method\n", "proba": 7.248856491059996e-06}
{"commit": "ca5a63c55839b7590130d9ff22d162a4bf97325c", "message": "Fix payment-service configurable url\n", "proba": 5.4403022659244016e-05}
{"commit": "0924b0a70e8fc79649205dc98888e14c885b6505", "message": "KCAWD-740\n", "proba": 2.1326151511402713e-07}
{"commit": "f8f7710c7522c5201b9c24c6b6ad106378839ab8", "message": "L\u00d6SCHEN IM SOLREMBEDDEDSERVER IST VERBOTEN!\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@563 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 2.076819100693683e-06}
{"commit": "dea0b3ad993820ca0d9f04e05610bf3ea9819803", "message": "fixed time percentage\n", "proba": 2.5325750812044134e-06}
{"commit": "4819fbbbcb4b0aeea7158bc9c82ed80d01076bad", "message": "incorporated the MQTT subscribe to the RaspberryPiPinClient. Also refactored the code to remove the RaspberryPiServer as a parameter in the methods as it can lead to some confusion, and potentially incorrect behavior.\n", "proba": 1.1034653368824365e-07}
{"commit": "f912c02791856d333b5bb8c291acce2931c2932f", "message": "clean up ModelPlugin references\n", "proba": 1.8257985345826455e-07}
{"commit": "576acbc86a5f3ecb45b8d2ac23abb36e35c9a64a", "message": "\n\t* SwtKeyMapper.java: New utility class for converting swt key events\n\tto awt key events.\n\t* SwtKeymapper.java: (swtKey2EKey): No PRESSED flag on characters in\n\trange 0x1A..0x20\n\n\ngit-svn-id: a878c62e23c3cdd7109267dfd9bdff0ba03a0163@4629 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 2.3105151285562897e-06}
{"commit": "ef62c7e437b556ad78058903c0b6717d0514413c", "message": "add problem 1152\n", "proba": 0.9982569813728333}
{"commit": "388b79264b3525d02ffa1eaae0dc1426920deca2", "message": "add problem 1712\n", "proba": 0.9991681575775146}
{"commit": "ab662c18699410150ab0d5902612460b0fadd239", "message": "Update AlienFuerte.java", "proba": 2.662478948423086e-07}
{"commit": "9bc0b304af3bc5e7a754befe213e2331e069318e", "message": "Added reference to jira issue.\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@367065 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.223145140258566e-07}
{"commit": "425bedd30396fa64dd2c07b767b68d6d70a45310", "message": "fixed MECLIPSE-292\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@562307 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.514436232559092e-07}
{"commit": "d794d788e9947be7d72e7a22d5a0e00652498281", "message": "add operation if it isn't there already\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@644885 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.962768348879763e-06}
{"commit": "2e40e513aef774d5eef93a35eea2f790af1d27d0", "message": "OPENNLP-56 Added a stream which can enhance Raw Coref Samples with a shallow parse and pos tags.\n\ngit-svn-id: ea2ac7117ce80da69eabfd608b4fc2566390d6b5@1310297 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.002097047210555e-07}
{"commit": "b46ace0254ff178c76fb185dcd5cd118a2922d87", "message": "allow to share editors options within a session\n", "proba": 1.3200380521993793e-07}
{"commit": "55e0cce938c52c43f187a4af9787d4fb8d8dff96", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "c5690c743d7d508872cda831a7499d7ac2d306e4", "message": "agility plugin: remove duplicate gamestate event\n\n", "proba": 4.2755922891046794e-07}
{"commit": "eaba927be00d6015473656b811db4d84db342cbb", "message": "KRACOEUS-2892\n", "proba": 3.017075300704164e-07}
{"commit": "913159351b141ce9339a3beea0b6d4d7a96919c4", "message": "Creates the SearchStoresOperation to capture searching for stores", "proba": 1.473502209137223e-07}
{"commit": "6bc6a494627d161e65e613ef528cb37c498499fe", "message": "Add MotionPhotoWidget unit tests.\n", "proba": 1.1745409267405194e-07}
{"commit": "729661683c142708048068a77a0594607669fbe0", "message": "CAAERS-3879\n\nSVN-Revision: 12552\n", "proba": 1.2519997483195766e-07}
{"commit": "dd59275a2ba2a398db46022240842c3b0dbdc041", "message": "Add OpenstackDroidApplication\n\nThis Application object will hold global variables for other activities\nusage", "proba": 1.9030274245324108e-07}
{"commit": "f6dcf75cfd96722d055f56d3dc8fae33ca101ba1", "message": "removed unused import\n", "proba": 4.2686903611866e-07}
{"commit": "dac67ccf606575da2209b2ff0c6de7d78231e3ee", "message": "SAK-42143 set the current user id in the GradeEvent log instead of the previous grader (#7128)\n\n", "proba": 1.1059643156841048e-07}
{"commit": "d3a63111734084ca98ac8992b818e5eb19f01fe4", "message": "Fixed the error in automation for fetching gcm sender id\n", "proba": 6.14549492183869e-07}
{"commit": "da2b53cb42cb58b5ac9da21164a09afd59a0dca3", "message": "ECP-1275: adds SectorAndActivityImport to add or modify Sectors and Activities\n", "proba": 1.1010875056172154e-07}
{"commit": "89e5d58b6b76d67ef51562921dc0188667d86b82", "message": "Added new patientencounters resource, which lists the encounters for a patient and the observations within each encounter\n", "proba": 2.4643333063067985e-07}
{"commit": "17b507ab656b326121d9b367d0f17ba266288d02", "message": "New examples\n", "proba": 2.1203702260663704e-07}
{"commit": "52972b72d98455185fc7afb62eaf51f982c8ceb8", "message": "Quick sort.\n", "proba": 1.650448950840655e-07}
{"commit": "dd0504132c03e9b3f31c7f55fd050d2a5c646960", "message": "add MarsExploration.java\n", "proba": 0.002306549344211817}
{"commit": "b1ecb5314abd4091c7988dd6bdc76f46c098468b", "message": "add HandlerResultFillorRegistry\n", "proba": 3.021478107712028e-07}
{"commit": "55eacf6a5a55c9ac418e1621ef16f84610f059cb", "message": "for #1238 Add assertWaitUntilConnectionReleaseForNoneTransaction.\n", "proba": 1.0923583459998554e-07}
{"commit": "43afa9b98fb95ce7f972b195155531517e55e905", "message": "o Polished code\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@675170 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.0232968128984794e-07}
{"commit": "45b73d705a5fcfffbe4fa83c089cb9ad4024c245", "message": "Delete SoundManager.java", "proba": 1.2905237554150517e-06}
{"commit": "e9a36d3247bd4b87d41793f88ddbcc60586bdb53", "message": "Util class for common page param methods.\n\ngit-svn-id: 35b8e6ee5634bb8613abb5ca40977defa3069cb2@299 f32dfbcc-ef79-4080-89f5-1451246e9e1e\n", "proba": 5.608878836937947e-06}
{"commit": "9c67a3f85a5b1ab34fdff006683da9789815bab0", "message": "Protection added\n", "proba": 1.4782990831463394e-07}
{"commit": "2bad5fc9c8abd7db31c93e6a1cbc9b7d866224ca", "message": "[PLAT-4208] Add a MarketDataProvider that returns no live data\n", "proba": 1.769079887026237e-07}
{"commit": "e8ad1e5ac82306ebe2e1764f888c04da0e6dba34", "message": "Takar\u00edt\u00e1s", "proba": 1.3261820868137875e-06}
{"commit": "713086f6cd295b973f44ad84e3f4d652c0f7c43d", "message": "Centrifuge recipes.\n", "proba": 2.0367205877391825e-07}
{"commit": "21d8aa07a23b45739d9689f5e46970c09a989086", "message": "Add tests for test user interaction\n", "proba": 5.78403671624983e-07}
{"commit": "3777416cf780b8972fee91e6c50e00d03124bb74", "message": "adicionando filtro de cahce\n", "proba": 5.715222073376935e-07}
{"commit": "5b1827fd3aa550bb8c993d3dc6b30fa4ccd92fc0", "message": "\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u043b \u0430\u0432\u0442\u043e\u043b\u0438\u043d\u043a\u0435\u0440\n", "proba": 2.8570516406034585e-06}
{"commit": "94d68b26b0682da819f9c94d87ff0940bd27e42a", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "19f28dd059874ec708b1e09783acca173f222b9c", "message": "add more tests for PassivationCapable checks.\n\nThis is mainly to make sure that upstream OWB is not hit by a\nbug reported against WAS-Liberty \n\n\ngit-svn-id: 6e2e506005f11016269006bf59d22f905406eeba@1627938 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.9136998591638985e-07}
{"commit": "9c03c2b466c230893061f37e1c31a286cbda5ad2", "message": "Added java play example\n", "proba": 1.716110205052246e-07}
{"commit": "2d0c4ad2074526afe4a26a659995dc87375e26b9", "message": "WICKET-2554\nIssue: WICKET-2554\n\ngit-svn-id: 5a74b5304d8e7e474561603514f78b697e5d94c4@831514 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.4562595513089036e-07}
{"commit": "af75c601e0790bb91613d868318f565052c7884c", "message": "Migrating from fileparsers to datasource-fileparsers\n", "proba": 2.7110331757285167e-07}
{"commit": "ca42cd2feea04542214a4ec978b74d7b05470adb", "message": "adding unit tests for password reset\n", "proba": 2.6937092911794025e-07}
{"commit": "fa34260f547bc28804e6d1f9c8478242a66cb0c1", "message": "Fixed the bug that made everything not work", "proba": 3.9469375678891083e-07}
{"commit": "473e5e07f0126860daf4fa76bb80e2fd811e7cb0", "message": "fix deployment problem on tomcat and hosted mode. Using ResteasyBootstrap in web.xml on tomcat raised a java.lang.InstantiationException: org.jboss.resteasy.cdi.CdiInjectorFactory exception.This fix is to make tomcat and hosted mode working, will look into ResteasyBootstrap further\n", "proba": 1.2594016141065367e-07}
{"commit": "565dd981826b3f7fc8af20bae6332610cc39cde9", "message": "Created TestColorHandlerAdapter.java\n", "proba": 3.0750859991712787e-07}
{"commit": "11ef5d61dc4ec33813106edd326f95fb488b10e6", "message": "Update MergeSortArrays.java", "proba": 2.882496517031541e-07}
{"commit": "65763984799bfb7e426ff62fb94ab1d8e17462ad", "message": "Beginning to add input syntax error logging\n", "proba": 4.0795421796246956e-07}
{"commit": "b0db683e3ff8ce324f050a145e36c06538f36010", "message": "[Programar em Java/42-Classe-Process.java] Add\n", "proba": 1.4637960532581928e-07}
{"commit": "d53c6290b4c3aa78246618c7d120e3620734ae18", "message": "Snorlax Sort example usage added.\n", "proba": 1.14534955741874e-07}
{"commit": "26b49609652f4b991ed51a872f203a3a1d8e30bc", "message": "#1517, add query\n", "proba": 9.870609574136324e-07}
{"commit": "a3b4ab20156a06ffecb76e82852f904db3a39473", "message": "am fca2575b: am 6e33f0fb: Merge \"Add extra for account migration in the DevicePolicyMamager\" into lmp-mr1-dev\n\n* commit 'fca2575bffc8bee495cede445849e0183aa9ab51':\n  Add extra for account migration in the DevicePolicyMamager\n", "proba": 3.9405136931236484e-07}
{"commit": "c9905a91594f88065b7d65883f0715f9577c8bad", "message": "Add c-struct-like class representing a Client Device.\n", "proba": 1.275562624414306e-07}
{"commit": "f2593ef07d7986fc776b0de2490c548f0e0f3afe", "message": "Edit class StubInput\n", "proba": 6.320578336271865e-07}
{"commit": "835a9c6c5bacfc846cde526e208e28ee42891ad2", "message": "Removed two tests since they're no longer useful\n\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@9829 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 2.663058012331021e-06}
{"commit": "5e71bc0a5f055693dc030a2750e64ec6ca5847d6", "message": "Delete PSILowLevelServer.java", "proba": 1.2855808790845913e-06}
{"commit": "b9f45de5230e199c50e7d2c8821dba80cfea0417", "message": "am 00f166de: am ceabc645: am 16cb04ab: Merge change If1acb2dd into eclair\n\nMerge commit '00f166dedca88a781e7a64c07a42451a213f04ed'\n\n* commit '00f166dedca88a781e7a64c07a42451a213f04ed':\n  Add a little logging to diagnose wifi cycle bug\n", "proba": 2.1550322344410233e-06}
{"commit": "876576b14f993fbe18f190f411528e6b11467bdc", "message": "am ecfc9ca5: Merge into jb-mr1-dev\n\n* commit 'ecfc9ca5f5233ad2eb6921c05250b8b3ebbc4c58':\n  Use global wifi_sleep_policy constants\n", "proba": 1.0026125210060854e-06}
{"commit": "796fe69425bbf8f7d234b7e76d32087a41416573", "message": "\u91cd\u6784\u72b6\u6001\u673a\n", "proba": 6.742351388311363e-07}
{"commit": "e60846053d9977043cd300861e003e2685251986", "message": "Fixed random question generation\n", "proba": 8.985844942799304e-06}
{"commit": "418d227b085240f3252aa38996f9de271f183dac", "message": "Delete tablero.java", "proba": 5.243080977379577e-06}
{"commit": "e64f5c8c1bbcb5efb00781048fbc6adba434495b", "message": "author:\u5f90\u5c0f\u9f99\ndesc:\u4fee\u6539\n", "proba": 1.7057586774171796e-06}
{"commit": "0626c8c9f0fe8aa744bbcfaa66a00033aa385208", "message": "fixed number format exception caused by hypen\n", "proba": 2.7527437396202004e-07}
{"commit": "006fb83929839fe4265f5102d98e75f26a4bb986", "message": "[nobug]\n", "proba": 1.5454915001100744e-06}
{"commit": "036285fe7cbf841627b905014e66e4bf676553d5", "message": "This class stores all query criteria row element values.\n", "proba": 1.1973800440046034e-07}
{"commit": "2a997ee14e4c7d4ac7f2e393be7d693a01c7fc48", "message": "Disable failing android test OfflinePageBridgeTest#testAddOfflinePageAndLoad\n\nBUG=518758\nTBR=fgorski@chromium.org\n\nReview URL: https://codereview.chromium.org/1281213002\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#342589}\n", "proba": 3.139719524369866e-07}
{"commit": "175605c4021301f5137667dff8cc978b4abe7984", "message": "Constructer added function removed\n", "proba": 2.764956832379539e-07}
{"commit": "59745d3d1dd98ac92a38c334e5414b6df526657b", "message": "Add documentation to Gui.java\n", "proba": 4.197823955109925e-07}
{"commit": "c913ee1d3774a9a050a5af33bfb32a89acb0ab6d", "message": "[androsdk-936] Add FileResizerHelperShould\n", "proba": 1.4665515379874705e-07}
{"commit": "71904e16087f7bf3fdc1cd8e955e6c5569e5d3d1", "message": "fixed backward iteration.", "proba": 2.4297094114444917e-07}
{"commit": "d01662860e81741a6db55bbec57892444446864f", "message": "test(push-to-inapp-utils): stop coreSdkHandler after test execution\nSUITEDEV-13484\n", "proba": 3.6334893138700863e-07}
{"commit": "25f1bdf551acb8e27f8235624c64819ced5cb423", "message": "Add missing decoder\n", "proba": 0.03199175372719765}
{"commit": "3ce92286fbd6b5627adffe5486ecef240186b21e", "message": "Declare public methods", "proba": 2.989214590343181e-05}
{"commit": "580c526bab9df71646a56c7ebd76965110592bb1", "message": "KULRICE-10486 : Create Smoke Tests for KRAD Component Library - Containers Collection Group Completed\n", "proba": 1.0034009534365396e-07}
{"commit": "aa9b30a2fdb007ccf5e08c73c3d854a978779167", "message": "selenium test cases\n", "proba": 1.4577989304598304e-06}
{"commit": "2e012a344a5c4058a10bfa90f73e3e639182f9ef", "message": "Hacker Rank\nDay 6: Let's Review\n", "proba": 2.25859523084182e-07}
{"commit": "c4863e044f46eff25f4efb2b78d6bcbb8d5a524f", "message": "New test utility for validating the position of a cursored result\n", "proba": 1.6936455438099074e-07}
{"commit": "12047f56b077131a32f79fe79c051f6d7a29ebe8", "message": "Can we stop playing \"error message bingo\" please now?\n", "proba": 1.356144423425576e-07}
{"commit": "389cc93227eb1b25cb71be5ec8a55779c799c71f", "message": "file cipherer utility\n", "proba": 7.123352361304569e-07}
{"commit": "fb6084dc9207d44e4ca997c18c7f7295af0f585d", "message": "..channel.widgets: first pass the configuration panel for pv table by property.\n", "proba": 1.0368331970767031e-07}
{"commit": "3118988c6220ca0fefc3c1c9d0336035d7a78586", "message": "Do not floor percentage in progress bars\n\nCloses #2614\n\nSigned-off-by: Tomas Slusny <71c4488fd0941e24cd13e3ad13ef1eb0a5fe5168@gmail.com>\n", "proba": 1.0385729609652117e-07}
{"commit": "7d2b34ac657570d32e951b9ba3f295c8755564f9", "message": "[SQL] Add Pubsub to BigQuery E2E integration test\n", "proba": 1.6684631987118337e-07}
{"commit": "3e48038c6c410a23b1bbb2c652835acd9b8a8a21", "message": "Added HelloJava4 changes.\n", "proba": 1.1161532853520839e-07}
{"commit": "a4ee3ecc6a480e50fbdfa20c2b616813452e399a", "message": "YearDisambiguator added\n", "proba": 1.5771313144341548e-07}
{"commit": "754f8ae8602cde1d7af6370f3abe4ce2296680bb", "message": "KRACOEUS-2828:  Adding authorizer for rejecting documents as part of clean-up to allow child documents to be rejected.\n", "proba": 9.829804525907093e-08}
{"commit": "58c75ecf62c4ef9974cec7ecdd2d9bd8ae0cc502", "message": "Add test case for post value data mapper\n", "proba": 2.721114356063481e-07}
{"commit": "67e9323749aeae5a1606a491d7b9fa5cc3b42b87", "message": "\u8ffd\u52a0\u7cfb\u7edf\u5173\u673a\u53ca\u91cd\u542f\u65b9\u6cd5\n", "proba": 2.5161895678138535e-07}
{"commit": "de3cad3a2c47bec1f5f7ee8eece4f3ee0f10b50d", "message": "Commented Apply License\n", "proba": 1.3074914306798746e-07}
{"commit": "50e449fef39e956cdc68aeeb09439053dbdd37a9", "message": "Added ElasticQueryHelper", "proba": 1.6924829537856567e-07}
{"commit": "6815b65c7c02b80a16596f453a602eccca435e28", "message": "[Bot.java] Change loadProperties to use UTF-8 to load configuration files.\n\nThis prevents unescaped unicode characters from appearing malformed in\nbot statuses due to default ISO 8859-1 encoding.\n", "proba": 1.0379056192277858e-07}
{"commit": "a9c9cae789b8314318f32fa6dbd16536a790e847", "message": "get rid of useless code in EndlessRecyclerOnScrollListener\n\n", "proba": 2.084286450099171e-07}
{"commit": "61c60c49fe98a2c2a31b41856df2a0fcfdfaf8b3", "message": "remove comment\n", "proba": 2.1478579981248913e-07}
{"commit": "cd8d13542b6b5edeed30b2c97b44ead05789556c", "message": "testing: add test StateServerClientTest\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@9464 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: df08856d145b7d3d252d218f7d623abd25943402", "proba": 3.0751848498766776e-06}
{"commit": "ad0d238a9353858a88de38d654dfe86a4c386bf8", "message": "Added support for JVM global monitoring\n", "proba": 1.4291101990693278e-07}
{"commit": "f1a545f0df6b0650be86869f137f8b0d117d35e8", "message": "cleanup\n", "proba": 3.1109298106457572e-06}
{"commit": "5a689d2d05ce686cbe9d8ef38c379836771f0c8f", "message": "Increase location disclosure snackbar duration.\n\nThis snackbar used to show for 5 seconds, but now shows for 8 seconds\nsince it has a fair amount of text. In accessibility mode, it shows for\n15 seconds.\n\nBUG=515562\n\nReview URL: https://codereview.chromium.org/1272703006\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#342638}\n", "proba": 1.929924792420934e-06}
{"commit": "5cc2e10eda062e984d5b793d660028df6f053d32", "message": "Add Strings\n", "proba": 0.9999678134918213}
{"commit": "f95c06067afeb74018d972cc9a341fa65b9f8f17", "message": "[ANDROSDK-638] Add AuthenticatedUserSamples\n", "proba": 1.264406819245778e-07}
{"commit": "dd19ce597977920707fa6356d5b9a59bdd4780f1", "message": "IFS-12077 added ApplicationProgressServiceImplTest\n", "proba": 1.4693206651372748e-07}
{"commit": "305a41146d6f0537f594c5be631b6f7046555e41", "message": "[ANDROSDK-692] Unify DataSetCompulsoryDataElementOperandLink\n", "proba": 0.001459769206121564}
{"commit": "f5e719578cf96fee6b85dc946e13851f726e589c", "message": "test xml validation (mainly playground) #31\n", "proba": 1.3154360090084083e-07}
{"commit": "17a0eed03dd713b3a7270d2d74718862ade4edc8", "message": "SLIM-1028 Adds notificationWebserviceConfig\n", "proba": 1.4746802889931132e-07}
{"commit": "cf526660f7e66bb4cbdf9b5bcd2302c9796f938b", "message": "KULRICE-11519 : Create Automated Functional (Smoke) Tests for KRAD Demo - Travel Application: Expense Item Lookup\n", "proba": 1.0158776575508455e-07}
{"commit": "824347dd8afc3b8b40e28e4b5d0743b56e341b98", "message": "am d08f339b: am 749334bf: Merge \"Fix ChooserTarget app scoring\" into mnc-dr-dev\n\n* commit 'd08f339bcc80bbf368bb7c7b9ddb77d6a9d613fd':\n  Fix ChooserTarget app scoring\n", "proba": 2.9474946927621204e-07}
{"commit": "715d88d2359a9ea1732c7d1a7a45179257f14caa", "message": "Update DicText.java\n\n\u6d4b\u6d4b", "proba": 3.9722186784274527e-07}
{"commit": "259e3384face72ea8e30696d7bae492d37d44e8b", "message": "am 7e90005f: Merge change I705b1d33 into eclair\n\nMerge commit '7e90005fcb95d4c20c92e915f4418b94341dda36' into eclair-mr2\n\n* commit '7e90005fcb95d4c20c92e915f4418b94341dda36':\n  GpsLocationProvider: Do not release wakelock until the GPS engine is fully off\n", "proba": 3.289315486654232e-07}
{"commit": "8eae8715b753e68528e461933d6c9143002e3380", "message": "add positions version of TestBagOfPostings\n\ngit-svn-id: 308d55f399f3bd9aa0560a10e81a003040006c48@1395770 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.6614051762408053e-07}
{"commit": "37e3f7486c08a6a264bd2eedd494fc6402376ad6", "message": "added COMPOUND_LOW_LEVEL_ABSTRACTION as a categorization type\n", "proba": 6.228042366274167e-07}
{"commit": "aa627a75b7d6aa01f0e54601e56cf61dc52b77cb", "message": "update json\n", "proba": 1.2577683037306997e-06}
{"commit": "79e3a9752222fb0eb41565c90a83536e4342f0b4", "message": "reduce visibility\n", "proba": 2.822444002958946e-06}
{"commit": "81e17ce7a0fb93e249ffbac1e14399cdc17d3ed4", "message": "Create ContainerFullException.java", "proba": 1.9018095827050274e-06}
{"commit": "f7d40c20cb30cd8a3617708af43f0c661721249e", "message": "feat : add kubectl deployment util\n", "proba": 1.6058895369042148e-07}
{"commit": "0f2e7f0ec353edac8245184328562c8b60ae0930", "message": "\n\ngit-svn-id: https://svn.apache.org/repos/asf/webservices/axis/trunk/java@169924 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.243760708457557e-07}
{"commit": "896bf88aec664320cac026a87761ee28a4f12c2a", "message": "DELTASPIKE-465 minor refactoring\n", "proba": 1.4626141364715295e-07}
{"commit": "08bd2aa060fd2403fc15ee0716366084a4e67d21", "message": "Repository for new event table\n", "proba": 2.87382277974757e-07}
{"commit": "f7c1ad57ead301df4d3326b5d8c8950964387fa9", "message": "BOOKKEEPER-56: Race condition of message handler in connection recovery in Hedwig client (added AlreadyStartDeliveryException file missed in r1329883) (sijie & Gavin Li via ivank)\n\ngit-svn-id: 5a2ad27615d45e22b19cf6d1944dba824abfe66e@1331704 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.4168285739942803e-07}
{"commit": "c8cc8f5b7a08c0c7cebe09e9b90194125d2d4971", "message": "Fix Tomcat response committed exception\n", "proba": 7.879741588112665e-07}
{"commit": "18636c41bd49ba5f8c0b84ee30673646ebd75f75", "message": "source generator for local TX to impl toString more cleanly. \n\ngit-svn-id: 0fb8a5a922afe2085ae9a967a0cf0864fe09ecff@1465107 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.6972477396848262e-06}
{"commit": "ede38d731d3335083a572adc75d36775e0d42778", "message": "Add unit tests\n", "proba": 7.125485694814415e-07}
{"commit": "f88b719b76ff42c6bf60e81a1cc7d1c1094a14b2", "message": "Add CreateEntity\n", "proba": 1.2564664757519495e-06}
{"commit": "9e7ca53c983d886edf42d5b23461a6e3c11befe5", "message": "Make merge inherit from ProcessorComponent\n", "proba": 5.484745315698092e-07}
{"commit": "a20e0dffdc679088440cb504694fdaab8e3e0074", "message": "Default implementation of a SessionInfo\n\ngit-svn-id: 02b679d096242155780e1604e997947d154ee04a@592363 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.271265533541737e-07}
{"commit": "0f446be06744ff687148814353c8441c80218a77", "message": "added new notification mechanism\n\ngit-svn-id: 27326a786375daad9d33dc990c6f272e4c8f567c@1760 fda5f131-174c-0410-8613-e0905860106b\n", "proba": 2.688242943804653e-07}
{"commit": "8664dbf9d309edb22a5f74a732fba87f6e9f6a50", "message": "Add test for refresh scope on configuration properties list\n", "proba": 2.195656065850926e-07}
{"commit": "2188d621cdc9a8d0ff234eff906757281eaa2e22", "message": "missing file from prev commit\n", "proba": 2.3119314107589162e-07}
{"commit": "3a7419ee33d7c8304013a6fdc3f0833a7ee8a70c", "message": "Add class identifier for mapping between classes\n", "proba": 1.5414524341395008e-06}
{"commit": "ffadd18adf5bcb90a5ba64d9d7cb1b13b8f0f517", "message": "more unit tests\n", "proba": 1.4985489826813136e-07}
{"commit": "818f8a3ec09d8d96e53a640bac469a994002de39", "message": "Added test cases\n", "proba": 1.5060764724239561e-07}
{"commit": "b68fc86d24b944b140c0afdcdc761dcba4ac522e", "message": "SNAPSHOT:  Ingester now compiles.  An exception short circuits ingest of current delivery.\n", "proba": 9.918414889398264e-08}
{"commit": "9e7a2b6d50c4ebe2cc7ab14cb10b5558e51ba039", "message": "Initial RenderLoop\n\nInitial Thread class dedicated to drawing\n", "proba": 1.3611328597562533e-07}
{"commit": "99e407c3d0faa484a01acb4d259f452c43da9798", "message": "fixbug\n", "proba": 2.048376245511463e-06}
{"commit": "fc9debbe4b2bf607595dbfba28fb7055f29fe40e", "message": "OPENNLP-89 Created unit tests for ChunkerME\n\ngit-svn-id: 924c1ce098d5c0cf43d98e06e1f2b659f3b417ce@1063526 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.9547687202248198e-07}
{"commit": "f7b0ca622db1809e414b37bf5bd03d39865ed227", "message": "am edcf3e40: am 0292b8ee: am 73c3c377: am af37450f: am 52403d6f: Merge \"Fix \"Wrong password\" message shown when using BT keyboard.\" into lmp-dev\n\n* commit 'edcf3e4045ad13c19b584c043a32467fb1c45dbb':\n  Fix \"Wrong password\" message shown when using BT keyboard.\n", "proba": 1.722297895412339e-07}
{"commit": "3a246782e1af24b4b937948e49d31f8576feaa0c", "message": "Fixed issue where empty Optional was accessed.\n\nAfter we check if the Optional session is present, the code would always\ntry to get the content's regardless. Fixes this so we only access the\nOptional when it's present.\n\nI contribute this material in accordance with the signed SCA.\n", "proba": 1.0183550358533466e-07}
{"commit": "57e2730cfe16fa52adfb0e4b4c5436d74adb496f", "message": "Injection via @Parameter instead of @Component\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1620209 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.949827699529123e-07}
{"commit": "538b0cb3e7562bb72abd7a3656256b2ede5ce88f", "message": "Fixed incorrect spelling of it's\n", "proba": 1.842144456531969e-06}
{"commit": "2e00a2be0163b86464710eeece70e536b8d6b2b3", "message": "[MSOURCES-18] Honour targetPath\nSubmitted by: Tim Pizey\nReviewed by: Dennis Lundberg\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@589208 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.3984006841383234e-07}
{"commit": "b8c65067ebb5860801551eeb5c10de7ce5d5354d", "message": "derp; hard coded assertion\n", "proba": 1.7079650206142105e-05}
{"commit": "f2917ed6509d2514ab7a5c51adf8bc4f4a09be5b", "message": "- Created attribute module to controle value for defined regular expression\n- Fixed: erased double space and changed error message in case of null attribute\n", "proba": 1.56434168729902e-07}
{"commit": "621e2349c58c78d44f07c55ee2b5ffb31d11c463", "message": "GERONIMO-5652 Add the correct GenericHeaderAuthentictor.java file\n\ngit-svn-id: 0d16bf2c240b8111500ec482b35765e5042f5526@1138292 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0018378288950771093}
{"commit": "d73fe2f2a5ddd753f85395d31fd0a4375d87dd53", "message": "Ran formatter\n", "proba": 4.6132399234011245e-07}
{"commit": "b2b2ce77efcae6a7d44f8a6b718969df1d2bd9e0", "message": "[NGRINDER-703] Make the configuration consistent and predictable.\n", "proba": 1.1847536285358728e-07}
{"commit": "4366bb355a1a0c90daa693ae7cedbe505070550c", "message": "Missing commit ...\n", "proba": 1.5722896762326855e-07}
{"commit": "d1eafe34bc3b45a4ac518df1cbf88714ea503520", "message": "add missing file\n", "proba": 3.149960548398667e-06}
{"commit": "279e1f97ac44bf6ac2464817854ef5ebde6d81c5", "message": "Adjust test case", "proba": 5.013506324758055e-06}
{"commit": "17e96ada5d0d1054b3b05e08d3983cb696193cd4", "message": "Undo last changes to GLRM model\n", "proba": 1.4738438380845764e-07}
{"commit": "ef1541f1681e2db9582a5cc9ebcef75b8a0d864e", "message": "o Fix Javadoc link.\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@678284 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.8875087991764303e-06}
{"commit": "75c7d0eb013a6bfba42e9dd1ab78710e4c881e8e", "message": "Throws exception from findEvents when exception string is received.\n", "proba": 1.1878183414637533e-07}
{"commit": "ea288ac49463acb824909a2f6746a67e22924ae9", "message": "add BaseOrderEncryptRepository\n", "proba": 3.9132467577474017e-07}
{"commit": "fd74e7fbbbb26c49528af4e8c51dd850578d706b", "message": "allow colloid sigma to be set\nfix determination of monomer-monomer pseudobond length\nforce neighbor update (so that pbc are applied) for the colloid periodically\ntweak parameters\n", "proba": 1.2148738903761114e-07}
{"commit": "32fab0ad9ddf19fd303d1a43a1ed7ca530f6dec4", "message": "Create LogUtils.java", "proba": 6.56866404824541e-07}
{"commit": "c7c59178405ef5cee2aa2e024ec84a48de4ca627", "message": "New test for GeneProductNameInjector.\n", "proba": 1.4465767605997826e-07}
{"commit": "e2eeddb70de507f215ae30364b87e590d0303b08", "message": "Replaced String date with Java Date object\n", "proba": 0.00021019029372837394}
{"commit": "935c5b1827be7bd7699903930df1290425138bba", "message": "created decompiler exception, not used yet\n", "proba": 1.2670516014168243e-07}
{"commit": "4a198dec389f5f609cc2e1293b86e110e8e3dbb0", "message": "Medium[p]", "proba": 5.31394050540257e-07}
{"commit": "0b9ab23855fc9ea7fd62577478e8dd7f300add87", "message": "ESBJAVA-5234:Add test case for scheduled task with large interval value\n", "proba": 1.2275286564999988e-07}
{"commit": "5eb83aa8965835f75b13a535eafe7f6311e4f790", "message": "Ignoring FUL unlock signal if user changed fixes b/7572354\n\nPrior to this fix, one user could log into another user's account by\nwaiting for FUL to recognize them on their account, and then\nswitching to another account at a very precise time - after FUL has\nrecognized the user but before the device has unlocked.\n\nThis was caused by the FUL unlock() callback telling the device to\nunlock even though the user had changed.  The fix is to only unlock\nthe device if the current user ID matches the user ID used to run\nFUL.\n\nChange-Id: I516b52d99ab7609b836939e4aae6e7df77a9e047\n", "proba": 0.00029625746537931263}
{"commit": "c3d54f7cbcb713e59c8eb8ba5d81fe1297e6d042", "message": "Add BlobUploadServlet.java\n", "proba": 9.043917543749558e-07}
{"commit": "ce22aef1f82c4d0fb1fceb28f7e5a404a665a794", "message": "Initial version of utility routines for adding menu items to menus in\na more concise fashion.  Strunk and White would be proud.\n\n\ngit-svn-id: 64ebf368729f38804935acb7146e017e0f909c6b@207 6335cc39-0255-0410-8fd6-9bcaacd3b74c\n", "proba": 1.7509385088487761e-06}
{"commit": "f72bd927270bc4be06688fc101bc80958e78efbf", "message": "+ Docx2EcoreConverter renamed as Docx2ReqModelConverter\n+ ReqModel2DocxConverter implementation cont.\n+ All RequirementsLevels and Requirements traversed and written to docx file.\n+ Non-binary tree pre-order traversing approach used.\n", "proba": 1.0123591920319086e-07}
{"commit": "41afbc0df2d1d6b38aaf07a9b8392f45b24d433c", "message": "http://NewsMute.com\nCode inspection - Typo\n#newsmute-133 In Progress\n", "proba": 1.2687007711065235e-07}
{"commit": "ad1e974a8334dcf2984f0d9534853136e744be03", "message": "U:V:optionalLogin-namespace:mu module created\n\n- created new attribute module urn_perun_user_attribute_def_virt_optionalLogin_namespace_mu\n- attribute value depends on U:D:login-namespace:mu\n- this attributes is used for services which needs\n  U:D:login-namespace:mu, but doesn't mind if it's empty\n", "proba": 1.0695948731154203e-05}
{"commit": "1e1e47c170f816b8dc44ec7ff1def9049c5b7d74", "message": "am 1fc756da: Merge \"New API to determine if device has lots of RAM.\"\n\n* commit '1fc756da434441708eb557a22363eea7f41f3f73':\n  New API to determine if device has lots of RAM.\n", "proba": 1.548318095956347e-07}
{"commit": "811881763470c5406645871d657cf88e97faf552", "message": "am 997f3cca: Merge \"Fix build: documentation error in AlarmClock.java.\" into mnc-dev\n\n* commit '997f3ccad33394fabe62a6a388e701e07a52e408':\n  Fix build: documentation error in AlarmClock.java.\n", "proba": 1.20506101097817e-07}
{"commit": "9bb3787adbc2ebe3c0678e4daac0d238a210b8e0", "message": "am 3bb64aa8: Merge \"Allow Views to specify a theme override\"\n\n* commit '3bb64aa83a8ddd069a98700eae255db7f1a3db6e':\n  Allow Views to specify a theme override\n", "proba": 7.141813398447994e-07}
{"commit": "4f0a80d0b89b4a42deb4023ffb3d3f0af8f82d88", "message": "Allow \"opaque\" flag to be updated. DO NOT MERGE\n\nAdded a setOpaque() call and a bunch of comments.\n\nBug 12387406\n\nChange-Id: Ic066cba926223f22f9bc56a7013987001d9cc795\n", "proba": 2.8636290494432615e-07}
{"commit": "d5ba82a1fe07a622dec3b304af285bec0410597d", "message": "Prevent getFile from copying when the file is too large.\n\nSince the caller expects the data to fit within a certain amount of\nspace, do not copy into the buffer if the data exceeds that space.\n\nRequires a change to external/webkit\n", "proba": 1.2374033531159512e-06}
{"commit": "83ed4fe1d5ff00c2e1bd334c61f0acd3105a09ab", "message": "Fix bug #12066726 java.lang.NullPointerException at android.widget.CalendarView.onScroll(CalendarView.java:1216)\n\n- fix the NPE by checking the validity of the child reference retrieved by View.getChildAt(...)\n\nChange-Id: I6821448a5831c83c0931eb7bb0ef4c3f1a47247f\n", "proba": 4.1323255572933704e-07}
{"commit": "1586168302f79d10e85a5aeed7b486c4244cc98e", "message": "am e9812bae: Merge \"Revert \"NumberPicker should adjust min and max when displayed values are set.\" (a.k.a. Santa is back)\" into jb-mr1-dev\n\n* commit 'e9812bae0e0ce08bd232dc2371fdb959e4f7a318':\n  Revert \"NumberPicker should adjust min and max when displayed values are set.\" (a.k.a. Santa is back)\n", "proba": 1.2162201983301202e-06}
{"commit": "351f7817e555f52571e72751bb452a715495f010", "message": "am 21af9a08: Merge \"avoid multiple-\"0\" to exceed the length of upper bound\"\n\n# By Sungmin Choi\n# Via Gerrit Code Review (1) and Sungmin Choi (1)\n* commit '21af9a08465c4927aab9db30efdfcf5ee8f52410':\n  avoid multiple-\"0\" to exceed the length of upper bound\n", "proba": 1.7574802768649533e-07}
{"commit": "7708feefdf7da1bc36086bb7b6fd2f103a1d59ec", "message": "FLEX-3369 Fix failing automated tests: Fix the Device History tests (#259)\n\n* FLEX-3369 ~ Updated method in MockOslpServer\r\n\r\n* FLEX-3369 ~ Updated code by failing test\r\n", "proba": 1.4272823989358585e-07}
{"commit": "9c14558013f5983521cb69c4cc2c74de5f7d1a8e", "message": "[no bug] Null ptr\n", "proba": 2.2139513021102175e-05}
{"commit": "d0b4274b7a67611537f94c298ebac01cd6214281", "message": "Chapter 18, Exercise 29\n", "proba": 1.51118683788809e-07}
{"commit": "c8ceec449f099ef91051cfaf7811cd5d6869e87c", "message": "Added.\n", "proba": 2.0693211411071388e-07}
{"commit": "ab4878f4755cd3e59c64bd12816e0786232c09d1", "message": "change FreeProductFragment and PersonalProductFragment BaseAdapter to Recy\nclerAdapter and test both Fragment\n", "proba": 1.168476586599354e-07}
{"commit": "3d53a2f3cb330469de11dfa1f6d1d013d591cb29", "message": "Fixed cast class exception\n", "proba": 3.704383289004909e-07}
{"commit": "06cefec7855a7e30d7fc07df886529e0fcee0b59", "message": "Add validation query and testonborrow\n", "proba": 8.081311534624547e-06}
{"commit": "79b019d31e02fcbbfacc9fb95bab1425229381b8", "message": "KYLO-872 alert framework\n", "proba": 1.3179750624203734e-07}
{"commit": "7dcbc09a037f6b035dde79876b4af91e4d3528a7", "message": "Ex2\n\n+-*/\n", "proba": 0.00011067742161685601}
{"commit": "3caf0f6b86c664d166b7be1fda00deaa1b02d2b7", "message": "daily routine\n", "proba": 1.2206113751744851e-05}
{"commit": "4515f1d14f6721ebcdb380676e035466bde2bf8c", "message": "Chapter 21, Exercise 3\n", "proba": 5.039094617131923e-07}
{"commit": "264707caa392abd8c92764e0b04b37290c16fb5a", "message": "Fix bug with starting users in background.\n\nIt shouldn't tell the window manager to lock or freeze the\nscreen when starting a user in the background.\n\nChange-Id: I24c6c19a20c360ecbed7d28e1d7249c025a463b9\n", "proba": 2.4827670131344348e-05}
{"commit": "c3aa249f3c87250f2c9e203a75771d4b1df43153", "message": "am 63b007e6: Fixing build breakage\n\n* commit '63b007e651f7b487b09f42f13fe03e0327edea6f':\n  Fixing build breakage\n", "proba": 5.000461555937363e-07}
{"commit": "ad7923f1403f7fcfec6b0a4c6bbdfcbd686cff37", "message": "am 5d4a5ccb: am 94d5e6b0: am 779ccbe3: am 5b009d52: Merge \"Fix issue #22802617: APR: spurious wtf when restarting a persistent process\" into mnc-dev\n\n* commit '5d4a5ccbadb8d17a900297aa9e766824a0a0397c':\n  Fix issue #22802617: APR: spurious wtf when restarting a persistent process\n", "proba": 1.2075280437784386e-06}
{"commit": "ac3c4e0c6c71bfac5ce121c23708eb197db50de9", "message": "am 2467188e: am a2530e4a: am ee24d848: Merge \"Stop guest user on exiting, to conserve resources\" into lmp-mr1-dev\n\n* commit '2467188e396503988ea05401011837a18f9a93a1':\n  Stop guest user on exiting, to conserve resources\n", "proba": 4.099518378097855e-07}
{"commit": "2f80972d02e6fb0507df62c034b2fe472f852c48", "message": "am 2faf91fb: am 66cbec51: am d234dc1f: Merge \"Correct check of is user running\"\n\n* commit '2faf91fbb300882afd1092b788aa16295eb3dde8':\n  Correct check of is user running\n", "proba": 8.10292021924397e-07}
{"commit": "c475b7fe0c9f8582fa3d9cf512ecb8702612ce4e", "message": "am 8fdfdbbb: Call PRE_BOOT_COMPLETED on starting any user\n\n* commit '8fdfdbbb60b484a0b43628b544a398c9a4949e5c':\n  Call PRE_BOOT_COMPLETED on starting any user\n", "proba": 1.4006618584971875e-06}
{"commit": "872e8f77a9cb683c4cb0d0528e26cdca121244aa", "message": "am baff25f8: am b52a4a5a: am 7b7a2100: am 6e90ea03: Don\\'t wait for brightness changes\n\n* commit 'baff25f8659b7877ff76b03841670cb49b853ad7':\n  Don't wait for brightness changes\n", "proba": 1.4510467281070305e-06}
{"commit": "291ae41c43de3d19917e738478a38a0f407e57c9", "message": "am aef3698f: Merge \"resolved conflicts for merge of 91d2cbf4 to mnc-dev\" into mnc-dev\n\n* commit 'aef3698f9a80626fc8dc8be5e4d1359cafcc17d2':\n  Turn off theater mode upon power button press.\n", "proba": 1.1642919162113685e-07}
{"commit": "5fb77986c172c047d77b48515a124a5a4a1fe170", "message": "am d5169157: Merge \"Wait for KEY_SLEEP UP event before calling goToSleep()\" into mnc-dev\n\n* commit 'd5169157408eeb8d5612b2c0272d6458ad4020de':\n  Wait for KEY_SLEEP UP event before calling goToSleep()\n", "proba": 7.4532016469675e-07}
{"commit": "a80c07633b179240c0a80168bd1de17dce84d5df", "message": "am 67add1d2: Merge \"TIF: TvInputHardwareManager puts multiple sink ports into audio patch\" into lmp-mr1-dev automerge: 0313a0e\n\n* commit '67add1d26257eb298918a6e2c75f21afd59dadba':\n  TIF: TvInputHardwareManager puts multiple sink ports into audio patch\n", "proba": 3.845606443064753e-06}
{"commit": "2db30ca2da94ac26045cd27ea82afb5bee5ecd32", "message": "Forgot to add PurchasingProfileSamplerBuilder in earlier commit\n", "proba": 1.2119866710236238e-07}
{"commit": "fc28be122d4219c8608015759b9a80cfc8b507ec", "message": "- ListenLog must be called after logger and appenders creation...\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@7457 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 4.665776884849038e-07}
{"commit": "908d463689430c9e89351fd55297cf7b900bf193", "message": "*GeneralTask: Fixed NullPointerException\n", "proba": 5.793493187411514e-07}
{"commit": "d3b3950bf9be644de077c373224bb8b1cbacb715", "message": "Create example.java", "proba": 1.7010622741508996e-06}
{"commit": "160903e008804b900ceef3814032c88502769894", "message": "sinamo:mac4", "proba": 2.974523113152827e-06}
{"commit": "1b75bf0794d7ed164b1431b6f40d0beaf50a7168", "message": "JooqSpringBootConfigurationTests\n", "proba": 2.646706889208872e-07}
{"commit": "81e1f3917e34187fc6996b7ee53147af8c9dcdd1", "message": "Initial import for New Version of communication server and client\n", "proba": 1.1210882888690321e-07}
{"commit": "bf614325ee6aab4dd8d0e74af056d631f40d180b", "message": "Working no PostgreSQL2\n", "proba": 0.00012192064605187625}
{"commit": "022a7235677bde208bfab049a6fef12e8f8808db", "message": "Fix compilation error\n", "proba": 2.1322318843886023e-06}
{"commit": "7379ae8f386a0331479af4f5d5b5979d86488002", "message": "Added model for services.\n", "proba": 1.0922646254130086e-07}
{"commit": "68879cf0f1ef33b4a75343cf27d3f541fe7ba7ef", "message": "prueba commit\n", "proba": 1.01938451280148e-06}
{"commit": "59c6bb84248a6474bf6bcb3ac4dae55d5cd66370", "message": "Save an empty file if there are no records to save.\n", "proba": 2.7467592644825345e-07}
{"commit": "a01ed49d0fbb74f20b51655227206b59ed666409", "message": "created service interface\n", "proba": 4.770085979544092e-07}
{"commit": "978dd97aa35655b42c6ef55f926e9c874caad02c", "message": "testCommit\n", "proba": 9.791339152798173e-07}
{"commit": "2652eb8d38822b2e037dc56a136885f9a506a788", "message": "Applied Mike's single connection patch.\n\n\ngit-svn-id: 344b71073909399dbfbb72461917dbf939dfdc0a@263 97a8069c-bbaa-4fa2-9e49-561d8e0b19ef\n", "proba": 7.378669579338748e-06}
{"commit": "29562a42117ed2f1780d089e5a6de5dbab3805ce", "message": "Fix copy/paste error in log definition\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@890449 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.750780367932748e-06}
{"commit": "8368617b1dac2a7dc1b569bda1a3c762b8b9c3a8", "message": "Fixing last commit.\n\n\nFormer-commit-id: 5d7e8fbdc25bba8457b98ba7061ac503c50cebb8", "proba": 0.0032794910948723555}
{"commit": "40a244fbce6f254fc2671489f3bec5260770e4eb", "message": "adding log level check\n\n--HG--\nbranch : wemesh\n", "proba": 2.4557678557357576e-07}
{"commit": "b6098226c0097571bde7f6ffc857bd09cbcf5ba8", "message": "Page/Data Cache \u6700\u5927\u9650\u5236\u6570\u653e\u5165 latke.props\n", "proba": 1.440601806734776e-07}
{"commit": "d302facf97816a5e524ab769d54676143faf6167", "message": "doesn't need a reference to surrounding class\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@259872 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.54471819466562e-06}
{"commit": "7553ef3976a05b792adf7273eb0d337b669ff11c", "message": "unbreak fillCylinder\n", "proba": 4.4707127244691947e-07}
{"commit": "7864f99ef9d9f9907e62e222067a3ab8af0058ff", "message": "Added a simple java API example\n", "proba": 1.4655196878265997e-07}
{"commit": "3340f39db65927e7472bea8bd99ee9bb2c122514", "message": "Update Map.java. Removed key setter\n", "proba": 8.97699521829054e-07}
{"commit": "6e6b69a1127ba5ed8f08c05b544a11cb24a0ce5f", "message": "Emergency button java file", "proba": 3.9317072264566377e-07}
{"commit": "04cadf22a197187c744db431ab44795bb1300b78", "message": "refs Falkonry/tracker#596\n", "proba": 1.2299895502110303e-07}
{"commit": "632c440d846bc285030185129d1dd23b2c629c08", "message": "remove debugging line\n", "proba": 0.00047281457227654755}
{"commit": "203ffbd92b9ec76bd9eb9a71e45185d4023bf132", "message": "Add unit test for changed address parsing\n", "proba": 3.7386070061984356e-07}
{"commit": "fc866f66b63c9c35ece7b661e0070ca22e379c7f", "message": "Better example class for website\n", "proba": 3.124625891359756e-07}
{"commit": "8b545a66bfaa5d58e33bfb808153f766134556b3", "message": "Add two remaining unit tests\n\nso that there are the needed 25 in summary\n", "proba": 5.5626087487326e-06}
{"commit": "45d32789b394ecf939c600674170551e099f3cc5", "message": "Added package-info description.", "proba": 1.068473380883006e-07}
{"commit": "fb47eb63b60125bd9d3c77d486797e0ed0df2b77", "message": "Comment Added\n", "proba": 1.7616821423871443e-07}
{"commit": "94b502e746f5a8307055ea35402d8dc3e192620a", "message": "Update\n", "proba": 1.038289269672532e-06}
{"commit": "0b862076ae270c6ae4fbfbaae905b1d1510c9c49", "message": "fix nullpointexception\n", "proba": 1.3259747902338859e-05}
{"commit": "051a798147dbc6edfe79211fc90c17e8dc7a8d79", "message": "Added interface for logging\n", "proba": 2.3381176106340718e-07}
{"commit": "118127d423327f61c8f019b8c51ecc1fa55beaf9", "message": "I hate android\n", "proba": 2.5930214178515598e-05}
{"commit": "ff92560c82408d33697cfdc9fcf05ba802b92820", "message": "ko-mittet\n", "proba": 1.0939404546661535e-06}
{"commit": "440dbd26d577565edd793141ea3e3a840cae591d", "message": "Bugfix in DealerShoe that allowed invalid calls to \"next\" to succeed\n", "proba": 1.21192996971331e-07}
{"commit": "a2af8dd007a4a96eb334d2157d6d8d73f6d46838", "message": "Local loop variables. Thanks for the follow @petrasio! NotLikeThis\n", "proba": 4.906747221866681e-07}
{"commit": "aefbe1568515d3673ad9c4de35d1cd872c6e8402", "message": "* try-with-resources crazyness\n", "proba": 1.2622970757547591e-07}
{"commit": "0def5d86822576acc8bbe3c8b791c5134eb4c544", "message": "add getters to camera detail\n", "proba": 1.773011746308839e-07}
{"commit": "3262733cbf19ec70765f9c295320bf992af90f10", "message": "Progress cc exercise 7.2\n", "proba": 2.932472114025586e-07}
{"commit": "f4dc56e8bf16dbe5e5babcde3c71abf3cf0ff914", "message": "Change drawTiers from array to List\n", "proba": 1.6382297474137886e-07}
{"commit": "aceff554c8e1f85a0c1838797208e7ec685ee2df", "message": "utility class\n", "proba": 6.172879238874884e-07}
{"commit": "698727a909ee534ecf4230a09c57ad608b1d02a7", "message": "constructed PID constructors\n", "proba": 1.4851655123493401e-06}
{"commit": "ef666657dc100dad1cb1a5306e7bfe0c4a088e37", "message": "Fix static entry removal and add spec ignore feature\n", "proba": 1.8575154570044106e-07}
{"commit": "228ecd9855a60e3f2e9d88daa8c5f45482bd8de9", "message": "similar string groups hard problem\n", "proba": 0.000304107234114781}
{"commit": "51c0d822cf9fa4f6185db0da2044640b829a87db", "message": "Adding CodeGenerator sketch.\n\n", "proba": 1.2904976642857946e-07}
{"commit": "013cd1c5fa1644d8dbd7c0cd8389d1fbc29d8316", "message": "Create VacuumRobot.java\n", "proba": 1.1786853519879514e-06}
{"commit": "ba98d8eaa0f21c4322c5e41bcba29bc57c1a1cd2", "message": "refactor 39\n", "proba": 3.774085416807793e-05}
{"commit": "2a8118cd999dce003d6e4dbaf0985eb13b0f79c5", "message": "[test] Unit test for CRC-32 generation\n", "proba": 2.6354180704402097e-07}
{"commit": "fa3754c13dced327c780445b46954e5ec61989f3", "message": "Don't throw NPE if no connector is found (warning is logged later)", "proba": 1.0570026631739893e-07}
{"commit": "d4db6af611067d33bcb9cafcb4246b58c5e9b115", "message": "1) use the default value of mapNulls and mapNullsInReverse in the example code ;\n", "proba": 1.0764428282072913e-07}
{"commit": "685505237f1e9ca1fd4b1ed9e5b31247ccb168c0", "message": "Better docs\n", "proba": 4.0797056044539204e-07}
{"commit": "d9a1b6121fd8cf20f4ac0bce10938e3e5c25fbbc", "message": "Add MediaHandlerServer\n\nThis class create a thrift server to handle events and errors\nfrom media server\n\nChange-Id: I39299ec8236943ceec298b93a45721cca175ffb3\n", "proba": 7.822217753528093e-07}
{"commit": "f9038c8155286d5e0a004b385af94bc23dd147c9", "message": "Add dice command\n", "proba": 0.9988692402839661}
{"commit": "31df5f0cc25a3322219366c007c5c235e7aa2b09", "message": "FEATURE: Added plugins menu, and methods for plugins to add their own menu items\n\ngit-svn-id: 50f83ef66c13f323b544ac924010c921a9f4a0f7@987 00569f92-eb28-0410-84fd-f71c24880f43\n", "proba": 9.587938620825298e-07}
{"commit": "e2388a700e7a4cff75e2d2542231fc9bce5781c2", "message": "KCAWD-240: Use a unique award number for new awards\n", "proba": 2.288673499606375e-07}
{"commit": "d5fef50f09f5644130a6596d43b6ce0b57a554dc", "message": "Update for Minecraft auth changes\n", "proba": 2.371660343669646e-07}
{"commit": "80bb20ef8c1614b58a15837bb49abead89b8dfda", "message": "Simple workaround for buffer duplication when using BAOS and BAIS combination.\n\nFrom https://github.com/nickrussler/ByteArrayInOutStream\n", "proba": 2.0148453927504306e-07}
{"commit": "69a7a026d61bb607527d9c8bd97755ddafb3b50e", "message": "latest", "proba": 5.540143774851458e-07}
{"commit": "ebb2f6a7171f60b0c1951a5289de93527bcb3b1e", "message": "Submit code for valid regex checker\n", "proba": 2.8456668133003404e-07}
{"commit": "b5bfbc1ee7cfbbdde0407b2bc7af88d2397c3f56", "message": "Added a getTag() method to make the DefaultTagErrorRenderer easier to subclass.\n\ngit-svn-id: cf2b8e13e5fd585456580429c3991d4364a2cb88@108 d471f07e-d8fc-0310-a67b-dd4c8ff0e7cd\n", "proba": 2.0758585378644057e-05}
{"commit": "64f581499824a7f3134104c418dc0eca33f6ee76", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "37fe716a8a8a68671f3004d2c8fcd22148e725ab", "message": "added tests for Spring's LOB TypeHandlers for iBATIS\n\n\ngit-svn-id: b619a0c99665f88f1afe72824344cefe9a1c8c90@5679 fd5a2b45-1f63-4059-99e9-3c7cb7fd75c8\n", "proba": 3.0809627560302033e-07}
{"commit": "5cd7120f26a0af239d939e0549cb21e283128295", "message": "to test the Accounts Module.\n", "proba": 1.2851428721205593e-07}
{"commit": "e9ce950ea18db075fa860976e26fc5c56032f734", "message": "Fix issue 63", "proba": 2.1442804154503392e-07}
{"commit": "f6dbebd96afff722120674af33291e2af064a434", "message": "\n\ngit-svn-id: https://findbugs.googlecode.com/svn/trunk@8863 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 1.86915269750898e-06}
{"commit": "6b5665ee4ec3462c0cae8f8729444706eb9fb88b", "message": "Create ReplaceBlank.java", "proba": 5.431293743640708e-07}
{"commit": "5eb892bd45666613435980c7e4721a7ffb904f93", "message": "better DirectPlay handling\n", "proba": 2.1203095457167365e-07}
{"commit": "7e61c8c023becdb3787529493a5c71bcd83aadc4", "message": "#84 [jn] Introduce FixedProgressEvent\n", "proba": 1.26900332020341e-07}
{"commit": "03ce3cb323bf74e41a67397f7314fb8461cb301e", "message": "INTEGRATION: CWS latex (1.1.2); FILE ADDED\n2006/04/06 14:08:08 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter\n", "proba": 1.2657243075864244e-07}
{"commit": "5fcf29db8a4f1729074511755f18452e034e85b8", "message": "pulled database script and fixed EditContactHandler.java\n", "proba": 4.2317324755458685e-07}
{"commit": "c047dad898243db01f51fe736587fe51b7502a4d", "message": "\u6240\u6709\u7684 \u6587\u672c\u76f8\u4f3c\u5ea6\u7b97\u6cd5 \u7684\u5355\u5143\u6d4b\u8bd5\n", "proba": 1.3686486965980293e-07}
{"commit": "b0976562884d6bd32f22c2871e4f2c24712a3e68", "message": "Stop claiming that player count is shard specific\n", "proba": 3.310069814688177e-06}
{"commit": "34041b5744889a21336047520e20e10f0eeb9848", "message": "\ubbf8\ub9ac\ubcf4\uae30 \ucc98\ub9ac \uc644\ub8cc.\n", "proba": 1.269937968118029e-07}
{"commit": "078c62fb18e3cc06adb1d921c05b2c57a159f511", "message": "fixed javadoc errors\n\ngit-svn-id: cf2b8e13e5fd585456580429c3991d4364a2cb88@584 d471f07e-d8fc-0310-a67b-dd4c8ff0e7cd\n", "proba": 2.8198371637699893e-06}
{"commit": "368d796e2e28ecd738362c7a4566cb3eb219ab26", "message": "Fix build.\n\nChange-Id: I30f2615bc080db2c672e0391fd8bc735de17fcbf\n", "proba": 0.00015745728160254657}
{"commit": "78962bdf748906ad5f2f1b7eacf1b842870e147f", "message": "Create NetworkController.java", "proba": 2.317470944035449e-06}
{"commit": "db0ddcbb493f486081ee1509732fc44af0dcce17", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "2cafd629a3b5bb431e68cdf9b876f6b32f48f2d5", "message": "Codeforces #954A: Diagonal Walking\n", "proba": 3.3142603683700145e-07}
{"commit": "b84be7b40281f7daa9ba4c666ec8aec935c93189", "message": "Create DistanceFunction interface.\n", "proba": 1.2949135452799965e-07}
{"commit": "fe25bd7cee8b93dd0a3e751122953f122568d4f5", "message": "Add PowerfulIntegers\n", "proba": 2.0398572360136313e-06}
{"commit": "e498cc7550ff5f87d620d7a8fdb4a608f903e5d5", "message": "doc: Complete API doc for should.\n\nSigned-off-by: Draltan Marin <f6f2984523e66cf12b6d7abe45a9cf6f6e37a2b0@gmail.com>", "proba": 1.8494974085569993e-07}
{"commit": "dcef5348f4457b20bcf29b8754a07160ea572372", "message": "am 8742696b: am c20fc77c: Merge change Iefd4a388 into eclair\n\nMerge commit '8742696b0d74f5dc45093d524d12fbb8abb76fa4' into eclair-mr2-plus-aosp\n\n* commit '8742696b0d74f5dc45093d524d12fbb8abb76fa4':\n  Suppress flaky test AppCacheTest#testFreeApplicationCacheSomeFiles\n", "proba": 5.823478204547428e-06}
{"commit": "8923735f280784d85edcb2ed23704cd38df966fc", "message": "am e0177a28: am 59f79d9b: am 3a9a53cb: Merge \"TIF: make the tune request handling more efficient\" into lmp-mr1-dev\n\n* commit 'e0177a28a342bac14edfc4dc502603b886eea193':\n  TIF: make the tune request handling more efficient\n", "proba": 6.624710522373789e-07}
{"commit": "b80317710eef9d1e10babf079642fa23e3a114d1", "message": "UserFilter\u907f\u514dnpe\u5f02\u5e38\n", "proba": 2.8947795271960786e-06}
{"commit": "d410bfb2001e7960a27fe6adb9d56f229e70fe5c", "message": "LayoutLib: fix support for textScaleX.\n\nChange-Id: I821191a40012e9727b4a3573d580483c3ae1de48\n", "proba": 8.762189622757433e-07}
{"commit": "6621e86bc4f18d08664d95250855f2439a9f8d9d", "message": "Applying patch for AXIS2-2332\n\n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@522771 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.156782213409315e-07}
{"commit": "a9a6660a49043b8482682d21b3ae7595e51d7378", "message": "range view stuff\n", "proba": 1.960475941586992e-07}
{"commit": "bcc640d6522782593418325e95070a49033fbd76", "message": "\u6dfb\u52a0\u9632\u6b62XSS\u653b\u51fb\u7684\u8fc7\u6ee4\u5668", "proba": 1.914601455155207e-07}
{"commit": "a36653c85d4cd09153c108e0ef5372530f5fa1d6", "message": "Handle setting density and properly handle temperature.  Add proper Jacobian term for 3D.\n", "proba": 1.246917662456326e-07}
{"commit": "6b18edc77133cafbf9297ec5e2991f09ccf1243b", "message": "add test for https://issues.apache.org/activemq/browse/AMQ-2084 that works just fine\n\ngit-svn-id: d2a93f579bd4835921162e9a69396c846e49961c@953739 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.429662337519403e-07}
{"commit": "0a7afa2363c9d23b9dafd412dbc5fae51b03d480", "message": "* Introduce Dispatcher\n", "proba": 1.5477350245873822e-07}
{"commit": "0a1134d351e4e1b540d21512234a8c780b137481", "message": "default api empty implementation\n", "proba": 6.821807687629189e-07}
{"commit": "0ed8c8b1db5d451960757fffd98f98f0b5fb91df", "message": "removed now unused class\n", "proba": 1.6467195962377446e-07}
{"commit": "805b6d6df532960c5c867d28db5b4e2d9cadedfa", "message": "Map billed field\n", "proba": 3.3954160016946844e-07}
{"commit": "33d3d3631eb69f1eadca290b0099f176b6fa5b8b", "message": "Updating operations interface\n", "proba": 7.731941877864301e-07}
{"commit": "853986d43ce090fb4384017202a7ad8f0b894601", "message": "Properties for analysis\n\nMax and min threshold for adaptation, and security group to extract a\nview from", "proba": 1.1389633414182754e-07}
{"commit": "2db717661a348bf9392a0b2cd46b3db2f3bdb9d4", "message": "update unit test", "proba": 4.4423777012525534e-07}
{"commit": "9c21d6c506193deeb7754bf96433c17eab54ca7d", "message": "schedule controller test... be careful, it's very fragile\n", "proba": 1.7170989963233296e-07}
{"commit": "7a0bf80914c925eba05f899ea37c4f4b556b9803", "message": "Complete task0821\n", "proba": 0.9988853335380554}
{"commit": "746329db5ca9e8bb16cd026e442370184f930d16", "message": "Complete teask0826\n", "proba": 1.6586587037181744e-07}
{"commit": "4944db4c0621ac41993e28787adc806917867c75", "message": "Add 20140622_02_Durts\n", "proba": 1.4923864455340663e-07}
{"commit": "d02f9d83fff1fd4deda7dcc87ae018c44be69458", "message": "improved drag and cancel behavior\n", "proba": 3.487035655780346e-07}
{"commit": "86616a4470d7dca850b4d5c12e1b93ed8aa84a65", "message": "MdJadualHutang Model Dasiah Terbang\n", "proba": 4.5972754492140666e-07}
{"commit": "d1c478c31bf4d2a6527dda83fdcf3cdc5393aeba", "message": "Provide utility to convert HTML snippet to plain text\n\ngit-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@10970 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 0.9999183416366577}
{"commit": "f84e10893e07fb19dfa82365f198a2da97f31f80", "message": "AXIS2-2182\nPatch contributed by Roy Wood Jr.  Fix the processing of interface super-interfaces in the metadata layer.\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@508026 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.354418357863324e-06}
{"commit": "0d61510347f043cc191028ab37dfe4826eaa3924", "message": "\u5347\u7ea7 1.2.15", "proba": 5.2677246458188165e-06}
{"commit": "dcce4adae67296349a35bb4b3537f45452615dbc", "message": "New folder with java programs, these will generally be single file projects for making ideas come to life before I implement them in an android app.\n", "proba": 9.928049138352435e-08}
{"commit": "3b25f51609209ecd1374278b3dbec55a7bd15813", "message": "Consider current EAP TLS configurations as 'valid'\n\nMultiple authentication methods are currently considered invalid; but\nWPA_EAP and IEEE8021X are set simultaneously. This means we need to\nfix code to consider them a valid combination.\n\nBug: 10325089\n\nChange-Id: I2b4f4d75f21df78bfca66a930e85214c0cd6922e\n", "proba": 7.543361789430492e-06}
{"commit": "94bbd0879bee7cfa94b9bc3802be572f9f509ce0", "message": "Add another sample servlet\n", "proba": 4.5285355554369744e-07}
{"commit": "34d9111e60c6eb9a3cb8d6595d06859c0ebee2d7", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "9ca4ce269fb54219cb1ffdfec698a709ea536080", "message": "Create Jvertex.java", "proba": 4.84401198264095e-07}
{"commit": "f1a048195ac5e3e384a418a9536a16ab48290a8d", "message": "Delete SliderListener.java", "proba": 1.2433166602932033e-06}
{"commit": "40fbd90ddf0b39cdbfceb79350af594115a277e6", "message": "added ResourceFormData.java", "proba": 2.1442497200041544e-07}
{"commit": "5b152f7dcb7976e191bc68e49bd4610379c64937", "message": "remove unused variable\n", "proba": 3.003293022629805e-05}
{"commit": "45775c4f93ccac604dcd5b027c8201872bbd0d46", "message": "Connect user audio restrictions to app ops.\n\nSetting DISALLOW_ADJUST_VOLUME sets the relevant app ops as well,\nblocking calls in AudioService.\n\nChange-Id: I256b294465fc2e8b93cb0389b21299eacf0efb95\n", "proba": 3.684107923618285e-06}
{"commit": "4ceb232e1958bb472101c13b5f0eae99a2b449bb", "message": "am a05487dd: Merge change 3800 into donut\n\nMerge commit 'a05487dd856222bacf57a41f2dfe1194d3776f05'\n\n* commit 'a05487dd856222bacf57a41f2dfe1194d3776f05':\n  Add SUGGEST_SPINNER_WHILE_REFRESHING column constant to the SearchManager\n", "proba": 2.066813749479479e-06}
{"commit": "45bc5eca2b53b74d043bd9b2779e8dfcc89bc568", "message": "Fix for \"@param tag with name that doesn't match the parameter list: 'fileStream'\"\n\nChange-Id: Id98df7dcdfa4119783fca6cb5478df5b99050738\n", "proba": 0.00014009044389240444}
{"commit": "6720bb8314600a2b55a18159b4a22dc4b18aec88", "message": "am 26c91fa6: Merge change I4ff96000 into eclair-mr2\n\nMerge commit '26c91fa694464c79de39988f9f42cee375ff0a14' into eclair-mr2-plus-aosp\n\n* commit '26c91fa694464c79de39988f9f42cee375ff0a14':\n  new gservices flag for delaying bad gmail operations\n", "proba": 5.943106202721538e-07}
{"commit": "1c5e4034e47be32e739972860cbca0afdbe807ef", "message": "modify Gservices setting for push messaging registration url.\n", "proba": 1.0754187940165139e-07}
{"commit": "a39373cabd99687f9acd8ff57d53d644dfc9ffe7", "message": "DO NOT MERGE Read Bluetooth interop database entries from settings (1/2)\n\nInterop database entries are stored in the system settings entry\n\"BluetoothInteropDatabase\". The format is a list of entries separated by\n\";\". An entry consists of a BDA fragment, followed by a comma and an\ninteger representing a feature from interop.h.\n\nExample:\nTo disable LE secure connections for devices starting with BDA 11:22:33,\nuse \"11:22:33,0\".\n\nBug: 26548845\nChange-Id: I6a9fd34f6af4d3bdfcaa0e051eafebdfbf2a4949\n(cherry picked from commit 3bc623be8dd8b83d0a22c5cc5b5a8955001f6fc7)\n", "proba": 4.200181138003245e-06}
{"commit": "ecacd2f6a36508baeab8d4fd73d3e39e18abe71b", "message": "Automated import from //branches/cupcake/...@142633,142633\n", "proba": 1.2770914281645673e-07}
{"commit": "3b84206bba19ae2bc9decef6a88f97951c2a205c", "message": "Fix issue #7184877: Calendar Locksceen Widget crashes and forces phone to reboot\n\nDon't kill the system uid if we are running out of RAM.\n\nChange-Id: Ie1818a3241fc80d4dfa19f8e8bdad22d164d7baa\n", "proba": 3.912645922810043e-07}
{"commit": "8232eb9c19c9d74e9ec605ad0bf436a76a748f33", "message": "Preserve but don't draw accessibility focus for unfocused windows\n\nBUG: 6472572\nChange-Id: Id3d7d76cc59a3d8141d043d6797f176345fd0cbb\n", "proba": 2.6844284661819984e-07}
{"commit": "5e6fbf269425ea182b8a46e6a33848e1645197f6", "message": "am fa4c935e: am 239a0c0e: Ensure ViewRootImpl.setAccessibilityFocus() doesn\\'t crash when reentrant.\n\n* commit 'fa4c935edcfa09bb53a3aac411a285842a00ddee':\n  Ensure ViewRootImpl.setAccessibilityFocus() doesn't crash when reentrant.\n", "proba": 1.4177872742493491e-07}
{"commit": "54afd76fc099648b05ebc998068a524c39934aed", "message": "am ac112cac: am b2f91e7b: am 8ef243cf: am f45efd27: Merge \"Audio continue to played even if paused manually\"\n\n* commit 'ac112cace6ded8b143179f0a6b03355b24e025bb':\n  Audio continue to played even if paused manually\n", "proba": 3.8085542541921313e-07}
{"commit": "ea0085810de19bb83e0c4ea6b739c5d853a845b0", "message": "Test Class to test instance level security performance improvements in CSM v4.2 \n\nSVN-Revision: 3174\n", "proba": 1.1363562180122244e-07}
{"commit": "1d9370eb897dfa94d23e8c3d77a0f59d613de8dd", "message": "Add LineOptionPanel\n\ngit-svn-id: 4e353c0944fe8da334633afc35765ef362dec675@5292 b4e469a2-07ce-4b26-9273-4d7d95a670c7\n", "proba": 4.843698206968838e-07}
{"commit": "eb88c86928f4bb078161c15e54eafc81d7cc4b46", "message": "Added interface for persisting execution results\n", "proba": 2.3174588648089411e-07}
{"commit": "4cc385cc92d07d9af7c3ebf3a5598d086f273633", "message": "SDC-10708: SDC hangs with StackOverflowError when writing to CDH Kafka error destination with SSL\n\nI can't explain why the Kafka test was failing as I'm convinced that JVM\nshould have already fully initialize the RuntimeInfo class which should\nnot lead to infinite loop.\n\nBut JVM works in mysterious ways and rather then chasing down why that\nhappen, I feel that it's better to simply make sure that the\nSdcSecurityManager is not vulnerable to infinite recursion even when JVM\ndoes something \"unexpected\".\n\nChange-Id: I2030ff0692ddebf16c283a3fcccce2e7d14a1b9c\nReviewed-on: https://review.streamsets.net/c/18664\nTested-by: StreamSets CI <809627f37325a679986bd660c7713476a56d59cd@streamsets.com>\nReviewed-by: Santhosh Kumar <0806b0927a65802677e1bc58a740a42f957953d7@streamsets.com>\n", "proba": 0.9998799562454224}
{"commit": "43c3cfa36085c4d7b4239f9e8703c699f211d2d0", "message": "rename functional tests\n", "proba": 0.0008759396150708199}
{"commit": "7e3ad526309ffe4c94020acc1716af4195776990", "message": "conflit\n", "proba": 0.00010424909851280972}
{"commit": "6c3f2a18b0a6d0b5aabef8c8d53027b50809545e", "message": "Naming: turned $impl into a constant and added a method to get an impl name\n", "proba": 1.4232836065275478e-06}
{"commit": "2c6f1b62850c19dbe4f4600c7a43eff3b6f0ce5b", "message": "Delete contributors_contact.java", "proba": 8.389230288230465e-07}
{"commit": "3ba9c23a8e1a5bd01dbda33a5fa106ba39a9969c", "message": "adding package-info file for traffic manager sample\n", "proba": 2.9029217785137007e-07}
{"commit": "1a92077519ab9ed479b8e87a15485450405c87bd", "message": "[304369] Slow performance (or even crash) when opening large XML file\n", "proba": 1.5090468252765277e-07}
{"commit": "e9a629be10f0f1a54dc523b32f09b2c4ba16e1d9", "message": "Fixed import / export format\n", "proba": 3.8390766121665365e-07}
{"commit": "1b70e267b8d513ac386b0be638547788bf1068fe", "message": "only one action\n", "proba": 8.918628395804262e-07}
{"commit": "473b93ef4f55d6ae325642cd6aa6be13986d7609", "message": "JBRULES-2351 OSGi Ready\n-Added missed Activator\n\ngit-svn-id: a243bed356d289ca0d1b6d299a0597bdc4ecaa09@31059 c60d74c8-e8f6-0310-9e8f-d4a2fc68ab70\n", "proba": 2.2086790352204844e-07}
{"commit": "d79bbfb2d65fdc61f551ef928dd94efa7eefca05", "message": "Add a (failing) test for #224\n", "proba": 0.00014793069567531347}
{"commit": "10f279bff9a779e3fb974492ca2e4b734a8c32f4", "message": "Clean up initialization a bit, get rid of unnecessary fields.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@244973 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.4601689801784232e-05}
{"commit": "385df4d06d1723fb475c95feeeb4750e03c2cd92", "message": "this doesnt guarantee thread safety on axis engine cleanup handlers, but it reduces the window; it is only if cleanup is called more than once simultaneousy that trouble can happen, rather than sequentially.\n\nyes I do have an MP cpu on my desk, no I havent got a good test for this cleanup yet.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@254807 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.2109553533009603e-07}
{"commit": "1b0f2de651779bbc0a278c3551f4fc2137411e65", "message": "Inherit rather than duplicate the Javadoc\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1770757 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9992424249649048}
{"commit": "ad57466f25419475854ddeb1dec898fb0092c964", "message": "interactive 3D viewer for visualisation\n", "proba": 2.2685296130475763e-07}
{"commit": "3d7870d08dc70e1f20efda42d82c9b4ced3896e1", "message": "forgot file in last commit\n", "proba": 2.298906736086792e-07}
{"commit": "a59fdeaf77954e2518897990a5cc8a1dca0519ff", "message": "loader for gridWidget...\n\n", "proba": 1.1694275059426218e-07}
{"commit": "eda4ee4d3779a362ffc049fa291896533139019a", "message": "SAK-39957 If an imported comment cell is blank, clear any existing comment\n", "proba": 1.882227422811411e-07}
{"commit": "b91e92b90947b511564ed81ebfb6eac75018b7bc", "message": "Wildcard types caused a mis-generated Tuple method\n", "proba": 4.3109099578941823e-07}
{"commit": "80320b14a222ae1076d1af1b40332d3dd69f3113", "message": "undo changes to the IOSession interface to expose started, last read/write and access times\n\n\ngit-svn-id: 6006d5852951f43e4bf20b1aa071d815bf420463@1144215 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.977797397667018e-07}
{"commit": "b716cd0939ad39c0ce6b9b69bf19384e4b022fc9", "message": "Add type handling integration test\n", "proba": 2.583518039500632e-07}
{"commit": "0f92829ee0309e2f1d86159650f2013f30e9ed61", "message": "[development] Using conjunction that would cause a positive in the where clause 1=1\n", "proba": 0.999423623085022}
{"commit": "fe026218d0e2d122905b990cbb074771325424bb", "message": "am 94474515: Merge \"Prevent memory corruption from use-after-free\" into lmp-mr1-dev automerge: bb8d7ff\nautomerge: 1e5dd46\n\n* commit '1e5dd46133bd47445ba0657692fb86492acad705':\n  Prevent memory corruption from use-after-free\n", "proba": 1.3934139815319213e-06}
{"commit": "0419ebafbac72ccbcb53a68b24e29265962f50fd", "message": "am 450b713e: am 437e9cc3: Merge \"Adjust buffer position after copying\" into jb-mr1-dev\n\n* commit '450b713e83e2e45e43df06649e377c50e33922d4':\n  Adjust buffer position after copying\n", "proba": 5.138672918292286e-07}
{"commit": "b061a64d7232f33417edfeddc7b035f06fbab0fd", "message": "Add the sandbox access test - not run at install\n", "proba": 2.445563893616054e-07}
{"commit": "f286ae04b61f0afa2e459a816456c6d4e61c6919", "message": "fixed a bug in calendar object handling and improve the performance\n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@552302 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.3192404821893433e-06}
{"commit": "8cd0c153233978957332f71aff2cb44314f7ffa6", "message": "test case from Jarek for AXIS2-2783 - Better checking for overloaded operations in AxisService addMessageElementQNameToOperationMapping()\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@545299 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.669454429200414e-07}
{"commit": "00e29f1b5b2e8c1b412eb04ebbe7476a1869715a", "message": "Initial commit: TransactionStatus.java\n", "proba": 1.017378963297233e-06}
{"commit": "b96a5d8f0c3aa4649f0c8c3cbd22f6cccd24b875", "message": "Adding the ApplicationPrivilegeConstants class", "proba": 1.3734445758473157e-07}
{"commit": "6ff68d20b04326f26f20cc1e9685e1cace3745b1", "message": "am 54380c74: Merge \"Fix CarrierText airplane mode with no sims\" into mnc-dev\n\n* commit '54380c741bce96a35a5e9df0a8722c3cf5cd4e35':\n  Fix CarrierText airplane mode with no sims\n", "proba": 2.3927657366584754e-07}
{"commit": "96d57a32604988cacc1663e1bc2f5c7d9e692260", "message": "#207 Added tests\n", "proba": 1.1661276744234783e-07}
{"commit": "27efac1f803e4a1554441bad1514747a0f989f07", "message": "Add enrichment type\n", "proba": 4.5784221924805024e-07}
{"commit": "5bc105f0e6d6b8b01a370c5e4fa24c57ee57ee31", "message": "am a4341f9c: Merge \"Only allow USER_OWNER to access PDB and change OEM unlock ability\" into lmp-mr1-dev automerge: 36531b3 automerge: 3bc103b\n\n* commit 'a4341f9cf33d3844623fbed0f0e998a5f158f67d':\n  Only allow USER_OWNER to access PDB and change OEM unlock ability\n", "proba": 5.11323321461532e-07}
{"commit": "330a6bd8a643c33318c751239a092ce393d87b06", "message": "Remove misleading warnings.\n\nError messages that are obsolete and/or incorrect.\n\nFixes bug 12421138.\n\nChange-Id: I43f095048757f7ae9bff47abed594dd34d8387ce\n", "proba": 1.8972872567246668e-05}
{"commit": "e51d9008bddc281e16ce4ad9b16e4cccd682989e", "message": "am 00454026: am 1d8b27bc: am 1289a3b2: Merge \"[ActivityManager] Fix NPE when start activity\" into lmp-mr1-dev\n\n* commit '004540260c02222fe2c611823c428e02b4a8a135':\n  [ActivityManager] Fix NPE when start activity\n", "proba": 1.0942221706500277e-06}
{"commit": "2fec0de51af649745306bd1d7dbf234088db189d", "message": "am b757edc0: am c51e7ed0: am 42b25914: Merge \"Ignore accessibility overlays during visible window computation\" into lmp-mr1-dev\n\n* commit 'b757edc0362aae3351e81c480de766b732ffddf8':\n  Ignore accessibility overlays during visible window computation\n", "proba": 7.06383445958636e-07}
{"commit": "f411e52d946f3b4a60a0d0786af60315ce6081e8", "message": "Add a dummy command for log collection (WIP).\n", "proba": 1.1272496180936287e-07}
{"commit": "ce303bc7c3ad6cff77de652ab46ced601dd928f1", "message": "OAK-5523: LeaseUpdateRetryLoop: add test coverage\n\ngit-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1780388 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.3692098238825565e-07}
{"commit": "7d2b2c4ad33a33befc3a3608346cc245409799d5", "message": "fixed phone number rest suggestions - part 2", "proba": 1.2133038751471759e-07}
{"commit": "f1aa8b4d1ced4bc6a6879181f772e427cf9d1628", "message": "(#583) Added tests for MessageCodeProvider\n", "proba": 1.2771012336543208e-07}
{"commit": "498333f3a8beaef28bff4cdfd53c6d83b5f8a40c", "message": "Format Sample class", "proba": 4.026265685297403e-07}
{"commit": "0a250af1fe2c15b61930a253c709ca9fd215cc8b", "message": "\u6dfb\u52a0\u7701\uff0c\u5e02\uff0c\u533a\u53bf\u4fe1\u606f\u5904\u7406\u5de5\u5177\u7c7b\n", "proba": 1.3667624898516806e-07}
{"commit": "413ffcbc93375088ed10aff0bb4f78bc7307aad4", "message": "delete unused resources, must handle strings\n", "proba": 3.80866310933925e-07}
{"commit": "0c96d715c1c6fb82af8c882c1ca128d155b4652b", "message": "Move DHCPv4 mechanics into IpManager\nam: 8afa558c52\n\n* commit '8afa558c527b4be4e0e489b17485577e23148636':\n  Move DHCPv4 mechanics into IpManager\n", "proba": 3.6137782899459125e-06}
{"commit": "8deac7793c32be0c3b64b64d48dd9c0e2407e8db", "message": "Partial unification of DHCPv4 and static IPv4 configuration codepaths\n\nChange-Id: Ic796f9b7bb853a332175c34e0f557588efb6247a\n", "proba": 3.211781404388603e-06}
{"commit": "c85902d25c8ce4479d049adff58b605abc663f4a", "message": "First Draft with composite indices\n", "proba": 1.5560287636162684e-07}
{"commit": "f3407a1239bec61ca142babcb0fbb959abee98ab", "message": "fix resources\n", "proba": 4.1205571505997796e-06}
{"commit": "ed411593ece8fc83e1c41d6cae5f0bf049490101", "message": "Fix build\n\nChange-Id: If4c4f1f104826b599c86bc1c924ebadc5223c8f0\n", "proba": 6.319634121609852e-05}
{"commit": "924c21582c666151e01206df82c27de9424e914a", "message": "Set mOrientationChangeComplete after windows drawn.\n\nForce a pass through layout with mOrientationChangeComplete set\nfollowing all windows drawn when the application is freezing the\nscreen.\n\nThis fixes bug 6359311.\n\nChange-Id: I318864fb687cf85a0c9ac4478e4f29dc20f43d9c\n", "proba": 9.063361972039274e-07}
{"commit": "64ab8fcd6f2011c0d185f2973b9615f155f6d239", "message": "am dcddea95: Merge \"Handle keyguard visibility states separately. DO NOT MERGE\" into jb-dev\n\n* commit 'dcddea95301641e3dc9692ed7d70127085458a24':\n  Handle keyguard visibility states separately. DO NOT MERGE\n", "proba": 7.554618264293822e-07}
{"commit": "1a02f5f52274d811a09b66add068f5a32d37e602", "message": "Updated speaker TextView to show all speakers.\n", "proba": 1.1190758186785388e-07}
{"commit": "a0b06d8cebceb9b7ca9e50a76ff9cce10b52f4e7", "message": "am 20a0edf1: Merge \"Minor cleanup of comments and code\" into mnc-dev\n\n* commit '20a0edf12374ad5c8a21ac8074bca73f73914219':\n  Minor cleanup of comments and code\n", "proba": 2.3154838402206224e-07}
{"commit": "c48ff0ea9c51adaabc98c7206aa4124dc9b200d5", "message": "am ada99cd7: Merge \"Spell out parameters\" into mnc-dev\n\n* commit 'ada99cd76236999a2aaf030c2c1014e1078d415b':\n  Spell out parameters\n", "proba": 6.061000021873042e-07}
{"commit": "940f77a6c9d4ced3d0a7a8f1078ea15fe091e6e8", "message": "Delete 8 p. 252.java", "proba": 2.9838320187991485e-05}
{"commit": "456fc73cb28981daedac0857976a9af17d4a9ccf", "message": "https://www.acmicpc.net/problem/1753\n", "proba": 2.961164966563956e-07}
{"commit": "3ba3ffa321697c3db8e83f962ce64af096bfe69d", "message": "https://www.acmicpc.net/problem/2696\n", "proba": 3.344781021041854e-07}
{"commit": "8f9e13ef572e00a63339ba232ce53be90f9c4dc2", "message": "work on issue 454: Line wrap indicator\n\ngit-svn-id: 50f83ef66c13f323b544ac924010c921a9f4a0f7@3481 00569f92-eb28-0410-84fd-f71c24880f43\n", "proba": 3.8173030247889983e-07}
{"commit": "54ff3c79944c99796a4282352554ce21aae8b5ca", "message": "am 2a964260: am fbdf212c: Merge \"Changed flow in export methods to continue through the loop if it encounters an int[] return type.\" into lmp-dev\n\n* commit '2a964260d15538d9ce38c861dd673a6065cbf6a3':\n  Changed flow in export methods to continue through the loop if it encounters an int[] return type.\n", "proba": 2.0279676959944481e-07}
{"commit": "35da41e6c35e1c6af3afe29d6ec41609ab07ca33", "message": "Have ViewGroups without a parent clip child visible rects to bounds\n\ngetChildVisibleRect was enhanced to obey the official contracts for\nclipping children and clip to padding. Unfortunately this meant that\nViewGroups with no parent have no way of checking if they will be\nclipped to their own bounds and therefore should clip a child rect.\n\nTreat orphaned view subtrees as entities that clip to the root view\nbounds to preserve prior CTS guarantees.\n\nBug 18642973\n\nChange-Id: I9fcbeb0e92cd6715cd9184183d36889614ed0bed\n", "proba": 4.899205237052229e-07}
{"commit": "235a20a3d1b57492ba0fbebb7f9dcce41ef011d0", "message": "am 21d405f5: Merge \"Fix for display list problem with listview items.\" into honeycomb\n\n* commit '21d405f5fa0ccf75e805e3f9404a53579416e2da':\n  Fix for display list problem with listview items.\n", "proba": 1.3208804716668965e-07}
{"commit": "2bc0b01ffe481af877de312f3a87fa769642d2f4", "message": "Hack to workaround the fact that the EGL context can be\nremoved from under us by framework in low memory condition.\n\nbug:5627977\nChange-Id: I3c138985e3e6c16f7c15497a1a11ffed93cd8e78\n", "proba": 2.5898725652950816e-07}
{"commit": "6e00f5bbf559848969a7ba4c10c6373da0fbf71a", "message": "*Task: Fix javadoc on enable()\n", "proba": 4.498563725974236e-07}
{"commit": "860ae1b3b333f068d6727d99ae0286113410c29c", "message": "KML output\n", "proba": 0.0003578315954655409}
{"commit": "7f0c8a69c03e550ad32418bc3b51281ef185d5fe", "message": "bug fix of array list iterator\n", "proba": 4.4649991082224005e-07}
{"commit": "b837888ed00d8cdac9dbd5ed9da5be349e644a9a", "message": "fix stock about date format.\n", "proba": 6.857533207949018e-07}
{"commit": "c3cbc99f7d46f157b628de0b984406432c7509f0", "message": "Support replacement outside of existing runtime (e.g. for external\ntemplating)", "proba": 1.1063124816246273e-07}
{"commit": "2e255b6f51a294597772c44570090d3db95796df", "message": "add range calculation to scale chart\n\ngit-svn-id: 10e7b33c77b11d4d5f141356d1bb38d8045b07f4@46 d65053c1-90ef-600d-e4fb-d2fe1028c0e1\n", "proba": 1.5025860875539365e-06}
{"commit": "fdf9b84e120f33d22de348c2c55a0e66c7bde598", "message": "typesizes added", "proba": 2.2375954245035246e-07}
{"commit": "ac2d7525023fdb2d13bd8350975af10c681a362f", "message": "Stole ReflectionUtils from original Rebar.", "proba": 1.0419162066455101e-07}
{"commit": "8806d5ed13bc0152b922f5d3cacb972ffd9a11b0", "message": "Finish 2568-isNetworkAvailable closes #2568\n", "proba": 1.343409792298189e-07}
{"commit": "c815ee73af273cd710deb20e2d3786d028e1fc74", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "648c503e5e57a8054f69ddd124633f6b5d9be1a8", "message": "adding minor helper class.\n", "proba": 1.3281473343340622e-07}
{"commit": "b59e74b5ae7acbded885c38f113f346dcd8fbada", "message": "Added ResourceList utility class\n", "proba": 1.427138016651952e-07}
{"commit": "d9ca2963f87d16c6cd1926169a88cc8582c95d21", "message": "#253 fix emoticon category\n", "proba": 1.3474068509822246e-06}
{"commit": "146fd1fad588f3d591802de5a312488420a26c28", "message": "Created the Auger subsystem.\n\nThe Auger class will handle controlling the auger frisbee holder.\n", "proba": 1.0731545785347407e-07}
{"commit": "c8f0ed444657bf377ca2c2bca0b34c0c1dd49223", "message": "hello world without main\n", "proba": 0.004964477848261595}
{"commit": "13e69e9c39c940a64489c512271ad5ec7985b96c", "message": "Added problem 8", "proba": 1.6513274658791488e-07}
{"commit": "0359d293ec9a8cbbfe91779a32f897f89a28e31a", "message": "Created GameOptionsFragment\n", "proba": 2.0314305970714486e-07}
{"commit": "616c967f032f07e3a34d94d7c2796d26621dc7c3", "message": "Using the param supplied value\n", "proba": 8.512764111401339e-07}
{"commit": "17ccc397606a42a1279ccfc6896401d4b51513da", "message": "Add HeadlessArgument\n\nFor dealing with the --headless flag\n", "proba": 1.9673983331358613e-07}
{"commit": "32a41b2909ba69b3faafcacf8d9e0424ea172f66", "message": "check eventer status\n", "proba": 2.9003095391999523e-07}
{"commit": "5064599b13712cb274d2f1a7c5ae06f4a3026ffb", "message": "\u0418\u0441\u043f\u0440\u0430\u0432\u043b\u0435\u043d \u0444\u043e\u0440\u043c\u0430\u0442 \u0434\u0430\u0442\u044b \u043d\u0430 dd.mm.yyyy\n", "proba": 3.406951236684108e-06}
{"commit": "b3dcc8390c2725a2caeaf8d87b1135b9471b42e8", "message": "Adding yet another possible working prior.", "proba": 1.1436228675165694e-07}
{"commit": "1f2dec89b5d2d7f259b5cb9b087582d7cc45996b", "message": "Yo Jaison Su\u00e1rez cree la clase Jaison", "proba": 3.401966637284204e-07}
{"commit": "de69af593ee2553a3dd4ec4d914567388d8f3946", "message": "Added CANTalonLive x2\n\nIt didn\u2019t work the first time.\n", "proba": 9.787579813291813e-08}
{"commit": "0c0bba0a8a9369709a4570eb837938b640f0650a", "message": "add code", "proba": 2.8179526907479158e-06}
{"commit": "17f4863a565601e21527809b48b2047633707865", "message": ": po do dto vo \n\nTask-Url:", "proba": 7.492935401387513e-05}
{"commit": "5eec6eb759a1ea947f3997886d7132509957ace2", "message": "\u8a8d\u8a3c\u3057\u3066\u3044\u306a\u3044\u306e\u306b\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3\u304c\u51fa\u304d\u3066\u305f", "proba": 8.146814707288286e-07}
{"commit": "6e36ad56ad095f1508864d85bcdc1d839da5c5b7", "message": "autogen delare for Motor class", "proba": 1.46902351616518e-07}
{"commit": "a3e948c8b5af46a4cb85142cbeba71699917ac82", "message": "[145590] Source view selection is incorrect when moving from design to graph view\n", "proba": 1.0904993530402862e-07}
{"commit": "6d361e8c9b0086ae2d31e45a75a4805b16cc724e", "message": "Created a custom ObjectId and Privilege generator for Study. Related to CPR-938.\n", "proba": 9.715765969531276e-08}
{"commit": "06021bd388a654ea7d16fa62c591622aa6d48f8a", "message": "add Assisted", "proba": 5.113399197398394e-07}
{"commit": "46069072fae305916f52555898bfe520cadb78a6", "message": "[Feature] Introduce KeyValue.", "proba": 1.1671690458570083e-07}
{"commit": "45150edda758b3e793ac98c2bf8442f057b7cbe3", "message": "added initial desing of a in-memory model\n", "proba": 1.682664105828735e-07}
{"commit": "f109cf78e1edb4b2129db0c19028e108e7954453", "message": "DEMO: toUpper usernames on list users\n", "proba": 8.027718649827875e-07}
{"commit": "131186dbf1d91f57a03b19bd50566fe60c3edb2a", "message": "[\u6e90] Protocol - \"Redis\u534f\u8bae\"\u5b9e\u73b0", "proba": 1.4779804757836246e-07}
{"commit": "66fc1fc3865954ef469ada42574e1fbadaa3132d", "message": "New: Used for json token generation\n", "proba": 1.6903713628835249e-07}
{"commit": "78b9232c29805959f71f38cadaaeca605869b0a5", "message": "Puzzle DFS\n", "proba": 1.2002237781416625e-06}
{"commit": "66bc0968832cfae90fdb4ae5cfba07b72734cddb", "message": "Adicionado Properties (Erro Unkown Certificate)\n", "proba": 1.1567615132435094e-07}
{"commit": "8122ea8520e24945c7e184031377403b1e038f8a", "message": "Add stub SAX parser code", "proba": 6.584983793800347e-07}
{"commit": "618fefae96d5e369cbdf787946949becb5a98520", "message": "forgot to add -A the module\n", "proba": 3.2631979252073506e-07}
{"commit": "27bb3c5302ac35f670518e22479db3a780ce896b", "message": "bug fix", "proba": 8.047648520914663e-07}
{"commit": "2e2611977d7ecc464a63be10726237c01a1e8ad0", "message": "v0.1.3.1: temp fix to read file issue.\n", "proba": 1.1328654636599822e-07}
{"commit": "5e8838c4bbffdc9f90a3b2fed3a4deddad646b17", "message": "Collapse identical catches\n", "proba": 0.0015058524440973997}
{"commit": "4e8b49648bdc711ee518bf2455dedca90f272582", "message": "Added basic encryption utility for our protocol.\n", "proba": 1.111125556008119e-07}
{"commit": "d551d7fcb8d47157f091caa638830b6ebdc61d80", "message": "KRACOEUS-3045 : Added an exception to the duplicate personnel rule to allow duplicates in ProposalHierarchy parent budgets.  Also replaced references to the deprecated ErrorMap with MessageMap references.\n", "proba": 9.540120515794115e-08}
{"commit": "d10b7f4b4769e1d61fdbe90d88d8e0567dd1436a", "message": "add endpoint\n", "proba": 9.257750207325444e-06}
{"commit": "7e73abc18716fef886c7e564993a7fad63768126", "message": "A feature information container class\n", "proba": 1.760123637950528e-07}
{"commit": "8dead0669f0998e9876e3e1e39a9e1b0950c70fb", "message": "Create flashCards.java", "proba": 2.193051841459237e-06}
{"commit": "736f3d1e72941c548fb2f7f354272065307b2bd9", "message": "added the Logging MemcachedCache implementation\n", "proba": 2.09665870443132e-07}
{"commit": "fd8fab270329e17cbeac113fd90c04c6820965a7", "message": "SAK-33868 Gradbook Classic GradeEvent returns null vs empty list (#5265)\n\n", "proba": 1.0514649062542958e-07}
{"commit": "684f56d5b52757f84edabb1098f4c2a77cf69ecd", "message": "Tidy up favicon sizing logic in Tab.java.\n\nReview URL: https://codereview.chromium.org/1349543005\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#349455}\n", "proba": 0.0002413291804259643}
{"commit": "c9037d65a9fba5c12a8fe4ceed8940b7547ee93a", "message": "Beginnings of a separated TEI importer\n\ngit-svn-id: 3098d238ea56ce31e1b1f8accb41756148705ef9@979 447d1985-9db6-4ff4-aa49-62d8beba8372\n", "proba": 0.0002552396908868104}
{"commit": "345d8f6ec1fbe939dba1c194005cc9eee153f762", "message": "JCR-43: Restore on node creates same-name-sibling of OPV-Version child nodes \n\nAdded a test case for this issue. Seems to pass nowadays.\n\ngit-svn-id: 02b679d096242155780e1604e997947d154ee04a@732689 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.236662552008056e-07}
{"commit": "8e01141fceb719cecd1f3fec5438d7b633fd07e7", "message": "adding support for reverse NAT\n", "proba": 6.261661269491015e-07}
{"commit": "9a45feb9dca6e9f1a5ab705737d5af9ac78a62c3", "message": "Create Solution.java", "proba": 1.4807177421971573e-06}
{"commit": "857aab1815025d34fbfc96103fc233b43eaa4a3b", "message": "Remove extra newlines from preformatted blocks\n", "proba": 6.702436508021492e-07}
{"commit": "64a463e9c956c1cb222f3092053f198056314634", "message": "Removed locales initializer\n", "proba": 1.2321502254053485e-06}
{"commit": "7dd2157ec2864815f4fb7a9e194843b2fb0d2f2d", "message": "am 2ebfee16: am 859a62ce: Merge \"Enforce a maximum size for action button icons.\" into jb-mr1-dev\n\n* commit '2ebfee16402e9a9ae631fca00806bef9233a6ac0':\n  Enforce a maximum size for action button icons.\n", "proba": 1.8493105358174944e-07}
{"commit": "5fbd90a06be9a134033e34d770fa672e01bc6b67", "message": "Initial Commit \n\nSVN-Revision: 170\n", "proba": 1.3715362001676112e-07}
{"commit": "9f033c35c60138242f897c8c60ae00cf90fd8e10", "message": " Added date format to attitude xml parser\n", "proba": 1.3084495265047735e-07}
{"commit": "ba7f9f813226a0638c6c2aca310e838c949d6c2b", "message": "job #8941 added activity count class\n", "proba": 2.0554941215777944e-07}
{"commit": "2997f2f4fa8fdc88b268e0e61180cf114d7f473f", "message": "Debugged time offsets : Accurate Calculation of offsets\n", "proba": 1.3310447855019447e-07}
{"commit": "46fa147f2e2a9a5420d1923c575495f880de749b", "message": "New JSON exporter class\n", "proba": 3.0828203989585745e-07}
{"commit": "06645b85a92581a6b936b79bfc282083c39a2664", "message": "Added support for testing cool CPUs, https://github.com/OpenHFT/Chronicle-Core/issues/83\n", "proba": 1.3384696728735435e-07}
{"commit": "48633dd609193985dc4e6d74179081c15fec3b26", "message": "HBASE-9287 TestCatalogTracker depends on the execution order\n\ngit-svn-id: 1ea5de6e32eadb5f080cfd8bafe1c87167c06d54@1516290 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.2543247268913547e-06}
{"commit": "f417ca28c94f6d4546fda552481bdd1236a5752d", "message": "simple graph class\n", "proba": 5.777729938927223e-07}
{"commit": "de5dd7e46e258c79789f532fb46d1720be0a67ff", "message": "New animations and project structure\n", "proba": 1.4117010493919224e-07}
{"commit": "655fd0d0c091437598ccd2907e0ed46e764328e6", "message": "Fix blank msg", "proba": 0.9999994039535522}
{"commit": "72a86c71688d8caf8d33b8904e38598308493512", "message": "adding back LibraryDbUtils\n", "proba": 4.418362209435145e-07}
{"commit": "bb8ef373f5bc58423f6fffc2d11bbeb456ed0ef2", "message": "Add HttpClientConfiguration\n", "proba": 4.431684885730647e-07}
{"commit": "730b890bcbfc2d813d8bbc09561ca5c948f27845", "message": "Add tests for CompleteCommand\n", "proba": 2.951173883047886e-07}
{"commit": "54313753acea9b792a0d4eb230e1a9efc904ed1a", "message": "Refactor junit test \"ClientTest\" method \"addPet\" (throw exception)\n", "proba": 1.2608533950242418e-07}
{"commit": "da3622574c51ef77523061334eb69635e4b6f5ef", "message": "Add missing @Test annotation to testGetHeaderMap()\n\ngit-svn-id: 3cfc64c80f2e6f92f6d08f3c7f3967ef35335cd9@1460126 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.3781929485267028e-05}
{"commit": "4ca899616ae3b3f4cb659d52a67a3eabecce1eda", "message": "Test for BatchProcessor exception handling\n", "proba": 2.9490382758012856e-07}
{"commit": "e607020b4a0383163754d7c7df0464e82455bc37", "message": "Removed invalid super() call\n\nsvn changeset:15029/svn branch:6.4\n", "proba": 3.126414185317117e-07}
{"commit": "6df162f2087155a73c8848cd81b0b3edfc8f4692", "message": "Few more changes to files\n", "proba": 1.343634039585595e-07}
{"commit": "a2f81e91ffe82a154bb520553d1ed85f1d56245a", "message": "Fix for GRAILS-7928\n", "proba": 4.5612901544700435e-07}
{"commit": "9582bbb831ab1565c500c44fabfdf514dd3b2e98", "message": "SAK-40525 Lessons: Join The adjacent regions doesn't work (#5974)\n\n", "proba": 1.2959290529579448e-07}
{"commit": "f632e0e06dc4bb053efacffc31390c27df9b9a67", "message": "LSNBLDR-593; use correct sakai icons where defined (#3476)\n\n", "proba": 1.0337527101000887e-07}
{"commit": "0d74c23ac46623fc2f368cd23398f25e65e6ea0c", "message": "card 1\n", "proba": 1.114572114602197e-05}
{"commit": "ef17ca8465a79a488295b0b96c1d233d874eeedb", "message": "testing ssh key\n", "proba": 1.4858866279610083e-06}
{"commit": "ca575dcb70bdc45996dbb30ca21a34e957bac677", "message": "potential fix\n", "proba": 3.20947656291537e-05}
{"commit": "083991030a5d02a1dda172b8eb5ca80d0a1a7c88", "message": "pac4j-async-203 Define AsyncAuthenticator interface for credentials validation\n", "proba": 2.695713874345529e-07}
{"commit": "ce1503dcffcd8b0d4f01c86909f110d61823cbf3", "message": "ble \u8bbe\u7f6e\u53ef\u8fde\u63a5\u72b6\u6001 setConnectable(true)\n", "proba": 3.4255307923558576e-07}
{"commit": "bcbf6703e131c7718fdefbb1d1519a10543fad0d", "message": "check style fixes\n", "proba": 3.1763295282871695e-07}
{"commit": "40136b64c607d83ebc121b98d262ad9aaed7de59", "message": "fixes\n", "proba": 4.844783347834891e-07}
{"commit": "7da7fcc197121f1acd07b0509e735b8fa9fe63dd", "message": "Fix whitespaces\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1531161 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999994039535522}
{"commit": "de4071cc7a4622841ce5bb300e96e2cc5e35c339", "message": "API-112: Navigator: Enhance PipelineAnnotationsProcessor to work with LineagePublisherDef\n\nChange-Id: I909286758b6cd021fbe3645bed1eaf74fc91a2ab\nReviewed-on: https://review.streamsets.net/8736\nTested-by: StreamSets CI <809627f37325a679986bd660c7713476a56d59cd@streamsets.com>\nReviewed-by: Jarcec Cecho <df2d427dacaa504f2ede0aed47c4cdf043778b95@streamsets.com>\n", "proba": 1.338311363952016e-07}
{"commit": "019d7506327d069eed4b27f81333f2c99a3f5358", "message": "Edward: pushing ServerSubscriptionListener into here so that we can share it with other projects\n", "proba": 1.1778488584468505e-07}
{"commit": "531ba23382f632c637e2773bd4515185c5a34af6", "message": "Added test for web socket compliance (maximum message size and maxmimum\nlifetime).\n", "proba": 1.0338138167753641e-07}
{"commit": "7bda36d839940386f8a1cb543ba116a1c63e3cb7", "message": "Fixed new subpackage name in World class\n", "proba": 1.8734628781658103e-07}
{"commit": "ffb585cccfec640e1ca6c66eba01e98e81dfc660", "message": "fixed load store", "proba": 7.197861577878939e-07}
{"commit": "547f4f676008333de4727adfb844866ae748be0d", "message": "Should fix cosmetic NPE in log.  I suspect real error is further up (in SSE).\n", "proba": 1.1821554579682925e-07}
{"commit": "ca46ad0069eaacfcbe2c99c5a8fd9fe558615e19", "message": "[106052] ignoring OperationCanceleedException now\n", "proba": 1.6441852324078354e-07}
{"commit": "4ec0f5934cb87302012ddc746c7eca77c5004d91", "message": "unit tests for RelationKey\n", "proba": 2.161230128194802e-07}
{"commit": "ad83cbbae684bfe27452082613a63e9451cb24d4", "message": "The TestMapper.performanceTest() takes 3250 msecs to rn for me. I am increasing the timeout to be 4s.\nAlso printing the actual value in case the test fails.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1056887 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.6189591153524816e-05}
{"commit": "c1ec87150f673699f503249a6928a5045f68b57c", "message": "Got rid of several useless menus, the useless menu bar and implemented selection specific user query execution\n", "proba": 1.5821372301161318e-07}
{"commit": "fe72cb5593a45493a962e971290e8c0358a1d27f", "message": "Adding Location helper utitility", "proba": 4.806897777598351e-07}
{"commit": "7c07f22077cab3edcd84c4edf61e35e29e39243e", "message": "Add new test harness class\n\nChange-Id: Ib757d21e2619855308019c7bcec543c532851634\nReviewed-on: http://gerrit.dmdirc.com/1795\nReviewed-by: Shane Mc Cormack <6f6e68d1df92f30cb4b3ce35260ddf94a402f33d@dmdirc.com>\nAutomatic-Compile: DMDirc Local Commits <fd7610eb81751244add0a62da2de7da51cfdce47@googlemail.com>\n", "proba": 1.6887408094135026e-07}
{"commit": "a566a98de9c3e9d9fd7f466120b07817f88ff0aa", "message": "am 2ac0462e: Merge \"Send factory reset notification broadcasts at foreground priority\"\n\n* commit '2ac0462e7bdf0f7cfc8163bfa31cf4a90161a879':\n  Send factory reset notification broadcasts at foreground priority\n", "proba": 3.078037593695626e-07}
{"commit": "d8893db060c9aabb6042ba6444a9df476da13a6f", "message": "update javadoc for Settings.Secure.ANDROID_ID\n\nRemove reference to GoogleLoginService, explain what this value is now.\n\nChange-Id: I2359bd21d9c250245c01e26d660b133f4e469759\n", "proba": 2.133122734448989e-06}
{"commit": "94ba4017669c0fab675f3d756d95bc63fe543db5", "message": "Use proper package name and UID when checking write settings access\n\nbug:26941229\n\nChange-Id: I338fe6dd7c1b97f273909672cdd7d4fa207185ce\n", "proba": 1.0390797342552105e-06}
{"commit": "7c3255f14f83afb00da32aede43664e16da51f53", "message": "Fix bug 7054190 line breaks at inappropriate places\n\nWe were doing line breaks after punctuation as long as they weren't\nsurrounded by digits. This is a misinterpretation of the Unicode line\nbreaking algorithm. Punctuation (class IS) is not hugely different than\nthe default classes (NU and AL) - there are breaks after punctuation\nthat are allowed (for example, followed by an open parenthesis), but\nwe're not implementing the algorithm with anything near that level of\nfidelity.\n\nThe long term fix is to really implement the algorithm. In the shorter\nterm, the easiest thing to do is to remove the special case altogether.\n\nChange-Id: Ic4dc3216c2a4191fbb7cfa06e9dc038d1a56398c\n", "proba": 0.003200982930138707}
{"commit": "2dbd5c0a886c602e1d5a25b28b85d371c6de1dc0", "message": "am 6ef57e97: Merge \"Don\\'t update DisplayLists when dumping\" into mnc-dev\n\n* commit '6ef57e974144e05e83ee1bd00f705f0f409f48b3':\n  Don't update DisplayLists when dumping\n", "proba": 3.702310209519055e-07}
{"commit": "e538dee34b6feb06febdc48fae441bbdee8e2f38", "message": "am 0e61d238: am 48ae7ee3: am 459b2ba5: Merge \"Fix various bugs in DatePickerCalendarDelegate\" into lmp-dev\n\n* commit '0e61d23833c42448311b12808adb313d5e2b599d':\n  Fix various bugs in DatePickerCalendarDelegate\n", "proba": 3.520866016515356e-07}
{"commit": "76c643c9b600ef31c22f807c2874c879a7fa5069", "message": "am e3f2735f: Merge \"when locale is non-Enligh, sometimes month spinner needs a number IME\"\n\n* commit 'e3f2735fcfd8dafd226200d5cf219a6f82c9cc0c':\n  when locale is non-Enligh, sometimes month spinner needs a number IME\n", "proba": 1.0488505495231948e-06}
{"commit": "1bbaeaa4b5bab1a1eebb1e901292799c58fc5fe2", "message": "am ace33655: Merge \"Improve GridLayout\\'s weight calculations\" into lmp-mr1-dev\n\n* commit 'ace33655bff514698b322253c211f0af5a3edd37':\n  Improve GridLayout's weight calculations\n", "proba": 4.32423433949225e-07}
{"commit": "c9edfa5c03d0b2cd5a0331b9aa52144a8cd6fc67", "message": "overlap check only makes sense if collisionRadius >0\n", "proba": 2.559721679062932e-07}
{"commit": "24796d1db128b8defc57ff322676abe00cb561fb", "message": "\n\t* BeginExp.java, LetExp.java, SetExp.java (print): Use printLineColumn.\n\n\ngit-svn-id: a878c62e23c3cdd7109267dfd9bdff0ba03a0163@2500 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 5.251918537396705e-06}
{"commit": "f3c8918bfd0b42cbf749c11670651fea2982e69f", "message": "\nSketch out commented-out CPS version of apply.\n\n\ngit-svn-id: a878c62e23c3cdd7109267dfd9bdff0ba03a0163@4392 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 4.646953584597213e-06}
{"commit": "5ccc44eda780261f570f751f98f04c9431148262", "message": "Reverted views namespace change\n", "proba": 2.378051675577808e-07}
{"commit": "9cc1d863621e966eb921915d0429277622647f22", "message": "-fixing BeanUtill small problem\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@386844 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.5364544121184736e-07}
{"commit": "dd9d3d608f47570400ed6356f7bf94a76a556a00", "message": "Fixing typos\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@405311 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999972581863403}
{"commit": "fb4d7dba8657256990869d0c74e48bd9128259bf", "message": "JdbcTransactionalStorate descender-class for Oracle\n", "proba": 1.757563978799226e-07}
{"commit": "4530a7bd40d5405e33671ced23f85c256191d91d", "message": "final version helloworld.java\n", "proba": 4.51580581284361e-06}
{"commit": "96be729e374e4bac6929cabf310125c1059dbcfe", "message": "Moved the XMLDecoderTest class into jakarta-log4j module\n\n\ngit-svn-id: a7be136288eb2cd985a15786d66ec039c800a993@309854 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.31409897980484e-07}
{"commit": "b53e8c71f47feb4151d6f944d0341d6e132c7e52", "message": "BOJ #1915: \uac00\uc7a5 \ud070 \uc815\uc0ac\uac01\ud615\n", "proba": 2.514628079097747e-07}
{"commit": "8c081051b84df0be1726d4580fec5916d0fcd6b1", "message": "BOJ #5582: \uacf5\ud1b5 \ubd80\ubd84 \ubb38\uc790\uc5f4\n", "proba": 5.34699893250945e-07}
{"commit": "fa17149bcafae65cece0ee65ab6baa22f5874898", "message": "add Grading.java\n", "proba": 3.7069665381750383e-07}
{"commit": "e4b3536b7c88aa2e6f9afc34e98e7062f833ad89", "message": "Adjust Second Column\n", "proba": 6.868620516797819e-07}
{"commit": "ed9950c02306a9648d1938170faafb117a2a3d8b", "message": "Create Day 10: Binary Numbers.java", "proba": 0.000322573323501274}
{"commit": "7a9220019fef4c46a3102933f23353e564c0ead5", "message": "Create ChainReaction.java", "proba": 4.0930959244178666e-07}
{"commit": "3586720835774244e60cbe09d4b12e31c06996bf", "message": "Add test for ONE inverse\n", "proba": 0.00017525060684420168}
{"commit": "2d2dcb3e0139ce49837308a556b015eda0fe3ac7", "message": "TaskPairing\n", "proba": 3.4803983908204827e-06}
{"commit": "722253a9024813da7b55101401fef506bc3b567e", "message": "add solution of No.6\n", "proba": 0.9995321035385132}
{"commit": "eddb9dc0a4011d48ace2b9f0e4f57295bf16ee1b", "message": "am a8382f70: am 1928bcbc: am 1d7b3dc1: Merge \"Make LayoutTransition.setInterpolator() actually do something\" into klp-dev\n\n* commit 'a8382f7064225ac1f44d27545376607d10ee00f3':\n  Make LayoutTransition.setInterpolator() actually do something\n", "proba": 6.165948320813186e-07}
{"commit": "ab3a776827365b6bb413052a5e093bbc87265728", "message": "Avoid running layout transitions on unattached views and windows\n\nLayoutTransition causes artifacts in some situations where a window is just\nbecoming visible or a container is just being added to the view tree when animations\nare kicked off in LayoutTransition due to the normal automatic mechanism of running\nanimations when views are added/removed/etc. The problem is that containers in these\nsituations may have children with positions and sizes of (0, 0), causing the animation to\nanimate from this default/nonsense value to whatever is appropriate for the views when\nthey are first laid out and drawn. The end result is correct, but the animation is\nsuperfluous and silly.\n\nThe fix is to avoid running any kind of transition animation on windows that are not\ncurrently visible or containers that are not currently atached to the view hierarchy.\nThis should avoid the situation by only allowing the animations to run after the containers\nand windows are visible and set up correctly.\n\nIssue #6544410 issue with layout transition when first showing the activity\n\nChange-Id: I737b2598887ef806dec3b02a483a8e8ff2c3d4e2\n", "proba": 2.746544168985565e-06}
{"commit": "55aa9aef02e2f31152ead0801629e776ddf03522", "message": "am e70e8bec: Merge \"Fix docs bug.\" into jb-mr2-dev\n\n* commit 'e70e8becf35696d68410a4f66a51da97b3402d2b':\n  Fix docs bug.\n", "proba": 3.5209666293667397e-07}
{"commit": "41f0f7b4fc4d04e55929beff569175fbeb620222", "message": "am 562262cc: Merge \"Bring along more ApplicationInfo fields.\" into lmp-dev\n\n* commit '562262cc89838529316ff2f3e511c0d876b08677':\n  Bring along more ApplicationInfo fields.\n", "proba": 1.6068455011009064e-07}
{"commit": "8449edb11a2bda56aaa86d68eb226973055dc47e", "message": "am 2b80a35c: am f5073e71: am 5f4affda: Merge \"Clarify DocumentsProvider recents behavior.\" into klp-dev\n\n* commit '2b80a35cb51e6a4f939bdef0cdf8ab39e3f76905':\n  Clarify DocumentsProvider recents behavior.\n", "proba": 6.266369041441067e-07}
{"commit": "a124a34c24c0f0eb49b01578187d28d51f8b15dd", "message": "fix: regression with libgdx 1.11.0 that caused vertical tooltips.\n", "proba": 1.0283407902988984e-07}
{"commit": "191cd61fd62737942b7ccd794fac71c9cfad372c", "message": "Anagrams Problem\n", "proba": 1.5905039617791772e-05}
{"commit": "69fca7773c45df75345959d8ad51203962b2a7ed", "message": "https://pt.stackoverflow.com/q/89521/101", "proba": 9.063257948582759e-07}
{"commit": "f080ba9bef47a8f1f3352e9dd3a353686e732f95", "message": "rename isInCheckmate", "proba": 0.9999058246612549}
{"commit": "09d2d522fa13d6a57ce63c619fb2ed14dcde5a10", "message": "(Edit Distance) [Accepted]\n", "proba": 1.3926832309607562e-07}
{"commit": "fdd75c5d7e5c008d9d30e1e564f6842dcefad994", "message": "Einen weiteren Test hinzugefuegt.\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@1012 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 1.3103605851938482e-05}
{"commit": "8e9819b614de87ab65c80c6c81dbcc1d0700a62a", "message": "Add a servlet returning the generated SQL to the client\n\nThis is a potential security risk, always limit access to it\n", "proba": 4.304369838337152e-07}
{"commit": "1f7f10352d5472e4dd8f6edecb5f1448dd236c00", "message": "Test.2018-03-22\n", "proba": 5.502222393261036e-07}
{"commit": "20b8451d0378f39d90f93b69b6f2860cd5fc2e26", "message": "add the fucking solution of wildcard matching\n", "proba": 3.3651858757366426e-06}
{"commit": "a1d02ba417eec6ba3a8335a391b79ff6df2df388", "message": "am caaf26e6: am 0408042f: am 996a77ea: am 055abed6: Merge \"Avoid dozing in car mode.\" into lmp-dev\n\n* commit 'caaf26e6570aa39187868f3dd150f678efaa0f64':\n  Avoid dozing in car mode.\n", "proba": 4.229307819514361e-07}
{"commit": "ab0cd037d4224011a09dc048e90b0f17e5be5e4e", "message": "KCloestPointstoOrigin.java\n", "proba": 1.663997863943223e-06}
{"commit": "91d1480a792a6b1527628c964068be25914aa2c9", "message": "add RichestCustomerWealth.java\n", "proba": 2.8942802600795403e-05}
{"commit": "d1ce2627fcf88e1b17aba87b0daa8dbf6de62c01", "message": "Added DataSet interface", "proba": 1.5924854324111948e-07}
{"commit": "1a45e4db6c594b14b3e06a98070d00ac03d23d44", "message": "solve: #213\n", "proba": 0.9999994039535522}
{"commit": "072b26e0c0c6f20e4fe84369d31fe19702d268ca", "message": "(Rotate Array) [Accepted]\n", "proba": 1.3848479341049824e-07}
{"commit": "1474d7efca621adac56fe27e5dffaea3c826d64c", "message": "Update Pair class java doc\n", "proba": 3.190218365034525e-07}
{"commit": "13b68cc479a17ff1f61a849e48d596746ad1d1ce", "message": "add solution for longest common prefix\n", "proba": 0.9989383816719055}
{"commit": "13ae934f9404843b5d7e21dc488b6d501c8610d3", "message": "Add Student.java\n\nDesign a STUDENT class to store roll, name, course, admission date and\nmarks in 5 subjects taken from user. Create an array of STUDENT\nobjects. Provide methods corresponding to admission date and receiving\nmarks, preparing mark sheet. Support must be there to show the number\nof students who have taken admission.\n", "proba": 1.0533055672112823e-07}
{"commit": "9b06dc5283de4f68a2cc753e0b683b8c04f22a0d", "message": "Added Dynamic Stack\n", "proba": 1.562464575499689e-07}
{"commit": "f2d268c175d6303037e3f6c5867421ee35168699", "message": "Create StringUtils.java", "proba": 2.3001423414825695e-06}
{"commit": "f1cd0960f53c9e3c4e0e872cc896c2f5f190792d", "message": "MyBookmarksApi\u30af\u30e9\u30b9\u4f5c\u6210\n", "proba": 2.2658981890799623e-07}
{"commit": "19220dac1c6c2e06f0c5f2a19f51d2495968b9df", "message": "Added subject+message", "proba": 1.218637066813244e-07}
{"commit": "d82412e05ccdf8d4ec85ea24326550bc2ddab888", "message": "elk.layered: fixed an issue with NodeLabelPlacement and layout direction\n\nwhere the GraphTransformer explicitly set the NodeLabelPlacement of labels due to a side-effect in #getProperty(...) #312", "proba": 1.0964475904984283e-07}
{"commit": "0c7861fd187784e9b5e74f7fbe88447eb4df577a", "message": "closed araqne/logpresso.com#158. print namespace by default for logapi.loggerFactories\n", "proba": 0.00016257091192528605}
{"commit": "1dcb36c1dd7dfe04c93b56dfc4da5760cc7737a7", "message": "Leetcode 1252  Cells with Odd Values in a Matrix\n", "proba": 2.1581571729711868e-07}
{"commit": "7c4a214e0e7ad0fe82e21d64a666afa45be3632e", "message": " asn traversal\n", "proba": 2.2948356672714e-06}
{"commit": "6bc6eec9ac82d289afa0e81e9d0ed32b54a6dc49", "message": "CBR otherwise test\n", "proba": 2.3284469818918296e-07}
{"commit": "ed22fd599f2c308f1ab8b71011bc91f0bcd732ad", "message": "\u041c\u0435\u043d\u044e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.\n", "proba": 2.055345049711832e-07}
{"commit": "c17e2bdc58cb8b05500bd0e3567e63bbc85bc029", "message": "added http client samples\n", "proba": 1.258659665381856e-07}
{"commit": "962a0d4babb00f53d746882453595e78d6554b97", "message": "swaps the values of two integers with a temp variable\n", "proba": 1.4336096683109645e-05}
{"commit": "9d7c004aff3ec4df77f92f176dd9856f86179c3a", "message": "add test for new editor\n", "proba": 3.7485568782358314e-07}
{"commit": "02ee085bb0f6af11df40e65eedce65d598a8d3fc", "message": "Revert \"Prevent sub-assignments under ALLOCATED UNSPECIFIED\" --\nrequirements not clear.\n\nThis reverts commit 3dc00f562c67e57cb0fe8b5c837af895814f77b8.\n", "proba": 2.2636173468981724e-07}
{"commit": "725132de836d0eb7ac287a13e59d99bbd1e85a71", "message": "Added patch sent by Philipp Hahn (pmhahn@titan.lahn.de)\nPR:\nObtained from:\nSubmitted by:\nReviewed by:\n\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@199393 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.8963496017931902e-07}
{"commit": "96b3a7eec5b02bb869f61707ef1d725970a81f41", "message": "CDH-12413: Remove old tika-style support for decompressConcatenated\n", "proba": 1.1716958425722623e-07}
{"commit": "e06fe5b36167a75ce881583358fb13e16ef72ce3", "message": " KRACOEUS-6956 : propdev.impl.print remove comments\n", "proba": 1.203844703923096e-07}
{"commit": "e5d2aa71012ab102634952ab4c4f20605916b09f", "message": "creates TDES\n", "proba": 2.2327608917294128e-07}
{"commit": "f471b2e94c7962e3e0d3e5fcbe12143a535925c4", "message": "Update integration test", "proba": 2.924412001448218e-07}
{"commit": "2663b3a99fea5692d57e8db811591e1084dee979", "message": "provided   API to  convert parameter type to column data type.\n", "proba": 1.2554612283111055e-07}
{"commit": "bf826124133fd54386e1526fb8727de17f4a32da", "message": "Enforcing connection closure after file transmission.", "proba": 1.2339383204107435e-07}
{"commit": "46309fc649d4981e72c742fb3844bd04a7418223", "message": "add test case\n\ngit-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@9846 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 2.6625206373864785e-05}
{"commit": "c86b2d9da3ce72db439e41fa2920b5c91e529192", "message": "added example bug for 3358161\n\ngit-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@13309 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 4.825771497962705e-07}
{"commit": "76818b614b572307beacffe2d68699915c6bdbe1", "message": "Create 008.java", "proba": 4.6642584493383765e-05}
{"commit": "dbc2789823db869bc5aed65de2a44a8984e826ba", "message": "Add 110 solution\n", "proba": 0.0002427340514259413}
{"commit": "7cac5cf09ac8fdf93a74958b225d7ea43fc2ca45", "message": "created class ExampleService\n", "proba": 4.4160873358123354e-07}
{"commit": "4e59eca906fcf3922566623d117fc9919586c281", "message": "Fixed problem with normal if-statements.\n", "proba": 2.7260495016889763e-07}
{"commit": "13ddbe2de7158edbf997184d2575dddf531f159a", "message": "Update SubtreeChecker.java", "proba": 2.792474163015868e-07}
{"commit": "e88657ac389d8bfa6427075474d6bc8560d35080", "message": "17:57 19.06.2017\n", "proba": 5.31039972884173e-07}
{"commit": "e4924923eeaa805aa615bb4d5926476d53a33571", "message": "added context\n", "proba": 2.3979152956599137e-06}
{"commit": "6118589ac626e5a23605d9661d5393f7eb327cd2", "message": "Update FirebasePlugin.java", "proba": 9.187871796711988e-07}
{"commit": "f03bb5d5356e669f7cd638e987198d1201865bf7", "message": "#SB-230: Implement metadata merging for the ArtifactDeployer\n- Updated MetadataHelperTest\n", "proba": 1.1741982319790623e-07}
{"commit": "5b206e313a0db932772ab3a4bde80848dae7b5cb", "message": "Completed my first pull request\n\nCompleted my first pull request\n", "proba": 2.5830154299910646e-06}
{"commit": "064c5e6014f31c04c620171dc982ae583587fdf0", "message": "repaired remove image test", "proba": 1.2445077572920127e-06}
{"commit": "a40f17a2f1876ab07997fef57dd37acbc82a9650", "message": "Added header comment block\n", "proba": 1.8103931154200836e-07}
{"commit": "c25efd7dfdf00e464e33f6a212c9484d1ca917a8", "message": "Update CountryDetailActivityTest.java", "proba": 6.085134032218775e-07}
{"commit": "5ba51eeedc944e3abe0087bdf0697d0e2992132f", "message": "RunningCostFragment: use Locale.getDefault() in String.format\n", "proba": 1.404314616593183e-06}
{"commit": "6644955f32a8296983e6387adfef17f945ea3632", "message": "looking for O(1).\n", "proba": 5.743133806390688e-05}
{"commit": "b393d9a0bc686c15e3749becc8eb89810f428882", "message": "cleanup comments\n", "proba": 1.4727632446920325e-07}
{"commit": "c976794879521dd62c3573f195d677b079a56c8e", "message": "SDC-17002. WebSocketToRestDispatcher - handle invalid REST API path error\n\nChange-Id: Ica4adc069b5a4e9c4d557a577a1f646e72d515aa\nReviewed-on: https://review.streamsets.net/c/datacollector/+/41173\nReviewed-by: Alex Sanchez Cabana <16a9016b243d66f08e64f6a2a241982c7e25b5e0@streamsets.com>\nTested-by: StreamSets CI <809627f37325a679986bd660c7713476a56d59cd@streamsets.com>\n", "proba": 2.6701988531385723e-07}
{"commit": "5d754383bb804ce9749ed6e50b91afb6d05932e6", "message": "datasets-orgunits: add DataSetOrganisationUnitLinkModelShould\n", "proba": 1.080196966540825e-06}
{"commit": "ccc8ab8f66fb03df58ce0e3b264ca9024778458a", "message": "add problem 1238\n", "proba": 0.0074179028160870075}
{"commit": "58f5a9805ed63b78a58e2d9fcc116330d68228fa", "message": "Added FindConnections, began development", "proba": 1.210561180187142e-07}
{"commit": "eec009b9c8ef6e7876ed707d01d1d58f9e61b2de", "message": "Add a test for loading a primary zone.\n\n", "proba": 1.2358792389477458e-07}
{"commit": "f6a0e5aaf3695aa60949158c8c7268a8861a8f00", "message": "Corrigindo alguns testes no Java.", "proba": 1.9242004611896846e-07}
{"commit": "3996b35491edb9c8af6261ff61b38653be68dcee", "message": "\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@342 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 4.016494017378136e-07}
{"commit": "44e36d6b326e48225673cbff474d0ef453eb7228", "message": "ArrayOutOfBoundException in Hierarchy\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@12785 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: f209c213faa9bb5a3a1a18d773fd98335a2c1d78", "proba": 5.939167749602348e-06}
{"commit": "0c4892e25c55d1a35c037e32a78e16db902b5478", "message": "Added the GlobalConstants class.\n", "proba": 1.0741212008724688e-07}
{"commit": "debaf5c49c95c5b4ad265a87a2abaa9a9e389b6c", "message": "[124835] The value of the style attribute is not set correctly.\n", "proba": 1.2117300229874672e-07}
{"commit": "0ff0bc072162e81cc3a38cf5054bbbdb75d34496", "message": "Added file NumberOfYears\n", "proba": 1.1092818112956593e-06}
{"commit": "424410fc093aef47319c13039c3c56da2590a922", "message": "adding RadixSortY\n", "proba": 1.150610501099436e-06}
{"commit": "fb7244d11c6c0ed9610618f421b3a6c0c95548b9", "message": "User can now change karma pool ttl.", "proba": 1.1758297802089146e-07}
{"commit": "c10b059f208c67b73bc87e265effa7b57a46dd6b", "message": "add solution\n", "proba": 3.4661054542084457e-06}
{"commit": "bbed5e207e9e87f54c8f85190f354da4466b8189", "message": "Added movie", "proba": 1.700999234799383e-07}
{"commit": "af7eebd3723d843c2ef784709c9f6c35066c25a3", "message": "Delete UserInterface.java", "proba": 2.772875859591295e-06}
{"commit": "505e65d19d7a9be2766bebd3c3fbfd1f42373d1b", "message": "Sieve of Eratosthenes\n", "proba": 1.0772433824968175e-06}
{"commit": "cc08285d106b42094d5ce39ec0382f0361d244cd", "message": "added model package with SettingsMagager.java\n", "proba": 1.8501502552226157e-07}
{"commit": "61fa67baac6567afd369e94a7f2689f3d3700336", "message": "#7198 simplify code in AbstractValidator.validate()\n\nsvn changeset:19531/svn branch:6.6\n", "proba": 3.0958976822148543e-06}
{"commit": "06fed08f04098eb59d2403467e7a04039d4b6483", "message": "initial checkin of org.nnsoft.guice.autobind.scanner package descriptor", "proba": 3.738367979622126e-07}
{"commit": "0ef11f7e1e343f372c3f7fdf8b3dcb0cef00b97e", "message": "FilterSelect status no longer says 1-0/0. Fixes #1706\n\nsvn changeset:4770/svn branch:trunk\n", "proba": 1.5944213771490467e-07}
{"commit": "1cffa446ee92314a09ef767970ee93fa8758c95a", "message": "Inserted a 1.5s wait time between the camera release and new camrea.\n\nChange-Id: I7540064a6e5229be1ef0fe266cd3050ae36b33a4\n", "proba": 2.975961933771032e-06}
{"commit": "bb655988ed8f1f0a7e3e295e2e9532035e740091", "message": "New Read for al l3 \n\nI hate OOP.\r\nObject Oriented Programming was a mistake. Just do it normally.", "proba": 1.4369409484515927e-07}
{"commit": "712f5ffb3444fafb6ea170acde5f69baae1ca73e", "message": "Added a tentative ChannelPushbackInputStream implementation\n\nsvn path=/spoofax/trunk/spoofax/org.spoofax.interpreter.core/; revision=20721\n", "proba": 7.738773319942993e-07}
{"commit": "b12666930e7147a5885d69dcdc206451e54748dc", "message": "Implemented CC tests for MapReduce\n", "proba": 3.621267410380824e-07}
{"commit": "048995f403589ac71b440c18a81082ff26b2287d", "message": "am eb80a86d: am 359f1e91: am 850dd690: Merge \"Don\\'t use screenshot if structure is disabled (1/2)\" into mnc-dev\n\n* commit 'eb80a86df01629296bab48609493882a31b091f9':\n  Don't use screenshot if structure is disabled (1/2)\n", "proba": 1.752870417703889e-07}
{"commit": "c00a8c17aaecf5ced0172dce1d24be75704836b8", "message": "settata connessione al server", "proba": 4.671502722430887e-07}
{"commit": "1bff9f11e3d1ca961e99a1f9402f36121211dcb0", "message": "Avoiding Wildfly error when using proxy for requests\n", "proba": 2.0034792669321178e-07}
{"commit": "71ff061dc807399d0297f49e6c8cef5a09a18efc", "message": "added shop items\n", "proba": 1.9140756535307446e-07}
{"commit": "52329392a9bd0aca3581227772cb13234f87cd14", "message": "Add assertions to check that the client node doesn't process any data in MRTask.\n", "proba": 1.1874242034082272e-07}
{"commit": "368bbc636583d9afe14412b16280492ef0fe1f7e", "message": "Added Config Factory class for player logger filter command\n", "proba": 1.9846110888011026e-07}
{"commit": "17b7852596b039dcfe3273c1485f6083e5864db2", "message": "add Client ID && Mashape Key\n", "proba": 1.5334951797285612e-07}
{"commit": "3c3fd3a5d54a09d3fd6542078fa793ade2ce2c16", "message": "updated", "proba": 4.958747581440548e-07}
{"commit": "8a652a5ad0c4d463ca71f310904a7c55f0522160", "message": "Add convenience method to test if a role has a permission\n", "proba": 8.026432851693244e-07}
{"commit": "9c4396adb202c92b109112c26f75446eeab18cd7", "message": "responseType\n", "proba": 1.5543454310318339e-06}
{"commit": "8b59ce1be4feadd8246a7bed5aa94f4887b2c398", "message": "If not specified, attach the \"test-package\" goal to the \"package\" phase\n", "proba": 7.39550705475267e-06}
{"commit": "9b45cd7f84f7ac20df78c7497fec92cd8f1eb11e", "message": "*** empty log message ***\n\n\nSVN-Revision: 6942\n", "proba": 2.8377723992889514e-07}
{"commit": "c089eb29eadc773695544fa637e016c50f62d215", "message": "when doing lattice sum;\nDO NOT apply do offset\n", "proba": 3.989420349626016e-07}
{"commit": "ea32e34290953f215afa0f7dcf32f1d36e7d1176", "message": "L-J+S-W Association NPT simulation\naverage density = N*<1/V>\n", "proba": 4.5818902094652003e-07}
{"commit": "98af2f94a3265c11604e1587f1ca52f3d7c2e4ea", "message": "Ignore ops\n", "proba": 1.4185745840222808e-06}
{"commit": "27a2ab65f4aa863412d58451a8b893a46af81ad1", "message": "\u27f4SuspendScreenSaverFactory.", "proba": 2.648110921654734e-07}
{"commit": "19a9d730ba19957ac95bb227aff2fdba7c06c71b", "message": "KCIRB-1499: Incorrect resetting of \"updated by\" and \"time stamp\" fields for online review comments\n", "proba": 1.1039811198543248e-07}
{"commit": "8d451d79cc71a5b7ee518c17117a0adf02a09bc5", "message": "Suggesting the concept of a class representing the metadata key to enable validation.\n", "proba": 1.1446594783137698e-07}
{"commit": "46a671f7f508d6629acd2605d0963cb889adab06", "message": "Removed EventAction from PlayerKickEvent\n", "proba": 1.757766909804559e-07}
{"commit": "63f160b002f6a3622e3f0a942214ee713beb2f95", "message": "Create module-info.java", "proba": 1.4139566246740287e-06}
{"commit": "0d596647846fb733d5debf0c51662224f0ea96ea", "message": "Inizializzata la classe lexer\n", "proba": 8.361506047549483e-07}
{"commit": "0b2137d074fb6a7e1915f267c6e11d863e08ce23", "message": "\u623b\u308b\u30dc\u30bf\u30f3\u3067\u30a2\u30d7\u30ea\u304c\u7d42\u4e86\u3057\u306a\u3044\u3088\u3046\u306b\u4fee\u6b63\n", "proba": 8.332188485837833e-07}
{"commit": "8fe88807a211b5975baea91473a42be48979ac1a", "message": "Change the order of registering the typemapping.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@260553 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999988079071045}
{"commit": "67f4e2043db0e2981d78c1dcd9c27a4ace812d94", "message": "Added some comments\n", "proba": 1.1900917940010913e-07}
{"commit": "ab3f93165701663834c7a6496cf2075d39fc80e6", "message": "remove System.out + printStackTrace left-overs", "proba": 3.1663159916206496e-07}
{"commit": "fd8cc7285a293db21a0b077304992592662158b5", "message": "Update MainActivity.java", "proba": 2.2363547032000497e-06}
{"commit": "960d7e43da0c6f4cfbf8eda07faa608b136a0376", "message": "Migrating from fileparsers to datasource-fileparsers\n", "proba": 2.7110331757285167e-07}
{"commit": "2cc70a41bf3541aa31c00f54c491c92ae4c1001c", "message": "Test Class\n", "proba": 1.0926662525889697e-06}
{"commit": "c926d5077ab84290a9fcbbfddaae8ded576cef12", "message": "am 030b3b29: am 90863124: Merge \"Set transport control flags when a session is created\" into lmp-dev\n\n* commit '030b3b29c7189af1edb666bd3e0508500f0e4837':\n  Set transport control flags when a session is created\n", "proba": 3.6258427371649304e-07}
{"commit": "6f05ae578eef255d6da9e56aaf0d1133ff0f7d11", "message": "am 86d77815: Merge \"Check the return value of bindService, and notify media browser client onConnectionFailed if it returns false.\" into lmp-dev\n\n* commit '86d778155f077d5af10f43d0eb7b04584559e793':\n  Check the return value of bindService, and notify media browser client onConnectionFailed if it returns false.\n", "proba": 1.8029086845672282e-07}
{"commit": "2326866d4bad4cd0708c61a328beb44cc5a88357", "message": "iOS: Storage unit tests\n", "proba": 2.2633476248756779e-07}
{"commit": "8eef18dd6ec45d8b60b7234a6fc5958fb92cfb3e", "message": "[pt] adding simple test\n", "proba": 6.186581344991282e-07}
{"commit": "6cdc7fffb60c4daf62960c5e0af094a9090759e6", "message": "help fix", "proba": 1.3752610357187223e-05}
{"commit": "97a73b30fd07cca041529b94202df79b270ec017", "message": "Adding unit tests for ObjectAdapter\n\nRaising coverage to try and prevent introducing regressions later.\n", "proba": 1.0150719020884935e-07}
{"commit": "540e079f08613e39a71c1b5e860fd23f19b1e6ce", "message": "Add polygon test image generator\n", "proba": 7.716605523455655e-07}
{"commit": "c501353d2edac1f0ee55da10d4320eb7a8baf8c7", "message": "ONEGINIME-707 Deserialize collections as hashset\n", "proba": 1.304870664853297e-07}
{"commit": "9b555b3af40bfabde5c98c9191c55c793f9c0b44", "message": "Share code between ReadTimeoutHandler and IdleStateHandler\n\nMotivation:\n\nReadTimeoutHandler and IdleStateHandler have duplicated code, we should share whatever possible.\n\nModifications:\n\nLet ReadTimeoutHandler extend IdleStateHandler.\n\nResult:\n\nRemove code duplication.\n", "proba": 1.3316761169335223e-06}
{"commit": "ed86d4a80c8cf9f1082310e7ae2b527420f7628c", "message": "Function added\n", "proba": 1.8507785171095748e-07}
{"commit": "474d2dec1bf33b822f87a8860b259cf6c69e1edd", "message": "Changed the Save Method to allow new assets to be saved when oid is null and no attributes have changed\n", "proba": 1.8490918307634274e-07}
{"commit": "25635bdd87f5b3cbce1d218e0beea937e2515379", "message": "Tiny cleanup\n", "proba": 3.213786499145499e-07}
{"commit": "3fe47c60345eebc48551afd2dca361cf8f97b5a1", "message": "trim/remove new lines from the tagname\n", "proba": 5.489172281158972e-07}
{"commit": "a4485dcec95d5fe0582965a6ec340faa6beb655b", "message": "chatbot handles wierd chars now\n", "proba": 3.292617236638762e-07}
{"commit": "fcfcc9315698e0b131b02546d6f11f0d5bc3515b", "message": "disabling block task output redirection\n\ngit-svn-id: 093fa4c7fa7b11ddcea9103fc581483144c30c11@2430 5b74d2a0-fa0e-0410-85ed-ffba77ec0bde\n", "proba": 0.010344360955059528}
{"commit": "b6e49b230217bed2442e3d11faccd83e0f80b8b4", "message": "KRACOEUS-6625: remove incomplete attachment warning when parameter set to \"BA\".\n", "proba": 1.0391931937192567e-07}
{"commit": "e0cd74a6c87494b0737e5b2b0ee2031482946cf7", "message": "Javadoc.\n\ngit-svn-id: 3cfc64c80f2e6f92f6d08f3c7f3967ef35335cd9@1398003 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9983807802200317}
{"commit": "8384d95fe957edde592f1f34eaa22c1e9da22d6d", "message": "New class to enable template file/string handling.\n", "proba": 1.0708237141443533e-07}
{"commit": "6975baccab4452cde08eb7ef788ef5d560b9b2b8", "message": "String IDs Unit Tests - Lookup Generic\n", "proba": 2.0220254270952864e-07}
{"commit": "9772c2a27566aa5adc395de3fd6b66a06e94f9d8", "message": "Cleanup, Fix resource line length\n", "proba": 1.0972631571348757e-05}
{"commit": "3602ced10f91cf87cae1cd04d4eaa607685f187a", "message": "Remove unnecessary code\n", "proba": 0.0013413974083960056}
{"commit": "cf9654a9d60ed25a5d0b25eb141f16318f901c6d", "message": "Create sherlock-and-queries.java", "proba": 2.339061666134512e-06}
{"commit": "51c561f4e2b91e0be7ebf2232f7af8e0ea640db7", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "c7025163e92575ba4b6815b896ced7003d0949b6", "message": "Create ArrayUtil.java", "proba": 1.7429234731025645e-06}
{"commit": "adaa0e0cf3bab1a750a2dd75bdc03a3f4f454367", "message": "removed verboseLogging\n", "proba": 1.9423846424615476e-06}
{"commit": "69ff3eb743a1e769f4f2dbc49108be9d0cbef4f6", "message": "An implementation of AlignmentFormat for FASTA formatted alignment files.\n\n\ngit-svn-id: ed25c26de1c5325e8eb0deed0b990ab8af8a4def@1953 7c6358e6-4a41-0410-a743-a5b2a554c398\n", "proba": 2.7520713956619147e-06}
{"commit": "0f6135c765f82bba7b6794dda77b011e6e6979a3", "message": "Magic constant inspection\n", "proba": 1.504505888760832e-07}
{"commit": "69db78065af469cda8ece44a8756ce48ea964d8e", "message": "Add Java implementation of Bloom Filter\n", "proba": 2.6219484539069526e-07}
{"commit": "caf35158a3acb743a31e3d12b486fd1da0a6be32", "message": "Create IntLinkedListStack.java\n\nIn conjunction with the main.java in this same directory", "proba": 2.792713758026366e-07}
{"commit": "791cb6450e733a6c505a2c84e7532916a907b3b0", "message": "Remove redundant calls.\n", "proba": 4.062710650032386e-05}
{"commit": "683171c72c4a07604ccf455eb381d1380c9bcfad", "message": "Added stample_list_id to returned Mutation list in Web API\n- set to be equal to the value supplied in the webAPI call\n- new class temporarily added to wrap Mutation and add sample list id attribute\n", "proba": 1.42329696473098e-07}
{"commit": "4a63c3f41612d2a6cc929585d529a0d9be6a7b17", "message": "added prettify for adb java beans as well\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@358482 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.967434056699858e-06}
{"commit": "73a1fdf9b60d3a693a1ea38f739bf9e286646a98", "message": "fix for Issue 681:\tBEASTMC3 app works. beastmc3 fails quietly", "proba": 1.109226786866202e-06}
{"commit": "e32948ebf016399bcd5f1152a7f067286d584ef1", "message": "add testcase\n", "proba": 2.2016933144186623e-05}
{"commit": "97d9a6644d0e03d1c2a01abdbcc79d6092aeeda4", "message": "add testcase\n", "proba": 2.2016933144186623e-05}
{"commit": "b99dcdee88d64f7dccf46f04433d59681337b886", "message": "Create model for testing.\n", "proba": 1.2392499115776445e-07}
{"commit": "3510731610af81db0199362c02fda19edb47c05d", "message": "fix unit test\n", "proba": 6.971770858399395e-07}
{"commit": "f9624e2f491cfb5194c90732fc604807ba4d7632", "message": "Add JUnit tests for GoogleConnector.\n", "proba": 1.1635503938123293e-07}
{"commit": "bb32b5be5aa7e958c59c9f6a9221fdc3a07cbf64", "message": "Trying to implement ldjson reading function\n", "proba": 3.0420026178035187e-06}
{"commit": "f128cb7d52f07fe9dfc39346cfa094569f114429", "message": "Prototype unit test for SearchHelper", "proba": 2.2195874294084206e-07}
{"commit": "3cc8540f72e02b00a1348621a9473d4d88b1fbba", "message": "[no bug] null pointer\n", "proba": 4.071142029715702e-06}
{"commit": "f522f3d53b753b67968abdc95df2f40de7ef7673", "message": "Fix for AXIS2-895 - By default, the server should not set the WS-Addressing From header\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@421957 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.2216524964969722e-06}
{"commit": "d3c167fc3245fe3ed89ffcc11ea70fb23a0f9903", "message": "room building, int array for Jimmy\n", "proba": 3.518565063131973e-05}
{"commit": "6e8d0ea3241254dae22fa99006d8a43aa6ff0c99", "message": "SRM 291 Snowflakes\n\nPaper snowflakes make great decorations and they are easy to make. Take\na sheet of square checkered paper with an even number of squares on each\nside. Fold it in half, folding the upper part up and over to the bottom\npart, so that you have a rectangle. Now fold that rectangle in half\nlengthwise, from left to right, to make a smaller square. Next, take the\nright upper corner of that square and fold it up and over to the left\nbottom corner, forming a triangle (see pictures below, cells which stay\nimmovable after all foldings are marked red on the fifth picture). Cut\nout some squares along grid lines (as shown on the last picture).\n", "proba": 1.2538792759642092e-07}
{"commit": "585f6e5998a2f83c051ab4cf0814184f86f2db12", "message": "second test with non-blocking socket -> still wip\n", "proba": 1.4040318774277694e-07}
{"commit": "c1e3d7154a006721ade89d01b6f751be63d34f7e", "message": "Create TODO Triple Hunting.java", "proba": 5.595109655587294e-07}
{"commit": "4c0f6bbe085b73b1f42f5f5b3f376f1101045753", "message": "[Java] Digit serialized array\n", "proba": 3.644647222245112e-06}
{"commit": "488395e08b9dbb74b90b334b0987a85c058a5574", "message": "add MyHashMap.java\n", "proba": 5.294000970934576e-07}
{"commit": "fe052414fe5f1aa432c94f253c9675b8bfdc0e0c", "message": "Update the scanning design procedure", "proba": 2.398751917098707e-07}
{"commit": "86431cda06150dc3cbb45d4224b5c65556a7e4b1", "message": "Add magic wand tree examples and mutants to test suite\n", "proba": 1.2815348782169167e-07}
{"commit": "20011537a716e765642a65352e8e5b2bc26b8785", "message": "Leave the minutesPicker always enabled.\n\nDisabling it when reminders are turned off could be confusing since the\nNumberPicker looks the same when disabled.\n", "proba": 1.0819222495683789e-07}
{"commit": "821b521ec1b00c4760250df5a5310252c5330d13", "message": "LongsSuccinctBitVector", "proba": 1.1091865417256486e-06}
{"commit": "bf1d1764db4fdb06750b64a25c7680ffe13f6842", "message": "[MPIR-29] reduce code duplication, and remove IllegalArgumentException if a project fails to load\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@392205 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.324289875512477e-06}
{"commit": "4d08b66b1929be0b7eec28bdf96d53f3891fc0f4", "message": "Java: add getParent() method\n", "proba": 9.86354370979825e-06}
{"commit": "78e33a50ad249f1043e5a4420aa003d2623a1f98", "message": "added custom font textview class\n", "proba": 2.292769636369485e-07}
{"commit": "57f04dcc5f733e24ae7f3f69000479df2f4d8882", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "e6fdb15848869fa7db3bbe4cbafc5cd5efcfabac", "message": "pravka2 User\n", "proba": 1.3437058044019068e-07}
{"commit": "5fc1689c88b3b78a7ff8ef555b12e1194c378233", "message": "\n\nSigned-off-by: ghuazh <ghuazh@gmail.com>", "proba": 1.3100476792260451e-07}
{"commit": "aaa0067ce2fd5c78c89065a3ea71fa2d3b5c7e1d", "message": "INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED\n2004/04/02 10:02:11 bc 1.1.2.6: #111603# Helpids added\n2004/03/12 15:23:53 bc 1.1.2.5: #111603# several changes\n2004/02/04 15:42:57 bc 1.1.2.4: #111603# several changes\n2004/02/02 11:29:41 tv 1.1.2.3: formatted with autoformatter (indents now use TAB)\n2004/01/30 15:17:06 bc 1.1.2.2: #111603# user interface finalized\n2004/01/22 19:40:14 bc 1.1.2.1: #111603# basic class for scrolled controls added\n", "proba": 3.4823762007363257e-07}
{"commit": "09bfdee699443b2482d2427b5eff7226768b340a", "message": "[MNG-5227] The 'optional' flag of a dependency should be manageable.\n\no This reverts commit 0931a8fe0aa43a95a34d7dacb5050df6746c1b55.\n  It is better to have this in Maven 3.4 which will be released with an Aether\n  version not supporting this feature correctly. In 3.5 we will be using an\n  updated Aether version with bugfixes to resolution issues which will make\n  this start working. The confusion about this feature is the Aether\n  bugfixes needed to make it work as expected, not the feature itself.\n", "proba": 1.2202815469208872e-07}
{"commit": "19e3e2f5a4c21173e3d891b8f5d0582ef5f74b7a", "message": "Create SingleNumber.java", "proba": 9.650727406551596e-06}
{"commit": "a9f963fcd25f67cf4b200d3b39609a4e2d5f9a39", "message": "New file.\n", "proba": 1.670333915626543e-07}
{"commit": "20de8ec6e1c3d6069114f65542005a74513be3bc", "message": "qa: added JUnit test: ReportGeneratorWorkerTest\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@5568 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 5.177158755031996e-07}
{"commit": "97f8a29d919e427ce5f8344b1475e209169f25ee", "message": "Implementation of an alarm source that publish alarms in the logging service instead of using the AlarmSystem component\n\n\ngit-svn-id: afcf11d89342f630bd950d18a70234a9e277d909@55895 523d945c-050c-4681-91ec-863ad3bb968a\n", "proba": 8.876854167283454e-07}
{"commit": "7b54642b3a3ee406171ecc8ed9bf69f1165e6e2e", "message": "Singleton\u6a21\u5f0f\u76843\u79cd\u5b9e\u73b0\n", "proba": 1.6250253054295172e-07}
{"commit": "b9e9059c62dddd3ca07703d9dba40086cf02ce1a", "message": "concurrency/exercise33\n", "proba": 5.904318527427677e-07}
{"commit": "5afd3603d76ac1314eda8c8c80717fc9440b5e00", "message": "Update clonetest.java", "proba": 9.61107275543327e-07}
{"commit": "1eec1aa44bc2eeaac85f175a0eeafa77d160a2a0", "message": "Pr\u00e1ctica 2.1 en la que trabajamos con las clases Jarra y Estadistica. El ejercicio de la Jarra nos ped\u00eda que en el segundo ejemplo dejasemos una de las dos jarras (una de 5 L y otra de 7 L), con un litro dentro de si misma\n", "proba": 1.25095471048553e-06}
{"commit": "105d8a9daa0d1e48ea4dd85fd4f846beee69de64", "message": "\u3010\u529f\u80fd\u4f18\u5316\u3011\u4fee\u6539Debug\n", "proba": 1.457249680925088e-07}
{"commit": "935c7bd706f4a7b877861a18781c12a8fa9e6392", "message": "\u0420\u0435\u0436\u0438\u043c Thread\n", "proba": 4.3194739873797516e-07}
{"commit": "23698d4524decef6790cf421a0b06c77b72311a8", "message": "Added homework 13\n", "proba": 1.396702629108404e-07}
{"commit": "98b8f8933e0ca2acfd4dee53156c32a607aa77a3", "message": "fix writeArray method: nested arrays can be 0-sized\n", "proba": 0.9986792206764221}
{"commit": "bed593b87cc19c9459a902dc3c7733b65bdc477a", "message": "initial\n", "proba": 2.26544143515639e-05}
{"commit": "9642dfa884719c14ccc4268f3d735de41a11908c", "message": "feat: integrate with druid\n", "proba": 2.1027119601058075e-07}
{"commit": "38027d793c0880cb5ad4ee277f44bf12c07506a1", "message": "Correction\n", "proba": 3.6583642213372514e-06}
{"commit": "c08f4e3b4ac7b0b8e6799defbadf05f552f3e241", "message": "[312111] [content assist] [api] StructuredContentAssistProcessor#CompletionListener#assistSessionEnded always skipped\n", "proba": 1.9778674698045506e-07}
{"commit": "6773a939420e2ab91e17dfefb490a976268bc950", "message": "Silmpified URLs in tests\n", "proba": 5.682992423317046e-07}
{"commit": "e35e54d6e664b7659e365f0ebbef3126fec03a96", "message": "Krb5LoginModule: implement abort(), commit() and logout() methods\n\nsvn path=/harmony/; revision=486503\n", "proba": 2.936643795692362e-06}
{"commit": "df06fd2f36ac9deaf87411966d5f8e1c63a8708c", "message": "o fixed tableRowWithLink() to add a minus when url is empty\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@679775 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.456006995998905e-06}
{"commit": "ccbda20d1dc0bc025f5e039bf549a2e925828cef", "message": "[MSHADE-27] Use platform-independent file encoding for processing of NOTICE file\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@644772 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.94081786478273e-07}
{"commit": "590238f751587b0677f73423bcdf909a9133c401", "message": "* added TwoSideListWithFilterVM", "proba": 1.2797224258065398e-07}
{"commit": "6c8aee66a2c214902ff889dc5bf8efdf2279dc23", "message": "start javadoc\n\ngit-svn-id: 4c9d3fe6b7b6c0d9eeb10ce04f5d3c1083d3aa64@1294868 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.726082458248129e-07}
{"commit": "40007d55247df5ac504c565bf59006bf8172f754", "message": "UserApiFrequencyThrottle unit test\n", "proba": 3.6996311791881453e-07}
{"commit": "5bcc5992625c61b36ce1f6f7ee9ec9cfbe96305f", "message": "correcting the rebase error for the ClientServiceDesc.java file\n", "proba": 4.2681895706664363e-07}
{"commit": "0ca45010daa63c3cdaa44bf01692d36cbfef1567", "message": "Create WaveletTree.java\n", "proba": 1.4132920114207081e-06}
{"commit": "20fc473c69ae9c564ceb7fd357acc09c6b9e1aaf", "message": "am f0336eb8: am 2cb287f9: am 9ea996a3: Do not restore the media button event receiver\n\n* commit 'f0336eb87d32414eb14865044be41ea590e7a6ac':\n  Do not restore the media button event receiver\n", "proba": 6.695574938930804e-07}
{"commit": "96cef59157fd1ce9e8c55019fd1f3202f86ec018", "message": "[236134] export catalog should add xml extension if not specified\n", "proba": 2.0613244089418004e-07}
{"commit": "1a8597cb519cb96a1738ec54f569b16aeb31a6ed", "message": "am e33e9db6: am 3cd1f9f9: am 3b591260: Fix issue 2604270  Device auto connects to Car Dock (Media profile) after undocking.\n", "proba": 1.1033243652036617e-07}
{"commit": "31103ba1db5b065ffdcba8db803e7051a17be804", "message": "am 4b69e901: am eed8632a: am 1a38c8b1: Talkback: Ensure TTS stream is not affected by ringer mode.\n\n* commit '4b69e901809f169f9ad790d16f37fad06241a98a':\n  Talkback: Ensure TTS stream is not affected by ringer mode.\n", "proba": 1.7580552480467304e-07}
{"commit": "2b679f6896acfddb533d7853601f0ff127a389d4", "message": "Added new test to check that there is a valid JSON version containing the string 'data_release_version'.\n", "proba": 3.708420024395309e-07}
{"commit": "7cc55b23c642fa9b6fb7f3744d2adc13ce19bbb9", "message": "A modified cookie generator that will set the cookie name and cookie path\nbased on the registered app name.  This is needed so CAS differentiates\nauthentication credentials for different Shibboleth services.\n\n\ngit-svn-id: 14da22889c6fb3298c1bedd21c061791077d000d@21 e384b71a-1fa8-11de-a108-cd2f117ce590\n", "proba": 1.5269383766280953e-06}
{"commit": "68331b7b56b7339763a3a352618e1ad32cd50363", "message": "Test is 1s too brittle on MacOSX getting intermittent failures 1 out of every 5 runs (approx) but all seem to go away by increasing the timestamp differences by 1s\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1143033 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.412625953089446e-05}
{"commit": "ff4b0eb29a5f0defaaabc11a686304e06d13da2f", "message": "new for release 1.5\n\nSVN-Revision: 14580\n", "proba": 1.168795336070616e-07}
{"commit": "ed2d5653130755bfb01589ae5768f51360294959", "message": "added try/catch block to FeatureTableDoubleClickTask\n", "proba": 3.896507507761271e-07}
{"commit": "8ec50cf6257844e041816e3aca71ad3710756c12", "message": "Reverse Linked List II\n", "proba": 1.040507640936994e-06}
{"commit": "225e4196c4bf83f95dcee37c674d59aae0a9a059", "message": "Ignore very slow integration tests (for now)\n", "proba": 1.246886824901594e-07}
{"commit": "0c5044a70ff2e9340be66a56523e12a2f0a510ac", "message": "WICKET-3865 Create a debug page with which the developer can browse the disk data store\n\nUse AjaxFallbackLink just in case the JS is disabled or wicket-ajax.js cannot be loaded for some reason.\n\n\n\ngit-svn-id: 5a74b5304d8e7e474561603514f78b697e5d94c4@1147067 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.7193508028867655e-05}
{"commit": "aadd1073888aefe3534c000c294aa93926f85507", "message": "Add unit tests for util.BookSanityChecker\nThese tests were written using Diffblue Cover.\n", "proba": 9.804227119047937e-08}
{"commit": "d0d6560dab9a16b2a04c2977befabf08f124b1de", "message": "CAMEL-6825: client min/max threads uri options is internal in camel-jetty.\n", "proba": 1.0050922583104693e-07}
{"commit": "ee7bb2be51b6bc073259179eb74036f899286293", "message": "Apply the patch for WINK-339 from myself as the first commit\n\ngit-svn-id: 00d204a5454029cb4c4f043d44e9809460a5ea01@1080436 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.1171137493402057e-07}
{"commit": "845122225bca117226304a6f418349e27a329fc9", "message": "MECLIPSE-455 : Invalid dependent module archive name for EJB artifact\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@769197 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.441928638243553e-07}
{"commit": "ed25cf866efb0cb6f77a173f783ff28331676aff", "message": "205. Isomorphic Strings\n", "proba": 0.0033741695806384087}
{"commit": "096eb8483e0ec0218fe377c1128df6c4d9da723f", "message": "[ANDROSDK-170] Add UserRoleStoreIntegrationShould\n", "proba": 1.2630208345854044e-07}
{"commit": "9b874ecc108766639640400111821692d5e93585", "message": "more unit tests\n", "proba": 1.4985489826813136e-07}
{"commit": "234830275952ae5ddf8fc9072abb0040d179c182", "message": "dump generated class content on mvn debug\n", "proba": 2.658789526321925e-07}
{"commit": "54440bb3a816c6b7e7c59f3d0bfbef603c6888b3", "message": "Adding helper to register AssetEventListeners in the db.\n", "proba": 1.1082808271112299e-07}
{"commit": "955db81df96ecc7e79609ab1c4f4074cfcfe685c", "message": "Delete unnecessary files\n", "proba": 4.648110461857868e-06}
{"commit": "234a18d1138bed811646b92ed03b138bf0b14dbb", "message": "[109953] NPE's during JSP reconcile/validation - correct fix\n", "proba": 1.2110935188047733e-07}
{"commit": "d5ede9ddb8bb919ab36c252265eb75a982f9ef48", "message": "user-access-2.29: add ProgramAccessEndpointCallRealIntegrationShould\n", "proba": 2.9313255822671636e-07}
{"commit": "83959b67f4265139f87f0cb4a5c2b27b35d3cf2c", "message": "\u4f18\u5316\u4e86adapter\n", "proba": 1.0914727681665681e-06}
{"commit": "7f756c5b5f4e848b1b113536280c09452bb1a6a3", "message": "OAK-3549: Initial read of _lastRev creates incorrect RevisionComparator\n\nIgnored test to reproduce the issue\n\ngit-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1710541 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.5855183000421675e-07}
{"commit": "a4994b600de46da55f1fe3f2ddb0c06b731037f2", "message": "fixed cancelling and weird status checks: if you want to see if it was canceled then don't check if it's unsubmitted; those are two different things\n\ngit-svn-id: 093fa4c7fa7b11ddcea9103fc581483144c30c11@1892 5b74d2a0-fa0e-0410-85ed-ffba77ec0bde\n", "proba": 7.719763743807562e-06}
{"commit": "518053ccf80b7a42e89cb36f173b01f68cfdbb6a", "message": "Add AnnotatedParameterTest for readableName function\n", "proba": 1.7627610304771224e-07}
{"commit": "c52366fb8dc3535ea8f3019e3ccbc9e6e1d76264", "message": "am c16cd2ad: am 6c7dc58f: am 1f67e4c8: am 1f52fce6: Merge \"ImageUtils: fix image copy issue\" into mnc-dev\n\n* commit 'c16cd2ad66e2a94b300dfe9b81b68352375109d3':\n  ImageUtils: fix image copy issue\n", "proba": 4.6615429027951905e-07}
{"commit": "1f146f40d0ba8d74e7bfde9004248fd135beafa9", "message": "am a3608e7a: am 4e43a27a: Merge \"MediaCodec: revalidate cached queued input buffers if queue fails (2)\" into lmp-dev\n\n* commit 'a3608e7a5ea4a489830336cfb37ffefb77e89e6d':\n  MediaCodec: revalidate cached queued input buffers if queue fails (2)\n", "proba": 5.163697665011568e-07}
{"commit": "42085bd0fe740b4eadad28243a291b5666726b83", "message": "added getvalue and used it in summation\n", "proba": 6.385357096405642e-07}
{"commit": "aa341bcb729bf4413442c6fe031e47476a8fb680", "message": "Used to test time bounds coordinate values for interval parameters\n", "proba": 2.6771445504891744e-07}
{"commit": "c3f624f5fa1c1505f04f8bd2b57f221d4f1bd876", "message": "Add solution for 717. 1-bit and 2-bit Characters.\n", "proba": 3.949945494241547e-06}
{"commit": "82daed9ecd779b3e2282fcd929cd7bacb3baefa3", "message": "Atualizacao autom\u00e1tica\n", "proba": 1.5049522517074365e-06}
{"commit": "531f5406c848629c60fa300931c817c6e5e1713a", "message": "test for IngestionHistoryService (not finished)\n", "proba": 1.199676376018033e-07}
{"commit": "b81bc9c94ce90d193f21cb41e7637e50631b46f2", "message": "Skip perm checks on nicknames if there is no & character.\n", "proba": 1.0406331796275481e-07}
{"commit": "373a5dcf05b0ca2b0607a3fbb97e34235407be0b", "message": "initial import\n", "proba": 6.214378913682594e-07}
{"commit": "778290a7c4b2194943a2796acb99e38b257df41d", "message": "added missing class RemovedElementsCache", "proba": 4.868363134846732e-07}
{"commit": "a4db404622e92593be3d0d191af746c13278c6f4", "message": "for no lambda condition-bean", "proba": 8.920198160922155e-05}
{"commit": "8ab4956fefdfc4bd2cfda4bda4ece53c95802fea", "message": "A specialisation of link RawNamedPreset that includes data for the evidence preset.\n", "proba": 9.943968137804404e-08}
{"commit": "ba8d9fa70c005133689eecb33d99cbfc4bfae495", "message": "am 9096e1b2: Merge \"Fix javadoc attr reference.\" into lmp-dev\n\n* commit '9096e1b2791f1feb49fb53e327de150e0e0b5e67':\n  Fix javadoc attr reference.\n", "proba": 1.7099577576118463e-07}
{"commit": "932fbcc817caba5e0825d13b800c423980910ca2", "message": "Doc change: restore warning not to abort NEW_OUTGOING_CALL.\n\nChange-Id: Icdd4ae184b2a989ac2967420cb5b471aac70808f\n", "proba": 2.277177009091247e-05}
{"commit": "906b5df6a4d9de7018b55b9aab228f5085f05008", "message": "am cf6500b9: am 55a116d0: Merge \"Updated JavaDoc for DISALLOW_MODIFY_ACCOUNTS restriction\" into mnc-dev\n\n* commit 'cf6500b9bae461107d5c0c58de511df907d19fb3':\n  Updated JavaDoc for DISALLOW_MODIFY_ACCOUNTS restriction\n", "proba": 5.137545713296277e-07}
{"commit": "204b30191a77feb6cf56f2aab7de83ea6017b6d2", "message": "am 9977d890: am 438fe593: Merge \"Clear preordered list in translateBoundsAndIntersectionsInWindowCoordinates\" into lmp-mr1-dev\n\n* commit '9977d890e2e063a8e6bcd3d78005e5d0822cf7db':\n  Clear preordered list in translateBoundsAndIntersectionsInWindowCoordinates\n", "proba": 2.4163668399523885e-07}
{"commit": "c7ee3cab56b8cc90c4f6659a262a1cba5c71e92a", "message": "Remove dangerous and useless optimization\nBug #5525888\n\nChange-Id: I553828c0da09b15d0dce3727e4c26a9d0bcf72ea\n", "proba": 3.240460273445933e-07}
{"commit": "ba8f5390fee2e19083d3d701e264748176cb3fa3", "message": "No longer sending GWT stack trace over.\n", "proba": 1.0789587889803443e-07}
{"commit": "e7482460af6c0a2ea02d6cc42df129b583132571", "message": "Ignore not visible  views computing click point for accessibility.\n\nIn accessibility mode we compute a location to where to send down and up\nevents to click a view (triggered by a double tap). This solves the problem\nof interacting with views that are partially covered by other interactive\nviews. The logic that computes the click point was not ignoring siblings\nthat are not visible. As a result a blind user cannot interact with some\nviews.\n\nbug:17632224\n\nChange-Id: I93e637ee6702e4ba3e79faa736205430e2196d01\n", "proba": 6.830056918261107e-06}
{"commit": "3365c023d02a57f9fa7eb24b846d07bc85ddd3aa", "message": "JavaConstants", "proba": 9.411426162841963e-07}
{"commit": "53d3c1e4513135c5d8f70da4938c7d25455263f5", "message": "Fine tune TOUCH_SENT_INTERVAL for the high speed devices.\n", "proba": 1.0528074767535145e-07}
{"commit": "26723fc89d9f6396d5a38a6f6f9976d59d2a17e4", "message": "Adjustments to accommodate changes in Find dialog.\n\nRemove mFindHeight, and the associated adjustements. It\nis no longer needed because the FindDialog is no longer\non top of the WebView; instead, the WebView is resized to\naccommodate it.\nDo not take focus if the user touches the WebView while\nFind is up.\nAdd a (hidden) getter to check to see if Find is showing.\n\nRequires a change to packages/apps/Browser\n\nChange-Id: I08cedb02d29eeeaac6860aa0933ccab43ed5c39f\n", "proba": 1.2381765372992959e-06}
{"commit": "43dd5a959518af9d0c830ec2f3ea8324c427a50b", "message": "FELIX-5258 : Add a new MOJO which verifies the bundle integrity. Apply patch from Simone Tripodi\n\ngit-svn-id: e057f57e93a604d3b43d277ae69bde5ebf332112@1744365 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.7514707312548126e-07}
{"commit": "b4dbb4bcd0ec9c51acb1b4426caf2a5f4e4f9e80", "message": "Ensure that text passed in is non-null.\n\nBug:3183112\nChange-Id: Icf00e2793cb9b62dd0ebb4f60b8ddcafea3e581f\n", "proba": 0.9999992847442627}
{"commit": "ecfc0eba609f88579ea5b70c57e6763ee3a28e5d", "message": "Fix soft keyboard dismissing itself when zooming into a textfield in browser.\n\nWe remove the WebTextView while zooming.  If the WebTextView ended up\noffscreen, we remove it completely, thus hiding the IME.  In some cases,\nhowever, the WebTextView is only offscreen because the IME overlapped it.\nCheck to see if the IME is showing, and if so, adjust the WebTextView and\nlet it get scrolled into view.\n\nAlso perform the removal/change in text size inside the method, so it\nhappens in both places.\n\nLastly, do not call didUpdateTextViewBounds if there is no WebTextView.\n\nFix for http://b/issue?id=2266066\n", "proba": 1.075765430869069e-05}
{"commit": "701cac5efbdef5da18b69322e5b1b270a1cfdbcb", "message": "am f8e3ac85: Merge change Ifa8ab30e into eclair\n\nMerge commit 'f8e3ac851959efbd21da930a802f8efb65ccec5b' into eclair-plus-aosp\n\n* commit 'f8e3ac851959efbd21da930a802f8efb65ccec5b':\n  In onKeyUp for DPAD_CENTER, show the IME for text input.\n", "proba": 2.4862613372533815e-06}
{"commit": "a33c215eaec193a6825bcb09d080cd5c51d7aae3", "message": "STREAMS-71 | Added Sysomos Configurator\n", "proba": 1.0767672620204394e-07}
{"commit": "f0d21fe530c3a7284f8328b2e639e733f031006b", "message": "FEATURE: now strips default ports from urls when rewriting as replay URLs.\n\ngit-svn-id: ca6d9ebf75caaf710f0e3a4ee74a890c456d4c90@3099 69e27eb3-6e27-0410-b9c6-fffd7e226fab\n", "proba": 3.053270575037459e-06}
{"commit": "6dd61139bf8656f46305cab67308b451cc438975", "message": "fix upper-case/lowercase problems\n", "proba": 0.017810268327593803}
{"commit": "1e24306c1289061d3e4b9b2dd7f6eab21c1fd9c5", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "e4ebcdebff9921c640fb58db45321b6c6bacf390", "message": "Using UserService too find current user instead of UserDao(less code).\nDeleted unnecessary code and imports\n", "proba": 2.4532465658921865e-07}
{"commit": "d911d424519950e59e4fc989142366ecb3a4d23d", "message": "Prepare to lift unnecessary restrictions\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@10160 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: ec62548ddd1437ab1eb38a21150725cc20e46ce0", "proba": 2.2081787847128e-06}
{"commit": "28c6333455a4210c642a9a6f89438c72d306832b", "message": "1786. Number of Restricted Paths From First to Last Node\n", "proba": 1.8902791509844974e-07}
{"commit": "6583cda8f34a2b56008ae6365fea055f27a4b288", "message": "latest activity data transfer object\n", "proba": 1.708332746375163e-07}
{"commit": "0a6ff072424224e5d8463e9e992d958ee75145ec", "message": "changed fire modes\n", "proba": 1.12532848106639e-06}
{"commit": "aca445ab23796ded6aa23d48906617b4f101b406", "message": "array-index-outofbound \uc624\ub958 \uc218\uc815", "proba": 2.4355097139050486e-06}
{"commit": "409017cdd433e9497e4dc1154d5e0f4fd9e494c1", "message": "Reading Console\n", "proba": 4.2275294731553004e-07}
{"commit": "6d377d7b6ab7918f636dd4e787e2b048d00265a2", "message": "Handle exceptions when retrieving pod pulse log\n", "proba": 3.88304158605024e-07}
{"commit": "84f2afaab881701e1fffdebe427f348cdde91718", "message": "added javadocs\n", "proba": 1.9383972471587185e-07}
{"commit": "f3d4e15e43a02137c2b341dd0a14089e10dd7c8f", "message": "[432978] Support nested at_begin vars\n\nSigned-off-by: Gregory Amerson <c60ad612488c8276a2f9818159a336c69cbee16d@liferay.com>\n", "proba": 1.0791070081950238e-07}
{"commit": "8b3318566220356b554709a00c99fb34c15461e9", "message": "[MCHANGES-186] Issue links for JIRA are broken when using the %URL% token\n\no Restore the old behavior\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@884559 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.946312964828394e-07}
{"commit": "51ea56c44b42b8484cf882d3ee2dabd4ce085b18", "message": "Adding Siddhi Manager Service Component.\n", "proba": 1.1760248952441543e-07}
{"commit": "8c9a821fe0d6191758b444586ddcf089f05ebe47", "message": "Created asset LineItem.java {/networked-economic-collaboration/src/main/java/net/economiccollaboration/library/LineItem.java}", "proba": 5.616965381705086e-07}
{"commit": "b00b85c6bd25cf1ba4ecddf95e9b65de98670436", "message": "A small tool to convert the old OBDA file to the new OBDA standard.\n", "proba": 1.1728317161896484e-07}
{"commit": "d66ec70ae542339dacfebeba4ad289a69c18da03", "message": "Added test cases to check validation against RELAX-NG\n", "proba": 1.377517691025787e-07}
{"commit": "2a3853f1d60aeb92d038453a88d626e48a364a30", "message": "WICKET: New optimized OrmDataProvider with a a cache is available now.", "proba": 9.857517113687209e-08}
{"commit": "3dedd59528d34cc79b57e3cff3a71ae71e8636e5", "message": "Create MyBotMain.java", "proba": 9.97056849882938e-05}
{"commit": "1d5ecba5d1848f6f7c413b8c8f5af9c80d8bf51f", "message": "Added header to problem\n", "proba": 1.491185770419179e-07}
{"commit": "d938e75956b7d873f4f3208c3808e03644060d5d", "message": "Update Alus.java", "proba": 4.058258298300643e-07}
{"commit": "d5a7a5ee77d1167535c86d73bd29a465065595f2", "message": "Cria\u00e7\u00e3o da base do ArtigoDAO\n", "proba": 1.78430212827152e-07}
{"commit": "1075a805f65d5514a8395e482ea5c5ae27fbd4a4", "message": "added document to repository\n", "proba": 2.0432671021808346e-07}
{"commit": "1f63be5b69cd2c0e447a9a293887a110a20ab499", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@3507 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 6.525719413730258e-07}
{"commit": "7bc81d1c72fa4a1bcf057b3185587f89e69793b7", "message": "Create CrawlerDriver.java", "proba": 1.955297875610995e-06}
{"commit": "3629ecee84608989d328183ff9eac5c67562c850", "message": "add util class to get information about the underlying platform\n", "proba": 1.6580592898662871e-07}
{"commit": "6eb0604c372b82fea6ef34fda3ce005547b07a2b", "message": "MainActivity documentation\n", "proba": 3.848776657378039e-07}
{"commit": "2841d20d12c43b019183b68298b01a02d76c6fb9", "message": "[WFLY-1759] Adding a testcase\n", "proba": 4.132191406824859e-07}
{"commit": "1f78ea28ad2e9a257af72ca2bca0abe0c75046ee", "message": "Fix bug #2793828 (Sync/visible setting on the phone should not affect what's visible on the web.)\n\n- introduce \"sync4\" column into Calendars table to store \"selected\" from Web calendar\n\nChange-Id: I2dfebb6e4a2ec85e758626a4e2b9c8b1315f095f\n", "proba": 3.004160589625826e-06}
{"commit": "8e58987e357ce08e9a737ef1ec1a5d4fadccdb75", "message": "am 2357a77b: am 42af7518: Merge \"Add setting to change verifier visibility\" into jb-mr1-dev\n\n* commit '2357a77bf50413c8eb7f576a8b757b394e440edf':\n  Add setting to change verifier visibility\n", "proba": 3.6576940942723013e-07}
{"commit": "c030a48c1e9e2923e8dee320dd3085dc3324b9a4", "message": "add gservices setting for switching sync subscriptions to use a new routing info.\n", "proba": 1.0204841061067782e-07}
{"commit": "2cc50b12d1ffe2a1b1b08020c8e062af6ba66f32", "message": "am 77b7d785: Merge change 4117 into donut\n\nMerge commit '77b7d7859ab8a4ab66a31375826ddfe17dc69c07'\n\n* commit '77b7d7859ab8a4ab66a31375826ddfe17dc69c07':\n  Add a Gservices setting to have a \"use location for better search\".\n", "proba": 1.1432346980200236e-07}
{"commit": "68928ed9ebebdd8c5b70f462a00acc6b36ae9333", "message": "am 83e1015d: Merge \"Remove dialpad_autocomplete system key from settings\" into klp-dev\n\n* commit '83e1015d73d80416d514ad40ad871a01f5181eeb':\n  Remove dialpad_autocomplete system key from settings\n", "proba": 4.797101951226068e-07}
{"commit": "ba3634f35523224d9b4238dbd0b9b5e0cf3b0b9b", "message": "Fix for AOOB in MeasuredText\n\nBug 5707593\n\nChange-Id: I3c21343b2938119d7ae9d7892733dc83a209c991\n", "proba": 5.456343501464289e-07}
{"commit": "15095be0608da594adbc9093f1106235c4370590", "message": "AI 143540: Try not to start TextView lines with non-starter characters.\n  TextView was previously following the \"relaxed\" line breaking\n  convention and would allow a line break between any two\n  ideographic characters.  Tighten that up and do not allow\n  line breaks before non-starter characters (sound and iteration\n  marks and small Hiragana and Katakana).\n  BUG=1735619\n\nAutomated import of CL 143540\n", "proba": 3.705231108597218e-07}
{"commit": "de81cf0c314e797b35135547534692593ab25fce", "message": "am 22e8e8ef: am bde9ffbd: Merge \"Fix missing ellipsis when just one character is truncated\" into lmp-mr1-dev\n\n* commit '22e8e8ef57ecef6fe7b3489c3c16babfda017435':\n  Fix missing ellipsis when just one character is truncated\n", "proba": 2.6042130230052862e-06}
{"commit": "4bf1fd39ea0910f09d601008f4cdcbd966573dd9", "message": "am bd8db7b1: am daeee005: am 16f3a714: am 5cdfd3ac: am 7c20fcc8: Merge \"Accessibility node provider getting invalid virtual view id.\" into lmp-dev\n\n* commit 'bd8db7b1026542a7b53845b59ef302c95f4c6c24':\n  Accessibility node provider getting invalid virtual view id.\n", "proba": 1.1207274610569584e-06}
{"commit": "2a639347aebb56febdef21a78c70fb0433adc1e5", "message": "resolved conflicts for merge of aa4d2f69 to master\n\nChange-Id: Iadb63ecf52d8bd2911276fa3db55a43c9c378620\n", "proba": 5.76793013351562e-07}
{"commit": "782839125e416118adff86c264c85d2af0a8ef0d", "message": "am b3db5b73: Merge \"Fix issue #5309443: Ninjump crashes on boot with...\"\n\n* commit 'b3db5b73a6ce3771ae914f132ae72cdb4ddbaa20':\n  Fix issue #5309443: Ninjump crashes on boot with...\n", "proba": 1.1451366077608327e-07}
{"commit": "f9a901e1018408ddf9e21105695b2bd5814db1fb", "message": "Avoid running functors after detach\n\n Bug: 10861732\n\nChange-Id: Ida55fff716c37c6ab1c98eef02582282de0034f6\n", "proba": 1.901930409076158e-05}
{"commit": "79ef5dd8ff877e527627260947b93d1e41d35ddf", "message": "am 462433ae: Merge \"DatePicker is calling back its listener on init.\" into honeycomb\n\n* commit '462433ae94ff33f9591d910b662e63b821549cad':\n  DatePicker is calling back its listener on init.\n", "proba": 1.3424752296486986e-06}
{"commit": "81fd6b48a0c2e638c55da4d8ec8dcb7fde2c1892", "message": "Fixed calendar fields comparison\n\nMonth was compared with the day and vice versa.\nFound by dukejeffrie.\n\nChange-Id: Ic4efca440c408325819ff1df85db7b407cf3207e\n", "proba": 1.966707714018412e-06}
{"commit": "3e55de2fb77d41b04ad97e8f0a1126b172991206", "message": "Added to repository (untested yet)\n\n", "proba": 1.0744408029950137e-07}
{"commit": "a03797b19a02ded76160426cfca5cf70d27d2f53", "message": "Fix NPE due to null schema in synchronized params.\n", "proba": 1.0940451744545499e-07}
{"commit": "9753b519992f231f0c405d3a275a1125932f7e0f", "message": "Update KitchenSinkController.java", "proba": 3.710549378865835e-07}
{"commit": "cd3a5ebbc7ba388b36bd19df3bf3bf8c137e305a", "message": "feat: Add SelectableRelativeLayout\n", "proba": 2.0917616438964615e-07}
{"commit": "347cf7e621cf9450017cece73eda72b7ccd64ed3", "message": "move it\n", "proba": 0.0002661439939402044}
{"commit": "8d59ff1d110e81e1ab402f60aeb485ca2e534f92", "message": "Create HelloApp10Mod.java", "proba": 4.726474344352027e-06}
{"commit": "ecb068d590dcd0e0d3619efaf67721c4df57f9aa", "message": "Begin adding URL scheme helper.\n", "proba": 1.2842436092341813e-07}
{"commit": "a0131d7e64a2915a761f64b6b6744456909c3490", "message": "Implement EntitySetComponent relying only on primitive int[] and binary search.\n", "proba": 1.1241159114661059e-07}
{"commit": "c7d5347f72b8c9106101e77eb098c279cd8cd442", "message": "n-teis-by-id: TrackedEntityInstanceQueryAndDownloadRealIntegrationShould\n", "proba": 7.151969043661666e-07}
{"commit": "825cdde44d981823313749e2d6ae8a56e0ea6cd3", "message": "Create Indexer Class In Order to Indexing Data\n", "proba": 1.4676750481612544e-07}
{"commit": "fc24009a98d36ecb8c43247786ae7796f71f1973", "message": "Add class SMPSORPChangingTheReferencePointsAndChartsRunner\n", "proba": 2.7207715902477503e-07}
{"commit": "c1331fdce16f2bcc366c2ebc0e829e3f6561feff", "message": "correct calculation heapCost when record is evicting from DefaultRecordStore\n", "proba": 3.677455708839261e-07}
{"commit": "c23e9ec9bec798e45ebe0eec76af36045a4835d2", "message": "Update issue 632 \n\nApplied the patch.\n\ngit-svn-id: 505f71283407c412190d59965c6d67c623df2891@2119 3f8e66b6-ca9d-11dd-a2b5-e5f827957e07\n", "proba": 2.8984591153857764e-06}
{"commit": "036d16a12ed2f2e2d294d2c9429af80b42b0f589", "message": "prevent NPE\n", "proba": 1.2007391887891572e-05}
{"commit": "b1716b2e8bc4d309d4d610c6d26c0abd152c27f1", "message": "o Make Checkstyle more happy\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@794049 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.908563547203812e-07}
{"commit": "6c47e93a89a9ee50c8a273eb1734d48a43ae3c50", "message": "implement select by index populator\n", "proba": 2.1638740577145654e-07}
{"commit": "da8feb84d374db342b1e143cf201023afb2b374e", "message": "[150986] [Editor] Inheritance connector not shown for simple types in the details view\n", "proba": 1.0195132915669092e-07}
{"commit": "d88847ed93c8c1bb0b4e81fe7b9221453c1e63c6", "message": "Add EndpointRegistryEntry model\n", "proba": 2.8510615379673254e-07}
{"commit": "a5a9470f358032704c5f3570a6f0c2de7c2ecc99", "message": "criando teste unitario para a classe \"FileUploadInfoRepository\"\n", "proba": 1.0974016362297334e-07}
{"commit": "603cbc121fff7733dc0bee994efa384e1d8de375", "message": "Moving files to GFX.\n", "proba": 1.218406993075405e-07}
{"commit": "a3927fdbf0d32ec355ee58e927c8b25e4db9879b", "message": "BaseExtendableCollectionResource\n", "proba": 6.378010652952071e-07}
{"commit": "c2258f89b6da7cd70357be38bd25f4ad3dd53e10", "message": "SCHEDULING-250 More correct and reliable way to get Shell from Display.\n\n\ngit-svn-id: 27916816d6cfa57849e9a885196bf7392b80e1ac@11931 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 2.1470550848334824e-07}
{"commit": "759b9d4793118e2b7b182d6ff20eb6193a789206", "message": "OCE-125 tests for userdashboardcontroller", "proba": 1.267636520196902e-07}
{"commit": "d11e1e96d27ddd76a12f9b3da2b7ef7ec787b6d0", "message": "[StarQuest Bukkit] Implement MutableMetadataValue\n", "proba": 1.8423502012865356e-07}
{"commit": "e0b12b5d8893c5dcb5c1f0751d17834640b49900", "message": "bessere Fehlermeldung wenn Config f\u00fcr Productionlines fehlerhat ist.\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@11262 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 1e3f7e37d1faadb69a7c0fc8584dd7c1f5da5810", "proba": 2.238204615423456e-06}
{"commit": "13e5777efb8f13c916a14fd415425a350713c244", "message": "additional test for: https://issues.apache.org/jira/browse/AMQ-3775\n\ngit-svn-id: d2a93f579bd4835921162e9a69396c846e49961c@1302641 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.74676261571949e-07}
{"commit": "8a8f5509a7c9e556d86df3a270254e6ee08b8bee", "message": "ContentBrowserFragment - initial implementation", "proba": 1.196375620793333e-07}
{"commit": "3a80afee5fb666442705ce11fa65cf81ad7a3d7f", "message": "Revert 1479332 commit, which build soap message up to body level in builder level\n\ngit-svn-id: d6acb143e251c037dab5ea34394f8439daf45588@1479342 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.332282964649494e-07}
{"commit": "0d448c6fd0124056990af89a35326634affaaae4", "message": "Fixed AXIS2-4221, check for soap body after build soap envelop\n\ngit-svn-id: d6acb143e251c037dab5ea34394f8439daf45588@1479332 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.115214610716066e-07}
{"commit": "c9b0e15b95cdca57d4f3cd6045f8179348f6f500", "message": "\u5e94\u7528\u6237\u9700\u6c42.\u4fee\u6539\u5b9e\u65f6\u76d1\u63a7\u4e3a\u7edf\u4e00\u7aef\u53e317502\n", "proba": 1.6216195319884719e-07}
{"commit": "decaa1a40dfc41c7fca2a76ec6a577a120d2209d", "message": "[246036] When \"Add Group Ref\" of XML Schema Editor is selected, StackOverFlow is occurred.\n", "proba": 9.733497563502169e-08}
{"commit": "5b27661db43a32473e6f66976b3a3a2dba839626", "message": "CAMEL-16334 - Having a middle folder for test (unit + testcontainers) components\n", "proba": 1.092985684181258e-07}
{"commit": "eb642a3a4d92800e7dfd4c8e41f60d24ebdc4277", "message": "LILY-1279: disable type check for RECORD vt\n\nTemporarily disabled the record type check for RECORD value types, since it only allows exact matches, while with the new record type hierarchies one would like to do \"? extends type\" kind of stuff as well. Should be looked at again before 2.2 release.\n", "proba": 1.2283518913136504e-07}
{"commit": "803aba451197ab39d7c454f6e3fca828de3da7cb", "message": "Change GraphPropertyWorkerTestBase to be more realistic and use visallo visibility when running the GPW under test\n", "proba": 1.2468154864109238e-07}
{"commit": "057969fa0da9c645e6de1ce8b40a63931b4cebe7", "message": "add log\n", "proba": 1.6739008970034774e-06}
{"commit": "9daddaf1550724fb45e91ce52e786a84d54190a6", "message": "Security checks (#35)\n\n* security checks\r\n\r\n* security checks\r\n\r\n* security checks\r\n\r\n* security checks, plugin mechanism, test configuration\r\n", "proba": 1.5096067329523066e-07}
{"commit": "486b0187a9eab83b949859fe7aea5e3e8a4ada3e", "message": "DUBBO-970 \u4fee\u6539dynamic=false\n\ngit-svn-id: 3d0e7b608a819e97e591a7b753bfd1a27aaeb5ee@1493 1a56cb94-b969-4eaa-88fa-be21384802f2\n", "proba": 3.4396964565530652e-06}
{"commit": "c3d1caad1701e9d47d6a7d9393de7b2898cf6cd2", "message": "Now send a test email whenever a user registers with Eureka!\n", "proba": 1.045593194248795e-07}
{"commit": "fb004052009ab308f170b3af8e4f1d261e871dca", "message": "some superficial refactoring and beginning of UART support. Uart not working yet, will test tomorrow on a scope.\n", "proba": 9.832785963226343e-08}
{"commit": "bc541163ae4c754242e44e732b70598ce306f135", "message": "Actualiza el path de los ficheros entrada\n", "proba": 4.350102358330332e-07}
{"commit": "5cc4e2a4cc343bd8d5df568f6eb023e123710e05", "message": "Create AddFacesToCollection.java", "proba": 4.865040068580129e-07}
{"commit": "5c075b784881164c13201cda8e5d20ca961cf4d7", "message": "Added full termination after use\n", "proba": 1.20437292139286e-07}
{"commit": "c25185c390efc648b7f6c3568d12e9b1b76da8af", "message": "\ntest\nSigned-off-by: yuye7xing <f9de697fd5fc75054dfbfa497734eb665a2b6e54@163.com>", "proba": 1.2073421373770543e-07}
{"commit": "9eca586e8bdaedc83e82e9fe8aed7e51cadd88e7", "message": "Why the heck are we keeping potentially redundant copies of fault structure around?\n\nFix test failure by having AxisFault.getReason() look in more places.\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@545596 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.168070401850855e-06}
{"commit": "916d498434745439bdead83a6bb73356b842b312", "message": "Add SingleNumber II(in C)\n", "proba": 3.967693555750884e-05}
{"commit": "8c275fcfd57ab337837814568e66ede55193809e", "message": "Add regression test case for bugzilla 152704\n", "proba": 8.336623977811541e-07}
{"commit": "37e1333a41adb6b36952e475cf84b1a24d7a8ed9", "message": "polish\n", "proba": 1.8954505094370688e-06}
{"commit": "dcf651376f1e94f21c818c66624fcdf439a6e760", "message": "ARTEMIS-490 Adding test with LargeMessage.copy through replication\n\nI'm keeping a commit just for the test so it would be easier to replicate the bug.\n", "proba": 1.0713098674841603e-07}
{"commit": "9e411b3c7e28c095e9ed39cc50eba9bd5ac1613a", "message": "add InsertColumnToken\n", "proba": 6.796404363740294e-07}
{"commit": "01dcb76fec4ee2ff3a3dc4516a37c144d771f18c", "message": "Be more accepting of dex2oat errors.\n\n- Narrow down the scope of caught exceptions. StaleDexCacheError has been\n  removed (nobody was throwing it) and we shouldn't be catching the\n  general \"Exception\".\n- Make try {} catch blocks for IOExceptions more fine-grained, only\n  surrounding the code that throws them.\n\nAnd finally, don't return DEX_OPT_FAILED if installd couldn't run\ndex2oat successfully. We return DEX_OPT_SKIPPED instead.\n\nbug: 20888973\nChange-Id: I25701e16157f42981ca767e343545cfe1d9cfbb2\n", "proba": 6.164837395772338e-05}
{"commit": "7a4fd5e1f287963c97bf25f265b940c289d6ecf6", "message": "Fix minor issue with IME\n\nBecause we only \"carve\" out the area for the IME once it's actually\nvisible now, we need to relayout the windows when we show it - else\nthey won't update the insets until the next real layout happens.\n\nBug: 28175599\nChange-Id: Ie0af1225da03905bfcb52044e212812c892c88a9\n", "proba": 5.470411110763962e-07}
{"commit": "9ca40b7a0ff79cc29d9875d313d1dc2731ccea5c", "message": "Apply window position translation after app transforms.\n\nIf this translation is applied prematurely and the app transform\nincludes scaling, this translation will be affected and as a result it\nwill move the window.\n\nChange-Id: Iaf7d104708f0775384495e42dbd82cb9ae03b8f7\n", "proba": 2.1540972738876007e-06}
{"commit": "188b609946c629e61c606b72dd423f9171953a0e", "message": "am e66c031d: am c9754740: Merge \"fix crash on invalid base64 key\" into lmp-mr1-dev\n\n* commit 'e66c031da48b52b8d03e59476d24dfdfdfd94551':\n  fix crash on invalid base64 key\n", "proba": 4.401976241297234e-07}
{"commit": "b04fc7f5837d0f6e7047bcdeb5e4b0ff96548e71", "message": "Create CYKFrame.java", "proba": 1.2135508313804166e-06}
{"commit": "afefebad5ab871a84979357360691a574fbe6dfe", "message": "Android Zone 2: MyNotificationBuilder\n", "proba": 2.983928197863861e-07}
{"commit": "0fe1902a5b3a2d882efdd5d53379b88955254d47", "message": "\u4e0a\u4f20\u7684\u56fe\u7247 \u589e\u52a0\u65e5\u671f \u76ee\u5f55\n", "proba": 1.9845845145027852e-07}
{"commit": "38c99ac6c30f403b5096aec8ce0142c0f5dfb4f7", "message": "* fixed NPE in rare cases in ForegroundSensorDaoImpl (when type supplied is null)\n", "proba": 9.950171886430326e-08}
{"commit": "796381be3aad34eb1e02cd1956dd66faeea35128", "message": "Boundary traversal of binary tree completed", "proba": 2.3118167291613645e-07}
{"commit": "adab228f067e2560c1845c0913b46566a004079f", "message": "#SB-191: Fix the intermittently failing ChecksumManagerTest\n\nHopefully, this change to the test will make it behave a bit better and avoid the random failures which were really false positives.\n", "proba": 1.223644687797787e-07}
{"commit": "b568ce24a0b9dbd5763c651024cf996d6ddfc594", "message": "[368067] Not all schema locations are honored for some WSDLs\n", "proba": 1.1517737874555678e-07}
{"commit": "c65c43565300f163ab6ddccee17bc035dab06763", "message": "o a little pom reading snippet\n\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@565947 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.0454052699060412e-06}
{"commit": "5d5b1fcfa98ecf98b5882804994c3536ad8aebce", "message": "Create IntervalTree.java", "proba": 1.9439876268734224e-06}
{"commit": "23fd2df93009616313f9bbaeae9df1864ce63644", "message": "just get the space from the phase\n", "proba": 2.204941296213292e-07}
{"commit": "c028e278da2bde8f3c11abab239de73cf0630746", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "345e9e7e5f2d922cec8c26aae4e74441c3dfb137", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "62002c778a4a5b6802c6547db585e7174ed56604", "message": "Add simple implementation fot trace controller\n", "proba": 2.0933580913151673e-07}
{"commit": "c96c6511e7a3b70a7bfda8a32e9bd5dd72f13005", "message": "initial import\n", "proba": 6.214378913682594e-07}
{"commit": "d4f8ea848bb23085784e5ad7e75e58889ab682df", "message": "CSSFingerprintFilter pattern quote match should be possive.\n\nThe current regex matches URL() where the item inside the URL\nmay be contained within single quotes, double quotes, or no quotes.\nThe next rule says that the url can not start with http or data.\nHowever, the following rules match:\nurl(\"data:test\")\nurl(\"https://test\")\n\nThis is because the starting quote match is optional and the\nengine will give it back up when the not starting with http or\ndata rule fails. Thus the matched path is \"data:test\" (including\nquotes), when it shoud actually fail. Making the quote match\npossive (i.e. it wont be given back up once if the engine tries\nto backtrack) forces the above to fail as expected.\n", "proba": 1.306366357312072e-06}
{"commit": "c7b9057662dd85b9e61b1dc9b893ab5002327139", "message": "update main class", "proba": 3.2258850524158333e-07}
{"commit": "e04a3f1b379833ff68e929968d194394f73e69bd", "message": "divide and conquer\n", "proba": 0.9498187303543091}
{"commit": "704670cdae4a400735e00933eeb6fb7cfd3ca0f7", "message": "Fixes IOrderedLayout #1977 and #1966\n\nsvn changeset:5217/svn branch:trunk\n", "proba": 1.6103938094147452e-07}
{"commit": "ea93bc7a6fd62fd1f2adbc4235f48dd951be5b48", "message": "modify so clear() doesn't make header's list = null\n", "proba": 6.385122105712071e-06}
{"commit": "943345f92a4465b16a3592c21f50f7f3d6f488b9", "message": "am d35e94a3: am 6be8dde6: am 4846a93b: Merge \"Only call dump when a ViewRoot actually exists\" into klp-dev\n\n* commit 'd35e94a3cbd27f08430c593930c989a36f17a833':\n  Only call dump when a ViewRoot actually exists\n", "proba": 5.503241027327022e-07}
{"commit": "2c1b8c744daf1dfb3cc545effaf9a43e342a3d38", "message": "Update AsyncTask documentation\n\nChange-Id: I678506309f027bb12d0c3f42436a60611aca5d8c\n", "proba": 9.852176390268141e-07}
{"commit": "90619816d99154d504a14774c6f2d5f4254ff780", "message": "use BufferedInputStream in readTextFile\n\nWith FileInputStream, using assumption of bytes read (as\nreturned by read function) not matching buffer size as EOF is\nnot correct, we hit this when reading from /proc in some cases.\n\nBufferedInputStream's behavior matches that assumption due to\nits implementation.\n\nBug: 7342759\nChange-Id: Ibb06dbe1fbe33f6f880524f7555ff5542889ea50\n", "proba": 2.2983006147114793e-06}
{"commit": "1354ba63b6c06a5276fd67957a6bead91b39b90a", "message": "[androsdk-1264] Add TrackedEntityInstanceFilterEvenFilterChildrenAppender\n", "proba": 1.679630656781228e-07}
{"commit": "5908a592ea02ea79ded81f311064e956e1f4b349", "message": "New bean created for notification purposes.\n\n\nSVN-Revision: 1437\n", "proba": 1.265191968968793e-07}
{"commit": "f937aef46f8b28633c6747e92a3d356235a149bb", "message": "inleiding java praktijk opdracht af\n", "proba": 5.018329147787881e-07}
{"commit": "2ce548b1e5e115c773891a6378ea8beb3def0056", "message": "wooops\n\ngit-svn-id: f13e20fb8540f76a08799c0051229138c0279aa7@12267 b35dd754-fafc-0310-a699-88a17e54d16e\n", "proba": 7.557356411780347e-07}
{"commit": "9afe4a175f42da1665be807800566a0a4e6294f1", "message": "add solution for max product sub array\n", "proba": 5.0038727295032e-07}
{"commit": "40a8d0d980ac5ee2288c0a160eda2051f5714bbe", "message": "visibility behavior\n", "proba": 9.314376256952528e-07}
{"commit": "2a7ea67a03f3e53f59129fdea98c42c1ea02097f", "message": "Fix bug 3381275 - Too much padding on the left of a custom nav bar\n\nHide the title layout if it's empty to omit any included padding.\n\nChange-Id: I01d287c8e214ed3648a47f5ca00b50f78d1659ad\n", "proba": 3.418462029003422e-07}
{"commit": "2e79fb6200cada3fb82191dfff800a81f18ef81e", "message": "Added BatchMetadataCheckerComponent to dpaviser-qa-tool Main.\n", "proba": 1.0294672136978988e-07}
{"commit": "55dff0ea496311445858948349eccbcef8d3503c", "message": "character encoding\n", "proba": 0.0004495787143241614}
{"commit": "19462131c5f8de0b60b0de6dfde8b45669a0fa7d", "message": "Add AbstractFFTFilterRAI\n\nAn abstract class for FFT-based filters that operate on a RAI.\n", "proba": 1.0707461228776083e-07}
{"commit": "66ee7b098b97ecd7835cf70bf38441564a140e5e", "message": "Fb lab02 v2 contrib (#131)\n\n* Create .travis.yml\r\n\r\n* Test for V2 OK\r\n", "proba": 1.2572260743581865e-07}
{"commit": "b187ea4c7174eef1f30932db00810f169f542448", "message": "Add quick exploration of SCIFIO metadata parsing\n", "proba": 1.6662465895933565e-07}
{"commit": "8faf5d1f1e7833fd5194bbeb3594fa931a3b22ae", "message": "Adding Developer view.", "proba": 1.4686999350033147e-07}
{"commit": "440951f5bbe72d834f90cafc84e32c02252e4479", "message": "[VTK-3166] URL-encode PROPERTY-type references before checking\n\n", "proba": 1.2193659415515867e-07}
{"commit": "050453721136dc351dee3f96dacf4aa6a9db9fa5", "message": "Create TailCalls.java", "proba": 8.517627634319069e-07}
{"commit": "b9f4fd69900b4780af8cacafc990fd233706cdf0", "message": "use ArrayList instead of LinkedList in BaseRepresenter\n", "proba": 2.0626615082619537e-07}
{"commit": "f7eb533bb3652abc0b2f12f73c4f2bcd5a9c9fd2", "message": "Prepared fix for issue #646.", "proba": 1.0968199148919666e-07}
{"commit": "b14cbd495b5f5d807c6d11a421c06fe8c0144eb2", "message": "mv resetProvider to getStartedProvider\n", "proba": 2.24986706598429e-07}
{"commit": "3fbf9d8564e9f6b8af15b1ffbbb2a8e03f08d235", "message": "moved\n", "proba": 1.376903242089611e-06}
{"commit": "10b1625266c8d8fd57eed1f90e9229675e0062bd", "message": "Update test to remove Rule and fix error messages in Java 11\n", "proba": 1.577304402644586e-07}
{"commit": "f1c99d8855bf000f289c12fa7e3161f92a465aa2", "message": "added CountryServiceTest for v0\n", "proba": 1.3172926571769494e-07}
{"commit": "baac29387686dd5e2510c2f4cd9966fed82f8302", "message": "SLIM-895 Adds review code\n", "proba": 1.228890909032998e-07}
{"commit": "14f912e2caf75489745308bd6b58e8d087e05694", "message": "update\n\n", "proba": 7.755617730254016e-07}
{"commit": "0fe40f0cbd745f5ce7eb56d87fed72456fbbd0df", "message": "FLEX-2753 ~ Updated some code to non-duplicate code\n", "proba": 4.310367387461156e-07}
{"commit": "e5c074f1baeb5ec37b551f8cc75264b81c66e2a4", "message": "add apk checker", "proba": 4.311353904995485e-07}
{"commit": "9695af043e25e3b59843c1baba7af23c8e0e6910", "message": "Add missing test.\n\tChange on 2013/12/09 by tball <tball@google.com>\n-------------\nCreated by MOE: http://code.google.com/p/moe-java\nMOE_MIGRATED_REVID=57906611\n", "proba": 0.0013303877785801888}
{"commit": "8b4903835cfb34bc66f22652b0f0d99463188d7f", "message": "added chinese localization of recursive directory watch logger\n", "proba": 1.5758187998926587e-07}
{"commit": "82350815de4500786073f88b67bebe5b8004c7e1", "message": "ReflectionPackage: primitives and arrays don't have a Package in JAva\n", "proba": 6.287739893195976e-07}
{"commit": "6f36a097debf9ee8ea23b80dbc08695b74a7c893", "message": "Fixed the CS error of camel-jpa\n", "proba": 5.157427267477033e-07}
{"commit": "4b0e3c0579d0d3e484faf6c9fb1cc84f3bb2c265", "message": "[MPIR-265] Improve debug information in Dependencies report\n\n- Added method should be private because it is used internally\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1521283 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.159232614460052e-07}
{"commit": "8515624f02f992b110401593e048fbd267baf0d5", "message": "o removed unused (blacklisted) column in the artifacts locations table\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@678739 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.6402868823206518e-06}
{"commit": "ae65f2b4b988e76c25b5d09a8f6e60a44b41f30f", "message": "Apply patch for HARMONY-3354([classlib][test] Refactor test for java.io.NotActiveException's default constructor)\n\nsvn path=/harmony/; revision=517623\n", "proba": 5.100210387354309e-07}
{"commit": "0b65d8345f4ad9e2816f8c10b3c13f3bac9349fc", "message": "Ajout d'Equivalences.\n\ngit-svn-id: fce87830442b47284c88b98f498bb381ff6d45ea@3197 d3474844-eb8e-4abc-b058-2b321fed648b\n", "proba": 0.0008527908939868212}
{"commit": "908f81c66a26431a8dc9e9acb44fc0e336fe0b12", "message": "SAK-33283: Gradebook Import/Export tab does not display (#4837)\n\n", "proba": 1.0199295275015174e-07}
{"commit": "c45cd1c72f6d5250c2e053b2cba228298689d702", "message": "Formatting\n", "proba": 5.685269206878729e-05}
{"commit": "ca0517e1dbc1af06bd210dc9242867d5610d97b0", "message": "Created DefaultToColor.java\n", "proba": 3.6777083778360975e-07}
{"commit": "22a84a04e958594438cf49adef9b83ad4427cbe3", "message": "Add JUnit testing for RouterHandler class.\n\nChange-Id: Ieee8ebd34e409dc2e4d1c854576dd8a9ddc78c0a\nSigned-off-by: Alexis de Talhou\u00ebt <3f85d13b1d0fb141169e8f22f55d7ee87dcd5f00@inocybe.com>\n", "proba": 2.43761434148837e-07}
{"commit": "f6c1144e8d3a85a572870db0665e33410a48e7da", "message": "tests for TypeDescriptor - just basic so far\n", "proba": 1.1480408801389785e-07}
{"commit": "c56f89d9d7cb5ae371db865774265258daf72f35", "message": "Added goto related provider to jump from RBE to property definitions\n", "proba": 1.1038716252187442e-07}
{"commit": "fbcd7798f0c3b3ddfe20c10193b1671420caaaf7", "message": "disabled test because uses internal sql server: must mock the driver", "proba": 3.053911314054858e-06}
{"commit": "393b8d5e6c46ff4f12f4f5fb0cdb4397f1ca7697", "message": "Added Type interface, to manage the types of each individual pokemon in a convenient manner.\n", "proba": 9.953399171536148e-08}
{"commit": "703f37442aaf10b1d76502b0fa33ab9cdc0acd6a", "message": "Solve a CCE under Kepler", "proba": 0.9999978542327881}
{"commit": "bde8d50fb51e41ab1e3440f6f94b1d63168f207a", "message": "Add test case for unsound map reassignment handling (#541)\n\nIt might be useful to have a suite of test cases showing where NullAway is unsound, for documentation purposes.  Here I just add one for re-assigning a `Map` variable, but we could easily add more in the future.", "proba": 1.0317278054117196e-07}
{"commit": "3cbc68c19e6c88897d216d088878d7aea2115716", "message": "Fix missed change to lore.\n", "proba": 1.0777658587812766e-07}
{"commit": "181e805a906f04a0130169463aab050f8ac21e0d", "message": "KRACOEUS-1864 : Grants.Gov: Form sort order needs adjustment\n", "proba": 1.1591158255441769e-07}
{"commit": "7cef140f9350f24ebc1814c0fa388ed050410c7b", "message": "INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED\n2003/05/09 11:44:08 jsc 1.1.2.1: #109045# insert new and remove example zip file\n", "proba": 1.3289506739511125e-07}
{"commit": "8dbba28a1740e68ee694f3c5297d407546d22ba5", "message": "KCCOI-328, KCCOI-321, KCCOI-331, KCCOI-337, KCCOI-333 : Fix unit test.\n", "proba": 1.0728476240728924e-07}
{"commit": "d1bce2877b1d617e848691ff6b4d7b98eac661ad", "message": "CSV generator ", "proba": 1.4344834653456928e-06}
{"commit": "9d9006bb702d1dfeb14d0ade33282ac64f18bdb8", "message": "created ObservableList Proxy\n", "proba": 1.8625425468599133e-07}
{"commit": "a296c69cc2c798acd070b843c699a9cd1e337ff4", "message": "Handle network info updates while scanning is paused\n\nBug: 21581533\nChange-Id: I4216c3e9b64cb758e32dd93c39061f9d7a642ee0\n", "proba": 1.2145129630880547e-06}
{"commit": "52b1de3d9e1d489c7cb7ed396e892a831ccd44ca", "message": "Get rid of id_only in ApiController#threadList()\n", "proba": 1.20800550007516e-07}
{"commit": "46946bc72430c61555ae1b59546d1155e34daa39", "message": "SQL-Objekte\n", "proba": 2.2488704871648224e-06}
{"commit": "b161fbeb0a743b80d5bb3e907e29d5b73db9533b", "message": "Adding RangeReadInputStream an implementation InputStream", "proba": 4.444148942184256e-07}
{"commit": "e06ce85a8fe3f7d3303d362024abcd141bf185ba", "message": "clean up\n", "proba": 1.0365005209678202e-06}
{"commit": "824567a865da58391145ebba7827fdffe2015dc3", "message": "remove the <base href /> tags (closes #32)\n", "proba": 1.6402636049406283e-07}
{"commit": "8485fedfebd37f0569226c360e1147402f47f74c", "message": "am d77b0dfd: am 7c65585f: Merge \"Make sure OutOfMemoryError is handled by WallpaperManager\"\n\nMerge commit 'd77b0dfdf364ed2fabd9d7a2b26d54e34fce0855'\n\n* commit 'd77b0dfdf364ed2fabd9d7a2b26d54e34fce0855':\n  Make sure OutOfMemoryError is handled by WallpaperManager\n", "proba": 1.0000904921980691e-06}
{"commit": "36cb2a7a912a18b1d75151ca158664c1d88c6c23", "message": "Turn down factory-default lock wallpaper support\n\nThe infrastructure is here but not yet fully plumbed, so gracefully\nprovide the historical behavior until the rest is in place.\n\nBug 29220492\n\nChange-Id: I36feaf68099d85e4ae11a5262002ee85346703ed\n", "proba": 2.219744033027382e-07}
{"commit": "b6ae33db0c76c3dbbbcacffc14b4bdfd8880d629", "message": "New Logical Reader API\n\na new Tag type for the messaging inside the LogicalReaderAPI", "proba": 1.2138814042828017e-07}
{"commit": "6c59ffcbe1753b89cfd5132fc5370f7b475e915c", "message": "Added stupid class for stupid bruesch\n", "proba": 1.6918519918363017e-07}
{"commit": "5e46984850733c14d794f339db6d4694b6ef3662", "message": "change\n", "proba": 5.156657061888836e-05}
{"commit": "84fa9af022a3d073fbcd5110bac21ded06aae8ae", "message": "Instantiators: Adding support for lists, sets and collections. Missed a file.\n\ngit-svn-id: 2bd5a692f0483685a0113ff81328fa285dcb8a6b@246 d744d98c-a4b2-11de-97f0-97815e7b2756\n", "proba": 1.1254412584094098e-06}
{"commit": "79148bfd50fb28df4e97a7367fdd412440ae25d2", "message": "New PackageFilterSelectionPanel.\n\n\nSVN-Revision: 1050\n", "proba": 1.350488929574567e-07}
{"commit": "4e5095c7e3790c41e6ee3953a88193bfd5fb5f12", "message": "Remove manual test file.\n", "proba": 1.5913043682758143e-07}
{"commit": "a3ce5d3175912d9edba0907361cb66f84edd3ddb", "message": "Solve problem 1019\n", "proba": 0.9998140931129456}
{"commit": "0b6a58a8d963ef7ab39f77574a62d2b1dc295072", "message": "Skeleton for problem 1146\n", "proba": 3.2901124313866603e-07}
{"commit": "854b45e40208950aafe8287eb1d6513ae1a31850", "message": "Skeleton for problem 1509\n", "proba": 3.2369607083637675e-07}
{"commit": "aa78d53465651c38380209a30826aae4d4110d33", "message": "Solve problem 1603\n", "proba": 0.9999994039535522}
{"commit": "9c4151ab34bbe2b407d1ee3b39f5369967d7110e", "message": "Skeleton for problem 1668\n", "proba": 4.957589112564165e-07}
{"commit": "ed7ae920f644812cb7b22eea1f8bd2d99129f63f", "message": "teste and fixed minor issues on manual order update for pagseguro\n", "proba": 1.1520407383613929e-07}
{"commit": "022f02b31b5d00b7205eea97ec2178546fa82ed0", "message": "Add PaginationException", "proba": 7.653188731637783e-07}
{"commit": "dd644f2b0b11a782bf775a86a8badabd8b61d4a4", "message": "Some small changes\n", "proba": 8.319563562508847e-07}
{"commit": "8bb7bc9dd97748d41f3c8d840b0c78b8b34644fa", "message": "Delegating to methods instead of using fields for decoupling. Removing redundant method.\n\n", "proba": 1.2832910556426214e-07}
{"commit": "ebda43727b3db15b73a33d09f1e2036e563719aa", "message": "issue #51\n", "proba": 2.0800469258119847e-07}
{"commit": "e83d93eeadee37b7d525602128530f1d035ced51", "message": "Added javadocs to each method.\n", "proba": 1.0944250306010872e-07}
{"commit": "6624c242efe942e284880da617e8af66e36c474c", "message": "Added default walk to object (when item on object)", "proba": 1.1015076495368703e-07}
{"commit": "99f04d050c6b4fb62217cbd99899f5bcdc677e0a", "message": "junit tests for messagesdatasource added\n", "proba": 1.4751641685961658e-07}
{"commit": "45ba494ffe66858478d33f968e69a7ccb446b163", "message": "refactor after IntelliJ migration\n", "proba": 6.197245738803758e-07}
{"commit": "f0a139568b4aa330593e4f074a05cb90e718282f", "message": "nit Test - CustomElementLocatorFactory", "proba": 1.3979845903122623e-07}
{"commit": "d0971f675ac6b3f617f476216222ecaa475f7dce", "message": "Add KendallTauBRankTest class\n", "proba": 3.613436376781465e-07}
{"commit": "6b707603d57d726694295523624a71a650c866b3", "message": "Initial tests for WrapFileLinks (#1900)\n\n", "proba": 1.0525906191105605e-07}
{"commit": "d6f5bcc2506590ecfd3efdb95812831221db86ea", "message": "Fix possible NullPointerException\n", "proba": 0.9999728202819824}
{"commit": "ca7cd9ff47e5e4918ba65e437fd67d93d3d604f4", "message": "Request\u589e\u52a0\u5e26\u9ed8\u8ba4\u503c\u7684\u83b7\u53d6\u57fa\u672c\u6570\u636e\u7c7b\u578b\u7684\u65b9\u6cd5", "proba": 1.5320523516493267e-07}
{"commit": "37376859aa197f412adfe482e4ea8c8616f20fa2", "message": "When overriding SAX parser, clear existing stack of parsers.\n\nChange supplied by Andrew Osborne (bardweller@hotmail.com).\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@255018 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.505846381012816e-06}
{"commit": "38d5327aca64ab5e481abbf386b72384acdd9343", "message": "Added NULL status reportable\n\ngit-svn-id: f699b99be54c313e643266d5dd560bc939300b59@884 f90f6e9a-ac51-0410-b353-d1b83c6f6923\n", "proba": 1.6953986232692841e-06}
{"commit": "ba455fa7c2664abf7f5c7c827b582c8a64e04c70", "message": "\n\ngit-svn-id: http://jcouchdb.googlecode.com/svn/trunk@257 b28efbb6-974e-0410-a7d0-456cb01d9dc4\n", "proba": 7.109100579327787e-07}
{"commit": "147e8139d6b96f780ebbff700934f601811741e3", "message": "New function 'protected'.\n", "proba": 9.883448001346551e-06}
{"commit": "d804ae48fb9643e176223419f9698a260a2e6067", "message": "- \u6d4b\u8bd5AES\u52a0\u5bc6\n", "proba": 2.0303808412336366e-07}
{"commit": "19d09459a1058cfddebcd7b5131514a3277697a1", "message": "Add java solution for 231. Power of Two\n\n231. Power of Two: https://leetcode.com/problems/power-of-two/", "proba": 0.000777224893681705}
{"commit": "afd768798cf2d82d23ffc766b4ae811476d66a73", "message": "Initial checkin.\n\n\ngit-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@804 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 0.00022732671641279012}
{"commit": "96afe59743b52ddc41f186e0ccbe5ae089ab7e94", "message": "have password turning off working\n", "proba": 1.8654914129001554e-06}
{"commit": "a08554dfd142b8717c9a923d69fbbe1f37c2c267", "message": "tiempo de ejecucion por consola\n", "proba": 4.208663142435398e-07}
{"commit": "296c30ca263fed74ce67321005f069bb5534bc58", "message": "NoRef webapp: ExtWebappInfo: new cached extended webapp info class\n\ngit-svn-id: 6c0edb9fdd085beb7f3b78cf385b6ddede550bd9@18220 55bbc10b-e964-4c8f-a844-a62c6f7d3c80\n", "proba": 1.80497636392829e-06}
{"commit": "eb9473f176c6fb74f432a6b528d9d074149d7ed8", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "9a366922215193ebf5602cfd208b8acf60a4b606", "message": "Added tests for FilteringDomainEventStream\n", "proba": 1.8271832402660948e-07}
{"commit": "9b73d910eaf4b8baf970855c360386855626b69b", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "a8bda195df3ca8b3d0c075b2c37d55dbc5a30b0e", "message": "SAK-40969 Improve descriptions and the use of userIds and userEids (#6270)\n\n", "proba": 1.3359829154069303e-07}
{"commit": "72198fa85c225b062cf0905b9fcd61a7b21ad81c", "message": "Create 01.RectangleOf10x10Stars.java", "proba": 5.565472633861646e-07}
{"commit": "c6e372f60560e81bc1358486715d8c63d90558f3", "message": "L2.11 - \u0417\u0430\u0434\u0430\u043d\u0438\u0435 5\n\n\u043f\u0443\u0441\u0442\u043e\u0439 \u043a\u043e\u043c\u043c\u0438\u0442, \u0437\u0430\u0434\u0430\u043d\u0438\u0435 \u0441\u043c\u043e\u0442\u0440\u0438 \u0440\u0430\u043d\u044c\u0448\u0435\n\u0420\u0435\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u0442\u044c \u0434\u0432\u0443\u0445\u0443\u0440\u043e\u0432\u043d\u0435\u0432\u0443\u044e \u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u0443\u0440\u0443 \u0442\u0435\u0441\u0442\u043e\u0432\u043e\u0433\u043e \u043d\u0430\u0431\u043e\u0440\u0430\n", "proba": 1.8080000074860436e-07}
{"commit": "3971c37b92de61bb7037b537dd4f297f4e2941c6", "message": "Trying to fix NoSuchFieldException on Android L devices\n", "proba": 2.3207387300772098e-07}
{"commit": "b1d7b77ff9756ce8f8f4900de37ce602fb18068e", "message": "Fixed merge\n", "proba": 6.466259492299287e-07}
{"commit": "1da307cf98934b8cdf62cb4ed9baa799c0431ee1", "message": "1.4.2022 Spring Core vulnerability fix", "proba": 1.1517123255089246e-07}
{"commit": "50aba24a7c301dbaa1cd3b7e2a62c5a8114dfe64", "message": "TemperatureConverter\u306e\u8ffd\u52a0\n", "proba": 3.821470215825684e-07}
{"commit": "9a97e3fbaa81294486850cfa3e68aee540caf104", "message": "Activity that just loads local contacts from the phone's ContentProvider.\n", "proba": 1.0966901697884168e-07}
{"commit": "e5567714b7cb38a3bffae2c6e0d023a3e293e67d", "message": "teamintern goes not to lucene index\n", "proba": 1.3613146165880607e-07}
{"commit": "8d06e0bcd72d17d6071c01dc1812a0a70583a6b1", "message": "sw.messageslang forgotten\n", "proba": 2.2245969375944696e-05}
{"commit": "171f0e0cdf3820d83bb7c72a557075cc369412f9", "message": "\u521b\u5efaPlayMp3Service\u670d\u52a1\u3002\n", "proba": 1.2566758300636138e-07}
{"commit": "ddf359c508666faf89a2ff411c6c4eb76582e82a", "message": "Minor change to javadoc header\n", "proba": 2.096988680477807e-07}
{"commit": "cc53ade7942e4da16b9b3926266b9e5e456f9372", "message": "Per http://www.w3.org/TR/1999/REC-xml-names-19990114/ prefixed namespace\ndecls may not be empty.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@245797 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.520513928378932e-06}
{"commit": "a755f26e400583dc13ab681638d46e57a8acf24e", "message": "Added simple batch tagger to generate keyphrases for a directory of PDFs.", "proba": 1.2070266564023768e-07}
{"commit": "ef7d64d6f72a2f4e594f149dd0f119109c970bff", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@1807 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 5.659584303430165e-07}
{"commit": "2cbbc00cecd68d0d616d953ceacabed7fd02b2a9", "message": "Fixed #4641 `mavenoverrides` default option is in the wrong config file section\n", "proba": 1.3792804054446606e-07}
{"commit": "4a6f46ee4478b126a5456ee8a0a78a064df77598", "message": "Changed translation methods visibility.\n", "proba": 1.226363224304805e-07}
{"commit": "2b36129c51a25b22905a6741f734f3b0ccef0f9e", "message": "Copied ChannelFiller to SCIFIO\n\nNo changes were made, to preserve log --follow performance.\n", "proba": 9.964035996290477e-08}
{"commit": "3884e2b775549677599271256e237bd6086017a7", "message": "method variables() can now access private fields", "proba": 2.1292741791967273e-07}
{"commit": "1fecc19f3edf1178a68aac7033a66f16c6b9ca7a", "message": "Removed unused method", "proba": 7.895350222497655e-07}
{"commit": "01f79cf91610ec9f85345ea6eeae50ea2f28578f", "message": "When adding an apptoken skip over removed ones.\n\nApp tokens are passed from the activity manager to the window\nmanager along with a list insertion position. That insertion\nposition presumes that all removed tokens are no longer in window\nmanager's list. However, when removal of a token is delayed due\nto ongoing animation the insertion position was pointing to the\nwrong location. This fix skips over tokens that have been marked\nfor removal when inserting new app tokens.\n\nFixes bug 15751591.\n\nChange-Id: Ib484c591e2bba9f46ad8e47d60ef05c7bfda0a12\n", "proba": 7.046192422421882e-06}
{"commit": "e21b795ab2409db3e0ec38ca5d9ff49a394393a4", "message": "New NotesDateRange class", "proba": 2.3332795251462812e-07}
{"commit": "a789c7601cf8cfd614d4e5fa19286953fbabf88a", "message": "ClassDeclarationImpl: more info about what we throw\n", "proba": 1.1397825971926068e-07}
{"commit": "63156d7f4d9a20a5777a2c8fba39467abd4fac40", "message": "Fixed issue where the UpdateMonitor would forget to listen to anything.", "proba": 1.0195716271255151e-07}
{"commit": "0c0315befa173952427f6147bc701ef9271e82fc", "message": "Fix some security exceptions when running with a security manager\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1410545 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.999987006187439}
{"commit": "85ced4aaa85e268de57e66c01b6a5974d29d1c82", "message": "Use lookup tables for low-order fA, fB, fC. Give code more structure with some new methods.\n", "proba": 3.3402386634406867e-07}
{"commit": "beaf32ecedd422177db99a3c4b845b3862466499", "message": "Changed enum in field annotation\n", "proba": 3.708978795202711e-07}
{"commit": "ae2e08932c2d611a02022e105f58793e0ebcb39c", "message": "Bad import\n", "proba": 8.505736559527577e-07}
{"commit": "1fb95afa7ac10c79ed2dba26e0009e91961d1a3a", "message": "do nothing if no elements\n", "proba": 6.782158743590117e-05}
{"commit": "a5b2cb7ab56e39af2f8576d8ac5a3308639f5a7f", "message": "Avoid duplicate errors\n", "proba": 0.02542971819639206}
{"commit": "56f30b5ef60ba26c1090a432b21b9ba08fbe7a6f", "message": "\u00c4ndrad f\u00f6r att Resource \u00e4r flyttad till eget package\n", "proba": 1.8569964765902114e-07}
{"commit": "ebcccca8b665b35621ec1521d5a853c14b034596", "message": "p2p gcm deployment parser\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@8192 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 1.9043795873585623e-06}
{"commit": "235af68a0d8cfa5771a60f2bec341768579f2a9e", "message": "added unit tests for snapshots\n", "proba": 2.479443992342567e-07}
{"commit": "90d82590131000d18ad021a0ab5d051be1ce16eb", "message": "Added test for cart\n", "proba": 1.4062590025787358e-07}
{"commit": "759d6c107ed9e89192a3c89a28bfc48b0166260b", "message": "Create TreeTop_LeftTile.java", "proba": 6.314480742730666e-07}
{"commit": "19c1a57aefb0dd74f4bebe1e249a9931b6714048", "message": "Switched to ArrayList\n\nInstead of using a linked list, I switched over to an ArrayList to\nhandle player communication.\n", "proba": 1.466936225824611e-07}
{"commit": "5bdb4a7475db5963f29a103e63b9bce2fcfb5fdb", "message": "It has created template \"Finalize\" by me\n", "proba": 1.210281794783441e-07}
{"commit": "ee91b1a6707a0e1acea300d0d158ff7013d234f9", "message": "CD-489# Test fix due to artifact url format change in htmlpublisher 1.16 (#1747)\n\nBlueocean test should not be testing url format, all we care is artifact\r\nurl is non null.", "proba": 1.0251212501088958e-07}
{"commit": "4e676a66bcd72ef0a5b661257c1baacd01b366ab", "message": "Do not expose JOGL30", "proba": 3.450313954544981e-07}
{"commit": "d70e748ebb2d328dac581462cd6c678e9e4c5d5e", "message": "using Java 7\n", "proba": 7.151094905566424e-06}
{"commit": "de0c28e92f0f981d73bf06df52d6a2ff60abb93e", "message": "findById added to ItemDAO\n", "proba": 3.5167047940376506e-07}
{"commit": "2d8ce9517cb9887600ba9e2a5eba70c1100b102c", "message": "Preparation be fore adding a new leak prevention feature:\nchange order of features to alphabetic like in listener docs.\nMakes checking easier.\n\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@944349 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.0490646218386246e-06}
{"commit": "402e4f9a0ef572fbda48926a5e35a6a7f8b66550", "message": "Update comments to reflect that one of the issues does not affect Java 8 (the minimum version required for Tomcat 9)\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1744064 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.1416062761782086e-06}
{"commit": "ccd897888d8cbd25d053d91bd1965d9a959f3103", "message": "CD unit test\n", "proba": 3.9154676301222935e-07}
{"commit": "6dc171562ce56ba0b0642bef54a6f367817666e0", "message": "#364: Add 'FutureEvaluatorTest' class.\n", "proba": 1.1599883720236903e-07}
{"commit": "74b8e542fb7024c75b9499561ab710ed414f26b3", "message": "AND,Orcid Extraction: doc collection + orcid docs merger\n", "proba": 1.3855797931228153e-07}
{"commit": "8366954fa44238fc86e5861084742ecccd686ea4", "message": "ZS-137 Adds nullable param\n", "proba": 1.8505596699469606e-07}
{"commit": "3acf37225417ed28687fdab633b36f0716289b64", "message": "Add solution for Pairs problem.\n", "proba": 8.089523362286855e-07}
{"commit": "991604f94d1f4853525c0bbe4162a09f23dc7484", "message": "* Added abstract class to force all notification fragments implement the same functionality\n", "proba": 1.2319416953232576e-07}
{"commit": "a1184fcb5471092b7988d676669f3e651b01a4b2", "message": "Locker Page refactor\n", "proba": 3.5682887755683623e-07}
{"commit": "55fe27e93a5b0d749ccd3d6dc5c77fea0d360c2f", "message": "UNCONFIRMED - task 4103: add username to password reset form \nhttps://q.tasktop.com/alm/#projects/c2c/task/4103\n", "proba": 6.743888661731035e-05}
{"commit": "af4b36818c524fd74d61572af94bc23741a155ad", "message": "KULRICE-11471 : Create Automated Functional Tests for KRAD Library - AJAX Field Query & Events\n\ngit-svn-id: 2a5d2b5a02908a0c4ba7967b726d8c4198d1b9ed@43566 7a7aa7f6-c479-11dc-97e2-85a2497f191d\n", "proba": 2.6405453468214546e-07}
{"commit": "1c46a0dc85059dd11c893035b64e9b0bbf32d039", "message": "Errors in closing response dispatcher when one is not set up.\n", "proba": 1.3380510210936336e-07}
{"commit": "1813dcf17bece4008a43f2376a15da8dda92ad9d", "message": "\u589e\u52a0ModelObject\u8f6c\u6362\u6210\u5bf9\u8c61\u96c6\u5408\u65b9\u6cd5\n", "proba": 3.19465755183046e-07}
{"commit": "1e44934f0213caf5c434f63a69c9f05fa76e891d", "message": "Fixing issue where we were responding to SCREEN_OFF and going home even if Recents was not visible. (Bug 16204632)\n\nChange-Id: Id29d4190f63bfa3986d15975418f47a3a79fcb83\n", "proba": 8.5551494066749e-07}
{"commit": "5f3302622178ddd26848df39125a02405c764c41", "message": "Avoid SystemUI crash due to NPE\n\nBaseStatusBar.createNotificationViews() returns null\nwhen it reports handleNotificationError(), leading to\na forced crash of the misbehaving app. However, it\nshould not add a null object of Notification.Entry\nsince it will also crash SystemUI (crashing at compare).\n\nChange-Id: I86678c8024e931420b0fbab1f36b330e7e75d581\n", "proba": 7.90428020991385e-06}
{"commit": "02a7f45a41dc764739ff17a0a4317df5e974c3c3", "message": "GRAILS-11296: When page removed from pageCache, clear metaClass\n\nWhen GroovyPageMetaInfo is removed from the pageCache, remove the metaclass from the pageClass in the GroovyPageMetaInfo.\n", "proba": 1.0004541195485217e-07}
{"commit": "9bde8e6ff74002cc6666ed3bf36eefd2b9a20dab", "message": "add EncryptParsingRuleRegistryTest\n", "proba": 2.769976674699137e-07}
{"commit": "bd0c53dd4d04ff23958de91d8e93ee3e737174d9", "message": "Remove assumption that IO thread can have only 1 dead pipeline (#13095)\n\nThe test assumes the IO balancer will balance both the \"live\" and the\r\n\"dead\" pipelines. This might not be the case and an IO thread can have\r\na high number of dead pipelines as they do not count much against the\r\nload on the IO thread.\r\nThe fix changes the thread assertions to allow only one \"live\" pipeline\r\nand more than one \"dead\" pipeline.\r\n\r\nFixes: https://github.com/hazelcast/hazelcast/issues/7662", "proba": 0.00016881589544937015}
{"commit": "99596aaf0e77b29819d845cc055346fe64fefde6", "message": "Complete all TODO items\n", "proba": 2.237441367469728e-05}
{"commit": "7b9f180f154132b56597e2a1b933a2a0014faa38", "message": "Work around for issue in Neko parser incorrectly reporting location of certain content. See\nhttps://sourceforge.net/tracker2/?func=detail&aid=2236681&group_id=195122&atid=952178\n\n\ngit-svn-id: 3f2e04d30bd9db331bbfc569b45e7de8c0d84ef0@712290 a5cc9254-8de9-e8be-c026-97bcafcbeca4\n", "proba": 6.225664401426911e-05}
{"commit": "926b60291f57ab51f2f6a864617f274e32b44e4e", "message": "Add 100DaysOfJavaEE8 JSON-B\n", "proba": 0.9999982118606567}
{"commit": "dfa634d61f9a63bd5afbe43b317fa1de37548227", "message": "Introducing HttpClient.java\n", "proba": 4.4905482354806736e-07}
{"commit": "7ec507df717ecde4c716c6811b71f322f8409626", "message": "Bug 3669 - ietf-restconf binding is incomplete\n\n- added implementation of ModuleRevisionBuilder.java\n\nChange-Id: If50041c1b0befcb5fb8678cf95f915ef4b079bfb\nSigned-off-by: Peter Kajsa <7f7a9aa858d321b5efce1d75589597d8078195ec@cisco.com>\n", "proba": 1.3062675918718014e-07}
{"commit": "68f068a066437b7d68060ac51fc563cee0211ab0", "message": "added workitem factory stub. TODO extract component from ApiDL\n\ngit-svn-id: 0e61b79a83f52b3fac5942690d0212c33487ecd7@36897 542498e7-56f8-f544-a0f2-a85913ac812a\n", "proba": 8.290638788821525e-07}
{"commit": "e18fd6f897d278b62761d588260ddf66e2742f59", "message": "Add login get user\uff1b\n(cherry picked from commit 9ecac7f)\n", "proba": 1.229476964681453e-07}
{"commit": "39813663a709808d558ab52567ecdcbce13ef506", "message": "PL-7957 View properties below UNDEFINED-fetched property are loaded with JOIN\n", "proba": 1.1548248579629217e-07}
{"commit": "f34e26f3d7e97fdd4893a33e2c7a2c56108f5ef6", "message": "#54 provide a google datastore repository implementation\n", "proba": 1.494909156463109e-07}
{"commit": "0546507b0c338f2a1bb3ce675c9dcd8963b39ffe", "message": "add rotate-array solution\n", "proba": 2.5790500330913346e-06}
{"commit": "d889b3ad120d3428bbf9f29bec4192713415f5e0", "message": "Continuously update the manifest\n\nBefore, the manifest update was only triggered when a chuck at the live\nedge of the current manifest was played. With the seek range events that\nare triggered now, we need to update the manifest also when playback is\nnot at the live edge.\n", "proba": 1.0441124942417446e-07}
{"commit": "bfaed532bf3c7ba1c71fff0e6515539a510f878d", "message": "Add unit test for type converters.\n\ngit-svn-id: de5ce936019686f47409c93bcc5e202a9739563b@1597228 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.175099199230317e-06}
{"commit": "05dcabfd94894859711ee414bfcad200711bf7a5", "message": "MDEP-51: fixed snapshot being replaced with timestamp regression\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@487419 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.7633965272762e-07}
{"commit": "2769a95f9d9c4276bd3a8273666333ca14025b00", "message": "o part of my test slipped in before it's finished\n\ngit-svn-id: 2c527eb49caa05e19d6b2be874bf74fa9d7ea670@573128 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.2834671515047376e-07}
{"commit": "4700187a955e8bc51a516941101315884b816ab2", "message": "add a way to bias visitation of volumes\n", "proba": 8.484089448757004e-07}
{"commit": "c7010ed9076c4440b7baf68c0bd9fe3ba4ee1f5a", "message": "update\n1. added new method to screen through the local minima to find the global one\n", "proba": 1.761957690860072e-07}
{"commit": "09c363cda2023c7a4f8f284a9d0da40b48d98787", "message": "am b6b1496c: am 555e4ade: am 2596d6de: Merge \"Document retry behavior for MediaCodec.CryptoException\" into lmp-dev\n\n* commit 'b6b1496ccfe8aea00181ad0f27d3d0ddefa3eb41':\n  Document retry behavior for MediaCodec.CryptoException\n", "proba": 4.881296717940131e-07}
{"commit": "3557448205e1192f56fca05a015ca4d9bfecc4fc", "message": "am 0403c6ef: am 4032fbdc: am c4c153a8: MediaCodec.Image: use image.setCrop() in constructor\n\n* commit '0403c6ef5b8ee7c86238e48003f049ef87101276':\n  MediaCodec.Image: use image.setCrop() in constructor\n", "proba": 7.325638193833584e-07}
{"commit": "61328bed4ded3c68d301cb7a0076ef2be4b43b65", "message": "Added VerbAgreementError\n\nIt doesn\u2019t rly do much tho\n", "proba": 1.1283337641998514e-07}
{"commit": "cfe964a09ca05778e5dd84f2fd24119b89401696", "message": "AudioTrack.write() with timestamp support\n\nAdd AudioTrack.write() method that supports timestamps for HW_AV_SYNC tracks\n\nBug: 19384172\nChange-Id: I6a452ae94f1da253c1b1118dece5b3073b941c09\n", "proba": 9.416768307346501e-07}
{"commit": "809a397e0a0268fa1f1ba0e42b77fc191027be56", "message": "am c39dfd87: am 57d76e43: Merge \"Fix regression in CTS for AudioTrack\" into lmp-dev\n\n* commit 'c39dfd87ca25186bcb851070d6e8fca281d2ff4f':\n  Fix regression in CTS for AudioTrack\n", "proba": 2.926973365902086e-07}
{"commit": "ed02d625da6ed0b90b1eba326ad14a70bf09a9f3", "message": "added another converter\n", "proba": 2.0059263761140755e-07}
{"commit": "8ad2965d00c7b64ef7acae5819fe27fd195ffbf8", "message": "Add javadocs to MediaCodec.CryptoInfo methods\n\nbug:27383993\n\nChange-Id: I11bba4a2690d112e4210add41910f14c5ba6a927\n", "proba": 2.3401966586789058e-07}
{"commit": "fa702a88f8b7bd8c72658a6210055afce32aa009", "message": "Added BeamFinder support.  The beam finder, when enabled, will rank\nall emitting tokens based upon their position in the beam and their\nranking when compared to the best scoring token for a frame.\n\nThe beam finder reports the average and maximum absolute and relative\nbeams for all tokens making up the winning hypothesis.  It also keeps\ntrack of the overall maximum beam.\n\nThe output of the beam finder can be analyzed and used to select\nabsolute and relative beam sizes to optimize speed and/or accuracy.\n\nTo enable the beamfinder set the property:\n\nedu.cmu.sphinx.util.BeamFinder.enable\n\nto true.\n\n\nTypically, the beam finder is run with a very wide beam. Also note\nthat since the WordPruningBreadthFirstSearchManager does not keep all\ntokens (it drops tokens that are not word/unit tokens) it will not\nwork well the beam finder.\n\n\ngit-svn-id: a8b04003a33e1d3e001b9d20391fa392a9f62d91@1996 94700074-3cef-4d97-a70e-9c8c206c02f5\n", "proba": 3.0042581329325913e-06}
{"commit": "36e1e4756c4eef3d7028de07553e75bed7e62e94", "message": "Added handler for all errors in nodes processing\n", "proba": 2.5111003765232454e-07}
{"commit": "7118d0fb24bc2f6e42b28b4b3c8c347c9ba90964", "message": "add method to compute distance to nearest face, from inside\n", "proba": 9.047557796293404e-07}
{"commit": "ee365eeae3f4acf47004b8b6a00430de0b7eb179", "message": "Return all the summations: from real, fourier and self terms\n", "proba": 0.9999995231628418}
{"commit": "69425cbab6ba647fccd416d4c9df44168cededd9", "message": "make Hard boundary active by default\n", "proba": 3.0898519298716565e-07}
{"commit": "1cb452068642c2b1aae2e9f4af6a3382fa861b59", "message": "Add guards for inlining on things that are not supported\n\nSigned-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>\n", "proba": 1.3343530724796437e-07}
{"commit": "60d87005b1b31185fb8affd1403b8c6326b8ebe2", "message": "utility package for util methods\n\nSVN-Revision: 40\n", "proba": 2.0154988078502356e-07}
{"commit": "8133c13d052d6524e79ded5424be9d337bbd5a18", "message": "ItemFrameListener.java - Stop ItemFrame Rotating in Lots and Zones\n\nFirst bit of code using Zones and Lots so just do the glance over.", "proba": 9.814966972498951e-08}
{"commit": "d0706a964d2d8e85285fdd18e0531cfae8efba97", "message": "Add Jsvc daemon patch from Eric.", "proba": 1.0880850709327206e-07}
{"commit": "02bde5291ebb81c1a164a3d7337904eb9edf4cea", "message": "Initial implementation\n\nThis used to be revision r1239.\n", "proba": 1.1118166298729193e-07}
{"commit": "e8cb9d25f7395f1bca04948cd3f0310fae5a8f32", "message": "Improved Showcase - added Cell List instead of Vertical Panel with links.\n", "proba": 9.796039535103773e-08}
{"commit": "c8b466d74d0601db268c7aa217588da12c93645a", "message": "BVTCK-179 Adding tests for ConstraintViolationSetAssert\n", "proba": 1.209799478374407e-07}
{"commit": "f0df24482ce83b7ea8822e017d0bc7ab7387d681", "message": "XLCLOUD-423 added javadocs for account bean\n", "proba": 1.2674286153924186e-07}
{"commit": "3c0c04148430e4b26b649bb782bcb16c5bc09f7b", "message": "Feature: EmbeddedCDX Server now supports bounded queries\n", "proba": 1.1759800599975279e-07}
{"commit": "ceaabe7cacc5848fb592d7bdaa18f085ae34915f", "message": "ShowBit class using shift operator\n\nhttp://ideone.com/xKcFju", "proba": 1.5460621227703086e-07}
{"commit": "117855580afc090f5c0fae40baf39331064849f2", "message": "Add FindEmployeesByFirstName.\n", "proba": 5.606572131000576e-07}
{"commit": "054f07464408079f6157518e2e8809f1f3b9ce0b", "message": "#139 updating graphics composite\n", "proba": 1.2941752913775417e-07}
{"commit": "b63d9122e49f18cbd1ab78c7df668f5dfd90ba6a", "message": "remove 2", "proba": 0.9999992847442627}
{"commit": "5f99fcd5a6b6179735ac1d617bd968645a28b103", "message": "added initial implementation of Patience sort. not finished.\n", "proba": 1.1729503057722468e-07}
{"commit": "4262f182729e5d7fbefcd666f004a848bf433cc2", "message": "\u6dfb\u52a0html\u9875\u9762\u89e3\u6790\u5de5\u5177\u7c7b\n", "proba": 1.3847302682279405e-07}
{"commit": "c58d97b7b8c7ea6371fb968435698ad12e02ef63", "message": "Very simple program which runs the Environment on the terminal", "proba": 1.2758826528624923e-07}
{"commit": "a3b12b771560e8e323ea93af18fdf613ed08cb37", "message": "Adding copy of TrieSet_5Bits.\n", "proba": 1.0654736826154476e-07}
{"commit": "e23819f3321c67d10bb12b3f3f724541f6e1c5d7", "message": "removed potential infinite loop versions of overloaded create method", "proba": 5.045369562139967e-07}
{"commit": "c1d3ffad8e858469a3b4a7190abf740aab18109f", "message": "Update GrowthLPCAPLADJIFYP.java", "proba": 8.30675162433181e-07}
{"commit": "23067ebeaa7f8ba2c5041968e49a02ae784c69a5", "message": "Adding an Action enum to encapsulate the available Glacier functionality", "proba": 2.1271796413202537e-07}
{"commit": "b69b5fc007123182cfecc9d2e806ff32eb445429", "message": "Initial creation of FacingObject behavior.", "proba": 1.1215887951721015e-07}
{"commit": "01eea26a2e275098e989c13b05dfba788dfa647b", "message": "Fixing time sensitive listener test\n\nLogs of failing build #12920 showed that test failed because\nheartbeat timed out earlier than expected.\n\nI have increased timeouts as the fix. Since test duration\nhas increased, I moved the test to the Slow category.\n\nfixes https://github.com/hazelcast/hazelcast/issues/12920\n\n(cherry picked from commit ee8098af8c1944ecec2e320434cf692970d74060)\n", "proba": 3.443391278779018e-07}
{"commit": "dccd8042e8e74428f6ae837acf664fdb7fd9393d", "message": "intermediate revision - added warning dialog back\n", "proba": 1.2402502136410476e-07}
{"commit": "1f466c375fdfe15da3f72bb19f6abbb16c72c15c", "message": "[\u6e90] HostAndPort - \"\u4e3b\u673a \u540d\u79f0\u6216IP\u3001\u7aef\u53e3\"\u8868\u793a", "proba": 1.1839922819945059e-07}
{"commit": "8a4f6aa4a66498ce52b891b23f52b3168af7cacc", "message": "Create TripType.java", "proba": 6.210456717781199e-07}
{"commit": "cf9d071f81c7284cb68a694eac83060dc6f34bce", "message": "Implement serializable for WidgetStats to enable it to be cached\n\ngit-svn-id: f58a9b601cc1b78d50b2e947bdfafe48659f3a22@276 5fc6d161-ea32-e9bb-d6c6-78504b9a0898\n", "proba": 4.8300435082637705e-06}
{"commit": "27c24a647149f9a79efdb7f1585adf8bd2640d30", "message": "might as well be final\n", "proba": 0.01748141087591648}
{"commit": "88ded31f9e7a2c2d81a440258a526001e77e0259", "message": "Added TODO items.\n", "proba": 1.2419249628692342e-07}
{"commit": "c0657418ae37f2ec28d30b141f820f2f722709c1", "message": "YL: fixing a bug introduced in the last commit\n", "proba": 4.258110948285321e-07}
{"commit": "655f892e3b65b3d6ff0dd89699e318505c38d373", "message": "removed logging statement\n", "proba": 4.039426642066246e-07}
{"commit": "4f65b4270e918cd9e6f51105fde3b58d82286f8f", "message": "Fixes Issue 1060\n\nDon't show messages that are already deleted on the server when we\nfirst download them.\n\nAlso, correct item 1 from my comments on r1355.  No longer notify for\nmails I sent when I selected not to be notified for mails I sent.\n\n\n\n", "proba": 1.0021883412036914e-07}
{"commit": "c19d11fb0c307d3d374b851c7fc3fde296894664", "message": "fix bug", "proba": 6.400653660421085e-07}
{"commit": "7ec727ad2dc9a75601f0f32ac9a418b3565cc0ba", "message": "add basic market detection util + send to app page\n", "proba": 1.5562737587515585e-07}
{"commit": "0001e2c9b0d97a4c9176c670e8ca65e7b32ccc1e", "message": "egen missingwords\n", "proba": 0.0003085889620706439}
{"commit": "f6b9b08a9b1e2dd117f0a53f16417a401a13fc75", "message": "Common application constants.\n\n\nSVN-Revision: 8488\n", "proba": 2.077273535405766e-07}
{"commit": "195eb7aa29d469697f9b93b266c2c633e676d994", "message": "test mixture models", "proba": 3.652277484889055e-07}
{"commit": "807e1483eb837c46eef385cddcad7cbad006723b", "message": "\u6dfb\u52a0\u7ba1\u7406\u5458\u3001\u521b\u5efa\u95e8\u5e97\n", "proba": 1.3234337359335768e-07}
{"commit": "341913634b967e63eb54d9368bc0d1def71da7c9", "message": "TripPlanner\n\nTripPlanner\n", "proba": 1.238823756466445e-06}
{"commit": "79d994d81fd6f65019dc12aac6c6466afbe55383", "message": "First implementation finished for this problem. Every test working.\n", "proba": 1.1229223417785761e-07}
{"commit": "0d1a419e87efd7ea59fe04796096780d486b76cc", "message": "Remove this again, didnt work\n", "proba": 6.373031169459864e-07}
{"commit": "f39b99a2a58a6eec8e0fcdfd3d1f99e5363c1518", "message": "Implementing queue using two stacks, naive implementation.\n", "proba": 1.2506070845574868e-07}
{"commit": "7f1e3f3e93a9a42e221cffb09c5950135069bde2", "message": "[ActivityManager] Prevent potential deadlock from system error dialog and InputMethodManager.\n\nSympton:\nWhen application crash in a special timing and system server's InputMethodManager is binding, deadlock may occur.\n\nRoot Cause:\nThread(1): When using InputMethodManager in system server, it will lock mH(handler) of InputMethodManager,\nand sometimes it will call to InputMethodManagerService::showCurrentInputLocked and will call bindService at some condition,\nthen it will also lock ActivityManagerService.\nThread(2): When an application crashed, it will lock ActivityManager when showing crash dialog, inside the dialog,\nit will call setEnabled of Button and lock mH of InputMethodManager.setEnable of TextView will lock IMM's handler.\nSo the deadlock happened as the flow: (2) lock AMS -> (1)lock mH -> (2)wait mH -> (1) wait AMS\n\nSolution:\nReduce nested lock of error dialog: post message to let (2) lock mH after release AMS lock.\n\nChange-Id: Id85c29406236db3b5fca9655fde1fcaf0afd1337\n", "proba": 5.275183139019646e-05}
{"commit": "90f668be1ee16939daf490431be320a351eff264", "message": "Fix privkey encoding\n", "proba": 0.000425679434556514}
{"commit": "4a459da49e4ea6268037c1b878ba6c33b6902b08", "message": "KCIRB-1674: The return page messages are now removed from the user session if the user clicks on the 'return to portal' button on the holding page.\n", "proba": 1.0246051829199132e-07}
{"commit": "dc7233fd441637831140b628f9f1df5e630c154f", "message": "Add query string parameter 'authorize' to toggle authorization based\non the current principal. Default behavior is false (only display\nresources that are world readable).\n\n", "proba": 1.1219268003515026e-07}
{"commit": "c05f4c180265279a09e1483150696f02d350dcec", "message": "Formatting\n\n", "proba": 5.685269206878729e-05}
{"commit": "6fb0adca9ee8954845175eeb777627e0080f970f", "message": "removed OpenStackAuthenticationException when we try to reauthenticate user even though his current token is valid\n", "proba": 1.4038310780506436e-07}
{"commit": "f5626dd7f467ef1545a5c082a744466158f125e7", "message": "Add support for return refreshed configurations that do not update the cache\n", "proba": 1.535283331577375e-07}
{"commit": "65349e5530c749d2a0b2e7b7552350fad272a34c", "message": "TSD_SuplaChannelNewValue.java\n", "proba": 1.8995547179656569e-06}
{"commit": "093b3d1c414926b1358b3e25342dde08fd51372d", "message": "Added a bi-variate KDE smoother to replace call to R in annotating posterior spatial regions.  This need to replace contouring on smoothed KDE", "proba": 1.4807514503445418e-07}
{"commit": "b965da2c8c25508cbc5aec58c8517c04eb8c419a", "message": "Fixed incorrect progress calculation\n", "proba": 3.568761712813284e-07}
{"commit": "ca8ed443117f86b09a2bc1816890df21dc0d65cf", "message": "Adds module based configuration\n", "proba": 6.629014706049929e-07}
{"commit": "ee12bdeeb1c21e5ddab33853e4532c980743cc47", "message": "Update FishingTool.java\n\nFixed jagex typo.", "proba": 1.0601827682421572e-07}
{"commit": "e210ff1d4d80b39ff59fcfb3a71f5814c29cd21b", "message": "0.30.18.19", "proba": 1.4891110140524688e-06}
{"commit": "21154d1fc165db1a0d1996c747f6409bd329a3a0", "message": "Added class for the 1/rate model. Currently in a test folder\n\ngit-svn-id: 67bc77c75b8364e4e9cdff0eb6560f5818674cd8@1522 ca793f91-a31e-0410-b540-2769d408b6a1\n", "proba": 1.3357259831536794e-06}
{"commit": "0cd7d3690beb5c5e84ad8c432bb0605992ec5592", "message": "unification of temporal instances tests\n", "proba": 2.2456108581536682e-06}
{"commit": "430d93243fd01dd384a7cbb1bedb313ee6cff706", "message": "KCINFR-92: Removed extraneous logging\n", "proba": 2.02708790197903e-07}
{"commit": "21c9cce5bc3c73118fdce4755a6ed495d302bfcc", "message": "MetaDataTest: Test 6 and 7 added + some in-class refactoring\n", "proba": 1.8626597864113137e-07}
{"commit": "49233be8d2353d1f70cb58b53cb1bb5806caa6fa", "message": "SAK-41607 Lessons : anonymous comments are showing user\n\nPage permissions shouldn't be checked if anonymous setting is true\n", "proba": 2.0644937137603847e-07}
{"commit": "26dfc9506e22158f09002836e6add7622c0af81c", "message": "added db test template\n", "proba": 2.396405704985227e-07}
{"commit": "4a137793ff3dab902f18eede43ff89c8ba95671c", "message": "add TestTask.java\n", "proba": 8.945383456193667e-07}
{"commit": "6336bf81f953c42eba4300a4d7ef818a00d9305d", "message": "fix DoneCommandTest\n", "proba": 7.540798492300382e-07}
{"commit": "610dd7412923970cdb61d3d0865f82344192bad2", "message": "si - added missing class\n", "proba": 3.24652603467257e-07}
{"commit": "6aac6490fd57e382d909b1a02ddb98529f008ad2", "message": "Adi\u00e7\u00e3o da propriedade identificacao", "proba": 6.440091624426714e-07}
{"commit": "39c1ee8e0250aadd5c85f8dac65e0d52afd7c413", "message": "made LoginActivity as base\n", "proba": 1.8398148426967964e-07}
{"commit": "7594231532620f0a12b306d8629cf1a72849a060", "message": "\u65b0\u589eutil\u7c7b\u3002\n\u6b64\u6b21\u63d0\u4ea4\u4e3b\u8981\u662f\u4e3a\u4e86\u6d4b\u8bd5src\u76ee\u5f55\u5728github\u4e0a\u7684\u663e\u793a\u3002\n", "proba": 1.0065599553854554e-07}
{"commit": "be6d465788f730a8210d2093444f84cba99e9a18", "message": "added pre-order and post-order treverse for binary trees\n", "proba": 2.570803872004035e-07}
{"commit": "f868768f8beffea77c7066fa776c7b2c10a975dd", "message": "Rename method to be called implicitly", "proba": 5.518013495020568e-07}
{"commit": "dd7c498e036537572508ac3738dbdda5f9612b75", "message": "Fix for #3383 - ComboBox input prompt style is removed when input prompt is active\n\nsvn changeset:8896/svn branch:6.1\n", "proba": 1.3282867428188183e-07}
{"commit": "1862d531b082e86b038f99e445f569fde353abeb", "message": "change?", "proba": 2.7149446850671666e-06}
{"commit": "2af63920b0638b7877c5d79a2cfd142213929fed", "message": "*CraftoTime: SimpleDateFormatter is now threadsafe\n", "proba": 1.1224619100858035e-07}
{"commit": "6a768ccc51d8f302801ac2d91c7a9ebd421e5fc4", "message": "Service class for registering the user\n\n\nSVN-Revision: 8023\n", "proba": 1.2654044212467852e-07}
{"commit": "35c8efbc290907f5807511fea36af7cf749fb548", "message": "\u4fee\u6539Ranch\u3002\n", "proba": 1.254439041531441e-07}
{"commit": "a9d9389a91d3c5a70ad833a963add17c2067ef36", "message": "\u4fee\u6539Ranch\u3002\n", "proba": 1.254439041531441e-07}
{"commit": "931a21c75c4821edd95e9e0999cd4252b850ed04", "message": "db thread\n", "proba": 3.887198829488625e-07}
{"commit": "022cd843b09d01486d8f6198d0deace9acdb8c45", "message": "Task2303 has done\n", "proba": 0.0005229840171523392}
{"commit": "5100dffa489f0ad00ca9c4af614a702761821259", "message": "Added a unit test for Bookmarks although it's totally worthless :)\n", "proba": 1.0064140099075303e-07}
{"commit": "44735d316a1926a91a269b6224a625009f593986", "message": "CardLayout example added\n", "proba": 2.5223329203072353e-07}
{"commit": "d980baef35a0dee9f1c750c8d360175f74b72c36", "message": "First test", "proba": 9.139291705650976e-07}
{"commit": "a0fcd9be62e6bd24e92e22c6c2f1664cdfe425ef", "message": "Created Fibonacci solution file\n\nFirst commit\n", "proba": 1.9904926773506304e-07}
{"commit": "8acf11ed85db9b3780acfb15526728188f5aa15e", "message": "Created a symbol type for component fields.", "proba": 1.1160149426814314e-07}
{"commit": "0adcee8bee2fc1377000cdfe1f3c14387b582dc8", "message": "*** empty log message ***\n", "proba": 5.360483328331611e-07}
{"commit": "c941c9614156712aa534ff8d69e82a35ca31cb02", "message": "Color reduction algorithm. From web, with modifications to support\ntransparency.\n\n\ngit-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@2624 542714f4-19e9-0310-aa3c-eee0fc999fb1\n", "proba": 4.3078462113044225e-06}
{"commit": "a41445ac083da5ad5b2ef056573d1c6651cc8620", "message": "streaming: Import StreamRequest.java\n", "proba": 9.128603437602578e-07}
{"commit": "ccf7970246f770e21d54570b0877423a8b471914", "message": "- add SimplePool for the parser pool.\nPR:\nObtained from:\nSubmitted by:\nReviewed by:\n\n\ngit-svn-id: 7267684f36935cb3df12efc1f4c0216d758271d4@73663 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.978749868518207e-07}
{"commit": "2b2a344fce694765b0f54589bdc46a5a99ef8f60", "message": "Die Methoden der Klasse sind nun neu geschnitten und machen die Klasse nun uebersichtlicher.\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@1064 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 1.1823842214653268e-05}
{"commit": "2d530979e94d325278e87c76735fa6bfe7dd18db", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "be8f2b20ea459e7135a9aef57641e98c56a2cdb6", "message": "touch BitmapUtil\n", "proba": 3.5849507185048424e-07}
{"commit": "9f859282ba35db552400f5e65a459cdf979dad63", "message": "Convenient app for tabletop tui", "proba": 1.81851220304452e-07}
{"commit": "9565ab030c89fb3d67bc558e5ad13bc089d9ee8e", "message": "simplified session\n", "proba": 1.9982348931080196e-06}
{"commit": "9e56d03627a599b753833a055aa95a5a71058696", "message": "MFActionToken hard coding 24 hour action tokens.\n", "proba": 1.94912274764647e-07}
{"commit": "d1b96ad45186caae2a0377bb62b3851bb6c18cca", "message": "\u6587\u7ae0\u5c5e\u6027\u67e5\u8be2\u4fee\u6539", "proba": 1.8497603093692305e-07}
{"commit": "82b0bf4e825788760ac3220976a04a29ed7cb68b", "message": "Added DocTypeInterface\n", "proba": 2.0613302353922336e-07}
{"commit": "f1dd3b17d7f435605729f1c01588b3a243bad169", "message": "Getting my shit together\n", "proba": 4.334721950272069e-07}
{"commit": "7b91e73a0300c45a92da364f25a42ed473415af0", "message": "add ORDERED instruction", "proba": 0.9989179372787476}
{"commit": "4c0aecbd473e888a916174ac15717ee34d02bd79", "message": "epi problems\n", "proba": 1.2460278639991884e-06}
{"commit": "7424c3beefa84c7e40ecfcab174507558eb76d40", "message": "SLING-5227 - add basic job console test\n\ngit-svn-id: 6eed74fe9a15c8da84b9a8d7f2960c0406113ece@1712573 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.3590099829107203e-07}
{"commit": "036a6f16fe2ce0cfca7300da9a7d8b8f086dd859", "message": "Neue Komponente f?r die Auswahl einer Ressource innerhalb des Workspaces erstellt\n", "proba": 1.4317060959001537e-07}
{"commit": "0d5fc189526f85fd0700ba94f0c4b5999d00bdb4", "message": "And he's back, because of jersey\n", "proba": 1.3694113931705942e-06}
{"commit": "4510deafbcfb49851d3b833464bfa6d6ec6ff6ce", "message": "update the util\n", "proba": 2.5434596864215564e-06}
{"commit": "b1adf490ffbd9684b3ba2ef0e8c3a32ac2a57207", "message": "add file for chapter_001_5.1\n", "proba": 4.5736567244603066e-07}
{"commit": "8316def0b2784fbef45b06e9c221c6a6ca89755a", "message": "add backward\n", "proba": 0.9999710321426392}
{"commit": "000fd378196d51108b901eef6bf67d1903206869", "message": "task 999\n", "proba": 0.9999994039535522}
{"commit": "9c49dd800b1dbc7f3437c183c7919ad4538bbf0f", "message": "kciac-81\n", "proba": 5.376070930651622e-07}
{"commit": "6cd4deb5cde9a74e13ec5d894c3055d19aa13600", "message": "Reorder methods", "proba": 1.5407352975671529e-06}
{"commit": "cfc373fff9e16b174a612d687ea95816fcb56e5b", "message": "added missing package descriptor\n", "proba": 8.104511834972072e-07}
{"commit": "f73caf61cc11c5383cb82ba8760346f32d75f1c0", "message": "Added Futures utilities\n", "proba": 1.3586324598691135e-07}
{"commit": "6c4d7627de7b6e59c9540bd96016ff1ecdcdd4b1", "message": "add okhttpcache utils\n", "proba": 9.62411604632507e-07}
{"commit": "31bcfe59f23f45aa6ce99d103d8a4430c2f7c5d3", "message": "check for null\n", "proba": 1.4072693375055678e-06}
{"commit": "3f14f0adf0a429b74d1eba2c9616960a7140e62d", "message": "shields\n", "proba": 1.1703070867952192e-06}
{"commit": "27667a6d6f4ff667d70329f08d4d4f276ef7962c", "message": "added fillable chests\n", "proba": 3.687499940951966e-07}
{"commit": "1d5459454c98491aba4af4a14d6408168a12d53a", "message": "no charset by minetype image/*\n", "proba": 1.9419127283981652e-07}
{"commit": "6bfe87a00bc7b7c0f73db1b6c339ec72b4cd06da", "message": "Temp commit\n", "proba": 3.2674051908543333e-07}
{"commit": "e2c473c5ff69943a6df656c0147d63a063fc127c", "message": "Adding a NOP OutputStream that doesn't write anything - useful for some FilterOutputStream impls\n", "proba": 2.1771424485450552e-07}
{"commit": "79ad6262314281dff10f7c4ed90fec893a60e274", "message": "AI 144098: am: CL 144093 Fix NPE in ActivityUnitTestCase.\n  Original author: brettchabot\n  Merged from: //branches/cupcake/...\n\nAutomated import of CL 144098\n", "proba": 1.2808213512016664e-07}
{"commit": "de147aa7f5aa9c76594c84097a1b5253d160dd5c", "message": "Added more Eroq features\n", "proba": 1.3055154113317258e-07}
{"commit": "64fa1bba6553335fd68140575649147adcb49fcb", "message": "Find and Catch\n", "proba": 3.0072624213062227e-05}
{"commit": "94401a0bc52c79a41f26e3b09b7b0d719e5b54f2", "message": "add Status model\n", "proba": 5.624051482300274e-07}
{"commit": "831234001ac778439972bcd597041b42687fd52c", "message": "Add toString\n", "proba": 1.6195008356589824e-05}
{"commit": "10fdfac54ea47a4e0fde710322ad5a4d8934e98d", "message": "add working first TableSnippets test\n", "proba": 1.9095811865099677e-07}
{"commit": "6ee6117163b10ae1db65251b0fb7f0d6dea83412", "message": "Add comments.", "proba": 1.3680796939752327e-07}
{"commit": "19e5217a54f2b600e9bd09ac02a0d3e638ba0c2b", "message": "Fix backpressure test (#12383)\n\nFixes #12310", "proba": 3.642068691078748e-07}
{"commit": "58388192153fb0aa97701995ca8db7806f484fed", "message": "checkInternetConnection() now utilizes the fact that ping command is stored in global variable.\n", "proba": 1.0841593933719196e-07}
{"commit": "ad7f5cce62f0d4843aca3f5f12b789884a1ecaeb", "message": "Don't dereference a null pointer when logging an error in setValue.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@246506 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.7976763047045097e-05}
{"commit": "ab50d56440d7656252e24ca535561f5fe4985df4", "message": "Method 'getByCode' added.\n", "proba": 1.500390851560951e-07}
{"commit": "f34ef29fe5614a95751f0fa1a91e92a5a6596b45", "message": "new submit button tag\n\n\ngit-svn-id: 616481d960d639df1c769687dde8737486ca2a9a@774 9c99c85f-4d0c-0410-8460-a9a1c48a3a7f\n", "proba": 2.974354060825135e-07}
{"commit": "621044eb8278f82c16bc2304cb0b667fbbcffd2d", "message": "Create rmDup.java", "proba": 1.167375444310892e-06}
{"commit": "c2e53d9ba884bd8e1564af51318750272858a64d", "message": "largest of 3 nos\n", "proba": 0.010030413046479225}
{"commit": "0999f96abd5bb87390f11ca7555ab69fe796c739", "message": "pac4j-async-224 Implement SessionDestructionStrategy as an enumeration\n", "proba": 4.807672553397424e-07}
{"commit": "d1073c0d48753777b3ec6ea97550a615dbd27fc0", "message": "CsvSelecter\u4fee\u6b63\u5206\u9875bug", "proba": 2.383578134868003e-07}
{"commit": "c787e248b015af9d702f27b14477c6f489dfe105", "message": "Added FileUtils", "proba": 1.8963639547564526e-07}
{"commit": "94820f5b00ff04367dd7aebbcdb364011532d560", "message": "latest version of IDEA can warn of package-scoped attributes. Here they become protected instead.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@258798 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.115420774222002e-07}
{"commit": "af80e136ce4f02341a122976d87851d741ff17e3", "message": "belongs to last commit\n\nSigned-off-by: Christian L\u00fcthold <b9b373b873c1721a3abbe8fcc2867c15b06d678d@gmail.com>", "proba": 1.1038232372584389e-07}
{"commit": "ab4b2c155364947ae314e03640b69e64acbd3c18", "message": "Fixed issue 32\n", "proba": 2.244674135454261e-07}
{"commit": "1c380fa4dec12e1ed54fae09b1f72cdcf7e49759", "message": ":fire:Add Two Numbers\n", "proba": 4.976649506716058e-06}
{"commit": "81ab14bc21749363793c618bab22fe0121967506", "message": "Add a Misfit mapper for sleep duration\n", "proba": 2.2518761966239254e-07}
{"commit": "1c7321f382775f9b07f5d0543c3697d4d4395c5a", "message": "Forgot to add new file.", "proba": 1.153203754711285e-07}
{"commit": "0d947387a3472b5426170b83c0d0346d7e7479f3", "message": "incorporate tech editor comments\n", "proba": 1.6421826387613692e-07}
{"commit": "a81f76a662a691ce7ed7fb00cff3040567f076a7", "message": "Add GitLab unit test\n", "proba": 5.981715389680176e-07}
{"commit": "651845141892a247cec66bb003170d2aa15d2a12", "message": "Add some more tests\n\ngit-svn-id: 3cfc64c80f2e6f92f6d08f3c7f3967ef35335cd9@1479730 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.8110829336801544e-07}
{"commit": "f7845c25848bd874b81051efbe01f4320218505b", "message": "- fix path to js node\n", "proba": 2.1838758357262122e-07}
{"commit": "3e36adf866ad8316ac0019aec8babf96c7bdd6aa", "message": "Add test for DateUtil\n", "proba": 3.2728252108427114e-07}
{"commit": "5740dbb71e307899f86b1a579cbe1e93e8a896f2", "message": "Fix comment formatting (#1809)\n\n", "proba": 2.683289324068028e-07}
{"commit": "9c30c73f98af17750f85edc1b763faa394b7fa24", "message": "vol3: Added DL4J car MPG example\n", "proba": 1.317495019748094e-07}
{"commit": "1b35b7ab8ff27d7c80ad738a014cb0b2038a551f", "message": "TCK found a bug.  WSDL2Java generated a method called \"null\".  I've\nadded \"null\" to the Java keywords list.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@254333 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.7123830881901085e-05}
{"commit": "01f6b92cd496b5b07a4b62347a2f6a12f0151e5e", "message": "Stop layer to support T2-414\n\ngit-svn-id: 7932981c62cbcd7a11cdd101fdc2d4466dded46a@10468 bf327186-88b3-11dd-a302-d386e5130c1c\n", "proba": 1.073438738785626e-06}
{"commit": "54b621d9bf82adb58ae5843f934b9dcf75e3c035", "message": "Create ContextData.java", "proba": 3.2988227758323774e-06}
{"commit": "34ba179091be99a32f6c6d205e30cb8e28631ff1", "message": "am d805e374: am 24b8947f: resolved conflicts for merge of 603f987f to jb-mr2-dev\n\n* commit 'd805e374c22ce7d0426efb08b38aa44a3633027b':\n  Doc change: Fix typo DONT_DELTE\n", "proba": 6.804473741794936e-06}
{"commit": "bcd557d2331454290811eef3e18255142c84b5b2", "message": "[hackerrank] - Linked Lists - find-the-merge-point-of-two-joined-linked-lists\n", "proba": 4.504493699641898e-05}
{"commit": "d1bf06eff143a617531404c80446c03edc556340", "message": "am 39617b00: Merge \"Update to hidden APIs\"\n\n* commit '39617b0036d726012891086080f47237fd64a5f4':\n  Update to hidden APIs\n", "proba": 2.2988585612893075e-07}
{"commit": "5b7cc298278278a32ecfa4d7e186a69788672953", "message": "Added Geo SQL Adapter test\n", "proba": 1.2714733088614594e-07}
{"commit": "3ba8a3b39bb5eb91a1b5c85c073c03e264b1736b", "message": "Introducing tentative (and hidden) API for contact search snippets\n\nBug: 2447965\nChange-Id: I0608ca7a644f004613742f4680a5a9fd3325554a\n", "proba": 1.9745637303003605e-07}
{"commit": "ceaafa5f1f0504ec85a7d6cdf45381cf748f54aa", "message": "Adding a new type: aggregation_exception.\n", "proba": 1.8880392644859967e-06}
{"commit": "3585e1a611166a689fcc31bb4eae1293cdd89b2a", "message": "Add DEMOTED and UNDEMOTE TO ContactsContract\n\nChange-Id: I060e9ce7d5de3f32fc55ba619b9a931ef938bd7b\n", "proba": 3.241477202209353e-07}
{"commit": "8f9fbb0c45265a6f5da51cb3bc35362d8e5bc900", "message": "Fix the sloppy detection in the ScaleGestureDetector.\n\nFix http://b/issue?id=2385061", "proba": 4.4985722524870653e-07}
{"commit": "8baca2664e0986297982f6bf825eb6729d05a483", "message": "Delete 08.MultiplyEvensByOdds.java", "proba": 3.2165078209800413e-06}
{"commit": "bbabf55b8554a5c1080dfd0bffe772da9edf7020", "message": "am 1970f570: Don\\'t use TypedArray after recycling it\n\n* commit '1970f570714a4746bf592e26731ea0ee8933d363':\n  Don't use TypedArray after recycling it\n", "proba": 3.979904761308717e-07}
{"commit": "a9c10ed33cdc922eaba31e8dac1967673027e968", "message": "more convenient  api\n", "proba": 2.0622287877358758e-07}
{"commit": "80bd615f7dc63f05c67bec225ea6ce4af305c5c8", "message": "Extract method WutFace NotLikeThis\n", "proba": 1.3656749615620356e-06}
{"commit": "37434f2add61d3d97ffb7829354a0aa3c6af0096", "message": "Updates\n", "proba": 6.962063707760535e-07}
{"commit": "16a8425e2639f620d90c59b443a09f89a321685d", "message": "none: what\n", "proba": 0.9999114274978638}
{"commit": "2d6386e8275b67d5e7e3147b3e7d3bfaaed61dd1", "message": "Created @Pending annotation to allow custom exceptions to be raised for pending steps\n", "proba": 1.3098927809096494e-07}
{"commit": "9e7a153b1eb7fd3d093e794249d582f179a242be", "message": "Added missing CHIMPConnector\n", "proba": 1.6883768694242463e-07}
{"commit": "6d4303bc399816380f0074cb4c60e4b7b447ccde", "message": "The links between dokumentbeskrivelse and dokumentobjekt were not being persisted properly. This fixes it in, but we need to revisit how all linking is happening for consistency and correctness.\n", "proba": 1.0112128734363068e-07}
{"commit": "6bb970b0d1b1c75744a04ad7a2fd21afe222c667", "message": "Example of param handling\n", "proba": 5.337100219549029e-07}
{"commit": "f7bacff0ee375795dff7cca2a22541262daa8f02", "message": "Adapt changes in api and how to loop for training files\n", "proba": 1.3933660625298216e-07}
{"commit": "557d117de82d516c51e56e342fc551b582f14e30", "message": "\u0421\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u043a\u043b\u0430\u0441\u0441\u0430 \u041f\u043e\u0438\u043d\u0442\n", "proba": 7.886756066000089e-07}
{"commit": "c5ce2957187edd746c44f8c01bfbdd59dcc50a4a", "message": "add uxLayoutChildrenManager\n", "proba": 8.377812719118083e-07}
{"commit": "f5d1d0fbadd3b3441dcf62c1f7961ee1f76c560e", "message": "o applied patch provided by maik jablonski", "proba": 1.2903450397061533e-07}
{"commit": "d5d76c3783fdbe0e78a4a6699512a444473cf1b9", "message": "am a6b5869f: Merge \"Fix a crash in print spooler.\" into lmp-dev\n\n* commit 'a6b5869f409f9674ef046e8f997e5f97b71b794a':\n  Fix a crash in print spooler.\n", "proba": 2.7152219672643696e-07}
{"commit": "fe445e079ee5e1d6df0599ef86f1ee0f83c60d89", "message": "Add a generated file that was missed\n\nR=scheglov@google.com\n\nReview-Url: https://codereview.chromium.org/2966223004 .\n", "proba": 1.7767017368441884e-07}
{"commit": "1b5c1d5f8ed88c9f00bba075a37420ddba360172", "message": "added class for ingenta to add http to https for url normalizer\n", "proba": 1.4496150413378928e-07}
{"commit": "84fd2ea722e1ac0352894dc8358bbb5415f00010", "message": "finally...\n", "proba": 2.1300743924257404e-07}
{"commit": "152aa08cc62fabf1a89e6d5da786d19a3dd3eb5d", "message": "rollback of the create of the RequestCycle in the session constructor (need to find another way if this is needed)\n\ngit-svn-id: 6d6ade8e88b1292e17cba3559b7335a947e495e0@527415 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.0450769271701574e-06}
{"commit": "ec562c0c9830d0d9733de2a5936f85a4f77b1cae", "message": "Daemon\u540e\u53f0\u7ebf\u7a0b\u7684\u7b80\u5355\u4f7f\u7528\n", "proba": 1.6813071113119804e-07}
{"commit": "557b9eab7aa1aa93f93c678a5def69628928c830", "message": "MECLIPSE-392: Output is written to src/main/webapp instead of target \nhttp://jira.codehaus.org/browse/MECLIPSE-392\nthe manifest configuration entry is re-used\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@635391 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.1994792405166663e-05}
{"commit": "9a6e993f133b0efc2b325ac9f75a5305184bbb44", "message": "Testkit: Log service parameter of Axis endpoints.\n\ngit-svn-id: 53fbabfd29bebeffc22ec3e1c4861755f0c84ec7@709916 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.849242602882441e-06}
{"commit": "c6491a15ff90fea5327900fe5f426e6f61e822f6", "message": "delete common with folder\n", "proba": 4.544759804048226e-07}
{"commit": "c6a8eef2f1c194e0f278ad3f50df6f9cf83b1006", "message": "More tests\n", "proba": 1.287004636196798e-07}
{"commit": "069a52575fa69890b52cb44b00d01bac9135cb98", "message": "Portfolio info tool that displays the number of positions in the specified portfolio for the time being, but\nshould really be enhanced to provide more detailed information.\n", "proba": 1.009332208923297e-07}
{"commit": "cee171d029cca0edb1f1727bea7a5d0c9246dd1d", "message": "KULRICE-10802 : Create Functional Test for KRAD Demo Labs Lookups - MV View Completed\n", "proba": 1.0071399003663828e-07}
{"commit": "39dfab363de524e89d7a4672cc8be45ec5ab9603", "message": "Fix param comment\n", "proba": 5.788495514025271e-07}
{"commit": "ff6c3648e1ab6e8d14f53af9fe2a39bb13176793", "message": "Add username/password filter\n", "proba": 1.6855477952049114e-05}
{"commit": "a8ac4c5036a40181a8290a67936d066f3f302756", "message": "Add Example Session that includes Server Sig Key in M1", "proba": 1.324794993706746e-07}
{"commit": "d7849f1f06e40e2c7d0cdcab015778c5eadecfb4", "message": "#SB-150: Implement indexing for hosted repositories\n\nNon-functional commit: Re-indented the code.\n", "proba": 1.1867641802609796e-07}
{"commit": "6a596e36b0b74f88825b011ba0a1164d36bbf1ae", "message": "add MemberFacadeTest class", "proba": 1.6444660388970078e-07}
{"commit": "09893e9a4157f77938a0f688d17476df8be9441a", "message": "Don't allow restore sessions during backups\n\nGracefully no-op if apps attempt to restore themselves while there is\na backup pass in flight.\n\nBug 29135379\n\nChange-Id: I8f0b5cd9d149b703e1de7a3a0b4b54c3aff766b6\n", "proba": 2.3754093945171917e-06}
{"commit": "e9d87f59dd9389f39d9a0a5a2f62e4095b12467d", "message": "Create setter name in a Turkish compatible manner (#9878)\n\n", "proba": 1.1870347549347571e-07}
{"commit": "b78b67d3783b0631388262f05508d630d011b7a9", "message": "feat: NasaServerEndPoint created\n\nInterface needed by retrofit library in order to request from the server\n", "proba": 1.1376128838946897e-07}
{"commit": "1c7f76899bd5cc07324c16ff888ec140a909ee6e", "message": "[nobug] cleanup AttrImpl -> IDOMNode\n", "proba": 1.4342603549266641e-07}
{"commit": "76b08517d4eb4451907ec232d0abc155ae57c25b", "message": "Using the Exchange constances for message header in the HttpProducerHelperTest\n\ngit-svn-id: 11f3c9e1d08a13a4be44fe98a6d63a9c00f6ab23@917526 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.8360482247080654e-06}
{"commit": "9d64c12a3700dd19da921981a007bfcd7f11640f", "message": "test(filter-by-url-pattern): fix test\n", "proba": 4.4582713599083945e-05}
{"commit": "63cc3f2286e180cccb848a216679db666c681bd6", "message": "Add unit tests for getNextBytes method\n", "proba": 2.792351665448223e-07}
{"commit": "7d3c2c31f93fd93b9f152146c8978de6f422cea0", "message": "test shadowing\n", "proba": 8.628861678516841e-07}
{"commit": "df2b224f2ea84c14f5e86910e1f793fc948655a8", "message": "Refactor test", "proba": 1.027991174851195e-06}
{"commit": "d8512cf710639f38cd28b576c7f97cd50e4c0360", "message": "default test properties to having initial quantity of 0\n", "proba": 2.3219010358843661e-07}
{"commit": "e28868db8ef1939a72d80d4b675cbb924c6b0e88", "message": "Added possibility to create mosaic levy for a given mosaic id.\n", "proba": 1.0263655525477589e-07}
{"commit": "0b1cc7e97fbe0849c10a9bcdef4baf2c3f18a668", "message": "Add a helper for performance benchmarking\n\nWe often encounter the situation where a list of similar operations needs\nto be sped up, and we need to find the most promising candidate quickly.\nFor example, when the startup of a context is slow, there are typically\nonly very few services dominating the time, and they are the best targets\nfor optimization.\n\nThe Timing helper makes it easy to find out those candidates by\naccumulating a list of items with durations and reporting a sorted list\nwhen the report() method is called.\n\nThe helper lives in src/test/java/ to avoid tainting the official\nscijava-common API with it; that way, we can easily adapt it to new needs\nor even break backwards-compatibility without having to worry about\nbumping the version. In Eclipse, you can still use it because Eclipse is a\nbit challenged with class path scopes: it simply mooshes all dependencies\ntogether, including 'test' and 'compile' scoped ones, anyway.\n\nSigned-off-by: Johannes Schindelin <53fb8db7833fca1e1746dd8592f61048d350f64c@gmx.de>\n", "proba": 0.0014499831013381481}
{"commit": "1dc2ebac35a713f413c964b0ab337cbabd07e950", "message": "Migrating from fileparsers to datasource-fileparsers\n", "proba": 2.7110331757285167e-07}
{"commit": "838bc5d6bd7fa6f8fdf11b7a12e58dd09f8a574a", "message": "New print writer so UNIX machines will send <crlf> instead of just localized linefeeds.\n\n\ngit-svn-id: 88158f914d5603334254b4adf21dfd50ec107162@107042 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.7651207144808723e-06}
{"commit": "5fed12f534bafc99ed55987b07e3d7acde0fa579", "message": "Changed /!wow image\n", "proba": 1.2046163533341314e-07}
{"commit": "14df50463e5ed50f4d30e710ff0ba8a18c86bc44", "message": "Ajout de commentaires et ajustement de la phrase\n", "proba": 1.0469137805557693e-06}
{"commit": "f07a7d7f04a0fc381c2e68f58037f4608998a1de", "message": "Delete Maths.java", "proba": 0.0045686871744692326}
{"commit": "e1add34c43002c574c52433411cb73a5696fb6d6", "message": "Put back in Tom's change (plus some fixes) to change the Host: header\nto have the correct hostname.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@247103 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.097895311540924e-05}
{"commit": "60c40f56b808f2924e286616a8bb1ef7e021984c", "message": "Implement portType/service name clash resolution according to JAX-RPC.  If\nportType and service both share the name \"X\", then portType name becomes\n\"X_Port\" and service name becomes \"X_Service\".\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@245623 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.662220428348519e-05}
{"commit": "96e333fd1ad177e89f6fab6aa818a960af4ecd0a", "message": "Only add packageName to deploy.xml if packageName != null.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@252422 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.459935088467319e-06}
{"commit": "ef04d8c749e1df785d3e811bd46a53ab82ddb443", "message": "2015-05-11\n", "proba": 4.2328383642598055e-07}
{"commit": "0ec61c1e0c453a5649e182467cb9d5086089aa1a", "message": "Add minimal Well1024a PRNG implementation.\n", "proba": 1.09102359147073e-07}
{"commit": "c13ff473254876357e88f4ef3171748ffe5bb9f9", "message": "Create Search for a Range.java", "proba": 2.6295987254343345e-07}
{"commit": "dde7c4c64cb3a346d30ae9f5622fa3f83c8f7c83", "message": "Change class loader to retrieve resources\n", "proba": 3.3875471672217827e-07}
{"commit": "be7e60468375457c888b0cd9c3babc45ef4f1ec9", "message": "CatalogMaker: add a logger for debugging purposes\n\nAnd log a message when we exceed n=9 and try to use an auto-generated\nname.\n\nSigned-off-by: Daniel Halperin <1a02732a15f637c31107256cbee5819e36aa7c67@cs.washington.edu>\n", "proba": 1.3837811252415122e-07}
{"commit": "39150720c0dc572251ac12fcc0ff36d3d8cb1abb", "message": "am 39b79e79: am ce9b5c76: Merge \"Fix walled garden detection on nakasi\" into jb-dev\n\n* commit '39b79e79d3ad9e98a9c76c1b104599be494213f6':\n  Fix walled garden detection on nakasi\n", "proba": 2.5080370846808364e-07}
{"commit": "1d0f08d9c965d7085868764ace43e40fb805f69c", "message": "RefundAirReport\n", "proba": 5.523031063603412e-07}
{"commit": "5c977bf01b63362e7c04352d2e3c29926a50d38d", "message": "New conversation\n", "proba": 0.00011548816837603226}
{"commit": "87719cc73e9ea72ee73b3003d6489b140dde4e40", "message": "sentence word count implementation\n", "proba": 0.002521756337955594}
{"commit": "0621b02165b416ac073eea75d862a9eaaef35a21", "message": "Create VisumAuthenticatorAtivity\n", "proba": 2.296382604072278e-07}
{"commit": "37c91fa4c29c3a635b80c2fc29d8e8d253bb4d06", "message": "Added schedule configuration.\n", "proba": 1.304238566035565e-07}
{"commit": "e4eb16455236f1e70ccf0937159a9583a6c1b2ab", "message": "#28 added SubFieldsTest\n", "proba": 1.1786994491558289e-07}
{"commit": "5037485f4eb6021289c2f3b7d06117ce1f51cc7a", "message": "Fixed a bug where Integers weren't sorted correctly.", "proba": 1.1439086478048921e-07}
{"commit": "53bf84a9a92909e07801a226d9fdd2419c4d71b1", "message": "CatalogTest: cleanup and add a CatalogMakerTest\n\nSigned-off-by: Daniel Halperin <1a02732a15f637c31107256cbee5819e36aa7c67@cs.washington.edu>\n", "proba": 1.177760111659154e-07}
{"commit": "39c0e3de8c26bffc7158659655e0ac24cccd6bf9", "message": "Added unit tests for cases where the output for the builder interface is given problematic output sources.\n", "proba": 1.0680658846240476e-07}
{"commit": "ccb7d6ad9fb44611b37983186b6d9a6d77d828f7", "message": "266. Palindrome Permutation\n", "proba": 0.9952576756477356}
{"commit": "91dcc1a9b3583dcf7175ef08422e243232c1ea30", "message": "Fixed expected test assertion\n", "proba": 4.209124710996548e-07}
{"commit": "606626e6b1be0dd57d4ad3439fb27f00e59b1cae", "message": "Add try/catch for server problems.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@248832 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.9784893083851784e-05}
{"commit": "f7524b19979d20086d2ccc8e81126d563bceaa7b", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "5bac5296c275b97ecf9d0d724cb5ae7ec1a6e8f3", "message": "midway but committing anyway\n", "proba": 1.6206841735311173e-07}
{"commit": "1ebfb08cd479874889d225beeb71b81b006542ad", "message": "DFS Implementation in Java\n", "proba": 6.211759568941488e-07}
{"commit": "b8d9e9b1484adad48847354d1189c1d6581fafc6", "message": "Latest changes\n", "proba": 2.4611625804027426e-07}
{"commit": "e7730d3bf8747139f3803f58a3d9877599a86edf", "message": "BOJ #17179: \ucf00\uc774\ud06c \uc790\ub974\uae30\n", "proba": 3.6587860563486174e-07}
{"commit": "0d39889a33438bf50c1083a4890d8eafcc1f9fad", "message": "minor test updates\n", "proba": 3.362300446951849e-07}
{"commit": "dfeabb589afe5fa701615510a5eb68cca282ee75", "message": "[#75]added Posture Controller\n", "proba": 1.3491552408595453e-07}
{"commit": "08a73d1b5bb5f3adc1199f3c1c8081bb02cff6b9", "message": "Test negative numerators divided by a power of two constant.\n", "proba": 5.192197477299487e-06}
{"commit": "209330f9aac25d928d0c4725234be810e2f7963f", "message": "Initial checkin.\n\n", "proba": 1.5982060119767993e-07}
{"commit": "2b3e64019dbd8d92a4a40ca37d1166cf2237fc57", "message": "Column Model for Row Header Column.\nzeroth column\n\n\nSVN-Revision: 4234\n", "proba": 7.711904800089542e-06}
{"commit": "f92c9154eda1dfcad14e7f13587d4d2b343744fa", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "bcbec0ccd07d04597992d7ab0dede34288ba31f3", "message": "Fix bug with transform Animations\n\nA recent change to enable View properties at the native DisplayList level\nmistakenly cuased Animation transforms get be ignored for any View with\na DisplayList. The correct code should have checked whether DL properties\nwere enabled for the view (disabled by default for now).\n\nIssue #6173975 Animations are gone\n\nChange-Id: I5d5f53f854fb1b533a3150158e84392d7283d2a8\n", "proba": 1.7085883428080706e-06}
{"commit": "a2ef00b4282dcf122c3bdd6fc23cf772474f6abb", "message": "Don't invalidate view if setEnabled doesn't change the state.\n\nCheck the current enabled state before setting it, in case there's\nno change. Otherwise some apps are repeatedly redrawing buttons based\non validation of some text field (like gmail or mms message bodies).\nShould slightly improve the performance of soft keyboard text entry.\n", "proba": 1.2240369073879265e-07}
{"commit": "e55e1a78857b5d952f593c912655011fced355d5", "message": "Change fade to use a gradient from opaque color to transparent color.\n\nPreviously the fade was using a gradient from opaque color to transparent black.\n", "proba": 1.5126980201785045e-07}
{"commit": "fbafc786482d61444da984aea26d6d8fe58ee031", "message": "Cleanup unused icons on the floating toolbar.\n\nFloating toolbars move to a text based actionMode.\n\nBug: 20212703\nChange-Id: Id94599487c2c70712f20d7044cd7ba1248813945\n", "proba": 9.195857728627743e-07}
{"commit": "72fedd52b312ac9a6cb89e05601473285ed99e2c", "message": "am f3be3ddf: Merge \"Fix: Selection handles can remain on home screen.\" into mnc-dev\n\n* commit 'f3be3ddfd86c362f21948b8253bf8a88a710ed82':\n  Fix: Selection handles can remain on home screen.\n", "proba": 3.149036444938247e-07}
{"commit": "7184c8aaf1c1bae4f6b1e31125342c6d023e1ec5", "message": "Remove insertion action mode runnable on selection start\n\nThis was in a previous change and accidentally got reverted on a rebase.\nWhen going from an Insertion to a Selection/Drag Mode we want to make\nsure no insertion modes are started by pending requests.\n\nPrevious change with accidental rebase:\nI91bcd0d9c3e68d9c736698fe0bec010b4c9f5cf3\n\nBug: 21647271\nChange-Id: I32c152494d236b693a489ea97448904163c9620a\n", "proba": 3.014379899468622e-06}
{"commit": "a545088190c2751003b0c2f98b91f286e89b2f56", "message": "FeatureTest.java\u3092\u8ffd\u52a0\n", "proba": 4.5354249778029043e-07}
{"commit": "0c74c8ef3314490314b263ae18888efc31102011", "message": "declear var\n", "proba": 5.71356122236466e-06}
{"commit": "c231ac96eb4feb7e21dd0bb09d35ffe6a3b99d8d", "message": "add entity\n", "proba": 0.9999345541000366}
{"commit": "b2a0ec499dc1e6e483a9dd21b41cbff53512672f", "message": "Create A.java", "proba": 9.171385499939788e-06}
{"commit": "c59f6ec7539be6942a3a11687de9289a43910e35", "message": "Leetcode 1152\n", "proba": 5.113246061227983e-06}
{"commit": "f76522eb03baf0b6003a1cccd898cd8dd882c4a1", "message": "runescape-client: update Main to set client size, which is now required\n", "proba": 1.141720176178751e-07}
{"commit": "35075f867f797ae003bea3020e3d2a34090eebcc", "message": "Rewrite return method\n", "proba": 0.021210182458162308}
{"commit": "dbad0c01c00bb8f203c29f182165911beb87a821", "message": "can't use P1IntraSimple because it doesn't create type-based a non-bonded potential.\n", "proba": 1.1701872182356965e-07}
{"commit": "73ab504a62ab22670e2f3531a4b3750386dc16c0", "message": "Vaccine Inventory Program controller\n", "proba": 2.1622402357479586e-07}
{"commit": "8c7de9207286fd635778f5fa581b259933d7a573", "message": "Oops.. missed in last commit.\nMmm... unit tests.\n", "proba": 1.0490270341279029e-07}
{"commit": "88c9c4c20db12d27f6d3d61eb9775a5d31d5a998", "message": "DomainModelPostprocessor.java\n\nSVN-Revision: 28658\n", "proba": 1.8795402922933135e-07}
{"commit": "ed9b0672cbe19c629722c3b7af7fc9076410e91f", "message": "missed file\n", "proba": 3.1245721743289323e-07}
{"commit": "247662b1c483a58af67561667694b2d5c3e60cf6", "message": "Fixed test so that ADD/UPD json is correctly compared to ADD\n", "proba": 6.20547780272318e-07}
{"commit": "c991e8e611ffcbec037cc81cd10b3f23c8c48bd7", "message": "* performance optimization\n", "proba": 2.3104634294668358e-07}
{"commit": "1f9b2aeb06cc5b03d28c2e4b2cb3f4b462e65e39", "message": "#AlertTuto: clean tuto\n", "proba": 4.4969766577196424e-07}
{"commit": "8b1627a575f162b84ed5ac13ed0b2dca2e842419", "message": "Added ExperimentalAnimationFactory\n\nSummary: `ExperimentalAnimationFactory` is an experimental `DrawableFactory` that can be used to create `AnimatedDrawable2` for GIFs and animated WebPs. This is still WIP.\n\nReviewed By: kirwan\n\nDifferential Revision: D4167093\n\nfbshipit-source-id: 6116de80b909829144498653f3d57522f6870742\n", "proba": 1.34074369384507e-07}
{"commit": "8600a409f126f75e7180e12a0195100a90671feb", "message": "First commit\n", "proba": 1.9779638193995197e-07}
{"commit": "2db1d8d1ee342313da2601740b1c526aa337b11d", "message": "CAMEL-8174 Fixed the camel-test-blueprint build error\n", "proba": 1.2705267238288798e-07}
{"commit": "84b7a303bd44cf06760aa10258c81280fce93c05", "message": "[WFLY-8853] Cached connection manager runtime ops are read-only\n", "proba": 1.3520869401872915e-07}
{"commit": "6c0c46488187297f59cce7457c3e340c68be35de", "message": "Added support for creating offline Aether repositories (#1121)\n", "proba": 1.0368154335083091e-07}
{"commit": "cd45586df8ac02a01cafd3454695e981525fc7a3", "message": "feat (thread) : re entry lock.\n", "proba": 1.0536994210497141e-07}
{"commit": "2cd09abbfe5c796da70f102de640b8c819a9a92e", "message": "Fixing test.\n", "proba": 4.232168464568531e-07}
{"commit": "0f2dadd28699aeff626ce0dd21c9b8ce8b3b6111", "message": "DouniaBerrada: Adding better error message for failures due to users using incompatible APKs with some SDK versions to avoid issues like issue #2213.\n\nr15452\n", "proba": 1.2633978485609987e-07}
{"commit": "7f1de41953f339de1881dcbaa322048edfec6c38", "message": "368920 - JettyAwareLogger always formats the arguments.\n", "proba": 9.835881087383314e-08}
{"commit": "62e82157d44a08da7d0646e59ceb7ffecab9fc69", "message": "OPENNLP-766 Added automated name finder evaluation test using CONLL 2002 data\n\ngit-svn-id: ea2ac7117ce80da69eabfd608b4fc2566390d6b5@1673824 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.7882744884900603e-07}
{"commit": "176e0f2376fbdb572774cd2c15b841aaa93129f6", "message": "add hibernate util\n", "proba": 1.5032783267088234e-06}
{"commit": "811e08fa4456fc48b1c590b7aaae5f6c8815404f", "message": "More on capabilities ...", "proba": 1.1396173960065425e-07}
{"commit": "44fd2cf37c78e5db58913ea6320b947cf9f67b42", "message": "adding another constructor\n", "proba": 9.018742161970295e-07}
{"commit": "ed480cabfd3cf3a79cca39aa76c7e8e4771cd60b", "message": "Added ReferenceTracker class.\n\nThis class manages reference objects that have been assigned to the nodes of a\nmodel. The references are kept up-to-date, even if nodes in the model are\nreplaced during update operations.\n\ngit-svn-id: 4d2f6dd30f5a0be98dbaed7efb816909137a9566@1585183 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.70253985945601e-06}
{"commit": "6f79164302d028e7f451579f8b04b41bdbcf41ad", "message": "VTK-2124 - remove ACEs in shortcut on view if exact match with shortcut\n", "proba": 1.1425589008240422e-07}
{"commit": "8142b642ea662f675c93c91148c148d757581ae6", "message": "Re-ordered BoxDrawingCharactersTest arguments\n", "proba": 2.094965765309098e-07}
{"commit": "24867461294f8680d2a69ab61247906bb2a0b91b", "message": "PRODEV-382\nRemove @Deprecated from some constants.\n", "proba": 1.0380184534142245e-07}
{"commit": "44c3a59d3e0a22f2a06922aa0aa9bbadd5527d43", "message": "Add a stack implementation using iterator\n", "proba": 6.467865205195267e-06}
{"commit": "0fd93ba0110c12e1af47a6a9b69b0374e3c86fc1", "message": "array, deque\n", "proba": 3.111116893705912e-05}
{"commit": "641bbfcb17a5f8270336b3fc6c9adcfce7ca980c", "message": "get_Subviews() can apparently be null in iOS 7 b3.\n", "proba": 1.1636658570068903e-07}
{"commit": "3764f3278f2a69914e485d6b216e9d91e1bff32a", "message": "Create Rsrc.java", "proba": 1.3700711178898928e-06}
{"commit": "536d541052aeb730f043f1231f3113d9843125eb", "message": "fixed bug where a different preference file was used when app started on computer startup\n", "proba": 4.340943746683479e-07}
{"commit": "a3898b32b318f6b281f08317b4713e80acce2897", "message": "reverting r694783, everything is fine again.\n\n\ngit-svn-id: a031770e70794c6dec522d5ab570c007cc1190a9@694785 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.56736677531444e-06}
{"commit": "24edc60be1e2333323208f0189fe0568deb35ce0", "message": "TestMetaworksRemoteService is required in Testing environment.\n", "proba": 1.0959165308577212e-07}
{"commit": "ccd2d7454bd39a56354ae535e2bd3d19a3fd3dc1", "message": "oops! checked in with a System.out!\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@314830 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.088578293703904e-07}
{"commit": "4b5c61286f59cf02e8a53439574fa218eae23371", "message": "Group locations added\n", "proba": 1.3469799853282893e-07}
{"commit": "7f8d3358ebb83de17718141b25d8247cbad093f4", "message": "Util class\n", "proba": 5.88062675888068e-07}
{"commit": "92f01382603caa83d7aac525b072b8b5c91c9eb2", "message": "Encoding update\n\nCloses #14 - all \u00f7 are now replaces with \" \".\nCloses #13 - 2 or more spaces are replaced with single space.\n", "proba": 1.3116228103626781e-07}
{"commit": "eb791903806612cfba804607277589a3e8a4a037", "message": "Depth buffer disabled for bloom rendering.", "proba": 1.1101087693532463e-07}
{"commit": "039bfa3cb223723dcbb4e47336df5ec8ab2cfdd1", "message": "Added Set matrix zeros\n", "proba": 2.139278194590588e-07}
{"commit": "2531b787ff22f846a6424b87f460b82325cd484a", "message": "am 78688688: Merge \"Fix screenshots.\" into lmp-dev\n\n* commit '7868868812a8c383476fa8d2997f3acb3bde5865':\n  Fix screenshots.\n", "proba": 1.4255397218221333e-07}
{"commit": "0cf6418e090764b6880f5a8af19e8f7f7fc41858", "message": "am 9a042772: am 2a0b3c0d: Merge \"AnimatedImageView: Stop the animation when we\\'re not visible.\" into gingerbread\n\nMerge commit '9a042772c2d76dba3a541dc4190b7be1a438445a'\n\n* commit '9a042772c2d76dba3a541dc4190b7be1a438445a':\n  AnimatedImageView: Stop the animation when we're not visible.\n", "proba": 0.0008420643862336874}
{"commit": "5ad527f587d53033ec50888e23078bb8f8cfe81e", "message": "add concat test\n", "proba": 6.201679525474901e-07}
{"commit": "d379e1d457e0c50e47a9105a89a0b618288c7887", "message": "Test for geting data that calls IDM added\n", "proba": 1.3067460713500623e-07}
{"commit": "553a7661a55eb1776f2c9627eeaec8f49e32fe5a", "message": "added test case for capability entity\n", "proba": 2.0269081346668827e-07}
{"commit": "18be89e165bba57fd3190318ed4e7b9fac24ed1f", "message": "Add java solution for 23. Merge k Sorted Lists\n\n23. Merge k Sorted Lists: https://leetcode.com/problems/merge-k-sorted-lists/", "proba": 0.9981291890144348}
{"commit": "6447dc3214ff8aac41b14f59998177717e6b2e7b", "message": "Majority Element\n", "proba": 6.642620746788452e-07}
{"commit": "d0789ec99593bf556c88ff866a81d23449df1911", "message": "am 39014026: am 29853a35: Merge \"Only decode EXT1 tag when it is available.\" into gingerbread\n\n* commit '3901402600daa5ef9fbcae7b4b9400ee8ca1a317':\n  Only decode EXT1 tag when it is available.\n", "proba": 2.0174179837795236e-07}
{"commit": "e753127cc153da2dfe3e611090e94c6ab11275f4", "message": "changed music file filter method", "proba": 5.103139528728207e-07}
{"commit": "ba4da86add74aab16e3cf204dcf7ea25adbbaafa", "message": "am fe8eaf3b: am 1c045003: Merge \"add mouse up/down/click support in DumpRenderTree\" into gingerbread\n\nMerge commit 'fe8eaf3b5dc52cecaf15ccabe9a8717cce701f6c'\n\n* commit 'fe8eaf3b5dc52cecaf15ccabe9a8717cce701f6c':\n  add mouse up/down/click support in DumpRenderTree\n", "proba": 6.53764743674401e-07}
{"commit": "aa1b0f24dc44bd5ea354cc92bd28d0b0e839922d", "message": "Partition Linked List\n", "proba": 4.821272341359872e-07}
{"commit": "dc3cd149c780a4b3615bb3ad83f5c3aabb759ced", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "c3becfe940f006d25b3b952072eafd7d2dc802f4", "message": "Delete PointsArray.java", "proba": 1.0744847713795025e-05}
{"commit": "41557c2a04683a52d2805a1037844fff98027392", "message": "static methods like get duration in string or convert dp to px\n", "proba": 3.2911165703808365e-07}
{"commit": "43e732c177392956523dbf3865eac4ddd4e66888", "message": "HBASE-22886 Code Coverage Improvement: Create Unit Tests for class ConnectionId\n\nSigned-off-by: Jan Hentschel <d578fdd300b8c938efb2f672d6088098989ff57c@ultratendency.com>", "proba": 1.0562388297330472e-07}
{"commit": "27d7c1390a5be35d3edfe2b937be4878cdbb4d36", "message": "Add TestTpchLocalStats stub\n", "proba": 2.282548479115576e-07}
{"commit": "9c1e1d6b6c9e00d3e122e579a1951abb1f16a5e2", "message": "listener update\n", "proba": 4.869064014201285e-07}
{"commit": "7f1abc324c31987a640e83b1e49de27c9e65187e", "message": "example 7", "proba": 0.001590666244737804}
{"commit": "1cb8c6a1bc10b070a9be8a2e5843b6511e23c69b", "message": "\u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c, \u0447\u0442\u043e \u043e\u0442\u043a\u0440\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u0442\u043e\u0432\u0430\u0440\u0430\n", "proba": 4.842537600779906e-05}
{"commit": "fb91be1b18a901d8920c1833ee8f1f48e19ab902", "message": "Minor typo which cause a build failure on the JDK6 branch.\n\n\ngit-svn-id: 38d176a088663cba44dd40f58e77e6472acb7674@1429659 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.522241503465921e-06}
{"commit": "bb9f5032071d1451c88a06aaaf81957577840aa2", "message": "fix build\n", "proba": 6.818289080001705e-07}
{"commit": "c63d2e552bcc6ec1d33de1404c8bda2297e7c9b0", "message": "CheckProcess now handles setting UploadItem data (ChunkData and Bitmap)\n", "proba": 1.135148508524253e-07}
{"commit": "e5335791148a7af77ecc9f964d784b1d7fde59a5", "message": "ENG-1157 first cut\n", "proba": 1.6304117878007673e-07}
{"commit": "cdba1df02ae2405c92d1e876723046f3b2f22691", "message": "added UnrecoverableException\n", "proba": 8.513352440786548e-06}
{"commit": "d0e88c8f4f7a03cc39c2276e708cac6c684d6b5e", "message": "KCIRB-245 : Minor changes from code review\n", "proba": 1.0631026725604897e-07}
{"commit": "5d4163e42b0b3caace6740ee71a68a99ff86f3f9", "message": "Fixed typo", "proba": 1.2940510032422026e-06}
{"commit": "df1efd95bc3d2aa7c33cc5478ec77cbcfb225b9f", "message": "Modify comment9\n", "proba": 1.291073772335949e-07}
{"commit": "1ff63e5c87b001b43493b52724c47f26c23c942d", "message": "Fix unflatten() for the new methods on Callable\n\nSee #1155.\n", "proba": 1.1395750476594912e-07}
{"commit": "a6db15e36e81aef23103934ee49931cce2838a4f", "message": "Forgot to check this in before.\n\n\ngit-svn-id: a878c62e23c3cdd7109267dfd9bdff0ba03a0163@858 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 3.4428437629685504e-06}
{"commit": "dc63d06f47bccb465eb4ac5374915d94b492a5e8", "message": "Added problem statement for CountBits.java\n", "proba": 1.321526781339344e-07}
{"commit": "a6b56cbc38d4b4ca7cd831922933a48944c10613", "message": "subo matricula", "proba": 2.2196475129021564e-06}
{"commit": "2653d7c09c333500a78ad0d2c779738b90f1f7a1", "message": "Forgotten file\n Please enter the commit message for your changes. Lines starting\n", "proba": 6.607120326407312e-07}
{"commit": "03f4ddac1680487e194fe855d753dcfaa63902f5", "message": "Add a generic combo box device\n", "proba": 8.363093115804077e-07}
{"commit": "e2a38a585ba8823957dd8c8df0f40e9e9bd81d90", "message": "For JDK1.3 support\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@323996 13f79535-47bb-0310-9956-ffa450edef68\n\nFormer-commit-id: 8ea8be72ef928942136c7ddef5d5afe5d06b24f7", "proba": 2.11716678677476e-06}
{"commit": "8c4f90691f96b124826a3696036182358c0779c0", "message": "*** empty log message ***\n\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@1181 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 8.792658832135203e-07}
{"commit": "e8ded63f9db3f99705392fd956210d68dab44846", "message": "Delete DList1.java", "proba": 1.743399116094224e-05}
{"commit": "14287c8d2deaa2c27024549779fab45841cbb5e3", "message": "TIF: Put comments for the newly added US and Canadian rating strings\n\nBug: 18433516\nChange-Id: Iff7a100edd82cc4195239cac8d6ac7b8fed4b8b5\n", "proba": 2.764951716471842e-07}
{"commit": "fecb615d94930bf64422c265251a6eed0b5969c7", "message": "Add Platform tests\n", "proba": 4.437538052570744e-07}
{"commit": "8c96a8825d12bbc9f1c78a339a073696ff3df726", "message": "Add missing test\n", "proba": 0.0003828382177744061}
{"commit": "c8755608caaace18db8922e13979b39f12e5efce", "message": "Rename test", "proba": 1.4000934243085794e-05}
{"commit": "f971e82651f75c86ce5b987468f9559569cc8ae8", "message": "Copying from Collections to Lang\n\ngit-svn-id: bab3daebc4e66440cbcc4aded890e63215874748@1154841 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.256411673646653e-07}
{"commit": "32a2f2d3e6619d2e027d7f763210575b6c5e3700", "message": "\u4ece1..n\u4e2d\u627e\u51fa\u6240\u6709\u548c\u7b49\u4e8em\u7684\u7ec4\u5408", "proba": 1.1986344361503143e-07}
{"commit": "00d306b4f056bd978bc9337f496197050de34a28", "message": "Added Task class\n", "proba": 3.2197624477703357e-07}
{"commit": "f055fe90b627bbcb3a1f26076c51ede840d46b88", "message": "Produces gradient fill images.\n", "proba": 1.1642230646202734e-07}
{"commit": "ff1d664a52cf21b2c1b2bfa273f79c93281ccd2a", "message": "Go into offline mode on startup if no host is given on the command line to connect to.", "proba": 1.2162036000518128e-07}
{"commit": "f3d924ca0d3e8225824eb50540962e1890fea6f2", "message": "Set a default dump type for DRT as a workaround for indeterministic order in receiving dumpAsText and onPageFinish callback.\n", "proba": 1.0264086114375459e-07}
{"commit": "ee4382fcfc972e9986207f5f07aca85ffad6c391", "message": "Added testFindRangeBounds().", "proba": 1.1614727668529667e-07}
{"commit": "c7937dc603ff641f3cb4e3d486795c62f1e83835", "message": "Update TermPrimeTimesNode.java", "proba": 6.573175710400392e-07}
{"commit": "763171531e560ad6d7e3f8d381e07a4c09a3935b", "message": "executeRx support\n", "proba": 2.2308984171104385e-07}
{"commit": "8530a97fccc667ca6c7d8dad216499a5a91e438d", "message": "Added ServerInfos container class.", "proba": 1.1525110465981925e-07}
{"commit": "42f1f7b241f0f7bc75c5cd31f0670a7285b3f7ab", "message": "state, dependency\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@5589 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 1.223285721607681e-06}
{"commit": "fbf8d80d5a4529c689ab518a217466af345a89ae", "message": "distinct subsequences\n", "proba": 0.7921316623687744}
{"commit": "a2327d441fd23a8e62b482d4a213c1acba9c4ffd", "message": "Se agreg\u00f3 el atributo subject al email", "proba": 4.8789854190545157e-05}
{"commit": "ea6e451c94d986c48c76f9528f76722d8c1d1fef", "message": "HBaseAdapter on the c++ side.\n", "proba": 1.1727433957275935e-07}
{"commit": "bfae5d04c6ddca2dbdf10a645bf331913fa13fe6", "message": "Create MockEvents.java", "proba": 5.030063334743318e-07}
{"commit": "9774bad20b26773c100ab3e37469375f4a4fd1af", "message": "Complete GPXParserOptions\n\nTo be used to restrict the amount/kind of nodes parsed in/out", "proba": 1.969981866523085e-07}
{"commit": "5b516ca0a870aaaf5870595b7f7ecbcc25dd0c93", "message": "Main class\n", "proba": 4.814352791981946e-07}
{"commit": "40fde6fd4d60217178028b4eaf7cf85747cb7209", "message": "Create strCopies.java", "proba": 8.683842338541581e-07}
{"commit": "0684e35520e24918b18489502c8171fd257e0b3e", "message": "*Akte: Fixed shortText\n", "proba": 1.6024397098135523e-07}
{"commit": "22b002a8afb06687e9ad8839caecc87bd3b3c9c1", "message": "+Akte: Added getTime() & getDate()\n", "proba": 2.838013131167827e-07}
{"commit": "0f82587cb8b7d746a692549d49f3295def4971de", "message": "Adds a spec flow test to ensure beforeAll and beforeEach blocks are execute in the proper order.\n", "proba": 1.0513385717558776e-07}
{"commit": "9055ab2831bec7cacf546406d5e53732b5776771", "message": "Added JavaDoc comments\n", "proba": 1.3257329101179494e-07}
{"commit": "a04e605f45c69be9c1ac91902742c5cf51025f4b", "message": "move the test to a different package, to make sure it will run as part of regular IDEA tests\n", "proba": 2.487817027940764e-07}
{"commit": "f3824135e8e502e92328366c9a8540b1d2106d67", "message": "cleaned up formatting of code", "proba": 5.0168309826403856e-05}
{"commit": "74bb4b672b76b0045c608e4265e0b0a34ce66b1e", "message": "[imj3][draft] Add tool RoundObjectSegmenter.\n", "proba": 1.0733798205819767e-07}
{"commit": "16d73a752e9ee937c39be4ce2da5411cf1af0c5c", "message": "am a96ba381: Merge \"Only add successfully bound profile services to mProfileServices.\" into lmp-mr1-dev\nautomerge: df55bf4\n\n* commit 'df55bf45e8ebcf699b9b4574db9119809935c549':\n  Only add successfully bound profile services to mProfileServices.\n", "proba": 1.1322665613988647e-06}
{"commit": "77f8112d526b60ccdc099dd418c8955d47b5418d", "message": "am aed35d6b: Merge \"Not include fullscreen opaque window on screenshot\"\n\n* commit 'aed35d6b57b4076b9b405c384f6d1f65253ab2b0':\n  Not include fullscreen opaque window on screenshot\n", "proba": 6.094763307373796e-07}
{"commit": "f9819b011983f974f481b83a7e80d00569968900", "message": "am 17fc8574: Merge \"Sync focus stack frame and layer with focus app.\"\n\n* commit '17fc8574e55d542744f22e34bf1103bcfbefbc27':\n  Sync focus stack frame and layer with focus app.\n", "proba": 1.1209107952936392e-07}
{"commit": "6c7c9ab9f452e83455414919e3edaf1123024b52", "message": "Final 1\n", "proba": 4.930495560984127e-05}
{"commit": "5dd3b90a26699669ac6ec7eba3ad734f88219f45", "message": "change\n", "proba": 5.156657061888836e-05}
{"commit": "29ab4fc88c43fd5d5554994c7800d43b477ca5c5", "message": "Add CC class, a data type for determining connected components in an\nundirected graph.\n", "proba": 1.0597420185831652e-07}
{"commit": "beaa591d6ec3c2b94e51eb3aa7ba20de0d9cbd31", "message": "Added Path class.", "proba": 1.2176506913874618e-07}
{"commit": "7039275fc292ee9fe3ec9db63c53a02f4dd8a1b4", "message": "Add new file for last commit", "proba": 3.384272702078306e-07}
{"commit": "7322c96530b073f78990a0ac444f314275d101c4", "message": "Fix : Castors\u521d\u59cb\u5316\u65f6,\u591anew\u4e86\u4e00\u4e2a\u5bf9\u8c61.", "proba": 1.2505809365848108e-07}
{"commit": "b7f0916a5e3365c11feaa634fbe9fc5147f33243", "message": "\u63a8\u8fdf\u5b9e\u4f8b\u5316,\u4ee5\u4fbf\u987a\u5229\u52a0\u8f7dCastors;\u4fee\u6539castToString\u65b9\u6cd5,\u5f53\u65e0\u6cd5\u627e\u5230\u7279\u5b9a\u8f6c\u6362\u7c7b\u540e,\u4f7f\u7528String.valueOf(src)\u8fdb\u884c\u8f6c\u6362,\u907f\u514dNPE", "proba": 2.42308203723951e-07}
{"commit": "763659371532c0d81e25fa9bd1f440b42a30eac6", "message": "Module 05 - task 10", "proba": 2.0501216567936353e-05}
{"commit": "f0584687b2976a3c6d0f147cf6b3d18352e0ea04", "message": "Module 06 - task 02", "proba": 7.161884423112497e-05}
{"commit": "675fbd6be8615ff9f203dafe8d407a536224f803", "message": "Module 08 - task 02", "proba": 3.718848165590316e-05}
{"commit": "bdd7fce74ad443160f19305d2554af6d2755cf09", "message": "Checking how ftl handles bootstrap, as well as accessing the webpage. Had to change constructor to be capital declaration, matching filename.\n", "proba": 1.0796669869250763e-07}
{"commit": "30212d365febdd3ffb7e9b7842d9a06edebdde62", "message": "A quick check on printing in a website before class.\n", "proba": 1.0636401270858187e-07}
{"commit": "4ae40f5d991883bd5b9ad4e73ef7e22a461c8833", "message": "updated DisplayMessage\n", "proba": 3.8736541796424717e-07}
{"commit": "99b9412ee994d99dcf17e887210ae59960965485", "message": "I forgot to commit this file in the previous one ...\n", "proba": 1.07645512059662e-07}
{"commit": "618c2ec260fab79d2eaf51fdf17ccf5151e61b7f", "message": "first checkin of encoded property\n\n\ngit-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@112 4f837ed2-42f5-46e7-a7a5-fa17313484d4\n", "proba": 1.8523958715377375e-05}
{"commit": "bf9d48e1717933fdc3679096a2c69d0b6b5b8b1f", "message": "factorial.java\n\nPROGRAM TO CLAC THE FACTORIAL OF A NUMBER.", "proba": 1.4475027398930251e-07}
{"commit": "99853d5ba6a9e7135cd1e4a6f6ebc2b9e2d47d8f", "message": "Liten \u00e4ndring i import\n", "proba": 1.5556548760287114e-07}
{"commit": "2da70766d251305b1fddcdc9b5d4d026a6035851", "message": "Removed dead code in SourcecodeCompiler\n\nSigned-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>\n", "proba": 1.2154080764048558e-07}
{"commit": "1f08966eb27f8030ec83963105d768bb18ff127a", "message": "Add HelloServiceServer.java.\n", "proba": 1.7364948234899202e-07}
{"commit": "f965b55ba16bc5e9a09044cd2be75574094751e6", "message": "null check; page could be expired/ null\n\n\ngit-svn-id: ac804e38dcddf5e42ac850d29d9218b7df6087b7@455779 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.480027877842076e-06}
{"commit": "14e7444dbccc350194646c575022b5eabb5abddc", "message": "Create Cuatro.java", "proba": 3.4324961006859667e-07}
{"commit": "dc1b9366944f9f9029ac7b1238935a6c2f30e5a4", "message": "node-interface added", "proba": 6.637124556618801e-07}
{"commit": "87f10d0b6a903519963bafec6b227beeee3c7a2a", "message": "add #993\n", "proba": 3.0558962293980585e-07}
{"commit": "02f1a8e380f76ef921e93656b30ea2a65b7f4c52", "message": "Create NIC.java\n", "proba": 9.341036388832435e-07}
{"commit": "73a4b4b6866033b20ba0dc9ec39f1ffec42d7857", "message": "add ThroneInheritance.java\n", "proba": 0.9986991882324219}
{"commit": "a784cb19ff45aaba1ca8adb0c777f2e369760847", "message": "Chapter 9, Exercise 5\n", "proba": 6.604690952372039e-06}
{"commit": "cdf3ac584e0d90ae420e27e24fc17b694e47a506", "message": "Create AllTests.java", "proba": 3.8697956483702e-07}
{"commit": "849b6de288c800094ee88ab7a35be08d9451f1ef", "message": "New test added for DOCUMENT_WORKFLOW_STATUS\n\nSVN-Revision: 11435\n", "proba": 1.2180606745459954e-07}
{"commit": "97e4dcd5b14178b075048d92b7c730c42ee07198", "message": "Create Andryusha and Socks.java", "proba": 2.3231679335822264e-07}
{"commit": "856595ca9b59661bc64010630635c7c8ac6bb2a6", "message": "remove Fibonacci.java\n", "proba": 0.9998815059661865}
{"commit": "b573183f315b78439f6f7463a18901e352642a1f", "message": "SAK-41717 second part of fix also clean the plain-text sent by mail client (#7085)\n\n", "proba": 1.0067481071018847e-07}
{"commit": "d76d928ff7ba40a6ced1de2e5a2ef9d498d3954a", "message": "Fix bug where error message is shown if settings file is missing.", "proba": 1.2388008485686441e-07}
{"commit": "927016e35cdf269e6b10067ba1e745e16238d71f", "message": "Exercise 2.13", "proba": 6.996028218964057e-07}
{"commit": "e54cb65d3f2afe9054da663799aed5577ce36d2f", "message": "[clean] fix #39", "proba": 9.82998926701839e-07}
{"commit": "273bc1798d5d8e15119ca7c66f96b329753a6319", "message": "Added playlist support to vinny\n", "proba": 1.6847997130753356e-07}
{"commit": "23a64f2ff1d2261eef3273e0bc588f116eda6a8d", "message": "added new circular buffer factory\n", "proba": 1.3790858588436095e-07}
{"commit": "fffbb63a70d8b2b591e76746d67da62a268d21b1", "message": "add loses files\n", "proba": 1.1417805581004359e-06}
{"commit": "6daa83eda85a834f1fcae451a8d6df13567f5dfc", "message": "fix deserialization of blink log entry\n", "proba": 5.212305495660985e-06}
{"commit": "3622671392a82a2a338199f2058bddd366f86d01", "message": "SLING-7109 : Add test case\n\ngit-svn-id: 6eed74fe9a15c8da84b9a8d7f2960c0406113ece@1807447 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.6354182434952236e-06}
{"commit": "805bd70b6d197d76174d476ec2e8a3772b11d717", "message": "(Build Sheriff) Temporarily disable some tests that are causing failures.\n\nBUG=532852\n\nReview URL: https://codereview.chromium.org/1354583002\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#349403}\n", "proba": 2.8492837600424537e-07}
{"commit": "b485edfdafd7154b418aa39659d07146216485a3", "message": "Add WindowsPingCommandTest\n", "proba": 4.839413350055111e-07}
{"commit": "7be7ca868fe0a9c7766ec2de46487a858d6ee2e6", "message": "minor improvement: add unit tests for NoPermissions\n\ngit-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1822880 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.383446482985164e-07}
{"commit": "1488ff9659b9b8973cecc25d8e1e431919fc2de8", "message": "app: implement migration, #TASK-1006\n", "proba": 3.2389368698204635e-07}
{"commit": "bf8f9401f9793b4dbb1d8b3cb7f948e24e4d5095", "message": "screenshot correctly", "proba": 6.146858595457161e-06}
{"commit": "64db622f5b6c643e9565b32ebf8280f308083fa9", "message": "Re-implemented the XML generator\n", "proba": 2.098063987432397e-06}
{"commit": "8eb6f5e76df1981d6f57f36203b8e39500bc5447", "message": "Revert \"Implemented ValidationOutcomeEnvelopeRepository.\"\n\nThis reverts commit 0281429a54d194f6350091327a332309bbe25faa.\n", "proba": 1.2198161414289643e-07}
{"commit": "46d78768b81b646efb143440cce6e4b9652709fc", "message": "Add missing class\n\ngit-svn-id: c55cfc7c8893d43c3333f2d886128b43c8520716@438502 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9995619654655457}
{"commit": "06409d2f24f9ca70ab1e9511a499d6c43ba1dabb", "message": "View\u6e90\u7801\u5206\u6790\n", "proba": 1.798961761778628e-07}
{"commit": "78a648d122fd9b786ce768dd22c553073d59908d", "message": "Create Client.java", "proba": 1.1778649877669523e-06}
{"commit": "b3e06e93233c1df0f1816e662ee2de14ebc6d71a", "message": "Music is now on a menu, and there is On and off buttons, music now stops when you want\n", "proba": 1.4536504977513687e-07}
{"commit": "e4dbbaf52ac57244ecc43f2301fa574eca34bc79", "message": "Update AssortedMethods.java", "proba": 2.3193514664399117e-07}
{"commit": "408a529fb6ab420e3722b7c1620d00ce944588b2", "message": "Changed attribute predicate from List<String> to String[]\n\nSigned-off-by: coduz <ded987c534c96b462feeee54a345bec2d025746a@eurotech.com>\n", "proba": 1.8265700418851338e-07}
{"commit": "99120d4c05a9d2b2717b4ec378d597ac05f52326", "message": "Workflow changes to send FixError and QA Path directly to publication without RESOLVED step.\n", "proba": 9.922975152676372e-08}
{"commit": "27b4e9559417e50daa6e0058228f1d333a292ff6", "message": "Fix to cancel with non-current advices\n", "proba": 1.8361619424922537e-07}
{"commit": "62f0beb5ed0ec89ee5627653842e9c07c54895b2", "message": "Transaction recording and rollback support for bind and rebind.\n", "proba": 1.0807424644099228e-07}
{"commit": "08f714e344da803cafee7d670ff63fc3a75fc9d7", "message": "[BEAM-5269] Integration tests for BigQueryIORead\n", "proba": 1.12439039412493e-07}
{"commit": "6d372a8e6b04701c9c807e8b5eeec32a29db6e5b", "message": "Greedy algorithm which does not give optimal silution for coin change\nproblem.\n", "proba": 1.441920005618158e-07}
{"commit": "ac31e3ea0d9040d5ee190bd0f1098de7f03c1f10", "message": "Added test (not yet a JUnitTest)\n\nAdded test (not yet a JUnitTest) for term structure model with tenor\nrefinement.", "proba": 1.0106035830403926e-07}
{"commit": "2f1c66aa25be3cd778557875b4152232d9634732", "message": "Moved timeout methods\n", "proba": 8.541355782654136e-07}
{"commit": "ac649eef34222c43aee1fdaedf45937a931bc7ce", "message": "add asp insert test capturing ARI-3880 (test fails)\n  missing </HEAD> and <BODY> tag.\n", "proba": 1.008210404052079e-07}
{"commit": "436b34218215ea08e67d7c3b061b9be4a58b2931", "message": "Unit Test for Gamma\n", "proba": 2.6009712428276544e-07}
{"commit": "496163e78e4c6c8a19f3f907ebbf6c2c6bdb657b", "message": "657. Judge Route Circle (easy)\n", "proba": 1.1747952299856479e-07}
{"commit": "4b2e7457ddb864330141cc0c2d8e6f72f34f0e47", "message": "Separate Team enum into own file to remove lingering dependencies on ChessPiece\n", "proba": 1.7748321567978564e-07}
{"commit": "88ab32c2f447fd1df5b0ff69cb57337536dd06b4", "message": "Added point circle tangent\n", "proba": 2.8463696821745543e-07}
{"commit": "b81c2d37e9215e1364dfedfbeeae1dbc98af6086", "message": "https://pt.stackoverflow.com/q/435867/101", "proba": 8.477999244860257e-07}
{"commit": "240010b7386516ce02749072c86ade0ce419d253", "message": "[ADD] Add solution of 2-3\n", "proba": 3.300561002106406e-05}
{"commit": "1a49726ffcaf5f335196f94ec1b8d6e1445a3055", "message": "surrounded regions by BFS\n", "proba": 2.2692630352594279e-07}
{"commit": "269f8ee86c68b1fb0e52f0286375d82d0dafec71", "message": "changed testuser hotmail to gmail.\n", "proba": 1.3200178727856837e-07}
{"commit": "b7b496c7886997f41b23a7fa7acf0a43667b440b", "message": "#18 changed notification message according to acceptance criteria\n", "proba": 1.3727976977406797e-07}
{"commit": "006bc36eab22a3bc021ab46d0afc0e1c863d12e0", "message": "https://mobiledev.itude.com/jira/browse/BINCKRETAILSLA-576\n", "proba": 1.8223315123577777e-07}
{"commit": "1f7f3f7aac39a0370e1c429085c58a101c0a62f4", "message": "removed unused import\n", "proba": 4.2686903611866e-07}
{"commit": "4a72eb72376fa95caa96618aa55392eeffb12749", "message": "New section with licenses summary (project listing grouped by license name)\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@431630 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.225530455594708e-07}
{"commit": "fefaedca86faac811b21b3917369f77348f8fd55", "message": "toString on SerializableKey\n", "proba": 7.6906712820346e-07}
{"commit": "cc38a345180aa576296c751ad3a0592330b0aa32", "message": "initial import\n", "proba": 6.214378913682594e-07}
{"commit": "7f2689bb7c360fa14412893998994c98e812041f", "message": "BaseMemcacheSerivce methods covered, including getNamespace() and get/setErrorHandler().\n", "proba": 1.050152178549979e-07}
{"commit": "6e60a53dfd9fea5fb50fe606bc7004292cfdddb0", "message": "Add unregister JavaDoc\n", "proba": 4.5422987682286475e-07}
{"commit": "fe48e6552eff02d0d82d46f7bd7bf4c62c04f8d5", "message": "[nobug] cleanup \"JSP\" in private field name\n", "proba": 2.3134002447022795e-07}
{"commit": "17b108047b1645f0b27ff30959ca3a8200ba567a", "message": "Set a title on the Color dialog we open\n", "proba": 1.5882766035701934e-07}
{"commit": "cdbeb2735312118f9ad9bad3458acae1ec99676a", "message": "Just tidied up comment for clarification\n", "proba": 1.1625122198211102e-07}
{"commit": "ac62eaa359602e5e7df3c1ff2922c53690488ab4", "message": "Addendum to bug 307497\nAdding missing resource org/eclipse/persistence/testing/models/vehicle/VehicleTableCreator.java\n\n\nFormer-commit-id: 7edb01a6c43a9bbe3bd2c4a2673cff51683001c4", "proba": 8.841513476909313e-07}
{"commit": "3c441be3e3cfa1775529dd3b17abdeccdbc111f6", "message": "[xtend][grammar] Allow modifiers and visibility keywords to appear in any order - test fixes and value converters\nhttps://bugs.eclipse.org/bugs/show_bug.cgi?id=381327\n\nChange-Id: I26a6a57c5704fabcbe66d0282beed4e5896a232d\n", "proba": 1.3009544090891723e-06}
{"commit": "17d6831e78f978626c210478346e1d2e683a5c1f", "message": "ClassCastException fixed in ModelSequencer ", "proba": 1.9027588393782935e-07}
{"commit": "90a385495eb05ff86ea99dcef9d5c367c8b74696", "message": "add H2DataSourceMetaDataTest.java\n", "proba": 2.768592821666971e-07}
{"commit": "0c8eaa642a99a0eab3faac01269fe4be0ff041b8", "message": "This closes #19\n\ngit-svn-id: 10bc45916fe30ae642aa5037c9a4b05727bba413@1865468 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.8671925633716455e-07}
{"commit": "54accb7a95cfece25e8309ef414a36a842e59c94", "message": "finished Deque (I think)", "proba": 1.232930202377247e-07}
{"commit": "295f0b573b9b02895ce2604ee3e68d8a063357c4", "message": "Given 2 integer arrays, determine of the 2nd array is a rotated version\nof the 1st array. Ex. Original Array A={1,2,3,5,6,7,8} Rotated Array\nB={5,6,7,8,1,2,3} ", "proba": 0.9999992847442627}
{"commit": "54175062ae227582e53e9a22b2f0893bbdaf1875", "message": "[462521] WTP 3.7 broken by bug 442021\n", "proba": 1.3646187824178924e-07}
{"commit": "d3c247c17cf69ddd2600fc2389fb3c3e782e10a9", "message": "for bug 211611\r\nfile got missed using Tortoise\n\n\nFormer-commit-id: 7e860e19059352a3f7f1a05124046d27afe63064", "proba": 3.5311154533701483e-07}
{"commit": "88b80d076fd48c6bad91116249790d779846c099", "message": "Create KnownLengthArray.java", "proba": 2.5546178221702576e-06}
{"commit": "bdf1ed72987faa3ff41c31a8313946fdbec4e38f", "message": "Improve the parsing", "proba": 0.9999994039535522}
{"commit": "585bc43df70248d803a58748ba624030e220ddf3", "message": "Add initial capacity to buckets list\n", "proba": 1.6926489934121491e-06}
{"commit": "7c695561a491d9c18cb7a7d6758158c15ca0bf33", "message": "Add tests for servicebuilder template\n", "proba": 2.2240837438403105e-07}
{"commit": "81c3484eb1152f58242dbcab4665a3ee537e1c97", "message": "Topic 0-Punto 2\n\nCreate a abstract factory example for diferent type of SQL connections\n", "proba": 1.8359203579620953e-07}
{"commit": "93ca57835c17922ce79b25912495aaefd9ddaedc", "message": "Update About.java", "proba": 2.5703209871608124e-07}
{"commit": "bf4b90ab93352374a9057518ea0b80a6a637e685", "message": "PDFBOX-3364: add handler for polygon annotation appearances\n\ngit-svn-id: c3ad59981690829a43dc34c293c4e2cd04bcd994@1745651 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.989279199842713e-07}
{"commit": "d26fd956a769dad9a01647319830b1aaca5da8fd", "message": "[bug 365159]: allowed fully qualified static imports\n\nChange-Id: I1b66a2b194a248e3b4bb6039eb759b9f70d62911\nSigned-off-by: akosyakov <93305abb4fd19156b2366e8285c439930563a735@itemis.de>\n", "proba": 1.2296223417251895e-07}
{"commit": "ac39e7ebcabadc61d4c08d2618b9f303fb458035", "message": " 1. \u0420\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043f\u0440\u043e\u0444\u0435\u0441\u0441\u0438\u0439 \u0432 \u043a\u043e\u0434\u0435\n", "proba": 2.1853509224456502e-07}
{"commit": "fe14a34d4b36edfcbc6483cb29a4fb8c131b1693", "message": "added constants\n", "proba": 2.2420394998334814e-06}
{"commit": "e5f55a34f4076081c07d668c946e6a2160384426", "message": "[AS7-341] Clean up domain DeploymentRemoveHandler\n", "proba": 1.3131472087479779e-07}
{"commit": "bbe8274264dfa4acd530f57efdc657295f1000f7", "message": "Create QuestsManager.java", "proba": 5.692625677511387e-07}
{"commit": "1c48250f0e5852e3d5488008b0b980ea348b2bd4", "message": "Adding some defensive code so wildcard matching for includes/excludes.\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@468508 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.3550281184725463e-05}
{"commit": "f25fc32104489fd493cf6de302a7eae3715b6636", "message": "Initial version, generates (nearly) 1.0 compliant RSS.\n\n\ngit-svn-id: 6c0206e3b9edd104850923da33ebd73b435d374d@621566 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.8419669913782855e-06}
{"commit": "0543183b11be1125461b1b04567ee4ec8fba01ac", "message": "Work around a weird NPE in WebDAV sync reported by Jon Blow\n", "proba": 1.2177285668713012e-07}
{"commit": "e2208c5cdce59a022b14dd180f96b6a1e9bf6803", "message": "Add Board.java model\n", "proba": 3.2724102538850275e-07}
{"commit": "ef663785e966d8ed7c2d822370605d2ee212f42a", "message": "#1363 Add init XAPropertyFactory Test.\n", "proba": 1.0700804864427482e-07}
{"commit": "f5e3563c8403153328a518ab945766f7de044293", "message": "Add EventOperations integration tests\n", "proba": 2.584762626156589e-07}
{"commit": "704686b2e8b46a7785c5d824857bf4a6a06902a4", "message": "increase timeout when receiving messages\n\n500ms is too short for slow VMs and leads to intermittent false\nfailures.\n", "proba": 1.202412676093445e-07}
{"commit": "71f9b4b9f04d4d86f54e751231ccdd92a56f0cf2", "message": "+ added EventBus handler to enabled sensors\n", "proba": 1.4802586179030186e-07}
{"commit": "d98484428fad873e1b4ebc68cd451f42c68328b4", "message": "unnecessary code deleted", "proba": 1.103778572542069e-06}
{"commit": "dc9f52a9bc673946291b3732129d2e23c893ca5b", "message": "Add `security` program listing all providers\n", "proba": 3.4861378139794397e-07}
{"commit": "e90cda63f7d58814676831cb43bf868e573e6bd8", "message": "leetcode :119.Pascal's Triangle II\n", "proba": 1.9323174171859137e-07}
{"commit": "28a2e1d559ea8cbeed26f75c45b374aa217b8b05", "message": "Adding H2 output (server and client modes)", "proba": 1.3715572322325897e-07}
{"commit": "216516dfa33637bd54d31523bd6013a0bdb4212f", "message": "Changed button label to \"Clear toolbar\"\n", "proba": 1.3189456637974217e-07}
{"commit": "2f97b90f5b2a3d6e566088df339a80c7079926c7", "message": "added TaskExecutor class\n", "proba": 1.884235274474122e-07}
{"commit": "bfc00c493d9dc9d31be371f307f3f260fc73b357", "message": "Added missing JmxAttributeDispatcher.\n\n\ngit-svn-id: 09d9e28c97c8f2a2f2f74908ee18e5f12b3ebee9@8383 0b971d98-bb2f-0410-8247-b05b2b5feb2a\n", "proba": 1.6004252074708347e-06}
{"commit": "ad94846b975d437814673fd79daa14a62e0231dd", "message": "KULRICE-10946 : Create Automated Functional (Smoke) Tests for KRAD Labs - Kitchen Sink Button/Header Levels Completed\n\ngit-svn-id: 2a5d2b5a02908a0c4ba7967b726d8c4198d1b9ed@42786 7a7aa7f6-c479-11dc-97e2-85a2497f191d\n", "proba": 2.524217279642471e-07}
{"commit": "e6925bdcf427e6546a193bed30c486ccf7c3acd0", "message": "csv reader\n", "proba": 1.5265262618413544e-06}
{"commit": "bcf273556e5caf0fccb352fdf89d61e2774a79fe", "message": "Create Constant.java", "proba": 1.4831414318905445e-06}
{"commit": "ea12dda71f80a9c1816203679cbbd4cbdd3a76c9", "message": "Greatly simplify PriorityThreadPoolExecutor\n", "proba": 2.6104390826731105e-07}
{"commit": "aca950af03075f2e1fb103db8f56513e4bc18eb9", "message": "default phase index should be 0\n", "proba": 0.9999991655349731}
{"commit": "e3fbe324394a2cfdc52723e5d6686b2706c38fcc", "message": "Assiciation printer in hek source\n\ngit-svn-id: 4e353c0944fe8da334633afc35765ef362dec675@2243 b4e469a2-07ce-4b26-9273-4d7d95a670c7\n", "proba": 2.855559557701781e-07}
{"commit": "3bbcf64979557b54754884ea6be31927d75bccc8", "message": "Atualizacao autom\u00e1tica\n", "proba": 1.5049522517074365e-06}
{"commit": "688e07ce92522aaad10b5f14a1d9e06c6289b25c", "message": "[nobug] combin delete and insert edits into a single replace edit\n", "proba": 1.3650169705670123e-07}
{"commit": "3e26b2899e8b07bc47a904442272c678cfd8a148", "message": "+BotModule: Datenbank-Tabellen erstellen\n", "proba": 1.544168526379508e-07}
{"commit": "dabd1ced48c679582f5b0eb7945eb7d901ac4de0", "message": "Added concurrency test.\n\ngit-svn-id: 11f3c9e1d08a13a4be44fe98a6d63a9c00f6ab23@779600 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.36553397220996e-07}
{"commit": "3b19b14af3574e105362a55c507abf1aa9793672", "message": "experimental primitive wrapper benchmark", "proba": 6.077409011595591e-07}
{"commit": "a42f9df93f395fa21f46cbc9f0871a1f01132ff5", "message": "Use setMethodTarget to optimize call to getExceptionHandlerMethodFor in controller actions\n", "proba": 1.8322157302463893e-07}
{"commit": "3b51053599b1dc58e86901744705f26c5c2b151e", "message": "handle dirty data\n", "proba": 1.7445382809455623e-06}
{"commit": "87b3f572325b3c8f237c0f9fc963221c347a8732", "message": "MPIR-66: When run standalone, project metadata is missing\nSubmitted by: Thomas Leonard\nReviewed by: Vincent Siveton\n\no applied\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@539458 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.240118869347498e-07}
{"commit": "987aeec24152cd6623cc70aebadf692e6ffa893d", "message": "Specification for searching analysissubmission\n\nThis was created to allowing filtering of AnalysisSubmissions through the UI.\n", "proba": 9.882969465024871e-08}
{"commit": "38b2bb40b41ee32f1e1753a2cbc7e09bf176de5e", "message": "Ensure there is output from a statistics download request.\n", "proba": 2.7304804461891763e-07}
{"commit": "8e837d44d58c55a2bb1f84d779f855c7b8ddf057", "message": "Fix logging error\n", "proba": 1.4840506082691718e-05}
{"commit": "7876bd7ddb495ae47d044a63175ed5e76c6c48bf", "message": "OP-325 ~ Fixes Get Firmware version test", "proba": 1.1106551767170458e-07}
{"commit": "28851b4c6196304728eebd62e152f252a9b90214", "message": "Last part of commit to change MetaClassregistry to an interface\n\ngit-svn-id: aa43ce4553b005588bb3cc6c16966320b011facb@5042 a5544e8c-8a19-0410-ba12-f9af4593a198\n", "proba": 4.6081217419668974e-07}
{"commit": "2a00a94e4d61b65cdf2bda27f97a2dd5759f8d9c", "message": "Make with the fasterfaster", "proba": 0.00013963419769424945}
{"commit": "29fe697a8c14e2c6cd87361130b15ec5c4d8d2fd", "message": " + Application#userFromKey\n\n Adds a convenience method for getting a user\n from a given user key (in say, subscription callbacks)\n", "proba": 1.3039016266702674e-07}
{"commit": "e688fdd7b00163ce20b33869c4014df3775acdf4", "message": "First stab at a raffle bot for raffling off donuts\n", "proba": 1.5333166913933383e-07}
{"commit": "fdf8ad69f7d89d931871c853f1a6749009113ffc", "message": "add check dc logic\n", "proba": 3.21023321703251e-07}
{"commit": "7709995959023debba439eb99eccc9c8e1ebd69d", "message": "H-Index II\n", "proba": 1.0023046570495353e-06}
{"commit": "31d5e356da2365b1c8a766cd17b241e96fdadf00", "message": "Add some new standard properties\n", "proba": 1.911435674628592e-06}
{"commit": "8b4d8731d17e31fc61cf8f7768946770c394a900", "message": "KRACOEUS-6137\n", "proba": 3.294445036772231e-07}
{"commit": "972db4cdd1b3eb0bfa34544f12aa67aff69bac97", "message": "Added DEFAULT_INIT_CAPACITY", "proba": 1.3558008049585624e-06}
{"commit": "59843c326fb7d76ec0f44450de6c7ebc51f66808", "message": "refactor for TimeUtils\n", "proba": 9.856095175564406e-07}
{"commit": "16bf9a8ea97a093026dadbff320fbfc568c7fff5", "message": "test kholladi", "proba": 2.5062249733309727e-06}
{"commit": "4030863fa8397e2d1d372a6f0fee392ce50e1633", "message": "Create Result.java", "proba": 8.423847930316697e-07}
{"commit": "6c43bcf029c677187ed6a1d896f9dd1579c2a717", "message": "create unit tests for ExceptionHandlingProcessorDecorator\n", "proba": 1.5681850129567465e-07}
{"commit": "65406f3fbb63e7318862fa19cab7c763ff3caaf1", "message": "add NonMemoPegParserContext.java\n", "proba": 2.569710659372504e-06}
{"commit": "c6ab90fd0c0f1259276f1fed5d8d9e01e2d875b5", "message": "Improved javadoc for MavenProjectsHelper\n", "proba": 1.7865939128114405e-07}
{"commit": "94aa1bd8739ac4a98990ea088c10d697a92ee148", "message": "Migrate old MsgHelpTest to new class.\n\nsvn path=/harmony/; revision=909772\n", "proba": 2.389541987213306e-05}
{"commit": "82c48fb115da99cfa6f5809b09b60870e4be2f7c", "message": "Otros\n\n", "proba": 5.421888090495486e-06}
{"commit": "20c130d3939e471d65eb9b80335a74f485df2c72", "message": "Added T Flip-flop logic.\n", "proba": 1.1601753158174688e-07}
{"commit": "9b94e0a26bd379dd4f1d722064a51ae7cb0fc471", "message": "NormalizedPathnames\n", "proba": 2.704432290556724e-06}
{"commit": "8cd096d99e7bf0a39fd1a222e2f9aaf98d5aee4f", "message": "I am super dumb. Brought back some commented code.\n", "proba": 1.0190467492066091e-07}
{"commit": "2a2592e94807a0a9c6126fd0982eca714cbbde1f", "message": "Adding Tags DTO\n", "proba": 2.3960311068549345e-07}
{"commit": "30cefbf0d9ca3c3ff91ce10b8d144dc19328386b", "message": "Demonstrate an if-else-if ladder", "proba": 0.00025583902606740594}
{"commit": "c5e2d0e68dceb2b446431bced05af168ce178ccc", "message": "Added half test for protein similarity node.\n", "proba": 1.0803405814385769e-07}
{"commit": "5bedd69d618129f8b5ca940d19182d04e29ae6dc", "message": "Add missing packing-info.java\n", "proba": 6.774010216759052e-06}
{"commit": "517e4d84c127d7f3de4598eef4678f508e7e7616", "message": "New test case to execute a massive insert using an index\n", "proba": 1.5306137868265068e-07}
{"commit": "7ff5ea919bcedb8a19b92ebf721d31ae58b70050", "message": "for #679 support lib", "proba": 1.247463643494484e-07}
{"commit": "ae597e5ad2ed546543205e0bb53bb66897daacc8", "message": "Port UpdateSitelinkCampaignExtensionSetting (#371)\n\n", "proba": 1.1118166298729193e-07}
{"commit": "ea9abd6a509662fe8747a0f765ccac532c25a10f", "message": "[PLAT-5023] Added component factory for InMemoryOrganizationMaster\n", "proba": 1.0977282016710888e-07}
{"commit": "9e1ba89e2c4205be8868bc7582889174c945fbaf", "message": "initial Neovib.java commit\n", "proba": 2.9711080173910887e-07}
{"commit": "7b29725b7114213c865bf80c872f06150b062719", "message": "Added files via upload\n\nPassword Generator 1.0.0", "proba": 1.4890044042203954e-07}
{"commit": "448c88be1b22d490168c824a556c6a0c02612e44", "message": "[132520] DBCS3.2: content assist shows wrong encoding\n", "proba": 9.11123436253547e-07}
{"commit": "a3414a1bc7ed51b7fbbd3458f6f09120c87ccc90", "message": "Disabled buttons on Events tab while loading (#1925)\n\nSigned-off-by: ct-ajovanovic <bbfec9815fddc777de8c273bc59248511a539a30@comtrade.com>", "proba": 1.1312633318993903e-07}
{"commit": "83ce2349467bef5eabca958a18930dc70d9af0ee", "message": "Uppercase letters using bitwise operator", "proba": 0.00011485842696856707}
{"commit": "1e2bfd4adfa482e91971c06b95bc9d4c3572cce1", "message": "Create People.java", "proba": 4.0382866473009926e-07}
{"commit": "339f8f9e002c1623886e4771d69ed076a1b882f4", "message": "Create Prompt.java", "proba": 3.9416298136529804e-07}
{"commit": "7f75404455c1aa300043e0185e2cd47ad5be225e", "message": "Homematic: Fixed Problem with active binding and properly configured\nsetting.", "proba": 9.891380159388063e-08}
{"commit": "7039b3b5efd950612b41307ba649bcb49349a5b3", "message": "Provide unit tests for SimpleUrlToAppDomainConverter #696\n", "proba": 1.719124185228793e-07}
{"commit": "0b724fdb8ba837cdb4240555f062d2249215e7cf", "message": "mariadb: Add package-info\n\n", "proba": 1.8231484943953546e-07}
{"commit": "1ff24f3a739b815dc001ac4b4c0942b5cb3500dd", "message": "issue #6 added KeltnerChannels indicator", "proba": 1.1325230531156194e-07}
{"commit": "88edb4a031b8f751fbe8fe30383def87cf1b4307", "message": "test(paas-service-int): ensure header with _ are not filtered\n", "proba": 7.136625299608568e-07}
{"commit": "d6bf657cd26676f0e4324b831fc84935f5efd424", "message": "[WFLY-490] add a test for runtime reconfiguration of role mapping\n", "proba": 1.3884130112273851e-07}
{"commit": "44149d6d93a3fb0fdd70dea8efe8804bb4b5f925", "message": "improved javadoc\n\nsvn path=/trunk/openspaces/; revision=26669\n\n\nFormer-commit-id: b73de60ac397c58a27026b5b9d30594239279dae", "proba": 2.356496679567499e-06}
{"commit": "af93e66997869d1511901e813d41ad2340abb7f9", "message": "feat(appengine): Add AppengineStorageController to list accounts (#1957)\n\n", "proba": 1.1682202938345654e-07}
{"commit": "932103ce007488b749b2f1c3b7e9df8ac0cc8b91", "message": "add DisabledStateEventBusEvent.java\n", "proba": 2.6721018002717756e-06}
{"commit": "1d92bbea3628eb01ba047d51538cc88588a08405", "message": "Added a Screen.java class to support full screen display\n", "proba": 2.2557301804226881e-07}
{"commit": "93f3fd8c3a5ac3e71f7e1df99ac7a472e46786ff", "message": "SLING-1400/SLNG-1428/SLING-1745 This patch file does not belong to SVN\n\ngit-svn-id: 6eed74fe9a15c8da84b9a8d7f2960c0406113ece@1001058 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.0040092724448186e-07}
{"commit": "db22a817425b19917a36c663625b3ac35303f3dd", "message": "Add unit test for cassandra health checker\n\nSee gh-15583\n", "proba": 1.31882998744004e-07}
{"commit": "5b4b5aad007241163acf28e36c1031ce4487f933", "message": "Created interface DealsWithWalletCryptoAddressBook: indicates that the plugin needs the functionality of a WalletCryptoAddressBookManager.\n", "proba": 1.1164215152348334e-07}
{"commit": "76dfbf6b110708b2dbd98dd8265cad372c9bde77", "message": "fix merge error in journal-landing//MostRecentDeposits.java\n", "proba": 5.336764274943562e-07}
{"commit": "214d968be2737e7fb79d62e0e067e7f576c3c854", "message": "number of known Shards/Clients\n", "proba": 4.4562614220922114e-07}
{"commit": "2ebc98dea4badba9950aa7aaaa8167a68a92c14e", "message": "add multivariate difference uncertainty measure", "proba": 0.0019003510242328048}
{"commit": "cd0b60dc9466d853f068d743f58e2258ab137f60", "message": "REST: remove repository\n", "proba": 1.4675913462269818e-06}
{"commit": "a2aa3b1d74b1450ba34fb88e3a7bf95dcecad859", "message": "add YamlEncryptorRuleConfigurationBak.java\n", "proba": 6.74534192057763e-07}
{"commit": "0382ad432203bc193b0734a1fecf9988c4543555", "message": "more cleanups/commenting\n", "proba": 1.0486889578942282e-07}
{"commit": "5e3aa7ed56226a7a6576162f2c12ef79ec6c553c", "message": "Diacritic Remover normalizer add\n", "proba": 5.905411057938181e-07}
{"commit": "e5342734fc573ccd5ff866c48505b0568cd849d4", "message": "first commit\n", "proba": 2.536962142585253e-07}
{"commit": "15799949d68d18e28de67405b2226e859e9dd050", "message": "Modify wakeup class to stop timer if commands are sent when node is awake\nhttps://github.com/openhab/openhab/issues/1852\n", "proba": 5.249497689874261e-07}
{"commit": "bbcce5ad57f09748cee09a039bdabd707b70af01", "message": "ModifyTransactionRequestBuilder JUnit test\n\nChange-Id: I42d04b95fc38b53e0877965240c0ef23546875fc\nSigned-off-by: matus.kubica <12faf978238d2979ead46a9d501d5be7b040e049@pantheon.tech>\n", "proba": 1.3528543263419124e-07}
{"commit": "a513317472a89d0c88e8a10e836b4177bfbb1004", "message": "Camel-Infinispan: Added more testcontainers tests for Infinispan producer\n", "proba": 1.1810038813564461e-07}
{"commit": "893358eb6dec45c4dd7bd881329a2b7ba945748e", "message": "remove tmp jobImpl\n", "proba": 2.672211394383339e-06}
{"commit": "55cd73291db2e9db89252bb5a363693d41170073", "message": "Removing the unwanted space\n", "proba": 0.00010068250412587076}
{"commit": "8ecbdad2b5091909d28cb9bdc0b59c4a40f62c03", "message": "changed filter fields to work on correct way (#2494)\n\nSigned-off-by: ana.albic.comtrade <6c1924be0df33c320dca846f2eda6fffd7a07b69@comtrade.com>", "proba": 1.2795381110208837e-07}
{"commit": "7d690325c65d3ff66544caa3bdae2304b89db238", "message": "5132: Serialization exception when accessing commit view\nTask-URL: https://q.tasktop.com/alm/#projects/c2c/task/5132\n", "proba": 6.581790785276098e-06}
{"commit": "05e5e0c6a2980964002a2eeb80e7f5285564267d", "message": "use sl4j rather than java.util.logger\n\nAs we do elsewhere\n", "proba": 1.857476519262491e-07}
{"commit": "71f808985858b625324a1abec17ff7e1e4bd50d7", "message": "SO-1708 Initial implementation of in memory based identifier service.", "proba": 1.0204354339293786e-07}
{"commit": "c0889ad4df1280b3babfed415ba4149f83dc4f46", "message": "5575: Dashboard shows green_anime text on running hudson builds\n\nTask-URL: https://q.tasktop.com/alm/#projects/c2c/task/5575\n", "proba": 7.5717798608820885e-06}
{"commit": "be0744e9d6c16efd23250cc13e89ea15638d5f71", "message": "add FillerRuleDefinitionTest\n", "proba": 2.7154939630236186e-07}
{"commit": "90d0b37b3ffccc7a50690e2ff84b30cd938eff7f", "message": "IDENTITY-4526 SAML2 ERROR response is not generated. - Integration test\n", "proba": 1.6456269236186927e-07}
{"commit": "e3925b79fe981a13f2875fbcba6724f7ea9afd02", "message": "Simple main class to start a HA db for out test laptops\n\ngit-svn-id: e3bca9489cf46db47b79c627b0e5ee31ff3e89ed@5119 0b971d98-bb2f-0410-8247-b05b2b5feb2a\n", "proba": 1.8770285805658204e-06}
{"commit": "5fb69a3076f7837f117047ad5bb5c13623997878", "message": "Rename Main.java to a3Main.java", "proba": 0.9999980926513672}
{"commit": "cd217b8ace608112b47b20a61866f65b2ac13ce6", "message": "Fix unintentional NPE in SpannableStringBuilder.\n\nPreviously, when getSpans() was called with a null parameter, an\nunintentional NullPointerException would be thrown.\n\nNow, we explicitly return an empty array of Objects.\n\nBug: 19805521\nChange-Id: I52f3ae08c2bcf62f6a4d0c01f0fe08ad1134abb8\n", "proba": 1.2209316082589794e-05}
{"commit": "a10924c45d4601ed68fc8523c5a6ae82c43a1e8c", "message": "Fixed some problems in Cmd2k protocol implementation.\n", "proba": 1.1737962779534428e-07}
{"commit": "8e55d98c1669515dd634b9d8d632474a7432624c", "message": "Test for Layers\n\nOne @Test to demonstrate the trainwreck of join.\n", "proba": 9.805162193288197e-08}
{"commit": "5e43f9d50cf0ea3b5318ea56421e68d806b11622", "message": "Create Fraction.java\n\n/** Class used to represent a ration of two integers. Includes a mutator method\r\n *  that allows user to set the numerator and denominator. Includes a method\r\n *  that returns the value of numerator divided by denominator. Includes a \r\n *  method that outputs the value of the fraction in its lowest terms (most\r\n *  simplified) See \"MakeFractions.java\" for main method.  \r\n */", "proba": 3.917469655334571e-07}
{"commit": "484c1141ead23d0126e8950c7eed3e57bbc4d33e", "message": "subway ads fuckbois\n\ni added ads to advertise\n", "proba": 1.1653749965034876e-07}
{"commit": "99f6924e5035d309dc786a5ffa65ddfa776c36b7", "message": "Add files via upload\n\nThese files are updated to make the stringcaluclator now an object. Tester is the method to test if it works.", "proba": 1.041940009827158e-07}
{"commit": "a4788258ee4eb34a9acd9b5c45b1168da6901032", "message": "Created add, print, and navigation methods.\n", "proba": 1.0649413439978161e-07}
{"commit": "403ca1ef3807de94d06ff59927e37c0e49446a59", "message": "+ModuleManager: Die ersten paar Module laden\n", "proba": 1.7247732841951802e-07}
{"commit": "9de3217ac0419e82d861e168898fad1880a3e601", "message": "set options for end of line and comments in tokenizer\n", "proba": 1.7138972907559946e-07}
{"commit": "c73d0c2c0b8fa2a7d97ca9f282dc7465cde55792", "message": "one solved\n", "proba": 0.0005144035094417632}
{"commit": "0208358c142da29c5acf37eca14911640f0aaddc", "message": "Create Vertex.java", "proba": 2.9202253699622815e-06}
{"commit": "beea1a2adfc8e00cce5b445efea37d584d4b9d72", "message": "Added Main file\n", "proba": 1.987266244896091e-07}
{"commit": "1047229bdfbd7dd6a5b0de7f440c231005abf129", "message": "Create LoginDao.java", "proba": 6.124619176262058e-07}
{"commit": "e0120a30359ce6d0673abb45c0e0263b0b4a85b3", "message": "Added a class to hold data for the blocks that need to be placed after\nother blocks\n", "proba": 2.406652583886171e-07}
{"commit": "10436e49808137ce72c8292b88c1e7c309bda6e5", "message": "Correction de l'ordre de d\u00e9claration des variables", "proba": 2.5131059828709112e-06}
{"commit": "bc3137b2cb5089a63937b5f34c08123acf37cbaf", "message": "Added missing file\n", "proba": 3.281100759977562e-07}
{"commit": "2a5260f31abc26086233d3d1eb628e04bd3a336a", "message": "Delete PerfectSquareValidator.java", "proba": 1.4891678574713296e-06}
{"commit": "f4905d7f984be5c0863bf368c6795fa38dbaf26e", "message": "Create Frame.java", "proba": 1.5885341326793423e-06}
{"commit": "3909d72cb0d91f3153e3b7e58a0939d3c748bd01", "message": "Create Tutorial.java", "proba": 2.401791618922289e-07}
{"commit": "f991659c114a4a41908f8ae10054e7fbfc08fb51", "message": "am e2c0feb5: am 75c61d83: Merge \"Add appliance mode handling for WiFi Direct invitation dialog.\" into jb-mr1-aah-dev\n\n* commit 'e2c0feb53651cd943c91a8649ffec61efb2ae4fa':\n  Add appliance mode handling for WiFi Direct invitation dialog.\n", "proba": 1.9182580217602663e-06}
{"commit": "2602899e2cb2934234877284168fa0798fc40e64", "message": "Another day, another interview\n", "proba": 1.5272879636540893e-06}
{"commit": "0e9d1defe0510fa9362adb49db5c4db4c02822a9", "message": "changed package\n\n", "proba": 2.641391802171711e-06}
{"commit": "7660b4ca77dc2b7fdf7d69a21924424875e4ed89", "message": "Add NoUrlFound Exception for future handling", "proba": 1.2940790838911198e-07}
{"commit": "b6142b2fabc6acec1c0182b0c5a6e515c3ffe820", "message": "Re-implement .gm", "proba": 4.022729626740329e-06}
{"commit": "f7b29bf1d0c5d4532b2b2ccb02ffa901606e86ce", "message": "Revert \"Remove EventManager.listenerList\"\n\nThis reverts commit 887515c1f4194a17c2fc7ca6596b73c4cc05d637.\n", "proba": 1.1815378542223698e-07}
{"commit": "b642234e9e8d8a21c5a3db9069835f6709a80f36", "message": "Fix\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@2059 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 0.9992541670799255}
{"commit": "afcdb545bf111c01d110f62de457d0f4f6164a51", "message": "Restore FindConfig\n", "proba": 5.187408760320977e-07}
{"commit": "944865c4b807440ba7978d989f471aa21128942b", "message": "Add simple JSON status to ../cluster-status/ endpoint\n", "proba": 3.1463167715628515e-07}
{"commit": "54410a91c9ffa0513828e31d9fe70bd12e54cd4b", "message": "Added a java example program.\n", "proba": 1.0982684983673607e-07}
{"commit": "7e5105d042d73c1889ecb6b10afec9e72a6b4691", "message": "am 6ece276a: am 8f918084: am 70289a6e: Merge \"TIF: Remove unnecessary interface modifiers\" into mnc-dev\n\n* commit '6ece276a43a29387fe9ae532a62a0e5719454e41':\n  TIF: Remove unnecessary interface modifiers\n", "proba": 3.508752115521929e-07}
{"commit": "f226f82cca15d90ca05db60275e2fba41d6567e9", "message": "Added a test game\n", "proba": 1.3013759314617346e-07}
{"commit": "2e922320faa36eb3e584b7eb453a7767cf632741", "message": "Add FWScrollView", "proba": 2.977492954414629e-07}
{"commit": "fc45ea1bdffb84770547ae78b18b9fbec0cae86b", "message": "Don't show Notification for non-webhook triggers if disabled\n", "proba": 2.2067715121920628e-07}
{"commit": "eca6b80dc6b438a94186a07b08d0b67d9305f5cd", "message": " BankTest\n", "proba": 1.6683294461472542e-06}
{"commit": "805418e54874250a6fb80b6b9e01ce2d98da8fd3", "message": "Return empty Cursors to external bookmark queries\n\nStarting with Android M, other apps are no longer allowed to access\nbookmarks.  But returning null might break old apps, so return an empty\nCursor instead.\n\nBUG=501699\n\nReview URL: https://codereview.chromium.org/1254893006\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#341542}\n", "proba": 6.167216270114295e-06}
{"commit": "dd2d694606cf353ecb4a29b67249c14f4cba581e", "message": "Fix #2694\n", "proba": 7.099100685081794e-07}
{"commit": "23863d5fa5fcfe28375dd5ec458d5c2a4ae64dc1", "message": "Added a mechanism to update the project tree and others when a database update occurs.\nAdded the project tree to the standard diagrams.\nAdded the drag handler to the project tree.\nAdded a query type that returns all entities that do not have a relation type eg ancestor or descendant. This will be used to display a ancestor or descendant tree for the project.\nAdded an end point query which returns all entities that are the farthest ancestor or most recent descendant for use in the project tree.\nAdded a project tree, project panel and project root node.\nrefs #1814\n", "proba": 1.7899397164455877e-07}
{"commit": "8b1c0d23c500a9a3f18377c1a167510c5c4e7a90", "message": "*** empty log message ***\n\n", "proba": 5.360483328331611e-07}
{"commit": "bda0285f8916c280573304c26658c1bab662b974", "message": "Correct a comment\n", "proba": 0.9989988207817078}
{"commit": "19680a015281b783040507e54b465782ad35a5c3", "message": "(+) zero object delivery test was added\n", "proba": 2.372178329324015e-07}
{"commit": "993a02cba5ad11d1e1c42eff11a3909786257e35", "message": "#85 Add instrumented tests for historical news\n", "proba": 1.0595681487757247e-07}
{"commit": "1393e8eeeb23c1a74fe2ca7a64fecbeb550fda9a", "message": "MakerEAP exceptions", "proba": 3.3965528700719005e-07}
{"commit": "3f1910c7b580e8fc7b72716128ec8bb01aa1cb06", "message": "added a suite for mobile without ReplayTest\n", "proba": 1.7245874062155053e-07}
{"commit": "ae80bf063929c932013aa48c019b2994e4110050", "message": "check creation and open\n\n", "proba": 1.646482559181095e-07}
{"commit": "2ae7107d0e9cde3e88c7313cf4dbcebbd171597e", "message": "Changing the ordering for heads up notifications\n\nIn the new ranking, notifications with fullscreen\nintents always take priority over those without,\nsuch that when you get a call and a message\nin succession, you would always see the\ncall on top and are able to pick it up.\n\nBug: 22778349\nChange-Id: Ia9aaf009998fc9493f513dc71f2649d38ccf7a79\n", "proba": 4.7854323383944575e-06}
{"commit": "ef1a1bd3febd365e658f36ca5c6c31f04d2134f0", "message": "BaseFragment\n", "proba": 8.853866120261955e-07}
{"commit": "b0b0645d5aff55f3cdd65c09cb50e963799be282", "message": "* Color helper\n", "proba": 1.8870009910187946e-07}
{"commit": "06e6acf361a1e14c096b7fcbe569ab4541b6f7cf", "message": "Adicionando classe Exception para limitar tamanho do log\n", "proba": 2.1156336060812464e-07}
{"commit": "09f36f9922e6f2d556d14cb80b2864f626fa806d", "message": "Added more name updating\n\nAdded more display name updating for player, because we needed more of\nthat! :joy:\n", "proba": 1.0738015987499239e-07}
{"commit": "2ac42aff4a1772a3138596b785919d76f6e20415", "message": "Reenable versioning on authentication pages\n", "proba": 1.9746182999824669e-07}
{"commit": "6a81e1c6d8fb9cab28b3bafc1be062da3d1c3be4", "message": "Add example for RestTemplateBuilder use\n", "proba": 1.7066018642708514e-07}
{"commit": "c35894af24345ded9824f94aa8354f435341f876", "message": "Add parser for union nodes.", "proba": 1.4367957135164033e-07}
{"commit": "692e8c7c8d540b3cee1e1e0c7d6fe81c5e38f431", "message": "Add ModuleResult#metric_results experiment\n", "proba": 1.2666901966440491e-05}
{"commit": "90fb39e7c6199df420b0895569be41a7ea212e46", "message": "iacuc procedure display categories fix\n", "proba": 1.6743689457143773e-07}
{"commit": "571f1f4b45f9feab0d7de7ebbe4145f477986d13", "message": "imporved \"hibernate\" utilities", "proba": 5.582637641055044e-07}
{"commit": "13d094e2cb879cfd08a377c9ebcfbfcc1ae12802", "message": "add test class for country randomizer\n", "proba": 5.860617307007487e-07}
{"commit": "ba4a3422961ddbb7d2f94f3e87e29b38d0d71d95", "message": "with SipMaker ese\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@3092 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 3.210508907613985e-07}
{"commit": "0173eb16771f3c7d4482ed6aa642042e75f74cdc", "message": "Fix for bug 11832: Ampersands not allowed in WSDL URLs\n  http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11832\n\nDont call xmlEncodeString() on the returned URL.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@254877 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.1815184229344595e-06}
{"commit": "922e0a85243a6735852d9621933c0db28cec0769", "message": "Add a few util functions when operating byte-level IOs to outputstream and bytearray\n", "proba": 1.5062876173033146e-06}
{"commit": "2f9b5f42efde3b49ccb833e3604a9d0838643ffb", "message": "tiny improvement to StreamCharBuffer\n", "proba": 1.2828432716105453e-07}
{"commit": "61399c77055acb97488a1202c73dee8387a98393", "message": "Add status endpoint placeholder\n", "proba": 8.583180033383542e-07}
{"commit": "cec00214e96c3ecd7ed7d454fc6ca82f8913bb60", "message": "Added web filter to disable JSF pages caching by the browser\n", "proba": 1.7918166861363716e-07}
{"commit": "012ebfe1cb5c42465565630638a550c1c5500305", "message": "\u67e5\u627e\u7236\u7c7b\u548c\u63a5\u53e3\u7684Class\u7c7b", "proba": 1.7992603318361944e-07}
{"commit": "6bb78b7aa69ddce2427f3e0a6a1f833d7a737ecd", "message": "Fix for removing duplicates when combining propellants.\n", "proba": 2.557703737693373e-07}
{"commit": "dfe82ed8121632c13c7f72c50a052e4c71073226", "message": "Fixed Constructor\n", "proba": 5.945464636170072e-07}
{"commit": "70f3442fa0eefc5c39467660947b090a640d5a4c", "message": "some user info added", "proba": 1.2636847657176986e-07}
{"commit": "531ebe3d8aa14977c59bc4b1942f4a0bae14e719", "message": "added ASSIGNED_ITEMS_MODE and LIST_MODE\n", "proba": 1.7803925800308207e-07}
{"commit": "707541e7643c29c57f2133a975c53f71f26d2c1c", "message": "updated\n", "proba": 4.958747581440548e-07}
{"commit": "9945c0bd1e349c35c2dd8f40c1c5c588915d8329", "message": "Made UI improvements\n", "proba": 1.8901421583450428e-07}
{"commit": "88f52142c7636e5d9560c2bda971941afa2bbd91", "message": "Bug squashing", "proba": 1.4940811752239824e-06}
{"commit": "0ce117d24b8bc380f7183ad7c89100b28bfb56bc", "message": "Updates!\n", "proba": 1.6907374345009885e-07}
{"commit": "97370ed1fdf6e0fa75fd1a882ecee76858678e96", "message": "Add updating status for gameservers (#5)\n\n", "proba": 1.1046635961520224e-07}
{"commit": "1b3a81657371b0195ed760bd9f41a4ef4e4703eb", "message": "Jira# \tKRACOEUS-3239\n", "proba": 1.2778150448866654e-07}
{"commit": "d3fe30134edbe17094a5b9ef21aa6662de451001", "message": "add diagnostic info to help debug bug:2427686\n", "proba": 1.3035484869305947e-07}
{"commit": "fce5890a11b421532568d9838ae3dd5836acead8", "message": "Fix NPE in deleteDatabase().\n\nIf the directory containing the database does not exist then\nlistFiles() will return null.  Tolerate this situation instead\nof crashing.\n\nBug: 12600784\nChange-Id: I5d83a867a5e8478f50887e5798b42c5f6859b77c\n", "proba": 0.00019081354548688978}
{"commit": "6a904bc65e5220410457b1e78a673923ea9a5767", "message": "Revert \"treat 'can't open database file error' as 'database corruption error'\"\n\nThis reverts commit c7fe777d6348bd740d3f2554e9308176a0c462ed.\n\nChange-Id: I9992d404394917537d5c22470efbd970605976ed\n", "proba": 1.3788736396236345e-05}
{"commit": "5bb9f01f90dfaf7d80a9b92c927fedba219ff255", "message": "am 82126845: Merge \"Zen: make Condition available over @SystemApi\" into lmp-dev\n\n* commit '821268455ca57051983c0e5f8cc24695033be174':\n  Zen: make Condition available over @SystemApi\n", "proba": 1.8880126617659698e-07}
{"commit": "4373346073250b668c0ff287b0d584401f7f3c96", "message": "am 30142f7e: Merge change I9f239766 into eclair\n\nMerge commit '30142f7ef7bf3d4699526cb9ce02b220a8045c5d' into eclair-mr2\n\n* commit '30142f7ef7bf3d4699526cb9ce02b220a8045c5d':\n  Workaround for 2262578: Don't draw tabs if view is not in the correct orientation for the layout\n", "proba": 4.0267801182380936e-07}
{"commit": "b330360883866df86b94f1134d2037c3ba0355e8", "message": "fix: crash when window is minimized (Windows)\n\nThis fixes a bug that occurs when the Gaia Sky window is minimized on\nWindows. In that case, the screen getWidth() and getHeight() return\nzero, which causes a null pointer downstream.\n\nFixes #366\n", "proba": 1.4701128066008096e-06}
{"commit": "d639af31a4a30f81924540503c266f6559bf0007", "message": "Calculates SMM distance for microsatellite alleles", "proba": 6.175296675792197e-06}
{"commit": "c8811b1918e800feafa582d8a10e077448b6d03a", "message": "Removed dead code in SourcecodeCompiler\n\nSigned-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>\n", "proba": 1.2154080764048558e-07}
{"commit": "19e729168588cc9c9ec87306f2bf0d5580ae92f0", "message": "Needs to use the passed in result, value might not have been set\n\nSigned-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>\n", "proba": 1.635660282772733e-07}
{"commit": "05b260b0ff5db50e451ec540183368cbecf4d55f", "message": "added binary search tree program\n", "proba": 2.387135964454501e-07}
{"commit": "ddd9805df80db0fbbde249a5d4b090c561b72a61", "message": "\u6dfb\u52a0\u6d4b\u8bd5\n\ngit-svn-id: 3e46e6c6f80569975ec13a3e6f1fa9360e3b78bf@1268 fb902949-7fc4-4485-a80f-4d6ff335c879\n", "proba": 2.5382061608070217e-07}
{"commit": "4fbd8d89ffb50eb3e03f4634616d79399aac159a", "message": "Add AuthenticatorTest.\n", "proba": 3.4905491475001327e-07}
{"commit": "4b1c23a819f5a08ad778cd71a1f4ca3c8c70e55e", "message": "equals/hashcode theory\n", "proba": 0.0002221493050456047}
{"commit": "ea0e80b4a0a196220587087d92a6ceff6d2235ea", "message": "Initial draft of a test for the request verifier\n", "proba": 1.412341958939578e-07}
{"commit": "50d4240ee5c8d8a20f8de61fcc9d9bb6e9d35e36", "message": "refactored Silver back end\n", "proba": 4.1310133269689686e-07}
{"commit": "8720b02fafc6b8bd39cfea45165a199c57a3acb5", "message": "TestDataUtilTest added to test the download function of TestDataUtil\n", "proba": 1.3086841477161215e-07}
{"commit": "62bed30363f0ebbe5916fbf09f44d02160e623fd", "message": "Import minor fix in RoundedBigDecimalTest.java", "proba": 1.963076527999874e-07}
{"commit": "8663e677ef9f1f15521cd3bd329cf8944593e9fe", "message": "Add Trello logger", "proba": 2.1933947209618054e-06}
{"commit": "0a16da81285d50bb17f330c6261219ec4c2ed13a", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "b0707a6aa7b9737b76949c041f7322dd9a547321", "message": "\u5220\u9664\u65e5\u5fd7\u6253\u5370\n", "proba": 2.8389280259943916e-07}
{"commit": "6eb55f68be28a98e19c35525ad7423c5c3d9d891", "message": "moding xpath for finding content in Listener\n", "proba": 1.408971996852415e-07}
{"commit": "2b79344acdf5f0d8b7a1fbd6976688cfd95c2e75", "message": "Added blocking and thread local version of Padlock\n", "proba": 1.445986441694913e-07}
{"commit": "2dcc9efe71629452d5c8722f47aeafbd34ae0d31", "message": "Added Hello World\n", "proba": 0.00015503453323617578}
{"commit": "a28064279179f321b4fa5d693b09bdfb191d1534", "message": "Delete MultiThreadedTCPServer .java", "proba": 6.364988962559437e-07}
{"commit": "1a7a3d38c706bfbd2b8eb56ff2f9f46d92cb9474", "message": "Action of Binary Tree WA\n", "proba": 1.7749489700236154e-07}
{"commit": "46d94d195dcf3b04eab64152ad11768f2550ba47", "message": "[*] Spaces to tabs\n", "proba": 1.7481893621607014e-07}
{"commit": "c807dfb47f5a298ec325e5d7a9a0374fa40f759a", "message": "Diary\n", "proba": 3.79253356186382e-06}
{"commit": "5dfa5c279b380982afa99fb5bf8908efab8799ac", "message": "test MainActivity without assert..", "proba": 1.195308101387127e-07}
{"commit": "e15094e6fca7dd4ccdf2827a4aafd064288d97b3", "message": "incl Instrument.java\n", "proba": 2.9136887746972207e-07}
{"commit": "9bf9458b9120e52a36b472105e5271f5e10cb7f8", "message": "no message\n", "proba": 2.1470650608534925e-05}
{"commit": "b600e7f01061e4b3eba5fac0f8a8ddbf4faab688", "message": "Remove System.err.println.", "proba": 1.6775015865277965e-07}
{"commit": "3d5cbcb7f07fe10b920dabe6f51f746593856bbc", "message": "Better testing ocoverage\n", "proba": 2.3316245290061488e-07}
{"commit": "18173c2d74eabd39db099da62eec64b246186cf1", "message": "Adding unit tests for MutilbleDictionary\n", "proba": 2.3919125169413746e-07}
{"commit": "d236d7240244f6c425cd3352b1eb97fb5704b87b", "message": "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 \u21164: \u0421\u0434\u0435\u043b\u0430\u0442\u044c \u0442\u0435\u0441\u0442\u044b \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0433\u0440\u0443\u043f\u043f \u0438 \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u043e\u0432 \u0432 \u0430\u0434\u0440\u0435\u0441\u043d\u043e\u0439 \u043a\u043d\u0438\u0433\u0435\n\n\u041f\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0442\u0435\u0441\u0442 \u043d\u0430 \u044f\u0437\u044b\u043a Java \u0438 \u043f\u0435\u0440\u0435\u043d\u0435\u0441\u0442\u0438 \u0435\u0433\u043e \u0432 \u0441\u0440\u0435\u0434\u0443 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 (\u043f\u0440\u0438\n\u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442 \"Java/TestNG\")\n\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u043f\u0440\u043e\u0435\u043a\u0442 \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u044c \u043e\u0442 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438 Selenium\n\u0423\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f, \u0447\u0442\u043e \u043f\u0440\u043e\u0435\u043a\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043a\u043e\u043c\u043f\u0438\u043b\u0438\u0440\u0443\u0435\u0442\u0441\u044f \u0438 \u0442\u0435\u0441\u0442 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u0442\u0441\u044f.\n", "proba": 0.0004621344560291618}
{"commit": "49bc357266dc44dcefe5e0bcc660c197499b0a28", "message": "Add support for GregorianCalendar.BC dates\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@252875 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.0311135156371165e-05}
{"commit": "0bd7b8a34ed39a5e164c25a8f96083abd583207b", "message": "Make the Entry class static\n", "proba": 0.00014989211922511458}
{"commit": "06cee64c5a12425bfa04eaed495390d9c8050303", "message": "Create Multiplication Table.java", "proba": 7.097702473402023e-05}
{"commit": "32bbcaf09300dbde2dde18d8e6d140e7fcd81efe", "message": "Create Postcards and photos.java", "proba": 1.5095132255282806e-07}
{"commit": "507079bd4bbdb40a49c35ce4155c61746fae5bd5", "message": "Autor: Luis Marcos (luis.m.r@outlook.com)\nProducto: JavaImages\nBranch: master\nResumen: Commit inicial\nDescripci\u00f3n: Commit inicial en el que se implemente git/github con NetBeans, y se ha a\u00f1adido la clase de referencia para todo el desarrollo de la aplicaci\u00f3n.", "proba": 1.4038216988865315e-07}
{"commit": "26fff7155c03e4274668a75233750eda6f691489", "message": "check if opening a terminal is supported\n", "proba": 2.746952986854012e-06}
{"commit": "718afbb6cba42deea2173e4812da63d66d2a5b45", "message": "feat(EASY): add _101_isSymmetric\n", "proba": 0.00019600427185650915}
{"commit": "d6d7184b09463e30ab28c698d6c8eb56614a0d39", "message": "added lock information to system threads query\n", "proba": 2.598749802018574e-07}
{"commit": "aba7d2b2285865cd86cbdc722732cc0657b44634", "message": "Fix modifying rows in GridBasicFeatures\n\nChange-Id: If19200b02720a7fe3a0b2bd1e944f21aa12bdb98\n", "proba": 1.69816667039413e-05}
{"commit": "a68d312b56487dfa7a60ae5242134c4430fb8b20", "message": "Added ClientTest\n", "proba": 1.790754140529316e-07}
{"commit": "18966a8dd8dfae553eaaafa87a656af3b7518fc6", "message": "Factor out read/write SMS settings seperate from send/receive.\n\nChange-Id: I161782b1508be433c910ec13c0b18e728bf7d2ba\n", "proba": 2.5339944841107354e-05}
{"commit": "1da8e8ce8912b79a5ed7cd3865a3913ee9bfb1d9", "message": "Clear loaders array after they are destroyed.\n\nSee change Ia577caecbacb226a3ce525a01a66283efb6ba754 for details.\n\nChange-Id: I9f07eeceaa3829f71008e6f6a38ab849095bd69c\nSigned-off-by: Roman Mazur <f5f3efb34fd910d428914ec0bcfa315dbb0117fd@gmail.com>\n", "proba": 1.957766784244086e-07}
{"commit": "6e6e3fbdb27c679ff146af3fc0fe520a88f4de20", "message": "am 646e0428: Merge \"Find activity from context in menu inflator for click events\" into lmp-dev\n\n* commit '646e0428a489d786c29a9ad48c1f21f3d644af42':\n  Find activity from context in menu inflator for click events\n", "proba": 2.0598936600890738e-07}
{"commit": "06849e8f5368831086b0c33f9037a015fb00e864", "message": "Fix SeekBar when in RTL layout direction\n\n- set correct thumb position depending on layout direction\n\nChange-Id: Ibc489295d28792ec7556ce3484b2d1ae47a4c704\n", "proba": 8.108183919830481e-07}
{"commit": "8930d9c1d72e9311b2593bc90e06275231a7876d", "message": "Create Traverser.java\n", "proba": 4.1037938558474707e-07}
{"commit": "3b2272cb2372933f22d769be4c885a176e4ef542", "message": "Round off when calculate next step in Seekbar\n\nWhen the positions for the new step is calculated in\na Seekbar, a rounding error can appear.\nThis is fixed by round off before casting.\n\nChange-Id: Ie2cf201ef670ccc2297e9bc4c7f415a826e44a41\n", "proba": 7.694941814406775e-06}
{"commit": "5bb0398c94772512c0e01f607c2492ffee9019fb", "message": "Create LockableContainer.java", "proba": 5.701275540559436e-07}
{"commit": "7873f6f615838c1d32005ca9aa0fbe9cd6359273", "message": "addSortArrayTest.java\n", "proba": 2.879015028156573e-06}
{"commit": "ebf83e6767fa4e8a5735942ffa2edbf6a106c6d2", "message": "test\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@1851 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 7.632670531165786e-07}
{"commit": "f5e2712e48ac3db2be29f6f748a6dbc7a9e5d9dc", "message": "experimental limits for hk522", "proba": 2.532079577122204e-07}
{"commit": "f7378ce0645a3658ec1c1b69e7b806bedbd21458", "message": "update ErrorModel\n", "proba": 4.688417902798392e-07}
{"commit": "911a638d9605cdb6558eb416ffca3acb9b0bf925", "message": "Notifications gefixt (AutoCancel & Dauersenden)\n", "proba": 1.2039480168368755e-07}
{"commit": "4685a4a6f026b3150ce5ff34eede7a0ea43cb0ec", "message": "zhangyu\u65b0\u5206\u652fs", "proba": 4.2081893525391934e-07}
{"commit": "0742d55fa723abbe5e67a4db6b476a53703867f5", "message": "Create Fibonacci mod m.java", "proba": 5.307123842612782e-07}
{"commit": "c70f90b484af17393986ff2a948f56575580c272", "message": "am 2b1cfef1: Merge change 25937 into eclair\n\nMerge commit '2b1cfef19efb11d283a08042d37a326141c28429' into eclair-plus-aosp\n\n* commit '2b1cfef19efb11d283a08042d37a326141c28429':\n  Change the broadcast intent for dock state changes from a sticky broadcast to\n", "proba": 1.504323705603383e-07}
{"commit": "7ec591f2a0e2b4f790c33f448383bac0678b8707", "message": "Add AdditiveMapUtils, addNumber, addAllNumbers\n\nI wrote methods to accomplish these tasks in the original\nResultsWizard's sweepstakes logic...figured I'd write them early this\ntime.", "proba": 1.0903308833576375e-07}
{"commit": "4ff8f43b70311d58b3195db301f181c008cd0906", "message": "Create TestClassTester.java", "proba": 4.247140452662279e-07}
{"commit": "3970be0040437984751bf4939776a395d863ca68", "message": "Create FR_written_in_Java.java", "proba": 4.312025339459069e-05}
{"commit": "e1cf9cf8ba92d72bc0da0cabece683ca44c2b01f", "message": "more tests\n", "proba": 1.297568985592079e-07}
{"commit": "7fbf7316e6d643923860af773ce6a91236f449b0", "message": "Fixing \u201cIllegalStateException: GoogleApiClient is not connected yet\u201d crash\n", "proba": 1.2653561043407535e-07}
{"commit": "ae20ffdc15c08cfb54c604c4c74854a12a711411", "message": "[\u529f\u80fd] \u6d4b\u8bd5git\n", "proba": 2.0043958102178294e-06}
{"commit": "f406e6aa8bd6977a1e7395bd4cd51db87dd0901b", "message": "create retrofit api client class\n", "proba": 2.3345437227817456e-07}
{"commit": "f44da92adf6ec3ef8098703d0bce91d4aba8fefb", "message": "Added a Consumer0 interface\n", "proba": 1.3548181243550061e-07}
{"commit": "2a7dd3512b183d7dda4a72a93b97ff4f91c241aa", "message": "annotations: CeylonTransformer: When transforming a module descriptor make the field for each dependency store the version, since this isn't available from the ReflectionModule at runtime\n", "proba": 2.9054476158307807e-07}
{"commit": "42c039375d2ae08b0dfa938cfdb3bbeeb78b446f", "message": "Method Specifiers: A not-very-convincing fix for specifiers which are Getters\n", "proba": 2.5067029127967544e-06}
{"commit": "77ecfade18c2a3c289f74a373d6e433caff20e6c", "message": "InvocationBuilder #923: make sure we pass empty to variadic callable calls with no varargs\n", "proba": 1.6484732157096005e-07}
{"commit": "9c7699f6711c8c63c23e66bb371552753f523e11", "message": "Issue #681: Try to make the HTTP tests more deterministic by synchronizing incrementation of the counter\n", "proba": 1.364176398510608e-07}
{"commit": "f539a65d9695f95183abe63ab5a7e23e782bd3d8", "message": "Commented out piece of code that is causing problems it shouldn't be causing (#3605)\n", "proba": 2.1722023291204096e-07}
{"commit": "1f86dfd36c42290ac50dc71f6853ccd0c175779c", "message": "Edited the pacman test to be bigger\n", "proba": 1.4092663036535669e-07}
{"commit": "00c62fe1c736efb5eabca7229737bda77464eb03", "message": "Added DoWhileContainer\n", "proba": 2.147030500054825e-07}
{"commit": "ba47f165a230b959648b511023d5c1789feb0f37", "message": "Create app.java", "proba": 2.5111099603236653e-05}
{"commit": "400ddd91f64d8a0c9eff32d2b53de2ff0b92e16d", "message": "Hamming Code added\n", "proba": 1.3594230097169202e-07}
{"commit": "7a95686a2b67856e8f2a61ca98d7139a4d7eea56", "message": "Add a simulator to calculate IE.\n", "proba": 1.2645598701510607e-07}
{"commit": "bd6d704ac64c35f4f1db294eaab4cc4e50bbdff2", "message": "retrieve returns V, not just Object\n\ngit-svn-id: 4c9d3fe6b7b6c0d9eeb10ce04f5d3c1083d3aa64@1293880 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.7388496416970156e-05}
{"commit": "36e54eda121910c2637f552a925bfd26d923509f", "message": "Create Anton and Letters.java", "proba": 1.8871737950121314e-07}
{"commit": "89d71d9c871d2e406c27b73773b72ff4e5c32e64", "message": "fix possible npe: in some cases getVirtualFile() from psi elements can be null\n", "proba": 9.800721454666927e-05}
{"commit": "21f1a13ba227c1cc54e5d6a0695571a304f7ffff", "message": "Multiplayer: Setting up movement\n", "proba": 4.2241924802510766e-07}
{"commit": "b1df63cfbc98bfb31afa70ca7c72a2087fc5f04e", "message": "fix slayer shop dialogue\n", "proba": 9.579663310432807e-05}
{"commit": "12ce57bf6909dd19f50f51da585e7d5c22e1dd32", "message": "Added Variables class\n", "proba": 3.4745079346976127e-07}
{"commit": "9556d8764bc2c65fc638ce68d740495be6504085", "message": "\tgit commit   extractor-commons/src/main/java/com/stratio/extractor/core/IDeepExtractor.java\n\tgit commit   extractor-commons/src/main/java/com/stratio/extractor/core/IDeepHadoopRDD.java\n\tgit commit   extractor-commons/src/main/java/com/stratio/extractor/core/IDeepRecordReader.java\n\tgit commit   extractor-commons/src/main/java/com/stratio/extractor/utils/ExtractorConfig.java\n\nExtractor commons library\n", "proba": 5.4946058298810385e-06}
{"commit": "14cd9f1a78f27fd0c2406403d163a6ccaab475c2", "message": "Fix comment typo.\n\n\ngit-svn-id: a878c62e23c3cdd7109267dfd9bdff0ba03a0163@4756 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 0.999997615814209}
{"commit": "c71c23f95a92e6a865db54e3c6b491be41b38784", "message": "AXIS-1581: Fixed a NullPointerException in org.apache.axis.client.Call. Test coverage will be provided by WhiteMesaSoap12AddTestSvcTestCase once we get it working again.\n\n\ngit-svn-id: 2e26af54eb70c64cdc530a5ef8c0ad2e4491fc1a@1393122 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.454905125494406e-07}
{"commit": "dde2e64c2a98382c8e54dca54deb5c47574967e4", "message": "Added unittest to make sure ManagedContext injection works\n", "proba": 1.3695940026536846e-07}
{"commit": "059c23d5c0fe4d5018a9babb86d6df29d91ee74f", "message": "SDC-3781: Add test to Hive IT to ensure that origins sending only subset of columns will work properly\n\nChange-Id: I0b7d7f6e18410d7372f9ebcb37b566b484580097\nReviewed-on: https://review.streamsets.net/4166\nTested-by: StreamSets CI <809627f37325a679986bd660c7713476a56d59cd@streamsets.com>\nReviewed-by: Santhosh Kumar <0806b0927a65802677e1bc58a740a42f957953d7@streamsets.com>\n", "proba": 1.802111029292064e-07}
{"commit": "8b51321a196bb00d411827fef384728596c4072b", "message": "Switched manual locking to ConcurrentHashMap since it seems to perform better anyway and is less error prone.\n\n\n\ngit-svn-id: 3f2e04d30bd9db331bbfc569b45e7de8c0d84ef0@709218 a5cc9254-8de9-e8be-c026-97bcafcbeca4\n", "proba": 3.141716206300771e-06}
{"commit": "c9acde74c835c6785152259e1328adc6a0216136", "message": "added diffTypes andn dataDir to ant tasks\n\ngit-svn-id: a91d99a4c51940524e539abe295d6ea473345dd2@1286 e6edf6fb-f266-4316-afb4-e53d95876a76\n", "proba": 1.7427323655283544e-06}
{"commit": "7217188409147fad8d7bed23ae7d36e087e68e24", "message": "Fix compile error\n", "proba": 3.408967677387409e-05}
{"commit": "7bac77074424ab82398932dae213522dd6f4d140", "message": "The AutoFringer!\n\n\ngit-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@1192 542714f4-19e9-0310-aa3c-eee0fc999fb1\n", "proba": 1.9878774764947593e-05}
{"commit": "4844fccc793078f44c8bffd1707ac589fad14f6e", "message": "am 5d88c14c: Merge \"Ensure screen reader URL gets updated during ICS to JB update.\" into jb-dev\n\n* commit '5d88c14cd39d1100e28f7e340874655ab7a42904':\n  Ensure screen reader URL gets updated during ICS to JB update.\n", "proba": 1.3724364578138193e-07}
{"commit": "282ff9ae3f798dec325ce6b868f053649b596a8c", "message": "Fix issues with DND display in status bar.\n\nBug: 3478116\nBug: 3480339\nChange-Id: I513f0c2696dc3fe5aa3a6f071f1e4793f9f9645c\n", "proba": 4.846770480071427e-06}
{"commit": "df7c0db9cd16347931c646c2bed9be7b66b0a598", "message": "Make copies of the AttributedString for the axis label.", "proba": 1.1233785812692076e-07}
{"commit": "d13bd21e098075ea104ece60a80611cf2b886493", "message": "before updating security rules schema\n", "proba": 3.4908885027107317e-07}
{"commit": "f9e2dc2033e23aa2bc3dc9fe3b2b8e423a642442", "message": "Updates to Java logic to validate PECIC to allow for SD with no parents.", "proba": 1.0119846649558895e-07}
{"commit": "648f0d732b76c76c4b2d9a96010cd96b7bc5f4a7", "message": "syncing git\n", "proba": 9.143964234681334e-07}
{"commit": "f96242994354488319c268a392ac1a358ce38698", "message": "Add dbImpt\n", "proba": 2.3595641778229037e-06}
{"commit": "0255b514dfb23910cdd9978dea42f14499c940d5", "message": "Refactored\n", "proba": 3.3528910989844007e-06}
{"commit": "43847e2ff2682c64a3285a07c0cadf77fe12a4e1", "message": "Initial creation of SoftValueHashMap.", "proba": 1.1455286852424251e-07}
{"commit": "434622d4348da608276f3446bdc82d0ebc6aeab1", "message": "WebLog codestyle fix\n", "proba": 2.869616082534776e-07}
{"commit": "1142f82afd5411822a3d15a6560155a7d1bf0ce9", "message": "Create class StartDate\n", "proba": 7.393902592411905e-07}
{"commit": "b469f43ffdecd08285cb51163ac9d3955b7ba9ad", "message": "Bug fix for AbstractSyntacticHeap.replace()\n", "proba": 1.7096904514346534e-07}
{"commit": "c8db4bcb795c1cc720c483c65578604bd6b10412", "message": "class to add components\n", "proba": 3.317270795832883e-07}
{"commit": "c100dc9f9a21f027efbf52023939a1a262c3859d", "message": "Ajout classer Server\n", "proba": 3.347882966409088e-07}
{"commit": "c26e9f19f6ff347a4382564123d165433a155d30", "message": "Changed return type in EndTurnAction to match with change in super's. Added EndTurnAction file\n", "proba": 1.2487205935940437e-07}
{"commit": "1e6986adc0f7cad9c33baa7e4e3441ae1c456c88", "message": "Create jim-and-the-orders.java", "proba": 2.072537654385087e-06}
{"commit": "dbd196294b816182bf71b20914e1e070df2528a5", "message": "[User Story 19] Siblings should not marry\n", "proba": 1.9118115801575186e-07}
{"commit": "6029611e3ab3e1adf3f463ed90abbdcc8b0bd7f1", "message": "Fix an incorrectly created race accessing Wifi Supplicant\n\nScanModeState is trying to undo whatever it did in its enter(), in its\nexit() function. But doing that is incorrect because it is possible to\ntransition to multiple states that require different conditions.\n\nIn this bug, the state machine transitioned from ScanModeState to\nWaitForP2pDisabled state; in response to Stop Supplicant command. Well,\nwhen we are trying to stop supplicant, there is clearly no need to\nenable P2P or load all networks. But since this code exists in exit(),\nit is executed nonetheless, causing race conditions accessing the\nwpa_supplicant (WifiStateMachine is trying to shut it down, but\nP2pStateMachine is trying to bring up the p2p interfaces).\n\nWe solve that problem by moving this code to the place where we transition\nto DisconnectedState - since that's the state that needs this as a\nprecondition.\n\nBug: 10761752\nChange-Id: Iaf0ffd8056de8533b5d2bfdf8c440fbb7e406dac\n", "proba": 0.9911549091339111}
{"commit": "446eaca27f84f9483ac4ccab25d7a831d5c5544c", "message": "Treat both HTTP return code 302 and 307 the same. (code-fix from Jonas Team)\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@260571 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00021002322318963706}
{"commit": "8fde9ca4b6adc63ea6d3301b0a8861da54e985c2", "message": "Don't just add key:value pairs to raw data structs (which bypass every input validation); use configWrite() method instead.\n", "proba": 1.19402756126874e-07}
{"commit": "fd0a8c186114830ffac8fbb69a000ff85e090016", "message": "Create base file for QuickSort\n", "proba": 2.7115734724247886e-07}
{"commit": "92e56034dcb032b6a50a00c233c5cd44e76b7d92", "message": "Bump to 0.10.2\n", "proba": 0.000135877140564844}
{"commit": "19a7de16250be49f5f624f5204f3867261806e2e", "message": "Fix per-warp permissions to allow them to be lower case.\n\nFixes #418\n", "proba": 2.441028664179612e-05}
{"commit": "8cb93311411d5b199fdcd96ef160052441f0a5ab", "message": "tweaked telering\n", "proba": 4.185966702152655e-07}
{"commit": "6d38f7dd7073fe41d090385af7eb4ba9735907a4", "message": "Missing file\n\ngit-svn-id: ee17208af0df0552975824e4840d757fdb463ab9@1721034 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.6428966773673892e-06}
{"commit": "3642be86e08df6b6758cfc03bffda674e496742b", "message": "add #915\n", "proba": 6.692293936794158e-07}
{"commit": "54f521c05e1c46c397de305d9cd6aecd567e8d6a", "message": "Add HttpConnectionTest.\n", "proba": 2.0545219570067275e-07}
{"commit": "a7ed5c3559ae9d189ad035bc4932bbf2d4612f1f", "message": "Add unit tests for com.blade.kit.CollectionKitTest\nThese tests were written using Diffblue Cover.\n", "proba": 9.9692641697402e-08}
{"commit": "84acfa25e82d3bc515890f477c8eb10f55a2613a", "message": "test common add\n", "proba": 1.0594707191557973e-06}
{"commit": "f79615756ad41eaf2d3366d38a78352910fe5396", "message": "driver api\n", "proba": 6.080528009988484e-07}
{"commit": "a7e2989f657cc3dcce3f57dd136e79fcef2197e3", "message": "must be serializable\n", "proba": 0.9996243715286255}
{"commit": "3b14f36dadd213e8e342de4784d5d48581bf9f82", "message": "Exclus\u00e3o de classe de teste por conta de merge.", "proba": 1.1881321881901385e-07}
{"commit": "bb8c78020bf2478fe0ae1016b2a9b28039972765", "message": "Added Mutsig.java\n", "proba": 1.9208891899324954e-07}
{"commit": "bc054d6259dd201ac0a929f44f702b8ab5890e20", "message": "\u5c06\u5fae\u4fe1\u81ea\u5e26\u7684\u4e00\u4e9b\u5e38\u91cf\u4fee\u6b63\u4e3a\u4e0d\u533a\u5206\u5927\u5c0f\u5199\u5339\u914d\n\u6bd4\u5982\u6846\u67b6\u5b9a\u4e49\u7684\u4e8b\u4ef6\u5e38\u91cf\u4e3aclick\uff0c\u4f46\u5fae\u4fe1\u4f20\u9012\u8fc7\u6765\u7684\u5374\u662fCLICK", "proba": 2.6144454068344203e-07}
{"commit": "c1a5627c1270dc17e0c30fecacd30b17074868e7", "message": "Import BatchlogManager.java\n", "proba": 1.2326321439104504e-06}
{"commit": "e19f1ec147242303484e5eb27690bc98c1747ccb", "message": "15:33 29.06.2017\n", "proba": 2.858011498574342e-07}
{"commit": "cc3df68b1d96973fcf96be94031ebefa23aa4674", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "b7d34385ea05e02afc02a183629716176e695b0b", "message": "Changed sound effects for Ice Golem", "proba": 1.7945511388006707e-07}
{"commit": "8ea11bf352f470ae90ef4800ef30f95cc7d8f104", "message": "Oops, forgot.\n", "proba": 3.750806399693829e-06}
{"commit": "0cb9f651c72a71d10432c63a4aeb7cbd46e81244", "message": ":art: Use <code> for m, n & p", "proba": 9.919150443238323e-07}
{"commit": "2e4af0a501049050f58469d933a6e75ad4da701b", "message": "Implement marbles rolling down on wedges", "proba": 1.4022830328030977e-06}
{"commit": "4b364c87e8999f0c4ad4b005a137354f2abb1b84", "message": "final test - can i adds?\n", "proba": 1.4233499712190678e-07}
{"commit": "2a2d65fef1b9a937801e9298949fb1be2ee656ff", "message": "-Se agregan todos los campos de Incidencia al DTO de Incidencia", "proba": 1.493004191388536e-07}
{"commit": "15fc391e4a9e39a434fa97578e2774739ba881c0", "message": "A page-based rectangle, in units\n", "proba": 3.5510771567714983e-07}
{"commit": "f1b5985e5ab529f852bc88121deab01bfbb248d3", "message": "add Windows class\n", "proba": 6.126558673713589e-07}
{"commit": "f7b3ac0055b123080b5e490769101cb176239fe6", "message": "text file service - bug related with locale fixed\n\n+refactoring\n", "proba": 1.2854076203439035e-07}
{"commit": "12420e8e0527bcf9e2eef311611b2ca43a589c72", "message": "new service interface", "proba": 3.0020703434274765e-07}
{"commit": "5b3043322b8e2d61f95fa42ede55198c9e98f66f", "message": "Add SearchManager to handle filter state\n\nA utility class to manage loading available filters and the current\nstate of any filters selected though an activity.  Provides access\nto different views on the filter state, so far including query string\nargs and active filter names.  Intented to be accessed through\nApp.getSearchManager\n", "proba": 1.2704975915767136e-07}
{"commit": "1bd2d76416b50af18f8a72dc9e197b1619157478", "message": "testing on 4 issues\n", "proba": 1.172430259543944e-07}
{"commit": "da61b767085b8af16f27d9036bdc827a425568eb", "message": "Tests for the TransferSequences class\n\n", "proba": 1.631093056175814e-07}
{"commit": "2739bb7fb6c81687220cb4341ea14ba969380028", "message": "added split by tests, #104\n", "proba": 1.191872769368274e-07}
{"commit": "a9b1a7f6c05536e836c1752e0307f2226bce0d38", "message": "fix doc\n", "proba": 5.545424528463627e-07}
{"commit": "2c80cf38598c5b08de3664223dbf12cbc13937de", "message": "am 7330ceef: am 60832f90: am 28b89f98: Allow libcore to perform necessary actions upon net config changes.\n\n* commit '7330ceef17c38f6657fc49da737118be04b00927':\n  Allow libcore to perform necessary actions upon net config changes.\n", "proba": 1.277427656987129e-07}
{"commit": "bcfa7cb2508eb6f606aeef4c6cb44eaf9be07ccf", "message": "am 259a649a: am 6091dcbb: Merge \"[ActivityManager] Improve multi-thread access the same provider\"\n\n* commit '259a649a935ca2ed63419a079211b0ac35f67496':\n  [ActivityManager] Improve multi-thread access the same provider\n", "proba": 4.686978627432836e-07}
{"commit": "0141b7275e4597e5944752d4f4ea3707c2b4f465", "message": "am cd489c4c: Merge \"Don\\'t crash if there is no connectivity service.\" into ics-mr1\n\n* commit 'cd489c4ce59c134c384238cbb613ede34f28189c':\n  Don't crash if there is no connectivity service.\n", "proba": 0.00013459856563713402}
{"commit": "1102131c5325be42d7d52e5eeb2de045a3d8a22f", "message": "am 32f7527d: am 2dc6ebbe: Merge \"Fix default value of stereoReset() in the documentation.\" into mnc-dev\n\n* commit '32f7527d0cabec317476ae45ec369efab51f9343':\n  Fix default value of stereoReset() in the documentation.\n", "proba": 1.2959624484665255e-07}
{"commit": "8f2bd4328a7cc9dd70e597b7cc011be22c6ca566", "message": "Add window flags and window types to hierarchyviewer.\n\nFor debugging http://b/issue?id=2544870\n\nChange-Id: I4b7775e6fd275bb7a9041bf5736e076122bfb5f1\n", "proba": 6.854198772998643e-07}
{"commit": "fd6ad0444174f03c8df95f82a35322c4dd3c2352", "message": "Allow removing messages before EventHub created\n\n Bug: 5421676\n\nChange-Id: Id15b669947bd01d3cc3ba3e9b93175120fa518e8\n", "proba": 5.314371378517535e-07}
{"commit": "47a39892a4b29c48a8491ab9fcfa03e7cfed9017", "message": "am 56d86e53: am 4368ba45: am 3cda8467: am 8bf95ee6: am ed5ff3bd: add analog clock attributes to docs\n\n* commit '56d86e53b539fd892cb30e5d59078b7dc45a51a8':\n  add analog clock attributes to docs\n", "proba": 3.884412080878974e-07}
{"commit": "aa3b5961c0142fe2fe87a5e4f67a12b3728f1bea", "message": "javadoc change: fix the selector sample XML in the class\ndescription (was broken due to improper ordering)\n", "proba": 1.0698192909330828e-07}
{"commit": "62fad96b9f8cefff7ebf0f6d2c9f0b88c01cefec", "message": "INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED\n2003/05/09 11:47:09 jsc 1.1.2.1: #109045# insert new and remove example zip file\n", "proba": 1.349191336430522e-07}
{"commit": "dfd3309fe67bf8c381eb74e05a5e44f45065ba37", "message": "forgot to checkin from patch yesterday\n\n\ngit-svn-id: 51b0baa95c66967cf6a0bb87dfd40db728245367@240066 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.3393175752062234e-07}
{"commit": "1c8dc931054f03869093c7f0104e1fbdeb6cc914", "message": "classloading fix\n", "proba": 5.104901674712892e-07}
{"commit": "412a5e1e17706649acc424bd25c0a54dacaada57", "message": "correct solution for Milkshakes problem based on the content analysis.\n", "proba": 7.945104130158143e-07}
{"commit": "a0473d18bee99fc3bf04c6fa0343aef94824d801", "message": "Removed slash prefix from JAX-RS path definition\n\nSigned-off-by: coduz <ded987c534c96b462feeee54a345bec2d025746a@eurotech.com>\n", "proba": 1.2569802265716135e-07}
{"commit": "97acdf7e3a12de2d4d29ecba005cda365337d3ca", "message": "3500\u4e2a\u7a0e\u8d77\u5f81", "proba": 2.3444945895789715e-07}
{"commit": "e2a9c2d1846bfe5a1c2e29012e471024a0ad05f5", "message": "Added PersistentLocalTimeAsTimestamp. This uses a standard Timestamp (DateTime) field to store the partial.", "proba": 1.0369360836648411e-07}
{"commit": "3e91bcc3fff76b78132847e203782448f6e45be0", "message": "KRACOEUS-6582: Allow deletion of notes and attachments from Institutional Proposals (fix unit test)\n", "proba": 9.593968997023694e-08}
{"commit": "ab1a1dbb779d912da346c2ec013b55b4a404c6db", "message": "Added a unit test for the ballot layout changes (office name)\n", "proba": 1.0365425140435036e-07}
{"commit": "d24f4def9cef0c1fe809785b029cf2cad5588fa0", "message": "Create backer.java", "proba": 5.764729280599568e-07}
{"commit": "fbcec33659133d5d645ae9ef697cbcf6b3dec70b", "message": "Fixed a typo:  sd.addOuputParam should be sd.addOutputParam.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@252489 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999608993530273}
{"commit": "92555f730c46fb938cce536f3f428952f7c3c012", "message": "Just in case we move to a multi-threaded environement.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@252567 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.5907494495622814e-05}
{"commit": "b5ed9c7e0c697f386ef368fba1235dd14981c6f7", "message": "add FlatColor.getHue()\n", "proba": 1.926176054212192e-07}
{"commit": "14cc3d6df294cd99df0e774264d7a2225bb9cf28", "message": "leave msg fix\n", "proba": 8.279213261630503e-07}
{"commit": "56b71abd6706edf0cbd04ec57e7a5cb2210260ae", "message": "Fix suspected starup bug in PollThread.\n\nCertain implementations don't like AsyncTasks being instantiated on a non-UI thread.\n", "proba": 1.1174505232247611e-07}
{"commit": "8f7494f6efa5bc48284062799e7e35b539ee2e90", "message": "New interface for API users\n", "proba": 2.9184775485191494e-07}
{"commit": "98c1935c857c3e6812f05a4e5130591900055676", "message": "Reformat according to style", "proba": 4.763703316257306e-07}
{"commit": "1c7228662e3e0fc3f8e91a95513961bde5458c61", "message": "Cleanup\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@6951 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 72acfe65255d35aa52cd7b29cb14d29c536c39f4", "proba": 1.6284986941172974e-06}
{"commit": "4f4df875d3c3dce779e6e59389d8a6ae8c45832b", "message": "SolrServerMock\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@7246 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 8.546570597900427e-07}
{"commit": "371589873e98cf13f77200086230c3a423f48ce1", "message": "\u589e\u52a0\u5ef6\u8fdf\u6267\u884cjs\n", "proba": 8.399204602937971e-07}
{"commit": "898ff96b19aa4d6469d7f5b17f5af224a0193505", "message": "databuffer for byte[]\n", "proba": 4.19327051304208e-07}
{"commit": "c56608dc434f7ebd05f74ddf9a2cfe2e51751881", "message": "#628: transform `is IdentifiableObject` to a  `Util.isIdentifiableObject()` invocation, not `Util.isIdentifiable()`, also rearrange the order of the if/else if change so it reflects the Ceylon type hierarchy\n", "proba": 4.5168553697294556e-07}
{"commit": "5b17266b2f2bef091de7d79878268709b41be4ad", "message": "Fixed #901 Refinement of Sequence.rest results in error\n", "proba": 1.1847129144371138e-07}
{"commit": "7859cc70cb0a5bbf6c663614c5a3fb3c0f5e81f8", "message": "AbstractTransformer: detect variadic java params and guess their type right (#567)\n", "proba": 1.1018185830380389e-07}
{"commit": "46eb6955f21c4a811da6347c25877d309715fd4e", "message": "no idea\n", "proba": 0.0002797870256472379}
{"commit": "c84e250b2be46098ab36ed4e4ab925889a81a348", "message": "Term mention builder adds the term mention visibility, but doesn't use (#913)\n\nthat authorization when saving, so all properties arent visible to the\r\nfilters later in the chain. Add the `termMention` authorization so the\r\nterm mention properties are accesible", "proba": 1.53781840595002e-07}
{"commit": "6befc2016489355849e55a2f339b81f0b727f01b", "message": "added l1/l2 for l2tm\n", "proba": 1.2182598766230512e-05}
{"commit": "3a894ef21db1200ac55ef7042f589bbf7d926a75", "message": "Delete Interface.java", "proba": 2.0452334865694866e-06}
{"commit": "5f57ea2967f6c78d2add55d6a539cc0b86f50192", "message": "Added tests with rpcCleint for existent actions\n", "proba": 1.329682106643304e-07}
{"commit": "930ad2f02421cced93106c36a44c99e2db7e0fb8", "message": "Base of new enemy system", "proba": 5.508323397407366e-07}
{"commit": "81998ef9ac78d4056e734137058c3ee3991600d0", "message": "Added.\n", "proba": 2.0693211411071388e-07}
{"commit": "f736ed1c0e02dd123214aa32b6915d5adf21e8a2", "message": "Query objects now take an Activity as a parameter in the constructor.\n", "proba": 1.0797472782542172e-07}
{"commit": "2fc3ca08ef56be1c874f71e3aed95a24f7daa3ff", "message": "Check if input strings are valid anagrams\n", "proba": 0.9999994039535522}
{"commit": "49a617db011c64f54042db9fd9ffba2ea491bdf6", "message": "Port FORM auth to JASPIC\nPatch by fjodorver\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1689060 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.7382676276156417e-07}
{"commit": "d987425811f1e49a292c13bef528fd225219af88", "message": "KIEKER-1795 added missing interface\n", "proba": 1.1996752391496557e-07}
{"commit": "6e5df665db62eb8ad77f9d84bc11a99cf9be5ef6", "message": "[link] Should also refresh created link\n\nSigned-off-by: Peter Kriens <016a769244db65ccbb64c8b271e9b7b28d4a3ce8@aqute.biz>\n", "proba": 1.1075771766400067e-07}
{"commit": "26eb8edd22870391887befc3ab84da2d295d3429", "message": "Project: expose accessors for src/bin/testsrc/testbin/target-dir\n\nSigned-off-by: Ferry Huberts <66e11f9f5d965b69497c7e73d5e808f8b13c1218@pelagic.nl>\n", "proba": 1.1914885789110485e-07}
{"commit": "a8ac8a40300b50b3f72c45bcec523772398a8a49", "message": "+Craftobot: Kommentare hinzugef\u00fcgt\n", "proba": 1.3116141417413019e-07}
{"commit": "b59ff0e4f21bcb07b78180050393cb22f7545755", "message": "Reconnecting after the socket is closed now respects the delay setting\n\ngit-svn-id: 50f83ef66c13f323b544ac924010c921a9f4a0f7@1471 00569f92-eb28-0410-84fd-f71c24880f43\n", "proba": 2.5112133243965218e-06}
{"commit": "0b40d95fd3cd3898b9f37ec0b8e81ed2167fb827", "message": "Throw app errors if we don't have server mode aliases\n\ngit-svn-id: 50f83ef66c13f323b544ac924010c921a9f4a0f7@1928 00569f92-eb28-0410-84fd-f71c24880f43\n", "proba": 1.54357962856011e-06}
{"commit": "81586602a0a77e3f4de15fa63c9a1cf55814b0e7", "message": "added file\n", "proba": 2.845031872311665e-07}
{"commit": "30f3213dd50b177a1ef495e226246a8fb52ce778", "message": "AXIS2-2079\n\n- Fixed the ProviderDispatcher to handle fault MessageContexts correctly as well.\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@502367 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.876570637359691e-07}
{"commit": "684e01b926cb544bd651a398376e22a9a8677dda", "message": "FLEX-1580 Corrects removal of authorisation on device\n", "proba": 1.381651486553892e-07}
{"commit": "38e7a60fd7fecdf1c6593724111a92147b4c50ff", "message": "Sanity check users before committing new Android ID\n\nIn creation/deletion cycling we can wind up racing and attempting\nto establish the Android ID on first access *after* the user has\nalready been deleted.  Cope gracefully with this outcome.\n\nBug 10608503\n\nChange-Id: I169d5052e5a2e354ce0e1f61258e45e31f5ba171\n", "proba": 2.9281450224516448e-06}
{"commit": "d446dd756081ec75693fc538e3460c9a2c758fe4", "message": "am 446792ba: Merge \"The config_show4GForLTe is dynamic use latest value.\" into jb-mr2-dev\n\n* commit '446792ba75459908d4f9ad322c08566a52e1f91e':\n  The config_show4GForLTe is dynamic use latest value.\n", "proba": 2.098184040733031e-06}
{"commit": "b8595af38de84e6cf7284bfa17e264ab5acba91e", "message": "Create MeshQuality.java", "proba": 5.634520334751869e-07}
{"commit": "1ac1def383d67da6c538786ece4107db079d57d3", "message": "Partition Labels\n", "proba": 7.955028422657051e-07}
{"commit": "3e286fbd20324b831ead55fd47f0bb6738601190", "message": "Fixed problem not being able to load FileChooser. Note JFX actions may need to use SwingUtilities.invokeLater() to push onto the Swing event thread.\nStill not seeing the composition list correctly populated.\nLunch time.\n", "proba": 1.0047970988580346e-07}
{"commit": "abd97c731bac063b3134ff3e2107fae8c1baa6e7", "message": "whitespace\n", "proba": 0.9998207688331604}
{"commit": "370fed8a1b40afa57bb402d4140674cf82340561", "message": "Update YearController delete functionality\n", "proba": 2.973492030378111e-07}
{"commit": "dc5375c607c3e1eb7fa4173acaee6a8bbf8b9472", "message": "\u6570\u636e\u5e93\u64cd\u4f5c\u6cdb\u578b\u652f\u6301\n", "proba": 2.1464819610628183e-07}
{"commit": "8b639c05c1af00015e9f7e34695865c6952bb927", "message": "Add mutifile rdd test.\n", "proba": 1.6865712382241327e-07}
{"commit": "4f8ef42f950fd032b69f6730148f442e9dd0fe9c", "message": "Added basic parsing\n", "proba": 1.457964060591621e-07}
{"commit": "6d5ffed21fbbf7c02a42551b6601267cdaf3d320", "message": "Update ChatBotController.java", "proba": 5.300169050315162e-07}
{"commit": "e843a21e7f6b01103bb9d477c0f40bb80bfa27b3", "message": "use locale in call to toLowerCase", "proba": 2.0604452402039897e-06}
{"commit": "da117c0c6c44c43d005df9215d7ca12ba5dca728", "message": "825 friends of appropriate ages\n", "proba": 2.299849768405693e-07}
{"commit": "0bbe544c28792fa92327a2f91f1723e0489e6a10", "message": "new shape, needed for deformable boundary\n", "proba": 4.163385654010199e-07}
{"commit": "9249f0dbb20a6840e6f397804679934aae15e378", "message": "Create Physics.java", "proba": 1.0518115232116543e-06}
{"commit": "6bd714fcea1565358052afb42d34194b691cd699", "message": "Create 265. Paint House II.java", "proba": 2.4925950015131093e-07}
{"commit": "d853da5425f616b96aa8f8106a802afd5bbae47a", "message": "Update mediamuxer documentation that it does not support muxing B-frames.\n\nBug:27597166\nChange-Id: I79c971f68d55b19838c1de2be012aaf373c735c4\n", "proba": 8.130919013638049e-07}
{"commit": "0e30427eeb59ea48f530ca562aeac13e4854f47d", "message": "Add database class, with creation and fill\"\n", "proba": 1.0958914486991489e-07}
{"commit": "84a824360ca685ad2065daf9e789900da2f66180", "message": "add FragmentAdapter class. provide list of fragment use in MainActivity.\n", "proba": 1.1539771094248863e-07}
{"commit": "f827e1d44f1dfaa2e1da055be23d22522e6962a7", "message": "javadoc", "proba": 1.0498242772882804e-06}
{"commit": "2581474e5d98d41548302e4fadb28139e425d5c9", "message": "add content type workaround for opening CVS\n", "proba": 2.621140993142035e-07}
{"commit": "8363fca80d3c6c45b5889f6bf09b763926d9eaa7", "message": "[added] common - new RESTException\n", "proba": 1.4450503726948227e-07}
{"commit": "fa58ef6932f04c6e6356c58617755f3ed1350eb2", "message": "The `MissingNativeVisitor` will now also validate the native definitions and it will only check each declaration once (#3606)\n", "proba": 1.0282309403919498e-07}
{"commit": "c4379ea851b818f9ed90a2559766db13aa996276", "message": "refactor encoding of setters, use new naming scheme\n", "proba": 9.770025144462124e-07}
{"commit": "c4da94e527f90d9f78a43f6c135e7e4c1f1a4dfb", "message": "default error handler for all uncaught exceptions", "proba": 2.538520789130416e-07}
{"commit": "ed2eb99c238dfb9bda4252ff05cff5c12d965b04", "message": "Changed AdminClient's cmd options to look more like GetQuote's\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@251682 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.757540696369688e-07}
{"commit": "4ad44bd4861fd4bb92113ed4a75ffe1cc0e95f18", "message": "[r2504] [no message]\n", "proba": 1.4187652652708493e-07}
{"commit": "a53fe6ac3d3ba7cf66011f53f28dc10087d2c73f", "message": "bsm: add serial listener for incomming data\n", "proba": 2.7073508590547135e-06}
{"commit": "18702381ecf8b9216d08d51ff2b565377179cf93", "message": "am a69e72c5: am 5d586dd5: Merge \"KM module may consume less input than provided by finish time.\" into mnc-dev\n\n* commit 'a69e72c54786d2e3a585162b3bd71f325a1a6865':\n  KM module may consume less input than provided by finish time.\n", "proba": 5.697220331057906e-07}
{"commit": "a303453a93f84007b7fa46630424837602ccb6d9", "message": "MailTransportSender: Simplified the way BCC addresses are added to the message. The change should also avoid the bug described in GERONIMO-4339.\n\ngit-svn-id: 53fbabfd29bebeffc22ec3e1c4861755f0c84ec7@702228 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.202829455200117e-05}
{"commit": "d292d9068ad1e74728f93098db93ce65495841d9", "message": "[r1048] [branches/dev] Added a view manager to manage clforms widget selection\n", "proba": 1.1386983089778369e-07}
{"commit": "9cac98a4ab70f6ec8e5cc45f0ae0e1923b51d704", "message": "am 1a6982e0: Fix QS overscroll flickering\n\n* commit '1a6982e056f484cf3c4ceca7a1f445779d2560bc':\n  Fix QS overscroll flickering\n", "proba": 1.3412825410341611e-06}
{"commit": "6f9450f903d8a7c833e9b6a934c892da5b6957df", "message": "[vcs-log] remove indent before committer text\n\nIDEA-160683\n", "proba": 4.565646634091536e-07}
{"commit": "e62046714612e463a77eb2dce5d5196f10b52ec5", "message": "allow getDetail productIds to be specified in any order\n", "proba": 1.2535660687262862e-07}
{"commit": "8e68be99a967e4e84ed22373559dfb10f258ad4b", "message": "new for release 1.5.2\n\nSVN-Revision: 19259\n", "proba": 1.1749330042221118e-07}
{"commit": "ba4eefd1b7dea791fd12964872b86c965f900b3c", "message": "RecordAssistant helper class.", "proba": 1.7484494208019896e-07}
{"commit": "afb4a466b03966f73afa33b7aef4c9c598a19611", "message": "Adding adapter to confirm learned delta-position model to absolute position model\n", "proba": 1.3830278078330593e-07}
{"commit": "56eb327ae0a96881013f48796ef9b4bb11cb621e", "message": "Cleanup\n\n", "proba": 1.4090286413193098e-06}
{"commit": "410f7d00062ae7014fb3d5e65632886630d31d4d", "message": "Unit test for StringTransformers created\n\ngit-svn-id: c6f279af7bdcf44932f49be9a338e321ca97f2cf@184 88daaaa0-8d46-0410-88b0-ad3e7f9b0d50\n", "proba": 7.537110491284693e-07}
{"commit": "bb600de6e7c5c7a0a1d4b872d2ee100ccc353213", "message": "am 74147527: am 8505c387: Special case AppCompat to show action bar.\n\n* commit '74147527357b9abd9d30b3a2dbd72a5172a35625':\n  Special case AppCompat to show action bar.\n", "proba": 1.222364005570853e-07}
{"commit": "9e5e993c7969ad60ff70cfdcf707247f38a705a1", "message": "Optimize layout rendering in layoutlib [DO NOT MERGE]\n\nThe height of a layout should be zero if it is assigned a layout_weight.\nThis way, the layout is measured only once and prevents spurious errors.\n\nBug: https://code.google.com/p/android/issues/detail?id=58398\nChange-Id: If49a7480e5eb82cb86780e00f2f5b65ee053fc2a\n(cherry-picked from 35d56c0d67537e56fafebd8edf790026644fe8de)\n", "proba": 1.9523165974533185e-05}
{"commit": "1a8d4025d56bfba5859b2277675df9430f3a2d32", "message": "add demo with selenium for example04\n", "proba": 1.310080222083343e-07}
{"commit": "9f4a8f8c16c3c09f719c9d4c37803f756b05cc17", "message": "Create camilo1006.java", "proba": 0.0005322729703038931}
{"commit": "1026a7b3f8dbbfcdec9d4730db066e3bf9251995", "message": "Create LotteryGeneratorGui.java\n\nlottery generator with basic JOptionPane GUIs", "proba": 1.7512412853193382e-07}
{"commit": "ad31c51236461a7478135aa26ed63d9567d3f61b", "message": "MAP-122: final fixes to support ICD10.\n", "proba": 1.0752321344398297e-07}
{"commit": "d0518d0d936e73fbb0f10ae7cdb69e3e7ca28465", "message": "new commit", "proba": 2.5964160954572435e-07}
{"commit": "cf263af56f39be2b508538407b437942d3e3d746", "message": "ExpressionTransformer: support latest hex/bin literals\n\nAnd removed previous ones\n", "proba": 1.1785623144078272e-07}
{"commit": "b6f3fe3fbb353064f50259f58de178b99b86b074", "message": "Issue #6079: Refactor\n", "proba": 2.501105313967855e-07}
{"commit": "1677374b1f3b87c6bf54fe68cbbd88a528bb1f2b", "message": "CeylonDocToolTest: fixed location of java files that moved in SDK\n", "proba": 1.6049142459451105e-07}
{"commit": "d38bc618bc0e55e52f0575f51f145dcfec1c983b", "message": "am eea774a1: Merge \"Really Trigger the log when EGL_NO_CONTEXT is returned by eglCreateContext Bug #7216919\" into jb-mr1-dev\n\n* commit 'eea774a1f65c91db1caa12a32e554813f4aef434':\n  Really Trigger the log when EGL_NO_CONTEXT is returned by eglCreateContext Bug #7216919\n", "proba": 1.1847883797599934e-05}
{"commit": "0186883a9149c605e3da69c29063d1436439e963", "message": "Implemented the list.select() method", "proba": 0.002229284727945924}
{"commit": "0ef2159529960a4ee9adb728362128a26d7d0ae6", "message": "[runtime] [tests] Add TaskCancelTest\n", "proba": 3.3809499200287974e-07}
{"commit": "57fe9096796a8c2bcf3555b2b4fdcd2572324c73", "message": "Fixes mbean leak after test\n\nHazelcastClient is not aware of client instances\nstarted by TestHazelcastFactory -> leftovers\nwere not cleaned up after test execution.\n\nFixes #16206\n", "proba": 1.181366542368778e-07}
{"commit": "af24593f079d6baf599562e7b92f0a5a8bc88c4d", "message": "A webservice for reporting the availability of optional services\n", "proba": 1.2887021227925288e-07}
{"commit": "c2c64ea344085e1c431e9301d320e52a1c6e1efb", "message": "Ajuste no tamanho da tela.", "proba": 2.4693608224879426e-07}
{"commit": "f63a47fd9a655cd9725f732fbc9307f925352893", "message": "Added Slick", "proba": 2.547469648561673e-07}
{"commit": "af7c60be4d18381bfd70b079f1c57480b0c3aea8", "message": "am a25c43f5: am 3121868c: am 38e94e9f: am 4d0beb7e: am 4f414b79: Doc update: fix incorrect enum\n\n* commit 'a25c43f5545c7d9b7e94f2bb10d64ed7d7302b49':\n  Doc update: fix incorrect enum\n", "proba": 1.6931608115555719e-06}
{"commit": "11257b3a2ae52e635187f74e047deb45c05f2fc5", "message": "Added more event/fact tags.\n", "proba": 1.054696738833627e-07}
{"commit": "b3b09b28fa0b0bdec42c7c3a3863fd77010a2e9e", "message": "Initial commit - class skeleton\n", "proba": 1.5606269698764663e-07}
{"commit": "9875f8d726d4d8d8548661b705542dddf5975c52", "message": "Added my JUnit Tests\n", "proba": 1.2565919860207941e-07}
{"commit": "82ac874e699f3a5e927b509acd0d5aecb52174fa", "message": "Create TimeCounter.java", "proba": 1.4966110484238015e-06}
{"commit": "d44f5a04a4a2506f587fafe53b80f7439162928c", "message": "Option mock.\n", "proba": 5.211477969169209e-07}
{"commit": "1d9f5ac617060e8620d963ec35b0771502c2ab36", "message": "Work. Org.Lattilad\n", "proba": 1.591079694662767e-07}
{"commit": "593d93bf1a63ebd79b3e14fa379e4f2ee94dd7c5", "message": "added some more debugging to truck monitor service\n", "proba": 1.207365158961693e-07}
{"commit": "f3d5925931af7d937df6cdbb2bb3b98fb093884f", "message": "HttpProxy\n", "proba": 1.3705389392271172e-06}
{"commit": "c3803947f38830be06ee68398658c717d7918116", "message": "orientation move takes mass instead of atom types\n", "proba": 9.424908284927369e-07}
{"commit": "873c0c0760b3618278c4ef33b99c998e57a2088b", "message": "Simplify assuming that the resources implementation will generate an InputStream from the cached byte array if one is available.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1549711 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.999907374382019}
{"commit": "32055385e40a6f46660908410c27716d24e1493d", "message": "- Recycle the comet flag (pretty large glitch ...).\n\ngit-svn-id: 40f70788afc64a734d8b91520bec53ae21e7042f@534661 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.657097972289193e-06}
{"commit": "8957262884b7a959b0908303077565fcb6a3781f", "message": "adjustment according to APR fix\n\n\ngit-svn-id: 40f70788afc64a734d8b91520bec53ae21e7042f@442995 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.290240660040581e-07}
{"commit": "5e593fb2fa76167d8647122c51f157c82a254d90", "message": "Fix Eclipse nags\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1026768 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0001683468435658142}
{"commit": "1bd90d03cc8a86d23385343982659c8dda76fe74", "message": "Javadoc\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1681702 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.420024417115201e-07}
{"commit": "86d20370d4cb0883e4d4dbfa12f2d00672101bf3", "message": "leetcode: ImplementStrStr\n", "proba": 2.7228763428865932e-05}
{"commit": "da0d94f5dff8d4a9e8f173afafcd0276f9a772ba", "message": "Added implementations for the Auth Service functions\n", "proba": 1.2775848290402791e-07}
{"commit": "e58dbe65615d91d0cb115ab0f3a5d2768a420265", "message": "Added to repository\n\n", "proba": 1.8875302032483887e-07}
{"commit": "e2d232f4800aa6f5fa60775ddad13e7ee7ec7000", "message": "Update ArrayUtils.java", "proba": 5.126460109750042e-07}
{"commit": "05d3e4d9fd8d4d05077d2c44eb90e03a5139768d", "message": "Javadocs.\n", "proba": 2.073560523285778e-07}
{"commit": "53aade1b7a812ddbe3215d74fc64bd46226f567f", "message": "Added helper method `isHeaderInHeader()` for easy checking if a declaration is an unimplemented native header member of a native header class or object\n", "proba": 1.296282619023259e-07}
{"commit": "158b92a4d0522e90f656a387e0cc4f8c72fdb73e", "message": "Add test\n", "proba": 5.080644768895581e-06}
{"commit": "aa39175370b0b493ed74affd0f205f9df53f3576", "message": "Checking data submission, beginning addclass\n", "proba": 1.4900356859470776e-07}
{"commit": "7b528d70cc809b2b82a35757cd9ae4043a3e4f06", "message": "Checking data submission, beginning addclass\n", "proba": 1.4900356859470776e-07}
{"commit": "4d6516a342009dd0e6f45769d75a3dcd787c61d6", "message": "jbox2d", "proba": 3.962633854825981e-06}
{"commit": "e42a731f9c2cf13f39216fde50cf82dfb29c2c37", "message": "26. Remove Duplicates from Sorted Array\n", "proba": 1.439571803985018e-07}
{"commit": "abc63ed6c43cbf7b67d076c64e79abc43d75825f", "message": "add more proper attribution explaining implementation\n", "proba": 2.610503884170612e-07}
{"commit": "a6909bd23584c6e1250754153ff152dfc7970cdc", "message": "Creates Long reader\n", "proba": 2.762537292255729e-07}
{"commit": "de75d1146db308a494e0d779db57b171e8a8fef9", "message": "Changed return type in controllers", "proba": 3.9863815004537173e-07}
{"commit": "1ea05d9a0c488de81cb23f5535f4b2ebd52a82ba", "message": "WavInputStream for use with J2ME.", "proba": 1.1098737218162569e-07}
{"commit": "b9eb109b800661a9da9e096a72813c3d1dc78361", "message": "add: more entities to new model module\n", "proba": 1.7549545816564205e-07}
{"commit": "5e8f6206d6f72b519ceb361fdbb33d0ff9a757ae", "message": "newbranch", "proba": 1.66109794008662e-06}
{"commit": "25a4e9d610981c948547b4cdd55b384e701e770f", "message": "update fraction class\n", "proba": 9.454823839405435e-07}
{"commit": "2ec10989613984ccd7616af1989b2e3ae1c442b8", "message": "DO NOT MERGE Remove dead code\n\n Cherry pick\n\nChange-Id: I19603a6e234b0b2592ef90fd426b2973cff8e4fd\n", "proba": 3.678637995108147e-06}
{"commit": "c2813fa7598284527d25748b885e9133f280bd60", "message": "Show caret handle when clicking in the middle of text.\n\n Bug 6545325\n\nChange-Id: Ibea6daca1da12eec38b05f7f451561d31bb3c983\n", "proba": 1.7239032104043872e-06}
{"commit": "0bb0198d5bc3647f8fe10ba34b9de7bd8b75d79e", "message": "Fix inval issue\n\n Bug: 6323847\n\nChange-Id: Ibe9fc46af597cd97ae76339533faacfaa6d952fc\n", "proba": 5.248696766102512e-07}
{"commit": "9ddcef8eec56bd161d8f8e91c854b740232f6a64", "message": "am 3c436cb9: Merge \"Postpone AnimatedVectorDrawable animator inflation until applyTheme()\" into mnc-dev\n\n* commit '3c436cb99f1cc0db82e342fb9dc145fd524f5029':\n  Postpone AnimatedVectorDrawable animator inflation until applyTheme()\n", "proba": 7.203005338851654e-07}
{"commit": "8097897ae67bb52f4237cefc45a557ca11ce72ec", "message": "comment not used import(for now)\n", "proba": 1.0946672546197078e-07}
{"commit": "80169865048175cb73b7d20c57fbfe8db711e65a", "message": "New group properties for EWR\n", "proba": 1.3316579838829057e-07}
{"commit": "8cc759a551d15a00721ebc0b672143d462b68cf0", "message": "am adaa79d7: Merge \"Remove flag mDataInjectionMode.\" into mnc-dev\n\n* commit 'adaa79d722dc1b410a3a8b083be5268cbb817ce4':\n  Remove flag mDataInjectionMode.\n", "proba": 2.1809827899232914e-07}
{"commit": "7d8e4515267bcc052ba4c78633d5843cd3e9e442", "message": "Add pipeline tests.\n", "proba": 2.5022649197126157e-07}
{"commit": "29b89acee34f59461ca54169bf3df7bef35c9662", "message": "am a35c0c04: am 57b0f363: Merge \"Throw on illegal arguments to ArrayUtils.equals(a1, a2, len)\" into jb-mr2-dev\n\n* commit 'a35c0c0475d66921c933b93c262bf3e8721e3710':\n  Throw on illegal arguments to ArrayUtils.equals(a1, a2, len)\n", "proba": 3.1262402444554027e-06}
{"commit": "abab611f5259ef67874de7189f5f374e9a1986e5", "message": "Add ForwardClientUser class\n", "proba": 4.11142480061244e-07}
{"commit": "a0b85a2df3215a656f663634d7a9504c4a21c662", "message": "Simple STDOUT Logger, for various purposes.\n", "proba": 1.0293396002225563e-07}
{"commit": "95e1866253ce6951776c65844fbed415e6578b4e", "message": "The file holder can transfer lists and maps of FileTokenHolders.\n", "proba": 1.1231600893779614e-07}
{"commit": "be034c7cfee4da5ad8013deeb8f37deda81f0162", "message": "Added RanksConverter", "proba": 1.666117981358184e-07}
{"commit": "a9312b27def845cfd2f0d5f4f50d397a699d603c", "message": "use the interface for typecasting and use the right member in Class.forName\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@544623 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.0708416766647133e-06}
{"commit": "cd665f0d03e7ac44342deb48d8189cf789f843e9", "message": "PL-10137 Incorrect message about logger level change\n", "proba": 1.7360014226142084e-07}
{"commit": "56b2aab3e31921006296314d31a99ca8a05ee34e", "message": "Extracted out the static methods for getting adapters from PojoAdapter to PojoAdapterFactory (as instance methods).  This factory can now be got from NakedObjects, and should be soon merged with LoadedObjects.\n\n\ngit-svn-id: 3f09329b2f6451ddff3637e937fd5de689f72c1f@1006745 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.1453656700032298e-06}
{"commit": "89835d90503c527850f8b9c6ee0d048cb96987c2", "message": "security java ee", "proba": 5.8845198509516194e-06}
{"commit": "ad3bc9e1a6c88dc664cf9f403c4d31495c8c3ae3", "message": "Introduce JSGLR2Spec, a helper class for specifying and getting JSGLR2 instances including logging\n", "proba": 1.2624488476831175e-07}
{"commit": "a2dda9faf35f91055649a385165d3a1e5d0767d1", "message": "New an interface, DefaultBindingContext the only implementation\n", "proba": 3.0767608905080124e-07}
{"commit": "998974e563e7b9c8b5ace6d9ac91dabfe9672ba9", "message": "using borders in panels\n", "proba": 5.294657512422418e-07}
{"commit": "9ff248f9a55e8e3619852a4f21410bfe07c9e71b", "message": "Quickfix serial warning", "proba": 2.1489540813490748e-07}
{"commit": "f5a45c4d4b614ad2e2c96398d1eb555c3b9efa17", "message": "created ZipCreator util class\n", "proba": 3.258082870161161e-07}
{"commit": "da03ed5de6ea7df92045014ff5b0087a8dc320df", "message": "am 56d11c6e: Merge \"Allow wake keys to wake dozing device.\" into lmp-dev\n\n* commit '56d11c6e833a6c10dd462203545968ed293bb323':\n  Allow wake keys to wake dozing device.\n", "proba": 1.3954579571873182e-06}
{"commit": "7f4820ae4ece1689656802a44642930fc69b2d69", "message": "Translucent sysui flags affect layout.\n\nRecently removed when they went private, but that was wrong:\nthey still affect layout.\n\nBug:11128955\nChange-Id: Ic94230732a6b2ff3dcaa79b03e181a4e46585902\n", "proba": 2.098101958836196e-06}
{"commit": "1eb8a7682e8c38b44a83e65822227726114b6f59", "message": "Added a NonSpeechFilter to filter out the non-speech regions of\nan endpointed Cepstra sequence.\n\n\ngit-svn-id: a8b04003a33e1d3e001b9d20391fa392a9f62d91@567 94700074-3cef-4d97-a70e-9c8c206c02f5\n", "proba": 5.958695510344114e-06}
{"commit": "0db5994776ee20843de635684bb79f78ccda8b93", "message": "[mockUp] - minimum-loss\n", "proba": 5.957849680271465e-07}
{"commit": "dbf011c53e7641aee74d2aa3f126aa1f4e3518e1", "message": "A Hard-Core plus two-Yukawa fluid potential (HC2YF).  Proposed by Pini, Stell, and Wilding in \"Liquid-gas behaviour of argon-like fluid modelled by the HC2YF\", 2001.\n\nParameters are chosen for this potential so as to coincide with the zero and well depth for the LJ potential and to match the second virial coefficient of the LJ fluid.\n", "proba": 9.78591785383287e-08}
{"commit": "20ffd1de9bfa2665e44404d72c70f7b0e5353eea", "message": "updated parameter values, added new setParameters method\n", "proba": 2.1574246034106181e-07}
{"commit": "8db45b844b5482cf61839404c0f6847e053de817", "message": "Update the PdfDocument docs with unsupported operations.\n\nThe PDF generating canvas we use does not yet support all\ndrawing operations. This change adds docs which operations\nare not yet supported.\n\nChange-Id: I8d5ee8c1e2a473ba783b5e62f23ab90a54bbf106\n", "proba": 6.787867619095778e-07}
{"commit": "854e36cc667ed0199f8daa267cf867f8d1c6eda6", "message": "Check that type analysis understands that Throwable.initCause(Throwable) always returns the this object.\n\n\ngit-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@5360 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 0.000689032778609544}
{"commit": "620c357693f4c1bc09fcd3405e95e8a73278465d", "message": "Delete SendRoutingInfoforSM.java", "proba": 2.3963602302501386e-07}
{"commit": "a16ea4df66d2cfebbae045bbba3a821998d273db", "message": "(Swap Nodes in Pairs) [Accepted]\n", "proba": 1.1739171412727956e-07}
{"commit": "dbe4234eb8d1f93b6a1b6e13cd85df8f2c2e75ef", "message": "(Trapping Rain Water) [Accepted]\n", "proba": 1.348504383713589e-07}
{"commit": "fb646b61abf39a48b78cc5e06d89bab8aec72b6d", "message": "am a589b67f: Merge \"Handle apps that share a UID with the system_server correctly.\" into lmp-dev\n\n* commit 'a589b67f56083e86f2ff6d71542c787aa2a25132':\n  Handle apps that share a UID with the system_server correctly.\n", "proba": 5.680353751813527e-07}
{"commit": "44a2d978d13e2370bdb057c08faede145f937c70", "message": "Fix abi-detection for 32-bit system apps\n\nSome system apps are still special and use symlinks\nto /system/lib. For these apps we try to detect abi\nbased on directory structure if detecting abi the\nregular way was failed.\n\nBug: 21668152\nBug: 21711506\nChange-Id: Ic048e5f4c24d06ca2cb917d7a061a41bde597e9f\n", "proba": 7.742187881376594e-05}
{"commit": "8fddbc44b0f97b88839fb438d2b96b348547da96", "message": "am a5cd5d87: am 0b5162c8: am 6dd856b1: Merge \"Don\\'t drop runtime permissions on older system app update.\" into mnc-dev\n\n* commit 'a5cd5d8756bbaa62f965489f6fe9cd52e3fd17eb':\n  Don't drop runtime permissions on older system app update.\n", "proba": 5.194775667405338e-07}
{"commit": "f8678e336f4326115c8635f24def9096f8cad1ca", "message": "am 184f3c24: am 0acabb00: am 9e3d8e26: am a7a65ee4: Merge \"Allow non system to set perm policy flags - needed by the installer\" into mnc-dev\n\n* commit '184f3c243cae5c43f58b06a245a53767cc2c46fb':\n  Allow non system to set perm policy flags - needed by the installer\n", "proba": 4.2764975205500377e-07}
{"commit": "2d64b897da751c6a3bfa1ff5d614307f6c043657", "message": "am c84bf849: am a4911ed9: Merge \"Verfiy global apps with device owner\" into mnc-dev\n\n* commit 'c84bf8498e51b04f8be5bfea0616a4bc0bc81eee':\n  Verfiy global apps with device owner\n", "proba": 3.475515200079826e-07}
{"commit": "e6318a52182372b83fb2990abcb1bbfb84ccd4df", "message": "am 08f5ad0d: am ba815c47: am 44b60be1: Merge \"Add user selectable Default Browser feature - part 5\" into mnc-dev\n\n* commit '08f5ad0db5992438ff3ba3de5d6b115c7439367f':\n  Add user selectable Default Browser feature - part 5\n", "proba": 3.160752441999648e-07}
{"commit": "6925a8472bd73d17c282c0f71f0e6787aedbfb74", "message": "Jar Holder for the JarLoader.\nPR:\nObtained from:\nSubmitted by:\nReviewed by:\n\n\ngit-svn-id: 7267684f36935cb3df12efc1f4c0216d758271d4@74357 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.8323328276892425e-07}
{"commit": "57bd371023e0d350f48767932799897cd8ac8836", "message": "Container class specific to JDK14\n", "proba": 3.5414350918472337e-07}
{"commit": "c985f53a28be41139f8d02a0a165d95f74a1f587", "message": "Correct error on Sku class\n", "proba": 8.662221375743684e-07}
{"commit": "822bfb6bfd0bfb2f2fefc52d4a1488150b9106cd", "message": "Issue IMCMS-331: New design to super admin page: templates tab\n- Create interface;\n", "proba": 1.019882844843778e-07}
{"commit": "00270eb0699bc9062123ee08db2084eaae707222", "message": "Translate within specific frame for amino acid sequences.\n", "proba": 0.001946839620359242}
{"commit": "099239150f2c69ac8e77a91d13c91173d605cac2", "message": "Added Block Drop\n", "proba": 2.5630950517552265e-07}
{"commit": "834b86453b2507e6ee87a6312c3f321008b0bdc8", "message": "Implement set of stacks, spillover logic if threshold is reached.\n", "proba": 1.9185073085736803e-07}
{"commit": "8d80ab904e514224869c381a5bee1eccc6226a81", "message": "HBASE-7342 Split operation without split key incorrectly finds the middle key in off-by-one error (Aleksandr Shulman)\n\n\n\ngit-svn-id: 1ea5de6e32eadb5f080cfd8bafe1c87167c06d54@1423112 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.661763685158803e-06}
{"commit": "4e1ec22a7965e95a25a297e2a232d8ef4081fdb6", "message": "Add new TextLimitExceededException\n", "proba": 4.928709813611931e-07}
{"commit": "99fd6de302911f6a194ad73efefeaa03073e2b11", "message": "test(SegundaEstrategia): adicionar testes para elfos noturnos por ultimo.\n", "proba": 1.4313607721305743e-07}
{"commit": "713c89717135f1d4504e7a78790fe6dec53f34fe", "message": "adding simple test case\n", "proba": 1.7153491853605374e-06}
{"commit": "47b72c2bdefd4f0aee7429f354cb4b18a950a8c5", "message": "More tests\n", "proba": 1.287004636196798e-07}
{"commit": "c9e8bb2f1b599b5b3303479f7d6bd5ad6d97c28b", "message": "Test NewtonsMethod\n\nIdeally we should improve the testing for failure to converge when\ngiven a bad guess. We'll leave that for a later fix.\n", "proba": 2.4830762868077727e-07}
{"commit": "2f85af4d073573cb8b585ea5baee4fef68f03e6e", "message": "more tests", "proba": 1.297568985592079e-07}
{"commit": "2ab438253f3c2bb41f22450435c05e04775f026a", "message": "Issue #1381-swingx: visual problems with not-editable JXComboBox with Highlighter\n- added JXComboBoxIssues to expose\n\ngit-svn-id: 9c6ef37dfd7eaa5a3748af7ba0f8d9e7b67c2a4c@3917 1312f61e-266d-0410-97fa-c3b71232c9ac\n", "proba": 2.209846314826791e-07}
{"commit": "92c442ba12dbf092d203b0d032130f2212107a31", "message": "minor change\n\n\ngit-svn-id: 40f70788afc64a734d8b91520bec53ae21e7042f@500890 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.079362495052919e-07}
{"commit": "c3830b1c52976e6e78e424bad9007bb03b468b93", "message": "Only mark android M permission as asked upon response.\n\nThe previous logic marked a runtime permission as asked immediately\nupon sending the request to Android.  But if you kill the app (by\ngoing to recents and swiping away) while the android dialog is visible,\nthen Chrome believes it has asked for the permission but Android has\nnot, so we never receive another prompt.\n\nThis changes the logic to only mark the permission as asked when\nwe receive the response from Android.\n\nBUG=526695\n\nReview URL: https://codereview.chromium.org/1311353006\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#346458}\n", "proba": 3.530802359819063e-06}
{"commit": "afebe357fbbdbfef8e274c1c5ae449d746fa0d93", "message": "Fixed bad auto-generated method name.\n\nChange-Id: Ic60b0658f0b6a6e06dc9cf82299fe95bbd308972\n", "proba": 2.4135870262398385e-05}
{"commit": "57f36d218189f88b4c9184c06c6312e9bf78324e", "message": "Using Java 8 stream API\n", "proba": 1.0153638640986173e-06}
{"commit": "29ed99604c64ac8bf89494c687fa5224661d5c2d", "message": "add QRcode logo entity", "proba": 3.744012531115004e-07}
{"commit": "8fa6503feb1954d8c11a0591a567e6acedf7abe9", "message": "Fix bug #5233207 android.graphics.cts.PaintTest#testBreakText fails on IRK56F trygon-userdebug\n\n- Paint.breakText() API was regressing on the argument validation: a count < 0 is a valid one\n\nChange-Id: I6d09294ee9f21901ba00017ce0d73f757fc7b147\n", "proba": 3.6510029985947767e-06}
{"commit": "495a48ef2a5e676a263c89c53d19e185f1488a7f", "message": "Create endOther.java", "proba": 1.317109649789927e-06}
{"commit": "620d044468c3b5d39ee8656b56c07863c51ee3eb", "message": "Add an example annotation.\n", "proba": 4.5509446522373764e-07}
{"commit": "686bcdeca317bf71ca00acbcbbe8d4dfb76a020a", "message": "Added new enum ParserType to restrict the parser types.\n", "proba": 1.0454277088456365e-07}
{"commit": "6a4370f4ab5acb7ca7d5efef96b602214d0fa67d", "message": "Create MagicSquare.java\n", "proba": 7.307872351702827e-07}
{"commit": "8fc90eea60cb20bc7fe15dde2f9bd7e2f9f9a006", "message": "Create TetrisGameOverState.java", "proba": 5.3453852160600945e-05}
{"commit": "20450db7494d2e2fbe6ca03f83ffa269e6b53ba8", "message": "A Task that reads a list of queries from a properties file\n(eg. testmodel_precompute.properties) and calls\nObjectStoreInterMineImpl.precompute() using the Query.\n\n", "proba": 1.3426118528059305e-07}
{"commit": "bad48ff9b726990301b4e7480523ba26438c09a3", "message": "Made Iterator companion class more like it would be when generated by the compiler\n", "proba": 1.8116988087513164e-07}
{"commit": "b9c10a8728ff5d21602a5625aff32ce985de0df2", "message": "Initial commit\n", "proba": 3.003353299391165e-07}
{"commit": "63c45011efb4437a874ac74a2940a613b0baaa08", "message": "JasonLeyba: Remove unnecessary modifiers and cleanup whitespace.\n\nr12481\n", "proba": 0.9999033212661743}
{"commit": "fb91411a450c02461f2ffba8bac3c3f9a4a31ccf", "message": "Set->LinkedHashSet as order needs to be retained\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1524719 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.224339712280198e-06}
{"commit": "79d097ee5bd3281669b39419e1fa7aa2f5e96820", "message": "generateProjectThumbnail can fail to close output stream\n\nIn case of an excpetion the generateProjectThumbnail method\ndoes not close the output stream used.\n\nMove the closing of the stream to the finally block.\n\nChange-Id: I417236ab1acf65bb97e40beb8a750035c25e436e\n", "proba": 1.3342425518203527e-05}
{"commit": "54398ea74d310d4a98bce0a9234c3b839298ff72", "message": "Clean up refreshable category tree code\n", "proba": 5.259028057480464e-07}
{"commit": "ea6a687dd45713288f317abf80a9412a00a760e2", "message": "ThisEscape file\n", "proba": 8.415095749114698e-07}
{"commit": "02ba155f8f386b68d3e2be417e4c7f504f55d8b4", "message": "An unused field; this gets initialized but the array elements aren't assigned to or referenced.\n\n\ngit-svn-id: eee8356d45ea3f6bef60455b6252670a15fb374b@124 68c0822f-77d1-6f10-b115-8a14d106ca4c\n", "proba": 6.050343472452369e-06}
{"commit": "cc8c8484c65f9027dd4a5cb8fedd9493f8aa871a", "message": "Added RGBSpace math class\n\n", "proba": 1.4592799857382488e-07}
{"commit": "d928c43e6af8c85524db1d93da7d46f9098e9b70", "message": "REFACTOR: Add comments.\nREFACTOR: Add type information for generics\nFIX: Add equal and hashCode indicated by FindBugs.\n", "proba": 1.0402700212353011e-07}
{"commit": "721a05c6b9254326b64d98acf645263c6f76ff97", "message": "Added a scout in both corners of the map", "proba": 1.3484144290032418e-07}
{"commit": "a62996e3c5e7f01a3e031a772dfebb7011942b06", "message": "am 2f567679: am 2f48c4a7: Merge \"Check for invalid pointer index in PagedView\" into jb-mr2-dev\n\n* commit '2f567679f40ad0580928502972308ec540eeba3f':\n  Check for invalid pointer index in PagedView\n", "proba": 3.296840134225931e-07}
{"commit": "33581d33017fe4bfd208b65d7dc03ff20e9a82f2", "message": "Moved to rio-api module to allow for use\n", "proba": 1.521351009614591e-07}
{"commit": "553b6f27139a0e3160f73f810b85af2f0aee270a", "message": "\u043d\u0435\u0431\u043e\u043b\u044c\u0448\u0438\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438 \u0441 \u0432\u044b\u0432\u043e\u0434\u043e\u043c \u043d\u0430 \u044d\u043a\u0440\u0430\u043d\n", "proba": 4.1770579173316946e-07}
{"commit": "6b1b973baf77db1e129d5f45e8360f3d50adf638", "message": "Create solution.java", "proba": 1.6103942471090704e-05}
{"commit": "945d3328a591a22e1a92a5c7fa5a4e47cfa0bcb4", "message": "XLC-239 Fixed: class cast exception on xml adapter.\n", "proba": 1.0294377261743648e-07}
{"commit": "5e4d234512b3bbe08bd23051f2a5021813d68349", "message": "Create MineArtOnlineMod.java\n\nInitialization and rendering of blocks and items", "proba": 1.1720356241085028e-07}
{"commit": "5ed213bac34564ee087508cb57366d81b9e7a64e", "message": "OPENNLP-630 First draft of the entity linker command line tool\n\ngit-svn-id: ea2ac7117ce80da69eabfd608b4fc2566390d6b5@1572524 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.3539633982873056e-06}
{"commit": "1ff591936319f99b4c337748445c6d22794897ba", "message": "new javascript helper for access to jnode java classes\n", "proba": 1.4465823028331215e-07}
{"commit": "f8df3d570d4d02757f2c4c758d8ccf8efe00885a", "message": "Created At Will class\n", "proba": 1.2636172641578014e-07}
{"commit": "59f4504c604f0edac013455bc39372a5472073f7", "message": "F2F\u652f\u4ed8\n", "proba": 7.213852768472861e-07}
{"commit": "b6466cb108c5c83ea815b398596cd89677351a64", "message": "Add implementation rule Rgaa32017Rule110701\n", "proba": 4.825899964089331e-07}
{"commit": "8bbc531b9edd20db394431e3781aab43a861d86f", "message": "SYNC: Aggiungi IPersistenceDataSink\n\nRelated to: SHANDROID-320\n", "proba": 1.1261675325613396e-07}
{"commit": "c95dde1b8b5314467476c6431049f113beec4a03", "message": "Init checkin", "proba": 6.382994683917786e-07}
{"commit": "4d9e6d2bc21292619c48818d313112a2ec65ad52", "message": "Disable CloseGuard early.  (it defaults to spammy otherwise)\n\nWe already selectively enable it later when desired.\n\nChange-Id: Ic428f13a57a2b4340ce343e73c32413b64fcd1af\n", "proba": 3.3193321087310323e-06}
{"commit": "7cb72bae6bf3cafbc3fe5cee9b5d8244c4a1a821", "message": "am 0a8fb4b2: am 3ee37b12: Merge \"b/3331379 reduce ping-to-zoom jitter.\" into honeycomb\n\n* commit '0a8fb4b21aad9b3bd63567c91f5b7cd1959b3392':\n  b/3331379 reduce ping-to-zoom jitter.\n", "proba": 6.934438374628371e-07}
{"commit": "333beab9d61b9c43766b5f321dad732456b715d7", "message": "am c9a26f29: am aa3b5961: javadoc change: fix the selector sample XML in the class description (was broken due to improper ordering)\n\nMerge commit 'c9a26f291b8a845fcb5e3034c259d13d3297a98d'\n\n* commit 'c9a26f291b8a845fcb5e3034c259d13d3297a98d':\n  javadoc change: fix the selector sample XML in the class\n", "proba": 5.548568879021332e-06}
{"commit": "7213a52c42e5dd176b30f01c274f36c63e32718e", "message": "am 82aaf332: Merge \"Update above/below backgrounds in PopupWindow.setBackground()\" into lmp-mr1-dev\n\n* commit '82aaf332b62c5a276c4046d1339441d68d817371':\n  Update above/below backgrounds in PopupWindow.setBackground()\n", "proba": 3.872889635658794e-07}
{"commit": "66588cd353ae89d000943a3750f5dc836d63c723", "message": "Implemented Matrix#toString()\n", "proba": 5.318665898812469e-07}
{"commit": "e1e8a8fbf8e367b00b1808266ffdae2cf4cde291", "message": "adding MythicPopulateWorld\n", "proba": 6.9343859649961814e-06}
{"commit": "c55104d388517dbf3221952600d4f783f79ea6e4", "message": "Added Countdown component", "proba": 2.1142156469977635e-07}
{"commit": "5d937fc43e46a9472c43f9407b87295241b37a6e", "message": "Added Decision Rule Class\n\nAdded Decision Rule Class, that uses Agents' RP vector as antecedent, an\nAgent's method as consequent, and uses a threshold to decide whether or\nnot to execute the consequent.\nExecuting methods is not yet functional\n", "proba": 1.5617703752468515e-07}
{"commit": "41ab8028176026382d9daf8f5a7d9cc481cede69", "message": "initial commit\n\nfirst commit\n", "proba": 1.0452916967551573e-06}
{"commit": "dc393adb6395fe02d824d100f31f0ad65af54809", "message": "Create Jugada.java", "proba": 4.7911737055983394e-05}
{"commit": "1c5ca20b1618106efbe2a6569242209ab1972759", "message": "Remove newline at EOF\n", "proba": 3.4717220387392445e-07}
{"commit": "fbd6b0288973cd37cb111dbd1fabbcca1f227c42", "message": "Done with q1\n", "proba": 7.500590868403378e-07}
{"commit": "3b6b83dc7d72660401043535757f1bd01c7bda90", "message": "Done with q6\n", "proba": 4.524598580246675e-07}
{"commit": "fa818ae5decbdc7bc91ed88e18ca3ee50ce9f5b0", "message": "Finished BasicsDemo in the teaching package\n", "proba": 1.1287438184126586e-07}
{"commit": "df5005517a6b5ae16d8283e7689d74df74d1a2b6", "message": "Added a first pass at a types module.\n", "proba": 1.054143723422385e-07}
{"commit": "e30b786b4ff708e8b76fd9f85161459601bcb8d4", "message": "Add matrix math\n", "proba": 0.9999864101409912}
{"commit": "e5b7dcae7fbf5566d91a4c85ba752fdc26dc65d8", "message": "Update R1_9_R2.java", "proba": 1.3026643500779755e-05}
{"commit": "df415d2e63c65ef825b4d367d3aaf01d05e200a9", "message": "Introducing FavenApp", "proba": 3.5010373267141404e-07}
{"commit": "5a06f3d5a301e01c4a5c362025eba191ffd5e0d9", "message": "add generic json user type\n", "proba": 5.947880481471657e-07}
{"commit": "e0ea5fcfabd4a4947070815f334dcf00b2bb6634", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "3e37927e02db13fb5c1c95a11db7b4e856053b94", "message": "Refactoring\n", "proba": 6.64367371427943e-06}
{"commit": "1b14c09d03aa129340f54596587c9cf7ab251adf", "message": "location services\n", "proba": 5.397946551966015e-07}
{"commit": "12f7a109dd335529dd9b6f468d23a46a658ad371", "message": "Revert \"Overhaul LimitedGraph\"\n\nThis reverts commit e24e2b60c97c312b0f6ae84fee0b93f8e43610af.\n", "proba": 1.1645628461565138e-07}
{"commit": "979e804b7bbadbee2554a61371514c3f608bbf8c", "message": "add simple drm test program\n", "proba": 3.3784522202040534e-07}
{"commit": "921a5dfefa0f8abd393e9dca266cb750b76a00cc", "message": "initial checkin\n", "proba": 2.800410925374308e-07}
{"commit": "50f8164cf2f4fd32a492fe9bd37396e5cb27d3cf", "message": "smth works...\n", "proba": 1.2759277012719394e-07}
{"commit": "c796c67bde05884b1121e9a814e6cdd55b1ef823", "message": "ArtifactContext.toString(): added suffic\n", "proba": 4.641404302674346e-06}
{"commit": "26fa6f5d412586d8c79dc78d21b6bf4a8810592f", "message": "Fix CL usage.\n", "proba": 1.4391835065907799e-06}
{"commit": "17697f6f85c2899b88953be81e820791f6a33dc1", "message": "Add model for Location\n", "proba": 2.5740396836226864e-07}
{"commit": "15af0f744f2e2c1ea57177a0f3f1adf6075a2b91", "message": "Update import-jar resources\n", "proba": 3.008260875958513e-07}
{"commit": "20999382604194683cee5eeb056b2eee08d4f863", "message": "STEM-6\n", "proba": 4.1338230971632584e-07}
{"commit": "066db079a8caa3602626c0190c8b76383b4c0249", "message": "am 1eefe1fa: am 582a3944: Merge \"Fix a regression in the wallpaper drawing.\" into honeycomb\n\n* commit '1eefe1facc5607d502c5bdd2c11c11acd2438666':\n  Fix a regression in the wallpaper drawing.\n", "proba": 1.5951606258113316e-07}
{"commit": "40f8a163893fc6662982bf3b11f3ff033593df61", "message": "\u6dfb\u52a0\u793e\u533a\u6d3b\u52a8\u63a7\u5236\u7c7b", "proba": 1.679502616980244e-07}
{"commit": "ccfc1595b9972c0417b4b23e2665adeb3f7c2b51", "message": "[ANDROSDK-476] Add EventFields\n", "proba": 1.3503240836598707e-07}
{"commit": "a085f15331e0f8b33d2a318827e83662f4793e69", "message": "Chapter 18, Exercise 36\n", "proba": 4.16748122233912e-07}
{"commit": "3394ea2092a7dcde3cd1dcbb8d8398f7035db268", "message": "my solution leetcode [504. Base 7]\n", "proba": 2.3055285680584348e-07}
{"commit": "23271931275626c7e1967e35d19dbb778ce374fc", "message": "update for Cluster knowing its own temperature\nmake members public, set up MC Moves like the other classes\n", "proba": 1.1045624148664501e-07}
{"commit": "11d02c594663130f090c28fa9aa3ea3049f032e4", "message": "New example.", "proba": 2.399694380983419e-07}
{"commit": "77cfbfa56ca04c40af675cb0f5cd0f061b80ea6b", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "bf21f0bc5f6577e9af7a413241a529ad8b02039f", "message": "Codeforces 980A: Links and Pearls\n", "proba": 1.224704817559541e-07}
{"commit": "5b0d9d38e78c2a01a205b4d3359961fa5890901d", "message": "Logging improvements.", "proba": 1.6591506835084147e-07}
{"commit": "ec0566d8e236e2ee3d41a5ac79a6b99cd6bcc3a0", "message": "Create ICardGroupImpl.java", "proba": 7.246011364259175e-07}
{"commit": "0941b2b3c1f68aaad9ab0c9f63d06289f4b75433", "message": "Type : Use of Abstract class In java", "proba": 2.3357685563496489e-07}
{"commit": "1bce357c33a1cb9b58fb739b5724578f9ea645d6", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "2d58dc008686b3172690fbb643e394cbbe41074a", "message": "Delete ControleDeViagemControle.java", "proba": 9.343878559775476e-07}
{"commit": "e8e224465b0ee78cf47b114d57a4d62cf5331daf", "message": "DB Test\n", "proba": 1.370813492940215e-06}
{"commit": "ccdbb58ab5d967c1cd1ea7da84529b26801a195d", "message": "MallardDuck\n", "proba": 0.9996503591537476}
{"commit": "645544694c1767a1feade283061c256a72f39316", "message": "endereco", "proba": 1.18826983452891e-06}
{"commit": "d5431f0e63ba339871a55029212184119613f332", "message": "Added a Java implementation of Recursive Fibonacci\n", "proba": 1.2988490993848245e-07}
{"commit": "7f363710889729527403784cd49629e4638aca44", "message": "This is the original version of the TimedPrjState from the timed_state_exploration.zoneProject package. The version in that package supports the use of the new Zone class in that package. This one uses the Zone calss in this package.\n", "proba": 1.041898300968569e-07}
{"commit": "0b5e61da7df567a8de05d589884c608901f14da6", "message": "q.drainTo should be q.addAll\nthanks to Vladimir Dolzhenko\n\ngit-svn-id: 505f71283407c412190d59965c6d67c623df2891@1400 3f8e66b6-ca9d-11dd-a2b5-e5f827957e07\n", "proba": 2.3227934434544295e-05}
{"commit": "6c733c22958abb9429914c89ac527700e2e0789a", "message": "Adds the DefaultCaseBuilder, for turning Throwable objects into bugs.\n", "proba": 1.02647128130684e-07}
{"commit": "3751df014a7619f1f86dee3568efabd5d63433d4", "message": "Added FloorClick.java\n\nme/stefvanschie/buildinggame/events/player/gui/floor/FloorClick.java", "proba": 1.8735057949470502e-07}
{"commit": "0928b3cdefeccfd81bfc0515346d4af278467b02", "message": "introduced constant\n\n\n\ngit-svn-id: d6acb143e251c037dab5ea34394f8439daf45588@1053623 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.159542067507573e-07}
{"commit": "cd32e05847e4af0072976b37291685c242d63b84", "message": "Create a DemandPoll model class that aggregates all the polls need to perform the poll requested by the user\n", "proba": 2.6149541554332245e-07}
{"commit": "4689827a0a6addde3c177732564d932baa66f997", "message": "An abstract class for microsatellite models", "proba": 1.3839569419360487e-06}
{"commit": "e6d618e6d0c62e528fde152719f251ad2bebc8de", "message": "Related to JIRA PM-147\n\nTCConvertor converts transformation catalog from one format to another.\nSupported format Text,File,Database\n", "proba": 1.1302518032607622e-07}
{"commit": "ae64a0e212bf91c207caf89ebc93287c2ded692c", "message": "manual span labeler\n\nReads an explicit list of labels for the spans of sentence, and uses\nthose spans to label extracted rules.\n", "proba": 1.2474100685722078e-07}
{"commit": "b190c1d08a25835cf7c357bc8f714c8788f170f9", "message": "added updated version of SimpleGUI1 to my src directory - done with Step 5\n", "proba": 1.1792627674367395e-07}
{"commit": "d8af6f71029df3e53f2b36723d1ca5ec85991af6", "message": "am 0641005c: am ab567cd1: Merge \"Correctly propagate SW_CAMERA_LENS_COVER_BIT\" into lmp-dev\n\n* commit '0641005ca21ec162e6fd042ee3cbe1159aed3449':\n  Correctly propagate SW_CAMERA_LENS_COVER_BIT\n", "proba": 7.248361271194881e-07}
{"commit": "3256adc666b183253972a472d3a6cd45e7fb989e", "message": "am 437bd674: am f71585f6: Merge \"Use new device identifier to check if a layout has been set.\" into lmp-dev\n\n* commit '437bd674a962fecb5d0cbf8bfe5f2c07c3aa527e':\n  Use new device identifier to check if a layout has been set.\n", "proba": 4.302359002394951e-07}
{"commit": "662ed801add5c0cc6ba35238d46494344f086dac", "message": "am e0233e7e: am 73b56873: am eccaf729: Allow going to home action to work for SHORT_PRESS_POWER_GO_HOME with keyguard enabled.\n\n* commit 'e0233e7e1162ce3e699d6eb6648e82d1b403e51e':\n  Allow going to home action to work for SHORT_PRESS_POWER_GO_HOME with keyguard enabled.\n", "proba": 1.3502416607025225e-07}
{"commit": "e785ffa059dcb3bcff242ae4c89cdb43b081dcb2", "message": "Should reset mDismissKeyguard on keyguard secure change\n\nIf user sets a non-secure lock screen, launch an activity which\nappends window flag FLAG_DISMISS_KEYGUARD, then insert a PIN lock\nSIM card, activity window will become black screen.\n\nThis is because mDismissKeyguard keeps on DISMISS_KEYGUARD_CONTINUE\nwhen keyguard secure changes from non-secure to secure like in the\ninsert PIN lock SIM card case. If mDismissKeyguard is\nDISMISS_KEYGUARD_CONTINUE and keyguard is secure, there is no chance\nto launch keyguard unlock window anymore.\n\nThis patch handles the use case that to reset mDismissKeyguard to a\nnew cycle from DISMISS_KEYGUARD_START to DISMISS_KEYGUARD_CONTINUE\nagain once keyguard secure state change suddenly to let keyguard\nwindow has chance to be launched.\n\nhttps://code.google.com/p/android/issues/detail?id=78806\n\nChange-Id: I0d4fd0b9bdf7d0a39f35427bfd4e1b928d9bca6b\nSigned-off-by: tingna_sung <tingna_sung@htc.com>\n\nConflicts:\n\tpolicy/src/com/android/internal/policy/impl/PhoneWindowManager.java\n", "proba": 0.022367851808667183}
{"commit": "11317e82cf561597bbd4e2dbf5840854e6b7a16d", "message": "am 32a420ea: Merge \"Revert \"Revert \"[DO NOT MERGE] Bump up the timeout for uncrypt to 900s.\"\"\" into lmp-mr1-dev\n\n* commit '32a420ea36fbae07484f6fcf718ed97865ca3158':\n  Revert \"Revert \"[DO NOT MERGE] Bump up the timeout for uncrypt to 900s.\"\"\n", "proba": 1.4905302236911666e-07}
{"commit": "53a6b06e4bc5ea5edcb1e95ab82c99ab6778b091", "message": "Trust: Track separate user has authenticated since boot\n\nBug: 22115393\nChange-Id: Ieb907ec988da1b92c7178c00ecdc40c48d1348db\n", "proba": 7.464098530363117e-07}
{"commit": "ea9f397ceadbba0c21595644418691957e8281a3", "message": "find, findOrCreate\n", "proba": 2.6445814000908285e-05}
{"commit": "8bd4bb37f5822486f8784229ef073582a68568d8", "message": "Added InventoryLog Toggleable Command", "proba": 1.636924196191103e-07}
{"commit": "78dbf5f12dd33585b1c63226aa69ef4ce956358f", "message": "+MusicCommand\n", "proba": 8.829564990264771e-07}
{"commit": "04b6c4efa242f502aa215eae9503ec324a934710", "message": "selectRows bugfix", "proba": 3.0732388722753967e-07}
{"commit": "5d973b92ff3ea8e37e5aa5e0ab0373dca09d888e", "message": "added liquibase.should.run check to SpringLiquibase\n\ngit-svn-id: a91d99a4c51940524e539abe295d6ea473345dd2@750 e6edf6fb-f266-4316-afb4-e53d95876a76\n", "proba": 3.488798654416314e-07}
{"commit": "cdf93f403473ca2d9dff36e51ad9319e26ff70c3", "message": "update entity\n", "proba": 3.4319339192734333e-06}
{"commit": "18f6c7e39ca3aa8356259f0ed6e64944eedfab10", "message": "Small changes to support native launcher\n", "proba": 1.820125703488884e-07}
{"commit": "dce75527cb7097311ee71f021e2d68aa95ed0129", "message": "create daoPurchaseOrderLine interface and empty methods\n", "proba": 1.5356317817349918e-07}
{"commit": "c915a9f1fdc8c773eae0891d13cbb525a636dd8e", "message": "Remove EventManager.dispatchAll.\n", "proba": 1.530190587573088e-07}
{"commit": "720fe517ca49c6018940e61bb8cef17764133caf", "message": "Hooks for profiling when a test is slow\n", "proba": 1.8919023148100678e-07}
{"commit": "8c687d550b39ee75b892e4cd954260b1f491004b", "message": "add a simple CORS filter to allow cross-origin requests", "proba": 2.4444071300422365e-07}
{"commit": "aa996e4c62685c8d10a0a82d9ef73a6ce2c34da6", "message": "added debug info", "proba": 1.4710872164869215e-07}
{"commit": "6c6810695259a76e792936108f29c259f440df6a", "message": "Add redis log implementation.\n", "proba": 1.3459424508255324e-07}
{"commit": "5e10527889159dfcc0a7fe431c35cf13801c8ffe", "message": "Move Event interface to Wire so FIX POJOs can implement it #177\n", "proba": 1.194975283169697e-07}
{"commit": "340756eb1f6501f0fe7083de1d6e730e397601c1", "message": "Add constructor with subsystem name parameter.\n", "proba": 1.2819224082250003e-07}
{"commit": "88466597cd2cee7a9a0169beb4d4059f178628ef", "message": "Fixed private issue\n", "proba": 2.207584088864678e-07}
{"commit": "845468e5e113b35bf6b40aeedfb9a0d17d338e62", "message": "Added Base64Coder.java", "proba": 2.167666224295317e-07}
{"commit": "18886df4bddc956553f54e24b71e56f5e28e8fc2", "message": "SonarCube meldungen behoben\n", "proba": 1.1611775789788226e-06}
{"commit": "99c3a794cc7fb1832e12995da07b77ed88dc11d1", "message": "\n\ngit-svn-id: https://servisto.de/svn/share/trunk/scrum@2422 15bc23fa-3125-0410-a1f3-bdc40dbf1900\n", "proba": 2.897721742556314e-07}
{"commit": "9d887565e1c51d18c79b34251a51000e555c668d", "message": "Update\n", "proba": 1.038289269672532e-06}
{"commit": "17876481b4b3eebb61cc5ad6e80d6ba9e64312ff", "message": "Initial version of private storage implementation\n\ngit-svn-id: 4a0daf30c0bbd291b3bc5fe8f058bf11ee523347@394 7d282ba1-3ae6-0310-8f9b-c9008a0864d2\n", "proba": 1.165072148978652e-06}
{"commit": "2e7e30ffbfa2e52b338c99267c726f53de695024", "message": "[VTK-3778] Retrieve resource for BrokenLinksReport\n", "proba": 1.1297194646431308e-07}
{"commit": "ea6fa2bb80595ffd452548a3c59f6c865f92938a", "message": "Create ExamplePlugin.java", "proba": 4.4118274900029064e-07}
{"commit": "9bf87247092b069ff271910bed6fc6984328b59f", "message": "javadocs\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@249653 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.791142593305267e-07}
{"commit": "d7baaba25a3a29464117b873989ff4b692cacd45", "message": "Add freezing and shooting to World\n", "proba": 3.7116469684406184e-06}
{"commit": "4816ebe8c2f312bca44d95abdfec0dba137c4fd4", "message": "am e8a8440d: am f1207122: Merge \"MediaPlayer: provide mime type for all track types\" into mnc-dev\n\n* commit 'e8a8440d70222750ad9b8563cbc80ca5c563b9c1':\n  MediaPlayer: provide mime type for all track types\n", "proba": 3.2406393302153447e-07}
{"commit": "98b6842e30813d9e6bd052bfb8012d4f4743b217", "message": "MediaPlayer: setSubtitleAnchor on a HandlerThread\n\nThis ensures that we wouldn't run into the error `Can't create handler\ninside thread that has not called Looper.prepare` no matter on which\nthread we attempt to set the SubtitleController internally.\n\nBug: 20821869\nChange-Id: Ie53d60b58f5382428e7b7a01deccfa516b61b25f\n", "proba": 2.2985855139268097e-06}
{"commit": "756f801865fccbbbe787fecf047e6e54d6b63815", "message": "Pr\u00e4zisierte fehlemeldung\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@9038 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 76e22d177cce675ce41b9c7ff5275d98455eb15c", "proba": 3.941009651953209e-07}
{"commit": "1a054461c941e7a2b8b2161eeaf0a740042838e7", "message": "Added forgotten file\n", "proba": 2.3940165760905074e-07}
{"commit": "b0089560271c4f3b685b7a895213f4b0e2c0bde5", "message": "Add noCheatCompatible to SpiderMod", "proba": 3.216043182874273e-07}
{"commit": "a0dda52e650be303b8216ac5432c14970b23cbe3", "message": "add reduce method\n", "proba": 7.650462066521868e-06}
{"commit": "bfcbd498941888703958c66d356a02795566d08e", "message": "2016 7 18 testbranch2\n", "proba": 2.8389607109602366e-07}
{"commit": "e7638dff2cdc054c6c15e9ef76f9e30b2a71d161", "message": "Use loaders\n", "proba": 1.3304131698532728e-06}
{"commit": "501b490b6f7e0133037419d6d64bb3f7b547a7dd", "message": "INTEGRATION: CWS uno2 (1.1.2); FILE ADDED\n2003/04/15 09:40:24 sb 1.1.2.1: #107753# New test case.\n", "proba": 1.0306224140776976e-07}
{"commit": "494c3c83979f16159e258b2be6e093ab57e2db67", "message": "add NfaBackTrackPerformanceDoSDemo2Test", "proba": 2.054698313713743e-07}
{"commit": "ad36652a6857976c4ee5fc5b915ebb99f58ff625", "message": "\u4fee\u6b63bug\uff1a position(long) \u4e2d\u6ca1\u6709\u540c\u6b65\u66f4\u65b0 bytebuffer \u7684position", "proba": 2.639039848872926e-07}
{"commit": "105b152c2758f5a0b1b1c9f008e53e8c3882de91", "message": "am a15ac2b0: am 4862e973: Merge \"Annotate Application with @CallSuper\" into mnc-dev\n\n* commit 'a15ac2b06e0b6e3640764e5fd7a0dba091ff400b':\n  Annotate Application with @CallSuper\n", "proba": 4.171449461409793e-07}
{"commit": "8dee535c41beb337393cc056e1dab90c8524164a", "message": "Use package CompatibilityInfo as default.\n\nDo not use CompatibilityInfo.DEFAULT_COMPATIBILITY_INFO as default\nif there is one for the package.\n\nPartial fix for 10191318.\n\nChange-Id: Ie218f0717398bb86e5c35066c8fe6a462b7d5273\n", "proba": 1.9045248791371705e-06}
{"commit": "5613fcb674716822de9981be959d36811382ff0e", "message": "am e1e0dc8e: Make sure we relayout the TextView when the text changes and marquee is enabled.\n\nMerge commit 'e1e0dc8e6eaec052ebb6b88f5b1223075ce5a356' into eclair-plus-aosp\n\n* commit 'e1e0dc8e6eaec052ebb6b88f5b1223075ce5a356':\n  Make sure we relayout the TextView when the text changes and marquee is enabled.\n", "proba": 1.904814013187206e-07}
{"commit": "a3ae4a06569afbbf135692b8d55289117c42b205", "message": "Make TextView respect the maxLines attribute.\n\nBug 3186626\n\nRestore some of the changes introduced in CL 78854.\n\nAlso added a few comments to the documentation.\n\nChange-Id: I775be85c33ebe4a2384a40b21eec57f34fddcd33\n", "proba": 4.845721832680283e-07}
{"commit": "ea28694aee64837bb74130716e45b89fce342651", "message": "Fix default TextView gravity\n\n- default set to Gravity.TOP | Gravity.BEFORE instead of Gravity.TOP | Gravity.LEFT\n\nChange-Id: I5e528fb1d0a6e3c84dd506e899df33c9b58d25f3\n", "proba": 2.8915570510434918e-05}
{"commit": "4274156646487bb1bac7b94905e621912f2c14b4", "message": "Implements the *NOT* regular expression term search query.\n", "proba": 0.0005232100957073271}
{"commit": "6e72a5df3c3206af5a31da34b4f81b8095cc20d8", "message": "Massive refactoring of XML parser logic and structure.  Some bug fixes as well.\n\ngit-svn-id: a91d99a4c51940524e539abe295d6ea473345dd2@525 e6edf6fb-f266-4316-afb4-e53d95876a76\n", "proba": 4.935689958074363e-06}
{"commit": "1b47b98026b043573f2f84c6ebb32f4361e34b26", "message": "add AutoCommitConnectionBroker\n", "proba": 2.1192381893797574e-07}
{"commit": "9f4db6dfb5cd43edc0aa3d07d99895acc7974cb4", "message": "Property added.\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@6450 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 3126dd910c0ae308625cb149a8ffd232145fc55c", "proba": 2.6618897663865937e-06}
{"commit": "68b40d0a52583b90616d816ba36f75508f9b3ad1", "message": "log level\n", "proba": 2.146106453437824e-06}
{"commit": "298de58d3af192cf36af7ae464294388056cc31c", "message": "Training factor yielder\n", "proba": 3.1167451197688933e-07}
{"commit": "ab5df20d7727d7b177b8e7210c005aafd4b3759e", "message": "Fixed errant typo that got in there somehow.\n", "proba": 1.1483135153866897e-07}
{"commit": "d3f57eb842a5886f9ca4f82b589f7af265958733", "message": "Move test marble to the middle", "proba": 6.228262350305158e-07}
{"commit": "cc82f9e43805ccef38a26d116fea1b89cde35bad", "message": "FIX issues raised during code review\n", "proba": 1.4122450409104204e-07}
{"commit": "4b8f66aa4d2899284c0bb655101459f6e5fa0e87", "message": "Snelstepad volledig", "proba": 1.385211362503469e-06}
{"commit": "f8bc9fd0cdcb484dfb1decf75bbc0ddaf0d67388", "message": "HBASE-12039 Lower log level for TableNotFoundException log message when throwing (stack)\n", "proba": 1.1550286416195377e-07}
{"commit": "dda5add538f29f27b1e5450a27264b62a61e3fae", "message": "mxp: Make unittest more verbose: show directory where ini files are loaded from\n", "proba": 2.3058321119151515e-07}
{"commit": "f569c70646db1c69430884cb3e5a0839f85b3989", "message": "Add EqunioxIntegration\n\ngit-svn-id: 3f4df99b0b81d8752706bc1fcf860bf70149faa5@92501 84be2c1e-ba19-0410-b317-a758671a6fc1\n", "proba": 7.253602802848036e-07}
{"commit": "bbbe4c4ec58e388bf5fb4d68a2f085ffac5e9eb0", "message": "KCIAC-313: IPs not appearing in master disclosure\n", "proba": 1.1067767502481729e-07}
{"commit": "f1cf981abf30669cfa6c2c7d054c150a3cdeb4ef", "message": "Now is final.\n\n", "proba": 3.5016760193684604e-06}
{"commit": "12eefc9f00a769e5a079a59b4f81ceccf2cfa9a3", "message": "am 45ebf5d1: Merge \"Widget restore documentation tweaks\" into lmp-preview-dev\n\n* commit '45ebf5d19b6fc410eaafe1804f265503f585f682':\n  Widget restore documentation tweaks\n", "proba": 3.823124927748722e-07}
{"commit": "a55db8da92acab4749149787efbe0e05eaaf3be2", "message": "am 0a008049: Merge \"Allow obtaining BLE capabilities in BLE scan only mode.\" into mnc-dev\n\n* commit '0a008049a21c5fbe36eac8047c5411c2e3aff41b':\n  Allow obtaining BLE capabilities in BLE scan only mode.\n", "proba": 2.9490635711226787e-07}
{"commit": "f41768c5837a078239e92d8fa1d2155394e4b6ac", "message": "am f7b99b32: Merge \"Give system server permission to access USB. DO NOT MERGE\" into gingerbread\n\n* commit 'f7b99b32ad7a4872376355acabb5984142ba5e75':\n  Give system server permission to access USB. DO NOT MERGE\n", "proba": 1.517250893812161e-05}
{"commit": "5d8e9929e252d940d9febc787a789606cd682a54", "message": "Fixed missing exception throw\n", "proba": 5.496149810824136e-07}
{"commit": "f29dc41e1b0f86389eb131bd4b7f9c14c3868ebb", "message": "added study subject dao\n\n", "proba": 1.8304500315480254e-07}
{"commit": "1a00f5da414b6bf53a0d011298cc82f715524e19", "message": "ClassDefinitionBuilder: removed checks for the need for companion parts since we will skip the entire companion if needed #1625\n", "proba": 1.1441017733204717e-07}
{"commit": "8953077436bc37d6d5b15cfb523a3a2f9af0dedf", "message": "Add LocalPingTest\n", "proba": 2.4541711240999575e-07}
{"commit": "b87f7ba7311224177b3e9d75092b416ac47104d0", "message": "pw without averaged score spam\n", "proba": 1.1811354852397926e-05}
{"commit": "f25e1d38f71685a9f99c878790219e4443935c59", "message": "fix bug for create user directory with special chareters\n", "proba": 1.4352755783875182e-07}
{"commit": "5362bc6708d10c56a66071c5adcfdb7e2ae816ad", "message": "GUACAMOLE-220: Add SimpleUserGroup (read-only UserGroup implementation with no members).\n", "proba": 9.752452712064041e-08}
{"commit": "8ee9c3fc39e2f93d4131fbfd0aa34e7ec634c071", "message": "Findbugs: Remove pointless null check. Refactor.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1574495 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.779035589308478e-05}
{"commit": "88f91a0acf5c1d0f5acec10b5c86da9032884b01", "message": "Add abstract superclass to random benchmarks\n", "proba": 0.00016392437100876123}
{"commit": "dc09109b7c8b22d4da692f9e254adb6378c5dce9", "message": "\u00c4ndrade index till x-/y-koordinater\n", "proba": 4.482953102069587e-07}
{"commit": "a1dbe91363f19af3d9dd6f6f61f6c067d99eff53", "message": "[feat]: add generic type enum\n", "proba": 2.5380286388099194e-05}
{"commit": "0a81a4f0c920315c311b6347a9ab48a60291ce32", "message": "adding csv fixes\n", "proba": 3.808721373843582e-07}
{"commit": "7f394fcc1b93b65691d6fdb84cdf4366d02f2217", "message": "add task3 in part3 chapter7 package2\n", "proba": 0.9999340772628784}
{"commit": "3959640214e40cfb6544c2258ce0f0f0cc08d48f", "message": "IDEA-186483 vcs: include selected unversioned files to commit context\n\n* update commit message on \"Amend\" toggle with roots,\n  that contain only unversioned files in selection\n", "proba": 1.1550771006341165e-07}
{"commit": "179a5b7269b3e903b86a992dc976b86f97fb41c4", "message": "Update SixAnnotationProcessor.java", "proba": 2.623241641686036e-07}
{"commit": "d26e079df17e7d8f51fc0e0a652d72b9c67ee343", "message": "Ensure recent documents are trimmed when relaunching.\n\nWith respect to recents trimming, documents excercise a\na special code path, where the number of open documents\nis compared to a configured max documents. In fact though\nif we have mandated a trim (regardless of recents size)\nwe don't care about this max documents number.\n\nBug: 24717461\nChange-Id: I2ffb4a037307d666ea0a7f31d75638b64b6eab8e\n", "proba": 1.2323336022745934e-06}
{"commit": "9c69c3199637d33d2db754f53a3f3161b7df7153", "message": "am 87427ce5: am 456e6674: Merge \"Revert \"Fix calculation of overscan insets in WindowState.\"\" into lmp-mr1-dev\n\n* commit '87427ce5035e860b5d90e8a1788ee44e31bec504':\n  Revert \"Fix calculation of overscan insets in WindowState.\"\n", "proba": 1.398827436105421e-07}
{"commit": "7ab34954c8f865084c5cb883a2386e6c7216025e", "message": "am 97b077bc: am 42a85412: am 925ec03f: Merge \"VZW wants the phoneNumber to be 10 zero\\'s if there isn\\'t one.\" into jb-mr2-dev\n\n* commit '97b077bc18752e7dafe041cb04c19e67ce69939c':\n  VZW wants the phoneNumber to be 10 zero's if there isn't one.\n", "proba": 2.5170372737193247e-06}
{"commit": "d48a709e3e8caf49e2926cd1c7017d659bcee848", "message": "am 576b492c: am 5de1d36d: Log outbound proxy address if exists for debugging.\n\nMerge commit '576b492c15a079c9d3d818f3f7fadc4408c2908a'\n\n* commit '576b492c15a079c9d3d818f3f7fadc4408c2908a':\n  Log outbound proxy address if exists for debugging.\n", "proba": 2.0679421197655756e-07}
{"commit": "dd89de740f511106ce35a360bb1fa965d38871f7", "message": "Added BucketCache test\n", "proba": 1.5575966472169966e-07}
{"commit": "f8ffc3a5f05ce18edc53dcb86b958f3f78fb7e33", "message": "adding TestingEodAlgorithmTest.java", "proba": 6.40598500467604e-07}
{"commit": "1284a49315fed25571b8e7832ec31f7237492a96", "message": "am 0141b727: am cd489c4c: Merge \"Don\\'t crash if there is no connectivity service.\" into ics-mr1\n\n* commit '0141b7275e4597e5944752d4f4ea3707c2b4f465':\n  Don't crash if there is no connectivity service.\n", "proba": 5.411429810919799e-05}
{"commit": "a4dcc77422ca47dc279681cfe539b03315d91755", "message": "am 7e279bc9: Merge \"Tweak JavaDoc for WebSettings.setAllowUniversalAccessFromFileURLs() and setAllowFileAccessFromFileURLs()\" into jb-dev\n\n* commit '7e279bc91ae1d9a59f00724a2c28ab840bd73423':\n  Tweak JavaDoc for WebSettings.setAllowUniversalAccessFromFileURLs() and setAllowFileAccessFromFileURLs()\n", "proba": 5.272195267025381e-07}
{"commit": "56ea2d91a95afdd3a27d86eaea7d8d3a52401718", "message": "added his code for keyboardCalculator", "proba": 2.9101840937073575e-07}
{"commit": "af314e246dd6ee75b0d8d6b5a64d8443c7a8220d", "message": "Set the IME action to GO for normal textfields.\n", "proba": 1.0352543000635706e-07}
{"commit": "0bbd4d3b0fba4b48584152c11a79d307acf6978e", "message": "Created an IngestionFileEntry for use in Camel Processor interactions\n", "proba": 1.5692667432176677e-07}
{"commit": "69a487763812d2c0fb3c9900b12862997bc77f4d", "message": "am 8ede6274: Fix input type judgment of WebTextView (DO NOT MERGE)\n\n* commit '8ede62745faa02265f927941d1195b6c1bf05ebb':\n  Fix input type judgment of WebTextView (DO NOT MERGE)\n", "proba": 1.3760289903075318e-06}
{"commit": "e4e5fef75ef3da64e1f64834d6874f6d6d6d7baf", "message": "Remove debug log messages\n\n    Bug: 5713163\n\nChange-Id: Id8d9845f6ecb7dd90ae4cf42bc82d39a148a5700\n", "proba": 9.208679330185987e-07}
{"commit": "b613028e2c923f59d0e66b8efa2df54ba70af58a", "message": "am 91ac3dc0: Merge \"Use the same width as the TextView created layout.\" into honeycomb-mr1\n\n* commit '91ac3dc06d1b99c5e63cda3b5ae0adfec406fd7a':\n  Use the same width as the TextView created layout.\n", "proba": 9.880432116915472e-07}
{"commit": "6169bcf50d88367fced5dc5c06ca5827a062644e", "message": "Memory leak due to bad destroy sequence\n\nDuring the destroy sequence, it happens that the mWebViewClassic was\nset to null in the transferMessages function and consequently, the\ncall to WebCoreThreadWatchdog.unregisterWebView(mWebViewClassic) is\nnot really removing the view from the watchdog's list; creating a\nmemory leak.\n\nChange-Id: I2bae7c8d7c473e2af25e62a485699f88269d6658\nAuthor: Jean-Christophe PINCE <4cb5abcc90e17349162d66bb396b642d0c1c0d9c@intel.com>\nSigned-off-by: Jean-Christophe PINCE <4cb5abcc90e17349162d66bb396b642d0c1c0d9c@intel.com>\nSigned-off-by: Shuo Gao <41a290aaca72e227baea3277f9bb5e161fa18832@intel.com>\nSigned-off-by: Bruce Beare <59fda544ce74eec5943b18fdd05e82f743b9b114@intel.com>\nSigned-off-by: Jack Ren <167cc1f7c253fed81a725ec35bcd442aa9b4f515@intel.com>\nAuthor-tracking-BZ: 57869\n", "proba": 0.001869291183538735}
{"commit": "75796bbef7cc2cc510460790afd7a6abc6034e98", "message": "communicate drawing pause to webkit to pause gif animation\n\nGif frames continue even if the webkit changes aren't drawn.\nWhen we suspend drawing, suspend the gif animation as well.\nThis is accomplished by fooling webkit into thinking the\nbrowser window is offscreen. When the webkit drawing is\nresumed, invalidate the entire content so the gif animations\nstart up once more.\n\nrequires companion change in external/webkit\n\nhttp://b/2621902\n\nChange-Id: I1814aa41630820872d62752b75ae94383fdcc5fc\n", "proba": 1.1132866575280786e-06}
{"commit": "92be82e6a85bfe6f86400eb46d7c5e8ec5787b3c", "message": "Prevent crash when dismissing a PopupWindow that didn't have time to show up.\nBug #2520981\n\nThis is very similar to recent crashes we fixed in Dialogs.\n\nChange-Id: Ifd85f05ddc3843ef727ca92808568a5520c83107\n", "proba": 1.605541939397881e-07}
{"commit": "dbc401888d18e8751e9bd749dcdadb17dcb8f8b2", "message": "Fix progress tint attributes\n\nChange-Id: Ie22f5177144ecbe981f6b342236714a3ce520cbc\n", "proba": 4.91413265990559e-05}
{"commit": "c1bba9b9f8d7cc2d9ccfdb33883859755906c7d8", "message": "Stop ProgressBar animations when not visible\n\nPropagate setVisible calls to current drawable. Take window visibility\ninto account when determining drawable visibility.\n\nBug 27461595\n\nChange-Id: Ia1de1d1686f26c2cf27630c5bde70f23c2c332bd\n", "proba": 1.51773394918564e-06}
{"commit": "3414d65383a00f7d9878500f8c62e54a67a4a8ac", "message": "Create OrderServiceBean.java", "proba": 1.4865371440464514e-06}
{"commit": "a1140fe2c79b0d392d7e86dfbbe66cb1c9dd4323", "message": "Test class for LinkedDeque.\n", "proba": 1.217502187955688e-07}
{"commit": "c4f4f8c1f8b3fff7d80456018c3131965c316d67", "message": "integrated TouchImageView", "proba": 3.355746400757198e-07}
{"commit": "592a3f544745f19d9901692700a1b439b9f8c57b", "message": "am c3a5cf9a: Actually set the video scaling mode :-)\n\n* commit 'c3a5cf9aab3d409445accb2a93c09e6b4140d196':\n  Actually set the video scaling mode :-)\n", "proba": 1.7615404885873431e-06}
{"commit": "89e2e4e37941f4dc1a2e1a33c7271b7c5247b9e1", "message": "am 78aedaf5: am dc9fcc3a: am 938e8e30: am 9f4b7a47: am 7b996853: Merge \"MediaPlayer subtitle controller: use debug log instead of warning\" into mnc-dev\n\n* commit '78aedaf5f6bacef0cbe24388879fca5f6281660e':\n  MediaPlayer subtitle controller: use debug log instead of warning\n", "proba": 5.078887852505432e-07}
{"commit": "c95b0c23f07aa273175114c224ed204212f46994", "message": "add resources\n", "proba": 2.4250678620774124e-07}
{"commit": "fc0917ea5925ecf1281c09b4616d18d847a02240", "message": "Implement nextPermutation for Java.\n", "proba": 1.3262311426842643e-07}
{"commit": "97391f9744f9ebb016012afa598e49531dcbc6e6", "message": "create interface for inputprotocol\n", "proba": 5.585715712186357e-07}
{"commit": "8890cfe41165694fe0eb0223ed76e7b788377572", "message": "NBTTag\n", "proba": 3.46187039212964e-06}
{"commit": "c442145a74c2b6655453e1631f1ab0f00d70e7e0", "message": "*** empty log message ***\n\n\ngit-svn-id: ca8e9bb6f3f9b50a093b443c23951d3c25ca0913@1749 369101cc-9a96-11dd-8e58-870c635edf7a\n", "proba": 1.109234176510654e-06}
{"commit": "5889dd38b43d5b6c5dad8a4348a1518b2b78bd95", "message": "removing exception handling for bad read of request body\n", "proba": 2.393493616636988e-07}
{"commit": "6f436585c4dbb530f5685bd526c6d084f62512b7", "message": "Create GrilleMaker.java", "proba": 5.126025257595757e-07}
{"commit": "f2bf79877b156e15e73736a889fc00c64cb26b90", "message": "VTK-2220 - Remove, not needed any more.\n", "proba": 1.014344164218528e-07}
{"commit": "1b7f8f99c31d49904d8522baf435b94c96e1d85c", "message": "Invalidate parent when scrolling child view back onto screen\n\nThis bug caused views which used to be quick-rejected to continue to not\nbe drawn because the parent's DisplayList no longer contained them. The\nfix is to notice when offsetting a view puts it back on screen and invalidates\nthe parent appropriately.\n\nIssue #21413554  offsetTopAndBottom requires invalidating parent when view becomes visible again\n\nChange-Id: I0f5d2cc48e3da912a41635712d9c37fb30e70c86\n", "proba": 1.8023205257122754e-06}
{"commit": "1575b9345cf675e051f4ab4043b287fa022f2355", "message": "Get CDIProvider on tests\n", "proba": 1.706816590285598e-07}
{"commit": "886fd2f5a05a5e36ac20f95c1c06e1716a52c8e9", "message": "am b010291a: Fix NPE when requesting outsets for detached view.\n\n* commit 'b010291ace13947fcc76b1a64eaa67880e15f0a6':\n  Fix NPE when requesting outsets for detached view.\n", "proba": 1.302776695411012e-07}
{"commit": "0717012a31b8c6161810891a4e08a8f737630b58", "message": "Adds unit tests for TransactionalMethodInterceptor.", "proba": 1.2363153700789553e-07}
{"commit": "c4167e2dea491d232040feabee08ac63c5b88034", "message": "Solve No.2742 from Baekjoon Online Judge\n", "proba": 0.9995402097702026}
{"commit": "ac4fa79b702d6f266a788778d280d3860453ceab", "message": "AsyncLoader development\n", "proba": 2.8194045853524585e-07}
{"commit": "e7d6db2fdd11e854ce268ff90d76482215643ed1", "message": "add setex()\n", "proba": 2.4728203129598114e-07}
{"commit": "ac072dda996998245694a1bff912483889eae3ca", "message": "Added sensortype javadoc.", "proba": 1.1608969430199068e-07}
{"commit": "e27b93f0b4e5ce093c3f03ec717291d6d18a452d", "message": "Removed un needed commnet\n", "proba": 4.536108235697611e-07}
{"commit": "68456db8382fabc3be0bed794c5e905a7b8f722c", "message": "removed duplication", "proba": 0.0013168147997930646}
{"commit": "558903940bf01ceb42a3172abcecf3f3240bde44", "message": "Initial\n", "proba": 3.6569930671248585e-05}
{"commit": "e947ad9d5b98079a37a0391555f76a373a719ec1", "message": "r1.6.0 - New class RfiSiiRun.java\n", "proba": 2.7826592940982664e-07}
{"commit": "936caf1b397cac46c16d1c7a00ea5d4722a7d07f", "message": "HBASE-6460 hbck \"-repairHoles\" usage inconsistent with \"-fixHdfsOrphans\" (Jie Huang)\n\n\ngit-svn-id: 1ea5de6e32eadb5f080cfd8bafe1c87167c06d54@1368689 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.800910909987579e-07}
{"commit": "8e5a2aa0695088c159b2fcd240fed69bd9e87a9e", "message": "Remove unused code\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1028276 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.38820984022459e-06}
{"commit": "90e6b37f0c8c641d47616eebdad93ef2094272b6", "message": "KRACOEUS-2765: Adding the string for the new param name.\n", "proba": 1.596094989508856e-07}
{"commit": "b6fb9b7b1c7778636df984444c81e1c17b2056c8", "message": "Fix error in deleting flowcharts\n", "proba": 0.0001694302773103118}
{"commit": "f2eafc017fecdf7716c47ffdbd254da234c97157", "message": "naive immutable type\n", "proba": 1.6637884527881397e-06}
{"commit": "b9674598fe61474a7ed61c484adca588e0f3c984", "message": "FnToX classes set to deprecated\nNew FnX classes created \n\ngit-svn-id: 315b6e2301aec7ed3253cf592fcab7031cee6555@1109 2d6b427a-3b9d-4b24-b9d1-46c41b8758ae\n", "proba": 4.101325146166346e-07}
{"commit": "782ca7874504dcbe138e0476ab1700c52ac76a31", "message": "Finally got a message through from synology ss!\n", "proba": 1.029420104714518e-07}
{"commit": "74a845ddc76edac96305194fa0e937c08740b76f", "message": "add GameProfile\n", "proba": 4.1821479612735857e-07}
{"commit": "a20c9ebd5cdc77afcdfec9c562cb60941c6b97f6", "message": "Create Compression.java", "proba": 3.163115252391435e-06}
{"commit": "5922e7ea654563463ae5b81b78ac08cd69648d66", "message": "Initial\n", "proba": 3.6569930671248585e-05}
{"commit": "061c70226c0be13e09f597b0e71c57a57319ff60", "message": "Stricter validation in CSRF filter\n\n* Disallow PATCH method\n* Require 'Content-Type' for POST to be one of (multipart/form-data,\n  application/x-www-form-urlencoded, application/json).\n* Use HmacSHA256 to generate token\n", "proba": 3.471927243481332e-07}
{"commit": "78014d614fafa9ffe790bbb434ff572a51cd4cfc", "message": "[ImageLoader] Development\n", "proba": 1.6627130605684215e-07}
{"commit": "016af08907d9b4dbed5deb03d16bc16580ea502c", "message": "Removing unused Imports\n", "proba": 8.8886378080133e-07}
{"commit": "1540cb83b9f6418e8f13cb451e5bdcc129f3c6e6", "message": "add Builder", "proba": 5.347605451788695e-07}
{"commit": "27de613431b5884af30427dc5bcf0ab4d5630038", "message": "Update SpeedCommand.java", "proba": 1.0402397947473219e-06}
{"commit": "50ceffd5e1bfba574a9adff2e9810c30e945b98d", "message": "\u6dfb\u52a0 Saveable \u63a5\u53e3\u3002\n\nSigned-off-by: mk124 <28796c69e6aa896a65c4a2ce204d2765142c344f@gmail.com>\n", "proba": 1.0955152163205639e-07}
{"commit": "f934c64aa79e58c6ab7526eb9374a5cc3602aed1", "message": "photoBitmap\u4e0d\u53ef\u80fd\u4e3a\u7a7a\n", "proba": 7.687092420383124e-07}
{"commit": "778d0dd731934a0dfdd8aa3139db4995b9d39906", "message": "\u0434\u043e\u0440\u0430\u0431\u043e\u0442\u043a\u0430\n", "proba": 2.3165052880358417e-06}
{"commit": "6e9a7186a072578d676d06d136242b76f844fdb8", "message": "findbugs, checkstyle and pmd\n\ngit-svn-id: ab5bf4358eb1d1206b526f2c2b4833398a5928e7@816 55fde302-37b5-4f85-817a-e5eb813054a9\n", "proba": 1.5574496501358226e-06}
{"commit": "3e57e346f36ef5507fac770eb99afaa104b10c6a", "message": "oauth tool", "proba": 6.273586450333823e-07}
{"commit": "563c26c6b4cbb4b3c5a3db2bcb914844de18f14d", "message": "KCIRB-1532: Added logic to redirect user to newly created active protocol after an amendment is merged to a protocol.\n", "proba": 9.928655231306038e-08}
{"commit": "db1d9a7b5bd0a59d8cafad2bbe2de8a14ea55ab1", "message": "[VTK-4517] Add reply to as part of mail content\n", "proba": 1.0909487002663809e-07}
{"commit": "2853de0d4f034186415f606848b062f261671344", "message": "squash warning\n", "proba": 8.569978717787308e-07}
{"commit": "eacd096b4d71265f0d406238aaec366363a0dc3c", "message": "builder for CertStores from basic holder Store.\n", "proba": 1.0393676319608858e-07}
{"commit": "566c6cd22076d6daa2263dca4de87348c656d7d8", "message": "added interception of equals methods\n\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@1733 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 1.6570693333051167e-05}
{"commit": "bbfb1fd48c91a71f30295691359f4e1a5b25e920", "message": "11053 LIS O(NlogN)\n", "proba": 3.1372502462545526e-07}
{"commit": "80db43461d0a41d29a3b5bd61777c91bcb84f34e", "message": "Fixed: GraphPropertyRunner duplicate loading of workers\n\nIf multiple GraphPropertyRunner were started in a single\nJVM duplicate GPWs are added to the same GraphPropertyRunner.\nThis commit fixes this by removing the @Singleton annotation\nand guards against future problems with a check for multiple\ninitializations.\n\nCHANGELOG\nFixed: GraphPropertyRunner duplicate loading of workers\n", "proba": 1.8160581305437518e-07}
{"commit": "7c01eddb1d79bccd6d092142db50104b3f96cb8e", "message": "[ANDROSDK-688] Add UserOrganisationUnitLinkHelper\n", "proba": 1.3456293856961565e-07}
{"commit": "bcab419b8382c420738425e13869a850e9456003", "message": "#504: add IT for example", "proba": 1.5585446533350478e-07}
{"commit": "8f96b8ac01b24a8e1de1f9f6fae20c7713173bf4", "message": "Test case for [1948275] Unhelpful \"Load of known null\"\n\ngit-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@9535 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 9.45402121033112e-07}
{"commit": "960e99d69eff4beda5161472eaf98b05a282d5f3", "message": "Clean up code a bit differently, to really solve Xerces 1.4.0 issue.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@253380 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.358884952031076e-05}
{"commit": "fdecf540cc8bb9b75b46f1e42ac52200e3625e52", "message": "rework movie renamer, part 2\n(more cleanup)\n", "proba": 1.052984188731898e-07}
{"commit": "7fa05e14c227c9eff56ef407e30c206f185f0c70", "message": "fix up debugging\n", "proba": 2.678730925254058e-05}
{"commit": "6da46b8819f45edc6ef6bc80e266957011d16c2f", "message": "Remove inlineList field from field list, since I'd removed the field from the class\n", "proba": 1.0814884490173426e-06}
{"commit": "e1c6d13af9c0972c27f754535e39e275dbeaa244", "message": "Adding vanilla copy of ListOfNotes for reference\n", "proba": 1.3136909160493815e-07}
{"commit": "00e13824ea6b38d183de3ab3af81ad2c254a6918", "message": "HSTJ-7 unit test\n", "proba": 2.0233834163718711e-07}
{"commit": "4886f6f3e87eed23cd163f5e6c8f0528f489ce04", "message": "add TriangleTest.java\n", "proba": 5.33854574769066e-07}
{"commit": "6e8040c66bc761a9557158513b7b171c39b0937b", "message": "Made BaseCaptureInterface public", "proba": 1.2923474912440724e-07}
{"commit": "ee37cd97fa46a3daf20820281cfb7040643b421c", "message": "refactor(js-bridge): rename json parameter to jsonString\n", "proba": 7.959684444358572e-05}
{"commit": "1623774be54d898af82f08702af28842a52a146b", "message": "testtest1", "proba": 7.113737865438452e-06}
{"commit": "b403d2481bc94363f5778549b41787831e2e2414", "message": "Arvind/Khaarthi - Added VerhoeddValidator\n", "proba": 1.3544770638418413e-07}
{"commit": "fa5338901fa0cb99740c5cad655cf982d67c7a18", "message": "add perfermance test", "proba": 7.063113685035205e-07}
{"commit": "9ed273cc03ea68cfe9a7ebac2acbf7e37087e0c4", "message": "uploaded test main\n", "proba": 2.4216913629970804e-07}
{"commit": "cddcbdba38b21c2784b8d8e54bb0727b43f730d3", "message": "Needed for creating a TokenFilterFactory with spring\n", "proba": 1.2950482641826966e-07}
{"commit": "4f1a242ffa1b53a72a287465f7f4d46f9ba8fb4d", "message": "Create PatientForm.java", "proba": 6.203714519870118e-07}
{"commit": "85f2b928102cd081c86ea77bb2a36973c9420ded", "message": "Create MorseCodeDecoder.java", "proba": 0.9998030066490173}
{"commit": "967208c8aa15b364fd482015b14fcfdce374bca3", "message": "Added builder interface\n", "proba": 4.279010568097874e-07}
{"commit": "9582634d94034be4707f7b7b4ff05e5522af9dd3", "message": "1.\u6dfb\u52a0id\u5b57\u6bb5", "proba": 3.45825378644804e-06}
{"commit": "03a52c64b0c9d83ccda9ae6301c95a127b96dd1d", "message": "initial version", "proba": 4.900892349724018e-07}
{"commit": "5de629218387f0a9f3656b983e2c3467233d2d4f", "message": "Update EchoApplication.java", "proba": 7.341366767832369e-07}
{"commit": "dd24a69a5753dffd2c90daea9ea3ed630aae5c29", "message": "Update EchoApplication.java", "proba": 7.341366767832369e-07}
{"commit": "dd3e9a24622882ded83a25a36c523561e50639d6", "message": "java translation for ch09\n", "proba": 3.7538228525590966e-07}
{"commit": "3c97f5490c20a1adf63b5a53dcef1661af8b3012", "message": "Added tests for https://issues.apache.org/bugzilla/show_bug.cgi?id=50413\nThe test that is currently failing is commented out and marked with a \"FIXME\" comment.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1056888 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.4150428796710912e-05}
{"commit": "b0bf1e54c248b9c5b8e11319d274b9846162a931", "message": "A beanshell based request listener\n\n", "proba": 7.029708513073274e-07}
{"commit": "b63d6f42e0414350439be69678d9b4d0930ed3d5", "message": "should rename this project to aksw-spring-utils\n", "proba": 0.9999974966049194}
{"commit": "3c067babb8c18f50b3b980e0daf03ad78df7d80f", "message": "Added IOUtility.\n", "proba": 1.3508251583971287e-07}
{"commit": "11321b30f6b64ed4bca9ab0b9de8511c6d6b0e43", "message": "Added problem statement for ReverseBits.java\n", "proba": 1.3467000314903999e-07}
{"commit": "98b4c94ea892fd7563c0a6ae87eb13ab611971ca", "message": "fixed memory leak in contact allocation\n\ngit-svn-id: 54b0df13ea2cb80c818f822366e7d3bd40ffeedd@3584 5b74d2a0-fa0e-0410-85ed-ffba77ec0bde\n", "proba": 1.551284526613017e-06}
{"commit": "6ec3f6f29cf652e4bae3e819f1a0640b4317b4a0", "message": "Removed unused and old code.", "proba": 1.260446964579387e-07}
{"commit": "385c3e9b69da1e57407d51cee13ef0decabed9b2", "message": "HBASE-3900 Expose progress of a major compaction in UI and/or in shell\n\ngit-svn-id: 949c06ec81f1cb709fd2be51dd530a930344d7b3@1162296 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.267173600666865e-07}
{"commit": "69abcc4c115ce2c05af25f11d5e623f0c87fe29f", "message": "ugly number ii\n", "proba": 0.00015405223530251533}
{"commit": "fdffa05baa3f74750299ee1404cb40e4cd42b13a", "message": "ConstraintVisitor: allow enum values\n", "proba": 4.2619217310857493e-07}
{"commit": "f511d955202316b5f44d1a7a43d5ce9a4d350981", "message": "finish implementation of variance inference for function refs", "proba": 1.3344930493985885e-07}
{"commit": "4d92932a90db0036002f9a1cea919004db9d8bf5", "message": "type arg inference from generic parameter types", "proba": 3.111660475951794e-07}
{"commit": "f3835ed9fd82ff17c65154f1e1846e7b8f8cbfeb", "message": "add error code to support quickfixing named arg name", "proba": 3.757411661808874e-07}
{"commit": "7045be05c1113b9216b05933c968deaccd6693b6", "message": "break down cases of an intersection type in switch", "proba": 3.5180169106752146e-06}
{"commit": "2638e992f7ee1b0f30cddb08bb73d954f2219a1b", "message": "reorganizing test-support\n", "proba": 2.0131660676270258e-06}
{"commit": "caa8bddf2b96545782b4f9fec17a75081117d4ea", "message": "NIHVIVO-1307 new controller that supports uploading file on \"Convert csv to rdf\" tool.\n", "proba": 9.887985186196602e-08}
{"commit": "9c01a84c8a17fc44b5dd4782a9d8517963228fa6", "message": "add xstream utils", "proba": 4.478765447402111e-07}
{"commit": "bd6c6ee18a6b790a4ac09e9bd0a9be5b0e113d5a", "message": "fix: sum trick, Time: O(N^4), Space: O(N^2), N<=100\n", "proba": 0.0063422382809221745}
{"commit": "51451df8f52a3df852b15b3b37440ae7548dec5a", "message": "Added ModelReader for reading model mappings and holding table->models\n", "proba": 1.0943791295403571e-07}
{"commit": "fe25e2df0b50c8099591741646e696acb827b590", "message": "19.8-1: Sockets - Classe Servidor implementada\n", "proba": 1.1517924747295183e-07}
{"commit": "d00e68c3b6a4c727bd59a7e7c4524fb3fdd193f0", "message": "am 26a43094: am 578fbe89: Merge \"Set the metadata rating correctly in RCC\" into lmp-dev\n\n* commit '26a4309492f5af6828738a469ad8f18f42c44a61':\n  Set the metadata rating correctly in RCC\n", "proba": 3.399035222173552e-07}
{"commit": "7305b46527164a6a39681c8f8b721da198a582ae", "message": "am d00e68c3: am 26a43094: am 578fbe89: Merge \"Set the metadata rating correctly in RCC\" into lmp-dev\n\n* commit 'd00e68c3b6a4c727bd59a7e7c4524fb3fdd193f0':\n  Set the metadata rating correctly in RCC\n", "proba": 5.300932457430463e-07}
{"commit": "aa9d9fe10436ee5eba6a26805a94953f1e1c5a7e", "message": "Started first linear programming example\n", "proba": 2.551386444338277e-07}
{"commit": "64c8a443e5d400c32adab811183c1e7b3db0b104", "message": "Java code to implement Calculator which respects operator precedence\n", "proba": 5.475954480971268e-07}
{"commit": "feeab31030a194ce434757bcbfaff52aea2cf664", "message": "refactor\n", "proba": 0.9999991655349731}
{"commit": "4cc7ae91a2a82113f96e902373834a8ee73a91b2", "message": "Close writer in JsonView\n", "proba": 1.255386905540945e-07}
{"commit": "65610174d8315d761583ae64cf7149e8ff253e55", "message": "Test with a custom ItemSorter\n\nsvn changeset:16932/svn branch:6.5\n", "proba": 1.4625234712184465e-07}
{"commit": "e34a0c11685136b47585cc46ab2d76da5430f755", "message": "#199 Created tests (which fail) for: Ongoing event shows wrong start time\n", "proba": 1.2763304368945683e-07}
{"commit": "fdfb69730e79ea064e44147738f9dfd4483948c0", "message": "Adds transform from TripModel to Trip\n", "proba": 1.6950723136233137e-07}
{"commit": "e79f56bda1f9f02d7e0a1e55bcca9341624fd022", "message": "New class to hold crystallographic information.\n\ngit-svn-id: a754228c0d23e99fefe44e35d84d6184990ceaa2@9618 7c6358e6-4a41-0410-a743-a5b2a554c398\n", "proba": 2.6218005586997606e-05}
{"commit": "69b4daedcfd343b4292fa399d0e275cf74dc2bc7", "message": "fix failing functional tests\n", "proba": 4.8013130253821146e-06}
{"commit": "2e88c22bed25ab88f3f7593a788fe9feefb6b87e", "message": "Back ported TRUNK-3470: Facilitate testing controllers\n\ngit-svn-id: 4718f6e240ca7210205b40b658d48b65419e2f31@28142 5bac5841-c719-aa4e-b3fe-cce5062f897a\n", "proba": 6.028366215105052e-07}
{"commit": "ffd76068e097475de898b535cbb9588af613b738", "message": "Initial version\n", "proba": 4.846839942729275e-07}
{"commit": "a426c255c0a416617e52e88e6070cfc548a4fc8d", "message": "Solve homework2-problem3: PointsInsideFigure\n", "proba": 0.9999994039535522}
{"commit": "bea699fa3ad65820c0d142cecaba66a2590033fe", "message": "Javadoc.\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@12740 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: c4c3933d4583125c5b17e5b48bc71651dea94920", "proba": 2.316148857062217e-05}
{"commit": "c3aef23816a527d551905001d69c83dd9cc476cb", "message": "Release images repository\n", "proba": 3.1202097261484596e-07}
{"commit": "6d241f877e4287f9493b0f661d7a76d8e850984e", "message": "nu med kommentare", "proba": 1.7334073731944954e-07}
{"commit": "0f382803f3df8d5916c8b44e61e7fbf65667d0ca", "message": "Create ChildConstructorCallsParentConstructor.java", "proba": 4.351338986907649e-07}
{"commit": "eb6affd5d98b99d0b0709235c8f7b8d07b54d998", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "4336197edf5dd1e0ac84727743b31cb585acff92", "message": "Added missing specialization in #== prim\n\nSigned-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>\n", "proba": 1.169595904570997e-07}
{"commit": "2fc2a4fd5f239812e0d1b443b3092dd4ce290d42", "message": "Added ClusterTree unit test sensitive to issue #148.\n", "proba": 9.956170998748348e-08}
{"commit": "0d44266d05a13a77ed531828e2695b1fdc28de50", "message": "Update solution for 084.Largest Rectangle in Histogram.\n", "proba": 1.0873340983152957e-07}
{"commit": "5b2f4e6f8271b2ce44e66fb7494d951f60b9b4cc", "message": "Add comments for 094. Binary Tree Inorder Traversal\n", "proba": 2.3276432159491378e-07}
{"commit": "f798db18125939a848b622c82967a7b53eedc4bd", "message": "Adding RpcResult.java\n", "proba": 7.390702307930042e-07}
{"commit": "01b01b7705c956d1f32bfca122fec952d7d4d172", "message": "Deleted unnecessary condition\n", "proba": 1.1723770967364544e-06}
{"commit": "4043fdae05ea7d93e5b4d8f50818fa4cee079b81", "message": "small rook isvalidmove fix", "proba": 1.766147875059687e-06}
{"commit": "2602993d83650e2f63493996d9ceb0fa71c79546", "message": "conf of classes to be instrumented\n", "proba": 1.558449440608456e-07}
{"commit": "b70f379d46389b10d71c4769e7490924851e6d8c", "message": "Auto localMemberPort increment was not working, if the specified port was not available. This commit fixes the bug.\n\ngit-svn-id: d6acb143e251c037dab5ea34394f8439daf45588@1294677 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.3731317949350341e-06}
{"commit": "6db431d9baef9c262ca6950447e072ad89de9560", "message": "Add tests\n", "proba": 5.818237696075812e-07}
{"commit": "0b6eaf63632621f844c9868e481e6b8dd6501a2d", "message": "[findBugs] Do not ignore to throw wrapped exceptions\n\nChange-Id: I934372826cd95302d309be8f9ef920a057e79a36\nSigned-off-by: Matthias Sohn <446760a3fbea85cd5f8f4f5c3de304fe3a38014f@sap.com>", "proba": 1.1580728198623547e-07}
{"commit": "21678f0ba0a4794fbb5a1a5f813207dd4a94f399", "message": "am 89d8d175: am 158c51f3: am 95548b39: Merge \"Fix GPS icon not showing for secondary users\" into lmp-dev\n\n* commit '89d8d175e522f4a8ce77fb3996841d5349162243':\n  Fix GPS icon not showing for secondary users\n", "proba": 2.3670236259931698e-07}
{"commit": "03b69008b9c2c352c854e916b1c9356761d27cc7", "message": "Delete GUI$ActionLearn$3.java", "proba": 0.001121800858527422}
{"commit": "3d0a03829dff9b1a99bb32643223fdb10d9f1d39", "message": "Add ignored JUnit to explain/show a \"flaw\" of the current DKV programming model.\n", "proba": 1.0095208580196413e-07}
{"commit": "e855e3cd1bf45f743bc44cf082899b75cd213c97", "message": "Change name for priority combo box options.", "proba": 1.1824689494233098e-07}
{"commit": "a4eff2d8054f767552024bd30dce79dbea8f0262", "message": "Why not pushing?", "proba": 1.2593719702636008e-06}
{"commit": "0c3d8996ea0c7ce1bb7aa07d670b49ad392a9987", "message": "Initial commit\n\nSVN-Revision: 174\n", "proba": 1.3284703470617387e-07}
{"commit": "e7a51e1b9c1f4c05ccdc59ed77acf946f6ce28dc", "message": "Delete SubpanelExpresiones.java", "proba": 3.0730163302905567e-07}
{"commit": "7f9c393709896d1af5d9de075890c6afddee2a8d", "message": "Update CalculateIrr.java\n\n% sign", "proba": 1.8240459098706197e-07}
{"commit": "82c91dc233bb2210e62bd4aadc997fb9ce407c13", "message": "added unit test for empty soy msg bundle\n\nChange-Id: I35c78ba202b44541e0d9a8e75a0b63c181cb6644\n", "proba": 7.335467557822994e-07}
{"commit": "00938f7d5ff9352bedac0a58c2c32b3156773e05", "message": "\u66f4\u6539\u7b80\u5355\u9519\u8bef\uff0c \u4e3a\u4ec0\u4e48\u5728\u6211\u7684\u673a\u5668\u4e0a\u5c45\u7136\u4f1a\u51fa\u9519", "proba": 5.780176479674992e-07}
{"commit": "761fe14b159eceb5a6e9b71528b9731307b60725", "message": "removed\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@924 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 7.574486176054052e-07}
{"commit": "43d4399f1161696b439f1a9fe4a66fe1293c4c2b", "message": "Update Scheduler.java", "proba": 6.603006568184355e-07}
{"commit": "90f3deaadb5bac9ee1ac4eda72ef96a13e7a2acd", "message": "Create JumpFloorII.java", "proba": 1.2833415894419886e-06}
{"commit": "b183891f800eee9f88cfbf8c75ecf621fce3fc19", "message": "[TE-89] fixed platform specific problem with TECombo. clearSelection()\non Mac OS does not clear the text input control.", "proba": 1.3214562954999565e-07}
{"commit": "7c4659fb1d556245ba7b729bbffb716491255a66", "message": "minus lambda\n", "proba": 0.9998825788497925}
{"commit": "7769322e125e4e3e8a8bb7a6d38b9da8f9ffc039", "message": "Added unit test for ValueDecoder\n", "proba": 1.374401108478196e-07}
{"commit": "e837c3e059c6daa4d547405a88573d77fdb225c0", "message": "Possubly fixed Issue #11\n", "proba": 1.2649567793232563e-07}
{"commit": "3dfde3d25fbdcb24dd31148efca4e8201257ac03", "message": "Add another sandbox script\n", "proba": 4.786851945937087e-07}
{"commit": "a8c0323596e71319775cb3b0b45e73eed43c7e0c", "message": "Initial creation of BigDecimalUtility\n", "proba": 2.2821697598374158e-07}
{"commit": "5a1aee778c833b9f9243ae10ae879ab8ddb5f4df", "message": "Added CustomGlassColor enum\n", "proba": 1.330321452996941e-07}
{"commit": "14853e84e27a21460d1455d2952a35554facae84", "message": "All overflow issues addressed.\n", "proba": 1.122609631920568e-07}
{"commit": "4772e1ba54e936bcdc3c27a4c377c8bbbb5844f3", "message": "add solustion of No.1\n", "proba": 0.9995471835136414}
{"commit": "7f15eac82a99b6261c24575d53400db28a406056", "message": "add attribute map to character\n", "proba": 3.2857349197001895e-07}
{"commit": "48d292377d9ba8460d2a0eaf66264c9ef5c98cd4", "message": "Added sorting of output. Duplicates get removed properly now.\n", "proba": 1.0284388451964332e-07}
{"commit": "19723f9aab3e136267c0b19ac6b10480f68300bb", "message": "Initial revision.\n\n\ngit-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@3241 4f837ed2-42f5-46e7-a7a5-fa17313484d4\n", "proba": 6.480765296146274e-05}
{"commit": "00726b89c2931c1ebf3443b2250a6c43709faa85", "message": "complete scale animation while scrolling\n", "proba": 1.8592416495266662e-07}
{"commit": "4379406480ee5e67948d7385020629b78b1d45b6", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "ee13d1d12623098ebc576b06f302d23f489c5db2", "message": "add test for BlockchainResource\n", "proba": 2.168875852248675e-07}
{"commit": "33c83fb8e1d1e381aeadb8f0c373ba0a9405b72f", "message": "delete driver test\n", "proba": 5.60875946575834e-07}
{"commit": "59b3a8dd08e38d29722333e68ce4316578d7ec55", "message": "SVN: importing ancestors for CTL intepreter and generated classes\n\ngit-svn-id: 7003860f782148507aa0d02fa3b12992383fb6a5@6509 a09ad3ba-1a0f-0410-b1b9-c67202f10d70\n", "proba": 3.7467984270733723e-07}
{"commit": "1fe6ec7f567db309ce8208f304b7040ffdcbedf8", "message": "Added missing API doc comment.", "proba": 1.1279603739922095e-07}
{"commit": "8e20e5544ad2043cbd812304213fa570e1636948", "message": "GravesLSTM optimizations (inc. memory)\n", "proba": 1.2186812625714083e-07}
{"commit": "7e50b9c275d98b519eebd3e58e16613a41b27225", "message": "Made a new branch, older version didn't seem to work. Again, trying to\npush my .java file into the master game project.", "proba": 9.900043806965186e-08}
{"commit": "320da4ea54b433f8f57b8f75d264cab1fad359cc", "message": "added decompiled file, decompilers can not decompile cglib generated classes\n to source code at this time\n\n", "proba": 1.1112357611864354e-07}
{"commit": "ca2c7f5325067014f322a6954b80d7fa8f06613d", "message": "Plugin API: Add ChangeStatus\n\nChange-Id: I5962451476b6de1fec7915026120294b9a1c8f32\n", "proba": 6.479605758613616e-07}
{"commit": "1472318491f84bdb3dd82741b6f40eb7229a3d78", "message": "Update MeteredMessageHandler.\n\nMainly aligns naming.\n", "proba": 1.0469102562638e-07}
{"commit": "ad6173b6af3d286e1ec41e02b5407d97e086dbbd", "message": "Added a versioning test case to illustrate how a specific version graph\n(including a 2.0 version and a merge of two branches) can be created.\n\ngit-svn-id: 02b679d096242155780e1604e997947d154ee04a@669840 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.2262373578269035e-06}
{"commit": "9a9bbf246e9f4f676cf7ea1a2e2aa24d4b2bbdee", "message": "Fix install script and dirtools so that we can add a user\n", "proba": 1.3432112666578178e-07}
{"commit": "c9b99bc80e58f4842f32729805d699dffe7c0b7a", "message": "add test java program\n", "proba": 1.7168449630844407e-06}
{"commit": "fb609e56f4dd7f423529189d6d95da29268629ab", "message": "General cleanup: no longer using fully-qualified names when referencing classes, organized methods.\n", "proba": 1.097786821446789e-07}
{"commit": "bd28a6f0f18d3f4bf332a4accccb77ef2b58c1b9", "message": "Test case for OrderedLayout\n\nsvn changeset:5743/svn branch:trunk\n", "proba": 1.7947360220205155e-07}
{"commit": "9028aba050b164da50277a841499d138f8c770fb", "message": "Initial commit\n", "proba": 3.003353299391165e-07}
{"commit": "3635f83e1991adfd4a109b300ec465e0bda339d1", "message": "Add GattProxy\n", "proba": 3.4581245245135506e-07}
{"commit": "ab6294e4bb2830a3bc161bcfec15904685e8b5b5", "message": "am db44cb92: am 6b0653ff: am bfdecccc: Merge \"Only scan for wifi display when there is no active connections\" into klp-dev\n\n* commit 'db44cb92ecae78f0fa5a8fe60eb1d35393c67507':\n  Only scan for wifi display when there is no active connections\n", "proba": 4.477774666611367e-07}
{"commit": "b42fdb9d95573063461d6a7a62c7eb03fdbf39db", "message": "Create arrays.java", "proba": 3.8088863220764324e-05}
{"commit": "dae290fe926c007962456fd7f7529e37791e174c", "message": "new FSIterable: recursively traverses the file system and iterates\nover directories and files in alphabetical order", "proba": 4.300832756598538e-07}
{"commit": "78ea19980bb130862c555b5109097dc45c9542ff", "message": "Add implementation rule Rgaa32017Rule030205Test\n", "proba": 2.1275812400745053e-07}
{"commit": "b30f2e87ce10196060b8459ddf4872b506722178", "message": "Add implementation rule Rgaa32017Rule050703Test\n", "proba": 2.6217961135444057e-07}
{"commit": "eac3ceae6acb2397a41e88250a81e6f67fd978bd", "message": "Add implementation rule Rgaa32017Rule070202Test\n", "proba": 2.5031386030605063e-07}
{"commit": "2ce6721799273e97ff23e78b25c2c2f61294c095", "message": "Add implementation rule Rgaa32017Rule100502Test\n", "proba": 2.782367403142416e-07}
{"commit": "199b89404da1cebc7c902b2348ecdefe9df70b7d", "message": "Add implementation rule Rgaa32017Rule130103Test\n", "proba": 2.5514643198221165e-07}
{"commit": "64d39ee2cd5b70895ff8a1530ff9f9a6a38d3807", "message": "teacher entity test\n", "proba": 1.1032860129489563e-05}
{"commit": "f3b1f8a8e9287ebc64e957c0d6873c276600b706", "message": "New test for the new method in DisplaySystem (recreateWindow)\n\n\ngit-svn-id: 5afc437a751a4ff2ced778146f5faadda0b504ab@1884 75d07b2b-3a1a-0410-a2c5-0572b91ccdca\n", "proba": 6.033817498973804e-06}
{"commit": "0b8bd54a4e416921928d01a432442b3d82a1f204", "message": "Began work on placing ships", "proba": 2.961023710668087e-07}
{"commit": "69da3d159fbb8fee5652e6d8d493e8e0e8eae5bd", "message": "Playing with a new visualization of discrete spatial model.", "proba": 1.0778563108715389e-07}
{"commit": "1b36fa8d69ab09ddb5a9b1b56ca892d5539bf118", "message": "add property whether the plugin is in pristine state\n", "proba": 9.837398238232709e-07}
{"commit": "fd49275b4d2fcbf862535520f52860201fbfa040", "message": "Created Node.java", "proba": 8.932452146837022e-07}
{"commit": "ac7e690ed0d7278c1b4fc1dc4cf592c0e21a2921", "message": "Add /tpn\n", "proba": 2.4749647309363354e-07}
{"commit": "fbfb11664a264cb327d6caf84c82f0ff14a39915", "message": "HBASE-9914 Port fix for HBASE-9836 'Intermittent TestRegionObserverScannerOpenHook#testRegionObserverCompactionTimeStacking failure' to 0.94 (Takeshi Miao)\n\n\n\ngit-svn-id: 1ea5de6e32eadb5f080cfd8bafe1c87167c06d54@1572166 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.000547389499843e-07}
{"commit": "6af717ea4e1d5fecd293cf529744e7e65647e785", "message": "#23: backed up IfUnlessActionExecutor by unit tests", "proba": 3.576345477540599e-07}
{"commit": "4a904f2c7c8d1374ee80ea4be77195ae9aac0ade", "message": "prueba\n", "proba": 5.463609340949915e-06}
{"commit": "b5579c31969adc511a139e10aaef173eaf33fa12", "message": "Fixed issue with App.domain().", "proba": 1.2141823901856696e-07}
{"commit": "376e6ac66af17956e4a62b20ef8b03cb693f56d8", "message": "Fix quit message parsing\n", "proba": 1.3436075505524059e-06}
{"commit": "1238ca3a56930040d05be367c5a5946928c9f628", "message": "KCIRB-671\n", "proba": 2.8650660510720627e-07}
{"commit": "b725a15008824ba3933d4ac8079447fbbca6ff43", "message": "[\u6e90] Jedis - \u57fa\u4e8e\u6587\u672c\u6570\u636e\u683c\u5f0f\u7684\"Redis\u670d\u52a1\u5668\u7aef\"\u529f\u80fd\u5b9e\u73b0", "proba": 1.237255418118366e-07}
{"commit": "6e7e3145407b8e91befcf108d466a8f4c4769512", "message": "Created SimpleMailMessageHelper with builder pattern which behinds the SimpleMailMessage creation logic\n", "proba": 1.2857778131092346e-07}
{"commit": "038ec221327e23899a1d0405c078616dec1ef15a", "message": "Create Standard.java", "proba": 7.705280609116016e-07}
{"commit": "d84635eca5d9f48cee544206e6f1a4ead97d1295", "message": "SQOOP-54. Allow per-manager configuration of isolation level for metadata queries.\n", "proba": 1.060465848468084e-07}
{"commit": "f5044fb597aa87f9ea4dbef034b2fa0c801a0653", "message": "FEATURE: now has a static map that allows singleton objects within the Wayback Machine. ResourceIndex and ResourceStore are currently the only core objects assumed to be singletons.\n\n\ngit-svn-id: 25dac4f723c7e5b42083d4a98669c37f60455592@1269 69e27eb3-6e27-0410-b9c6-fffd7e226fab\n", "proba": 2.096136086038314e-06}
{"commit": "40b907c1f4871345cc90c768efecc8fc62340521", "message": "fixed the bug in language setting\n", "proba": 6.404591772479762e-07}
{"commit": "1d5d8f98bccc3e3fddd6128cd53445ed6f23e45c", "message": "Update BeachBiome.java", "proba": 3.5909044981963234e-07}
{"commit": "f4e23b3ab5e5025eebefcd831c785f6641bcef2e", "message": "\u652f\u6301avenue 2.0\u534f\u8bae\n", "proba": 5.580476454269956e-07}
{"commit": "85e24d1918ccda54d357461c6cbc9c06a4e912f1", "message": "Added documentation explaining the reserved flags within EFLAGS.\n", "proba": 1.05001191741394e-07}
{"commit": "382f4da7c7a3742ffde9d82cb47788b2c3d5ca8b", "message": "Create array6.java", "proba": 0.0015980852767825127}
{"commit": "5ff289b45e3027fac301189a8c26383ab0150dc8", "message": "Adding a source file for Three Sum Problem\n", "proba": 7.966667112668802e-07}
{"commit": "05273569477f3c62e670ea63b90f0d9f6865646a", "message": "[Update] refactor feed create service\n", "proba": 3.5202549497626023e-07}
{"commit": "ec4870a8b6af28a55c5fc46c1f9408fe03ee4b30", "message": "Money\n", "proba": 7.888713298598304e-05}
{"commit": "668ecea48bfc59b264f2a5e4f325cd575a6cfd04", "message": "a class to hold info about a method\n", "proba": 1.2886233946574066e-07}
{"commit": "c7ba08b46541bf2eff9a1f16cc6b27f8e567f2ba", "message": "change clientButton", "proba": 8.613668001089536e-07}
{"commit": "d51916d2a4976d5a15d4888365c758cde5f3b236", "message": "Commit test\n", "proba": 2.0256707102817018e-06}
{"commit": "c73ce159719fb7e4fbd42f8af9e0a7cdc052ce8e", "message": "Messages: add messages ERROR_NAME_IS_EMPTY and PROMPT_RENAME_USER\n", "proba": 3.925332202925347e-05}
{"commit": "02f57efc102f3c99e7dde5b27a09ab4516fee026", "message": "Update MTriplet", "proba": 3.205531129424344e-07}
{"commit": "5ff2ea6a3af60339822797db8c805e2d61af271a", "message": "https://pt.stackoverflow.com/q/265506/101", "proba": 7.693744805692404e-07}
{"commit": "d472334dc6f46352cb5dd3b33da6258e1d1c1ecb", "message": "Fibonnaci\n", "proba": 2.1439338979689637e-06}
{"commit": "dcf16346767e846139bb9e5e019affab595601f4", "message": "Added exception handler\n", "proba": 3.0547715823558974e-07}
{"commit": "a16e0ce038c548fb89894cdb50dc25e52fc38edb", "message": "Fix for recursive types.  This used to go into an infinite loop.\n\nSubmitted by Richard Scheuerle.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@245650 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.714758455927949e-07}
{"commit": "6f10b74e238adca7cd6b9bc06e3e9895eaf44e56", "message": "Moved some generally useful classes out of Examples\nand into these projects.  DataTableEditor provides\na simple gui for adding and removing values from a\na DataTable\nAnd DataGraphablesPanel adds the table editor\nand toolbar to the basic datagraph.\n\n\ngit-svn-id: 68ef3ef1a966669f855010d8185b1a1aba9038fc@2497 6e01202a-0783-4428-890a-84243c50cc2b\n", "proba": 5.468835979627329e-07}
{"commit": "10c7aebbc1a9bcd3d97e6e59ee87806fce5c8400", "message": "Issue #1057: Fixup -2\n", "proba": 1.2716806452317542e-07}
{"commit": "8760a87da270ab497c6d571f6f170650bb7a8612", "message": "Replacement for the Context.java class.   This is the primary Context implementation to be used by applications.  Supports chaining.\nPR:\nObtained from:\nSubmitted by:\nReviewed by:\n\n\ngit-svn-id: 7267684f36935cb3df12efc1f4c0216d758271d4@74070 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.6272384679468814e-07}
{"commit": "4102591adb8dc7b049ba5fe891ab0dcd90bb39be", "message": "- add SimplePool for the parser pool.\nPR:\nObtained from:\nSubmitted by:\nReviewed by:\n\n\ngit-svn-id: 7267684f36935cb3df12efc1f4c0216d758271d4@73663 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.978749868518207e-07}
{"commit": "b0d47a1b91610b5e0f7fcb0bb672b6a38b8fd1dc", "message": "Removed javadoc comment\n", "proba": 1.7406897256933007e-07}
{"commit": "39565abd0f64a69ae6d15640952a2f633f3785b4", "message": "added support for retry analyzer (submitted by Jeremy)\n\ngit-svn-id: 0fb7d80ee932ae2a080de675cb20a4788b2d07b0@477 1a8b0fc8-9519-0410-aeec-afd8fd7729cf\n", "proba": 9.93264848148101e-07}
{"commit": "ce3a45de1be078852cb78a6b4c1a8af7e8ac0335", "message": "Fix for Bugzilla Bug 9911- RPCProvider.getMethod() is obsolete\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@247271 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.348664338569506e-06}
{"commit": "27598a1ca119fe254cb269d6adf4c0ab4c03da06", "message": "Don't bother printing a stack trace if it's an AxisFault, just dump it.\n\nWe might want to alter dump() to know if it's a \"local\" or \"remote\"\nfault, and print the stack trace if it's local.  If it's remote, we know\nprecisely where the fault will always appear to come from (i.e.\nSOAPFaultElement.java:110).\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@244957 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.306416667532176e-05}
{"commit": "e580809ac9dcb8d7384d881ebf55a3df78258cc1", "message": "GRAILS-9674 - fix GrailsEnvironment\n\nThe AbstractEnvironment constructor is calling customizePropertySources.  Our GrailsEnvironment class was overriding this method with code that referred to grailsApplication, which will not be initialized in time because it is initialized in the GrailsEnvironment constructor, which of course is called after the parent class constructor completes.  This rearranges the code to try and address this.  We need to test this and verify that all of the environment support stuff still works with this change.\n", "proba": 1.1604520011587738e-07}
{"commit": "e1aee41a1afbe44dd964347a77904bed23d59712", "message": "Reverse string using collection\n", "proba": 0.00027445494197309017}
{"commit": "6f982ccff5a53d3593618034489343af0fdfe9d7", "message": "ConfigurationItem.getType() doesn't need to be public\n", "proba": 6.590330485778395e-07}
{"commit": "e13462022e97e24274bc27e2f72248d0fa2c000d", "message": "Code reformatig in Boot class.\n", "proba": 1.1909115471553378e-07}
{"commit": "3608fd4a776f8667c7c8771a04c11d1122084510", "message": "Add enqueue file for fetching movie data\n", "proba": 5.080268579149561e-07}
{"commit": "688a4f2dd353aa7799a9e61e2e165b5923b84047", "message": "Kelas yang digunakan untuk menampilkan layar loading\n", "proba": 4.093595578069653e-07}
{"commit": "9feb5319c70fe5e5a35134817ed02ec89f27132f", "message": "Updated reduce method\n", "proba": 6.63304945192067e-07}
{"commit": "e7f9499f55015276963ffba1ae0ffe7fcdb16ad5", "message": "End session when logout\n\n", "proba": 7.19185777597886e-07}
{"commit": "35f4d9dfd38de941aa91b6e0102aaa0a6ef32611", "message": "Added utilities for Optional.\n", "proba": 1.1500362973038136e-07}
{"commit": "49d8f6fe9907302c7f9c75cabd9f31103f67804a", "message": "Ejemplo de clases java\n", "proba": 3.172015965446917e-07}
{"commit": "e46ce76e49362c81d659c354f48a593280715d2e", "message": "Update OAuthUtils.java\n\nDo not use a HashSet, it does not allow for duplicate parameters while HTTP and OAUTH do.", "proba": 1.0981428033574048e-07}
{"commit": "c5602043d582e30b0b1146675857bffc4c7da02e", "message": "Add LuminanceChanelFilter class\n", "proba": 2.3523422498783475e-07}
{"commit": "fda7728946e84c245fcdfb0bad1de1e8c4de227c", "message": "ajout du fuyard version reseau\n", "proba": 3.9094308590392757e-07}
{"commit": "664379c37ef5417d464c7de11579f0d2060e4ad8", "message": "add problem 2921\n", "proba": 0.9982694387435913}
{"commit": "c8d3c35b528497cc3dcaa766b7b2a7814ef338e5", "message": "Add Topological class.\n", "proba": 1.808784730883417e-07}
{"commit": "43b985b880ae7d9328e8cf1fff36524a94b6fe33", "message": "Initial creation of RootWindow.", "proba": 1.1664891275131595e-07}
{"commit": "0fae184d9b0e3964bd55b49742aeee7e855a1cc0", "message": "Delete domino.java", "proba": 0.9989903569221497}
{"commit": "bd6af098c067e4a6b36020003c577f08342abe8e", "message": "Add expiration to token of 1 hr", "proba": 0.9996451139450073}
{"commit": "9c6190818851a7c5d81fa0e489df7dacf1a1c22c", "message": "fix multiple argument bug. i misunderstood cli's usage.\nmake code more readable.\nhandle no arg case in better way.", "proba": 1.2811156580028182e-07}
{"commit": "16d8788a8278b8bbecb2fdb2db9a94b0602eec82", "message": "fixed the log file output\n", "proba": 1.3277843208925333e-05}
{"commit": "53d6c03d476be30e119751db7d11317fa27b9229", "message": "remove unneeded configuration\n", "proba": 4.185697889624862e-06}
{"commit": "b3a5904b762bd21461bea1c0b7cdf755415d0f32", "message": "KRACOEUS-317 - New unit test data loading.\n\n", "proba": 9.94855895442015e-08}
{"commit": "09354fa9c98b56901aded1a12efa1035961cf798", "message": "Create template.java", "proba": 1.1196325431228615e-06}
{"commit": "2dfe98df2d109e9e118a71936a858d74d69f8d6f", "message": "Small audio channel test for fun.", "proba": 1.113119481033209e-07}
{"commit": "9b99593f940f93ff7289227f49cf9ffdb6e62f76", "message": "- upgrading to Apache sshd 0.10.0 (failing)\n- adding Jenkins/Triled Test Case\n", "proba": 2.456348511259421e-07}
{"commit": "299dc63853795bf3f5f5585dd1bdf657a3080204", "message": "initial commit\n", "proba": 2.7632697197077505e-07}
{"commit": "fa3080c421866148c606303a455e5e69acf24850", "message": "Add license header\n\n", "proba": 3.5144987009516626e-07}
{"commit": "5841a26b5b7738386f442bca1bf72db9145adc1f", "message": "\n\nSigned-off-by: Administrator <Administrator@Eilai-PC>", "proba": 1.2287971173918777e-07}
{"commit": "a2035b4cea12b374358c4d9ac0d9df70db24a3bc", "message": "Simulates protocol sessions. Connects to a protocol server. Test reads\ntemplate and sends data or reads data from server and validates\nagainst given template file.\n\n\ngit-svn-id: 88158f914d5603334254b4adf21dfd50ec107162@108153 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.8722988645313308e-06}
{"commit": "a1f872871bb8cf7f8bf0f5230596a346a4bf9eda", "message": "Made ImageMask MUCH cleaner. It no longer hurts my eyes.\n", "proba": 1.0154243312854305e-07}
{"commit": "6d17eaf414a6a79f559cf5696892ae4cf14890d3", "message": "Fair Candy Swap\n", "proba": 3.7948277054056234e-07}
{"commit": "e1a67e6f72b6c6b5bccdcc3e8a2eaffd494ce4a4", "message": "am 587e65b1: am 848718a0: am 5926650d: am 7461b5a0: Merge \"Adding support for Cdma conference calling.\" into lmp-dev\n\n* commit '587e65b1712817a0f5c9086aa7f63e5f7e5a7acc':\n  Adding support for Cdma conference calling.\n", "proba": 2.7781780431723746e-07}
{"commit": "953efe140ff569e81ebfd34cf972072611317b28", "message": "Q1000 done\n", "proba": 4.6526022856596683e-07}
{"commit": "5ae89b75594bba1a916c19fd2d39261d1f0e0392", "message": "Added fixed class FXResizeHelper\n", "proba": 2.0765526187460637e-07}
{"commit": "47a44082d2077b587b61d4408958936ab4532022", "message": "Added test case (test not implemented yet)", "proba": 1.0886144252708618e-07}
{"commit": "0af6d132ff380862c9eb81c4b5f0d240146b67c8", "message": "added javadocs\n\n--HG--\nbranch : toxiclibs\n", "proba": 1.8508914934045606e-07}
{"commit": "26bd7b4754f0867d6682e96b33297040e5ee123e", "message": "OWL API Profile checker\n", "proba": 6.307631679192127e-07}
{"commit": "c92807a028ad86ef94e927781ec1d972cb045256", "message": "Se agrega el formulario que contiene la pantalla del juego(Mapa)\n\n", "proba": 4.7087792154343333e-07}
{"commit": "5470a3a4459ad436d4ddb15d4c3e1fee211e6e67", "message": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c TODO list. Corrected.\n", "proba": 2.4083078642433975e-07}
{"commit": "eedb38f200d838cc093d87a0d1c12c84a4f975d1", "message": "javaType and xmlType could, indeed be null (and they are in one of the TCK tests).\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@254933 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.621647349267732e-06}
{"commit": "25b9faeb44f80c23f408ed5141cde90fe5b00363", "message": "Start using the action factory.", "proba": 1.2278987071567826e-07}
{"commit": "415938c0be492b9735fda5b8c21a8bf1a8715cfa", "message": "client side calls to getAttachments() threw NPE if no attachments are present.  added a check.\nreported by Vlad <vumansky@adjoin.com>\nPR:18984\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@249080 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.924448830934125e-07}
{"commit": "bde881337103d8df9102dc334a4a65922f23b0d8", "message": "Remove debugging\n", "proba": 5.197176051296992e-06}
{"commit": "5e86b506b4a9fe2dbf86c8b278800d309dd37b6d", "message": "https://oj.leetcode.com/problems/single-number-ii/\n", "proba": 1.0224260904578841e-06}
{"commit": "3080a6cd5498288f4b1e1fb8afaa42e02032a9fe", "message": "fix bug", "proba": 6.400653660421085e-07}
{"commit": "84c21fe6f5405403b7208d0b3a923adb8e3a7ab8", "message": "Module 08 - task 08", "proba": 0.001174106728285551}
{"commit": "e24dfb843bf5af0eaef52dc648ea952eb0011611", "message": "Module 11 - task 14", "proba": 0.0006369859911501408}
{"commit": "491dd7dd5e0dde549556c62304090e1b60131291", "message": "Fixed the swipe tabs\n", "proba": 1.481337790210091e-06}
{"commit": "bf4a1a0ad70f671d97b55bad649f328168472aa9", "message": "Post Class created\n", "proba": 1.651461332130566e-07}
{"commit": "959870ab7ee5fb5d84638567834fa98e966540c5", "message": "Test Profesor y RepositorioProfesores\n", "proba": 1.544877079595608e-07}
{"commit": "3de58992ba50e7919af1862f34a076f54cf031ed", "message": "Commit all the files.\n", "proba": 1.1814572644652799e-06}
{"commit": "bc7e509b02b129a07a0a911b298ef64a8ae18f5e", "message": "Hide separator if materials and lasercutters are invisible. Fixes #70", "proba": 1.1658452336860137e-07}
{"commit": "1b3e2154b00f39a8a384a6951494a52ab7e76953", "message": "add Factorial.java\n", "proba": 1.046109446178889e-06}
{"commit": "6684602c0905b440d4316ea2e38265ba167c0858", "message": "Create Katana.java", "proba": 2.9516511403926415e-06}
{"commit": "9bf6a9bd40556d863f865c69049e11311b1ef557", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "7b355a4ca5de13a2b54486f176ab86a05ebfe66d", "message": "Cleaned up message protocol, refactored code.", "proba": 3.220002042780834e-07}
{"commit": "21f7a418dcbff9b87240d34619994dd2eb5ffa22", "message": "fix for Parcelable\n", "proba": 2.6091200311384455e-07}
{"commit": "bb0dc3d0aeb93dc2bad7669ac765c77b4d429836", "message": "Set default posterior limit in TreeAnnotator dialog box to zero to match commandline behaviour.", "proba": 1.0329328148372952e-07}
{"commit": "c4432a40e81008f29d5e22eaaa419e1345b0d663", "message": "first repack alpha draft in java\n", "proba": 1.7797373175199027e-07}
{"commit": "adc78ecf8806b2cb8d3d7c3c90cca4bbcdbd0e63", "message": "Bag interface added\n", "proba": 2.138749835012277e-07}
{"commit": "95248fd8fd8b47e027d8e7ff0a639d95a4c9a137", "message": "Tool to cut up files based on the tracks as defined in a cue sheet. Can automatically postprocess these tracks (for example by passing them to LAME) in a flexible way. Tool already has quite a lot of functionality, but needs polish. Also, the pregap processing feature isn't done yet.", "proba": 1.1056120996499885e-07}
{"commit": "d1b39f52ceea78aee03dd0f275ecccc81c43fb58", "message": "Add constructor", "proba": 2.309433284608531e-06}
{"commit": "7c9d406f25285be5049eaefab9c565f24af62f2f", "message": "Import divbwt.c from lbzip2 2.5\n", "proba": 5.303728585204226e-07}
{"commit": "631e5210056cf6c56f6514cc6bf7dae7c8b7c3b0", "message": "Agregamos numeros al main\n", "proba": 1.6987148683256237e-06}
{"commit": "cc7fee046e55c15a4165a0eef7ecacd1e276e6de", "message": "Added ClaimControllerTest. Was almost done when my eclipse crashed. Will fix soon\n", "proba": 1.0949470663490501e-07}
{"commit": "0c691f0eb3bc844e778f9a61e777076658879dfd", "message": "am ad91eee2: am 9c1ef098: Update the value for the NFC shared UID.\n\n* commit 'ad91eee2774e18204a14d473242efe5640b91152':\n  Update the value for the NFC shared UID.\n", "proba": 1.6112356604480738e-07}
{"commit": "9fc1cdd5b184e1fe9d3643697f0c6de898475a25", "message": "Add Reverse String\n", "proba": 0.9999649524688721}
{"commit": "35aa1c2bc3dbea447ec9b8a58c8f8f49fd8d4285", "message": "More efficiency!\n", "proba": 1.8505632226606394e-07}
{"commit": "059451e18504d6fbbedacaeefe0f2b62b355104d", "message": "am 23606598: DO NOT MERGE: Reset the Node status when clone.\n\n* commit '23606598244c2a297d994895eaf631b240d33242':\n  DO NOT MERGE: Reset the Node status when clone.\n", "proba": 1.6769129729254928e-07}
{"commit": "458f20ed5a3be51ab1166256dfeece37fa7e3c66", "message": "Exclude DelayAnim in child animation value setup\n\nChange-Id: I5f3274d3c1a6fee7b22bb59cdb80f9bce8c4420e\n", "proba": 2.2515787350130267e-06}
{"commit": "822b403b687065e74efe2c5316638d4e2eda1863", "message": "am 3fa46a0f: am d7fb6d26: am a01250c7: Merge \"Frameworks/base: Change String == to equals in Preference\"\n\n* commit '3fa46a0f79f35ca32ce102d4bbb1138c517ee754':\n  Frameworks/base: Change String == to equals in Preference\n", "proba": 5.656400503539771e-07}
{"commit": "6bb45f90f5b9384aa82f630566eee277739c1fee", "message": "am 4235d34d: am 39268ffc: Format default locale the same way as those stored in prefs.\n\n* commit '4235d34d4993637a1f4280e6ee49e320441107e2':\n  Format default locale the same way as those stored in prefs.\n", "proba": 1.1654683618189665e-07}
{"commit": "1c3eb5c6233ed0974c164aa62360ce85f036d9ad", "message": "am 91cba7d9: am 48da8468: am 085cb2d2: Merge \"Fix broken logic in isValidTarget\" into lmp-dev\n\n* commit '91cba7d900395ebc101c24238e2b18d48bf1a4b2':\n  Fix broken logic in isValidTarget\n", "proba": 7.708867428846133e-07}
{"commit": "e988ee1eb2cc0cd345e42bcc549363a0e8c339aa", "message": "Omit appearing views that have a parent that is also appearing.\n\nb/17460766\n\nChange-Id: Ib3fe619e271688c93a5cd4cb4d557e6cca5baa34", "proba": 2.0175300960545428e-05}
{"commit": "bf378fd7d7a91085685fe9e5528b84c485041c77", "message": "Don't allow screen invalidations to go outside bounds of screen\n\nFixes invalidation issue in Launcher\n\nChange-Id: Iab32149489aed6884e917f0ac5a548d4ae26896e\n", "proba": 3.5309369650349254e-07}
{"commit": "33edfdd24c7d35663a6c7105c436bef1780a6fc5", "message": "am dcdafdaa: am 6d9b1fc8: am ca6c7cb1: Merge \"Store the WebView\\'s package info.\" into lmp-dev\n\n* commit 'dcdafdaaf989c202161b440ac1ef7d74544322d1':\n  Store the WebView's package info.\n", "proba": 6.058018016119604e-07}
{"commit": "9d07019043bd73069f4a4dfb6098a063b73ad052", "message": "feat: enable GPU debug info with --debug flag\n", "proba": 1.3093531947561132e-07}
{"commit": "b47725544df005f593201d32eab26352468dd496", "message": "feat(io) : Ajout de FileMonitor\n", "proba": 1.5134455111365241e-07}
{"commit": "fbd855cb60fc3b7e219ead013511a51d17a4482d", "message": "am 78f522d1: am 7a4172d1: am f11cc165: Merge \"Fixed a possible infinite loop in JsonReader#skipValue()\"\n\n* commit '78f522d16e6e0305c61d13d8ca5dd75c792420c8':\n  Fixed a possible infinite loop in JsonReader#skipValue()\n", "proba": 7.454509614035487e-07}
{"commit": "b3a523249e01bff3463abb5ae717394d0f5bf0ad", "message": "am 3037469b: am af314829: am aca6557c: Merge \"Clear TextView error when text changes\" into lmp-dev\n\n* commit '3037469b782ae76898ec794557b17407d84046e8':\n  Clear TextView error when text changes\n", "proba": 5.050169420428574e-07}
{"commit": "f75775ea7ff25fc9039ce7994312b29419294902", "message": "Fix TextView layout reuse when maxLines is set\n\nWhen maxLines is set on StaticLayout and the text is wrapped, during\nonMeasure TextView couldn\u2019t recognize the wrap in the layout and tried\nto reuse the layout which in turn caused width calculation problems.\nThis CL checks if maxLines is set, and if there is a text cut-off in\norder to reuse existing layout.\n\nBug: 28468120\nChange-Id: Ide43df8512a09112715067cbadf29cc64fd53247\n", "proba": 1.20610039289204e-07}
{"commit": "24a2f20fe64e893e28dc70b288e12567ff71019f", "message": "am c420ce34: Merge \"Marquee text RTL improvements\"\n\n* commit 'c420ce34ba177cd959cbb9432e9597d377e6cee6':\n  Marquee text RTL improvements\n", "proba": 2.1395536009549687e-07}
{"commit": "02242b9db68c1cf63baf8857ab57562f9bd4d55d", "message": "am ce4afc14: Merge \"Moving action popup window when moving text selection\"\n\n* commit 'ce4afc1425cf74b7168a2d3d35c54efe9b5c98af':\n  Moving action popup window when moving text selection\n", "proba": 2.9211062724243675e-07}
{"commit": "d5253fae69f9f8752ced3f95dc115ca854167708", "message": "All runnable are stopped on detach. DO NOT MERGE.\n\nThis prevents these runnable from holding a reference to the context\nthat will prevent it from being garbage collected.\n\nThe blinking cursor is especially bad and appears in memore traces.\n\nChange-Id: I8acbfbbfc59975dfd7bcf06e941074ea7dc0b0bc\n", "proba": 4.84582278659218e-06}
{"commit": "ae4c1fec7a96d22d6e675bb6b9258637fe194e89", "message": "update follow tag model\n", "proba": 3.0891536084709514e-07}
{"commit": "cc7b601ec761f8856017564c3c2022d18ce54335", "message": "Creates Factory to manage the new parsed data\n", "proba": 1.6045255790686497e-07}
{"commit": "d2457ab01c361d310c31e8a39049fb0981932d7c", "message": "ui: fixed done button being grayed out sometimes in TimeInputActivity\n", "proba": 2.2448519132467482e-07}
{"commit": "a210ed218b1dd6a6bd001a07de4274e8ddd6e272", "message": "\u5b8c\u5584redisson\u7684\u6ce8\u91ca\u8bf4\u660e\n", "proba": 3.5084542560070986e-07}
{"commit": "2df8da8c9110087b920474b6667ad1b8476164e2", "message": "Issue #959: Naming: Mangle names of non-shared methods\n", "proba": 1.1837687452498358e-07}
{"commit": "313c3f7c747319e1cda7650a2368c673ca01b804", "message": "Added solution to Finding-missing-element in java\n", "proba": 2.52342545081774e-07}
{"commit": "d686cc8ede0524396c45234c78b12ee716681888", "message": "am ced1a659: add creation/update time to WifiConfiguration\n\n* commit 'ced1a6599042826a3bf678871d6b8a9e7187e973':\n  add creation/update time to WifiConfiguration\n", "proba": 5.107394827064127e-07}
{"commit": "10914a23f71b42a2b9d08a0199689d84117d5e0c", "message": "am 662c326e: Merge \"Allow yet another combination of key management options\" into klp-dev\n\n* commit '662c326e5fc02fa11226de1267b7f60485f5638a':\n  Allow yet another combination of key management options\n", "proba": 2.2984903580436367e-07}
{"commit": "8e1e34a3f659f76bbbfce2a2a8bdd3f471bf707d", "message": "Revert the configKey generation algorithm to what it was in K.\n\nBug: 17670914\nChange-Id: Ibb2ea26ea28a38518caab7d1b45ae535a0eaf661\n", "proba": 0.0010239009279757738}
{"commit": "eafdcd5cd135cc9afa63a4cdca074fb5dfdf7549", "message": "implement minimum functions\nreleased as verion 0.1", "proba": 3.1610539963367046e-07}
{"commit": "a8314c6bd3b6eeebd096b391d6054b6c9fc43f60", "message": "Update BinaryFractionCalc.java\n\nAdded a bug fix so that the calculator can appropriately deal with zero. Also consolidated the rounding implementation into one function.", "proba": 1.008708636618394e-07}
{"commit": "a5d5ecbda52d4c1fbf5058798aa270de797ee325", "message": "Epam task\n", "proba": 0.9999961853027344}
{"commit": "2b0d65596ea5c44141f17fbcdb545144fc6c9efa", "message": "most updated CoordinateDefinition Paracetamol\n", "proba": 4.027387205951527e-07}
{"commit": "a6f38aab136f4219f4d4bb534e6aaf7243f93206", "message": "commit changes to overlap simulation class to allow altering settings after construction\n", "proba": 1.426468543286319e-07}
{"commit": "64c9d48f8196252861ebab1d9b8cdfb55572b6ec", "message": "SudokuSolver\u9898\u89e3\n", "proba": 4.266612904757494e-06}
{"commit": "1242e15bd7cb1634088467e647547188923e7fbd", "message": "hide the keyboard, don't toggle it\n", "proba": 1.9517692635417916e-06}
{"commit": "2d79745c61a974e37d1a9c38848e4bd7768649a7", "message": "Refactor to have a bit nicer matrix transformation steps", "proba": 1.8920862032700825e-07}
{"commit": "0ba9fa848a67e8540b67da0233b9cc5e6cd024db", "message": "Initial checkin.\n\ngit-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@7422 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 0.0001364255149383098}
{"commit": "bac86a907278f716122b0df8e212806c1926a4ce", "message": "Refactored a bit\n", "proba": 5.624641516988049e-07}
{"commit": "a6c1669c76bc90c7af52ea3dfe9262ef21edbd06", "message": "Made removal of last char conditional since it would kill proper responses. Now removes whitespaces and null characters\n", "proba": 1.6146474024480995e-07}
{"commit": "30520af923b7431849e690fb750a32a096c52cc1", "message": "Formulario para adicionar pagamento.", "proba": 1.3375611729316006e-07}
{"commit": "e37e7941cf011ea48ef73e8ec301dc334fbd9661", "message": "27.song of pi submitted\n", "proba": 1.1155765378134674e-07}
{"commit": "2d9a7b87bbe0306078812df0567a144890ff5002", "message": "FrancoisReynaud: trying to access a terminated session doesn't return null, it throws.\n\nr18428\n", "proba": 4.7797857405385e-07}
{"commit": "edd64165c7cf6dfcbd9c9f79ba558f51bb1145ac", "message": "added method to deserialize arbitrary json list property\n", "proba": 4.2500536778788955e-07}
{"commit": "ad60b50f0479915e444a1a4fea9a0fa883468ae5", "message": "Added selector to represent id/parameter count pairs.\n\nSigned-off-by: Jakob Brandsborg Ehmsen <387ed33cc9ebf98b733caa2520baacd616b28aa5@gmail.com>", "proba": 1.247812235760648e-07}
{"commit": "492d858a4e274ba1cfc71929d387ca1e7b9ca2a1", "message": "Minor perf tweaks\n", "proba": 3.103170342910744e-07}
{"commit": "c26f987dc34f8c99991abdd7b2962c23b46cd144", "message": "Updated.\n", "proba": 2.939662522294384e-07}
{"commit": "4a490008c52c93bd005722f3f6221267c1a99919", "message": "refactor duplicate code\n\ngit-svn-id: 1b1bd56198eea75e2feaddfcf5144d1f89605d86@219990 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999991655349731}
{"commit": "9ac5ba74b0ec1f3fea22cf69afa6f139954deab3", "message": "Added Services class for accessing system services by their interfaces only.\n", "proba": 9.99828486669685e-08}
{"commit": "0947735d857af06236ba86279713626eda46b337", "message": "Fix a minor unit test issue (invalid usage of a monitor) that doesn't cause any failures, but that unnecessarily delays test completion by 45 seconds.\n\ngit-svn-id: d6acb143e251c037dab5ea34394f8439daf45588@1621172 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0009607152896933258}
{"commit": "6fcc44727897e65e18339654d3b07d6ca79dc54b", "message": "Refactoring\n", "proba": 6.64367371427943e-06}
{"commit": "e3f3f56ebbf8cf17773c27f1b93eeed9a9e82b91", "message": "Refactor\n", "proba": 5.142872396390885e-06}
{"commit": "1288e903e44effb45c3895d5ae6cc41e339192ef", "message": "Update old logging code\n", "proba": 4.811029725715343e-07}
{"commit": "87ebd07ad32d870ad4f68d82c57d2fb109fad8de", "message": "Add media names logging\n", "proba": 6.997629498073366e-07}
{"commit": "074637f1626a56031bcb98b8a88345c8f57cbb77", "message": "Use Java7 diamond operator in TSMS.\n\nThis CL changes nothing except for deleting redundant type parameters by\nusing diamond operator in TextServicesManagerService (TSMS).\n\nNo behavior change is intended.\n\nBug: 27456430\nChange-Id: I18708fe44d2d9edfef8c1cf7cffef1bb0b5c003a\n", "proba": 1.535721139589441e-06}
{"commit": "095fa371643b1d8e829067ea4ed93c357b39e773", "message": "Conditionally allow non-primay profiles to use TextServices\n\nWith this CL, non-primary profiles become able to use\nTextServices (spelling correction services) if and only if\nthe active spell checker service is the system's one.\n\nBasically this CL just copies the same logic from\nInputMethodManagerService that were implemented as\nI3bd87b32aec69c3f8d and Id5d4f29017b7ca6844632 with adding\na condition to see if the spell checker is system's one\nor not.\n\nNote that this is a tentative solution and can be removed\nonce TSMS fully supports multiuser.\n\nAlso note that this CL heavily relies on the fact that\nsetting apps isonly running in the current user. This is\nbecause that some risky operations that are exposed from\nTSMS are non-public APIs an accessible only from @hide\nmethods in TextServicesManager, and those @hide methods\nare actually used only by the settings app so far.\n\nBUG: 16285536\nChange-Id: Iae9045ba5baccd04ed68906e7afb9160677ec4a5\n", "proba": 6.341967946354998e-06}
{"commit": "379fb624618a738d1ad1c41ea39e718cfdbc81a2", "message": "Java: Added missing getters to SteamPlayer\n", "proba": 1.9097633696674166e-07}
{"commit": "7d1027a06a386b483fd31c0488db021357a7e176", "message": "initial commit\n", "proba": 2.7632697197077505e-07}
{"commit": "c981b02efc1764f082c721557961f204b9209326", "message": "removed unused code\n", "proba": 2.563980160630308e-06}
{"commit": "6448f85304f007879d7bc756bbd61875b861bd05", "message": "Add new \"CreateTaskUpdate\" class to represent a Task update request\n", "proba": 3.461107098701177e-07}
{"commit": "46ee901eb261815743deb2e53adc6d3e9e7f8fb8", "message": "Adding stream constructor for Counters, Adding stream method to Tuple, Adding report method to MAccumulators with implementation for local streams.\n", "proba": 1.0208559331204015e-07}
{"commit": "8604608542d9df6bd1273352575cfcfca5dfdd9c", "message": "fix method 'majorBuildCheck' in MajorSelectController.java again\n", "proba": 3.861364632484765e-07}
{"commit": "e4cdf0f76641c4078ef8b1851486dec6c358f441", "message": "Cleaned up LocalizationUpdater\n", "proba": 3.046523602279194e-07}
{"commit": "d7f3563edf922df5f4bc508a8beabd6057606eb3", "message": "Fixed color value setting in Role Manager\n", "proba": 2.36658351582264e-07}
{"commit": "1becf11c76eb5ba4520e00228fb365602d6c3448", "message": "KCAWD-71 - Refactored as per the code review comments.\n", "proba": 9.819610369277143e-08}
{"commit": "05fcedf8c183b78d9c27eef1ffa9c5855aeddcd4", "message": "Extract boards.json filename to a constant\n", "proba": 6.489350198535249e-05}
{"commit": "fe0b0f25ba77d80d0e7a1abe5a5a4f9d67b470e9", "message": "Add license header\n", "proba": 3.5144987009516626e-07}
{"commit": "9dbf2b2d359dd31f16abde9e4a6c3da786df3f82", "message": "cleanup\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@1409 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 4.2194415073026903e-07}
{"commit": "0f2ee9c3139190e1a016e4cbaa7af3c00d447746", "message": "Test case for solution to sourceforge bug 1840245:\n\nhttp://sourceforge.net/tracker/index.php?func=detail&aid=1840245&group_id=96405&atid=614693\n\ngit-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@9141 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 5.759438863606192e-06}
{"commit": "2558f364c1b9634a79fcd04ca756c01da5b36fbf", "message": "Make profiler work again (#10462)\n\n", "proba": 1.45646467331062e-07}
{"commit": "80f64df7a40f9a827bceb9334573b6a2160d2960", "message": "am f88a7165: am ff3bcbf8: am 3e02b271: Merge \"Updated documentation for setScreenCaptureDisabled()\" into lmp-dev\n\n* commit 'f88a7165a7ccf18e113cce68504919ac603feb85':\n  Updated documentation for setScreenCaptureDisabled()\n", "proba": 2.420661644464417e-07}
{"commit": "5d3bfbc7d905a474e226cd198589c6d848978eac", "message": "am 1f5ca7fe: am 7b3cfebc: am f1fbe113: am 4ba1bbad: am 5fbcb134: am 35b7de4c: Merge \"Cursor leakage due to cancellation signal\"\n\n* commit '1f5ca7fed219f35d9219e6e88791fdce356b627d':\n  Cursor leakage due to cancellation signal\n", "proba": 3.8995855788925837e-07}
{"commit": "05187871c17ea34d36b7a75f770a3f33ab3c8c9f", "message": "am 1806afb2: am 998a6836: Merge \"Add a private method to retrieve the header list from PreferenceActivity\" into jb-dev\n\n* commit '1806afb2c48eefea8a881fece8dc5233d403d649':\n  Add a private method to retrieve the header list from PreferenceActivity\n", "proba": 5.617458214146609e-07}
{"commit": "e16a1bfa9cd9a9a0430e2fe890586ae451f0faaf", "message": "Use system locale list.\n\nContext's assets may be different from system's. We should\nprefer system's to reflect PRODUCT_LOCALE.\n\nBug: 4104675\nChange-Id: I968c3baf6bfeb945f1b71ec709d5088332482319\n", "proba": 9.345135185867548e-05}
{"commit": "63df43086b7562376c89ad0b5d6da451849c91e8", "message": "improve logging\n(why extraimages not downloaded - MultiMovieDir)\n", "proba": 1.240101141775085e-07}
{"commit": "642e3fa1fdcff1d5d0a7f3c2a89d821d8098b38a", "message": "Test that CharArraySequence functions as expected", "proba": 5.16388467985962e-07}
{"commit": "5f3029ae99a8114fc270e91bd811f3c21bbd6bf4", "message": "New test DrawSpecialCharacters focusing on the stackoverflow question\n\nPDFBox unable to write superscripted characters\nhttp://stackoverflow.com/questions/30619974/pdfbox-unable-to-write-superscripted-characters\n\ntestDrawTmSignBroken() represents the observation the OP made,\ntestDrawTmSignCustomDraw() is a solution using custom drawing\noperations, and testDrawTmSignLetters() is a solution drawing the\ntrademark symbol using smaller letters with text rise.\n", "proba": 1.0908738090620318e-07}
{"commit": "4a9ec7dea47bbfe8c67279c7c7fd4042d50cdc61", "message": "Java prog to generate insert queries with 150 attributes\n", "proba": 1.933689048883025e-07}
{"commit": "9b96bd3b4e882e833707cacd1ab94630713826ab", "message": "Update FootballTest.java", "proba": 3.975170841385989e-07}
{"commit": "7162da3318258d9c3ec4ec4866e38505fc546b77", "message": "Crypto: fix 2 invalid regex-es\n\nSigned-off-by: Ferry Huberts <66e11f9f5d965b69497c7e73d5e808f8b13c1218@pelagic.nl>\n", "proba": 6.233206022443483e-07}
{"commit": "0e9d5b48a9c128c95ce1de33a01c4290294dae4a", "message": "Create NextNodeInBinaryTrees.java", "proba": 7.599172704431112e-07}
{"commit": "7e1c1f6990e2f691919ed437529efa50c6de0567", "message": "Removed static context variable from mapactivity.\n", "proba": 1.221664831518865e-07}
{"commit": "692e1ea567a4f89724c204671f407fa84b0d55ec", "message": "add fields from database to adapter\n", "proba": 4.075778008427733e-07}
{"commit": "dc1dcb27d44aaf84538117d8131a902e3cd0c58f", "message": "Implemented QI-130 (@Invocation injection)\nAdded first round of Usecase metaphor\n\n\ngit-svn-id: f1f16e7fd6634bd1405f3d991709e5eb3ed978bc@12735 9b982a3c-3ae5-0310-a4bc-d9a3335569bd\n", "proba": 5.494001129591197e-07}
{"commit": "611f12427b4bb6e432d3177edba6d8d180a617f8", "message": "Trie tree implementation\n", "proba": 2.755656396402628e-07}
{"commit": "5b2f611c64ac6cae370c3fbe3408d81de08c4d89", "message": "Define VectorSpace\n", "proba": 4.411412010085769e-05}
{"commit": "dc2f752f11ded6aa7662bfaed217a164962f2a70", "message": "Bulletproofing against running IMAP Copy/Move commands with null messagelists. Fixes Issue 914\n\n", "proba": 1.4394510117199388e-07}
{"commit": "8d83630722ca91a61cf6d4dd42c0b6ff95b72216", "message": "Added some documentation for select queries.\n", "proba": 1.052861691164253e-07}
{"commit": "953a8f086f9640cd6f5ed3cb234a833d2cefc9cb", "message": "Use highest resolution for head moving", "proba": 5.893703018955421e-07}
{"commit": "79d5987964eb2002fc9873dfbf89ae14721eb878", "message": "Add quit\n", "proba": 1.9920585145882796e-06}
{"commit": "3ef2aa5d2c620d128328c2a60e37988b37f76617", "message": "[HTTPCORE-14] Consider decoupling HttpHost and Scheme and moving Scheme, SocketFactory and SecureSocketFactory to HttpConn\n\nChangelog:\n----------\n* Moved Scheme, SocketFactory, SecureSocketFactory and related classes to HttpConn \n\n\ngit-svn-id: 6dc72eb6de427c2475da993bf3717a79c276c5a0@451405 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.487269044759159e-07}
{"commit": "f96b774490eaa0a12178f97b7bb94a572b392eca", "message": "Include configuration in the TestRail run name\n", "proba": 2.451396881042456e-07}
{"commit": "afb86e97eacff51d0f4014e2dc81f517e9f3972d", "message": "smazan kod ktery tam nema co delat.", "proba": 2.5499585376564937e-07}
{"commit": "8f698cd7d90aada0e7bc41237ce96e5989a0ebb2", "message": "jtime sample\n", "proba": 2.8714339350699447e-07}
{"commit": "b71577e8397fe89dc321ab9085d6fc30c8f05713", "message": "Added aggregation for partial functions\n", "proba": 1.6710141892417596e-07}
{"commit": "aa46fdb978606345b026f8ce373fcb6d559150d3", "message": "Change the MacOS preference suffix to .macosx\n\nPreviously, preferences suffixed with .macos were treated specially,\nbut the default preferences.txt used .macosx.\n\nI couldn't find when or how this was broken exactly - it seems\nProcessing used .macosx but this code was reimplemented for Arduino in\ncommit 33f5c53 (Implemented OS specific preferences) using .macos.\n\nThe effects of this have not been tested on OSX, but this might fix some\nproblems caused by wrong defaults on OSX.\n", "proba": 5.535860623240296e-07}
{"commit": "f0a63d3ecdd52c2523d9558efeab92134610ce43", "message": "Started new class.\n\n", "proba": 1.7985810529808077e-07}
{"commit": "1e8cc5b742ab4aa6d0dd95abcf7fab4e953e6462", "message": "Add ISO 5426 charset conversion to Unicode.\n\nThis is just the copie of AnselToUnicode class/file.\n", "proba": 1.0291805807582932e-07}
{"commit": "6becb2e01617c5e3c23315a99e2b610030851d29", "message": "add main\n", "proba": 0.0003778001409955323}
{"commit": "ba82541faaf5ed49335b68fb950a1542d8766a5a", "message": "JSQL demo test case\n", "proba": 3.146940912301943e-07}
{"commit": "1118a163c4b3243440da92328d18c8081e76ff0d", "message": "Fixed substring border issues.", "proba": 2.4800800701996195e-07}
{"commit": "fdba18ea572b0326675bf6adc53cdf53538d0291", "message": "String Split\n", "proba": 0.998195230960846}
{"commit": "6943c251bce3c9ed84426da5e5924d19c32b8232", "message": "add project\n", "proba": 3.217718358428101e-07}
{"commit": "24984704a5c37224c20147ac5a880ee003d88af7", "message": "Count Vowels done\n", "proba": 2.469221840328828e-07}
{"commit": "c55c7e3638dcb7cc1a45091c69fe15e32ac6dca0", "message": "Secondary touches, temp\nmonitor row\n", "proba": 1.327590126720679e-07}
{"commit": "d2755e858b26f1178bbcf0ec2483d864ea2ba6c0", "message": "added this back to repos with new name: useful for results comparison\nwith new indexer", "proba": 1.6071764719072235e-07}
{"commit": "0ddedccfc0145dcb2bbb24eb702bf6e1fd497433", "message": "disable rejection sampling\n", "proba": 1.101424231819692e-06}
{"commit": "07fc2bb95f82d597aa9fe93bbf7a9ae6f6f8f52e", "message": "Modified Wrapper class for simplicity.\n", "proba": 1.1378418207641516e-07}
{"commit": "6a2783aa7635d7010b1965d83f85e5388e01c064", "message": "uri macro: Add another test\n\nSigned-off-by: BJ Hargrave <3d26bb3930946e3370762d769a073cece444c2d8@bjhargrave.com>\n", "proba": 1.270965412913938e-07}
{"commit": "289a58035fb9e4a9b43c6f206f71b296483aeae3", "message": "Add new constants to options", "proba": 3.4819156553567154e-06}
{"commit": "79a2ad416646b9a248c8905c8cae29939454c001", "message": "Processor: allow overrides to be specified in the native_capability\n\nSigned-off-by: Ferry Huberts <66e11f9f5d965b69497c7e73d5e808f8b13c1218@pelagic.nl>\n", "proba": 1.2043361152791476e-07}
{"commit": "b6de1b42431a1591bc4c61e2d4c3c5c23b602fe5", "message": "Add findLastCapture method to CDXServer for de-duplication.", "proba": 1.1394402577025176e-07}
{"commit": "157bc50e604fc0ba8ca0a304a8a0b397b0edc311", "message": "add a test for the vertices class\n\nSigned-off-by: Sam Phippen <e5a09176608998a68778e11d5021c871e8fae93c@googlemail.com>\n", "proba": 2.60062915913295e-06}
{"commit": "dce7358d54162d14d04a8ba424f314af5086f82b", "message": "https://www.acmicpc.net/problem/10827\n", "proba": 3.0465903932963556e-07}
{"commit": "f0cae5585efcbfb95fa1feb10febf9b623eb42be", "message": "Add PriviledgeFilter.java.\n", "proba": 1.2130227844409092e-07}
{"commit": "c39a141d2e93008b39dbf29c609194e56d21c294", "message": "Removed ASCDirectories.\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@12765 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 1.37896108753921e-06}
{"commit": "3933f65004eec6beedd715e52b0288d257806e61", "message": "Add ShippingData model\n", "proba": 1.5258771668413829e-07}
{"commit": "c65715f76122280d0f4b92fe6e7ccbcb9b25e6f4", "message": "Opsgit status Missing exception on last commit\n", "proba": 1.9237178605635563e-07}
{"commit": "81fc5da433d49d807d7a8b1c6bfad403dbb584e4", "message": "am 02a3db9c: am 79819093: am 11d8481f: Merge \"Fix framework side of #7132432 com.android.vending:...\" into jb-mr1-dev\n\n* commit '02a3db9c6266910ab06937bd9e98b0703f8de5d0':\n  Fix framework side of #7132432 com.android.vending:...\n", "proba": 1.2322425391175784e-07}
{"commit": "76eef491e1a453174f6372d18cf500d13521fb23", "message": "Automated import from //branches/cupcake/...@142614,142614\n", "proba": 1.3266510734410986e-07}
{"commit": "1180f08a7e596a42d1feceb44faad1d6d412eb11", "message": "Add quartz shedule classes", "proba": 3.6296381722422666e-07}
{"commit": "548f76f135f8636ce9cf56fe41f072fd49aa4e39", "message": "Fix bug 3113015 - ProgressDialogs using wrong theme.\n\nChange-Id: I161e7feeb2e1a712dff4372417c20913c1dba661\n", "proba": 5.851977107340645e-07}
{"commit": "513069c39cd6610db2919c09abea2ff73158356a", "message": "Make a path constant\n\nAdd a constant for the new locked uri.\n\nChange-Id: I3bad24ac7ee806442bdd5e38be61005f081edf0d\n", "proba": 0.9999932050704956}
{"commit": "4bb180d62f71658d04a7d6800707de83c10b01a5", "message": "am ded2b006: Merge \"frameworks/base: remove redundant code in WindowManager\"\n\n* commit 'ded2b00643c788a96ce8adc1a4cc0f7619a4c606':\n  frameworks/base: remove redundant code in WindowManager\n", "proba": 8.542104978914722e-07}
{"commit": "3ba9717e3cdc57b3d0c6f25ab838f53a5b91daec", "message": "am c1960a60: Merge \"Change function parameter from int to float.\" into honeycomb\n\n* commit 'c1960a602037fc4a421e56794bbc581e650b3bcb':\n  Change function parameter from int to float.\n", "proba": 1.3253965391868405e-07}
{"commit": "f671e430159425ea1ce323f5eb0f59452b1a6fe1", "message": "am 804e822c: Merge \"Fix logspam\" into jb-dev\n\n* commit '804e822c56473ce71d1f912c617ff05b474a7af6':\n  Fix logspam\n", "proba": 4.791336891685205e-07}
{"commit": "cd26d63ffa455856157d375d1f2564151365b19e", "message": "am f103758b: Merge \"Delegate list item focus and click actions to the parent list.\" into jb-dev\n\n* commit 'f103758b7c78f4dc1c5bd57383d245ec138576a1':\n  Delegate list item focus and click actions to the parent list.\n", "proba": 1.411103340842601e-07}
{"commit": "234a5715309ea74757780aff6123e3144efb5b69", "message": "Improve ListView smooth scrolling timing\n\nChange-Id: Icbd727efd5bafa1a80d65003aead1697f6103fda\n", "proba": 2.802900553433574e-06}
{"commit": "34dbf7c32327dc61a106b9a2f50e22cdb6cf6242", "message": "am ad7b5993: Merge \"docs: Fixed duplicate text in onScrollStateChanged() scrollState parameter description. Bug: 6804017\" into klp-docs\n\n* commit 'ad7b5993b579994c0b0838783bb8d0a94dffb1ee':\n  docs: Fixed duplicate text in onScrollStateChanged() scrollState parameter description. Bug: 6804017\n", "proba": 6.980792477406794e-07}
{"commit": "55f0a99076477b77e017454e4356d908c43c2d22", "message": "Use adjusted popup window position when calculating best-fit\n\nBug: 28194522\nBug: 28175404\nChange-Id: I5685b397908f64559d0ec5fea5820bdea69f422c\n", "proba": 2.667745093276608e-06}
{"commit": "95e3774946d3cecb1bca532dd019ca31419db256", "message": "BOM Helper", "proba": 8.275771961052669e-07}
{"commit": "9963df0427ce94377aca429b3f68b54032ebcc11", "message": "Agreed method for meteor\n\nWill not be present in the location class\n", "proba": 2.4690027089491196e-07}
{"commit": "d7f4e0db501bec652ffc935895744a4c19d268b5", "message": "removed unused code\n", "proba": 2.563980160630308e-06}
{"commit": "ddd5d7b1e5011cc30cdd466338949e86f8cb8c9b", "message": "add add-on application launcher\n", "proba": 1.3359998547457508e-06}
{"commit": "e04f953edba258cc28783c06abf5ab8487f21f41", "message": "Add chronometer functionality\n", "proba": 0.0010378134902566671}
{"commit": "d7129480d669c937e127d0ab4568df3c94d49d4d", "message": "#69 wrong object initialization\n", "proba": 5.041449639975326e-07}
{"commit": "1c5a5e7c814e8ea65f007c045d3d8e2d59d9642e", "message": "fix: dev: Set camera preview fullscreen.\n", "proba": 1.2211383193516667e-07}
{"commit": "c74e21b7e3028822f1fff78f76fedc92c9238375", "message": "Update Person.java", "proba": 1.8525739733377122e-06}
{"commit": "2b071c1091cfb60753ba0b07c69d2fd60a568410", "message": "Used two hashSet.\n", "proba": 1.4767547895644384e-07}
{"commit": "f3bbb0728da93e41ca8d0ffadadfbda27d2b4576", "message": "6.4.1. \u0420\u0435\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u0442\u044c \u0448\u0430\u0431\u043b\u043e\u043d Producer Consumer. [#1098]\n", "proba": 1.17687761758134e-07}
{"commit": "0614cff76bb90b24cf45a4bd4de86059536b799c", "message": "Update AnagramsCatagorizer.java", "proba": 4.918182980873098e-07}
{"commit": "9765211b9031776b9bcdd64e141de11f50902599", "message": "am 64f04a64: am 70736a6d: Merge \"Avoid starting multiple threads in ShutdownThread\" into gingerbread\n\nMerge commit '64f04a645ea4fd81cfb41fba23d9ba9e1279d416'\n\n* commit '64f04a645ea4fd81cfb41fba23d9ba9e1279d416':\n  Avoid starting multiple threads in ShutdownThread\n", "proba": 7.043612981760816e-07}
{"commit": "91f0943f383786f50aa360b70ca3a18ae4e46bb0", "message": "ArrayStack.java", "proba": 2.2583448298973963e-05}
{"commit": "3c2b6eab6d10c4007557195b8944865310b59257", "message": "Caching the merchant payment options for faster retrieval.\n", "proba": 1.251355143949695e-07}
{"commit": "cc71273c4b21a1dc7086a7d8fbfcbdbb02314240", "message": "remember which message was selected in MessageList in case the list changes while the dialog is up\n\nFixes issue 906\n\n\n", "proba": 2.568027639426873e-07}
{"commit": "35c79a5656ba0224d0b75c190630be82cf6a64a1", "message": "adapt broken pop3 server\n", "proba": 3.997844828518282e-07}
{"commit": "a24e2f027d9d1314c2b93a138a6768b4e02b75f6", "message": "print periphery or boundary of a binary tree\n", "proba": 1.3741531802224927e-05}
{"commit": "66d46e8ae283aa0351b57f333b49f220b574169b", "message": "Fixed `cwd` not being applied before doing module expansion\n", "proba": 1.8472270824076986e-07}
{"commit": "6dd25c0e84b738d1f84e31692b4f8bd2cdde7b5d", "message": "Generate cl.Null for \"null\" class\n", "proba": 0.9999977350234985}
{"commit": "bb4f1e9123d656e08a0abafc9281c5d62251ff08", "message": "Changed test\n", "proba": 1.6348178633052157e-06}
{"commit": "07e1f12350819cc8fa93dbfe9e8655594b859e64", "message": "am a482f942: Merge \"Fix 6397736: Fix issue with MultiWaveView in incoming call screen.\" into jb-dev\n\n* commit 'a482f942dae90211540c856664ca71ba29297309':\n  Fix 6397736: Fix issue with MultiWaveView in incoming call screen.\n", "proba": 1.2804072468952654e-07}
{"commit": "dedfd9e9ac9de6bd324e9e488d7671b74af06c9b", "message": "[math] Beginning of default implementation of Vector3D interface.", "proba": 1.0620285451068412e-07}
{"commit": "fc7ef468ddee0f7d06cdee76df532076ff6647e3", "message": "unit test for the valuemaps string parsing constructor\nIt is broken by choice...\n\ngit-svn-id: fd89858969a22119b2795805526b04428387f7c4@461721 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.421200179014704e-06}
{"commit": "10e8d5c4d92448f5a755eb8b076087ff7b717353", "message": "user-access-2.29: add AccessShould\n", "proba": 5.478317689266987e-06}
{"commit": "7b4f90b207e5832fe6f3e365792977454ae9fc67", "message": "Documenting that SchemaGenerator is broken.", "proba": 1.1551640710649735e-07}
{"commit": "feb362a5d194b30226caf2efbaae77991007c65c", "message": "am a0d3bfbe: am 5c9d0de1: am 545dd853: am 9a425aa7: am 159aa735: am d4031809: am 48c95c43: Fix build breakage in older branches by avoiding <> notation\n\n* commit 'a0d3bfbe8736fd638621ae48371b6e4e237ed4b1':\n  Fix build breakage in older branches by avoiding <> notation\n", "proba": 4.543251748145849e-07}
{"commit": "af294df60a8cac5bc7aa20ab4058839ce3e8350b", "message": "add parameter iterator which uses @P21 anntotations to map indices", "proba": 1.7922953077231796e-07}
{"commit": "d3cfe253e018020f0691f6a122df3c8baef8dad7", "message": "DanielWagnerHall: Ignoring unimplemented tests in Opera\n\nr13442\n", "proba": 1.7132028062860627e-07}
{"commit": "aeb27eab2ab755ab5f2ab328cb969e82c8223b86", "message": "copy from 1.1\n\n\ngit-svn-id: ba1d8d5a2a2c535e023d6080c1e5c29aa0f5364e@361 3a8262b2-faa5-11dc-8610-ff947880b6b2\n", "proba": 1.1244392226217315e-06}
{"commit": "f227c17a21fbfdda9f308070ffebed0088906289", "message": "Added new constant `READ_TIMEOUT_MULTIPLIER`\n", "proba": 1.991140123891455e-07}
{"commit": "b10cff182bfed8f22cbf3048134958b5e7860895", "message": "Remove debug output.\n\n\ngit-svn-id: eb82bdd2d46797b52986749e60a360ec5c72eb29@8654 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 0.9999992847442627}
{"commit": "f968b2f287669ad392989f86e7c73f8fe86a9bcd", "message": "multi \ud568\uc218 \ucd94\uac00\n", "proba": 9.39716642278654e-07}
{"commit": "1731293261399ffe2ad506722d4451569dd24574", "message": "Fixed some sloppy coding style stuff and did other (less understood) stuff to keep Qulice happy.\n", "proba": 9.66777733424351e-08}
{"commit": "da9653a2630b8b7d5f1ee11fdfb037aba3fe3ba8", "message": "am 8648dfe5: am 5229be05: Merge \"Convert getHourForDegrees result to 12-hour format when needed\" into lmp-mr1-dev\n\n* commit '8648dfe5f52f131b0af1a17a383ce11d213cedc2':\n  Convert getHourForDegrees result to 12-hour format when needed\n", "proba": 1.5043065104691777e-06}
{"commit": "35656a254eb3fcf16a0140308a951bf5a94a97b6", "message": "am de377556: am 7cddfff4: Fix bug #16307124 Not able to select hour 12 in TimePicker with 24-hour time enabled\n\n* commit 'de377556634b8940bf1846686dd8d5148f1bdf00':\n  Fix bug #16307124 Not able to select hour 12 in TimePicker with 24-hour time enabled\n", "proba": 2.7736535912481486e-07}
{"commit": "2105fdebcb296acbb722736c7725fb19af5f8232", "message": "Update an import", "proba": 2.739053002187575e-07}
{"commit": "f25c26770409ad4e521bd51e552f8178bebd8dff", "message": "code format\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1000644 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00030432824860326946}
{"commit": "7562fc713ef94a840579149a5206d51e80ed45f1", "message": "\n\ngit-svn-id: http://ikube.googlecode.com/svn/trunk@95 89a0fb20-889e-aefa-90f6-7c296b20d5cf\n", "proba": 4.6122104890855553e-07}
{"commit": "4177c194b107fbd1d17465d6c5bb67d13ba1db7a", "message": "Planetary weight calculator Beta 0.9.4\n\nAlmost done. Just need to fix a few errors", "proba": 1.5373110784366872e-07}
{"commit": "2893ed848cb1c136051fde1489f8f1da5993c8aa", "message": "sort the test case in report", "proba": 0.9999994039535522}
{"commit": "0927fd4be338fcc332ba7da526c080c6aec806a1", "message": "Remove useless method to simply inherit parent one.\n", "proba": 1.3040121871199517e-07}
{"commit": "f65eb43c3c66565714397b0bab08da894d0cf78e", "message": "\uc0c9\uc778 \ubcf5\uc6d0\uae30\ub2a5 \uc644\ub8cc.\n", "proba": 1.283633821458352e-07}
{"commit": "9f700dc59e17c1b0d2626b87a612cc83048f168e", "message": "Create Dispatcher.java\n\nprototype", "proba": 6.150449394226598e-07}
{"commit": "205cfe0d8e96bd2344cf0cb03dae3b485572a062", "message": "create a BroadcastReceiver that will filter based on intersecting sets of longs\n", "proba": 2.188266421399021e-07}
{"commit": "86d36e0d0214e010f3a07c1a00ee13ab1655e258", "message": "Removed the reference KraDocumentXMLMaterializer\n\n", "proba": 1.5171998768437334e-07}
{"commit": "4c3bf6ca983336177e8232eec577c9b02e544cab", "message": "added ComponentInstanceManager tests\n", "proba": 2.397123637365439e-07}
{"commit": "5eb30deb1b9731f61e72db7b7efef7600999c60a", "message": "Add connection pool client unit test.", "proba": 1.2282229988613835e-07}
{"commit": "6ded141045b265701be32cd57c91b2b16b92b2db", "message": "added TODO", "proba": 1.273571541560159e-07}
{"commit": "1945c442577112b8fbcdbe5428221efc297f4335", "message": "Servlet 3.1 expands the list of reserved names.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1491976 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999768733978271}
{"commit": "f6a039a55521f730976d577f044fc5fd63054fe8", "message": "Oops, forgot to add RayIntersection\n\n", "proba": 1.5180292223249126e-07}
{"commit": "0fbd41c127c9f0488266c52e000ad371d1b0867e", "message": "\u6dfb\u52a0\u56de\u6eaf\u6cd5\u6c42\u89e3\u5168\u6392\u5217", "proba": 1.6766379928867536e-07}
{"commit": "aa5d3d8ddaed87e637c18e06382a48648a6cc379", "message": "Set correct content type for XML files", "proba": 1.197616825265868e-06}
{"commit": "1cbb62e58246343a86bb37761dd7834ca5a0081f", "message": "Changed to use ISPY config file for now.\n\n\nSVN-Revision: 7062\n", "proba": 1.2889859135611914e-07}
{"commit": "711988a1df8448cb6732c0d8424766ac1647d14f", "message": "Add unit test for PDUByteBuffer\n", "proba": 3.1309076575780637e-07}
{"commit": "3a6c0e4bfac5b56687822295d114d48d40f3d955", "message": "Change date\n", "proba": 0.0005440447712317109}
{"commit": "8ebf0242807dd5c68a9d2dc272b8a988d730ccec", "message": "Fix for #2391 - Column collapsing does not work in an empty table.\n\nsvn changeset:6302/svn branch:trunk\n", "proba": 3.825853127636947e-07}
{"commit": "6b285f855daeef954f8d2bc8cca7a9a1885d15d9", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "7f34e6220fd23797677f3d660ebfc9fc0ec88275", "message": "NgZone\n", "proba": 3.2049215406004805e-06}
{"commit": "1c1cb3de517598249edf00e4dcf09be98b551573", "message": "increase buffer size for deflate\n", "proba": 1.5134150999074336e-06}
{"commit": "f0c8a4823d0da63d7a3411a53025b8c0f9e7c618", "message": "AdxTypeTest.java\n\nDRM-25-ImportSummaries-Test\n\nDRM-25-ImportSummaries-Test\n\nchanging names\n\nchanging names\n\nchanging names\n", "proba": 3.091882945227553e-07}
{"commit": "7b81df491badd96ac98cbdfdf5315bc6029c2700", "message": "Remove custom configuration from sample app\n", "proba": 3.423868406571273e-07}
{"commit": "87b42255927ca83025ad6ee9f88a195704d89bc6", "message": "Add option for ocrization of (problematic) characters (so far replace with a placeholder).\n", "proba": 1.0577770837016942e-07}
{"commit": "4b0cc456e9c1b5ffe4bf0c666545c74ffc9664d3", "message": "take three\n\ngit-svn-id: 488b3bf40f260ac8d5bff5f7b2d8e19ee7724ae8@670896 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999978542327881}
{"commit": "1384157582558dfc0fa986c6a6299ed969e159d1", "message": "AppendToFile\n", "proba": 9.314180715591647e-07}
{"commit": "2697f082010c9eb34298dbe7b5c4967d745709d2", "message": "am 887c5236: am 74637db2: Merge \"AndroidKeyStore: return error code on error\"\n\n# Via Android Git Automerger (1) and others\n* commit '887c523646012f4f0b63f5ffd0a1e9ebc3c2bdf1':\n  AndroidKeyStore: return error code on error\n", "proba": 7.359045639532269e-07}
{"commit": "6732a53dad48101dd8735b967c6c1f9877051e08", "message": "Chapter 5. Test task. xml parser fix\n", "proba": 9.004174899018835e-06}
{"commit": "9fbea6809c5200a3679038505a2d597038516db2", "message": "\u6700\u521d\u306e\u30b3\u30df\u30c3\u30c8", "proba": 1.4208492302714149e-06}
{"commit": "d49ef246444595ad48e81f27bb5247e3e433e31d", "message": "Minimal test case for #56\n", "proba": 1.3527487681130879e-06}
{"commit": "afb8b71bd8ea7f346d28b9d925f423858ba08cd3", "message": "Added ExceptionsDemo to teaching package.\n", "proba": 1.058731839975735e-07}
{"commit": "273150d17b695190f672b4ce95b4f85a9c40ad52", "message": "OPEN - issue FLEXMOJOS-63: FlexUnit Testing on Mac does not work \nhttps://issues.sonatype.org/browse/FLEXMOJOS-63\n", "proba": 1.2936644111505302e-07}
{"commit": "cfc6679aad25409669d900f88cd39d12ffdf1bd9", "message": "locate caller by climbing stack\n", "proba": 4.098439490007877e-07}
{"commit": "3bbef2e0cb3c80322943c7d813bacf11e8fea3a0", "message": "Code reformatting.\n", "proba": 2.9575244298030157e-07}
{"commit": "bf98ac60e7a6e3266b43f1953d733c273879109c", "message": "WHITESPACE: Fix code style in Classes.\n", "proba": 2.0295406955028739e-07}
{"commit": "da65fa5426114d979f57e7fc0014914e2a1c8d0c", "message": "flush writers before pushing and after poping\n", "proba": 1.253762178521356e-07}
{"commit": "63b6203ba39b2d4d9d1250d8e45ff2155c9ffbdd", "message": "EndpointImpl: use ListenerPipe instead of HandlerPipe\n", "proba": 4.1885223822646367e-07}
{"commit": "442ea2fac7d0b81ef6758c02c0bfd06679349d12", "message": "A touch-view for recording DrawingMotions and let the interpreter paint the calculations\n", "proba": 1.0794940408231923e-07}
{"commit": "3b27d8c16065542e5efa2b71a64762bd774cc521", "message": "Add AsmFileStatistics.\n", "proba": 1.5861044744269748e-07}
{"commit": "f8c244f3432bc04b175f9660cda8e0ab56e62f8e", "message": "Add random messages for each contributor\n", "proba": 1.134595891016943e-06}
{"commit": "3459a7b8caf9b5fec5d1fda10d0336b109d975c6", "message": "User class\n", "proba": 1.0799744813994039e-06}
{"commit": "ba0475ed690381696bd4d2abb3b9b59f01892e04", "message": "Added dts mime type\n", "proba": 2.250809245651908e-07}
{"commit": "e7fbf7e85fd172f407a229bcdeefaf90e04715bd", "message": "small test util to test connection to a moskito instance\n", "proba": 1.3223210260093765e-07}
{"commit": "8df73e47a10dfc8141a486092603d945376779f8", "message": "Fixed bug with @include std\n", "proba": 2.267859002813566e-07}
{"commit": "6e92cb42626ee81648af87fe7159181210c856f6", "message": "Create ThreeSumSmaller_001.java", "proba": 0.0010650322074070573}
{"commit": "24b1ad584082c78eadd94cbc3bdc837e6370d513", "message": "Created an Item class. For Items.", "proba": 1.1072899042119388e-07}
{"commit": "932973971b4123bd00d86d686c63be034e0f64f6", "message": "Added WSClientConfigTest", "proba": 1.6105167333080317e-07}
{"commit": "6ce1648683d77d2335f11103dc095cbd3547da89", "message": "esto es un commit desde STS", "proba": 7.181166097325331e-07}
{"commit": "9c4c2fc253e5d161ce68ef3264ea1e69a316d57e", "message": "Added rules for method names\n", "proba": 2.767003763892717e-07}
{"commit": "74baa4cd4bac0727049b5ae5b3416fbe32a6d58b", "message": "Remove test", "proba": 1.2765109431711608e-06}
{"commit": "e4913ba9a64c7de738fb8f6a3a060b27fb1daaba", "message": "Fixed STS-558: The attribute 'enctype' of the form tag is not cleared after rendering a form. Tag properties like setFoo(foo) that pass through to set(\"foo\", foo) when called by code other than the servlet container itself can cause problems like this with tag pooling. Only the \"method\" and \"enctype\" setters are called from other code, so I made them properties of the tag and clear them at the end of doEndTag(). See also STS-475, which addressed a similar problem.\n\ngit-svn-id: eee8cf2eb4cac5fd9f9d7b672efb1c285d99a606@899 d471f07e-d8fc-0310-a67b-dd4c8ff0e7cd\n", "proba": 2.9421318686218e-05}
{"commit": "03a0768742e63cfa726184293dfd400ee0bd6fa6", "message": "super\u9650\u5b9a\n", "proba": 7.320909935515374e-05}
{"commit": "0b72cd3aeb2c6c587c6deff41aaf183669989519", "message": "New class the WicketModel factory\n", "proba": 1.289471640575357e-07}
{"commit": "d59b1520befaaa75078227659b8924784d5956ee", "message": "Fixed reference to wrong activity\n", "proba": 1.2771012336543208e-07}
{"commit": "e9a61e0c91f78bb8f1d813d7eb46c7435d3e009b", "message": "MSOURCES-10: Attached source artifact should not be added for artifacts with classifier\n\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@454472 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.4313459359982517e-06}
{"commit": "3a43e5c662a7460652672aeb2135f9b80b1cbb9b", "message": "Introducing DbClassOCCTest.java\n", "proba": 2.4434189072053414e-07}
{"commit": "cb0aeeb5c4d5808a1264b030921a008cb3db3816", "message": "Exposes ThreadFactory, not ManagedThreadFactory", "proba": 1.7315138393314555e-05}
{"commit": "408a715ece9b68854f8767827657fee2af716485", "message": "Refactored Device Bundles REST API resource\n\nSigned-off-by: coduz <ded987c534c96b462feeee54a345bec2d025746a@eurotech.com>\n", "proba": 1.1091775320437591e-07}
{"commit": "57ebe65d376c63ad90aac27eab63a2a9da529364", "message": "length of longest palindrome\n", "proba": 0.0034724276047199965}
{"commit": "687647f73693793b8a38d22c4f7b34d486d005f6", "message": "Add an Enum<?> type adapter\n", "proba": 2.5880653993226588e-06}
{"commit": "b7c5264385909ba1b9a54047251a85da4c476ce5", "message": "\uc0c9\uc778\uad00\ub828 info \ub85c\uadf8 \uc815\ub9ac\n", "proba": 2.2000388355536415e-07}
{"commit": "01a1c9280edcde9fecc3b30ce45178006ff94d22", "message": "Added VaadinSecurityContext; Interface to represent AbstractVaadinSecurity\n", "proba": 1.2428881746018305e-07}
{"commit": "1d7db6600c6bbda34655fcf544aae0d189de91b5", "message": "tambah pembelian service impl", "proba": 3.0285085017567326e-07}
{"commit": "780c33c71e2d52847b1aec9fb27e611dc58913d4", "message": "Fix NPE for export excel\n", "proba": 2.3409668870044698e-07}
{"commit": "8df423b7f575e79a9cdb6283650c11a42ba7c23e", "message": "\nStringBuffer -> StringBuilder.\n\n", "proba": 2.0564039004966617e-07}
{"commit": "3ac522eb90ce9c17e4bcc3064613edd1f3bfc95d", "message": "FlickrPublicSetBackend completed", "proba": 1.5975994926975545e-07}
{"commit": "6dbc237a4f5d846163dfa872cd357f3b2db67e4d", "message": "ADD: Utility class \"Hack\" to perform Java reflections in fluent and pre-asserted way.\n", "proba": 1.049035063260817e-07}
{"commit": "1417167f1b608adee609553efaa89d7ab9a91a4a", "message": "am f704e9f6: Merge \"revise android.location.Geofence documentation\" into jb-mr1-dev\n\n* commit 'f704e9f67745d1f1c01058f4c74b06d157b4054d':\n  revise android.location.Geofence documentation\n", "proba": 4.1118207150248054e-07}
{"commit": "5e5f4354cd589533ba043c544796f7e2f62e4a80", "message": "Changed references to Inventory.NO_OF_ITEMS in\nthe Inventory class to static\n", "proba": 1.8054086581287265e-07}
{"commit": "df0a4ae5bc6f5588827ca877175aaaf33b4671bd", "message": "Fix GridEditorClientTest focus checks on IE8\n\nChange-Id: I68f63cf521fd81c8b5a384c60d88526365d3c9af\n", "proba": 7.729582875981578e-07}
{"commit": "fc5025a3a78ff2ceb5c4dc8504d15a9b52213eb6", "message": "update SaleVatReport\n", "proba": 2.2927805787276156e-07}
{"commit": "36105adb79ab5124b66f7e3e3c3ef28a1a97049b", "message": "added temporary an Ignore with a TODO to WhoisObjectServerMapperTest. it fails because it needs a new mock after last changes.\n", "proba": 1.0672879824369375e-07}
{"commit": "60822f962af6381d587b2d2519ebebbb3f83c664", "message": "Der Storage wird nun korrekt befuellt\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@340 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 4.890611080554663e-07}
{"commit": "bc4406d3f87ecfc1a1eb0934a8965026c2e44b17", "message": "[devbricks][DEV]: add new fragment for permission requests;\n", "proba": 1.1646661590702934e-07}
{"commit": "c248a237aafce452ddac0c28cb492222046cc686", "message": "Added test for TransformationContext\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@13292 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 3.961357606385718e-07}
{"commit": "758719bba92dbbca3f2d3770d2d83a69e9aed7c6", "message": "temporary logs in crashReportHelper.\n", "proba": 1.220674903379404e-07}
{"commit": "f36b3d3280b6ef2704f3153256d64eb12583ec6e", "message": "For referencing releases from the release calendar.\n", "proba": 1.0637902647658848e-07}
{"commit": "b75f420eabc9c5699fbc0df7604dfdbad5b60fdf", "message": "Disable index download on maven proxy repositories\n\nAs it may interfere and/or create unwanted effects during\nload test.\n", "proba": 1.0396888683317229e-07}
{"commit": "9fe059e75e95093add7fbec01db2526915adc138", "message": "--Changed private to protected for PotentialMasterListThreaded to call into.\n", "proba": 9.89753274893701e-08}
{"commit": "d54764fc6bb7ad91616d19d542c69a1ef136b760", "message": "Fix in PmxAddProjectHook", "proba": 3.0255927185862674e-07}
{"commit": "e3a09b19f4913e349a8986752c578f2691827005", "message": "[\u6e90] AbstractHttp11JsseProtocol<S> - \"HTTP 1.1 + SSL\u534f\u8bae\"\u62bd\u8c61\u7c7b", "proba": 2.1527796434384072e-07}
{"commit": "84733d0f0746b9f5aa91e303feb09fb5b99718eb", "message": "KRACOEUS-5503\n", "proba": 3.434906261645665e-07}
{"commit": "986a77dc0bbc5ffc2d9fd0b99e012ec08fd1bd5b", "message": "feature: added some alternatives for portuguese certifications\n", "proba": 2.056694086149946e-07}
{"commit": "55b91c23e155188daecc570f50405bede011e0b0", "message": "Fallback XML parser\n\ntry with entities replaced", "proba": 1.876467052852604e-07}
{"commit": "71ae75dcaf5bd5131de53f7fd7140cadfeffa51e", "message": "Adding MemoryTokenRepository", "proba": 5.712623192266619e-07}
{"commit": "300b59fda3c50c955a94709bbc368d69e1de5a12", "message": "Creating team roles\n", "proba": 1.9860925021930598e-05}
{"commit": "f63e8a5b665098f3c8e7cf8bfabb34cd6416af08", "message": "new class for testing PLID lookup\n", "proba": 1.4846172291527182e-07}
{"commit": "5a451607bee667e3a542eedbb337adf88cc787cb", "message": "class for reading xlsx\n\njust an skeleton for the class, basic iteration through cells\n", "proba": 1.2871593924046465e-07}
{"commit": "d5958d428702e19fb3a86212bf4c69c0ba6c5f38", "message": "Update MliBotController.java", "proba": 5.370598046283703e-07}
{"commit": "70d43319af107caf628bdba99e26c7422a510a04", "message": "Updata test.java", "proba": 7.473130381185911e-07}
{"commit": "53ee444b84dc2faf4acc07186ead7d23893d7544", "message": "Re-added Goji.java\n", "proba": 2.6722574375526165e-07}
{"commit": "8be2ad7b05c70773b33e94571019fd3a2ff6c5ec", "message": "added TestShowSession class -- implemented test methods for showSession method\n", "proba": 1.2864094856013253e-07}
{"commit": "ccbba6e57e055a66cdfc7dbda4e07f1d1231bc66", "message": "heap sort in java (array based)\n", "proba": 1.2967797147211968e-07}
{"commit": "a32a0f4fa0a469a1b06ad129f724714add6d2505", "message": "A log tracker to aid in system diagnosis and tracking selected log entries only.\n\ngit-svn-id: 4a0daf30c0bbd291b3bc5fe8f058bf11ee523347@2794 7d282ba1-3ae6-0310-8f9b-c9008a0864d2\n", "proba": 3.7255163078953046e-06}
{"commit": "fc5f0a715b7314367c5b57d2b1c6ab8beb791839", "message": "Create aString.java", "proba": 0.0006687851855531335}
{"commit": "811723bb5972e1387aad1de327f17f16f54d8500", "message": "NotSet predicate commit. (forgot ^^)\n", "proba": 4.78193783237657e-07}
{"commit": "9e5fa4099092c73b89817cdd66be0ae9ea015544", "message": "Added ProgramGUI class with main method.\n\nUse this to run the GUI version of the program.", "proba": 1.0310746745290089e-07}
{"commit": "8d3799a54757d33008d7b4a6c36c7fba2704d2ea", "message": "Create p150.java", "proba": 6.7664109337783884e-06}
{"commit": "340816ce9739697e779eb8184f10b85901dddbbb", "message": "Create crequest.java", "proba": 3.2356690553569933e-06}
{"commit": "2fdd5d66a7bc33be937d57b7b09c29af1d2dcbde", "message": "FIX: remove bestlast exclusion from liveweb handler -- upto handler to check\n", "proba": 1.2058438869644306e-07}
{"commit": "28c1a43b6f8fd35c94e791d0b9e57b2e7bb0cab2", "message": "Added some unit testing for DataSource\n\ngit-svn-id: b9aa09681bb449106768a53c71c444e56dcea582@583 e3f1d335-44b1-4163-9530-9b341189ae98\n", "proba": 2.0319963311976608e-07}
{"commit": "80c613d7fd1ee2b745f6ff287441de4857f86822", "message": "Update MinerUI.java\n", "proba": 5.746023816755041e-07}
{"commit": "e876159d4145d58c43ca762d9d8157a0a795dd4f", "message": "No reason to think all images are 256x256\n", "proba": 0.9999945163726807}
{"commit": "1bf38dae807782981e3181a24164056d344c45bf", "message": "context 2 ui ok\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@4657 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 0.0018619515467435122}
{"commit": "6b13f3b732f5b3d594c8fc8985c765c1d0d0f2b1", "message": "fixed vertical bug\n", "proba": 4.542991973721655e-07}
{"commit": "d7df78da1ce88b6d5b300c863cf9adce58c68ca4", "message": "Make parameters *NOT* default to the namespace of the enclosing element.\nNeed to investigate further why I added this code in the first place...\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@245067 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.378948013552872e-06}
{"commit": "b4343d7ad063b9f8649d316472d7790e931123be", "message": "Add Unicode conversion to ISO 5426 charset.\n\nThis is just the copie of UnicodeToAnsel class/file.\n", "proba": 1.0286173335316562e-07}
{"commit": "02830b076742d5921e35dbb0e6654b03766fb433", "message": "AbstractPager,\u5f53pageCount=0\u65f6,\u65e0\u6cd5\u5224\u65ad\u662f\u5426\u4e3a\u6700\u540e\u4e00\u9875,fixed", "proba": 5.419088893177104e-07}
{"commit": "640a3408f0994dc20cc7475f1f75b8d96f27806e", "message": ":bug: Fix param counting", "proba": 5.377265779316076e-07}
{"commit": "e38da7d14e39cd8134f1f241ae38b69127647073", "message": "added GameWindows class\n", "proba": 2.585287575129769e-07}
{"commit": "4a7c069be92c208b7a77bcb0889a2e6f7e5def07", "message": "Update NonEmptyFormalsNode.java", "proba": 7.517018048019963e-07}
{"commit": "91c528b87c426044620c1b9451dac854d9c8c197", "message": "Implemented KBRP\nKey based Random Permutation\n Changes to be committed:\n\tnew file:   src/quanatisation/random_permutation.java\n", "proba": 2.031415107239809e-07}
{"commit": "ff38db05aa5bb2926239c232a27ef51929490a44", "message": "Create Command.java", "proba": 1.302654345636256e-05}
{"commit": "59cf460d090d09453916c2787c31748c0d42e72e", "message": "Adding JunctionUtilsTest", "proba": 2.6480449832888553e-07}
{"commit": "e2066b20740e3eb30be9e682e31b226fe1110e80", "message": "Fixed test\n", "proba": 7.068065883686359e-07}
{"commit": "b5c35a1e73bb6ccfe4488bc00834b501cf3ae4e7", "message": "lektion 2 Car\n", "proba": 2.809312888985005e-07}
{"commit": "050fa5f547be988a3905daacd4570b42281ba880", "message": "Teste netbeans", "proba": 5.311164272825408e-07}
{"commit": "c07bc51c50f0f0fe1035a9880461ba30dfdad9a9", "message": "Fixed playerleft Glitch. (temporary, for testing)", "proba": 1.260728339502748e-07}
{"commit": "f2f511bbc0b8c275b9d5670de487984831390ec5", "message": "Fix bug that made the wearable device crash when studying cards with the shuffle option on\n", "proba": 1.1780925746052162e-07}
{"commit": "cac09cea546a4b13371a90525968571b044155b9", "message": "Loaded -> Library Loaded\n", "proba": 6.759379402865306e-07}
{"commit": "c72221bc44ef8416e8edbbb6afd8092d406cfc29", "message": "Add method utility to check arguments\n", "proba": 5.005829279980389e-07}
{"commit": "6a2c93d27f629f9d4ec5d373e85bf827db87b1c6", "message": "Remove unused getContext method\n", "proba": 8.085883109743008e-07}
{"commit": "cc747df6bde6ceedb4f3e3a94ef9e20d42775d05", "message": "replaced Camera with a HashMap to aid in testing.\n", "proba": 1.0298325037183531e-07}
{"commit": "b945d80c9bb91b90e48add2a4f665de02c63e28c", "message": "am 5af4edef: Merge \"Fix bug #10205316 CTS (KLP): android.graphics tests are failing\" into klp-dev\n\n* commit '5af4edef084f4d3f94af71acca53c68929e82008':\n  Fix bug #10205316 CTS (KLP): android.graphics tests are failing\n", "proba": 3.025209025508957e-07}
{"commit": "6984f1ade94dc36fcdfc88ddc94077a3f4f3624a", "message": "Fix main class visibility\n", "proba": 2.522782415326219e-05}
{"commit": "35770cfd6f160735ee4d91817148a84b5770f924", "message": "IPAddress Class\n", "proba": 9.178579603030812e-07}
{"commit": "5b2cf280c35f4581512ea2f0f05bbf96e38846f1", "message": "\u0414\u043e\u043f\u0438\u0441\u0430\u043d \u0435\u0449\u0435 \u043e\u0434\u0438\u043d \u0432\u0430\u0440\u0438\u0430\u043d\u0442 \u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0442\u043e\u0440\u0430.\n", "proba": 1.517428529496101e-07}
{"commit": "0dbe9e8e74e2dd3ef90ac9deb92a3d34071879cf", "message": "Create QuickSort java\n\nAdd QuickSort algorithm", "proba": 3.4034889040412963e-07}
{"commit": "6f9cfc7d61cdfedbf4fd8752916c3f5ae6b303b7", "message": "Implemented getMinimumSpanningTree() (Prim's algorithm)", "proba": 1.3828972100782266e-07}
{"commit": "a1c03376f2e066b66960aec1d5aa454940ff5a76", "message": "Add empty Task Model\n", "proba": 0.00018110200471710414}
{"commit": "0d2be755b75175b597e99f4a4cb26aa7ed7b38f4", "message": "[MOD] StartGUI call externalized to extra Java class", "proba": 1.3909071583384502e-07}
{"commit": "aa6d24d9b439728de85845c058dc59a2d64bd16b", "message": "\u30cc\u30eb\u30dd\u306b\u5bfe\u51e6", "proba": 4.214647617573064e-07}
{"commit": "01d10529fd8218660ec375ca7b461c16ca6edb8e", "message": "Fix for Bug 24051 - JUnit test TestSrcContent.testSourceFiles() fails\nfrom bayer@oio.de (Thomas Bayer)\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@249771 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.345546701893909e-07}
{"commit": "603ada96a3517ba68701889e5386b47d2eff24d2", "message": "am 4d19a860: Merge \"Make all icon fields & extras sent to listeners backward-compatible.\" into mnc-dev\n\n* commit '4d19a8606346cdc22dfba4d5468e3111ad13518f':\n  Make all icon fields & extras sent to listeners backward-compatible.\n", "proba": 1.1631676244405753e-07}
{"commit": "9b415a4312bed87a644f58a6bb89d4e81910a076", "message": "Added message syntax which will be used to warn the user when a required import is not available for the current diagram.\nRefactored the kin type string syntax parser.\nrefs #1677\n", "proba": 1.906246041016857e-07}
{"commit": "eab721eaa62a37f71f2141908879a7a83f7bdd25", "message": "some basic lwjgl code\n", "proba": 4.4866143866784114e-07}
{"commit": "5fab4b42809261133d93078e349889e0990f1a90", "message": "Adding exercise 3.4.\n", "proba": 2.5098174774029758e-06}
{"commit": "b9aaeb067b40b4c2e435e88b4d26268416b82832", "message": "_101_Symmetric_Tree\n", "proba": 1.5990817701094784e-05}
{"commit": "9729d258d1aa7da35760d389764226097cb6635f", "message": "Update Silver.java\n\nsilver optimization2", "proba": 5.275152261674521e-07}
{"commit": "1d069925363c684eda639f076d19232b7b6d47ca", "message": "Do not force screen on when undocking from the desk dock.\n\nThe fact that the phone is losing power will do this anyway,\nand this fixes (or works around) bug b/2250075\n(Desk dock clock app sometimes doesn't exit when removing a sleeping droid from the dock)\n\nChange-Id: I7b8b6cfb44ca16d2d9eb67589cb9d9a108a8de82\nSigned-off-by: Mike Lockwood <368d0007e4626f70737d16df5e49ed8806b98c3f@android.com>\n", "proba": 5.134606908541173e-07}
{"commit": "0db099ca30da72ba84d9ab2414502ccacc478fc7", "message": "am 591485df: am e43110ac: am 8fac6682: Merge \"Add system property config.disable_timeupdate to configure NetworkTimeUpdateService\" into lmp-sprout-dev\n\n* commit '591485df659a3c804945da265dcee63fd8b64d8a':\n  Add system property config.disable_timeupdate to configure NetworkTimeUpdateService\n", "proba": 7.413602247652307e-07}
{"commit": "9b8569be84e1098dd28be5c1401bf1ebbcafd5e4", "message": "Chapter 16, Exercise 2\n", "proba": 1.1327341553624137e-06}
{"commit": "2c5f4d03706d0e4c3763aa7d0e13ea71d11848a8", "message": "Improved solution for APU: Improvement Phase\n\nAdded 2-2 rule.\n", "proba": 1.0657460336460645e-07}
{"commit": "32b61660a027afb793edb13edc08fddf7df8b544", "message": "Contributed by Rajiv Balachandran. Adding new tests for DocumentXobjs being copied as DocumentFragXobjs for untyped XmlObjects\n\ngit-svn-id: 297cb4147f50b389680bb5ad136787e97b9148ae@321159 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.372345531715837e-07}
{"commit": "84f203bc5db2a6bc7b0d786b2727d3050dd86028", "message": "fix: usr: Refactor get voter by name to match new endpoint\n", "proba": 3.9391235873154073e-07}
{"commit": "128b4618852af1f3e43ff3ed3a7ae14406362319", "message": "fixed a NullPointerException in DetailActivity\n", "proba": 2.4316844360328105e-07}
{"commit": "837293a4dedd84ebd9cf1ef0de3dfc2033de917f", "message": "add an applet wrapper\n", "proba": 1.2486317473303643e-06}
{"commit": "8a9e66d88b69a8a46342c1a3891012b83ac54ce7", "message": "1.1. \u0421\u043e\u0437\u0434\u0430\u043d\u0438\u0435 Hello World [#141]\n", "proba": 8.45164595375536e-06}
{"commit": "928b5342989fd5370446f10154a660285742070b", "message": "Extend the common Messages class\n", "proba": 0.00023930690076667815}
{"commit": "76577280092948508548a0fcfa22c4656ac134b4", "message": "PluginIndex: add a few regression tests\n", "proba": 2.419685074528388e-07}
{"commit": "b078ff16a3ea83f7e4f444eb7b7b699ee8e913a6", "message": "am 13dbc3d4: Merge \"Frameworks/base: Fix potential NPE in InputMethod\"\n\n* commit '13dbc3d48d1c4ea8854f952f9ced4b7617ae5e87':\n  Frameworks/base: Fix potential NPE in InputMethod\n", "proba": 1.0316466614312958e-06}
{"commit": "a0d9be5a60ec7180de6e566b8d2441b7f66d5c18", "message": "am ebbe7706: Merge \"Fix comment bug in I71a8d356e868dc7715b030ca1078da4ec39368c3.\" into mnc-dev\n\n* commit 'ebbe77061c010596f79e61c3f1f7be12a3164b81':\n  Fix comment bug in I71a8d356e868dc7715b030ca1078da4ec39368c3.\n", "proba": 3.299872446405061e-07}
{"commit": "b65d8c0b7aa2659d155c387c4a87049ce83d0c16", "message": "KYLIN-973 add a tool to analyse streaming logs\n", "proba": 1.1065403526799855e-07}
{"commit": "fca1dbb4a640791dcb9cc67219c4d0922a4af2f3", "message": "Day 1 CN Lab", "proba": 2.935247493951465e-07}
{"commit": "49f0f2984fa4e299b76f066a35c3c933741c5648", "message": "Update template.java", "proba": 8.820374546303356e-07}
{"commit": "bbcda79cc0cf02dc02c21d0fae4d8b900f034e7b", "message": "Blank page for new problem", "proba": 2.1659015203567833e-07}
{"commit": "79e91bdedc9ccdca341b94a20d916395e6ec26d5", "message": "\u6253\u5370\u4e8c\u7ef4\u6570\u7ec4\n", "proba": 5.908075308980187e-07}
{"commit": "96419389b54b25d310cebb990fc89a8862af2463", "message": "PR: MWAR-13\nSubmitted By: Maria Odea Ching\nReviewed By: Allan Ramirez\n\nallows turning off the setting of the war file generated in the executions section, which will be used by install and deploy as reference for the artifact to be copied to the repository.\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@388004 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.892191671184264e-07}
{"commit": "a148b50354059f6d6bf4018f64946eafecf5330d", "message": "Added GoedelNumbers class\n", "proba": 1.6127590640735434e-07}
{"commit": "1c3c9e989a8335048b7f304eb94e832bcbe74443", "message": "border with mnemonic\n", "proba": 1.0849057616724167e-06}
{"commit": "a1e213132e1e7b90e07c2856ccfc3e0c1b9ea129", "message": "add getId method\n", "proba": 9.514413363831409e-07}
{"commit": "3e9291499f697abe631f16d7df5544a294b1e9f1", "message": "Samba Tester\n", "proba": 6.805523753428133e-07}
{"commit": "7701530f8c6ad32f369db5f0f9407a914290b78c", "message": "Added some basic utilities to implement screen transitions. Implemented a shift transition screen. (fixes #6 other transition will be done later see #31)\n", "proba": 9.922766963654794e-08}
{"commit": "a6f6b190b25e8a1a43556276786f1f73e2a63bdf", "message": "tokenizer works\n", "proba": 1.2256574564162293e-06}
{"commit": "fd1ce436399a5192dd03c50a369bbc657b13e280", "message": "Rename class", "proba": 1.4588920294045238e-06}
{"commit": "f4dc605ba73e665511b32e606e36b74deba78460", "message": "Update Rebuilder.java\n\nrefactoring", "proba": 3.93761354189337e-07}
{"commit": "4975ce70b4fa1c4d38a530f2dfd968eb8f12ca36", "message": "Spill test\n", "proba": 8.729310820854153e-07}
{"commit": "39d44fad5f7a30c97c4112cea9018c40b6a9fce9", "message": "frist commit", "proba": 3.1864300353845465e-07}
{"commit": "45fdf6bc36511c594dca7a1d0eba22605731ad5a", "message": "Create CutImageGrid.java", "proba": 5.373128715291386e-07}
{"commit": "fc952ebe4b86f6a0d79be1f71c3ff339b6227d7d", "message": "item manager: change batch item price to accept a collection\n", "proba": 2.2108412167654024e-07}
{"commit": "e6da9973671627b9f3148938570d4e5a53a8efc6", "message": "added database connection class", "proba": 3.805707535775582e-07}
{"commit": "ea00c83a1ec44a8ef5efdb920fe3a04f87bf0247", "message": "Exercise 5.37", "proba": 5.691697879228741e-05}
{"commit": "dbd6b7bfa7fb975931659928a9e8feb576f1d880", "message": "Revert \"Aggiunta operazione di sistema per la carta cliente\"\n\nThis reverts commit c5696221675921434afeceb401df5425146cc9f7.", "proba": 1.2981283248336695e-07}
{"commit": "ef27218a6fafdfc43331848d4fae9a6795bec48f", "message": "Create ClientSessionInfoBack.java", "proba": 7.060601205921557e-07}
{"commit": "111b1336f6c2a88953fb67abb570ebecac61011b", "message": "Use additional parameter to decide reverse, BFS to add TreeNode at same level.\n", "proba": 1.0348574619456485e-07}
{"commit": "7dea98f6f929cce598d669a802b13851987e2e64", "message": "Allow to use device's own physical address.\n\n- Fixed JavaDoc.\n\nChange-Id: I6fdbf6596b5f2e41a238b36e128ba0889725c813\n", "proba": 2.5065116915357066e-06}
{"commit": "84047d90dfe5d12525d5dfdec732376ad702c50b", "message": "A test was added to verify job configuration.\n", "proba": 1.1555619039427256e-07}
{"commit": "e34b18252917b07404bc8d37f394b14845d57d6c", "message": "\n\ngit-svn-id: https://develop.eng.uts.edu.au/projects/personal/sahara/svn/SchedServer/trunk@1925 7ee224fa-57ca-4419-87f9-1f4314938d77\n", "proba": 2.1067224054149847e-07}
{"commit": "bf291f4edfe71f2e64e86f2a18d312a2e9ff62cf", "message": "Biz Logic for save query condition page.\n\n\nSVN-Revision: 8773\n", "proba": 1.5854890023092594e-07}
{"commit": "2378948654fd40e709ca64f8f135d7c05d2f6500", "message": "Refactoring\n\ngit-svn-id: ab653825c7e3cdfecfd8a0724cfdec44aa635e33@318 0cf59fa1-751c-0410-8529-da8c0b0e53fa\n", "proba": 0.00013746260083280504}
{"commit": "0f2a5ec425a7721434692b08b81ad853b5a9b543", "message": "Added code to ensure that no connection to Redis doesn't cause the bot to stop working.\n", "proba": 1.087782166564466e-07}
{"commit": "4d41f378d288731c1e9bd0f3972b96290c91d368", "message": "Add Unit\n", "proba": 2.4790306270006113e-06}
{"commit": "b244958ca81717213fc02050f359f8ac3919062a", "message": "Display line number in error messages\n", "proba": 9.51963215811702e-07}
{"commit": "b62f2f28f5ef9ae8df2ba972f747a391ca0cdbb4", "message": "Fix for Bug 17909 - org.apache.axis.client.call.addParameter - Problem with INOUT Parameter\n\nSince ParameterDesc's setJavaType looks at the mode, set the mode first before calling setJavaType.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@249000 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.3120086300186813e-06}
{"commit": "f52913e5b7c508483e9fb3cdfa1332ca04b6a973", "message": "New function to format numbers.\n", "proba": 1.8162937465149298e-07}
{"commit": "1105e7b9b97d01272520e4014ee60370b4e20c67", "message": "Initial commit\n", "proba": 3.003353299391165e-07}
{"commit": "6b99872a0a4cea66699ea0cf0a91220715c7accd", "message": "feat(EASY): add _10_fib\n", "proba": 0.000177811409230344}
{"commit": "f9be9079f61055a0fe642d84a285f13733b60c2f", "message": "Created MobileIDAuthenticatorStub for using in tests\n", "proba": 1.286788631205127e-07}
{"commit": "3e3d72a005c4ec48c5f9be717f4798d19758cfd8", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "6b59f0e43dc097890bd864447bb6f802e6336d90", "message": "Refactored arg type.\n", "proba": 1.42061594488041e-07}
{"commit": "72ce67fdc486d24cf431b6e2ca5b0507ff86b37a", "message": "Re-Clone\n", "proba": 5.843929216098331e-07}
{"commit": "c93c252f781b0a2be9327e00e76e1ddae0b50727", "message": "allow If-Modified-Since headers\n", "proba": 3.2534114779991796e-06}
{"commit": "13e8b40d495704db2911d594c13f4dc420b03ea4", "message": "reserve the randomcircle logic\n", "proba": 0.0008120416314341128}
{"commit": "f04019966fca3fa3544e966092bd92b1ad9081e7", "message": "Potential fix for \"list\" command not working\n", "proba": 7.4066028901143e-06}
{"commit": "8858ec14e8c24b48a478c482d19b73c83b601b25", "message": "Added clone class to store the parse tree and the source file.\n", "proba": 1.0448974308019388e-07}
{"commit": "a609f0b334ce0c02e39b78950663148f435b1884", "message": "Add additionalFields to the StartTimeSerializer\n", "proba": 3.3603066640353063e-07}
{"commit": "1d71853d79207bb8fd18add2428ad3dcc6b8d648", "message": "Clock simulation and simulation of first process executing working\n", "proba": 1.3241231044958113e-07}
{"commit": "001603e6d68fcbb00187b1e9d9e363f941e84970", "message": "Change ConfigurationManager.get to return a deep clone of the cached configuration\n", "proba": 3.9020110875753744e-07}
{"commit": "4138737652de069173ebe649d4578481facaeb90", "message": "refactoring\n", "proba": 5.272031557979062e-06}
{"commit": "4b0ae50f63bf42a78354fc8449ee648e100ba2be", "message": "Add solution for 102. Binary Tree Level Order Traversal.\n", "proba": 1.2858023978878919e-07}
{"commit": "1f29e71c4688bdc04b27224c16d5b99006796a80", "message": "Don't propagate level or RTL in LayerDrawable.setDrawable()\n\nThe developer used to be responsible for this and automatically\npropagating the values breaks some use cases (ex. in Camera).\n\nBug: 20696311\nChange-Id: Ia8ddc132c6d629bcc27d66f654baf30d9f078568\n", "proba": 2.75364391200128e-06}
{"commit": "f6a076607135e26e2c2b453b0531b6b977d6c484", "message": "add perfield analyzer test\n", "proba": 1.716241087024173e-07}
{"commit": "c63cd61dbbe0618c035d139725f8a7f55765a0c0", "message": "test(updater.type): expansion of testing\n", "proba": 1.2853295174863888e-06}
{"commit": "3c27078347396d3d381882f10ae94f2d9e5803b2", "message": "Added test that was missed last time.\n\ngit-svn-id: e0a2df7b4ce4cc32c17d1b5ef795a6b05535dcc2@290832 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.1875561085616937e-06}
{"commit": "b72b5ef426163cebdd16ed226ceed814007cf495", "message": "#69\n- (290) VOD \uc2dc\uccad \uc911 WiFi \ub9dd\uc5d0\uc11c LTE, 3G\ub9dd\uc73c\ub85c \ubcc0\uacbd \ub420 \uc2dc \ud31d\uc5c5 \ubc1c\uc0dd\ud558\uc9c0 \uc54a\uc73c\uba70 VOD \uc7ac\uc0dd \uc885\ub8cc \ub418\uc9c0 \uc54a\uc74c\n- (309) VOD \uc7ac\uc0dd \uc911 \ud648\ubc84\ud2bc \ud074\ub9ad\ud558\uc5ec \ubc14\ud0d5\ud654\uba74 \uc774\ub3d9 \ud6c4 \uc571 \uc7ac\uc9c4\uc785 \uc0c1\ud0dc\uc5d0\uc11c VOD \uc885\ub8cc\uc2dc \uc571 \uac15\uc81c \uc885\ub8cc \ub428\n", "proba": 1.8624022857238742e-07}
{"commit": "fcdbfe799297b06beceeb1792146ab3fe00bd147", "message": "Reverting revision r5543 and reinstating Issue 683. This revision was preventing a parameter bounded at zero from being reflected resulting in negative values being drawn in a random walk.", "proba": 1.0383254078760729e-07}
{"commit": "64c9b02677c4630b4bc19663bd7cd2530c881bfa", "message": "Adds neo4jmodule test\n", "proba": 2.414353730273433e-07}
{"commit": "4086194895c00b518c426299ea65949e230cb6c0", "message": "i18n: do not localize internal actions\n\nGitOrigin-RevId: 00712fc4cf4e6dff2a72299b011b7cce73b64813", "proba": 0.0003257999778725207}
{"commit": "63cd097cb71b8b1116dcf679e0f0a092fc711ba4", "message": "Review of r1428643\nAlign implememntation between IS_SECURITY_ENABLED true and false branches\n(essentially add i18n to the IS_SECURITY_ENABLED==true branch).\n\nAdd the same fix to setFilterDef(null), though I think nobody passes null filterDef to that method.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1428993 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.2743173101625871e-05}
{"commit": "57907b9460ce171aeda05db4199a651f5ed45a04", "message": "minor cleanup\n", "proba": 1.7840027055626706e-07}
{"commit": "9cbefd6ed4f30c0a5be9e6740b69a7668ee7d2ef", "message": "Issue #5273: Replace Util.collectIterable with something more efficient.\n", "proba": 1.1509074937521291e-07}
{"commit": "445899fcb1c35ec112794e955189adf0597e8d22", "message": "Changed layout fetching and photo acquisition\n", "proba": 1.2515627645370841e-07}
{"commit": "5aafd5b94ec19e56ed9ca408a8e53c3e7de4249c", "message": "Ajout de la structure de LoggerFactory.", "proba": 1.1327855276022092e-07}
{"commit": "77072a0e42cee778b927e5157323ee63c14e8159", "message": "Creates document delete where name\n", "proba": 1.6644089555484243e-06}
{"commit": "ea66ca02251e35c719822639cb2baf9ab4ba76e4", "message": "Fixed a few battery issues in SystemUI\n\nFixed a bug where animators could run forever because of\na negative start delay.\nAlso fixed a bug where the shadow would continuously update\nwhen it shouldn't.\n\nChange-Id: Id115d179d99fecf72c5f2b3be1a4c8590361469e\nFixes: 28930837\n", "proba": 1.1614023378569982e-06}
{"commit": "72d15cf64539d99749cdcce989beeb5f91baf354", "message": "am f57d5aa4: Update panel height when stack scroller padding is updated.\n\n* commit 'f57d5aa4e737ab147068fa72d6ced92c41054ebb':\n  Update panel height when stack scroller padding is updated.\n", "proba": 1.1610309513798711e-07}
{"commit": "5ff61520d2aa351ea4dab18ec131c74f34b1b463", "message": "PHOENIX-1661 Implement built-in functions for JSON", "proba": 2.848286726475635e-07}
{"commit": "250a259d5648cea15dd2640aadb1cbdca6e8ad8a", "message": "Create Games.java", "proba": 7.340282195400505e-07}
{"commit": "c5ec45dab50d8b8684850167650442dde9bd7816", "message": "Set Tariff: removed null checks on calendarName", "proba": 1.1354217122061527e-06}
{"commit": "8cbe7e30e38fa61dca24368f3dd38ee6c5153453", "message": "Add LeetCode0594.java\n", "proba": 2.9780655950162327e-06}
{"commit": "4412a3d82fda6d96cf28a412fd910fcdf71702f8", "message": "SAK-42761 NPE when grading a Forum (#7544)\n\n", "proba": 1.0341175737949015e-07}
{"commit": "179066d5d394c6e3203e32d53240d0453f04e81d", "message": "Fake JavaScriptObject introspection class\n", "proba": 5.395496600613114e-07}
{"commit": "e36f691da7fd570240acca9ee9568df9ec64561c", "message": "Corrections fran\u00e7ais", "proba": 3.0400999548874097e-06}
{"commit": "658b5bdc342fd40b4b2630873ebfd71f596b8aec", "message": "cap 4 - set\n", "proba": 2.745669860360067e-07}
{"commit": "ca421104172424dacf58be70b3731ff64036c840", "message": "add test class for controller\n", "proba": 2.9677380553039256e-07}
{"commit": "6c8345bff9b68598903a05f702ec15e969478cb9", "message": "Tests for [COMPRESS-359] Pack200 is broken.", "proba": 1.0582755294308299e-07}
{"commit": "48174acabe2c1c2a82c70f640262a23f0d9a0f40", "message": "iterator working\n", "proba": 9.958305327018024e-07}
{"commit": "33100a22275e6185e7c50684e8a5dbaa1d0cf4b6", "message": "Add utility application\n", "proba": 6.928918878656987e-07}
{"commit": "5df76d0927e1795fb7b14b277f5db14668c2d924", "message": "Made the StringUtils class final.\n", "proba": 1.245971503749388e-07}
{"commit": "5d6dc43f659990370e529892af4591b9a9681185", "message": "Reverse Integer", "proba": 0.9997959733009338}
{"commit": "b45f9fa3a4b39e69e82a627d6ad3e860aa9fe307", "message": "Removed unneeded lines of code.\n", "proba": 4.1464264199930767e-07}
{"commit": "778662470798acb9819a821bf5b778dca1df037a", "message": "add android test \u88abgreendao\u81ea\u52a8\u751f\u6210\u6d4b\u8bd5 generateTests \u51b2\u7a81\u4e00\u5806\n", "proba": 2.0336946704446746e-07}
{"commit": "fc0d716719d1dcdd1ccd908aee696f391fa7b08a", "message": "Delete EmbReaderSEW.java", "proba": 3.2900131827773293e-06}
{"commit": "0358dae8ccffc314a0fee6df5247d67217a26659", "message": "SetOnItemClickListener: Evento do clique na lista, para exibir um Toast (alerta).\n", "proba": 1.1532499399891094e-07}
{"commit": "7e3d1aae93e6eab3b94183515966e08500f59e42", "message": "fixed the onOptionsItemSelected method name\n", "proba": 1.4915840438334271e-06}
{"commit": "86bdde057384f3f6aeb56ef99f28e913a1ca559d", "message": "\u5220\u9664\u65e0\u7528\u4ee3\u7801\u3002\n", "proba": 2.0154008950612479e-07}
{"commit": "b03ecbc0291512a33a8fb2214976a2c607824b62", "message": "Intial commit\n", "proba": 1.296291657126858e-06}
{"commit": "360ca5c1bec1f03862926f59dfaa91b5d88e9e10", "message": "added tracking point", "proba": 2.35173885698714e-07}
{"commit": "cd54a820f46390e37fdd3a0aae2b94f36809255a", "message": "Initial version of the DB2 encoder", "proba": 2.0364019803764677e-07}
{"commit": "8a1ab31bb2cda5ee9aaf38cf7b80948035aed3d4", "message": "Human readable date and time are supported in selector\n", "proba": 2.8988384315198346e-07}
{"commit": "dfea26cf8a555bc20dab638eec5cc394de3a4a35", "message": "gibberish slck (Issue #241) and a better meta contact list ordering policy (Issue #316)\n\ntests for OperationSetBasicInstantMessagingGibberishImpl\n\n", "proba": 1.1821892798025146e-07}
{"commit": "dcbbe9288ab2fb40e4d9fa88885b092f8f2d5f8a", "message": "\u30af\u30e9\u30b9\u30ed\u30fc\u30c0\u30fc\u306e\u78ba\u8a8d\n", "proba": 2.717167433274881e-07}
{"commit": "75f293e9dbccee01e46f0021db7f05961f2d413e", "message": "Update RankedCvCClient.java", "proba": 7.202716574283841e-07}
{"commit": "a1d68595bc02e41df3d929f6d72d2be8ec212d06", "message": "removed vestiges of unit testing\n", "proba": 3.003579536198231e-07}
{"commit": "8b5a814f6a36045b06bee36f44703503c03714d4", "message": "Fixing the build\n\nChange-Id: I7b2270843123b252098ca798c03284fb089f1b8a\n", "proba": 0.9974744915962219}
{"commit": "a29162fb88b5ea3e8742e4e1b2dc998388d80daa", "message": "Added missed file.\n\ngit-svn-id: 3948e88432e1a59e1cb2bc472f8f957688004121@9330 67b53d14-2c14-4ace-a08f-0dab2b34000c\n", "proba": 4.478134542296175e-06}
{"commit": "727ad3ad803575eaa0a987bb435e01a597e65a66", "message": "fixed last commit\n", "proba": 1.6402887581534742e-07}
{"commit": "84ef6c5fb4ae3fc55ef73238a3aa60e81b1c1f2a", "message": "Removed obsolete null-check.\n", "proba": 1.8928406575469126e-07}
{"commit": "605177a92cfc22f143bde3bf75ab9038a438d8e3", "message": "tei-last-paging-download: add Paging class\n", "proba": 1.3643364127347013e-07}
{"commit": "7dca5cbc88d97818dc81186377c4e4cf33ae4908", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@3833 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 5.686364374923869e-07}
{"commit": "a40c71da60080be0016e70d3bff54aee9789977e", "message": "DELTASPIKE-870 Partial Bean with signed jar trouble", "proba": 1.092877255359781e-07}
{"commit": "617d6259395a199e6b798e0a1be2e1be46009ef6", "message": "A path query builder that makes sure the queries will be suitable for processing with JSONResultsIterator\n\n", "proba": 1.6447170025912783e-07}
{"commit": "cac0a110d89c6f5b5549db1b550eea5b256ce273", "message": "Add lost ConnectionFactory file\n\nReview URL: http://codereview.chromium.org/201040\n", "proba": 1.319128131171965e-07}
{"commit": "24ea0c0bd1917abec3ef287b175d60402e7d48c1", "message": "GF23067: Created DataUtils2 junit that retrieves supported associations.\n\nSVN-Revision: 693\n", "proba": 1.3165956147531688e-07}
{"commit": "11b183031fd8d4bc2879115ff551adb20fd165ad", "message": "add problem 11404\n", "proba": 0.002044341992586851}
{"commit": "a24b14ac1e9f17b1983dd327732959ce3b328a8f", "message": "KRACOEUS-4411: Changed Special Review Type values finder to filter out entities without Special Review Usage entries\n", "proba": 1.0616356149739659e-07}
{"commit": "8a241b09877e1b95d33277fa8e5dc63bc45c435b", "message": "Fix description type for plugin:update\n", "proba": 2.702228414364072e-07}
{"commit": "918068625372d9d14cf8456ea90ef337fdb809a9", "message": "Code refinement handling client notificaiton messages.", "proba": 1.1710289982147515e-07}
{"commit": "c47f534a3c878df2e77357c2ce0e14730021fa1d", "message": "add sortaSum task", "proba": 0.9999982118606567}
{"commit": "f38c4fbbd28b0413b49ea0c6d96a82adf6dc50aa", "message": "Added some null checks when handling action bar. Removed an unused method, and some unused imports\n", "proba": 1.6734718144562066e-07}
{"commit": "908a3e5686f39f701cec96e78d761b210bc14f90", "message": "modified text description", "proba": 1.8232427464681678e-05}
{"commit": "86f733ef3426d7f5602d9980acfd00694b88e584", "message": "Fixed ScheduledExecutorServiceDelegate.\n", "proba": 1.320030378337833e-07}
{"commit": "f237bf7e1e8c9a0122aac8def45b19a4946eb8cd", "message": "feat (version) : parallel stream.\n", "proba": 1.1251798781586331e-07}
{"commit": "59f780f9189a8c082bd46cea5b7fd8b0e8015cd8", "message": "Add request type getter to ResponseRequestEvent.\n\nThis allows us to circumvent single dispatch for response-request handlers and have access to the ResponseRequestEvent's corresponding ServerRequestEvent type.\n\nMost specifically, the purpose of this change is to prevent having to duplicate code for every type of ResponseRequestEvent in peril's core:MultiplayerController.\n", "proba": 1.1529409249533273e-07}
{"commit": "dcf19be758785280daa51d36392c1bee2ffa07da", "message": "New helper class for the notification of changes in the active ontology\n", "proba": 1.4279684990015085e-07}
{"commit": "a86d99dcfe952dd40c1cb88ff91cbc1b7cb22d6c", "message": "Updated license date to 2017.", "proba": 1.501196607023303e-07}
{"commit": "2e24e1e83a114cd86f2f817648fcb8770600848d", "message": "Fix for the bug http://nagoya.apache.org/bugzilla/long_list.cgi?buglist=23830.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@249705 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.007138749118894339}
{"commit": "cc4c89494ca9341eeca87e671a143bc8107feb37", "message": "r1108 caused a RootArrayDataNode regression bug that was fixed in r1050. This commit applies a fix (different to the one applied in r1050 but consistent with the fix used in RootDataNode.\n\ngit-svn-id: 6ee47c8665bf46900d9baa0afb711c5b4a0eafac@1115 e2bb083e-7f23-0410-b3a8-8253ac9ef6d8\n", "proba": 3.3656799587333808e-06}
{"commit": "62fbbe496162f47ef22d892d31ff9a02e12b2e0d", "message": "added formatter for what PBS/Torque scripts understand as walltime\n\ngit-svn-id: 093fa4c7fa7b11ddcea9103fc581483144c30c11@2265 5b74d2a0-fa0e-0410-85ed-ffba77ec0bde\n", "proba": 4.106039341422729e-06}
{"commit": "0b4a669c4b9ee2ab167cffcd44fe9d0823b5062c", "message": "Unit tests set up and successfully completed on Predatore.\n", "proba": 1.0203926592566859e-07}
{"commit": "5ba69e47b1bb7f541d1048e7685b34f8965a9f5c", "message": "RetryBuilder created\n", "proba": 2.3341162602719123e-07}
{"commit": "a0cf7b7929c2c8a1a3336392d972a7ac893caa46", "message": "Fixed networking. Yaaaay\n", "proba": 0.0001567168947076425}
{"commit": "2f72c0150ee590694dc7e0fa7a8e931495217232", "message": "Added TaskAssembler class. Added constructor and stub methods (with description)\n\nWIP #59\n", "proba": 1.1438530123086821e-07}
{"commit": "5b1b434bc3af0ca8da60f2e3c80f2c2c2421dd9e", "message": "[MPIR-227] added a license index in case of multiple licenses copied into the report\nSubmitted by: Robin Vobruba\nApplied with minor code formatting fixes\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1152565 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.9305653015399e-07}
{"commit": "7e0bcc59a0e3c8181da056a52764457fb116fc09", "message": "Added ITypeSystemAccess interface, replaces StaticTypeAnalyzer by TypeInferrer", "proba": 1.1824272405647207e-07}
{"commit": "bb6fff022ef071693a428a0bd14e4651687db4df", "message": "https://pt.stackoverflow.com/q/128247/101", "proba": 8.521340646439057e-07}
{"commit": "ab9e3abc7cdc9496b9d66c97b77e20e1ebb9c51b", "message": "resolve conflicts\n", "proba": 4.009652911918238e-05}
{"commit": "6c8f1875ea550a3f7c54e39e8a9f48a2ef6c61b2", "message": "contract\n", "proba": 1.2660335642067366e-06}
{"commit": "2558b45766a56d7512ce48f39d041c60bbacc49a", "message": "Abstract class for tabs\n", "proba": 2.495035289484804e-07}
{"commit": "044438247e54a70c0f69aac44c78c20264552a36", "message": "Added Ex. 5.11\n", "proba": 1.1834120527964842e-07}
{"commit": "3e1dfe3d1d572a1048cf4adbfd646a4fcfe1cec1", "message": "It currently is a copy of TipDatesPanel, and will be implemnted late.", "proba": 9.785414079033217e-08}
{"commit": "f0dd05eb456713f060e00a505943050717bd0157", "message": "add the missed org.apache.hadoop.dfs.CreateEditsLog.java to trunk as part of HADOOP-3577.\n\ngit-svn-id: 5be3658b1da2303116c04834c161daea58df9cc4@671277 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.974523113152827e-06}
{"commit": "25d5ef59b2bd5bcc342d97c70643f00949eba95b", "message": "Created EnumConstantHandlerAdapter.java\n", "proba": 2.7144815817337076e-07}
{"commit": "3397f16949d2e86442c32f3b82d5ee3ace99ba82", "message": "Capture the start and end memory usage in the output file. Move the start memory catpure after 10 loops.\n", "proba": 1.1028657098677286e-07}
{"commit": "76b98648608cd72f8609b1924193f3fc68f5d4da", "message": "am 6aa774ec: am b05706da: am 0f2d0147: Merge \"Append the test case name in the beginning of the test log.\" into jb-mr1-dev\n\n* commit '6aa774ec5cbd4cdfd7ce8b1697f3f6a0ec2d0233':\n  Append the test case name in the beginning of the test log.\n", "proba": 1.0961711041090894e-06}
{"commit": "bd8a415ff0b24bdda244e43efdec9c3ddc100233", "message": "Create base section Decorator\n", "proba": 2.740249556154595e-07}
{"commit": "c09a88b8590adf75cfa8186922f241455308f292", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "bcb8cd014f825cf270b2c5d953dd2aa5395ad481", "message": "respect cancellation better\n", "proba": 3.4250146541126014e-07}
{"commit": "7eb93f7907b5eec504ff834005fbd5903e881eb1", "message": "o fixed locale for tests\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@597990 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.27275643030589e-07}
{"commit": "f262dd1ab3fb56457b910bd56836343989329991", "message": "fix checkstyle errors\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1064105 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.461677013343433e-06}
{"commit": "12285e4e90cbb91d053844cee29fb3405fb29418", "message": "[MPDF-42] call super.text() to make sure text is html encoded\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1062535 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00017491786275058985}
{"commit": "e3077c0619471d57e457192bf8c4206d925d1872", "message": "removing TODO \n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@405445 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.819309597474785e-07}
{"commit": "58c2e260842061a6fbcc28432bbc64a0f22d9ed5", "message": "add solution for linklist cycle problem\n", "proba": 2.2862040793825145e-07}
{"commit": "6c5e5f2072afd28541668868f8abffc1d10b4914", "message": "Create ListInterface.java", "proba": 1.5499225582971121e-06}
{"commit": "a7c836ddc0d726120368bf692088f97286e0af3a", "message": "am c05d35db: Merge \"fix [4026375] SensorManager quaternion functions can call sqrt with a negative number [DO NOT MERGE]\" into gingerbread\n\n* commit 'c05d35db1c57de97888f16ed74718e4c676e4a9b':\n  fix [4026375] SensorManager quaternion functions can call sqrt with a negative number [DO NOT MERGE]\n", "proba": 1.4357355837546493e-07}
{"commit": "b7ef1d9ec9aa09ecba5a348c939b10f798aff131", "message": "Make paging touch slop smaller\n\nChange-Id: I36e2623dcc6e3209de51d32841ca68ce322cc5d8\n", "proba": 6.477806891780347e-05}
{"commit": "09da6ec635fc4565aa7cdac62dccd40fcf73b359", "message": "am 4bf9edfc: Merge \"Update drag-to-open menu close behavior\" into lmp-mr1-dev\n\n* commit '4bf9edfc1f3a66d6d2f782e7d6f8e9d9002b3971':\n  Update drag-to-open menu close behavior\n", "proba": 3.5418537436271436e-07}
{"commit": "89ca494ea4d52b743cdcd871880216982a427be6", "message": "added getResultType method\n", "proba": 3.418162179968931e-07}
{"commit": "5e9d4623577c399669791045bbf3eb878970e0b3", "message": "Added render system\n", "proba": 3.709367888404813e-07}
{"commit": "bf8384ff0af7770747f46c112165ba360ac0d52a", "message": "New version of SequentialBehaviour class. It is a ComplexBehaviour which executes its sub-behaviours sequentially and ends when all its sub-behaviours have ended.\n\n", "proba": 1.36994401600532e-07}
{"commit": "22a4e79b52d491fe6fcd694b871e2d796f9af915", "message": "Corrected logic, minor performance enhancement\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@254090 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.547143923147814e-07}
{"commit": "118f00b27c79b1aaa9a659cc159b32373a40370f", "message": "[125668] remove debug println statements\n", "proba": 2.1239131910988363e-06}
{"commit": "50c615c6f1d30caa08780d347e6039d8a39dd619", "message": "[207612] design view not always updated when modify attribute's name in attribute group via properties view.  Remove Add attribute from context menu of global attribute.\n", "proba": 9.800749012356391e-08}
{"commit": "45f8f8e7eed3d78d0b5704bd962df5ef44bbdb7c", "message": "SAK-33867 Gradebook Classic getAssignmentsWithNoCategory query param (#5266)\n\n", "proba": 1.066858530407444e-07}
{"commit": "2966685571b838412dd1f6e13b6deb94440cc96a", "message": "inline variables\n", "proba": 2.4457601739413803e-06}
{"commit": "ce1dd8a0fcfc2b8b0b89cfbde9aabc035d7e5d0c", "message": "avoid npe\n", "proba": 2.554402090026997e-05}
{"commit": "ba579bd92668f202cd70b0dba229a774627c511c", "message": "jetty support\n", "proba": 2.6799648367159534e-07}
{"commit": "4d00c59cb5c55719e7bfb84618c61a3c6c6a1f6c", "message": "afegir programa", "proba": 9.318338811681315e-07}
{"commit": "7dc8d754ad1c4953b60f995d6368e0848d8bd362", "message": "Add more information to string output for compound datasets", "proba": 1.0434218893351499e-05}
{"commit": "028815a0a472c6520463089a408bc600874601a9", "message": "A new test to verify that our new Element.applyTo() API is repeatable. This currently includes one failing test for private modules...\n\ngit-svn-id: 00c97792f1b0c5b2dff58c9f61c94e82f9ba229c@920 d779f126-a31b-0410-b53b-1d3aecad763e\n", "proba": 5.652830736835313e-07}
{"commit": "48083d4c3d7722953ac05c7213e29a8587cf2952", "message": "* performance enhancement for HarvesterService clients handling\n", "proba": 1.0894370205960513e-07}
{"commit": "0a2b2badf1f04804548f5447aa78d2540a096a36", "message": "initial commit\n\n", "proba": 2.7632697197077505e-07}
{"commit": "318e8d2f04036a1daa7c7d76756cb048f1f56dc9", "message": "Completed Append and Delete\n", "proba": 2.0166486081052426e-07}
{"commit": "57cd16c8196a7970622017cdb2b32934f303c5ab", "message": "UploadResponse\n", "proba": 1.1120717999801855e-06}
{"commit": "409d0eb421c0db558b3c6c4cb7c98f8810a1c392", "message": "#1294 - New tests for redaction.\n", "proba": 1.1071293926079306e-07}
{"commit": "4c32c6e9bd83bcf30e268066f484fa21ccd62e4f", "message": "Fix potential NullPointerException.\n\ngit-svn-id: d6acb143e251c037dab5ea34394f8439daf45588@1818740 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999868869781494}
{"commit": "52efb56265cbd44d5995c870401b3eaba69c0a69", "message": "[112755] We should never catch general Exception and not at least log it\n", "proba": 1.3346445371098525e-07}
{"commit": "6895a2d0abd583ebe6b5df0b71d636ed1c01f17b", "message": "Initial commit of exercise 2.9.\n", "proba": 1.140523124831816e-07}
{"commit": "bb463fe64928991b317166ff39edab3ecfb79bfe", "message": "Added on-demand insertion of a quantification over 'self'\n\ngit-svn-id: 747ab59ca1efb50a4e073b7a183f0e6261ed0ff9@42 3ace2293-3927-a96e-6dcc-34b7cb55d2e8\n", "proba": 8.36885446915403e-05}
{"commit": "069eaa87cc5c8526113f717f8d3939545d153441", "message": "Pushing missing class\n", "proba": 8.758482181292493e-06}
{"commit": "f4d5122f80710d90434ab604ba3565232db8b793", "message": "Skeleton for problem 115`\n", "proba": 1.55201988150111e-07}
{"commit": "ae04e3f3c1faa1b8a48b7d564e062087313f0bd0", "message": "Solve problem 217\n", "proba": 0.9999973773956299}
{"commit": "fb84d2f2aa7d70e0bf921e4f2f2d2cc17495d28e", "message": "Skeleton for problem 743\n", "proba": 3.31753341242802e-07}
{"commit": "630041ca09f5d5178896856cb8723d31d4cf4e15", "message": "Skeleton for problem 853\n", "proba": 6.753439265594352e-07}
{"commit": "01ffda40823109f1ba14ca89c27d55fa183e6ca3", "message": "constants", "proba": 9.851961294771172e-06}
{"commit": "7f10bdae60adb58f11aca2a7487ce986c18ea84e", "message": "[hackerrank] - java - java-if-else\n", "proba": 7.367412308667554e-06}
{"commit": "fee9ffe095c264b2201ac49b668111a5d278027f", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "e978ea1535768a1ea8fda7612c06226d0c80c156", "message": "Intial commit of exercise 2.8\n", "proba": 2.0909678255520703e-07}
{"commit": "1d09fabefd518384a5c3f40cb2c9cde5c3eee9f0", "message": "Adding an SWT Mouse Listener to handle mouse drags in the\nParaViewCanvas. It also throttles back the requests depending on how\nquickly they are processed, resulting in a relatively smooth interaction\nbetween the mouse activity and the ParaView web client.\n\nSigned-off-by: Jordan Deyton <f535574ba25b79f95e8c56f86e351a09cb1cd711@ornl.gov>", "proba": 1.2752974498653202e-07}
{"commit": "81d12939696d97a27540bf5d653449be3f681531", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "4066fbaff4c604a3a25edc49591458643d4cdc02", "message": "New constructor and \"called\" AET\n", "proba": 2.924766420164815e-07}
{"commit": "fd56a5feff333d63a7024cd24c909c73e5929194", "message": "fix checkstyle no code changed\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1300228 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.681654778934899e-07}
{"commit": "2491ab6ef4eb4062a4e853d600717519bf528faf", "message": "Add test for WFCORE-3447, CLI SSL commands for undertow server\n", "proba": 1.2389261883072322e-07}
{"commit": "5748b170511126dfc06c316d1896e6502f6508e7", "message": "revert Account.java", "proba": 1.10914106699056e-06}
{"commit": "b1c00b6b009f28dca3441ae7e7662cdd12707440", "message": "Ajout d'un fichier manquant\n\nOubli de l'\u00e9num\u00e9ration d\u00e9crivant l'\u00e9tat de l'enregistrement d'un isolat\n", "proba": 1.1245432460782467e-06}
{"commit": "a75b1d5e10551286a1cebf28c5813f66f362b8f9", "message": "Added\n\n", "proba": 3.1529248190054204e-07}
{"commit": "580ef4db8aa8184e4972ecfa94159350d487fee2", "message": "Start supporting IGNORE_ACTIONS option\n\n\ngit-svn-id: eee8356d45ea3f6bef60455b6252670a15fb374b@524 68c0822f-77d1-6f10-b115-8a14d106ca4c\n", "proba": 1.1831518804683583e-06}
{"commit": "7009ce550873aa3c0c6f340cd7e2c48a801ef8ca", "message": "Impoving Code Coverage\n\nSVN-Revision: 17002\n", "proba": 1.2742968635848229e-07}
{"commit": "c6d481b0ed1429d7d0bec31110185926fbdaa6da", "message": "Adding next interview cake problem\n", "proba": 3.270773731856025e-06}
{"commit": "1ca87f99e6434ab60368848908d7bd913fcef757", "message": "Create WWIconSelectListener.java", "proba": 1.0457044936629245e-06}
{"commit": "eaa07f5e3a8530f2051f7374abd77cb5db048cda", "message": "WAILRoute: In this order it looks better\n", "proba": 3.607647158787586e-05}
{"commit": "8e73b3f46f886f21e05f71d5bcbee18391929efc", "message": "Delete Stack.java", "proba": 1.3498824955604505e-05}
{"commit": "defe5bfddf95f30a7606e7cfac619e40c7bf979e", "message": "Create server.java", "proba": 3.0358701224031392e-06}
{"commit": "fe8cc7300a9a1e9782adcb8c55f1e8e2478518c1", "message": "create UniqueList constructor like ArrayList\n", "proba": 3.3012889844030724e-07}
{"commit": "7af039c95fac07e7da7dd2b3ae37db7b199a4b4c", "message": "complete select sort\n", "proba": 5.22436607752752e-07}
{"commit": "c2c49ed0c13846f7f96249c7419971dfcddc9215", "message": "Unconditionally use SHA-256 when minSdkVersion is 18 or higher.\n\nSHA-1 is deprecated, but the replacement SHA-256 is only supported\nfor JAR/APK and OTA update package signatures on API Level 18 and\nnewer. This change thus adds a --min-sdk-version command-line\nparameter to signapk. When this parameter is set to 18 or higher,\nSHA-256 is used instead of SHA-1. When the parameter is not provided,\nSHA-1 is used same as before.\n\nThis change also removes any other digests from the MANIFEST.MF.\nThis is to ignore any MANIFEST.MF digests already there in the APK,\nsuch as when re-signing an already signed APK.\n\nBuild scripts will be modified to provide the --min-sdk-version\nparameter in a follow-up change. This is not done in this change\nbecause of prebuilts which require a prebuilt version of signapk\nto support this parameter before the build scripts can be modified.\n\nBug: 25643280\nChange-Id: I6a2782e465600fe2a3ad0c10bd80db2b80a6fb76\n", "proba": 2.390462668699911e-06}
{"commit": "1963e0ad00ad1b26352cee8b220158de58ffbb7a", "message": "Initial checkin of program that fills in unknown (gensym) publisher names in KBART reports from clockss-stanford using a list of publisher name to issn/eissn.\n\n\ngit-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@27675 4f837ed2-42f5-46e7-a7a5-fa17313484d4\n", "proba": 9.070486726159288e-07}
{"commit": "95db9e345f9981c9d38c9ca6910dc443444f2784", "message": "Clean up application controller\n", "proba": 2.1287543461312453e-07}
{"commit": "a05d6a27c755a5e5ea93cc169c071f7863909a9f", "message": "644 Immediate Decodability\n", "proba": 1.2976852303836495e-07}
{"commit": "21daafd4fc506a3b64eb454ea437ec932b0e11a8", "message": "am 63651110: am 887ad9b6: Merge \"Automatically bind to newly-installed backup transports\" into lmp-dev\n\n* commit '636511108ad45da699eaaa98a2d337897737cce8':\n  Automatically bind to newly-installed backup transports\n", "proba": 3.10714739271134e-07}
{"commit": "2af57fdec6d01a571e89bdb463fc4148b2cb874d", "message": "Add sample request filter (implemented as a Declarative Services component\ndisabled by default)\n\ngit-svn-id: c3eb811ccca381e673aa62a65336ec26649ed58c@599118 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.856984100522823e-07}
{"commit": "b381f21ae9394c9c5cafa21b0d7679306898d141", "message": "Update MutableMap.java\n", "proba": 3.8612211028521415e-07}
{"commit": "107d682b2480d0b6ca3490a581587e76d88aa7f9", "message": "null versions as well\n", "proba": 2.8056021506017714e-07}
{"commit": "eb74a64e4e469505da1c1a051183bd409e6ad593", "message": "fix bug which prevented the finding of javadoc asterisks if it is after some whitespace character(s)\n", "proba": 2.8849660793639487e-07}
{"commit": "324217a925a4893ce34f05fe1c8f8fa66ee55c0b", "message": "Adding CacheConfig class.\n", "proba": 1.2870684429344692e-07}
{"commit": "c147c355eb9f74305ad18f81bf28888f2d6092fc", "message": "[streaming] StreamComponentException added\n", "proba": 1.8647394028903364e-07}
{"commit": "64f53e6ebf7096fbbaa16c5ad228d9ca78ede066", "message": "Migration script to migrate non-standard beta descriptions\n", "proba": 2.8213574410074216e-07}
{"commit": "ec6d8baa637c85623abc5591e60b7320ebf0621e", "message": "Add a sample wizard with an auto injection in samples\n\nChange-Id: I82480f5141897f9e728f99270fcb147aeea7cd89\nSigned-off-by: Olivier Prouvost <922fcad8957c9a47efb13ab034b8bf0240ed7092@opcoach.com>\n", "proba": 1.3182490476992825e-07}
{"commit": "51541052ebb35ac963d983c54ebff25cbf7844da", "message": "[142116] XSDModelGroupDefinition not refreshed after adding an element to its sequence\n", "proba": 1.192251346537887e-07}
{"commit": "3b3076938945924af2c7637eaa8fd7133de9dd6a", "message": "Implementation of the Application API lifecycle-management extension\n\n- Created a basic implementation of the LifecycleEnvironment interface.\n", "proba": 1.0359456581454651e-07}
{"commit": "05f11257d7ff1c4370ef3109992e5c68bbb94eb3", "message": "Added solution to the subset sum problem using Java\n", "proba": 1.8876741592066537e-07}
{"commit": "bd9d9faab2469842930845cf3e03887982dd0eaf", "message": "BUGZILLA-732085 PackageDeploymentServletChangeSetIntegrationTest\n", "proba": 1.4407501680580026e-07}
{"commit": "7333fb4a585e742b76de11ef64a284cf9676e74f", "message": "CSPACE-1895 Working on the repeating sections of Location, and general support for this. \n", "proba": 9.777969722790658e-08}
{"commit": "6920fd50e15508743eab9f1d64d4f9c9d1300e38", "message": "I commented this out so we can get the test data to fix the problem. Added a note for anyone debugging the class.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@254456 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.8418830778682604e-06}
{"commit": "04a33b8c121aa853e93469eb40e38011dc19efff", "message": "The patch adds new class org.mozilla.javascript.BaseFunction as a base\nfor classes implementing the Function interface and switch\nIdFunction.java to use it. The code in BaseFunction to serve as\nFunction.prototype is not used yet. The patch modifies NativeCall so it\ncan be used against BaseFunction.\n\nThe patch was made from org/mozilla directory via\ndiff -uN javascript.0 javascript > BaseFunction_patch\n", "proba": 2.905730411839613e-07}
{"commit": "3f8b2ad7034b6260690e3ea0df1a3d60fd1d037d", "message": "Glove rework ongoing\n", "proba": 1.7358557613533776e-07}
{"commit": "8eee7ad359a07eb311d30747b62018636284081b", "message": "Demo of BIS use casE: from 32b integer, generate 32 streams, merge some\nthen", "proba": 1.4878716569910466e-07}
{"commit": "2804ed380929862b360d8e3124e4e0cdc745cc5c", "message": "added nRels into xmlschemagenerator\n", "proba": 1.797521207436148e-07}
{"commit": "f7c5df5ce50631567949c96c991296149c52d357", "message": "FAHC-7 Fixed incorrect QName instantiation\n", "proba": 2.3377496916054952e-07}
{"commit": "ab829e60eded8084f39749508a67b594ba6b4b0e", "message": "strip out debug code.", "proba": 1.82547796612198e-06}
{"commit": "0e3544a6c1f3e1bfec4f6be3dbc54cfcddfd4824", "message": "Partial implementation\n\nThis used to be revision r1100.\n", "proba": 1.1125845844617288e-07}
{"commit": "55afd5f28a94dba4aaa615d40739d16196ff659d", "message": "FLEX-1580 Now doesnt check for existing values anymore\n", "proba": 1.0783333692643282e-07}
{"commit": "6ee141fd44418d17f663b049153d64d59cefc05e", "message": "Changed login method again.  This time maintains JahSpotifyService, only requires one click, and can login using ENTER key.", "proba": 9.831473590793394e-08}
{"commit": "66da7e868beb687d4a02b88c01aed6288aa8190a", "message": "Updated #156", "proba": 1.4159239469790919e-07}
{"commit": "984cf21691e0a67c6f9bcf4536353b65364bcb93", "message": "section 5.6.2 river crossing", "proba": 4.745534170069732e-07}
{"commit": "602743ddb54361495e8ccf628d049f0a22e06a79", "message": "Avoid NPE when thresholds left blank\n\nAvoid NPE when thresholds left blank\n", "proba": 0.00010302477312507108}
{"commit": "836c481bcf759e3b0694ba1778ec1e9348195144", "message": "start\n", "proba": 1.4154517884890083e-05}
{"commit": "8be26f5d193ecf8e71144bc732900e49c4901206", "message": "Added CORS support to web crawler supervisor\n", "proba": 1.2770195212397084e-07}
{"commit": "7ddef07a66924f5b615462f752b637381f77d32a", "message": "commiting whatever I've done\n", "proba": 1.3342529427973204e-06}
{"commit": "70e8f3baf484c0e1c10486bd327c6684680d0c05", "message": "Few fixes", "proba": 2.2952528411224193e-07}
{"commit": "10a187f14a327fe5e4ae8f75442ae7373aedbe0c", "message": "Adding 'MultiTenantToggle' component which encapsulates Unleash API\n\nSigned-off-by: Ilya Buziuk <40ff8085d3da4629e57b18f46396671f91ef6229@redhat.com>\n", "proba": 1.1611438566205834e-07}
{"commit": "fe62a88897c2957172bf6c595e108855310d86fa", "message": "Add CombinedCanonicalizer.\n", "proba": 2.8823728825955186e-07}
{"commit": "121476e9cef9e24181f70114f6d7876fb8988971", "message": "Create PeaksAndValleys.java", "proba": 2.1845142327947542e-05}
{"commit": "078ae13dff4fd5314d3ae8097a41eb286d41e062", "message": "KCAWD-567\n", "proba": 3.215190531591361e-07}
{"commit": "332c96dfdcffa8d7d0e18dfa05d6a357f1bc2c58", "message": "KRACOEUS-5726\nundisclosed events - code cleanup\n", "proba": 1.0500439628913227e-07}
{"commit": "8fa36a757b14d9ff4fa0179330fdc9971b217283", "message": "KRACOEUS-6511, KRACOEUS-6513\t\n\n", "proba": 1.7985173599299742e-06}
{"commit": "719970cbeb765b5b36f539bf3b3adb04b54e1786", "message": "Incorrect suggested level.\n", "proba": 2.0440855223569088e-05}
{"commit": "55ab2e77a4627fd58ee4388055ca88c41cf1b3bb", "message": "Provider which insert a Boolean object with value true or false in model\nif the configured assertion matches current request.\n", "proba": 1.0452801291194191e-07}
{"commit": "34a0311e37b68c3ec332f434932b65f70493b143", "message": "+ added try catch for SecurityException and stopSensor in case of it\n", "proba": 1.244527396693229e-07}
{"commit": "7f172827e621c9c3cb366f5389103d26bfd784f8", "message": "Abstract class providing method getCoreDb. This can be used by an inheriting class to test, if the funcgen data is in sync with the data in the core database.\n", "proba": 1.0886891743666638e-07}
{"commit": "0a41cf76fb8552d74147ea8c7ff20eae6002e788", "message": "Added new mode: Combo Race\n", "proba": 1.8493669529107137e-07}
{"commit": "25f9345fa2c1c4f79a1e51a839604ea838f5a435", "message": "add test for QuoteAwareStringSplitter\n", "proba": 1.6162805138719705e-07}
{"commit": "4cccdf822224e4ae71d8bd0c5abd9383385b29ab", "message": "Added tests when the DB is empty.", "proba": 1.1424565116158192e-07}
{"commit": "bd755a2a4bfba5dfa46c05d1d3b813710b992259", "message": "Removed duplicated accessors to 'name' from CertificateInfoImpl\n\nSigned-off-by: coduz <ded987c534c96b462feeee54a345bec2d025746a@eurotech.com>\n", "proba": 1.1795945908943395e-07}
{"commit": "b698b466e413b2dd72a0c3f999b5c5cb052f124a", "message": "* commented out execution timers\n", "proba": 1.5703011513323872e-07}
{"commit": "c4921dc214ac5647f3f123697239cdf871b69572", "message": "Implemented tests for MessageIrcImpl.\n", "proba": 1.1915943076701296e-07}
{"commit": "ba3910360f4f2dd070e0ad0af453c419c5ce36f3", "message": "[233599] [misc] Compiler warnings in JSDT plugins\n", "proba": 1.2885324451872293e-07}
{"commit": "c0faf0e518b27efd5a21b3218aea2c591effa511", "message": "JUnits added\nChange-Id: If848e0ed63a350c04f112af2a9c255eaea37bc0a\nSigned-off-by: Anirban Roy <3648dc0545e46d928bffeaf56413abab9d359cfc@sap.com>", "proba": 1.2590918174737453e-07}
{"commit": "2434314e9a1910d2565f0093b165c7f1cf208b7f", "message": "Add test to ensure edge cases around batch threadsize calculation (#133)\n\n", "proba": 1.0660225058245487e-07}
{"commit": "319391af9ddd341bbdae1d25fcc8b7409159e87f", "message": "Unit tests added.\n", "proba": 1.3190866354761965e-07}
{"commit": "41c63493a0ddb626def686ca710859da6b014141", "message": "Actually add new plugin goal :facepalm:\n", "proba": 1.1119948339910479e-07}
{"commit": "94a88f6ca2e38e957c29a9fb6ccaa564a027fe8b", "message": "[205516] validation errors for attributes are not underlined in editor\n", "proba": 1.480519813412684e-07}
{"commit": "5123dc394b1b962bc75c5f88d9c167c3ca670c3e", "message": "Added test case\n", "proba": 2.425084062451788e-07}
{"commit": "20a6736921c9a0f3b1f22d63fe16e2f79760f5fc", "message": "-m Adding Hive Query API\nSUBUTAI-673\nSUBUTAI-664\n\n\nFormer-commit-id: d52c62c14c4ce690587e480d9179c19bb5f52700", "proba": 2.437065802496363e-07}
{"commit": "6293735d396549f38e86505f03d57b55be5cf1bb", "message": "+ added more stability to AccelerometerSensor\n", "proba": 1.205119701808144e-07}
{"commit": "9a6720b0ef1bd68e0c896dbe34506d3c055787e4", "message": "add round scale ramp\n", "proba": 3.5267134990135673e-07}
{"commit": "6cb36a79641675a1375341a8c0d2e7a37edfe59b", "message": "GEODE-6061: Add more test coverage on function with transaction. (#2861)\n\n\r\n", "proba": 1.1564063129299029e-07}
{"commit": "246d6db3b66e576aeba2503048f60476ef809c37", "message": "Renamed dao.hibernate to dao.hibernate3", "proba": 0.9999823570251465}
{"commit": "96dd77dcd9f23fa23f5f2859a97dc387f51f7413", "message": "IFS-2727 added InterviewPanelInviteServiceSecurityTest\n", "proba": 1.4230933231829113e-07}
{"commit": "0ad04ce83c02f084099161ad51943753059ff629", "message": "adding missing file\n", "proba": 3.4879544728028122e-06}
{"commit": "c07793ee0f5e2e08a47444e0b9970dc2b2437249", "message": "Atualizacao autom\u00e1tica\n", "proba": 1.5049522517074365e-06}
{"commit": "34adccb165758fd90359fa1568e67ec2150ee490", "message": "added custom view (Checkmark Progress View)\n", "proba": 1.083322231920647e-07}
{"commit": "0cac8be8c1be557fee658e8e797c6157c1397494", "message": "added support for booleans and strings (not only numbers)", "proba": 1.618415268467288e-07}
{"commit": "69f4027341708b0f63c1099ff3075054e075565c", "message": "Error Message Converter", "proba": 6.336874207590881e-07}
{"commit": "517b1caa282cea9184973e2460c0baed8433d2f2", "message": "Keep the history of the spring collector now that the core is extracted as a generic component.\n", "proba": 9.764998054606622e-08}
{"commit": "307089ba8a982d09902f4c5322d215677da3df72", "message": "fix mime type ontology mapper test to be compatible with vertexium 3.1.1\n", "proba": 3.272847095558973e-07}
{"commit": "1c413b900a08f4045375298ce99e6183bc207169", "message": "added test for finance util\n", "proba": 1.5587379209591745e-07}
{"commit": "54522b0a36ccd4148a579df8d0d10af2d8cab701", "message": "4339: NPE in taskView inline edit when there are no custom fields\nhttps://q.tasktop.com/alm/#projects/c2c/task/4339\n", "proba": 2.958071547709551e-07}
{"commit": "d682b8572cd5e064e0fa3c776bd91b8c84317241", "message": "#POULPE-371 Unexpected behavior on click back button in browser. - tests\n", "proba": 1.1420392809213809e-07}
{"commit": "d31744a82245cc36e38c3b0c0d7d1b286659e3dc", "message": "4563: Code formatting can take a long time on large changes after first\nview\n\nTask-URL: https://q.tasktop.com/alm/#projects/c2c/task/4563\n", "proba": 3.9085229218471795e-05}
{"commit": "96c6870d7f890685602294f9000a155c842df1e3", "message": "#1065 : added as AE service authorization helper\n", "proba": 1.4531154590713413e-07}
{"commit": "0b5736f8b9a613f566cd86b6e7175e3a0f535c22", "message": "Created TestDefaultToDimensionResourceAdapter.java\n", "proba": 3.514186914799211e-07}
{"commit": "ea8589c3ae85d8ce221da7309ddf0e00507fdcbe", "message": "INTEGRATION: CWS tleamisc (1.1.2); FILE ADDED\n2004/08/10 16:06:56 sw 1.1.2.1: #i24707#\n", "proba": 1.1426842405626303e-07}
{"commit": "c987a524140596d97518fb6c099ddadccd735576", "message": "INTEGRATION: CWS qadev6 (1.1.2); FILE ADDED\n2003/05/21 11:23:51 sg 1.1.2.1: #109819#: changed tests for new component names\n", "proba": 1.308719106418721e-07}
{"commit": "92a79093f2daddb9c51751e82b25e0e71746ed1b", "message": "Update DecrementalWordCheck.java", "proba": 2.7684819770001923e-07}
{"commit": "c40aa29aa08153d70f5e82ac62ee022c085c0dc3", "message": "A simple main class for dumping all interesting logs found in the db dir.\n\n\n\ngit-svn-id: e3bca9489cf46db47b79c627b0e5ee31ff3e89ed@5164 0b971d98-bb2f-0410-8247-b05b2b5feb2a\n", "proba": 8.783270459389314e-05}
{"commit": "54d894e5e66436a0fee1a0bf2a1132d47c59bca2", "message": "Port r7119: Integrated tests for the OSGi-provided datasources. #1878.\n", "proba": 9.883082441319857e-08}
{"commit": "4a2539392274f808933139beeae7f3885aefa7f0", "message": "SSEC-37: added user directory service\n", "proba": 2.733964095114061e-07}
{"commit": "c595948b782059ef984f53c705968141b8342c86", "message": "configuration via API\n", "proba": 4.814141902897973e-07}
{"commit": "ffb66c2a21913774ffe2d874ee18ec2f3ac975e1", "message": "Narrowed the imported packages scope. Renamed few variables for readibility.\n", "proba": 1.0638390079975579e-07}
{"commit": "531bd26a6ecf3631e90daed19ed2734dfaf1055d", "message": "developer sub app logger first part implemented | Compiling & Running\n", "proba": 1.2170146135304094e-07}
{"commit": "e2671dc7f27760bf5ffe787c278da018af203c09", "message": "add Rotate Image solution\n", "proba": 2.472230846706225e-07}
{"commit": "5a3081dff9e6007716f740698bfafef086280d3e", "message": "homework\n\nA program decides if the letter is an uppercase or lowercase and if is a vowel or not, by using if statements and switch statement.", "proba": 1.0131103636012995e-06}
{"commit": "d0f0e20b90a3d86791bca7e1baa6b2e7c7021390", "message": "weather\u754c\u9762\u5b8c\u5584\n", "proba": 1.2955302963746362e-06}
{"commit": "40a130b77241d316863daf790e517d6cd409579b", "message": "Added CursorRecyclerViewAdapter\n", "proba": 1.3480877214533393e-07}
{"commit": "31519b70ff451acd2db5b41dc6eb6b922420fcd6", "message": "for #2722, add test case for ParenTest\n", "proba": 1.3782810981410876e-07}
{"commit": "f80043f444cec2376ce49027fa1abdf5028055ec", "message": "Add missing delete permanently action", "proba": 7.106985435711977e-07}
{"commit": "a024bfadd6787cecf0e2c5e35c1faa27cdeaaad8", "message": "smtpResponse ReadStatusCode fix to read 4 bytes\n", "proba": 2.24450502628315e-07}
{"commit": "e8a19566d4c079ded7160b14e08792a813afca86", "message": "fixed cep context paging\n", "proba": 3.9763691006555746e-07}
{"commit": "b620c52ab7c4fe9751e2bea4e8f2eb18e2142d33", "message": "DA-6 Fix typos in logging messages\n", "proba": 0.00027611732366494834}
{"commit": "cfcff00238289834955a7178bbc9f8031f535080", "message": "4970: Support extension of AuthenticationRoleProcessingFilter\nTask-URL: https://q.tasktop.com/alm/#projects/c2c/task/4970\n", "proba": 1.7963937182230438e-07}
{"commit": "751f1017c5c79be71cfef7a0bdc6272ea48881dc", "message": "[streaming] Adding unit tests for the grouped windowing invokable.\n", "proba": 1.0747974954483652e-07}
{"commit": "387ec18c36ddd3f38ef80de9d94e5971c338b58e", "message": "cosine distance between two texts\n", "proba": 0.0002922352869063616}
{"commit": "85a97a360d6117e0a304c1d92b50e65bec017205", "message": "add TestRegistryCenter.java\n", "proba": 4.303844605146878e-07}
{"commit": "72eaab35341d14ee58523786c5d62caa53123745", "message": "Revert \"Removed Java 8-only call #22\"\n\nThis reverts commit 01b68515872c7e095774eff336f23405009b5015.\n", "proba": 1.156275075686608e-07}
{"commit": "d776c11ebc67bf6f545345d719148b558bd66fce", "message": "Create Reverse String.java", "proba": 0.0014792158035561442}
{"commit": "7bd5a2ac5cbbe80146ae2971889cd742c1844679", "message": "Fixed some formatting issues.\n", "proba": 1.3498244300080842e-07}
{"commit": "be81a544d1a5e5568d406fde632ecc27bf1783ef", "message": "Fix provisoire sur l'encodage des ancres par Wicket. https://projects.openwide.fr/services/svn/trac/iota-intranet/ticket/579\n\ngit-svn-id: fce87830442b47284c88b98f498bb381ff6d45ea@3529 d3474844-eb8e-4abc-b058-2b321fed648b\n", "proba": 0.003551148809492588}
{"commit": "4486612bae12fc4153c3e8ac3afe2c01e2fcce67", "message": "Avert output compilation for pending tests.\n", "proba": 1.289697877382423e-07}
{"commit": "5db74ebdd0e894f6fff8d6c7b9139e884cf96c00", "message": "Ajout d'un AbstractGenericListItemComparator.\n\ngit-svn-id: 317c7b6ea9a0016e15d9372f7eb7e8aa97d3c3a3@2425 d3474844-eb8e-4abc-b058-2b321fed648b\n", "proba": 0.7911062836647034}
{"commit": "defe39557c6d920df3d8e6d326f5b896dc37ef8c", "message": "report des modifications faites pour pouvoir utiliser les Select2 sur des Set\n\ngit-svn-id: 317c7b6ea9a0016e15d9372f7eb7e8aa97d3c3a3@2599 d3474844-eb8e-4abc-b058-2b321fed648b\n", "proba": 6.558905170095386e-07}
{"commit": "33ebb2b4f6b5e5296756be096900a451b399eef6", "message": "feat (clrs.ch19.s1): implement heap node\n", "proba": 1.4880220078339335e-07}
{"commit": "da36f8e6468e21ded4440240ead5919831b48b85", "message": "Add login handle\n(cherry picked from commit 5548394)\n", "proba": 1.1440003078178052e-07}
{"commit": "cbe9e201f4a7d7c47598f54bc3d4bc27fafb47fa", "message": "Test Sample : Test Stub (2)\n\ud14c\uc2a4\ud2b8\ub97c \uc704\ud558\uc5ec \ub300\uc0c1 \uc778\ud130\ud398\uc774\uc2a4\ub97c \uad6c\ud604\ud558\ub294 \ub354\ubbf8 \ud074\ub798\uc2a4 \uc0dd\uc131\n- \uba54\uc18c\ub4dc\ub97c \ud638\ucd9c\ud558\uba74 \ub85c\uc9c1\uc5c6\uc774 \uacb0\uacfc\uac12\ub9cc \ubc18\ud658\ud568", "proba": 2.0652636578688544e-07}
{"commit": "5682c4cb06134a3183039bb459208255b248cb74", "message": "adding session mgt admin service\n", "proba": 1.462813656871731e-07}
{"commit": "d139b899f79b3151b73033777f7201d6a15bd962", "message": "don't show numbers on control sliders\n", "proba": 4.157925559411524e-07}
{"commit": "63d3ddc4df491e88a73f41dda24fffaaa1f9f77b", "message": "SideBar \u5b57\u6bcd\u5bfc\u822a\u680f\n", "proba": 7.064642773002561e-07}
{"commit": "8c58a3b5629512341215c65e16bae43e8af33d64", "message": "Cleaning up the variable names", "proba": 0.999988317489624}
{"commit": "813be691992a9a45273c73d3a06cc2cba499bd80", "message": "Clean code\n", "proba": 2.8785593713109847e-06}
{"commit": "4df452930b783cd95f146b50a2bd29a1ef61ea00", "message": "add ExpListFragment to support lib\n", "proba": 1.4695784500418085e-07}
{"commit": "e44cdfa3a33d9a8d5667c51f9591dc47a8eb9b0d", "message": "moved checkArguments position", "proba": 5.056400596004096e-07}
{"commit": "cd4005de3d4f8b013d65709161c8fd1c3acc4f89", "message": "create file appender if one does not exist instead of failing\n\ngit-svn-id: 093fa4c7fa7b11ddcea9103fc581483144c30c11@3491 5b74d2a0-fa0e-0410-85ed-ffba77ec0bde\n", "proba": 3.625381214078516e-05}
{"commit": "d8873a6f9cedcf1c8f1c2e0e97aaf6d03024f6da", "message": "Added skeleton rendering engine\n", "proba": 2.3644696511837537e-07}
{"commit": "760c6d58a940033bf7e17419ccbe6f80a1028995", "message": "added gui class for biopax\n\ngit-svn-id: 6d8cdd4af04c6f63acdc5840a680025514bef303@910 4f21837e-9f06-0410-ae49-bac5c3a7b9b6\n", "proba": 2.996898444962426e-07}
{"commit": "2f850fee0fe63fe8dc6f78f1d325a8419372f0cd", "message": "Add simple abstraction for generating X.509 certificates.\n", "proba": 1.8106555899066734e-07}
{"commit": "c84b015884e4a31c23daf98911bab2861b5986b9", "message": "Use linked hashmap to have predictable order of long-running connections\n", "proba": 6.2281554846777e-07}
{"commit": "babd1c9bbfedd499fdd34130c55b1ae3047de882", "message": "bug fixed for castToDate\n", "proba": 2.352187493670499e-07}
{"commit": "167f39f60618c8bd3faddc7118f36635653b0866", "message": "Documentation\n", "proba": 6.194427442096639e-07}
{"commit": "6d898eebf5390494ec9aa08c599f56542a4e42e6", "message": "Added new QuarterSkin\n", "proba": 1.3365895767947222e-07}
{"commit": "a7103afc1bdd5d4ac08ad98d1d76c5054a0fc159", "message": "Fixed getting data from peer\n", "proba": 1.2761150003370858e-07}
{"commit": "76039122d6dea601b8c3aa79f86dd30c57d15d2c", "message": "Sketching new SetMultimap interface.\n", "proba": 1.0943123385231956e-07}
{"commit": "f7f7f0f534d1e9caeac491f56ac901abcc4d73c9", "message": "#231 exception for getToken\n", "proba": 1.6459377150113141e-07}
{"commit": "76753a017fcddebb2ca240036fd7c7a357eb8f98", "message": "JSchDownload: add whitespace lines\n\nAdd clarity from status updates\n\nSigned-off-by: Paul Campbell <eb1adf91cf6056836646f7085441f3face4678c2@fife.ac.uk>\n", "proba": 2.3053681275087e-07}
{"commit": "7fd37fa35f562a9e655857fe7e00bd0da66b82bb", "message": "wip...", "proba": 1.452062576845492e-07}
{"commit": "ec9ef4c37d09b3999d9aa3c7c83625b6c69db5d9", "message": "fix endpoint\n", "proba": 3.560925733836484e-06}
{"commit": "8404b311e9d18c8b9b9e4e232bd1fa74a59bd269", "message": "ok this is probably gonna fail", "proba": 1.8770468557249842e-07}
{"commit": "dbe02f0832a52d54c3c3111ac108647712ce7542", "message": "77-change: create document", "proba": 1.6356196397282474e-07}
{"commit": "b2a09dd29f1940840c6a851842b428a7b9964d71", "message": "probando ", "proba": 2.161049906135304e-06}
{"commit": "222ee33571530592d3cfcdaed1ba15ffa6ade4a2", "message": "WritePorter.java\u3092\u8ffd\u52a0\n", "proba": 5.89158389630029e-07}
{"commit": "d53dd1e40d9921b4143530565f66ca7d5e6fe51a", "message": "Add Initialize Database\n", "proba": 6.808847388128925e-07}
{"commit": "520584e1f5e46e09ea0f94764eeb6dcb12ec6e19", "message": "completed server class\n", "proba": 5.427612563835282e-07}
{"commit": "6fe4b6d42d7a7484364d78bd29679bf073c16b69", "message": "DFS/BFS\n", "proba": 8.69191535457503e-06}
{"commit": "f500208c264b5e4df8ed4e53946e2da587ccc3aa", "message": "Lazy initialization\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@251861 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.7845561564608943e-06}
{"commit": "288a7d3ac66a958971f5f72aaad4b266268a6bc5", "message": "Fix Axis Serialization Problem\nSubmitted by:\tJames M Snell <jasnell@us.ibm.com>\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@245901 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00013368412328418344}
{"commit": "348a5826e773414f5b9f754a5088022506eec7cd", "message": "Updated P3", "proba": 1.8523394373914925e-07}
{"commit": "655274126a2675666a7041aaed085ae32525f7f6", "message": "feature: add unitTest for FaceDet\n", "proba": 1.703687786402952e-07}
{"commit": "e5dc6a826b15a06a3753558ee4b3623cda8bc6b5", "message": "\u0418\u0441\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0430 \u043f\u0430\u043f\u043a\u0430 \u0441\u0438\u0441\u0442\u0435\u043c\u044b. \u0418\u0441\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e \u0432\u044b\u0431\u043e\u0440 \u043f\u0440\u043e\u0432\u0435\u0440\u044f\u0435\u043c\u043e\u0439 \u043f\u0430\u043f\u043a\u0438", "proba": 5.40738801646512e-06}
{"commit": "59c7e374eaa21b96c9e36d1b57598d9e86b48c5e", "message": "Create ExcelTransformer.java", "proba": 3.096013756476168e-07}
{"commit": "03228fa8f950dfee3f679d280f98d040dea397dc", "message": "Allow response payload on RIL_REQUEST error\n\nHandle response payload while RIL_REQUEST returns error.\n\n\tmodified:   gsm/GsmServiceStateTracker.java\n", "proba": 2.069677748295362e-06}
{"commit": "b102cd4c18dafedf23f4935d951b1721811f90f3", "message": "Committed.", "proba": 8.707136203156551e-07}
{"commit": "ccd3e5dec96ceca0530c7940978a10cdc8e64fab", "message": "Solve problem 198\n", "proba": 0.9999610185623169}
{"commit": "cffbcdf7e0152a4960e6d4c22c37c801e1a8790b", "message": "Skeleton for problem 704\n", "proba": 2.469511457547924e-07}
{"commit": "2e653c38f7a8a99d8e3140a1aa62f248ed64627c", "message": "added dawg.java ..\n", "proba": 1.1103924890676353e-07}
{"commit": "9cf8c4e2d79a7ea1f81ca2e670defd72b20ddaca", "message": "Ejemplo de Flujo de Bytes a\u00f1adido. Stream example added.\n", "proba": 9.951216384251893e-08}
{"commit": "be2d2eee29840d4a783178b4e230aa65c8a2d236", "message": "https://pt.stackoverflow.com/q/126016/101", "proba": 7.630058007634943e-07}
{"commit": "7ba15d07eef8c8e63bb3ac48a2f2d72bf9709b74", "message": "LeetCode 35 Alternative\n", "proba": 3.202087555109756e-07}
{"commit": "23992ca9339fde02f7168210b0574dc540584b4f", "message": "- 813. Largest Sum of Averages (medium)\n", "proba": 0.9965493679046631}
{"commit": "595615124f982b418bf0f634c18452ec06a49829", "message": "The class that performs the reaserch\n", "proba": 0.0004736998525913805}
{"commit": "3798eb355584e63c79f663082a22b139a56f9e00", "message": "-Se cambio el test de proyecto", "proba": 1.5577600720462215e-07}
{"commit": "8b9fbfcef81a173a6d954c95c9f925dd2c33bd2b", "message": "Completed an implementation algorithm called Strange Counter\n", "proba": 6.078208798498963e-07}
{"commit": "a94d67eff64a3ea1219f99385a5d2e44582e1add", "message": "Added Cli.java\n", "proba": 2.1173674724650482e-07}
{"commit": "0d0bf1165a3feab898c3c4baf2d1268ff2aee8b7", "message": "Create CookieManager.java", "proba": 2.3065235836838838e-06}
{"commit": "47608cf16cf80a569488857fee88c295ba2bf2ab", "message": "initial implementation\n\nThis used to be revision r1237.\n", "proba": 1.1110090269994544e-07}
{"commit": "827dd801334de00eb704303431c5d056f709c344", "message": "added project operator", "proba": 1.5338740411152685e-07}
{"commit": "8676cf85701c251e8721f0e789a0082882bb5e3d", "message": "New kind question\n", "proba": 0.00021526032651308924}
{"commit": "67d9b9579a0a6620acba37094e632979bf9b974f", "message": "BOJ #11932: \ud2b8\ub9ac\uc640 K\ubc88\uc9f8 \uc218\n", "proba": 2.6128350327780936e-07}
{"commit": "62466d93f47c789276f029d4656a9268b9c12a37", "message": "BOJ #15000: CAPS\n", "proba": 0.0002531211357563734}
{"commit": "3ef16412cd9d4002723b674adcac60797b73407c", "message": "BOJ #16120: PPAP\n", "proba": 1.7021088751789648e-06}
{"commit": "04de295493b53a2fa9d02895da542f0b7d4420a0", "message": "rectangle area\n", "proba": 8.11800236988347e-06}
{"commit": "94749dc698dc5be90856f084790bf96965790ad1", "message": "Dynamic Programming\n\nhttp://articles.leetcode.com/best-time-to-buy-and-sell-stock/\r\nhttps://www.hackerrank.com/challenges/stockmax", "proba": 3.034984956684639e-07}
{"commit": "8ff0d1921221d29533c4a1d67fcf43797b11efa4", "message": "Added the ThreadPoolApp file\n", "proba": 2.183773801789357e-07}
{"commit": "1a20d43c6c1ea66c5de5ceae0f3aff020c6b5a2c", "message": "bug fix", "proba": 8.047648520914663e-07}
{"commit": "a9c1ce39ac8c2bcab3822e15cbfe4ea9358f2044", "message": "Adiciona thread trabalhadora de desenhos dos amigos tipo mulher", "proba": 2.595054695575527e-07}
{"commit": "bac11209b430e1d85ab07ca9305fa9628bc663ef", "message": "feat: add no.257\n", "proba": 0.00294801639392972}
{"commit": "a5782c5662064d48d66cba37fdddd17890e7fc90", "message": "Fixes #716\n", "proba": 1.886414366936151e-07}
{"commit": "ec985038e06bac0f172d60e5d6695b9d19978765", "message": "This should be disabled.\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@619098 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.958572622446809e-06}
{"commit": "c2aa07040cc6b6cd4e89cfd3c471cbc8f8f89c2f", "message": "Fixed AXIS2-4930 - Set Service CL as the context class loader to load JAX-WS handlers.\n\ngit-svn-id: d6acb143e251c037dab5ea34394f8439daf45588@1208901 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.393902592411905e-07}
{"commit": "42aec127bb33d2251ce9b1012a3fd1fdbe005bd7", "message": "Fix invalid test case: usage of namespace unaware XMLStreamWriter methods are not allowed in OMDataSource implementations.\n\ngit-svn-id: d6acb143e251c037dab5ea34394f8439daf45588@1743900 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9996819496154785}
{"commit": "b3d4a2aec50387f04ee6f5bfe1e97277c7502f92", "message": "Some code simplifications.\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@775279 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00924457423388958}
{"commit": "3e4885d333ef0cf300ae277c1de2458b3023d7c2", "message": "Fix call to equals that could never succeed.\n\nCaught by Error Prone.\nBug: 29045331\n\nChange-Id: I5901a3ca06e0cc85620f596cfa4178f5ad61d1a7\n(cherry picked from commit edf2f5747b9adc3399b59eb478c94641b1021222)\n", "proba": 2.3417773320488777e-07}
{"commit": "9bbaa1564b81e97d3c26ad603a0d67789f275ed5", "message": "am 45660662: Merge \"Workaround unknown ERI indices.\" into gingerbread\n\n* commit '45660662e61e8cc3ff13144668767a86d1d5b7f4':\n  Workaround unknown ERI indices.\n", "proba": 1.2402613265294349e-06}
{"commit": "25c0e69287c479253b7520304ee4508aa05acc62", "message": "am c57f0d3e: Merge \"Haptics for PIN enter key\" into jb-mr1-lockscreen-dev\n\n* commit 'c57f0d3e540f916f629d160148231bb38d3deb64':\n  Haptics for PIN enter key\n", "proba": 4.0415537228000176e-07}
{"commit": "f23dbd2645bf055f1f1a71e988908f44716a07c2", "message": "refactor: remove useless variable\n\nit was used before but the has changed\n", "proba": 5.609060735878302e-06}
{"commit": "4c9eb39e8bbf63d446a59c12916731d8efa95a3a", "message": "am 2879d274: am ca338578: am bdf2d1fa: Merge \"[Fix Potential for error]:\" into mnc-dev\n\n* commit '2879d2741fe2b0f26e18b47d11254d59a27bedc8':\n  [Fix Potential for error]:\n", "proba": 1.6044215556121344e-07}
{"commit": "30fce1c0ab4f0d3dc4f927699888165ac9d21706", "message": "Get rid of getTypesVisibleToCaller log spam. am: 02bffab9dc am: 1fd46d1581\nam: b45f1b8ad1\n\n* commit 'b45f1b8ad10cf30ab8f2ab8ce8fce5f59d3b5e7a':\n  Get rid of getTypesVisibleToCaller log spam.\n", "proba": 7.247421081046923e-07}
{"commit": "8bd088f590fe7afd96a8deee824223b26b42203f", "message": "am 361b2d69: Merge \"Fix crash in fingerprint and problem where directory has wrong selinux label\" into mnc-dev\n\n* commit '361b2d69eef8cb19994a17fb317b7b84ea5b0b95':\n  Fix crash in fingerprint and problem where directory has wrong selinux label\n", "proba": 8.100980721792439e-07}
{"commit": "53ca604a1cfbbc955a2411670d1185756a05234f", "message": "Bug 240: Added a new class that handles the GetDoc call when the quoteline should be implemented in the textdocument.\n\n\ngit-svn-id: b7e9aa1d6cd963481915708f70423d437278b157@964 bd66a97b-2aff-0310-9095-89ca5cabf5a6\n", "proba": 9.666275218478404e-06}
{"commit": "4515fa19a6614edd48d8588903066f7fdf28fcc5", "message": "+ Implementation of a 'KeyTreeUpdater' which filters each item that isn't completed.\n", "proba": 1.0139167017086947e-07}
{"commit": "c0562ee3ff637da2164cc0e53a2b10c9b9db6994", "message": "am 06addd1a: am 60760d71: am 342540c0: Merge \"Add tracing to GLSurfaceView\" into mnc-dev\n\n* commit '06addd1add323afa1c9a1a8d233f7dc7d72170c7':\n  Add tracing to GLSurfaceView\n", "proba": 2.9008128876739647e-07}
{"commit": "1b4ecc63c4eceb7c125d4e749fd5f747d99d6ec6", "message": "Fix deadlock when switching between two GLSurfaceViews\n\nSome devices only support a single active EGL context.\n\nOn those devices, when a second activity that uses a GLSurfaceView\nis started in the same process, the second activity can potentially\nhang in GLSurfaceView.onWindowResize waiting for its GLSurfaceView\nrender thread to draw a frame. The second activity's render thread\nis waiting to acquire an EGL context, but the first activity's render\nthread doesn't know it should release the EGL context.\n\nThe fix is to detect the potential hang, and ask the first activity's\nrender thread to release the EGL context.\n\nChange-Id: Ibb342c68772297744c973bcf5010581cd132db67\n", "proba": 0.003966902382671833}
{"commit": "755c7598079427766c3c83063f8e2f8df4043630", "message": "am dc49acb0: Merge change Ica8c305a into eclair\n\nMerge commit 'dc49acb0289cab2a6e0d73e66b69516605893e28' into eclair-plus-aosp\n\n* commit 'dc49acb0289cab2a6e0d73e66b69516605893e28':\n  More GLSurfaceView cleanup.\n", "proba": 1.0827025676007906e-07}
{"commit": "ce18637e58476611a8c570d0bb26a3791dcadab1", "message": "updated comments\n", "proba": 1.351994001197454e-07}
{"commit": "32693ac9a0bd2d62a2b3a8b7a2ebe1611913699a", "message": "Create GrayTestLevelBuilder.java\n\n\u10e1\u10d0\u10e2\u10d4\u10e1\u10e2\u10dd level", "proba": 2.1738519251357502e-07}
{"commit": "6f418467f8c2b36687b5261a4cb80fee879bb438", "message": "Problem 6 Sum square difference\n", "proba": 0.001289015170186758}
{"commit": "413f064fa41ebcca43b408f0671078927bc6964f", "message": "Added so operator can control gather motor using the y-axis on the operator joystick", "proba": 1.77792216504713e-07}
{"commit": "3e84df2137db6aebb41fd0cb0862b554ab7a51b5", "message": "servers:adedd torture test for replicated files\n", "proba": 1.9085472047208896e-07}
{"commit": "0c95f58deec125766e972920da88af5516d62374", "message": "removing old non applicable test\n", "proba": 7.982037004694575e-07}
{"commit": "23c007040b278766efd52a299b921bb47fe04ce2", "message": "run on different port\n", "proba": 5.435330194814014e-07}
{"commit": "a81729af914f35e40dcd30362b32ee9eeea90e34", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "fc02374d1de22260d385be3d7d1c6c5026c67b9f", "message": "Added comments for DumpsterMapService\n", "proba": 1.285334150225026e-07}
{"commit": "718ba6e613abe9a5232558f50898bcf6a91697e3", "message": "230. Kth Smallest Element in a BST\n", "proba": 3.100061576333246e-07}
{"commit": "ee229ce6d309fe51c48e364d51affa4927c52b26", "message": "random comment\n", "proba": 1.7182965450501797e-07}
{"commit": "afca45767a1252fff93a674f2b6f66afaa04e70f", "message": "update lesson 4 block queue\n", "proba": 1.2568496288167808e-07}
{"commit": "92cd85d59ad2b0e6d15c6e1656725c3bb2712888", "message": "aip provider email\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@7276 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 7.968285444803769e-07}
{"commit": "adeb6715ee4b02f080e30914ecd919d0ede3a074", "message": "Add geohash precision\n", "proba": 0.0012409496121108532}
{"commit": "721b7d6e52a6d0bba0d8303b5d0a6dd51b8067ea", "message": "\u53d8\u91cf\u547d\u540d\u89c4\u8303\u5316\n", "proba": 6.189774239828694e-07}
{"commit": "34c53c23fe2e61f557b65ddeb84049fa2c673bf4", "message": "Add solution to problem \"Longest Valid Parentheses\"\n", "proba": 0.018508167937397957}
{"commit": "4549fad459be09206a21cffdf5489745533dbd8c", "message": "#228 Rerun deprecated\n", "proba": 1.3723578717872442e-07}
{"commit": "d354007e91228e2b6fef8d78c363b4ea2399444b", "message": "topcoder->srm372->dietplan", "proba": 8.516856269125128e-07}
{"commit": "20302c60303c9737e63b0cc6905dba34f7c76db0", "message": "Add java8 parallel merge sort perf test. It's about 15% faster than the fork join merge sort implementation\n", "proba": 1.6220246834564023e-07}
{"commit": "d06f3f32810422b4d21faf3d9fa27a3d55baafc7", "message": "Extracted the formatNumberWithDecimals to a separate method\n", "proba": 0.0031776633113622665}
{"commit": "44608019e2662593849aab0f76535b27adae00ea", "message": "Create 47. Permutations II.java", "proba": 1.6346104985132115e-06}
{"commit": "d8066b16bdf24e4173f2e781dcda3ce724182cfb", "message": "Create SpotCheck.java", "proba": 4.7201905317706405e-07}
{"commit": "78a3d1adddcc656aa2ed11d41f5dd9bb9aa7774b", "message": "refactored variable arrangement\n", "proba": 2.4402852432103828e-06}
{"commit": "32568bf7aeed684afd6a0bbb5e6ec024bdcd88b5", "message": "AppAdapter\u306e\u30b3\u30df\u30c3\u30c8\u6f0f\u308c\u5bfe\u5fdc\n", "proba": 4.885637281404343e-07}
{"commit": "bfae6f49eda193b2bb6a6ae9ba9f41491ea6242f", "message": "INTEGRATION: CWS jl59 (1.1.2); FILE ADDED\n2007/03/16 15:36:35 jl 1.1.2.1: #146463# test extension\n", "proba": 1.2134566418353643e-07}
{"commit": "f34b71d91aeb96a71d8d7e19012ce8673d5bbce8", "message": "Added Main.java class\n", "proba": 2.965562373447028e-07}
{"commit": "d56bc3ce61324269c15fd98498aee4c97cbb4028", "message": "leetcode : 64. Minimum Path Sum\n", "proba": 0.9988887906074524}
{"commit": "7232811ac35fcf349d0de9a91af6cee0ef694312", "message": "Faltou isso ai ;)\n", "proba": 3.8406292901527195e-07}
{"commit": "a83b8c63d8717fa17e53edcc022231d1f6a8302b", "message": "Create CacheUtils.java", "proba": 8.733274512451317e-07}
{"commit": "f3fb9b1f1398fceb82d2b89f5451a14db9837a63", "message": "Always format juli date and time stamps in US\nlocale (currently the class is only used by\nthe OneLineFormatter).\n\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1185020 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.922911107816617e-06}
{"commit": "b9cd94f586283a245dfec09805c4cd5d898094d7", "message": "Helper class used for space based client/server communications\n\n", "proba": 1.966715643675343e-07}
{"commit": "5ab6035a066d02cceb92a8474b027a03b64b4feb", "message": "- Use real network to test connection timeouts.\n- Set connectionAttemptLimit to 1 and connectionTimeout to\n  1_000 millis.Otherwise default values of 2\n  connectionAttemptLimit and 5_000 millis are used. This\n  can result with test timeout.\n", "proba": 1.259272011111534e-07}
{"commit": "17c9686c919781d74ac4fe820124301edaa5363a", "message": "HeapSort", "proba": 1.2871731769337202e-06}
{"commit": "622d137f791b17ca5ffac096add4e5ede49867c8", "message": "Promoting to Play with both iterative and recursive option\n", "proba": 1.8671399004688283e-07}
{"commit": "bcfd9fbb97ee7b19ce29f830b0138bfabd959754", "message": "Removed unused import Vector", "proba": 2.986296863127791e-07}
{"commit": "fd14ede6982e4d64b739f132bacaf95e9c5847dd", "message": "Create 8queens.java", "proba": 0.0003048905055038631}
{"commit": "d778c7168711bba557067e2f79a407737d77a4e8", "message": "finish problem 405\n", "proba": 4.6620618377346545e-05}
{"commit": "cded1f3861f6ffd7599cb723ec9bfb15facb8e12", "message": "Added WiiDiscoDrop for communication with wiimote", "proba": 1.2345056177309743e-07}
{"commit": "0b413e1786705ebae16e2b7ab307f2130100d4b5", "message": "Application should now boot up properly without NullPointerException.\n", "proba": 1.1124021170871856e-07}
{"commit": "4d14811f711b9c680cb07ef6e7a9e8183e37b8dd", "message": "- externalisation des seuils.\n", "proba": 1.3357409045511304e-07}
{"commit": "877b5f1042607be323288ce5df8205724b630dd0", "message": "Line 1332 simply created a new UnexpectedLiquibaseException without\nactually throwing it.  I've changed this to actually throw the\nexception so created, and have augmented the exception creation so\nthat the root cause is captured.\n\n\ngit-svn-id: a91d99a4c51940524e539abe295d6ea473345dd2@1982 e6edf6fb-f266-4316-afb4-e53d95876a76\n", "proba": 4.010816155641805e-06}
{"commit": "3aa9bee71d440b820e6d5fd8e498f9172130e9e0", "message": "The view that shows the available layers to the user for selection\n", "proba": 3.342306627018843e-07}
{"commit": "93c9b045b907749aa29eb28b926cdaaf864b3cb3", "message": "guard against misssing issueManagement section\n\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@481073 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.144112099562335e-07}
{"commit": "9a553a9ad89a2378ee06d7a1fe2d7daadc7aace2", "message": "\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@8179 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 39e81730c5d589bd4954c1b37e8d442ae0b76220", "proba": 8.33962189972226e-07}
{"commit": "27bf7623f2ed8cebd039b738e50270c40414fd3d", "message": "PL-7740 Do not require Entity for linkInvoke\n", "proba": 1.3887864724893006e-07}
{"commit": "bad16e62b32add8ac7085a6b77335647cec1fb13", "message": "PDFBOX-912: PDF signing interface and improvements\n\ngit-svn-id: c3ad59981690829a43dc34c293c4e2cd04bcd994@1092858 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.907515496668566e-07}
{"commit": "b62305412b5040fdd776a2a834dbc3a50480c274", "message": "Don't disable multi-user widget when Device Policy is enabled.\n\nWhile fixing this bug, I fixed a few other issues:\n- Always call showAppropriateWidgetPage(), even when DPM enabled\n- Always disable status view interaction, even when DPM enabled\n\nFixes bug 7294880\n\nChange-Id: Ia8495555c1940f2b38f42389558f46fde6aab775\n", "proba": 0.0001995471684494987}
{"commit": "777c9bcfb42adf0d36fbc1edc42285a7abc5ed52", "message": "Add SelectOptionByText step\n", "proba": 2.774815186512569e-07}
{"commit": "0a06136afe07715faea51692078efe00751d88d8", "message": "SENS: Aggiungi ITrackCrossing\n", "proba": 1.7363424831273733e-07}
{"commit": "c279e4fe4c3d5d00bc2f194df8a813beed2229b9", "message": "EPMCDLAB-1579 fixed canParse method\n", "proba": 1.5983371781658207e-07}
{"commit": "f28983d3a071d4b420886306853617c0264ca342", "message": "More Data Saver / Battery Saver modes cleanup\n\nWhen Battery Saver mode was first implemented, there were no firewall rules\non netd, so the solution was to make all network interface metered and\nre-use the bw_penalty_box chain.\n\nRecently, a fw_powersave chain was created with the purpose of\nseparating these 2 concerns, but some scenarios were no properly\nhandled.\n\nThis change further cleans up the code by:\n\n- Creating a updateRestrictionRulesForUidLocked() to be used when both\n  Battery Saver and Power Save rules need to be re-evaluated.\n- Renaming some methods to be more consistent with others.\n- Disabling rules for apps that do not have internet permissions.\n- Updating network stats only when process status changes.\n- Only updating Battery Saver rules when they changed.\n\nBUG: 27127112\nBUG: 26685616\n\nChange-Id: I75fbc9733b8989fadcb10ebc154e214e3d256fe9\n", "proba": 5.2765685722988565e-06}
{"commit": "3646cbdfe77ff37475259b39171aa49686c5501a", "message": "Update interface quota on the handler\n\nThis avoids making expensive netd calls while holding the mRulesLock\n\nDoesn't fix the problem of turning on hotspot while WiFi was connected.\nIt is no longer blocked on isNetworkMetered() call though.\n\nPartial fix for following bugs...\nBug: 27857665\nBug: 28201280\nChange-Id: I62f3c0b0571292cc1e156b48ce3329def41cdd07\n", "proba": 1.4179307754602632e-06}
{"commit": "c02fe8eae30c4ffce68e9122b986191d91f9e871", "message": "Get applicationinfo as user.\n\nBug: 27237907\nChange-Id: I84a07f035904c42f535ef30f2950788f5ac50aba\n", "proba": 7.145928293539328e-07}
{"commit": "32edae410f7e9fdb96119fba4fa674a046559249", "message": "am 052385da: am 8018e677: am 27997678: Merge \"Grant the default gallery app storage permissions\" into mnc-dev\n\n* commit '052385da414e1b18dae9b4532cc9d92d8246bd85':\n  Grant the default gallery app storage permissions\n", "proba": 4.0590438743492996e-07}
{"commit": "cf70baf27a3b87c30c4af1f6e825957494c4be3b", "message": "- fix selection inconsistency in STable.tableChanged()", "proba": 1.3506202378721355e-07}
{"commit": "79faf56904c5a9931d41a95ebd28c11e39ef0db3", "message": "21. Merge Two Sorted Lists (Easy)\n", "proba": 1.0418963114489088e-07}
{"commit": "68845e950c076f4238498fdb0623a9cef7ba384d", "message": "Added null check to fix GRAILS-236\n\ngit-svn-id: 29aad96320b2a07b98332cd568fc1316025c072f@1049 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d\n", "proba": 2.448417717459961e-07}
{"commit": "c3d18bb4b829483d3609c5a2ce3dea7100f64fbb", "message": "MinimumNumberofArrowstoBurstBalloons.java\n", "proba": 4.2617462895577773e-05}
{"commit": "5739d4ee900b51d3c67682dbd52decba6429f179", "message": "Update Solution3Test.java\n\nnew test method naming convention", "proba": 2.0686384516466205e-07}
{"commit": "7b9a6fe550e43e78ebc77bf0afba1270ca02a336", "message": "attempt #2 at uploading graph implementation\n", "proba": 1.375423863692049e-07}
{"commit": "e9b90b3c887fa1b5923122cc3b193f0f0345bec3", "message": "am 74e4a76e: am df73fd7c: am e50b091d: Merge \"Clean up the enter transition even if there is not entering fragment.\" into mnc-dev\n\n* commit '74e4a76e3607801d705566a85cd939d0751f5c09':\n  Clean up the enter transition even if there is not entering fragment.\n", "proba": 3.9147508346104587e-07}
{"commit": "1d7d0af9a1ee32f30018ed4892de58a83fedc067", "message": "DOC CHANGE: Add Content URI ref doc\n\nChange-Id: I859b4bdc9d78f1f5e5769fe3fee421af2ad85778\n", "proba": 2.8742497306666337e-06}
{"commit": "47d2b61ddb250eafbdd1eb43890f06ebab0d7057", "message": "fix javadoc building.\n\nChange-Id: I2f20b026f5438539ad459a5962da950598158728\n", "proba": 0.00011101028212578967}
{"commit": "3822f73a58af67ea7955f926c7d10335d86572c0", "message": "Add a convenience method for getting the media provider version.\n\nb/3350571\n\nChange-Id: I1280a49029aa75643397fab7113b4dd80b639809\n", "proba": 0.00028346251929178834}
{"commit": "505969145786457c1c6e45a39e7c4086f9f86945", "message": "am 248ca045: am dad32938: Merge \"Add INTENT_ACTION_STILL_IMAGE_CAMERA_SECURE intent.\" into jb-mr1-dev\n\n* commit '248ca045fc859062404ddad2e5c2ac42695370f2':\n  Add INTENT_ACTION_STILL_IMAGE_CAMERA_SECURE intent.\n", "proba": 1.6133219560288126e-06}
{"commit": "9688fdf51edb82a73e1a6d436bf7bce706c049fb", "message": "am fcf3d12d: Merge \"Typo in Javadoc\"\n\n* commit 'fcf3d12d701e41d6e46bae8c13776f56d54f90e8':\n  Typo in Javadoc\n", "proba": 2.0363282260404958e-07}
{"commit": "d93b998c92ce192ea4b99cdf0cecd74df742fbef", "message": "Fix a bug in OverScroller.setFinalX/Y\n", "proba": 1.00077454590064e-06}
{"commit": "8dec7df8f4cdb89f69602a4201433ab81010cf8b", "message": "update report\n", "proba": 3.868928786232573e-07}
{"commit": "24b85386cfcc48115a94dcab3db8939e72a3af1d", "message": "stuff\n", "proba": 3.4740248793241335e-06}
{"commit": "b0cd7c3c7f4f285f43e08ee2aeacdbd24b646ff5", "message": "!cfg music_channel auto; you can set it now (doesn't do anything yet though)\n", "proba": 1.1021128898391908e-07}
{"commit": "96a6f84d3dc3e97eb5bb9eabc017e9216c4b99e9", "message": "Empty deployment controller", "proba": 4.0741147699918656e-07}
{"commit": "8ed4b840e9824b499943259f2ec964cca6e14e62", "message": "Add a servlet to confirm Tenant table.", "proba": 1.214470728427841e-07}
{"commit": "7cc41e3c287dddc126fbc9a61be6dee5569f5082", "message": "Add plugin class\n\nThis patch adds plugin class to provide API.\nUser can get plugin related status using the below url.\n\n  $JENKINS_URL/plugin/rabbitmq-consumre/api/xml\n\nTo get full status, you need to add \"depth=1\" parameter to this URL.\n\nExpected status format is:\n\n```xml\n<rabbitMQConsumer>\n  <connected>true</connected>\n  <enabled>true</enabled>\n  <queue>\n    <appId>APPID</appId>\n    <consumed>true</consumed>\n    <name>QUEUENAME</name>\n  </queue>\n  <serviceUri>amqp://localhost</serviceUri>\n  <userName>USERNAME</userName>\n</rabbitMQConsumer>\n```\n", "proba": 0.002124215243384242}
{"commit": "25db96628fa0585a7aa64c4bd99abac5016bc887", "message": "KCIRB-641: Merging in Lin-Long's peer review suggestions\n", "proba": 1.1095287533180453e-07}
{"commit": "5d18c9f4c3bfc4bf0dade4c3e0c99bce9a3f9861", "message": "Jira# KRACOEUS-2987\n", "proba": 1.2887130651506595e-07}
{"commit": "db7ba746910703a86abaaa579c64349184916b44", "message": "Proxy serializer\n", "proba": 9.85071096692991e-07}
{"commit": "14318923050667a7835cd3953f6bbdcab8ffeca4", "message": "Changed to protected buffered image for canCloak\n", "proba": 1.5031004352294985e-07}
{"commit": "522c5cef32fae70b505bfe411edaf891192afac7", "message": "https://pt.stackoverflow.com/q/435867/101", "proba": 8.477999244860257e-07}
{"commit": "85e49b9f4797d9d08f7bb7e2dbc0a4470a4a2ea7", "message": "LeetCode 338 Alternative\n", "proba": 2.9262142220431997e-07}
{"commit": "4e0ab5461261209b98979360d2d9fb01be4a460d", "message": "Add 155 solution\n", "proba": 4.7511266529909335e-06}
{"commit": "7e170f9b19887421436740c83aa500539151bf72", "message": "am a20ca819: Merge \"Need to post-process all action icons to get the correct color.\" into lmp-dev\n\n* commit 'a20ca819cc169c4d8d16d01a4d8ff95df32d1994':\n  Need to post-process all action icons to get the correct color.\n", "proba": 1.446444315433837e-07}
{"commit": "dddace758239a5c531f1cb9387eba0fd27b93e08", "message": "Update TrafficStats docs to reflect behavior.\n\nBug: 8399623\nChange-Id: If9ccd305e8a077f318a09ac1bb160b8efbf903aa\n", "proba": 3.25696919389884e-06}
{"commit": "8804928e84ab31d64976e8a18f2b7274a64084dd", "message": "\u91cd\u8bd5\u5de5\u5177\u7c7b\n", "proba": 2.5488208166279946e-07}
{"commit": "5fd5ac4ba4476a6be16801d1871c27f499ca22ab", "message": "improvement\n\ngit-svn-id: 2f5d0debeaeeebd47b2e8ce113a1eb556511c9b1@297 952499c0-9860-4475-ab66-9e54cbe79f4a\n", "proba": 1.4243182704376522e-06}
{"commit": "bc35d66cc96b6fc372e0206f13fe0e2f7e0d999f", "message": "Copy subcall runner to abstract runner\n\nExact copy. committing so subsequent changes are trackable.", "proba": 1.1839132696422894e-07}
{"commit": "63475b7c7d76980d6128673a57fd4549424c9d60", "message": "Delete garbage class\n\nDelete garbage class", "proba": 1.0579416994005442e-05}
{"commit": "7517218d4c9bf88c8b967cd87d7017fb077b736b", "message": "Added help argument, added argument aliases\n", "proba": 2.1053686793948145e-07}
{"commit": "f28ab7a75b87eede9a051b736b79cc9d598219a1", "message": "am f270a8f3: Fix logic error in CarrierService.\n\n* commit 'f270a8f3d653be4a6b8f665e8211db4f39507bb3':\n  Fix logic error in CarrierService.\n", "proba": 1.6771353728017857e-07}
{"commit": "494565ad1b0efe8ab70d23c61866748a9de66337", "message": "Added check to make orientation calculations more robust\n\nAdded check avoid a division by zero resulting in NaN which in turn\nmakes checkFullyTilted to ignore high tilt angles from then on.\nIf (x, y, z) == (0, 0, 0) then there is no tilt or rotation and\nthis vector must be ignored. This check is extended to ignore all\nsmall acceleration values where noise can be of big influence.\n\nLow or zero readings can happen when space travelling free falling,\nbut more commonly when shaking or getting bad readings from the sensor.\nThe accelerometer is turned off when not used and polling it too soon\nafter it is turned on may result in (0, 0, 0).\n\nChange-Id: I19aec653abb8ab6f7126778035c8c96449f1326f\n", "proba": 7.393166015390307e-06}
{"commit": "4938d7916042cf25a46fa16072a2e288e009e195", "message": "am d49d4031: am 9fbf00cb: Merge \"Slight improvement (hopefully) to orientation sensing.\" into gingerbread\n\nMerge commit 'd49d4031d654398904d5af30c488a3b32b176122'\n\n* commit 'd49d4031d654398904d5af30c488a3b32b176122':\n  Slight improvement (hopefully) to orientation sensing.\n", "proba": 0.00084125273860991}
{"commit": "9fcd2f239dc8d07fc316e189c42b04888632e544", "message": "Correction betise\n", "proba": 2.200077688030433e-06}
{"commit": "595147b1236489e9879b448fd2a72fa4fee3f703", "message": "Added Collections\n", "proba": 1.6881611486496695e-07}
{"commit": "9063222ea72f225f31a1d93657903d984477b322", "message": "\u0421\u043e\u0437\u0434\u0430\u043d \u0422\u0435\u0441\u0442 Square\n", "proba": 1.3572534953709692e-06}
{"commit": "f506e2774b7d6817bfa2bc9ff89125507aaf7590", "message": "example JUnit test\n", "proba": 5.642069709210773e-07}
{"commit": "87503f8561296fea489f8a3fe8384f61150976da", "message": "am e9821bf2: Merge \"DO NOT MERGE - Don\\'t hang installs if the transport disappears\" into klp-dev\n\n* commit 'e9821bf2380bfa325e6398a6390a4083007d3006':\n  DO NOT MERGE - Don't hang installs if the transport disappears\n", "proba": 1.4185043255565688e-06}
{"commit": "393fbe71f85288efaf452cb646ae0cc5c1073c92", "message": "Minor cleanup of UsageStatsService\n\nChange-Id: Idea0e29f347d14e48e87aad38a261d0493bd5fd3\n", "proba": 2.893298187700566e-07}
{"commit": "de4fcf735f95fc91d8c2dc4cb0561d97db3d5963", "message": "add glide\n", "proba": 1.0637284503900446e-05}
{"commit": "662d117da9de4e63eb3c93fd065fe2ee911061c2", "message": "#102 Created Song Book Dao.\n", "proba": 1.143848677997994e-07}
{"commit": "b06f6ea87efdb3d31ea70254f8b4affa408ab395", "message": "\u5f88\u65e0\u804a\u7684\u9898\n", "proba": 1.6313557580360794e-06}
{"commit": "31687c0db143dcecee49229a2c0f6fd47f46da18", "message": "Les options apparaissent tous et la zone de texte prend une bonne mesure\nde la zone centrale de la fen\u00eatre. Scroll bar rajout\u00e9.", "proba": 1.1754654138940168e-07}
{"commit": "c85b6366ecd7b73dd088c10a17de50fbdb54c92e", "message": "Creation of unknown elements in the SVG namespace does not fail anymore.\n\nPR:\nObtained from:\nSubmitted by:\nReviewed by:\n\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@200810 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.6793412644110504e-07}
{"commit": "41df94b052d3c42f0da4a091d2cd3fce52ea63e0", "message": "add resizing array to use it in fixed stack\n", "proba": 5.184401743463241e-07}
{"commit": "58f22106e7e2b67dc63b0a0d6726fd8e510b96dc", "message": "No371\n", "proba": 1.3027910426899325e-05}
{"commit": "1ce98ca3895910461543e26a28b54c9ea93c890c", "message": "made Storable pretty\n", "proba": 2.4165535705833463e-07}
{"commit": "f9db112e262318cc36529a046d801ec0f469c1a2", "message": "\u6dfb\u52a0\u6392\u5e8f\u6587\u4ef6\n", "proba": 4.973201157554286e-07}
{"commit": "9d922ac0734bafa540c073204ed8022da0c60b6b", "message": "LIMO-56  recover ScheduleLegNode\n", "proba": 1.3060346759630193e-07}
{"commit": "9cde350d3e2db5b66bd2c77fd4503928ac0e1e5a", "message": "First attempt at parsing full file\n", "proba": 5.92672108723491e-07}
{"commit": "2be8c6699f6d7f6e37867a9720ac23fdc8a3b6f1", "message": "Bug 219: Create Virial/VLE module.  Fixups to MCMoveMoleculeExchange to make it not insanely inefficient so long as the IntegratorBoxes are IntegratorMCs\n", "proba": 1.071514219574965e-07}
{"commit": "b4cf1f9286c7b66cef6064b8db0c96ad7152d045", "message": "Stopwatch in logUpdateResult is locale specific\n", "proba": 3.018781717400998e-05}
{"commit": "a9cd750814a0deec84616274cc572526aaaaec00", "message": "if we've already touched a vertex or edge use it instead of creating new ones\n", "proba": 2.5799823788474896e-07}
{"commit": "4f34003ad6473d3842437069dd55458f73b37d65", "message": "add Conn\n", "proba": 0.00010620359535096213}
{"commit": "4ed06d2e303b48ff13b119964e507a959f36f5bc", "message": "More android.media.AudioFormat javadoc\n\nMore doc about AudioFormat constants, use of the builder,\n sample rate, channel masks (position vs index, examples)\n\nBug 20921159\n\nChange-Id: Ie60c2f3558b8b6008c6d9fb646ad9f6de396859d\n", "proba": 1.6732612095893273e-07}
{"commit": "f1dfa5ed822ea79f81f28d910f14c2841c87c5b0", "message": "Base.\n", "proba": 4.252429448570183e-07}
{"commit": "42f94cc2759a176541e98d53c2110e306668b4aa", "message": "changed HTTPRetriever method to static \n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@11505 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: d2083de3df0c4471b1ad7ffc26086937cf501841", "proba": 1.8627536064741435e-06}
{"commit": "1d8fa90d61b60d8e3af46bf6702ba15104138973", "message": "Base64 encoding for the new byte array to work.\n", "proba": 1.3108500240832655e-07}
{"commit": "6c52508239bbc20a0fb6ee9e5f33ed427dfca56c", "message": "fix problem with array attributes. Change burnin to be in number of trees like the rest of BEAST.", "proba": 1.1167473701334529e-07}
{"commit": "34ad823e09d15915809f803859158617cd1e4d70", "message": "fixed the NPE when menu item \"save\" is clicked\n", "proba": 2.81147322311881e-07}
{"commit": "e522983aab2cf828909ae135657357e1e3bcf620", "message": "hello\n", "proba": 0.9999991655349731}
{"commit": "1e91b3fde0a1a76388c7f2a7fd67562c66818f2e", "message": "Added documentation in Drawable.\n\nDocumentation on the ConstantState added.\nRemoved all warnings in Eclipse.\n\nChange-Id: Ib1daf7eef1aff5660e805483f9dcae6fcd5a595e\n", "proba": 1.324753725384653e-06}
{"commit": "13b1e4ece46e3fbfb072b8a3bc299c2928b0f3b1", "message": "Added FileUtils", "proba": 1.8963639547564526e-07}
{"commit": "4704b9efc079669e0fb743e43602286e66f82212", "message": "Create Util.java\n\nInitial revision.", "proba": 1.1709820313399177e-07}
{"commit": "9ddfbcbcefe8dbf523f656e71f3159f8af8b00c9", "message": "Fixing URL.\n", "proba": 2.1292051144428115e-07}
{"commit": "58f6d407457eddd8946013860c70a8f8e67819e0", "message": "teste de ajuste no sonar;\n", "proba": 3.6170015960124147e-07}
{"commit": "91a46018831430ecf66b840f833f51a43671f622", "message": " Changes to be committed:\n\tmodified:   src/main/java/com/abhi/datastructure/arrary/ArrayUtil.java\n", "proba": 4.958733370585833e-07}
{"commit": "e18795e7bf06ad74b40b29454d736b77ef971d92", "message": "Code cleanup\n", "proba": 5.596320988843217e-07}
{"commit": "69bd53e90718f55a648759fbc0f923c2738f1633", "message": "Added isAdaptiveTest property.", "proba": 1.1632331364808124e-07}
{"commit": "aa173236181f9030219e54e66c707f690dc7083a", "message": "add CORS filter v1\n", "proba": 4.191335563064058e-07}
{"commit": "5a4bddd0f9a3d89380c6db5fad372ebfce1e2cc7", "message": "Quickstart for getting account balance. (#15)\n\n", "proba": 1.5455357527116576e-07}
{"commit": "b4e0fc08538d243b65ff17d473519e0555d09c63", "message": "Explanation\n", "proba": 3.4366535146546084e-06}
{"commit": "1a719b69aaafd2a40306dea156d7a3b33ced3a74", "message": "Avoid XmlBeans pretty printing\n\nXmlBeans pretty printing seems to destroy some XML around text containing certain HTML encoding sequences.\n\nFixes: CMR-140\n", "proba": 3.718066068358894e-07}
{"commit": "4d8daf301e8f40f233d3dd37765d2049e7ca1e00", "message": "Added additional Translator loading methods\n", "proba": 1.4167856932090217e-07}
{"commit": "899b5a9da27b5670f7fd4c0897d820019f1a8ca7", "message": "log added to cassandra\n", "proba": 3.8864129692228744e-07}
{"commit": "b3610f6e709d6e970c98a3b13dc5198b39ca3817", "message": "\n\ngit-svn-id: https://svn.apache.org/repos/asf/incubator/jena/Jena2/Fuseki/trunk@1237268 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.295834289929189e-07}
{"commit": "1ecafc04bcceb3afe3bf86143e87e44d77154dae", "message": "Implemented choosing a file from the file browser instead of local file. TODO: fix cuneiform, add possibility to upload file through dialog.\n", "proba": 1.0382857595914174e-07}
{"commit": "1118b6f4c091b65b439c9c944be8a4890093d76d", "message": "added Dvs5640 AEChip to handle VGA dvs streams (need sample file to process first)\n", "proba": 9.806097267528457e-08}
{"commit": "2b596f0cfaac19267288d8016f2a28b3a2ceb3fc", "message": "Emit an equals functions to ease testing.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@253642 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00019469075778033584}
{"commit": "938deac9dec41f3455256e6277e1045cad2a5fc6", "message": "Create ProductListExtractorTest\n", "proba": 1.7973121657632873e-07}
{"commit": "0587543c8682e617a1dec0640903c47a8f616189", "message": "ReverseInteger.test\n", "proba": 1.3665419828612357e-05}
{"commit": "106a4aa7353a36ab358512b7d684ad88d7505a29", "message": "aggiunto test gestione thread con vari documenti too big\n", "proba": 1.2466750831663376e-07}
{"commit": "2e49f5af0f1576ead56cedf29083186fdf794288", "message": "Tests: Add LktCliController test file\n", "proba": 2.83606794937441e-07}
{"commit": "cb7b47e0b9a1d2f95e220821f77f2f52da66428f", "message": "added: MutuallyExclusiveOverlays - tool to ensure only one of a set of datasets is visible at a time\n", "proba": 1.1422963552831789e-07}
{"commit": "8c1bea25fdba66a48e23fe579fac46c512f50d7b", "message": "test module \ucd94\uac00.\nslack web hook test.\n", "proba": 2.516724748602428e-07}
{"commit": "43e6ea0919a34912ecc5280161209a96c6da3ce0", "message": "Added javadoc comments describing the use of clean URLs\n\ngit-svn-id: cf2b8e13e5fd585456580429c3991d4364a2cb88@591 d471f07e-d8fc-0310-a67b-dd4c8ff0e7cd\n", "proba": 8.169533316504385e-07}
{"commit": "7b7a4e4ab33de5567cb5839309e477124b37e86a", "message": "Color space plugin\nPaper:\nH.-Y. Chong, S. J. Gortler and T. Zickler, \"A perception-based color\nspace for illumination-invariant image processing,\" in SIGGRAPH, 2008,\npp. 1-7.", "proba": 9.554452162774396e-08}
{"commit": "8716a5741d6ad0980b00007e5cb834703d894818", "message": "Changed the default look and feel to Metal, since Nimbus isn't Mac compatible.", "proba": 1.0004846728861594e-07}
{"commit": "cebef4a8df4970415dedb72153053fdd6eebd906", "message": "models.EmpireAchievement implements contracts.Achievement. #3\n", "proba": 1.3918294428094669e-07}
{"commit": "ac80d9a8adbf8427c3c0c40495e14b0688b88511", "message": "Added ownerToken\n", "proba": 5.122242896504758e-07}
{"commit": "cf4e04b9f198153aa8770ecbce33d2e8f2b9ecf8", "message": "LDAP icin; hakan\n", "proba": 5.0120811465603765e-06}
{"commit": "d9b813c2bbca7a9e76dde990c6f41ab5874b896a", "message": "HD Patch\n", "proba": 4.382289375826076e-07}
{"commit": "294e937786423bb7e2a1d6631a727d6ba621e349", "message": "Add native ByteArray byte[] wrapper\n", "proba": 0.00020712986588478088}
{"commit": "b2deb3be0b929263f549ad68743843c9453bd34d", "message": "initial checkin, its just a copy of OpenCog XMLFrame.\n", "proba": 9.923013521984103e-08}
{"commit": "af7fa471071586053bb2a20016173bd4b6e01912", "message": "Backport junit test (JAMES-570)\n\ngit-svn-id: 88158f914d5603334254b4adf21dfd50ec107162@423584 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.907463448944327e-07}
{"commit": "7bcfcdc8613adb94b4be8953d94e7fb3b0cdb767", "message": "Add type reference adjustment visitor.\n", "proba": 1.2064835175351618e-07}
{"commit": "8eef13b47268cec08074c80547e7e3800347843b", "message": "Refrain warning when not appropriate. Do not merge\n\nChange-Id: I0066a3d0a2204cfc4beacb69aafccb35b9326bbb\n", "proba": 7.979335350682959e-06}
{"commit": "d35b2dc7ccd2076ca0d81e72967a2b3ef6492bf2", "message": "am be290dd8: Merge \"Fix bug #7199562 UI mirroring for RTL locales (Arabic, Hebrew, Farsi): Play settings\" into jb-mr1-dev\n\n* commit 'be290dd850c8e2c31830e2a87205499586f55353':\n  Fix bug #7199562 UI mirroring for RTL locales (Arabic, Hebrew, Farsi): Play settings\n", "proba": 2.7906745003747346e-07}
{"commit": "a2d2aaabb26aa2c37d2153de12d645fbe367f239", "message": "am 4a8d9449: am 5f9ce5e9: am 515699a4: Merge \"Use Calendar day of week rather than Time in SimpleMonthView\" into lmp-dev\n\n* commit '4a8d944934b47cd3a0e9a52b5b133c550fe9c836':\n  Use Calendar day of week rather than Time in SimpleMonthView\n", "proba": 2.449602050091926e-07}
{"commit": "e044c39c0a571867476207082f4cd30b1c8ce814", "message": "[ 2018892 ] LockHandler.listLocks ClassCastException (Oracle)\n\ngit-svn-id: a91d99a4c51940524e539abe295d6ea473345dd2@700 e6edf6fb-f266-4316-afb4-e53d95876a76\n", "proba": 2.948059716345597e-07}
{"commit": "b53b1dac776719e731e6bbc958cea5607871ccde", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@10456 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 6.685544917672814e-07}
{"commit": "15debdce088154c9e4083710f66e5933cbcee588", "message": "modified runtests to abort", "proba": 2.106186087758033e-07}
{"commit": "99d8cfb82fdacc05295b6030d0a0646f8fcdd3d1", "message": "Changed version command to show the Analyzer.getBndVersion method for testing\n", "proba": 2.2270339172791864e-07}
{"commit": "fa1bc2bb0c415e00d1731673a067d74ad30ea41c", "message": "work on #2799 which also helps #2798\n", "proba": 1.3727610337355145e-07}
{"commit": "8191e96d7166bbb9f3bcdf58656fa641c9e23320", "message": "Disable failing: org.chromium.net.QuicTest#testQuicLoadUrl (again)\n\nTest started failing, probably due to:\nhttps://codereview.chromium.org/1360063002\n\nBUG=535462\n\nReview URL: https://codereview.chromium.org/1367963002\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#350543}\n", "proba": 5.175381829758408e-07}
{"commit": "69446dcdd445e91d0c6b71d8ec7788f7cfdb63e7", "message": "Add Pair\n", "proba": 1.1395798082958208e-06}
{"commit": "7471394c5485a2114d35c6345d95e161a0ee6586", "message": "KAFKA-2776: Fix lookup of schema conversion cache size in JsonConverter.\n\nAuthor: Ewen Cheslack-Postava <me@ewencp.org>\n\nReviewers: Gwen Shapira\n\nCloses #458 from ewencp/kafka-2776-json-converter-cache-config-fix\n\n(cherry picked from commit e9fc7b8c84908ae642339a2522a79f8bb5155728)\nSigned-off-by: Gwen Shapira <c331eca460d53d14caa597b8b6704826efb5a0af@gmail.com>\n", "proba": 1.31233974798306e-07}
{"commit": "67c454a87dbe4036758a07cfceb4f175a3fe9c6f", "message": "Update AppliedADJIFYP.java", "proba": 3.622787403401162e-07}
{"commit": "1d09829e58a79454d7583378bbb76d2308aa7ecf", "message": "Update GrowthCaseSize.java", "proba": 8.321452469317592e-07}
{"commit": "77179fdb968cd0416eacd9231dc29feec5d00290", "message": "Refactored\n", "proba": 3.3528910989844007e-06}
{"commit": "db65d78bcba14e239455dd24ee5845f6f7cc92de", "message": "add CCRDFile\n", "proba": 5.659368298438494e-07}
{"commit": "53c230aaad95ab169f6728c4cb4c48cc1a068f5d", "message": "Update APIConsumerService.java", "proba": 1.3994921346238698e-06}
{"commit": "517e451bf51ddeb40cd1d09536fac558d550e6e1", "message": "try the thread with green house simulation\n", "proba": 1.4664871628156106e-07}
{"commit": "7e094ad49fad32fcf0d1ef3828307165545f1bc2", "message": "add test\n", "proba": 1.7454851786169456e-06}
{"commit": "19a111ff11adc2994ab7224ce863f7588f361fe3", "message": "improvment", "proba": 3.209724309272133e-05}
{"commit": "9ca81febbca0d3142a21a196bc946fff1ad34071", "message": "commit de teste para conseguir acesso as outras branchs", "proba": 1.41440963830064e-07}
{"commit": "608db1fefb7e6c35a8e8b32ca85915fa98b1866d", "message": "am 2456f77c: am bd87b6b5: Merge \"Make additional shared elements a version-checked feature.\" into mnc-dev\n\n* commit '2456f77c3f3ab001ac20cd7d8ee099c14f98271f':\n  Make additional shared elements a version-checked feature.\n", "proba": 2.0347499685158255e-07}
{"commit": "81918ce00b43838352bb9fc5158d1243d29cea2e", "message": "am 8debf213: Merge \"Fix mangled javadoc for setPermittedInputMethods.\" into lmp-mr1-dev\n\n* commit '8debf21357477083a716275e2a32cb7169d42c47':\n  Fix mangled javadoc for setPermittedInputMethods.\n", "proba": 1.4635112677297002e-07}
{"commit": "c11f6c3e33c9f1e3964cb2427f82509fc97e3527", "message": "am 7cae137e: am 79841acb: Merge \"Compatibility mode never needed for normal size screens.\" into honeycomb-mr2\n\n* commit '7cae137ed155f2d311f020bbb3e75730344fd5fc':\n  Compatibility mode never needed for normal size screens.\n", "proba": 5.326157861418324e-07}
{"commit": "3100207be5cb0ef93a5271f24b6f03a2e75291ad", "message": "am 1358b6a4: Tweak to make merges easier\n\n* commit '1358b6a4fb68e81058aa938e46b125350bdf0fff':\n  Tweak to make merges easier\n", "proba": 7.926417993076029e-07}
{"commit": "3dc88c8f1434cfacc8103e2ee7e1b54573bc27b9", "message": "Fix bug in setText\n\nBug:27547655\nChange-Id: Ia15facda59fab9a8fe9b30f74ddd085bc26871af\n", "proba": 1.8738912331173196e-05}
{"commit": "02bc31e7b351281e7ca905dbf7ad72ec4119e2e0", "message": "setSelectedHeader() when switching to fragment\n\nWithout this change, passing a EXTRA_SHOW_FRAGMENT value\nfor a two panel preferences activity will cause the correct\nfragment to be shown. However, it will not cause the\ncorrect header to be highlighted.\n\nBug: 15675746\nBug: 5045558\nChange-Id: I18d8e15dd104e8f39ae1ccbb11ab17fd1bf7462e", "proba": 0.00011134942906210199}
{"commit": "4f054231513411b0dac643179547fea41eba6f68", "message": "call setDirty() only when dirty == true\n\ngit-svn-id: 3495a5c4bbe5ece00c09619c056c9a903ff1da72@467406 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.7338406653143466e-05}
{"commit": "6938d215f9e7a14d81c60176e12f09b29809f9bb", "message": "Add FiveTuple Class\n", "proba": 0.0004978088545612991}
{"commit": "8c76713727bcbae4d56d5d70b18571c339eab520", "message": "Add mergeNonStandardLic method. A problem at clone non-standard license\nobject.", "proba": 1.1082237705295483e-07}
{"commit": "43ab248373e3e8efc897eff6c2304a5d6618a7ae", "message": "thread to create data for long-lived data structures, in\nthread-local pools\n", "proba": 1.7029356058628764e-07}
{"commit": "4a095de69224ea9e44aec2336126fdd814c07eec", "message": "edit DBAccess getData\n", "proba": 3.1233358299687097e-07}
{"commit": "5deee511d3a3c8cfbde7629097401989672255dc", "message": "Added toString function for ValueMap\n", "proba": 1.690013533561796e-07}
{"commit": "ce7590a74dc820ced44d5eb5e6ecd35b1205200b", "message": "Comentado parte del c\u00f3digo, formato\n\nEliminado basura netbeans/eclipse, comentado secciones aparentemente innecesarias para una interfaz", "proba": 2.5836411055024655e-07}
{"commit": "b423165e4364a66814bea8606c0a388301f7e2fd", "message": "speeding up 'Synchronizing output directories': avoid unnecessary rootsChanges events if many output directories were created during compilation (ZD-22766, IDEA-116757)\n", "proba": 1.2631967649667786e-07}
{"commit": "ab622662ba042cc4e53d20fc415b0cca0e972933", "message": "Defining interface PiontDistance\n", "proba": 6.911080276950088e-07}
{"commit": "bc61630c3248233a432e6963509c2a49c20f88e3", "message": "Add support for destination concept preferred name.\n", "proba": 1.1547598433025996e-07}
{"commit": "d552148f56fc5daa2298816fe86e9c961b1f2a4c", "message": "NotDigninException is not a MendeleyException\n", "proba": 0.9986212253570557}
{"commit": "b11683ba623c9da71c39f4b4531357d8e67467aa", "message": "Always return content Uri for downloads.\n\nNow that we're relying more heavily on Uri permission grants between\napps, we should always return content:// Uris.\n\nBug: 22820206\nChange-Id: Ie9603da09944dc594ea5dde2db04455f57d6f103\n", "proba": 3.8575959138142935e-07}
{"commit": "1cf5bd2aeb983e09e7e4b664b1380c30b94b4d50", "message": "am 26e3f3df: Merge \"Database cleanup needs to happen for all users.\" into jb-mr1-dev\n\n* commit '26e3f3df8761ee3c75155ca848d29cfe820a2a8c':\n  Database cleanup needs to happen for all users.\n", "proba": 1.193892444462108e-06}
{"commit": "ee65e1d356e4d7a160e5ba26cdf804b804b2bcac", "message": "am 7573b1ee: Merge \"Fix bug #7325234 LayoutParams are not resolved correctly (Settings apps looks broken on Manta in Arabic)\" into jb-mr1-dev\n\n* commit '7573b1ee8997709eae23f5b3bdee849de7380e34':\n  Fix bug #7325234 LayoutParams are not resolved correctly (Settings apps looks broken on Manta in Arabic)\n", "proba": 1.412115722132512e-07}
{"commit": "1ea1857de9c98199015f0188678a12a82a6248d4", "message": "am 8cd319b8: Merge \"Add additional languages to be accepted by the NumberPicker input filter\"\n\n* commit '8cd319b84635454746803b0eed7e2626d7945a09':\n  Add additional languages to be accepted by the NumberPicker input filter\n", "proba": 1.923833536920938e-07}
{"commit": "82b1c433a63a9533676c0a97b058a825bc5a4626", "message": "am 737f3309: Merge \"Bug 5437846: Crash in SpellChecker\"\n\n* commit '737f33091f28251f0ac6e525e7401c841ef54af0':\n  Bug 5437846: Crash in SpellChecker\n", "proba": 1.6963433324690413e-07}
{"commit": "31129ff5987255692fedc73f2cf226a7ef112d32", "message": "Add failing test for issue #539\n", "proba": 2.1131694438736304e-07}
{"commit": "e0cd51b9ee9ed2b763a951d21910d20afcd937cb", "message": "Fixed build break\n", "proba": 4.927981649416324e-07}
{"commit": "7664c9242a43d101fa4ac1d949d4b7841b5855f7", "message": "Minor sonar warning\n", "proba": 2.432366272842046e-07}
{"commit": "9a96b8cc4ad5fd5c3540f42225f1a00dae07a040", "message": "Fix attributes of TextInputField #PL-2355\n", "proba": 2.9942048058728687e-05}
{"commit": "ce6a2bd23f135a40e92032244f293f6c38bf1c00", "message": "Implement SlotImpl of Jaxr API.\n\n\ngit-svn-id: 348f60c4933279c3065e1df1c9f925a60ca0b6e2@122975 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.262730600312352e-06}
{"commit": "ce5ff35923433b341f9b5e9dc9fa6811041ec090", "message": "Range Extraction [link](https://www.codewars.com/kata/range-extraction/train/java)\n", "proba": 1.4934684600120818e-07}
{"commit": "aa5829f3793a78e396c2a043b9ac5b970e3c2cbe", "message": "Unit test", "proba": 1.1245099358347943e-06}
{"commit": "69a0645eb2025c54232c4b65544db581a183c1e7", "message": "am d1c1201d: am b61dea20: am da649073: Merge \"Fixing regression with black task bar background. (Bug 17584337)\" into lmp-dev\n\n* commit 'd1c1201dfc07a6cce890b69610dc0e173a282791':\n  Fixing regression with black task bar background. (Bug 17584337)\n", "proba": 4.5180013330536895e-07}
{"commit": "910fe42a7406091f2e255fdc69844096349e35d4", "message": "Add an additional interop/deployment test scenario to check the enhancement\nto use digest password type for UsernameToken signature.\n\ngit-svn-id: 10bc45916fe30ae642aa5037c9a4b05727bba413@567000 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.014386366994586e-06}
{"commit": "b8b54bc69c272ecdf535a89ba24b6f527fb6e563", "message": "am c39d3d32: Merge \"Revert \"Fix bug #12993929 Screen orientation change replaces wifi password dialog with Add network dialog\"\"\n\n* commit 'c39d3d32abd70dd48ba58b6fb28b12bb61e375d9':\n  Revert \"Fix bug #12993929 Screen orientation change replaces wifi password dialog with Add network dialog\"\n", "proba": 1.1369881747214095e-07}
{"commit": "9a3d867d269e5c6406b2e2807060cf314b206b05", "message": "cleanup\n", "proba": 3.1109298106457572e-06}
{"commit": "8f124818025564d67bc835067c224df32254e97b", "message": "Clear stack trace from re-thrown inflater exceptions\n\nWe don't need intermediate stack traces for re-thrown inflater\nexceptions. Yes, we care that you failed to inflate some class.\nNo, we don't care how many times you recursed in LayoutInflater\nbefore you got there.\n\nChange-Id: Ie9bba7cebab6cdf73ceead49f080dcf23e0a9f25\n", "proba": 0.00018487355555407703}
{"commit": "a106ab46ae07e1658ecfae20216995a275c11707", "message": "am 18e87680: Merge \"remove defunct javascript interface\" into jb-mr1-dev\n\n* commit '18e876806718e28edaa3cd9bb0262a9b400bc82b':\n  remove defunct javascript interface\n", "proba": 1.3740644817517023e-06}
{"commit": "03037841d4ccce4382ccbf55eddd96c427eb5861", "message": "am 08681add: Merge \"Day numbers in CalendarView have incorrect size.\" into jb-mr1-dev\n\n* commit '08681adda06f4699f85838861170fbb062c9fdfe':\n  Day numbers in CalendarView have incorrect size.\n", "proba": 3.5760319860855816e-07}
{"commit": "bb414510da614c800a462fa248b448e405dbc2a5", "message": "Added documentation to Vector2#nor() and Vector2#isZero()\n\nVector2#isZero() uses approximate equality\n", "proba": 2.1552077100750466e-07}
{"commit": "2747c4395d16cb95bbab09b828128f312832bfdc", "message": "fix: star group label scale and size\n", "proba": 1.1221424074392417e-06}
{"commit": "9b07ef5595b4604db930a6507ba9f8c987012766", "message": "Forgot to check in for 0.6\n", "proba": 1.2489051925967942e-07}
{"commit": "d0be4583d2ec9533fc0a478abfa0a5b05b4d8daa", "message": "Create ride.java", "proba": 6.847397457931947e-07}
{"commit": "f44b2b2813c7ee79d47827e1ad8f4b9c4412948e", "message": "Create JavaList.java", "proba": 1.7638687495491467e-05}
{"commit": "0cf22500855ea90bae169766fbe6be7f5c8d86ac", "message": "\nDo ClassType.make instead of new ClassType.\n\n\ngit-svn-id: a878c62e23c3cdd7109267dfd9bdff0ba03a0163@909 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 0.0001016644382616505}
{"commit": "7aa1b688e73a2f9ab38e505d4724a2d9aa1f0203", "message": "Allow the grid to mutate (all numbers that aren't BLUE will change)\n", "proba": 1.3924029929057724e-07}
{"commit": "124cf70bb5b6dd09b3683200349271d5ecbf502d", "message": "Document must destroy state\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@940012 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.2778726841133903e-06}
{"commit": "30f0bf561646e06188c4edf46c4d899624a43ed6", "message": "Add SumOfDigits", "proba": 7.419936082442291e-06}
{"commit": "05fee0b384a130e65410b2bc8e89af20fbf40a2e", "message": "added code to compute gcd of 2 numbers\n", "proba": 8.579992027080152e-06}
{"commit": "905ea0e93ea6a936f27a7950918e33a50fa583b6", "message": "PingService implemented", "proba": 4.029592162169138e-07}
{"commit": "90774c56fb033af4176b852d62253e571494f909", "message": "Accepted LC#267", "proba": 2.2596121596052399e-07}
{"commit": "b629fc1ff30c1b67d633443e24f43309906b7ccb", "message": "Remove unnecessary interface between AbstractInterpolatableState and State in Train\n", "proba": 2.2213831130102335e-07}
{"commit": "f13e0840e6e977342412ecc80f74ab619629408f", "message": " * Add friendly name of product for use in Servlets\n * Support generic servlets in the webserver\n * add JMX metrics for controller\n * add JMX servlets\n * add a servlet for getting the Kitten definition\n", "proba": 1.3181987412735907e-07}
{"commit": "5927b92f1b2f719fdb06e5247554eeceb6697cf8", "message": "new searcher (unwritten yet)\n", "proba": 1.1682224965170462e-07}
{"commit": "ee9c1ee4eb06197921ee761c411a528837b0ae26", "message": "Add Stat.java\n\nSigned-off-by: Nuno Azevedo <7b5d26f0698b3f6c15a9789c87d309f80e3742b1@movvo.com>\n", "proba": 1.2040673880164832e-07}
{"commit": "89e2f250e086c00cbe9d9b1eeebf0f16c28ff7a8", "message": "Regression Computation\n\nComputes for the Regression of the Expressions\n", "proba": 7.48801198824367e-07}
{"commit": "84aaf18d6946464746e5005a93b36931d18ca7dd", "message": "Minor refactor\n", "proba": 6.828961431892822e-07}
{"commit": "8a145d1ff458b13c007db5c14ca46b5c12d69111", "message": "Added sinfest ripper test\n", "proba": 1.2487706158026413e-07}
{"commit": "3052914e4fb7725b66ae67ba29236f981c48bd23", "message": "test/learn preferences\n\ngit-svn-id: 0f0e769425a95b277772daee6ac27d370147d87f@308 158bccb4-7c0b-4fb3-968f-7c40bf2d9062\n", "proba": 1.863999386841897e-06}
{"commit": "011e7fbab5159e3c1025fa1acab3fdd53143c4e0", "message": "Bits class addedd (to be tested)", "proba": 1.074039204240762e-07}
{"commit": "01e2e34edac979d7b93e9226bd15821f780d432e", "message": "Fixed some Codacy issues.\n", "proba": 1.0873382194631631e-07}
{"commit": "0acb2e913a326dd4fb5d1264ad7d322a1cbce489", "message": "Checking how ftl handles bootstrap, as well as accessing the webpage\n", "proba": 1.7486145509337803e-07}
{"commit": "4f371a94cd546a73c957c7a4562f892b758896b4", "message": "Monitor\u7684\u60ac\u6d6e\u5f39\u7a97\n", "proba": 1.7097262627885357e-07}
{"commit": "c3383acf8406d242b112cad8ff48024485e4593b", "message": "Create two empty model class\n", "proba": 0.0011302911443635821}
{"commit": "28941672c4ca51a180f9355d689b3594b8e233b9", "message": "Update\n", "proba": 1.038289269672532e-06}
{"commit": "335a97fcfcecc0923f339287a28ebdafcec9d104", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "cadb89b82ca4341915742efea9893139d9abea18", "message": "primarily implemented\n", "proba": 1.4594080255392328e-07}
{"commit": "5071c84f8a02222df81501db000e9029ba079bd7", "message": "simplify\n", "proba": 0.9999978542327881}
{"commit": "968d671ebd800957b6c1c26e84e1cac66cedf76e", "message": "* [android] update unit test\n", "proba": 1.5564829425329663e-07}
{"commit": "b98079997444c15453a31755c15180748b69bc7b", "message": "Render tweet list call\n", "proba": 9.724645678943489e-06}
{"commit": "e7b6985b8bc7b97c309384857a65ce9e2be98981", "message": "Change edit turn result click event\n", "proba": 6.332923021545867e-07}
{"commit": "c69af1f4b76108bfa91ef53505071caf6342dbea", "message": "suggested apps\n", "proba": 1.7330581840724335e-06}
{"commit": "a8033522c992d1d916d9bbcf2f60a48ca1be498a", "message": "Added scaffold teamManager.java file - Initial class commit\n", "proba": 1.4568716721896635e-07}
{"commit": "1e766bf46ca00d9c1ef0abae66af70dce102e3a0", "message": "New tests.", "proba": 2.3247770286616287e-07}
{"commit": "aa89cfc9e2323c71462f0a2ffcf1084b20b90751", "message": "Fixed some bugs in server modules execution.\n", "proba": 1.1061436566706107e-07}
{"commit": "f43d69abceb78df8691f3e1023bd5b0bc997f721", "message": "Java BST\n", "proba": 0.9997182488441467}
{"commit": "ce567a3121d267836b690a71c975f2b3c23b7fb3", "message": "add java and class\n", "proba": 7.692387384850008e-07}
{"commit": "d24cac3bce8f6f4ecb216e30f888c20754b69690", "message": "Create sample.java", "proba": 6.127283427304064e-07}
{"commit": "336cdf20dd44ee93b5173be73e26e966a2609eb0", "message": "Make TvView keep the volume value and set later once the connecation is made.\n\nBug: 15483740\nChange-Id: Id4272bffb556587707b641ec8296bc5a9e57807e\n", "proba": 2.576264705567155e-06}
{"commit": "f7d54c11b3d830ec3cd92f28317e35daac3be449", "message": "am 83c23dda: am c8db4536: am 7e51102c: Merge \"Validate MTP path\" into lmp-dev\n\n* commit '83c23dda36c47fba2d29016a14e0239bd6897859':\n  Validate MTP path\n", "proba": 3.845217690923164e-07}
{"commit": "4609bf5227c4069a59f4a6156cb955de2a120350", "message": "DOI handler using yourls api\n", "proba": 2.0460555560930516e-07}
{"commit": "48dec113a66d95775b2723e1abde7492ff888f3e", "message": "Adicionar Euler 19\n", "proba": 3.356674653787195e-07}
{"commit": "1707e7713151dc8e7daf91ac651d63b18ea398de", "message": "2638 \uce58\uc988\n", "proba": 2.606655300496641e-07}
{"commit": "ff32bf83eb0615c8275eb892d65fde05f766f973", "message": "LeetCode 69\n", "proba": 1.7356119315081742e-06}
{"commit": "f5a98424da20d7bb2f77a40fb1df4d01b29bd741", "message": "Added unit tests for SampledLexProbs.\n\ngit-svn-id: 113d22c177a5f4646d60eedc1d71f196641d30ff@296 0ae5e6b2-d358-4f09-a895-f82f13dd62a4\n", "proba": 4.0753971575213654e-07}
{"commit": "e36b85bedb869b5be629ed2882b8007ce19d5c5e", "message": "Minor changes\n", "proba": 3.7887019743720884e-07}
{"commit": "f4ff3417a948dae89f7bc3b8eac41e5e85a23ba1", "message": "Update SearchSortedMatrix.java", "proba": 3.144270976918051e-07}
{"commit": "2ac378b3bb0d81e418239ef170bb9cb6159ddcae", "message": "am 7230bdf2: Merge \"Add missing error codes from keymaster_defs.h.\" into mnc-dev\n\n* commit '7230bdf23bf905a60ac2c209f04fcf83264fec56':\n  Add missing error codes from keymaster_defs.h.\n", "proba": 1.5041071321775235e-07}
{"commit": "06eee87cb0056d445fc2d75f68461fadc9c8e5fa", "message": "Put assignmentType enum into seperate file\n", "proba": 4.470410033263761e-07}
{"commit": "b19d57e71effab0986c0fece21da9300de1ee9e0", "message": "add an overlap meter for Einstein crystal perturbation\n", "proba": 5.450882554214331e-07}
{"commit": "86628e79fe9f0d0e7dea45780fbc707bbb05ffa7", "message": "Initial checkin\n\n\ngit-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@4655 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 6.328237986963359e-07}
{"commit": "f4b8e10915a9b57f1404e13381c6d8490b76624b", "message": "Push first interface of NDHashManager\n", "proba": 2.0245762755166652e-07}
{"commit": "1daa52dde9d03097a7d0d0f7f3d27b3bcb770cbf", "message": "Create Helper.java", "proba": 1.3120147741574328e-06}
{"commit": "2667ec78bb9dd2709dcc756411dfdb3a4e37879c", "message": "- refactored some code\n", "proba": 1.1593591807468329e-05}
{"commit": "59bb3a7481c6cf1180aaf9ca4a6f114626f98fe5", "message": "UserInfo Class was created\n", "proba": 1.7456336820487195e-07}
{"commit": "deb5c49161e096c97537bde585a4e3edfff77f54", "message": "Fix according to https://issues.apache.org/bugzilla/show_bug.cgi?id=48613\n\n\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@904224 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9985816478729248}
{"commit": "5f6c3fb87462c551cf5ed20fdf7753ab4e268165", "message": "Fix comment typos\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@718014 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999983310699463}
{"commit": "4650bc343f54e44a48028bc5068a54f75f63b05f", "message": "Fix swapped parameters\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1426008 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0019584340043365955}
{"commit": "6fea3fc8541b0d15e2c491daf0d10e07892231a8", "message": "Medium", "proba": 1.1500455912027974e-06}
{"commit": "f2290a2be7330b5543735c2bab7c4a6ad47fd5ab", "message": "duplicate zeroes init\n", "proba": 0.00041855775634758174}
{"commit": "4663aa084a03a8c42f6c54d070ffee78379f1a8f", "message": "java_src: create Journal file parser\n", "proba": 3.361859398864908e-06}
{"commit": "241f509e1632dc52c43e5ca038debdbbef358701", "message": "Removed extra whitespace in file\n", "proba": 2.4888780899345875e-05}
{"commit": "5e433e15d18ec9916c3faf3ebeea5d94ee4755d8", "message": "problem 24 answer\n", "proba": 5.8106677897740155e-05}
{"commit": "d52b387ed35631551f1d93489290f2aa77c849fc", "message": "add Validator.java\n", "proba": 9.146859838438104e-07}
{"commit": "340ed29e30cae734dfce60928a2ad16e7f096bd1", "message": "Delete ControlConfiguracion.java", "proba": 6.004474357723666e-07}
{"commit": "1de756e88d9b76dc21ee44f2e768fa1c28243450", "message": "Create Customer.java", "proba": 9.115406101045664e-07}
{"commit": "bd2e3327d99c31981feaaa8a8e5479b986506da1", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "3b1df49589d48ec7f10b97072482b2f99a00b003", "message": "Day 14: Scope\n", "proba": 5.159176907909568e-06}
{"commit": "f113bdfdbaf0489a5c42a4a8b188b1ca1dbb2eee", "message": "Added the ThreadApp file\n", "proba": 2.3270771976058313e-07}
{"commit": "834f39829083ef33b31c9b6124d482605bd4b445", "message": "am 9efde9ad: am e855cd67: am 5957c55c: Merge \"Rename ro.config.music_vol_steps into ro.config.media_vol_steps.\" into lmp-dev\n\n* commit '9efde9ad278794b4baea05823ff6edaab452d55f':\n  Rename ro.config.music_vol_steps into ro.config.media_vol_steps.\n", "proba": 1.5965638056059106e-07}
{"commit": "7ff866e8cf43afc64111e98863dab549b57447b4", "message": "Fix 5153611 remove remote control client/display log from AudioService\n\nDo not log debug messages for the RemoteControlClient and\n IRemoteControlDisplay related features.\n\nChange-Id: I81bfeec1770f81b78b679dc03fb40806393b170a\n", "proba": 6.506517138404888e-07}
{"commit": "7d6f2c945b8a3374db29c5da8025a9c9d560d339", "message": "am 26bf4d90: Merge \"Optimize media button stack traversal for remote volume\"\n\n* commit '26bf4d9020dcb16327e91044cda78b3baef723b5':\n  Optimize media button stack traversal for remote volume\n", "proba": 5.371776410356688e-07}
{"commit": "e822c99511128db118d4192733e9cc0415fa155d", "message": "am eba857d1: am a0c2b539: Merge \"Fix issue 2811538: System server crash when disconnecting BT headset after using SCO off call.\" into gingerbread\n\nMerge commit 'eba857d126e2b76a368f41d3169a56fe28029674'\n\n* commit 'eba857d126e2b76a368f41d3169a56fe28029674':\n  Fix issue 2811538: System server crash when disconnecting BT headset after using SCO off call.\n", "proba": 5.731835335609503e-05}
{"commit": "52dc8a438d5be9cd2e13eb3f6f8dfd55d01b32fe", "message": "\"Log In\" Label now aligned properly\n\nOH YEAH\n", "proba": 1.5632188024028437e-06}
{"commit": "9f8c8e20a40fcc7b4a4c9cafde4ab235879c0c24", "message": "Fixed UserInterface.java\n", "proba": 1.3086382750771008e-06}
{"commit": "74a2fe4f03292d78d3823c87ec1fead46f6d7c57", "message": "Added a constant to be used as an Intent extra\n\nAdded a constant which can be specified to skip the uninstallation\nconfirmation dialog. Useful in cases where we want to show a different\nwarning message to the user before starting the UninstallerActivity\n\nChange-Id: Ia87184a9ad715b628118feb447388625b8bf7f1c\n", "proba": 7.070789820318168e-07}
{"commit": "a5b58df09753bd13744381c54c8b2663eb4f256f", "message": "Allow clearing out the source bounds\n\nChange-Id: Id49f4a3ac397cf17c5704d298b6a9a376f6a5c23\n", "proba": 1.799604251573328e-05}
{"commit": "5bc8c853f5f8118b172bb4651aba58fd254c3cb7", "message": "am c2e4daac: am 1f90908c: Merge \"Prevent use of NFC api if device is not featurized for NFC.\" into gingerbread\n\nMerge commit 'c2e4daacb4470bd43d5db3cf6b82f39be757ebe8'\n\n* commit 'c2e4daacb4470bd43d5db3cf6b82f39be757ebe8':\n  Prevent use of NFC api if device is not featurized for NFC.\n", "proba": 7.55808869143948e-05}
{"commit": "ee1d6302912c85429aaeaa70a007248fda5c19e2", "message": "Links in Environment javadoc\n\nChange-Id: Ib3383152ff6114fdaba5245bc8357f78bc9d5fcf\n", "proba": 1.6897313344088616e-06}
{"commit": "c22657f8b1e3b9198f1e7795a06a6f59b5cd9c80", "message": "am 3f5778c8: Merge \"Fix incorrect FloatMath documentation.\"\n\n* commit '3f5778c858b90b554d7614603346b642d1a7bc6d':\n  Fix incorrect FloatMath documentation.\n", "proba": 1.6463066287997208e-07}
{"commit": "e1cc00bba019bdc165d61b14fef8a72fdeed1ae5", "message": "am 64cb24e6: Merge \"Send DRAG_STARTED notices to views that become visible during drag\" into honeycomb\n\n* commit '64cb24e686b13aabe3d28e049796c8315b011485':\n  Send DRAG_STARTED notices to views that become visible during drag\n", "proba": 3.20873027703783e-07}
{"commit": "79d99bebc19cf20cb486953ef2e9f6d96b27ab18", "message": "Fix NPE\n\n Bug: 6083360\n\nChange-Id: I8d4a4cfb4ca0bbefd848a6ed7a628bc3838e4f91\n", "proba": 5.895709591641207e-07}
{"commit": "de0205f3bbda265cf8b53a912190dff86ab5d34e", "message": "am 70b942d3: Post a Runnable to execute setNewZoomScale when WebView\\'s onSizeChanged is called. This will ensure requestLayout of the Child View works.\n\nMerge commit '70b942d34d1d1a30ab2d73bbefe214f5db0f4853' into eclair-mr2-plus-aosp\n\n* commit '70b942d34d1d1a30ab2d73bbefe214f5db0f4853':\n  Post a Runnable to execute setNewZoomScale when\n", "proba": 1.3479993867804296e-06}
{"commit": "1ff3d1f0a2ce0843971106ab47823fafabfc1055", "message": "am e03848eb: Merge change 27154 into eclair\n\nMerge commit 'e03848eb93fde30aee4201f8b41b91fa57475bc2' into eclair-plus-aosp\n\n* commit 'e03848eb93fde30aee4201f8b41b91fa57475bc2':\n  When change from narrow screen to wide screen, we will\n", "proba": 2.4701355982870155e-07}
{"commit": "459ea404083f01cb66a33c11c7665d876a4b1a84", "message": "am d5a2813b: am dd817492: Remove trackball double click. Treat each click as a single click.\n\nMerge commit 'd5a2813bb77653f24aa9f6fba190c7e7cac59f01'\n\n* commit 'd5a2813bb77653f24aa9f6fba190c7e7cac59f01':\n  Remove trackball double click. Treat each click as a single click.\n", "proba": 2.621611088216014e-07}
{"commit": "f8d747b3fd19e8dd9a09b517716b17f852d01343", "message": "am 9a68f82f: Add super_onDrawVerticalScrollBar to WebView.PrivateAccess. DO NOT MERGE\n\n* commit '9a68f82f3730432399618bf2e4f73208f84dc87f':\n  Add super_onDrawVerticalScrollBar to WebView.PrivateAccess. DO NOT MERGE\n", "proba": 1.5855160881983466e-06}
{"commit": "bd3217591d717d5246e604b060cb0267a53a0ed9", "message": "am 86ed8bfa: am 52fcdd01: Merge \"Fix documentation\" into jb-dev\n\n* commit '86ed8bfa5e9f5ed92570db7bc2011074464f86eb':\n  Fix documentation\n", "proba": 4.834440687773167e-07}
{"commit": "e5aaf4e880faf89e1f1e87bb8ddd7780c1bddbfe", "message": "problem 3 answers\n", "proba": 0.0026156275998800993}
{"commit": "795fa047e2cf7a97fc560deb92989268dce66e93", "message": "Added CollectionTools\n", "proba": 1.4616590249261208e-07}
{"commit": "74830648abf73fab63b563a18e0c7a0cb611b1b5", "message": "Random Number Generator", "proba": 4.034870926261647e-06}
{"commit": "217470a67fa29749eb489137f890ee118948afae", "message": "little change\n\n", "proba": 1.2891387086710893e-06}
{"commit": "caecce24d794ba788d8ec8643eb0c9f6c34ddee1", "message": "am 30dd30de: am c7c8af67: Merge \"Send added user serial numbers to vold.\" into mnc-dev\n\n* commit '30dd30de20b7b82197eed27204bd60da34d8711e':\n  Send added user serial numbers to vold.\n", "proba": 1.9560536657081684e-07}
{"commit": "4e86332651ce7dd275121630f766a892254b5790", "message": "am 6c52fdb6: am a0cad2f5: Merge change 27078 into eclair\n\nMerge commit '6c52fdb684740a7ee86a743cacc701d9db24e8da'\n\n* commit '6c52fdb684740a7ee86a743cacc701d9db24e8da':\n  Fix generic build boot sequence.\n", "proba": 1.2663267057178018e-07}
{"commit": "bcd23d19c29f03ede11f3778563be65e83bc3d14", "message": "Added recursive quicksort.\n", "proba": 1.3645328067468654e-07}
{"commit": "0e841cc2e508eeb7aeb1c4d49c19b0f7f115fe6e", "message": "\u30d2\u30fc\u30d7\u30bd\u30fc\u30c8\u8ffd\u52a0", "proba": 3.3109401442743547e-07}
{"commit": "3de4918b5a7a4dc1c84211c358af55cf97144d03", "message": "changed java file name\n", "proba": 1.3792609934171196e-06}
{"commit": "0a312258765d93240aacb7c3f6b516a8d049f26f", "message": "added the test class provided in the project description\n", "proba": 3.2302443742082687e-07}
{"commit": "10b9613769245001379bc35a22dfad8b275335e4", "message": "Vertical sum in given Binary Tree\n", "proba": 0.9999990463256836}
{"commit": "f48cb072e3677815df763627c9a909c8e116e067", "message": "Level progression now works if you win the level\n", "proba": 1.3240978091744182e-07}
{"commit": "494eb479c1c483530639340860a455b8c196f544", "message": "Bugfix: even if prefixMode was false, the folders were just found only based on the prefixing of their name", "proba": 1.3427953717837227e-06}
{"commit": "1042af9c7a0a1a3ef8a61bb10797f38768cd86d3", "message": "Fixes #7731\n\nsvn changeset:21627/svn branch:6.7\n", "proba": 1.4945470638849656e-07}
{"commit": "96b06a3c11bee18d77206372074d747e743d0e3a", "message": "*CraftoPlugin: Return fake pair in getRAM() instead of null\n", "proba": 1.605998249942786e-07}
{"commit": "9687e0d5ac4412623d872af621902ed8dd20ee92", "message": "Incomplete - # 25: Add reproducible performance tests\nhttps://sourceforge.net/apps/trac/jenetics/ticket/25\n", "proba": 3.531785637278517e-07}
{"commit": "cbf59011b03ee505b322bd2798ebc4ab5a1e934d", "message": "Initial file", "proba": 1.3232082665126654e-06}
{"commit": "94353ac9a89caf3355eecdc8ba24cb68200fbcf7", "message": "Defect #193.  Initial revision\n\n\nSVN-Revision: 1411\n", "proba": 1.4050633012629987e-07}
{"commit": "72843377d50a8f95cceaf33d316ab68d9b47f2eb", "message": "Fix bug 2659754 ConcurrentModificationException in audio focus changes\n\nWhile iterating over the audio focus stack or the media button\n receiver stacks, do not modify the stack other than through the\n iterator object.\n\nChange-Id: Ice8827e7d29afed72b40c93edf7401cd54ba4b0c\n", "proba": 3.5716798265639227e-06}
{"commit": "4a4fea0752c8edd33d680765e97ee3b538d777a5", "message": "Restore permission check for mic muting\n\nThe implementation for AudioManager.setMicrophoneMute() used to\n call directly into AudioSystem which called directly into\n AudioFlinger and the mediaserver process, where the check for\n the MODIFY_AUDIO_SETTINGS is performed.\nA regression was introduced by Ib32138bcc256cfbac4fe21a090d5ba34f5c641fc\n which calls first into AudioService which runs in system_process\n before calling into AudioSystem, which granted the permission.\nThis CL adds a permission check in this code path when calling\n AudioService.\n\nBug 17259652\n\nChange-Id: I4ac5269262eb90df80ee81db6ec3d96977ee53be\n", "proba": 2.597126922410098e-06}
{"commit": "5535ea8ef876be25121a6336ffab5a0bf8dbd031", "message": "Remove BT routes when BT is turned off\n\nA behavior change in the BT stack caused it to stop sending connection\nchanges for connected devices when you turn BT off. To work around this\nwe need to remove the connected BT route when BT is turned off.\n\nbug:17512270\nChange-Id: I3e5aa8863409c5abac51aa4e93a15f1978cf74b3\n", "proba": 7.662865755264647e-07}
{"commit": "c56ad54bd93e34d5e6b90bd4f8090e85896a3bd0", "message": "DO NOT MERGE MediaScanner: Add special casing of WMP album art files to isNoMediaPath()\n\nThis will prevent MediaProvider from adding these files to the images table\n\nChange-Id: Ibc4128762f221b370a00e331aca633aafae0ad70\nSigned-off-by: Mike Lockwood <368d0007e4626f70737d16df5e49ed8806b98c3f@android.com>\n", "proba": 1.2627931766928668e-07}
{"commit": "49e57602e8521b4cc9e4ee628b3383c0ebf9003c", "message": "Interface to separate out the logger functionality in Runtime for the\nfederated introspection (uberspection...)\n\n\ngit-svn-id: 7267684f36935cb3df12efc1f4c0216d758271d4@75674 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.32611340481526e-07}
{"commit": "0db9130cb0b37130459bc0fc6a1099224ac96620", "message": "Tweaked a logging output line\n", "proba": 7.767742431497027e-07}
{"commit": "b7512d33afa316c02abe43134850a96f0e2e562d", "message": "Add dim selection widget interface\n\nMigrated from imagej-ui-swing.\n", "proba": 1.0442598608051412e-07}
{"commit": "b7ff96f84b32a4317998b8487efb2888723a1e6a", "message": "Create Java Stack.java", "proba": 0.00019090324349235743}
{"commit": "0dcd436ce45203cc88e7a0c0d5af764a180025f2", "message": "feat: add p136\n", "proba": 1.0022969945566729e-05}
{"commit": "729677f9b80a730da1c59ad6d49159211f7b184b", "message": "refactoring\n", "proba": 5.272031557979062e-06}
{"commit": "807ef1fe62064e093b9172d51178165bc69c5b19", "message": "JSPWikiInstaller (Install.jsp) receives a makeover and substantial enhancements to support the new group scheme. When the wiki is set up, we now create an administrative user and an Admin group. It also uses the default CSS.\n\n\ngit-svn-id: 6c0206e3b9edd104850923da33ebd73b435d374d@625466 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.609218985431653e-07}
{"commit": "58f060eed0df8a24474f3df501e0e443e675064a", "message": "This file does not appear in fisheye; testing change log.\n\n", "proba": 1.0865048238883901e-07}
{"commit": "4439407852d9e4ea01d2d2dfed8f54cdb85a8f87", "message": "remembers hide underlay\n", "proba": 4.886606461695919e-07}
{"commit": "7ad2554a471a71a85853c590958762c563c787ad", "message": "Added class to handle password hashing and comparing\n\nClass found at\nhttps://crackstation.net/hashing-\nsecurity.htm#javasourcecode\n", "proba": 1.604363291107802e-07}
{"commit": "7f8140bf17ba282dc91b490221b350f8afae00ba", "message": "Create Permutations.java", "proba": 4.408286145007878e-07}
{"commit": "f3fdfcdf74b5a4e874065cf179e8c9c9977f667d", "message": "the class 'designPanel' is added\n", "proba": 4.7620773102607927e-07}
{"commit": "47d54e94e4bf3c76352630d2d09d4355942f755b", "message": "Bugfix k factor in EloScoreTable (games count was still using sum of other 3 stats)\n", "proba": 1.0298285957333064e-07}
{"commit": "ca4ee5205585e24f62c6d3001e46ed35313a93f6", "message": "Add DBUtilsTest", "proba": 3.274017785770411e-07}
{"commit": "9097f6213b20571d259fc45e5526f9ecafffe677", "message": "add home test\n", "proba": 4.6054901758907363e-07}
{"commit": "25693b6c56f139f2bddb47b3e2535dd9d47ed3c4", "message": "Create AVLtree.java", "proba": 3.406860287213931e-06}
{"commit": "17b5fddfe6b8e00c0a66a9162bde16054809b855", "message": "Added Account.java file\n\nIt's a basic java class to introduce object oriented concepts.", "proba": 1.0688300733363576e-07}
{"commit": "bb1e0182c8f60050c2a9f7a7476010067d907451", "message": "cleanup\n", "proba": 3.1109298106457572e-06}
{"commit": "6b8b5f585d06292a44405f5324b2f194b3d94035", "message": "Minor edits. sajmols, tajmols, qajmols were uninitialized.\n", "proba": 3.278842086729128e-07}
{"commit": "d9678a5227a0a17c2182e6c5264d2b617da26752", "message": "Bare-bones HSMD2D simulation, mainly for instructional use\n", "proba": 1.1447500725125792e-07}
{"commit": "c6ad355827e01fe0196d96b1bc1f79e9d78560ec", "message": "$music now bugfix\n", "proba": 1.8424556458285224e-07}
{"commit": "e19f9c91bcfaf809debe37ae5bbeabf53321f905", "message": "Modified get input method to check the dictionary and provide explicit error messages.\n", "proba": 1.1097657903746949e-07}
{"commit": "b96f58911e412fdb0ebdd2bda7dbe89a0829b5db", "message": "Propagate the concept of \"packed opcode\" values.\n\nDalvik now exposes a distinction between \"packed\" and regular opcode\nvalues. The packed values are more densely defined in the range 0-0x1ff,\nwhereas the regular values are sparsely defined across the range 0-0xffff.\n\nThe only current use for packed values at this level is in opcode\nusage reporting, but their use may expand over time.\n\nChange-Id: Ie783b90cb2dcb9df8f3eb19a7c708a53906fdbe4\n", "proba": 1.4233110050554387e-05}
{"commit": "772c6c0d2d62af7295030ded14b3f428ab325ef4", "message": "am 40f0efe0: Merge \"Add a trace constant for PackageManager\"\n\n* commit '40f0efe03df87cf340de089bcb09010a88f8a120':\n  Add a trace constant for PackageManager\n", "proba": 5.183116513762798e-07}
{"commit": "308dea135c42e1f15da66c7e2f15f26aa1c3ddb5", "message": "finished HW1\n", "proba": 3.3873337201839604e-07}
{"commit": "f1f9b4f5424d9cfa7d3c80541305b712c237fe05", "message": "Add Conversation model\n", "proba": 7.850937890907517e-07}
{"commit": "a5490a545209cc647a8dacee5f57d22fc67325bb", "message": "Create test.java", "proba": 2.797143451971351e-06}
{"commit": "8bad148249b22c0aa8096e7836335e895faa6abd", "message": "Create Color.java", "proba": 8.434137157564692e-07}
{"commit": "d8e877d27d8e5a87446b9e1030325edad268d9e3", "message": "Maybe fix issue #28457907: Pebble app crash + reboot\n\nFix this long-standing multi-threading issue in Bundle\nwhen multiple threads are trying to read from a Bundle\nand conflict to due unparceling.\n\nThere are two critical sections this protects: writing\nthe bundle in to a parcel (when it is doing this from\nthe bundle's already parcelled representation), and\nunparcelling a bundle into its map of entries.\n\nChange-Id: I5470002f090e63dd623a573da6c204d3b5b661f4\n", "proba": 3.207728468623827e-06}
{"commit": "31c95b93c64601994732dda6ed9de7c44f838596", "message": "am 009ea5a0: Merge \"USER_CURRENT_OR_SELF had the same int as USER_CURRENT!\" into jb-mr1-dev\n\n* commit '009ea5a04c38dd209b73d28cb867f05e63ec89cc':\n  USER_CURRENT_OR_SELF had the same int as USER_CURRENT!\n", "proba": 1.793370785208026e-07}
{"commit": "2e5c2f3ae0e2e035ba6de5aac644c7b4b1e0b736", "message": "am 7385aca1: am f0bead28: Merge \"DO NOT MERGE Enhance local log.\" into mnc-dev\n\n* commit '7385aca1a2bcb702cbf49b4cd3d1cf60972f9407':\n  DO NOT MERGE Enhance local log.\n", "proba": 3.354716113790346e-07}
{"commit": "f6a78de10fd6bf507b1df82ac1cf8496942b359c", "message": "am 838a99e9: am bde00321: am 28b5b144: Fix: Selection handles are wrongly shown.\n\n* commit '838a99e9adcdd065582956cac5150483535da4ae':\n  Fix: Selection handles are wrongly shown.\n", "proba": 1.6001658309505729e-07}
{"commit": "dcd8258e2447afacb6d6f793c2cfb7ad94d2acec", "message": "am 971003c9: am ece5bc9d: am 7b6b85d2: am d7d07498: am a980c7aa: Merge \"Re-initialize error after attach\"\n\n* commit '971003c9ffc854f4b080af902457e7a6447f692a':\n  Re-initialize error after attach\n", "proba": 3.082461716985563e-07}
{"commit": "49d16027f083f00442abfa366fc610996080e4e4", "message": "Create HashMap.java", "proba": 2.9623049613292096e-06}
{"commit": "97cc8ac18eaee951ed98d5cc59f9e1f798447501", "message": "Bugfix - Last line of text file was not shown", "proba": 1.1997300930488564e-07}
{"commit": "bf9cbeb73dcde9f2338b9a9c76a38ec8122d14df", "message": "Removed BigDecimal", "proba": 6.679108537355205e-07}
{"commit": "9d68622550fce77e949d2f40ea1c9d4b640d1d85", "message": "PlayerTest has been completed.", "proba": 1.1940092292661575e-07}
{"commit": "f505de663d174fed8677df4d216baf458f0c88eb", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "33a143d949cf5f5f4fb6018239b9fe21a67837fb", "message": "Decide upon final color for highlighting categories when jumping.", "proba": 1.2923081271765113e-07}
{"commit": "f0d9e16bd816340fc83b8b48b0770bf53b81c37e", "message": "10699 Count the factors\n", "proba": 2.135587692464469e-06}
{"commit": "1477fd05329353c604b244b97cc0b878818b400d", "message": "Update CombinationSum.java", "proba": 4.673641456065525e-07}
{"commit": "e908e1c8a353d8068d7c70b4b92dffa2415394fd", "message": "Initial import.\n", "proba": 1.8284994496298168e-07}
{"commit": "f5a681c5a6a5808313d1adf3d73def2d96f9333f", "message": "Added sample\n", "proba": 1.6491304677401786e-07}
{"commit": "30181722f1f7ae68220a236fc3b2958b8358c896", "message": "Problems\n", "proba": 9.40523295867024e-06}
{"commit": "938a35883988d9daf042e3f533216f26606c25d2", "message": "added missing file\n", "proba": 7.312501679734851e-07}
{"commit": "83823d5267c63ebc89ac20954564f4087b4fe514", "message": "Create TranslationText.java", "proba": 1.4895427966621355e-06}
{"commit": "8ba04d0b991aeb45d64f1505eb8489b7ea3b4607", "message": "Add source for PNG2XML (please move to somewhere else)\n", "proba": 1.1583588843677717e-07}
{"commit": "779d9bc8954fe1fb27040c690249df6afdc193ba", "message": "added radar lock\n", "proba": 1.8979598337409698e-07}
{"commit": "d80b5e21b670e7e9c6da370f3e14db9088601037", "message": "Demonstrate the switch without break statements", "proba": 9.350365871796384e-06}
{"commit": "007e862f39f88d97b364d7a774e4e7b687661415", "message": "Create NimGame.java", "proba": 6.958684934943449e-07}
{"commit": "8ef7d361b2bb28dee746f73687012da7af0005d0", "message": "+LEDataInputStream", "proba": 1.3048572782281553e-06}
{"commit": "b0281f8087a9f67f2b3c65b161c585c036fd45e6", "message": "fix: fixed add and get of epoch and place advices\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@5609 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 6.032622081875161e-07}
{"commit": "37c78a321d12cd60616650cf1a3f2a822c36e4be", "message": "Add ChatOutputListeners to EventManager", "proba": 2.4829012090776814e-07}
{"commit": "eb3e3abbaf1ad870db98ad5c169ddc211997a1a3", "message": "Javadoc and all\n", "proba": 1.4073242482481874e-07}
{"commit": "656d5515a36a25405fe39a29d551998224e1a60a", "message": "make sure configuration knows a header matcher.  RAT-86\n\ngit-svn-id: 20b5046b6673c953bccf871611e49999d6099921@1081440 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.452652658277657e-06}
{"commit": "9e7a46b805a24b10e105a5da25c9fddd844acfb1", "message": "After \"Destroy 1x\", \"Exchange\", and \"Under Stack\" abilities we now check/update the highest card when the \"Highest Card 0\" ability is active.\n", "proba": 9.924148969275848e-08}
{"commit": "7b4ed0e5377c80f9fdbd62733975026b69732212", "message": "new: dev: Added feedback for user regarding input validation.\n", "proba": 1.0703356423391597e-07}
{"commit": "6eb13a005ce02c79b3e22470cee614aafb6d64a0", "message": "I had an ongoing notification I couldn't clear.\n", "proba": 1.3701060197490733e-07}
{"commit": "9a6e94012d0961f7b4812d3f393ac4219e07fd9d", "message": "Cr\u00e9e un fichier avec l'ensemble des cartes\n", "proba": 1.5400756581129826e-07}
{"commit": "144391c84165ec67c374b0812e977b95abc8fdae", "message": "Contains Duplicate II\n", "proba": 8.877456821210217e-06}
{"commit": "7b8ba610a5b9845745a229c1ba3c86c120c4b800", "message": "rename body to bodyTemplate\n", "proba": 0.9994263648986816}
{"commit": "f633db60ffb45299a86712c63bca0e8a357b25e5", "message": "Create ForkJoinWithResult.java", "proba": 1.439379843759525e-06}
{"commit": "d4a2b947121ad546391f04660bed26b051bd39df", "message": "Sorghum added\n", "proba": 2.7549734227250156e-07}
{"commit": "c9e8be38ddde86a6b2a937d3a9e48e97cb2b199a", "message": "Fixed MetaFiles.getPath returns wrong path.\n", "proba": 1.1368526031674264e-07}
{"commit": "aebde0198b97539ae933ebed443675731881297b", "message": "\u7c7b\u7684this\u4f7f\u7528\n", "proba": 3.8093824628049333e-07}
{"commit": "0aa0f6da173040face15b80f969664b8635645fe", "message": "edited ArraySortTest.java & added JavaDoc\n", "proba": 1.3287960598518112e-07}
{"commit": "74ed7c9db344dfb875e05c07ca36be800ea3b6f3", "message": "add changes  for shapes test\n", "proba": 2.2415787270801957e-07}
{"commit": "56bddc669b8a14566767dd3b7f7f2ae5f19ca682", "message": "Novo arquivo pra todo mundo ver\n\ncria\u00e7\u00e3o da classe nova usu\u00e1rio\n", "proba": 2.997847445840307e-07}
{"commit": "bde4b25602c8c223ea233fdd166b9a4693b8a22a", "message": "hiba javitva\n", "proba": 4.972142505721422e-06}
{"commit": "2073b3fed4cf2359e871f7ecca1daff8667bd576", "message": "Added Kaynig's NonLinearTransform minus visualization, loading and saving\n", "proba": 1.1307812286531771e-07}
{"commit": "330ce9c1fd4c494525c0200d1072097274cf5eee", "message": "rename LogWrapper to Logger", "proba": 0.0006181325879879296}
{"commit": "1d0cf959a990908f655cf64ac61adf67a05a7463", "message": "Add TextureLoader class, which lazy loads images\n", "proba": 1.907344397977795e-07}
{"commit": "d72f7f9e23e26e5c8d71a351cf7c6d0e35afad58", "message": "Add Buffered interface\n\nThis is similar to ByteBufferDestination in log4j-core, but is slightly more limited as it does not allow swapping buffers to drain (not exactly sure on the use case for that yet).\n", "proba": 1.1028488700048911e-07}
{"commit": "3d0c675927ab3eb9daabecea73260301e09f0c5f", "message": "fluent panel\n", "proba": 8.119427548081148e-07}
{"commit": "be886bb3cb307d1dc666cadbb9f53d082f214bb6", "message": "Add a pH Sensor Form for setting up a pH Sensor\n", "proba": 1.519983499065347e-07}
{"commit": "3cff317a35fcc639d3b814897f385f6a18be0cfe", "message": "Add RelayNodeMonitor\n", "proba": 2.601144899472274e-07}
{"commit": "ce5c696e8a564f5f7ef0518715d9d1cb41ea911a", "message": "Check satisfiability of method/constructor contracts.\n\nNote that no checks are made for abstract methods.\nNote that no checks are made for functions.\n", "proba": 1.1708022640277704e-07}
{"commit": "407353a2d3a4f7380deec1a1be3cd6f071a464f1", "message": "Added abstract class BaseTest\n", "proba": 1.7886632974750682e-07}
{"commit": "212c208fd30d4ac2c9bf25b7c691f1cfa7bfe788", "message": "Fixed disconnection problem.\n\n\ngit-svn-id: 036f06d8526d2d198eab1b7c5596fd12295db076@668 b35dd754-fafc-0310-a699-88a17e54d16e\n", "proba": 0.00013171690807212144}
{"commit": "7eaa3077c29700f17324f7830e3682d771b4f5df", "message": "Graphics surrogate for the boxes BlessRNG\n", "proba": 1.621641132487639e-07}
{"commit": "ce8165179b01da1bc5ccf65ca7256140f58b62f5", "message": "Message class commit", "proba": 2.2547321520960395e-07}
{"commit": "ec3969475ff486482249f4f9fca7d1cfdaa6b600", "message": "Add Opcode enum containing valid opcodes\n", "proba": 5.471999429573771e-06}
{"commit": "2860e953d70358d9fe608487f9cbc8d9072b692d", "message": "test\n\ngit-svn-id: 6d8cdd4af04c6f63acdc5840a680025514bef303@1608 4f21837e-9f06-0410-ae49-bac5c3a7b9b6\n", "proba": 8.734107268537628e-07}
{"commit": "605ffb95b358f915a583a24f0b559f5c77c0c330", "message": "finish problem 415\n", "proba": 6.097849109210074e-06}
{"commit": "88a6462aae4cc673a1003454245eb46d1da32740", "message": "Fix for #310: \"?\" (DefaultOp) operator is always boxed so let's not mark it unboxed\n", "proba": 3.574961056074244e-07}
{"commit": "cf0d46e5dd2a53f7e53f8b6ff30bb19d13a84eed", "message": "Issue #1586: Rewrite the test for subclasses of Throwable following feedback from @FroMage.\n", "proba": 1.0204140465930323e-07}
{"commit": "b7c8cc414849c0ac8686b639044f466caad56061", "message": "model loader #847: load @TypeParameter.caseTypes\n", "proba": 4.830357056562207e-07}
{"commit": "36f2f784336a73c09fee691f7b6f527626d8029d", "message": "Model loader #162: set the local type container properly\n\nAlso moved a method from TypeParser to the model loader\n", "proba": 1.4815198312589928e-07}
{"commit": "f6ce71f8be2218cc4fcb77c872f58e90d5ace6ae", "message": "Issue #1168: AbstractModelLoader: Set annotations on fields and parameters.\n", "proba": 9.915066812027362e-08}
{"commit": "520ef186111f3cadc8a95121e5aa8eaf0e07c133", "message": "Fixed #582 don't set TypedDeclaration.uncheckedNullType for primitives\n", "proba": 1.428333575859142e-07}
{"commit": "f60d761f46fbc12404af26ad46c22863b29b585d", "message": "CeylonRunJsTool: added /usr/bin/nodejs since that's what's on latest Ubuntu\n", "proba": 5.534451474886737e-07}
{"commit": "7d35acb68a3f552727b30854d9c6751acb2e3d31", "message": "CollectionMetrics\n", "proba": 5.599812311629648e-07}
{"commit": "a0d33c18cf02e3fe39d5c7d5ef71bd86b2eed80d", "message": "Added a test for SelfAssignment checker\n", "proba": 1.211415820989714e-07}
{"commit": "59c673bb9fe480c60aa92c81ce91f15207564824", "message": "resolved junit upgrade issue in the AbstractHazelcastClassRunner\n", "proba": 1.3198894066590583e-07}
{"commit": "e8e429b34c838dd3d193464cefb668fd1381660e", "message": "AndreasTolfTolfsen: Revert r17654\n\nr17655\n", "proba": 9.155395446214243e-07}
{"commit": "3bacc2b474c28369e537cc861b5b4f700f38bd95", "message": "Fix warning\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1655961 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0002095351810567081}
{"commit": "e12d24afe944d73d61df3b503abfb42ef59eccc5", "message": "Revert changes in r1559397 for this file.\nThe first attempt at a fix introduced a different regression\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1559549 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.73572719481308e-06}
{"commit": "445441b84241cdae5fb99ad88c0ade00d5ddbe46", "message": "First alfa version with many todos\n\n", "proba": 2.0377522957915062e-07}
{"commit": "2fc39b85ac2ca9fdfed923641eb8eda339287a08", "message": "Added ArciveFiles exit source\n\nThis MQ MFT exit provides the ability to zip the files at source after\ntransfer is complete\n", "proba": 1.0268472294683306e-07}
{"commit": "b393a75c11f312a6567b52dbc675f46dd3fb1b74", "message": "Indentation\n", "proba": 1.5233661088132067e-06}
{"commit": "251a9eeeb8627b9f0bf93c7926aeb4240f7da224", "message": "PascalTriangle\n", "proba": 6.015977760398528e-06}
{"commit": "5d850dcf65964caf00a5d544744e3a9f007b2740", "message": "Completed Two.  Small change to Linked List.\n", "proba": 1.029488814197066e-07}
{"commit": "74a547d8086286424ef64ac2fff6d931edca3b73", "message": "Create Day27_TestingPart_II.java", "proba": 5.253839958641038e-07}
{"commit": "c10806e518bc1011bbe4af221ededc64e20c208e", "message": "Novas Excecoes", "proba": 1.7587858565093484e-06}
{"commit": "3f8efd17d9578bdbe4b4b8e899d332b157066217", "message": "540. Single Element in a Sorted Array\n", "proba": 1.3367832707444904e-07}
{"commit": "7b4148924eb26375ad808961f8dd84c7f7c1b0b6", "message": "Create Game.java", "proba": 8.477417168251122e-07}
{"commit": "1ef4b8bab1b32327d8ed7129cb49b1ef6fd0ec7a", "message": "Initial checkin of script to mimic appliance db connections", "proba": 1.5677393605528778e-07}
{"commit": "e7052755aeb07920ce4192fd82041783e16f96c9", "message": "Create 2.java", "proba": 2.137042429239955e-06}
{"commit": "2fff45d09e1a9e21f9814fca59a9cb4eb19d6b36", "message": "Create Spells.java", "proba": 8.678982226228982e-07}
{"commit": "e613b5cf4ac76cb09707547b55873d50825a0a40", "message": "add standalone java Application\n\nAdd a JWS deployable application that can be deployed on OS X\n", "proba": 5.114310965836921e-07}
{"commit": "726f2ee55e0dc6196b0c883277b0e8d3fe0e15a2", "message": "161. One Edit Distance\n", "proba": 9.394038897880819e-07}
{"commit": "ac91525b0933c889e1214b9677da87f6ed851e48", "message": "Create ImageDownloader.java", "proba": 3.0761009384150384e-07}
{"commit": "b3de95627e2fb6cd2b4fc0489c743e114948c24b", "message": "refactoring\n", "proba": 5.272031557979062e-06}
{"commit": "3faad08e3b84edad20c15932f50a65dbc28c110d", "message": "fixed bug in SimplexNoise.fastFloor(x) when x=0 - thanks Lex! The same method in MathUtils hasn't got this issue...\n\n--HG--\nbranch : toxiclibs\n", "proba": 1.7079922542961867e-07}
{"commit": "c1c324dc7471690a5fe2eab5c51f58ab48f5cad4", "message": "\u7c7b\u6210\u5458\u7684\u8bbf\u95ee\u63a7\u5236\n", "proba": 1.883609996866653e-07}
{"commit": "38b0032e331a0c1463c5a0330ee2e64b22994bcd", "message": "ASCWorkflow variable naming.\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@12751 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 9377c236ccc076e93178db58da58c6361329582b", "proba": 8.533966138202231e-06}
{"commit": "2a88f3bce9dd46438e04419dfad88f1e25e64f38", "message": "El Task Tracker se suicida cuando se convierte en Job Tacker.\n", "proba": 1.9048377453145804e-07}
{"commit": "fc32e814c70f1c6ad18f14945fdb384b332afb96", "message": "Added regex start and end marker to SegmentRoute generated regex\n", "proba": 1.4673740622583864e-07}
{"commit": "a449e5033a91b92a9e89d7a08ef0a0dc9a63a122", "message": "Added file GameRockPaperScissor3_17\n", "proba": 1.549324082361636e-07}
{"commit": "a7ca5df6d3e7e3b1513d712ba9da0145917955ca", "message": "\n\nSigned-off-by: kalllx <kalllx@yahoo.cn>", "proba": 1.6515667766725528e-07}
{"commit": "11f8cd4f33e6420d5f4ba6a9ed09e6c96f010056", "message": "Added:\n   * GCJInstantiator\n", "proba": 1.4069431131247256e-07}
{"commit": "390c9f85de182b2560dda0e85181c8185cc51012", "message": "ajout d'une classe test", "proba": 4.872849785897415e-07}
{"commit": "dc77446bae61303b0b573f872af928f305ef6f01", "message": "Template Method Pattern \uc790\ubc14\n", "proba": 3.3742372806955245e-07}
{"commit": "4022ba7c770d65e96c987dfef5ded460b5c467f8", "message": "Move file from BRB\n", "proba": 6.688796929665841e-07}
{"commit": "3d27cf220acfa95b1838832f5e1db0eeaadd4cd5", "message": "Removed some code/string duplication.\n\n", "proba": 9.224272048413695e-07}
{"commit": "afdbf93ad72dbbf5a1b57e833e33a91826f2e77c", "message": "Add simple user API to stack-allocate NIO buffers\n\nI wanted to play a bit with a user API in the form of a Stack class,\nwhose static method implementations immediately throw an exception if\nthe JVM is not started with a Java Agent to give the user feedback.", "proba": 2.054053084066254e-06}
{"commit": "48bc01a356002f3b2915a30cd895943c67eb6735", "message": ":dolphin: fix NPE from bad location services\n", "proba": 2.3519564251728298e-07}
{"commit": "b14b6791c4ea15c0d0efb2e3b0cc610e88dd632b", "message": ":turtle: NPE probs\n", "proba": 9.097715292227804e-07}
{"commit": "fbf19b4486fda17186f65ee83dfacab0b2088238", "message": "Initial implementation of SortedIntegerKeyNode<T>\n", "proba": 1.2592742848482885e-07}
{"commit": "67658decee772cf226b42a22d42308fff839eb2c", "message": "add BreakingTheRecords.java\n", "proba": 2.86189816733895e-07}
{"commit": "adda2f7dc354285a8649fb00ad1309c5341d1bcd", "message": "java-hashset\n", "proba": 2.968934495584108e-06}
{"commit": "fac3053d819283da36e6c69e462a5778461f89b7", "message": "Fix build (add missing class)\n", "proba": 1.2545682182008022e-07}
{"commit": "48fa5f20fd3643d8ad11b038fe47eaca3566fb85", "message": "+CraftoMessenger: Added Prefix to debug()\n", "proba": 1.1023146839761466e-07}
{"commit": "f64f908e9a0f517e440f7ed91123da495aca5005", "message": "[1.5.48] Fix SantaCloak.java", "proba": 8.202061508200131e-06}
{"commit": "3f23b703a8017192c427a82258291d75d583fd58", "message": "Added Linked List Addition\n", "proba": 4.173856495981454e-07}
{"commit": "8e67a80dc5f8b2ff6446bae8517ed595b7d90c49", "message": "Java for loop test added\n", "proba": 3.406121891202929e-07}
{"commit": "1aa03cf72a5d40d05b3393af2f246d2a45ea1389", "message": "am 00ab863a: am fb3221bf: Merge \"Assume ARGB_8888 for unknown configs. Bug #3327175\" into honeycomb\n\n* commit '00ab863a19610725469a27aaab0779de8d62c2e1':\n  Assume ARGB_8888 for unknown configs. Bug #3327175\n", "proba": 7.012620812929526e-07}
{"commit": "3d019a374fa41a11fb7b718770076e61235d1c45", "message": "am 83d52229: Doc fix: duplicate word \\'of\\'\n\nMerge commit '83d522290e56f614d0d9373d47c2b54b9e207795' into gingerbread-plus-aosp\n\n* commit '83d522290e56f614d0d9373d47c2b54b9e207795':\n  Doc fix: duplicate word 'of'\n", "proba": 3.1732126899441937e-06}
{"commit": "c487ab6504bba4d2487ccfa639602bcecd1ddb2c", "message": "3722 [FIX] Wrong behaviour if purchasable items have the same product ID\n\nprocess borisspektor's feedback\n", "proba": 1.2278623273687117e-07}
{"commit": "e4e0f15b259b6b0681ee91be4181626b046d1495", "message": "Fixed memory allocation bug introduced in previous commit.", "proba": 1.0524661320232553e-07}
{"commit": "edbb0c5591f1322d05dabbd450a5f21763712e04", "message": "Removed needless field.\n", "proba": 2.0408951684203203e-07}
{"commit": "5360a97b55c835ea6112297020628a0cdca1644e", "message": "Resolve warnings\n", "proba": 5.891415639780462e-07}
{"commit": "5ce738206294252fb1972d42bd830fee41acb137", "message": "am 6f89172b: Merge change 22352 into eclair\n\nMerge commit '6f89172b6e149c623fe582e4baa658299a3fc72c' into eclair-plus-aosp\n\n* commit '6f89172b6e149c623fe582e4baa658299a3fc72c':\n  Fix FallRS by keeping a reference to the mesh.\n", "proba": 1.1407972522192722e-07}
{"commit": "ec0d899b2c26a190541b67b724eb467eaa626bde", "message": "am ca5d8dc2: am 14e883b2: Fix merge error\n\n* commit 'ca5d8dc2c08f2bfbb0c06e9b7b9cda9776493862':\n  Fix merge error\n", "proba": 2.8553098673000932e-05}
{"commit": "82f24e82e125d9dfbed072d0d9329b90e6d9cb12", "message": "Fix bug 5186341 - Double Action bar when displayOptions is 0\n\nWhat does it mean??\n\nChange-Id: I7978b8fb6877da6178f8db89ec085f1402acf743\n", "proba": 1.925810647662729e-05}
{"commit": "54d4817053a54bcf11be9a625f4815f1d670adce", "message": "UVA 11629 Ballot Evaluation\n", "proba": 1.3010048860451207e-07}
{"commit": "8a58b1f95374a119b7b7ec3949505b6d3714e2a0", "message": "stack implementation using java\n", "proba": 1.7250872588192578e-06}
{"commit": "8f9f3c4d31e946985630e50d9e1db75c094fc3d5", "message": "Solution of Product of Array Except Self.\n", "proba": 1.30888381022487e-07}
{"commit": "4d77812161f91b46e57c2623c382fac5587f3370", "message": "http://NewsMute.com session deletes after verification\n#newsmute-133 In Progress\n", "proba": 1.191704512848446e-07}
{"commit": "ee7fbd282dcf60c3043f04e5602cb7f909b8fc35", "message": "Added Mailer to project structure\n", "proba": 1.2510150781963603e-07}
{"commit": "da17378e796fa219b77681b755ea2802ff8b35e2", "message": "Surrounded Regions, BFS on two directions\n", "proba": 1.3463379389122565e-07}
{"commit": "decf14261dd2fa70cb39a8edd78cb8500ba68572", "message": "required a little bit more touchup\n\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@567165 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.32269415443443e-07}
{"commit": "a6307388aa3dc1dd795417a3946bf845ad1b17a5", "message": "Correct OpenSSL name\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1687757 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999985694885254}
{"commit": "2489f63a5cde6a30872ade63d03893ee463ac0a1", "message": "Selector composite class\n", "proba": 3.341248486776749e-07}
{"commit": "e2a0a192dea569fbbb8c013e2ed57e0f7d65f6e2", "message": "adding back day phase timer for abstraction.\n", "proba": 1.3570591761435935e-07}
{"commit": "13154d614ac92e2682c227394bcb54b73354a16e", "message": "Modified the invokeMethod method to support invocation on UI thread if required.\n\nStill some work to do in this method to make a clean code, especially dealing\nwith the CalledFromWrongThreadException thrown when a UI-related method is\ninvoked from an non-UI thread.\n", "proba": 1.0614979117917756e-07}
{"commit": "c0adf64c7681ade03c590d9c64bc83f8eca15b2a", "message": "SharedPreferences\u7684\u5de5\u5177\u7c7b\n", "proba": 2.4225505512731615e-07}
{"commit": "433381eed002e8aa2c9513c3f1f8dde56251bd5f", "message": "updated to new members of Vector2D\n", "proba": 1.7746189939771284e-07}
{"commit": "2a4c5acc27e546f11e578e9982d8c33deb6b88fb", "message": "Fix race in removeDeadProvider.\nBug: 5202824\n\nIt's possible for removeDeadProvider to be called after the provider\nhas already been removed from the provider map due to a race between\nbinderDied and removing the provider.\n\nDeleted removeDeadProviderLocked; it was dead code.\n\nChange-Id: Iecdc68703225e7ac171746e63f1b3141c6f2ce4c\n", "proba": 4.640111910703126e-06}
{"commit": "d4d32c594f9a414821df147f503af5748d839c66", "message": "Don't crash if there is no connectivity service.\n\nChange-Id: I5f991896125fda22ff99b98a6aca244adbb17449\n", "proba": 8.187916137103457e-06}
{"commit": "0a9bce976ae6f46cbd0e75cc857480c4d117acad", "message": "am 110919d9: am bd59764a: am 8f0e0c1f: Merge \"Clean-up state if we have an exception when acquiring provider\"\n\n* commit '110919d9952a60eb9a2ff1696f3e13818428ee6a':\n  Clean-up state if we have an exception when acquiring provider\n", "proba": 2.820265194714011e-07}
{"commit": "3f74f6386a15d09f27dbc81edd8dd2c13e298d73", "message": "am 55966006: am 7a4cb563: Merge \"Frameworks/base: Remove unnecessary Pattern instance\"\n\n* commit '5596600697f54feb944737b7bc55df06123e6e54':\n  Frameworks/base: Remove unnecessary Pattern instance\n", "proba": 4.459152194158378e-07}
{"commit": "d57de6afb8981dc1663d41a842ab7cdae93427a1", "message": "Fix docs build.\n\nChange-Id: I6fd0d711b2cc7726fdaa9119ee467ed6fab82de1\n", "proba": 2.1473455490195192e-05}
{"commit": "b00ceecb96063a30bb73b13e156a6da00e3900e7", "message": "am 0ae107ff: Merge \"Cut long text into multiple DL at start\" into jb-dev\n\n* commit '0ae107ff34dd998dbe86736297e9325051ad5152':\n  Cut long text into multiple DL at start\n", "proba": 1.0562524721535738e-06}
{"commit": "fb6aecb70392516427908c3148c0350840f6bc04", "message": "Added hooks from jni to create and manage SurfaceViews for plugins.\n\nA subclass of SurfaceView is created in order to appear like a normal\nSurfaceView to jni but can be managed in Java easily. This class implements the\nSurfaceHolder.Callback interface in order to notify the native PluginSurface\nwhen the surface changes.\n", "proba": 1.0377353731882977e-07}
{"commit": "67986974c8f718e086c42931e9b85fdcecb49e0b", "message": "Remove AccessibilityAction.ACTION_CLICK from AbsListView.\n\nAbsListView is always setClickable(true) for get clicks\nand show ripple effect on clicked items. It is confusing\nfor accessibility because ListView has ACTION_CLICK\nbut does nothing important for user.\n\npart of b/21305287\n\nChange-Id: Ie9433a0bffcf1a469f16575a7a130ff953d80283\n", "proba": 3.375928145032958e-06}
{"commit": "33e7e42336769a9a998d276fbf872d05789ad9a5", "message": "am 80252a92: Merge \"Allow top-level drawable container in progressDrawable\" into lmp-mr1-dev\n\n* commit '80252a92e5736c62d26a7ee013c60c4fbfe4b66b':\n  Allow top-level drawable container in progressDrawable\n", "proba": 2.5703258188514155e-07}
{"commit": "f86f3ce2825a81037ba42b925991621632646bf3", "message": "tests used to generate slides for JPrime 2017 JUnit5 Talk\n", "proba": 1.2892760992144758e-07}
{"commit": "7aa03670ccd24081beb0aef6d9b3d88034d50485", "message": "Add 448\n", "proba": 0.9996954202651978}
{"commit": "5cf07bee2f9a0dd303cb58914e98cbe8f03057d9", "message": "Update Matrix Layer Rotation.java", "proba": 6.526540801132796e-07}
{"commit": "50cf2754e08fda91d1399bc7781d92c239d64c82", "message": "Simple update\n", "proba": 3.9766459281054267e-07}
{"commit": "4cb94fe028b7d673b18715fecb6ab2a89fc9cc3f", "message": "My Java solution for Day 2 challenge", "proba": 1.5579799139686656e-07}
{"commit": "c8f44a06f1e52a81db65e9448681530d39b7454f", "message": "Create PushBox.java", "proba": 1.116108023779816e-06}
{"commit": "f2fefbdd76758c0e89bf0b520555adf16469b4a5", "message": "Add utility for dealing with bitmap\n", "proba": 3.827049965821061e-07}
{"commit": "cc9745ce5093631db6181ba7b27c1b59f321f476", "message": "final class Message\n", "proba": 2.105129794927052e-07}
{"commit": "f9ac1ba31fd05633bf30e29021c26d90da7b7821", "message": "ups, den Datentyp vergessen...", "proba": 1.1486464757126669e-07}
{"commit": "7c761b7c6ea72b54844644d948f0083e9b971b8f", "message": "Fichero Interes.java", "proba": 5.634525450659567e-07}
{"commit": "f488fa25038e51c4a0e7bc5618761371bcf65554", "message": "try rw mode\n\nnot finished\n", "proba": 4.639261419470131e-07}
{"commit": "326f1f25596027de919be6fd4e1e4838173ac7c4", "message": "C sharp is not c++\n", "proba": 0.9999293088912964}
{"commit": "0419d040c9ec954c07926853af4e73268e0d0506", "message": "Implemented unit test for the Card class\n", "proba": 1.8784579935982038e-07}
{"commit": "e718978e116b64cffd8bd39ad7b549c224d7f815", "message": "Create Metrics.java", "proba": 6.718730105603754e-07}
{"commit": "b26d9d0bb0953e9cb573fe59d93fae90b3bc4e6d", "message": "nio client\n", "proba": 5.052813776273979e-07}
{"commit": "4de2ab4c55f74a7e166f58c7b7e72fc47c0d24c1", "message": "am 7081a5d1: Merge \"Correctly iterate through MediaProjection callbacks.\" into lmp-mr1-dev\n\n* commit '7081a5d1ae6b9fe5d92dca25a85524c2c2421e1e':\n  Correctly iterate through MediaProjection callbacks.\n", "proba": 1.3005823120693094e-06}
{"commit": "be920c5a6c3d1937014e413cc72c8d4fa0cb5260", "message": "Parameterize a list.", "proba": 0.0004943324602209032}
{"commit": "3e85c5800e5ad712c8163d2137cc8898d42ff440", "message": "Method of sorting numerals and literals in ArrayList\n", "proba": 5.062595960225735e-07}
{"commit": "86f3d9f4b095da7a3ac7fdf68a06537273c45b18", "message": "Add unit tests for Value class\n\nIs this class used anywhere?\n", "proba": 1.2954892270045093e-07}
{"commit": "ff79caea48ddef524574d04e2ccbe800c198b970", "message": "Add JUnit tests for Result class.\n", "proba": 1.2025823536987446e-07}
{"commit": "5c80e020575b1960fdfe32d948f49862acba9239", "message": "Add margin to top of LogWindow\n", "proba": 3.556516503522289e-07}
{"commit": "3b94b7caba3a36c8bc9e6b96c60160fef1211a59", "message": "Added cool Color class\n", "proba": 1.3449134428356047e-07}
{"commit": "108b58c5d731491fc3d5aaf5e4eb277dd3c28d41", "message": "Create Sqrt(x).java", "proba": 1.6130511539813597e-06}
{"commit": "e583908f7b8990f01f34707cb798d472c661907e", "message": "Create Turtlet.java", "proba": 9.384323789163318e-07}
{"commit": "819386cf90b75a6d8334f9ad2b1919c8b60af310", "message": "\u6570\u7ec4foreach\u904d\u5386\n", "proba": 9.122972528530227e-07}
{"commit": "8d77cfb14e0d254b0898588cf2c509244860b146", "message": "Update RotatedArraySearch.java", "proba": 4.5142630256123084e-07}
{"commit": "9c31a3f7985caf4f983050f3e70484f4ddbc7486", "message": "ObservedRemoveTraverser created", "proba": 1.622829302050377e-07}
{"commit": "53d589ba4c36bed030b0d453851983164c39db66", "message": "Makesure we don't ecncrypt twice\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@449665 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.420541005056293e-07}
{"commit": "2b83f26b51354f7fa0e737b6ee2e8080056b3c60", "message": "repair bug in gwt String class. Matches method use wrong implementation to match regex.\nhttp://code.google.com/p/google-web-toolkit/issues/detail?id=7736\nbug 71304\n\n\ngit-svn-id: 1e9c8c6774f47b2525901e6976424cdcd6072c6b@122438 3e83ccf1-c6ce-0310-9054-8fdb33cf0640\n", "proba": 1.0650125659594778e-05}
{"commit": "c77da69532abe613827603be7a9b0bd1818bbe83", "message": "internal updates done", "proba": 1.4584620089408418e-07}
{"commit": "fbbd490788be7db8548dcf61d62af1a4277bf89d", "message": "\u89e3\u51b3\u6b63\u5728\u8fd0\u884c\u7684\u4efb\u52a1,\u6709\u53ef\u80fd\u5bfc\u81f4\u7684\u8fd0\u884c\u65f6\u957f\u7684\u9519\u8bef\n", "proba": 7.0663809310644865e-06}
{"commit": "e06585fbaf854c090e9050c0e0d20bdf0e6c8815", "message": "Unused import\n\nChange-Id: I2c37d44c56c54289663e604a89d3ce0909cf6fa2\nReviewed-on: http://gerrit.dmdirc.com/294\nReviewed-by: Shane Mc Cormack <6f6e68d1df92f30cb4b3ce35260ddf94a402f33d@dmdirc.com>\nTested-by: Shane Mc Cormack <6f6e68d1df92f30cb4b3ce35260ddf94a402f33d@dmdirc.com>\n", "proba": 1.264160829350658e-07}
{"commit": "ffd525340b9ce9cffeed0e4d26ef0e9f27e4cad9", "message": "Define withLeading/withTrailing\n", "proba": 2.3292739115277072e-06}
{"commit": "c0a5a4f06c2557c107c2d17e869e15fcb4db13e0", "message": "add CounterTest.java\n", "proba": 6.925793627488019e-07}
{"commit": "fd42ef4ec8d64e936c29409da5f39f41839351cb", "message": "make Eclipse happier with static references\n", "proba": 1.75749690356497e-07}
{"commit": "826a46aed9739c7e0127491dfc56812ba7dd144a", "message": "Small fixes\n", "proba": 2.0434912073596934e-07}
{"commit": "d3e8df8ff0fb29e65c90313d1d2119d7b6198d98", "message": "Aggiunge DialogAttendi\n", "proba": 5.63790138130571e-07}
{"commit": "d4acd88863bd59ced2c353157366f9ec3a7cef0c", "message": "Does nothing on purpose\n", "proba": 4.69298247480765e-05}
{"commit": "91bb62e8504123ddbdf3bdcdfed511d057095aa6", "message": "make ActionSet static since it can be\n", "proba": 4.013423051674181e-07}
{"commit": "fd2efcd89643ef4e71be2c7bd92749dd8138ecd0", "message": "Adding template file\n", "proba": 6.561451186826162e-07}
{"commit": "ae04a21d2826e4d7777da5ac4fe4bc8c4daf4370", "message": "Add food name to model\n", "proba": 1.7968672182178125e-05}
{"commit": "9539385454eea4939d041099e4e303aab5088691", "message": "Create MliBotController.java", "proba": 1.8583035625852062e-06}
{"commit": "eab928b486a0d827d89f2b8ba375f4928fd6c45d", "message": "Se agrega la division\n", "proba": 2.0782972569577396e-06}
{"commit": "da058e260d1c5ac8039034b38db8c697c16017bb", "message": "Also monitor MOVED_TO events for wallpaper updates\n\nRestore uses moveTo(), not open/write/close, so we need\nto watch for that as well.  Now the wallpaper service sees\nand regenerates the wallpaper image immediately upon restore.\n\nBug 17909454\n\nChange-Id: I0db224c3d507bdc40399d49bb4bea01899f76ad1\n", "proba": 1.5703071198913676e-07}
{"commit": "4f0eb3a2d7d4e20d6fc8ab8d1ba24e0833af93d0", "message": "Minor bug - if there are errors, do not consider task to run too long.\nBugsId: 785\n", "proba": 3.1516516173724085e-05}
{"commit": "c9ff968787d4744194f9985ebaf8ce7efdd12256", "message": "Fix volume change failure in HDMI-CEC system audio mode.\n\nIn order to get volume change event, output device should not be\nin fixed volume device. This change ignores CEC releated outputs\nif system audio mode is on.\n\nAlong with this, fix invalid output from getStreamForDevice\nas AudioPolicManager does.\n\nBug: 17502272\nChange-Id: I7d4406caea7fa6617f17969dc61aabebb87ecf7d\n", "proba": 2.7196272640139796e-05}
{"commit": "79ec54789dd31bf7ae06f3b199e7bdc7465f36d4", "message": "am 7d329785: am d1559d6b: Merge \"Fix issue 2301630:  Mismatch of state occurs when media server is killed while in-call.\" into gingerbread\n\nMerge commit '7d329785f3f3111d99d58f75ac4e44cf1a65915f'\n\n* commit '7d329785f3f3111d99d58f75ac4e44cf1a65915f':\n  Fix issue 2301630:  Mismatch of state occurs when media server is killed while in-call.\n", "proba": 2.6086572688654996e-06}
{"commit": "e73131a68408a0495ba96a4d5a60799ba293c176", "message": "Fix bug 2684341 Don't steal the media button event from the phone\napp is the phone is ringing, even in silent mode.\n\nUse the PhoneStateListener to know whether the phone is ringing,\nas the mode is not MODE_RINGTONE when ringing in silent mode.\n\nChange-Id: Iede350cecde0b663d50f9b4a57f9a9ef08066c0d\n", "proba": 6.164954538689926e-05}
{"commit": "292e7c8b1bda231245581eefd5ee224ab56b129c", "message": "modified\n", "proba": 4.220560185785871e-07}
{"commit": "f40216f98aa63df4a4ff1f26692502cd9078a6fa", "message": "Fix a bug where a provider could be never released.\n\nBug: 5034192\nChange-Id: I5d4adf27ea933687d4a0bc5ee76d57b74e708eec\n", "proba": 0.0002420356759103015}
{"commit": "9ac3dbe1ce68fba1af012112894d54c3024195f8", "message": "Fix the marking of restricted network requests\n\nNeed to realized that the NOT_RESTRICTED bit is set by\ndefault, so if looking at what bits are set to decide if\nwe want NOT_RESTRICTED cleared, we need to ignore the\nbit itself.\n\nbug:15456019\n\nChange-Id: Iecae598f47ec7306d475e2262bb1c452ddf0fc75", "proba": 6.905157988512656e-06}
{"commit": "c8410017502dacff43ecd3e0926049b99fc186a8", "message": "am 1b755dea: Merge \"Remove discoverable timeout handler. DO NOT MERGE\" into gingerbread\n\n* commit '1b755dea38cc428a4adb8b8954bbafaa9c0441fb':\n  Remove discoverable timeout handler. DO NOT MERGE\n", "proba": 2.9854460080969147e-05}
{"commit": "dc871fd870972bd704d720fae45bcbbcc5905173", "message": "resolved conflicts for merge of 3ebade5d to honeycomb-plus-aosp\n\nChange-Id: Ifd5f88f75feeb2dad1131e6a262dff3b979bdf8d\n", "proba": 1.1965482826781226e-06}
{"commit": "a1788af3440fef04d16067223a31e9dced3500b9", "message": "Documentation update for TextToSpeech#getFeatures\n\nAdded note that it may return null in case of error.\n\nBug: 12323454\nChange-Id: I246f7e894c5e8a6421bdd72c7623c72e8a13fc3a\n", "proba": 2.772059133349103e-07}
{"commit": "5ac9b20b41f72baabcb8a7d114bcaac3ed37e352", "message": "Allow using setLeft/Top/Right/Bottom to control ChangeBounds.\n\nBug 17938614\n\nChange-Id: Ia341fdd63ab57ec16a3de6349b7eb07fdc0a48ae\n", "proba": 2.0460997802729253e-06}
{"commit": "c2b97616b6348c593fbe855d00e96fe0eea512cd", "message": "new ValidationFailedException\n", "proba": 3.7807757280461374e-07}
{"commit": "77e27b238209f17eafd2302bb2dbc1d1c39af88e", "message": "Renamed PacketCycleWrench to PacketCycleData, moved data cycling into tool base class, and allowed the packet to either cycle Bit Wrench modes or cycle Sculpting Loop radius.\n", "proba": 9.744364604102884e-08}
{"commit": "6f3605a0e8d433224d32a0c364cefaae7e79009c", "message": "adding LootSocketPotionEffect\n", "proba": 8.02556030521373e-07}
{"commit": "ca64c51bbd9e5ed6dcf0e347a8fbdd0099d5ee7b", "message": "KRACOEUS-4247 removed commented code\n", "proba": 1.1680309341954853e-07}
{"commit": "087d8163cef8e5a136e866be8e446be19ad79b9c", "message": "#187 Implmenent RussianDeclension\n", "proba": 1.666731321847692e-07}
{"commit": "18f3fc036832ef4455211feadb024749aaa976be", "message": "Oprava chyby\n\n", "proba": 1.4895996400809963e-06}
{"commit": "2f82c7269acde72d4b6bc9b275cfe8436ed6180c", "message": "Add another functional test\n", "proba": 2.5705718144308776e-05}
{"commit": "d38e11167c106a1ca0e5fe05a8d74e2fd89a8bb3", "message": "KRACOEUS-969 - Fixing unit tests relating to Key personnel\n\n", "proba": 1.0038642273002552e-07}
{"commit": "363704ecc791b7761b22f654eca51a9c217926f2", "message": "MessageListener test stub\n", "proba": 5.144243004906457e-07}
{"commit": "3b392df7c849a4f6b57c7a7d05bd253cb2a65152", "message": "StateMachine Integration Test\n", "proba": 2.5379955559401424e-07}
{"commit": "c24f723cc98b0179cfb20b2a22c69632f36f0e25", "message": "wings-integration: minor fix\n\n", "proba": 3.412095338717336e-06}
{"commit": "5b4d7391df741d7ab39fcc3b9a5578eaf170799a", "message": "Update GameListener.java", "proba": 6.081687615733244e-07}
{"commit": "98fa9bcea813c05ac70adebd24c7e96e520d8570", "message": "bug none: remove warning\n", "proba": 2.0515785763564054e-06}
{"commit": "2601a7b850fb61bc8833377633eaaf01bfb67fea", "message": "Better result for non-available report\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@3691 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 6.761003987776348e-07}
{"commit": "7dd3eb3fc9ba6a62acd39d51495e1525cbca8767", "message": "Add Sphere class.\n", "proba": 1.515086012204847e-07}
{"commit": "8e7bfcd14aa3588b75f9ce41a5c66d6c6a40ea80", "message": "remove comment\n", "proba": 2.1478579981248913e-07}
{"commit": "592aa1303efcdedf2ea1ae89059e4ed25ba24093", "message": "\u6dfb\u52a0RSA\u7b97\u6cd5\n", "proba": 2.582665729278233e-06}
{"commit": "5ba72fbcdc23ecb8cce3acc142c5208d8f30045a", "message": "am 699ba17f: am 14f0aba3: Merge \"Fix documentation for Wifi ScanResult.timestamp\" into lmp-dev\n\n* commit '699ba17f310f88271335851eb0992f9b91579cd1':\n  Fix documentation for Wifi ScanResult.timestamp\n", "proba": 3.534289021445147e-07}
{"commit": "d81cccf92dced76f84daf19371077b3f1ce0cf72", "message": "Ask for key once command is selected", "proba": 6.207768024069082e-07}
{"commit": "5a4ef721f1671ea30743444597539ecb3b65d6e2", "message": "Changed Breadcrumb datum type id to lowercase for consistency purposes.\n", "proba": 1.1708681313393754e-07}
{"commit": "537842df8120aa6b96cea6d14ebe34188108b62b", "message": "Fixed docs.\n", "proba": 1.439577346218357e-07}
{"commit": "da5eff645c1b20d0494259f9bf89368fb7ea352a", "message": "test LetterChain.isValid()\n", "proba": 7.663998076168355e-07}
{"commit": "7d4425f8882165cd537dbdffc67791ddf6ba31c9", "message": "Revise MyLotsActivity in preparation of pull request\n", "proba": 1.2450117026219232e-07}
{"commit": "8d9b5c96de7e42eda2b36ef4b2315e7f52a47917", "message": "add workflow fragment class\n", "proba": 3.7805449437655625e-07}
{"commit": "d470eb94e6dddada418f68e7ddd847c0648229f7", "message": "[ONOS-2834] Define a L3ForwardService interface providing the rules in\nL3Forward table.\n\nChange-Id: I49097305985add091a85b655257d772b5b71e667\n", "proba": 2.5169119908241555e-05}
{"commit": "a5653896d525eb6047a2042e2a4e8f7d4d0ecaa0", "message": "Create Explode.java", "proba": 2.3459713247575564e-06}
{"commit": "c5ebe61d56593487c1fe28c81ce1b6970a29cc01", "message": "Create GameApp.java", "proba": 1.4782507605559658e-05}
{"commit": "a29c79c4fdc52365699341c50aef5132dffaf67a", "message": "nearestImage can't use centralImage because 0,0,0 is not center of shape\n", "proba": 0.00020263134501874447}
{"commit": "bc0275f24cd8d1a14f2e71ace6ffb41b9f1477e3", "message": "missing package-info file\n", "proba": 3.8367888919310644e-06}
{"commit": "a4cd6a82b73f5a22ef77350ddab3edfd1dfc01c3", "message": "Initial commit of the Predicate class, with constructors and getters implemented.\n", "proba": 1.0332303190807579e-07}
{"commit": "cecd843c20357ad1f4558b75d7a14d73076b3967", "message": "34. Search for a Range\n", "proba": 1.2945481842052686e-07}
{"commit": "92abaaa722c9371567798cb9258ff3c333518a82", "message": "Using switch instead of if\n", "proba": 1.0195303730142768e-06}
{"commit": "efb91a60522022c5f8dfe7024915ab12f61eefc7", "message": "propogate fix from PotentialMasterNbr to check for 0 target atoms instead of null\n", "proba": 1.2979860741779703e-07}
{"commit": "d6bc39735fd1d855ed3d925369eb1ffe2eec9d54", "message": "Restoring the renamed version\n", "proba": 1.4034273590368684e-05}
{"commit": "a2001ec2005a71ab31c38c3d76b4d75237f9ddb2", "message": "copyedit\n", "proba": 8.837297968966595e-07}
{"commit": "45034f5f4a51225b9f963840741818da7869a85c", "message": "BOOKKEEPER-332: Add SubscriptionPreferences to record all preferences for a subscription (sijie via ivank) [missing files]\n\ngit-svn-id: 5a2ad27615d45e22b19cf6d1944dba824abfe66e@1374327 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.6168675049120793e-07}
{"commit": "a0363eaced0d36907d3ae93f039df9da193d3ed5", "message": "Add test helper to retrieve entity and association cache\n", "proba": 2.4176577539947175e-07}
{"commit": "429b8147ebb0d8db3befeada7b9bd6295d601389", "message": "eslint/tslint: correctly process language service timeout\n\n- additionally check if the Future, returned by language service, was\ncancelled (before was treated as no errors result).\nReport to user as timeout error.\n- tests for eslint/tslint highlighting + timeout\n- test for tslint fix file\n", "proba": 7.952669420774328e-07}
{"commit": "bcc74107af9707e1919d9357e3c28a1cf51b6150", "message": "launch java app if user double click on the plugin\n\n", "proba": 1.0767627145469305e-06}
{"commit": "c8454a851f26b78de77c0f6b1aa746ce3e2517f1", "message": "am b2b0db2d: Merge \"SearchDialog: Fix for NullpointerException while using Suggestions in Browser\"\n\n* commit 'b2b0db2d5c89ae8824a4cb5d7944bae3a1dc8bf4':\n  SearchDialog: Fix for NullpointerException while using Suggestions in Browser\n", "proba": 4.843416263611289e-07}
{"commit": "b3ce5839d8ae4d0c1e1b4395942a3d34cb6178b7", "message": "am fe7b878f: am d3ddb2f7: am b35e8667: Merge \"Handle null argument in ImageView.setImageIcon()\" into mnc-dev\n\n* commit 'fe7b878ff507be0cf991e24407a30d75891ac5e2':\n  Handle null argument in ImageView.setImageIcon()\n", "proba": 9.554786402077298e-07}
{"commit": "9e648c44dee1e86e7839292feac9d49b3f3c8ce4", "message": "Invoke requestLayout() when drawables have different sizes.\nBug #5142668\n\nChange-Id: I0d3ae27984e69394e64b8aa0623bc3d6b22bc629\n", "proba": 2.0026361653435742e-06}
{"commit": "7a22390725f038d90f192e534e97dce8683a13d4", "message": "INTEGRATION: CWS qadev24 (1.1.2); FILE ADDED\n2005/08/19 13:57:19 cn 1.1.2.2: #i46734# fixed imports\n2005/08/19 13:48:05 cn 1.1.2.1: #i46734# new initial version\n", "proba": 1.907708195858504e-07}
{"commit": "5270b5e4a5aa55983d5f4b2bda1f4781ece2ed25", "message": "INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED\n2004/08/27 15:38:27 sg 1.1.2.1: #i22893#NEW: initial version\n", "proba": 1.2548267136480717e-07}
{"commit": "8e04809bf484640da6c4f013b9314baaed2d7fe3", "message": "Java Camera Client -- Almost Done\n", "proba": 1.1336544503137702e-07}
{"commit": "e733fe3e44b57acd93d1770fb3bf80e310f5d15a", "message": "Fix locale in source\n", "proba": 0.0007193008786998689}
{"commit": "9a7d963b62577dadd6f955b3cd41c40856734e22", "message": "Creado fumadores con monitores java", "proba": 2.8264958018553443e-07}
{"commit": "8c9d6e8abde236f55c950aca742b9225ecd148b3", "message": "\u6dfb\u52a0\u4e86\u5c4f\u5e55\u5de5\u5177\n", "proba": 2.581508340426808e-07}
{"commit": "bbe02a71f69f821f2ffa3c952fa9a4c6f6af0826", "message": "o Add license.\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@485269 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.950345333374571e-06}
{"commit": "71157e43ac43823fe63088e45978be32b3e04e96", "message": "o adding jvm path option for forking\n\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@353882 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.998660815796029e-07}
{"commit": "48825f7010eaca8be9db62a440e09ce946875b90", "message": "Update for AXIS2-1286 as per Sanjiva's comment to return an empty envelope if the ServiceClass returns null\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@452586 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.9452365285796986e-07}
{"commit": "97ad1603b73fc19141d3e4ed3bdcbbd76d165a53", "message": "react better to bad data.\n", "proba": 3.0102950404398143e-05}
{"commit": "100362e3feb2ec02f34a8080212cb0665e302d19", "message": "decorator of sendMessageToClient\nadd context from session, add locale and Principale to threadLocal, and add Subject to container implementation", "proba": 1.4005520654336578e-07}
{"commit": "d54121903137cebf136a9b87176e64ece03cbad8", "message": "SAK-41678 fix detatched instance on delete (#6813)\n\n", "proba": 1.0784135895391955e-07}
{"commit": "6505917f53f3ef0e9554c7a1fb261bcf8196cd54", "message": "SAK-40586 Replaced delete with the lock method version (#5976)\n\n", "proba": 1.0155405050227273e-07}
{"commit": "e186d19a30629115a856b27aae7f18e779bd9efa", "message": "See comment messages for ceylon-compiler\n", "proba": 1.327564831399286e-07}
{"commit": "a7c451e84a2df0296f92e8feba8a4a96d806c901", "message": "[Scenario] Add skeleton class for CSV Export action\n\nAdd skeleton ExportCSVAction to begin work\non nasa/MCT-Plugins#111\n", "proba": 1.1196480187436464e-07}
{"commit": "4ef01d2625bf2d1c4a2080b45b1f58d40b4e6787", "message": "Typo in msconvert config check.\n", "proba": 1.1692836210386304e-07}
{"commit": "1a805c9a620a545e652a58ad6d452562825e121e", "message": "Support term operators LT, LE, EQ, GE and GT for name queries\n\n", "proba": 1.197815180375983e-07}
{"commit": "018615a128a2a5c970402fd42539ba8e750d8e42", "message": "Don't fail on unknown resource type, just return 0 results.\n\n", "proba": 1.2272454341655248e-07}
{"commit": "98f9fff7c81a995561eb5b4e7c54381f31d5c2c7", "message": "Added repositoryId to the resourceContextModel.\n\n", "proba": 1.0970855868208673e-07}
{"commit": "298ea12ef3497555ca8cc20cfa79a6a44406eefb", "message": "Remove shutdown hook (the flapdoodle api adds one)\n", "proba": 1.0450648346704838e-07}
{"commit": "7d051eb30aa3f7e5ad8d5fd9ed1f6119638367bc", "message": "Fixed initial directory list creation for LoadStrategy.FROM_LOADED\n", "proba": 2.1564865448908677e-07}
{"commit": "10503dba1830cee814c76cce2d84fe526112b107", "message": "Inclusion of toString in WebDriverManager.getDriverContext()", "proba": 2.365344755617116e-07}
{"commit": "6f34e3c1683310d37d84fea6493381bab11ab0d8", "message": "Fixed names issues with nbt blocks\n", "proba": 2.2363985863194102e-07}
{"commit": "fa23142b18a6fa5374d98776ed9da49f0a08c728", "message": "KRACOEUS-5999: Add Created By and Create Timestamp elements to remaining Notepads so the author is persisted.\n", "proba": 9.76935723429051e-08}
{"commit": "ff908096c44c6144553fa0dd92222c1d5b382f96", "message": "Adding TokenCreator Interface", "proba": 4.768717190017924e-07}
{"commit": "aba374e63a3e8765749dc7a7b9585cbc97b7cb86", "message": "Partial unit testing for our latest broken dialog\n\ngit-svn-id: 50f83ef66c13f323b544ac924010c921a9f4a0f7@4812 00569f92-eb28-0410-84fd-f71c24880f43\n", "proba": 3.0827408181721694e-07}
{"commit": "7b9b5993361ef9b5ae825e163ef859da7483827e", "message": "ReflectPoint\n\n\u53cd\u5c04\n", "proba": 1.6289429822791135e-06}
{"commit": "d9256d9e4b290e59c591c0235e6dca1c25a6c848", "message": "problem 43 answer\n", "proba": 9.341428813058883e-05}
{"commit": "3af0d4da00384517aa6c58239da4cdabf9ce6660", "message": "adding a container for all xml docs\n", "proba": 2.1988914511439361e-07}
{"commit": "c92c020f12ec9bb0b46fa32033bc571d2cd2f981", "message": "Green comments to rundog\n", "proba": 1.4008753623784287e-07}
{"commit": "5c7c7dde0545b3668489c6272ad09bd872461f7f", "message": "Ahora subo la clase y agrego gets en las clases para probar las mismas\n", "proba": 4.109750761926989e-07}
{"commit": "d30f6c08f207d86a796595f91179fe94f634a324", "message": "https://www.acmicpc.net/problem/5524\n", "proba": 2.747589746832091e-07}
{"commit": "2f913e97bfafc99bd68b3e6434566440dc7a8532", "message": "Create MeleeDamageInfo.java", "proba": 3.5372022466617636e-07}
{"commit": "9c3f649a8086daa84c7782c420556b521ed192d0", "message": "Added XNode to trunk\n\ngit-svn-id: 113d22c177a5f4646d60eedc1d71f196641d30ff@999 0ae5e6b2-d358-4f09-a895-f82f13dd62a4\n", "proba": 3.71086798622855e-07}
{"commit": "e2d8a7b1e6a42a7191b23def69b10a572e48280e", "message": "* [android] add PerformanceActivity\n", "proba": 2.064129489554034e-07}
{"commit": "05fca35f4d249dac074aa61af5d3ed6c85084107", "message": "add elapsed time for debug for get appointments by doctor and hasVisit\n", "proba": 1.780314420329887e-07}
{"commit": "b60dc6861715cd3efeb060b5afcdbd21f15b3325", "message": "StringTest2 added\n", "proba": 1.3866556969333033e-07}
{"commit": "bc8f209c48217d9a9c34dbbc334e87bb763acce9", "message": "ajuste dos testes\n\n", "proba": 1.0809667401190381e-06}
{"commit": "6b9957478bb09c311650460b568f237f45c7db8c", "message": "Fix android lint warning in TokenSourceImpl.java\n\nConsider using `apply()` instead; `commit` writes its data to persistent\nstorage immediately, whereas `apply` will handle it in the background:\nCommitPrefEdits [warning]\n\nBUG=607761\n\nReview-Url: https://codereview.chromium.org/1934473002\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#390563}\n", "proba": 0.0002488995960447937}
{"commit": "41b15263d4612b8ec4288fb461fabfe4f6634e22", "message": "converted to switch statement and we do all cases here,  fixed the NPE when orphan module is inserted as beanId is not present\n", "proba": 1.195500800577065e-07}
{"commit": "fcbd7c7ad28ee51afef6f0cf9038e4696e928927", "message": "Adding missing file\n", "proba": 3.1767615382705117e-06}
{"commit": "57f7448dcb54694a9055cefde341dcfd8e2124f3", "message": "Stop printing full stack trace on PWSClient error\n\nPrinting the error exposes the api key in the URL.  If we want to\nprint the error, we will need to clean out the key.\n\nBUG=529962\n\nReview URL: https://codereview.chromium.org/1487723003\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#362764}\n", "proba": 8.974033676167892e-07}
{"commit": "9655e985f63869ab02766ad149a17a50a6a7bc6d", "message": "Fix multiple commit issue\n", "proba": 1.6039721231209114e-05}
{"commit": "ee0882614827ef716272da93c988d89448810597", "message": "[RIP-10] Add test case for KVTable (#828)\n\n[RIP-10] Add test case for KVTable", "proba": 1.921919050573706e-07}
{"commit": "2b6a1545b61e376ca52cb5ec52081e93fb02e219", "message": "Apologies for missing this file.\n\ngit-svn-id: 67bc77c75b8364e4e9cdff0eb6560f5818674cd8@2989 ca793f91-a31e-0410-b540-2769d408b6a1\n", "proba": 4.905230980511988e-06}
{"commit": "05fe1afcf3fa337b16272610f87e222c6ef23134", "message": "- Bugs\n", "proba": 1.481531199942765e-07}
{"commit": "23015d0bc93a46cec98a7eb395f963c1e2c4acdd", "message": "Fixed pretty printer causing NPE on annotations without values\n", "proba": 2.063232074078769e-07}
{"commit": "203d08cb0dd16cd12b30334e85427e06acf764ae", "message": "CallableBuilder #5095: add reified generics to callables\n", "proba": 1.734217534021809e-07}
{"commit": "fca39849b711533bec015fa09450937de3d51a2f", "message": "fix #2968\n", "proba": 6.351970114337746e-07}
{"commit": "89043b0f76e4c7a2433cf236e7fd9d943861f301", "message": "Preview is now a tab, and its contents refresh automatically when it is clicked based on the editor's contents. This replaces \"live\" or \"sneak\" preview. It looks good and works well. Related: a new EventResolution class now exists to help events methods return AJAX that stripes-support.js understands.\n\ngit-svn-id: 6c0206e3b9edd104850923da33ebd73b435d374d@905896 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.676264885958517e-07}
{"commit": "3688a13947685d1d44d7bc68d47bfc860ae606b6", "message": "Fix #2652 process type args in interface defs\n", "proba": 1.71693181982846e-06}
{"commit": "67b50f16066d69670d7a9d150cdcca27368b6897", "message": "fix #2940\n", "proba": 4.4160873358123354e-07}
{"commit": "8f359ff26356357495c978c323068b6654ece940", "message": "Additional STUN refactoring in-progress.\n\ngit-svn-id: 4206c2c2bb40b5782672a0d03c2c381094954de9@7702 b35dd754-fafc-0310-a699-88a17e54d16e\n", "proba": 4.1425946619710885e-06}
{"commit": "7039975dc4dd7c2f6a18d217f10f7b8b9c1ae33d", "message": "revent", "proba": 2.4680969090695726e-06}
{"commit": "03ba6d56414259c3bfff49ad742ba142942b8ac5", "message": "Fixed ImageUtils\n", "proba": 4.4142936417301826e-07}
{"commit": "e257a6217bf579318521ece3e40cef706192bb4e", "message": "Enhance exception messages\n", "proba": 1.1312909009575378e-06}
{"commit": "667c8c793816fb8598fef7abb54eb473de8a2867", "message": "Add ShopsService\n", "proba": 3.887006130298687e-07}
{"commit": "86259232744c65e7b9ee9df6623451b3ce08b91b", "message": "change variable name\n", "proba": 7.962834206409752e-05}
{"commit": "1ccdd353a9ee95cb241a9b66fe9e0757c6f9d13d", "message": "adding missing files\n", "proba": 3.4775152926158626e-06}
{"commit": "a2ce61c6ba75b0babf224abe43fb45eaf3915559", "message": "Add an account class\n", "proba": 1.6640628928143997e-06}
{"commit": "ee3e28df6228a5798a0cdefd6e86b8148caa91d1", "message": "Add ViewUtils#setVisible()\n", "proba": 1.3287225897329336e-07}
{"commit": "958d213dcb705f4052f86b41d30f7cdf58daaf87", "message": "add - charset demo class\n", "proba": 3.47974037140375e-07}
{"commit": "cdae0bcf5132f15918e3b6d6f8f6042533b0fcb7", "message": ":construction: \u6570\u7ec4\u5b9e\u73b0\u63d2\u5165 \u5220\u9664 O(1) \u64cd\u4f5c\n", "proba": 6.283411835283914e-07}
{"commit": "11bb06c46c4dbbb1ac59c841158a4f9ea68fc138", "message": "Added test for the PairCounting class with the sklearn example.\n", "proba": 1.0120503191046737e-07}
{"commit": "5ab612f748010d2605ef34c8b44477821115154e", "message": "Updated with listener for terminal events.\n", "proba": 1.1530387666880415e-07}
{"commit": "e4d50296fece865eaceba562ac1f8f5846e7c1b5", "message": "Create the class which will be used as the base for all the GATK programs used\nin the pipeline.\n", "proba": 1.0085912549584464e-07}
{"commit": "39b62352d76b5efdc0f11edfd1753215b2fb77c7", "message": "+add class:EdgeTransmit", "proba": 4.883904125563276e-07}
{"commit": "5fb03f2e1de1ceeff253c7f987d0617fce83a492", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "c61fe29ca46682d3bf79c58cad53d23189a2a641", "message": "This file was accidently checked into HEAD instead of interop4\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@248308 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.351576070708688e-07}
{"commit": "02f59abc235080a1b2316a56e3474c3c3de3cf75", "message": "check logging level\n\ngit-svn-id: 6ee47c8665bf46900d9baa0afb711c5b4a0eafac@5770 e2bb083e-7f23-0410-b3a8-8253ac9ef6d8\n", "proba": 8.36742458432127e-07}
{"commit": "3c6eaf6b2e65f5fb3d80498a7831211b42e3bbda", "message": "[MANT-39] Always specify source/target options for javac\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@639986 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.3459230053267675e-07}
{"commit": "fcb5bee9f4c13e3535897432c02500a5ff5176dd", "message": "Add two common variables, project.build.outputDirectory and project.build.directory\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@528821 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9980779886245728}
{"commit": "2d1716ff45f8ef56aabaffa8c8e35413cbcc75fd", "message": "Initial final version of BetaMoveRuleSet\n", "proba": 1.5358061489223473e-07}
{"commit": "fbdb08aeabd198efc2541fb5e9242be225eef742", "message": "add \u7f51\u6613\u65b0\u95fb\u722c\u866b\n", "proba": 2.318657124078527e-07}
{"commit": "9429888101a3ab9c2acd763af8a80b87b4b5d719", "message": "ISSUE-14: Added tests for ArrayUtil.", "proba": 1.0207118350535893e-07}
{"commit": "16f6669b0d2541b309689d2688402ddaaf21936c", "message": "Adding missed file for HDFS-2450 commit\n\n\ngit-svn-id: 7d7377a7daa0560c08de36e9018aba2351968394@1190100 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.583998578615137e-07}
{"commit": "0f8c895cf643ca971469e84b98a492a6c8f2d30d", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "e0e4001996ba9e232eb369630aefdebd42e1098e", "message": "Klasse Explosion erstellt\n", "proba": 9.56469648372149e-07}
{"commit": "cd5712ff72e76f0eebf55d35c941c7b92c1558a9", "message": "Fix typos in some StatementFusion methods.\n-------------\nCreated by MOE: https://github.com/google/moe\nMOE_MIGRATED_REVID=120796710\n", "proba": 0.9999978542327881}
{"commit": "aac4000e517785ad719526da5ff9235257613e29", "message": "Added missing file.\n", "proba": 1.3344676119686483e-07}
{"commit": "42923925c232d2f1ce875cbb7b1424addc35c646", "message": "adding \"tree\" and \"alignment\" strings to output", "proba": 0.00014117704995442182}
{"commit": "6b8df1f091fd589ec4dd38a1de5b7605ba60790e", "message": "Started Menu\n", "proba": 2.7462037905934267e-06}
{"commit": "7607ba30bef3af69e57cc8d63099d3c84b1c07d6", "message": "Don't use multi-catch try\n", "proba": 8.631956802673812e-07}
{"commit": "041709e282d8778857017f94d7680dfa3937da3b", "message": "Added no arg constructor and init method\n", "proba": 1.774283902022944e-07}
{"commit": "e7ce344ef58e6cf693608c1012f8bd55f63c1afb", "message": "Added DoubleKeyMap", "proba": 1.763985295610837e-07}
{"commit": "fc3e1c9a9207781ca7b7d1c15e8fb4d0c82ff7cb", "message": "Adding an AtomicUtils class\n", "proba": 3.869807017053972e-07}
{"commit": "ba00dfe7128ef8116e72ac73391e49f5b8f78ab6", "message": "KCIRB-1830\n", "proba": 3.4971662898897193e-07}
{"commit": "25797af9eff884cf2476c4dee5daaba976a1a8b0", "message": "Failed to commit this from local change\n", "proba": 1.6184939966024103e-07}
{"commit": "df3b6194775cc80191651314b7a12e459aaa2fca", "message": "Updated to latest\n\nAdded the current working histogram class. This is currently unadaptive\nand only performs a small set of tasks.\n", "proba": 1.0775808334528847e-07}
{"commit": "9d850f9680b5de77e2f20ad885ac88d62511dce0", "message": "Reset the long message buffer after the end of the packet sequence\n", "proba": 3.2285795441566734e-06}
{"commit": "24376e95209ec8b6974d66b978e17a7203839c9c", "message": "Fixes MONDRIAN-1353. The schema reader used to get the default member was not wrapping the call into a Locus, thus resulting in an EmptyStackException.\n", "proba": 1.0314877130213063e-07}
{"commit": "99ebc3cbe20a9047af134e34523b836fedefdd5f", "message": "Testing out Atom's github integration.\n", "proba": 1.251988948069993e-07}
{"commit": "ea7ab48f30c4af929580f5b22911ad5753a22664", "message": "Update code, javadoc, add usage example.\n", "proba": 1.1133467126001051e-07}
{"commit": "44a58b4dc84c487a07b9d91b2a49027768725fe9", "message": "Don't add java.lang.Object to list of classes to check - it\nproduces a really bad error message.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@246073 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.5001945687108673e-06}
{"commit": "acdd78a5d46432cab091ca942b60e6ace1b0a1bf", "message": "To be backward compatible with UDDI4J, this property was put back.  It points to\nthe one that should be used and is also deprecated in favor of that one.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@253460 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.508937763603171e-06}
{"commit": "8462d5ed9ce8f0b7e331e12342336f0bfab5b3d7", "message": "Create cache class to store/process heavy computation Tag trees\n", "proba": 2.576726672032237e-07}
{"commit": "5d004ee9d4880db056df6df691eb6b0c56e20b06", "message": "[TOOLS-47] improve jira mock to load transitions\n", "proba": 1.1132638633171155e-07}
{"commit": "6351677fd1e9c58744d6c0b999a20c0f29dc5577", "message": "Title expression support\n", "proba": 3.4303961911064107e-06}
{"commit": "1367b4653814947e40ecbd33dd6abac35434f5d0", "message": "don't override Activity.halt.  Controller.halt should really halt the controller\n", "proba": 9.562248123984318e-06}
{"commit": "83d2dd78f890938d1386134b06b3d66922534524", "message": "die final die\n", "proba": 5.380341463023797e-06}
{"commit": "a0f080ebdc36789684d01d32f9d0033b8192ef25", "message": "use appName as a default window title\n", "proba": 6.318818464023934e-07}
{"commit": "28b24aac8fb9bf406f8e3401412df2955e8009b6", "message": "add find minimum in rotated sorted array solution;\n", "proba": 1.2945011462761613e-07}
{"commit": "2ab8004e30e43376eba52a99ee47b1cddb42fea4", "message": "Update ItineraryRecover.java", "proba": 3.8636338217656885e-07}
{"commit": "e7a0ab2690b37b6bd41a9f51aab0a252b2927895", "message": "Moved the XMLPersistenceProvider.getItemBuilders() operation.\n\nI moved this operation to be a static interface operation on\nItemBuilder, which will remove the requirements for the\nXMLPersistenceProvider to call the ExtensionRegistry. To make this work\nI had to modify a few manifests and preferences to correctly use a Java\n1.8 library since static and default interface operations are only\navailable in Java 1.8.\n\nSigned-off-by: Jay Jay Billings <823bf6329bcacc9ee3ce8be53f88c13e0ec9f98a@ornl.gov>", "proba": 3.4907688473140297e-07}
{"commit": "385ba9a51b5a0c6bc76ab1b61d3c195ff627e329", "message": "am d6a94f49: am aded82ce: am 6d8bdb50: am 5536d447: Merge \"Changed the vibration duration from 1s to 750ms.\" into mnc-dr-dev\n\n* commit 'd6a94f495a86561a8e5a7f032e8179eae44abcaf':\n  Changed the vibration duration from 1s to 750ms.\n", "proba": 1.7694746645702253e-07}
{"commit": "39b95d50b01e165eede5d3c52e9afc33f5969937", "message": "Add unit tests for formatting.\n\n\ngit-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@15599 4f837ed2-42f5-46e7-a7a5-fa17313484d4\n", "proba": 0.0011647247010841966}
{"commit": "f08ed92641aaf23fccf4851cd0c355bf752b5820", "message": "add CheckCast.java\n", "proba": 2.567885530879721e-07}
{"commit": "5084f9e73ec8bef0bb94e87c72d3465698a29265", "message": "Updated road gen", "proba": 2.922956525708287e-07}
{"commit": "136704a803ed7dd419a452315d1c0fe4885ce441", "message": "am b069833e: Merge \"Adjust the LTE signal bar mapping.\" into ics-mr1\n\n* commit 'b069833e63f711a6b140385003d67b3ff68fe66b':\n  Adjust the LTE signal bar mapping.\n", "proba": 3.310442252768553e-06}
{"commit": "3d51a56d54651cb99006dab41ccbb39707a97453", "message": "Added player center point. And render patch.", "proba": 1.0386224857938942e-07}
{"commit": "ff272eed818121cc5fbdedc9c62e7d5a58b9d99a", "message": "Added test for title full text search", "proba": 1.6269542868485587e-07}
{"commit": "8ce89fc926ee0b76513744793c0f7e869cba5daf", "message": "modify simplefilereader ( add delimiter )", "proba": 1.9969515108186897e-07}
{"commit": "7f7e39b2dc5099877ff429a5e976577e64a5b1cd", "message": "Added missing tests to SolrMeterTestSuite", "proba": 1.546961669873781e-07}
{"commit": "6535cfad9ae1bb3a03c2daba1be48d6da10105d5", "message": "Unrolled the cache array - didn't improve things much. Still copying way to much data.", "proba": 1.1724649340294491e-07}
{"commit": "c66c4958d537f8114d63ef1b9e4955ceeafb0514", "message": "zipcodeData", "proba": 8.150785106408875e-06}
{"commit": "6d068fc6195d0001ea438244403b4f44f00852a6", "message": "Create BuildStructureTask.java", "proba": 1.7809984456107486e-06}
{"commit": "1edf7e110c8e8ab03bb4642bfb2b1ed59d31653f", "message": "Added WhitespaceFormatter\n", "proba": 3.588487516026362e-07}
{"commit": "ec8fb39864d2a6a22832838b76fdbc456b59afdb", "message": "Update OSSBucketAccessor.java", "proba": 4.432644402641017e-07}
{"commit": "e3e3f90d777c96b01c667db061fbdfb5563f37c5", "message": "tweak harshen spawner distance\n", "proba": 2.0471348705086712e-07}
{"commit": "1d4cea38cbce5fe9cf93533eeeaed3a675f14923", "message": "Sort class fields\n", "proba": 1.9507012893882347e-06}
{"commit": "866c8df2c9aae201bf412f8c43f26d1fc7ae0bd5", "message": "NPE bugfix in set Date\n", "proba": 2.3628015810572833e-07}
{"commit": "3e67d2a5ee08c7860e4c60a196469c7394499a9d", "message": "added missing class for metric calculator", "proba": 5.739495350098878e-07}
{"commit": "c31be72c8a9610a23e35d1fa84909f4c3cbb221e", "message": "added filter to add the correct Maven namespace to the POM if it is missing\n\n\nFormer-commit-id: 79efc8a8a876831739874914a97ba2d764dd6a7a", "proba": 3.881526481563924e-06}
{"commit": "2447df5decbb635fa5ae34208146561e00f01780", "message": "Element exclusion parameter should operate on the child nodes of the\nselected element(s), not on the elements themselves.\n\n", "proba": 1.0544573569859494e-07}
{"commit": "a6c1e291bca7ae9dcd6f5284c275a9444274da15", "message": "Further development of STV results calculation strategy\n", "proba": 1.186811715570002e-07}
{"commit": "b83429451f0255b07301836cf13f025530ba2213", "message": "- added preliminary custom 403/404/500 pages\n- updated web.xml for custom 403/404/500 pages\n- added MpController to check for solr query result on the server side and direct users to the custom 404 page if 0 doc is found\n  Ie, this is no longer controlled from the client side\nGenomic feature controller\nmove control to admin console.\n", "proba": 1.0036670516910817e-07}
{"commit": "2acc9699cf2ca45507c7532b64b0c5b4205fdece", "message": "(Emergency Commit)7\n", "proba": 5.511860194928886e-07}
{"commit": "facb9f3c023bebb01966a8317f0be8ca15fca432", "message": "Add test to show issues with different JPF configurations\n\nThis test shows that we can't run JPF multiple times with different\nconfigurations in the same JVM and get reliable results.  In this case\nJPF should detect the concurrency bug when run for the second time\nwith changed POR field boundaries setting, but for whatever reason it\ndoes not.\n\nSigned-off-by: SZEDER G\u00e1bor <46692b1f0516358b02a6405518c0a52aa8fb3e94@fzi.de>\n", "proba": 1.4527759617521951e-07}
{"commit": "741c83ca1a87dac227ddc783e94dab1924716658", "message": "ACCUMULO-2037 quick test to verify locality, location state management\n", "proba": 1.0550871110126536e-07}
{"commit": "9a0191672d70394f91cd4f9b826693ffb2c2b15a", "message": "Add test for JSONObjectAdapter\n", "proba": 3.7226749327601283e-07}
{"commit": "5dc6afffa584595a5d2753db98d72c7b61272b44", "message": "initial impl of @RossTate's member typing rules for invariant types\nwith use site variance", "proba": 1.2124306181249267e-07}
{"commit": "66807b4d12188be38240eb1ae8fd6b25acb82037", "message": "Create TextViewPlus.java", "proba": 6.97634675361769e-07}
{"commit": "b176c74506d39705bdd53935588878e09faec4f3", "message": "ScheduleActivity test onCreate activity\n", "proba": 2.0850140458605892e-07}
{"commit": "c8e8ec8627de4dac07621db39dd91ba3465fbded", "message": "Draft ARDisplay\n", "proba": 3.817627032276505e-07}
{"commit": "506317cbf780131a77aed82369f9cb3adad582c0", "message": "am 50ba032f: OBEX: Handle GET operation properly\n\n* commit '50ba032f4a81155c5f10561d39a4f258a0e4f244':\n  OBEX: Handle GET operation properly\n", "proba": 3.359516540513141e-06}
{"commit": "9030c35a39ff1784e0cb71c9dbf0afec9bb7bc5e", "message": "- solution to the Nqueen problem in java\n", "proba": 1.2751053191095707e-07}
{"commit": "e98983de540df51e897ff5d0826e17bec24cbb22", "message": "Apply validation in the ApiController\n", "proba": 3.6115588386564923e-07}
{"commit": "229261841a2ed7dfcf71b7561b60337f5dc641d7", "message": "DatabaseManager start\n", "proba": 7.570889692942728e-07}
{"commit": "6f8317399347e0c6cf00398d6a2c08f408f4b1a7", "message": "Set empty time and duration\n", "proba": 0.00016578155918978155}
{"commit": "817591216fa08270482189e991e93204f4cdc821", "message": "Added files via upload\n\nupload test for partial invert problem", "proba": 1.4956648897168634e-07}
{"commit": "08e6932715908defefae58daa9970264aff4dcc7", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "db74b784e8e683d6eccbeb4fe8ba72d06f7faf27", "message": "Bear and Steady Gene\n", "proba": 2.045863766397815e-06}
{"commit": "89093e11e930ac6fe5df49723d4a2096c47a3aa0", "message": "Issue #2108.\n", "proba": 1.2222288603425113e-07}
{"commit": "cd63dacce6ed96e82eb97d5c5e0d226d9fd3f72e", "message": "Don't show distribution download progress when not connected to the console (#6080)\n", "proba": 1.0137040362678817e-07}
{"commit": "b470be679adb8144e4cc1742573bb8f78fc99375", "message": "ch7 update Bomberman's move method.\n", "proba": 1.0684815521244673e-07}
{"commit": "5223c3331c5951bbc551358ea50bbdea2dd6edae", "message": "ExpressionTransformer: refactored the code for prefix ++/-- to make it usable for += and friends\n", "proba": 3.63646705636711e-07}
{"commit": "400ed31936b03716d9fb6e90b25f05dde5ae461a", "message": "ExpressionTransformer: param name refactoring\n", "proba": 8.929216051001276e-07}
{"commit": "cefdcce470f04d9c9c6cc09abe504b71d0df381e", "message": "ClassTransformer #891: store the non-lazy method specifiers that we can't optimise in a field\n", "proba": 1.428873019904131e-07}
{"commit": "0eed31266ca975d99a8ff3b23bec57b5eefadb93", "message": "ClassTransformer #972: Deal with erasure in mixin bridge methods\n\nIn some cases we were returning things from calls to a superinterface impl class\nwhich was not compatible with the current type's opinion of the method return\nvalue\n", "proba": 1.2756989065110247e-07}
{"commit": "28a0c724797467167718516e206f5a79b20951ac", "message": "ClassTransformer #717: refactored a must-casted var\n", "proba": 1.8957383929318894e-07}
{"commit": "59f0fd538f18d123cde89455a3307e9bf884f94c", "message": "Fix for #2248: pass the right constructor name arg on aliases\n", "proba": 1.0466961839483702e-06}
{"commit": "7f313ba9f9d52c91874c54e930c21edf5a19a5b9", "message": "Issue #299: Implement interface methods without concrete implementation on the companion class by delegating to $this, so that those methods are accessible via closure to classes inner to the companion. Also generate a $outer() method on the $impl\n", "proba": 3.3727957315932144e-07}
{"commit": "e24df45c1dcb944e99e8f0a1fca829f2f2d3243f", "message": "Oops, fix misc tests for the new lang mod\n", "proba": 1.1883021500125324e-07}
{"commit": "0a8c81a2046753f08c036ec68a15778e0c0dade4", "message": "Improve logging in BluetoothHeadsetClientCall. am: 3c67873f0a am: 180dd72a9b\nam: a83d518689\n\n* commit 'a83d5186898c49888f9b3c1d2ef2333d297d8449':\n  Improve logging in BluetoothHeadsetClientCall.\n", "proba": 1.454517359888996e-06}
{"commit": "44c828e7caaab2221a9f9c48f8019a115411880e", "message": "am 049f5cc3: Merge \"Don\\'t override the hash code for the channel.\"\n\n* commit '049f5cc3de8e30d05a26e135ab0978b3e1fe62b4':\n  Don't override the hash code for the channel.\n", "proba": 3.211160901628318e-07}
{"commit": "f77b2de1a9affa877f35f3efb23dfd50a1e9af0a", "message": "Fixes for API Review: android.speech.tts\n\nBug: 21571893\nChange-Id: Icd25f4aa9a465050c7410c7bfec004a71ba24548\n", "proba": 3.9590688061252877e-07}
{"commit": "01232c508e3d28c9c4cac08778c9d80d8d2395de", "message": "am 582b186c: am f7b220ab: Merge \"Fix Custom action mode menu item onclick is not working\" into mnc-dev\n\n* commit '582b186cd3b41c5c67649ae2ba9176c3860ab1ec':\n  Fix Custom action mode menu item onclick is not working\n", "proba": 4.856857458435115e-07}
{"commit": "de30ef7930175c07dfacc31849335187e64a5b3b", "message": "new - unit test for TimingWheel\n", "proba": 1.2696666829015157e-07}
{"commit": "8030b2fe41648fd2ab859933ec3b4d991affb19d", "message": "Bug in den Teams gefixt.", "proba": 1.1038653013883959e-07}
{"commit": "e2ed5f5ec784ff2396f9bd3f94a6f05accf597af", "message": "Add websocket API GetAccountComments\n", "proba": 3.143011895190284e-07}
{"commit": "a93c539c61f671c57a24f220d792fa5b525e100e", "message": "Intersection of LinkedLists completed", "proba": 2.9987339189574413e-07}
{"commit": "c81388a7e41f67444d52324ed0ec253859a285cc", "message": "Rename a field to constant naming convention\n", "proba": 3.395431849639863e-05}
{"commit": "056a4d076025733c6510b0aa117ad538edd76159", "message": "Update HelloWorldController.java", "proba": 5.223795596975833e-06}
{"commit": "7337204414a202da8e0ec93b89df4f4cfa785ae8", "message": "add package-info.java\n", "proba": 1.1110615787401912e-06}
{"commit": "85f22eb8d0568ea882ad7e7f4a4106cdef518a59", "message": "Problem: there is no class to hold EPMD's node information\n", "proba": 6.046957423677668e-06}
{"commit": "fbbfee32ef81270fdb34cfefae4a5f4ffceba22e", "message": "Update APIConsumerService.java", "proba": 1.3994921346238698e-06}
{"commit": "9c3d3455dec65bddced9efdcac207bca6edef880", "message": "Added the `toOutputStreams` method.\n", "proba": 1.1940980471081275e-07}
{"commit": "e099c15bd74b91ea8d48fa7df9c0121f703a71fd", "message": "Added a multi-purpose comparator for peak list rows.\n", "proba": 1.0789217697038112e-07}
{"commit": "54027f175879404b49839ccfce0910717d262d8b", "message": "am 37a2d88f: Merge \"Remove the max ripple count exceeded warning\" into lmp-dev\n\n* commit '37a2d88f2616282ab8c06c89c334e3e8af8adc6c':\n  Remove the max ripple count exceeded warning\n", "proba": 3.794060603468097e-07}
{"commit": "a9566f9085427287e99b0b20c51dda4688a3e1e8", "message": "am 0c242376: Merge \"Set current degrees when updating RotateDrawable from typed array\" into lmp-mr1-dev\n\n* commit '0c242376867feb434088387bfcdc6b4abcf7d465':\n  Set current degrees when updating RotateDrawable from typed array\n", "proba": 1.1831564279418672e-06}
{"commit": "efc03355860359bb3edbb9573ba310f02742f416", "message": "DO NOT MERGE MediaPlayer: Disable acquiring wakelocks based on property.\n\nIgnore setWakeMode based on system property.\nWakelocks essential for playback will be held by audioflinger.\n\nChange-Id: I413cd873bf21e1e999dbf89a27802fbe1b6022c7\nSigned-off-by: Sridhar Vashist <91b8e2266cb1a952cbff4ac23868d4bba2895f25@motorola.com>\n", "proba": 1.319157121315584e-07}
{"commit": "53ee55cc61fab15bae9d6389808d514498bacc59", "message": "am c024de3c: media: ignore null InputStream\n\n* commit 'c024de3c946c18e8e4799eb8d372fdec3146f8cf':\n  media: ignore null InputStream\n", "proba": 5.048914681538008e-05}
{"commit": "b3a03272d08b6a22e3ac59410d3a88156fbf5594", "message": "Fix whitespace\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1430922 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999994039535522}
{"commit": "7e4ca1a61388d209dddf76e954777e2886bc2ce4", "message": "\u65b0\u589ejava\u7248\u7684websocket\u5ba2\u6237\u7aef\u6d4b\u8bd5\u3002\n", "proba": 1.1145620248953492e-07}
{"commit": "8eeb87af2a66fad93026e18d51fe496d60b4b4e9", "message": "Tests for downsampling related utilities in ListUtils class that didn't get checked in earlier\n\n\ngit-svn-id: 4561c0a8f080806b19201efb9525134c00b76d40@1352 348d0f76-0448-11de-a6fe-93d51630548a\n", "proba": 3.134857706754701e-07}
{"commit": "9d12170ac80a5d445f3559793517340b4bf55749", "message": ":gem: Remove metadata parameter\n\nWas never used.", "proba": 1.0856658860802781e-07}
{"commit": "ae3ab92456a38ba507c70ffaa7dfd969d67d414d", "message": "Implement Import Alts button", "proba": 3.5158464584128524e-07}
{"commit": "a58564e83336451485cce0b87f26d6d49d41d9dc", "message": "Add noCheatCompatible to AutoWalkMod", "proba": 5.230707529335632e-07}
{"commit": "a9619b45fa7f5923b88513c1d7c475a6ca05f98c", "message": "add status detail indicator test\n", "proba": 2.7455703843770607e-07}
{"commit": "0d3eb54551f26705614861486087425e7f290d91", "message": "Move Issue421Test into package\n", "proba": 2.8611069069484074e-07}
{"commit": "de9317e022b8091b4cb1b2e16639a07cbfdde4d3", "message": "Oops! cleaned up code to completely get rid of UnknownExtensibilityElement *for* SOAP12 stuff as they are built-in.\n\nThanks Brennan.\n\n\n\ngit-svn-id: 70a8ac99b5f1d6311287bb5343fb493d9eff6f5e@468865 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.990628900079173e-07}
{"commit": "b8b365dc2e3d68ca6ee0674ddbb1aa3269c159df", "message": "OAK-788: File backend for the SegmentMK\n\nInclude the FileStore class missing from previous commit\n\ngit-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1477977 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.795601853402331e-07}
{"commit": "3d7552291f1dbf28f5f5d81a4abf658661f24798", "message": "Added PagedResourceTest", "proba": 1.4882320442666241e-07}
{"commit": "4a6e2b35e4bb2c56b1c036e5e1b45f1ab88b9213", "message": "working\n", "proba": 1.2916959803987993e-06}
{"commit": "c052c635eebaccebc099bb107ad7846df54ab2ad", "message": "Use the standard GestureDetector for Double Taps in TouchExplorer\n\nb/24339804\n\nChange-Id: I96fa1287fa941178fb9970ceb34d95a3604e6815\n", "proba": 3.4036705187645566e-07}
{"commit": "7400665acaf89799dac97d62040061c48b50dfa4", "message": "fix error\n", "proba": 1.7308811948169023e-06}
{"commit": "f8d87f0da2a37cdc9fa6223205af8da735bf5a33", "message": "rewrite code..\n", "proba": 1.324238382949261e-06}
{"commit": "47421c7370b0eb1c51829ffeee690ba239f396f3", "message": "add shelling template\n", "proba": 5.452077971312974e-07}
{"commit": "8bd4247143bfbc85e9786433d22da24e59ef676f", "message": "added vulnerable software\n", "proba": 3.423025987103756e-07}
{"commit": "6e520da921db8e59d277b028a6d3c705278ad7a4", "message": "Fix NullPointerException\n\n", "proba": 0.0004722409648820758}
{"commit": "77c9f2a17f6e2117bdc42e937bb1e789448a3589", "message": "Whitespace\n\n", "proba": 8.480420547130052e-06}
{"commit": "d4e264e2fae4a5de981eebd858895edbdff6525a", "message": "am 69e830dc: am 8daec83f: Merge \"Delay data reconnection after disconnected.\" into honeycomb-LTE\n\n* commit '69e830dc31a4f6fc19d8392efede114afd20fe7b':\n  Delay data reconnection after disconnected.\n", "proba": 1.5667962998122675e-06}
{"commit": "391a213465f39e8e6751537a12591e51abd3176c", "message": "Run setPrivateDataDirectorySuffix() on UI thread if it doesn't finish in time.\n\nTrying to block on the AsyncTask can lead to deadlocks in WebView, and likely\nsuboptimal performance in any case. If the values aren't ready when we need\nthem, we should cancel the task and run it on the UI thread instead, storing\nthe values locally instead of delegating to the AsyncTask's internal Future.\n\nBUG=542151\n\nReview URL: https://codereview.chromium.org/1713763002\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#377354}\n", "proba": 2.3041729946271516e-05}
{"commit": "8cdbee8767923ca0407319782e33a058da318d16", "message": "added an experimental interface for Messages\n\ngit-svn-id: e3ccc80b644512be24afa6caf639b2d1f1969354@520424 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.6939722981042e-07}
{"commit": "212a7526a60a73f57ec448890a1674a71ecac23f", "message": "Handle map of dependent values in vertex set property route\n", "proba": 3.201269578312349e-07}
{"commit": "efb450b5c319d0d8d71024b3d156bd4eaa4f216e", "message": "Refactoring\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@8863 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 2.3292708647204563e-05}
{"commit": "411983eb73bdce6121eb9911f7dfb8910d101719", "message": "cause baby now we got bad blood", "proba": 1.4181915730659966e-07}
{"commit": "4b7291e8cc9ae26ed30887fd6e9dba9a49097848", "message": "Create EntityController interface\n\nOPEN - task 51: Create CRUD packages for Product entity \nhttp://github.com/DevOpsDistilled/OpERP/issues/issue/51", "proba": 4.990728257325827e-07}
{"commit": "fc10c6e5a03bf186da4d9ae5aa8a1eaba0fc8015", "message": "Added entity class for cycle table. \n", "proba": 1.1210497774527539e-07}
{"commit": "9e7ea76dbd8cf918bc87246c91d533fdf17ac51c", "message": "weatherprovider with contentauthority\n", "proba": 2.1561081098298018e-07}
{"commit": "7fd6452f864b8492d48ee0269cbc7df3353e4f9f", "message": "Simplified code in YTimeMainActivity again\n", "proba": 3.3253348874495714e-07}
{"commit": "ceb3bdfecd219e7c9ea137a73dde8f818aa54f3f", "message": "linear search algorithm\n", "proba": 8.579562563681975e-05}
{"commit": "1d5fe3b04a5db74880b99aba0b2ee7070e442189", "message": "Adding datesplitter using joda time\n", "proba": 1.6296980902552605e-06}
{"commit": "d7442ebdfc1a2676bec7d3096e117d70587629c6", "message": "init project\n", "proba": 3.975034417180723e-07}
{"commit": "dad011acac165451c523c9210574f27d4656c4e8", "message": "add > juc list test code\n", "proba": 1.3279941413202323e-07}
{"commit": "f7b8057cc6f7bb6e5fe1c9f185e32b6df2a9115e", "message": "set turn time to 3 secs\n", "proba": 0.00011732766142813489}
{"commit": "e37e8e9556cac5087626c3ad6a2cc3174568d342", "message": "PlayerComp was blocked?\n", "proba": 1.187955476211755e-07}
{"commit": "d7e09ebe7ea422500712ffdbe6a47b0c8345eee1", "message": "[#864] [cygnus-common] [CommonConstants.java] Update according to NGSIConstants.java\n", "proba": 1.5230044425607048e-07}
{"commit": "0f316c8d3ee4cc31f8ace2df67f68037a44996b1", "message": "Add test for Tokens in gremlin-driver.\n", "proba": 1.187326859053428e-07}
{"commit": "c0a134071b712d30611250d89020da9cf719e0d9", "message": "Add Holdings field to the sort by options on the Children tab\n", "proba": 1.5196297908914858e-07}
{"commit": "6dde03be86663532e65f221f083167be4b54576a", "message": "Added file ConvertFeetToMeters\n", "proba": 2.69546433173673e-07}
{"commit": "d37e0ca270cce3ed49a8819900e90669726c6225", "message": "cleaning", "proba": 1.01492532849079e-05}
{"commit": "b385d3f794b7b1ce9fd76e4b23532fb2eec2690b", "message": "Start dev of next release\n", "proba": 1.27795402704578e-07}
{"commit": "79c4da012eefe9fe85a2e6250173a16dbe64c7df", "message": "fix map bug\n", "proba": 5.029828002989234e-07}
{"commit": "8bcf3b3bda30b115f781f8d3ef770ec8ab59b941", "message": "added parser\n", "proba": 7.640608714609698e-07}
{"commit": "13bf437326767f492fa8f8f8c455ac6c370e1c7d", "message": "an updated implementation of default Echo plugin\n", "proba": 1.8815292435192532e-07}
{"commit": "9cee8ad14cfe9ffe39311979b121989aca597da8", "message": "the first AES file\n", "proba": 5.502768658516288e-07}
{"commit": "56df946f8d67d9b8e7752043ef61713283509d9a", "message": "Add sound generator\n", "proba": 5.285634415486129e-06}
{"commit": "258d9e7afe8ee42f04a4ba9f78409157c776c472", "message": "Improve assertion message in AdvancedClusterStateTest\n", "proba": 6.131000986897561e-07}
{"commit": "fde33999b7b95198ad603c64f2ee537ca6f8f7fc", "message": "Added interface for lottery administrators\n", "proba": 2.2561410162325046e-07}
{"commit": "bb006ef62c1ee78c36a23ea1c131d22bb17c89d9", "message": "Add class OnTheFlyDoubleProblem\n", "proba": 6.330906217044685e-07}
{"commit": "da9090af598eafdbacd73e0c2a6f98baa7012caf", "message": "Test JsonLDGraph\n", "proba": 5.733198804591666e-07}
{"commit": "3bc7e5fb4bfa81d7cdeec64ddaef4b1eac5bc56c", "message": "Minimal copyedit on MatsTrace JavaDoc and .toString\n", "proba": 1.6424661453129374e-07}
{"commit": "c285717baa9033162325692f59215fce1fe3525d", "message": "Axis2-2067\nContributor - Dustin Amrhein.\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@501938 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.451929847462452e-06}
{"commit": "467df806e76be715d6338caaf6f16e2a42fb370a", "message": "copy the test too\n\n\n\ngit-svn-id: 71588e29e0512a26839f9629162fee4701b2c7bc@475306 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.7695653014015988e-06}
{"commit": "5c9ef6459a8835c5e9c03c938e3164a24496ac37", "message": "am 1ab9ac68: am e8f67ed3: Merge \"Add an upgrade step for settings moved to global.\" into jb-mr1-dev\n\n* commit '1ab9ac685bc65316e58e652e54e3b08d50ee73c7':\n  Add an upgrade step for settings moved to global.\n", "proba": 3.22474704717024e-07}
{"commit": "d1a81b71148c9d29d5ec91bccb4623fade64455c", "message": "am 2203e532: am 04e6827a: Fix settings db update sequence automerge: 281763b\n\n* commit '2203e532d6593a9b792cec7fd11d4aa189b9d939':\n  Fix settings db update sequence\n", "proba": 5.033095931139542e-07}
{"commit": "e5d778fda0e0042a32bee47d4cad955edc648efd", "message": "[refactoring] facade for ResourceSet for Xtext-specific config\n\nsee https://bugs.eclipse.org/bugs/show_bug.cgi?id=459290#c1\n\nChange-Id: Iad613aa3fb3747914738c37af8cdd7f7d03c7bb1\n", "proba": 1.1295509239062085e-06}
{"commit": "10307207d538d73adef0eed9892256674ce0716d", "message": "Update LinkedBST.java", "proba": 3.7862818658140895e-07}
{"commit": "1f5ac23752d8fcf8648c253ccccd6b56922cafc9", "message": "Added JUnit test class for Configuration class.\n", "proba": 1.0887099932688216e-07}
{"commit": "e0da8a4560db78c9344a28bdd2ec76175f01ba03", "message": "Update TargetRandomFinder.java", "proba": 4.540181066658988e-07}
{"commit": "473abf9a977ff0c78202004d237edbab0b533b87", "message": "Create plus-minus.java", "proba": 0.00011237728176638484}
{"commit": "c4b17632e96386bcfaec7e63b580b38ca25cea85", "message": "120. Triangle\n", "proba": 0.9988412261009216}
{"commit": "bc4affc982c508da58c934d5d30f393dfd701a9a", "message": "am 9e4003cd: am 729d0a06: Merge \"Add process outgoing calls app op - framework\" into mnc-dev\n\n* commit '9e4003cde7dc33342042328923999ec545a8bfbf':\n  Add process outgoing calls app op - framework\n", "proba": 6.237011689336214e-07}
{"commit": "90f54bb704f43a2c74e139dec16a461d0f5eabca", "message": "am eff7b1af: am ba5ba7a2: Merge \"Remove system audio output option for HdmiControlService\" into lmp-dev\n\n* commit 'eff7b1af6ab496ee64882ad21f1d58269fd37f4a':\n  Remove system audio output option for HdmiControlService\n", "proba": 7.021132546469744e-07}
{"commit": "6139bf60e83753750fa1009de6da85033dad1820", "message": "Add AGGREGATION_INTERVAL_SECONDS (fixing the build)\n", "proba": 1.6891257814677374e-07}
{"commit": "9acc8c9c53a4d3adcf3e3f220ea5e4529c3e60a4", "message": "am 97b968b6: Merge \"Fix trackball interpretation of precision.\" into jb-mr2-dev\n\n* commit '97b968b6b3baf40e8cfd5ff147f81cd81398638a':\n  Fix trackball interpretation of precision.\n", "proba": 1.6594593432728288e-07}
{"commit": "9a2b2775cc7d134861cdd81342995d3a0ad969c2", "message": "am 05b11cd7: Merge change 22082 into eclair\n\nMerge commit '05b11cd7cce4c6a85438899da57210394d1f6ef8'\n\n* commit '05b11cd7cce4c6a85438899da57210394d1f6ef8':\n  Address b/2064664 by setting mThumbOffset to half the width of the thumb by default.\n", "proba": 1.0902164859771801e-07}
{"commit": "2f136a874d240cc7e85e8de9c7644a7daa9532da", "message": "DatePicker is calling back its listener on init.\n\nbug:3341515\n\n1.Changed the callbeack registration to follow the spinners\n  initialization.\n\nChange-Id: I3baff68c295993f975beec2b376af88e32b24e20\n", "proba": 1.2474403092710418e-06}
{"commit": "c8ea30e87f782a0ac4a07ee289ecc811fa07ae39", "message": "am b9949436: am c947bffa: am 5a01e292: Merge \"Material EdgeEffect refinements\" into lmp-dev\n\n* commit 'b994943658bb16524458509eead12134cf124878':\n  Material EdgeEffect refinements\n", "proba": 1.7396209273101704e-07}
{"commit": "9177fdc68031deabc259d39a9053f0a200631659", "message": "initial checkin\n", "proba": 2.800410925374308e-07}
{"commit": "8023387ba98890da55d453208ae2892e63e208a4", "message": "Convenient abstract class for special javabean properity mappings\n", "proba": 1.3116915908994997e-07}
{"commit": "1bd1d700b54fe5e89c94a81b4f621445fbdaa93e", "message": "Add event\n", "proba": 0.0003977532614953816}
{"commit": "3bd2f31022c63f4e8a2e9f1e27911318239e0558", "message": "Configured C3P0 pool size.\n", "proba": 1.2351557643341948e-07}
{"commit": "5bdff3fdc591f249ae66b5f6630a8401700d4912", "message": "modified file to fix KRACOEUS-5160 : Grants.gov: Fringe Benefits not mapping for certain Personnel Object Codes on all RR Budget forms\n", "proba": 1.077769979929144e-07}
{"commit": "58cc6d35c33304111c51d4d442e57e0d2ec2535f", "message": "Clean up more of the KeyRegistryModule.\n\nSigned-off-by: Gabriel Harris-Rouquette <f9869a2c93dad38a06e8fb39147155331a1102ab@me.com>\n", "proba": 1.1569468227889956e-07}
{"commit": "381469cb5f1e950eaf073d4ffe901f166c099c9f", "message": "VTK-1613 set report-type parameter to 'collection-structure'\n", "proba": 1.1057344551090864e-07}
{"commit": "f8987596bc34f88728224350dd36bc2fd3d5ea9f", "message": "Code Refactoring : EnsureConnectUserResponse\n", "proba": 2.7698712301571504e-07}
{"commit": "3ca8c2891c7fb5c9f52110e50a7ea90967e96b82", "message": "2017-09-11 22:00:22 JRebel 7.0.15 (11th September 2017)\n", "proba": 1.0568514596798195e-07}
{"commit": "a325ac19d7ebf30768c3b4d1a73849229e8b1855", "message": "CAMEL-15587: Added jmh test\n", "proba": 1.2415814865107677e-07}
{"commit": "6f20e463eb07a2cf6f2b9395ee9fc7d9a9173bea", "message": "fix #3342 (prevent import of java.lang.Object) ", "proba": 1.2329243759268138e-07}
{"commit": "b8ecc7c6e18bd603788c51960e7975d230ee3d47", "message": "improved blobstore available check\n", "proba": 1.749683775642552e-07}
{"commit": "fcc58222bc08f72c09c605520c13217616fb8266", "message": "minor improvments & fixes\n", "proba": 1.196914212187039e-07}
{"commit": "35dcdf435ef8ed4f81a335704fa6d68e2a78cc9a", "message": "am 86b80753: am 5c95bce5: am 604f5487: Merge \"Fix some IntentFilter docs.\" into lmp-dev\n\n* commit '86b8075331b013e8d502af451edc9a28934e3c35':\n  Fix some IntentFilter docs.\n", "proba": 1.5110744300272927e-07}
{"commit": "e1d683074b9a5cfa12c39e2e3d5a538599a9da75", "message": "am 87da8606: Manually merged VelocityTracker changes\n\nMerge commit '87da860616009a86e260e49bbefffe12c1a06607'\n\n* commit '87da860616009a86e260e49bbefffe12c1a06607':\n  Use a circular buffer in VelocityTracker\n", "proba": 3.3671813071123324e-07}
{"commit": "961e1304b915896efc75553980aa7e2675ad1743", "message": "am 8b51ce7d: am 617da41e: Merge \"Update button visibility as a final step in DayPickerView construction\" into mnc-dev\n\n* commit '8b51ce7dfd8e2c62c8c77fc630508b3fe957aa87':\n  Update button visibility as a final step in DayPickerView construction\n", "proba": 6.925008051439363e-07}
{"commit": "c41609408bbafa48cb222be40a4e43b88d3d09dc", "message": "am e34b3243: am 02f0daa5: Merge \"Fix WebView accessibility scripts.\" into jb-mr1-dev\n\n* commit 'e34b32430ab8885951dbedc0a2c339da654c989c':\n  Fix WebView accessibility scripts.\n", "proba": 4.146228604895441e-07}
{"commit": "33dd1bae6ef16ed1cdc4d9f82f0c608cc7601af6", "message": "am 29d75c9a: Merge \"Fixing improper boxing to Integer instead of Long.\"\n\n* commit '29d75c9a10a1ff6d60e85a1931d042d3e24d9549':\n  Fixing improper boxing to Integer instead of Long.\n", "proba": 1.4957846872221126e-07}
{"commit": "04bd4849b777abcd5f73e03dd51c210369f8bcf8", "message": "replaced MockStateServer and AccessServiceMock by Mockito framework\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@6172 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 4.4118147002336627e-07}
{"commit": "eced733aaf6cb483aa3dcee2362f68a2bc2875fc", "message": "use of jfreechart for files by mime type pie chart\n", "proba": 1.3632138973207475e-07}
{"commit": "cf1791dd6315e0fa329f48f8f89ec56356d87cf1", "message": "Use GridBagLayout for SettingsPanel", "proba": 2.0471134121180512e-07}
{"commit": "c30da3915cae8a72e066f39ef8b982acdf8d8041", "message": "0.3 alpha\n", "proba": 0.001522101229056716}
{"commit": "fe9b44df80d627d658617713299e74dd74c76db5", "message": "Add HattrickApi", "proba": 4.432893661032722e-07}
{"commit": "14920a988d7c5c28be6af219b8e4ec6ec599b01f", "message": "Add `package-info`\n", "proba": 4.943184990224836e-07}
{"commit": "9c048d39f16d3350ce1e3a97ac54c0041b3b3e19", "message": "Create Rent_DVD.java", "proba": 1.538679498480633e-06}
{"commit": "e64022ca65e36c743eca260f05f245fe9d90f80c", "message": "am ea50748b: Merge \"Change slide-to-camera intent to INTENT_ACTION_STILL_IMAGE_CAMERA.\" into ics-mr1\n\n* commit 'ea50748b546e7dc21dc06195af5f0a8f2b812417':\n  Change slide-to-camera intent to INTENT_ACTION_STILL_IMAGE_CAMERA.\n", "proba": 8.6423960965476e-06}
{"commit": "600a43e13eb4cea48be106b122f9ed58837212d6", "message": "Fixing the txt view msgs\n", "proba": 3.186916364938952e-05}
{"commit": "8caa1e0103e546b561e6f95563a0913d0bae169a", "message": "add tooltips class for the bndtools editor\n\nSigned-off-by: Ferry Huberts <66e11f9f5d965b69497c7e73d5e808f8b13c1218@pelagic.nl>\n", "proba": 1.2023737383515254e-07}
{"commit": "28e97c1c2dc8e9e171e445fa4eb3eceb13f3f561", "message": "Modif. Detect substring\n", "proba": 0.9999995231628418}
{"commit": "08a14b82f464d6f9d8d68b325fe1ed53ebad4edc", "message": "need a LogWriter", "proba": 0.99762362241745}
{"commit": "465c5c6c87ea8c4250f01bc3fcaa5a9bb75af78a", "message": "Se agrega envio de mail en cancelacion de profesional\n", "proba": 1.5328591018715088e-07}
{"commit": "107bb503b3d725176ebfe525fbfc26a1a5d51d10", "message": "se agrego disponibles a la habilitacion de agenda\n", "proba": 3.607785856729606e-07}
{"commit": "2c81a18ff73eddd01aefaf7177fdca3dc69fc0da", "message": "Create realm config class in example project\n", "proba": 3.171477658270305e-07}
{"commit": "85aa5da83c8d6bfd197c31e98caf228a1e475158", "message": "Added OModifiableInteger utility class to being used in anonymous class by declaring it outside but final. It's like a Integer but modifiable.\n", "proba": 1.099094149026314e-07}
{"commit": "3f0ab3e89965f9964df6c753c165ad43c943cd77", "message": "new - abstract redid builder\n", "proba": 1.47301335573502e-07}
{"commit": "223dc56aeee3362a1c3280ad674267678d9dd855", "message": "Implement OSBuilder class\n", "proba": 5.511665222002193e-07}
{"commit": "652c61a13f804ce80e4286a19d2d32e758516340", "message": "Create Attachments.java", "proba": 8.29304212857096e-07}
{"commit": "bf1fc4d310325eb4c8fe4a7c9aaea5ac36107f22", "message": "\n\nSigned-off-by: liuzongyi <Joey@DESKTOP-E2AEA9A>", "proba": 1.1792121767939534e-07}
{"commit": "edd3392ffa71f06fbffc7b61f072703ac6017085", "message": "Fixed GuiTest", "proba": 2.6181280077253177e-07}
{"commit": "53c6b9e897082a69802821376ea11a8684fc81bd", "message": "Solve problem 15\n", "proba": 0.9999970197677612}
{"commit": "ecab085ec05e6c48b0eae76217baf4f9932c1bdc", "message": "[hackerrank] - sorting - countingsort1\n", "proba": 0.0008052813354879618}
{"commit": "bcfeed28969ef429488aa2f7d391017bde2b6242", "message": "xox start", "proba": 2.2421868379751686e-06}
{"commit": "917a2aa147d62c211e3bd82efc2693fb78a77b63", "message": "am 022adc96: am 7618c339: am c52817e9: Fix issues with noticing that a VPN interface is gone.\n\n* commit '022adc9668b8dee2e05738a3cedfeafa6a2835b8':\n  Fix issues with noticing that a VPN interface is gone.\n", "proba": 1.6224485932525567e-07}
{"commit": "dacce73bcc53a21125f532d8000e7ec2e3c30a35", "message": "am 4ec33c2a: Do not merge. Cherry-pick of Idc802af57fb9926a69ed52d4e776ef57d8b647c6 (package manager fix) to gingerbread.\n\n* commit '4ec33c2aad59b2a745ee891c9b7246b9533d95e0':\n  Do not merge. Cherry-pick of Idc802af57fb9926a69ed52d4e776ef57d8b647c6 (package manager fix) to gingerbread.\n", "proba": 2.3935007220643456e-07}
{"commit": "b1b96c9028aa28d0e172d6f963ba98bbd99a283e", "message": "am 1bdbb072: am cdf96f75: am 8b0047f8: Merge \"Fix typo when parsing external platform version from Settings.\" into froyo\n", "proba": 2.3853706352383597e-06}
{"commit": "7ec69697433bcfd7c303d86fe08feb3590f479ef", "message": "Add an example program that exercises zorbage a little\n", "proba": 4.433570575201884e-05}
{"commit": "c92350e4ab12ab52a036d176d6e41846bdf96078", "message": "Changed how clicking empty space in a list works a little.", "proba": 1.3618976879570255e-07}
{"commit": "f7be77a23528df0c6e8d820cbd2ee1c8d7f8be6f", "message": "Add missing synchronized element (per FindBugs report); clean up code a bit\n\nsvn path=/harmony/; revision=480818\n", "proba": 7.282312139977876e-07}
{"commit": "7834fa39075b7065ee8bb6751f9fcfd1781b8842", "message": "Sabry's implementation of Buch's algorithm for proton disorder\n", "proba": 1.9064277978486643e-07}
{"commit": "ab3f56664fa3254ef893073dc8ca4eb334baf1ad", "message": "Dummy class\n", "proba": 1.1719600934156915e-06}
{"commit": "868a6a89160d966bac51e57bb80e589629e64b54", "message": "Removing a code piece that is not needed.\n\nThis change is related to to only mocked connections. The part added\nclaims to letting client connection to be closed when server\nis closed. But the MockConnectionManager already closes all\nconnections when shutting down.\n", "proba": 1.1591877324690358e-07}
{"commit": "043b8830f3b19979a60be7188fbe8026542d1e41", "message": "basic implementation controller for basestation\n", "proba": 2.2879795835706318e-07}
{"commit": "405a055fcba3c3a79870cd9daa41c6a227a17b0e", "message": "missed to add new class\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1367222 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.0836758924124297e-07}
{"commit": "cf90167272b461b4cb58144fcf3ad159d5bda659", "message": "[MSITE-24] quick fix for making deployed website group writable\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@392193 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.620443121439166e-07}
{"commit": "d25a87a278c4e74cd46e16c76eadae5b621cbf42", "message": "[MSITE-350] site:deploy not verbose enough, not, _at all_ with -X\n\no Add debug logging stating where the site will be deployed\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@749044 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00024553213734179735}
{"commit": "7d8abaeb7daa61b4867649a90549b50c4ab6c145", "message": "Fix touch accessibility in keyguard.\n\nThis changes the accessibility code to monitor state changes\nand replace the touch listeners with click listeners when\ntouch exploration is enabled.\n\nIt also fixes a bug where the first touch on the camera was being\nignored by ensuring KeyguardTouchDelegate has started the service\nby the time the button is touched.\n\nBug 10991981\n\nChange-Id: I7c4bf01f9bfa10f54cadb0809b6af526c5386af5\n", "proba": 1.3014843034397927e-06}
{"commit": "e401d64c46a91fa9d2c3f63b9736feffbfbfef0b", "message": "Added \"Help\" menu\n", "proba": 3.166412625432713e-07}
{"commit": "121d88242b997caa9880561f717c04555bb4ba04", "message": "Disconnect when SocketException occurs in sendString()\n", "proba": 2.0013671075957973e-07}
{"commit": "a4fbfcfe912b6fff7f83562253e3354c562b0d54", "message": "add tax category entity\n", "proba": 8.302229252876714e-05}
{"commit": "e076b57fcd22fee02431a8f416684ccf792f17be", "message": "KRACOEUS-1648\n\n", "proba": 2.926133220171323e-07}
{"commit": "af6d09a90fd15bb6e9dad2792ac948578739f9f3", "message": "Added builder for RangeRate measurement.", "proba": 1.1168113189796713e-07}
{"commit": "520cdbae780c15e4a0c181dc06ced268bc1783cd", "message": "Add test for #1328 (not failing, alas)\n", "proba": 1.9462028433281375e-07}
{"commit": "0359b4b19962a4e3c44925907dedb4a9bfd916d0", "message": "Update platform.dir search in tests.\n\nThe tests search for a built sdk using some heuristics. The default path\nof the built sdk has changed now, and this updates the search\naccordingly.\n\nChange-Id: I36d465d8c5f6cfd971bbdf95878fb144de233c6c\n", "proba": 2.618367943796329e-06}
{"commit": "94b8ade66a4c40145fbdc4cd43f6257d7afb477f", "message": "INITIAL REV: single static method to coerce a ARC/WARC file+offset into a Wayback Resource\n\ngit-svn-id: ca6d9ebf75caaf710f0e3a4ee74a890c456d4c90@2083 69e27eb3-6e27-0410-b9c6-fffd7e226fab\n", "proba": 7.038649982860079e-06}
{"commit": "e0ba06ba839069342cae0ad66f148d53824247b1", "message": "Task 2810 (16) has done\n", "proba": 0.00015850541240070015}
{"commit": "7f410a0891189023851255805925195bb2232c92", "message": "implements Parcelable\n", "proba": 4.3807182237287634e-07}
{"commit": "2c3c653739759f1e17887db3d2b09285cd323882", "message": "add package-info.java\n", "proba": 1.1110615787401912e-06}
{"commit": "bc95d5e63db8cdd8fc0796366c056f56d268306f", "message": "Test korrigiert.\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@11548 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: cf431753868236ecb4ec99cc73207b0de6c46281", "proba": 4.068273938173661e-06}
{"commit": "ee8e9ca962ca8c6375fdd1c79eb162754742b957", "message": "Action for configuring advance search results\n\n\nSVN-Revision: 2300\n", "proba": 1.2752416012062895e-07}
{"commit": "5115e58511a6a120901eba3c2e0b57e2841bb6f6", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "3bc341f67f9e8bf1e36e50b01a75d9ed6dae20f3", "message": "implement fragment binding generation\n", "proba": 4.210068027532543e-07}
{"commit": "2902e0e43cc915001411552373a4acd598a36db3", "message": "Add an implementation of ConnectionMetaData", "proba": 3.8036466776247835e-07}
{"commit": "a8df786e6b19ee10de4fa866e06211e8355b04f9", "message": "android: fix doors not opening in december\n\nWuaaaaah ...\n", "proba": 1.0860593846473421e-07}
{"commit": "0c113a5c68d3ca757e6ca466b301906d1f37fa5b", "message": "PlaceholderFragment\u30af\u30e9\u30b9\u3092\u5916\u90e8\u30af\u30e9\u30b9\u3078\u5909\u66f4\n", "proba": 1.6513697573827812e-06}
{"commit": "b300e638e04b5cde98846b1bfd4f9a8b59e4e6c0", "message": "Added a ReBenchConsoleResultProcessor to report benchmarking results to ReBench\n\nSigned-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>\n", "proba": 1.144162879995747e-07}
{"commit": "ca71f9ebdfb725c8918f25963e3bb72556a55534", "message": "fix compile Added AjaxLogoutSuccessHandler\n", "proba": 3.730632442966453e-07}
{"commit": "5ed38e65d22c7e15d3c87473247df0b3c40921cd", "message": "added methods back that are removed by mistake\n", "proba": 2.623852140004601e-07}
{"commit": "7725c643e26f5554d75c64a344487df9e772af0d", "message": "Aggiornato puntamento a pagina operatore", "proba": 1.9545861107417295e-07}
{"commit": "dcf221286efeefcab18292fe6eb8bfbd1ff02c8a", "message": "Add HSOAuthFactory to create an AuthProvider from a Map<String, Object>\n", "proba": 1.2383543435134925e-07}
{"commit": "94076d21301c56790e09776a7d7c9e9472ec441c", "message": "create test to repository unit\n", "proba": 3.2245409897768695e-07}
{"commit": "6ff0df0e494b91db1f7af23d0dc7572b91072321", "message": "o reformat code\no improved code readingness\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@682353 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0003207829431630671}
{"commit": "7bb95b030cf187c3301804739fd764a7b8a7e013", "message": "am 6c48f228: am 0cd28fdd: Merge \"Use the default SecureRandom provider.\" into gingerbread\n\nMerge commit '6c48f228f10c63f83c25fc0c86a5a739266c61a9'\n\n* commit '6c48f228f10c63f83c25fc0c86a5a739266c61a9':\n  Use the default SecureRandom provider.\n", "proba": 1.9569693904486485e-05}
{"commit": "839dae4a964a45f1f8d05e004650fdc2cf6b7786", "message": "am d07179ba: am 7c677bb8: am bf33f34c: Merge \"Show no_sim icon when no SIM card is available.\" into klp-dev\n\n* commit 'd07179ba2343713685a546d7f8b14bf49d9b5a5c':\n  Show no_sim icon when no SIM card is available.\n", "proba": 1.3706522850043257e-07}
{"commit": "da49dac48dd154b2f86bc38d07046149022e1425", "message": "Retain signal level even when data is offline.\n\nAlso disable extremely verbose RSSI logging.\n\nBug: 5340142\nChange-Id: I051a4cec5651a0734db2666526b16037d7053a1e\n", "proba": 8.463240419587237e-07}
{"commit": "cb3da670e3e9c923b4a3a1dad33deca1b79bd92a", "message": "Introducing DbInterfacePersistenceTest.java\n", "proba": 1.887666911670749e-07}
{"commit": "c7fe777d6348bd740d3f2554e9308176a0c462ed", "message": "treat \"can't open database file error\" as \"database corruption error\"\n\nbug:3083665\nif sqlite can't open the database, delete it and create a new one.\nwhat else is sqlite supposed to do?\n\nChange-Id: I8b7c3b051fd1a146e4026f8f8acfdd099f9a70cf\n", "proba": 0.04418088495731354}
{"commit": "3461b32a1c1fc844cdf5c9586dbadb354f449980", "message": "Fix bug 2838426 - timing issue with starting/finishing action bar context modes\n\nChange-Id: Ie29b0bea96be02675a2104f07c912700c2823abc\n", "proba": 4.700106899235834e-07}
{"commit": "1afc832111a17f37c2b85b1038e8af6aea6562ec", "message": "am 7df612ce: am 6a07f9fb: Merge change 27301 into eclair\n\nMerge commit '7df612ceb9edd01808cd74bd460a55b548df8010'\n\n* commit '7df612ceb9edd01808cd74bd460a55b548df8010':\n  bug 2148061: if PduBody is zero length, treat it as an empty message.\n", "proba": 3.986370131769945e-07}
{"commit": "b7ed29f917e9dd6fc6e1250f59dd297ca0c46682", "message": "Initial auto-generated version. Will now be manually edited.\n\n\ngit-svn-id: a58cbee154157db216ea9cabc74ae3f0d9b0b68c@1049 3ab4d77f-209f-454f-af32-ffe4b78d429c\n", "proba": 2.8120946353737963e-06}
{"commit": "9e87bbca21fe9cdef4bd0d6207b99904961ef706", "message": "Add solution for caesar cipher\n", "proba": 0.0018726821290329099}
{"commit": "f452ec786fb8c711c230520bc2e31e935ba4d9ae", "message": "Fix CALL opcode (was off by 2)\n", "proba": 2.536872614200547e-07}
{"commit": "c7a5d4a920a7cd865da93ba56c35403c43c69971", "message": "am 8200b667: Merge \"Revert \"Add check to allow notification listener packages to post >50 notifications\"\" into klp-modular-dev\n\n* commit '8200b667ea75b7d5353343f9e2f22e33b373077e':\n  Revert \"Add check to allow notification listener packages to post >50 notifications\"\n", "proba": 1.199144463726043e-07}
{"commit": "e94eb4e575c4d17653208176a0fb23784374f38f", "message": "Fix an NPE when launching an activity that's not found.\n\nBug: 6356194\nChange-Id: I66aeeda3ecab36a4aa32fb78c1d0559a73cd9a7a\n", "proba": 0.00011784343223553151}
{"commit": "aaae59c39ce0142bdef3067b9acd039b3c743c6c", "message": "am 23d4edde: am ea7c1e24: Merge \"Add null check when determining mOnTopOfHome\" into klp-dev\n\n* commit '23d4edde94b508c03280fd701b797f3a84db23fc':\n  Add null check when determining mOnTopOfHome\n", "proba": 3.304955669136689e-07}
{"commit": "6a864959e09ad700cc4815e8d751561ceb7e08e3", "message": "Fix issue #7214462: Some recent thumbnails are black.\n\nChange-Id: I9a2704c95a8701c9fb6755662fb47d4743099bf9\n", "proba": 5.041118242843368e-07}
{"commit": "37f748db85a8bfc2f9daefb2e1e7a9af6117ac26", "message": "When an app dies launch home conditionally.\n\nThe determination for whether to launch home after an app dies\ndid not include whether the app would have returned home on exit.\nThis fixes that by checking what the app would naturally return to.\n\nFixes bug 9466261.\n\nChange-Id: Ife6e895b9ef8c11b0a7f470d3eac4e88e763930b\n", "proba": 4.5111442886991426e-05}
{"commit": "7167a66b5eca119ae56dfe3f659a63d92e84ae2c", "message": "Remove scan notification dialog on wifi off\n\nThis is now only handled in settings app\n\nBug: 8732391\nChange-Id: If232bfb9f6c3976059bde11280318901c35161e7\n", "proba": 2.866700299364311e-07}
{"commit": "e68d858b0faf638045980237922e969516b1213e", "message": "Keep device state always updated\n\nTasker app showed up a bug where we can be out of sync with screen state\nif we only received broadcasts when wifi is toggled on. Always receive\nupdates.\n\nBug: 8689583\nChange-Id: Iad457c9768ed421765adb6a15d5f42ecf682da38\n", "proba": 3.6677332104773086e-07}
{"commit": "4ef5aec435042a6c8e5a8084e6aeb6f60b05d863", "message": "Moved ShortcutActionHandler constants to shared (#8484)\n\nChange-Id: I59b0f732f819ceb5e63182c7f3ac492f913a6278\n", "proba": 6.4973153257597e-07}
{"commit": "e7604f4a1e65ec77eacd3fe47fd4da3ba0aaf3e5", "message": "Added butcher command\n", "proba": 2.1221545409844111e-07}
{"commit": "d35e598ab97bf4cdbac88048bbec65a697bfe50e", "message": "saving visitor\n", "proba": 2.203944831080662e-07}
{"commit": "34449fa8bc4c27e847173388f1acffe9672188de", "message": "Create module-info.java", "proba": 1.4139566246740287e-06}
{"commit": "bff110f8eb2dfdaa3b824fd1a7b06b2ddc1205f5", "message": "Update AuthDB.java", "proba": 6.498040079350176e-07}
{"commit": "e09563b82cdb243cb94e55eeadf4efc6c4ad5cc3", "message": "QCM Classifier uses Quantized Contour Models for classification.\n", "proba": 1.1801076738038319e-07}
{"commit": "2487420395d87d3f553f3eb06cbd30cd938daa4d", "message": "Adding @NetworkSensitive annotation", "proba": 1.833818714658264e-07}
{"commit": "0950fae11e3199a4e8f3345ba11bbbe0bf2d4521", "message": "Subclipse doesn't add automatically new files to SVN when we make a commit:(\n", "proba": 1.0360226809780215e-07}
{"commit": "761b00e3431d72d43522d09f658d8efb8cb32d7a", "message": "PIX/PDQ refinement.\n", "proba": 1.1394880772286342e-07}
{"commit": "9fa61c5dc555dd925054d104eb78165630e682e4", "message": "Atualizacao do repositorio local\n", "proba": 2.2673940236472845e-07}
{"commit": "53e1d255666ae50c3160623afb3e22764d564c2e", "message": "SP-56 Unit Tests - PayoutInstructionBtcSummaryDeserializer\n", "proba": 1.3088451567000448e-07}
{"commit": "d986361bed32d829f2d2de31a8859cd1738df008", "message": "adding unit tests for OrderPageJsonView", "proba": 1.5266107311617816e-07}
{"commit": "8ea4c3287a46eb87f22860509159547d7a235fde", "message": "ElasticSearch\u4e2d\u6587\u5206\u8bcd\u63d2\u4ef6\u96c6\u6210\u6d4b\u8bd5", "proba": 3.5279512644592614e-07}
{"commit": "542e596bf5c74c38ccb34f54412c70a59bfc663f", "message": "Removed unnecessary command\n", "proba": 1.3708232472708914e-05}
{"commit": "6e9e7cc8dc4791d41e48b7ef423554ce439b3a76", "message": "Patch for TIKA-1096 CompressorParser: Add support for handling concatenated InputStreams contributed by Gregory Canan.\n\ngit-svn-id: de575e320ab8ef6bd6941acfb783cdb8d8307cc1@1460100 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.346932425709383e-07}
{"commit": "889d91cc302f4afa01f7069a697d3ea9e5108355", "message": "am 3a762f2f: Merge \"LayoutLib: Log error when style can\\'t be found.\" into honeycomb\n\n* commit '3a762f2fd1447868c028978ef57801f5f246a504':\n  LayoutLib: Log error when style can't be found.\n", "proba": 3.9584460864716675e-07}
{"commit": "8fb74b7a7ee8819a40002f0b054675d83aaff1da", "message": "Updating of the unit tests\n", "proba": 2.3404020055295405e-07}
{"commit": "4189397489c83c009c35057f6ade4d180f7f3504", "message": "small refactoring in user-org finder\n", "proba": 1.7904621074649185e-07}
{"commit": "a659163e2f3d8453a59d4a5580272df13a16600a", "message": "Minor fix.\n\ngit-svn-id: 4206c2c2bb40b5782672a0d03c2c381094954de9@3653 b35dd754-fafc-0310-a699-88a17e54d16e\n", "proba": 0.0005581438890658319}
{"commit": "cf44089ba5c8af0344b5ea56df1a0cbae2739299", "message": "Mock object in support of CAS-78\n\n", "proba": 1.214348088751649e-07}
{"commit": "0eea60f4f6d2af4982f4c2e87396be39afca5fbf", "message": "new interface\n", "proba": 4.01402786565086e-07}
{"commit": "92d11a8f1829737eb6fc7a12f45ece780cab9366", "message": "Entity specially created to validate the certificate. It is not mapped to a database table.\n", "proba": 1.0880975764848699e-07}
{"commit": "52d417c6da9d8bf61b9535439a1b758e86139b4a", "message": "(should have been pushed with previous source commit)\n", "proba": 1.2308167640640022e-07}
{"commit": "8b78787b996c465711a6c23ed3657594e63659fe", "message": "Lobby: Added error log when client.startGame() fails\n", "proba": 3.6101229738960683e-07}
{"commit": "34596115e037491fdaecaff82c74750d3c50115e", "message": "comments", "proba": 5.451620381791145e-07}
{"commit": "2112af59b62c58f7f2a81f829d7f56d7744e0f18", "message": "Replace Throwables.propagate with equivalent \"throw e\" or \"throw new RuntimeException(e).\"\n-------------\nCreated by MOE: https://github.com/google/moe\nMOE_MIGRATED_REVID=120775019\n", "proba": 0.9983067512512207}
{"commit": "ca6f95350915a220492bdbf9af2c9e15b3c18f68", "message": "Harden message enricher (#1594)\n\n* first try at hardening\r\n\r\n* feedback from vivek\r\n", "proba": 1.161638962798861e-07}
{"commit": "9a037e7afeeae0fa8b4e640d1a501b8cfa72eeb6", "message": "[nobug] constrain reused text selection when handling element content replaced\n", "proba": 3.297745649888384e-07}
{"commit": "6a5c59e0c68a87b87d0cd81588f8c7bde4f95189", "message": "*Incremental propositional non-deterministic QEA monitor added\n", "proba": 5.742610937886639e-07}
{"commit": "dc711b8a5d86c20e01d63f5553a7bdc1b79da167", "message": "aggiunto il ciclo partita infinito.", "proba": 1.874897861853242e-06}
{"commit": "78b3b2ec8f45e5d58b64941dbf3b272d7e88a14c", "message": "SDC-11900. Ignore pipeline validation for stage input streams if pipeline is fragment bean\n\nChange-Id: Ib5efdfbcfe4dad7642672020d856f15ca669b40b\nReviewed-on: https://review.streamsets.net/c/23065\nReviewed-by: Madhukar Devaraju <d22477479bbf55ba62bd822f4112c80f292c7805@streamsets.com>\n", "proba": 1.2533644166978775e-06}
{"commit": "0a2cbac837446ecc62144ea05ac6fe4c9e4ed87f", "message": "[1279][cygnus-ngsi][NGSIEventTest.java] Add\n", "proba": 1.6301817140629282e-07}
{"commit": "d0b2168bd1f790c96734305576bdcaf49f4aa4d2", "message": "implement PollingGroupSequence\n", "proba": 7.772277399453742e-07}
{"commit": "e3eab0a3cc66cfc7bd24e130ff36998dd02c8c03", "message": "JBRULES-957 Async method calls don't work\n-async method calls now work\n-added stateless method call tests\n\ngit-svn-id: a243bed356d289ca0d1b6d299a0597bdc4ecaa09@12911 c60d74c8-e8f6-0310-9e8f-d4a2fc68ab70\n", "proba": 9.61477667260624e-07}
{"commit": "91b6ec46b65b74109d8b7812df2182893b96cdb2", "message": "date util\n", "proba": 0.9989966750144958}
{"commit": "ec22f9123e7e48d0928524b1fa943eddd4b6dbf6", "message": "db: Import db/marshal/ListType.java\n\nSigned-off-by: Pekka Enberg <add4fcd06328a394f0ad91feda7ee057316dc5ed@cloudius-systems.com>\n", "proba": 1.2245575931046915e-07}
{"commit": "aa993a7b127786376a332924c547c520ccc092a2", "message": "Added AbstractXmlParticipant", "proba": 1.521298713669239e-07}
{"commit": "66e4eb5eb7d929e847ac8400a9c90e9a61f67115", "message": "whitespace police\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1721111 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9988676309585571}
{"commit": "0cad8a3b516553a21c6fe8de046b438ebab9ae5a", "message": "#2, #5 malokhvii05: add @version and @author tags in package-info.java\n", "proba": 6.250772912608227e-07}
{"commit": "bb8805a74e75c8120342b34e5d52396507798e63", "message": "refactor(PointSet): add InputStreamProvider so backend can talk to R5\n", "proba": 3.635666132595361e-07}
{"commit": "ef0af33164b743921697d688829e52725dc18919", "message": "Organized Code\n", "proba": 6.464156854235625e-07}
{"commit": "b72c775b5b7df1f517fe1fafa37cb032bcc89cfb", "message": "Format phone numbers\n", "proba": 4.348024231148884e-05}
{"commit": "b640375027a2b7647d356b7d2db8c15d4b2fdf24", "message": "track more info about idea version\n", "proba": 1.0722257570705551e-07}
{"commit": "c1d5bf819885d735bd9e9da90bec6382432f0c0b", "message": "Fixing ANGLE_CALIBRATION_VOLTAGE config\n", "proba": 5.570182679548452e-07}
{"commit": "fb5d046c9a7b94ff3f07511b2e5e5989a8b2abb7", "message": "Tweak the cookie manager interface for easier overriding\n", "proba": 3.488738684609416e-07}
{"commit": "cef1716e9f6b35599251df0c5265fed149eac4a0", "message": "\u65b0\u589e\uff1a\u6587\u4ef6\u9501\u793a\u4f8b\n", "proba": 1.5603515635120857e-07}
{"commit": "b847b9554f6f8a6b31c9c3f84db7f10329d658e2", "message": "Oprava Firework\u016f pro 1.11.2\n\n", "proba": 1.5176890144630306e-07}
{"commit": "09e7beed6002a399d7a3279b38c726a2b08de2f8", "message": "added SupplyingScope\n", "proba": 1.7818398134750169e-07}
{"commit": "a7fe8894a46b717e404b3ab89ad122f43d798050", "message": "BUGFIX: Stop toolbar buttons from snatching keystrokes meant for the menus.\n", "proba": 1.1129623800343325e-07}
{"commit": "91ddde785bd2c19383a1b81d04631727528ad816", "message": "adding repo interface\n", "proba": 9.525971336188377e-07}
{"commit": "dca14f1c987aa13fb31f3e13e3f61e88484e456b", "message": "Add in a CDI producer for Logger\n", "proba": 2.2325606607864756e-07}
{"commit": "1672b7d92ebb63869d029b32d94c8f27134a15e5", "message": "Enable view-less mode for MethodInvokingController\n\nWrite response as object.toString() with text/plain if no view is\nconfigured.\n", "proba": 1.1053042925368572e-07}
{"commit": "a04d9c304f8116986a9ec757e4bbf1148cfe2a40", "message": "addded simple lucene helper that allows to create compass query and query filter basde on external lucene queyr and filter", "proba": 1.1851909675897332e-07}
{"commit": "b76ff8542ad2215be37fc8c58af6757189cfd6f7", "message": "Add \"all on\" & \"all off\" buttons", "proba": 9.575616786605678e-06}
{"commit": "8a3f5bcfbd636f2103197f45aab8eef209829c13", "message": "\u5c06\u6574\u6570\u8f6c\u6362\u4e3a\u5341\u516d\u8fdb\u5236\u7684\u5b57\u7b26\u4e32", "proba": 7.023637067504751e-07}
{"commit": "ab452f70fc658fbc0b93da77ef8e67596dec2954", "message": "am 2b30b73b: am 6f6f44b0: am b2b0c4c2: Merge \"[RenderScript] Add create(Context, int) to be compatible with the thunker layer & minor tweaks.\"\n\n* commit '2b30b73b017f10bc2ce514981b577c2efaeab739':\n  [RenderScript] Add create(Context, int) to be compatible with the thunker layer & minor tweaks.\n", "proba": 1.6286527682041196e-07}
{"commit": "e756064c2eea935e28411ecf07800e2f24ce8aa3", "message": "New Test to for Method Testing", "proba": 1.2123773274197447e-07}
{"commit": "684219c908af0e7ecace861f239f0f3c2bb29ff2", "message": "Adding the test folder.\n", "proba": 1.463578342963956e-07}
{"commit": "f193faa1c8776d963f476854bd077b2ad80cd1fc", "message": "fixed bug in TraceAnalysisTool\n", "proba": 1.9851562171879777e-07}
{"commit": "97e304a7409e65f3701c98e7329d78ef48d7c191", "message": "Add a utility class for testing flags\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1683523 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.9618729513458675e-06}
{"commit": "5d5fd79e54b1f837001ee848f5a94c7d19bca400", "message": "import BCDUtils from [org.apache.solr/solr-core \"4.2.1\"], lucene svn rev 1485897\n", "proba": 1.7573897537204175e-07}
{"commit": "941b2bb727aee06ec7b93707959854f6ed7649cd", "message": "initial commit - import from CU repository\n\ngit-svn-id: 34a63cff78c965ed7296912184cd0e3b6b7dc1c0@67 2f4ce1e4-9571-11dd-93b2-6d14b300b761\n", "proba": 5.821112836201792e-07}
{"commit": "a8f783ccb734da601bd4953a69bd4bbb0786c7de", "message": "\u7528EnumSet\u4ee3\u66ff\u4f4d\u57df\n", "proba": 7.46059754419548e-07}
{"commit": "f40d69572888762e8d0d7371d1184376cd5df94f", "message": "???\n\n?/?\n", "proba": 1.0451221896801144e-06}
{"commit": "a33c57a0f568e3f720c00d868257ec720ce412b5", "message": "am d80a9aef: am 88713679: am 87263510: Merge \"Unregister from the remote renderer only if bound.\" into lmp-dev\n\n* commit 'd80a9aef134504bed1e73fe92b7e8c855e6d7626':\n  Unregister from the remote renderer only if bound.\n", "proba": 1.3089636752283695e-07}
{"commit": "f0183ce625292c3e3650b4970e9fd5aef6b1524f", "message": "Base class for testing Velocity templates.\n\n\ngit-svn-id: 64ebf368729f38804935acb7146e017e0f909c6b@1970 6335cc39-0255-0410-8fd6-9bcaacd3b74c\n", "proba": 9.329060958407354e-06}
{"commit": "4f59648af7428930109c33847112fa4e4871c9dd", "message": "Update PascalTrig.java", "proba": 3.374494781382964e-07}
{"commit": "4225f4554e21e03a934f078e7f784d4ed90d8aff", "message": "Add homemanager", "proba": 6.042426321073435e-06}
{"commit": "5957a499d588b6310351928858771fe5f4a30350", "message": "MFHttpRunner - commented test block code.\n", "proba": 1.1349752782052747e-07}
{"commit": "026d9e515056a48ad462fc00b9235cb275b5d559", "message": "P\u0159id\u00e1no nov\u00e9 nastaven\u00ed z Survival server\u016f\n\n", "proba": 1.5910053718926065e-07}
{"commit": "b75237256e4444f3921a6c34be150ddd768d3ef3", "message": "[KEB] collision function added in PathFinder class", "proba": 1.6534990265881788e-07}
{"commit": "824a642f44babb9d139a058cfde1ebf99e92504c", "message": "Add FK 4248\n\nChange added in LDT 3.0.4\n", "proba": 1.571754495444111e-07}
{"commit": "04361d688eb4d29b71079b1fd20b255d57e451f0", "message": "no message\n", "proba": 2.1470650608534925e-05}
{"commit": "bef2e7cfa39c65f040e36f26e6dfa5bcf2917881", "message": "no message\n", "proba": 2.1470650608534925e-05}
{"commit": "9448d14648b4b594cf1f96b50a05c616e73d0e08", "message": "no message\n", "proba": 2.1470650608534925e-05}
{"commit": "b7b39710f56eb8bf3f6a39fde4950b215dbdc724", "message": "fix typo\n", "proba": 0.9999909400939941}
{"commit": "ad16b49159ded46d5b3c2d10abfc0a5547e2af45", "message": "test guava expireAfterWrite & expireAfterAccess\n", "proba": 3.979009193244565e-07}
{"commit": "0b509fa14228a902bd9411ccd81aa02b51c5b8c8", "message": "Added EntityUtils", "proba": 1.983305537578417e-07}
{"commit": "db84e79a6162f5d18a37be242e0f986c8442dbaa", "message": "JSONRestUtil class to take some low level methods from SolrIndex class so we can all use them independantly\n", "proba": 1.3158036438198906e-07}
{"commit": "f95d1f5cd42058d1cc36680a4abcaf54685b7ddb", "message": "BRKT-4 images\n\ngit-svn-id: ab5bf4358eb1d1206b526f2c2b4833398a5928e7@434 55fde302-37b5-4f85-817a-e5eb813054a9\n", "proba": 3.8497455534525216e-07}
{"commit": "06050777308e349dd0ae23c1b2cf3966969f7bd9", "message": "refactored id constants for new scheme", "proba": 2.849721454367682e-07}
{"commit": "71224d4261d83b6b59e27c6a46271823d2d33799", "message": "changes due to API cleanup", "proba": 4.0379015331382107e-07}
{"commit": "91f326294b709e5505d2bf9a4af65443c41e91aa", "message": "ResponseTimeAverageCalculator zu Testzwecken hinzugef\u00fcgt\n", "proba": 1.707718553234372e-07}
{"commit": "029fd1922fbbd7788c2e9d8efb8b0e24383dd14e", "message": "Consider using reflection instead\n", "proba": 3.9308824284489674e-07}
{"commit": "f68d79ff9b97206d3f0592ad7a3562f487935f2e", "message": "add class StrmQueueEntry\n", "proba": 5.906807700739591e-07}
{"commit": "c703531d58cd659093a6ea446b766a5e37451b43", "message": "Delegating channel listener\n", "proba": 2.3877194053056883e-06}
{"commit": "c5aeac7f157e3cb9e29ab8c126f74e26493501f5", "message": "LayoutLib: Fix issue with rendering mode.\n\nWhen the layout content is embedded inside a decor layout\nto emulate system bar (top or bottom) and title bar (or action bar)\nthen the code computing the full required size based on the RenderingMode\nwould fail because the decor layout would prevents the content layout to\ntake as much room as possible.\nThere is also an issue with the way we know render dialogs as the\ndialogs usually as a frame with some padding and the previous measurements\nwould not take into account the dialog padding when increasing the\nscreen size.\n\nThis fix makes the code measure the size of the content layout in the\nnormal rendering, and then separately from the root layout with the proper\nMeasureSpec to let the content grown. The difference in size is then added\nto the screen size.\n\nBug: http://code.google.com/p/android/issues/detail?id=15892\n\nChange-Id: Ibb9ca2a67c6c450d10d9f9a8050536e094650f8b\n", "proba": 1.1730867299775127e-05}
{"commit": "cb3b42b576299e519b3fb624f6a1a00d12a1f4ac", "message": "TWEAK: dead code branch, but had a warning for no javadoc.\n\ngit-svn-id: 25dac4f723c7e5b42083d4a98669c37f60455592@1911 69e27eb3-6e27-0410-b9c6-fffd7e226fab\n", "proba": 5.8805426306207664e-06}
{"commit": "c90c38fa25332e2d6d91e013018bf691636c9753", "message": "Adds a PIDTest to the integration tests. Contributors: Jonathan Leitschuh [artf2568]\n\nChange-Id: Ibcbd1774360545f9d08ec3a8917613f2b2d335ee\n", "proba": 3.6143464399174263e-07}
{"commit": "c1fe4650a8d172bfdb13af02b75b48aa2a873397", "message": "added rights field to test\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@13170 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: b6bc5aee5a29db22c7df99eaea93eacfa480abb1", "proba": 1.5618076076862053e-06}
{"commit": "8621975f1fd68e534c93a77d2d8d21a69cecf8dc", "message": "Revert \"Loaded -> Library Loaded\"\n\nThis reverts commit cac09cea546a4b13371a90525968571b044155b9.\n", "proba": 1.201165673592186e-07}
{"commit": "7eef41c074f7e1df5465adf16e12eb0dd9ccf6f3", "message": "Add test to check Secure&Click messages", "proba": 2.1835302277395385e-07}
{"commit": "a5106bc9131164ea3d1522ce8f769ba386739bdf", "message": "New class copied from JCommon.\n", "proba": 1.1067767502481729e-07}
{"commit": "11af720ece264a32e7305414b5b1f82e5c671a05", "message": "Add some intent tests for profile activity\n", "proba": 3.187068102761259e-07}
{"commit": "1a85a0dd3ca3670223392625df59f082c4201b01", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "ed06b33f889a28952ad5a3adff39087533cf140e", "message": "add test method backlink checker all phones\n", "proba": 2.528838649595855e-07}
{"commit": "e181506fabcb17db1a5ad01d5bc63c0d42d1b757", "message": "Added another null check in order to prevent potential future bugs.\n", "proba": 1.0347824996870258e-07}
{"commit": "598ae5517cafdfc4750b1dffc493948526a73b92", "message": "After merge fix\n", "proba": 1.3735824495597626e-06}
{"commit": "b0299efdddf61f758859fdb5f9820c689971f57f", "message": "custom class for error handling added\n", "proba": 1.7277069730425865e-07}
{"commit": "91a629d1a5f4eab81d2b0bfa2866dd0d0096878d", "message": "<nitesh>\nadded class for the reflection based testing\n", "proba": 1.2582360398027959e-07}
{"commit": "914c5907587266b92583f879dc62106eb7ddfa05", "message": "Add more tests for NPM semantic versions\n\nThe samples used for testing are based on the range examples provided by:\nhttps://github.com/npm/node-semver\n", "proba": 3.729234549609828e-06}
{"commit": "e084f2d3b6404cf4294dc92df8c4f8557dd14d9c", "message": "started MathUtilsProperties\n", "proba": 2.9739797469119367e-07}
{"commit": "fb227df61ff8b4e037e95e79d000f7ac7fa78ed4", "message": "Add test for constructors\n", "proba": 1.2742558510581148e-06}
{"commit": "0be6f08fad068eaf431e71e2ce6e6e5dbfa1f09c", "message": "Fix ChromeTest crash with WorkChrome in isolated process\n\nBUG=538184\n\nReview URL: https://codereview.chromium.org/1382223002\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#353836}\n", "proba": 2.180766500714526e-07}
{"commit": "4d1473d2c9b245149ee6ee92f730be4a5c24c618", "message": "Added LocationFactTest\n", "proba": 2.3705297280685045e-07}
{"commit": "f85e0a4a6a18fe8bd0e2602b65d97dd48f928d10", "message": "added rowbatch comments\n", "proba": 1.7143729280633124e-07}
{"commit": "fc122d3ac6f94614c2fbc8b963055ee4dc2a02e5", "message": "#357: Failing testcase showing that during-process-deletion of entities has problems.\n", "proba": 1.5321678858981613e-07}
{"commit": "738a9474fbffd4f30d8b4c9afe977b4ad7f68386", "message": "Fix #1185\n", "proba": 7.687928587074566e-07}
{"commit": "5818a944d2c91e6f7efb0b881e7751f02f6ea009", "message": "ExpressionTransformer #907: Implement tuple literals\n", "proba": 3.8633169197055395e-07}
{"commit": "b246613c06f9414a1dbce52eb68743ebd425afb0", "message": "Issue #1116: Use hasDependentTypeParameters() when deciding whether a typecast is needed. Note that if the type arguments are exactly the same a typecast isn't necessarily required.\n", "proba": 1.0480631118525707e-07}
{"commit": "e0a046df752dc1747a0efd23edfb30632fcfa3b3", "message": "Put item hovers on top of everything\n", "proba": 2.6454856083546474e-07}
{"commit": "026b37068fd2683c20dfbde480090a7bf373bc85", "message": "Fix getPredecessor() ~I think", "proba": 1.4763041633614193e-07}
{"commit": "d9b2cda89b95359b978434f14bcf7bb0292faac7", "message": "Implement a noise reduction plugin\n\nThis plugin exercises OPS and provides new functionality.\n\nThis used to be revision r5286.\n", "proba": 9.965537373091138e-08}
{"commit": "fd77ad9b3ab346de8ceed7d932a41ec2e6d42637", "message": "adds new test\n", "proba": 2.559973211191391e-07}
{"commit": "8b757e7904a82a834fb8daf09b6b958c7ccd26cb", "message": "Add an asynchronous EventStoreCommitNotifier.\n\nThis one uses EJB's TimerService to schedule the actual notification.", "proba": 1.0666815342119662e-07}
{"commit": "f5eaee36fefe075fb3f8a838212d7bad3e656239", "message": "- unit test for admin controller", "proba": 1.177003312591296e-07}
{"commit": "b16408294e784708e25c913c401970512e8dad0e", "message": "new Exception\n", "proba": 8.736323025004822e-07}
{"commit": "c3a0321d64fb3e74a68ac826d186daedea8c5ba6", "message": "permission\n", "proba": 2.1767479552181612e-07}
{"commit": "a854659dbd67b380ee4058400fe6acd0d4ff8d43", "message": "JC-1395 Fixed replacing of special characters.\n", "proba": 1.0041399889360036e-07}
{"commit": "531a5e83c73fe75ff321305041792fc8eb0f02a7", "message": "Added methods setShowCursor and isShowCursor to TextBlockVisual.", "proba": 1.0296950136989835e-07}
{"commit": "426416288102ba3e8e75dbfefb43354025347540", "message": "Correct comments\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1604496 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.283807465479185e-07}
{"commit": "38f34e98230146d7f151335c5be62bd95c2533cd", "message": "Async read/write errors need to trigger error responses so the socket is closed.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1513783 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.1580740647332277e-05}
{"commit": "c95c2f2f8c63a4840a615d1f0ec00e486b12bca2", "message": "Fix typo and Java 8 Javadoc issue\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1635134 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0041132052429020405}
{"commit": "1fb8bd32a971c5d8e100aa50815859349ed7d67a", "message": "Deprecate unnecessary code that references StandardContext\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1239135 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00018492185336071998}
{"commit": "57434cca79f3e17b734f6e3ef08d2943ba581362", "message": "Fixed issue where YouTubeDlManager would mark executable as ready too fast.\n", "proba": 1.0415883622272304e-07}
{"commit": "227a6cb9c397d7d6aa31d98814a83de761ccd62a", "message": "RsStringLiteralLexer tests\n", "proba": 4.2547256384750654e-07}
{"commit": "683c83a0b8ec95160359204505ea72ac83c25056", "message": "Add param to unit test", "proba": 7.944202025100822e-07}
{"commit": "b36a8d8270123cf637dbafd15b5b0b6af1983483", "message": "Adding the WSDL2C class\n\ngit-svn-id: 70a8ac99b5f1d6311287bb5343fb493d9eff6f5e@465199 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00027786081773228943}
{"commit": "447b477fef1d893c21e0695021731c8bd37430bc", "message": "WSCOMMONS-154\nContributor:Gordon Kuo\n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@499982 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.8103257559687336e-07}
{"commit": "f8c99378367ef025b9da981d62806d1d06ef299e", "message": "am bd388372: am 5faa0336: Merge \"Add filter for personal apps that are not disabled until first use\" into mnc-dev\n\n* commit 'bd388372a81472aa3a5f40e57f9f541f85931495':\n  Add filter for personal apps that are not disabled until first use\n", "proba": 2.6447995082889975e-07}
{"commit": "f150ba146cd7311fa82216ddedb81cd51d8aa6db", "message": "Add implementation rule Rgaa32017Rule030203\n", "proba": 3.3218452699657064e-07}
{"commit": "6380e547e0294082cda1b1a8a54aae01fcfc26bb", "message": "Add implementation rule Rgaa32017Rule070106\n", "proba": 4.470082046736934e-07}
{"commit": "5325bc77abae12f1d31ef2d23d3fe1f264f7607a", "message": "Ruby / Java: Don't stop pasing rules on empty values\n\nThis would cause missing rules if the one or more CVARs had empty values.\n", "proba": 1.5763990290906804e-07}
{"commit": "a1317af12cbb27473e8b401262226561db16140d", "message": "#3682 \uc11c\ubc84 \ud504\ub85c\uc81d\ud2b8 \uc801\uc6a9\uad00\ub828 \ub9ac\ud329\ud1a0\ub9c1.\n", "proba": 1.0401748085087092e-07}
{"commit": "b0538d0bbc6f9fc21922729a5dd4946da5415f72", "message": "KRACOEUS-5198\n", "proba": 2.638876139826607e-07}
{"commit": "ff59ddfeb3255a3b87a4f53870b20da7f59de91c", "message": "GRAILS-955\nThe test was failing because the handleRequest method in SimpleGrailsController no longer makes use of the HttpServletResponse object that is passed as an argument. The test was passing in a mock response and then inspecting the response after calling handleRequest. The test now deals with this. Note that the feature being tested is working as designed, the test was broken.\n\ngit-svn-id: 29aad96320b2a07b98332cd568fc1316025c072f@3489 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d\n", "proba": 1.5279438230209053e-05}
{"commit": "4c69760b77ad19c6488611714ec392e1d47b9749", "message": "Added a new class to compile the common code. TO BE REMOVED.\n\n\nSVN-Revision: 2590\n", "proba": 1.712180335289304e-07}
{"commit": "dfbaf13bea3b457f5c0498d354c9d575954732c5", "message": "Address comment in CL\n\nBug 19933646\n", "proba": 1.3308734025940794e-07}
{"commit": "993a20b6d511b571a7cb7e44de9296490cf6330b", "message": "Re-implemet onUpdate() in Jetpack", "proba": 1.5110398976503348e-07}
{"commit": "3bbc36876f49368831004ad149440bd8b9841520", "message": "BUGFIX: searching for specific data within an URL was causing some deduped records to be lost.. need to just start at the beginning for now..\n\ngit-svn-id: ca6d9ebf75caaf710f0e3a4ee74a890c456d4c90@2172 69e27eb3-6e27-0410-b9c6-fffd7e226fab\n", "proba": 3.25499422615394e-06}
{"commit": "1feaf2d99d66822da8083f17004a88ee32059b27", "message": "Fixed Windows problem with SipDirectoryManager\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@12865 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: a52c0f5fe78bb7f1dbd0bed1a5e8c33bb149bae0", "proba": 1.9313019947730936e-06}
{"commit": "52e9c324d2502c1e985fbd368fcefb2e3760f981", "message": "ui2: fix minor typo\n", "proba": 8.23414848127868e-06}
{"commit": "7f348df3cc5c04506eaa1c94da5e27d68d71aa90", "message": "\u0414\u043e\u0440\u0430\u0431\u043e\u0442\u043a\u0430 \u0434\u043b\u044f \u043c\u0435\u0442\u043e\u0434\u0430 type \u043a\u043b\u0430\u0441\u0441\u0430 HelperBase\n\n\u0414\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u043d\u0430 \u0441\u043b\u0443\u0447\u0430\u0439 \u0437\u0430\u043f\u043e\u043b\u0435\u043d\u0438\u044f \u043f\u043e\u043b\u044f \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e. \u0415\u0441\u043b\u0438 \u0432 \u043f\u043e\u043b\u0435\n\u0435\u0441\u0442\u044c \u043a\u0430\u043a\u043e\u0435-\u0442\u043e \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043f\u043e\u0446\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e, \u0442\u043e \u0435\u0433\u043e \u0442\u0440\u043e\u0433\u0430\u0442\u044c \u043d\u0435 \u043d\u0430\u0434\u043e.\n", "proba": 6.594655701519514e-07}
{"commit": "fae5bcd7e10abb7a9b6d8170bca63bb7a376c888", "message": "Fix Bootstrap glyphicons\n", "proba": 5.416782187239733e-06}
{"commit": "592ff20220444e87957e1fb9ddafd367d41dcc04", "message": "add HttpResponderTest unit test\n", "proba": 1.7899056103942712e-07}
{"commit": "f9029e8f0138fe3a916fea7effe2b33f1d0feb96", "message": "Introduce PluginTagHandler.\n\n<ui:include> is also implemented as TagHandler,\nand seeing as we basically want to do the same thing, I went with that.\n", "proba": 1.0506790459885451e-07}
{"commit": "9b8ee2222213239f6d2098dc85e51a2e75fc1a48", "message": "if field value is invalid, give context in error\n\nwhen supplying a wrong type of value for a field, e.g. when trying to store a long in a string, it would now just give a classcastexception within the valuetype serialization code without giving any clue as to what field contains the problematic value. Now providing more context and also added explicit check on value type.\n", "proba": 1.885302935988875e-07}
{"commit": "1524e625067da52e1365e4f939d4683edeea2fd5", "message": "am 7017d51e: Merge \"MtpDatabase: Fix sqlite3 pattern matching for MTP directory deletes\" into jb-dev\n\n* commit '7017d51e147a0f6ed2370fb79c656c9726304131':\n  MtpDatabase: Fix sqlite3 pattern matching for MTP directory deletes\n", "proba": 1.1984315051449812e-06}
{"commit": "1a5f655dd0a5a33208a302de80f2c66acde2edf9", "message": "Delete SendMessage.java", "proba": 8.157497290994797e-07}
{"commit": "dd08be6ed3809274ff1aea480bcc6726049f5c3d", "message": "jersey-api: Added the test for creating pokemon\n", "proba": 1.3949535571100569e-07}
{"commit": "f846ddd9ed1d5ba8f72054118340b19fca5f2750", "message": "INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED\n2004/08/13 14:56:07 bc 1.1.2.1: #111602# several changes for Formwizard and TableWizard\nIssue number:\nSubmitted by:\nReviewed by:\n", "proba": 9.96534765818069e-08}
{"commit": "36dc7f32b49d9e6d0b0bd243ed89c5548ad779d1", "message": "Added example of performance bug\n", "proba": 1.248951662091713e-07}
{"commit": "2b05550b4391a1c7ac4174d107b3d6847fc1dd59", "message": "Implemented GetStarted feature", "proba": 1.4937278081106342e-07}
{"commit": "a483383e83ce08530da6687ab67194924b98694d", "message": "fix default cell to be 1of1\n", "proba": 0.9999985694885254}
{"commit": "6897be202987e77d0539d223cd6914e4f201d614", "message": "CourseActivity.java: Fix indentation\n", "proba": 3.935634140361799e-06}
{"commit": "d87a8dacf41f6ab64034759d502d13cc5057f625", "message": "some obsolete code removed;\n", "proba": 2.2535196819717385e-07}
{"commit": "07674fe85b8cb14228377873cd7dbcbb1549e312", "message": "argh !! I've put & instead of &&\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@370740 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.150987239081587e-07}
{"commit": "2b00fc7c39a84c309e264259d66fdae5fdd35b3c", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "428d0382fe28b1775fd901a883c72c8557a56596", "message": "power method tests\n", "proba": 3.78914648990758e-07}
{"commit": "1c7c274fcd908bd9c6ded7498482951d4fd8f3c1", "message": "UniqueConstraintViolationHandler does not handle OpenJPA exceptions for unique index violation. #PL-5581\n", "proba": 1.6783785383722716e-07}
{"commit": "fedda3e8bb6b67bc84b60c32ec3324cef030f6df", "message": "Make a little easier to debug\n\n\ngit-svn-id: d69ffe4ccc4861bf06065bd0072b85c931fba7ed@44520 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.533204603125341e-05}
{"commit": "340e49290f511e711f2657b6c231a26af05cd939", "message": "OAK-6106: Excessive memory usage by the caches segment references\nTest case\n\ngit-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1792030 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.440435527110822e-07}
{"commit": "7be83c578c611cd28185333696c17b2560f30444", "message": "Bluetooth: Fix profile auto-connect logic\n\nThe fix in commit 05e08c3a2f27d5027b34e81b7c0a67e4da7341f6 caused a\nduplicate connect message to be sent to A2DP devices (and others),\ncausing the A2DP state machine to disconnect a device shortly after\nconnecting it.\n\nThis patch reverts the relevant part of commit 05e06c that causes the\nfaulty auto-connect behaviour.\n\nBug: 22128169\nChange-Id: Ie0dadd5c9583bf2b64a8434a2a3603cb749b21d0\n", "proba": 4.880132564721862e-06}
{"commit": "ef3f4324192330e36f122e5408866f587fb6aae7", "message": "am e4f1a202: Fix Keyguard header animation from SHADE_LOCKED -> Keyguard\n\n* commit 'e4f1a202d8cc817eca3c4dbf4f448ba11f596f42':\n  Fix Keyguard header animation from SHADE_LOCKED -> Keyguard\n", "proba": 2.1106700387463206e-07}
{"commit": "be850ed7e545b8b3deddccb529076179e7832a30", "message": "am ad3fcc02: am 19be9d31: Merge \"Update bottom area alpha when stack height changes\" into mnc-dev\n\n* commit 'ad3fcc02719ee0edcf413a54271beb237ec17d13':\n  Update bottom area alpha when stack height changes\n", "proba": 4.409459108956071e-07}
{"commit": "956d2fe7ae02cc4abe04955f5cd70b77e32740b7", "message": "HackerRank: Caesar Cipher", "proba": 0.9989025592803955}
{"commit": "930f4b31ec47624b417ececcd6604256fc9b8c4a", "message": "SAML LogoutFilter added", "proba": 2.3479896071876283e-07}
{"commit": "4d0c55cabfe9080430b100d261e58b2abc4a2102", "message": "my solution leetcode [198. House Robber](DP)\n", "proba": 1.0977298643410904e-06}
{"commit": "0260286f96aa3370be106f1a37c0cbcebce493fc", "message": "add MaterialTileMappingJsonLoader\n", "proba": 2.835340353612992e-07}
{"commit": "f1532fb9f879e5a27427e7bdd6085eab5af8bf57", "message": "KCAWD-526: Configure document authorizer to toggle action buttons\n", "proba": 1.1535117039329634e-07}
{"commit": "7d98b9398c96811e8b5953a7139b168c30ad8a1d", "message": "Test fixes after parser change.\n", "proba": 1.242022023006939e-07}
{"commit": "1869b424ba55dac1dad21a613d970ec83ccc5017", "message": "HBASE-6088 Addendum fixes testSplitBeforeSettingSplittingInZK (Ram)\n\n\ngit-svn-id: 1ea5de6e32eadb5f080cfd8bafe1c87167c06d54@1344113 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.121444933640305e-07}
{"commit": "03ee5089a30d5bc8442c70feb48d3a283e30e637", "message": "minor\n", "proba": 2.1615694549836917e-06}
{"commit": "37dc698f55fc525820593bdc25bd21fd94a7e001", "message": "Update simpleCRUD status", "proba": 2.444313906835305e-07}
{"commit": "281cf0a61f165ed987d5bd2a09d1b1e457a839a0", "message": "previous fix applied also to the underground map\n", "proba": 1.274856060717866e-07}
{"commit": "dce3f296a4858844f4b6a4da20bf85d90f0d234b", "message": "KULERABFDBCK-344 : New rule class to perform validation of indirect cost lookup maintenance docs.\n\n", "proba": 9.525011535060912e-08}
{"commit": "c0972705bd1a33f549a44b89e38cd6412701958a", "message": "Add a check for CameraCapturer being initialized before calling startCapture.\n\nBUG=webrtc:6945\nR=magjed@webrtc.org\n\nReview-Url: https://codereview.webrtc.org/2621633002\nCr-Original-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#15988}\nCr-Mirrored-From: https://chromium.googlesource.com/external/webrtc\nCr-Mirrored-Commit: e996a997216789a697daf87f929f9dcc86663e3e\n", "proba": 0.00021329977607820183}
{"commit": "ef972434927f0c918f7f8d7b833f361cb9075d67", "message": "updated logs", "proba": 9.998882433137624e-07}
{"commit": "c24b562fe63d11ea3e7d6b71d54a5bfd69478423", "message": "ceylond: Use the package summary doc in the description column on the table of packages on the module summary page.\n", "proba": 1.0004465167412491e-07}
{"commit": "8eff3241be950eedb60e022723d0405c9311110b", "message": "Added SimpleConfigEntry which represents a single key:value pair.\n", "proba": 1.0423256924241286e-07}
{"commit": "434fe82b4796a5a74538f49ec9e79d079f1c5b3a", "message": "multisite\n", "proba": 4.1773446923798474e-07}
{"commit": "9e08aaa6ef475c7ce6a8387946826ee3645cf815", "message": "Debug.Renderer annotation to change the presentation of an object in debuggers\n", "proba": 1.7455037948366225e-07}
{"commit": "ef31a16b5e3ba3d8f304117a958fb32bf0ac08b4", "message": "Added return void test case", "proba": 1.9162818887252797e-07}
{"commit": "1d6e7fa88014c54d1e5246a901d7cae84fdf9314", "message": "added biologicalSample type - commiting main project didn't seem to\ncommit data-model??\n", "proba": 1.0986037324300924e-07}
{"commit": "922a0d31cbe635f45b304546139c87b036a7ac53", "message": "Add override of equals method.\n\nCoverity is reporting that we should override the equals method in all\nour domain subclasses. This hasn't been an issue for us as the parent\nclass has en equals method and systemId should be unique and enough to\naid equals. This could perhaps be an issue if we clone an entity and\nchange some of its contents. But then the systemId should also be\nchanged. We are adopting equals to all domain model subclasses to be\nmore in compliance with best practice and aid perhaps situations where\npart of the code-base is being used in other scenarios.\n", "proba": 1.1839042457495452e-07}
{"commit": "0b12da9b49b4e03397a924740b9cac81090abf36", "message": "Added example java file\n", "proba": 1.373190627873555e-07}
{"commit": "e66400a4b13cc9055c3de0e5002d8c6a80ea9511", "message": "MaJ Color.java\n\nCorrections faite \u00e0 l'aide de tests unitaire.", "proba": 1.0950138573662116e-07}
{"commit": "b9da4b0e8c8c8cfca187dfbd59e81e7e51d50110", "message": "JBRULES-26\n\ngit-svn-id: 070c3881401fb0972c64ffd64a7265ee2adfa2f8@2570 c60d74c8-e8f6-0310-9e8f-d4a2fc68ab70\n", "proba": 3.108498844994756e-07}
{"commit": "b31d22f4588ccf0579b10a090ad03edb4ba1bed5", "message": "Create FlyCommand.java", "proba": 2.283577032358153e-06}
{"commit": "92ec0a0c7a568a77696964c16f4e44292c633ef1", "message": "am d8c32164: am 88517170: Merge \"Adjust to the change in the private SSLParameterImpl API.\"\n\n* commit 'd8c32164e19d16cf7d66b9aee368369ae16a4f0d':\n  Adjust to the change in the private SSLParameterImpl API.\n", "proba": 1.223227030777707e-07}
{"commit": "b2473fd65c9030bb81012b07480d9243af7b1a4a", "message": "am 021e906a: Merge \"Fix docs build.\" into gingerbread\n\nMerge commit '021e906a46f044025ce0a4632309abecd069240d' into gingerbread-plus-aosp\n\n* commit '021e906a46f044025ce0a4632309abecd069240d':\n  Fix docs build.\n", "proba": 6.134806881163968e-06}
{"commit": "2becf93d275a1e678abedd16b88225d6cecf49e2", "message": "When in the Choose Account flow if the accounts list display was initially\nskipped if the user cancels out of adding an account the flow itself should\nbe canceled rather than showing the accounts list display.\n\nBug: 5599693\nChange-Id: I5075e86656e237dddcb5e1d76e432e1cf525ab79\n", "proba": 3.0348652217071503e-05}
{"commit": "946dc725125ef05d2ae6852cb85e96530501771a", "message": "removed static from shared hazelcast instance\n", "proba": 1.4709048912209255e-07}
{"commit": "ee89ccb270e509d3b081aec422b15a979276c11a", "message": "removed unused class for CLI parameter handling\n", "proba": 2.71660013595465e-07}
{"commit": "582f0dda7ccc384b2edc2f45dee823ad8abcce3e", "message": "fixed broken build. integration cannot reference classes from daleq-core's test classes.\n", "proba": 1.0798173377679632e-07}
{"commit": "210d072871b52c1bb55f3ef412e7c5a47927ecb0", "message": "[ADD] MetaFactory to iscsi-module\n\ngit-svn-id: a5379eb5ca3beb2b6e029be3b1b7f6aa53f2352b@7149 e3ddb328-5bfe-0310-b762-aafcbcbd2528\n", "proba": 1.7455932947996189e-06}
{"commit": "9726a2dc1c85369a67640de8e93df184611eb0a2", "message": "Add IIOP login module that validates that an IdentityToken is present.\n\nThis module can be subclasses to provide additional validation.\n", "proba": 1.1110216746601509e-07}
{"commit": "487ad26b94553e4fcbbc6cfe83278d52dc8ef9fd", "message": "Removed some useless assignments.\n\n\n\ngit-svn-id: 3f2e04d30bd9db331bbfc569b45e7de8c0d84ef0@660147 a5cc9254-8de9-e8be-c026-97bcafcbeca4\n", "proba": 0.013482581824064255}
{"commit": "96c1fa283d9115bd4446bdd8a4ef02ee390be291", "message": "[Java, Tests] Add Mqtt multiple backend test\n", "proba": 3.119763505310402e-07}
{"commit": "7bc6a6668d1c712ce076370a0cba1347d0947591", "message": "MAP-1005: Create IndexViewerHandler.java and move index viewer related calls into it.\n", "proba": 1.0234567326961042e-07}
{"commit": "aec05973b4c001dee3244d993992fa29468ec009", "message": "Add javadoc\n", "proba": 9.90700186775939e-07}
{"commit": "901534f09261cdb327cadb21e49ab5d63e799f6f", "message": "SAK-37725: Merging sections distorts page item sequence when copying to another page (#6953)\n\n", "proba": 1.0064428579426021e-07}
{"commit": "82545d018bcaf64347c7a21a0e757e989620c2d2", "message": "Update SSLSimpleServer.java", "proba": 5.607299726761994e-07}
{"commit": "948ffedd7e71e5fc112545bc2d2f1e6683921ec2", "message": "Organized imports.\n", "proba": 3.3591982173675206e-07}
{"commit": "6c71d1bb15768f803e834ced4c89ecfcb6053142", "message": "[MDEP-101] Added dependency:list alias for dependency:resolve\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@576490 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.635628047504724e-07}
{"commit": "df43156b70a1a41892ba8f84e50a6387189cbacb", "message": ":fire:Add Digits\n", "proba": 5.11152611579746e-05}
{"commit": "3b2e3207f5c967363a85419c5026c755354b5ff8", "message": "created UserInfo class", "proba": 3.7632642602147826e-07}
{"commit": "9db17a5fb98a930b846d56511c15d4143a8873ae", "message": "added missing file\n", "proba": 7.312501679734851e-07}
{"commit": "76f205d04b44ac39860f1f6dc350fdb9c0e7b4c9", "message": "BKNDLSS-10508 added BackendlessPrefs\n", "proba": 1.2831687001835235e-07}
{"commit": "ffc1ecdbf7abce65eeec14eebf02cd56206fefd0", "message": "come\u00e7ando um model para testar salvar matricula\n", "proba": 9.668051461630967e-07}
{"commit": "e489d539cdbd3f980211faa3f9c58cb90abcc2cb", "message": "first updated\n", "proba": 1.4169965822929953e-07}
{"commit": "500bee2221e4944f0049afe495eddd8d2475d3e7", "message": "Fix: Nasty bug: Changing the DPI changes hash-code, thus the profile was not found in the hash-map anymore.", "proba": 1.058939815834492e-07}
{"commit": "900885d6972a421ddb4346e817bafb1f88951606", "message": "Create invoice.java", "proba": 5.388639692682773e-06}
{"commit": "b9f163996588b9de994bcff6500b1ca704f2996b", "message": "am a50f4b1d: Merge \"Simplify LinkPropertiesTest.\"\n\n* commit 'a50f4b1d0592d34547a4bb33e08915b171f954f6':\n  Simplify LinkPropertiesTest.\n", "proba": 1.2014177741548338e-07}
{"commit": "c435e5ac3329b6041306135eb2d5d4b881634fdd", "message": "Add getHostName\n", "proba": 1.7695940641715424e-06}
{"commit": "e963758696dd157e289b8a01b1c00bcf23196907", "message": "Add main class\n", "proba": 6.006358034937875e-06}
{"commit": "df175b57d1009a49cab46477f172e67a5a272be1", "message": "Create BaseTest.java", "proba": 8.938690143622807e-07}
{"commit": "f3742fc00f025063b6d960b5536a552d53767da0", "message": "New class.\n", "proba": 2.181569414005935e-07}
{"commit": "91f44db2ddc65f9ebea2b2d11b102bdf45d2be5b", "message": "meter to quantify the distribution of the atomic displacement from their lattice sites\n", "proba": 1.639414506371395e-07}
{"commit": "4144bca8691f709aeb6cf5caca68a97a90ec72f6", "message": "take care of NaN term when zero*infinity\n", "proba": 0.005573716014623642}
{"commit": "5bd20a1629b028c376655589b07d16ab629ccdc6", "message": "no longer computing additive and nonadditive components together\n", "proba": 3.1360178809336503e-07}
{"commit": "38b2516ce7072021ef2aac8ebc58c76781ef4f73", "message": "A few mistakes in the comments fixed.", "proba": 1.0788517812443388e-07}
{"commit": "6caccc4ead65e8bb52a5070b24d0ab7efd6fad4e", "message": ". Rolled back some code from r505 that are not usefull. The code that really prevents the double message in POP3 is when we set the X_DOWNLOADED_FULL in the POP3 folder class\n\n", "proba": 2.391848568095156e-07}
{"commit": "2eaa99bb3a13002ecef92e34357ab799ff4cb6b8", "message": "Do not delete remote messages during sync.  Trust the delete routines\nto send the proper delete requests (delete, mark read, nothing).\nOtherwise, this code will delete on the server any message deleted on\nthe handset, no matter option the user selects.\n\n\n", "proba": 1.0797410965324161e-07}
{"commit": "55bdf7abb47fa36907d7462b18ccaf05bc4ae9db", "message": "Added code to allow highlighting in both directions. Feel free to revert if you don't like it.\n\n\ngit-svn-id: 50f83ef66c13f323b544ac924010c921a9f4a0f7@1319 00569f92-eb28-0410-84fd-f71c24880f43\n", "proba": 6.3327416910397e-07}
{"commit": "4b8fb41675d28f9fd1538f1af99a29e3ece7ca83", "message": "Added ModelReader to allow ModelGetter to create & load models.\n\n\ngit-svn-id: 227c23bb629cf7bef445105b977924772e49ae4f@1112939 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.911689508915515e-07}
{"commit": "b27239547ca110a07cc9ecc9a61dff3f7a3173a6", "message": "Added the contactInfo.java file\n\nAdded the java file that will simply display the contact's name and grade number. These are just dummy values to be replaced by the actual values later.", "proba": 1.0459083910063782e-07}
{"commit": "4dbbce8744c1e4dabb8b9cb23127af6adbaba7ae", "message": "Add The Sieve Of Eratosthenes example\n", "proba": 1.5313718904508278e-05}
{"commit": "52d9a43cf9ff3351d28a7b18450574cd7430cd64", "message": "file added\n", "proba": 3.0057543654038454e-07}
{"commit": "c4645a986a0f3a289c8702adbd7c49c4d0453a50", "message": "Add a help command\n", "proba": 0.00040865453775040805}
{"commit": "496b520880ae1e247fcfd905c94d2751295a6770", "message": "Update MliBotController.java", "proba": 5.370598046283703e-07}
{"commit": "bedbcc069a43595247b74721a93b36d0dc04a704", "message": "inheritance I\n", "proba": 0.00011677894508466125}
{"commit": "598e2837d1c3c7132586db5986e9a124641c1fea", "message": "Update NBCaseSize.java", "proba": 6.605835096706869e-07}
{"commit": "f4099af7f792747642009c399c65ec6f0ad0f92e", "message": "Market class is ready (Constructors, getter, setter, ...)\n", "proba": 1.0764756552816834e-07}
{"commit": "cbf7ca490346e981be48968d1f23de12bc0828f6", "message": "New file.\n\n", "proba": 1.670333915626543e-07}
{"commit": "bb32c5686b254e97375253c13f8f1482f8ecd95a", "message": "Initial entry\n", "proba": 1.9552702212877193e-07}
{"commit": "c9a5871f62ff6e30012393a21868ba5773b9f17c", "message": "Create Lion.java", "proba": 2.0892186967103044e-06}
{"commit": "bf124ea8f459970cdc339ac0b67ae430ed196f61", "message": "add Max.java\n", "proba": 8.150327630573884e-07}
{"commit": "2532881f52bdac588dd1dbb02e69f2ce28fc5799", "message": "am 1f35a9b6: Merge \"QS: Fix NPE path inside cell tile.\" into lmp-dev\n\n* commit '1f35a9b62db9cb420dd69676f1c4b7c18b6f01ba':\n  QS: Fix NPE path inside cell tile.\n", "proba": 4.088398952717398e-07}
{"commit": "7940f55c3a1e4038cb01e9909717edbf34d83391", "message": "am 6f6bc554: Merge \"Push inet condition to new MobileSignalControllers\" into lmp-mr1-dev\n\n* commit '6f6bc554fad7cc2166ea561a1171bd1ffc961498':\n  Push inet condition to new MobileSignalControllers\n", "proba": 3.2487869816577586e-07}
{"commit": "09420136d0ece9509234f408d50c09e720feb18e", "message": "Beginning of first exercice\n", "proba": 9.174431738756539e-07}
{"commit": "597beae2410e20e3b57a057b5c0481b1367b9a81", "message": "Use submit rather than invoke\n", "proba": 1.5237453965255554e-07}
{"commit": "43687b599eaa566ff9108891a74a56e4a8673677", "message": "Fixed an issue with Tracer where an exception was being thrown when the 'Combined' trace file was selected on its own.", "proba": 1.0498877855980027e-07}
{"commit": "98341f823f48aa0c8f162bb31310b1cebcad1557", "message": "Added servos to the camera. It moves from 0 to 180 based on buttons 6 and 7 on the second joystick around the y (vertical) axis. Need to add movement around the x (horizontal) axis.", "proba": 1.5998712399323267e-07}
{"commit": "65c76b9540771c9ca1a47646ea7f5b47c9ffbb46", "message": "Add random player for Ataxx game\n", "proba": 1.6261353152913216e-07}
{"commit": "f92662030b18eee06fb510dbac8e0368993c4ea2", "message": "The preliminary version of an alternative to ConfigurationLattice for simulations requiring two lattices (for grain boundaries)\n", "proba": 1.0229415181584045e-07}
{"commit": "40329042cfdc45b2debe15762b06076c898b12a2", "message": "Javadoc\n#newsmute-60 In Progress\n", "proba": 1.4936465220216633e-07}
{"commit": "574e986d8a2e75f5a57043e5c8f8335e0b9c7723", "message": "bug suggested by Nelson\n\ngit-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@12989 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 3.6845258932771685e-07}
{"commit": "c1d14c87f23eec8f99c743a22ce16735f9f3a56e", "message": "changed the wrong file name\n\n\nSVN-Revision: 7127\n", "proba": 1.1608305612753611e-05}
{"commit": "8320e59ecfc2476eb053b37be9b38bf03d08eafe", "message": "insert in albero persona", "proba": 1.2215150491101667e-05}
{"commit": "d7275ae2c2e2ed8663b05d0560097c45d3e86019", "message": "am 75c33d9d: Merge \"Adds the ability to start a user in background\" into lmp-dev\n\n* commit '75c33d9d04d8c0a9884a70077681261b57c7833c':\n  Adds the ability to start a user in background\n", "proba": 5.086551482236246e-07}
{"commit": "b582c67039a6184b5ab4222e5a7d983dfb8c1b9d", "message": "Don't NPE on command line parse failure.\n\nBug: 21202826\nChange-Id: I3cbc12eaef920905c8abc6532376827ccff132f4\n", "proba": 2.077795761579182e-05}
{"commit": "5c05c682bfa5c98f5cf7fd09eb36bfd563c967bb", "message": "Initial code for MP promotion algorithm.\n", "proba": 1.2218721678891598e-07}
{"commit": "d2fcb10e3dfbaf05d5af7cf6292d84b1da58b170", "message": "Refactor PriceFormatter.format\n", "proba": 3.4524412058090093e-06}
{"commit": "128690c07ab9ced034735041e7efc00bd818cd67", "message": "Revert \"Revert \"Give transitioning fragment a context prior to retrieving transition\"\"\n\nThis reverts commit 214f6749fccb5e90e909ae1bdce567b83d286433.\n\nChange-Id: Iced45f42251a82448e4dc4392315c3864494a31a\n", "proba": 5.531873284780886e-06}
{"commit": "1e7bcfb8e3e173de869ba0fa9c79218a4773e917", "message": "error 2.0\n", "proba": 0.0012892361264675856}
{"commit": "544759af91e5ea07afce70cbcd6ef145cfbdb50b", "message": "Make the SyncManager have wakelocks per account, not per account type,\notherwise the parallel sync behavior of gmail can cause the first\naccount to finish to release the wakelock that is used for the other\naccount, which will result in the device going to sleep before the\nsync is complete.\n\nChange-Id: I7658465ca0956dfd9bb341de03126869e6217d31\n", "proba": 9.561905471855425e-07}
{"commit": "e277433ed718be7651ab893f85d87f1ab4da896c", "message": "Revert \"Hide IpConfiguration\"\n\nThis reverts commit d07372e2e96ed6d2012db8518e05018c9710cafb.\n\nChange-Id: I5728114dbd9ef37509e8ab3c942648ec92ef0c1a\n", "proba": 1.1818945040431572e-06}
{"commit": "bf98190b4b49644fe3d2be688e33bebb59b3d3c9", "message": "am 8192b417: Merge \"Add BrowserFrame.setCertificate() method.\" into honeycomb\n\n* commit '8192b4179fd96629383c15f19f38edb22b674e99':\n  Add BrowserFrame.setCertificate() method.\n", "proba": 1.4029356520950387e-07}
{"commit": "f102d4266be803e16543c81df6f380bd4c447c86", "message": "Allow null child view when checking whether divider should draw\n\nThe beginning divider should draw before the first child that is not\nset to GONE. Incidentally, there needs to be a check for such a child,\nwhich involves checking the visibility of all the children with lower\nindices. This CL takes into account the scenarios where children with\nlower indices could be null, in which case we'll treat them as if they\nwere GONE.\n\nBug: 22199594\nChange-Id: Iefc73ef87beec219898c967b9a3ccebd1e3b5b4c\n", "proba": 3.834832750726491e-05}
{"commit": "f04f7ae73b0a97eb90797ead07553303d0b383f9", "message": "NumberPicker: Set formatter local value to US.\n\nAs the Arabic language formatter would make number \"1,2,3\" to Arabic\nlanguage word means one,two,three, NumberPicker won't like to show\nany thing other than numbers, add local settings to US, make the\nnumber 1,2,3\n\nChange-Id: If2d161ac4133f6c9c6e1ec284d6d2fbf01855fa0\n", "proba": 0.0003945562639273703}
{"commit": "535b6f2035f893b9316a96c6db498e162164837a", "message": "refs #101036 Use Deque interface instead of Stack in sync\n", "proba": 1.313310065143014e-07}
{"commit": "30dfd0408d16f588eb8276aefb72573aba00397e", "message": "Added Lost File", "proba": 1.8702068871334632e-07}
{"commit": "ef76028840d27e682382820b6d2c616207c52e2a", "message": "Revert \"let's try removing these to see what breaks\"\n\nThis reverts commit 2b3534833be4e213c7483df27381439d111c82d4.\n", "proba": 1.4218019828149409e-07}
{"commit": "837aea41aadec424a294620353e0df3040f0a561", "message": "use addWarning() where appropriate", "proba": 1.3978794868307887e-06}
{"commit": "0fb8d15117e3e885a6e57f0dc9f8ef4517147385", "message": "unused import", "proba": 7.379109661087568e-07}
{"commit": "49c8d70547dbbdb44e5e0896b6925193b0766aad", "message": "fix error spans for destructuring-related errors", "proba": 1.2747444770866423e-06}
{"commit": "bf3155b8f50bbc85ed60b95a5d831067978e618d", "message": "squash npes", "proba": 4.148184416408185e-06}
{"commit": "c6f27d98fa4fd98b37d4920ec01a043d749692c1", "message": "fix #4369\n", "proba": 5.259429372017621e-07}
{"commit": "e25310b4bef275af041ab8c680bb38961ffda623", "message": "673. \u6700\u957f\u9012\u589e\u5b50\u5e8f\u5217\u7684\u4e2a\u6570\n\u6c42\u53d6\u6700\u957f\u9012\u589e\u5b50\u5e8f\u5217\u957f\u5ea6\n", "proba": 0.9995129108428955}
{"commit": "0e1457cb44f5f246cc45a9a2bdfc399f90926610", "message": "Code cleanup on index row builder\n", "proba": 2.094616178283104e-07}
{"commit": "b8ab59cc992cec6876215d261e9e8926d0c67bcf", "message": "first check-in\n\n\ngit-svn-id: afcf11d89342f630bd950d18a70234a9e277d909@53493 523d945c-050c-4681-91ec-863ad3bb968a\n", "proba": 3.921634004200314e-07}
{"commit": "bb565534972520ae0bb74c1cd3cb39127aa14968", "message": "Add matrix class.\n", "proba": 2.0232637609751691e-07}
{"commit": "25f073b6aa5144f0339da461c01729924da8f86a", "message": "Commit basics", "proba": 1.5098860330908792e-06}
{"commit": "a6cc561f1ab3da3cd85316a2edb25483d4cf0700", "message": "Make sure we set the msgContext during the generation of WSDL.\nThis becomes a problem when people try to get to the msgContext\nduring the contructor of their service.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@246939 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.104517069616122e-06}
{"commit": "cfca451153e1aca703d97dc9d1ab26543d1402e3", "message": "Cross reference properties commands <--> reflected commands\n", "proba": 1.874240354027279e-07}
{"commit": "d242a7a50dae4fcbd91247265308bc3158d403a0", "message": "Remove a bunch of globals. yeah buddy rollin like a big shot chevy tuned up like a nascar pitstop\n", "proba": 5.837223397975322e-07}
{"commit": "777c4a260abd5d874a761583974237f3ccdaa983", "message": "Removing some mousepos references. We're almost there fam RitzMitz ShazBotstix\n", "proba": 1.2384984415803046e-07}
{"commit": "f47c4780c8156d9b0ffd21beaa94137831f96c10", "message": "Serializable graph test\n\n\ngit-svn-id: 5afc437a751a4ff2ced778146f5faadda0b504ab@1410 75d07b2b-3a1a-0410-a2c5-0572b91ccdca\n", "proba": 3.6121669836575165e-05}
{"commit": "9433d8e43fed258ac076d47674a51d896adda2f9", "message": "Pollers class with poller factory methods.\n", "proba": 1.081579696915469e-07}
{"commit": "ef4d41c5c8da39ff3baefece6a84dde20eb1cc63", "message": "added optional params to the message class\n", "proba": 4.85573252717586e-07}
{"commit": "9390dd32c35e17c7b6d7aeba0e82a820cfd08346", "message": "apenas commit.", "proba": 2.3425033646162774e-07}
{"commit": "2bb0f5934b507e6ccbf7901d9316762cb04eafac", "message": "proba1\n", "proba": 1.3295201597429696e-06}
{"commit": "edb6a76a1e67e86fb4a4cbd05dce5cdd6f5572c8", "message": "Fix for AXIS2-3051 - UTF-16 Interop problem\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@561888 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.3580784020159626e-06}
{"commit": "339391853b3b0f7cb80093309cef1802a6b62dd0", "message": "protocol bump\n", "proba": 1.3513138128473656e-06}
{"commit": "42c155b2532d561ceb3430b2b51f4bde161c0f58", "message": "no commit message\n", "proba": 5.018686806579353e-06}
{"commit": "c9447f83513c16286e24c94927121bf7638f8a75", "message": "Implementation of CSTA Event Cause.\n", "proba": 1.249056396090964e-07}
{"commit": "892f71f37b1923b6b2b6df13eb2ba46b59892a40", "message": "Use ~ character for spaces in usernames.\n", "proba": 1.4561160810444562e-07}
{"commit": "8d966db2b4b097cf375bfeb02ca33eae1625713c", "message": "A Task that reads a list of queries from a properties file\n(eg. testmodel_precompute.properties) and calls\nObjectStoreInterMineImpl.precompute() using the Query.\n\n\n\nFormer-commit-id: 20450db7494d2e2fbe6ca03f83ffa269e6b53ba8", "proba": 0.0014700221363455057}
{"commit": "fd1d0724b5523bf0c66ade452a5ed5baa9fa237f", "message": "BoxingDeclarationVisitor: Fix for #353: use ternary null/true/false for boxing\n\nThis way we know if the refined decl has already been set or not\n", "proba": 1.6592694862538337e-07}
{"commit": "5ca204c3877aed4000b6f15fe96062df156ec1e7", "message": "Make sure that anonymous functions (which get converted into Callables) are marked unboxed\n", "proba": 3.113991056125087e-07}
{"commit": "65091205b8a555341ea66d4c42a5d654c116b92d", "message": "[MONDRIAN-1771] Makes loadImpl a protected method.\n", "proba": 9.874716511149018e-08}
{"commit": "79db2b6aa4de8824674140e26af264d9934afc53", "message": "CAMEL-8316: Should be true by default as before\n", "proba": 0.00019229130703024566}
{"commit": "cf40e88186f39a977b0b6591bfd3e02f7bf17d72", "message": "base implementation loading providers via services directly from framework\n", "proba": 1.14862785949299e-07}
{"commit": "cbadc4eb14d54e9a74acb491cd6a5a2555309ce0", "message": "Reformat excessively long lines (> 200 chars).\nAlso reformatted long lines > 100 chars.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1513806 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.768885446537752e-07}
{"commit": "5dc6615588ab40faf27615fb6796b6ee6a0480af", "message": "Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48839\nCorrectly handle multi-line headers with the NIO connector\nPatch suggested by Richa Baronia\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@928695 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.241150564776035e-07}
{"commit": "2f544425e80fc894c62bc10d2f0a1ef0563bde64", "message": "Initial test package empty file\n", "proba": 3.5841131307279284e-07}
{"commit": "25b5f5785b42144f97947d1c8358043621251918", "message": "Ajout support clic gauche\n", "proba": 2.9078648822178366e-07}
{"commit": "4bf9845764d903f9f046e70ccdf12e0bce1e0062", "message": "Villager Spawn angepasst\n", "proba": 4.422071810950001e-07}
{"commit": "be3a44e88550ce322b28c184dc9690c240ee8acb", "message": "code cleanup\n\n+ better exceptions, etc.\n", "proba": 1.1935971144794166e-07}
{"commit": "3c368293722eb343e0e180576c29bfbaffa79edc", "message": "ConstructorLookupFactory interface created\n", "proba": 2.5494870214970433e-07}
{"commit": "ecad9c8d4d80a9a513a2a62cca8aa8599f283705", "message": "Create Main.java", "proba": 1.9291887838335242e-06}
{"commit": "bd37424ce41afd0789c06c8b1f3e206b7359eb26", "message": "Create Biome.java", "proba": 4.534041124770738e-07}
{"commit": "9b4557a320d8e810f3402e82158132a6ae5c9c88", "message": "Update Biome.java", "proba": 3.659588685422932e-07}
{"commit": "4d8b0fb2b3fc3c82183b26f9573ff3273a536d6f", "message": "Add MaximumBinaryTree\n", "proba": 1.4740336382601527e-06}
{"commit": "c5f537e659ad7003f5e139cad76eb3f0b5937440", "message": "Fixed broken test\n", "proba": 9.108680387726054e-07}
{"commit": "dd22a150f4961c6260a692e9fcadc55b9b72eb34", "message": "feat(inapp-message-handler): add getter for defaultInAppMessageHandler\n", "proba": 1.4216570889402647e-06}
{"commit": "d4ccb5094744d9a4b900212a9def7d9e590631e3", "message": "you can alse use sqlSession\n", "proba": 9.376585694553796e-07}
{"commit": "2c913272aae2ecf4ce2de76f8d570f33d05a704e", "message": "Simple Pig Latin Converter \n\nFor the funs and stuff", "proba": 1.1631576768422747e-07}
{"commit": "6041f5ce4c86478e362efcd6ad77b5b2dd3be010", "message": "Added paste-in code from HelloJava3.java since it's mostly the same; will add changes in the next commit.\n", "proba": 1.0272076877981817e-07}
{"commit": "116c000dc27e9aa0195ee95b906477b0a6f6f10e", "message": "Create 4.java", "proba": 1.143495751421142e-06}
{"commit": "090d329ee9abe688e64b4520c61997054d6db346", "message": "test case generator added: ExamplePacketDump.java - M1\n", "proba": 1.457506755286886e-07}
{"commit": "a65a7736d7a4d0d1c069aa49c7f7ce2838b4922a", "message": "injector: copy exceptions on Injected classes\n", "proba": 2.2594527138153353e-07}
{"commit": "748500cd4eb0176adcd9ccdc42db0deb026fbd3a", "message": "Added test for tabbed panes.", "proba": 1.1492337392837726e-07}
{"commit": "2fbfcd9860c920c6d3de530f9c691cf8aba6e74a", "message": "Fixed a typo that was interfering with pathfinding", "proba": 1.0342374707761337e-06}
{"commit": "fa4ccde97e2907463aa4ca86b4c7899fea2747a4", "message": "Init check in", "proba": 1.5475372094897466e-07}
{"commit": "b87dcbb330bf06d1466e6bf617d7c92f4695947f", "message": "my first work on the thread, which will handle the [de]activation of temporal facts. it is unfinished, but as usual in multithreaded programming, i'm must really (re)think about it before writing more code now :-)\n\ngit-svn-id: 9643e93313b82f5e4da82d8413267a0daa4b5472@2307 2cd91b7d-3b21-0410-a5f4-f42db4f24360\n", "proba": 1.0122796084033325e-05}
{"commit": "fe375ecd77b908e532c1cff75b79feee780b5c24", "message": "VTK-2735 - generalize a little\n", "proba": 0.00047402287600561976}
{"commit": "4e494c21826f05004b3ee0bef3b3cd00d956bf1b", "message": "make style check happy\n", "proba": 1.8348841024362628e-07}
{"commit": "73d32d144c4c1efaa2f6c43259f40438e16f96d6", "message": "add back mistakenly removed ImportErrorIT.java\n", "proba": 4.592244806644885e-07}
{"commit": "906c73905fa87e2877fee86ca2dae7740dcccdb3", "message": "Rename @Accept to @Listen\n", "proba": 3.670354089990724e-06}
{"commit": "3c7a2a6a990f73945f82e8d9786baaed73938ba0", "message": "add test for 91\n", "proba": 1.793225237634033e-06}
{"commit": "f84eb9a03ffa708e09252981b47d5fa289dd67fe", "message": "Started JUnit test class", "proba": 2.3806612148291606e-07}
{"commit": "793fd938f9de230ae36eb7ceb874322944ad7ad4", "message": "am ff252bf1: cosmetic white-space change\n\n* commit 'ff252bf1803947ae2266e8ddc58ef383225be32a':\n  cosmetic white-space change\n", "proba": 3.3401207133465505e-07}
{"commit": "f37704a01d6526bc58a950fffdeba89ddd60bd8c", "message": "Reorder Strings in alphabetic order.\n", "proba": 0.0002044154825853184}
{"commit": "56b0fd2d96ff408a00d55e3a0def94c7c43d3864", "message": "complete issue #222 <Customer> Renew: th\u00eam th\u00f4ng tin startDate, expiredDate v\u00e0o Payment\n", "proba": 1.9083378788309346e-07}
{"commit": "8b254dcb061e1169f3c082fe3389c26509c5e873", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "17f8f550d45fcaa38109a84bb59059a3f9540716", "message": "Bug generali risolti\n", "proba": 9.165039500658168e-07}
{"commit": "1b57da19d8199ea3bb94525574b96bf8b192c72e", "message": "added config dispatcher\n", "proba": 5.229570092524227e-07}
{"commit": "9a5af89ac730f70932db21bff8caad7b2c4e4c5e", "message": "use the DirectoryClasslOader in combinition with other ClassLoader\n", "proba": 1.2138316662912985e-07}
{"commit": "8fb3d2ec00de59eb245a0bfd9fc8623a4720eb5f", "message": "customtabs: Fix the background process check.\n\nThe test is inverted in the current version. Facepalm.\n\nBUG=517527\n\nReview URL: https://codereview.chromium.org/1287713004\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#343694}\n", "proba": 9.215206659973774e-07}
{"commit": "1e8db0bebdd94a25b0acd626dbbda22d27387195", "message": "[CONTINUUM-1012] added web-ui test for account security policies\nSubmitted by: Marvin King\n\ngit-svn-id: 1d22bf2b43db35b985fe5d7437c243537c14eeaa@478862 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.653738621598677e-07}
{"commit": "fce348e9bab81308a9f7355350d8d69f7b630194", "message": "[ANDROSDK-417] Add NoteUniquenessManager\n", "proba": 1.2503817004017037e-07}
{"commit": "e523c0cd4c3ece892c5570c59e763594758bf1cf", "message": "Delete MarbleGame.java", "proba": 2.1597375052806456e-06}
{"commit": "f58998239c2fbfb04c13c0b6401e2d5c3cbbf669", "message": "Create help command.\n", "proba": 6.546600843648775e-07}
{"commit": "b29612bcb47a3affb5d3c09f5dbb453987c92908", "message": "Added unified Near Cache tests for getAll(keys) with empty set\n", "proba": 1.5523262675287697e-07}
{"commit": "185a49fb09c0ae9b60771ec9bab9b96b43d232d1", "message": "self crossing - three scenerio: cross the forth, cross the fifth, cross the sixth\n", "proba": 1.3417751461020089e-06}
{"commit": "4381c02c3d8130b7cc87dd18ffff152f6d000688", "message": "Implemented separate RSS\n", "proba": 2.768017282051005e-07}
{"commit": "586baa18082f0fe002246df6737180a7962d86ca", "message": "RuntimeModuleManager: synchronise #5225\n", "proba": 3.080298824897909e-07}
{"commit": "3e52d76b52cec3ca409df32c05159fc6a944cfc0", "message": "Fixed Entity.convertLocalCoordinatesToSceneCoordinates(float[]) to no more do the reverse conversion.\n", "proba": 1.1922820419840718e-07}
{"commit": "f91475f01e8e1bab8cb0f2aff03a4055a91fc3c0", "message": "The initialized boolean isn't really being used, so I got rid of it.\n\nIf anyone thinks it SHOULD be used, please put it back and use it.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@246390 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00044376106234267354}
{"commit": "860cdaf541c4673a96590eeeb178593080fba87c", "message": "change by James M Snell to handle SC_NO_CONTENT back when the server had nothing to say\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@247202 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.158499215620395e-07}
{"commit": "441c53ac69da601c18b17afc05b36c9a98d72d60", "message": "Added some tests for isHighlighted in DatePickerDialog\n", "proba": 1.3272483556647785e-07}
{"commit": "fafe66c38e29658bab3fc8289e3a6b603224bcec", "message": "handle pressure from either direction\n", "proba": 1.072712166205747e-06}
{"commit": "931bf06dc699ec00ae7989dd315b30af1b536513", "message": "Added an example motion profiler.\n", "proba": 1.1183119141833231e-07}
{"commit": "ef31ccfe04809c77cfb21ef34a24fa78d8186f75", "message": "Added a label to the window.\n", "proba": 1.1755606976748822e-07}
{"commit": "defab889e217a86ab05beb2084c231316e9d6a11", "message": "feat(MEDIUM): add _75_sortColors\n", "proba": 1.6308847989421338e-05}
{"commit": "333142b52da0b85ae49ca6feb798327c9967d37e", "message": "Test travis.....\n", "proba": 1.2842717467265174e-07}
{"commit": "7b548d00a499a8ef38d29e7353b6efe13de190dd", "message": "Version update.", "proba": 1.3304064339081378e-07}
{"commit": "ee54b10152943bc4535e058a39afddf073d95304", "message": "Initial commit of the NegatedFormula class, which describes another Formula and negates its value.\n", "proba": 1.0752362555876971e-07}
{"commit": "424d34b236445c2128f480065f2063628aac6cc1", "message": "Add the Expression interface used to implement Graphite expressions.\n\nSigned-off-by: Chris Larsen <83037b211e1d109d6858769a113e269c3139ffd3@yahoo-inc.com>\n", "proba": 1.246939120846946e-07}
{"commit": "5185616beb15ab0f7962ee3253a258cbd1d0a873", "message": "Test cases for findtag\n", "proba": 2.754256058778992e-07}
{"commit": "d7db08fe92abae3e985e87162e645e7f00a991de", "message": "More priority methods\n\nSigned-off-by: Anthony Anderson <555739348a06df1ae4c9bde690a244262ec4b967@gmail.com>", "proba": 1.1124402732320959e-07}
{"commit": "ce68baa83181c57346c886452ee163f565236015", "message": "Q100 Same Tree\n\nGiven two binary trees, write a function to check if they are equal or\nnot.\n\nTwo binary trees are considered equal if they are structurally identical\nand the nodes have the same value.\n", "proba": 0.931693434715271}
{"commit": "86a5649d321aea1ee916d4cdd11f9dddf5942b5a", "message": "am b5c05516: Merge change I3b7d5cbe into eclair\n\nMerge commit 'b5c05516ba2c341655d54f17bdd17a5ab2d173df' into eclair-plus-aosp\n\n* commit 'b5c05516ba2c341655d54f17bdd17a5ab2d173df':\n  Copy the selection args when creating a CPO since callers often reuse the passed in array.\n", "proba": 1.479678530813544e-07}
{"commit": "81741147a8bb6115a81a5eb3774459235e49b419", "message": "am 4bc6bb85: am 97b0b7bb: am 3ea5728e: Tweak level at which we reset battery stats to 90%.\n\n* commit '4bc6bb85df4f3d9ebf3d04ecad16aef3307c508f':\n  Tweak level at which we reset battery stats to 90%.\n", "proba": 1.187321174711542e-07}
{"commit": "8f7f6298b598e912ba5eb7603d2e33efdbab2ac1", "message": "\u0420\u0435\u0444\u0430\u043a\u0442\u043e\u0440 \u043a\u043e\u0434\u0430\n", "proba": 5.879415425624757e-07}
{"commit": "2194a711c44b8cc913822aa33c63c6bc32a7ef39", "message": "Added Hello world\n", "proba": 4.01309116568882e-05}
{"commit": "f70228e0ab1f0153992b0992c7b15b630dae5baa", "message": "Added a district and some scanners for district testing\n", "proba": 1.1694731938405312e-07}
{"commit": "58562adcee106a85a85dcfaf3b68173b3420fcce", "message": "Add ShutdownEnabledTimer\n", "proba": 5.745421276515117e-07}
{"commit": "3fcc32f18048b33cb1f98186fffbc9bd6fea1d50", "message": "OAK-4525 - Add ignored test to verify the presence of non-root unreferenced node records\n\n\ngit-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1750775 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.209864409356669e-07}
{"commit": "4bf6826e32ad84c866eb7e11c8439d9bf3fd021c", "message": "INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED\n2003/05/09 10:44:39 jsc 1.1.2.1: #109045# insert new and remove example zip file\n", "proba": 1.329735397348486e-07}
{"commit": "0536eef8833dd00e00c8652369b0a0084cf07640", "message": "am a2f5ed7f: am 4dffe462: am 22057e06: am 37f559be: Merge \"Improve getTimestamp documentation\" into mnc-dev\n\n* commit 'a2f5ed7f815a1d2118a1d730578222e05394e79d':\n  Improve getTimestamp documentation\n", "proba": 2.3642644464416662e-07}
{"commit": "5cf38d956644457cb3d0b0ab5c047484326e1818", "message": "am 8de0b20c: am 30dcddf1: am 9e58d85f: Merge \"Properly announcing HUN state for talkback\" into lmp-dev\n\n* commit '8de0b20ca87c72b827b64bcc99a9ed52831baf36':\n  Properly announcing HUN state for talkback\n", "proba": 3.462718325408787e-07}
{"commit": "2cb35de30cdfa0ef192255a7ff1878f7538da54f", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "fe909d92e19f66c78390e6c20cb4a12793a4119a", "message": "Add implementation rule Rgaa32017Rule010201Test\n", "proba": 2.7922558842874423e-07}
{"commit": "124f7e092a1c28f1061768e368a6c958ba64e38b", "message": "Add implementation rule Rgaa32017Rule010606Test\n", "proba": 2.5332823838652985e-07}
{"commit": "6f3c99cc4beed4d283efaf9f1a77f06985e74e04", "message": "Add implementation rule Rgaa32017Rule090401Test\n", "proba": 2.6195291980002366e-07}
{"commit": "e398497ca72abb76ffe904442ec36a829490658a", "message": "Add implementation rule Rgaa32017Rule101402Test\n", "proba": 2.344776390827974e-07}
{"commit": "4cb67bda971a781c1d2b8af100e71a1a757a285b", "message": "initial rev.\n", "proba": 3.5275746768093086e-07}
{"commit": "87013b0656700045dc6627eaf26ca4c3100c7780", "message": "Fixed label positioning\n\nWhen the segment only contained 2 points, the text label was drawn at\nthe first segment point. As suggested after testing, the middle point of\nthese 2 is now computed and the label is drawn there.\nStill, for the cases where the segment has more than one point, the\nmiddle point from the segment array is selected. This point does not\nalways coincide with the middle point of the segment, but because the\nsegment can be bent, the middle point will not be computed.", "proba": 1.6285173387586838e-06}
{"commit": "eb723cfb89089d2c29dc740036c487c0f458f59d", "message": "Create Twitter output configuration.\n", "proba": 3.1454587201551476e-07}
{"commit": "9b217a14d906aa05274acfb08e66a6a84ce380de", "message": "Add unit test for DeviceUniqueIndex\n", "proba": 1.9511257676185778e-07}
{"commit": "5198582727279ec034e018638452e04d0e029078", "message": "KYLIN-1327 Tool for batch updating host information of htables\n", "proba": 1.0805116090750744e-07}
{"commit": "681acb7e114c8ee976a73d811dd1265bb5715e04", "message": "Be more tolerant as not every implementation will preserve the same\nlevel of granularity for dates.\n\nProblem reported by Simon Fell (PocketSOAP)\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@246374 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.058423089896678e-06}
{"commit": "fa4c9f7acddce51b6524b696c8ca22ffbb694da9", "message": "am 5e4be98e: am f8576979: Merge \"Also consider task intent when trimming recent tasks\" into mnc-dev\n\n* commit '5e4be98e40191439ef256affe2e660dbaafd0675':\n  Also consider task intent when trimming recent tasks\n", "proba": 3.662273400095728e-07}
{"commit": "aaf1811dda607f10ab0f0ae80fd2b2b7cf9d0069", "message": "Calculate outsets before window frame adjustment.\n\nBug: 21635628\nChange-Id: I2d818e6d543c885dca2d19553bad5ce1adda95a6\n", "proba": 7.832383562345058e-05}
{"commit": "edcb4f9d560a85970030e1df70426e8d1e2267d2", "message": "Fix adding of default route.\n\nIf you deleted the host routes (started a secondary network like mms, supl\nof hipri and then ended it) you would lose the host route to the default\ngateway.  Then if you needed to re-add the default gateway route (lost\nthe connection and removed the default route and then re-established)\nyou couldn't - can't add a gateway that isn't routable apparently.\n\nThis happens if you are in a video chat and lose your connection without\nlosing the interface (PPP keeps it up for a bit).\n\nFixed it by having addDefaultRoute first add a hsot route for the gateway\nbefore adding the default route.  This allows the default add to succeed.\n\nbug:3490353\nChange-Id: I415e7319832e6456f8757b14c4f79f098a08839b\n", "proba": 6.457696144934744e-06}
{"commit": "f125a093636ef22c81a9d90397407f9ef05a6e9a", "message": "Flush central DNS cache when things change.\n\nFlushes the cache for an interface when\neither routes or DNS servers change.\n\nChange-Id: I021305f781be669aaa12074dc1cc21511f49eac4\n", "proba": 1.6252405430350336e-06}
{"commit": "de5d85d10ebe5cdf5723b3cec41a1dff80208be0", "message": "am 93fbb0ad: am 13a8f2a5: Merge \"Comment out the isAvailable optimization.\" into honeycomb\n\n* commit '93fbb0ad960a658633dfa2bc7be9584e4361ab85':\n  Comment out the isAvailable optimization.\n", "proba": 2.0267940215035196e-07}
{"commit": "4d7c4b0bab9dd2479dbb35ee117d5f58c3ab1a5e", "message": "am cf2a595f: am fa68ab4f: PowerManagerService: Add missing synchronization in mAutoBrightnessTask.\n\nMerge commit 'cf2a595f582fe72af19f979fd2026026f7a5de65' into eclair-mr2-plus-aosp\n\n* commit 'cf2a595f582fe72af19f979fd2026026f7a5de65':\n  PowerManagerService: Add missing synchronization in mAutoBrightnessTask.\n", "proba": 1.6852978035331034e-07}
{"commit": "b4f0c23933191b1c8079606f74c1cb6488639898", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "1548eaa1ee2ad9d8880b8bf3ee180f3f54db7c85", "message": "Bomb Enemy - Solution 1\n", "proba": 1.057524514180841e-06}
{"commit": "88e9e5e670abf15cbc8e6444ec99d2fdc7b66108", "message": "Using the correct method is fantastic.\n", "proba": 4.883410156253376e-07}
{"commit": "6bb8250e1b7b3345872d541071da227465fd7960", "message": "Don't clear mExiting if window is going to be removed.\n\nbug: 26819496\nChange-Id: I7ab1f45f8d32bc086ded579b46b6b5e9b32771a0\n", "proba": 7.6276301115285605e-06}
{"commit": "595dda6d47a4eeeffc32abbfbc55edfba588d846", "message": "Remove unused IntentFilter in LocationManager\n\nThis intent filter isn't used anymore, since GpsLocationProvider handles\nthe CONNECTIVITY_ACTION broadcasts now..\n\nChange-Id: I593a9916aa6f8086b4d684cc3e25286c1cb137cc\n", "proba": 1.6829350215630257e-06}
{"commit": "35bbd02cf52f47abcdfa1459c25c53f168f8570e", "message": "New class copied from JCommon.\n", "proba": 1.1067767502481729e-07}
{"commit": "a489e630ed04de39751cd2f98218a53516c93bb6", "message": "am 9829ccec: Merge \"Properly passing an unused variable through.\"\n\n* commit '9829cceca11a0fc92ab1318ce32b4d4dae8d347d':\n  Properly passing an unused variable through.\n", "proba": 1.35392426159342e-07}
{"commit": "1f97d98db3fac4df6100e4500d5cc54c79ef25e9", "message": "fix #4", "proba": 1.7207659084306215e-06}
{"commit": "db96dc03d316db2db4ba20556ab32bd10238d476", "message": "add PriceMACD indicator\n", "proba": 1.7221829295976931e-07}
{"commit": "9a0398b23ccee70b32735d46777a76314ca93d81", "message": "add files\n", "proba": 1.5645983921785955e-06}
{"commit": "9106842c04864fcca00fb938a167b16cb824fa9f", "message": "initial revision\n\n\ngit-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@1200 542714f4-19e9-0310-aa3c-eee0fc999fb1\n", "proba": 6.894451303196547e-07}
{"commit": "4bf73901c3cd5cd1cc89d404e545a56b718e24b2", "message": "Similar to Europay IFEP_LLCHAR, but tags are represented as TTLL instead\nof LLTT.\n\n", "proba": 1.0230390756760244e-07}
{"commit": "5e929587cd917049c6be3fcf0837464047b43886", "message": "Check for attribute appinfo - refrence-type\n", "proba": 1.3093607265091123e-07}
{"commit": "7c4ce4552a63d762a68f6bf78b4f9dc70b2cdaef", "message": "Make HCMovement values closer to the original.\n", "proba": 1.58423603124902e-07}
{"commit": "606292f398c402c6ecb5309543ac7b3a1cd9e752", "message": "IterableCompat development\n", "proba": 2.457037453496014e-07}
{"commit": "f4e50a6a14527f9abbb88c621af285ac6d4a145d", "message": "name fix\n", "proba": 4.5313616283237934e-05}
{"commit": "b1163ca0dc434050d9eb48b9d6a6596d898727a1", "message": "Add Random Guess example\n", "proba": 9.96146809484344e-07}
{"commit": "4bed690d8ed836f44aeb254b8518ecd35748aae0", "message": "Update WebHookController.java", "proba": 9.649922958487878e-07}
{"commit": "209521b52b938c86c781a5f97cf042966a270562", "message": "Add missing import\n\nBuilds and works fine in Java 7, but crashed under Java 8.\n", "proba": 1.1228002705365725e-07}
{"commit": "12a561cba2aff11f9facc8b3bbf65471c89e8f20", "message": "Since when do these exist\n", "proba": 0.00016442482592538}
{"commit": "ec09c59ee1e1e7a54e7e3c8cc718594c67ebc42e", "message": "20210323-\u5f00\u53d1 hello world \u63a5\u53e3\n", "proba": 6.437309707507666e-07}
{"commit": "7a9c55cf71683682e88789c0204f9d9d687ed139", "message": "Cracking coding interview\n", "proba": 6.376721444212308e-07}
{"commit": "3e74b3bcb34e2120d7dbb0a6d1b6570ee64676c2", "message": "Man command plugin.", "proba": 1.418719222101572e-07}
{"commit": "2c9c9acf05e9673249c6a7595299975435eedfaa", "message": "\u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d interface CertificateService\n", "proba": 3.7739528124802746e-07}
{"commit": "95877d264110b2ab81f0aea387abd6b80dae4955", "message": "I hope this works - I had to hack CVS/Entries\n\n\ngit-svn-id: ed25c26de1c5325e8eb0deed0b990ab8af8a4def@633 7c6358e6-4a41-0410-a743-a5b2a554c398\n", "proba": 4.512037889981002e-07}
{"commit": "a0e9a97d8b2e24e1e83dc21100f5051863b2b0dc", "message": "updated", "proba": 4.958747581440548e-07}
{"commit": "aadfce7d0fce583de3b8263df4fb7fd2dda2a48c", "message": "added tests for Dependencies API", "proba": 2.0751312490574492e-07}
{"commit": "c4c81498516c4251244ef898a09bbe10db5e7dc7", "message": "KCIRB-14\n\n", "proba": 2.4553884259148617e-07}
{"commit": "ef1ddfe3fb3b115fdbca7f31906bd7c09e8ad69c", "message": "Implemented ReadFromConsole w/ BufferedReader\n", "proba": 1.595731191628147e-07}
{"commit": "750e48738c72e0740a4bca1b30e5dd21e0f44efe", "message": "Fix documentation for channel types\n\nBug: 28747244\nChange-Id: I492bdb94400b298d7f2e0ccf9054761e60c5a548\n", "proba": 3.7291562193786376e-07}
{"commit": "2f732bf9f04876b3c925b15487364f8c3baefb6d", "message": "TIF: Document the default sort order for the tables in TvContract.\n\nBug: 19357901\nChange-Id: If9f1053c5f74cb6781433d3fe8d09b10a19ca513\n", "proba": 1.4670246173409396e-06}
{"commit": "80f94e198819247adc4bda14fedc749ff178bede", "message": "Test driveTrain.stop()\n", "proba": 1.0675948942662217e-06}
{"commit": "db1874cc7cb1ebc3e5cfd5d6dc03c33c703a2414", "message": "First attempts to share some of the ideas for supporting vectors over different ground fields.\n\nNot integrated at all yet, to begin with just figuring out if the svn branching worked.\n\ngit-svn-id: 08ea2b8556b98ff0c759f891b20f299445ddff2f@510 483481f0-a63c-0410-a8a8-396719eec1a4\n", "proba": 3.1952897643350298e-06}
{"commit": "13925e39ee57af76471f0e9ce483e909137736b5", "message": "Add basic tests for EConv.\n", "proba": 1.1697565582835523e-07}
{"commit": "360daf6d13485b0ab9e65a4cc28fb5cd860bd5b1", "message": "This program adds child specimen requirements in the given CP as well as updates parent specimens with given details in excel file.\n\nSVN-Revision: 23353\n", "proba": 1.622640439791212e-07}
{"commit": "aa30075fe500f4d6975b2f35a544b28104ee9f27", "message": "add remove edit layer permissions flyway\n", "proba": 3.6473832665251393e-07}
{"commit": "bad07b364fc588cba3979e516987c6a320e4c297", "message": "DateTimeZone only accepts a subset of the IDs from TimeZone\nso build fails periodically, https://travis-ci.org/dropwizard/dropwizard/jobs/57990585\n", "proba": 1.7884859460082225e-07}
{"commit": "302d9b902e35172128b1bfcd0e78f324da136a25", "message": "Added a new theme that has only a minor gradient effect.  This should\nwork better on the iPAQ where there is a lot of dithering happening.\n\n\ngit-svn-id: 769d22dfa2d22aad706b9a451492fb87c0735f19@10257 08b38cba-cd3b-11de-854e-f91c5b6e4272\n", "proba": 4.19993239120231e-06}
{"commit": "943a0d72a6076a4877c93e5ceb8584689d6e1760", "message": "Add object location identity class.\n", "proba": 1.9804306816695316e-07}
{"commit": "1f668ed18b77c85adfdd0f19590a07d0a72335f3", "message": "Adapt ConcurrentMapThroughput benchmark for sets\n", "proba": 1.7156322940081736e-07}
{"commit": "2ada606b5aaea34188d2971abcd451044d929ee7", "message": "Solve problem 5\n", "proba": 0.9999994039535522}
{"commit": "093d41f6df667ced1f17f5ce301f9eb51d809eee", "message": "todo hinzugef\u00fcgt\n", "proba": 3.6724197798321256e-06}
{"commit": "fd3b8439b62bf444166314c6a3ac1cc52f90de29", "message": "Building a score (first version)\n", "proba": 9.2397222033469e-06}
{"commit": "f12640779a0e48b15b96410b33b54dbb841b1581", "message": "add SampleFireClustering\n", "proba": 1.8526256440054567e-07}
{"commit": "d32bacfb94c8c49bc9c46d04d841f0005e35c597", "message": "[ImageLoader] Added helper method for generationg MD5 hash strings\n", "proba": 1.4443105555983493e-07}
{"commit": "b4a3c6e51cc6e25b64eec0a4f7f016143840c398", "message": "Started GamesStore\n\nHolds all games, and can search and find a specific game by\nGameSingleStores isCorrectGame method.\n", "proba": 1.0592084720428829e-07}
{"commit": "946eb2cfd20444caef60b54af46c5b341f9fae5e", "message": "Added HybridView", "proba": 1.72793932051718e-07}
{"commit": "d7d8f81c0ca3e310493a7f882b4b23b78d9f6766", "message": "date & time fix\n", "proba": 2.0775183656951413e-05}
{"commit": "447c23c9e1981111db12148dc03f13019bd49c0b", "message": "Measure inner height as it isn't affected by margins (#8313)", "proba": 1.1029056423694783e-07}
{"commit": "787f2628806e79baec526e4a15cd148c0c796015", "message": "Improved logging when a packet is of an unknown type.\n\n\ngit-svn-id: 036f06d8526d2d198eab1b7c5596fd12295db076@1516 b35dd754-fafc-0310-a699-88a17e54d16e\n", "proba": 2.608861177577637e-05}
{"commit": "620f4cb293e2143d13101874eea7b7a243e8cb66", "message": "Added corrupt volume detection\n\n\ngit-svn-id: 408af81b9e4f0a5eaad229a6d9eed76d614c4af6@1736 7d736ef5-cfd4-0310-9c9a-b52d5c14b761\n", "proba": 3.250355007367034e-07}
{"commit": "3fe633afe6250eabc03c8ee36e983ca3c4eff43e", "message": "Adding IO service back into mediator.\n", "proba": 1.2689936568222038e-07}
{"commit": "f26824c31e81a9d302494a10ca68a3e97a86ec98", "message": "added inMemoryAuthentication\n", "proba": 3.1623505947209196e-07}
{"commit": "253dddd71b07803e77f1a6b9a9f06059eabf7f42", "message": "ProductInfo now has toJSON() method, useful in the final JSON generation\nprocess.", "proba": 1.0990375898245475e-07}
{"commit": "d52bafd85d9fb77c754ee271093b7d0f254cf569", "message": "Add tests for Cloner\n", "proba": 1.9365218406619533e-07}
{"commit": "198b3b043a61d6913bffe192fcdf52d8e303c40e", "message": "Find the ordinal adjective (first, second, third and fourth) and pass it to sboData. SAPI will build a different variable based on this.\n\n\"Another\" determiner will now also create a different variable.\n", "proba": 0.13691024482250214}
{"commit": "6e3ec0e32fe7027d48433f843778fbe3d185ed5c", "message": "Simplified @RequestMapping's\n", "proba": 3.12141224867446e-07}
{"commit": "4d4a1a8b4b46ce0aa95e318b428b339b4cc75949", "message": "Day-type added", "proba": 2.1632344271438342e-07}
{"commit": "fbc5da12ec3263d093cb617fe8bca552ea70ac93", "message": "Fixed error in Configurator load sequence, which ignored user settings.\n", "proba": 1.0446204612435395e-07}
{"commit": "b00b82fa22088b20584ebb717756ea489a2e0810", "message": "WIP methods to check task status, and await completion.", "proba": 1.1736406690943113e-07}
{"commit": "a64d222ed3a51d5151a42dcd5da4bee42b689da0", "message": "Create Generate Parentheses.java", "proba": 1.0791211934702005e-05}
{"commit": "14b8c62bfcfe20bc3fc6348989dadad053297f12", "message": "Might as well do like normal store and return refreshed clone to client code.\n", "proba": 1.0084989554570711e-07}
{"commit": "1bd19313c743594adaaebe3d3d9e1334c6d8cc99", "message": "fixed ArrayIndexOutOfBounceException when data window breaks on a comment\n", "proba": 1.986993396485559e-07}
{"commit": "ffd0e5a400e70da254103631a0c4479ea1d9a8cc", "message": "Less hardcoded networking stuff\n", "proba": 8.817312959763512e-07}
{"commit": "937d682d8f6c56c6e1811a64f58bc4f6017c77f2", "message": "Opcode LD_R (8XY0) implemented\n", "proba": 4.6199937742130714e-07}
{"commit": "a3a30a5fb71c04e646cf2551dc4f21e706bc42d1", "message": "further changes for the switch to state space models, not complete yet\n", "proba": 1.0621359081142145e-07}
{"commit": "9e175028c1c9f6eabf669ec811845701471da775", "message": "Create NotImplementedException.java", "proba": 6.402833037100208e-07}
{"commit": "20ae85114ab4b5f59d073f2352694d210073062f", "message": "Create Speeding.java", "proba": 3.174382641191187e-07}
{"commit": "693a88912f1dd0888b7fe25178ecdef4bc8c43aa", "message": "Add new RuleSystemCollection class (ref: #29)\n\nUse the resource set loading mechanism to parse entire\nrule systems instead of the implementation in Parser.\n", "proba": 9.915029153262367e-08}
{"commit": "9380fb2b678db099ff290391e3022fabc847b78f", "message": "\n\ngit-svn-id: https://svn.sable.mcgill.ca/mclab/Project@2195 89b902b4-d83f-0410-b942-89f7a419ffdb\n\nMigrated from Sable/mclab@19a8b466a301c1f3657d16d9040f3a90f067e077\n", "proba": 5.798092388431542e-07}
{"commit": "372aba3a0e303b893cc3d78e38fd3abd8da2b1cc", "message": "shifting to java + ArffReader class", "proba": 3.127577201667009e-07}
{"commit": "416537116653ff6ab09f5ed9208ab07c01942652", "message": "Added simple test.\n", "proba": 1.249069470077302e-07}
{"commit": "0c2c3e4a48758addc75db5056bd8cf98fffd868c", "message": "Update test for issue 158\n", "proba": 1.2620503753169032e-07}
{"commit": "e82a713f998fe9efbe04526e2b7b2b9b47addcfe", "message": "more failed attempts to make it work on linux\n", "proba": 4.65420441742026e-07}
{"commit": "d918d04f7c03eaa61b9a14fe0b7fafe426403093", "message": "added StyleUtil class\nbug 57982\n\n\ngit-svn-id: 1e9c8c6774f47b2525901e6976424cdcd6072c6b@98166 3e83ccf1-c6ce-0310-9054-8fdb33cf0640\n", "proba": 3.4370296475572104e-07}
{"commit": "fd260eb155a2e6f27efcec13be1e5e98137d77db", "message": "Create ImageCache.java", "proba": 1.1662982615234796e-06}
{"commit": "35bc81e4d09425bcc80194611f200b8cd91d3d5e", "message": "[ADD] first draft of ConnectivityHelper\n", "proba": 1.2214562161716458e-07}
{"commit": "ce9c82123ffcd959dab26b0f003306026146ebc9", "message": "Reset watcher  after use .\n", "proba": 1.2789415393399395e-07}
{"commit": "50c1556e42e79b5b1bbbc1841efd56c5fffdf149", "message": "Solution to #139 [Easy] Pangrams", "proba": 2.1988013543250418e-07}
{"commit": "1398b9e809a0f3a677894bfe6c8f4cc4d74f0078", "message": "package info committed\n", "proba": 1.2086417200407595e-07}
{"commit": "739f716960e879e3e6efa0f0a28d72e6aa41c6b6", "message": "\u4f18\u5316\u7f13\u5b58\u529f\u80fd\u3002\n", "proba": 1.7558419074248377e-07}
{"commit": "55728f3fc5500ee6ba7bab077370b0a276e6ffb6", "message": "Implemented a ByteBufferInputStream class.\n", "proba": 1.294323368483674e-07}
{"commit": "0a72f2f2a5e60145226566d6ee33b55b16341264", "message": "Shorten the title so it better fits ICS with buttons in the title\n", "proba": 0.003405401250347495}
{"commit": "08df5b013b559f03dc71509198b27074bb7c55e7", "message": "https://pt.stackoverflow.com/q/43717/101", "proba": 8.803499440546148e-07}
{"commit": "39185631ffa6cbfc109350d6fec191440824d638", "message": "added updated version of SimpleGUI1 to my src directory - done with Step 5\n", "proba": 1.1792627674367395e-07}
{"commit": "aa029fb1932c3bf53d9aee4b5b7770d2825823d2", "message": "ChatUtil", "proba": 8.405310722991999e-07}
{"commit": "4ff4d84c7a47bcc6fc321c50a2634006a8bbed71", "message": "spelling error", "proba": 0.0007048961706459522}
{"commit": "14de136c28f40749ae0dc4b56a68d1947fdeb881", "message": ": Bulk write entity attributes\n", "proba": 4.0344988860852027e-07}
{"commit": "619e9393d0c9a53e10e003762878f40b807aa7ae", "message": "added super call to fetchClusterMembers\n", "proba": 1.561226810053995e-07}
{"commit": "ab8a35574825a2c8a91bf4524e6dc8aec72512ca", "message": "unifying search appi\n", "proba": 2.364946112720645e-06}
{"commit": "a256524d46919136cefbdd745d81cb2177312b9c", "message": "Created IndexService interface and implementation\n", "proba": 1.4761351962988556e-07}
{"commit": "269ccfebf731c51d3fce75e00bafaecaed5386b8", "message": "For ENG-2417, add missing RPQInterface.java\n", "proba": 3.48603151678617e-07}
{"commit": "423c65d7f701f3c9df41e58da39193ed8ab2fe27", "message": "KRACOEUS-530: Quickfix for BudgetDecimal class to compile okay with rice 0.9.3\n\n", "proba": 1.1688532453035805e-07}
{"commit": "54e430a5a854f53b185d8e25fd5d58a115af3212", "message": "Added BlockUtils", "proba": 2.067660176408026e-07}
{"commit": "0f60b66da2f890b92c133f7e0bae0bddc6f31768", "message": "Create luc1.java", "proba": 0.00029872212326154113}
{"commit": "16912f4ddb111085a0f29be6df4902e43eac0d68", "message": "Create GukiZ and Contest.java", "proba": 1.5347622195349686e-07}
{"commit": "1db956e084d85a7589f32f4cd1c5a817cd67010c", "message": "added unit test for ForcingChunks class\n", "proba": 1.4661684133443487e-07}
{"commit": "68d29833ac304d02b111263ae0c1caf23fa1a024", "message": "Update TelegramBot.java", "proba": 4.689437673732755e-07}
{"commit": "5b59511c1273266a6e9fc692ffa4044c388adbac", "message": "Rename variables\n", "proba": 3.0034530027478468e-06}
{"commit": "eb9b53fdb84abdf8411c60944dd7f4906e9f4bce", "message": "Create ParentTable.java", "proba": 9.643905514167272e-07}
{"commit": "310b904cb9adc6dbcf3ea94be1554d3255c87a92", "message": "Create StatusResponse.java", "proba": 2.509257456040359e-06}
{"commit": "c73b944cc7058a0dcd269da0ab0841da754d1f88", "message": "\uc870\uc601\uc219\uaec0\uc904\uc54c\uace0 \ubc14\uafc0\ubed4", "proba": 9.791572210815502e-07}
{"commit": "ab938f3722be4d5d67537b55f7a665b640b59c50", "message": "Forgot to include EEProcess.java\n", "proba": 1.824106874437348e-07}
{"commit": "66e893d3cfc7f35fe379bc233ff16befac816236", "message": "add mergesort.java ", "proba": 1.998558900595526e-06}
{"commit": "58fe1b8720b52a35f436ddf18d5774b9e205f7fe", "message": "Blog post version demonstrating CmdOption\n\nInitial version demonstrating command-line parsing in Java with CmdOption as presented in blog post \"Java Command-Line Interfaces (Part 26): CmdOption\" (http://marxsoftware.blogspot.com/2017/10/cmdoption.html) in the \"Inspired by Actual Events\" blog.", "proba": 9.85430261835063e-08}
{"commit": "3a06808f2e96ed3aee7ce450744b4dc81dcf639d", "message": "Stub out client implementation\n", "proba": 4.105363586859312e-07}
{"commit": "fbdc91f5ee408224701a3dbcf37db32c4f184159", "message": "Contains Duplicate Solution with complexity O(n lg(n) + n)\n", "proba": 5.217210127739236e-05}
{"commit": "34c6f105406a6d630582938667800069ad9762aa", "message": ":sparkles: Shuffle a given array\n", "proba": 0.00011709407408488914}
{"commit": "1e5e473907b689bbf253692f7538f883731e6f67", "message": "Create the ca.fragag.text package\n", "proba": 0.00014594827371183783}
{"commit": "2096efdbfd99b0c2e5991c6e1bd3f67dc10edac9", "message": "Fixed NPE when phones map not initialized in the default client constructor\n", "proba": 2.2410870315070497e-07}
{"commit": "d0205f899458766d43a230352c1affc30e165670", "message": "removing stapels from mediapost\n", "proba": 1.5284403787063638e-07}
{"commit": "9cae8005a0b330188d2a8e291d4a0978a07c4ddc", "message": "publish -> send\n", "proba": 1.2311126340591727e-07}
{"commit": "2d424bbf32d1d18a676c4d2238e292d9292f27e6", "message": "Added the FileChooserManager\n", "proba": 1.4143557791612693e-07}
{"commit": "76105bde4d17fdd75e76a39f52fa018e5fda5406", "message": "fixes bug involving firingSuccess variable\n", "proba": 2.1104325753640296e-07}
{"commit": "17767353e456a22f0a697724eda4fe0479dc1040", "message": "Update NBGROWTHAPLAFYP.java", "proba": 1.0565405546003603e-06}
{"commit": "d7ee3258581a2b60ed0792f26df724b5e791a565", "message": "MONDRIAN-LAGUNITAS: Fixes the tests for native MATCH filters.\n", "proba": 1.0468064459701054e-07}
{"commit": "87c3d2e2243f2504bc450f26ce0c3f05164c7195", "message": "DataKeys is deprecated, use PlatformDataKeys instead.\nSolves the NoClassDefFoundError for DataKeys for AppCode 3.0.1\n", "proba": 2.3176564809546107e-06}
{"commit": "2a8164ebfc31e7b3a4d0e5cb0ebade33f2e178c1", "message": "code cleaning", "proba": 7.287425205504405e-07}
{"commit": "a36d360cfb26e59fd038c59a7fe194302c9fc691", "message": "am 57a72699: am d686c31b: Merge \"To support uri started with http:// in some Java APIs Fix for bug 4016388.\" into honeycomb-mr1\n\n* commit '57a7269965ace798992809544630d6719d84760d':\n  To support uri started with http:// in some Java APIs Fix for bug 4016388.\n", "proba": 1.587203115605007e-07}
{"commit": "7b8098520b3c05f4ee68d2059634a343fd2381d7", "message": "Become context aware\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@247859 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00012301158858463168}
{"commit": "2762c7ce4b6409e74f7672a333fd7d585af103c6", "message": "Make it easy to extend QWSDLHandler\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@259024 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.9609467472037068e-06}
{"commit": "38e92a4da596540c152955414fde360b4eebcf68", "message": "Made the card image panel have the same popup menu as the oracle text.", "proba": 1.0562932573066064e-07}
{"commit": "84214650da87b50a7e30e703cc44594158217167", "message": "MovieRenamer: do not rename trailers when template is empty\n", "proba": 1.652384298722609e-06}
{"commit": "05b695610e22f7a489bdddaf05c90c5fe651b56c", "message": "add solution for decode ways\n", "proba": 0.00011463936971267685}
{"commit": "1e7af6d5ab104437bab7ff70044f882be8f4e82e", "message": "adding FileReaderTest\n", "proba": 3.915774016149953e-07}
{"commit": "59cc16cf94a0d611d4f63bee18fb697baeddbdd7", "message": "include test class for utils also\n", "proba": 1.4002182524563977e-07}
{"commit": "8b5cdae4cae2e210b471edaadad82dad147b94b2", "message": "Java: Adding an example for the Grove Collision Sensor\n\nSigned-off-by: Abhishek Malik <876019366d13664ffb738df1a8654f7b38f787b3@intel.com>\n", "proba": 1.1573938252240623e-07}
{"commit": "9a3fbe0132b2090965541c95844cd945731ff07f", "message": "Improved error handling with failed identifiers\n", "proba": 3.090090672230872e-07}
{"commit": "b0d1f1e986945c27706ae24f30b218ae45475cb7", "message": "JSON validator works\n", "proba": 6.092892022024898e-07}
{"commit": "bfdc9b2243e7ae7a031200f3ba0857910b653ec9", "message": "Fixed RealMatrix multiply(NumberMatrix<Double>): product would be a matrix\nof width=this.height and height=matrix.width; instead these should be\nflipped so width=matrix.width and height=this.height\n", "proba": 0.0002858145162463188}
{"commit": "5194bb939d38090fa029f9ee46c2d4fb23635dde", "message": "Thinking about how to make the wyclipse plugin work better.\n", "proba": 1.0961193197545072e-07}
{"commit": "421db0f0990b2551e5fe3e99147c32128b58516b", "message": "Fix 2209086: Update sound states in LockScreen.\n", "proba": 1.1135739441670012e-07}
{"commit": "119e0ca81cd94ddbe8c7f0a0a27f9daee1e4e97d", "message": "wikinger sql connector eingef\u00fcgt", "proba": 5.737070978284464e-07}
{"commit": "583b841bb32ddd0137f49b925b8122530f9dfd1d", "message": "added Proposals test (not working yet)\n", "proba": 1.0603606881431915e-07}
{"commit": "75ca163f1fc51c04ba11a5870b812ea2b81945f3", "message": "Added simple tests for parameter checking of Location.\n", "proba": 1.044749922129995e-07}
{"commit": "8315225500af2b332d395c4cdbe92e648757b62a", "message": "A trick case for NPE analysis\n\n\ngit-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@5984 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 1.6207271755774855e-06}
{"commit": "a13a4d00089a010f86720b098269bdc6ef82720b", "message": "finished the  FenceRepair_POJ_3253 problem\n", "proba": 1.8888987085574627e-07}
{"commit": "0777c493c4e5313538bf3d841669770051bf7dbb", "message": "Fixed circlemenu drag interaction\n", "proba": 2.984187119636772e-07}
{"commit": "14a6d2095aabe5d319da5cc5c78698f8077b39f3", "message": "add NumberofStudentsUnabletoEatLunch.java\n", "proba": 0.9997498393058777}
{"commit": "c9aaec476e4327cf6daf26b839800f2cf3a8b82c", "message": "first step towards dealing with runaway storlets\n", "proba": 1.7475493052643287e-07}
{"commit": "9e79307e13f9c35a54b913c774a0247be835101c", "message": "Main class\n", "proba": 4.814352791981946e-07}
{"commit": "58a5f299656dc87d1f6adeb003a855a2b9e5cbb9", "message": "Write code for REBXOR (40 points)\n", "proba": 1.6697860871772718e-07}
{"commit": "6a781b8b8ffe074c006ffff1a7e980e2b7570461", "message": "am b74eaee8: am 14f0aba3: Merge \"Fix documentation for Wifi ScanResult.timestamp\" into lmp-dev\n\n* commit 'b74eaee83f6ae364648d88989b83a28647bd1df0':\n  Fix documentation for Wifi ScanResult.timestamp\n", "proba": 4.929283363708237e-07}
{"commit": "ecf741793819bc0d50fd108ea7c6a5bbedf04393", "message": "Fix for defect http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8791\n\nTo ensure that the overloaded messages are correctly represented in the\nwsdl, the input/output elements must have unique names.\n\nThis is simple to do since the generated messages have unique names.\nThe fix is to give the input/output elements the same name as the corresponding\nmessage (in both the portType and the binding).\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@254204 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.684374314616434e-05}
{"commit": "7fa58c3fb7313cc1f151084010e654a3d87b1ea2", "message": "Fix NPE reported by Srinath - http://marc.theaimsgroup.com/?t=107668701700009&r=1&w=2\n\nTest case in Bug 18409 has a side effect of repro the problem reported by Srinath.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@257431 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.3878506024411763e-06}
{"commit": "5938c6fdd2822e076eb23e244b662caa990584ac", "message": "new file for the SVG rendering into PDF\nalso adds the pattern shading functionality\n\n\ngit-svn-id: 102839466c3b40dd9c7e25c0a1a6d26afc40150a@193760 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.42797130517647e-07}
{"commit": "94e161457e99e63a85657c0807747c289b633775", "message": "am 75766518: Merge \"Compatibility hack\" into mnc-dev\n\n* commit '7576651801f639a682b38cc0697dd079c8df8fa5':\n  Compatibility hack\n", "proba": 2.495472983810032e-07}
{"commit": "9298c5414172344f2462beda70e624af5f774483", "message": "Clarify assert\n\nBug: 20918138\nChange-Id: I39a9f8bbfb3752f9a6e5f5215ed8cd3c93ce87fc\n", "proba": 0.000988263520412147}
{"commit": "aebd9fdd52d18ac1ea30343d3424e0124e861384", "message": "Stopped errors from stopping runtime\n", "proba": 2.7068733743362827e-06}
{"commit": "efb513a5c22b9d9b1e340f826d9b2929978c0435", "message": "\n\ngit-svn-id: https://svn.apache.org/repos/asf/incubator/jena/Import/Jena-SVN/Fuseki/trunk@1123878 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.4706397400441347e-07}
{"commit": "3aaae5a95eaca7f1565602dcfc903c6359cec4f5", "message": "\u5b57\u7b26\u4e32\u5de5\u5177\u7c7b ", "proba": 1.2880351505373255e-06}
{"commit": "3844d2db12ac1a192f08cf56589219e6cc5624e5", "message": "Change version to 0.3", "proba": 0.00022439924941863865}
{"commit": "6747e73da27473cffd4403ea4fc81122aeed06ec", "message": "start of image storage system", "proba": 2.960148606234725e-07}
{"commit": "52736a9e65e5d0ce5a76c5e1d9efd521fca4808c", "message": "Use ParamChecks class.", "proba": 1.1858953286036922e-07}
{"commit": "f6e5e7b0976018b6ae523a3dce17646155e4d9fa", "message": "1/25/2018\n", "proba": 4.382857810014684e-07}
{"commit": "d98700a024ff97a024f689b3aef73767cd939d6e", "message": "Create LinkedList.java", "proba": 6.960755740692548e-07}
{"commit": "dc2c95e1c978fbaf6e887acc07afeeecde1a4414", "message": "070601\n", "proba": 9.901137673296034e-06}
{"commit": "967265b06e41da2c115d39215b851fa5caab5c88", "message": "Update gradle libraries\n", "proba": 2.1973926322971238e-07}
{"commit": "bca110e2518ada35dddda465a2119087b45447f4", "message": "Cleanup a code analysis issue (convert to local)\n", "proba": 6.888273560434754e-07}
{"commit": "1dea0da7cb56cd111debbd6473bfbb9d879665e9", "message": "Adjust video aspect ratio\n", "proba": 2.7382066036807373e-06}
{"commit": "d879bd92082b3fcd52d6f0e0d3f8c152fad2b8e5", "message": "Create  Collatz Sequence.java", "proba": 6.177065370138735e-05}
{"commit": "0454290f2e9a3cb360e2bd104c8fbf55a0c902c2", "message": "StaticNonStatic in Java", "proba": 1.48489357343351e-06}
{"commit": "6be6db854cad3265c922c0942d530e0e674396c8", "message": "a test to demonstrate behavior with duplicate Job registrations\n", "proba": 1.363953856525768e-07}
{"commit": "0b4007bfda49d78bba97c47390731de4b250c029", "message": "Add a regression test for the patch avoiding the ClassCastException\n\nSigned-off-by: Johannes Schindelin <53fb8db7833fca1e1746dd8592f61048d350f64c@gmx.de>\n", "proba": 1.6080825560038647e-07}
{"commit": "eff1e736851249f13bc7ab46e04d005c635f2585", "message": "Initial commit.\n\n\ngit-svn-id: ba027325f5cbd8d0def94cfab53a7170165593ea@141122 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0002059687249129638}
{"commit": "4cff51b0760a67f8d60e9eef4e84137945174be4", "message": "Add simple stack overflow example.\n", "proba": 2.2385751208275906e-07}
{"commit": "cb9f3a0dde579ab3a188c20a3d347ccd7c8b40bd", "message": "Create TestTickets.java", "proba": 5.30862735104165e-07}
{"commit": "a1edf172dd4d4e32f4f58215787cf1894a3d92ff", "message": "Add JAXB configuration test\n", "proba": 3.3866166404550313e-07}
{"commit": "a6edead351d6ed20379f1fe49249c422f9bb41b5", "message": "Added the Parent class file for week 7\n", "proba": 1.257318302805288e-07}
{"commit": "a36507ca2f71fe45f42f147b96eb7dc09bae3231", "message": "Updated and new matrix accessing code\n", "proba": 1.8255738609695982e-07}
{"commit": "45257390823dc713019c93f8070b8f1461a55388", "message": "Add threaded.ThreadedEchoServer.java.\n", "proba": 1.2598893306403625e-07}
{"commit": "b29bedb09f61f87e44ffa6f4097a9164e957aa32", "message": "Restore line incorrectly removed in r1516416\nThanks due to rjung for spotting my error\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1516634 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.2968424673308618e-07}
{"commit": "5f774edf82c2f90cc5902557eb8fa3393d8c27b6", "message": "add same tree\n", "proba": 9.411276550963521e-05}
{"commit": "19ed8e02497f2fc3599862097d443e9f17a9ff59", "message": "Create 1924. Four Imps.java", "proba": 0.00012372329365462065}
{"commit": "607e9c5529d3bd7993ac25e38950c89a6a07a1ed", "message": "LeetCode Maximum Depth of Binary Tre\n", "proba": 6.729599704158318e-07}
{"commit": "22653f57c17dbf69edf5ceedb1916c25de2000ac", "message": "Create Question6.java", "proba": 1.0836390629265225e-06}
{"commit": "8db6a6a02c44081ad6e055a7f026093a2fa57c09", "message": "o fixing NPE", "proba": 2.4282593358293525e-07}
{"commit": "c20efddf1460de876e7baaaae295ad59d7447759", "message": "shapes", "proba": 7.59551676310366e-06}
{"commit": "753b21e6148ec6471d0ef1687f925b142a4a7399", "message": "\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@2319 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 3.7213899872767797e-07}
{"commit": "4a9f671ecaca684c8dd419557b00f00b2780f362", "message": "Added java8 streams example.\n\nSigned-off-by: Alfonso Cantos <ce4a445f5c76591a3d79dbce55c36fd05cc5d4a4@gmail.com>\n", "proba": 1.227567310024824e-07}
{"commit": "71bd9e783fe334d4aa6a7f8d13e35869163793c9", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "25f78c343bc2a7ca654385f8b686218f59917e99", "message": "intento11\n", "proba": 8.213335149775958e-07}
{"commit": "47ad54ca7f39b3abe8d90f25b60ad46fbfb09864", "message": "Create ImageWeightedSum.java", "proba": 8.813386784822796e-07}
{"commit": "a7da325f9ac2cfac37fb704903d0b92b92ee0f54", "message": "Connect #3381", "proba": 1.8288569947344513e-07}
{"commit": "1332a9da57d37a1c05f79642f51b02db664287ae", "message": "ok, here is the first shot at the Action class for saving graphics. I still\nhaven't hooked it up to the menu stuff, since I don't know it well. Any\none care to give it a shot?\n\npeter\n\n\ngit-svn-id: 7c053b8fbd1fb5868f764c6f9536fc6a9bbe7da9@324691 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.103963295980066e-07}
{"commit": "37a562a8d9cb49456c80687582bfb5fec3f2be68", "message": "The initial version of the ProtocolDecorator java class.\n\n\nSVN-Revision: 3125\n", "proba": 3.896648479440046e-07}
{"commit": "d7c32e484364015e3965c6c090e1c223e14b3e2f", "message": "am 1350671f: am 81c80180: Merge \"Camera2: relax the EV compensation requirements\" into lmp-mr1-dev automerge: 6bafb86\n\n* commit '1350671f406c238439e1dc4378287bd422aaf636':\n  Camera2: relax the EV compensation requirements\n", "proba": 9.810696610657033e-07}
{"commit": "67eea87e0de4ce8a066549420c6e0ca50d46870c", "message": "BatteryStats: Remove uid_cputime Slog.wtf for high cpu times\n\nHigh cpu times are expected as multiple cores can be running at the\nsame time, so comparing against the time between samples is incorrect.\n\nI am reasonable certain that the values we see now are correct, so disabling this\ncheck. However, checking for negative values (overflows) is still enabled and\nwill remain enabled because there is no case where we will be ok with negative deltas.\n\nBug:22461683\nChange-Id: If9c7cdbb75ceaed059d1e0f4dd83cfdd3e021a93\n", "proba": 4.011790224467404e-05}
{"commit": "22d197b2ad7cee9b1868533681e484481900137c", "message": "Some small tricks to find min for i and j\n", "proba": 1.1290581625189589e-07}
{"commit": "9ff77560a62f0be438a09ee535c9228a241aa3db", "message": "Added additional drops and shoots.\n", "proba": 1.0606277101032902e-07}
{"commit": "f1df12e97380c090bbe93c55064894451fb9fc13", "message": "Improving toast management.\nGradle update.\n", "proba": 1.235374753605356e-07}
{"commit": "d59ba4e5ac1aacbe2ca384a7c9f0cfbb0d506fde", "message": "Fixed FareAdapter failures when encountering unknown keys\n\nChange-Id: If9671f64b832cd5cfe52a0c81fe6136e9e082db5\n", "proba": 9.58279201768164e-07}
{"commit": "8cc6f5e223a03196d6bac3507d3bfaa4226d9005", "message": "+ murmurhash", "proba": 1.0935733371297829e-05}
{"commit": "17178a5035009b88c480c917cdccec42ad8224cd", "message": "Remove NotNull\n", "proba": 1.5386209270218387e-05}
{"commit": "41ef6699b8199dce7140b9b3251f2c1fd4e016c2", "message": "Changed parameter name", "proba": 1.0329401902708923e-06}
{"commit": "8bfd1e76bc231347d2e937462fbe44cc677676f0", "message": "renamed variable\n", "proba": 0.00032297830330207944}
{"commit": "12be429b201832111369837f21636c5dc211a5be", "message": "now filtering by multiple fields is possible, example query: company.employees[name,tasks]\n", "proba": 7.684961019549519e-05}
{"commit": "b7ac9bafc036913d87a7ee3a5a42f9e8025b2f30", "message": "141. Linked List Cycle\n", "proba": 1.4409728521513898e-07}
{"commit": "c2a7b945a5c0282435d8f33cf851acf5275bfcbf", "message": "First version of ADMSModelMaker\n", "proba": 1.588849301015216e-07}
{"commit": "5f2c3d9de425300a5017dbc9e9bec25c8d5a6add", "message": "Removed unnecessary check.\n", "proba": 1.700006606597526e-07}
{"commit": "c00f031f40216d4513ee643613e3543e70166e01", "message": "added observer pattern\n", "proba": 2.643919287947938e-07}
{"commit": "9f9f34c7d2467bf5c272bacba2a015cb6e795d07", "message": "New Requirement file for warps\n", "proba": 1.397272910708125e-07}
{"commit": "af79cbf6173ae36f187732b9a5b1eb31bf2fdf99", "message": "INTERLOK-1051 SharedService can now be used in config for looking up a configured JNDI service.\n", "proba": 9.662025490797532e-08}
{"commit": "43fd0116b9cafa063c780ec1f2dcea7b5e0b1025", "message": "Solution for exercise 4.4.\n", "proba": 4.7432584437956393e-07}
{"commit": "fd04868a2c986a4e39543388de28bd48ed42fefe", "message": "Add 223 solution\n", "proba": 3.7644522308255546e-06}
{"commit": "5fe917e80a3b57967c7e493f70d4ab4e7e3e8fe1", "message": "Update BasePrint.java", "proba": 5.886624876438873e-07}
{"commit": "9bd4ea3d75e142abcbc639b46112a8c415b0ce89", "message": "Fixed error with using old method name\n", "proba": 3.396319812054571e-07}
{"commit": "c5cc3c6f721385e364e516a09d27cb852ece5671", "message": "[Model] AJout d'un toString \u00e0 la classe Computer.\n", "proba": 1.0863141852723857e-07}
{"commit": "715519526664a017b53c26c13bbffe6c8f80b712", "message": "\u8c03\u6574main\u65b9\u6cd5\n", "proba": 7.163300210777379e-07}
{"commit": "19fd3bafc6fa9056c3695ddd0d1c080941bca380", "message": "added span", "proba": 1.3250670463094139e-06}
{"commit": "e292bb0f2b0218e11ba708da444a2dd665d1f084", "message": "Finding sum of two numbers into an array - optimal solution...Solving it in Linear time O(n)\n", "proba": 9.484314796281978e-05}
{"commit": "bf0f64b93118923aa6d03b7a8a6e1d3dd9770996", "message": "Huh, why was Bag removed?\n", "proba": 1.5261944952271733e-07}
{"commit": "38f6284cf05ab6be57c490e22901b51a9e0d5581", "message": "Perceptron class added\n", "proba": 2.1080549572616292e-07}
{"commit": "7612fe486d05048adcaa2dedce9ca680b9eabca9", "message": "added UShape\n", "proba": 1.7221270809386624e-07}
{"commit": "b2cec7de8c4796152ad7982df90afd06d6dd4af4", "message": "Add problem 11\n", "proba": 0.0013285403838381171}
{"commit": "799013c326841762b301f6b67a0403a2c18f9504", "message": "removed extraneous and erroneous _connection.close() call", "proba": 6.989078883634647e-06}
{"commit": "6e0a5de49382784d5d2539f17616b74bb91dfa3b", "message": "Skeleton for problem 1114\n", "proba": 4.5658035219275916e-07}
{"commit": "8019387240f7c3fad46a90cf4396b04b50ef0d76", "message": "Skeleton for problem 1124\n", "proba": 6.966095043026144e-07}
{"commit": "b69e46281a957486216ff4f864aadf6030201e14", "message": "Simple HTTP session implementation, using the Servlet HttpSession as\nunderlying representation.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@252007 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.7149292034446262e-05}
{"commit": "535169d95f0f5b2b86fed059369b8e6ac2afbc61", "message": "Removed unused imports\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@257185 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.6381953211493965e-07}
{"commit": "4a82ffe27307fc528320a16b3ce3bbe0c191b519", "message": "roll my own spout for handling Websocket connections\n", "proba": 1.335778989641767e-07}
{"commit": "24fbcac54c7eca716c55eeb210ba5e6dc36e3abf", "message": "HeapMoves test\n", "proba": 3.1611173767487344e-07}
{"commit": "086932b12cb28c12bc8de998a907a5da48d13e7f", "message": "Depth First Search implemented\n", "proba": 2.1616629908294271e-07}
{"commit": "8fc5d23ee480b53f9db9c701a38a09affe7f9e28", "message": "Ultimo cambio\n", "proba": 8.118474852381041e-07}
{"commit": "9ca5db8860951aea704e64e6ee2afff9c9ceea80", "message": "Excel Sheet Column Number", "proba": 9.999988606068655e-07}
{"commit": "266ee76a86491d86fe69462c1f3645f8f85c55f6", "message": "fixed redundant increment of ref count in upload\n", "proba": 2.138458228273521e-07}
{"commit": "b44031c109bee00a8e2d736f68dfe324d0f8e073", "message": "Add test class: PocketTest with tests for equals().\n\nSimilar to BoardTest pattern.", "proba": 1.1836525004582654e-07}
{"commit": "53e1906feb533ed27bfcedfa5a402c89e4212225", "message": "Add CountingSort3", "proba": 7.829659807612188e-06}
{"commit": "82b10e779fc99dfd2cabcafe7d25c09d8767985b", "message": "added inspection test for modulo %", "proba": 3.270110937592108e-07}
{"commit": "49753ed26175ba427b5a94ea7a8d615c6adfd169", "message": "Initial check-in of CachingAuthService.\n", "proba": 1.1605128236169548e-07}
{"commit": "db038352f59fe020bc0dea468350b1834bdbdf0f", "message": "Class with utility methods for fonts.\n\n\ngit-svn-id: 102839466c3b40dd9c7e25c0a1a6d26afc40150a@196482 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.012983648251975e-05}
{"commit": "9d1936255306a10e0abea638c74f51f95a7eb735", "message": "add mutator for one value of a Matrix\n", "proba": 7.636631380592007e-07}
{"commit": "d9ddc72ac75a998252c4a12c541e380dc850833b", "message": "Start with inner classes\n", "proba": 1.66202354989764e-07}
{"commit": "672b9c1d096b9c509d63136ff3fe14c7985a0b03", "message": "clean journalCode\n", "proba": 8.254402814600326e-07}
{"commit": "3649a454a89a12ea88477365ce4d8ac88ce93d7e", "message": "Delete main.java", "proba": 5.041885742684826e-06}
{"commit": "93a7e5e302ab0f164ffaf1d14ae901a53454031b", "message": "Added server mode\n\ngit-svn-id: 8e38db1cf16c4a277275c2a31413431bbf4974e4@22 d46e4f78-7810-0410-b419-9f95c2a9a517\n", "proba": 2.6780128337122733e-07}
{"commit": "90f46843b19c9c43a33ed3796d4d15ca81e4cf13", "message": "quick edit to King", "proba": 1.391188391153264e-07}
{"commit": "6f97bc811b90886559566b26280d605132088ee0", "message": "Added a primitive ErrorHandler", "proba": 1.8834735726613872e-07}
{"commit": "6fc3896266a8fcf15063f5a0843ad2086661ed1a", "message": "Fix loading entries per category\n", "proba": 3.6027111605108075e-07}
{"commit": "6daffb79f6628c0989a1a4b18e5c359322c32a78", "message": "Added constants for code generation control\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@449561 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.4688374600809766e-07}
{"commit": "ae43565eec885a4deaad6abbfa67446a22b8fbbb", "message": "Add test for find command\n", "proba": 9.358804163639434e-06}
{"commit": "28bc71c8175dc40d598084ba1c6a06ff05f94f3d", "message": "Add LayoutTest from log4j 1.2.17\n", "proba": 1.7559021614488302e-07}
{"commit": "5d6d951fb94ccafc2aff36122875d2d0aa56429b", "message": "Add TimeUtil#toMillis(String)\n", "proba": 2.8787465566892934e-07}
{"commit": "e0ac6b275cb6d5677891efc8acd719688b1069b4", "message": "First test", "proba": 9.139291705650976e-07}
{"commit": "70acd750bb081dab957d80874d88bd713229980d", "message": "Added a test class for general tests\n", "proba": 1.2972299145985744e-07}
{"commit": "75be835e10925ade8a41d65cc776770e150e282c", "message": "try the thread with CycliBarrier\n", "proba": 1.5120490104436612e-07}
{"commit": "82a68709128ae4f86c52918596227aaf37703205", "message": "Peniscola", "proba": 1.9142285054840613e-06}
{"commit": "a370b985e758817ce40d3f45162b1aef4307f96c", "message": "Initial import.\n", "proba": 1.8284994496298168e-07}
{"commit": "1c67c805398ccc3cd0dbd59f8eb054ed65b57225", "message": "Experimental class for very memory-compact representation of a prefix tree with suffix links.\n\ngit-svn-id: 113d22c177a5f4646d60eedc1d71f196641d30ff@631 0ae5e6b2-d358-4f09-a895-f82f13dd62a4\n", "proba": 8.84279597812565e-06}
{"commit": "f3f8e7f8d40f85768678c13ad7f3ce451509c2f7", "message": ":smiling_imp:\u3000\u8a95\u751f\u65e5\u306d", "proba": 1.663142211327795e-05}
{"commit": "d76998eed99ccf34ebdcd79e979a595f8e1bbd3c", "message": "Remover bot\u00e3o de excluir\n\nO bot\u00e3o de excluir foi removido quando o usu\u00e1rio tenta criar uma nova\nsenha\n", "proba": 1.0172694601351395e-05}
{"commit": "e14e2b1296b2d282c673188458b6019ba909562e", "message": "Fix crash when loading anonymous gists\n\nCloses #775\n", "proba": 1.5669427000375435e-07}
{"commit": "de36abebbc686da4d42e5774808111bcfa33f2dc", "message": "\u30e9\u30a4\u30bb\u30f3\u30b9\u6587\u3092\u8ffd\u52a0\u3002\n", "proba": 1.2682761507676332e-07}
{"commit": "f07628231bdcda3f84cdd71892b0f1c68efbd199", "message": "fixed break error\n", "proba": 7.687327183703019e-07}
{"commit": "75a5cae669b07b6bfa1b1a34ec401c4f1549dc18", "message": "db hook stuf\n", "proba": 1.9376352611288894e-06}
{"commit": "bc7b3a3274bf2c796d87d9674cb5b1501f0d1e77", "message": "\u589e\u52a0\u65b0\u5185\u5bb9\n", "proba": 7.523615863647137e-07}
{"commit": "522cad7a836a68a931d685edce2d7398a2c434d6", "message": "Added IntentUtils.\n", "proba": 1.2606633958966995e-07}
{"commit": "eb25d3c521ca9e09d126aaca6ae4af942d9f5305", "message": "Make sure we use the right soap version when we send async responses\n\n\ngit-svn-id: 3495a5c4bbe5ece00c09619c056c9a903ff1da72@387277 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.000453657226899e-07}
{"commit": "f225d3d4c2447ed432299c9cabb0268050190400", "message": "Additional unit tests for parameters\n", "proba": 1.4051811092485877e-07}
{"commit": "9c2deb989611523bbcb326aee1b9defe36e9e4f7", "message": "Code for a simple gui with two buttons, and a label that changes when the button is clicked\n", "proba": 2.3190727915789466e-07}
{"commit": "99c60512440fa0670e5e0c7bc62eaf856646fbab", "message": "ListNode\u6570\u636e\u7ed3\u6784\n", "proba": 8.446194783573446e-07}
{"commit": "7d5c800a90502fab179edcb35fe54cab2374974e", "message": "Create jav.java", "proba": 1.934797182912007e-06}
{"commit": "b6cb1cee05389c9c195309801ca802628d37211d", "message": "Provider", "proba": 1.5480524098165915e-06}
{"commit": "ff4fbf68353a077c47d0db90a241174536d92580", "message": "Added documentation for the I2C package.", "proba": 1.1305191804922288e-07}
{"commit": "857f57d2193e3dd9c12db51b22caa14afa1625d9", "message": "Allow creating of tables that will contain DBObjects\n", "proba": 3.2868257449081284e-07}
{"commit": "1e1489510e2d11b9fccb28e026727b304ecef1e5", "message": "String Search", "proba": 0.0008122079307213426}
{"commit": "a8622eafc7f0667e5a4dc1d8cb9ccc1381aad963", "message": "init ver\n\n\ngit-svn-id: 8ae76d6256a5acd2cad8ab2ed281e34e70247003@3126 fd1274fd-080f-5963-8033-43ee40fcd1de\n", "proba": 6.562871703863493e-07}
{"commit": "b6f93bbd2bc0c82b04cec218c6b9d79c9afa8ddb", "message": "more stream operations\n", "proba": 1.2834648543957883e-07}
{"commit": "c85a9083a2570d0876a6d95cd857da6479c89339", "message": "Removing duplicates\n", "proba": 0.9999064207077026}
{"commit": "a2968f21a27bc2161f959fcc11ead59902aa203e", "message": "and one more fix\n", "proba": 3.7280005926731974e-07}
{"commit": "0169b0e88cb9c93e83c560e2daf5424bb9c1ad8b", "message": "Update TestTask", "proba": 9.403486274095485e-07}
{"commit": "190ebaaf64fa5b120f050382cc81288197947a4d", "message": "Testando o envio de arquivos por um novo usuario", "proba": 1.6497753563271544e-07}
{"commit": "7f715fd1a578ced07ae001cd3670617af9464b6e", "message": "different ways to add parentheses\n", "proba": 0.0010346155613660812}
{"commit": "0f87138b5aff37b5de63c40621401bc1abf0d2ca", "message": "am 563d5ee2: am 31d566b4: am 8904a3c6: Merge \"Fix volume change failure in HDMI-CEC system audio mode.\" into lmp-dev\n\n* commit '563d5ee22d9ab4728910de693db09ee55c86f5e6':\n  Fix volume change failure in HDMI-CEC system audio mode.\n", "proba": 4.1762771729736414e-07}
{"commit": "81e85bbf671f228600fba059e30cb22565bcfe9d", "message": "Ensure we compute display name when needed\n\nSince the media scanner no longer uses an in memory cache, it always\nfound an entry for files inserted via MTP, which made it follow a\ndifferent code path than before, which in turn made the media\nprovider skip computing the display name column.\nBy clearing the row id in the media scanner when handling an mtp\nrequest, we steer it back to the correct code path.\nb/6297105\nb/6525450\n\nChange-Id: I624522b176a0057d246ce3040598af255b00a141\n", "proba": 3.5023655073018745e-05}
{"commit": "2dfbadf1aec10a4e9f7411926f66c50f0c097879", "message": "\u4e0d\u626b\u63cfjar\uff1aSun\u3001Oracle\u3001Apache\u3001Apple\u3001IBM\u3001Signtool", "proba": 3.3429185464228794e-07}
{"commit": "09e988c24f002bd982a4fe68a74ecc33aa62d955", "message": "Add WorldUtils.getTileEntity\n", "proba": 4.162087350323418e-07}
{"commit": "c4f3a85164aac96a93c3c1df2ac4488f3e0fdede", "message": "Issue192 - remove jdk 1.5 stuff\n", "proba": 1.1137608169065061e-07}
{"commit": "5aa1c0bc3e3e4bffd829851930a41189bf4fc8e8", "message": "Update PrintStatementNode.java", "proba": 6.377755426001386e-07}
{"commit": "f26d5194bb191537e7b89365dffc841162fda323", "message": "Add Problem4\n\nMedian of Two Sorted Arrays\n", "proba": 1.8221508923943475e-07}
{"commit": "909d9e620a00a15dba9fb65dbcf7dfb683e460e7", "message": "Changes to support event map to be read from spark\n", "proba": 1.4313198448689946e-07}
{"commit": "a0b4e69a22768364078dcdb3c8d02985ce4e24f1", "message": "Create IsValidBST.java\n\n/**\r\n * Definition for a binary tree node.\r\n * public class TreeNode {\r\n *     int val;\r\n *     TreeNode left;\r\n *     TreeNode right;\r\n *     TreeNode() {}\r\n *     TreeNode(int val) { this.val = val; }\r\n *     TreeNode(int val, TreeNode left, TreeNode right) {\r\n *         this.val = val;\r\n *         this.left = left;\r\n *         this.right = right;\r\n *     }\r\n * }\r\n */\r\nclass Solution {\r\n    public boolean isValidBST(TreeNode root) {\r\n        if (root == null) {\r\n            return true;\r\n        }\r\n        return checkTree(root)[0] != 0;\r\n    } \r\n\r\n    //return [0 if not valid, minValue, maxValue]\r\n    private int[] checkTree(TreeNode root) {\r\n        int[] res = new int[3];\r\n        \r\n        if (root.left != null) {\r\n            int[] left = checkTree(root.left);\r\n            if (left[0] == 0 || left[2] >= root.val) {                \r\n                return res;\r\n            }\r\n            res[1] = left[1];\r\n        } else {\r\n            res[1] = root.val;\r\n        }\r\n\r\n        if (root.right != null) {\r\n            int[] right = checkTree(root.right);\r\n            if (right[0] == 0 || right[1] <= root.val) {                \r\n                return res;\r\n            }\r\n            res[2] = right[2];\r\n        } else {\r\n            res[2] = root.val;\r\n        }\r\n\r\n        res[0] = 1;\r\n        return res;\r\n    }\r\n}", "proba": 0.9999946355819702}
{"commit": "37ed7e219413fafc4de243199cef6ba488995fac", "message": "Will's user class", "proba": 3.717587787832599e-06}
{"commit": "530c843a8fb35c8fb8b60dad897c24f5c986b755", "message": "am 691976fa: am 29775794: Merge \"Get rid of the extra bt_disable call when turning on airplane mode Get rid of enabling bt when in airplane mode.\" into jb-dev\n\n* commit '691976fae6ff7ef925e411e9e7b273d2623072bf':\n  Get rid of the extra bt_disable call when turning on airplane mode Get rid of enabling bt when in airplane mode.\n", "proba": 4.992946855963964e-07}
{"commit": "732e589c1040cb29deac499ae155bbb7c7358def", "message": "am 6e8c1495: Merge \"Re-read shortcut labels if the language has changed\"\n\n* commit '6e8c1495f6a65124750155409ce326736744a42b':\n  Re-read shortcut labels if the language has changed\n", "proba": 8.307393954964937e-07}
{"commit": "9bb8e5cc3e9f8ae2c46967ee1fd422f3bf1e9429", "message": "am 8f666c2d: Merge \"Test that we don\\'t leak sensitive information when logging cookies.\" into gingerbread\n\nMerge commit '8f666c2db1811b2f1797a692d6547362f3cd9954' into gingerbread-plus-aosp\n\n* commit '8f666c2db1811b2f1797a692d6547362f3cd9954':\n  Test that we don't leak sensitive information when logging cookies.\n", "proba": 0.0001944153045769781}
{"commit": "de819013f11f48ade6e073c19eb152cdac6b282e", "message": "477 : MVP\n", "proba": 1.9271094231498864e-07}
{"commit": "3498f417a34c8f14cf51088567cdec6390341f2e", "message": "Un-initialized the rangefinder variables\n", "proba": 8.445158891845495e-05}
{"commit": "be8e9ff7ed5bb6cf15547589f8002341d8a9896c", "message": "am bb595190: am 89c5a118: Merge \"Don\\'t crash attempting restore of uninstalled live wallpaper\" into klp-dev\n\n* commit 'bb595190242a5405c0a6f0470532407543d6e00b':\n  Don't crash attempting restore of uninstalled live wallpaper\n", "proba": 2.608308875551302e-07}
{"commit": "aea8b0e571d9fe6b99b001df73d86d6e67bc276a", "message": "am 7f7ac5b4: am fda1bff8: Merge \"Correct the target app token for input method window\"\n\n* commit '7f7ac5b4a86be479bdede226fd4a2bddcd8a9a2b':\n  Correct the target app token for input method window\n", "proba": 1.1747893950087018e-05}
{"commit": "47fc714dc95e497f226c271b25c951fccf56f97e", "message": "Add schedule start date and offset to web UI if a start date is present\n", "proba": 3.2468108202010626e-07}
{"commit": "de5345d5bcb3ee297eccb60b87ae9e42c91aad99", "message": "Commit de teste para inicializa\u00e7\u00e3o", "proba": 4.688042452016816e-07}
{"commit": "2e98b223d45a625b9f0ec6e068cef1b7aea2f26d", "message": "update recursive demo\n\nupdate recursive demo for \"gray sequence generation\" problem", "proba": 2.3078010258359427e-07}
{"commit": "e643d8fb8f3593ea589fffafeeb664138ba0b9cc", "message": "BOJ #13905: \uc138\ubd80\n", "proba": 3.166267674714618e-07}
{"commit": "97a9323d652eeb68790599773d806c0f7ed5e86f", "message": "BOJ #16499: \ub3d9\uc77c\ud55c \ub2e8\uc5b4 \uadf8\ub8f9\ud654\ud558\uae30\n", "proba": 1.546482053527143e-05}
{"commit": "0570a10e7ebd3438cc5dc69e247dd429717f677e", "message": "Create CobolSerializer.java", "proba": 5.859751013304049e-07}
{"commit": "1fdb6384df81a6e11ce71318ab212c994e4acbc9", "message": "Edelim\n", "proba": 3.841600118903443e-06}
{"commit": "7df47394138d9c4f099cab53f14e64854c887ae5", "message": "Documentation\n", "proba": 6.194427442096639e-07}
{"commit": "8524028cc895e2987159a33595efc07c2d8d73d6", "message": "Create ClassPoolCreator.java", "proba": 1.525680659142381e-06}
{"commit": "a7bfa1543a6268cba9f4a0f0cc773594b06e59bd", "message": "Completed zero matrix ex 1.7\n", "proba": 1.930160351548693e-06}
{"commit": "ca0649de8c9149f27bf633347955de06aa441cb0", "message": "updated instruction regex to match single operand instrctuions\n", "proba": 1.1322979389660759e-06}
{"commit": "891bfbdc9a27a909e9fbca5d577b7cb31bde45e2", "message": "Why the hell is it public?\n", "proba": 2.577242810275493e-07}
{"commit": "d326f9a57705fe9fe707772987e2b2bb709dc64b", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "6f385f2ee8e28d780b13d91952fc9b2ba548be50", "message": "feat: add LC66_PlusOne\n", "proba": 2.5727953811838233e-07}
{"commit": "fd3b739146958a8396dddd56bd1b3a6a3af4a08b", "message": "fixed error in ContainerNode.getMerged\n", "proba": 3.5218732818975695e-07}
{"commit": "e6a89c146ca1980b20b6ee5f62a2e988b78437dc", "message": "class PText incoming", "proba": 7.512395541198202e-07}
{"commit": "925fc347eeec9abca5eb86a29bc298f3a60f9424", "message": "Fix a crash in GuiAlts", "proba": 5.32510966877453e-05}
{"commit": "99b481c7c672ab5ac034537c63a2063e40aa16c0", "message": ":bug: Fix MenuWalk breaking Navigator", "proba": 1.938439737614317e-07}
{"commit": "90c6e8010395c845d1dc189bd784a3088d318265", "message": "Added new functionality and several minor bug fixed.commit 0.1h\n", "proba": 1.4454128915986075e-07}
{"commit": "3f67bd7bcbcec12cab0e593a9bd8264a37ebd052", "message": "Create WeightType.java", "proba": 1.008885419651051e-06}
{"commit": "98b8520ce9aa5232d67a703bd77f68d93fe3d3b2", "message": "Database Manager updated.\n", "proba": 1.5664302566165134e-07}
{"commit": "bafffbd6fdd3d47bf5a4c36a2648ec1ef37fadec", "message": "A repository for client side preferences for the miso package.\n\n\ngit-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@2156 542714f4-19e9-0310-aa3c-eee0fc999fb1\n", "proba": 2.2651885956292972e-05}
{"commit": "3f12b239722d245c2aa38db5c50282bced98c6bd", "message": "fix: detection of unit test environment\n", "proba": 6.269405616876611e-07}
{"commit": "d471e097741cf81dfc56b56a1113a29fca567cd5", "message": "am 669e1f80: Merge \"Remove nativeRecordButtons\" into ics-mr1\n\n* commit '669e1f80a718dc2a4d259970b4e85b3c66e8ebc1':\n  Remove nativeRecordButtons\n", "proba": 7.518968345721078e-07}
{"commit": "dc2bf98b4ed3f8f36e8060b8d812e4905fe78800", "message": "Make showWizardDialog center over the parent window.", "proba": 1.0618624202152205e-07}
{"commit": "db82cf2ab83e7d150e1da5d6fa133ace7cb46583", "message": "fix checkstyle\n", "proba": 5.352248422241246e-07}
{"commit": "1dc03081faf0b2762c2f7d6b6f101aea2de0935f", "message": "JS: add icon that displays a selected colour\n\nSigned-off-by: Harry King <409587b9e6671aa0763646191d292852dc49a658@gmail.com>\n", "proba": 1.0930023108812748e-07}
{"commit": "b58aaad397ef959bfbc38b0708b50d7a146ff5ef", "message": "Add util class for lerp\n", "proba": 6.530095788548351e-07}
{"commit": "27ac023f3ddc72382b97c6e062bb05e4f890e494", "message": "practice quick sort\n", "proba": 2.151453770693479e-07}
{"commit": "d8d27915adb58ea845a22537d9379e11cce3717e", "message": "added missing Binding class\n", "proba": 4.2654022536225966e-07}
{"commit": "7b31492d5a1b2e5470b5cd14d3ce7561861fe25e", "message": "Small optimisations\n", "proba": 4.4621387473853247e-07}
{"commit": "b185f5d76a5d73d0d21eaafabd8f7af4a74ee827", "message": "add tests of crc implementation\n", "proba": 2.1858511445316253e-07}
{"commit": "c33b9eeb8be928fa00e9202b3e4c97dec1ab74c1", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "0bee281066f0b3d4c71f88c72cc0dafe702b1b74", "message": "Added support for read-only packets", "proba": 2.2433493995777098e-07}
{"commit": "5e7a04d7706894fc8790711e802d1114410a1021", "message": "Added tasks to fix a bug for removing cards.", "proba": 1.062889793956856e-07}
{"commit": "de8fe743a829c00463457fbf28931bd6c6592e63", "message": "add unit tests for lexical parser", "proba": 3.9446382515961886e-07}
{"commit": "63a6796db66fbcf381d9cc43ce8b372e44754873", "message": "fix to ms healthchecker test, shutting down HttpServer to fix address bind problem\n", "proba": 1.7577870892182546e-07}
{"commit": "d806a392dc949e2afbedc22d4eb0fa24748a2c7a", "message": "add a example", "proba": 0.00042451880290172994}
{"commit": "d602e135388e987751ba16316eca895c60f0fc0f", "message": "temporarily ignore null result object\n", "proba": 3.8892790144018363e-07}
{"commit": "5a262e20d971f1f025c3576f50c9af64559e117c", "message": "LoginView\n", "proba": 1.0516148449823959e-06}
{"commit": "ae3c580032529c1a35035e9abe96c72ce27cf351", "message": "About window class", "proba": 2.577183977336972e-07}
{"commit": "7a0ac2316850713ed58c4b4b098120c86a35639b", "message": "Create BasicEssentialsMain.java", "proba": 1.3242687373349327e-06}
{"commit": "ce46b0613c1e468dca1f17c15106423b5c45d436", "message": "Adding demo API\n", "proba": 3.6201936381985433e-07}
{"commit": "270cf56c6b5c6b3358be411f0418036c69be4fd4", "message": "Create DefaultFunction.java", "proba": 1.857949200712028e-06}
{"commit": "fd88dcc233602ca94e74fd6987944e0c692116eb", "message": "Add new tests for Bug 60013\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1759513 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.7362307264411356e-07}
{"commit": "836ec04fc9b060bc07a67fb977f4fb2e22214282", "message": "Worked on BloomFilter\n", "proba": 1.578750499220405e-07}
{"commit": "7a1e2f5a11ea95a475f073eb3d3b0b3595bd7bb7", "message": "Brute Force vs Dynamic Programming", "proba": 1.107388698073919e-06}
{"commit": "0baa997b1b1388eddaeb59fc5ab5a47d66a380c3", "message": "Remove unused code after upgrade was refactored\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1304271 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.465609443584981e-06}
{"commit": "141568f250dad61a42ca4ef122c40ffca8b723de", "message": "Modified TriangleTest\n", "proba": 3.022939267793845e-07}
{"commit": "1279b6fc915705d4e93a0ea2ad90a3df43e527e9", "message": "Fix'd delete", "proba": 6.000427674734965e-07}
{"commit": "f73304d78e6f8dac047886ab55d1e3db8cb5a12e", "message": "add TestPoll.  This has been modified to only test elements of the specific\nPolls.  It does not run the poll threads.\n\n\ngit-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@155 4f837ed2-42f5-46e7-a7a5-fa17313484d4\n", "proba": 2.0593254248524318e-06}
{"commit": "cb2ae3a029696d244817d053c9ddc23879c8eb1c", "message": "Added Target object\n", "proba": 1.9903198733572935e-07}
{"commit": "9d4ace7d2c83a8d99d42953b5453d43c87c4ca92", "message": "Create VipWand.java", "proba": 8.027703302104783e-07}
{"commit": "5b1f7b2c499a8bb625f0e9d51ec3500d33fb8a1f", "message": "draw ovals and rectangles with proper double precision objects\n", "proba": 2.658703408542351e-07}
{"commit": "c8f8bf5b72b73e09c5f702aa5453bc6032ed3e0c", "message": "catch all exceptions when not being able to load settings\n", "proba": 8.098678563328576e-07}
{"commit": "7647a7e9f12138cf4dbf9d0b7ec2a3c20967b1ac", "message": "Improved formatting a bit.\n", "proba": 1.409232766036439e-07}
{"commit": "94d910d2d13c838738d89fb9f8f0675a41081b82", "message": "benchmark", "proba": 1.4353579445014475e-06}
{"commit": "dd2f9f9acbcc0cedf2fa9cfe18d2a017712f311b", "message": "fix the issue netty#2944 in 4.0 #4809\n\nMotivation:\n\nfix the issue netty#2944\n\nModifications:\n\n(1) use - instead of =>, use ! instead of :> due to the connection is bidirectional. What's more, toString() method don't know the direction or there is no need to know the direction when only log channel information.\n(2) add L\uff1a before local address and R: before remote address.\n\nResult:\n\nafter the fix, toString() won't confuse the user.\n", "proba": 4.068285761604784e-06}
{"commit": "b6f0bfc6794b1587911ffce3a3d91075f7453f25", "message": "Pulled in old source code example for storage.\n\nPulling in an example storage file from a project I did for Dr. Snapp.\nSimple sqlite helper for storing tasks. This will be a good thing to\nmodify for use with the heatmap data / secondsWorked.\n\nWe're going to need some type of hook into the android's lifetime so\nthat we can monitor and send data off. I need to look into the android's\nlifetime in the documentation to find out what to do here. Sadly that's\ndifficult to do on the bus when the wifi has cut out.\n", "proba": 1.2791903714060027e-07}
{"commit": "32a0d36c65b8b6069adc49d1ba11271e9c457ceb", "message": "Create UndoCommandTest class\n", "proba": 3.1158714364210027e-07}
{"commit": "c340783a50ef22f854ae4381daf4c8f9e58a83c6", "message": "am b42afabc: am 6ba6c6ce: am c4949481: Merge \"Returning null when preview image is not available for AppWidgetProviderInfo\" into lmp-dev\n\n* commit 'b42afabcaf88857acbffc88458278393192a164b':\n  Returning null when preview image is not available for AppWidgetProviderInfo\n", "proba": 5.681745847141428e-07}
{"commit": "06e348c142a98d9415c2798450fbf8e286f4e95f", "message": "am 4f9787d6: am 7dfb3e61: am cc084f1d: Fix superfluous onError callbacks.\n\n* commit '4f9787d6f4058a0f6df08456119edd2ae1b546cd':\n  Fix superfluous onError callbacks.\n", "proba": 1.9724238597973454e-07}
{"commit": "453090d4eaa49f71a04cd0f19af983cf6c15ad80", "message": "URLList class laid out, still incomplete\n", "proba": 1.2950519590049225e-07}
{"commit": "50ab920331460b0f0fa4eb47dca8dd15fded33ea", "message": "fixed title\n", "proba": 1.1766843272198457e-05}
{"commit": "def241f57f46a98544a4adec9e594e99683d47b7", "message": "New method StyleSheets.loadStyleSheetRequest.\n", "proba": 1.1222050488868263e-07}
{"commit": "0c3132ef748d5d412253a7431c399186f3dd19d1", "message": "(Path Sum) [Accepted] Code refinements\n", "proba": 2.670147978278692e-07}
{"commit": "9618b64f821e0747cd72fe44d0f0922d5d8fc1ec", "message": "cache/jvm-go/src/jvmgo/HelloWorld.java\n", "proba": 6.052559456293238e-06}
{"commit": "ffddcdc8dedbc7221a5d5f9d41851275589af5fe", "message": "Document uploader API service\n", "proba": 4.649120626254444e-07}
{"commit": "857b48c69226328dc68c261151f68078022500b6", "message": "longest absolute file path\n", "proba": 1.9433889974607155e-05}
{"commit": "502ef12343a885f695690b9c8fc40b266d1170b3", "message": "changed a file name format\n", "proba": 4.226588771416573e-06}
{"commit": "ba25f8a9096238884cc21b8a88bb9d599e2a1ff2", "message": "Tudo Funcional, menos na hora de deletar um cliente.", "proba": 1.1427572133015929e-07}
{"commit": "b3b6e82059fb3813906b8adeaaf0bc01e4e9be43", "message": "Initial checkin.\n\n", "proba": 1.5982060119767993e-07}
{"commit": "a0c5ff160c3fabadb0f13d393dcd567767712477", "message": "Adds events to OSLP. #99\n", "proba": 2.2448176650868845e-07}
{"commit": "fb8853e85c402ed92b9696dc8071654da7f35658", "message": "Binary string utils.\n", "proba": 1.3084986676403787e-05}
{"commit": "45b8e119cecf7c21718397e28bdb79d74c78a83d", "message": "Push module cache class\n", "proba": 5.1771735343209e-07}
{"commit": "d72a87858bdc389629fd08da642ea49c4a65e647", "message": "Create Run.java", "proba": 2.1259395452943863e-06}
{"commit": "b4f44e2338e00b0f0a66a9bb29cec53ef7296399", "message": "aggiunta sala d'attesa, bug fix spero finale", "proba": 2.030390504614843e-07}
{"commit": "9fb066ad655048f6e98d80328ba6588d1acdf014", "message": "Added a local file handler\n", "proba": 3.311477030365495e-07}
{"commit": "e75f37047ee2ed7555886fa04d1c3788a351d4dc", "message": "Added setup - see bugs\n", "proba": 1.1874411853796119e-07}
{"commit": "bb1680cd24543cff1aa24fa6be858aa2e8d92bcb", "message": "Added in class for math manipulation for vision\n", "proba": 1.4434182560307818e-07}
{"commit": "b0ef6b7e3b0df76fada697f5973c489cbbf3ec59", "message": "MinimumDepthofBinaryTree\n", "proba": 1.0768798119897838e-06}
{"commit": "72098e6478f2fad3a64af36009adef2c5d0a03d7", "message": "FactorOnceParameters doesn't need flexColors\n", "proba": 2.764898852092301e-07}
{"commit": "d5c40ec2febce3db5ba69e2f1c2035e6ae483259", "message": "Add PoolTest\n", "proba": 3.2032545504989685e-07}
{"commit": "99aeef7d9424f31a4f9ee9ac4afcd9db73bb5978", "message": "A useless bit of experimental code. Far far from usable.. just don't want to lose it.\n\n\ngit-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@3089 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 2.10180260182824e-05}
{"commit": "ac4e5f3a1abeb38b561a5fcbf5a3a1e4d8b47c6d", "message": "am 88bc1871: am 00a34ab5: Merge \"Protect against null detail record.\" into mnc-dev\n\n* commit '88bc1871f4c11682af249398713dbb7558759f22':\n  Protect against null detail record.\n", "proba": 1.51592715269544e-07}
{"commit": "1f60718c41f7c9e9dd3b0c01ace7d19588ea4b84", "message": "Calc plugin.\n\n\n\n", "proba": 2.1845715991730685e-07}
{"commit": "697cf21dc10f8bb29bb6a989e90dc3ad6c61877b", "message": "I am groot\n", "proba": 0.001552216475829482}
{"commit": "1032810391387c50464af77178378e179da6159e", "message": "Create bobThere.java", "proba": 7.611658020323375e-06}
{"commit": "92aef4921a6eebba08ce8e4e84928464c583a711", "message": "\n\n\"Java-Strings-Regex\" added", "proba": 1.5649759177449596e-07}
{"commit": "ee7feba792db601025f446035786e3238f6a6384", "message": "Dreaded Idea missed this file during last commit...\n\ngit-svn-id: 410459702e6123a874d92574e1336b0959d85891@10412 2913f559-6b04-0410-9a09-c530ee9f5186\n", "proba": 2.9576710858236765e-07}
{"commit": "e86686710f75ebde88c2e2aa117c75fe77930757", "message": "Dana: Remove debug logs\n", "proba": 8.928432180255186e-07}
{"commit": "bdfc11b6b75963a1925df7dad8150d1335c0299b", "message": "Reduced the scope of the toolbar variable\n", "proba": 3.198793137926259e-06}
{"commit": "c05def9ed5cff2252d6b9b56673fca1d4eedbfe4", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "8651c44c7c07549033dab352c56aeba4ed82f99b", "message": "Beginnings of an integration test for testing submitting project files.\n", "proba": 1.0538521877379026e-07}
{"commit": "60c66ae571f75d0f3a7684fd2d339649d76f540c", "message": "Add [#1099] create ThreadPool\n", "proba": 1.6629128651857172e-07}
{"commit": "5a2092db23ca963bc64a87feec8f97e9d06cd884", "message": "Create SRP6UtilCustom.java", "proba": 2.9430088943627197e-07}
{"commit": "877d83cdf8f687645fdff8598dda4c5ca569ea16", "message": "add javadoc comments\n", "proba": 2.7370111865820945e-07}
{"commit": "3044bd70b3981978cec53fb5650292fd13af8656", "message": "add utility method to create LinkedList from array of Objects\n", "proba": 2.658475182215625e-07}
{"commit": "817d5fb864918c98c7019f8c503f8167ddf31adc", "message": "am 5d87d51f: am f65951bf: am 0dd9ec14: Merge \"Make ResolverActivity update dynamically.\" into ics-mr1\n\n* commit '5d87d51fab7e17793413c9095028963117e276b8':\n  Make ResolverActivity update dynamically.\n", "proba": 3.7134916510694893e-06}
{"commit": "d81cc4ab5a07f4a6c5e553cb67c3aa4fe1dc8b6e", "message": "Easy \"Just once\" launches from ResolverActivity\n\nAllow a second tap of a selected item in ResolverActivity to launch\nthe target as \"just once\" for sloppier/quicker choices.\n\nChange-Id: If05fc7c1ac622195f6253e6ca0868fd87954dd46\n", "proba": 1.4353565802593948e-06}
{"commit": "7847607ca3a7611b44f6e4898fb0a2e5075cd832", "message": "[cleanup] CurrencyUtil.java\n", "proba": 5.013717441215704e-07}
{"commit": "09f4e2578faa9d777b9f5d9d08ea3e3a3aa74b84", "message": "Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49150\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@935509 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0005473349592648447}
{"commit": "afa3ee764dafead3aad29167d882dfba86accf4f", "message": "- (quick fix) findClassInternal may loop so the fancy syncing probably cannot work.\n\ngit-svn-id: 40f70788afc64a734d8b91520bec53ae21e7042f@510041 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.126391452999087e-06}
{"commit": "dd6321866d79db582fced7bfa4aab2b44f53371e", "message": "Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47977\nUsing a body with tags specified to have empty body content should cause an error\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@898126 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.002394879935309291}
{"commit": "7482c05c127ce2d8cd8b626eac0e8a991f166524", "message": "added interesting sample\n", "proba": 1.1489203899373024e-07}
{"commit": "26761d2f3951f1576753b95c2561535abca75c1e", "message": "Fixing eureka datacenter info.", "proba": 1.2406476912474318e-07}
{"commit": "229347ec319aedfc76aac4eca9b33e74814807ba", "message": "am c632313e: am 2094a702: Merge \"Unregister the existing callback when MediaProjection stops\" into mnc-dev\n\n* commit 'c632313e7294d191fb616bf53b1b9d99ef1ed24a':\n  Unregister the existing callback when MediaProjection stops\n", "proba": 7.990628319021198e-07}
{"commit": "e0bbaf2866a7913397a49ea47e5684b727ad36a3", "message": "Camera angles.\n", "proba": 3.066897420467285e-07}
{"commit": "9eb8552823c831a2687cbbde9ff1acfbb8204f8d", "message": "Only warn that a player is AFK when the player is actually AFK when using /r\n\nFixes #774\n", "proba": 1.5155976029745943e-07}
{"commit": "f911835546b51e6966a68e81d535257eb54c103f", "message": "add failing test to verify #107\n", "proba": 1.4347281762638886e-07}
{"commit": "8675d617c1629379c2376d2d4aa8aa1d75e5cf9f", "message": "testing: added JUnit test: SingleComponentTest\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@5848 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 8.399685498261533e-07}
{"commit": "d6cd6e289cfb9df9c475c5996d74995d534a9220", "message": "[CORE] DDB-1052 Highlighting in der Personensuche (bugfix)\n\n\njunit tests f\u00fcr deprecated Klasse entfernt\n\nFormer-commit-id: e3bb76aa849cea8d95b3f6f715ed5913bbea47b4", "proba": 1.7644866545651894e-07}
{"commit": "1e1e6630fba690c139cb615469c464664d6d7a6e", "message": "code tidy up.\n", "proba": 1.6024166882289137e-07}
{"commit": "316f1de3f3bcad714b28b678cae8ed7129bf8c4f", "message": "Fix Java 8 compatibility\n\nBuilding the project using Java 8 fails due to method visibility\nissues. Apparently something changed from Java 7 regarding those rules.\n\nChange-Id: Ic28c9638636bd29bb0f6688733c83d9808bb5b4c\n", "proba": 1.387864540447481e-05}
{"commit": "8efcf264a909520c1e9c22841dd2bfe7a63b02fd", "message": "Create StringOperacoes.java", "proba": 6.6418051574146375e-06}
{"commit": "5216b3e1abd6ceee3d69a17b305663d86d109c23", "message": "added test 10\n", "proba": 1.2981159613900672e-07}
{"commit": "b5312bcef5453360368fe10ea9df2b5f265d5470", "message": "to take care of cosangle = 1.00000000002\n", "proba": 0.9008048176765442}
{"commit": "7b036d0a1f54c6bf9e032dad37e7336cb254ccb0", "message": "BOJ #13226: Divisors Again\n", "proba": 1.833834488706998e-07}
{"commit": "bda6a34413508fcc19025a0e657faf43630dac46", "message": "BOJ #14788: Oversized Pancake Flipper (Small)\n", "proba": 1.1832642599074461e-07}
{"commit": "7d2280d93d47f681085e12edfa29e5bf4a4c3398", "message": "Delete EmbReaderCOL.java", "proba": 2.103212409565458e-06}
{"commit": "e85b72da0e60643433beb6e6fc9e12eddaf3714e", "message": "BOJ #15781: \ud5ec\uba67\uacfc \uc870\ub07c\n", "proba": 2.1844549280558567e-07}
{"commit": "a19abbe9d9fa7c723c078f07c3ff3446d034caf8", "message": "Disable CSRF\n", "proba": 2.1240681235212833e-05}
{"commit": "fa325e8617d77bed64bf0251154bb5475310effe", "message": "Handle URIs with port numbers\n\nSigned-off-by: Gregory Amerson <c60ad612488c8276a2f9818159a336c69cbee16d@liferay.com>\n", "proba": 1.5055020696763677e-07}
{"commit": "a6bfedad20e2159f00274933dbf2843faad0776b", "message": "INTEGRATION: CWS qadev13 (1.1.2); FILE ADDED\n2003/10/22 15:52:51 sw 1.1.2.1: #112769#\n", "proba": 1.1707766134350095e-07}
{"commit": "595e1c615e1a122b81be6daed9d8ea30cdb0b142", "message": "Fixed visibility\n", "proba": 4.3649089320751955e-07}
{"commit": "9db29bbadf50f42b5b7775e6d4f88ec16136ff25", "message": "added missing resource\n", "proba": 8.141502121361555e-07}
{"commit": "28a504e64a9701ccae9177cf815e27a13b1b1ca1", "message": "Remove invalid import", "proba": 2.0397735625010682e-06}
{"commit": "34ebd0e1bbd54def9fea020f4a9083382160fd3d", "message": "Fix up permissions for 'dumpsys backup'\n", "proba": 1.7658144315646496e-06}
{"commit": "ffe0a803f8e9546a0dbf6c82d6089ac0eee32ddb", "message": "Fix permission checks around setBackupEnabled()\n\n...by making sure to drop binder identity before writing our new\nstate to secure settings etc.\n\nBug 10506933\n\nChange-Id: I00505cc5215c8fe5f30f2f35698b30645fe14c87\n", "proba": 1.9016921726233704e-07}
{"commit": "6a6f43f577c6cb22202ee86fb3c6d1601f36c3b5", "message": "am 8091424e: am 9b52a218: Fix #2269582 Sometimes camera preview screen is truncated\n\nMerge commit '8091424ea332f754e6f1c712a9e28bfa7d02741e' into eclair-mr2-plus-aosp\n\n* commit '8091424ea332f754e6f1c712a9e28bfa7d02741e':\n  Fix #2269582 Sometimes camera preview screen is truncated\n", "proba": 2.438735691612237e-06}
{"commit": "cfd6b372206c3aaf3eaf9755110b13e6c4318ccc", "message": "am 72650c31: am a4a8a88b: am 9830a4ac: Fix issue #2161169: onStop not being called.\n\nMerge commit '72650c31c7f7722836184984678508af95d52519'\n\n* commit '72650c31c7f7722836184984678508af95d52519':\n  Fix issue #2161169: onStop not being called.\n", "proba": 1.316482638458183e-07}
{"commit": "7e19b9d64633f772beac1a77d1f4a120f2a4e3f1", "message": "feat(networknt/content): create ContentConfig file to get options from config file\n", "proba": 2.4293802880492876e-07}
{"commit": "734a088bb27a5e01a8361e4c0745afaea6cbd270", "message": "3.Longest Substring Without Repeating Characters   ", "proba": 1.0639632819220424e-06}
{"commit": "0f1448810beacef16babac7422e8ac2d92622478", "message": "Update UntilsTest.java\n\n\u4fee\u6539\u5de5\u5177\u7c7b", "proba": 1.7059086587778438e-07}
{"commit": "054d36e2409bb067464b70febf12762f7fe0d448", "message": "Create logger helper.\n", "proba": 1.9754151026063482e-07}
{"commit": "19085c8db149b75b6a698340c69e25fc2b8a2249", "message": ":bug: https://github.com/b3log/solo/issues/12346\n", "proba": 2.828076048899675e-07}
{"commit": "d447a18f0c3a86906decec0583fdd15950723d59", "message": "Revert \"Delete XmlaOlap4jCellSet.java\"\n\nThis reverts commit 18f920d7ea730f3bc5a17326554b61c702856e71.\n", "proba": 1.2378656322198367e-07}
{"commit": "785ff7730fbb278bb43be231ab9d34603cf72940", "message": "am b78a0a11: Merge \"Ensure ApplicationInfo is for correct user for system/android package.\" into lmp-dev\n\n* commit 'b78a0a111f7a52954eea6bdba5ade08870cee035':\n  Ensure ApplicationInfo is for correct user for system/android package.\n", "proba": 3.031403821296408e-07}
{"commit": "390f2ed66b5c57cd6c39af650ee378d99cc023b0", "message": "Don't evict SharedPreferences when migrate no-op.\n\nWhen calling migrateSharedPreferencesFrom(), only evict the in-memory\ncaches when we actually moved files around.\n\nBug: 27387346\nChange-Id: I4fb534e55c0d3df7c574f18d2a853ef824635b8e\n", "proba": 2.53103939940047e-06}
{"commit": "043c72766248d0a4783c506fd4f604ed63e763d4", "message": "am 6fd4e76c: fix bad link in javadoc that\\'s breaking SDK build\n\nMerge commit '6fd4e76ca1866772d125089e8f2e3f1d54fcae08' into eclair-mr2-plus-aosp\n\n* commit '6fd4e76ca1866772d125089e8f2e3f1d54fcae08':\n  fix bad link in javadoc that's breaking SDK build\n", "proba": 6.401956397894537e-06}
{"commit": "e2c6f6692121511852546617167f18f09216044b", "message": "am d54529c4: am 23819e7e: Merge \"Make ListView\\'s illegal state exception more helpful\" into klp-dev\n\n* commit 'd54529c43545faa10cac4e34e9b8d623de121e2e':\n  Make ListView's illegal state exception more helpful\n", "proba": 3.680817144413595e-07}
{"commit": "44cb2432e90c7a9e0ee59b959d781ba8834c1736", "message": "Fudge clipRect in TextView for extra cursor width\n\nThere are a number of cases (most commonly cursor at start of line in\nRTL direction) where the cursor extends past the right edge of the\nclipRect. This patch adds approximately 1dp on the right side of the\nclip, so that the cursor doesn't get clipped.\n\nBug: 18035274\nChange-Id: I489825a91750742c28e445f54f9d27000accbcfb\n", "proba": 3.6172953059576685e-06}
{"commit": "c01f3feeb09b96f666c35fa1858ab3034599a452", "message": "Text selection is preserved upon device rotation.\n\nNote that this used to create problems with ExtractEditText. These potential issues\nwere not handled in that CL.\n\nBug 3236848\n\nChange-Id: I4b83ce8f66eba04f34c2faa8e38b83eb992637f0\n", "proba": 1.9172778138454305e-06}
{"commit": "537be409f281d4a872cbcebb6ac3a4d767ded4da", "message": "am c333381b: am 24a2f20f: am c420ce34: Merge \"Marquee text RTL improvements\"\n\n* commit 'c333381b4c1b46f13f75388099cafb740844c497':\n  Marquee text RTL improvements\n", "proba": 2.8292575393606967e-07}
{"commit": "0f4109e4ef7bca3bf879335007803e6b5392ca6e", "message": "Renaming of a hidden API: ShowSoftInputOnFocus\n\nChange-Id: Ib0384815f5ed677547a42d456ee190d5ac2ef7bd\n", "proba": 2.8645188194786897e-06}
{"commit": "0182558f29d75cba9851bf944f20b07dfe994d87", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "c228891b16cffa8cb85b484b40dba95283457c2e", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "3c7fefa404bd1b67514f01e6932ba8eca773129a", "message": "Added a test to visualize files served by the API.\n", "proba": 1.0515852721937335e-07}
{"commit": "4757a359309e0e7fa657c5f86b856db14a56821c", "message": "Added reference to jira issue.\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@367065 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.223145140258566e-07}
{"commit": "a51d25ad7f994386baebd3f30cdaff16bc4125d8", "message": "Fix ClassCastException\nSubmitted by: Christian Schulte\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@389444 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.5203252107530716e-07}
{"commit": "0d7ecb38a9d92148f9aa0af0bb65047aa867271d", "message": "Create QuoteResult.java", "proba": 4.798932309313386e-07}
{"commit": "bf1be04cda33c5f79bcd5102f2b1d79603e4b7e6", "message": "autoencoder tweaking\n", "proba": 5.705180683435174e-07}
{"commit": "9cac07044890937aa62264fc0077ba0cbf2bb044", "message": "\n\nSVN-Revision: 629\n", "proba": 1.5823032128992054e-07}
{"commit": "e1c3c37119ae4026babccff5846a9a7424061ee9", "message": "Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58381\nThe list of events is accessed by multiple threads so use a thread safe Deque implementation.\nFix a Javadoc comment\nSimplify the code a little\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1703151 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999692440032959}
{"commit": "821d6971b06f9ab16ba44019a88b06832d8d3fa6", "message": "Correct line wrap - followup to r1622251\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1634250 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.1178017302881926e-06}
{"commit": "786b8d0df40401f734b589264ab73f1b0485765e", "message": "[Minor] Added SimpleGs1 parser\n", "proba": 1.254656893934225e-07}
{"commit": "837f1035a608d2d36aef5fb448ec1fbd1d927f5f", "message": "Recover status bar enabled state for all users\n\nMove the update of status bar enabled setting to loadSettingsLocked and\nthereby recovering the enabled state for all users, not only the user\nowner.\n\nBug: 20416833\nChange-Id: Iee3d6e0f3ea8ebc5d72c0ed165bea4595ed073ba\n", "proba": 2.3447412331734085e-06}
{"commit": "33b96576fb0b031db2874ab42e9a49ca30cfad8d", "message": "Heap Sort in java\n", "proba": 4.5452583208316355e-07}
{"commit": "234232325f0062b1405e4fbf8f34891ee137beeb", "message": "avoid null pointer issue when getting build info\n", "proba": 2.5001659764711803e-07}
{"commit": "90107a768370efd87988aaf652d71406fe78eaf3", "message": "Update TreeListConversion.java", "proba": 4.5810864435225085e-07}
{"commit": "a06d5c1997544cf665a76e11d5c04298a6d24bb9", "message": "Mesh breakup by stripes + alpha shapes", "proba": 1.9570649101297022e-07}
{"commit": "d3d3028bad3b18afe2f5a0e9ca46025ef428bbcf", "message": "validated the username as well\n", "proba": 6.726328865624964e-05}
{"commit": "89f196b02e5b13fb1234e026e5090cf952a25aec", "message": "hmw01 part1\n", "proba": 4.7479832687713497e-07}
{"commit": "1bb280c6a274d7cf0911f58f31409c4aa1aec86e", "message": "Create LauncherApplication.java", "proba": 2.434536781947827e-06}
{"commit": "ea70ec0870d911a948bfff0b8e4a97b40774ca56", "message": "refactored http error message handling, changed default URL\n", "proba": 2.951452415800304e-07}
{"commit": "72460e071d5a83fba9e4aedde2306ac31953da7b", "message": "actialy auto fmt\n", "proba": 1.1650787428152398e-06}
{"commit": "a48ad239f89874f3d1126b18eb937ed6ad3cee1d", "message": "PlaceHolder\n", "proba": 1.7848104789663921e-06}
{"commit": "dda59063f2ed48969217612e9517a53138a5d802", "message": "sqlite db\n", "proba": 7.43030295780045e-06}
{"commit": "49c6846e0addb2fdefdc3bfef7c0993b6777de81", "message": "Initial Register class\n\nInitial design for Register class to separate id generation from all\nexisting manager style classes\n", "proba": 1.1575891534221228e-07}
{"commit": "dad9a49f58e7cf1d0a96477028b8344f9f9eccbf", "message": "Fixes problem with overhead for MultivariateNormalOperator", "proba": 1.9067478262968507e-07}
{"commit": "234d5589fdd2ea502182e8d0e40f8691e490eaac", "message": "Directory methods\n", "proba": 9.515393344372569e-07}
{"commit": "71eadc57aea01459775f07281e8a66535ee58282", "message": "Added earlier version of WvizConnectionMapSceneX3d\n\nThis version is little more colourful! :)\n", "proba": 1.0072647427250558e-07}
{"commit": "0d3e5e580bdf552c06f5a6946eeea514b182790a", "message": "- change default date format to \"yyyy.MM.dd hh:mm a\";\n", "proba": 6.790493353037164e-05}
{"commit": "137a9e34b25bf0daf76d8fae5a63e611e3bb1d71", "message": "weekofcode30", "proba": 1.6651217720209388e-06}
{"commit": "99648bd40947469ce2b0ef1e274dd4f1578ee559", "message": "Delete AboutActivity.java", "proba": 8.649566325402702e-07}
{"commit": "b5c59a95edb4379ef8b320c60546fbadf280d8b3", "message": "MECLIPSE-455 : Invalid dependent module archive name for EJB artifact\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@769197 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.441928638243553e-07}
{"commit": "db600dc73ca473a2585e739d724bc23238d0d560", "message": "Excluded java.sql from the removed packages that start with java., however, not sure why I did it so I removed it.", "proba": 2.473093729804532e-07}
{"commit": "885bde8016f3447e01d48bad19422b1c4e2e325a", "message": "update model Mbank", "proba": 4.1682602613946074e-07}
{"commit": "180ad5c9e420c23df4e2e096551517559563ee5e", "message": "Trying to fix broken build.\n", "proba": 1.4168722373142373e-07}
{"commit": "f8e2baa56f06d0c64c490855150309db07800e86", "message": "\u589e\u52a0\u5f02\u5e38\u5904\u7406\u7c7b\n", "proba": 6.99366637491039e-07}
{"commit": "2428450bba2eb404c1b2af6338511621cae2ea1d", "message": "Testing coord hax\n", "proba": 6.264743888095836e-07}
{"commit": "e425f33392952d23c6d18883ca89e7de67304bc5", "message": "Implemented Swing Dialog\n", "proba": 4.916710736324603e-07}
{"commit": "6d6dee8708069d02927d4928cca9ab98aa7c5146", "message": "Added missing SesameStream class\n", "proba": 1.7278519237606815e-07}
{"commit": "bd36818e55cab5c73ce98a163e968a483f818ba5", "message": "Filter by geneName\n", "proba": 6.625007813454431e-07}
{"commit": "84816fb9f3cc7e66d7853629bd23711c27e6ae0f", "message": "fix Client repository test\n", "proba": 4.0495865505363327e-07}
{"commit": "a0fb8eb138b946231113b1fbdd1059ea2346ef3a", "message": "am 09e7ef8a: am a5bfe52d: Merge change Ib3558f35 into eclair-mr2\n\nMerge commit '09e7ef8aadb480349e9f63dcab155cb466296e92'\n\n* commit '09e7ef8aadb480349e9f63dcab155cb466296e92':\n  Make our choice of surface explicit.\n", "proba": 2.7637625521492737e-07}
{"commit": "7e7fcba0a839f4eb3d65d5863742cb7260044b64", "message": "LorCodeService bean \u043d\u0430 \u0431\u0443\u0434\u0443\u0449\u0438\u0435\n", "proba": 2.537184684570093e-07}
{"commit": "4c6d0190b7b17047a647979763c61345e085322e", "message": "#66: Add 'AnyChromosome' test class.\n", "proba": 1.214547182826209e-07}
{"commit": "7aa80615fd708c4f53e07b3cae51da170d4455c7", "message": "Added a first drop of tests for the DefaultServerEntry class\n\ngit-svn-id: dd90f696ee312d86d1f195500465131112b150f5@604955 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.671069397474639e-07}
{"commit": "1c86156519f1ef113c0797f331982214d8987c91", "message": "Added io/ListBroadcastScheduler for jsockchat-server\n", "proba": 1.2764898826844728e-07}
{"commit": "97e3addfe6f59c6d9f295c20ea2502f833bd93f2", "message": "started to write registered-lsm-sequence to hdf5+xml exporter.\n", "proba": 1.0417294049602788e-07}
{"commit": "396080dd021c431c895012b0e4262021b457abf2", "message": "Add grant flag support to \"install-create\" verb.\n\nThis matches the \"install\" behavior.\n\nBug: 22331569\nChange-Id: I07bfe067bd4be01fc92126750b0ff25a5c5ba5c9\n", "proba": 2.5828829166130163e-05}
{"commit": "f6ec60dd1e9c49f1350d0beaf042b32f9c66ef5e", "message": "Add cmd to reset default component enabled setting\n\nChange-Id: Ice5e366643bb5c536b579089dcc98e06c9bb5645\n", "proba": 5.648034857586026e-07}
{"commit": "5f32e41d2eecdb420cfcc9aa10632b88f375d7cd", "message": "MJAVADOC-348: Update \"javaApiLinks\" links\n\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1384990 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.931896005975432e-07}
{"commit": "222f91a516c462bc766cc4fe504ccd50eb52ccfe", "message": "Stress test\n\n\ngit-svn-id: d69ffe4ccc4861bf06065bd0072b85c931fba7ed@45266 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.0621050705594826e-06}
{"commit": "8a56779f70fc0fe71dbc4cf96deae986b650826a", "message": "test conditions\n", "proba": 1.745783151818614e-06}
{"commit": "01aab6363a0511d41e45fa11520e070f1bd26dfc", "message": "change name", "proba": 0.0001471027499064803}
{"commit": "6ecee2d94f015e4960513508dcb01713c75b6a45", "message": "added EetResponse\n", "proba": 1.837505578805576e-07}
{"commit": "f0181fd2d9c21da854e6f75bed67e89b812ec8f3", "message": "Create IntcodeUtil.java\n", "proba": 1.7845858337750542e-06}
{"commit": "14527ef8189b6cf5750c756b54e475dfe69824b1", "message": "Refactored Device Packages REST API resource\n\nSigned-off-by: coduz <ded987c534c96b462feeee54a345bec2d025746a@eurotech.com>\n", "proba": 1.1474268291067347e-07}
{"commit": "73cf55d96372415e3ddedf23bd44cdb0dc641aea", "message": "Fix build.\n", "proba": 1.489812575528049e-07}
{"commit": "239f77d20adcc0e2ce67a7907b3f6ca75b13fd00", "message": "Fix a regression matching intents when action doesn't matter.\n\nBug: 3482199\nChange-Id: I0960e4396f4e71e9a3fc71146730030a52f96e9f\n", "proba": 0.9998769760131836}
{"commit": "f01e3b5b8fdf9a55a14abd27b1b4092657b29112", "message": "am 01b7a98c: am 160c18a4: Merge \"Need a public way to wait for cookie operations.\" into honeycomb\n\n* commit '01b7a98c31f3d4587fb6739c8c6b35530177c20c':\n  Need a public way to wait for cookie operations.\n", "proba": 4.8779829739942215e-06}
{"commit": "5fcfc32c47774c5090b49ade350275046f57fb23", "message": "Fixed render order.\n", "proba": 1.3530232934044761e-07}
{"commit": "d36c9e8047057b587db8af27f737f51225db7e99", "message": "Bugfix: Color updates even when outside of screen.\n", "proba": 1.0484029644430848e-07}
{"commit": "9f92b1c49ce142a892fe2f145d6054f0f41a9fb1", "message": "PRD-2590: Pentaho-version of the Mondrian-connection provider so that we map roles via the new service\n", "proba": 9.780282539395557e-08}
{"commit": "09dca844d76acdaf2402121cc79ceaba26da504b", "message": "Test AmazonS3ClientFactoryTest", "proba": 5.9934143791906536e-05}
{"commit": "8f759116687f0921d067d53d91a47b7ec655c608", "message": "forward port from v0.4", "proba": 1.262333512386249e-06}
{"commit": "5868253dfca5e47c7a2b8332715db1254f34eb7d", "message": "Rolling in derby listener\n", "proba": 2.6827777332982805e-07}
{"commit": "c776f0823d214473c6a83f83c2ac977b962c01b8", "message": "insert sort list\n", "proba": 1.4765281548534404e-06}
{"commit": "0836c7cb98dd3ff1ef0379dcb97be8b315fed7eb", "message": "Fix issue #5228934: IME shows up on boot, or when digits screen is tapped\n\nActivity aliases weren't propagating the softInputMode from the original\nactivity.\n\nChange-Id: I47534e6c9a0f94bb6eb3fd2186ba9ffc8d583d08\n", "proba": 2.622956571940449e-06}
{"commit": "a54bec599a4d49c8586a65a2f570e434cbbf08a2", "message": "Added comments for GestureUtilities.\n", "proba": 1.1402468658161524e-07}
{"commit": "2849dfdd250b307dfd6da0dfa1f20da79b656e83", "message": "am 29a67def: Merge \"TransitionSet: fix excludeTarget not working\" into lmp-dev\n\n* commit '29a67def7910f321160d92c10406f34be36080ba':\n  TransitionSet: fix excludeTarget not working\n", "proba": 5.133568947712774e-07}
{"commit": "3e52b8c8eaaa63f574b647c5bf6e3feb863e51ff", "message": "Unlimited commit works\n", "proba": 1.7381451300479966e-07}
{"commit": "d75568aabc1dd9f0a4f37c89a451d2b9792487eb", "message": "Resolved issue #108: Setting the filter to the save dialog box every time generate button was called caused the file format to be added multiple times. Have add the filter once, when the dialog is created.", "proba": 1.0467964983718048e-07}
{"commit": "8355ebe92051170c8300b7b2c8c5a66808f7abc2", "message": "Added the LG model of amino acid evolution (Le and Gascuel, 2008).", "proba": 1.0130738559155361e-07}
{"commit": "cce7b9b7d0bc629e2373d4b0b2934fa79ee2b270", "message": "REFACTOR: Replaced duplicate config reading code with PropertyConfiguration.\n\ngit-svn-id: 25dac4f723c7e5b42083d4a98669c37f60455592@1690 69e27eb3-6e27-0410-b9c6-fffd7e226fab\n", "proba": 3.16835030389484e-06}
{"commit": "fe4b6c2892998b54e72643b744a4882b3b6c4474", "message": "take in temperature\n", "proba": 0.0006544929347001016}
{"commit": "23d4edde94b508c03280fd701b797f3a84db23fc", "message": "am ea7c1e24: Merge \"Add null check when determining mOnTopOfHome\" into klp-dev\n\n* commit 'ea7c1e24a213863cd204f4ff097bf622144e417c':\n  Add null check when determining mOnTopOfHome\n", "proba": 4.2627183916010836e-07}
{"commit": "88cfdae667bd85931c1bf81781a54472a8fe3ac7", "message": "am cdd82540: Merge \"When waiting for activity to finish don\\'t reset\" into klp-dev\n\n* commit 'cdd82540f2f98e7b4374fdd81e771eb217a27573':\n  When waiting for activity to finish don't reset\n", "proba": 5.415710120360018e-07}
{"commit": "15faf86c9221ab6fbcdfff46a2a8d9256b4a09be", "message": "added converter example\n", "proba": 2.184275729177898e-07}
{"commit": "4124deddb33e9a18201ada7dc9a89611edf7d570", "message": "businessKey must be taken from businessKey-parameter\n", "proba": 7.691771202189557e-07}
{"commit": "d65b02440b0a7198889d0b2528b5eb6e3217ec74", "message": "246275 Deadlock with taglib index and IJavaProject.getResolvedClasspath(boolean)\n246795 Regression from 246275 (Deadlock with taglib index and IJavaProject.getResolvedClasspath(boolean))\n", "proba": 2.9984593652443436e-07}
{"commit": "0070e5d3aeee60c74f135af92953c491bf6ae933", "message": "*** empty log message ***\n", "proba": 5.360483328331611e-07}
{"commit": "c316bf310ebe71626a4053210ef1eb8673362a82", "message": "[230297] NPE in LineStyleProviderForJSDT.addJavaTextAttribute()\n", "proba": 1.4070907639052166e-07}
{"commit": "154381e23a44d6c2266642653a4ead1badaf986e", "message": "#17: Revert and try another fix.", "proba": 1.0282897733304708e-07}
{"commit": "775a106660c2a5bcaff4eb41132175b2e36147f2", "message": "Ignore test for #1392: until we figure out what is needed to produce the proper error for private constructors\n", "proba": 8.472802051073813e-07}
{"commit": "a1c8966423cf4b8ce476ef65033d430736dc949f", "message": "cosmetic: removed whitespace\n", "proba": 0.021061435341835022}
{"commit": "a4a97cdaf7f61c852cfbe81a654e407f2aa51369", "message": "Verify validation of types in summary fields\n", "proba": 3.012693809978373e-07}
{"commit": "eae4c00ff86532c5151a5100f4cbeed3a891f570", "message": "Bugfix", "proba": 8.038198870963242e-07}
{"commit": "7c8c1bb038cf9b751789bc1be084f237f570c760", "message": "Test to be able easily reproduce:\n\nhttps://github.com/deeplearning4j/nd4j/issues/449\n", "proba": 3.0508849135912897e-07}
{"commit": "176bdd12835911c932f07abc04ff9f0f558bd107", "message": "Use uppercase string to name the sequence, to match the rest of the entities.\n\n", "proba": 2.4878838758013444e-06}
{"commit": "b6bb6c61dd77c1b3007f0b0bbb89ee693e63d0b6", "message": "Disable calls to MobileDataStateTracker.isProvisioning() as there is no more\nMobileDataStateTracker so these just crash.\n\nChange-Id: Ib45a85db505c0a99fb65d9a6d0c39b860f9d019d\n", "proba": 2.728499111981364e-06}
{"commit": "14ae367caef3111c5c1f7a0fa42b22b1afe6073a", "message": "Do not bother to remove pending installs\n\nPending install list is cleared if there is an error connecting to DCS,\nso don't try to remove each pending install in the loop.\n\nChange-Id: I736114878ad92136c3b8a3ca27a1f058adaba395\n", "proba": 2.084379048028495e-06}
{"commit": "a508d399e720b3a535832ce0b2554680197944af", "message": "am 01e00c8c: am e4f10de7: am dd856a3f: am 3b0bbd7b: Merge \"UsbDeviceManager: fix b/21429947 regression\" into mnc-dev\n\n* commit '01e00c8ce01c9c9242843b3bc6cec52ad9d89dd2':\n  UsbDeviceManager: fix b/21429947 regression\n", "proba": 1.2424904980434803e-06}
{"commit": "ac31f36d5e6c1c7a0153828c0fc19ea52868b92f", "message": "Create DecresingHeightComparator.java", "proba": 2.149603801626654e-07}
{"commit": "6d176305c11cf6a8ec9e6d7821723edb1ef5b1d3", "message": "changed default for showing console on message to false\n", "proba": 1.9982189769507386e-05}
{"commit": "2b7d9e0873329fa92a00cb7851ba2b85856df50e", "message": "Fixed Calendar test for those in other timezones.\n", "proba": 1.0628553326341716e-07}
{"commit": "08f46ceff46a4377d3e7b2c5ba7404f6905741a0", "message": "initial commit - import from CU repository\n\ngit-svn-id: 34a63cff78c965ed7296912184cd0e3b6b7dc1c0@65 2f4ce1e4-9571-11dd-93b2-6d14b300b761\n", "proba": 5.550583637159434e-07}
{"commit": "5460f093389c31519a7ccdc90180091a516b7b57", "message": "Update MergeTwoSortedLists.java", "proba": 1.8534491630362027e-07}
{"commit": "89963f08ddd4140fd00eb122b31f8ea32e945877", "message": "Add raid party size varbit\n", "proba": 3.128979528810305e-07}
{"commit": "66c82ef3c62776f985f8b23cc5a567ab1a95dfeb", "message": "am 20c6a03b: am 6b558a18: am 3c36d587: Merge \"Convert from elapsed time to absolute time.\" into lmp-dev\n\n* commit '20c6a03b4f6aee06421329bb002e466621427a43':\n  Convert from elapsed time to absolute time.\n", "proba": 2.68881990450609e-07}
{"commit": "d0dca2c57017be33e54ecf8b4b1cbdab051faca1", "message": "\u91cd\u65b0\u63d0\u4ea4\n\nSigned-off-by: zhouqing <ca16e01269df879fd0274bd3279d1492abb7579c@outlook.com>", "proba": 1.0669623407011386e-07}
{"commit": "7d6218498fd27279dd38973a72063fb0681a08ed", "message": "Added String Process to represent first class strings.\n\nSigned-off-by: Jakob Brandsborg Ehmsen <387ed33cc9ebf98b733caa2520baacd616b28aa5@gmail.com>", "proba": 2.5030237793544075e-07}
{"commit": "65d5105fafd193d2642ba4c42c24e57dc3ef3ccf", "message": "Create FindVowels.java", "proba": 2.703831682993041e-07}
{"commit": "7f35ba84888000c2fddceacb492b8c86f190859e", "message": "new junit test for ApiSinglet\n", "proba": 1.5151380239331047e-07}
{"commit": "40486eec74fe9f2871d07b0cc17ca5c7b664b99b", "message": "compute the id for the destination node in case of archiving\n\n\ngit-svn-id: f6f45834fccde298d83fbef5743c9fd7982a26a3@40441 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999992847442627}
{"commit": "edb0ebe5b5574190581f86daed51fa98813a15e2", "message": "app for download test\n", "proba": 1.9116201599445048e-07}
{"commit": "cdb468677629daf59e2ff2d8e2a45d50d3c8783a", "message": "Acertos na pesquisa de manifesta\u00e7\u00f5es utilizando os filtros de data de\ncadastro e de data de atualiza\u00e7\u00e3o ", "proba": 2.1056156640497647e-07}
{"commit": "b2d933d71e5987c633c63343ecd2355255052fe0", "message": "added PublishService\n", "proba": 2.4322872604898294e-07}
{"commit": "3d0ca54d3e2f6fc614c8677f49c3d20ecc42e083", "message": "Added file header.\n", "proba": 1.342509392543434e-07}
{"commit": "4ac0c49b20d5a810dcdd3c0c6ee4e23c685d1053", "message": "\u65b0\u589e\uff1a\u5206\u89e3\u8d28\u56e0\u5b50\u793a\u4f8b\n", "proba": 1.698269613825687e-07}
{"commit": "a00f1ca0bb3e566476ba1f46883402923eb42bef", "message": "SensorList->SensorSet\n", "proba": 4.938628421768954e-07}
{"commit": "05a688accefc4f2e581e82d9e267fd1a90642e6a", "message": "Added helper class for LogNormalDistribution.\n\nDelegates to apache commons math. But also provides some conversion of\nthe parameters.", "proba": 1.002448328790706e-07}
{"commit": "abe8a2c2ef646fca5b04d5c2f72ab73198aeaf12", "message": "Add internal package\n\n", "proba": 8.830592150843586e-07}
{"commit": "bae3a8f9463f3c068dcfb3f5ef013e73f8fbcbeb", "message": "Chunk optimizations and correction\n", "proba": 2.747485154941387e-07}
{"commit": "98f1ca894053064eec491e080cd2c464f5d69948", "message": ":art: #12527\n", "proba": 1.8689071623612108e-07}
{"commit": "c89efc2b7590d140d2a630d6e6966dc333200ec3", "message": "Added enum for the browser types supported by drivr.\n", "proba": 1.0561743835069137e-07}
{"commit": "1bc879c30c1360da2b2d49419a90a19b49a822b2", "message": "Eliminate assumption that item 1 will be a String\n\n\n", "proba": 0.9999995231628418}
{"commit": "c2ec137dded01f20e4c36f8cd5df43c864eba2b3", "message": "Add DailyService to handle API usage and re-authentication\n\n[#3 tagged:inprogress]\n[#4 tagged:inprogress]\n", "proba": 1.0562892072130126e-07}
{"commit": "7e294b69e9abd22f4db820e3926e003067152869", "message": "tao package baitaplon", "proba": 8.643011142339674e-07}
{"commit": "ebee0542a98c86b30e1b05486ee99dfd96086665", "message": "Create CreateSubscription.java", "proba": 1.046258034875791e-06}
{"commit": "9640b943a57cb482f914c1b648a8446964a05da6", "message": "WIP: personal music video project", "proba": 1.2608990118678776e-07}
{"commit": "bdf01e875c1ef3e22620ab0039087940d8b530a9", "message": "a new object to hold both title and message to update\n", "proba": 1.5216542692542134e-07}
{"commit": "c4b8097a8f018f8828031aac9bf74e8e79722982", "message": "initial commit for Fetch Handler\n", "proba": 1.903611916986847e-07}
{"commit": "994c0996a701e09728d7c1a925d7693080d95923", "message": "SASL wrappers utility class\n", "proba": 3.245083632918977e-07}
{"commit": "b18c8f9261a1267915db2f6aa60cfe4d9bdd6233", "message": "Included clear piece controller for real. Release sounds only play once now\n", "proba": 1.0573636188837554e-07}
{"commit": "7ccdf0b75fbdad4a923eb1b18889827cb3e66d19", "message": "trivial\n", "proba": 0.0005930583574809134}
{"commit": "f2fcfafe6e890b921ee295051fb0a46e239e4a9c", "message": "Add a pseudo-field to collection class to allow flagging of topical areas\n", "proba": 1.5632754468697385e-07}
{"commit": "c476b2d3f66d2e34540c545fb475a3b2f655bb36", "message": "Check that the number of entries in the seq_region_attrib table specifying that the MT chromosome should use codon table 2 matches the number of MT chromosomes (may be several different assemblies)\n", "proba": 2.877555402847065e-07}
{"commit": "7ca85bec0eb58fc175ee2ba18b6234890b6a22f6", "message": "Added Blakes Stop all things", "proba": 1.6924958856634476e-07}
{"commit": "495408a0a09f388eb85be702e93e44007d82e9d1", "message": "hackerrank->algos->strings->game of thrones 1", "proba": 3.2042689213085396e-07}
{"commit": "5559ca6925f17f79708f469325372846c5273619", "message": "Fix generation of props validator function names.\n", "proba": 1.4870403219902073e-07}
{"commit": "f7ce10eb8d40360efaf916036304b11914300828", "message": "delete SaveFileTest no longer needed\n", "proba": 2.24488175604165e-07}
{"commit": "3084a1660cf28f8b1c2a8e4dcbfd503bf533f370", "message": "fixing unit test passing as a result of using wrong schema\n", "proba": 6.103162490944669e-07}
{"commit": "2825bc9e39247f25e5faa05e3af6fa61203fb887", "message": "[VTK-3055] Correctly handle PSEUDO:ALL users\n\n", "proba": 1.3245929153526959e-07}
{"commit": "301da51fa59a944dfbe78d0c8521701a5842e72d", "message": "fixed this lib by bringing WorldProcessor.java from a dead libscene(!) backup\n", "proba": 1.2012023375973513e-07}
{"commit": "5562de1c7ed9c9b867de82d61d3753be090aaa81", "message": "Fix an ugly bug since v1.0.0\n\nImportant!!!", "proba": 1.1046256531699328e-07}
{"commit": "24ef5972cc786a35ff1a05a79d0c5d15d8e27cd2", "message": "Create session verify servlet.\n", "proba": 1.393801909443937e-07}
{"commit": "fc010920562d428a00a82e76a4ae6f1372a067f1", "message": "-Error de la cantidad total de items", "proba": 2.477304974490835e-07}
{"commit": "f429567974a7ec642ad3a3953bc901e21385f542", "message": "Handle player plot button/lever interactions\n", "proba": 3.8116607470328745e-07}
{"commit": "b82ccc2d7ba9d15a9bd6300ede0cddd1195880ba", "message": "ListProperty could act as Set\n", "proba": 0.00032323060440830886}
{"commit": "ef7b66434f44838dcddab474e5b027f986e3e592", "message": "Update with bugs\n", "proba": 2.670932417458971e-07}
{"commit": "910dee4759dd8315d923139c05066ca3f6c18bd2", "message": "Created FileChat.java\n\nSigned-off-by: Paul Hagedorn <228d65e9a155cd2da1c33334ef44d794c88aa75c@gmail.com>\n", "proba": 1.1682136147328492e-07}
{"commit": "3e4b344edcd5a2ad2fad147dc257caf79d50379f", "message": "Commit for heroku\n", "proba": 9.739791266838438e-07}
{"commit": "ac36309505abda118c18928104c7f34892965f7b", "message": "Added synchronization\n", "proba": 1.4131315140275547e-07}
{"commit": "d4c37b2fc223eaf0c0b249877e8f46aeeb8df2fd", "message": "Coding without Eclipse is hard!\n\nBut that should do the trick.", "proba": 1.1813440181640544e-07}
{"commit": "ad0df7fd44d843cb218d5e151b749c9413396d41", "message": "instant respawn\n", "proba": 8.586332000959374e-07}
{"commit": "4b30f8c1c417b62847718cea532b19b5291fac58", "message": "New class to handle Staff-based coordinates\n", "proba": 1.2899808154998027e-07}
{"commit": "cddd02102a628ecfb024ed9c904c09269a227238", "message": "Added double window", "proba": 2.1856344289972185e-07}
{"commit": "2f0c7135f35caf3b692f22c8936eb112e05f4927", "message": "testing commit after the relocate svn url\n", "proba": 4.3649089320751955e-07}
{"commit": "ee8619c97d2348031b42438dad93114577567f18", "message": "code cleanup - close stream", "proba": 1.436853267478e-07}
{"commit": "26c951e7b085b4c34917c4a52a8effb47546bf95", "message": "I pressed enter by mistake here\n", "proba": 5.059150112174393e-07}
{"commit": "30d8f6b65a15f1551068e5885817440d7511f206", "message": "Interop work for passing fault data.\nFor use by Tom, Glen and Sam (maybe Dims?) for interop round 4 work.\n\nThe stubs now register fault information in the Service.  The runtime uses\nthis info when creating the exception for a fault, doing a lookup on each\nelement in the fault details to see if its QName matches an entry in the list.\nIf it does, we deserialize the element in to an object and either a) use this\nobject as an argument to the Exception constructor or b) this object IS the\nException and we use that.\n\nOn the server side, each emitted fault has a writeDetails() method which knows\nhow to serialize its data.   This is called when serializing faults.\nThe default AxisFault implementation of writeDetails() does nothing.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@248302 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.591871978234849e-06}
{"commit": "02989462b8ff2c9404e6a8c63c8dc56299de7311", "message": "This file was accidently checked into HEAD instead of interop4\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@255378 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.0983130778186023e-06}
{"commit": "1b99da61b258df6b21df80ea1301081a7229c034", "message": "Auto stash before merge of \"test\" and \"origin/test\"", "proba": 1.0591762134026794e-07}
{"commit": "5e01672f9366239fa4b9c3439791e8a6fef66c3a", "message": "[rubbos] (new:major) Added to repo the class implementing the 'comment' database entity.\n", "proba": 9.935304490227281e-08}
{"commit": "1b5e7a5195feb0227da99a146dc68712638265ca", "message": "add an int counter ds\n", "proba": 8.222275937441736e-06}
{"commit": "0736ba48240174532ae49eb0158965582656e73e", "message": "Adding integration testing tools.", "proba": 1.4541731729877938e-07}
{"commit": "7797a5c5bcbef6b6eb2ccef2644b39a432e6accd", "message": "Add initial CliContext tests.\n", "proba": 1.2062177745519875e-07}
{"commit": "ffecffba76354dd29ee50d1f81330fa89067b748", "message": "[openapi] Add Java annotation example\n", "proba": 1.7187471712531988e-07}
{"commit": "d8e2c7a20fd7d9d9aa210b5dbe0169e27dcb89d8", "message": "added end2endtest category, updated pom.xml to rely on that\n", "proba": 1.073093187642371e-07}
{"commit": "1f667d9f64f8c0bea9331e2d40f66b328b413f71", "message": "Enhanced to have a user preference for the look and feel.", "proba": 1.0334530742284187e-07}
{"commit": "29f1013263694be53b93908e545f77c1b6caab0e", "message": "Tmp.java\n\nTmp.java", "proba": 8.265054930234328e-05}
{"commit": "dce8825c8dc4a4c12bcc72468993235dfc140007", "message": "filter out reports with canGenerate() since it is not done in maven-report-exec any more\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1598434 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.65046344086295e-06}
{"commit": "f4ca2ad06e85151ef15617c900b910a48be90dba", "message": "am f55e3222: Merge \"Fix issue 2622023 Clean up all hardcoded \\'/sdcard\\' in camera related codes.\" into kraken\n", "proba": 1.2114901437598746e-06}
{"commit": "dffbedd9e2cb2a261bca3573a3aec1625fa7247b", "message": "added/merged\n", "proba": 3.4268180115759606e-07}
{"commit": "2b98cd8d3df00c3e05fb6209a748ae40fc9f8e2b", "message": "mobile (android native) refactoring project\n1) cleaned up formatting for the debug log\n", "proba": 1.9301184295272833e-07}
{"commit": "ee1babb2cd2b72a23dd6ed8cf77182aa30569732", "message": "cdma broxcode v2\n", "proba": 1.2784377759089693e-05}
{"commit": "2331ceb0096ad5b62141d81966f7cb134d72a53a", "message": "Added.\n\n\ngit-svn-id: 6c0206e3b9edd104850923da33ebd73b435d374d@623214 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.475625238839712e-07}
{"commit": "719b4fd0676241008e20f2b1e6e6b318e51b1d6d", "message": "Info do Path", "proba": 1.0979214266626514e-06}
{"commit": "4d76b3dae36a5989a8184d9a7bb6a222e2c0f2f9", "message": "Remove unused import\n", "proba": 5.658957888954319e-07}
{"commit": "44db1ff0f1517b6042e1e1adfcada2e1d3d2a08f", "message": "avro-generated Message class\n", "proba": 2.5198613684551674e-07}
{"commit": "fbf99b44a5d5e6ce16b97a8a687245f206a3cdbe", "message": "\u2014\u2014Incomplete\u2014\u2014 Chapter 3 question 2 method 2\n", "proba": 0.0007222834974527359}
{"commit": "0f10349addab8799d0c90c9d8c9bc9906f54804e", "message": "Insertion sort\n", "proba": 3.041491936528473e-06}
{"commit": "325f4eae7ffcaf7ff13fae1893e08b3cf366025d", "message": "Refactoring\n\ngit-svn-id: ab653825c7e3cdfecfd8a0724cfdec44aa635e33@185 0cf59fa1-751c-0410-8529-da8c0b0e53fa\n", "proba": 0.0001009658444672823}
{"commit": "3ef39dc7113ec2e1a855b3ad76a183b346d4f9f1", "message": "restore IP Address\n", "proba": 3.9994426970224595e-07}
{"commit": "6eed108eeb66d123c47e7066d23738ca8dd8bdd4", "message": "Revert \"Fix LocalePicker background\"\n\nThis reverts commit 6bbea8cf4252839d0c6f2a3152f506a7b2b2d753.\n\nChange-Id: I430c725c8e5987fb643528594ef3a9a83827e7be\n", "proba": 8.112647265079431e-07}
{"commit": "6f9dcae916ed86fbc9b9ecd48aee563c730932ad", "message": "Fixed NFAA\n", "proba": 1.6851256532390835e-06}
{"commit": "5040c16fe29b56f3bc9deee249adc15906fb5270", "message": "Create drawerlistadapter for drawer navigation - DrawerListAdapter.java\n", "proba": 1.631338903962387e-07}
{"commit": "efac6e190237371025bbfbb51ffb9f69c01c177a", "message": "am 76eb1a25: Merge \"Revert \"Make the SyncManager timeout syncs if it takes too long to bind to them.\"\"\n\n* commit '76eb1a251808438771a237a92a0ab0903baeea7e':\n  Revert \"Make the SyncManager timeout syncs if it takes too long to bind to them.\"\n", "proba": 1.6764444410455326e-07}
{"commit": "65757382519f08a242935f5a0af4ba993bd5307a", "message": "am f8ecaacb: am 571730b4: Merge \"Corrects a typo that identified XXXHIGH as 560 dpi instead of 640.\" into lmp-dev\n\n* commit 'f8ecaacbfd77cdb0b2aa1fb0918243691415c86e':\n  Corrects a typo that identified XXXHIGH as 560 dpi instead of 640.\n", "proba": 4.591955757859978e-07}
{"commit": "eb14ccf0202b3050830523865e147b2dcfa819ba", "message": "Revert \"Allow Views to specify a theme override\"\n\nInheriting the parent view's Context breaks RemoteView inflation.\n\nThis reverts commit dd9233253b88d86473403d5b63c72e223b5e40bd.\n\nChange-Id: I1c9a940a31169cd42b7356ad58548597a2efbb24\n", "proba": 2.398020569671644e-06}
{"commit": "e5700b6b31a3287f99d0460068f5db42a4ca2979", "message": "Add java solution for 2. Add Two Numbers\n\n2. Add Two Numbers: https://leetcode.com/problems/add-two-numbers/", "proba": 0.00033122432068921626}
{"commit": "ce6e952cd2026dae30d1ccc13c118c375eca99e4", "message": "am 91622961: am f6215e55: Fix the build\n\n* commit '91622961171c5710a36a4123e2c8f406b026f51a':\n  Fix the build\n", "proba": 1.0373865961810225e-06}
{"commit": "918f88696668e66de4eb72dabf16a5ad68cc0cc1", "message": "Revert linear layout weight distribution algorithm\n\nEnsures that weight is fully (though not necessarily evenly) distributed.\nPreviously, we could end up with extra undistributed pixels at the end.\n\nBug: 27690033\nChange-Id: If3db83f33145500fa8be006f373c54297733e76f\n", "proba": 2.161053998861462e-06}
{"commit": "75107bae9ee27d578d78233d70878de7e316595c", "message": "[Java] Filtering iterator\n", "proba": 4.203560592941358e-07}
{"commit": "6089d32e476cd697ad0e2792421b972c4a2dc696", "message": "Move instead of copy", "proba": 4.014678722796816e-07}
{"commit": "65ed766ba248447aff0d62bcd2b331ac7cc025d5", "message": "Fixed density for UniformRootPrior with dated tips", "proba": 1.1115431419739252e-07}
{"commit": "7dd843d5dd5d427887ef0ac4a06201a07925f963", "message": "Issue 52 test\n\ngit-svn-id: 3d5cc44e79dd7516812cdf5c8b2c4439073f5b70@1228 3b38d51a-9144-11de-8ad7-8b2c2f1e2016\n", "proba": 1.4402721149053832e-07}
{"commit": "5fcaa7e6b2dc1e337df370362d27cff43c98b946", "message": "Action to check dataflow\n\ngit-svn-id: 10833e805afea9e5a6509b27c1b8b6924566be5c@10674 bf327186-88b3-11dd-a302-d386e5130c1c\n", "proba": 8.619995242042933e-07}
{"commit": "dabf889c2f704cd4e440380f4cfde5b01015ea6d", "message": "Javadoc\n\ngit-svn-id: ab5bf4358eb1d1206b526f2c2b4833398a5928e7@492 55fde302-37b5-4f85-817a-e5eb813054a9\n", "proba": 1.727042899801745e-06}
{"commit": "15429d10fae5e5d72c5623730a2064d356d47ad7", "message": "In the process of adding MenuWindow code listing for Module11\n", "proba": 5.727974325964169e-07}
{"commit": "a0319cb5c48a36953eff33664a429dc1a9c6dbda", "message": "Adds Soundtrigger Stub HAL Fuzz Test\n\nChange-Id: I7035a6332c93f2630b0114dc6930e66f89cc86cd\n", "proba": 3.431896971051174e-07}
{"commit": "c41dc32e0d899f9385ccd1d2869f78fbe47b0c15", "message": "Fixed getSize() for String arrays\n", "proba": 1.0301994279870996e-06}
{"commit": "2468a9229bedff1b6bb25149deca2038c1a30e66", "message": "Add explanatory comment\n\n[none]", "proba": 8.750331517148879e-07}
{"commit": "8a4549b22fa5811c0ab23ddf51fa9f46625e0a50", "message": "JUDDI-716 adding TCK tests for digital signature projection and for various signature options, adding to tck-runner. new configuration options\n\ngit-svn-id: 78f1a4f4f5508b22b762fadacf3de42e47fdef3b@1557305 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.95255887294843e-07}
{"commit": "ee2ac3f7769d0e708b82852c6415db8ca53e5228", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "d9bc110bbc6ee5211fe91249aa7a6fd95325a69c", "message": "SmartTokenizer hinzugef\u00fcgt, provisorischer Ort, muss nach Utils.\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@348 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 2.0432801193237538e-06}
{"commit": "4ce6e44bb4500daeb8be90d82c27dd9761496543", "message": "Trying the slightly hawkish AppBlade.rootDir to get customParamData without Context. If this works we'll refactor everything around it. If it doesn't then I've no idea how to get customParams into crash reports.\n", "proba": 1.1317511194874896e-07}
{"commit": "cf70235dd9cb256ce0d5669326937a38c6d446af", "message": "Create PrintServer.java", "proba": 1.5957539289956912e-06}
{"commit": "af8d7a9d06aa94aafe9548b9cd8a36409c841fe0", "message": "circular algo.\n", "proba": 2.2683427232550457e-05}
{"commit": "695094aa2619c8aeb881656085754dade470cc4c", "message": "implement post parameter for string request\n", "proba": 3.800484762450651e-07}
{"commit": "13bcb396b756c884ecb546ce6eefc91e41e81471", "message": "Added a communityBuilder class which builds communities from a twitterNetwork\n", "proba": 2.2625533802056452e-07}
{"commit": "7eb5bf0caf30dba4ccda861adaffe9ab1171adc8", "message": "Add MutableDateModel\n", "proba": 3.931422440928145e-07}
{"commit": "da481b410110d510d0a32a87c9ddf796e1b06e6f", "message": "add Find Minimum in Rotated Sorted Array solution\n", "proba": 1.6047444262312638e-07}
{"commit": "7f64de77955057d2694deea2e28cbc6a269c54b2", "message": "Added a task that takes care of internal link rewriting upon\ncut'n'paste.\n\n\ngit-svn-id: f6f45834fccde298d83fbef5743c9fd7982a26a3@41570 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00015803019050508738}
{"commit": "7640c38af749fbca4a63282bf458c7cbabe76f15", "message": "Update BiomeSelector.java", "proba": 2.621516159706516e-07}
{"commit": "0b72439e1fc1ce136962df30087cf5186490a2e5", "message": "Deleted main class.\n", "proba": 1.3051942460151622e-07}
{"commit": "46052c79b90eec835f71d73d746d48041d631414", "message": "Adding Interface Member.\n", "proba": 1.331421799477539e-07}
{"commit": "dedb37d2084255454a08f295c0b1848649048b77", "message": "Improve Arguments boundsViolation error message.\n", "proba": 2.1407782924143248e-07}
{"commit": "cc1fb39b1dbd521c5ade7bd1fa26f6527be36b46", "message": "NIOUtils.getDirectoryStream\n", "proba": 1.331954308625427e-06}
{"commit": "22c32add4b2eb1d0df190c0a527438c557214c4c", "message": "prime number\n", "proba": 0.6770456433296204}
{"commit": "26c4e9684f17ba90ad2d7fda10c82c22632c21e2", "message": "Errors extension.\n", "proba": 2.0248235443887097e-07}
{"commit": "20fa2f69f837d8b485e49c0c24e15078fc4c8f1d", "message": "AopFilterDelegate", "proba": 2.5729941626195796e-06}
{"commit": "796964dab5b16ae65cfe35f21ce4f2c11c6c8f25", "message": "Simplify RequestLoadListener\n\nNo need for async event handling, and remove unused status code map.\n", "proba": 1.0864012267575163e-07}
{"commit": "aaf4c7616f362d40e81e470ba73665184e090801", "message": "Added check in post controller for upvotes\n\nprevents multiple uproots by one user\n", "proba": 1.7547837671827438e-07}
{"commit": "dcae7e18afff1d489d01b0d7c65fba95f7141df8", "message": "minor change\n", "proba": 5.548630497287377e-07}
{"commit": "f2e8b237684098281c4167609d6386e0fed8c897", "message": "Fix indent on soak runner.\n", "proba": 1.351633045487688e-07}
{"commit": "0bf9604f09aa391500c95a30c093741b822c2380", "message": "new test from Mark\n\n\ngit-svn-id: 5afc437a751a4ff2ced778146f5faadda0b504ab@479 75d07b2b-3a1a-0410-a2c5-0572b91ccdca\n", "proba": 5.217902980803046e-07}
{"commit": "6e8d44fb08aca0f46767abfb635387f8f8f28dcb", "message": "added sql stuff\n\n", "proba": 2.1010282580391504e-07}
{"commit": "277745fff1b26f01ed42587b8acea8224ffc42dc", "message": "Create Cell.java", "proba": 1.1977241456406773e-06}
{"commit": "1a173d401ce7b0b52db5148dfeb68e7066f18112", "message": "Change package name to SoSModelSlicer\n", "proba": 7.005455131547933e-07}
{"commit": "73d9c07657d72b5648e2637536e2bd20858bbcf9", "message": "Local loop variables Jebaited\n", "proba": 1.372304495816934e-06}
{"commit": "6dd6aac9ef75ed336711a5d69e90e3fccf98ff9a", "message": "am 099003bd: am 664eddfd: am 4dd56c93: TIF: Add more documentation on start/end time of TvContract.Program\n\n* commit '099003bd20108ee5f2c5cdd00b78fc1779385714':\n  TIF: Add more documentation on start/end time of TvContract.Program\n", "proba": 2.1120271753716224e-07}
{"commit": "ee46b66a11c95f9d2024002711bb848884c63bcb", "message": "Add MonolingualTextProcessorTest\n", "proba": 4.238437156800501e-07}
{"commit": "ba8a8f544924dd9b52c33d87baa61af0fe5bf601", "message": "Main game file", "proba": 5.009850951864792e-07}
{"commit": "34b8a73ce1d837e363c7be481a140f4d0b531b18", "message": "StringDemo", "proba": 7.221353371278383e-06}
{"commit": "a04abea8199dd744d5c7027a0fc20c2eb9417921", "message": "Created Station entity\n", "proba": 2.288638683012323e-07}
{"commit": "83da23bb08ee2dca4cfdb6fb5716b38b0439e31c", "message": "Implement application entry point.", "proba": 1.8877929619520728e-07}
{"commit": "68a8ff114be5c8c69e7f29dae168a3db221bbee0", "message": "Removing invalid ref to removed playhist command\n", "proba": 3.096757836829056e-07}
{"commit": "0f181be08524309b3abbb4636b398d1d7ec5244e", "message": "SAK-40392 Lessons: text displayed on subpages with hidden pages (#5952)\n\n", "proba": 9.91487780765965e-08}
{"commit": "320de4b982fd568998790e99b13e5e549205959f", "message": "Copied Intake class from 1241's code. Everything between these two classes should be the same as the intake mechanism is the same on both robots.", "proba": 2.368193179336231e-07}
{"commit": "50c5fdb83ab183af9ade72290ee568e1e52b4475", "message": "Create the BasePageObject file\n", "proba": 5.302211434354831e-07}
{"commit": "29119b07b79fecfadefcad0cdd57eaed21086c31", "message": "am 9069fdda: am 8f1ee1d8: am 8766bdcb: Merge \"Fix parsing of old-style intent URIs\" into lmp-dev\n\n* commit '9069fdda36d076f69e7316bc79a17486c3100e62':\n  Fix parsing of old-style intent URIs\n", "proba": 2.917325616635935e-07}
{"commit": "be3feda46eac18a05aaea47d7ef34b611f8be6be", "message": "Do not show soft keyboard for readonly textfields.\n\nPart of a fix for http://b/issue?id=2159869.  The request to show\nthe soft input has been moved to nativeTextInputMotionUp, where it\ncan check if the input field is readOnly.  This way it is also\nhandled by shortPressOnTextField, for when a user shortpresses\non the field.\n", "proba": 1.214939970850537e-07}
{"commit": "9a68f82f3730432399618bf2e4f73208f84dc87f", "message": "Add super_onDrawVerticalScrollBar to WebView.PrivateAccess. DO NOT MERGE\n\nCherry pick of master I210dbab01c8b8d1eeff316a23c5d011e2e6c2a74\n\nThis exposes the super_onDrawVerticalScrollBar method which will\nbe called by the WebViewChromium implementation.\n\nChange-Id: I3fe348633c163514e67b7712f1e9a086dee3d338\n", "proba": 7.750759891678172e-07}
{"commit": "95afb3b11abfdedc4ed6c0e2c39678b58f96b0d9", "message": "Update WebView#loadDataWithBaseURL documentation. DO NOT MERGE\n\nTrivial cherry pick from master, see\nId1182537e073a9dd7746e23eec20accacedd9fc8\n\nhistoryURL must be a valid URL.\n\nBug: 7907196\nChange-Id: I1f32a9bda4ae627f242b2533eca18aef3ba25411\n", "proba": 2.4072453470580513e-06}
{"commit": "e3844eeb349b9aa9437be6c43b0e1ecc151f6bd1", "message": "Focus the IME on WebView when no textfield is in focus.\n\nThis is to fix a particular case where the navigation cache\ndoes not recognize that a textfield is now in focus.  A message\nwas sent from the WebCore thread telling us to open the IME on\nthe textfield.  Open it with the WebView as the served view.\n\nFix for http://b/issue?id=2457459\n", "proba": 1.8589580008665507e-07}
{"commit": "b5cd8c0a8115004c6ed2a773c05ad3d4284eb432", "message": "Fix for bug 8577776 Throw exception if app calls WebView used on wrong thread\n\nMostly copied and pasted from the bug report.\n\nChange-Id: I57cd19961f51fce266025d76ad9273a24f629c5b\n", "proba": 3.6690204296974116e-07}
{"commit": "e29d313e95820d31713554fab73aa4246f419461", "message": "WebView doc: explain persist js across navigations\n\nBUG: 28207652\nChange-Id: Ib33f029c2cae6c1482c0c951075275e9f96ae73c\n", "proba": 5.38545634753973e-07}
{"commit": "75a03f9a3c142f935f6242822ebe66e21f2c56fd", "message": "use getTitleHeight for measuring\n\n    Bug: 3473996\n    change getTitleHeight to be protected so that subclass\n    can override it\n    use getTitleHeight for rendering\n    use getHeight for clipping\n\nChange-Id: I6e9a85d88eba176886e53b260d02082d26b410d8\n", "proba": 5.438762968879018e-07}
{"commit": "4c0be9dafcb1a6570302dea2efd92d24fc9cb0fa", "message": "Made covariance generic for different data types.", "proba": 1.127399045230959e-07}
{"commit": "2ebac69419c5ae9b439178424482ae5ffd3a7e0c", "message": "Fix bug 3334437 - require an adapter to measure dropdown content width\n\nChange-Id: I357a2db66db121816091921e47708140958ad507\n", "proba": 4.5002457227383275e-07}
{"commit": "abbc283ba7d01a35789123a6e737bdbeca5e2fac", "message": "Add KeyPay", "proba": 3.2730906696087914e-07}
{"commit": "815171686b71f7ec8e0bc2394e49455a5876eeb1", "message": "Test Commit\n", "proba": 5.652663617183862e-07}
{"commit": "1da6ce9bd78fabaa81ef525f7f4d7100ec588ea0", "message": "Fixed unknown and very weird bug with Card ImageView visibility\n", "proba": 1.3079878158350766e-07}
{"commit": "06876a8be69b3ff3f030c50683909746e1463912", "message": "runelite-client: fix Use tooltip arrow not being displayed\n\n", "proba": 4.571811871301179e-07}
{"commit": "3f92ffc369c31c98620e22b66366adb93c60a5f8", "message": "Invalid active window if temporary disabling accessibility for test tools.\n\nIf accessibility is enabled and a test tool based on the accessibility APIs\nconnects to the system we suspend the current accessibility services while\nthe tool is running (to avoid inteference as the tool is such a service) and\nafter the tool disconnects we restore the accessibility state. The issue is\nthat when clearing the accessibility state we were also wrongly clearing the\nactive window. We are now careful to not clear the active window in such a\ncase.\n\nIt is also possible that the active window was never initilaized before the\ntool is run so now it is lazily loaded such that if we do not know which one\nit is, we get the one the has input focus. The definition of an active window\nis the one that has input focus or the user is touching.\n\nbug:17663432\n\nChange-Id: I8868866a5126c590d3bddad099ababb97978227a\n", "proba": 1.334815465270367e-06}
{"commit": "6cda1b3fd20443e2114910ed04fa4b53449ae4f3", "message": "am 6b491b64: Merge \"Invalid accessibility state if UI test process crashes in a bad time.\" into lmp-dev\n\n* commit '6b491b64ba7200a85199452b6a7f99c777105f22':\n  Invalid accessibility state if UI test process crashes in a bad time.\n", "proba": 2.4104102180899645e-07}
{"commit": "0ee1d87c38344979a273e1a2c7f68f8d075f3ccc", "message": "am 515f14d4: am b22552c3: Merge \"Send accessibility events with no window.\" into lmp-dev\n\n* commit '515f14d4659626ebf8381a5cc2d6a44063d30b42':\n  Send accessibility events with no window.\n", "proba": 2.1717757192618592e-07}
{"commit": "a0346887e7c1460965995c9d5219a0414f65367f", "message": "added Hybridization.java\n", "proba": 2.0583659932071896e-07}
{"commit": "91a4f32703594724f7fdd3bc7b8ae7901fc9e352", "message": "Add a failing test for #463 -- fix will be in Woodstox 6.2.5 when released\n", "proba": 1.305801760054237e-07}
{"commit": "456dbf306231cee1386cbad60cd38b5ff1589b7e", "message": "initial import\n", "proba": 6.214378913682594e-07}
{"commit": "f8fb6e73410091c6ff42ee116086ddb3495813c6", "message": "Refine `ConcurrentLinkedHashMapTest`\n", "proba": 2.086581361027129e-07}
{"commit": "e73d11bb3ba6d5e5889265d46acda66044899ce3", "message": "Done Chapter 04 / Exercise 13\n", "proba": 1.23530170981212e-07}
{"commit": "9b49e1dfbe36421c2faec4086023f148d4926060", "message": "refactoring: removed some dead code in RP_IndexServer\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@9534 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 1.0181692232436035e-05}
{"commit": "80c5a1453b2fe2f3e1cd9e19b87bef094e3f309e", "message": "Removed hardcoded breadcrumb references in JsonDatumSerDe.\n", "proba": 1.201575940967814e-07}
{"commit": "ec0f8337e0fff6bcbc357975dfc35ed07ce42149", "message": "EndingDialogue buttons are square\n", "proba": 8.027038347790949e-06}
{"commit": "015588adb0500f22fe089732b59b4be53f6feddf", "message": "Validate Stack Sequences\n", "proba": 2.412789172012708e-06}
{"commit": "924c95590d608a9a1ced39efc3007f393bdb29a3", "message": "this is a base class for tests that want to extract info from the junit invocation. We could even add test helper classes here too.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@248599 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.251701633009361e-06}
{"commit": "8f28d624e41df55d240f80498597e90d35c9707f", "message": "Add more logging in DataStore\n", "proba": 1.6105106226405042e-07}
{"commit": "f86e0b4c42b14faa8644a5f5e2f1a24bb3650c0f", "message": "Fixed MessageNode committed with debugging helpers\n\nSigned-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>\n", "proba": 1.2257282833161298e-07}
{"commit": "4e54ad5c5eda15f5935abf8dd4ad26724590fdb7", "message": "fix travis", "proba": 1.8320530443816097e-06}
{"commit": "8662c648df5fe1d8fc6e61395825d96d8d159228", "message": "add #1603\n", "proba": 5.179904860597162e-07}
{"commit": "31152a5f7295654db273467df89c348a5e4b4bd4", "message": "URLListCompare.java GUI class added but only limited tests run\n", "proba": 2.0168737080439314e-07}
{"commit": "d218189c6fdcca0c3b32b7ccf6ce9376c7d84679", "message": "(Climbing Stairs) [Accepted]\n", "proba": 2.1665708516138693e-07}
{"commit": "78f3e6ed5a09a5709d80bed3d226fd4c7bfe76bf", "message": "Class for handling notifications\n", "proba": 1.3960288924863562e-07}
{"commit": "7285a5335a042ede0b7a0502e6595bc6dd6eb3ea", "message": "fix quantify constant\n", "proba": 0.00023777126625645906}
{"commit": "0b67774fd7d5396c496378a950dfa1db1d95971b", "message": "Added support for message attachments\n", "proba": 1.4794979108501138e-07}
{"commit": "fb2b21b3eb1992af79505ec1a61d36accc1ae2e7", "message": "Update GameManager.java", "proba": 7.162316819631087e-07}
{"commit": "9452295764693a4584963ecbb9c592907cb14d30", "message": "PDFBOX-3537: Create example of AcroForm creation with field that has two widgets\n\ngit-svn-id: c3ad59981690829a43dc34c293c4e2cd04bcd994@1766085 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.064162789698457e-07}
{"commit": "0af8890b1ad4599668722bc3f9f326bc4cbfe608", "message": "Add file which was accidentally missed during commit of HDFS-4346.\n\n\ngit-svn-id: 18f68cb356f2bf53a217c39a7af1470588d83bce@1428560 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.562139671790646e-06}
{"commit": "d47761ea869f3fcaee18c5a25d1d79e4173b84a3", "message": "am b01e10c5: There is no @note javadoc tag.\n\nMerge commit 'b01e10c5bc0a29d1b0da96783b6d1582baeb2af2' into gingerbread-plus-aosp\n\n* commit 'b01e10c5bc0a29d1b0da96783b6d1582baeb2af2':\n  There is no @note javadoc tag.\n", "proba": 4.640239058062434e-05}
{"commit": "e23d47ea8ac591709b30e3f7c6993f3a8b4163a6", "message": "Create Main.java", "proba": 1.9291887838335242e-06}
{"commit": "38c305feba8ad2f1248e057b3cb2f6f39aa7ef72", "message": "remove done stuff from todo comment", "proba": 1.8820801983565616e-07}
{"commit": "7844f041e31464bbd3935d0c273222bb9cf88ab1", "message": "Added the LG model of amino acid evolution (Le and Gascuel, 2008).", "proba": 1.0130738559155361e-07}
{"commit": "8fd53a829473636e971c624c4e2cb625eccad16b", "message": "Added tool for json object sequence files\n", "proba": 1.849989672564334e-07}
{"commit": "1221914ccd75c002c0d372d9cd2c0ba84405245d", "message": "Cleaned up a bit", "proba": 4.096313830359577e-07}
{"commit": "a9d609f6c5a2cc9f594728be27e0967e614094dd", "message": "Removed final modifiers int test class methods\n", "proba": 2.387226913924678e-07}
{"commit": "f223ea8cb3d196afc976cfe0fe52eddb933f2d19", "message": "o be sure that dir exist\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@746972 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.445940812227491e-07}
{"commit": "e90396dc5e1a3771f1a67b2eaa1f6e9fa90e4ff8", "message": "Create PassengerShip.java", "proba": 1.0556542520134826e-06}
{"commit": "c8efd2a8fbcb5f5d402278a8544064519b760099", "message": "Create VowelLatin.java", "proba": 1.9637541299744043e-06}
{"commit": "301c9e7c3e40995399625c9fc440b2c1a7b71781", "message": "Some clients to test the api\n", "proba": 1.3731538217598427e-07}
{"commit": "26d27101d22fd68655574eac933a4e6ccbdad594", "message": "Legion Klasse erstellt.", "proba": 1.6290006499275478e-07}
{"commit": "d11c47eb1bdade78852c5f66ba5072321eb04499", "message": "Knapsack", "proba": 0.00011181609443156049}
{"commit": "09808a2d68fd03c6caf54e99c752ca96203602f8", "message": "Add PropertyConfigurator\n", "proba": 4.1423317043154384e-07}
{"commit": "8d7e3247e167110cf711fea48b6bc4439346ecc0", "message": "\u7eaf\u5c5e\u4e3a\u4e86\u6d4b\u8bd5H2\u7684\u4fee\u6539.", "proba": 1.1396261356821924e-07}
{"commit": "378a081d468185a915e5c492493e9dcec2ea1e40", "message": "\u0423\u0440\u043e\u043a 2 Scanner\n", "proba": 1.3356159911381837e-07}
{"commit": "27d45f407ae3c1a55c1ba67b5c7c211cc58f0839", "message": "\n\ngit-svn-id: http://swe-common-data-framework.googlecode.com/svn/common@165 4a6684ca-5c49-0410-8270-e1cb95179ea8\n", "proba": 8.506434028276999e-07}
{"commit": "528155eeccf4a6087591907ac5c776ba63c5ff68", "message": "Rename module's context\n\nSigned-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>\n", "proba": 1.2532338189430448e-07}
{"commit": "fd90ede337916f1dd829baf353b69645141b1c91", "message": "am 79a4cb7b: am 16bef48d: Merge \"Add support for tel: links in captive portal app.\" into mnc-dev\n\n* commit '79a4cb7b18f92d9a6adf774818ac7dfe9d8b8cad':\n  Add support for tel: links in captive portal app.\n", "proba": 2.0690606561402092e-07}
{"commit": "cb5d6c2bf577c0889adc28c06475b5ec22f027da", "message": "[flink] add test case for Runner registration\n", "proba": 1.2771511137543712e-07}
{"commit": "1a4f99d1f78d02fea0a2457cea0b51e2caa527c0", "message": "added SemanticPluginVersion class\n", "proba": 1.5346888915246382e-07}
{"commit": "e24e910098bdca3ef5e83639f207b2884143ad17", "message": "VTK-1861 Fix regarding titles starting with space\n", "proba": 1.4025810912698944e-07}
{"commit": "d0f827aac50ba8b85042dec9b56244a4d731bc19", "message": "Revert \"Fixed layout of run page\"\n\nThis reverts commit 988d453a58896a3bab08e497c118d66627707c32.\n", "proba": 1.1025501578387775e-07}
{"commit": "11f08746b4b008ab5df5a172a8785f301412271b", "message": "Fixes\n", "proba": 1.5615976280969335e-06}
{"commit": "392900aa9b598221fb4a698baea68451b05bbc31", "message": "EmptyCharacterExtractor added\n", "proba": 2.7602251861935656e-07}
{"commit": "dc30827c8052a25c4dc1f27523ec15f74c9b05f6", "message": "http://jira.deutsche-digitale-bibliothek.de/browse/DDB-136: ddbIsisId als Ingest-Id benutzen\n\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@10943 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 2.79718392448558e-07}
{"commit": "3319d081f1cadde9d93050659a7a66b63aec803f", "message": "Cleanup\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@8558 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 6.243665211513871e-07}
{"commit": "bb066207ee17595cf0372cdf4e15f54313d67168", "message": "Make MindexTest.makeBody() public for use by other tests\n", "proba": 1.5467699654436728e-07}
{"commit": "8078016a291b855277a16a675d924c1a21aa7481", "message": "changes\n", "proba": 8.874663762981072e-06}
{"commit": "2e6d73025c2153e913b68ae3eef1b50ed02e9e80", "message": "different teardown of postgres embedded\n", "proba": 1.647627669854046e-07}
{"commit": "402a4fe874a78a204a5cc3db9590bfe3601060d6", "message": "Add Java Loops solution\n", "proba": 3.2175523756450275e-07}
{"commit": "dd56e9a331bfc195d7dc581ab665dfd87dd1df59", "message": "[ADD] Add solution of 1-8\n", "proba": 8.67503786139423e-06}
{"commit": "da5ed2d195818c973f8930e01f8e2a7b227f211b", "message": "Add: TestSystemOperator to test the ^system op\n", "proba": 4.752096458560118e-07}
{"commit": "1daf614d557169474f9364fa4563ad9eaca7c269", "message": "4..7 \u043f\u043e\u043f\u0442\u043a\u0430 2 \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u044b\n", "proba": 1.84106809797413e-07}
{"commit": "97dd2dbc358a3e9398961ca4b5864a1d969339ff", "message": "[added] super jumper android sources. what was i thinking? Thanks Haffax for reporting.\n", "proba": 1.1276259215264872e-07}
{"commit": "13ca7b518dcc31d735bcbcc848168bff3723033e", "message": "Clear InternalPartitionService.shouldFetchPartitionTables flag on reset\n\n`shouldFetchPartitionTables` flag should be cleared during service reset.\n", "proba": 1.1120521037355502e-07}
{"commit": "d95343d132bb1d1d3c69b6a7f4e685a19718dee8", "message": "add Top K Frequent Elements\n", "proba": 1.32102400129952e-07}
{"commit": "9abe0f57e1d5c77f50d6fc50252fcc18cd4a627c", "message": "Created AbstractMoves class.\n", "proba": 1.1259570698030075e-07}
{"commit": "677fea6aa0c3a706c998c3574a4981cff0788904", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@921 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 5.822911930408736e-07}
{"commit": "c13485177f0afc654da94937cdea9400e6d1db32", "message": "add webserver for java\n", "proba": 9.822090305533493e-07}
{"commit": "55cec78920523dc4109f2ae24fdfba9966d358bf", "message": "initial import\n", "proba": 6.214378913682594e-07}
{"commit": "ff4aaa7e96f5a4d08e87608055d466207ca2ebab", "message": "SDC-14050: test_kafka_origin_standalone.py::test_kafka_origin_timestamp_offset_strategy fails on secured cluster\n\nThe problem here is that the 0.11 Kafka consumer that is used as a base\nfor all Kafka consumers 0.11+ (including 1.0 and 2.0) have a concept of\nauxiliary connection that isn't properly setting up the user provided\nproperties. Since kerberos is configured there, one can't ignore them\nand must include them in the auxiliary connection too.\n\nChange-Id: Ic0ffd3f109b2c8436094bd6a4bfc2115df51baf9\nReviewed-on: https://review.streamsets.net/c/datacollector/+/30778\nReviewed-by: Karthik Iyer <cb4abed6c07c79e2deeb7d5895ddc855894ab403@streamsets.com>\nTested-by: StreamSets CI <809627f37325a679986bd660c7713476a56d59cd@streamsets.com>\n", "proba": 0.999144434928894}
{"commit": "153356090e886fdb7cffe96d7bff62d75019a861", "message": "Create SingleCreateImportEmployees.java\n\n To generate employees' info and insert it to MongoDB and also write it to a JSON file in single thread mode", "proba": 2.7769542043643014e-07}
{"commit": "3983c7bb1cbdfe5290cea7be6d710b061213f8f2", "message": "Criando testes unit\u00e1rios do DocumentoRestAdapter.", "proba": 1.1019573520343329e-07}
{"commit": "5e6da6088e4386f84f40b7dc571be3021f685914", "message": "for #441 needs docs", "proba": 1.2995380416214175e-07}
{"commit": "a8bb3823b871b2268d3b5522fc35a9d246fc18ef", "message": "Th\u00eam thu\u1ed9c t\u00ednh contractRenewLimit #373\n", "proba": 1.4743456233645702e-07}
{"commit": "3a3cf7894ed10a5dd83418160da9809aeca5b675", "message": "Web Branch-Bean", "proba": 4.539960229976714e-07}
{"commit": "5da8920903ae72039b20fa37ca704ec41d59ea84", "message": "[104683] bugs in TextHoverManager\n", "proba": 1.647184575404026e-07}
{"commit": "4e3eb17b560bbc2db760bf7154e4206229b4b9ca", "message": "Update JFindReplaceDialog.java", "proba": 5.349176603886008e-07}
{"commit": "e0b04f42e78d5007dbb7b5249975fe880596e653", "message": "complex class created for the lossy radio model\n", "proba": 1.3247243657588115e-07}
{"commit": "60bf12bd8bda8bf9e3dd0b8e28a4d06139ac4f40", "message": "conformation of methane (all atoms)\n", "proba": 4.997434643883025e-07}
{"commit": "ed30a9b4eb0251c9957dfb2251e1622103157b52", "message": "Fixed problem where `-h` wasn't available as a short alternative for `--help` in all cases (see #1440)\n", "proba": 1.2453477893359377e-07}
{"commit": "d82dba76c3ad54cb6788040fb26607b5ea97be03", "message": "Moved Abstract ScenarioTests from ScenarioTests to KH-Test bundle up", "proba": 1.0856616938781372e-07}
{"commit": "d683bdd2de36a3f0e6906651e9e78c97d5531e43", "message": "Add some debugging to try and understand current Gump failure\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1694697 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.6675086271789041e-06}
{"commit": "2529d39d3184ab66207f3fde9f2106276a2c1c16", "message": "am 858e4a6f: am 9aae8d9c: am c96e6f19: Merge \"BatteryStats: Use proper power calculator when energy data is received\" into mnc-dev\n\n* commit '858e4a6f89c6d2b09d65ccc6907aa357f7e3f125':\n  BatteryStats: Use proper power calculator when energy data is received\n", "proba": 4.960142518939392e-07}
{"commit": "0f3d6ea61b1aba59a95768993ba7abc0663c90f1", "message": "trim strings before coercing to numbers\n", "proba": 7.869922410463914e-05}
{"commit": "5666170c1e9a45c4ef72d9327dfbf859bf174b1f", "message": "when corruption occurs, not clsing the db is casuing stack overflow\n\ndue to a bug in DefaultDatabaseErrorHandler, if the corruption is\nso bad that the list of attached databases can't even be retrieved,\nthen database is not closed in DefaultDatabaseErrorHandler,\nthis causes the corrupted file to remain on disk.\nthis causes corruption detection to occur forever until the stack\noverflows.\n\nChange-Id: I9896bee220231cbde0b1620ad0a617420424967c\n", "proba": 4.34545245298068e-06}
{"commit": "a3f3a309cdb04b2b08099e8e89f1c025cfb0d888", "message": "am 66a51c70: am da1bc605: am 7a3c8c70: Merge \"Fixed memory leak in ExtractEditLayout finish()\"\n\n* commit '66a51c7080f26219652f84ae8d10b1e4d63409af':\n  Fixed memory leak in ExtractEditLayout finish()\n", "proba": 2.564611065736244e-07}
{"commit": "ecec69ffe3fde8925d6f3c7a60e2cb33f450ab4a", "message": "Added a test case for a false positive of the 2LW detector\n\n\ngit-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@1822 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 2.6356569833296817e-06}
{"commit": "4c3c9b1ae0d47f5d784643d94ba4d12808f2cfc6", "message": "Spacecraft GUI now works in HiDPI mode\n", "proba": 1.3003734977701242e-07}
{"commit": "6f0687aa609a156eb72f11b944d45cd73f7259a4", "message": "Suppressing SSL errors\n", "proba": 1.4644092516391538e-06}
{"commit": "f280b6ef9229a88ebc02d3a15afcfaec110f1db0", "message": "Add html tags to the docs to help with formatting.\n", "proba": 1.1733429516880278e-07}
{"commit": "24681c1d67f689d650b02047c3fe125afc455f13", "message": "set target = Type\n", "proba": 0.9999994039535522}
{"commit": "5aeeda0727fa8ec73488b00120f8af7323261986", "message": "am 38b6cac4: am 0f5d0d54: am 43c4cd1c: am 93634166: am d88e4d50: Merge \"ActivityView: set surface on a background thread.\" into cw-d-mr1-dev\n\n* commit '38b6cac44787bb663a4bde0932421860097b21b9':\n  ActivityView: set surface on a background thread.\n", "proba": 3.6387288560035813e-07}
{"commit": "cc5daf1be5bfc532ec03ebec5713f579d2a08e3e", "message": "Quick build fix: Revert \"Add pre-order as a pricing type for ContentInfoExtender\"\n\nThis reverts commit 7e0f2ac42574b524d7b06afaf9221bde5d0af228.\n\nChange-Id: I52285a668ccfce547a398e1d6b40594dc99745f0\n", "proba": 6.531521989927569e-07}
{"commit": "5b6b41241d97ca6c08b610a421b758815a451803", "message": "Don't crash search when getKeyDispatcherState() is null\n\nFixes http://b/editIssue?id=2150672\n\nChange-Id: I6fb87c1a59b4b3a945822932047a66c4116e6391\n", "proba": 3.229809806271078e-07}
{"commit": "6d54c172c3273c2e78d150c5049ca3dc15e26a1f", "message": "am 1fffbd97: Fix keyboard not showing for global search on Dream. Rather than trying to call the hidden showSoftInputUnchecked method to show the IME in SearchDialog#show(), override onWindowFocusChanged in our subclass of AutoCompleteTextView so that whenever it gets\n\nMerge commit '1fffbd97fa756ef7d3e7e885a5c1c8bb64380c20'\n\n* commit '1fffbd97fa756ef7d3e7e885a5c1c8bb64380c20':\n  Fix keyboard not showing for global search on Dream. Rather than trying to\n", "proba": 6.652448519162135e-06}
{"commit": "251fd430c7e355ad440202c83b0c6d91f5bf93e5", "message": "Argh oops I didn't mean to delete this.\n\nChange-Id: I3d0877d56f1abab3d0929a086621f4ef1212cecc\n", "proba": 6.738860975019634e-06}
{"commit": "09fca0b44f13dee64e8cee090576439a2116eff3", "message": "am 493743e0: Merge \"Flip TextureView\\'s layer after calling setSurfaceTexture() Bug #6531172\" into jb-dev\n\n* commit '493743e0137f34939dd7f3674e9102942ef7e4e8':\n  Flip TextureView's layer after calling setSurfaceTexture() Bug #6531172\n", "proba": 8.991938216240669e-07}
{"commit": "42e9f6b6bebc53b1e8303a7de5bb4eb0d6c6c855", "message": "o don't create empty HashMaps on every request. We only need\n  these in the rare case that we have an upload.\n", "proba": 9.684036683665909e-08}
{"commit": "6fa29d85adb484b564e0d9e6d762708677c9480f", "message": "[hackerrank] - implementation - picking-numbers\n", "proba": 5.5033877288224176e-05}
{"commit": "e1d88583e9868f5c53d43ffae540c80c20075106", "message": "All files added", "proba": 1.245036713726222e-07}
{"commit": "40bfafb36edcc699af3b50824631a0b20bcc008d", "message": "Started simple class documentation", "proba": 2.2843080671464122e-07}
{"commit": "06eede7821da457ff80c8596f01778ed3a9fac6c", "message": "Create PlayMp3.java", "proba": 9.59014300860872e-07}
{"commit": "9ab557a250d71eee6562486198d49bbce1fad7ab", "message": "Added Class LinkedList.java", "proba": 2.0461375527247583e-07}
{"commit": "1cc686d27c351b91f4cfe8698589c6921a4576c3", "message": "Remove dependency on ValveBase\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1242125 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.35753065883182e-06}
{"commit": "b7791ac63af8c813680e3684f1f855eb697510bc", "message": "remove port from endpoints in the UI if ports aren't configured to be needed in the UI by netflix.appinfo.need_port_on_uris\n", "proba": 2.1569730961346067e-06}
{"commit": "f59b970fe6993e40d7b32d4b0220625363887f17", "message": "Port CapacityUsageIntegrationTest\n", "proba": 2.6154577881243313e-07}
{"commit": "9c1889dfe540b51d5191294f2787ac87bf1cd8fc", "message": "Sanitizing an HTML\n", "proba": 0.00015532960242126137}
{"commit": "3d04b8d2e99de2b52a128c3d1dd3b86652674150", "message": "Create MainController.java", "proba": 2.062466137431329e-06}
{"commit": "05b7fe230024b4f001db6f0bfff5bf4696e26501", "message": "Angles changed to radians from degrees.\n", "proba": 4.417814523094421e-07}
{"commit": "47dd8b4da095e09534b91f3550c287f8eeca6f17", "message": "Forgot to move test also\n", "proba": 1.1947702205361566e-07}
{"commit": "1443031aff58f3af58ce5d51e389f7b17a8d0e9a", "message": "MDEP-75: applied patch from Przemyslaw Madzik \n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@526571 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.6406094971443963e-07}
{"commit": "1f9800532de8f656cb5020fa425419b6d1436675", "message": "test(me-integration-test): specify exception for test cases\n", "proba": 7.781014232932648e-07}
{"commit": "f0501827a33fdffaac4f7e0dfcf7950e0dfda09c", "message": "initial commit\n", "proba": 2.7632697197077505e-07}
{"commit": "b31b1cc5ff901a9b7442eef3b9112af5a93bb1ed", "message": "ContentValues: improve documentation\n\nCorrect and clarify the documentation for ContentValues.\n\nSigned-off-by: Steve Pomeroy <steve@staticfree.info>\n\n(cherry picked from commit 1276b5f29ed6f889e9691cf296fd9911958895c1)\n\nChange-Id: Id6f4e93dcca64dd41daeb4066d804ff173f4747b\n", "proba": 2.6974773845722666e-06}
{"commit": "4d88d816eaec1c7be4e30efb58898c3cf011b8e3", "message": "am 4337a244: am c32897a6: Suppress Performance log emitted by vCard importer.\n\nMerge commit '4337a244c43fd431598dd3fd0890accd1e394607'\n\n* commit '4337a244c43fd431598dd3fd0890accd1e394607':\n  Suppress Performance log emitted by vCard importer.\n", "proba": 1.2686184902577224e-07}
{"commit": "cb82b942c89bf69b6c03e2f4951f519c1be115dc", "message": "Fix attachFunctor path to ignore delay\n\nDon't defer functor invocation when calling attach functor directly.\n\nbug:6653638\n\nChange-Id: Ifffc027df16612f380f39b82b7d0a4411d53b4ea\n", "proba": 4.888143848802429e-06}
{"commit": "0872b370422eb1f9007b4717b8796543873e6390", "message": "Release the scratch pbuffer surface after use\n\nChange-Id: Icf010969d19b20c3ddf64b44a78a115ac92f7ea5\n", "proba": 1.5935290775814792e-06}
{"commit": "858daa1fbb0d9cb6006215dcaeb8f9f38b5d84f1", "message": "am a0e661b4: am c1a005c3: Merge \"Fix the Uri parsing issue\" into honeycomb-mr2\n\n* commit 'a0e661b4e4f489fa7c5c2ebadcffc8e6f71132eb':\n  Fix the Uri parsing issue\n", "proba": 2.1900129922869382e-06}
{"commit": "7eac7af0628105e8e1e28e2f507a2fbcbcea187f", "message": "Initial commit\n", "proba": 3.003353299391165e-07}
{"commit": "5bd7cf7852d07ed54b103ee191f28bac14bbc1e2", "message": "Create close10.java", "proba": 1.639551919652149e-05}
{"commit": "6a3a6d5195504a599f237e05b8fff3c5789923f3", "message": "Add Challenge #2 Java solution\n", "proba": 1.4763041633614193e-07}
{"commit": "a189761bff388c85225b1efa9f24fe0079afc68f", "message": "https://pt.stackoverflow.com/q/42313/101", "proba": 9.040157920026104e-07}
{"commit": "dcf5af38bfd306af77613aa051393bf7d8e8fb44", "message": "am 8129b8b4: am dd8accfe: Merge \"Mention ECDHE_PSK bug in Javadoc of PskKeyManager.\" into lmp-docs\n\n* commit '8129b8b471e782708be945e40fa82d2c20ebceef':\n  Mention ECDHE_PSK bug in Javadoc of PskKeyManager.\n", "proba": 1.3397186648944626e-07}
{"commit": "ab45e534ec31bd47aea19362acecd2622e2f53fb", "message": "am e9506e36: Merge change 25561 into eclair\n\nMerge commit 'e9506e3684c36a62533211022541997034088d2f' into eclair-plus-aosp\n\n* commit 'e9506e3684c36a62533211022541997034088d2f':\n  Add Gservices settings required for carrier billing.\n", "proba": 1.0944981454485969e-07}
{"commit": "f706ac995385a5070234367e79e1ad1c31fe403b", "message": "Handle VehicleDamageEvent even if attacker is null\n", "proba": 4.5882219978921057e-07}
{"commit": "d2b8cd75ed4ec9d9076699792bd78152885e304f", "message": "am adff8b75: Merge \"Add Javadoc\" into jb-mr2-dev\n\n* commit 'adff8b7577490bbeaedcd584a19eb5310f6ccbc5':\n  Add Javadoc\n", "proba": 3.7822255194441823e-07}
{"commit": "ceca82296687323a54637fdf210375768c5db3d7", "message": "am 9bf4d765: am e46bf3f7: am ee16be69: am 3290f5dd: Merge \"Do not back up/restore the \"pulse LED for notifications\" setting\" into mnc-dr-dev\n\n* commit '9bf4d76579152fce4c045c78347a164d1b7305cd':\n  Do not back up/restore the \"pulse LED for notifications\" setting\n", "proba": 3.579170595457981e-07}
{"commit": "82a94d98e74b6ba0f816c675486a0672d473ecf5", "message": "Read Bluetooth interop database entries from settings (1/2)\n\nInterop database entries are stored in the system settings entry\n\"BluetoothInteropDatabase\". The format is a list of entries separated by\n\";\". An entry consists of a BDA fragment, followed by a comma and an\ninteger representing a feature from interop.h.\n\nExample:\nTo disable LE secure connections for devices starting with BDA 11:22:33,\nuse \"11:22:33,0\".\n\nBug: 26548845\nChange-Id: I6a9fd34f6af4d3bdfcaa0e051eafebdfbf2a4949\n(cherry picked from commit 3bc623be8dd8b83d0a22c5cc5b5a8955001f6fc7)\n", "proba": 3.981031568400795e-06}
{"commit": "32e15104e2b0cad23fa96a881f4cab849dd92f25", "message": "am 9df1411c: am 4e76ee07: Merge \"Fix easter egg setting validator to accept valid values\" into mnc-dev\n\n* commit '9df1411c0e02bf53e4fd21dd83daba9dcb294d26':\n  Fix easter egg setting validator to accept valid values\n", "proba": 1.0581499054751475e-06}
{"commit": "26c87cfb584d4533c9b47f7cbf75f6921c52b928", "message": "Ignore width of trailing whitespace for computing ellipsis\n\nWe used the full width of a line, including trailing spaces, to compute\nellipsis, sometimes causing spurious ellipsization when the space pushed\nit past the layout width. This patch uses only the width up to the last\ngraphing character.\n\nFix for bug 17186801 \"First line of title text is getting truncated even\nif there's space on second line\"\n\nChange-Id: I49d07c18c8dd1d3b279f591224d23e10645dc8c0\n", "proba": 0.0009693833417259157}
{"commit": "55fd212f914a28d0a64202a09f0127fa0a1b4175", "message": "am c0e1f268: Merge \"Fix issue #7184877: Calendar Locksceen Widget crashes and forces phone to reboot\" into jb-mr1-dev\n\n* commit 'c0e1f268451550368d1d3d3558f8ce2459ed5713':\n  Fix issue #7184877: Calendar Locksceen Widget crashes and forces phone to reboot\n", "proba": 2.58047435863773e-07}
{"commit": "2a0901107443685ef2f2a55d0b62ddcc6cf183ba", "message": "Force-enable hardware acceleration for apps\n\nChange-Id: Ie45581fac2b6b71aeb7b652485915e2518372efc\n", "proba": 4.100549176655477e-06}
{"commit": "8140b05f1e4dfce773ce340b157fccda769b41d2", "message": "am 9acc8c9c: am 97b968b6: Merge \"Fix trackball interpretation of precision.\" into jb-mr2-dev\n\n* commit '9acc8c9c53a4d3adcf3e3f220ea5e4529c3e60a4':\n  Fix trackball interpretation of precision.\n", "proba": 2.5066310627153143e-07}
{"commit": "31f527538f392b6d35df2fcb9fe0444b5e5f6458", "message": "Mulit Pi\n[KRACOEUS-1353]\n\n", "proba": 1.2271189575585595e-07}
{"commit": "cecf20218923c91e1820bba033a85d32a9de11f2", "message": "am acf7d982: Merge \"Fix bug 5434403 - invalidation problem with seek bars at edges\" into ics-mr0\n\n* commit 'acf7d982ae981c039ec8445a30da91be0a4fbbc5':\n  Fix bug 5434403 - invalidation problem with seek bars at edges\n", "proba": 1.2702979574896744e-06}
{"commit": "69c408bc9f16c0a23c052d91ed15c144598de6e1", "message": "add CountUnhappyFriends.java\n", "proba": 8.410747227571846e-07}
{"commit": "7e8481c4bd8117955c5d0ebae6ef4db65f8bfd26", "message": "debug time measure class", "proba": 9.051130973602994e-07}
{"commit": "2927b4e0109d885906baa94c02ef0a2e89482d50", "message": "tests for select multiple question fragment\n", "proba": 0.00015891160001046956}
{"commit": "87e9e744ed7acc554a6b4c7dd90fab376eabb30b", "message": "am 92a32832: DO NOT MERGE - Fix Javadoc build break.\n\n* commit '92a3283286df3a6c2a27ecde8eddf23abbb87de9':\n  DO NOT MERGE - Fix Javadoc build break.\n", "proba": 2.0859727101196768e-07}
{"commit": "a017696b0a9621649d348b7942bb9ba7c831147e", "message": "Marker_Label model\n", "proba": 2.1294447094533098e-07}
{"commit": "98de747d6d0f3a8fe6aa314d9deef8a2e400e47d", "message": "Added minimum account type", "proba": 2.0851292958923295e-07}
{"commit": "4e67df03c23919ac077662cf4b30b044a0634bfa", "message": "Add java solution for 152. Maximum Product Subarray\n\n152. Maximum Product Subarray: https://leetcode.com/problems/maximum-product-subarray/", "proba": 0.9940325617790222}
{"commit": "9bb99373871f31ce0ed5cffa78842b810da07cf6", "message": "DrectionJASONParser.java\n", "proba": 2.076957571262028e-05}
{"commit": "e354be7d03dd38ac91e70480eeab460ff1d61db7", "message": "BlaiseGraphics\n- adding \"AttributeGraphicUpdater\" for updating graphics based on attribute sets, and context menu initializers", "proba": 1.0993373678047647e-07}
{"commit": "a5cb797d51455fba9ea886afbbef8e42769a1b3b", "message": "Forgot the check for remove terms\n", "proba": 1.2834109952564177e-07}
{"commit": "d54481e3c1424010ce0ce1430cae838559868e07", "message": "Facebook login inc\n", "proba": 1.1209434660486295e-06}
{"commit": "9aa6ea106d7aec78e5ea4ea251c1eac146496fa6", "message": "am 8c857eec: am 12d808a2: am a724d1ab: am 877ce2c4: Merge \"Make sure the bitmap from VD\\'s cache is drawn using bi-linear filter.\" into lmp-dev\n\n* commit '8c857eec746307dfeb8acb6b080ecc2aa8476ece':\n  Make sure the bitmap from VD's cache is drawn using bi-linear filter.\n", "proba": 1.316961402153538e-06}
{"commit": "da53eca79e02ac70761c379f9f2cb3babce9e79d", "message": "AI 143298: am: CL 143150 Fixed the problem where setEnabled(false) has no effect from onResume().\n  The problem was that the Preference widget was reenabled when its dependency\n  was in enabled state. The enabled field was basically overloaded.  The fix was\n  to add an additional field to keep track of whether its dependencies were met.\n  Original author: chanm\n  Merged from: //branches/donutburger/...\n\nAutomated import of CL 143298\n", "proba": 3.570668241081876e-07}
{"commit": "16c22fee113c4316f6e9fafb9ec4fff9e546d015", "message": "Disable RenderThread\n\n Now that there's a half dozen bugs to fix, switch back\n to the stable renderer until the issues are addressed\n\nChange-Id: I1513cf26717e8ab6b1a038e86ae9a40f5f1a3c50\n", "proba": 6.323098205029964e-07}
{"commit": "ca835dbda1bb32df4eaace41d88417551b53c4ba", "message": "Workaround issue of getting 0,0,0,0 inval rects\n\n Bug: 6142700\n WebKit is sending an empty inval rect for some reason, which results\n in WebView not being invalidated. Assume an empty inval means a\n full inval\n\nChange-Id: Ib93b806f8f8fd2039e2a0e43de2372c3e6be2433\n", "proba": 4.2090581700904295e-05}
{"commit": "518e83b8c6408752a15d6c834230c431de23c1a4", "message": "On double-tap, simply zoom in if content is too wide.\n\nBug: 6257654\nChange-Id: I6963476300619d6f0d6af46630f9a86d95ad0dfc\n", "proba": 8.47301180328941e-07}
{"commit": "081905c5826fb72c9a19aaead6797029b0fea436", "message": "am c5283927: Close ZipFiles correctly in WebViewFactory.\n\n* commit 'c52839277b8714d150a9fe276b6ba3fa8a0cbf38':\n  Close ZipFiles correctly in WebViewFactory.\n", "proba": 1.307324453136971e-07}
{"commit": "3380e69f5529972ff03b545353d5f1c5e2abc1b1", "message": "Resolve CompoundButton's foreground drawable for layout direction change\n\nThis CL adds a step to resolve CompoundButton's foreground drawable when\nlayout direction has been changed. Prior this CL, only background drawable\nof the button resolves its layout direciton in respond to system wide\nlayout direction change. This CL makes the foreground and background\ndrawables consistent in layout direciton.\n\nBug: 16376848\nChange-Id: I9a4eb1e010e6ab61ef8684005508bd36486ec1f3\n", "proba": 3.9865068401923054e-07}
{"commit": "487cf1eeb9d070004ff22c6550cd9db558b07d27", "message": "Fix triggers logic. Call #updateTransientActions() on trigger add/remove\n\nSigned-off-by: Winston Prakash <fbbe1aedbef880a0b6a4dc480f6730af6b51b573@gmail.com>\n", "proba": 1.3398540943398984e-07}
{"commit": "9e86bbaab05e6e0c3e1444988d90081d3e6f0ef6", "message": "work towards comments\n", "proba": 1.270512086648523e-07}
{"commit": "55ae2875a4556316cdf89bbc15f337348eb1095e", "message": "TRANSFORM-2357. Google cloud lists removed region\n\nChange-Id: I7c1f91a73a88af222f8d47c9fe7929f74949ff3f\nReviewed-on: https://review.streamsets.net/c/datacollector/+/34105\nReviewed-by: Jeff Evans <f3e731dfa293c7a83119d8aacfa41b5d2d780be9@streamsets.com>\n", "proba": 2.70299892690673e-07}
{"commit": "e7df6d4f2521f26f656626a88b60e27a1b9c933a", "message": "Change img to an array, because test\n", "proba": 4.1218489059247077e-05}
{"commit": "ea7d5992a7560cb5e98b9df4d8eedc9b71fac97f", "message": "Switched report naming of base and target databases\n\ngit-svn-id: a91d99a4c51940524e539abe295d6ea473345dd2@575 e6edf6fb-f266-4316-afb4-e53d95876a76\n", "proba": 9.40879715471965e-07}
{"commit": "45e04638131a10a78d8f87a1e8390af1b77e6e41", "message": "Create CreateStateMachine.java", "proba": 7.445965820807032e-06}
{"commit": "dc49c97178461a32e6187c52dcc58ab3494c4595", "message": "Updated documentation.\n", "proba": 1.3627408179672784e-07}
{"commit": "281e80038832251bde83e57e6b64e9f2149d6c08", "message": "Along with methodically reading the constructor args out of the xml, let's also save them so they can be actually used.\n\n\ngit-svn-id: d69ffe4ccc4861bf06065bd0072b85c931fba7ed@44524 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.249906512792222e-05}
{"commit": "51f71de8e49af24003394fb1e9e26f77806f8660", "message": "KevinMenard: No need to cast here.\n\nr12851\n", "proba": 1.673789142841997e-06}
{"commit": "2371ddfac4d6146e7d44fb2b56830f4cb0c169a9", "message": "Create DINALL_001.java", "proba": 9.951741230906919e-05}
{"commit": "22c3c3dbf8da05074a1e2bbc210b692b34e06958", "message": "Create CustomerGUI.java", "proba": 5.183215421311616e-07}
{"commit": "efa3820009262a97ed6527a9c1a79d5010a50969", "message": "layout dialect added\n", "proba": 3.0668388717458583e-07}
{"commit": "e903f4d27a671e0b1d3fec5ebf73dacabeab539a", "message": "Add download and bug fixes\n\n", "proba": 1.4560049521605833e-07}
{"commit": "3d905ee3d9cf4d0e685ea85b089cb0af14fb216b", "message": "am 48f42fa8: am 7c9adaf6: am dc6da58a: am 2a96fc1f: Merge \"Fix RemoteController update in RemoteControlClient registration\" into klp-dev\n\n* commit '48f42fa861078d86eb1c0eb566881657a23268d3':\n  Fix RemoteController update in RemoteControlClient registration\n", "proba": 2.9285146752044966e-07}
{"commit": "b162e74a6f48252dfb2cb50df607354d012c7d47", "message": "am c151f8d7: am 77771822: TIF: Use equals() instead of \\'==\\' for String comparisons\n\n* commit 'c151f8d729149fd1e14fbdd6158df496de71541f':\n  TIF: Use equals() instead of '==' for String comparisons\n", "proba": 4.8038646127679385e-06}
{"commit": "c0ab1086f06a01d28858c3ded1a15aa53af2960a", "message": "am 25a05188: am b0bbaec8: Merge \"TIF: call tune() in HardwareSession\" into lmp-mr1-dev\n\n* commit '25a051880666022163b9a641737f26adc31e5477':\n  TIF: call tune() in HardwareSession\n", "proba": 4.0707979565013375e-07}
{"commit": "df6d434c3308ee6e75b7eba3b3d524a4e3a51787", "message": "TWEAK: now storing initial requested date as REQUEST_DATE not REQUEST_EXACT_DATE\n\ngit-svn-id: 25dac4f723c7e5b42083d4a98669c37f60455592@2418 69e27eb3-6e27-0410-b9c6-fffd7e226fab\n", "proba": 3.118099630228244e-05}
{"commit": "94e3c36f06db6b01ba4f9480395414aa50c983da", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "7292866069cb6abb3fe00539351498ff68a8011d", "message": "Creando Menu\n", "proba": 1.102112378248421e-06}
{"commit": "3cd873532535212226a7e2073242b3ee0082e1a3", "message": "[Android WebView] Remove testAddMessageToConsoleWithMultipleArgs\n\nI added this test some time ago but then decided that it's not\nworth fixing that behavior (see the bug).\n\nBUG=481013\n\nReview URL: https://codereview.chromium.org/1503053003\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#363626}\n", "proba": 0.00015612073184456676}
{"commit": "ef3c764750e42f9622bc31a05cd363442e543c0a", "message": "fix spurious test failure\n", "proba": 1.7549189578858204e-05}
{"commit": "996405cc1fe6c8623e012de72c98888f5aa34e4f", "message": "Create ArraySearch.java\n\n\u4e8c\u7ef4\u6570\u7ec4\u4e2d\u7684\u67e5\u627e", "proba": 2.709621753638203e-07}
{"commit": "ccf81aabcae0525a362d898a14633e13376a7219", "message": "Make simple class\n", "proba": 0.001435537706129253}
{"commit": "a8f5de73666b19aa3562d9fcfa8bae199d364503", "message": "VoteEvent.java\n\nVery messy file, not to be messed with", "proba": 1.5212741288905818e-07}
{"commit": "b7483366968c92898837fa6160db491151a801d9", "message": "\u57fa\u672c\u8a2d\u5b9a\uff08BasicSettings\uff09\u3067\u30ab\u30fc\u30c9\u3092\u5168\u3066\u7121\u52b9\u306b\u51fa\u6765\u3066\u3057\u307e\u3044\u3001\u305d\u306e\u307e\u307e\u64cd\u4f5c\u30e1\u30cb\u30e5\u30fc\u306b\u623b\u308b\u3068\u30a2\u30d7\u30ea\u304c\u843d\u3061\u3001\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3082\u3057\u304f\u306f\u4fdd\u6301\u5024\u306e\u521d\u671f\u5316\u3092\u3057\u306a\u3044\u3068\u30a2\u30d7\u30ea\u304c\u7acb\u3061\u4e0a\u304c\u3089\u306a\u3044\u30d0\u30b0\u3092\u4fee\u6b63\u3002 Issues #96\n", "proba": 1.384727852382639e-06}
{"commit": "cf5b1b9b5d01cfe5144a3e984a22d4bcb21ee049", "message": "INTERLOK-1591 Support isBranching as part of ComponentProfile annotation.\nINTERLOK-1591 #time 5m\n", "proba": 2.0521055432709545e-07}
{"commit": "a6f000217d930bd2e50a0ab02fab92bb211b25c0", "message": "Improved some javadocs\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@441771 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.397714630817063e-07}
{"commit": "ad188164ae18def5f036b5ecd29045ff80e0627e", "message": "core: replaced Iterators.emptyIterator with Collections.emptyIterator\n\n", "proba": 3.9334332541329786e-05}
{"commit": "583b7e80e3977a3fe52a9982ba7e7b4abd3b700a", "message": "\ub370\uc774\ud130 IP \uc8fc\uc18c \uc870\ud68c\n", "proba": 2.5039790330083633e-07}
{"commit": "98cd38a88e6d69968b793e2e4c3cab2a56ca1576", "message": "clean off unnecessary imports\n", "proba": 3.5658702017826727e-06}
{"commit": "ad27615cad9cda98703fb9cbe99f566941beffaa", "message": "am 1629717f: Merge \"Update tests per new layoutlib_api\" into mnc-dev\n\n* commit '1629717fc3878137c1e3a714661ec27699df4965':\n  Update tests per new layoutlib_api\n", "proba": 2.66867658638148e-07}
{"commit": "48122313135fa65622ee70425cf49355337adbfe", "message": "leetcode-563: binary tree tilt\n", "proba": 2.4093280444503762e-05}
{"commit": "5ad3d35c97b2101416f8f1dc2ca7aeb6f5c6e4f6", "message": "fix: ignore test method due to hudson encoding\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@5741 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: a78ef8cabcf5d3f049f2022851d5ef337e478930", "proba": 4.011973942397162e-05}
{"commit": "04b0dc5e511f60d8eeed861f64b1baa417e76698", "message": "Make copy of old AbstractDetailsPane\n\nOPEN - task 64: Create CRUD functionality for Brand entity \nhttp://github.com/DevOpsDistilled/OpERP/issues/issue/64", "proba": 9.659461284172721e-07}
{"commit": "1ffa69f65271f4e85bb41668e36a77ed51b16159", "message": "[96101] fixed content model definition to allow <TR> under <TABLE> since <TBODY> start and end tags are both optional (patch from dgolovin@exadel.com)\n", "proba": 1.024859273002221e-07}
{"commit": "9997de614c44206bcf904a0835344a3d91bad23b", "message": "[304369] Slow performance (or even crash) when opening large XML file\n", "proba": 1.5090468252765277e-07}
{"commit": "4929a4fddac08397e9b6c8860520e5f43c188f38", "message": "[Android,MediaSession] Null check for sInstance if the service was restarted\n\nBUG=515167\n\nReview URL: https://codereview.chromium.org/1273753002\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#341894}\n", "proba": 2.349226093656398e-07}
{"commit": "292d1f77ef4ad5514bc4c4e28b0e33a61773a0e6", "message": "KRACOEUS-7005 : Use getter style for state service.\n", "proba": 1.0087317292573061e-07}
{"commit": "c105e13a11aed47e1d962fbfb2dca7007b813843", "message": "Forgot to remove debug loggers.\n", "proba": 1.2437894270078687e-07}
{"commit": "5d0ceb7a6b95a9a7f0a40690a0dfa6423e2751f8", "message": "Added fake context\n", "proba": 4.724680593426456e-07}
{"commit": "c5b67466da069b8341dc9b31bb89a2062f86a81d", "message": "add defibrillators\n", "proba": 0.9992032647132874}
{"commit": "ad29973ffb46b003f4d986101ca5c37f034aebba", "message": "Create FactoryPattern.java", "proba": 1.227037500939332e-06}
{"commit": "0fcb685ce4cf3e0d20609521dd1911a13b061157", "message": "24 minutes after midnight, strange, strange Dima K\n", "proba": 1.014349550132465e-06}
{"commit": "1c6495d295a6038974427a33c87de0f81457d194", "message": "Added testUserRequest method.\n", "proba": 1.2323565101723943e-07}
{"commit": "f19c5bc718d42e73619ba353a757d776c8fe032f", "message": "fix adding connection manager as listener in wrong place .\n", "proba": 1.3324761027888599e-07}
{"commit": "f1a3cc7c26c7866c3d997337d0e4533e164cd1b7", "message": "updated indexing service path\n", "proba": 3.824284533493483e-07}
{"commit": "a2b20dbff9a9d70b551e1ad47b079d777378ec4d", "message": "fix for ticket IGNITE-4182 (Improve error output when query parsing failed).\n", "proba": 1.0351970303190683e-07}
{"commit": "4ddb9f7aa53e6029560a4a178f6419332a77f47d", "message": "Part of the Object prototype\n", "proba": 2.1959010609862162e-07}
{"commit": "747d770d1f442a3f077cf4f532a418d46dfe619a", "message": "Display metadata for folder and other unknown tree node types correctly.", "proba": 1.0459881849556041e-07}
{"commit": "5d2cc131873fbb7ba4bd06585d3eb42a61089af0", "message": "Removed syso, Clean now", "proba": 1.1646861253211682e-07}
{"commit": "979811e4246e8dc9925a42276e25f18795b5848a", "message": "Add server package info\n", "proba": 2.8225360892975004e-07}
{"commit": "47b5bc3265d5c13047cf9cde5364a91a7eb1c790", "message": "Removed initialization from renderer (moved to AndroidKernel)\n", "proba": 1.1545385092404103e-07}
{"commit": "1ad9dbcf43a3be2681a9d87ab2326e5bd53e9689", "message": "Backend implementation of map() for #4968\n", "proba": 1.6269139280211675e-07}
{"commit": "4e4783b064adc2fdc666c0dafc18b6e828501860", "message": "Added problem statement for Prob50Power.java\n", "proba": 1.3620834238281532e-07}
{"commit": "9255f3257a13fc018a81eb59dfb1e07e69380e35", "message": "Instancia userWall() de UtilsFb.java\n\nLa opci\u00f3n 5 es muy similar a la 4.\r\nEsta opci\u00f3n regresa las \u00faltimas actividades que se han echo sobre el muro del usuario.", "proba": 1.823868558403774e-07}
{"commit": "12be75d7a12907f7a7107564ad84a4c10a87ba99", "message": "Added a class to convert binary number to decimal\n", "proba": 2.2165670088725165e-05}
{"commit": "5f1108c7f823072fea35f062b45e59cf39a5bdba", "message": "Add ProtectDebugInfo with configurable protected and wiped fields to truncate or remove data from the context dump to the q2.log that occurs whenusing the Debug Participant.\n\nusage:\n\n <participant class=\"org.jpos.transaction.ProtectDebugInfo\" logger=\"Q2\" realm=\"debug\">\n    <property name=\"protected-fields\" value=\"REQUEST, RESPONSE, ACCOUNT_NUMBER\" />\n    <property name=\"wiped-fields\" value=\"EXPDATE, PAN\" />\n </participant>\n \n <participant class=\"org.jpos.transaction.Debug\" logger=\"Q2\" realm=\"debug\" />\n\n\n", "proba": 3.687971172894322e-07}
{"commit": "64dc1ac4a0df1fc674cd7cfeb3ac5926c9fbd1cf", "message": "2. \u041d\u0435 \u043f\u0435\u0440\u0435\u043a\u0440\u044b\u0432\u0430\u0442\u044c equals hashCode [#1005]\n", "proba": 9.75943748926511e-07}
{"commit": "ba60764feed119db574d1e8b9fcccf74ec1aa4a0", "message": "A bit more work on removing the ability to use English metadata  names.\n\nAn example is shown below where valid JSON would allow the metadata name \"description\" to be used (JSON example 1). The core will require a description field to use the Norwegian term \"besrkivelse\", (JSON example 2)\n\n{\n\"description\" : \"A description\"\n}\n(JSON example 1)\n\n{\n\"beskrivelse\" : \"A description\"\n}\n(JSON example 2)\n\nThe core has had the ability to use English or Norwegian metadata names. This was to support English speaking students interacting with the core. It was pointed out that \"One does not simply break a standard in that manner\" and after some discussion it makes sense to remove this functionality. There are too many potential problems with having two interpretations of official metadata names.\n\nThis commit just removes the constant values that made up the English metadata names have been removed.\n", "proba": 0.0018681668443605304}
{"commit": "5b3187301e42d6abb835b073dcab3efb40a4328f", "message": "dont understand why it worked on the branch but not on master\n", "proba": 2.0814518109091296e-07}
{"commit": "bfddc0fe77f9b943bd35ab525c50f5ce9d7390f4", "message": "Work around issue #3241701: crash in ActivityThread.handleWindowVisibility\n\nChange-Id: I9d5df3605f3d216e651e0a294409f82dea3968ad\n", "proba": 5.084919848741265e-06}
{"commit": "98d565856280a630bc5c35aaf047fb8d4ad0ddb5", "message": "Report runtime information to DDMS\n\nReports runtime's ABI and internal flags to be displayed by DDMS.\n\nBug: 14888999\nBug: 14888124\n\n(cherry picked from commit e901dbdee242182e4c768edebebc5bc9cbf67563)\n\nChange-Id: I248c2558f4a89ebc9bc6b7a4a54db6091d138b33\n", "proba": 1.5482295339097618e-06}
{"commit": "7d8262cb554c41892794f23b92e01b52458288bb", "message": "am 22f66b76: Merge \"Harden NsdManager against null-dereference crashes\"\n\n* commit '22f66b76f5e49704f3be76ad3fff7e4b5456864d':\n  Harden NsdManager against null-dereference crashes\n", "proba": 2.8734172019539983e-07}
{"commit": "5880b363a6b7fd417b6a8f0802f144fb38c82117", "message": "am fe666e84: am 4e041150: Merge \"Avoid NPE and add a warning log if a printing app misbehaves.\" into klp-dev\n\n* commit 'fe666e848a1672a414bad93c105fa876f6c9f4de':\n  Avoid NPE and add a warning log if a printing app misbehaves.\n", "proba": 2.2905470586920273e-07}
{"commit": "55dac1281eb81b6bb255991a0455339b1dbfb3d0", "message": "Add \"locked\" column to sms and pdu tables.\n\nA user can lock an SMS message and prevent it from being auto-deleted.\n", "proba": 2.1834031826983846e-07}
{"commit": "1e17afa76a76ffd1ac3c8eb9596de5513ca27c28", "message": "am 9f206bec: am 4393a7d2: am c0d84934: am 076c599f: am 1ad5c813: Fix typo in TtsSpan.\n\n* commit '9f206bec2d58e5edcebb134013e2d9a23659a4d4':\n  Fix typo in TtsSpan.\n", "proba": 1.3181170288589783e-07}
{"commit": "994156053b25ece9641f521dc9853975c1857c7d", "message": "Use fixed viewport for all devices in wide viewport mode.\n\nThis will simplify viewport logic; and currently Clank behaves\nthe same for phones.\n\nissue: 4343683\nChange-Id: Icddc23cd5b12f9820c611dbf66c9772f147baf4b\n", "proba": 3.984940121881664e-06}
{"commit": "c27d9b5341b29c1b58c882f0a04b4c519d8a9853", "message": "Manual merge from cupcake_dcm. internal CL#148693. Two donottranslate.xml-s are already submitted.\n", "proba": 9.790398536324574e-08}
{"commit": "7ac6cf9d9e6928b85ae4c4c35a515ce7111de066", "message": "am f8d4964e: default overview mode to false in webkit\n\nMerge commit 'f8d4964e45f7e671f4b333386b4269b23ced4750' into eclair-plus-aosp\n\n* commit 'f8d4964e45f7e671f4b333386b4269b23ced4750':\n  default overview mode to false in webkit\n", "proba": 1.1792362784035504e-06}
{"commit": "8b98284b97b81a4cc85d9fc26e79160e9c38ff1c", "message": "am 64796477: Merge \"DO NOT MERGE-Refire the redraw event if webkit wasn\\'t ready\" into honeycomb-mr2\n\n* commit '64796477f61f2fb5435e5043820c67dead4ec577':\n  DO NOT MERGE-Refire the redraw event if webkit wasn't ready\n", "proba": 4.509729023993714e-06}
{"commit": "94345f45e7b82a22eb1e71205612315b7f44c2b4", "message": "Fix zoom overview mode bug in the zoom manager.\n\nChange-Id: Ia4c95e8014976ff6a1c5f3b19030abd78b532f96\nhttp://b/2793303\n", "proba": 6.892387318657711e-07}
{"commit": "938a1142d631cad5bc294deefb9571f9e50151d5", "message": "Make the reading level scale at least 0.5f apart from overview level.\n\nThis is related to the zoom behavior when user double taps.\n\nChange-Id: Ie36519114ad30aaa9fb32c7164f0d3e841f7d721\n", "proba": 1.2639546184800565e-05}
{"commit": "6023873463331d30b7ed12942c3323f1b6975ed8", "message": "am 2dda21b9: Merge \"Another stab at fixing issue #3149290 java.lang.RuntimeException:...\" into gingerbread\n\n* commit '2dda21b93f8a8e0fb70de44eae826bc68349813c':\n  Another stab at fixing issue #3149290 java.lang.RuntimeException:...\n", "proba": 1.1571277980237937e-07}
{"commit": "9125fbacd85a4a0b8993886aacfe66091cd4f463", "message": "Rewrite popup window positioning algorithm\n\n- Avoids scrolling to display anchored popup menus\n- Reverts interpretation of mClipToScreen\n\nBug: 27875726\nBug: 27998829\nBug: 27949042\nChange-Id: I8335c8e60b96d59611268fce689ce78f337ff1c7\n", "proba": 1.3375412208915805e-06}
{"commit": "0bad1196a1f10438824d875a8071abe90ebbca87", "message": "Initial commit: RelationShadow.java\n", "proba": 3.0178640031408577e-07}
{"commit": "55f8d2b820fc9eafee5398b3f627584124e2fe65", "message": "Create Jumper.java", "proba": 2.3941861400089692e-06}
{"commit": "3430f59951328c6d17045fbc8f85f629723af541", "message": "am ba43f7e9: Merge \"Revert \"Sometimes the application context is null\"\"\n\n* commit 'ba43f7e914cd2cb8145ffeb5720aa5e87be48b9b':\n  Revert \"Sometimes the application context is null\"\n", "proba": 3.051999328818056e-07}
{"commit": "22528510a5e6b08d609a7dd200d495745c768d0a", "message": "changes on reading the configuration with different flipping-orientation of molecule (enantiomer), particularly for paracetamol\n", "proba": 1.425197240223497e-07}
{"commit": "46c2f324f71815cc8e41e01fc62917ffe2caaff0", "message": "minor formatting changes\n", "proba": 6.106667456151627e-07}
{"commit": "179f8356d09ad47f9a8e973fd28ed9d1a0119e9a", "message": "leetcode-271: encode and decode strings\n", "proba": 5.567852440435672e-06}
{"commit": "7bc67560bfd4af09882eb4ba70c60a3437f90ed1", "message": "Cleanup formatting\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@10060 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 9.640001735533588e-06}
{"commit": "b3ebc6f7deb32ebd725acb5d0184974dfd809622", "message": "use ApacheHttpClient.create() instead of new ApacheHttpClient()! Thats really MUCH faster.\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@5788 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: dbf5d15f401abd0ddde9a23ce3c5311ca78c0d46", "proba": 4.479374547372572e-05}
{"commit": "95ae80f71de4f80ec60f884f36e094f5dde77082", "message": "Fixed some imports and slight API changes that made the previous commit fail.\n", "proba": 1.0428108510041056e-07}
{"commit": "3d08ef8723c66edbe289fad4106f37f5ea82f5ce", "message": "Delete Shape.java", "proba": 5.509702532435767e-06}
{"commit": "abbd442892fc0bea6aaa91e40a58e55d6c632428", "message": "(Linked List Cycle II) [Accepted]\n", "proba": 1.0828181729038988e-07}
{"commit": "8579da7cc3326acbc6a2f8a60d726d36562980b7", "message": "#113 #52 #49 Added an overload of the Function class to allow local and\nglobal variable handling with regards to the function", "proba": 1.213212499351357e-07}
{"commit": "3da850bf11f1ca129bd489c040336e867c40997b", "message": "Make client-side map queries tolerant to cluster migrations\n\nFixes #9724\nBackport of #9098\n\nThe test was backported in #9689, but the original fix was missing\n->\nthe test was consistently failing.\n", "proba": 1.205566775297484e-07}
{"commit": "590fd333b0a94b34af67ffa10765f4111de01d15", "message": "INTEGRATION: CWS qadev26 (1.1.2); FILE ADDED\n2006/04/11 12:29:27 cn 1.1.2.2: #i64282# insert more then one drawpage\n2006/02/09 21:22:56 cn 1.1.2.1: #i61872# new since cws 'viewswitch'\n", "proba": 1.1328990012771101e-07}
{"commit": "66683165c79b4da7af3d455622a7dbc01bd3448d", "message": "lattice doesn't need to be a field\n", "proba": 1.7662892787484452e-05}
{"commit": "45ae7a19c8e53e2860716c398c10f001001e12d0", "message": "making working with round robin  workers easier with builder\n", "proba": 1.299630980611255e-07}
{"commit": "b1c7541e1047e1ad2c2f5816e142d36ca56fb732", "message": "only return success if status is 200\n", "proba": 0.0010484118247404695}
{"commit": "913ff86466406a251d09c454f4138549e7a08996", "message": "compile\n", "proba": 1.7712486624077428e-06}
{"commit": "8074b34db849860049fac9f50a25bc031e650466", "message": "Classe Usuarios", "proba": 4.994356572751713e-07}
{"commit": "9e523040e23ea14e8debf718582e331f5a73ced5", "message": "Contributor: Rich Scheuerle/David Illsley\nDavid discovered a small problem with my recent change to the MessageContext sreialization code.\nThe copy method should only get the local properties.\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@577954 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.715997420134954e-06}
{"commit": "df9d9572088423a7bc49eddf17ea07e0510659b7", "message": "Create WPS_password_engine.java", "proba": 0.0012938614236190915}
{"commit": "2c8410c93b9f1972395e041ce03cd085ce3a3b3a", "message": "don't include extra output in SshFeed calls\n", "proba": 3.4701497497735545e-07}
{"commit": "96b3a739d1a5d5404db2b0cf6551e36459a4a66a", "message": "Fix branching bug", "proba": 1.7538782230985817e-06}
{"commit": "21185313b1880f09f23e9c0df8d3e12705989cea", "message": "TIP4P dipolesum square\n", "proba": 7.571055675725802e-07}
{"commit": "6e85375570e61bf91866f40aad98b4910d55a9a5", "message": "update(clobber) lnbias when new mu is set\n", "proba": 1.8187445505191135e-07}
{"commit": "ef5e404401f63b04ab765e6e7b02e1247c506a21", "message": "Criado a classe DaoCliente.\n", "proba": 1.389038146726307e-07}
{"commit": "78d253a8df225304034cfdaf214c8f1021b81024", "message": "Re-add moved type `OriginTaskExecutionMetadata`\n\nThis type is used for Kotlin DSL script caching.\n", "proba": 1.0281760154384756e-07}
{"commit": "1da10a5d2e0f6f48814aed95b312ac91c68ebcee", "message": "\u0414\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u044b \u0442\u0435\u0441\u0442\u044b \u043d\u0430 Point\n", "proba": 7.692475492149242e-07}
{"commit": "fef620c622d64d392d2eb4beeee1b96b51c5dfd2", "message": "added initial client implementation, can connect to ftp server\n", "proba": 1.4874019882427092e-07}
{"commit": "08d99361a7716cb2fc1dcfe8b971b8ee8bae978d", "message": "Add callback completion tests\n", "proba": 4.6067992798271007e-07}
{"commit": "7836b05105ab2c8cd945b63ccebb2373396ad5b2", "message": "am 71836f4c: Remove scroll barrier constant. Bug #2553595\n\nMerge commit '71836f4cb6389042d839d2a26582f796c6e97c26' into kraken\n\n* commit '71836f4cb6389042d839d2a26582f796c6e97c26':\n  Remove scroll barrier constant.\n", "proba": 1.2159948425960465e-07}
{"commit": "04f388154e98ed4f8e5a276b3de5473896d3b4c3", "message": "Fixed sonar violations.\n", "proba": 1.7186816592129617e-07}
{"commit": "a8a67df0d3750ae8bae48049be46bd2bdc9861f1", "message": "Allow activities to be visible behind the Home Stack\n\n   - Only hide/stop activities behind the Home stack if the Home\n   stack contains a full-screen/opaque activity.\n\nChange-Id: I69f951b91753f48d0344a9d534569cfb8de1d57f\n", "proba": 4.0919954358287214e-07}
{"commit": "c7624d93385e502629aaa53a479c3231be8962cf", "message": "Fix measurement of external media dir\n\nChange-Id: I90a39c6a506ad0e5d18b40824d06eb1a7e376a3e\n", "proba": 5.210478411754593e-05}
{"commit": "cf3d418c952becdf2212be96d32987961b8bd76b", "message": "added test cases for the false positive analyzer\n", "proba": 7.915444257378113e-06}
{"commit": "6668a7a61305cd6a10abf40083a385cdd68b913c", "message": "set requestDOI to \"\" if not found\n", "proba": 1.0126814231625758e-06}
{"commit": "382f18789e25ad6c1f1d45e9397bbe5705cf561b", "message": "GRAILS-9509 - improve reloading\n\nThere is a problem with stale JVM state that isn't cleared up properly on reload.  Spring Loaded is going to address this but for now the simplest thing for us to do is the change represented here in this commit.\n\nSee comments at http://jira.grails.org/browse/GRAILS-9509 for more info.\n", "proba": 1.0358982649449899e-07}
{"commit": "1e1d27af1996414d8b65accb40ad02710983d152", "message": "Added dir2floppy sourcecode\n", "proba": 1.7076632730095298e-07}
{"commit": "d09011d455a6135599e91ecfc9ccbf542904d23b", "message": "[MRELEASE-101] make tests compile on JDK 1.4\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@399572 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.96616246184567e-07}
{"commit": "256838fcff84e0b7a81b37cbbf53bf5bbdb6d4c5", "message": "\u6dfb\u52a0\u4e86\u4e00\u4e2aredis\u7684springboot\u7684\u914d\u7f6ejava\u6587\u4ef6", "proba": 1.5017249666016141e-07}
{"commit": "8092a1bd83da817cdeb4e61be5657450b2d47963", "message": "Create CheckBalanced.java", "proba": 2.6597786018101033e-07}
{"commit": "074d2031a4c1e42da8c3ae646b532fae9904af31", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "5810186251d7fb193d4e6412ed6fe29af9001da7", "message": "initial import\n", "proba": 6.214378913682594e-07}
{"commit": "c49f5b4943898c9969c26abc6146457418400208", "message": "KRACOEUS-6608: Modified the versioning logic to preserve approval date, last approval date and expiration date for amendments.\n", "proba": 1.0296479047156026e-07}
{"commit": "835942e9e39f1612773e7085adad5d2cbbaa101b", "message": "Simple action class for confirm page.\n\n", "proba": 1.0784259529827978e-07}
{"commit": "f384416483d70a656a97ee80931d0eff3f9b9205", "message": "SLING-2985 : add 'double-click -> open in editor' support for files in the content-browser\n\ngit-svn-id: 6eed74fe9a15c8da84b9a8d7f2960c0406113ece@1518239 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.461787501801155e-07}
{"commit": "c4d071ad60139d9baadc4a4db07fd285b6d7f26c", "message": "add helloworld.java\n", "proba": 0.9999842643737793}
{"commit": "937aa2bb591dec46bbe2ca0233fbca4056ec67e0", "message": "Added a database persister\n", "proba": 1.608239017514279e-07}
{"commit": "e5a5f84fef404426d5f61f53396900dbe1d70df1", "message": "Add constructor with more inputs for dependency injection.\nam: b9df11099f\n\n* commit 'b9df11099f16ca816a69e06f1327eb1f86723578':\n  Add constructor with more inputs for dependency injection.\n", "proba": 5.970408665234572e-07}
{"commit": "4f90434fa6f1e84847be0d8e1823288f19adaf18", "message": "temporary fix pending a discussion tomorrow about how we should handle method dispatch in Grails 2 controllers\n", "proba": 1.1329670712711959e-07}
{"commit": "13ded3539c773e8aaf99311d6c12b8ee3b42b1d4", "message": "Update MaxFeeTxHandler.java", "proba": 5.135723313287599e-07}
{"commit": "23f85901f97b6e4972ec606c3ef2fb48fe9df78b", "message": "AddComment uses new post method.\n", "proba": 1.220204666196878e-07}
{"commit": "db2e1128e051d80513764bb056dd9468b8650cf3", "message": "port get/setCriterion methods from List to Site.  These can't live in Nbr at this point because Nbr doesn't know about criteria.\n", "proba": 1.0365603486661712e-07}
{"commit": "fd915f5d5a9c895e053195351a6e888f3a99276a", "message": "Exercise1111 update\n", "proba": 1.8979453386691603e-07}
{"commit": "d358b916f46c1ad9ab7df2b1e6576229aa5ad8c6", "message": "Handle error gracefully and continue\n\nhttp://ideone.com/JOIAfB", "proba": 1.6526193746813078e-07}
{"commit": "91a13318d4c44edcd10a1ed7021d1ef7ff8893b1", "message": "am e6b27966: Merge change I94132420 into eclair\n\nMerge commit 'e6b27966fd7e181a52b35cd95937b935ba05783b' into eclair-plus-aosp\n\n* commit 'e6b27966fd7e181a52b35cd95937b935ba05783b':\n  Fix network-feature timeout code.\n", "proba": 1.2987983666334912e-07}
{"commit": "8aa136a78cbaf90a5a7612cb461a64843b8be25c", "message": "am e0c1bc98: am b31174de: am 9ce3df55: Merge change I2c6e54e4 into eclair\n\nMerge commit 'e0c1bc983431254a6fb4084ccda507f15e8247f6'\n\n* commit 'e0c1bc983431254a6fb4084ccda507f15e8247f6':\n  Throttle proximity sensor values so we do not process more than one change a second.\n", "proba": 1.1589710879889026e-07}
{"commit": "3c9435a20597adec7ec2e110b92920b4a9ecb0e7", "message": "PowerManager: Don't poke user activity in setKeyboardVisibility unless the state actually changed.\n\nFixes bug b/2158297 (lock screen should time out after 7 seconds)\n\nChange-Id: Ia3f7ef6464129ab78283923dbfd7f7472136e676\nSigned-off-by: Mike Lockwood <368d0007e4626f70737d16df5e49ed8806b98c3f@android.com>\n", "proba": 2.1545952222368214e-07}
{"commit": "0c2b04bb53ec1c6a293b81fb5d56a0579c18b466", "message": "am 1e27dc97: am 0e063382: Fix the unhandled authentication message.\n\nMerge commit '1e27dc978d5e929679f96eaed541c14b37cd1118'\n\n* commit '1e27dc978d5e929679f96eaed541c14b37cd1118':\n  Fix the unhandled authentication message.\n", "proba": 4.4348431060825533e-07}
{"commit": "580f7f679bc0de0bf40fd497dc35030477b53ce6", "message": "Prefer parallel streams\n\nAlso, make more work for myself in the future.\n", "proba": 1.0848399512042306e-07}
{"commit": "25128343b0d5107aedb27239ac5bdc721717d01b", "message": "KristianRosenvold: How many race conditions must a man walk through, before you can call him a man?\n\nThe answer, my friend, is written in the code, the\nanswer is written in the code\n\nr14779\n", "proba": 0.00012275368499103934}
{"commit": "98cd78085c4121bc8d66ea12098e890e57668fb6", "message": "Added first version of RegionTopicXMLtoKML.\n", "proba": 1.085046861248884e-07}
{"commit": "2b2b7657a5f3746b91e42886046d62e95127a82e", "message": "Use interface rather than standard implementation\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1242142 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.0916788824033574e-06}
{"commit": "96b72e4b4abf0cbe5dbc61ea0dbd89731927b96f", "message": "Change timing of add the channel instance to the interceptors.\nAdd the channel instance to the interceptors when starting the channel.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1740232 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.135231731401291e-06}
{"commit": "ec09010730f556a0a746d7b175feca49571eec19", "message": "am 7f33f6e9: am 38b987ab: am 0155856a: Fix AudioService rotation helper thread\n\n* commit '7f33f6e92fa22f47af2f8d61883197013fae4c66':\n  Fix AudioService rotation helper thread\n", "proba": 2.8221350589774374e-07}
{"commit": "4835c17b13c08693cf9a370df86d660818f8d391", "message": "am 1e122850: Merge \"Fix issue #6609383: java.lang.SecurityException: Requires...\" into jb-dev\n\n* commit '1e1228505d1704eab2dabb446c14518c6ae4ddc0':\n  Fix issue #6609383: java.lang.SecurityException: Requires...\n", "proba": 1.131044342628229e-07}
{"commit": "69de7e1a4ee9455ecd5a4aedfb6e5c395364dbbe", "message": "Fix a bug in ActivityManagerService#navigateUpTo\n\nDeliver new intents to an existing parent from the calling uid obtained from\nthe applicationInfo instead of the process record, since the process record\nmight be dead.\n\nStoopid monkeys.\n\nBug 6328725\n\nChange-Id: I4371a5705ccd7004f0dfe11da7c48d1563fb8dac\n", "proba": 1.0992741408699658e-05}
{"commit": "cca0965a1baa0c36d361127f94076943dd3d2803", "message": "framework:base: iterator error in singletone provider\n\nIn case of singletone provider, we don't count it in the guset user.\nAfter we remove it from the array, and resize the array, need to move\niterator back.\n\nChange-Id: I99920a6beccc9de0e67ffeb632b1940efaee10b9\n", "proba": 3.2705447665648535e-05}
{"commit": "8af83e03de2969b0adc86f74b36cc08efb23a911", "message": "chapter08\n", "proba": 3.681709017655521e-07}
{"commit": "92618f5fd9e4a0469d60cab39765b7c820c1976b", "message": "am 52749c0b: am 03daee63: Merge \"frameworks/base: acquire lock on am only when needed\"\n\n* commit '52749c0b1117a05a9c853b7d54f69a281f69cf3c':\n  frameworks/base: acquire lock on am only when needed\n", "proba": 4.3030277652178484e-07}
{"commit": "a3a041d55b2039d52da386647c235e50198e36a3", "message": "Maybe fix #6584979: Unable to launch share chooser activity from a Notification action\n\nDon't count an activity as a system dialog to be closed, if it is the\none that asked to have system dialogs closed.\n\nChange-Id: I60bb194adde78dc3ac0a4d9b0c1dfbabd105e594\n", "proba": 1.570039103171439e-06}
{"commit": "016ff14f12900a12499a434b297b2192b62ff2da", "message": "Stop dreaming if the battery not charging effectively.\n\nIf the user activity timeout expired and the battery appears\nto be draining faster than it is charging then stop dreaming\nand go to sleep.\n\nBug: 7312455\nChange-Id: I1b9d89e5b2647c72c455d2792e3778a2fe6a4e34\n", "proba": 1.9934703232138418e-05}
{"commit": "7f2c562fc4b7bfd2981883bf57fb8a7d0039caa8", "message": "Product_of_Array_Except_Self\n\nChange-Id: Ic7b19c7812f454e736a2eaf8d9162addbc378d81\nSigned-off-by: pistolove <410a3c9a1616fe31e0c38c1719613c8270ffba78@163.com>\n", "proba": 1.277700505397661e-07}
{"commit": "b10042689bf72f8f31e2bf5036e05eb148ea630c", "message": "Reduced Log level from INFO to DEBUG for NarrativeType filtering in filterCollection(Collection<NarrativeType>)\n\n", "proba": 1.0937197458815717e-07}
{"commit": "14a042719b076a1354901929aba8ab7b01ee0a34", "message": "SAK-40345: Announcements > sort order problems\n", "proba": 1.231713895322173e-07}
{"commit": "0b0ea5cea44861f773ee762be5fc4957193636b0", "message": "add mimetype and extension and start activity with mimetype\n", "proba": 1.7404640573204233e-07}
{"commit": "aae443387880a3683dc5b5d875acffecee8f7ba4", "message": "Added functionality to SimpleCamera so that it will initialize the camera and the preview. It also handles releasing itself and the preview.\n", "proba": 1.0013513929152396e-07}
{"commit": "6b2d3bb8b160551249fc4d797e1842d470956b74", "message": "Add a DailySquee module", "proba": 2.823198599344323e-07}
{"commit": "e7e6d97f2910ed05adaeebfc3d2cbc96ed5496cc", "message": "Fix for Issue 660:\tFor trait specification errors, error messages should include name of taxon.", "proba": 1.0343720191485772e-07}
{"commit": "b93108ca9aaf7f994381536216c787b3ff393e33", "message": "Solved bug\n", "proba": 4.508996767071949e-07}
{"commit": "172f1de16c2eb33c1f7bbfa32b1fe558bdcfd57a", "message": "AdaptiveMonitoring\n", "proba": 4.878722847934114e-07}
{"commit": "ae5f5803db3446d5eab484d918f9fee8d47686bc", "message": "Clarify exception\n", "proba": 0.998671293258667}
{"commit": "067b48b14b0833e633182bd88080b681c488bc6c", "message": "adding ifnull", "proba": 0.00012619448534678668}
{"commit": "297392713bb61d209d0407f31e759433039f581c", "message": "settable max # of connections\n", "proba": 2.6369417582827737e-07}
{"commit": "82d5870db651685cb987dd5e0bea7b9db5fcae3f", "message": "Reformat method comment to reduce not useful lines number\n", "proba": 2.9581224225694314e-07}
{"commit": "fcdbefbe3d992e57ded8ac4f7279406dee8ba802", "message": "Add <area> to <info> only if some regions in the map were drawn at step 1.\nFixes #143.", "proba": 1.0111530457379558e-07}
{"commit": "bde5addec38ff31c317a18b1a516446ebdbc9897", "message": "\u5206\u8bcd\u7279\u6b8a\u60c5\u51b5\u8bc6\u522b\u5de5\u5177\uff0c\u5982\u82f1\u6587\u5355\u8bcd\u3001\u6570\u5b57\u3001\u65f6\u95f4\u7b49", "proba": 1.3715572322325897e-07}
{"commit": "65f51e0fb9d7d7e138b81bd028615e2c5b27ccf4", "message": "add the quick sort class\n", "proba": 3.347089204908116e-06}
{"commit": "54703fe8c995e319502d0a3e7c297fb2650b1255", "message": "added DBMAFacet\n", "proba": 2.0282094226331537e-07}
{"commit": "af563c0e2107bf6ee1817730de05dcdda61ebf4a", "message": "main activity for nutrition lookup", "proba": 1.6671606317686383e-07}
{"commit": "13088053e2b6a3c76ded67800f6912eacda0e15c", "message": "Several changes made\n\ngit-svn-id: 729bdefa3ac08a32bb0960c9fb5ba7082d9ecbb2@508 2d6b427a-3b9d-4b24-b9d1-46c41b8758ae\n", "proba": 1.4611728147428948e-06}
{"commit": "c47cbad54b4a7ef84721aad6c1cd97df181d868e", "message": "Reformat comment, and add another XXX comment.\n", "proba": 1.046792448278211e-07}
{"commit": "42c4559937b158371f8f300dee0ce26db5a227fb", "message": "Creates basic PlaceDetails", "proba": 2.3251760694620316e-07}
{"commit": "a37791dcbf83b1e97af205bd256bdfba3334a6c9", "message": "Preliminary stub for SAM reader and mapper ", "proba": 1.2608762745003332e-07}
{"commit": "179b59285eb3941d1e1411d77a3cd2dd8ae71ae3", "message": "Moved commands into proper packages\n", "proba": 1.1640275261015631e-05}
{"commit": "60247f630eb99ecdf3580e18083246953e2c29f5", "message": "Make it possible to get Season and Episode by patterns\n", "proba": 9.112416137213586e-07}
{"commit": "34b1f69a91ef66fd207fcaecce31470143d9264a", "message": "One test for every homomorphic property added, closes #3\n", "proba": 1.4017587091075256e-07}
{"commit": "ffd8ef296994421a77a0c706810ce3a19c8fe688", "message": "fixed build test", "proba": 4.525880399341986e-07}
{"commit": "307fb64f5937d52e048edfc44e0265d682d00894", "message": "solving problems...\nadded one more test\n", "proba": 1.7446119215946965e-07}
{"commit": "c193fb0b660ab58eef54068b56edd0b21d2459e3", "message": "content ivar can be final.\n\ngit-svn-id: 3cfc64c80f2e6f92f6d08f3c7f3967ef35335cd9@1459444 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.544234929606318e-05}
{"commit": "f4745c31b8b86816788b3d5ad422017cda76efa5", "message": "Added declaration for Interpolator.\n\nSigned-off-by: Stefan C. Mueller <c254eda801bce04e1df6ae386a0fe0292fd3aca5@smurn.org>\n", "proba": 1.6626513854589575e-07}
{"commit": "394704848a549efe905222cd3946875c841a0033", "message": "Update Submission's resource ApiDocumentation\n", "proba": 1.7229747584224242e-07}
{"commit": "88c4e3565810dce9b452224599ad83ef9804dfd6", "message": "Exclude a few more ciphers from tests that are no longer supported in OpenSSL 1.1.0\nRe-group & values for easier maintenance\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1661937 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.92046274302993e-06}
{"commit": "2416f03bdcd99da50e324b9efdd7dd1a5d2f6210", "message": "connect nodes at same level partially completed", "proba": 1.7425732323772536e-07}
{"commit": "ecafab1a1dcbcbb8fbc9896213ffc99618e77b2d", "message": "Fix case where browser cannot be loaded (this happens in Linux if the proper version of webkit or xulrunner is missing)\n", "proba": 1.2095019030766707e-07}
{"commit": "4a16c9eacf0dfdb77d23f643ab8a0a452cbf5a13", "message": "Minor BaseImareRecordReader fix\n", "proba": 1.4576748696981667e-07}
{"commit": "0f8a3380d717af89975b55a2e19b77c961812a5f", "message": "add deprecated HBaseLoader for backward compatibility.\n", "proba": 1.0844986064739714e-07}
{"commit": "eb0bf6d6d2ddb7074fd09577acce28b3b9bf5a89", "message": "Solved first part of 1.1.24\n", "proba": 0.000108346801425796}
{"commit": "cb10f92b1e97c710924405e1120da2b60e97d772", "message": "LocationLoad task\n", "proba": 0.9996474981307983}
{"commit": "45e63b3e882902a6e03347a763ee5302bf328a96", "message": "removed redundant class\n", "proba": 7.193136116256937e-05}
{"commit": "f37a06f2f07930b11c80b8bcd349b6f8783c2b0d", "message": "ConsultaAgenda", "proba": 6.529267579935549e-07}
{"commit": "703036c9078cfa011ae6e6772d0973a36274408c", "message": "[MCHECKSTYLE-152] encoding property in maven plugin is never set correctly to charset property of the checkstyle itself.\nSubmitted by: Svetlomira Manova\nReviewed by: Dennis Lundberg\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1239515 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.26936884675888e-07}
{"commit": "12e8e2544aa3daa9d7b7df5ad76b50cdf812b4da", "message": "spacing code is commented in DashboardLayout to work with portrait and landscape modes\n", "proba": 1.2135052429584903e-07}
{"commit": "6d13231059297ea6a5677c21ce579f4e6fd63f29", "message": "\u00deetta er prufa\n", "proba": 3.80150322598638e-06}
{"commit": "79ac69821730c10465333e6ea2d98a77d63b79c8", "message": "am a6946bde: am 27517b21: Still use ro.monkey\n\nMerge commit 'a6946bdedeaeb86b9f47a0e7e48cb2011540f3e7'\n\n* commit 'a6946bdedeaeb86b9f47a0e7e48cb2011540f3e7':\n  Still use ro.monkey\n", "proba": 6.618869292651652e-07}
{"commit": "c4992740b693909e71fc4da4129c4801c78b4b24", "message": "Changed version in PluginConfig\n", "proba": 3.2116417969518807e-07}
{"commit": "85df1996c03dfa38c9cef2f6872d7b4d853f0ce7", "message": "Fixed a problem in Player.java", "proba": 8.877980235411087e-07}
{"commit": "47ed7f5704d00eaca1db76e9e58aba9639d5657f", "message": "Change array to variadic parameter.\n", "proba": 1.3331421655493614e-07}
{"commit": "be570d59589cfb65bc3e7c73b8e7df5901e5f9d6", "message": "Add endpoint equals method\n", "proba": 0.0029631303623318672}
{"commit": "ec622eedd032577380ae1fa32e730dc18087f711", "message": "Added a log in the context class where raspberry facade is constructed", "proba": 2.806487771067623e-07}
{"commit": "4d9e59711574161b9869c0e0ba596dc733fdd401", "message": "Fix web test to recognize proposal log lookup on create new IP\n", "proba": 2.455194021422358e-07}
{"commit": "4adb3ad67ba14ab5a7bb59763c8f6677338361da", "message": "added annotation for JSON loading", "proba": 5.033431875745009e-07}
{"commit": "8fcae97979583e7336262a1bdf556b3db1a8673d", "message": "I'm not laughing.\n", "proba": 0.001264112419448793}
{"commit": "a3076674e1e6c74bd49f791e0753c058a397b415", "message": "added stub method for including external stats using SPAWS\n\ngit-svn-id: f58a9b601cc1b78d50b2e947bdfafe48659f3a22@313 5fc6d161-ea32-e9bb-d6c6-78504b9a0898\n", "proba": 8.397474857702036e-07}
{"commit": "5498ba4a1fc01cf8c9f931fdd424be66c561f4cc", "message": "am 55b5fb8e: am 4662ef1f: am adbca3e5: Merge \"initialize codec list before MediaCodec.getCodecInfo()\" into lmp-dev\n\n* commit '55b5fb8e25f0ef15377c08db9c1ec82e03482e18':\n  initialize codec list before MediaCodec.getCodecInfo()\n", "proba": 1.600171913196391e-06}
{"commit": "e2c83c97fb4224c2743ff10fd28bf6efcbd32f74", "message": "TIF: Change data type of custom labels and hide inputs\n\nChange-Id: I2783245671a2a2a5500c6f97acf6375f44db8bf4\n", "proba": 2.780780903322011e-07}
{"commit": "b105a06eba68f6b53b5a560e7d9744f0f91f301e", "message": "Create dao.java", "proba": 7.509924762416631e-05}
{"commit": "8f6dc81fbeab75a1c916a87498ca240c818ef4c2", "message": "adds SpecialType command", "proba": 3.7837045852029405e-07}
{"commit": "c010acea11d5a117647830833bae358c88fa3131", "message": "Comment out numerical accuracy check since last standard deviation value can be off by a significant amount due to random nature of probabilistic SVD\n", "proba": 3.224968452286703e-07}
{"commit": "aeaaf9756a179ee36c4711de66d13e7269a4f8ae", "message": "Add .toString() to Schema class, so that such instances can be reasonably displayed within the .markdown part of the API response\n", "proba": 4.6509299522767833e-07}
{"commit": "48d055e91c14af86d055ce208c4c585cd1c6d8f8", "message": "add Remove Duplicates From Sorted Array solution\n", "proba": 1.791090653568972e-07}
{"commit": "795807b981e7869cc5a28b42d05f6c539d8de1d8", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "5c7fe7499eb9456611068f046f641581c97ff4c4", "message": "Adding placeholder for MergeSort\n\nI\u2019ll finish the implementation later this day.\n", "proba": 9.706097614525788e-08}
{"commit": "ba8019bd37dde0ae0fa44fb2a65a4de25d42c9aa", "message": "INTEGRATION: CWS qadev11 (1.3.2); FILE ADDED\n2003/09/03 15:29:13 sw 1.3.2.1: #112049#\n", "proba": 1.1971448543590668e-07}
{"commit": "a44c06b62ae44f2cf9eef89bd4cd50920bbdeed2", "message": "am 80a3fbf4: am c9eb398a: Merge \"Clear identity when killing media provider.\" into mnc-dev\n\n* commit '80a3fbf4082483065d462f0b2b0f5ff8cad22b5c':\n  Clear identity when killing media provider.\n", "proba": 2.3733957732474664e-07}
{"commit": "589609678e4efb1a810bb81b9ab884797b9dac3b", "message": "Add dummy Horizon handler\n", "proba": 3.427740011829883e-07}
{"commit": "a8aa5fb4ad3b784034cd4972adf127f5e8f86b13", "message": "am 5bf6cc01: Merge \"Initialize mOtaspMode to OTASP_UNKNOWN.\" into honeycomb\n\n* commit '5bf6cc0126b5e554f629bb4c96716a2a5701d04b':\n  Initialize mOtaspMode to OTASP_UNKNOWN.\n", "proba": 2.5266425041081675e-07}
{"commit": "f5be62c644ad5eafc7a5fa9be981a5cad1e39ed7", "message": "Added problem 9", "proba": 1.543863703545867e-07}
{"commit": "909875d12a6b8721f4a0516c4aef3fc4d800756b", "message": "Fixed errors on somehow deactivated or blocked SteamIDs\n\nThese SteamIDs have no real content in their XML data, but a text in the <privacyMessage> tag.\n\nCloses #29\n", "proba": 1.5557587573766796e-07}
{"commit": "7a3f9e480103cafcf6ededa0a3ab6ecbdfb880e6", "message": "Fixed broken write(byte[], int, int) method\n\ngit-svn-id: 1732f375c6335189b6ae1149d0b9e1071a8b4bd4@159033 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.07307231600862e-06}
{"commit": "f7c332c911cb6a108f3fbe9ee56334ad7890cad0", "message": "debug testing class\n", "proba": 7.928625791464583e-07}
{"commit": "d21459c902b68040e1c4fc35ccc6c3d344899371", "message": "renamed AISPacket.getTagblock() to AISPacket.getTagBlock();", "proba": 5.804758984595537e-07}
{"commit": "4d84617c0ab2240854baefc12f8fcf41162ea14a", "message": "add regexp test\n", "proba": 1.688302631919214e-06}
{"commit": "517e2a15f3085e83c6ca335034474351b75c8080", "message": "Complete task0913\n", "proba": 0.004754654131829739}
{"commit": "eb168a6c49f9b1029bdc3f8521abca0a5179f081", "message": "#193 added FormPublishHandler interface <vijay>\n", "proba": 1.0713569054132677e-07}
{"commit": "f96151350e23ac4778acda70af8069f2f6a4abc5", "message": "one more ninja fix before release\n", "proba": 1.2000677429568896e-07}
{"commit": "10075157537d8ea90bc6588ac9a5f53a2b6429b0", "message": "Initial version.\n", "proba": 1.5797580488197127e-07}
{"commit": "066486cd130b20727b2ceea31fc6ac18a2dfd71a", "message": "AND and OR", "proba": 8.493083214489161e-07}
{"commit": "79c2bf9a331c0fefdee703236a4b6feef11054e0", "message": "extends FragmentActivity\n", "proba": 4.84192923977389e-07}
{"commit": "c73182cf1f9f65726caad06f0f466b2bfc33e784", "message": "add tests to request manager\n", "proba": 3.347895756178332e-07}
{"commit": "d62fd196670f23e88cb2e741dcf92429c871bf63", "message": "Updated for use in JDK 1.4.2\n\ngit-svn-id: d69ffe4ccc4861bf06065bd0072b85c931fba7ed@158495 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.2733719257958e-07}
{"commit": "25ba9d6ee2e0914118ee79ee094ba99160663da6", "message": "Proposal Hierarchy - More budget sync\n", "proba": 1.1675063404936736e-07}
{"commit": "c5d8ca6c5f1fd5846097485d8881d1d5cd14ba1c", "message": "KRACOEUS-2896 - Clearing and cloning Congressional Districts in the ProposalSites on Proposal Hierarchy creation\nKRACOEUS-2945 - Clearing Credit Split info for Units on Proposal Hierarchy creation\n", "proba": 1.0296636077100629e-07}
{"commit": "7e48e1313cf9f9257382ee404dc524c210b2ab99", "message": "Created FinancialSystemDocumentPresentationControllerBase\n", "proba": 1.8935556056476344e-07}
{"commit": "b10467e8212a258198e9f50faf521ffdcaf74f24", "message": "[nobug] improve hyperlink text\n", "proba": 0.0002615090343169868}
{"commit": "bd0a9581f1f02c51d3862e485d9367da3c31945d", "message": "KubernetesCommandExecutor: Add DefaultKubernetesClientFactory\n", "proba": 1.055700636243273e-06}
{"commit": "3ed7a9b52db15a486e0c28916b5dfbaa22246314", "message": "messaggio errore fixed davvero", "proba": 9.468602684137295e-07}
{"commit": "5e4b4c533e14b77f692969e7b396f9564047b47b", "message": "Updated Javadoc\n", "proba": 2.85791628584775e-07}
{"commit": "0196ff8a86b7592da5e0c39eef1ec00874bf9d3c", "message": "FLEX-2124 Now only updates relay status if switching time is newer\n", "proba": 1.153664612729699e-07}
{"commit": "052ec1ee18e0f43c57b3329d5fe119511a8332f6", "message": "Added convenience methods to HttpRequest\n", "proba": 1.2538494331693073e-07}
{"commit": "51fe9ffc661fd8c12ac4a3db5de77e7f4889a5c2", "message": "added a java servlet to be used to update the big businesses database\n", "proba": 2.0700751690583274e-07}
{"commit": "0e415c66620871feefc55e617f3f1f61fcd6c7b1", "message": "A better fix for bug 8740202.\n\nContinue to layout windows that are animating away. Otherwise they\ndon't track with their parent windows that may be moving at the\nsame time.\n\nChange-Id: Ic5b762ee538219fd6193e27dde6c245cbaa098df\n", "proba": 1.4107079095992958e-06}
{"commit": "ee15f49f5214c4f59ce168e0e733eaff3bae1b1c", "message": "Move AutoRefactor to java source set\n", "proba": 3.286255036982766e-07}
{"commit": "23a3e602bd37dae2ee9513e4837bb2d9f158a1e6", "message": "am 74cb7424: am 909dc730: Merge \"Override StatusHints.equals\" into lmp-dev\n\n* commit '74cb7424a37a20412def79ee3ce4cc20a3723b37':\n  Override StatusHints.equals\n", "proba": 3.0083296564953343e-07}
{"commit": "f7a1279ce12cbc88f1a9cd8c7d968e039f8db853", "message": "add UserDao.\n", "proba": 1.858472273852385e-07}
{"commit": "0dfa3290bfce466b626d49fd5888ae21399cfbec", "message": "add linked list to association list converter\n\nSigned-off-by: Mattias Andr\u00e9e <3d72f033b30d63e7ff5f0b71398e9c45b66386a1@operamail.com>\n", "proba": 1.1605371952327914e-07}
{"commit": "ed80e9c4484784f0a20e6ba1500b8c23b75c9780", "message": "rename controller\n", "proba": 1.0201235909335082e-06}
{"commit": "78dc6f5546262e0a1517a41f8a9bc0dba131a6de", "message": "\n\ngit-svn-id: http://beast-mcmc.googlecode.com/svn/trunk@3901 ca793f91-a31e-0410-b540-2769d408b6a1\n", "proba": 8.665608675073599e-07}
{"commit": "9b63f93dd6792550c59bb053e6b99345b228c1e1", "message": "Added Application clock", "proba": 1.886204046286366e-07}
{"commit": "aacc80cdcedc49555ec1d61c5840a6b0d94204c2", "message": "minor refactoring\n", "proba": 5.747284603785374e-07}
{"commit": "8e01daf7aaf944913ce91adc82f2ee298ef4b93c", "message": "Create test configuration for experiments\n", "proba": 5.393793571784045e-07}
{"commit": "06e5387ecfc8bcc0ca1d06031e51996da4340099", "message": "Initial MatrixChainMultiplication\n", "proba": 1.2321055464781239e-06}
{"commit": "d4d38af16adf4ae4736196b6b0fd7bd06b5a50cc", "message": "Adapter for mapping over boolean expressions.\n", "proba": 1.356488468218231e-07}
{"commit": "743db69fda5e39fb78672533f3aaae887733abb2", "message": "KCIRB-936\n", "proba": 2.9116554856045695e-07}
{"commit": "5c17ead3e024c08f7b5f0d38bbd766afe7ac936c", "message": "remove DEFAULT_MAX_ALLOWED_TRANSACTIONS_PER_BLOCK\n", "proba": 0.9999186992645264}
{"commit": "be78a1cbfe80739e1a9379d9cd5a240e5dab4f97", "message": "logging requests\n", "proba": 9.55659061219194e-07}
{"commit": "d1e2ceaecb7d0b108a44b3cf2fd4e474f636ec26", "message": "more unit tests", "proba": 1.4985489826813136e-07}
{"commit": "95905042b539c5311eb246a56a7de4160dd18b15", "message": "Start of a benchmark\n", "proba": 4.497531335800886e-06}
{"commit": "c63fea144ac75b999bbff2aa8955c3af09d7a297", "message": "Changed test of LoopedThread to be more even more time flexible. Travis CI seems slow.\n", "proba": 1.0190622390382487e-07}
{"commit": "c6acca92b38e577e90d2f766e81e95f0853e57bb", "message": "Add devices subsystem test class.\n", "proba": 1.4718871454988403e-07}
{"commit": "e0aa47d76e730da86e70d7e08fa963e671127e97", "message": "JSchIOChannelTest: add timeouts to tests that try to read from input\n\nSigned-off-by: Paul Campbell <2a89b5ebf79dd463091573d53822db80c4a96217@kemitix.net>\n", "proba": 1.3006712151764077e-07}
{"commit": "ad9923a748733fefaa4fe43dc8c215727b23c8b0", "message": "Switch to Entry extension for number of comments in atom feed.\n", "proba": 1.0558078145095351e-07}
{"commit": "dbc83dfde04e773890a439edd6490d390d70fb86", "message": "fix ci test failures\n", "proba": 2.9045991141174454e-06}
{"commit": "4a7eccbb7dbd29b3876ac9e7149f6419d8bd78b7", "message": "Add Deputy DAO", "proba": 5.850804996043735e-07}
{"commit": "697fa0621f63df038dd23f72a127987806e353e0", "message": "IteratorImporter: Function for importing from Iterator implemented\npart 5 because of laggy svn\n\n\ngit-svn-id: 9643e93313b82f5e4da82d8413267a0daa4b5472@719 2cd91b7d-3b21-0410-a5f4-f42db4f24360\n", "proba": 6.829625931459304e-07}
{"commit": "0cea2b80bc3d1f52990140c4e05e176a61a98c90", "message": "another try at isPrime and partitioning primes vs non-primes", "proba": 1.7246037486984278e-06}
{"commit": "fbdfcd6c502819a8b9e403a82bb239bae3c1b63a", "message": "Added BigDecimalColumnMapper for Joda Money types\n", "proba": 1.1829990853584604e-07}
{"commit": "5e7ecbcc56654d7511464c0e9491d7461c14cac7", "message": "[134466] DBCS3.2: NPE on Preferences of HTML and JSP FIles\n", "proba": 1.1788186071726159e-07}
{"commit": "2aa8079e8455264fd05157f309d8c2e46083dbd2", "message": "Create jdbc data writer.\n", "proba": 2.1644396497322305e-07}
{"commit": "6bb06128274b620a2462eb5e39160e51f58fc059", "message": "changed parameter to final to show it won't be altered\n", "proba": 2.1761357515970303e-07}
{"commit": "e5c56dd06814bb07ff943c3f87622884e2237d82", "message": "String Methods", "proba": 5.054065695730969e-06}
{"commit": "1fe1c1d1d5a945cd844a53e6442f8947122ebfd0", "message": "\n\ngit-svn-id: svn://svn.code.sf.net/p/tuxguitar/code/trunk@1157 e5ace225-184b-0410-aeed-e0aa2ff36a70\n", "proba": 1.2595148746186169e-06}
{"commit": "39433322c7ca8cdc7286a789a576c28d518d002d", "message": "Fix a problem in the type mapping registry: We were unconditionally setting\nthe type mapping for the SOAP encoding.  This would overwrite any type\nmappings for that encoding defined in the WSDD files, which wasn't very nice\n\nCheck for the existance of a type mapping, and if we find one, make sure\nits default TM points to the one we want - specifically the JAXRPC 1.1 default\ntype mapping.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@261409 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999755620956421}
{"commit": "88a8d27c54653d2450eaeb0a96833adde74d8de7", "message": "Added simple speedometer for monitoring purposes.\n", "proba": 1.0536853523035461e-07}
{"commit": "7f632d98b64e4e27aa88fdfef0712428bdf5f677", "message": "Tests for IOUtils.", "proba": 1.2545443439648807e-07}
{"commit": "fad3b8dd8ad97d6e7c058c40f9458b1d2fd7bcc7", "message": "(Test for keeping Template.getEncoding() behavior BC.)\n", "proba": 1.379162029024883e-07}
{"commit": "1bceaa25f259c8eb5ff3f46abe81191ee6461d48", "message": "Class to check if unlimited strength crypto is installed. We use this to only run JUnit tests that require JCE Unlimited Strength Jurisdiction Policy files when they are actually installed. Otherwise these JUnit tests are skipped and we just print a message to stdout.", "proba": 1.026565286110781e-07}
{"commit": "b2f5b8ea6052b271aa7c9e2a52445fb7cfe1e8e9", "message": "passed getImage test\n", "proba": 2.868234503239364e-07}
{"commit": "4de2b74b32198a2404a094929e4b0bee171b84d4", "message": "read in read maps from a read map file\n", "proba": 2.6437302835802257e-07}
{"commit": "dd6ce0d0748797299eb10abb10610b948c6ac139", "message": "Task dependency\n", "proba": 5.904166300751967e-06}
{"commit": "f3a33606372d9a5ec1c5b6b0d35b3bb4caeedac4", "message": "Edited main\n", "proba": 2.769627940324426e-07}
{"commit": "353ad0d96e1d6445d1e4eaba4ed48545bdc5a4a7", "message": "MFApi - modified for better extendability based on new MFRequester class and flow of http process.\n", "proba": 9.585006921497552e-08}
{"commit": "ef92b0a601395318abb395995d3dbd7285ef974f", "message": "Adding ability to add classpath to logs", "proba": 3.7720278101005533e-07}
{"commit": "1fd7a269b726fb481e5a2cd812761f4e9e56d8ba", "message": "Add QWAZR_ETC_DIR environnement variable\n", "proba": 8.155179216373654e-07}
{"commit": "f9739cdb28b073ce77eac5a2ef85138f1e6071ae", "message": "Create Generator.java", "proba": 2.9007460398133844e-06}
{"commit": "ee5aeec6b9e963438dbbbe49090cbb56beb89b2a", "message": "Added Binding class, implementation not complete\n", "proba": 1.4500076872536738e-07}
{"commit": "1f9abf20c6e3275cc8d778024fab5bde985d8efa", "message": "add more clean method for Combinations\n", "proba": 2.3221910794291034e-07}
{"commit": "029b0c944d8e2cf96540a95b5a31e822a77a7f85", "message": "Basic test app for Jexl\n\ngit-svn-id: 769b3bac1cd0e16058b5665583ae3f629b5018ce@803077 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.162845582162845e-07}
{"commit": "11fc8c468fb16683677860091438c8470d46198d", "message": "Added category to db model", "proba": 1.369398034967162e-07}
{"commit": "663bf85bbbbdda1e89a78c9c40318d2182d24e98", "message": "add class for SPIDevice.java\n", "proba": 7.013242679931864e-07}
{"commit": "415a36e7330ba280748a93b65d58269ee0f1868f", "message": "Initial implementation\n\nThis used to be revision r1190.\n", "proba": 1.1203614747046231e-07}
{"commit": "444d710fde3a6fe7d1e69ea7663e8d36c6f48db8", "message": "Added enum for alliance teams.", "proba": 1.1171628244710519e-07}
{"commit": "85d3706a68be5d0461708ec85fd7e0bc3b01a54d", "message": "added syncType to distinguish between various syncs for SyncAdapter\n", "proba": 1.8536152879278234e-07}
{"commit": "80d8cb69ce6e5dfa4a6a356e91559c062664b360", "message": "#9155 revert first fix for now - requires proper fix in Select together with this correction\n\nsvn changeset:24095/svn branch:6.8\n", "proba": 1.2931316462072573e-07}
{"commit": "36020055c59577a532ab2f4dce3a8f6e8dd21080", "message": "fix: use givven SocketFactory", "proba": 1.9254134713264648e-06}
{"commit": "a51d53a6c8dd1f42b7badea86d4ccd429a7dd6b6", "message": "first  cut of NotationData\n", "proba": 1.3976340085264383e-07}
{"commit": "2c72ac12c2e2af37f9724058c6cd2620832e61aa", "message": "starting with the implementation of UniprotGraph\n", "proba": 1.7094914994686405e-07}
{"commit": "39153c73b43db27748363d45925b461c376ba1ef", "message": "HashUtils development\n", "proba": 3.194142550455581e-07}
{"commit": "0218af4256c42087903c58fc436d115de6e74f4c", "message": "Convenience builder pattern for object instances\n", "proba": 2.3387286773868254e-07}
{"commit": "5472432fe9cf3707a3a71818d506a2f21f505547", "message": "add App4\n", "proba": 3.070309446684405e-07}
{"commit": "d0255cb5cd69e5b0ff041a3c7134185e9464990b", "message": "Distinct Subsequences\n", "proba": 0.00181389891076833}
{"commit": "c5c045de63e3265c8965dee78eb6c42a6659b8bb", "message": "Updated to suit swarm\n", "proba": 1.5476315695650555e-07}
{"commit": "4a8c8e2cdb8ea020c08489152d2a1476fbb39158", "message": "N\u5143\u6a21\u578b\u89c4\u8303\u5316\uff0c\u53bb\u9664N\u5143\u6a21\u578b\u4e2d\u5305\u542b\u975e\u4e2d\u6587\u5b57\u7b26\u7684\u8bb0\u5f55", "proba": 1.7848586253421672e-07}
{"commit": "0ebf96332393872593a6a939a73f004e2fcb2496", "message": "Seems that when the HikariDataSource is closed it can't be opened again when the plugin is reloaded with plugman or something o.0", "proba": 1.2811169369797426e-07}
{"commit": "af7d1befcfe1a2438a238ab9f13314dfa244cf1c", "message": "detabbing. is there any way in idea to make tabs visible?\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@247387 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999983310699463}
{"commit": "652119b5f06157ae54bc0436a35e286d19515e57", "message": "\u57fa\u4e8e\u8bcd\u5178\u7684\u6b63\u5411\u6700\u5927\u5339\u914d\u7b97\u6cd5\u548c\u57fa\u4e8e\u8bcd\u5178\u7684\u9006\u5411\u6700\u5927\u5339\u914d\u7b97\u6cd5\u7684\u5355\u5143\u6d4b\u8bd5", "proba": 1.5668605612972897e-07}
{"commit": "771cbdfdb3cb622172942f336a1bc48cbbd328cf", "message": "first test", "proba": 1.513432493993605e-06}
{"commit": "2749db6783edb83dac9d95d6c35874f0a5b8d1e5", "message": "workaround new type inference issue with eclispe", "proba": 1.8282570124483755e-07}
{"commit": "eeb7a7de75f65924bb8b832fddaaa853566ebd7f", "message": "am 5e4b0843: am d0922ed7: Merge \"Rename setDefaultDialerApplication for consistency\" into mnc-dev\n\n* commit '5e4b08432cb3e8acb3b9abca7fd609edfd287c8c':\n  Rename setDefaultDialerApplication for consistency\n", "proba": 1.1036901241823216e-06}
{"commit": "0327a676ec3c46859145f6220e9ca9f87b6d0c8d", "message": "Svias Protocol Encoder Test", "proba": 2.445869426992431e-07}
{"commit": "d9b54ab42bc64805776a02e80b017a6c29eb27e7", "message": "- added PasswordTest.java\n\n\ngit-svn-id: ac219ea368a2810a9f99db2d6e9ef8f70609fc35@16 695a9040-d605-4429-820e-8508b0f4e340\n", "proba": 2.4750758598202083e-07}
{"commit": "100667bd5b191477380e3de366d9b60c4290bc73", "message": "Add missing breaks\n", "proba": 0.0135511364787817}
{"commit": "3d4403eec4d322d4f7b57a2479132f23928a68c2", "message": "\n\nSVN-Revision: 610\n", "proba": 1.4532248826526484e-07}
{"commit": "25ce9eed060db972dd71b71c036fd00b034f5dc8", "message": "[add] exception.", "proba": 2.985738092320389e-06}
{"commit": "0099d0c6b5687dd0bdefad2c2abf71326b93ceda", "message": "\u3010\u6dfb\u52a0\u3011\u5b57\u7b26\u4e32\u7684\u8c03\u6574\u4e0e\u66ff\u6362", "proba": 1.618649747570089e-07}
{"commit": "91912b2f1f343a85c03a863cb80a28a982bbcec3", "message": "either of those lines could throw the SIOOBE", "proba": 8.495076144754421e-07}
{"commit": "15b7d28635f7b36c0bf9c15297fb56853037a426", "message": "Don't crash if mouse position lookup returns null\n", "proba": 8.217855338443769e-07}
{"commit": "b1b3d90815b2288058b9736c7250186ff7768c64", "message": "update DryadJournalTest class to override superclass's setup/tearDownClass methods\n", "proba": 1.3999338932535466e-07}
{"commit": "d1778a0ba50e0ee2a524c60c286dd1e3cee921fb", "message": "+Craftobot: Todo aktualisiert\n", "proba": 2.1979208497668878e-07}
{"commit": "af3a87e2b48023e23bd77433567306007289ea47", "message": "[SHRINKRES-106] Add deps + scope test.\n", "proba": 1.0193461008611848e-07}
{"commit": "7b1612c2299f2b21c7bd4c9e85deab23907840ef", "message": "Updated Javadoc\n", "proba": 2.85791628584775e-07}
{"commit": "1f35716b236bc2200343ab7bb36fd5038c55eaa4", "message": "Temporary Comment out failing test", "proba": 1.7208760993980832e-07}
{"commit": "ad42c1f100b5c77f765775db6747505f4b43237f", "message": "Added a Pair utility class\n", "proba": 1.366462782925737e-07}
{"commit": "449e4c8d76e8f3c78bcbe5534bb0baf541ab845d", "message": "Number activity has feature of audio focus\n", "proba": 1.9515108817813598e-07}
{"commit": "0c5d1b7765f9962469629a0bccc89f9d37b0a793", "message": "Hide icon text view when not set", "proba": 3.034573978766275e-07}
{"commit": "b357c1f85090a6f878cb7bbc42ddcdecf5b08757", "message": "Update FileIO.java", "proba": 7.817608889126859e-07}
{"commit": "d4f68429958c36dde4df72562a919329f264fff4", "message": "added permssion\n", "proba": 2.5624669319768145e-07}
{"commit": "e6fe178fd386c4c6066b9571419abb4931d8651d", "message": "completed JUnit test of Location Within interface", "proba": 1.3026425449425005e-07}
{"commit": "6dfe48e11bba06cc845375cdb6d2093f48792b3d", "message": "update subtypes tests\n", "proba": 5.177855086913041e-07}
{"commit": "b8b3d1fbfd2296509677d1b988b7f5885c02cd11", "message": "Add InjectiorInjectTest\n\n* to ensure fix #13", "proba": 1.193090781725914e-07}
{"commit": "6863fe4dc38f7673df557394c0beb8ebccac856b", "message": "Translate select title.\n", "proba": 0.0008374338503926992}
{"commit": "dbe457764f2b6b40541d7f302ee49967529d3881", "message": "copyright statement added by maven-license-plugin\n", "proba": 1.365830968325099e-07}
{"commit": "26a2f43b134400f15378427d53a2524fe704bf21", "message": "2.3. \u042d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0440\u043d\u044b\u0439 \u043a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440\n", "proba": 1.2042090702379937e-06}
{"commit": "a41fc925a4a990d64b5fa660ca94739347dab80a", "message": "Avoid adding content view core after tab destruction\n\nThis is a speculative fix for NullPointerException in CompositorViewHolder.\nRendering surface size may change even after tab destruction, so it is\npossible that mContentViewCore may be null.\n\nBUG=571021\n\nReview URL: https://codereview.chromium.org/1559833002\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#368772}\n", "proba": 2.1420987650344614e-06}
{"commit": "3b61e75c0abc5bdd5bec89dafdf0f9710c17f4e7", "message": "Add methods to search.\n", "proba": 1.3256872932743136e-07}
{"commit": "a504a0fa31553d10809f06ac1bfdff18aac986a2", "message": "dismiss soft keyboard when search screen is dismissed\n", "proba": 9.051760798683972e-07}
{"commit": "e939044da0e817499181a002dbc9b27bbd0cf9aa", "message": "am 1417167f: am f704e9f6: Merge \"revise android.location.Geofence documentation\" into jb-mr1-dev\n\n* commit '1417167f1b608adee609553efaa89d7ab9a91a4a':\n  revise android.location.Geofence documentation\n", "proba": 4.251792802278942e-07}
{"commit": "cbb303acb544c2ceb5e7a2571cfc2e3066e09c65", "message": "Create Memento.java", "proba": 1.6276292171824025e-06}
{"commit": "2603d566aecfffa06fc041a1502bd1e0331fe039", "message": "Superformula borrowed code", "proba": 3.8593805129494285e-07}
{"commit": "613972b21afbd26103d1aae1453ab01abd9333f4", "message": "Initial version of the SentenceDetector command line util\n", "proba": 5.341963174032571e-07}
{"commit": "0330fa5bda62caca0d7140900206f8c4e9dc54da", "message": "Testing IDEA's pushing mechanics.\n", "proba": 1.1598943672197493e-07}
{"commit": "1446538d792567f99a1c6254aa4608726be8f536", "message": "add EncryptCookieUtils\n", "proba": 3.6095892141929653e-07}
{"commit": "5174e8dee7f309ebf42902ce1078020d78e41601", "message": "Fixed index.html servelt encoding.\nFixes CRO-93\n", "proba": 2.6029167088381655e-07}
{"commit": "ddd797f34babcb3a2251e514aa4d0713c4b6674d", "message": "EH - \u7ec6\u8282\u65e5\u5fd7\n", "proba": 1.776823808086192e-07}
{"commit": "6bd58725af7e86ae284bd1b8733b4139fcd659ef", "message": "BF - NPE\n", "proba": 2.1671515071375325e-07}
{"commit": "4afce3b2abdfd397ddd60bcc2e4360d53d229be8", "message": "Initial creation of AudioProcessor class.", "proba": 1.1039369240961605e-07}
{"commit": "4630f29fc840270c87a76d7ed4d904dcd1495bfa", "message": "Added profile loading\n", "proba": 3.377701318640902e-07}
{"commit": "ef2ad2743c1881434fbb9bb9b9d096b7d81a6a11", "message": "Add StatementList\n", "proba": 4.813645659851318e-07}
{"commit": "4a19f2a593ca1faab8de6b7556963273647b128c", "message": "more misc changes\n", "proba": 1.271043004180683e-07}
{"commit": "8dcf5089805da6610105b4d22d6b171b844237bf", "message": "#128: Improve room rejoining \nhttps://projects.tigase.org/issues/show/128\n\ngit-svn-id: 2c879fc15d19d1499d1f18f59be0b17f5319b06e@208 5cc3df33-c827-0410-82ff-b820e365a07a\n", "proba": 4.104721540443279e-07}
{"commit": "7210f54c3579d42dcba4aa9ce7ae43c3d07aaeda", "message": "Show current file name in title of editor.\n", "proba": 1.1711853176166187e-07}
{"commit": "bbca6e7ce34ee3091e32d563ceb4a4141ad08c47", "message": "Adding Constructors, Getters & Setters & toString method\n", "proba": 2.6920091045212757e-07}
{"commit": "7a67e3d70a506461763d48e6f29b0a9f5759751d", "message": "add IRIHTTPRepository.java\n", "proba": 7.807290103301057e-07}
{"commit": "e6d6c35baa865d995dd2ae1a4d3d4167cfd82e44", "message": "updated\n", "proba": 4.958747581440548e-07}
{"commit": "b69361e5695be147917ce4536fdd826e90f38871", "message": "Package fix. \n\n\ngit-svn-id: 6ee47c8665bf46900d9baa0afb711c5b4a0eafac@3279 e2bb083e-7f23-0410-b3a8-8253ac9ef6d8\n", "proba": 5.9465495723998174e-05}
{"commit": "6a2377409c7356b000a09d15ba9144db73e4146f", "message": "added Portuguese to the scraper languages\n", "proba": 3.4904425660897687e-07}
{"commit": "c47dbc07d6e1032e15fffa155b0ec72cfb81da1d", "message": "feat(EASY): add _169_majorityElement\n", "proba": 0.00036669126711785793}
{"commit": "45b50acf61ed548d5f7b3f1e4e86bb8692133315", "message": "am 4845fa72: am b8ae1879: Merge \"Fix android:theme parsing for custom views.\" into mnc-ub-dev\n\n* commit '4845fa72c236f7c70572a9ae24a8e183edfd485f':\n  Fix android:theme parsing for custom views.\n", "proba": 1.279335606341192e-07}
{"commit": "b78890c159f9f06617712261e6c9f284841f2357", "message": "isValidSlotId() and isValidPhoneId() updated to handle negatives.\n\nThe old version of the code wanted to just check to make sure\nthat the slot/phone id is greater than INVALID_SLOT_ID or\nINVALID_PHONE_ID that are both currently defined to be -1000. The\nchanges are made for 2 reasons.  First, INVALID_SLOT_ID and/or\nINVALID_PHONE_ID might not always be defined to be a negative value\nso there is a big assumption.  Secondly, anything greater than\n-1000 allows other negative values to be considered valid ids.\n\nBug: 17243556\nChange-Id: I2bbfcc2cfd2d7c4772dfb9c50af2dc88c0f315e2\n", "proba": 3.051311068702489e-05}
{"commit": "b6a72963849018167867a6dfb7026c7421930d8c", "message": "Added shutdown for spotifyLogout method.  Cleaned up prepare track a bit.", "proba": 1.0080047019300764e-07}
{"commit": "0994d12b0d37f81b4b5b619b82db6bc20b3b6384", "message": "am d38218d8: am b385e0b4: Merge \"Telephony: Initialize GsmCellLocation class members properly\"\n\n* commit 'd38218d880f02951015733a3d3e00deb546465bf':\n  Telephony: Initialize GsmCellLocation class members properly\n", "proba": 2.5890207666634524e-07}
{"commit": "bef0a19da671d72596d373af5d0d181312f5a44b", "message": "KRACOEUS-174 - added unit test to test for presence of  \"Outbox\" on Action List page\n\n", "proba": 1.0298737151970272e-07}
{"commit": "c338bbe1c5c58fd7694ce6a12ffea530defb87f6", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@2096 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 6.104186809352541e-07}
{"commit": "5a9324ac9b5bb2a252d7f247a326ae61e562534d", "message": "Basic unit tests\n", "proba": 4.3551168005251384e-07}
{"commit": "c85670ab8c9eb40484902ca325949e7b9f3d687e", "message": "Eliminated reference to DOOMAbstractFactory.\n\ngit-svn-id: d6acb143e251c037dab5ea34394f8439daf45588@1348347 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00013311451766639948}
{"commit": "a17f4205bb20b99b9498f9ad675a68fb8d7e708d", "message": "Medium\n\nbfs", "proba": 5.605780870610033e-07}
{"commit": "edda284c4b29e80dab92fb27e2ba04ea0b9e2ead", "message": "commons: add URLUtils, #44\n", "proba": 2.604049029741873e-07}
{"commit": "f5f4b7b6a5245f8c0273859488b49995dfa3c185", "message": "\u2694\ufe0f Mastery mastery-3-2 - `StringBuilder` and `setLength`\n", "proba": 1.1057133519898343e-07}
{"commit": "7071ddbf479a00d69079f7b9f2d9e949076d5ba6", "message": "Updated autonomous code to include possibility of two different starting locations\n", "proba": 2.8466737944654597e-07}
{"commit": "c775e54e008106c2a03f41d73a18c21d1d57b779", "message": "More code push\n", "proba": 1.1559068724409371e-07}
{"commit": "2d097378cdf7343763bacd55e69d788f8f8ca89b", "message": "Reinstating this class.\n", "proba": 8.69163777679205e-05}
{"commit": "d289884c4b9a6954801663d73e873528d2e2c077", "message": "\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@1470 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 3.8272764868452214e-07}
{"commit": "17e07b6fb550aacafa64b44b7382eeed5a703622", "message": "fixes\n", "proba": 4.844783347834891e-07}
{"commit": "b3198e4db895d5ee1f7799edaac86b4aba60df4b", "message": "finished episonde 9\n", "proba": 1.889860925530229e-07}
{"commit": "42cc5d1be7948b8e7345dda30d7bbbe67bbd7098", "message": "\n\nSigned-off-by: ycx <Administrator@Sc-201411141723>", "proba": 1.1429119695094414e-07}
{"commit": "ca67b25124b4979b90d50f4dc4d054d73dd61be8", "message": "[183316] Spelling: Ignoring a word during the current session leaves other warnings\n", "proba": 1.385163557188207e-07}
{"commit": "8bcee2249efb408102078b643d2579d63e796a96", "message": "sqLite\u5de5\u5177\u7c7b\n", "proba": 2.873354105759063e-07}
{"commit": "43b4abaf18c56cd46ff0d5eb92c66949c2eb756a", "message": "WAILUser: add getStatus method\n", "proba": 8.097697445919039e-07}
{"commit": "1c97bfe2321ffac9f4fef3522e34a1ce9624606a", "message": "Removed @Override from addParameter(...) because that method is declared in an interface and that doesn't work with Java 5.\n\ngit-svn-id: cf2b8e13e5fd585456580429c3991d4364a2cb88@616 d471f07e-d8fc-0310-a67b-dd4c8ff0e7cd\n", "proba": 1.2028939636365976e-05}
{"commit": "d3fbf4b2bf0f66e2f552408e79564d4dda22380a", "message": "build fix\n", "proba": 6.906389558025694e-07}
{"commit": "846a63d8d6388fd0a37c6688389998003e91741c", "message": "Adding servlets\n", "proba": 1.0386913800175535e-06}
{"commit": "133af73bd95b816d86441da8f633bef4284f21d1", "message": "anyType\n", "proba": 1.062948172148026e-06}
{"commit": "388b61f289d849848961abb8f454a163b6abc944", "message": "T580W: tk103 frame decoder unit tests\n", "proba": 1.30783945451185e-07}
{"commit": "217e821e216b16c75181fd93684227d1aaa84d18", "message": "add NumberOfRectanglesThatCanFormTheLargestSquare.java\n", "proba": 0.0022208241280168295}
{"commit": "1c44ba9fd45635ec2c7ccdcc41557adf795d2bb5", "message": "Fix the build: Revert \"Anti-alias by default\"\n\nThis reverts commit d34b7329935a6f9ffdc9a40c01f7b558e07830d4.\n\nChange-Id: I74e63570ce868e6d8c36fd2e1c864419bd6102e4\n", "proba": 0.0016769870417192578}
{"commit": "e48389d200c2d76e037db8b337e988b776553352", "message": "\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@1161 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 4.2201014593956643e-07}
{"commit": "b502e82d32fff08085e5fa9104c33b96f81f2777", "message": "Silver Field\n\nSilver Field", "proba": 1.3338432154341717e-06}
{"commit": "7bb34249b3814b0248c477856e22be72d179b1bb", "message": "Se configura Spring Web\n", "proba": 5.647619900628342e-07}
{"commit": "1a074c298630da0038c26d57712164302f248dcd", "message": "279. Perfect Squares\n", "proba": 5.668804874403577e-07}
{"commit": "d38a796b550640f3f2aa1a81f6a472a53a9b8f8c", "message": "[SL, PB] Sorting notes enhanced\n", "proba": 1.2452207442947838e-07}
{"commit": "6cd1fbb03e0853f5023cf4297609702c591c8b04", "message": "test github", "proba": 1.7498584838904208e-06}
{"commit": "3dbc2bb4e89acf28a6adf33fe05bce149594c669", "message": "#98 #114 added TelephonyListenerFactory tests.\n", "proba": 1.0618097689985007e-07}
{"commit": "bd484fd20dc22e181f87b5a4b790daeaee1ee524", "message": "Backport of #36122\n", "proba": 1.3751196092925966e-07}
{"commit": "d64aecd30b029b21a9440c915b99ee62695fdbd1", "message": "Fixed sales and itemName\n", "proba": 4.2668548871915846e-07}
{"commit": "41669df22fb885565bcd0c2002c87fb959d3d88f", "message": "added tests for RESTSequencingRunSequenceFilesController#addSequenceFileToMiseqRun\n", "proba": 2.2362321772106952e-07}
{"commit": "53323829953d01c17250a49e94e581b6ca725290", "message": "- tests for the conversion of byte streams to character streams (and the other way around)\n", "proba": 1.1214005013471251e-07}
{"commit": "dfa08429b64e282b1965120ca79f3a4c4820d5e8", "message": "[331718] CSS ReParser pairing for single characters\n", "proba": 1.146364780879594e-07}
{"commit": "777170937728f3c5eb31d1fde9e84945e38680c0", "message": "Create Main.java", "proba": 1.9291887838335242e-06}
{"commit": "02e1218f4e2016a1f880b2632e1e8b27d937d023", "message": "graph: Add AssignmentMinFlow.java\n", "proba": 1.270356165150588e-06}
{"commit": "08b8f056da3037e0fd3fb2e2e8b1f7978a8c1c89", "message": "refactor\n", "proba": 0.9999991655349731}
{"commit": "254b2855cdfecc470f6adc3bf137b2bf183786e8", "message": "trivial: log error\n", "proba": 0.00021038358681835234}
{"commit": "33771929326bec44126a37fe3f2584e8b775dec7", "message": "Bear and Steady Gene\n", "proba": 2.045863766397815e-06}
{"commit": "119354534c5800fd219e9cb21240199262dca763", "message": "Make init smarter.\n", "proba": 6.151435059109644e-07}
{"commit": "7f62e151ed188d0f398171e3eb9e598f508f24d7", "message": "Fix for BZ49343.\nWhen ChannelException is thrown, remove listener from channel.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@948402 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.6779574656975456e-06}
{"commit": "99d86c5ebc3d26422680f399db15529cea19f8ac", "message": "Adding this interface for common/global values and settings to all CollectionSpace service resources.  Currently contains the hardcoded Nuxeo workspace UUID.\n", "proba": 9.702024783564411e-08}
{"commit": "11b509c7afa5da45be848be279c23c3164cd6d54", "message": "Fragment class for savings account deposit type chooser\n", "proba": 1.7582547684469318e-07}
{"commit": "1c7fdfe46f1701938b00f743e5e39dd0414844e0", "message": "Cassandra TimestampStoreInvalidator\n", "proba": 4.555140549200587e-06}
{"commit": "e18e4dafcd1f70484af6800277ba7a343315a40e", "message": "add Step2_0111 MC TTN Pai simulation\n", "proba": 1.893252346008012e-07}
{"commit": "dbfdea6245f895dfb05dd6fd0fa17626f1ef2471", "message": "Added card count check to legality checker.", "proba": 1.1562166690737286e-07}
{"commit": "c97d7a60132b880acdb8ca8db07bcb24b6111fd0", "message": "OAK-7768: Ability to deprecate an index\n\ngit-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1841577 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0020176309626549482}
{"commit": "9bdd7280d4a4891f36bf12108448f387cdfaa0b3", "message": "Neuen Test geschrieben", "proba": 2.766497289030667e-07}
{"commit": "f9892e6c937b562a1821a59cb2846d1385a1b19e", "message": "Added integration test for getLiveBirths", "proba": 1.140060916782204e-07}
{"commit": "f906d7e6603b50912ae3f5ba79a690ec5fee53f6", "message": "added missing tests for existing functionality.\n", "proba": 1.1047035997080457e-07}
{"commit": "e3bc140d821235dee17823179411a661af826d77", "message": "add test for 208\n", "proba": 6.047200713510392e-07}
{"commit": "22a8ab64ed6e9722229161f28074d28e8f9bee0b", "message": "Add test class for SaltProjectCompiler", "proba": 2.4762042016845953e-07}
{"commit": "835aeb98b8fd920c06b8a8d6abe5d4dc1535e059", "message": "Fix bug in startShadow params\n", "proba": 3.4867099429902737e-07}
{"commit": "afb9db2aaeed202a2a17dcd16738739c4875320b", "message": "down or up processing tests\n(possible each case)", "proba": 1.761601566840909e-07}
{"commit": "a5990d968e38020806603d3b9cd160ff234e61d5", "message": "Added examples about assignments of primitive data types and using\nescape sequences.\n", "proba": 1.0491510948895666e-07}
{"commit": "95bde277edd0921e0b5d6f08f2aaa240da70c3a4", "message": "add demo service\n", "proba": 1.9169802101259847e-07}
{"commit": "dd967aeabcba794755ee820e14fbcfd117a20dd6", "message": "Changed the color picker to only show the current color\n", "proba": 3.7387388829301926e-07}
{"commit": "6b299e667302b7d5332bedb36aaeae4bdb975093", "message": "Added background click event to clear building info\n", "proba": 1.277865067095263e-07}
{"commit": "0cecbc9c7208f918ddf9d117057649f6e132069f", "message": "Avoid self-recursion if client calls init() from date listener\n\nBUG: 18736166\nChange-Id: Ibe04040356f4a3e4479ea55c53a0e167144ff877\n", "proba": 4.6352688514161855e-06}
{"commit": "6de72663fa7cba3aeac3968b9f892335c93a9457", "message": "Take into account other profiles when deciding whether to show ResolverActivity\n\nShow ResolverActivity even if there is only one target\non the current profile that listens to that intent,\nif other profiles can also handle it.\nAlso, fix crash while trying to access out of bounds\nelement on the list.\n\nBUG: 18701336,18713763\nChange-Id: I3a5e9cc5c0eedb2792b8f6d8a5d4aa8ee9e1256b\n", "proba": 0.0005399740184657276}
{"commit": "d8145399d6641a9328f3e32cbcedbcbb1f9bb9f6", "message": "CutTheSticks", "proba": 6.231227303032938e-07}
{"commit": "638af2fbb6ecb6ca0e58b06d5b2c6ecabbc7f812", "message": "am 6a33c403: am 569f138e: am 67389e0a: Merge \"Fix regression in expanded action view up\" into jb-mr1.1-dev\n\n# Via Android Git Automerger (2) and others\n* commit '6a33c4031de8f0b323855c6db8d6ee0c812b0f00':\n  Fix regression in expanded action view up\n", "proba": 3.762654330330406e-07}
{"commit": "4b620213b7313c7f62b337e430178dbaa80f4722", "message": "am a8743f15: Fix bug 5425280 - Two ActionBar icons show up\n\n* commit 'a8743f152aac4a8ef97c79bdad5232614453ce2a':\n  Fix bug 5425280 - Two ActionBar icons show up\n", "proba": 5.137447942615836e-07}
{"commit": "07cf971e58aecab76f2b5b575cfe62120005c6e4", "message": "Fix re-enabled state of up after action view collapse\n\nA certain call ordering to the action bar could cause the record of\nthe pre-action view expanded home button enabled state to be\nincorrect. Store this in all cases, not just when the action view is\ninitially expanded. (Except for when we actually disable it for the\nexpanded view.)\n\nIf an action view is already expanded when we get a call to change the\nenabled state of the home/up button, don't modify the state of the up\ncontainer or other accessibility info, but record the new state if\nrequested.\n\nBug 8142097\n\nChange-Id: I070c151aa9f2046d2114ee541d964bf68c6f0def\n", "proba": 9.519800187263172e-06}
{"commit": "dbec1b43dd4b99b36124e349eb65763eb53ce202", "message": "Added limited network unit test\n\ngit-svn-id: f699b99be54c313e643266d5dd560bc939300b59@1979 f90f6e9a-ac51-0410-b353-d1b83c6f6923\n", "proba": 3.054844341932039e-07}
{"commit": "f02590abc14f8fc3a9062186c6e6213c9d0b46e8", "message": "Add noCheatCompatible to JetpackMod", "proba": 3.282402758486569e-07}
{"commit": "eceb1c3d800d59abd24d8b0e0a7a953e99f5401a", "message": "Created TestUseByteAdapter.java\n", "proba": 3.621188113811513e-07}
{"commit": "532e16157ef4c1e092d827471f72f19f44966fb6", "message": "RevolveAuthenticationStatus unit test skeleton.", "proba": 1.266670892619004e-07}
{"commit": "4befe613320c6f77d9afeb7a0a486be0cbecf5f1", "message": "KULRICE-10991: Added trip type key values finder\n", "proba": 1.0940034655959607e-07}
{"commit": "79942f48bec3f7f2b0449e071d1bcab655c513fb", "message": "KULRICE-10793 : Create Functional Test for KRAD Demo Labs Lookups - Disabled Wildcards Completed\n", "proba": 1.0297775077106053e-07}
{"commit": "a89346230a4e1ec2dc66afd8d1f081acf28e112f", "message": "update 1st test\n\n\u041f\u0435\u0440\u0435\u043d\u0435\u0441 \u043f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f \u0432\u044b\u0448\u0435\n", "proba": 1.2797676163245342e-07}
{"commit": "d43c43d37ebf747322d816f3402a012eb7360894", "message": "solution to hourglass problem\n", "proba": 6.432648660847917e-06}
{"commit": "a603277f3b8b96b054026a30e1959af8b25343df", "message": "Removed unwanted and * imports.  \n\ngit-svn-id: d6acb143e251c037dab5ea34394f8439daf45588@1358611 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.3526198472391116e-06}
{"commit": "106f8f24cd9c57d0b1ef2409b3f9c4efe9d55e2e", "message": "Create a functional/declarative version of the AnnotationToGAF logic.\n", "proba": 1.8349925312577398e-07}
{"commit": "a25de7c975cdef9d5eb16e00b37938844790e8df", "message": "[404734] Make HTML5 the default for new html files creation\n", "proba": 2.953699436147872e-07}
{"commit": "b4a0441cee565576243ad84996c013009263017c", "message": "Add unit tests for Samsung preview aspect ratio workaround\n\nBug: b/170762209, b/169471824\nTest: TargetAspectRatioTest.java\nChange-Id: Id950a15ad252792a956343c85fd375e05a0ec20c\n", "proba": 4.194406528768013e-07}
{"commit": "b62b08f84f2fcb6c525d06a9339e2e43f26c85da", "message": "SAK-40710 strip assignment title of special chars before sending to Turnitin (#6058)\n\n", "proba": 9.729303229732977e-08}
{"commit": "3d4764159c78857bbd3305f4fa9c11c70e742d88", "message": "Handle surrogate pairs in Html.toHtml()\n\nBug: 11338711\nChange-Id: Ia44187cbfe3db82d6bc11c1ae3a0fb59c0a6d371\n", "proba": 1.0907071555266157e-05}
{"commit": "8acf610a70f4f73d3dbb6127716fd7abd93442fd", "message": "am c891bfbb: am 7f0ad420: am 3c134877: Merge \"Retire PFLAG_ONLY_DRAWS_BACKGROUND.\" into mnc-dev\n\n* commit 'c891bfbb11522bbc60451eaa81dabf77f6180170':\n  Retire PFLAG_ONLY_DRAWS_BACKGROUND.\n", "proba": 3.7806785257998854e-07}
{"commit": "ed429599ec2cb62c74bbf325ff8197ccf63a551d", "message": "Make sure IME focus is synced to View focus\n\nThis CL fixes an edge case that my previous CL [1] forgot to handle.\n\nThe goal of my previous CL was to avoid InputMethodManager from getting\nconfused by a false focus-in event from temporarily detached Views.\nHowever, my CL forgot to take care of the case where the temporarily\ndetached View is still focused even after the temporary detach mode is\ndone.\n\nThe bad news is that such a situation is relatively easy to trigger by\nhaving a ListView that has EditText as follows, which seems to be\nknown to be a common technique in Android developer community to put an\nEditText in a ListView.\n  ListView#listView.addHeaderView(new EditText(context), null, true);\n\nIf the ListView is initialized as above, and the EditText has input\nfocus, View focus and IME focus start to disagree immediatelly after the\nListView's layout is re-evaluated.  This is really easy to trigger, for\nexample just by dismissing the IME window.\n\nIn summary, the root cause is that InputMethodManager#focusIn(View) is\nnow always ignored as long as the View is temporarily detached, under an\nassumption that IMM#focusIn(View) will be called back again with a View\nthat is not temporarily detached when everything is stable.  Hence the\nfix is to do so by hooking up View#dispatchFinishTemporaryDetach() to\ncall IMM#focusIn(View) again when the View is actually focused in the\nfinal state.\n\n [1]: Ia79bbd8468f768d546354382b47b39dd31ef7bb5\n      a4ed0cfcb6885beeb52f701bfc64c393b668f7ba\n\nBug: 30022872\nBug: 30578745\nBug: 30706985\nChange-Id: Iecbdb00dcef8c72e4f7b31035c9bf0f4a40a578f\n(cherry picked from commit dd228fbb4d2cb3d178ed7f1889343bfe177aafa2)\n(cherry picked from commit 8eb07090a4fdd5a184f172853249323d85cff262)\n", "proba": 0.998157799243927}
{"commit": "edc933318c9690761866a4da63b551ae09054104", "message": "am a0d547b4: am dac4a90d: Merge \"fix hover events consume issue\"\n\n# By Masanori Ogino\n# Via Android Git Automerger (1) and others\n* commit 'a0d547b43b3508c7253da234f529acf60d00fd13':\n  fix hover events consume issue\n", "proba": 1.8990171213317808e-07}
{"commit": "f877ed96b78a48503d3a302d61cab55e445160b8", "message": "Set live region property on AccessibilityNodeInfo\n\nBUG: 11012854\nChange-Id: I2c88468be597eb3694fe3d0eb2f2d86981ea9829\n", "proba": 7.263245151989395e-07}
{"commit": "f9dbfbf36a79f3da6afbfd3878628715f052cd25", "message": "am f7175d79: Merge \"Fixed a bug where the outline was not correctly updated\"\n\n* commit 'f7175d7952f0d3a8d9bc501e57b11a5c68b28e07':\n  Fixed a bug where the outline was not correctly updated\n", "proba": 9.58773739512253e-07}
{"commit": "6058a7e4d0c0759b5d570b6d24ec8619b4d43b86", "message": "add super-base class Base5459\n", "proba": 2.4621795091661625e-06}
{"commit": "ad427d96694440282ecbeb3d53f168846256cfaf", "message": "Handle gap = 7\n", "proba": 0.9990886449813843}
{"commit": "107e43ea5fbc39b53ac8ea8c3038d4c4209cb45e", "message": "Use int array for bonds, bitmask for coordinated atoms\n", "proba": 1.9789108307577408e-07}
{"commit": "4f5478bcbd355d2d2d5299ac17c8cf869548490c", "message": "DotView\n", "proba": 7.302229505512514e-07}
{"commit": "5598ab7be40daacb503bc18fa8f860185dd4802a", "message": "Create Nim_Game.java", "proba": 1.8059664625980076e-06}
{"commit": "9e7af95ef2b906ad043eb7e82a6a05522f17bb9e", "message": "Backup of old tokenizer pipe\n", "proba": 3.417673042349634e-07}
{"commit": "eb4c063816dbe5316b4b599e890d91a4603e1472", "message": "[vcs] Temporarily return the FilePathImpl class back as deprecated & unused\n\nSince some old versions of TeamCity plugins still refer it and are hard to update.\n", "proba": 9.886250040835876e-08}
{"commit": "f33465ebf6f0961973cdc8bb5661d7a7bfa8cb06", "message": "3.3. \u0412\u044b\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u0435 \u043f\u043b\u043e\u0449\u0430\u0434\u0438 \u0442\u0440\u0435\u0443\u0433\u043e\u043b\u044c\u043d\u0438\u043a\u0430 [#9461] exist fix\n", "proba": 1.1793431440310087e-06}
{"commit": "c3ca2f4200fd71de1d74151afde8f9ed4229e95d", "message": "coffee break\n", "proba": 5.769218205387006e-06}
{"commit": "f723f8e9cf5b4a00ce84c8b1b4b9256cf7745e2c", "message": "AudioFormat class\n\nChange-Id: I425c80c6caed98f6fa31e8cad8f15435c99ebc20\n", "proba": 6.394613478732936e-07}
{"commit": "1f899810da2ded1fd6c103570b0cd404f5de4fb9", "message": "am 4958c9d6: Merge \"Add MediaTimeProvider to MediaPlayer\" into klp-dev\n\n* commit '4958c9d616e9f21750559d097fad66ea7bb79420':\n  Add MediaTimeProvider to MediaPlayer\n", "proba": 1.9685433017002651e-07}
{"commit": "767bfdcdb7a3582c2ae048edf71f4b4f7b1ccf6c", "message": "am 1e6be728: MediaPlayer: pause media time when buffering\n\n* commit '1e6be7285d4dc8b494c70aef8d2ed8b8c1d8e0de':\n  MediaPlayer: pause media time when buffering\n", "proba": 7.4452841545280535e-06}
{"commit": "2cd92acf9f8581b9c41558458314c744abb71809", "message": "We now set up the specific loggers depending on the flags passed to the `--verbose` option\n", "proba": 6.426446930163365e-07}
{"commit": "067fb60464f8858e87de69634aedcb6e8c14ed94", "message": "Made sure we really only create the Ceylon class loader once\n", "proba": 1.0797288041430875e-07}
{"commit": "94bd67753ae8ca93b8fce1e34a04fbb516823797", "message": "add wiek\n", "proba": 0.9996240139007568}
{"commit": "f0d7a926c4d2d6dfcb8c4aaa75908f93864f1dd3", "message": "Debugging lines completely removed\n\nMany of the changes in the last two commits were removing debugging code\nas well as the tweaks to get the problem solved\n", "proba": 1.0057009376396309e-06}
{"commit": "28adfc0e62e470574c632ec5ba9ce0b56f53c7e4", "message": "-n \nPorted ArrayMath to Open Xal\n", "proba": 1.229868757945951e-07}
{"commit": "7614d4ea8abf1e5e8b20858cd54bd4a60729585a", "message": "Updated help to include information about multiplication.\n", "proba": 1.1860638693406145e-07}
{"commit": "07263e165453d78dccb6cfa4c2bf5e4ec5b2fd28", "message": "BankMoneyPurchaseContractDatabaseException\n\nCantInitializeCustomerBrokerBankMoneyPurchaseContractDatabaseException\n", "proba": 3.4310824048588984e-07}
{"commit": "ece0dc3bff38d6c588486955a53cd11af9e0ca34", "message": "MultiFileResultReceiver: increased default number of lines per file", "proba": 3.608955978506856e-07}
{"commit": "5f122c19d0934842afb056b5820db509c9304d97", "message": "added OverridableExcludedIncludedFilterTest\n", "proba": 2.53742683753444e-07}
{"commit": "ba6123ed514af5d7d9b3498a8448f9a25a0ff5be", "message": "[java client] Remove a few TODOs in KuduSession\n\n- implemented hasPendingOperations, related refactoring\n- removed a TODO regarding an error message, couldn't see it in C++\n- removed the commented out code in scheduleNextPeriodicFlush, seemed like a\npremature optimization\n\nChange-Id: I9a6219957d4974cbcb33e10c3146af05ade0d7ab\nReviewed-on: http://gerrit.ent.cloudera.com:8080/2953\nReviewed-by: Adar Dembo <866ca730bfc7f544e3ebce604ceeba4879f23df0@cloudera.com>\nTested-by: Jean-Daniel Cryans <4bf4c125525b8623ac45dfd7774cbf531df19085@cloudera.com>\n", "proba": 1.1796209946624003e-06}
{"commit": "65bd95f4da5d5615423604dd8508afa3bbc75c1f", "message": "Another Findbugs niggle\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1043260 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.26890727819773e-07}
{"commit": "6c808fa0b9005c8bebf752fc755fee0bb30089b5", "message": "Switch creation of the SHA-1 digest required to generate a WebSocket upgrade to use the ConcurrentMessageDigest rather than using a dedicated Queue.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1623695 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.3065550724131754e-06}
{"commit": "fde738e1d604f8cfe59a79b7bdc6517b5d25aaaa", "message": "IdentifiableObject: implement Equality and start syncing with spec\n", "proba": 1.5517579754487087e-07}
{"commit": "c5179ef7aa332342dced2305b6cbef5d7836c708", "message": "moving the tests\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@607982 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.1943118301569484e-06}
{"commit": "0cdfb19616fdc00919b5976b1a27f9d1ac1535a5", "message": "OAK-1588 : adding test with reverse lm order (external before repo-user)\n\ngit-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1579702 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.034448863876605e-07}
{"commit": "7b5d9af5f6d2f7d4a8b17f64b2666442bff906be", "message": "Add JUnit testing for VlanConfigurationCacheImpl class.\n\nChange-Id: Ia29f89d8e2bc68da6d6dbcd4e7c4587918e3776a\nSigned-off-by: Alexis de Talhou\u00ebt <3f85d13b1d0fb141169e8f22f55d7ee87dcd5f00@inocybe.com>\n", "proba": 1.649246854640296e-07}
{"commit": "78a6b15891c60e3665dd6c2ef44cbd923661366b", "message": "Create test.java", "proba": 2.797143451971351e-06}
{"commit": "d1353c7a0dffa91b8c4c7adba15cc949b11ef1a8", "message": "Testing out Jenkins Github Hook\n", "proba": 5.326676273398334e-07}
{"commit": "421a9a159ec50781af96b83abcd3c3b6151a72f2", "message": ":lock: Altera\u00e7\u00e3o no retorno Base64 do encryptor\n\nRemovido a quebra de linha no final do resultado base64 da criptografia\n", "proba": 3.5334329595571035e-07}
{"commit": "c91954d411abbc176fab07ee73123336e1dc35fa", "message": "don't mess with the primitive's wave vectors.  We don't own them.\n", "proba": 1.2307393149058043e-07}
{"commit": "7b66ed588525d2d79ef0df8b3024bae138d8681d", "message": "Send ACTION_MANAGED_PROFILE_REMOVED broadcast.\n\nWhen the managed profile is removed, this new intent\nis used to inform the rest of the system.\n\nChange-Id: I1748bed0a7ee0122f69d5c78235a79f8e205efec\n", "proba": 1.0567642902969965e-06}
{"commit": "a1fb7fc42584bd22782356e2fe89c9c600eeda13", "message": "Create StoreItem.java", "proba": 3.663541747300769e-06}
{"commit": "8f164f64ec55a973fc043de932d853dd41772e4e", "message": "Fixing Drawable methods for find by layer ID and invalidation callback\n\nBUG: 12475487, 12475575\nChange-Id: Icbf11c76eaf9357fe2076bf60f7e448db65bc835\n", "proba": 5.337537913874257e-07}
{"commit": "16a4166114521012b8ca0d8ab592e24a02370a7a", "message": "DouniaBerrada: Lower casing text in test so this test can still be enabled on Android.\n\nr14382\n", "proba": 4.889617457592976e-07}
{"commit": "6c261146d2891d3b18d8bfd7539205cf4583e104", "message": "[Java] added implementation of MessageSerializer\n\nChange-Id: Ife98d74ca8143a888bace803fa5e458c5c9cd5df\n", "proba": 1.0488585076018353e-06}
{"commit": "f2626d9f84c9ea092680c50b9b80fcea6e61fba0", "message": "[MASSEMBLY-382] Review IT failure on Windows\n\no Normalized file separator for platform-independent pattern matching\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@770750 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.2901843976796954e-07}
{"commit": "92970df2d72281eea7ffe17c8b2c70ce6965866c", "message": "OSGI: Added missing implementation.\n", "proba": 1.1263823296303599e-07}
{"commit": "b4a26806363d5ffe2ef751c39252da26c274cecb", "message": "Wrap each generated JS file as a CommonJS module.\n", "proba": 1.2495722501171258e-07}
{"commit": "4a336855220d7004824f4bfcaf669dfae2ff9afd", "message": "add class ASTExtractHandler1\n", "proba": 1.678539888416708e-06}
{"commit": "8ce71239cff035591e10dfaeff2a371471ebf8ac", "message": "Turning back plexus annotations\n", "proba": 3.6763688626706426e-07}
{"commit": "741baf046afc181c1e1a36805b2f9643c0535862", "message": "added tests\n", "proba": 1.7831912657584326e-07}
{"commit": "d5c7f6a57381b65a69dcefa2b4e922a2f60cbecc", "message": "Fixed NullPointerException on onReceive(Object message)\n\nConflicts:\n\tdeeplearning4j-scaleout/deeplearning4j-nlp/src/main/java/org/deeplearning4j/models/glove/actor/CoOccurrenceActor.java\n", "proba": 1.0934355714198318e-06}
{"commit": "eb9694c7b1de35bf53402e03cdc09571df7a430f", "message": "o added javadoc\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@675943 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.658063860711991e-07}
{"commit": "1f7b9366b0644d1bc6608603c0e1d90334615179", "message": "Added StringBandBenchmark\n", "proba": 2.145409467857462e-07}
{"commit": "ebff54c0a135df4a7af554f72e94ec75f4c784a9", "message": "Create FileHelper.java", "proba": 1.240962888005015e-06}
{"commit": "1b3971dcf49a60045325addc1901d1515b95a0e2", "message": "an extension of the IUserLayoutManager for the aggregated layouts\n\n\ngit-svn-id: 477788cc2a8229a747c5b8073e47c1d0f6ec0604@7239 f5dbab47-78f9-eb45-b975-e544023573eb\n", "proba": 1.6535697113795322e-06}
{"commit": "1ab835a0f7d608eb6bc767fe5f9975f5cddd7f9a", "message": "Add tests for JooqExceptionTranslator\n\nSee gh-5884\n", "proba": 1.1949684619594336e-07}
{"commit": "42f5d6d808008e9a64fd49fc0fcbc1576ab99058", "message": "BasicState now manages engagable objects that are engaged/disengaged\nwhen state is entered/exited.", "proba": 1.1247228570709922e-07}
{"commit": "c5a56dca6669c360824e9d073bcdaa34c165c2b1", "message": "1) refine the usage of sorted-Comparator-reverse ;", "proba": 3.1751545748193166e-07}
{"commit": "2b08adbe2190c7715e27871a48838cefee5e962f", "message": "Added comment servlet", "proba": 1.6772808919540694e-07}
{"commit": "d1d9c26d7eb7c134b0feec3b5f2a21ed24d15d04", "message": "Coffee\n", "proba": 1.837398849602323e-05}
{"commit": "57e4002794e11dd4bd8b14de13d8148ea73f561c", "message": "coffee break\n", "proba": 5.769218205387006e-06}
{"commit": "f56578f8fb52b6af885b016c39ec8afadc579710", "message": "Allow index name to be change dynamically ( refs #15 )\n", "proba": 1.2565728013669286e-07}
{"commit": "0f694edeee28bbb227ba03b030081e0c57538a38", "message": "Event Module: Added a Cancelable interface.\n", "proba": 1.1197975169352503e-07}
{"commit": "d6dc7ee9eed00eb0b30af9b680860fad67b81db5", "message": "Create Populating_Next_Right_Pointers_in_Each_Node.java", "proba": 1.0179195442105993e-06}
{"commit": "7d908419c8e8e84c6aa32e7c9a11df3fe110c050", "message": "[Programar em Java/18-Ciclo-while-e-do-while.java] Add\n", "proba": 1.5260984298492986e-07}
{"commit": "426ddac41bbf51d4b75aaba8d00e97b979a97dc6", "message": "implemented private filter and convolve methods.\n", "proba": 1.1631188101546286e-07}
{"commit": "8ba8c919fe49669160c10eb874dc4c4f1b1848e0", "message": "am 4e3fb992: am 100e1c92: Merge \"Fix API doc of MtpDevice#getObjectHandles.\" into mnc-dev\n\n* commit '4e3fb992b7e5b84dfd54552cba1890eeb0296e46':\n  Fix API doc of MtpDevice#getObjectHandles.\n", "proba": 2.0905171993490512e-07}
{"commit": "0739ebcbcf7cca4c6f1bb05ed0eb762c1d3a9b93", "message": "am f8a504fc: am 1a51a136: am 4ee9b23a: Merge \"Delete dead code\" into mnc-dev\n\n* commit 'f8a504fceef3ff55b9ddda0d09e2bc06cd5e1f7b':\n  Delete dead code\n", "proba": 1.494725324846513e-06}
{"commit": "9cadaed344f08946c6d8f9e3a8cf23cc4c24b7da", "message": "updated generator\n", "proba": 6.247393571356952e-07}
{"commit": "c961ed99aa87f7097bb72e824cbaf95912ef5220", "message": "Create TreeTop_BottomTile.java", "proba": 7.402566666314669e-07}
{"commit": "9726a253a5cfcf30fd7502863e1c8a8e0bb9e559", "message": "code fix: check for null reference to requiredConcepts\nCheck if the there is null reference to requiredConcepts before setting the required proposition ids.\n", "proba": 1.1294620350099649e-07}
{"commit": "d986e9fd191a755a132b5b56f4fc4532c1713ab7", "message": "allow other item types than switches for exec binding\n", "proba": 1.8484571739918465e-07}
{"commit": "07c9386ecdad776f1a618c0539c7df94dd924413", "message": "Removed soft reset on send thread start\nhttps://github.com/openhab/openhab/issues/1199\n", "proba": 2.9272331403262797e-07}
{"commit": "9442cf2195b49bba10b7bdebac2a7ca725d13a27", "message": "Removed soft reset on send thread start\nhttps://github.com/openhab/openhab/issues/1199\n", "proba": 2.9272331403262797e-07}
{"commit": "ce2b599cede1451f73a08577f514485937c1a7f9", "message": "Create Four.java", "proba": 2.7320245408191113e-06}
{"commit": "788dd2ff548a64841efb174332a5f6c9ebb56238", "message": "Forgot new class", "proba": 2.4788647579043754e-07}
{"commit": "6862992be06f6c1e74b1bc25c493a9a1b3be2ea8", "message": "Added MailListControl", "proba": 2.0271593825782475e-07}
{"commit": "c8e2ac0eafbffa9ec88f4aa1f10f8ad70d34f28a", "message": "Add Web Security Config\n", "proba": 3.3052518233489536e-07}
{"commit": "37995fe0cd05a666b1e3c196fc318362ece61055", "message": "Fix EWT temp low/high values\n", "proba": 1.5267315802702797e-06}
{"commit": "ef1bbb9aa1c386f4b7e00aa71c0489f4d5f9b566", "message": "[137658] Type selection dialogs search scope problem - this fix get's us part way there... but there's something else that's going wrong too\n", "proba": 1.1153318268952717e-07}
{"commit": "c7138f03aeaf8f9891aa284a5069202328393b17", "message": "fixed counter issue in worker tracking number records trained on\n", "proba": 1.2003481231204205e-07}
{"commit": "0d10022df4caa4b5b9fe11eeb702b45de23ce8c8", "message": "Add a reverse view ListIterator\n", "proba": 1.9270557913841913e-06}
{"commit": "592ed9577fbbe6abba47f2d17567596652546916", "message": "SLIM-189, update review comment: restored @PropertySources\n", "proba": 1.0518039061935269e-07}
{"commit": "007bd9b305da8002e77eb9b309cf1df5e1aca223", "message": "uncommented code\n", "proba": 5.59650800369127e-07}
{"commit": "25425e1714d38d171cb3174a4cf36bfcf61fe8bb", "message": "add javadoc +exception handling\n", "proba": 8.867580731930502e-07}
{"commit": "b702327d882d3868d27774a707973d245736e315", "message": "implemented binary search\n", "proba": 1.1719237591023557e-05}
{"commit": "32ee626bc5c20c150152f81ec1a57a80566e3128", "message": "Update ContinuousDataSet.java\n\n1. Add method: protected boolean addRecord(float[])\n2. Add 2 methods to get a ContinuousSample instance", "proba": 0.0001693886297289282}
{"commit": "d35bed76952f439dd6c4aec5ac70c0bf0f1aa723", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@3347 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 5.791029593638086e-07}
{"commit": "cdab552e84117147de48c7e269780b770b948e0e", "message": "Create NestParen.java\n\nGiven a string, return true if it is a nesting of zero or more pairs of parenthesis, like \"(())\" or \"((()))\". Suggestion: check the first and last chars, and then recur on what's inside them.\r\n\r\nnestParen(\"(())\") \u2192 true\r\nnestParen(\"((()))\") \u2192 true\r\nnestParen(\"(((x))\") \u2192 false", "proba": 0.9999994039535522}
{"commit": "a5f6e95b4ff3cbca3b32dd5322146f3c55cbb926", "message": "Method that saves the file.\n", "proba": 1.4781018364828924e-07}
{"commit": "7fbd55ad1352d171a217027a60aea204b41a427a", "message": "adding convenience to parse Content-Range headers", "proba": 2.074177558597512e-07}
{"commit": "99ab31a80dc56da43ed5b7ddceb567fa69769cd9", "message": "fixbug\uff01\n", "proba": 2.1424693841254339e-07}
{"commit": "a5a0724023d109bba77fcce8fd0f5cf4e1ae713a", "message": ":art: #12614\n", "proba": 1.9004266960109817e-07}
{"commit": "41e2d2e13f43fe19b741cc0cf90dcaf1629d57bd", "message": "freegen for thymeleaf", "proba": 1.9543064411209343e-07}
{"commit": "27844c386e5567a91ab781265ae5ad40d0ab1e27", "message": "Enable log message for tracking issue #2092299.\n", "proba": 1.0831858787696547e-07}
{"commit": "8fcda30283d109fd1c3cb8a753281b90115db9c9", "message": "on readonly databases, don't set journal mode and don't allow WAL\n\nnothing should be 'set' on readonly databases\nbug:3173033\n\nChange-Id: I1143971f6d06139a7e1ef9e73a92e46342264075\n", "proba": 1.0076814760395791e-06}
{"commit": "87e04970ab38ee5f387723885b2cb1d239c6630a", "message": "am a585eb17: am 14923862: am e69f4267: Merge \"NfcAdapterExtras: reset singleton state if initialization fails.\" into gingerbread\n\n* commit 'a585eb17aba237b6de393b9fb88e03b996cb63c1':\n  NfcAdapterExtras: reset singleton state if initialization fails.\n", "proba": 2.5159425831589033e-07}
{"commit": "22190c0615828dd60b83e71a155674d5c4443cd0", "message": "am 53b1884a: am 30aa53c7: am 92fb5342: am c07701f2: am 3e5b0118: Merge \"Add StateMachine.removeDeferredMessages()\" into mnc-dev\n\n* commit '53b1884ac66f33614393013ffa1bfd89564d178b':\n  Add StateMachine.removeDeferredMessages()\n", "proba": 6.090997999308456e-07}
{"commit": "c4ea773899014c21bb08dda9b276a8d9eb16b5b8", "message": "Removed encoding of entry name, due to issues with underscore (_). Newline (\\r \\n) is a less likely issue to occur, so we assume we can live with that for now.\n", "proba": 1.494852170935701e-07}
{"commit": "91e0db88edb7532002783e93b8b232e1da5d0cbc", "message": "method variables() now avoid unnecessary object creation", "proba": 3.006256008575292e-07}
{"commit": "dde66748494832c0e1ba0479294217eed9d6a9be", "message": "Implement PRNG recommended by 'Numerical Recipes'.\n", "proba": 1.1559983192910295e-07}
{"commit": "cc613a60467ed636de3a4786db6e9fd3bbd0f6f2", "message": "MealTime includes methods with 1 and 2 arguments, a method used within a method, and uses DRY principles\n", "proba": 2.2398670296297496e-07}
{"commit": "2ec63e2795b7389ee277399bf455c51372079d3e", "message": "Fixed dumbpathfinder using wrong height", "proba": 2.3442441943188896e-07}
{"commit": "59552b75bd7c9bcd9ad0e02c00f73032a8df38d7", "message": "Insert Interval", "proba": 3.242143293391564e-06}
{"commit": "c2e444ff4df6aceaf3bdf97f18398f534ff0bb2a", "message": "some change to prevent deadlock, use Info class for registering peer, a parent list to avoid cycling when getting proactive jvm\n\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@1481 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 9.757883390193456e-07}
{"commit": "f672397925dca029afe345d076e2997120a77481", "message": "Fixed the format of the expiryDate\n", "proba": 0.0061523569747805595}
{"commit": "3fb0032dd54c689b812464e029c6c54385048ad7", "message": "Story 1: Calculatortest", "proba": 0.0007095477194525301}
{"commit": "88857bbca4936399da86e7388e24914be4e58beb", "message": "#3 Added Description tests that need to fixed.\n\nAll added tests are currently ignored. (so that the build wont break)", "proba": 9.748082163696381e-08}
{"commit": "aee36bf0f0aefa30d438dab8ddfa23adb3188130", "message": "Test to ensure webapp starts up.\n", "proba": 1.174182528984602e-07}
{"commit": "b5c02808b0f09f37d6805d6e7442dd82fa633be0", "message": "New AddImageInPattern test focusing on the stack overflow question\n\nadd Inline image in pdf document using itext library\nhttps://stackoverflow.com/questions/58224394/add-inline-image-in-pdf-document-using-itext-library\n\ntestAddToPageTest3 - This test shows how to wrap an image in a pattern.\nthis may persuade some PDF viewers to not expose a function to copy that\nimage.\n", "proba": 1.1419118095545855e-07}
{"commit": "981761def08322e4c5723a87db9547032c241ebc", "message": "New TableKeepTogether test testKeepTogetherTableInColumnText focusing on\nthe stackoverflow question\n\niText Table inside ColumnText don't keeptogether\nhttp://stackoverflow.com/questions/39529281/itext-table-inside-columntext-dont-keeptogether\n\nThe first two pages use code of the OP which does not work as desired.\nThe last page shows how the desired effect can be achieved.\n", "proba": 2.807410783134401e-05}
{"commit": "838d174ea2d22a37137246a16b6d205b0f73d3ff", "message": "why exactly are we writing to the 'c:\\' drive which doesn't exist on some platforms?\n", "proba": 1.593554941337061e-07}
{"commit": "5fddc0a35fa40efde63f4eb31b86710c8386ebff", "message": "IO-197 Add test case\n\ngit-svn-id: cb61607abf5ac23ab48a85ccf5b9d9390a6837ee@1002440 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.687692878884263e-05}
{"commit": "49f5a8bcc13e9f064f515f89eb05bf28d7400cba", "message": "added missing class", "proba": 2.0123886770306854e-06}
{"commit": "c95686bc7552bbd479c91438e21f0577cf78908e", "message": "move FileSetTestCase to platform testFramework\n", "proba": 2.7385254952605464e-07}
{"commit": "d37870af20dc4c1dd4b5a13889767d699a85e701", "message": "Don't crash if there is no phone app and someone presses the phone button.\n\nThe phone button probably doesn't exist on products without phone apps,\nbut the monkeys still know how to find it.\n\nChange-Id: I36aca53506c8d7d7565df8674aff9d59745139e0\n", "proba": 5.515953034773702e-06}
{"commit": "ea9ae1f84630bcceb186f24438b370126a84ca2c", "message": "am 8145fa57: am b1d938ac: am dda9415e: Merge \"Don\\'t draw system bar backgrounds if FLAG_FULLSCREEN is set\" into lmp-dev\n\n* commit '8145fa57f39396ac58fe7465a5e96631e1c56e25':\n  Don't draw system bar backgrounds if FLAG_FULLSCREEN is set\n", "proba": 4.537289441941539e-07}
{"commit": "810e3e8518a02b243916e8c29999e79749463a9b", "message": "Using diamond operator\n", "proba": 7.506516226385429e-07}
{"commit": "0861d2374b7410a27b7d103096bd6e99bdb507ab", "message": "Added test cases for the IPacketReceiveListener interface.\n\nSigned-off-by: Diego Escalona <2cc07d4527ddb8161307b5e41bc6a82cc360f0ff@digi.com>\n", "proba": 1.1875386007886846e-07}
{"commit": "40fa17011a17dec30a9e59e038f18e62163d9e04", "message": "LeetCode algorithm : Invert Binary Tree\n", "proba": 4.161069682595553e-06}
{"commit": "c3a7a665ea49bb4469473f7c90cfbaa942847900", "message": "Fuseki support added", "proba": 1.750104416942122e-07}
{"commit": "6c64e478c03840c1f8126239ab5c502706d8b288", "message": "Create MergeSortedLists.java", "proba": 2.5923981183950673e-07}
{"commit": "bd3d31b8ae5d21ce34c6132c245e082aa8aa905f", "message": "Add Ariel's DistributedRejoinFuzzMaster to the test utils.\n- An additional modification to detect when rejoin times out and to\n  attempt that rejoin again the next loop.  Otherwise the fuzzmaster\n  stops killing nodes.\n", "proba": 1.0457308263767118e-07}
{"commit": "a8f49deba19f5050ebb4b53f323ba80558a1ac05", "message": "[lang] Add unit test for ambiguous function calls.\n\nsee #295\n\nSigned-off-by: St\u00e9phane Galland <23860b554af9116d4237121086bd6767cdd4ff4b@arakhne.org>\n", "proba": 1.251751484687702e-07}
{"commit": "b9b93f61787bd46af1e5d16de78c24b8daa5e3a9", "message": "A modified SampleUtilities from Sun via JBoss.\n\nUtilities is specific to JNDI providers.\n3rd Party providers will be added via subclasses\nand overloaded methods.\n\n", "proba": 9.920628940562892e-08}
{"commit": "3a2308887df442fdde5c98d1025944dc2c6aa225", "message": "Added XtextDirectEditPolicy", "proba": 1.3700694978524552e-07}
{"commit": "7eeae93b5c0efe4ab1993ca818a5c7e321324537", "message": "more threading improvements\n", "proba": 1.394432160850556e-07}
{"commit": "284104a5af4457774c8d2c6b771028316b167a45", "message": "Jacoco fix 3\n", "proba": 2.6967520625476027e-06}
{"commit": "06bc227cf5a6707b94b62421a2ed790676dcecbb", "message": "Comments updated", "proba": 1.3208476445925044e-07}
{"commit": "12d3261c7b725b64bd20d88783c94efb96244ec0", "message": "http://leetcode.com/onlinejudge#question_7\n", "proba": 2.3350698938884307e-06}
{"commit": "fa59f5746cfb41d88da573007acddeb1bb960071", "message": "Fix unpinning in DataProviderKeyMapper (#13334)\n\nChange-Id: I485f262a4e44de10f207c804b91efe2f7ccf7670\n", "proba": 7.093357271514833e-05}
{"commit": "a99f5f43cdb24f60fd1adc3fdfcb8d6ff101a0fd", "message": "Fix bug 2599698 Music paused by itself\nThe NotificationPlayer sets an OnCompletionListener on the\nMediaPlayer it's using to play the notification.\nNotificationPlayer relies on the completion event to abandon\naudio focus.\n The player was started before the listener was set. The theory\nabout the bug is that the player finished playing before the listener\nwas called. Therefore the audio focus was never abandonned, and\nthe music didn't resume.\n\nChange-Id: Ic3baf359ea24de0d832a655dc47e745b25bc3dec\n", "proba": 0.0003011160297319293}
{"commit": "03e6bbf603a50976074c5c3493a99855f9560fdc", "message": "Added Normal Distribution II solution file\n\nFirst commit.\n", "proba": 1.034873307048656e-07}
{"commit": "fff23b7c6b884ebc7c3a6d8fa7e392cd6759b5e0", "message": "added platform test for the CARBON-15028\n", "proba": 1.247733649734073e-07}
{"commit": "6b5255a3c57e658750d6540ae31b9078afdc2163", "message": "displays for all agents in developer mode\n", "proba": 1.8723930850228498e-07}
{"commit": "90753a405e8b75277aebb4cefbf98bb9114da0c9", "message": "Add ClassData.hasMethod()", "proba": 8.04137300747243e-07}
{"commit": "c4d2b96dbb6e824a0762fa65fb6e91956bdb1d19", "message": "Create withoutDoubles.java", "proba": 1.1601304095165688e-06}
{"commit": "90cfdc53f34bff587a3d3db5753deeff88350cf8", "message": "am 25257ca5: am af814340: Merge \"Fixed bad merge conflict resolution\" into mnc-dev\n\n* commit '25257ca52e57b982ba71be040a7f261c66d37236':\n  Fixed bad merge conflict resolution\n", "proba": 5.365187121242343e-07}
{"commit": "8f3333a9edb15a344431a068044022dd774379f5", "message": "am 4cd72169: Fix window animation flickering\n\n* commit '4cd7216967a3e6211785c8acdeca449d61d796a0':\n  Fix window animation flickering\n", "proba": 4.6412174015131313e-07}
{"commit": "29c1c42e18a72a3c5760a9fb741031877293d5aa", "message": "AI 144256: Need to show opt-in screen for location collection.\n  Added a screen to the setup wizard, after login, to ask user to\n  opt-in for location collection.\n  Added a dialog to Settings when user turns on Network location.\n  Fixed a security permission issue in LocationManagerService related\n  to this change.\n  BUG=1752566\n\nAutomated import of CL 144256\n", "proba": 1.3546811317155516e-07}
{"commit": "e5a3d30dd21f7d1e625da24d0687a1eb52fc2fa1", "message": "LeetCode 137 Alternative\n", "proba": 2.583818456969311e-07}
{"commit": "83c36fcbd4fac92540e207cab94b0295f5de5dbe", "message": "am 3bb9c6d1: Merge change 23774 into eclair\n\nMerge commit '3bb9c6d1f5b252dc3ed7eb069ff5aeabd2b02548' into eclair-plus-aosp\n\n* commit '3bb9c6d1f5b252dc3ed7eb069ff5aeabd2b02548':\n  Fix issue #2097189: can't set custom wallpaper\n", "proba": 7.298052082660433e-07}
{"commit": "bad9c23260d2404509ef70a9eae9b44f020d56db", "message": "am 6cf355ff: Merge \"Turn on more logging to find this bug.\" into jb-mr2-dev\n\n* commit '6cf355fff703ac5f4228459c5d6a6c5cd515bd02':\n  Turn on more logging to find this bug.\n", "proba": 1.256570385521627e-07}
{"commit": "8be03ace9500e03e6aa482713cdd07caf5ca6421", "message": "DO NOT MERGE - Use focal point for scrolling in GestureDetector\n\nRemove workaround for obsolete touchscreen hardware. Provide a better\nfocal point for scroll events.\n\nChange-Id: I173cd6696dace379437b56597c4a6ac5c7fbf60d\n", "proba": 1.1240982757954043e-06}
{"commit": "8b8f79898d5d0a283c481dedda2cc161a5a673b3", "message": "Fix for bug 3407633 Cookie not set in CookieManager - DO NOT MERGE\n\nSetting http:// at the start if there is no :// in the url\n\nChange-Id: Idfae4f724808267fe9c8ab3864cfc4305ddac0e7\n", "proba": 6.131766667749616e-07}
{"commit": "3a23a3f367315e8ea0cd9ecde8d27fd8ea20889f", "message": "am a3faa923: am 6726d6bb: Merge \"Support pre-loading browser plugins on the system image.\" into gingerbread\n\nMerge commit 'a3faa923a0ac8d0d58409fcf7c99e8ff7b261ef4'\n\n* commit 'a3faa923a0ac8d0d58409fcf7c99e8ff7b261ef4':\n  Support pre-loading browser plugins on the system image.\n", "proba": 1.8991537217516452e-05}
{"commit": "2d1ae4025c490e934c6aca61fd1c1ffaef5ead64", "message": "(Max Points on a Line) [Wrong Answer]\n", "proba": 4.727556188299786e-06}
{"commit": "a10bfb771a4b71baf8d4b7ed756240c5ffbb5890", "message": "\u6700\u7ec8\u904d\u5386\u7701\u5e02\u53bf\u5217\u8868\u7684\u529f\u80fd\n", "proba": 2.2048972425636748e-07}
{"commit": "f8c3cb0f702d39f6543bcbf4bc4ace7cab2ceaae", "message": "update task 185\n", "proba": 0.9983515739440918}
{"commit": "d11c8be0fa6aa8f810559950d0171c53c9065595", "message": "Report also transitive dependencies from the MANIFEST.MF classpath attribute.\n\n\ngit-svn-id: 38d176a088663cba44dd40f58e77e6472acb7674@1427118 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.3259937077236827e-06}
{"commit": "5991619573c1929657bd827eeb30aa2348088146", "message": "Remove overrides as I think cloudbees doesn't like them.\n", "proba": 1.1622174156400433e-07}
{"commit": "82adb9acb529dfa0ce9a6197a7c2c24750f8805d", "message": "add JsHelperTest test class\n", "proba": 2.808300507695094e-07}
{"commit": "44417076af12a96a9936e83bf1a049a27beb5e45", "message": "L4.2 - Collections examples\n", "proba": 1.2541208604943677e-07}
{"commit": "1033f63ed5b8f92d080714e23e4583097be448ad", "message": "saving changes to AmberDb\n", "proba": 6.167035735415993e-07}
{"commit": "c216af0fe862234500746c08e48d232336d50057", "message": "removed constructor\n", "proba": 2.010040043387562e-05}
{"commit": "84f6bc930d25834713445b803539e5881256c810", "message": "SAK-42866 - T&Q: Option to send to GB disappeared (#7658)\n\n* SAK-42866 - T&Q: Option to send to GB disappeared\r\n\r\n* Update GradebookServiceHelperImpl.java\r\n", "proba": 2.0727102878481674e-07}
{"commit": "99e23088843eddede29d0fc5ca30a83f147f31b0", "message": "am 150e0e87: Merge \"fix return value scale of notifyANR()\"\n\n* commit '150e0e87e1faa01f927cfe8c7110ef843612a1df':\n  fix return value scale of notifyANR()\n", "proba": 2.3492439993333392e-07}
{"commit": "4c7f496300409c5fdcb69a6a2c81c5a1c55b2195", "message": "Dimmer switch now properly detect multiple on events\n", "proba": 1.4524157165851648e-07}
{"commit": "b00b259928311d663b6906a2f14355de46f469ac", "message": "PURE-8: Create zoom to rectangle controller\n", "proba": 1.3107975860293664e-07}
{"commit": "39b0755d096a5f01dac96790b7864ac3737bc85a", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@4470 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 6.227621156540408e-07}
{"commit": "ff960b545a244f2bc457d775435d57f9baa8d9a7", "message": "Adds Finishable interface.\n\nA finishable is something which needs to be notified when it is \"finished\" being used. This differs\n from {@link java.io.Closeable} in not needing its {@codec close/finish} method to be\n idempotent.\n", "proba": 1.38299483865012e-07}
{"commit": "850b4254d59c58d1a82fb7a73343c7315f379f27", "message": "Minor tidying.\n", "proba": 1.4748448506907152e-07}
{"commit": "beafd6b34a6ba05e1b39825a252ca449a6d0c538", "message": "\u7528\u7d22\u5f15\u7684\u65b9\u6cd5\u6765\u7edf\u8ba1\u5b57\u7b26\u4e32\u4e2d\u6bcf\u4e2a\u5b57\u7b26\u51fa\u73b0\u7684\u6b21\u6570", "proba": 1.614919966641537e-07}
{"commit": "66c8024f5b427a430d294c964a05f5f4a6749878", "message": "add Paint House 2\n", "proba": 8.873062711245439e-07}
{"commit": "3135614034d7fdd73a7cca78661df9498261ce61", "message": " removed filter for testing\n", "proba": 2.1001628169869946e-07}
{"commit": "ca38b10909bc970aa7cf7e56c1172104817d5a6a", "message": "Changed SingleApplications support to use all Interfaces, because of errors depending on Java version and OS", "proba": 1.276482635148568e-07}
{"commit": "15bc73ae9782ad0be3222d2ef6c97e1d02f8eb02", "message": "Fixed rules conflict for nested projects\n", "proba": 1.7740892133133457e-07}
{"commit": "f36c9a50cb14acff41416dcc2c3bfda397a75536", "message": "Added consume", "proba": 3.9128698858803546e-07}
{"commit": "5c9848da8e5ae79892545dd3689d7bc071413a3f", "message": "Test case for Bug1370 (works)", "proba": 1.1441683511748124e-07}
{"commit": "8bedf40c4cde09ebf253a4e7041235269f2f5e68", "message": "+CachedSupplier: Call notifyAll() when set() finished\n", "proba": 1.3236534357474738e-07}
{"commit": "84ce0fee01b3c43960f3967b083e1f17737d3722", "message": "Added getCoalescentIntervalHeights() method to AbstractCoalescentLikelihood class.", "proba": 1.03799273176719e-07}
{"commit": "3a961e4a195c114bc3060cf2330f8098f8635fa8", "message": "Remo\u00e7\u00e3o do campo partes.", "proba": 1.3957067324099626e-07}
{"commit": "ab124e90bc4d74f2d1c4fc481929863501f14413", "message": "fix for AXIS2-1468\nAfter debugging the whole scenarios at last found the cause, because of we have the single wizards emulating as two wizards seperated from the first page selection, the earlier initialization was affected to the latter scenario. So initializing it to NONE always.\n\n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@550651 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.6137149941641837e-05}
{"commit": "0fb590aaa393744b1d69661f97ee201757243e76", "message": "add RenameTableExtractResult\n", "proba": 3.384808451301069e-07}
{"commit": "abc93732e8d63d922a58e792007f584d4e189ec3", "message": "issues/1413: StoragesConfigurationControllerSmokeTest", "proba": 1.3118567210312904e-07}
{"commit": "1ccb688eec47b30d05245dddd55dc6822b646726", "message": "ARTEMIS-2355: Marking message as changed after setting routing type, because it is set after divert\n", "proba": 1.2791367964837264e-07}
{"commit": "1531dc80e621b29636e24bae54cab2e0ad25f6ca", "message": "Don't leave restore data lying around after the operation\n", "proba": 2.3814014582512755e-07}
{"commit": "26510320646339fc59e01d392f96efeeac6d91dd", "message": "fix javadoc links.\nturns out, without parameters, javadoc will link to the best matching\nmethod signature, even if it's from the superclass. So these were pointing\nto Object.nofify()\n\nChange-Id: I13688f2b65e898d1f000a34c88d0aaed928884b5\n", "proba": 9.208774827129673e-06}
{"commit": "851cc9fb7956254c98274ba497a9e70cd30004ed", "message": "add problem 1966\n", "proba": 0.02963963709771633}
{"commit": "458a008d2dd215b603ca41fbbeb6c366de059c8a", "message": "add problem 2108\n", "proba": 0.9977105855941772}
{"commit": "3a3ecacfd3e2cd0e5dca636d432ea3f728146a2e", "message": "[290413] [content assist] XML editor content assist fails when only one element \"implements\" a substitution group\n", "proba": 1.4675140391773311e-07}
{"commit": "5ba27c646646fdb404f4a1889f33876eb3c07977", "message": "fix remove single tx bug\n", "proba": 6.235298997125938e-07}
{"commit": "6c5fdbb3700074ec68738ffa58de9d5c2cefd832", "message": "allow some leeway here\n", "proba": 9.051614142663311e-07}
{"commit": "ac98bf9a638d21ae98f3d3976d06d612e0a66c58", "message": "[MPIR-248] added one more level of check to avoid NPE\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1479923 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.0659965116465173e-07}
{"commit": "7ed0020bf10b2ba40cfe3b46b9d9ae3d1a4bf2b1", "message": "fix bug null point\n", "proba": 5.59391480692284e-07}
{"commit": "54b41da873e4c7e8f731c9a1f7d8c5a44406d0f6", "message": "fix bug search tax invoice.\n", "proba": 1.437302898921189e-07}
{"commit": "ded145883771b88d5597492f66a01bd2f33657fe", "message": "LUTECE-2287 : Extend interfaces to manage Back and Front users ", "proba": 1.0738671818444345e-07}
{"commit": "89fd04f341c75437546b63d84a9bfcd73b076f02", "message": "Implement serialization tests for primitive case functions.\n\nSigned-off-by: Donald Raab <e371c9f2db76e9a8da39f852655f641336d3aad3@gs.com>\n", "proba": 3.979968823841773e-06}
{"commit": "6391e645856ccf67a349a7b868faa104c966d840", "message": "adds ManagedEmployeeFilter\n", "proba": 2.0319285454206693e-07}
{"commit": "b9a93c9e11db9a839d898bc9fd40a88341267018", "message": "added small class to encapsulate laser pointer on off control via SiLabs Servo board\n\ngit-svn-id: e3d3b427d532171a6bd7557d8a4952a393b554a2@564 b7f4320f-462c-0410-a916-d9f35bb82d52\n", "proba": 5.247085255177808e-07}
{"commit": "af0be098cbcd3a05edc4fe542e401f593624926f", "message": "- Added check to verify number of stations is a valid number supported by\n  OpenSprinkler.\n- Fixed bug where defining the numberOfSprinklers paramter makes the addon\n  silently fail to load.\n", "proba": 1.0134874628420221e-07}
{"commit": "6b21f44c9de019473e0d82cd5f42f554cafaa660", "message": "Apidocs typo", "proba": 7.77866944190464e-07}
{"commit": "03db8667847aa6b4da7c890c621bbefd9e484020", "message": "IterableCompat development\n", "proba": 2.457037453496014e-07}
{"commit": "8cfdc4051d936bcdbb631ff61dae731fe807ca25", "message": "revert\n", "proba": 2.2110909867478767e-06}
{"commit": "adc555f1ecd792052d89d715e366065a814a97be", "message": "Fixed window resize problem\n\nsvn changeset:5575/svn branch:trunk\n", "proba": 2.836400483374746e-07}
{"commit": "903ce5d22ae0e369b7dca488794ef5d969f6509f", "message": "Change chrome options\n", "proba": 4.383589384815423e-07}
{"commit": "8b4889d3a487839933aab47a09d5be8317fd0297", "message": "Code refactoring\n", "proba": 2.3158183921623277e-06}
{"commit": "e978ce2d876d31b8ccab5b9fd9abef94be40c05d", "message": "Added a LOGGER\n", "proba": 1.6778696476649202e-07}
{"commit": "8f2d28d643849573fcef083546355f7b6257e6ea", "message": "* Neue Exception zum Melden von Fehlern beim Erstellen von Domainmodellen\n", "proba": 1.2739967303332378e-07}
{"commit": "816ddd7adb0df31f5585728eba797476fae8e243", "message": "Bugfix: made calculateBounds skip over container nodes.\n", "proba": 1.0663519844911207e-07}
{"commit": "767b30162e33a7ee431998fb352e18f28ddd14f9", "message": "Added files via upload", "proba": 1.542259724374162e-07}
{"commit": "ef7cd379956782c551ac6146c02c18021798aa76", "message": "Added assigment 3\n", "proba": 1.352255765141308e-07}
{"commit": "3a536c751a8e226927d061579df4bcc4449fc4ff", "message": "polling every 15sec\n", "proba": 2.617059635667829e-07}
{"commit": "117cd6a01fcfc0965a9152a0937626ade5eff6c6", "message": "rename GeoRDFgenerator with GeoRDFGenerator\n", "proba": 9.806116395338904e-06}
{"commit": "72b6c8619b85c9623f3136aabe5c352d90cc438d", "message": "Remove extra braces in Discord constructor\n", "proba": 4.1327629674015043e-07}
{"commit": "59b71417af0f2d31d0f6962cc4afd6b51771310c", "message": "Viewplace hat gleiche Aufl\u00f6sung wie Fenster des Frameworks\n", "proba": 2.1223326029939926e-07}
{"commit": "a3ccde5f229061268153359adcc585e9f4fefc73", "message": "HBASE-7600 TestAdmin.testCreateBadTables is failing occasionally (Liu Shaohui)\n\ngit-svn-id: 1ea5de6e32eadb5f080cfd8bafe1c87167c06d54@1535606 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.706840511265909e-07}
{"commit": "41032a8299e099447e3fb811d7b939ce74bb9c68", "message": "\u6311\u9009\u5206\u503c\u6700\u4f4e\u7684N\u4e2a\u53e5\u5b50\n", "proba": 3.346267760662158e-07}
{"commit": "4a3bbf38b17f11459a1eb1ba490c80c26a26631d", "message": "Sorting Elements of an Array by Frequency\n", "proba": 4.983494363841601e-07}
{"commit": "1eb89422100f764617e08df5e247725c21cd3e09", "message": "first deposit\n\n\nSVN-Revision: 403\n", "proba": 1.396740003656305e-07}
{"commit": "08b43049d4afdc3ddb3dd069671870501387c12c", "message": "Atualizacao autom\u00e1tica\n", "proba": 1.5049522517074365e-06}
{"commit": "b881cf5aaa2881e268db010670707029b278a68b", "message": "Added Euler Direction Interface\n", "proba": 1.289744631094436e-07}
{"commit": "e8da0e1e33eccca65f124eb41755a14e4a3877f9", "message": "Add DoneCommand.java\n", "proba": 2.1275257040542783e-06}
{"commit": "0835fd6be48d57592fdca491f5c1a0fdb956dd9a", "message": "use a new bean rather than a lot of params to ease futur enhancements better with adding the class\n\ngit-svn-id: 5a9cb29c8d7fce18aac47241089437545778aaf0@1401290 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.532969673069601e-07}
{"commit": "ce08860b3e8c64fecb18ed830d87e69d1d7f9d2f", "message": "SurefireCsvTestListener: change csv separator", "proba": 7.340240131270548e-07}
{"commit": "5584f9744bca8d9e9521aa96f2d25cdaa8cbcd90", "message": "Override equals(). Task 1004.\n", "proba": 0.9979799389839172}
{"commit": "91d675b3b79ada1c5ce89c2bf50eaa54031e0bf3", "message": "voted status checking change from cache one to db\n", "proba": 1.8650042932222277e-07}
{"commit": "63d05e01f82941b244a096384aabca82f491c053", "message": "Check that the schema_type meta key is present and correct.\n", "proba": 1.360717476472928e-07}
{"commit": "52e249ffa84b52cfef4688483ff1db9ec109b259", "message": "Allows to launch commands with ssh protocol\n\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@157 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 5.017504918214399e-06}
{"commit": "94d08889c015c676b4e092c3e12c02726038c103", "message": "Added a skeleton class for the select box filter\n\nissue: #1148\n", "proba": 1.514641070343714e-07}
{"commit": "ee8c9c6379eda460e627d64b2be21bb28b748f49", "message": "Add NoDisplay test when resuming Activity\n\nWhen an activity has no display [i.e. it's invisible], it\nmust call finish() before onResume() completes\n\nBug: 18279655\nChange-Id: I2b8562b852c05fdfff4e6a6922ce47e9e948a880\n", "proba": 0.0001426531234756112}
{"commit": "d16e5d88464a771f80b2827a5874f1c3eb748b60", "message": "tools.math.IIndex was missing from the master branch", "proba": 2.576800568476756e-07}
{"commit": "ca05fc22dbeb0d7a809e1b1f158b0cbecd2d43e2", "message": "adding notes for  a distane transform based \"nearest neighbor\"\n", "proba": 1.140523124831816e-07}
{"commit": "126d0c3a4a1c7823dc6876b04067642d1aa338b4", "message": "add InsertColumnsTokenGenerator\n", "proba": 4.0099683928929153e-07}
{"commit": "2b4d537df4dffb8da7bbaf8d8e7db3f84c0d5b88", "message": "Add XmlIoImarisImageLoader for \"ims\" format in XML files\n", "proba": 2.026345669037255e-07}
{"commit": "401357fd1d9346476b8bf4ca8a74043a34735e15", "message": "Added Provider\n", "proba": 1.878690909506986e-07}
{"commit": "952ef4dca343de2c4878a0b13f0c85523db7065d", "message": "Fixed: checkForUpdate is now a MenuItem\n\n* The \"checkForUpdate item under the help menu is now a menuitem. no\nmenu\n", "proba": 0.0007308486965484917}
{"commit": "19f3ec9704eb1d736e182a3ffef6c1f3cd71f1fb", "message": "Disable Netty logging", "proba": 3.0985540888650576e-07}
{"commit": "38876077b512c03bc5b3ca6ceeda74a78706730c", "message": "Add GroupDao class\n", "proba": 2.715431719479966e-07}
{"commit": "b2c4de156a123b4feb700cb6cb18c6fc00bdc3c5", "message": "Update MavenBuild.java\n\nExtract TestNG Report and Jacoco Report", "proba": 1.8757012298920017e-07}
{"commit": "33196859e8da3ea2ab21c98d565d7f13255bdcd3", "message": "remove unused\n", "proba": 0.9988460540771484}
{"commit": "4feb4fba2910452df1b8a8d95e5d300ba7220ec5", "message": "fix typo in CmxObject\n", "proba": 0.0018015517853200436}
{"commit": "898c5f45f5d2ae84ba26c8c5edc42f973ff85721", "message": "Add UPDATE query builder\n", "proba": 4.4165042822896794e-07}
{"commit": "101212a8a4512e07ca4e9e51250a673a14f1384f", "message": "Add Location\n", "proba": 4.7662008000770584e-05}
{"commit": "61ce7d326d28d83c1f6c30ae252a6f9e37b09d41", "message": "Item 7: Finalizers\n", "proba": 0.0007201418629847467}
{"commit": "0b4049c842c37e7840962460a44fc8d474bbb302", "message": "implemented general search interface\n", "proba": 3.72334596931978e-07}
{"commit": "2a9a699cd6c0725509e5cdad1414a0ed97810491", "message": "changed ResultFeature to ResultSet\n\n\nFormer-commit-id: 88a927e8be0b0993e7ecb191a09b42de106a1ce8\n", "proba": 3.029441586477333e-07}
{"commit": "63b398b74ee6a43af235a8dd7987e3b02a19ac08", "message": "introduce new graph to NegativeCycleFinder\n", "proba": 1.712340349513397e-07}
{"commit": "d21d93cebde48e51bc2ac588a5711706417cd144", "message": "Use StoreConfiguration to determine gadget render info\n\ngit-svn-id: f58a9b601cc1b78d50b2e947bdfafe48659f3a22@315 5fc6d161-ea32-e9bb-d6c6-78504b9a0898\n", "proba": 9.48035790315771e-07}
{"commit": "dfbea71033eefdbadf6666aa25bfc669762bb5f5", "message": "Tidying up\n", "proba": 1.9929423160647275e-06}
{"commit": "faa2a46ce659622f76d023ce7928c1e49b0f0e4f", "message": "+Created the whole MaterialType enumeratio\n", "proba": 1.353514988977622e-07}
{"commit": "ec181c63d01a591687378285091a01742881ad98", "message": "fixed issue #1498\n", "proba": 1.851996813684309e-07}
{"commit": "db7c3a743a0173d5f7bacc28c7043123185efe01", "message": "add testcase for issue #1725\n", "proba": 1.4549250693107751e-07}
{"commit": "aa4bdaaa896558fa7239ee405cda7600d8d48682", "message": "More WorkflowRunner asserts\n", "proba": 1.29082621924681e-07}
{"commit": "d2bf4f375d2d17d907dff9bc0d625cc537afc46a", "message": "Load UI from a plugin\n", "proba": 4.2832280655602517e-07}
{"commit": "045cce9cb849d05034b4f23d1ee9a9ce75595e0a", "message": "add tests for parser\n", "proba": 5.314011559676146e-07}
{"commit": "7ad0ce84206333a51ef032535720f0f76de8184b", "message": "Test for Issue #304\n", "proba": 1.2524691328508197e-07}
{"commit": "cd2af586815d4a8050bf674da82810ea50e3131a", "message": "updated generated wrapper class\n", "proba": 3.8094333376648137e-07}
{"commit": "c9d22356a5be3854a89bcc1a85310a9da07ad97c", "message": "Added inventory mouseover hints\n", "proba": 2.778795362701203e-07}
{"commit": "6bcdb7460ed713785d9e57dabbea9a24a2dcb2e5", "message": "ssh : new macros chown, chgrp\n", "proba": 4.007265488326084e-07}
{"commit": "43dc88440a30cd4fd900b11529733bf631321d40", "message": "default\n", "proba": 1.71783467521891e-05}
{"commit": "fb4b573b69247187ed7b2aabd68985c5eaaa9abb", "message": "Minor javadoc correction\n\ngit-svn-id: cf2b8e13e5fd585456580429c3991d4364a2cb88@744 d471f07e-d8fc-0310-a67b-dd4c8ff0e7cd\n", "proba": 2.1159676180104725e-06}
{"commit": "6bfc5e3fde4ecacdaa416ae76b7b4c9dcf6faf91", "message": "updated Monitor\n", "proba": 2.893270334425324e-07}
{"commit": "d7ede5496643b36086dd0805304f22856d7713a1", "message": "Replaces SummaryOnly plug-in with new, more powerful capability.\n\n", "proba": 1.0133521755051333e-07}
{"commit": "35d666cfae107620671b1e1a3180fe9d0b657ac3", "message": "Fixed a bug in loadClass() where we didn't check the context class loader\n\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@1576 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 1.145049623119121e-06}
{"commit": "a23616ca1c1b20bee4256a3e94565c16ff646146", "message": "plik z netu", "proba": 1.2728348792734323e-06}
{"commit": "56f40389ee592822252329e85ea7241c60a23a06", "message": "add an example main\n", "proba": 1.4905324860592373e-05}
{"commit": "8d6c0c633c15dc4a8c935a51cd6f72dfa15aba4c", "message": "add file Given a binary search tree (BST), find the lowest common ancestor (LCA) of two given nodes in the BST.\n", "proba": 8.039438398554921e-05}
{"commit": "26d26fc7314751b3b45e8ff7eac62352aacd34b7", "message": "update Configuration inner class for new API\n", "proba": 1.7556659770434635e-07}
{"commit": "30fb8be76f82d69b19b86718200293e4bc3c1da7", "message": "+HomeSet: Klasse erstellt, evtl. nicht mehr ben\u00f6tigt\n", "proba": 8.623913890914991e-05}
{"commit": "66829bab5c0c69b5e8c65a58ed349ce188510ef2", "message": "\u589e\u52a0181\u624b\u673a\u53f7\u7801\u901a\u8fc7\u9a8c\u8bc1\n", "proba": 2.413582365079492e-07}
{"commit": "520972d59ebb5f82dcde2b0b945078add18ec57c", "message": "renamed package for CheckInit\n", "proba": 2.497749278518313e-07}
{"commit": "8bb4ca3c94761db747743c979d9b1febc0d6e4d5", "message": "Added initial draft of positional relevance model feedback\nimplementation.", "proba": 1.0239175196602446e-07}
{"commit": "266898a7472820e3186b2caf5057add38588a5ce", "message": "Adding ROC (Momentum) indicator (untested)\n", "proba": 1.5243064410697116e-07}
{"commit": "f8a480afe3af7414a21f0538cce4c0d2d623f946", "message": "add base test\n", "proba": 3.177641474394477e-07}
{"commit": "f7c88b9349397559b3773e9ab9fe84d920a475e9", "message": "Bungee stuff", "proba": 3.9855413547229546e-07}
{"commit": "99220378e0a3477c8c8eb86c12e0437c3ac6440b", "message": "Fix code violation: Remove unnused import\n", "proba": 8.97618338058237e-06}
{"commit": "bc883f4cf48ef1e0e533aba423d8ff3529010975", "message": "am 22dad40d: Merge \"Add support for signature in getPackageArchiveInfo\" into ics-mr0\n\n* commit '22dad40d3e8ce54a00f337ea06b9b0bbfbd3fd6b':\n  Add support for signature in getPackageArchiveInfo\n", "proba": 2.7959757176176936e-07}
{"commit": "59dab49cb8350afd1baa77999ec2f91283d78536", "message": "hide CalendarMetaDataColumns\n\nChange-Id: I248b608cfdac51b8fe2ccc36fa1701c3f1915849\n", "proba": 8.413683190156007e-07}
{"commit": "99af2813e0ec1a706a51a055f4b9e54687f97469", "message": "am c5e15ad7: am 948ef29e: Merge change 24316 into eclair\n\nMerge commit 'c5e15ad767b4ff92d4eb85655b6e5fd517c0ae93'\n\n* commit 'c5e15ad767b4ff92d4eb85655b6e5fd517c0ae93':\n  Fix typo: IMMEDITATE -> IMMEDIATE\n", "proba": 0.9988370537757874}
{"commit": "e4dc7e1ac39bb67d27c38076f1e616cac957459f", "message": "Update documentation of CARRIER_PRESENCE & bitmasks.\n\nBug: 21572292\nChange-Id: If4727e7c18ce94f7c715ac91d61456ff0de10001\n", "proba": 1.5722702073617256e-07}
{"commit": "6aee4761a826c3ef2793dc5c62d2451bd7450c61", "message": "am ad359f2e: Merge \"Revert \"Don\\'t display Custom for PHONE_TYPE=CUSTOM part 1.\"\" into mnc-dev\n\n* commit 'ad359f2e705280e26198890a95d53e3566126bcc':\n  Revert \"Don't display Custom for PHONE_TYPE=CUSTOM part 1.\"\n", "proba": 1.644484797225232e-07}
{"commit": "cc827bc0b6896317c5bbe525226e338299072225", "message": "MapConverter", "proba": 9.866336085906369e-07}
{"commit": "681f745916e4809f46e0d742437f7d724fc5be35", "message": "am 7d9a18ee: Merge \"resolved conflicts for merge of 926a5c50 to jb-dev-plus-aosp\" into jb-dev-plus-aosp\n\n* commit '7d9a18eeb684e87da5a907c96d25da21918119b5':\n  Remove edge slop handling from ScaleGestureDetector.\n", "proba": 1.1924912257654796e-07}
{"commit": "982cb98393151921aceb0b214b14a1f9b473b71e", "message": "Fix bug 4533120 - rough handling of invalid event streams in\nScaleGestureDetector\n\nMake ScaleGestureDetector a bit more tolerant of bogus event streams.\n\nChange-Id: I28a8b1ea494b7f1ca9d4c4623b95aee38f213369\n", "proba": 2.9703392101509962e-06}
{"commit": "33dea30bf0957fc521092b8e29b6c0558ffb7cfe", "message": "am 0777558f: Merge \"DO NOT MERGE Respect the \"Make password visible\" setting.\" into jb-dev\n\n* commit '0777558f0365d8020693109118bd92994b0ec8b1':\n  DO NOT MERGE Respect the \"Make password visible\" setting.\n", "proba": 5.053238396612869e-07}
{"commit": "5a8e22b25149ceef4ccc7e4c175515b4ae3d57f0", "message": "don't try to format number functions\n\ngit-svn-id: a91d99a4c51940524e539abe295d6ea473345dd2@509 e6edf6fb-f266-4316-afb4-e53d95876a76\n", "proba": 0.9817749261856079}
{"commit": "1dcc3a54de5f9c5bca5baa22ba8f5fc2b84a088e", "message": "added extra logging\n", "proba": 2.0366914554870164e-07}
{"commit": "8fe2c813d3a8ccf1da4e8ddc416542bc4e370530", "message": "SP-91 Unit Tests - Buyer\n", "proba": 1.1152190637631065e-07}
{"commit": "d8e1eb42db33945c6f16d0f3d77d2e7bc3bd495d", "message": "Added tests for VectorClock\n", "proba": 1.776623861360349e-07}
{"commit": "d90bb1e54516a3a3e90eec94f70a25b3d1dd705e", "message": "Add test for serialisation\n", "proba": 7.223036391224014e-07}
{"commit": "df1bcfa4d516a07378318756e0e0644163334f77", "message": "Removing trace logs in test", "proba": 4.013625982679514e-07}
{"commit": "1a4dd52b9c37c54ca16c3e7dd593680bb4f11058", "message": "Bug fixed", "proba": 4.181952704129799e-07}
{"commit": "33d3b1e0e7c7332da252628bfbe274f2f4f90176", "message": "This should fix issues in the messages_es.yml file.", "proba": 1.1902405105956859e-07}
{"commit": "ec584b655ec0d433a37b5ba74c4aaaf483119117", "message": "Fixed RenderTexture being flipped vertically after coordinate system change.\n", "proba": 1.0575027431514172e-07}
{"commit": "1a4dc911555097f8680a5acc50aa05564c0f7e74", "message": "Missed one more location for correct serialization of comments...thanks to jon@mediasurface.com\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@248126 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.644393302693061e-07}
{"commit": "16f7d62f36f2e5f1e102057f70fd67b7176fd0b5", "message": "SLING-6768 Provide Models Jacksonexporter feature\n\ngit-svn-id: 6eed74fe9a15c8da84b9a8d7f2960c0406113ece@1790073 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.6163328098173224e-07}
{"commit": "7b5ff12f1f8ca0841ef2079f6396695e74a8d7c1", "message": "Added package info.\n\ngit-svn-id: c64b25449c98d516ca32b155dab4c9817b12d9d5@4904 0b971d98-bb2f-0410-8247-b05b2b5feb2a\n", "proba": 2.083214440062875e-06}
{"commit": "21a5fd1e53557e1bca03acf31511051b1ee0a1c0", "message": "Fixing wrong text in log message - SLIM-598", "proba": 0.0008071947377175093}
{"commit": "d47884808afb346e314e91785080ec24eae31d2e", "message": "Fix TerasolunaGfwConfiguration/TerasolunaGfwProperties\n", "proba": 2.6798957719620375e-07}
{"commit": "61613b0cb3c2682b6a9b3f6cc229a03d5e0268ad", "message": "add FlowablesTest\n", "proba": 2.979148803206044e-07}
{"commit": "4e07075d1eaaba0a4b9aab26e6543691ecc38a8d", "message": "\u589e\u52a0\u91cd\u529b\u611f\u5e94\u68c0\u6d4b\u4ee3\u7801\n", "proba": 3.465149802650558e-07}
{"commit": "04ad23e3e0cd9cd6d288c252d1eaf75e2c5c4e26", "message": "Adding basic tests\n", "proba": 3.910601549250714e-07}
{"commit": "d8dea9c4f7440262c1d13cbf12885ff9fa923801", "message": "Fix for STS-371: check for null before calling getClass()\n\n\ngit-svn-id: cf2b8e13e5fd585456580429c3991d4364a2cb88@548 d471f07e-d8fc-0310-a67b-dd4c8ff0e7cd\n", "proba": 5.669238362315809e-06}
{"commit": "0d9b4c02522e253acfa4c46c86381fe1b1bc9430", "message": "make ctor public\n", "proba": 1.559339762025047e-05}
{"commit": "4e6b75a43799a5a3e618e4f19f3a1b25c35ebaa6", "message": "Initial commit: SortTest.java\n", "proba": 3.654548947906733e-07}
{"commit": "6914c6d3963a62baf59f1f2c8847675c5a50303c", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@1128 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 5.446922841656487e-07}
{"commit": "5d84a24e9f1e4ee1a0abb80986076581ffb2765a", "message": "added game listener to refactor existing game life cycle\n", "proba": 2.1699662511309725e-07}
{"commit": "d92529d9beecfc06437193677be9d21e5acf972f", "message": "Initial commit\n", "proba": 3.003353299391165e-07}
{"commit": "ab0cd17923ecb0762621bba506630a0e19385bbc", "message": "\u0434\u043e\u0431\u0430\u0432\u0438\u043b \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0443 \u043d\u0430 \u043f\u0440\u043e\u0444\u0438\u043b\u044c IE, \u043f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c\n", "proba": 5.614426754618762e-07}
{"commit": "173ab1af5384eadd3f89bd43bbc23fb44052ec7a", "message": "TURMERIC-1523: More cleanup on the test code.\n", "proba": 1.017300874650573e-07}
{"commit": "22608e58814154ded7c289d5cbbc83bff515ffc2", "message": "4897: 500 error when loading discovery page while user is not logged in\n\nTask-URL: https://q.tasktop.com/alm/#projects/c2c/task/4897\n", "proba": 1.3104091749482905e-06}
{"commit": "e0902c6514e5b985633301445948103e335741b6", "message": "Make it immutable.\n", "proba": 4.6404336899286136e-05}
{"commit": "19240c362c37b75fd90663adad46bc13fbdacf42", "message": "Forgot to check in a file\n", "proba": 1.2898762236090988e-07}
{"commit": "792a0e233a388d86ebba11e4c9de93e5f4f6462d", "message": "tests unitarios\n", "proba": 7.208873853414843e-07}
{"commit": "3e4e434224dad3d4eee98eca2bdb8c14b431cc94", "message": "Added tests to check the resulting image after applying the rotation.\n", "proba": 1.0533356942232786e-07}
{"commit": "f86703d7bb7bdd6c1926aff730923ad32a6d5621", "message": "java: added example GpioRead6 based on gpio_read6.c\n\nSigned-off-by: Jakub Kramarz <9b67466f9d5df91986924f0ffd860abc78d41737@virtuslab.com>\nSigned-off-by: Brendan Le Foll <3e0e8c4069934e8b47d99704927a85c66c0ceb33@intel.com>\n", "proba": 1.3986193891923904e-07}
{"commit": "0c9227871ae8b1bbbe0597e51553d84d52856278", "message": "Improve javadoc on SharedElementCallback.\n\nBug 19709650\n\nChange-Id: I52e2164168d17f3c1f3a3235868077f1730c5f3b\n", "proba": 1.6377906604247983e-06}
{"commit": "cf9597791edc284b179f3aeaa64e9d53b5abbf36", "message": "Don't pass calling contexts into static services.\n\nWhen initializing a service, StaticOuterContextServiceFetcher\npasses the calling context to it. This causes a leak if the\nservice stores the context in a static variable.\n\nInstead, pass in the application context, which will never be\nfreed for the life of the application, and correspondingly rename\nStaticOuterContextServiceFetcher to\nStaticApplicationContextServiceFetcher.\n\nBug: 27147995\nChange-Id: Ic67ebc32df7368184c2935f0327491fdc7d69836\n", "proba": 6.971637958486099e-06}
{"commit": "430e361b202ecff8a10a9258948ade99689fe6b1", "message": "Makes ACTION_PAIRING_REQUEST require BLUETOOTH_PRIVILEGED.\n\nBug: 11087521\nChange-Id: I99cc584987bf12fe0648b048398b4eb9836e6172\n", "proba": 8.345393143827096e-05}
{"commit": "8fa9673da3c9eec365221cdddb1d45058cc20b9d", "message": "am 27627ecd: am ddf3fd48: Merge \"Update documentation for ContactCounts\" into lmp-dev\n\n* commit '27627ecdb934cc85cf16641690f2c3474e7e35fc':\n  Update documentation for ContactCounts\n", "proba": 1.6589324047799892e-07}
{"commit": "91e4e85752ee60ef4965e5974cc3f62e3d0651fd", "message": "Adding \"service\" columns: SYNC1, SYNC2, SYNC3, SYNC4 and SYNC5.\n\nThese columns will be used for things like sync parameters of a photo or group.\n\nAlso removing some obsolete deprecated APIs", "proba": 7.739534339634702e-06}
{"commit": "f0257c5973b3d76b00743c745fe59b93e69bd9e8", "message": "am b387571c: am ca6de93a: Merge \"Fix number counter will keep going after window losed focus.\"\n\nMerge commit 'b387571c42aa08b5b9aa9833edb94c16a623e535'\n\n* commit 'b387571c42aa08b5b9aa9833edb94c16a623e535':\n  Fix number counter will keep going after window losed focus.\n", "proba": 2.3929489998408826e-06}
{"commit": "d646f6a5585652fcbe576406506fca2c9425779f", "message": "523. Continuous Subarray Sum\n", "proba": 0.0001440711203031242}
{"commit": "78184e289cdcba5c8d83a1a1277578355bfdf74b", "message": "Prepare to find out why the Set contains duplicate elements\n", "proba": 3.0953160603530705e-06}
{"commit": "37dcdd1f1e0899220a9bb47ef2b2cd1324b0ffdc", "message": "LIA-47338 simplify logic for debug / trace logging\n", "proba": 1.7409753638730763e-07}
{"commit": "5c3fb72905ba20433ba0c55a90e5dcd70246af7b", "message": "Removed invalid charachers (again)", "proba": 1.2403968696617085e-07}
{"commit": "03382ccf3c77ff8b60e7b60408194ccfb40c86af", "message": "add Hop", "proba": 3.820456640823977e-06}
{"commit": "9b6d6ad2f6d4e25764c1fd1fe8a20dd319ee58a7", "message": "Fixed junit test (unnecessary assert)\n", "proba": 1.3498399198397237e-07}
{"commit": "81571d325c40ca31dfee25ccb52a458e2f096c58", "message": "CAS-395\n\ninitial check in of resolver\n\n", "proba": 1.1120732779090758e-07}
{"commit": "ad1a9597779d8d1c75026074f7f8160654eea69f", "message": "Create Regle.java", "proba": 3.860311892367463e-07}
{"commit": "6130a1e0cfefbd9818b9545b5ded022823ea4c3b", "message": "New file from 1.0.x branch.\n", "proba": 1.1629036578142404e-07}
{"commit": "b4d40c70deed35306558fe732447215d61a088fd", "message": "Removed certain special cases that weren't necessary", "proba": 3.457706498011248e-06}
{"commit": "89cf2e818a6f299f31ccc4358b80991f81539f57", "message": "Fixed issue with precision bounds for dates of leaf nodes", "proba": 1.6813807235394052e-07}
{"commit": "6fac78cf1b9bd1325399a39869f66f27ccacae43", "message": "Message #168\n", "proba": 1.3363600714910717e-07}
{"commit": "1a53f76d529bb2c4af05d4cbb7d6967693345788", "message": "am 86ca500e: am f10ba7c7: Merge \"Make dump messages asynchronous.\" into klp-dev\n\n* commit '86ca500ed14a524c467596cc7c663b88db72038d':\n  Make dump messages asynchronous.\n", "proba": 4.01265765503922e-07}
{"commit": "c765f3b5bb085b1860e0476d8be7d183f9ba44a2", "message": "am 3f24678f: Merge \"Force activities to run on the second display for testing.\" into jb-mr1-dev\n\n* commit '3f24678f238b4ddd6d80040b8882595e0c7ec62e':\n  Force activities to run on the second display for testing.\n", "proba": 4.7499489141955564e-07}
{"commit": "75d562696e709b6d9e61a23fc86f0cfba15e655e", "message": "am 57e824f7: Merge change I8db532c1 into eclair-mr2\n\nMerge commit '57e824f7c33caf1e8c9cb08795464df4b8dbb218' into eclair-mr2-plus-aosp\n\n* commit '57e824f7c33caf1e8c9cb08795464df4b8dbb218':\n  don't turn off filtering/dithering when we scroll.\n", "proba": 1.3077409732886736e-07}
{"commit": "d4819a722bc5816130fe42ee0cc9f5e02c687f96", "message": "Add methods to send messages to the WebViewCore whithout having a reference\n\nChange-Id: I8543e862e7a93651c3e3fa9bcefc8ea5f857a152\n", "proba": 1.764915396051947e-06}
{"commit": "cb7f5187d37d70786c03d5531b36f7fc3bf7c129", "message": "am 6cc2bbe5: Merge \"Shorten the animation length to make it snappier.\" into honeycomb-mr1\n\n* commit '6cc2bbe5cf8c959239d35972c0acac494e5c1559':\n  Shorten the animation length to make it snappier.\n", "proba": 3.199310185664217e-07}
{"commit": "a26ec11a1e5e95bd7704be59d75145ba48d1ee6d", "message": "am 1e1ccfb8: Merge \"Fix a monkey bug with AbsListView data set observers\" into jb-mr2-dev\n\n* commit '1e1ccfb88bf2d78d8876022fae6c5058548406e7':\n  Fix a monkey bug with AbsListView data set observers\n", "proba": 4.79725804325426e-06}
{"commit": "8ca0ca9ad55cb3168864eb1487b7bf984f05bc6a", "message": "am 06aedd01: am 6392a360: Merge \"Fix misc. bugs in AbsListView smooth scrolling.\" into jb-dev\n\n* commit '06aedd01c146fdbe59efb0923d8049a37df9968b':\n  Fix misc. bugs in AbsListView smooth scrolling.\n", "proba": 1.1341811045895156e-07}
{"commit": "904db5b4e7052de4911f891c5112c0f53efcea26", "message": "am f3873333: am 30384653: Merge \"Focus search in AbsListView returns invisible views.\" into jb-dev\n\n* commit 'f3873333e014219601e8dc4e6bee364c50390c5d':\n  Focus search in AbsListView returns invisible views.\n", "proba": 1.6152866066931892e-07}
{"commit": "17f7153639df03eedd0dce30a934ecfe380f4aa2", "message": "Ensure correct width and height are used during popup positioning\n\nPasses the width and height into findDropDownPosition() rather than\nrelying on global state. Ensures that an update is forced if any\naspects of the LayoutParams are changed during drop down position\ncomputetion. Cleans up method and argument naming.\n\nBug: 27819843\nChange-Id: Id85e2a0e81e0ea6a754dadf7c1d1c2493a5979b0\n", "proba": 3.2384289170295233e-06}
{"commit": "a964bd71689662bf930c2c5206923ea74f7b83a0", "message": "Added ScrollingListView\n", "proba": 1.8127046530480584e-07}
{"commit": "5d5e4997ff0733ba39fb8af915ec29167a718640", "message": "log Java version for better debugging on cloudbees.com\n", "proba": 1.876696131830613e-07}
{"commit": "0669c727120597186d643bfae393337613ccc883", "message": "added PriorityNetwork to extras package.  This is the class to be used by the Panorama SC16 demo\n", "proba": 1.143992633956259e-07}
{"commit": "81681697d30de2cbf905ff4611fc8088e2fff9e8", "message": "Create faceTweetActivity.java", "proba": 1.2804765901819337e-05}
{"commit": "30d120d842db3b89057b0e49bf8fdb97feea39e1", "message": "utility for hashcode/equals\n\n\nSVN-Revision: 678\n", "proba": 3.90058971788676e-07}
{"commit": "cbde20ff07431b66a4dd39c44b88173ecd38366c", "message": "Added SignalHandler interface which represents objects that are able to\nhandle signals from message receivers.\n\nSigned-off-by: Jakob Brandsborg Ehmsen <387ed33cc9ebf98b733caa2520baacd616b28aa5@gmail.com>", "proba": 1.2225785894770524e-07}
{"commit": "caab1dd01b03b403cac15ad77669f524dcd897c6", "message": "less garbage/cycles with our Java implemented `columns`", "proba": 1.1277216316329941e-07}
{"commit": "a878c488af5ff26c5c013234bc01576f3297f35e", "message": "We should keep both signatures:\nQName getXSIType(Parameter param);\nQName getXSIType(TypeEntry te);\n\nWe used to have the 2nd.  I recently changed it to the first to accommodate\nMIME types.  But then I discovered that not all calls were made where we\nhad parameter info (in IBM extensions).  So both signatures are necessary.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@247722 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0003995043516624719}
{"commit": "3304384e1e43c131e6c9434348dfcc203a48bfec", "message": "\u6269\u5c55\u4e86jsp\u89c6\u56fe\u529f\u80fd,\u53ef\u4ee5\u4e0d\u4ec5\u4ec5\u5c55\u73b0 /WEB-INF/\u4e0b\u9762\u7684jsp\u89c6\u56fe.\n\n\u589e\u52a0\u4e86jspView.java,\u5c55\u73b0 /WEBRoot/ \u4e0b\u9762\u7684jsp", "proba": 1.3944961665401934e-06}
{"commit": "61c1588bf793cdb22a5f20e3b7124d296ba22ba8", "message": "fixed error import\n", "proba": 4.134990376769565e-07}
{"commit": "8fb61b8fde90a3214a7995c9a821fd1c47c87706", "message": "V0.5.6: [added] Search data type to return flexiSearch specified search results.\n", "proba": 1.0529581118134956e-07}
{"commit": "dbdfb02e98124021b52c8d2416e0dac9a0c00882", "message": "Fixed error of Exception not being thrown\n", "proba": 2.7278855441181804e-07}
{"commit": "214620bcc72b7255f25db91a9c6b219e3ff7b1d5", "message": "Add Guard executor\n", "proba": 3.9288062225750764e-07}
{"commit": "4074476df92483d2c482ed4b3eb41d3413b70d96", "message": "Fix filename display offset\n", "proba": 2.4664737793500535e-05}
{"commit": "9a0f411c921cf5d5464bc76d214315190cb568c2", "message": "Improve service/bot detection\n", "proba": 6.744892289134441e-06}
{"commit": "2d48f1e2e96dc6798167e791c30cce4d257c54db", "message": "Added a server interface.\n", "proba": 1.1870630345356403e-07}
{"commit": "50e98efee48000163eead8b6fa21287197524dab", "message": "KRACOEUS-4547: Fixing NPE in KcPerson.selectSingleValue when no values exist.\n", "proba": 1.0627478985725247e-07}
{"commit": "79445e143acaccd08b0ad8a056cf5f482644f6fc", "message": "Created Human Super Class", "proba": 1.9254578376148856e-07}
{"commit": "6c9b0bf756e84556691b359448ad70c12e01f02a", "message": "Added UUUIDManager.\n", "proba": 1.3349220751024404e-07}
{"commit": "04a37df85e47e838479241618c37e51c46ac417f", "message": "was RichLocationResolver\n\n\ngit-svn-id: ed25c26de1c5325e8eb0deed0b990ab8af8a4def@3542 7c6358e6-4a41-0410-a743-a5b2a554c398\n", "proba": 4.4223168515600264e-05}
{"commit": "ff1870b564b7c90137b98ec70958d8c3db9b6a9f", "message": "persist\n\ngit-svn-id: f699b99be54c313e643266d5dd560bc939300b59@433 f90f6e9a-ac51-0410-b353-d1b83c6f6923\n", "proba": 8.533018558409822e-07}
{"commit": "1cdb9b84422cbfeee4bab698a8a85b7dac5b4e55", "message": "Defines how to encapsulate transformation split info\n\ngit-svn-id: 51b39fcfd0d3a6ea7caa15377cad4af13b9d2664@4451 5fb7f6ec-07c1-534a-b4ca-9155e429e800\n", "proba": 3.310762258479372e-05}
{"commit": "32549eb0a7d15d24f9123195b68cdcb867799197", "message": "Initial commit. Works just fine, although I have not supplied a JUnit test case (yet).\n\n\ngit-svn-id: 6c0206e3b9edd104850923da33ebd73b435d374d@624335 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.5024700132926228e-06}
{"commit": "cb3c6de13c2768fca93318a8f6846e800d62a6a5", "message": "Create Elections.java", "proba": 3.4059962672472466e-06}
{"commit": "8c96032c6785e27193b702d4c31159352f4afe72", "message": "Create MutableMap.java\n\n\u0414\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u043e \u0438\u0437\u043c\u0435\u043d\u044f\u0435\u043c\u043e\u0435 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 - MutableMap\n", "proba": 8.475985850964207e-07}
{"commit": "e61231d557a0ec552ef5164d04ead4cb030e07fb", "message": "\n\nMissing parentheses.", "proba": 3.530887988745235e-05}
{"commit": "cabd8d4a197c744ace29836015d52a25dd140fe8", "message": "CrazyCore: added NamedComparator", "proba": 1.7881721703361109e-07}
{"commit": "0e265705ed923277a7f73fde31ed570a6e03646d", "message": "camelCase fix.\n", "proba": 8.394672477152199e-07}
{"commit": "52966e9af179ad65858c980fb955233040e1e951", "message": "_7 added", "proba": 1.6204693054078234e-07}
{"commit": "283381b2a43c975c1169a4d8d8cdcdffa116df4b", "message": "Graph tests", "proba": 6.393192393261415e-07}
{"commit": "c32171d13e276ea635f7df862c2f9d4423512572", "message": "refactor\n", "proba": 0.9999991655349731}
{"commit": "d3c7e5a4771edf3f64e921c7ec7cf688b92d19bd", "message": "Change model loader for value ctor annotations on getter (not ctor)\n\nPart of #2342\n", "proba": 1.7727616352658515e-07}
{"commit": "eda28063a7677754843295247a5ded5cb61de809", "message": "#1517, add PostgreSQLDoubleBinaryProtocolValue\n", "proba": 7.259512813106994e-07}
{"commit": "c706c2f6596125826a1366a92da330fb289564fd", "message": "LeetCode 11 Container with most water\n", "proba": 1.2834857443522196e-07}
{"commit": "be007a6bd10f698e3c5afc7e353e0a3ea83c1fe4", "message": "novo teste\n", "proba": 8.126050374812621e-07}
{"commit": "f4d3c4de244f590791db5f67259d5f8233614e66", "message": "Add Comments jCase Test\n", "proba": 1.5427069399720494e-07}
{"commit": "cd1a5ab0b33eb2a07087df2632aa2ed20ac383ff", "message": "Wrote unit tests for value check and number of results check.", "proba": 1.092591688234279e-07}
{"commit": "99500964746c358e9809ed41049811f80f75f55c", "message": "nouveau tile op\u00e9rationnel\n", "proba": 5.149092316969472e-07}
{"commit": "1db3ca4271421f9b5b1335c4b3f1d3a2e38ea5ff", "message": "WAILRoute: another fix\n", "proba": 5.28655448306381e-07}
{"commit": "fcf8937ff1a94d0dd205e9297cd1475fb2b02c88", "message": "Helper methods\n", "proba": 1.6390781638619956e-06}
{"commit": "7b43c0704b9e85a97ba9bbecc3b7037fa4d462ea", "message": "Added Server class.\n", "proba": 1.2616617084404425e-07}
{"commit": "4536e7f6a888ba7f0dde05474d39f947c38eec4f", "message": "add util class Of bigdecimal\n", "proba": 0.00021441842545755208}
{"commit": "3af1ece53caef7ac0e878d662b99ad798b0acb39", "message": "New classes\n", "proba": 2.9743031859652547e-07}
{"commit": "91d383153f507eda52991000eb97194a5e20b632", "message": "Externalizaci\u00f3n constantes.", "proba": 1.7992054779369937e-07}
{"commit": "da1970df68745ee992816c42d84b24c909c0387f", "message": "Attempt to fix static files\n", "proba": 4.769481165567413e-06}
{"commit": "28750ac24e44f8908f6887f911792c3b579573e4", "message": "BOJ #17010: Time to Decompress\n", "proba": 1.0737520597103867e-06}
{"commit": "1ea6ff4deb92ed377b371d4dd46c1e7a3f1278ab", "message": "added brackets permutation", "proba": 3.258845708842273e-06}
{"commit": "f1947409695f40cb118e3462556786f6981bd572", "message": "javadoc and some minor changes\n\n\ngit-svn-id: ac804e38dcddf5e42ac850d29d9218b7df6087b7@458795 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.2208068937979988e-06}
{"commit": "2e3021a51066b2c1fc2006d6e64353bd6dbe546b", "message": "Reintroduce basic DoS filter in web app\n", "proba": 1.888226961455075e-07}
{"commit": "2689dae74ada235a94e8d97d0d8662d81cc48ea2", "message": "Complete task0518\n", "proba": 0.028880666941404343}
{"commit": "3159a4708ca65bf38169a00cc944de1d10944174", "message": "Creates a trial runner to execute some Agents in batch and save reports\n", "proba": 1.7946624097930908e-07}
{"commit": "fdcf1ce2975a7a782f8bcc3ebd60d26e02291cfc", "message": "New test cases for player info requests - also tests basic avatar handling.\n", "proba": 9.883912355235225e-08}
{"commit": "f0b791eba38c95caeb5c26245ee5114e8dbd4072", "message": "Add new class TeeInputStream\n", "proba": 3.436560973568703e-07}
{"commit": "9de6c6c061b7c9353fefdea60d0497d39353bc6f", "message": "Make some variables protected.", "proba": 1.9524976835327834e-07}
{"commit": "c114d259ad834c874c14b7bab83042dac432b6ac", "message": "Add file LogicException.java\n", "proba": 1.059984128914948e-06}
{"commit": "cf479facd65a03ea9f2d3aab5e85901269c5f77e", "message": "test object for room\n", "proba": 8.494086068822071e-05}
{"commit": "9b804fc57e3fbfb57917c0106ed0be65fdbc43da", "message": "64 bit eis for AMD64\n", "proba": 2.6737232019513613e-06}
{"commit": "6b661c2763dff91deb435a7b9d14aff89dde9373", "message": "added initial work for PlayerManager object\n", "proba": 2.2557452439286863e-07}
{"commit": "bb79e0219f833e34157478d0838727ff6fc4344c", "message": "Custom ProActive classloader for internal use\n\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@459 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 4.4696770373775507e-07}
{"commit": "a5148701fae141f3dc80dc321c45c80a1994b1b1", "message": "Add Scene-handling code to Screen\n", "proba": 7.811333944118815e-07}
{"commit": "37c335208bf5902d52091c78775b6b11b2fd08e0", "message": "feature:auto pickup wechat call", "proba": 2.459747747707297e-07}
{"commit": "166b77259edde5de852fc9ec3bc7d821e66cd6d3", "message": "About to merge with version in com.thaiopensource.relaxng.output.common", "proba": 1.3511098018170742e-07}
{"commit": "683191a0e717fa19da86b3aecab3eb1a8cf0fc67", "message": "^Add product map for slotsoz, slotspharaoh and slotszeus.\n", "proba": 9.889795649087318e-08}
{"commit": "53a72c37903ba2ceb2d7000a7c6f61f66d6c960b", "message": "*CraftoCommands: Komma gefixt und Debugnachricht entfernt\n", "proba": 1.2134276516917453e-07}
{"commit": "d7699a6e9b9e21682b53f855b472821a918dcb97", "message": "Add new auton command for fast vomit\n", "proba": 2.8253930395294446e-06}
{"commit": "a6d461c77ebf5de70dd635f069c490b18c58a67d", "message": "cache added", "proba": 4.776586592925014e-07}
{"commit": "382ec94a5126a62e9c20931c46b1a9e3bbf94775", "message": "add set", "proba": 9.881845244308352e-07}
{"commit": "55808d88c1aaa6308b3dffe6666b3011e6670b3a", "message": "add tencent geo implement\n", "proba": 3.163364112879208e-07}
{"commit": "a7d435a8e40ee86d0f54e4322659162d49e4f5e5", "message": "added UserCredentialsTest\n", "proba": 1.722278142324285e-07}
{"commit": "97a4dd429d4256807a6e901e270a3a11eca14a89", "message": "Update comment setCurrent->setGlobal.\n\n\ngit-svn-id: a878c62e23c3cdd7109267dfd9bdff0ba03a0163@3779 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 1.1577184523048345e-05}
{"commit": "40e18edab149a8d17c7691e91d17fa2c6dac794c", "message": "package-info.java", "proba": 5.325971869751811e-06}
{"commit": "7bfbe90cd7c859d21f342c7f084756e94ca0cec6", "message": "Fixed param processing\n", "proba": 4.6609559944954526e-07}
{"commit": "bbfc7513707d9243e02c5f9c5f71e4be0aff870f", "message": "Agregar la operacion multiplicar\n", "proba": 1.1541360436240211e-06}
{"commit": "33b0dcc71bfbbac5bdbfd7b6c771ae17b3fa0b13", "message": "Rename minimal/maximal methods to match minBy and maxBy\n", "proba": 0.00039146444760262966}
{"commit": "7d4c3ea9dc702672ba274bc9266cea082cd4990d", "message": "Woops, checked in wrong version.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@252310 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.062529119939427e-06}
{"commit": "f055d0e6910389eae808a8bbbe8dae2504a4de60", "message": "\u589e\u52a0\u4e86 SqlServer 2005 \u7684\u6ce8\u91ca", "proba": 1.2899414514322416e-07}
{"commit": "87997dc16d88e7d8c0a969cfca47a435b04fe451", "message": "delete\n", "proba": 3.219085556338541e-06}
{"commit": "aabade4c40ea1b4845bc31eb352c4fdec3236a2e", "message": "vcs: do not log PCE\n\nEA-115992 - assert: GitAnnotationProvider.parseAnnotations\n", "proba": 3.7319668422242103e-07}
{"commit": "7a5666b125f5e230c4e7fe4b055689e94c494f69", "message": "Created Dao Class and main methods for Crypto Payment Request CCP Plugin\n", "proba": 1.2007441796413332e-07}
{"commit": "ac223e6aade179af521ba3b69ab785b98c5b8082", "message": "125. Valid Palindrome\n", "proba": 0.00022079468180891126}
{"commit": "4caf7805e22253e12e176b54396b19b505454edf", "message": "Added Reference Class\n", "proba": 1.3343034765966877e-07}
{"commit": "e815ba78e62f88ba8cfefd2182329f6bc4488f89", "message": "Create JpaMainTest.java", "proba": 6.29323494649725e-07}
{"commit": "ad0e29f103a0a5a43ee3a736bae74e6edff1ac50", "message": "whoo hoo rotation working GG?!>>!?>!", "proba": 1.2592731479799113e-07}
{"commit": "717c3ccc5d706a1922ef7fb0a74efa6b325641b5", "message": "(java) Solved problem 49\n", "proba": 4.973879867975484e-07}
{"commit": "2a26e586e5a8f2736723eece2dd50a6789a49dd7", "message": "Make the current instance of Universe accessible\n\nWARNING: this is problematic when multiple instances of the Universe should be used, for instance for multiple independent interpreters on the same JVM.\nSigned-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>\n", "proba": 3.6776066281163367e-07}
{"commit": "ef65bb30ed093d625476b5d77737217fd7750a87", "message": "2X2 matrix needs 4 float elements.\n\nBUG=4104094\n\nChange-Id: I175bde5839d6f1c56b2fd7499853be723e85120f\n", "proba": 9.148448589257896e-05}
{"commit": "0070bba9d81fde4a86cb35a0afa6fdc5fcc110e3", "message": "added QaWaybackTest\n", "proba": 1.7223045745140553e-07}
{"commit": "ad52ffc51b10237997402e3b75f2be9df88f81d5", "message": "another test to make sure Process->PID conversion works", "proba": 1.2147545191965037e-07}
{"commit": "687a3274f054ec2c48e70c56d8fcb508f2f82363", "message": "Remove the secure lock icon from the status bar.\n\nAdded in I0e08a952904cc4728621953a42806edf26eb8e46, but\ntakes up too much room.\n\nAn undocumented system setting, \"show_status_bar_lock\", can\nbe set to 1 (e.g. in Spare Parts) to bring this back.\n\nBug: 2511090\nChange-Id: I8869ac18c303a786eeb7f1a0c4ae08529b45d59c\n", "proba": 1.186037252409733e-06}
{"commit": "afddcca4b346fe7058a815f7bf67ea7ceb5357e4", "message": "Add generated Bach.java file\n", "proba": 6.12723624726641e-07}
{"commit": "9109476e186e0d6b2f8fb783e304aacc9a2d651f", "message": "New Abstraction class for abstracting LHPNs.\n", "proba": 1.179812869622765e-07}
{"commit": "1177c01bc038dc7cb9a6f62bd4d797577a56c4d6", "message": ":fire:Valid Parentheses\n", "proba": 2.5237095542252064e-06}
{"commit": "341bb302c4db56be1638a352f9e3a78bb64eb076", "message": "Create Main.java", "proba": 1.9291887838335242e-06}
{"commit": "fb7df4dc7192f90833f97e96bc621271ad9fe2e2", "message": "#682: uncommited file\n", "proba": 3.781626958243578e-07}
{"commit": "1c9b528dc0235a69a35f90ed52fdf83c1df27df9", "message": "am 0dc08486: am f7b33e86: Merge \"MediaPlayer: fix int overflow issue in MediaTimeProvider\" into klp-dev\n\n* commit '0dc084865313a416246915c72b29c13cc3f404d4':\n  MediaPlayer: fix int overflow issue in MediaTimeProvider\n", "proba": 3.1958032309375994e-07}
{"commit": "e981bd225e1960aec2ddee58461dde1e64db2c61", "message": "Fix Memory Leak > RequestHandler.java\n", "proba": 2.0588782945196726e-07}
{"commit": "81dfc4841ae85eaebeab39450ddc3c5bb9bfc331", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "d8b456bedf0dd6b4b0c2bb83a2e5c17eb4fb00cb", "message": "Update info.java", "proba": 3.496242584333231e-07}
{"commit": "89095109fd74fcfb898f109275d3774a577c9ea3", "message": "new recver\n", "proba": 4.5964293349243235e-07}
{"commit": "1303676f4d52a12454683d347c22cc5d3c6369c9", "message": "ControllerUI", "proba": 5.723398430745874e-07}
{"commit": "b742dc482fa7b330b4d449d5d511300c2a78555d", "message": "Fixed map limits", "proba": 3.9584648447998916e-07}
{"commit": "e37c8ee08525e899d31e7b720f8d7dfb7e315999", "message": "Java 017\n", "proba": 1.021885054797167e-05}
{"commit": "3d2ccc6b1fb11796c827db729dcc0f3dc27a13cf", "message": "create CountrySpinner class\n", "proba": 1.519670291827424e-07}
{"commit": "e64f3e3fee8933f2703f616f656583b3923d1b8f", "message": "Fix NativeCrashListener\n\nIn the move from InetUnixAddress to UnixSocketAddress\ncommit e9d537506bf19375fb932ac7d25ac9a9e3aef61d did not modify\nthe Os.accept() call in NativeCrashListener. It was passing\nan empty InetSocketAddress.\n\nThe type could have been changed, but the peer address is\nnever used and it is safe to pass a null.\n\nBug: 3106438\nChange-Id: I2a61221c4504657b3e1de848b0b493f202726126\n", "proba": 3.6264598747948185e-05}
{"commit": "d7f6e7c7694305c3231a575cf709ba13075bfe48", "message": "Clip mWinShowWhenLocked if Keyguard is not showing\n\nBug: 28076605\nChange-Id: I80ae6dbd09d419c258efd79639a62dce8c2fbe79\n", "proba": 4.4827351075582555e-07}
{"commit": "b2eb2996bdc1735efe0d375df19539e336b51c0d", "message": "Add Online Checker", "proba": 3.130155334929441e-07}
{"commit": "4cbe84c72c11d6fafd773c2fb352219fcb93fcde", "message": "removed unused imports and a generated comment\n", "proba": 1.5776562634073343e-07}
{"commit": "ba58c6f22813941d1096a70418f06e4937767322", "message": "am ad346278: Merge change 8208 into donut\n\nMerge commit 'ad346278fe129a341543d4a75bf9cc08c50742f8'\n\n* commit 'ad346278fe129a341543d4a75bf9cc08c50742f8':\n  Removing MD2\n", "proba": 3.4540835258667357e-07}
{"commit": "625d2babcd8d32cba2a45a580e9dc3e943051649", "message": "remove \"public\"", "proba": 0.9997929930686951}
{"commit": "d79989d1ea2e44101dcbbd63e8f9f1c0680bddfc", "message": "Spellchecker: WI-40621 quick-fix order is counter-productive\n", "proba": 0.9995784163475037}
{"commit": "8301a93c4fa42a94aedbac68538558bcb07b2d4e", "message": "Avoid HeadlessException", "proba": 9.42138194659492e-06}
{"commit": "c1aa515e24a218b56ef9461437c87c187701571a", "message": "New action to handle various links", "proba": 1.1449520798123558e-07}
{"commit": "57c644d37749d529d13002113508658bc4dd8021", "message": "debug message if not running on weld\n", "proba": 7.53931715280487e-07}
{"commit": "72df3dea124929de39cfa837a28d4021c5e75f2b", "message": "Corrected J2ME issues identified by Intellij\n", "proba": 1.343862123803774e-07}
{"commit": "05a16ec52131ddbaf4518bacb2f66a81f71b8daa", "message": "work-around for redirect timeout attribute\n", "proba": 3.539159365573141e-07}
{"commit": "cd5ea024cc327d13e28a0a891f5b0126cb3db03b", "message": "fixing high contrast\n", "proba": 6.963358600842184e-07}
{"commit": "d5c6ad9bc058a3fb03c277dcc038ef72065865d3", "message": "Accepted LC #286 - round#7", "proba": 1.7706834398723004e-07}
{"commit": "b732a2d66a6d8ecb80d4e5fcf27822fe8ee17726", "message": "VY-RES-462 Change flagged to overdue\n", "proba": 1.4594706954085268e-07}
{"commit": "ce8d2557ba723aa685efcbdde8821efa9d1ff31c", "message": "Added Google Images Command (Fix #16)\n", "proba": 1.0234684566512442e-07}
{"commit": "3813fea1f4d97d1ff388ebb56e200f31ae20b7d4", "message": "SAE-94 Add ActionContext\n\nPassing the Cache object around was a good as proof of concept. As this\nworks lets abstract this into an Interface, so that Action\nimplementations can only access the context and not call Cache methods.\nThis could be changed in the future to create an actual\nActionContextImpl.", "proba": 1.0647707426869601e-07}
{"commit": "85419c28fb4740607d2742ae98a07db6b96ea9e5", "message": "Check flow in constructor\n", "proba": 2.899532489664125e-07}
{"commit": "45be68185709827f03ae1a88109de5ebb27cf6fc", "message": "changed values for labels, 3 is superstar, 2 is normal, 1 is bad\n", "proba": 0.9995679259300232}
{"commit": "ce68c2225ca98650b2ef6679ad94c6966085d39a", "message": "domain object for global metadata\n", "proba": 4.827847419619502e-07}
{"commit": "557449ac8a0a56261bf1c98cea1eb5729947feea", "message": "Set asyc max pool size to 100\n", "proba": 5.641560164804105e-06}
{"commit": "95d68eff04778aaf6a840c0507d1efb1ec97b696", "message": "Added a separate class to build queries that retrive entities and their relations. Added JAXB annotations to the graph data nodes so they can be deserialized directly from the retrieved XML.\n", "proba": 1.0188639976149716e-07}
{"commit": "e3919437e5864d11332cc7a73f9aa019abe69bc3", "message": "Test of using hashmap of country to polygon for geospatial queries\n\nTrying to speed up queries in GEOUtil for the Georeference Validation actor\n", "proba": 2.1042345110799943e-07}
{"commit": "1fa07a09b6660bfffad26995f8f7ebf27206a00d", "message": "fix(remove file before editing): remove file\n", "proba": 1.2697427337116096e-05}
{"commit": "03e48c2a81304983312e3ad49e9b43f0491bcf3a", "message": "Permit access to `/error` by everyone\n\nThe Spring Boot error handler should be accessible without\nauthentication.\nThis way one can consume error messages from failed logins.\nFixes an issue with deployment on Tomcat where some failed logins return\na redirect to the login page instead of the correct JSON response.\n", "proba": 1.1227403007296743e-07}
{"commit": "2c8d7e6956a536c272b84339dda71305deb8a6ac", "message": "Add StackTraceElementHelper class\n", "proba": 3.4352666489212424e-07}
{"commit": "3aa5c19415638eaaede0217275b334e39d48f202", "message": "\t\n\t* kawa/standard/object.java:  New Syntax class.\n\t* kawa/standard/field.java:  New Procedure2 class.\n\t* kawa/standard/static_field.java:  New Procedure2 class.\n\t* kawa/standard/Scheme.java:  Defined new procedures and syntax.\n\t* kawa/standard/Makefile.am (java_JAVA):  Added new classes.\n\n\ngit-svn-id: a878c62e23c3cdd7109267dfd9bdff0ba03a0163@995 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 5.531092483579414e-06}
{"commit": "e2c2752a861168f4ee1cb22b978c385da3fbd027", "message": "Forgot to check this in before.\n\n\ngit-svn-id: 169764d5f12c41a1cff66b81d896619f3ce5473d@858 5e0a886f-7f45-49c5-bc19-40643649e37f\n", "proba": 9.052632776729297e-07}
{"commit": "812ce4ce43fa480534ef87e884f6d7098a03ae37", "message": "v\n\t* kawa/standard/object.java:  New Syntax class.\n\t* kawa/standard/field.java:  New Procedure2 class.\n\t* kawa/standard/static_field.java:  New Procedure2 class.\n\t* kawa/standard/Scheme.java:  Defined new procedures and syntax.\n\t* kawa/standard/Makefile.am (java_JAVA):  Added new classes.\n\n\ngit-svn-id: a878c62e23c3cdd7109267dfd9bdff0ba03a0163@994 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 5.237393907009391e-06}
{"commit": "45906317e0f22fa45fb9c19636899a128da65a67", "message": "Re-factor merge code so it does not modify fragments to support caching of default web.xml settings\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1183078 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.286773661187908e-07}
{"commit": "5847647be58c98746f78e7627367a04de3e337a3", "message": "Add \"See also\" to KillauraLegitMod", "proba": 1.452701070547846e-07}
{"commit": "98f7b02990be0f2082ea407699e167608d443175", "message": "feat(Lista4Ex1): adicionar mais casos para testes.\n", "proba": 1.0807094952269836e-07}
{"commit": "ac3c33e456de85cb0e255f8786fb3169c42e76ff", "message": "updating example for cdi 1.1\n", "proba": 2.575778239588544e-07}
{"commit": "1fc203dc0c288c6da57ba2b7ea9052cf0af51f63", "message": "Unit test for <span>\n", "proba": 1.7309179156654864e-07}
{"commit": "3b2056b43fa7b2b6e1fc7a34e79c75796cc029df", "message": "Add simple replica tests.\n", "proba": 1.248990884050727e-07}
{"commit": "e95c7b9f68b3e96513b381346cdd6b9ab6ee3031", "message": "Add JUnit tests\n", "proba": 2.531632787849958e-07}
{"commit": "1af1b655a9b86c4b77a221645bc6ef5168a9a807", "message": "RIVIERA-2: Starting working on the formatting of history list...will version numbers be padded with 0's or not...things like that.", "proba": 1.0629221947056067e-07}
{"commit": "b5f3c0c9297d79de346cd57972b91ce6b8780ca9", "message": "Add simple test for FailureLogger.\n", "proba": 1.3075138838303246e-07}
{"commit": "bc1216ca786df0358e8eadc285d23458f95b60b2", "message": "STS-370: StripesFilter cleans up too early on forwarded request.\n\nMoved the line that clears the Configuration object from the ThreadLocal into the block that only executes after the initial invocation completes.\n\ngit-svn-id: cf2b8e13e5fd585456580429c3991d4364a2cb88@630 d471f07e-d8fc-0310-a67b-dd4c8ff0e7cd\n", "proba": 4.591413471644046e-06}
{"commit": "733ca022951ef55ec0b01f8a266b96be5e2dd126", "message": "Added a log message with a nice big warning any time anyone calls StripesFilter.getConfiguration() but the request didn't come through the filter.\n\ngit-svn-id: cf2b8e13e5fd585456580429c3991d4364a2cb88@223 d471f07e-d8fc-0310-a67b-dd4c8ff0e7cd\n", "proba": 1.60208874149248e-05}
{"commit": "d74fdfd9eec0b618ef376a7ebddd4ebb0fb28d78", "message": "Backed out a change from revision 590 that forwards to the @UrlBinding base path instead of to the original request URI. If DispatcherServlet is mapped to an extension and that extension is specified in a trailing literal in @UrlBinding (e.g. /some/action/{foo}.bar), then the extension is lost on forward and thus is not invoked in such a scenario.\n\ngit-svn-id: cf2b8e13e5fd585456580429c3991d4364a2cb88@598 d471f07e-d8fc-0310-a67b-dd4c8ff0e7cd\n", "proba": 7.066884427331388e-05}
{"commit": "730babbd5e2bdd45b80b1d16f0d4ebb653e6574e", "message": "am 85d650c8: Merge change 5804 into donut\n\nMerge commit '85d650c89998eb108faa2c02dcc32467e23f9555'\n\n* commit '85d650c89998eb108faa2c02dcc32467e23f9555':\n  Ensure that we never trigger ArrayIndexOutOfBoundsException by checking that\n", "proba": 1.1896798923771712e-07}
{"commit": "5bc9d478517739bdcd79951e865f26481b79ddfc", "message": "am 379cbb1d: Send STK Service Running RIL Request after sim module is ready\n\n* commit '379cbb1dcc4f9c7f4ca485bc34ec056e87456c8d':\n  Send STK Service Running RIL Request after sim module is ready\n", "proba": 1.7084890657770302e-07}
{"commit": "ba34751426d87fe714b9eb89228fe835e4bc0a80", "message": "fix for supporting 3 digits MNC code\n\nDefault Android MNC value has a 2 digit but it should be supported a 3 digit\nMNC in India. (should be supported both 2 and 3 digits MNC)\n\nChange-Id: I69373d196b29bccd06653841f24cbfe3886834fb\nSigned-off-by: Sang-Jun Park <48af3fcee97809d2e5d87e901317ce8fb7d71250@samsung.com>\n", "proba": 3.2537714105274063e-06}
{"commit": "a2f0e15a2c36b9e6a2afecfa3a2d7675063e81af", "message": "Code Refactoring\n", "proba": 1.1530249821589678e-06}
{"commit": "a6976404729765634c8d3ad35828ffbe3f04a5ac", "message": "#update class StartUI\n", "proba": 3.124894192296779e-07}
{"commit": "8647a0f32621ccbbbcbdd70d311e550398b3f7d6", "message": "\u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0430\u0446\u0438\u044f \u0434\u0432\u0443\u043c\u0435\u0440\u043d\u043e\u0433\u043e \u043c\u0430\u0441\u0441\u0438\u0432\u0430 \u0432 ArrayList \u0438 \u043d\u0430\u043e\u0431\u043e\u0440\u043e\u0442 [#10035]\n", "proba": 1.0716777865127369e-07}
{"commit": "06c33320959313eb8b09c9aa2f7b1ed0d2e7a2d7", "message": "[fix + new functionality]\n", "proba": 1.2289541473364807e-07}
{"commit": "9b498fcd9eae5e75c1c04c508956ea5ba14c9240", "message": "handle extending Object\n", "proba": 9.562415925756795e-07}
{"commit": "51ef1679779787f9e0c39306c6ccffaa61810342", "message": "\u5e94\u7528\u7684\u4e3b\u7c7b\n", "proba": 3.4780020996549865e-07}
{"commit": "2a3749fc1541888ab759cc912d720e7fff782e4c", "message": "Initial VLM class implementation\n", "proba": 1.7102969707138982e-07}
{"commit": "8fa4ef1135f2d376f9d0c6f865b8e3734e3c78d7", "message": "Fix copy paste error s/dir/war/\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1182796 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.3193147196943755e-06}
{"commit": "c590ebee3105dd97e97de785f730d4b91a44febd", "message": "remove duplicate code, cause of all my headaches\n\n\ngit-svn-id: 40f70788afc64a734d8b91520bec53ae21e7042f@528837 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.012217657640576363}
{"commit": "3796f4a335094570dd2661fd4459408244bf8a2c", "message": "- Catch everything, as any unexpected exception would kill the server.\n\ngit-svn-id: 40f70788afc64a734d8b91520bec53ae21e7042f@417257 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.189848262583837e-06}
{"commit": "0951b801ccb86dbd758e4e436a819576d9e8a830", "message": "Added in the skeleton for fairness logic, currently the tests for fairness are coming out extremely fair, could it  be that the Selector.selectedKeys() sorts the keys properly?\nAnyway, to implement a scheduler, I can use the \"fairness\" numbers added in here. Won't do it until I deem it necessary.\n\n\n\ngit-svn-id: 40f70788afc64a734d8b91520bec53ae21e7042f@517384 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.3670477528648917e-05}
{"commit": "2dba8b063ca9baddc7c208f5dc0f502d789bc612", "message": "\u65b0\u589e \u4e00\u4e2aJavaBean\u7c7b\n", "proba": 4.137009739224595e-07}
{"commit": "02fe6ff349c9708f09b15fc4fdf7312490073ea2", "message": "added FmiController\n", "proba": 1.8400517376448988e-07}
{"commit": "e058544c9fd295eea62a6598722353361d05e9a9", "message": "Remove deprecated.\n", "proba": 2.757352035587246e-07}
{"commit": "c8fdb59438433304a3eb32e34678e4a6b490c56e", "message": "\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@3712 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 3.852400993764604e-07}
{"commit": "406eccd1d5cda8e7189a2419fe76c79a8dd736bd", "message": "New file.\n", "proba": 1.670333915626543e-07}
{"commit": "ded8c42a2a77aa6b69616d5dfa4f54526e611f1f", "message": "Update Factorial.java", "proba": 4.6064212710916763e-07}
{"commit": "bc53186948b797173958555af01739e3e5a02e95", "message": "uncomment code\n", "proba": 9.199024475492479e-07}
{"commit": "e8c8ae401b6f0d894a766a1601f55f0fe567df02", "message": "Fix setting action bar backgrounds after layout\n\nFix a bug that would prevent the drawable bounds from being set\ncorrectly for action bar containers.\n\nChange-Id: I396aa40e3d8f6e3b47bcd438e1f26bbfc7b20a7f\n", "proba": 2.9200913559179753e-05}
{"commit": "0f2c545a371475696241f2b1c614f3c0475fbba4", "message": "Tidy..\n", "proba": 2.317821383712726e-07}
{"commit": "39dc758e05c5ea569b2478f4e4ea14434110c126", "message": "Add solution for BinaryString\n", "proba": 8.814876309770625e-06}
{"commit": "155cf123101e3825d8faafb8e9aa6d525f7ed340", "message": "fix registration close\n", "proba": 1.7743515456913883e-07}
{"commit": "b5eec03fc6f9672fb2648589ceb8f8ef0019cfeb", "message": "Create enum UnitFamily", "proba": 1.705243107608112e-06}
{"commit": "7084b8fa9be358031d9b730332b06f4dd2eb9bf7", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "6381c5e0d91e9e37821d3d711f4bf451ca712849", "message": "\u0423\u0431\u0440\u0430\u043b \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0443 :)\n", "proba": 1.8726966288795666e-07}
{"commit": "fd432c66a7d675ad45c13c9591d750bae503542d", "message": "Create MainFeeds.java", "proba": 4.984925112694327e-07}
{"commit": "86fd6f3c7a418ad46f679a0fdecd6da41b5db21c", "message": "Websocket connection : 1st release", "proba": 1.4655672941898956e-07}
{"commit": "bcbfff1f92988fdbf58d9c58a5d80d5fba324198", "message": "Coordinates Panel Class\n\nThis class draw the lines and plot. it manages the GUI", "proba": 1.3707465029710875e-07}
{"commit": "a4d2af3d44d479e10feaf95126078d9fb297a4bd", "message": "Create verify.java", "proba": 1.1623463933574385e-06}
{"commit": "388fd705492fa043455d557c4f5ccb77eceb0c9c", "message": "same tree\n", "proba": 6.28351845080033e-05}
{"commit": "181faceb1e4131abdfd4fbcecfe325687118d725", "message": "make PVL more Java-like\n", "proba": 0.00041474425233900547}
{"commit": "e5552339be6b37d9cf7e441884313a88853dd658", "message": "am ad35add5: Merge \"Removed unused import from AnimatorSet.\"\n\n* commit 'ad35add5a368a76c463e5ae9ad3f7a67000ebdb5':\n  Removed unused import from AnimatorSet.\n", "proba": 1.2710817998140556e-07}
{"commit": "d3d424d7b3afdb1f0d1c019029227a1e9ef1cb5b", "message": "Base: Factor out preference-in-storage check to overridable method.\n\nChange-Id: I64966e15e0e92a2058809ead2c694a9badae881b\n(cherry picked from commit da6a6b0ffc1b6f21c64bb804341f2b32bb933922)\n", "proba": 8.095620387393865e-07}
{"commit": "8042822de231216a877ed7ccb8b4c47a88919203", "message": "am 534bfb23: am 0a6c1bd5: am 91eb4fc1: Merge \"Make WebViewFactory more robust.\" into lmp-dev\n\n* commit '534bfb23957030bb6315584ac28dce15d8e0ba9c':\n  Make WebViewFactory more robust.\n", "proba": 3.126646959117352e-07}
{"commit": "5ae4446993c863d78c6b37b24b27675917b098b9", "message": "am ca6c7cb1: Merge \"Store the WebView\\'s package info.\" into lmp-dev\n\n* commit 'ca6c7cb19131de999bab89b524b0d09fdb8a6951':\n  Store the WebView's package info.\n", "proba": 5.825355628985562e-07}
{"commit": "b9f732bf5b32d4dd74bb6c0091d22b4ef43d9412", "message": "Add Hamcrest matchers for model\n", "proba": 1.2955274542036932e-07}
{"commit": "26051a14be652a10b01028bf5515165e17f3007b", "message": "QuestionFragment list 20 question using Stackoverflow API\n", "proba": 5.778214813290106e-07}
{"commit": "7c7a5c1dbe928158fbf5a1b28df7cb0997f7f2cc", "message": "image from maps\n", "proba": 8.240746865340043e-06}
{"commit": "b7953fc7a37ce7ffb4b559228787243102f07702", "message": "Add missing override annotation", "proba": 1.1122594969492638e-06}
{"commit": "a827efe00a963bec3cd77a13fc0af5f941846ec6", "message": "make package private\n", "proba": 2.838116017755965e-07}
{"commit": "a3a21965361970446732f21d301e569138997089", "message": "added abstract list adapter\n", "proba": 2.6567315103420697e-07}
{"commit": "adfa1d3d2c95b8adba947650735ca5aca1b4ea70", "message": "activity: item-list: Add adapter for RecyclerView\n\nSigned-off-by: Sanjeev Premi <e2c59cdd009c02452534cc3986d2bb876e0e4eac@ymail.com>\n", "proba": 1.1591313153758165e-07}
{"commit": "06f90d6d04ebd42fbc029567fbd4681655782000", "message": "initial commit for 360video sensors\n\ncontains an empty sensor class\n", "proba": 1.2362893642148265e-07}
{"commit": "d9587032b9bf466584fa2e44bb5413f804e4419d", "message": "Switch to `JdbcMigration`\n\nThe former used `SpringJdbcMigration` does not run with the Flyway\ncommand line client, because the command line client doesn't contain\nany Spring classes.\n", "proba": 1.1152530987601494e-07}
{"commit": "42d34ebef6890ce709985879f7e79ec46bdfd642", "message": "Adding RampOptionsPane", "proba": 3.808390545145812e-07}
{"commit": "244e9203d475a49975b0505ea38503707af2e0e1", "message": "Add command tests", "proba": 1.2346377843641676e-05}
{"commit": "694eb7a4037487915f2dd46574b75a8105ef7e86", "message": "Improve Android last commit\n\nPass LOW and MEDIUM in a private static variable\n", "proba": 1.1974827884841943e-07}
{"commit": "bee803b2109de3ece0f19b3a2b56eaf483287f08", "message": "Removed console output from EMA.", "proba": 1.3041565694038582e-07}
{"commit": "088af28b3d466f6173563ceaf8bd7d3d6734e709", "message": "added menu that can take the user to SugarCrmSettings activity\n", "proba": 2.425417164886312e-07}
{"commit": "6974d04e86a77354c31f0906e45015cd2129fd5a", "message": "Create RabbitmqController.java", "proba": 2.6053457986563444e-06}
{"commit": "3cfb1694eb3444d0e5199a6c86ec2c6e2c2b52e0", "message": "Add module handler\n", "proba": 1.107997150029405e-06}
{"commit": "e4b05d37dba08d767dea5ba5c2251ebe713d6d1c", "message": "inleiding java h8.3 af\n", "proba": 3.625645774718578e-07}
{"commit": "456eb1a87c4a8a804257940afa400033251e11f7", "message": "Add SynchronizedViewerState wrapper.\n\nAdd ViewerState wrapper which synchronizes all methods to make individual\nchanges atomic. (Sequences of changes require explicit synchronization).\n", "proba": 1.1419074752438974e-07}
{"commit": "cca781ecaa4343deec44b9ec365c440e83edbccb", "message": "Changed response to include local_addr\n", "proba": 3.618985431330657e-07}
{"commit": "f44bb04cbb5c0806fcd38e0c653b6563f00d8546", "message": "Default http handler on websocket channels\n", "proba": 3.480878945083532e-07}
{"commit": "29fbcbce1019e837784fccee789def9842be5196", "message": "TABs and indentation\n\ngit-svn-id: 012c2870a0981a96946fe5ae32c5c86e4e7e102d@390865 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.5430026678586728e-06}
{"commit": "70b74e5937b47805e456b5b33906b3eaccc8711e", "message": "(56)Easy --> two-sum(\u4e24\u6570\u4e4b\u548c)\n", "proba": 6.6162710936623625e-06}
{"commit": "ecc49592b20090c347b94b56e8114cc698600852", "message": "Update MliBotController.java", "proba": 5.370598046283703e-07}
{"commit": "154424409fe68e9154af1b3ad214412b7999e727", "message": "added some more stuff for via checking\n", "proba": 1.1991490111995518e-07}
{"commit": "5b43cce94fa43000acead08d26ad882a954034f4", "message": "Added Utility class and conversion between cents and emeralds\n", "proba": 1.1511929187690839e-07}
{"commit": "0d96871ca01f7813e8a886c4066eb060fa58fb4f", "message": "Feature #1611: Add default quotas methods to Java OCA\n", "proba": 1.5001361930444546e-07}
{"commit": "8e5090efc5b385d9a52de0cc294dd2f7ba7d9ffb", "message": "Oops.  typo.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@245526 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.1136127795907669e-05}
{"commit": "1f31bdb8e5b45c09e613ccddf3829f18bb247f4c", "message": "prepare the \"ValueIndexKeyFactory\" refactoring: use this class in NativeValueIndex\n\nsvn path=/trunk/eXist-1.0/; revision=1269\n", "proba": 0.00010435593867441639}
{"commit": "8c22ba2a99429b1ec8e098a4d6e17b43763c56ad", "message": "get audio information from the \"best\" channel\n", "proba": 6.07725837653561e-07}
{"commit": "fab7ff125e72c969302b20b11950337ab014a592", "message": "\n\ngit-svn-id: http://svn.aei.mpg.de/eScience/GridSphere/trunk@5477 9c99c85f-4d0c-0410-8460-a9a1c48a3a7f\n", "proba": 2.5536431280670513e-07}
{"commit": "2451d9f22ce7596b64a1ab2543ec9ce50f7c3743", "message": "Point\n", "proba": 7.342477147176396e-06}
{"commit": "04d7e81b4aa048bf07bd9fc58dbfafb55f9ac735", "message": "feat: 55-canJump\n", "proba": 8.40255381717725e-07}
{"commit": "6848e2c498b73e42609834b1cdbd6eb85b8e680b", "message": "am 53d02475: Merge \"Disconnect all connections if telecomm unbinds to the service.\" into lmp-dev\n\n* commit '53d0247582d0922df545d0398e9ca5573ef94ebe':\n  Disconnect all connections if telecomm unbinds to the service.\n", "proba": 1.6827171123168227e-07}
{"commit": "b74b7492ed93f9a7cb5b439c94dfe91a44d8d8f6", "message": "Second challenge ported to Java\n", "proba": 1.4572023587788863e-07}
{"commit": "aa00fafa16f490d301414b9be53f781963040ee4", "message": "added custom binding adapter for carbon_htmlText\n", "proba": 1.656791681625691e-07}
{"commit": "cde27ba6fa8f5b2966d3b60e611f575198fee85c", "message": "Added smoke test for JNDI context initialization\n", "proba": 1.5431101019203197e-07}
{"commit": "64250d5daa62015c6147665d682ee2f0958300d9", "message": "add program inheritance (with problem of style)\n", "proba": 1.469759212113786e-07}
{"commit": "9e3382272e7e33044a8028f9958c1673ab6e68c6", "message": "add new ", "proba": 1.3328005934454268e-06}
{"commit": "7a2dc7fc7a829d1913656a47e1d6c88a6b516f7c", "message": "slight adjust.\n", "proba": 2.2300901036942378e-07}
{"commit": "eeb25170beb4f6593340c0013f4eeeb10ff9ee51", "message": "docs: Fix typo \"If an activity [is] in the foreground\"\n\nAt http://developer.android.com/reference/android/app/Activity.html#ActivityLifecycle\n\nbug: https://code.google.com/p/android/issues/detail?id=4066\nChange-Id: If712144a4005b6f53832316aa55dc0744fa36c4b\n", "proba": 0.9998267292976379}
{"commit": "0420cc7fed645cfa30f8142d7cd1a53f6b0b33d3", "message": "Cleanup Toast.java.\n", "proba": 1.5142077813834476e-07}
{"commit": "847810f0cdccd10e6e233281d4eb984b7ce8d680", "message": "am 6e98c280: Merge \"Fix for IndexOutOfBounds in setComposingRegion.\" into gingerbread\n\nMerge commit '6e98c280f792932d60bf9374c8979d9eadce2d9c' into gingerbread-plus-aosp\n\n* commit '6e98c280f792932d60bf9374c8979d9eadce2d9c':\n  Fix for IndexOutOfBounds in setComposingRegion.\n", "proba": 1.9627241272246465e-05}
{"commit": "781c8cf0e10aae9c09ad37acef8cbec6d7f701ae", "message": "Add executor that will continue to run tasks in a loop\n", "proba": 7.619725010954426e-07}
{"commit": "2b1bd2c0742660ae722a4760b06006e4b6ddc250", "message": "Screenshot test\n", "proba": 1.9743351913348306e-06}
{"commit": "693ddbb438773d7fffdee067db3739122ef61bb8", "message": "Add files via upload\n\nIn\u00edcio do c\u00f3digo do exerc\u00edcio - Matriz quadrada", "proba": 1.2910022917367314e-07}
{"commit": "c218e7ab1f548e2209fdc6e9eefe5159aa74d9cb", "message": "CriticalService to manage uncertainty in remote service calls\n", "proba": 1.4422101912714425e-07}
{"commit": "e40a4028787b9a864f5d320caf141553a7f59285", "message": "added an example registry application\n\ngit-svn-id: f22e84ca493ccad7df8d2727bca69d1c9fc2e5c5@6854 aaf88347-d911-0410-b711-e54d386773bb\n", "proba": 1.0736434887803625e-06}
{"commit": "654e4cfe1f7b1d5d122ed9b88b076ea87122cd2e", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@10904 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 6.189112582433154e-07}
{"commit": "54f428a63f33f4722c09b7688e6ca7960394f81f", "message": "am bdb7aee0: Merge \"Fix for crash when setting live wallpaper.\"\n\n* commit 'bdb7aee0a4934eb138f7caaf921f6c86f350b4b7':\n  Fix for crash when setting live wallpaper.\n", "proba": 1.3319056790805917e-07}
{"commit": "33f1d58cccfd61b4a75063af3ea0dbc614b462be", "message": "add test for cancelling a task\n", "proba": 0.0002651299291756004}
{"commit": "0e319cb6a48dfce188d79ac1391efd2f9668f02e", "message": "Force UTF-8 encoding for plugins.bees definition file\n", "proba": 9.103938509724685e-07}
{"commit": "88c5a653e58842b58f614c06a1b78625989ac949", "message": "implemented Order\n", "proba": 2.8374068961056764e-07}
{"commit": "cb9ec21a8fd8ddd66ded655675ccbb2f4daa43f3", "message": "35 : \u30bf\u30a4\u30d1\u30fc\u9ad8\u6a4b\n", "proba": 1.1981282455053588e-07}
{"commit": "2a7d42eb144fb9eacf3a6d6f6b0dcad34a80186b", "message": "Create matching-specific-string.java", "proba": 0.00014336357708089054}
{"commit": "fabae2fff0556efffda842081f290ecd04c56aec", "message": "Fix device reboot when ranging empty params.\n\nEmpty Rtt params was converted to null in\nread/write paracel.\n\nBug:27227320\n\nChange-Id: I7c9c897b0f7ed0ced499e9763dd56b48d209d195\n", "proba": 1.4466307902694098e-06}
{"commit": "64a9758ba497f939939b3f344178179d72cf1a74", "message": "DanielWagnerHall for EmmaSoderberg: Switching to using desired capabilities in a test to make it pass on remote\n\nr17782\n", "proba": 1.2191648579573666e-07}
{"commit": "728031a972e9b52f3d1eedf030468a7bc4a37ceb", "message": " [java] when put an object in plasma store, ignore \"object alreay exists\" exception (#3687)\n\n* distinct plasma client exception\r\n\r\n* Update ObjectStoreProxy.java\r\n\r\n* Update and rename PlasmaArrowTest.java to PlasmaStoreTest.java\r\n\r\n* store put\r\n\r\n* Use testng to replace junit to fix test failure\r\n", "proba": 4.1662096350592037e-07}
{"commit": "4d90841ed37d16086833e081263da3fc7c1b1ca0", "message": "Was previously part of EuroPackager\n\n", "proba": 1.3392102005127526e-07}
{"commit": "62822c2a6f3239c65e04b7d70685c85b575b07c8", "message": "Added check for drafts while resizing\n", "proba": 1.7640324756484915e-07}
{"commit": "82b8cebc16cf808e6ef183b0a0ba9d486149c43e", "message": "Unwinding a bit of the Message vs. Message conundrum\nto give new API users a proper extension point for their\nown messages. (forgot this file in the last commit)\n\n\ngit-svn-id: f9411aee4f13664f2fc428a5b3e824fe43a079a3@7070 75d07b2b-3a1a-0410-a2c5-0572b91ccdca\n", "proba": 1.548715226817876e-05}
{"commit": "775832bcab0db3340e2a9b56f6b60dec4e7bc83a", "message": "replacing the combo containsKey/get with a single get within\ngetSupertype()", "proba": 1.5127960750760394e-07}
{"commit": "0c0bb204459d90a41ae5549241f612af4f9b1d45", "message": "Adding proxy class for reading Google Play Ad Id in Cocos2d-x\n", "proba": 1.8002111801251885e-07}
{"commit": "86e10dcecfa93156165d496e71afa32cf3b4def2", "message": "one more fix for @tombentley #6079", "proba": 1.6775943834090867e-07}
{"commit": "0993bfad4acd9addb7079d45ec8f7f4e0f25aaac", "message": "code refactory\n", "proba": 1.098773054764024e-06}
{"commit": "f84d4f80307ed5f561bdc863514bf92bbd1cadcc", "message": "PIG-3271: POSplit ignoring error from input processing giving empty results\n\ngit-svn-id: c4d08399a8c07badad33cbf13a0909bacb78f41f@1467056 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.3410062820184976e-06}
{"commit": "bbb76c30731d3ff756ed9ad12310c91a92bb1c54", "message": "Moved utility to core", "proba": 3.382768909432343e-07}
{"commit": "fdba6a4ff575f0affc0be5bf3e38dc4a1552acea", "message": "Initial commit!", "proba": 1.7164539656278066e-07}
{"commit": "d4911abe3d67ab7743bcd660e6885549565b596f", "message": "am 394f9360: Merge \"More documentation for handling RippleDrawable mask at run time\" into mnc-dev\n\n* commit '394f9360c91c588fb1630f2d6af65fabe4c241a6':\n  More documentation for handling RippleDrawable mask at run time\n", "proba": 1.570419527752165e-07}
{"commit": "dde7286273d2afd09752123be06312d1629fd6f1", "message": "am 7db6ebe0: Merge \"Frameworks/base: Don\\'t allocate another identity matrix\"\n\n* commit '7db6ebe03719dfc6b9fb680b038fd9ef0302e4ca':\n  Frameworks/base: Don't allocate another identity matrix\n", "proba": 1.5846212590986397e-06}
{"commit": "c78fb57e0ab6c3d6986139a6cdac7ad337b08615", "message": "Fix Bug 417236 - CLI: create-team: Valid team names are not accepted\n", "proba": 1.3290494393913832e-07}
{"commit": "c11909f06296608aa55d08466ff4e545ed5b6f09", "message": "Fix: 424967 - [Cascading] after upgrade from 2.2 to 3.1.1, unable to run jobs with parameterised cascading parent.\n", "proba": 9.667998313034332e-08}
{"commit": "e09430d8bc2d4e5f091f6cd8d7119dfaadfea568", "message": "Added exercise 5.1.\n", "proba": 1.14519338012542e-07}
{"commit": "6b72d0ea434d49f2845761b68fd31fb9e3ccf880", "message": "update TriangleTest\n", "proba": 3.127100285382767e-07}
{"commit": "93fc27afd9b92b48e22cc2b4db372c1f3fd07a95", "message": "stack queue\n", "proba": 1.7549022004459403e-06}
{"commit": "e1f75bebf35fc6aebed6f07b1db8c4e4b960281f", "message": "Initialises the project\n", "proba": 2.9723072657361627e-05}
{"commit": "b1bec0d916c00c7ceb09c691f1e5977909ba698d", "message": "am 3fb6feac: Merge \"Check that bound allocations are 1D\"\n\n* commit '3fb6feacc62e1021c705b53d46e915ecf50582d2':\n  Check that bound allocations are 1D\n", "proba": 3.463637085587834e-06}
{"commit": "b15c5da803a27e2f81dc48f18a342f50936a8dcb", "message": "Possibly fix errors caused by JIDE conflicting with Windows LaF.", "proba": 1.0812826900519212e-07}
{"commit": "104cdc52390430dfce59bce5c87de1d4cf7b0e78", "message": "tolto il profilo", "proba": 2.09962513508799e-06}
{"commit": "beab5f6522226a3e0693aee5656afb2ba7538daa", "message": "Initial revision\n\n\ngit-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@3173 4f837ed2-42f5-46e7-a7a5-fa17313484d4\n", "proba": 5.261777573650761e-07}
{"commit": "dd7bee87725795d0d71c5f6a309dda78df957d8a", "message": "Use APF program to drop non-IP non-ARP broadcasts\n\nThis used to be done by some WiFi firmwares but should now be done by APF\nfor consistency across the board.\n\nBug: 28304368\nChange-Id: Ic75f408affc1f56e1ecf4d347d0c287aa72250bf\n", "proba": 1.2318095059526968e-06}
{"commit": "07f3ca15105e8b61e33d61ef8dcd45cab1dbd944", "message": "Defined the Application singleton class\n", "proba": 0.00019566199625842273}
{"commit": "1402cb3d5a1c5b29df4fac64aeb412f16f23153b", "message": "update Fit CSV to Hash Java code\n", "proba": 2.811312356243434e-07}
{"commit": "71d198b8c1eb7c98d917ff1e94957824be0b3db8", "message": "am f16893f1: am 06ad3938: am 0c9fccf1: Merge \"media Utils: remove parse integer logspam\" into mnc-dev\n\n* commit 'f16893f106f302efcf5d0f6795b1655ff6a36fe3':\n  media Utils: remove parse integer logspam\n", "proba": 5.533153171199956e-07}
{"commit": "bc668c60f5ea72ebcb38757e17a782c69d843e4a", "message": "Introducing TcpClientTest.java\n", "proba": 1.9589471378367307e-07}
{"commit": "8c28a9c600421121d169470d33ab807773b391d1", "message": "set default value for not null constraints\n\ngit-svn-id: a91d99a4c51940524e539abe295d6ea473345dd2@1762 e6edf6fb-f266-4316-afb4-e53d95876a76\n", "proba": 1.4799969903833698e-05}
{"commit": "70db7a7f50abd1a4627875c18f3d12690f5d9289", "message": "Add suite to ensure tests are run with single broker instance\n", "proba": 1.4926781943813694e-07}
{"commit": "1f931e09d2e25a3ea07c1f357ec08d1724b8bb3b", "message": "publication\n\nexemple 7.3.1 (Iteration/Java)\n", "proba": 1.0700886576842095e-07}
{"commit": "195541effc6db24c1a69bf36622bf62503464f8b", "message": "update for other exchange commits\n", "proba": 2.1669923455647222e-07}
{"commit": "1b3268f57b77d1e6324e881b71d9aef7bb90a98a", "message": "handel the zip file being inside jar\n", "proba": 1.7514834382836852e-07}
{"commit": "ebc886c857a702d788c2bdfb9e0b3d20746ad745", "message": "Fix SipSessionGroup from throwing ConcurrentModificationException\n\nhttp://b/issue?id=3087256\n\nChange-Id: I67df64105db7c1295649f1f3ce77f99025ce3d44\n", "proba": 1.104292323361733e-06}
{"commit": "64d56210200d1479a2f9fd171f23a8608a321c46", "message": "unused import\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@1393 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 3.664495409338997e-07}
{"commit": "1630cbd0434f929f95973befe42ff7e229fd89d5", "message": "Create FindElementInArray.java", "proba": 1.4698136510560289e-05}
{"commit": "14dfda89ef966e887abf7a4cba96d9cf54e74b44", "message": "- fixed NPE bug\n\n", "proba": 1.2698507134700776e-07}
{"commit": "7ea91ec181b88f71390c544029d0c864f49ca92d", "message": "Ensure wallpaper hint is at least the display's max size.\n\nBug:11332853\nChange-Id: Ied13ffab77395f64642f7fb536f36d9cd8367e74\n", "proba": 1.62117703439435e-06}
{"commit": "4accb6a88bcd8521db1cd7cf438abd292e38741e", "message": "Fix bug: don't show system bar in app thumbnails\n\nBug: 5953608\nChange-Id: Ib730638fe130f287ff446db0c6cd42efc5746c5c\n", "proba": 1.5705153373346548e-06}
{"commit": "8365490a28342ff5f03eab8e1c53554cb0360080", "message": "am f244e142: am c1c5e37c: am 86b06976: am 45bf2815: Merge \"Fix a couple of issues with mOpeningApps.\" into klp-dev\n\n* commit 'f244e1428b5dc28dedc0b67ed45603a4f1401e69':\n  Fix a couple of issues with mOpeningApps.\n", "proba": 1.6623849319330475e-07}
{"commit": "1e13e3c87e5b2ed9cdfeeada022843ae748187b8", "message": "am 4796dfd9: Merge \"Improve debug output.\" into jb-mr1-dev\n\n* commit '4796dfd92cd8abc102be2b65b9991ae264eaf672':\n  Improve debug output.\n", "proba": 3.79212069674395e-05}
{"commit": "df5026176f1170aaac34e7d7933ca1530a8fc9c7", "message": "set guest subject with app\n", "proba": 1.2820544270653045e-07}
{"commit": "573bf058235a93bf359ac17966d5921ce77a4357", "message": "initial revision\n\n", "proba": 3.750144514924614e-07}
{"commit": "e52fc5a5a8bfca92d9e48bd0e7f792e1723dac36", "message": "make project-level file header empty to avoid moronic /** user: max */ comments\n", "proba": 3.5415365573499e-07}
{"commit": "f7421f9bf65532c90804e1741d8feb27919476f3", "message": " java Puzzles \u4e4b \u5982\u4f55\u6b63\u786e\u7684\u5224\u65ad\u5947\u6570", "proba": 9.523437256575562e-07}
{"commit": "33a8d6788ab01231b4c0bbe5457a913355ac697c", "message": "print stack trace only in debug mode\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@5055 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 2.6712075396062573e-06}
{"commit": "06a5150f51570fea4c38f4f0415d25e3a88cb582", "message": "Javadocs are far more useful on the public methods.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1774173 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.568304575514048e-06}
{"commit": "99492278e77ea199144b4613fea428fe7c34fcc0", "message": "Dont do the not needed operations, if they are not needed.\nPerformance is just a tad under java.io, which is expected as we need to poll, as opposed to constantly wait for data.\n\n\ngit-svn-id: 40f70788afc64a734d8b91520bec53ae21e7042f@416481 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.754194489782094e-07}
{"commit": "420347ebf3782570a7c39cb657d0b3b09a2b07b9", "message": "added dbtype as a top level class\n", "proba": 1.630722863410483e-07}
{"commit": "295b9ae93017edffdd2771858ba968fd75a9a9e2", "message": "Added doubleString static method.\nPR:\nObtained from:\nSubmitted by:\nReviewed by:\n\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@200184 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.3926323794730706e-07}
{"commit": "c53450c050f8d934a6cc973b10e1c83e596a3b50", "message": "Add tests for ProxerCall\n", "proba": 1.4957947769289603e-07}
{"commit": "bff2e284894fcf489441078db422376a846c96a2", "message": "Added icon to InfoView\n", "proba": 1.3244236640730378e-07}
{"commit": "0f2e7f311abeab860f9087e678d3f22827d9a11e", "message": "Added ResourceMapper component to expose Public resources inside bundles.\n", "proba": 1.0169632957968133e-07}
{"commit": "85c436dc8a4c3c3e8b532dcd31413104697bfc11", "message": "change Mac OS X to macOS on About\n", "proba": 6.468220590249985e-07}
{"commit": "936be2dfc899b6d92ddb1256081b3c953ec30154", "message": "Assignment 1 klar\n", "proba": 0.00010677569662220776}
{"commit": "d7d35871d4b3bfb62e3999b6b3e6031d7e76f084", "message": "Refactor to accept a reader instead of a path in read()", "proba": 3.174143330397783e-07}
{"commit": "14f24abc0667553a274896f771aba27fb44c6d11", "message": "Read default paths from hgrc\n", "proba": 5.031550358580716e-07}
{"commit": "5c47657d00f0cc24d81a09e60fd462d43c18834c", "message": "Refactored GCM Functional Tests. Easier to extend when a custom GCM Application Descriptor is used.\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@8413 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 1.7054707086572307e-06}
{"commit": "c25567e7e77166ee3c028949463ab8456976ddd6", "message": "Create AlphaPatternDrawable.java", "proba": 2.4868163563951384e-06}
{"commit": "491f22a661c99c4149c26f7c12933f487561d72b", "message": "Added.\n\n\ngit-svn-id: 6c0206e3b9edd104850923da33ebd73b435d374d@626002 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.537562964898825e-07}
{"commit": "ba7ed4b9fd5d921977dfa182397b34b5ea0fcc51", "message": "add logout task\n", "proba": 1.863237048382871e-05}
{"commit": "cf092a455b53e2e9cd7745f6f46a5827a9e393c4", "message": "Java implementation of Prim's algorithm\n", "proba": 5.486764962370216e-07}
{"commit": "fc331860a936d29f8dcf634790a198871d222bd1", "message": "cut them all\n", "proba": 5.4901520343264565e-05}
{"commit": "45381da77da3e813a57ee8c170ce15eb45eef751", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "66b7da129e1b006e71afc38c65da08dd144bcd70", "message": "Add Config validation component\n", "proba": 4.1875040324157453e-07}
{"commit": "fdf46cbef808b1dd5ece235766da01321b2f832f", "message": "\u4f7f\u7528\u6ce8\u610f\u70b9\n\n\u5355\u72ec\u7684analysis\u5305\u7684release\u4e2d\u6ca1\u6709\u8fd9\u4e00\u53e5  \u57284.7\u4e2d\u4f7f\u7528\u4f1a\u4ea7\u751f\u5f02\u5e38", "proba": 1.2673827143316885e-07}
{"commit": "ba104f1f1998727bf8441e475b677076b78a2178", "message": "Add existance to quality\n", "proba": 0.0002587790077086538}
{"commit": "3aed488711b85b3916405bc6f201b6a07aa2454c", "message": "Remove click from method focus", "proba": 5.11659436597256e-07}
{"commit": "ec621cbf69f0083e1a0c02683ed89ea3e30c2275", "message": "Contains Duplicate II\n", "proba": 8.877456821210217e-06}
{"commit": "6bae642520641a1889a09cbdca35bd4dff7731c0", "message": "update final task\n", "proba": 1.5966832506819628e-05}
{"commit": "586f9c27f208b796019705b56e6d0b8219d79b49", "message": "Fix typo\n", "proba": 0.9999992847442627}
{"commit": "af657d2a2247e3c1bfa6169815b6c87ce5feee89", "message": "Remove DbConstants from RpcServicesImpl signiture\n\nSigned-off-by: Ian Hilt <949b70b7a7bb2aa951ebc7582c42d2cb29349fff@eastway.org>\n", "proba": 1.1262523713639894e-07}
{"commit": "cb8df753212908cb67aebd550d45ee8d8083ff89", "message": "Add deprecation message to unused constant\n\nChange-Id: Ifcc4e021fa3843129f6501d6526e4d4f5c6930fb\n", "proba": 1.7317860283583286e-06}
{"commit": "ad7065a94d23dd02cf71edce0869fccd70947884", "message": "Add controller module. NYI\n", "proba": 9.186055831378326e-05}
{"commit": "d04764ed7b636cb0340412b670ebaead9bec07d4", "message": "Created SecureUser.java extending the User.java\nThe SecureUser.java can Encrypt and Decrypt Data with a SecretKey\n\nSigned-off-by: Paul Hagedorn <228d65e9a155cd2da1c33334ef44d794c88aa75c@gmail.com>\n", "proba": 4.6997706704132725e-07}
{"commit": "2a7ec405476c1f669e88a7f9c2551e895350cdaf", "message": "Teiles des CellReferenceHelper aus JXL hinzugefu\u0308gt\n", "proba": 1.4074423404508707e-07}
{"commit": "325d19174a572fdfb272a7604716eb0176260381", "message": "Adds CloudEffect\n", "proba": 4.17033589883431e-07}
{"commit": "99f50e2fdff6b84b1db3d59a10c0919cfb647e28", "message": "Create HGroupColorPool.java", "proba": 4.797335577677586e-07}
{"commit": "fda296453ec1893f98c480ba88a32ef41eb04400", "message": "transformer on create/update/delete\n", "proba": 4.955121539751417e-07}
{"commit": "21f3840e9d54bc48629b99214b8157b758bda508", "message": "Working on strtr. Make sure to replace long strings first if possible.\n", "proba": 2.617868517518218e-07}
{"commit": "e0496cc2778d0d897bfe02e3320d81cddb5c110b", "message": "Also update meta file.\n", "proba": 1.1355805185075951e-07}
{"commit": "b6a49d2d3078e484f4a6282565199cac13c3ed6d", "message": "refactore API", "proba": 1.423772346242913e-06}
{"commit": "89a6291c9d48878a6bb615bbb82637bcc348ccbc", "message": "dead code, too verbose code\n", "proba": 0.00010707403998821974}
{"commit": "3c5298fc3ace961e89641cebf2f01beb31dd4179", "message": "- Issue eFaps/eFaps-Webapp#143: Add the classification filter\n", "proba": 1.4583952179236803e-07}
{"commit": "544da350dd802ac280e3cbd0c3f7fe682ab022a4", "message": "Added a method to check if a collection contains a duplicate\n", "proba": 1.945054322050055e-07}
{"commit": "af3db47c677384df0066435f6d086014542435f0", "message": "player..\n", "proba": 1.98627731151646e-07}
{"commit": "2ee75f35c2f5b8cac48e78611b738234ef38864c", "message": "#111 Climbing Stairs\n", "proba": 3.303379969565867e-07}
{"commit": "980fbfa67ca0fe0d539a0c74af6006ec92fc9692", "message": "stuff\n", "proba": 3.4740248793241335e-06}
{"commit": "0698693db135706cb9b8d455ee8007b10c3c5693", "message": "Medium", "proba": 1.1500455912027974e-06}
{"commit": "2bea0c4b10fc57b5b642ac2a51ef75e6115da5f2", "message": "Binder javadoc fix (#9886)\n\n", "proba": 1.1198380889254622e-07}
{"commit": "39ff6466daa917f99ab42fa4d18d1a13f33c11cf", "message": "add: 690 employee importance\n", "proba": 0.9998262524604797}
{"commit": "f31760c63401be72748487c9d4fce3fecdedede4", "message": "NsdService does not clean up after exiting clients\n\nWhen a client of the NsdService exits, NsdService should\nclean up the requests it has sent to the mDNS daemon:\ncancel any pending resource-discovery and resource-resolution\nqueries, and remove any services registered by this client.\n\nIf this isn't done, several bad things happen. The daemon will\ncontinue to run unnecessarily, will report service discoveries\nthat can't be forwarded on to the client, and will continue to\nadvertise service ports for an application which is no longer\nrunning until the device is rebooted (mDNS pollution).\n\nBug: 9801184\nChange-Id: I0aa7311480322aefcff16f902fbbf34f50985d38\n", "proba": 0.00022743770387023687}
{"commit": "934a4ae70dbf12f8f0215467c33022afedc68dc4", "message": "Implement Boolean editor\n", "proba": 8.042206172831357e-05}
{"commit": "6650eb9ed6661ba1285d53b1753c43eef9764952", "message": "hashCode and toString are now applied to the ProxyForGroup and no more to the elements (that caused error because the result of these methods are not reifiable)\n\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@731 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 3.2803291105665267e-06}
{"commit": "4095cedb05b28b52e99870e9c5cd92783bc4960b", "message": "Compilation quickfix - copied MifosUserBuilder class to mifos-rest module.\n", "proba": 1.0023985907992028e-07}
{"commit": "b0bd5422c624489de956d5ac7c592e01a069762c", "message": "Oprava SkyKeys\n\n", "proba": 5.730711905016506e-07}
{"commit": "39a41b2aed16cdbdc18138a3ac084fc6996ea732", "message": "[svn] Add a formerly bad Java method RE case, to avoid regressions.\n\n--HG--\nbranch : trunk\n", "proba": 7.341157015616773e-07}
{"commit": "03f01a5c8166fe9c1624e65398b6fad911ab42fe", "message": "update mq.api\n", "proba": 1.4933546026441036e-06}
{"commit": "5b558372112a7716792d50186e9e27c03e81fc1a", "message": "Add SubmoduleConfigTest", "proba": 3.9984396948966605e-07}
{"commit": "496f6786e68fc1dab4bdcb0ab866db3ffeb2b7e5", "message": "add test cases for CommandLineShim class.\n", "proba": 1.1603899707779419e-07}
{"commit": "79fa02eaa33e60b696c617d67ed199ae88346ac6", "message": "Add Undo interface for dependancy injection\n", "proba": 2.3030125362311082e-07}
{"commit": "d3f1314079c5cf586d0456b9a88c5e7eb5313d68", "message": "VTK-3504 - Makes refreshAllExpired synchronized.\n\nCan avoid unnecessary refreshes.\n", "proba": 1.0137735984017127e-07}
{"commit": "e5814fd4e17586534416cb117ebe036464d0ef71", "message": "VTK-5092\n", "proba": 1.0738267519627698e-06}
{"commit": "48d7c55209f51be425098b61df2a7bd13773a819", "message": "Add a Command to change a tag\n", "proba": 2.1823070710524917e-06}
{"commit": "48ef6c7d5318c014a0a425b336abc938b5d11ed5", "message": "am 91ef7852: am 9c4601e4: am 77b09382: Merge \"[ActivityManager] Fix index OOB when updating visible.\" into mnc-dev\n\n* commit '91ef7852dcdf202754f0ed863b831b8efd66034f':\n  [ActivityManager] Fix index OOB when updating visible.\n", "proba": 2.913838841323013e-07}
{"commit": "a6c7883bba722a5273f4b23200c48a9f5bdb9163", "message": "am 3b13820d: am 951df81d: Merge \"Add optimizations to keep TaskPersister queue small.\" into lmp-dev\n\n* commit '3b13820d6f5602bec44b8a131bfad39e35e79d79':\n  Add optimizations to keep TaskPersister queue small.\n", "proba": 2.3581574737363553e-07}
{"commit": "8cb52c8a7d4102036231bbb2ef4eab14b3331d1b", "message": "am bc50bdca: am e259bc77: Fix issue #2558391: Package manager problem when not replacing existing system partition app\n\nMerge commit 'bc50bdca0ae1f7d173e4f589db250dc519740c16' into kraken\n\n* commit 'bc50bdca0ae1f7d173e4f589db250dc519740c16':\n  Fix issue #2558391: Package manager problem when not replacing existing system partition app\n", "proba": 1.820908551053435e-06}
{"commit": "2bb8b12080940762d2d37bbab1ab17c4cd0b8b0c", "message": "Typo :(\n", "proba": 1.6292085547320312e-06}
{"commit": "abbd695222c86e021e017d2246a204ec64e445db", "message": "Added a unit test for multiple recipients.", "proba": 1.0521409876673715e-07}
{"commit": "ea704d345d00f363141284eac0b7d662ccf90909", "message": "Update UserArrayAdapter.java", "proba": 4.647515936540003e-07}
{"commit": "582bc85d5b848c1b656f495c393309772698a8d5", "message": "Add ImageUtils class\n", "proba": 3.3806406918301946e-07}
{"commit": "eb973baf15555e523b5ef55c618cc13802c55f37", "message": "fglmjsdfjklm\n", "proba": 2.186654819524847e-05}
{"commit": "95ea889b5bfa3e343b81ff21db474dce334884e8", "message": "First couple recipes.\n", "proba": 1.2619095457466756e-07}
{"commit": "2d51f1addf7fba206dfe3b9b26a85e1fd2090c69", "message": "Added to CVS; tidied up imports.\n", "proba": 1.0295222097056467e-07}
{"commit": "28ccccbcc8320362490ce96f41efb4461285c081", "message": "PDI-4519.DTD Validator returns \"Success\" even when the XML is wrong\n\ngit-svn-id: 51b39fcfd0d3a6ea7caa15377cad4af13b9d2664@13818 5fb7f6ec-07c1-534a-b4ca-9155e429e800\n", "proba": 3.127567106275819e-05}
{"commit": "2c621188498f2409e4325327a94c0745911f68e4", "message": "Added Alphabet class.\n", "proba": 1.543354386512874e-07}
{"commit": "1b290f8927e4947af2c96956f38a3eb3537493e6", "message": "added upper bounds check for edgeFlags\n\n--HG--\nbranch : wemesh\n", "proba": 1.3550778987792e-07}
{"commit": "54d51952361399636221b22db690cd92cf2fe5f6", "message": "am b74c9043: am 5e5c78a6: Merge \"Additional check to determine insets for recents animation\" into lmp-dev\n\n* commit 'b74c904364339f61eeee1a6b903e2cffa39dc715':\n  Additional check to determine insets for recents animation\n", "proba": 1.9209734603009565e-07}
{"commit": "61e51e2b3b2edf2d7246a9f9f80d804bdf90759e", "message": "am 41f9a76d: am 78da75c3: am 83e9525c: Merge \"Fix premature clearing of clearable sysui flags\" into mnc-dev\n\n* commit '41f9a76d305312b4b75d17b13f482357e9063945':\n  Fix premature clearing of clearable sysui flags\n", "proba": 3.128654384454421e-07}
{"commit": "240c53b7daa4a84afbc6bcd89e6601c1b9f98aa3", "message": "am 74bd6670: am aeca6898: Merge \"Fix regression from location changes: GPS battery tracking.\" into jb-mr1-dev\n\n* commit '74bd6670f8c3d902ab23918f79d4a637d66cd170':\n  Fix regression from location changes: GPS battery tracking.\n", "proba": 1.3554167708207387e-06}
{"commit": "4c040585e769347e4060577ea3dd9032790d48ff", "message": "add testcase for issue 446. https://github.com/alibaba/fastjson/issues/446\n", "proba": 1.0487131476111244e-05}
{"commit": "3443a16a636524c88101aa85a899c9285a502288", "message": "add testcase\n", "proba": 2.2016933144186623e-05}
{"commit": "55701893019b6731fc5bf55f718fb80b331dad5f", "message": "Model.Test: test starting new game\n", "proba": 7.684776619498734e-07}
{"commit": "edfbeaeb83715c5ff0209a4fcd0954e92b25c440", "message": "updated for travis", "proba": 1.7906670279899117e-07}
{"commit": "6c44bc6de15992882303c590056c52e8f2899778", "message": "A tests which exposes a bug regarding array properties and transactions\n\n\ngit-svn-id: 13eff98b576c7513c3808aeb848dcf331df2fd11@242 0b971d98-bb2f-0410-8247-b05b2b5feb2a\n", "proba": 5.073043212178163e-06}
{"commit": "bf487d0041dcbe256c6bc18c5c77acf7a178cf75", "message": "Implemented @OldName methods.\n\ngit-svn-id: 1cb8ba81e35536520dc3c869e3ef27a5006f98a2@19 79e2b5ea-dad9-11de-b64b-7d26b27941e2\n", "proba": 0.017540903761982918}
{"commit": "48ad7ed769b28979d03f283f57089014c2ae3386", "message": "Added FileUtils.createTempFolderIn(folder) method\n", "proba": 2.390380018368887e-07}
{"commit": "b043b24d4b70caf9944289d4791df40ba340bdcf", "message": "Update Builder.java", "proba": 9.825349707170972e-07}
{"commit": "608aca16e768420a8918ccda567e17702eb23c82", "message": "another fixing testcase", "proba": 1.8682531788272172e-07}
{"commit": "3c67e67fac10090c9b8c9890235d600de9738af6", "message": "Add lazily initialized value (single threaded)\n", "proba": 2.236443350511763e-07}
{"commit": "12bab546b9d51dc90ece33bb2ade243f69efdd32", "message": "enclosed initInternalTables() with a try-finally block so to always update the dirty flag\n", "proba": 1.875880144552866e-07}
{"commit": "d096d78e984b7035878b78d375da82c90f1ff77b", "message": "allow for more molecules in the bit length array\n", "proba": 5.600464305643982e-07}
{"commit": "2c494589df2e762ab7413d8672b69c089d3d39ac", "message": "[TEST] Adds the required signatures to the MockDialect's connection.\n", "proba": 1.0638450476108119e-07}
{"commit": "d5c8e4199fbb6280345e7173edb4d64c89774c50", "message": "Create RubberBandPick.java", "proba": 3.4267037563040503e-07}
{"commit": "8b7473a22bafede46bcb943179df2ed9076c0b7c", "message": "Create ColorCellsWithRGB.java", "proba": 3.0656340754831035e-07}
{"commit": "2351303bafe799fb8c6d6b00ecb5fd13ed03dade", "message": "\nBrent J. Nordquist <bjn@visi.com> read(byte b[]) did not behave like win32\n", "proba": 1.4975732938182773e-06}
{"commit": "2b84bd58bc8b46b430ff8ff6983382743c96e2b8", "message": "cleaner implementation of ComponentCriteria\n\nsvn changeset:11086/svn branch:6.3_dd\n", "proba": 1.507197140426797e-07}
{"commit": "e0935daaca93efcd7856b857f414658f6600d24c", "message": "task name 9461\n", "proba": 0.9999992847442627}
{"commit": "dbde9de62b528fd0b698b6ac7ee41e084ed521c6", "message": "Make Axis SOAPBodyElement implement JAXM SOAPBodyElement.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@246787 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.999671459197998}
{"commit": "cb96e1f08ca127ee6ea2b7d94611b1ea3ad0d3f4", "message": "SelectTool to select keys from the time line.", "proba": 1.1830622526076695e-07}
{"commit": "efb915db505d238bcb934878223ac67071ffb3f7", "message": "Fix issue 438", "proba": 2.4317563429576694e-07}
{"commit": "8486bc11baa717390796f2ebd55c7b2ae9294bb7", "message": "Update to allow passing empty string in a binding.\n\nChange-Id: Ia16bd5dc78da1f5c8e52070d9c0e8431744224e8\n", "proba": 1.7846499758888967e-05}
{"commit": "a41e243459be4cccf19e89d7a284e6aa94b14179", "message": "create ValueFilter, a filter for a single value\nadd support for filtering based on a DnD value\n", "proba": 1.50637816886956e-07}
{"commit": "17475b98072e144821ca6129cbaccf474b35297f", "message": "an exception needs to be thrown, not returned. I wonder what I was on when I wrote this code, and what the designers of Java took with their breakfast", "proba": 8.366794190806104e-07}
{"commit": "3e9b5d913bd8764a92ee0800601eeca8f1f1be35", "message": "+Created HomelistCommand\n", "proba": 2.4774655571491166e-07}
{"commit": "bab3b9cc4992da9a9766616fe6c63e6466b67696", "message": "Issue #4610: Detect when @Description is applied to a setter annotated @Argument\n", "proba": 1.4353713595482986e-07}
{"commit": "60e8d63eba121cc162eae97d23bddbcee1649552", "message": "Added initRockPaperScissors to the GUIToAgentFacade and made a listoner class so it can easily be added as a button to the GUI.\n", "proba": 9.903311593006947e-08}
{"commit": "de21d49097d92c3170fcee67ee6f2ce505a9833f", "message": "removing unused logger\n", "proba": 1.2971511296200333e-06}
{"commit": "b615de8031a4661d5f11ea95235f7216063e71a9", "message": "Nova corre\u00e7\u00e3o do datasource", "proba": 6.318239798019931e-07}
{"commit": "3723dc070ac723ec0419695a577f0946443385b8", "message": "Create Card abstract class", "proba": 2.6381792395113735e-07}
{"commit": "579a3ae6f33eb0dc22108a82127e934c7118e534", "message": "Update NIOEchoServer\n", "proba": 4.2719281623249117e-07}
{"commit": "39564d46201fe2fd3812aec1c52599ba0fd64513", "message": "find longest substring", "proba": 0.9999994039535522}
{"commit": "d70f0d3d01b587fd1f7c27a92fe352e349e0cf1a", "message": "Make SoundGramController in charge of loading sound grams and samples from filesystem. Make it pass on notifications to the user.\n", "proba": 1.0256552229748195e-07}
{"commit": "0ab346e28bde06359b8a928ab2ee9fee27dcc654", "message": "Accepted LC #007 - round#7", "proba": 1.8224461939553294e-07}
{"commit": "da3793711ec2d6097ae3b63f65313b7546b2919e", "message": "MemLogger.", "proba": 3.4106889756913006e-07}
{"commit": "bce3ea361705ef52e361a85b8759a28c9ba02f97", "message": "am c4c59bc8: am 54da4c98: am 0d8513ad: Merge \"Add a permission annotation to IMM#setCurrentInputMethodSubtype.\" into mnc-dev\n\n* commit 'c4c59bc894f1f1b268072c8387e1faa71b3ff1b1':\n  Add a permission annotation to IMM#setCurrentInputMethodSubtype.\n", "proba": 3.333921370085591e-07}
{"commit": "ceb5193d17535bd76c8bc47b1b2021f6eee81051", "message": "Add SchedulerProvider interface\n", "proba": 2.954195110760338e-07}
{"commit": "505ece6c70e0638291c88912d21e0f133d7d0ca8", "message": "Help with getting Blobstore keys", "proba": 1.7878518576708302e-07}
{"commit": "ede42e77e8afff0bd6181d0dcc837508ff38479e", "message": "Minimal documentation of the core package\n", "proba": 1.7443755950807827e-07}
{"commit": "da401e8fc0ebd7da9af7fdc34312fae842105b84", "message": "v2 new env test", "proba": 2.642870526869956e-07}
{"commit": "7a2a1f788c913cdb98e234ecf64f09cd999b6580", "message": "Fixed mispelling of Xenon.\n", "proba": 1.6234825750416348e-07}
{"commit": "76a7198dc015ea1ec4cd9e06c91d74d7e3c032ca", "message": "added Shadow for Base64 class\n", "proba": 2.1758803825377981e-07}
{"commit": "6f27531ec607dac16c3b66f57942aae9513ab410", "message": "Use slf4j' message format logging", "proba": 3.8744596508877294e-07}
{"commit": "f1d9b2510e3acf960ec38e96c2563d2714d65879", "message": "Use ServerDao instead of ServerSelector\n\nThe later one should only be used by DAOs\n", "proba": 4.235309631894779e-07}
{"commit": "40b375994e7acd3abe13f58101658b917d6d66bd", "message": "Create IPermissionHolder interface\n", "proba": 2.2074219430123776e-07}
{"commit": "90565e95421c3534316179b3210593c78785413b", "message": "KULRICE-1352 : move reset to upper class.\n\n", "proba": 1.2357590151168552e-07}
{"commit": "7cc4672e428158ff00e3e715439fb9c5a4a4bbc8", "message": "ORS #191613:[Android Only] During synced playback, if the user clicks on any of the characters in the Actors sidebar, the application will crash.\nAfter approximately 10 seconds, a pop-up window will appear reading \"Unfortunately, WB Movies All Access has stopped.\"\n", "proba": 1.0166200326011676e-07}
{"commit": "5929566af906d09f7aeac886e2656efe09adf5f6", "message": "Add problems\n", "proba": 5.882814002688974e-05}
{"commit": "3df98a20a00cb638f9a3264866c7f104aeef3980", "message": "am 842568ec: Merge \"Camera2: Fix CaptureRequest @see links\" into mnc-dev\n\n* commit '842568ecebfb5bf6cabd7a7eabd8e8fa259dab72':\n  Camera2: Fix CaptureRequest @see links\n", "proba": 1.8095938685291912e-06}
{"commit": "3fe0bca0c34d5f33690fa365918cbaa4a7e3dd8e", "message": "add flag to websearch intent\n\n  Bug: 6372537\n\nChange-Id: Ia3f8577ffdde2df5234016dd8d9ca83265b53e5e\n", "proba": 1.8163783579439041e-06}
{"commit": "5c848ce793f259f38ba8c9ce52dc3bcb360040b6", "message": "Keep original DialogTitle color when resizing.\n\nChange-Id: Id9d3bf565cc5660ab37037e74be63221cd638ba6\n", "proba": 7.792252290528268e-06}
{"commit": "c76af08badf39a83e244a8383b66af6c399635ed", "message": "\u6f0f\u63d0\u4ea4\n\nSigned-off-by: Mitkey <75bbfd713b92046b37d170d27ccf17fb1bfb59e5@foxmail.com>\n", "proba": 1.0692073004747726e-07}
{"commit": "1225a8e312d0dc8f875628cdeec42f8f53e90ca6", "message": "adding an ApplicationEvents example.\n", "proba": 1.2148113626153645e-07}
{"commit": "f03446c73bebbf44816b6b4bfce3e26539fd4c4e", "message": "Container for userdabases, initially to be used by OTMultiuserRoot.\n\n\ngit-svn-id: 8ebed0c25533aaea68ca43268d4d516467f97e6a@12676 6e01202a-0783-4428-890a-84243c50cc2b\n", "proba": 1.2890724292446976e-06}
{"commit": "d49077f55a880b4d4822153061acdba744a33e57", "message": "generate select sentence SQL for resultMap\n\ngit-svn-id: a3757b7b28cb5f166982e3e590f726e1a71ef014@458 a27988d2-9830-0410-8773-31d6671a21de\n", "proba": 0.9999994039535522}
{"commit": "83d64464bb2cb41f68b18c194c388f7795b34388", "message": "completion data for selector symbol\n\ngit-svn-id: a3757b7b28cb5f166982e3e590f726e1a71ef014@170 a27988d2-9830-0410-8773-31d6671a21de\n", "proba": 8.147040375661163e-07}
{"commit": "675252313009182fccdff0858c8df29d7deddaf0", "message": "add subtype article\n", "proba": 3.738653333584807e-07}
{"commit": "197b98b9c1cb184dfeba9bc3c16cc93731c4a3c7", "message": "did turtletree\n", "proba": 0.9987659454345703}
{"commit": "063f7032f946ca08f2928e23da1eafd2c81143ea", "message": "Add skeleton test for the DoubleInterval class\n", "proba": 3.8242151845224726e-07}
{"commit": "a8b4022f284cd67239439eb51c6d2cc18fe0a834", "message": "New JUnit test, based on Philippe Arteau's orignial exploit, that shows Google Issue # 306 has been fixed.", "proba": 9.718583271478565e-08}
{"commit": "24aef2e7d62f8c05d3bc623c5b270cd89e09dc21", "message": "Add a thread safe cache class.\n", "proba": 1.1674963218410994e-07}
{"commit": "65db72798c89cb5b05a678b9ddbe7ee3f0986c74", "message": "Spliterator\n", "proba": 1.0579225090623368e-05}
{"commit": "17636bb089258f08e0eb7989048ff233dfd2cadd", "message": "Dummy class to generate javadocs and release via staging\n", "proba": 1.3394797804267e-07}
{"commit": "8a5a5bdd0324b646a899012a1cc422846c52c9c4", "message": "Add script which uses a simple loop of fetching stars of repositories\n\nThis stops after a few thousand results as Github starts to throttle\nAPI requests, so should probably done with some search sorted by stars\ninstead...\n", "proba": 1.0528717098168272e-07}
{"commit": "757b3c53b33912dc20de335bf9bc72773d5b1323", "message": "Zooming is the correct way around", "proba": 1.504995339018933e-06}
{"commit": "001ac840c31e5aa53d0cc8b60101ddd8925cd72a", "message": "local WebSocket class\n", "proba": 6.461660291279259e-07}
{"commit": "14cd5934a2fcd80282fbe620f7cb6f1e535c2b01", "message": "added some more checks into addCharacter to avoid duplicate names and deleteCharactertype to avoid deletion of a CT in use.", "proba": 1.0282779783210572e-07}
{"commit": "2fa57a3fd1f5be9136b51c955e0ecc355021ecba", "message": "Message address encoding fix\n\nSet DIGIT_MODE_4BIT_DTMF as the default digitMode and\nTON_UNKNOWN as the default 'type of network'.\n", "proba": 1.0934235206150333e-07}
{"commit": "86d57e8aa24df5bd3bf165696d19f7a0a10ea152", "message": "adding packaged documentation\n", "proba": 3.928581406853482e-07}
{"commit": "17e7cdb9842e8b914efb4e3eeea5b33188acdf2b", "message": "Logic to pass test was similar to title\n", "proba": 2.6615989554557018e-05}
{"commit": "527c6f1e4d8a9599eec3c9ebc2c1e6fb2dd74981", "message": "Created diamond shape (textured and untextured) to represent start of rig.", "proba": 9.870799999589508e-08}
{"commit": "fcc65fc4d9d8ab2e7dcdc5fb7e85d69e76f2b7d7", "message": "A utility class for generating a trimmed tileset (and associated trimmed\nimage) from some other (presumably non-trimmed) tileset.\n\n\ngit-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@1489 542714f4-19e9-0310-aa3c-eee0fc999fb1\n", "proba": 6.07087940807105e-06}
{"commit": "0cf3d67c35fb9bed8cdc6937b721558c94937081", "message": "streaming: Import IncomingFileMessage.java\n", "proba": 8.989143225335283e-07}
{"commit": "03e7d956aa9da0a249f227fc3255d2ecf475780c", "message": "test cases\n", "proba": 3.370086687937146e-06}
{"commit": "6e27240169161bc161875bf9d1b534334e101fd0", "message": "Created command handler and added group creation.", "proba": 1.1547852096782663e-07}
{"commit": "d31ab76fa9593e101ddf83c5a93c7f956fc5f8fa", "message": "typoe\n", "proba": 9.126434633799363e-06}
{"commit": "b1c6706330b11cdc9c764de95b4ee906b017e2b5", "message": "Initial version\n", "proba": 4.846839942729275e-07}
{"commit": "778f8319834a3f0286d14df1fd0f490caa481888", "message": "\u65b0\u589e\uff1a\u51ef\u6492\u5bc6\u7801\u793a\u4f8b\n", "proba": 2.6080778070536326e-07}
{"commit": "7a36502c1e58db4dc82f70f298181f91e316cefb", "message": "das throws IOException in der Klasse Aktivierungscode entfernt, da die Funktion nun einen boolean zurueck gibt\n", "proba": 2.2848352898563462e-07}
{"commit": "e632ea2bbb03a439c687ac386882d38d7f28d6cc", "message": "Bugfix: Disallowed iconify for dialogs. It causes trouble when an iconified dialog is closed via menuentry or toolbar.\n", "proba": 1.0489610247077508e-07}
{"commit": "0fbb3a7dc4a97a945a1e198bcc1652ea9978eb0b", "message": "The TileModel is the model of the graph that must be displayed\n", "proba": 1.6811047771625454e-06}
{"commit": "467c1658c68dedc57de9d9aea39452773192dac8", "message": "print the stack trace even in println mode\n", "proba": 3.7352390336309327e-07}
{"commit": "cf9ecef236aa21b4fb034763acaca7f966638b0a", "message": "Start for the StripedLock implementation\n", "proba": 1.4653268465281144e-07}
{"commit": "142e6ee57956550b2698a882b2a9e44fd4fd9ca2", "message": "Create the User class\n", "proba": 2.7848809622810222e-06}
{"commit": "f2f6dcc54a7b3da9cf096a3802f08485f5b3c7ad", "message": "Removed some unneeded imports\nPR:\nObtained from:\nSubmitted by:\nReviewed by:\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@251634 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.1829096397141257e-07}
{"commit": "d8e4c75e7b7ec3886b31e24da1adf780ff37550a", "message": "Added tests for BinaryWire valueIn.skipValue()\n", "proba": 1.2900694912332256e-07}
{"commit": "c613842927f62273d2f5f364b532012a4014c448", "message": "Created first test covering a few of the error location. Started with the code location report within the test itself..\n\nhttps://github.com/MutabilityDetector/MutabilityDetector/issues/46\n", "proba": 3.008524913639121e-07}
{"commit": "dbb24f032e92660cba39cb1f2cc4f4c7ed068c26", "message": "Add Cast.TIME.AS.TIME and Cast.DATETIME.AS.DATETIME\n", "proba": 3.8389640394598246e-05}
{"commit": "4846cfdc0c812f5e804ad5f4306236d9cc0bf2e8", "message": "added new class GamesStateToGuiTranslarot\n", "proba": 1.6420447934706317e-07}
{"commit": "7f4a376f322226e776634a7d493a695f42d65174", "message": "Resolved STS-377: Invoking HtmlTagSupport#set with a null value doesn't clear the attribute. If value is null, the attribute is removed from the map. This makes sense. If the desired value is an empty string, then an empty string should be passed to set(...).\n\ngit-svn-id: cf2b8e13e5fd585456580429c3991d4364a2cb88@569 d471f07e-d8fc-0310-a67b-dd4c8ff0e7cd\n", "proba": 7.919822564872447e-06}
{"commit": "57b788cc1847aa3827634ac435bb113491659bd0", "message": "Fix test.\n", "proba": 8.550564984943776e-07}
{"commit": "a57cbddbd98f52ad0816196e929059ea600a672c", "message": "TEST\n - added test for NoSuchFieldException", "proba": 1.291221565224987e-07}
{"commit": "4526d297f50e2d8c58a60e229946bb7330790ad3", "message": "* AttributeProps.java: Implementation of AttributeSet that doesn't\n  appear to be accepted by the Android code at this time.  So I'm just\n  going to save it here and come back to it in the future.\n\n\n", "proba": 1.0075011402932432e-07}
{"commit": "14330e0bddac539142aa7661cb788f9767bc7c1b", "message": "added tests for BatchSqlUpdate\n\n\ngit-svn-id: b619a0c99665f88f1afe72824344cefe9a1c8c90@5507 fd5a2b45-1f63-4059-99e9-3c7cb7fd75c8\n", "proba": 3.986377521414397e-07}
{"commit": "9557033887c3d054fcc67ecd1dda404563105a9d", "message": "Added missing file.\n", "proba": 1.3344676119686483e-07}
{"commit": "424b7f92b6471340bc6c99ba2e8cf5e4d41c2c93", "message": "implemented the room service\n", "proba": 1.38631355639518e-06}
{"commit": "a7c38d94b0bc79d2b2c4735d5ee058602f2b7967", "message": "world file support for grid summary of spatial traits", "proba": 1.343188102964632e-07}
{"commit": "c38bcef9bb286acca1d4b0ca74d9d048f4117156", "message": "Simple Filtering example using JSON/java/List/maps\n", "proba": 4.7296666139118315e-07}
{"commit": "9183b8e5a0b733ed2ba3a78db0adef2d3a680b04", "message": "Complete documentation of DeckType\n", "proba": 1.3073743332370213e-07}
{"commit": "8bf6290ba3daeac32931a13ac1f05bf8a75fb31f", "message": "Alura, Projeto de Algoritmos 2, Aula 12\n", "proba": 1.4060658770631562e-07}
{"commit": "c85d986ede5a06f35baff49e640137920fa7c804", "message": "Binary Tree Paths completed", "proba": 1.776246136842019e-07}
{"commit": "5edf66c5f5d4daa389071320ac277912e7c7b235", "message": "added ComponentTest test-case\n", "proba": 1.555954582954655e-07}
{"commit": "38614c5cb55a1d381d0f4dc0c41a0641e451e85b", "message": "Ajout de la liste des favoris\n", "proba": 2.6878481662606646e-07}
{"commit": "77e71f489308cef77d2b9ca1c2b743c690909437", "message": "226. \u7ffb\u8f6c\u4e8c\u53c9\u6811\n", "proba": 3.7668584695893514e-07}
{"commit": "8d0d5a66e01c729c3aaa8bc3f28b96e666243537", "message": "Making sure color+texture works properly.\n\n\ngit-svn-id: 5afc437a751a4ff2ced778146f5faadda0b504ab@180 75d07b2b-3a1a-0410-a2c5-0572b91ccdca\n", "proba": 0.0003750594041775912}
{"commit": "1d46e322c762f5388a829230fc56932c041e234c", "message": "Restored jdk 1.4 compatability (reverting change in r563171.\n", "proba": 1.0155192597949281e-07}
{"commit": "ff07c75d0eb41c999b8a04714763f2c092a923c7", "message": "eight queen ", "proba": 0.00011927080049645156}
{"commit": "aa6e33310f2ef7b2846809afd96fde94ae77a91c", "message": "Reorganize R-Tree methods.\n", "proba": 2.5746780352164933e-07}
{"commit": "d903ba5239ee9b972b677372a936202e13130964", "message": "Adding Java Tests for the new \"/log\" support.\n\nThis can be considered conclusive to close #55.\n", "proba": 1.0909341341402978e-07}
{"commit": "8c7a1cb88269aeb5f6b13425890fa9f28c816465", "message": "Added test for returnOne()\n", "proba": 1.4191535058216687e-07}
{"commit": "eb6d67a0ff352c539f8a0689a23ad6435156aa88", "message": "*Craftobot: insert messages verbessert\n", "proba": 1.3298533474426222e-07}
{"commit": "912270e22d11dab354cd0503b700c1dfca790a0a", "message": "Doc fix - incorrect format (included argument) for function reference.\n\nChange-Id: I2cdf7b4f078b1ab0556fcc3fad5287f86641c396\n", "proba": 4.987020929547725e-06}
{"commit": "a7bdc26830d38bd48f3e371de68ac7597fa35714", "message": "+Craftobot: Todo hinzugef\u00fcgt\n", "proba": 3.014205276485882e-07}
{"commit": "a325729f1ee7e11e554c5df2c5ae489e86f87666", "message": "Made square magenta.\n", "proba": 1.4764633249342296e-07}
{"commit": "979df2ea7b427a064c6a3ac07770e89998babee0", "message": "BEAUTi: improve error message of guess trait.", "proba": 1.6965051941042475e-07}
{"commit": "05bb9c3bfd4959d7e2db4140839fc48dc2226810", "message": "Initial version", "proba": 4.846839942729275e-07}
{"commit": "2d96c8c10278aa27ecef33c1d45b397afb2abc19", "message": "This interface has been moved here (before was into the coresec add-on)\nsince it is referred by the SecurityFactory.\n\n", "proba": 1.0247264015106339e-07}
{"commit": "773e66d4fcc24806ae6de5d6e0025e6a1e4385d9", "message": "Create Publication.java", "proba": 4.2692929014265246e-07}
{"commit": "d229222f7fe51cea29314fb3a0d958605d07ce63", "message": "Create Sap.java", "proba": 7.258744290083996e-07}
{"commit": "66fbcca9a37c80f493156611454369497ea87f6d", "message": "removed redundant try/catch", "proba": 3.528740126057528e-05}
{"commit": "381247c6dc92639026390bc71c82fe8329939562", "message": "Global chronograms weren't being added to configurations.", "proba": 1.0493312174730818e-07}
{"commit": "52a8824d504a9e152fb445a724211696f8d33742", "message": "Update ChatBotController.java", "proba": 5.300169050315162e-07}
{"commit": "ccd837d44ede0c7f4b3e058ec09bde800e2dcca0", "message": "Update ChatBotController.java", "proba": 5.300169050315162e-07}
{"commit": "9d4a4cb6f38d04994b0bf1b795dd20814375a686", "message": "update version no\n", "proba": 0.0005378212663345039}
{"commit": "37c21ea6e37c46ebca5b54353148ed613e754eeb", "message": "update hdAccountId of add out\n", "proba": 1.4318153773729136e-07}
{"commit": "c0950e243c39c20da0dca5fdcdcf69883bcfa3ac", "message": "Complete task1102\n", "proba": 0.999993085861206}
{"commit": "1bd3124b12b9d2291a95c6e14706708c3f878677", "message": "added dialogue handler interface to allow external code to interact with surveys based on library strategies\n", "proba": 1.7838836186001572e-07}
{"commit": "7cca00ee50384ea0ff950a03382020da02c74b7c", "message": "Fixed checkRange to size", "proba": 2.42733534605577e-07}
{"commit": "dac0753feba041fdb782c8326d315ee52d4490c5", "message": "Placeholder class for Braille Solution #143", "proba": 1.9993908040305541e-07}
{"commit": "22ec7f97fa0ae9b06b5c6163e8383e19cb134641", "message": "Finished class.", "proba": 4.253289489497547e-07}
{"commit": "dee645b6be85ff3dc7cc3ad803eb15e9806c06b6", "message": "am 531ded55: Merge \"Added missing comments in Instrumentation#sendStringSync\"\n\n* commit '531ded5514981f2ca686e1c0f7b182dd9f43a66f':\n  Added missing comments in Instrumentation#sendStringSync\n", "proba": 3.0046251708881755e-07}
{"commit": "2f20b04c1451bf82ba5e739992b245ce33964af2", "message": "am a27b7822: am ec5d9fb4: Merge change 23370 into eclair\n\nMerge commit 'a27b7822200ab8f7a1978ca27ae3e14929b9d665'\n\n* commit 'a27b7822200ab8f7a1978ca27ae3e14929b9d665':\n  Revert \"- don't schedule syncs that we will never dispatch\"\n", "proba": 1.1922365672489832e-07}
{"commit": "fed161799bb40ea4cda19f5ef6c8c2462a0066e4", "message": "MediaProvider: Add constants for media_table and media_id columns in MTP objects table\n\nChange-Id: I47396c637e483ea9c71bbb22898d69cb3d00b256\nSigned-off-by: Mike Lockwood <368d0007e4626f70737d16df5e49ed8806b98c3f@android.com>\n", "proba": 1.7561818310696253e-07}
{"commit": "685c05eb548155c236cd3308e6c60e32c2f3718d", "message": "Stop loading if the user cancels the SSL certificate warning dialog\n\nIf the user cancels the bad SSL certificate dialog, stop loading\nand return them to the page they were on previously.\n\nBug: 3189482\nChange-Id: Ie5796a8fdc5ba38e1ab42de5beecf7fa4ecec3ed\n", "proba": 1.4679000742034987e-05}
{"commit": "a9af25befb02c7bb5596a315a6c26da67e3bb34b", "message": "am b84214a3: am ccda4c49: Merge change 24288 into eclair\n\nMerge commit 'b84214a329963be9e156f771c3c8d142280882d7'\n\n* commit 'b84214a329963be9e156f771c3c8d142280882d7':\n  Do not cache POST response as Cache is indexed with url.\n", "proba": 1.2039525643103843e-07}
{"commit": "936420a06232dfc68a021b8fb407e423c6ac69a3", "message": "am 06e544f0: am a93ed128: am 7bd8e6a8: DateTimeView: don\\'t assume you have an ApplicationContext.\n\n* commit '06e544f0bef0973167f768a8dd9402c85d456612':\n  DateTimeView: don't assume you have an ApplicationContext.\n", "proba": 2.911797025717533e-07}
{"commit": "8c6ed03c8fb991ef5bf8c4e2fd79a1582bafc90f", "message": "am 1caa092f: Allow click listener registration in NumberPicker.\n\n* commit '1caa092f94aaa4b9b7b382263dfd13581d92d2de':\n  Allow click listener registration in NumberPicker.\n", "proba": 1.3841163593042438e-07}
{"commit": "39cef3f59f5a94d3e5868ed1bdf9c66f53f87a98", "message": "Create Door.java", "proba": 2.23396955334465e-06}
{"commit": "8098288edf4bbaccf57c7b933b4d5e64c3574220", "message": "changement iterator ++\n", "proba": 8.018383823582553e-07}
{"commit": "7638a9e92355d1fe7f5e673621953a278b807da4", "message": "Added method stubs\n", "proba": 3.2322472520718293e-07}
{"commit": "8659973b07c80ec23f45d7f9f87aa2b22e1a005f", "message": "\u4e8c\u53c9\u6811\u6309\u5c42\u904d\u5386", "proba": 4.771296175931639e-07}
{"commit": "3b099ab44975b6569bf3e6539aff61d0ed73c687", "message": "Adicionado um exemplo de classe builder de entidades.\n", "proba": 1.532465887521539e-07}
{"commit": "07f4672151942d3833115268bb2aedcdcb0780a9", "message": "Add a truncted potential for molecules (handles torque) that switches between full-on and full-off instead of just setting it to 0 at the cutoff.\n", "proba": 1.344569682260044e-07}
{"commit": "1f11eca2a1510c41c67382f1e240188cf1ee5e70", "message": "Removed old Main.java file\n", "proba": 3.8463034002234053e-07}
{"commit": "dcffed7381a7e0e49e410e0a76f516f7ec1de943", "message": "Update PascalTrig.java", "proba": 3.374494781382964e-07}
{"commit": "d019be56e2a3d4d85550ccf9557adf1561bd8743", "message": "topN added\n", "proba": 1.6088648635559366e-07}
{"commit": "29e283ab6d5aeaf3174166d8753bb90e84616b32", "message": "Hot fix\n", "proba": 8.220442282436125e-07}
{"commit": "3dc19d1a4ea13b83ef9d2e702aee69a5a29601c0", "message": "Added \"wedding\" to the list of items that are ignored in the calendar search\n", "proba": 3.2874211797206954e-07}
{"commit": "46b534c91799d9738d31047b6337be87c93f0985", "message": "added test case\n", "proba": 5.942369512013101e-07}
{"commit": "b3586a419ca695a82268ef3cec623984a57e036f", "message": "remove @Indexs\n", "proba": 1.694852244327194e-06}
{"commit": "e6d7e0708db03eadc6aea7c01fb0bd85d0d51bb5", "message": "se identa correctamente el codigo\n\n", "proba": 6.265153388085309e-06}
{"commit": "ba11b10911496102daffa17584b2078cdb3daca4", "message": "Get tcpmon to work with JDK 1.5 Beta (build 1.5.0-beta-b32c)\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@257502 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.960384328318469e-07}
{"commit": "e0289a4d43e028245369a7cea9291336b809de9c", "message": "We do mean \"1\" radians per second, not 2", "proba": 0.015757011249661446}
{"commit": "5cc4a800ad9871d6a5a0a25179411613177f6ad1", "message": "FunctionTest checkfile, bad import", "proba": 2.861633561224153e-07}
{"commit": "373246e9271c2958dc2c23d7154e25f22d1165fc", "message": "Fixed an error\n\nWhere closing in on the southern border caused the game to crash", "proba": 4.599525709636509e-06}
{"commit": "2fe384a5172c29bda2e5642cfcd2db542f722c09", "message": "Classe Main para Interface\n\nCome\u00e7ando os trabalhos para inserir interface no codigo\n", "proba": 1.747164333210094e-07}
{"commit": "834edfa3efb705a63f7b9275a2af537e035e69e0", "message": "Swipe card positions saved as floats\n\n- were integers before and was throwing an error", "proba": 9.540581231703982e-07}
{"commit": "1c3ae8b2e7824e9d5fb8151c1e6dd8bf7edc260d", "message": "Update Solution1Demo.java\n\nMake runtime calculation code block more readable", "proba": 3.4853276247304166e-06}
{"commit": "3130c5e84eeb69c58af6e422d297bb11cdf480f0", "message": "aggiunta sala d'attesa, bug fix", "proba": 1.9826588015803281e-07}
{"commit": "b42e5714c5ed301b7a755e0f3d896685ef9bb122", "message": "Bugfix in JobBuilding.java", "proba": 4.813397822545085e-07}
{"commit": "f656cadb8f1688e1d41934c832108a68e142ee88", "message": "Create Calc-Area_Triangulo.java", "proba": 2.9878464147259365e-07}
{"commit": "81c795fae48afb7190eef936ad9e8df8937477d1", "message": "speed test\n", "proba": 3.2015000215324108e-06}
{"commit": "74ddb821903b1324b825639e0950af94b6a52525", "message": "unique-binary-search-trees\n", "proba": 2.1290365111781284e-05}
{"commit": "43c665464e931df11b6b9464c91c8b2299dfcdc4", "message": "Queen Collision #4922", "proba": 1.7631545290441863e-07}
{"commit": "a0a9e698ff2af3fa332d6631b1f5f1a3ab6e3573", "message": "fix spacing in default code\n", "proba": 5.883583071408793e-06}
{"commit": "da318380a318deea36b8be90b8cdbae5d07adb99", "message": "Added long capability to transport\n", "proba": 1.1580010550460429e-07}
{"commit": "67e2cf4c48d00f069fb4173277c5c6d3e84bb9c7", "message": "First Main", "proba": 4.61576149746179e-07}
{"commit": "b558617e018161ac5ad300bc682b85f6df6c9211", "message": "Update BoardGameSolver.java", "proba": 2.622871306812158e-07}
{"commit": "b3b3eca79a5159fe4fb7a165fd2d861e853e72ba", "message": "\nImplement BSTOperations, which does single-key query and modification operations.\n\n\nRevision created by MOE tool push_codebase.\nMOE_MIGRATION=2741\n\n\ngit-svn-id: f3e0321eda878ccd901d0724d0624474ed133e78@563 8138a162-5c33-11de-8abc-d1c337b90d21\n", "proba": 1.3560046681959648e-05}
{"commit": "183ad0331f8ae1ec655f5c552baa014a0288e6b5", "message": "Create WellEquidistributedLongperiodLinear.java\n", "proba": 1.4128863767837174e-06}
{"commit": "51e9761090a1a7274973722495f15ad2d6b4dcc8", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "9cb783f9b996083b368e144a37730bfa1839ca58", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "7641a17eac2c17536b5c2cb7d85b0dec7dea7831", "message": "Create ServletHandle.java", "proba": 3.825054136541439e-06}
{"commit": "f7e3e0cf951d513d6c5889d9f912bbe1837b2b99", "message": "Java App version of SOAPMonitor. It contains an authentication dialog\nand a GUI based monitoring swith to turn on and off. The authentication\nis processed by SimpleAuthenticationHandler.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@258378 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.1530562409898266e-06}
{"commit": "771cb06c050b51d0ae444f53855e5bdf503cd139", "message": "ValidationException variants of all validation functions added to facilitate groups of validation checks", "proba": 1.291392663915758e-07}
{"commit": "c4f3bc811e63cd9891f06a4d367d540a9c99444a", "message": "Created a custom file uploader\n\nThis component allows styling and file validation\n\n#1059\n", "proba": 1.2137262217493117e-07}
{"commit": "339b9d43d89b1c2e27a0d760a384e495b13db2ab", "message": "Pweety please", "proba": 4.2525309140728496e-07}
{"commit": "ca0c55f2cc1074b46a9147c6fc4ac10b1fb126e8", "message": "minor clean up\n", "proba": 2.1123635463027313e-07}
{"commit": "e70c9beb31017ad5f9c0ab006f7c0aae0bb3a1af", "message": "added a test identical to another one except without nadgrid (to see if errors come from the grid shifting or the projections).\n", "proba": 1.0333466349266018e-07}
{"commit": "9cfe2dd3091490063dd2e5a94b80ac089e47eb82", "message": "add delete user", "proba": 2.676281837921124e-06}
{"commit": "a65d98ca5b50601831ab141adcbc87e80480262e", "message": "skeleton for assignment 4", "proba": 2.1668849115030753e-07}
{"commit": "37304eceab9b3cc1abb045b9fdc0a178717258e4", "message": "289 : \u6570\u5b57\u3092\u5168\u3066\u8db3\u305d\u3046\n", "proba": 4.649218681151979e-06}
{"commit": "b8683e3e07fc4f38168617e98f62d7f2b30ba91c", "message": "Apply logger to SessionController and refactor", "proba": 1.4773802092804544e-07}
{"commit": "2b4591feae0244f3389bafb318f71b0e98ee16a3", "message": "\u8c03\u6574catch\n", "proba": 1.448635430278955e-06}
{"commit": "4ea099eca1b254f0dd713d7b3cc45bbcd98c49f6", "message": "Create Bubble.java", "proba": 2.7375747322366806e-06}
{"commit": "55f7b2560a2f5fcac0264c2b6b524ad2b100cc3e", "message": "Changed zombie damage to 10\n", "proba": 4.640726274374174e-07}
{"commit": "acc4abdb62bb3078d4a8aef1ef563bbf80a39321", "message": "Tested camera following entity\n", "proba": 9.476378181716427e-05}
{"commit": "1a2ee95e742a59f7dcabdd48d7f5ea24bd9f748a", "message": "the class 'point2D' is added\n", "proba": 1.4264770470617805e-05}
{"commit": "5e97d226faf51cdb3651496b312c21b29bad7162", "message": "tab 2\n", "proba": 1.4843170959011331e-07}
{"commit": "3a528fe74330745f1ef710605cd32dfb6b1b884f", "message": "Create HQ9+.java", "proba": 1.0452444257680327e-05}
{"commit": "e951d34917f8f2ff128da82379e227322d69cdba", "message": "fsadfsadf", "proba": 1.7192867744597606e-05}
{"commit": "496aa13db93424e16e0ea5119f3177386e8f23d4", "message": "Delete Word.java", "proba": 1.8376405932940543e-05}
{"commit": "11160d39e8d47759e423e4cfe6f3f3c0ee409626", "message": "Create MyraListener.java", "proba": 5.738280606237822e-07}
{"commit": "3c01a48c5af5e0da2eb46d182101d4cb3c17d137", "message": "little list changes\n", "proba": 5.521661705643055e-07}
{"commit": "b1c0af146d3716e368c6f285a901454aa93fa6e7", "message": "Fix warmup, win, ingame period error\n", "proba": 8.496388659295917e-07}
{"commit": "89719fa24f573653054838265ce5cbec45103234", "message": "Add class to hold implementation of User Defined Steps\n", "proba": 2.1220938606347772e-07}
{"commit": "634c23174a492ffa800e3c581597f9e5dc951f04", "message": "Don't use == on floats\n", "proba": 1.0722154911491089e-05}
{"commit": "330ccdcfb33d56c8086c5c20bbb009202514e35d", "message": "Don't accept corrupt VINs.\n", "proba": 1.4999157826878218e-07}
{"commit": "6f783248f7da9a6da61dda4fa1b08ec3de9fda17", "message": "Pause resume ability\n", "proba": 4.7103694100769644e-07}
{"commit": "f504bca802aac89520e1a050b0ae15aa010c25d7", "message": "add ContentUris\n", "proba": 2.0221719410074002e-07}
{"commit": "7cf9423844bf83a67b5b558821d42338f41b195b", "message": "updates background creator ready for final use", "proba": 1.2898898660296254e-07}
{"commit": "d5d5c876388ddf950aacc137e393bba61edfe90c", "message": "Display toast when search submit is pressed\n\nThe user should not use the search submit button to initiate a city query. They must select a city from the suggestions.\n", "proba": 9.709199730423279e-06}
{"commit": "da0f64b163b70b6907f7a6d067ec62568d9ff801", "message": "Fix the loading\n", "proba": 0.0003343627031426877}
{"commit": "36ed5a66f6487e49d182a63a803c12dd9e2a1093", "message": "Update RetrofitUtils.java", "proba": 4.135708024932683e-07}
{"commit": "be7984faeef16a2eb7792fdac9cf60d4abcd536f", "message": "Add 3sum closest #16\n", "proba": 0.9998961687088013}
{"commit": "5c5d9b4c6870b28d027da49603a6090c27146dae", "message": "Added tests.\n", "proba": 1.2918668801376043e-07}
{"commit": "24be0e39b72bd70fbc443b75ae5874041d774a87", "message": "good question\n\nSigned-off-by: fang19911030 <5ffe6b396c1ba281316f169bb904454412c52782@gmail.com>\n", "proba": 5.265359050099505e-06}
{"commit": "9c2efb35e23eb875e8d901c39a94ce9dc14bf0dc", "message": "Sanity-check backup agent name prior to instantiation\n\nFixes a crash that would occur if an app with a pending backup\npass in the pipeline was updated to remove its agent declaration\nfrom the manifest (or other more esoteric ways that a backup\npass was expected to run for an app without their own agent).\n\nBug 5776591\n\nChange-Id: I5a8bc8c12de6a2bfa82f5093fe3a15b754109ab1\n", "proba": 2.2312602595775388e-05}
{"commit": "bdd52b264af8f562dd368d40b66771c88d45127f", "message": "Fix issue #2097060: Screen all messed up when setup wizard finished\n\nThe new code to rebuild the window list was missing some app tokens.\nAlso there were a few other smaller bugs floating around.\n\nChange-Id: I7734917af0b76ee4aa304e6a5321401d87640f89\n", "proba": 5.232700914348243e-06}
{"commit": "3b34eb58e30169391e6c7278bbc47781ee831044", "message": "am 1c424f86: Merge \"Make sure to go to the right Settings panel when tapping a notification\"\n\n* commit '1c424f86c634a8c27ef1bbb82938ae64b4f3a385':\n  Make sure to go to the right Settings panel when tapping a notification\n", "proba": 2.177579517592676e-06}
{"commit": "49029e49d816d584775fba21bd75c740f01fe961", "message": "moved back to RP_IndexImpl\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@1652 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 5.630502073472599e-07}
{"commit": "2334e94b9d9ee3b51a23d6dec99b5034a2eb506b", "message": "adding .utils/methods.java\n", "proba": 3.465946974756662e-06}
{"commit": "e030e6b933cee39325e6fb28fb003fca32148472", "message": "Delete ChatEditActivity.java", "proba": 1.5097160712684854e-06}
{"commit": "f54cbac44729fe318211aad247a9373ef454ff93", "message": "add Barcode Fragment implementation\n", "proba": 2.767948785731278e-07}
{"commit": "5ed53b6b03692b112c3ab2b8bd304091c2892b0c", "message": "Added ShooterInfo", "proba": 1.4666942149688111e-07}
{"commit": "0d851a95ca3131ea64463d281872eb655c40d501", "message": "Create JCA.java", "proba": 8.910645874493639e-07}
{"commit": "9d984de475f87a85b3598e38ce786d4730b60604", "message": "Termo.java\n\nini frame termometernya", "proba": 9.607966831026715e-07}
{"commit": "14d50efe732f5b9b2b975643f026d97c662241fe", "message": "Added first components in the Draw class\n", "proba": 1.817926005287518e-07}
{"commit": "08d1957c6c8b34f61e13426494b91741fa716400", "message": "Gen2: removed all unused private variables\n", "proba": 8.790261176727654e-07}
{"commit": "eb02a8fbf2985dbdd615fda9c3336fcdc0768489", "message": "Be more robust against `IOException`s", "proba": 2.333226092332552e-07}
{"commit": "be184e856d7801a5fc71684e04bfcc8872eb5a40", "message": "some semAct  changes\n", "proba": 2.9956868274894077e-07}
{"commit": "72da9ed8867a3b3d6a9ae829b9a0ae526c16915c", "message": "am e5ea48a7: Fix a race in accessibility manager.\n\n* commit 'e5ea48a7fe295a2815bab57f2e870901ce48b312':\n  Fix a race in accessibility manager.\n", "proba": 2.6868076474784175e-07}
{"commit": "c5fdf69078fa5bfb905d957c01a7fa40b51e715f", "message": "add ipcount\n", "proba": 1.0044567488876055e-06}
{"commit": "f369e763894627245b158a7a835e86d584531af8", "message": "Added option to create chart with title\n", "proba": 2.102457301589311e-07}
{"commit": "de2cb086549667d122b418e6e45e817043927248", "message": "Add InsertionSortPartOne", "proba": 7.122021088434849e-07}
{"commit": "737f332c663f0deedb9f7315272d52204c3667ac", "message": "https://pt.stackoverflow.com/q/542775/101", "proba": 7.278826501533331e-07}
{"commit": "085afc69f204e2e2c692622b2fba3de77df77191", "message": "make search term variable\n", "proba": 0.00027167887310497463}
{"commit": "0ccabf830509c9899cf444f5e0263db35a7bce3c", "message": "Added `loadFirstConfig()` to the `ConfigFinder` that just returns the most specific config file it can find and does no merges\n", "proba": 2.389213022979675e-07}
{"commit": "460f4ea99c6c6ec225fc05f2d345de8555ead3a2", "message": "make the platform a little more prominent", "proba": 6.090125680202618e-06}
{"commit": "2bab0b2fe0f20feac01cf8214f99b1d2803078ed", "message": "add 330 Patching Array\n", "proba": 1.6882206921309262e-07}
{"commit": "9790516bb9964956448817cae361b33a7d9a0449", "message": "Add Ball.java.\n", "proba": 1.8317020078484347e-07}
{"commit": "28f039a15706c341d051b8fe69b6e5923afe1845", "message": "add failing test for class variables with no initial value\n", "proba": 3.153953684886801e-07}
{"commit": "01c8e843960fda8edb92fd788ecaf68d6337cfac", "message": "Introduced enum for the MessageCompose actions (compose, reply, ...)\n", "proba": 1.077169855534521e-07}
{"commit": "9451442d652f22431f78f24dbf3cdfe3579bbf78", "message": "AST OpMult\n", "proba": 3.0213536774681415e-06}
{"commit": "ebafc6a5fe78242e4f1791b307856e2edfad83a4", "message": "fix bug in BookCollectionDao class", "proba": 1.904494411064661e-07}
{"commit": "99e68ba08ba1fab51701e20bc714e8f934806bdc", "message": "Update HabitEventHistory2.java", "proba": 3.005828830282553e-07}
{"commit": "7df897a22a812a67cb4bb2b241850f347cdf2756", "message": "initial commit for ASEPConnector.  Not tested yet\n", "proba": 1.203654136361365e-07}
{"commit": "6a6b4b4368d7ec164fae289bcd19c329db93d4f6", "message": "Moved EBSPAnalysis from dr.inference package to avoid dependencies on dr.evolution and dr.evomodel in the inference package", "proba": 1.3661200171100063e-07}
{"commit": "6f316575273aa01be5ad6a620f38fafb4c890f60", "message": "Exercise 5.1", "proba": 0.000260523782344535}
{"commit": "4d300946431701970fab2acea757bed4904bedf7", "message": "Change primary_keys to use the same catalog/schema/table separation\nlogic as columns_internal.\n\nThe relevant parts have been extracted to a private method. The\nprimary motivation for this change is to allow table names with a\nscheme in ActiveRecord:\n\nclass Company < ActiveRecord::Base\n  set_table_name 'two.company' # default schema is 'one'\nend\n\nBefore this commit, this would fail with a \"Table 'one.two.company'\ndoesn't exist\" message.\n", "proba": 1.0762576039269334e-06}
{"commit": "c8fd430362d163d4e243c561c435dc95eb343041", "message": "Initial check in\n", "proba": 1.3806069887323247e-07}
{"commit": "f9d1fd5ee049b83dba1e9b25d14ebc25429c90f1", "message": "well, it goes on..\n", "proba": 1.1912522523971347e-07}
{"commit": "01f3a1ef38adbc22f7889a1f10cd7122ab2f283e", "message": "Change version to 2.19", "proba": 1.9757931113417726e-06}
{"commit": "8a097562fe4347760f08448fd5fbbe0e668b5a32", "message": "Add a example mapreduce job using stackoverflow class\n", "proba": 6.171458153403364e-06}
{"commit": "c9f0ed3dd75b1efce82d133e396cc1ba9690dce2", "message": "refactor\n", "proba": 0.9999991655349731}
{"commit": "00c61a1011bde064d38f0e95c18484a6e4a0b371", "message": "am 3a26ed5a: Merge \"Support deprecated language codes.\"\n\n* commit '3a26ed5ab3ce04ff5556eb1fc7588a14672ee52c':\n  Support deprecated language codes.\n", "proba": 1.3388182651397074e-07}
{"commit": "74d9a373f9ac4fd1a8e51de7de5d7611317c5755", "message": "am 92dcf629: Merge \"Fix rendering issues in Movie Studio.\" into honeycomb\n\n* commit '92dcf629e1ecb60fc497b8b1b3d2aab35c334672':\n  Fix rendering issues in Movie Studio.\n", "proba": 1.2330936272064719e-07}
{"commit": "7ac5151254ccb061efc8c9b4f6a61434dde3ddb6", "message": "am cd471e95: am b27a4f9b: Merge \"Remove custom scrollbar logic\" into jb-dev\n\n* commit 'cd471e95c8236b23ad0f0e1ad256e2bd60416cac':\n  Remove custom scrollbar logic\n", "proba": 8.031761922211444e-07}
{"commit": "e8d153673bdbbb113559ad592ad8a4e92e8d0d7e", "message": "ActionMenuViews always reserve overflow when creating their own menus\n\nActionMenuViews work in two modes: hosting another Menu instance or\ncreating their own. The former is used when an action bar is\ndisplaying a window's options menu. The latter is used when an\nActionMenuView (or Toolbar) is placed within an arbitrary layout and\nthe getMenu method is called.\n\nWhen showing a window's options menu, ActionMenuPresenter calls into\nthe ActionBarPolicy to determine if we should reserve an overflow\nbutton or if overflow will be presented by the window instead. Always\nreserve overflow if the ActionMenuView is presenting its own menu.\n\nBug 17381966\n\nChange-Id: I17c495986994d421bf6276ae39ba233243432e97\n", "proba": 2.1630912669934332e-06}
{"commit": "49f87c4d4d6a862367cba0a55c9ce217efa5e758", "message": "WAILRoute: add support for submissions API\n", "proba": 1.6052295848112408e-07}
{"commit": "94accff36b32954cd9d7f603dbed97b851d4b938", "message": "feat: \u589e\u52a0\u7528\u6237bean\n", "proba": 6.213869028215413e-07}
{"commit": "b4a53930acad8e87124bca9b9302bb0857eafd45", "message": "Fix #1961 in another way, by fixing our test for localness to understand things being local to a constructor.\n", "proba": 9.685311397333862e-08}
{"commit": "5a9374aaafdc0862943eb56e5044b424343f2a0c", "message": "+ ThreadAdapter\n", "proba": 2.1020483131906076e-07}
{"commit": "d2fdaa01e4c81c36e2d7ab9083564733df8965aa", "message": "idref key with name\n", "proba": 3.6011761039844714e-06}
{"commit": "4172826abe099a01beeebd4f48bb171617f29c6d", "message": "Fix line links\n", "proba": 4.10903368219806e-07}
{"commit": "dfb3970aa467aca360b40b517461896fb5edc47f", "message": "add Paint.java\n", "proba": 1.4030481452209642e-06}
{"commit": "ec53b073d9c4111cb37afdc897cf3f608c32907d", "message": "Initial checkin.\n\n\ngit-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@367 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 0.000203020463231951}
{"commit": "177a360f97a7c51b0547b584a1b1f2b3683cd396", "message": "ExExporter: Registering a pathway export format", "proba": 1.4779354273741774e-07}
{"commit": "9d5d23e342144df9491fc778aeec8be284808329", "message": "[ALLUXIO-1597] Test for RemoteBlockWriter.Factory\n", "proba": 1.241715352762185e-07}
{"commit": "fba2b99a72a512789daf30d0fe0106cdccc54265", "message": "am 8909c5a9: am ebfe8b3e: am dd288b69: camera2: (LEGACY) Don\\'t stop preview when there are no requests left\n\n* commit '8909c5a925164598c72ec3b8207215ef27086d28':\n  camera2: (LEGACY) Don't stop preview when there are no requests left\n", "proba": 5.178732408239739e-06}
{"commit": "5ca565904c4a1acccf308f1cbd3f3cbfaaea6256", "message": "am 8df59ed6: am 0a323036: Merge \"Revert \"camera: Start/stop preview before clearing surface.\"\" into mnc-dev\n\n* commit '8df59ed67e43e431855b91f542ca5936fca7dc01':\n  Revert \"camera: Start/stop preview before clearing surface.\"\n", "proba": 2.1753037060534552e-07}
{"commit": "26d29870f847b345e35860023bceb2770d515448", "message": "nuevos cambios\n", "proba": 6.914297955518123e-06}
{"commit": "d62e9bf5170db6bf6efd8d5f408a2a550ad4ba06", "message": "EightQueens solution in progress\n", "proba": 2.052508847327772e-07}
{"commit": "9214e975dd4fe5e2c84990183e3f9bb644d6316f", "message": "\u6dfb\u52a0\u4e3b\u5206\u7c7b\n", "proba": 5.862987109139794e-07}
{"commit": "d80d6f6da07718d5c86b4ccc37271c21724a6b64", "message": "Add interface for per project management of local files\n", "proba": 1.659654031982427e-07}
{"commit": "b85fa9a14b37779d70e2146e916011d8c1a4588b", "message": "(UPSTREAM) Change version to 2.13\n", "proba": 1.9609173307344463e-07}
{"commit": "987bc7f352b444e04f134eea66ac481fb863f5d1", "message": "started the main plugin object; the actual entry point for events and responses to be hooked into\n", "proba": 1.227246571033902e-07}
{"commit": "148a20a46eae1f17f9f48688e417630a07ad0142", "message": "Server: remove ID from DbTag\n\nTags don't necessarily have an ID, they are uniquely identified by their\nname. This removes the `getId` method from the DbTag interface.\n", "proba": 1.1570615754408209e-07}
{"commit": "745f380307c8ecf962488447e81745103d5a8682", "message": "am eddb6c00: am 9606921b: am 0fc1e88c: am 6afdad7e: Merge \"Don\\'t fall back to domain verification state when looking up app linkage state\" into mnc-dev\n\n* commit 'eddb6c008be760f7339076de4fcc74ccc094b760':\n  Don't fall back to domain verification state when looking up app linkage state\n", "proba": 6.067749609428574e-07}
{"commit": "9984f0acfdc8982946e0e70a08b67828d4d971cf", "message": "am c3973058: am b381d697: am 073bfb9b: am ce68917c: Merge \"Ensure per package and per UID state share same package settings.\" into mnc-dev\n\n* commit 'c39730583e83c734633f6bd534c509cf46b7a4e5':\n  Ensure per package and per UID state share same package settings.\n", "proba": 1.6313823891778156e-07}
{"commit": "f0989840a00e53751241d0c97bf0e5a1866f6d4c", "message": "Fix pub issue #58043: Copy crash in Android 4.3...\n\n...when clipboard listener attached\n\nWe need to clear the calling identity before dispatching change\nnotifications.  Also make this more robust, so that in the face\nof any failure we will clean up the broadcast state.\n\nChange-Id: I305a8a62738595f1fe5643a063099de5ed7cb062\n", "proba": 2.0458487881569454e-07}
{"commit": "cc73130f7ec0bd1275dd23d0b08255a65c76305a", "message": "Add Log4J Wrapper Class (Related to issue 1419)\n\n\ngit-svn-id: 50f83ef66c13f323b544ac924010c921a9f4a0f7@4339 00569f92-eb28-0410-84fd-f71c24880f43\n", "proba": 5.022365030526998e-07}
{"commit": "a7309b82bc1f04d96f19d8b28597077d501adc69", "message": "Additional logging function", "proba": 2.712701245854987e-07}
{"commit": "1fb89f929ee8447460d47397d72b98e4f38c8f3d", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "a82383a1e448f0494f756f8e6ace0b8553ef084b", "message": "Update Question.java", "proba": 6.70294957672013e-06}
{"commit": "6bf1a0141a492df25d2767edad82d9bdc4021231", "message": "adding death star salaries map - simple map example for lecture\n", "proba": 1.2219794598422595e-07}
{"commit": "3e883daeef3d4efc835e283a4e326ad427a593f9", "message": "Fixing network tags.\n\n- History was not populating the tag, so all of them appeared as tag 0x0.\n\nBug: 28345240\nChange-Id: I9c898695bbe8d18531f7ea432ebb8f02d72e5d27\n", "proba": 2.4942410163930617e-06}
{"commit": "e721615f431d0799175ed40a9519edd4f1c355d7", "message": "Clarify version docs.\n\nChange-Id: I64cc9e5e51f12d33e770e73734efd89df20c8504\n", "proba": 0.9999918937683105}
{"commit": "75f6ec7df64e6a1a6de6c52ca3280aed00c09dfb", "message": "Deprecated\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@998 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 5.499379085449618e-07}
{"commit": "cf186b8df65ed33ba586c1dffee96722814be585", "message": "Create intMax.java", "proba": 2.132929466824862e-06}
{"commit": "f33d791dd3b8f3566149907f1705e99ccef28552", "message": "https://pt.stackoverflow.com/q/103587/101", "proba": 8.897101793081674e-07}
{"commit": "91a69a7db0f1ee01601210513d3362f64d55bf70", "message": "Add Fix45Test", "proba": 2.196282196109678e-07}
{"commit": "319020c5f69be33ba6455ee541b6fafec7e0641b", "message": "Create SampleTestsFromOASIS.java\n\nAdded sample file for reference from within report", "proba": 1.1796598187174823e-07}
{"commit": "1905668128c3f28f82b8dfb56e2c66eb513927d6", "message": "add ByteUnit test\n", "proba": 3.7354882920226373e-07}
{"commit": "bd6efd6f97ecfcdb0532a647329c84aca5a4698c", "message": "Documentation how to setup a VFS testserver.\nOn the way found some problems with the webdav provider.\nMight be due to new apache?\n\ngit-svn-id: b72e4096c37687c2251a28355ec42547e19e4331@169881 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.534377462230623e-06}
{"commit": "d0e971dd55494f082e6c471c8265f186d6ace1d9", "message": "*** empty log message ***\n", "proba": 5.360483328331611e-07}
{"commit": "2e95be95a27bd4980302f3d90e8294ba1194caff", "message": "commit a class to substitute bicomponents within a singly-connected diagram\n", "proba": 1.8038458904356958e-07}
{"commit": "0c1bfbf9d106f293f90eac612ee787a6158bcb8c", "message": "Command for Heatmap2D\n\ngit-svn-id: 149221363d454b9399d51e0b24a857a738336ca8@409 1f7349ae-fd9f-0d40-aeb8-9798e6c0fce3\n", "proba": 5.692886588803958e-07}
{"commit": "43974a54af51a5e6aa7056301a06feb953929d72", "message": "error messages\n", "proba": 2.798082732624607e-06}
{"commit": "52db505d1cf11abc96b1560febcbdccb02ddb152", "message": "Resizing and moving does no longer loose event to iframes and such.\nFixes #1765\n\nsvn changeset:4772/svn branch:trunk\n", "proba": 1.3294412326558813e-07}
{"commit": "9e0f3c1bb2a37c7fff43a8580efc5dc2bf64060d", "message": "Fix resource leak using try-with-resources", "proba": 2.2578966309083626e-05}
{"commit": "08b4369675b2c9ac237927eb04a084eaf4a8860f", "message": "newsmute-41 Code client url submission and retrieval handling on server\nCosmetic\n", "proba": 1.0583683973663938e-07}
{"commit": "2dcf49c23f36c7040d982e48e28cf6515f8c4820", "message": "amazon\n", "proba": 7.309180091397138e-06}
{"commit": "0799d1deeb6ece7785fd9b5b67d30c8e9d729e85", "message": "add igv changes\n\nSVN-Revision: 14074\n", "proba": 1.8297343729045679e-07}
{"commit": "05f3dc36e87ff4964eb717583ab128dd3df7196e", "message": "Initial Check in\n\n\nSVN-Revision: 1678\n", "proba": 1.1104433639275157e-07}
{"commit": "5309aa0e516e4be1253d3b8bc7664643b224593a", "message": "Adding Application Java source\n", "proba": 4.7314756557170767e-07}
{"commit": "ad70d0ec1c5b7059d4b6f59bd29d9172d1536408", "message": "S7Serializer interface", "proba": 1.6352421994270117e-07}
{"commit": "6f292b8d85d41ca15342184f7322d21bef86b508", "message": "CAF-557 Add debug option to copy input and output messages to a debug queue.\n", "proba": 1.074092494945944e-07}
{"commit": "aab084662c07be2fa2c7817e47d891bf7a63dd1c", "message": "Issue 12024: \nNB! Current build is broken - work in progress. \nFixed compilation errors\n\ngit-svn-id: b7e9aa1d6cd963481915708f70423d437278b157@30354 bd66a97b-2aff-0310-9095-89ca5cabf5a6\n", "proba": 2.951916826532397e-07}
{"commit": "d012f7eb120d0246a04238c4d8e948705effed5e", "message": "Fix mobile user login button issue\n", "proba": 4.890493528364459e-06}
{"commit": "dd5c426a7493f95ef46594015cc857e6183b1593", "message": "Moving files to Managers.\n", "proba": 1.8358871045620617e-07}
{"commit": "762e37fc20a31530fe900212f0a4025d5ca9bf1e", "message": "Added an enum to store the various gene ID types, e.g. EntrezGene, Uniprot, MGI, etc.\n", "proba": 1.0597743482776423e-07}
{"commit": "b0e3b05c8925be2d84bdca529ac2b9ba899aaa52", "message": "Sort folders first\n", "proba": 6.022551133355591e-07}
{"commit": "3750a67f65a37e6a5a6d9d43d7c770905b5e34f6", "message": "Fix failing unit tests\n", "proba": 1.1258039194217417e-05}
{"commit": "1d7537108df476231db86a6e98a17f8e95223beb", "message": "Removed the server loop from the actual bind method.\n", "proba": 1.1242016739743121e-07}
{"commit": "1804ab220762239059f19cdb6815fd4e39dfeec0", "message": "Added class ImportanceDecorator\n", "proba": 1.8464433537701552e-07}
{"commit": "5bc815b0436932a713caf4f59cf3f1b3e4c4d47e", "message": "Removed a spurious generated comment.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@255215 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.734314304892905e-05}
{"commit": "a4b760732cd5ad3988d7005ca10d0641cdb2e6e0", "message": "Remove unnecessary calls on this.me\n\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@1600 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 2.442225559207145e-05}
{"commit": "02e29305f5404119d43e55a2947d3543baa8453b", "message": "Add SallyPort to autonomus.\n", "proba": 1.1882035977350824e-07}
{"commit": "f0f3e290e9ec8e98cdfe8d579b2905a9dab6501e", "message": "PiecesModel\n", "proba": 5.880525577595108e-07}
{"commit": "b82126c8ada906d0a5daedbe450f3176a8d15beb", "message": "Make class public so that the tutorial makes sense.\n", "proba": 1.7276114760989003e-07}
{"commit": "2e97365263e76afa16d7eb07a3a1567287872445", "message": "AbstractKey comments\n", "proba": 1.9285802466129098e-07}
{"commit": "ab5afde7fcf148db22463c1a20a7b61d402e03a9", "message": "Added missing XML Node walker\n", "proba": 1.8620275454850344e-07}
{"commit": "7ecb4a51dfbe5da64fa968ed06232eb3b2237543", "message": "Added Java Insertion Sort", "proba": 1.3810020504934073e-07}
{"commit": "c9a2771c8eeda3729ea57189af3d832293a3ff50", "message": "\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@515 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 4.102091679669684e-07}
{"commit": "0d22224470654c5bf935c40c2c370ed24539fc36", "message": "cleanup comments\n", "proba": 1.4727632446920325e-07}
{"commit": "511c4359aa11d42fdde30393c80944fd5b02ac7e", "message": "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 5\n", "proba": 3.9874649360172043e-07}
{"commit": "9c2b67395e0ff9b3c5867cc4c8174575a5b2dbdd", "message": "Removed some useless commented out lines.\n", "proba": 1.0579445586245129e-07}
{"commit": "b4faf348f1ebe257f448d5c34d01ad7aedf62abb", "message": "Carrier Config: Add KEY_CARRIER_IMS_GBA_REQUIRED_BOOL flag\n\nBug: 23731243\nChange-Id: I3e08469ef293f0b619f95dd9fb48e8c582926270\n", "proba": 1.455009851270006e-06}
{"commit": "2f1a0bf519befed4d780ffb994ed1907d2f194a9", "message": "[init]\n", "proba": 1.1449404837549082e-06}
{"commit": "acf1a7a44efaa624c86cc56135725ccec0f29fad", "message": "Updated supported os gui constant\n\nSupports Windows 8.\n", "proba": 1.108906744207161e-07}
{"commit": "ef8e6ebc6879852b0ae71f85457d682d3da2e4fd", "message": "added currency to the tests\n", "proba": 1.4735515208030847e-07}
{"commit": "040383282ccac4bd6eaed84afeef604a8a08bc09", "message": "adding getters for left, right, top, bottom coordinates\n\n--HG--\nbranch : toxiclibs\n", "proba": 1.8450263894465024e-07}
{"commit": "f708194e78bbb1c52e00527fb69ab379603464a4", "message": "addTwoNumbers\n", "proba": 0.005617787595838308}
{"commit": "e86848c258a2fc42e52eb1e3234c1288acd96a3b", "message": "am ebee8a4d: Merge \"Replace minimum with maximum in method description.\" into lmp-mr1-dev\n\n* commit 'ebee8a4d92a8e80b49feb51e9c9621c79398457c':\n  Replace minimum with maximum in method description.\n", "proba": 1.4751191201867186e-07}
{"commit": "5179b619bbcdfafc12699365b9ecc686c5bb4a9f", "message": "ImageLoader development\n", "proba": 3.1660411536904576e-07}
{"commit": "4cc49c8d5808e4761ee31431cc8a97dd98b5506f", "message": "design patthern: RemoteSynchronization\n", "proba": 2.1595036514554522e-07}
{"commit": "cfd81f3d0d192a35548c1542511cad210e0cd9af", "message": "working on modify contact\n", "proba": 1.2220657197303808e-07}
{"commit": "6d20e257a7d2279ea20c07ee66b1e73eb1c7ea65", "message": "AI 145970: am: CL 145743 Excise the \"de\" locale out of testResourceBundles(), leaving a\n  TODO and long comment about the situation.\n  Original author: danfuzz\n  Merged from: //branches/cupcake/...\n\nAutomated import of CL 145970\n", "proba": 5.904171757720178e-06}
{"commit": "8a35f28b9c4f394039ea6bc4136e01a390ac940b", "message": "Add task list manager\n", "proba": 0.0006782140699215233}
{"commit": "d3a6413828ff688bcc8b5a7fe0f6787275e4cf83", "message": "added a state called instruction this is where all the rules of the game will be", "proba": 1.577104313810196e-07}
{"commit": "95de18b94afb4b1530153c73c8c16ec57efd1b3c", "message": "Don't forget to add new files. Duh\n", "proba": 2.202240011683898e-06}
{"commit": "a2bee13bf8f17ec3dc707fc26fcb5d7e1860de31", "message": "new unit test class", "proba": 2.614559946323425e-07}
{"commit": "947082fe4409f0d5aeb1e73acc9e747449b72e18", "message": "Initial version, many tests.\n\n\ngit-svn-id: 6c0206e3b9edd104850923da33ebd73b435d374d@621738 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.601667114911834e-06}
{"commit": "27a06a19fcb031fa75c4330e6133142fe58b7b00", "message": "Samo TreeDrawer", "proba": 6.240795755729778e-07}
{"commit": "cfc2330c4eb42c8e71d00d1a13e84089adcbd595", "message": "fix build\n\nChange-Id: I4991e3e11b2f44328ee272dcb498c6b9fd90c5ee\n", "proba": 1.0659799045242835e-05}
{"commit": "a9b50c48a63f75f8002c5f2ce4fcbcb028103ebf", "message": "renamed the class, and added some comments (work in progress)", "proba": 9.888569962868132e-08}
{"commit": "332f420d266adc35ecad6da97bc01b0d62c08276", "message": "Adb had some bug compatible code for XmlSchema. Now Xmlschma bug has fixed.\nCorrected all the bug compatible code.\n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@540838 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.28382258835336e-07}
{"commit": "1563b3e8a94a7f3f960085cee0014688605017a6", "message": "ADD: Added utility class for AST functionality.\n", "proba": 1.1258035215178097e-07}
{"commit": "3cfce5479803831146974a092fb5856c79c073b4", "message": "+Created the MessageTest\n", "proba": 1.3136508414390846e-07}
{"commit": "f507cd04d7029ba6a33a1dbfa4effcf7e185bffc", "message": "New msat model described by Watkins (2007).\n\ngit-svn-id: 67bc77c75b8364e4e9cdff0eb6560f5818674cd8@3503 ca793f91-a31e-0410-b540-2769d408b6a1\n", "proba": 1.3136499319443828e-06}
{"commit": "b085abd063397c406d8c0bd2dfbfad59aad18e43", "message": "Operator reporting and citation fix.", "proba": 1.1621985152032721e-07}
{"commit": "5238b4e39a7d32f48d6bad87cbe24d5b1b17713e", "message": "Server.java: rewrite the inner query to propagate the equality constraint\n\nThis speeds up the query with old indexes by an expected factor of 10^5; with indexes the improvement\nif only about 10-20x.\n", "proba": 2.2270913291322358e-07}
{"commit": "ddbbb78dac25f557afd6fc5735bde9d57e1ac26f", "message": "special tree iorder build completed", "proba": 1.7439930388718494e-07}
{"commit": "d2c8f62fca22aeaadcb1163b716d8a78ee73117c", "message": "Missing constructors", "proba": 4.48195396529627e-06}
{"commit": "fa758984caec0ef53fa3c68b15f4de183225e71f", "message": "learn TimeUnit\n", "proba": 3.550734959389956e-07}
{"commit": "1e4dc62d53682225a3981e10de62971132065012", "message": "The Glenda Creative Tab\n\nThis is the Creative Tab for Glenda", "proba": 9.247868888451194e-07}
{"commit": "198ecaaedb3be0552a3cb53b82060a21c3ea2c20", "message": "Added default click jacking prevention\n", "proba": 4.13231759921473e-07}
{"commit": "dd2a2bd9972b4f9df5041c36f6a84765c7fa4e0a", "message": "Fix block dispenser not passing other redstone signals and not detecting BlockMinis.\nCloses #127 and #128\n", "proba": 1.313984085982156e-07}
{"commit": "b9d09bce1c14abd36fa12d5647e68ab1fb88daea", "message": "Ch\u1ec9nh l\u1ea1i ServerGui\n", "proba": 3.053024215660116e-07}
{"commit": "1e20c868f5fa5f9d21cb395821d8eb489f1223c4", "message": "Current output shows board id, for easier debugging.\n", "proba": 1.0881494461045804e-07}
{"commit": "b68e7ce34060e73c6eecd5cb793e4e03f9a96017", "message": "Create a skeleton for problem 233\n", "proba": 0.00012299270019866526}
{"commit": "4ba85142980a263b8634fcc971d221840ffda8f2", "message": "Add a skeleton for problem 274\n", "proba": 0.00046771488268859684}
{"commit": "b177db32cc842a18ebf4e48ee03bddd10d09bb61", "message": "Skeleton for problem 399\n", "proba": 3.551331246853806e-07}
{"commit": "d40bab159ac1f95caeacc8efe4051b8c46068d51", "message": "Skeleton for problem 858\n", "proba": 1.6259183155398205e-07}
{"commit": "f8fee8923b9d0b3857923cd570974dbc8d72b755", "message": "HelloWorld\u4e1a\u52a1\u903b\u8f91\n", "proba": 1.200908400278422e-06}
{"commit": "021ca5d8c49b3bd4f3535c5e177dc008bb8e01aa", "message": "stubbing for logger\n", "proba": 2.617104541968729e-07}
{"commit": "82b3eea291a04de811a922a43bf39e84388c854b", "message": "Added an alternative to JDK's ByteArrayOutputStream to be\nused as a performant compatibility layer between stream and non-stream\nbased I/O in Java.", "proba": 1.0464131605658622e-07}
{"commit": "6341ea6bf270b74b431abc7c4d79de33458ee6b1", "message": "Entity Ticket", "proba": 2.3597132894792594e-05}
{"commit": "b866242af3064ef00f970ceec85ef9add33964b4", "message": "12-change", "proba": 2.3486570910336013e-07}
{"commit": "95ffd2eddce006b597413ed380779bf4471ffb21", "message": "another change", "proba": 3.594282702579221e-07}
{"commit": "dc2e6bdc665d96bdc4fc7f9cf1c1d22dd0b78b53", "message": "Package created\n", "proba": 2.0710663761747128e-07}
{"commit": "5d4c553f0f35483145f69184eaf9403f22a2438c", "message": "Erster Commit", "proba": 1.1159057748955092e-06}
{"commit": "3407b203d72e138cea8e2bf9d871a52f5defcb5d", "message": "Create Requests.java", "proba": 1.3150262248018407e-06}
{"commit": "ecd7873db0e7e31968efdb8309405991e69b6e1b", "message": "OECD UrlConsumer to store redirects to document servers at the original url\n", "proba": 1.257215274108603e-07}
{"commit": "cf182aac94e181c211b677402517af845a0241bb", "message": "Minor cleanup of KeyguardViewManager\n\nRemoved unused code and redundant check for high-end graphics.\n\nChange-Id: I750d3918e5448760e622a4b3d1781b375bdc66db\n", "proba": 3.895140139320574e-07}
{"commit": "179b8053d7ace9b809a142d5fd20adb17e743696", "message": "am b77f5b72: am 9cb61176: am 2b49eae5: Merge \"Zen: Show subhead for Indefinitely.\" into lmp-dev\n\n* commit 'b77f5b72a28469cf5f4d0515fdb8b972f1b3d31b':\n  Zen: Show subhead for Indefinitely.\n", "proba": 2.0901941866213747e-07}
{"commit": "4e8bb2af18e4a5645f28ec030fb2033cf9b930d7", "message": "add chapter\n", "proba": 1.7123893769621645e-07}
{"commit": "83b566b066b1f32789eb2d93e76baa2c0b06ca09", "message": "Dory Auto Balancer\n", "proba": 4.842686394113116e-07}
{"commit": "61796bfe330af05ff582be3403fdfac6040475bc", "message": "Fixed model rank computation for multinomial glm\n", "proba": 2.8338183710729936e-07}
{"commit": "84768de39045e03a9096c476aab06157949eb189", "message": "minor refactoring\n", "proba": 5.747284603785374e-07}
{"commit": "d0ff54551d4db499348fdd9e76e284445b7255b8", "message": "Added rate limit handling for the API.\nAdded documentation.", "proba": 1.045718889258751e-07}
{"commit": "d7a32faf6546002fb55da6141af86936ff406509", "message": "1. Rename string descriptor generation method.\n2. Add a new method to generate a platform descriptor from this\ninstance.", "proba": 1.278870911392005e-07}
{"commit": "984ae2cae3f540ea398394e1dd184fab03d6398d", "message": "topcoder->SRM 163->inchworm", "proba": 6.130860583652975e-07}
{"commit": "694eae170538ceffccd63236e7d60187f588e7a6", "message": "Add a way to inject the global config.\n\nAllows injection of the global ConfigManager instead of having\nto get an IdentityManager and call getGlobalConfig...().\n\nChange-Id: Ifa79919e201c418c99899ce5a0a815ac646e5a77\nReviewed-on: http://gerrit.dmdirc.com/2830\nReviewed-by: Greg Holmes <79e2475f81a6317276bf7cbb3958b20d289b78df@dmdirc.com>\nAutomatic-Compile: DMDirc Build Manager\n", "proba": 0.0001487746339989826}
{"commit": "5e7b0bdcb3149a28868ffcce0ea9b554acb88db0", "message": "Fix global window not closing properly\n\nFixes issue 3153\n\nChange-Id: I950ab1a48c345232f9da3830ba7434e2769d6cbf\nReviewed-on: http://gerrit.dmdirc.com/81\nReviewed-by: Gregory Holmes <10bcf006358d67bf0012f7a1fa55af679f2aae55@dmdirc.com>\nTested-by: Gregory Holmes <10bcf006358d67bf0012f7a1fa55af679f2aae55@dmdirc.com>\n", "proba": 1.5380413742605015e-07}
{"commit": "ab1b395a359e04b329839b4af04f31b28a8cb04c", "message": "vertex\n", "proba": 7.736948464298621e-05}
{"commit": "7ae42b69b9ed8a2345debfaa19508bc6954ab133", "message": "Added Terrestrial class\n", "proba": 1.6779624445462105e-07}
{"commit": "88700089bc73d7d375e0f0dd5579ae57a7a7ed71", "message": "Added comments", "proba": 1.2651231884319714e-07}
{"commit": "1a39d1bff409e3b75be6590c4b67d428cb4e97d7", "message": "am e8d9d2b3: Merge \"AudioService: do not use virtual call for bt sco\" into jb-mr2-dev\n\n* commit 'e8d9d2b3352bdeba0a455666bda9eb64b75198f7':\n  AudioService: do not use virtual call for bt sco\n", "proba": 2.132960162271047e-06}
{"commit": "da005f46004f6c32fb0a1e8cf251eec92c413a0e", "message": "am ff25dd33: am 6791ebde: am 7a4d856c: Merge \"Removed offensive music genre\"\n\n* commit 'ff25dd337d1f7a079495c0c5f5bb69fd1f97548f':\n  Removed offensive music genre\n", "proba": 2.795645173137018e-07}
{"commit": "d4f3586c93cd9c29056e95cd79f3cb19ac456f3b", "message": "Check that playlist entries refer to a row in the audio table.\n", "proba": 1.0691379515037625e-07}
{"commit": "0945bc15034ac05d2ca803f6297b03dcbcbea2d8", "message": "am ac2d61a2: Merge \"Do not show immersive mode help in touch exploration mode.\" into klp-dev\n\n* commit 'ac2d61a2d731946afed300d63039d6d712fd7f4c':\n  Do not show immersive mode help in touch exploration mode.\n", "proba": 1.8645739885414514e-07}
{"commit": "923e805edd62eec2d86b0fc3d8671187c59980d8", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "2c53526b4b2d89d453ecf89548ed94427424d1ec", "message": "Backport loadSafeLabel changes am: be2865a60a am: 4c50846519\nam: 9a825b0fd5\n\nChange-Id: Ie3042058420fbd3018ae238dab4129de58ec69c8\n", "proba": 8.413394425588194e-07}
{"commit": "71f97ac828566683f3346976426ee2effd301358", "message": "Add cancel() VCardDataBuilder, which is intended to remove\na false alerm \"Nested VCard code is not supported now.\" when\nimporting vCard 3.0 file.\n\nInternal Issue number: 2158261\n", "proba": 3.1965896596375387e-07}
{"commit": "a7605d3b2ec9526fc369e5e0a1a37880db2c0694", "message": "am 2d09b855: Merge \"When the video is not on the front, it should be paused\" into honeycomb-mr1\n\n* commit '2d09b855d5c0749ab845d3f2775125fea294f07c':\n  When the video is not on the front, it should be paused\n", "proba": 6.25266739007202e-06}
{"commit": "4fa0669e9ac3f1ccee9e08d940704a2086e51d7a", "message": "Move WasmTarget to another package visible to git\n", "proba": 1.5047542945012538e-07}
{"commit": "7a1c47f4a18d7a9eec971777816e1c7d047d3a61", "message": "The end of the very brief life of \"EarlyRequestParser\"\n", "proba": 1.1811142286433096e-07}
{"commit": "fe8531860dea656795d1423b01b53a52b36ff777", "message": "remove unused import", "proba": 7.364135399257066e-07}
{"commit": "f9b57f3260edce9b8fe3d9288475943473e9b776", "message": "http.Login is anew\n", "proba": 1.6740094679335016e-06}
{"commit": "29791d2d71ba7b078445fd2b1262df1635316149", "message": "feat: add no.199\n", "proba": 0.0008302044589072466}
{"commit": "18e97f355a91dd1e6430a3e32eee4642807367a3", "message": "InputStreamReader\n\nsvn path=/webdsls/trunk/; revision=4430\n", "proba": 2.7617836622084724e-06}
{"commit": "4ee1c490cf44c71dcf4dcedee4717a1f0f2fabd6", "message": "Initial check-in of ServletHandler.\n", "proba": 1.1586174508693148e-07}
{"commit": "3af344b84709be042b107bfd5043315a2c7c237e", "message": "[java][PairsOfSubarraysGreaterThanX] solution completed\n", "proba": 1.0078236982735689e-06}
{"commit": "df3a95c73a998282f699fb03720e739008664bfb", "message": "test automatic authentification\n", "proba": 0.0002037193044088781}
{"commit": "55e98e79f064a4c1e64e6398f3b51a32b9823142", "message": "add unit test for http helper class\n", "proba": 2.4200059556278575e-07}
{"commit": "f6929f598a37968472ff32cfa0710cbb496b1544", "message": "Basic MethodReferences test\n", "proba": 1.6915520006932638e-07}
{"commit": "e949f6bf917fb2f389c50908f4d2cee4b1b90cd5", "message": "add HttpServerTest\n", "proba": 4.032575589008047e-07}
{"commit": "a45610fc1f767d014c0773a910e3e6a1a280db5d", "message": "Modify unexpected mtu debug message to print mtu\n\nChange-Id: Iacc78582c5e3d6b156e8e2eda25e89e0e5be6eda\n", "proba": 0.00023039027291815728}
{"commit": "695fef6474a5392447c9ec40910d139a7bca6060", "message": "am bbfa8314: am 9b7e7a30: am 5bfc639e: Merge \"Flush DNS cache when routes change.\" into lmp-dev\n\n* commit 'bbfa831488617ad90b366a269083f4b539833d56':\n  Flush DNS cache when routes change.\n", "proba": 1.940516796139491e-07}
{"commit": "6b0de8008399b05c90204a2c469ce21b171a560b", "message": "am 416a0b1c: am 0653f508: Merge \"Don\\'t allow an uncreated Network to satsify requests.\" into lmp-mr1-dev automerge: 934b73f\n\n* commit '416a0b1cc9c14039992799510808f24e7f03a99b':\n  Don't allow an uncreated Network to satsify requests.\n", "proba": 1.5878721342232893e-06}
{"commit": "948e21ad54db4478fd3ab9253c45529bc8addc5a", "message": "am e57fb4b6: am 8d5246ed: Merge \"Delete locksettings files for toplevel users only\" into lmp-dev\n\n* commit 'e57fb4b6c26cd2dbeb0571dfcd607de6a722eb7a':\n  Delete locksettings files for toplevel users only\n", "proba": 3.743869569916569e-07}
{"commit": "35ba2de25586d17f91edf55a0434fa271f999bda", "message": "am 2ed40379: am 8316e875: am b3f3caef: Merge \"Fix null pointer exception\" into froyo\n", "proba": 6.071025495657523e-07}
{"commit": "0d0e0048cb03f946f8b56559c0588858a8dfa8ed", "message": "am f5348d82: Merge \"Parent\\'s canonical path; not parent of canonical\"\n\n* commit 'f5348d82117f8d2a1b73d0e7f9b44de2b705f4d6':\n  Parent's canonical path; not parent of canonical\n", "proba": 1.0373964869359042e-06}
{"commit": "8c9c235f520cd56289a305be815b30cce9784495", "message": "am def8b0f0: Merge \"Fix infinite loop when uninstalling apps.\" into jb-mr1-dev\n\n* commit 'def8b0f011b5b2b02235063d5021ddfd58aa0baf':\n  Fix infinite loop when uninstalling apps.\n", "proba": 3.4939355828100815e-05}
{"commit": "ee7086c42d1c3a2b16cc1aa4465e8bacd959ab2d", "message": "returning algorithm lookup for the carrier\n", "proba": 3.291562222784705e-07}
{"commit": "3360ffd668534042ba898e5a5a0584e947828271", "message": "This interface is implemented by classes that provide a mechanism\nto get username and password from the user.\nImplementations can use either GUI or text-based interface.\nTo date, jade.security.impl.PwdDialogSwingImpl implements this interface.\n\n", "proba": 1.0178462162002688e-07}
{"commit": "d6f53ec5e65249b6865dfdb6b883bf64de3e50dc", "message": "New environment properties", "proba": 2.9745527285740536e-07}
{"commit": "958b2dd3f966aeac7109c1f8a1331a24a5744a7a", "message": "Helper application for example classes\n\ngit-svn-id: a30623744da1fa54a2e05f6887273b2822fd1c7c@1297288 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.073115628169035e-07}
{"commit": "24406b5b2e4e11792da7a58680377c3ec4b931aa", "message": "am 39f92a93: am 053b407b: Merge \"wifi: Fix softAP turn-ON issue in statically loaded driver\" into mnc-dev\n\n* commit '39f92a93551715fffd1c5b4defd9ae3253cfaaf0':\n  wifi: Fix softAP turn-ON issue in statically loaded driver\n", "proba": 6.333852979878429e-07}
{"commit": "8c842179bf41322c8c2fabdc470f08b8e5ddd845", "message": "NetworkTimeUpdateService: Grab a wakelock when manipulating system time\n\nBug: 24986869\nChange-Id: Iab4e5ce6be0b5279ce85f868037ba256ee62c0ac\nSigned-off-by: Thierry Strudel <c11fa6a468cd0603c031ecceca207a4a86f97358@google.com>\n", "proba": 1.4424632865939202e-07}
{"commit": "b1cd1675905992f3b651cf1f2e7569d6b36cee76", "message": "am a60e700c: am 0bb108a4: am 6d9a53ab: Merge \"Handle downgrading a runtime permission to an install one\" into mnc-dev\n\n* commit 'a60e700cf8db4391452751c156947a11fe95ba0b':\n  Handle downgrading a runtime permission to an install one\n", "proba": 6.125740696916182e-07}
{"commit": "33417df78aea04a9afe6fe73958d2dac73338666", "message": "Fix OEM native library path bug.\n\nBug: 13340779\nChange-Id: I3d69b3453d3d284295bbfa771e6fb4a36bca05c5\n", "proba": 2.0061776012880728e-05}
{"commit": "35ce62ce27cbc03de43f6bb9abc7cd0fcc0bc5e6", "message": "am 9e8359ab: Merge \"Fix bugs when system apps reclaim permissions.\" into lmp-dev\n\n* commit '9e8359abf59cb36fb1e15b310ff7d81efc6ce057':\n  Fix bugs when system apps reclaim permissions.\n", "proba": 1.958627677822733e-07}
{"commit": "7ac65e0498b1eda893b23c956951f9480412e138", "message": "am 02c038e0: am 9f568025: Merge \"Quick fix issue #17514851: dumpsys package <package-name> includes...\" into lmp-dev\n\n* commit '02c038e0de47ff7184ad1466a14f77da85eb975b':\n  Quick fix issue #17514851: dumpsys package <package-name> includes...\n", "proba": 1.1541686717464472e-07}
{"commit": "4621120a25eb43487aa4f0ef71dedc572a69f328", "message": "am fc98fb99: am a632834c: am 3b2f7353: am 444a0f2d: TIF: Re-connect the session on package update.\n\n* commit 'fc98fb9900dd12311e04555f771a1d37209a60eb':\n  TIF: Re-connect the session on package update.\n", "proba": 1.2110831448808312e-07}
{"commit": "8c375feb686dee8b6e8a9c69100de88c4d61afdc", "message": "TIF: Use per-user ContentResolver in the TvInputManagerService\n\nWhen switched to a different user (e.g. Restricted profile), the\nTvInputManagerService continues to use the TV storage of the previous\nuser for logging, resulting in failure of the FOREIGN KEY constraint\nsince channel data for the current user don\u2019t match to the logging data.\nThis change ensures that the system service uses the proper\nContentResolver when the user is switched.\n\nBug: 22047202\nChange-Id: I870b5bd921e37a5f1219ea66c7a51314c77ddb01\n", "proba": 1.3152013877970603e-07}
{"commit": "42b26732d5c20a2992763fe4eeb8765d335a0b0b", "message": "Lightweight Space implementation\n\n", "proba": 2.432458927614789e-07}
{"commit": "79af243dc778dfd1ef9e3706b58cde850c4bcba6", "message": "Activated file chooser (import) and start button (start simulation and analysis) on menu bar\n", "proba": 2.7223393317399314e-07}
{"commit": "df9e7480b45d1ae7783a1e5e438bd22ac130806a", "message": "App working, clear button working\n", "proba": 5.599198402705952e-07}
{"commit": "53ef622cbbd13b75b8cfd30ff3d0b967206caf1d", "message": "Issue #615 - Added NotificationTypeEnum\n", "proba": 1.1750630335427559e-07}
{"commit": "de9d1ff20b63b365ff5fc4c7ab9d411817b48177", "message": "Alternating rectangles completed", "proba": 8.160710649462999e-07}
{"commit": "eca17f633e856f018d83c7ac8ee7979f0f8843e4", "message": "Class for reading XBM format images.\n", "proba": 1.1631731666739142e-07}
{"commit": "220d0ddda8d8d7acdf6f1b01ffa694166422e1ab", "message": "fix #5471", "proba": 4.904118213744368e-07}
{"commit": "00ab8d97cbb61281aa753077f8ee20deb53ad988", "message": "create an instance if there isn't one. ensures that there's only one instance of lifecycle manager in the system\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@633609 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.961954876605887e-05}
{"commit": "7300fc2451dd989ce37eb933a7164a29ae1d7cf3", "message": "Source Code", "proba": 6.414935000975674e-07}
{"commit": "69f60ccb7276cb949fde3fabe6160b5933bfabcb", "message": "Add in simple abstraction for scheduling\n", "proba": 2.7862122806254774e-05}
{"commit": "b54158edf472f0ad306cad06d63f2d9c37642efa", "message": "Simple module lookup service\n", "proba": 3.446183711730555e-07}
{"commit": "42c64ab0600137186a64d6bf9873010b622fd2d8", "message": "Initial commit: CRUDReloadTest.java\n", "proba": 4.408395568589185e-07}
{"commit": "4bc8e94ba63e4fd7073305de61f207ab2d92fb57", "message": "Test header module\n", "proba": 4.6876041892573994e-07}
{"commit": "6199982708d62ed43465d8f2322f88981c76fe82", "message": "AAS mit Signaturen, die aber noch nicht funktionieren\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@5949 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 8.636246775495238e-07}
{"commit": "e46647d28467ee9e88aafe2951a5736f494235da", "message": "disable debug mode on ExpandHelper\n\nChange-Id: I97520643d754e29ea295d868cbbb79b76ef74f3a\n", "proba": 1.4520655895466916e-06}
{"commit": "6ef346acb730329e120aa9047f1f5c29ec4d0ffc", "message": "am 15f36821: am cfdda0d0: am 5d294516: am a92e765e: Merge \"Fix bar visibility after restarting immersive activities\" into lmp-dev\n\n* commit '15f36821554d4fab2b6298703623202015967a81':\n  Fix bar visibility after restarting immersive activities\n", "proba": 3.005358735208574e-07}
{"commit": "61bc9f37cc0e0921d2e205dccdd45df36c353a9c", "message": "am 5b72a6ab: am 41615284: Merge \"SwipeDismiss: limit fade to 50% alpha while swiping\" into klp-modular-dev\n\n* commit '5b72a6abf85b26e66589db478cc105e7bfec6116':\n  SwipeDismiss: limit fade to 50% alpha while swiping\n", "proba": 4.909864514957007e-07}
{"commit": "720a99f2726d22731f0f46f272e43dfa51ad268d", "message": "Create MainActivity.java", "proba": 3.4549507290648762e-06}
{"commit": "a82dfa3e0857afbf625ea1459156d39fd59e78ca", "message": "Create MainActivity.java", "proba": 3.4549507290648762e-06}
{"commit": "7265642a1f6c04a8db289de28c021e70efd3cf4a", "message": "missing-numbers\n", "proba": 0.6897927522659302}
{"commit": "3aff4fdf5c3dc1078e132bd6eda3ae980b15611e", "message": "am 56024f26: Merge change 26991 into eclair\n\nMerge commit '56024f260f993c70a65aca0081c78b21801a7c5a' into eclair-plus-aosp\n\n* commit '56024f260f993c70a65aca0081c78b21801a7c5a':\n  Add null check at isEmergencyNumber().\n", "proba": 1.27551402329118e-07}
{"commit": "cacd99bd2cbfad3bfd78bef3d4c612ddda2e2ad7", "message": "am cc4cd6e1: am 15b2d9ab: am 4e779ecd: Merge \"Subscription Info density-dependent text size and localized SIM slot index\" into lmp-mr1-dev\n\n* commit 'cc4cd6e1abe81d1edda7f1489dbd26298d38a699':\n  Subscription Info density-dependent text size and localized SIM slot index\n", "proba": 3.727179489487753e-07}
{"commit": "af0d7b5b8b6cc86667bbac7ecf123e15b9e8aa31", "message": "Added AbsorptionFunction1, a Function1 that evaluates the absorption corresponding to a given extinction index spectrum.\n", "proba": 1.2061039456057188e-07}
{"commit": "4714a24d1f0e154ee8fd9184cfaee07d2b38d999", "message": "Java API/SDK sample to get vFlash Read Cache Info\n", "proba": 1.3639122187214525e-07}
{"commit": "c59ccf6912b98a435cf2a7c3cf002a7366264329", "message": "added a check to see if no role is assigned to a auser, the aclaccess map is empty, we give access to entire applicaiton\n", "proba": 1.2181548925127572e-07}
{"commit": "0b98dabd1f4c9c9b3b63843c617a8332d232ebfd", "message": "minor refactoring\n\nsvn changeset:18321/svn branch:6.6\n", "proba": 1.9588874522469268e-07}
{"commit": "3692087d3d97ed91a4ec26880476aab82e8ec476", "message": "+ChatMessage: Added some null checks & docs\n", "proba": 1.4143206783501228e-07}
{"commit": "4f13d6e73292401143f0026104f33d757653a616", "message": "Added the interface Fragment listener.\n", "proba": 1.1541103361878413e-07}
{"commit": "3f79cccfa93cb44a7de192c2bb5b4b5f850e847b", "message": "Added methods that will create the ship, get the ship class, the size of the crew, and the array of Weaponry on the ship.  Added arrary of ship Classes.\n\nThese messages are going to be fun.\n", "proba": 9.784499610532293e-08}
{"commit": "0792c1d53da1a1298ac16b129da19ae8d2241c1e", "message": "Created ProfileData class.\n", "proba": 1.2544008143322571e-07}
{"commit": "fd64833a300091fb913b361f884a148961796723", "message": "Added GcdUtils", "proba": 1.6281867942780082e-07}
{"commit": "cd8b66aad4b55e93dbf2e1175627f93004d5cffb", "message": "Display mixture diagrams\nInput format: NumberLetter, eg, 5BAB.\nBonds are indistinguishable.\n", "proba": 1.0662219210644253e-05}
{"commit": "4f026a8cf99809d715df265b2773c057aafe033a", "message": "add option to play dumb\n", "proba": 5.569417567130586e-07}
{"commit": "b63a9f256d9f5f400564877e0a5515a7b571d014", "message": "container class to be used in new IPC connection pool\n", "proba": 1.3835119716532063e-07}
{"commit": "3ed820aab894d91fa75cf9199ff700cb012b14a7", "message": "Fix sorting of Visualizers.\n", "proba": 1.5930899621707795e-07}
{"commit": "048d1a4821114330c5ab7728f69ff853f1684f0a", "message": "Show progress spinner while waiting for results in in app search.\n", "proba": 1.0306813891247657e-07}
{"commit": "176e71081b17787652c778cd115e079199dac536", "message": "am 838aa45b: Merge \"fix [4026375] SensorManager quaternion functions can call sqrt with a negative number\" into honeycomb-mr1\n\n* commit '838aa45b99f504596971063003fa8a75e89e4c41':\n  fix [4026375] SensorManager quaternion functions can call sqrt with a negative number\n", "proba": 9.196497785524116e-07}
{"commit": "287b30920102b5466efa53a2f17ed69f2c776c16", "message": "fix 1812272 SensorManager method returns hidden object\n", "proba": 2.2094121732152416e-07}
{"commit": "b850427a755a7a8a53f1f825d87063ca8be185d8", "message": "AI 143214: am: CL 143009 More work on issue #1739507 (kila-user build is too big): remove some unused application resources I found.\n  Original author: hackbod\n  Merged from: //branches/cupcake/...\n\nAutomated import of CL 143214\n", "proba": 1.0926063254146356e-07}
{"commit": "8b7a50fac66d135c5670bc8d3f8da89fcd039d9f", "message": "Better safe than sorry.", "proba": 0.00019621240790002048}
{"commit": "7823cda7a5d852743aa95b11262b3df445d3d802", "message": "Added missing exception class to the repo\n", "proba": 2.0464341332626645e-07}
{"commit": "8f99ec1507b79ae843b9154b18a7d288573e168e", "message": "Fix JDK check\n", "proba": 7.916476647551463e-07}
{"commit": "6090cac3c8f12dda0acaae857bdf49f0daac7d7a", "message": "make a generic permission annotation that can define a list of required permissions\n", "proba": 1.525541051705659e-06}
{"commit": "10df4d1ef91b453220d3a35dbc0d85a62fb47805", "message": "Don't delete command message\n", "proba": 1.441499421162007e-06}
{"commit": "0946cfcc0d8c212b5c7ab0abd5b5caab586f98ae", "message": "refactoring", "proba": 5.272031557979062e-06}
{"commit": "a559dcacfb2529aa7917deb8e8f3274b67341a59", "message": "missed a small condition, use a flag to control up || down.\n", "proba": 1.1252765119706964e-07}
{"commit": "c0aa92ad909496e291381497ac7568fd1655c75c", "message": "util.namedite.NamedItem: deprecate\n\nOnly used by NavigationItem which can now provide it's own name.", "proba": 1.046800477411125e-07}
{"commit": "318369d6f023a2bcaffcc53647653fae147f507c", "message": "BUGFIX: (no bug assigned yet) HTTP Header parsing in Archival URL and Timeline was case sensitive. Old WM was insensitive, so worked in a few places where new code did not. Now we do compare of upper cased HTTP Header names.\n\n\ngit-svn-id: 25dac4f723c7e5b42083d4a98669c37f60455592@1389 69e27eb3-6e27-0410-b9c6-fffd7e226fab\n", "proba": 2.669898321983055e-06}
{"commit": "53a06cd40ba317c907bf393d4b715041cfd0b85f", "message": "Add support for subscription to topological changes. Add the assetName affected to all events.\n", "proba": 1.0146634821239786e-07}
{"commit": "e75ca67e4fc8aa14d05923df092a68866803e9de", "message": "Initial version. JM-912\n\ngit-svn-id: 4206c2c2bb40b5782672a0d03c2c381094954de9@6750 b35dd754-fafc-0310-a699-88a17e54d16e\n", "proba": 3.982295311288908e-05}
{"commit": "e1ce86be52d014845cb8072083a89114fa29998a", "message": "VTK-1251 - fixed\n", "proba": 1.2969577767307783e-07}
{"commit": "d373b003ca357c7ef548792a2ed9b427048b81f4", "message": "Fixed dynamic converter without libs", "proba": 1.6935341307089402e-07}
{"commit": "693e06c674e37f9a66f3470630cb5e4d3cbef51f", "message": "Public so addons(ha) can utilize it\n", "proba": 1.294029630116711e-07}
{"commit": "b8aa67e2ac578dd038eef16e6a3a6d6c4c5cb94b", "message": "code changes", "proba": 3.4208010220027063e-06}
{"commit": "1f78fece8344789360414341f427f3e1ea40c792", "message": "refactor\n", "proba": 0.9999991655349731}
{"commit": "6f641adaef43a5459f459c895d66e4bb24750ed8", "message": "add sql id in blackcat log\n", "proba": 8.21400817585527e-07}
{"commit": "c776cea07aad015837cfa72701026d556a5232c6", "message": "Adding stub of ExchangeService class.\n", "proba": 1.2095964052605268e-07}
{"commit": "e775d004793022e48337f29ed6ba2e7321b38675", "message": "improving error reporting in case the input cannot be parsed.\n", "proba": 1.985709019436399e-07}
{"commit": "98903f469bec2de59d3d4af8c351f7dd7984a672", "message": "recoverHDM when isInRecovery\n", "proba": 3.575806476874277e-05}
{"commit": "6ec0e92d911778f1d16e81293c6ec93b02fd3a94", "message": "fix ResourceProvider", "proba": 4.6460402813863766e-07}
{"commit": "8a0601e2af8378a146b80bf3aed17d06f1a7cad5", "message": "Author and comments added.\nMove PhenotypeArchive to trunk\nCopyright notice changed\nObservation classes added\nBiological sample and model added.\nContains mapping to genomic features\n", "proba": 1.0896593494180706e-07}
{"commit": "7238f420abc33fb61bbea90638d9d59828bdf140", "message": "Implemented GImport Command 2\nForgot to stage file\n", "proba": 1.1886081807688242e-07}
{"commit": "f52d961de983bf8821e552bf6de9b444b6eaadaf", "message": "fix index out of bounds exception in the exporter dialog\n", "proba": 5.365806146073737e-07}
{"commit": "2d1790a428595c66db5dedd2933abf2cfc2e326b", "message": "trying to fix annoying svn problem with renaming, argh!\n", "proba": 1.394041220237341e-07}
{"commit": "bec274db15acd775c608aa0ff0cf621ad25600bd", "message": "Always prepend the indicator when texting\n", "proba": 6.495877755696711e-07}
{"commit": "7ae8c4aaa2438a7a882bda1c77c0ebe8e16df131", "message": "added push notification\n", "proba": 3.7994195167811995e-07}
{"commit": "dbbfe03f123265de84d050ac3d81e005c2eb51b5", "message": "sanic the hegehog\n", "proba": 1.24396899536805e-06}
{"commit": "37ef7367f3b08165d8b81f07e490c005a7e1585e", "message": "Added a class to hold version constants\n", "proba": 2.479105774000345e-07}
{"commit": "54ef3474dbf24694e95a960f1c5c5771cd51068d", "message": "Added problem statement for TwoSumII.java\n", "proba": 1.5012038545592077e-07}
{"commit": "6ceb98cebef51d2939b984c8ad149ec903970e89", "message": "Changed Green's warriors to debug warriors", "proba": 1.7831521859079658e-07}
{"commit": "d2b0b12090f91702cf9db738b78b7c68b33a3e57", "message": "Adding Unit Testing\n", "proba": 3.0781549753555737e-07}
{"commit": "353e39705c6267ee8641bc9e5b0c357fd8208d71", "message": "Add test cases for complete and abandon task from the offer help table on user_profile page\n", "proba": 1.775021246430697e-06}
{"commit": "3ec1f1874919b432d9be9c8dc4ea077cd920debb", "message": "initial import", "proba": 6.214378913682594e-07}
{"commit": "f10a26ffba366b6944967ff114b878ba2d308f7d", "message": "simple test\n", "proba": 2.4650271370774135e-06}
{"commit": "79dbb16d272013dec3341e129be921006c6183b9", "message": "Create StringStack.java\n\nAt the time I started this project I had recently finished my data structures course at SOU. There are stack classes I could have imported, but data structures was such a fun course I couldn't resist revisiting it.", "proba": 1.2837782037422585e-07}
{"commit": "25bbfda2442e6d8f55bdc8e2dd0eca18b0ba594b", "message": "am 485d577a: Merge \"Fix BluetoothAdapter Connection change intent doc.\" into honeycomb\n\n* commit '485d577af1b410769e1a364d8e2bf7837fb313b0':\n  Fix BluetoothAdapter Connection change intent doc.\n", "proba": 2.929640459115035e-07}
{"commit": "74a6e280072485bce95d329b6a4dbfed58c89873", "message": "Fix the build.\n\nUse correct javadoc in BluetoothHeadset.java.\n\nChange-Id: I17b4cf570036ebf426252229fe9ef377ced9b67b\n", "proba": 0.0002399113873252645}
{"commit": "41b45d1a4fcafa4f382d6aec58f0cdf95fe3c5ec", "message": "Need a registry\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@244838 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.1004708539985586e-06}
{"commit": "326d1d0bcf1850ec07efef1ee4bb8402cbf8d021", "message": "adsadmob\n\nsdfdsf\n", "proba": 8.401910599786788e-05}
{"commit": "040c16dbc614f8659feeb09deccb5f29a5b45645", "message": "Whoops\n", "proba": 4.2974872371814854e-07}
{"commit": "3abea49ef65197fec5a2605a58c9af665cd807a6", "message": "New test case for SF bug 2515908.\n\ngit-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@10552 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 5.3149731684243307e-05}
{"commit": "a6ad750b10e1a83101557df49565ed914620e986", "message": "Fixed type adapter issue (adapt collection of simple types)\n", "proba": 1.0506811065624788e-07}
{"commit": "d45d88125b43d2b65eb64c352e847097e53ffb13", "message": "\u589e\u52a0quartz\u5b9a\u65f6\u540c\u6b65db\u5230es\u6570\u636e\u6d4b\u8bd5\u7528\u4f8b\n", "proba": 2.483540413322771e-07}
{"commit": "a5e96dd109637a79c142ab6906782e40aaea051a", "message": "Allow specifying the JDBC url in a file in the db directory for easy migration\n", "proba": 2.1744241962551314e-07}
{"commit": "c1a4bc32f99ddbfac75c79e0d505d297c87b0480", "message": "add parallelism to scrubber\n", "proba": 1.4519700926030055e-06}
{"commit": "0afb1e3672406034873110c6200a16aef709a7d8", "message": "Catch exception for missing legacy paths and print warning instead of bailing\n", "proba": 1.5527942309745413e-07}
{"commit": "f54286c016dd68333601f409c8502ec5b4b7dcbc", "message": "\u5b8c\u5584PDF\u529f\u80fd\u3002\n", "proba": 2.0736612782457087e-07}
{"commit": "a19f8d8c1d9316795d3f43cae8de15ff6ad56300", "message": "import WebimHistory\n", "proba": 3.2838710239957436e-07}
{"commit": "449ed66c4f46284a8153d98def202b08828946a6", "message": "Create 9.7.java", "proba": 0.0017290035029873252}
{"commit": "28ae70ceac7d8295c3ba0dbd644c5cef56dc72b3", "message": "am 23a813e1: am 996de2dd: Merge \"Avoid using String.format in MediaRecorder\"\n\n* commit '23a813e17d94083c24a34559864722c809b4e0f7':\n  Avoid using String.format in MediaRecorder\n", "proba": 3.3015061262631207e-07}
{"commit": "ba78609b0ab5870f8785940000bf689fa07cfe6b", "message": "Use the new WorkerExecutorInternal method from core\n", "proba": 2.322919812058899e-07}
{"commit": "b0b4f19e93a84752421944814924e97b4d62a126", "message": "slove 'Aufgabe 3'\n\n", "proba": 2.13817884286982e-07}
{"commit": "a5865131bbec988fb6335fbfbd60ae0fb5947743", "message": "Create   Add to List 83. Remove Duplicates from Sorted List.java", "proba": 1.55587599692808e-07}
{"commit": "f2b4a15e18d2d91169f9ca882ca8a26ecc8dd8dd", "message": "am fa9a38c5: am 6ab94608: Merge \"CallManager: add setAudioMode()\" into gingerbread\n\nMerge commit 'fa9a38c566d09a4c891d584ed3d3af9690967b31'\n\n* commit 'fa9a38c566d09a4c891d584ed3d3af9690967b31':\n  CallManager: add setAudioMode()\n", "proba": 4.93073173402081e-07}
{"commit": "6b79577e1093e6b3b2152bd54787dc3cd01cb860", "message": "am 977e8ec8: am f522e095: Merge \"Add wrapper method to GsmAlphabet for API compatibility.\" into ics-mr0\n\n* commit '977e8ec81071a7110be3357d28d067f62abd80d6':\n  Add wrapper method to GsmAlphabet for API compatibility.\n", "proba": 2.580228510851157e-07}
{"commit": "58c0246a9fbd9ae4e03b962332f5b7bc0c1794ee", "message": "LCDOutputStream.java from NXT\n", "proba": 2.9339425964280963e-06}
{"commit": "33841aa57b49feef213300210d92885077bd06b9", "message": "create user entity\n", "proba": 2.7928413146582898e-06}
{"commit": "c12a39f1f8f2dcf56df31dd6e92f7bba5352852c", "message": "Added a few convenience methods", "proba": 1.2755455713886477e-07}
{"commit": "9a0ae4dbae07086476e8b09de7ef1f6ec8f4fade", "message": "am c5e37f83: am d14816b6: Merge \"Eliminate misleading warning.\" into lmp-dev\n\n* commit 'c5e37f83e27b2c42bac9ba047a2d6818cc11c70a':\n  Eliminate misleading warning.\n", "proba": 9.679980621513096e-07}
{"commit": "cf63170076c29b3b201b496a84a48022e92e60a8", "message": "am 10053611: am 4f1f8ec4: am 40a640a0: am d14816b6: Merge \"Eliminate misleading warning.\" into lmp-dev\n\n* commit '10053611de4ab99f10fe2403e2e7ed601ec73209':\n  Eliminate misleading warning.\n", "proba": 5.900816972825851e-07}
{"commit": "08f99b6949bc2a7bf5f337f0accd2a267ea61281", "message": "am b7145b14: am b7ee0ba4: am 7da9d7aa: Merge \"apply force hiding of window only when it is main display\" into mnc-dev\n\n* commit 'b7145b14d68c22b5237f8bd2a297695125b21f3c':\n  apply force hiding of window only when it is main display\n", "proba": 8.261262109954259e-07}
{"commit": "8a47009ebc0de11f727eb91ce49209580500fa7a", "message": "add problem 2573\n", "proba": 0.002109208842739463}
{"commit": "678aef4125e9d56f2cc2362e71c921bf596ca903", "message": "am f33c0f85: Merge \"CalendarView rendering: use R.styleable to find attr.\" into mnc-dev\n\n* commit 'f33c0f8516768b0259c750fdb14946f5a9b68647':\n  CalendarView rendering: use R.styleable to find attr.\n", "proba": 1.301755787608272e-07}
{"commit": "3e4f97e92e08f1299bcfb8b8b56d523484166266", "message": "Delete _Parity.java\n\nremove old bit parity solution", "proba": 1.4930911902411026e-06}
{"commit": "3bfe9c70be05c2e616a7547c699fc5ae5cef168b", "message": "Create Soccer.java", "proba": 0.3497982919216156}
{"commit": "93161bf7a765297c4a4950a622d331596d008349", "message": "Create Kadane.java\n\nFind the largest sum of a contiguous subarray using Kadane's algorithm\r\nFind the contiguous subarray which has the largest sum", "proba": 0.00022699184773955494}
{"commit": "acae17f324764a210a226a84e9f5d8978c84f261", "message": "Restart VM conf a.k.a Pointers\n", "proba": 3.343250227771932e-07}
{"commit": "04cebe98fa5045974120dbf06ec09f2141348b23", "message": "Flow control added for CP2102 driver\n", "proba": 1.370022459923348e-07}
{"commit": "fb99d1183001949dc21217d001179bb4ab18c3f5", "message": "Missed a file.\n\ngit-svn-id: 9326b53cbc4a8f4c3d02979b62b178127d5150fe@1778 c7d0bf07-ec0d-0410-b2cc-d48fa9be22ba\n", "proba": 0.00013712576765101403}
{"commit": "742e099ee3d562b24e3475bf60869496b237463f", "message": "Binary Tree Maximum Path Sum\n", "proba": 7.947681297082454e-06}
{"commit": "f092f72f1247c7ded1d093d4dbfa759351c2a34f", "message": "EchCatalog", "proba": 7.286577670129191e-07}
{"commit": "1afaf55b47166ce41f0f75d24abb563d662edd07", "message": "added Kata5\n", "proba": 1.433707836895337e-07}
{"commit": "7d42a3a16e06c51a3a14eadbed49b2417990ad3a", "message": "to launch Chrome\n", "proba": 2.864934742774494e-07}
{"commit": "69e0cd994bd04de4e163d6f02096e2266608f888", "message": "Adding BeanInfo for VerticalLayout.\n", "proba": 1.1731349047749973e-07}
{"commit": "561266e56529de36be5369ed75e66320612dd6a9", "message": "Fixed a known bug causing infinite recursion in XYPlot. Sourceforge tracker bug id: 3309326\n", "proba": 1.4178642970819055e-07}
{"commit": "f545bf6e8ee1bb96dd715956056d4d74a2df887f", "message": "Fixed #575 (issue with merge-base always returning the current head commit)\n", "proba": 1.0105804193472068e-07}
{"commit": "6ac2014103dfd196dd06172c78636ea9cff0e9b3", "message": "Add api wrapper interface.\n", "proba": 1.3986407054744632e-07}
{"commit": "5fc6b9dc24433a480b410126fb291e5b30378248", "message": "The 2016 ACM-ICPC Asia Daejeon Regional Contest #B: Football\n", "proba": 1.5192703983757383e-07}
{"commit": "b0aaf9c76b53b215badbaaa531df66e4e9517bae", "message": "DisambiguateProperties: cache the results of getTypeWithProperty\n-------------\nCreated by MOE: https://github.com/google/moe\nMOE_MIGRATED_REVID=108175809\n", "proba": 4.796891630576283e-07}
{"commit": "44cfa4604325efe542405e0b0aadc819050b3f25", "message": "Solution to #182 [Easy] The Column Conundrum", "proba": 3.2997149901348166e-07}
{"commit": "571d67aae5aba71306473120826f01f4e920221c", "message": "Implemented another clustering Algorith\n", "proba": 0.00044537970097735524}
{"commit": "c69f5f5559636fd8e11f18bfc740a9c5fc022225", "message": "class to price path from UFABC to USP\n", "proba": 1.2153617490184843e-07}
{"commit": "b37553ec6b7badc5b6ff672531b929078f8c67f4", "message": "Introducing utlity to help handle multipart file reading more cleanly", "proba": 1.0599805477795599e-07}
{"commit": "61f4b37e9b6158960717fd728f9e5f9d4b94c680", "message": "add MessagingServiceMBean.java\n\ngit-svn-id: af0234e1aff5c580ad966c5a1be7e5402979d927@1001568 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.573990845026856e-07}
{"commit": "412ca5ff769ebe7a5a91dff1719063e2128176fa", "message": "Added 292 Nim Game\n", "proba": 1.2546233563170972e-07}
{"commit": "7445a0f725e6f9bd4d71c9f5e954e0a791b02a26", "message": "Added java version\n", "proba": 2.4297139589180006e-07}
{"commit": "5ce13c0f7a2ffbe96ef628ec9ad333cfa2203630", "message": "Add new test case for OctetString validation", "proba": 3.441155627115222e-07}
{"commit": "a827bf00381376d422f183f51a67a49babda21cf", "message": "Revert \"Bugfix\"\n\nThis reverts commit 4bf9ca947bff0561d4f296ff3019b583783e912b.\n\nNote: It works on my machines and this patch introduced compile\nerrors. Therefore, I'll revert it and will look into the problem\non your machines.\n", "proba": 1.1479893657906359e-07}
{"commit": "19e96c00dca2408a6afc8e085b99afdc158aad78", "message": "create a new Document class, for holding multiple sentences\n", "proba": 8.876881111063994e-06}
{"commit": "42055f6e2e0af346b4332e1bc886ab364dec3c89", "message": "format code\n", "proba": 6.055130870663561e-05}
{"commit": "233df9857bfa41ac483124095c870cae582b4a46", "message": "save changes back\n", "proba": 4.2796960997293354e-07}
{"commit": "143475b94987dfff9baef03648d4cd54e6420fad", "message": "\u65b0\u589e\u4e86Swing\u7684\u767b\u5f55\u793a\u4f8b\n", "proba": 1.3954031885532459e-07}
{"commit": "3b28cb226596954b6aac57f161dfa4f001182c88", "message": "Topology \u63d0\u4ea4\u5de5\u5177\u7c7b", "proba": 3.441766125433787e-07}
{"commit": "8dec9ed6e8a11d155a35ae27cc0b72c5d4979ff2", "message": "method added to get executor queued items.\n", "proba": 1.129971636260052e-07}
{"commit": "9c423df8a8dfa0d9d0d82cb255ab30dc0ef615fe", "message": "Formatted Configurator", "proba": 6.2831480818204e-07}
{"commit": "7a3ecde25b1495b59e679260179d224b3036848b", "message": "HTML\u683c\u5f0f\u5316\u5de5\u5177\uff0c\u5c06\u751f\u6210\u7684HTML\u7247\u6bb5\u53d1\u5e03\u5230\u7f51\u7edc\u4e0a\u7684\u535a\u5ba2\u3001\u65e5\u5fd7\u4e2d\n", "proba": 1.355955561166411e-07}
{"commit": "da09256814831f12483722e68b2809040940926a", "message": "Added solution to the write to windows event log problem using java\n", "proba": 2.5485411470071995e-07}
{"commit": "550b7826ae5d608e382eecc26b69f71525fd3688", "message": "Revert \"Delete FuncionarioTest.java\"\n\nThis reverts commit 3aff5d8b6df252ebf836048d83dbf519680bbfdc.\n", "proba": 1.2274665550648933e-07}
{"commit": "18c4022b25cf555a8056c93735e4ff15cf2689ed", "message": "Test3 Intersection of two segments\n", "proba": 4.079892335084878e-07}
{"commit": "f7ae8d727bb88e73fbe8087f7385e7cb31b7292d", "message": "Fix the CSL theme support inside VectorDrawable's fill and stroke\n\nb/26774249\n\nChange-Id: I9a9fcdb0e88c4b46ab86c6b3fd780d40b96024db\n(cherry picked from commit 15cc49ae521699b70e3b011768b2ae58a7a9b2fd)\n", "proba": 1.4589544150567235e-07}
{"commit": "478bcea927048581bfa34c569739b59a38b1afe4", "message": "Created and worked on Responder class\n", "proba": 1.3082897964977747e-07}
{"commit": "71b90dcd6bb941b3f9529a03d358c2ea9e65e1c1", "message": "messageHandler class\n", "proba": 1.2748855624522548e-06}
{"commit": "c1e971528d6c9da6d2d6fd47580cc783d2557880", "message": "create ContactsOpenHelper as connection between the app and a SQLite database where we store our contacts then\n", "proba": 1.102182238810201e-07}
{"commit": "cc9d6b91e5d0a280167305105d3889f86e743e97", "message": "- fixed a drawable name\n", "proba": 2.3819193017970974e-07}
{"commit": "d8aeed2909cce88dbd3f76c88a6689ce20fa06a8", "message": "add standardinquiryanswer class.", "proba": 1.5596121727412537e-07}
{"commit": "58082119755b65d3f8da63e590b4d104e27e7dfd", "message": "Bug fix\n", "proba": 5.465154799821903e-07}
{"commit": "a351386465bf9f8a314711ec73f86ee0392a64a6", "message": "am d6dfeaaa: am 0939dd1d: Merge \"Define FLAG_BEACON in android.media.AudioAttributes\" into lmp-dev\n\n* commit 'd6dfeaaa4eeb2d50bc7eb829a488115aedf5a892':\n  Define FLAG_BEACON in android.media.AudioAttributes\n", "proba": 5.909253104618983e-07}
{"commit": "18913ce07d566f08a921e551acb3389d34528398", "message": "Added Java array sorting\n", "proba": 1.4269637915731437e-07}
{"commit": "7078d3eb82135287a50794fbe1ee5026474e326c", "message": "Adding new activity class to choose truth or dare.\n", "proba": 1.0688973617334341e-07}
{"commit": "ed4885a3b9b801ab1c85936a04cbf6ddbca22b3a", "message": "Update NavigatorView\n", "proba": 3.8617588415945647e-07}
{"commit": "7ef7b1e90fb6a5e1fa80366db0657c1724b8b934", "message": "Made the interface more generic.\n", "proba": 1.2163474139015307e-07}
{"commit": "a502efc616a9ff78cfe59b65852c27916b48011f", "message": "INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED\n2003/05/09 11:26:51 jsc 1.1.2.1: #109045# insert new and remove example zip file\n", "proba": 1.3393737674505246e-07}
{"commit": "76f0be4e5d1868a3244ed039bf2fbfca79619e31", "message": "se comenta metodos con la clase Comentario\n", "proba": 4.340488430898404e-07}
{"commit": "80d46d78ab44669139f3210f76636165bb34fa16", "message": "start MI before starting tmm modules\n", "proba": 1.7027196008712053e-07}
{"commit": "902cac575d933dafb6d0d97c44b9a586e10cd90d", "message": "Create InterfazRegistrarMiembro.java", "proba": 1.6592659449088387e-05}
{"commit": "77c96c981e7e2820b028b6b9bc18272edae59d95", "message": "new SpeechMarker implementation that is much quicker than Sphinx' implementation.\n\n\ngit-svn-id: 0dc367cf2a1f0872b31aed51a516e91b94972fba@2015 19460358-522e-0410-942e-fdb976ae3ca2\n", "proba": 3.972669446739019e-07}
{"commit": "decf2088e5ba7afc70c3e1580354c3c133d7ead5", "message": "fixed compiler warnings\n\n\ngit-svn-id: 40f70788afc64a734d8b91520bec53ae21e7042f@467033 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.151136856009543e-07}
{"commit": "8dae3dd4113d0c404e049e05c581fae0a71afe0b", "message": "Rollback r1618650.\n\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1618872 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.003071460174396634}
{"commit": "b8bc2fdaa810628b2c9366ae4f6ae43a2261a50b", "message": "AsyncTask\n\nFoto opslaan gebeurt nu in Asynctask, waardoor we geen delay meer zien\n", "proba": 1.4112944768385205e-07}
{"commit": "f961b523dd5a5d3b747a8626f0ec9e484da07c38", "message": "Notifications by date\n", "proba": 4.403861453283753e-07}
{"commit": "a8169060a09e3ff7751eb9a3ccba9cbdf674d38a", "message": "For the moment disable instrumentation of relective sends\n\nSigned-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>\n", "proba": 1.1138118338749337e-07}
{"commit": "29949c8f446a71133f435267a4e029ca9e807a5e", "message": "Add string utils\n", "proba": 0.9999772310256958}
{"commit": "1e8b7172a50e7de752042b30749990a4ca25d7f6", "message": "WIP example for testing interval painting\n", "proba": 1.5332319946992357e-07}
{"commit": "d46947ce0d13ec72a70c65089a4b2fd38ca5bee5", "message": "Home Screen java file", "proba": 5.51102971257933e-07}
{"commit": "86949bd046d5f2919e43c3e52eb2fa1799db7e40", "message": "add testcase for issue #1165\n", "proba": 1.5114578388875088e-07}
{"commit": "80f0ec0643e7473ae1a13e5f56485ce265dce983", "message": "PersonListPanelHandle: Change access modifier to private\n\nPersonListPanelHandle contains a class variable and class methods that\nare not used outside of PersonListPanelHandle.\n\nMethods and variables that are not used outside of PersonListPanelHandle\nshould not be exposed outside the class.\n\nLet's change the access modifiers of a class variable and class methods\nto private.\n", "proba": 1.384974694929042e-07}
{"commit": "9b251dc66a7c87b049ab0e75fb4036c77d4dce1e", "message": "added file for global OCI constants which makes it easier to maintain\nand change global framework parameters", "proba": 1.417904940126391e-07}
{"commit": "f81da9e3b76cb032e5053d70b529e2e1527b1b4a", "message": "Sovled 1.1.10\n", "proba": 2.432978760680271e-07}
{"commit": "25c2e52f6267c28ab0fe912852d4d10a0178faca", "message": "Suppress generic warning (calling non-generic library)\n\ngit-svn-id: fcb96405f524e58102223a92a15e3e8d08e11241@1465042 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.017667263018666e-06}
{"commit": "294c16e98892aa78f2db56ab41481a8ceab1a133", "message": "Added Environment\n", "proba": 2.1650176051934977e-07}
{"commit": "4d088f98e91cab39d2c4f8b5de4ba9ede5ae024c", "message": "add 235 LCA of BST\n", "proba": 0.9984475374221802}
{"commit": "15d484a7ef1e8f418281af3f6a393ff97729a1f5", "message": "am 06798769: am 7305f416: Merge \"Quietly handle EGL_BAD_NATIVE_WINDOW errors\" into froyo\n\nMerge commit '0679876997a5523a7539b8fe2c74a39434b17820' into kraken\n\n* commit '0679876997a5523a7539b8fe2c74a39434b17820':\n  Quietly handle EGL_BAD_NATIVE_WINDOW errors\n", "proba": 8.204752703022677e-06}
{"commit": "800efd75a37e6092768cf5b3c24244a1eb100e43", "message": "Changing onClick name\n", "proba": 3.2835091587912757e-06}
{"commit": "823aef90615301d3068531919e0f456486884b23", "message": "Finished kata Color Ghost.\nhttp://www.codewars.com/kata/53f1015fa9fe02cbda00111a/solutions/java\n", "proba": 1.3361052708660281e-07}
{"commit": "71bf301665b184dcfd1f14a312abe1a0fd263c6b", "message": "remove duplication if..then..else statement\n---\ncommited by Maxim Nikitin (aka Gadge+)\np.s. my first commit! xD\n\ngit-svn-id: a91d99a4c51940524e539abe295d6ea473345dd2@1296 e6edf6fb-f266-4316-afb4-e53d95876a76\n", "proba": 0.0003979178727604449}
{"commit": "317ca643f6a96666647ffed22b60349fac5c6fbf", "message": "Added pattern sequences\n\ngit-svn-id: ba81b6bd3dd9830eeafada3de57364a31f808d18@4518 59f64563-22e8-0310-8d2c-98a15e1539f2\n", "proba": 5.292375817589345e-07}
{"commit": "a94c220f71e9d34612f8e849031892a13a110f85", "message": "first version of refactoring.\n\n- Added a new streaming context to avoid data processing and actions.\n- Refactored configuration to a new configuration context.\n- Fixed cassandra insert errors.\n- Small refactors and issues.\n", "proba": 1.1614794459546829e-07}
{"commit": "dc89438af812d32ee23982b26ca400fb5079a814", "message": "extends PotentialMolecular\n", "proba": 4.26479232373822e-07}
{"commit": "200e43cf13b4bdd1a7eee62803e602282b267f39", "message": "Calendar converter added\n", "proba": 2.9170030302339e-07}
{"commit": "960667170f7cde5eed80c5ca5ad16dd655a76fdb", "message": "Update LinkedList Demo 1.java\n\njava", "proba": 5.02706086535909e-07}
{"commit": "5b062231e482765487f7e766dffc7556491ef6c6", "message": "\u65b0\u589e\u65e5\u671f\u5de5\u5177\u7c7b\n", "proba": 3.6378719414642546e-07}
{"commit": "0465030354dc19b016bcbd0d1415f5c9d11f102b", "message": "Create HashUse.java", "proba": 7.118815688045288e-07}
{"commit": "b1416ad0be8d493e2088a95810e41c24a0eb57e6", "message": "Added mutable long test\n", "proba": 1.879316329223002e-07}
{"commit": "955c3d0a3cf1d7b413f6e874fc01dd8b5f84830f", "message": "No need to parse user name twice with different methods\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1366720 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.005429867189377546}
{"commit": "53da0163dc33f29d59cee5978f91732cac7b756a", "message": "Update PermutationFinder.java", "proba": 3.284848162365961e-07}
{"commit": "1f5818aa2811431a3b79ceb865bb2fdaa3fd0abc", "message": "Create LogoutCommand.java", "proba": 2.9120017188688507e-06}
{"commit": "1c81af61d986752a7fcf257e1bcfe6958d20d7ed", "message": "Added SLAPI.", "proba": 1.28258506038037e-07}
{"commit": "52468cbb83c3c69cba8e1b1fffc869799cff9590", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "c2437c90bf8d462875ff2b9a3170a9ede02ea660", "message": "Add helper for building selection clauses for sqlite database\n", "proba": 1.884860694190138e-07}
{"commit": "105d5b706eba4746b16bc3088dcd30ccc6c100b9", "message": "added UI features\n", "proba": 4.154595956151752e-07}
{"commit": "cccf3c51d0aa5cb207ac0a4360d95978a4655c89", "message": "Add Accordion as GUI element\n", "proba": 6.932970677553385e-07}
{"commit": "f66f72f30e4a9e95a961fe393c07cc220a6fbdde", "message": "\"Fixed small bug with cheat code.\"\n", "proba": 1.2320957409883704e-07}
{"commit": "69868f08bc6d83230a646466d94dd6468357d2fe", "message": "Create Cap.java", "proba": 1.1062012390539167e-06}
{"commit": "01e5cf9ddffa2d2b11d2c8ece58ab4f734a597d9", "message": "am 940335ba: Merge \"resolved conflicts for merge of 1dac6bd9 to mnc-dev\" into mnc-dev\n\n* commit '940335ba5b68f3382d7b42ba4fd781c8120bc370':\n  Wear doesn't need Shell to send notification when bugreport captured.\n", "proba": 1.1160915391883464e-07}
{"commit": "d357290b22c7fa62aee17ec3873d84a9096c3a91", "message": "Issue #4603 and #4604 add Authentication\n", "proba": 1.5663525232412212e-07}
{"commit": "4a0b45d678341dd16d07ed5f8cfbcf2bf1f08e1f", "message": "Finish harvesting resources\n", "proba": 2.101483147498584e-07}
{"commit": "21ecd82ac23b38a49d5ea543df93ba8af8411e0d", "message": "Fix ReflectionHelper.findMethod #204\n", "proba": 2.56694050904116e-07}
{"commit": "7adf10e3866598b5feea003c8c9876371bdcab3e", "message": "copy missing class\n\n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@542221 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.5275683128711535e-06}
{"commit": "27a65247427d704ad98b1265bbf3a6be101a94ba", "message": "Keep native callbacks when primary SQLiteConnection is recreated\n\nWhen a database was ATTACHed/DETACHed to a database that had Write-Ahead\nLogging enabled, the primary SQLConnection was recreated but the\nregistered native callbacks were not restored.\n\nChange-Id: I8787fee78e68197ae472e05cc694d11381defa71\n", "proba": 1.3188014236220624e-05}
{"commit": "fc50750c2d2a47a9b3f77b0beb3030db0153d62e", "message": "am e03ff19d: am e646f943: am ca7b1210: am ea56499d: Merge \"Potential NPE in SQLiteConnection\"\n\n# By Sylvain Becuwe\n# Via Android Git Automerger (3) and others\n* commit 'e03ff19d72bc9579321e0ff50257e803f645de73':\n  Potential NPE in SQLiteConnection\n", "proba": 2.200932840423775e-07}
{"commit": "2c892a65419dd87f7f0e6cc46695847486235457", "message": "am 38012dba: am 0623bc8a: am 85f4b7b3: Merge \"Fix block mode numbering (CTR got added as 4 rather than 3)\" into mnc-dev\n\n* commit '38012dba5c2f417e25b8d6aa23e64dd5bf987bea':\n  Fix block mode numbering (CTR got added as 4 rather than 3)\n", "proba": 4.671066164974036e-07}
{"commit": "89044c403a18d4efd76b55ad7989bdd90d4e2fee", "message": "DefineStage: allows defining values that can be reused later in the scenario\n", "proba": 2.3141372196278098e-07}
{"commit": "122f77de2bdf0272a926c4945379af3672e77bf8", "message": "Forgot to run formatter.", "proba": 1.2299895502110303e-07}
{"commit": "47a3752e39aff43be32a384a0957c3433d59b454", "message": "add solutions\n", "proba": 2.413120455457829e-06}
{"commit": "0056bb62486349aa62680309df133d1a7287e5f2", "message": "none: clean up crosshair/marker code\n", "proba": 4.3888499931199476e-05}
{"commit": "a5ecb35fa52349b7b67b15fc71f655f38136933d", "message": "Widgets - get lastupdated widget to display. PT test results, remove testJob names in widget options\n", "proba": 1.3155940337128413e-07}
{"commit": "ce2a2ffc6775581128cefaa99100097e555ea552", "message": "am 785aaa2d: Merge \"Add more testing for native libraries\" into jb-mr1-dev\n\n* commit '785aaa2d19c690248dfdb5db6e589474192709cf':\n  Add more testing for native libraries\n", "proba": 3.494226064049144e-07}
{"commit": "5f917b370aca6b91181baec97c58fff6822264a0", "message": "Can now copy the file from the server to the cache folder\n", "proba": 2.659550375483377e-07}
{"commit": "f2ee67e57b7f07fb78514195bf44f7163b7007da", "message": "am 4b0b6095: Merge branch \\'eclair-plus-aosp\\' of ssh://android-git.corp.google.com:29418/platform/frameworks/policies/base into eclair-mr2-plus-aosp\n\nMerge commit '4b0b6095551bab9b9504fa581968632df9c62960'\n\n* commit '4b0b6095551bab9b9504fa581968632df9c62960':\n  More fix #2163209: alarm clock rings but is hidden behind lock screen\n", "proba": 1.634590262256097e-06}
{"commit": "a9f8910beb1d51789fc34e352c7647c4bb1ab202", "message": "Simple recipe that just passes an object through\n\ngit-svn-id: c55cfc7c8893d43c3333f2d886128b43c8520716@380541 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.6203640775056556e-05}
{"commit": "54a4a41a60ea6c32787dcf16522053cd192b90cd", "message": "Make ActivityManagerService just kill apps when they crash on headless devices.\n\n", "proba": 1.1629114027300602e-07}
{"commit": "e1b4437dba7c33566af55d4e5d27d35729678684", "message": "Revert \"Fix content provider\"\n\nArgh!\n\nThis reverts commit da706900f45dca82d89f090e4e52fa5d1772c495.\n", "proba": 1.1904118935035513e-07}
{"commit": "6581043a44ab46a47f09080eeb7c9fc9d0a2d0c0", "message": "am 7311bd4b: Merge \"Print out memory info when we get into a low memory situation.\" into ics-mr0\n\n* commit '7311bd4b709750384b058d8e988e2e983c97b3f2':\n  Print out memory info when we get into a low memory situation.\n", "proba": 2.9485788672900526e-06}
{"commit": "834c236c409f36fc39841af9df233b4c5ebe6ce3", "message": "Removed some left over log spam.\n\nChange-Id: Iaac41b7202b7634185bf522dfab36832c4830bba\n", "proba": 1.0927956282102969e-05}
{"commit": "023da538a2e8e31ad101fdb14bea9a653eb8f5c0", "message": "Fix lifecycle bug in when calling positionTask\n\nSometimes the resumed activity from another stack gets positioned\nBELOW the top activity of the current stack. We need to carry over\nthe mResumedActivity to make sure onPause is called on the moved\nactivity.\n\nBug: 28235047\nChange-Id: I09e6b032cd8d0b00dc5fdd06bec68e53c25aae73\n", "proba": 1.4912291590007953e-05}
{"commit": "63f10904a17db79cc8da08ff904d45d6d1cf0862", "message": "Add optimizations to keep TaskPersister queue small.\n\nCTS tests cause the TaskPersister queue to fill faster than it can\ndrain. Since it contains screenshots this can consume massive\nmemory. Monkey may also cause the queue to back up.\n\nSeveral optimizations are added to drain the queue when it gets\nlarge:\n- High water mark to recognize when queue gets too deep. Queue is\ncompletely drained at this point so that obsolete files can be\nremoved from storage.\n- Use Thread.yield() to give the TaskPersister write thread some cpu\ncycles.\n- Remove images from write queue when TaskRecord is removed from\nrecents.\n\nMay fix bug 17177273.\nMay fix bug 17381033.\n\nChange-Id: If21c03c8f380e5f6816cf4701a40fcfe34ace3f1\n", "proba": 2.710417220441741e-06}
{"commit": "f0be1d89bf1cf5592ea1786d837f4f2329bdf66d", "message": "Add some logging to NDC.\n\nWe're getting some lockups of netd and this can help point us\nin the right direction.\n\nbug:5864209\nChange-Id: Id8bdb0a758c5b161e0143de61b5f39c3a982e329\n", "proba": 7.421814984809316e-07}
{"commit": "87561d253999a1a5cd023f25a30d7434bf8cb212", "message": "am 06e601f9: Merge \"Add some logging to NDC.\"\n\n* commit '06e601f91bb83ca423248ac2ebaa83f9748c6a0d':\n  Add some logging to NDC.\n", "proba": 1.3617508898278174e-07}
{"commit": "05c8e570379e1708e12a04aafa2929d26d263a61", "message": "static fix\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@5008 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 3.384574029041687e-06}
{"commit": "b85557b76702d71b14227c3c41f8228f74379141", "message": "Fix for missing segments\n", "proba": 0.0023402192164212465}
{"commit": "56876fbbb15e1cceca46a39d313e47e267e4f603", "message": "code lab Bulbs\n\nChange-Id: I17185bd8aa6a5d5dc4dbad3d2b4989fb3a12ba04\n", "proba": 7.790607128299598e-07}
{"commit": "f3b468cb5bfc6da6c4f2922cd7de4bc4b88f2b7e", "message": "Using StringBuilder\n", "proba": 1.0222213404631475e-06}
{"commit": "100a1118f3823e6345275dd8d1273aaa13cb4cfb", "message": "Android\n\nCalculator\n", "proba": 2.6520685878494987e-06}
{"commit": "277377e3aad2905c6a27994423dcfdade257e99b", "message": "Helper class for SQLite database\n", "proba": 2.921474049344397e-07}
{"commit": "e120e75c13c889e75c895a89e4e8baaa452305ba", "message": "Add CONNECT to enum MessageType.java\n\nCurrently used when client connecting to the server.\nProbably used for something else later on.\n", "proba": 1.0100235670051916e-07}
{"commit": "801d0fdefddef6a6ab4a4b4f5602872c5a806478", "message": "Bot Class with JsonValue for writing\n", "proba": 1.2594209408689494e-07}
{"commit": "803af0b31604438bfbdbc248882a23201a6b19f6", "message": "Initial version.\n\n\ngit-svn-id: 6c0206e3b9edd104850923da33ebd73b435d374d@620906 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.211787695065141e-05}
{"commit": "19a0bbcae3d685ff9df83472c77fa7556bb42d69", "message": "Add class Locales for explicit locale switching.", "proba": 1.1326947912948526e-07}
{"commit": "6bb97c33f676f5779f799f40b869a302f0d908c9", "message": "Command name validator. Issue 2611\n", "proba": 1.5352950413216604e-06}
{"commit": "191e98013ee4b55ad029992ff57e0b4125566377", "message": "Create CobolSerdeException.java", "proba": 6.495623665614403e-07}
{"commit": "797d312afe345b8398827b37691bd07eb0c8c9b8", "message": "The action class for GenePattern integration.\n\n\nSVN-Revision: 4476\n", "proba": 1.5321809598844993e-07}
{"commit": "3884d4dbebeaf2d288b6f41c84117c24e360f93f", "message": "First test", "proba": 9.139291705650976e-07}
{"commit": "9aca8500a66b5dacd7162b5cc5156ce158e2dd79", "message": "Added missing UsecaseAuthorizer after separating API from implementation (sorry)\n\ngit-svn-id: c334bb69c16d150e1b06e84516f7aa90b3181ca2@407253 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.282113081899297e-07}
{"commit": "758040ed58e9bca0c370af793df1682b764efaaa", "message": "Logging tweak.\n\ngit-svn-id: 4206c2c2bb40b5782672a0d03c2c381094954de9@3947 b35dd754-fafc-0310-a699-88a17e54d16e\n", "proba": 2.1644820662913844e-05}
{"commit": "b3a9438ee9ba570d46b06ca64b98b6943f560cde", "message": "Add a package annotation to gui.\n", "proba": 1.2737028498577274e-07}
{"commit": "72c4cf2cebf73942ba38987e9aca7dcd59ac695c", "message": "Create RandomInt.java", "proba": 2.7827861686091637e-06}
{"commit": "5401f0b87b9bdcd603c55871a37fff07ab3054d7", "message": "Fix wifi bring up at boot up\n\nBug: 5719176\nChange-Id: Iac879fc634f6ab6289b73c46931d754bc0af2f87\n", "proba": 1.713066922093276e-06}
{"commit": "d9dc7fe61e0daaab6c19189904082436b34747a1", "message": "am c34306e4: am 97ff7893: Merge \"Fix wifi bring up at boot up\" into ics-mr1\n\n* commit 'c34306e46e0f53a9478216c2d5fd3129a3bc6f8e':\n  Fix wifi bring up at boot up\n", "proba": 6.303518489403359e-07}
{"commit": "edd2bd13194958901d338ca0b363ec7e810202d1", "message": "refactor\n", "proba": 0.9999991655349731}
{"commit": "e132de7d070de6cb46b3b49afb941445cbb7fc6c", "message": "Update Almanac.java", "proba": 1.8719891841101344e-06}
{"commit": "821a56115dc01f7ba08e0fb5c6a13b6166fb810c", "message": "Store end of EXIF header\n", "proba": 2.3241075552959956e-07}
{"commit": "8d9281660777bfec309c003939a4525e640c7138", "message": "\u521d\u6b65\u5b8c\u6210\u8f93\u51fa\n", "proba": 3.5485243188304594e-07}
{"commit": "0ba3d5b4b2d6e01d2c1ca35c402715edcf14aa7e", "message": "EPOTH upgrade to Jsweet maven plugin\n", "proba": 1.455291425145333e-07}
{"commit": "748e9c14be9175b55074ce5ac419c7b677bed0cf", "message": "Add new TdbTitle class that represents a title (journal) in a title database. A TdbPublisher instances contains a collection of TdbTitles for the publisher.\n\n\ngit-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@9424 4f837ed2-42f5-46e7-a7a5-fa17313484d4\n", "proba": 4.895533493254334e-06}
{"commit": "021e4a7fc70bee7dd34529a3d3d8dfb950c1df9d", "message": "Create 020.java", "proba": 0.0005136190447956324}
{"commit": "8e2756d23f3d1bb7adfe13a8cb1814a2b53c326d", "message": "Added 23 merge k lists\n", "proba": 1.2738802013245731e-07}
{"commit": "cf88622ae374b53690d8da799e45d7f401dba603", "message": "Convert BufferedImage to Image\n", "proba": 0.9999992847442627}
{"commit": "4069ad927bd9ca89a2d0273d0cd1b7ea1e1e7853", "message": "Updated Timer Command and Timer Handling\n", "proba": 1.6110543299419078e-07}
{"commit": "e8cc392170f46c0164660158f4d75a714efa515d", "message": "for r71 add DirectGeometry", "proba": 2.289206122441101e-07}
{"commit": "d86be1ad50b7d788a25ef39b531cc5916f05b624", "message": "new domain object\n", "proba": 8.214799436245812e-07}
{"commit": "37f1f9f6c55ab3ddfd5ec3e924613fdb247fa9b0", "message": "Dragon fight\n\n- Added base for custom dragon fight for void\n", "proba": 1.1682514866606653e-07}
{"commit": "249e057784abb0834a643533f23a316416075490", "message": "Changed logged screenshot url to be relative\n", "proba": 4.863675826527469e-07}
{"commit": "e4c9f769a68a573e131e32ab406d1f7010b66246", "message": "BEAUTi: fix the bug of no other elements in <substitutionModel> besides Substitution Model Type.", "proba": 1.0339380906998485e-07}
{"commit": "cb67b56b8112f2ecad9c640538ea4fafae2b77a8", "message": "add Model class\n", "proba": 4.5703035311817075e-07}
{"commit": "ce861807b15eb19ce5196985f14d124a6d98c7c5", "message": " r933@minifireslug:  gpampara | 2008-02-22 08:56:09 +0200\n Added some package level JavaDoc for the top level function package.\n\n\ngit-svn-id: e8c528292d4a6d6d86ccd8ee3f978f608db6077d@669 6919081d-ccfc-0310-b8b8-fc61df93b961\n", "proba": 5.280925847728213e-07}
{"commit": "644f0ce93878027a7cbc79824861219f29b3450f", "message": "Multipoints now outputted in XML.\n", "proba": 1.0951475815090816e-07}
{"commit": "5f1a93dc19602259bd12827065d2595e8b4a36a9", "message": "Added new problem\n", "proba": 1.280987476093287e-07}
{"commit": "5648cd2cd5df51fe5c980eb1dae5d64d4272cd2c", "message": "KRACOEUS-4590: Handle getOspAdministrators() case where AwardPersonUnit has not been initialized with a unit object.\n", "proba": 1.0148260543019205e-07}
{"commit": "9bacec7a9e3075f07c1a5fed1fea5c11cdd8af96", "message": "Add missing location manager\n", "proba": 3.02865792036755e-05}
{"commit": "6bade6860861838f741f07402d76ae424871b124", "message": "Fixing copy of parameters\n", "proba": 2.568498018717946e-07}
{"commit": "742f4801b508f35aecc6582f5d75b358391f0278", "message": "Use the same number of rounds like the Mastermind game from Parker\n", "proba": 2.964058296583971e-07}
{"commit": "3e4f554693ff41329fb1c6e2a6f6017e2925628b", "message": "Fake TNT\n\nExplodes on right click\n", "proba": 1.984645052743872e-07}
{"commit": "dd6e77d3f8590aa8bdf899273c8e0c88a386f732", "message": "specify the charset explicitly\n\nIt's more correct", "proba": 0.000556360580958426}
{"commit": "ae4ca7ec5aa437e7fb4e7e70595b826cc21b89c7", "message": "\u589e\u52a0\u53bb\u9664\u5b57\u7b26\u4e32\u4e2d\u95f4\u7a7a\u683c", "proba": 7.281714715645649e-07}
{"commit": "2a5789e44355cae76ba3baa569bda57d2f2d78be", "message": "DateUtil\n", "proba": 6.433636372094043e-06}
{"commit": "c90273d6fc7283007c820ceeaff870d224c1f745", "message": "Add a quick test of exception type narrowing\n", "proba": 1.1267632089584367e-06}
{"commit": "87b0a36fbb1ad7702ebb139abb3354e7fa165ef9", "message": "Obfuscated Signature\n", "proba": 0.0022479810286313295}
{"commit": "a2d538e51be5b5f3194bb189b43029ee3b595fe4", "message": "order by clause added for exporting to playadvisor to enforce the lastest image of the location to be the first image\n", "proba": 1.5235245598432812e-07}
{"commit": "598e3e551464462f2f448392e71356f3a366311e", "message": "Ported from https://github.com/embulk/embulk-input-s3/blob/b546158123a734acf0785d61400c69fcdd910ed6/embulk-input-s3/src/main/java/org/embulk/input/s3/FileList.java\n", "proba": 8.466533927276032e-07}
{"commit": "6d59a2f1a873fcdf4a8131dcd47e724200c27deb", "message": "An excellent example of how much we suck at documenting code.\n\nHow much does it cost to write a comment on why all caching is\neffectively disabled for tags-reporting ?\n", "proba": 1.0753982593314504e-07}
{"commit": "d6d957bf8dcecd4bc1e628a4793c5df30ac754f2", "message": "created stacking", "proba": 2.6059419155899377e-07}
{"commit": "8f480e68ab5dc663d3a575ec624f06af901ec527", "message": "Fix: 413013 - Team Concept: Team user with configure/build job permission cannot configure a job\n", "proba": 1.334611425818366e-07}
{"commit": "f5d17e774f2a44aee14e5c53db2ca13f175ba9e0", "message": "Fixed breakpoint primitive to work on all objects [BACKPORT!]\n\nThis was broken since I removed SInteger etc.\n\nSigned-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>\n", "proba": 1.2099955881694768e-07}
{"commit": "3e9994c90db0ea4e1723824c1e9023900a86691a", "message": "Fix race by completely assemble stacktrace before printing.\n\nSigned-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>\n", "proba": 1.3458885916861618e-07}
{"commit": "99d0025716c6d772fefa020980f4a2d5d1874330", "message": "Castor specific XML marshaller\n\n", "proba": 3.0311667842397583e-07}
{"commit": "4788e02becc6009d9ead2bb1ddcce20652286352", "message": "SimonStewart: Clean up imports of the Renderer class\n\nr16856\n", "proba": 1.61272680543334e-07}
{"commit": "64885c1f1fd111112c19957caefa8b8e018e7c92", "message": "FrancoisReynaud: building proxy in tests without specifying the host triggers a call to NetworkUtils for network address auto discovery, and that's really slow (5+ sec per test ). Adding -host=localhost to all unit test to make them run faster.\n\nr16691\n", "proba": 2.4105253260131576e-07}
{"commit": "b974d0c8f21000354bec04dea9cc6c938cdccccd", "message": "am 6db64689: am c89dd54c: Remove logging on wifilock acquire/release\n\nMerge commit '6db6468956fa6d71d68e410a532ed7b1bcaecf74'\n\n* commit '6db6468956fa6d71d68e410a532ed7b1bcaecf74':\n  Remove logging on wifilock acquire/release\n", "proba": 8.306736276608717e-07}
{"commit": "6e05f7b58e3c67472aa5e93d0d96b1f6e7a96b6b", "message": "First Android version.\n", "proba": 1.259959105937014e-07}
{"commit": "1269c33ec5d2b3ae9b055df5c2ee3ee8b23db8f1", "message": "started MessageBox\n", "proba": 2.291224348027754e-07}
{"commit": "af566fa043b61d424ed859e892b4e73e3922e2ab", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "cc83e4c9540ec76bcb5065d26b19809a2181440e", "message": "Create IAMServiceIntegrationTest.java", "proba": 5.594986873802554e-07}
{"commit": "d8cb05204422f5a0391bd207d220cf269e7f2fc9", "message": "Minor change.\n", "proba": 1.9911705351205455e-07}
{"commit": "a864658752c9393dcbf9642f2702b219df70e112", "message": "Fixed why barnes-hut doesn't move bodies\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@3590 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 3.717825052262924e-07}
{"commit": "66c41d76e541d43a1a186bbbaca5769d08271f2a", "message": "catch some exceptions from tmdb api \n", "proba": 2.6929848218060215e-07}
{"commit": "6cade7b3817ddbc5a5ffc3dbb6887051e4ddf3fc", "message": "Added a lab class to test getting all diseases. (no squish)\n", "proba": 1.2111270564219012e-07}
{"commit": "ce7099fe6ad3a4280ee31fa5d0cc609fd55a6398", "message": "test BundlePath (at least endsWith)", "proba": 1.2049127917634905e-07}
{"commit": "0d6e2f151c68a8596cf7eccd087a456f1f1722cf", "message": "dont warn about enums\n", "proba": 1.9497157666137355e-07}
{"commit": "23e29a40becdd72324d6639acd85f05ee8291943", "message": "Fix no channels fallback\n", "proba": 3.420559778533061e-06}
{"commit": "1ec561e7bca3e1348533b5ae6be893cca185dc55", "message": "first repack alpha draft in java\n", "proba": 1.7797373175199027e-07}
{"commit": "b231b4c2d4088f95cd51b780e70fe45bb4237f87", "message": "Create PanelView.java", "proba": 7.941384296827891e-07}
{"commit": "db05635ba8ea8125ad11024fcd48d6d977d1f0c8", "message": "tests\n", "proba": 2.351589273530408e-06}
{"commit": "063f850060bb28bc9984c352c0cbf8f13a00789d", "message": "Method to show DialogFragment allowing state loss.\n\nSame as show(), but allowing state loss.\n\nBug: 22867250\nChange-Id: Ib779d8a3febc70ad47a9c1a9099d858707bad733\n", "proba": 1.0100541203428293e-06}
{"commit": "9d3273f62288fa54536a3928383588398ca2d029", "message": "Java-side changes to persist Geolocation permissions between browser sessions.\n\nThis fixes bug http://b/issue?id=2054365.\n", "proba": 1.0418764873065811e-07}
{"commit": "4b604223538bb4790614f83f35e8dfc6771f38e8", "message": "am 7ac6cf9d: am f8d4964e: default overview mode to false in webkit\n\nMerge commit '7ac6cf9d9e6928b85ae4c4c35a515ce7111de066'\n\n* commit '7ac6cf9d9e6928b85ae4c4c35a515ce7111de066':\n  default overview mode to false in webkit\n", "proba": 7.713676950515946e-07}
{"commit": "37703b6c875a935e6341d8a710796bc0c87d3044", "message": "invalidate the webview after pressing the IME 'next' button\n\nfixes http://b/issue?id=2141013\n", "proba": 2.5559430127941596e-07}
{"commit": "947b5029e5fa3b08f79afd61e6bc0fb77bc6a10c", "message": "am 8391e03b: Merge \"ProgressBar: Fix error of process bar cannot update on some condition.\"\n\n* commit '8391e03b7ef20f22ffc31da43e01b2fb8d1ec00a':\n  ProgressBar: Fix error of process bar cannot update on some condition.\n", "proba": 1.775444928853176e-07}
{"commit": "5128070179e10863205bf60bb35356194de6f7f7", "message": "fix mia previous merge\n", "proba": 3.9082303260329354e-07}
{"commit": "b362a9ab91bb4c05ef1d5c4e7019499257c7f849", "message": "gps: Check for null APN name to avoid a runtime restart.\n\nWe still need to figure out how the APN name is getting set to empty string\nby the telephony code.\n\nSigned-off-by: Mike Lockwood <368d0007e4626f70737d16df5e49ed8806b98c3f@android.com>\n", "proba": 2.5284214189014165e-07}
{"commit": "49fa3c817d2905c0f18e892fda3e961c84b01773", "message": "Moving files to Entities.\n", "proba": 1.3895548534037516e-07}
{"commit": "d71b5244e27f0fd4b6fbd529ba83191907ddfdff", "message": "PL-10169 Non isolated UnfetchedAttribute test\n", "proba": 2.8996291234761884e-07}
{"commit": "a92446bf35aa2374be02ccd3bd84c39377ae85c9", "message": "Refs #771 Custom visibility for upload file button in menu\n", "proba": 1.1709061453757386e-07}
{"commit": "9b16570b704206ea7e42ade8acce311a88d16889", "message": "UVA 433 Bank\n", "proba": 5.610685320789344e-07}
{"commit": "b5d86929ad5e1ebe7730e88bd8a8aa75158467fc", "message": "UVA 11900 Boiled eggs\n", "proba": 1.5731972098365077e-06}
{"commit": "4bb7cc1a2dfcd9076d16fb725db5f0b6428f1b81", "message": "parallel verification for Chalice\n", "proba": 1.7416361686173332e-07}
{"commit": "3aa78e3f56f1b3e6980a2e94dd895f7729c0e527", "message": "First attempt at using the forall rule\n", "proba": 5.072145086160162e-07}
{"commit": "74c50624bb26293d184b3ca8eae51aa1d70175be", "message": "more refactoring, including dereferencing\n", "proba": 1.9040658116864506e-07}
{"commit": "2e3406b979f42910d78ddd68fdfb7de6615dfcd4", "message": "A class representing a cached local agent address. Weak references are used\nto allow garbage collection of dead agents even in the presence of cached\naliases.\n\n", "proba": 1.0228986013771646e-07}
{"commit": "8590e4118618d38325e9117312b0e408e1ec4e98", "message": "Another test\n\ngit-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@818088 13f79535-47bb-0310-9956-ffa450edef68\n\nFormer-commit-id: 1dab51c93b38d81dc684069036feeb2eba395635", "proba": 1.0757157724583521e-06}
{"commit": "f14b57b482ca22d24c83f0c3db8f2676904aad33", "message": "Add an example to show how to dump the label from the edges of a STEP file\n\ngit-svn-id: f93d4e6abee5d08e50288ddf8295609b3b37a1b6@2264 9c4724a3-da1e-0410-bc68-88f18da35cd4\n", "proba": 8.92343814484775e-05}
{"commit": "75b67dee17e2e822581833637b6ac1b7c4161eb8", "message": "Complete task0825\n", "proba": 0.9983900785446167}
{"commit": "4d77586e5164cece5b88f0b128d7e903fb0413c6", "message": "Added utility class for general stream operations. ", "proba": 1.0553084450748429e-07}
{"commit": "3678646db7b45b039e0d86a7498d4fc62896541c", "message": "[Library] Welcome OConnectivity. A wrapper of android.net.ConnectivityManager\n", "proba": 2.136246592954194e-07}
{"commit": "03f35fcc835e9c4b4932409de408d03183f141db", "message": ":fire:Longest Common Prefix\n", "proba": 3.798144007305382e-06}
{"commit": "cf1a9d8f202c728d3561e4c07b3046a0d8bd32ec", "message": "Add Camera Preview surface view\n", "proba": 2.828896015216742e-07}
{"commit": "2e9d128a1049867dfac27fcc76347c2c8198f433", "message": "added a replica of scraping utility for future deeper writer tests\n", "proba": 1.0932775751371082e-07}
{"commit": "b709b3f93f3505bba453d17df9a069760a0b3660", "message": "Add tests for PolynomialAxis\n", "proba": 3.5058084790762223e-07}
{"commit": "7b1d821027ebf4889cadfecc32564904554916e3", "message": "Extended test\n", "proba": 6.422145588658168e-07}
{"commit": "5c8aa8d81c3dd032c02d8caccc3991da929e1e0a", "message": "Adding an IT for an array to verify that passing an array of these object types will not result in an exploit\n", "proba": 3.609733880693966e-07}
{"commit": "6333c0e6f03fb457bd6b0bc9d0ffb7238fd08adf", "message": "Moving LifeScienceIdentifier (lsid) package from /tests-1.4 to /tests, updates per 20 Sept 2002 I3C memo\n\n\ngit-svn-id: ed25c26de1c5325e8eb0deed0b990ab8af8a4def@2390 7c6358e6-4a41-0410-a743-a5b2a554c398\n", "proba": 1.52306256495649e-07}
{"commit": "19231d33b432ec70e82ed99a5531839b6fdc0350", "message": "Transport name wasn't being set properly\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@245616 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.557951913535362e-06}
{"commit": "90b8dad1252c306bc307056655b8c8d9ac5189f2", "message": "Refactored test print code to be inside the stockinstance code\n", "proba": 2.4112151209010335e-07}
{"commit": "6b30eb7b422a087f1ac643800088baf5e6934eae", "message": "adapted to new index interface\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@789 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 4.394333927848493e-07}
{"commit": "bd93dd58d0a09e55298cfbdd05f69becf59ab4e8", "message": "Missed a file\n", "proba": 2.444313906835305e-07}
{"commit": "e73decac4ee3cd93d6bb58c589147517bb8e56e0", "message": "compatibility file\n", "proba": 1.002369685920712e-06}
{"commit": "61d6eb1b7e77b2a57d5c82ee82a0e4163371ad6e", "message": "+VanishModule: Nullcheck f\u00fcr vanishedPlayers\n", "proba": 1.669376814561474e-07}
{"commit": "df3c8ee3b2537ad003be78185daa2a510425d837", "message": "Introducing HTTP module component.\n", "proba": 1.4149844673738698e-07}
{"commit": "4b2ee3115d7e7e93200f0b16e6cc13bb50299aa0", "message": "Learning string performance.\n", "proba": 6.603544534300454e-06}
{"commit": "de85795f95afb8d787ba7b26ac60c069923761af", "message": "Change default for Skygrid precision sampling", "proba": 1.8689426894979988e-07}
{"commit": "55e5d8680e783e3c58b8af5cd56c7cc3009bc0fe", "message": "Remember last list view state when going back to a previous message list\nfragment.\n\nFixes issue 4854.\n", "proba": 1.0198011324291656e-07}
{"commit": "79ccd7c6256f31006e744e349927bfaccabdc09b", "message": "minor typo", "proba": 1.6381686691602226e-06}
{"commit": "7672842c1d34debc84c53c86c6a0e51a8d54e4ac", "message": "Fixed Resources(back ground, font), Match rectangle for bracket views\n- forgot to add new files\n", "proba": 1.2171898333690478e-07}
{"commit": "11a603c12e220914a1976c938fc674facea862ac", "message": "Added BookDetail view", "proba": 1.3326082637377112e-07}
{"commit": "c0aa4816b58096dc8d531fff57a108a4c036174c", "message": "Address Javadoc", "proba": 3.373548622676026e-07}
{"commit": "9fb7866f3e52fa25c01454a8998424517206be7b", "message": "stack using queues completed", "proba": 7.780124064993288e-07}
{"commit": "b7830d86e58ffc056e49db896ab85960d4ddc1a9", "message": "uncommenting test\n\ngit-svn-id: ed25c26de1c5325e8eb0deed0b990ab8af8a4def@7326 7c6358e6-4a41-0410-a743-a5b2a554c398\n", "proba": 5.393279138843354e-07}
{"commit": "1e49f8aafb282bab2b11d45818ab2d2f713f9455", "message": "Class for evaluating config file.\n", "proba": 1.236264637327622e-07}
{"commit": "3e1d87f5f03dbba0063cc89b76434f42d9a7da52", "message": "am b803cfc4: am 69e65540: am 5a46d984: Merge \"Fix illegal cast in a logging code\" into lmp-dev\n\n* commit 'b803cfc4f984c77a7e2d6e4d459220e542a8d9d5':\n  Fix illegal cast in a logging code\n", "proba": 4.97313010328071e-07}
{"commit": "eaf0f3d1fc7692131648024951d3396df73bb7af", "message": "resolved conflicts for merge of d13b8822 to lmp-dev-plus-aosp\n\nChange-Id: I3f474f72ee12684cfda7b394d7aa659c7f456131\n", "proba": 8.177109975804342e-07}
{"commit": "607b3fb2065311cc56e9f03f1245f9b6524599ed", "message": "am 158e9f91: am f179010b: am 7023f0f2: Merge \"Enforce permissions on start/stopLockTaskModeOnCurrent\" into lmp-dev\n\n* commit '158e9f91b082afe95c516689535979943730a2eb':\n  Enforce permissions on start/stopLockTaskModeOnCurrent\n", "proba": 4.2627428342711937e-07}
{"commit": "877d89399af77a98dd940c034aa631029ed313cc", "message": "am f6be7d17: Merge \"[ActivityManager] Fix race condition in pss collection\"\n\n* commit 'f6be7d177a740f86a4ae3b8685cc9e2f31506352':\n  [ActivityManager] Fix race condition in pss collection\n", "proba": 4.45537779114602e-07}
{"commit": "c46f75ef1d479f7b606ab04283b1b0f84849476a", "message": "Avoid tearing down process groups twice.\n\nThe second removal always triggers a warning.\n\nChange-Id: Ieafa8374dbffdaff0d576de004a688cae6f8ac18\n", "proba": 9.876261901808903e-05}
{"commit": "2dde36359b1b8df9b72cdb9dc72732f4b1ed5e31", "message": "am 780bf3f4: am 2d6b10f1: am 0ca6cf20: Merge \"Clearing tasks along with application data. (Bug 16952119)\" into lmp-dev\n\n* commit '780bf3f4997572c732b23851be12ac48e6d2396b':\n  Clearing tasks along with application data. (Bug 16952119)\n", "proba": 5.363377226785815e-07}
{"commit": "31aa9d80b5b3474ba58313642aec971006a59abe", "message": "am 52fc5373: am af183802: Merge \"Use id to find proper HdmiDeviceInfo instead of ojbect itself.\" into lmp-dev\n\n* commit '52fc53736c18be5174e6c691ee02db6cb9ac1db1':\n  Use id to find proper HdmiDeviceInfo instead of ojbect itself.\n", "proba": 2.8706728016913985e-07}
{"commit": "77049e1303bba3056c4a1353d3c03421d0ba27f7", "message": "am 60b4afed: Merge \"Fix account filtering for specific package name\" into jb-mr2-dev\n\n* commit '60b4afedbeea11983b748d0d8ea9032d177dd6e7':\n  Fix account filtering for specific package name\n", "proba": 5.110483698445023e-07}
{"commit": "f68a332c625f04f3adde114fc1c2940fd40ce4cb", "message": "Adding class for static helpers\n", "proba": 4.75359229312744e-07}
{"commit": "9bfef37f7a71e670b0315ac108633eb54c4bf550", "message": "EnumMap\n\nAdded the EnumMap implementation for MutableMaps.\n", "proba": 1.0774657965839651e-07}
{"commit": "b9fcf5b405986b13988a247b4b4f7e46ffc9b6c2", "message": "Utility-Converter genutzt\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/branches/Beta-Launch-future-work@13413 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 89cb4b0886ec32955a1761b3855f6036b759323d", "proba": 1.2729428817692678e-06}
{"commit": "3a702261f6e725d23a665e65b5d3f00cccfeb4e3", "message": "- Teste", "proba": 1.3746868887665187e-07}
{"commit": "31e6679381f08d30aabc27d119faf650a6731919", "message": "update Binary tree javadoc\n", "proba": 3.5924526287089975e-07}
{"commit": "eda3e54d5a1090bbb0e2239a4fbbd03aeef39a96", "message": ": Retrieve entities from Flame using a circle, ellipse, or rectangle\n\nadded comments\n", "proba": 1.5134627062707295e-07}
{"commit": "608a57de619e8d57b6d10a97ecde8ade2ce41d4c", "message": "datos cambiados\n", "proba": 4.595500740833813e-06}
{"commit": "ebdd946d1fee7db611de584845d4090326672097", "message": "23. Merge k Sorted Lists\n", "proba": 1.2282042405331595e-07}
{"commit": "1e01767d1fcb7d6b1316bde0fb41dbe3d52f7454", "message": "general\n", "proba": 4.95487938678707e-06}
{"commit": "20ff547ea2b31aa6bf985d971df0f62492996ac9", "message": "Add Style\n", "proba": 7.511113153668703e-07}
{"commit": "af5422e425a752383e8ea158d688442fab50f18f", "message": "Add Ports.java\n", "proba": 7.008996476542961e-07}
{"commit": "639bbb830dbf1229ce1e06548bfb6351642fcd34", "message": "Implement schedule and team command\n", "proba": 1.0143388635697193e-06}
{"commit": "051b63036aa2e93b580dae78f1d64f43af5d0042", "message": "node class for the sorting method\n", "proba": 6.470009452641534e-07}
{"commit": "ff8867a575d44c69cac8c152e40311fef75c4c78", "message": "adjusted to new ShellExec\n", "proba": 6.664296279268456e-07}
{"commit": "b1ecfd2191cb2be91d693459cc1c715a10b13d64", "message": "Dummy file, for now\n", "proba": 1.2009893168851704e-07}
{"commit": "5678133b86b618f3db59cdfccab105ecdeb01405", "message": "cambiato nome per chiarezza", "proba": 1.5527186860708753e-06}
{"commit": "59ab75d791d2b55c9e43faa5e0903e9f613bcbfd", "message": "Comparing tripplets\n", "proba": 8.357224601240887e-07}
{"commit": "57a4b735e10b6552a3d5e44b9bb03265f8f992e0", "message": "Changed long to double hours for consistency\n", "proba": 3.396494605567568e-07}
{"commit": "922a6c3181adbc14325df305187655acd6320806", "message": "Clean up\n", "proba": 1.531641828478314e-06}
{"commit": "438d1b630789031a67fbcea32483f6ed0f606d71", "message": "Leetcode665NondecreasingArray\n", "proba": 4.219307356834179e-06}
{"commit": "b19bec9d5a4d32ff979c44d1e85a7badcf90f7a7", "message": "r.save now returns the object saved\n", "proba": 2.333933792897369e-07}
{"commit": "f28733a8ab089878388e077aeed8694fef5ae501", "message": "adding more infos to the detail view\n", "proba": 1.0418168017167773e-07}
{"commit": "4681fba5244f110e0b059ddadaf61872fdbe4b75", "message": ":sparkles: Pairwise swap elements of a given linked list\n", "proba": 3.1141840395321196e-07}
{"commit": "e88a6e9f790dfa035139e9abd0ce34c2772ef411", "message": "\u27f4PODListUI.", "proba": 3.8489014286824386e-07}
{"commit": "5e04ff95c5be39e7e78c2be2107abfdb52e0cb5a", "message": "Shell for new InfluxAppender\n\n", "proba": 1.7826759801664593e-07}
{"commit": "7b86ffc7c4acba3b0722c36d4683b05a1c7cf10d", "message": "Fixed something\n", "proba": 1.7606710400741576e-07}
{"commit": "a58c09bcb075e15cf96771ef9214cd36f7d06845", "message": "https://pt.stackoverflow.com/q/82819/101", "proba": 7.532647714469931e-07}
{"commit": "3666cfb541adde3dc17be6537702e0aaa8688b81", "message": "Posiblemente se puede ganar, solo debo validar ciertas cosas\n", "proba": 7.927892511361279e-06}
{"commit": "62bc158417c5b28e3b53c168b0406f2882240318", "message": "initial commit\n\n\ngit-svn-id: ed25c26de1c5325e8eb0deed0b990ab8af8a4def@3583 7c6358e6-4a41-0410-a743-a5b2a554c398\n", "proba": 4.746969182178873e-07}
{"commit": "e3ecbf3b2ad39c4e233202c5867e0f74d1c80f47", "message": "\u5220\u6389\u52a8\u6001\u6ce8\u518c\u8fc7\u6ee4\u5668", "proba": 2.060781838508774e-07}
{"commit": "7567f54a1f366dc0319d86cb189bb29e1402de1c", "message": "Create ticker.java", "proba": 8.189384061552119e-06}
{"commit": "26ba6256719bd57b4bb423969e56c2bb3263dc85", "message": "Some Commenting", "proba": 2.2044997649572906e-07}
{"commit": "59b15a0a96c9090d0d1f8a2e262c8bc3fa052ed3", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@3109 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 6.151153684186283e-07}
{"commit": "742162befb3f1427e4e6a127fb6a7d85e7ae6411", "message": "Create Infinity.java", "proba": 4.236782388034044e-06}
{"commit": "a101bed3824423ec05d0a2c3a664241868e7549b", "message": "Signed-off-by: Alistair Kennedy <alistairk@gmail.com>\n", "proba": 1.369552222740822e-07}
{"commit": "9f75898cc726927b32109a549810195b099e0ae5", "message": "am 16340670: Merge \"Add a warning about the SSID format in CaptivePortalTracker.\"\n\n* commit '16340670aff0ec980fff4354d785a38b11c33d3b':\n  Add a warning about the SSID format in CaptivePortalTracker.\n", "proba": 1.3500434192792454e-07}
{"commit": "64583bad882492705dbe161a6400aa945de4e078", "message": "fix test bug", "proba": 6.603208362321311e-07}
{"commit": "3ad1e1f3edd75da9c3a34d007a24e20dbb4a01fe", "message": "Create Exit Handle\n", "proba": 3.6451510254664754e-07}
{"commit": "aa21ee2704753aab0c01d427f69e6547b2ef2a4e", "message": "Create TrickyOverloadVargs.java", "proba": 1.6404574125772342e-06}
{"commit": "1565632df530f09dfdcc8f475e7de21817f2926d", "message": "Add more comments\n", "proba": 1.2247934932929638e-07}
{"commit": "5ce3dbd2b00868672cb34bcbd02a4683e284ebd9", "message": "minor comment fix\n", "proba": 2.255250421967503e-07}
{"commit": "93f8e4e007d338ec911c4e7560a9d743266d5fcd", "message": "am c6361077: am 8e81f616: am 36ba8b1b: am ba7e39d5: am 92a3914f: Merge \"BatteryStats: Remove uid_cputime Slog.wtf for high cpu times\" into mnc-dev\n\n* commit 'c63610777100d8ce17a0c2b3db788fe8b0913171':\n  BatteryStats: Remove uid_cputime Slog.wtf for high cpu times\n", "proba": 9.359824844068498e-07}
{"commit": "c678d23d987a5b72abfca6f5e383140e9cb543db", "message": "am f96a3386: am e5c0550d: am 267240f2: Merge \"BatteryStats: Clear power use when removing a UID from uid_cputime kernel module\" into mnc-dev\n\n* commit 'f96a33865b03ed092f6e902b4bea5ec5db481cdc':\n  BatteryStats: Clear power use when removing a UID from uid_cputime kernel module\n", "proba": 8.375192805942788e-07}
{"commit": "064d4db63a55455987ed52d99934612fbbd95d65", "message": "compile error fix\n\ngit-svn-id: a91d99a4c51940524e539abe295d6ea473345dd2@923 e6edf6fb-f266-4316-afb4-e53d95876a76\n", "proba": 6.308838237600867e-06}
{"commit": "666d5daab2a679ac0575c3a24ef18a737592f1d8", "message": "Fix issue when toggling profiling from visual to off to visual\n\nChange-Id: I4a623020a9bf0079029d184c13e58d92e692faf8\n", "proba": 7.344203254433523e-07}
{"commit": "83b6c24e612a0bf625c24502a3c0b7617a85af50", "message": "am 54ea6bf2: Merge \"Always set the EGL_BUFFER_PRESERVED EGL_SWAP_BEHAVIOR Bug #7221173\" into jb-mr1-dev\n\n* commit '54ea6bf2aa5e8d72c96f410d87ec96431abe641c':\n  Always set the EGL_BUFFER_PRESERVED EGL_SWAP_BEHAVIOR Bug #7221173\n", "proba": 1.3349516621019575e-06}
{"commit": "0708f5274047226a780582d1040fec2990cf6968", "message": "am ed1b6f4f: Really Trigger the log when EGL_NO_CONTEXT is returned by eglCreateContext Bug #7216919\n\n* commit 'ed1b6f4fc0af836624b2edc2830eb918bf04cf3c':\n  Really Trigger the log when EGL_NO_CONTEXT is returned by eglCreateContext Bug #7216919\n", "proba": 2.9811983040417545e-05}
{"commit": "1c28720e7ea6ee819995648434d3b5fe4677e8cb", "message": "am 592cbb47: am d3d24578: Merge \"Ensure surfaces with insets aren\\'t rendered as opaque\" into lmp-dev\n\n* commit '592cbb4790ccbf6007c432bd26c351504ae23d89':\n  Ensure surfaces with insets aren't rendered as opaque\n", "proba": 2.800357492560579e-07}
{"commit": "13b9d28268d76b886be0a8cbd15a1d059c276d6b", "message": "am 0e0ce11e: Merge \"Stay in layer scroll if nothing to scroll\" into jb-dev\n\n* commit '0e0ce11e57a9506ad4429269732f3b7144875a84':\n  Stay in layer scroll if nothing to scroll\n", "proba": 8.89506566181808e-07}
{"commit": "d1f1f3d5147b214d70408888e7f1101f9f61d003", "message": "am d7f3a3d2: am 128b3c86: Merge \"Handle load from APK correctly for shared relro\" into mnc-dev\n\n* commit 'd7f3a3d2bd7f4d6ac2084b3799d0c7207cfcfcb3':\n  Handle load from APK correctly for shared relro\n", "proba": 4.803612227988197e-07}
{"commit": "08dacfab53657243b4067f26c3ddc02bad6d5178", "message": "neccessary defence? what should the exception say?\n", "proba": 1.0059052328870166e-06}
{"commit": "c7c703e9f5f8ee790634778d66f9c1cc1501b5c5", "message": "added utility method to retrieve a classes short name\n\n\ngit-svn-id: 29aad96320b2a07b98332cd568fc1316025c072f@328 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d\n", "proba": 5.6803051847964525e-05}
{"commit": "f18f4ab0aebb3bc149782eb947cc561b62a2c1df", "message": "adicionado a primeira tarefa da primeira parte\n", "proba": 2.1673035007552244e-05}
{"commit": "b310d3fecffe048f2ab7f71dd3b583eeaa24e884", "message": "fixing the dataBase\n", "proba": 6.533348823722918e-06}
{"commit": "9826ced6df58deaca9b32a7e1d74af84b659ea0f", "message": "main activity update\n", "proba": 1.8252710276556172e-07}
{"commit": "9d5be26b126fbf1090abdc9efb22d39e1ebce51a", "message": "Use static imports for Color constants", "proba": 3.4422683370394225e-07}
{"commit": "0b3b17d0092bd9dac796b095e62541ca9f03738b", "message": "Cleaned up code\n", "proba": 1.2666732800425962e-05}
{"commit": "e779c62f0e2e644bbb0d60015956a677736b3a67", "message": "Squash Scanner Bug\n", "proba": 5.004426384402905e-07}
{"commit": "01fceb72b1ce56d4715211e037244aa54420d1f8", "message": "Added: Poor config manager (only used for whitelist)\n", "proba": 1.024546563144213e-07}
{"commit": "d3de218f5004cfe3e2f20fdb8bd86722ce7036e7", "message": "Add beeper\n", "proba": 2.1556305000558496e-05}
{"commit": "dcf488180017ff8b9826d8f17dc889c3b06ba61b", "message": "Delete UsuariRegistre.java", "proba": 5.465394679049496e-07}
{"commit": "f85711ec183bcb78065d58928cc5c1aaca37c96f", "message": "There we go!", "proba": 3.9205119151120016e-07}
{"commit": "ff1ff43cc2a1ee8614d2adc59f44bffd9c870314", "message": "Remove useless expression (assignment)", "proba": 2.0190043869661167e-05}
{"commit": "45cda26e2771d3fae5d88e1ba01dac46b4adfd8d", "message": "Exception thrown by the AnalysisServer.\n\n\nSVN-Revision: 6395\n", "proba": 2.0345656537301693e-07}
{"commit": "81d19367119e7c42a4e6a3d250fb6b683725e981", "message": "Java: Fixed IOException \"Too many open files\" in SteamSocket\n\nCloses #23\n", "proba": 1.4139025950044015e-07}
{"commit": "a2811d7b9029423f84204b234ab9802f971e4044", "message": "Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956.\n\nAlso see the following revisions:\n\n    ------------------------------------------------------------------------\n    r740150 | mbenson | 2009-02-02 15:24:00 -0800 (Mon, 02 Feb 2009) | 1 line\n    \n    make all [collections] maps implement IterableMap\n    ------------------------------------------------------------------------\n\n\ngit-svn-id: 53f0c1087cb9b05f99ff63ab1f4d1687a227fef1@815070 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.034208814118756e-06}
{"commit": "3528a214cc5a8809ae6fb6992227ff5129afd559", "message": "web.controller package created, PersonController class created\n", "proba": 3.43339308983559e-07}
{"commit": "6fa72d6bf275ba11a005fd757553be35dee7ce4f", "message": "Create EroShareRipper.java", "proba": 4.756848284159787e-07}
{"commit": "e552cd7375bda28c2bb77704560f08cb04a6a0b3", "message": "Extend network mutation code\n", "proba": 3.669926854854566e-06}
{"commit": "e66f062f2bcbfbe3971c009fc202e3885e4bcd0b", "message": "refactor validation\n\n", "proba": 4.6982841013232246e-05}
{"commit": "5852cffa8fbf4e4da1ab0d8ac0b21f049388811a", "message": "Reduce buffer size\n", "proba": 2.44105331148603e-06}
{"commit": "3a7c19dbe033275869d64efe15435afebc5f5a8c", "message": "Tests for arrayNew checker\n", "proba": 2.638355454109842e-07}
{"commit": "49640fe9e6e93669b7c67c8c425df3fed7785872", "message": "turning on Range tests", "proba": 2.1875653999359201e-07}
{"commit": "26ba2d7615298257ce0c112a32e68e1eb2f61765", "message": "create message action\n", "proba": 1.7661041056271642e-06}
{"commit": "184275f989d48370b067eff7915eae13fcbe1c04", "message": "[FEATURE]\u00a0SWTUtils\n", "proba": 2.172370159314596e-07}
{"commit": "d9f8c312fdc4cea5bfe637435e36d4586a0b38d7", "message": "get/setTemplateName. deprecated setTheme works as it did previously\n\nsvn changeset:2614/svn branch:trunk\n", "proba": 2.433241434118827e-06}
{"commit": "88aef667f3439abf01d5a02af5bc1acf438483e8", "message": "Added the possibility to clear the AP status dependant from the\nScanResults update\n", "proba": 1.4881980803238548e-07}
{"commit": "d7ca4236e067d6d9fee2d4426f08934164ccc1ff", "message": "*BotMessage: Nachrichtenformat \u00fcberarbeitet\n", "proba": 1.922153529676507e-07}
{"commit": "127d8306b9f9231b046cb7323379426f61a4c5d2", "message": "add semaphore test\n", "proba": 1.480690912103455e-06}
{"commit": "ccd9881dbc1757c4dd13658bdec258c5eb213401", "message": "statement self reference for id attribute\n\ngit-svn-id: a3757b7b28cb5f166982e3e590f726e1a71ef014@411 a27988d2-9830-0410-8773-31d6671a21de\n", "proba": 8.131337381200865e-07}
{"commit": "df20d70a3af1c94bd6ba5df622b0f9839a0c7ab2", "message": "First commit, test files only\n", "proba": 1.221233816295353e-07}
{"commit": "cf93b1c06d11b22be2c45024b68918bf5f9a4c4c", "message": "meter that measures density in various boxes\n", "proba": 2.8583224320755107e-07}
{"commit": "bb24672e9751143a15b8004585645ae4a3a54b73", "message": "am b244ed03: am b64f25ad: am 253f2c33: am 2327dd3f: am 9d929558: Merge \"Correctly skip files that are excluded from restore\" into mnc-dev\n\n* commit 'b244ed03531e77f178bf9a3150b8f46c4711c78b':\n  Correctly skip files that are excluded from restore\n", "proba": 4.3315151287970366e-07}
{"commit": "0c0250c8515f8b2502db6472c16f99980b7a4101", "message": "am bbe5fb2b: am 189de282: Merge \"Fix for a Resource system bug that displayed the wrong name for missing asset.\" into gingerbread\n\nMerge commit 'bbe5fb2b73172a6b42b3406354a3556bd53916e1'\n\n* commit 'bbe5fb2b73172a6b42b3406354a3556bd53916e1':\n  Fix for a Resource system bug that displayed the wrong name for missing asset.\n", "proba": 1.1191776138730347e-05}
{"commit": "c3e8bddecf423bcb7c68b44acdf962ed1b9839b6", "message": "am 176e7108: am 838aa45b: Merge \"fix [4026375] SensorManager quaternion functions can call sqrt with a negative number\" into honeycomb-mr1\n\n* commit '176e71081b17787652c778cd115e079199dac536':\n  fix [4026375] SensorManager quaternion functions can call sqrt with a negative number\n", "proba": 9.231400213138841e-07}
{"commit": "1e8b0746f8b1a0b0f65a20457baa49a3e74f38b2", "message": "am 393fa834: Fix public comments for SslErrorHandler.\n\n# Via Selim Gurun\n* commit '393fa83424822fca7a105a690d09d796f2241626':\n  Fix public comments for SslErrorHandler.\n", "proba": 1.1227209739672617e-07}
{"commit": "828af7f105906582a29fb21a901009c11d76ea9f", "message": "Pretty log\n", "proba": 3.328793525270157e-07}
{"commit": "656fb00d9dde6e6686956d4d9df5e2327ef73b99", "message": "Failed Test for reading a slightly corrupted mp4 that we would like to be able to process\n\ngit-svn-id: 545e707062091c2f19509f4812c0e7d129870002@958 922cec90-98bc-ecba-b0a9-867c771b4a74\n", "proba": 4.845837224820571e-07}
{"commit": "e8fa002d48b4c96d5df3d5e17328bcc876ceae07", "message": "feat(request-task): add connect timeout\n", "proba": 0.00015664294187445194}
{"commit": "7513df05f26d13d05ad014e9f6ef9406ae526595", "message": "ADD test for OrionHDFSSink.configure, both using deprecated params and not using them\n", "proba": 1.7098697924211592e-07}
{"commit": "15a5ae7184c39fcc7c772cc75419e7f849730fbb", "message": "Code refactoring\nJunit tests refactoring", "proba": 7.632830829606974e-07}
{"commit": "32fc276157ce74cae669e7fb321cbf9e6812b558", "message": "Test for #223", "proba": 2.2698843338275765e-07}
{"commit": "2bd2eb33c05b4b580689bbe62048e7393086b2ec", "message": "Dedupe trust anchors\n\nWhen getting trust anchors we need to dedup them based on the\ncertificate to avoid having multiple trust anchors with the same cert\nbut different pin override behavior. If there are multiple trust anchors\nwith the same cert, the trust anchor which overrides pins wins.\n\nChange-Id: Ida31f2551f56997418b8b091bb2598c5593cb069\n", "proba": 1.1924518048544996e-06}
{"commit": "04cee902ba87ab60ac51100a227d92519cd0f3d6", "message": "am 699f5db8: am acc0ce3e: Merge \"Minimize the number of default enabled IMEs part 1\" into lmp-dev\n\n* commit '699f5db8737a390590dc2a28f062cfddd4ee5bed':\n  Minimize the number of default enabled IMEs part 1\n", "proba": 3.65124634527092e-07}
{"commit": "9c661a40c1f8adfbf84883fbf5efb51ed0cf2fe2", "message": "Stop saving ActionMenuItemView state.\n\nThere is no useful state to be saved for these views.\nThis fixes a crash where we try to restore the state of an\nActionView (that shares the same ID as ActionMenuItemView).\n\nFramework version of ag/1020805\n\nBug: 28110832\nChange-Id: I4a09786a1c08bef1765fd8be3affb21dce296272\n", "proba": 5.853065658811829e-07}
{"commit": "938c6ee52da8114c6606e389a2a9d8cfbe880a6a", "message": "+Craftobot: Ideen von Spielern hinzugef\u00fcgt\n", "proba": 1.7850679512321221e-07}
{"commit": "be9099e92cdde25625bf2b16efae32ad98c039ff", "message": "HADOOP-2055. Adding the testcase missed in the earlier commit of this issue.\n\ngit-svn-id: 5be3658b1da2303116c04834c161daea58df9cc4@642260 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.49450873627211e-06}
{"commit": "f21161b81abb1e718b9ee3a02c71c58553d93638", "message": "ReportUpdate supports \"skipSuccessful=true\" switch that will not rerun a search if the search was successful.\n", "proba": 1.218253657953028e-07}
{"commit": "5eeb499410ce1da4da27a84f9af1ff6818a4c381", "message": "am 94fa2036: am 9ea1f83a: am 4d4f62ba: Merge \"No longer require READ_PHONE_STATE permission for getCallState\" into lmp-dev\n\n* commit '94fa2036d613e2c7e9a957818b13564a1ba8f350':\n  No longer require READ_PHONE_STATE permission for getCallState\n", "proba": 5.878254683011619e-07}
{"commit": "5700246ef3c70291dbf648008054d44cb792d8f9", "message": "added particles clock\n", "proba": 5.92820754263812e-07}
{"commit": "cf0b1ef4ff44794ba5ab25213da5507c3264b2a2", "message": "Test for the issue fixed by r1457403\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1460633 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.654715558492171e-07}
{"commit": "42b8de4e540c88d26d1eddc14dbbb72a82000e76", "message": "Added multiple try for testHttpConnection method, when the connection is\nnot ready", "proba": 1.634743256317961e-07}
{"commit": "3aff2a0813ad77fd41b39b6a636faf2de6d78acc", "message": "Avoid resetting gradient state when not actually rebuilding it\n\nPrevious logic in GradientDrawable around rebuilding the gradient path\nwas incorrect, but it happened to work because of when it was called\n(after ensureValidRect() in the draw() method). Further reliance on this\nlogic outside of the drawing cycle (in the new getOutline() method) caused\nthe side-effect to surface as we now clear the dirty flag without actually\nrebuilding the gradient.\n\nFix avoids resetting the flag outside of ensureValidRect() where it belongs.\n\nIssue #15508378 Quantum ui having issues with viewing comments on facebook app\n\nChange-Id: Ia944d3de7e3c0920fed040188e8c1cc1bcce498d\n", "proba": 2.232844963145908e-06}
{"commit": "1d33d91ec029acdd09df55a681436ca561cb4580", "message": "the first commit\n", "proba": 3.1226775831783016e-07}
{"commit": "188ff8d6a4507bc7dfc6293987184cd3a67d767d", "message": "power of three recursion and O(1)\n", "proba": 2.3159082047641277e-05}
{"commit": "8ecfd587141a96633c5925b8e23f11df43f5311b", "message": "Remove synchronization overhead on generateName.\n\nMotivation:\n\nChanging the chache of generated names to use a cache per thread. This will remove the bottleneck when many eventloops are used and names need to generate.\n\nModifications:\n\nUse a FastThreadLocal to store the cached names.\n\nResult:\n\nLess locking between threads.\n", "proba": 1.1082681794505334e-07}
{"commit": "284f26eb662c36a7202926b111c8398d2e79a649", "message": "JCR minor change\n\n* reduce log amount", "proba": 1.652652343864247e-07}
{"commit": "0b439f77815c4544702f51f192fdb27264ff882f", "message": "IAopService.java.\n", "proba": 5.809100684928126e-07}
{"commit": "c27c8d9610a3bd8ad0a76bad71b8ce43923f7db9", "message": "Added antialiasing to Disc shape\n", "proba": 1.5965410682383663e-07}
{"commit": "186793dfd72ece78988a6879299027014dba78d5", "message": "8. String to Integer (atoi) \u89e3\u9898\u601d\u8def\uff1a\n\u6392\u9664\u5f00\u5934\u8fde\u7eed\u7684\u7a7a\u683c\uff0c\u5982\u82e5\u627e\u5230\u8fde\u7eed\u7684+/-\u8fdb\u884c\u6807\u8bb0\uff0c\u6700\u540e\u7b5b\u9009\u51fa\u8fde\u7eed\u7684\u6570\u5b57\u5219\u662f\u5408\u6cd5\u7684\uff0c\u5426\u5219\u76f4\u63a5\u8fd4\u56de0\uff0c\u6ce8\u610f\u7b5b\u9009\u6570\u5b57\u7ed3\u679c\u662f\u5426\u6ea2\u51fa\n", "proba": 6.2522199186787475e-06}
{"commit": "789123de4388147623c6003bd65d50dbb0211420", "message": "Cholesky decomposition", "proba": 1.31567094285856e-06}
{"commit": "8bcfc039840bdb3a1458ce9124939bdd3d3a0c98", "message": ":art: #164\n", "proba": 2.2425837187256548e-07}
{"commit": "b8274bd0a00d95abbf98b8c0730a6fa8bf07afff", "message": "javadoc", "proba": 1.0498242772882804e-06}
{"commit": "1e810c2e8642934761232cdd2284b79d13569894", "message": "Not Extra.\n", "proba": 4.157386399583629e-07}
{"commit": "fe312fa6d9b4c66c45b3f54e7f2d8d377f17180e", "message": "Update: Version 2.1\n\nBug Fix on the Open File dialog box where the default file filter was not All Files. It is now a default of All Files.\n", "proba": 1.0340051659341043e-07}
{"commit": "11904c1d2139384032dd7b32850ef3e0fa63bcff", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "3f6559fc386e6d728d442c47c7da5cee03a448a4", "message": "First draft of a KML provider. \nAble convert KML Points to OSMBonusPack bubbled items. Lines not supported yet. ", "proba": 9.64836104344613e-08}
{"commit": "f268982bd3989b1912a863f40e7a6e114004377c", "message": "Add Evaluation class\n\nThis class is going to be used to the automatize the evaluation of the clustering process.\n\nSigned-off-by: Xavier Sumba <0fd2c724be8d72d40d80fb8f95590990de457265@ucuenca.ec>", "proba": 3.0911456860849285e-07}
{"commit": "d01b8c995e96dfc2d6cc44f951bedf1e759299ae", "message": "fix #4438", "proba": 3.2655049153618165e-07}
{"commit": "15c2eb72224daa92bf495a14f737f0cbf07a7938", "message": "Added the first version of the PTeID4J PDF test class to the project.\n", "proba": 9.886702656558555e-08}
{"commit": "a7006b5c3875891c02981dc0c1f10ead4c59c9e8", "message": "Added simple tool to validate a BAM file\n\nThis works by just reading each record in the file. If there is an error\nit will be thrown as an exception.", "proba": 1.1211438533109686e-07}
{"commit": "7927efd6c0b7e053b30617f8b93bb96f0c189463", "message": "AXIS2-1988\nContributor: Ann Robinson\nChange RelatesTo to Exterrnalizable\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@497518 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.381165333214085e-07}
{"commit": "a34a3a288a70e1ce6d428f3681e0f09ce2fb3698", "message": "Fix typo in Javadoc\n\n", "proba": 0.6243435144424438}
{"commit": "f0f7a6aca810096ecb5a234f1a2f2fedb70f45c8", "message": "Add UtilsHash with popular hashes\n", "proba": 3.1237320285981696e-07}
{"commit": "8d5a9c54776fbe7152e4c2552148d7ec225588fb", "message": "more commits\n\n\ngit-svn-id: 7c053b8fbd1fb5868f764c6f9536fc6a9bbe7da9@323552 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.732389816628711e-07}
{"commit": "21d6d1ff98f80431a16a8d54cbc5d58ce04ad414", "message": "add path sum solution\n", "proba": 1.6165377019206062e-06}
{"commit": "04f6b26031e4b6c09944370c66713b9ea2d76d0f", "message": "Started refactoring Access applet for buffer use.\n", "proba": 1.1183204406961522e-07}
{"commit": "c84b3282cb01910585174d1fd7b3abfece99a57f", "message": "MenuTracker - create with one item menu.\n", "proba": 1.0615019618853694e-07}
{"commit": "185cc455a87c636d48ad9a16c13d2ebad7433735", "message": "Fix javadoc of camera focus distances API.\n\nbug:1955650\nChange-Id: I073eb533dd1d5fcebbaa430de9af2bf4335c406e\n", "proba": 0.0003375537053216249}
{"commit": "d6e86a687d57851b90d025ae33a8e4021bffe10d", "message": "am 7d4acc53: am 69e2ef47: Merge change I9f93ce61 into eclair\n\nMerge commit '7d4acc5316c080d8e9787d2a7c84e2a2500b85f8' into eclair-mr2-plus-aosp\n\n* commit '7d4acc5316c080d8e9787d2a7c84e2a2500b85f8':\n  Throttle camera preview frames to the app. Bug 2180302.\n", "proba": 1.2040834462823113e-07}
{"commit": "d06dcfd3db609d796165d602a2b7914c0b4f64bb", "message": "Change wake reason checkin tag to \"wr\".\n\nThe old \"Wr\" was also used for Wifi Running.\n\nAlso include discharge/charge time remaining in\ncheckin output.\n\nChange-Id: I303a0be902002d0399b9eb76773857da9103e8ce\n", "proba": 1.1007153943864978e-06}
{"commit": "2a15f38ec2072141de086720a8e914c51056a69d", "message": "AI 143207: am: CL 142996 Fix bug in human readable battery stats dumping code which caused the wifi lock times to be off by an order of magnitude.\n  Original author: emillar\n  Merged from: //branches/cupcake/...\n\nAutomated import of CL 143207\n", "proba": 2.756108585799666e-07}
{"commit": "ee27bcda8644f8c3f2328acc248b8c5c9d152f59", "message": "am b68702eb: am 0e66f16a: Merge \"Doc change: Scroller Javadoc Bug # 7966653\" into jb-mr1-dev\n\n# Via Android (Google) Code Review (1) and others\n* commit 'b68702eb0526633e51d9dbfe6fc971c168e1274a':\n  Doc change: Scroller Javadoc Bug # 7966653\n", "proba": 6.554371907441237e-07}
{"commit": "1503f739f8a22822fa969c516564063ef46db52a", "message": "am e1e0dc8e: Make sure we relayout the TextView when the text changes and marquee is enabled.\n\nMerge commit 'e1e0dc8e6eaec052ebb6b88f5b1223075ce5a356' into eclair-mr2\n\n* commit 'e1e0dc8e6eaec052ebb6b88f5b1223075ce5a356':\n  Make sure we relayout the TextView when the text changes and marquee is enabled.\n", "proba": 1.7225902126938308e-07}
{"commit": "6382ade0c7e26c88c4a17f7ee7124ed92b0b8bcc", "message": "Invalidate text display list on scroll\n\nThis is a problem only when using TextView's internal scroll.\nSince there was no bug report about this obvious problem, it\nlooks like most EditText are single ine or located inside of\na ScrollView.\n\nChange-Id: I699ad0078c9df64c70d10c64f0293b404485e05f\n", "proba": 9.070910164155066e-05}
{"commit": "054951b0b4ac892df7d0733acf8eba777e27502c", "message": "am b1c9068f: am 1503f739: am e1e0dc8e: Make sure we relayout the TextView when the text changes and marquee is enabled.\n\nMerge commit 'b1c9068fa4763547ac35e632077ac40456361065'\n\n* commit 'b1c9068fa4763547ac35e632077ac40456361065':\n  Make sure we relayout the TextView when the text changes and marquee is enabled.\n", "proba": 1.888668208493982e-07}
{"commit": "011a42dee7c31ce781b9393e7dcdea4bd5e90384", "message": "Fix: Text selection handles shouldn't be shown in accessibility mode\n\nIf you select some text normally while in accessibility mode, it\nshould be cleared and handles should not show if you initiate text\nselection using the accessibility context menu.\n\nBug: 22071639\nChange-Id: I32b966e771ba5715a0ab370e6aa602398e5ec534\n", "proba": 1.0845408723980654e-05}
{"commit": "874d77c62e0aa18116063948cd580ad0b37b4578", "message": "A long press on the selection handle no longer selects the word.\n\nBug 3371448.\n\nChange-Id: I360e6259f5f58a6f251efbe031ac46a76b7168e7\n", "proba": 3.502442268654704e-05}
{"commit": "67905cd58db89dd33c7846d6b340d5217ad2ecdb", "message": "Fix: 406604 - Configure Hudson to serve proxy requests for multiple teams (initial implementation)\n", "proba": 9.625880892372152e-08}
{"commit": "a3a430e467ad3aacf45935fa63a5d9b2ffd98521", "message": "Rename ro.monkey to monkey.running\n\nSo that Monkey can set it before running and reset it after running.\n", "proba": 1.9837519005250215e-07}
{"commit": "30bf56267d9d0fa0cdad7791422f4c8e3a55b06e", "message": "am 3b378c92: am a7a4e518: Fix 2209086: Fix missing callback that was preventing right tab bar text from updating.\n\nMerge commit '3b378c925560eb3f65a93d66fa8cb69582a6ac6a' into eclair-mr2-plus-aosp\n\n* commit '3b378c925560eb3f65a93d66fa8cb69582a6ac6a':\n  Fix 2209086: Fix missing callback that was preventing right tab bar text from updating.\n", "proba": 3.124473835214303e-07}
{"commit": "715087ec13420d4004b8891655a4dea446595376", "message": "reorganizing of data generator\n\ngit-svn-id: 7003860f782148507aa0d02fa3b12992383fb6a5@3527 a09ad3ba-1a0f-0410-b1b9-c67202f10d70\n", "proba": 8.739175427763257e-06}
{"commit": "37910fd078ce3abcd057dc78e2fb7aff438676f0", "message": "Create BinarySearchTree.java", "proba": 2.5722902137204073e-06}
{"commit": "426b986d15261e23861dd0d5169bcf1d7eba7431", "message": "Add support for terminating tags by ending the text. I think we'll need to change the parser more to handle nested tags properly\n\nIt currently breaks at least on nested quotes\n", "proba": 3.5423033750703325e-06}
{"commit": "363829064b3966407d43ba8b790742eeaaaf4bdc", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@2220 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 5.927269057792728e-07}
{"commit": "f087ef8b5cd41540b5497ad43dc34642f04027a5", "message": "Update ChatBotController.java", "proba": 5.300169050315162e-07}
{"commit": "4c90a2957a8b3db6a75d6904fe8562987c5cd9a8", "message": "Solution to Binary Tree Postorder Traverse", "proba": 1.941647980174821e-07}
{"commit": "cb54f4f13f75407a6e7ad91e1aa5ec7f811ebc0d", "message": "wip RMPF\n", "proba": 1.4716791156388354e-05}
{"commit": "58c230f43bcc5236056c6d7fcecddcb52352cb4d", "message": "Implemented the SessionService interaction.\n", "proba": 1.4705668149872508e-07}
{"commit": "8f5cdac7238c3cd808438cee75f05e16587c316b", "message": "Update HelloWorldController.java", "proba": 5.223795596975833e-06}
{"commit": "7d196524d7838a43ed1d4d59644ba9b7131712e3", "message": "Replace some get and set selections NotLikeThis\n", "proba": 2.224686141971688e-07}
{"commit": "4d4a98c5b963f379508d9c1939b1188403b8f396", "message": "Add missing Mean interface\n\nSorry again, Jenkins!\n", "proba": 1.0807239192445195e-07}
{"commit": "4acfe2ecafe5aed7306ee1598829e769130faaeb", "message": "adding javax.io.StreamInputStream", "proba": 3.7610791423503542e-06}
{"commit": "35872bea6d830929bb93266fde14d4ebc3a02d59", "message": "Update\n", "proba": 1.038289269672532e-06}
{"commit": "b3ad27822efe4795090c52d254da3a1a0114ec28", "message": "Add unit test for ConfigurationRule\n", "proba": 3.390462097740965e-07}
{"commit": "bfc8599f43971fc11a7d1e67e557a83b3d476609", "message": "am b2449a39: am d86d7bce: Merge \"Use action mode context for ActionMode menu inflater\" into lmp-mr1-dev\n\n* commit 'b2449a399b0e67ab60c592baca9063540b8c1637':\n  Use action mode context for ActionMode menu inflater\n", "proba": 2.1824185125751683e-07}
{"commit": "2d64dbf51b027b2e596b881dbfa08cfc2d45ebee", "message": "meter that perturbs in volume with crystalline scaling\n", "proba": 1.749924081195786e-07}
{"commit": "544dcaca02e4fca6164dd765a66b2c4d5c8140aa", "message": "Create calculator.java", "proba": 3.892458153131884e-06}
{"commit": "c7af8f9d1bb580f776d0bba1de037f14dd41f17f", "message": "mtymes: adding ability to back an InputStream by a temp file\n", "proba": 2.8921752459609706e-07}
{"commit": "50682c53094d49d8930bd7039205577c0e5dca04", "message": "minor\n", "proba": 2.1615694549836917e-06}
{"commit": "d7da98d046ac7d1022aea4323d643dbbff0b2883", "message": "Added Cytoscape writer to check constructed digraphs\n", "proba": 1.169382883858816e-07}
{"commit": "917dbf96b436c4b6a29618f2e04fb866dd6fa48b", "message": "Constants should be final.\n", "proba": 8.424141924479045e-06}
{"commit": "4741db1087dcdba39cad392fbe17cf41f9e3cd68", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "585f37e26201e6cb56fcad82e276d8e45dfdbe0a", "message": "INTEGRATION: CWS qadev23 (1.1.2); FILE ADDED\n2005/06/14 07:34:38 cn 1.1.2.1: #i50558# new initial version\n", "proba": 1.284652739741432e-07}
{"commit": "227aa70acab7be05a60b3cf4c2540821fdaa57d5", "message": "Update APIConsumerService.java", "proba": 1.3994921346238698e-06}
{"commit": "743d9aa76ed6533dc4fbc1b136201184dca061a5", "message": "Latitude can actually take negative values. Fixed the check.\n", "proba": 1.3059636216894432e-07}
{"commit": "138b7bb81adc758c6debf4205ce6686d517ff8d8", "message": "Adds new BST impl with interesting width and depth calculations.\n", "proba": 1.0390564142426228e-07}
{"commit": "58b4cc4d2206ba0df9ed0931f1acce2058c5acea", "message": "am dcf5a663: Merge \"Read in the disable-keyguard-features flag from the XML file\" into jb-mr1-dev\n\n* commit 'dcf5a663cdec5ed1aa6b5d583cdac177a0974fcb':\n  Read in the disable-keyguard-features flag from the XML file\n", "proba": 4.222476661652763e-07}
{"commit": "fdbf07f1749002ef33ff3f7514ad6fb7b23a61bc", "message": "am 07e8fc89: am 9059d377: Merge \"Nuke heavy parts of notification before archiving.\" into jb-mr2-dev\n\n* commit '07e8fc89b0acec9045db9f6ae3fd7730657ae850':\n  Nuke heavy parts of notification before archiving.\n", "proba": 2.2392070775367756e-07}
{"commit": "61574705d34a31a60b53f7dd7231f1dcb1e31608", "message": "Remove incorrect warning.\n\nThe warning about an ActivityRecord not being assigned a task was\nincorrect in the location modified by this fix. In this case an\nexisting ActivityRecord is relaunched so it is not necessary to\nassign the task to the passed ActivityRecord.\n\nAddresses the warning associated with bug 10181389.\n\nChange-Id: I76d5066c320bf9da2663bc34bcaca801ad4953bc\n", "proba": 8.699477803020272e-06}
{"commit": "c9753380c324363aebde5351fcd4b0cd7960dcae", "message": "Moving files to common.\n", "proba": 1.2202127663840656e-07}
{"commit": "95f621a1a4a0891075f1f9daf8e0323aab488793", "message": "am 3bc1bafa: am 6d6d2189: am 08881385: Merge \"[ActivityManager] Prevent potential deadlock from system error dialog and InputMethodManager.\"\n\n* commit '3bc1bafabaedffede8963703cf3bfde2054ef91a':\n  [ActivityManager] Prevent potential deadlock from system error dialog and InputMethodManager.\n", "proba": 1.4266618109104456e-07}
{"commit": "edb9639f7fe7b2ce43c46c1d4263b704a71fc7c8", "message": "am 0882a90e: am 09bb9f66: Merge \"Ensure the intent firewall dir exists before starting the FileObserver\" into jb-mr2-dev\n\n* commit '0882a90e1a357dc6882075b6b6e7c0b14de90645':\n  Ensure the intent firewall dir exists before starting the FileObserver\n", "proba": 7.818175618012901e-07}
{"commit": "564fe1ba091f816f03cfae4dbdebcc7df22ae7f9", "message": "am 6a7899a8: fix 2233092 - Notification shade gets stuck half-open\n\nMerge commit '6a7899a8d6444989657d1058666269263b5b50c0' into eclair-mr2\n\n* commit '6a7899a8d6444989657d1058666269263b5b50c0':\n  fix 2233092 - Notification shade gets stuck half-open\n", "proba": 5.606048034678679e-07}
{"commit": "2c4ef7efb0711a6c2f4675bcfc3b8641d9537088", "message": "Update SoundboardActivity.java", "proba": 8.690428785484983e-07}
{"commit": "fd65287cfdab0d58bd43be6756b0e92b5c4b6e7b", "message": "Fix JavaDoc error in I392166c77cd9dd2c432dc4f1274312f8355de02b.\n\nFix confirmed with 'make doc-comment-check-docs'\n\nBug: 21446448\nChange-Id: Ica4359b13ddbc790740cc22c95b9e002f7c8e4b8\n", "proba": 5.780982519354438e-06}
{"commit": "acc490bd06968c5d654c4fbd382f4166a108e373", "message": "Delete Predefinido.java", "proba": 4.22251923737349e-06}
{"commit": "ffd657b99165faab791b927424cabd35e4189301", "message": "Implementation of Text.substring(int, int).", "proba": 1.5104942576726899e-05}
{"commit": "09ff945fda1c3b88e173efb956a3ffd6ba665549", "message": "am 71191442: TIF: Do not call session callbacks when the session is already released\n\n* commit '711914421896ad15ab3c944c3adc838ac67cf2a6':\n  TIF: Do not call session callbacks when the session is already released\n", "proba": 4.8985225475917105e-06}
{"commit": "3589e4f72a46f194f0477e511f4bc39d6ef6a4e5", "message": "newsmute-41 Code client url submission and retrieval handling on server\nCharacter encoding fix. Works.\n", "proba": 9.663278888183413e-08}
{"commit": "58b6b39ef66e3df8da09a39443169ed3fdd73a03", "message": "ini terbaru dari yusup\n", "proba": 3.9618564073862217e-07}
{"commit": "1a8a1a0645864ab5ef1c9df00af6f2aaf659a415", "message": "Added more comments and changed the default HTTP client chain processing.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@244634 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.1952105789277994e-07}
{"commit": "e499a5c6ba47ea10e65417e79f407ccebca8a541", "message": "If no de/serializers are found and the parameter is org.w3c.dom.Element default to\nserializing the SOAP's paramter XML to a dom element. (ie by default support literal\nparameters)\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@255190 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.584314254112542e-05}
{"commit": "07195b8c77317ac4c182d8ec49d1415dd57ddfb1", "message": "update indentation", "proba": 8.253553005488357e-07}
{"commit": "da35f6987016b997b6d7854468a825034abea475", "message": "Simplifying Void.\n", "proba": 2.379619274961442e-07}
{"commit": "37eb2c83faeccdf5d8ad13f82cd9f680af625497", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@2149 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 6.509111472041695e-07}
{"commit": "0cb346a6e8084d46c22ac6a0a4768746972ff72b", "message": "always compile language module using UTF-8\n", "proba": 5.445858164421225e-07}
{"commit": "cfa259e28cef5567b73280290cfc1f9e2f2fafb4", "message": "strike 1  !", "proba": 4.2907055330942967e-07}
{"commit": "d07ada7f7e658a93d6b6658a9ae79deb8970b1dd", "message": "Create GetUnsettledTransactions.java", "proba": 5.08924927089538e-07}
{"commit": "0d20ef3dec8e0b737bb90eb52afc37bcbe7829ea", "message": "-TeleportCommands_old: removed todo\n", "proba": 1.9389666761071567e-07}
{"commit": "248fd245020d111745d98c6351c6a75c807a36a6", "message": "Added LogGuiThreading", "proba": 1.6627544141556427e-07}
{"commit": "1ff24116d14d3849ab7f8ee3dc9c66b2e99859b2", "message": "Addind diffusion rate covariance statistic", "proba": 5.652911454490095e-07}
{"commit": "c3bb35f8195c67370e6bea2c1fdfcc74b3131d39", "message": "no message\n", "proba": 2.1470650608534925e-05}
{"commit": "36afc484d29377ded1af9fda8c607f2794ecd04f", "message": "Some work on the tree proposal operators.", "proba": 1.1907161479030037e-07}
{"commit": "9ebb9991fd94ad5f78db9e6f4a2cd62e792334d1", "message": "Create Ball.java", "proba": 1.1037891454179771e-06}
{"commit": "1576dd9fc9f888536784b4b1ed17ce56a3cba076", "message": "modified to add the icon for the sub-menu item 'related'\n", "proba": 1.2264813165074884e-07}
{"commit": "f7a7942c4c5aca1919c9897711a91ac9c505b9c2", "message": "energyDimer() location changed.\n", "proba": 1.5966644184572942e-07}
{"commit": "3e42dbb9a29079f610a0f26c289acd8764a7cff9", "message": "add other methods\n", "proba": 3.596112583181821e-05}
{"commit": "fbbb0f6929ada3a3a00c0d6aab510df6c49420b0", "message": "Create (8 kyu) Reversed Words.java", "proba": 2.505952068077022e-07}
{"commit": "a2e27fa79d13d831076822481e1c6dee209e5a47", "message": "bug fix", "proba": 8.047648520914663e-07}
{"commit": "9837d77ea6d6511327caf0b2aa434ca7cb5e7cdc", "message": "get depth from the type\n", "proba": 4.611964357081888e-07}
{"commit": "fd32b6d42063c03943290fd8d10638575df45adc", "message": "Create Draw.java", "proba": 8.605030075159448e-07}
{"commit": "9c79f9a8b58eb365cc2657902153546945325ce6", "message": "Forgott to stage this file in last commit\n", "proba": 1.1921024167804717e-07}
{"commit": "0206dd2ddadfbd12ce08a61333fec4d99496e4d8", "message": "add InputInvalidException", "proba": 8.874121704138815e-06}
{"commit": "b55b77b3d4e4649b978358adb343da02f52c8699", "message": "source\n", "proba": 1.4234885838959599e-06}
{"commit": "fcc75e49902ed55792e4ff4892befd2afe2cb0ea", "message": "LoginListener\n", "proba": 1.7617572893868783e-06}
{"commit": "906f56b0fa75d1c2f17c53251ef88dbc2bfa107b", "message": "Fix indent.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1498822 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999994039535522}
{"commit": "78b7d830e8fe0b20559ccfe8eeff4d640889db17", "message": "\u4e8c\u3064\u306eStream\u3092\u307e\u3068\u3081\u308b\u30b5\u30f3\u30d7\u30eb\n", "proba": 4.0243347143587016e-07}
{"commit": "1dc018b0b2d356477dd3e9c814ff9c996040cfea", "message": "added version param to load\n", "proba": 4.2124617039007717e-07}
{"commit": "521103eba01cfd92923fc2bb3820b9d35e995e77", "message": "Java setup and first pass at BlackboxPipeline.\n", "proba": 1.0430734675992426e-07}
{"commit": "8cd4f824d40046764154c92be92a4ec4e30562dc", "message": "\u589e\u52a0\u4e86\u95ee\u9898\u9a8c\u8bc1\u73af\u8282\n\n1. \u589e\u52a0\u4e86valid\u63a5\u53e3\n2. \u5728\u539f\u6709\u7684post\u63a5\u53e3\u6dfb\u52a0\u4e86\u9a8c\u8bc1\n", "proba": 4.417725847360998e-07}
{"commit": "714dc093db8202a34b047a7e2e382f0e3639b032", "message": "Enum wrapper for default tagname.csvdict. Move to hardcoding constants\nin Java-land for efficiency. Still have difficulty in that Java won't\nlet you force enum indices, so have to indirect.\n", "proba": 1.1414415013177859e-07}
{"commit": "3cca0453f6b7320252c6c6be112516eaabab92d0", "message": "Fixed Method returning\n", "proba": 2.359196713541678e-07}
{"commit": "1358db70e295f1ae98ec92046437683ee82e791a", "message": "Day 20 done\n", "proba": 5.624359346256824e-06}
{"commit": "d5a630fc4655cc294fa933793f8361470935d3f6", "message": "\u4fee\u6b63BaseService#createTableOut\u65b9\u6cd5\u7684\u8bbf\u95ee\u9650\u5236\u7b26\uff0c\u5916\u90e8\u4e0d\u53ef\u8bbf\u95ee\u8be5\u65b9\u6cd5\n", "proba": 1.248547931709254e-07}
{"commit": "2113db97176b5f43543acba1480fdb1f86e7553b", "message": "Add a plugin type to intercept ImageJ 1.x' opening images\n\nThis plugin type will need to be implemented by all plugins wanting\nto have a say how an image is opened.\n\nIt is our design to improve on HandleExtraFileTypes; Now developers\ncan extend ImageJ 1.x' image opening without stepping on each others\ntoes, badly.\n\nSigned-off-by: Johannes Schindelin <53fb8db7833fca1e1746dd8592f61048d350f64c@gmx.de>\n", "proba": 1.3475735727297433e-07}
{"commit": "f80815007be3070f45bc9b86d560ff3439cc4065", "message": "New tag.\n\n\ngit-svn-id: 6c0206e3b9edd104850923da33ebd73b435d374d@621789 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.8369957615504973e-05}
{"commit": "e73411383f6549b4e96d3fa7bb4d99bde60d1581", "message": "Find the nth Prime\n", "proba": 0.9999994039535522}
{"commit": "6670448d8bca6069c71cb3c4d1655d4b0a924f88", "message": "unit tests for ufs directory status\n", "proba": 1.9088220426510816e-07}
{"commit": "7168d9d163b2bb01648b56fa5dc1c3e95496adbc", "message": "\u56de\u9000\u4e00\u4e2a\u6d4b\u8bd5\n", "proba": 4.733172715987166e-07}
{"commit": "e8a6ba34329b14228d4aee40c5e287e4fae1731c", "message": "Fixed fading bug and made custom NotificationBuilders.\n", "proba": 1.0330352750997918e-07}
{"commit": "b98018fddfdfd5895ee321f41522fb349a9bddd7", "message": "redo test cases covering all cases, just need to pass them, read the comments\n\n", "proba": 1.2255904380253924e-07}
{"commit": "7aa1ceaf1a1f35af99b2469d22c5de713ed187b9", "message": "DialogUtils class\n", "proba": 4.950785523760715e-07}
{"commit": "4d5aab0d18b2b2c5f1666f713e6ff9f92e0e2fc9", "message": "Added methods to access wificonfiguration private class properties for\nAPI versions >= 12", "proba": 1.3067136706013116e-07}
{"commit": "a09e82543c8b962647cbd32e43cdbf866be9039c", "message": "WICRPORTAL-46: Adds CA125 report view\n", "proba": 1.1018984480415384e-07}
{"commit": "3545678d964ba628f702f78720989a552afabff6", "message": "VTK-2349 - Merge changes from branch 0.7.5.2.\n", "proba": 1.0093398827848432e-07}
{"commit": "b04d3f2026f337d9bfc1eb36c7d0e5b1b775ea27", "message": "Add simple unit tests\n", "proba": 6.472317863881472e-07}
{"commit": "d5535adfb06d2b66832583f5382c40b9809d89e4", "message": "Resolved 4 of 5 issues\n", "proba": 3.129928529688186e-07}
{"commit": "54ba87155408a36ca257ab28ff56c3c7145ae1bc", "message": "boundary value\n", "proba": 1.6607415318503627e-06}
{"commit": "4382a4e3885e31305f9bf2f3b21dd074eaa38da6", "message": "constructor discovery for immutable object changed\n", "proba": 2.3907128365863173e-07}
{"commit": "b28947e2451bf7c2e0105f46fb45cbeadfa4f14a", "message": "initial commit\n", "proba": 2.7632697197077505e-07}
{"commit": "ce81f37990520086f82cf0c55e46d242728dc08d", "message": "DBZ-759 Adding unit test\n", "proba": 1.2608701638328057e-07}
{"commit": "9de1242256e2dbc86a677cff52248491a55c97f2", "message": "contingenciavel melhoria\n", "proba": 1.4428912891162327e-06}
{"commit": "2c8579af5cd2c29fd0e9c6a62bd509ede81f5e57", "message": "[R] [D] Fixed possible exception\n", "proba": 1.646383316256106e-05}
{"commit": "b2382c7c8394d4c304930bce17c1f51c9d144152", "message": "refactor", "proba": 0.9999991655349731}
{"commit": "81abb89cef9ee6cdbd37a55ce37b3a34c0d80146", "message": "test to add file to git server\n", "proba": 3.560847403605294e-07}
{"commit": "8cd3466ec0807794e3e657f2e15a152422076355", "message": "hammingDistance<leetcode>\n\nhammingDistance\n", "proba": 0.0001020527706714347}
{"commit": "5192ac86a9add9fae31e4ef023a0fd9a43e6dc66", "message": "Add delete salecard servlet\n", "proba": 6.573595783265773e-07}
{"commit": "0bc901e61dddb20e1753d297f5a32d4ffb752753", "message": "copied over from core\n\n", "proba": 1.2410239946802903e-07}
{"commit": "d2f9d40beb4707e61e08d81089f723556cbc4aab", "message": "Improve Markdown parser\n", "proba": 0.0004441550699993968}
{"commit": "26e867213127743c96eeaf2fa15216b28d46ab5e", "message": "Additional fix for cleaning up browser stack\n", "proba": 1.3207657900693448e-07}
{"commit": "fc1471a4dccb5320e418c88bc9d84408c6b9ee45", "message": "error arreglado de lista a instructores\n", "proba": 3.900864840034046e-07}
{"commit": "495bcf16020f81b5deccf4d59da899de774f83e4", "message": "added prototype of ErrorRecordFileWriter class\n", "proba": 1.7103133131968207e-07}
{"commit": "10e7adc5be8e1950c27f5fb815f63bfb1c0da0f0", "message": "[KEB] Dijkstra solution implementieren", "proba": 2.459780432673142e-07}
{"commit": "d06e547f48911b787bc226ad016ee5d79e4e75b8", "message": "switched to h2\n", "proba": 0.00021593458950519562}
{"commit": "866f58f890b927a96526ca81adee75d953792013", "message": "Fix for copying configuration files from the classpath\nDefault value for engine name\n", "proba": 1.926120916095897e-07}
{"commit": "8e34296c656411c7f6f628ccf837bdab0e461b2d", "message": "PUBDEV-2620: Populate start/end/runtime for GLM.\n", "proba": 1.1029140978280338e-07}
{"commit": "a4796e749a5471a5f5bb261f0f46267d266c75c6", "message": "PUBDEV-3072: Fix debugging printouts.\n", "proba": 1.1869487082094565e-07}
{"commit": "ad8b62820108511282d6c7526d407925f87ecc9b", "message": "Missing from commit.\n\ngit-svn-id: 53220ebd72e3949cb75c246cfcf203ea05aa3ac7@7988 52ab4f32-60fc-0310-b215-8acea882cd1b\n", "proba": 3.407784606679343e-05}
{"commit": "6a709477a169379948dc5f3b5b764aea58662f99", "message": "Uses lucene index service with caching on \"uri\" property\n\n", "proba": 1.5592314639434335e-07}
{"commit": "9a8f54f114968f282009e9b85e5d9395ac01d38b", "message": "give a hint if a maintenance window is planned\n\nsee REF # 4685\n", "proba": 1.2420255757206178e-07}
{"commit": "eea351a3c20f60aa6c5e5d18e24f2b7d7020fe29", "message": "stub LipsumServer\n", "proba": 4.657121621676197e-07}
{"commit": "d9c63867545eae0bd76e9d17c7bf57f5f5f4a279", "message": "Some tweakings and stuffs...\n", "proba": 1.0876534872750199e-07}
{"commit": "6bbec93a25d673f63cd2b3ec0e05a8f50f6c00c3", "message": "Added room for an optional user avatar.", "proba": 1.0731607602565418e-07}
{"commit": "c117558df2259a21d1b7412eb7101b0e87c173e8", "message": "initial commit of HBaseStorage from https://raw.github.com/billywatson/pig-hbase-loader/master/src/main/java/com/korrelate/pig/hbase/HBaseStorage.java", "proba": 5.538443019759143e-07}
{"commit": "49f24ed5b22fff70bbf0a13772da20186afa9178", "message": "Add initial player model.\n", "proba": 1.2545395122742775e-07}
{"commit": "ff4bf072d52f17cef1635f4376c1529a5f3058ae", "message": "pl size to 40 again\n", "proba": 2.4430929101981746e-07}
{"commit": "59c5a945fe00b17fadb3e58a0a19327e5cc81fa9", "message": "Soluci\u00f3n problema formato ISO en Heroku", "proba": 7.081371222739108e-07}
{"commit": "8344760c7c47463442cf12fc83d35b5a183963e3", "message": "MainPanel: convert to @RequiredArgsConstructor\n", "proba": 0.000676111551001668}
{"commit": "3faea20e724357e3cbcda4aa9159ed513a8e45f4", "message": "Added Platform Class to determine the Current Platform the Application is Running On\n", "proba": 2.532760561280156e-07}
{"commit": "012e34cd6d00896b4ef0f645ba3318cc3272fe84", "message": "\ufffd\n\t* kawa/lang/Char.java (charNameValues, charNames):  Add \"bel\" for ^G.\n\n\ngit-svn-id: a878c62e23c3cdd7109267dfd9bdff0ba03a0163@1320 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 1.386085477861343e-05}
{"commit": "819710d13b2f57f4f82b11bb62b30c43b4d42bec", "message": "Added GetDistanceApp Example\n", "proba": 1.4519089575060207e-07}
{"commit": "bb9f8788fde0868dd9fdcc06704b230af5a33f3a", "message": "Commit to Create the Pull-Request\n", "proba": 1.2785220349087467e-07}
{"commit": "b69a2a6391b330602e483f3401705b54697da770", "message": "Adding a Check utils class for validating that objects are notNull and\nnotBlank", "proba": 6.997735908953473e-06}
{"commit": "63df55639b6e2b681645db0e8c2493e38750f8b6", "message": "Create withoutEnd2.java", "proba": 1.0265765013173223e-05}
{"commit": "dd01261fe7c2e2c8f63a5c38c484ab8b1befcb83", "message": "Redefine ModelLoader to be an interface\n\nIt was an abstract class. I was thinking of trying to ensure that\nall subclasses implemented in an interface that could take in a stream\nor Reader, but I decided that was too much work -- at least for right\nnow.\n\n(The idea is that the M3DVC loader could unzip files in memory,\ninstead of writing them into a temp file, and the M3DV loader could\nthen operate on a stream of data instead of a file. I may still\nimplement such an interface after I'm done implementing the base\nModelLoader interface functionality.)\n", "proba": 0.0003121033078059554}
{"commit": "88314f38151c686d241b06e9510c9dc73811520a", "message": "catch NULL qid", "proba": 0.0010850820690393448}
{"commit": "b5177eb97dd288a9a2b7508d466c95b05fab2f92", "message": "Comment\n\n", "proba": 3.663055849756347e-07}
{"commit": "7c37b5ec9b570ef767870fa7710803feb149bf32", "message": "Added TestImprovedRandom\n", "proba": 2.786079278394027e-07}
{"commit": "b768a6dc1a1e7752987b874f8a216c8e44c3a5c4", "message": "Creator contains the api for uploading and creating new widgets, either from files as in w3c, zip folder and swf files or from a form for html or embed code.", "proba": 9.744736217953687e-08}
{"commit": "2ba1d9ab073a228a7fcfe32f881e11d745013eb6", "message": "Asteroid.java\n\nThe objective after having taught the game twice is to write codes to make the game features more interesting.", "proba": 1.1909236491192132e-05}
{"commit": "e4ae4347311dfb5529dd076ed0b30dbbe3225c86", "message": "Update CallerInfo to use the geocoder in the updated location.\n\nChange-Id: I9d4507a50ae473964bf2d094b7a1072d79e61e85\n", "proba": 1.1484856258903164e-05}
{"commit": "625c529d4522336584a828e4473a52726da9ae48", "message": "Truth table printing program\n", "proba": 2.752050534127193e-07}
{"commit": "c75d25a00c525a6ae9e4fc16d6fb07a8644d3be6", "message": "Important addition to previous commits - added ChartData POJO .\n", "proba": 1.062697236875465e-07}
{"commit": "b3e04a9b90234f9a27500fb32819c075bc491b73", "message": "updating javax.lang with new Time utilities", "proba": 2.335443411993765e-07}
{"commit": "bf66a94b81f7b2d1bdc0992f0edf55495dbcc37b", "message": "added filename/directory name checks for TV shows too\n", "proba": 1.8448925231950852e-07}
{"commit": "05f4d8d1d0e99dc76dfae7198b1c0ce6c98be466", "message": "am 40f15895: am 028217eb: Merge \"Add hidden method to access a connection\\'s service.\" into lmp-dev\n\n* commit '40f158954491c4d2587e0b2a13cd07195bc27b25':\n  Add hidden method to access a connection's service.\n", "proba": 2.874996027912857e-07}
{"commit": "7a92e0dd1687bc7e5e2f23f5fcd8bf1c088c7c61", "message": "fixed generics warnings", "proba": 2.828138008226233e-07}
{"commit": "f8bcb5610c1974c4921caf5cb225bdb4d02a5fe2", "message": "Add NPE protection and add missing filtering of POJOs.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1459677 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.1793080122733954e-06}
{"commit": "7fc0d151a0d6db7f2406d91e125ac0f089187270", "message": "remove duplicate file\n", "proba": 4.797390829480719e-06}
{"commit": "5e28617751dc33e3ce24bbc9bc13ddd79dda2a6f", "message": "\u0441\u043c\u0435\u043d\u0430 3\u0439 \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u0438\n", "proba": 2.9510218269024335e-07}
{"commit": "bdd968e475c4d5825f0991b128ff5f6b4a172087", "message": "Started cosine similarity\n", "proba": 1.0700555321818683e-06}
{"commit": "b13938b3157d7d8cc2ce47a12cda6a8786bc193d", "message": "clean project data on project disposal\n", "proba": 1.89536962125203e-07}
{"commit": "b7de79d02743cc3b5372be27be818d3227a34e2b", "message": "am 41bb82be: Merge \"Fix NullpointException problem in onMenuItemSelected\"\n\n* commit '41bb82becea5dd1f995dbca5bf5a719f559102de':\n  Fix NullpointException problem in onMenuItemSelected\n", "proba": 2.5756261834430916e-07}
{"commit": "cf347750d04714eb49c3830cab61265eba891f88", "message": "DanielWagnerHall: Allow quiet mode to be enabled by system property, as well as capability\n\nr18086\n", "proba": 1.1142325462287772e-07}
{"commit": "1ed6581b8ee6393f47265386cdb31dabfd82b35f", "message": "Fixing missing semicolon.", "proba": 2.192804640799295e-05}
{"commit": "502bab2a6a3a4ae4cd4d18c8d4b7b135a4039368", "message": "removed uncommented code (#197)\n", "proba": 1.2011427941160946e-07}
{"commit": "08c3adfa79d0578a313d340baa1f3b7c82d68d87", "message": "Re-factor to allow easier addition of extra tests\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@933140 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.221779358384083e-07}
{"commit": "ecd52d1fd8fe548fd22fc054e7f837c049307ad7", "message": "PDF transform for Maney (iText)\n\n\ngit-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@13101 4f837ed2-42f5-46e7-a7a5-fa17313484d4\n", "proba": 2.303155213212449e-07}
{"commit": "d65b3b99f087113a3a75991663e5676bb106fa0b", "message": "Fix bug 5355912 - SearchView in ActionBar with\nTheme.Holo.Light.DarkActionBar gets black text\n\nMake sure that menus generated for use in action bars get themed correctly.\n\nChange-Id: I14ba676d296c785514425d40d89e62dc4ff1da1a\n", "proba": 2.68024592742222e-07}
{"commit": "ec9f3fdb6814a7838c0c4d90f1ff8953bf389827", "message": "am df7f8e24: am 4ed54216: am 89b0ec71: am d03ba30b: Merge \"Always apply window insets to action modes\" into lmp-dev\n\n* commit 'df7f8e2447323e918bace1ff03349f1432d6c729':\n  Always apply window insets to action modes\n", "proba": 3.2909940728131915e-07}
{"commit": "86169c15753059e3fa06d61dffc17ddf038eeaf3", "message": "add missing file\n\ngit-svn-id: 03a8048b5ee8463be5048a3801110fb50f378627@13640 d0ab736e-dc22-4aeb-8dc9-08def0aa14fd\n", "proba": 3.3946093026315793e-05}
{"commit": "cfa89e75ef5238121a2dd19b0904a19642a4a390", "message": "Added missing FileParser class\n", "proba": 1.9222159153287066e-07}
{"commit": "86a8394154b64be2800b950ac444a1d115ef8260", "message": "Make unit tests more stable\n", "proba": 4.652734423871152e-05}
{"commit": "e173e5a5babacb22c49b71d95a767a3b7543c1bc", "message": "Always shudown modules in the terminate method.  Added logs to indicate what will be shutdown.\n\ngit-svn-id: d6acb143e251c037dab5ea34394f8439daf45588@993410 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.047695925801236e-07}
{"commit": "f42eb313f5e25f34e7b0f45ca409b5dc89690399", "message": "default buffer upped to 4096 bytes\n\n\ngit-svn-id: ac804e38dcddf5e42ac850d29d9218b7df6087b7@458722 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.143504616469727e-06}
{"commit": "7d6d0095dc7332440c3068cd82e5a1594c3100a3", "message": "Fehler behoben, wenn x1==x2 aber y2 < y1 bei 2d linien. Die wurden nicht gezeichnet.", "proba": 4.128829459659755e-06}
{"commit": "c602211672652ea3d4093a4c73c30c83a2b85ca5", "message": "add Ramirez map\n", "proba": 4.006998040040344e-07}
{"commit": "ff56c0d6caa4b788f59541b5d68f3999f4820d55", "message": "PL-8187 NPE while opening ColorPicker popup window\n", "proba": 1.199242802840672e-07}
{"commit": "fc3240fe22a2ca1ad4c59ee2309aecc8204aa3c3", "message": "Complete task1228\n", "proba": 0.9998478889465332}
{"commit": "013d2db30d55bf31371e0da2e5648d2baf0800ce", "message": "Complete task1304\n", "proba": 0.9979031085968018}
{"commit": "865a8aee6d18c535c0aa419abf7ec1c9eeb84220", "message": "Add task 2025\n", "proba": 0.9999966621398926}
{"commit": "3b3ec3d6f1575d67113c6c718745e81d3e1edaec", "message": "Update HelloWorldController.java", "proba": 5.223795596975833e-06}
{"commit": "5b44fe35dd288192c3100fc5a179435ad27c4365", "message": "re BLET-47 restructure this to suite user authenticated keys\n", "proba": 1.0671612926671514e-06}
{"commit": "89efa2949267746025dcbbccf4d7d54a86fbad5a", "message": "add problem 1850\n", "proba": 0.9996680021286011}
{"commit": "c0b00879f1ca4ab86cbdd768641e8dca578ea969", "message": "add problem 2566\n", "proba": 0.9983949065208435}
{"commit": "db17a1c243c386462672a347312bda88e92c304e", "message": "Fix failing test.", "proba": 7.477168310288107e-06}
{"commit": "43cb11cae06003c39f0e4ad196f529f065ed0bce", "message": "add PEP implementation\n\ngit-svn-id: 4a0daf30c0bbd291b3bc5fe8f058bf11ee523347@1738 7d282ba1-3ae6-0310-8f9b-c9008a0864d2\n", "proba": 1.356029656562896e-06}
{"commit": "3df4c4ebc7c9e21705721b9b49d84bb159b4f9e6", "message": "Removed the bug with adding the tag of comment in Description\n", "proba": 2.2799312660026771e-07}
{"commit": "646be11e8d93db96347812de891e3ffd20cda04b", "message": "Crawler to use in tests - suppresses SizeCalc, etc.\n\n\ngit-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@9783 4f837ed2-42f5-46e7-a7a5-fa17313484d4\n", "proba": 4.872413228440564e-07}
{"commit": "904de61465abff8dba6fcc768d6bf5586f86ed0f", "message": "Override getAccounts to return an empty AccountSet in MockAccountManager. This used to throw an NPE instead since IAccountManagerService is set to NULL.\n", "proba": 1.1126482490908529e-07}
{"commit": "130c9a6d52162690aaea20362f73e77882afda2f", "message": "Fix indentation\n", "proba": 0.0172440055757761}
{"commit": "e5dbe7db79e8440b859b02b43cc2401d1fe73502", "message": "am 971e730a: Merge \"Suppress location tile in QS on lock screen\" into lmp-dev\n\n* commit '971e730a5d646719688a70a59d8b7c987945d4ef':\n  Suppress location tile in QS on lock screen\n", "proba": 2.6375050765636843e-07}
{"commit": "7d3e49c443324ae9a380f46a40ce09bbb182971c", "message": "fix NPE \n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@10215 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 5.539116045838455e-06}
{"commit": "cea0dd2ae88ffb461f37b8e76af792253536b362", "message": "add SplittingaStringIntoDescendingConsecutiveValues.java\n", "proba": 3.515243861329509e-06}
{"commit": "3390c7580553f2cfec81959fc086c37a8a23dd5e", "message": "javadoc #dominio.classi_dati.Banners", "proba": 3.873717275837407e-07}
{"commit": "09107a22422e4a492e7b0b900ce9245fadc4fa61", "message": "critical path method\n", "proba": 1.072918848876725e-06}
{"commit": "41ab9daddaa216e25370577f681545bb132df8dd", "message": "Convert Help to a class", "proba": 0.9999991655349731}
{"commit": "41d91e1dbb8fd2cb957897116977e17a072a1dfd", "message": "Resolved #22\n", "proba": 1.400250226879507e-07}
{"commit": "09e45d80ca6c4c9018915e1d8d256a938c14e2f8", "message": "am 0312c079: am fdadab4b: Merge \"Fix concurrent access violation.\" into lmp-mr1-dev\n\n* commit '0312c0797a13db08425cd4435c06868c0ac7ec04':\n  Fix concurrent access violation.\n", "proba": 2.6757049909065245e-07}
{"commit": "09eeaecf7440ff63c937337bb2f50079ebbbf9a2", "message": "refactor isAllowedBySettingsLocked()\n\nThis commit splits LocationManagerService.isAllowedBySettingsLocked()\ninto isAllowedByUserSettingsRogkei(), which takes a UID argument, and\nisAllowedByCurrentUserSettingsLocked(), which does not. This removes\nthe need to generate synthetic UIDs with arbitrary application IDs\nand makes more explicit when LocationManagerService is acting on\nbehalf of a caller and when it is acting on behalf of the device's\ncurrent active user.\n\nChange-Id: I2cb8fb52687d2629848e5a4b66a4bda8f0f66fe1\n", "proba": 0.0030945807229727507}
{"commit": "d535ead295abf3b74afb6450c83bd197f69c5a26", "message": "Fixed b/10512887.\n\nThis is an issue caused by multi-threading. If geofence provider service\nis connected and disconnected immediately, the ServiceWatcher can return a\nnull service handle to the private thread used by GeofenceProxy, and\nthis can cause NPE and system crash.\nThis CL also fixed a hidden race conditions bug where mGeofenceHardware\nis not synchronized between two threads.\n\nChange-Id: I824642cd638fbb1e6799a5a1220b047ebc2556a1\n", "proba": 5.594746994574962e-07}
{"commit": "c210b65cd2619ef462bd860c7197ddcb1c39c75c", "message": "Make the silent/vibrate status icon reflect overall device state. (DO NOT MERGE)\n\nPreviously, this status icon reflected just the incoming\ncall behavior:\n - gone for audible (with or without vibrate),\n - wiggling phone for vibrate,\n - silent (speaker + X) for no audible ring or vibrate.\n\nNow that silent mode has changed (see VIBRATE_IN_SILENT),\nyou can easily get into a state where this icon is\nconfusing by setting the incoming call ringer to *never*\nvibrate but setting the overall device silent state to allow\nvibration (VIBRATE_IN_SILENT=true).  In this case, rocking\nthe volume all the way down would show a wiggling phone\n(because the device is in vibrate-only mode) but the status\nbar would show speaker+X (because the incoming call would\nneither ring nor vibrate).\n\nNow these two icons are consistent. This means, however,\nthat if this special condition is set by the user (device\nvibrates in silent mode, but incoming calls should never\nvibrate) and the device is in silent mode, the status bar\nwill show a wiggling phone even though incoming calls will\nnot vibrate the device. This puts the ringer on a more even\nfooting with other apps on the device, which may elect not\nto vibrate even if VIBRATE_IN_SILENT=true overall.\n\nBug: 2598014\nChange-Id: Ib942f68738d77ab0d9b9da4fac718ae5957c133c\n", "proba": 0.9998279809951782}
{"commit": "6daf1d609379a48a7781d89d317033bd9ec98187", "message": "Initial skeleton\n", "proba": 8.590861284574203e-07}
{"commit": "36ab47947faf2035a19d6feea67d4b14cbf3f03e", "message": "123123", "proba": 0.9999810457229614}
{"commit": "192cb296aa0ba395147bbd637740f4b5cc0f243d", "message": "Inherit for inner class", "proba": 2.989049221469031e-07}
{"commit": "8b4445122acfc3934f60ed1c3123e18e5d9820ce", "message": "enemy class", "proba": 1.1440411071816925e-06}
{"commit": "e0888ac03a35c0b9d4f52fd07dd2af7553a3a26d", "message": "A\u00f1adido ej03 - contar palabras", "proba": 5.950479362581973e-07}
{"commit": "ad5216027a73c551d7e3a74fdc2358d610120b36", "message": "code cleanup\n", "proba": 7.806218036421342e-07}
{"commit": "71fd04616ba5b63f2ba9431e5ad5acf547f5f74d", "message": "Geocoder: Document behavior when no backend service is available.\n\nSigned-off-by: Mike Lockwood <368d0007e4626f70737d16df5e49ed8806b98c3f@android.com>\n", "proba": 1.2574311369917268e-07}
{"commit": "e572b8b3e8627530261cdf58b75e6c51cd442f4f", "message": "Add CopyResource.\n", "proba": 1.4603129727674968e-07}
{"commit": "4c97f459a47729e1d6ff3a8b07b457347b216c7e", "message": "add Jump Game solution\n", "proba": 2.4272196696983883e-07}
{"commit": "63336b5b27619e0d941ee42103e8d3d43a9538be", "message": "Added skeleton for LoginDataCustomDAO\n", "proba": 1.830930074220305e-07}
{"commit": "17a8b5bb84ed29df80aab28d861473398276ef31", "message": "sparse-arrays\n", "proba": 1.3253805263957474e-05}
{"commit": "b0923bb1b977ebce272786fdb2726d3c44c6ed49", "message": "am 877ffde5: Merge \"Synchronize channel masks in AudioFormat with system/audio.h\"\n\n* commit '877ffde5f6b5d605a0c3727f8538c8f48427fdab':\n  Synchronize channel masks in AudioFormat with system/audio.h\n", "proba": 1.3117379182858713e-07}
{"commit": "a7407ef01ecd45baf19ce6d9e6f2e72438c238fa", "message": "am baf4a057: am 5c5c3f3a: Merge \"Document that MediaPlayer.getDuration() returns an invalid value (-1)\" into jb-mr2-dev\n\n* commit 'baf4a057f8d4b5a97a5b3da276b59c2cd175e4b7':\n  Document that MediaPlayer.getDuration() returns an invalid value (-1)\n", "proba": 4.3099007598357275e-06}
{"commit": "ca415c8529bd0268f58d7b8c1ba5906cd3d0fe54", "message": "am 345a3835: am f958732b: Merge \"Fix docs\" into jb-dev\n\n* commit '345a3835aafd01e837741aa6ea733d8dc1b7dd2b':\n  Fix docs\n", "proba": 9.578425306244753e-07}
{"commit": "b25abaa5c3d0ef30f81c4a986cbce8abce819d14", "message": "add StartUITest.java\n", "proba": 2.460000985138322e-07}
{"commit": "f4867340c660e5553ee7d812333bbbdad2ef41e3", "message": "fix the problem of \"getConnectedSSID\" and \"getConnectedBSSID\" in android platform\n\nfix the problem of \"getConnectedSSID\" and \"getConnectedBSSID\" in\nandroid platform\n", "proba": 8.417732715315651e-06}
{"commit": "c7eb2c50b80e42701fb0c02a33b5a545500f9040", "message": "added for reteriving workflows\n\n\nSVN-Revision: 4118\n", "proba": 1.1860197446367238e-07}
{"commit": "6df2a6ad89041c84a44ac41d498d941bef525251", "message": "- First Unit\n- New Objects MapObject , TerrainObject  new Enum TerrainObjectType\n", "proba": 3.707284861320659e-07}
{"commit": "6f9a8ef1ec09200008abfe32630aa95114e5a707", "message": "Shape methods implemented\n", "proba": 5.19901789175492e-07}
{"commit": "585ea7192b68284537aae6514170d506e0c91ace", "message": "Support for adding and removing items from collections, closes #40\n", "proba": 1.0465608824006267e-07}
{"commit": "9e1dfd388293bb91dfad492ffaf2ff2d0d30d6f0", "message": "Refactoring Result parser for OpenTSDB\n", "proba": 2.048988534397722e-07}
{"commit": "c7a508fdc52921d77e95814510d39d382df5e3e3", "message": "Test now expects correct contents for child files.\n", "proba": 1.0967278285534121e-07}
{"commit": "63cc1fe7003fd56b44b0bf0e0a4583dbb52bcbde", "message": "removing unused stuff\n", "proba": 1.515636540716514e-06}
{"commit": "ff33c3485b70f641b8160d6635c07189167dc988", "message": "Updated #049", "proba": 2.143875548199503e-07}
{"commit": "1fb59d869590845e428572c638e843c6ff4fe6cb", "message": "- add HashMap vs LinkedHashMap comparison\n", "proba": 1.3144001798082172e-07}
{"commit": "0e058d5f7ad41fc2cea9c75cf20e0042309fb080", "message": "Instance accessor should be static\n", "proba": 1.2756086107401643e-05}
{"commit": "b50ed807931fa27d2439fb031e6313c0d12f37d0", "message": "Add PlayerState enum\n", "proba": 3.079629209423729e-07}
{"commit": "8eb41cce7161c4f2d78db1eec8c33c4f9fe10d8c", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "b1d4d47c45141f67a22aa5b884b9236a15aa09a1", "message": "API REST: Create VertexController\n", "proba": 3.744065963928733e-07}
{"commit": "ebf22d225aacb6a754be5de7b2ae22671c817b78", "message": "Built query builder system in Model\n", "proba": 1.482431457588973e-07}
{"commit": "1451c40774eaf1cf7636facb946f83794ece7e80", "message": "add deprecated to codes accesssing Log.indexTokens\n", "proba": 4.3055769083366613e-07}
{"commit": "1d5992a5acc19b3c300eea4ad319d3a7ba403e66", "message": "Spell it out: add a classifying module loader implementation\n", "proba": 0.9999821186065674}
{"commit": "2f328b1fa165fffdd071bb04c50a5fd638ae90c2", "message": "KCAWD-16: Initial commit\n", "proba": 1.2822683004287683e-07}
{"commit": "a81ce8c94a069643cf3637dd1bf3803c5615a204", "message": "\u30e9\u30a4\u30d6\u30e9\u30ea\u306e\u5909\u66f4\u306b\u8ffd\u5f93\n", "proba": 2.687735332074226e-07}
{"commit": "042446e7cc4ddbd8eae47f94b68e68d488c6649d", "message": "Fixed context issue\n", "proba": 5.445645001600496e-07}
{"commit": "07d7174f4271a68833776ef6448a7ed9011fc408", "message": "4.3. \u041f\u043e\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u0448\u0430\u0445\u043c\u0430\u0442\u043d\u0443\u044e \u0434\u043e\u0441\u043a\u0443 \u0432 \u043f\u0441\u0435\u0432\u0434\u043e\u0433\u0440\u0430\u0444\u0438\u043a\u0435.[#24294]\n", "proba": 1.1256457099761974e-07}
{"commit": "c4b2d50e84ed0d8e1a611e73549f08e381d73271", "message": "add structure\n", "proba": 0.0188137199729681}
{"commit": "cff436614e85b63787ef66ac0aeb39e368d645a8", "message": "3.3. \u0412\u044b\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u0435 \u043f\u043b\u043e\u0449\u0430\u0434\u0438 \u0442\u0440\u0435\u0443\u0433\u043e\u043b\u044c\u043d\u0438\u043a\u0430 (\u0442\u0435\u0441\u0442)\n", "proba": 4.640200586436549e-06}
{"commit": "22124229662930b20ab6db1a813bbf04c1882be6", "message": "doc(HobbitContador): adicionar exemplo de fluent APIs.\n", "proba": 1.1613686723421779e-07}
{"commit": "eed42714fb9ef6d846b3718b9f63231bb30698d0", "message": "Initial check-in\n\ngit-svn-id: 0a6f2aeebe3a339de06b6162ef5a6b6b6e2abc00@687 b8d320ad-ce4d-463a-8333-51e6c77ad906\n", "proba": 1.3727325267609558e-06}
{"commit": "ce03cda2c9df6884a7d0d06cfce80cf7f36b854f", "message": "Add checking unique client ID\n", "proba": 2.1485688250777457e-07}
{"commit": "86c926879e9dafaf77b07fcd92efd0456ec75c39", "message": "Fix a bug that Jirecon throws an exception when recording task has finished.\n", "proba": 1.265423748009198e-07}
{"commit": "18cb3578cb0f84e15f8f4c7a9113279800ce1c53", "message": "Allows to launch commands with ssh protocol\n\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@157 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 5.017504918214399e-06}
{"commit": "6bd252a721e612599e68215d234eab287572cb23", "message": "added ExtensionLoader interface to insulate kernel from OSGi dependencies\n\ngit-svn-id: ab16e2fa1fbc06680b955d2946a056ad3c063f42@5592 0b971d98-bb2f-0410-8247-b05b2b5feb2a\n", "proba": 4.6481500248773955e-06}
{"commit": "2666ff22d62e28061d55a736e5df0b9b0d39b252", "message": "Fix crash at boot.\n\nChange-Id: If33bfa7decd3409d16ddb1e0da12a6d4fe1394d4\n", "proba": 0.00011328093387419358}
{"commit": "9450faccd294a3ead4cf8d1653e8a9800700e109", "message": "am aef4f6eb: Merge \"Fix build\"\n\n* commit 'aef4f6ebc8f8eb1f9fbfbe4ae2556c9f1a26a63c':\n  Fix build\n", "proba": 7.153872161325125e-07}
{"commit": "1f2b219a6c2cf43b622f12d0edcf3d892e5267bd", "message": "Towers of Hanoi test for GeneratorT\n", "proba": 1.274281089536089e-07}
{"commit": "9616cc0524630c1ae2185cbdf3fa2db9dcd13ede", "message": "Add 2 more dispute result reasons\n", "proba": 3.065850364691869e-07}
{"commit": "d8fa823d240f4b4d920fba6ece8867472bfeaa03", "message": "[VTK-5226] Test for read read and read_processed privileges.\n", "proba": 1.0020602303484338e-07}
{"commit": "e6d6a070f52060ed0837cb60abc0575090c7f339", "message": "\u4f18\u5316 ColorPickerDialog \u8d44\u6e90\u5904\u7406\u3002\u907f\u514d\u5185\u5b58\u6cc4\u6f0f\n\nSigned-off-by: Mitkey <75bbfd713b92046b37d170d27ccf17fb1bfb59e5@foxmail.com>\n", "proba": 1.0311021725328828e-07}
{"commit": "cfb64cfd31d595d1ac4a231e4c8c91e73df1a8d1", "message": "First version of json token stream.", "proba": 1.1310228131833355e-07}
{"commit": "da3ae8fba865e4b02016bcb65b87a1fbfa000158", "message": "Use system IME for LockScreen password mode.\n\nChange-Id: I16c4d26fd2aeac2fe1647145b70dfde9d8d26af9\n", "proba": 1.960799090738874e-05}
{"commit": "06d5952ad1d59eccafd9c6e68f994fff267f5a81", "message": "Created a rule for checking file format version numbers.\n\n\ngit-svn-id: 64ebf368729f38804935acb7146e017e0f909c6b@456 6335cc39-0255-0410-8fd6-9bcaacd3b74c\n", "proba": 0.9981020092964172}
{"commit": "ecec76f86492bc0f0a74bb990b1ada88213cd711", "message": "Added specialization for booleans to #value\n\n- the early specialization was already added earlier\n\nSigned-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>\n", "proba": 1.2489408618421294e-07}
{"commit": "e376efcb98ebb946d8ba817a49da55c82fe34c0f", "message": "create URLUtils test for longToIP\n", "proba": 2.0681945045453176e-07}
{"commit": "b13eba2d97b55eec4209fa0a5356d50569acf8bd", "message": "Created A BTree and the two necessary inner classes and also added a search method\n", "proba": 1.2205119048758206e-07}
{"commit": "3124b9d63cc37e89996764ae5c0ad9eee7963393", "message": "Add draft of api collection class.\n", "proba": 1.112467913344517e-07}
{"commit": "87be77a394b2453fdf1708419d853ddf24986c8f", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "7d0d9dbc12253aba2b7b16cafe55d3ddecc5b2e3", "message": "Add SSL. Test still passes.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1455714 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.119947789149592e-06}
{"commit": "0682cd9b086095310614c0785a963cb1e4bde9e6", "message": "Add auto close non closed LinearRing.\nAdd fix for empty metrics (broken SXF)\n", "proba": 1.0993247911983417e-07}
{"commit": "08ce18728cbdadbf376d2d1014daa06cf05c295a", "message": "Add more @NonNull/@Nullable to TextServicesSettings.\n\nWe need to fix TextServicesSettings as well as InputMethodSettings,\nbecause regarding Bug 27687531 the same issue was copied from\nInputMethodSettings to TextServicesSettings by my CL [1].\n\nThis is basically a mirror of the fix for InputMethodSettings [2].\n\n  [1]: Ie3d61458648df469abe149b7aaad8087c531a675\n       49ed14017697f8f19b8d49d55462713396a0588e\n  [2]: I169ad4957e68b65c64251b0849056195b8ca4911\n\nBug: 27687531\nChange-Id: I068f8821a32d2e199fbf6239bbe833da8c5a4e5e\n", "proba": 2.604282599349972e-05}
{"commit": "5c69d9403fb52b296c57d135b410e95fc2cd28dd", "message": "am 59a6a8a5: am aa631d9a: Merge \"Fix issue #17329066: Crash in ActivityManager\" into lmp-dev\n\n* commit '59a6a8a5081ca7670ae120ee9a4a66004f6bf0f5':\n  Fix issue #17329066: Crash in ActivityManager\n", "proba": 4.250677818617987e-07}
{"commit": "d7bf82d6a422a8b10e2a9bea7f4e3fcdc804d19b", "message": "am f32b22e9: resolved conflicts for merge of ca903d38 to klp-modular-dev\n\n* commit 'f32b22e9c78cbc0109adbad67e9ff3d7045bd954':\n  Move task to top in window manager.\n", "proba": 1.1422538648275804e-07}
{"commit": "c695e6c289ef9389d3aef2080246b2c9b97ec242", "message": "am 3a85ae0b: am 85e7eafb: am 86f1d252: Merge \"Set user agent for XTRA download according to carrier specification. Bug: 17056380 Change-Id: Iacb90d4780f35fa6875702889d4a5f02610768b7\" into lmp-dev\n\n* commit '3a85ae0b6a79f2ac591991c745322914f8f7376e':\n  Set user agent for XTRA download according to carrier specification. Bug: 17056380 Change-Id: Iacb90d4780f35fa6875702889d4a5f02610768b7\n", "proba": 4.0703437775846396e-07}
{"commit": "0e686a4334db89869b76f5d346f525448ce994ed", "message": "\u5b8c\u5584\u56fe\u7247\u5de5\u5177\u3002\n", "proba": 1.1514531195189193e-07}
{"commit": "fbcee215d19d4005c3cf85250a22be2403d7103a", "message": "Typo\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1480016 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.5664885495425551e-06}
{"commit": "2884d93ae8f0fbe79735ace967066009d3026ab1", "message": "call the right method in the right class (this was calling into EtomicaInfo, which was wrong)\n", "proba": 1.6210226760904334e-07}
{"commit": "f08327aa4df97a9903f3636cce558d97fce05dca", "message": "Refactor process creation and synchronization into distinct methods", "proba": 1.7170434318813932e-07}
{"commit": "b75c59ffd0fa072481ed1b5bc18e2123a6fc97ca", "message": "am 4878a26c: am bbbe13d5: am d4673355: Merge \"Keyboard.Key#onReleased() should handle inside parameter.\" into mnc-dev\n\n* commit '4878a26cb6bf9367ec438621bb6506385eee6604':\n  Keyboard.Key#onReleased() should handle inside parameter.\n", "proba": 2.1776034486720164e-07}
{"commit": "495d820c0124a811b9352b93ce4fe88c716f259d", "message": "am ccaebfc9: Don\\'t set priority in Bonding state. This was causing A2DP get connected for Car Docks, when user didn\\'t select it.\n\nMerge commit 'ccaebfc9428aa7c167caf469f7393e1fb375307e' into eclair-plus-aosp\n\n* commit 'ccaebfc9428aa7c167caf469f7393e1fb375307e':\n  Don't set priority in Bonding state.\n", "proba": 1.5484333459880872e-07}
{"commit": "a8395a061bfbb57a489f549869055e6d9cbbdd1b", "message": "Added the ThreadPoolApp file\n", "proba": 2.183773801789357e-07}
{"commit": "c431009141411246e62d6b4063500461c4ade51c", "message": "refactor supports\n", "proba": 1.5038217497931328e-06}
{"commit": "e5bc3240b46e171888eb0470e0df8643ff96cc03", "message": "initial commit of virtual synchrony junit test\n", "proba": 1.4129697945008957e-07}
{"commit": "494319db1d38457f975a00809ba6d7a198b88cfd", "message": "Wrapper object for an X509 Certificate.\n", "proba": 1.1891909679206947e-07}
{"commit": "b09bda7496df8bd1526602ba6abf05c3a15e46bb", "message": "#458: FS reader catches exceptions while processing record lines\n", "proba": 1.2152551676081202e-07}
{"commit": "f92da767119a6461f7cd628f4b1f7a94196fc850", "message": "Create UtilXMLReader.java\n\nUtility to read xml file and create an in-memory hashmap", "proba": 1.9804213025054196e-07}
{"commit": "4ef0ea94238b840cb251b26c1bf4b9a75ce594ca", "message": "Prevent duplicate commit messages from being saved. Replace absurdly overcomplicated String[] code with ArrayList<String>.\n", "proba": 5.680082608705561e-07}
{"commit": "b9ad6f870bead7b9342d3cdaadfbb8e25ade11e3", "message": "circle guideline\n", "proba": 3.0454739317065105e-06}
{"commit": "73a7445ea4a7e3e3098a5296149efb53968179ba", "message": "Correcting android packages\n", "proba": 3.161770109727513e-06}
{"commit": "0aeae99e37c7a0e67df10b73022636876cfbc8e2", "message": "Create 3- checkPalindrome.java", "proba": 1.6320966267358017e-07}
{"commit": "f7a673df05f91ce563c573d75afb2d7a79630550", "message": "ExportFormat for *.htm extension\n", "proba": 1.5416861742778565e-07}
{"commit": "6499c91ec2f90885db3e5cf3659941db43be68a5", "message": "Change constructor for common case of Object value (rather than just String)\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@449557 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.857897743524518e-05}
{"commit": "a44249500f6c1c7a75b5c420fa2e81c2aa317a10", "message": "Fix stupid bug in GLThreadManager implementation.\n\nThe code intended to copy the old value of a field, before the\nfield was updated. However, what the code was actually doing was\ncopying the new value of the field, after the field was updated.\n\nThe fix was to move the copy to before the update.\n\nThis is work towards fixing bug 2228262\n", "proba": 3.001019422299578e-06}
{"commit": "89b185297af882eaadeef35520ed48c876fc00e5", "message": "Remove Validator handler\n", "proba": 3.515826278999157e-07}
{"commit": "f6223608c2cb549e34b58f607d2682803da4a9be", "message": "Delete NoiseGeneratorImproved.java", "proba": 1.0489405894986703e-06}
{"commit": "bcd31e66f3a10939d0d8f89e39fcbd78c9ec792d", "message": "I pulled a Vazkii and didn't save...\n", "proba": 1.1057344551090864e-07}
{"commit": "ec4f94ec11972667d454ca50a059b0e0b6aff324", "message": "Updating FlashInterceptor package reference\n", "proba": 1.6935307201038086e-07}
{"commit": "1dddf1298deb333d92a00464233716f492d06c74", "message": "- Added GUI component for Iterative Eigenvalue Solver. Not yet connected to the rest of the code.\n\ngit-svn-id: 46955ac43e434ad9d19bfa322b6bb017fbb57c2b@206 146eac83-2b0f-0410-9363-9ebcc3d868b9\n", "proba": 5.65367713534215e-07}
{"commit": "8a442284fe45f9f42c7f86c8eb7e0e5fb57a0474", "message": "Fix refreshStamp updating.", "proba": 1.2434762197699456e-07}
{"commit": "5765a0de8af84d98866a7ae7670254582897ee9a", "message": "14:58 31.07.2017\n", "proba": 2.9031710369054053e-07}
{"commit": "8449e3ddd035d724df8414be3b25f885d6db7957", "message": "11:37 06.10.2017\n", "proba": 3.3895054230015376e-07}
{"commit": "f5140cd4e78aaa21cd4eaa64c5530e082a105136", "message": "MODIFY OrionMongoBaseSink, setting to collection-per-entity the default data model\n", "proba": 1.5540089748355967e-07}
{"commit": "c055e7e66b73530c8fcf5c4417c994461c838c99", "message": "Added a SimpleSourceFileGenerator that creates Java classes by building up a string.\n", "proba": 1.0466806799058759e-07}
{"commit": "e960eab7907b3bc76ac87dc434229ad16e1b6fbf", "message": "HBASE-4145 Provide metrics for hbase client, add ScanMetrics.java\n\n\ngit-svn-id: 949c06ec81f1cb709fd2be51dd530a930344d7b3@1177506 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.5103157642879523e-06}
{"commit": "cd336344761c8c9175a8ac56e4343aa995679354", "message": "Implemented the ProposalPersonRoleService functionality in this class itself\n[KRACOEUS -771]\n\n", "proba": 1.036419945421585e-07}
{"commit": "d95949114a3cf292ea5eb41079cf44fe82103f36", "message": "adding an initial gui for the new tracker filter.\n", "proba": 1.0751173107337308e-07}
{"commit": "a406294fc00554bba9c7ac34bfa0985430fc7149", "message": "Moved to where used\n", "proba": 1.7441593058720173e-07}
{"commit": "c501fd12579096c04c2836eccae6ff7bd7e58ee6", "message": "UnkowUser and UnkowItem Exception now catched", "proba": 1.4171249063110736e-07}
{"commit": "72921adbaa949992929c810e49e102c7bcf4bf9d", "message": "feat(): add UmmalquraGregorianConverter\n", "proba": 4.7572066819157044e-07}
{"commit": "fa81463e88d15859b557be6fef5982b049b92ab8", "message": "Set AudioGroup mode according to audio settings\n\nSet AudioGroup mode according to holding, mute and speaker phone settings.\n\nBug: 3119690\nChange-Id: I02803ae105409b7f8482e6c2ef3e67623bd54e03\n", "proba": 9.665949392001494e-07}
{"commit": "92105699ec22137e5907bdd4f528183ebaa78038", "message": "xbetloader\n", "proba": 1.1610346746238065e-06}
{"commit": "ebe8355d11e579ba3d14684eff7597ee238d0960", "message": "Create Number of Steps to Reduce a Number to Zero.java", "proba": 3.19959654007107e-05}
{"commit": "357aaeae52a7c678b7f8e8183319d0ced4c0c14f", "message": "am 6c162ab4: Merge \"Remove logspam from GlobalActions.\" into lmp-dev\n\n* commit '6c162ab4e1e09c31426c22aacb20729a00567c3e':\n  Remove logspam from GlobalActions.\n", "proba": 2.126514289102488e-07}
{"commit": "507ea24b8f881f8af42393a0512c88cf7397edb9", "message": "am ffdc7aed: Merge \"avoid crashing system serer process\"\n\n* commit 'ffdc7aed5ec8f38706ddfad02d3df05493351083':\n  avoid crashing system serer process\n", "proba": 3.356553008870833e-07}
{"commit": "40acb999ffaefc0ba5ca7a6588e357e2dbef2732", "message": "KAFKA-3014: fix integer overflow problem in leastLoadedNode\n\nAuthor: Jason Gustafson <jason@confluent.io>\n\nReviewers: Guozhang Wang\n\nCloses #696 from hachikuji/KAFKA-3014\n\n(cherry picked from commit fa4ffb8767da18b2b84ef3d3cbeb2d4c5b804dbe)\nSigned-off-by: Guozhang Wang <fae442ba222671b2ebdf7511c9ca77079c43031b@gmail.com>\n", "proba": 2.1166850672216242e-07}
{"commit": "654f529b0151e5195170174e4fda767b65ce99e6", "message": "Create Position.java", "proba": 2.616375923025771e-06}
{"commit": "d7a5be626147a962529c8dc1b955316c4d662dfb", "message": "Create Problem2.java", "proba": 1.272871372748341e-06}
{"commit": "dadc509d55cb39844541a3ef6db2e02705c1fa2b", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@2356 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 5.713870905310614e-07}
{"commit": "d5027bfa8e141bd8b132ebc396694e173a829c65", "message": "Add a test demonstrating a stateful proxy\n", "proba": 8.834601885610027e-07}
{"commit": "6ea8e7ed52509553ec0f28138a67aefe5684db5e", "message": "fix applyDecorator to null-check the uriPath\n\ngit-svn-id: 29aad96320b2a07b98332cd568fc1316025c072f@5829 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d\n", "proba": 3.0551550480595324e-06}
{"commit": "2251c7e77e0da2ab83c681efe86995ae89cba210", "message": "[lib] Wrote a marker primitive list interface...\n", "proba": 1.0467725530816097e-07}
{"commit": "a563b761fcc732b1268c34c15b5cd1ac37db0ee7", "message": "added tests fro terminalMazeView, tested ConvertToDirection and RestoreState methods\n", "proba": 1.3279915833663836e-07}
{"commit": "e30b01a46eed11a3f9ba35420afa5b54b3948465", "message": "Add unit test for HideIgnoredFilesAction\n", "proba": 4.308616610160243e-07}
{"commit": "378570526f6c5fd1244daec092092fdd7255d9e3", "message": "Still with the debugging.  Major changes include arguement to the main capabilities added.  The pressure measuring code is disabled.\n", "proba": 1.0262892402579382e-07}
{"commit": "843915ad4d65223847e1c5a24e5ed4290273889c", "message": "Use Dialog as default font\n", "proba": 4.2478006889723474e-07}
{"commit": "4d114920719d4bdf6c014a9475178bbd0eba905d", "message": "Annotate @SystemApi on some WifiManager methods.\n\nBug: 17112931\nChange-Id: I5980bc46bc1f16316caecd7fcc6cd771b8ca6cdf\n", "proba": 3.921906227333238e-06}
{"commit": "835e0858c7d5ee48b0c76a84520c2412153292ee", "message": "am 0e9e089b: am 4fcbabb2: am cb9c0940: Merge \"Added logging in a few error paths for wifi config installation.\" into mnc-dev\n\n* commit '0e9e089b9a5571cc6cd2a0d67a2c5fdeefa4e74b':\n  Added logging in a few error paths for wifi config installation.\n", "proba": 3.6757623433913977e-07}
{"commit": "216d8c3635e0fd8da730616d89ec0ea2ce10be76", "message": "fix null pointer crash\nBug:20232584\n\nChange-Id: I7c46e372bc8f3a54b0428ef56c034eb2c79133ea\n", "proba": 1.0387071824879968e-06}
{"commit": "78dc04d81b785a8da184f3977b5642763ce35ea9", "message": "am 3b9ce37b: Fix build break.\n\n* commit '3b9ce37b51dcc7729489701d4e797fe91f2ef559':\n  Fix build break.\n", "proba": 1.9242078508341365e-07}
{"commit": "9d68fe46504ac2521fbcc8ad5e5d7e74dbffd89c", "message": "am 74c720c9: am 76f08750: Merge \"Disable mDefaultDns to see if we can remove it.\" into mnc-dev\n\n* commit '74c720c952c385fd4d4fa476a7fd14b22323c734':\n  Disable mDefaultDns to see if we can remove it.\n", "proba": 1.3796541509236704e-07}
{"commit": "6e1bf911039f16bcc20319790014aa08ad04f942", "message": "am 6eead851: Merge \"Allow any unvalidated Network to satisfy NetworkRequests.\" into lmp-dev\n\n* commit '6eead851d2ea56c3e7319587d4066b1828d54699':\n  Allow any unvalidated Network to satisfy NetworkRequests.\n", "proba": 1.7092681048325176e-07}
{"commit": "883479cda5a14ebb29f3a0c913a8cda59fc08ff7", "message": "am 07f2d1ad: am c1ff2c73: am 422f04bc: Merge \"Speed up network transition when WiFi disconnects\" into mnc-dev\n\n* commit '07f2d1ade33c07596b4b5a652235b7579ab848c3':\n  Speed up network transition when WiFi disconnects\n", "proba": 1.081883624465263e-06}
{"commit": "fe279619db8a094781510f5c9ac2ff96ed186420", "message": "Apply new Android keycodes to CEC keycode mapping.\n\nBug: 17686439\nChange-Id: Idc9f87863aab437cd9c5f95305862a94d662a3f4\n", "proba": 4.564751634461572e-06}
{"commit": "0568f28ac3ba83ec268b54d16a8b19c1fcaf9c89", "message": "Sets COARSE_LOCATION permission for VrCore when in vr mode.\n\nSee b/27900412 for more details.\n\nBug: 27900412\nChange-Id: I3e8544e44ff6dfc96d58f9189cf0034ce76ed009\n", "proba": 1.3981926372252929e-07}
{"commit": "4328e3129ee40c487b80b2a59dd0ed10426ceeb0", "message": "[A XOR B]", "proba": 0.008920388296246529}
{"commit": "c26ec3413cb023e5f46577b878835a07bbcd845a", "message": "add a util  - ConvertedArray\n", "proba": 3.4638611623449833e-07}
{"commit": "3b71c5537e99521e2a23faa9c0a7a4ddc754769d", "message": "\"\u65b0\u589e\u5f00\u5173\u6309\u94ae\u6ed1\u52a8\u4e8b\u4ef6\"\n", "proba": 1.2386378500650608e-07}
{"commit": "ffa32fa46f09065b1e7270639da2125a14eaa0e2", "message": "done tcp flow\n", "proba": 9.436618029212696e-07}
{"commit": "eb4c787aec87156f5540a01edd32e9314918f895", "message": "Create Zoning Restrictions Again.java", "proba": 1.8438143456478429e-07}
{"commit": "28c596ededb0c9daee0db526cabcb671244ce850", "message": "New Data Streams example.\n", "proba": 1.3560615741425863e-07}
{"commit": "b5aba44ecd206ce3c50f009c746dc56483b667c1", "message": "Ver String fix.\n", "proba": 1.889958269885028e-07}
{"commit": "ebd399a2f7fd2ed843c264ed693c8c9d526704e1", "message": "Fix .addalt not displaying syntax error", "proba": 1.9387721295061056e-06}
{"commit": "339de412424e37afe7c0127788510e9bc123c3b4", "message": "Moved Util to boing/core\n", "proba": 1.495810408869147e-07}
{"commit": "7d86f42727631d79acb286bf1da0d6e43bf6328a", "message": "Completed Avg age method\n", "proba": 3.9773550497557153e-07}
{"commit": "bb3ed27d902f99dacc5f6c1609f797cd4d4a5bdc", "message": "Change return type \"CustomArrayList<>\" to \"Colletction<>\" in method \"getPetList\"\n", "proba": 1.2607091548488825e-07}
{"commit": "94478251280c13f97641b95fc2a0535a8b4f9514", "message": "Delete WebTools.java", "proba": 3.7726681512140203e-06}
{"commit": "33c7d3bf5c04fd5f2d21cff3805b4cc6ef019a70", "message": "\u4e8c\u53c9\u641c\u7d22\u6811\n", "proba": 5.459466478896502e-07}
{"commit": "6420fed578ba5eab3cf072d1de30ca87c0ee5d47", "message": "throw exception with _any_ copyrole\n\nrather than just assuming this is a master.  It's probable that someone will call deriveImageCopy on copies other than masters.\n", "proba": 1.1277312950142004e-07}
{"commit": "a1b7b29c21477d9a11cbefcd2e204f3e246bab80", "message": "fixed casting exception thrown when specialized file is null\n", "proba": 4.367965402707341e-07}
{"commit": "c7246e2c309915fa7a469af3a1aa4f466007a163", "message": "added missing callbackcontext success\n", "proba": 3.1262800348486053e-07}
{"commit": "9d3b28a3150d201627482c0ad7eefd003dc82a03", "message": "started designing tab selection\n", "proba": 1.562559930334828e-07}
{"commit": "98482c420e61e44159bc678f8e391bf938cd9c37", "message": "Correct the scope for depth array\n", "proba": 0.00014022717368789017}
{"commit": "2ecde96ad4fea31e81b61e5b199646acbe61df3e", "message": "am c9ed4e98: am 78624d61: am 5eb2b0ca: Merge \"Set P2p statemachine\\'s network manager before starting Wifi\" into klp-dev\n\n* commit 'c9ed4e98b880926d0621f10f8a9ce7a6b5f2016b':\n  Set P2p statemachine's network manager before starting Wifi\n", "proba": 6.831253926975478e-07}
{"commit": "954a62f6dd5c7130f3096ed3a665d8a407d09659", "message": "*** empty log message ***\n", "proba": 5.360483328331611e-07}
{"commit": "3573d400a5940a53747425139e9f7cbe7e9fe114", "message": "Enter minimal boot mode when booting encrypted\n\nBug: 5233488\nChange-Id: Iba7a41c69af2387594d2be562d587918cd17a348\n", "proba": 3.8596452213823795e-05}
{"commit": "9bf6d7eb0a74e17cc9d67cde1a090ce86ff0e44c", "message": "removed unnecessary declarations\n", "proba": 5.664045147568686e-06}
{"commit": "5b433813b7ae938a4777d01a5da23f9e732b35dd", "message": "Add ArtUtils for art-related functions\n", "proba": 2.091322812702856e-07}
{"commit": "820f35281b2e2cc93c931b6581c0a2077e471743", "message": "Don't update instance field until all milestones are loaded", "proba": 2.5230283995369973e-07}
{"commit": "19d81003c9bdaca052a6949fa4ce9f4ee1cc5044", "message": "\u91cd\u5199onBackPressed()\u65b9\u6cd5\uff0c\u4e3abtnBack\u8bbe\u7f6e\u70b9\u51fb\u4e8b\u4ef6\n", "proba": 1.3502236129170342e-07}
{"commit": "a1892ae1775e4dc20552f4b4e9bfc2a06c5e0b03", "message": "Removed (commented out) revalidate() that didn't seem to do anything. Changed RandomPlus#nextString() implementation to rotate nearly sequentially through String list instead of returning a random one, to reduce the amount of times the same String was being displayed.\n", "proba": 1.1379221120932925e-07}
{"commit": "35bb1311016930e7663209cc27d93cd91777b93d", "message": "Added a File Handler that will encode File objects in the output and decode file objects from the output. File objects are encoded in base 64 and create temporary files when returned.\n", "proba": 1.1042675396311097e-07}
{"commit": "ea73026918ef0926e8719d38b16577697a1bfb0f", "message": "Add logging to notification\n", "proba": 6.492168154181854e-07}
{"commit": "05fee564973bc3d022918ad5da574dab117180df", "message": "Longest Absolute File Path\n", "proba": 5.155568487680284e-07}
{"commit": "1036a0acf257a851cd08c8fe36be905a5269aa2e", "message": "KRACOEUS-85\nForgot semicolon\n\n", "proba": 2.680690727174806e-07}
{"commit": "00fcb2f77e380e2de319287502876839a27858c0", "message": "forgot config\n", "proba": 2.4368989670620067e-06}
{"commit": "27d4b914ce3ca73a4e7e408519fe6e9746a5b95c", "message": "adding\n", "proba": 4.845758780902543e-07}
{"commit": "371eef9b25932405baa94ea35bb7d2aca571b6c0", "message": "Fixed Driver\n", "proba": 5.730198040510004e-07}
{"commit": "5208d2eed69f4ef723fbe4fdf39a40f56b1750b8", "message": "Test again", "proba": 1.7623055725835002e-07}
{"commit": "d8a14e54698ec581080f6ef54d34e415bc45d7af", "message": "Create test class for 'PropertyOperator'\n", "proba": 5.689537374564679e-07}
{"commit": "4a91a2105f2293d03c447cc2b33befce581e24fb", "message": "Medium\n\nheap, comparator, intervals", "proba": 2.5031528139152215e-07}
{"commit": "1b7569c01865078e989a85a08ca1b19a7f7b7edc", "message": "KRACOEUS-278 - Turning back on class validation.\n\n", "proba": 9.960027114175318e-08}
{"commit": "197e3ebebb38bee1fa55ebba291f7116440236c2", "message": "\u4e86\u89e3\u4e00\u4e0bbigint\u5728java\u4e2d\u7684\u7528\u6cd5\n", "proba": 2.52470584882758e-07}
{"commit": "6ec1cf7156f42738e31b9a120edba6d3be640be0", "message": "Finalizing Storing Data\n\nThe BigEndian method is finished with the data storage as hex part. I\nstill need to add flags to differentiate between strings and ints but\nwhatever... It's good for now\n", "proba": 1.1731438576134678e-07}
{"commit": "21005cfff512ef7c5ad1fa073afb67d1d3716f58", "message": "Getting familiar with the structure of component connector\n", "proba": 2.4230450890172506e-07}
{"commit": "f41b464eed72128808b206a206e9d31f8c47ac81", "message": "Create Problem4.java", "proba": 7.255042078213592e-07}
{"commit": "3c8bbe245e7b0f937c36620c1427726fe9de50a6", "message": "Check that mRemotePlayer is not null before use\n\nBug: 14138829\nChange-Id: Ie7ddb54ef3b82b9566ac41d4f0ff335976d3c907\n", "proba": 6.578794682354783e-07}
{"commit": "cff29c820f8d673d53211dfd502582fea36cdfe4", "message": "refactor\n", "proba": 0.9999991655349731}
{"commit": "8692f7f04bcf97619859be19a83fdc768a749609", "message": "Proper fix.\n", "proba": 5.378748255679966e-07}
{"commit": "cda62588245fe887e41d4657177eef76195a503d", "message": "add ArraySquareTest.java\n", "proba": 7.068268246257503e-07}
{"commit": "3b1aef346b3fb01c577270cca53ab7a902318bce", "message": "Add LoadingDialog.\n", "proba": 1.61877792947962e-07}
{"commit": "731e5a4fd791c8af73505e4a756e7d8c8c60a131", "message": "ErrorHandler hinzugef\u00fcgt", "proba": 1.2360069376882166e-06}
{"commit": "f0eaa606adbf09d9104984065a2be999f42fbf4d", "message": "Remove redundant members, make everything static\n", "proba": 3.199376806151122e-05}
{"commit": "b75666096e18822153be4f699488812309cf085f", "message": "work on #2772\n", "proba": 1.6916762035634747e-07}
{"commit": "c58c24d7fa87dbbcde0e55a5accbd9c62528ecb5", "message": "SHIRO-344: removed no-longer-valid comment (we require 1.6 to build on the command line now)\n\ngit-svn-id: 350fc1e9872082bd0a3dc027ce1492371c4036a5@1364199 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.575465138463187e-07}
{"commit": "dc9c64c7bdd85ad7c4d2ec1e61c6b43be0264458", "message": "finally actually fixed $-Problem", "proba": 3.6749807463820616e-07}
{"commit": "c7c866c4287dfff1899f5ec6ac421010848cbbc6", "message": "Update the part index\n", "proba": 4.231033017276786e-06}
{"commit": "9b89d169e5893eecec02460fff862c406c7c8f0f", "message": "http-api: add item client\n", "proba": 9.68099584497395e-07}
{"commit": "8cfa2c66451c33296b611a929913fd6d2086dd4b", "message": "xtea client: fix checkstyle violation\n", "proba": 1.9995052014110115e-07}
{"commit": "644a3fa732a0bd51e4e8ad4b31c7f7f23cabf8bf", "message": "Extracted queries - some experiments with sonar\n", "proba": 0.0001306921330979094}
{"commit": "b729e22cdde54aa353a32f964036b06e503d9c1c", "message": "Use new ApplicationSecurityEnforcer constructor\n\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@200971 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.423316456974135e-07}
{"commit": "d7c14b8f5190c0b61b69a978defa505c9c118b9d", "message": "Adding new persistence class for Meeting Object!", "proba": 1.1494793028532513e-07}
{"commit": "d7427701c61d2a89ed674a11532ab30a10b8974d", "message": "Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55638\nFix the corruption of large WebSocket messages when using the NIO connector.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1530397 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.003256307216361165}
{"commit": "6a53b2f6909c7c63e594ab1dcd7c9decd9be41ba", "message": "Code format. No functional change.\nRemove unnecessary blocks.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1623240 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.5685232433024794e-05}
{"commit": "3f4016ee1f42922195a71f9d86c6b4282c05579a", "message": "TODO-897: simple driver", "proba": 1.2287682693568058e-06}
{"commit": "131e4d1811e18955d06365d3c0f04578d6ef9847", "message": "Adding TestWithDBUnit Util class\n", "proba": 3.005989412940835e-07}
{"commit": "b847b23b53c0808db66d521f1c9d3892ac68ad26", "message": "am 4aad8a4c: am ff004b9f: am 99fc7e95: Merge \"Add path to native libraries inside apk\" into mnc-dev\n\n* commit '4aad8a4c0d7c68f0eda5e2d394140c9237fbac56':\n  Add path to native libraries inside apk\n", "proba": 5.711478934244951e-07}
{"commit": "c6fad96b5926aa8861f49a7f4725dd7657322758", "message": "Show drag handles after finishing batch edit if needed.\n\nDrag handles are blocked from being shown if batch edit mode is active\nwhen onPreDraw is called; however, IME can start and end batch edit\nmode regardless of onPreDraw timing.\nAs a result, drag handles are sometimes not shown even if selection is\ncreated and text action mode is started.\n\nWith this CL, drag handles are shown after finishing batch edit mode\nif the handles were blocked from being shown in the above case.\n\nBug: 28366507\nChange-Id: I7f099d0626bee70a63bb14bc75eefc2551a52d53\n", "proba": 1.286785277443414e-06}
{"commit": "ed2e391454503397292058f42571768beebe07bd", "message": "Editor: Reorder items in the text selection action mode.\n\nReorder elements to place \"Select All\" last, as otherwise when\nwe use a floating toolbar the first element is \"Select All\" and\ntakes up too much space, forcing Copy and Paste to the overflow.\n\nChange-Id: I04cdd79915bd2a3abbd10969ce298b7b0f7f8cb0\n", "proba": 3.889059371431358e-06}
{"commit": "e9c1c3393c45a51b35eaf01521d1a87a2ed349f6", "message": "StopWatch.java: measure code time usage.\n", "proba": 1.6075335906862165e-07}
{"commit": "41f3cdd36d701217b0bc48e588163fb1406faeaa", "message": "Updated...\n", "proba": 1.405073959404035e-07}
{"commit": "23b0e275e6e783f78691439e75276249a4e46950", "message": "Use Toaster helper to show Toast notifications", "proba": 3.751124495465774e-07}
{"commit": "4c943b4280e5f431074a79aa7e49f10ed69e24b0", "message": "More javadoc\n\n", "proba": 1.3891441597024823e-07}
{"commit": "4769fa78b0dbf5bc61d27826e513fabfe8761867", "message": "Adding a logging setting to disable all logging\n", "proba": 4.805774551641662e-07}
{"commit": "5cf9081958f91313f3bf63cbe13d1f3ab0cf0fc2", "message": "Implement the builder pattern in the 'Contact' class.\n", "proba": 1.2318970732394519e-07}
{"commit": "d26b4c67ccb0f4d66ff8f9c6809e0dcf92d4ac07", "message": "Revert remove onDestroy\n\nBecause it breaks config change handling.\n", "proba": 1.1667761867784066e-07}
{"commit": "7cb96aa576d749b8057658e8773622a9a411110d", "message": "copy/pull/paste", "proba": 1.2547720871225465e-06}
{"commit": "da4800784dffefc5b787df0f4c6da5289b633739", "message": "10407 Simple Division\n", "proba": 1.3983860469579668e-07}
{"commit": "5732aaf1bb38d0d7bc3535ee934c32a8fb8e8dd6", "message": "am 8732bee8: am fdc0d929: Merge \"app launch test fixes and improvements\" into jb-mr1.1-dev\n\n* commit '8732bee8d1e2ffc7a163769904bd799ac2730b4e':\n  app launch test fixes and improvements\n", "proba": 4.709498000465828e-07}
{"commit": "0e0204616576c537d896b26525da0d058d987249", "message": "feat: add no.160\n", "proba": 0.001244077575393021}
{"commit": "0c1ac2143a921313a07b61a553e930773a51c851", "message": "Added Normal Distribution Program\n", "proba": 1.2064374743658846e-07}
{"commit": "77bc84b0417d27b9913c03f8bd8ddfee10284d8f", "message": "adding meshNormalMapped() to ToxiclibsSupport\n\n--HG--\nbranch : wemesh\n", "proba": 1.3199850457112916e-07}
{"commit": "81770f9b0aa6b9d8913fd04aff6690ec50823d74", "message": "Update FindTheCake.java", "proba": 2.651689101185184e-06}
{"commit": "2308499ab3a3c03ec39ae35c9d21dc04e384b856", "message": "CLOSED - task 83: Bndtools does not report warnings generated by bnd \nhttp://github.com/njbartlett/bndtools/issues/issue/83", "proba": 5.612274662780692e-07}
{"commit": "8336e85208bc56ce15fe04b1c6cfa4aa49414d29", "message": "\n\t* kawa/standard/Scheme.java:  Add new methods from kawa.lib.reflection.\n\n\ngit-svn-id: a878c62e23c3cdd7109267dfd9bdff0ba03a0163@680 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 2.1533476228796644e-06}
{"commit": "0df611b83cd1d3e915f7db073eedea19258534b9", "message": "5.1.2. \u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0438\u0442\u0435\u0440\u0430\u0442\u043e\u0440 \u0447\u0435\u0442\u043d\u044b\u0435 \u0447\u0438\u0441\u043b\u0430[#27119] fix\n", "proba": 5.58700492092612e-07}
{"commit": "682f916ae77aa9aff76207fb74e66a35cf8dc189", "message": "Fixing typo.\n\n\ngit-svn-id: d6acb143e251c037dab5ea34394f8439daf45588@915016 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9998960494995117}
{"commit": "40229ef4603da98bc17f6ffbcfacd8b1ea363381", "message": "ReleaseHelper: FB: return value of String.indexOf() is ignored\n\nSigned-off-by: Ferry Huberts <66e11f9f5d965b69497c7e73d5e808f8b13c1218@pelagic.nl>\n", "proba": 1.3478049254445068e-07}
{"commit": "0e3dc13c528926352b2e5f781dbce81a64515430", "message": "Don't reserve 40 bins\n", "proba": 2.457037453496014e-07}
{"commit": "36b6fa15eb40d372f0e3f2f9822d0c6ecc269aea", "message": "custom data radios\n", "proba": 3.2789671422506217e-07}
{"commit": "e32bac5ef056cd3d7eeda5f0aba8128dad3fd75a", "message": "am 37423bbb: am db2a5ff1: am 78d85419: Fix missing initial moveto in path definition.\n\n* commit '37423bbbeab2822b39d859412aa80117a4b85282':\n  Fix missing initial moveto in path definition.\n", "proba": 1.7033887900197442e-07}
{"commit": "deb58ec462793fe2d360de25bc3c8c4dd712b04a", "message": "Create Constants.java", "proba": 8.979084213933675e-07}
{"commit": "4906cd8ca6d2ea2b51c205d57eea16221321afd6", "message": "am 6986ff01: am 91791b43: am 066b4047: am 0caac8ea: am fede4258: Merge \"Remove bang from not connected wifi\" into mnc-dev\n\n* commit '6986ff018330d0a3258606f8adecdb07de7e8332':\n  Remove bang from not connected wifi\n", "proba": 3.6135295999883965e-07}
{"commit": "b3c687a49cf6307a36560a0d952d23dac989b7c1", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@2780 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 5.637960498461325e-07}
{"commit": "a57a048e583a46c6d51dec50e0cfd860b3ac16b9", "message": "Create ConvexPointSet.java", "proba": 6.963650776015129e-07}
{"commit": "9d7204a987496f936b299f3f70f126ed6b48518a", "message": "BatteryStats: Don't assume every kernel reports a power field in /proc/uid_cputime\n\nBug:22225706\n\nChange-Id: I4c7d889716345231564c1e96494dc84aab17cf01\n(cherry picked from commit 43ae441ad7d0df12f3982fc60406582445d2df4e)\n", "proba": 2.4890178451641987e-07}
{"commit": "195588ba1a1baecacc83fca8933e87e253504837", "message": "add NumberofSub-arraysWithOddSum.java\n", "proba": 0.00029654119862243533}
{"commit": "4d2cf646287ed4e424f84624dfef54eaa12fc852", "message": "add 1296\n", "proba": 0.9999979734420776}
{"commit": "ff498d2d4e1242d0fe77bf74c0015a8de56be90b", "message": "(Binary Tree Inorder Traversal) [Accepted]\n", "proba": 1.4314208840460196e-07}
{"commit": "fbabd291b027a0df0d91ca0e59a1ec3cb151e654", "message": "topcoder->srm333 chessboardpattern div1", "proba": 1.9740187781280838e-05}
{"commit": "52dc9ecac68558f725fa8a01adc997726fbb19fe", "message": "Patched reproduction, minor mistake", "proba": 2.1700614638575644e-07}
{"commit": "8a77592a1fbe4a235a1396eef3da286189b82fbd", "message": "Fix NumberFormatException in getTerminalWidth()\n", "proba": 2.6962045467371354e-06}
{"commit": "14c20848125404d62f3e17e9fee40aa65ab4721e", "message": "Add Nodes.toIDataArray method\n", "proba": 9.305887829214043e-07}
{"commit": "16432ea911d4a72fa3a58e041ee2db4afa18ead9", "message": "ups. Corrected mistake in error message\n\ngit-svn-id: 5a74b5304d8e7e474561603514f78b697e5d94c4@729997 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9993582367897034}
{"commit": "c64add8589492a0ca47cdbd0140158ccde0cfa81", "message": "GenericImage stops blocking its parent file\n", "proba": 2.699443939491175e-07}
{"commit": "c597c55ffeb9debcf2dba8a77a80caa9016ea4d1", "message": "Add system property config.disable_timeupdate to configure NetworkTimeUpdateService\n\nBug: 17934875\nChange-Id: Ic1acff13190f38cedb1ecf22783d4dfd3373511d\n", "proba": 7.437672593368916e-07}
{"commit": "bc192314032a4cd42379a11c548a7f92cd518cc6", "message": "Automated import from //branches/master/...@142363,142363\n", "proba": 1.281082688819879e-07}
{"commit": "dd7f3bfc7e30f6b18be4787634d51b36ab65361e", "message": "moveTo modification", "proba": 4.535174014108634e-07}
{"commit": "667ca82189dcdb6bf46ce03c78d38671da99f72e", "message": "am 9454e298: am 98fd6405: Merge \"Fix NPEs when using the APIs a little oddly.\" into jb-dev\n\n* commit '9454e29896e22268416082c99931d13a37b7c71e':\n  Fix NPEs when using the APIs a little oddly.\n", "proba": 2.0993157079374214e-07}
{"commit": "fe1143b43bc09fc7135254b10a118e42eb8f53cb", "message": "Call close on Cursors in finally blocks.\n\nFix for http://b/issue?id=2511581\n\nAlso call delete instead of deleteHistoryWhere, since we are only\nconsidering non bookmarks anyway.\n\nChange-Id: I00c052db3d27d61592688e7a160e721d5f82b210\n", "proba": 7.826164960533788e-07}
{"commit": "75c74a4098e25bbcdcd927038adc4f251142e1e9", "message": "am c3661b16: am 1fcdee0d: am 92da1779: Merge \"Fix bug in Scene\\'s use of setTag\" into klp-dev\n\n* commit 'c3661b169876bf094f09f69f40349b598bf3a745':\n  Fix bug in Scene's use of setTag\n", "proba": 2.8290713771639275e-07}
{"commit": "2afe8252addcf080d4752e85f6d0f21c930fde7f", "message": "am 4a3a9685: Merge \"Protect volumepanel slider creation from race condition.\" into jb-dev\n\n* commit '4a3a9685d17cb29f70a7c56a3d33f2c8d5288e72':\n  Protect volumepanel slider creation from race condition.\n", "proba": 2.699044898690772e-07}
{"commit": "8710f4d42ecceccde7cba51a5221ba67c41c0284", "message": "am 45bb0ca4: Merge \"ImageView updates cached drawable dimensions when drawable updates\" into mnc-dev\n\n* commit '45bb0ca49a052cd6da3e4ced7709372972abdf55':\n  ImageView updates cached drawable dimensions when drawable updates\n", "proba": 6.066973696761124e-07}
{"commit": "8f7f3c3f623cdc6a0b1988f3b6667320c703a214", "message": "SRM 236", "proba": 4.1502084968669806e-07}
{"commit": "76fe2eb065d10de5ecb53e7c1df4b6eac559246c", "message": "Doh! Restore deleted NotePad.java\n\n", "proba": 2.556713525336818e-07}
{"commit": "53b474bfe32486b4555be2f35762a9ad0efbb2d1", "message": "Added INI parser class\n", "proba": 1.4033813044989074e-07}
{"commit": "cbed58033cd5f482a5c374cb9ca1dce1bccce3c1", "message": "fixes #18\n", "proba": 1.30890626337532e-07}
{"commit": "a496116abc56cc638ae0c98233fb1d54a22ea19c", "message": "Add a rolling file appender\n", "proba": 5.820180035698286e-07}
{"commit": "fe6bbbc9361e277ffb1de06171d8a61ab3127450", "message": "Changed one more button in Sampler to NativeButton.\n\nsvn changeset:8590/svn branch:6.1\n", "proba": 2.185630165740804e-07}
{"commit": "5f8b6d4c8be5f63413f858f22d6f5faac2a855fa", "message": "Improve display of RPC parameters in debug console (#8277).", "proba": 1.0609473832801086e-07}
{"commit": "68b370a3584b756d4a2efcdc41f6614a2d06ee12", "message": "gen atom update\n", "proba": 3.5163225220458116e-07}
{"commit": "8e0302c530b3426c3a111131ad8da9a8616393b4", "message": "Adding back a ParameterDesc constructor that was removed in revision 1.22.6.2\nI depreciated.... er deprecated... er @deprecated it appropriately ;-)\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@248788 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.110216200890136e-06}
{"commit": "4517aafa77bad6294b0dbc71f2c3ae85452f274d", "message": "Fix for Bug 15478 - Current Handler implementation doesn't follow the JAX-RPC ver 1.0\nfrom kimuratsy@nttdata.co.jp (Toshiyuki Kimura)\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@256062 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.7172832751130045e-07}
{"commit": "7fb64ada1e266df1be6d914646152441a994bf54", "message": "derp\n\nSigned-off-by: Mattias Andr\u00e9e <3d72f033b30d63e7ff5f0b71398e9c45b66386a1@operamail.com>\n", "proba": 1.1264479127248705e-07}
{"commit": "88bcb67d2a9d31e7383de3e676ae80c47570b92d", "message": "change to tx graph\n", "proba": 2.208005980719463e-06}
{"commit": "beb6a74cf7c5221f41522ddf76f7daf158421e83", "message": "Scheduler DTO has been created.\n", "proba": 1.2434573193331744e-07}
{"commit": "cbd449e2e6b62367b40316d52be930e71b6a6318", "message": "am 08e84b6b: am 30527267: Merge \"Reset reverse state when an animator ends\" into jb-mr2-dev\n\n* commit '08e84b6b7d6a7eb6f14a731767caafecb78238e6':\n  Reset reverse state when an animator ends\n", "proba": 7.595883744215826e-07}
{"commit": "0fb3bd027e237268317e063a0f6418a584fed81f", "message": "Removed unnecessary error prompt on task failure; this should be done by\nthe application itself", "proba": 1.8627343933985685e-07}
{"commit": "dcf0183cea1f93f20073cb04fa64f111ea880005", "message": "Set final crop on wallpaper instead of intersect clip with stack bounds\n\nWallpaper's clip rect is offset by its window offsets, it can't be\nintersect directly with stack bounds.\n\nbug: 28763785\nChange-Id: Id87d668c9e59832498c9c62730617d0a5a9207c2\n", "proba": 4.147355809891451e-07}
{"commit": "d21a9fe2d9a6cfe966fc7df3a8c37c172d7ac302", "message": "Add Developer Option setting for Animator scaling.\n\nThis new setting allows users to set a scale factor for the\nduration and startDelay of all Animator-based animations. This\nsetting is very similar to the Transition animation scale and\nWindow animation scale settings, except this one applies specifically\nto Animator animations. The property is only accessible by users\nthrough the Settings UI, not programmatically. The value applies\nsystem-wide and is picked up per-process at the time of the first\nValueAnimator construction.\n\nChange-Id: I3d5fbc956695c88d01c30820259da3e107ffd8a3\n", "proba": 6.020862883815425e-07}
{"commit": "b59404a1f590091f0c3cd22b69de1b55154ef580", "message": "am eb2f302d: am 610008c0: Merge \"Clear old clip rect when creating new surface.\" into mnc-dev\n\n* commit 'eb2f302d119faaaf5d63f23f0921da9d756da5b4':\n  Clear old clip rect when creating new surface.\n", "proba": 4.735348682061158e-07}
{"commit": "e888b25fb54d2079a784da2b72a950aaafb844dc", "message": "am cc7d3c53: am b22bb1da: Merge \"UsbManager: Fix broken Javadoc links\" into honeycomb-mr1\n\n* commit 'cc7d3c539abd4affd5e95cff8740d9303deac63d':\n  UsbManager: Fix broken Javadoc links\n", "proba": 5.62547825211368e-07}
{"commit": "3b27e59e1ea3b9928d2ddd0d37c0a13d83ae834b", "message": "Fix supporting modifying listeners in callbacks\n\n Bug: 17179442\n\nChange-Id: I2d64f86395c0b1befb5c10b9c696330db1c96821\n", "proba": 7.677334110667289e-07}
{"commit": "57f364ca69e3367e3862f53fbfd88dff35362105", "message": "combined nested if statements in MimeHeader.hasToBeEncoded\n", "proba": 1.7302244259553845e-06}
{"commit": "3ef2a345af360bf65e6f8749a40556fbe7d13840", "message": "Use a custom move cursor on OS X, since the 1.5 JVM doesn't seem to\nhave a decent one.  Fixes bug 40727.\n\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@574202 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.498413767985767e-06}
{"commit": "654e4e41615b4d10cf09ccf1b89ac7b14057a604", "message": "Fix bug 3300456 - Prevent duplicate action bar backgrounds in shared\ncontainer\n\nChange-Id: I8edb99739be43c7ee82eb4dc4b82a9be17f92d0c\n", "proba": 2.9728624895142275e-07}
{"commit": "b3f079bc67a8d1d330c4ee6e348cb286118416da", "message": "am a6ce0819: Merge \"Fix bug 3381275 - Too much padding on the left of a custom nav bar\" into honeycomb\n\n* commit 'a6ce081970a78233ba6b9792149ee5f1390cba7b':\n  Fix bug 3381275 - Too much padding on the left of a custom nav bar\n", "proba": 2.759432788934646e-07}
{"commit": "8d9f810236582cd7b7f106658749f78bc0c09c26", "message": "Fixed date issue with date dialog\n", "proba": 7.604726306453813e-07}
{"commit": "41bb73ea3f6938938d39487f274b4dd3d9d38439", "message": "Reverted debug code\n", "proba": 1.2069361901012599e-06}
{"commit": "8db34653e80506dc5611d87c3b6481876f3208c1", "message": "Spark's uniform random sample uses inner table for generating random numbers\n", "proba": 2.2627993701007654e-07}
{"commit": "26fb32edfdcc975701428ba9dc9f628ae338f710", "message": "ignore OED\n", "proba": 8.905701065486937e-07}
{"commit": "2369cc71e67a176eb5d408f07e310d4c39ad06ba", "message": "gstable", "proba": 2.625384013299481e-06}
{"commit": "696599f2ff58c2b23cbdcc5860507f07385f88c8", "message": "Written some tests for the observable\n", "proba": 2.393473153006198e-07}
{"commit": "6af5abe4a16d7ec498239c4c324592db2b762768", "message": "Tracked HttpContextListener.java\n", "proba": 2.6966288260155125e-06}
{"commit": "527d8dae5409c71d9a5025cad18a27675749a079", "message": "Simple test commit.\n", "proba": 1.9429722897257307e-07}
{"commit": "a352fb274645a5fb3a4109b4235bfe181dd88ace", "message": "Added error dialog at list view when tournament doesn't exist", "proba": 1.3653894370690978e-07}
{"commit": "315c0e3e4c7ac4bbf337d9d840b1f9838f18b80b", "message": "Delete TabTwo.java", "proba": 1.4049700439500157e-05}
{"commit": "431ed7ceccc255f2031516d0918dfe1cbf831355", "message": "Cleanup\n\ngit-svn-id: ab653825c7e3cdfecfd8a0724cfdec44aa635e33@207 0cf59fa1-751c-0410-8529-da8c0b0e53fa\n", "proba": 1.1185674111402477e-06}
{"commit": "f8e78da5739ba2659abca926cc68dfc894a97d4f", "message": "add withContext method to log with context without having to do a try\u2026finally", "proba": 1.4554635185959341e-07}
{"commit": "9cc6a8ef63d7cf7b1256d5251dece53000dadbe1", "message": "custom input verifier\n", "proba": 8.9110619683197e-07}
{"commit": "208b7ea2ef38e44647c8c65ff020b5b2cb4e9c01", "message": "Remove #spigot-chat, add timings\n", "proba": 1.309850290454051e-07}
{"commit": "7907014b69207942d89f6b55357c3e3898d7649d", "message": "Entity abstract class\n", "proba": 8.971645002020523e-05}
{"commit": "18ef246671f066df8817098731883395c11f07b3", "message": "Another readability refactoring.\n", "proba": 1.767477755265645e-07}
{"commit": "f6b3002ab48ab7c6a61c099f5d3b6eb46a1264c8", "message": "my solution leetcode [530. Minimum Absolute Difference in BST]\n", "proba": 1.2956448358636408e-07}
{"commit": "804af6c3ae624f436866197d4600e28600838b73", "message": "Created ScrollableScene\n", "proba": 1.8073673402341228e-07}
{"commit": "aaeab956472952dcc4322a2134f84e1dcb63eb2f", "message": "Change Music provider url to match the JSON on my custom server\n", "proba": 1.6969744365269435e-07}
{"commit": "668d9255321e331c701b6ae0f0630d99fc8fdf3d", "message": "Added Ids to input fields\n", "proba": 1.562785030273517e-07}
{"commit": "2c920302028be3176c9674fb7953e8daa16750da", "message": "Update APIConsumerService.java", "proba": 1.3994921346238698e-06}
{"commit": "2c771ea8809a43c4e3d2a961448447e3d3abe59b", "message": "Test for issue #41\n", "proba": 1.2728746412449254e-07}
{"commit": "de5bb7f3765963ab3da84644f5e65b254079b3b3", "message": "Hotfix #253. Exception will be thrown when an unexceptional order is submitted.\n", "proba": 1.0727985255698513e-07}
{"commit": "85e71915d559a8020ebc78195f5964b9e338b387", "message": "detect loop in list\n", "proba": 1.9771539427893003e-06}
{"commit": "e7b9ab6778387508161382ac6cbc5e435035f563", "message": "Trying to get the styling right for the FolderSelectionDialog for #22\n", "proba": 1.1052621573526267e-07}
{"commit": "09cdb6cba861ea6774375a29e906bc50a8ad28bb", "message": "\uac80\uc0c9\uc2dc nullpointer\uc5d0\ub7ec \uc218\uc815. \uac80\uc99d\ud544\uc694..\n", "proba": 1.1545616729335961e-07}
{"commit": "f157b48eae1469754d801e2bed5cdacd73e4399d", "message": "Add support for matching explicit intents\n\nThis adds a <component-filter> tag for the intent firewall rules,\nwhich adds another top-level filter similar to intent-filter, that\nmatches intents based on the resolved component they are being sent\nto.\n\nPreviously, the existing <intent-filter> mechanism did not allow\nfiltering for explicit intents that had no action/data/etc. The\nnew <component-filter> functionality can be used for both implicit\nand explicit intents.\n\nChange-Id: I6a10e8bfae901931ed2174bca42ea25ac79804d8\n", "proba": 1.1837335478048772e-05}
{"commit": "efb735dbafd131cd1e8f4af40274c16443e39078", "message": "Fix incorrect indexing calculation.\n\nFixes bug 7129583.\n\nChange-Id: Ia395a7acded05686668d5b3cee09d49025a9f339\n", "proba": 2.9939163141534664e-05}
{"commit": "1b453abd28c27d5a890a87db551783a1773bf20b", "message": "Update Navigable\n", "proba": 5.80909500058624e-07}
{"commit": "7e4dfb1e5ff61596b92e970625d611986347c487", "message": "Fixed last commit\n", "proba": 1.4669319625681965e-07}
{"commit": "97a8ddbbd7336ee09e40de8f800de926d9db6e71", "message": "Create PauseTimer.java\n\nExtends the swing Timer.", "proba": 1.107025937585604e-07}
{"commit": "cb0cbe34af691dd572c5579eca73fde432fc2f16", "message": "formatted\n", "proba": 1.3165509699319955e-05}
{"commit": "f0b94b3865b57c505be0fa635964ff7805ede246", "message": "Cleanup\n", "proba": 1.4090286413193098e-06}
{"commit": "d840efa04602e6c3f72c0170075571a77ee52b41", "message": "Allow decoration of any file inside hg managed project (also decorate linked resources if possible)\n", "proba": 1.0042740683502416e-07}
{"commit": "37d2f578404ccaf7d97ed173145a76a984547905", "message": "Added specialmove class", "proba": 3.152973135911452e-07}
{"commit": "b66e249d5cb415e6e8848a2865e43742e99cd511", "message": "Confucius once said: erroneous logging is bad logging.\n\n", "proba": 1.690936551312916e-05}
{"commit": "b4e122a6324e288ecfb635fde6e9e6c662eb1f55", "message": "Teamcity suites\n", "proba": 4.1533522221470776e-07}
{"commit": "bb25cba6ec6d63727bcc4cc3bdce085c3119b562", "message": "Added the GsonProvider implementation (JSON <-> Object) to help with Serialization / Deserialization of messages.\n", "proba": 1.057512832858265e-07}
{"commit": "27d8f303ecaac65a10f99fd0fd0afccea8142b3d", "message": "generated hashCode and equals\n", "proba": 1.2169302863185294e-05}
{"commit": "5c052b1291a8731f984606ff533394f8e324868f", "message": "checkstyle", "proba": 6.831182304267713e-07}
{"commit": "1032daac0a7c37789f2268040437f5821eaf9aac", "message": "added CXF LoggingOutInterceptor fix\n", "proba": 1.366968547245051e-07}
{"commit": "7e72eae9140be7ac793ccae1a3df6cf51ea0149f", "message": "Add : \u589e\u52a0ConcurrentEventFactory\n", "proba": 7.981534508871846e-07}
{"commit": "8e0078b4f38b5e7dcf23f86346dcc1461b5657ea", "message": "[VTK-1595] cleanup\n\n", "proba": 2.1554009776991734e-07}
{"commit": "a75586487901fbf7501437cd0ddf32d66e7dd639", "message": "add ReverseWordsinaString.java\n", "proba": 0.9987248778343201}
{"commit": "fed64dd48fcc19846486b41341e5d725727d85e4", "message": "Create ArrayCopyDemo.java", "proba": 9.418744184586103e-07}
{"commit": "0c4275e5ec2e2bfc125b3ca0c792d6d598d78fed", "message": "Housekeeping\n", "proba": 2.9225375328678638e-06}
{"commit": "4440fc878ca258cafcde02fadf0edb91c6a4390b", "message": "sato aguilar alan kasunari abstract factory", "proba": 4.194086500319827e-07}
{"commit": "9de7b53622118a66503871670e0f086625f772ba", "message": "Add simple delete test\n", "proba": 5.96231132021785e-07}
{"commit": "5d818c8e45d3491b0a8e0a6c9388e650128c6891", "message": "Write imports ordered by name\n", "proba": 1.2429098205757327e-05}
{"commit": "1216efc31600fd622763e2c77a6f4e47ec85015d", "message": "Remove unused imports\n", "proba": 8.691937409821548e-07}
{"commit": "8d68fa18f8f21d52b7a9a91b3f5952d0e658ca90", "message": "Commited missing file regarding issue #23\n", "proba": 1.7811431973768777e-07}
{"commit": "f6dfeed9ac339350fd98636ff1838f08bf43f9c0", "message": "Add cc and bcc to SendAction\n", "proba": 3.869327258598787e-07}
{"commit": "324eeda83ba00f7ff7a27267d834036879ccfde9", "message": "Fix Songbook resource POST method input model\n", "proba": 6.158390988275642e-07}
{"commit": "e60d4c7578c402bfc6c4d58640488b7fbe07e969", "message": "added VolatileUnsignedLongType\n", "proba": 3.721706036685646e-07}
{"commit": "5b3caf2099f33361a613af4e9d40d82415c91bda", "message": "added Poisson dynamism experiment\n", "proba": 2.329235400111429e-07}
{"commit": "0aff6ad8479e6b6f307e7e38d94eccc96d8003b2", "message": "Added the configurator for the new twitter api, v1.1\n", "proba": 1.3696330825041514e-07}
{"commit": "f62898a739e9e43171bd6edf106ac39cd72eb06c", "message": "Still working on writing configuration to device\n", "proba": 1.3264461529161053e-07}
{"commit": "b255a39d0276df89dda72e2ee13023f46eda2023", "message": "Test cvs email message log.\n\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@1991 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 0.00016572103777434677}
{"commit": "451018c73e70ee4cd80c98caceb4c69ed34cba91", "message": "commit_profesional", "proba": 1.584391611686442e-06}
{"commit": "927c0bc338c4d49f60f7bb79d8f1dd52cc9bfca2", "message": "Testing GeoPackage Reader and others #35\n\nworking on commented out test\n", "proba": 1.0565390340389058e-07}
{"commit": "be75ed52f414013e5bc3477ffadc3eb5a2827a8f", "message": "new protocol\n", "proba": 8.55510052133468e-07}
{"commit": "f118053f20d67934e65dba82b3dc275e53ed2c3e", "message": "Create disciplina.java", "proba": 5.549853199227073e-07}
{"commit": "cf9e6a8dfd3d012b5f7cfba4844e1c1edcb143d9", "message": "Revert last change (breaks under rotation)", "proba": 1.2391033976655308e-07}
{"commit": "73ecde44828eef3bd0ff4530103dccc2d75f65f4", "message": "some small changes\n", "proba": 5.689955742127495e-07}
{"commit": "a9e9a4d40ba03f28f71336d37982047f50a8350c", "message": "Add class to manage symbols.\n\nSigned-off-by: Etienne M. Gagnon <bf06ec0eb40152cd863534753d026b021022c851@j-meg.com>\n", "proba": 1.32707114630648e-07}
{"commit": "c8a50552f23678971d34ce87200b4231d35a3341", "message": "Temporary commit of new XMLSerializer.\n\ngit-svn-id: a5379eb5ca3beb2b6e029be3b1b7f6aa53f2352b@3675 e3ddb328-5bfe-0310-b762-aafcbcbd2528\n", "proba": 3.527804801706225e-05}
{"commit": "508cf9cfd08ec1fcfb90c4fa6d59f381440b02de", "message": "OTSReciever class\n", "proba": 2.383546302553441e-07}
{"commit": "f2f93702f3d3455d3db0552af60929a6383ab3b8", "message": "logging mechanism update\n\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@2860 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 4.3749150790972635e-07}
{"commit": "660933fc4cffb3e0897c27003e241f245869588a", "message": "EncoCrafting handler", "proba": 1.977137742414925e-07}
{"commit": "9f1639169a3ec4e69311253ff724bcf02a120e54", "message": "fixes\\n removed additional constructors and comments\n", "proba": 1.1473885308532772e-07}
{"commit": "408ac16e9cc791ed99f26f0e79ca18e6cd35788e", "message": "Added ColorUtils.\n", "proba": 1.1539584221509358e-07}
{"commit": "54bcbafe3fc8c5a0ea5bee233f27ee187595f135", "message": "Configurei a Classe de test UsuarioRepositorieTest.java para n\u00e3o persistir os dados no banco executa as transa\u00e7\u00f5es sem fazer commit\n", "proba": 2.2175075287123036e-07}
{"commit": "3965c66be6d607494b4f08a1c0b5a3d8f5d7df01", "message": "Added clear to ThreadListController\n", "proba": 2.2537582822224067e-07}
{"commit": "75441df8ac3023b874822b32309b753e64de2760", "message": "BookImpl.removeAll() dies of ConcurrentModificationException when unlinking Contents: FIXED.\n", "proba": 1.0099137170982431e-07}
{"commit": "e266210be0871d3eb8ba06c9dc80d707595dbcd4", "message": "KRACOEUS-1389 : Fix Person web test for inactive person (extend sleep time)\n\n", "proba": 1.1857087400812816e-07}
{"commit": "748fdb1b96562bdb9e1113fcf8a798a6f7537804", "message": "- BitVector unit tests.\nSubmitted by:\tPeter Mularien <pmularien@deploy.com>\n\n\ngit-svn-id: 4c5078813df38efa56971a28e09a55254294f104@149882 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.6410882608397515e-07}
{"commit": "4722c25012f97d4d67b546d4359c28b903462b6b", "message": "Jalopy\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@5365 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 5.078902631794335e-07}
{"commit": "c1e673220704c3a9ff27344a580fed8fd03148cb", "message": "Test for k-Islands untangling algorithms.\n", "proba": 1.340871591537507e-07}
{"commit": "105f541cab711ba29a25092205bc648f5a1ba0a4", "message": "new custom LogFactory interface (https://jira.jboss.org/jira/browse/JGRP-1106), contributed by Shay Bannon\n", "proba": 1.4787376301228505e-07}
{"commit": "42090d2f0df5fcb0f8b43fad59767abc4d476085", "message": "Implements transformation using PROJ.4 native library.\nStill some problems working out the JNI shit.\n", "proba": 9.826280233937723e-08}
{"commit": "f0774eb5d11ea1911e6e5a8722c0ebb073e54ca0", "message": "Added dedicated test for MultiMatchQuery\n", "proba": 1.2009320471406681e-07}
{"commit": "0dfd9996eb1817e9e2321cae630435a1492c5f65", "message": "Fixed bug with IOrderedLayout alignments (changing alignment on-the-fly now works as expected).\n\nsvn changeset:3252/svn branch:trunk\n", "proba": 2.1264574456836272e-07}
{"commit": "f418f25b3d50f0df24547674ab22e2bdc5407438", "message": "Re-added SafeResponse.java", "proba": 5.89267415307404e-07}
{"commit": "3ffb20a28b0f91f72212782781d7ee13d5a3745a", "message": "ItemsAction implemented\n", "proba": 4.1139819018098933e-07}
{"commit": "664eb9b32442d90b7c0c5b8910272db67ee5a9e6", "message": "Added log transformed kernel density estimation to the list", "proba": 1.6283219395063497e-07}
{"commit": "a26f07382c08c75008e31d63b452836f58acc9d3", "message": "java - hashmap\n", "proba": 3.3335874149997835e-07}
{"commit": "b4912118009063546b2e5b820481f86c43e4bbbf", "message": "Added verification in CompanyFactory.", "proba": 1.0811919537445647e-07}
{"commit": "82ac050b302994bb3e376dd90c9b6bf8c9a9a058", "message": "LeetCode: 191 - Number of 1 Bits\n", "proba": 3.356598244863562e-05}
{"commit": "5802db1ff5112a8f9a480e1276de290a1967cb05", "message": "Made data columns return empty columns for the errors if they are not displayed\n", "proba": 3.5119599033350823e-06}
{"commit": "96a185ae586a9bc2dc23ec4c183057f3a4eeb61e", "message": "Close JMXConnectorProxy after each poll. fixes issue #5\n", "proba": 8.09145262792299e-07}
{"commit": "d628f6f5d0405cf12f8cc67c5d2cf800fc4314af", "message": "Aufgabe 7.3 Switch-Case\n", "proba": 3.360774485372531e-07}
{"commit": "36a52a942511fb8a01dd8814331589b6c6b84ab8", "message": "fix button radius\n\nSigned-off-by: mallowigi <5b3655f3fbd39df35dd7e72f43d6e2f74aad5af3@gmail.com>\n", "proba": 1.4164723438625515e-07}
{"commit": "3fa95fa5ec62b3b213c2cf31a97bf595ab821627", "message": "refactor\n", "proba": 0.9999991655349731}
{"commit": "321d6353df8ae2ade1d1046f461a00f71c9627e9", "message": "check that the speak event is done\n", "proba": 6.875067629152909e-05}
{"commit": "acd04aee08712b7eb2ca39b08b6189dfbee2b45b", "message": "Boyscouting\n", "proba": 1.2690726407527109e-06}
{"commit": "5fda5894c5d78055c6aab647476872bda12dbd74", "message": "[SWITCHYARD-685] - Add component support for Camel CXFRS\n", "proba": 1.113370018401838e-07}
{"commit": "b8816a49ad1fc647e99343e78b189fa368b5edcf", "message": "Allow disabling check for snapshots, when none URL specified.\n", "proba": 1.0718658671748926e-07}
{"commit": "74bfbda206d5e12b28301bd82717a8197b410709", "message": "Adding MillionTorrents.java\n", "proba": 3.8152867887220054e-07}
{"commit": "e5e11870bbd96022cf72534bb036b80f221b8b97", "message": "Filtering -- best feature\n", "proba": 1.9170569487414468e-07}
{"commit": "a5489e1e301ec520ea08e5fca622bc1f82d6c692", "message": "add AtomicIntegerTest\n", "proba": 0.00027323642279952765}
{"commit": "8cfcfe2f39065cd8fdeb51f57e9764dd2e4a4241", "message": "Initial commit.\n", "proba": 1.9319949728924257e-07}
{"commit": "b69f603dcb65b6782ff9702eb6cbfe0d823f4826", "message": "Fix indentation\n", "proba": 0.0172440055757761}
{"commit": "20a9379697e4e6f631a3e0543633e8a8625a80ed", "message": "new file:   src/main/java/org/ctrip/ops/sysdev/filters/KV.java\n", "proba": 4.5000369937042706e-06}
{"commit": "f98e5e0429f3e87d842bf17cf66ad29807a56aa6", "message": "refactor move", "proba": 1.3420512004813645e-05}
{"commit": "b081af8230f757ae1a63d809aad3a5a2cd630ea6", "message": "Removed Code From ActionPerformed Function\n", "proba": 1.2374418645322294e-07}
{"commit": "7cf558525859d954d103ca98148ff5c7c653edef", "message": "wrong cast corrected", "proba": 3.2253574318019673e-06}
{"commit": "95fb60a196e6ed9782914dc97cd992d367ed8fda", "message": "Test for #6781\n\nsvn changeset:18202/svn branch:6.5\n", "proba": 1.5649281692731165e-07}
{"commit": "e36916da8f37bca1beb0f0b8e18cc3be8db8ea67", "message": "\u9ed8\u8ba4\u7684\u903b\u8f91\u5220\u9664\u6807\u8bc6\u7b26\u7c7b\u578b\u6709int\u6539\u4e3a\u4e86\u66f4\u5408\u9002\u7684boolean  \u4e3a\u4e86\u517c\u5bb9\u5386\u53f2\u7248\u672c\u4e5f\u8003\u8651\u5b9e\u9645\u5b58\u5728\u7684\u60c5\u51b5\u63d0\u4f9bint\u578b\u903b\u8f91\u5220\u9664\n", "proba": 1.7028365562055114e-07}
{"commit": "03a7d8ba7e95aa8b30ca142d93d8a61f2b20c6ad", "message": "Create Position.java", "proba": 2.616375923025771e-06}
{"commit": "0a2e2240e9618a47ca4fd10184cddee12aff176e", "message": "Fixed read problem in RpcMessageCodec\n", "proba": 3.530017806951946e-07}
{"commit": "fb267012abe3fde2795e22b785467b5b92263b1d", "message": "Create PagarCartaoActivity.java", "proba": 1.5693161685703672e-06}
{"commit": "cd16a8ac84835d9cae8ca6dc7573c3d3557a531c", "message": "Added Utility.java code from site\n", "proba": 2.0399338040988368e-07}
{"commit": "5078b4f302dcad0f437c670dbfc9b727904f9452", "message": "change java 8 method to native\n", "proba": 2.5017639927682467e-05}
{"commit": "e8d6fa746e6c0f58bf0a2831a8525cb1604d45e8", "message": "totally removed ApiAiManager and related code\n", "proba": 1.2006687200027955e-07}
{"commit": "86fe26952a9ed6ecc6c4c67a842298109c488805", "message": "\u767b\u5f55\u6d41\u7a0b\u4fee\u6539\n", "proba": 1.3795764175483782e-07}
{"commit": "7c615a7a54c1d1a37ab99f6cbee24623f5cd0535", "message": "reimplemented the MessageAndDetectionCountHandler with the new event system\n\n", "proba": 2.271187895530602e-07}
{"commit": "cd8eaecedb8a355df26ea0e7904458c4bddfefbc", "message": "dead code\n", "proba": 0.0004438467149157077}
{"commit": "d3b12ca911ca25fb959c52ebefb14b688c624e6d", "message": "removing some scope tests\n", "proba": 3.8814201275272353e-07}
{"commit": "976ebaa72aa74bfdacc215912c90b70738b1e32d", "message": "\n\ngit-svn-id: http://code.alibabatech.com/svn/fastjson/trunk/fastjson@1357 fb902949-7fc4-4485-a80f-4d6ff335c879\n", "proba": 1.1273403970335494e-06}
{"commit": "ef83f3828e4c2a6b60c73db129696d409fa21d16", "message": "\u0414\u043e\u0431\u0430\u0432\u043b\u0435\u043d \u0442\u0435\u0441\u0442 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0438 \u0432\u044b\u0445\u043e\u0434\u0430 \u0438\u0437 \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f (\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 LogoutAction).\n", "proba": 1.3016813227295643e-07}
{"commit": "107304140385c65d30c574df13d319cd8c1e82a7", "message": "Include an ACLQuery node in complex query test.\n", "proba": 1.2285158845770638e-07}
{"commit": "343ac3d273ad39848162172e520aff9df065c812", "message": "Fix for STS-188, ForwardResolution does not extend OnwardResolution<ForwardResolution>, so methods like addParameter do not have the correct return type.\n\ngit-svn-id: cf2b8e13e5fd585456580429c3991d4364a2cb88@301 d471f07e-d8fc-0310-a67b-dd4c8ff0e7cd\n", "proba": 1.8036042092717253e-05}
{"commit": "e5c4f848e9f00c88b6151060f0553646b49e593d", "message": "\u7b56\u7565\u56de\u5f52\u591a\u7ebf\u7a0b\u4f18\u5316\n", "proba": 2.153874163468572e-07}
{"commit": "080378b65f10200f86e88e0e6346d7edef99985a", "message": "md5 test\n", "proba": 1.4797534504396026e-06}
{"commit": "9d531598ea48e7623e5456d16f07c6fece7fcda2", "message": "fix merge\n\ngit-svn-id: 6ee47c8665bf46900d9baa0afb711c5b4a0eafac@5848 e2bb083e-7f23-0410-b3a8-8253ac9ef6d8\n", "proba": 4.248207915225066e-06}
{"commit": "d990a83f408fcc5f4fcc7b99133e7c6676d004ca", "message": "Better variable names", "proba": 1.0560515875113197e-05}
{"commit": "afa6973beae706813189f83d1bc0fdb638e652e0", "message": "Remove iteration over character set when generating headers\n\nThis was unnecessary and also previously caused repositories\nstarting with numbers to be dropped from the headers.\n\nCloses #282", "proba": 1.500091855177743e-07}
{"commit": "6820338dd4e729a2028b3ebd6dea7fe99a9babea", "message": "fixed english locale fallback bug\n", "proba": 4.631286856238148e-07}
{"commit": "636cd63d6b2abf58fbde53186cc86e8b0e9b7176", "message": "Added binary data type adapter.\n", "proba": 1.1881230932431208e-07}
{"commit": "3bf4304e08776aef3f98fcb0aa72adff1560024a", "message": "Initial version, just TIMEZONE checks.\n\n\ngit-svn-id: 6c0206e3b9edd104850923da33ebd73b435d374d@621421 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.7252518773602787e-06}
{"commit": "639d3fd8fdf6c34dbd7127642248910392ef822c", "message": "Complete task1316\n", "proba": 0.9985256791114807}
{"commit": "302c90c2a42e3346e6353d6667fa123608916464", "message": "Introduced tests for DateTimeFormatter\n", "proba": 1.7501010063369904e-07}
{"commit": "5f9975890848d21b023ac73b47673fa747da62c7", "message": "New tests.", "proba": 2.3247770286616287e-07}
{"commit": "0ab813d543ca8e717e3b43e8390d69b7cc78cce9", "message": "Revert \"fix #652: trigger eclipse to refresh the project after creating ignore files\"\n\nThis reverts commit 53edba817a68b3d94babdeb879b47f98402c97f1.\n", "proba": 1.1490200790831295e-07}
{"commit": "6433027875dd4578aa9af73bb77e03817961a953", "message": "add FileNameUtils\n", "proba": 5.236362312643905e-07}
{"commit": "8270f35129da6a8672bf583c638504605aa59e9c", "message": "First Window", "proba": 6.591707233383204e-07}
{"commit": "a61525663e27d59e1ae6b15d4a745a85d998afec", "message": "Add replacement facility of enum values", "proba": 2.634352824770758e-07}
{"commit": "a4e92688afdda91a5c65944e80769d0f09b18fbe", "message": "Updated help.\n", "proba": 1.2607223709437676e-07}
{"commit": "77c085cc7ccc80fc79a52cee6fcb59acda449bc4", "message": "Eval command now logs exceptions\n", "proba": 2.0527730271169276e-07}
{"commit": "b61d07a690de59ac8c2556d0203f9ea8776fe005", "message": "! game-of-thrones\n", "proba": 0.00429722061380744}
{"commit": "0917dc1b118b14895d1357eb5ecf1f9372924c41", "message": "257. Binary Tree Paths\n", "proba": 5.048324851486541e-07}
{"commit": "f3fe7100b3b870a12e06796831d7efd70f2bc2a4", "message": "Added GearPickup class, with utility methods.\n", "proba": 1.0119093474258989e-07}
{"commit": "f15f96f29e76b962dbc39e5fc02c57119d1185d9", "message": "Add key-value store example.\n", "proba": 4.5732770104223164e-07}
{"commit": "1483631c2f1fdacafd5b1c5c8c73721e21e2174b", "message": "am a62fbd31: am 408ad99d: Merge \"frameworks/base:Fix for P2P GO beaconing when 4-way Handshake fails.\"\n\n* commit 'a62fbd31b38d95817ebd65118e4c7ef2d82bc2ee':\n  frameworks/base:Fix for P2P GO beaconing when 4-way Handshake fails.\n", "proba": 1.291609521558712e-07}
{"commit": "84d91ad4031f1dcf3c04c9b604f1944a062a53ff", "message": "CameraLWJGL\n\nCamera for lwjgl for You java loving people Here ive coded a camera i\ncoded in java for the lwjgl api use it to move your \"Player/Thing\"\naround\n", "proba": 1.1523451348693925e-07}
{"commit": "da8bd4c44d0dd70a1649b20874fdd511beb6884f", "message": "Create test.java", "proba": 2.797143451971351e-06}
{"commit": "8bb83f335e77d5114632a93b964410bda7cb48e3", "message": "remove pad-paren in Labels example\n", "proba": 3.1486371199207497e-07}
{"commit": "57ae2ca39864fd4159746edc08273b002fac75b8", "message": "debug messages\n", "proba": 9.238331699634728e-07}
{"commit": "0d08a394ee4aa00dd1a4677f71ce87798c2c3e26", "message": "refactoring of commands, since we're using node/tree structure we don't need the commands to have a parent command field. also added some node implementation but there's currently lots of repeated code\n", "proba": 1.0628294830894447e-06}
{"commit": "757ea99a94cb06efa4363f5a83e663982c71eb3a", "message": "Bug:18046 - Add enum for indentation config setting.\n\n", "proba": 1.0252796300846967e-07}
{"commit": "aa48adddb674783feb1b77f886a69fe5c4bcbf33", "message": "no Jira, commit work in progress for additional use case testing for JCas setups\n\ngit-svn-id: d56ff9e7d7ea0b208561738885f328c1a8397aa6@1852538 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.3118843134616327e-07}
{"commit": "19821f7adf81a00a148cc414308ffaf91a793737", "message": "+Test.java\n", "proba": 1.2728397678074543e-06}
{"commit": "535602fe5572e2a648251faf01b4dcd3649d5ede", "message": "am 3ac1b0f0: Merge \"Prevent crash in View when gathering attributes without an AttachInfo. Bug #3385339\" into honeycomb\n\n* commit '3ac1b0f0d4d78568faf7616b2a8b808bdf5c4882':\n  Prevent crash in View when gathering attributes without an AttachInfo. Bug #3385339\n", "proba": 1.069920926966006e-06}
{"commit": "4a696ac7ca0d9c6e1f837cbf83ef055e6e0c9bc2", "message": "Supress SuggestionPopup for original field.\n\nPreviously, popup window or insertion handle could be shouwn at\na strange position as they could be shown for the original input\nfield in full screen extracted mode.\nThis CL stops showing SuggestionPopup for the original input field\nin full screen extracted mode.\n\nBug: 22038802\nBug: 27313458\nChange-Id: I585913328182d996f0201c53c028a1991f7b435b\n", "proba": 5.669394340657163e-07}
{"commit": "71e3cb143b6eb6052bb6820bf551a1d74e19ee8d", "message": "am e136a728: Merge \"Text layout in switch may be null when accessibility events are fired.\" into jb-mr1-dev\n\n* commit 'e136a72810197029a01b4e30b2063d9993b7a9ad':\n  Text layout in switch may be null when accessibility events are fired.\n", "proba": 3.3261153475905303e-07}
{"commit": "41f400f398386693fef63e22d03e9efb3d024e42", "message": "add QuantumPlugin\n", "proba": 3.198406943738519e-07}
{"commit": "2a7d5efe05443e7975ceecaceb5ca2e32b73ad09", "message": "string test\n", "proba": 0.9999833106994629}
{"commit": "06da554360f8754b3fbafd9ae286882b1f5f6bf1", "message": "add FindValidMatrixGivenRowandColumnSums.java\n", "proba": 4.265835741534829e-06}
{"commit": "636ef89970fa5a88f59ad3ebdb3f77e58eded38d", "message": "Add View10 animations\n", "proba": 1.5224526350721135e-07}
{"commit": "e81cedba14f83d641f3b49dcef5212a2b5951a7c", "message": "we should use the qulified name when calling createElementNS()\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@395482 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.138946239138022e-05}
{"commit": "4709dc2e2d9433bc6b5aadf5e3513fe93c342f62", "message": "add class Input\n", "proba": 2.3620182219019625e-06}
{"commit": "318745af911271e7057ffe6b5e86be442796625a", "message": "Fixed Checkstyle warnings.", "proba": 1.2035599183946033e-07}
{"commit": "54ac8e38cabec18a193c95e25f87f9599ecb462a", "message": "am ce337493: am ef3f58e5: Merge \"Make ResolverDrawerLayout look like a ScrollView to accessibility\" into mnc-dev\n\n* commit 'ce337493fda60ac571287d011f9821d33b2caeb6':\n  Make ResolverDrawerLayout look like a ScrollView to accessibility\n", "proba": 6.099205620557768e-07}
{"commit": "e71e8cc97cafe79c15a7ec39505ca129e64f342c", "message": "News in preferences\n\n-  Added \"this setting will be applied after restart\" info on the\nsettings that need so.\n-  Language is applied immediately without need for restart.\n-  Moar.\n-  This finally fixes #125\n", "proba": 2.967367436212953e-07}
{"commit": "bca817b2e2623c49bbb618f78fe207bedf57f266", "message": "Enrich test cases when enabling default IMEs part 2\n\nThis is another groundwork for subsequent fixes.\n\nNotable changes in test cases are:\n- isSystemReady == false is now coverted.\n- tests can run even when the system locale of test\n  environment is different from \"en_US\"\n\nBUG: 17347871\n\nChange-Id: I9434270735d3b37d8b788d41250b23d7950aaeed\n", "proba": 1.1145167491122265e-06}
{"commit": "0eabf6f39d80b7d50cefae80700de910f0d40ddc", "message": "move fit processor into its own class\n", "proba": 1.7618872050206846e-07}
{"commit": "20bd4f075c0bcea24552189b331a562703bc990e", "message": "jxtn.jfx.axi: add cached version of PropertyReference\n", "proba": 2.7686402859217196e-07}
{"commit": "bed0e2dd6426e77c571f3e8b9c74fa5954fa9d64", "message": "may override onBackPressed() and onCreate()\n", "proba": 6.943769221834373e-07}
{"commit": "638bd3642f6a358e310b9147af85b60654817d7b", "message": "Add a uuid generator when I can get it to work with the workspace magic.", "proba": 1.0690686735870258e-07}
{"commit": "66b9632e02430b1ea9b4aaffb7f254d14bef1dcd", "message": "allowing InOutMepClient to set the time out in invokeBlocking case\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@278901 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.2208714653970674e-06}
{"commit": "ea7d08c98b90dccdd17c263c0d0c2b89c354848d", "message": "[Programar em Java/12-if-else-if-e-else.java] Add\n", "proba": 1.9719591648481583e-07}
{"commit": "c64e691604d31e672c1e8a4d84402acc567697b3", "message": "\u043f\u0435\u0440\u0432\u044b\u0435 \u0442\u0435\u0441\u0442\u044b,\u0442\u0443\u0434\u044b \u0441\u044e\u0434\u044b\n", "proba": 1.1498294725242886e-06}
{"commit": "a1681c983b30cc629f3c33a1b518072e16525311", "message": "Initial entry\n", "proba": 1.9552702212877193e-07}
{"commit": "2d52144ed128399964be932dfc765bc9e184f8c4", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@4700 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 6.188363386172568e-07}
{"commit": "9c5051a63dd340360123178fc441ccd6ef772161", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@4696 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 5.844854626957385e-07}
{"commit": "e1c3fa7beb36ce82da370bec2105187d7b3dd38d", "message": "update for new metamodel\n", "proba": 1.8494851872219442e-07}
{"commit": "b123a085067df26ca02f8d54ba87ae6c0093c03a", "message": "KCINFR-867 improving test\n", "proba": 1.2554539807752008e-07}
{"commit": "832570c0a950d6aff6c65ec5501d6ef54bb07b49", "message": "BoxingVisitor: support the ! unary operator\n", "proba": 0.00016236829105764627}
{"commit": "d63442d0a45a6a71247fd55c16494302efb8b71a", "message": "`ceylon.promise` should build inside the IDE now ", "proba": 1.6850761141995463e-07}
{"commit": "ee0c0e6a1e9aa7f7b0db3eed7674377e768f1a2f", "message": "One of the i letters was in lower-case changed it to upper-case\n", "proba": 0.9988296627998352}
{"commit": "3dee7af4a6459ccecb3af4557135648a83d564fc", "message": "am e1cf58cb: am 637e776b: am 8783d3fe: Make all icon fields & extras sent to listeners backward-compatible.\n\n* commit 'e1cf58cb18cb4e18de59cefe9a8c8226fc6984b4':\n  Make all icon fields & extras sent to listeners backward-compatible.\n", "proba": 1.1718825021489465e-07}
{"commit": "56fbd14f3d02220eb3b35b3d62750d12ae402c6e", "message": "am 1b4ea7ef: Sanity check while updating volume in MediaRouteChooserDialog\n\n* commit '1b4ea7eff50545f4673ca01b664e5edccc784688':\n  Sanity check while updating volume in MediaRouteChooserDialog\n", "proba": 4.293710276215279e-07}
{"commit": "fb592f569a5774960c903a0c2781a362f12d6e6f", "message": "Pushed GenericMath class back in", "proba": 1.2467226895296335e-07}
{"commit": "19a06d39a135e7b84d0e44071db94a929176445e", "message": "With all the other performance work we've been doing, getting a message\ninto the messagelist is now much, much faster. Intentionally loading the\nwhole mailbox before we let the user interact with the list is\nincreasingly painful. A 250 message mailbox takes 2+ seconds to \"unlock\"\non a modern phone.\n\nConsequently, this commit switches us _back_ to progressive loading of\nmailboxes from the synchronous version.\n\nBased on user feedback, we may or may not keep this for the production\nrelease.\n\n", "proba": 1.1432673829858686e-07}
{"commit": "86484b6151d3cab6944d39d9d6ed5e665a6b9a34", "message": "Create UserInterface.java", "proba": 2.592051941974205e-06}
{"commit": "46d1c0c2318e35d8ff067bf062ef29c87095bb03", "message": "Hide LaserCutterComboBox if only one Lasercutter available\nFix: Refresh LaserCutterComboBox and MappingPanel by Name, so we don't loose selection after editing", "proba": 1.0502483149821273e-07}
{"commit": "6c12284e395538f4bdeecd34857f7f0a6bfdd7cd", "message": "1.\u6dfb\u52a0\u5546\u54c1", "proba": 1.8953316782699403e-07}
{"commit": "43b6fd9a54743b617bde184d2dda04ca1ea5204e", "message": "Check nullpointer of discoverableTimeout in initBluetoothAfterTurningOn.\n\nWhen we fail to get the property, print out warning message, turn\nDiscoverable off.\nBug 6302990\n\nChange-Id: Ie21aa2a89050c74d99d9ee521a95ffa822114757\n", "proba": 4.320095854382089e-07}
{"commit": "fa95b474fc75849470546b0f18e58b2ca1ed2129", "message": "am 4a60d618: Fix NPE in TextToSpeech with setLanguage(null)\n\nMerge commit '4a60d61887a20d349e5eb38900dfbcaab06630fc' into gingerbread-plus-aosp\n\n* commit '4a60d61887a20d349e5eb38900dfbcaab06630fc':\n  Fix NPE in TextToSpeech with setLanguage(null)\n", "proba": 6.153758249638486e-07}
{"commit": "1a6c41fbad9c1c6725d189fdcf7dae2fe3f00b4d", "message": "am 6c9f0a01: Merge \"Avoid changeBounds animations on Views that are not yet laidout\" into lmp-dev\n\n* commit '6c9f0a01602697aaed99f54c4db0d6296701ed43':\n  Avoid changeBounds animations on Views that are not yet laidout\n", "proba": 2.647658732257696e-07}
{"commit": "f82ac98041649669d45c826f75d42177598e3a7c", "message": "Create test.java", "proba": 2.797143451971351e-06}
{"commit": "402e64b16decc00bc01a4bcad63a7a4580028aa7", "message": "Set auto-focus during CameraView initialization\n", "proba": 3.703966342527565e-07}
{"commit": "547eab8d942399ed5dbef8fe24fa26062d9978fe", "message": "Create SchemaV3, as a v3 object that backs Schema class (Schema is an 'implementation' class that may change between versions, SchemaV3 is its stable representation). Make SchemaV3 base class for all *V3 classes that were deriving from Schema previously. Merge functionality of RequestSchema into SchemaV3 (single _exclude_fields field). Transferred all @API-annotated fields from Schema to SchemaV3\n", "proba": 6.267842763918452e-06}
{"commit": "591b86b9a95e916aae02292b38f4fd9799145f37", "message": "Adding MaxDepthOfN-AryTree in Java\n", "proba": 1.956139357162101e-07}
{"commit": "fd19b658d05a24fc756bbe7f8ba5f5f6e458b599", "message": "XLC-49 Fix for empty response from getVirtualClusterByBackendId()\n", "proba": 1.1755046358530308e-07}
{"commit": "824ded26b8433407146d2ada03858d97c0c4c6dd", "message": "java 7 stuff\n", "proba": 2.7276695391265093e-07}
{"commit": "23764b1969503e0d41b451d4fa9ce3cdaa957f67", "message": "Added a ui for fun tweet labeling times\n", "proba": 1.277829682067022e-07}
{"commit": "2e2a3d0a4bb11a481baccad0112f841cd60ed09b", "message": "Added missing media keycode (KEYCODE_MEDIA_REWIND), removed duplicate keycode (KEYCODE_MEDIA_PREVIOUS)\n", "proba": 2.610877163533587e-05}
{"commit": "d9d57f0f1d12836ee082a20056d871d3ff6e8dc2", "message": "binary to  Gray Code. gray code to binary\n", "proba": 0.9999959468841553}
{"commit": "e5161ba68b70e82828cb4bc49bdb57dbe568d44a", "message": "day28\n", "proba": 1.3259722436487209e-05}
{"commit": "c25aa0290ddeac9aef648c694ee0c8ff7feb0243", "message": "Bugfix: Material cut- and engrave-colors were not updated in the edit-dialog", "proba": 1.2076623079337878e-07}
{"commit": "91ac9226352d17a34bbf9700b7bd21213612746c", "message": "Added implementation to rotate image by 90 degree. Reviewer: AakashP, Test Reviewer: JanakiCP\n", "proba": 1.2548028394121502e-07}
{"commit": "5f6f64652df944dd433d51dd63b7bf36735b0ae7", "message": "[MEJB-6] Make the ejb-jar.xml deployment descriptor optional. Enforce some naming conventions an other minor checks\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@410619 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.0928852134384215e-05}
{"commit": "1c56ccd179314c69856ae780304f859f1b5795b3", "message": "Make Bluetooth headset working with WebRTC in Chrome on Android if bluetooth permission is granted.\nProblem fixed:\nBT device is not released at end of a call;\nBroadcast-listener makes wrong action at device change after a call;\nPower-on BT device in the midst of call fails BT service.\n\nBUG=507588\nTEST=Manual Test with BT permission granted.\n\nReview URL: https://codereview.chromium.org/1231623004\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#338469}\n", "proba": 2.2218790036276914e-05}
{"commit": "53e09e9764f160be41c578aebbc697622ebec656", "message": "p\n\t* kawa/standard/object.java:  Support field declarations,\n\tand put field declarations in scope of methods.\n\n\ngit-svn-id: a878c62e23c3cdd7109267dfd9bdff0ba03a0163@1027 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 3.900920091837179e-06}
{"commit": "5fe1ed94a2a6644b5f250b96a6513fd177ab7bce", "message": "wanmei\n", "proba": 2.5989975256379694e-06}
{"commit": "dbe0b1e562e19e31aad019e7a6af4c7bf92e99cd", "message": "Required POJO.\n\n\ngit-svn-id: ed72533e8e76b4727d8751eef669f13bfa24ccfa@299 7ed6c317-272d-0410-8ab0-49a3fbf2961c\n", "proba": 8.458690717816353e-05}
{"commit": "c91760d4fae4ad101fc06f2a95352ddab526bf01", "message": "Create TapToWake.java\n\nImport from the z3c", "proba": 2.3511222480010474e-07}
{"commit": "f689dfc549583983a2d03381c16f92712fc5040a", "message": "am f451be08: am e8a5ae29: am 3b34b006: am be10a866: am 9f004920: Merge \"Reduce cost of span type checking\" into mnc-dev\n\n* commit 'f451be081f5460a10b6ccf2d5e129ee69241da0f':\n  Reduce cost of span type checking\n", "proba": 2.818334792209498e-07}
{"commit": "5626e4db7d58c42d0809ebea409c73a36a55904b", "message": "Manber-Myers done\n", "proba": 3.4244072821820737e-07}
{"commit": "53393424bec2d6e68333996c15743c3b717b7c0b", "message": "added text/ImmutableTextBase.java\n\n", "proba": 3.233166125937714e-07}
{"commit": "3628bf6585d9a77e7bf9eee25bfdd45c133804a1", "message": "Add comments to code\n", "proba": 1.7039639033100684e-07}
{"commit": "65e2c33f52586d7e5b2c28bf6a09aff0062529fd", "message": "the class 'Esfera.java' is added\n", "proba": 4.801477757609973e-07}
{"commit": "efd2cf2462da5c04f18f7d19ea2646dc4792cbc2", "message": "add LicenseKeyFormatting.java\n", "proba": 4.6924438379392086e-07}
{"commit": "c3d38dac1263d9610b1fdd8ca106bffa1718ee47", "message": "adapt java loading to new database structure\n", "proba": 3.863368647216703e-07}
{"commit": "e6eb26b4ab34da0358f539a86638d8d67afc9ebc", "message": "changed argument of execute() to interface\n", "proba": 1.0998109019055846e-06}
{"commit": "439b2bfd97bc85a450b36c88331500077cbba52c", "message": "DanielWagnerHall: Fix docs to indicate getAttribute returns null not false.\n\nUpdate issue 1497\nDocumentation updated\n\nr15353\n", "proba": 1.3617768956919463e-07}
{"commit": "34cfefbec114eff85aa7e2c9bd5707e35ec0f433", "message": "DanielWagnerHall: Clarify event behaviour of WebElement#clear\n\nr17257\n", "proba": 2.8916815608681645e-07}
{"commit": "357c98280da007f4bc373bc0e4d1632f919854a0", "message": "Fix javadoc.\n\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1145186 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.99920254945755}
{"commit": "25737a8f9c56a9a76dd3c0e83dac2d667adf5d11", "message": "Adding unit tests for CardPresent\n", "proba": 1.8968488291193353e-07}
{"commit": "3df6afc153d25c32b986b9935874e0dc9e90ec3d", "message": "am e3c393d3: Merge change 23787 into eclair\n\nMerge commit 'e3c393d3d14dab5b1eab37d2c52b7283df253f7f' into eclair-plus-aosp\n\n* commit 'e3c393d3d14dab5b1eab37d2c52b7283df253f7f':\n  Fix issue #2097313: Latin IME crashes first use\n", "proba": 4.7297703531512525e-07}
{"commit": "555b07df08dd4c2472374d0767926ebab928dede", "message": "am 2c64b539: am 596532d9: Properly initialize recognition service if the recognizer component changed.\n\n* commit '2c64b53976a99f28bc7c0612648581f9b93bf8b0':\n  Properly initialize recognition service if the recognizer component changed.\n", "proba": 2.569487662640313e-07}
{"commit": "81ac92df33ba146a51fbbf3d5108379a9eb346b1", "message": "am 6d92cde2: am 35f4d32d: Merge \"frameworks/base: Track owner in appropriate owners list of Uri\"\n\n* commit '6d92cde287b6399d5c90f3eaccb73602d6d51313':\n  frameworks/base: Track owner in appropriate owners list of Uri\n", "proba": 2.3328256304466777e-07}
{"commit": "3996b416109614194a265bfc107e7a407b2c233d", "message": "Avoiding cyclic references when unbinding from a service\n\nCyclic references can occur between a Service object held by an\napplication and a ServiceRecord object held by the system server.\nA part of the problem is that binders are leaked and since many binders\nare implemented by inner classes of services these services are also leaked.\nThis causes low memory problems. The solution is: When a Service is beeing\ndestroyed, go through the ServiceRecord's all IntentBindRecord and set its\nbinder references to null. This allows the binder and the service object to\nbe garbage collected.\n\nChange-Id: I5a257521964851f34c08ffb3908feaad96b1bafe\n", "proba": 1.6792251926744939e-06}
{"commit": "2a7d96f6b616472bed4976ccd23c0ceebcc61a95", "message": "remove gen", "proba": 4.778825677931309e-05}
{"commit": "00de287ffe8157a57f50d5c7b3b68e33e718a287", "message": "New data structure for representing a pokemon team\n\nA PokeTeam is a List with a predefined maximum size, hence limiting the\nstates in which the add*(...) methods are allowed to be called. This\nclass is necessary because the former array representation was too\nstatic and impractical. The class has yet to be tested.", "proba": 2.7802448130387347e-06}
{"commit": "31b2afbc7d716e9bd5f6e0ba9fb8645838677e64", "message": "\u30b7\u30b9\u30c6\u30e0\u30d7\u30ed\u30d1\u30c6\u30a3\u8aad\u307f\u8fbc\u307f\u7528\u30d8\u30eb\u30d1\u30fc\u30af\u30e9\u30b9\u3092\u8ffd\u52a0\n", "proba": 1.558446598437513e-07}
{"commit": "a9a503362da0d7fe0d103f8c9cd0d532faaa5486", "message": "phrases\n", "proba": 0.9999942779541016}
{"commit": "425fc969ef7cfac9ae5ccc7748f22e30b21f7e46", "message": "Upload files\n", "proba": 8.47079832055897e-07}
{"commit": "961df1943da9beb96b23ae5414595a49df67b67c", "message": "handle intramolecular nonbonded interactions\ncolor by molecule\n", "proba": 1.8227521536573477e-07}
{"commit": "565077ae2992bd857c7d3a996a0eef6e729c9f5f", "message": "Add Feeding Screen Intent\n", "proba": 3.869342037887691e-07}
{"commit": "ce49031c6736be8a371c98b50fce9fd97ed010b6", "message": "Added ApiConnection\n", "proba": 2.0632064945402817e-07}
{"commit": "cf609d297315f0d6354aa253952a1e57b0b1b47d", "message": "fix bugs of 0 and 1 fragment\n", "proba": 8.466138297080761e-07}
{"commit": "4a15419f6d641b49832de920ecc56e76c3c0fbf3", "message": "in About activity mark if debug build\n", "proba": 2.4447848545605666e-07}
{"commit": "73a193eb166af74c7f4458dea949ef8d7271a357", "message": ":bug: Fix a rare crash when using Nuker", "proba": 3.628478566497506e-07}
{"commit": "9395600b9c8562de1dccd549c0f9e39d1c07e38d", "message": "capo caccia, online calibration using statistics of input to detect epipolar lines and reconstruct fnudamental matrix (in progress)\n\ngit-svn-id: e3d3b427d532171a6bd7557d8a4952a393b554a2@1325 b7f4320f-462c-0410-a916-d9f35bb82d52\n", "proba": 6.135200578682998e-07}
{"commit": "916346497b4e6a03910f28ca03fb307f1d9f1591", "message": "Remove student from beingHelped property\n", "proba": 1.8034829452062695e-07}
{"commit": "fbd61e94a529a452c9f5ecb12fb89823024cf159", "message": "New options \"accept\" added", "proba": 7.314996310014976e-06}
{"commit": "8fc1e8efe91c37ce8d17f3c90ffc29ce4fa4bb56", "message": "Fix: Correct the HttpRequest class to work with 400+ HTTP errors\nSigned-off-by: Nightmaster <9b57bda44e05cc33df3dc21e0240f89be55dccdf@seitaer.com>\n", "proba": 1.678186407616522e-07}
{"commit": "ec40fd49e09f397325d0a04f6f4febd547c3dc55", "message": "Add link browser utility service\n\nAdd link browser utility service that will try to open specified link in\nbrowser, and in case operation fails displays message box and copy URL\nto clipboard.\n\nSigned-off-by: Tomas Slusny <71c4488fd0941e24cd13e3ad13ef1eb0a5fe5168@gmail.com>\n", "proba": 1.1867438587387369e-07}
{"commit": "58c3f42f3dead25f5cdc7ef143431972d99e3ea8", "message": "Remove unnecessary if", "proba": 1.2347037227300461e-05}
{"commit": "a7e2d0c767860979f5419cbcb3b6cf208168cf33", "message": "Add insertion sort to algorithms/problems\n", "proba": 1.1715505934262183e-05}
{"commit": "879babe8a269a5aab6107f9952c2a2f0f8391ff4", "message": "KCCOI-211: Make disclosure Notes deletion-aware so deleted notes stay deleted\n", "proba": 1.2207540578401677e-07}
{"commit": "996baac04b8fcb81acc834689839bd1e32ccf6a4", "message": "Submit if-else code\n", "proba": 4.776686637342209e-07}
{"commit": "b1a7681f872ed8dd2c58969aca505f4e99f91808", "message": "am ef7deb90: am e72377e1: Merge \"Fix app ops regressions introduced by the per UID policy change\" into mnc-dev\n\n* commit 'ef7deb90ac000b5977208e965e0bd84e247140e9':\n  Fix app ops regressions introduced by the per UID policy change\n", "proba": 5.834718876940315e-07}
{"commit": "c36662b042d6ba3f4d8e230f525a70812b0c5deb", "message": "am 559e3516: am 14e957ee: Merge \"Fix issue #17307700: retarget a relinquished task is not working\" into lmp-dev\n\n* commit '559e3516e98c94343b551394b7f6871be5161b1d':\n  Fix issue #17307700: retarget a relinquished task is not working\n", "proba": 6.452854108829342e-07}
{"commit": "93e47ccfbc3a2c12ade790522699d3cd7b989277", "message": "Fix log string\n", "proba": 0.004976122640073299}
{"commit": "13cd68da91aaecff8110f8eb0ea6445ee668ac32", "message": "Moved some of the program features\n\ngit-svn-id: a72a13b36249dda8b8c90fe10deea07875156c2e@4283 2f590c40-3df0-0310-96b9-c5ab34f8a05d\n", "proba": 1.6440283161500702e-06}
{"commit": "c5d5a52ca276be03e68771bf8621b4acd484dd32", "message": "Single Number", "proba": 6.662001396762207e-05}
{"commit": "8ff8da26c274d2bb0e15c52638958df87867f695", "message": "Added location test\n", "proba": 1.510947669203233e-07}
{"commit": "5039bd35c2512dd2c71f07cb7a0ec5d2b1e17edb", "message": "Simple tree task\n", "proba": 0.0024035926908254623}
{"commit": "3de36077344cc698dcfc9a02e686f65c45693dc6", "message": "Test Java class which works with companion node app\n", "proba": 1.7642308591803157e-07}
{"commit": "8c5fc0bd376798a049321411c0f6cf9feb126b1d", "message": "Add Anagrams", "proba": 1.393880438627093e-06}
{"commit": "b0490cdefe9e58bb3c4839d969e1f9308097b153", "message": "am b5c714fc: am e242111c: Merge \"Remove copy of Locale.adjustLanguageCode.\"\n\n* commit 'b5c714fca79028116db0b00157dc09616efeaa95':\n  Remove copy of Locale.adjustLanguageCode.\n", "proba": 1.2225925161146733e-07}
{"commit": "21fc8ba39c4799a346caf95218d2bd60ee42ca1a", "message": "Support deprecated language codes.\n\nLocale.toLanguageTag will transform the obsolete (and\ndeprecated) language codes \"in\", \"ji\" and \"iw\" to\n\"id\", \"yi\" and \"he\" respectively.\n\nAll versions of android prior to \"L\" used the deprecated\nlanguage tags, so we will need to support them for backwards\ncompatibility.\n\nbug: 13230947\n\nChange-Id: Ib63567786bcbe780ceb0487d8f583b75a5452aea\n", "proba": 5.272345902085362e-07}
{"commit": "0949792f77ef89bd580556ff02c2bc3c1540f3a6", "message": "am b4a132a0: Merge \"Turn on RenderThread\"\n\n* commit 'b4a132a05f5dc1cc10352d63cb80921b1004bd7a':\n  Turn on RenderThread\n", "proba": 4.464556297989475e-07}
{"commit": "4c7dc4aa5c6c155d7756ad40befc931fc0719976", "message": "Add extra error check when eglCreateContext fails\nBug #7216919\n\nChange-Id: I322cbe4579d7a4eb2a64d288175e145d0badc857\n", "proba": 4.962764137417253e-07}
{"commit": "cd93e15c09d790308b1cfc929e375fc413ca7e6b", "message": "Remove spurious @hide comments.\n\nThe whole class is now hidden, so these are no longer needed\n\nChange-Id: Id110915778346daf9f58e100d5b81cf8382ef3db\n", "proba": 9.92909826891264e-06}
{"commit": "5add56ec49cef52db7ebd3006665f318a5d16dd3", "message": "SectionIndexer: Update Javadoc for ExpandableListAdapters\n\nSectionIndexer could be implemented by ExpandableListAdapters\nthat considers groups and sections as synonymous and such\nadapters have to account for collapsed groups and should\nreturn appropriate section/position.\n\nChange-Id: If0dec268da8fa30bd26f4d0aaad7e644a9944313\n", "proba": 5.072206477052532e-06}
{"commit": "6361a8543dc7cc0bc2162b2ca3dc03d9192cd15e", "message": "Re-order methods so append methods are adjacent.\n\n\ngit-svn-id: a878c62e23c3cdd7109267dfd9bdff0ba03a0163@1410 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 0.9999904632568359}
{"commit": "c682fd07e62d626d835d0ccd6ef42a854ab2d1cc", "message": "No message\n", "proba": 0.000538937165401876}
{"commit": "086ebbd87071f1c69f497875ce09aa4f396ec0f7", "message": "Create database worker\n", "proba": 1.19691117106413e-06}
{"commit": "ad544817ba90225df2ff1e8a31e7c9334c660752", "message": "DSCS-2374 Update ObjectsWithPropertyReportQuery.java to AmberDBv2", "proba": 1.3815039778819482e-07}
{"commit": "15a48090090c8aa56cff18263e8e94f09c5dd8a0", "message": "Updated\n", "proba": 4.837594929085753e-07}
{"commit": "5783dac74d58d36eda73a51eb6108b8b883615ce", "message": "354 : \u30e1\u30eb\u30bb\u30f3\u30cc\u7d20\u6570\n", "proba": 3.569166437955573e-07}
{"commit": "5cdbb9616728ecd8ea190bf8ddebdffc4f5b4e32", "message": "Add basic user controller\n", "proba": 1.220110902977467e-06}
{"commit": "279348306f9644861c9c471655ecc50b976a2b16", "message": "flex tokenizer starting\n", "proba": 4.252032113072346e-07}
{"commit": "674e5756aa41acdebfd120facc9b9d3682c87625", "message": "Update NBCaseSize.java", "proba": 6.605835096706869e-07}
{"commit": "9b95ad21762311de5a04a200e53e154cc9a61540", "message": "Bugfix: free port discovery to create a SSH Tunnel\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@4709 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 1.0794555009852047e-06}
{"commit": "b7d3ee03d6f2d8a26364b5b53313ef5b5118adff", "message": "Added missing param to Property constr call\n", "proba": 1.8167231985444232e-07}
{"commit": "b3698f094962f0235f218d39ef479d90a6559d4b", "message": "Fixed loading screen resizing issue\n\nResizing the window during loading no longer results in misplaced GUI elements.\nFixes #40.\n", "proba": 1.0057519972406226e-07}
{"commit": "63eeaac780b770203b9a3eb63209805d164a1854", "message": "bindings for multi tag\n", "proba": 2.924942066329095e-07}
{"commit": "00b00d5fe7b246f53f0d13e0a20deaa0459b8ac4", "message": "RFE 868432, RFE 868433, RFE 892855, plus changes required to pass Rendezvous Conformance Test.\n\n", "proba": 1.003856553438709e-07}
{"commit": "d39232e504e78a1caf48b914d73d107233813202", "message": "Adding Console utility class for writing messages to the System out.", "proba": 1.0619292822866555e-07}
{"commit": "f58b74891609e223a408d013ee6382bf3ecd180c", "message": "Optimize sorting\n", "proba": 2.2395283849618863e-06}
{"commit": "1fd322dbbba4f891ec4f7d0b0da5f4e981af7ed6", "message": "Updated #065", "proba": 1.5643581718904898e-07}
{"commit": "8733b4da295d857b3c557a1bd983a8df997894c5", "message": "Added an EloCalculationStrategy interface.\n", "proba": 1.1749128248084162e-07}
{"commit": "ee4bed725d75ecd43906129e9c9db497d7d30379", "message": "Issue #12.\n- note values were added as enum.\n", "proba": 1.087578880287765e-07}
{"commit": "eb3f1c885b4286c9b2dd34c78bb32e8987da7e60", "message": "issue 244: Might aswell make all LAFs use the same style for validating text fields now two main LAFs do it this way\n\ngit-svn-id: 50f83ef66c13f323b544ac924010c921a9f4a0f7@4179 00569f92-eb28-0410-84fd-f71c24880f43\n", "proba": 6.191604029481823e-07}
{"commit": "a02d2748be353393b7b593d5adbd37d80dee427d", "message": "Clean up DrawableContainer.selectDrawable() docs, params\n\nChange-Id: Ic38cbb4a21dab452950ba0e308ceba3cbe966363\n", "proba": 1.989298198168399e-06}
{"commit": "1f8f6558d5b5d4aeab82e211f113a032adffa65f", "message": "Added `--formatting` option to override the automatic decision based upon the existence of a console or not\n", "proba": 1.8571329007954773e-07}
{"commit": "b91024c19c7c3182d926a199ad257b14513bb359", "message": "Fix #2101821: Cut labels of menu items in \"SnapTell\" market app.\n\nUmmmm...  this turns out to be pretty bad.  NinePatchDrawable was not\nscaling its reported padding for compatibility mode, causing spacing\nto be off.  All over the place.  This change should improve things quite\na bit (and magically makes nearly all of the menu flaws go away).\n", "proba": 1.006406336045984e-07}
{"commit": "9b0bfdc8cd9352e37937f1f6f68d36b5a9afc285", "message": "added auto retry to \"service_unavailable\"-error which can be fixed by a\nretry", "proba": 6.098426297285187e-07}
{"commit": "30c823bfa7086676db26d380c85d74d8ab036c9c", "message": "Corrected problem delegating to wrong view path\n\n\ngit-svn-id: 29aad96320b2a07b98332cd568fc1316025c072f@904 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d\n", "proba": 0.00041075260378420353}
{"commit": "2c9c5ba1778278c5d0b684fd6a124eeb2baf99e2", "message": "Add some extra logging\n", "proba": 5.664362561219605e-07}
{"commit": "c362d4688fdc9fab35dc4df2a02f0bbb81f283a8", "message": "QI-364 Introduced ServiceActivation in Core/API\n", "proba": 1.0772684788662445e-07}
{"commit": "625fe5e40b75b3cf2b28358e0c56fc879d854789", "message": "Fixed IP issues with API and OAuth\n", "proba": 1.3120681785494526e-07}
{"commit": "a9e3e7254446670b4649239f9ee6453e2e083b80", "message": "fix for a method rename\n", "proba": 1.3876931461709319e-06}
{"commit": "7d42670dfd5e2883f9efadf878c260347be7a083", "message": "Why this file is here?\n", "proba": 2.0431053826541756e-07}
{"commit": "243a6a21b31c2bd68dee6f192f36887c706efbf1", "message": "Fixed encoding bug reading from provider.properties\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@3785 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 9.209970244228316e-07}
{"commit": "b8d02c99c258dddb5802bbcc47a310b9b3317e0b", "message": "Serve the app at the root URL.\n\n`/application/` is a nice way to avoid namespace conflicts, but it's not what users would expect. Serve the app at `/` instead, and namespace the admin context so as to minimize the risk of collisions with user-defined resources.\n", "proba": 1.8933137369003816e-07}
{"commit": "c77183ae1f173d6747a2d80fefa033775d64aec3", "message": "add DetermineifStringHalvesAreAlike.java\n", "proba": 2.505882912373636e-05}
{"commit": "1840c7116280c3c962eb3cf0023ee31aca75e10a", "message": "\u65b0\u589e\uff1aJDK\u5f53\u524d\u53ef\u7528\u7684PLAF\n", "proba": 1.6789324774890702e-07}
{"commit": "2bcf23a56db8ffdeea9cdc4d303677347e87b4f0", "message": "2 is enough\n", "proba": 1.3478000937539036e-06}
{"commit": "b1f409b9708c28c5dc2486fec8e6fbc7ecaaa8eb", "message": "removed error and added TODO\n", "proba": 2.3063928722422133e-07}
{"commit": "e1c9f2d51534e5ea52e5ee9119194bc67ab69969", "message": "Add QuickEditLayout class\n", "proba": 5.404523903962399e-07}
{"commit": "a6dbb04593cbafa672910f66ad218d6928f92265", "message": "Amend HBASE-12023 HRegion.applyFamilyMapToMemstore creates too many iterator objects; More cases (Vladimir Rodionov)\n", "proba": 1.0340879441628203e-07}
{"commit": "878743557df49bed86ba59bd83e7e3670ae22667", "message": "fix after merge", "proba": 7.663669521207339e-07}
{"commit": "59376b80eebfbf5e8c54b1717ba877767cc4f871", "message": "Correct checkstyle violation\n", "proba": 4.066405665525963e-07}
{"commit": "09934e51a5a8e9bbb38b6005e171a3e941b14fa0", "message": "Remove unused import\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1684280 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.897585258982872e-07}
{"commit": "3fdedd3985d7ad936a8eb240c7de789051b33839", "message": "KRACOEUS-4467: Custom Attribute Document selection list does not match existing documents.\n", "proba": 1.0276779960349813e-07}
{"commit": "cfa4bfc7e4a771166bd1c8aa0372dbb6911562c3", "message": "Initial commit of NetworkEvent interface.", "proba": 1.1292422641417943e-07}
{"commit": "f4edb32aa2d1c643c18e54242703eb25a04ef342", "message": "[added] XmlBuilder.\n", "proba": 1.2222194811783993e-07}
{"commit": "c45a95770df981ac3f04793c1311ed1d23947e71", "message": "BigDecimal exception snow catched\n", "proba": 7.310367777790816e-07}
{"commit": "f41d1cc9c7205eaf34d62070de02b995d76594d6", "message": "Change attribute name\n", "proba": 2.710913804548909e-06}
{"commit": "56a95143f50915a134f28ca63e715b3b33fae0c3", "message": "Format\n", "proba": 7.663883479835931e-06}
{"commit": "67e3c0f6606d06cb172a6caffcb498d1da038f87", "message": "Add sample that demonstrates exporting form data to CSV\n\nWrites out form data (field names and formatted values)\nto a CSV file\n", "proba": 5.805235332445591e-07}
{"commit": "f70ddc4bdc93931cacbd089541f0135aa1e7ec18", "message": "fix hover\n", "proba": 1.435223794032936e-06}
{"commit": "11530bb4818f5e80ef02fd76f87851c64a09623f", "message": "I'm a dumbass\n", "proba": 0.001213951501995325}
{"commit": "ef5e0e8cc627b952093091c9a0c5a0c22255bf80", "message": "token access check when using the command line", "proba": 1.0846077884707483e-06}
{"commit": "6f989f57caebdffd21203cd9aa9027c787c6bf98", "message": "tweak magic fluid recipe\n", "proba": 2.8859128065050754e-07}
{"commit": "7117aa06a57b956bf1ee5f90344df537d36e7c71", "message": "Added a separate method which assigns the infinitesimal rates from a vector to a matrix during the setting up of the matrix.", "proba": 1.1200965843727317e-07}
{"commit": "0f22579f47b9792fe5dcdc5ca731ec1479e42dca", "message": "added listbox and datepcker to multi value query parameter dialog\n", "proba": 1.3498734574568516e-07}
{"commit": "236a570bab2bafd877574084820f5631b5be7a54", "message": "add & tested DupElim. however the design of tupleBatch(es) is still changing\n", "proba": 1.282111838918354e-07}
{"commit": "d9d4529cc3d3ba1a79636281af2e189a63135947", "message": "Added GLWallpaperService code as it appears on Robert Green's website as of today, Dec 9 2010\n\nhttp://www.rbgrn.net/content/354-glsurfaceview-adapted-3d-live-wallpapers\n", "proba": 1.1875997785182335e-07}
{"commit": "5c914c2380e6cad511bb8822a4865c2d45644772", "message": "VTK-1219 removed a small error\n", "proba": 2.0183706794796308e-07}
{"commit": "07b9123ad3e1080a5bddfbc1a9c0636aeed69d25", "message": "MockCollector implementation", "proba": 3.027422792456491e-07}
{"commit": "4ce3765054968ad0f7f76cf71b969b4ea366cd6c", "message": "mille fois plus simple comme \u00e7a en fait\n", "proba": 3.8494371779052017e-07}
{"commit": "59146a7f7123c62a23b878c3cb510378d4984439", "message": "Now when you create a fake multiplier via command the event is called too", "proba": 1.1773490626865168e-07}
{"commit": "819aa68b45807f7ffc924c58dc3656cf7a214485", "message": "test the bitset encoding\n", "proba": 7.304692644538591e-06}
{"commit": "de25a537258bd0762f47a5040cb1216c06227dfc", "message": "added test\n\ngit-svn-id: de172b4e9a5280a621cf3cf3084b88fd92ec198a@118 69ba7555-3f2b-0410-9be6-8de1a8b58a6a\n", "proba": 4.800617148248421e-07}
{"commit": "3f0ad43369ac1ba9bf80a23cf9eec40fcd80b549", "message": "first deposit for release 1.0\n\n\nSVN-Revision: 8318\n", "proba": 1.2164460372332542e-07}
{"commit": "410c7f4077dbc793c4ca00ce3897f962de99c538", "message": "Initial commit for `NativeMemoryLeakHuntingDemo`\n", "proba": 1.1963003032633424e-07}
{"commit": "68ab465bb24f6ca39701d8f092491243f08f9ba0", "message": "Typo in exception - showed bind instead of bindData as method name\n\ngit-svn-id: 29aad96320b2a07b98332cd568fc1316025c072f@2448 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d\n", "proba": 5.4944539442658424e-06}
{"commit": "5004e43f28886084e0fa24758092e18069f82a51", "message": "initial checkin\n\ngit-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@9915 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 6.492360284937604e-07}
{"commit": "af0aadb0e9ababc8908764bf80529f6ef137393f", "message": "191. Number of 1 Bits\n", "proba": 0.9999992847442627}
{"commit": "44d4019c4c1ea785b5ba00433d2403999170255a", "message": "tests for mean difference meta-analysis\n", "proba": 5.625763037642173e-07}
{"commit": "630e87e4e742461ea45e8d61e90853681e12a0f9", "message": "More addition test cases\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1483787 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.9692529917847423e-07}
{"commit": "c11b64d6fdc3e362a3c58e5670694d6296420516", "message": "add a scanner utility for finding files of arbitrary extensions on the\nclasspath.", "proba": 1.0528597016445929e-07}
{"commit": "dc7b05c2bba30bdde16888627395f4831937f048", "message": "added tests for meeting service\n", "proba": 1.5393209196190583e-07}
{"commit": "6b2ecfc07b867308cbcbce59e5acb9bd5c3131aa", "message": "Making ORPHAN final", "proba": 1.1569076150408364e-06}
{"commit": "5261dbf9263bd0376880322ad4e138cb9882c7ac", "message": "a program that checks whether the given year is a leap year.\n", "proba": 0.0002685614745132625}
{"commit": "ca261eeeef582bb3a8815425708f14c92555ecf7", "message": "simplify chmod\n", "proba": 0.9996664524078369}
{"commit": "bb2bc96d918c69c6e40e29386837e88d571be88e", "message": "Add problems\n", "proba": 5.882814002688974e-05}
{"commit": "8e2c21e2430bab596f6a63d22f9f9ad2500b864c", "message": "SimonStewart: Use a real file in our tests\n\nr17404\n", "proba": 1.272835845611553e-07}
{"commit": "cda81a3d874f0118b233312c1b54e43288dad67e", "message": "test for custom list implementations", "proba": 2.819071482917934e-07}
{"commit": "b430bbb7bb5eb100154b89c910d2d12f144506bd", "message": "font method declarations\n\n\ngit-svn-id: 102839466c3b40dd9c7e25c0a1a6d26afc40150a@194058 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.331998060384649e-07}
{"commit": "204372d3519e6316ee6ccd9315c5620c8a96daa8", "message": "A straightforward copy of a class from Java SWING's tutorial.\nRelated issue(s): APC-273\n\ngit-svn-id: a6571597954494654385eb5e6693f686f629ea20@74 bee1aa47-a06f-436c-a2f2-6a1efea3c100\n", "proba": 9.742281008584541e-07}
{"commit": "631940ade54031bce36b40b43fd456865acb4140", "message": "fix issue with ignored color schemes\n", "proba": 5.559791134146508e-07}
{"commit": "820cee4f4ecf824bb09650f2b70235717ddc47f9", "message": "Concat Streams in Java 8", "proba": 2.3084503197878803e-07}
{"commit": "cc0b9c5c039005b5c7e62ce0376565bd011e2cdd", "message": "bug crushing.\n", "proba": 3.110553734586574e-07}
{"commit": "efbdb3c2716007abf47b922fae12c68a73f1c6cb", "message": "Comments\n\ngit-svn-id: ab653825c7e3cdfecfd8a0724cfdec44aa635e33@201 0cf59fa1-751c-0410-8529-da8c0b0e53fa\n", "proba": 2.2569071234102012e-07}
{"commit": "c8d983f7259b4e328abc10c27c3c2cec61ad0722", "message": "Wallpaper software rendering fallback\nBug #8230579\n\nIf the wallpaper fails to render with OpenGL, fall back to software\nrendering instead of throwing an exception and crashing the wallpaper.\n\nChange-Id: I40ed6056e6ea09b92b6cd441f16101dcc296fb8e\n", "proba": 5.756444920734793e-07}
{"commit": "040c38647f4b81e0ea0cb0f94b9d9caa86d45b44", "message": "Also print the user.dir property to the logfile on startup.\n", "proba": 1.1600823768276314e-07}
{"commit": "4800b26566af2d0460c9e2e5a2a3f202d100eb3d", "message": "Emit checksum per file\n\nFixes #2\n", "proba": 1.826542188609892e-07}
{"commit": "23e7766fdd2a0bfc58ee7c85c7a300670c835992", "message": "finally fix build\n", "proba": 2.0002299550014868e-07}
{"commit": "275092d2c26c41dfffd1fa39d392fb876191c9f4", "message": "Create TestTime.java", "proba": 1.5741591141704703e-06}
{"commit": "691e060200b0b52400d03a021a4d6ee3033e8098", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "6d3b845feb1275f5b8b6ccd7223cfa77b4e4bd40", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "3f8c5efe92ff804f5448a795ca99413751dd1fd2", "message": "Commit\n", "proba": 6.528895028168336e-05}
{"commit": "776cb377c72ba5be063ddca7c5849f3f12e9faaa", "message": "add condition learner empty", "proba": 0.0004392194969113916}
{"commit": "85acc6f734b9abe42dcf25536ea815d3347c6cda", "message": "use thumb url for thumbs and image url for links", "proba": 3.1290451829590893e-07}
{"commit": "f143c51b3eac9c53f20d816eca02cf7321fedde3", "message": "Added interface IDetector.\n", "proba": 1.206389157459853e-07}
{"commit": "c03b3a7a8c6114956bcba217f86f02b5790bad58", "message": "Task --> 2502\n", "proba": 0.9999979734420776}
{"commit": "cb015cf43f30bce0af9e115e30e5c9256c450b99", "message": "add util class", "proba": 1.015474254018045e-06}
{"commit": "8740366b5b45fc8f10c8f881959799e3aebfb2aa", "message": "[\u6e90] ErrorHandler\u2014\u2014\"\u9519\u8bef\u5904\u7406\u5668\"\u63a5\u53e3", "proba": 1.7146869879525184e-07}
{"commit": "3ca670453305e4957f2d942cd2c69dbdfda075ab", "message": "Override height with the actual widget height where this is known\n\ngit-svn-id: f58a9b601cc1b78d50b2e947bdfafe48659f3a22@133 5fc6d161-ea32-e9bb-d6c6-78504b9a0898\n", "proba": 7.2884236033132765e-06}
{"commit": "39b0326bfab1813b83ba63d1ffb44b1cf8bbd525", "message": "JDK13IO is optional too...\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@260171 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.876676590967691e-07}
{"commit": "0a5b5987cf931e3ed0b62706a891afece1108829", "message": "rename; more tests\n", "proba": 1.3182314262394357e-07}
{"commit": "7a47f46801b5c7783c0871e3dd7354ed042359e6", "message": "Holds utilities for printing image data to console or poping up windows with\nImage in them.  Very useful for debugging\n\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@198941 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.51932010037126e-07}
{"commit": "b02a4456260b08f9561ae62d377a40ed2e34d0fc", "message": "3 unit tests uitgeschakeld die om onduidelijke redenen falen\n\nsvn path=/shared/libs/openid4java/trunk/; revision=169366\n", "proba": 1.9820254237856716e-07}
{"commit": "cd595f1998b1331fe0efba02d96c95ee43e791da", "message": "Fix Paint_Delegate.native_getRunAdvance()\n\nBug: 22249573\nChange-Id: I29f7abe6448f439059547e1c1e310d3d651ac2d8\n", "proba": 8.095203725133615e-07}
{"commit": "2b434d7d9ddb8bbb052a3e6a6f3eaa14ecb4254b", "message": "Find peak element in array\n", "proba": 0.9999772310256958}
{"commit": "a2dad41e757b8de097491aedecca80387ba3af09", "message": "am 8ed10cff: am def34eb7: Merge \"Ensure bar window state is SHOWING after rotate if visible.\" into klp-dev\n\n* commit '8ed10cff78460a0cc426dc5c1426a9edaafe3e67':\n  Ensure bar window state is SHOWING after rotate if visible.\n", "proba": 7.00286307164788e-07}
{"commit": "8949ee7957ee55ec4021e04bb25805734220a8f3", "message": "Code clean up in AudioView\n\nSigned-off-by: Julia <867096107d1f1269dfa8f2780a4d68ab2aba3426@ucl.ac.uk>", "proba": 1.0763011459857807e-07}
{"commit": "b1e5eee6131729a3baad0f140abee58487656282", "message": "day 16\n", "proba": 0.0008557880646549165}
{"commit": "73060c9599fddde6ae66ccb7bf9659ae4b647656", "message": "tweak ICPY correction for speed\n", "proba": 1.792850952142544e-07}
{"commit": "5949486570b3f6aefe01b1362855a4fa9d130ddf", "message": "added support for UNIX system variables", "proba": 2.489551889084396e-07}
{"commit": "f345a08fe8f2c16ac5dad1b3b7048ac4f04dd380", "message": "Test fix\n", "proba": 5.76670913687849e-07}
{"commit": "9265937f98502d1c406bb867da930c7fb341806f", "message": "Initial version  of the package-info.\n", "proba": 1.0706072117727672e-07}
{"commit": "ff5007a0d303a41b0c1e08108ac82cba113bda1e", "message": "Land CTS tests to MediaBrowserCompat.MediaItem\n\nBug: 34035975\nTest: Tested on API 16~25 devices\nChange-Id: Iee0763d9a99355b63167afb31430cbf12a7a7d5f\n(cherry picked from commit 76bde73a46d4f15259d61acff3bc296ce23dbf55)\n", "proba": 1.2780357394603925e-07}
{"commit": "27b66a0dc7dada516cd501f0de0cad48abfe3ead", "message": "add URL conversion test code from relative to absolute path.", "proba": 1.1523066234531143e-07}
{"commit": "23d94257e183bebe5b88777ccb4f56811352739c", "message": "HCOLL-384 add a test for issue #37\n", "proba": 1.2407352301124774e-07}
{"commit": "31a3b48eb02f4076640fa90ebec94e01d48594c1", "message": "Avoid Eclipse warning\n\ngit-svn-id: 3cfc64c80f2e6f92f6d08f3c7f3967ef35335cd9@1460396 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.752482934440195e-07}
{"commit": "c18961cc3fafb73476a963fb718d270da73b5a24", "message": "Add tests for ClassModifierCheck.\n", "proba": 1.133137814690599e-07}
{"commit": "3890feadae8a7079038a412087141870420ce071", "message": "- added a test that fails if any CLP is missing its @CommandLineProgramProperties annotation.\n", "proba": 1.0463034527674608e-07}
{"commit": "ad5f46b1cfd7d3fb621ed235dbad0a59b57cdca2", "message": "am f7c5c373: Merge \"IMS: Map pay phone and unknown presentation with OIR.\" into mnc-dev\n\n* commit 'f7c5c373ab08bbd5aade14c4a94c4457558deb95':\n  IMS: Map pay phone and unknown presentation with OIR.\n", "proba": 1.3606630488993687e-07}
{"commit": "102dc1cb21ddcde56c299437e8f14de0b629f7fd", "message": "am 250a90ca: am 49db71e9: am 810df895: Merge \"Return ApplicationInfo with requested userId.\" into jb-mr1-dev\n\n* commit '250a90cacf25fb277a5b778039965a330a0376d0':\n  Return ApplicationInfo with requested userId.\n", "proba": 1.5553968069070834e-07}
{"commit": "1c1291fcf572a4f29482d002dd7950fb9f298d2e", "message": "NewsNotifier bolt\n", "proba": 3.217267021682346e-07}
{"commit": "2e8573d1913f4dcbee8f4edb293d74c8b091fb34", "message": "License Key Formatting\n", "proba": 7.965717259139637e-07}
{"commit": "9de6a8b057446ad53d1cbdf26df94b222884e41c", "message": "Delete Game.java", "proba": 2.6041484488814604e-06}
{"commit": "37eb6d1c8badce00e645044883a04437c949e0cc", "message": "fixed javadoc\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@2118 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 8.229525292335893e-07}
{"commit": "090306a75fd5551e0cd90cd94d103fc1348bff07", "message": "16:22 14.06.2017\n", "proba": 4.294734026188962e-07}
{"commit": "25aa01b55663258683a9e318a42fc9819619f662", "message": "caesar\n", "proba": 8.186572813428938e-06}
{"commit": "2fef123b419ab3671a87341a8d90e3ea340056d5", "message": "\u589e\u52a0FileUtils\u5de5\u5177\u7c7b\n", "proba": 2.609602915981668e-07}
{"commit": "6111fd0088113f8d1eae6104d7b2da42bf51fd3a", "message": "Use _any as the name for the getAnyElement\n\ngit-svn-id: 3495a5c4bbe5ece00c09619c056c9a903ff1da72@291812 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00047081030788831413}
{"commit": "9ca96ad78aa94ae2fdb905f92df0ad8769cd64a2", "message": "Added permissions setup code.\n", "proba": 1.1782611153421385e-07}
{"commit": "59fc3cbbf53ca17109447755dd62929ccf2f9ab7", "message": "For testing a detector that looks for mismatches between number of varargs passed and number expected based on \"%\" occurrences.\n\ngit-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@9102 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 0.998067319393158}
{"commit": "0b78b356594894884ef43b11472b9f114a8c32c2", "message": "CHanged it to a Doubly Linked list", "proba": 1.5003865883045364e-07}
{"commit": "b8da8a61606674c72d5e29b69107f8fbdfcec134", "message": "Spliterator\u306e\u5b66\u7fd2\n", "proba": 1.1272124993411126e-06}
{"commit": "1c2b4877db738de88f9c0c20a86830df46d67c62", "message": "Update ImageProcessing.java", "proba": 4.5573162310574844e-07}
{"commit": "3623d80bc44d58f1e8739c19e785187092d57f3f", "message": "Removed redundant code\n", "proba": 0.003983959089964628}
{"commit": "d1d8de6a7b6dc73e1266cee5b445f9e85f0254ed", "message": "forgot to add files :S\n", "proba": 1.4970005679515452e-07}
{"commit": "ae58a2200e020654d539939afcd363ab289d0d0c", "message": "Add Logg class to make logging formatted strings easier\n", "proba": 2.0467268768697977e-07}
{"commit": "453d59c0864369b041590ee9238022056390d6b4", "message": "Create MyScanner.java", "proba": 8.463813401249354e-07}
{"commit": "851e7ea686f524442a596b45ec61047d4c33f27e", "message": "New test to test merging with some members already being busy with a different merge\n", "proba": 1.2739918986426346e-07}
{"commit": "66d1effa19fc0c9c21e4084990aa4e47ecb79004", "message": "App Main", "proba": 1.0877837439693394e-06}
{"commit": "ddbc2c1d49d294342da42132a1d20fd33d7ab227", "message": "A new test case called SCONSa was added. It targets all consistency criteria, and checks whether they ensure SCONSa or not. \n\ngit-svn-id: ec016c2bf29fa866ddb05dcf5ad0c32066464a7b@1193 334080fa-30e0-4884-a663-39494f8d70c4\n", "proba": 9.033547939907294e-06}
{"commit": "0200fdea9bf114b07bedac2074ed1b48d53b9b83", "message": "Padroniza\u00e7\u00e3o dos testes unit\u00e1rios", "proba": 2.1045957510068547e-07}
{"commit": "5c8b31225db6c1de757fcd57fe79223211393814", "message": "Update ConverterTest.java", "proba": 4.01338866140577e-07}
{"commit": "89a9fa54dfb793f41bc51786fae73230c8f77425", "message": "history\n", "proba": 2.050397415587213e-05}
{"commit": "70d2ca0f7a97e456e4ed040f36fc09d47af80904", "message": "Structured usecase execution tests.\n", "proba": 2.6736924496617576e-07}
{"commit": "a667fa2f4cbcbbedbabb07d40e0fc42d578f8313", "message": "quick jmh benchmark for id creation overhead\n\n```\nBenchmark             Mode  Cnt          Score         Error  Units\nIds.justName         thrpt   50  155882324.425 \u00b1 4993818.679  ops/s\nIds.withTags         thrpt   50     291907.876 \u00b1    2474.398  ops/s\n```\n", "proba": 1.1083020012847555e-07}
{"commit": "b4a169f5d0ab049f73771ed056d86142b45e81a8", "message": "add GalToLitTable.java\n", "proba": 4.796914367943828e-07}
{"commit": "3f7fc4b1cca75585317c674a7b893dd1d75c63c9", "message": "Text Encryption Assistant", "proba": 1.875462999123556e-06}
{"commit": "e75fb094ab78d899406a81744e31c96dfaa9093b", "message": "Altera\u00e7\u00e3o da Classe Cadastro e case 2 da classe Menu", "proba": 1.9845050758249272e-07}
{"commit": "ac0ec1ac2977c8487574a80440a1a5cae1dcd3f3", "message": "\u4fee\u6539 SwipeLoadLayout \u89e6\u6478\u903b\u8f91\n", "proba": 1.8530496959101583e-07}
{"commit": "2124e93ae88af877855b4dfb2a5744486c427173", "message": "Added line separators to RecyclerView\n", "proba": 1.4557299721218442e-07}
{"commit": "fb9b36af77d61c68eb8f50fc35c573cc8a71cc02", "message": "HabitAdapter\n", "proba": 7.529825438723492e-07}
{"commit": "6851f48bdf8a66f536ea726f2451440400389642", "message": "codacy recomendations\n", "proba": 7.452248951267393e-07}
{"commit": "7c62a8fb04806debba81cef28fe322b41703ac5e", "message": "added locked info in listTables\n", "proba": 1.8062060291867965e-07}
{"commit": "6fb9f66289725434c835ce768ce1aadb135fa9c1", "message": "- possible to query based upon criteria part deux\n", "proba": 5.523148956854129e-06}
{"commit": "ace5d76392420a35462b8bedf808481b60d52107", "message": "new type wizard: fix a potential NPE\n\nSigned-off-by: Ferry Huberts <66e11f9f5d965b69497c7e73d5e808f8b13c1218@pelagic.nl>\n", "proba": 1.7298548300459515e-06}
{"commit": "1c0d45982cc4f39b480f9de9d4e1d8d2db0aae23", "message": "Create SudokuUI.java", "proba": 9.374517503601965e-06}
{"commit": "49e832af603dbae3786bf0a5bbafec1757fa4910", "message": "Update TreeMaxDepth.java", "proba": 4.7919309054123e-07}
{"commit": "b3aed72ca7c917675824b6a2090b4447d182c1a3", "message": "allow  a more descriptive parametername\n", "proba": 3.998868851340376e-05}
{"commit": "274e9f97cbd219d664cc99f89928a601e8f01726", "message": "Properties setter.\n", "proba": 2.85638492414364e-07}
{"commit": "5de329dd1544db32397e72bb29a2341cf671996d", "message": "+changes, but not work\n", "proba": 4.1777431647460617e-07}
{"commit": "cd00be8936a92323f025a14a0b70db2582aca936", "message": "For ENG-4999, unit test of log collector\n", "proba": 1.2211266664508003e-07}
{"commit": "b3c1173843d4017447e447637e90271514d32abe", "message": "Upload CollectionUtils", "proba": 4.938468123327766e-07}
{"commit": "2b4818aa9b2e22706e636460e36cc1665866e018", "message": "Q278 First Bad Version\n\nYou are a product manager and currently leading a team to develop a new\nproduct. Unfortunately, the latest version of your product fails the\nquality check. Since each version is developed based on the previous\nversion, all the versions after a bad version are also bad.\n\nSuppose you have n versions [1, 2, ..., n] and you want to find out the\nfirst bad one, which causes all the following ones to be bad.\n\nYou are given an API bool isBadVersion(version) which will return\nwhether version is bad. Implement a function to find the first bad\nversion. You should minimize the number of calls to the API.\n", "proba": 0.9965338706970215}
{"commit": "fca4516bfa1485f4d60f89e23c004aecb4139549", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "92e39c112727c56f61acb1f47640c94f6d5daad4", "message": "Fix code layout\n", "proba": 4.469201485335361e-06}
{"commit": "021b1ac4e7d393584af0494eeb52042c437687ef", "message": "\u0421\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u043a\u043b\u0430\u0441\u0441\u0430 Point\n", "proba": 9.210831422024057e-07}
{"commit": "bf1f37414ae71b15817010b8d4b3b6f9d50b3232", "message": "\n\ngit-svn-id: http://rokon.googlecode.com/svn/trunk@303 84f797ac-9f24-11de-b98f-4500b42dc123\n", "proba": 5.535391096600506e-07}
{"commit": "d2208dd349bce2122133f86b18e25c9251a12428", "message": "doc fix\n", "proba": 5.12189103574201e-07}
{"commit": "5b2ac7b238c80da10fb4eaec4831015bdbaef68b", "message": "Fix #2353 by admitting searches are case-sensitive\n", "proba": 0.006025500595569611}
{"commit": "dd0f1a1d7c13f8d92cfd4f41388ed71a36b93c3e", "message": "Query type `ALL` now uses `ArtifactContext.allSuffixes()` instead of hard-coding\n", "proba": 2.7485569376040075e-07}
{"commit": "3d53c5d36e91084865bf04ce5d515446380602e2", "message": "*ChatMessage is now Comparabl\n", "proba": 1.3105388063650025e-07}
{"commit": "eaca215f109b1e56158f467e7d465cfb1338ba18", "message": "This is exactly the same as the previous FeatureExtractor.java,\nonly that it has been renamed to specify that it computes the\ndelta and double delta of the cepstra.\n\n\ngit-svn-id: a8b04003a33e1d3e001b9d20391fa392a9f62d91@955 94700074-3cef-4d97-a70e-9c8c206c02f5\n", "proba": 1.6712050637579523e-05}
{"commit": "0c09df9d01a93a0be3ade80e1713cc52abf93be9", "message": "Remove unused import\n", "proba": 5.658957888954319e-07}
{"commit": "9e6a82d29c827c13834bb7c16f59a621233f8e1c", "message": "Force connection to closed state on reconnect (#12853)\n\nIE10+ does not call onabort when the streaming connection is aborted.\nAs a result, onclose is never called and the client side does not\nchange the connection state away from \"connected\". This results in\nuser actions not being queued on the client side, instead the client\ntries to send them immediately, leading to an eternal spinner.\n\nIf this can be fixed in Atmosphere somehow, it should. This is a\nworkaround until then.\n\nChange-Id: Icd1a86ac9775d1a7d9c0bc1dee0fd399e2bf2266\n", "proba": 3.296640215921798e-06}
{"commit": "7e3c53ac24584487c0d41a466383eea0c2ab7c8e", "message": "Polish TomP2PMessageModule#doConfigure\n", "proba": 2.7879187314283627e-07}
{"commit": "128304ac69cb71174b96e0406fdf6a0843dc1c90", "message": "RepoUsingTool: use subclass-provided source dirs and read module dependencies\n", "proba": 2.377929178010163e-07}
{"commit": "52d90c007095e3134ce652ad0e73179a1826f47b", "message": "Completed an implementation algorithm called Bigger is Greater used lexoographical permutation sequencing\n", "proba": 9.365679034090135e-06}
{"commit": "75a1d5f5c80b9d70f1faa9b031bfd34cf72f5d33", "message": "created package\n", "proba": 3.5341946613698383e-07}
{"commit": "bbda6fa454aeea6a42740bf1c2483e64a1d4eb69", "message": "Removed strange formatting.\n", "proba": 1.6333781616140186e-07}
{"commit": "f3b845c81e202dbb9eb024d5d9ceaf28c414482e", "message": "initial version of an AbstractApi\n", "proba": 1.5996698721210123e-07}
{"commit": "760ee6ce02aafc53f99c6fdd5b5fee49fa59f74b", "message": "rate cleanness of strings", "proba": 0.9989991784095764}
{"commit": "5ee2c239ccf3102c7d30871eb75369830a9d2cef", "message": "Add a class for doing serial arithmetic.\n", "proba": 1.9454122593742795e-05}
{"commit": "0c9f3cee66776be29d520777552d9074dc7fc4f5", "message": "Fix comment typo.\n\n\ngit-svn-id: a878c62e23c3cdd7109267dfd9bdff0ba03a0163@7069 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 0.9999969005584717}
{"commit": "5683fd115745efecb7ba69c3a0a0852fd131ca79", "message": "A simple Lennard-Jones simulation with atom decomposition.  Uses multiple Java Threads.\n", "proba": 1.0089202362451033e-07}
{"commit": "41920afa54e67010eec146341bce113f05c9d7c3", "message": "am 0b713a09: Merge \"Small IntentFilter docs improvement.\" into klp-dev\n\n* commit '0b713a096171d27ed832175b31abff2b870de44e':\n  Small IntentFilter docs improvement.\n", "proba": 2.648903887347842e-07}
{"commit": "60d75e6e868c471aa4734fd2823dc4c20a9a53a7", "message": "Cleaned up Binck code and made changes to make this happen\n", "proba": 4.232580010921083e-07}
{"commit": "103d53645c0b8ef532e8715da6c6cd33ad5f98e2", "message": "Make vCard importer use Organization name when there's no other information available.\n\nSome Contacts users are accustomed to use Organization as a name of the contact when the target contact is for some oraginazion like company, etc., so this change makes sense.\n\nBug: 2310146\n", "proba": 2.314689027116401e-07}
{"commit": "fc268587083d28eedf2ede068472897327b17414", "message": "Create GranularityHelper.java", "proba": 3.8310960803755734e-07}
{"commit": "d632c5eb07c2289b8065b69455228961528cc1b0", "message": "fix:\u6ce8\u91ca\n", "proba": 1.8337625533604296e-06}
{"commit": "3078fb2afcadd38a6f5d3528f70f7ac5e1c50a95", "message": "Do not instantiate temporal Objects in loops bodies\n", "proba": 3.6025531358063745e-07}
{"commit": "3a05cfb4d925ffa42ace3c19562a9df3f845f180", "message": "Increased target distance\n", "proba": 7.742797606624663e-06}
{"commit": "4c451651205714b25c93f21306c8fe20d7ec64f7", "message": "MasternodeVerification:  Add Dash Core 12.2 (new message)\n", "proba": 1.0850096288095301e-07}
{"commit": "75827d78dd186cfcc4ab3386f1de0e871a525a57", "message": "Add 662\n", "proba": 0.9996070265769958}
{"commit": "2c84252393c740d47bfecace1ffb13d6cde9c2fc", "message": "commit a test file at the branch\n", "proba": 2.1858220122794592e-07}
{"commit": "53c9e705270cfc4dcd05740f588b95564d3faf06", "message": "GRAILS-9279 only configure persistence in the History instance if the history file is writeable\n", "proba": 1.242686806790516e-07}
{"commit": "b99441e61f3f4cdc8aa0a9e7e115685e3a9efc27", "message": "am 791fc166: am 2697f082: am 887c5236: am 74637db2: Merge \"AndroidKeyStore: return error code on error\"\n\n# Via Android Git Automerger (3) and others\n* commit '791fc1669d14c046fc9a723b847ec8d3af0b1787':\n  AndroidKeyStore: return error code on error\n", "proba": 3.2310146025338327e-07}
{"commit": "d1b449d83870d7a9b6e9080fc04b8a2576ffb2a4", "message": "Java\u65b9\u6cd5\u9012\u5f52\n", "proba": 1.0608052889438113e-06}
{"commit": "00a831de2c4451597a8ee7610c45c927a2f8b921", "message": "GameLoop\n\nThe GameLoop object.", "proba": 2.587305232282233e-07}
{"commit": "466505dce623e88c6f191d2aa8bba1204eb407f0", "message": "[java][ArithmeticSlicesCount] solution completed\n", "proba": 3.733387359261542e-07}
{"commit": "400bbd7fbf17c66c572ab175d9c04eab28d73ddc", "message": "98.7% coverage\n", "proba": 1.2698555451606808e-07}
{"commit": "d2e0339600c191ea65bfebe24c8d0a61b1124780", "message": "properties file for simulating user's state\n", "proba": 4.1773606085371284e-07}
{"commit": "995afd3bc6fae710e7cb43942cda058b0a4714df", "message": "Create ConsumerGroupExample.java", "proba": 1.0518205044718343e-06}
{"commit": "9f01a081995d942fe30f7a17a76d7b9e8e75a7b9", "message": "[SGL-794] Remo\u00e7\u00e3o do m\u00e9todo DispatcherPageUtil#buildFullURL\n", "proba": 1.2480717259677476e-07}
{"commit": "5c1d51492e73e2c4647241274cffe674d5c60958", "message": "1. json->schema \uae30\ucd08 \uad6c\ubb38 \uc791\uc131\n", "proba": 4.049887820656295e-07}
{"commit": "b8d62e70bf2612e9c75bf7d8b2370f80e5877f95", "message": "Fix the hotplug behaviors in TV.\n\n- Don't run the local address allocation in the case of TV and the removed event.\n- Let isTvDevice() return the value based on mLocalDevices, since tv() is\n  unstable during the intialization period.\n\nBug: 17601460\nChange-Id: Ic5701f1f86f51171960033bd97e169270a0021bf\n", "proba": 7.130427547963336e-05}
{"commit": "1ea5067e0a85982670c8072762af5308b9a8fb57", "message": "am e12f23dc: Merge \"Remove static modifier from KeySetManagerService issuedIds.\" into mnc-dev\n\n* commit 'e12f23dc7e36f34c2ebd440e5deffd8866b66ade':\n  Remove static modifier from KeySetManagerService issuedIds.\n", "proba": 1.579098380943833e-07}
{"commit": "0f6a6c4bc15fee726ef9aeb0d99b1204767f431d", "message": "Don't allow any app to specify rotation unless in home task\n\nThe previous logic was racy/buggy in a sense so that the non-home app\ncould still force the orientation when the divider was still minimized.\nThe logic is cleaned up so only the home task can force the orientation\nin multi-window.\n\nChange-Id: I9eccf86d9fa442375d6eca400cb6ac0815c9fa10\nFixes: 28675152\n", "proba": 0.001466800575144589}
{"commit": "240b7116587cd97f191cd3cfa0f65a0527354ea4", "message": "Re-add settings buttons", "proba": 7.098105356817541e-07}
{"commit": "0a11c73ca285ea2663a9acc3131a761fd89259de", "message": "Add test to ensure correct creation of EventType\n", "proba": 3.043216167952778e-07}
{"commit": "86ef84bb4ef79c05bd3cc5e5c41d0bb41f54f5de", "message": "add mail bean ", "proba": 1.6880787825357402e-06}
{"commit": "3b8be87f89e2f98345980954994bdde82b7ee9ad", "message": "Fix service discovery bugs\n\n- Application does not have transaction id information. go through\n list and remove\n\n- Avoid removing client info while enumerating it\n\nChange-Id: Ie293876756418ed4cd6dc3a903689ee7003bd12d\nSigned-off-by: fd7d1e626a5499755b3fb35a303227101e33796b@jp.sony.com\n", "proba": 1.1346402061462868e-05}
{"commit": "39aad005c698766fd4db4d1a3a42c4910bce725a", "message": "am d2bfa3bd: Merge \"Fix copy constructor\" into jb-mr2-dev\n\n* commit 'd2bfa3bdc0a5d3c06cde2711d8572a8141e45fe2':\n  Fix copy constructor\n", "proba": 2.0793379462702433e-06}
{"commit": "d0021437885f550798d8b7e026b50c88b949f680", "message": "Fixing the build break. (I've done the same mistake of changing ports to debug in tcpmon, again). Sorry guys.\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@293495 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.660408997850027e-06}
{"commit": "4f1c29286876e9310e1b8ef465049c83104389ab", "message": "Fix regression in r1742146\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1742166 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0001275980903301388}
{"commit": "69183e8b7c65abb429abc5aea44f8baa36d55ca7", "message": "Delete Kobo.java", "proba": 5.798352503916249e-06}
{"commit": "c4f1f8debe1593ebbe514bd382942d3ed2b3624d", "message": "Adapts DirPoll to QBean lifecycle\n\n", "proba": 1.4551665117323864e-07}
{"commit": "1267045ac42fd529ba34c944e0e1dd645ea2605c", "message": "The surprisingly small update to the auto generate code to go with the update to the jjtree file\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@681792 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.946072643477237e-06}
{"commit": "7d5d719828d509ba6a5810fde19f0f5124e8741b", "message": "FloatEncoding\n", "proba": 3.290635868324898e-05}
{"commit": "b9773075730cebe0ecf5efda22bf556f9a130084", "message": "am 35e8b096: am 205840f0: am 097cf25e: am 857f8013: Merge \"Fix ANR in print spooler.\" into lmp-dev\n\n* commit '35e8b096238da4f461f973f479c154b2dd23b307':\n  Fix ANR in print spooler.\n", "proba": 1.689349744538049e-07}
{"commit": "7cb0e9bc432cdbeb30e0c4b0acaaaec0c37ec9ec", "message": "Create alternating-characters.java", "proba": 0.9999707937240601}
{"commit": "0893077537d63a6554e0489ed135083488eaca19", "message": "Added class for performing some calculations.\n\nNote: This was originally developed for Argentina pilot and will be required when the\nCalculatedValueElement is merged in.\n", "proba": 9.948255552671981e-08}
{"commit": "c13349b44746921351ad8b37be77e3c842b93d22", "message": "Neue Testmethode", "proba": 3.932727281608095e-07}
{"commit": "fbea8c4fae7349baee744093f3d6974d8b04b7f7", "message": "[Added] Test for ConvertHandler #12\n\nSigned-off-by: amannocci <460865f536eadefb7a9a9ce677e40da609b12400@gmail.com>\n", "proba": 1.205616229071893e-07}
{"commit": "cba19b44590321e12a19c941b4f52c710bd9f00d", "message": "Add ThrowableMapperTest\n", "proba": 4.5904408807473374e-07}
{"commit": "f11a9b03836cbdfef4ffeb57b3026f8a4423d88a", "message": "1. Add Dssat Weather Test class", "proba": 1.198801413693218e-07}
{"commit": "d516a9466e445aea49d4a817818512713013eafd", "message": "Sort members in AB order.\n\ngit-svn-id: 3cfc64c80f2e6f92f6d08f3c7f3967ef35335cd9@1458639 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.010018791072070599}
{"commit": "fc73e4efa155844e285b5892310e3d0ad0971f5b", "message": "Insert space between checkboxes in Rename dialog\n", "proba": 3.2343564271286596e-07}
{"commit": "bf64137257155c2485d1555eccf087d5b3e90b0d", "message": "am 1ae5b71a: resolved conflicts for merge of 7cf1eeb9 to master\n\n* commit '1ae5b71a95c0472fd07d9928ff34ee1870081e66':\n  Fix 5514230: preventing null window token from occurring\n", "proba": 5.650178991345456e-07}
{"commit": "6cbf5f8fe603d739e6180d343b437a406d04131f", "message": "Added Command Line runner\n", "proba": 1.5446457268808444e-07}
{"commit": "344e4e194e81d848ca536e9d27d20608fdb45f33", "message": "Toyed with bounds", "proba": 1.879056412690261e-07}
{"commit": "98aaf370cc50f19d3b95eba862a3d9ea789cac1a", "message": "adding default json servlet\n", "proba": 6.926566697984526e-07}
{"commit": "4d0cac28c34dc268ddf6dec4b5aecaf0f7df5155", "message": "Removed debug println\n\nsvn changeset:8260/svn branch:6.0\n", "proba": 2.0222645957801433e-07}
{"commit": "e74162112219cb4f8788028cb5ee4dd962b56fd7", "message": "*HomelistCommand: Made /homes async\n", "proba": 3.3994177783824853e-07}
{"commit": "18772005754b4f13e42b6b96a8230d452d9b3a78", "message": "missing to add the new file\n", "proba": 9.884672635962488e-07}
{"commit": "1653b1dd69a3af0d8acc4121e5b8e743a2e491b7", "message": "Throw IllegalArgumentException on invalid hex-strings.\n\nBeats returning null since there's let's chance it will be interpreted\nas the lack of a password.\n\nChange-Id: I4986a8e806d9066129f696ab9f2e80655424e723\n", "proba": 2.2800104488851503e-06}
{"commit": "a1a8111c46064e234acc4b656781a7b167cdef1a", "message": "basic creator service using reflection\n", "proba": 2.6850915446630097e-07}
{"commit": "f5234d8e76ceedaf599bb45cfaadafff8b8ba9d8", "message": "solve conflict\n", "proba": 0.031680893152952194}
{"commit": "87cf2ba69095a9617a3382c017c067bb11c5991f", "message": "Payment Tour Hotel", "proba": 3.308336147256341e-07}
{"commit": "582a16eff5fb7f94f936c9d6163f0a526c6ec4e4", "message": "Add missing file\n", "proba": 6.467544608312892e-06}
{"commit": "15a23785b09ef940c121f74570fc3d8ea8335f60", "message": "+RembrandtView\n", "proba": 1.5472184600184846e-07}
{"commit": "1f151408b1886a6a0e107579d9b130bbd944955c", "message": "Configurable feign timeouts\n", "proba": 8.039187378017232e-07}
{"commit": "7f5821456f7b5c7296d0bfca1be4e23cf7088afa", "message": "MethodVariantPool allocates method variants.  I should have added this in an earlier commit\n", "proba": 4.2605319094946026e-07}
{"commit": "3138b53993507d858a6e8499faafb596ab41244e", "message": "Translator is moved from sample project to component", "proba": 1.18608305399448e-07}
{"commit": "f5e863a3440bd1e40cd162d37636f6d6386d660d", "message": "Remove redundant code introduced by the fix for AXIS2-1871.\n\ngit-svn-id: d6acb143e251c037dab5ea34394f8439daf45588@1739343 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999706745147705}
{"commit": "9e4d709fb8acdacf49a9908ed883c108c49dee5d", "message": "Fix typo\n\n", "proba": 0.9999992847442627}
{"commit": "d92bf333c514277b5ee3112819f4ccb04c724f5d", "message": "[VTK-1429] Increase robustness of action URL parsing: allow relative URLs\n\n", "proba": 1.3808282517402404e-07}
{"commit": "0d8a83e1cf4a090edd0709873ceaf4f3a8f3393d", "message": "1) CSSLexicalUnit now properly implements getDimensionUnitText().\nPR: 12536\n\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@201266 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.3977875091295573e-07}
{"commit": "b6e114dbd1b7fda0bc7f04dc0944c16ea0181244", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "08ddc8d2a17a3ba85336ec570e481890646993d0", "message": "Reordered code in MyPointExercise10_4.java\n", "proba": 5.842931614097324e-07}
{"commit": "8d9e68929f0cc916f33d6b98135d2f7a15751303", "message": "fix secure option\n", "proba": 2.2330918909574393e-06}
{"commit": "448337115e7e1a3bf64dd86db58b5750e2457ae5", "message": "initial commit of testcase. The first JUnit test for the biojavax core!! Hooray!!!\n\n\ngit-svn-id: ed25c26de1c5325e8eb0deed0b990ab8af8a4def@3649 7c6358e6-4a41-0410-a743-a5b2a554c398\n", "proba": 4.212144233406434e-07}
{"commit": "008933c7e6c7b375e1b579e76d825c0ec2cbd603", "message": "Update SessionInfo to contain XUID, identity, and display name\n", "proba": 1.3751458993738197e-07}
{"commit": "63745d33b66d0ff28ab54e0c8edf65d76dbab931", "message": "Added Dataset (copy-paste of Graph)\n", "proba": 1.0769130653898173e-07}
{"commit": "e6f786fa0dd3668a8028188abe09d95986982d46", "message": "Adds PeerTcpConnectEventListener class.\n", "proba": 1.2522015424565325e-07}
{"commit": "97a8b5217a7c505aab4943a3753107bc8a87c043", "message": "DOM helper for creating elements with NS parameter.\n", "proba": 1.1198402205536695e-07}
{"commit": "47fdc42f2f146bfb90495366f1d07036bb479091", "message": "added memory puzzle\n", "proba": 3.47187096849666e-07}
{"commit": "f275f9a84e8bc4f0fc222aecc0c07d78f7af9171", "message": "CTexample/CTfolderwatch\n\nExample polling folder for changes demo.\n", "proba": 1.0580373555058031e-07}
{"commit": "cf71eec66875005d4cbf4a174a08e19f7650369a", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "056c610c9ba83fbf68e15fa4557620dc7820f087", "message": "am b6a2978a: Merge \"Performance increase in thumbnail handling\"\n\n* commit 'b6a2978a5118d66bcebc380b0c20e566b7cbdfda':\n  Performance increase in thumbnail handling\n", "proba": 3.229615685995668e-07}
{"commit": "8c6b3b93e2ebe8db06165f6378d86cac2c606171", "message": "am daa95754: am 056c610c: am b6a2978a: Merge \"Performance increase in thumbnail handling\"\n\n* commit 'daa95754a53a9f90c4afaa4eccdc25f08fd2d264':\n  Performance increase in thumbnail handling\n", "proba": 2.4402240228482697e-07}
{"commit": "05abff10e3f724c4a4ea0d3997e49b1498892b45", "message": "Ensure that custom label isn't empty\n\nThis also changes getHiddenTvInputIds to return mutable ArrayList.\n\nBug: 16876078\nChange-Id: Ib84a071e7a7cf390ac4f9cf69f3d8daf218d657d\n", "proba": 7.85543306847103e-06}
{"commit": "fc84bde06239460ea24f96067c4602378ffea2b8", "message": "Update Point.java", "proba": 9.957858537745778e-07}
{"commit": "d8f62ec44706153490bf63cddeac7d9c76e9e742", "message": "am a48dc39b: Add hangupForegroundResumeBackground().\n\nMerge commit 'a48dc39bd55c5ddcd991e08f791fd18d94a0db12' into gingerbread-plus-aosp\n\n* commit 'a48dc39bd55c5ddcd991e08f791fd18d94a0db12':\n  Add hangupForegroundResumeBackground().\n", "proba": 1.5126475716442656e-07}
{"commit": "2367a7e7b6431c5737b40eaddc5fbe77d1a2d2f4", "message": "am dae1f357: am 7dd60d18: am d494e6cb: Merge \"Fix the IndexOutOfBoundsException when unpacking GSM 8-bit pdu\" into lmp-dev\n\n* commit 'dae1f3578ad8705de18ab25768d99633fd9f36c4':\n  Fix the IndexOutOfBoundsException when unpacking GSM 8-bit pdu\n", "proba": 5.092477977086673e-07}
{"commit": "a10dba9485a649a8772ebc67659458089dc217a1", "message": "Test case for bug 58414. This passes without any changes. Is there something else going on?\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1703890 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.98188300197944e-05}
{"commit": "6e0a631ce86f42b6757ff0a8a70097b7ac3f63b8", "message": "save, add the adapter\n", "proba": 2.466675255163864e-07}
{"commit": "f00c163f9bbc366b6a7f4aa6b899327ad6539172", "message": "Added test case for issue #109, can't though reproduce the issue.\n", "proba": 1.0260797722594361e-07}
{"commit": "b39adc440f55c09b413fa59f2f26c018e682af8f", "message": "add static '\n\nSigned-off-by: brucefengnju <59f7c0c98e27e1920c10e7f2a6ba60948b74d8e2@gmail.com>\n", "proba": 6.977357998039224e-07}
{"commit": "0cd05aaaf684dcb2390777d675d9516bfec1e348", "message": "am db2a5ff1: am 78d85419: Fix missing initial moveto in path definition.\n\n* commit 'db2a5ff129bca5eec42fe800d06fd02265255ddd':\n  Fix missing initial moveto in path definition.\n", "proba": 1.8558156966719253e-07}
{"commit": "a277afcb5ea04f6c881351c919819c4845d234bc", "message": "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 9\n\n\u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0438 \u0441\u0442\u0440\u0430\u043d \u0438 \u0433\u0435\u043e\u0437\u043e\u043d \u0432 \u0430\u0434\u043c\u0438\u043d\u043a\u0435\n", "proba": 1.1505267139000352e-07}
{"commit": "ce700511c546983b7a6cc234d8abdaa8a8ee761e", "message": "FindBugs\nsetup() vs setUp()\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1596189 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.963863713986939e-07}
{"commit": "e5776d9f797b1bd6b0ceb29cefa8f1e2b8b41982", "message": "adding some basic tests", "proba": 4.4883776695314737e-07}
{"commit": "686836a18d99de36f36093e1ee7b4ea195377745", "message": "add triple\n", "proba": 0.9999971389770508}
{"commit": "d0dd3f5f6ca4303804174dc731ba96874405a55a", "message": "Trying better integration of Google Analytics\n", "proba": 3.873846310398221e-07}
{"commit": "aa27894f9a65508d2977fdf8a7f125fdad9b6a7e", "message": "Adding BBHSceneElement -- a decorator SceneElement that applies a bounding box hierarchy to speed up ray-intersection tests.\n", "proba": 9.984944426832953e-08}
{"commit": "90c9e253241a06bb191afcc921f3cd4f7092f64b", "message": "fix(): replication of favorites\n", "proba": 1.194204401144816e-06}
{"commit": "0daa4a26f6b7e504bf632657324fa2f2b8b05fa3", "message": "Started to implement the main IntentService for background operations\n", "proba": 1.3050522795765573e-07}
{"commit": "50463ea16edce076f7bb45362983061926df6db5", "message": "Save image asynchronously\n", "proba": 4.400716875352373e-07}
{"commit": "75f07355ccee7ee667119aafcc2aa3f983ea7d9f", "message": "Scale\n", "proba": 7.920313692011405e-06}
{"commit": "28dce9d195380aedb4ac857065407aca20ebcd14", "message": "MProductDetailController", "proba": 7.734361133771017e-07}
{"commit": "09bc2012b95bb5a75d8838688a2bca4568dbc80d", "message": "Create FieldWithSubfields.java", "proba": 7.54220820908813e-07}
{"commit": "a9650566fb2af34ad6e123f568259da2edf58cf9", "message": "+ RepeatWhileOnActivity\n", "proba": 1.843135578383226e-06}
{"commit": "2fc94d0a4cc5a3594dd1354fa3c38edc4060ff3f", "message": "Implement Youthful Brewmaster. No tests necessary since it has the same functionality as Ancient Brewmaster.\n", "proba": 1.1363171381617576e-07}
{"commit": "5362387d6e263c042c3d159e568383c022087b99", "message": "Fix avslut hus bug\n", "proba": 1.8978615798914689e-06}
{"commit": "b25a13ec234d44cb3122c345f603e50989368656", "message": "Add RecurringTaskFactory\n", "proba": 5.377081038204778e-07}
{"commit": "cb1e30d5e965b7299f15276bfdb908e368da1e7a", "message": "AbstractSecretaryFilter added\n", "proba": 1.3404675769379537e-07}
{"commit": "00c03f76562063e03d6bbd9178d2598d82f5f9e0", "message": "PropellantRequired is not part of Thrustable.\n", "proba": 1.934991331609126e-07}
{"commit": "f9f1db5aff91dd0beccc74a8fdaff6644bdcb5e1", "message": "added field type enumeration", "proba": 4.78653646496241e-07}
{"commit": "7cf06a4036e225e5c9edd3690d43c63019476417", "message": "add entities in Solr", "proba": 1.3294061318447348e-06}
{"commit": "0ad78ba17d5b2db7079ab12cd7ca11858a2c8e4e", "message": "\u80fd\u591f\u6bcf\u6b21\u83b7\u53d6\u5ba2\u6237\u7aef\u7684\u65f6\u5019\u90fdfailover\n", "proba": 2.273265948815606e-07}
{"commit": "e043ab41b27832ac0e31f7285c61770cf8e40aec", "message": "\u80fd\u591f\u6bcf\u6b21\u83b7\u53d6\u5ba2\u6237\u7aef\u7684\u65f6\u5019\u90fdfailover\n", "proba": 2.273265948815606e-07}
{"commit": "34adb8aeefe8a066e7d0385d9e96a9e608331afa", "message": "modified file to fix KRACOEUS-5170 : Grants.gov: cost share amounts still mapping to 'RR_SF424-V1.2' on line 'b. *Total Non-Federal Funds' when 'submit cost share' has been disabled/unchecked\n", "proba": 1.3449852076519164e-07}
{"commit": "440fe99320d46b87bd47714f3dd2e3402692e39e", "message": "Added TimeAmount\n", "proba": 2.579458282525593e-07}
{"commit": "5142bb8c0450d5b47d4dcfb1e1c61aa5aa37943c", "message": "Added ByteBuffer class.\n", "proba": 1.2745411481773772e-07}
{"commit": "4169743c8dff50a991a177546c09213c86cb5945", "message": "Added parsing tests for ModelExpression\n", "proba": 1.446383635084203e-07}
{"commit": "b250dc969d5fbc4db54ef4aff93e081b8958ae3c", "message": "added missing input file for SimplifyBoolean Checks\n", "proba": 2.4982114155136514e-07}
{"commit": "5081a8dbe1c62a25937390086d0761ececdc6af5", "message": "Oh right, gotta add the new class.\n", "proba": 1.0787283599711373e-07}
{"commit": "1c0325c756de7842ede5ae73d6a94386b23eed61", "message": "Create RmiInterface.java", "proba": 8.896982990336255e-07}
{"commit": "52fe6c5f828dc095084116ba9a012edfa5c489ef", "message": "long to int conversion for making soy happy", "proba": 1.2155472006725176e-07}
{"commit": "7d9ceb75c9f7912a0bf4dedada7674665a51f853", "message": "AAS mit Signaturen, die aber noch nicht funktionieren\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@5954 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 9.228592148247117e-07}
{"commit": "b023e1c11d31bce1f0f56cbfb9196fe053340df4", "message": "fixed\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@5051 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: efa735c50c319fe4aaeb82b2f19317c0ce220550", "proba": 1.1864173075082363e-06}
{"commit": "2e198a57feaf656b67b6420f8f28de2449967b01", "message": "testing: added JUnit test: MyCortexControllerTest\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@6000 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 6.486146730821929e-07}
{"commit": "156ba7114e37f5d58efe4752d3826e11f4f6087a", "message": "default\n", "proba": 1.71783467521891e-05}
{"commit": "95c729114f17ba576950b0b7b56c7440664087c5", "message": "Cleanup\n", "proba": 1.4090286413193098e-06}
{"commit": "00e6cb580bab4ed3278594c2324fd7666d5950f7", "message": "Changed ServoBrick to set minimum and maximum degrees of servos when enabling them.\n", "proba": 1.0360069069292877e-07}
{"commit": "2692cf5299499376274ded97dd1aebfb93d12ec2", "message": "form for user settings dialog is now reseted when opening the dialog\n\ngit-svn-id: ab5bf4358eb1d1206b526f2c2b4833398a5928e7@43 55fde302-37b5-4f85-817a-e5eb813054a9\n", "proba": 2.193334012190462e-06}
{"commit": "9fc22d64b063da6531b7b2c50e7d3661d749f974", "message": "actually add the headers\n", "proba": 1.9797961670064979e-07}
{"commit": "2ad8bb869d742b76bbd9641b84ed4f5fa406c57a", "message": "commit 1\n", "proba": 3.1460047011933057e-07}
{"commit": "754eed014ca0cb47766017e2746ae131dafcf312", "message": "Remove migration of client scopes\n\nIn the latest version of the add-ons we've already dropped support for\nthe method-based scopes. This way, users had to do the migration anyway\nby now. As we will only support a migration from the latest version of\nOSIAM and all it's components, remove the Flyway migration.\n\nFurthermore we don't know how users utilize the \"example-client\", so\nremoving the scopes and adding both \"ADMIN\" and \"ME\" could break their\nsetup or even make their OSIAM insecure.\n\nResolves #166\n", "proba": 1.6772473543369415e-07}
{"commit": "0cc3c99ef2cc42a8599005ee6be1fc8d60fe1d03", "message": "Better filenames\n", "proba": 3.0895475902070757e-06}
{"commit": "323d1438973fb01601720295b17e103e9b229750", "message": "Add max fall being period, which will prevent the engine from hanging due to trying to catch up to missed update intervals.\n", "proba": 1.0412149009653149e-07}
{"commit": "06e21c876b6fcce7fd69b6169d0ea3d9f4e68319", "message": "refactor", "proba": 0.9999991655349731}
{"commit": "b930defc835511a17ecb4c0c60f5be7114202d0d", "message": "Add disk benchmark\n", "proba": 6.846646556368796e-07}
{"commit": "35e84cdca3f48ee137fbfb0ef24bbf051f586d81", "message": "Added constant cities\n", "proba": 4.070231227615295e-07}
{"commit": "ed1c7d1af9f493d142908190fb3ef4bd32edf55e", "message": "Add a getFileType() method to ModelLoader declaration\n", "proba": 7.102039489836898e-07}
{"commit": "0abfa18e8291d6e5142774e3716dc7954bd3609b", "message": "Renamed method\n", "proba": 8.816993499749515e-07}
{"commit": "2407bbee91587636d82f66d0c5ec936e3aeff271", "message": "Added sample data source ingest module and updated docs to refer to it.\n", "proba": 9.96363667127298e-08}
{"commit": "10b5666fb54605e00365f455ccd39a95d0b9ef4e", "message": "Have added label, spinner and button to selector.", "proba": 1.0163524422068804e-07}
{"commit": "574a05bef79e9cf196542f2e4b80fa2ab669a512", "message": "Added If condition\n", "proba": 2.2940851067687618e-06}
{"commit": "4cc74c3dcb6f79dc09a96a1d1d54c3ac8d9340dd", "message": "Additional DateTime formatting methods\n\nSigned-off-by: Matthias Stevens <3e0606afd16757d2df162884117429808539458f@gmail.com>", "proba": 1.2715425157239224e-07}
{"commit": "bac61eec3d8cef38388464ac96fd0910720bb6d0", "message": "Fixing unsupported call bug.\n", "proba": 1.387094812344003e-07}
{"commit": "dbd670c508b39cb28d49878ef30424ed860b8dcd", "message": "am af8c621d: Merge \"Allow infinite-repeat zero-duration animators to continue repeating\" into lmp-mr1-dev\n\n* commit 'af8c621d2165248cdb60699a6655e56e7dfa2e05':\n  Allow infinite-repeat zero-duration animators to continue repeating\n", "proba": 6.677274200228567e-07}
{"commit": "0d52d01ece527023b5f0114aea2b6496e041ffab", "message": "am fd942b50: am 8394e9ff: am 21871444: Merge \"Zero duration animations snap to end value when started\" into lmp-mr1-dev\n\n* commit 'fd942b50f120a4530906268ab68ae2ddd4efde01':\n  Zero duration animations snap to end value when started\n", "proba": 2.9926343358965823e-07}
{"commit": "7a9e2f20af989517be5b900234532c925fb1fe63", "message": "Add Website.TYPE information.\n\nRelated internal issue number: 2131626\n", "proba": 1.9417127816723223e-07}
{"commit": "6b1d912b252e144a8bfe25eeee7a389455d5ac66", "message": "Catch exception of nonfound activities\n\nChange-Id: Id019c71937e73c38eb7a7c0a0cccfc2b9e87d069\n", "proba": 4.6820909460620896e-07}
{"commit": "38c4034d2cc2fbc9c24d4c96b19d63b1f5055b2a", "message": "Trivial Javadoc commit to test the CI system\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1706969 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.479625191488594e-07}
{"commit": "bd1d1e81af0bab50c90341ff1dbc87e7940c3cef", "message": "Tabs -> 8 spaces\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@761257 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.023540221467556e-06}
{"commit": "d9bc3f171394ecd03a959699789508254fdaed36", "message": "jike: \u6570\u7ec4\u67e5\u627e \u4f7f\u7528\u54e8\u5175\u673a\u5236\u51cf\u5c11\u5bf9 i < n \u7684\u6bd4\u8f83\u6b21\u6570\n", "proba": 1.2855032593961369e-07}
{"commit": "cf330f2839d6b9d9c5d07d18e10993f5682bd4be", "message": "don't use iterator()", "proba": 2.1285404727677815e-06}
{"commit": "f03e1f46da557b084f329d8a8023e675a7702b56", "message": "minor fix", "proba": 3.935496124540805e-07}
{"commit": "bf67a515443255aaaeafa4f614b9f64c08569228", "message": "roll back breaking change\n", "proba": 9.52898801642732e-07}
{"commit": "848bcfab5e31c433283237ef88bd822c38eaf89c", "message": "Check for null encodingStyle (changing it to SOAP-ENC for now by\ndefault) before looking anything up.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@253662 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.8118695354351075e-06}
{"commit": "a7f556a68b818388f7d7e68342fc94cb2165ab9a", "message": "tease out some more useful bits into the base class for servlets\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@247737 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.10206911410205e-05}
{"commit": "127b5cbc0de204332025e72cd74f7c33fac2fdc5", "message": "Added non-blocking code to the swing (graphical) components.\n", "proba": 1.1240794606237614e-07}
{"commit": "964f0cbbeb5de3d66fb867871890638dfc13cf9e", "message": "ignore teste por enquanto\n", "proba": 1.1981605894106906e-06}
{"commit": "1b19f04e776e81ae368103eda9ede8e2aa0381e1", "message": "new screen (summary)\n", "proba": 1.8579548566322046e-07}
{"commit": "8009f08001599e6b95a34f550085f9131e71cddc", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "91ff29c9cf069c9296ea3220634a5820ef964635", "message": "added tests for MangleNicks\n", "proba": 1.942853771197406e-07}
{"commit": "5e893664594c8675d4bf99ed81a6b5c078efa7c8", "message": "Preserve original behavior to allow existing applications to specify\nSugarApp in the manifest.\n", "proba": 9.973904724347449e-08}
{"commit": "e47b13ddaa38927e6dbda90f1fc7784be45e575e", "message": "sw test", "proba": 3.3839801290014293e-06}
{"commit": "b892a7468eddeaba5da752370a695a7470bb9046", "message": "added PaintPanel, not finished yet", "proba": 1.2567201679303253e-07}
{"commit": "19bbf761f59575c14076384531697d8d00185cd2", "message": "Minor improvements to Menus and Toolbar\n", "proba": 1.4311055451798893e-07}
{"commit": "7e968c6c145baefb9ef9a1452377f87f8e106956", "message": "response.sendRedirect( request.getHeader(\"referer\") );\n\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@2672 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 6.161043529573362e-06}
{"commit": "cb66901c6ce1fa19708035253f7ae16930c63242", "message": "MEDIUM/src/medium/LowestCommonAncestorOfABinaryTree.java\n", "proba": 1.360534952254966e-06}
{"commit": "7bd2795d86a2ed571c9d4d5ed34253a172585405", "message": "new comit as GUI\n", "proba": 3.3273747135353915e-07}
{"commit": "289750b0703be6fb7e57c616ea77d03ec44a0f3e", "message": "adding a helper class to controll polling during an UI.access call\n", "proba": 4.3405461269685475e-07}
{"commit": "15ff15e02daf6c5ceddef8885f9e5293dbe7b33a", "message": "add bitcoin exception\n", "proba": 9.749062883201987e-05}
{"commit": "175387bf54eacc148637d8e1685e20dcca88ac68", "message": "fix: dev: Replaced menu item listener with lambda.\n", "proba": 1.169125312117103e-07}
{"commit": "304d06185066994e8f2ab50cf07f34a9303337f8", "message": "empty message\n", "proba": 0.0019680685363709927}
{"commit": "3ba4772f6cc44d54b6a686ec44a0d34be1796c27", "message": "Skeleton for problem 475\n", "proba": 3.44411716923787e-07}
{"commit": "925de0492db2bcf4b94d53e7783df3f598681f4f", "message": "Skeleton for problem 523\n", "proba": 3.300590094568179e-07}
{"commit": "eaa3bd047feff1543f7a9965b14f514c8e0835cb", "message": "Initial email automation check in", "proba": 1.795972224272191e-07}
{"commit": "b00da6d311b9e2121d062eb4b2904748da44f3b1", "message": "Main Class auf Online angepasst\n", "proba": 2.4829154199323966e-07}
{"commit": "cc69843464c41db641a7f64a27864e1d130ac402", "message": "nanimenc help print supported image format", "proba": 3.6943356462870724e-07}
{"commit": "b32732f8128448ec4487c88abac658302d8345ed", "message": "Add 'module-info.java' file.\n", "proba": 3.534093480084266e-07}
{"commit": "4736fdd8943b5dd052893a5dbc320d81472e9733", "message": "Added preliminary version of OME uploader to loci.ome package (can be moved if necessary).\n\n", "proba": 1.0370784764290875e-07}
{"commit": "2f535dbd4f76b3459f5357d0d81d1e1e5d64b572", "message": "Introducing dedicated class for Font Awesome icons (incomplete).\n", "proba": 1.0085874180276733e-07}
{"commit": "3de78b0851a82d16cac983e10a2bb5ee5bd85225", "message": "add SplashActivity\n", "proba": 4.4990400738242897e-07}
{"commit": "79aa2c6245335dcac6e4849065a563d5197aa18b", "message": "LazyModule: special rules for imports from the language module\n", "proba": 1.8305634341686527e-07}
{"commit": "bbb94b9bf61227a7970ab63ffc43746a140885bd", "message": "szdfgh\n", "proba": 4.349880782683613e-06}
{"commit": "4ff7eb8f1d9f748e43e1f466332ca58e5d47ed3c", "message": "A simple help system using switch", "proba": 5.249647756500053e-07}
{"commit": "330628228061ae4d9b120c4ba7eb5c539e2b81d7", "message": "am 2d97f38f: am ec5cc94c: am 9c59b182: Merge \"CamcorderProfile: clarify the high speed profile semantics\" into mnc-dev\n\n* commit '2d97f38fe406a8f3da17f3057aa63aa196abe664':\n  CamcorderProfile: clarify the high speed profile semantics\n", "proba": 1.109363211071468e-06}
{"commit": "876e238fecf59ca7f170ee338568996a3fb5d7ff", "message": "#Merged Abstract", "proba": 1.6695757665274868e-07}
{"commit": "c129174b19be6c433fe41e8c0aaf0325cfab116c", "message": "Handler for EncounterTask\n", "proba": 3.40682390742586e-07}
{"commit": "08c6b48d8f24a80efa68b8957dc36865fbcc997c", "message": "Use subject as description when present", "proba": 4.227694603287091e-07}
{"commit": "8a2c73ec478e492fc024593a89d481ad5381bb82", "message": "Commit after changing login snackbar\n", "proba": 3.6678099490927707e-07}
{"commit": "8d868e579d75624209a9c65242c1dcc33a24b139", "message": "Add Android Test for EndpointsAsyncTask\n", "proba": 2.619991334995575e-07}
{"commit": "29f0d6de58cc780b5f16543de86110c2db25c5a6", "message": "start only if logger is enabled when transformer is ready\n", "proba": 3.622127451308188e-07}
{"commit": "f7867efb01fe87facf7376230ea35cecae19f991", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "e2535e59adc467274d13e10d086f3a9d713cb351", "message": "Delete Main.java", "proba": 1.3261012099974323e-05}
{"commit": "a7479ae22e8abe60751df4b99c397a09a99868e4", "message": "Added test to ensure auto index configuration persists across master switches\n", "proba": 1.5691723831423587e-07}
{"commit": "2362bc52bdde9fe8e44d3865107578e190d1c66c", "message": "April Challenge 2015: FRMQ - 70 points.\n", "proba": 1.0726491694867946e-07}
{"commit": "de42250997e1b858d637ebdbc6a23089dd614e00", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "fdaa8848323c57aec4ef966da97d7d0dd64a9c8e", "message": "Fix #419: bnd generates xml 1.1 documents, should stick to 1.0\n\nAlso change the quotes to those that are normally used.\n\nSigned-off-by: Ferry Huberts <66e11f9f5d965b69497c7e73d5e808f8b13c1218@pelagic.nl>\n", "proba": 1.1763210494564191e-07}
{"commit": "e1629ee8959f34b0ad58950e5ab3a14cfaf74344", "message": "[builder] Define the order of the Eclipse build based on bnd order\n\nSigned-off-by: Peter Kriens <016a769244db65ccbb64c8b271e9b7b28d4a3ce8@aqute.biz>\n", "proba": 5.623005563393235e-07}
{"commit": "a7946c9097f7e58370434a481d33e1226a42ba1c", "message": "Fixed os and arch detection for OS X.\n", "proba": 1.0884919277032168e-07}
{"commit": "50ad0a5a4cc7cdc744b788b03e15c0bb9b66f05f", "message": "Add JcrSupport class\n", "proba": 2.3125400616663683e-07}
{"commit": "71c605c54abfb182e2b38142f3cf98a6fc1ea75c", "message": "Camera2: Add missing LEGACY available keys\n\nAdd missing available characteristics keys.\n\nBug: 20883751\nChange-Id: I6f07deca4b469de720f44a663ce9140658c346f1\n", "proba": 4.662440744596097e-07}
{"commit": "ed5e8d8ce37095f7d0ef25bf14dc82f259f876a1", "message": "am 7b6a4acd: Merge \"Camera2 Legacy: Clear JPEG ids when reconfiguring.\" into lmp-dev\n\n* commit '7b6a4acdeb6bddbb6b058c227e037c714dd8f2b8':\n  Camera2 Legacy: Clear JPEG ids when reconfiguring.\n", "proba": 3.174170615238836e-07}
{"commit": "954220f1ab5612eeefdf6bc8ee48bc705953279b", "message": "Checking in new Utils class.\n", "proba": 1.082335003843582e-07}
{"commit": "4aa22ca9d91c6e22e98ec4f3f00f5fbbc6bd3020", "message": "Use different query to obtain foreign keys for DB2 on AS400\n", "proba": 7.771299124215147e-07}
{"commit": "2d1cceaf751554c9b72c3019fb7ad2ae5721a710", "message": "Implemented LotteAnimatableScaleValue but not tested.\n", "proba": 1.0785555559778004e-07}
{"commit": "e249c4327a62559d8c6d56e19514946add8b1d54", "message": "\uadf8\ub8f9 \uc0c9\uc778\uc2dc \ubb38\uc11c\uac00 0\uac74\uc77c\ub54c pk reader\ub2eb\uc9c0 \uc54a\ub294 \ubc84\uadf8\uc218\uc815.\n", "proba": 1.259428046296307e-07}
{"commit": "a6f9a9390db7dfd6f4cb89213261796708b01410", "message": "creates vendor sample at column\n", "proba": 1.5299498556942126e-07}
{"commit": "3f53a03002676c1df5c6ae28d0864e695d4d5692", "message": "fixed empty cpd.xml file copy\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@935342 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.296000722410099e-07}
{"commit": "b6f2398437fcd1cd1b8ded8791a4ddc09098bbd3", "message": "removed unused imports\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@935345 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.817228156956844e-07}
{"commit": "1d2a53e22b9b8de04a59d32b7a16ac97ea0687d6", "message": "[\u7b80\u5316\u5224\u65ad\u5199\u6cd5]\n", "proba": 2.3679424998590548e-07}
{"commit": "35f0df4a27f88ea47958744665c6cb299733b7cd", "message": "introduces method to ease building the user agent\n", "proba": 3.6786133250643616e-07}
{"commit": "8987732d4e05bb2a892cb824cce4e0e15e8d2828", "message": "Bugfixes in ExecutionControl.\n", "proba": 1.2218674783071037e-07}
{"commit": "ead5530a9f6cfd4a0178ef6fbcb42a3c39b5f5e8", "message": "Add sample I was using to verify worker pool concurrency\n", "proba": 6.223678497008223e-07}
{"commit": "47d392fd8086bf43c6ad0e8c8413fa4d90d5950e", "message": "Added comments in Inventory class", "proba": 1.41538663456231e-07}
{"commit": "2139d00754c41abc04d488e5a3c23a7e140a65d2", "message": "Stop ignoring patron commands if not sharing same prefix\n", "proba": 4.562504045679816e-07}
{"commit": "a9b8fbfeec876c67e09c0377e3e70ac1462fd8df", "message": "Added simple implementation of Scan interface\n", "proba": 1.312601369818367e-07}
{"commit": "8cb3c68c68ea312b8d9b69f8e83992006e357c44", "message": "jim and the orders\n", "proba": 1.5116481222321454e-07}
{"commit": "cc1916e0e7bbfdb15280d17c369644613e4f8a83", "message": "https://www.acmicpc.net/problem/1271\n", "proba": 3.5130645414938044e-07}
{"commit": "753dd873d3a27e49d32e208a1b7286eb9213ff09", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "d30be4d16accac624acfb9c6eca55d8ed030282f", "message": "https://www.acmicpc.net/problem/4246\n", "proba": 2.809757688737591e-07}
{"commit": "cbba42dc6dd55b55f713264325a33402325c22e1", "message": "Create LogExceptionReporter.java", "proba": 5.440433596959338e-07}
{"commit": "b70cb00455b800168cda952255fad8f2efb5a665", "message": "wrapper for sorting objects by int key value\n", "proba": 2.5962526706280187e-07}
{"commit": "622794b9d7732d75ff393be6d601896db590550b", "message": "Simplify PhyrexianSymbol map generation.", "proba": 1.479678530813544e-07}
{"commit": "28158f2a5f32f16a3191a7be36837815fe4342dc", "message": "new encrypt protcol to replace ENCRYPT1_4\n", "proba": 8.435850418209156e-07}
{"commit": "d11f6e6460dcc41597e3a7f6cd3023f116f8c696", "message": "Double and one and a half tap removed from TextView.\n\nText selection is now triggered by a long press. This behavior should be shared\nacross applications and is already implemented in the browser.\n\nNew UI guidelines say that double tap should be used for zooming only.\n\nChange-Id: I9fae692cf3f6e565350f666fa3d5a86884439349\n", "proba": 9.734200148159289e-07}
{"commit": "9485aec1df6094b7d2497212c8fe04a6d459b4cd", "message": "Fix for 2177367: Reduce duration of vibrate in RotaryLockScreen\n\nBUG=2177367\n", "proba": 4.7342740572275943e-07}
{"commit": "9b34bcc7be833f5beb935f0f564b9532faf0a624", "message": "new @tablename annotation for crud commands\n", "proba": 1.699277305533542e-07}
{"commit": "3db7ee12ed2690346a76817cdd75bc60be56726c", "message": "Add \u52a0\u6743\u6709\u5411\u56fe\n", "proba": 2.3098444216884673e-05}
{"commit": "d2e7f6f93b15e9595821163c58122b49e5bcdd7a", "message": "Added ActionCommit: allows single-file commit from from inside the editor.\n", "proba": 1.0258723648348678e-07}
{"commit": "bda109798736295308e475ea22a149145dec0ec5", "message": "Fix insert helper\n\nInsert helper needs to take mutated sequence segments\nand then flatten the sequence for further processing.\n", "proba": 1.2381973135688895e-07}
{"commit": "3c22119d5eb09ad9120c4355e4e2075dc006e049", "message": "added test", "proba": 1.449089808147619e-07}
{"commit": "b85bd78c9d17aa35c20db5ee64f460a268061e06", "message": "Apologies for missing this file.", "proba": 1.1043348990824597e-07}
{"commit": "6ce3faf77a08a862e430658546c053295b177e0e", "message": "created personal directory and changed package name in my version of SimpleGui1.java\n", "proba": 1.6429893889835512e-07}
{"commit": "81b9e0d604a691e8f7ca995da9d5a403db4507de", "message": "Fixed ImageUtils\n", "proba": 4.4142936417301826e-07}
{"commit": "4f9f1973c07e0c31a96c1e461481b4b490db11c1", "message": "Update ApiClient.java", "proba": 8.586274589106324e-07}
{"commit": "0eb65847321ecdb10463d2610b3735634dbebaee", "message": "Store stuff directly in the SCC file without writing it to a temporary file first. This whole detour is/was an overlooked leftover from an earlier SCC design that was suppose to also (optionally) include media files, needed to resolve elements.\n", "proba": 1.00364019317567e-07}
{"commit": "31fa87cd8ddf16cace8e1ebea1e0cb310cb65701", "message": "Either introduced.\n", "proba": 1.3022749101310183e-07}
{"commit": "f1ae9ff35d523baefe227efabbd23801278a57a4", "message": "Added getMillisecond() method.", "proba": 1.1159127666360291e-07}
{"commit": "4cd7889efa404a1e11e435b3efcf0b38ff3614e4", "message": "Add HTTPS support\n", "proba": 1.304090915255074e-06}
{"commit": "0f887695b0824cadeb264474f5f55a82c10f45c6", "message": "Add license header\n\n", "proba": 3.5144987009516626e-07}
{"commit": "69a5fbbb9637d8990f748e861141f37e235d3f67", "message": "\n\ngit-svn-id: https://svn.apache.org/repos/asf/incubator/isis/trunk@1007715 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.5086011368766776e-07}
{"commit": "2eb1b491640c105bd504591cd22ee18b54bc0a10", "message": "create service selector object for filtering\n", "proba": 3.7018759257989586e-07}
{"commit": "7c122de84368f65a22f9a9170c989e562b64a57d", "message": "added the support for 2D arrarys  to deserializing logic \n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@684417 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.2537598195194732e-05}
{"commit": "86f4ac9199aa83295407e4452b24d3709bcacccc", "message": "Add prime Factor class\n", "proba": 6.125406343926443e-06}
{"commit": "5cbfe5476b1422c63363c6899d455870bed15663", "message": "Fix invisible Keyguard\n\nBug: 17439581\nChange-Id: Ie649af4a3455a650ab46372f1e5500b530a24f34\n", "proba": 1.5862511872910545e-06}
{"commit": "0b542cd33ba9f7fc4fbff348de4385d6444778eb", "message": "Chapter 12, Exercise 26\n", "proba": 2.759148571840342e-07}
{"commit": "2979bcde4557a9084a8d1341b9d13fefa7a23e4e", "message": "Add AlphaSpinnerFactory.\n", "proba": 1.284625739117473e-07}
{"commit": "6829580869b091109ba00a506b05dead9559c4c9", "message": "EntityToString\n\nWAY-43\n", "proba": 6.042650966264773e-06}
{"commit": "fa32285676a51cdbaaee6dd8fde31afcf571d5f8", "message": "EqualityAssertions for testing\n", "proba": 1.4653156199528894e-07}
{"commit": "096d229500d7ca241dcf942698f09294447429b0", "message": "Have setBGColor take a java.awt.Color\n", "proba": 1.0751209629233927e-06}
{"commit": "d1e6d6ff4e47c84fb407f856e1351bdbc5f21245", "message": "Add statistics collector interface.\n", "proba": 1.3406643972757593e-07}
{"commit": "51f2d8ef9da5008dda4b99157774327ed9138ab8", "message": "am 11def8f0: Merge \"Delay all widget additions in keyguard until after boot completes\" into klp-dev\n\n* commit '11def8f06a3c03a0056e9fa010b28622d9d88d2b':\n  Delay all widget additions in keyguard until after boot completes\n", "proba": 4.5172001250648464e-07}
{"commit": "5c9f52acf286a3535e29f97c0720eca6dc2f4709", "message": "changed saveThreads to save Question Threads\n\nthey are indexed by the java function Object.hashCode()\n", "proba": 1.7190438938996522e-07}
{"commit": "d26f650c1bbfaef7e24704d959d6f9e93cd86a54", "message": "Re-implemet onUpdate() in RemoteView", "proba": 1.4515060797748447e-07}
{"commit": "dddb8cc41f378549dbbab442b67a29afcd6547cd", "message": "viewpager item spacing\n", "proba": 2.555216838118213e-07}
{"commit": "1b3ab4fb3e62368be8e96598ce95cdc20e3e558a", "message": "User creation method added", "proba": 4.61773396409626e-07}
{"commit": "6b2fbdada77d8a405b22928f0bab979abe43f240", "message": "Modificado Tres en lina - mejora de estilo", "proba": 1.8834825254998577e-07}
{"commit": "5f2da61c35d96765de883cef2be21d880844287c", "message": "initial version\n", "proba": 4.900892349724018e-07}
{"commit": "61cc28f8476d0927d55cda5eb61eac94aeadf53e", "message": "L2.6 - \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0430 \u0444\u0438\u043a\u0441\u0442\u0443\u0440\u0430 \u0434\u043b\u044f GroupCreationTests\n", "proba": 1.0825414875625938e-07}
{"commit": "577d3820567683e9ab4e974012d9bad18f916e67", "message": "accept lower characters\n", "proba": 0.9999994039535522}
{"commit": "e44af7d3a7273738695c272d165e01bce954a14c", "message": "am 7ac0a907: am c793e67c: Merge \"Fix AVD for CTS failure.\" into lmp-dev\n\n* commit '7ac0a907051287a9cb01b3b54332a7ba865102e6':\n  Fix AVD for CTS failure.\n", "proba": 1.9120651018056378e-07}
{"commit": "eed81be1c5720e45cad7c8dd86ada3e4b39eec1f", "message": "am 6ae9dc80: Merge \"Postpone AnimatedVectorDrawable animator inflation until applyTheme()\" into mnc-dev\n\n* commit '6ae9dc804960da833338452c25023fc747e406a1':\n  Postpone AnimatedVectorDrawable animator inflation until applyTheme()\n", "proba": 2.880490512779943e-07}
{"commit": "332d66538ec669f60d95416ef2224c258174ed50", "message": "am 968fc3ab: Merge \"Fix deadlock.\" into mnc-dev\n\n* commit '968fc3ab75b0de71f298c6241cab1be1e6d5c86e':\n  Fix deadlock.\n", "proba": 1.7344359548587818e-07}
{"commit": "6f27127b7c63422c1a805afd1adc46c7120e4046", "message": "am 79d9219c: Merge \"Only allow fingerprint auth for the current user\" into mnc-dev\n\n* commit '79d9219c9f9734025837a01a6f8e490d1e0ab57e':\n  Only allow fingerprint auth for the current user\n", "proba": 3.9465649592784757e-07}
{"commit": "049af11c0d00621145992aea42a50926d7b733e9", "message": "Added standard tokeniser for handling how we deal with lookup constraints\n\n\nFormer-commit-id: 201b9f97cdaef4c507ef567b0b30a05c02892a35", "proba": 1.9123277184007748e-07}
{"commit": "93c8b849a53f1b165583f53b15655385c23a0702", "message": "AndreasTolfTolfsen: Convert File objects to their absolute path\n\nr16763\n", "proba": 0.0040476080030202866}
{"commit": "bed5ee1094bf9110c8590d7f1604e8b0a6ffe58b", "message": "SimonStewart: Missed the http command executor\n\nr16293\n", "proba": 1.2958577144672745e-06}
{"commit": "89dc4de3adb9d657f235eaa427fb2863b724ca97", "message": "Deprecate old way of displaying available git repos\n", "proba": 3.3641416052887507e-07}
{"commit": "8ed8a71b50f1087f52838e16cb511d659ab99489", "message": "Dana: Remove description on Advanced card for now\n", "proba": 1.0990522270049041e-07}
{"commit": "0081595f16be6d3f7274bc63fadb8f5a64c26005", "message": "Initial revision\n\n\nSVN-Revision: 2072\n", "proba": 1.558116622391026e-07}
{"commit": "96ce7f228dedf83d74f80679e1f434ac1d1a1445", "message": "Routine source commit", "proba": 3.0263547046160966e-07}
{"commit": "35656b12108a75a53d568e6fb952dd750998cdfd", "message": "Main Window Reformatting\n\nyep lol\n", "proba": 2.2289567880307004e-07}
{"commit": "55df3b4bfd1dba66b827d12e43b4ba6e5199fde0", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "c940ce7f27276a4656695ce689d0d5565ddc7d83", "message": "Streak", "proba": 4.673793682741234e-06}
{"commit": "d120b3feecc96b3bfc57842a2168e3ba1b5f1317", "message": "Add some method to handle cookie.\n", "proba": 1.2494197676460317e-07}
{"commit": "f79813855a4e5c50051d99d555cc75450fe04521", "message": "fix mtcheckbox sign\n", "proba": 7.910385875220527e-07}
{"commit": "c18e78a44b85d307575b1c6052b36ec6c058fd30", "message": "JS: Add the Release object\n\nSigned-off-by: Harry King <4297d713059dfdc9fd310cd85bf547ea21a2d624@ausenco.com>\nSigned-off-by: Harvey Harrison <eadbd6b462bf3c97df0300a934c12bc2e5d1fe51@ausenco.com>\n", "proba": 1.5651998808152712e-07}
{"commit": "c4fde88fc7f3950b7ef929ad274d4eb4d32e82d5", "message": "Increase row height to 18", "proba": 0.9999955892562866}
{"commit": "72bfbdba1c075d6c46303b1fc41f0db8b11c3811", "message": "PS2016.1 compatibility (fixes #7)\n", "proba": 1.0190428412215624e-07}
{"commit": "166af17c68493c9c02df28ccd78e3656c229ad51", "message": "Added method getInstance()", "proba": 1.895199659429636e-07}
{"commit": "6a54d17a3a3c8583816fe7f18d95cd6dee814c18", "message": "typos\n", "proba": 0.9996148347854614}
{"commit": "4d341845576bae57e886a0f574793eb84432cf29", "message": "[add] interface to handle content.", "proba": 1.0726041210773474e-07}
{"commit": "8a7647d73b1e578305ce548c9caeabd68dbd815b", "message": "Format lines that are longer than 120 characters\n\ngit-svn-id: 3cfc64c80f2e6f92f6d08f3c7f3967ef35335cd9@1458794 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.2727442380273715e-05}
{"commit": "7381b4392080743c9c49ef68f175e210d54952f0", "message": "Perform the cheaper test first\n\ngit-svn-id: 3cfc64c80f2e6f92f6d08f3c7f3967ef35335cd9@1300531 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999985694885254}
{"commit": "c712eb1136b7f8099b219b6d5f71359905aa96c6", "message": "Added enumeration that describes OpenGL buffer usage access\n\nOpenGL buffers come in a lot of different flavors.  Part of that flavor\nis how the buffer is accessed.  This enumeration describes the different\nways an OpenGL buffer can be accessed.\n", "proba": 1.3692621791960846e-07}
{"commit": "e5e93e1f10042b7426f7a5c79b19b3859f239fa8", "message": "Add a minor comment\n", "proba": 1.8361812692546664e-07}
{"commit": "55d52d0703c8b3fd37f51598d4ca4b1cb43bb63e", "message": "Add LargeSet interface, this is the main interface for large sets\n", "proba": 1.8070157636884687e-07}
{"commit": "1b431a16b4ef4e0be37cee44c24da40c79b5114c", "message": "Update\n", "proba": 1.038289269672532e-06}
{"commit": "35b4e07dd9f9da534e38908c4085e81881ebf1b5", "message": "Remove color field triming\n", "proba": 2.428921561659081e-07}
{"commit": "6e0f0f2dcb3877c792c132a394f23455a3fcb964", "message": "\u65b0\u589e\uff1a\u56fe\u7247\u6d4f\u89c8\u5668\u793a\u4f8b\n", "proba": 1.3981686208808242e-07}
{"commit": "e9d0dfc92b63c28244eba8889f5eb0cefa35717e", "message": "KRACOEUS-6536\nQuestion Maitenance - Lookup Class field missing a few options \n", "proba": 1.3565946233029536e-07}
{"commit": "7dd063a9a6338a2124bd3fdccadf62ea0b42670d", "message": "KRACOEUS-6221\nGrants.gov: receive exception when clicking the 'refresh' button in the Submission Details panel of the Grants.gov tab on Opportunities with null CFDA\n", "proba": 1.0995260879553825e-07}
{"commit": "d87ba0ee9465737addf17dd0afebae02f3c9dbaf", "message": "feat(EstrategiaInvalidaException): adicionar exce\u00e7\u00e3o para console de ExercitoDeElfos.\n", "proba": 1.19369275353165e-07}
{"commit": "c830edc70d6f1d08e584331d8b8ba53ebe8c1bb7", "message": "Lowered bone bury delay", "proba": 3.5654210250868346e-07}
{"commit": "27b4d9fea9fde1e336dbc2b0712733485021d068", "message": "Create SerializableDemo.java", "proba": 1.1141341929032933e-06}
{"commit": "c9ac03f47a9fb491f1dba1c06c360d900701cf6a", "message": "A servlet used when testing for putting the database in a known state using DBUnit.\n", "proba": 1.0925270998995984e-07}
{"commit": "0ff8ab21d849ccb027b293817ba6b358d333b832", "message": "Add (failing) theories test\n", "proba": 0.0005314757581800222}
{"commit": "81086dd772daa3670345b2cf8e793d3594a4030d", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@3409 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 5.59874990813114e-07}
{"commit": "30136c5905a445f4cbb40c43f311c81d78e7003c", "message": "Build fix. \n\ngit-svn-id: 6bd94cac40bd5c1df74b384d972046d926de6ffa@11213 a8845c50-7012-0410-95d3-8e1449b9b1e4\n", "proba": 0.0017004415858536959}
{"commit": "e6e0928b8c933b79ab650335aa5593495daf18ea", "message": "Create ViewAction.java", "proba": 1.524781851003354e-06}
{"commit": "b83430a05e05fd4cec23af66d652966d76a7a99d", "message": "Add DBConnection class into connection project.\n\ngit-svn-id: 7003860f782148507aa0d02fa3b12992383fb6a5@1025 a09ad3ba-1a0f-0410-b1b9-c67202f10d70\n", "proba": 0.0001680450077401474}
{"commit": "b791f344744d39475925e480488c828e6b02999a", "message": "Added some icon debug logging to SuggestionsAdapter.\n\nGood for checking that lazy contact photos works.\n", "proba": 9.782111476397404e-08}
{"commit": "6dc2ac39e5913ceb5348d2e1e41af0ac95f59592", "message": "am 9d929558: Merge \"Correctly skip files that are excluded from restore\" into mnc-dev\n\n* commit '9d92955894118a51e310fdfeeb09f5b1d187c37f':\n  Correctly skip files that are excluded from restore\n", "proba": 3.550301812538237e-07}
{"commit": "b70c49f2945d81869c6053965ac89e532f38eb01", "message": "am 64140a07: Fix Music import for Turkish locales.\n\n* commit '64140a0770f98b56993a96289ec3143e89194265':\n  Fix Music import for Turkish locales.\n", "proba": 1.0765310776150727e-07}
{"commit": "513a2d14c818a00943de5c81d5e3988904d2f0a1", "message": "Make sure initial activity state is correct.\n\nChange-Id: Ic6199b42e59afa06a0f38f866e2924b84cd234b3\n", "proba": 0.9999345541000366}
{"commit": "70e545c4d2d3ba25e6311548aea068145dbedb22", "message": "commented off restrictions on xs:string length\n", "proba": 2.3664819082114263e-07}
{"commit": "91ff85da1a2a106c8ddb5e204928e0d6ef094283", "message": "am 67af29f6: Merge \"Fix touch intercept bug in ResolverDrawerLayout\" into lmp-mr1-dev\n\n* commit '67af29f6d642c3c578ee1b5af70dc525955982a5':\n  Fix touch intercept bug in ResolverDrawerLayout\n", "proba": 2.5784351009860984e-07}
{"commit": "805f7a1d0140c2ad9ad214e5329e1a6a26fb5134", "message": "am a4738bdb: am 7c95ae91: am 67fc6b0b: Merge \"Fix issue where keyguard reports a valid token but doesn\\'t draw\" into klp-dev\n\n* commit 'a4738bdbd2d310842bc55aecfcd5105ade83e146':\n  Fix issue where keyguard reports a valid token but doesn't draw\n", "proba": 3.473745664450689e-07}
{"commit": "ab8c5e7eecf4cff8dbd3a65b34b9d822b3792661", "message": "IDEA-180346 Typeahead request blocked at com.intellij.openapi.wm.impl.FocusManagerImpl.typeAheadUntil\n", "proba": 2.0525479271782388e-07}
{"commit": "6f5c97e89b68abf49ed9a2987a510030a2dce356", "message": "am 2b0e388b: am 21a8b98a: am c474c52c: Merge \"Always allow translucent bars for keyguard\" into lmp-dev\n\n* commit '2b0e388b739ce68310d1f1b988ed151aec9600f5':\n  Always allow translucent bars for keyguard\n", "proba": 6.32335741101997e-07}
{"commit": "c8018ebe7c6410543517a2721d0232bc5adb975e", "message": "Fix dream/keyguard infinite layout loop.\n\nBug: 7427191\nChange-Id: If48d39cf890274607fd13cdd4d85c6c234ce5a2c\n", "proba": 1.1730536471077357e-06}
{"commit": "fd7819dbe0cf2cef9c03b2c4b04a92f0a2a36604", "message": "am f62877d3: Merge \"Prevent wrong system ui visibility callback after the user swipe\"\n\n* commit 'f62877d305d2da4876707137cefe0eaa1b2953c3':\n  Prevent wrong system ui visibility callback after the user swipe\n", "proba": 1.418931788066402e-06}
{"commit": "63d34c34c71da1c5c7ab0ed243ffa7eb2180096a", "message": "Send Destroy command when switching worlds\n", "proba": 1.9861674616095115e-07}
{"commit": "a3c95465231901ff9d4d0b8d966b3dc189aa8f1e", "message": "inspector, java: helper class for byteman script\n\nExample:\nRULE queuePacket\n\nCLASS ClientCnxn\nMETHOD queuePacket\nHELPER EQHelper\n\nAT ENTRY\nIF true\nDO\neventFuncCall(\"queuePacket\");\nENDRULE\n\nSigned-off-by: Hitoshi Mitake <eb58f5b673acb397722a8259c58efc507dd85d76@lab.ntt.co.jp>\n", "proba": 2.415362416741118e-07}
{"commit": "64f812051a7bc8cb894f896c1570d998d042598c", "message": "DDB-838 BEACON-Datei(en) f\u00fcr die DDB (Bugfix)\n\nDer Zeitstempel in der Beacon-Datei entspricht jetzt den Vorgaben in der\nSpezifikation und wird nur noch in der Form \"yyyy-MM-dd\" dargestellt.\n", "proba": 1.2325975262683642e-07}
{"commit": "aaa698ebc806be0dfd327b4f3c4ff2b0d10ff3f8", "message": "todo\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@10480 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 6.805478278693045e-07}
{"commit": "9e5ddf6d70eac1d8c94b7dc3eb5fa0aad7cd753b", "message": "Fix for AXIS-2061 - Refactored RPCProvider\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@261549 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.9154602404778416e-07}
{"commit": "018fbe280ad186b8156117939d542def7293ee72", "message": "Case error in HTTP.input name.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@244725 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9998661279678345}
{"commit": "668952bc59f0a5fe3d77ba90df6a4840b4619a1f", "message": "Remove tabs, fix line lengths (long lines)\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@247173 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.7440210285712965e-05}
{"commit": "2f0bff1e54dc23d454efbe3a1b36a89f5d97e8ac", "message": "costin's logging of times\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@247378 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.567075109207508e-07}
{"commit": "418a643d2cc3d4c5354c05aac57aff1e0d060b2d", "message": "Correct problem with boolean array accessor naming.  Woops - always\nread code completely before you uncomment it.\n\nThanks to Sylvain St-Germain for catching this one!\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@246767 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.96884296000644e-07}
{"commit": "535137a5eba985fdc1bd8366f7a306421e8606a8", "message": "process elements first. matches the order in the process() function. all tests pass\n\ngit-svn-id: 3495a5c4bbe5ece00c09619c056c9a903ff1da72@387949 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999983310699463}
{"commit": "aa3c82a0a4a16d8da83dea35a0a2f2e8bf9c3d6a", "message": "word\u5206\u8bcd\u5668\u5206\u8bcd\u6548\u679c\u8bc4\u4f30", "proba": 8.617780986241996e-05}
{"commit": "fdada8e0b3f6845ab5ed372072950b66d3683d5c", "message": "Adds StunClient to get the public mapping of the port.\n", "proba": 1.0254106541651709e-07}
{"commit": "987b1904ae6c5c5c184f0d8a26d6ea3420dfee05", "message": "\u4fee\u6539\u6d4b\u8bd5\u7c7b\n", "proba": 1.7831929710609984e-07}
{"commit": "ad222d9d0ca649a4083423691ff2edcf8b9577ea", "message": "more and more examples for SO\n", "proba": 1.1172416947147212e-07}
{"commit": "20a917f201d3d6e935b554de21cf4518d676879b", "message": "fixed - (again) In LocationSensor, when change update interval by connect(), update interval will not be updated\n", "proba": 1.6215422249388212e-07}
{"commit": "aee292bda5641d81a637ccdf2ddaa0e935f8405a", "message": "am 4c880877: Merge \"Recover from missing upgrade to system package.\" into lmp-dev\n\n* commit '4c88087776305f54bec0aae59b8e63bc803c1401':\n  Recover from missing upgrade to system package.\n", "proba": 1.4966879291478108e-07}
{"commit": "13d739f57679e9217cb6ea3b8c8d3d0e96d8470e", "message": "am 0bc58c6b: am 2de63d7c: am d644c563: Merge \"Avoid inspecting packages twice to deduce ABIs for moves / installs.\" into mnc-dev\n\n* commit '0bc58c6b5c72261b9821df70d38ed4bc708a7596':\n  Avoid inspecting packages twice to deduce ABIs for moves / installs.\n", "proba": 4.2986184212168155e-07}
{"commit": "37208ce7bc9aa4d820a74a3352ab4e6828db005a", "message": "am 5eab0eab: am 17fbe404: am 35543f45: am 5468f545: am d5941978: Allow system app to take ownership of built-in permissions\n\n* commit '5eab0eab1f789364e3d12344f61c0e19af4c5095':\n  Allow system app to take ownership of built-in permissions\n", "proba": 5.48746584172477e-07}
{"commit": "5ffea552896ddcc13c75a66e6a2dff7dc3b31099", "message": "Verifier is required, except when it's not.\n\nThere are still some devices out there that are missing a verifier,\nso relax this until we have time to look closer.\n\nBug: 26438767\nChange-Id: I10e154d736619963c20aaed8199a457f3004011c\n", "proba": 4.7671119318692945e-07}
{"commit": "0f8fc345ea61928265fdd6d461bf1babe353fbe4", "message": "TvInputManagerService: Suppress warning in dump() and fix typo\n\nChange-Id: I21eaa5592b5f355cc7227e9047ade0869ebe9e9b\n", "proba": 6.884268259454984e-06}
{"commit": "ea1ddab3f0d6bccd73e22204be315bac6456c72e", "message": "testcase for LdapServerImpl.\n\n\ngit-svn-id: 477788cc2a8229a747c5b8073e47c1d0f6ec0604@9579 f5dbab47-78f9-eb45-b975-e544023573eb\n", "proba": 1.5048208297230303e-05}
{"commit": "3507cfc95adc3b9a2825509a58a2cfa062820894", "message": "am bcaa424a: am 39a0b22c: Merge \"[RenderScript] Add dummy getMinorID to maintain compatible with old RS compat lib.\" into mnc-dev\n\n* commit 'bcaa424abc577135d02f4f2a1a55ac7b6c773f20':\n  [RenderScript] Add dummy getMinorID to maintain compatible with old RS compat lib.\n", "proba": 2.0218134011429356e-07}
{"commit": "d8e891f474096c310f60ca6d2f737cdc0251003e", "message": "am f75e4ca3: Merge \"Make it harder to leak contexts\"\n\n* commit 'f75e4ca3945f4c299dc26f4c95d8d18ec74f41bb':\n  Make it harder to leak contexts\n", "proba": 5.58724991606141e-07}
{"commit": "a87071cbd9ad6841b0f101ef9a09bf1ab1a8a49f", "message": "am a96ae6eb: am 58b4cc4d: am dcf5a663: Merge \"Read in the disable-keyguard-features flag from the XML file\" into jb-mr1-dev\n\n* commit 'a96ae6ebeadb111ca160968b68e51c5495cb9c23':\n  Read in the disable-keyguard-features flag from the XML file\n", "proba": 6.788857831452333e-07}
{"commit": "0cf92c0d82f31387eaa793d5b6199de1961bd08b", "message": "am db3f8ed7: am 680fac0c: am d606be25: Merge \"Don\\'t crash when component enable/disable broadcasts race with uninstall\" into klp-dev\n\n* commit 'db3f8ed77fb18acbebeaf7bf96419d6155ef8585':\n  Don't crash when component enable/disable broadcasts race with uninstall\n", "proba": 5.20799005698791e-07}
{"commit": "3cf1faf296aebc6ea024a363fc7899f4ba5dbac3", "message": "am 9f3443c5: Merge \"Properly support USER_ALL in notification listener API.\" into jb-mr2-dev\n\n* commit '9f3443c55c51562e22abb6b16c83cbe036dd2db4':\n  Properly support USER_ALL in notification listener API.\n", "proba": 2.005490244982866e-07}
{"commit": "c2de961259b5fcc8ddf7ce55d69c7b25e896fc53", "message": "Fix a regression in pausing activity immediately on sleep\n\nAt some point during refactoring of ActivityStack, the code to pause the current\nactivity got deleted. Added back that line of code. Activity will now pause\nas soon as the screen is turned off, rather than after 5 seconds (sleep timeout).\n\nBug: 10632898\n\nChange-Id: If3cc8708d692d29a13dbd8cfd9edda8883b38c2e\n", "proba": 6.709774606861174e-05}
{"commit": "e50d7fcd9796329bded8c39f2666b6c3ee021ff3", "message": "Properly close Surface when done.\n\nSurface.destroy was not being called. Leading to warning from\nStrictMode.\n\nFixes bug 8388527.\n\nChange-Id: I472fb57ed2c3f6389e53d8f020f3b22b2d0740c8\n", "proba": 9.88604028862028e-07}
{"commit": "5f48dc7409669c78ad923b370c885e1d01919cfb", "message": "Only call dump when a ViewRoot actually exists\n\nBug: 11446494\nChange-Id: I47e35d7b4d49d6893ba0c9f8ad05b31f91be85d2\n", "proba": 5.283313839754555e-07}
{"commit": "8bf11c89f2f43c330ff0d5b4b9af3c084979daaa", "message": "am c9f5b3d3: am e095ceaa: Merge \"Handle returning a result from automatic up navigation from another task.\" into jb-dev\n\n* commit 'c9f5b3d3ef1e0e329f6081cd120544f8d1d7576c':\n  Handle returning a result from automatic up navigation from another task.\n", "proba": 5.903850706090452e-06}
{"commit": "4ffea0cae6f130bffd4f5dc4122bf19add7f0cb9", "message": "Log noise duration on startup\n", "proba": 4.6128528197186824e-07}
{"commit": "fd66276063b877bf0ac9f2e2c717a632d158ea5e", "message": "Initial implementation of ModifiedPhongMaterial.\n", "proba": 1.0994233434757916e-07}
{"commit": "c188660b5a39f7825e7f5d4bb3377f8699a11fa7", "message": "Create TrafficStatActivity.java", "proba": 2.219165025962866e-06}
{"commit": "7cc76824ca5819bee370f11c9130dafcecaced1b", "message": "+BanlistCommand: Improved banlist display\n", "proba": 6.750586862835917e-07}
{"commit": "940fda7285d19c540dbf22193410c52fed149f8e", "message": "Fix a BEAUti bug: species tree prior parameters updating incorrectly.", "proba": 1.4080089272283658e-07}
{"commit": "09b1561f9af47a487869db3af87db9cc53c49e53", "message": "Commented out some functions that were giving link errors and breaking the build. Throws exceptions.", "proba": 9.952715629424347e-08}
{"commit": "8d2207c1b20e1b27090534e89d07b5fbc5a09390", "message": "Now re-establishes a connection if the original one is dropped or if JBossMQ is not running at the time of startup.\n\n\nSVN-Revision: 6462\n", "proba": 1.2733286780530761e-07}
{"commit": "6c2546f0e6b82a1be00434d692574ce2bd805206", "message": "Adding process factory test example", "proba": 1.9122182948194677e-07}
{"commit": "5aca10e5a74f96ea4c34fa40eb71ea61955fa056", "message": "Fix for hibernate 3.6. Hibernate.STRING was deprecated by Hibernate\n3.5, doesn't appear in Hibernate 3.6.\n", "proba": 1.3346088678645174e-07}
{"commit": "96e177c7ddd0446db0ada7455dea0cac8ef70802", "message": "am 4deaf893: am 6837f4a4: am e4679750: Merge \"Fix Watchdog HeartbeatHandler to run on correct thread\"\n\n* commit '4deaf8934b734dae21253c57c0017cab45736375':\n  Fix Watchdog HeartbeatHandler to run on correct thread\n", "proba": 2.3281671701624873e-07}
{"commit": "e2141349470889183dc7293743b51fadabe2a1f1", "message": "Implement add messages to mock\n", "proba": 6.321627097349847e-07}
{"commit": "da7dcc49d4403882bf290b591808187ae7ff2c54", "message": "fix save refundbyname\n", "proba": 5.982023481010401e-07}
{"commit": "ea1317aafce4294c63f92417389990f54697eecf", "message": "bug fixed\n", "proba": 6.739676905453962e-07}
{"commit": "96fded237e4c5c4257a70b8d23caa2d24a48dd2f", "message": "Updated #126", "proba": 1.5596747005020006e-07}
{"commit": "db5130c7e89b55ef4a80b4e14889958a77bbcf54", "message": "Remove primalcore exception in HCLumber\n", "proba": 4.837041160499211e-06}
{"commit": "d7cac9468ca46ff22f4ac868ff83625e2ed098fe", "message": "Adding hadnleErrors just in instanceFor method call\n", "proba": 2.0779889098321291e-07}
{"commit": "cf00a8488ad65ac5a35dcc000c651734507be923", "message": "Added missing importType field to csv representation\n", "proba": 2.2259764875798282e-07}
{"commit": "f27329f81b112208978986a615d260141c494655", "message": "Adds DatastoreManagerInterface\n", "proba": 4.4032861978848814e-07}
{"commit": "92d60b1cf9af83eb129e6ecd2bc45b6d1274d649", "message": "Unused import.\n", "proba": 2.2278857159108156e-07}
{"commit": "27f48564c16125a02384dcf659b947b4aa043389", "message": "\u4fee\u6539thread\n", "proba": 2.005193806553507e-07}
{"commit": "57b749aa4900b146e42fea3f0d80fc7a84d10b00", "message": "Added InventoryType aliases\n", "proba": 3.248663063004642e-07}
{"commit": "44d44f8d42dcda050797dadd24b503a505a2e3d0", "message": "Added ClassLoaderProducer producer class", "proba": 1.379621181740731e-07}
{"commit": "2f6cb4d810e1b0c25d817e6f4827a558f23693db", "message": "changes", "proba": 8.874663762981072e-06}
{"commit": "9842b4a2d5e782dd519ae7144002c7536b7190c5", "message": "add comparable and comparator examples\n", "proba": 1.2040092087772791e-06}
{"commit": "8e3845abc157cca259f395f05c45fa4f476a13eb", "message": "HBASE-5615 revert due to race condition in case master dies\n\n\ngit-svn-id: 1ea5de6e32eadb5f080cfd8bafe1c87167c06d54@1310322 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.604065170748072e-07}
{"commit": "bb9ee04ed6dfe5d0620c5a7603754aa1776d4b64", "message": "teste enxuto\n", "proba": 1.2434269365257933e-06}
{"commit": "2a6aad7e077c385b57e455078b6a576576345e6a", "message": "Check how to print db values nicely into a table.\n", "proba": 1.1440144476182468e-07}
{"commit": "f5faaecb196b5363a474173fabb7ab3a24cb43cf", "message": "ASDASDASSD ASDd", "proba": 7.381330306088785e-06}
{"commit": "66be8e68edb5fc7c6156ea0121774b3f1af00014", "message": "Created IDM Interface\n", "proba": 1.5504620876072295e-07}
{"commit": "42139d4bff044b33eafb6c6de65b0bb403105047", "message": "add constant value statistic impl to function as an interned stand in\n\ngit-svn-id: 753d409225f6ed8f0d0e9345cd3d80ba4dc6ea0a@37842 591de9ec-d6d5-471c-8416-afe4a41b277d\n", "proba": 4.155057922616834e-06}
{"commit": "a74d184460640fb30d0f6904ee74b2307dfa05f3", "message": "Upload\n", "proba": 4.6540534981431847e-07}
{"commit": "a7dfa60ffb3caa91608387ffb46096bb68d0b57a", "message": "feat(DicionarioSindarin): ler idioma do console e instanciar o tradutor de acordo.\n", "proba": 1.1721351000915092e-07}
{"commit": "debe4dd2ed80b173eb6a943c7d24253b2d29eef9", "message": "only set first studio in XMBC NFO\n", "proba": 1.297809006928219e-07}
{"commit": "4fcbb9f421843a2c6a1f52ddb6e0c296c74ec0b6", "message": "Add unittest for Utils.java\n", "proba": 3.799546277605259e-07}
{"commit": "d6a15f4a830dc725bd10d02b593086248d4a049c", "message": "Added basic tests for Fetcher\n", "proba": 1.3047038294189406e-07}
{"commit": "d71647056440cd04355b120f3f38bb8161448e5f", "message": "Added plugins/st/StalkingUtils\n", "proba": 1.5405721853767318e-07}
{"commit": "18622de7aa237799dd41d4f176d18b318b7d4004", "message": "code: implementing translate()\n", "proba": 3.4370993944321526e-06}
{"commit": "55585ce61b13f60aa6d937923f5dd41ac1cab7f6", "message": "feat(Pessoa): adicionar classe pessoa.\n", "proba": 1.3301830392720149e-07}
{"commit": "d68ab3f2744b20d39c5cec8e31b21fcc82d0eddc", "message": "java\u5e8f\u5217\u5316\u5168\u7c7b\u578b\u652f\u6301\n\ngit-svn-id: 3e46e6c6f80569975ec13a3e6f1fa9360e3b78bf@1444 fb902949-7fc4-4485-a80f-4d6ff335c879\n", "proba": 3.770071316466783e-06}
{"commit": "d73261af408cadeea38e73a681409aa7f9a2458c", "message": "Forgot this one line xD", "proba": 2.5339565468129877e-07}
{"commit": "8243d7952f263ba91e801cdec86df7d94397ca4d", "message": "Fixed problem in ERROR_CANNOT_USE_DST_FILE error test.\nPR:\nObtained from:\nSubmitted by:\nReviewed by:\n\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@200369 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.730376363364485e-07}
{"commit": "1d9b466568a6daec537c4d946ed174f6910998c4", "message": "Updates DumpRenderTree ignore list to reflect status of touch event tests at current WebKit revision (r54731).\n\nTouch event tests were added to the Android tree in https://android-git.corp.google.com/g/49637\n\nChange-Id: I6c28b137fc70a26a1db94cdb72e283629eaaa2bf\n", "proba": 3.87947238777997e-06}
{"commit": "7310efc1b4911df1b08e8d4c2898813e5a6c1f1b", "message": "Remove unused methods\n", "proba": 4.230540525895776e-06}
{"commit": "432534465b469d403931cbb8faede60977f79580", "message": "[PDI-11784] - Adding hbase-site.xml to configuration returned by HadoopShim\n", "proba": 1.2280661110253277e-07}
{"commit": "4557abbbd4a9002474a67082cb9a7e0f6b6397e1", "message": "fix #3076\n", "proba": 1.1580633554331143e-06}
{"commit": "1f53f4ed673efa96d6cb7872242cfb5259444d14", "message": "Cleaned up LotteLayerView\n", "proba": 2.150653699573013e-07}
{"commit": "674a812fa8aaa08b11f23bd2f8573c0fd75d6565", "message": "Rename from IntegratorCoordConfigWriter\n", "proba": 4.013384966583544e-07}
{"commit": "1382e82dc6302390d919fdb855740cbe74960a9c", "message": "am 8562b08f: Merge \"Fix overrides for BridgeResources.\" into mnc-dev\n\n* commit '8562b08f04c1309cf40db1e749d612b6824f1d12':\n  Fix overrides for BridgeResources.\n", "proba": 1.2611083377578325e-07}
{"commit": "79452ed6a1ff198f7e66790e7b1862952abd8a82", "message": "Create HttpPage.java", "proba": 1.4958318388380576e-06}
{"commit": "1f6660e56afa2d81b61df87b847741091e3b46cf", "message": "Initial commit for Java/src/com/codex/hackerrank/MaximumIndexProductSum.java\n", "proba": 9.741806934471242e-07}
{"commit": "b800b8d5caea3b3eec569c9fda04f0e2fa649dd7", "message": "Add Methods to pass NoteMapper class\n", "proba": 1.806354106292929e-07}
{"commit": "3b922926bc60035147b5984ce32b5d00966cd0fd", "message": "RoleStorage\n", "proba": 7.867209887990612e-07}
{"commit": "3b755c689b8de914ecf0597931f0b8f4bdd064f1", "message": "\uac80\uc0c9\uc870\uac74 \ubc0f \ud398\uc774\uc9d5\ucc98\ub9ac \uad00\ub828 \uc18d\uc131\uc744 \uac16\uace0 \uc788\ub294 vo \ucd94\uac00\n - \uc8fc\ub85c controller \uc5d0\uc11c \uac80\uc0c9\uc870\uac74\ubc0f \ud398\uc774\uc9d5 \ud30c\ub77c\ubbf8\ud130\ub97c \ub2f4\uc744\ub54c \uc0ac\uc6a9", "proba": 1.9561581154903251e-07}
{"commit": "59074b218f0c34480fcfeb22027adee7dcb449f7", "message": " * added copyright;\n * removed unused imports;\n * adjusted for SSL;\n\ngit-svn-id: f95f3746c7d637890bbc6545c035377b37252b06@26375 cadd33a7-e05c-44d0-9ff7-823b10d47c77\n", "proba": 3.8307379668367503e-07}
{"commit": "80da033e7699dc9f1d64c6a940b3d8f8e0ceddfd", "message": "correct temperature\n", "proba": 0.006356826517730951}
{"commit": "e37d91ba9217c5b8a7cc435c49993e176f3adbc0", "message": "adlistener consolidation + notify when initial load fails\n", "proba": 1.2710890473499603e-07}
{"commit": "03d808e1b29112c0c67a4dd9d5aff9c22d7cd113", "message": "extends activity\n", "proba": 4.929245847051789e-07}
{"commit": "3ec8661a4228d35b3f7ecb459682ae012238b57e", "message": "Declare appInformation final.\n", "proba": 4.372862747459294e-07}
{"commit": "eb8cbff544a5b4047ee4ed7ec8d817dc35fd7c91", "message": "fix global failures not being reported at the end of run\n\ngit-svn-id: 54b0df13ea2cb80c818f822366e7d3bd40ffeedd@3652 5b74d2a0-fa0e-0410-85ed-ffba77ec0bde\n", "proba": 4.365170025266707e-05}
{"commit": "4f5c9c8b3c0dc42273a7b99f50982a8294d9229c", "message": "Now that our not-deleted-messages mode works, actually use it in messagelists\n\n", "proba": 1.4291647687514342e-07}
{"commit": "6ecb1782b8f9ce9635e3897ec5ba7bde56233e04", "message": "Updated about dialog.", "proba": 1.224433816560122e-07}
{"commit": "5b604f1a1c012428cd053e898b7ed4525d98442f", "message": "added toString() to Vector2.java and set UID to 1L\n", "proba": 5.995262313263083e-07}
{"commit": "cc9bb6b303c26801853f699911617323e32151f4", "message": "Vizury\n", "proba": 2.0295437934692018e-06}
{"commit": "1b230ef44515529a069065b59ee3348fda1cf444", "message": "moved HTTPMethod to platform\n", "proba": 2.2436938706960063e-07}
{"commit": "19741851c650e23bcbc3f064ff755866c4b7187b", "message": "Added a base 64 wrapper around common codec's implementation.\n", "proba": 1.0611456957576593e-07}
{"commit": "9fa6e7c77485983bb364af22ca85923534d3108a", "message": "Moved the default target directory to src/main/webapp.", "proba": 1.1492907958654541e-07}
{"commit": "67bc226b12611f3ef3ec6040db9b1b355d7cdc3b", "message": "java doc\n", "proba": 1.2219868494867114e-06}
{"commit": "1f3bf180f5ee0a690a437386326593d115e91696", "message": "Create ClientBase.java", "proba": 7.211741035462182e-07}
{"commit": "6f2325cdd241ceef13869cf27423eb45c1b0cd2f", "message": "Fixed a bug on web projects not being processed properly and applied an enhancement as presented by a portion of a duplicated patch on MIDEA-25\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@382321 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.5061860848582e-07}
{"commit": "e4a26a23fe04b7a8915d7f99c2c0a84e1e1d3edb", "message": "remove newlines\n", "proba": 0.9995444416999817}
{"commit": "3b37d96fe15fa0472cd36796d4546acd09ac5e8f", "message": "throw better exception and prevent NPE\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@407446 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.916272579677752e-07}
{"commit": "0c0f2ee14bb1600044d452b8a86cfafd3bddd911", "message": "Added 3DES java demo\n", "proba": 1.7301769617006357e-07}
{"commit": "79a6b8637f6c1a930091ae6c6f9f35a9855ebfe8", "message": "Trunk: add a comment", "proba": 1.4143840587621526e-07}
{"commit": "7e5ab29c453e4a85d8220178e7142f15bdb0da00", "message": "Fix formatting\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1625288 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999992847442627}
{"commit": "fd087ba9977bb0642f8c2a2443463e76188a6bc6", "message": "Reuse redirect uri\n", "proba": 7.717289918218739e-07}
{"commit": "70177e0a34322a895a2d76857e258d9f131e3148", "message": "Changes for Improvement xadisk-93.", "proba": 1.1043307068803188e-07}
{"commit": "47ca5c9b10c4c6735b107ecca6004b599880f50c", "message": "Create wavyJava.java", "proba": 0.9991838335990906}
{"commit": "842de82be5ec9d546070568e4580775c60cf9dab", "message": "LUL that's a terrible name. Extracting some of the odd char mapping code\n", "proba": 7.735653525742237e-06}
{"commit": "67df2f27ba7c859c0af8f3c6c7ac40b8cbf7ab91", "message": "Extract method ResidentSleeper\n", "proba": 1.637530112930108e-05}
{"commit": "fe242469d820f86135b329857ca375213dfb502d", "message": "renamed wallet to default_wallet\n", "proba": 0.000527325551956892}
{"commit": "38e788dab68642ec86788857726cca438605869a", "message": "uncomment redirect uri\n", "proba": 4.902173031950952e-07}
{"commit": "54be383cc6118a19b52b151fd29ae1d090ef66d4", "message": "Add Normalization class\n\nAdd Normalization class with method for calculating Ullman, with\nJavadoc, but no tests for the moment.\n", "proba": 1.0051977028524561e-07}
{"commit": "719258978896031267a6ea8d6bb1c180a0d52122", "message": "Fixed method removePet. Param \"Pet pet\" not needed.\n", "proba": 1.246392145048958e-07}
{"commit": "2825be0d2ad1fd080900471234b7fe8c18a77ad3", "message": "Create a new @Test annotation\n\nThe annotation is recognized by JUnit 5. The goal is to extend it to support JUnit 4's 'expected' and 'timeout' features.\n", "proba": 3.8045156543375924e-05}
{"commit": "59ea11f08e2fcd9105eb160b27dc8501e60cf678", "message": "Deleted test code\n", "proba": 1.1846580036944943e-06}
{"commit": "4354bb13413d49f26d3fa859c062951e5ebc735a", "message": "Add tree test stub.\n", "proba": 1.7915536432155932e-07}
{"commit": "316d88b99457ecae6d8c57c17ee6a3561ef0f64e", "message": "Convert remove test to bulk remove.\n", "proba": 3.3266689570154995e-05}
{"commit": "4873e978d233754b138a397d697122e9bf88ee08", "message": "RandomXY\n", "proba": 8.27348958409857e-06}
{"commit": "76637539ff86ac3e42127a5d93e216a030e691ef", "message": "MIF renderer\n\n\ngit-svn-id: 102839466c3b40dd9c7e25c0a1a6d26afc40150a@194037 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.192856289999327e-07}
{"commit": "f7400aa1da0b3604dbb5fc1bf4b4242a8e65e860", "message": "am 6870d29c: am 78cfdf31: Update changed delegate method in Bitmap_Delegate. DO NOT MERGE\n\n* commit '6870d29c340008919dcd9e547236b74301b3b9ef':\n  Update changed delegate method in Bitmap_Delegate. DO NOT MERGE\n", "proba": 4.786514182342216e-06}
{"commit": "385c6b3b6ca370301f82f83715e9004ddaf43cae", "message": "Update Matrix_Delegate native methods.\n\nUpdate the Matrix_Delegate native methods in layoutlib. The original\nchange is I5cdcea827ebff587df0bbddc0965e3e0fbf48002.\n\nChange-Id: I2c94741fdaeb0c2279caefee0188f432267bb37d\n", "proba": 0.0001063549134414643}
{"commit": "4ecdb0dcc4bd613d0604bf12071b0ee2f771869a", "message": "logic partially implemented\n", "proba": 3.0981462373347313e-07}
{"commit": "30246ea1a6dd734f7c8e0917ca688e39ad07bf12", "message": "Create array_len.java", "proba": 0.0008276327280327678}
{"commit": "f78f4de2d0a013343ed05979077c8c8ec7652021", "message": "Added missing wrapping for ternary eager nodes\n\nSigned-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>\n", "proba": 1.2546496463983203e-07}
{"commit": "3c25f2f2e862002ad303d22b35c5e29bbd3c8aec", "message": "Added a test object mother to make sure test data is being created correctly\n", "proba": 1.5284258836345543e-07}
{"commit": "eefb92c531eda33c2258e24df0355cd9930bcd02", "message": "add missing test case\n", "proba": 0.0008049591560848057}
{"commit": "fe932c33b79b461c92fe1cc6d78b91aa80bfd302", "message": "Creacion docenteBean", "proba": 7.213412800410879e-07}
{"commit": "8f0f05f462869f4c3674ae4fe4b10a2374a59e6e", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "256cd50714e47a54e21f5ca5ba0b87d4e76e90ba", "message": "Added comments\n", "proba": 1.2651231884319714e-07}
{"commit": "ecf7e72247881b51d904f99ab81a76f033d129df", "message": "Microcorrections in JavaDoc (without changing version)\n", "proba": 1.1187215420704888e-07}
{"commit": "03e1c6430c30284645e3ba0ec9f054a1578d6545", "message": "[UIMA-4677] test case for FS ID management\n\ngit-svn-id: 2a54995f166126d351a7f865b2a601044a84628f@1712109 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.6759902855010296e-07}
{"commit": "81f2e4c1a194d71617ce6be481cb49b0e4273c15", "message": "WyRL: have now implemented a simple bind function for the quantifier instantiation example; however, it doesn't really work in the sense that I haven't quite figured out what it's supposed to do.\n", "proba": 1.1587699333404089e-07}
{"commit": "201dda6c6d325569f4a3327365229352162a6eea", "message": "Prova commit 3", "proba": 2.0270762490781635e-07}
{"commit": "bb32ff2cf3eae269a3062ad25e6b0cbcca870f7e", "message": "\nadded AutoCompletionController\n\n", "proba": 1.5238383355153928e-07}
{"commit": "f1ee790bfbff5c671e47d989c258a2577a4af53e", "message": "Modificado toString().\n", "proba": 5.667907316819765e-07}
{"commit": "af7ec31cba534046f60ea8f33f30f5d6431bba3f", "message": "3.13-1\n", "proba": 8.024358976399526e-06}
{"commit": "05b7244d686a8286c4bda4288a375af268d544e5", "message": "Added logging and use of environment variables.\n", "proba": 1.1291184875972249e-07}
{"commit": "8045a23a08898abadcd3e3d355d65d757480e1e6", "message": "am c27d3c2b: am c03cfc9d: am d4c3ef87: am 4a26c391: Merge \"CEC: Explicitly turn on screen for remote control passthrough\" into lmp-mr1-dev\n\n* commit 'c27d3c2bd440a69d22bec8dd2c7bfe511fa53eba':\n  CEC: Explicitly turn on screen for remote control passthrough\n", "proba": 1.0061507964564953e-06}
{"commit": "e78cef102cb038233fca1b2aa2a1fe2164e4a874", "message": "IFB_LLLHECHAR, as the name implies, this is an IF B LLL H E CHAR :)\n\n2 byte length (binary form), field content is converted to/from EBCDIC\n\n", "proba": 2.659853271325119e-05}
{"commit": "adeb58c5df5ac510d4216a57649521dbfc9b133a", "message": "simple custom axis to be used for variance covariance plots\n", "proba": 1.5128307495615445e-07}
{"commit": "ac1376edef1bbea514edf7f6dc77c09b71a42aff", "message": "Operator in disguise", "proba": 5.98538417762029e-06}
{"commit": "99ba0b98d360213edc6879f92b8320a423fa5d8c", "message": "New file to demonstrate ESAPI logging.", "proba": 1.0891918122979405e-07}
{"commit": "6b8df8abf24a00c5ba419debf599615d65f1cbdf", "message": "Algorithm to print prime between 1 to given n\n", "proba": 0.9998151659965515}
{"commit": "122f5c340137db39d35c1d705437e9c551f8d082", "message": "change ip guessing\n", "proba": 4.092041308467742e-06}
{"commit": "de006e30a58ec2d859bfe4cf89d10ce75fadc3ce", "message": "Fix whitespace issue\n", "proba": 0.9998502731323242}
{"commit": "90eb3568bab631d77a421750d54c8a8766f9a9a7", "message": " Adding a OpenStack client and all the helpers requried for using ChaosMonkey on OpenStack", "proba": 2.0389147437072097e-07}
{"commit": "68278500a99152af4d0a29b0c6f98f776e93a99f", "message": "LargestSumContiguousSubarray kadanes algorithm\n", "proba": 1.5664153352190624e-06}
{"commit": "cecf71af0391329945f5c69e17cde53a83e9d1fb", "message": "reverted temp change for testing\n", "proba": 2.9132971235412697e-07}
{"commit": "3f2e32933128f244ea05071632b8c503ea8daa8f", "message": "find words in matrix\n", "proba": 0.9999706745147705}
{"commit": "beaaa320f4cb02fd3873e704be916ebc460b983b", "message": "test\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@3068 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 7.150959504542698e-07}
{"commit": "e58a00cae418b02299ea25cae8b3f1ea18a2b89d", "message": "Making OFDescriptionStatistics.toString() output more human friendly\n", "proba": 0.0016794747207313776}
{"commit": "d65a9f56eec7cb910ee6f1a9cb8ba3c199570e1d", "message": "fix: increased connection limit to 40/10 sec\n", "proba": 6.081862125029147e-07}
{"commit": "317b1ba9a39a7cd2e1d3cd6f137ee8a021305272", "message": "Null check. Sorry...\n", "proba": 1.2705145024938247e-07}
{"commit": "d01c6c61f2cd015b006e1cb2e053e4893b68e73b", "message": ":bug: Fix crash when using an old options.json file", "proba": 9.346908882434946e-07}
{"commit": "53ce9428bcc5fbccc89f5c6f0dd1b440bcc62725", "message": "167 solved\n", "proba": 4.856445343648375e-07}
{"commit": "c7241bbebe3672c119076a001f5bf8f20a8762c5", "message": "Added test cases.\n", "proba": 1.248895671324135e-07}
{"commit": "8f3b0a3ed1e62e02b3df737d70abc4409cc5541a", "message": "Introduce integration tests for the EventService\n", "proba": 1.707542764961545e-07}
{"commit": "1054e9171597696a014fe111184694fd473a849d", "message": "shootBowgunEmptyScheduling", "proba": 2.4351566025870852e-06}
{"commit": "ee8c41979a04e08441675e619afdbb51efe94d11", "message": "Add Task139\n", "proba": 2.274750158903771e-06}
{"commit": "e9359bb459a7eb93ecd10e7225df4944bbe68156", "message": "Provisionally run tests\n", "proba": 3.713232956670254e-07}
{"commit": "19cd7070a2e8986b514ef29fa869a2c7d3afa21f", "message": "Add Task832\n", "proba": 1.833748865465168e-05}
{"commit": "834e869fb150ce687a8f5004401ad37a54df267d", "message": "added zipZap from String-2\n", "proba": 1.5630921268439124e-07}
{"commit": "89859d486da83cbc1e79b5735f15eeb857ad9394", "message": "Added function for loading ground states from arbitrary predicate lists.\n", "proba": 1.0817365136972512e-07}
{"commit": "6f9471291e5b6876b24cdb47c74f7475584625f7", "message": "Fixed flaw in timeConstantArrayCompare()", "proba": 1.307466561684123e-07}
{"commit": "a41c6bf74ce07bcf2ca6aeb7572d00d70c304beb", "message": "more wip on stitching chunks together\n", "proba": 1.2422020745361806e-07}
{"commit": "d1e6cde2b87aa3e3dbedd783842d03f6ab0d9f1a", "message": "SalesItemsModel created", "proba": 2.7301859972794773e-07}
{"commit": "969222b82ee7232207e7dac7fee43d43bbdd6f65", "message": "\u5b8c\u5584pptx\u5de5\u5177\u3002\n", "proba": 1.3079279881367256e-07}
{"commit": "62c6c85ad76a0233a88860ffd31e6657c5bd769a", "message": "Add Test Plugin for Acceleration Data\n\nSigned-off-by: Steven Downer <e51bce9123e792aec8a98724fb48684dc936521f@outlook.com>\n", "proba": 1.1675497546548286e-07}
{"commit": "0e70fd4b40c7f659339a6a248cd5995a86b638ee", "message": "am f6f0ffd8: am 7e73ce90: DRT needs to clear cookies between tests.\n\n* commit 'f6f0ffd888f8ab5db30bfddf3a9b9d0cebdb81b9':\n  DRT needs to clear cookies between tests.\n", "proba": 4.773758632836689e-07}
{"commit": "52d243480d03e77199fe95fb8ca12aa75f7b328f", "message": "feat(ExercitoDeElfos): adicionar classe para montar um ex\u00e9rcito \u00e9lfico, conforme o enunciado do exerc\u00edcio.\n", "proba": 1.7928167039826803e-07}
{"commit": "e04fb1b0df631b5d37af12767d7f9d976f1447f1", "message": "Fixed some issues with the combining of lines.", "proba": 1.0708359354794084e-07}
{"commit": "8769d2b56ad761c2ac91980bf0cf8d1cd454c371", "message": "word count\n", "proba": 0.030025798827409744}
{"commit": "75bcbd87fa50b86b83caa0becf0ea75db07101de", "message": "MasqueradingLexer refactoring. Part of JSMetaCodeLexer moved to platform\n", "proba": 1.2198067622648523e-07}
{"commit": "82bd1d1f5ebca67a4e9e25d0b849e6a4e250076d", "message": "Chapter 10, Exercise 15\n", "proba": 2.4615080747025786e-06}
{"commit": "8a37a697e0b6df350fa924cfd93897ca7874c91d", "message": "https://www.acmicpc.net/problem/2740\n", "proba": 2.575746407273982e-07}
{"commit": "1b31a8da2193c4b660581df7b358be1ab5452dda", "message": "Fix\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@5276 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 817159d6002f6125c6aa097f338aeb6ae9fa868a", "proba": 0.8579952716827393}
{"commit": "9f9e01ddffc791df84c6fde658b858ccf532b1a3", "message": "#20 \u041f\u043e\u0441\u0442\u0430\u0432\u0438\u043b \u043d\u043e\u0432\u044b\u0439 \u0441\u0435\u0440\u0432\u0438\u0441 \u0434\u043e \u0444\u0440\u043e\u043d\u0442\u044d\u043d\u0434\u0430.\n", "proba": 1.1135229271985736e-07}
{"commit": "4320b59fe5083fe0731f1efe5c0d0064bbe30c99", "message": "Add ShortestPathWithDijkstra class to find the shortest path with Dijkstra algorithm\n", "proba": 8.19403396690177e-07}
{"commit": "8bcdd9b9564ced2a8fc7ed3a2dba1933fdad5d6c", "message": "Add \"copy text\" menu action\n\nFix #1.\n", "proba": 1.2352546718830126e-07}
{"commit": "ef08b8edbd30c420a22f1899911da04313682799", "message": "Added Cooldown component to track cooldowns\n", "proba": 1.6267169655748148e-07}
{"commit": "2933acd524092479403cefe4e73b6fb812233a2e", "message": "Create TestEmpleado.java", "proba": 3.9999576983973384e-07}
{"commit": "5be3e7a489e537d2077ac41b5b001c867d1b9b3e", "message": "added a file\n", "proba": 5.442924475573818e-07}
{"commit": "40cd39488e7a43ca4e140e016b015e64acac95e4", "message": "Added the Unit Tests for NetworkHelper Class\n", "proba": 1.1878150019128952e-07}
{"commit": "6e4934e3c8df933970f79ceeeb1f025ca8851242", "message": "strstr - brutal force\n", "proba": 1.2760070831063786e-06}
{"commit": "8149adc875e82b6931dca82944b241b1cb353e77", "message": "Ajout du package persistance et de la classe connexion (structure)", "proba": 1.1266391197750636e-07}
{"commit": "1eafcd892a278324864eaa0edc24198b8ec68af1", "message": "Fix broken getSceneCenterCoordinates(final float pReuse)\n\nReturned left-bottom instead of a center point of an Entity.\n", "proba": 1.143453829399732e-07}
{"commit": "afc944e773c2d55d5b9225117dc41e26c18deb6d", "message": "added @since annotation\n", "proba": 2.957530114144902e-07}
{"commit": "d4f2a864c5686163a6b5ebbb4dcebd1bc9bd712a", "message": "Changed the code in Call.invoke to use less restrictive checking when\nprocessing the return.\n\nAfter the existing processing, if the return value is still not found\nthe outParam map is searched for an output value that is not\nmatched with an operation parameter.  This unmatched value is used\nas the return.\n\nIf all of the outParams are matched with operation parameters\nand the return value is still not found, an exception is issued\n\nPR:\nObtained from:\nSubmitted by:\nReviewed by:\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@255492 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.023226443270687e-06}
{"commit": "d668d1b4dd4d87f069ee88d0c4712345d39679fe", "message": "Set useSOAPActionURI to true when someone sets the SOAPActionURI.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@254053 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0002451732871122658}
{"commit": "00ea6dd4d2e5c415262353f7f82f1cc0de0a734f", "message": "Add RayAabIntersection class\n\nThis is an implementation of\nhttp://www.cg.cs.tu-bs.de/media/publications/fast-rayaxis-aligned-bounding-box-overlap-tests-using-ray-slopes.pdf\nIt is very suitable/efficient in cases where many axis-aligned boxes\nneed to be tested against the same ray.", "proba": 1.1255404785970313e-07}
{"commit": "614050de9360f4745c0dd39dbd0a8cddf0735775", "message": "Added test to cover AnyOfPromise\n", "proba": 1.9488774682940857e-07}
{"commit": "d5240549d9a2f0aa3930de6c2a577492e0a13427", "message": "[rt] Adding ZipConstants\n", "proba": 1.4127124359220034e-07}
{"commit": "8bfd2876268e38630ab1efd624c839c7631f2a55", "message": "moved testInsertData() to PopulateTestDB\n", "proba": 3.104111669927079e-07}
{"commit": "b966e583f26b59f823d3ee7f6f5394cc65f7c9cf", "message": "Add unit test.\n", "proba": 4.149068502101727e-07}
{"commit": "be8b00991617457b2b8d41f2a7ec7e88933a689a", "message": "Added isDebugMode() helper function (reads \"Debug\" parameter from context in application start)\n\nsvn changeset:5908/svn branch:trunk\n", "proba": 2.4316611302310775e-07}
{"commit": "e53f2ea47bdd3f5ef4322b9b4a13526d31ed02e5", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "6ecbc1b7978276d3d7dacaa5c4ca070b0dcaace9", "message": "messages detail\n", "proba": 2.1288640539296466e-07}
{"commit": "b42612c9b1f9a4076f17d2237e10c870b36cbf3a", "message": "Temporary class for running and testing Update.\n", "proba": 1.1069499095128776e-07}
{"commit": "d8cc55b73630cbb1943db1dd4fa972fe7d2538ea", "message": "\u586b\u5199\u4e86\u4ece\u65b0\u6d6a\u90a3\u91cc\u83b7\u5f97\u7684app\u4fe1\u606f\uff0c\u4f5c\u4e3a\u4e00\u4e2a\u7c7b\u5b58\u50a8\u3002\n\n\u8fd9\u4e9b\u4e1c\u897f\u516c\u5f00\u51fa\u6765\u5b89\u5168\u4e48=.=\n", "proba": 0.00018979613378178328}
{"commit": "63d86d2e998eb37f7f8c91551e71070a5dc2394e", "message": "initial revision\n", "proba": 3.750144514924614e-07}
{"commit": "60ce8c2ec37232bf5d66d9054909309afd801f81", "message": "am c759ed68: fw/policy/base:Phonewindowmanager: Make vkey button haptics part of global haptic setting\n\nMerge commit 'c759ed684857a085e5cf74f5a62bc98e78abd660'\n\n* commit 'c759ed684857a085e5cf74f5a62bc98e78abd660':\n  fw/policy/base:Phonewindowmanager: Make vkey button haptics part of global haptic setting\n", "proba": 5.079629090687376e-07}
{"commit": "3f90d120ab08389b02e36eff63e2726f75e7b681", "message": "#37 182. \uc131\uc778 \uac80\uc0c9 \uc81c\ud55c Off \uc0c1\ud0dc\uc5d0\uc11c \uc14b\ud0d1 \uc5f0\ub3d9 \ud574\uc81c \ud6c4 \uc7ac\uc5f0\ub3d9 \uc2dc \uac80\uc0c9\uc81c\ud55c On\uc73c\ub85c \ubcc0\uacbd\ub418\uc9c0 \uc54a\uc74c 8. \ub09c\uc774\ub3c4 \ub0ae\uc74c VOD \ubc84\uadf8 \ud611\uc758 \ud544\uc694 [ \uc218\uc815 ]\n", "proba": 1.1316550541096149e-07}
{"commit": "5becde9f085c38b2f13e8ec6675351da83121996", "message": "Use an ArrayList so we can sort zones.\n", "proba": 1.278831831541538e-07}
{"commit": "56221c5bc2407e612b334165f9fa7e8ee7937e88", "message": "Modify the result of theta\n", "proba": 0.9995341300964355}
{"commit": "2f6f5d22f13f5d03155002424d49fbf00ef1b772", "message": "Fix demo to use radians as the rotation angle", "proba": 2.3682135008584737e-07}
{"commit": "daef1f9394a57d0188d7cc2ecdd107c166192736", "message": "feat(SpringMvcRest): add mvc layers in application\n", "proba": 1.311103829948479e-07}
{"commit": "0514cc9184a848aaa462646c30f91c22552c2cc5", "message": "added kth largest element in an array using Priority Queue\n", "proba": 4.355552789547801e-07}
{"commit": "48c523f97b0a442d23c058e6251f48a11616f250", "message": "Add a timeout retry class\n", "proba": 8.938511086853396e-07}
{"commit": "89e3433c705d3d0febc3f84b7aa321a4780b6937", "message": "am 23e18667: am 57171905: am 6327136c: am 6fe15c3d: Merge \"gcam: Avoid leaking repeating CaptureRequests.\" into klp-dev\n\n* commit '23e1866700bead69766fad02d78743c80d48a2d8':\n  gcam: Avoid leaking repeating CaptureRequests.\n", "proba": 3.199670004505606e-07}
{"commit": "13bc602b2118af550c7ed99c4582fb7db7622002", "message": "Update searchables when packages are modified, in case they are enabled/disabled.\n\nBug: 5198361 : SearchManagerService doesn't respond to package updates.\nChange-Id: I2ac794c5da4769eadd6b860ab0f9123060d2a5e5\n", "proba": 3.5049870348302647e-06}
{"commit": "2911da7a5b1137ffe06e5ab27b9afb2fa0e0389c", "message": "\u5b8c\u5584\u5fae\u4fe1\u6a21\u5757\u3002\n", "proba": 1.2814102490210644e-07}
{"commit": "9b14b12f568a7350432a2bcd003eea492f9843aa", "message": "Add Observable annotation\n", "proba": 5.980312494102691e-07}
{"commit": "ddd15e4edc78259abacf6d81f1c1fd2ea937d568", "message": "Users Feed Activity added\n", "proba": 4.65112520942057e-07}
{"commit": "fefc52573f1e3d8b50195f320743fd82f04f680f", "message": "Create DbStructure for section\n", "proba": 1.780538667617293e-07}
{"commit": "2c8cc14ec14c6d729444f982c2ee8ac059e7788a", "message": "Datastore Read Consistency Policy sample. (#210)\n\nMoved from\r\nhttps://cloud.google.com/appengine/docs/java/datastore/data-consistency#datastore_query_data_consistency", "proba": 2.174168230340001e-06}
{"commit": "eb64a92378296b5a2f04c37802e622320a82dbfb", "message": "Element en ingles", "proba": 2.618977305246517e-06}
{"commit": "ec9081097845a7f4a4bedc3512f0f2c72d837c21", "message": "Task 6\n\ni think i've already removed other commits\n", "proba": 8.132810762617737e-07}
{"commit": "1fa97c2c42bb149da8a1926fd02a83449788fd9e", "message": "Testklasse f\u00fcr Datenbank erzeugt.\n", "proba": 1.3041317004081066e-07}
{"commit": "d8aacc1101c0e921ff83a63e1b743ec1447a8be6", "message": "\u2013 added a class for server filter\n", "proba": 1.1695568957748037e-07}
{"commit": "706b80491c587d63464ffed2cb739815eb7ae0fe", "message": "break table scan loop when parser returned invalid _time type\n", "proba": 6.51051436761918e-07}
{"commit": "0c4e55faa1ffa6b8d7c613d982ac7ed24c341f03", "message": "fixed index out of bounds\n", "proba": 9.276603236685332e-07}
{"commit": "f72f33936d7408e353f39ec68f0092a9be929ba2", "message": "Start of ignore stuff\n", "proba": 5.715974680242653e-07}
{"commit": "bc1d103697d63264d12bd0059968d59cbee0f5ba", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@4918 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 5.502343469743209e-07}
{"commit": "e158f85223445d0f02b7a5afbbf1b57a340891e9", "message": "add ResourceBindingInfo to XStream\n", "proba": 3.0506259918183787e-07}
{"commit": "cc1bfd1ea1476d112b852bc02a86adc5e5c7c7f9", "message": "Created android.os.Build mock object for junit tests (referenced in\nspring framework android jar files)", "proba": 1.0232302827262174e-07}
{"commit": "6004743184b8b4425f7af46481612b300d72673a", "message": "am 73016396: Merge \"Add a test for persist properties settings\" into honeycomb-mr1\n\n* commit '73016396993efaa7b4bc23b5e8bf198deb230a2a':\n  Add a test for persist properties settings\n", "proba": 3.942934370115836e-07}
{"commit": "29d2f0a76051dcfe0d0f2097dd6c7c81ec467179", "message": "set current time to mongo", "proba": 0.9996805191040039}
{"commit": "7d077d0364535a9865db2884bf3c3ed93db127be", "message": "Disable ActionBar transitions\n\nA problem with transitions is causing various ActionBar icons to go\nmissing occasionally. This CL disables these transitions for now\nto allow ActionBar to work as expected.\n\nIssue #10726905 ActionBar weirdness in People app\n\nChange-Id: I0cb774840ae84cbb733d65865f8c1b4c6d7490fa\n", "proba": 2.0531428162939847e-05}
{"commit": "8dd6c44824018579b5acea51aa8060100f4cc94b", "message": "socks server fix\n", "proba": 2.8288178555158083e-07}
{"commit": "029756b4bc3738ab367cfb4f1953f4d556660526", "message": "Litecoin: Add LitecoinWallet\n", "proba": 0.0001060280337696895}
{"commit": "b932319bff5d0d29a287bcc7bd0b594685a83036", "message": "Require that bugreport requesters have DUMP.\n\nBug: 8139970\nChange-Id: I055855fa5450521122e54ed39df5981190b401bd\n", "proba": 0.9900332093238831}
{"commit": "fefe3f689b0c1838d7a68c0d6275ab4d9f294636", "message": "am cc43401c: am 6eef0ca5: Merge \"frameworks/base: Fix to release references in ActivityManagerService\" into gingerbread\n\n* commit 'cc43401cd10c681238e0be01de8fe14f5da94fb1':\n  frameworks/base: Fix to release references in ActivityManagerService\n", "proba": 2.8057385748070374e-07}
{"commit": "280e50f197e6c8ba52a05982fb2ce2cb2a8071fb", "message": "am 3f0d9580: am f6138f07: Merge \"Don\\'t consider the boot completed until the animation is over.\" into jb-mr1-dev\n\n* commit '3f0d9580210d96f9cd1b440c6754d5e30cbd387d':\n  Don't consider the boot completed until the animation is over.\n", "proba": 3.302498043922242e-07}
{"commit": "e8efec98fa052fb5dba92a10c4c3827a2765352a", "message": "initial commit for bad dn tests\n\ngit-svn-id: 9cbfa5ee8120abdba57ef4b867cdb7e761c71338@374520 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.269711778055353e-07}
{"commit": "937c9854da0679cc513456d23f4a1657735068ea", "message": "remove patch\nPR:\nObtained from:\nSubmitted by:\nReviewed by:\n\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@198903 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.910067624066869e-07}
{"commit": "1379f84906c7a866a1dbfe53cb62b4d137aab3f6", "message": "Removing ratio constraint for bulk PNG export\n", "proba": 1.525027499837961e-07}
{"commit": "a313cbd78aea2e21fa1fb22962f7fe88f3eb5ecc", "message": "[#50651] #2 \u0432\u044b\u0432\u043e\u0434 \u043c\u0435\u043d\u044e \u0432 \u043f\u0435\u0440\u0435\u043c\u0435\u043d\u043d\u0443\u044e\n", "proba": 8.770650197220675e-07}
{"commit": "50e115b67eb7d3ccd6dcf674ccac3890f9975aee", "message": "added BlackJack.java\n", "proba": 2.9705131510127103e-07}
{"commit": "46f03428248ee9566b92590f5346c729db2b186e", "message": "Delete EchoServlet.java", "proba": 1.3727207033298328e-06}
{"commit": "6837f4a44235f96d410190806448ddf43d2fe696", "message": "am e4679750: Merge \"Fix Watchdog HeartbeatHandler to run on correct thread\"\n\n* commit 'e4679750c538e982bb81f4eea2343e8bede3e118':\n  Fix Watchdog HeartbeatHandler to run on correct thread\n", "proba": 3.328495097321138e-07}
{"commit": "52c2be08f9b3958771dd7cc80a8c915dc4f10a32", "message": "Message #22\n", "proba": 1.3061006143288978e-07}
{"commit": "956c7150469cab50b51efeeef415acb6076bad05", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@2394 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 5.840363428433193e-07}
{"commit": "2a1f2aeba0366874baf2e8f352539d54305417f2", "message": "add DownloadManager class\n", "proba": 2.1543179684613278e-07}
{"commit": "db35b527da629e4aa6b23008f78f69233e59e8b0", "message": "Return removed value", "proba": 2.6514564979152055e-06}
{"commit": "1674fb68e5d69f3642619a44b247e5759beb8b46", "message": "made more sigcheck stuff conditional in history view\n", "proba": 1.2649290681565617e-07}
{"commit": "0dd9b0dcbecde196bf083ab0d7b8f495d2ab0ef6", "message": "+ForumModule: added todo\n", "proba": 1.3329514558790834e-07}
{"commit": "530a614ab1af871849748f6c99deaa8b095c1b8e", "message": "Starting to implement a generic univariate slice sampler", "proba": 3.605151448482502e-07}
{"commit": "a7a20550de3bf2d0d67205dbecb4fc2ad7eb3bbb", "message": "added bracket too wordClass at output", "proba": 5.245194074632309e-07}
{"commit": "7e58dc13e9540efc849a4802ee70f1bf6266957c", "message": "add filepath experiment\n", "proba": 4.391476693399454e-07}
{"commit": "2b993dc17eb76da5048dd2965e6f68fcf9b9b5de", "message": "\u589e\u52a0\u521b\u5efa\u6c38\u4e45\u4e8c\u7ef4\u7801\u529f\u80fd", "proba": 1.4424909977606148e-06}
{"commit": "8de27279600cbcca3e829afd9705677f9c97a63c", "message": "Replace mentions\n", "proba": 0.9999936819076538}
{"commit": "b1749949e96f8fda98b4d0cc5155edec14d19353", "message": "Added event cmd handler\n", "proba": 3.892225208801392e-07}
{"commit": "a5e49f5054e8b7bcc116d15405bfbdb0ff8d48f4", "message": "added a ElementJSONHelper to support mapping Graph elements to JSON.\n", "proba": 1.0774966341386971e-07}
{"commit": "af9b7067a6e2062bbe8ca37f1acb49dcfc317a0a", "message": "Restored support for panel frames.\nFixes #1\n", "proba": 1.2412463945565833e-07}
{"commit": "ffc3f9c3c1c55fe9c01c86d1c55634b985e0983b", "message": "DiacriticConverter added\n", "proba": 1.4129670944384998e-07}
{"commit": "5aa6f80df4c77f0c793d7662a357a7a8e517ccab", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "7b87e6e48a59b206b3d03fa24e41d47cad00eb75", "message": "Fix class used in the metadata\n", "proba": 2.933491941803368e-06}
{"commit": "ce227303e4570d378b93b9b80a25fb49e81fc2fe", "message": "First crack at BasicMinDistModel in new model package; code is significantly cleaner and shorter than previous versions.\n", "proba": 9.665675548831132e-08}
{"commit": "dbaeafdaa438996a6e4fb5427a06ff8964631221", "message": "task direction", "proba": 0.9999992847442627}
{"commit": "12bc82b1be8c8006e8a67ad6a8d53abc26206dac", "message": "Add skeleton for problem 24\n", "proba": 5.753925620410882e-07}
{"commit": "a17a6f06f4dd6a75075a71a3e1e02c340aa4fae8", "message": "Reverse Number in-place\n", "proba": 0.00044022584916092455}
{"commit": "d81f7a502938d8235d9a905bf442bc28531be45a", "message": "add pluginListener\n", "proba": 7.665555017410952e-07}
{"commit": "5d27088c2412f7620f5879c310e7d125cdc37ad4", "message": "add tweaked CrossOriginFilter.java\n\nThis is CrossOriginFilter.java from the jetty project, but modified to\nuse standard Java logging instead of jetty's internal logging\nframework\n", "proba": 4.3465195176395355e-07}
{"commit": "f87c21ac0cc196bfad0c97ad96fa54a5779efa38", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "4ecce63c353d54906e0b9066580643517fd3e290", "message": "Solve problem 1967\n", "proba": 0.03103373385965824}
{"commit": "a086ee88a798a91a5549395df598877df870d93f", "message": "Jira-54\n", "proba": 2.221489125986409e-07}
{"commit": "a12a5943137be358b995ca7b4019f6beb1e7ee84", "message": "support for TLS SNI (call setHost(String) on SSLSocket)", "proba": 2.5020835892064497e-07}
{"commit": "5c2fe9274ecd6596ec838f4e4d0fe7ff8d0e1109", "message": "Verificador de n\u00fameros primos.", "proba": 8.17459920199326e-07}
{"commit": "2357f038c821c59f5c409d0c09af9c881fc7f058", "message": "New class to hold network search results.", "proba": 1.0461936739147859e-07}
{"commit": "ea97da96a87adfdd3c28d801a1c4cc88bed48139", "message": "added blue style sheet\n", "proba": 2.2110731379143544e-07}
{"commit": "cb49c012b27804964b8d0f575c2f85b093f035a1", "message": "Simplify resource type tree printout (formatting)\n\n", "proba": 8.357192768926325e-07}
{"commit": "813ba363fc139838e6ccb1f7d2af73ea75ada2fd", "message": "INTEGRATION: CWS fwk20 (1.1.2); FILE ADDED\n2005/08/02 09:26:14 mav 1.1.2.1: #i46848# new tests\n", "proba": 1.230908281968368e-07}
{"commit": "ce36fc06b9e91ff20170494fabe060e20417001c", "message": "Formatting\n\n", "proba": 5.685269206878729e-05}
{"commit": "6cf7b33dbdbbfe5c96a764b257c13570a1f13505", "message": "Interfejs PolskiRzeczownik - reprezentacja rzeczownik\u00f3w\n", "proba": 3.1118861443246715e-07}
{"commit": "e4e0493c8f65c2a662a9bac806013b8853e92577", "message": "Hotfix\n", "proba": 7.81412097694556e-07}
{"commit": "e3f45c4b23bad9024f4e1bdb591aede0049a2ba6", "message": "Fixed spaces\n", "proba": 1.1091707392552053e-06}
{"commit": "5eb9b8c454b63b92733830daa73bbb1a8f0b1386", "message": "More for GTR parameter test", "proba": 1.279894519257141e-07}
{"commit": "b1d7965e5fc17c39059a33e33e97facd3faeef7e", "message": "Finished all snapshots test, left it ignored for now.. see issue #6\n", "proba": 1.1146194367483986e-07}
{"commit": "a1f6902bc8f9ebc75865fe76b96934788f54551d", "message": "Created resource file\n", "proba": 9.061564014700707e-07}
{"commit": "49377a1bcd9146aefde54e0f8b61871973ce8071", "message": "Removed assertTrue in test\n\nThere is no need for assertTrue in this test.", "proba": 0.9973714351654053}
{"commit": "bf0205870476ccb73d0f6e681c9218f73580d907", "message": "Added element test\n\n", "proba": 1.814825338897208e-07}
{"commit": "feb250cd4ddd82542658868984012952766af64e", "message": "Hex: basic hex coding stuff\n", "proba": 7.708383236604277e-06}
{"commit": "236352b0c965acc29e1e1871909fd83f7d9ffefa", "message": "ping/pong\n", "proba": 0.9993392825126648}
{"commit": "9354e535a4f72f032985bbc3813d921c877c6afd", "message": "[bugfix] If we push a user to the broker we must pop a user\n", "proba": 1.5841936829019687e-07}
{"commit": "4abd387947281592a447479ab6a5111bbd5cda60", "message": "Copy of RelayDemo using RPCs instead of messages\n", "proba": 1.4527829250710056e-07}
{"commit": "475265d8203cc5db76dc010229caca97f73f8123", "message": "Add u spawn egg item class (lazy eggs) (WIP)", "proba": 1.2699840112873062e-07}
{"commit": "33cf80f0f412ac86f20f299d41f695db71556667", "message": "RouteController: URL \"whitelisting\" to front-end\n", "proba": 3.8985442074590537e-07}
{"commit": "d32973962a94254a4b9733bdd3e6ba689d970259", "message": "HttpSession\u7684\u9ed8\u8ba4Cookie\u5b9e\u73b0\u6848\u4f8b\n2015-7-12 12:51:29\n\nSigned-off-by: BYSocket <841770af485e9daf9ab54c80d1be17a19969201d@gmail.com>\n", "proba": 1.1009909428594256e-07}
{"commit": "be7a8d0cd844ab8b3a4781a0081a7039829cff0a", "message": "Strengthen DML cohesion\n", "proba": 3.3675280519673834e-07}
{"commit": "1ae748d5346ace3843648ba7374244fdc4aaa343", "message": "First iteration of a passive scanner for the ASP.NET Viewstate field.", "proba": 1.0300918518169055e-07}
{"commit": "2f847b566e529ea6eb1b8e8ffe8cace4ac0316f1", "message": "Fix checkstyle\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1510310 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.8093487597070634e-06}
{"commit": "a6374fef79ab6b5e1a509b2193bb37c3951afc11", "message": "add test\n", "proba": 1.7454851786169456e-06}
{"commit": "fdcd896acf21736024abf39b1f3a2abbb933a09e", "message": "initial commit - import from CU repository\n\ngit-svn-id: 34a63cff78c965ed7296912184cd0e3b6b7dc1c0@90 2f4ce1e4-9571-11dd-93b2-6d14b300b761\n", "proba": 6.041903475306754e-07}
{"commit": "bb602d71ed686529d509a66fae3d4f7fd9ad3c3a", "message": "add tests for parser\n", "proba": 5.314011559676146e-07}
{"commit": "7290079e5e3ef46ceff790253f8d00a73d5f9bff", "message": "Add missing integration and hybrid tests\n", "proba": 3.030583002328058e-07}
{"commit": "74673d4f046eb1ab5784b62ffec1f6dbf8813393", "message": "forgot to add test class\n", "proba": 2.557503648858983e-07}
{"commit": "cedc4f38f68ea223991e5d6c00cdc0751f933d10", "message": "Removed todo message.\n", "proba": 1.2968465057383582e-07}
{"commit": "31876ffab16209e7f4d584c244a9d03e8e8fea1c", "message": "INTEGRATION: CWS vcl07 (1.3.2); FILE ADDED\n2003/04/08 14:28:31 obr 1.3.2.1: re-added accessibility workbench\n", "proba": 1.1247379205769903e-07}
{"commit": "428ed99ccd80eb68ae9392e0c4c2db1f17f8c94f", "message": "Temporarily log ErrorSips (as long as we can't write them properly)\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@12100 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 2.4997464151965687e-06}
{"commit": "143a2cf4134f94efb258f42928a1fb8b76606da8", "message": "Fix captive portal detection on IPv6 networks.\n\nCurrently the captive portal check URL is generated by\nconcatenating scheme, \"://\", IP address, and port. This breaks\nfor IPv6 because IPv6 addresses in URLs must be enclosed in\nsquare brackets (e.g., http://2001:db8::1/generate_204 is\ninvalid; should he http://[2001:db8::1]/generate_204 instead).\nThe resulting MalformedURLException causes isMobileOk to report\nthat there is no captive portal, even if there is one.\n\nFortunately the three-arg URL constructor already knows how to\nconstruct URLs with IPv6 addresses. Use that instead of\ngenerating the URL ourselves.\n\nBug: 10801896\nChange-Id: I02605ef62f493a34f25bb405ef02b111543a76fd\n", "proba": 0.00031746248714625835}
{"commit": "f62c9ab2ec9d5610a284ddd550a140da9478a03e", "message": "am 18225508: am 2845e519: Merge \"Fix captive portal detection on IPv6 networks.\" into klp-dev\n\n* commit '18225508dd8c9d833c1699ad17a6bba4e4a46c4f':\n  Fix captive portal detection on IPv6 networks.\n", "proba": 2.509673606709839e-07}
{"commit": "f0fa39ed7496ae43369fac306d765d7d86fa23d7", "message": "Fix NO_CONNECTIVITY flag in some cases.\n\nAirplane mode seemed to hit this bug.\n\nbug:2498268\nChange-Id: I5af9266fbbad3e2323d30d7471058f0f4ec3f544\n", "proba": 5.704566319764126e-06}
{"commit": "7a06c9070fb8ca7be19d5da9a525daa3b2051cb9", "message": "am f6cd6d63: am 31504f0b: Merge change 24847 into eclair\n\nMerge commit 'f6cd6d63db5630139721785f53e352c2745ca136'\n\n* commit 'f6cd6d63db5630139721785f53e352c2745ca136':\n  PowerManagerService: Fix keyboard backlight support:\n", "proba": 1.1577559178022057e-07}
{"commit": "0cb3f58741efa2b2b7477cbae973a29e614c62e8", "message": "am 0d72f7e9: Fix a race condition that could result in the screen being forced off indefinitely after a phone call.\n\nMerge commit '0d72f7e9fc0d6f774eda5758d111bec5608bcf42' into eclair-mr2\n\n* commit '0d72f7e9fc0d6f774eda5758d111bec5608bcf42':\n  Fix a race condition that could result in the screen being forced off indefinitely after a phone call.\n", "proba": 5.047081685916055e-06}
{"commit": "1531460c7f78e12c064e09488b3f1fa7f1238d99", "message": "am a6f7e419: am 9baeff05: am 6eb14c30: PowerManagerService: Do not enable light sensor if hardware backlight management is being used.\n\nMerge commit 'a6f7e41979cf34ab403c88b7c5521e1b5cfc442e'\n\n* commit 'a6f7e41979cf34ab403c88b7c5521e1b5cfc442e':\n  PowerManagerService: Do not enable light sensor if hardware backlight management is being used.\n", "proba": 1.7398366480847471e-07}
{"commit": "9f2e83135c046ab475a101ae7c020d94db8f53d9", "message": "Fix reading sleep policy\n\nBug: 8418823\nChange-Id: I432b0a1a7a13dcdd834f6a1c943b06937444f406\n", "proba": 0.00013231069897301495}
{"commit": "e8e944b5e6479cda88582fd4844c0d1232c961fd", "message": "Create DataHelper.java", "proba": 1.1043355243600672e-06}
{"commit": "e96a125ef424fef5837bc2885fe8a3daca98a153", "message": "REST commands to access storage layer\n", "proba": 3.9950359109752753e-07}
{"commit": "3cfc5995bfa5d9d4c9203991131d76947c572b58", "message": "am 3157e73f: Merge \"Don\\'t recycle action button views\" into klp-dev\n\n* commit '3157e73fb0ea392b8dd2a6bbf6b74d8dfa54cc52':\n  Don't recycle action button views\n", "proba": 1.504481588199269e-06}
{"commit": "2fbb07e24da9b1ccbc3bb3c979da54b55df4ea91", "message": "add respondWithHtml and plain text to visallo response\n", "proba": 3.2990669751598034e-07}
{"commit": "61746be95953673c05723f63bd6a995bb8f911fd", "message": "Added shell for editing menu UI\n", "proba": 3.975398215061432e-07}
{"commit": "c35657c98a352708066020dd0144f771fb725ec7", "message": "poprawka nazwy kolumny", "proba": 1.466385356252431e-06}
{"commit": "aa8652b86127ae427eb520241d3b31b8e24e5a49", "message": "Complete tagset\n", "proba": 5.094382231618511e-07}
{"commit": "bcd301215f52e38708d8cbfa5c7c0a6efedc777b", "message": "Add crude nop logging system component\n", "proba": 2.774285974282975e-07}
{"commit": "c401efb75010617237106d4fdd3b68d939942c83", "message": "Add calculation for getting the best armor", "proba": 6.34919706499204e-05}
{"commit": "711ffe66cf210efc080b70f1a92a331c6df53d30", "message": "normalization is sqrt(total number of cells)\nskip omega=infinity (stDev=0) wave vectors\nassume an atom is always at the origin for even # of cells (where we have c(k)=0.5)\n", "proba": 4.747191269416362e-06}
{"commit": "ef2e11c466edae6c84a76da050b9e2c9fb2f05a3", "message": "fix regression with last set of simplifications -- needs test case\n\ngit-svn-id: 3f2e04d30bd9db331bbfc569b45e7de8c0d84ef0@619371 a5cc9254-8de9-e8be-c026-97bcafcbeca4\n", "proba": 8.454740964225493e-06}
{"commit": "1a5e0398ff57da7bd09520dee45b859207844da5", "message": "Made response class.\n", "proba": 1.2882154010185332e-07}
{"commit": "735c4a9f964386d0b4dd841881f007051f83745b", "message": "StringtoInteger.java added\n", "proba": 5.190570959712204e-07}
{"commit": "f0feb81d8c9496654ba04ea54653a98baad9c4ae", "message": "forgot file\n", "proba": 1.2039885177728138e-06}
{"commit": "6472b8b1e6edc072257b984bc04c828224f8360a", "message": "This is a temporary hack. Glen has renamed the MessageInformationHeaders class but has not added the new class to SVN.\n\ngit-svn-id: 3495a5c4bbe5ece00c09619c056c9a903ff1da72@226331 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.2153053603469743e-06}
{"commit": "d00436621cf0c5629f17f0407d0043e2df8a0213", "message": "\u4fee\u6539\u56fe\u50cf\u4e00\u76f4\u7ed8\u5236\u5360\u7528cpu\u7684\u95ee\u9898\n\n\u4fee\u6539\u70b9\u51fb\u6548\u679c\u7684Bug\n", "proba": 1.3376721597069263e-07}
{"commit": "a9e8748fc67bd4b7e637c058df8dab4790de7e03", "message": "Classe for calculating virial coefficients of methanol as described with the potential of Rowley et al (2006)\n", "proba": 1.0415863727075703e-07}
{"commit": "d3a25da40cc2f3bcab685c3fe070e8b79ac340c4", "message": "Delete CompareTextNumber.java\n\n\ub85c\uceec\uc5d0\uc11c \ucee4\ubc0b \uc548\ub428.", "proba": 1.2293820361719554e-07}
{"commit": "a40a231abf41309db0121cc65e105e75807f16aa", "message": "Add boot strap for custom code\n", "proba": 1.39597830184357e-07}
{"commit": "c7aaa43edef554bc868dbe7af5d2331c32877352", "message": "removed the mode URL_USER_PWD_AVAILABLE\n", "proba": 2.002614564844407e-05}
{"commit": "488e925ff96e661e3d61e85939f7bda26a319c1d", "message": "am 8716c081: Merge \"Use correct timescale for \"date taken\" field\" into klp-dev\n\n* commit '8716c08151378f7488a0f129fe43a0b3d4dc499d':\n  Use correct timescale for \"date taken\" field\n", "proba": 3.160270125590614e-07}
{"commit": "4513e1940ec9fc3679f14f58102718c17441e2bd", "message": "PhysTest Main File\n\nHandles main and drawing the GUI.", "proba": 1.0420950502521009e-07}
{"commit": "de6d4c7a42ea35b9b2eb52fe57e6194973fa525b", "message": "Add new Constants.java\n", "proba": 8.354005558430799e-07}
{"commit": "8c025b82b1883da623d947fa6e56e95db1a4fb98", "message": "Poly storage interface\n", "proba": 3.4759858635879937e-07}
{"commit": "7100f180b0bfc3830e42215207b3b12e40b69d3c", "message": "Removed unnecessary if\n", "proba": 2.2908668597665383e-06}
{"commit": "7a048ba50dc0d386fcc60d46800b1b0d4939e402", "message": "Delete DszReader.java", "proba": 1.9982671801699325e-06}
{"commit": "3ad342d2d3d9f23f0bbbc02643ab4043f7b25612", "message": "535. Encode and Decode TinyURL\n", "proba": 1.6212743503274396e-06}
{"commit": "07b8bfdd422c4911b6eef689f5eb48ada39fa15d", "message": "*PrismQueueModule: printStackTrace entfernt\n", "proba": 2.606210500744055e-07}
{"commit": "46877634a015ad388e81ac1674234236c3dd213e", "message": "heeeeeeeeeeeeeaaaaaaaaaaadddddddddeeeeeeeeeeeeerrrrr\n", "proba": 2.7838006644742563e-05}
{"commit": "1e543bdc66133ddda6c86b2b4dfd835b0e08b837", "message": "+CraftoDatabase: Added some checks to getters\n", "proba": 1.1573882829907234e-07}
{"commit": "686278d77c43a220c7eafea61714a697c25aa517", "message": "Refactored to lambda in PageMapper\n", "proba": 4.153090742420318e-07}
{"commit": "1c2e2bc91e4ceebb3deaf2f39db03f962a6bdc41", "message": "Added new AVTRetrieve class to avt2ext package.\n\nSVN-Revision: 856\n", "proba": 1.389019672615177e-07}
{"commit": "2384281882d2a4ec1de934cc7298cd9208a84896", "message": "Figuring out dates and breaks", "proba": 0.0010691842762753367}
{"commit": "d1f33cc95009397056669bfc0ef4f8885fc62e12", "message": "Add accessor for buckets scanned in ScanData\n\nBug: 27506257\nChange-Id: I9f7ae27ef8416de5e1b00dc63ee458e9e2ba69ab\n", "proba": 4.382377198908216e-07}
{"commit": "4a40d750b0f1937707607791755ee56879a89999", "message": "Build dungeon after printing logo (Brian)\n", "proba": 1.1464577198694315e-07}
{"commit": "8e91693792e7784052ea6026a0527b07ed14a874", "message": "First test", "proba": 9.139291705650976e-07}
{"commit": "faeb85d9579aa0cb49c378217abaebb1a4c36af6", "message": "Change default file case to Main\nAnd add a second search for Index.mxml\n", "proba": 2.446648466047918e-07}
{"commit": "6ea95239a82389a593a4d1eaf5e8104ab383a788", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "328498b5b5bfd5bb17b7a7aba7e207863ef7695e", "message": "highly divisible triangular: java\n\n", "proba": 0.9999912977218628}
{"commit": "e7c53045271f3ff29cf1075eb009512249ddc847", "message": "SimonStewart: Backing out r16969. It breaks PI mode for RC and causes tests to fail.\n\nr16978\n", "proba": 3.2852022968654637e-07}
{"commit": "90d9e6e90910897d59ba4f6cef2627779d533bf6", "message": "Added Basic Streams Example\n", "proba": 1.3624548955704086e-07}
{"commit": "79d03720d0721306c98507684134fe7505ac27fd", "message": "Ficha 2.0 en SWING y con una interfaz mas amistosa\n\nFicha2.java WIP", "proba": 1.2475611299578304e-07}
{"commit": "0aeea970f41f76f5dd92fe086e9be6e7039cc394", "message": "AsyncLoader development\n", "proba": 2.8194045853524585e-07}
{"commit": "c689603a805e1a9ca6521ccf716be42231540be1", "message": "Don't allow multiple queries with the same method name\n\nRequire that the query name be unique within the access\ninterface, so that the implementation can use it as the\nindex name within the data store.\n\nChange-Id: I7e73878c8b12a7ae8a758d84025c5383343c100b\nSigned-off-by: Shawn O. Pearce <f3ea74d906fa9fe97c1fef6bad9cb871485c7045@google.com>\n", "proba": 0.9979039430618286}
{"commit": "e816cbdf0a21f2d087fa7e79559487c85da1d853", "message": "Exception declaration in method overriding\n\nOverriding method in child class is not required to throw a exception even when parent method throws some exception....", "proba": 1.082834728549642e-07}
{"commit": "b69ff3c17b28b69a573bc0a6443b4a0abcb1fce9", "message": "Add SizeMapper to map data from resultset to javaobject\n", "proba": 1.288429274381997e-07}
{"commit": "1f045753e157303d28a110daaa6bd2e6d4767fb9", "message": "\u540e\u671f\u56fe\u7247\u5904\u7406\n", "proba": 2.6859700597015035e-07}
{"commit": "bf52be422cfec720dfd801e0a4094ce6a02588d7", "message": "- LoggerCreator.java added.\n", "proba": 1.0774780889732938e-07}
{"commit": "14be103a4c01f6bd051159ff55e61e47e357ec9d", "message": "Ajout de la grid activity, qui affiche la page d'accueil de l'application\n", "proba": 1.5419921339798748e-07}
{"commit": "0515a6756b63237fb1517e8c811c05a845f4e39f", "message": "forgot to checkin two checkins ago (changing from cookie auth to custom header)\n", "proba": 1.0513506509823856e-07}
{"commit": "3cda8db3a29f077f1302bd617413ac12ac617eb8", "message": "Added the connector for the space policy demo. The connector writes the scenario file and sends it to ERMR.\n", "proba": 1.0309369713468186e-07}
{"commit": "a43834b5c4f587ac3c5ab3cbb60723b7b4d4aaa9", "message": "Add auto-advancing feature\n", "proba": 2.2374759112153697e-07}
{"commit": "d607ee89835095e21b9fa9a7ca3c3c1d300ca007", "message": "Spark submitter class added", "proba": 2.400942094027414e-07}
{"commit": "2e9018550fa32382647aebc322cc34ece19589e6", "message": "Reverse string Java\n", "proba": 0.9999970197677612}
{"commit": "073b6d68b37aeef5831c3fb1575cdff97758a7c8", "message": "fix enclosure length attribute missing\n", "proba": 3.586113166420546e-07}
{"commit": "25184f3739862eccf13b2bd028b3403a614d1893", "message": "Remove old 1.6 related Javadoc (#18288)\n\n", "proba": 1.2252188241745898e-07}
{"commit": "d59c76cc1e2a3c1c6b5e5a9dce6c15f8025b6960", "message": "\u6587\u4ef6\u7cfb\u7edf\u76ee\u5f55\u548c\u6587\u4ef6\u76d1\u63a7\u670d\u52a1", "proba": 1.2491267398218042e-07}
{"commit": "b6674e0d0ca424664c05d27d711c3f2ff607dd3e", "message": "Added ANSI colors enum for Debug.\n", "proba": 1.1183310988371886e-07}
{"commit": "46bc121b457a14aa7e9dd4c0dac0745e78d85ef1", "message": "Create OTTickMode wrapper object.\nUser OTTickMode wrapper object in the intrasession code.\n\ngit-svn-id: a0d2519504059b70a86a1ce51b726c2279190bad@24275 6e01202a-0783-4428-890a-84243c50cc2b\n", "proba": 3.4842673812818248e-06}
{"commit": "1fe9962e2efe701b666cf9c8427a121e3c8eaae3", "message": "add order vo\n", "proba": 4.631286856238148e-07}
{"commit": "3f68aa17c1cd3ffc1c258ab1ceac8d19fd3034b8", "message": "Last commit didn't push\n", "proba": 3.17252727199957e-07}
{"commit": "a44cc0aef1076854a9447bab4262ef63f125a4ae", "message": "Switch back to using ThreadedCompoundLikelihood and adding an XML attribute.", "proba": 1.0358804303223224e-07}
{"commit": "0a06a63fcf9a4e8a0db0fd9ef40dd4f1cffe4e9f", "message": "take a guess\n", "proba": 0.0004300345026422292}
{"commit": "cc543daa193e8bd2c114509005767d75ebb7c7e8", "message": "Create Server.java", "proba": 1.9653896288218675e-06}
{"commit": "c7fe9ba936ac58efcc4777b15e6fafd27b2120d6", "message": "Remove dead methods\n", "proba": 1.4281362382462248e-05}
{"commit": "4960f6957f78946d17a53c58b8a74fefbc15c143", "message": "Extract method setAllDrawnFlagsToTrue\n", "proba": 3.729708623723127e-05}
{"commit": "034c144f3d924ff888b34003d1d1d97b6e56edfe", "message": "Simple stats and quantification break-outs for peaks", "proba": 1.4037506446129555e-07}
{"commit": "f49b99161fabe38ac48a41cc9e97d830a8d554a7", "message": "Found one vector for the refactoring, inventory.tool() codes.\n", "proba": 1.1336069150047479e-07}
{"commit": "d385846ee5be0e92242824a6efb2f7ec1234a122", "message": "extends spring test case\n\n\nSVN-Revision: 7310\n", "proba": 1.4728813368947158e-07}
{"commit": "1d5b7d16d9e8051dfdee8cdd2b16211931499150", "message": "Teste\n\n", "proba": 1.5992412727428018e-06}
{"commit": "b78df5cf1895f57ce0b7a870ffc65684879a3b64", "message": "Added InvertIndexMap\n", "proba": 2.8160644660601974e-07}
{"commit": "d6b3db1b356a01ae60b24c4625261ee15d966008", "message": "some test changes... -___-\n", "proba": 2.176485395466443e-05}
{"commit": "262ca33dcbe5a94a2cef72011e57e5943a5dfc4a", "message": "\u4e0d\u533a\u5206\u7a7a\u4e32\u548c null", "proba": 5.0010534323519096e-05}
{"commit": "54af084145d23aaa5e0367c74151df94eb18d635", "message": "check-request-hello done.", "proba": 4.048980315474182e-07}
{"commit": "dca37ceb78572d0488765e2f68fecf0c465cbf17", "message": "Added axis benchmark.\n\ngit-svn-id: a5379eb5ca3beb2b6e029be3b1b7f6aa53f2352b@2971 e3ddb328-5bfe-0310-b762-aafcbcbd2528\n", "proba": 2.4975850465125404e-05}
{"commit": "bf3dfc3c2c52edce74c549013e769f0ff0754504", "message": "Prepared for #69, \"goto\".\n\nJust adding the enum value. Stupid idea with enum. Okay.\nBut adding it here will at least make it possible to introduce it later\nin a mixed-versions production system without just messages passing\nthrough (up the stack) an old version resulting in deserialization\nblowup.\n", "proba": 1.0458185784045781e-07}
{"commit": "ebd22bb677027cbd8320d24b61c5e963e7141986", "message": "Create ParamType.java\n\nEnumeration for parameters types", "proba": 2.543772268381872e-07}
{"commit": "56ec453a69bb5114419b35c6fe4fa65b569cb264", "message": "Added a BuilderListener interface.\n\ngit-svn-id: 0d31da9e303333003508381311333cf78a25d41b@1395064 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.657002013023885e-07}
{"commit": "e3d078d41e8f1b10a246aa540e6e5627bda597e5", "message": "Update GrowthPaidcases.java", "proba": 4.576405387979321e-07}
{"commit": "6fa9bd0784d685086d24dca65abe274e349012b3", "message": "my solution leetcode [394. Decode String]\n", "proba": 0.0002904614375438541}
{"commit": "e14fbad53d3c329cfedaa71f5931b6b76b9b00e7", "message": "Allow log level to be set in environment variable\n\nConflicts:\n\n\tsrc/main/java/org/nees/rpi/vis/GeoVisTool.java\n", "proba": 3.2100144835567335e-06}
{"commit": "9fc7061a7f9c88bb4df6069eab46d86f8c9f43af", "message": "Created ArrayUtils class\n\nAdded a utility class for converting array types to PrimitiveArray\nimplementations.\n\nGiven an array, this class will determine the correct wrapper to use and\nreturn an instance of that wrapper constructed around the given array.\n", "proba": 4.3310234332238906e-07}
{"commit": "2a40b7718d998b873cd2c08837c3271cac9d4091", "message": "Add TunePlayer ;-)\n\nMigrated from:\nhttps://github.com/imagej/imagej/blob/imagej-2.0.0-beta-7.9/plugins/tools/src/main/java/imagej/plugins/tools/TunePlayer.java\n", "proba": 2.51093797487556e-06}
{"commit": "1e330b10b34a9125686f5aadb10f8940171db131", "message": "ExecuteRuntime in it's own thread\n", "proba": 1.315589059913691e-07}
{"commit": "7740284f936be28c763c7fc61b62b21748d893bd", "message": "added TypeToBinaryTypeConverter\n", "proba": 2.602360780201707e-07}
{"commit": "0d5637c1c8d8628fb54d8619578c4b9d0daf0126", "message": "added update log\n\nJust in case something goes wrong\n", "proba": 8.194096494662517e-07}
{"commit": "9cf38b3170e755e87824e8a6e77f6d998147e008", "message": "setup for testing DijkstraGraph\n", "proba": 1.8287086334112246e-07}
{"commit": "e4ba29f601da6bd12317d347997c477bb81e7ec6", "message": "Add initial tests for CSVMapper", "proba": 1.8448116634317557e-07}
{"commit": "e11e42f42b6e36da89f9b04a03b659bf20bc0922", "message": "added test cases for findById and cancel methods\n", "proba": 1.9279788432413625e-07}
{"commit": "2d98e237964faad28afc34ea5519a981c3edf113", "message": "Added examples\n", "proba": 1.2581507746745046e-07}
{"commit": "1c6edebc68c21549687eaeb15969c674112fbd92", "message": "KRACOEUS-1692 - Fixing the Unit Tests\n", "proba": 1.1410409683776379e-07}
{"commit": "35db45e08a14d99462c787029913004772af2cf5", "message": "Test f\u00fcr Klassen ParameterCheck\n", "proba": 2.9638658816111274e-07}
{"commit": "f68892ebc31ca113d68a1462a987b341ad1e25fc", "message": "Added NodeEventHandlerTests\n", "proba": 1.782716907428039e-07}
{"commit": "6f1efac29c91d9b012d9d7244a5a86c06c4d801c", "message": "removed type parameters from getImplementingClass and getInterfaceInstance and added @SuppressWarnings(\"unchecked\")\n\ngit-svn-id: cf2b8e13e5fd585456580429c3991d4364a2cb88@534 d471f07e-d8fc-0310-a67b-dd4c8ff0e7cd\n", "proba": 3.3519829685246805e-06}
{"commit": "6ed2f8130efbc75d659a1da0ead0ed5327c4f6a6", "message": "am 610bf0b2: am 1b9c3dda: am 62267e0f: Merge \"don\\'t report missing launch intent as failure\" into mnc-dev\n\n* commit '610bf0b2833d9827a55345923a3292ec384cc7d4':\n  don't report missing launch intent as failure\n", "proba": 1.1056190487579443e-06}
{"commit": "45361354133a9f74d57cbdebd4d54c893acaa5fb", "message": "test whether pinned domains are working properly with the pins\n\nThis sets up a fake, simplified trust manager with only AndroidPinning,\nthen tries to connect to each of the XMPP servers that should be pinned:\nGoogle, Facebook, jabber.org, and the list of recommended servers.\n", "proba": 1.2799884530068084e-07}
{"commit": "691fd6c098b7416c67813142b72080dc3e1a1902", "message": "add FindNUniqueIntegersSumuptoZero.java\n", "proba": 3.254900366300717e-05}
{"commit": "984ae5014c6d81a250ab384a260ca294d3a206f4", "message": "Create AlgoPkg.java", "proba": 1.7212292732438073e-05}
{"commit": "80d26f7362e3dd2c5ace646525a37a1ec7f35584", "message": "Add PCM format descriptor object\n", "proba": 4.1149590401801106e-07}
{"commit": "32314e7e776436522d245aba29e43fa07d718bb7", "message": "Modified test class to automatically create a new ColumnMetadata instance for each test case and changed the literals to use the recommended long type suffix\n", "proba": 1.4171236273341492e-07}
{"commit": "2f60b41cb021eeb16bfd778030352d520477e977", "message": "Added Rates command\n\nProvides information about bot messaging and interaction rates for\nDiscord.\n", "proba": 1.0130661109997163e-07}
{"commit": "c97d1d51f50e7b222622205a2ee5ee3a52a04553", "message": "Impl gegen Interface ausgetauscht\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@9833 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 2.9376084853538487e-07}
{"commit": "1c4dc26b5448a3376391e9c77ae6ee9bdfad1a09", "message": "[hackerrank] - 30 Days of Code  - Day 25: Running Time and Complexity\n", "proba": 6.580187914551061e-07}
{"commit": "ed0c705f3e5879d20c6e6f0ae45529755f8636e0", "message": "am c4eee776: am 07e6f616: Check NDEF before calling makeReadOnly().\n\n* commit 'c4eee776ad9d3de99032984fe20f5de395888bc7':\n  Check NDEF before calling makeReadOnly().\n", "proba": 1.370160873648274e-07}
{"commit": "88be4cb5ee6718a971f18cc14a5699204d28e082", "message": "am 9b150b74: Close the cursor before assigning a new one to the same variable.\n\nMerge commit '9b150b74573ce506abd00c692fb42f46980441a3' into eclair-plus-aosp\n\n* commit '9b150b74573ce506abd00c692fb42f46980441a3':\n  Close the cursor before assigning a new one to the same variable.\n", "proba": 5.871408461644023e-07}
{"commit": "98c6029878cbc626fa60e5c375d80233783b4291", "message": "am 97ee3f7c: resolved conflicts for merge of 98b8fe74 to lmp-mr1-dev-plus-aosp\n\n* commit '97ee3f7ca6ca3959f4fff4d264921c1c4e379bba':\n  Stop using DATE_FORMAT from settings.\n", "proba": 1.2108301916669006e-07}
{"commit": "70bda607c842ab3d0f61b58ef19ca8ee8ca09c12", "message": "Fix SessionScoped annotation for AcceptOrderManager with Stateless\n", "proba": 1.3834223011599533e-07}
{"commit": "f12e16364ab819b9288482d66814ca555460d611", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "6181d04d22d59158e010300413a6bf561471f97f", "message": "\u500b\u4f53\u5024Seed\u306e\u30b3\u30fc\u30c9\u4fee\u6b63", "proba": 3.076007146773918e-07}
{"commit": "db84b32551ff44541d9823436a5c97ab13e81253", "message": "sol_p\n", "proba": 2.2631826141150668e-05}
{"commit": "fadd75ee2f347ea003a274394a42a0d2be7efe01", "message": "[119339] loose java file in jsp.core plugin project\n", "proba": 1.2780954250501964e-07}
{"commit": "c6a33dcabe0ac04325911aebb8d4715f2e99fae8", "message": "add maven\n", "proba": 4.111454472877085e-06}
{"commit": "2c0a697984f0eefb9e01af4856e134064ae42fa0", "message": "chess task\n", "proba": 0.9993870258331299}
{"commit": "5bdee4badb5410616b2d78252dcd44ed397a2ae8", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@1066 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 5.969019412077614e-07}
{"commit": "83681eb6003d69f095547d10bdd96822e30432c2", "message": "Avoid NPE when reloading headers in single-pane mode\n\nChange-Id: I696102b371566872ab1e6dca7281015da534b83f\n", "proba": 1.5438931768585462e-06}
{"commit": "da81175c3fc157614fb822630624eca299832c65", "message": "am 6b64ac48: am 3a4701fa: Revert \"Fix LocalePicker background\"\n\n* commit '6b64ac48e0479b84859138907a0ebae88393130b':\n  Revert \"Fix LocalePicker background\"\n", "proba": 1.259377597762068e-07}
{"commit": "a99b978bf14b1170bf9aa7f4de0eda14e97b8b33", "message": "Create DemoTimeJava8.java\n\nDate Time API Java 8", "proba": 0.00025575075414963067}
{"commit": "ddbfe946fc2d630d4f0198a72f0691e3d6d8d31f", "message": "https://www.acmicpc.net/problem/1389\n", "proba": 3.508403949581407e-07}
{"commit": "624aa18ca4cf3029ad7eb05491e02e661453354a", "message": "Create sequence in separate transaction\n", "proba": 2.757521542662289e-05}
{"commit": "b5f1a44adfe7403df723c24123d80ac6b464789c", "message": "added undead code\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@9746 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 3.714522165410017e-07}
{"commit": "3e5028ac1243fed5707ac3c20d627fb3f3ae527a", "message": "Adding structuredmap scaffolding\n", "proba": 3.6118069601798197e-07}
{"commit": "ba828f4fe591fd14aa40c1b4ea10ddae5fe98e2f", "message": "create a base test case class for Robolectric\n", "proba": 5.830646614413126e-07}
{"commit": "44a3d9852721aa9a7477d3e8104236bed562c57e", "message": "Recognize updates", "proba": 1.0658905011950992e-05}
{"commit": "2d0025b66c8d2dc2706f39683ed15ab8fb2ce9f5", "message": "978. Longest Turbulent Subarray\n", "proba": 5.508575782187108e-07}
{"commit": "e15747d3b3a0a0aad4e3ef12729e401c4b1a6ae7", "message": "Assignment 2 unit testing using JUnit\n\n", "proba": 1.3131447929026763e-07}
{"commit": "7f7eceaa69a907ce837983e18a2106cc3b3ae7bb", "message": "Return EOF (-1) from BlobInputStream.read when no more data is available\n", "proba": 6.002768486723653e-07}
{"commit": "c5fd0bb616bc59b9a7819e25fe2ddbad2094fc6e", "message": "replaced fetch with find. Added JDBC transformation features.\n", "proba": 1.0652603066318989e-07}
{"commit": "87ac5f60e20fba335497aa9dc03b7c29c4b966a2", "message": "Use a weak reference to the ObjectAnimator target\n\nAlso adds Nullable and NonNull annotations where it was obvious.\n\nChange-Id: I4be7a94b0510e87b260f902cc1efd3c5e4bdc228\n", "proba": 1.969663571799174e-06}
{"commit": "c748541ca0caffbe33c1d4690773d89c06bb3253", "message": "Add a null check in PackageParser\n", "proba": 4.73664044875477e-07}
{"commit": "24f7e61a3859c37deee97c3e1d19a0903a6b2b2c", "message": "Fix CookieSyncManager package summary\n\nPutting the deprecated at the beginning of a class comment seems\nto cause problems with JavaDoc so I've moved it to the end.\n\nBug: 16799480\nChange-Id: Ia23dab2ad8ceb8e107e047480b5cb324d11a1457\n", "proba": 0.0001237749820575118}
{"commit": "40563cd1ea2ae4986700d9c12d532004d2115a3c", "message": "tools: Tidy up newlines in plain text output\n", "proba": 0.0005156183615326881}
{"commit": "9d15ad1ab146970b401be0630b3c952283f440c0", "message": "added tests for comment", "proba": 1.2990547304525535e-07}
{"commit": "7dbaf63119dee209ef345975c48997a863026dd6", "message": "JSONArray get and getNull methods\n", "proba": 3.0180825660863775e-07}
{"commit": "71ac9e5ff5acefa108bfba0157f36a21911d14b8", "message": "Added Day attribute and its getter method to CourseSched\n", "proba": 1.3074453875105974e-07}
{"commit": "dd0119f401397117c6b6ac1f2d9f5bf08bd6e226", "message": "Find min and max value in an array", "proba": 0.9999926090240479}
{"commit": "4bded0744a07152c1e7ae4cb8110c74ec89a67b1", "message": "Dump the phone process stack (as well as the system process) on watchdog reset.\n\nChange-Id: I3c47086f9cc010f524da7de539942ea30d0338e3\n", "proba": 3.6551766697812127e-06}
{"commit": "ca4835276494cf003b848e38f5f9dcf76445ca11", "message": "more convenience methods\n", "proba": 1.3332235937468795e-07}
{"commit": "3ef02cdcfe4cc2cc0a29f60fc4064af36d1c1683", "message": "Ultilitarios\n", "proba": 1.3836428252034239e-06}
{"commit": "c4a1b308e46c9fb414901f08acdfe0fd3d8f06ab", "message": "Fix #1823 by marking type literals as being raw. That results in a typecast which works, but in some contexts results in multiple typecasts and even upcasts.\n", "proba": 9.923524402211115e-08}
{"commit": "67b1e35ca98ee45cf39a52a1fb5e46359c2314aa", "message": "ModelLoader: new rules for wildcards and raw types for #1729\n\nFinally the two code paths merged!\n", "proba": 9.702136338773926e-08}
{"commit": "86b62daa6d5c10a98cc842395a9e2c3b98f54557", "message": "AbstractModelLoader: fix bug with sameType and arrays\n", "proba": 1.3451622749016678e-07}
{"commit": "a301f7e98140f1b385cb45d8e64256a38bfae394", "message": "Removed an expired FIXME\n", "proba": 2.9922435373919143e-07}
{"commit": "89a32d70e5b124aaf625acee7556ae65ca629c14", "message": "remove unneeded condition\n", "proba": 1.1765497220039833e-05}
{"commit": "89b9f4686e85f32c4a937f144728a1d4348984a2", "message": "STEM-6\n", "proba": 4.1338230971632584e-07}
{"commit": "997430fb659f3c92004a5bc4cd33e3aec89b9e13", "message": "Adds float tests\n", "proba": 5.056458576291334e-07}
{"commit": "9f5499368769026bdc825d266e99acf818d10733", "message": "Add geometric cluster algorithm MCMove\n", "proba": 0.999485969543457}
{"commit": "e61ebc7e8dbf87ef37db8e888ac133f5d4b8890a", "message": "[MRH] Added new class\n\nThis relates to MRH's work on comparing the PrIMe database's reaction rates against RMG's estimates ... will remove this class once work is complete.\n", "proba": 1.0063718036690261e-07}
{"commit": "13f11fc0316bfd7ffa0e73a05ff34e39b25e64a2", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "9a226cb9f8465822f78f595a7428be514a8c30dc", "message": "INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED\n2003/05/09 10:31:18 jsc 1.1.2.1: #109045# insert new and remove example zip file\n", "proba": 1.364683868132488e-07}
{"commit": "aa8fe7cb7b6348addcb1d8a3382cd7151ad17d87", "message": "Created Person Class", "proba": 6.758721724509087e-07}
{"commit": "9fa3ad76219efee2e91e838ca9992d757e4b6050", "message": "fixed issue #3 in Matrix4x4.scaleSelf() - thanks to Tobias Jewson\n\n--HG--\nbranch : toxiclibs\n", "proba": 1.364730621844501e-07}
{"commit": "167919ad88c83321dc4d4fe21dc6a4a388a5efc2", "message": "add class Bishop\n", "proba": 0.00014317205932457}
{"commit": "be2a48257471e333cf50c525fca16a8fb921622c", "message": "TestCase for Transform Language Interpreter\n\ngit-svn-id: 7003860f782148507aa0d02fa3b12992383fb6a5@1092 a09ad3ba-1a0f-0410-b1b9-c67202f10d70\n", "proba": 3.448216148171923e-06}
{"commit": "f0654da253eb452516c63458e1581b870569a313", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@922 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 5.947750310042466e-07}
{"commit": "03a049d3889f1f9d3b6a38d64a7bde69c9f36ee5", "message": "fix rendering of unresolved links", "proba": 1.785977303825348e-07}
{"commit": "aff30c9b0db2c4e28afbe83436ab9024b67665cf", "message": "am 99f8c5ee: Merge \"Fix location of gdbserver upon installation\" into gingerbread\n\nMerge commit '99f8c5ee621d78a24583a10e459ba40aab511a17' into gingerbread-plus-aosp\n\n* commit '99f8c5ee621d78a24583a10e459ba40aab511a17':\n  Fix location of gdbserver upon installation\n", "proba": 6.353975550155155e-07}
{"commit": "f87412113833a1e18259f4c43506bd83008deb14", "message": "add enum for http status codes\n", "proba": 2.616241090436233e-07}
{"commit": "4f4270afbf8bbfe01fdbbbf1890e8de990714ebb", "message": "\u0441\u043e\u0437\u0434\u0430\u043d \u043a\u043b\u0430\u0441\u0441 Collections\n\n\u0440\u0430\u0437\u043e\u0431\u0440\u0430\u043d\u0430 \u0440\u0430\u0431\u043e\u0442\u0430 \u0441 \u043c\u0430\u0441\u0441\u0438\u0432\u0430\u043c\u0438 \u0438 \u0441\u043f\u0438\u0441\u043a\u0430\u043c\u0438\n", "proba": 2.468155173573905e-07}
{"commit": "684591116fa6a8a2bf7a72dea19b496272f80af3", "message": "Adjust wifi idle times to fit in system time period\n\nThe battery stats time period calculation is done using a\ndifferent clock source compared to the wifi chip's on time calculation. So,\naccount for skews between the two by adjusting the idle time reported by\nwifi chip to fit into the system time calculation.\n\nBUG: 28628799\nChange-Id: I3110c53317f3246e26fdc3731f7be0a3d9c8e229\nTEST: Compiles & manual verification\n", "proba": 1.887455937321647e-06}
{"commit": "f1870cf1dc211bcff3c7a7064c1a0a8bb1da0b43", "message": "Delete Informe.java", "proba": 2.2408530639950186e-06}
{"commit": "3c594bafefcbc2e30594298c6e15080c63ef13de", "message": "finish problem 172\n", "proba": 7.425712738040602e-06}
{"commit": "65f702fa776e443dd32723c0d8a94739d1fe616f", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "68637b5d11a5d0f0290914bc6e5aeeb2b0a5bd17", "message": "Inserted Methods:\ngetParameterArray()\ncreateSpeciesfactory()\nclone()\n", "proba": 4.162039601851575e-07}
{"commit": "46b566ddae73a99b1d1a5306efdd1f4f4d16ece9", "message": "feat: add p121\n", "proba": 5.6554795264673885e-06}
{"commit": "3fce4ee920fb2ece192eb7f9421a9e194f0f67fc", "message": "added JarArchiveComparatorTest\n", "proba": 1.6133360247749806e-07}
{"commit": "7913d4d8f816bf355cb0d66f7ad2be8e4da7e35f", "message": "Add MWE that shows bug in TraceEquivalent as unit test.\n", "proba": 1.0896759761180874e-07}
{"commit": "8ae33614ea8640fab495fe88f81a165bebc80270", "message": "How did this creep in?\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1561017 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9992268085479736}
{"commit": "50997c353e4540e40da76a130f8316a9b8c6cd4d", "message": "1.9 Update", "proba": 1.2325752152264613e-07}
{"commit": "5d5a6a7b8a528e4388d60299dbec64b8f2896600", "message": "1's follow up\n", "proba": 1.9294374453693308e-07}
{"commit": "d0477b6dc0245bfc93af73c3a87e7111e93be615", "message": "la, la, la.  Nothing to see here, moving along.\n", "proba": 1.1228195262447116e-07}
{"commit": "17dab46bb7a5775aad4ff306bd040048d6b8e5a9", "message": "Create 234. Palindrome Linked List.java", "proba": 1.730410872369248e-06}
{"commit": "c2dc50e4b1cee01e41e82f4eb2e8ef25ad541dcf", "message": "Create Constante.java\n\nArchitecture Fournie", "proba": 4.85417672280164e-07}
{"commit": "59803cce102e58f5309e497e450fdaedb7db73ba", "message": "exceptions: Import RequestValidationException.java\n", "proba": 6.346118425426539e-06}
{"commit": "6a8f888de02cf0c7f0f300e26f371a830b513d47", "message": "Create MaterialsContainment.java", "proba": 2.4143926680153527e-07}
{"commit": "8f279f09f31e5459cd02b5f51073632e9d97c444", "message": "do not refit automatically when resetting the position", "proba": 3.9349106373265386e-07}
{"commit": "450a5e7a2448a2f8366fe63f1890e9499c515fa3", "message": "Create KahnAlgo.java", "proba": 0.0006020605214871466}
{"commit": "d513557b9f2d5ed2b16045255916489f8f9f9557", "message": "allow decoration operation to be specified in terms of factors rather than colors\n", "proba": 2.1248479242785834e-07}
{"commit": "03de9ab732d9afd0bf8d9d7c0ce8427efe47424a", "message": "Entity class represents a piece of the board game\n", "proba": 1.2904696404802962e-06}
{"commit": "4dc444573546868d03fc04dc05c7daa55a27bb71", "message": "Machines are only powered by heat sources if the heat source itself has\npower", "proba": 8.925248380364792e-07}
{"commit": "f06e3211441c1465148ae2076a71277bbfdfe267", "message": "added\n", "proba": 1.6080610976132448e-07}
{"commit": "cef05b76c03c8a111ee94e12a03aa27f92d2cecc", "message": "HashSet's iterator order is not predictable. Getting a build break on IBM JDK6. So use LinkedHashSet\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@612577 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.6166156860417686e-06}
{"commit": "526914496a444bf6d958bae6ac9ef1183a00deb0", "message": "am 8afb01ab: am 35e3db74: am 7034954f: Merge \"Prevent EmergencyDialer restart from Keyguard\" into mnc-dev\n\n* commit '8afb01ab26a55a250210a3d20273e4fa50ffaa95':\n  Prevent EmergencyDialer restart from Keyguard\n", "proba": 2.2350468498189002e-07}
{"commit": "f946e244c2f2cfe88fc726117692a251da084e68", "message": "New combined HttpClient and Java socket factory\n\ngit-svn-id: d3b254b790bfb0dc06e982e64646283fdd6e0f68@519680 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.779460252597346e-07}
{"commit": "a0db35b59d8e3a0c419191808f0a5739cbba0dff", "message": "Create Decrypted.java", "proba": 5.453076710182359e-07}
{"commit": "540fb8f420c8ac31556f15b76e9a6a899ffd955a", "message": "test Commit by wee", "proba": 3.783199531426362e-07}
{"commit": "112e548445d09a9ff1c0ccc1c6c37ace695b8d29", "message": "Update SwampTreePopulator.java", "proba": 4.926144470118743e-07}
{"commit": "08a4c2fa73d1dd1a0ff3398003eea00f860eb3f3", "message": "removing annoying debug message... :)\n", "proba": 1.6144687720043294e-07}
{"commit": "0682279b9fc368f511c68b9cb47a0f759d7f9d79", "message": "Add dummy SpecificationStoryReporter\n", "proba": 6.914996788509598e-07}
{"commit": "86b9b1165f8c13b47d547a60bbac0b2d5e99fa8f", "message": "Using technical name when starting game\n", "proba": 6.095856406318489e-07}
{"commit": "4925429f4963850d8ae28c4cd5cfb734af3ebc7e", "message": "Fixed name serialize bug in CohortAlgorithm\n", "proba": 3.517939148878213e-07}
{"commit": "00ae636395fe0c9a66170b6e4f06160991016f75", "message": "ThreadUtils.splitWorkload\n", "proba": 1.3321855476533528e-06}
{"commit": "fbae5d12e4b448af4c3a81a602caca42f0cdc289", "message": "Create FileParamsCheck.java", "proba": 7.426176580338506e-07}
{"commit": "7066fb50f77cdebb448407388dea9c82a06ef05b", "message": "Class to help the portal manage the JNDI context.\n\n\ngit-svn-id: 477788cc2a8229a747c5b8073e47c1d0f6ec0604@4055 f5dbab47-78f9-eb45-b975-e544023573eb\n", "proba": 4.491925210459158e-05}
{"commit": "cb4b442cdba75485835c969a364bf2a42746ecbe", "message": "\u0423\u0431\u0440\u0430\u043d\u043e \u043b\u0438\u0448\u043d\u044f\u044f \u0443\u0441\u043b\u043e\u0432\u0438\u044f\n\n\u0423\u0431\u0440\u0430\u043d\u043e \u043b\u0438\u0448\u043d\u044f\u044f \u0443\u0441\u043b\u043e\u0432\u0438\u044f\n", "proba": 2.5368899514432997e-06}
{"commit": "e8cbea388b83187ba93659eb6106a257dab15e68", "message": "The following error was fixed:\n\n- last movement was in June\n- In July, the monthly settlement for June was written\n- In July no movement happend\n- In August, the settlement has to be written for July with the same\nvalue as in July for June, but the method to write the June settlement\nraises a ConstraintViolationException which is catched, but a\nmodification which is done prior to the insert and has to be undone\nafter the insert is not being undone because of this exception. The\n\"undone part\" is now moved to a finally block.", "proba": 0.0003117437881883234}
{"commit": "3552ae60866e13f5e8dc098127d8c1bb2bb2610a", "message": "Removed TODO for caching/predefining members because they're only created if they're not already defined on the heap\n", "proba": 2.332164967810968e-07}
{"commit": "288d0fcc71c76114b7c3dee090ac164b48140fa0", "message": "Add JavaDoc to SafeRepresenter.addClassTag()\n", "proba": 1.3336165238797548e-07}
{"commit": "df63f88a96edf45e1e3f8acef12c55108217b342", "message": "\u72b6\u6001\u680f\u64cd\u4f5c\u7684\u7c7b\n", "proba": 2.726059733504371e-07}
{"commit": "93abd1ccde23494f1eab1b881324c0a32b7435fa", "message": "Fix: problem adding the database name for MS SQL Server Connection String with parameters in the URL.\n", "proba": 1.7457303158607829e-07}
{"commit": "77a6eeee97027c0e82b24a930731d38ddc2fc4dc", "message": "size of tree completed", "proba": 1.1063015108447871e-06}
{"commit": "5034d1f524b7086c8457ec2010d955e4880a3fd6", "message": "Forgot DNDissector for puretls\n", "proba": 1.3324647341050877e-07}
{"commit": "a0bdb669be0a99d36e004e148bf0c38baef88eab", "message": "Realised my tetris bug wasnt really a bug\n", "proba": 5.155785061106144e-07}
{"commit": "546d8e443ff1f595e886cce0629d5bf572d9a8ad", "message": "Add tests for JobResource", "proba": 2.681905186818767e-07}
{"commit": "851db5bbb8b19d87b2442a4e0e05c0f21dc856aa", "message": "Add tests\n\nhttps://github.com/chocoteam/choco-solver/projects/3#card-14360156\n", "proba": 2.816008191075525e-07}
{"commit": "2c2567bb28ebbe0eaacb48f54c065a2acad3e91e", "message": "Add TCPConnectionManager\n", "proba": 6.121243814050104e-07}
{"commit": "e933446bf495cb2b9b2cee940d9d64ed64267d4b", "message": "am ca94d6d4: am 28d9911a: Merge \"Enable restart in getSpnFsm().\" into jb-dev\n\n* commit 'ca94d6d46ee1b95890d2182e1ddf0a02b96ddabf':\n  Enable restart in getSpnFsm().\n", "proba": 1.776381566287455e-07}
{"commit": "17966689614f913206e2956f5d2a9ba3ada688e5", "message": "cleaned up QNames from ProvToolbox where not necessary\n", "proba": 1.6194373131384054e-07}
{"commit": "ec2cfee9e38664b7be9f88efbbd7a1a5116c737d", "message": "Maven Upgrade\n", "proba": 1.084295490727527e-06}
{"commit": "7fd60ce8c5bc160f13d845c66d551276482e368a", "message": "offer different api for reading the result\n", "proba": 1.1859518878054587e-07}
{"commit": "6d1c0477b40501f393b1b128cedcb406174684b1", "message": "Param\u00e9trage de Jaccard", "proba": 3.975208642259531e-07}
{"commit": "1d40ac439fddbdd8c4b1c08c813ec59b80501c56", "message": "example on how to dump TLEs", "proba": 2.1969316321701626e-07}
{"commit": "6b0b53c4d7817c610b5d2a6e8fc0bf365927cd63", "message": "EMBEDDED constant added", "proba": 1.8470491625066643e-07}
{"commit": "b2865d233971014759b9b35260b28045adb47348", "message": "Fix the position of the \"Recents\" root in DocumentsUI.\n\nBUG=24329078\n\nChange-Id: Ia71b80b2075b34076c4f7802bcc45a13e95775e6\n", "proba": 0.9999977350234985}
{"commit": "02afdee9bafd25dcb9f1e84c50c66336db8efc16", "message": "Create Route.java\n", "proba": 1.272863983103889e-06}
{"commit": "eaf6ef12a7fb3ccf402af99a5b2d8f73135afaa6", "message": "*** empty log message ***\n\n\ngit-svn-id: b619a0c99665f88f1afe72824344cefe9a1c8c90@1409 fd5a2b45-1f63-4059-99e9-3c7cb7fd75c8\n", "proba": 6.845484108453093e-07}
{"commit": "2a6485082efe2ea5b052a083eec371d9627143b9", "message": "Re-implement the fix for\nhttps://issues.apache.org/bugzilla/show_bug.cgi?id=49428\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1022120 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.003747209208086133}
{"commit": "a883a6b3dd2c096220e0e0ab2c0614773bb60787", "message": "Fix the limit. Add a TODO. May need to switch to long.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1680502 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.002031368901953101}
{"commit": "cea7a21e61fe55220bda12ace665c33028ed2d02", "message": "Fix name typo\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1750718 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999992847442627}
{"commit": "891f024bf446b85e17d5179d1e28d06288f25e1c", "message": "Implemented unsubscribe method in PubSubClient\n", "proba": 4.150018355630891e-07}
{"commit": "6c555468212806c7e251f53566c1ca3db8bd4f07", "message": "added: ApplicationContextManager\n", "proba": 2.136825258958197e-07}
{"commit": "746170698aef1a7fabc8764fe18d36cad607a06d", "message": "\n\ngit-svn-id: https://samskivert.googlecode.com/svn/trunk@1080 6335cc39-0255-0410-8fd6-9bcaacd3b74c\n", "proba": 5.534472506951715e-07}
{"commit": "e8e8c48849da3b88d9bc41540b5d6812879a405e", "message": "add simpleapplication run\n", "proba": 4.541454075024376e-07}
{"commit": "bd276a8828bef2748f9cf14c2291b88c87e05c17", "message": "test for adding basestation\n", "proba": 4.847552190767601e-07}
{"commit": "8d7d7f92aa61ee09b78fcbef354b9b43d886ac78", "message": "\"not a convincing\" - Ishaan 2016", "proba": 8.091267318377504e-07}
{"commit": "a793f080ea6b0b07e63b10f84903df52a982e27d", "message": "Delete PhysicsConstants.java", "proba": 1.6842869854372111e-06}
{"commit": "fd51c899d7c7ce9a66675a1c75e0f667e1dd0932", "message": "initial checkin\n", "proba": 2.800410925374308e-07}
{"commit": "26179520622d578547ee87738d87f35387e6988f", "message": "Removed unneeded import\n\n\nSVN-Revision: 6824\n", "proba": 1.312819222221151e-07}
{"commit": "ea50407f9e73948492dc9f88ec2ec3783661d504", "message": "Remove unused import\n", "proba": 5.658957888954319e-07}
{"commit": "81d0a5e16c9dba29286fd842a6827f6ad1b62ec2", "message": "API definition of any gematik specification with testable AFOs\n", "proba": 1.314803910190676e-07}
{"commit": "5087ece4ec80abc88f1543f7b3005cac394255bf", "message": "use null safe equals\n", "proba": 4.2490974010434e-05}
{"commit": "85aa93d7a56db340a3c3b7003478ce858a782c4a", "message": "adding module manager\n", "proba": 1.0488084853932378e-06}
{"commit": "85ea259007c40ab3c75c2db1d67daea06274ac87", "message": "KRACOEUS-4247 removed commented code\n", "proba": 1.1680309341954853e-07}
{"commit": "f79f1787a89494fa91a3808a90b10ba216945a60", "message": "Added auto tasks class\n\n", "proba": 1.549260417732512e-07}
{"commit": "c62a4d1ed0a5608290493d2542fd0eecf223b720", "message": "VTK-3022 - add comment\n", "proba": 1.0905076663902946e-07}
{"commit": "baf365d078399bccfa05d1f69b4788865f2cf7da", "message": "todo\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@8487 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 9178c73608823d808797cd2edff7a3e5871c3946", "proba": 6.696099035252701e-07}
{"commit": "88a45245a9f1281df4c86d0719580ad27d5eb4b7", "message": "Added getters for the evaluation times and evaluation counts of CompoundLikelihood.", "proba": 9.979194715015183e-08}
{"commit": "2e707f083bff553e7b109c27df4dcee90cbc656e", "message": "A plotter of Cepstral energy and signals to stdout. This will replace the\ngraphical plot as a more efficient way of showing energy values and\nspeech/utterance endpoints. To turn it on, set:\n\nedu.cmu.sphinx.frontend.endpoint.EnergyEndpointer.plotEnergy=true\n\n\ngit-svn-id: a8b04003a33e1d3e001b9d20391fa392a9f62d91@2033 94700074-3cef-4d97-a70e-9c8c206c02f5\n", "proba": 0.001712266355752945}
{"commit": "325d51acd47ff5f4cbf77541bf2ad76559a44fb3", "message": "Just a main method for PercusYevick.java... Provides PercusYevick with the discretization of the hard-sphere Mayer function.\n", "proba": 9.879351381414381e-08}
{"commit": "dfb33965ea3aedf338d6d3b0f46366861e2f702d", "message": "\u5b8c\u5584\u7528\u6237\u6a21\u5757\u3002\n", "proba": 1.6931109314555215e-07}
{"commit": "18fec8e4e9bef3c754a133dc8ca09cffc3a29aed", "message": "Add a failing test for #3241\n", "proba": 6.499609753518598e-06}
{"commit": "c6335fb503d8b9150902533e536dab323e0b29b8", "message": ":bookmark: \u53d1\u5e03 v2.4.54\n", "proba": 1.3457628256219323e-07}
{"commit": "3f151a35dd7504e9ac1bbf1d205aa7fc41e7852d", "message": "am ec090107: am 7f33f6e9: am 38b987ab: am 0155856a: Fix AudioService rotation helper thread\n\n* commit 'ec09010730f556a0a746d7b175feca49571eec19':\n  Fix AudioService rotation helper thread\n", "proba": 2.1466006216996902e-07}
{"commit": "fb21aa84a804c8d7dd0aad7df1e4a336ed59f991", "message": "am 8ec9f8f0: am dc5b21a5: am 487f8e93: Merge \"Fix an issue on installing 3rd-party IME by a non-primary user\" into jb-mr1.1-dev\n\n* commit '8ec9f8f074ea35cad6e6a75a87e4bde947f12ea1':\n  Fix an issue on installing 3rd-party IME by a non-primary user\n", "proba": 1.1326790172461187e-06}
{"commit": "db69db1510e77052f702a997894af5ca4b87e9e0", "message": "am b8d8562c: am 40ca751b: am ebec2315: Merge \"Always report user switched after unfreezing screen.\" into jb-mr1.1-dev\n\n* commit 'b8d8562cc36e5ab2f8b8c5adfd8d4839fe0909d3':\n  Always report user switched after unfreezing screen.\n", "proba": 2.7757837415265385e-06}
{"commit": "3ef220e0cc7617153dbcd2f8c52f4fbb2df1c428", "message": "Adding the new file. This should have been added at the last commit\n", "proba": 8.938485507314908e-07}
{"commit": "41bf759548a4df215bec25862d650dd7ed375908", "message": "QuackBehavior \u63a5\u53e3\n", "proba": 8.043213597375143e-07}
{"commit": "11467544e0d3783751b9338c361ff1baae8a4130", "message": "MAILBOX-64 Disable QuotaManager in wanted\n\ngit-svn-id: 3e91be830998880cf64a843733475f92c6afa332@1704534 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.6397142960377096e-07}
{"commit": "75d0f91186d95b65d02fc701c9a1a5f412945b79", "message": "CS-9919 Support for Nexus Swiches (Cisco Vswitches)\n\nDescription:\n\n\tAdded command class GetCiscoVSMByClusterIdCmd.\n", "proba": 9.876939088826475e-08}
{"commit": "cb1ec72bb48c119097893293765abf400ad6552d", "message": "Update HelloWorld.java", "proba": 5.7815443142317235e-05}
{"commit": "ba4d41fe1d91734af83b56a21624f90697d76e61", "message": "Removed hard-coded level up interface\n", "proba": 9.149363791038922e-07}
{"commit": "57e37a5c8813b6236a77b20318df2ddd160b35a0", "message": "ClientFactory", "proba": 8.316660569107626e-07}
{"commit": "f6ee2244a4f4ddb1ddf2ae21a7e3acd6dab1880b", "message": "Restored original behavior of getApplicationRestrictions\n\nJavaDoc for getApplicationRestrictions states that null is a valid return\n value, but it turns out some apps do not expect that. This fix restores\nthe original behavior of returning an empty bundle.\n\nBug: 20081431\nChange-Id: I30a4aa6aba14307eba59ba0015f80f14107269af\n", "proba": 1.4489614841295406e-06}
{"commit": "6a15634f601617b815935bc7fdbe0c356d020f44", "message": "am 3346bc69: am ab294eeb: Merge \"DevicePolicyManagerService: dump less\" into jb-dev\n\n* commit '3346bc69493e75565208f9b485bd6038e6abefe9':\n  DevicePolicyManagerService: dump less\n", "proba": 1.5642314110664302e-06}
{"commit": "5e62e3aa7da2824b9a77096788acdd7e2ecd22fb", "message": "Further reduce memory usage of notification archive.\n\n- Max 250 notifications preserved (was 1000)\n- Known heavyweight extras are removed\n- print some of 'em out in dumpstate, while we're at it\n\nBug: 8280039\nBug: 8537938\nChange-Id: I9239128c32a1d9f5ef4e0dc62dc2d23e190871e9\n", "proba": 2.4959306301752804e-06}
{"commit": "cbc649c2f3081b291f13505b99f15c0fd7068e63", "message": "Added background image auto scaling", "proba": 1.599224503934238e-07}
{"commit": "38e691b8d129797d3f875b251e11bac8719f7595", "message": "add MinimumNumberofOperationstoReinitializeaPermutation.java\n", "proba": 7.293916496564634e-06}
{"commit": "0f5f3ec79afd6b342d481376f1b605edcf5fd872", "message": "Create TestClass.java", "proba": 1.119270564231556e-06}
{"commit": "dd085d7d4675febc769ced464d11858e975e0d92", "message": "Massive refactorings, part 2:\n* Moved around lots of classes to make things more comprehensible\n* Introduced @Fragment for injection of framework thingies\n* Introduced ObjectModel/Builder/BuilderFactory to support creation/injection of POJO's. This is to make it easier to integrate Qi4j with existing code and libraries.\n* Added InjectionKey, as opposed to DependencyKey, and a matcher that can be used to compare keys for injection decisions\n* Renamed FragmentFactory to InstanceFactory since it should work with POJO's too.\n* Removed CompositeModelBuilder and moved functionality to CompositeModelFactory\n* Lots of small fixes\n\ngit-svn-id: f1f16e7fd6634bd1405f3d991709e5eb3ed978bc@8560 9b982a3c-3ae5-0310-a4bc-d9a3335569bd\n", "proba": 1.0462341606398695e-06}
{"commit": "e469fc14b16965dc9d36ddc8afcba9247d3e7bbe", "message": "First commit\n\nThe logic is still incomplete\n", "proba": 0.0004713749513030052}
{"commit": "5cb0cc7282ad1f76fce42591b87a966292277d52", "message": "added support for pkcs8 version 1 keys that require pkcs12 decryption\n", "proba": 2.439996080738638e-07}
{"commit": "e9154e6b2a306fb41ceeda7da6a25c26f4d94072", "message": "inital checkin of emoticon entity\n", "proba": 1.1043829545087647e-05}
{"commit": "bc264740faaeef55ebd838c66e15d605a23da8c0", "message": "Ok I think I have it reordered right. RISKY I probably goofed this.\n", "proba": 1.1248516074147119e-07}
{"commit": "c4990b2ecebb8837bfc2cc213f5635f71670bf4d", "message": "comments\n", "proba": 5.451620381791145e-07}
{"commit": "329db685a9c639f23b40de199d9d95a31966f5c7", "message": "STASH-7800 If cookie-secure is false, mark the Hazelcast session\ncookie as \"Secure\" if the request that initiated the corresponding\nsession used HTTPS.  This conforms to the Java EE Servlet 3.0 API\nhttp://docs.oracle.com/javaee/7/api/javax/servlet/SessionCookieConfig.html#isSecure--\n", "proba": 4.876350772065052e-07}
{"commit": "1a5a40f6aa56bb7b9249f6551440b99a00c30259", "message": "fighting NPE-3\n", "proba": 4.2109152786906634e-07}
{"commit": "92e4c3f46e2d69660b6346c10a035179f6e8b59b", "message": "store rdf item of aip method\n", "proba": 2.509429464225832e-07}
{"commit": "51eeae3a85cfd8a89ed0e5836e047773f6bcb8cf", "message": "\n\ngit-svn-id: https://svn.apache.org/repos/asf/incubator/jena/Import/Jena-SVN/Fuseki/trunk@1123365 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.4492316558498715e-07}
{"commit": "de204e8348997be5d5d9b230da732723d30760f7", "message": "array utility class\n", "proba": 2.0248903638275806e-06}
{"commit": "d167b102fa5bf3b46ee314629a0e13241a957a81", "message": "Add Multipart annotation.\n", "proba": 1.3430062040242774e-07}
{"commit": "9a4cff5989760fd4c4207382f405fff8a207457e", "message": "KCIRB-427,  KCIRB-208\n", "proba": 9.661092690294026e-07}
{"commit": "8b940a4c14d63738cc032d52dd4222830d92cf1d", "message": "print to system.out when retrying.\n", "proba": 1.862549652287271e-07}
{"commit": "e738514932e467f956146672fc28006570261237", "message": "Finish Hotfix-1\n", "proba": 1.6368571209568472e-07}
{"commit": "65e6525db74ff544938534a64736cbeab7f401d3", "message": "add Alien dictionary\n", "proba": 0.9995489716529846}
{"commit": "62000d106e73d630103b6567b12f642baa81c727", "message": "Fix invalid thread access for export uncommitted\n", "proba": 4.3086001255687734e-07}
{"commit": "548d021bccd33813e6d2ebdc2ff29023e9a8e1ad", "message": "Create Interface.java", "proba": 2.7396015411795815e-06}
{"commit": "75fab5755610415309b5f5719957ddb2078a34da", "message": "Grafana agent will now discard data when not in production\n", "proba": 1.3927309794325993e-07}
{"commit": "0b5d909df8d0bf18009c586f4b51f9178556cc2a", "message": "upDated Question Entity\n", "proba": 0.9999994039535522}
{"commit": "051234e16c2978f2313466a2f373d3dda44221c4", "message": "Update HelloWorldController.java", "proba": 5.223795596975833e-06}
{"commit": "b3e59e915abda876cfbde1cf66acfb47ab570a1c", "message": "Added a base interface to represent context instances.\n", "proba": 1.0878547840320607e-07}
{"commit": "dff4123115560e5fcfd823b6ec7e0e6efe2c096c", "message": "Refactor\n", "proba": 5.142872396390885e-06}
{"commit": "4c7ba4cf7a543674196996a46cc7ccb006b6037b", "message": "Added default implementation", "proba": 5.851670152878796e-07}
{"commit": "105402ee075584c44b0d257f574f191a9fa9e2dc", "message": "Update APIConsumerService.java", "proba": 1.3994921346238698e-06}
{"commit": "d41582c7fe1b60de21831142f064a025dd76241e", "message": "Update APIConsumerService.java", "proba": 1.3994921346238698e-06}
{"commit": "cba7b31bc37b4138c139b4db7e0ddee2eb64a605", "message": "Create GameFrame.java", "proba": 2.211164883192396e-06}
{"commit": "0e9a895f1693324d6e11ec98961b530dac2072b1", "message": "maps: fix NPE in onSaveInstanceState in MapView\n", "proba": 5.323517484612239e-07}
{"commit": "4571cddff2d8a03b1c92101ac2cc10e80e0ff028", "message": "Move this sample code into the official samples directory\n", "proba": 4.2948650502694363e-07}
{"commit": "cecf61fb5e159f5d887b7dd3444cbd6b0d7ffa36", "message": "Forget to comment debug messages", "proba": 1.348092979469584e-07}
{"commit": "477e75e2b61606e6dc494f133baa2e1b1f57a855", "message": "Use test error value when summarizing F measure.\n", "proba": 2.7573861416385625e-07}
{"commit": "3f44fae1dd18aa3f57aed7cc5f1261d1713b0a89", "message": "am 77802977: am 161b3624: Merge \"Fix NullpointerException in MediaMetadataRetriever\"\n\n* commit '778029776bac60856af7e97e19deb7b1f42b1984':\n  Fix NullpointerException in MediaMetadataRetriever\n", "proba": 1.8802718670940521e-07}
{"commit": "8d1e66cbfe23eaa77997bb0cdab593aad267e032", "message": "tiny typo from jaya\n\ngit-svn-id: 3495a5c4bbe5ece00c09619c056c9a903ff1da72@154695 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.2711263884266373e-06}
{"commit": "2145af0b43fd3944b1f443156c941f3a5e9d3024", "message": "Add visual separation between the panels\n", "proba": 1.0384080724179512e-06}
{"commit": "acf0d6a65c38d48fea1023e862151ebb4c4ad097", "message": "editar perfil plantillas echas. falta q funsione wey\n", "proba": 0.001003250596113503}
{"commit": "3f64d356ac93e4d0d7d1dc80911d38f2efbbea21", "message": "skeleton UI\n\ngit-svn-id: d2601f1668e3cd2de409f5c059006a6eeada0abf@3218 cb33b658-6c9e-41a7-9690-cba343611204\n", "proba": 7.407792850244732e-07}
{"commit": "bd3a70029c1883d72444a11740c919bcbd422dfa", "message": "Added tests for RunnableDispatcher.", "proba": 1.1306377700748271e-07}
{"commit": "be9bc0524a4ac67a8a4ac57d39956e976820fde9", "message": "Completed version 1 -- Fix all the program bugs.", "proba": 1.0165521757699025e-07}
{"commit": "f4b738ac3260bd179a3ed7ec1b95c10ab5fe10ab", "message": "overloaded getTimeReceived() and getTimeSent() to take a ZoneOffset as a \nparameter and return a ZonedDateTime", "proba": 3.3288347367488313e-07}
{"commit": "5ff95ae88ab4532866c2bdcc41d30856882424d7", "message": "Add a retry logic for send calls", "proba": 1.4106501566857332e-06}
{"commit": "a2338a2ade27bd6b886fa4c66c6f6a5d7efde16f", "message": "moved packet String truncation logic to AISPacket", "proba": 5.526582071979647e-07}
{"commit": "32b2b8c903faa43511da648bd29de1b87614ccd4", "message": "added timer class\n", "proba": 4.749287541017111e-07}
{"commit": "830674bb401bed4f2f04c65da821bb8a4188689d", "message": "Nothing todo here anymore, was an artifact\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@10376 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 1.030776275001699e-06}
{"commit": "e3ec631913607ef507adc6f71499fdc43daf5433", "message": "Delete Task.java", "proba": 6.897345429024426e-06}
{"commit": "8e7fb0dd3b365c3d76deb8ccc6b88646be577ea9", "message": "Define a multidim dataset allocator class\n", "proba": 0.02252388373017311}
{"commit": "8028022760275d935749fb86cc88d5644da84366", "message": "Added splitLong & mergeLong\n\nSigned-off-by: Matthias Stevens <3e0606afd16757d2df162884117429808539458f@gmail.com>", "proba": 1.0725366195174502e-07}
{"commit": "409f416a80137281bcaa59917f8e1d4337661b36", "message": "Mnist Sparl ML examples\n", "proba": 3.35231732151442e-07}
{"commit": "e13c2ce1cd234b22558d1c34c6f46beaf6ddf282", "message": "SimonStewart: Moving the vast bulk of the client-side code to the new java location\n\nr11226\n", "proba": 1.2712247610124905e-07}
{"commit": "175bda422369371c5879af60e8b908922e5bf2b1", "message": "tests\n", "proba": 2.351589273530408e-06}
{"commit": "8579fe8f616ee2e9d8663416a1d41de640e01a27", "message": "Test plugins\n", "proba": 7.664064014534233e-07}
{"commit": "4f3b29d5012a3182eeead81c84e9933680299201", "message": "Initial commit\n", "proba": 3.003353299391165e-07}
{"commit": "505bc7f15bd3641696f0d2c5d8596e431e40a62b", "message": "652. Find Duplicate Subtrees\n", "proba": 5.65727077628253e-06}
{"commit": "45e2d91102d3ae3371094dfd48a4b281223172ce", "message": "Display the job build trend stacked bar with colors appropriate for build status", "proba": 1.3713008684135275e-07}
{"commit": "948bdc8d51050da1533cf602166367ba4c264bbc", "message": "Remove static definition from 'allowSave' property\n\nSigned-off-by: Winston Prakash <fbbe1aedbef880a0b6a4dc480f6730af6b51b573@gmail.com>\n", "proba": 1.4561521766154328e-07}
{"commit": "2a7934b398edbbd8ab5a74e945192b87dadfd4bf", "message": "Fix test harness failures\n", "proba": 2.222861212430871e-06}
{"commit": "61f929acf956a2b5e69e73bfe004f4746c64fda8", "message": "Create OBJLoader.java", "proba": 1.3571552699431777e-06}
{"commit": "b76f2fe5da9ccd4dc3225ae52201f5ec4945ba28", "message": "Create Problem12.java", "proba": 1.4034657169759157e-06}
{"commit": "4990bbf3337b8cccc4bdd1fbabdd0f1c4d2235b6", "message": "Review by kkolinko.\n- Remove FORM auth specific call.\n- Javadoc formatting.\n- Honour the cache attribute of the authenticator.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1225219 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.059381816048699e-06}
{"commit": "d3acb77a92980f866dc3acdcd987f874933c6b3f", "message": "simplify transaction load reference code\n", "proba": 2.701083985812147e-06}
{"commit": "0f5da62af4e3da68de491ea4dd01f26ce4ed902d", "message": "Optimized imports\n\n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@547192 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.804431447766547e-07}
{"commit": "ba56af065c420a56620dbc2cdb8dda8cd3d3c7f6", "message": "Update Triangle.java", "proba": 1.268424057343509e-06}
{"commit": "ebacfa550363074cdd33f806e04e7fa65a0e9057", "message": "OPENNLP-770 Evaluation using CONLL 2000\n\ngit-svn-id: ea2ac7117ce80da69eabfd608b4fc2566390d6b5@1676890 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.238129918121558e-07}
{"commit": "135d9edc6dd33f4822d616d00fab94791a4bdc26", "message": "moved to principals package in api", "proba": 1.3198165049743693e-07}
{"commit": "8f46b025408bad7851d65e297428743558799a5d", "message": "Parameter type of Java annos with j.l.Class<?> should be ClassDeclaration\n\nPart of #5918\n", "proba": 6.4424407355545554e-06}
{"commit": "864a8be87a6b4e4563aea567c0e439612d7226d0", "message": "Remove early primitve replacement for #~=\n\nSigned-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>\n", "proba": 1.1569865421279246e-07}
{"commit": "1647c8e4122ee0d8fc1785edbb4fc40094e993eb", "message": "implement test for Move\n", "proba": 1.0952077218462364e-06}
{"commit": "7f530c73b5337874ad86821af0cdb3c9891b2286", "message": "Chronometer: remove confirmation dialogs\n", "proba": 3.473056722214096e-07}
{"commit": "2aa9706047df14876ac409c1842783926545bb3a", "message": "add svd test template\nAdded svd tests class. Needs to be filled in.\n", "proba": 1.0538099814993984e-07}
{"commit": "bdf5294f5eaeef911c1b66783cb03126e82210cc", "message": "Added a factory class for LocalStore that will return an instance of LocalStore when called\n", "proba": 1.6982890826966468e-07}
{"commit": "78fe490c8d85af080ef163ff9a3e85a888da1724", "message": "RAD-93 Make RadiologyServiceImpl package private\n", "proba": 1.1566511659566459e-07}
{"commit": "898faa23fc8649973ae7cee3635a53b203683c44", "message": "Annotate getContentView() with @LayoutRes\n", "proba": 2.1166486874335533e-07}
{"commit": "94d3bae67ccb0fb7e25049cf65e32816fb841167", "message": "Add support for precompiled bindings\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@763170 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.7472136088799743e-07}
{"commit": "3879d3a285d1aedd41153d54da6af0cc0fd682c5", "message": "If it is a REST request and the service or operation cannot be found, do not consume the input stream\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@888980 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.90225894888863e-05}
{"commit": "5cc46bc13b9c8e3ac46af763ad5be8eada158172", "message": "ItemMenu2 close bugfix\n", "proba": 2.233376221738581e-07}
{"commit": "fbcc8651ba3a1b3ce51c7fc8d961d44f5156be7b", "message": "More of the same, I'm a dummy\n", "proba": 1.3877996934752446e-05}
{"commit": "4f9c1614f417bac1a0d8f75ea84468fa96cf74bf", "message": "add: tree perf\n", "proba": 0.0004316279955673963}
{"commit": "c9fc3c0081b6f7a1687a73e35c6f097ddbfeda00", "message": "jdbc: refactoring\n", "proba": 0.00040201202500611544}
{"commit": "e8bbd1bd417608df6f6497a61bcd73bf0ff88c41", "message": "Reference implementation of a user task\n\n", "proba": 1.2206485280330526e-06}
{"commit": "c6105cccb9dc307757d7618f9bac1a5db76c2383", "message": "define basic service method\n", "proba": 0.010208495892584324}
{"commit": "0cda5f459bb0b17b12542eeeb83857d9affcc4b8", "message": "Added unit tests for the GradingKey class\n", "proba": 1.1900804253173192e-07}
{"commit": "b34bc7eabba0d22f9163edcaebb8afcf374a4df7", "message": "Add database class\n", "proba": 1.0324852155463304e-06}
{"commit": "082a39d18aed3d7baf994570cf8519b58d10bc11", "message": "Remove unneeded {}", "proba": 0.00011701514449669048}
{"commit": "118acb4608b4763a496e69b44dbe953758721b00", "message": "Correct comment wrapping", "proba": 1.749504690451431e-06}
{"commit": "e2586fb6f741c5c6a7a230630e92a5e3bca4cf31", "message": "(Recover Binary Search Tree) [Accepted]\n", "proba": 1.45672714779721e-07}
{"commit": "25c8beeca8fdc7bd188b6d4a24b1b4f718f2a4f4", "message": "Update android java to remove setAccuracy. S4 would not show ads if enabled.\n", "proba": 1.0101371827886396e-07}
{"commit": "3719bfb34f8a0c3e40b4c621f118b4b1b7c52245", "message": "no message\n", "proba": 2.1470650608534925e-05}
{"commit": "9001f24914d42a369131829d06b99bb9e6c3b56c", "message": "[W-4213800] add the tests back\n", "proba": 1.320574369856331e-07}
{"commit": "aab73c55c43865aa9b3fe5a4d36ded82b047090f", "message": "Interface-class added", "proba": 2.3565972639971733e-07}
{"commit": "b6ea06ddbe0dacfac36fcaa4036b4b93ee59aea2", "message": "Issue176 - protect our image StringBuffer\n\n\ngit-svn-id: eee8356d45ea3f6bef60455b6252670a15fb374b@367 68c0822f-77d1-6f10-b115-8a14d106ca4c\n", "proba": 6.615789516217774e-07}
{"commit": "9cae29549bb84843d45dd90fea956218d9a7bd0a", "message": "transfer time recorded to API. Part of version 0.4.5\n", "proba": 2.817206166128017e-07}
{"commit": "bf03cf74386b38cbe925fe1de44be7ef7911113f", "message": "Added invoke(Message) to simplify SOAPConnectionImpl's usage of invoke(SOAPEnvelope).\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@257486 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.3099555644657812e-06}
{"commit": "01eb62a967397097e17d2f5f376b5c534bc6106f", "message": "Fix potential NPE.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@252193 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999990463256836}
{"commit": "cce92d4cd7eca91567c8b61c4a84542605f2d0f0", "message": "Fixed a few mispelings in the Javadoc\n\n\ngit-svn-id: eee8356d45ea3f6bef60455b6252670a15fb374b@114 68c0822f-77d1-6f10-b115-8a14d106ca4c\n", "proba": 1.2580707107190392e-06}
{"commit": "c2f2fd783c719d3f0edf4d79f3fd99f4001bc0e6", "message": "Added dummy player", "proba": 4.6261484953902254e-07}
{"commit": "b169e6918933de9814ab4072104cb49ada5a3f79", "message": "T667 - dependency added and later will be merge from corresponding branch\n", "proba": 1.1725509807547496e-07}
{"commit": "6254d216760d3eaa7043b87df2d45c72e314bb68", "message": "Added natives for day(), month(), year()\n", "proba": 1.702857389318524e-06}
{"commit": "3f85c2f044328ef2f5450c621eb9728705831882", "message": "aggiunto throw sqloccupato", "proba": 9.676906529421103e-07}
{"commit": "22a1bb7c899b4fecf9f67c824f5f26c3a280aaef", "message": "Increased damping factor\n", "proba": 6.095582989473769e-07}
{"commit": "f00e872da432f113605e2832d68060d0bc30d0cb", "message": "added NaclSecretBoxTest\n", "proba": 1.9028821895972214e-07}
{"commit": "28bf6cb9f4010933f86e3c94dc54968e51fb2d05", "message": "Enhance GameModelTest\n", "proba": 1.9700776476838655e-07}
{"commit": "1ed88aaa5783f2e75cd1ad18f373b508d313c1da", "message": "Added unit tests for FileSystemContextTest\n", "proba": 1.3989796343594207e-07}
{"commit": "5625eea5d4b2738564785104bc3f4eb22d587509", "message": "CharReceiver\n", "proba": 1.2652152463488164e-06}
{"commit": "dcfd72c9187fa942ff81e881948808af7f7e3355", "message": "CMRTests: test spark framework in Main API for #6166\n", "proba": 1.2069000376868644e-07}
{"commit": "5f2363232c79219ad63c0f67d0ea242c7174ba3a", "message": "server /refaktor, park, bejarat, + alapok\n", "proba": 1.6959002380190213e-07}
{"commit": "62271b95222c5d67868ac1b3bbd8851d4fa18454", "message": "am 3af39267: Merge \"Fix HDMI hotplug display blanking behavior.\" into klp-modular-dev\n\n* commit '3af392674969b17cd3719f49ae597c7dc6ee6614':\n  Fix HDMI hotplug display blanking behavior.\n", "proba": 2.1574491881892754e-07}
{"commit": "2b24b95f1fa6905c4e70dbdc360674bf082371ac", "message": "am 72faacb7: am 80370952: Merge \"QS: Only show summary for active wifi\" into mnc-dev\n\n* commit '72faacb70997ed50edabc33f45d65228e18fbea9':\n  QS: Only show summary for active wifi\n", "proba": 3.415424885133689e-07}
{"commit": "347feebad1896950e18a57e00c74b81b16127344", "message": "MainApp turned into a unit test that tests receiving a file from the bucket, updating its content and writing it to the bucket as String. All tests are passing.\n", "proba": 1.0760445690038978e-07}
{"commit": "fb3a57d0c1044dedacabfaaa722f5ed4409067b9", "message": "am 8ec87bb1: am ba6fad74: am ac112990: am e6639066: am a2e39c6a: Merge \"Filtering Remote-Submix and Back-mic devices from AudioDeviceInfo API.\" into mnc-dev\n\n* commit '8ec87bb1677ec2fbb3460eaf30cec2b576134f9e':\n  Filtering Remote-Submix and Back-mic devices from AudioDeviceInfo API.\n", "proba": 1.7946676678093354e-07}
{"commit": "fc7102a5a259c2012cc15b2c407d256ef6e684cc", "message": "SimpleFetcherBolt calls super class for declareOutputField\n", "proba": 2.036128279314653e-07}
{"commit": "6f2683698ea1b316ae49623a7e9a13d9d9b53f71", "message": "Fix RemoteControlStackEntry constructor in AudioService\n\nAdd missing call to constructor of RccPlaybackState to initialize\n the mPlaybackState field of the RemoteControlStackEntry class.\n\nbug 8512601\n\nChange-Id: I636d5c1b416d6a3d3808d5be53c9c544ab293732\n", "proba": 5.95560504734749e-06}
{"commit": "a64a45896821763e76dbd064fb3ebdd46b40f927", "message": "SimpleFetcherBolt: do not overwrite fetch.StatusCode and fetch.loadingTime with persisted values\n", "proba": 2.0139675882546726e-07}
{"commit": "a877427e2ffdb091801cd6803bb880104c753ef6", "message": "am 0e3d77af: Merge change 4324 into donut\n\nMerge commit '0e3d77af4ec6cd4961cfb144045ee9dfe479ccf6'\n\n* commit '0e3d77af4ec6cd4961cfb144045ee9dfe479ccf6':\n  AudioService: Fix routing problem recently introduced in setRouting().\n", "proba": 1.1798196197787547e-07}
{"commit": "27c30e4426302581a266c89d0ef880b340d7b061", "message": "fix condition to send ACTION_AUDIO_BECOMING_NOISY intent\n\nIn checkSendBecomingNoisyIntent(), only output devices\nmust be taken into account when checking if the device\ntype is in mBecomingNoisyIntentDevices\n\nBug: 17298383.\nBug: 16403219.\nChange-Id: I2213681184ab9fb3b874029143f2bbd34032d6b8\n", "proba": 2.3856709958636202e-05}
{"commit": "91812e43050fd4f643a68f136e122b405393a11a", "message": "am d2261486: am 304521b7: Merge \"AudioService: fix various volume issues.\" into jb-dev\n\n* commit 'd2261486fa7c789cce5642034d294220f13f6cb0':\n  AudioService: fix various volume issues.\n", "proba": 2.207240896723306e-07}
{"commit": "fa824023b0959d316cff90d9c156a25b8806df8e", "message": "am 0b44f6f5: am 0dd9f4de: MediaScanner: Do not update the file path when updating records already in the database\n\n* commit '0b44f6f588bb8836c1ef94e8b1f70ed49e2be53b':\n  MediaScanner: Do not update the file path when updating records already in the database\n", "proba": 1.4297770576376934e-06}
{"commit": "5b89328c75a154db4e89d311f8fbd0f0b37823ba", "message": "add class DuplicateDetector\n", "proba": 3.16747559736541e-07}
{"commit": "fda67cd6e3424bae5a9894e3d370de181c9df7f9", "message": "Rename deployability tests\n", "proba": 2.0398168999236077e-05}
{"commit": "21fd556f9a852499b5c4eb51d7af3554a0455cc3", "message": "Remove misplaced blank line.\n\n\ngit-svn-id: a878c62e23c3cdd7109267dfd9bdff0ba03a0163@5469 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 0.9999994039535522}
{"commit": "138dad62a580b57efcafefac9d57d7c56399ba5b", "message": "Increment: exemplo usando java.util.concurrent.atomic\n", "proba": 3.109197859885171e-05}
{"commit": "ce562d4282a415fb6e21068cc1a5e8de9dbabf0d", "message": "\u4f7f\u7528 Exchanger \u5b9e\u73b0\u4e00\u4e2a\u751f\u4ea7\u8005\u3001\u4e00\u4e2a\u6d88\u8d39\u8005\u7684\u95ee\u9898\n", "proba": 1.4129913950000628e-07}
{"commit": "f6435efd68cb0cd5dfe9dc8aac6591b2ac45034c", "message": "Doclet initial checkin\n", "proba": 1.6549361703255272e-07}
{"commit": "e78e685b6e686e81b05ff1c784240c0c4603df92", "message": "minor javadoc\n", "proba": 4.090512675247737e-07}
{"commit": "23e5224e9575c2165f89c2aae370ccb54b41a77f", "message": "Add tests for Login\n\n", "proba": 3.517919253681612e-07}
{"commit": "d892075604c0f4b4d436ee75d10c6a64c615d457", "message": "failing test for OptionCommandFactory ListBooksOption\n", "proba": 1.3376240985962795e-06}
{"commit": "222466af6724ab7b9e81dac42de90243615befa4", "message": "Initial commit.\n", "proba": 1.9319949728924257e-07}
{"commit": "65a662c0e3508d62ed93c49b1f317ede2e0dd975", "message": "Added method to get the Strings of all of the cateogories\n", "proba": 2.048011680244599e-07}
{"commit": "fec3902568d1e9b69a26f7b967f428ca14722dcc", "message": "Fix seam calculation\n", "proba": 1.9230212274123915e-05}
{"commit": "513db9fff233d524bbead64609af21e0c6da7d89", "message": "ExpressionGen: progressed a bit on --/++ operators\n", "proba": 5.406147920439253e-07}
{"commit": "3ffcd2659910902f742e79f3968971bdde5146e5", "message": "add shared value constructors to exports\n", "proba": 4.6199761527532246e-07}
{"commit": "a74001102804a1146c34e64260c23e4bda4ca282", "message": "WarOfTank.java\n\nmain\u4e3b\u65b9\u6cd5\u6587\u4ef6,\u7a0b\u5e8f\u542f\u52a8\u5165\u53e3.", "proba": 1.0903828950858951e-07}
{"commit": "a453c2c512ad3aba38ef109ea9b27ff633dc8598", "message": "update eval test to new api\n", "proba": 1.5677305498229543e-07}
{"commit": "256bb6fae0c378c1c50e059e9c393cfa979e8595", "message": "Added Knight.java\n", "proba": 1.935282938347882e-07}
{"commit": "b6b638a86d33077e42d71ab22ad36d117a79c369", "message": "HIVE-10877 : - adding missing UtilsForTest from previous patch\n", "proba": 1.1178534009559371e-07}
{"commit": "29b34c85526b1eb1869bde2019f446986a22aac1", "message": "MEAR-47: resourceDir is now optional since it's deprecated\nSubmitted by: Ian Springer\nReviewed by: St\u00e9phane Nicoll\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@477878 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.7499775140095153e-07}
{"commit": "0c9d470ee727c88224040c46ee473c44a3103072", "message": "- Improved code.\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1616862 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.541959126276197e-06}
{"commit": "91925915c2202723462c3f84b60f6e5edea44e28", "message": "Improving docs about serialization", "proba": 2.392971737208427e-06}
{"commit": "10ebe782f0e8ec5712c99f97ee498021005c420c", "message": "Adds TextFieldBuilder tests.\n", "proba": 1.2841921659401123e-07}
{"commit": "2ba47a9cece9cf71cee2ec796b494583302e3068", "message": "eliminate boogie prelude\n", "proba": 0.9993036985397339}
{"commit": "357b4a0091bdce5b9375584498d24e7e09896759", "message": "a Q2-friendly adaptor to the ConnectionPool\n\n", "proba": 1.1566368129933835e-07}
{"commit": "bf31becae67ab1c379f614e0199281d15d144bf1", "message": "Add RxJava methods\n", "proba": 7.056616482259415e-07}
{"commit": "b64110a13b4f4eb8880f0e8fe79051b827240e3f", "message": "Now using the new `start()` method in CeylonTool which doesn do `System.exit()`\n", "proba": 1.217924818774918e-07}
{"commit": "5ebe32deb5ce9935b9e38eef6105850c4e726083", "message": "disable canceling until the http connection code is understood\n", "proba": 2.8519264105852926e-07}
{"commit": "e10de072d50cbe6984151cbbdba4dd2f2e8310b9", "message": "am be96408b: (Do not merge) Backport a fix for InputMethodManager.java\n\n* commit 'be96408b801666bf196adb0eabff4839e51e63ed':\n  (Do not merge) Backport a fix for InputMethodManager.java\n", "proba": 1.6104719406939694e-06}
{"commit": "24a28fa62919a82ced1371ea7fdc6c1091bb0273", "message": "am 96e727d1: Merge \"Fix FloatingToolbar positioning for RTL.\" into mnc-dev\n\n* commit '96e727d1e63a918039ca1b1b1c98ec23ba108247':\n  Fix FloatingToolbar positioning for RTL.\n", "proba": 1.4779185164570663e-07}
{"commit": "b90443724a5aa563cb81d6e7512329a66e80fa2c", "message": "Fix FloatingToolbar animation interruptions.\n\nThis CL makes sure animations don't conflict with one another.\nCancelling an animation should also set the animating object to\nthe end state.\n\nChange-Id: Ib74515bb99090ce11a6ccd840aba0baee9fc1bf5\n", "proba": 2.3461436740035424e-06}
{"commit": "fb95c7a02059517e099fd1c8baf6e9dc9c75176a", "message": "add UniformPair", "proba": 4.184333192824852e-06}
{"commit": "6443eafa4d3ab7e7c2555e8de747f3cb0c0c4ec8", "message": "Added class for commision junction\n", "proba": 1.6355916443444585e-07}
{"commit": "8d7aeca501eabf173c70a7b0c0ff8480bc41302e", "message": "implementation of main", "proba": 1.922336849702333e-07}
{"commit": "d0266afac092c3a99d5781574f8384fc02e6634b", "message": "Fixed NPE when trying to do `ceylon run --compile=check` on something that was never compiled before\n", "proba": 1.6004328529106715e-07}
{"commit": "ae61d7bce04e5659decc8b9f25d6c3a25ccd8666", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@381 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 6.255442599467642e-07}
{"commit": "c99c0432db6685063500f2dbf12b9e325cf0105c", "message": "Added API to export mails as EML files", "proba": 1.681918035956187e-07}
{"commit": "e182c26cab4db21ebf872e868b574981aa394585", "message": "modified to include 'advanced', and renamed from AuthorizeEdit -> AuthorizeAdmin\n\n\ngit-svn-id: 39c64a9546defcc59b5f71fe8fe20b2d01c24c1f@482 9c30dcfa-912a-0410-8fc2-9e0234be79fd\n", "proba": 1.5163710713750334e-06}
{"commit": "0fbcfe027542db5181cd4b0dcb3f305e6e2455ef", "message": "adding help message\n", "proba": 2.755448917923786e-07}
{"commit": "095c6b78a1a4f0704967ea5a94e990633db1f16c", "message": "This class takes two ngram score output files, and compares the scores\nat each line of the two files. Outputs any\n\n\ngit-svn-id: a8b04003a33e1d3e001b9d20391fa392a9f62d91@1697 94700074-3cef-4d97-a70e-9c8c206c02f5\n", "proba": 0.00024854743969626725}
{"commit": "659ccc437bb0fcc0a91a0afc985d8d344c6daa0b", "message": "Increase AudioTrack buffer size for Android MSE playback\n\nWe use Android AudioTrack API for MSE playback.\nThis CL increases the AudioTrack's internal buffer size and by that\nhelps to eliminate audio underruns.\n\nBUG=589269\n\nReview URL: https://codereview.chromium.org/1836273003\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#384060}\n", "proba": 3.1776869491295656e-07}
{"commit": "86238e4ab6282080f013a295c21b28626b0528c8", "message": "FieldPosition unit tests\n", "proba": 2.813812329804932e-07}
{"commit": "c59cf64e93efc295335970c8c662cd5d0f5bdb37", "message": "am 0afed57e: am dc14068a: am e526668e: am d04d6c91: am b7d85148: Merge \"Allow root and system to bypass the always-on VPN firewall rules\" into lmp-dev\n\n* commit '0afed57e60f501878973e30c501c6bda8d6d2155':\n  Allow root and system to bypass the always-on VPN firewall rules\n", "proba": 3.467043825367e-07}
{"commit": "96d970c93e0ed639f0639a1ea17bb98acc703ff1", "message": "Adding workaround for the status bar not reporting the correct system decor rect.\n\nChange-Id: I2ea089e9d41deb2ac2a266694ac65d58830856f5\n", "proba": 4.553255621431163e-06}
{"commit": "e352b18f17789897ba1d160b011e81e9b182f0ec", "message": "Remove obsolete conditional preventing surface placement.\n\nThis conditional seems obsolete and is preventing surface changes\nfor dialogs on secondary displays. To show obsolesence, we can\nbreak down our cases based on display as follows:\n   1. Primary Display\n    In this case we have a home stack, and we cannot enter\n    this conditional.\n   2. Secondary Display (no home stack)\n    a. Private displays - We allow layout without a homestack\n       when type == TYPE_PRIVATE_PRESENTATION\n    b. Other secondary displays - As TYPE_PRIVATE_PRESENTATION\n       can only be on private displays (see addWindow) we\n       always enter this conditional for taskless Windows\n       (e.g. Dialogs) on secondary displays, and refuse to\n       apply their surface changes.\nWe can see if we remove the conditional, 1 will be invariant.\n2a will remain invariant, except we allow layout when type !=\nTYPE_PRIVATE_PRESENTATION. If there is a non private presentation\nwindow on a private display, an invariant has malfunctioned and\nwe don't know what to do here (we don't enforce all the addWindow\ninvariants at each surface change). In case 2b we will allow surface\nchanges (where previously blocking them), and this seems correct,\nafter all we wish to allow dialogs to appear on secondary displays\nright?\n\nBug: 26154242\n\nChange-Id: Ia8cbb079616a80f41b131cafe46c7408a558e307\n", "proba": 0.0010387289803475142}
{"commit": "976b76066cbaa7b9d66330dcd269336602566233", "message": "Simplify student names\n", "proba": 0.9995108842849731}
{"commit": "8eb64dd43007fb7200ea0f6a09312ecc44c3fb55", "message": "javadoc", "proba": 1.0498242772882804e-06}
{"commit": "28169c7afbc3a9989ab6d6f8ea90a89866d5219f", "message": "Lots of changes; affected by changes to MeterDifferentImage*, MeterOverlap*,\n", "proba": 9.998132100008661e-08}
{"commit": "af37450f41f6834979f1312e61ec550d2a0d665e", "message": "am 52403d6f: Merge \"Fix \"Wrong password\" message shown when using BT keyboard.\" into lmp-dev\n\n* commit '52403d6f8e9a0e31a0f880a9cd297aeb35c29c8e':\n  Fix \"Wrong password\" message shown when using BT keyboard.\n", "proba": 2.3213696920265647e-07}
{"commit": "7811e989a63f654988e9d87fa2b3e108cddf1f87", "message": "Added Fibonacci number\n", "proba": 1.6546046026633121e-06}
{"commit": "41d666f2b81badc6578d6029b356f52d2a83037c", "message": "IDEA-164950 Project Tool Window - Ctrl+Left shortcut doesn't work\n", "proba": 1.2508003521816136e-07}
{"commit": "932c172df54c5a8f9ed1f833e7cbc4e677f4af9c", "message": "compatible with 5.4\n", "proba": 6.042220093149808e-07}
{"commit": "a6f03d4be0aeca35a9cef4781dac888973336b36", "message": "add Prime-Test\n", "proba": 6.807192107771698e-07}
{"commit": "bcbd06bcd0a3c18fb10db1e36f4251064c920fb4", "message": "no message\n", "proba": 2.1470650608534925e-05}
{"commit": "8cf55917d55a79a53224f8138f4dd7f49f90240d", "message": "Update and rename src/eco to src/eco/ThreadManager.java", "proba": 4.5086440536579175e-07}
{"commit": "57082cacea17b3ab654b4eeff1b922fffb15d7e4", "message": "Update demo for transparency\n", "proba": 2.2976574598487787e-07}
{"commit": "02b70730e0ef71bddb9100c9c195c4fe7bb22f72", "message": "Create BCComputation.java", "proba": 2.2312506189337e-06}
{"commit": "66ebe50b9fbdcc140c801c354dc6882d37f5ccea", "message": "Added @CaseTypes for #328\n", "proba": 1.9591227840010106e-07}
{"commit": "7064898d3194fc00a136507efac358dec354c756", "message": "Support to show M or K if axis value is bigger than one million or one thousand\n", "proba": 1.9412220808590064e-07}
{"commit": "46989bd42b0d12699fac005ea19fdedd9d647e84", "message": "destop launcher", "proba": 1.1863482995977392e-06}
{"commit": "1095505fc4e0d5925e408c8a8d862b73494f64fe", "message": "Les pi\u00e8ces augmentent l'argent\n", "proba": 2.416162487861584e-06}
{"commit": "edc2be787e021341315d7855a395beb2a5fc0c4f", "message": "Add simple feed model\n", "proba": 3.521846565490705e-07}
{"commit": "cc4763fa66336d76a8007e910c6d103e968a3cbf", "message": "MPDF-27: Support Doxia files generated by Maven plugins\n\no added generateSiteDir param\no used a tmpSite dir which includes site and generated-sites files instead of using site dir\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@802537 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.337433440719906e-07}
{"commit": "60c953db3244f4ff00b30285885cb2f3e0a613c3", "message": "forgot to commmit invis java file\n", "proba": 1.634972477404517e-07}
{"commit": "53b4fd7ae86bebe55b45379516d0f81f9c684976", "message": "Add comment why the ResourceLeak creation is happening as last in the constructor. Followup of c5b5d363601a0d9ae294034c1e68a6de54a0958f\n", "proba": 5.878810043213889e-07}
{"commit": "ffc0dea218bc316291972f6cedfdd6443c0b6259", "message": "Add whitelist explanation\n\n+better naming\n", "proba": 1.4788095370477095e-07}
{"commit": "6d778633a50d0b14b88e3355aa21298273151a8f", "message": "LexiconEntry\n", "proba": 7.59836893848842e-07}
{"commit": "8cc1869de2089fcf721b82b0242388bed3682ec8", "message": "\u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u0438\u0437 IDEA\n", "proba": 2.495206672392669e-07}
{"commit": "ddbc2bfe70e2e27c938a6babf42d2f1af918ceb2", "message": "Add solution for Ice cream parlor problem.\n", "proba": 9.047773801285075e-07}
{"commit": "57dcac326ff1e1dbf9ed65c0e574e36d4cc171ba", "message": "Make Comparison a little more extensible.", "proba": 2.3519474723343592e-07}
{"commit": "8898a52325af686929b7ff34a03ed31a80ef781f", "message": "am a512415e: am db221acc: Merge \"Reduce log spam for the ease of debugging Bug 22857361.\" into mnc-dev\n\n* commit 'a512415e13def82532e89fa763f3c8b5ce8bcc7c':\n  Reduce log spam for the ease of debugging Bug 22857361.\n", "proba": 5.487387397806742e-07}
{"commit": "ce269be96df59ce7d8a3562e4641b2ddc98dc49a", "message": "Delete Server.java", "proba": 3.4128599963878514e-06}
{"commit": "1fd864f41680258b5b4aebe11991e27809bdf1d8", "message": "am 1260584f: Merge \"Rework the task affiliate chain validation\" into lmp-dev\n\n* commit '1260584f00c550b6aa8c0a4d483ced34fd3b6bbf':\n  Rework the task affiliate chain validation\n", "proba": 2.1585556169156916e-06}
{"commit": "4a7e775100b1eeab5a1f5ec56946642af6044ce1", "message": "Replaced zeros with UserHandle.USER_OWNER\n\nNon-functional change. Where applicable, replaced zeros with UserHandle\n.USER_OWNER.\n\nChange-Id: I2274166c88cd7109cd6d2650c40b34b35758bdcf\n", "proba": 0.9859482049942017}
{"commit": "6159f6eb231028bc6420edf4157fb335e78aca00", "message": "am 4406568e: Merge \"Check caller status precisely when registering receiver.\"\n\n* commit '4406568ebac6f6bbf627aeb6909b409d948cecf4':\n  Check caller status precisely when registering receiver.\n", "proba": 1.2584219177824707e-07}
{"commit": "69594d6eb3f709e0fbdbf953780e8b2ce430f4a0", "message": "Don't crash activity manager when supplying invalid URI\n\nChange-Id: I30a058f14d5d0a09ba86fdd10312a51db7a4a9df\nFixes: 29039290\n", "proba": 1.5660225471947342e-06}
{"commit": "843f648c821eef6bd1ade3bc3b8a17f94f85129a", "message": "Fallback to priority activity if preferred activity not available.\n\nBug: 21434199\nChange-Id: I1f268700219dea7f9ed02bda320923f49a5a3457\n", "proba": 2.0685133677034173e-06}
{"commit": "1f407647d1ac45dc8b8bb7f388c8bae38cd82ea3", "message": "Send POWER_HINT_INTERACTION on rotate.\n\nSend a POWER_HINT_INTERACTION to improve redraw performance when the\nphone is rotated.\n\nbug 24583227\n\nChange-Id: I1978f0dfb9a25c00ad4da5b44d10410ad7412001\n", "proba": 2.34109461416665e-06}
{"commit": "56b2dc327e71b8b8697ccb466ae404cc57263ea9", "message": "Further implement and change animation start location to RIGHT", "proba": 1.1872532468260033e-07}
{"commit": "3be2d19b976fdfe42f8e6044d62ff9d70316eadf", "message": "am f47b7c42: am 2c3f6616: am 5b820a8a: Fix build\n\n* commit 'f47b7c42cb23751d8ece8c5d244acfed43474b0d':\n  Fix build\n", "proba": 1.1554708407857106e-06}
{"commit": "2dfb91412c27581d27b7eba172912d2893d69abe", "message": "UsageStats: Reduce log spam during time change\n\nWith lots of usage stats files, the log gets spammy\nwhen the time changes and we are moving files around.\n\nBug:22549399\nChange-Id: I9da39399b090066d52568dea6fc5b59aba063c5a\n", "proba": 1.2411143188728602e-06}
{"commit": "41309844505ffeb979c3072bda64c903c639cd5a", "message": "*CommandStorage:  Only remove handler if main command of handler should be removed\n", "proba": 1.787466459290954e-07}
{"commit": "382af8c82369efe39802b218cf4a700df3d3949a", "message": "Arista Flow Parser\n", "proba": 7.857034916014527e-07}
{"commit": "9e2232defcc729f0cf7f80811cf87572d1f9ad1b", "message": "First implementation of AccessToken Authenticator.\n", "proba": 1.1999749460755993e-07}
{"commit": "4fa657e6e229da206f96f1cac450ad425d56e296", "message": "Since we have backend support for PreparedStatements now, the old Java\nimplementation is moved to a separate class, as backup for users who\nreply heavily on PreparedStatements and somehow got it working with the\nJava implementation but have problems with the backend support.\n", "proba": 1.014230051055165e-07}
{"commit": "e34033431282941938bf84694a29861fae054b62", "message": "New FormAutoCompleteTextView\n\nWhen we ask email address in a form, we generally use AutoCompleteTextView instead of EditText to suggest the user the emails in their phone. So with this class, we can both use email validation and auto completion.\n", "proba": 1.2547046424060682e-07}
{"commit": "202c5019393b2093af9cde608b481820d235eb08", "message": "Added a sample xml marshaller / unmarshaller.\n\n\ngit-svn-id: 4561c0a8f080806b19201efb9525134c00b76d40@322 348d0f76-0448-11de-a6fe-93d51630548a\n", "proba": 4.431393278991891e-07}
{"commit": "8bb52c0049dd68412309585a51af40273aab1d5d", "message": "add junit test for CharSerialization\n", "proba": 2.422439706606383e-07}
{"commit": "eeffedb3e9814e0c3145235e7dfbc27014a62f20", "message": "Added SatisfiedTypes annotation\n", "proba": 1.6995495855098852e-07}
{"commit": "efc632844b990118b217355a53976e37de249d1d", "message": "Add new opponent\n\n- Saita now can be an opponent if you want it.\r\n- Fix console bug", "proba": 1.574616987909394e-07}
{"commit": "ac531fced69d5cdb3add287cef4770ce36b5d794", "message": "Test case for exit command\n", "proba": 8.012039529603499e-07}
{"commit": "a42851dfa0bb0a3f1e3470b2757a383b79b82457", "message": "Create Prontuario.java", "proba": 3.908707526534272e-07}
{"commit": "033e05647fac1352bb0a808c5114cac4b656245a", "message": "Fix cast\n\nSigned-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>\n", "proba": 1.1447620806848136e-07}
{"commit": "638f3c379544167b9447e1a65dc25650b979bc71", "message": "Adds alternative constructor for PageInfo. OSGP/Platform#163\n", "proba": 1.9213362634218356e-07}
{"commit": "4be9156e9244549d72959ddf8b64e982c21ed9c9", "message": "Refs #1761 [Desktop] Load xml descriptors in UTF-8 encoding\n", "proba": 2.1181874387821154e-07}
{"commit": "10f350afd5b8203b18eb666f02eafdf334bd8146", "message": "AXIS2-4263: Fixed a timer leak in the scripting module.\n\ngit-svn-id: d6acb143e251c037dab5ea34394f8439daf45588@1156305 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.5898738183750538e-06}
{"commit": "b4ec07a5c8c45589edc00ee3ffcb3afe7297eecc", "message": "Backed out changeset 019d78e8c5c7\n", "proba": 4.909209110337542e-07}
{"commit": "110746e9f586832a42cba0a1f1195ba441e862a6", "message": "Minor tweak to eliminate unnecessary empty string conversion to an empty byte array in AbstractHttpDataTransmitter#writeLine(String)\n\ngit-svn-id: 012c2870a0981a96946fe5ae32c5c86e4e7e102d@355638 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.08358392228547e-06}
{"commit": "d4e05f8d16bd5a9788bbd62b4b5789460c7d2aed", "message": "Updating null test\n", "proba": 7.63275068038638e-07}
{"commit": "b1fa5ddaacb2551758d936ec7fa38579e061782e", "message": "Improved error msg.\n\ngit-svn-id: 1cb8ba81e35536520dc3c869e3ef27a5006f98a2@390 79e2b5ea-dad9-11de-b64b-7d26b27941e2\n", "proba": 9.254592441720888e-05}
{"commit": "30d01e6e18dc992281948caa84ac07ce075ed9ec", "message": "StarChest\n", "proba": 8.433501648141828e-07}
{"commit": "45233d6b102083880808abe65698c160f71f30fb", "message": "QS: Fix crash when removing pages in RTL\n\nChange-Id: Ic8f082a3dc61fbf12f576d4cffb8ab31e669cb7c\nFixes: 29122756\n", "proba": 4.4705379309561977e-07}
{"commit": "c2163a2d2f829b3bef5266c2dd8da6d57f45fda2", "message": "am b65c57e5: am 7fa27583: Merge \"QS: Fix tile padding on dual tile first lines.\" into lmp-dev\n\n* commit 'b65c57e58a49c3f0505e4cb4c8cee7c01663a27d':\n  QS: Fix tile padding on dual tile first lines.\n", "proba": 2.371348131191553e-07}
{"commit": "69a0830921523c21b476d4fe628db213d0bb271f", "message": "add tests\n", "proba": 4.0275867263517284e-07}
{"commit": "9d68be7a9726c7697e9e32ad69ea85422380aa86", "message": "compile based on source roots\n\n\ngit-svn-id: 1b1bd56198eea75e2feaddfcf5144d1f89605d86@163423 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.7417072513126186e-06}
{"commit": "255469e2bfeaa27bde0194874506e99bb0c9b611", "message": "fixed checkstyle errors.", "proba": 1.324269618407925e-07}
{"commit": "6aa432db8c4feed9f013d6a71a9aa7354efeb5f7", "message": "Updated path name used in testing\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@399257 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.0033375019702362e-06}
{"commit": "5bb8731fddf780444b4f3f505061b8dce25aa5f0", "message": "Accepted LC #101 - round#7", "proba": 1.9874330803304474e-07}
{"commit": "d593cdd9f6955368025ef6352603be2a571d54ce", "message": "Added vid.me ripper\n\nRips a video from vidme.\nDoes not support ripping all videos of a user\n", "proba": 1.239859841462021e-07}
{"commit": "0350102b4a60122d418cb33db6741706283090b7", "message": "chapter7 code done.\n", "proba": 1.1450175918525929e-07}
{"commit": "e41fd63992cdbf171fd2fef6afafee5dd12afe21", "message": "\u5b8c\u5584\u6ce8\u91ca\uff0c\u91cd\u65b0\u7ec4\u7ec7\u7c7b\u7ed3\u6784\n", "proba": 1.8351606456690206e-07}
{"commit": "7336d6f6efaf3754e3c6b50992375fcffe888d46", "message": "modified autocomplete to search on role assignnee's \"title\"", "proba": 1.1296850033204464e-07}
{"commit": "69108fa4b0fd94334bd310489534a0c8f98c7c17", "message": "Added DirectoryNotFound Exception\n", "proba": 2.5208998977177544e-07}
{"commit": "6e87a43fd123fd5fe8978afb8252067d61b72cb9", "message": "commit to avoid losing it ", "proba": 2.848150870704558e-07}
{"commit": "46d0fdff0cdde4e263dc40a8ccf14d1138322935", "message": "enh: classplucker\n", "proba": 1.028046062856447e-05}
{"commit": "d6cf37450ac5876ce22359c2a08a9ca96540ca55", "message": "[AJ-108] Added QueueLogAction\n", "proba": 1.2715182151623594e-07}
{"commit": "c9410e91ff35ba90d6467fd6b906f7104b7c9ec9", "message": "https://oj.leetcode.com/problems/min-stack/\n", "proba": 3.7651741990885057e-07}
{"commit": "24ff39c1dbed2e248771a8694d0aff27cd529f6d", "message": "Removed unused HashMap import.\n", "proba": 1.1780409181483265e-07}
{"commit": "5ecffadc284877b362c35999b04aa92d5baf5414", "message": "Added System.exit(1) to make sure it terminates\n\nSigned-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>\n", "proba": 1.2030160689846525e-07}
{"commit": "34cf8f85447b161d737a912288d06a597f2e0128", "message": "Alterando classe ProjetoControl", "proba": 3.738232692285237e-07}
{"commit": "e3ffaa5a6320df5277da83bdda539a1fd8f88d64", "message": "The unit test that uses the new refactored WSSecSignature class and performs some basic tests.\n\ngit-svn-id: 10bc45916fe30ae642aa5037c9a4b05727bba413@371311 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.5928729883162305e-05}
{"commit": "eb9281ea8d9438347be0ce47e4cf404c79c9c3ea", "message": "First commit of the source code.\n", "proba": 1.1466698168760558e-07}
{"commit": "af1ff2415749c1d235d13d936b6596c9685cd63f", "message": "fix poj time parsing bug.\n", "proba": 1.2503316781931062e-07}
{"commit": "bccdaad2b747a6d21dff2b481b7c1d32e91caeda", "message": "Tidy up @Retryable\n\n* Add some docs to backoff()\n* Remove unnecessary @Import\n", "proba": 1.7845233912794356e-07}
{"commit": "9260472e2fb37f4ac2c97eb0490797d3f1e7f168", "message": "VTK-1372 fix faulty method\n", "proba": 2.0591905069977656e-07}
{"commit": "ba443f3720f16019b21cef728272c2501400a95e", "message": "Add ScratchUserClassObject base class\n", "proba": 3.4566670592539595e-07}
{"commit": "a5779f59a1b65fa3089d1cd964b2fa7428fbfb41", "message": "Made the worklist source a bit more aggressive in filling the worklist", "proba": 2.385627055900841e-07}
{"commit": "570b210a67466e63d0b5945811dc10b50bf689be", "message": "VTK-4289 Send 404 for unpublished resources.\n", "proba": 9.980336557191549e-08}
{"commit": "e8826abe52a0935286c2fcdc2fca3c14d4ead738", "message": "added support for custom intervals", "proba": 1.446496753487736e-07}
{"commit": "70783ec0cd9ae5c004f92d6a3012173b84082f4b", "message": "fixes issue 3006\n", "proba": 2.9788733968416636e-07}
{"commit": "51aca2d27bfb2c5b7ac903cdf7bbc05a266d97f2", "message": "implemented logger\n", "proba": 2.046208919637138e-06}
{"commit": "c4dea2bbcd19f2a0698ef5992d036e60d08ed32c", "message": "commit analyzer", "proba": 6.898634978824703e-07}
{"commit": "3dad6c661f76b69475bb38b950d74f5de3bb8a8f", "message": "am 45a0bb18: Merge \"add ticker to enqueue message for easier debugging\" into mnc-dev\n\n* commit '45a0bb18fec5b137a540e160cecd4ffd091098d9':\n  add ticker to enqueue message for easier debugging\n", "proba": 1.4707549098602613e-06}
{"commit": "e4c85fb96c2ec061b73bf647a5a1c775b2f8afa8", "message": "Fix missing header text in notification groups\n\nFixes a case where notification header text could go missing\nif a notification view was recycled and previously had a header text.\n\nReapplying only hid the text without clearing it, so the extraction\nlogic thought it was still there and hid the text for the children\neven though it was not showing for the parent.\n\nChange-Id: I3f96e1e7bebb2f815020d278ad13b2b5d948e63c\nFixes: 29915184\n", "proba": 0.0004406663356348872}
{"commit": "3f8140543eb84731ae91cfe4783dcfd619903e21", "message": "am 88fb463e: am 0bb83b07: Merge \"Fix MediaStyle docs mentioning 2 max actions in compact view\" into lmp-mr1-dev\nautomerge: 2bd62b5\n\n* commit '2bd62b53b68834cabb48be608ee350012b1e8043':\n  Fix MediaStyle docs mentioning 2 max actions in compact view\n", "proba": 9.046609079632617e-07}
{"commit": "eae9d6dae32ac01ac2ba0959eef0858a8c919c19", "message": "am 3dad6c66: am 45a0bb18: Merge \"add ticker to enqueue message for easier debugging\" into mnc-dev\n\n* commit '3dad6c661f76b69475bb38b950d74f5de3bb8a8f':\n  add ticker to enqueue message for easier debugging\n", "proba": 1.4808758805884281e-06}
{"commit": "8473f5a768a1eafda92c81d208c00db334dfa9d4", "message": "ImageView updates cached drawable dimensions when drawable updates\n\nChanges to drawable dimensions were not propagated to cached dimension\nvalues in ImageView. Now this is done when the drawable is invalidated.\n\nIssue #18798152  ImageView caches wrong value of mDrawableWidth and mDrawableHeight\n\nChange-Id: I8da7d82b0543fa02d8ef3d896595bd0e5ea2a61e\n", "proba": 8.989443358586868e-07}
{"commit": "7df0ca483d9f7590c2f4af7ad0474e67ee63f406", "message": "a search expression that supports specification of fields, regular expressions,\nand logical operators\n\n", "proba": 3.5758785088546574e-07}
{"commit": "ee3d16a32c9e532b3b821c37aec41a3bbb9058a1", "message": "IZPACK-110 User condition added to set of conditions\n\ngit-svn-id: 408af81b9e4f0a5eaad229a6d9eed76d614c4af6@2314 7d736ef5-cfd4-0310-9c9a-b52d5c14b761\n", "proba": 2.9741272555838805e-07}
{"commit": "13e9911c6d1a0dd0da0272f14f33716bf7abe962", "message": "app upload main class\n", "proba": 3.414213551877765e-07}
{"commit": "7ecdc7fd9b2800d094170df0cf68fc646e92eb42", "message": "Set the correct flags for brightness dialog to show on all users\n\nEarlier fix was writing to the wrong flags.\n\nBug: 7393822\nChange-Id: Ifd51fb30de00be6de381980a05f2769c4283b515\n", "proba": 8.935996902437182e-07}
{"commit": "0aff56fd9ea507543bef0cbf34da126721d17e22", "message": "PAXLOGGING-80: Add an OSGi enhanced throwable rendered to indicate bundle information in the stack trace\n", "proba": 1.2633762480618316e-07}
{"commit": "16657af75080b0874fbff8ae6d82d3bb54c6fd59", "message": "Fix import from removed namespace\n", "proba": 4.796241910298704e-07}
{"commit": "825e1db166cd536b83bb0e875d383e4d10c456c2", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "967d980916681762f20c52a5060440fa10c0bee5", "message": "Improves the javadoc in the Animation class\n", "proba": 1.612685082363896e-06}
{"commit": "bd9ce9b96c93b730341d178064d48d9a52cbe1e1", "message": "Correcting JavaDoc\n", "proba": 1.785695872058568e-06}
{"commit": "f30d0d03b4f2998e7b5dceb79d4e41d404269c2f", "message": "Debug code", "proba": 1.4467577784671448e-06}
{"commit": "ad9373a1fec3256a8cceee2bdb883ab9aa026924", "message": "Static class to access a global ControllerService.\n\n\ngit-svn-id: fdf63cc6b6871a635be2b727c8623e4c3a9a9ed7@7836 6e01202a-0783-4428-890a-84243c50cc2b\n", "proba": 1.2346342373348307e-05}
{"commit": "ff8b037c10a7ce90cbb6130b49c8cb076e1e7c0f", "message": "am 777b8a80: am 422b2656: resolved conflicts for merge of c45ff35f to klp-modular-dev\n\n* commit '777b8a808ee76401429f7210ebb7194632040d45':\n  Adapt to underlying changes in the PBKDF2 implementation\n\nChange-Id: Ia68694a03e52693fceaedc6740dbd8e690e21257\n", "proba": 3.81420278472433e-07}
{"commit": "c24f9f8b4633f9a8a7cc91d7b389f8c827b5728e", "message": "fixed linux shell", "proba": 1.5292773696273798e-06}
{"commit": "9a78a63da651593847082db8f834bf6591f75431", "message": "Minor typo correction in JavaDocs.\n", "proba": 1.1959238577219367e-07}
{"commit": "64a7e6fe5204ef5a5c0792b6fca9550c4d18c22b", "message": "scales an image\n", "proba": 0.00023356726160272956}
{"commit": "95091b195eafe93e28ca0d45379b636eb8719b0f", "message": "Add missing class K041\n", "proba": 0.00016038880858104676}
{"commit": "2543b2b6257fc7246dcd964802aa5884dfe54f1a", "message": "Working on issue #5 integrating the dense based SIFT feature implementation regarding both flatten and colored versions.", "proba": 9.629167863067778e-08}
{"commit": "7a97c4107e39c73ab9e62ce18bff9c94ea156466", "message": "Handlebar rebbot\n", "proba": 1.8083714167005382e-05}
{"commit": "65b6bd9d7ec79a8e087ee18ad662a18f22aac1e8", "message": "Fixed \"/\" parsing\n", "proba": 1.6233805581578054e-05}
{"commit": "ac4e565ba364f77d50401b32fd7b8aef307dd4e2", "message": "Tabular text formating", "proba": 9.105683602683712e-07}
{"commit": "b6e7eb0fb6c0403b33939cc3a797dd94c005282d", "message": "Created DamageTrigger.", "proba": 1.300641514490053e-07}
{"commit": "3121eacd57d630cb5d25eb2a4219cfca86684b27", "message": "Added an easy way to wrap a collection, converting it from one type to another.\n\n", "proba": 1.0175939024748004e-07}
{"commit": "68cd056397d2066d6c20fa25cd49b9ef60c3ae09", "message": "add createTs,updateTs , createdBy and updatedBy", "proba": 3.47730235716881e-07}
{"commit": "43d004479d578b3e474163857ecffd74f32cb148", "message": "small change with huge performance improvement! yeahhhhh\n", "proba": 7.702864240854979e-05}
{"commit": "698aa0cc293a8e83af1d42167a88c712fa2d2179", "message": "Added Java file upload script.\n", "proba": 1.3520688924018032e-07}
{"commit": "6e94387df8e6148ddb369ca858842ff9908b1824", "message": " better error reporting when no bindign is available\n", "proba": 2.0534916700398753e-07}
{"commit": "f4052d649e13f68a6737e5aa826b30c6f1e85f4e", "message": "Update Hello", "proba": 8.773729859967716e-06}
{"commit": "a7e6555e2670f6a68780ba6a6d1c6c59f14796e8", "message": "Add merge test\n", "proba": 9.029456577991368e-07}
{"commit": "7f02a9bb459429c17c715ba208aaf33493644d98", "message": "yes, we need\n", "proba": 0.007932709529995918}
{"commit": "ad87fb1e2e93b12b0dc50f2bb70bb923c3528f54", "message": "getAccessToken\u589e\u52a0\u5224\u7a7a\u5224\u65ad", "proba": 4.7200643393807695e-07}
{"commit": "edc61d471ce6dc4600f3a90a6e21830b40867fbb", "message": "Moved DBConnectionPoolManager from overlord metrics collection to common\n", "proba": 1.8352865538417973e-07}
{"commit": "02580a10ba58df9e02e7c30ef1fb6389ea6af612", "message": "Add sha1 hash to passwords\n", "proba": 0.002242513932287693}
{"commit": "b35b43c3e8d0d38196dee583608f20f6f8615571", "message": "ItemVerticle added.\n", "proba": 1.216743044096802e-07}
{"commit": "0166425a92ea2581c31769563af53dcf46dedfe5", "message": "Use same synthetic source section for arguments and primitive\n\nSigned-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>\n", "proba": 1.1475405869987299e-07}
{"commit": "8f9d049d44b96d12f7068812755491b15c68665b", "message": "Move updater url to AWS S3\n", "proba": 5.43240787465038e-07}
{"commit": "01448cc9a021a120b10a3436021a00a6ac95f285", "message": "Added ripper for hdporner\n", "proba": 1.3087353067930962e-07}
{"commit": "fd298b50da3cb536dde698dc876446484bab2e7c", "message": "Add Assitant for health-check\n", "proba": 1.9456091138181364e-07}
{"commit": "c5e89786cb46650ef3ec5a34d1470bb44baad89e", "message": "add memory free calls", "proba": 5.142320560480584e-07}
{"commit": "e3a3760f18a558cb34884bab8e3fc5927d094f20", "message": "Added crt support for Hammers(untested so far)\n", "proba": 1.0561985419599296e-07}
{"commit": "3a2cfaa65984797953b69de373d59a114ce9c87a", "message": "Closed scanner(s) properly\n", "proba": 2.3202541399314214e-07}
{"commit": "76c00b3126ff08d24d8d65868b5a4e96204354d2", "message": "KRACOEUS-3422: Removing old code just located that was related to opening documents for Medusa that was only located in Awards.\n", "proba": 9.513227894331067e-08}
{"commit": "8c412df639965bfab557f8ed492607ebfab42c9f", "message": "Create ObjectTranslator.java\n\nInitial commit of ObjectTranslator", "proba": 1.9306595788748382e-07}
{"commit": "f6f6e6b86dac5e4fbc551ed0f90ad017bafad9b2", "message": "Add NBTHelper for common serialisations\n", "proba": 1.3329272974260675e-07}
{"commit": "85f7c922ea32eeb767ff2265f19bec1731e892fe", "message": "webapp: EventUtil: new helper class\n\ndefines all the standard event request attributes.\n\nRefs https://gitlab.ilscipio.com/scipio-dev/dev/scipioce-dev/issues/593", "proba": 4.869783651884063e-07}
{"commit": "adfab247b0ec340fc47d700fad186ca25006c5ff", "message": "\n\nSVN-Revision: 1435\n", "proba": 1.4253807023578702e-07}
{"commit": "031dec4acd384ae6c5ab183139c7f91289a05f62", "message": "am bfa6ddd0: Merge \"Support deprecated language codes.\"\n\n* commit 'bfa6ddd02d699f43915cba8027ab324d234b4836':\n  Support deprecated language codes.\n", "proba": 1.4783569213250303e-07}
{"commit": "c3fbf13d525a0bcf1202618b197f4160750b54f1", "message": "am e2fc3adb: am 61ce6c9b: am 776cf41d: Fix a broken link in javadoc\n\n* commit 'e2fc3adbb4040400496aebdab80c4cac1083da27':\n  Fix a broken link in javadoc\n", "proba": 1.1305660336802248e-06}
{"commit": "1a28bf40daef5e47c2bfd987cfac6ffb8e447672", "message": "moved from test/edu/columbia/gemma/loader/gene\n", "proba": 2.1164953523111762e-07}
{"commit": "284255be74783c7ea0878f93bf46df45b3d00e07", "message": "Fix the frame is displayable exception\n\nFix java.awt.IllegalComponentStateException: The frame is displayable\nthat is caused by window being packed before showWithChrome method is\ncalled.\n\nSigned-off-by: Tomas Slusny <71c4488fd0941e24cd13e3ad13ef1eb0a5fe5168@gmail.com>\n", "proba": 5.6368708101217635e-06}
{"commit": "2534c3b91c393696aebb9b3eb73d23374bba01f6", "message": "Set size properly\n", "proba": 4.849318315791606e-07}
{"commit": "8a31ab51addec705da38e3cfec84a4dad30e890f", "message": "Add a LazyIterable to the runtime in support of #1524\n", "proba": 4.365903976122354e-07}
{"commit": "5d8f249104a1798b6c55ae1de4e5ea36a4babd53", "message": "am 2a005f6f: Merge \"Prevent leaking surfaces from exiting windows\"\n\n* commit '2a005f6fe91eac2ac2646be17815756637ed610f':\n  Prevent leaking surfaces from exiting windows\n", "proba": 5.433609544525098e-07}
{"commit": "f0d5069ea83d7368cde7571ec1c326ba46d7b29f", "message": "am cf83fd26: Merge \"Make WindowManagerService.SettingsObserver multiuser-aware.\" into mnc-dev\n\n* commit 'cf83fd263545de3e21035855bf9ec00e0c9b9147':\n  Make WindowManagerService.SettingsObserver multiuser-aware.\n", "proba": 1.3436749668471748e-07}
{"commit": "f5e5a812cb8ace5646cf54cb3cdd7e9fd8f6916c", "message": "Added Dieter's gist\n", "proba": 1.2760858680849196e-07}
{"commit": "39ef0003365d7b23ba0ff8be1ff020e123204de2", "message": "Increase mutation coverage in ApiProvider\n", "proba": 2.0952235502136318e-07}
{"commit": "15c9e822d754851bfbd8f65cc84717044be67e58", "message": "Calling getContentType immediately shakes out serialization errors....\n\nFix for 10585 - No serializer error is generated\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@248233 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.797989845428674e-07}
{"commit": "f213143b9b47377abef0f75b35199bdc92f88f1c", "message": "Calling getContentType immediately shakes out serialization errors....\n\nFix for 10585 - No serializer error is generated\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@255304 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.612200079165632e-07}
{"commit": "7934a84ee85ccbe2c1c6a840730473e0334d67a6", "message": "Return 404's when the URL points to a non-existent service.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@254603 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999994039535522}
{"commit": "96c47a3ef6eee059e991840e638a8a92cdc0d963", "message": "JUnit for Section Validation\n", "proba": 1.88539999612658e-07}
{"commit": "3362cd9cd31956af36a70695b689c06a5c3d7bd0", "message": "Fix Help URL\n\nSVN-Revision: 988\n", "proba": 1.3044301283571258e-07}
{"commit": "dd0050086d5b325422e03642f88a93df083f4aa3", "message": "Updated PushBallToPass", "proba": 2.0578359283263126e-07}
{"commit": "d6ddfe888ae342928a5ef0d95affbc38e38b2864", "message": "Ooops. Missing file of lose.\n\n\n\n", "proba": 1.393326130028072e-07}
{"commit": "7c83ea12805f21070d5230a2267400e4c2849c10", "message": "Added failed case for LC#202.", "proba": 1.1123681531444163e-07}
{"commit": "3a908703bb8d0ae37871ef95498f982cc3f367e0", "message": "unit test for selection sort\n", "proba": 2.2758754880669585e-07}
{"commit": "1403ff1b00d1524de1112825a01dd4a23f6a7b6d", "message": "Add a way to run a test only with a certain Java version\n\nCloses gh-9530\n", "proba": 5.444860562420217e-07}
{"commit": "8e5d86e679ce7e4ccdfb885d16286c3e521d81c9", "message": "import cleanup", "proba": 4.13169885860043e-07}
{"commit": "2e98f4445bf0e658ab364484bde45c9d4ef0e333", "message": "#37 added unit test for RqAuth\n", "proba": 1.1899147267513399e-07}
{"commit": "fcc913266ada8d781dcf787a757a4578a20d6d80", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "c40b4af68edfadf17889c9cf3b80a507cf4200aa", "message": "doValidate logic was broken with the patch I applied earlier. Ben supplied the corrected logic. Thanks Ben!\n\ngit-svn-id: cf2b8e13e5fd585456580429c3991d4364a2cb88@541 d471f07e-d8fc-0310-a67b-dd4c8ff0e7cd\n", "proba": 2.32382490139571e-06}
{"commit": "c93de958f8a9f1cb3d5a943efebcfe964299bccb", "message": "Create DelayTaskManager.java", "proba": 9.947646049113246e-07}
{"commit": "45b85a65f929d37cb889498340e237e838228a24", "message": "Make dump recursive\n", "proba": 2.3907497961772606e-05}
{"commit": "3b16c9a5b4b1e12332ce8b3e9ccec60d6a5fc7bb", "message": "am f838b7c2: Merge \"Support selectNetworkManually in LTEPhone.\" into ics-mr0\n\n* commit 'f838b7c2b8c4f0f1c48f315f49fea340b2b10d83':\n  Support selectNetworkManually in LTEPhone.\n", "proba": 8.56047051911446e-07}
{"commit": "68c0146776030011c4b07a6665214377beb52d2d", "message": "Missing test file (Vincent's bad) from Henri's contrib\n\n\ngit-svn-id: e944db0f7b5c8f0ae3e1ad43ca99b026751ef0c2@201040 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.441427894467779e-07}
{"commit": "b01c6f76252469ee6c8bb0db46d1cce49b4b3f74", "message": "ANDRORM TEST: \n - added tests for field resolution", "proba": 1.1175379199812596e-07}
{"commit": "bdb1c67c425350291e4090d7bf16c454b69b97ce", "message": "Remove XXXs\n", "proba": 3.232224116800353e-05}
{"commit": "bf0eebbb391fcbc4c4b3838567238e45b2771c34", "message": "Modifying MultiScaleSR to take multiple experiment targets.", "proba": 1.0569764441470397e-07}
{"commit": "8a9a9dee7a88e5651a92f0d4c0841d25a1bb2596", "message": "Removed buggy line which could lead to incorrect 'toggle' label text in TaskInfo\n", "proba": 5.476463229570072e-06}
{"commit": "0d5f4916a7c323f2ef748e585f7fca8800cd02fe", "message": "clean up unused imports", "proba": 5.22757602539059e-07}
{"commit": "abb9314570a8aa46af4d2bbc4555e5954da5f3b8", "message": "Closing context\n", "proba": 1.3774490071227774e-05}
{"commit": "99df207437093e1a5107f0fcead65beeca961d00", "message": "New class DoubleDistance\n", "proba": 2.2812037059338763e-07}
{"commit": "92e667ce7200d76e5ddf2bfa602135794acfbc74", "message": "equiliibrium point completed", "proba": 6.92921560130344e-07}
{"commit": "d3d48e44907e47529d9d57d032100da0e995eb7b", "message": "prime pairs completed", "proba": 0.000134420144604519}
{"commit": "8dbf6bb7cd5d3c4065f2884aea550ab6e47a9a0a", "message": " Merge branch 'notifications_related_fix_oncomplete_called' into 'master'\n\nNotifications Related Fix Oncomplete Called\n", "proba": 5.646386398439063e-07}
{"commit": "a532f02c0b2a68b33a6c7cd58a8542fe96d9ba7b", "message": "SI details projection with all properties from enitiy definition\n", "proba": 1.1309753489285868e-07}
{"commit": "f5702a26c7d486e41e7786a591db95ea02e7d202", "message": "KeyStrokeHandlerUpdateEvent: convert to @RequiredArgsConstructor\n", "proba": 0.002085902728140354}
{"commit": "ba93e9c9d09a682135d47b6729c2d45db5c19db7", "message": "return the correct mime type for SVG (although WebView support is limited for SVG)\n", "proba": 6.030476242813165e-07}
{"commit": "e162adcb3dfc86a0d1851d7d237b89f809f69ec1", "message": "Isomorphic Strings ", "proba": 0.8040851354598999}
{"commit": "f0672f644e89088f3c126f866235c99ba1f7234f", "message": "add SizeLessOrEqual unit tests\n\n(cherry picked from commit 4712f8e)\n", "proba": 1.0241987524750584e-07}
{"commit": "d161a5c9cbbb51382fd588e6fe4ea92310b5b681", "message": "Remove duplicate tests.\nAdd comment to explain where credential decoding is tested.\nPatch provided by Brian Burch.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1508127 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.4930757781003194e-07}
{"commit": "b2272f9b63e0610c068e05250376aea975601a2b", "message": "fix npe in PrintVisitor", "proba": 2.0011850665468955e-06}
{"commit": "6473feb1c3962571ac63ef443afdafd04c0ef8a9", "message": "Added SimpleServer by default\n\nAdded simple server to be default state for server.\n", "proba": 1.098825848089291e-07}
{"commit": "89551f24799791c2d88e841e5e6a5cc8898932f0", "message": "add DBItem\n", "proba": 4.526670238647057e-07}
{"commit": "67d54bc5f5bc375c854ba77a29fc0674daa24e85", "message": "\u7f13\u5b58\u5de5\u5177\u7c7b\n", "proba": 4.4121134123997763e-07}
{"commit": "eb6ae3fe870bf279f7ed420ad9441e50928a4e1d", "message": "Add type parameters to polymorphic methods.\n", "proba": 1.3065864834516105e-07}
{"commit": "43513f22f3e521fc7b91eb48f09e798a47fc0819", "message": "WAILScrobble: add track length variable\n", "proba": 2.2341739622788737e-06}
{"commit": "c06bfd595931eebaa822c810098e2aee84dab72d", "message": "AnotherComparable updated\n", "proba": 1.409094352311513e-07}
{"commit": "6a7bfa71dbd7f8e1cae4da2f9f4d287667559888", "message": "no commit message\n", "proba": 5.018686806579353e-06}
{"commit": "37496ffd6daf21322f7a33e229e056b365301ef2", "message": "Solve intMax\n", "proba": 0.9999994039535522}
{"commit": "a1ccdeaee1749d3bb40cf1a77015c60bea5611c4", "message": "Added lastBallTouched and modified GameStatus.\n", "proba": 1.0222120749858732e-07}
{"commit": "471757b819adf38e6f54ac8a0dfbf38f22d61d95", "message": "fixed 03.02.01\n", "proba": 3.5009571774935466e-07}
{"commit": "9a6480d2dbabda29ff3384c7382f695c0592bf3f", "message": "Implement the layout\n", "proba": 3.646013647085056e-05}
{"commit": "249c55663d442224c604924e7fc2b543e056ddae", "message": "some quick animation prep\n", "proba": 2.048269465149133e-07}
{"commit": "2e29c852913c9c86318cb0cf8c13e022474f2ab4", "message": "Add MoveTestItemRQ\n", "proba": 4.1968550590354425e-07}
{"commit": "a516c3a6298dcc879c15a4a922a9413f7b47294d", "message": "Create operating system factory.\n", "proba": 2.2944911393096845e-07}
{"commit": "42e40b36bf558349a194f4fa8753d1e0d4f65e02", "message": "Validate email input in the check if active on waitlist input field\n", "proba": 0.00021309895964805037}
{"commit": "d8c6c30260086aa3cb335c986adfa07628ee78ef", "message": "Last fixes\n", "proba": 2.1013988771301229e-07}
{"commit": "7a1b0eb9c67704642a1570df311b97bbc73f84e8", "message": "Creating a Simple Controller\n", "proba": 3.6643837120209355e-07}
{"commit": "24ab7560f8dd3e509f5e4a79bfb5fb0ac1638c98", "message": "\nCvR:\n+ When renaming a class, also register the new class with CVS...\n\n\ngit-svn-id: f22e84ca493ccad7df8d2727bca69d1c9fc2e5c5@1531 aaf88347-d911-0410-b711-e54d386773bb\n", "proba": 1.2473666402001982e-06}
{"commit": "95d9a5c885135bfeb01bef693e71fa470de95eaa", "message": "KCCOI-302 Fixed deepCopy issue involving CoiDisclosureNotepad objects\n", "proba": 1.1177873204815114e-07}
{"commit": "ea29ed589bd6dd6f52669057c25ad9baba7b69c2", "message": "Add ShadowSpannableStringInternal.java.\n", "proba": 1.3968025314170518e-07}
{"commit": "c14f26feb1727742f84e264bf0e24a535b75138a", "message": "VSCO Ripper Single Image\n\nCurrently can only support ripping a single Image. More study will be needed to rip member profiles and collections. (Maybe JSON?)", "proba": 9.707059689390007e-08}
{"commit": "8f88dd889c5dc9b6582d0b37c042bdd15cf20913", "message": "test resource service\n", "proba": 2.5107751753239427e-06}
{"commit": "dce640e6813c6ecae8fdefd98aa1ee1b26bf7f7f", "message": "touch MiitaException\n", "proba": 9.161631737697462e-07}
{"commit": "455e51711d89605ba581fbaecd55c71163b02ffb", "message": "Added OES_element_index_uint extension\n", "proba": 2.3263427806341497e-07}
{"commit": "931ad195a6a89e0ed58d69a0ef853b9117952c2b", "message": "Removed unused import.", "proba": 1.2888077094430628e-07}
{"commit": "548048957d877c26167ba26f7984966cc8a9411a", "message": "Implemented RestObject interface for usage with RestService\n", "proba": 1.8634914056292473e-07}
{"commit": "9edfc4f1bf6ef1155435eb3f9e465ad11b7c4636", "message": "\ud504\ub798\uadf8\uba3c\ud2b8 \ud398\uc774\uc800 \uc5b4\ub311\ud130 \uc0dd\uc131\n\n", "proba": 1.9476901513826306e-07}
{"commit": "519b2d8d832fbecae0ac8acc0dc8231eb15212f4", "message": "Here is my implementation of my UniqueID class\n", "proba": 1.796525594954801e-07}
{"commit": "a40d0cf5aac48565b997b682af2ed9a0e21f0b8b", "message": "add simple one\n", "proba": 0.0001016564856399782}
{"commit": "def5a90d8856806039e9fa3b75f9a78c7755988e", "message": "hackTooltipStartTiming class added\n", "proba": 2.0787321375337342e-07}
{"commit": "3d2bd91e7f1e0dc933022b7a540b5d58519e3334", "message": "Updated buoyancy w/comments and new constructor\n", "proba": 1.1695267687628075e-07}
{"commit": "af4f1b9ccec66e54d4fc8f2abc300826b6a1fcd5", "message": "Added rating sorting", "proba": 2.4287155042657105e-07}
{"commit": "5ae2bb0a0c7c1e6c736cc5d434b80021ef3ff1b6", "message": "builder improvements\n", "proba": 4.3614511469058925e-07}
{"commit": "445b2a3883cd0f4192f9a7d2a6da458aace49444", "message": "Updated for loop\n\nReverted a change to the for loop. No longer hardcoded length, now goes\ndynamically with memory size\n", "proba": 1.426988376351801e-07}
{"commit": "d919168b3a5e3196a2757dd5a988bb1ae6be278e", "message": "Create ExtListView.java", "proba": 5.144753458807827e-07}
{"commit": "e24a2e89e1eb01e7f9ef43546d3857309e881a68", "message": "add sam's tests\n", "proba": 0.9990058541297913}
{"commit": "f8e2022fcb85114e403df1cf4f416f4a89aad367", "message": "Throw a single exception that wraps the action's exception.  part of bug 37\n", "proba": 0.0002830207522492856}
{"commit": "f50ba42bee51e911e1788bc4bd85a98552c651a4", "message": "Update\n\nUpdate scan and way to commit result\n", "proba": 1.2821534767226694e-07}
{"commit": "ec2faed7b559a3c1ed5f7c7028926c4537b1fa0d", "message": "Add AugAssignmentTests\n", "proba": 1.550887986923044e-07}
{"commit": "73f932d7ec67d7fea53f301216af03aba7a3aadb", "message": "#5190: Remove ArraySequence from Symtab.\n", "proba": 1.1754194417790131e-07}
{"commit": "2125d6b00c1a4eee91cfe8f7f343001543c2164d", "message": "issue #210\n", "proba": 1.5435472278113593e-07}
{"commit": "4e65c1f07717787dcc41008b0c6583fbf656c444", "message": "MiscTest: clean previous results for language module compilation and updated to latest language module contents\n", "proba": 1.0918771664591986e-07}
{"commit": "afce0f284a17ea819aad230c61efc09907256392", "message": "First implementation of the native Javascript interop code\n", "proba": 1.5566671152100753e-07}
{"commit": "cc9bb3675dedc588582f2b91678e1cf0af9d822d", "message": "RecyclerView: an Adapter not always has a RowPresenter\n", "proba": 1.799754585363189e-07}
{"commit": "f135a3d5ccb00d87a512ebdde7c29104da7ff385", "message": "first commit\n", "proba": 2.536962142585253e-07}
{"commit": "e0a2e5dd87a68084317282c2b2b14e8e5d636273", "message": "Create an OperatorCache, which creates and caches the InsertOperator trees as needed. ", "proba": 1.0820316020954124e-07}
{"commit": "3b24829edd1b7e6729c64d0f9c2972695cf6c083", "message": "[Bug] Issue while appending data to HDFS file\n\n1. Issue in incremental load: If file already existed then while creating the HDFS stream exception was being thrown as append option was being treated as overwrite option.", "proba": 1.1954767842325964e-07}
{"commit": "96ab30f81da486bd9a985c462522fbfcc39b86fc", "message": "Map bad schema ids (revert this at some point)\n", "proba": 6.1066089074302e-07}
{"commit": "146a253f5f23ea0c3b8f743d44c9abb3067e1bc0", "message": "Call correct methdo after member sign\n", "proba": 1.6899298316275235e-07}
{"commit": "1623e717371ff083ea8a34e31329b1898062b9ef", "message": "[1275][cygnus-ngsi][NGSICartoDBSink.java]\u00a0Improve\n", "proba": 2.492015198640729e-07}
{"commit": "eb6a76e4ed2623ac977ba2f2597181bebd018ff1", "message": "Refine the PotentialSpawns event to make an exception for Extra Utilities cursed earth\n\nI must have been tired yesterday, and overlooked/missed something with this\nsolution. What I originally came up with was unsatisfactory, hense the change\nback to what I had, with a slight refinement. Much less code, and more\nflexible.\n", "proba": 1.0913899473052879e-07}
{"commit": "fd76f788cb98a0e3474a767b0572de99b9b3e50b", "message": "Implemented flags for scene artifact entity.\n", "proba": 1.138194534178183e-07}
{"commit": "d6a84811f24b005813061590d280d90b5bb44f29", "message": "UsingExplicitReadWriteLocks\n", "proba": 2.451957925586612e-07}
{"commit": "07302b41dbe3791c952a5371eb404dd2e2df41dd", "message": "email curators for rejection\n", "proba": 3.5705352274817415e-07}
{"commit": "7befb5b5cc118eb57e2b689175bcdaa3efe86de9", "message": "kcirb-913 : try to fix index out of bound exception after talking to Geo.\n", "proba": 1.0236597347557108e-07}
{"commit": "dc027ff34670e4e330bcdc04bfda93818b36399a", "message": "examples: add an example showing how to get the error details from a call\n\nFixes #1295\n", "proba": 1.3429550449473027e-07}
{"commit": "ef2d63ab2e3b3e83818dd384c479d28dce93f7f3", "message": "Implement the new ServerEventsManager\n\n", "proba": 9.345928333459597e-07}
{"commit": "c0036da04379022ce681356328c54f6bffb497f3", "message": "Add WonderTest\n", "proba": 2.884412992898433e-07}
{"commit": "259d1da6a6739957e7abcb026eacd5ca80d5892c", "message": "Create TestSuiteThatSleeps.java", "proba": 5.834918965774705e-07}
{"commit": "c9ef048eed06aaf536ddf1f2952c3fc7c9d54065", "message": "[hackerrank] - sorting - lilys-homework 12/40\n", "proba": 3.7083459574205335e-06}
{"commit": "0160b446ca4a40771b1d462b263a7ed521729d0c", "message": "Create MatrixTranspose.java", "proba": 2.6780771804624237e-05}
{"commit": "b24b226e65cdcdc050fecab61ec14b9d22e83dd7", "message": "add CMessaging codec\n", "proba": 3.316373522466165e-06}
{"commit": "37310e33ef3936efef91845bd91da2f9c91a84cc", "message": "Fix typo\n", "proba": 0.9999992847442627}
{"commit": "6210714193cb1ed43f372e9db2bddcaa3f740789", "message": "Util for functions working on vectors and points", "proba": 1.231036321769352e-07}
{"commit": "351878223ddbb31722ee00882a214bf252378c65", "message": "LUCENE-7212: Add geo3d doc values field\n", "proba": 1.336377977168013e-07}
{"commit": "2b3e19ca35daa39b8d8d188021ace513c2d9f183", "message": "there are instances where when we format the date it gives the wrong date, this commit is to fix the issue \n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@674447 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.005177265964448452}
{"commit": "548721090e313c4d67af9453cf8a34e89dd31259", "message": "java: add a stress test for short-lived clients\n\nThis simulates an Impala frontend-like workload and was able to\nreproduce an earlier bug in which NPEs and SSLExceptions would be\nlogged.\n\nChange-Id: Id7dd39882536e588ea63aefdabbbb0415a707846\nReviewed-on: http://gerrit.cloudera.org:8080/6615\nTested-by: Kudu Jenkins\nReviewed-by: Matthew Jacobs <df2fa7c39d141dc5dc5589fed74180e757ed6c9a@cloudera.com>\nReviewed-by: Jean-Daniel Cryans <4bf4c125525b8623ac45dfd7774cbf531df19085@apache.org>\n", "proba": 4.814830276700377e-07}
{"commit": "88bc1871f4c11682af249398713dbb7558759f22", "message": "am 00a34ab5: Merge \"Protect against null detail record.\" into mnc-dev\n\n* commit '00a34ab54c0e53461586c9596b4f43615319329f':\n  Protect against null detail record.\n", "proba": 1.3982592861339072e-07}
{"commit": "bcbe380fd8e257fe7368f75a64bbddc311c96e4b", "message": "[#116529451] Creates Service class to help run the service in background\n", "proba": 1.1689245837942508e-07}
{"commit": "e06392f71c85fb8123f8f5fdbf0dfcbf1f1d5277", "message": "feat(style): set up font manager\n\n", "proba": 3.647574885690119e-06}
{"commit": "a78092bd51f3494514321619a9c707d7a1bb4230", "message": "Avoid reparsing the show type on display blocks\n", "proba": 3.1693414257460972e-06}
{"commit": "a812c31562ba4ce3c0dd57780ed64cfd980980ec", "message": "Retirado o import desnecessario", "proba": 6.867048796266317e-07}
{"commit": "3e8e3cbde27f6f5c0ef73ff4c3fbb5f38a921cd3", "message": "Tweak MugiMugi provider\n", "proba": 4.2186769633190124e-07}
{"commit": "e7f786f2a4f4afb3dc0162ee8de0ef1156025815", "message": "Jukebot bugfixes\n", "proba": 3.6534268588184204e-07}
{"commit": "0591826cb947ee52983db744b24c3ff6faf7c55c", "message": "Preferences JFrame/GUI\n\nAllows user to set login credentials, whether program opens on startup, and whether they are considered available on startup and for how long. Updates variables in SysTray.java when submit button is pressed.", "proba": 1.0394231253485486e-07}
{"commit": "a7d37d64453b40233d4380328d48e4f18fafd01b", "message": "Create IntTreeNode.java", "proba": 1.8514259636503994e-06}
{"commit": "09d63e403d52582968aec19642b5be16d8e58557", "message": "DDB-458 - L\u00f6schen von Objekten\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@13463 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 3.1639314101994387e-07}
{"commit": "cdd1e8f63168b9aa60da6a00cc1d006e546b1265", "message": "SearchField Class was created\n", "proba": 1.711213855060123e-07}
{"commit": "c239189e11f3e8ef1771392a6932bf6f438a7874", "message": "Added solution to the permutation test problem using Java\n", "proba": 1.3818004163113073e-07}
{"commit": "180c5509d460dff04773d7bbbf5795c874c3e141", "message": "refactoring module and component APIs\n", "proba": 3.01257870205518e-07}
{"commit": "053b818b0d875638ab68f2651f2cf8486d2dec8f", "message": "day 3 part 1\n", "proba": 7.730068318778649e-05}
{"commit": "fbbdb7447e7ded8b514b63897ffd000678ef174c", "message": "scan() tests\n", "proba": 6.003689918543387e-07}
{"commit": "1f5bbc1e25268d2e17b8a9b3b1e19754ba1fd2ef", "message": "TestClassDefinition added ", "proba": 1.3464419623687718e-07}
{"commit": "28443226b67529ed1cef132db8634cd73a981c58", "message": "test case for: https://issues.apache.org/activemq/browse/AMQ-2383 - works on trunk\n\ngit-svn-id: d2a93f579bd4835921162e9a69396c846e49961c@813734 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.5902177703283087e-07}
{"commit": "deada14507bc90f91692eb10ac90ac027cc87826", "message": "Fix crash in ProfileStatsFragment\n\n- bail out of callbacks if Fragment is not added\n", "proba": 1.29479261090637e-07}
{"commit": "bfbc53acdfd524210ff226358ee09eb7c5f3da81", "message": "Add tests\n", "proba": 5.818237696075812e-07}
{"commit": "3348b56ab72d341da20530883ebaba19f609e82f", "message": "Successful creation of domr and uservm with all programming done correctly.....yahooo\n", "proba": 1.0958120100212909e-07}
{"commit": "70ae5d311dabdc45d2c125f3c7b3c55f7989cabe", "message": "if a fieldname is null throw a exception\n", "proba": 7.081843250489328e-06}
{"commit": "71f423a267d87a9024cf5593f84d70f46687a9f8", "message": "am c4dd43b4: Merge \"Fix crash in log message.\"\n\n* commit 'c4dd43b4013eb0a027545597e4e0ddb8d2ec6286':\n  Fix crash in log message.\n", "proba": 1.4364012201895093e-07}
{"commit": "ebfc3044b87b452c436e4718cf63eb84f8d7ca50", "message": "controllo javadoc #moduli", "proba": 4.2926703258672205e-07}
{"commit": "5effb077483ea89aef206bff9a31de28a46739bf", "message": "Create close tab menu item.\n", "proba": 1.6437087424492347e-07}
{"commit": "82f839df93b6a56c37eea0851b15142e1b2fb485", "message": "incomplete swagger client\n", "proba": 6.794881528549013e-07}
{"commit": "2826163407e8929ad80d13c781a3e8930a6ed226", "message": "New service to grab datas from Wikidata website", "proba": 1.2411730665462528e-07}
{"commit": "2ed2f64922cf26f7d69809f1491c0f6fc44faf7b", "message": "Create TapeEquilibrium.java", "proba": 6.990905490056321e-07}
{"commit": "626e6d134cadd35b58ac35063781fe9d605fe3a7", "message": "git \u6d4b\u8bd5\n", "proba": 2.3478149557831784e-07}
{"commit": "16e48f70f4b72ff7eec568d19d8a54bef8db0a7a", "message": "Remove deprecated method\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1667765 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0034551694989204407}
{"commit": "be65010cdb2b96f6464f123090b65be680c4d188", "message": "Review of r1597602:\n1) Be satisfied by the first result from ServiceLoader and break the loop.\n2) Throw LogConfigurationException, which is a subtype of RuntimeException.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1603311 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.424401479103835e-06}
{"commit": "97266b0ef5ebe2aef8a7eb302178722c1a6f3475", "message": "Added an http requesting class because I got side tracked and there could be some useful bits in there.\n", "proba": 1.0135145345202545e-07}
{"commit": "b3fbd509d1ee39b6f10525c4fb97fc5890db542b", "message": "Improve continuation in template strings\n", "proba": 8.723152404854773e-07}
{"commit": "59b450e2a6f222664b5a0e12bd2da08dc15d1636", "message": "avoid usually unused temporary String creation\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1480420 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.509518475970253e-06}
{"commit": "f7ac9071197596776705d75531e187ad98e19f6f", "message": "Got functional and unit test directories working with JUnit.\n", "proba": 1.090963266392464e-07}
{"commit": "6c257455c097ef2ceab255d9c19b3b410d5a10d8", "message": "ScriptEngine made static\n", "proba": 2.480042269326077e-07}
{"commit": "044f6654e2674e750e7bf7dc27633d32f5868d6f", "message": "Add the stocked out facility model\n", "proba": 1.4429998884679662e-07}
{"commit": "9f59b0b0dd4d818c125fd8a987bd76306d98689c", "message": "Robot now tracks ball\n\nReceives input from pandaboard and tracks accordingly\n", "proba": 1.1994188753305934e-07}
{"commit": "17de1ee7f9f9524bc5c6b645796060278b26c719", "message": "runelite-mixins: add mixin for processing game exceptions\n\n", "proba": 3.463184157226351e-07}
{"commit": "380f686fbf1c459f36a91bb713bfad6623bd810d", "message": "\u4fee\u590d\uff1aWaterfallPagerView\u9996\u6b21\u52a0\u8f7d\u5b8c\u6bd5\u540e\u9875\u9762\u4e0d\u5237\u65b0\uff1b", "proba": 1.0325034338620753e-07}
{"commit": "4eda2f8c327211625dc424edf95a4876e17e4903", "message": "Add Alt constructor for cracked Alts", "proba": 2.839475143900927e-07}
{"commit": "858817b0a45acf4f065ce58cc406738a16e94e73", "message": "New enumeration which is used by the Element class to classify elements.\n\ngit-svn-id: ed25c26de1c5325e8eb0deed0b990ab8af8a4def@8147 7c6358e6-4a41-0410-a743-a5b2a554c398\n", "proba": 0.000384203449357301}
{"commit": "125986d9c6182145e5803062a13e20c2b853eef9", "message": "fix issue Develop : Agent Commission Report", "proba": 1.6316842277319665e-07}
{"commit": "be9593212ab1c00428b4c9b96cb765a50df3b5d6", "message": "CSV exporting\n", "proba": 2.0211803075653734e-06}
{"commit": "95ae7be83c9442637fcd6fb47c071544cfdfe140", "message": "Initial commit of a test for the PmcIdsCsvFileParser class.\n", "proba": 1.0825311846929253e-07}
{"commit": "2c126bea4e1c7e111f632e8bfa8ee55d7fb17dc5", "message": "Do not call the method when `DuplicateDetectionException` is thrown\n", "proba": 4.833053139918775e-07}
{"commit": "a532c4ef5e9c73db845f5855b9040edbe65a0098", "message": "add application uncatchException Handler\n", "proba": 5.438399739432498e-07}
{"commit": "9cc430dfc615927f6f4d2efd4229ca1398afef74", "message": "Removed obsolete throws declaration in RCONSocket\n", "proba": 3.707673670305667e-07}
{"commit": "fad4f196a2e9bef7b6746d1f95818e0b496a056f", "message": "Javadoc\n", "proba": 8.104674407150014e-07}
{"commit": "d9d7f0743958047fe3c290abf8277e3648b561a4", "message": "Nicer Edit Rectangle", "proba": 3.1542512601845374e-07}
{"commit": "751e00d88eca5cd57f843d3dbb7130206c698a27", "message": "Latest update to the algorithm, older algorithm might be deprecated soon\n", "proba": 1.6337894237494766e-07}
{"commit": "6920bf7eab0020b0ad924a70f685ca04c91ffbba", "message": "Tiny Commit: Forgot to add a folder to the repository\n\n--HG--\nextra : convert_revision : svn%3Ad046594a-c978-11de-a70d-3b9dd4243769/trunk%40218\n", "proba": 6.965516945456329e-07}
{"commit": "7e4b1a488dd02c4bf6156379e36834e9e01c5b1b", "message": "Restore ResponseCodes for use with getLastError\n\nChange-Id: I41b5bc9cbb6c05672c92d5864e889fd2b0186141\n", "proba": 1.2539001090772217e-06}
{"commit": "ee630dfcd56ca3ea63f9fede5aff9852432fb94d", "message": "KRAFDBCK-9524: Transaction amount validations do not work for \"add\" transactions.\n", "proba": 1.1312439340827041e-07}
{"commit": "8dd0f3ec0ecf2970dca931c5a73555c778009ae1", "message": "Changed some mysql querrys", "proba": 3.10842779072118e-07}
{"commit": "4029feb2e72f1cbe8fe0cf727c5bde0f1a5ba4e3", "message": "fix: do not accept empty IDs as perfect match\n", "proba": 0.00012931710807606578}
{"commit": "d497ca97ceb00a7cc6d35ba8226e40a875a902f2", "message": "Add a new handler which is called SpdyHttpResponseStreamIdHandler and takes care of adding the right STREAM_ID if non is present. This makes it possible to reuse http only handlers with spdy. See #626\n", "proba": 1.776671325615098e-07}
{"commit": "378610a713e8da255d61f1083c6d8daf6e31ca4d", "message": "KRACOEUS-6546: Minor cleanup\n", "proba": 1.2328867171618185e-07}
{"commit": "58327bb71d567a7683e930285a92892771cd6608", "message": "a (abstract) handler for container components (composite, parallel)\n\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@806 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 1.4360371096699964e-06}
{"commit": "4f06c3cfa6effa145d4ca0df595e4750b67134f7", "message": "converted hard-coded check into an assertion\n", "proba": 0.000909950293134898}
{"commit": "6afb20b21858c0c64ca7b7303c82018f6df54f54", "message": "fix some assert error messages\n\ngit-svn-id: 29aad96320b2a07b98332cd568fc1316025c072f@3812 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d\n", "proba": 0.011585255153477192}
{"commit": "bc54fe76f2d4945ff911ed457ce3cd8c134a0dc2", "message": "also don't set the value of a button when it is an empty string\n\n\ngit-svn-id: ac804e38dcddf5e42ac850d29d9218b7df6087b7@457724 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.63330821832642e-05}
{"commit": "b1f9a98a04705ed7f35c8250155123d285bb584c", "message": "All views based on AbstractView now have fallback specification when none is explicitly specified. \n\ngit-svn-id: 3f09329b2f6451ddff3637e937fd5de689f72c1f@1010718 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.075726004273747e-06}
{"commit": "536c1b5489734260536e4566a74716766824fd69", "message": "JiayaoYu: Checking in the unit test for DOM navigation\n\nr5204\n", "proba": 1.7060159507309436e-07}
{"commit": "e541ea149dab550161204b6e38847c612d896b84", "message": "BUGFIX(unreported): If self-redirect filters cause all documents to be filtered from results, now throws ResourceNotInArchiveException.\n\ngit-svn-id: 25dac4f723c7e5b42083d4a98669c37f60455592@2584 69e27eb3-6e27-0410-b9c6-fffd7e226fab\n", "proba": 3.3057353903132025e-06}
{"commit": "f211709ccfab8c6fa98190d4d144e61036a6f44d", "message": "Unit tests for ZMTPFramingDecoder\n", "proba": 2.39081998643087e-07}
{"commit": "97b5301b093000e74f70f1db0453eec3610b4215", "message": "camera2: Avoid setting null metering regions in LEGACY.\n\nBug: 17587491\n\n- If a single region with zero weight is set, revert to default\n  metering region rather than attempting to set a null to\n  avoid setParameters failure.\n\nChange-Id: Iccd4d53d5a2134a9d744eafb731f464b653a154d\n", "proba": 1.2730546359307482e-06}
{"commit": "ab696281bdd117c6c67e8a70b493f7d93abf2545", "message": "converts binary to decimal\n", "proba": 0.9999994039535522}
{"commit": "4e9815c4d78b0b3008273b1acc52a8a44eb1cf79", "message": "added utility class for logging\n", "proba": 2.4541944299016905e-07}
{"commit": "06e36ec895460e6924e9ff4e40df3cac39e89f5d", "message": "Completed the group members gathering method in db\n", "proba": 1.135467300628079e-06}
{"commit": "861da871686d677f272c93baa00fb24d40ede6b5", "message": "\u041c\u0435\u0442\u043e\u0434 \u043f\u043e \u0440\u0430\u0431\u043e\u0442\u0435 \u0441 \u043f\u043e\u0432\u0442\u043e\u0440\u044f\u044e\u0449\u0438\u043c\u0438\u0441\u044f \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f\u043c\u0438 (type, click)\n", "proba": 1.2695662121586793e-07}
{"commit": "11a326468bb7f0938c503dc679d93b9972cb164d", "message": "Add a utility to run anything (used in debug logging initially) on a periodic basis.\n", "proba": 1.0969391439630272e-07}
{"commit": "082e2967a9dee263e7fad6d24e95e73d152574bf", "message": "Avoid NPE when errors were found during typechecking\n", "proba": 1.0018526381827542e-06}
{"commit": "27630ec94d381c5f336fb496b47fa4e582866bf5", "message": "am bd0db6b4: am 8fde12eb: am c248a6cf: am d9074d1e: am c3cc344d: Merge \"Release text when finishing StaticLayout.Builder\" into mnc-dev\n\n* commit 'bd0db6b451fd3182fbc73157af4021b84e8177e8':\n  Release text when finishing StaticLayout.Builder\n", "proba": 6.920452619851858e-07}
{"commit": "d6054d7148dd867018e3fabe08d4434bcadfdefe", "message": "am c1bd7da9: Merge \"Fix: Ellipsis is wrongly applied or not applied in TextView.\" into mnc-dev\n\n* commit 'c1bd7da9906bc95c791dec6d52508fc9ee916a99':\n  Fix: Ellipsis is wrongly applied or not applied in TextView.\n", "proba": 2.3576357932597602e-07}
{"commit": "c584f7f44e4629e97e662e66f2a135ddb426fc7a", "message": "am b38258f3: Merge \"Fix erroneous requestLayout-during-layout issues\" into jb-mr2-dev\n\n* commit 'b38258f357a7857ce5d53caad0af9c38053ab071':\n  Fix erroneous requestLayout-during-layout issues\n", "proba": 4.777411390932684e-07}
{"commit": "e819926a145808673d151395a07b3cd83e4360da", "message": "am 5bdf1143: am 602290a0: Merge \"Retain current visibility when copying layoutparam\" into jb-dev\n\n* commit '5bdf114327fa219ed5a5243883713c09c020aa3a':\n  Retain current visibility when copying layoutparam\n", "proba": 5.633026489704207e-07}
{"commit": "2c7d4fc199766bfaf928cb2409db37905d2ac310", "message": "am c7f4e446: am 899c474a: am 549975dc: Merge \"Don\\'t use libhwui to draw starting window\" into lmp-dev\n\n* commit 'c7f4e446bf7a6ee4c2dcc71756afab35a05892d3':\n  Don't use libhwui to draw starting window\n", "proba": 4.0188771777138754e-07}
{"commit": "dcf56b2dea002bff59af6abb4ce77a39dd06d753", "message": "am 6467f94b: Merge \"Make AbsSeekBar widget adjustable via accessibility actions.\" into jb-dev\n\n* commit '6467f94b371e1af1b5e0ab63eb3b39671e04ff8d':\n  Make AbsSeekBar widget adjustable via accessibility actions.\n", "proba": 1.6515589607024594e-07}
{"commit": "f532871ec4cecd63e760706fbb8871bc1c65583b", "message": "am 1bbaeaa4: am ace33655: Merge \"Improve GridLayout\\'s weight calculations\" into lmp-mr1-dev\n\n* commit '1bbaeaa4b5bab1a1eebb1e901292799c58fc5fe2':\n  Improve GridLayout's weight calculations\n", "proba": 6.569365496034152e-07}
{"commit": "c5f1296d3ff00ce381407e6dda4c7cc9af9fe725", "message": "am 464c4e98: am bfa3d50b: Merge \"Doc changes for GridLayout.\" into jb-dev\n\n* commit '464c4e987998c4335ad837bd165243e50c6ea5f0':\n  Doc changes for GridLayout.\n", "proba": 2.3800255632977496e-07}
{"commit": "82d9f348d6a55b2b818cccba4f6c461674945e1b", "message": "Addded convenience predicates for detecting types of Fedora resources\n", "proba": 1.6402448466124042e-07}
{"commit": "83a4512da92e9722474d885e063b615f9f3e424d", "message": "DBConnect minor updates\n", "proba": 2.1897361079936672e-07}
{"commit": "9949ab0eac34c030f543f92ba1956a17c604b804", "message": "Missing class from previous commit.\n\n\ngit-svn-id: bd781a9493159d57baabeab2b59de614917f0f5c@1624415 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00010749614011729136}
{"commit": "067dcf6cd06a030b4ca1cd4df114fd8e7edc8b4b", "message": "jira #DTRA-431: \n * added a protected method to get the populated template as a string.\n\ngit-svn-id: 85c88240758832ecdac9e9f2f6d4112daa3a57f7@27146 cadd33a7-e05c-44d0-9ff7-823b10d47c77\n", "proba": 8.050281508076296e-07}
{"commit": "57bcf9f7776c1e52c8b155ebb77651ac8b7afb79", "message": "a reusable service to wrap a callable ParametricStatement\n", "proba": 3.059331277199817e-07}
{"commit": "8ef13d8d322c1d66703a4d867bf799850be0b60f", "message": "removed Java 8 API call\n", "proba": 5.918626584389131e-07}
{"commit": "8563b0584a52ba3a8fbd8dc7b4c63283503ac2f6", "message": "Chapter 7. Lesson 3. Task 4 file search. Modify\n", "proba": 5.3986386774340644e-06}
{"commit": "17759fee3f1d3e5fc6afa6f758ec3e40a5745a88", "message": "Add SSSP algoritm class outline with User Defined classes\n", "proba": 1.280110524248812e-07}
{"commit": "ebf48997532360cafb6a0dcc8f9aaddc65d15c4d", "message": "Add a generic HMAC class, which sits atop an arbitrary MessageDigest.\n\n\ngit-svn-id: becfadaebdf67c7884f0d18099f2460615305e2e@1334 c76caeb1-94fd-44dd-870f-0c9d92034fc1\n", "proba": 0.0027306813281029463}
{"commit": "7d4995d250a771b9705286e28fa4be7afbd44722", "message": "DO NOT MERGE. Only 1 edge glow should be growing at a time.\n\nWhen a user action starts a new edge glow (on pull or absorb), cause\nthe edge glow on the opposite side to decay.\nFixes b/ star  3028395  Yellow color bar is displayed when user reaches the end of the message and keeps scrolling in Gmail.\n\nChange-Id: Id06e00d1843b0467f6f9149c22b233e639fc55ac\n", "proba": 8.122966619339422e-07}
{"commit": "3a6bfd4cbf35343f5a784d9f970962becdeb0633", "message": "am ed101933: Merge \"DO NOT MERGE -- copy on tapping outside of selected text in gmail\" into gingerbread\n\nMerge commit 'ed101933ab7506d841d6eaa7bebda4b674c38088' into gingerbread-plus-aosp\n\n* commit 'ed101933ab7506d841d6eaa7bebda4b674c38088':\n  DO NOT MERGE -- copy on tapping outside of selected text in gmail\n", "proba": 1.016462533698359e-06}
{"commit": "4debfcb3d49ada0386c4ae496e9e4cf573ef4a57", "message": "Don't draw the selection pointer on long press.\n\nbug:3169375\nChange-Id: I76cedf0951213c1ee869ccbaa97938f0c6385942\n", "proba": 2.2188221464602975e-06}
{"commit": "7882a7839ad6e01eaa990cb415877e6f8a1c059d", "message": "Propagating hover events to JavaScript in WebView\n\nPropagating hover events to JavaScript to enable\ntouch exploration of web content. All hover events\nare mapped to mouse move events and then WebKit\ngenerates the appropriate mousemove, mouseover and\nmouseout actions.\n\nChange-Id: Ib96cd22baf471df045629ca9e254e5a5f7023961\n", "proba": 2.7417786441219505e-06}
{"commit": "388d58c6d02224e76fab77db852258eccc2dab7a", "message": "ACCUMULO-1572 integration test\n", "proba": 1.7311010935827653e-07}
{"commit": "fb50dd580db46d0433ff66fecbbbbafdbb93b577", "message": "am 8ce8cb05: Merge \"Collapse contentInsets and View margins in Toolbars\" into lmp-preview-dev\n\n* commit '8ce8cb05143964700d85067fc88ae914f382f0c4':\n  Collapse contentInsets and View margins in Toolbars\n", "proba": 1.609604538543863e-07}
{"commit": "c038e09178abb6a8fb594c7d8e464d23cc4c4f6a", "message": "BUGFIX/HACKHACK: upped max year to 2008. This should be fixed before 2009...\n\ngit-svn-id: 25dac4f723c7e5b42083d4a98669c37f60455592@2120 69e27eb3-6e27-0410-b9c6-fffd7e226fab\n", "proba": 5.237715754446981e-07}
{"commit": "3b085bc70995c09849ab61209e6037e44ed24e4d", "message": "Update DesertBiome.java", "proba": 2.9135222234799585e-07}
{"commit": "6d3727189a1b02aa16c2b4aabc56a0d74bef7b91", "message": "Now the bug in Tags is REALLY fixed....", "proba": 1.0341648959411032e-07}
{"commit": "84a155caa5a8029e3da582ccb27e31175760812f", "message": "Created base implementation for an internal state\n", "proba": 2.0257448340998963e-07}
{"commit": "0a39897ebadd641aacf1d2e42abe3665b6c474de", "message": "KJsonUtil: comment out logging\n", "proba": 1.6880838416000188e-07}
{"commit": "3a8bf0f6b08ffa0bf1e1e4230ff9c1a181007174", "message": "refined grllery\n", "proba": 7.663062433493906e-07}
{"commit": "248dfd83d9f4d90dc6af3831a449c2b13dc429d2", "message": "exposed getQueryFlag method in Query, needed by DBWebWar\n", "proba": 1.3944932675258315e-07}
{"commit": "634eb19006bc15bacb63eccbd402c1f4d9a791c0", "message": "HttpClient added. Basic http client for get/post over http/https.\n", "proba": 1.0295634211843208e-07}
{"commit": "826734924e848734a1e0240de8d745506192310b", "message": "Radar mode3 part 1\n", "proba": 5.763954504800495e-07}
{"commit": "a8c6c0115b4aa46e3d29b267ed918f12b7cd6720", "message": "Clean up service references\n", "proba": 1.5350740056874201e-07}
{"commit": "8cf9a45d7bcde8beb8b204dacc621757cb7c33b3", "message": "Modularize ItemActivity / changeIdTag()\n", "proba": 4.044723311835696e-07}
{"commit": "70da2dc71e1ea392a7a5e4ad58431e86783f9214", "message": "junit4 tests for search API's English title and general lower case.\n", "proba": 1.190230278780291e-07}
{"commit": "60f98d717573cf12c925761338cd4ced64b56999", "message": "intermediate: editor [ci skip]\n", "proba": 2.9969157822051784e-07}
{"commit": "547262bc4fea823469f5e035cfbfb7ad7313c237", "message": "CSV-69 Utility methods for comparing results\n\n\ngit-svn-id: 3cfc64c80f2e6f92f6d08f3c7f3967ef35335cd9@1306828 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.840964144634199e-07}
{"commit": "1b98ce57e14bc67ffa1bdade1e7954a5576b2bc5", "message": "Notify observers (e.g. CursorAdapter) when the messages table changed", "proba": 1.66692203151797e-07}
{"commit": "48d5db16934f23d5e99186de816b838c159e42ee", "message": "[test] add test for empty date string workaround\n", "proba": 4.066791916557122e-06}
{"commit": "47c6a3ff9028629254a996fe5e3d4c265eb55043", "message": "Add test.\n", "proba": 8.479074722345104e-07}
{"commit": "b9cc524d4f30e9d89d86ecd50606e306775d325b", "message": "Added class to preserve backwards compatability, for now.", "proba": 1.0447559617432489e-07}
{"commit": "f4d376e56cca1618afd53ea9548874153b0211e0", "message": "Fixing compilation error (one file was not commited for  PY-14560)\n", "proba": 1.0525926086302206e-07}
{"commit": "a3ed6da3801204518f6819f334e1739ef4c91a11", "message": "fixed return type\n", "proba": 1.2547181995614665e-06}
{"commit": "8037ffa56c0d43ca150164b7a92d754329c96afb", "message": "Added octet parser\n", "proba": 3.5873037518285855e-07}
{"commit": "1b81bd80c54300c41fa72da5430b60c53f7879b3", "message": "Bug 212 fixed; phase must be set explicitly when this class is used.\n", "proba": 1.0009141249156528e-07}
{"commit": "72e32e2364dc386ff5cd1e5835f1118f1e2a8d72", "message": "The handler was unused\n", "proba": 0.01950795017182827}
{"commit": "ef4c81a294a43ec11fc33b24e2df0b2dc72d6455", "message": "collect both visitation and avg. pi histograms\n", "proba": 0.999962568283081}
{"commit": "75a9bd12ad122a84e80f3ff0dc020a97d2b5f48d", "message": "\u27f4BeanEditor.", "proba": 2.492794806130405e-07}
{"commit": "2a93b9acbe74fa50e0c5713da27009e4e8f5ccc5", "message": "Replace AbstractCompilationUnit.project() with map\n\nThis relaces the project() method which was always a bit questionable\nwith the more obvious map function.\n", "proba": 1.1602892868722847e-07}
{"commit": "9ed85aa20d074078d87162d95f8319b7e72e28ae", "message": "Added a reset button for the Game and AI GUIs.", "proba": 1.02154160686041e-07}
{"commit": "cf890ab4e63456ce26dbef757e6896fe8de9c645", "message": "Check authorization before posting session.\n", "proba": 1.1577724734479489e-07}
{"commit": "1d409de3ca25646e5924508b8298e559ef27a379", "message": "Event for notifying others of when many things have been tagged\n\n\nFormer-commit-id: fbcd9c6b910c312d3482ca12072ccb664aa08de4", "proba": 2.4387583152929437e-07}
{"commit": "fe0d855172fc1866cc07bac7fbece85f8e3259c2", "message": "Add implementation rule Rgaa32017Rule010701Test\n", "proba": 2.4085397853923496e-07}
{"commit": "aef1248c24f959127b0476b4af6375274f0aa971", "message": "Disable debug message in Component.java\n", "proba": 1.7257718809560174e-06}
{"commit": "17f870daf320466bc446fb5ce446a802d72b4f56", "message": "Update tempUsage.java", "proba": 5.910842446610332e-07}
{"commit": "87fb4fb9c1734a930bd602ac41c4dd54464b24b2", "message": "am bf14a4e6: am 2f1e6478: am 5817765c: am ca7f391e: Merge \"MediaCodecList: fix findEncoderForFormat.\" into lmp-dev\n\n* commit 'bf14a4e6ea6f2c70152a9456ed790fc460734e16':\n  MediaCodecList: fix findEncoderForFormat.\n", "proba": 1.793218444845479e-07}
{"commit": "4005b67f6d9b2067344f6f461578ce04e165fcc3", "message": "Update Goat.java", "proba": 7.921279348011012e-07}
{"commit": "08c29df9c38abd55e9d986614a5447edd291b65d", "message": "Created PiqTx for saving Tx data\n", "proba": 1.378065661583605e-07}
{"commit": "4e6a9106b9eca0aa5756aa673d7e40112e737c66", "message": "Move mutable property map into jcr2pojo module\n", "proba": 4.876443426837795e-07}
{"commit": "54986ad92aa953f1981663886b37bc6f2e35f97a", "message": "Introduced metadata.\n", "proba": 2.1597672628104192e-07}
{"commit": "3c0497f22c590ce520119e1903509549ddaa91f2", "message": "[LDAPAUTH-1] first draft", "proba": 1.3656655539762141e-07}
{"commit": "de75e7481f9011ccadff1b68e12f89a8501d136b", "message": "fixed bug in format string :O\n", "proba": 3.6434758499126474e-07}
{"commit": "be1ebc4d3c96b471ec175e4c45221a38b74506a5", "message": "Adding Google Map\n", "proba": 1.8050951666737092e-06}
{"commit": "a9fde2b7152412e6226bc813df02344a634f3f15", "message": "task 190\n", "proba": 0.9999994039535522}
{"commit": "0e5ddacca7463e36de680cbe17f4f9dc417c0bfa", "message": "Land CTS tests to MediaBrowserCompat.MediaItem\nam: ff5007a0d3\n\nChange-Id: I8782470030b2cd9379d12a13835fbe35a1dd9046\n", "proba": 2.449466478537943e-07}
{"commit": "b71d5e0a55e52d02339bf57d62d43ce3ac080f81", "message": "fixed comment\n", "proba": 2.0213602169860678e-07}
{"commit": "25930ea54ec720ef21a26b22ecac5d62f59c654c", "message": "new utility class for downloading content from URLs to Files\n\ngit-svn-id: a754228c0d23e99fefe44e35d84d6184990ceaa2@9539 7c6358e6-4a41-0410-a743-a5b2a554c398\n", "proba": 2.935773864010116e-07}
{"commit": "d5bf5d7adca6cedd2388b0597133b3a26b07c747", "message": "SEC-1186: validator for filter chain beans\n", "proba": 2.9754210117971525e-07}
{"commit": "4d87add61c21e6a04dbc6b0759ccb0f9bf198d10", "message": "#618 - deprecated props - useGaussNewtonVectorProductBackProp\n", "proba": 2.575233111201669e-07}
{"commit": "14407cedb5e061d8e7a53ebdd167dc82db779df0", "message": "[fixes #1553] attriber of JDK9 checks the enclosing class\u2019s type, which we intentionally haven\u2019t set yet. To avoid NPEs, let\u2019s set it.", "proba": 9.560376668105164e-08}
{"commit": "da5813172445ea6cd20e814d9afdb475a1832bbb", "message": "Create reliability enum (Not implemented yet)\n", "proba": 1.1735970417703356e-07}
{"commit": "4fffb7484755e3599099aacd9771b0b4e080242c", "message": "am 0cc53a5b: am 15556bbb: Merge \"CEC: Disable debug logging\" into lmp-mr1-dev\n\n* commit '0cc53a5baefdd6b051251ec4bfeb1680e7a1c75c':\n  CEC: Disable debug logging\n", "proba": 1.8522559912526049e-06}
{"commit": "48c3064718cea308a32274773f46563932111078", "message": "am 0d725f7d: Merge change 6162 into donut\n\nMerge commit '0d725f7d5a7efd9dc63f6ddb67a619d659bb4428'\n\n* commit '0d725f7d5a7efd9dc63f6ddb67a619d659bb4428':\n  Hold a wakelock during backup/restore/clear operations\n", "proba": 1.3124052884450066e-06}
{"commit": "1168baae849f03ad655bff74360b286b2f10b4a8", "message": "Tone down a non-error log message about lack of ancestral dataset tracking\n\nChange-Id: I2e5e48c9b695d6225016365907fe8edc73ab2c8e\n", "proba": 0.9998584985733032}
{"commit": "e3e6104fc2b0f79f30fdb37dc00496da0b9e0432", "message": "Not commited in previous push\n", "proba": 2.2522520737311424e-07}
{"commit": "79ea349e3852efd4aaf45c1d77c45c77f358210a", "message": "am 722d67dc: am 46e462a3: Merge change I852f8e46 into eclair\n\nMerge commit '722d67dcb6bd64ac73a4c1033b3b97c1a3215efe'\n\n* commit '722d67dcb6bd64ac73a4c1033b3b97c1a3215efe':\n  Only re-initialize backup state if @pm@ metadata is missing,\n", "proba": 1.2254314185611292e-07}
{"commit": "17def9e24c53cc585d1d1d9c0b526b96c7960f09", "message": "*** empty log message ***\n\n\ngit-svn-id: 0d4d1bf2e47502aa0f0957c230a0ec7fa56198fd@2016 b35dd754-fafc-0310-a699-88a17e54d16e\n", "proba": 9.391307003170368e-07}
{"commit": "ef8c228478acf219f0bc58b1a4a4630cf9df09f6", "message": "Revert back as it is difficult to verify XXE attack dat-7230\n\nDAT-7230\n", "proba": 2.9722670547016605e-07}
{"commit": "4f9296faf03598967797a67ec1a84d52aeff7c20", "message": "By default make the `ModuleManager` support as few backends as possible\n", "proba": 4.404025162330072e-07}
{"commit": "2126356df5bd51b7b92e3da0cc6ac4a0fb87023b", "message": "set the object value to null if the string is null\n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@551812 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999990463256836}
{"commit": "734ef1bc124f1ab1670b283c60cd3b09d01b6282", "message": "PL-9779 Apply read constraints for collections in the transaction\n", "proba": 1.1560766211005102e-07}
{"commit": "5a8dff15652cf681170933240edcd9e5f19d394e", "message": "Restrict selection of system level classes for report parameter type #PL-4969\n", "proba": 1.266041778080762e-07}
{"commit": "e62790703e52189ec592f2547b8d02d494a8f484", "message": "PL-7033 WebEmbedded unable to show image from FileDataProvider\n", "proba": 1.1055193738229718e-07}
{"commit": "cc1558edd0f848ce9f6fead6fb5f2b7f1113e99a", "message": "PL-7996 ColorPicker window should be modal\n", "proba": 1.0108192327606957e-06}
{"commit": "73bcd56e55419597e21cc31559114dfceba850b1", "message": "BSTMap\n", "proba": 1.3715508657696773e-06}
{"commit": "642a811a91c4c64d57f3abfab5b1ca5e9bc0f6d4", "message": "Test serdes and fuzz different put/remove/replace/putIfAbsent methods\n", "proba": 2.0435906833426998e-07}
{"commit": "860996799b3548ba6040b18aa47283559aabba6e", "message": "Force creating directory.\n", "proba": 1.438926631180948e-07}
{"commit": "f71205c1ee3b34801f98af275a281f7d06c50b51", "message": "VolumeZen: Don't clear stream type if embedded.\n\nClearing the stream type makes sense if the volume panel is\nin dialog mode, but not when embedded.\n\nBug:15186070\nChange-Id: Ice5f547ef987e28ef51050faef682c5dfa5f7604\n", "proba": 1.0757465815913747e-06}
{"commit": "e008f5b0e13bfffc3e88955c78389079908e4e8f", "message": "27-08-17 14:37\n", "proba": 3.501938863337273e-07}
{"commit": "795ae47f6a31b2128e014abdaf94ee341286f19d", "message": "Decrease shadow width to 1dp", "proba": 0.00020721460168715566}
{"commit": "bcebbb9c22f41094afd0ef61e82e2bf9e760c560", "message": "relative bounds examples\n", "proba": 6.595178092538845e-07}
{"commit": "ac3577a6b8aa426509d75c612e211b38d352baff", "message": "Add example for writing 24-bit RGB movies.\n\n", "proba": 1.217574094880547e-07}
{"commit": "28674cf5079adb46689bfafd07c787a0191d13ab", "message": "Enum for faculties", "proba": 4.703572926700872e-07}
{"commit": "e53378c6d999fa714ff91ac7e3f26b0c9866866e", "message": "P2P parsing fix\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@5164 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 0.0001157718725153245}
{"commit": "76c914db1499a13098ef0b6119c58eb9a876c2f9", "message": "Update InitialHandler.java", "proba": 8.586086437389895e-07}
{"commit": "d288aec54f391303d5162c1ae2c0dc74b5329ca6", "message": "1004. \u6700\u5927\u8fde\u7eed1\u7684\u4e2a\u6570 III\n\u91c7\u7528\u53cc\u6307\u9488\u6ed1\u52a8\u7a97\u53e3\u7edf\u8ba1\u65b9\u6cd5\uff0c\u4e00\u6b21\u904d\u5386\u5373\u53ef\u7edf\u8ba1\u51fa\u7ecf\u8fc7K\u4e2a0\u7ffb\u8f6c\u540e\u8fde\u7eed\u67001\u7684\u6700\u5927\u6570\u91cf\uff0c\u65f6\u95f4\u590d\u6742\u5ea6O(n)\n", "proba": 6.290222813731816e-07}
{"commit": "b2e2d11cbb34c19268d600843fd59fd73c023469", "message": "\u589e\u52a0main\u65b9\u6cd5\u8c03\u7528\n", "proba": 3.4563606732262997e-07}
{"commit": "6b068d827cf2e69cfc842d0456e7d4ee639ebdf0", "message": "WorklogStub\n", "proba": 5.717730005017074e-07}
{"commit": "c88f6a31caa5770e8f7d4546d903f2377a385236", "message": "Add EvaluationPlayer\n", "proba": 3.3123075127150514e-07}
{"commit": "0924ba38eb01876b18af0b0a4d599f733b3ab712", "message": "add ListCube\n", "proba": 3.295771193734254e-07}
{"commit": "78a99cea0d06eac8e9251043977497c092766d48", "message": "Adds creation and last-modified timestamps to the bookmarks contract for the browser provider.\n\nChange-Id: Ib6d733e3b93fc854b3ddb5c011f61534462cb266\n", "proba": 9.303224032919388e-06}
{"commit": "e8365a9e91052566b9a8ebeddaa56a684710e6a9", "message": "Add forkJoin.ForkJoinTest.java.\n", "proba": 1.1611837180680595e-07}
{"commit": "27ff15433f3c832b434f96627e1d3dc7dd501609", "message": "override hashcode and equals, 9995\n", "proba": 0.0012703496031463146}
{"commit": "773526794d035ead64e854b4236a5b679560f771", "message": "Removed ${@} from the macro arguments since it is\nalready there with ${0} and it can interfere with version\nprocessing and other places where we use the ${@} as the\ntarget.\n", "proba": 1.1082534001616295e-07}
{"commit": "077b2df0eefb577f88c6c50d043db63bfa6c1262", "message": "(ej5) Velocidad de descarga - aumentada la precisi\u00f3n", "proba": 1.8933931755782396e-07}
{"commit": "c82713e4e2bbb94f17fb3a19df340ef9f34a1a4a", "message": "Helper class for spanning rows\n\n\ngit-svn-id: 102839466c3b40dd9c7e25c0a1a6d26afc40150a@194334 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.735854877755628e-06}
{"commit": "61a913e2671ae8cfc5b96b6a5d93402437bc8dfe", "message": "add test for 85\n", "proba": 8.22940819489304e-07}
{"commit": "52f78dd2664e60165562e9b1f44f265cc6593c8e", "message": "A test for our Base64 code which reproduces the whitespace handling\nerror documented the following issue:\n\nhttp://issues.apache.org/bugzilla/show_bug.cgi?id=9931\n\n", "proba": 0.00011218113650102168}
{"commit": "c8a8701c2ecf05aad45d385b7acb084b55b90eb4", "message": "am 20de619d: Merge \"Set threads\\' contextClassLoader during LoadedApk.makeApplication.\" into lmp-dev\n\n* commit '20de619d66a594fd9e6e76a3a2cb79422aef577c':\n  Set threads' contextClassLoader during LoadedApk.makeApplication.\n", "proba": 1.8255407496781118e-07}
{"commit": "47f46981cc50f773c445a120da06ae3af866c05f", "message": "Public Download Manager API\n\nChange-Id: Ie91e816620b367816572f83d85cfecc91d66c764\n", "proba": 2.0049127158472402e-07}
{"commit": "f4216d30cd768638eebdb4124abae95bdf5b3597", "message": "Add helper function to extract app ID from shared app gid.\n\nBug:22008744\nChange-Id: Ifadc7df3777dd74932833f4d22a0e285d7bdaf95\n", "proba": 1.1393003660487011e-05}
{"commit": "3015edb01e35d35f2971af7c6c9c6cfe9a2b8b2c", "message": "am a31940df: Merge \"Reset drag accelerator state in Editor#sendOnTextChanged.\" into mnc-dev\n\n* commit 'a31940df170ea7e8253736ce7b5dba2176699c25':\n  Reset drag accelerator state in Editor#sendOnTextChanged.\n", "proba": 1.5418656573729095e-07}
{"commit": "b55ac2e2e1aa64beaf8502d05d34c5cfc5fceb5e", "message": "Initial import of ShaderSceneElement.\n", "proba": 1.14679011176122e-07}
{"commit": "2862d1ecfb0cd047900fd2091768053e81dba3a1", "message": "modified to access getModuleProjections statically\n", "proba": 1.8396569601009105e-07}
{"commit": "e1d7c9b21ab728d15a2312b6007f784da0ad5082", "message": "Wrote a simple SummingFunction that can be used to sum up primitive values.\n", "proba": 1.661009463305163e-07}
{"commit": "ddbc48cdee409d882b8bbb2bf626843c378b4925", "message": "am 0fcfae88: am ecc20aaf: am 63ab6eb2: Merge \"Frameworks/base: Use ArraySet more explicitly\"\n\n* commit '0fcfae88f2737b004cae83a77d590046e2b08ef3':\n  Frameworks/base: Use ArraySet more explicitly\n", "proba": 3.5113362173433416e-07}
{"commit": "f14e5a2fad4660ecca43fac1cea08e35f2b82b4d", "message": "Add empty ArrayList check.\n\nFixes bug 15768779.\n\nChange-Id: I3e4c48aa0fff99025e9ba1725e3d1f3523749dbd\n", "proba": 4.564028586173663e-06}
{"commit": "547efb07f2f6e346418c2c4ca63267af9989cc96", "message": "am 9d68b243: am b2694cc3: Make return of screenshotApplications an ashmem immutable bitmap.\n\n* commit '9d68b24368500d0164013e1975dc97d8c4f784b2':\n  Make return of screenshotApplications an ashmem immutable bitmap.\n", "proba": 1.783941314670301e-07}
{"commit": "dae55017d828b3a74f272298bc604e93e039b0d0", "message": "am 1c48e302: am a7a99981: Merge \"Fix Presentation window is removed on stack change\"\n\n* commit '1c48e3029b41efea764520fee32c9085d1162a24':\n  Fix Presentation window is removed on stack change\n", "proba": 6.448055955843301e-07}
{"commit": "28a77faf5da5c1f8a14dc1cd97b5375bafcd0623", "message": "allow access to common properties for CacheService instances\n", "proba": 2.0182032756110857e-07}
{"commit": "921f4f926472e5f5864cae203538f47fda6cdbdf", "message": "am 38eda9c4: Remove unnecessary logging.\n\n* commit '38eda9c42bf327f6f521c766ea716305e5f71c05':\n  Remove unnecessary logging.\n", "proba": 8.517765763826901e-07}
{"commit": "ac6d896222051ceeb68dcdd4283f3aee18ec1046", "message": "Add timeout for XTRA data connection.\nb/22540683\n\nThe timeout in the XTRA data connection prevents it from keeping a\nwake-lock held indefinitely if the connection is dropped.\n\nChange-Id: Id14c780ddbcb42f764ae0565765e222013f56ab3\n", "proba": 2.7217729439144023e-05}
{"commit": "8d87a7fd9c596817256b4f2d7e9a41bf9ab24f09", "message": "am c1164b4f: am dcd90bbe: Merge \"Zen: tweak audience interruption logic.\" into lmp-dev\n\n* commit 'c1164b4f56eabe8ecec1f1f3cedafa4c10edd502':\n  Zen: tweak audience interruption logic.\n", "proba": 4.295045243907225e-07}
{"commit": "dd8b876faa201bc2f47a9505c5ae9cac0229ec20", "message": "Add probe for tracing open Jar files\n", "proba": 3.741735099538346e-07}
{"commit": "810333a806636a3971e007008d410126ba1e4d04", "message": "Dijkstra in Java\n", "proba": 1.4863982187307556e-06}
{"commit": "4a4279b5dac80fe87f5633d5ef1db7dc3cded7f6", "message": "Removed stack trace.\n\n\ngit-svn-id: 036f06d8526d2d198eab1b7c5596fd12295db076@782 b35dd754-fafc-0310-a699-88a17e54d16e\n", "proba": 0.00013998350186739117}
{"commit": "d7eef8c56a6d50cf97239ca842a248c16096c448", "message": "Bug in Quaternion / vor\u00fcbergehend auskommentiert\n", "proba": 1.547525414480333e-07}
{"commit": "b182ea1b63689cae4a731e11528b2a46e708c084", "message": "initial import\n", "proba": 6.214378913682594e-07}
{"commit": "c8488c69027ad0fcf917599d4aeaf6674420ef34", "message": "Add OracleMatchReader", "proba": 7.201363700914953e-07}
{"commit": "60a26a72415374649e5c25bcd39c55254836e610", "message": "\u5206\u5e03\u5f0fbarrier\uff0c\u540c\u65f6\u5f00\u59cb,\u4e0d\u540c\u65f6\u7ed3\u675f", "proba": 5.358806447475217e-07}
{"commit": "08aca5c1e29a8a4483288feaadcd235b23ae5734", "message": "Fix copy command", "proba": 4.282127520127688e-06}
{"commit": "29b98f344374a6a89e0b0d56059efc5f9bfaf91b", "message": "Created Station repository\n", "proba": 3.2467519872625417e-07}
{"commit": "496294e2cf37fe7b125db443935013dd4a84fe43", "message": "Create IInputChar.java", "proba": 1.3298193152877502e-05}
{"commit": "a2c61fcbb256896f546d1fc9f07771d03364da0c", "message": "registry\n", "proba": 1.4004226613906212e-06}
{"commit": "0b78c0728ab6732a6401805e8cacad2a69d041a6", "message": ":fire: #12515 \u79fb\u9664\u81ea\u5b9a\u4e49\u6a21\u677f\u65b9\u6cd5\n", "proba": 2.1224094837180019e-07}
{"commit": "e7f5b8b8a8b4ee57c812e7a9e12664aebea00841", "message": "location\n", "proba": 2.5420715246582404e-05}
{"commit": "21ec9a9e7d6ad19b500294904c341cc717187118", "message": "Precompute search cache key hash code at construction time. This avoids hashCode\ncomputation inside locked/synchronized map put/get operations, which improves\nconcurrency.\n", "proba": 1.122003823184059e-07}
{"commit": "4b197ef36137393a5d15b277ff210f86f2c4a785", "message": "refactor\n", "proba": 0.9999991655349731}
{"commit": "36a0807a8cf3b366def46dcd92574a0488bd8790", "message": "am 58046d50: am 81d6f3e5: camera2: (legacy) Fix the comparison for fixed-focus cameras\n\n* commit '58046d50b68f58bb2d98cdcec68068af68837913':\n  camera2: (legacy) Fix the comparison for fixed-focus cameras\n", "proba": 9.485789632890373e-06}
{"commit": "393b2bb9455d8980fef664e2f74700bb0e650ac6", "message": "teste10\n", "proba": 3.3528993981235544e-07}
{"commit": "b00457dd9037b767b83acb002aca006bb8011ca6", "message": "attempt at heroku config\n", "proba": 2.2947428135466907e-07}
{"commit": "300dcad19da8587a2f141c05fdc9d00ac66c4b2e", "message": "Fixed a test that had accidentally been checked in with the conflict tags still in place in the imports.\n\ngit-svn-id: a91d99a4c51940524e539abe295d6ea473345dd2@767 e6edf6fb-f266-4316-afb4-e53d95876a76\n", "proba": 7.26229382053134e-06}
{"commit": "f49ce8e6fe2ea427e72fc0d1468844c0964acdbd", "message": "Add basic tests for ingest plugins setup\n", "proba": 2.702689698708127e-07}
{"commit": "839018413c0dedb9904941f27e976f5b7e112564", "message": "Added javadoc in CreateRequestException.", "proba": 1.1476281969180491e-07}
{"commit": "57e5bfc8f22f443d0245e6fc75a4dd85056a02f4", "message": "SOLR-5799: Add TestRetryUtil.\n\ngit-svn-id: 308d55f399f3bd9aa0560a10e81a003040006c48@1573416 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.114499809773406e-06}
{"commit": "03b3f44877a3fe1efa00af6a9a6b2e928e577816", "message": "Initial version. JM-437\n\ngit-svn-id: 036f06d8526d2d198eab1b7c5596fd12295db076@2981 b35dd754-fafc-0310-a699-88a17e54d16e\n", "proba": 2.0494824639172293e-05}
{"commit": "65c205b9be08a12d3a4b63abc9935c207752fde8", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "d26406e316732d0faa577dd531a08682924bda43", "message": "cdvstest filter to mask color pathway and to display info about y only events\n\ngit-svn-id: e3d3b427d532171a6bd7557d8a4952a393b554a2@2381 b7f4320f-462c-0410-a916-d9f35bb82d52\n", "proba": 3.574115794435784e-07}
{"commit": "2e64b36c1810c8fada10666b6151e12c33dd2085", "message": "Fix bug 12010 - Only immediate interfaces are used in finding a serializer\n  http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12010\n\nAdded the patch as given.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@247884 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.930990260414546e-06}
{"commit": "5568352f482b147d044923783d5cde72a4ddaa64", "message": "Fix typo in indexer manager\n", "proba": 0.0006278959335759282}
{"commit": "81e8dfe61f8f6fb8e90b6ca1eaa0323950dcbe46", "message": "Add GEHentaiProvider.Metadata reference in Metadata JAXB annotation\n", "proba": 1.679859735759237e-07}
{"commit": "e0219bb3351653f4b7ab38a5dea10dcac0641610", "message": "moved constraint declarations to getters", "proba": 3.005358735208574e-07}
{"commit": "336f7dc80247d45bef45b483c6fe8876a1bbaadc", "message": "Allow keeping the entity manager open after a request\n\nThis allows putting of long running jobs in separate threads.\n", "proba": 1.1518034881419226e-07}
{"commit": "d64e76c1d03de5b7861e14e4151e2681bd42f92c", "message": "fix typo\n", "proba": 0.9999909400939941}
{"commit": "9c8e1a9ada8fe5b02949ccd141306ab3cbb96c50", "message": "fixed line construction\n", "proba": 7.409997238028154e-07}
{"commit": "7c9023453e8801f2d4a0aa44db9ccbf3347afb6a", "message": "Add unit test for [JACKSON-778]\n", "proba": 2.076810119433503e-07}
{"commit": "f00c5f1154c9d4cb1f472ae984f6ea332dad44c0", "message": "Zadatak.java\n\nDodati jos desnu labelu sa Jbuttonima i text polja u centralnom delu za popunjavanje za Ime, Prezime i JMBG. i dugmice OK i Cancel...", "proba": 1.0545117135052351e-07}
{"commit": "a0b4d14d4f15d289b8706a6909d6bf325532a678", "message": "ADD tests for OrionMongoSink\n", "proba": 4.358133196546987e-07}
{"commit": "ab257e044dc14860621712d19bc59697217bfe78", "message": "started on test for PhylogeneticTreeItem\n", "proba": 1.6060931784522836e-07}
{"commit": "31247f970bd374c01e8d2160e4cb803e1e3883f7", "message": "Added test case verifying that prepared statement pool acts as LRU cache.\n", "proba": 1.0300898622972454e-07}
{"commit": "773fe5af3c02f83ca99eff9f918c34ea9eb04344", "message": "Renamed from PathableTestCase, as it really tests parent-first classloading.\n\n\ngit-svn-id: 6ecf90c357d929aee58b51a998def805f2e9c62f@209240 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.657448476384161e-06}
{"commit": "9b08eb6a447bd6115cb9b78b98cfbd3f3ce18f6a", "message": "same tree", "proba": 6.28351845080033e-05}
{"commit": "1ae7017fb3cd4e9b23c3ea096f2316bdb3bbad12", "message": "Just in case we have more than one traffic light on one intersection ", "proba": 3.1916181342239724e-07}
{"commit": "cc8079311d5c936ffcdf0e4cee023dcb2d95385d", "message": "Create 007.java", "proba": 0.0014354604063555598}
{"commit": "286ec6694bd44a18a271676610dacbdc6d6cc9bd", "message": "TeamModel tests added.\n", "proba": 1.2057680010002514e-07}
{"commit": "387f5ac1b6a3dd3387d43c41af69385cafc864bb", "message": "comment the test case\n", "proba": 3.5095592920697527e-06}
{"commit": "c84ed303fed20739bcd2a721ce26de44afaf6b7c", "message": "Added some tests for Game\n", "proba": 1.380682022045221e-07}
{"commit": "9c384549248992bb6a248759aa23071189329b86", "message": "Added SampleTest\n", "proba": 1.6092454302452097e-07}
{"commit": "45d1ba50275bb4e2eed47b48d6ec55e80d737b0e", "message": "\u5b8c\u5584PPTx\u529f\u80fd\u3002\n", "proba": 2.881795637676987e-07}
{"commit": "2f8eb49e6bcd4e375d7923673673d71af41d099e", "message": "G test", "proba": 8.078129098976206e-07}
{"commit": "8581b6f31ef167b99873226e393a18cf65f0dd7a", "message": "maxfileseach\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@4041 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 1.161263980975491e-06}
{"commit": "76ee05d4f6a8ddafd2125db69e7560dab7cb2e8a", "message": "am d05c7d26: am bcf76242: Merge \"Move FLATTENED_PATTERN to inner class.\"\n\n* commit 'd05c7d265170ca6573bbdd97f3c4aaa8e25a6389':\n  Move FLATTENED_PATTERN to inner class.\n", "proba": 2.2844430702662066e-07}
{"commit": "a20a24f96bbed726bc69199db016cc60e6c2cdbd", "message": "Delete Utils.java", "proba": 9.593993581802351e-07}
{"commit": "64875680549cd41d3eb9fcde3e4a3d03acb5bbf8", "message": "Add especializacao tipo mulher", "proba": 0.00046692683827131987}
{"commit": "7f5190748e3d3d1aa5ff613a85e8d3020dec22fa", "message": "am 3b63b239: am 51a8e117: am b06411a9: Merge \"Document procedure for adding carrier config variables.\" into mnc-dev\n\n* commit '3b63b239be0f6d0d8023f716ac96eb3c5a4bc149':\n  Document procedure for adding carrier config variables.\n", "proba": 3.108030455223343e-07}
{"commit": "adf2c2632ef28266e6ca2b4c2caa70430a7f1a14", "message": "WIP - further work on the 'visual renamer'\nremove custom MFs\n", "proba": 1.1372148378541169e-07}
{"commit": "a59a7c81f1c08075b05d4733a19d08a675d608d2", "message": "[java] char sequence example (from bytes)\n", "proba": 1.535921825279729e-07}
{"commit": "92da468ef92e865874d91cf4f15767b295203fc0", "message": "didn't quite work\n", "proba": 1.186801182484487e-05}
{"commit": "d64ea0854a8982e60bd444bc68acb49cd91214b7", "message": "Automaton initialization", "proba": 5.111193331686081e-06}
{"commit": "072d35167fcc1a3e5d45cb9ad282ee332ec4a8e0", "message": "am 642258a2: Merge \"Tweaking how settings adds keyguard widgets\" into jb-mr1-dev\n\n* commit '642258a29b426b14da509df3a5ed912673feeb57':\n  Tweaking how settings adds keyguard widgets\n", "proba": 4.963332003171672e-07}
{"commit": "6e412adaa70a25c6b47eb274736b67071e6e47c6", "message": "Allowing a ContentProvider to have a null authority.\n\nIn this case, it will not be possible to query it with any uri.\n\nBUG: 17414813\n\nChange-Id: I76e8ad91539904f3c52b5a3436b2f1bd5e4d0fdf\n", "proba": 3.696889689308591e-05}
{"commit": "fe509f64a367f10f10745a5aec915e1858de9c9c", "message": "am 82f0d91a: am e667e41b: Merge \"Bugfix: use the correct user for ContentResolver calls\" into lmp-dev\n\n* commit '82f0d91ae27511f586fc7fb02e660e25e3efd3f8':\n  Bugfix: use the correct user for ContentResolver calls\n", "proba": 6.382793458215019e-07}
{"commit": "97628ef096b88b90a13fa7d065f453cf986f0846", "message": "Revert \"Implement switchConnectable with Powered property setting instead of scan modes\"\n\nThis reverts commit c5708036b47c474ad3a01dacc3c3940e087d6e27\n", "proba": 1.924468335801066e-07}
{"commit": "bfe2bc2cc47ec5df4c5be6f420e2c88e097c7a07", "message": "Fix \"Couldn't load file: funnyface2.png\"\n", "proba": 2.532799499022076e-06}
{"commit": "0a6310fe3b5a1d6dae003b3323ebbae7dc36cb4e", "message": "Added tests for HierarchicalRight", "proba": 1.6587900120157428e-07}
{"commit": "e8c664dffaa4e5f5aabdefdfe62150457702e185", "message": "Added tests for PropertyFactory.", "proba": 1.1142623179694056e-07}
{"commit": "7a616e05acbc98fb676f16cc5b63d8fe4ad5ba8e", "message": "Create Login.java", "proba": 1.0812141226779204e-06}
{"commit": "dcfc0f11e8533f6d061ffe72f773de79f9cc74a7", "message": "Almost done with translating \n\nI need to eat dinner then i will continue", "proba": 1.9229511849516712e-07}
{"commit": "3cfacba1d29a44715fc4e383717a9d17b479a5cf", "message": "checker created", "proba": 4.4241977548153955e-07}
{"commit": "634b75b2b814e6c40db304d29e0d4da2d99ba04f", "message": "Add fragment state pager\n", "proba": 4.182989812306914e-07}
{"commit": "45f6d2a8097a4de96df4372bb4dd992f9d49b821", "message": "add Instrumented Test for Login Activity\n", "proba": 1.3408434540451708e-07}
{"commit": "721fd5770d5dec97d7878dd71bd8467fe902b4be", "message": "[#113844195] Implement currency map to take care of currency conversion from file\n", "proba": 1.2610506416876888e-07}
{"commit": "0801b585dc119edd823e812832df7c2260af2c57", "message": "Update PreferencesHelper.java", "proba": 8.49503578592703e-07}
{"commit": "cf19d638d3e9f9a5c98473400cef9ebd401190da", "message": "renamed ASPFilterOption to DLVFilterOption and changed package from asp to specializatoins.dlv\n", "proba": 1.4583673646484385e-07}
{"commit": "f316d7daaf7b20312947a27f449bf1799dbfcc89", "message": "removed commented state machine - shouldn't have been in the file when I committed it\n", "proba": 3.341069998441526e-07}
{"commit": "7f6ef75c2c7fb70452992f12fcd13081484395f9", "message": ":bug: Fix ClassHookInjector using method names without descriptors", "proba": 1.9328557243625255e-07}
{"commit": "deba6c91bf9b74ecfee12879b6d796ffec6a6554", "message": "Fixed wrong refactoring\n", "proba": 4.6235376771619485e-07}
{"commit": "8ea19be5f8e2c48e72a28b26b387b3088f1a8084", "message": "Added Tile Manager\n", "proba": 1.6890903964394965e-07}
{"commit": "ee73e8ee71903ec4e649d789e232ec5a03ee04f5", "message": "parameters required for screening function (Cmin and Cmax) are now included\n", "proba": 1.309051071984868e-07}
{"commit": "37fb3cb230edfc8ad07b08aa2bac08a1053facbc", "message": "Create EmptyHeapException.java", "proba": 1.3578434845840093e-05}
{"commit": "5608c55b027d165efc057010bc2a4028df1a5e3f", "message": "Disable Physical Web notification on Wear.\n\nThis notification is not actionable from a wearable device because the\npage must be loaded on the user's phone. This patch makes the\nnotification \"local only\".\n\nBUG=581784\n\nReview URL: https://codereview.chromium.org/1916913002\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#389575}\n", "proba": 9.878585842670873e-07}
{"commit": "afa334d42d27749a7f998f003d291afc22cac553", "message": "Fix an HTTP/2 TODO for processing URIs.\nAdd support for query strings\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1696998 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.002675238996744156}
{"commit": "0e2ab7c271f4d4c08c3523bdab637a2e8454c909", "message": "class for testing ModelUtils\n", "proba": 2.639336855736474e-07}
{"commit": "830590e548d0fc8ab52ea7c03990fb74d4ac4392", "message": "Concrete Interface Members: Don't declare non-shared getters on the interface, they belong in the companion class\n", "proba": 1.1604010552446198e-07}
{"commit": "83932e480fba129cba387ad4900c6e0566dce5c1", "message": "\n\ngit-svn-id: svn://svn.code.sf.net/p/tuxguitar/code/trunk@503 e5ace225-184b-0410-aeed-e0aa2ff36a70\n", "proba": 1.6129419009303092e-06}
{"commit": "4eb95bde1807ee912cc90f6d19578f81df618094", "message": "testOnExistShortUrl", "proba": 8.551416613045149e-06}
{"commit": "e4e450262f6663000346c09ee484f1bfa3ca52a6", "message": "(Decode Ways) [Accepted] O(1) extra memory cost\n", "proba": 3.82169946533395e-06}
{"commit": "6240b0e51fddb984855dad3e7296ac15019b81ad", "message": "\u661f\u53f7\u4f5c\u4e1a\u63d0\u4ea4\u3002\n\nSigned-off-by: abc <d407061bbe34d6f15e3724a1e896b69ccbbbed0a@qq.com>", "proba": 6.516850703519594e-07}
{"commit": "6591615776da760f4b76327918558a23ebc6a5de", "message": "Fix for AXIS2-2838 - JAX-WS Metadata WSDL4JWrapper Java2 security updates\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@549676 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.6008219694849686e-07}
{"commit": "1ef04746d3d691515b642b20f2fd2f87c762906c", "message": "*Fixed /playsound so others can also hear the sound\n", "proba": 1.1959910750647396e-07}
{"commit": "3742f36e665d93f0d6af1e876c12f28eca96c3c1", "message": "Fix a bug when populating worker IDs in EOSController.\nThe constructor of EOSController needs a list of distinct IDB IDs and a list of distinct worker IDs, and the total number of channels would be num_of_idb * num_of_worker. Before this commit, we incorrectly passed a list of duplicated worker IDs to EOSController.\n", "proba": 6.369376933434978e-06}
{"commit": "f5d06bb54329584ed976255ebd2b12ca7af5cfd9", "message": "New test suite for DryadDataFile\n", "proba": 1.493694981036242e-07}
{"commit": "cb473870463af7a7c9b0b8c0a9390982c302fb3f", "message": "more general fix\n", "proba": 1.902160136069142e-07}
{"commit": "7b67e289ec819916ccfba07f6e04ff27b55fbbbc", "message": "Widened reconstruction tolerance for smaller dimensions\n", "proba": 1.3431420597953547e-07}
{"commit": "7f9474ced46e4da0587d4673fe00a7c7d50a0101", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "b8f45f42c5489a0acb77b7c7b4978555ebeabad2", "message": "HCMovement: Cancel out FOV from speed change entirely.\n", "proba": 1.0545358009039774e-07}
{"commit": "aec99e60416a201b90ac5ceab07f9117b1c643fa", "message": "ops, someone forget @inject at constructor\n", "proba": 5.26799340150319e-07}
{"commit": "3cbd4a9b80696d5cd88fbb1c5a938057b67304ee", "message": "add hibernate AbsctractSupportDao\n", "proba": 2.5137171633105027e-06}
{"commit": "bed107dcf17131928892c0e172374d61d6cd5686", "message": "group.\n", "proba": 2.1452244709507795e-06}
{"commit": "308b6ab860220e01cbba686d5f55bc0a4e796967", "message": "grab the e function, not null\n", "proba": 0.9993699193000793}
{"commit": "6eb907fe22ff29e04f00213a0dfe918ed97fb712", "message": "Fixed date sort bug on the bookmarks list UI.\n", "proba": 1.0827397289858709e-07}
{"commit": "2f90f73cd59f1179a77b6ad1e2f351d550f4ed87", "message": "Accepted LC #207 - round#7", "proba": 1.8288778846908826e-07}
{"commit": "ddfca329c1a87c7f9c1d801ee4cf0d62b55408a3", "message": "Create Hello.java", "proba": 0.00010773431858979166}
{"commit": "a933c44d785498b7238bffcf800757ff47cd8265", "message": "response cache\n", "proba": 1.3557244074036134e-06}
{"commit": "5ac532f4af07ca0ec422853966c8ee848be9ac88", "message": "Adds apache pool datasource\n", "proba": 3.967055022258137e-07}
{"commit": "caaab02aeaf05b3d1aa12c9a1ee254dc41663f9b", "message": "Regexp patterns are not validated... in that case I've seen some kind of DoS issue. #JENKINS-27402\n", "proba": 4.347390074599389e-07}
{"commit": "7b4254bf36d5630d959e5d2f1046c309a54a03e2", "message": "adding SocketExtender class\n", "proba": 1.9850615728955745e-07}
{"commit": "b6cfdf8fff284d5e6751e34e808a480bae5f88e6", "message": "HBASE-9060 ExportSnapshot job fails if target path contains percentage character (Jerry He)\n\ngit-svn-id: 1ea5de6e32eadb5f080cfd8bafe1c87167c06d54@1507792 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.511601562422584e-06}
{"commit": "57d3af22623bc371f1ee19ebfa9a68edc4095a1b", "message": "Frequency Data of Written & Spoken\n", "proba": 1.4175466844790208e-07}
{"commit": "0e270c099bc3fdaf4b77efa9558942f9283f9f13", "message": "Optimized listener performance (all connections will share the same codec instance from now to reduce RAM usage and channel init time).\n", "proba": 1.0133057770644882e-07}
{"commit": "8c6e6e7372f26e87b56debc1177debfa4971c00b", "message": "am 13b75939: am d4d2aa51: am efbe7cc0: am d1c82f8f: am 1cb3c1d3: am fc80fbe3: am 7bd0b652: am 4bdab6bb: Fix FLAG_DISMISS_KEYGUARD not working\n\n* commit '13b75939596eec63c096fe9e85643b8c42a40b12':\n  Fix FLAG_DISMISS_KEYGUARD not working\n", "proba": 1.2352680869298638e-06}
{"commit": "5de6bf4210246fc57847502d251d2e0ae5837274", "message": "Make FLAG_SHOW_ON_LOCKSCREEN work again.\n\nBug: 13635952\nChange-Id: I50c5184c41e10e90e6547d810b2be9eed103e074\n", "proba": 9.86139912129147e-06}
{"commit": "f71343ddf0f10db762f1b4ad5717f04742f83b66", "message": "Fix regression in long-press home behavior on tablets.\n\nSome config.xml resources have values that vary based on the\nconfiguration.  A previous change caused initialization to\noccur at a time when the configuration is was not yet available.\nThis change fixes the problem.\n\nBug: 8891502\nChange-Id: Ia768dc2308cc6ae5f11812c6bce6a6e116cfd759\n", "proba": 2.3755769689159933e-06}
{"commit": "3ad9e9d3a2e28ec5aeaf3fa64b5b777569a704f9", "message": "LockSupport\u7528\u7684\u662f\u9501\u7684\u5e95\u5c42\u6e90\u8bed\u64cd\u4f5c\uff0c\u5f88\u591ajdk\u7c7b\u7528\u7684\u90fd\u662f\u5b83\u3002\n", "proba": 1.0374029102422355e-07}
{"commit": "e67a4d729d2ed0e73b8f1c82c96a6292f712d27e", "message": "Add gui begin\n", "proba": 2.3925693426463113e-07}
{"commit": "7004309d29e216a1211fe203147588216bec5e86", "message": "http://NewsMute.com\nCode inspection\n#newsmute-133 In Progress\n", "proba": 1.248516952045975e-07}
{"commit": "2ed6b6098b81e492c83462dfe4408e5469ac6e75", "message": "Minor refactoring in RapiDO\n", "proba": 1.8023791881205398e-07}
{"commit": "a5a9a704bd3d633dc5453a47a89923ccd0e4e0c1", "message": "Added files via upload", "proba": 1.542259724374162e-07}
{"commit": "00012ad3728a3125e9d0e7b51968d9ee93001c1f", "message": "Update markdown extensions\n", "proba": 7.4492646717772e-07}
{"commit": "9ff91369094f50fc94e2cb17f6a69131f383db1f", "message": "Make listener work when team not enabled\n", "proba": 1.1087074653914897e-06}
{"commit": "1151cc5155f2ff37ad3f66fa2d5bd33beaa51535", "message": "Tweaking the notion of a plugin.\n", "proba": 1.1270184785416859e-07}
{"commit": "dc78034a3a39a947478897a66c5786af6765c49b", "message": "Commented some parts of code for proper debugging.\n", "proba": 1.0847323750340365e-07}
{"commit": "5aee7a576186562c5c78e13cd1e7e1a3ccfa1f71", "message": "removed excessive comment\n", "proba": 1.468891923650517e-07}
{"commit": "46e32440396c50c12d877f98501663a2a1f99092", "message": "Added tests for ZoomToFitTransformerTest.", "proba": 1.0775849546007521e-07}
{"commit": "2f8579021a9610c09f58a66a12faf19bdd7cfdb7", "message": "1. Update header comments.\n2. Improvements to logging messages.\n3. Refactoring for new QueryScope enumerated type to replace true/false\nflag indicated local versus distributed Registry queries.\n4. Refactoring for renamed/extended IHomeNodeConnectivityCallback\ninterface (now ITopologyChange).\n", "proba": 1.236449804764561e-07}
{"commit": "7b04c509836d2fee178bab533a50e3d85b330f74", "message": "CORE-702 Classcast exception: java.lang.String cannot be cast to java.lang.Boolean with Oracle\n\ngit-svn-id: a91d99a4c51940524e539abe295d6ea473345dd2@1739 e6edf6fb-f266-4316-afb4-e53d95876a76\n", "proba": 2.6892171263170894e-06}
{"commit": "51e5e4e00b228877c047e53097444767476f9379", "message": "added stacktrace msg when non-parse exception occurred in LogQueryPlugin.createQuery\n", "proba": 6.194592856445524e-07}
{"commit": "b1af68619650ab411942e9eabf7183574d7eaa34", "message": "filter null value in boxplot command\n", "proba": 3.987624666024203e-07}
{"commit": "0511376286e855d83fed82cb0092bdf47c3091c1", "message": "add EventLoggerTest back\n", "proba": 2.0635154385217902e-07}
{"commit": "091144db833cd310f9e54a5d22b80da8bc1d5746", "message": "Fixed a typo\nRemoved unused/commented code\n", "proba": 4.0045148352874094e-07}
{"commit": "f90ea026af28c1fa1ffaebc367ab40ef20adb122", "message": "added rtpservice\n", "proba": 2.4278656951537414e-07}
{"commit": "37a52a103a8d446b49222f8b0d95a6eec369f22b", "message": "am 27935970: am 4f3cb005: am 9c236001: am a739f0df: Logspam is spam\n\n* commit '2793597078ee6cbb04eafea48ba0ee89f0b73449':\n  Logspam is spam\n", "proba": 9.276010359826614e-07}
{"commit": "214bea1b599ba2deccfca6e72a77bf411c724696", "message": "Ignore user serial numbers in core-only mode.\n\nWhen booting in core-only mode, our data partition is a tmpfs which\ndoesn't support xattrs, so we can't set/enforce user serial numbers.\n\nBug: 28254840\nChange-Id: Id83c551c7c603a4cd5043e06f7161441b2dfaa8b\n", "proba": 5.028124633099651e-06}
{"commit": "73688e6518cd06173e1d7f123c5283f9d534cc30", "message": "Fixed bug on idea:clean\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@391546 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.537293480349035e-07}
{"commit": "c83443b43ab13b4e9797d4ffa47529a0eb01076f", "message": "am ccfe6bd4: Merge \"Remove unused local field.\" into lmp-mr1-dev\n\n* commit 'ccfe6bd479acc41e018bd38c4021614dc9326fbf':\n  Remove unused local field.\n", "proba": 4.1900645442183304e-07}
{"commit": "cce69855c29c07861da18a58059e1a317884e14f", "message": "Upgraded system apps could be mono or cluster.\n\nDerive old-style paths for monolithic installations, otherwise\nassume cluster installation.\n\nBug: 16163776\nChange-Id: I03f1a12f9c07f6177a5c09be2bfe967416c07652\n", "proba": 1.9024200810235925e-05}
{"commit": "0bc255466bac5a10ae51152b1946eeac1a8edfa2", "message": "Initial import of popup dialog for editing CQL\n", "proba": 1.8376965726929484e-07}
{"commit": "e725807db634af9cd68a3aacda7bcd04a8ec3a43", "message": "am 8c47b335: am 5fe22e4f: Merge \"clear calling identity to dexopt\" into mnc-dev\n\n* commit '8c47b335b0dd06efbcbf17e26df2be67a33a15f1':\n  clear calling identity to dexopt\n", "proba": 7.775413450872293e-07}
{"commit": "14088bf555aec577f88088bd17fcede69eea735a", "message": "PL-10320 ClassCastException during saving filter in dialog lookup window\n", "proba": 1.224349688300208e-07}
{"commit": "0c6f8bcb6a8b9f990a90cd559df62c4723d3efaf", "message": "Set default action as primary in every option dialog #PL-5795\n", "proba": 1.4536406922616152e-07}
{"commit": "7c5d77fab963d7862fd4be80a9c9663c34f73697", "message": "Fix for AXIS2-3717 - WSDL2Java fails for WSDL that work for Axis2 1.3\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@646510 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.697248409182066e-07}
{"commit": "c977c6374934c435954baa56cf257b1b438a6dbb", "message": "add accumulator that does averaging without blocks\n", "proba": 1.3925040320827975e-06}
{"commit": "4e7399ea703096495673c90475d8b81fa17834e6", "message": "the ExpressionName production is not used, so test ContextFreeNames instead\n", "proba": 1.2735047505429975e-07}
{"commit": "eb5d1134a0f88c36b60884ed9a2c5e9d21bd29a1", "message": "Test class for global.require.json file\n", "proba": 3.6489697663455445e-07}
{"commit": "636714fd9ec9c80c763fb72b608cd4ebe713c21d", "message": "grab the decision from the map , if not root\n", "proba": 5.75157855564612e-06}
{"commit": "7ad31197c30aac957c9565115288da9254b1edfa", "message": "hello world", "proba": 0.9999812841415405}
{"commit": "e3ff7882d157fa169ef243db64bbe1ee7ea4d278", "message": "Pr\u00fcfklasse f\u00fcr Encodingprobleme in XSL hinzugef\u00fcgt\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@3344 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 2.7683103098752326e-07}
{"commit": "69bdc266e968872946582d2ace705a2466da63e1", "message": "exceptionHandler no longer auto-registers.\n", "proba": 1.1863149751434321e-07}
{"commit": "d108b6afbe5d85905b818ced3aefd61f11b93ed5", "message": "isAuthorized functions made public\n", "proba": 1.0406903356852126e-06}
{"commit": "05e0705177d2078fa9f940ce6df723312cfab976", "message": "Battery saver: limit notification intents to system UI.\n\nEnsure the actions taken by the HUN warnings came from sysui.\n\nBug: 20918350\nChange-Id: I8dc02ebdfcc1f60d068bea43e10e350dc566728d\n", "proba": 6.972176720410062e-07}
{"commit": "56a8b13de94fde453c35b467d0991a013304ca26", "message": "WebSocket client-side handshake\n\nReview URL: http://codereview.chromium.org/6265006", "proba": 1.9649083071726636e-07}
{"commit": "866f2f0831bd50901973706eb86f75f2673f1a25", "message": "Remove default login values", "proba": 1.0878356988541782e-06}
{"commit": "e450e6b579e7501adb4579c5c0e86edd1ab46a7b", "message": "Rename value in ProductDetailPageController.\n", "proba": 1.2360678169898165e-07}
{"commit": "0a911b94cbcd936268f6ba633ba3fc0d064e7c85", "message": "INTEGRATION: CWS frmvalidation (1.1.2); FILE ADDED\n2004/03/11 16:51:31 fs 1.1.2.1: some more classes for integration tests\n", "proba": 1.1620278428381425e-07}
{"commit": "ad8fb195a139bc1f7a2253576a44ee70440d3c73", "message": "initial progress on masonry CHB cost estimation", "proba": 1.3233605500317935e-07}
{"commit": "7c84d2d6a0cfd177ce167e71692254ded88fc6ed", "message": "caaers-1220\n\n\nSVN-Revision: 6930\n", "proba": 1.4059558850476606e-07}
{"commit": "b66ab456fdd6f301fef3a8f3be2be08f82f5eb58", "message": "readme dosyas\u0131 d\u00fczenlendi\n", "proba": 2.3473404553442379e-07}
{"commit": "c38c7856bd8133351c9b6912f8afedcb63106e67", "message": "test Single thread\n", "proba": 2.813259527556511e-07}
{"commit": "ce20daba6081eaaeec57d11ea2f559679a1e1fa0", "message": "Now handling CARs and JARs in one go making resolution much faster (ceylon/ceylon-module-resolver#4858)\n", "proba": 1.0150622387072872e-07}
{"commit": "754933dbf761f65bd347519c31acdcc01e14bdf6", "message": "Double check that a URL is given. In case someone configures a property\nfile without one. Fixes #14", "proba": 4.621011555627774e-07}
{"commit": "6b07351a0720b03ff05e18206f7be975917a6155", "message": "CSV \ub370\uc774\ud130 \ubd84\ub9ac \uc2dc \ud544\ub4dc \uac1c\uc218\ubcf4\ub2e4 \ub9ce\uc740 \uae38\uc774\ub85c \ub370\uc774\ud130 \uac12\uc774 \ubd84\ub9ac\ub420 \uacbd\uc6b0 split \uac1c\uc218\ub97c \uc815\uc758\ub41c \ud544\ub4dc \uac1c\uc218\ub97c \ub118\uc9c0 \ubabb\ud558\ub3c4\ub85d \uc218\uc815 (\ucf64\ub9c8\ub97c \ud3ec\ud568\ud55c \ub098\uba38\uc9c0 \ub370\uc774\ud130\ub294 \ub9c8\uc9c0\ub9c9 \ud544\ub4dc\uc5d0 \ubab0\uc544\uc11c \ub4e4\uc5b4\uac00\uac8c \ub41c\ub2e4)\n", "proba": 2.8936457852069e-07}
{"commit": "786027e2db079b2dcb18d073dfd3f6b3e6b395db", "message": "Model\u63a5\u53e3\u3002", "proba": 1.725253611084554e-07}
{"commit": "c8a30dcad546a34cd3df9fb061858414b4b18f3a", "message": "Added the JBILLING_PROPERTIES_FILE JVM property with the name of the properties file to use by the jbilling client api. It defaults to its original value.\n\n", "proba": 1.030256839840149e-07}
{"commit": "3301c95066d3854768b43f6f89e66dc6995bf814", "message": "Revert \"Rejig forced hosts some more - closes #927\"\n\nThis reverts commit 72cadac76e1236a1e1b678642926de6562078277.\n", "proba": 1.1042527603422059e-07}
{"commit": "f6e02b4b7fd3dcb34befaeaaf3225dc235b65372", "message": "Made sure CeylonUtils.CeylonRepoManagerBuilder doesn't choke on mvn: and aether: urls\n", "proba": 1.4835926265277521e-07}
{"commit": "4ca844a497f67963868f4d87169450119facfec7", "message": "StatementGen: removed useless and harmful import\n", "proba": 2.897815193136921e-06}
{"commit": "b8edf68d870d17c7465efe8403c50cfb625c3e97", "message": "fix #2811\n", "proba": 2.8296190635046514e-07}
{"commit": "e93231619a9b4c0108364019c0b655b4e169b19c", "message": "Fixed some CSD bugs\n\ngit-svn-id: 50f83ef66c13f323b544ac924010c921a9f4a0f7@1634 00569f92-eb28-0410-84fd-f71c24880f43\n", "proba": 4.525685994849482e-07}
{"commit": "31743ca912f9630fd74b90b0b18c03b9cfa9320d", "message": "Initial import ...", "proba": 1.286749409246113e-07}
{"commit": "b7192cfb2dece5b909a3e196ed5aa9e49ad6a2d3", "message": "rename version -> commit", "proba": 1.993083600382306e-07}
{"commit": "0b2a4f958974e7a86943aa3c5540ba3315353c40", "message": "A special animation that makes it easy to do fancy stuff with all the\npieces on a drop board, like slide them in or off or whatnot.\n\n\ngit-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@3085 542714f4-19e9-0310-aa3c-eee0fc999fb1\n", "proba": 1.3774745184491621e-06}
{"commit": "918d218e969065b38fbbd28223c52caf6765736c", "message": "hashcoder test\n", "proba": 3.899684998032171e-06}
{"commit": "18d98c2b96c2182a736993fb9ed16f87298c1a6c", "message": "Entity class for Project\n", "proba": 7.199433866844629e-07}
{"commit": "51b457e2d12fe32162c74e803e69331ae8432cf1", "message": "Added MSActionControl\n", "proba": 1.7995967027673032e-07}
{"commit": "d147bb43eaed69b95336728766aa91e43484a215", "message": "Improved the package documentation to outline the requirements for the combination of non thread safe and thread safe implementations.\n", "proba": 1.0392288629645918e-07}
{"commit": "1844a1acbf5d453fe5f067b48715b9e534d35f3f", "message": "Remove caching in aggregator service\n", "proba": 5.397611744228925e-07}
{"commit": "f235206045c201d6584567b8526cc709c82375e6", "message": "adding SqliteDataStorage\n", "proba": 2.3763672629684152e-07}
{"commit": "18f878d993bfbe7258976818aa8c5c0288a746fc", "message": "Added a tree and drag handler to allow the creation of kin entities from archive actors and to add actors to kin entities.\n", "proba": 1.02707055305018e-07}
{"commit": "5109d806911138a15fa8760e12d29131354e1f82", "message": "Fix ForgeGradle printing sensible information into the log.\n", "proba": 1.0873776545849978e-07}
{"commit": "d29bb0a9dcd81794cc97da9c58a48cf1adb7212e", "message": "ch7-p4-t3\n", "proba": 3.9311529690166935e-05}
{"commit": "db770e2af007d444eb1bc2766ca55dcca54eedcb", "message": "[Persistence] Added RepliedCall as first ORMDroid Entity.\n\nSigned-off-by: Juri Berlanda <5bfdca9e82c53adb0603ce7083f4ba4f2da5cacf@hotmail.com>\n", "proba": 1.187939560054474e-07}
{"commit": "c099181b552d13dd24f4a94854fb16332f5a1e05", "message": "silence deprecation warning\n\ngit-svn-id: ddc8cd1199829c18fa5932f18135ba8f687fc5aa@16 989093bb-e83e-0410-a25a-9184cbcad8d0\n", "proba": 1.3378919447859516e-06}
{"commit": "f0adf25f7814bb4ea91a4a4a550840c006429565", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@3572 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 6.692345095871133e-07}
{"commit": "a4778bc5b8eb8d51f3d0f3fcc9e807937f149f7c", "message": "fixing OutjectResult tests\n", "proba": 2.5930705760401906e-07}
{"commit": "65e700a974704412decb687e4b27ecb0f0e54893", "message": "disable unit test out put\n", "proba": 2.2315049363896833e-07}
{"commit": "f15dab07b6e52cf720fad679cb2ba2b430b5a17e", "message": "Minor change - CalculationServiceTest", "proba": 1.332168579892823e-07}
{"commit": "031aea6a65ca52280133c24892d6705f89f285d1", "message": "Create Minutes Before the New Year.java", "proba": 4.355064447736368e-06}
{"commit": "b8981e4f62486e910b5daa5975cc26034a1a9bc5", "message": "added 1012 Monte Carlo TTN fits CCDSr14 java code\n", "proba": 1.149706250203053e-07}
{"commit": "3776a7472e9db584de2280352533f212ff3391f4", "message": "PassiveAggressive algorithm\n\n", "proba": 0.9999864101409912}
{"commit": "8b9bc3d0967f1a221a2582816d4f4b64b8f28020", "message": "implementing Deserializer instead XMLDeserializer\n", "proba": 3.5161616551704356e-07}
{"commit": "269ac23d954255a9f9ee1a4b247cf3578dee421d", "message": "Makes use of the new seedDB class.\n", "proba": 1.0854981269403652e-07}
{"commit": "b64ac25922b7f3a1a76b2656832ed7f6f56713da", "message": "Updated #084", "proba": 2.0931703659243794e-07}
{"commit": "5b2ac6a16c726b595b1fd2c4efdb98fb010a3df7", "message": "json should use \" instead of '\n", "proba": 0.001422330504283309}
{"commit": "80d16e3de698218679000e89c9882bfb62209bbf", "message": "added RFListener\n\ngit-svn-id: b6c13a3f01c183418960c1e4d1e6a42a97ce9376@305 23d1a52b-0c3c-0410-b72d-8f29ab48fe35\n", "proba": 2.785744754874031e-07}
{"commit": "2ac9cad90ba3c0d19c3dc48dbf6205487a23990a", "message": "Add plugin for toggling between color modes.\n\n\nThis used to be revision r3018.\n", "proba": 1.0305163300472486e-07}
{"commit": "7dbc35670d836a961ef96baee64e4e4ece2d17a3", "message": "Java 7 issue fixed\n", "proba": 1.9380830451609654e-07}
{"commit": "793dff8dcb191587579d30d1be055e3cdc8b14f4", "message": "Fix double quotes in DocGen and YML files.\n", "proba": 1.0710361664223456e-07}
{"commit": "2b8248ba8d91d67705c6022b55fe8ad6b98e4c69", "message": "jedis-kv-store.", "proba": 1.594217735600978e-07}
{"commit": "48577c9292e2575fab81cbb9d334a16877e590c6", "message": "KCAWD-525\n", "proba": 3.0352541102729447e-07}
{"commit": "c023baa2df07b0d01c451e8636856a5cf10e53f9", "message": "Add new annotation @CurrentActionMapper\n", "proba": 6.5142676248797216e-06}
{"commit": "e60e23b7a3b4d3b320479dbb9685b0d45dc29533", "message": "fix parsing by aired date", "proba": 1.4996075151429977e-05}
{"commit": "bdfda8c442a43c672e022f1846d72d7ff0321561", "message": "Support boolean values in XPath property evaluator\n\n", "proba": 2.1680259010281588e-07}
{"commit": "9e6f5424d99f46d079c1cd826dfbbdfd937b00eb", "message": "Prevent NPE in principal autocomplete service\n", "proba": 6.078568048906163e-07}
{"commit": "f651b8f9321d8126d7171f90d4f9397cda36a038", "message": "FIX the Management Interface tests accoridingly to the POST /groupingrules route\n", "proba": 1.404826122097802e-07}
{"commit": "ea152e2f464933af32778b34d2e0530624c1cd62", "message": "HBASE-5862 After Region Close remove the Operation Metrics; ADDENDUM -- missing import\n\ngit-svn-id: 1ea5de6e32eadb5f080cfd8bafe1c87167c06d54@1331040 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.117575720854802e-06}
{"commit": "3e2f89b68a1e912db68be6afd6cfd13ba89adeef", "message": "Mock the serialization of the document failed message\n\nAdd mocking of the serialization of the document failed message to\nprevent integration with the schema registry when running the\nunit tests.\n", "proba": 1.2867543830452632e-07}
{"commit": "58d6a20cfaa55ebe269ac0736999b90c3227b0c1", "message": "am 6b178e47: Merge \"Always assume evdoXxxx signal strength values are correct.\" into eclair\n\nMerge commit '6b178e472266052b4a9b28b1e4a5cef07f1ebf8b' into eclair-plus-aosp\n\n* commit '6b178e472266052b4a9b28b1e4a5cef07f1ebf8b':\n  Always assume evdoXxxx signal strength values are correct.\n", "proba": 0.0002098110708175227}
{"commit": "9d5ac7bd8ac92ac8fda2e1ac500438ffe6e3aa0f", "message": "am dcbba67a: Telephony: Fix merge issue \"Set enabled state before notification is sent out.\"\n\n* commit 'dcbba67afc08d0ac9af53e95d5997af11f869853':\n  Telephony: Fix merge issue \"Set enabled state before notification is sent out.\"\n", "proba": 1.1926185550237278e-07}
{"commit": "a3ed3b62d1d61d7f547a978df9086c819de559e9", "message": "Fix our interpretation of apn setting's bearer.\n\nBetween ICS and JB we changed it to use TelephonyManager's network type\nenumeration.  This changes it back to represent the RIL's radio\ntechnology.  The only diff between the two is 13 and 14 are swapped,\nso the change was causing problems with LTE and eHRPD.\n\nbug:6830908\nChange-Id: I85a7c8037f370f368e5cbf6dc2c9395c6889b541\n", "proba": 3.930390448658727e-06}
{"commit": "f8ae9f836c10358704a85c5c9987d3c40a34b913", "message": "Fixed keywords handler registration.\n", "proba": 1.2748256494887755e-07}
{"commit": "a683dbbce851941fc8334c18c172fd641ee1d0be", "message": "Fixed Issue #66.\n", "proba": 1.0962886420884388e-07}
{"commit": "0f25c6812d735269e33b0b842fdbbad3ffdc2fed", "message": "add another arrow to csv test\n", "proba": 5.758224119745137e-07}
{"commit": "49c1b69a568ce58c940e5a2b0641a2c50798cbe2", "message": "TIF: add more documentation on Hardware session.\n\nBug: 17909341\nChange-Id: Ie537eb77b6ac4b63e4e9306c1781f84dd4be2719\n", "proba": 3.381156261639262e-07}
{"commit": "f12ac4817482f1b1e9c25fae0e638ba6bc4ba1bc", "message": "am 58d7cb1a: Merge \"Remove a Handler constructor parameter Looper in TIS\" into lmp-dev\n\n* commit '58d7cb1a7d2561531ca96b52185fe5f97f6d5db7':\n  Remove a Handler constructor parameter Looper in TIS\n", "proba": 9.790135209186701e-07}
{"commit": "3a22378dfec904157199c1c382411e00c6ffa3ca", "message": "am c109f221: am e47e3b19: am 8d121cf3: am d8162e47: am eec3d9e3: Merge \"TIF: Enable hardware acceleration on overlay\" into mnc-dev\n\n* commit 'c109f2212b188aa60a75b14f4c6db3ad35d026a5':\n  TIF: Enable hardware acceleration on overlay\n", "proba": 1.0213832410954637e-06}
{"commit": "a64ff0034e605a04aeba23db9c49087514c53c5d", "message": "Implement encrypt() & decrypt()", "proba": 0.0001018006369122304}
{"commit": "ce43d23f9805e711deda65bc08958a00f0637dc2", "message": "383. Ransom Note (easy)\n", "proba": 1.1247249886991995e-07}
{"commit": "7d4ef22c78a907e55773b580f477867f0dc46351", "message": "missed file\n", "proba": 3.1245721743289323e-07}
{"commit": "0a31c9d30f7ceeee93363bf947e099ad5fd3dcce", "message": "[easy] challenge #2\n\n- Added java version\n", "proba": 1.1881412831371563e-07}
{"commit": "8db5736e90ef6cca7169781da450afe910f26f57", "message": "\n\u8bfe\u5802\u7ec3\u4e60\nSigned-off-by: WangJianMin <ddd898d6dd0b186f028e4e0abe6f7b937d6802a5@qq.com>", "proba": 1.1236571850758992e-07}
{"commit": "de2656bc53718549e00922c66a9d6ce8ca438aeb", "message": "\n\nSigned-off-by: sunhongjiang <sunhongjiang24@qq.com>", "proba": 1.3062027903743e-07}
{"commit": "205be136dc1f0a2e32c6333aa517091bf373d3cc", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "3dd17565fa0afa5e962547a5429d7522524fb810", "message": "03/03/2016 - teste listar pessoas - OK + REMOVER - OK", "proba": 1.8506794731365517e-05}
{"commit": "515db6c5aeb8946ed1a6ff9c0667e36d2e0c690b", "message": "Work on #4898 for LazyList\n", "proba": 1.2695745965629612e-07}
{"commit": "60a6a5aa5f45f03256647b3791fc7424271aa644", "message": "add package-info.java\n", "proba": 1.1110615787401912e-06}
{"commit": "eff7789f1f7fdd60c4dd0df4c6023aaee7af2de9", "message": "Added removing the dummy column family at the end of the bulk load.\n", "proba": 1.0042836606771743e-07}
{"commit": "7d1befdd306701e08322c8e7e5b672c3d850af6a", "message": "Updated code samples to Aspose.Tasks for Java 17.11 Release\n", "proba": 1.2544103356049163e-07}
{"commit": "df7ffe9cb4a1b975d5b1853693d6643099635935", "message": "added hint that we need an input stream here\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@5493 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 5.725369192077778e-07}
{"commit": "b7eb875a58bec3e3310215e58c6117ae12d6a1d5", "message": "use the imagepluse to grey function instead of bufferd image one\n", "proba": 1.3824633526837715e-07}
{"commit": "14a6725ed4532b00f370d8884e0419fc0a21a0a9", "message": "Notifications f\u00fcr Lehrer standardm\u00e4\u00dfig aus\n", "proba": 1.5947910014801892e-07}
{"commit": "fa8e916922a5cb1821eaec6c31a70ce102ae6382", "message": "Added dice roller", "proba": 1.9327026734572428e-07}
{"commit": "6599132b61b2fead9398e1490276218b2c6e9167", "message": "Removed main method.", "proba": 1.341083901706952e-07}
{"commit": "f584f68c413d35edcaa4b7935cd9c33356dffcc9", "message": "graph: Add Java SimpleMaxFlow\n", "proba": 5.153012239134114e-07}
{"commit": "8db661bc9106146444331cf5316bac4949255e59", "message": "*** empty log message ***\n\n\nSVN-Revision: 221\n", "proba": 3.3320935699521215e-07}
{"commit": "26d9d772c2345bf8affaeea1105e2e0141bb497e", "message": "(Word Search) [Accepted]\n", "proba": 3.3553814660081116e-07}
{"commit": "67f19bb66d9a2cd7e9a959842ca8bd6494a15afd", "message": "new mapper and reducer", "proba": 1.8522263189879595e-07}
{"commit": "5bb4a5d4140dae21cbc8bc47ef39a1573784ea2b", "message": "clearing markers after ending trip and only re-adding destination and user markers.\n", "proba": 1.0621197077398392e-07}
{"commit": "9519d7553496570f87558705704c2889749f30c2", "message": "database: add rx-realm inspired by labmu\n", "proba": 1.2509352131928608e-07}
{"commit": "d098dcb8bf9b115e7c9261c0a8bd1c981cb00274", "message": "mMainHandler\n", "proba": 5.279296601656824e-06}
{"commit": "3cdb99faa9bd705b26b079b71762996dc2bc331b", "message": "matches now takes a RecentNotification instead of expecting callers to all request the same thing\n", "proba": 1.2087915024494578e-07}
{"commit": "62a867559e789476dadb2510f42d6e327540b9d3", "message": "Base publisher should close file system\n", "proba": 7.756875675113406e-07}
{"commit": "46cdd4095039b006fa0901972c4f5743ba6063c5", "message": "am eed81be1: am 6ae9dc80: Merge \"Postpone AnimatedVectorDrawable animator inflation until applyTheme()\" into mnc-dev\n\n* commit 'eed81be1c5720e45cad7c8dd86ada3e4b39eec1f':\n  Postpone AnimatedVectorDrawable animator inflation until applyTheme()\n", "proba": 6.009934168105246e-07}
{"commit": "13b3dcbb0e7f65db9759bedb435ae70a76e4b7db", "message": "Convenience utils\n\nWrote a couple of general purpose methods I'll be using later on. The file-related ones were copied from StackOverflow but modified to my style.\n", "proba": 1.2333924814811326e-07}
{"commit": "f2221f40add4555fbc7c9c53088b91ab7579d18c", "message": "am 9c7c737a: Merge \"Ensure there\\'s a valid handler when registering a sessions listener\" into lmp-dev\n\n* commit '9c7c737a603807e727721d00b70a227f60c674e1':\n  Ensure there's a valid handler when registering a sessions listener\n", "proba": 2.362739223826793e-06}
{"commit": "ba8a1aa9a8a17462ceeaa1a045acccbf19768dbd", "message": "Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52953\nWhen using DIGEST auth, digests are always represented using lower case hex characters\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1303338 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9978122711181641}
{"commit": "c6f59f0bf065fb3a39393876205684a83c3d64d9", "message": "Fix: Bug 396772 - New --skipInitSetup flag doesn't set the setup complete token\n", "proba": 1.2412299099651136e-07}
{"commit": "5b87de5781e51176812e82447a0a1e106aa567fb", "message": "SimonStewart: Make sure that each generated SSL cert has a unique ID associated with it. Fixes issue 4818\n\nr18364\n", "proba": 2.2913685882031132e-07}
{"commit": "c500c631a890e82df6afe0acc0bc9b72ca31426e", "message": "add test for move locations for the bishop\n", "proba": 1.6838713179367915e-07}
{"commit": "eae79c31ee78c0fab87172148a798bc6d2d88613", "message": "Added tests for UriImageIOQuery.", "proba": 1.1431866653310863e-07}
{"commit": "2da905bb3408b217daacb21d5c1bfa21cd681537", "message": "Normalize mission storage's setCompleted\n", "proba": 3.5724431199923856e-06}
{"commit": "e1374d58399b90476dae6b140c6e77e2bb4aa3c3", "message": "modify CD2ALS.java\n", "proba": 4.390741196402814e-06}
{"commit": "fad5881cbc90256968a0943ca7d962b4e5ff189a", "message": "Adding gridframe\n", "proba": 6.083149628466344e-07}
{"commit": "88b0ba6fb1ebded4d2b00c457ca4c19bd9a76c55", "message": "Fixed display bug\n", "proba": 4.0500191289538634e-07}
{"commit": "31d085d1665b2885070ff422d068ee972d569b59", "message": "INTERLOK-701 need to call prepareConsumer\n", "proba": 1.3703647994134371e-07}
{"commit": "78719893969d4365ea0b54fb389c2ed60e4a3dff", "message": "fixed that fucking bug\n", "proba": 3.039683349470579e-07}
{"commit": "881e1c17a9d8880e335d6c78d9fdf65dcce9fad2", "message": "Java: bump version to 1.0.0\n", "proba": 1.859152689576149e-06}
{"commit": "a111360f6dc79a271b5e0bf5ab4f9e5ea628a086", "message": "Simple API for writing to filesystem in general.", "proba": 1.0929689864269676e-07}
{"commit": "9d063ca46176e965b963e4cdb69436dc1ab3efc0", "message": "add requested artifact concept", "proba": 1.9599151812599303e-07}
{"commit": "b15590c52111cf252f395d372b663c61e2040acc", "message": "tests\n", "proba": 2.351589273530408e-06}
{"commit": "e9851fdade208be84c0f326d5d55d27e9d008ff0", "message": "Extract the post on rest template\n\nat each call post only the json change\n", "proba": 1.9542316294973716e-05}
{"commit": "fe7e7e033b08be789c2967e718f394e5cd763e7c", "message": "Added disengage module method\n\n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@424191 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.2289690327379503e-07}
{"commit": "f52422c29893fd04a658a91c7949ca68a295ebfe", "message": "updated login screen\n", "proba": 7.588013204440358e-07}
{"commit": "6ef34cd1e962a51004ee779239275946feb1d52d", "message": "agregando clase\n", "proba": 2.6395382519694977e-06}
{"commit": "b3ceba5dbc4720a4b2efd493f8c6454eb8c48592", "message": "optimization layout\n", "proba": 6.124724336586951e-07}
{"commit": "8348c35165001cdb16c73f077be257f653392535", "message": "am 4fea742c: Merge \"Update copyFrom(BaseObj[]) for large objects.\"\n\n* commit '4fea742c07d2d55f29b7d61078914c5f83817313':\n  Update copyFrom(BaseObj[]) for large objects.\n", "proba": 1.2113487457554584e-07}
{"commit": "823e679e666fa42f1072e55bb343348e676c0b35", "message": "TheMovieDB Common MovieCollection\n", "proba": 6.271127972468094e-07}
{"commit": "b50340bf830b68fd4f7ffd4cafffec7ee3bb1eb0", "message": "added field ordering to evtctxlist commmand\n", "proba": 3.90641929470803e-07}
{"commit": "ad5303de38171a1519410104e788b37536d6ec61", "message": "LeetCode: 21. Merge Two Sorted Lists", "proba": 6.512858089990914e-05}
{"commit": "c417b0d7c85078c782bbe82fd28609f8fbb1cb9d", "message": "XML builder for EBEye\n\n\ngit-svn-id: 3b072e65a3fa17484098501e33f71e6bdf618ed4@8220 2913f559-6b04-0410-9a09-c530ee9f5186\n", "proba": 4.046625292630779e-07}
{"commit": "74bb1350565b643e6c223d5edb9ca899c669f452", "message": "- fixing problem if invoking fault Outflow twice\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@433592 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.0350230443000328e-06}
{"commit": "f89d90832f62fef9ca0795ecf3d5e5d640de7bbb", "message": "Mock Config.\n", "proba": 2.1117129733738693e-07}
{"commit": "51b9b3f4320f36dd31d248367f3db42f9080d35e", "message": "Create mapper delegator that delegates mapping to mappers retrieved from\nmapper factory", "proba": 1.5389041152502614e-07}
{"commit": "06a5309a38a21c8fe48ce9825b3a00e8bf889147", "message": "added password generator", "proba": 4.79808136333304e-07}
{"commit": "5ed959d9c456220b0c28c74b468f2d0e165e4332", "message": "classpath: Persist access patterns for version=project entries\n\nThis allows better results when restarting eclipse. Without this,\nthe classpath of a project with version=project entries will change\nafter the referenced project is rebuilt requiring the project to rebuild.\nThis cause more building that was necessary when eclipse was started.\n\nSigned-off-by: BJ Hargrave <3d26bb3930946e3370762d769a073cece444c2d8@bjhargrave.com>\n", "proba": 1.8848211880140298e-07}
{"commit": "e260506b1ecbfd9f969bc024a42e608defde76f7", "message": "Added new classes\n", "proba": 1.4576887963357876e-07}
{"commit": "a0ca2568e99412a344589bd3dd5ffe70cf2ac2a9", "message": "code police", "proba": 1.5595389413647354e-05}
{"commit": "8e8b415bbdd2f30b1fcfdf799e70f076d4de81b0", "message": "Subtract the navbar's bounds from fullscreen windows.\n\nBug: 4959805\nChange-Id: I56743429077ab0cdefcc0062f45aa0bb1c7e60ce\n", "proba": 0.00013292058429215103}
{"commit": "0313864236f82ef0e830c3f97a4b8f7a1e48c1e8", "message": "am 721aaead: am 1428384c: am 958343c1: Merge \"Fix for navbar back/home appearing in keyguard (multiuser).\" into jb-mr1.1-dev\n\n* commit '721aaead07c162ad745e5ed4d7e549f89c8b9a60':\n  Fix for navbar back/home appearing in keyguard (multiuser).\n", "proba": 1.6642218270135345e-07}
{"commit": "d490a1a37516287f8b6287dd16f51b1dfa924d6b", "message": "am ffe72f70: Merge \"Use the correct lock to protect members in PolicyControl\"\n\n* commit 'ffe72f70e0da02868848c7e71d8f44a5463925ea':\n  Use the correct lock to protect members in PolicyControl\n", "proba": 1.7481059444435232e-07}
{"commit": "97e2ef03d6fd692c0961d191247a117e8f661c0f", "message": "am ff0384fa: Merge \"Turn the device on if the camera lens is uncovered.\" into lmp-dev\n\n* commit 'ff0384fa37801b82517897c3d0b03982d443e3c7':\n  Turn the device on if the camera lens is uncovered.\n", "proba": 9.726062444315176e-07}
{"commit": "208a817386bad21245d497c0c5b464f1be9e821a", "message": "Given a json String from Google Book Api, converts the response into a in-memory Book representation.\n", "proba": 0.9984644651412964}
{"commit": "75ef28fe7313617add9afcab930e2de764061df1", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@692 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 5.907641593694279e-07}
{"commit": "7fa8c508e0ebc8d8190fa8860d1f3bab819df081", "message": "make erase-password-on-SIM-change optional\n\nMake this \"feature\" controlled by a system property so it can be\nenabled only for carriers that want it.\n", "proba": 1.1444695502405011e-07}
{"commit": "c211978650580904a4b11b7c5b899e9d2f7ed294", "message": "Add StateMachine.removeDeferredMessages()\n\nBug: 23111466\nChange-Id: Ifbb67d4eb080313af0968d5cb6b9508837e3458e\n", "proba": 1.1801002983702347e-06}
{"commit": "e6874f9df43037b28bb5a8b315849db10d5d1a1e", "message": "am 0b66ea65: am 2477fd69: Merge change Ic31c11ad into eclair\n\nMerge commit '0b66ea65f7c43c7a39e91baf7a39945fc2ad6355' into eclair-mr2-plus-aosp\n\n* commit '0b66ea65f7c43c7a39e91baf7a39945fc2ad6355':\n  Fix 2209086: restore drawable states when drawables change.\n", "proba": 1.309842758701052e-07}
{"commit": "ad4d8ee28a4b79ea6034ffb04c16b9061317cf80", "message": "4.6. 1-Modified StartUITest to check console output [#33585]\n", "proba": 1.0545519302240791e-07}
{"commit": "8894279001fe0b553182f28017177dcbb37bfd05", "message": "generic\n", "proba": 6.816872883064207e-06}
{"commit": "d11a8a1735b49c0b27db9dadb3ebcf9ccd3b499d", "message": "More fixes for FolderSelectionDialog for #22\n", "proba": 1.08984849589433e-07}
{"commit": "0d1d5ffb15bec02ebd1354c8f563deecba389811", "message": "am 97f294f5: am 5ccd64b4: am 80688be6: am af7748ef: Merge \"Consider channel index masks when calculating channel counts.\" into mnc-dev\n\n* commit '97f294f5a65fb7bc2a87acac56db7b576ca5e5de':\n  Consider channel index masks when calculating channel counts.\n", "proba": 3.270706656621769e-07}
{"commit": "f7a8a3f6072e2f90c590ad9470edbb2dc779ac02", "message": "Copia de seguridad\n", "proba": 6.786003154957143e-07}
{"commit": "989ebafc10b98299a433ac8905351113e7473c6b", "message": "Agregue Clase Genero", "proba": 2.2517012894240906e-06}
{"commit": "1f3dad65988cb19a4baf351538067ddbb4d88b60", "message": "refactor to eliminate copy/pasted blocks\n", "proba": 2.1340201783459634e-06}
{"commit": "dc87d3949d1556e2631385f9fe03a43c88973455", "message": "Fix for #99: jar producing: make it into a .car\n", "proba": 1.1526225307534332e-06}
{"commit": "10a0f8e6169c0c4784fa62897c49a6567840e280", "message": "Add some Engine tests.\n", "proba": 1.371463014265828e-07}
{"commit": "582b186cd3b41c5c67649ae2ba9176c3860ab1ec", "message": "am f7b220ab: Merge \"Fix Custom action mode menu item onclick is not working\" into mnc-dev\n\n* commit 'f7b220ab9f62be3d279e3fa7923c249ff0fa09f3':\n  Fix Custom action mode menu item onclick is not working\n", "proba": 3.633070093655988e-07}
{"commit": "654647578176db1f044061e5a875956f181e2d82", "message": "am 5e516a75: am 4bbc9f4d: am 4741f6a4: Merge \"TextView: Make sure the contentRect is within visibile bounds.\" into mnc-dev\n\n* commit '5e516a7531800e9e634bcb424231e51c7f95b0bc':\n  TextView: Make sure the contentRect is within visibile bounds.\n", "proba": 1.8830636463462724e-06}
{"commit": "4e5df00a8b52fd8a5496fc55b10a58d9e36a3416", "message": "Generic joystick positioning.\n", "proba": 1.3361027129121794e-07}
{"commit": "7d461fa93fb653aef07950cd821e4ca78cc7c4d4", "message": "Unit test for AntTargetNote.\n\ngit-svn-id: 28f34f9aa52bc55a5ddd5be9e183c5cccadc6ee4@34508 71c3de6d-444a-0410-be80-ed276b4c234a\n", "proba": 9.118018351728097e-05}
{"commit": "549cda79de89785035a40df996aa1112e40ac818", "message": "Override 'destroy' method\n", "proba": 0.0002288817340740934}
{"commit": "cedc020e808f5388485bde2713806b770973d917", "message": "\u5f02\u5e38\u4ee3\u7801\u63d0\u4ea4", "proba": 8.175566108548082e-07}
{"commit": "72df47c6ffc0a6cf30b12040e959ded5292454fa", "message": "feat: add p125\n", "proba": 1.8356000509811565e-05}
{"commit": "927b9868fdb66a090d670f83e7a2067df3cbe945", "message": "ConcurrentTests: disabled ToplevelToolTest which doesn't run in parallel\n", "proba": 2.0779590670372272e-07}
{"commit": "e4da51d4693c03baee2ac89bcb93541119dad3f2", "message": "Initial version\n", "proba": 4.846839942729275e-07}
{"commit": "17511c5132f9f0de2a89b3eebdcfb93d8207218e", "message": "added NER example\n", "proba": 1.4005628656832414e-07}
{"commit": "15fcfe95e31ccafed22aeee8cfe03d8942b0f815", "message": "Fixed crash when receiving upd/val for an unsubscribed subscription\n", "proba": 1.5299542610591743e-07}
{"commit": "d5c1a865c58666f57bd5dc42bb223ef67837b93b", "message": "feat(rheem-core): auto-load new Configurations\n\n* new Configuration() still derives from the global Configuration\n* also loads either from -Drheem.configuration or rheem.properties on classpath\n", "proba": 1.8152356062728359e-07}
{"commit": "7a5775b5ed8834580faf3454bf05b7f667194670", "message": "Create WebACAuthorizingRealm class. (#1325)\n\n* Create WebACAuthorizingRealm class.\r\nAuthorization-only Shiro realm. Implementation will locate the ACL for the currently requested resource and parse the ACL RDF into a set of WebACPermission instances.\r\n\r\nResolves: https://jira.duraspace.org/browse/FCREPO-2759\r\n", "proba": 1.3798330655845348e-07}
{"commit": "c0ef24ce73e412e9c54370f17391292d0591919a", "message": "a simple logging entry to monitor progress stuff\n", "proba": 1.5590204327509127e-07}
{"commit": "a56d6c3192ad7f4cf9664bb56821abd447362f79", "message": "am 5e1b92c0: am 56d8876f: am 0dfd86e0: am c7be69f1: Merge \"Don\\'t call size on a null metadata\" into lmp-dev\n\n* commit '5e1b92c054551708c8652530830f859613d666e4':\n  Don't call size on a null metadata\n", "proba": 1.0872672646655701e-06}
{"commit": "583c6940d51dbd57bc200cecbd302ae5e7cf2279", "message": "am 40a47f6d: am 4b495477: am 9f1bca5f: am 0ed179d1: am 4a154af9: Merge \"Send volume keys to the default stream if not actually playing\" into lmp-dev\n\n* commit '40a47f6dd7413e19c34869be17b029051c3b8d25':\n  Send volume keys to the default stream if not actually playing\n", "proba": 3.5191709457649267e-07}
{"commit": "ac15b1b0c05c79f5939aa6f88e973d4d479946cb", "message": "Intent filters need CATEGORY_BROWSABLE to be app-linking eligible\n\nBug 22504009\n\nChange-Id: I565b2ba4d1e5deeee8ede3363819deec206dbf58\n", "proba": 7.09739288140554e-06}
{"commit": "026457a41bf6c5373cba42004c4b5b0f57f54abd", "message": "am 64e26348: am 0d616883: Merge \"Fix moving of apps into legacy ASEC.\" into mnc-dev\n\n* commit '64e26348bcb0f6282b71ff3577521d131f765a56':\n  Fix moving of apps into legacy ASEC.\n", "proba": 2.0107434295368876e-07}
{"commit": "df263ee885cf667539f497da957f558268298b29", "message": "am 06476508: Merge \"Resolve based on the correct user\\'s default browser\" into mnc-dev\n\n* commit '06476508c4aae6b9bb5affdc7470abf159ef9eda':\n  Resolve based on the correct user's default browser\n", "proba": 6.281866262725089e-07}
{"commit": "0f44b7ac7118b030ddb130128994447876cdf76e", "message": "am 2fbe248c: Merge \"Grant default permissions if perms reset on upgrade.\" into mnc-dev\n\n* commit '2fbe248c155a716d0345f683963aef7c95cc02b6':\n  Grant default permissions if perms reset on upgrade.\n", "proba": 1.208669289098907e-07}
{"commit": "f20be62a0809b522db5fdc1753491407627183c3", "message": "Fixed a newline in MergingEntryHolderImpl\n", "proba": 1.752034819446635e-07}
{"commit": "74521d3a7ae6291cb6f32e8405b4e67a57b7c626", "message": "am 7bda4b96: am 79355545: am 28762e61: Merge \"Keep default permission grants uninstalling a sys package upgrade\" into mnc-dev\n\n* commit '7bda4b9672dbee0c4cdb7b8d57ad266680775b94':\n  Keep default permission grants uninstalling a sys package upgrade\n", "proba": 1.0095524203279638e-06}
{"commit": "a51d32d7015aef9daf9c960606d3d9a9cb1823d4", "message": "updated to new PartnerRole domain class\n\ngit-svn-id: 8e38db1cf16c4a277275c2a31413431bbf4974e4@282 d46e4f78-7810-0410-b419-9f95c2a9a517\n", "proba": 3.0370318881978164e-07}
{"commit": "8bc48b816c1ab3c69242be67d116ac836321353c", "message": "enable functions: temporarily remove dateTime.changeFormat, math.subtraction, math.multiplication, math.division\n\nSVN-Revision: 2533\n", "proba": 2.6624991278367816e-06}
{"commit": "148cec81bc98f2faa67a0bb549a7e8fb77c4aad0", "message": "Dummy results for testing with\n\n\n\nFormer-commit-id: d83abbf021651b84f6ed62d2231e83c6c571fae0", "proba": 3.597221507334325e-07}
{"commit": "b1145f4a152f185183bdfdd28ff3cc2171ff7732", "message": "[r1741] [no message]\n", "proba": 1.4728868791280547e-07}
{"commit": "28124ca10b04d2508b1c23214299334bb18223b9", "message": "Fix getting ENUM column values from Mysql database having multiple schemas with same table name and column name\n", "proba": 5.995021865601302e-07}
{"commit": "0096e9f609978ce4ca15072b12ebbe9f725954e6", "message": "a grammatical error\n\nor something idk\n", "proba": 0.0014375192113220692}
{"commit": "e559e2effdc4e83e46602c240ea10e6efcc6d5d7", "message": "MANTRUN-158: Add a new parameter to export Ant properties to Maven properties\n\no added exportAntProperties and copy Ant properties to Maven properties\n\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1025558 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.913268286254606e-07}
{"commit": "2286ad4293febd83b019044f29795610044c24a0", "message": "cosmetic changes\n", "proba": 9.934165063896216e-07}
{"commit": "5ab648dfd9f81a9ba00ef90f693130062822f207", "message": "Add identifier for caching", "proba": 8.305785286211176e-07}
{"commit": "1b03905068cd6cf50d70c52e25c787556c372af2", "message": "Create AI.java", "proba": 0.0006252546445466578}
{"commit": "6371647ffe4e08f03c66136f680eca19d6670515", "message": "High-level KenKen solving algorithm!\n", "proba": 1.0771827874123119e-06}
{"commit": "f2f01d228f9bb5a896c7c1549c75e8f332cc4e09", "message": "example using fork join and RecursiveAction", "proba": 1.7652457984240755e-07}
{"commit": "9bcf226de9bc54dadab3beea9ca3d150a9fdfd49", "message": "fixed a comment", "proba": 2.2991480363998562e-07}
{"commit": "89057dab9244c9fe1f03bca1639ed40d26dbfa49", "message": "Add a simple but fully functioning FreeCamera.\n\nIt uses world-space vectors for position and linear\nacceleration/velocity and eye/camera/view-space vectors for rotations\n(i.e. angular acceleration/velocity).", "proba": 1.5732841518456553e-07}
{"commit": "d14d1c4a5c09682b207f26e4e4c59d36cfa3fa09", "message": "Added Constructor public JSONObject(Map map). \n", "proba": 1.1143196587681814e-07}
{"commit": "11a9a372a9a07d64e2e0a50d20a66d98032a3e38", "message": "Uses JTS functions to calculate the union of two geometries.\n", "proba": 1.1377322550742974e-07}
{"commit": "123a372baf0c746dfb5e11ecf2c1cadc873bc842", "message": "Add property for using thumbnails to configuration.", "proba": 1.1111085740367344e-07}
{"commit": "db03ab371c5ecbfadaebdf371cbcbf1859dfed7b", "message": "gegegegeg", "proba": 3.581954160836176e-06}
{"commit": "198f4afd7aca2b48206c6d3e2b8e3ba7e69886f8", "message": "Fix for export bundle action: if no file was chosen, error was shown.\n", "proba": 1.0730747845855149e-07}
{"commit": "972e575278b0f46f854493f95cd2b9cc1e7ce45e", "message": "Initial version.\n", "proba": 1.5797580488197127e-07}
{"commit": "07dc40cf0336cc8816704c9c9bd6b770a4d93c01", "message": "SpriteSetAsset", "proba": 5.748665898863692e-07}
{"commit": "cd7512fafa90f5c52003ff93e3579f506a89bba9", "message": "added DependsOn annotation\n", "proba": 1.9172654219801188e-07}
{"commit": "dd240992d408f81e0872194b0b0dd0e6907a87f4", "message": "add a feed relation to describle the relationship between a group and a\nfeed", "proba": 1.3105393009027466e-05}
{"commit": "2ac59b4423f4181840ebd44d6dc192f53b3e92b0", "message": "added ripe rpsl file reader\n", "proba": 1.9857544941714877e-07}
{"commit": "779e6bdbd0bce830e16133fd6f8510b31a57b0f8", "message": "KCIRB-14: Remainder of refactor of req'd fields.\n", "proba": 1.0294633057128522e-07}
{"commit": "ad954a099b83c2f885f42fe00a806b4637a14cfa", "message": "Use toString() instead of casting to String\n\n", "proba": 8.75956811796641e-06}
{"commit": "f5f7446735fce3f8df9a067a79afcbaa03594e1e", "message": "\n\ngit-svn-id: svn+ssh://scm.gforge.inria.fr/svn/proactive/trunk@3999 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 9.532369062981161e-07}
{"commit": "330a8f5bb66a411b908511efa760716e7d9bfe5e", "message": "Fixed bug FCDV-6623\n\n- when multi-selecting, the selection rectangle was drawn even if a\nnon-improveOSM layer was selected. To remove the bug, a check that the\nactive layer is of type improveOSM was introduced during the mouse press\nmethod.\n", "proba": 1.0448057707890257e-07}
{"commit": "51906b6fbc714de1862cf5e4e57bfaf672ef6517", "message": "Unit tests for MultiAttributeMapper\n", "proba": 1.9489276326112304e-07}
{"commit": "cae79b3de8de1c8e82c3c9195e569d2ddc0513eb", "message": "Issue #1381-swingx: visual problems with not-editable JXComboBox with Highlighter\n- added JXComboBoxIssues to expose", "proba": 1.0650063586581382e-07}
{"commit": "16d86d6a30c819ef1034401a8488f11451553a9d", "message": "Verifizierung l\u00e4uft aber ohne Passworabfrage\n", "proba": 3.725832584677846e-07}
{"commit": "8b458f12cbfa6db8672b2a9850052a9602b28039", "message": "Adding RenderUtil -- a collection of static utility methods for rendering.\n", "proba": 1.022479239054519e-07}
{"commit": "a61be66e4e55fc8f02ab86eec078dfdec7089131", "message": "\u6dfb\u52a0\u597d\u53cb\u901a\u77e5\u7684\u7ea2\u70b9\u63d0\u793a\n", "proba": 1.7240957106423593e-07}
{"commit": "7385c33b02c6908d21eb5bcf330c4fa24a474298", "message": "remove unused method\n", "proba": 1.4057501175557263e-05}
{"commit": "7894f2602512defed60e6dbc30b3331af1625779", "message": "Working on a better data structure for the style\nattributes index.  This is way more robust for\nthe various containment rules and does not explode\ninto geometric keys like the other one might.\n...I'm not using it yet but the data structure\nseems to behave like it should.  I'll swap it\nout in Styles and do some testing before using\nit for real.\n\n", "proba": 1.275700043379402e-07}
{"commit": "f929e71359101a4b43a179f3ed01cbb85b4915c2", "message": "add a priority update queue implementation\n", "proba": 3.672612365335226e-07}
{"commit": "b9e49ae6c139eb49b9c7680f6796f4ed17e950eb", "message": "Open/Close a session\n", "proba": 5.283893074192747e-07}
{"commit": "3df287ff678a5d87c6729c9901d393dd4d99fb89", "message": "run-seq-proj-combine: combine project data from all lists", "proba": 3.0641276680398732e-06}
{"commit": "526799094a7fdc2f37bf1f507211705357eccad6", "message": "Create a placeholder AbstractAction stub.\n", "proba": 1.2715715058675414e-07}
{"commit": "139056eb58a08148a0c5f88f6d9827235882ebc4", "message": "Add WAILRoute object\n", "proba": 1.447376007490675e-06}
{"commit": "c936fa06a46d5c4d7111493be961bf2cb3a0b55b", "message": "Added tests\n\ngit-svn-id: ab653825c7e3cdfecfd8a0724cfdec44aa635e33@209 0cf59fa1-751c-0410-8529-da8c0b0e53fa\n", "proba": 2.4624750949442387e-07}
{"commit": "80ef76aca7bd87048af4c97b6d45936179e15450", "message": "can get card type by card number", "proba": 1.3850846016794094e-06}
{"commit": "9e82075c89708e47102970f4aed9205d722a724b", "message": "Update LpcAPPAdJIFYP.java", "proba": 6.475515874626581e-07}
{"commit": "6ed61f046494fd6db34bdc0a9f4f9d820194fa23", "message": "Delete AudioReceiverService.java", "proba": 4.393935739699373e-07}
{"commit": "663695d086ffe82e2b431a2eed0c37405bd69164", "message": "Added unit test for sleep action\n", "proba": 1.2497403645284066e-07}
{"commit": "c26e3e192a9e776df57d39c0d6578c8e0cdef422", "message": "remove code that was added during debugging\n", "proba": 1.2017172821288113e-06}
{"commit": "15b65dd497fc5da921a441a9ed82e3a38185e2ee", "message": "add signature confirmation support to the secuirty configuration\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@393616 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.3538045702007366e-07}
{"commit": "a9860c6a949a2ae6cda05cc49fb6c6c706e84d16", "message": "Delete redundant test due to introduction of Async Jasper\n", "proba": 7.340842103076284e-07}
{"commit": "7bfdc443f2d1960325d7bda5b63f363a30cf1241", "message": " oracle TIMESTAMP \u751f\u6210\u652f\u6301", "proba": 1.5162452200456755e-06}
{"commit": "7cae090ced9d113bbbd5cec36f72ea8bb929447f", "message": "Delete FuncionSalida.java", "proba": 3.6418398394744145e-06}
{"commit": "cc6b2987f396c3ea3a0f5b35ce992152e492fbb3", "message": "attach rate and indentation\n\n\tfinal int gold_excess_rate=0.45;\r\n\tfinal int gold_basic = 49.95;\r\n\tfinal int gold_addition = 14.50;\t\r\n\tfinal int gold_include_minutes=1000;\r\n\tfinal int silver_excess=0.54;\r\n\tfinal int silver_basic = 29.95;\r\n\tfinal int gold_addition = 21.50;\r\n\tfinal int siver_include_minutes=500;", "proba": 1.4498225482384441e-06}
{"commit": "02759ef77f4e3b43073e9ef5e43ca7f0c9ca8adb", "message": "homework 14\n", "proba": 2.5038977469193924e-07}
{"commit": "08d8572d5adc542da28d7dbd61319e141f0e585f", "message": "task 4087\n", "proba": 0.9999487400054932}
{"commit": "ff91d606326631dda243123a4217bd590ec11852", "message": "First make it right, then make it fast. Reduced cache access time twice.\n", "proba": 1.157614590852063e-07}
{"commit": "d62fbcdaad462859e7801e27cd2214c527c09bf1", "message": "Add ModeSetting.getSelected()", "proba": 3.0102640380391676e-07}
{"commit": "72bbd0e0556c6037aeb33c4abac9233ee8e67c47", "message": "almost there", "proba": 3.431775894569e-07}
{"commit": "72c37b6561a4a1a4effc6dcef458d76d49b2b99a", "message": "works for the tiny test case", "proba": 5.095290589451906e-07}
{"commit": "0ce73d8152f8dfeb9c432376fe0fa157ee7d4850", "message": "Added ViewUtils, another convenience class.\n", "proba": 1.0201396349884817e-07}
{"commit": "03ca8a68b99e416bad22636ad730bc9ac1df7dc6", "message": "why is my entire life spent editing javadocs?\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@254421 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00018608679238241166}
{"commit": "4dc3626b7efe7848dc405bc036ba90e79fcba334", "message": "Updated comments for scope change\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@247205 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.6940534780806047e-07}
{"commit": "59fedfa587ffe3322c52c7eee928de82b699d8b2", "message": "shows problems when borrowCompiledXQuery() is called twice\n\nsvn path=/trunk/eXist-1.0/; revision=2857\n", "proba": 4.824942720915715e-07}
{"commit": "c4512d4c3668f2ad1700024bcdfaab9690e2da6b", "message": "Drop debugging line\n\n\ngit-svn-id: 6ee47c8665bf46900d9baa0afb711c5b4a0eafac@4475 e2bb083e-7f23-0410-b3a8-8253ac9ef6d8\n", "proba": 1.0238896948067122e-06}
{"commit": "285395525c7eda2624b74c699dac087cbd26b93a", "message": "Reset cache on refresh\n", "proba": 1.3466784594129422e-06}
{"commit": "ca4acb597c9bb746366601e3acf49ab6e589e524", "message": "teste Cors\n\n", "proba": 8.941954661167983e-07}
{"commit": "128be2548fd18143515fd56b1572fa36ce0844ff", "message": "Added ClientSecretRefreshResponse.\n", "proba": 1.1962751500504964e-07}
{"commit": "727d7ebb6f3cde7c4c754054b70d54ec3e70f817", "message": "First example of a style configuration", "proba": 3.589760808608844e-07}
{"commit": "0c37f9bd6b333fd9628a3da5920d1777d02f2711", "message": "DailyOffsetMessagePArser\n", "proba": 8.145012770910398e-07}
{"commit": "6e9faf123411ad2a3a1fa7c1991ffd22d08d52fc", "message": "Remove unused imports\n", "proba": 8.691937409821548e-07}
{"commit": "5e45eff0bea3517385f8b42675e959cbcc9d2c0b", "message": "Added IoSource\n", "proba": 1.7206102143063617e-07}
{"commit": "ca02ff5b69ba5beaaed38b25827c21e6e53c76e4", "message": "leaveguild command; requires admin or creator if from remote\n", "proba": 1.765375401419078e-07}
{"commit": "b62aca456c57d75d1333299a235f3ca06e957a1a", "message": "updated configurations\n", "proba": 6.649098054367641e-07}
{"commit": "111f6995947ad3eae42cb9b7754974b6671a80ac", "message": "fix: hibernate search query building\n", "proba": 4.1847244574455544e-05}
{"commit": "aa8f0902e09e5da7add99d7a306632b1861d2d3a", "message": "ApplicationExitEvent: convert to @RequiredArgsConstructor\n", "proba": 0.001172413700260222}
{"commit": "85e6cdab98cbb2317199baea1b1fddbefa5fe479", "message": "[TOOLS-773] Fix: UserTeamCachedRepository refresh after teams updates\n", "proba": 1.1650471520852079e-07}
{"commit": "90e547c2e49b7a551dab0e9262912d5551637a1b", "message": "Implemented the visitor pattern: added accept() methods to all nodes.\nMoved Javascript translation from the nodes to a specialized visitor.\n", "proba": 1.0672859218630038e-07}
{"commit": "1a1b3aaf6acc8555faa905e0400872d8552cc780", "message": "kcirb-373\n", "proba": 3.912101078640262e-07}
{"commit": "6fbaafc3473f637946349014872094197bd431bf", "message": "Implement the ServerCommandRegistry\n\n", "proba": 1.27971543406602e-06}
{"commit": "37d165d6cbba9bdc9a87a5a9a8d52067f232fcbd", "message": "updated javadoc\n\n\nFormer-commit-id: 89eab3c72a4de3c95e5debc38e937166a93ad47d", "proba": 3.576372762381652e-07}
{"commit": "7e1658e55d67ba87d0662b4ccd40295f46489bb7", "message": "Add the proper commit() call on target index after adding contents\nof the secondary index.\n\nI managed to reproduce the problem, and it was caused \nby a race in between the times the primary index is cleared \n(marks it dirty) and the adding of contents is finished.\nIf queries are done in this window, they will see the\nempty index, because of the dirty-marking during clearing. But\nno dirty-marking was done after adding the contents .. \n\nWhy oh why hasn't this been discovered before ? Because it's \nmuch more likely to be a problem when there are:\n1) many resources, so the time window grows larger (prod)\n2) more concurrent queries going on (prod)\n\n\n", "proba": 0.00026469852309674025}
{"commit": "e146f2f95fb58087cfea7412828854baf495d6af", "message": "- refactoring\n", "proba": 8.957069894677261e-07}
{"commit": "67e0a024ac35e83700c90252170668dbda18bcfc", "message": "Clarify comment\n", "proba": 3.387824472156353e-05}
{"commit": "83d816c48983976980631cc72627313efe0177b8", "message": "Delete EvilController.java", "proba": 3.3283724860666553e-06}
{"commit": "6c33110f1437650bccc9a1eed178e494e441e19e", "message": "Added rest controller for operators resource.\n", "proba": 1.1110047637430398e-07}
{"commit": "9ad520bf60db5a723b2d1961700ea03c7976746c", "message": "MemoryCache\n", "proba": 1.022139485939988e-06}
{"commit": "5e3aefef86bfd33514eedea2172edb64d2afaccb", "message": "[YIL-83] Unit tests.\n", "proba": 1.2110115221730666e-07}
{"commit": "664914c40b529465662b9adfd56038bd133fe616", "message": "anyMatch() tests\n", "proba": 3.3320139891657163e-07}
{"commit": "7a582b70dc45db9f102561a9180b74492727602f", "message": "\u6dfb\u52a0ImplementMethodInfoTest\u5355\u5143\u6d4b\u8bd5\u7c7b\n", "proba": 1.5360258487362444e-07}
{"commit": "fddc9a86d7dcf7ac062a8ade74c522f766cd74a1", "message": "add combo box to choose animation to play in nanim view", "proba": 1.6712724004719348e-07}
{"commit": "b42a750d3025ad4efd806aa53d1e1dd208461eb8", "message": "added one-dimensional segment tree implementation\n", "proba": 2.012635036408028e-07}
{"commit": "a8e62d5aec5e06f7cbfd52020a5c4f1b87c1d336", "message": "Create HardDrive.java", "proba": 1.7084612409234978e-06}
{"commit": "69ddfe8701586a7bfbedfd4c87d42129446eaa91", "message": "[T sampling w/ dG dist] gaussian-based model for acceptance criterion\n", "proba": 1.4741797826900438e-07}
{"commit": "faf000df384e66a20d29423d76c6ab20e11ecda7", "message": "Issue 45\nAdd test for Explicit abort\n", "proba": 1.1555563617093867e-07}
{"commit": "ab814a647222ff6a6b682f0ff8159d1253cc0713", "message": "Don't draw synchronously in onResume()\n\nthis could cause a dead-lock if the applicaltion's draw\nimplementation blocks until something happenson the main\nui thread.\n\nnote: we're still doing this synchronous draw in onWindowResize() because\nthat's what the previous implementation did. Technically, it has the\nsame problem.\n\nBug: 8586305\nChange-Id: I782568289cc9419346aeea73775d86faa28b3058\n", "proba": 8.107735425255669e-07}
{"commit": "50956f4328a73b2133e9689ccab91e1d5f639159", "message": "am 342540c0: Merge \"Add tracing to GLSurfaceView\" into mnc-dev\n\n* commit '342540c030af74ee902933c8af294202b825a2d5':\n  Add tracing to GLSurfaceView\n", "proba": 3.025336070550111e-07}
{"commit": "e112b30a4ecdb70bdd17f436708b5165a0bb9b7f", "message": "add problem 5032\n", "proba": 0.002872512908652425}
{"commit": "a3597d1c4c1e72317faade3869cbd1d47b09e6f7", "message": "add problem 9653\n", "proba": 0.00039232688141055405}
{"commit": "b079a106524c8028a1602b6df9be5d273a6552cf", "message": "am 94980e0f: am 07e1be62: Merge \"Fix NPE caused by Change I4df27119.\" into gingerbread\n\nMerge commit '94980e0f76295de53bd168608d11dba3c39cca9d'\n\n* commit '94980e0f76295de53bd168608d11dba3c39cca9d':\n  Fix NPE caused by Change I4df27119.\n", "proba": 0.00013147108256816864}
{"commit": "d7910dd42a24705172f2794de940f715bbc41410", "message": "Fixing crash in ViewGroup.dispatchPopulateAccessibilityEvent\n\n1. There was a double call to recycle of a pooled instance\n   which was causing an exception. Removed an unnecessary call.\n\nbug:6408689\n\nChange-Id: Ic74b743c6be28ca95ab84b15f28edb5bc95f0a88\n", "proba": 6.455861239373917e-06}
{"commit": "e5b9beae260b451cb3d60583c800b0d223ae256f", "message": "am f6aed0e0: Merge \"DO NOT MERGE\" into eclair\n\nMerge commit 'f6aed0e0a7c96094b66f5426baad78032b794497' into eclair-plus-aosp\n\n* commit 'f6aed0e0a7c96094b66f5426baad78032b794497':\n  DO NOT MERGE\n", "proba": 3.545007075445028e-06}
{"commit": "9b756acfbd55b901e37766b034e7af3ad08dc757", "message": "Metakeys incorrectly delivered to JavaScript\n\nChange-Id: I373eee0c4eb44c2dfd1e8534f5cb241e0c04a473\n", "proba": 1.4700721067129052e-06}
{"commit": "634bb5b5692e30c9add33c613cf355d2270eb851", "message": "am 22281954: Merge \"Switch WebView to onDetachedFromWindowInternal\"\n\n* commit '2228195452f96b312355e0e58d8c29d231ca3067':\n  Switch WebView to onDetachedFromWindowInternal\n", "proba": 2.3333396370617265e-07}
{"commit": "ff9af3f3ee0300e9aee93435008cfb62d5bee600", "message": "am 9d33d953: Merge change I07729abd into eclair\n\nMerge commit '9d33d953a04eb9288c8b842610baf24c164346aa' into eclair-plus-aosp\n\n* commit '9d33d953a04eb9288c8b842610baf24c164346aa':\n  Keep the scrollbar on during TOUCH_MOVE events even\n", "proba": 3.4734011933323927e-07}
{"commit": "aecb8a007cd815a4aaa5a1bc56b49a8e3a699334", "message": "am e02e8b9c: Merge change 27315 into eclair\n\nMerge commit 'e02e8b9c11231d99aacd5fda31042168650edd49' into eclair-plus-aosp\n\n* commit 'e02e8b9c11231d99aacd5fda31042168650edd49':\n  Reset mPreventDrag at touch_down.\n", "proba": 1.2553198303066893e-07}
{"commit": "6f9eb392b078f6e78e01ff4435c4154e20544794", "message": "am fde23e39: Merge change Ic66f68a7 into eclair-mr2\n\nMerge commit 'fde23e398e9b880eec6269adf5afaca1f58e58f7'\n\n* commit 'fde23e398e9b880eec6269adf5afaca1f58e58f7':\n  Fix a null pointer exception caught by the monkey.\n", "proba": 1.2759386436300701e-07}
{"commit": "1fb12106b6c5cc955b77319916ca6804d02d5d0d", "message": "fix: directional lights from stars still applied when stars are made invisible\n", "proba": 3.5282101862321724e-07}
{"commit": "063b1f854eb4e80c136c68eb7434f2d02ec2669a", "message": "Create RankedStats.java", "proba": 3.153514285259007e-07}
{"commit": "ea5056e5a705048f8495131ab0dcf087a2633fed", "message": "Add documentation to help developers make an RFCOMM conection to a Bluetooth\nserial board. They all use a well-known UUID that is not really explained\nanywhere official, and this always trips developers up.\n\nChange-Id: I53bda44b580f472b1ff1ad196b25485b68f4b5d5\n", "proba": 2.2606950551562477e-06}
{"commit": "b2b651f16df3c1e1690056728ce869259abcf75b", "message": "Introduces new Contacts API for ranking promotion.\n\nThe usage feedback will be used for achieving per-method\n(email address, phone number) ranking improvement.\n\nBug: 4371572\nChange-Id: I602c0b83afca674904946f59bbdfc4dca07d46e4\n", "proba": 2.139224307029508e-06}
{"commit": "62a62f151fec06dbc609bef3c70771f5ef6e6d03", "message": "Added Place\n", "proba": 3.4247892699568183e-07}
{"commit": "1636f4c629330722ab0479c3ffac8388be2316b0", "message": "changed word to term for consistency\n", "proba": 0.0017304313369095325}
{"commit": "8ccd75fc03a035a99839e6c7ad47fb32f62854d7", "message": "Add recursive java solution to 033.Search in Rotated Sorted Array. Original c solution use linear time, this solution should use log(n) time.\n", "proba": 1.811035588161758e-07}
{"commit": "fef570b150267caae5b7601438043992e5cb9547", "message": "Add main program", "proba": 1.5829930362087907e-06}
{"commit": "457c4f08e79ddbf59b256f5fead1c444bff1f124", "message": "Checking in the actual emailer\n", "proba": 3.8340641594913905e-07}
{"commit": "d49b349f66f3785d94eb3a94cb7c8c8920f14b74", "message": "Added files via upload", "proba": 1.542259724374162e-07}
{"commit": "d7feda5089658c5fec6cf32f2ada0ca13c00eed8", "message": "+ test cases for basic FileComponent operations (put/get/delete incl.\ncontent hash update propagation)", "proba": 1.2358367484921473e-07}
{"commit": "c0ad5751f895a1f76b8302b7fd068bd62a6058f3", "message": "am 6b6b9cd9: am 01496367: am ab868eff: Merge \"Update javadoc for EXTRA_PROVISIONING_ADMIN_EXTRAS_BUNDLE\" into mnc-dev\n\n* commit '6b6b9cd911104020e8af2250fd531d2ccc344c69':\n  Update javadoc for EXTRA_PROVISIONING_ADMIN_EXTRAS_BUNDLE\n", "proba": 6.305556894403708e-07}
{"commit": "650c3341be05e268bb247e6a3f5b20afecf2e712", "message": "Group account management methods and add some comments.\n\nChange-Id: I994142b557d21fbf75fc500d5ed1da9eceef6599\n", "proba": 6.586541303477134e-07}
{"commit": "d541f3af225b33c62d62ae40204aed7b84809832", "message": "Don't check for valid fragment when switching to another fragment\n\nBug: 10184429\nChange-Id: I09b39682d907a1cd7ce140e0be0faaddfaba6bd1\n", "proba": 1.490543127147248e-06}
{"commit": "07018456d92a9c14b12dca3368e8b893d136d5fb", "message": "am 1fa77bb5: Merge \"change the property name about IDP from \\'telephony.\\' to \\'gsm.\\'\" into lmp-dev\n\n* commit '1fa77bb56b47049ab90fb3b1b81f1588896bc87c':\n  change the property name about IDP from 'telephony.' to 'gsm.'\n", "proba": 5.156718998478027e-07}
{"commit": "2b133574bbfd076ff7f8bfac27a0f1226e47abeb", "message": "Let callers replace layout for LocalePicker adapter.\n\nBug: 3298275\nChange-Id: I9be5f4677ba553bfd2f35348d14d99e68fdd60f1\n", "proba": 8.519374432580662e-07}
{"commit": "d1f45db5c3eada7214767f1acca4fa4f768504f1", "message": "Adds TextAreaBuilder tests.\n", "proba": 1.2707084806606872e-07}
{"commit": "0d09e49d0611b12864cdbf10ec6707405bb842b3", "message": "added first test for travis ci\n", "proba": 1.313545539005645e-07}
{"commit": "0dc8eb162dd743598343d2eb28ab90fa8d9ea866", "message": "added bare bones for CrabWithAbsoluteTwist\n", "proba": 1.2986063779862889e-07}
{"commit": "30c914f4344ae03a8c0587b1083eb71e39998038", "message": "\u4fee\u590d\u90e8\u5206javadoc\n", "proba": 2.7471051566863025e-07}
{"commit": "856122e45da2df4f6524a0da777f84ef9b061cb5", "message": "ZEPPELIN-2161 Nested Group Support in LdapRealm for AD\n\n### What is this PR for?\nA common use case in LDAP/AD setup is the hierarchical structuring of\ngroups - a.k.a. adding groups to other groups. Such nesting groups can\nhelp reduce the number of roles that need to be managed.\n\nCurrent zeppelin realm implementations doesn't have support for looking\nup memberships throughout nested group structures.\n\nE.g. consider the following nested group scenario:\n```\nacme_employees\n \\__department_a\n     \\__sub_department_x\n```\nUser 'bob' is in Group 'sub_department_x'.\nNotebook 'note1' has a Reader Role assignment for 'department_a' or\n'acme_employees'.\nThen access must be granted for 'bob' on 'note1'.\n\nIn AD enviroments this scenarios can be efficiently implemented using\nthe so called LDAP_MATCHING_RULE_IN_CHAIN operator\n'1.2.840.113556.1.4.1941'.\n\nThis PR introduces a property 'groupSearchEnableMatchingRuleInChain' to\norg.apache.zeppelin.realm.LdapRealm which defaults to false. If enabled,\nall roles of potential nested group hierarchies will be resolved using\nthe LDAP_MATCHING_RULE_IN_CHAIN operator.\n\n### What type of PR is it?\nImprovement\n\n### Todos\n-\n\n### What is the Jira issue?\n[ZEPPELIN-2161]\n\n### How should this be tested?\nSet groupSearchEnableMatchingRuleInChain = true for the ldap realm.\n\n### Screenshots (if appropriate)\n\n### Questions:\n* Does the licenses files need update? n\n* Is there breaking changes for older versions? n\n* Does this needs documentation? y\n\nAuthor: Andreas Weise <a.weise@avm.de>\n\nCloses #2062 from weand/ZEPPELIN-2161 and squashes the following commits:\n\nc08d015 [Andreas Weise] ZEPPELIN-2161 Nested group support in LdapRealm for AD\n", "proba": 0.008834819309413433}
{"commit": "e19fd1e9d704119efadfc7db3f6be8e6253e464a", "message": "4th module: working 3th example\n", "proba": 2.8487831968959654e-06}
{"commit": "bdef09126c9d23fa21a6018c0a7274734a64fa70", "message": "+ Added the Result class\n", "proba": 1.199640848881245e-07}
{"commit": "cc498b02102ef85927ddcbbef4d6e32f6447e88f", "message": "! tree-huffman-decoding\n", "proba": 0.00021448875486385077}
{"commit": "4fb9cbd78c4712a1b7ce8c372df64a7d6079e21e", "message": "Added GZIP for future encoding\n", "proba": 1.191980700809836e-07}
{"commit": "bb419835679a6c7061199a94081e274b7f888e3b", "message": "copy from branch\n", "proba": 2.188329091268315e-07}
{"commit": "89ed7ddb951740a33907c368bddf5f54d76e5b29", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@1812 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 5.806292620036402e-07}
{"commit": "41bd8d33f9bfc4eab395bc2f6a40afc91f3f5bce", "message": "Added test case to test multiple binary downloads at the same time", "proba": 1.2582047759224224e-07}
{"commit": "59d6aa1232bc68dde2e571bb68df8134379171a2", "message": "ch08 sec03", "proba": 9.024773248711426e-07}
{"commit": "d15866c84cb3078cfc13b5837f32384632e4da46", "message": "extra clean code\nhttps://dev.itude.com/jira/browse/BINCKAPPS-870\n", "proba": 2.1874360811580118e-07}
{"commit": "50e9607c0f10a889ed66fad9e747c84e82d1cef4", "message": "asdasdsa", "proba": 3.226837179681752e-06}
{"commit": "dc8408e2fc5baa08db0e1f9e2b7c4c9c7ed751b0", "message": "Created CollisionDetector class for determining if a collision happened\n", "proba": 3.274429900557152e-07}
{"commit": "df499f3d2a28c3c07cc73d33b9cc9445bc188574", "message": "Move ExtensionSelectionPriority into muse-core\n", "proba": 3.150274210383941e-07}
{"commit": "a2573c4466543eaa46079f1f073aa29c5b0df9be", "message": "Addd MultiFieldHashPartitionFunction\n", "proba": 4.7566578587066033e-07}
{"commit": "872a31314aaafc35ff2ccca1f7d4d1ab06a1e361", "message": "IMCMS-258 - Upgrade image functionality to work with new image editor API on client side:\n- Created FolderAlreadyExistException for next use.\n", "proba": 9.956190183402214e-08}
{"commit": "e45f935f3d372d43ae11d190c2e3b59ee4b60d4c", "message": "Simple (but laggy) mouse drag with ColorPickerView", "proba": 1.5467993819129333e-07}
{"commit": "cb76c10fc20967e136143e7de050811ebea00a15", "message": "added custom conversions", "proba": 2.1625083945764345e-07}
{"commit": "3affedcc523a8b6f2d04c6203a097f0d0f4fc05d", "message": "Add annotations to specify GCP launch stage (#1889)\n\nThe Google Cloud Platform launch stage\r\n(https://cloud.google.com/terms/launch-stages) is a signifier of the level of\r\naccess and support that can be expected of a particular feature. These\r\nannotations will be used to clearly demarcate features as being in a state\r\nother than General Availability to help set user expectations accordingly.\r\n", "proba": 3.0096555292402627e-07}
{"commit": "d42f76ea757882e2c09cd1d72ac5da1e9bed1131", "message": "HBASE-6714 TestMultiSlaveReplication#testMultiSlaveReplication may fail\n\ngit-svn-id: 1ea5de6e32eadb5f080cfd8bafe1c87167c06d54@1388621 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.35207504981372e-07}
{"commit": "ea4d4e00f48c84d441f240269383e232a94e844e", "message": "LongClick tests\n", "proba": 3.466405473773193e-07}
{"commit": "65f10b2ea4815ac1dcdcd71ba836f98b0383bdd0", "message": "Yet another test\n", "proba": 2.3083600808604388e-07}
{"commit": "62116c175f865217252931c909f194c84e515fdf", "message": "Test for #6170\n\nsvn changeset:16551/svn branch:6.5\n", "proba": 1.4843327278413199e-07}
{"commit": "43e761b627ec373aa3c558474a01d9c2a87db8cf", "message": "handle Exception like Object", "proba": 9.775729949978995e-07}
{"commit": "8c0ab651f61f09b5ea0b7e0f84b077664efb2bda", "message": "Added test case\n\ngit-svn-id: b992ad72ce451249ae394650ed6fff1ebb4bf6b8@816788 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.8718667383363936e-07}
{"commit": "c8eac667abf112a8b49d6cccaed7837d9253bec9", "message": "fixed: empty errormessages element not to appear in version(s) response\n", "proba": 2.7153930659551406e-07}
{"commit": "b8afbaa6aae818a7e2f8b888bd7ec73abada8c3e", "message": "WICKET-51, WICKET-52, WICKET-53: Fixed license headers in wicket-auth-roles\n\ngit-svn-id: 6d6ade8e88b1292e17cba3559b7335a947e495e0@488965 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.4931065329146804e-07}
{"commit": "4ec730cabb68ee8347c6aa5dc929b09651275aca", "message": "am 7361b741: am 4a0823e5: Merge \"Uncomment a test that was marked as STOPSHIP Add MediumTest tag\" into froyo\n\nMerge commit '7361b7410f2427022cc8917b00553dc26107cded' into kraken\n\n* commit '7361b7410f2427022cc8917b00553dc26107cded':\n  Uncomment a test that was marked as STOPSHIP\n", "proba": 3.361560061421187e-07}
{"commit": "8dd3a7aacf5e0d05561fb0c5d2cd86a0a7858101", "message": "Fully replicated map implementation.\n\ngit-svn-id: 505f71283407c412190d59965c6d67c623df2891@672 3f8e66b6-ca9d-11dd-a2b5-e5f827957e07\n", "proba": 6.480757292592898e-06}
{"commit": "2f14550f6d8e0d472d7fc61cd2ebfd9470df3019", "message": "Class Servlet metodo doPost implementado.", "proba": 1.260854531892619e-07}
{"commit": "1b935a7a3ce47186358cce8e7bcb9692a6126d3a", "message": "deleted test code\n", "proba": 9.162941978502204e-07}
{"commit": "f6728031e8b89e413dab07127a63dd730b68f010", "message": "Project Euler #38 Double-Base Palindromes", "proba": 2.659464257703803e-07}
{"commit": "803d516f3bb410c1cd2319083916d63c2a57b129", "message": "DouniaBerrada: Adding better error message for cases where the APK is not compatible with the SDK used to avoid bug reports like issue #2739\n\nr15450\n", "proba": 1.1732009141951494e-07}
{"commit": "f9e6986e4235c1a740565cb3d8045cf3c186bd88", "message": "SimonStewart: Re-enable single window mode properly in tests.\n\nr17042\n", "proba": 6.784185302421974e-07}
{"commit": "85fe299d843a2dee39fdfd53367e8bccd88f411c", "message": "Fix Build Tests\n", "proba": 9.450974403080181e-07}
{"commit": "faa74347d9c2ae7e9c897469a2d9421f9395f1c9", "message": "Add adapter for comic list\n", "proba": 2.265908989329546e-07}
{"commit": "4693f75eae665fd74f95015a9951f196283ea0c5", "message": "Fix popup crash when activity is closing\n", "proba": 4.181325493846089e-06}
{"commit": "8bf9257176321491bd2a5a931b8e45ec67406259", "message": "Added twitch emotes view. Simple but not optimized realisation.\nshit, git didn't add this file\n", "proba": 1.2255412684680778e-07}
{"commit": "818e9625081f3cd19667e73507a841568038d836", "message": "Add TripEntityTest\n", "proba": 3.5544820775612607e-07}
{"commit": "f2284d25fc746c9ec08d8f857b786eafc7552f76", "message": "add httprequest class\n", "proba": 3.365001646216115e-07}
{"commit": "10469223ff603d10d7f2695336a20c6be34387b5", "message": "BaseDrawerActivity added\n", "proba": 2.0152970137132797e-07}
{"commit": "5d1033c5024549871adf9f32d7d0b587fbc77c9a", "message": "cleanup only\n", "proba": 2.0194391936456668e-07}
{"commit": "e309af984b5adc7a776370640de4bdfc7af93226", "message": "[DROOLS-751] add ThreadSafeOption\n", "proba": 1.6896332510896173e-07}
{"commit": "f56f1e958b93d142e93129ebfeace04cf1051e68", "message": "rename EAGLE to Eagle\n", "proba": 0.9999994039535522}
{"commit": "5fed1f526f1244d240555e6db96f5899e70cba8f", "message": "Interpret the current audio playback position as unsigned int\n\nThe method AudioTrack.getPlaybackHeadPosition() returns int\nthat should be interpreted as unsigned 32-bit value according to\nthe Android documentation. All Java integer types are signed,\nbut we can interpret the return value as an insigned 32-bit\ninteger if we convert it to long and apply the corresponding\nlong mask.\n\nThis conversion doubles the time interval till the value in\nthe native code overflows.\n\nBUG=None\n\nReview URL: https://codereview.chromium.org/1413163008\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#356154}\n", "proba": 0.00010516980546526611}
{"commit": "9d8877ba554478b2af406252061da531d410fb65", "message": "add: parameter annotations\n", "proba": 1.0425984328321647e-05}
{"commit": "d9e7d38f1a4b79094e700227d06ce39d053d0fcc", "message": "model viewer: support textured models\n", "proba": 4.2187414805994194e-07}
{"commit": "011c4fd3eae2934ea67162f3931a90d3e69a8468", "message": "Fix ApplicationSnapshotInfo.getCreated\n", "proba": 3.901088234670169e-07}
{"commit": "1dffd07dd87c1ccd74412173b6decf780923f566", "message": "Add local/remote network tests.\n", "proba": 1.3539165877318737e-07}
{"commit": "c0aa5660ab17a45faef8030adcdffa13880f91ac", "message": "GH-29: Remove injection module test as it should be part of integration tests\n", "proba": 1.2444799324384803e-07}
{"commit": "303fdec50464517ce8694fd53dc72f6ccedb76c6", "message": "Lock outside try/catch/finally\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1581576 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.501065286101948e-07}
{"commit": "bddfc0acd1b1d2cc99843be3c5df52dfe6ef3a05", "message": "Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49116\nIf session is already invalid, expire session to prevent memory leak.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@933881 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.7831376680987887e-05}
{"commit": "271c99ecd402a9be2911e40944346f4e5fa2978e", "message": "https://issues.apache.org/bugzilla/show_bug.cgi?id=50667\nMove the callback outside try/catch to avoid duplicate callbacks\n\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1068989 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.697003143723123e-05}
{"commit": "c09eb086b98afeb49fbde2f65a2eabce24668b6d", "message": "- Simplify the code.\n\ngit-svn-id: 40f70788afc64a734d8b91520bec53ae21e7042f@496373 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999992847442627}
{"commit": "e378b56f35100932c1a7dd96084efdd2ddaf3ff0", "message": "keep the correct default value\n\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@719093 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999208450317383}
{"commit": "06aaa5f10b1e6cbdb989fc4bd5477cb59b164d45", "message": "(Count and Say) [Accepted]\n", "proba": 3.515048661029141e-07}
{"commit": "6391a8d44684f64d9b803f7994f26935a563a1ee", "message": "am d9c2ff99: Merge \"Add \\'pm\\' operation to set a package\\'s app-linking state\" into mnc-dev\n\n* commit 'd9c2ff99bf9469f155eabf341880d055741e9db5':\n  Add 'pm' operation to set a package's app-linking state\n", "proba": 9.260851356884814e-07}
{"commit": "35b878e20eb62a4be6e8fabdc4e143a1a43997c6", "message": "run associatewithmanuscript on ANY matching items\n", "proba": 1.2627089063244057e-07}
{"commit": "1cd3ca2f410c25c75bb92458226d6b00eb271da1", "message": "Moved Limited Item Filters\n\nStill needs to be properly checked along with the rest of the filters", "proba": 1.0894411417439187e-07}
{"commit": "9c86e2dc75c7755f960fb40789015761e5174eba", "message": "Add overlap sampling version of HS mix code\n", "proba": 1.7246877348497947e-07}
{"commit": "a2c0d5194a9a2920bbf79a1e59741057e4ab5ce4", "message": "Added a RejectionTracker to track how well utterances are classified as in-grammar and out-of-grammar.\n\n\ngit-svn-id: a8b04003a33e1d3e001b9d20391fa392a9f62d91@3385 94700074-3cef-4d97-a70e-9c8c206c02f5\n", "proba": 0.0010379276936873794}
{"commit": "b9265233882d6c026918f985e7448d25d42d5960", "message": "am 572ec4e8: Merge \"Temporary disable Hotword on lockscreen\" into klp-dev\n\n* commit '572ec4e88c943e0ec717b773406aca43a5eafcb9':\n  Temporary disable Hotword on lockscreen\n", "proba": 3.0613890089625784e-07}
{"commit": "1737823fb5ab5546a32c8aadad9f298d2b7b32f3", "message": "Cesium3DTileset done.\n", "proba": 1.2099067703275068e-07}
{"commit": "4bf2a904af8f003b4cb0918301db1d8194b989d5", "message": "Minor code.\n", "proba": 5.024448910262436e-07}
{"commit": "35c42a1600ca66254e78ac086ca08b2fb9af5f15", "message": "additional speciesB when doing superbox calculation\n", "proba": 1.4469617326540174e-07}
{"commit": "6ce3940eef2b875934fac14a8ce273348505daaa", "message": "Removed old Flux accumulator.\n", "proba": 1.365112041185057e-07}
{"commit": "246c9fc5c798f74e717bad32d47df17f70c45f0f", "message": "works for non-2-body potentials too\n", "proba": 2.571885318047862e-07}
{"commit": "36c6f14b6d8693890b007e7570a3e54f4bc3b877", "message": "check value as numerator might be broken (overflow)\n", "proba": 4.71260705126042e-07}
{"commit": "7a7d2dd354eae700455c51cbe47cfc85f3c3f945", "message": "Providing a FO -> RTF example explaining the only difference that getResults() cannot be used. I think I promised that example to someone earlier.\n\ngit-svn-id: 102839466c3b40dd9c7e25c0a1a6d26afc40150a@232805 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00018458309932611883}
{"commit": "152a4475dda6ad4ba940ee4372874f937a97fde8", "message": "initial commit\n\n\ngit-svn-id: ed25c26de1c5325e8eb0deed0b990ab8af8a4def@3190 7c6358e6-4a41-0410-a743-a5b2a554c398\n", "proba": 5.336509616427065e-07}
{"commit": "a62e3e9690c097667cb20447429e9f6cb97ad905", "message": "Slight tweak\n", "proba": 3.4626225442480063e-07}
{"commit": "1113532b329756205161a10cc775ea4dd8e5a6e0", "message": "Stick with 4.1 xsd for now in case it's messing with tests\n\n#1975\nLB-1975\n", "proba": 1.4011105520239653e-07}
{"commit": "3bbbd2e31f54d480fa27753b8e3fa4b87e069edb", "message": "javadoc\n", "proba": 1.0498242772882804e-06}
{"commit": "8655e79f75416ed7a082058d85cb3945ed9c00ab", "message": "[MPMD-77] excludeRoots doesn't work with basedir-relative paths\nSubmitted by: Justin Edelson\nReviewed by: Benjamin Bentmann\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@649616 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.275197049239068e-07}
{"commit": "aeebe127e953d37308fd7d5ba8c458745c57f381", "message": "Fixed issue #96\n", "proba": 1.5130385122574808e-07}
{"commit": "680c1829f3c66a535ab131183351e86ee4c921b4", "message": "MOTECH-482: adding Activator\n", "proba": 2.7198947805118223e-07}
{"commit": "d07ebc23615df52b780a93f32f22d21ac4a8b900", "message": "OAK-8137: Oak run tooling to run a RepositoryInitializer on top a list index definitions\n\ngit-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1855723 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.648331236647209e-07}
{"commit": "580576593c794b6af19519955bb1a130e81afc93", "message": "partial implementation of examples\n\nThis used to be revision r2156.\n", "proba": 1.0646123627111592e-07}
{"commit": "fae40ed323ef04068004a180d1abf5eed0f2cb53", "message": "New element GLZoomPanContainer\n", "proba": 5.055903784523252e-07}
{"commit": "79324021f61ab9c91c4d3c2806cf910d56d3a68a", "message": "pac4j-async-131 Introduce AsyncDirectClient base class\n", "proba": 1.638918973867476e-07}
{"commit": "7b695d955e2d97ccc015869d9dfa7f3cb562d454", "message": "java: fix a missing lock in TabletClient\n\nThe recent synchronization changes introduced a race on the rpcsInFlight\nmap. This fixes the missing lock and also removes some duplicate code.\n\nChange-Id: Ibbc3bda0b28c11cb10863e393645308660e109ba\nReviewed-on: http://gerrit.cloudera.org:8080/6050\nReviewed-by: Jean-Daniel Cryans <4bf4c125525b8623ac45dfd7774cbf531df19085@apache.org>\nTested-by: Kudu Jenkins\n", "proba": 2.4046985345194116e-06}
{"commit": "bf8e7f28fb05b9024ef1063866f8fda95a1312c1", "message": "String#split()\u65b9\u6cd5\u8bf4\u660e\n", "proba": 0.0005610593361780047}
{"commit": "150c6851185a90321d5d67d982a4a539f0544d98", "message": "+ Added a Consumer interface, since we are targetting Java 7\n", "proba": 1.2065756038737163e-07}
{"commit": "e11361bd6b2ce38c9b1a5a70dc3b52d45ddc89ca", "message": "prepared statement added for jdbc\n", "proba": 1.757862406748245e-07}
{"commit": "43b59640a2ec4370a0ef965b8aad1f2bdcb88706", "message": "Fix indentation in MySQLDatabase createReservedWords()\n", "proba": 2.4367353034904227e-05}
{"commit": "49af23384bec063131eee0637836c649ae8abce9", "message": "am 56755f77: Remove GAIA string\n\nMerge commit '56755f77eb93310aab45013b29fd9614ebb72282'\n\n* commit '56755f77eb93310aab45013b29fd9614ebb72282':\n  Remove GAIA string\n", "proba": 7.559846835647477e-06}
{"commit": "93ff0573d8e42ec82b49a7b553d838ae738431d4", "message": "BankMoneySaleContractDeveloperDatabaseFactory\n\nCustomerBrokerBankMoneySaleContractDeveloperDatabaseFactory\n", "proba": 3.8020726833565277e-07}
{"commit": "5299e70755848b7154a89275e35c9b9cc229670c", "message": "add temporary war:war as it is set as the package goal\n\n\ngit-svn-id: 1b1bd56198eea75e2feaddfcf5144d1f89605d86@163452 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.3430468445440056e-06}
{"commit": "f15979dcb4cc223f56f14a0b18c24417d641b657", "message": "removing code duplications\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@351905 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0003280850069131702}
{"commit": "3144a6ca159a1569cf5b35ce5df8d77dfd84b0e3", "message": "Stop clobbering the systemUiVisibility on navbar touch. (DO NOT MERGE)\n\nBug: 5328284\nChange-Id: Ib49af35a7919dbf1cdb99f357798101d2534e853\n", "proba": 6.4312354197682e-07}
{"commit": "cdcc730a054611cec1025bcb9312ed0017136b6f", "message": "Allow extension to primitive Java types\n", "proba": 6.441074447138817e-07}
{"commit": "50faa0c2de78c623eb3ba8c605a852b6cc66adc2", "message": "On Resume pseudo code (layoutView side menu)\n", "proba": 1.1147639611408522e-07}
{"commit": "334398105f1119472988a1d5abc003051678752d", "message": "Crash apps with bad notification icons.\n\nThis shouldn't happen, since there are many places where\ninvalid icons should already have been either fixed (in the\ncase where there's an .icon but no .mSmallIcon) or rejected\n(if they're both null or invalid). But if a notification\nmakes it all the way to SystemUI without a valid icon, let's\ncrash the sender.\n\nBug: 23011305\nChange-Id: Ifaebec57d59baa1defb4520178b5815d47ed5712\n", "proba": 1.0650836884451564e-05}
{"commit": "1116524d505bb6111cc2453913a3cb6a50b3c850", "message": "am 6e5badf6: am 4dff2ab5: Merge \"Activity.onStop(Bundle) does not exist\" into jb-mr1-dev\n\n* commit '6e5badf6d433fb935df67aa7739b40c97c13e4ab':\n  Activity.onStop(Bundle) does not exist\n", "proba": 5.197642167331651e-06}
{"commit": "cfc32485ce2c511a1b2eb5ca54850ac3017e5a5a", "message": "am f4f36166: am 45f64af8: am 9c5896b8: Merge \"Always execute resumeAppSwitches when launching something\" into lmp-dev\n\n* commit 'f4f36166b0664cf9887c550b15976bf074dcd042':\n  Always execute resumeAppSwitches when launching something\n", "proba": 4.033337006603688e-07}
{"commit": "74db0d3508b12da3b2df78c774ebc48a237bd299", "message": "Tables inside of entity inspector editor show dates in toString() format instead of localized format #PL-3984 fixed add version 5.1.8 add version 5.2.0\n", "proba": 5.754841936322919e-07}
{"commit": "ac67c3c19161590d70da94835657b36ac23d8ce0", "message": "Add missing file.", "proba": 7.597709554829635e-07}
{"commit": "df1e17c0be116836eee608400d7d6e6b4d873fa6", "message": "disallow metamodel refs to uninitialized stuff", "proba": 3.4584411423566053e-07}
{"commit": "8f596f6bfaf16e1820ef748ce6a480c476a8bb8d", "message": "added test class\n", "proba": 2.940366243819881e-07}
{"commit": "1fabb49b63827d6de78d3d12808ae8eaa667bbbe", "message": "implement generic model (wip)\n", "proba": 3.5075007076557085e-07}
{"commit": "fdc5c2c68e9911522576677a5acf32f8ecc18c13", "message": "task: 19826\n", "proba": 0.9999994039535522}
{"commit": "a511eea83b0209729e4b42e219f233f818a6d9e7", "message": "am aee7f64c: am b4a5c04c: Merge \"Remove code that sets user.* system properties.\"\n\n* commit 'aee7f64c10ffd2135dc98f7a540836ad7a32438b':\n  Remove code that sets user.* system properties.\n", "proba": 2.968969567973545e-07}
{"commit": "bf71968f893a8d556a03636109cb3bed4178a624", "message": "Show recents when task moves to docked stack\n\nWhen task was moved to docked stack using adb command,\nrecents didn't show and docked stack was minimized when\nhome task obtained focus.\nThis CL shows recents if needed when task is moved to\ndocked stack.\n\nBug: 28215216\nChange-Id: If1cfb9d24bd77cc9c3c8fad3479f115d7aca1301\n", "proba": 1.2638966836675536e-05}
{"commit": "94d5ade9ea645914e22bb356ddcaeb814bf02596", "message": "am 705a35de: am c3b9156e: am 6715ef75: am 4f2927d2: am 0eeb3bb8: am 33aa55b1: am 127d0b80: Merge \"Revert \"Revert \"During early boot, send LOCALE_CHANGED only to registered receivers\"\"\" into lmp-mr1-dev\n\n* commit '705a35de3adcd3406687bad66d4bd45f3a6725f8':\n  Revert \"Revert \"During early boot, send LOCALE_CHANGED only to registered receivers\"\"\n", "proba": 1.2375444669032731e-07}
{"commit": "f2f37781701407acfc64098370b6db1ee70613a2", "message": "am e8334254: am 4f35e169: am 4475e7df: am ea2c4033: Mark persistent apps as such when the ProcessRecord is created\n\n* commit 'e83342540b2b7dc7571c12768007697685a6add5':\n  Mark persistent apps as such when the ProcessRecord is created\n", "proba": 1.4256038411986083e-06}
{"commit": "2ca2f38f0a46a7c3347417b04a007a0f8a5aaae3", "message": "am d136d986: Add more slow execution logs.\n\n* commit 'd136d98634dc67c7caee4c96695acb47dd298710':\n  Add more slow execution logs.\n", "proba": 1.2217719813634176e-07}
{"commit": "06c41a3e7ffd26894b6df3a0e4bfcfa47c48c739", "message": "TIF: TvInputHardwareManager to listen to audio port changes\n\nBug: 16758816\nChange-Id: I0c7ace661de1911a53f57e22898eccd7cca7a07d\n", "proba": 1.637958035871634e-07}
{"commit": "7587d298c9dccbcf425204a9879b5c9e6d2a1a7e", "message": "TIF: small refactoring around audio configuration update\n\nBug: 16880310\nChange-Id: Ic519ff0f67cb35a876784530d956fcf8cb7edbf7\n", "proba": 1.7192537882237957e-07}
{"commit": "7474faca5bab2fba5749cff7ed15558231307e38", "message": "TIF: Register IHdmiInputChangeListener to physical input manager\n\nThis lets the manager receive the callback from HdmiControlService\nwhen a CEC device requests that it shall be the active source. It will be\ntransformed to an intent with a channel URI associated with\nthe corresponding TV input.\n\nChange-Id: I02d4b24d5d05ad7a093e3b996942cbc43fd1ce8b\n", "proba": 1.5079433524078922e-06}
{"commit": "a565716a2a26c7522dabfb28f646508cc1928053", "message": "am 14965d0e: am 2abd2dd1: Merge \"TIF: TvInputHardwareManager to listen to volume changes\" into lmp-mr1-dev\n\n* commit '14965d0ebb884106cdbe425b6e2b82d45238331b':\n  TIF: TvInputHardwareManager to listen to volume changes\n", "proba": 1.5672729887228343e-06}
{"commit": "d9e6572c5acd930c84fe9147da8cc674e73e7796", "message": "Minor javadoc tweak.\n\ngit-svn-id: a878c62e23c3cdd7109267dfd9bdff0ba03a0163@7477 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 2.7204778234590776e-05}
{"commit": "1ed449a2455d9bc40378306b0f1272e91a4c26a2", "message": "Added default constructor.", "proba": 1.2943604588144808e-07}
{"commit": "d151dfdc884c7baf13b1c3b42d251f470f62fe94", "message": "test(request-utils): add test for matching whole string\n", "proba": 1.3090478205413092e-05}
{"commit": "c33ba5d1717484b9a3d01807d4c56ab1c4fdbc9f", "message": "Solve No.2439 from Baekjoon Online Judge\n", "proba": 0.998593270778656}
{"commit": "d8a444c924b75993a86df1ce7f8749467aa623c5", "message": "eliminando clase Controller.java\n", "proba": 1.4449030913965544e-06}
{"commit": "c20e1081a3ea8bb24dfe09cb1116a28d187aae1a", "message": "Take care that reloading data doesn't happen twice\n", "proba": 4.249221092322841e-06}
{"commit": "1bda632e0bf2ab555fe635547c4a31a6ff34c4ea", "message": "\uc785\ub825\ub41c \ud0c0\uc774\ud2c0, \ud0c0\uc774\ud2c0 \ud0dc\uadf8\uc758 \ub0b4\uc6a9 \ubaa8\ub450 \uac00\uc838\uc624\uc9c0 \ubabb\ud560 \uacbd\uc6b0 \uc218\uc9d1\ub41c HTML \ub0b4\uc6a9 \uc790\uccb4\ub97c title\uc5d0 \ub123\ub294 \ubd80\ubd84\uc744 \uc0ad\uc81c\ud558\uace0 \uc544\ubb34 \uac12\ub3c4 \ub123\uc9c0 \uc54a\ub3c4\ub85d \uc218\uc815\n", "proba": 3.3202913982677273e-06}
{"commit": "eedbfa99f2628e965eca92ed9613d69f19398b6b", "message": "Support HL7 v2 to XML transformation\n\nSVN-Revision: 2788\n", "proba": 1.1870279337244938e-07}
{"commit": "5b092a08538bbcd445f2249852179d0a1a42fcf2", "message": "HADOOP-1498.  Add file missed in prior commit.\n\ngit-svn-id: 4d48d1092ee340c9ada5711cdbe4355b138bc22b@548794 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.5303370421170257e-06}
{"commit": "ca094c97971e6da9aaabb57b56779c8d2741b9c9", "message": "Don't block on observer status query.\n\n", "proba": 1.1625166962403455e-07}
{"commit": "401d4abbce84f33347e5d4bee0483f37212eb497", "message": "added profession OID enum\n", "proba": 3.610071246384905e-07}
{"commit": "1bb6fe47089af27f42d70853f822b2c61b3469b8", "message": "Easy\n\nstack", "proba": 3.8868020624249766e-07}
{"commit": "ad2ebdddcba102251d63b9fb605eb3bc74b06ba6", "message": "feat(multiple org): allow multiple users to acces one organization\n", "proba": 3.07765617435507e-07}
{"commit": "101817476f2ca957cdaefc01492cca9211dcfcba", "message": "Attempt to fix EntityWither mixin because forge adds a new interface.\n\nSigned-off-by: Gabriel Harris-Rouquette <f9869a2c93dad38a06e8fb39147155331a1102ab@me.com>\n", "proba": 1.1628748097791686e-07}
{"commit": "e59f426050f693b62bb5471fca5fb8b7ea2af8ea", "message": "am 1f956e42: Merge \"Make burn in protection updates happen on the minute.\" into lmp-mr1-modular-dev\n\n* commit '1f956e424320b22255f293e9b6d7d0b30b19a79f':\n  Make burn in protection updates happen on the minute.\n", "proba": 2.846719837634737e-07}
{"commit": "e8746e4bd818f25aed3e86b3b2263f7c0734e4aa", "message": "implemented ProjectEncoding.java\n", "proba": 1.961872840183787e-06}
{"commit": "739819d24fd54198b6d2c2411b94f2e7ee18395b", "message": "added stub package-info to trigger generation of javadocs", "proba": 1.800901543447253e-07}
{"commit": "e222e359a0aab985488a711f6edb76820fe8c6df", "message": "Disable shadow casting for transparent BitmapDrawables\n\nbug:17013977\nChange-Id: I26328c21360432bb34d3f19858dfdc0e6aede057\n", "proba": 3.3040544167306507e-07}
{"commit": "d21be499753b964433faefbe0fd770c62a4c2e12", "message": "More documentation for handling RippleDrawable mask at run time\n\nThe docs are now really explicit about the layer's ID and how to set\nor update the mask layer from code.\n\nBug: 20493831\nChange-Id: I801f10cd08fd1b4bb226c63a1bdf3271229928ea\n", "proba": 1.4256351050789817e-06}
{"commit": "9c2245cbc8fc5821a481acc1ba40818602ebb6a5", "message": "Added a storage type to wrap values returned by v2/currencies and v2/account/wallet.\n", "proba": 1.1304727820515836e-07}
{"commit": "ec35f5fc145aba35d4dd9d4302e993f6237bda27", "message": "Use the same batch size for testing.\n", "proba": 1.4880957621699054e-07}
{"commit": "9ee70fdbdfbf6aa7028064c634b16594707af48b", "message": "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 3\n\n\u0422\u0435\u0441\u0442\u044b \u0434\u043b\u044f \u043a\u043b\u0430\u0441\u0441\u0430 Point\n", "proba": 1.2399829074638546e-07}
{"commit": "2fe2a885016cafd4543a96476ba1ae68eb2dbdbd", "message": "Transform variable to collection if requested\n", "proba": 1.9924051741782023e-07}
{"commit": "881b897b2620a59b9c5fde868e082d7343043386", "message": "Removing unused import and injection\n", "proba": 2.2961503987062315e-07}
{"commit": "91b3c78543bc726b6f38d405505a9b19224ba336", "message": "update routebolt.java\n\n- added private boolean persistAllEvents", "proba": 1.5995325952644635e-07}
{"commit": "a43ae3927b72329da49e023e43b7d77f7207c242", "message": "Have createAllDataConnectionList create the RetryManager inside the loop.\n\nChange-Id: Ifd7728f222ba2cac8710f7636c471e441fe2c445\n", "proba": 3.2313457722921157e-06}
{"commit": "2138d68e9accb8e624d9f071fae867c18af45b8b", "message": "\u7ebf\u7a0b\u6c60\u6d4b\u8bd5\n", "proba": 3.830486150491197e-07}
{"commit": "b6c6fee33245082616c90382a06e7491ceffed93", "message": "Create wordLen.java", "proba": 0.000749752507545054}
{"commit": "c2aa6bb08d617177d452598ad3b2b1d16a79e96f", "message": "https://pt.stackoverflow.com/q/328104/101", "proba": 8.772707928983436e-07}
{"commit": "d618934775ec7ee2eda44b225421a931f2aa59e9", "message": "Fixed #6190 Compiler errors are printed to stdout, not stderr\n", "proba": 2.1608316274068784e-06}
{"commit": "415c7fad3c4f99ad537497fd053d254b83866895", "message": "Create Exercise 2\n", "proba": 1.4876829368404287e-07}
{"commit": "502454e5d9906895177d61e5a0f604a41e32af43", "message": "Create Main.java", "proba": 1.9291887838335242e-06}
{"commit": "3e0fca8ada72b5f12487ce939a56b03c3f92b123", "message": "20150814\n", "proba": 1.367410845887207e-06}
{"commit": "19d43f18a75048a33bac9b65b631db9ecb9144cf", "message": "Avoid using too many 'non-fiinal static' fields\n", "proba": 1.9565906768548302e-05}
{"commit": "dc6e6908f1fb9eed47b8927cbb6b2e174e06667f", "message": "[svn r93]\n", "proba": 1.253479950946712e-07}
{"commit": "1ec98cbe4ad9ed085ea6012d3823ad197581d77d", "message": "add: api changes! adjusted rest paths for storage methods to */store. changed results for some other methods.\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@8759 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 2.1287678464432247e-06}
{"commit": "306c46be32d3caaf5f05384e11599ecf8e92f690", "message": "Fix\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@5649 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 6d8179bfa8dac579cae710c4317b502b99b40870", "proba": 0.9999579191207886}
{"commit": "23725199d8a87f0c90acc5060da4265f4ff0c748", "message": "(Add Binary) [Accepted]\n", "proba": 1.3410378585376748e-07}
{"commit": "bd99c95fb772e69f210eaf8bdb15eb8a9731bedf", "message": "fixing #529 \u5f52\u5e76\u6392\u5e8f\u641e\u5b9a\n", "proba": 3.40957029720812e-07}
{"commit": "94dcde3c2e8c197642ec14e67426c21be03eb5a1", "message": "removed commented code from SensorbergTestRunner\n", "proba": 1.4003023807163117e-07}
{"commit": "a30334f5d53d8a1109a77bd1dfd49adfef86e080", "message": "PluginDescriptionTest\n", "proba": 8.987206001620507e-07}
{"commit": "5b6cf77d22e87ecc444230a71421152546113fd7", "message": "added\n", "proba": 1.6080610976132448e-07}
{"commit": "677a05ff98bc510943fd92d1257dd885761391fa", "message": "OPEN - #9: Campos de formatados em fun\u00e7\u00e3o do padr\u00e3o de cada Banco \nhttp://github.com/jrimum/bopepo/issues/issue/9\n\n * Novo builder (Sacador Avalista) para uso em testes.", "proba": 1.0079277501517936e-07}
{"commit": "10ca6ca4bf1c420d54d155d4855067e58131f793", "message": "Updating lib support\n", "proba": 3.390074425624334e-07}
{"commit": "5eef0281323c63f47d33eadf2a6a3970690cd976", "message": "Add nonalphanumeric as an alias\n", "proba": 0.019067276269197464}
{"commit": "770402a1bc8f0256d27cb51885fbeed077ee93e5", "message": "CurrentContainerLoader: ensure container is loaded before any other listeners\n\n", "proba": 3.496442673167621e-07}
{"commit": "62fbe0fd91e40c6e739c7ae3ce353b5d23328051", "message": "Added RequestBadFormatEvent, triggered when asterisk was restarted and action was produced in the same time, etc.\n", "proba": 1.0136112393865915e-07}
{"commit": "4f34fb83605d14596c51b866b042c4ba911c9a99", "message": "am f4c936a7: Merge \"Fix to only do pre boot receivers on upgrade.\" into mnc-dev\n\n* commit 'f4c936a7e627fa2a11ebfaa2614a76f3c69a4756':\n  Fix to only do pre boot receivers on upgrade.\n", "proba": 1.2557509876387485e-07}
{"commit": "a084fb7b93de763a28349498f7a1d4ec4ddfd28b", "message": "[ActivityManager] Fix NullPointerException in startNextMatchingActivity.\n\nSymptom:\nNullPointerException crash while call startNextMatchingActivity.\n\nRoot Cause:\nActivity starts with FLAG_DEBUG_LOG_RESOLUTION for debug dump.\nIf the current Activity is the last object of resolves list,\n  we can not get the next Activity and aInfo is still null.\n\nSolution:\nCheck null in debug log dump.\n\nChange-Id: I4c5d14d9acd8d47768b36c95354763841579e050\n", "proba": 2.2470633211923996e-06}
{"commit": "1b50a70453ea75dde9769d0489f346a1cdc77172", "message": "am 351176dc: am e3b6a5bd: am db19c5af: Merge \"Fix: always allow getProviderMimeType within the same user.\" into lmp-dev\n\n* commit '351176dc6c991f4ddbd746cb00d92b8059a1c736':\n  Fix: always allow getProviderMimeType within the same user.\n", "proba": 1.9162655462423572e-07}
{"commit": "1d391c85bbe8314c036c362e37587bf6963d2359", "message": "am 7acee935: am e249eb3a: Merge \"Perform One touch play upon pressing home key\" into mnc-dev\n\n* commit '7acee9353b634ce3a60bf8b1fac0e24ac7f770f9':\n  Perform One touch play upon pressing home key\n", "proba": 5.257032285044261e-07}
{"commit": "7d85ea93e951dc1dd82e7879e0399c56d116f231", "message": "Always tell Keyguard about occluded state\n\nIf there was a window with FLAG_DISMISS_KEYGUARD first, when the\ndevice was unlocked, mWinDismissingKeyguard was set to that window.\n\nNow, a window with FLAG_SHOW_WHEN_LOCKED came on top, so we set the\nKeyguard as occluded, but we didn't reset the window that is\ndismissing Keyguard.\n\nAfter that, the old window with FLAG_DISMISS_KEYGUARD was the focused\nwindow again. However, since we didn't reset mWinDismissingKeyguard,\nwe ended up with DISMISS_KEYGUARD_CONTINUE, and lockscreen was not\noccluded anymore. However, we never really told Keyguard about it\nbecause DISMISS_KEYGUARD_CONTINUE was set instead of\nDISMISS_KEYGUARD_START.\n\nThe first fix of this bug is to always tell Keyguard about the\ncurrent occluded state. The second fix is to reset\nmWinDismissingKeyguard in case a window SHOW_WHEN_LOCKED comes on top.\n\nBug: 20102975\nChange-Id: I7c778df09a1e393b9eeaf51fd2013012cb40fea9\n", "proba": 0.0006515649729408324}
{"commit": "b01b62f925cd0393d0f471705abaa486ceedc1be", "message": "Mascot worker does not check for requests too large, let's hope Mascot can handle those!\n", "proba": 1.0584329857010744e-07}
{"commit": "5908a16ed82ac6893c5deefa70861b047f93da2a", "message": "OptionName: Added -Xbootstrapceylon to bootstrap the ceylon language\n", "proba": 7.989035566424718e-07}
{"commit": "26031dd462193d464929f457e2925473e73c62ca", "message": "Issue #1522: Erasure rules for Error and Throwable.\n", "proba": 1.0205970113474905e-07}
{"commit": "844704aa72ba7598c5a9ce6647760fde28f0c2e8", "message": "Fixed test for #797 after licence was added\n", "proba": 1.240056235474185e-07}
{"commit": "f74c949089696efb92c4ec4de8c96150301c003e", "message": "Added UserDetailView\n", "proba": 1.4040210771781858e-07}
{"commit": "1c7814175b4000d42a7b0882aa5c73543803ed2c", "message": "Add layout property to View\n", "proba": 1.5634840622169577e-07}
{"commit": "b0ef8513c43e25893c30b3e099ddae2ea224617f", "message": "converts .md2 to XML\n\n\ngit-svn-id: 5afc437a751a4ff2ced778146f5faadda0b504ab@1247 75d07b2b-3a1a-0410-a2c5-0572b91ccdca\n", "proba": 0.9999892711639404}
{"commit": "fcabf55c54b6a82c0b20a21954fa0c3689a2a191", "message": "New enum for syntax\n", "proba": 3.014475566942565e-07}
{"commit": "85b924a907ea05fb2c15acb7dcf6579d25622141", "message": "Fix: Accept . and , as decimal separator in Tables\n", "proba": 0.9999257326126099}
{"commit": "8340d5199f7c9b5ec35634b74346382ff0df9362", "message": "Fixed temporary file clean-up problem.\nPR:\nObtained from:\nSubmitted by:\nReviewed by:\n\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@199683 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.943068011518335e-07}
{"commit": "d7f74186ddfe9be1ee06db4de8860bdcd5ab5155", "message": "Added a test for FrameFormatException.\n", "proba": 1.1058314441925177e-07}
{"commit": "1620fcc0d8618e586b007c38ba954ebee704cd23", "message": "Create ConfigReader.java", "proba": 1.6263630868706969e-06}
{"commit": "f40e591f5784f0af4d9eba1bf7d003c6c2312d09", "message": "Remove jetbrains annotation\n", "proba": 2.98530244435824e-06}
{"commit": "790ecedcc802cf0b50b91bd7e89d2d1811b97ddd", "message": "HDFS-1779. Missed adding the test in previous commit. \n\n\ngit-svn-id: 7d7377a7daa0560c08de36e9018aba2351968394@1167334 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.1128620826639235e-05}
{"commit": "f1fcec87888c94a315b7ce58ddea2f5551979b3e", "message": "#721 re-added (deprecated) class SesameClientImpl for backward compatibility\n\nSigned-off-by: Jeen Broekstra <fbd8ee26f490c4e573d23434640d81bb5e018a41@gmail.com>\n", "proba": 1.076915125963751e-07}
{"commit": "3b289f9090f23c79364feaaf456ddb3e84e5bcdc", "message": "AlexeiBarantsev: Unignoring some tests passed in my local environment.\n\nr17281\n", "proba": 2.8116286898693943e-07}
{"commit": "11a6f996bc6ad95afcec109ce36338240bf894f3", "message": "add ArrayAdapterCompat\n", "proba": 5.878507067791361e-07}
{"commit": "687b93b6e5bd0e5e061412b3dee76e7aa8c4e918", "message": "In Data, removed static modifier for Hi and Lo functions\n", "proba": 2.2723534698343428e-07}
{"commit": "f6a6ebd7065a0e3193b389423120c2f74f98a15e", "message": "Pretend more classes are serializable", "proba": 1.532958435745968e-06}
{"commit": "acf60e40b5aaf1e01adc18b70184120e8992cd40", "message": "Added declaration of Image.\n\nSigned-off-by: Stefan C. Mueller <c254eda801bce04e1df6ae386a0fe0292fd3aca5@smurn.org>\n", "proba": 1.4617008048389835e-07}
{"commit": "9e9e79297d2c78378d85088b58b34161777e8ec0", "message": ":bookmark: \u53d1\u5e03 v3.0.10\n", "proba": 1.309081056888317e-07}
{"commit": "52b4689cbde421d9e8306ebe1ba9479b4e8e22db", "message": "[#864] [cygnus-common] [CygnusApplication.java] Add version trace\n", "proba": 1.544091929872593e-07}
{"commit": "20faaab547c4c1dd4da8a410a5d976b5c7bb7d31", "message": "Added adapter for importing CyNetworkViews.\n", "proba": 1.0613845802254218e-07}
{"commit": "43885ed895a93c802f8109c7b900e97049bb44ad", "message": "Added Fields class.\n", "proba": 1.2494841428178916e-07}
{"commit": "2af6d68d456e4723218b998bde30716c6d983820", "message": "Create Error404HandlerServlet.java", "proba": 1.021829461933521e-06}
{"commit": "d3da84aebb42b9de138f4e725adca258008afa09", "message": "\n\nSVN-Revision: 59\n", "proba": 1.9530340011897351e-07}
{"commit": "79092bdce289214ec2a0def1f81f8dcf11a9a8c1", "message": "fixed build fail\n\ngit-svn-id: 3495a5c4bbe5ece00c09619c056c9a903ff1da72@107002 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.5337901610764675e-07}
{"commit": "322bd05b091ba637bce2f880b4bdc9fed6f82249", "message": "Create 070.java", "proba": 8.539323061995674e-06}
{"commit": "2abb2dd713518995bbe4992683281f732cdd42f1", "message": "added TopicMapSiteManager outline\n\ngit-svn-id: c334bb69c16d150e1b06e84516f7aa90b3181ca2@123060 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.6492247684473114e-07}
{"commit": "73c6b0061657573e5b8b606edf48bd53ce707285", "message": "acid spray\n", "proba": 5.924387096456485e-07}
{"commit": "67c78daf1e75249cccbf062505d3a15ef1a0db82", "message": "Added unit tests for the MethodLocatingFactoryBean class.\n\n\ngit-svn-id: b619a0c99665f88f1afe72824344cefe9a1c8c90@10548 fd5a2b45-1f63-4059-99e9-3c7cb7fd75c8\n", "proba": 1.3450598999042995e-06}
{"commit": "437a3afecffb54168338ce4e9e6b7235fc850f73", "message": "Fix forge jar being re-downloaded each launch, speeds up launching the game quite a bit.\n", "proba": 9.922748489543665e-08}
{"commit": "e9bd09c6920c9334a83ac4938ffcee8957010a7a", "message": "Added a representation for common unstable version types\n", "proba": 1.7378367545006768e-07}
{"commit": "8243053b2b604e10f8f2353b59cc18985f7dc693", "message": "Add missing class\n", "proba": 0.0012178372126072645}
{"commit": "75b5cf36eb983c64992880830fcdce47df44acc8", "message": "\u27f4ShieldRestoreCheatFactory. Affects #253.", "proba": 1.0662482452516997e-07}
{"commit": "8b4c568430cc121dfac1331d65737f4eedfcc718", "message": "Added the NotImplementedException exception, to be thrown in methods that have not been yet implemented\n", "proba": 1.5803850317297474e-07}
{"commit": "31f9703c10be1bfbbe97f273c37f524ad3f4b20c", "message": "Added a class to interface with Weka\n", "proba": 1.6960488835593424e-07}
{"commit": "315530fdc1025e5aac22e6927887c3609596058a", "message": "ACCUMULO-3738 Restore o.a.a.t.i.Tracer to get Hive working again.\n", "proba": 9.776962883734086e-08}
{"commit": "04a49a657d72d14fbebf14e40c705d141dd3fe44", "message": "GallupPoll", "proba": 2.703764266698272e-06}
{"commit": "14db3f82a8a6c1221ec1457c6a579d1079cdec0b", "message": "Remove accidentally cherry-picked test", "proba": 3.370628576249146e-07}
{"commit": "04b29e9e06832e2b43663587a262599733ad56f2", "message": "Properly clean up cascading jobs when a parent is deleted\n", "proba": 7.682036198275455e-07}
{"commit": "b2d8a2b9e9b9634c511d4a9bc23d7fb397a415dd", "message": "Add JobScheduler\n", "proba": 2.3893679212960706e-07}
{"commit": "988a642eaa3647c567afe49f462f2efe00281740", "message": "label tests\n\n", "proba": 1.7792566495700157e-06}
{"commit": "dcdceda9866e1c06c10deb55a295e8d775030c89", "message": "Fix junit test.\n\nFull fingerprint is now inserted on first attempt. Therefore the second insert attempts fails.\n", "proba": 1.1217941420227362e-07}
{"commit": "bb6d52f389bb0ca0a46e930025bfc02258dc1279", "message": "Added action method param name resolver\n", "proba": 2.7416561465543055e-07}
{"commit": "0fbfb2fb95aa72e2ad83f0afa17a2e2ea36c6a8d", "message": "set encoding before parsing for #5201\n", "proba": 2.986920435432694e-07}
{"commit": "08be046367c73fd7baf9df2d7f23d68b0e310f58", "message": "new test case - currently failing\n\n\ngit-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@5219 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 2.783800027827965e-06}
{"commit": "a064add49faa4a178ddfdee0577ef073f6fd7488", "message": "Add launcher for testing new DI and default services with worker pools\n", "proba": 1.4382763424691802e-07}
{"commit": "ce93870e892a247395f45bb23267f72048b5f192", "message": "Creation of HtmlHidden componenet\n", "proba": 1.3932968556673586e-07}
{"commit": "648e0e54a5e0a5bd5be0b6134ebf48fef07a904d", "message": "Part of fix for  AXIS2-1769 - close created xmlstreamwriter\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@479505 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.2510216979299003e-07}
{"commit": "2f8325592ec53339f3a6c3718ce7fe5779860945", "message": "find the longest/shortest word that can be written using left/right hand only\n", "proba": 0.9951914548873901}
{"commit": "9e6e80e93174d9ec7081c3ea4f91759b8700890e", "message": "Use enum instead of boolean to clarify API\n", "proba": 1.83220322469424e-06}
{"commit": "8102e62603cd7a49e74398716d87627e216b3be3", "message": "Restore ConversationManager API to weld-api\nAdaptor to ConversationManager2\nLifecycle API changes to context destruction\n", "proba": 1.244337539674234e-07}
{"commit": "c87b20da1ffb1c659e8eec9a2e0a62940e8f7b7b", "message": "Teste para garantir que p\u00e1gina principal n\u00e3o quebra - #150\n", "proba": 2.3366909829292126e-07}
{"commit": "785443489600939e15ec2885880581411c4f29f2", "message": "Fix more unit tests\n", "proba": 6.050910315025249e-07}
{"commit": "7f34deb3f4e1b83310c8aab3002c8a73ef5e2211", "message": "Add generator for int types\n", "proba": 3.483944226445601e-07}
{"commit": "17549dcfa632bae485f77e45ed95e7ea63b601f6", "message": "Add BayesianNetwork class.\n", "proba": 2.783622790047957e-07}
{"commit": "0ffe23bb125db92215b1f22295c5cbf17b111346", "message": "\u5faa\u73af\u6253\u5370ABC\n", "proba": 9.264429081667913e-07}
{"commit": "b300b5dcd32f496c1e592bad10b2eccb90e705a0", "message": "startArgs", "proba": 1.4256106624088716e-06}
{"commit": "ea40c74dd4a58fa9b2142a5446e45746526c271a", "message": "Optimize insert for overflow case.\n\nWhen overflow occurs, we don't necessarily need to traverse back up to\nthe root. Once we find a node where the new overflow node can be\ninserted, we can stop going up the tree as none of the parent bounds\nwill change.\n", "proba": 1.30418641219876e-07}
{"commit": "b863610b62082686116d01014dfe589caf5dca4b", "message": "Fixing the qstat messages.\n", "proba": 4.120370249438565e-07}
{"commit": "fb65a0b6eeab6cb04c8baaff2a8ab34d6e1ab7ec", "message": "Rookie Rank2\n", "proba": 2.0383624359965324e-05}
{"commit": "0d1cce377288878e66d1c3fe73a258dea73a3280", "message": "Compare dessert with JDeps", "proba": 2.684113269424415e-06}
{"commit": "8ee3515d8b7e3f492fd1cd0deef6cb653d466836", "message": "arguments\n", "proba": 6.932699761819094e-05}
{"commit": "725c0c94c8b12f4670d05fbfdddc1915f3929dc7", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "aa40077cf46d5dfa282045971f6b7ee7c941ea33", "message": "Base implementation of repeated action.\n", "proba": 1.2072085553427314e-07}
{"commit": "1d8fa9375d3fd32aad69009a0bf2760a480544a0", "message": "trivial inlining", "proba": 2.153345849364996e-05}
{"commit": "8b376b3f468ba3f6b651993e2de88763c9d4cff9", "message": "Added the Lazy Converter Iterator\n", "proba": 1.3545610499932081e-07}
{"commit": "0edccedc365e7d6e87e70d310d02670ec8b166c3", "message": "Test case for #6788\n\nsvn changeset:18264/svn branch:6.5\n", "proba": 1.5185635504622041e-07}
{"commit": "0b6ade580d8e592614a2a249bbc420e811f1a210", "message": "test case for TextField sizing issues in IE\n\nsvn changeset:9652/svn branch:6.2\n", "proba": 1.7872518753847544e-07}
{"commit": "8fa993134e86d136efb741288f7ebe1f88d52d8e", "message": "Create CDL.java", "proba": 1.612355958968692e-06}
{"commit": "ddc8bfcdf73d1827b0ccde05a6990c282cc77b72", "message": "VOD \ubbf8\ub9ac\ubcf4\uae30 \ubc84\ud2bc \ub178\ucd9c \uae30\uc900 \uc218\uc815.\n", "proba": 1.1154233447996376e-07}
{"commit": "5a04c5b3fc08f0ae959f63e45096472f6920da4e", "message": "JSF, Spring CDI, Nav rule1, JPA generated", "proba": 1.8645152977114776e-07}
{"commit": "3b6cf0b9a1f91475eddaf29c88d91507b52755e8", "message": "\n\ngit-svn-id: https://svn.apache.org/repos/asf/incubator/jena/Import/Jena-SVN/Fuseki/trunk@1123742 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.5932200148636184e-07}
{"commit": "4ad46ab7f2a28e0489d26cad52b4abba3ecca043", "message": "Added setting phone notification\n", "proba": 2.205496514307015e-07}
{"commit": "22453aef6fdeb902dfcc37aefcb3494e3b54fe05", "message": "Finished settings\n", "proba": 6.374186227731116e-07}
{"commit": "5e8ffd35d67138adb48c54f8b4e08cc581f15908", "message": "oops fix stupid breakage", "proba": 5.56698580567172e-07}
{"commit": "ec3fed0a8b268f23b892d870b83458ab17ce995b", "message": "Stuttering due to lossy type conversions, will fix tmrw morning.\n", "proba": 1.0445028664207712e-07}
{"commit": "e5333cc0d8883be2eb40e85d138040286e140454", "message": "beanv\n", "proba": 3.0377991606655996e-06}
{"commit": "99d90a621084ec0f799dc7840cc05565a0589031", "message": "Resolve color xml attributes properly.\n\nColor attributes were not being converted to int properly. The\nconversion to int was a simple string to int using base 16. This change\nresolves the colors as per #RGB, #ARGB, #RRGGBB or #AARRGGBB format\ndepending on the length of the attribute. All values that begin with '#'\nare treated as colors.\n\nBug: http://b.android.com/73845\nChange-Id: I8ad089b821af1e290b9b95771b50213fe2fdd784\n", "proba": 1.97641497834411e-06}
{"commit": "12fb8a23009bc374d00bcbfc9a9157a881db32b2", "message": "Solution for the exercise Coin Change. This proved to be a rather difficult challenge!\n", "proba": 1.1557459345112875e-07}
{"commit": "3e6813adca3d31aa5151f23c64aa0fbcc5f70834", "message": "Main class\n", "proba": 4.814352791981946e-07}
{"commit": "56d86364cf92b9159b5f7a84a994d17ae1e3cc5b", "message": "Ditch another unused field Kappu\n", "proba": 1.3542032206714794e-07}
{"commit": "22bb77f5b83056d616453d18822064e475e7bd10", "message": "Updated ActuallyResponder\n\nwith implemented Facebook and Yahoo APIS\n", "proba": 1.2661431014748814e-07}
{"commit": "0059f27d7d76e52cc096ae211c34dfed0764e2f0", "message": "add Preassert utilities\n", "proba": 4.903832859781687e-07}
{"commit": "cab82ad6f5d0b277bacd57652223f1e06f1cd814", "message": "am 719848b2: am 0d43c567: am 393e3170: am ad955fe8: Merge \"SystemUI: Fix data activity overlay not being removed when data is disabled\"\n\n* commit '719848b2537d8af66051154a73d7c0b7d583e754':\n  SystemUI: Fix data activity overlay not being removed when data is disabled\n", "proba": 6.311783522505721e-07}
{"commit": "73b9c29b8b856d15e8798a876a85766c263f01f2", "message": "Notification panel on tablet does not handle back and home key events.\n\n1. Notification panel on tablet does not handle back and home key events and\n   as a result the notification panel stays open. Hence, after opening the\n   notifications panel, pressing the back key on a keyboard will move back\n   in the app instead closing the panel. Same happens for the home key.\n   The expected behavior is if the panel is open the back button will dismiss\n   it and the key should be consumed by the panel. The home key should hide\n   the panel and the key should not be consumed by the panel so the system\n   can do the right thing.\n\nbug:6902903\n\nChange-Id: I06e8ceea1f51b998e6703d70dcb3a24128d5a581\n", "proba": 0.00014565617311745882}
{"commit": "3ea2e253d7e37fbc9729db9229040d02c9fc09f5", "message": "add some more demonstration features\n", "proba": 1.1997506987881934e-07}
{"commit": "556233fad8e79c3a5961ec4f72c01856760b0070", "message": "maxSpan done\n", "proba": 3.2070386168925324e-07}
{"commit": "a54c3fad35aaf4dbf643699428c56ae9ba2a479b", "message": "update ResultStatusEnum\n", "proba": 8.27884264253953e-07}
{"commit": "566f9034a6fba6778ead67153f21e7ca6082a453", "message": "Add a turd to convince javadoc to make a JAR.\n\nGotta have -javadocs.jar if you want to get to Central via Sonatype.\n", "proba": 1.0310746745290089e-07}
{"commit": "6c82480a108a0776632d44b5fa9a1d2e1d8a8501", "message": "test for: https://issues.apache.org/jira/browse/AMQ-2200\n\ngit-svn-id: d2a93f579bd4835921162e9a69396c846e49961c@1185792 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.506107072505984e-07}
{"commit": "e83bb19adf47cd5c06452e572226890e1467dfd4", "message": "heapsort.V1\n", "proba": 3.969549027260655e-07}
{"commit": "86f98704c3991032e136470ea86a8a340cf43edf", "message": "Added new problem\n", "proba": 1.280987476093287e-07}
{"commit": "1077cf4da26c0c4ddc33049c8988208b6d9d909b", "message": "Create LogIn.java", "proba": 1.6959403410510276e-06}
{"commit": "d8c58cede02f4815ef7511245a7732015e9cb6a0", "message": "Create Plane.java", "proba": 1.6027775018301327e-06}
{"commit": "f622f288e70ec743fd608e5240a57aceb1f8319e", "message": "Add utility class", "proba": 1.135662159867934e-06}
{"commit": "a0e9945d7edaadc155dab980163b242d249bb104", "message": "fix: negative test in IngestServiceTest now catches provokes exception\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@5742 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: b0d10318fcad99aaee5b8bdbc74e4d6f027e1135", "proba": 1.536907916488417e-06}
{"commit": "f3e040a6490bae85bc5aff937145e0f962771405", "message": "Project Euler, Problem 50, Java\n", "proba": 7.533984103247349e-07}
{"commit": "bd166a41b2d74392342a4abccfa9eb843252e496", "message": "Create CalendarProvider.java", "proba": 1.3378613630266045e-06}
{"commit": "0be23baafb17398f80951f4ceca3936ff35d8cea", "message": "- Colors updated appropriately when user is switched\n", "proba": 1.298351293144151e-07}
{"commit": "3cc534ab030a29cd025346ebfcf84e6518b6e819", "message": "use view dimension instead of canvas dimension\nreduced verbosity\n", "proba": 1.8389044953437406e-07}
{"commit": "49a8840948a900ec47a15253634d4ce50504fe0a", "message": "Create Solution.java\n\nFirst commit", "proba": 2.455491312503e-07}
{"commit": "760379a4215ccca98e082feac25ee1ed73ad59fd", "message": "create Benchmarking2\n", "proba": 1.7648822847604606e-07}
{"commit": "ac2d08045b267626f02b5b2ea7f72ceace89b129", "message": "Don't mix assignment operator with equlity operator\n", "proba": 1.793281825257509e-07}
{"commit": "44ed0681ec9cd554829f75fb86accd9c7a4d98d0", "message": "Retain the underlying exception *and* keep the stack trace slightly separate from the base message, with an overridden toString() method to bring the stack out with the message.\n\nReason: lets AxisFaults be pulled out at a higher level, and allows the caller to bypass the stack info, even if it is carried around server-side.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@255835 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.7513890472619096e-06}
{"commit": "b2806716386ac92e8b5c469e8b5f37a5c2ef7d17", "message": "Explain need to serializability.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@247551 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999957084655762}
{"commit": "fb0c061751204dc93ff34043bc245538a955c821", "message": "Fixed a bug in PluginManager\n", "proba": 3.377720645403315e-07}
{"commit": "08ada62bb67fabfa599a2e1740719707d0c1e935", "message": "update httpclient pool\n", "proba": 3.805308494975179e-07}
{"commit": "b8e22214e2b8b4bf09d5da422598bdd476f1464c", "message": "ALEXIIIS\n", "proba": 3.2145176191988867e-06}
{"commit": "e99a7028bf8cf57a261c2ec439ec16c75f7ee0b6", "message": "wololo\n", "proba": 2.581671105872374e-05}
{"commit": "7c9adaf6b90164f17164852276734f95c6d2c46f", "message": "am dc6da58a: am 2a96fc1f: Merge \"Fix RemoteController update in RemoteControlClient registration\" into klp-dev\n\n* commit 'dc6da58aa79f97d6bbd0fa8fd4e694f1e76973f0':\n  Fix RemoteController update in RemoteControlClient registration\n", "proba": 3.7974706401655567e-07}
{"commit": "66c2f9ed3f61fc0a270b427222c561511acde6e9", "message": "am 0628fbf6: Merge \"TIF: fix NPE when notifyXXX is called on c-tor of Session implementation\" into lmp-dev\n\n* commit '0628fbf6b953f852308c96fbc24b91fd5e81a476':\n  TIF: fix NPE when notifyXXX is called on c-tor of Session implementation\n", "proba": 4.147169931911776e-07}
{"commit": "ed344421ba64032390d79dc3ac9a451b0e4f7c1c", "message": "976. Largest Perimeter Triangle\n", "proba": 0.0006679348298348486}
{"commit": "c530e77831b3cf1b5dfaa03cb06f812160941fb3", "message": "am 35a1a209: Merge \"Include dnd status in bugreports.\" into mnc-dev\n\n* commit '35a1a2095cb6208a7614c35fe19fced6026d3db1':\n  Include dnd status in bugreports.\n", "proba": 1.252986407962453e-07}
{"commit": "c0455509b8aac1955290137bd2792283cd6ae771", "message": "am 8dd0bce6: am 4e65a05f: am ac5f9628: am 7df411d0: Merge \"Clear calling identity before getting the current user.\" into mnc-dev\n\n* commit '8dd0bce6174ffff075e8c780a5245b5c4a5df2a7':\n  Clear calling identity before getting the current user.\n", "proba": 4.775921524924343e-07}
{"commit": "93bc7e305de3dc1e0f4674e085246b9341c6da5a", "message": "Added dragons", "proba": 1.9091933722847898e-07}
{"commit": "4387e0d4dacc7de333a03636111cd8155c422600", "message": "return empty array instead of null\n", "proba": 0.0011827090056613088}
{"commit": "6bfebdd796ce436296d9f8f35d841a663ffe1f93", "message": "+ added DrawerLayout\n", "proba": 2.0016152291191247e-07}
{"commit": "7900cac9827ff23b0a88a4a4600d47f3514d1682", "message": "Nicer looking date stamp\n", "proba": 1.9043309862354363e-07}
{"commit": "e5af8c438a8b38fcf36b584151ff945b7fcfdbb6", "message": "add round-robin failover to scanner.next\n", "proba": 9.979629567169468e-07}
{"commit": "f3ab3b8c180a6929804c126115b8f55fc74a49ce", "message": "added new options to define what has to be saved or not from jobs' workspaces", "proba": 3.105897121713497e-07}
{"commit": "4bdd019848005bf84f998c8d6190cf960f7c49a6", "message": "removed test system.out.print\n", "proba": 1.5425200672325445e-06}
{"commit": "31295f61d85fe1fcdc52ae715a7878ac2d99f780", "message": "add OCV_InteractiveGrabCut.java\n", "proba": 2.6378847906016745e-07}
{"commit": "d5b5982ed408f901c83e3345a9c5dc637d433e3c", "message": "Helper method for setting the user input password in tests\n", "proba": 4.6523848595825257e-07}
{"commit": "60204150c334588dd41f4d17bda5c6e3afe8bf1f", "message": "Trying to commit.", "proba": 2.91440585442615e-07}
{"commit": "e09bc4bc163abb9be96ad1b6f06c7bcc21087a8d", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "f88c47b7ce303f3cfe981c34d48b2a0ce5d7aa20", "message": "added logging for exceptional return value of directory.delete() and baseDir.mkdirs()\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@4117 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 2.937161980298697e-06}
{"commit": "f76e8e13c92146ae20286564f969c4ab1f787bdc", "message": "bug fix\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@4402 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 7eb619c7ade7256d76f704dce3948afeb1d6600d", "proba": 2.0181428226351272e-06}
{"commit": "675fc355ae9536c31411735f9e8838e1d1dd264e", "message": "Implemented a column specification for the Tokens table.\n", "proba": 1.1208253170025273e-07}
{"commit": "6e1fb5e1c5b05ef5a60f8434d69505a251ce0198", "message": "change folder extrafanarts to extrafanart\n", "proba": 3.577235645479959e-07}
{"commit": "9d60f1186ee33429268c777bb2d8e589b6cff2a2", "message": "abstract class for ViewIQueryGenerator\n\nSVN-Revision: 5456\n", "proba": 1.882950897424962e-07}
{"commit": "7cd6f48ee1b8e304dbadb35d41e08ea8a1aec780", "message": "Minor updates to getting rooms\n\nA thread now just continuously broadcasts the room it's in instead of\nrequesting from nearby devices. Should be a lot cleaner. Also using the\nmessage field as null for special messages from the app. This allows us\nto get more information out of special case messages.\n", "proba": 1.0277368289735023e-07}
{"commit": "10d4655d94c9cae3d2d05b1fe2224871c0440d86", "message": "*ChatModule: cp_chat struktur verbessert\n", "proba": 2.557759728460951e-07}
{"commit": "ddbe2dc79ddcccecc5470b54d99ad685eb88c918", "message": "Add some snippets (Java).\n", "proba": 3.280280793660495e-07}
{"commit": "afdb066c0a193879b84f7f6db290284b54fe7131", "message": "add class TestEngineer\n", "proba": 3.5208523740948294e-07}
{"commit": "b4f9f6eaf72fbe95f93dc087634cc2285f98304e", "message": "just for fun\n", "proba": 1.8465172502146743e-07}
{"commit": "7ee64cbb7c96bcfe5208686b2fdbef61b0173bdc", "message": "added MetaData class\n", "proba": 2.406955559308699e-07}
{"commit": "6ecff22c3034f139999b657f3b494d7005daf1a7", "message": "Added unit test to check for \"testShould\" in the test method names\n\ngit-svn-id: ce3478dfdc990238714fcdf4fc6855b7489218cf@5062 5bac5841-c719-aa4e-b3fe-cce5062f897a\n", "proba": 2.5400806862307945e-06}
{"commit": "5652d9d60dead7cc600a57f6614802c6dc5ab9ba", "message": "created NodeAskWith\n", "proba": 3.266934527346166e-07}
{"commit": "3763ee74aa1ef46a762f662ba6e0eb34c24e43c0", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@3749 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 6.043430857971543e-07}
{"commit": "d6da22d10e3beb1598e54070266002d4805fd903", "message": "Adding annotation for api validation tests.\n", "proba": 1.2327527088018542e-07}
{"commit": "20dc194e31b20ba1d456b76037fd2d8a1761f417", "message": "add the ability to exclude files and avoid dupes #2983\n", "proba": 1.81139824917409e-07}
{"commit": "3d6ad896dce4f9f1fa736e05e9f4ef91d99f9188", "message": "More tests...\n", "proba": 1.2196881016279804e-07}
{"commit": "c0674962e647f8266a3eb78f1966ccf8809b1a92", "message": "Fixing the Jetty unit test (no hardcoded port for Jetty)\n", "proba": 1.251984258487937e-07}
{"commit": "2f79093b331250c0a5997157b716f03d58e18719", "message": "Fix ouline destination", "proba": 0.9997755885124207}
{"commit": "1215b27e961083f9f59b69cb2881b0e58cef0314", "message": "add a compound events manager to support configuring multiple events managers\n", "proba": 2.6294230792700546e-07}
{"commit": "0ae581750bdba40665a1c348ddc6bb3cf80c91df", "message": "Added value converter for lowerBound and upperBound for association multiplicity\n", "proba": 1.3939960297193466e-07}
{"commit": "55556037d77b6459570a2467e2f88b428bc6aeb3", "message": "aston-martin-component \u8fd9\u4e24\u4e2a\u9879\u76ee\u516c\u7528\u7684\u7ec4\u4ef6\n", "proba": 1.4392148273145722e-07}
{"commit": "0b061ecf06412acb8422e1a53011b6031a1c2e0e", "message": "jira #DTRA-431: \n * added toString method to the http response class.\n\ngit-svn-id: 85c88240758832ecdac9e9f2f6d4112daa3a57f7@27217 cadd33a7-e05c-44d0-9ff7-823b10d47c77\n", "proba": 2.8035954073857283e-06}
{"commit": "7f8055a4ffe127c10233658a17aa4a097334e22f", "message": "start server after wamp bundle is up\n", "proba": 1.7803417051709403e-07}
{"commit": "23659617ec5500422a8112942851a4218319c7c3", "message": "Make #at:put: an eager primitive\n\nSigned-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>\n", "proba": 1.1884223027891494e-07}
{"commit": "b6779ef2d6b086d0494ff5e9273dc1fba72ea92f", "message": "Adds unit test for RootTaskProcessorFactory.\n", "proba": 1.238911977452517e-07}
{"commit": "f45ba7a8f3abaa8a0357a92341d67a0257b42860", "message": "added a test for counting expected number of samples as part of RANSAC statistics", "proba": 1.2528728632332786e-07}
{"commit": "f1c524debc848ae66803a6f13f8fd6e47d8f7333", "message": "Adicionando classe Beans\n", "proba": 7.524133138758771e-07}
{"commit": "272a198e401b579199f39a569fae7f5143ab9797", "message": "ConnectionExtended tests YAZJ-18\n", "proba": 2.041152100673571e-07}
{"commit": "9caea29e58bb627baf8e0e405c912c987ff0846c", "message": "Adapt code style a bit\n\nSigned-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>\n", "proba": 1.313836293093118e-07}
{"commit": "180bdfc61e466f1f520cf5799282145d8b607dd4", "message": "Add `Swap` base class\n", "proba": 1.0573257895885035e-06}
{"commit": "b47f47aa378072bde6c3420e1c16a9c8b7c4e864", "message": "Update GrowthCaseSize.java", "proba": 8.321452469317592e-07}
{"commit": "62e58519c2316c10f7afdb702759fe2c8aa07089", "message": "add structure\n", "proba": 0.0188137199729681}
{"commit": "9b25ebaf34a45b8bae7659adc01e78cf3901d417", "message": "Create APIConsumerService.java", "proba": 6.084797132643871e-05}
{"commit": "3fc629bd42e10074cd3e0d657b58ac1abe88d559", "message": "-n \n-n \nMove application out of the core and into an extension. ApplicationSupport replaces some needed support that was in the application framework.\n", "proba": 1.202635218078285e-07}
{"commit": "184d4a0c04372e92380f9fc7edbd6fc740439fea", "message": "update code\n", "proba": 3.531175991611235e-07}
{"commit": "aed6ce48c492f8cccba65cdfefa856f669d6a8ab", "message": "Moved some module related utility functions to their own class in common\n", "proba": 1.2660441939260636e-07}
{"commit": "cf7bb6459ec273676c913277898267be0b20ba82", "message": "added javadoc\n", "proba": 1.8344361762956396e-07}
{"commit": "439fc2791bf09a536af581b44cc20acd9e35ecf2", "message": "native ingest: mime type handling changed\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@7482 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 3582c215678813374564c851e1a278b603012690", "proba": 3.293190047770622e-06}
{"commit": "d7c3cf1a1f62718f72ac4cac696c6a9beb6d0d91", "message": "A simple tool for executing sparql-queries (only 'select queries')\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@6451 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: dda754ab74ff1975dfed103d1c83931043c42295", "proba": 3.443145715209539e-06}
{"commit": "15f13e29a7d45b89aa9bb5ce7f665bcb516c84bf", "message": "Add comparator for files, by size\n", "proba": 2.287032856429505e-07}
{"commit": "a3ab298162a84e8ad717ba3f13fe4d7fdd5745d0", "message": "Use a builder pattern, sort of\n", "proba": 1.7723525047586008e-07}
{"commit": "f9c750acb42b0385689670cc3205f2e0505fa2b9", "message": "api removed", "proba": 2.0391246380313532e-07}
{"commit": "e33b05f06002524f850a59ba6e110520f453b275", "message": "+CraftoPlugin: onDisable() geschrieben\n", "proba": 2.1542541617236566e-07}
{"commit": "d8be49ceae38e9d3da8b8b165f1dce444ad6d169", "message": "Create and init MainMenu.\n", "proba": 1.1559806978311826e-07}
{"commit": "12eb55809fa21a196cc6d245a4e6b027204252d5", "message": "Naming #1383: make sure we use the FieldValue underlying name if any\n", "proba": 4.7459460006393783e-07}
{"commit": "42cec041133f2a931115f2ebce01725acba9a0fb", "message": "Update CycleDetector.java", "proba": 3.410149247429217e-07}
{"commit": "16ac9210a4f46c6f71424da1895d520560d5aa69", "message": "Create Login.java", "proba": 1.0812141226779204e-06}
{"commit": "d2a96e90bc7239aad89a3b95fa355175ad9d9b1f", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "fb95a56ce12d5fea54769927115387d388481943", "message": "\u0412\u044b\u0434\u0435\u043b\u0435\u043d\u044b \u0432\u0441\u043f\u043e\u043c\u043e\u0433\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u043c\u0435\u0442\u043e\u0434\u044b\n", "proba": 1.1901864809260587e-06}
{"commit": "41cb8bd92d3b3d28171574bd6e1bc4a752e7abf1", "message": "Added an IntegerListConverter that will be used for DBFlow\n", "proba": 1.3010483712605492e-07}
{"commit": "ba327df25f3876860268b2df536c179e7696cd97", "message": "[ANDROSDK-417] Add Transformer\n", "proba": 1.2979477048702392e-07}
{"commit": "989a3822b50c74faa54bc4452ebf118bf3bc49d2", "message": "Create Main.java", "proba": 1.9291887838335242e-06}
{"commit": "a282e3d049f4e72aea0959eaabf09bad2a919c18", "message": "Leetcode 1: Two Sum\n", "proba": 0.9987866282463074}
{"commit": "04cdd07f5cf9631d3a1aa9807c3928c684bd03b4", "message": "DouniaBerrada: Waiting for the window to open in testShouldBeAbleToClickALinkThatClosesAWindow.\n\nr14437\n", "proba": 7.957471552799689e-07}
{"commit": "3c986f54823783330f08b0c55ba15e8aa7789b39", "message": "solve insert node into double linked list\n", "proba": 9.961829164240044e-06}
{"commit": "4983febf684832f8706d5882409888811e3e191a", "message": "Woopsie for MONDRIAN-1506. I had removed the small pause between the two tests but forgot to put it back in. Both tests need some distance in timing to be valid or else we create contention between them.\n", "proba": 1.0608583522753179e-07}
{"commit": "f33f4d7f60eb11ef288961cd00dec0ff06373a15", "message": "am 15c2da7c: am 2e7b2521: Merge \"[ActivityManager]: Update home process when home activity resumed\"\n\n* commit '15c2da7ce51ad1c1cbb07602644fa7291e8c7896':\n  [ActivityManager]: Update home process when home activity resumed\n", "proba": 1.6564629277127096e-06}
{"commit": "39385841c16158e90c4fd9856579ab8fd93fcc37", "message": "options\n", "proba": 0.9999990463256836}
{"commit": "037b99b9bb9e96cd387b721a147531db651119d1", "message": "HelloWorld test added\n", "proba": 5.989095370750874e-06}
{"commit": "a4da02ab439ee04fd581e734d2fb73db8bf1fcf5", "message": "add firstLineOf method\n", "proba": 3.5658599699672777e-06}
{"commit": "85ee2749a157276174334f5ddfc009dd945e9f5b", "message": "Updated\n\n\ngit-svn-id: 0c0b8479f8d8c15c9ffd836cf320ff54819586ab@4051 cab769db-1af3-0310-8bf3-f2d376eea66d\n", "proba": 7.136829367482278e-07}
{"commit": "fc443a25ac445b83b9b2cc088d78968e96d2d674", "message": "Check for loops entered when iterating, part of #5866\n", "proba": 1.3449415803279408e-07}
{"commit": "3b2a17c2f7ecd5fd26bef024595a616bdbea9527", "message": "improve encoding, include setters\n", "proba": 4.366980192571646e-06}
{"commit": "2c293bdfb0c7d55a31055937bc698c0abff6c9cb", "message": "Add ServerConnectorErrorHandler interface\n", "proba": 3.795403245021589e-07}
{"commit": "d5a3f159ed9e26e04324e95afbcc061c2e25a124", "message": "test first commit", "proba": 2.0567607350585604e-07}
{"commit": "943e2b0d2f93e93d4c71f284e471a71b5f895a74", "message": "remove outdated tests\n", "proba": 0.000492063642013818}
{"commit": "c6a218bfd6c8fb05a2de7bce98e7beb48df70f87", "message": "changed the found timestamps displaying order\n", "proba": 6.854226285213372e-06}
{"commit": "0baca707e7f2131ca74906de274f3d48e8ea1012", "message": "Create QuietException.java\n\nadded quiet exception", "proba": 4.457400564206182e-07}
{"commit": "ee770e35da8d06e9a54b6a5d7568ed5303fe5b8f", "message": "Initial Commit.\n\nWorking on a Timesheet program for GCEMS.", "proba": 1.0607693212705271e-07}
{"commit": "04d383567d3bc71f8502564027a360fb78c920e3", "message": "Slots roll random.nextint now, not sure if possible to get 3 in a row\n", "proba": 1.7865343693301838e-07}
{"commit": "72ff2882d780c972ae52faba1c578bd728565f06", "message": "Fix for  AXIS-2185 - Resource/memory leak in ClasspathUtils.getDefaultClasspath(MessageContext)\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@261876 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.1553496506166994e-06}
{"commit": "530b92c88e0fbf7b996f33f256d63d37463806b2", "message": "remove commented guff\n", "proba": 3.312162277779862e-07}
{"commit": "47205a0f1af09a8ab9db2f6b704bfb60d2568fb9", "message": "Comment out unused line that causes NPE\n", "proba": 4.5068642862133856e-07}
{"commit": "eba6ecb7d6b8f697282d388d653cd243f213da4b", "message": "Fixed loading of .3ddv files created on Mac OS X.\n\n.3ddv files are really just ZIP files. On OS X, ZIP files are created\nwith a containing directory for all the files (so that unzipped it\ndoesn't scatter loose files all over your desktop). However, 3DDV wasn't\nproperly created this containing directory when unzipping the file. Now\nit does.\n", "proba": 1.5204356884623849e-07}
{"commit": "06e2a51c5c04dc0c685127585e8bd0c30a4ed9cb", "message": "\u4f18\u5316StaticFunctionNode\u83b7\u53d6\u6b63\u786e\u65b9\u6cd5\u7684\u53ef\u80fd\u6027.", "proba": 1.6065466468262457e-07}
{"commit": "b571098aefa5f618fe15ef94e5113f03bb62865d", "message": "Create data_load.java", "proba": 1.950433215824887e-05}
{"commit": "332da59414e5be610a1c5ff0911774e811c915e2", "message": "- rename VarType into VType (similar with VRange)\n- improve coverage for VarDouble\n", "proba": 1.4310577967080462e-07}
{"commit": "7402d325ebab41f2fdfbc800aff34a62977fbe9c", "message": "Skeleton for problem 1422\n", "proba": 9.231655440089526e-07}
{"commit": "d2925f7866480fc173f3851b127a3cd39a64732f", "message": "Skeleton for problem 1630\n", "proba": 2.965459543702309e-06}
{"commit": "25cafecc75f33f512a69f5681631b71cb48c1137", "message": "Create NBGrowth.java", "proba": 1.0057104873339995e-06}
{"commit": "9de0037b8616ea88b71677dd9b72a9729c3484a5", "message": "[TEST] Lock tests, new testclass\n", "proba": 1.4473384624125174e-07}
{"commit": "79ef6c41885388ffe02b8306adf9522839b36608", "message": "Suppressed a warning :smirk:\n", "proba": 1.29350075894763e-06}
{"commit": "d2ad10ed417cea0bd73c214514d3ecd486721244", "message": "Add time module to jvm library\n", "proba": 9.76788328443945e-07}
{"commit": "703df3bd857218901564cdf68b900d0906381ae1", "message": "add showCase class", "proba": 1.0089835313920048e-06}
{"commit": "7280fed1da5fedd671541998ed2f939b1923f2ee", "message": "Better testing for p2p sockets -- semi-manual\n", "proba": 1.253432202474869e-07}
{"commit": "0c568581f3ef222a1477a23ef5114647d0f4e4d0", "message": "Create CreateGroup.java", "proba": 2.6277461984136607e-06}
{"commit": "0f39bf5da563f503c65f67f8f12855b4827e9252", "message": "file added\n", "proba": 3.0057543654038454e-07}
{"commit": "2a0e251b64c9a374788d9477574b95fa857c33c6", "message": "Add HTMLParseState, which disables handling of all XML-ish things, and maps html tag names etc to lower case\n\ngit-svn-id: 2a5aa262aa05db1f1c5a4e5f1e6b5d4f61185805@1443826 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00022664280550088733}
{"commit": "71dca79726d007f297ed47810aa988d411cf62af", "message": "Add test to demonstrate bug in TextBody.getSize()\n", "proba": 1.6992935059079173e-07}
{"commit": "a1f8575886e354e09c99e9ab261b49fd8f260f91", "message": "Rework of packages documentation (bis)\n", "proba": 1.1768450036697686e-07}
{"commit": "cf3fd85a2d0b778493043c1941faa3e952281a35", "message": "[ELY-2005] Add a new SubjectPolicyContextHandler to return a Subject based on the current SecurityIdentity.\n", "proba": 1.018226782889542e-07}
{"commit": "5e6da0d676c8fff56b92d4b20c93aadc7b7717e5", "message": "mock impl for normalizePath (not used anyway)\n", "proba": 1.1011169220864758e-07}
{"commit": "a57690e94b6384cd69a7d9aca7aa0ed90d0d51a0", "message": "Moved OS getter to separate method.\n", "proba": 1.1759374274333823e-07}
{"commit": "800d1ea07228776b6f7ef98803750e7dcda6d8b8", "message": "EntityResolver should check the classpath, even if the standard ResourceAccessor does not include it.\n", "proba": 1.0801922201153502e-07}
{"commit": "c0932f4faebebb1f43eb39a681780d8db0bc948c", "message": "Introduce common Executable functional interface\n", "proba": 2.0713271453587367e-07}
{"commit": "6e4b54c687454077bc09bbf6c83a0db890439f77", "message": "Create : 628 Maximum Product of Three Numbers\n", "proba": 7.176147960308299e-07}
{"commit": "77c73dc431c5144f250287e0d51921807e3149b7", "message": "o update to account for the embedding changes made in maven-core.\n\n\ngit-svn-id: 1b1bd56198eea75e2feaddfcf5144d1f89605d86@162850 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.129763063545397e-06}
{"commit": "e7bea122af85cc70607ebde2e1b94838d5f2baf4", "message": "o using HttpStatus constants\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@805742 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.528135840089817e-06}
{"commit": "a88a8d82d4f418199756b7c5e5421ca6484a6db8", "message": "o Escaped markup\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@883009 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.579325553142553e-07}
{"commit": "1c094c85ea73d8ff00c61a96ad94693c8daa65ce", "message": "Added Frequent Items streaming alg\n", "proba": 1.3436417134471412e-07}
{"commit": "a4ccf86d9e68343e1c345a4b58d1a1a59ee2ab9a", "message": "Create : 0018\n", "proba": 2.03748015792371e-07}
{"commit": "2b10ddad38458b4c626437f4cc4f9f4251c0f83f", "message": "Started with the implementation of a factory for the ImplListDataModel\nclass. (Maybe we could move the parser code into another class, so that\nwe can do read and write operations with the same class)", "proba": 1.1199684024632006e-07}
{"commit": "4a5893566f2c77678e42da8a15df48f345b1db69", "message": "TimeUtil added ( migrated from other projects )\n", "proba": 1.0424767538097512e-07}
{"commit": "bad681d8e87f04a2173aa9666cbc931087a44aa3", "message": "Remind not to send direct message to oneself in network stress test\n", "proba": 1.167674525959228e-07}
{"commit": "1b7732af82b8f2c3917eac1d92c6981466f7159c", "message": "fixed findbug's warning", "proba": 2.0262065447695932e-07}
{"commit": "b23336fcfe57a9f9577b45698c4d22f9cd43926a", "message": "OAK-61: split NodeImpl into NodeImpl and NodeDelegate\n\n\ngit-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1330738 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.003108708653599024}
{"commit": "2de8ae2f0c8da1c5daff6985875d1583c6a590c5", "message": "Fixed the daemon tester to provide the logger factory properly.\n", "proba": 1.0671495687120114e-07}
{"commit": "d5f567e6d5c6a6236736367aef3b4893a1a3cedf", "message": "OAK-333 1000 byte path limit in MongoMK (test case)\n\ngit-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1577148 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.7413314001023537e-06}
{"commit": "0cdc30059f22a3495273a65c0b6c020116ffe728", "message": "tabs to spaces\n", "proba": 1.0278401987307006e-06}
{"commit": "9c07899fee4bb0bd4ad093583a6922abe597c6c3", "message": "Added hello world\n", "proba": 0.0001597474911250174}
{"commit": "5f1f5f4a87178c152b400d8010ece35ca6346eab", "message": "Initial version.  Mostly incorporated ebu code.\n\n\ngit-svn-id: 6c0206e3b9edd104850923da33ebd73b435d374d@622024 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.859695756451401e-07}
{"commit": "8d069e31854fee3d6c86e4c9cc774eee11c090cf", "message": "Made PlayerTradeInventory only constructed once\n", "proba": 1.1629491325493291e-07}
{"commit": "4bcceb952795ca117b9f01f7db5a53b1d1caee37", "message": "Further standardize ServerProfile", "proba": 2.187465213410178e-07}
{"commit": "50db5907d49505eafd7f717a1b6bdf877f91571d", "message": "Do not require URL for registerChangeLog command DAT-5092\n", "proba": 4.4327120463094616e-07}
{"commit": "63e86fa48ee2481a18ef27a9fb27a77a6e020df2", "message": "Add CSCI 135 Topics\n", "proba": 1.171209902395276e-07}
{"commit": "4ef3923dffdf72b93bb3915df1d8ccf2ea2f8311", "message": "OPENNLP-17 Initial test for feature generator factory\n\ngit-svn-id: 924c1ce098d5c0cf43d98e06e1f2b659f3b417ce@1127517 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.0548806389797392e-07}
{"commit": "fc2506255f4cec5c42dc6cd0198147fd5ed349ca", "message": "Fix QS switch accessibility problem\n\nSet the switch state so it can be read back correctly.\n\nBug: 22710906\nChange-Id: I2bcba96e53813118eb2be8dcb7e0b7d547767550\n", "proba": 0.00011703267227858305}
{"commit": "c83c0dd47a53a427e865ced57d94e5b95c6633fc", "message": "Add class TimestampParameters\n\nLoads parameters of timestamping, that is TSA URL and login credentials,\nand creates an instance of TSAClient.\n", "proba": 1.0505808489824631e-07}
{"commit": "ed511eb865e5544a7d09e8fa5ae2ec3c09e2e097", "message": "test: unit test for Arguments class (#640)\n\n", "proba": 1.2896954615371214e-07}
{"commit": "9e7c2048559c333b178ad52da07796290bf6e1e8", "message": "HTTPCORE-156: Fixed connect timeout problem\n\ngit-svn-id: 6006d5852951f43e4bf20b1aa071d815bf420463@642639 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.946368221681041e-07}
{"commit": "44d93c9ebdcc30a864ca58d5533a1ec296e7c3a3", "message": "Remove parameter and javadoc\n", "proba": 4.395323003336671e-07}
{"commit": "30834026e4c4d126bdf4eb2596b38bdf718eb7e8", "message": "Extra annotation\n\n\nFormer-commit-id: 89659b04df9a186f9d01232521143fa7975faf95", "proba": 9.004140338220168e-06}
{"commit": "3a903ba9b4814b0c4fe85b98e66471242031aea5", "message": "First generation of the FudgeUniqueIdResolutionTools. No testing performed whatsoever.\n", "proba": 9.980241344464957e-08}
{"commit": "61aa17adb476e8b05a9e7957c6ece23b66b12b5d", "message": "axis pojo\n", "proba": 1.0150337402592413e-05}
{"commit": "3e34d23b9ec35c0d75664afb3ddb682e9e18248f", "message": "Convert print instruction to use helper method\n", "proba": 0.9999984502792358}
{"commit": "4a264dbdc73875cc480a63ecbd2f065a017f5e27", "message": "Make use localhost a field in network stress test\n\nIt will help with the recreation of peers for mailbox send test.\n", "proba": 1.1131916721751622e-07}
{"commit": "6fbdbdef01737e110b46beb25e9e63cb99943a2e", "message": "Added test for RPCRequests\n", "proba": 2.050231699968208e-07}
{"commit": "297066ca071f5a31037ebaea5ad897fb5537910e", "message": "chore: added indicator layout\n", "proba": 6.323528941720724e-05}
{"commit": "3dfd0e3d84e677389b049e3498b91e8e06adb1e6", "message": "Add assertion for varimp sanity check.\n", "proba": 1.2911316105146398e-07}
{"commit": "76e75335648f1c0c695701a94499bfd4625eba5d", "message": "am 1f6e37ef: Merge \"Fix 3355957: Don\\'t hide the keyboard for PIN/Password\" into honeycomb\n\n* commit '1f6e37efecb0f5e9a4b5f7ee90b24740f6e02d1a':\n  Fix 3355957: Don't hide the keyboard for PIN/Password\n", "proba": 2.3021898414299358e-06}
{"commit": "94d0ea054e917bb43f2200def338e040061ab75a", "message": "workaround for string literals from codegen\n\ngit-svn-id: 3d5cc44e79dd7516812cdf5c8b2c4439073f5b70@592 3b38d51a-9144-11de-8ad7-8b2c2f1e2016\n", "proba": 0.00010345024929847568}
{"commit": "e5db479fd3492e3d4adea8a2606a98e956cafbb1", "message": "am c958468b: am 9f886b5d: am b344c188: Merge \"Fix singleInstance usage when singleTop intended\" into lmp-dev\n\n* commit 'c958468b7824478a5465a303cec6fed3293652ca':\n  Fix singleInstance usage when singleTop intended\n", "proba": 5.401175258157309e-07}
{"commit": "800c103495f221363c0e20795ba71d36e3e71a41", "message": "Hide status bars in lock task\n\nCall StatusBarManager to show/hide status bars for lock task.\n(Same CL as https://googleplex-android-review.git.corp.google.com/#/c/461068/,\nsorry for the confusion.)\n\nBug: 13669575\nChange-Id: I5c90bdb1d868aa02d3679e854b5ccbe434d996d6\n(cherry picked from commit cc2365ac9eae0393154c863a21286c9a95311e15)\n", "proba": 2.591268639662303e-06}
{"commit": "5d6a8b0cb8be05ee1e58303bda9d4b3381ac533b", "message": "trash FunctionCell/FunctionUserObject class\n\nSVN-Revision: 2477\n", "proba": 1.796235977735705e-07}
{"commit": "e55ff7565b1406125ebf39d12efb76fabaa4bf22", "message": "increase test coverage for the remote objects\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@6738 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 1.5444262544406229e-06}
{"commit": "bbabcf19e6fc7ad77abaf067d5ddd8b3cfc00c99", "message": "Fix CME in closeQueries, and remove duplicate window closing\n\ngit-svn-id: 50f83ef66c13f323b544ac924010c921a9f4a0f7@3093 00569f92-eb28-0410-84fd-f71c24880f43\n", "proba": 3.0307558063213946e-06}
{"commit": "50aedc90c91b0678651c06fcd96876eb5bdb8a45", "message": "Simplified angle calculation\n", "proba": 5.673186478816206e-06}
{"commit": "5344096c3e0f8cad444389e870b1890469d20a24", "message": "When using abandon, don't kill the whole query when a worker fails.\n", "proba": 3.605086078550812e-07}
{"commit": "8882e8bb4f06969a2765f7eb7fb33d1ad3edf0aa", "message": "Fix command only kits not working.\n\nFixes #928\n", "proba": 2.2207137817531475e-07}
{"commit": "6dd650f7a2b925972ea547395a01892450972a2c", "message": "minor fix\n", "proba": 3.935496124540805e-07}
{"commit": "b87c63452d4b71aab6931805908bb612f6fb6a03", "message": "adding a debug flag to print events (compiler should take care of optimizing the code out when it is set to false)\n\n\n\ngit-svn-id: 3495a5c4bbe5ece00c09619c056c9a903ff1da72@263895 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.583417467074469e-05}
{"commit": "6483aa8d0ddeb35bf054ead689aec5ad6a91f6f9", "message": "Please ignore. Testing.", "proba": 6.184522476360144e-07}
{"commit": "3798ea950c8c2decb553fc0629444d89ee8c0dd8", "message": "Fixed moderator override.\n", "proba": 1.2866389909049758e-07}
{"commit": "7dffb8be37cdb8d7c0317b0d640bb5ad4016c763", "message": "Updated #147", "proba": 1.4529062752899335e-07}
{"commit": "32355223305753777abf5e2378fbb4e1af5008ef", "message": "implement database service class.\n", "proba": 2.144789590374785e-07}
{"commit": "0ffc91fe2d642c68f0a94ae8f08e0f876caf8798", "message": "Evaluating migration to informer\n", "proba": 4.416066303747357e-07}
{"commit": "588d4b185bcae40fb8c696b633879081895072fc", "message": "Added ITunesMediaLibrary\n\nSigned-off-by: Paul Campbell <2a89b5ebf79dd463091573d53822db80c4a96217@kemitix.net>\n", "proba": 1.1307391645232201e-07}
{"commit": "2b89ec4c6c435b0b608131cf14c2ca131b26900d", "message": "fix for SCHEDULING-1109\n\ngit-svn-id: 27916816d6cfa57849e9a885196bf7392b80e1ac@18947 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 2.8947113150934456e-07}
{"commit": "fb9e2914276dd2d0a97a1ca3faa9d82f13f75518", "message": "add test for SafariDriver\n", "proba": 1.924475725445518e-07}
{"commit": "05e041b013d8750a66787f5f7eb77c7ec95a670f", "message": "Handle if the printing app is killed while saving to PDF.\n\nWhen saving to PDF we bring up the file picker UI which covers\nthe print UI. In this case the printing app may get killed as\nit is not in the forground (the system is bound to the print\nspooler so it cannot get killed). If that happens we are ending\nup with an empty file. However, if the file chooser UI is up\nwe already have everything from the app we need and it dying\ndoes not matter. This change takes care if ignoring printing\napp death while saving to PDF.\n\nbug:17922948\n\nChange-Id: I10d808e3c3e93e850dbc2a948f2482381a887928\n", "proba": 9.83812014965224e-07}
{"commit": "8afee9bcd3126a6be5cbf8e81268d0a13d018692", "message": "kcirb-128\n", "proba": 4.6694981392647605e-07}
{"commit": "bae6975f4be7827d6fdd6d4c8b5878285421ab45", "message": "added stubs for new swing UI\n", "proba": 2.6961510002365685e-07}
{"commit": "6e5a0f91a9bd307dc5c493227c3283cc8ab49a8c", "message": "VTK-2124 - more assertions\n", "proba": 2.2157423984481284e-07}
{"commit": "07ad306578d8d26dc7b49a5bbe595c37aafd3773", "message": "add code-addDigits\n", "proba": 4.689348145348049e-07}
{"commit": "d15cec16c3141b92695f2797b15203a119aea392", "message": "Add solution for 719. Find K-th Smallest Pair Distance.\n", "proba": 1.483680307501345e-07}
{"commit": "63093eee0960542899047470dcc24bf22faf8b4a", "message": "new class: RunJhove", "proba": 3.020126314368099e-06}
{"commit": "c8bba7147e6a5e9eb0198d6b68b91e10dcee94b1", "message": "Move filterConfig", "proba": 8.753452789278526e-07}
{"commit": "6a9cbd5a2d56782e94b870735df51d32314684d8", "message": "am a0023027: am 23de8dc2: am 28e049ef: am 0db6e6a5: Merge \"Optimize layout rendering in layoutlib\" into klp-dev\n\n* commit 'a0023027e5b7245e2cef304d96826a7ae1c361aa':\n  Optimize layout rendering in layoutlib\n", "proba": 2.292653817903556e-07}
{"commit": "c0e4d78174c81fb4be3b879ee8d419a87d45e4af", "message": "Improve DocLink parsing #3926 (fix group index)\n", "proba": 1.0652460957771837e-07}
{"commit": "807241e8f2d9faaa121b01487ec4c86fe95f73ad", "message": "Implement get post use case\n", "proba": 3.68960343166691e-07}
{"commit": "0a215511a15a7fb20d14cc9d6e2d4b014a66df93", "message": "Changing default protocol from null to dummy to avoid hierarchical deployment warning.\n\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@2674 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 5.9543044699239545e-06}
{"commit": "a9183d5884bd09ef983cfac4aad53c2ff72744e0", "message": "ReservasBusquedaManager\n", "proba": 1.01502791949315e-06}
{"commit": "daa055d22aeb6ac0b2ff83cc0092b3c8c47ccffd", "message": "inspection test for change listener", "proba": 2.623256705192034e-07}
{"commit": "2fb06df12df1d27f791eb429cadc65786e192a07", "message": "Add test for SimpleRegexTrie\n", "proba": 2.929106983629026e-07}
{"commit": "211e8eac1ca2cd320c40b6abaf7b7e2d4227f016", "message": "Add a simple method name parameter reader.\n\ngit-svn-id: 4741f78aa2d3279ddd0a34c053c42ca3ce19451b@1618 124fc276-1b20-0410-8d16-dc08e6bff5e9\n", "proba": 0.9999942779541016}
{"commit": "35b8aa886133cc32d4a72702c9ef58b078e2a588", "message": "Added gateway page object class\n", "proba": 2.6284303089596506e-07}
{"commit": "ea1e4cbd85707b08ac3879e47ee96842dc0a22f1", "message": "Initial version.\n", "proba": 1.5797580488197127e-07}
{"commit": "9a48fb6ed49bc49e048a464769160209b1e64f10", "message": "update save alert", "proba": 4.282023269297497e-07}
{"commit": "1771a533b53d0273ac18faba6bce812f277d2348", "message": "Smooth pinch-zoom on Android\n\nPreviously android app was updaing scale only when it changes by 5%.\nThat made the experience feel very janky. There is no reason to have\nthat limit. Removed it, which makes zooming feel much smoother.\n\nReview URL: https://codereview.chromium.org/1836973004\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#383624}\n", "proba": 3.6929290217813104e-05}
{"commit": "ff5368e372d9c331e0b93c8d70916ed97655d568", "message": "update format\n", "proba": 9.770062661118573e-07}
{"commit": "c214c88b0fe3e5b95b1edd97884184794b2d2d9b", "message": "Tune some things\n\n", "proba": 1.2956287775978126e-07}
{"commit": "91ac62a9b860160162bc296a965ec233b4594c0f", "message": "Add LongAdderExample\n", "proba": 2.789695372484857e-07}
{"commit": "f8bcf60671ae48504bca5dabd9a97d48603cd3c6", "message": "Made the waitDuration optional and not final.\n", "proba": 1.322684255455897e-07}
{"commit": "35c95d156eee1bff2d28fd8416e97960e9a0e522", "message": "Create code for Shell sort\n", "proba": 6.774919825147663e-07}
{"commit": "0b963a5176c482f46b36b8f7b83cc01d7201c3c7", "message": "Create AppointmentStatus enum\n", "proba": 3.260239793689834e-07}
{"commit": "f4b03e42f9408cfc6b7551bc5716519d6cba306c", "message": "feat: added crypto constants\n", "proba": 5.150000674802868e-07}
{"commit": "b88ae25d936b71efaa090c00a379a7b8c9a9b159", "message": "Add TicketsServlet\n", "proba": 2.067514230930101e-07}
{"commit": "152c1f8bc67b28c3e37d96e6f86a54ef42a9a307", "message": "Fix Invalid XPath Exception\n\n", "proba": 1.987747054954525e-06}
{"commit": "2dd5fdb33f503276bebdf98a0d5953b616c6152d", "message": "Fix overflow in ReduceFnRunner garbage collection times\n", "proba": 3.098323588801577e-07}
{"commit": "459a41d66e5dc5c675b08ae06b50654022ca1b78", "message": "KYLIN-457 Add missing file\n", "proba": 2.281495170564085e-07}
{"commit": "fadc6655a56c5e2ca21de8a268abbfc0997d00f3", "message": "am 091e8d2a: Fix build.\n\n* commit '091e8d2aefe39cec85f64d74898354fff596735c':\n  Fix build.\n", "proba": 1.2455616626994015e-07}
{"commit": "8462211c9cd27ac425111af7c0e41f8314428937", "message": "am 97c699e2: Merge \"Don\\'t run backups in battery-saver mode\" into mnc-dev\n\n* commit '97c699e2bd6169f867311bd40b25801432e78f68':\n  Don't run backups in battery-saver mode\n", "proba": 7.991100119397743e-07}
{"commit": "afb0f52abe47668f7d2aec65eb7bc09e3fb027f4", "message": "Trying to push to git\n", "proba": 2.3213785027564882e-07}
{"commit": "012e3ae1ef2ac0b16908dd10e688974f41b0566b", "message": "-solving bug ", "proba": 2.4475096438436594e-07}
{"commit": "d693a5f96a6f0f959db87c7511063d1c3a738289", "message": "Update ApplicationConfigurer.java", "proba": 3.8312205674628785e-07}
{"commit": "35e3d803b86851298e752d3f699ef4901da0a9c9", "message": "testing: add test NodeServerTest\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@9365 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 2.1836854102730285e-06}
{"commit": "783800d613fa58dc249b83494d07da5dcae5ce15", "message": "Add class for populating our database with a sequence file\n", "proba": 1.922901589068715e-07}
{"commit": "a269d6d109f8018a1d053ece2477d72c3f4796b2", "message": "add status service.\n", "proba": 2.4649327201586857e-07}
{"commit": "b0fac1c54b34b5aef6b31e45967997492b409124", "message": "Fixes #141. Avoid calling NoKeyGenerator in a batch.", "proba": 1.0928397387033328e-07}
{"commit": "93fc0760be3166fa19bf887deb4472bce0b74777", "message": "nova anota\u00e7\u00e3o\n", "proba": 4.002119567303453e-06}
{"commit": "e727bcead4d7cc72fc52cee84b81ead4b3819102", "message": "Added user Class\n", "proba": 2.5759970867511583e-07}
{"commit": "0ec04b1e4892af9818b7a4b0585ebd19cd381ae4", "message": "Created NAVTargetableBehavior", "proba": 2.3101549118109688e-07}
{"commit": "6bfa226a2bfa3036f54bc6be3c39aa5f7d80c89b", "message": "KRACOEUS-3186: Remove old todo comment\n", "proba": 1.1885900619290624e-07}
{"commit": "59d1136b21f4da903765e4425b1823319ec126e9", "message": "add comment on where to find jersey https client config example\n", "proba": 1.7391266737831756e-07}
{"commit": "84e93394bf92088e4b0a9b9e790625458a019c4f", "message": "Fix find command give wrong task number\n", "proba": 0.9999922513961792}
{"commit": "c818218c66bf410e96dd1df0ecec9825c1ad33e6", "message": "Add save command to Parser.java\n", "proba": 7.590684276692627e-07}
{"commit": "e99fca957488a83f92774f9b5265ebc9db8eb9e5", "message": "Update SaveCommand\n", "proba": 7.771529340061534e-07}
{"commit": "3553031c392beba4625f404198c4239642508a5f", "message": "[VTK-5302] IsAuthenticatedAssertion: Improve #toString\n\nShow inversion and if assertion should trigger authentication as a side effect.\n", "proba": 1.029098157800945e-07}
{"commit": "8f8910163cb5097ccde490d3d537436304dd9605", "message": "Restrict user from sending multiple calls on mainFragment\n", "proba": 5.861455747435684e-07}
{"commit": "427e93fb84b037ee3ea5630030966fba96ea2511", "message": "Commit after minor change in Questions\n", "proba": 2.132194225623607e-07}
{"commit": "f0ed48d18d51021f0c7b6d771d4f8048d21fd5bd", "message": "Have unified setter/getter for TSMS Settings.\n\nThis ports my previous CL for InputMethodManagerService [1] to\nTextServicesManagerService (TSMS).\n\nIn order to make TSMS encryption-aware, we are going to introduce a new\nstate where any read/write access to Secure Settings from TSMS is\nvirtualized so that we can temporarily enable only encryption-aware\nspell checkers until the user unlocks the device then revert\nany changes made before the device enters into an unlocked state.\n\nSee my previous commit message [1] for details.\n\nThis is still a preparation code.  Behavior change is not intended yet\nin this CL.\n\n  [1]: I0f79243e5cc1556764da37fa38078e075a27d42b\n       8752367042cb690f78953557433c16ac77eeea45\n\nBug: 27456430\nChange-Id: I97a1e2f75bdecb0aa88fb35dfe56732c08fcbbd5\n", "proba": 6.311239121714607e-05}
{"commit": "f47665c1be8eedf9494f523b56d9d82d119a8eb2", "message": "am af5f3b92: am c61f26fa: Make the booting flag update unconditional\n\n* commit 'af5f3b92a7acec0301067ed1cdad857056326e3b':\n  Make the booting flag update unconditional\n", "proba": 1.075778800441185e-05}
{"commit": "8653ee2e13b4458ec562e14082634a38bf5311a7", "message": "Unit test\n", "proba": 1.1245099358347943e-06}
{"commit": "d50cc4e1cf909ef44d1eb25601201674ea11d37b", "message": "am 1fdb5100: Merge \"Handle null values in registerService\" into lmp-dev\n\n* commit '1fdb5100feab055ca9e52ee766d4477a188e78a3':\n  Handle null values in registerService\n", "proba": 6.6603820414457e-07}
{"commit": "ed1486461bdbdc13fee7c63ea25d2fcb89e0f460", "message": "It a simpe convertor of values\n", "proba": 1.584566803103371e-06}
{"commit": "9dcfc36de41eac9ca6d10a77fdcfaca4d9a89cea", "message": "Retiring the PluginManager interface. Moved remaining methods on the interface to a new PluginSystemLifecycle interface. Also significantly improved the generics of the main interfaces and their implementations. As well, the DefaultModuleDescriptorFactory is now thread-safe. Added generic Collection utilities in util.collect.* \n\ngit-svn-id: 3d1f0b8d955af71bf8e09c956c180519124e4717@23714 2c54a935-e501-0410-bc05-97a93f6bca70\n", "proba": 1.0012461189035093e-06}
{"commit": "ea9d15168eafc6411d30fff2f2b714ae4bcfb3b7", "message": "\n\ngit-svn-id: svn://project.agent-hygrid.net/agentgui/trunk/AgentGUI@1032 014e83ad-c670-0410-b1a0-9290c87bb784\n", "proba": 1.1572431048989529e-06}
{"commit": "ebfbc02ce731a7b30a39ba17864f2b4e94f16826", "message": "added PartnerXBoxInput\n", "proba": 1.987129820690825e-07}
{"commit": "baf82ac7502e3a9ef4c97174f2d83b5283b13121", "message": "Starting 1.8 maintenance branch.\nWorkaround for issue #13662: do not show diffs per default: they may cause OOM on huge changesets.\n", "proba": 9.742004181134689e-08}
{"commit": "4b558288565c1fceae0c2d1025bac00d87384ae0", "message": "Fix dockerTest.\n\nMatch pullImage to createContainer to stop intermittent failures due\nto random execution order of tests.\n\nSigned-off-by: Chris Arnold <5088e4bb6fedb2813665b280625f4e90a0479a0d@gmail.com>\n", "proba": 1.3051543135134125e-07}
{"commit": "e89b2f76530be247458a5a37772335a4dd3e7dbd", "message": "Added some more methods to the finding.\n\n\nSVN-Revision: 6909\n", "proba": 1.1735041027804982e-07}
{"commit": "a1575841338a63a63334d5e88ea497de90e8ee7c", "message": "Added debug statement for #1783\n", "proba": 1.350932024024587e-07}
{"commit": "d4672d61d211fa820aa6083ef3553f1ebaad38dd", "message": "\u53bb\u6389\u7f16\u8bd1\u8b66\u544a", "proba": 7.304527684937057e-07}
{"commit": "def21e0fadb0392c4ca757fec6c720195521d23a", "message": "issue:none\nmsg:none\n", "proba": 0.00035002673394046724}
{"commit": "d8fce15abae567d128301eee34cba037439162f8", "message": "More tests\n", "proba": 1.287004636196798e-07}
{"commit": "b66556270ffd78516e2890f5078fb7b7b3d5172a", "message": "A poor man's tabbed pane. Untested.\n\n", "proba": 5.56264467377332e-07}
{"commit": "def4d2dcf143d1d1181c95bebb0b1d92ab4b38e5", "message": "\u7b80\u5355\u7684\u6d4b\u8bd5\uff01", "proba": 1.6253446233349678e-07}
{"commit": "2ed54cd62c927e3a4b08767756a6ba4444d02596", "message": "re:run/2: A simple case.\n", "proba": 1.563141296401227e-07}
{"commit": "6d8ae34313c6ee9ffff2c5e729c35edd1432fc02", "message": "Add getNextBytes method\n", "proba": 7.048881229820836e-07}
{"commit": "d0128491965041a9b0e3d1c452ce9c920ca915ad", "message": "Specialzed Field for editing integer values.\n", "proba": 1.1775467356756053e-07}
{"commit": "c016f96b7fe5e98d9da7713d39a25715a6161ff5", "message": "MProductDetailController", "proba": 7.734361133771017e-07}
{"commit": "e573f54de5efa6fffc145b3a241ba29b11d0a2b4", "message": "Fix page description losing formatting\n", "proba": 1.4715041061208467e-06}
{"commit": "e8eed7a0abebae84c83179c5b23225c50766be14", "message": "Create callme ticket when asked to be called on claim\n", "proba": 1.6718766460144252e-07}
{"commit": "e84b1185573e334f7af1b53d77aba0066dc1976d", "message": "Commit a painter that paints content frames on a Mac.", "proba": 2.043758229319792e-07}
{"commit": "948beea91caf63cf9fc0e32f7c55a44ccfa82519", "message": "add class CodeMatrix\n", "proba": 1.2742194712700439e-06}
{"commit": "a61bcd3b1004f26066b2cee1568f607955aafd88", "message": "feat(projecteuler): problem 521", "proba": 1.9130825421598274e-06}
{"commit": "e8ecf85dd3a2d967ca151738161e5a204536941b", "message": "Added an example class that covers at least some of Ivan's use cases [1].\n1. Add a document to existing database/collection.\n2. Retrieve contents of this document at any moment later.\n3. Update this document partly or overwrite.\n\n\n[1] https://mailman.uni-konstanz.de/pipermail/basex-talk/2010-October/000712.html\n", "proba": 3.9901718992041424e-05}
{"commit": "eda3f940db9551abe78f3c0afd9f91a7e57a9bf2", "message": "Created a basic driver manager.\n", "proba": 1.7690123854663398e-07}
{"commit": "e2ccc04321b304228964bf5a39739e2179e0cb70", "message": "adds ResourceClosedException\n", "proba": 3.902669618582877e-07}
{"commit": "477ff8d654a2db29cc0291bea90a368df12b3d50", "message": "Display correct message in rename dialog when folder exists (VTK-1943)\n", "proba": 1.1231772134578932e-07}
{"commit": "f81b785be8a0edf6e76d54e3af7b2c6bf5ab548b", "message": "Create TaskBossStorageChangedEvent.java", "proba": 1.1821853149740491e-06}
{"commit": "751aefe14d3ed682da2a79fcc8fe114a28f5abb4", "message": "Number of alive or dead neighbors - Completed - Interview 2\n", "proba": 2.6048834911307495e-07}
{"commit": "cb62476fc9cb82a23590dc7db88913ba9e81b2b7", "message": "Replacing the plain string comparison with xmlunit assertions. This is towards fixing all-tests failures when NodeImpl\ufffds mutator methods are added with a call to setDirty(true). Will check in NodeImpl.java after fixing a few more test cases where string operations are used. All tests in this file are still green after this change.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@261402 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.950930593215162e-06}
{"commit": "49f2fc4db8e56d25641ed861aef1fb7ecd92e366", "message": "new FTP command", "proba": 4.813164196093567e-07}
{"commit": "0f7f00a9f72c78143845afd1445593a72df61357", "message": "Changed famine", "proba": 5.853629318153253e-06}
{"commit": "a4ae7dc01d1238c4ed1e07633bc8fc85e2c37bc6", "message": "SQOOP-55. BaseSqoopTestCase.createTableWithColTypes() calls close() twice.\n", "proba": 1.131138205323623e-07}
{"commit": "07684730af798cf516d73c5b319fce38244c1a8d", "message": "Create linux unit test.\n", "proba": 3.468389877525624e-07}
{"commit": "c31919cb74431e058f0d5c4a6180a284ef827a45", "message": "Added a new test to check if the @After and @Before work togheter.\n", "proba": 1.0540693295979509e-07}
{"commit": "06383f84f86e1f89093ddc5f6d0da57616bdf161", "message": "HBASE-9138 getHaseIntegrationTestingUtility() is misspelled\n\ngit-svn-id: 1ea5de6e32eadb5f080cfd8bafe1c87167c06d54@1541325 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.1788734809670132e-05}
{"commit": "a4eff1a09aee707d3f53ec891d467bcd76457f16", "message": "Actually adding tests for Check", "proba": 1.1770728747251269e-07}
{"commit": "f3c2332ed50bfde87c1051dce46c34fa3a2f9d14", "message": "Create interface for validators.\n", "proba": 1.1708659286568945e-07}
{"commit": "0ad6e8ca2d096422bd31ce015d6f37b30768a7f4", "message": "Update OnboardingConversationDevi.java\n\nMade changes to make it more clear that you don't commit to anything at start + a more call to action ending to see your offer/ go to the offer screen", "proba": 1.350472160766003e-07}
{"commit": "34b6591d960594b2b206ab3db4cedf72aa87abb2", "message": "checkin\n", "proba": 4.1429794350733573e-07}
{"commit": "992579744415e07dbff2ce145d0b4feb1c6fdfe9", "message": "Issue #843-swingx: JXTaskPaneContainer doesn't respect custom layout gap in updateUI\n\nadded tests to expose\n", "proba": 1.0845192832675821e-07}
{"commit": "40c0b0ea4f66152668647c5dc7b2669b755196fa", "message": "stream()/collect() smoke tests\n", "proba": 1.3624305665871361e-06}
{"commit": "4d28b25c1bee80b2d7ad2786e5c5d3748edde58f", "message": "Added a test which exercises EquinoxLauncher and P2DirectorModel.", "proba": 9.92426265611357e-08}
{"commit": "689ef870fb5f5068ddaf1dd842020ab950d2190b", "message": "making object serialization more robust\n", "proba": 2.3522630726802163e-05}
{"commit": "992818756770b9fa6ba9acea4fd248cba2943dde", "message": "Add a return type\n\nAlso add more needed brackets. Thats what I get when I don't test build.\n", "proba": 1.0792552274097034e-07}
{"commit": "111dee52655f934e102778d21917dc37a3181b26", "message": "Add SingleQuoteTest for issue 176\n", "proba": 1.2398433568705514e-07}
{"commit": "389eae9de8d82650a8d0958a574590fa9e4ab6d1", "message": "1026. Maximum Difference Between Node and Ancestor\n", "proba": 3.349371127114864e-07}
{"commit": "4334b1c0847bc58ac0600355da8e261f548a2e64", "message": "KCAWD-1001\n", "proba": 3.4325614706176566e-07}
{"commit": "6a2b578ab857efff3106138149c8065025769e8a", "message": "KRACOEUS-6475 : Correct the maintain reviewers authorizer.\n", "proba": 1.1209749573026784e-07}
{"commit": "575618713333b127f7475bb19e243d0839064781", "message": "KCIRB-1030 - Committing only this class form the change set\n", "proba": 1.0887431756145816e-07}
{"commit": "02959de97999a32ea622d07a055c61c284a65aba", "message": "[Bug] Scaling is ignored the zoom of WebView.", "proba": 1.0766789415583844e-07}
{"commit": "88b1695198a624067da89411832095afe0287047", "message": "(Minor error message bug in @assert and like.)\n", "proba": 1.156096445242838e-07}
{"commit": "d1e20d2c7a25335bf48a125a08fde820714326d4", "message": "ExifInterface: fix writing STRING and SRATIONAL formats\n\nThis CL makes ExifInterface determine the data format of rational\nnumbers and the values which include several components for exif entry\ncorrectly.\n\nBug: 27614052\nChange-Id: Ic3ea64889fad06ef5f636e4635ab7803a9c9ae29\n", "proba": 7.539719604210404e-07}
{"commit": "6f6a7baf79502deb584b1e0f0f512ae04da0077b", "message": "Fixed both STS-596 and STS-626. If the event= attribute of any tag that extends LinkTagSupport is set to null or \"\" then the event will be set to null on the UrlBuilder, excluding it from the URL altogether.\n\ngit-svn-id: cf2b8e13e5fd585456580429c3991d4364a2cb88@1016 d471f07e-d8fc-0310-a67b-dd4c8ff0e7cd\n", "proba": 2.46040835918393e-05}
{"commit": "63519373e5692fc97c100d2c98739ed42f1af72a", "message": "dev tool: list all supported  languages and count their rules\n\n", "proba": 3.3540698041178985e-07}
{"commit": "657544bb47faac72d9a28dc423bd87163ae584ef", "message": "started to add enum to store, constantized twitter exception error codes\n", "proba": 1.6917196887789032e-07}
{"commit": "714c3df29f6728ebaccfeb536821327d57481918", "message": "Modify TestLayoutClickListenerTest to work on FF.\n\nChange-Id: Ic37c2033b3a40ffd58da5ca875c4226b9e3098f1\n", "proba": 2.0337502064649016e-06}
{"commit": "fb171255157e765243793fc193d74ab6d700e81e", "message": "Fix for STS-229: ActionBean request attribute not set correctly when rendering multiple <jsp:includes> of ActionBeans\n\ngit-svn-id: eee8cf2eb4cac5fd9f9d7b672efb1c285d99a606@352 d471f07e-d8fc-0310-a67b-dd4c8ff0e7cd\n", "proba": 6.72692408443254e-07}
{"commit": "b29c0aa8d3f8730209b6ce3841e16dce9683751d", "message": "getAllPackages take in account all the transitive dependencies", "proba": 2.295818603670341e-06}
{"commit": "989046d2932db0d7d565d7b23a7094a42c009e8a", "message": "Oops!  My last fix - \"Fixed QName of serializer.\" - was bad.  I've backed it out.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@252592 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.636572940507904e-06}
{"commit": "e0dc34a3b6e2fe15db28d46753cd891411a047d1", "message": "Fixed a typo:  sd.addOuputParam should be sd.addOutputParam.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@245417 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.999962329864502}
{"commit": "bc62b1fffb7dd32fe9e1015d66d84c3f40e5d09b", "message": "Missing File\n\n\ngit-svn-id: 545e707062091c2f19509f4812c0e7d129870002@575 922cec90-98bc-ecba-b0a9-867c771b4a74\n", "proba": 6.696482159895822e-07}
{"commit": "6cb9867f548e18b5d81760bbb034da619d91e41d", "message": "Added filters.LevelMatchFilterTestCase.  Currently does basic tests; needs more tests to be added.\n\n\ngit-svn-id: a7be136288eb2cd985a15786d66ec039c800a993@309583 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.878606318925449e-07}
{"commit": "9157a0c75d21aca68e120e17bf651613edd3c2b1", "message": "3.3.9\n", "proba": 0.00016347449854947627}
{"commit": "ea01a637e54035a63f7ce9e97ab54c192f77a9a8", "message": "INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED\n2004/03/12 15:24:38 bc 1.1.2.6: #111603# several changes\n2004/03/11 10:40:01 bc 1.1.2.5: #111603# several changes\n2004/02/03 14:58:37 rpiterman 1.1.2.4: solved merge conflicts\n2004/02/02 11:27:40 tv 1.1.2.3: formatted with autoformatter (indents now use TAB)\n2004/01/22 19:45:45 bc 1.1.2.2: #111603# several changes for Querywizard\n2003/08/21 16:24:07 tv 1.1.2.1: recommit after reorganization\n", "proba": 3.16820660373196e-07}
{"commit": "018b82d69f5e02829cbc66cef13f61a1470979e0", "message": "manual test for issue 512\n", "proba": 1.260371220723755e-07}
{"commit": "03ef937c198a501b5b147c25db15e65e64578437", "message": "Add AltBeacon Crash Resolver for future use.\n", "proba": 1.0470240852100687e-07}
{"commit": "4001c27c7b4268adb984e0181fc7ea95abcf61ab", "message": "#6 malokhvii06: add a detailed description of the task\n", "proba": 7.158067546697566e-06}
{"commit": "dc92d30792fce2d18986fd4bdda9f731372ef959", "message": "Added BubbleSort\n", "proba": 2.1072307276881475e-07}
{"commit": "d0fecfa74793aec863277956e1f02e77799f03ac", "message": "[MCHANGES-285] SAXException parsing JIRA XML from JIRA 5.1 \n\n- Tiny bug fix to handle sort fields that contains spaces. They are handled differently in JQL and cannot contain spaces.\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1380001 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.418763986293925e-06}
{"commit": "350c21b971679b4ae5254294f992b07a9ed58f2c", "message": "add Binary Tree Inorder Traversal solution\n", "proba": 1.0455509027451626e-06}
{"commit": "b01592f5f941d0ae08e3968ad0c3eb8a85ab8a0d", "message": "Add WelcomeToJava\n", "proba": 2.28753009423599e-07}
{"commit": "b2fd0f70eae639c549bbab90ccb6b0cb7bdfff54", "message": "Create Flipping an Image.java", "proba": 8.810941380943405e-07}
{"commit": "c86c80be7d481c24d27ffa710b4cba9b838c5277", "message": "add test files\n", "proba": 8.318785944538831e-07}
{"commit": "458d46fd8491a2348a6a9ec936fdec88bdce59e1", "message": "Q5 Longest Palindromic Substring\n\nGiven a string S, find the longest palindromic substring in S. You may\nassume that the maximum length of S is 1000, and there exists one unique\nlongest palindromic substring.\n", "proba": 0.9999985694885254}
{"commit": "02d7a11caeddff778ed36c2fd6c51ee5dac69df7", "message": "[java][MinimumWindowSubstring] solution completed\n", "proba": 4.1224888036595075e-07}
{"commit": "4d16392414e0d0378b10274df4f17b04d67a5024", "message": "Obtained from: Matthew Payne\nInterceptor used to cancel/skip action\n", "proba": 1.2751782207942597e-07}
{"commit": "d47b90023d53ce0b237208ff2f5339a63fb7abd1", "message": "Create MinHeap.java", "proba": 2.5542837533976126e-07}
{"commit": "025a1f76502d3dbe5c807e05b05f353ee551cf36", "message": "[symbolTable package] Add LibraryFunctions.java, which containts the enum with the supported library functions.\n", "proba": 1.0579486087181067e-07}
{"commit": "d5fa03d1053e5a4ddf0ed23154281be2292e2c92", "message": "Add FirstSample.java.\n", "proba": 1.2659306491968891e-07}
{"commit": "03de5e466ceb3ed58706f1187e7deef45e65b8cb", "message": "Refina importaciones\n", "proba": 6.903840699123975e-07}
{"commit": "5701e2956dd20deb1c651362eb78ee5419f2cb35", "message": "[r577] [branches/dev] [no message]\n", "proba": 1.0613177892082604e-07}
{"commit": "f1e3841fa98e9b28bd30825ec0dc09f8c70d1d70", "message": "Add Vibrate on long press Header Buttons\n* since we dont vibrate tiles lets follow googles way and only vibrate on longpress\n* thanks to Alexander Martinz <eviscerationls@gmail.com> got the idea for this from his quicktiles vibrate option\nhttps://github.com/NamelessRom/android_frameworks_base/commit/df177ae\n", "proba": 1.3376198637615744e-07}
{"commit": "98065742c40db62d3dc96a6219a1fd2fd43c1311", "message": "Just comment", "proba": 1.245054477294616e-07}
{"commit": "e8f90db0eb1ac1cb319af6d18f360d9e271550a2", "message": "Fixed IE issue with #6003 - Word wrap doesn't work in TextArea\n\n\nsvn changeset:16157/svn branch:6.5\n", "proba": 1.2980862607037125e-07}
{"commit": "6a57eeacfaf68d68c04a64769ed02108287feae6", "message": "Add a standard Zephyr interface\n", "proba": 6.933367444617033e-07}
{"commit": "d094fa9c74fd4a0cfb7fc3cd358aa6d12c24f111", "message": "Create Vista.java", "proba": 2.6592358608468203e-06}
{"commit": "35d76b5e2f201ff68afe736fcb65b8ea9f1a7012", "message": "kleine ldap \u00e4nderung\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@8242 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 5.610369839814666e-07}
{"commit": "c3465fd427fea67240a1d4234440b09c793913a0", "message": "Filled in run() for BlackboxIf\n", "proba": 2.698162404612958e-07}
{"commit": "972804ca3cc6f7ddae65ce3840002ca8fb9339d5", "message": "Fix: crash if build list is empty\n", "proba": 3.523453779052943e-05}
{"commit": "d28ae888c413ebdc83fe0376094db3c3d1b87046", "message": "Add implementation rule Rgaa32017Rule030301\n", "proba": 4.005152902664122e-07}
{"commit": "5c770e6117cf96985d617a49f68bfa6855b15d25", "message": "Add implementation rule Rgaa32017Rule130901\n", "proba": 4.26942335707281e-07}
{"commit": "4a7334bfba753fe762fe256b08acc4bd386ed14d", "message": "fixbug:Ovirt get an error result when the hostname is not IP address in OAT env.\n\nSigned-off-by: Emily <9b2715b9ff9153d331b4606d44c6dae8d40a26a2@intel.com>\n", "proba": 2.1664220639650011e-07}
{"commit": "4f58f3b7fa78e76a76231239989ed837e9041892", "message": "Create Set Matrix Zeroes.java", "proba": 1.4209007304089027e-06}
{"commit": "67c9b85f963b77c29f65c235c86d1d75868bf0f0", "message": "add JsonUtil", "proba": 3.9856476519162243e-07}
{"commit": "67c7df2e3eb86f971b1eda52491a98a9596a7aee", "message": "\u628a\u6392\u7248\u5de5\u5177\u7684\u8f49\u6d3b\u5b57\u9663\u5217\u529f\u80fd\u5206\u958b \u4e1e\u5b8f", "proba": 1.243217724322676e-07}
{"commit": "725ff6b0bb4b43cbbfa502ea2facfc2ba3b11f30", "message": "show current version in Settings > About\n", "proba": 1.1430537227852255e-07}
{"commit": "77dce93accd682b6b4cc6fdd1f4b24d6270d0bd5", "message": "no message\n", "proba": 2.1470650608534925e-05}
{"commit": "1e08500f3b6fcac98f805fcd8fc6b24afe4e5eac", "message": "the-birthday-bar\n", "proba": 3.24067150359042e-05}
{"commit": "9cecacb1915b8e02e1d56f2a1c622a890ce670a4", "message": "Solution to #169 [Hard] Convex Polygon Area", "proba": 2.0733786243454233e-07}
{"commit": "33da74206b4c5587d5623e467d7987f885fc7658", "message": "Fixed the PID not being disabled when robot is disalbed", "proba": 2.1931950300313474e-07}
{"commit": "7e91ef14d7013b9ccaf97b90f8d879d3bfa1acf5", "message": "ACCUMULO-167 added test for GrepIterator\n\ngit-svn-id: 34b15016e43326dc17c8882923fac0cf651bfefb@1208701 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.0790771770862193e-07}
{"commit": "bdfb2d0fcf37c9c174cb7d3705fdad4d49c1cf55", "message": "KCIRB-316\n\nAll custom rules run together.\n", "proba": 9.917280152649255e-08}
{"commit": "29c224481550900009cab154fbd41503f47c5ef4", "message": "KRACOEUS 5207\n", "proba": 5.138089704814774e-07}
{"commit": "a0929beb9a186490380c08542c945d42beebd246", "message": "cambio de color de texto de alertas\n", "proba": 8.171169838533388e-07}
{"commit": "a56e77ad612d41842e4790da475c0fa0c1d7475f", "message": "Adding simple test to the PracticeController\n", "proba": 1.9746993018543435e-07}
{"commit": "6247bb7851160383b3cd607095cd8ba37cfebff9", "message": "Added new Look and Feel.\n", "proba": 1.069513260176791e-07}
{"commit": "221e12f63136b3efe9b94de72918eaad7e99db62", "message": "Teiid 773 - cleanup and refactoring so that the assumption is there will be 2 datasources required in order to run the test.    \n", "proba": 1.070925819135482e-07}
{"commit": "5e170f49b63cf9ad8c5d3daa3ad76dd622c7d139", "message": "Fixed bug with the SMSSender crashing when sending more than two SMSes\n\nSigned-off-by: Michalis Vitos <59bd0a3ff43b32849b319e645d4798d8a5d1e889@michalis.gr>\n", "proba": 1.1738511318526434e-07}
{"commit": "f8b47609e4200662f46c93b46049ab206fbb6320", "message": "Refactor MyApplication class [Finishes #113640367]\n", "proba": 1.2320639086738083e-07}
{"commit": "89509046544959ad6eede84bc2c697890a6ddba7", "message": "AddShowActivity/SecondFragment: Add a restriction forcing the user to select at least 1 genre before moving on.\n", "proba": 1.0135609329608997e-07}
{"commit": "7c8773d57e570989e7648691d0bbb9eb920212c1", "message": "LruCache sample code\n", "proba": 2.629247717322869e-07}
{"commit": "865fc1bf057eb8c08faab6ff64b919dc7a79e32a", "message": "Add inserting data into database\n", "proba": 4.2713203583844006e-05}
{"commit": "cf5b31e9a5dba72bf58b1ea8663858ae2c90d9a6", "message": "fixed server folder not being created", "proba": 4.1896888092196605e-07}
{"commit": "1c8ff99b5e112b9b543b247c26b29f02677d76ef", "message": "As we are sending things in the request body, we have to set the request method for example to POST.\n", "proba": 1.2314801267621078e-07}
{"commit": "27c0b6a68a5ce1424090267147b679637c928cb6", "message": "Add some basic tests for TranslationFileServiceImpl\n\n    Just testing a few of the utility methods, nothing for the core\n    behaviour yet.\n", "proba": 9.784350396557784e-08}
{"commit": "442297392716db55cb36af915d648624a75827ef", "message": "Branchtype\n", "proba": 8.117174274957506e-07}
{"commit": "30b13954158e498979f868000129e61b1b04badf", "message": "Implementation for generating another array with product of all items in\nan array excluding the item in that index.", "proba": 2.1942850025880034e-07}
{"commit": "a8b5cccb2f3939d9129cd34afaf9e5ee378fa63e", "message": "Add zoom", "proba": 7.950781764520798e-06}
{"commit": "f2de8b1e9ba7332e8f0c918fd3772be7c061689d", "message": "ClienteUDP\n\nCasi acabado, a simple vista solo queda acabar el metodo\nrecibeConfirmaciones y que trate todos los caso posibles, por si recibe\nun stock mientras esta esperando confirmaciones\n", "proba": 3.2171567454497563e-07}
{"commit": "73597e6e133ddf50c10d2706db6a4764b9a056ae", "message": "Create CircleSketch.java", "proba": 1.1579837746467092e-06}
{"commit": "1ae0107b3542815a86879738853d1a079310ae28", "message": "Add initial version of StrBuilder, currently without any tests\n\n\ngit-svn-id: d201ecbade8cc7da50e7bffa1d709f7a0d92be7d@137978 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.4419076061785745e-07}
{"commit": "b4e6b3ef47b65401867054f34264c586b5537472", "message": "todo\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@8479 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 6.730825816703145e-07}
{"commit": "d2701c739f31e3e1a04e72dee0e69c42522b2f7c", "message": "Added TaskInfo::clear button\n", "proba": 1.3867192194538802e-07}
{"commit": "fe30f57bd5f36b18a8d9a2ae82ea820292f6a429", "message": "Easy: New class FileExtensions\n\nSummary:\nTo support natively building iOS targets, we need to split\nout sources and headers (which are currently mingled together in\nthe srcs parameter of ios_* targets).\n\nThis diff adds a new class FileExtensions which I will use to split\nsource files from header files. We have similar code in ProjectGenerator\nwhich I'll refactor in the next diff.\n\nTest Plan: Unit test in subsequent diff.\n", "proba": 1.159418800966705e-07}
{"commit": "9b446ffa20a1a44a5f912efb992fe8e1e6536651", "message": "Control class for the Rig object. This control updates the animation controls of all the AnimationController objects.", "proba": 1.0124865923444304e-07}
{"commit": "002debe686fb3c0e377f9a493252cd46677ee049", "message": "No DOSS_HOME env throws commandlinexception, and main function handles them properly now.\n", "proba": 1.0244644954582327e-07}
{"commit": "cb6ccde75bbae6b58d6813348c8d8484ff89ac30", "message": "Removed unused imports and added a comment.", "proba": 1.0572627218152775e-07}
{"commit": "ff37c780950830100dfdaece2c2aae1b2aa839c1", "message": "Created ItemListBox though I think I'm not going to be using it right now.\n", "proba": 1.0703356423391597e-07}
{"commit": "348fc481a071e07424dc27ff6e8892143439e663", "message": "added CuboidTest\n", "proba": 1.7348131109429232e-07}
{"commit": "613bd10c2f45e6caead110f0b9bd7464401d6cbc", "message": "Shutdown fixed, but code cleanup needed\n", "proba": 2.9875045015614887e-07}
{"commit": "f821652dd2a9be91a02c0b69aa084b5457f43504", "message": "Add todo route and implements the post method\n", "proba": 2.5620099108891736e-07}
{"commit": "2296687197046fa62a4db0864606512aec44ea6e", "message": "Added value utility method\n", "proba": 5.48045818504761e-07}
{"commit": "feb756a3fef3488797aea345129f31d115552322", "message": "VTK-5111 - no working, use the autocomplete service to provide it instead\n", "proba": 1.1780611686162956e-07}
{"commit": "51ecee97bb9df858856692271e6b10815cc5a0ec", "message": "Minor error on a copy/paste.\n", "proba": 1.0752936674407465e-07}
{"commit": "3742ca1de99f9f176e227eaf5bed6846c527f223", "message": "\u0421\u043e\u0437\u0434\u0430\u043d \u0442\u0435\u0441\u0442 ContactDeletionTests\n", "proba": 1.407396723607235e-07}
{"commit": "bcd082eaf0b49d3afa5a99d1dd675f7b54d78b17", "message": "1\n\ngg\n", "proba": 3.7825358845111623e-07}
{"commit": "4d7abcdd682012d51a1ea657d3c87a8613ba6419", "message": "AMBARI-897. File missed in previous commit.\n\n\ngit-svn-id: 21eaa529d0c7030ca824d4330112a79520af8acb@1401129 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.0004214345826767e-06}
{"commit": "12abe6d2a5151218a92d0aed4e24ee1cb07d708b", "message": "Delete: Index", "proba": 2.6173836886300705e-05}
{"commit": "caebcd44163848f0d85c2ffb9e9710b926a6e916", "message": "add Drainer as per OperatorObserveOn\n", "proba": 1.9732949851913872e-07}
{"commit": "3997b9e3c1b3129347c194ca5263cccfa6c0f0d2", "message": "Added logging\n", "proba": 3.5414350918472337e-07}
{"commit": "c4accb3972b6a1b7ea6daf0b620f089fb7483f39", "message": "API-206. Add errorJobId in Record.Header\n\nChange-Id: I425205af2af09de7809d450db974a5ed6ea94430\nReviewed-on: https://review.streamsets.net/14578\nTested-by: StreamSets CI <809627f37325a679986bd660c7713476a56d59cd@streamsets.com>\nReviewed-by: Jarcec Cecho <df2d427dacaa504f2ede0aed47c4cdf043778b95@streamsets.com>\n", "proba": 2.5568476758053293e-07}
{"commit": "1e29e9123453c83df89b1d9ef58b65e538b69608", "message": "refactor NxtPortConnectionFragment\n", "proba": 0.9999488592147827}
{"commit": "6a4fde76f43c243482210cba75f61ec4340d89d2", "message": "Fixed Future resolution\n", "proba": 2.6514564410717867e-07}
{"commit": "82c6b3bc9d9c4fe879d1f6394eff67832030fb0c", "message": "More sonar violations\n", "proba": 1.9402948225888395e-07}
{"commit": "395f2b2ff46d5a312002f2e59665b7dcdd7688fe", "message": "ServiceUrlProvider: best effort when missing RC.\n\nUnfortunately a thread local request context is not always available in\nthreads calling service URL provider. This is required for Service URL\nconstruction to work. Make it do best effort if request context is\nmissing, by using default URL map. If that fails as well, then throw an\nexception describing the problem.\n", "proba": 1.2069162380612397e-07}
{"commit": "7db67d38674b8463364da7391d9829ed773c9baa", "message": "Add ExpandableStringEnum (#182)\n\n* Add ExpandableStringEnum\r\n\r\n* Move ExpandableStringEnum from azure-clien-runtime to client-runtime\r\n", "proba": 1.548124686223673e-07}
{"commit": "1e6aabeb02e0ffbb2ee05f63136acec03a110acb", "message": "treat parser and lexer errors just like all other errors\nfixes ceylon/ceylon-ide-eclipse#865", "proba": 1.3964348966055695e-07}
{"commit": "b16d57dbcc0985b5d3c4aed8192a00c7074e76b9", "message": "put back SliderListener, which was improperly removed when nuking ChangeEventManager (sliders were non-functional)\n", "proba": 1.1539738409283018e-07}
{"commit": "64173e095adb0aa6b36e2d63e00a787bcb55775e", "message": "get orijk right\nadd a main method that tests against other water induction potentials\n", "proba": 1.543690046901247e-07}
{"commit": "7923e7403c014178e490ffc0ce89d7c3422b87c0", "message": "SLING-104 : SlingRequestPaths can be used to compute path info for included requests\n\ngit-svn-id: c3eb811ccca381e673aa62a65336ec26649ed58c@597427 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.242716608539922e-06}
{"commit": "bdea830655b7581686a9a6cc783e6fc795953d95", "message": "calling restore transaction when db needs to initialize.\n", "proba": 1.2941629279339395e-07}
{"commit": "6d147215376f2657f9f00dc17eac3c184951b804", "message": "add exchangerate model\n", "proba": 4.2006792000393034e-07}
{"commit": "9c70e84c371a178c73a47e22b98002734eebbaf9", "message": "Made parameter final\n\n\ngit-svn-id: ac804e38dcddf5e42ac850d29d9218b7df6087b7@456370 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.011617526586633e-07}
{"commit": "7ed6e4def6984346f9ea37483caeb23a0520136c", "message": "DB update\n", "proba": 4.646301476896042e-07}
{"commit": "7b78388fb232413eec03de0e06984a65005178b6", "message": "Created a new class to manage the plant's state.\n", "proba": 1.1728965887414233e-07}
{"commit": "1f0f89677659417e213b247033f7c61e47d89731", "message": "5- new layout for fragment_detail\n", "proba": 1.0952624052151805e-07}
{"commit": "ec69d6a2790cf615c16a02e0cd5ec95dca6c9c01", "message": "something\n", "proba": 1.2402385436871555e-05}
{"commit": "eac34ef2c0a19f5fe0adafa227f04fe4e12d66bd", "message": "Try to minimize the annotations diffs\n", "proba": 1.1710233593476005e-05}
{"commit": "f18e672a245bdcf6820dbc7e02ba6d3bcdef91a6", "message": "now logapi.loggerFactories printed as table and can be filtered.\n", "proba": 9.891927277294599e-08}
{"commit": "daf0ea46095be0ab8bd4331e19009f57a5e2205a", "message": "GH-3696 Add a failing test for the bind logic.", "proba": 1.6164655392003624e-07}
{"commit": "92fe6f80eb4a78bbcaf4d4e6eaa07cbdf51d9948", "message": "Added shake gesture detection\n", "proba": 1.5911555806269462e-07}
{"commit": "49477982cd34baac7a455fff9dd02835e81ed9fe", "message": "TildeModel.newInstance()\n", "proba": 2.6476561743038474e-07}
{"commit": "ddb3af62d8d35b1ec08972f81d09d7797894c6c0", "message": "Add a regression test verifying that open() in batch mode works\n\nThis adds a simplified version of Paul van Schayck's macro, making\nuse of imagej-legacy's own icon resources to verify that images can\nbe loaded properly in headless mode, and that the particle analyzer\nmanages to find the particles, too.\n\nThe original mail thread describing the problem can be found here:\n\n\thttp://thread.gmane.org/gmane.comp.java.imagej/33046\n\nSigned-off-by: Johannes Schindelin <53fb8db7833fca1e1746dd8592f61048d350f64c@gmx.de>\n", "proba": 5.581354685091355e-07}
{"commit": "1e96c6bb932fc8005bbe9ea0e75201f7ede9ee84", "message": "[DROOLS-818] add test for listeners registration on (Stateless)KieSession\n", "proba": 1.2177343933217344e-07}
{"commit": "1bdd84bcb2f12254be374c0a80911dd272632ceb", "message": "test: Add a simple runner that allows to run Watcher from the IDE and work out of the box with Sense.\n\nOriginal commit: elastic/x-pack-elasticsearch@8c4100258e1c9a74d312c68547f5601489cb07a3\n", "proba": 5.934373348281952e-07}
{"commit": "3913d087c9c19360b058bbcde6c599a79682390f", "message": "Reintroduce a global Plugin ClassLoader, basically reverting what was done in fca0247, to work around some issues with Plugin dependency handling\n", "proba": 1.1488699414030634e-07}
{"commit": "bfedaea2dd0b54f1af6d621a26264fe9d70dfabe", "message": "SOLR-1297: establish some standalone, baseline tests for parsing the sort strings\n\ngit-svn-id: 3b1ff1236863b4d63a22e4dae568675c2e247730@889825 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0007627350278198719}
{"commit": "8a57962360c578ecdfa318c676b1d10863266d8c", "message": "GPF-276 add support for captchas\n\ngit-svn-id: 616481d960d639df1c769687dde8737486ca2a9a@5210 9c99c85f-4d0c-0410-8460-a9a1c48a3a7f\n", "proba": 3.9231750292856304e-07}
{"commit": "08013beb1ae6f35e8eea74c6b8f9eddc7bc6ff5a", "message": "Create VoxelCanvas.java", "proba": 8.893462677406205e-07}
{"commit": "a9761a705efb7c83134dac3595416101acd5080e", "message": "First patch for PDI-662 : Add listeners to Trans to be notified of states\n\ngit-svn-id: 51b39fcfd0d3a6ea7caa15377cad4af13b9d2664@6666 5fb7f6ec-07c1-534a-b4ca-9155e429e800\n", "proba": 3.7644343819920323e-07}
{"commit": "532f39cef9d1bdd69b44bd40a349154e04244ead", "message": "TN93 example added.", "proba": 1.1095266216898381e-07}
{"commit": "aee7f282de5ec238320dd9360d1f59a3e9d8f39a", "message": "[TOOLS-143] add property to debug h2 savepoint rollback issues\n", "proba": 1.542477434668399e-07}
{"commit": "3f58a48d880e8e64268840a033ab623eb623e437", "message": "Add junit test \"ClientTest\"\n", "proba": 3.531940535594913e-07}
{"commit": "346e505ee5b485b6ff2388306e19c98a94df82fb", "message": "Move module loading to module class to make way for improvments to modularity and runtime module changes\n", "proba": 1.3584147495748766e-07}
{"commit": "503b3a9b4ef3720c713670de0c6885a5a3b6f051", "message": "Prevent nulls from being added to SerializationContext.\n", "proba": 1.156707440941318e-07}
{"commit": "1749b327a316487f20127347005a18776e5030f9", "message": "Added an EntityManagerLocator for locating a single EntityManager across all repositories.\n", "proba": 1.0116797000137012e-07}
{"commit": "4f7ae87578d5c5a5f6b429edb10146860e12b16c", "message": "Don't set toolbar title\n", "proba": 3.151505097775953e-06}
{"commit": "554605874dca5418a428d3e3aa5097eef9286f57", "message": "Ejemplo de como agregar un namespace a la Addenda\n", "proba": 1.0885548817896051e-06}
{"commit": "37710098a218cff7e2fcff89e9a96be47d5fa9cf", "message": "ParticleEmitter : created a RadialParticleInfluencer\n\ngit-svn-id: f9411aee4f13664f2fc428a5b3e824fe43a079a3@9664 75d07b2b-3a1a-0410-a2c5-0572b91ccdca\n", "proba": 3.715017840022483e-07}
{"commit": "8c16a62034a7f59534111e59dd9db6ddd388c73e", "message": "Added CeylonLocation for the repositories Location\n", "proba": 1.8342507246416062e-07}
{"commit": "6b12aeb28bbe478322ec30679f53920a64f86738", "message": "Apply cwd to fatjar #5932\n", "proba": 1.2142403704729077e-07}
{"commit": "eb783d36c2bcb8ccf5b55ea30ffe9e46888549ee", "message": "Minor code change because of `getCompilerOutDir()` now being `getCompilerOutputRepo()`\n", "proba": 1.176521848833545e-07}
{"commit": "09a2d6735f063760d8bd475e0701dbbf33ef4a6a", "message": "Add new method to find certain supertype/case type of a produced type\n", "proba": 2.7994412448606454e-05}
{"commit": "7a69848e82cb76062416a918a9af3b201b3fa67f", "message": "Delete 1- Add.java", "proba": 2.392909550508193e-07}
{"commit": "e427498329ae2dcee106a077ab611e723952648e", "message": "Changed cut and paste error with piston cylinder about box.\n", "proba": 1.0410302309082908e-07}
{"commit": "c61941cdb2c244000702779d1bbd423a7f43e1e0", "message": "Imp: add BadRequestException\n", "proba": 7.73126957938075e-05}
{"commit": "c2ce721fcf684189b7251a5ecbf386426490d68e", "message": "fix broken build\n\nChange-Id: Ic00e8b98780d48928e05ee27f855e8211fb1ec47\n", "proba": 1.2622288068087073e-06}
{"commit": "327f5deae0b6203c84bfd85821baf3df3c4d3808", "message": "implemented DeleteCsarFileService, refs #29\n", "proba": 1.6928719048792118e-07}
{"commit": "ada1b208e494c45519d43ae763d2495bc6ad7444", "message": "NotifyingAsyncQueryHandler\n", "proba": 1.3525218491849955e-06}
{"commit": "92e4eebcbe63cfb2c87201729aea73377301bbac", "message": "unbreak for thermostat no-drift changes\n", "proba": 2.0483027185491665e-07}
{"commit": "c967426fba12945feefcb3966a64fb64e3d9a057", "message": "create file to send to FlyBase to create links to FlyMine\n\n\n\nFormer-commit-id: be64bd343c1ac413de0cc683dbb3c3548f955db5", "proba": 2.8315196232142625e-07}
{"commit": "ad8585cf6c1de050cdb7876d76e0f94e8f4dc67a", "message": "Runkorunko.\n", "proba": 5.877515377505915e-06}
{"commit": "a0978a3b08917bb06bb9a93ac152e8c11c0f1bb9", "message": "Added NimGame\n", "proba": 2.0263051681013167e-07}
{"commit": "6af1ad4d85d1200e706dec558c0a5f552552f459", "message": "[hackerrank] - sorting - insertionsort1\n", "proba": 0.00016175233758985996}
{"commit": "7d2140c1c8511b247e4c65929a9f75c163610804", "message": "break test again\n", "proba": 5.674338012795488e-07}
{"commit": "d3fdd9bdea0c372ba42836d310cb144cef142291", "message": "update simplification rules\n", "proba": 8.190549465325603e-07}
{"commit": "87c6ec9feca013fa857cafcb843d8ddaf163ff7b", "message": "Add Camellia 128/256 name mapping. Fixes 80 failures.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1723120 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.662625618337188e-05}
{"commit": "98d3dfd5d443031effbbde38f37eb14a9abccb01", "message": "Fix handling of basePlugin. Fixes #9562\n", "proba": 1.474868867035184e-07}
{"commit": "4941be3e59f2d1ddfaedceda4878aec7510e4ada", "message": "remove spring ", "proba": 0.0020254268310964108}
{"commit": "58bea2c11f2a037c8b0641f35a725b5e969efc57", "message": "OLTU-80 - Implement JWE support for JWT\n\ngit-svn-id: a4d8be2f64efba2c1f29d237e3fd81c1ca7f5b6d@1732430 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.750799126260972e-07}
{"commit": "55920e5ae1bbefca77045994cf65d557b8d9eb52", "message": "First cut of the agent.  There's a bunch of code, and it compiles.  It even starts, but I can't test it.  This is just a checkpoint on the way to bigger and better things.\n", "proba": 1.0893268864720085e-07}
{"commit": "46d29121dcd40e8228fddd867c32fec8451f698d", "message": "Remove debug output\n", "proba": 3.657153865788132e-05}
{"commit": "c221a5dacf8caa9f23072678d3b66a5bfc84ddff", "message": "Tests and coverage\n", "proba": 1.3934217690803052e-07}
{"commit": "6adfc85006732651cb71ee0f7bb0e9f285ab2848", "message": "fixing broken build\n\ngit-svn-id: 2a5d2b5a02908a0c4ba7967b726d8c4198d1b9ed@21758 7a7aa7f6-c479-11dc-97e2-85a2497f191d\n", "proba": 3.5560387914301828e-06}
{"commit": "18f4abb3bc468218893cb85c79a95439bf565e37", "message": "moved the IT tests to the booster\n", "proba": 1.5476435066830163e-07}
{"commit": "5304ff860a846d15507b2121ccf56b5610654f60", "message": "Unit testing of setTimeZone() behaviour for rdates with period list.\n", "proba": 1.0511661230339087e-07}
{"commit": "45c0a0eb00e2ca056e2a457c2e268ffc2b3a268e", "message": "Add a test for WriteStepRunner\n", "proba": 1.0049693628388923e-06}
{"commit": "b8c3c8cb9c728eb0779a6ffb72a505c97e7d42d4", "message": "Add MatrixTest.java to test Matrix.java", "proba": 7.786725291225594e-06}
{"commit": "7bafa30a74b5abdf0e0e15377ff5a1db8db4639c", "message": "New menu divider location\n", "proba": 4.386612886264629e-07}
{"commit": "c63268fd35fe7feb00647d115dbbaac51a94bf67", "message": "jax-ws related fixes \n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@599274 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.4847084862121847e-07}
{"commit": "9fad216095ee0337ce9d4a4f60808c20bdcbf037", "message": "am e055d583: am b14a1419: Merge change 24475 into eclair\n\nMerge commit 'e055d5833afc4124f0686b8d98f0b1adb3dd006f'\n\n* commit 'e055d5833afc4124f0686b8d98f0b1adb3dd006f':\n  Save and restore partial supplicant data, not the whole file.\n", "proba": 1.1579204084455341e-07}
{"commit": "fe9823f64cb41e8aed8ab61417acb57f6c588e0c", "message": "Fix recents to freeform animation.\n\nWe should use freeform animation spec not only when the task is already\nfreeform, but also when it is entering freeform.\n\nBug: 25669457\nChange-Id: I30cba79a149183b0a8b9e1e4751a215cef6a490f\n", "proba": 3.4028711525024846e-05}
{"commit": "c7a575e835c09de5b7b49d15b3f8271ba1d9512e", "message": "KULRICE-10925 : Create Automated Functional (Smoke) Tests for Configuration: Pessimistic Lock (old sample app)\n", "proba": 9.643908782663857e-08}
{"commit": "bd3064b24c6de1d20149e5827b605e53be799ceb", "message": "RICEQA-518 : AFT update DocumentOperationAft create document before getting it\nAdded the AFT which creates a new document and returns the documentId\n", "proba": 1.0741949552084407e-07}
{"commit": "bb51fd62f5a66b654cb4ebd8e02178cb4837b141", "message": "Added AbortedTaskCommand to the pipline dispatcher.\n", "proba": 1.0818520479460858e-07}
{"commit": "a6f156d5c33723dbb9255ac278fe85bb3e003bd5", "message": "delete Node from Linked List\n", "proba": 2.3545463534446753e-07}
{"commit": "85e2c575dd0e785419f99e8d03d1658d2d94ae7c", "message": "TASK: Update Doc Comments, Reformat Code\n", "proba": 3.9721613575238734e-05}
{"commit": "01e52235fc3a767711aabbc9a81bf72e7ae1e754", "message": "Fix copyright\n#PL-7143\n", "proba": 0.00027853588107973337}
{"commit": "d04ee7ed6536314c56dcecf7a3f022b42042d41f", "message": "*** empty log message ***\n\n\ngit-svn-id: 6c0206e3b9edd104850923da33ebd73b435d374d@622045 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.195233138190815e-07}
{"commit": "6f3bd56311f751c40ed21bd9c40b2056956a0326", "message": "PL-1164 Image component with XML loader and datasource binding\n", "proba": 1.179776845106062e-07}
{"commit": "42e6a0cffd5034d9ab88ec787b47faa06b24958c", "message": "PL-10557 Remove unused ClientProxyTokenStore.getDefaultLocale\n", "proba": 1.6495960153406486e-07}
{"commit": "a67da9f9883d58a1fbd930ada30d00b8984592f5", "message": "fixing sample issues\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@553887 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.7315362533263396e-07}
{"commit": "e4720fa138d740b0c2b24ba1864cb3fb730147a1", "message": "refactoring: new test to verify emulator state", "proba": 6.556566063409264e-07}
{"commit": "06fb003d34ea63ecf9065898ef4a62fe982516d5", "message": "new test measuring time to create messages and add and get headers\n", "proba": 1.2811609906293597e-07}
{"commit": "917fc205036639b5b7b81af45a8a79c63ba228ed", "message": "Added OgnlHyperlinkDetectorDelegate to handle hyperlinks on jwcid attributes.\n", "proba": 1.030809215762929e-07}
{"commit": "3228da8d70d972325b6681c148221184abf6cc1b", "message": "Update FarmLife.java", "proba": 3.79032456976347e-07}
{"commit": "820e6b93469519c3df9b5f2cca880d27c4dff328", "message": "Update Barang Controller\n", "proba": 2.783543209261552e-07}
{"commit": "1b9268ca2dae40361c44a5fbd145c453a79393f7", "message": "Admins should not be immune from the almighty console.\n", "proba": 1.2043717845244828e-07}
{"commit": "591d89e0435cf28323ce680b761128a388e88759", "message": "Format source file\n", "proba": 5.834779699398496e-07}
{"commit": "2eef36dc1abec161792ecfd474c84ff0edc76fa3", "message": "Add main helper to compile Hogan.js templates\n", "proba": 4.980353764949541e-07}
{"commit": "b685fe20db9e331c982a81bee927ed4d0233692e", "message": "KRACOEUS-1332 - Remove BudgetPersonnelDetails\n\n", "proba": 1.240505724808827e-07}
{"commit": "46a55a4af00a9427383667f048d5eedf7b862f14", "message": "KRACOEUS-6261: Changed a protected getter to public.\n", "proba": 9.859021332658813e-08}
{"commit": "08f587116a5a39ec215825b1bc8fd76b32b1b33f", "message": "First commit for CheckBox", "proba": 1.2550086125884263e-07}
{"commit": "57ba5fbd26198cff96b1d38ccf45d77d6e9b846a", "message": "KCIAC-156\nPerform Bulk Committee/Meeting Script copy into common packaging\ncommented the committee validation.\nIt is not working since the new committee reference is not wired completely.\nOnce this is done, we can enable it\n", "proba": 9.616760365815935e-08}
{"commit": "3a330dde8e316219efd9774d7ee49648b1771f52", "message": "Add regular ThreadPoolScheduler for actors.\n", "proba": 1.091077734827195e-07}
{"commit": "38fee07cb7172e5a1deff2a085ac57fc271dd79f", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "569edb85125e6754de8f8e60f993afad42eed490", "message": "Log bouncer prompt reason\n\nBug: 27434873\nChange-Id: I6918507b66506cf95b20f95fe4a5cb19c899122f\n", "proba": 3.6801293390453793e-07}
{"commit": "9f77a7170a57b175de3248c255e852e878f0bdf1", "message": "Add extra utility method to RestrictedLockUtils.\n\nChange-Id: I558c975e5b35622cc7a4c1e8a8b16e6492ce983f\n", "proba": 1.088485532818595e-05}
{"commit": "439bed5a9e7b5c4522aa8a5e8e7836e4e5779365", "message": "Add RequestCaptureFilter to get the httpReq for getToken endpoint\n", "proba": 1.6927428703183978e-07}
{"commit": "f9bb4e080cbcc6d490a376b37d2d3a28dc302772", "message": "Android Chromoting: Fix color problem.\n\nBUG=516871\n\nReview URL: https://codereview.chromium.org/1326383003\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#348069}\n", "proba": 3.9275805647776e-06}
{"commit": "12c4f41cea2d1767f38a822304103e493aac7d36", "message": "Assert that eventStore insert the event\n", "proba": 0.9998809099197388}
{"commit": "af36ac57a4afa851f4467258b930f3c7acecb4c5", "message": "PngWriter: Write a PNG with some metadata.\n", "proba": 1.613286855217666e-07}
{"commit": "9143d1bccb06a004ca369ba73de64230d2428a33", "message": "am dd7bc4ae: am 494d6e9b: [fingerprint] use credential owner in FingerprintService\n\n* commit 'dd7bc4aec916e7823ec20aa243f1d5ebc197887c':\n  [fingerprint] use credential owner in FingerprintService\n", "proba": 1.1885736057593022e-06}
{"commit": "56572a812b0fbdafea3337b6cc3648825927e246", "message": "Added persistance class for friend table\n\ngit-svn-id: f03ca5c8a921532f32914eeaa11da0c4ec6e25a1@1362 d672c736-503d-0410-a38a-9366997c882b\n", "proba": 4.0447309856972424e-07}
{"commit": "26dad9c923358a1262ccceefd6d2d71240fc39f9", "message": "Create a single RunExamples script which allows examples to be run with no special code.\n", "proba": 1.0547651640990807e-07}
{"commit": "092beadfaaff13a4ec428bca0aab4efedd3ee0ee", "message": "miernes4\n", "proba": 1.728488143726281e-07}
{"commit": "a7b727d706272b1d1e91b8bd7d0efbc363d2fb9a", "message": "Left and right string values for animations\n\nLeft and right string values for animations\n", "proba": 4.3348541112209205e-07}
{"commit": "cc854551f63c2f6735c9ab993b88845c13aae01e", "message": "added 3 words; all the same :)\n\ngit-svn-id: 1cb8ba81e35536520dc3c869e3ef27a5006f98a2@406 79e2b5ea-dad9-11de-b64b-7d26b27941e2\n", "proba": 0.00018336379434913397}
{"commit": "e4c0405a8cf7585c5b35101868aca9ddf1265d6f", "message": "Test case for #2436\n\nsvn changeset:6447/svn branch:trunk\n", "proba": 1.9556843255941203e-07}
{"commit": "c7fe6659a024f422d9eec01a6c4b9367be52d413", "message": "update query TicketFareSummaryAirline\n", "proba": 1.1043565791624133e-05}
{"commit": "aaccf91b3a0ceabb73ec43bc2fd5e055dcf6976b", "message": "Test case for #3289\n\nsvn changeset:8682/svn branch:6.1\n", "proba": 1.7245874062155053e-07}
{"commit": "dc480a1401fff56f765a77c285a78543033852ac", "message": "liftover tool for a read simulator's map file\n", "proba": 1.3981205881918868e-07}
{"commit": "bc86f677f63d9432a1f71f8da9ddde41b90c14df", "message": "Added TE furnace support\n\n", "proba": 1.3136583731920837e-07}
{"commit": "d23a3ac0c60852dba9ec1e0a4a84ca527dc9c75c", "message": "Local EMF resource: do not update nodes that have been deleted\n", "proba": 2.319019785090859e-07}
{"commit": "15f26971724c399a06e2b94a2689475e3143a85a", "message": "use a waiter for the remote browser init so we try a little longer\n", "proba": 1.2800678916846664e-07}
{"commit": "2c4ceef992e2fd7e61f0d853a566eb164dc9d7c5", "message": "we were not waiting anywhere near long enough on the outer waiter (#47)\n\n", "proba": 1.3204308402237075e-07}
{"commit": "aff970cb9fd33da866e4812d506a08fdc35a76d9", "message": "Fix repeated queries.\n", "proba": 1.9598268409026787e-05}
{"commit": "48700a734fad2b015127fc46e8b7a59ef7dda86c", "message": "rewrite post processor; refactoring; tests\n", "proba": 3.8005029523446865e-07}
{"commit": "61623745a4c5243c1d4a10e7760197019a4488f9", "message": "Test testu\n", "proba": 1.167172854366072e-06}
{"commit": "adf1efd28020c586d255930b24ac2737272b44ed", "message": "Debug (Add bigdecimal)", "proba": 2.2364838514477015e-07}
{"commit": "6c8d63fb36269613f17462c4919291a255c0d7f2", "message": "LUCENE-2645: port test case to 3.x\n\ngit-svn-id: 34e8a356306b8ce34b8875a802e5b81f93f12ba3@1131397 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.0941303116851486e-06}
{"commit": "7cd8afee12d2a37798b066f5362437f8e9f0510d", "message": "KRACOEUS-5673\n", "proba": 4.411053282638022e-07}
{"commit": "5af457444922e084807f91565a96b181e9550a7c", "message": "Added Example w.r.t 19.7", "proba": 1.2991513642646169e-07}
{"commit": "4da2f54dadd99cefd3f59bf62a84662f13bf023e", "message": "SortingAlgorithm added\n", "proba": 2.0414927348610945e-07}
{"commit": "4b24c2bbe2a3425d71e178ccf7ece7551643a5a2", "message": "put attribute modifiers in a list instead of a set to be able to have ordered (overridable) behaviour\n\n\ngit-svn-id: ac804e38dcddf5e42ac850d29d9218b7df6087b7@455552 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.0197002161003184e-06}
{"commit": "1f8b844870eb9acb334b541b0b41de37e000d2f0", "message": "Bluetooth: Fix to avoid framework reboot during monkey testing\n\nWhen running monkeyrunner, sometimes the framework is disconnected due\nto an unhandled Java exception while binding the PAN service (when it\nis unsuccessful). Handing the Java exception while binding PAN service\nsolves this issue.\n\nChange-Id: Idea710593a3f9496305f636042605303e73e7749\n", "proba": 8.623263966001105e-06}
{"commit": "0354f0cad59fd87a2756d3949213fe54ac2a50f0", "message": "am 7627c221: DO NOT MERGE Tweak overscroll\n\nMerge commit '7627c221c6ce8bf433bf207b002eabe7236c4757' into gingerbread-plus-aosp\n\n* commit '7627c221c6ce8bf433bf207b002eabe7236c4757':\n  DO NOT MERGE Tweak overscroll\n", "proba": 3.988646767538739e-06}
{"commit": "899aaccac1efb2e0002bcddfedbdfc1cf6f94010", "message": "added missing file\n", "proba": 7.312501679734851e-07}
{"commit": "a46389ef50b27b3ec40a0dca20b389d6310013f8", "message": "Create CurrencyUtil.java", "proba": 8.412479814978724e-07}
{"commit": "250c47894b607997deff3245fe2982403f1d67de", "message": "add D0623 ExAC genetable reduce size java code\n", "proba": 1.388587804740382e-07}
{"commit": "e38d8cacf14a7ff8d1626c03a9f4c533e3af8ce1", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "8278662da121ae053b714f2e54bbf4593ed43cff", "message": "add class StringLiteralNode\n", "proba": 6.049720013834303e-06}
{"commit": "79aebb918beb496b337a87efe1dd238be106c26f", "message": "Added a basic Java implementation for the collection distribution interface changes.\n\ngit-svn-id: 3f09329b2f6451ddff3637e937fd5de689f72c1f@1007567 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.132294518261915e-06}
{"commit": "3b2a7f8ea42e723ec9816593f0f8887fc6fedffc", "message": "Create PasswordCheckGUI.java", "proba": 1.8936347032649792e-06}
{"commit": "38df42507cf3c23a99939a07877d7ed288414f9d", "message": "make inner classes static\n", "proba": 0.00012797729868907481}
{"commit": "175c3725162dcba879d282e094d258ed0c7b2cb2", "message": "platform: log I/O errors in PluginManagerCore\n", "proba": 4.53458142146701e-07}
{"commit": "ffefd0fdd1baa66665ed6195b2adeb0e1e3bb7e4", "message": "Fix 6283709: set max FUL failed attempts to 5\n\nAfter an unrecognized face occurs 5 times in a row, we disable FUL\nuntil the user unlocks via the backup lock.  This prevents attacks\nwhere someone tries a bunch of different photos, hoping for a good\nenough match to the device's owner.\n\nThis value was previously set to 15, which is much higher than\nnecessary.  This change sets it to 5.  We've been holding off on\nthis change because it makes our testing more difficult, but we\nwant this in there for factory ROM this week.\n\nChange-Id: I4e1acc5b1dcc2c0629e0c0fe97a837d6edc44d5d\n", "proba": 1.1825014553323854e-05}
{"commit": "4e7fdee4e3c8cae5b7be556b51a8f0b7e1b62a04", "message": "New View for fullscreen illustrations\n", "proba": 1.4756172106444865e-07}
{"commit": "a0e9cc7689ff119e0514c288927440188111a268", "message": "Don't rely on getAssets() as a convenience wrapper for getResources().getAssets().\n\nThis works around an Android framework inconsistency that arises when\napplyOverrideConfiguration is called, resulting in getAssets() and\ngetResources().getAssets() returning different AssetManager instances.\n\nBUG=521753\n\nReview URL: https://codereview.chromium.org/1325313002\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#347624}\n", "proba": 1.2762455980919185e-06}
{"commit": "24ec881777b5b3e8559769143c99bf9d727d40db", "message": "+add LocalPushNotify.java", "proba": 1.2804271136701573e-06}
{"commit": "ccb2e1eada05fefed0c1f9f6d4fca45d307c2bfd", "message": "am 7fb4e4aa: am 154d61fc: Merge change Id6f158b3 into eclair\n\nMerge commit '7fb4e4aaf2137474a6abe0d95888e133d4075527' into eclair-mr2-plus-aosp\n\n* commit '7fb4e4aaf2137474a6abe0d95888e133d4075527':\n  Removed javadoc link to hidden class (temporary fix for build)\n", "proba": 1.2743710442464362e-07}
{"commit": "e8323934c7dd01228b6550ac5dcad08999371a61", "message": "am c9149984: Merge \"Prevent NullPointerException in getStringValue if no value is set\" into lmp-mr1-dev\n\n* commit 'c91499842fed63c55326e7e2a71b491f7c9315c1':\n  Prevent NullPointerException in getStringValue if no value is set\n", "proba": 8.85728638877481e-07}
{"commit": "599c1042896564906935bc688bbb85515a6dfa45", "message": "Accessibility: Ensure fresh accessilbity focused and input focused nodes.\nautomerge: 27ad2e9\n\n* commit '27ad2e95b40fd0ca76de384695498ea114d627ca':\n  Accessibility: Ensure fresh accessilbity focused and input focused nodes.\n", "proba": 3.0514783588841965e-07}
{"commit": "648086eefbeb8f68d2d0305ea7e56237b55efe73", "message": "am 1fd667a2: am e6c01d05: am c2a30713: Merge \"Duplicate description on AccessibilityEvent\"\n\n* commit '1fd667a2c8ad78933aac5f2bf2a6c6a63ac3bb37':\n  Duplicate description on AccessibilityEvent\n", "proba": 8.237660722443252e-07}
{"commit": "5756f53cb9d49ae0fad658a03ddd164dbc38f537", "message": "A few debug changes to be removed\n", "proba": 1.6785834588972648e-07}
{"commit": "200475be8ecef2e711724b71e707fe25b6a884d1", "message": "Fix 14988763: FUL only shows on bouncer now\n\nFUL used to show on the notification shade when returning from\nsomething that was occluding keyguard such as navigation or\nsecure camera.  This fix makes FUL only display on the bouncer,\nnever on the notification shade.\n\nChange-Id: I6b6dc1453a167161330132c1e2703c296050bf0e\n", "proba": 4.0866214590096206e-07}
{"commit": "c08511e417dc3a2b106be1e3e5ec4fe0211c8e28", "message": "am a89893fc: am ba6a72fd: Merge \"Fix crash in setup wizard\" into mnc-dev\n\n* commit 'a89893fc60161ff75d862c9e6bbc34665edb6aa4':\n  Fix crash in setup wizard\n", "proba": 2.707841986193671e-07}
{"commit": "8d63e7ef9cbe902a0ad316c118b9b30a09c6f1d6", "message": "Define a pure IJ2 version of Show Info\n\nThis version is neccessary to display correct data type information for the\ngiven set of data. IJ2 supports more data types than IJ1 and the legacy\nplugin results could be misleading.\n", "proba": 2.0993297766835894e-07}
{"commit": "e9e0fff65ce7d77b3bd30bea53f0006a443eef49", "message": "Add EventData interop tests (#241)\n\n* EventData interop test\r\n* resending EventData with special properties shoudln't lose any of them\r\n* send a protonMsg to EventHub & receive as EventData & resend to EventHub and then receive it as AmqpMessage. This final msg should be same as the original one.", "proba": 1.0535507044551196e-07}
{"commit": "74ef170c8ab86d3409e94ee369a02bdefb6ded16", "message": "fixed unit test\n", "proba": 3.9432654830307e-07}
{"commit": "467101141266a9f9346fe5d96f4da3a45d1021b5", "message": "Prevent NullPointerException if no gatewayServer exists\n", "proba": 6.809139563301869e-07}
{"commit": "fd83815e3b36c2c4eb68ae558577615b098e1486", "message": "Fixed AuthHelper in CollectionReference\n", "proba": 1.2762683354594628e-07}
{"commit": "37f01a3487822975b813a62aaf06a1f6ed511ad5", "message": "added StringHttpRequest ", "proba": 7.065505656100868e-07}
{"commit": "233718c3c5a4f5b4f564af93cb2e42d80a900904", "message": "Start keepalive process for the caller of a SIP call\n\nso that the callee can send signals (on-hold or bye) back to the caller.\nWithout the keepalive, the NAT port for the caller will be timed out during the\ncall. And the signals will be dropped by the NAT device.\n\nChange-Id: I21848d73469045b2ed9e7281556ab184c594c362\n", "proba": 1.8564861647973885e-06}
{"commit": "ab9d917c0aae3152ef0b2ecaf7bfad410119e772", "message": "Update ForestBiome.java", "proba": 3.147565337258129e-07}
{"commit": "e215a078399a6580986414cf6caa7d67b6865b35", "message": "OptimizeMemoryUsage\n", "proba": 1.4384795576916076e-06}
{"commit": "22340cc59d4b00499dc183085ce065c66a6552f8", "message": "AES gen test\n", "proba": 4.436395499851642e-07}
{"commit": "5519d9e00e42ccad2dc973e9207f4edb3cb902c7", "message": "Add support for stopBit encoded small decimal.\n", "proba": 6.71313273414853e-07}
{"commit": "32e418c84602ec7a0ca2e3195f095575e35febd6", "message": "Add user service\n", "proba": 1.715725488793396e-06}
{"commit": "2fc5950c98155ce12f8d72bf03f304d065c600af", "message": "Test event subscription\n", "proba": 4.0708212623030704e-07}
{"commit": "51b3b0159eef50ac2819a998b2a37be284e36763", "message": "spec for handling raw encodings.\n", "proba": 1.2542261629278073e-07}
{"commit": "720fc9778727c53b1cfc6833085fdee005cb7277", "message": "\u6dfb\u52a0MethodMap\n", "proba": 4.643236195533973e-07}
{"commit": "704377c4d7cfd63e682e3e766d0d91b3dabdfa52", "message": "add word2vec example\n\n\nFormer-commit-id: ff91873e76842e96c95df05c54524d9be55e1d49", "proba": 0.0064340499229729176}
{"commit": "206aa7368ae8b678772388a1d4ecf88677f6a4a3", "message": "Ransom Note\n", "proba": 5.048065077062347e-07}
{"commit": "a90b484092a4630ab582e0e596651875e0253223", "message": "Added the Java program for Sieve of Eratosthenes (https://thecodeaddict.wordpress.com/2011/11/01/sieve-of-eratosthenes/)\n", "proba": 1.1685389722515538e-07}
{"commit": "504b120afb17ce754f491c19a26487410aed2b8d", "message": "Create newFile3.java", "proba": 1.6859963579918258e-05}
{"commit": "e14234d8a7a27f9a8f3f8347da485745906cf2fd", "message": "Added new functional interface ThrowableFunction0", "proba": 1.5873210656991432e-07}
{"commit": "2e45d4e88831316bbc01904da17a7ff817b6c87d", "message": "Added storage of the entity indexer parameters in the svg file.\n", "proba": 1.0489990387441139e-07}
{"commit": "cd88dfc99f452555f3e7d37c2223e840345a2f9b", "message": "[\u6e90] JedisCommands - \u6587\u672c\u6570\u636e\u683c\u5f0f\u7684Redis\u547d\u4ee4\u96c6", "proba": 1.2687830519553245e-07}
{"commit": "a2e030808a166cd24774d6a7b41e8cd9996f6f6d", "message": "MAP-921: add username check\n", "proba": 2.716063818297698e-07}
{"commit": "484fb35956360cd52da7810aec923ad520c735c9", "message": "Start of tool to help analyse network problems\n\nsupply osmreader.osm roadName and optional linkRoadName and it will\noutput the nodes on the namedRoad (roadName).  If the optional\nlinkRoadName is supplied it will only output nodes in common between\nthe two roads.  Will need extending to output RoadNodeInformation and\nRoadLinkInformation.\n", "proba": 1.2122039549922192e-07}
{"commit": "6aea7391b8f58ddd960047b323dc4925bf923468", "message": "Revert \"Fixed incorrect exceptions in unit tests.\"\n\nThis reverts commit 69352838800b6be8cceffb4b7139e79c53aa9856.\n", "proba": 1.2463232224035892e-07}
{"commit": "7bc52bfb82f01320e0f51a7ff7eb5371cb1077c2", "message": "[DROOLS-1593] anticipate flush of propagation queue when evaluating a rule from a process (#867)\n\n", "proba": 1.169624894714616e-07}
{"commit": "94ba292051af9fcb41b5a474c311a2302c2458d8", "message": "enable subclasses to define custom behavior after jetty starts\n", "proba": 3.601824687393673e-07}
{"commit": "39949a21c59a5703ae8406ef94ba92b8a95facb6", "message": "CORE-446: Fixing tests on maven\n* comment text escaping - fix for ' in comment\n\ngit-svn-id: a91d99a4c51940524e539abe295d6ea473345dd2@1076 e6edf6fb-f266-4316-afb4-e53d95876a76\n", "proba": 8.571923899580725e-07}
{"commit": "ccaddc23efb59a2d02130f9b948be7d4dfa6676b", "message": "code formatting\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1481481 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00015504370094276965}
{"commit": "81c791abee8c6c37823077db37283f35e372b531", "message": "PL-7280 Complex \"report query\" is transformed incorrectly\n", "proba": 1.241380687133642e-06}
{"commit": "19076e69bd85f6a1f8ffcdef5122076aca9ca3f6", "message": "Fixing a broken import link on Market.java\n", "proba": 2.6579428435979935e-07}
{"commit": "5c0bc424e511419f4cc5977c186075b0e2855072", "message": "Fix NPE in BeanSerializer.  The schema-writing\ncode will handle missing XmlTypes (it'll use\nthe default mapping for the JavaType), but this\nline of code didn't...\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@256176 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.835388386301929e-06}
{"commit": "d4a070d1d3a044037c6567aa4ad2d49fa2ca6644", "message": "Created.\n", "proba": 1.6814064451864397e-07}
{"commit": "563fb0bd137e8bf55f63658f46d4538e4b013c75", "message": "\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@9623 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 6df7ec650afc8ea86f75517752ec277f668576d4", "proba": 9.295102358919394e-07}
{"commit": "8a1a4e7aae94d159f539e659dac56319ba14eb3e", "message": "Encode URL for REST call; quick fix for fogbug#9497", "proba": 2.1512281023206015e-07}
{"commit": "9ea8bb22d6a3d4e7542fd402599c3ef22a2ca7fc", "message": "Javadoc for the DumpsterMapService\n", "proba": 1.778376628180922e-07}
{"commit": "2cc6df57a0061e03a98af68cf50613852d506dde", "message": "\u4f18\u5316\u4ee3\u7801\u3002\n", "proba": 2.521911994790571e-07}
{"commit": "13d03ee63896a238e7537429f06615810de7af66", "message": "Add an immutable byte string class\n", "proba": 0.005491500720381737}
{"commit": "259b0d824f92e3b821704baa670fa30693416094", "message": "my solution leetcode [20. Valid Parentheses My Submissions Question]\n", "proba": 1.29700609363681e-07}
{"commit": "fcd826bea4fcb7c20a8c5547a6ffadd67824074c", "message": "Update EchoApplication.java", "proba": 7.341366767832369e-07}
{"commit": "267362b97800802750531ee087d6f240871f5e6f", "message": "Removed org.python guava\n", "proba": 1.9641229300759733e-06}
{"commit": "098dd71fb7641ec98107a3fba9ccea64d8d15b0a", "message": "ajout du premier dto ", "proba": 1.4138420283416053e-06}
{"commit": "3002c38074547cfdfa2f6f734835c5058a364605", "message": "The solution for 432\n", "proba": 0.9999985694885254}
{"commit": "8386bc5c2ce4d97f5f143a5337be31145b692026", "message": "Refactor to remove unused methods and enforce standards\n", "proba": 1.5758458005166176e-07}
{"commit": "23d0d543f78ca876977b948dd630d65371edceda", "message": "Display total score\n", "proba": 1.7121135897468776e-05}
{"commit": "69a24d5bf165e40c6296e7a2592c15666f8b600a", "message": "Init roboinsta application\n", "proba": 2.9073629548292956e-07}
{"commit": "75d2b14fc9d7cfd62038d6d4be1e72f05157ff2e", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "4a10ebe7c35d3e00e2294d4ef83c3bec799c9bc4", "message": "removing TODO, all reporters have default values for required attributes\n", "proba": 1.7654326711635804e-07}
{"commit": "8ab9c53f8d004ee8de62c2fea934ec132b34f927", "message": "Possibly better log message\n\n\ngit-svn-id: 093fa4c7fa7b11ddcea9103fc581483144c30c11@3275 5b74d2a0-fa0e-0410-85ed-ffba77ec0bde\n", "proba": 5.8674568208516575e-06}
{"commit": "cf7c18e7f7ad59a6808175e3d171e4b9f5feb74b", "message": "fix flood bug\n", "proba": 8.709993153388496e-07}
{"commit": "3c6d1c1fc06ef5aa6bc60577267ea9682cd8f48e", "message": "\u5b9a\u65f6\u904d\u5386houses\uff0c\u68c0\u67e5\u4ef7\u683c\u53d8\u5316\n", "proba": 2.3022987249987636e-07}
{"commit": "f3675f06f167e93dc084209d5e66a513718a0230", "message": "Added test notification option.\n", "proba": 1.2505223878633842e-07}
{"commit": "0bbc9bb479194ccca9b552f2979a8b2ecd5ad478", "message": "HierarchicalBeanFactory\u63a5\u53e3\u5b9a\u4e49,\u8be5\u63a5\u53e3\u7684\u5b9e\u73b0\u5b9a\u4e49\u4e86BeanFactory\u7684\u5c42\u7ea7\u5173\u7cfb", "proba": 2.1306676956101e-07}
{"commit": "0230dfe8aef4860e39cd165c5c0102ddc49b3e82", "message": "Java docs and implementation of file uploader's initialization of element.\n", "proba": 1.0871350042407357e-07}
{"commit": "4f5e7cd23ecd59c7b2a51f4672773c63d889b886", "message": "kracoeus-4690\n", "proba": 3.956796774673421e-07}
{"commit": "4501dc023371bb208b350fcdf5380a048d7d6b0d", "message": "Forgot to add this file in earlier check in.  Calculates MHP as if in \nthe absence of synchronization.  This may be useful if you wish to \ngenerate your own synchronization.\n\n", "proba": 1.0586772702936287e-07}
{"commit": "004d89680e11002fdbc28278232e69fc58ebc7f9", "message": "PDI-9240 - Added abstract implementation of Repository to make other implementations more convenient (eliminate a lot of duplicate code)\n\ngit-svn-id: 51b39fcfd0d3a6ea7caa15377cad4af13b9d2664@18279 5fb7f6ec-07c1-534a-b4ca-9155e429e800\n", "proba": 1.646279770284309e-06}
{"commit": "51b870adcaee6ce3c0d08584b370200481e171da", "message": "Trunk: test calibration yule model\n\ngit-svn-id: 67bc77c75b8364e4e9cdff0eb6560f5818674cd8@3850 ca793f91-a31e-0410-b540-2769d408b6a1\n", "proba": 2.9266664114402374e-07}
{"commit": "551cff6bc6437286f3517e8adb7ddd69b88ee0ea", "message": "comit 1", "proba": 1.7861033541066718e-07}
{"commit": "fabfa9f95ad1616f1f914348966c443bb200758c", "message": "Trying to find (and fix) the bottle neck for the preformance degradation on startup, see issue #11928\n", "proba": 1.1547609801709768e-07}
{"commit": "05ffe47e2f0c90c2aba1e4da4c2ccd8000ca922c", "message": "Went through Eck's code and tweaked some things:\nAdded MIT header, main class Javadoc, and some Javadoc comments throughout.\nChanged some structure to match my style and improve layout in 80-char editor.\nChanged imports to more specific classes/packages.\nAdded methods to help constructor not leak 'this' and not call overrideable methods.\nAdded @Override tags.\nAdded default: case to switch (shared with 'case BLACK:').\n", "proba": 1.0936279437601115e-07}
{"commit": "aeb3415e4bdf0cfeef84901771c96aebd95330ad", "message": "Added the interface ChildDecoratorFactory.\n", "proba": 1.0641880265893633e-07}
{"commit": "f1c2e8afe74c7e7ca805d126b0b6be539343d165", "message": "Renaming atom constant\n", "proba": 4.52918493465404e-06}
{"commit": "6b53632bf8817deb8dcb7b1ff89eb9087d0e6d8e", "message": "Added Javadoc to the class\n", "proba": 1.6093221688606718e-07}
{"commit": "f40b7dc31bc912cc05681d0c354e76be4f5d4bc8", "message": "Add toString()\n\n", "proba": 5.078639333078172e-06}
{"commit": "361e276e954a065e1f238a1e405f2c7a6a059c90", "message": "[test] Regression test for bug nr 1\n", "proba": 2.616425831547531e-07}
{"commit": "62cb4e4eb603d9e35ce6d58fc41935dadc897ced", "message": "Moved.\n\n\ngit-svn-id: 7267684f36935cb3df12efc1f4c0216d758271d4@73516 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.115032541245455e-06}
{"commit": "a36a6a2a949cf4a7cfe1daed046e8c8a0444bf43", "message": "Adding some streaming signature + encryption creation tests\n\ngit-svn-id: ee17208af0df0552975824e4840d757fdb463ab9@1571312 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.226033176266355e-07}
{"commit": "7e895988f499d2220e858e4b335d4fe27a87d7af", "message": "erzeugen des Parent-Folders war zu pessimistisch\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@5573 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 5.578869490818761e-07}
{"commit": "1f5d1624bb477c99c9f433a94526fcc18dc488c7", "message": "Commentaire sur subscriptionCtrl\n\n", "proba": 3.8382492562050174e-07}
{"commit": "c91d2b3c15e4c67349a139907972d6ccf859502b", "message": "better exception messages", "proba": 8.7757285882617e-07}
{"commit": "ccbf122a00bf3822dd2a570551aa8258e7f03068", "message": "fix 139 mail for web change\n", "proba": 1.2724159148547187e-07}
{"commit": "af07a5a3db2feddd804155332773505a24020494", "message": "Added test\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@10564 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 2.2300901036942378e-07}
{"commit": "a73c29270f193b4f3bf0a586f54fc39d199a946c", "message": "Testkorrektur, Pfade angepasst, so dass sie auch bei Ausruf aus dem testSuiteGenerator-Projekt korrekt sind\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@8884 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 7.44594046864222e-07}
{"commit": "8385fc3b60bfd25a8a8a3e7406d9077f34c203ba", "message": "Remove duplicated score\n", "proba": 0.00048262407653965056}
{"commit": "97c867f43bd8b453b3b3685287b193bf2d61d159", "message": "Add multi threaded example\n", "proba": 6.305935471573321e-07}
{"commit": "ff3bd852136b610e8c0f3b0026c61af6f893c095", "message": "Added login/logout configuration for spring security", "proba": 1.5707175293755427e-07}
{"commit": "bf8a3aedcd0f63f76fbd871c1c5723a973c9a09c", "message": "Typo Fix\n\ngit-svn-id: ab5bf4358eb1d1206b526f2c2b4833398a5928e7@398 55fde302-37b5-4f85-817a-e5eb813054a9\n", "proba": 2.681276782823261e-05}
{"commit": "27fe2d40cc5351014e92541c4f0a3161b5ef519d", "message": "KRACOEUS-5111\n", "proba": 3.1008005407784367e-07}
{"commit": "da8713f9b387da1d61cc5abbc4fc06d8e00ad8e8", "message": "Readd wrongfully removed code.\n", "proba": 1.4065165032661753e-07}
{"commit": "8bbe7ff1ac7abda2a0b53aa5ea910351b4495eb7", "message": "switch to using EnumSet", "proba": 6.342563096950471e-07}
{"commit": "34efcb98459b289bb1939fe4cdfd03373e9ba5bc", "message": "add membership constraints for #3866", "proba": 1.3976513457691908e-07}
{"commit": "64b0fa919b0028682d2ea1b5cf64e7b510231532", "message": "fix model for ParameterizedExpression Parameters\n", "proba": 1.6701173422006832e-07}
{"commit": "1ce38414783084949e0187de6fda00e20a1c6fa3", "message": "eliminate dupe error\n", "proba": 0.00012391360360197723}
{"commit": "1e68c0da1a1e7e19d45ceb6f6f36a482b5651349", "message": "Stop enabling blocked bods", "proba": 4.0564975734014297e-07}
{"commit": "e99c85e28a1f5797a35ae04c2318a669c4369ddd", "message": "Fix injected class\n", "proba": 6.603876272492926e-07}
{"commit": "4a8a7399ba0b0e79a20245793cbf498c923f73c5", "message": "Add decal texture component type.\n", "proba": 1.1866148241779229e-07}
{"commit": "99151c43d7a11b5967d327dc25be97e2e1282df4", "message": "[fix] 5.0\u6743\u9650\u5931\u6548\u95ee\u9898\n", "proba": 2.773233234165673e-07}
{"commit": "b8c5632dd55c542b3dbd564e3ffe0d9a834a7892", "message": "optional protocol added\n\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@1826 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 3.721926020716637e-07}
{"commit": "a5a656b2c2565d2fad026fdd095eccd0af086c59", "message": "adding @alternative\n", "proba": 2.418585381747107e-06}
{"commit": "101faf2baf3193560edbbd80d56539b7bbe67516", "message": "Add functional tests for construct length rule\n", "proba": 2.118327029165812e-05}
{"commit": "f042da362ed6e0c10140d672677dc4e46409b3ce", "message": "Create NewActivity.java", "proba": 1.576675686010276e-06}
{"commit": "2b35cdbf47baa8d182862fa3f474e753698f1f9b", "message": "Lista de contactos abre pantalla de un contacto cuando se hace click en su nombre. #agregar-lista-contactos\n", "proba": 2.3711334051768063e-07}
{"commit": "57f47c7c516a9fe74ae58c5d4e784cfdd11d7067", "message": "CustomSoftAssertionsLineNumberTest: fix grammar of javadoc comment\n", "proba": 2.24516867319835e-07}
{"commit": "c0b661900937b1aa78de7c47c4668284ac4a9067", "message": "java\u8fde\u63a5mysql.java\n", "proba": 6.637846672674641e-05}
{"commit": "91b73cecfc28dcfeb26285edb6521b1bcc6facf3", "message": "add testcase\n", "proba": 2.2016933144186623e-05}
{"commit": "33129ebfee598aa1ff95b729e3d225da302e33bf", "message": "KCIRB-18 Test for rules.\n", "proba": 1.0451246623688348e-07}
{"commit": "8aec459490cf21d4c8db3a1291aa5f90fd1327b0", "message": "A test to take screen shot", "proba": 5.269018288345251e-07}
{"commit": "c0caa89e1c0c100f55e5200e5a6f3ac7e6bd5391", "message": "We need at least one source set for new projects\n\nSigned-off-by: Ferry Huberts <66e11f9f5d965b69497c7e73d5e808f8b13c1218@pelagic.nl>\n", "proba": 1.0490750668168403e-07}
{"commit": "7c2b29ac45342074ec74860d6ba4a66bc8a8de5f", "message": "am 1ea2aeda: am 589a4896: am c6c18618: Merge \"Fix to show low LTE signal strength as -140 instead of 0.\" into lmp-dev\n\n* commit '1ea2aeda29a247de56e7991d16a4ae12d9aff8f1':\n  Fix to show low LTE signal strength as -140 instead of 0.\n", "proba": 1.9775374937580636e-07}
{"commit": "1d5c0eb4399a52d3cf0d82cffb32f1748cbdac0d", "message": "Fixed some javadoc about html-escaping that should have gone in with the last commit.\n\ngit-svn-id: cf2b8e13e5fd585456580429c3991d4364a2cb88@270 d471f07e-d8fc-0310-a67b-dd4c8ff0e7cd\n", "proba": 0.00014030795136932284}
{"commit": "98c7fe5eb7029dca1cd83e9e22e68e2c3cc56630", "message": "\u5b8c\u5584PDF\u529f\u80fd\u3002\n", "proba": 2.0736612782457087e-07}
{"commit": "d4509f41994473adaa8d82317c810a3c1af5b0b0", "message": "Start a unit test for Range requests and the Default servlet", "proba": 1.4455466157414776e-07}
{"commit": "1ff27fd9c51a14812b821512f41473c9656d9d89", "message": "Unit test for AutoDisapproveEDocsStep.\n", "proba": 1.1561417068151059e-07}
{"commit": "02d6c72352e5c9d86bfaa04812afa87fe6f3559b", "message": "Add Error enumeration.\n", "proba": 2.2228368834475987e-07}
{"commit": "d2056526264d5205d0562c9588eef6ceada4a5a9", "message": "Adds Algorithm class (preliminary)\n", "proba": 1.8804919363901718e-06}
{"commit": "a093bfb1e1caec3dbeedd79777232322acc9c490", "message": "test for GEO parsing\n", "proba": 2.982480111768382e-07}
{"commit": "6e1e808c4b3b352aaba1b18ade49a4fdb3e259d2", "message": "Test for Column class\n\n", "proba": 2.6111263196071377e-07}
{"commit": "a08f825965087f15dbbba4d1927704701f054c99", "message": "Change Object to generic T for assertNotEmpty\n", "proba": 9.119571018345596e-07}
{"commit": "da496e163a526f64d6c2022bf140299bb3a660ea", "message": "Unit #1372: use full path to check for equality\n\notherwise units with the same name/package in different source paths clash and they\nshould not since they can contain different declarations\n", "proba": 1.6901473998132133e-07}
{"commit": "7fc3161dae70e6d2a373d4406c822513f8ef32fd", "message": "squash a ==", "proba": 6.577222393389093e-06}
{"commit": "26570ac5910daca2ef4173bcb7d948bd6582042d", "message": "if disabling permutations, discard permutations array\n", "proba": 2.8976301109651104e-06}
{"commit": "fc69e8bf0f4ca335ed34d55936c45d8469588987", "message": "allow D=0 to pass through\n", "proba": 5.572580448642839e-06}
{"commit": "8c4ff9db9978879f99ce8e0c008732ccf73801ee", "message": "Add DataSet3SVM\n", "proba": 3.440207478888624e-07}
{"commit": "8d967826041ac9db856ed444ef61ee8facc8c590", "message": "GuestRealm fix\n\n* prevent JpaAccount being authenticated against GuestRealm", "proba": 1.296574367870562e-07}
{"commit": "5d9f637a8965ad16ab013cb75c8aa20ed36aa554", "message": "fix missing cn entry for privileges\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@9985 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: aa2478a02f0bfa64c7ac7a70c47918b7e3edacd6", "proba": 5.024453002988594e-06}
{"commit": "8bef34f947af54e76e3828b59c832088112047db", "message": "Removed old code.\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@12769 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 61524767a06e3d63cbef534934f54d56482d2ac2", "proba": 0.0009319040691480041}
{"commit": "ed5537a0b15defe2ca9cb866080c87e15474f94e", "message": "Create TesApplet.java", "proba": 4.3566370777625707e-07}
{"commit": "99a76f7a538ef60d1c19b0a0e5a1d82f481613fe", "message": "The first try to a parsable header value.\n", "proba": 1.1702050528583641e-07}
{"commit": "ee4fafb23e7f78a8ac6e37f1e0c9a0f91a19c348", "message": "Made the ValueVisitor handle LazySpecifierExpression to fix #978\n", "proba": 1.0555661589251031e-07}
{"commit": "64e96f44ac55b4095882c0d7df0fdd83fb6e2ed7", "message": "model loader: set the boxing attributes on the model when loading it\n", "proba": 2.732131747507083e-07}
{"commit": "6755f117c1ced47d0d3e9d1cd4f82ed126bc84b7", "message": "Allow managing Units inside the LazyPackage\n(to be able to remove unit-related declarations afterward)", "proba": 1.0482749956963744e-07}
{"commit": "b8d3a8b5157767c35b6dbeb275776a8e60186a0f", "message": "compatibility\n", "proba": 6.230662279449461e-07}
{"commit": "d83ca5fd78bf8e7463ac822c29a3dd84e4e137a3", "message": "Create PathInTree.java", "proba": 7.114825280041259e-07}
{"commit": "c4f535bddac2491aa0e354a609fcbf7c49276295", "message": "am 299e011e: am 54ca9066: Merge \"Get rid of a race in NsdService in stopResolveService and getAddrInfo\" into klp-dev\n\n* commit '299e011ebd7ce9593c203ecfc9f5eed45360a5ed':\n  Get rid of a race in NsdService in stopResolveService and getAddrInfo\n", "proba": 2.105850569478207e-07}
{"commit": "64f3c633916e49f99bb28824483734d95a55510e", "message": "test commit", "proba": 5.337649895409413e-07}
{"commit": "95ca4b4a364be9837cad0d91422729a60c4ba8d1", "message": "Fixes bug in Person class.\n", "proba": 1.2326844966992212e-07}
{"commit": "37382f48b7352a50ff3ac57048f94360ec5d4b30", "message": "number: hardcoded -> input arg\n", "proba": 0.002566819079220295}
{"commit": "ee0d2f746c5799cec540a2513b503248b47cd6d2", "message": "Query to initialize the database tables\n", "proba": 8.578469532949384e-06}
{"commit": "a38bcf97eaf22e97569da90611f85172d7898a00", "message": "Create alternating-characters.java", "proba": 0.9999707937240601}
{"commit": "f3b9550da133d9ad516e576503bc6671a8e694ab", "message": "Register new message to the client.\n", "proba": 1.1421100509778626e-07}
{"commit": "5b6cef051e55f427e55a2c641d2a8b50692b09ab", "message": "removed imports\n", "proba": 1.195480649585079e-06}
{"commit": "13b414384e1a4a1bf1743e1ec8f5b9c8d46853d7", "message": ":gem: Simplify opcode check", "proba": 1.4571901374438312e-06}
{"commit": "14051d3e8281d6dcb5578972aefd3f7fac319616", "message": "Ajout allow-access-headers\n", "proba": 3.3904979090948473e-07}
{"commit": "b5ac24ae2ae67ddd772dbea4b07abd9844083a49", "message": "Unit test corrections\n", "proba": 4.458395324036246e-07}
{"commit": "e977c1dc5c5c21c8177b5f2e906cb95dbde05859", "message": "PLEASE SET CODING AS UTF-8 (without BOM) in your eclipse etc.. After launching web app you need to register account and change in db from ROLE_USER to ROLE_ADMIN at this moment..\n", "proba": 9.999657635262338e-08}
{"commit": "f63327d0a6811e4bacf476cbddbc75b5c7da8360", "message": "Add LeetCode0300_1.java\n\nAdd LeetCode0300_1.java", "proba": 4.923410415358376e-06}
{"commit": "a0653e93fb0bd791325a6d657405bf425f7ed576", "message": "Jamocha as a class.\n", "proba": 1.1823978951497338e-07}
{"commit": "71c25a25af80d738c6bcc78c13e04556f6676c6b", "message": "Methods of Collecton class addAll\n\nallAll: Methods of Collecton class addAll", "proba": 4.0434738934891357e-07}
{"commit": "a368853e0adabe16a326769edc277dd9453def3f", "message": "Update TestOage.java", "proba": 3.78872385908835e-07}
{"commit": "b072b337527d398ca67e1cddbb783c1b7d4c221f", "message": "optimize imports\n", "proba": 3.695127452374436e-05}
{"commit": "b8e357b5af804d9dded4a7a96aa84a38a481d73e", "message": "Adds the application class\n", "proba": 1.1006335398633382e-06}
{"commit": "3842145a881d6ecf43fc3338f900adb739a92edd", "message": "#192 preload ids only if twitter enabled\n", "proba": 2.318270162504632e-07}
{"commit": "04fb6e97dd5eb9fd8abdae267902612b9caa93ba", "message": "add default empty constructor\n", "proba": 8.720141408957716e-07}
{"commit": "d30f8299a6c06b2f07bf34d3b3c17ade374af246", "message": "Added team name to the bot token table\n", "proba": 1.9218603597437323e-07}
{"commit": "1a19c775cb82bb821207914bcb777d3c4433aff8", "message": "Fix repeated undo/redo stack bindings\n", "proba": 6.150807507765421e-07}
{"commit": "b9cd3b4a331fb2f07620474f367db7b0940aca08", "message": "Spec test for built-in aggregators\n", "proba": 3.0496630643028766e-07}
{"commit": "6a39e98c5832f5c05925b6afb41b7a0b12dfea4b", "message": "New functionality to form based actions.", "proba": 1.1521473197717569e-07}
{"commit": "6000ed5b93f088920c53cac196e27f01367c54ee", "message": "Update TestList.java", "proba": 9.455139320380113e-07}
{"commit": "7c4eae18284f69477dc60a0e70e69d5a457be706", "message": "Added localise annotation\n", "proba": 2.644060543843807e-07}
{"commit": "d0d56e24038e237cd731faf99a61972ebae32044", "message": "Allow status --verbose to work without a parameter value\n\nDAT-6750\n", "proba": 2.546454425100819e-07}
{"commit": "d6c4439c668ffd7bd51f4018ce9cfa5610ef9719", "message": "special test for alex\n", "proba": 1.7354948056436115e-07}
{"commit": "0d6b6731e8a99860a922e167e8e49caff3724a5b", "message": "Don't overlap PAUSED FOR SLEEP BLOCK with SLEEPING in short schedule status\n", "proba": 1.2349107691989047e-07}
{"commit": "ce24882b094e36e666ac09a770f0aa8a86fce1f9", "message": "*BotModule: Tabellen erstellen, dann bot starten\n", "proba": 2.002573751269665e-07}
{"commit": "ee859e1440bd1027a00c9311040bf36495e28815", "message": "forgotten test case\n", "proba": 1.3998538861415e-06}
{"commit": "e69e188de8477da5892ab2021757dcc5d3574640", "message": "\u5b9e\u73b0agent\u81ea\u52a8\u6ce8\u518c\uff01\n", "proba": 1.2327032550274453e-07}
{"commit": "636d058a2aa0d7ce5a8438e665708dab9aa0bd56", "message": "(Majority Element) [Accepted] Randomized solution with expected O(n)\n", "proba": 5.318462967807136e-07}
{"commit": "cac4bdc5763187fdcf800ef6f1bb050f8cb020a8", "message": "async task to make rest calls", "proba": 8.1246093941445e-07}
{"commit": "4e368abe91ad79c157fa6c01ba526e463155d82b", "message": "Add test case for PDF filter\n\ngit-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@42626 4f837ed2-42f5-46e7-a7a5-fa17313484d4\n", "proba": 5.099694817545242e-07}
{"commit": "76506ad55e9f17878d182d8dc489967833211f3a", "message": "DDB-938 Umbau der Sortiermechanik (Bugfix)\n\nSort by time will be also applied to the view fields of usage \"index\".\n", "proba": 9.531335365409177e-08}
{"commit": "0f4889595539af4ed96a400c782f6f6b56a6ac0a", "message": "tests of extended ComplexSimilarityModel\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@9644 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: e153e0a89a4b04b4d2d27e17c3dd8538d89ed750", "proba": 1.004164573714661e-06}
{"commit": "25c6392499a6bb668bc5706524f9f36bce54af38", "message": "add padding\n", "proba": 7.533265602432948e-07}
{"commit": "b712c45392c9f4a6aa614527502f381a865ba436", "message": "bp: Add VersionValueTests back to es test suite\n", "proba": 1.2912263969155902e-07}
{"commit": "ad515e88ee53ef0849b2e749efd87f7587514769", "message": "CEC: Send <Device Vendor ID> after address allocation\n\nThis is required to pass CTS 11.2.9-2.\n\nBug: 17882288\n\nChange-Id: Ie2823be8635a458a63a95abd44135035667d5836", "proba": 5.10099823713972e-07}
{"commit": "f31178d5a23707c74d370f58e30b68c5aa0a4ecb", "message": "Create Even.java", "proba": 7.013824756540998e-07}
{"commit": "17fed6e149545811df28a67700960d4c32e3b85b", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@4505 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 6.191037300595781e-07}
{"commit": "ee47fa8e08c30dbb7ee937c8144f123265562e0e", "message": "Issue Fix : #246\t\nDisable the creation of persistence.xml", "proba": 1.5902303118764394e-07}
{"commit": "5730b494eb1d0969ebfdbd23fa29b001b6670485", "message": "Create 223. Rectangle Area.java", "proba": 1.5397145034512505e-05}
{"commit": "0ff252b6394673a2792d06ca8ce5254c3009b6a0", "message": "Create 455. Assign Cookies.java", "proba": 7.478776637981355e-07}
{"commit": "f963edcc6ad5214e818d5a71de023c63990f6a40", "message": "day 09\n", "proba": 0.0002277697203680873}
{"commit": "a22c6328309d3c9e8bf7209bff87d104fbcb60ba", "message": "Fixed outOfBoundsException when logging discarded receiver.\n\nBug: 21607321\nChange-Id: I6f7ee4581ae2f0a0b7caedb84190fadc0edccfe8\n", "proba": 9.17849138204474e-06}
{"commit": "bb95cb9f997afc34d54f3d5bcb247c44f368b62b", "message": "Fix GPS settings change listener in LocManager\n\nBug 7051185\n\n- Register a ContentObserver to track settings changes rather than\n  opening up a Cursor with a ContentQueryMap.\n\n- Move updateProvidersLocked into init to assure that the\n  ContentObserver does not miss any changes.\n\n- Move blacklist and fudger creation before loadProvidersLocked to\n  improve code readability.\n\nChange-Id: I4d3e19fa33401c384bc2b00658d4336ea119e0e5\n", "proba": 1.3947847037343308e-06}
{"commit": "47f8e14012a9c4f1a6dc59f664b40defdecf3699", "message": "Apaguei comentarios", "proba": 1.9913642290703137e-07}
{"commit": "e6e5419a2879f6e48bef177c5c5662f6a3e101d0", "message": "Map Klasse erstellt", "proba": 6.002012469252804e-07}
{"commit": "9ae22dfff6090c4a248378c3f5892c7de1c73264", "message": "Create xor-and-sum.java", "proba": 1.1969504157605115e-05}
{"commit": "49c42c49db3e0204b8e4cdbe463341e605d518f3", "message": "test the difference image creation\n", "proba": 2.9749046007054858e-05}
{"commit": "8d51ba05ae4a350a292d2ed9ab1a657709ab1840", "message": "draft version\n\n\nSVN-Revision: 3818\n", "proba": 1.4771688938708394e-07}
{"commit": "1bcab03faf9f08c291cd362b8d1692d189587f58", "message": "Template which shows how functionals Array with String\n", "proba": 2.648125985160732e-07}
{"commit": "05759104c50fed7259b1a7eebcd02d40a3e762d5", "message": "work on another barcode lib", "proba": 7.27273402389983e-07}
{"commit": "8184acac75b38bc3bd5c87829a62e4d9bc95b594", "message": "changes log\n", "proba": 1.683639766270062e-06}
{"commit": "081d1e98bebf457ce002ff53ef9420e0ec15c233", "message": "Create VCardProvider to integrate with Clearspace. JM-1227\n\ngit-svn-id: 2e83ce7f183c9abd424edb3952fab2cdab7acd7f@9939 b35dd754-fafc-0310-a699-88a17e54d16e\n", "proba": 1.244878035322472e-06}
{"commit": "5b4f034697fe990e6a7248800c7e69a2d7e5f1fa", "message": "acmicpc 1463\n", "proba": 9.502434750174871e-07}
{"commit": "51938b3043709aafae691f8e204847b73b7c5c13", "message": "\u6dfb\u52a0 ConverterRegistration", "proba": 2.72417565838623e-07}
{"commit": "ba6b2c8045613221db62d93c8583668a7cab63c0", "message": "Memorable password generator\n", "proba": 5.975084604870062e-07}
{"commit": "bdf7248da5e5d5d018b383ffa234b003cc8f53fe", "message": "\n\ngit-svn-id: https://iritgo-aktera.googlecode.com/svn/trunk@118 71e8ea69-9a4e-8955-45a5-bfab6559e1dc\n", "proba": 7.263931252055045e-07}
{"commit": "514126fe129a0b5fa84a28204e7bf1fe8c3c1e50", "message": "Add a navigation menu\n", "proba": 4.819667992705945e-06}
{"commit": "4d77ee2421c51060510ffed45647dcebf80765f1", "message": "Add EnemyList to store Enemies on Client Side\n", "proba": 2.902747269217798e-07}
{"commit": "5c136ce676f3162920f18628ac5889f2c1550124", "message": "Add default transformations\n\n", "proba": 1.6299063645419665e-06}
{"commit": "c6963220dc5b202d1c71f843ec6b25a3d31d7954", "message": "Fix subscription start date", "proba": 4.381204689707374e-06}
{"commit": "68ff0c2bcb678dd013bb0edd4284398d25ec3bce", "message": "Reason to MissingPermissionsException\n", "proba": 2.5734237851793296e-07}
{"commit": "d5666b8b83ce7f3c3373fb6ab0a8357de67c4a20", "message": "Add a ContextScopedProvider class\n\nAs in Roboguice.\n", "proba": 1.0928292937251172e-07}
{"commit": "c285a998c950b4e4690fe807c1beb2a34448ca7a", "message": "initial commit, added winpage\n", "proba": 1.554341082510291e-07}
{"commit": "b81990070ddf336351b32d81f9ad96e112866f49", "message": "Added a mojo to be able to re-generate a set of patches.\n", "proba": 9.966620950763172e-08}
{"commit": "8b5d61b0befad7bd92cf3e8777eb930d87ce339c", "message": "KRACOEUS-4674: Fixing the issue in Protocol document\n", "proba": 2.2073440675285383e-07}
{"commit": "183c508961ef26e742c51733b2120b30ab1c205b", "message": "KCIRB-265 : Add authorization check for delete protocol/amendment/renewal\n", "proba": 1.1714556791275754e-07}
{"commit": "5bc6d3cd53c77177ff473fd5a176c9b4724ad112", "message": "Restoring process.java that somehow got itself lost.\n", "proba": 1.1297367308316097e-07}
{"commit": "1a0ea5cc5c095f92625679035f691c266ec1eb14", "message": "Remove unused import in YearController\n", "proba": 3.148925316054374e-07}
{"commit": "5b8482c02ef797bd16b685c65d4c5b9fcb354be7", "message": "Import ScreenGrabTest from L10N branch. (#980)\n", "proba": 1.0922521198608592e-07}
{"commit": "38d7156bbc1964d1e19d2b88df2f6bd7a13903c6", "message": "Class to request permissions in runtime\n", "proba": 3.439505462665693e-07}
{"commit": "0230c3a6a8a0f2836f4a417465468fbd8f84d23d", "message": "add 99999\n", "proba": 0.9999992847442627}
{"commit": "ebe25855d9e2c9ed845f11617c548e0452abf4e6", "message": "Update ChatBotController.java", "proba": 5.300169050315162e-07}
{"commit": "aff8d185349f28269e67e4c42ed74a50bdc369a0", "message": "Removed the double html load\n", "proba": 1.7091211930164718e-06}
{"commit": "a0771db1d6f0b2ebdd7c35754fa486715c37c2d7", "message": "modify current user model\n", "proba": 4.876513344242994e-07}
{"commit": "199cfddf4f4c3f199f4e67b9fc40f0c13b251a6d", "message": "Initial import from common-orm-jdbc.", "proba": 1.0864344091032763e-07}
{"commit": "f9027dcdcfe314c364629287dcb13e5ea07b8c7e", "message": "\uc54c\ub78c \ubc0f \uc88b\uc544\uc694 \ud654\uba74\uc5f0\uacb0\n", "proba": 6.77284617722762e-07}
{"commit": "c3bea13f9ba875a6756029749bf3877733b7094b", "message": "Refactored Scanner to use IntegerScanner\n", "proba": 1.8952466973587434e-07}
{"commit": "8fc29487e6bced2337c6b7a19370a1aaf441372d", "message": "Add new model DateTime\n", "proba": 6.258882876863936e-06}
{"commit": "959a5b50864341f209faac5e73aeb6bcd4dccee5", "message": "showname is expected\n", "proba": 1.2793285577572533e-06}
{"commit": "f5a28f2fa4bf9287136cdb50f666b6accae3faca", "message": "#20: Test create client\n", "proba": 1.897948891382839e-07}
{"commit": "54f8aa78fba0eb4d2c78191403ae2c1bded63515", "message": "Delete SignUpActivity.java", "proba": 9.656698694016086e-07}
{"commit": "be84d4c0bb768d12c034db9c3905b4c9746cb18d", "message": "add failing test\n", "proba": 4.973554314346984e-05}
{"commit": "c782eb8bbad4f2b1b741fb3a24cfb9bff065d32e", "message": "FIX some tests for OrionRestHandler\n", "proba": 2.3748243904719857e-07}
{"commit": "1f1743d55d6f6cc48fae593d7ffd0778b7f8cbf7", "message": "Test for #69", "proba": 2.517041650662577e-07}
{"commit": "b2269cc9a3797f45b399ae4ab34e0d70f323e1bc", "message": "Unit test for funding capacity.", "proba": 1.3838841539381974e-07}
{"commit": "b8be1a36f6bc2da092ab4bccc8c7f199bd16d935", "message": "Add EditCommandIntegrationTest\n\nThere are no integration tests for EditCommand.\n\nLet's add an EditCommandIntegrationTest to test code paths\nin the EditCommand and verify EditCommand's integration\nwith the Model.\n", "proba": 1.1320619819343847e-07}
{"commit": "0a88c9a56e8057a75db718c7f289054957b5f6fc", "message": "A simple test case for ClassLoaderObjectInputStream that\nsimply tests the expected behavior of an ObjectInputStream.\nTo test the functionality of CLOIS, we will probably need to \nfigure out how to create a transient class loader in the\ntest case.\n\ngit-svn-id: 93ad1b128ef73f61fb131daf820f82551b37ed4a@201762 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.685650755069219e-06}
{"commit": "17c95a4cac4d83e50933714780662e91e98ba0c2", "message": "Added examples\n", "proba": 1.2581507746745046e-07}
{"commit": "65e182d7f5605e71e19236adbd0358ecf7313c77", "message": "Remove old autoeat tags", "proba": 8.925622978495085e-07}
{"commit": "b80e58d602dafd83c8018c1987aa94b3f4e31f47", "message": "Bulletproofing.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@252220 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0001410945551469922}
{"commit": "1b85de11b8540f87cf6314c2fdd0a0909b18c38e", "message": "Make Axis SOAPBodyElement implement JAXM SOAPBodyElement.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@253860 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9997202754020691}
{"commit": "b15f39cfce3617f465dac211f2eb5d58eb3a9fbf", "message": "Added RGB downsample\n\ngit-svn-id: f699b99be54c313e643266d5dd560bc939300b59@1160 f90f6e9a-ac51-0410-b353-d1b83c6f6923\n", "proba": 2.6383250428807514e-07}
{"commit": "f8904f9e47a8b7cb85f18b8cd6f3db43863d6fa5", "message": "Create TrickyOverload.java", "proba": 7.377744282166532e-07}
{"commit": "07bcf9e25d993730b6a3822fc7da60cac1498b68", "message": "feat(MEDIUM): add _74_searchMatrix\n", "proba": 2.7228791168454336e-06}
{"commit": "82419868b924eaae21224acae3c267b17f3a59c7", "message": "am 3ced9617: Merge \"Use original path if translated path doesn\\'t exist\" into mnc-dev\n\n* commit '3ced96178b1b132705e773736cbb707a3a0cd951':\n  Use original path if translated path doesn't exist\n", "proba": 8.691100106261729e-07}
{"commit": "a4fe397170be0bd4ee91d271ed721a0b4abaa352", "message": "am b3961984: am 2faa075e: Merge \"Update docs for launching custom app for calendar events\" into jb-dev\n\n* commit 'b3961984e5eb5e11e938b8f5a3f22db853e98e99':\n  Update docs for launching custom app for calendar events\n", "proba": 3.7688096199417487e-07}
{"commit": "e270c51ea413df35c27c8e995c7c9773ee0e5174", "message": "Hiding new API\n\nChange-Id: Ie6a108442416fdb27229ff274b631e6f4a6c2370\n", "proba": 1.5517239262408111e-06}
{"commit": "20f14386b8b3b7171281882961fdb8c32d13ceca", "message": "Add MetadataSync table to ContactsContract.\n\nSync adapter will modify MetadataSync table to cache the metadata_sync\ndata from server before it is merged into other CP2 tables.\n\nBUG 20055193\n\nChange-Id: I19d31fc19204444432212cc14c9650d41e075648\n", "proba": 1.99915049847732e-07}
{"commit": "fde0a6e124686835a6858a6cb9069d3afd2ead37", "message": "am d30866fb: am 22e2aaaa: Merge change 22656 into eclair\n\nMerge commit 'd30866fba31034bc72420506287390d4c347353e'\n\n* commit 'd30866fba31034bc72420506287390d4c347353e':\n  Adding an aggregation mode: AGGREGATION_SUSPENDED\n", "proba": 7.616912967023381e-07}
{"commit": "cbd8a246f86704fb348247245904a9f114f11280", "message": "Additional logging in buildSearchableList().\n\nIt is useful to know when the system could not find a unique global search provider, either due to clash of priority values or other reasons.\n", "proba": 1.0425245022815943e-07}
{"commit": "e88192b9d2a8c364d8545471907c5baa275bb5f6", "message": "Cleanup fixes for ScaleGestureDetector\n", "proba": 1.7973206922761165e-07}
{"commit": "3d456a4fc08af036ce94a5f0aa6bc71ee4b5228a", "message": "Fix number counter will keep going after window losed focus.\n\nUse Time pick in AlarmClock, long press on + or -, make an\nincoming call or press power key to suspend the device,\nafter resumed, the counter will keep going without press.\n\nChange-Id: I5e69d5e17d3be9aa78648e6f8e28665ec305b36f\n", "proba": 1.4579295566363726e-06}
{"commit": "8312f5d0e43db7eb1cbd11d05b11c4f4342d7b89", "message": "Create GCMBaseIntentService.java\n\nIntentService to handle background operations when application is in Background or not running.", "proba": 1.0511681836078424e-07}
{"commit": "234f74badb74206b5174ac6dccb708d8320bddd9", "message": "Make ModelDefinition UV coordinate fields transient\n\n", "proba": 2.2366886298641475e-07}
{"commit": "d3ff9991c97063b43a1d0b031cd3608ef94ee797", "message": "Minor clean-up and added Todo.", "proba": 1.0433639374696213e-07}
{"commit": "2b2e2c8d252b33fa25ccba1e37322256cd44b3d5", "message": "Update doc to reflect requirement of a Looper for changing animation's frame delay\n\nBug: 24569533\nChange-Id: Ie886394a5e3cd7ceebbedbf09e2d9645b464a9c6\n", "proba": 1.6511431510934926e-07}
{"commit": "f29bda25eb1cbee1795ca66138aaed099b091c90", "message": "Added a NumberPickerPreference implementation.", "proba": 1.0915356796203923e-07}
{"commit": "d8abd6a163f8ab4332b88035e77080c48b4b71b9", "message": "Preserve CTS fail behaviour on null bundle for old API\n\nFor ContentResolver.requestSync() a null bundle should not be\nallowed. However we don't want to enforce this for the new API,\nso we remove this check from the SyncRequest.Builder#build()\n\nChange-Id: I69353d24edbd686da6ded2856c0920315cb76e85\n", "proba": 5.925742811996315e-07}
{"commit": "a2cacc9f7bbb97c3f1bfe654cf1b445e34f9dc96", "message": "am 9abfa111: am 388eece1: am d708b2f1: am e3a6a7b4: am 841aa8db: am 5237a792: am 8c44c394: Doc fixups to ContentResolver, MediaRouter.\n\n* commit '9abfa111a37689f6b0374286513ffd2a995d82eb':\n  Doc fixups to ContentResolver, MediaRouter.\n", "proba": 1.2678323457748775e-07}
{"commit": "ff20f3ceeeaa34e5f8f11009c899819131a056f4", "message": "UVA 11804 Argentina\n", "proba": 4.970759732714214e-07}
{"commit": "7701041955341494c257881836daf22fe46cea25", "message": "am 7e343b8d: merge from froyo-plus-aosp\n\nMerge commit '7e343b8d39309d2c9d73cc5d1ec2434e666ae48b'\n\n* commit '7e343b8d39309d2c9d73cc5d1ec2434e666ae48b':\n  fillWindow's start position must be smaller than getCount value\n", "proba": 4.487531441554893e-06}
{"commit": "962c3a0f2dd46d55ea591671c0a90c1c40214af7", "message": "am ece4ac21: Merge \"Don\\'t mark NetworkRequests restricted when they don\\'t have restricted caps\" into lmp-dev\n\n* commit 'ece4ac2105d18d8d7b6296d6de3fdd5641c35258':\n  Don't mark NetworkRequests restricted when they don't have restricted caps\n", "proba": 9.481379379394639e-07}
{"commit": "482d54bb0cd9e00fd929185c31fea3ad845d97bc", "message": "Add black listing of car kits by name.\n", "proba": 1.0961799290498675e-07}
{"commit": "9d250e719c7a55f7ac482060bce018b9f89513c9", "message": "added LoadDataChangeMSSQL with same behaviour as InsertDataChangeMSSQL", "proba": 1.3699884959805786e-07}
{"commit": "d91d976f9e48dbb8c73ebc6e14e9115b42d42f37", "message": "add boolean subject.\n", "proba": 3.944253876397852e-06}
{"commit": "3fe81b72a1361ec7361ad861b4931a22c3a3a433", "message": "Update SQlite.java", "proba": 5.318325975167681e-07}
{"commit": "310d9c4b55c86b78a194a21e3eaad429670ad0af", "message": "Avoid 32-bit integer overflow.\n\nOnly cast down to an integer once the value has been divided by\nMEGABYTES.\n", "proba": 2.336891498089244e-07}
{"commit": "7e1f95c225bdf27fd52b7f9553284b5ed72f6a89", "message": "Issue #12.\n- Result.java class draft was created.\n", "proba": 9.928882604981482e-08}
{"commit": "c531ade0070c941b85715eaba06cdd9b2333b75e", "message": "Started work on multi-valued discrimination trees\n", "proba": 1.751767371160895e-07}
{"commit": "c3cf8f1e400419e2a5abcc1d0f24c39d5a10084e", "message": "some more checkstyle HazelcastInstanceLoader fixes\n", "proba": 1.2341195088083623e-07}
{"commit": "a1da92c51e2998f26249b36abd91ce9ff2a4e708", "message": "ssl feature added for client\nssl-config added to client-config\nclient-config refactored\n", "proba": 2.758680466286023e-07}
{"commit": "fae254b87dfa7be42cc071f1a6bb9025babfbbc9", "message": "KRACOEUS-762\nEffective date filter removed from proposal ynq\n\n", "proba": 1.324542466818457e-07}
{"commit": "cf0f76b5bd85e6842dfa9f12c42939a748e2946c", "message": "Added vibrations to other remote buttons\n", "proba": 1.3814499766340305e-07}
{"commit": "0a89fca88350d3d6375648bef29cc691f5765262", "message": "ajout selection champion\n", "proba": 2.9997923434166296e-07}
{"commit": "41e59a2ee814f8b9747d38d9027059d792b40169", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "235c04fc3dd3f9bea1b998a19f3929404bab03ec", "message": "storageHandler\n", "proba": 1.3652920642925892e-06}
{"commit": "d33d45b54fc5b64b05bcd5ca5c259350bd1c0875", "message": "Added android plugin.\n", "proba": 1.281933350583131e-07}
{"commit": "5f61e690b5549f92b44bb01fdb25b837f90605f1", "message": "Split history main/java/groovy/inspect/swingui/TableSorter.java to main/java/groovy/swing/table - resolve conflict and keep both files\n", "proba": 1.666483484541459e-07}
{"commit": "be42388bdb7acdc5ddcfa1f9e896af96e5259485", "message": "Fix a null pointer exception in DumpRenderTree (issue 1792567)\n\nThe first test causes NullPointerException in DumpRenderTree because dumpAsText\ncould return a null string.\n", "proba": 2.3632320278466068e-07}
{"commit": "2995f95f0d13de9989e9998401468d7988e18896", "message": "fix build\n\nremove extra import\n\nChange-Id: Ia3f764e87bc412ec65da82f7ffd5c21f508229c4\n", "proba": 1.195936761178018e-06}
{"commit": "96b16d4177863b2b98198d1886de861550996cae", "message": "move boring stuff to bottom", "proba": 2.3989395003809477e-07}
{"commit": "bede922a12588bd78e2f9f8a60cca46814267b1f", "message": "Added PasswordMaker.java. Password generation complete.\n", "proba": 1.0602393274439237e-07}
{"commit": "2351290e9dcb18f470d374d6a433d0ddec569a9d", "message": "[Print] FIx permissions check", "proba": 1.8008550739523344e-07}
{"commit": "7e637849cde1005799c7c286db787bafbc231094", "message": "Add more ways to invoke AdminClient programmatically\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@252746 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.803804240007594e-07}
{"commit": "e1a1bbcf6dd410c353e869e0d391fd67199ed191", "message": "Oops. Forgot to add the new file in the previous checkin\n", "proba": 1.1996499438282626e-07}
{"commit": "20837c7ca3c79059b4abce66610b40be1fa132b2", "message": "Rework of GraphVisualiser look.\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@6350 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 2.397375737928087e-06}
{"commit": "a3aca1bb83903bcb6c17222e159ece6e5bd3932e", "message": "Calls to callbacks are now enclosed in try { } catch so that \"lower\" callbacks won't be prevented from running if one before it \nbreaks\n\n\ngit-svn-id: 50f83ef66c13f323b544ac924010c921a9f4a0f7@98 00569f92-eb28-0410-84fd-f71c24880f43\n", "proba": 3.2604111765976995e-05}
{"commit": "66af54769488147c3cdca018171277552a5d8159", "message": "Add hashCode(), equals() and toString() to Order entity\n", "proba": 2.4220515115302987e-05}
{"commit": "7ed682e8cdc009af5d24252d0e12df802814aa3d", "message": "added more buffers\n", "proba": 1.9298809661449923e-07}
{"commit": "4f4c9c7b232e7440e540157dc25bec3011a732b6", "message": "localHumanPlayer\n\nHuman player for non network condition\n", "proba": 2.275454420441747e-07}
{"commit": "275a1f4cfb641b746a3abda1c2f019ca009ba2b7", "message": "Better handline of exceptions in RunRPLTest\n", "proba": 1.5672192432703014e-07}
{"commit": "8a39049a937d6adbf4fc93bad1c14814b9fe91fe", "message": "Create RedoCommandTest class\n", "proba": 2.8920126737830287e-07}
{"commit": "90452794dc8c8cfa95252cc90d7e3470ab5496d0", "message": "Test for MathUtils\n\ngit-svn-id: 17e42e1b38baac66ab68ec9830049dead5ccbb9b@311 291d795c-afe8-5c46-8ee5-bf9dd72e1864\n", "proba": 5.724506308979471e-07}
{"commit": "f64558bb9ed1d95e8a21d1cfd66bf24f5c6e9905", "message": "am fa198473: Merge \"Add AudioAttributes to stream type conversion\" into lmp-dev\n\n* commit 'fa19847302d7ecc5cf0e3342852ff40945acf309':\n  Add AudioAttributes to stream type conversion\n", "proba": 2.3385324254832085e-07}
{"commit": "e9c19a5a8e020b11935511b37f51f9007994f4b6", "message": "AudioAttributes: implement hashcode and equals methods\n\nChange-Id: I3245c38d9413ba7590811a038db54628424a420e\n", "proba": 2.762041958703776e-06}
{"commit": "265551de7210324d73c3985aa07ddfd8c79b94e7", "message": "Resolve ringtone Uris using Context user.\n\nThe Context passed in has already been tied strongly to a specific\nuser, so resolve Settings based on that user.\n\nBug: 27568161\nChange-Id: I1365c25f97c4177afe592d7c9f410eab777110e7\n", "proba": 4.475794867175864e-06}
{"commit": "1dea2349e3fccbe58e066bffa7f2ea8f7c427def", "message": "add file for chapter_003_4.1.1\n", "proba": 3.291731900390005e-07}
{"commit": "01fd920993cb19abe9b9456232e80e130054424c", "message": "Fixing issue caused by navigable set\n", "proba": 1.6516140988187544e-07}
{"commit": "7695d37b38d9ffa8e260537f156939e169276da0", "message": "am 24336555: Merge \"Clarify the intention of setNotificationsShown\" into mnc-dev\n\n* commit '24336555658377383a1b4a1a22b1f24346b5ff68':\n  Clarify the intention of setNotificationsShown\n", "proba": 5.886596682103118e-06}
{"commit": "dc7f58a75c603113c11a847c5892b99cb999edc3", "message": "Initial import of ThreadServiceWorkerJob -- a class that implements the same functionality as ServiceWorkerJob but may use multiple threads.  Right now this is just a copy of ServiceWorkerJob.\n", "proba": 1.0226878544017382e-07}
{"commit": "3f56ccdbab04d1f4f18e180eff7adfce9b89e944", "message": "Source Refactoring\n\nSource Refactoring\n", "proba": 2.641431819938589e-07}
{"commit": "0491ad3c53dcea90191927a7db75d2aba595beb1", "message": "add testcase for issue #3465\n", "proba": 1.6445757466954092e-07}
{"commit": "b3afe3aa3c6eca6cbceec55328c1df9227700628", "message": "Solved 122\n", "proba": 3.858228228637017e-05}
{"commit": "3bf7b948326b1720632e1e3dfca7b4139aa9ce48", "message": "[TOOLS-1893] Intermittent test fixed\n", "proba": 1.1905345331797434e-07}
{"commit": "7bb8e74e1371efc33c92ac063b17f541d48f1299", "message": "Add test on value methods of values assert", "proba": 1.083016059055808e-06}
{"commit": "65bb02ca496d43d75c1e2dc3e16e4d5a59b84c1f", "message": "add class Duplicate\n", "proba": 3.494136990411789e-06}
{"commit": "a7516f1d1a5028fec5745652065db00c4a6facc6", "message": "cleaned up imports\n\n\ngit-svn-id: 29aad96320b2a07b98332cd568fc1316025c072f@874 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d\n", "proba": 1.0594394552754238e-06}
{"commit": "ebe1944e44fd5c723434c20c97136bad0c12be3d", "message": "trying to optimize thread pool, resolve possible connection leak\n", "proba": 5.053575478086714e-07}
{"commit": "f76cafd59b7098e81e74524347b5144dc50c5689", "message": "added more tests\n", "proba": 1.1879939876280332e-07}
{"commit": "35893676db38e6fb057de15e639e0a7d1ff71c24", "message": "Leetcode 1616 Split Two Strings To Make Palindrome\n", "proba": 4.7743527829879895e-05}
{"commit": "9e29c76f8e0b9da02571b7376493b2e1974aed1c", "message": "Add an eventStore bean to the real DB\n", "proba": 2.0166189642623067e-06}
{"commit": "803e7bca56ece5653448a07d4801602a7693d5f5", "message": "Added executors tests\n", "proba": 1.5738423542188684e-07}
{"commit": "d413ad1f87a331534b80a94063d4f5c71f157566", "message": "Implemented the DefaultQueryMapper for the DefaultQuery\n", "proba": 2.1920595827396028e-07}
{"commit": "6d98b4a4f4cc26734ba745c098bf8a80ad6de07e", "message": "Defines default values for Cf\n", "proba": 3.2391594118053035e-07}
{"commit": "47efafa76824a6a13f23f06e704316076a78a536", "message": "CAMEL-606. Added missing unit test. Applied patch with thanks to William Tam.\n\ngit-svn-id: e3ccc80b644512be24afa6caf639b2d1f1969354@670393 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.1132622407549206e-07}
{"commit": "a5a817d1f88ed0e3d243f03d6d1b18d2a1eb617f", "message": "PDFBOX-2211: sample code to create PDF with type 2 shading with type 2 function\n\ngit-svn-id: c3ad59981690829a43dc34c293c4e2cd04bcd994@1610857 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.89823952673396e-07}
{"commit": "30dce58d09871901feecacf7ce25ae898883eab8", "message": "Restored AssetIdUtilsTest.java\n", "proba": 1.0912104926319444e-06}
{"commit": "0477d5f7ac7225eb034fd32cc3ba84b92a5beb7b", "message": "Fixed NullPointerException when hash was empty\n", "proba": 5.769954896095442e-07}
{"commit": "6a7b94fc2c355fd683666b1c78d97de1994aac6c", "message": "RTC_1999519, IRIS coding task, Unit test case testGetAllHeaders() added for New method getAllHeader() added for Enhancement 1990960\n", "proba": 2.2678935351905238e-07}
{"commit": "26021d849e60860f206b63390b7eaa53b9b98b48", "message": "abstract root of policy plugins\n\n", "proba": 1.3784220982415718e-06}
{"commit": "11c410b7199c1776f336a4400e92258446837f72", "message": "am 396da07e: am 6c9001fc: am 52fbf583: am 35066219: Merge \"Fix network name not showing in QS sometimes\" into mnc-dev\n\n* commit '396da07e7992f8a5877162d40ba02dd0e0987fc4':\n  Fix network name not showing in QS sometimes\n", "proba": 2.976346138439112e-07}
{"commit": "fb1a9a5924fa08cc638da7f8596a3ebe64a23f5a", "message": "am 531969da: am fcb34b41: am 850e5ee1: am a5c0c209: am 4218e46a: Merge \"Initialize network name better in NetworkController\" into mnc-dev\n\n* commit '531969da9932d4dce87c55718019215be19a7404':\n  Initialize network name better in NetworkController\n", "proba": 4.838536256102088e-07}
{"commit": "2fe2e4fd2a66e6a6ddc1c64cd269ac5c0d83b428", "message": "WEB-21129: don't dispose popup on gear menu click\n", "proba": 2.778877501441457e-07}
{"commit": "625aaba98a7f2880b8cf08040688826ca1f08a3b", "message": "Adding some utilities for loading/calling SPs over an LdapContext.\n\ngit-svn-id: 5c3b06693d750a6aefbf1081b6b7d57c0165fdb2@415447 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.8235953070397954e-06}
{"commit": "d60f6e71c45c2972373f88c56ccf79eb0b85d6c8", "message": "BSM: add option to read data from a SPI device (like the MCP3008)\n", "proba": 1.1213042938607032e-07}
{"commit": "279f8c8e07110f0fef10f82dcac5a694ed31351c", "message": "fixed javadoc\n", "proba": 5.500449447026767e-07}
{"commit": "ec7159354309d43db3423eb1f88682914f6988d5", "message": "Added slerp functionality that works with gleem.\n\ngit-svn-id: 149221363d454b9399d51e0b24a857a738336ca8@717 1f7349ae-fd9f-0d40-aeb8-9798e6c0fce3\n", "proba": 6.100252676333184e-07}
{"commit": "75ac85ed029649c3ebccdfd380c55bf017305754", "message": "Introduce utility class that provides access to the default font\n", "proba": 1.7924969597515883e-07}
{"commit": "c7dd794fd0ecb67dccb751abc0ac49940fa664ae", "message": "Add getter and setter for ChannelsInclude\n", "proba": 1.7844858746229875e-07}
{"commit": "cafa42b834cdfa7c4d4f29b0e2de5030d0aadebe", "message": "changed default values\n", "proba": 1.734789520924096e-06}
{"commit": "a9f332fddb5ff70338527c1ddad3ca40dca70d6d", "message": "Add simple calculator test application (#12444)\n\nChange-Id: Ie2880c9321f46a004e53ca0fa08aa43f840e6a5d\n", "proba": 4.984430574950238e-07}
{"commit": "cbe38ee5115ce7971f807ddc726ab284bd9bff92", "message": "Add the debug lib.\n\n? that debug removal has been pointless for so long", "proba": 0.00030870691989548504}
{"commit": "fac86d11b6ced8785e4fa9294d97879aa64dbc39", "message": "(Regular Expression Matching) [Accepted]\n", "proba": 5.74862156099698e-07}
{"commit": "299039506a0c9c1121a7853e14f0b4b7616fd07e", "message": "Settings fragment. Now can go back by pressing the arrow toggle button.", "proba": 1.0783745096887287e-07}
{"commit": "5e3072943df4f26947d50a0f5f596f823efedec6", "message": "test sql", "proba": 0.000122330806334503}
{"commit": "33537ed70ac3082fcfb6b1fb05f0e28c7d24e1a8", "message": "KRACOEUS-1440: complete budget should be read-only\n\n", "proba": 2.0144496204466122e-07}
{"commit": "939ff8df6fc38a6d7942558529b815e745d53c92", "message": "Added display of categories for include-feeds component\n", "proba": 1.373608427002182e-07}
{"commit": "9a40c2e05fa64e8203ccd15b9b21f6a18db5ef37", "message": "\uad04\ud638\uc218\uc815\n\n\uad04\ud638\uc218\uc815", "proba": 5.411822030509938e-07}
{"commit": "b83192c165eb1f95abe93712f88f4c686887d66b", "message": "simplified return\n", "proba": 0.9996253252029419}
{"commit": "9833fafe494be12e0aaac95c633b39712c0d29a6", "message": "task #1096 added\n", "proba": 4.34415312611236e-07}
{"commit": "610770d7129a33fdca5c23939f9ee0a80d0322f9", "message": "NPE in BluetoothSocket.write()\n\nIf calling connect succeed, we should not see this NPE.\nAn IOException may happen after call BluetoothSocket.connect.\nIf you still call write after the IOException,\nyou will get this NPE.\nadd NPE protection for possible wrong calling sequence from application,\nTo make bluetoothSocket more error-tolerant.\n\nbug:12104154\nChange-Id: I7fa4e847b500ca9b9d2a43df432f31a1bb016c0a\n", "proba": 2.032829115705681e-06}
{"commit": "d805e374c22ce7d0426efb08b38aa44a3633027b", "message": "am 24b8947f: resolved conflicts for merge of 603f987f to jb-mr2-dev\n\n* commit '24b8947f62d9bdb91aae408894faa5fe59564e46':\n  Doc change: Fix typo DONT_DELTE\n", "proba": 2.7548260277399095e-06}
{"commit": "ab06923576d4a49bc84c94badfcebcb7f6b103a8", "message": "Treat RTM_DELNEIGH as a transition to NUD_NONE\n\nRTM_DELNEIGHs can happen naturally during garbage collection of STALE\nentries, as well as when an interface is going down.  All other\ntransitions of interest at this time pass through FAILED.\n\nBug: 18581716\nBug: 21531726\nChange-Id: Ib2a731dd6ad6ece478df6950d4cc7752588328a4\n", "proba": 7.421942314067564e-07}
{"commit": "f12612c8e24cdccc390e69e7623af793c79b4c36", "message": "am 48c78cfb: am c56668eb: am 3ced9617: Merge \"Use original path if translated path doesn\\'t exist\" into mnc-dev\n\n* commit '48c78cfb9e9c055ee97be0aaac02832f758ee396':\n  Use original path if translated path doesn't exist\n", "proba": 4.7095608124436694e-07}
{"commit": "3e4ea33f087926d9039f7b4428dc967a8e760209", "message": "am 4f6d0cbd: am 7258e6bc: am 1fc7e59b: am 14233ee5: Merge \"Doc change: fix minor typo in ContactsContract.RawContacts.\" into jb-mr1.1-docs\n\n* commit '4f6d0cbdd9372754b1b5b112e2b724b3852ac12b':\n  Doc change: fix minor typo in ContactsContract.RawContacts.\n", "proba": 1.9208964374684e-07}
{"commit": "fd679e4b39002bfe7d0f51de85e870a18e4d5d8d", "message": "am 40ae1bda: am adb93889: Merge \"Delay starting scale gesture events until a touch slop threshold\" into jb-mr1-dev\n\n* commit '40ae1bda1e1c346ece55727fdae76f9c0b8a86a7':\n  Delay starting scale gesture events until a touch slop threshold\n", "proba": 1.5405222484332626e-06}
{"commit": "3e5e6aced9848d1ce09082c72ba5cc422064d8ea", "message": "Fix bug 3497341 - take list padding into account when drawing\nExpandableListView indicators\n\nChange-Id: Idf4d4f28f495a453b871ac7dbe7059f38812ff87\n", "proba": 3.373049821675522e-07}
{"commit": "1a10119b3de42eed617f4f258ed00783bd22abf0", "message": "Adding locales for the new texts and messages\n", "proba": 5.381185133046529e-07}
{"commit": "717ec175185bdc4a8a56965743980132f620d2a7", "message": "https://oj.leetcode.com/problems/candy/\n", "proba": 7.676696895941859e-07}
{"commit": "c3f128a8f3b3890e8dfc09422febe16eedf5fc73", "message": "addRep and setSysRep were inverted\n", "proba": 2.164426405215636e-06}
{"commit": "3e315c5e37247abffd41f9fe6d4a38a498c5197d", "message": "recursive version of LPS\n", "proba": 6.835177259745251e-07}
{"commit": "4b266ae260850c2e0649c9eb1b07e79cbb6ba981", "message": "Praktikumstermin\n", "proba": 9.00795441793889e-07}
{"commit": "1bc51a8f9f65ac9e185a76e765fa3ccad4a6bf84", "message": "Create Valid Number.java", "proba": 2.3490831608796725e-06}
{"commit": "6535ed05fffb1f88bd0ce3d0c892abe6ef098736", "message": "Create balanced-parentheses.java", "proba": 0.00260679773055017}
{"commit": "bb4aa43f23d38fe30d0e0ee90bdbbc98406f5d0b", "message": "Added HomeController to resolve the Polymer app-route deeplinking issue\n", "proba": 1.5139160325361445e-07}
{"commit": "2c0eaedbfe397565b91e67daa5886f97fcee304b", "message": "homework 17\n", "proba": 2.210655765111369e-07}
{"commit": "298e5dcc5c469fa071023dbe36ba82b4f23164be", "message": "fix bug\n", "proba": 6.400653660421085e-07}
{"commit": "fbdfb0c838aa15d230d179f7cfab864de2f6e857", "message": "Refac test\n", "proba": 3.002224957526778e-07}
{"commit": "3f8af6d7dc3c0ce1bd7f5a6b936d1245052f5beb", "message": "Adding curation task DataPackageInfo\n", "proba": 1.1860364793392364e-05}
{"commit": "597956288bf5fbf8a658451e99cfcc28f73158b4", "message": "refactoring: introduced initApplicableTypes to AbstractCortexModelDomWorker and removed old configuration with spring\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@6905 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 9beb69c1e7913089bdcb904d61f34bc005d35454", "proba": 3.5974758247903083e-06}
{"commit": "dd27b762eadfd35f62e085364042884267e9d8d5", "message": "final_oop_parentheses\n", "proba": 1.3056765965302475e-05}
{"commit": "84522f53bc3b4b3cd69d6bfe11d5465a75140e41", "message": "Prototype periodic vectors function: produces a parallelepiped image shell.\n", "proba": 1.2205119048758206e-07}
{"commit": "cebdcdc0dc824a13a6319ced7e2988e597089639", "message": "CeylonModelLoader: sorta handle wilcard type\n", "proba": 9.310131190432003e-07}
{"commit": "00354cf1d806513ea63cb7adbea28ccc3937d699", "message": "Overloadable is gone", "proba": 7.565822670585476e-07}
{"commit": "14ec4f03932cc09cb8b3cbb1ae41e4e3b1f90509", "message": "Test correct length of member expressions\n", "proba": 2.15853942791e-05}
{"commit": "d68701c161f7cc60bc1989749c5452b5206bac55", "message": "INTEGRATION: CWS hsqldb1807 (1.1.2); FILE ADDED\n2006/12/04 11:48:08 fs 1.1.2.1: #i71859# not yet part of HSQLDB 1.8.0.7, thus checking in here\n", "proba": 1.2968860119144665e-07}
{"commit": "95b06f156e0b72c5eee46396d31c8289ae31646c", "message": "At least one test exists for all methods in GenericTopLevel class.\nCode Coverage stats for GenericTopLevel class : start-53.9 end-71.9\n@date 5/10/16", "proba": 3.9070565094334597e-07}
{"commit": "37e50cd7fd893ec50004b652b4dddb026f2e9f3a", "message": "Create wordsWithoutList.java", "proba": 0.0005975127569399774}
{"commit": "db1d94d5f146a61e8cdef344fb37ceff5f5007a0", "message": "Commented out a print line that was used to debug.\n", "proba": 1.1353455420248793e-07}
{"commit": "9315356b42aa29154aeada7a2258938bf17541ae", "message": "Add SoftKeyboardUtil\n", "proba": 8.342151431861566e-07}
{"commit": "bee248769d51adb335b71b329b3d7813c5c71851", "message": "StrictMode: dropbox VM-wide violations (e.g. CloseGuard) async\n\nTo be clear, the dropbox violations were already async in the\nActivityManager, but the Binder call was often 30 ms anyway.\n\nThis optimization was already done for per-thread violations earlier,\nbut was never done for VM-wide violations because they weren't common,\nuntil CloseGuard came about.  Now that CloseGuard fires a lot, apply\nthe same optimization to VM-wide violations.\n\nThis CL also addresses a concern of Dianne's earlier of too many\nthreads being outstanding.  So now there's a paranoia check with an\nupper bound on how many outstanding ActivityManager calls are\nin-flight.\n\nChange-Id: I95e0816105ab862f0f241052b149c9a46a70ce9c\n", "proba": 1.388890541420551e-05}
{"commit": "9bb3dacbf9da4dae2cc0585c2e382c8b29476d32", "message": "Fix NPE in StrictMode handling.\n\nBug:17875462\nChange-Id: I0bf31abe2d07335addd57976aca110565bb63cc4\n", "proba": 5.064004653831944e-06}
{"commit": "1aba843dc327490a749059bcddff90e8048ed75c", "message": "am ccc802e1: Merge \"Support quoted parameters\" into gingerbread\n\n* commit 'ccc802e12be64248c2c6822eb36a957435a06ef2':\n  Support quoted parameters\n", "proba": 4.822403525395202e-07}
{"commit": "809cdd579abb8193f24a223de12f7b5c291fe757", "message": "am 84005b40: Merge \"Use hint text to position handle / floating tool bar popups\" into mnc-dev\n\n* commit '84005b40499c0e9cc914afd69570c1f78c92b8d1':\n  Use hint text to position handle / floating tool bar popups\n", "proba": 2.852941065611958e-07}
{"commit": "6cda1e28e3fc753d5e55a857bf827da87233a107", "message": "Fix: End handle disappears when the selection is short.\n\nHandleView#isVisible didn't use getHorizontalOffset; thus,\nthe position is always computed as if Gravity.LEFT is set.\nAs a result, isVisible can be wrongly false for the end\nhandle and the handle is dismissed.\n\nBug: 20480054\nChange-Id: Ib3242000bb98ae28e0cb37bf5b05069754abbfc6\n", "proba": 5.520168542716419e-06}
{"commit": "c21fbcc6d0b0efe217b00c1e390cad95507a83fa", "message": "Added AllHabitsTest file\n", "proba": 1.6448612427666376e-07}
{"commit": "97fcf2320c4539a8183add40f3236872937aa064", "message": "Size of node (radius) should scale with size of diagram\n", "proba": 7.471363119293528e-07}
{"commit": "3ed6d906bfee2a968f3e28e6e86cad6b6e9ea590", "message": "Possible Next Moves If Current Position Is Anywhere Along First Column\n", "proba": 1.580822157620787e-07}
{"commit": "fd5d4ec13f57002ea59d89b0d84fc022c6b1536c", "message": "Create instanceOf.java", "proba": 2.653875071700895e-06}
{"commit": "eb63ad26ec09dffd9f5fb378401981e57da4fde4", "message": "[Java] Radix Sort (#211)\n\n", "proba": 1.2487979006436944e-07}
{"commit": "94f23792a0fee537e750a8cd64e818e886a45601", "message": "LevenshteinDistance\n", "proba": 1.5542135543000768e-06}
{"commit": "8b6fec9c11047f389a994d2ee03fcf5032c6b4ff", "message": "Changed TipCalculator into object-oriented program", "proba": 2.720294389746414e-07}
{"commit": "e7df6153e1f459b3aca51fe56d2414c264b6edcd", "message": "Added code for edge/edge collision constraint. Thank goodness Maple can\ngenerate code!\n\n\ngit-svn-id: a58cbee154157db216ea9cabc74ae3f0d9b0b68c@1258 3ab4d77f-209f-454f-af32-ffe4b78d429c\n", "proba": 7.771717355353758e-05}
{"commit": "1ae011254e2803f9a23ee9e9d061d8ce0e263a67", "message": "done  Implement c\u00e1c business rule v\u00e0o code c\u00f3 s\u1eb5n. #344\n", "proba": 0.00013767222117166966}
{"commit": "1346941c29b8b9c3258ac91b8107f41d5c0ce9b2", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "b34ffb1fb2af6b18a4272dcc951b2f4294c75317", "message": "feat: relocate Opencensus configurations from java-core to gax (#1646)\n\n* feat: relocate Opencensus configurations from java-core to gax", "proba": 1.276748093914648e-07}
{"commit": "7d5b4c4199b14ea1efd9ce30e3f71a230fe4273a", "message": "Added test cases for FlowCatalog\n", "proba": 1.2555246087231353e-07}
{"commit": "5b48260105fc787e5e06fcf90a0865123899cae6", "message": "SDC-2219. SDC Lz4Codec impl uses wrong Logger\n\nChange-Id: Id10a1b3df29d1f4253b2ae30bb9fe0145215e2d4\nReviewed-on: https://review.streamsets.net/1795\nTested-by: StreamSets CI <809627f37325a679986bd660c7713476a56d59cd@streamsets.com>\nReviewed-by: Alejandro Abdelnur <eff6e25af3161e538583c5301201d7b17f64867c@streamsets.com>\n", "proba": 3.8984327943580865e-07}
{"commit": "df7fbc4cb9bf59d75ba27b9a5dc5f547f14dc448", "message": "added default marker to och\n", "proba": 2.2129337651222158e-07}
{"commit": "c1e1550f89ee97b44d659c0a50bd151c04fb0554", "message": "XLCLOUD-215 Listing groups returns only groups now\n", "proba": 1.0576136588724694e-07}
{"commit": "47a16a7149548f0756e943fdd63c22217b08163d", "message": "add a test for guice config and definition modules\n", "proba": 1.7515068861939653e-07}
{"commit": "c0a47e943f5d024f5656fbd69123d060e227b285", "message": "Delete DistanceBasedSearch.java", "proba": 6.728681682943716e-07}
{"commit": "7620d444c97c9b97bc6a8f26e2a89beb5009aff6", "message": "Fix compile error.\n", "proba": 6.529031111313088e-07}
{"commit": "88c884734f906bb0bdf286058cf76904358907e3", "message": "test json stuff\n", "proba": 1.1380126352378284e-06}
{"commit": "ff1b39ae62abf16a41647dfcbda5c3127b32597d", "message": "Added test codes for DetachedListRef.", "proba": 1.0754905588328256e-07}
{"commit": "3a681877d852309caace23ae10cf2f2da319940f", "message": "Create ControllerAdapter.\n", "proba": 1.4209398102593696e-07}
{"commit": "aeeba77554aef7fa7b3da8c4c41f334a749d481d", "message": "Good question\n", "proba": 0.0030120599549263716}
{"commit": "8f62ba160d67d2be9ea0d5506efc631cfe8d7280", "message": "fixed Unsupport Method Exception\n", "proba": 3.558457137842197e-07}
{"commit": "4f817e687fd4966d8ad21bb624ad0ab024007990", "message": "o Fix Checktyle errors.\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@476833 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.155262336600572e-06}
{"commit": "6797e998a5f31f96f1be33fcf1db026e7ee7d254", "message": "Vijay - 2017/05/05 - spring cloud, boot, microservices examples", "proba": 1.3025903911056957e-07}
{"commit": "cc0bf2d9126544a17dd8282074e06b7cdb6b4906", "message": "(no jira): Expand the documentation for attachClasses.\n\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1211886 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0017245500348508358}
{"commit": "52567e757ea297236082f551e71d41fe377a14ce", "message": "no point in deprecating this, still need a var to take final name from.\n\ngit-svn-id: 1b1bd56198eea75e2feaddfcf5144d1f89605d86@293322 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.000975834671407938}
{"commit": "2ded9640d6e6e1f78178eee9fadbc839c78bd841", "message": "an initial mojo for generate users.", "proba": 1.2316104402998462e-07}
{"commit": "df3a82eae1d6152631a746833200abab00975753", "message": "Initial Version of Router\n", "proba": 1.5951819420934044e-07}
{"commit": "f92303a65d7afaa7ef5bea1abd2c938e7b06e3e5", "message": "setting window title\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@359942 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.537577744187729e-07}
{"commit": "098aec0adecc5574746dbfb937eeb6926c11b7d3", "message": "remove deprecated css/images directories in site plugin\n\ngit-svn-id: 1b1bd56198eea75e2feaddfcf5144d1f89605d86@293323 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.250314310003887e-06}
{"commit": "9d6209064ad7924325ff55c8f4b61f4b26e93e02", "message": "revert ... err", "proba": 7.683254079893231e-05}
{"commit": "6bf21c3a06c9f08a650d5f2aadd29389c636fb1e", "message": "am b762a9a5: am bb55aa1a: Merge \"Fixing issue with empty Recents screen.\" into mnc-dev\n\n* commit 'b762a9a579eb4dd8f58932d4f1284cae7727cd00':\n  Fixing issue with empty Recents screen.\n", "proba": 1.4752922083971498e-07}
{"commit": "9e72c3e99838d614057c2559020ced37db42c37a", "message": "added a very basic check to avoid unnecessary LFU eviction if we are not in shortage of free buffers\n\ngit-svn-id: 4c9d3fe6b7b6c0d9eeb10ce04f5d3c1083d3aa64@1185815 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.429966331073956e-07}
{"commit": "1dfe2690a0d462fc1d6c1b4906f9a34ef9c296a5", "message": "app service data - needs tests\n", "proba": 2.906209886077704e-07}
{"commit": "a43f03a9bf4d8201f0a0304066c906de52e38bd2", "message": "created centroid finder class\n", "proba": 1.9143494967011065e-07}
{"commit": "602c7d1f2ce131ad3eaa37421e811781a5bd9a75", "message": "peakRate counter unit test for logic plus one thread-based unit test", "proba": 1.361426171797575e-07}
{"commit": "35593f21d6d3a583a67e35900480612bff3dbaec", "message": "logging (debug) interceptor cache\n", "proba": 7.680790758968215e-07}
{"commit": "513829fdae6b4655747feccbfe1f3d82953cd5e2", "message": "projection for detailed properties of service instance nodes\n", "proba": 2.064645343580196e-07}
{"commit": "543b38d2abf66aa3d724c14d8458c086eb0888d6", "message": "adding client mojo\n", "proba": 1.7749675862432923e-07}
{"commit": "4421be68c8203b2e44b5a8d414fa8f8cfdf93a02", "message": "+ Changes due to renaming of packages in wavellite-operator from\nobservation/situation to translation/acquisition", "proba": 1.1258024557037061e-07}
{"commit": "25de860ea2dae711f56c29c4ca0d6b9ba5bdea7a", "message": "Added ACT/ACT AFB day count convention.\n\ngit-svn-id: 67a55e656427d4d95711d9444b3d4488f7ae1ad4@578 48fcbb9e-5639-0410-8b25-842128a4905d\n", "proba": 3.9833716414250375e-07}
{"commit": "db432538796d96b5af666ce776db51d4571dd18e", "message": "[VTK-1595] remove TODO\n\n", "proba": 4.5548091520686285e-07}
{"commit": "9f5d42ad95a4222102e027b7a76b077a38cb1587", "message": "add new event to alert show calendar\n", "proba": 2.558928429152729e-07}
{"commit": "8532a2a101d12b0119293696e19d010c12196eb0", "message": "Add MarcaRepositoryTest.java", "proba": 5.435133516584756e-07}
{"commit": "7746b3e09b265056d7a38d9c559c11e46f366b2e", "message": "DC5PO-3 added unit test\n", "proba": 3.168270268361084e-07}
{"commit": "a344fe135f853ba0083cc269200f0b8aa5e30848", "message": "Added very basic test coverage for TangentGenerator\n", "proba": 1.171893657669898e-07}
{"commit": "dd1d7f5dcce02a4d9f98f17b76722b15cf9985c7", "message": "Added logs to RegisterWithMpnService\n", "proba": 1.780557425945517e-07}
{"commit": "6570802ce0aaab154d5b5e3ba19ab072525e6993", "message": "Initial ConcurrentConsoleInput tool\n\nProvides non-blocking console input.\n", "proba": 1.5089949556568172e-07}
{"commit": "9c8bbd75ed70fdb73daa7ee6a61732b7dd95529c", "message": "fixbug: \u4f7f\u7528LOOP\u65f6\u7ebf\u7a0b\u6ea2\u51fa\n", "proba": 1.8604443141612137e-07}
{"commit": "d1d750f1ec55616168c1e9923c5cc88c413d148e", "message": "Added Problem0015\n", "proba": 3.67030139614144e-07}
{"commit": "413c925609b1e01fe469ed49c2cd4542398048e3", "message": "Documentation: Slight javadoc clarification of `Item.getId`\n", "proba": 1.1265811394878256e-07}
{"commit": "600acee494f64b5b776e78b97ada57b22b892696", "message": "\tnew file:   src/com/company/DB.java\n", "proba": 2.345672510273289e-05}
{"commit": "9f082b7b8b5e35955b3eff7f9e26d9ef80dc8e4d", "message": "Added tests for Functional class.", "proba": 1.2407399196945335e-07}
{"commit": "5846ff4f0ae559174e72ec4c5153a843ce252cf2", "message": "add package\n", "proba": 1.3008030919081648e-06}
{"commit": "804f99b14d8938506a9cddd21e4fe8f136145d99", "message": "[New Tab Page] Fix NewTabPage.TimeSpent for corner cases\n\nThe implementation incorrectly assumed the tab is visible when\nonLoadingComplete() gets called. Similarly, it assumed the event\nonHidden could be triggered only after loaded. Both assumptions are\nwrong if a tab switch occurs while loading.\n\nThe scenario is unlikely and thus shouldn't influence much the\ndistribution of NewTabPage.TimeSpent except for very high percentiles\n(since those events contribute with huge numbers, details below).\n\nWithout this fix, recordNTPInteractionTime() could be called prior to\nthe first call to recordNTPShown(), which is subtly responsible for\nstarting the time counter for NewTabPage.TimeSpent (mLastShownTimeNs).\n\nmIsVisible is now renamed to avoid related confusion, since it's\ndocumented to represent whether a NTP is loaded *and* visible.\n\nBUG=\n\nReview-Url: https://codereview.chromium.org/1965763002\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#393225}\n", "proba": 0.004287715535610914}
{"commit": "5b8d729b7bc903a427c6505a861cd5ef622dd846", "message": "Cria\u00e7\u00e3o do DAO de PalavraChave, m\u00e9todo inserir", "proba": 1.9148899355059257e-07}
{"commit": "94f65fc2154a7c0decff59a000bd01e9970f3fb4", "message": "add Test1 on branch 5.5.", "proba": 2.0673327583153878e-07}
{"commit": "1509356eeb0ddc3d7c6432096617816812122f1d", "message": "Don't generate `main()` methods for native headers\n", "proba": 1.527743847873353e-06}
{"commit": "e4c5f5ec5abb4be03a907d6445d00970acf44b6f", "message": "Only use the PhasedUnit objects that correspond to given source files", "proba": 1.7672114438482822e-07}
{"commit": "2076fbf70d28f7f82350aeda6c93f2bbad197155", "message": "misc cleanup\n", "proba": 2.683494244593021e-07}
{"commit": "f4e16fb97127797fa77d22ae85498eff93127ce8", "message": "Create HolderArrayAdapterItem.java", "proba": 7.683266858293791e-07}
{"commit": "a6b0171f6cec46d5858abb02364a7beda296f2b3", "message": "Durch Merge verlorengegange Datei wieder hinzugef\u00fcgt\n", "proba": 3.9500778825640737e-07}
{"commit": "9ddc1b8f5a88021dadad5984705d3edb0cf23230", "message": "Fix merge #2\n", "proba": 7.893129350122763e-07}
{"commit": "98c155e60cc04483c23238927052dc8737d63602", "message": "new code; ppcode exception vernacular for instance creation; UNTESTED", "proba": 2.501234348528669e-07}
{"commit": "f531ce0d1ebed50ece87f75506fd176020948539", "message": "Supported CEStrValue\n", "proba": 6.20013622665283e-07}
{"commit": "35ed61592ba9741adb8e51a7e5640087b83d6295", "message": "add HttpUtils.java file back.\n", "proba": 1.1615868800163298e-07}
{"commit": "8094ec9d7045d5b7311926699b07b5c97cd0dd96", "message": "first cut of Signature SPI to auto-convert EdDSA keys if possible.\n", "proba": 1.0343010359292748e-07}
{"commit": "74747ba9388406dcffbafc8862320eb0b7961231", "message": "Add implementation rule Rgaa32017Rule010402Test\n", "proba": 2.6263757035849267e-07}
{"commit": "b0f24c38a13cd0d9611ae4890b529d627abe8503", "message": "Add implementation rule Rgaa32017Rule041602Test\n", "proba": 2.201890225705938e-07}
{"commit": "e54669b4dbd9b6ad08c86195258044a60f29fc16", "message": "Add implementation rule Rgaa32017Rule110102Test\n", "proba": 2.4019382749429496e-07}
{"commit": "3f1b2518bc1207a14016fec84364da45d3dfc048", "message": "Add implementation rule Rgaa32017Rule110104Test\n", "proba": 2.557050038376474e-07}
{"commit": "e273eb8e0b22cd7f0342c070351da45e4e9fda05", "message": "Add implementation rule Rgaa32017Rule111007Test\n", "proba": 2.9228061748654e-07}
{"commit": "53ca85c72c9a386efb062955084ccf19b02fa5ba", "message": "Add implementation rule Rgaa32017Rule120301Test\n", "proba": 2.334049611363298e-07}
{"commit": "b4b13f7606f45fcc2f991c3c99c3b9c64e114476", "message": "Add implementation rule Rgaa32017Rule131702Test\n", "proba": 2.581764420028776e-07}
{"commit": "bc3fc5fb64fe5195891d3fa2b191790c7a9dbca8", "message": "correction to the threshold separation criteria in the group finder:  had filtered for the max separation along same axis, but did not further remove using the true separation.", "proba": 1.229352761811242e-07}
{"commit": "4a22bbfceec1f5e3bce3fb9b43db5effadc62009", "message": "removed field we don't need.\n", "proba": 1.2355067724456603e-07}
{"commit": "cead4a88c19a7ad8deeb513e615b61e67a418009", "message": "Added StreamPlayerInternal\n", "proba": 2.46231536493724e-07}
{"commit": "ba647ecbb4b3678a6331eaebac0a523d35b3ee59", "message": "Make composition easier\n", "proba": 9.846128705248702e-06}
{"commit": "bc52676d5d2dfcc07db84df08d65cf155a6f123f", "message": "KCIRB-1651\n", "proba": 3.247969289077446e-07}
{"commit": "836b6f843a685de96c9376429b546b4c0202cff9", "message": "ProposalHierarchy : Doing away with the ProposalHierarchyChild object and making corresponding code and config changes. Re-adding MAINTAIN_PROPOSAL_HIERARCHY permission after it was deleted by KIM merge. KRACOEUS-3002 contains corresponding db changes.\n\nFixes KRACOEUS-3030 and KRACOEUS-2897\n", "proba": 1.9196292555534455e-07}
{"commit": "d950a1563d73d6cdc36996da67dcc6195c0d126f", "message": "KRACOEUS-6491\nPD: Missing sub-panels after adding Person with no address info \n", "proba": 1.18643832536236e-07}
{"commit": "1442a932fffa102057164085106d3b3f41906014", "message": "am da87c7c1: Merge \"Fix delayed wifi shutdown\" into jb-dev\n\n* commit 'da87c7c1eea9a054fd6842995df115113228191d':\n  Fix delayed wifi shutdown\n", "proba": 1.057927988767915e-06}
{"commit": "89bd2131beb22f14b0546d6ecdaa9524f16d8415", "message": "am ad4d2c99: Merge \"Remove work around for driver state change\"\n\n* commit 'ad4d2c99ed3a08a5090c38e9dd906df8fb894614':\n  Remove work around for driver state change\n", "proba": 4.153756378855178e-07}
{"commit": "bb9d80c378a057cddd82ef36bd87dde9f2c2e11b", "message": "fix Widget state\n", "proba": 1.133598630076449e-06}
{"commit": "fd9dd0da768cb563c0743e0505c2ddbc592c3caf", "message": "fix another little bug in slider\n", "proba": 2.294891601195559e-07}
{"commit": "c09f49322e8dfe8fcd427370450ba2445368e338", "message": "Test commit\n", "proba": 2.4716695179449744e-07}
{"commit": "65e6b27a3be6a35fda82a739692719a92b04a634", "message": "agregue falta\n", "proba": 1.7133565052063204e-05}
{"commit": "a615aabd2ae54bb299594d5081c86e048deaf6fa", "message": "se crea una clase de reporte con el fin de mantener la independencia funcional\n", "proba": 6.696034802189388e-07}
{"commit": "c37d8715ec6134b76d8b9a110966816e22765427", "message": "Hello World!\n", "proba": 0.0014622777234762907}
{"commit": "fbc798a5dfa4709394e5c2b68242e34e8a46c395", "message": "Update Main.java", "proba": 8.88287559064338e-07}
{"commit": "dd3f7994de76748a9fb49564443c98051ce874d8", "message": "structure\n", "proba": 1.4871446182951331e-05}
{"commit": "0531dd9a57c51ffdfee6547d1572a443febdd6be", "message": "https://pt.stackoverflow.com/q/131091/101", "proba": 9.339316875411896e-07}
{"commit": "14a8ba83e62a971dc0d5a19695f2ccaa1188b8ee", "message": "New class.\n\n", "proba": 2.181569414005935e-07}
{"commit": "28120a9c305ea6c1eb4ccaf5afa388ca197a24d1", "message": "J'ai cr\u00e9e une m\u00e9htode qui regroupe les attributs et les methodes en commun des classes Unite et Batiment entre autre nom, vie, orNecessaire, getNom(), getOrNecessaire() etc.", "proba": 1.2867960208495788e-07}
{"commit": "eb87b66eaa6dd8206c5ce6c46c7679112f1045a2", "message": "\u53bb\u6389\u4e00\u4e2alog\u4fe1\u606f.", "proba": 2.881842249280453e-07}
{"commit": "30e7453f7a2c6b32b28e3824aaf97c89f2cd4cbe", "message": "SimonStewart: Adding some docs for the stale element exception\n\nr14875\n", "proba": 1.6755302567617036e-07}
{"commit": "16d0f4c6e56aa74917bb6126328a214f7f68514e", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "109fc483419674a9e191ac145c4412d6e6f31d3f", "message": "Metadata for #1811\n", "proba": 2.1676413552995655e-07}
{"commit": "282bc3c43e82b9ba777f0bc67875f3da7222c45d", "message": "add @since\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1413204 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.9058866718733043e-07}
{"commit": "dc624936ab9d1bcc357658bb931711d76988786b", "message": "Added SmokeClick.java\n\nme/stefvanschie/buildinggame/events/player/gui/particle/SmokeClick.java", "proba": 1.697369356179479e-07}
{"commit": "0ef4af51ec5fadbd9de71a1abd6715df08907d5a", "message": "fixed the issue Axis2-2749\n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@551018 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.006696935401123e-07}
{"commit": "4fab57917a0f04f10ca5ef97e51c575fece36d76", "message": "cleaned up code\n\n\ngit-svn-id: 6d8cdd4af04c6f63acdc5840a680025514bef303@3739 4f21837e-9f06-0410-ae49-bac5c3a7b9b6\n", "proba": 3.047611789952498e-05}
{"commit": "fce6bf9eccc30ba17e3c61e438c05faf439fb7b8", "message": "add task3 in part4 chapter7 package2\n", "proba": 0.9998700618743896}
{"commit": "7b9bcf02e1954b48a80a9e43df5b25d875172730", "message": "am fd5cb76e: am 79490dba: Merge \"Fix reintroduction of b/10845061\" into mnc-dr-dev\n\n* commit 'fd5cb76ed654998df466147c19ec985115749e70':\n  Fix reintroduction of b/10845061\n", "proba": 4.262230675067258e-07}
{"commit": "bd8f9b802b9ba70dbf39335df22d9a8d57b7a1b6", "message": "QueryHelper\n", "proba": 1.2700726301773102e-06}
{"commit": "bba9b8f02d3acd7fdfbce0297aa0751f15113e6d", "message": "Added the old but proven SimpleCache with some improvements.", "proba": 9.934906586295256e-08}
{"commit": "4b5fb7a853c9ff0cb83bacf84451d3e22921e984", "message": "Initial checkin\n\ngit-svn-id: 789609e278efc0cd74c84a9bb7abaca0738de801@1087 817809c7-9d0e-0410-b92d-a7ac8b8adc13\n", "proba": 4.197343628220551e-07}
{"commit": "dd3deb7c9a1a58a8eac7278901c66b83a0cec45d", "message": "Create sample.java", "proba": 6.127283427304064e-07}
{"commit": "144ebb520c7edc6a1207bdc934c27f99f86accc4", "message": "Changed name to TestSideDirection\n", "proba": 0.0004923442611470819}
{"commit": "11a5edf0e4f59c1e37e1e410d763f6902a4554c6", "message": "Added read/write support for nexus obr repositories.\n\nTo use, install nexus-obr-plugin plugin to your nexus server.\n\nThen add nexusOBR plugin to the list of plugins that bnd should use :\n-plugin:\naQute.bnd.deployer.obr.NexusOBR;readonly=false;repositoryUrl=http://localhost:8081/nexus/content/repositories/obr/;username=deployment;password=deployment123;name=nexus-obr", "proba": 9.054411748365965e-06}
{"commit": "7eceff09ae56ba424dbcac99b8a43268f6cb4e48", "message": "ac2release - Main class for the GMSClient\n", "proba": 1.1385365183969043e-07}
{"commit": "9ab652bd6766f638c2d9d40bb3aa57d26830b5c4", "message": "fix\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@6460 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 0.009908012114465237}
{"commit": "ee4db5a6689bedcd8b1af2799bccddfdd3d091e4", "message": "removed some redundancies", "proba": 0.00014535080117639154}
{"commit": "e124f020b429a6bcad4c4efa44b3c50a94c0e51f", "message": "Facebook Id Check Function\n", "proba": 1.0962693295368808e-06}
{"commit": "77e28a46f3b66961efc3604439eab3c431186e0d", "message": "Read Sensor frequency doc\n", "proba": 1.7216869707681326e-07}
{"commit": "c09e8f68dbc760faf647fd565012b11c79c7bd8a", "message": "Make examples compile\n\ngit-svn-id: 811cd8a17a8c3c0c263af499002feedd54a892d0@2731 1c488680-804c-0410-94cd-c6b725194a0e\n", "proba": 0.0009212549775838852}
{"commit": "a29d7ffe3b5bb284c7456cbddd7adcc7f9cbd0e5", "message": "define explicit the header name in annotation\n", "proba": 0.00017985385784413666}
{"commit": "27ab2651517a2e2d1c5b06f11f563563ec820740", "message": "Simple offheap cache implementation over Chronicle\n\nThis is just a prototype of an off-heap cache over chronicle. Planned\ncapabilities of off-heap cache are:\n 1- Concurrent\n 2- Variable size objects\n 3- Persistency to db or fs\n 4- Indexing over object fields.\n", "proba": 1.195677441501175e-07}
{"commit": "2f78fa36fe06e14989211680f7011fd5442a6e7c", "message": "AppliedMemberClass is now compiled #2790\n", "proba": 1.1973709490575857e-07}
{"commit": "b3da635b63d66785b8a10b0ffb5ade9b8fb426d8", "message": "add java.nio.channels.Channels implementation\n", "proba": 1.0497051334823482e-06}
{"commit": "0dac865a606c1f4fd27b6526e444b6ce8d125abc", "message": "another one\n", "proba": 1.2733776202367153e-06}
{"commit": "1f699a5d6b6ac5560440315ba43d4315b7ebbedb", "message": "add router\n", "proba": 1.1618354847087176e-06}
{"commit": "549acd2d4cdaca4dcdd002cb209815bc5a689ea0", "message": "Update NetworkServer.java", "proba": 1.5612134802722721e-06}
{"commit": "ab868708d83b13fcb9cc12ff07d6d42a52c2652e", "message": "Another fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=43683\nThere was a short period where the context didn't appear in the mapper that resulted in some more 404s.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@667644 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.011719351634383202}
{"commit": "25f5ea96a743411ba171d62bdb002601a5663f1e", "message": "add RegularExpressionMatching.java\n", "proba": 1.5527779169133282e-06}
{"commit": "c7217fe40bad1045db6d9c3d9fecc6e2b59dc6d0", "message": "add null check", "proba": 1.1448422583271167e-06}
{"commit": "034959ecfc0c9b889bfe8d0cb3b5bc5ccd753624", "message": "INTEGRATION: CWS cfg04 (1.1.2); FILE ADDED\n2004/03/24 12:46:06 sw 1.1.2.1: #116063#\n", "proba": 1.222727803451562e-07}
{"commit": "9a712d4215967539f66a8438ea5a37721449235d", "message": "[FUSEQE-1371] Add after hook that saves server/integration logs\n", "proba": 1.2751733891036565e-07}
{"commit": "76c1ea7817a8f5db85522d0c9e9902fa89f8a052", "message": "Centered text", "proba": 4.1645085730124265e-05}
{"commit": "a40c8d8823b8963d5a8bff0c9bd0b0c1aa4f3bd5", "message": "\u0e17\u0e33\u0e01\u0e32\u0e23 implement InMemoryDistrictRepository\n", "proba": 2.3292020046028483e-07}
{"commit": "5b8616433aed3b39b89803fdd892c3a0c515c305", "message": "v3.0 \u65b0\u589e\uff1aDateFormatFieldConvertor\n", "proba": 2.1007497252867324e-07}
{"commit": "fd8ecca663e80ff6edbe237126f4003102a3d55b", "message": "RecognizedOptions: allow ceylon module names for #1987\n", "proba": 1.7449296763061284e-07}
{"commit": "76d27166cbd1793b72bc12dd0f1cebce6d1f1cd3", "message": "VF2JS Doc emitter\n\nSigned-off-by: Erik de Bruin <c195b508e6f0c57aeafdb5e96947e2b79e6a4b40@ixsoftware.nl>\n", "proba": 1.2719911524072813e-07}
{"commit": "c54d5353cb74c15ade3dcbce9f71e39692e90329", "message": "[995][cygnus-ngsi][ManagementInterface.java] Use API and GUI ports passed as parameter, not hardcoded\n", "proba": 1.2416288086569693e-07}
{"commit": "49361e7b01f33e0af34d14e1ef6d3cc23c9e9ccb", "message": "[1115][cygnus-common][ManagementInterfaceUtils] Creation of new utils class\n", "proba": 1.221272185603084e-07}
{"commit": "f8f875b0e46daf48e87152f62d59d5a1be9193f5", "message": "MENFORCER-55: skip the rule when the version is not compatible.\n\ngit-svn-id: a2bbb1fab13620978cd8e680264822dd67b2026c@729232 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.3910324671305716e-05}
{"commit": "3615338a47d1091e677b059947f54b164122fb01", "message": "initial add of implementation of user workspace index processing record DAO", "proba": 2.3497638323988213e-07}
{"commit": "32328b5cec14323dd31cf906aaeb088caf110a1d", "message": "am ed27b72e: Merge \"CEC: Allow no vendor-specific data for <Vendor Command With ID>\" into lmp-mr1-dev automerge: 2c8c47d\nautomerge: f6ec9f5\n\n* commit 'f6ec9f53639719b6d9ac981a2b9fb67716c00fc6':\n  CEC: Allow no vendor-specific data for <Vendor Command With ID>\n", "proba": 2.048142562216526e-07}
{"commit": "0c881e1a314a1a22a580205bb6d7f2e3aa2466c3", "message": "Service adapter request model.\n", "proba": 1.2700154172762268e-07}
{"commit": "917d0020c4a6d13314fba6572123c1e1313f8bef", "message": "Massive refactorings, part 2:\n* Moved around lots of classes to make things more comprehensible\n* Introduced @Fragment for injection of framework thingies\n* Introduced ObjectModel/Builder/BuilderFactory to support creation/injection of POJO's. This is to make it easier to integrate Qi4j with existing code and libraries.\n* Added InjectionKey, as opposed to DependencyKey, and a matcher that can be used to compare keys for injection decisions\n* Renamed FragmentFactory to InstanceFactory since it should work with POJO's too.\n* Removed CompositeModelBuilder and moved functionality to CompositeModelFactory\n* Lots of small fixes\n\ngit-svn-id: f1f16e7fd6634bd1405f3d991709e5eb3ed978bc@8555 9b982a3c-3ae5-0310-a4bc-d9a3335569bd\n", "proba": 1.0571615121079958e-06}
{"commit": "54837aed46cae32d627e52cc4020bb95d18be35d", "message": "\u4f7f\u7528Quartz\u5b9e\u73b0\u5b9a\u65f6\u4efb\u52a1\n", "proba": 1.5647401596652344e-07}
{"commit": "12f95e03fa1a48ecfe3f499ed334e0da475fa0cd", "message": "hello spring ", "proba": 0.001478346879594028}
{"commit": "43d7933f871b32734fc9b7262fdc29bd32c5bc68", "message": "Negative integer literals\n", "proba": 0.0011617696145549417}
{"commit": "4cc80a758c3e4f044c2e53b6210df0e515536a1b", "message": "Fixed a leak in GeofenceHardwareImpl.java.\n\nBug: 18542685.\nThis CL includes two changes:\n* Fixed a leak of DeathRecipient when geofences are removed from the\n  hardware.\n* Avoid creating more DeathRecipient than needed. Use the underlying\n  binder object instead of the callback object to tell if they are the\n  same. So if the client passes the same callback instance to\n  GeofenceHardwareImpl, only one DeathRecipient is created.\n\nChange-Id: I7809e4bc04df4f9e3590de98a03178b276c821ea\n", "proba": 1.7986151306104148e-06}
{"commit": "7e937e6d3512908acd74b36338c4f7230cd688cc", "message": "init property value producer", "proba": 4.087669935870508e-07}
{"commit": "ec78c46eed00f5494b1c75a9605371ed04feeceb", "message": "move part of reader-hal to hal-commons\n\ngit-svn-id: 5ac5ceac5088c1c1d63e746a2b1a419ea0b6b161@857 b63d296a-7662-4df4-3098-00f9c2c9103a\n", "proba": 1.7569687770446762e-05}
{"commit": "81a790ad32c03e816405e902845932e37fd9bbf1", "message": "Designed interface for agents\n", "proba": 1.3305155732723506e-07}
{"commit": "f576188c2ccd2e06d165097e9f1a9d0e2e4f0e5c", "message": "Show confirmation dialog on exit from UserEditor if we changed password or password confirmation fields #PL-6089\n", "proba": 1.2601165622072585e-07}
{"commit": "659e5efbc20d584c2557cd02de6b55c1bba9ee99", "message": "Add Const.java\n", "proba": 8.685565262567252e-07}
{"commit": "6ed3ce0b71b8d2c180fc9f610eb13cd35dc8ab5e", "message": "am 253f7295: am 1693f6a5: Prevent having multiple seek runnables in flight.\n\n* commit '253f7295c820bf960c0411288495145582a0d3b2':\n  Prevent having multiple seek runnables in flight.\n", "proba": 3.044708307697874e-07}
{"commit": "ee186de4b2abc3c0156d2fb96f3d22e2bb39b9ab", "message": "Workaround for corner case in TransitionManager\n\nThis works around a problem where removing a review with unfinished\ntransitions results in leaked object references to KeyguardTransportControlView.\n\nThe workaround disables transitions until we have a better fix.\n\nFixes bug 11307391\n\nChange-Id: I1df82f2c6f1cd9f5c9076d4c76cfd4aec3b6806c\n", "proba": 6.441467235163145e-07}
{"commit": "15aa954dfb82fff89733e70d24b3fb490182e61c", "message": "added a reset method to be able to both free up the resource and be able to force reload of that resource. Furthermore, dispose calls reset in order to not only loose the mapping, but also free up the resource.\n\n\ngit-svn-id: ac804e38dcddf5e42ac850d29d9218b7df6087b7@455879 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.940708888374502e-06}
{"commit": "8e9f4e5fa38d67fea577a7236d3d7608e83d5fbc", "message": "Fix for Issue 643:\tUnable to specify a MRCA node to reconstruct ancestral states", "proba": 1.201993029553705e-07}
{"commit": "cbc256b9c743a46ce59a7e62dc13175e5e09cbfe", "message": "A wrapper for a ResourceLoader, useful when you want to layer\nadditional functionality over the top of an existing loader.\n\n\ngit-svn-id: 7267684f36935cb3df12efc1f4c0216d758271d4@75571 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.5424524235641002e-06}
{"commit": "70f026c1566d160960c819a1f5ec9401e4ec4762", "message": "Accepted LC#219", "proba": 2.431109180633939e-07}
{"commit": "3b7ee8716c947d7c36d1f4857cbc78b5e7854747", "message": "refactor CassandraState and add state query support.\n", "proba": 1.2712611408005614e-07}
{"commit": "e8bb1c82abd7dafe0300d1918e1769316504d2ca", "message": "Missing asset\n", "proba": 3.514553327477188e-06}
{"commit": "a639312ae972056eed350055e100f5a496082550", "message": "add enum scope", "proba": 8.858646651788149e-07}
{"commit": "15a4fb0b0fedc09242c46e028379ea9e65464746", "message": "ADD a mechanism for reseting the CygnusFileChannel counters\n", "proba": 2.036285451367803e-07}
{"commit": "ee28b89e556d27cc65f4bff1d7c91233c39edf1c", "message": "LDN-1769 corrected the error in number parser\n", "proba": 0.0005438062362372875}
{"commit": "f1d99da800aff5aee2a24894c2bd310b2839c48f", "message": "kcirb-252\n", "proba": 6.897858497723064e-07}
{"commit": "5b609a27e8e721c12a75d3829623b5ffa06c7200", "message": "Add FlexJSON transformer for controller objects\n", "proba": 2.3828599182706967e-07}
{"commit": "d484ac5c7726cff72a202bb93e8e40c34a4126a0", "message": "Point out location of missing property validation\n", "proba": 1.8579952438813052e-06}
{"commit": "d11ad0b6e8721737b1a8bafeaf9d9db97f9a0ca2", "message": "formatting", "proba": 1.1576831639104057e-05}
{"commit": "05482ca58cc6a6d88966237c0e3af3329f8ca168", "message": "removed debuging statement\n\ngit-svn-id: 6ee47c8665bf46900d9baa0afb711c5b4a0eafac@6647 e2bb083e-7f23-0410-b3a8-8253ac9ef6d8\n", "proba": 2.6613401132635772e-05}
{"commit": "db1d2075efdd932020bd2d893e085a27dec1763a", "message": "SCHEDULING-795 : Config file of Default Policy is read only if needed.\n\ngit-svn-id: 27916816d6cfa57849e9a885196bf7392b80e1ac@16870 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 5.633972364194051e-07}
{"commit": "7252edbfb28171203d73fb5b96db8ba08f030240", "message": "Add stopwatch class for testing", "proba": 2.87883653982135e-06}
{"commit": "dfa56756543299c5e8ac0b5228f64a96f658e6c5", "message": "Add test for updated method.\n", "proba": 1.2614523825504875e-07}
{"commit": "ab18dc267a26706afc3d346ab50be77c48760a4f", "message": "Add tests for persistence service\n", "proba": 3.3195303217326e-07}
{"commit": "1ee3129dfddb4fbf1dffc32bafb6df6cd1ba8b55", "message": "Create Game.java", "proba": 8.477417168251122e-07}
{"commit": "6de139cd58ac34ffb28768d87abe3e6b9a1f76c8", "message": "Create Main.java\n\nInitial commit", "proba": 5.394637128119939e-07}
{"commit": "906eab8e4c712e18e048197253f23fd67c2d2bee", "message": "Update expected behaviour comment\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1483679 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.644310086452606e-07}
{"commit": "695c3dea2c163cab5d62ab56d44123c14131b309", "message": "Main Class\n", "proba": 3.554987415554933e-07}
{"commit": "fa528b1fe9f38e3dcf64072a331218e1aebfa22c", "message": "Delete Test.java", "proba": 1.5552084278169787e-06}
{"commit": "850203e17c753e6851538673d4dc357dcb1b0a90", "message": "don't store psi file in intention wrapper\n", "proba": 3.146166704937059e-07}
{"commit": "fd72c760e381af439e03b55ad7363ca4e009a2e7", "message": "add a HttpResponseHandler for National Academy of Sciences 520 errors\n", "proba": 7.723496082689962e-07}
{"commit": "37b2e1d12ef8d1bfcbf068f45979036598c0b48e", "message": "longestValidParentheses\u9898\u89e3\n", "proba": 4.330327556090197e-06}
{"commit": "7636dde2021b20d37d5dd0ddae637c2db9880207", "message": "move to using Main's openBlobStore method\n", "proba": 3.3302191582151863e-07}
{"commit": "998735652d2449e3ccbac7686b71bf40dca06e94", "message": "am ba231fca: Fix bad @links in PendingIntent.java\n\n* commit 'ba231fcabfdf8f8bd72dbb428b8d35ae14a1a14d':\n  Fix bad @links in PendingIntent.java\n", "proba": 1.327687982666248e-06}
{"commit": "53c217f6c497b02a223f9547a8693a27f61795fc", "message": "am efb71f44: am 2e3746ab: am 9bcb0fcc: Merge \"Recursively delete directories in handleAftermath().\"\n\n* commit 'efb71f442c6dbdb75113d29df49106217f22cea3':\n  Recursively delete directories in handleAftermath().\n", "proba": 1.1922161036181933e-07}
{"commit": "96be4e01e66470c6d63bbdacc6732fc14e85a0cd", "message": "Add prepaid data services URL to Secure Settings\n\nThis is really a Gservices value being accessed through Secure Settings\n\nbug: 4100048\nChange-Id: I6e2eb72b17594b5c8f14a6ecfc21eafeff80fa1b\n", "proba": 1.5950616898408043e-06}
{"commit": "f53952a9a7aa5ed8af4867b9efcc765c7910b038", "message": "am 648337b3: Merge \"Fix a bug where late-invalidating views with animations would be held for too long by ViewRootImpl\" into jb-dev\n\n* commit '648337b3a8024b22a77977024cdf171f83999d56':\n  Fix a bug where late-invalidating views with animations would be held for too long by ViewRootImpl\n", "proba": 1.3371903833103715e-06}
{"commit": "a99595a393341b6a130e202bc9e93848ee53057b", "message": "am afe56810: Merge \"Fix DatePicker\\'s spinner order in various locales.\"\n\n* commit 'afe56810517a4ddfad125029ca04fd4cc5af2ef5':\n  Fix DatePicker's spinner order in various locales.\n", "proba": 1.2198067622648523e-07}
{"commit": "7d4200d03fa55a13eda63f979dcf47792f0af31d", "message": "Fix bug with ScrollView so that text entry fields are not hidden by virtual keyboard.\n", "proba": 1.0675302064555581e-07}
{"commit": "50a04d9b2657ee94c532845ede748b1c9884ce5b", "message": "\n\t* Procedure.java (removeProperty):  New method.\n\n\ngit-svn-id: a878c62e23c3cdd7109267dfd9bdff0ba03a0163@2217 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 3.1684862733527552e-06}
{"commit": "b11f8056730de8c707bb3d412799a13899475118", "message": "sql helper: add key strategy support to fetch list<map>\n", "proba": 1.1965764201704587e-07}
{"commit": "db4e32fe68a50ea8ba75b434a88c1adeffb6018c", "message": "am f36af164: Merge \"Whoops, actually exclude pre-HC apps.\" into honeycomb\n\n* commit 'f36af16479e252bec168ed181885ec21d9df46f5':\n  Whoops, actually exclude pre-HC apps.\n", "proba": 4.1361104763382173e-07}
{"commit": "c89644cb41bc5531b1a2ae6725bf8d6aa1ba4627", "message": "am c765f3b5: am 3f24678f: Merge \"Force activities to run on the second display for testing.\" into jb-mr1-dev\n\n* commit 'c765f3b5bb085b1860e0476d8be7d183f9ba44a2':\n  Force activities to run on the second display for testing.\n", "proba": 9.567806955601554e-07}
{"commit": "a34eb91a208937e06f9aa49f7a583c9f25e658e1", "message": "Make sure WebView get notified before the EGL context destroyed.\n\nbug:5639899\n\nChange-Id: Id778cf3dac1d2f6d6b8014b7a911b51dc14fcc8a\n", "proba": 5.1935739975306205e-06}
{"commit": "a9f910a05520a702b36436c69049b0d4bcc96022", "message": "am 17147ee3: am 36fd7a39: Tweak user agent building to avoid multiple spaces\n\n* commit '17147ee3274f5e9a7de33de71a4e7cea4759c95f':\n  Tweak user agent building to avoid multiple spaces\n", "proba": 4.351405209490622e-07}
{"commit": "fd597de38eb4477846be8046e96b2ab7cc68d183", "message": "am 0bbabc03: am 9a08fe2a: Merge \"Update button press in AbsListView to use new MotionEvent APIs\" into mnc-dev\n\n* commit '0bbabc031a29fe13cdf767896abcd5c1e0ea2c5a':\n  Update button press in AbsListView to use new MotionEvent APIs\n", "proba": 1.6782182683527935e-06}
{"commit": "706274f7ff9e1e7eb01f93ae80f7189de7fe6694", "message": "Make the RemoteViews context safe for Icons.\n\nIcon needs the RemoteViews' internal context to reflect not\njust the Resources of the originating application, but its\npackage name as well.\n\nBug: 22840771\nBug: 22852700\nChange-Id: I1164cd38d99283982b00daadcf927c7cf63539b3\n", "proba": 3.1586903332936345e-06}
{"commit": "ff1834a7ff7ba9592628846effae00ec76652add", "message": "Create Test2.java", "proba": 4.2726654214675364e-07}
{"commit": "235dbfe50e5d129b43b711864b462208e240efa1", "message": "Create Main.java", "proba": 1.9291887838335242e-06}
{"commit": "c5d760b2a000ed68f9ae35d66c6d679b1ca777e9", "message": "Replace manual checks with equivalent ``Optional.ofNullable()``\n", "proba": 4.754290614528145e-07}
{"commit": "ec4022eda6468c73018116b1320767aa47bd15f8", "message": "Non-additive mayer function that blindly assumes potential is nonadditive bit\n", "proba": 0.9999561309814453}
{"commit": "e8fc84b449d0b0850b1ffacdc43b103521bd2ebd", "message": "Fix race condition in MetricsLoggerService\n\nBug: 28204408\nChange-Id: I7e0577d2161f6083ae84ab29db24f23415d145be\n", "proba": 9.083645636565052e-06}
{"commit": "52d9e21d4b12f1259f5d7f1b68d6f99dbad49447", "message": "\u9759\u6001\u670d\u52a1\u5730\u5740\u89e3\u6790\u95ee\u9898\n", "proba": 3.0610357271143585e-07}
{"commit": "3a2eda69c1c5df93712e76ce965c70551193836b", "message": "add elapsed time for debug in visit controller\n", "proba": 2.6871589398069773e-07}
{"commit": "0bf2702ff0f9d417ee99583159126f47142262d7", "message": "Minor code improvements\n", "proba": 2.684694777599361e-07}
{"commit": "ca57385af84b333ec31571ec847337456dbb8a27", "message": "Add a default case to a switch statement\n\nSigned-off-by: Ferry Huberts <66e11f9f5d965b69497c7e73d5e808f8b13c1218@pelagic.nl>\n", "proba": 1.1619663382589351e-06}
{"commit": "45f9a27f7201867ff351a3ac54feb70ddc77dafc", "message": "Add Floodfill Java\n", "proba": 3.859825881136203e-07}
{"commit": "04c798384d543b5702d0964d26310ee79913a115", "message": "Adding ClassMap\n", "proba": 3.03015525560113e-07}
{"commit": "3b054a41bb06479df9d263adf556df3ca23f00c9", "message": "Added unit test due forum issue\n\ngit-svn-id: 11f3c9e1d08a13a4be44fe98a6d63a9c00f6ab23@1002985 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.3606681648070662e-07}
{"commit": "596b851218140db873f18136ddae856c4b9c37f2", "message": "handle empty args list\nallow ParseArgs to be used purely statically\n", "proba": 2.1641093894686492e-07}
{"commit": "3daa61778ca0d2c43549ecb65c52f6ab791d2a6f", "message": "flere strategier 2\n", "proba": 1.3708458368455467e-07}
{"commit": "11167d8716c836708c0bd269dce7df39ec7397e9", "message": "Add PdfmuUtils with some static methods\n", "proba": 1.4942877157864132e-07}
{"commit": "ac01eb381060ffacd9432e841c29f2893d55cf22", "message": "Remove incorrect snark in error message\n\nChange-Id: I9788e10abaade0d56ae490c1cb4a2696e77cf6ca\n", "proba": 0.999561607837677}
{"commit": "92c446a0413ca097110de83172d44f7543fb1420", "message": "Name: made it usable by the compiler by removing the @Target restriction\n\nMust be some fishy issue since it should have worked and does work when we remove what\nis essentially a ref to another type (Target.class)\n", "proba": 1.8872745499720622e-07}
{"commit": "2813e6e59558c2a72946b313cfcae9d6d9f607fd", "message": "LanguageCompiler: don't read the source twice\n", "proba": 5.615112286250223e-07}
{"commit": "89e126d152d72d49553ebe3e66e273f1f40f9ea4", "message": "junit test for pixTolerance\n", "proba": 1.6914002287649055e-07}
{"commit": "55cdacb9ba22ce0e40918fd54acca7df62637ca6", "message": "am 0bfdd7c2: am e9f24a43: Merge \"Fix memory leaks in the accessibility layer.\" into ics-mr1\n\n* commit '0bfdd7c2927fb683b89fdd52befe643e8e069e77':\n  Fix memory leaks in the accessibility layer.\n", "proba": 1.7369630995744956e-06}
{"commit": "3b62fc66854cdde4972ae8c7011f2e2966ac5a03", "message": "checked in mysteriously missing file...\n", "proba": 1.163275271665043e-07}
{"commit": "b3520f26d6c5bd3bcd3394d2d91395165906bb17", "message": "Add names to AED condition drop downs\nDoes not impact functionality\n\ngit-svn-id: 50f83ef66c13f323b544ac924010c921a9f4a0f7@4714 00569f92-eb28-0410-84fd-f71c24880f43\n", "proba": 1.7297327303822385e-06}
{"commit": "ce64e46094cc44f11a5caba0a0aa7e910a1ebe90", "message": "Code complete EMA", "proba": 5.581508730756468e-07}
{"commit": "df58f9bb4012be013c5b8033471fee88d62c4ca3", "message": "Added an effective convexity calculator.\n", "proba": 1.2061613574587682e-07}
{"commit": "5f5530634c84bb00e802808af924edcf5d8d5dc5", "message": "updated following renaming of class\n\n\ngit-svn-id: 29aad96320b2a07b98332cd568fc1316025c072f@397 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d\n", "proba": 9.35171283344971e-06}
{"commit": "a32d5c8472bd5aad855165edf6d7253e35e42393", "message": "send without timestamp is not equivalent to send now\n\nChange-Id: I68decbd005932c762ccd376ee80b52ac9884fba4\n", "proba": 2.4488164854119532e-05}
{"commit": "f6b607b8e570d8f6c3917e8720259624a2af0ff7", "message": "Add Guid helper class with Empty constant.\n", "proba": 1.2092988299627905e-07}
{"commit": "bd672f19ce48206f9663e80908eb97d64db7101a", "message": "Added name filter for company request.", "proba": 1.1900917940010913e-07}
{"commit": "c0f5e5980223d05982c931ee5fae82e78ce364ef", "message": "added exception\n\n\nSVN-Revision: 6482\n", "proba": 1.3132462584053428e-07}
{"commit": "8eb00e3d1d6e2018b15b20053091032d0f4e0717", "message": "cleanup\n", "proba": 3.1109298106457572e-06}
{"commit": "de38fbbb2f690decfa3fa5033ffec7d62c8eceb5", "message": "Added a new particle entity to get around protected constructor. ", "proba": 1.0365523905875307e-07}
{"commit": "3408e2179402c1347d6ab34acca4caf6b16eaf54", "message": "Add suite for those tests which can be run quickly.\n\n\ngit-svn-id: 6bd94cac40bd5c1df74b384d972046d926de6ffa@10457 a8845c50-7012-0410-95d3-8e1449b9b1e4\n", "proba": 0.0002186740457545966}
{"commit": "0867dde4c60f72692e3f5ab1e0fdc4e8a252e06b", "message": "Delete KathimeriniCrawler.java", "proba": 3.232906919947709e-07}
{"commit": "468dd98e405bbcc8b26458dce10918cc20c00284", "message": "Makes spring bellows drop spring bellows. fixes #746\n", "proba": 2.842856474671862e-07}
{"commit": "9cf7bfa6ee6144b7a6bd660528e6dff76cac705b", "message": "KRACOEUS-1098\n\n", "proba": 3.2090241575133405e-07}
{"commit": "8d8cf146f631b3f94e2a5ed6a0fe5fe1dad4d10f", "message": "feat: Return the required HAProxy mode for the implemented service\n\nWhen generating service keys the Service Brokers uses the correct mode\nof the HAProxy to forward requests\n", "proba": 2.0028029723562213e-07}
{"commit": "818d98fe5fa490b755e0b6abee1329de9906ae85", "message": "update workspace action\n", "proba": 4.985571990800963e-07}
{"commit": "c496bdf98ba746dde0390bf5c466d18a131d0585", "message": "HBASE-10061 TableMapReduceUtil.findOrCreateJar calls updateMap(null, ) resulting in thrown NPE (Amit Sela)\n\ngit-svn-id: 1ea5de6e32eadb5f080cfd8bafe1c87167c06d54@1548750 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.968891062162584e-06}
{"commit": "101ac16b257a23f69f94de702833cacffb7af56e", "message": "Properly cancel if restoring blocks. Fix NPE with tnt.\n\nSigned-off-by: Chris Sanders <becb1b07b5e7418402924748493938777e4ce438@spongepowered.org>\n", "proba": 1.5592880231452e-07}
{"commit": "c67196d0fff31ed0f272a37175bf2a28f1258c26", "message": "- adding CustomParam Visitor class\n", "proba": 1.2920961012241605e-07}
{"commit": "5453d5a05204f662a478fdcc959389360a4e1a62", "message": "#Exercise 3\n", "proba": 2.9520856514864136e-07}
{"commit": "5d0d57b7a8bcb4849fa4b549b6b181b279aab0a4", "message": "Add a test to reproduce #92.", "proba": 1.2450877306946495e-07}
{"commit": "25d0b22e2cc413f1814d002c0d1a15e92dde676a", "message": "Add recommendations service test cases.\n", "proba": 1.9513136351179128e-07}
{"commit": "260a394f10025c920772d8c55a80ea47f65b9b49", "message": "Adding a skeleton test-case for JCEMaper\n\ngit-svn-id: ee17208af0df0552975824e4840d757fdb463ab9@1851736 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.447168849874288e-06}
{"commit": "268f9e60928b315c5fda6299481c0c3f136d4261", "message": "Coordinate precision enum.\n", "proba": 2.998659738295828e-07}
{"commit": "19024f575643f3afccc1fa7210198df8f229ffe9", "message": "testing windows commits\n", "proba": 9.814551731324173e-07}
{"commit": "42ea6d652c9aaa3b66fa5ad06b9980e7f02ff730", "message": "Tests: Add CliOptionService tests\n", "proba": 2.6417239951115334e-07}
{"commit": "f67981e5fff89f8828f7500c4bfb4093d1f08732", "message": "BOJ #1012: \uc720\uae30\ub18d \ubc30\ucd94\n", "proba": 4.3335975874470023e-07}
{"commit": "d890f4f4008d3631111ed3d2ba01d127d0050038", "message": "MediaActionSound: Fix video stop sound\n\nBug: 24745252\nChange-Id: I803679d52750e09c7fc7b881523becf9259b558b\n", "proba": 3.0940773854126746e-07}
{"commit": "7470d73be8a6710deff924cd1ba3d6607c374f3a", "message": "added test class for the model class Contact\n", "proba": 1.2100717583507503e-07}
{"commit": "20a5c9078d23049fb6f7536c8fb8ff92ada0c1c9", "message": "Amend to last commit\n", "proba": 1.7916902095294063e-07}
{"commit": "8236836c4f294e516e94a866b3d5258dcfbf484d", "message": "*** empty log message ***\n", "proba": 5.360483328331611e-07}
{"commit": "1b0c1b7daf6ca69520f0d693dc2bb10271eda926", "message": "search post added\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@5096 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 2.0888471397029207e-07}
{"commit": "eb44621b16f325b9db2d97fd453c1debdfd05b84", "message": "avancement de l'histoire\n", "proba": 2.3495581444876734e-06}
{"commit": "aeb22f5fed077236f7ae5d1b33dca3d53525740a", "message": "\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@3193 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 4.622408766863373e-07}
{"commit": "547ad08a6eed2d3e86da412e8315fd2a63b30af9", "message": "FILE_NAME no longer written to preferences file\n\nfinal fields are excluded from file\n", "proba": 1.9802135398094833e-07}
{"commit": "cc445d36d081eb234fcbc23df7ae96d59dc2f9c8", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "c2bf5e16391219aba14c439359f1c59550d31ae8", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "19f1b14636ebc67e40295482c9a03e5636ac3c3e", "message": "Allow double click on obligations/advice to bring up the editor.", "proba": 1.0490610691249458e-07}
{"commit": "282cc134ef3e2427709a90a413ea403f0d392ce8", "message": "add Test.java\n", "proba": 7.762055815874191e-07}
{"commit": "b0f15993d549f279b5ecb47b82c5bfb26c47f30d", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "8d51c047c4186520544dabfc2efac4f11d1489b7", "message": "Add getUserList\n", "proba": 1.6933981896727346e-06}
{"commit": "268cec2cde448eac545a6d3dcccf3945f1f3979f", "message": "number and string printing\n", "proba": 5.644827615469694e-05}
{"commit": "7e36db0cd74b9502b62384a0575cd94e29469869", "message": "Log Cleanup\n", "proba": 7.030834581200907e-07}
{"commit": "5959c28dc5a85430c1dabdffba1d00be54c7f8ca", "message": "Make sure the invoice file export shows only two decimals \n\n", "proba": 4.737950803246349e-06}
{"commit": "fda3d9d011cfef4831c392bdc696b9d3dbf666c7", "message": "Add a method for creating a full-stack GitilesServlet for tests\n\nChange-Id: Ieb4fc7c456492f6614535b49d30be73ec600b4b9\n", "proba": 1.8493226889404468e-05}
{"commit": "7f137dfe41cf1fea9a37a41215c5ebcef5265c97", "message": "adding circle to current day\nhttps://github.com/WellframeInc/wf-android/issues/485\n", "proba": 9.435970014237682e-07}
{"commit": "f69cb5ee01f90f585c23e60723450403792f550d", "message": "Changes for Scoping of Entity", "proba": 2.6893044946518785e-07}
{"commit": "90c4bc9c741409bf26b32fbb29279a5588e5cf60", "message": "Sonderzeichen ge\u00e4ndert und imports verringert\n", "proba": 6.140176083135884e-07}
{"commit": "564330f51eddcc282618aca4c851f590157e99e5", "message": "am 11e2e54a: am de4084d3: Add equals method of TvContentRating\n\n* commit '11e2e54ae09219976fb6a3622536a753d2655172':\n  Add equals method of TvContentRating\n", "proba": 2.3550313699161052e-07}
{"commit": "e45862c50e5f3864b137f7d0f1edf3ec730f1d9f", "message": "Added option for deleting existing directory in file handler", "proba": 5.512291068043851e-07}
{"commit": "07b1f9ff180f1d9d0b5c1c155ae5c337c29eca2c", "message": "[hackerrank] - strings - the-love-letter-mystery\n", "proba": 0.013936878181993961}
{"commit": "f7195618905bb17e99e958df7acbd3153a1aec47", "message": "HR - Greedy - Max Min\n", "proba": 0.0008602995076216757}
{"commit": "68057a9df73bfbc4b95bab6b0ee268f774ecbb1d", "message": "\ufffd\n\t* PrimType.java (emitCoerceFromObject):  Handle coercing to void.\n\t* ClassType.java (getModifiers):  If access_flags is 0,\n\tcheck reflectClass.getModifiers().  (Bit of a hack.)\n\n\ngit-svn-id: a878c62e23c3cdd7109267dfd9bdff0ba03a0163@1139 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 6.1468117564800195e-06}
{"commit": "03494f06f828806a05b4523c6f258a53aaec8081", "message": "Project class - delete test\n", "proba": 1.6130651658841089e-07}
{"commit": "d2931c6b63ac7f009694844898c9d993028d7bb5", "message": "Fixed SM64Random - I failed to account for byte sizes", "proba": 1.2737854149236227e-07}
{"commit": "ee1d69752abc37b592544969689eb676bf473a66", "message": "timedd\n", "proba": 1.0146794920729008e-05}
{"commit": "04c0c69d585df8f82dd47e759d4cff77e67d3b77", "message": "Leetcode 268 Missing Number\n\nChange-Id: I74ca35419368180c829926872a7ce398fdefab33\n", "proba": 1.872771099442616e-05}
{"commit": "9f8fc6dffa2401fa0dd25ba534ee2deb3dae1513", "message": "Ansat initiated.", "proba": 1.5680623732805543e-07}
{"commit": "37bfbc0ad4882355e52d8953fe2a5d2664ec2770", "message": "Java API/SDK script for vMotion between 2 vCenter servers\n", "proba": 1.4895526589953079e-07}
{"commit": "160e73da1a0d592d1870548f609c49a85adeafd7", "message": "Added PlusButtonDropdownTest.java to Demonstrate how PopUpDropDown currently works\n", "proba": 1.842027046450312e-07}
{"commit": "4108a70261b2a3f98eeff5544d1fc4d7b67bedf3", "message": "JBRULES-2942 Rules do not fire according to salience after multiple fact updates\n-Added binary heap queue test from Wolfgang Laune\n", "proba": 1.0937238670294391e-07}
{"commit": "ba244b20e9f982de03f16a24f248f0ab0c65429a", "message": "Java - 1019/\n", "proba": 1.6646471578951605e-07}
{"commit": "5a9a7a7bb5d69b6e30578149461fac74cdb1c31d", "message": "Add several methods", "proba": 0.9983782768249512}
{"commit": "e08954a2cf05229291d6056f84f16f87fc873b27", "message": "[MPDF-48] make PDF plugin run reports when used with Maven 3 \nPass pluginArtifact instead of mojoDescriptor to validate generated report\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1479140 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.999629202804499e-07}
{"commit": "821d29a496c8e83e9dbcc267a7f21f01beb5cb1e", "message": "#80 Median\n", "proba": 1.5893128875177354e-06}
{"commit": "59c6d6a0a427210edc9dbb3cc5358b5cb9dcd86a", "message": "Fix build by inserting un-committed constants.  Amila, are these values ok?\n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@606824 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.492456380627118e-05}
{"commit": "b92a34d8fd72f72e87205b6dcee77c0f9c81e8c5", "message": "delete code copy (#2186)\n\n", "proba": 1.5515182383296633e-07}
{"commit": "b0b20de8de369c98c621d08e7bc9c9e936410c0f", "message": "WebSocketClientTest\n", "proba": 1.0306868034604122e-06}
{"commit": "abc675cd6f0090dc7cf492794e972e03007cfc57", "message": "add a description to the parameter IO\n", "proba": 2.0083316485397518e-06}
{"commit": "4332ad25d0a9ea2eb6bb527b93e7eacd07b30537", "message": "Update TwoSum.java", "proba": 6.737620310559578e-07}
{"commit": "fb28d56919d115a5d77ddf8030fa52d2e961d70f", "message": "add comment", "proba": 2.718556686431839e-07}
{"commit": "9c5470faff5cb479e520c3f593b5c4aa535c0bbb", "message": "fix #4528", "proba": 5.153100914867537e-07}
{"commit": "201275b6545816efef1419f7be562d20066b5e28", "message": "Actually add ClientInfoServlet.\n", "proba": 1.0909840852946218e-07}
{"commit": "a6034dcdc4d0d42800a3f8f73ea648139f6d6892", "message": "Load the missing image synchronously, improve assert error messages.\n\nWe need to load sync so that the error is logged while our log collector is in\nplace. Yay testing.\n", "proba": 1.1814341860372224e-07}
{"commit": "4738163fbe1b01bb3f1da46080319e0a7647c22c", "message": "am a7dff19d: am babda3c2: am b75adcf0: Merge \"Fixed a NPE during setup wizard\" into lmp-dev\n\n* commit 'a7dff19d129b87836dfdc01192aa9612aaf0e67d':\n  Fixed a NPE during setup wizard\n", "proba": 3.676095445825922e-07}
{"commit": "47177b04c7e03f30dd9dcd9a4d195ed017ae203f", "message": "Add sanity check inside ServiceMonitor's setting observer.\n\nWhen registering for a specific setting key uri, the observer\ncan also be called back for \"parent uri\" updates.  e.g.\nadb shell content update --uri content://settings/secure will\ntrigger onChange with uri=content://settings/secure.\n\nAdd a quick setting value recheck, and avoid restarting if\nthe setting value change will have no impact.\n\nBug: 9595731\nChange-Id: I4c71f6a4be3b655b31d2535e809bb42edd931cd6\n", "proba": 5.668016910931328e-06}
{"commit": "4db614dbed10e74285eaa6d0e56c3e79a4afecc0", "message": "Add sanity check inside ServiceMonitor's setting observer.\n\nWhen registering for a specific setting key uri, the observer\ncan also be called back for \"parent uri\" updates.  e.g.\nadb shell content update --uri content://settings/secure will\ntrigger onChange with uri=content://settings/secure.\n\nAdd a quick setting value recheck, and avoid restarting if\nthe setting value change will have no impact.\n\nBug: 9595731\nChange-Id: I4c71f6a4be3b655b31d2535e809bb42edd931cd6\n", "proba": 5.668016910931328e-06}
{"commit": "35b381f3bd5c6ae8894d3ddacf533e4f55f95a71", "message": "Task 2106 has done\n", "proba": 0.9938927888870239}
{"commit": "098a0e04a09e7994e0fe2559ab98b8f5d0d9e0fa", "message": "updating start activity\n5:56pm\n26-2-2015", "proba": 1.2585419995048142e-07}
{"commit": "0c10f4e3d0577fa0fd0d8385715a94229b4aeabf", "message": "new dialog\n", "proba": 7.745397851977032e-06}
{"commit": "d528671746b9c4256a885aba9633b130ca1c36d4", "message": "Fixed NullPointerException caused by malformed EDM graph.\n", "proba": 1.0691420726516299e-07}
{"commit": "d9250036124649961cd89dbab8942ea2032006a0", "message": "New SAX filter that rewrites URLs for CWebProxy (replaces the\nURL rewriting previously done in xhtml.xsl)\n\n\ngit-svn-id: 477788cc2a8229a747c5b8073e47c1d0f6ec0604@6471 f5dbab47-78f9-eb45-b975-e544023573eb\n", "proba": 2.7087014586868463e-06}
{"commit": "2d586440eec7b655da9658fe10ea266fdcc2a572", "message": "Create AccelData.java", "proba": 2.5085923880396876e-06}
{"commit": "ae23f3227fac6021f9988386f776ed6fd1bb5d8f", "message": "Remove identifying java sub directory.\n\ngit-svn-id: 311fcc5b8b03427d323cee07bbb9e5a14d8d22e9@12 728ff76a-78ac-11de-a72b-d90af8dea425\n", "proba": 0.0029246967751532793}
{"commit": "99178d2f8303ea095933912f1d831fa623661f21", "message": "Create triangleCounting.java", "proba": 6.201878477440914e-06}
{"commit": "0eb5749f5259586d453d56f90fb44925663048d9", "message": "Initial commit: Tag.java\n", "proba": 4.78104368539789e-07}
{"commit": "59f5fe3cd57cc6884692b2c7abf5f18848066ff4", "message": "Added launching of editors for recognised types to FileExplorer. Added\nmissing file.", "proba": 1.0814683548687754e-07}
{"commit": "080b92f9a01e4d1b1e631d617498ee99740f4f0b", "message": "Adding PostTest.java\n\n\nFormer-commit-id: 58f1dccb1cde3450f78d37506117b4f832d9e815", "proba": 2.039289256572374e-06}
{"commit": "32b9fd780bba5acaf97cb9290074b692606e0f59", "message": "Binary to decimal in Java\n", "proba": 0.0006583381327800453}
{"commit": "d7cf1217bd09b121dcd5b6ac82cd6b0b8985646b", "message": "\u6587\u7ae0\u5217\u8868\u6392\u5e8f\n", "proba": 8.986168609226297e-07}
{"commit": "e46b177c5cd3b9b6512649832602901efba1669b", "message": "Round-trip field names through specs.\n", "proba": 1.0786419579744688e-07}
{"commit": "9f2fd40bf48506107d60a046d7122b8019c7dce5", "message": "Whitespace cleanup\n", "proba": 2.763939335181931e-07}
{"commit": "fdc73115896a3c53d2b4ae66b5f4b032e375b428", "message": "Add movable mode\n", "proba": 0.0003781833511311561}
{"commit": "f5d05bb6e5289ca290d17e3aeb30d2806f56255c", "message": "handle date conversion better\n\ngit-svn-id: a91d99a4c51940524e539abe295d6ea473345dd2@2036 e6edf6fb-f266-4316-afb4-e53d95876a76\n", "proba": 7.634474604856223e-05}
{"commit": "ccdeee64e62743bd3405971a8e50ef1c3cc609c2", "message": "o Applied Maven code style\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@640478 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.636881220041687e-07}
{"commit": "2b6b5207a31548c8196e3f9f093ac9ac00ee5a9c", "message": "Don't run surefire for pom project\n\ngit-svn-id: 1b1bd56198eea75e2feaddfcf5144d1f89605d86@188732 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.4891908146382775e-07}
{"commit": "3e7077c27650bc041b30e5a237c436572f5e2ac8", "message": "add missing file\n", "proba": 3.149960548398667e-06}
{"commit": "859c3a96234a8ebfdc9a6ffe50663ab686acfc8b", "message": "testing updates\n", "proba": 2.9951985425213934e-07}
{"commit": "cc555ea64a7c0104d03052b7c42ee9fcf4aeb093", "message": "Create Node.java", "proba": 2.1043093511252664e-05}
{"commit": "8d1b093a33c82e379562c00de4b0f8626acd478d", "message": "service-name-pattern and port-name-pattern should be compared using qname prefix, not namespace.  See BaseHandlerResolver.doesPatternMatch code comments for all the info you need\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@674580 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.9972809443279402e-06}
{"commit": "6da88610cea1e5f815e2d56979f54808c02a652f", "message": "am 302475e9: Fix verifyUnlock\n\n* commit '302475e93ce00287770aba9668acbe86e8b20a05':\n  Fix verifyUnlock\n", "proba": 2.8045320732417167e-07}
{"commit": "056ac800eb793b9978774f8cdbad8eac8b10d85e", "message": "am 57c2d4bd: am f67cb381: am 853cbe38: Don\\'t play lock sound when just resetting Keyguard\n\n* commit '57c2d4bd6fb1724ded068b9adef4992dfe9936de':\n  Don't play lock sound when just resetting Keyguard\n", "proba": 5.859348561898514e-07}
{"commit": "d352f9a4f6ff9f7e6b8d3e8476fdaf224298693f", "message": "Introdu\u00e7\u00e3o aos rankings.\n", "proba": 1.2237194368935889e-07}
{"commit": "0551a21bc724e08a99b262a0e26a158f7ac7452c", "message": "v2.13.2", "proba": 8.484274439979345e-05}
{"commit": "aba705826deed2a3d1c8472fa53023c11f75d8aa", "message": "Create RecoverRotatedSortedArray.java", "proba": 4.625402993951866e-07}
{"commit": "7d2210df4d5864881fb1b907f6d2d2d5e24a3565", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "5ef89e2150b23aa393606e7089b43a46798ef2ce", "message": "+Utility: Added some utility methods\n", "proba": 1.6763469545821863e-07}
{"commit": "8dc551412e5c9af7255c5cc14ee16c03b7084aa7", "message": "tried first test run, test does not run -> java.lang.NoSuchMethodError: javax.validation.BootstrapConfiguration.getClockProviderClassName()Ljava/lang/String;\n", "proba": 5.164808499102946e-06}
{"commit": "2f7421a846cd4b530df6dc4c3dceb53015184c23", "message": "DAO for mobility uploads. It works, but still needs some thorough testing\n", "proba": 1.7703473531582858e-07}
{"commit": "d3f39d1faf1ae6f17305126a6aa4f4b8cc84f82d", "message": "fixed the referenced menu item", "proba": 1.3240994576335652e-06}
{"commit": "a9ad6b818f6514af3ae583da650d64043764a124", "message": "Slightly easier to read\n\nChange-Id: I818d885999150333ec326a283f4574571c09add1\n", "proba": 2.7537882942851866e-06}
{"commit": "a778538401cb2955788fdb10d313ea25a2fd1e33", "message": "add annotation min max grade in remark for offer\n", "proba": 2.1248722248401464e-07}
{"commit": "735d7c81643c7129d30b4082d3e0b2436a1ec05a", "message": "Create CountedLock.java", "proba": 3.244767867727205e-07}
{"commit": "5cf9466b568da5aadb011ded9a26111e68deb4a4", "message": "SPLEVO-7 Analyze Wizard: Option to open the VPM Relationship Graph\n\n", "proba": 1.0682614970392024e-07}
{"commit": "84c2936475e9faecbc030b6364ee8b9aa26542dc", "message": "update for form field for array type\n\n\nSVN-Revision: 3867\n", "proba": 1.3240308760487096e-07}
{"commit": "bc2aa10e6cb3b9fc9cbca48c853d0300995765ed", "message": "IDEA-186077 [followup] provide API for Line/Rectangle pixel-perfect painting\n", "proba": 1.2156191075973766e-07}
{"commit": "6616150ab3e331c94d996692843407ad20aca7fd", "message": "Split run method if too large\n\nChange-Id: I157c69653758de512aed95852869c8722b865ffd\n", "proba": 6.904111160110915e-06}
{"commit": "94362a675e2cd089a0b20a7f5290c5bf0d5a9308", "message": "org.joor.Reflect example", "proba": 3.0935817108002084e-07}
{"commit": "ab5e2c97dcdccae9bff060321e97bd304c1e4360", "message": "#377 No more transparency in webview\n", "proba": 1.463759815578669e-07}
{"commit": "c50e9bb58d1c61dd5f648ddec1be1568e0e5f10d", "message": "add consts\n", "proba": 1.6627319610051927e-06}
{"commit": "16f19576eee9b5737df42cfd433151419c8761ab", "message": "added Map for storing user provided info to Upload\n", "proba": 1.3475735727297433e-07}
{"commit": "3ecbc011de405a3f60e4e8c079663889039dc579", "message": "Add distributed atomic long.\n", "proba": 1.0626845323713496e-06}
{"commit": "f24fbb630b965baedf30894855374d4869b4ce90", "message": "Killed a round trip to the DB\n", "proba": 2.0949158852090477e-07}
{"commit": "841b896d18e023db9aad8792a5f4bec3becd19ba", "message": "Add NonrecursiveDFS class, a data type for determining if any other vertices in the specified graph connected to the source vertex.\n", "proba": 1.0983460185798322e-07}
{"commit": "d90e1165b1c0cbacdaa4c46ee8702141852c2e3e", "message": "Channels", "proba": 1.5954299215081846e-06}
{"commit": "c4ce1b3c6e8ab86ce5860ca9385f9849eac2176b", "message": "Add a logger that displays no message at the end of build\n", "proba": 7.558149377473455e-07}
{"commit": "b6f8d5319480744486f931fe0c901bd25f12eaa0", "message": "fixed compound and uncompound handling", "proba": 1.5586500978770346e-07}
{"commit": "dda356f52596adc2360a3fe7e038992955f62da5", "message": "Fix bug 19919\n\nDon't bother with parameterOrder processing if we're in wrapped mode,\nsince the only thing that could be in there is the single part name.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@249939 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.1679775272787083e-06}
{"commit": "3a785b2c9ed27e69e83c529d9df22707014d8cc1", "message": "new extras detection\n", "proba": 2.8401683493939345e-07}
{"commit": "84017f16a642e1920aaa86a5383f0a500def5380", "message": "Trakt.tv - just log body, do not present to UI\n", "proba": 1.129090492213436e-07}
{"commit": "ff9ecea99755fdd941a12168d110af140819ddd4", "message": "Added base64 unit test\n", "proba": 1.7004769858885993e-07}
{"commit": "f58b5f3edb41726cf18e5e0d494c1a0260d4eea2", "message": "First version\n\n\ngit-svn-id: 73f3b8c70a47e7dda158ff80e9f8be635a78c1e8@353 1e1cfbb7-5c0e-0410-a2f0-f98d92ec03a1\n", "proba": 7.17845466624567e-07}
{"commit": "b54e7e4d397da47d24962738b214b2040e677934", "message": "Where you put a label is important", "proba": 1.0888672932196641e-06}
{"commit": "0b7d3c33001f5c3a100db542e323c189a852ae22", "message": "new command to test the triggers. ", "proba": 1.2102702839911217e-07}
{"commit": "35defabbaa3bb642646e6d5b72923e150a0a5e1a", "message": "find minimum in rotated array - bs still, boundary noted\n", "proba": 1.6947119263477362e-07}
{"commit": "41e1ba1e95368eff6225131804cf1ff7ca3fc8ea", "message": "Added package docs for datatree.\n", "proba": 1.1365274588115426e-07}
{"commit": "46078c37d1f601e7e45456a44d42e906b2d46d53", "message": "MODEL: Aggiungi ISerleenaDataSource\n\nRelated to: SHANDROID-23\n", "proba": 1.2008622718440165e-07}
{"commit": "3ca4fa71b258ed2262158598e04c2dc16ad3bdcb", "message": "add user controller\n", "proba": 2.415130438748747e-06}
{"commit": "0518d50bf348ec506d78688d0e0fc2a17defecdc", "message": "Add class for giving information about what exercise was exercised ", "proba": 2.944315565400757e-05}
{"commit": "af8befe99f4f1b3d4c6d79a0f9255e6f32faa503", "message": "Yanel started\n", "proba": 5.037067012381158e-07}
{"commit": "ca913526366ed55eaafc84073e9150d396167729", "message": "1. \u0420\u0435\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u0442\u044c \u0448\u0430\u0431\u043b\u043e\u043d Producer Consumer.(\u0441 \u043c\u0435\u0442\u043e\u0434\u043e\u043c main)\n", "proba": 1.3031245771344402e-07}
{"commit": "4d691dd780643f9e69287a7301ebbe904cbbbb51", "message": "Fixed git email settings\n", "proba": 5.987662916595582e-07}
{"commit": "0a3a6c0293ed3dc45740fac30738e81b920c084d", "message": "Skip scheduled flush if clear() is called (#10289)\n\nBased on vaadin/flow#2834", "proba": 8.826449970911199e-07}
{"commit": "256730403ec2d679e418ed27ba4fabc572568e5a", "message": "no need for null check as instantiation of field\n\nDeclare static field connection = new Socket();\r\nthis will be later connected via Socket#connect(SocketAddr)", "proba": 3.699447859162319e-07}
{"commit": "b24bde65d7685721043a1c32588128c353fee4f1", "message": "Issue #1074: Minor doc and API changes.\n", "proba": 1.0042357700967841e-07}
{"commit": "25c891b02b9016155001ef2f2efc97c99b117888", "message": "Happy Face\n", "proba": 1.3453307019517524e-06}
{"commit": "97162264ba857bda6b738d2e8a9b6368e83b1422", "message": "Check that jsdoc is allowed on static methods.\n-------------\nCreated by MOE: https://github.com/google/moe\nMOE_MIGRATED_REVID=110025714\n", "proba": 5.408708602772094e-06}
{"commit": "d706c52129385ed26396acc78bcd80fff0f05a58", "message": "Add minor test for HCLPsiUtil\n", "proba": 2.7835193350256304e-07}
{"commit": "85399df386642db62d322695da12e25b202ce87a", "message": "Create Maxim and Biology.java", "proba": 5.594805543296388e-07}
{"commit": "b9f40c3f563e884983b989a69ec387955673cac4", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "e6e5ef755fdcb0d70b00e6a7dd51333f7543d449", "message": "Avoiding null pointer exception\n", "proba": 2.197833964601159e-06}
{"commit": "10acceac9cb9f6d22edf58702eca83503edb7574", "message": "add new example for set x-qn-meta-* [ci skip]\n", "proba": 1.2161768836449482e-07}
{"commit": "07a0bfd411827cef1f714f0f1ab3800a62ccf9ce", "message": "Beanie version of vtkPanel.java\n", "proba": 3.392765393073205e-07}
{"commit": "3fb56e070a68212a5ccada844425c0c0d835da89", "message": "Added custom vanilla huge mushroom generator", "proba": 1.3708418578062265e-07}
{"commit": "f1029d9a910df7d1ff0e44cbbf2d3bb31dc4a7db", "message": "Update EncodedNioObjectIOHelper.java\n\nerror - but why", "proba": 1.7954174325041095e-07}
{"commit": "375090a86a719ce1a8cdac48173c73882e87e879", "message": "Add widget texture provider", "proba": 4.890298441750929e-07}
{"commit": "a16dc5e5a7d12cd3fb1578851d1d14bcdd7fb437", "message": "IOInfo stores blob IO info\n", "proba": 3.1995191420719493e-06}
{"commit": "ce8f11ca366398d483b188856b8c8a295ac60cd9", "message": "fix style for subscriber dao\n", "proba": 1.912685121396862e-07}
{"commit": "7115ac27cc6d95a11a644fe77d67a04268db572d", "message": "KRACOEUS-5523\n", "proba": 3.0215068136385526e-07}
{"commit": "b017981e6823a5091fca46b65626b5fedd58415b", "message": "Be consistent with previous behavior (at least one NULL makes whole\nexpression NULL)\n\n", "proba": 1.774142583599314e-05}
{"commit": "ec78d4381ebe0dd7db2fe9a6c4f5de567a7e0bb0", "message": "Fix broken decoration resolving\n\n", "proba": 3.9924307770888845e-07}
{"commit": "64abf2cb32758424f7808614a845f3100b69ab86", "message": "Add noCheatCompatible to BowAimbotMod", "proba": 9.491176911069488e-07}
{"commit": "3fc4faf7543e075bf8a9394a81179ac8b0dbb0dd", "message": "Created list pipeline element\n\nList pipeline allows to pipe multiple elements at the same time.\n", "proba": 1.1226524776475344e-07}
{"commit": "ff93aad59badf875d77532db471aca3b65b2ff4e", "message": "fixed an issue about Multibuffer\n", "proba": 2.481125704889564e-07}
{"commit": "41b85100636544af7bb4dfadf97481f862f3943d", "message": "Added arabic and getter for default anguage\n\nSmall addon. Added Arabic, and getter for default language.", "proba": 1.0021118868053236e-07}
{"commit": "adb29b8727eeeddd2e4fa10c7454ece6690caf4a", "message": "inital", "proba": 6.537100944115082e-06}
{"commit": "5ddfd3d15c793ab03c9aee8787dfdbf311b99f88", "message": "Try to create folder\n", "proba": 1.5697127082603402e-06}
{"commit": "a59fed4779f92b03631c11690a775b29e9eaa68c", "message": "Add a big integration test that basically plays a : \"select CONSTYARD structure, build REFINERY from it & place it on map\" scenario.\n", "proba": 1.0720253129647972e-07}
{"commit": "6115a4a5fa504c9a689aced811b1b070aa5ba475", "message": "add testcase for issue #1272\n", "proba": 1.938278870738941e-07}
{"commit": "f86878f1b91b13a299b6b47243b3cb108e361af1", "message": "updated\n", "proba": 4.958747581440548e-07}
{"commit": "108ff44947905ca13069b55425bf7cb03ab8061e", "message": "\u5b8c\u5584\u6587\u6863\u6a21\u5757\u3002\n", "proba": 1.2263596715911262e-07}
{"commit": "69d1ada350a968626fd850a2d6eaafb5e0d9e82c", "message": "Fix Oracle AUTO INCREMENT\n", "proba": 0.9987474679946899}
{"commit": "638ead32b901a7f40ae532e50a483d87364806ef", "message": "am 76027655: am 93cb8f6b: Merge \"Create new window-side task on demand.\" into klp-dev\n\n* commit '76027655fba1e3a3d548380767a7a8989a2cfc3d':\n  Create new window-side task on demand.\n", "proba": 6.115456017141696e-07}
{"commit": "4b5aa78c898a827c3cd65f578d31d3809b61aad6", "message": "Delay setting hidden until after isVisibleNow test.\n\nSetting hidden prior to test guarantees the test will fail. This\nthen causes the exit animation to not be loaded and consequently\nthe window is immediately hidden. Then, when the window is removed\nlater it reappears in order to animate away. The consequent flash\nis undesirable.\n\nBug: 7242373 fixed.\nChange-Id: I56966bd9060124be372702090f86b29b4deea8c0\n", "proba": 5.280467689772195e-07}
{"commit": "6d72611579b9578bd77ebe36483399d29380adf4", "message": "Fixed bug with event removal for multiple events and the same target (thanks Andreas)\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@357610 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.926952215100755e-07}
{"commit": "fd80005e6909837d4ee24e9b3a9b77c9559575a5", "message": "Only let people update their vendors that they own\n", "proba": 1.0951183071483683e-07}
{"commit": "4b93a80c7d23c00d24428cd97e9c63818ce74f6f", "message": "on voice-move check for joining not for leaving (on the join channel part)\n", "proba": 1.0966734720341265e-07}
{"commit": "2c13dfe708bf4f9da875f7fe688325422a6c9cfc", "message": "blackjack, dealer only starts with 1 card instead of 2 :)\n", "proba": 1.2597620013821142e-07}
{"commit": "0ae736784d5fad00c1cadc42fc8c46d951263d6b", "message": "Update HelloWorldController.java", "proba": 5.223795596975833e-06}
{"commit": "9b70617e152e75c660d2f7078b238a9ec0a8cfa5", "message": "Adding a ByteArray\n", "proba": 5.073752981843427e-05}
{"commit": "dd2dac1dacf958b40de4a9e285e469ba1dcacaf1", "message": "Encapsulate log message info in LogMessage class\n", "proba": 7.079409988364205e-05}
{"commit": "8673d155bf592f5154f067988571250a568d3b3c", "message": "Create a basic message localization component\n", "proba": 1.89644251804566e-05}
{"commit": "577a46caf1fd2fbabad45da13cb5fa6e48dc7450", "message": "Package access for match methods", "proba": 1.6849153894327173e-07}
{"commit": "0c74210a00d722ced61eb5bf76eeba31622baa39", "message": "Update PrimeInRange.java", "proba": 4.6680332843607175e-07}
{"commit": "9598c1dfe23a1c5a7ae253da5a610fd4ba2e2328", "message": "lambdas: created first example\n\n", "proba": 0.00011962731514358893}
{"commit": "faa3d0c991c38215a0bf5f16a586f71e15920baf", "message": "committing PendingUpdate so that others can use it\n", "proba": 1.2141245520069788e-07}
{"commit": "401c9df1936eb251cc95f30e2e36daa3d32e1c68", "message": "add the library\n", "proba": 5.438648713607108e-07}
{"commit": "d816c9b2108ea9049794ab05446a02d7a9b86f87", "message": "BDragNDrop refactoring and checkin", "proba": 1.6850391659772868e-07}
{"commit": "c8f248cdbe54ef37bf207be556c8bbcf1c4df901", "message": "Added ObjectIntPair class so that it isn't necessary to use the Pair class and wrap an int into an Integer.\n", "proba": 1.0974686404097156e-07}
{"commit": "ac0215ba421e6fe30f8f6043a36929c71faf3482", "message": "Now throws ResourceNotAvailableException instead of IOException\n\n\ngit-svn-id: 25dac4f723c7e5b42083d4a98669c37f60455592@678 69e27eb3-6e27-0410-b9c6-fffd7e226fab\n", "proba": 4.4270171883908915e-07}
{"commit": "4de893b608ece8f2967715fe6f3e58a49347cfac", "message": "The Hurdle Race - HR - E\n\n", "proba": 0.0010959743522107601}
{"commit": "07321425e6c1293ddf4e968406c34c3a13d3c903", "message": "BVAL-388 Create ElementKind enum containing all kinds of elements handled by Bean Validation\n", "proba": 1.1110449804618838e-07}
{"commit": "1b26356bc1e522c5d7f88663a288e27784e76206", "message": "Path with ApplicationPath prefix\n", "proba": 2.9953099556223606e-07}
{"commit": "ebd11f4e48039de00cc3d1131c35d1ef4217d0a1", "message": "SQUASH\n", "proba": 2.0789216250705067e-06}
{"commit": "1781ec6919a889f50502c6c2aa4fc95eb328fb8a", "message": "[DROOLS-871] remove the MVEL dependency from kie-internal\n", "proba": 2.330148589635428e-07}
{"commit": "9881fc8fdd24edf3c02ffc2e1216aa4b06b9f34d", "message": "JBRULES-2499 Create a new module to host IDE common behavior\n\t- moved guvnor's packages from drools-compiler to drools-ide-common\n\ngit-svn-id: a243bed356d289ca0d1b6d299a0597bdc4ecaa09@32716 c60d74c8-e8f6-0310-9e8f-d4a2fc68ab70\n", "proba": 6.48781679046806e-07}
{"commit": "446858ab6e02928712abead7e3b19f7fc697733b", "message": "Update to Maven 3.2.5\n\nI'm sure there was an issue somewhere.\n", "proba": 1.0950785878094393e-07}
{"commit": "a06725546a84719f09147aee663e2a8af59fa838", "message": "Error message\n\n", "proba": 1.6144608707691077e-06}
{"commit": "639a14e69bdeb0ecc28e3d57445d01eec80fa531", "message": "Fixed git updater", "proba": 3.271333639531804e-07}
{"commit": "da9befe719f4a44b73431168e0365a3d91cffd63", "message": "variable name changed for clarity.\n", "proba": 1.376495930571764e-07}
{"commit": "d28e1120979d7107d4788eefb85c683abe630621", "message": "defined the resource model has to be downloaded (uploaded in the future)", "proba": 1.0153894436371047e-07}
{"commit": "045457e9378dd3dd465600685712404ebdd26168", "message": "5.6.1. \u0421\u043e\u0437\u0434\u0430\u0442\u044c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0440\u043d\u0443\u044e \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0443 \u0434\u0435\u0440\u0435\u0432\u0430 [#1711]\n", "proba": 1.3429165335310245e-07}
{"commit": "81094fefe1477036fba8e29f53672d86a86efb0d", "message": "created RealmProvider that provides a Realm instance\n", "proba": 2.1045275389042217e-07}
{"commit": "81cd78c2e1fe43a0f9fce1af510196ed0656f392", "message": "measure elapsed time for parsing json\n", "proba": 2.31679168791743e-05}
{"commit": "b1aa51230e56679e31b8961d2700059c7d02db41", "message": "leetcode-322 coin change\n", "proba": 3.87631132525712e-07}
{"commit": "a2b79a2297435e559f0f5bdafc6065e40f568996", "message": "Revert \"Revert \"Change the shooter motors from going backward to going forward on the ShootingOn command. Hopefully the BaneBot is wired correctly on the final robot, or this commit will need to be reverted, and the wires on the practice robot will need to be reversed.\"\"\n\nThis reverts commit b141ef64a026c5a196e2958ee6a98515a4ee0d55.\n", "proba": 5.448829369925079e-07}
{"commit": "d55855bafcf7d2e89c83f0721b1ed0b6ea32c271", "message": "implemented Ironbark Protector\n\nPretty much the same thing as Taz\u2019dingo\n", "proba": 1.0697254282376889e-07}
{"commit": "91f576f6a60055a8fdf790514e306a66c08529bb", "message": "updated to add links to TextViews whose module fields are of type phone\n", "proba": 1.353957941319095e-07}
{"commit": "5ae9e5dee524998e911844a1ce7a084c8abcc189", "message": "test moved\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@811 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 5.836683385496144e-07}
{"commit": "d4f5a24e97de176f9ebe3b068ef418b8a499cf09", "message": "Fixed a race condition during startup\n", "proba": 4.032598610592686e-07}
{"commit": "2aa393f2013896a24f8e8ae6959397e9ed0e2ac6", "message": "Introduce Statistics class\n", "proba": 2.8845946076216933e-07}
{"commit": "fddb628e8223ea2a15bc982d52bf7a9175227e16", "message": "Eliminate unnecessary statements\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@251999 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999994039535522}
{"commit": "a2546138d584c734e066b3f868e0930d048bb12a", "message": "first deposit for release 1.0\n\n\nSVN-Revision: 2143\n", "proba": 1.209499487231369e-07}
{"commit": "6639a13344f903b3b4765d98735d6b98a8a3cf16", "message": "\n\ngit-svn-id: https://supercsv.svn.sourceforge.net/svnroot/supercsv/trunk@113 f8055292-f235-0410-9831-a420f303a299\n", "proba": 1.0150037041967153e-06}
{"commit": "096588271dbdd84ad38326ef4c1153ce635975fe", "message": "Fix broken breeding harness\n\nCloses #475\n", "proba": 2.3195616449811496e-07}
{"commit": "8e71e764df563476fbeecfa64914599b2a6d5fc5", "message": "Implementa comandos git para clonar ou atualizar repositorio de cartas de servi\u00e7o - #399\n", "proba": 1.1853344972223567e-07}
{"commit": "3dc24d009bf26fecff602cd036af41f896bfa92d", "message": "Add ApplicationContext config with embedded database", "proba": 2.5916813228832325e-07}
{"commit": "680434403b4783d099b649247b200c123f4d68ee", "message": "Tiny little web service for running samples/tests\n", "proba": 1.2529828552487743e-07}
{"commit": "d97d05f152b8d7400535fcb536f210022b857472", "message": "Added HelloStatic exercise\n", "proba": 1.2784879288574302e-07}
{"commit": "2d1e1f20bacbf0f4cd1842ba5f897f4e1eace535", "message": "Update DP solution", "proba": 3.3215189887414454e-07}
{"commit": "8b9c0a3ba00e0b082556b6a921fad53e977d7d90", "message": "\n\t* ModuleBody.java (runAsMain):  Call runUntilDone rather than run,\n\twhich wraps exceptions.  Instead, catch and print exceptions here.\n\n\ngit-svn-id: a878c62e23c3cdd7109267dfd9bdff0ba03a0163@2501 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 3.57898352376651e-06}
{"commit": "b265b7c5b1d078ed175f1d8b38b77a17d2825642", "message": "\nUpdate for Char moved to gnu.text.\n\n\ngit-svn-id: a878c62e23c3cdd7109267dfd9bdff0ba03a0163@1905 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 1.9070012058364227e-05}
{"commit": "2f8423eb802b5964eee420e6083f850b2bea1142", "message": "\nAdd long comment discussing murually dependent modules.\n\n\ngit-svn-id: a878c62e23c3cdd7109267dfd9bdff0ba03a0163@2968 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 1.917981990118278e-06}
{"commit": "9d0c0a2ec676f7d15d08d20bf9720bd45edc4a28", "message": "Create MaximumDepthofBinaryTree.java", "proba": 2.2910546704224544e-06}
{"commit": "a796995f222d00c5045234c9ed6ecad67193a737", "message": "healing spell to restore max HP", "proba": 2.290201877030995e-07}
{"commit": "28016848fa7fd935cc1c93b745b45da90ad09b9a", "message": "Add slave fetching by token\n", "proba": 5.640305289489334e-07}
{"commit": "a59059747210b248771f24c66ea379f57d849a02", "message": "don't start random using a fixed seed\n", "proba": 4.3537173155527853e-07}
{"commit": "4912a0340ac388276eba2ccef7af7d12e0f910f0", "message": "Create CryptoCurrency.java", "proba": 0.0001688120246399194}
{"commit": "cb9db668cc312ac76006d53bd505ce1d1836aa9d", "message": "trying docker variable\n", "proba": 1.246955093847646e-06}
{"commit": "7fb2c6c7f43b7446df1b720b9bdb62e946f780a5", "message": "code cleanup\n", "proba": 7.806218036421342e-07}
{"commit": "a37f75d6b35e48a2e3b98f92e2c8ae114a558bd9", "message": "add WebApplication class\n", "proba": 8.726139526515908e-07}
{"commit": "fee7b4944205a96446375d5c09b4cb89643c9c37", "message": "regerstered destroyed plant\n", "proba": 1.6489039467160183e-07}
{"commit": "6dfb6de964034a362c9ffa0800c221bbdf758138", "message": "ChangeClass added", "proba": 1.6334419683516899e-07}
{"commit": "8e01c1c07300c0fe2ecc76003ea7a01d5d5f47a3", "message": "fix for http://code.google.com/p/mybatis/issues/detail?id=275 , bug in unwrapping loop\n", "proba": 2.9555843639172963e-07}
{"commit": "98002e75f780284ea6951400d186e24d8276b6b4", "message": "input as char array\n", "proba": 0.0026611441280692816}
{"commit": "4e1310bb42187be92c966dd80cca76f79a2bdbc1", "message": "Created MarkedList\n\ngit-svn-id: 5d4207b98d7274194a51d188374a5d8ee1fe55c3@38 783448d1-dfc0-4521-9cb0-58c191f7d5bb\n", "proba": 3.9953445707396895e-07}
{"commit": "a144c0cd8de6163e092343f9ad68bd9097267c49", "message": "\u27f4MIPScalingVectorList.", "proba": 1.406935155046085e-07}
{"commit": "7106d6566202b414f50bf4435004c9abd918083f", "message": "\u5c0f\u4f18\u5316: \u5982\u679c j==jlast \u8868\u793a\u5df2\u7ecf\u8fbe\u5230N\u6761\u6700\u77ed\u8def\u5f84\u4e86\uff0c\u90a3\u4e48\u6700\u540e\u5269\u4f59\u7684\u90e8\u5206\u4e5f\u6ca1\u6709\u5fc5\u8981\u7ee7\u7eed\u6392\u5e8f\u5f52\u5e76\u4e86", "proba": 1.2715464663415332e-06}
{"commit": "39dc6f9d211d3ef59460631a6919a53eb971b959", "message": "Logger\u306eimport\u3092\u524a\u9664\n", "proba": 7.371000378952886e-07}
{"commit": "7e71d0f0a2ead27f1f6c5dcc4681fa03945c1e79", "message": "fix bugs\n", "proba": 1.0751475656434195e-06}
{"commit": "352ee3723cf4ca74ae772496985fa1bb23941e16", "message": "Refactoring calculation: added AccountDAO\nrefs #10887", "proba": 1.824505204695015e-07}
{"commit": "a7333b55f459f28238012e0412bb6dc51c96ca99", "message": "removed old code line\n", "proba": 0.0007476769387722015}
{"commit": "661a5fcbd2cac8813be70d470527217370cacd89", "message": "Cleanup\n", "proba": 1.4090286413193098e-06}
{"commit": "b2791f426194f12e65c754656bdc1295ff3945a9", "message": "Add file which should have been part of previous checkin.\n\n\ngit-svn-id: 23fe82866435bfad55a63e1848058f1c8ce5423e@89 97720ae0-9849-0410-b17a-8398f3d9df07\n", "proba": 2.602005952212494e-05}
{"commit": "eae221d40cd87d2a3cc3c105bd2461e0251bf956", "message": "AXIS2-3960\nExclude certain namespaces from the namespace->package search\n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@682004 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00033622406772337854}
{"commit": "744be37da96dede61cd2768cd503a6eaab4d5bd8", "message": "add mojo for processing changesets during build", "proba": 1.6335012276158523e-07}
{"commit": "41ed23539423b1f60fdf8d0b691cb46f20dd41e3", "message": "Remove debugging pritnln\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@252127 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.6174160666414537e-05}
{"commit": "9a1c717cd5140826963f0a2828228f30a6ee8817", "message": "Missing file\n\n\ngit-svn-id: ed25c26de1c5325e8eb0deed0b990ab8af8a4def@1013 7c6358e6-4a41-0410-a743-a5b2a554c398\n", "proba": 4.3268310037092306e-06}
{"commit": "03bafbe804ec0969336795034fcf75d3ba8a560a", "message": "\u6587\u4ef6\u4e0a\u4f20\u7ec4\u4ef6 Servlet \u7c7b\n2015-7-22 14:59:08\n\nSigned-off-by: BYSocket <841770af485e9daf9ab54c80d1be17a19969201d@gmail.com>\n", "proba": 1.0420652785114726e-07}
{"commit": "1886844d44a0e0d81167e93d5afa75f6d8ccbbe5", "message": "feat(HARD): add _37_solveSudoku\n", "proba": 0.00023243915347848088}
{"commit": "39bdc5d81d27dbb130d6654c37679b439251b0a8", "message": "dumb sol (#46)\n\n", "proba": 1.5583603385493916e-07}
{"commit": "86d13f3daf6f5562bd83d086008d287c58d841c3", "message": "Avoid NPE in printspooler when changing language\n\nPrintActivity is recreated when the language setting is changed.\nAs a result of the recreation mCurrentPrinter is null, which causes\na NullPointerException when onActivityResult() is called.\n\nThe issue is solved with a simple null check.\n\nChange-Id: Ic58f0ca01577d2ec02d494739f3bc2f06240dd44\n", "proba": 8.389714821532834e-06}
{"commit": "6bfaa5bb8c95d5d3cbd182e85859a6a7f52fcb69", "message": "am 6f145cf0: Fixed a bug that the more card was gone\n\n* commit '6f145cf0c02fdbd324ff2d62a86f19bff5eb7ebe':\n  Fixed a bug that the more card was gone\n", "proba": 3.1009506074042292e-06}
{"commit": "6707eec54607b8b0ab343826f907ad9454c1803b", "message": "Isolation of OffHeap issue\n", "proba": 1.427215607918697e-07}
{"commit": "8e8aca71566a630372b3b3d2c097d4e87d7eef21", "message": "Create Main.java", "proba": 1.9291887838335242e-06}
{"commit": "e123941b36af4b9de2cf227756198c05ee7aa9cc", "message": "utils: add metrics\n", "proba": 1.7541309716762044e-05}
{"commit": "1b14856b521c02582438bc8ac8cd042c39c1e871", "message": "adding first new update Test\n", "proba": 1.9368154369203694e-07}
{"commit": "449826c31ba3dac3ab4a8106596ce2aec8f4112b", "message": "TEST: aggiungi LakeDaoTest\n\nRelated to: SHCLOUD-12\n", "proba": 1.2613681121820264e-07}
{"commit": "1f4c45034235ce98fd1da171a9dcec4b7bb17efd", "message": "Fix deadlock when full data backup times out\n\nThe code was attempting to let a reported error in the app <-> engine\nsurface take precedence over apparent success at the engine <-> transport\nhandoff surface.  However, in the case of timeout, this is inappropriate.\nIt was leading to deadlock because the engine runs free, with socket-closed\nas its shutdown signals for determinism.  In this case that means that\nhaving accidentally asked it to finish and report the final result, we\nlocked up forever since the data it was writing dutifully to the engine\nwas no longer being consumed, and the actual teardown signals were never\nsent.\n\nThe fix is to properly express the error-state hierarchy: only when the\nengine <-> transport layer is not issuing its own abort is the app-data-\nmoving layer consulted about errors detected at that surface.\n\nBug 22348852\n\nChange-Id: I8987be0c4f708116dfeb08098d7222241ed317f3\n", "proba": 0.0009630444692447782}
{"commit": "99658ca26ab3b7117b92c008d610bb8baa5ada0a", "message": "(java) Solved problem 52\n", "proba": 6.462313990596158e-07}
{"commit": "04d5dc7356f5853d57ac5d1200ac3e1d989909fb", "message": "Create Document.java", "proba": 1.996419541683281e-06}
{"commit": "0b2954a9e875e918ca9aad63e13a8fa9887115d5", "message": "update class\n", "proba": 4.5387653813122597e-07}
{"commit": "461331e8f33cf5c59c20fb30782d80e3265e4a8a", "message": "add test class for MenuTracker\n", "proba": 2.60648619132553e-07}
{"commit": "8712da410fbd07391cab894fa9b90a4cbb89380e", "message": "CeylonDocModuleManager : we do support loading from jars\n", "proba": 1.2557545403524273e-07}
{"commit": "d3ef45d94d38969d375f45d5ba04f45fa615cb57", "message": "Issue #1471: Run the WarningSuppressionVisitor immediately before we print the errors and warnings, so that warnings added by visitors in the code generator can also be suppressed.\n", "proba": 9.757253138786837e-08}
{"commit": "7313008b0e76d75a4b487cbb671cd2d46eb5a556", "message": "fix #2997\n", "proba": 6.821229021625186e-07}
{"commit": "54bc98b5a82abb4d523877c1bf752d4d6911aaac", "message": "User Principal wrapper provided by Gavrolivo Dmitry for OC4j\n\n\ngit-svn-id: 616481d960d639df1c769687dde8737486ca2a9a@4202 9c99c85f-4d0c-0410-8460-a9a1c48a3a7f\n", "proba": 4.3053304921158997e-07}
{"commit": "1506ddce49e74ecb4c9d67de0f1cef8580f00b54", "message": "made index mapping for the concurrent mapper more sane: removed funny things like \"array\" and \"elt\"; use a naming structure based on the actual indices that is human readable\n\ngit-svn-id: 6ee47c8665bf46900d9baa0afb711c5b4a0eafac@7930 e2bb083e-7f23-0410-b3a8-8253ac9ef6d8\n", "proba": 0.0002276941668242216}
{"commit": "be1011337785396b9be34b73720f0135dffeba0e", "message": "Adds ServerPeerudpEventHandler class.\n", "proba": 1.2202221455481777e-07}
{"commit": "693b7d2e3072d9fc6aa5a945ce6010b287a530f6", "message": "Create Xplain.java", "proba": 1.8833580952559714e-06}
{"commit": "2cea7761ed0c65d3a7c5961086a8b92d028c2af8", "message": "Riple bug fix.\n", "proba": 1.2452753139768902e-07}
{"commit": "12c3601c2fc458f1037912dd1772ffa7ce5a2db5", "message": "Forgot to commit the TypeAdapterFactory\n", "proba": 1.229703343597066e-07}
{"commit": "9b81f991ae683d0528fa67e797458ac6cbbafd23", "message": "Added TalkManagement.java\n", "proba": 1.3468130077853857e-07}
{"commit": "3a84c4c160668d19d05096f03596b30c73f9f4b4", "message": "generalized showing of highlights\n", "proba": 4.576562560032471e-07}
{"commit": "e6271cfac3fe36a7024fc4b5e5adfc49f9ac6904", "message": "removed Google Drive integration; wrong branch\n", "proba": 1.9660178907088266e-07}
{"commit": "adfaa3853c719b98af2de2695ceb2d393bf4d53e", "message": "remove unused method\n", "proba": 1.4057501175557263e-05}
{"commit": "51740d6d786bf583cd46d12beb8515aa00d84bee", "message": "am 0e9f34bf: Doc update: ACTION_APPWIDGET_OPTIONS_CHANGED link\n\n* commit '0e9f34bffdfc476122337d077453f722fc22038f':\n  Doc update: ACTION_APPWIDGET_OPTIONS_CHANGED link\n", "proba": 3.2576585908827838e-06}
{"commit": "4a671a745202cb15cc668d46400731a03b068558", "message": "am 745d1e90: Merge \"Update javadoc for the API and change return of getBondedDevices().\" into gingerbread\n\nMerge commit '745d1e905886ed0d8fa0a8590463093d125bc53a' into gingerbread-plus-aosp\n\n* commit '745d1e905886ed0d8fa0a8590463093d125bc53a':\n  Update javadoc for the API and change return of getBondedDevices().\n", "proba": 6.792173508074484e-07}
{"commit": "ab8cabf1d3e5d5fd1fff17816fbc4ab19e8f1a8e", "message": "am 1e4f4618: Do not always call setIsConnectedToProvisioningNetwork(false)\n\n* commit '1e4f461839ebd3c9d3dc62232c2eac7d8cbdc467':\n  Do not always call setIsConnectedToProvisioningNetwork(false)\n", "proba": 0.0008842136012390256}
{"commit": "157fa0aca55b8e4747f00d2b729e5e361dea7ddb", "message": "am 77c011ba: Set default heap size to 5MB.\n\nMerge commit '77c011ba75ee1403c9b7626e4676cd3c8746605b' into gingerbread-plus-aosp\n\n* commit '77c011ba75ee1403c9b7626e4676cd3c8746605b':\n  Set default heap size to 5MB.\n", "proba": 1.3477458082888916e-07}
{"commit": "0fec7bdb6240c18be5a3e0de1b6c7a31a5ed06de", "message": "add some more Put testing\n", "proba": 1.1981065028976445e-07}
{"commit": "6b43ba2e04f796adfd0dc0885a1018407d3fe07e", "message": "GRAILS-5767 - update test to be consistent with recent GroovyPageParser changes ", "proba": 1.0873009159695357e-07}
{"commit": "e9fba3ea689a6e3d97053a3f29a7b11c88155beb", "message": "INTEGRATION: CWS sdk01 (1.1.2); FILE ADDED\n2003/03/12 14:27:29 jsc 1.1.2.1: #108153# moved from draw directory\n", "proba": 1.3886818805985968e-07}
{"commit": "23f716dab488619c24b90785f87737c58fa5fc6a", "message": "Class for executing functions written in CloverETL language\n\ngit-svn-id: 7003860f782148507aa0d02fa3b12992383fb6a5@2025 a09ad3ba-1a0f-0410-b1b9-c67202f10d70\n", "proba": 2.1057253434264567e-06}
{"commit": "9cd6122d1963d7061ee197f0fee08502d320a3d7", "message": "Add method \"dePost\" (not needed)\n", "proba": 4.784898237630841e-07}
{"commit": "e2497d8d43e6024e62bdc8bca4eacf9a1e68d7f8", "message": "Update WebEventController.java", "proba": 1.2737868928525131e-06}
{"commit": "ff7656c9de4e6ca0ec13da2b99593be71dcfd796", "message": "Fix bug 4211099 channel constants and 7.1 mask\n\nAdd definitions for the side and elevated channels.\n\nAdd new (correct) definition for 7.1 mask which uses\n the side channels rather than the front half-pan channels.\n\nChange-Id: I13d93f99f3b453ce2ab5fdc2da66629ed7f337ef\n", "proba": 3.860227025143104e-06}
{"commit": "ea763069b1dca16193d32c6cf3ceab1c23743271", "message": "Bug 4231349 fix error in javadoc for android.media.MediaPlayer\n\nIn the javadoc for MediaPlayer.OnBufferingUpdateListener,\nthe percent parameter for onBufferingUpdate() is described as:\n  the percentage (0-100) of the buffer that has been filled thus far\n\nThis is incorrect. This percentage is the ratio of (current position\n+ content buffered) relative to the total duration.\nAlso buffering updates are only sent for progressive HTTP download.\n\nChange-Id: I9f346a150b39fa1f7b17126119ecc0d7d27fbfbe\n", "proba": 2.4802557163638994e-06}
{"commit": "4bea279b6dbb7bd22e124e40a5b1deed9a783b8c", "message": "Update Flatlands.java\n\nAdded description", "proba": 1.4235345702218183e-07}
{"commit": "45ea9c7d23cf0ff08b5bdd346a861cdf8568cade", "message": "Update Gold.java\n\nduplicated blocks  remov", "proba": 3.6624271615437465e-07}
{"commit": "0fc6073e251939aadce0eab166b5a17efee21873", "message": "Forgot to cvs add test/src/org/lockss/test/MockArchiveReader.java\n\n\ngit-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@6202 4f837ed2-42f5-46e7-a7a5-fa17313484d4\n", "proba": 1.2284589274713653e-06}
{"commit": "4d45bf14deba0147cc6e43a87dbc0cc1116ef9a2", "message": "Default String added for jlNumberInfo.\n", "proba": 1.2325681097991037e-07}
{"commit": "d01b65cc544aedf4001ddecbf2480e85947b1511", "message": "Added main", "proba": 2.27018304599369e-07}
{"commit": "ba2eb3d1627a69ebcb0277941eef9aa1d0f40e01", "message": "Avoid needless template marker '<>' that causes problems with old Java.\n", "proba": 2.5382641410942597e-07}
{"commit": "9b95a4fcdce4b1a7a418e36de2ddc4d2c3acfc69", "message": "Broaden the filter for wallpaper restore\n\nTweak the filter parameters so that we now use any restored wallpaper image\nthat is larger than our ideal size, and will reject any smaller images only\nif they are *much* smaller than our ideal size.  The specific threshold used\nhere will just barely reject Nexus One or Droid sized wallpapers for restore\nonto a Xoom, but will pass anything larger.\n\nBug 4070129\n\nChange-Id: I889bdb3ef5011343b2fccb2f81c6abc2f4603ee2\n", "proba": 7.03899274867581e-07}
{"commit": "99f4ac144506d307b38ab112d1054e5fe18a7217", "message": "am 97fce66f: Merge \"Make several key crypto parameters repeatable\"\n\n* commit '97fce66f7d6c5803dfa49f7ab9a0d9e9b009082f':\n  Make several key crypto parameters repeatable\n", "proba": 4.5055665509607934e-07}
{"commit": "42abb74834dc56393fad9f32a6717269c58c1eb3", "message": "Reflect removal of KM_TAG_AEAD_TAG from keymaster.\n\nThis reflects the changes in da89dde9787dfbd8c053119ab52d9e671106b18e\nin system/keymaster.\n\nBug: 19919114\nChange-Id: I9cdfc7ce63099c4de29029b1fc112369c4a68eba\n", "proba": 1.448939315196185e-06}
{"commit": "4ed27328b5e20d32b1e6ac5b39684dad3e737ca7", "message": "am dc97144b: Merge \"Always call super.onCreate().  Always.\"\n\n* commit 'dc97144b3f83bf6dae90493a6631afc6523dfce2':\n  Always call super.onCreate().  Always.\n", "proba": 1.3778107188500144e-07}
{"commit": "dbca76cda1a2a6fa95c592654f8649cb30b65833", "message": "am 1b57758a: Merge \"Fix Array Index Out of Bounds in BatteryStatsImpl\" into mnc-dr-dev\n\n* commit '1b57758a1bb814c3a00ec864fe164bfe7861a9ab':\n  Fix Array Index Out of Bounds in BatteryStatsImpl\n", "proba": 6.301973485278722e-07}
{"commit": "ae8894f16c9b10f5b463b2ffeb854d0da8ee0455", "message": "update directory target test\n", "proba": 6.259010660869535e-07}
{"commit": "02f85e5e6626dfa832162a7d9e3c3d48191a0fe2", "message": "Remove duplicate read", "proba": 4.4492098822956905e-06}
{"commit": "ee0b7ad469d1c049a5a8da91ac1caf7b95dff1d4", "message": "Add shuffle.ShuffleTest.java.\n", "proba": 1.404618501510413e-07}
{"commit": "fa9bc57d1d7e38839bbae78313a9194a24465b0a", "message": "Some cleaning up.\n", "proba": 1.7729983881054068e-07}
{"commit": "7f9e1e4e39f0949f479ca99310c9676e7a79cc7f", "message": "camera live/idle improvement\n", "proba": 1.9897923664302652e-07}
{"commit": "bac7aac67442b4271b5ce871d190cd8296e50f6b", "message": "Delete Typology.java", "proba": 4.163921687450056e-07}
{"commit": "45d4acf623291265d35948398d3e3a0e4ba1065e", "message": "Applied support for params from http://liquibase.org/forum/index.php?topic=789.msg2887#msg2887\n\ngit-svn-id: a91d99a4c51940524e539abe295d6ea473345dd2@1840 e6edf6fb-f266-4316-afb4-e53d95876a76\n", "proba": 5.027770839660661e-07}
{"commit": "e8b6432b74513259280c8eac2de630f711aac281", "message": "Add Bug3479757\n\ngit-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@14237 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 5.248115826361754e-07}
{"commit": "07d1b14ad0b73a7607c48f42481ff284897fc717", "message": "add test case for bug 3598793\n\ngit-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@14695 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 9.458241834181536e-07}
{"commit": "27e1a759802ebb8a614a8c27778c67a4bf0b51ef", "message": "Add: CountDownTimer.java\n", "proba": 3.4738757221930427e-06}
{"commit": "628ec63312a2b722f1058cc242124a09e98cbde0", "message": "use all available cores when generating addresses\n", "proba": 4.6171837198016874e-07}
{"commit": "dfed7c37baf71ee409b31faf33e893e06d2dcfee", "message": "Added documentation for the Post class", "proba": 1.6901167043670284e-07}
{"commit": "9823d930b03c95d4a3e5cad28bc20b4564415445", "message": "Added method to turn edge sections into vector chains.\n\nSigned-off-by: Christoph Daniel Schulze <990d4710b15458e3edaa8601cdf5b44648b4fc61@informatik.uni-kiel.de>", "proba": 1.1203957228644867e-07}
{"commit": "18bdeab01252b20406ef7f512f611a348fb1cd3a", "message": "Log game crashes to the logger, not Stdout\n\n", "proba": 8.530922059435397e-06}
{"commit": "bf7a1b1d434c81b3bba4f1b4e6cc8d3c1d79eeec", "message": "commit query interfaceimpl\n", "proba": 1.2028684750475804e-06}
{"commit": "3d256cd108f6b80f8bb2a8a29370034bedfd2746", "message": "Initial Commit\n\nSVN-Revision: 168\n", "proba": 1.3884739757941134e-07}
{"commit": "f6763a26dd5cbbd5590f3c7f452dfdf028dcc7ee", "message": "Started to add GameProtocol documentation/comments.", "proba": 1.0651607595946189e-07}
{"commit": "a59a7a31b789b917bc9550b4d2ae7c07cd89c187", "message": "A\u00f1adido ej02 - texto palindromo mejorado", "proba": 4.194090479359147e-07}
{"commit": "3524930529f8fb932137d4e2167151772a24d937", "message": "file test works...", "proba": 1.3213629301844776e-07}
{"commit": "d1eed4dac1e0a86e9d1349fc585a9ba9bf3cfa52", "message": "BOJ #11576: Base Conversion\n", "proba": 2.1405291761311673e-07}
{"commit": "dd3f3925028c039d03b6f45f15b97b33dfb840c3", "message": "BOJ #15664: N\uacfc M (10)\n", "proba": 1.7570160082414077e-07}
{"commit": "f18c70d7761b308039a2de3a5c1399421a44bdd9", "message": "BOJ #16953: A \u2192 B\n", "proba": 0.00011592397640924901}
{"commit": "2e791c280ded6740c8e3e13775c06c8fdb755c8f", "message": "Adding the second panel\n", "proba": 2.768952072074171e-07}
{"commit": "a785bc511eb9729b7a2546e2e507c71d202aa4d5", "message": "prepare for maven utils", "proba": 2.2561324897196755e-07}
{"commit": "4efa64756e3900b79ab98f96885d833db164f354", "message": "save/restore previous category in the prefs dialog\n", "proba": 2.758004313818674e-07}
{"commit": "f6b27385f883a4958373db1b36a294feb08f1505", "message": "debugging\n", "proba": 2.4004323222470703e-06}
{"commit": "98b303acc6c214967a1d563e8e581774e0c71635", "message": "revert the previous commit, writing null is correct.\nA String \"null\" is expected during deserialization.\n", "proba": 9.427820941709797e-07}
{"commit": "539fc72d77a1cd6fb386ad903c96e7e11686d00c", "message": "Create Cuboid.java", "proba": 3.966785516240634e-05}
{"commit": "c9bceb95627c9ebfc4d787570c2e90ff2316a731", "message": "Added Abstarct datatype Bag\n", "proba": 1.6934791347011924e-07}
{"commit": "612352329edd9cccc1676d33fa4b0ef4cf9aeb91", "message": "Still working on MainAPPrefsFragment", "proba": 1.2993199050015392e-07}
{"commit": "d84bd6be292059b2807fcce0dcc9436c8a96d6dd", "message": "applied patch for GRAILS-3585\n\ngit-svn-id: 29aad96320b2a07b98332cd568fc1316025c072f@7871 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d\n", "proba": 3.17835088026186e-07}
{"commit": "9b6f02d07f6de885e77faa79a922e076a549756b", "message": "Update EntityDeathEventClass.java", "proba": 6.142594770608412e-07}
{"commit": "b47727230521adc66d7baf5e9249963bcaaeaf6d", "message": "\u89e3\u51b3\u5206\u5e03\u5f0f\u9501\u5bf9Redis\u7684\u5f3a\u4f9d\u8d56\u95ee\u9898", "proba": 1.9240719950630591e-07}
{"commit": "74130abdda29051e913b00ba01e23d2e1b44970d", "message": "Introduce a workaround when copying files without wildcards\n", "proba": 2.5207194198628713e-07}
{"commit": "81eff5f1605143e3c3e18be81270ea9b8a8c73c1", "message": "VTK-1141 working Tip-a-friend controller. TODO: get hostname string from Path, add DDOS / spam prevention with check on requests from ip / ip-range in short timeframe + some refactoring of mail templates and tuning.\n", "proba": 1.001458400651245e-07}
{"commit": "b007acfe372d19a25da31e97de0ee07efa9e0e81", "message": "my solution leetcode [506. Relative Ranks]\n", "proba": 3.37113334580863e-07}
{"commit": "0b03758a71d2d4237c0d0c52daa3bc02b8e02923", "message": "Fix: 392115 - Captcha field is shown in Signup Page though no Captcha plugin is installed\n", "proba": 1.1044865999565445e-07}
{"commit": "4083452cc585d9f5231918f22b90abada41140af", "message": "\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@6501 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: cc344785d4f27a51799e0dc14d1d26e26189d7ae", "proba": 9.377274068356201e-07}
{"commit": "d87b2274554c6a6a13ea400fe354ad9068fa25f4", "message": "add TestHelper.java\n", "proba": 6.615467782467022e-07}
{"commit": "a8730d4da17fd792f6ef8a419c33f409c5383479", "message": "Add support for pv and sv #2", "proba": 1.3096429540837562e-07}
{"commit": "3eac72dfef493007bfe3e79f30839fbd9f6dddd3", "message": "Initial version.\n\n\ngit-svn-id: 6c0206e3b9edd104850923da33ebd73b435d374d@623390 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.82933789701201e-05}
{"commit": "ababc171547a602f5e112437c56ec3e8e37e28ac", "message": "Added unique name generator.\n\ngit-svn-id: c370df98430a35dd00b162d6374c469c5472cb8d@52 e0cfbd62-f62f-11d8-30af-f3ed57e6e8f3\n", "proba": 3.0218895972211612e-06}
{"commit": "9f58487987a0c8987481514016f2f55ad2c943bd", "message": "Basic implementation of Claw class\n\nActual claw position values need to be determined and filled in\n", "proba": 1.1427757584669962e-07}
{"commit": "a0d62c6aff759458f00bffb1e8ccfefa7b512485", "message": "added\n", "proba": 1.6080610976132448e-07}
{"commit": "ffdcbfcbcd2cc4fae5d45797b11cdfded9f057ca", "message": "Minor change.\n", "proba": 1.9911705351205455e-07}
{"commit": "3e12d722b618c3989280a9c9060e2a1952083de1", "message": "Store a lookup map of MIME types for some file extensions.", "proba": 1.084591687572356e-07}
{"commit": "c72110e5de88b47ba841464c91fdf7b33b1c32a5", "message": "introduce parameterized test data for pagination [COLLAB-222] [COLLAB-224] [COLLAB-173] [COLLAB-144]\n", "proba": 3.7142103792575654e-07}
{"commit": "7b5430117b9b0ce523660febb45c6f2f38794e9e", "message": "overlay for expanders etc.\n", "proba": 1.1249545650571235e-07}
{"commit": "ee8805ab386828c4bb7345356e62202d8451fa85", "message": "De-tangling the functionality from the main class into separable\nobjects. There's plenty more that could be done here.", "proba": 2.1258006199786905e-07}
{"commit": "1b2907034fcfc386c290fe6a5069c988b94e2b7c", "message": "Added testcase for planner", "proba": 1.743573960766298e-07}
{"commit": "8ec08403941ca57fc7ab359dfe54f7be46f6cd1d", "message": "Committed LoadDB performance test case\n", "proba": 1.9652344462883775e-07}
{"commit": "0a9bd6364ab13ba57a67fc95ec4c3ff2c6308a7f", "message": "Done with q7\n", "proba": 4.3211920797148196e-07}
{"commit": "33427f58c94c5e1bc93db3ded06fa16302a7c3d0", "message": ". build & uses restricted char set from XML Schema pattern/facets", "proba": 1.3327887415925943e-07}
{"commit": "f40a33d9e158e94c2738d0a08dff2490dae101d2", "message": "* Resource Authorization contract\n", "proba": 1.2737392296457983e-07}
{"commit": "fa620677d0a8fe4ae05aae2d9a0640597c438745", "message": "add test for mismatched frequency offsets #740\n\nThis test fails and must be followed with a patch to fix the problem.\n", "proba": 9.962725044943e-08}
{"commit": "735cba4839b0224be40ff03e649daa4adeb0284f", "message": "added FileGeneratorMain class\n", "proba": 1.7866604196115077e-07}
{"commit": "1ba3ff801dc723ef23ea58274f1b7215b555e3d7", "message": "[COM-27] - IN PROGRESS: org.jiemamy.utils.sql.metadata\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u5404Meta\u30af\u30e9\u30b9\u306e\u30b3\u30f3\u30b9\u30c8\u30e9\u30af\u30bf\u3092public\u306b\u4fee\u6b63 \nhttp://jira.jiemamy.org/browse/COM-27\n\n", "proba": 1.492012131620868e-07}
{"commit": "bf524cd31bb7a4f02c24d1ef3fe90e01ede62029", "message": "FIX issues raised during code review\n", "proba": 1.4122450409104204e-07}
{"commit": "4233f8156400da3f5f3d230cd2676df25a168b7a", "message": "Updated test-core module.\n", "proba": 1.1567217939045804e-07}
{"commit": "2255852f8ced6a08a7243f1f1a5c3c4b07500d95", "message": "KCIRB-738 cleaned up code\n", "proba": 1.2076611710654106e-07}
{"commit": "dbaa5c248772ead232e73eddb99d3b3928693450", "message": "Remove unnecessary asserts\n", "proba": 0.008891221135854721}
{"commit": "11dd1864bcc3bf8b2997b9b54e5661c1999bf9c4", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "ffbaf7261afabb4645f4785b6ed2ed15203882a2", "message": "KRACOEUS-1692 - Fixing the Unit Tests\n", "proba": 1.1410409683776379e-07}
{"commit": "087f60bf95215b502ec5d8ee9ccee4bf19a149c9", "message": "Added new test that tests putasync using an completionhandler\n", "proba": 1.7825792042458488e-07}
{"commit": "384b9495949f62a5e6c70b57d2a1231246376e5d", "message": "fix pen Closes #5\n", "proba": 3.3512560548842885e-07}
{"commit": "9be24bb0c8b1e62d3d724cecc29ba3b463c99cf9", "message": "Global window now gets maximised properly\nFixes issue 1153\n\ngit-svn-id: 50f83ef66c13f323b544ac924010c921a9f4a0f7@3977 00569f92-eb28-0410-84fd-f71c24880f43\n", "proba": 3.3048169711946684e-07}
{"commit": "ad8729064a6e7ea530e6354bff73326fe5ba11bd", "message": "#10 created a locale helper class", "proba": 1.5101178973964124e-07}
{"commit": "c80cfcfa69eb8136a5ecc39977e20c24d6c7ead0", "message": "Delete Progress.java", "proba": 1.3538790881284513e-05}
{"commit": "3812e616f5909d962f393097fa12c2319122f2c5", "message": "showx and showy parameters influence color legend", "proba": 1.3731853698573104e-07}
{"commit": "7aaab7398e956f1ac31f281d23be6f9daef0e5bb", "message": "Missing class\n", "proba": 9.095468158193398e-06}
{"commit": "db5091aec87f0904ec631e0be3e5cbb2ffad3f4f", "message": "Arrays can throw exceptions all by themselves\n\nRemoving unnecessary check, arrays are perfectly\ncapable of telling when they are out of bounds\nthemselves - thankyouverymuch\n", "proba": 2.548237603150483e-07}
{"commit": "59af9b344960a0cdbd43108d3c99eb0225d2c748", "message": "case, and ws", "proba": 1.1753672879422083e-06}
{"commit": "f948d0d63cf1d721fa4ef0037f0468f21320e026", "message": "fixed random test failure\n", "proba": 4.957314558851067e-07}
{"commit": "637599b8a74e5c411cb6e567a2ac029ee0fabfee", "message": "fix unit test after switching LoggerContext to stateless\n", "proba": 1.1643001016636845e-06}
{"commit": "ee04e5a28bb509f0203003c6eab06a48afae971e", "message": "\u589e\u52a0NullView\u89c6\u56fe\uff0c\u7528\u4e8e\u9632\u6b62\u63a7\u5236\u5668\u8fd4\u56de\u503c\u4e3aNULL\u65f6\u53d7Convention\u6a21\u5f0f\u5f71\u54cd\n", "proba": 1.4278050741722836e-07}
{"commit": "9a593fd480e2ca237d8a0cde455a89d6d74b2826", "message": "Add skeleton for bootstrapping task\n", "proba": 0.00031756327371113}
{"commit": "8f2088e4e407e33d0b953409c8f916d92bd71760", "message": "added tests for private event classes\n", "proba": 1.4563090644514887e-07}
{"commit": "1f58824f69b9a0eac4d97ac2d280c1303253fa97", "message": "dictionary", "proba": 2.0276080249459483e-05}
{"commit": "56e8e0bc8008d2bd60f04fc78ff036236a44f598", "message": "am 2b48ca07: Merge \"Fix 2 functions getting connections up by apnType\" into honeycomb-LTE\n\n* commit '2b48ca07efd7f499ff01a3eeb17a4f5c40106dbe':\n  Fix 2 functions getting connections up by apnType\n", "proba": 2.829478660260065e-07}
{"commit": "6fd69ade3e2809e8eac462932289359c765472f3", "message": "Leds interface for MSPSim leds abstraction\n", "proba": 1.522742962833945e-07}
{"commit": "8d796f7d469515a9472731f3ccfaee85b4cf1449", "message": "Tom can't get anything right first time, it seems.\n", "proba": 2.3813241512016248e-07}
{"commit": "cc84587328340156fabf6bee0d37823c715dace0", "message": "# bei URIs entfernt.\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@1372 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 4.311084467190085e-06}
{"commit": "63db541a2c8df790560cbd314da862d2850b5b02", "message": "Add new JmsMessageProducerTest for testing amqp sender implementation.", "proba": 1.0954902052162652e-07}
{"commit": "a26cd581a6d8a677cd73d53a4bd103370f77ac66", "message": "Added the translation manager interface.\n", "proba": 1.1426918433699029e-07}
{"commit": "db3d127b870655e281c4ca4585d8d17dd270845a", "message": "https://www.acmicpc.net/problem/10871\n", "proba": 2.8363626825012034e-07}
{"commit": "4ddf6a605ebea81387d60e09c5a810d82ee171ad", "message": "https://www.acmicpc.net/problem/11401\n", "proba": 3.2641972325109236e-07}
{"commit": "d8f1431078444ea6a51a880f58a5160c1ad739fb", "message": "https://www.acmicpc.net/problem/11651\n", "proba": 2.8156642883914174e-07}
{"commit": "c8345235bd2e06603f05d03f4f329dd5031e10b5", "message": "SimonStewart: Disabling failing tests while EmmaSoderberg looks into the root cause.\n\nr17801\n", "proba": 6.681110335193807e-06}
{"commit": "8b2a26bdaa38b1dc37909395d34096fba7216dbc", "message": "Move MessageTracker to sal-clustering-commons\n\nMessage tracker is useful outside of the data store, move it to commons. This will allow\nus to use it in RaftActor's recovery code.\n\nChange-Id: Ia1d8074d6dad7ea051d3650cd417cc773292506c\nSigned-off-by: Robert Varga <b8bd3df785fdc0ff42dd1710c5d91998513c57ef@cisco.com>\n", "proba": 1.9080049185049575e-07}
{"commit": "520f821b4e72c6a8b22f5621392594d1cb7b66d0", "message": "#285: Add unit test for 'AdaptiveEngine' class.\n", "proba": 1.0250156634583618e-07}
{"commit": "56b1958263018f1bc4cd9bb7b7d4864ffb461835", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "c6cfe6364e93afa01ca9cdb5472bd625ac84a430", "message": "\n\ngit-svn-id: https://svn.apache.org/repos/asf/webservices/axis2/trunk/java@553494 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.737090754744713e-07}
{"commit": "c7ec0c8df2c671e0baefc3d3b16f71f5195c0252", "message": "Fix for Bug 26840 - MethodCache.getMethod() causes unneeded classloader thrash\nfrom  Danno Ferrin (shemnon@yahoo.com)\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@257425 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.724217650524224e-07}
{"commit": "aafede9e1a1c37dea1cfc09648d4757832d25ffc", "message": "SAK-41058 > bug fix for Double comparison (#6430)\n\n", "proba": 1.0108387726859291e-07}
{"commit": "d52eee43a1becc4a106eb74179becf863a292e4b", "message": "Cleanup\n", "proba": 1.4090286413193098e-06}
{"commit": "b1187865024840c5f2d85846ea12c84ae1dd2632", "message": "Implemented FileUtils.writeFile( File, String )\n", "proba": 4.6218755755944585e-07}
{"commit": "4b99d6dc1db622fc3204e6088bf116a50e04e8a9", "message": "Added an EditText form field having a proper read-only mode.", "proba": 1.0632121671960704e-07}
{"commit": "3c3630f60cedd03454d31ff89efc6aed6e7182b2", "message": "application to help mapping SPDX non-standard licenses", "proba": 1.9434394005202194e-07}
{"commit": "707ff27bf55c6ab4957bf986020eb1c7232da358", "message": "Fixed problem that in some cases duplicate entries could be added to the source zip (errors were silently swallowed)\n", "proba": 1.0850179421595385e-07}
{"commit": "0b2f681b84cf36d8adfbcb34a652d6c146140095", "message": "GBE-436: replacement context class to log beans", "proba": 1.3943004262273462e-07}
{"commit": "fe583ff0b0371bea3d3e2bdfcecdb23a9b413e0d", "message": "ExpressionTransformer: log an error rather than throw or a warning on unsupported ops\n", "proba": 2.741828666330548e-07}
{"commit": "c82404583e4c1ddb2f32cbc4f60472d6743c1f4f", "message": "ExpressionTransformer: #244: fixed erasure for assignment\n", "proba": 1.9540344453616854e-07}
{"commit": "fdfee264a5c21ccedf6c00650598e00db06165d5", "message": "Fixed #259 Backend must use getTarget() to determine the type in instantiation instead of getTypeModel()\n", "proba": 1.3269952603423008e-07}
{"commit": "a87b58cc1a8123fc9b61d191b0554ba7d1663860", "message": "Fixed problem compiling Empty\n", "proba": 6.166953880892834e-07}
{"commit": "6c22852f44c8d02f5ef5bf9ffdd0164437ddea9f", "message": "CeylonModelLoader: fix for #1164: get rid of NPE when compiling Java dependencies\n", "proba": 2.12442046176875e-07}
{"commit": "f76756aa738e6b99f17c3f28dc6c906a1a2174ad", "message": "CeyloncFileManager: removed unused line\n", "proba": 2.343556388950674e-06}
{"commit": "aff44822dd2d7b74091d2f351b1cb08ff87b30fd", "message": "2.x: Add TCK test for limit() (#5683)\n\n", "proba": 1.2264673898698675e-07}
{"commit": "d4efe089befdb16df2bf5cec868c4e317eb47af2", "message": "Test Factory with Runtime\n\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@198 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 3.039138505300798e-07}
{"commit": "a12796ee4ec0ecc08f60814f1d5df781e4b7ff68", "message": ":snowflake: Add query for computing minima\n", "proba": 0.0010258513502776623}
{"commit": "bf9fa6c91f292274ccd86f6945266423b1cf2d12", "message": "Added print out.", "proba": 1.1845637715168778e-07}
{"commit": "3e19877234639b41ad98ad03e4c5c3e8d5d53db6", "message": "Added: more overrides in VisalloInMemoryTestBase\n", "proba": 1.2400396087741683e-07}
{"commit": "aa7333a12b18953a021e903bc4b6ec863fb7e5e8", "message": "iBatis", "proba": 9.321591960542719e-07}
{"commit": "f00a09976655a0fdc66e6d8e40488791e6c4c32c", "message": "Add another exception for enum switch bytecode hacks. Looks like different JDK's have different workarounds... sigh", "proba": 1.1787961540221659e-07}
{"commit": "c758bd5a7b13f757a4e2d2ef2104e49d0adffc08", "message": "better variable name\n", "proba": 0.0015981619944795966}
{"commit": "aaafe88eb08ac984c79f64cd785ad4f04c3d3d83", "message": "Commited Ceasar cipher\n", "proba": 3.1183969895209884e-06}
{"commit": "9c73f0ee0fe897c6be093f3bb59431e37d8e5a7a", "message": "protect from one more NPE\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@524504 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.390498536897212e-07}
{"commit": "c437688ea91a6d20331ead44cdee47d4bf5bc01c", "message": "format", "proba": 6.792501517338678e-05}
{"commit": "fdffe6cd50e226f674cd9d7b41bba4172d6d653d", "message": "calculation precision test", "proba": 3.9782312910574547e-07}
{"commit": "e70e0d919131e636ed84898b544c3684335dba80", "message": "new: dev: add IT for multi-picklist\n", "proba": 3.1473973649553955e-07}
{"commit": "3a16247e12c779f0e3bf4a15c4e0f53ac4a5f345", "message": "Code review. Java 1.5+ compliance and imprevement\n", "proba": 1.3655264865519712e-06}
{"commit": "a560806e1bbe33b25a1f351eb082c40d89d98dfc", "message": "added source to task zeroMax form Array-2\n", "proba": 9.660751629780862e-07}
{"commit": "6b2b595c9394af3014e04dbde2e2224f16fdb431", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "88ad5f929ddffee26f5ec0603ad4d82ffa68d603", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "d590beba4910c095dcb0ad5cd0d2eba3bee92f32", "message": "Fixed a long line.\nRelated issue(s): APC-675\n\ngit-svn-id: a6571597954494654385eb5e6693f686f629ea20@191 bee1aa47-a06f-436c-a2f2-6a1efea3c100\n", "proba": 8.431616151938215e-06}
{"commit": "32c77903de43f3aa2c83e318c8d12b978323fbe2", "message": "\u623b\u308a\u5148\u304c\u7121\u3044\u72b6\u614b\u3067\u30d0\u30c3\u30af\u30ad\u30fc\u3092\u62bc\u4e0b\u3059\u308b\u3068\u7aef\u672b\u306e\u30db\u30fc\u30e0\u753b\u9762\u306b\u623b\u3055\u308c\u308b\u30d0\u30b0\u4fee\u6b63\n", "proba": 3.9840287513470685e-07}
{"commit": "67601f882630084a2652a7f896693d3a7158fe50", "message": "media post() fixing classname picture\n", "proba": 6.460255690399208e-07}
{"commit": "0f5e0a38cfeacc15857a91bda8e528b0c54346f4", "message": "Moving files to Entites.\n", "proba": 1.210104159099501e-07}
{"commit": "98329e6c5dd886e71b8951f90e1f8ed44e6d3249", "message": "Input - create\n", "proba": 0.9999644756317139}
{"commit": "6701cc26fd3f1c55c626fb14c42a9229d1a874dd", "message": "column\n", "proba": 5.6787621360854246e-06}
{"commit": "ff43c1793bb77cdf7e5c3d3b05259993e6697ac0", "message": "IUploadcenter removed from Json\n", "proba": 1.8102240062489727e-07}
{"commit": "74191b529ca0ea18952f8ea4eb37d84253d1cbe6", "message": "handled IllegalArgumentException for bad \"Talkers\" values", "proba": 2.9534149348364735e-07}
{"commit": "566b7f88f90416a89ebeaf5e316eadb8cbea4686", "message": "adding javax.io.StringOutputStream", "proba": 1.8211572751170024e-05}
{"commit": "78acfd0b10ee894e0e39d1ba2df23ace0231993b", "message": "Update NBGROWTHAPLAFYP.java", "proba": 1.0565405546003603e-06}
{"commit": "5cdfc518aa663bfcca6b99d5d315895e4d8e04b3", "message": "code style\n", "proba": 1.4898070048730006e-06}
{"commit": "98189588a1653a8fdf21d46e491f6984b7c9f73f", "message": "Day 13 done\n\n", "proba": 1.1348057341820095e-05}
{"commit": "25d4c68d86e543034f59cc3651a77440afd2a7b4", "message": "Java Generics\n", "proba": 8.0259809465133e-07}
{"commit": "b5818bc9ee26e9ee7de0ab794f8c59d873ec800f", "message": "ROUT-7: Implement User Mongo repository interface\n", "proba": 1.2775835500633548e-07}
{"commit": "1426fe95fe38200b021135c656d3c4ecde51bbc9", "message": "another meter leftover\n", "proba": 2.1861993104721478e-07}
{"commit": "fa0f7784d38936bda20d06bbc300f8821a1feb09", "message": "extracted api to core\n", "proba": 3.42248739571005e-07}
{"commit": "16d3cea24eab588be5e3e98c9572c1c4cad43f23", "message": "Update BSTnodeRemoval.java", "proba": 5.08457731029921e-07}
{"commit": "05c66cc5cc6357be19fdef0fc131731368c38646", "message": "Don't crash when scaling Bitmaps with private Bitmap.Configs\n\nBug: 6526197\nChange-Id: I89f008f90888f0a679274c00293342ab0fb0e28e\n", "proba": 5.732843533223786e-07}
{"commit": "2b5ca44752da291a9a65133fa2d720035e7f023b", "message": "Added Minimax\n", "proba": 2.5220683141924383e-07}
{"commit": "023fd61ce44c4055e4eb7ea5026826cd5291143e", "message": "\u5b8c\u5584\u652f\u4ed8\u529f\u80fd\u3002\n", "proba": 2.1485647039298783e-07}
{"commit": "a86465d7af8c8995210166954ec42624560bf86e", "message": "am 8c743655: am cb13da97: Merge \"Revert \"Dismiss color fade when it is no longer used.\"\" into mnc-dr-dev\n\n* commit '8c7436558fa61b5ce9e82116b6b385f8f246d87e':\n  Revert \"Dismiss color fade when it is no longer used.\"\n", "proba": 1.5805778730282327e-07}
{"commit": "60b3d479d19866e4447cd4fa5ad8ce70612840d0", "message": "Fixing collisions", "proba": 7.112484468052571e-07}
{"commit": "48c65483c78fda2a6e84df022dc06364a8aaaf09", "message": "add instructAge to the properties that user can update to himself\n", "proba": 1.4649873492089682e-07}
{"commit": "22b55ea56999f9507d314c3587f1aaf8c0fb1a26", "message": "Unit Test for new UI\n", "proba": 1.5875981773660897e-07}
{"commit": "520bdbefcab51e4970c2eba384202f3c11fdb179", "message": "bug-fix\n1. fix bug of statics: not static today if have not create a item yet.\n", "proba": 1.1300674884751061e-07}
{"commit": "5f5dfc32e20ac3271304332eb223fddddd3cb61d", "message": "maybe use content provider instead of defining my own dao...\n", "proba": 1.0271293149344274e-07}
{"commit": "fc68716979eb0a9c34837d8f3173267835c5c0fa", "message": "refactor the name of a variable\n", "proba": 0.9999970197677612}
{"commit": "696f726fb369f3f4c6613d848d2427e80fa5df25", "message": "Delete NewReader.java", "proba": 3.2773152724985266e-06}
{"commit": "59345b3a4a5c4ea78b9c54cc332408c5d78f768d", "message": "Added test for TemplateHelper\n\n\nFormer-commit-id: 5446de3d81d44a7757d3b8ac6285fb9b1c25b77b", "proba": 2.2573075852960756e-07}
{"commit": "47401344dda1b39f78e0a60b0cbe91a490ad24d2", "message": "Added tests for ImageTransformerData.", "proba": 1.1101892027909344e-07}
{"commit": "75c7e4ee2f6654cc6dbfc94555cb08902a2f8e43", "message": "am 97467c6f: Move emergency call button to top-right when no SIM.\n\nMerge commit '97467c6fd99f67bb0a7024533ea8cc1626c41ac8' into eclair-mr2-plus-aosp\n\n* commit '97467c6fd99f67bb0a7024533ea8cc1626c41ac8':\n  Move emergency call button to top-right when no SIM.\n", "proba": 1.8441186000472953e-07}
{"commit": "db45a95ffa9513235ba8637b81907c425f2d2b20", "message": "am e2c7e560: Merge change 25784 into eclair\n\nMerge commit 'e2c7e560807907b8002b5d61402a7bfa95b02411'\n\n* commit 'e2c7e560807907b8002b5d61402a7bfa95b02411':\n  Tweak the lock screen date format to be like \"Fri, Sep 18, 2009\".\n", "proba": 1.6980850148229365e-07}
{"commit": "89a8be87415ec3afb938322555499c369619b549", "message": "add package-info.java to SQLServer2012 package\n", "proba": 5.875587021364481e-07}
{"commit": "703a4eca741330c157cb761b7a5cc7637126aa2a", "message": "Add NumericRange class to support range validation.\n", "proba": 1.1528353383027934e-07}
{"commit": "0762cf1b7cab01898210cb65bc7955801aec46d3", "message": "MatsSocket: Copyedit/correct JavaDoc for IncomingAuthorizationAndAdapter and ReplyAdapter.\n", "proba": 1.0197933875133458e-07}
{"commit": "b514b22bf0f4f87c5622656cf091b717e1a0e859", "message": "MultiGroupByAggregate: fix operation during hash collisions\n\nWhen we had a hash collision on the grouping columns, but the tuples did\nnot actually match, we were \"forgetting\" the old match by replacing the\nlist of \"tuples with this hash\" with a new list rather than simply\nappending the index of the collision.\n", "proba": 9.233424862031825e-06}
{"commit": "e8abdfc29247e544f55bb688770f6fcff5b1d27d", "message": "Cross-Track Visualization - Teststrecke: Berlin-New York, Testpunkte f\u00fcr Cross-track Distanz: Dublin, Reykjavik. Testmethoden f\u00fcr die Visualisierung und die Visualisierung als PNG-Datei. Wird auf Google Earth relativ genau angezeigt (Ecken: 180W/90S, 180E/90S, 180E/90N, 180W/90N).\n", "proba": 1.1551387757435805e-07}
{"commit": "df27c0c26209fe04de332497beafcafc1fbaad2b", "message": "Skip hostname verification when using insecure factory\n\nIf the factory was obtained by calling getInsecure(), calls to\ncreateSocket() should skip hostname verification (along with all of the\nother skipped safety checks.)\n\nThis change slightly relaxes the too-strict checking that was introduced\nin change 7fc93c36ae235115727296780dbc35101622bbd4.\n\nBug: 2834174\nChange-Id: Iab7ef861ad0ca727f82ee8cdb78b89b9e835740d\n", "proba": 0.0007954536122269928}
{"commit": "fd17d70100875ec615348a3e45f9ca17188e661b", "message": "am 99a7abb1: am 5d0dedd1: am 0ab73134: Merge \"Add enter/exit animation for window provided CAB\" into mnc-dev\n\n* commit '99a7abb1c3843b453883d52494952ce74799b4ac':\n  Add enter/exit animation for window provided CAB\n", "proba": 5.588161116065749e-07}
{"commit": "4bdf17c69712b28e82f15f81f39482ff096b7f67", "message": "Dialog titles would sometimes use a font too large.\n\nThis was due to code in DialogTitle.java which would multiply the textSize of\nthe theme twice.\n\nChange-Id: Id44e39e729ebd43b08c967a67cde0d33dd8f2efb\n", "proba": 1.9420609532971866e-05}
{"commit": "96561535d8bb8afa95ef990eb1c3dba5cfeb2030", "message": "Removed all list to MetaData and disabled for the first SaverThread\n", "proba": 1.2752147426908778e-07}
{"commit": "c9e3748d38961a1f0bf7c415332d103a0b00d614", "message": "Cambio 2", "proba": 1.350965561641715e-07}
{"commit": "18b5178b17bd0cc35e44a0670e251b488eb48705", "message": "complete\n", "proba": 1.1389679457352031e-05}
{"commit": "2640e89a29f0aaa7346a937729823e081824c74a", "message": "Readded ZkConstants.java class to repo\n", "proba": 2.1735907296260848e-07}
{"commit": "b8efda52c195da26f719078bd2c65fa129300188", "message": "Incorrect assignment of visible property for Desktop Button in setAction #PL-4502\n", "proba": 1.804893940970942e-07}
{"commit": "0eee7c3d9146cf7f633f79d3224e84ed3377b7a6", "message": "Handles the case of an escaped control or pluggable directive.\nPR:\nObtained from:\nSubmitted by:\nReviewed by:\n\n\ngit-svn-id: 7267684f36935cb3df12efc1f4c0216d758271d4@73643 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.221459329935897e-07}
{"commit": "d4bc8022943c142d549b8076edce6ab30be29c55", "message": "fixbug\n", "proba": 2.048376245511463e-06}
{"commit": "1d6362680baf9234dcb155e75e52a7120c8bec42", "message": "Add LargeMap; the main interface for off heap large maps\n", "proba": 1.418637936012601e-07}
{"commit": "6824c2025e237e7d962916723c50e1acce84d4e6", "message": "Refractor World Border knockback handling\n", "proba": 1.4468982101334404e-07}
{"commit": "1bed97ca0532758de3e90cd8ecaef484e15f82c5", "message": "minor change\n", "proba": 5.548630497287377e-07}
{"commit": "9f9c05eb3b14ac269fa9c53b4a07e776a9c34084", "message": "c number with no duplicates in the array.# Please enter the commit message for your changes. Lines starting\n", "proba": 3.762779670068994e-06}
{"commit": "2ab76261dda79f72cc40e8d944e629c717d04b4c", "message": "Add a new filter that denies any event with no throwable information\n\nCan be added to your log4j.properties like so:\nlog4j.appender.sentry.filter.1=org.sakaiproject.sentry.filter.ThrowableInfoOnlyFilter\n", "proba": 9.05018241610378e-05}
{"commit": "c6b642ddc4ef4236d4ac4f046db26d8e3956dc20", "message": "[VTK-2625] System.out.println\n\n", "proba": 3.5835083167512494e-07}
{"commit": "a528c1dff1691260c210c4753ffd63b406b8baca", "message": "logstash with redis example\n", "proba": 1.542077399108166e-07}
{"commit": "e07b1f7dd061eb152c1a46816aab2079215dc079", "message": "Original of this very very very simple program.\n", "proba": 9.793835431537445e-08}
{"commit": "9db079b797e4e397aec36e980a639e70ff8cc2e0", "message": "[ignore] refactoring: Packet now interface\n\nsvn path=/trunk/eXist/; revision=10244\n", "proba": 5.570511802943656e-07}
{"commit": "1dea237939aa410e57803d1f08596440bb47f089", "message": "Initial revision.\n\n\ngit-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@830 4f837ed2-42f5-46e7-a7a5-fa17313484d4\n", "proba": 5.412075188360177e-05}
{"commit": "e60efcaf54ce8a43506eed966fb4155e31a0c466", "message": "added selenium test for Describe Publication page AJAX update\n\nInit of Selenium testing for the Trello-71 updates.\n", "proba": 1.0000306360780087e-07}
{"commit": "1d15dd7d273cbc4e8485af7fb02bc0564c6c0a8a", "message": "Don't modify a list while iterating.\n\nRemember who we want to remove instead.  Fixes concurrent modification\nexception.\n\nbug:2778958\nChange-Id: If8827955e6a716fe39cc31fe5a092c613a6786d4\n", "proba": 3.3699183177304803e-07}
{"commit": "48d7117c87cb6971251f6d5aaf4f76f3f7fc91f0", "message": "o minors in XTableCG\n  - in order to get correct border collapsing in IE an additional style was needed which indicates that an XTable has no data", "proba": 1.2387890535592305e-07}
{"commit": "f18271cb300ed7263b39bd17d36a460c4883db88", "message": "Fix PIN/PUK flow\n\nBug: 17411293\nChange-Id: Ib9e99ba5d982704fc0b8201aa90a664501a34b81\n", "proba": 4.888274361292133e-06}
{"commit": "f221903a90cc3adcec80d94026a17e62637d1998", "message": "Changed time formatting.\n", "proba": 2.272994947816187e-07}
{"commit": "7a943054310776eb67734696d33820507a932348", "message": "Fix - use correct length when writing message length to frame\n\n", "proba": 2.649755401762377e-07}
{"commit": "b314eb3a7205e8663540e60b4a2b3d1c15d1ae8c", "message": "Removed version from server http header\n", "proba": 2.7376273692425457e-07}
{"commit": "c4694424c5538b663d53bdb531c43ec4831255fc", "message": "unneccessartesty\n", "proba": 3.982120688306168e-05}
{"commit": "39ddd73c7e1089d927d6c963dd57b9acd26ce5c3", "message": "renamed CBMCGrowStraightAlkane\n", "proba": 1.7607427480470506e-06}
{"commit": "8c5261709ead9248e46e8bfa59d79ab44ff3bf90", "message": "Require caller to give us a Conformation\n", "proba": 1.6521904626642936e-06}
{"commit": "cad7ced19da4693e87828a4a07919a5bb30b45cd", "message": "added tutorial2\n", "proba": 1.192213829881439e-07}
{"commit": "1117f81851ba8a1b9cef672a588d8dc1c36e9de3", "message": "Create TrainerDaoTest.java", "proba": 4.4530244736051827e-07}
{"commit": "cdeae66d37824edd298853660e1ddbf8121bccf7", "message": "ITunesMediaLibraryTest: update test\n\nSigned-off-by: Paul Campbell <2a89b5ebf79dd463091573d53822db80c4a96217@kemitix.net>\n", "proba": 1.1489839124578793e-07}
{"commit": "87efd1e9b4a2dd81f345829970ad32243772abd1", "message": "Add a test case for side-effects / evaluation order.\n", "proba": 3.9277722407859983e-07}
{"commit": "625db4adfcffc1297a02b3a479026ae97021943b", "message": "Sorry forgot to tick the CoefCalcFromParams class!", "proba": 1.028892029353301e-07}
{"commit": "afec14168b51616c2cde1fed33aa025253bbe11c", "message": "Altera\u00e7\u00f5es Feitas", "proba": 1.2205484836158575e-06}
{"commit": "8e9cb09506b4a076bc097324e8b79a72d3124615", "message": "Android: Add unittests for SurfaceTextureHelper\n\nBUG=webrtc:4993\nR=hbos@webrtc.org\n\nReview URL: https://codereview.webrtc.org/1371643002 .\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#10099}\n", "proba": 1.1203246685909107e-06}
{"commit": "2f922052722424d2c1e59894fa7b50ec0d32ea00", "message": "new Transport\n", "proba": 5.101952069708204e-07}
{"commit": "38c509fec8cd934512f433ea4b7f7781430c8d08", "message": "Remove duplicate copying of mixin child nodes (#11604)\n\nChange-Id: I3a596df4577648ba38588a8a0e74408264e1f9fd\n", "proba": 6.113263566476235e-07}
{"commit": "3e21ab871975a621aafe350a83f9a90a36c84a31", "message": "am 1b428c6d: am a8afa694: Regression in screen introspection APIs due to the multi-user change.\n\n* commit '1b428c6d74a16b20dce4c41781c09422f4b7bc50':\n  Regression in screen introspection APIs due to the multi-user change.\n", "proba": 1.6644536060539394e-07}
{"commit": "0771f7f459aa1dfd193ee795a51acabb3b745626", "message": "TEST: aggiungi PathTest\n\nRelated to: SHCLOUD-5\n", "proba": 1.2133594395891123e-07}
{"commit": "bffc7fc767f6ef239a4b6ef02723c26a53f4b925", "message": "started documenting and testing readers\n", "proba": 1.1065614557992376e-07}
{"commit": "3e6fe1c14281fe494f17f924c7a97fcf1ecf4cdd", "message": "Fixed a bug that made AncestralSequenceAnnotator not work properly for BAli-Phy files. Now provided it an option to take in BEAST input tree files", "proba": 1.2310093211453932e-07}
{"commit": "57f5a7f3ef04eaf1730601eda51c56107cf5ba70", "message": "Started parser to compute bayes factor from path sampling chain.", "proba": 1.0746191492216894e-07}
{"commit": "e0fb88d9311d74f07ae08aa35055d8b8778ab882", "message": "Removed legacy implementations.", "proba": 1.279207566540208e-07}
{"commit": "231528963722cf96ffc85dd0fd8eb77482cd549b", "message": "Add ForLoopStep to run AutonomousStep objects multiple times.\n", "proba": 1.1610585914922922e-07}
{"commit": "5e60229b6d68095de5593c08ab8c7b8c028cfedd", "message": "Add UnauthorizedException", "proba": 7.952494911478425e-07}
{"commit": "5b1b98b27e151dbe16b139da624d298298585690", "message": "Fix for #5744\n\nsvn changeset:15721/svn branch:6.4\n", "proba": 1.6192426244288072e-07}
{"commit": "ae2df6652a3c5bed0c54a662dcf64ed810203c0e", "message": "minor enhancement: don't display scroll position information if less than pagelenght rows are in the table\n\nsvn changeset:15940/svn branch:6.5\n", "proba": 2.2675756383705448e-07}
{"commit": "45e69535a328182c6b3c0e45f6578124366b41d3", "message": "*CraftoPlugin: Reformatted onDisable()\n", "proba": 1.1157254675708828e-07}
{"commit": "b6b67f5aaee39e9171bb04c7f412a3e7734bc39e", "message": "Clustering benchmark added", "proba": 1.8958179737182945e-07}
{"commit": "7ee5ab40c73f561baca561d18a08c481fb493227", "message": "The initial version of the ProtocolDecorator java class.\n\n\nSVN-Revision: 9865\n", "proba": 3.370024330706656e-07}
{"commit": "008e2300ddbd536523570d968aeed36402ee5d2a", "message": "HADOOP-3041. Deprecate JobConf.setOutputPath and JobConf.getOutputPath. Deprecate OutputFormatBase. Add FileOutputFormat. Existing output formats extending OutputFormatBase, now extend FileOutputFormat. Add the following APIs in FileOutputFormat: setOutputPath, getOutputPath, getWorkOutputPath. Contributed by Amareshwari Sriramadasu.\n\ngit-svn-id: 5be3658b1da2303116c04834c161daea58df9cc4@644884 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.055325118519249e-07}
{"commit": "99dc1dd33d0287185d3b41210d6890ba9d9a333c", "message": "I added my name", "proba": 3.2497523534402717e-06}
{"commit": "cfea776a6f6b2c6014d7921911abca739333e7c9", "message": "Made Padlock extensible\n", "proba": 1.7001072194489097e-07}
{"commit": "3f9f4e16ef69532647ec66fdb4b31161559e370e", "message": "Something wrong again\n", "proba": 1.438752633475815e-06}
{"commit": "5d514fe2935a632d55e5835667508b745f31d58c", "message": "Added an Entity to represent a transformed Mesh\n", "proba": 1.791148775964757e-07}
{"commit": "ad886315628df21d27ed61fd8aa0514739f4aa72", "message": "Add space concepts\n", "proba": 0.9990267753601074}
{"commit": "224b88a02912a7518377fcd1f303aa7d3ff3e2b7", "message": "Added IMSerializable", "proba": 2.8033716148456733e-07}
{"commit": "59dfbb91ca9c7ef979a9f10e3875f881ed1ef0a5", "message": "Fix build [DO NOT MERGE]\n\nThe branch is missing some CLs for 64-bit support. So, until they are\nadded, this change will fix the build.\n\nChange-Id: Ia838caf60ca49b406101a3fb48a96afdcfb30c66\n", "proba": 2.168558694393141e-06}
{"commit": "d8766ff1ac7f93b85da5183ed22844972b244623", "message": "Renaming method to use Java code conventions\n", "proba": 2.8597756340786873e-07}
{"commit": "1c1c036741c91ccab9b19120358aa2d27f248a13", "message": "fixed wrong class\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@260421 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.70768724073423e-07}
{"commit": "02c4493da1bc8ad7494388df8ee88c9a3f2668f0", "message": "add staffinstrumentspresenter\n", "proba": 2.714913875934144e-07}
{"commit": "45417ff4a2a7e01eceff78efd9eab9fa52a225dd", "message": "JUnitTest for empirical Bayes smoother", "proba": 1.989849209849126e-07}
{"commit": "2b459aa28c6f7c696730891edcf868939be0c26f", "message": "Added test for LineRange.\n", "proba": 1.1757770579379212e-07}
{"commit": "675e91b2e7735fd0a59bbf61e620dd25f9af76ff", "message": "Add test unit", "proba": 6.494279887192533e-07}
{"commit": "71ea718e3ecc9f10d75b5b20278743c925764b2a", "message": "KCINFR-882 adding tests back to PassSuite to see if it works.\n", "proba": 9.670359446545262e-08}
{"commit": "853611a9156112192ba7e769007310a668d36f11", "message": "simple testing of RequestHandler.handle()\n", "proba": 2.7508434641276835e-07}
{"commit": "e05d7e14797fd4fd004c742980134aee08a5d901", "message": "LogicManagerTest: Remove Storage component\n\nLogicManagerTest is an integration test for Logic, Model and Storage.\n\nSince the system tests cover Storage, it is unnecessary for\nLogicManagerTest to include Storage.\n\nLet\u2019s remove the Storage component from LogicManagerTest, so that\nLogicManagerTest is an integration test for Logic and Model only.\n", "proba": 1.0070957046082185e-07}
{"commit": "16c06fee5cf97aca525af32369234de491517e3c", "message": "am f5186417: Merge \"Fix clearing linkproperties on disconnect\" into jb-mr2-dev\n\n* commit 'f51864176be7356d609e6221e2109d49799673b1':\n  Fix clearing linkproperties on disconnect\n", "proba": 3.831238757356914e-07}
{"commit": "9001ed9b071e75a71b51e0f127d8dbf7517aa75b", "message": "Create LogService.java", "proba": 1.5169395055636414e-06}
{"commit": "6cf645549ee61986ac3ef324c1ab8aeafca9b462", "message": "Now setting panel background and foreground, and attempting to select part of one of the JTextComponent subclasses' text. Not really working. I think I have to do it last, after adding components and making changes, as the Caret follows component changes.\n", "proba": 1.004777914204169e-07}
{"commit": "4c36c145df5879cbaadafd7a98b719ec5d5a2126", "message": "Exception for when we can't create a specific SPageComponent.", "proba": 1.0523617532953722e-07}
{"commit": "45e7f9ae72ea90334de2921de371d3b566346b16", "message": "adding @deserializes on XStreamXMLDeserializer\n", "proba": 3.3495754792056687e-07}
{"commit": "c7cf2e0a14822d841f2d55d4403b74ebde6e112c", "message": "feat: Add method to load text from file\n", "proba": 1.7135523933120567e-07}
{"commit": "04d04339471b0a01afd8b115f8ab0ca983eb052e", "message": "ARCouponExtensionService\u3092\u8ffd\u52a0\n", "proba": 1.754114578034205e-07}
{"commit": "94c07c6f08955c9df6f8fd3832864736ebac8dc9", "message": "Accepted LC#270", "proba": 2.44510204083781e-07}
{"commit": "cf51643e8bddb3d862c551621d8dae452feb69a4", "message": "Limiting analysis to specific file extensions. Extensions endpoint.\n", "proba": 1.3494538109171117e-07}
{"commit": "6efa2cc33840bd01fed39359be648793b0457ab3", "message": "First QEA implementation, SimplestQEA added", "proba": 1.2032776908199594e-07}
{"commit": "24ab8d4426485dea237b37b03c85b213bedc989b", "message": "Delete import lib (not used)\n", "proba": 1.1969439128733939e-07}
{"commit": "f4b1b8b3c5bcced510b5ffd4a26c01f460aa53db", "message": "Create Service.java", "proba": 1.053688947649789e-06}
{"commit": "c7a64e7cf8ca63d3f0862c061385258398e87f3f", "message": "A list is now converted in a ArrayObject\n", "proba": 9.73341320786858e-06}
{"commit": "79164d36c5152446fc75cf8dc168dcfba42b32f6", "message": "no commit message\n", "proba": 5.018686806579353e-06}
{"commit": "40a767254ae816bb6ec3a7f1e43fb059097ac02b", "message": "Add random pwd generator tests.\n", "proba": 1.2827013051719405e-07}
{"commit": "3465fe8b9e6be007e6ab6b4980a171ad5d3120a1", "message": "Issue #1047: Fix a little problem with the use of Util.sequentialInstante() when partially spreading empty into a Variadic+: The call to sequentialInstance() must have a Sequential instance, but empty needs a typecast to be well-typed.\n", "proba": 1.469127255404601e-07}
{"commit": "2dac8e7ba1ca85e404145e410590ff430a83a33f", "message": "Add AbstractInvokeChainProcessor class to refactor common code into\nthis superclass\n", "proba": 2.3593520381837152e-07}
{"commit": "fccd37fb7ef6995c29ced0d2956e91dd84d7586f", "message": "Spans should be preserved in TextInfo whenever possible\n\nThis is a follow up CL for Ib58ece68dee4c6187d469049fca8c3.\n\nNow SpellCheckerService is expected to store span information\nin TextInfo whenever possible so that spell checker service\ncan use it later.\n\nBUG: 15869548\nChange-Id: I481a2efe359de6162ebe095f60506aba3db3d762\n", "proba": 1.2745913409162313e-06}
{"commit": "75e5816102ec417cda1aa95d5d936140cff12aa1", "message": "Discard prefetched disconnected predecessors of a virtual node.\n\nbug:18247269\n\nChange-Id: I24f1ed1e9aa44fbb847722833fe68a1eef7e92c5\n", "proba": 1.1965029443672393e-05}
{"commit": "3d2acd338279545f29bc2848917dc3f11d361a58", "message": "Write output files using UTF-8\n", "proba": 0.9988852143287659}
{"commit": "15435723f557777f56a79fe729def66bc1a73f7c", "message": "solution to P0104\n", "proba": 2.0109171146032168e-06}
{"commit": "8c5e96fb680fb6a90c07645797c889f785da4696", "message": "am ecad93e5: Merge change 2685 into donut\n\nMerge commit 'ecad93e5f3c7345febcfa078b1d2aa00a2e1fd66'\n\n* commit 'ecad93e5f3c7345febcfa078b1d2aa00a2e1fd66':\n  Change code coverage to write to app data folder rather than sdcard.\n", "proba": 1.2205165944578766e-07}
{"commit": "bf44ce24a949b844d89e681c54bc2bcccbba34b1", "message": "Update the @ServiceName annotation\n\nIt was missing some recently added services (and some unhidden\nservices). For completeness also include newly added hidden services\nas comments such that if they get unhidden in the future it's more\nlikely that a search and replace update will discover the annotation\nreference as well.\n\nChange-Id: I04ff5e1cf7b14b19c3650a49403771ef4f14c862\n", "proba": 2.5591191388230072e-06}
{"commit": "ebc7799444ccd4d34863f1a07e885ca423a49c43", "message": "am 9c79938d: Document that some parameters will not be null and fix getSupportedPictureFormats.\n\nMerge commit '9c79938d47a3caa06e5fb956955374f30c55992b' into eclair-mr2\n\n* commit '9c79938d47a3caa06e5fb956955374f30c55992b':\n  Document that some parameters will not be null and fix getSupportedPictureFormats.\n", "proba": 1.2475004496081965e-07}
{"commit": "aa522ac8ba18475f9a05b04918cd9d1a5cd2f77e", "message": "am ed739327: Simplify and optimize MessageQueue loop.\n\nMerge commit 'ed7393274af2f268fcdede5f1a3d72c9af842b8e' into gingerbread-plus-aosp\n\n* commit 'ed7393274af2f268fcdede5f1a3d72c9af842b8e':\n  Simplify and optimize MessageQueue loop.\n", "proba": 1.2443612718016084e-07}
{"commit": "d2433e19b853be2be34b26d6365e2777c644c53a", "message": "am 51e78360: Merge \"Revert \"Fix ListView is not scrolled properly with arrows\"\" into jb-mr2-dev\n\n* commit '51e7836035c1e5855f9185ba0ade275a52528ace':\n  Revert \"Fix ListView is not scrolled properly with arrows\"\n", "proba": 1.3447480284867197e-07}
{"commit": "ea32f94ec4c14fe21b536139762c5332d1b5484c", "message": "Fix bug 3058082 - text anchor positioning within moving dialogs\n\nChange-Id: I8f0b515c73d2b3055b4072425418f837eb021d4f\n", "proba": 5.006211267755134e-07}
{"commit": "bdd15e31e3d5d31ab844359e972e88afc793b340", "message": "am d1cd3e7b: Merge \"Fix bug #5544127 TextView regression in ICS when setting TextSize dynamically\"\n\n* commit 'd1cd3e7b760db36bff6755620f3d72d4c490586a':\n  Fix bug #5544127 TextView regression in ICS when setting TextSize dynamically\n", "proba": 3.9301554011217377e-07}
{"commit": "40ac781819e902f29b4cc2fe88f0102e93b355fb", "message": "am dc37203c: Merge \"Text handles do not handle scroll correctly\"\n\n* commit 'dc37203c95e07fa3257c9a6da912dcf1915a3399':\n  Text handles do not handle scroll correctly\n", "proba": 3.2299300301019684e-07}
{"commit": "25b9f42737c60c052c0f8279d748c619e39935a8", "message": "Fix scrolling bug causing centered cursor.\n\nChange-Id: I792a2c4d291e2ac5f0d1ed6e74f5e2ecb395c010\n", "proba": 6.980437319725752e-05}
{"commit": "1eb5c0551f98b0340db37525f1f490c2d100cf38", "message": "am cf33fe68: am e1190a99: am cb6dcd7a: am 2b58a29f: Merge \"Fix bug #12422326 Unable to change text direction programmatically using setTextDirection Android SDK API - DO NOT MERGE\" into klp-dev\n\n* commit 'cf33fe683d2cd9ea25fa83f5354c682a788ec074':\n  Fix bug #12422326 Unable to change text direction programmatically using setTextDirection Android SDK API - DO NOT MERGE\n", "proba": 9.905122624331852e-07}
{"commit": "eb889a822a54c11729d39e738ba41fe61dbd8a12", "message": "INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED\n2004/02/19 15:57:01 sg 1.1.2.2: #i25017#CHG: enhanced tests\n2004/02/19 09:27:58 sg 1.1.2.1: #i25017#NEW: intial version\n", "proba": 1.6337115482656372e-07}
{"commit": "9e6b111e7191d5fd3d0500c9340427a09f9ddbce", "message": "Fixed SearcherImplTest\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@12814 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 3.782896556003834e-07}
{"commit": "e9bc298467d42720625a982fc380270325795414", "message": "fixed tests\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@7067 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: a9460089e83d99c92f9e3a28ddbe0a0aec8f40bf", "proba": 1.0345353302909643e-06}
{"commit": "cb8d57d0134bb3c0108cf56d8bf4880a3dc4ccff", "message": "Create MBoxSource.java\n\nInitial commit ...", "proba": 1.0681147699642679e-07}
{"commit": "c34b173f1644b66a67f02966dde7ef954f875e48", "message": "- Basic BCrypt test\n", "proba": 1.2755650402596075e-07}
{"commit": "2d8e8557734b6fdec899abaf524a747598428b40", "message": "Added dummy source code\n", "proba": 1.8874222007525532e-07}
{"commit": "06063a596706ca591d3b093154d3ee0375e6c5e0", "message": "add the 4th\n", "proba": 0.9999994039535522}
{"commit": "1160dc546271bc8fa086fb3e4a3d9ebcf5e4d1a2", "message": "Create test2.java\n\nresult:\r\nhttps://paiza.jp/poh/joshibato/matsue-ruby/result/c6a073b6", "proba": 1.1057150004489813e-06}
{"commit": "b64e47d6035213134f85aec4d904c48e7fcde378", "message": "removed references to jetty classes from ErrorHandlingServlet\n\ngit-svn-id: 29aad96320b2a07b98332cd568fc1316025c072f@5595 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d\n", "proba": 3.8006805880286265e-07}
{"commit": "07c6cf57e04e5ea4739cb7fbcccf4e1c5f48c502", "message": "se agrego la clase que se encarga de intercambiar mensajes\n", "proba": 1.240904907717777e-06}
{"commit": "15650af4ab1df7fb84839162f9409d88cb4a3ccc", "message": "am 7e42e8f3: am d59fb6e7: Updating list of standard Intents in android.content.Intent documentation.\n\nMerge commit '7e42e8f33446107d6abcbb69f4624abf1bba5fad' into eclair-mr2-plus-aosp\n\n* commit '7e42e8f33446107d6abcbb69f4624abf1bba5fad':\n  Updating list of standard Intents in android.content.Intent\n", "proba": 9.952257187251234e-07}
{"commit": "3315f6b5a36e984b1c24d6be07c155bf5108b4df", "message": "Rename intent extra following API review\n\nBug: 17389968\nChange-Id: Id2bd8d12019ad7a4c5a3ac8a7f76f55d06fc4dff\n", "proba": 6.803124051657505e-06}
{"commit": "2810b694f58a5ab96f071bc8b4de13b70b6489f6", "message": "Removing unused intent extra\n\nChange-Id: If3904d0b3878390e6a49776aa8fcbd4d8592016d\n", "proba": 1.0817628890436026e-06}
{"commit": "f32a644580c4d1d3b3f7b9b0c054f2fc6c78afe8", "message": "am 1d42993c: am c0e7e74c: am e27eb3ec: Merge \"Rename intent extra following API review\" into lmp-dev\n\n* commit '1d42993c437ff287f0507128ed07b2c6ff9f545e':\n  Rename intent extra following API review\n", "proba": 3.7255270513014693e-07}
{"commit": "67a101aa3006aa2011a9d9edaacb2fa6f6f31140", "message": "SDK only: Update docs to reflect current implementation.\n\nChange-Id: I498425bb55b157c954af6a2441d8bd9be3871c55\n", "proba": 8.250491418948513e-07}
{"commit": "c0688301de5feea94c8456b3b9b42c41d0045f03", "message": "Don't store a static instance of UserManager\n\nOtherwise the context within it can't be GCed.\nIt's better to leave the caching to the ContextImpl.\n\nBug: 25308506\nChange-Id: I9be3ba5b1bb6cdc88b77520b2fbd72d9b72ef30d\n", "proba": 3.687699791043997e-05}
{"commit": "d6ab043da8f981d9307d4d0108870544c7d0eee6", "message": "Automated import from //branches/cupcake/...@142818,142818\n", "proba": 1.3301095691531373e-07}
{"commit": "a952f8abfddef8744245e93024314b01f6bfd0fb", "message": "am 6a622c56: am a0c6bf5a: Merge \"Call onScrollChanged when scrolling layers\" into ics-mr1\n\n* commit '6a622c5608e3f67efb7ba6a346ea4d8cfa5267ec':\n  Call onScrollChanged when scrolling layers\n", "proba": 5.335644459592004e-07}
{"commit": "dc7053be9ff1b89464063ed6a338fd29580b5abf", "message": "am 4e31b804: Merge \"Update WebView documentation section about zoom.\" into klp-dev\n\n* commit '4e31b8046da047d5286532776d6d169e09d21ce5':\n  Update WebView documentation section about zoom.\n", "proba": 1.3971076384677872e-07}
{"commit": "7a8a284d46c740e8b2cd1ccd088c0ba41e020642", "message": "Fix layout positioning for Toolbar\n\nFix a bug where the starting position was not properly updated for the\nprevious view's measured width.\n\nBug 14900794\n\nChange-Id: I6064c5353abc83159cd4c7d6ccfce64640735791\n", "proba": 7.907348845037632e-06}
{"commit": "fd2467d779ae38e5edb7aba976752019cd07008c", "message": "Remove spurious checkThread() method\n\nThis is now handled in WebView.java\n\nChange-Id: I44343a72d993598267deaa6a9e1900b963bf3cb3\n", "proba": 1.1146911447212915e-06}
{"commit": "e4c2e2f8779a2c51724da1b8430185fceefc94ea", "message": "am 41bfb75f: Merge \"Only inject accessibility when speaking service enabled.\" into jb-mr1-dev\n\n* commit '41bfb75f7c76588239ed5d2d4e38aeb1762ff348':\n  Only inject accessibility when speaking service enabled.\n", "proba": 1.9964812736361637e-07}
{"commit": "910e80478dbf2bd1f1b82ae62b12cd250b4ce8f5", "message": "Disconnect ApnContexts in INITING state when error.\n\nWhen DCT tears down a link due to error, the ApnContexts which are in INITING state are\nnot torndown. Due to this the DC refCount does not hit 0, and the Data Link is not torndown.\n\nBug: 4973894\nChange-Id: If1263f360d55f6874220235fede294909db4837e\n", "proba": 1.5300840914278524e-06}
{"commit": "acd8aed9c466cd403a0f094f3351cbbe8395b58e", "message": "test version numbers are the same at both places\n\n", "proba": 1.3303369087225292e-05}
{"commit": "a66278e581f873b592d6b8a9cd7145b88346d1f8", "message": "fix: rewrote combineImages\n", "proba": 2.084480001940392e-05}
{"commit": "fcadf76096c9840d80588d672c5777291e99ed15", "message": "virial coefficients of CO2(TraPPE, rigid) + CH4(TraPPE, UA, single LJ site, rigid)\n", "proba": 2.3131421755806514e-07}
{"commit": "0316f15e233f197a002f44962e4727816de29adc", "message": "Removed extraneous comments.", "proba": 1.2267574334146047e-07}
{"commit": "b0462c6402307c355342d34bf5460f1de97c0f38", "message": "Bugfix", "proba": 8.038198870963242e-07}
{"commit": "8de2d94831b72784a887bc24e1c9b6358e2d8491", "message": "\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@5304 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 4.309364385335357e-07}
{"commit": "d5b2825c6dff521635896d22d4ab0986a4c2b788", "message": "added write configuration file method\n", "proba": 6.891703492328816e-07}
{"commit": "9cb8d784ae11de701214976eabce009c7c7f4d63", "message": "add inner class hack to update everything that needs to know atom diameter\n", "proba": 1.2817341144000238e-07}
{"commit": "8d3c257e68ff8939a19024feaa5476ba88c29d53", "message": "InlineEdit: Add container to represent change edit\n\nChange edits are created on top of patch sets and are virtual patch\nsets that don't exist in the database. A max of one edit per user per\nchange is stored on ref:\n\n  refs/users/UU/UUUU/edit-CCCC\n\nfor edit by user UUUU on top of patch set P of CCCC, where user account\nis sharded in the same way as for refs/changes.  The parent of the edit\nis SHA-1 of the patch set P it is based on.\n\nChange-Id: I736f5b954ec539a453cf0500a7bd97547bb494d7\n", "proba": 7.016352810751414e-06}
{"commit": "2ea0938b06be69465253ca232f911cbc9a6c940f", "message": "Fixed MapServiceContextImpl.destroyMap() to destroy Near Cache on Lite Members\n", "proba": 1.9545505836049415e-07}
{"commit": "183800c960b64a8a9ed133c24e6faaf1b26fdab0", "message": "Handle rejection while scheduling packet send retry task\n", "proba": 5.419057629296731e-07}
{"commit": "95727c693858a4350249a05edcadcc2be9a1098a", "message": "initial implementation - no actual tests running\n\nThis used to be revision r1974.\n", "proba": 1.0273527095705504e-07}
{"commit": "d7ba5fae9fc1feb7e4e56be0d9b1b69e465e279e", "message": "[r1472] [branches/dev] Array Utilities class\n", "proba": 1.6881192266282596e-07}
{"commit": "6fc203e240b7c996f6c52e570a4e2ce459fb771d", "message": "Auto-parametering - Combine and run\n", "proba": 1.3196603276810492e-07}
{"commit": "5d1d93111c572ba313e9d25cadb8c8cfdde5b212", "message": "am 513fe2ec: am 4fee77ff: am 53a33da9: Merge \"Support more KeySpecs in Android Keystore KeyFactory.\" into mnc-dev\n\n* commit '513fe2ec236eb60157641db1e4975dada5e0d705':\n  Support more KeySpecs in Android Keystore KeyFactory.\n", "proba": 1.2017683559406578e-07}
{"commit": "3f115bbe6e71fe8a8803ca8e06ee1f1ce9d0ae72", "message": "290. Word Pattern\n", "proba": 1.1400700259400764e-06}
{"commit": "50d5caf63ab5565be974418579c1c6f3cfbc354e", "message": "https://www.acmicpc.net/problem/11021\n", "proba": 2.8218687475600746e-07}
{"commit": "83cdbd85a90a428c18099ab72c3575abd89f9120", "message": "[Comment] add comment model\n", "proba": 1.8781176436277747e-07}
{"commit": "d12ee4f74e349499f4516467683e8578ca9c2303", "message": "AuthUtilsTest\n", "proba": 1.1068397043345612e-06}
{"commit": "01af13511165ebf4651d44864197a34fefb5d072", "message": "AXIS2-2870\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@551335 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.106882727228367e-07}
{"commit": "86f58de0a1397574ce2ad16be024c320859fc3dd", "message": "CDH-12395 simplify impl & improve safety\n", "proba": 1.3663820652709546e-07}
{"commit": "014bfe80dcc0c3664981cd8e4ce6dfc4092cf99c", "message": "lololo~\n", "proba": 6.715745257679373e-07}
{"commit": "ccb93ccdc3fb350177c384f07edbd2798be47070", "message": "The search runner test is adapted to run only single Scaffold version.\n", "proba": 1.0613278789151082e-07}
{"commit": "27102f19c6dff8d515fcc5a7670ada8c2b90757c", "message": "Added then() methods to base class, removed static classes.\n", "proba": 1.0561562646671518e-07}
{"commit": "9f4ac992399c5320427db28279dc6099ce124258", "message": "https://www.acmicpc.net/problem/1309\n", "proba": 2.6817085085895087e-07}
{"commit": "f55174bcd3cc6e0fea5a1080efc40079b6da92d2", "message": "https://www.acmicpc.net/problem/1922\n", "proba": 3.3433394719395437e-07}
{"commit": "ee771a4c2c12e5d472c0674e4dc6361be7fd5359", "message": "https://www.acmicpc.net/problem/2023\n", "proba": 4.266248652129434e-07}
{"commit": "34cc75162e36dd97e777554124d5c333d3e71609", "message": "ForEx3\n\n17 17+17\n", "proba": 1.3091949995214236e-06}
{"commit": "be930f1dbf034407ee8cf77dc3ebb73d3512f0cb", "message": "https://www.acmicpc.net/problem/6246\n", "proba": 2.6803124342222873e-07}
{"commit": "098183b51d91ef24deb0be199ed8103896da4adc", "message": "KRAFDBCK-9189: Award T&M History shows no heading for T&M entry\n", "proba": 1.0662258631555233e-07}
{"commit": "88224540c55a4d4c54b7f2851a4d7da8d0bb805d", "message": "implemented some more tests for CameraParser.\n", "proba": 1.093000250307341e-07}
{"commit": "730cc2c034fc0eb7b6dea306ace9274eba991eb8", "message": "BOJ #15638: No Description\n", "proba": 0.0017377645708620548}
{"commit": "9b6dd2968a7d6cd69417c3e8f3e024b49f8156a9", "message": "Cleanup\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@8864 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 6.358873747558391e-07}
{"commit": "da3efed19a11e60e1bbcc7abc29a6aa2dda132a5", "message": "Changed timeparser log message in case where the input string could not be parsed.\n", "proba": 1.2537860527572775e-07}
{"commit": "4d20966c8aab241841746b386aefe6f15ef9988f", "message": ":art: Cleanup code\n", "proba": 1.8993141281953285e-07}
{"commit": "a104bee65d8e331570418b674afd83129123e51f", "message": "\u63d2\u4ef6\u5728\u6ca1\u6709\u8bed\u8a00\u914d\u7f6e\u6587\u4ef6\u65f6 NPE \u95ee\u9898\u4fee\u590d\n", "proba": 1.7995658652125712e-07}
{"commit": "d0c240d44351194d2a53af472dd2c4f347ebab65", "message": "Handy do-nothing implementation\n", "proba": 1.3296934753270762e-07}
{"commit": "88d29f24681bab94a2b7cb7f8b67c33c240c4476", "message": "Add test that uses a generated Service.\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@688801 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00021217526227701455}
{"commit": "364d72671176b794855308dd5fd797209f613fcc", "message": "Create Continent.java", "proba": 1.6770209185779095e-05}
{"commit": "1d9d027072e4f579304aea9e22ebb7a17f7e19f4", "message": "minor\n", "proba": 2.1615694549836917e-06}
{"commit": "ccea80b507e2b405fbd57a4ee7641bd280c7f6b1", "message": "squash npe", "proba": 6.699562618450727e-06}
{"commit": "cbed2bcf97e964e5334b80de6feecd72602c7a23", "message": "change Coordinates to array of doubles\n", "proba": 7.944262847559003e-07}
{"commit": "9668a4a84cf60395e9ca819ca2ab487765a84239", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "095fd1c9364481a09f515810104ba4f2e66c363a", "message": "temp hack for sebastian\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@8110 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 4.212694761918101e-07}
{"commit": "450435d29420b4cd0b9b2ca418f721d96591adbb", "message": "Vector\u52a8\u753b\n", "proba": 6.244731025617511e-07}
{"commit": "fc8758c4449573b6f92260cfcc5a96f47086d070", "message": "Hide the creation of RequestFilters from the client so we have a chance to interpret the request and do the right thing with the filter values.\n", "proba": 1.0154553109487097e-07}
{"commit": "aa79ab4f80e1e4c474be1bdc877e2a369c95981e", "message": "add FindAndModify junit test\n", "proba": 2.471589652941475e-07}
{"commit": "5daced3059aed7170c7df4982487def12fe8d2d3", "message": "Added compare-two-linked-lists assignment.\n", "proba": 1.0598672872674797e-07}
{"commit": "8a834a87bb5cd92fe1ec6ddf4cbc1ddb08f50b9b", "message": "Fix #1795\n", "proba": 4.393805852487276e-07}
{"commit": "9b15b2c14e07d9866c2b7fa2e64ad29fbb35f2b6", "message": "Update bits in vacancy MCMove to handle HCP.\nAlso handle simulations without a neighbor (or cell) listing potentialMaster.\n", "proba": 9.983078541608847e-08}
{"commit": "0e9bad0d4cb1679a518c4c696016e94ec39fd79d", "message": "fixed bug:\nnumMolecules = nCell*nCell*nCell*4\n", "proba": 9.262971434509382e-05}
{"commit": "d120d9c9e6738cad81fae26c7c50ef5d4c9f2028", "message": "[ADDED] [#44] Simple model class to represent news source.\n", "proba": 9.906636222467569e-08}
{"commit": "27b7860d53e6056673f4210deea7a634413049ac", "message": "Added converter for Duration.\n\nGENIUS-2059\n", "proba": 1.4398244729818543e-07}
{"commit": "ddf9282d72513e216910fe223b893a73d13c2c09", "message": "Chapter 12, Exercise 11\n", "proba": 7.341969308072294e-07}
{"commit": "9fed2916aa5a8899ab17e56529840778e810cf6d", "message": "https://www.acmicpc.net/problem/1789\n", "proba": 4.061204492700199e-07}
{"commit": "608b4cb87aa7bc939b8e69cfd122780fd3bc4470", "message": "add more component examples\n", "proba": 1.3265940879136906e-07}
{"commit": "6b4ef442607faaa57ed561b1b0c923b6e675201b", "message": "Create MyEntityOgre.java", "proba": 1.6026092453103047e-06}
{"commit": "4e170d0194ff429ed80729de6979bdd22d352237", "message": "Have a Block\n", "proba": 8.5547771959682e-06}
{"commit": "5ac312fac92bbad6a9968370e3e8ef25315db03a", "message": "Catch cases where there is no setter and let it fall\nthru to the exception thrown outside the loop.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@246211 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.793560714868363e-06}
{"commit": "a4b48330def7700e01f5f4f9ef4402d21576bdfb", "message": "am d7620196: Merge \"Restore rubberbanding on initial pulldown.\" into jb-mr1-dev\n\n* commit 'd7620196e512e71b552bda8df48125b73d1c95d8':\n  Restore rubberbanding on initial pulldown.\n", "proba": 2.6073738013110415e-07}
{"commit": "1751c5366d8bf6b934e6290a6912dc2e31395882", "message": "[SERVDEV-276] [TEST]- Added unit tests for Preview endpoint\n", "proba": 1.1952134570947237e-07}
{"commit": "4d4c5229e8de7737d9c45bdc2568a720964b07a1", "message": "Add java solution for 117. Populating Next Right Pointers in Each Node II\n\n117. Populating Next Right Pointers in Each Node II: https://leetcode.com/problems/populating-next-right-pointers-in-each-node-ii/", "proba": 0.00047130018356256187}
{"commit": "0665035317a6cad488ea75ced89ea45d21274bb9", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "9a977edc74e231dff9a1fa9982b719d4a3cf3df1", "message": "Fix dup. iframe when returning from other place\n", "proba": 1.926214281411376e-06}
{"commit": "6a4f1d06b9f55672f641829d32d0554af21c8b5b", "message": "play: add ErasureTypeForStaticDispatch test\n", "proba": 2.0404124256856448e-07}
{"commit": "6780d3fccadec807b31b2d3d999a2ccfca8f37c2", "message": "Fixed name retrieval for toplevel entries in the CAR/ZIP file\n", "proba": 1.7643689886881475e-07}
{"commit": "908f01eefc9b9e4fbe195f069506adf42ae2ea5a", "message": "remove a lot of duplicate code\n", "proba": 0.011007874272763729}
{"commit": "8b48c7b3e2221fdebf5aa2174d5238d99cfffd77", "message": "Got rid of the code that removed unwanted units from the typechecker now that we can tell it exactly which files we want typechecked\n", "proba": 1.1985065384578775e-07}
{"commit": "ecc33d684ee21faec434681f92b664f5cd8297cb", "message": "fix #5808\n", "proba": 1.2366896271487349e-06}
{"commit": "de062a01f45717f5fe31bfc894bd84a50a90c7c6", "message": "Triangle area!\n", "proba": 3.3622492878748744e-07}
{"commit": "c19d8ff590fed7d41a8cd3b35fc1f98d572acb3d", "message": "Refactor keystore and trustKeystoreFile.\n", "proba": 1.6409568104336358e-07}
{"commit": "2fd2edb0b54de4b46ed4e0543465ed3267f5dd12", "message": "Added class LogMessage.\n", "proba": 1.2194637122320273e-07}
{"commit": "269bd960b183ba46ce6dc4a59aa91fb2c11e3ce5", "message": "DIRECTMEMORY-57 Pointer.free should be atomic / thread safe\n\ngit-svn-id: 017fd1ef8bcfe83088f9dd2b28dab75cda44bcd2@1404551 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.6634406064404175e-05}
{"commit": "9679cf72d8f45bbfd41d8db9f984ad71cd6441b6", "message": "am 91b231e0: am 7fd41276: am 7c258505: Merge \"Fix for some downloaded apps showing up on all users\" into jb-mr1-dev\n\n* commit '91b231e0d63f1de6c93f9d54b34445c4356d360d':\n  Fix for some downloaded apps showing up on all users\n", "proba": 2.609065177239245e-07}
{"commit": "6eae5c281292d7a8eb3f87a280891e453795fdac", "message": "Added file ConvertKiloToPounds5_3\n", "proba": 7.664546615160361e-07}
{"commit": "9545577ca1104c8c9de3ec265c861ef18a147948", "message": "[#16010523]\nSL - Display message when we cannot find mail client.", "proba": 9.9903161299153e-08}
{"commit": "684663ac0cd6f14cbb33ad2960e3e6ee9b6ca61c", "message": "o fix svn urls for the outside world\n\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@423112 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0002219335874542594}
{"commit": "a8ef1e3569e2bafb8e67027461e9f13f6c7a8a15", "message": "add test for UniqueList\n", "proba": 2.1054108856333187e-07}
{"commit": "7c0fbe2dec4f8810df5a037498e31086099b3366", "message": "Cambios en la tipograf\u00eda del ticket\n", "proba": 1.8992236050507927e-07}
{"commit": "79134e97722d90d7b888939c16a96f4d6be0518f", "message": "IDEA-47809 Code reformat keeps line break in try/catch/finally even when \"keep line breaks\" is disabled\n\nInitial version\n", "proba": 1.246553864575617e-07}
{"commit": "26ccd3a6348c17b87a4d590df65f8ec572dffa43", "message": "Added a DispatchProject object for sorting on project furthest from its quota size.\n", "proba": 1.0322257537609403e-07}
{"commit": "c28ef0ef7acf1d449a292f542e5f326791f9ff09", "message": "Add data example.\n", "proba": 2.1597293198283296e-06}
{"commit": "01d44c7b9c130ac1ec5f963c7c93ce72173b32a4", "message": "Allow call addSharedAccountsFromParentUser with CREATE_USERS permission.\n\nBug: 29189712\nBug: 29500492\nChange-Id: I0fca4951d41c14aa1739e01ca15d674b86a15d7c\n", "proba": 1.2376568520267028e-05}
{"commit": "3f1a92607be5f8f1448c1b2f87fa801f84ca874f", "message": "am f6e24d62: Merge \"Remove pointless exception supression.\" into jb-mr1-dev\n\n* commit 'f6e24d62b6fa863700e5f72d461846f2aa506109':\n  Remove pointless exception supression.\n", "proba": 3.50867821907741e-07}
{"commit": "83b1688639338fd93feb2be7dfd66d59d669ca35", "message": "\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u5f15\u6570\u3092\u89e3\u6790\u3059\u308b\u6a5f\u80fd\u3092\u8ffd\u52a0\n", "proba": 3.925847238406277e-07}
{"commit": "5babac0e41e9d4d23ad89741ed988a83e2443890", "message": "tcp\u94fe\u63a5\n", "proba": 3.806741915468592e-06}
{"commit": "b1d9860c4b5fe62c36695b3f5ebd65a9aec43104", "message": "Prevent a NPE. Thanks to Andy Gatford for spotting this one.\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@561348 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.14696638067835e-06}
{"commit": "023581f5ba9fca854baf2a274df45320e5aab56c", "message": "Added new TestCheckboxTreePkgeAll JUnit suite.\n\nSVN-Revision: 1103\n", "proba": 1.2353500267181516e-07}
{"commit": "0f1e21d13715a7c9eacfdf145148ce237118169f", "message": "Add first test for Content provider\n", "proba": 2.3782875757660804e-07}
{"commit": "70a42537b25614a8ba1c696ac799c3d42fb18dd3", "message": "SnippetResolverTests\n", "proba": 3.300741013845254e-07}
{"commit": "13f4b1f7219913153864b2588e521646b0238e06", "message": "Fixed release\n", "proba": 4.07859289452972e-07}
{"commit": "e0efd14c4b0aad3239d5db960f9da2aacfcbda36", "message": "Add MergeModels utility class, which may be removed later, to help early users experiment with model merging.", "proba": 1.0398078131856892e-07}
{"commit": "30bf72715e51c591d94e94435d6451c172367965", "message": "Mark testPrerenderNotDead as Flaky.\n\nThis did one address the flakiness sadly.\nhttps://codereview.chromium.org/1583093005\n\nTBR=yusufo@chromium.org\nNOTRY=true\nBUG=339668\n\nReview URL: https://codereview.chromium.org/1589823008\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#369878}\n", "proba": 4.370303088307992e-07}
{"commit": "84d5209b2c3faf903632d139a5e590b8d2442937", "message": "Stub cloud delegate tester\n", "proba": 3.908088785919972e-07}
{"commit": "7260023679c87cc2e5f35fa8d9ebf5d547e9201f", "message": "test Herd completions ()\n", "proba": 1.4426311167881067e-07}
{"commit": "0a925569862aff6fc0d442089033064485fb7be5", "message": "encrypt protobuf response by adding securityTag\n", "proba": 5.1483980314515065e-06}
{"commit": "90294f367e5e3799f6da1fdc916addb336c39a4b", "message": "Added a test case for MaxImmSubFilter\n\ngit-svn-id: 90776817adfbd895fc5cfa90f675377e0a62e745@292628 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.1217012147189962e-07}
{"commit": "a03588da33442d304f1b7175755d5e5b447a7218", "message": "\u0e2a\u0e23\u0e49\u0e32\u0e07 class \u0e04\u0e33\u0e19\u0e27\u0e13\u0e2b\u0e32\u0e1e\u0e34\u0e01\u0e31\u0e14\u0e43\u0e2b\u0e21\u0e48 (\u0e41\u0e15\u0e48\u0e04\u0e34\u0e14\u0e27\u0e48\u0e32\u0e2a\u0e39\u0e15\u0e23\u0e22\u0e31\u0e07\u0e44\u0e21\u0e48\u0e16\u0e39\u0e01)\n", "proba": 2.1556640206199518e-07}
{"commit": "6159475fa4f423d098b65e8be903d3aeaa41f0cd", "message": "This is a new article iterator for BioMedCentralPlugin.\n\n\ngit-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@15495 4f837ed2-42f5-46e7-a7a5-fa17313484d4\n", "proba": 2.206641511293128e-05}
{"commit": "4f801955f4af514c838e9cef5461c8ed3a7384ed", "message": "a hacked boundary that allows setting PBC\n", "proba": 1.9580973287247616e-07}
{"commit": "faf170ea2e8573663e92cc567c3b8559ab7401dd", "message": "- Initial release\n\ngit-svn-id: 526f3b90ad6d9b1dfe840af828070ca3d99521ac@6695 d2cacbed-c0f6-0310-851a-9dad52fc623a\n", "proba": 2.748294889443059e-07}
{"commit": "4f12de3bab3a489a6843e1049e9e4c6ff79b8833", "message": "New Logical Reader API\n\npolling thread to be used by all adaptors that do not support autopolling\n", "proba": 1.1287631451750713e-07}
{"commit": "80189cf105f570d5df7dbc4d9e06cb1d83b08a16", "message": "2.0\n\ndetalles de comentarios\n", "proba": 1.0822400753340844e-07}
{"commit": "a543dd389114dacc16d827c024e31f6981e96fe8", "message": "Fileupload\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@1459 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 4.365308541309787e-07}
{"commit": "d6cfe910db97e0ea49a2e942f174503a039c9151", "message": "\u4e3a\u6709\u4f9d\u8d56\u5173\u7cfb\u7684\u8bfe\u7a0b\u6392\u8bfe", "proba": 1.5913802542399935e-07}
{"commit": "6e3d66e56932851ced51afda33baac67a822253b", "message": "added another TC specific test\n", "proba": 1.306625136976436e-07}
{"commit": "1a0dafcf972504ea4d1c05b71ddd694759f8be9f", "message": "Itests for the kar shell security ACL\n", "proba": 2.461615622451063e-07}
{"commit": "4f12643e74426b4c275d39f4bcdbd540aea73922", "message": "clone graph\n", "proba": 1.1343848882461316e-06}
{"commit": "84750243127d4141547e8a9feb71ddf1326a1e0b", "message": "first checkin\n", "proba": 1.546730032941923e-07}
{"commit": "19e2625446ec34f8a0615968732e3635e27b26bc", "message": "Replace direct access to location and project by function calls so as to avoid deprecation warnings.", "proba": 1.0792284399485652e-07}
{"commit": "0e00d32ec66d5be634c2a290ca735a5077d42b11", "message": "change some names\n", "proba": 0.02790798619389534}
{"commit": "edbf38c98073de1925f7d8f5b2ddbd42e131fe51", "message": "Create some error for testing\n", "proba": 2.13681414606981e-06}
{"commit": "b950660a0b6590d5d87548a4f86e61f42eaf6f6c", "message": "Prevent null pointer exception when parent url is not defined\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@359244 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.0051197932625655e-05}
{"commit": "ded7c652d754751e6fbde729d66825c69394d1cb", "message": "am 893812b2: am e6e3322a: am 8fff7805: Merge \"Remove duplicate \\'=\\' in exception message\"\n\n* commit '893812b2ee4a640ad398f7f79f90b92d52a5f3b1':\n  Remove duplicate '=' in exception message\n", "proba": 2.4108937850542134e-06}
{"commit": "6fff09ae99b9413bcfd70ed620519193b7c542b9", "message": "reuse interval render from Weishapl\n", "proba": 1.753612792754211e-07}
{"commit": "59815f87c6a7bdb48388978f72bffcb629de14de", "message": "Create lc685.java", "proba": 5.506199158844538e-06}
{"commit": "db50bb868ac5767126b4b98f7108af7572e6f129", "message": "Add class SampleServer.", "proba": 1.3226717499037477e-07}
{"commit": "aa66299defa80de00df36983039fe0a71e46b86f", "message": "bug with uppercase buttons\n", "proba": 2.621581188577693e-06}
{"commit": "3f1fa082d06d72046e6e9b54712d5722cc7f7771", "message": "Create class to store invariants\n", "proba": 1.4854402934361133e-06}
{"commit": "f5ed5ee01f5b55750df05a6594fdf06832bfa3b7", "message": "add a Headers class....\n", "proba": 1.1377474606888427e-07}
{"commit": "58ebaa5333ae94f472cc06476adf3afc4d6627b8", "message": "narrative type bo\n\n", "proba": 0.0002233788836747408}
{"commit": "9440939242bf62fb08260f18fb1361124c73f11b", "message": "Close writer in ApiResponseBuilder\n", "proba": 1.4107777701610758e-07}
{"commit": "170d91d4717453e7c23a685f8640bfdfd5e83369", "message": "Expose StringPair.EMPTY field\n", "proba": 1.0545313671173062e-06}
{"commit": "4b039011fc67fe74250c605c1fc1084a7b669609", "message": "Part of refactoring the code: move the basic LDAP/JNDI settings to an external class.\n\n", "proba": 1.1065530713949556e-07}
{"commit": "72aaa2b2e199e8e8b4ccd3b422085cfebf3abf5e", "message": "Rename {bound} -> {volume}.\n", "proba": 4.888018452220422e-07}
{"commit": "6d3c9ce64f197889334e0c0299a394d6229753f2", "message": "Create RefString.java", "proba": 2.208722207797109e-06}
{"commit": "d569f9c0a6d836a0ac2cb0b9d4b584e9799ae228", "message": "Home controller\n", "proba": 4.887822910859541e-07}
{"commit": "abb44d7e33537c74258c017582993c0079db784a", "message": "CopyTask cancel method not need throw IOException\n", "proba": 8.836826964397915e-06}
{"commit": "eb5c684f95df115f99da46272ab9d467986f556f", "message": "Modify method doc to remind developers that it needs to be efficient. (See MONDRIAN-1286.)\n", "proba": 1.0571377373480573e-07}
{"commit": "106e58e450db3e75cccf9abf6f8e0e625422809b", "message": "added extra debug code in poll process.\n", "proba": 1.1649816400449708e-07}
{"commit": "529a0f98edd3d15c923af04fe1af515319cffa97", "message": "Partially complete construct example\n", "proba": 1.169690108326904e-06}
{"commit": "85e428fd02599cd68e77a8386a4b1e68ec6bb594", "message": "Create ClusterTopologyInitException.java", "proba": 2.045100927716703e-06}
{"commit": "53ff92ad7fc2071247845a6132c904b98b8137f6", "message": "VTK-1637 \n", "proba": 3.2502126146027877e-07}
{"commit": "dcfa690d3e909d958ed5809753d6649ca801ee65", "message": "check only the values in the arg_value_lookup values, not the order\n", "proba": 4.0962850107462145e-06}
{"commit": "ac23c7a2aaafc3c3ea96a934f786642094ed52c4", "message": "Refactored RegisterWithMpnService\n", "proba": 2.334650588409204e-07}
{"commit": "5acd701e29b42771ee8a3a287514e5559a90239f", "message": "tests for header comparator\n", "proba": 2.5158584548989893e-07}
{"commit": "154aecc30b2f49c38a1e011c950b6df934fdd1d5", "message": "am 0729908a: am 39fce1d2: Merge \"improve app crash detection in compatibility test\" into mnc-dev\n\n* commit '0729908ac5ae4ded6b2e44abf85720c9a67df119':\n  improve app crash detection in compatibility test\n", "proba": 4.3822561224260426e-07}
{"commit": "f0506522c425aaccfd1fcea4edecc5ccbbe4615c", "message": "am 9207b856: am ae4619dd: am df4c977d: am 24e10c0b: am 19dbe50b: Merge \"Move StatusBar to use statusBarColor theme attribute\" into lmp-mr1-dev\n\n* commit '9207b8567af2ea3913aec6085e8e610a70925e09':\n  Move StatusBar to use statusBarColor theme attribute\n", "proba": 3.344060246490699e-07}
{"commit": "0e920b8d784df8f01c12bbe39c3599dc43d19fd0", "message": "adjustment\n", "proba": 2.8126471534051234e-06}
{"commit": "0707c69b62678455c09da3e3583d0db20e7067b3", "message": "renamed: nextQuestion -> nextQuestionID\n", "proba": 0.9990416169166565}
{"commit": "1ab9afe29eb5a56a88d992d141822bdfc89d0856", "message": "Add Player test skeleton (empty for now)\n", "proba": 1.1251283638102905e-07}
{"commit": "79153489679f7fc210ce3ad8d6338b904ccbbc2d", "message": "added failing unit test\n\n[git-p4: depot-paths = \"//depot/code/ST4/java/main/\": change = 8811]\n", "proba": 1.3366991424845764e-07}
{"commit": "19fd5dfc704df822661c801d23e90409817fc4a6", "message": "Initial commit to GitHub\n", "proba": 1.9735979606139153e-07}
{"commit": "9f02f7c6caf22a7e525baca251a8b3a8b66d42b0", "message": "Update StringUtil.java", "proba": 6.026262440173014e-07}
{"commit": "3594b30a84d75b19ea3a1d0d64e663c17428b7a8", "message": "Added 138 sort list\n", "proba": 1.3460707748436107e-07}
{"commit": "85fea30f08fb12bb167e7750719e5aa8a6a7b080", "message": "Special purpose Agent which listens for message events and forwards them to\nits Sniffer Agent over ACL.\n\n", "proba": 9.929791389140519e-08}
{"commit": "8ab73428046a7460780019c669549ddddea1e63d", "message": "Fix Batoto not working sometimes.\n", "proba": 1.3706457480111567e-07}
{"commit": "92e46dcb4d6cf9e9f1571f11f202a6ea1e78ad4e", "message": "adds filedatabase\n", "proba": 1.0084140740218572e-06}
{"commit": "86cf4e16291237006e6c22cfd8c574f747e69bba", "message": "fix colon_string token", "proba": 0.00986501481384039}
{"commit": "48dd92034cf7345b6cbd06576ebee83ad9ccebfb", "message": "https://www.acmicpc.net/problem/12033\n", "proba": 2.796396927351452e-07}
{"commit": "67392cbcca385ae3fbefa35df5342d9345b84949", "message": "In charge of all Sheet user actions\n", "proba": 2.255336539747077e-07}
{"commit": "2dc285a8b2801a9bfd0e4303dbf24130dec8074c", "message": "print errors to output stream", "proba": 8.287133823614568e-06}
{"commit": "5d9da69fe50ea0897477a062c930026333367e43", "message": "Create TitleSendEventClass.java", "proba": 6.907528700139665e-07}
{"commit": "73c4d00378371b64391fa64adce5ab474256a773", "message": "Create StartFrame.java", "proba": 5.339336894394364e-06}
{"commit": "63a83079cb079352727e35281b4cf83f6454aeba", "message": "Set Timeout to 15 minutes\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@8769 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 6.357776101140189e-07}
{"commit": "a4b8c05a0b7a50f674d80d16b4da80576ae179e7", "message": "Added SwipeDirection class.\n", "proba": 1.171144035083671e-07}
{"commit": "ca161dc906732dd18774e00aab46731278f93984", "message": "bump timeout higher to see if helps losing webdriver instance\n", "proba": 2.7381807399251556e-07}
{"commit": "c7dbf92dbcd1abba8114ed03e964ecedaceddda6", "message": "Comitting a whack of dimension code\n", "proba": 1.2193467227916699e-05}
{"commit": "02ac2b134c711b765ee211279d86e85b350851a7", "message": "more change\n", "proba": 3.250541169563803e-07}
{"commit": "7e7d41c3e96c3cb8a0029fccd0578fb6548b3eff", "message": "[feature] \u5224\u65adAPP\u662f\u5426\u662f\u53ef\u8c03\u8bd5\u7684\u5de5\u5177\u7c7b\n", "proba": 2.033683017543808e-07}
{"commit": "bc84a93cea12dc21e65555d337cce45a99a430df", "message": "new Iterator that tries to read all PeakLists in a Folder", "proba": 1.381236529596208e-07}
{"commit": "457df53fa58acc0ba8c8d49aed8ccb6c889b5606", "message": "Create a Delay Modifier.\n", "proba": 2.2430327817346551e-07}
{"commit": "b5f27ddb3e56929db3cc9f4705a760caea371eb7", "message": "am dd1dd607: am d811f27f: am 9ff6d4f8: Merge \"Keyguard sanity checks for when layout is not yet complete\" into jb-mr1-lockscreen-dev\n\n* commit 'dd1dd60770dccf83bba3e4abab2221f2bb7f1e1d':\n  Keyguard sanity checks for when layout is not yet complete\n", "proba": 5.13044653871475e-07}
{"commit": "c3656d70fb7e8a13080921412c528ac6c6248506", "message": "Modify DefaultCategoryDataset method in DatasetUtility.java\n", "proba": 4.102913351289317e-07}
{"commit": "a790117f5ab8bedbf53e06b50ca64c6058e02055", "message": "test the naming commnads (fetching ME, a known host, and an unknown host)\n", "proba": 1.8183456518272578e-07}
{"commit": "9facbaa904913f5e3d53a7f6e11d5fb830add8e9", "message": "add TimeoutAsyncTask sample\n", "proba": 3.4264553505636286e-07}
{"commit": "0c9f7a492f28511b15ab6d1e4c396ed8903613a6", "message": "Practice06 and Practice 07", "proba": 4.989172452951607e-07}
{"commit": "b651a785ca73c137bfebe0e1cdc181ed88794a8b", "message": "189. Rotate Array\n", "proba": 4.2787576148839435e-07}
{"commit": "07a407f98c1dd3a703ea40f51ce535bc786cd18d", "message": "Create 461. Hamming Distance.java", "proba": 9.96545895759482e-06}
{"commit": "3144584b11a845ed441210474cb2ddb58b0760fa", "message": "Only export the channels selected.", "proba": 1.0437859288003892e-07}
{"commit": "1b5e9600cc8cfde04d1699412694b2d30f55e0d0", "message": "\u0441\u043e\u0437\u0434\u0430\u043d \u043a\u043b\u0430\u0441\u0441 \u041a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438\n", "proba": 7.583000183331023e-07}
{"commit": "b1357c3ba9ec9c07779393787c5021f33a742c6a", "message": "Make draw method in PointNode\n", "proba": 5.8904157640427e-07}
{"commit": "87e32185b4e382ec09fa1bbb9a61bbf6577e14d5", "message": "Update RotatedArrayMin.java", "proba": 5.280628556647571e-07}
{"commit": "afd4ba54c9004c34807c4a65e04f6e46512a87bd", "message": "Started gParticles\n", "proba": 1.9569809239783353e-07}
{"commit": "f3691a979ae40e5fbea9fb3382080c0e2b05aea5", "message": "Eliminate NullPointerException in SOAPFault - the Microsoft implementation\nchooses to format and indent their elements.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@244982 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.1195779734407552e-05}
{"commit": "9811400bb1e95bab7a2a9cfd0224ef1e29df5705", "message": "DEMO ConstantSpecificMethod\n", "proba": 2.2612590555581846e-07}
{"commit": "97eae20027096446f7bad292ddbfd0fc036d99f4", "message": "Create PlayerDeathEvent.java", "proba": 1.3225900374891353e-06}
{"commit": "d69657a8f46b46d82fe6676ea3fe4a87531161e7", "message": "Add Lexer class\n", "proba": 2.1844174113994086e-07}
{"commit": "9f456d0cf348ef81827306f1a63df02e115b1ffe", "message": " Solved exercise 3\n", "proba": 7.114567210919631e-07}
{"commit": "5aae3c4c9a716f9cda78d7d2bd8ed6238822af17", "message": "Prevent panels from raising consecutively", "proba": 2.78395447139701e-07}
{"commit": "c2809a2003ec07acb96450ebb48a51a8216c166c", "message": "INITIAL REV: composite ExclusionFilter which simplifies construction of SearchResultFilters.\n\ngit-svn-id: 25dac4f723c7e5b42083d4a98669c37f60455592@1612 69e27eb3-6e27-0410-b9c6-fffd7e226fab\n", "proba": 4.9979862524196506e-06}
{"commit": "aa5cf7ba5821fe05380c25e5f36e2f2eb7a568d3", "message": "Change Private to Protected\n", "proba": 2.075887266528298e-07}
{"commit": "36f08dcb217e1ad87436e35be134f40e619eb744", "message": "initial ci, checks if all children states are done\n", "proba": 1.6878551889476512e-07}
{"commit": "02a5f8d0f47a69d114a94d43364b4234af8002e1", "message": "Added JobBuildResultSharder : its responsibility is to shard job build results into multiple files (1 file per month) + to manage add & remove queue of JobBuildResult which will be processed whena save() will be asked\n", "proba": 1.2067620502875798e-07}
{"commit": "b3fcab2532bc276431e768b86dac73d8ae3cb139", "message": "Fix individual sync\n", "proba": 2.685391518753022e-05}
{"commit": "77ded71d1f8e9f2df1ab7e8b4ba778ac54126cc5", "message": "Unit test class for BuildUtil\n", "proba": 2.607428655210242e-07}
{"commit": "5fc2e09eb532e67751eb4a118ade530fa0af5faf", "message": "Create HelloModulesMultiLibs.java", "proba": 6.032109922671225e-07}
{"commit": "38340f0ea930e0cb2e4bee0d891f497dc423137d", "message": "Add unit test CharArrayConverterTest.", "proba": 1.5085920779256412e-07}
{"commit": "41792ad4ae99277dde56a4ded232eb4a96ffa813", "message": "https://www.acmicpc.net/problem/11399\n", "proba": 2.808809256293898e-07}
{"commit": "24cd46f392baacec17adc90b4e30918e096bdfcf", "message": "Send ALARM_CLOCK_CHANGED broadcast with REPLACE_PENDING\n\nSpammy behavior, including app bugs, has been seen in the field to induce\nsituations where there were thousands of duplicate ALARM_CLOCK_CHANGED\nbroadcasts in the queue awaiting delivery.  They're relatively inexpensive\nto deliver but not free, and this has considerable impact on both the\nsystem's ability to issue broadcasts and the ability of this broadcast's\nsubscribed receivers to do other work besides processing them.\n\nBug 26910849\n\nChange-Id: Ic91f25514a26d41a1b1b4cb44489d1575fe1867c\n", "proba": 1.0264296861350886e-06}
{"commit": "367eb2bb07ae7975b4704a0c1b879f7c34abc623", "message": "am a11b5e34: Merge \"Send updated NetworkAgent score to NetworkFactories when validated.\" into lmp-dev\n\n* commit 'a11b5e34f50899a48531bb84ba3f6d796a64985e':\n  Send updated NetworkAgent score to NetworkFactories when validated.\n", "proba": 1.275635668207542e-07}
{"commit": "a7d31bf3076a8c3ed5e9decbdf913534fd15ff66", "message": "Reenable logging.\n\nConnectivityService has been rewritten for L and is in a stabilizing period.\nWe need the logging to track down bugs people report.\nRestoring to Pre-L conditions.\n\nIf there's excess logging please report it - it probably indicates a bug.\n\nChange-Id: I7baf891e3bf12e1545afeb92b8d5af0b01e12a7b\n", "proba": 1.701876840343175e-06}
{"commit": "369e0a74fff691e5fb617ed3ebb0e951e4eb3a90", "message": "added the option to configure a domain\nadded unit tests for the macro\n", "proba": 1.9564454589726665e-07}
{"commit": "16cae8d5c943a0cc8a81fd214312b41ca0dd63c6", "message": "am 95c1fe99: am dd387b4a: Merge \"Fix CS/NetworkMonitor race.\" into lmp-dev\n\n* commit '95c1fe99585077c20d1287bc6e4e74a58bdaa63c':\n  Fix CS/NetworkMonitor race.\n", "proba": 1.7219825565462088e-07}
{"commit": "6f9bddc846e2915d1b1db2310a785be8ab7c91a6", "message": "am e8609de4: am 594c73fc: Merge \"hdmi: cec: add permission name to dump permission denial message\" into klp-modular-dev\n\n* commit 'e8609de4fb3635ab7182283e94ac56b48c07463a':\n  hdmi: cec: add permission name to dump permission denial message\n", "proba": 7.022953809610044e-07}
{"commit": "0c4050b09b433f39bcbe612fb000b5fb5d396bd0", "message": "am bdfbd821: am 0eb10ede: Merge \"Always set the usb config when modifying it.\" into mnc-dr-dev\n\n* commit 'bdfbd82154b58592597a70064c0806d774446746':\n  Always set the usb config when modifying it.\n", "proba": 4.7266499336728884e-07}
{"commit": "6b04e5b803820d03c0ccf483851ed2432d39c49b", "message": "am 894ffd10: am 673ccfd4: Merge \"UsbDeviceManager: add back support for USB overlays\" into mnc-dev\n\n* commit '894ffd102d90a7c794e5c522818f163b92baa55d':\n  UsbDeviceManager: add back support for USB overlays\n", "proba": 4.764721097672009e-07}
{"commit": "45284a215d5d21dd4dbca76225369f42152e963f", "message": "Add test for issue 437\n", "proba": 1.923888532928686e-07}
{"commit": "32a23d8befbc982732285ccb974606a44a7d0f66", "message": "Modified px to mm conversion to 72dpi\nPR:\nObtained from:\nSubmitted by:\nReviewed by:\n\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@199344 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.3988234570661007e-07}
{"commit": "e17df4c58a02c6ec697226e7c912a4824fc9d1f2", "message": "OPEN - issue PROACTIVE-122: TestDeployRetrieve is deactivated \nhttps://galpage-exp.inria.fr:8181/jira/browse/PROACTIVE-122\n\nRe-enabled the test to check what happens on Hudson.\n\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@7154 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 1.9604681256168988e-06}
{"commit": "00cdcc642d002b7047358bfe38469a889f7f6dc6", "message": "add tests", "proba": 4.0275867263517284e-07}
{"commit": "dcda683a22d2e9c32a590be410771cb225283820", "message": "add okhttp ssrf\n", "proba": 4.2388089127598505e-07}
{"commit": "26daacec41f024e06410697420dd2f73a1e252ee", "message": "stuff\n", "proba": 3.4740248793241335e-06}
{"commit": "ec1d17f8c15619ee81e0b98771ed2ca9ffd4dab3", "message": "Added main\n", "proba": 2.27018304599369e-07}
{"commit": "698b92fed50cf05d3c8775580fb11ad3f77a2327", "message": "added SDK_BEAN_JAR\n\n\nSVN-Revision: 11436\n", "proba": 1.3229315243279416e-07}
{"commit": "a51a7acdad8d008061238eb7ba80fa2a84159b49", "message": "add JAX-RS test application\n", "proba": 3.6995041341469914e-07}
{"commit": "d649fe90862859e67927ea6a4018330dac378731", "message": "insertion sort - inserting the rightmost element\n", "proba": 7.076604902067629e-07}
{"commit": "09a9a1ac9052922fcc4b80e9161b7b93b8493c9b", "message": "word search - dfs\n", "proba": 2.33261494031467e-06}
{"commit": "67fd9ff7db0dd6b33df9bcd51610761e77e3ab74", "message": "Added OutputType Enum (the output format type of the user's parser)\n", "proba": 1.192728973364865e-07}
{"commit": "497a023d9679e3c39b9448903748d803c7c06827", "message": "Added a RadarChartSkin\n", "proba": 1.1945206779273576e-07}
{"commit": "70c331d4b638a1ee8610e86017212f78ccfc8928", "message": "Chapter 18, Exercise 14\n", "proba": 2.501950007172127e-07}
{"commit": "9f82dfda549a236b40a05da27249892ba1ba33df", "message": "\u27f4MavenBuildInformationFactory.", "proba": 2.3339494248375559e-07}
{"commit": "a84b0d82a0dfaaee77b3119fc8a6f683d4a8d217", "message": "peer review - add comments in protocol document\nremove the commented out variables\n", "proba": 1.4478769116976764e-07}
{"commit": "5e6ed2c5c01e0f5f9b7a61e94a519ed02313437c", "message": "KCAWD-826\n", "proba": 2.2285041723080212e-07}
{"commit": "0f323bd5b47eae23c460b1fd90690abba632c188", "message": "Added a dynamic route test based on the user forum.\n\ngit-svn-id: 11f3c9e1d08a13a4be44fe98a6d63a9c00f6ab23@1206055 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.31842556988704e-07}
{"commit": "276b1ea30d467373f56afbae1e89950682921da8", "message": "Add a JMenuItemBuilder.\n", "proba": 1.4103257228725852e-07}
{"commit": "23e959fab3d269f932f455c7b17f832493432535", "message": "executing ASyncTask for fetching weather\n", "proba": 5.915669589739991e-07}
{"commit": "c735395d6ff5d41b40c3487b2483c4ca86cc5cd4", "message": "converter for result map reference\n\ngit-svn-id: a3757b7b28cb5f166982e3e590f726e1a71ef014@247 a27988d2-9830-0410-8773-31d6671a21de\n", "proba": 3.8123769741105207e-07}
{"commit": "b78164f25b24d40981a8b25f6b4cc99b852797cf", "message": "implemented smart scrape\n", "proba": 3.7367570371316106e-07}
{"commit": "f47e099a714e7bea578832ce9622cf1c53a427b3", "message": "testing: fix test\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@10918 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 6.64572053210577e-06}
{"commit": "5b3521fdb8a5589a59aa104eae834b5e500bf3dc", "message": "Add an autowired constructor for `UserController`\n\nit accept a `UserService`\n", "proba": 1.9039077869820176e-07}
{"commit": "b3f26ca6262e812aa08aa1275e38ca3328ead844", "message": "Help message\n", "proba": 2.3803228543783916e-07}
{"commit": "f754c0af7415b2c5aceade9b1f6e9cb8d05cab88", "message": "add PairTest\n", "proba": 2.9544713697760017e-07}
{"commit": "1d31771c0bf945f9506e42ddfb024ec0ce45d7c0", "message": "Add CastResultAction for debugging specific cast results\n", "proba": 1.9035138620893122e-07}
{"commit": "4df2aa27ad253a1b8f15aace1b00cd617b8d5b24", "message": "Add a skeleton for KeyspaceTest\n", "proba": 6.116820827628544e-07}
{"commit": "a08d933af49e83f748e5f44eca53d2c7bcb0ee86", "message": "Added GA for EbillActivity\n", "proba": 1.2630509615974006e-07}
{"commit": "49892aac558c070876aa7cba86763e7625494b07", "message": "servers: added nettest utility\n", "proba": 8.184919693121628e-07}
{"commit": "b1b858da71035f01fb257b12ac96282ab1761e67", "message": "Disabled test that requires amazon credentials\n", "proba": 1.2003107485725195e-06}
{"commit": "9a0f97b6d46ea6ad66351382bc78dbb0fb25d0f9", "message": "\u89e3\u51b3mvn\u5b57\u7b26\u4e32\u5e38\u91cf\u8fc7\u957f", "proba": 1.5087402971403208e-06}
{"commit": "e6f3587663e0bebff3abdab51322c03148b4e14f", "message": "use correct s3 bucket name", "proba": 0.024300508201122284}
{"commit": "2925961d861b7b1417564e67b3c4dcdb14303ca6", "message": "PrefetchReason\n\nReviewed By: oprisnik\n\nDifferential Revision: D23049802\n\nfbshipit-source-id: 037c41c70d209de06a4cdc0d98fc86013e4beede\n", "proba": 1.5080023274549603e-07}
{"commit": "dbc080832ea2a902e20872fdaf4c7a8932cecb45", "message": "00fc239995ce7b683993c88bb82b30dbd5fe7982 HashedWheelTimer introduced test failure\n\nMotivation:\n00fc239995ce7b683993c88bb82b30dbd5fe7982 introduced a change to HashedWheelTimerTest which attempted to wait for an explicit event notification until more timer events can be added. However HashedWheelTimer will execute the timer Runnable before removing it from the queue and decrementing the total count. This make it difficult for users to know when it is safe to add another timer task as the limit is approached.\n\nModifications:\n- HashedWheelTimer should remove the timer Runnable before executing the task.\n\nResult:\nUsers can more reliably add new timers when the limit is reached and HashedWheelTimerTest will no longer fail spuriously due to this race condition.\n", "proba": 0.00030243402579799294}
{"commit": "031ce37690827290f9ad9693e2085c6d6539b416", "message": "Avoid overallocation of lists\n\nSigned-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>\n", "proba": 2.0090087105018029e-07}
{"commit": "34f4770653543b099b44bea4d4345842f7120d40", "message": "Fix iterationcontract encoding and test case\n", "proba": 5.334191428119084e-06}
{"commit": "8ae4b1e99f2a1b72e2437c3966d164952c38b3f7", "message": "#JAUDIOTAGGER-380:Test\n\ngit-svn-id: 545e707062091c2f19509f4812c0e7d129870002@979 922cec90-98bc-ecba-b0a9-867c771b4a74\n", "proba": 2.808718306823721e-07}
{"commit": "04dd1758eeac9e793769b92a409d37d62a48334a", "message": "added geotargeting for Android ads\n", "proba": 2.435567125758098e-07}
{"commit": "6ba23dfb556a9040772f57e566550488ebf3bbed", "message": "Create Solution.java\n\nFirst commit", "proba": 2.455491312503e-07}
{"commit": "ce2c06644ca6cf5bb20533f18d34e5105b000768", "message": "Refactoring\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@10400 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 2.2600101146963425e-05}
{"commit": "8b12d24d5543dacbae1bd9130cfa17c87d65d3e5", "message": "Spiral Level orfer\n", "proba": 3.4294333772777463e-07}
{"commit": "7421638feb2ce507e8924b9827830d487f876b82", "message": "Prepared work for a new kind of model: Drawer.\n\nSuch a model is supposed to be used for being able to collapse and\nexpand their content, which may be practical in certain situations such\nas in terms of screen real estate.\n\nSigned-off-by: Jakob Brandsborg Ehmsen <387ed33cc9ebf98b733caa2520baacd616b28aa5@gmail.com>", "proba": 1.0883009338158445e-07}
{"commit": "e46a4f00f40a9b2e432ba159a8d717d4d8cd478c", "message": "Adding Coordinate.java\n", "proba": 1.0387943802925292e-06}
{"commit": "5bac8fa8a5f12c4e96176cbb75af161a6ada3545", "message": "Automated test for something that previously never worked properly.\n", "proba": 1.271144753900444e-07}
{"commit": "db9a55e2e190e2cfb0a9dd8fb8163e6082c78999", "message": "Default WARN logging to never.\n", "proba": 1.2136719362842996e-07}
{"commit": "05a152aa771d120540ec0a77ba60ec02a2bb6563", "message": "round-robin subnets\n", "proba": 3.309263047412969e-05}
{"commit": "f8f7ffd05d7be9024387e952c95dddf4489224a3", "message": "Search all duplicated files\n", "proba": 1.8740183804766275e-06}
{"commit": "7771b06052feff5ad3d78402afacaa4e36774ba2", "message": "PersistentManager that redirect to configured PM using a map/class\n", "proba": 2.4598554659860383e-07}
{"commit": "915aa4096f49bccd0a41b48184d30dad0a12ef8f", "message": "Minor spelling fix\n\ngit-svn-id: 33e7a68b83922cb39bd2fd584a64617217729dea@1213545 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00020713875710498542}
{"commit": "7758789fd6db5ebaedb2c763e64711e72d0407d8", "message": "Added more api to daas client\n", "proba": 1.2798689397186536e-07}
{"commit": "94af8c2714b9e7d35f4ae8f52f27659387d40044", "message": "Initial checkin\n\n\ngit-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@2468 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 6.629830409110582e-07}
{"commit": "d10b65431547d66b41e4e282e9261453bb0658ff", "message": "am 5df82523: am ff3d89c0: Merge \"docs: Added permissions note for Context.getFilesDir. Bug: 13716053\" into klp-docs\n\n* commit '5df825237afd016c48dd3577d839825e5161d3e7':\n  docs: Added permissions note for Context.getFilesDir. Bug: 13716053\n", "proba": 3.462731683612219e-07}
{"commit": "022f1d777fca30c4a1d11f5f619603293e2683df", "message": "am 7d9a8ffd: camera: Fix setParameters for Preview FPS single/range values\n\n* commit '7d9a8ffd08fa950eb14f8224f6090fe46ab4aa9f':\n  camera: Fix setParameters for Preview FPS single/range values\n", "proba": 8.760769105720101e-07}
{"commit": "8cfb58bd58746127d1a8aa39e34a94f7948738d8", "message": "Fix reading of daily data.\n\nChange-Id: I1f581197c938109cfe5cc21109eea57b4e0434dc\n", "proba": 0.9999994039535522}
{"commit": "78f522d16e6e0305c61d13d8ca5dd75c792420c8", "message": "am 7a4172d1: am f11cc165: Merge \"Fixed a possible infinite loop in JsonReader#skipValue()\"\n\n* commit '7a4172d190871c6b17124bf86374304cef727984':\n  Fixed a possible infinite loop in JsonReader#skipValue()\n", "proba": 5.988462135064765e-07}
{"commit": "2a4f254d53c065da16114a84bcfe95f57ccb2587", "message": "Remove misleading method comment on TextView#setHint\n\nComment incorrectly specified that the setHint(...) methods were\ndeprecated and suggested instead using different methods that did not\nexist.\n\nChange-Id: I5e7a1570beb8f1cd807853c6d9de8072afa5123e\n", "proba": 4.0274740058521274e-06}
{"commit": "6637d1040a61385f48c42f623188494b07c7f159", "message": "am 72da683c: am b8e6a972: am 1a5f387b: Merge \"Revert \"Don\\'t update the text services locale in the main thread\"\" into jb-mr1-dev\n\n* commit '72da683c6edf23678fdd3f53d777811bb5bbe1f2':\n  Revert \"Don't update the text services locale in the main thread\"\n", "proba": 1.2880902033884922e-07}
{"commit": "98dbfd4940fb7f1e3ae11ec73aeb7a9dd26a24ee", "message": "Non-editable TextViews should not display a cursor.\n\nBug 3381320\n\nThe tests were inconsistent between makeBlink and onDraw.\nIf the text is non-editable, do not draw the cursor.\n\nChange-Id: I0405e59444261a553e868b3ae5bdddd278f60bb2\n", "proba": 1.8842703866539523e-05}
{"commit": "d40cc3c58a6c0d4f66bd10ee66a3b978a2b945c6", "message": "Removed empty block warnings in TextView\n\nChange-Id: Ieec52faa6fa7160fb3f8fca30cdd25125ccd51ee\n", "proba": 3.4782913189701503e-06}
{"commit": "8df09a0906f2b5307864eee6294eabbae11c7804", "message": "SelectAllOnFocus switches to highlighted mode, not text selection mode\n\nChange-Id: Ia0adf561f207e0a82d9588471823da7f5b2f1799\n", "proba": 1.0966656418531784e-06}
{"commit": "123ce1c7fc80199ba191aa082d48dfe698e3fb20", "message": "it is ok to have null checksums in database\n\ngit-svn-id: a91d99a4c51940524e539abe295d6ea473345dd2@692 e6edf6fb-f266-4316-afb4-e53d95876a76\n", "proba": 6.952157946216175e-06}
{"commit": "e9838c00a6266838f3ddafc5eee9f7719dac9701", "message": "Create Vision.java", "proba": 1.1533702490851283e-06}
{"commit": "3be28e31135585086f9ce0802488f9aad824ffaa", "message": "adding java test\n", "proba": 1.1710417311405763e-06}
{"commit": "c4927b9fd43efab3f69c4cba90624153a885e0aa", "message": "Logging of setting ro.device_owner property\n\nWithout logging of setting it's impossible to test the setup, unless\ndevice is rooted.\n\nBug: 22860162\nChange-Id: I0532654ef4e4b7272d2749b30590a1b47da9f645\n", "proba": 0.00011021455429727212}
{"commit": "61e4896ca54addb6601470a4b30e273e214041bf", "message": "am e52807d3: am 6e1c17a3: Merge \"clear caller identify before sending system update notification\" into mnc-dev\n\n* commit 'e52807d3d00d103c4be78fc7ca447cf1bd994045':\n  clear caller identify before sending system update notification\n", "proba": 5.684032657882199e-07}
{"commit": "d386dc9c39f292fe6a1d260e3a394664ef8469d9", "message": "Preparing to replace the exceptions.\n", "proba": 1.9816587837340194e-07}
{"commit": "04e86a6d29eb333a11b776fc55c0482496cac6bb", "message": "Create BatailleGUICible.java", "proba": 1.1666053296721657e-06}
{"commit": "675afd696210db795532a09747244c56e2f0909f", "message": "holder test to verify steady enqueue rate of store\n\ngit-svn-id: d2a93f579bd4835921162e9a69396c846e49961c@740339 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.830504849451245e-07}
{"commit": "891856c2a7e88b86a0a8fb3faecde61d539cb6a1", "message": "new component between visjs-visualizer and visjs-component", "proba": 3.3122506692961906e-07}
{"commit": "52fa4be6803ba97dffbc64619a50b10311d979dc", "message": "create contract class for highscores table\n", "proba": 8.296760256598645e-07}
{"commit": "c087559ed05c78d64f09601ec3ec4cb69c2ab83c", "message": "finish problem 202\n", "proba": 0.00011441854439908639}
{"commit": "402b939700cd5dca119cbde620a23c9c324804ab", "message": "Attr #1571: Special rule for Ceylon to allow calling private methods on wildcards\n", "proba": 1.0747954348744315e-07}
{"commit": "686bb1ef7a69684209532b46aadbfd1f43b9b33b", "message": "Issue #740: CeylonVisitor: Append the output of transformObjectDefinition() to the class builder for interfaces as well as classes, now that that method will return the getter declaration when transforming a object within an interface\n", "proba": 1.3459296610562888e-07}
{"commit": "925f1367a216b25ef51ff1abe5d5a69d13f2a872", "message": "Issue #1586: AbstractModelLoader: Special case for setting the uncheckedNullType-ness of exception messages -- maybe @FroMage can see a nicer way to achieve this.\n", "proba": 9.737007644616824e-08}
{"commit": "87940a22f13571fce4752b0a1d751ddf4acd377b", "message": "model loader #1797: only mark jdk modules as available\n\nOtherwise the language module will not get resolved\n", "proba": 2.362783533271795e-07}
{"commit": "5187984ed9fcce0d0168c274152a28843b38e990", "message": "Fixed #1105 `import-jar` should warn the user on _visible API_ classes that are missing\n", "proba": 1.2145206085278915e-07}
{"commit": "32a1d83b0263cb2b01173928993dc463d2e6b2b1", "message": "Make sure a missing artifact results in a proper error and not an NPE (see #1821)\n", "proba": 2.3828872031117498e-07}
{"commit": "c2e8b05d44211d4a0d1f72b2749bc12eda785dc5", "message": "Added handling of default values from config files for the compile flags (#1574)\n", "proba": 1.0355920210258773e-07}
{"commit": "1dc2fd35d3ee88c8f40ab73f98bf7b54d6a273c2", "message": "Delete Conditionals Lev.java", "proba": 1.135357933890191e-06}
{"commit": "7fd9d34dea58d498f47d17ec9f6ec59b8e8e61d7", "message": "Fixed conflicts\n", "proba": 4.649116078780935e-07}
{"commit": "f00dd8fcfc6085651cd9eb16c4622bd06da179ef", "message": "New exception thrown inside the QueryOptimiser\n\n", "proba": 1.9077592128269316e-07}
{"commit": "7d9257a93bc5b9dcf45714bf3ea16a150274dcf7", "message": "sum \ud568\uc218 \ucd94\uac00\n", "proba": 2.9628998163389042e-05}
{"commit": "8bb4481826c87fd886ef56ee1d78a902beb1fbb2", "message": ":art: Cleanup code\n", "proba": 1.8993141281953285e-07}
{"commit": "9f48bb623ecee4247c2469394a1f575d48a821be", "message": "Tidy up and more testing and less unnecessary logging\n", "proba": 1.4951601201573794e-07}
{"commit": "5e281855cd3bb04b66a8e0d1b82318a27772ba77", "message": "KIEKER-1498 Started migration of TestLogReplayer but this requires migration of ListReader first\n", "proba": 1.0165928898686616e-07}
{"commit": "0ca524ab49b88972258aee363a2d4733b55ffb64", "message": "- fix caption row\n", "proba": 1.1456108950369526e-05}
{"commit": "afa3f434fc29b09a5c78b14d86a5d3df4a597183", "message": "Revert \"Merge branch 'develop-selenium-fixes' into develop\"\n", "proba": 1.1804025490391723e-07}
{"commit": "6a52a6b0459bf5d281b64b4399d24d706b5accdd", "message": " operation factory..\n", "proba": 1.4962868988277478e-07}
{"commit": "a131631a4b38bdb713a7bad49fa6b7b286ed4dba", "message": "Added more Javadoc to PhysicsEngine for clarity.\n", "proba": 1.0290902707765781e-07}
{"commit": "472dd731f64da8c8854ee6c52b4a9d10244f4277", "message": "Jepp-commit.\n\n", "proba": 1.4723406138728024e-07}
{"commit": "ad059fc9dccd3b0e18d17954974bb74f4d55c067", "message": "default\n", "proba": 1.71783467521891e-05}
{"commit": "75b3fa396e0ae674065348fc049223c871fa9cb7", "message": "Update AtivosApplication.java\n\ntest", "proba": 3.2335759669877007e-07}
{"commit": "c3c494b4ea046b334d6321c5a27879c87e1cd541", "message": "Report the totals for all the expenses in a given period.\n", "proba": 0.0002634334086906165}
{"commit": "19194a8da3a4d7793bfb2b00e7000cc71a61081a", "message": "Add Guid.tryParse() helper method\n", "proba": 8.803440891824721e-07}
{"commit": "bb49ba1336f996cf84d1072b9dc0e2a11f541c02", "message": "light bridge block\n", "proba": 3.706630877786665e-07}
{"commit": "264b8b86d81d499deb142b25f539727f7e97784c", "message": "Fixed issues with rendering blocks that use the alpha pass\n", "proba": 1.3723762037898268e-07}
{"commit": "ecc5177c9faf75b33f98303533aed42de8f44124", "message": "Save edits to the mangement model.\n", "proba": 1.0899836411226715e-07}
{"commit": "b0e3b9627566fbf45fb278214a344cfda3b8ee91", "message": "Adding @Optional", "proba": 2.4183401592381415e-07}
{"commit": "61fc3e304586a0b6d6e306ad301149fc35f0c737", "message": "class handling process reference tag\n\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@343 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 4.799609882866207e-07}
{"commit": "8ea8be72ef928942136c7ddef5d5afe5d06b24f7", "message": "For JDK1.3 support\n\n\ngit-svn-id: 7c053b8fbd1fb5868f764c6f9536fc6a9bbe7da9@323996 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.1717779671016615e-06}
{"commit": "758179abcdf4fa42da351039f90ff94492f4ca7d", "message": "Pattern analyzer test impl\n", "proba": 7.572001550215646e-07}
{"commit": "921dae23f05969eb11e4f115ea65f29894f6a278", "message": "SnifferServletTest\n", "proba": 2.4967400804598583e-06}
{"commit": "0cbfdc4df25610628b6870f60c84651a37e2b2bb", "message": "Adds tests to RegistersArchiverMBean.\n", "proba": 1.1450994463757524e-07}
{"commit": "848a55b9c42432d14e0f21d3a398c35487c03cca", "message": "Added message to starttrace\n", "proba": 1.4227758526885737e-07}
{"commit": "3e29a3130aec59d388f438bf8de8885278e3ceb6", "message": "am e398db4a: Merge \"Add comment to TelecomManager.getCallState\" into lmp-mr1-dev\n\n* commit 'e398db4a45d4128af696a664e7c4cc48f7187a7f':\n  Add comment to TelecomManager.getCallState\n", "proba": 2.538835417453811e-07}
{"commit": "3b3b378d93bf57db79f0f3b77f79ee201719e9d2", "message": "am ef20147e: Merge branch \\'lmp-mr1-dev\\' of https://googleplex-android.googlesource.com/_direct/platform/frameworks/base into lmp-mr1-dev\n\n* commit 'ef20147e2ba03c1532301f31027705f4a08e6b87':\n  Remove SystemApi annotations.\n", "proba": 1.697283522616999e-07}
{"commit": "72c38b951de8bd7444f05b28ddf86b75ac5ba732", "message": "Add FormPanel\n", "proba": 4.261755179868487e-07}
{"commit": "e764e0ac48c2c973b511dc36fd6d132592658855", "message": "KristianRosenvold: Told http components to be incredibly strict about protocol violations\n\nr16210\n", "proba": 1.3222705774751375e-07}
{"commit": "79ce93ba94c1874854064b4ab682262f840392d7", "message": "357318: cancel key before close as speculative work around for JVM bug\n", "proba": 1.277588381753958e-07}
{"commit": "a00f7945a62913a8a0894e9aa537ed41239bbec5", "message": "346124 Fixed UNC path resource test on Windows\n\ngit-svn-id: 0b447209bf6265635e4136dfa7c3765ce1ed69dd@3257 7e9141cc-0065-0410-87d8-b60c137991c4\n", "proba": 5.833238674313179e-07}
{"commit": "8498a920929634b3f045f220f0b62c36b4068074", "message": "added new unit test for ZeroDisk fake/canned disk, for test plan\n", "proba": 1.0955758256159243e-07}
{"commit": "14948bd5cdcac592576c21bb28b0a532034c426a", "message": "HTTPCORE-157: ChunkedOutputStream#flush() changed to follow the spec of OutputStream#flush()\n\ngit-svn-id: 6006d5852951f43e4bf20b1aa071d815bf420463@644943 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.0802165206769132e-06}
{"commit": "09e929a0570d6b4cd83f5832318baadf8f500ba2", "message": "Context menu cropped for last row / item in table #PL-3979\n", "proba": 1.343031925671312e-07}
{"commit": "46b5395b23b5332d8c2a3eafd3f78e7defe72949", "message": "Initialize plugin module for Apache Nutch\n\ngit-svn-id: dbf9d33165e6be7f805c18c8e24fe708a00b279c@74 5bf80810-9c81-6ef6-3109-74533bb38634\n", "proba": 7.832848041289253e-07}
{"commit": "b5858be32684514ca7b9dddfdb55580c100b9aec", "message": "Provide a deprecated Interface for backwards compatibility\n", "proba": 1.977021838683868e-06}
{"commit": "a9a1e27d9b2c90db1220809c247b71f6965b6d15", "message": "am b47e5650: am 93598a4f: SysUI: Null check around ranking map in isAmbient call.\n\n* commit 'b47e56507f863989c98d27805ec66105b2bd00ad':\n  SysUI: Null check around ranking map in isAmbient call.\n", "proba": 1.2443612718016084e-07}
{"commit": "bf5e60f91ac0c4ae9d8a4809437dd70cb41244c5", "message": "PDFBOX-2524: Added unit test for CIDFontType2 embedding\n\ngit-svn-id: c3ad59981690829a43dc34c293c4e2cd04bcd994@1645523 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.5727561592248094e-07}
{"commit": "c4ec80188b5df0e9dfd5a1a2e54217a6154cdf19", "message": "JDOMExternalizableAdapter\n", "proba": 8.042876515901298e-07}
{"commit": "2b6e92fddb08a3e507e812668ff36c0e2717fcca", "message": "add new Max\n", "proba": 4.2135786770813866e-07}
{"commit": "c25edf2f611dfea55c0328472e36a8f8a7252bb3", "message": "feature: add ListPowerAdapter to support single list with mul times refresh.\n", "proba": 1.0246795056900737e-07}
{"commit": "30a75cc5239fea71a114a36165e490e973c74b44", "message": "Viral Advertising solution in Java\n", "proba": 2.5482643195573473e-07}
{"commit": "69120a73d0f7a1862d51e0a95ebd5e507fee8cd2", "message": "Bug 2306842\n\nSince MockAccountManager was passing null to the AccountManager\nconstructor, unit tests where the AccountManager attempts to call\nthe AccountManagerService were crashing.\n\nNow the getAccountsByTypeAndFeatures and blockingGetAuthToken\n(which are the calls that the Gmail unit tests call) call a small\nstub\n\nAt some point, all of the other AccountManager calls should be stubbed\nout\n", "proba": 3.736140570254065e-06}
{"commit": "2a30dd37ef93f5dbf2c7e295064ba337516dffe9", "message": "Matrix to MatrixMath\n", "proba": 0.9989537000656128}
{"commit": "b541190ac457557c00afd52eb507a88582ae7416", "message": "Microcorrections in JavaDoc (without changing version)\n", "proba": 1.1187215420704888e-07}
{"commit": "3c968db59697c4f4940169c436c5e5efbb4749a0", "message": "Made Float Castable<Float> according to spec\n", "proba": 1.259094233319047e-07}
{"commit": "9856f11cb60293c953699d6b69993b9f0a410b9f", "message": "Update Driver.java\n\nAdded some messages that tell the user more of what to do.", "proba": 1.0241890180395785e-07}
{"commit": "a958fc336b277cf2838ccd50ef3d3484644b100a", "message": "Unset is -1 not Nan\n\nChange-Id: I6e7fac4b9f1c3dc6cc88c786db856ddecf3f8538\n", "proba": 0.018649158999323845}
{"commit": "e85788710a6bff2004ec4d8eb2ddf747a040ee82", "message": "Fixed a flickering when expanding and the notifications updates\n\nChange-Id: Idda8f5cfc61c3c561963eb3ccfffece9fbf5cde3\nFixes: 28557444\n", "proba": 4.823268113796075e-07}
{"commit": "8ce5d8483339e6824c0b27c0d33d8957d593b211", "message": "KRACOEUS-4826 : Don't require negative unrecovered F&A to be distributed.\n", "proba": 1.1312029357668507e-07}
{"commit": "5b6a2c0bb050f7b57bcb3a9e175be4b63c7e6dac", "message": "SimpleArray<T> container\n", "proba": 3.34333117280039e-06}
{"commit": "adeaea831d0508ad0e12b74c737195490fa8b977", "message": "Pecahan", "proba": 2.22655921788828e-06}
{"commit": "6c9c68ff2cd98a56717952ca0c64da69324762d6", "message": "Previous fix for #441 was too heavy handed, now the check is done for Java but not for Ceylon code\n", "proba": 1.1213705874979496e-07}
{"commit": "9a8f54dbc85d03209471bd73ba8df7f87c962d9a", "message": "CompilerTest: now each test outputs in its own subfolder build/test-cars/test-package and is expected to be in its own module\n", "proba": 1.7277679376093147e-07}
{"commit": "85835b831aaa616d4bb81d88e4f3e7d61cbc1349", "message": "Git #839 - QA tests added.", "proba": 1.0896842894680958e-07}
{"commit": "1991590ddd0ca6d3a0cac290b65120c147034dbc", "message": "Revert \"Attempt to fix keyguard missing bug\"\n\nThis reverts commit a5faf2415d5760d2239f85271b889d655b5c271b.\nIt prevents the launcher from showing up on Android TV.\n\nBug: 18724479", "proba": 9.182099347526673e-07}
{"commit": "6077b14e6303a76d42345d7bfe974105cb15ac1e", "message": "Bergmann's Lexing.java file from last class", "proba": 1.7011775810260588e-07}
{"commit": "861f5ad5b3a21a83ded71444193466143e149649", "message": "Trivial Javadoc commit to trigger a CI build\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1696398 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.013075441544061e-07}
{"commit": "081343f39129ad65807563903f8aef6c2dcf0042", "message": "fixed broken projects because of ImageLoader update\n", "proba": 1.600826777803377e-07}
{"commit": "27297b6cee837f0a9978b0193e36e1c30ddc1351", "message": "Provide generator of some list implementations\n", "proba": 1.6998093997244723e-05}
{"commit": "a1bbb6754ffb7262ea683ad3036b925c6459e5f6", "message": "Fix the login/register flows.\n", "proba": 7.098313744791085e-06}
{"commit": "54081c4aed74d85f1611886945fbcecc324c3970", "message": "Separated the AsyncTasks as a private class\n", "proba": 0.00033298690686933696}
{"commit": "c078f4fbeaaae87965c6547e7791d0e36867c6b5", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "b06355e05ba0957970189de6fba551b4f9f6de00", "message": "[ANDROSDK-417] Add NoteFields\n", "proba": 1.2306770713621518e-07}
{"commit": "b718fa87a741515c66bb95eb540348c2b9d68574", "message": "Adds PortForwardManagerRebindTest\n", "proba": 2.6102401307070977e-07}
{"commit": "da289f8ef151cda5e7f4723947ade6aabf4420bc", "message": "moved LabelInfoTests to core project\n", "proba": 1.2777395852481277e-07}
{"commit": "dd1653096f6d24570b23498c98a6e98e748a21a4", "message": "11878 Homework Checker\n", "proba": 1.3744615046107356e-07}
{"commit": "a1f048f7c75eb24a32393c23617a79c41aa2593e", "message": "Homework 15 - data providers from file into tests\n", "proba": 1.0181724263702563e-07}
{"commit": "62cc405acd631ab58ece32c36665bc87acd0364b", "message": "am a7bdb6c9: Merge \"KeyChain: annotate with @WorkerThread\" into mnc-dev\n\n* commit 'a7bdb6c99b7ddb6e17f9c939c138686e0bfdbbc4':\n  KeyChain: annotate with @WorkerThread\n", "proba": 3.2198499866353814e-06}
{"commit": "49f62790c66c73fb02ccb860fb55d6ac99cfb03a", "message": "Created the RegisterTermPreference to store the list of terms a user can currently register in\n", "proba": 1.247027086037633e-07}
{"commit": "754eb5c32269dbf1ec6898951082d44f3b9c1de2", "message": "am 02d93880: Enable customization of TvInputInfo icon/label\n\n* commit '02d938801ae4b53cce217eadeadc15f29683f267':\n  Enable customization of TvInputInfo icon/label\n", "proba": 1.383196632787076e-07}
{"commit": "4d2fb095715cc532f066795a295cad3ecc74db3b", "message": "am 8e099647: am 7a93b5de: am 25cb2b99: am d19ed4c1: Merge \"TIF: Avoid generating locale dependent input IDs\" into mnc-dev\n\n* commit '8e0996476b9313c0dea81dedffb9cd7c7fa3252d':\n  TIF: Avoid generating locale dependent input IDs\n", "proba": 2.461616077198414e-06}
{"commit": "42a7e0bf75493c500e16d8a3e34c8911c7d17450", "message": "Add test utils\n", "proba": 5.751983280788409e-07}
{"commit": "bdd287a0549177b842f47d07dc1a135565e4665e", "message": "MIFOS-5753: Fixed build failure\n", "proba": 1.529607089878482e-07}
{"commit": "ae4961edf5e50f1699c6407d43fa2c4b5e3b5373", "message": "Add a HTTP Servlet for Sentry API requests\n", "proba": 6.033617410139414e-07}
{"commit": "878e0a731891eb13db1ecd3affd289d1f1aef396", "message": "Add ClientActionTests to verify dynamically\ngenerated login url for okstate and orcid.\n", "proba": 1.0339558542682425e-07}
{"commit": "923ce57fb19d7569a5ce9914be5858a6d244e3f9", "message": "Fix #1544: We weren't making the callable reference primary as captured.\n", "proba": 9.974989012562219e-08}
{"commit": "020c820f9054aa0115259701d1898b4c38551ced", "message": "Avoid output in XML like BsonString{value='xxx'}", "proba": 0.9991191029548645}
{"commit": "b658d72dbde162ca5215e936703e4d19968fad10", "message": "New Class {@link PhoneLink} created that can create a link for a phone\nnumber.", "proba": 1.3776161722489633e-07}
{"commit": "61256b5fcf2f7848569fe112e5f35f41e66fe0d5", "message": "performance test for ngram-based lang identification\n", "proba": 2.1842507180735993e-07}
{"commit": "de2dc4e115d98a81fd0615d0e2934e5c1cfe70da", "message": "am 0f08243d: am c344cdc1: am ccb7a9af: Merge \"Prevent ChooserActivity from taking over the system bars\" into lmp-mr1-dev\n\n* commit '0f08243da6f3f58f18e7a0f3c1395eb2791d4d43':\n  Prevent ChooserActivity from taking over the system bars\n", "proba": 5.787821919511771e-07}
{"commit": "34b2feb041e263e11bbcec1f2a5094e21be9dc13", "message": "Avoid calling BluetoothSocket.destroyNative twice\n\nIf the destroyNative JNI method is called twice, it will attempt to free\nthe socketData twice, and the second free will cause an assertion failure.\n\nTo avoid this, check whether mSocketState has already been set to CLOSED\nwhile holding the write lock.  If it has, then destroyNative has already\nbeen called and should not be called again.\n\nBug: 3096033\nChange-Id: Ic7c0bbf21823d389b26919da8c533d8ac4d49064\n", "proba": 2.471039078955073e-05}
{"commit": "19ab3b47cbac8267c8499d96fc182a0e898554e0", "message": "am 569ff225: Fix BluetoothSocket file descriptor leak\n\n* commit '569ff225a3879363bb31548a664161fee5270a0d':\n  Fix BluetoothSocket file descriptor leak\n", "proba": 4.1257729321841907e-07}
{"commit": "c840681dbd42978745274e7c44d8c37a1f68a746", "message": "Avoid NPE when fsUuid is null.\n\nBug: 20822962\nChange-Id: I6340b70dba5a4f94a0f08ddfbda0190db97746f1\n", "proba": 6.406928150681779e-06}
{"commit": "0fc916cbc9ad1282328d70d45a64aac009811830", "message": "Add desensitizing panel\n\nThis popup panel desensitizes (grays out) the window behind it. Click its \"OK\" button to sensitize window.\n", "proba": 1.068936086312533e-07}
{"commit": "9ee66404b73f46c60905cf538dd6c10e90e53970", "message": "Compose QC intent with FLAG_ACTIVITY_SINGLE_TOP\n\nSince launchMode=singleTop is broken in the framework.\n\nBug: 16519102\nChange-Id: I136821ab9d4493c51f03332cee1e3924a1bd361b", "proba": 2.5137405827990733e-05}
{"commit": "98af6addb956edbddece9933185ba247f3fb6422", "message": "Refactor field names", "proba": 7.381756290669728e-07}
{"commit": "2a025a4dd01f2234bc2a8937486eecee936de522", "message": "renomeando classe", "proba": 1.1684580840665149e-06}
{"commit": "99458c55c0ffb3a3dcd88bdf15111793e9e0a52a", "message": "baduino alpha\n", "proba": 0.0006530473474413157}
{"commit": "4031767200c3d201ba3ae043118bcd9f01196e60", "message": "Accepted LC#186", "proba": 2.511629872969934e-07}
{"commit": "a0382758769051a465b0f29e7015b670492be70c", "message": "first checkin of ConfigurationModule class", "proba": 1.5141051790124038e-07}
{"commit": "caa1d53dd84fd03403469410ad480dc32c119b37", "message": "Make all imports single imports\n", "proba": 0.9999568462371826}
{"commit": "30ec6567600bcd6b433c22b70ee9af07259138e9", "message": "kcirb-1443\n", "proba": 4.923692813463276e-07}
{"commit": "359f7b20ef287974a20cdd7d2392eb26d23f4855", "message": "VTK-3153\n", "proba": 4.7612826392651186e-07}
{"commit": "55a77236c0e46e50e2e9ee81c86cff49c18b8aec", "message": "Test added for RMCore race condition test on Add/RemoveAllNodes.\nEven if the race exists, the test mustn't fail because of a timeout.\n\ngit-svn-id: 27916816d6cfa57849e9a885196bf7392b80e1ac@18196 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 4.660076683649095e-06}
{"commit": "06e311f76f33eb4a922dbc67195bb097101fe15b", "message": "add testcase\n", "proba": 2.2016933144186623e-05}
{"commit": "40f47ac541012ab34acc29de31199be41bd49abe", "message": "imported method lookup test\n", "proba": 5.791035277979972e-07}
{"commit": "dbf2bb6fd917588a26e513bc1be72b8a9a850483", "message": "Begin CommandManagerTest (currently on hold)\n", "proba": 1.1379243147757734e-07}
{"commit": "fd5490f6c33b385023b8fd7e5f0772adcd797620", "message": "Created package-info.java", "proba": 6.161369014989759e-07}
{"commit": "7d531a05e991420ae8b96503894cd27c0a51a6e6", "message": "INTEGRATION: CWS skeletonmaker (1.1.2); FILE ADDED\n2005/09/06 16:07:45 jsc 1.1.2.4: #i51720# change licence header\n2005/08/17 15:40:10 sb 1.1.2.3: #i53316# Added absentOptional; added oldValue/newValue to prepareSet; fixed handle numbering.\n2005/07/22 13:48:20 jsc 1.1.2.2: #51720# adapt to work in this module, bootsatrap is tricky becasue of searching through the rpath\n2005/07/20 08:21:59 jsc 1.1.2.1: #i51720# new, moved from comphelper\n", "proba": 1.9986624977264e-07}
{"commit": "faf9079f141ff8b19e93f79092ba1cd4d10426f5", "message": "fix bugs\n", "proba": 1.0751475656434195e-06}
{"commit": "35a85bf61bcdb9ed5fb762c9fbaaf606082d441b", "message": "Added this back in, until we can sort out the forwards-compatibility problem.\n", "proba": 1.0896053481701529e-07}
{"commit": "295d2a50d4e3ff73fc7d05abd34550903598cb6e", "message": "Fix bugzilla 388134 fails to load current plugin\n", "proba": 1.512516263346697e-07}
{"commit": "67ff17e304694bc5b9b3fbfaa2e3d3424b922a03", "message": "add new event", "proba": 0.00014288646343629807}
{"commit": "fdffee828cea81bf2a004e4e2a391e32f59c2f0c", "message": "Correctly implement EventSender mouse methods in DumpRenderTree2\n\nThis is taken from a similar change to DumpRenderTree in\nhttps://android-git.corp.google.com/g/62449\n\nChange-Id: I01418100ace1cf1ccfbb4fd28d72b99b54e0c140\n", "proba": 1.8033497326541692e-05}
{"commit": "23c68b42de9926d054b10dbb16d9abf622223633", "message": "Added a test for the interpolator factory\n", "proba": 1.2929318415899616e-07}
{"commit": "bad251dd768c80f84c7da680b602a88d6bedcc21", "message": "Create tests for MavenResolver\n", "proba": 1.8349855679389293e-07}
{"commit": "a33079c7bc2a6a33341fe2560ae3c61442cf56de", "message": "am 3c84c9bc: Merge \"Show brightness dialog for all users.\" into jb-mr1-dev\n\n* commit '3c84c9bc7a3ecded5d268f6ec75d8578fd78617a':\n  Show brightness dialog for all users.\n", "proba": 3.8778495081714937e-07}
{"commit": "638f3806bce67a65680a2507009998f7c59c188f", "message": "LIA-52925: check if data from community is not null and then continue further\n", "proba": 1.1913022746057322e-07}
{"commit": "643341f1c95c7a66e7fae2d1a7d054d77c756627", "message": "creates configuration unit repository\n", "proba": 3.5699088130058954e-07}
{"commit": "99ff0e9172eac57d6ecd0c4881280a890f317434", "message": "MJAVADOC-94: The javadoc option \"-sourcetab\" should be passed as \"-linksourcetab\"\n\no fixed alias def for linksourcetab and sources should not be linked only in online mode\no added a test to specify linksourcetab or sourcetab depending the javadoc version\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@537585 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.960077315743547e-05}
{"commit": "c8e5e615ddd20144870e5a800da6d8bb001ace34", "message": "o @deprecated in one line to beautify the warning when running mvn\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@794226 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.097535904496908e-07}
{"commit": "082fefc2ad75f84d5d4a5b00e70affc19f524ee3", "message": "o simplified code\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@824861 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.004013610538095236}
{"commit": "80c685941aa96d58837fefbdee5ec4f69010dbb6", "message": "o improved readingness of the code\no no code change\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@659972 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.9842486835841555e-06}
{"commit": "8bd06d4aedcc611cd0cefba9ac3e97f0050f034c", "message": "Avoid instanceof keyword to increase performance\n", "proba": 5.637526555801742e-06}
{"commit": "f77373546a41c51cdc67b8f7ce790cda6087850a", "message": "Now correctly recognizing negative tests, as well as kills tests that run for too long.\n", "proba": 1.2479836186685134e-07}
{"commit": "3610a96694f504f3a5085653a640b951b4aef0f2", "message": "Issue #395: Add some java-level tests of the builders\n", "proba": 1.1671222921449953e-07}
{"commit": "9c2b3938b5e50cf41712add21d45d17af855271a", "message": "cambiata email", "proba": 1.2860590459240484e-06}
{"commit": "f8291dc7fbd1b73c2012a3da46b69cfff2d4fa80", "message": "Added groups=fast to @Test annotations for STS-777 unit tests.\n\ngit-svn-id: cf2b8e13e5fd585456580429c3991d4364a2cb88@1351 d471f07e-d8fc-0310-a67b-dd4c8ff0e7cd\n", "proba": 7.1148369897855446e-06}
{"commit": "859a03f9d8c477b90db0ddb50cf0ca61e8e66002", "message": "add card shuffle\n\nSigned-off-by: Mattias Andr\u00e9e <3d72f033b30d63e7ff5f0b71398e9c45b66386a1@operamail.com>\n", "proba": 1.1759912865727529e-07}
{"commit": "736d0d8d218a21dc8ca6152074d6c64a3d67ebf9", "message": "INTEGRATION: CWS qadev11 (1.1.2); FILE ADDED\n2003/09/03 14:27:06 sw 1.1.2.1: #112049#\n", "proba": 1.1828478818642907e-07}
{"commit": "29dbe763c9cfc58caa662cdf4604c2a3fe826ad0", "message": "Fix to SAK-15868 and doPlainTextAndTrim has been moved into a utility class SiteTextEditUtil\n\ngit-svn-id: 19a9fd284f7506c72ea2840aac2b5d740703d7e8@58701 66ffb92e-73f9-0310-93c1-f5514f145a0a\n", "proba": 6.324605692498153e-07}
{"commit": "017df3f5e1d1d7589ce6e949457d95b584995c31", "message": "Organize imports\n\n\n", "proba": 3.843534614134114e-06}
{"commit": "b557f5fd2aa716ce43301007c4435e43738338d2", "message": "Added test for record browser factory\n", "proba": 1.6900393973173777e-07}
{"commit": "8c5ebad0033de401130d2367ec40d826691542ee", "message": "am 062e01c5: am 2635750f: Adding workaround to fix issue where the bouncer animation had the wrong pivot.\n\n* commit '062e01c5f664bbbbff5d351eb4af0b56af3fa32d':\n  Adding workaround to fix issue where the bouncer animation had the wrong pivot.\n", "proba": 1.9969210995895992e-07}
{"commit": "2ca7b716df118531f30e1716d348fb7927aff394", "message": "add integration with Thermal Expansion\n", "proba": 1.340430486607147e-07}
{"commit": "2367c5217479f73d434f82a53fbbb361f8e8765e", "message": "added ekey field to GetSessionTokenResponse.\n", "proba": 1.1951644296459563e-07}
{"commit": "76bc501e43563c009264d00b6b9a2c1a80587064", "message": "Deleted sortDefaultListModel(DefaultListModel<T> defaultListModel)\n\nUPDATED:\nutility/ComponentCustomizer.java", "proba": 9.129752811531944e-07}
{"commit": "0245741f3ebcfd113dc5ccd70d906b7a58dcb145", "message": "WIP in code for password cracker.\n", "proba": 1.2093980217287026e-07}
{"commit": "def75f20044a3b95b165a9dae8535c28a92b9830", "message": "make the service @Stateless\n", "proba": 0.003094483632594347}
{"commit": "6b64849d778432360f29a723a71ba073c6e388d4", "message": "KFSMI-5979 Remove module dependencies from the core classes - about half of the changes are as the result of merging in a UCD split of GL and Labor. The remainder are due to the separation of community module code from the main core code.\n", "proba": 9.72588907188765e-08}
{"commit": "1ac65cffc8bdc21fdce087325675c8a8218c7b52", "message": "ex 27, Box Muller random number generator\n", "proba": 1.5992885948890034e-07}
{"commit": "045e52152a788dc4c0ea893dae32742e2bc5aa4e", "message": "Test contract of QueueConnection implementation JmsQueueConnection,\ntopic related methods should throw javax.jms.IllegalStateException.", "proba": 1.1302928015766156e-07}
{"commit": "5b632a9c5cb0539530e7130182d58de5dc4b34d3", "message": "Refactor calculation service\n\n", "proba": 4.021994470804202e-07}
{"commit": "35ddd2e436ec88ca803d2162e89d132ae58b7aaf", "message": "Add tests for the AsyncConnection\n", "proba": 4.722784012756165e-07}
{"commit": "88494cceaeba29a0947155521453c85a3df81793", "message": "KRACOEUS-5438 : Populate rolodex info from prop log when creating new IP.\n", "proba": 9.78978249577267e-08}
{"commit": "bd42911a56706e95789985ab56414cbccfe54197", "message": "[TEST] added test to verify GetIndexedScriptRequest serialization after recent changes\n", "proba": 1.479040889762473e-07}
{"commit": "20c8556bd8ac018bd1f0e889cc90e99332025c98", "message": "refactored id constants for new scheme", "proba": 2.849721454367682e-07}
{"commit": "64c96b5e45d5651d0a1ee45f69bb746b99d97d1d", "message": "StreamableHitElement \ud074\ub798\uc2a4\uc5d0\uc11c read \ubc0f write \uc2dc distance \ubc0f filterMatchOrder \uac12 \ucc98\ub9ac\n", "proba": 1.460930150187778e-07}
{"commit": "1008be8cc9870c18e3c2483ee9e84269b47b26a2", "message": "Added test for custom icon builder", "proba": 1.9039495668948803e-07}
{"commit": "124e28728b16cb63c700a323b9dfb1348580c896", "message": "Do not merge: Have createAllDataConnectionList create the RetryManager inside the loop.\n\nChange-Id: I131c8323737b0b5122a5087c77d8c6102d74b138\n", "proba": 3.193291377101559e-06}
{"commit": "9d822af1469c74a656bed038db03eb6e3790b519", "message": "Added a test case for PROACTIVE-277\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@8359 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 3.848027745334548e-07}
{"commit": "4e591085993c8d5d18e829f8849ff3cd44e4bb7d", "message": "am 15432daa: am 9c9bcd34: am cae76a70: am 46241071: am 4f8a9996: Merge \"Nullity annotations to some tests.\" into lmp-mr1-dev\n\n* commit '15432daa6e35d8978393da083f934848957f147c':\n  Nullity annotations to some tests.\n", "proba": 1.7865666279703873e-07}
{"commit": "a98acef2943f6dcfc5869d8df328d64d60c7414b", "message": "am b76f5aa4: am a2366b0c: Merge \"Run setup for full tests only once.\" into mnc-dev\n\n* commit 'b76f5aa48cfdb4d3cb354d368a1e022f9d8682a3':\n  Run setup for full tests only once.\n", "proba": 2.150145093082756e-07}
{"commit": "1b035520cc3e709e7be95f751a63eac86c183171", "message": "default args and anon functions capture fix #3411", "proba": 1.6551366854855587e-07}
{"commit": "50e27ee640da80fd450def496ec7b4249e07b5fa", "message": "added the DatasetHolderAggregator\n", "proba": 2.367046221252167e-07}
{"commit": "8e390c8b4bda9708a6f40fbb01baea0d50dd16ed", "message": "Create ScenarioNotFound exception class\n", "proba": 3.2686017448213533e-07}
{"commit": "38bcea05f7343881dc0d3f1d5dec6f297ef0adb9", "message": "fixed endtoend dependency problem\n", "proba": 3.3720496617206663e-07}
{"commit": "6475c3d56bf505f91d595cfed99bc679a1db8fd5", "message": "fix missing class", "proba": 0.03716202825307846}
{"commit": "05cd16f56a14ca1589ea1cc6bbef1a487184585e", "message": "Added an helper statement to help with variable finalization\n", "proba": 1.3067536031030613e-07}
{"commit": "8d1f1f88f8d8e9d9aab8944b4c975f5ea0a66019", "message": "implemented a simple spawn mobs sponsor. could do some more work on where they spawn\n", "proba": 9.065713015843357e-07}
{"commit": "2a3f449c3e310d59a8b90f22c575a03ba39327e8", "message": "KCIRB-317\n", "proba": 2.6558751642369316e-07}
{"commit": "3adb44c332442ea465a0b0639cc06fabacabf3e7", "message": "actually add the climber subsystem...\n", "proba": 1.1502249464001579e-07}
{"commit": "121f965667d34c0207ab1fc904b8c817e672c05b", "message": "SP-80 Unit Tests - InvoiceTransactionDetails\n", "proba": 1.2152320039149345e-07}
{"commit": "097a129b8118aed52c3a453b8ee2bf14bc15cd40", "message": "some more unittests and cleanup\n", "proba": 1.1662744725526863e-07}
{"commit": "6576c3aa865795d19fb5e3f4e0d7a4a21a0a358b", "message": "less annoying", "proba": 6.5478202486701775e-06}
{"commit": "23ebd306635580bf54ee9074f65b51fe36cfc3c1", "message": "Show how the Signature class can use custom KeyInfo\n\ngit-svn-id: 10bc45916fe30ae642aa5037c9a4b05727bba413@1846407 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.5401211612697807e-06}
{"commit": "883c3cb3d304300691171dab656ede0070b7c183", "message": "Client:\u4f18\u5316PUT\u793a\u4f8b\n", "proba": 1.6598123409039545e-07}
{"commit": "ba761979ee883237b8e0143973ba5b6032f37d05", "message": "Tighten enforcement of file modes.\n\nBug: 8275867\nChange-Id: I4da14f2dd0049aca69636999696c1f3c02b3b792\n", "proba": 0.00015496181731577963}
{"commit": "a34a3bdcbf2e7057d294a8699bbe1be880500f6d", "message": "Update ParcelFileDescriptor to use non-blocking I/O.\n\nAvoids spinning up a thread just to watch a file descriptor.\n\nBug: 10349083\nChange-Id: I814cb252f075d7a162e1286bbfd1dbec28d17796\n", "proba": 1.7961348248718423e-06}
{"commit": "151590fe29389f042014481a801ae9f1504f2fe6", "message": "remove import unused", "proba": 9.091375545722258e-07}
{"commit": "8291a385dfebf4f1fef62f2921e380148d89fb6a", "message": "leetcode-280: wiggle sort\n", "proba": 1.5664119928260334e-05}
{"commit": "1df6a0e218871818f2e7c910fab0585944e09b23", "message": "Create PolygonTransform.java\n\nThis Transform sub class for Picasso Library for rendering Image. Use is like any other transform.\r\nConstructor takes 3 argument.\r\npublic PolygonTransform(int targetWidth, int sides, boolean rotate);\r\n1. Targetwidth: and maintains aspect ratio.\r\n2. No. of sides 3 for triangle, 5 for pentagon, 6 for hexagon, .. 8 for octagon and so on.\r\n4. To rotate 90 degree.\r\n\r\ne.g\r\nPicasso.from(context).load(\"imagUrl\").transform(new PolygonTransform(100, 6, true)).into(imageView);\r\n\r\n\r\nContribution: \r\nThanks to\r\nAbhijit Mitkar\r\nJulian Shen for his CircleTransform reference.", "proba": 7.057713560243428e-07}
{"commit": "98d1c2dbba3849de96ada68157c2d45ed4fceb32", "message": "Create TwoSumsHash.java", "proba": 8.165131475834642e-06}
{"commit": "b69056b6b85b6e0aad48a8142f4116b5da9ae7f2", "message": "Avoid byte[] allocations in writePackageListLPr\n\nPreviously a new array was created for each package in packages.list. Now\nOutputStreamWriter maintains an internal buffer for string to byte conversion.\n\nBug: 26237300\nChange-Id: I649e21833a16e76326f9a909220820c47a27f734\n", "proba": 1.767698108778859e-06}
{"commit": "258be56dcddd414e101dc3eb2853b0abd7cf1423", "message": "Make preferred activities encryption aware.\n\nNot all built-in apps are encryption aware, so match them all when\nsetting up preferred activities.\n\nBug: 27429841\nChange-Id: I0fd2195714fac95d031813bab73125a5c7b6c81a\n", "proba": 0.00010100252984557301}
{"commit": "6f5f470a5f24c8593981ae94970d5ba87c5e90f6", "message": "Reverted refactoring\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@9684 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 1.2508282907219836e-06}
{"commit": "0402967590d2bbe6a481d18ac0f7f2b491badad0", "message": "o.c.ams: Added an interface for the class that holds the database credentials.\n", "proba": 1.0263753580375123e-07}
{"commit": "c8819bd37bc229f61243f250c27304c77972fd90", "message": "GBE-82 automatic dispatcher url service getting everything from the request (session scoped bean). This requires the RequestContextListener to be registered in web.xml\n", "proba": 1.205770416845553e-07}
{"commit": "894edd7e2e77bd23a88665ccfbd18f093568c987", "message": "Added GA\n", "proba": 3.053612260828231e-07}
{"commit": "84f8451845c06b37376a5f9a82dfe75e7ffed82c", "message": "Add back autogenerated file\n", "proba": 7.42368399642146e-07}
{"commit": "7c51a26ce15394fc5dcacd8852cf7fcb62e0f1f1", "message": "Updated !", "proba": 2.425680918349826e-07}
{"commit": "2cce2ae63f2e7accd358ad59cb7500325bd342af", "message": "Java 8: added sample code for StringJoiner usage\n", "proba": 1.4765576850095385e-07}
{"commit": "78ed005c134b34bb142e72f56c2121f4478a2dc1", "message": "Added test for attachment provider.\n", "proba": 1.1036021874133439e-07}
{"commit": "dff6b27356a407c4d253413d49d504bb390a92fa", "message": "Delete HouseRobber.java", "proba": 5.423387847258709e-06}
{"commit": "69bec15ca02c239f066cb96284d7d24e8a7a9c4f", "message": "Got guild perms entity squared away\n", "proba": 1.2121022052724584e-07}
{"commit": "7fc3ae0eb4550f568f27b86b4f26cd3699f8d850", "message": "added IDoubleASynchronous\n", "proba": 3.3583268077563844e-07}
{"commit": "8994e86fcf2fc06b822638a68ccfa909bafe2f73", "message": "Added HMM w/custom particle filter to benchmark\n", "proba": 1.1875612671019553e-07}
{"commit": "619a82242be8541c65685246fe3ca351d75ec2de", "message": "Added MpsInstance\n", "proba": 2.399872869318642e-07}
{"commit": "5f657c10dfd601bcb3ce6a924be7a13de79bdfc6", "message": "Added CodeQualityController test cases.", "proba": 1.1086106610491697e-07}
{"commit": "8d3ce0248caac80b67d0c7157aca080a65827e7f", "message": "remove unused argument\n", "proba": 1.3243255125416908e-05}
{"commit": "5271c9ddb7094e34a99f0c0b4f394e5aeec60c82", "message": "Create Heist.java", "proba": 3.8187997120076034e-07}
{"commit": "923774339c37500f045399f9eaf8cb872130be31", "message": "https://pt.stackoverflow.com/q/48063/101", "proba": 1.0557469067862257e-06}
{"commit": "a3557634ad0f884af1096d2f2dfe33aabdaa81a6", "message": "Add a functional test for MIME headers.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@257495 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999985694885254}
{"commit": "384b1c1c65106800785682961c06cc709d4cf979", "message": "Added an abstract class to represent the ActiveSupport module.\n", "proba": 1.0554171581134142e-07}
{"commit": "3bee7d2fe0f9d0382125ac12b286572c13b755fb", "message": "Class of static imports used to supplement sequence objects when inheritence will not work properly.\n\ngit-svn-id: ed25c26de1c5325e8eb0deed0b990ab8af8a4def@7654 7c6358e6-4a41-0410-a743-a5b2a554c398\n", "proba": 2.193944419559557e-05}
{"commit": "3b43af9bd2daf65cf14fc52cbeffc008e20216ba", "message": "Add Synchronzied\n", "proba": 4.505918695940636e-07}
{"commit": "399de39f0f6a28ba1fcfacc74896438cc93c70f9", "message": "Create Computer.java", "proba": 2.0817269614781253e-06}
{"commit": "9b52740fce715c932a58450c172ab7b1c768efe9", "message": "cleanup, rename methods to more appropriate names\n", "proba": 7.367704029093147e-07}
{"commit": "36b1206ad8c2310351acbe087f0589f4f9b5ca5e", "message": "Restoring ExtractWikipedia, as it is still a handy class to have around.  Splitting the documents is useful for debugging purposes when you know you want to look at a specific document instead of grepping through a really large file.\n\ngit-svn-id: 4c5078813df38efa56971a28e09a55254294f104@605959 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.752595593046863e-06}
{"commit": "5535b3d2be32c1498537125f201a21cf4b5baace", "message": "ceylon test throws if all imports are native imports ceylon/ceylon-sdk#477\n", "proba": 7.337790179917647e-07}
{"commit": "0120624a15980ff992fe6a5729562633d7e4d204", "message": "Fix AfcSearchView.open().\n", "proba": 1.3537744791847217e-07}
{"commit": "f35ecc2600246814ed93490d9fb204533ca879ab", "message": "first add of this test.. .just locally\n", "proba": 1.2545145011699788e-07}
{"commit": "7fbc344625ecb181b0a1d9a920a9050605e67aae", "message": "Collapsed AttributeDeclaration and AttributeGetterDefinition into one.\n", "proba": 1.276562926477709e-07}
{"commit": "5f410ca5feb8d114d03845f21f158d53082b14c4", "message": "AssertionError ON new task remove", "proba": 7.307981377380202e-06}
{"commit": "c3ef0e59add11772d4949a6c8d393b86a81ef06b", "message": "RAT-53 First draft of interface. https://issues.apache.org/jira/browse/RAT-53\n\ngit-svn-id: 20b5046b6673c953bccf871611e49999d6099921@777238 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.1510660442581866e-06}
{"commit": "27e98589422ce4ebeebe742e0af8959eff5a61b8", "message": "Avoid NPE is lastWrite is not being used\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1103228 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00021615540026687086}
{"commit": "e7dcf0a8ec107b6aa4dd09dd1c641093145b2460", "message": "Created and updated class UsingToArray.java", "proba": 2.8903718884976115e-07}
{"commit": "2d3947369913e9d90b6a769ac5619b5c320e9d06", "message": "Create an EmptyResponse class for successful responses that contain no body data.\n", "proba": 3.9101280435716035e-07}
{"commit": "b62d02ae857f2763f317f31684735b7eaddafd3b", "message": "Dana: Fix image search api query\n", "proba": 0.008424720726907253}
{"commit": "27383a227b90e96851567f546e5f06fbe4c75ba5", "message": "Added ReltoSqlConverterArraysTest class\n", "proba": 1.5258116548011458e-07}
{"commit": "3a36c06d34b8d34c3a9ea17bfe1ba6f34e72619e", "message": "Started to implement the MainServiceHelper class\n", "proba": 1.856265186006567e-07}
{"commit": "b41a141bb2045174436db1b26c95844941e1cfb2", "message": "feat: Add database helper class\n", "proba": 2.3702584428519913e-07}
{"commit": "b3bb06fbd64618801b09130a0e641e13cb256019", "message": "Fixed: Selecting a BundleActivator does not work if it extends something that implements BundleActivator\n", "proba": 2.677910515558324e-07}
{"commit": "a232622a91352ed20bcbb47ad0f6d8e805e738e4", "message": "Adjust example\n\n\nRevision created by MOE tool push_codebase.\nMOE_MIGRATION=6509\n", "proba": 8.388869173359126e-05}
{"commit": "df64d6307e34290ae4bb701bf1bd71d822c129d8", "message": "r16043\n", "proba": 1.4537615697918227e-06}
{"commit": "111000befad90a0647c8ad85f49972593aec266e", "message": "Slightly increased handles count to cover edge cases without failures.\n", "proba": 1.0498397529090653e-07}
{"commit": "c336a8bd886d85a7b0828fc0351f9dfae1651062", "message": "Producer for digital marketing events\n", "proba": 2.5875419851217885e-07}
{"commit": "ec8baf5e98d7e9aba26c5140af1a1e86bcc2b560", "message": "handle case if no duration is defined more gracefully", "proba": 1.251016783498926e-06}
{"commit": "38fba57a6e7c19166abf3469451bed475b65d2a9", "message": "Fix #528\n", "proba": 3.696443116041337e-07}
{"commit": "063e5d5420b3246b1e5c9730740ac1b63f398f6a", "message": "Fix for #1496: Backend error with higher order functions taking a parameter function that has at least 5 parameters\n\nThis needs a proper review by @tombentley\n", "proba": 9.016222293212195e-07}
{"commit": "05a60e8cef6316dbbebcbfd54ab74ff18d8de2fd", "message": "test: Improve the SDK compilation test, by including the error messages in the assertion message.\n", "proba": 1.2174707819667674e-07}
{"commit": "7ccd2640a623de5167337a9253f69e438e8cb040", "message": "Fix #2721\n", "proba": 5.167668177818996e-07}
{"commit": "f879611d2e4804ad110e28416803a01de5046400", "message": "SAK-33389 - Admin users don't see the groups in resources for a site they're not in the roster (#4815)\n\n", "proba": 1.011791681548857e-07}
{"commit": "d9452911357978ced1675adcb49939b76ca4f749", "message": "Update NullObjectPattern.java", "proba": 5.748523221882351e-07}
{"commit": "c25fe77ee1b9a0c80aa3b53c9b2252579bd90974", "message": "Updata java1.java\n\n\u7b2c\u4e00\u6b21\u4fee\u6539", "proba": 3.2555109896748036e-07}
{"commit": "a521d5538156368fb6e04ab9ebd34a007916925d", "message": "oops! forgot to check-in this one\n\n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@345633 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.887680789688602e-07}
{"commit": "34636402dfc73267e1fde9231919414b7bb77163", "message": " o Applied patch GERONIMO-45\n\n\ngit-svn-id: d69ffe4ccc4861bf06065bd0072b85c931fba7ed@44113 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.6159290794348635e-07}
{"commit": "b9ba2231deccf9b080dc0033a570e6ed7d1df7ea", "message": "AXIS2-4803\nContributor:Rich Scheuerle\nquick correction to remove return statement from debug block\n\ngit-svn-id: d6acb143e251c037dab5ea34394f8439daf45588@997087 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.2950238088888e-07}
{"commit": "9e14ab4b281c4913a8875e199424f9955f034533", "message": "Add async updater for the convenience of clients who need to include an update in a larger update process", "proba": 1.388209085462222e-07}
{"commit": "942808c47c569f8df6b8639bea46d8acde4eebf1", "message": "[#864] [cygnus-common] [TestConstants.java] Remove\n", "proba": 3.178114411639399e-07}
{"commit": "bf5dcfa7eca7568f1a06ff108560ab4538caaa3d", "message": "Create ServerMain.java", "proba": 2.2739193354937015e-06}
{"commit": "e38244aba45049c321c14936bcaf2328cc35491d", "message": "SWITCHYARD-208 Disable schema validation until schema can be resolved locally\n", "proba": 1.2600551713148889e-07}
{"commit": "2120eb3830c400356fc44d914c8161722a947bdd", "message": "am e5129d7f: Merge \"Defer adding large icon until when we compose the final notification. (Bug 5566846)\" into ics-mr1\n\n* commit 'e5129d7f49361df69e804a79696e28b213ea20b0':\n  Defer adding large icon until when we compose the final notification. (Bug 5566846)\n", "proba": 2.3642982682758884e-07}
{"commit": "85d8918c686a96dbd0d9e94610aed68f5b0bf770", "message": "am 4cc4fe87: am e3230ae2: Merge \"Fixing issue with screenshot icon being stretched.\" into mnc-dev\n\n* commit '4cc4fe873e5d6e9b222b64688b0bdc41a530b798':\n  Fixing issue with screenshot icon being stretched.\n", "proba": 1.5397408503758925e-07}
{"commit": "6685f1bacead5f765c71a49f5cf0dc88750344d5", "message": "AccessibilityNodeInfo incorrectly cloned.\n\nThe code that creates a clone of an AccessibilityNodeInfo was not cloning\nthe extension objects (CollectionInfo, CollectionItemInfo, and RangeInfo)\nand as a result if the original accessibility node info is recycled the\nextension objects of the clone are also recycled and now if one tries to\nrecycle the clone gets an exception that the extension objects are already\nrecycled. Fun!\n\nbug:10642952\n\nChange-Id: I84192466bff0e865de04b79079e6ceecdffb37a6\n", "proba": 3.222642590117175e-06}
{"commit": "945fd0074a631722e10c63c0006bfd10729ca8a0", "message": "Watch out for null pointers when getting profile owner info\n\nBug: 22776761\nChange-Id: If9b7fe603c52b953633a81642b506c0b2fa8dc3a\n", "proba": 5.607673756458098e-07}
{"commit": "f73e659ece530b4d932faef6bc84d0ea3b1a33f7", "message": "changes to how block sizing for accumulators is handled.\n", "proba": 1.118224446372551e-07}
{"commit": "2c76a2f7a166ea31b36f0dc48bd6ba1a70ffdb57", "message": "Forgot to include the script class in the last commit\n", "proba": 1.210035946996868e-07}
{"commit": "1817bafde17cb5532cdd414f85e93244e1268edf", "message": "Fixed import that was duplicated\n", "proba": 1.8828988856967044e-07}
{"commit": "ccec5eab8a82dea9f3fc5a19425ae91cbef2c466", "message": "Add tests for planner rules, in particular for constant-reduction. (Disabled at present.)\n", "proba": 1.129590216919496e-07}
{"commit": "2abd03d180550c41c703314dd58fdd35ac831baf", "message": "Initial work\n\nThe part I already developed before it started it's life on GitHub.\n", "proba": 1.2147162919973198e-07}
{"commit": "fa7a0e933d3903a8b5315987d1b9f7e27006ea96", "message": "InlineEdit: Add change content file API for change edits\n\nChange-Id: Ica531d8080b5d9fe03a3064abc383fc367dcdc0d\n", "proba": 1.9513969164108858e-05}
{"commit": "81eb695fa3f20e3704e3cc46da46ff228042ee20", "message": "Removed extraneous printout\n", "proba": 2.0528134427877376e-06}
{"commit": "a870ba6c65c076c46f5b972712ffea52faa198a6", "message": "Added TODO comment", "proba": 1.2791562653546862e-07}
{"commit": "1a379c48271a410c5a96d5a467c5cc0b9721f98f", "message": "ex29 DaysOfWeek finished\n", "proba": 3.710804321599426e-07}
{"commit": "b374d1589483586a9e50e8931fe5cc838e8e97ce", "message": "Moved MixinsOnThisInjectionTest to Core from qi4j-tests\n", "proba": 1.253178822935297e-07}
{"commit": "02cd954000074958b135e7c4415792ccdb237b39", "message": "make BigtableIO#Read#withRowFilter public\n", "proba": 1.3140041232873045e-07}
{"commit": "f608fe4a8357df4d54db3e28e64c50bf9507af1f", "message": "add job test1\n", "proba": 0.0015968203078955412}
{"commit": "ca8fa12ff55ee2a911809e826fd4b604fd71ab2b", "message": "Average only on full months,", "proba": 1.3773455975751858e-07}
{"commit": "312410c9dec79ce62e7a3349b5fe5631ffc4ace4", "message": "let the database be cached ...", "proba": 1.20995750307884e-07}
{"commit": "422dd9f57c97c56c1f8ce60192db998664915fb0", "message": "fix spelling\n", "proba": 0.9999994039535522}
{"commit": "a92154c3ce2602b1712188fd0c3a419a7ec5055f", "message": "Fix voor generen layer, get(index) op collectie welke null en/of leeg kan zijn. In dit geval dient er geen postfix gebruikt te worden.\n", "proba": 1.1781330755411545e-07}
{"commit": "57079106cecca130ac38796265bec418c34431c8", "message": "renamed to ppwcode naming scheme for helper methods", "proba": 3.079922805682145e-07}
{"commit": "510cd87121fc0afa686ec6773b7a030bc5941f68", "message": "Added a decent command-line interface.", "proba": 1.1304781821763754e-07}
{"commit": "c410ff216e33cbb10f6e3871695aa4b631405c15", "message": "Added problem Tanaka\n", "proba": 1.8428475812015677e-07}
{"commit": "b3151d85f7df57dd9814ad53958e775548d86632", "message": "add VMPC based SecureRandom  \n\ngit-svn-id: 78a0b1024db9beb524bc745052f6db0c395bb78f@434 20a39203-4b1a-0410-9ea8-f7f58976c10f\n", "proba": 1.3021199265494943e-06}
{"commit": "75a6ae7586f863a96075f4254461424bc2e02e36", "message": "metamodel: implement Module.members #5104\n", "proba": 2.095311515404319e-07}
{"commit": "2470b02a103a1d864b353d60a4113644ef7f3a96", "message": "[New] Added StringServiceArgument", "proba": 1.5886114113072836e-07}
{"commit": "19b0c0998b6a004e48eab9db7f02a4f6ae4f42d2", "message": "Updates.\n", "proba": 2.137919921096909e-07}
{"commit": "b1cb81893b2983b6a91462aee3cd5b6afdebe4d9", "message": "Formatter_CSV unit tests implementation (1/2)\n", "proba": 1.1904823082886651e-07}
{"commit": "d256eedf19841b473e37fdc7345e62ade8b1c8ea", "message": "- Allowed for properties files to specify multiple settings that may not be used by the Liquibase Maven task being executed. Previously this would throw an exception and prevent the task from executing.\n\ngit-svn-id: a91d99a4c51940524e539abe295d6ea473345dd2@547 e6edf6fb-f266-4316-afb4-e53d95876a76\n", "proba": 2.0066622710146476e-06}
{"commit": "1685f72884b979a9bd5e77c2eac21b9e279a0bd4", "message": "fix build\n", "proba": 6.818289080001705e-07}
{"commit": "a8f5159fcb861163a0ad371a0a46ecb33fb0e889", "message": "Added end-to-end HTTP server and client test.\n", "proba": 1.0462455435344964e-07}
{"commit": "a98e793eb0135abe3753f333b0f093ca0483e64f", "message": "SENS/TEST: Aggiungi HeadingManagerTest\n", "proba": 2.1758803825377981e-07}
{"commit": "9e543e5dd9e9bfe2cb9f3635b480d9a6d1fda448", "message": "Fixing the progress reporting on FastaDbDao\n", "proba": 3.1980439985090925e-07}
{"commit": "6e71ebb8eb1e4dd625b1e5db3240d0b162620898", "message": "Unused loop label\n\n\ngit-svn-id: eee8356d45ea3f6bef60455b6252670a15fb374b@200 68c0822f-77d1-6f10-b115-8a14d106ca4c\n", "proba": 3.235144504287746e-06}
{"commit": "1e6456b224e283f3dc065f1488970157b37bd162", "message": "Added AbstractLeastSquares class\n", "proba": 1.1916738174022612e-07}
{"commit": "4e410c3edddfcc87fd317f5221712407c06a50b4", "message": "Added TweetDTO\n", "proba": 2.0038326908888848e-07}
{"commit": "5f1300a9022bd782c09a3034d3d6a8e1defe280b", "message": "Added new rebalancingProxy Unreachable exception.\n", "proba": 1.1896061380411993e-07}
{"commit": "727d72d3df2d99d1d10d54c318166f3227d42dd0", "message": "Fix epsilon computation\n", "proba": 0.016005437821149826}
{"commit": "e3def5ae14a0c59442775b9ec3f6bfbc509ef8c2", "message": "Move the documentation-writing logic into a separate method\n\nWe'll need this soon for creating the documentation of accessors as well, although\nit is not yet clear where this would finally live\n", "proba": 3.63089543498063e-06}
{"commit": "1e9c73852bffca6024eab5f9eb9329d3bc996b04", "message": "Make AbstractServiceChannel abstract\n", "proba": 0.9998588562011719}
{"commit": "6ea48de1c26ae026bebf1e25d55cbb1148b46fd8", "message": "#3767 Unnecessary object instantiation removed.\nThanks to @cmuramoto for pointing this out!\n", "proba": 9.754089802527233e-08}
{"commit": "9cb9eb60fda37d26d03cf1ac086dc90cf3be0f53", "message": "Add a simple top-down repair computation\n\nimplements a justification computation interface for a moment", "proba": 3.944341244732641e-07}
{"commit": "74b510b4d70febcfa14eefe3a00f49683d999271", "message": "Add CredentialsEntity class (DEV-15)\n", "proba": 1.2086462675142684e-07}
{"commit": "ad46978903801f5a8dddd1c9b147310235183e5f", "message": "Add RequestChunkPacket\n", "proba": 2.0487227914145478e-07}
{"commit": "133dc3c16a7a46cb9e515d7b3753105aa4211aa8", "message": "Create CobolSerDe.java", "proba": 3.563921779914381e-07}
{"commit": "83bd556a5ef737015637dcbf5329d38fcf288537", "message": "temporary move, restoring the history of SyncTimer\n\ngit-svn-id: 5ccfe34f605a6c2f9041ff2965ab60012c62539a@1205982 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.135564032978436e-07}
{"commit": "64be73449b62c9768a1f275739a79fbe0b72dfdf", "message": "Allow for a predefined set of power posteriors to be run so that Nidia can collect a gazillion samples", "proba": 1.9666104833504505e-07}
{"commit": "222f132d14ff0bb0593d5271ef7e891efd41b824", "message": "Abstract interface for the outgoing connection in the ACC routing table.\n\n", "proba": 1.0385709714455515e-07}
{"commit": "4329a6fde5248082c09ca429f157586d20cb4eb8", "message": "Unit-Test to verify AFO IDs uniqueness\n", "proba": 2.90749596842943e-07}
{"commit": "f0b47fb8cb8770be37cc3cb3df8b61cebfd4e797", "message": "Migrated Test getSubmoduleURL in GitAPITest for JGIT not initialized\n", "proba": 1.9649532134735637e-07}
{"commit": "59e0e663e3cc17cce2f1d777dce4c5d4fc2f098e", "message": "fix bug in variance checking", "proba": 2.975551467443438e-07}
{"commit": "4f65d4ea62da5386de607f0a4fe59d862f26e437", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "a1424f775dc9ec940fa8210d2acb6cdb4e41f122", "message": "oxAuth #647\nSupport Custom Params\n", "proba": 1.2590545850343915e-07}
{"commit": "812d6878b251391b7c0104d6905344d023595a6f", "message": "Seven segment display decoder", "proba": 2.4502421069882985e-07}
{"commit": "090f48f575792009c99bf25e425e8630b3baa021", "message": "add PaintTest.java\n", "proba": 7.872808964748401e-07}
{"commit": "419a4188bdffd8db7db8c1a5781c9a5585b0ca65", "message": "Added `$header$` suffix for antive header classes\n", "proba": 2.5578987106200657e-07}
{"commit": "0a4794339e8ff1f2cd5eab72b4246af805256db2", "message": "https://www.acmicpc.net/problem/1153\n", "proba": 3.03750425700855e-07}
{"commit": "78423b80f0cf7d031161cebd72ee667e7f21be83", "message": "Chapter 12, Exercise 3\n", "proba": 4.820605681743473e-06}
{"commit": "036501fb124b19e46634447a90d17902b9c570f2", "message": "https://www.acmicpc.net/problem/2511\n", "proba": 2.9475791052391287e-07}
{"commit": "ce5d9963b7507a76f59c4c1976a9414a7bea46d5", "message": "https://www.acmicpc.net/problem/2565\n", "proba": 2.653427202403691e-07}
{"commit": "5e061749a80efe1ec6e5e2729edd2d83b64f2759", "message": "\u66f4\u65b0goodsmodel\u5b57\u6bb5\n", "proba": 8.593024745096045e-07}
{"commit": "830378cfd15c142aab6f69d47778e3222662e3ef", "message": "add location info\n", "proba": 1.904112991724105e-07}
{"commit": "8b2d7fa880053b666e2ef2b1edbea624af827b9b", "message": "Have destroyer On its way. May fuck YALL\n", "proba": 3.848765572911361e-07}
{"commit": "9c5acda6c9d3a144827bafd555dd03dfa4e2d28b", "message": "Added custom exception and configuration\n", "proba": 1.5758037363866606e-07}
{"commit": "41312876fb0c40b547203b0d09d5de03ca79ba3f", "message": "Update Partition List.java", "proba": 7.18895023510413e-07}
{"commit": "f4c299f1aa8634f89687fc1aa8195e74dc4e77aa", "message": "Create EllysNewNickname.java", "proba": 3.137518433504738e-05}
{"commit": "3c9635060128417b44611c6b9c1a5113d5903060", "message": " - Fixed synchronization of a list in NodeTest\n", "proba": 1.2402051652316004e-07}
{"commit": "d99e8374fa9f5bbe7f510122b9b46b21a09325a2", "message": "hackerrank array ds completed", "proba": 8.466715371469036e-06}
{"commit": "74e2cd664319f72503427825e0f19b38f30ef8f1", "message": "3.1. \u041c\u0430\u043a\u0441\u0438\u043c\u0443\u043c \u0438\u0437 \u0434\u0432\u0443\u0445 \u0447\u0438\u0441\u0435\u043b[#189]\n", "proba": 1.236553544003982e-07}
{"commit": "0cd6fb40ab817344b8c7283686ef2d17a1efabbe", "message": "delete coomon with fold\n", "proba": 6.09294431797025e-07}
{"commit": "f1399e63a26ed11907d528fc25c7454d42df94b5", "message": "Implemented all operation\n", "proba": 1.0460841622261796e-05}
{"commit": "c2d461784a65acab58c8efbdf1328eb88ced4fb2", "message": "REFACTORING - IDs: Missing File\n\nAdded file that should had been committed with last commit.\n", "proba": 1.0283388007792382e-07}
{"commit": "3da44f1109fd7a6f06a018d8e83cc02f6c147580", "message": "PUBDEV-1612: ORC Parser.  Fixed typo.\n", "proba": 1.2585600472903025e-07}
{"commit": "979c5f27e9b976f597a68db0411cb12841f90313", "message": "Added a scheduler builder class.\n", "proba": 1.1520934606323863e-07}
{"commit": "1ca775242c8c3fdac8f901b07fe3f1fdaabb924e", "message": "Added tests for the path formatting in web-util\n", "proba": 2.4062072156993963e-07}
{"commit": "4d3090587bcfbeb34fa9bccbc3058d734cc71984", "message": "Refactorisation Operation Interface\n", "proba": 1.094758658837236e-06}
{"commit": "68e822776b74bb73b759a97a88aac6da2d217ae2", "message": "Prevent duplicate flags", "proba": 1.649514160817489e-05}
{"commit": "866b71173dafd5e7645787b254db79e103a06fcb", "message": "allows for authentication outside a web framework (ie. via a loader, cmd interface, etc.)\n", "proba": 1.1117614917566243e-07}
{"commit": "765db090426036e582feb77cdab05463393d7cb0", "message": "Initial version.\n", "proba": 1.5797580488197127e-07}
{"commit": "1a0afe7566ae516fd5206d0703e4050df8eebed3", "message": "New changelist\n", "proba": 3.606533880429197e-07}
{"commit": "f6eabd6268882e0222fe9b6521eac5f55c8a031f", "message": "[MSITE-71] use the project builder to read the parent project from reactor, relative path, repository (in that order) to find an interpolated parent URL\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@391918 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.505917437811149e-06}
{"commit": "10cfc15b8551dd3960c89f1906b966f52df75333", "message": "interview20 \u987a\u65f6\u9488\u6253\u5370\u77e9\u9635\n", "proba": 1.2418787775914097e-07}
{"commit": "6cd7d3902245564fda7a0df0bf4ce504b805de8e", "message": "OAK-1088: Thread safe MongoDocumentStore\n- add test, currently ignored\n\ngit-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1530908 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.8038569982745685e-07}
{"commit": "3e259da145f9792766718a228a554102a7bd9777", "message": "Improved BotHelper message recognition\n", "proba": 3.873277591992519e-07}
{"commit": "29765b19a60a7334e2470137701d3923d3d27021", "message": "Provide the result count as HTTP header when using paging\n", "proba": 9.779601896298118e-06}
{"commit": "a8cd84c0e1b466cb877d0b34804e7207de298c31", "message": "Added WallIconProvider", "proba": 1.7427775844680582e-07}
{"commit": "b1a8036944556c1fb10e45ca83b22402fd0ae7f2", "message": "Add a benchmark for the specific parts involved in a TLR claim through BlazePool\n", "proba": 1.3148967070719664e-07}
{"commit": "17d5409fccc8767bf45786883071627bdb48980b", "message": "KRACOEUS-4079\n", "proba": 4.132522519739723e-07}
{"commit": "be790663f47a62d5d502d3fa42a14d14fe600fbf", "message": "Move GspGroovyFileImpl.LightVariable to GrLightVariable.\n", "proba": 1.20485992738395e-07}
{"commit": "a638e2bb1f235c92fd2e504486ceab942d6b164e", "message": "Added missing file.\n", "proba": 1.3344676119686483e-07}
{"commit": "7baf20f4c2ac1154ca521eaba8e6b88f0f2e2580", "message": "Setup mod file\n", "proba": 5.022815230404376e-07}
{"commit": "b63fbf88efea02975cbb840ce69992b038d5bfbd", "message": "Updated cryptic clue solution for Kalphite area\n\nThe previous description is no longer accurate as stronghold slayer cave was split up.", "proba": 1.1914067954421625e-07}
{"commit": "bb468e5df849e04e86059b067a93d6dee4c4c036", "message": "Data Availability Exception\n\nSVN-Revision: 18735\n", "proba": 1.6392894508499012e-07}
{"commit": "e20b28a6049974473c3007b765212cc9fe9e3bcc", "message": "Test if Regulatory Features are out of bounds\n", "proba": 1.864191290223971e-06}
{"commit": "fde213324199fedadd52651c779f5bef139a18a4", "message": "Add a (failing) unit test for #148\n", "proba": 5.005064394936198e-06}
{"commit": "315b3c0b4abc0d06fc16e6089418238205b89c26", "message": "adjust loader to support namespaces in property names\n", "proba": 3.029398101261904e-07}
{"commit": "71568f4c18dd75d72d05e233a49ae159613ce4e4", "message": "Frequency of numbers in O(N) time and O(1) space.\n", "proba": 4.011619239463471e-06}
{"commit": "94bdc80736db623033294828edd5cd0f9c523e7e", "message": "Fixed imports\n", "proba": 5.939751872574561e-07}
{"commit": "70b3419e9e91d32c4abe09befc70c0d1b5436423", "message": "Create Insertion.java", "proba": 2.697508307392127e-06}
{"commit": "d4635739a780bd22d0baac4ba999e2c623e37095", "message": "Update the scanning design procedure\n\ngit-svn-id: 4741f78aa2d3279ddd0a34c053c42ca3ce19451b@688 124fc276-1b20-0410-8d16-dc08e6bff5e9\n", "proba": 0.00021666073007509112}
{"commit": "24a6a216e5b1ac3218f4b42c63984616544df690", "message": "Repeating.java", "proba": 1.0833634405571502e-05}
{"commit": "f46412eec6f0e8b4262e3a693d2579ccdf9ff4d7", "message": "Removed all references to Java 1.4 specific classes. HttpCore components are now fully Java 1.3 compatible\n\ngit-svn-id: 012c2870a0981a96946fe5ae32c5c86e4e7e102d@358353 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.342952012048045e-07}
{"commit": "be01a7bf15c889354aa759ee62f2fd37a80854d8", "message": "MdJadualHutangController Dasiah Meluncur\n", "proba": 1.18049422326294e-06}
{"commit": "9ae22f0bdfe1bd25ae590ea18831931c97fd092b", "message": "Added package-info.java to editors.data.icons package.\n", "proba": 1.0464251687380965e-07}
{"commit": "894f0e7559c0adb5c290e6e6df9e0670ed6873f9", "message": "adding schemaversionresponse pojo\n", "proba": 1.1213583093194757e-06}
{"commit": "e9d450a99789eec7546329a994cf09b9350f8be4", "message": "metamodel #5104/annotations predicate: handle more types of declarations\n", "proba": 1.2680766303674318e-07}
{"commit": "72c835309ada4996c483c5fc2f109aebfbc920d1", "message": "Fix problem with TypeDescriptor.Tuple: getTypeArguments was returning null, rather than the Tuple's type arguments. The getTypeArguments() API isn't ideal now, however, as it forces us to realize all three type arguments to return an array.\n", "proba": 6.714619303238578e-06}
{"commit": "308df81f5191242967df43c7bbbe4dded2ffdfd6", "message": "fixed getApps\n", "proba": 5.479585070133908e-07}
{"commit": "25d37c67f764f7bca6444c352d20ac834c1e1ffe", "message": "fixed return provider\n", "proba": 5.62315051411133e-07}
{"commit": "85c4b9b36fc52afc3c268fe980b40e52a6c5fe1f", "message": "fix(iam-dialog): add webview on onStart\n", "proba": 9.008452366288111e-07}
{"commit": "319dd71b223810c4f9e1176cc65cc715b3daec19", "message": "added more test coverage for ServletResponseWriter\n", "proba": 1.3015832678320294e-07}
{"commit": "d5902245fbc98bd40a750b1309ae153f7636e3ce", "message": "Fix for views in ndarrays\n", "proba": 1.6035113503676257e-07}
{"commit": "8287c83408f5736e3848c87f191bc657cfb28f1a", "message": "SimonStewart: Checking in that missing file.\n\ngit-svn-id: 4179480af2c2519a5eb5e1e9b541cbdf5cf27696@8082 07704840-8298-11de-bf8c-fd130f914ac9\n", "proba": 0.0025254760403186083}
{"commit": "daed2a721b17ae66cc4fe062d383cabef6a82ebf", "message": "Fix for #2050: Defaulted parameter for mixin bridge gets called on wrong impl member\n", "proba": 1.348877418649863e-07}
{"commit": "7b0e453e5ef9c8cdbe0cad7057003af75fecc741", "message": "ClassTransformer: generate @Members for interfaces #741\n", "proba": 3.641169143975276e-07}
{"commit": "4c20dc1bafc21973957066498dac1423ee453804", "message": "AnnotationTarget: make it work for JDK8\n\nOtherwise we break when we find a type annotated with the new annotation targets (like, well, Target)\n", "proba": 1.208277495834409e-07}
{"commit": "32da912870da45c513a76fdc94670a8c58e3c748", "message": "Utility for extensions: selectable items\n", "proba": 5.343206339603057e-07}
{"commit": "0f92a8083d6f6a0d5827c6688599456edb27dcd0", "message": "Show alarm tile for the current user.\n\nWe were already refreshing the tile on user switch, but we\nwere only pulling the information (and observing changes)\nfor the owner.\n\nBug: 7596329\nChange-Id: I33959af405bc79037b5b1321631d993bea65772f\n", "proba": 6.88113686919678e-07}
{"commit": "3ae2df52c3fc7e5ec001e60d3b4a53995104e43f", "message": "am 3eff066c: Merge \"Handle HSPAP.\"\n\n* commit '3eff066c75d50ebc8b9f40d79853d5c926220463':\n  Handle HSPAP.\n", "proba": 2.4540889853597037e-07}
{"commit": "ef5d26119141b17c9b3879a1b6e36e6bb3fd931c", "message": "Fix 6804479: \"Emergency calls only\" in notification shade\n\nAdd an additional codepath to the \"no connectivity\" logic in\nNetworkController to allow the PLMN bubble up from the\nGsmServiceStateTracker, where R.string.emergency_calls_only\nis returned if we're in emergency call mode.\n\nBug: 6804479\nChange-Id: I0a77261e4393cc0dc32bae3e631ef196b2342f06\n", "proba": 1.7714631894705235e-06}
{"commit": "99270a89723caddabde2189e990a9365521a03c0", "message": "Revert \"Show no_sim icon when no SIM card is available.\"\n\nIt doesn't look good in the combo RSSI layout, and while we could make \nit look better by adding some padding (like the airplane icon), we haven't\nhad a no_sim icon since ICS and people are pretty much OK with it.\n\nThis reverts commit 2eeacc02a252607e7c2fd1a00c60d8aa567694cc.\n\nBug: 11127588\nChange-Id: Ibefd6096171588fcab1e3c5174abda9758cc5f6d\n", "proba": 1.729112568682467e-06}
{"commit": "a82bdf8c0f978ea78873ccebf45ea64c3e0a7d94", "message": "Suppress exception on unregistering device sensor.\n\nDigma tablets iDxD7/iDxD10 tend to throw exceptions\non sensor unregistering. I believe this is a firmware\nissue. Suppress this error since it's ok to move on,\nif the sensor is already unregistered.\n\nSimilar crash in mozilla tracker:\nhttps://goo.gl/iD8sRb\nNote the device list out there, it also mentions\niDxD* devices, along with some others.\n\nR=mvanouwerkerk@chromium.org,timvolodine@chromium.org\nBUG=596453\n\nReview URL: https://codereview.chromium.org/1819293002\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#382810}\n", "proba": 0.00010296849359292537}
{"commit": "6223fba87efabfca2342fd75594e39d913023aa2", "message": "Remove optimization to isInContentArea that wasn't working.\n\nThis might fix the bug where tapping outside the notification panel doesn't close it.\n\nI'm not 100% sure because I can't reproduce this on-demand, but I think it's possible for\nonSizeChanged to race with the animations and we end up with a bad rectangle.  The time\nI did see it happen was tapping above the title area right after canceling a notification,\nso that could explain it I think.\n\nBug: 3339023\nChange-Id: Ic3a7f4c059e7bf6f30b864a371a0912a6414edb7\n", "proba": 1.068044457497308e-05}
{"commit": "cf7eeb49daa564385934536a5feca8a06e6c961d", "message": "CheckboxAction must be responsible for its own border, not toolbar\n", "proba": 2.5290580651926575e-07}
{"commit": "5596570584dd85c94612bbe2501b859a8cbb4f7c", "message": "Extract Yml insert handler;\nallow completion of the intermediate keys in spring boot yml;\ncompletion results in spring boot yml should not depend on colon existence ahead.\n", "proba": 1.0798976290971041e-07}
{"commit": "66ef1a201ea9df71a8ec9b2d1aaab1eb1180ae40", "message": "Skip LayoutTransition animations on objects of size (0,0)\n\nLayoutTransition runs changing animations on all objects that change between\nnow and the next layout. This works in most normal situations, but when a container\nis becoming visible, or being added to its container, or other first-time situations,\nthen some of the views and parent hierarchy may be of size (0,0). The user really\nshouldn't need to see an animation up from these nonsense values, so we just\nskip running the animation on these objects and simply place the objects where they\nneed to go.\n\nIssue #6597648 view should not animate up from size (0,0)\n\nChange-Id: I2c355a68bf1ce3b41fbec01ad95c78d83562ba32\n", "proba": 1.7280775637118495e-06}
{"commit": "0b5b35f8a12e9f7e85df6b9b86597ebc84584d97", "message": "Fix BluetoothAdapter Connection change intent doc.\n\nBug: 3414206\nChange-Id: Icf87e28e11b0b5072fe546225bbfb1dc68487ef0\n", "proba": 3.029073923244141e-06}
{"commit": "4e33c4f8b11f763cc6f32179e412b639f668e9d5", "message": "DO NOT MERGE fix build breakage on k\n\nBug: 28557603\nChange-Id: I3beae9e8cb6315654d7681d484fbb861fa8b1889\n", "proba": 3.050835459816881e-07}
{"commit": "1194731cf46c6aedc0ae597d30c987a462606fab", "message": "Added a new respawn in tatami\n", "proba": 2.1335448252557399e-07}
{"commit": "17890c8d04b5d06361145e2ad2a8ec72c16a0487", "message": "Add TimestampRange tests\n", "proba": 2.856226899439207e-07}
{"commit": "43d4243c9358160e8c15f5d4af2a1be2bc8971f2", "message": "feat(jboss support): add process application bean\n", "proba": 3.318982635391876e-07}
{"commit": "460dc111bfa75373a6124d8bf58f48094ffe5034", "message": "\u4fee\u590dWxPayMpOrderResult\n", "proba": 1.188491978609818e-06}
{"commit": "73bb789cdc3a6b4f631d2ee475b603d4521db273", "message": "added logging for exceptional return value of absoluteFile.delete()\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@4127 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: a53c5694f4185c0474293dbba8e0b410be590a27", "proba": 3.487432195470319e-06}
{"commit": "77b41b7943a3ada8038ddc62c07447cb4d9e32b1", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "48ff7eb47ef83af52554931179a687f19f5713e4", "message": "Minimum initial points", "proba": 0.0011066083097830415}
{"commit": "ae0bbe25b596e8fe309196ec9b4b806aef467801", "message": "fix sample visibility code\n", "proba": 3.8040167282815673e-07}
{"commit": "7509733c8dfb4e65dbb45ab582e09d599dfaaa28", "message": "Elide extras strings from noman dumpsys output.\n\nBug: 14292528\nChange-Id: I19cfb6b692e6901fa7f115ea675b1b03fc5ba176\n(cherry picked from commit 44de3cfc08428378b93172a2b03f9785a3638678)\n", "proba": 4.4647353547588864e-07}
{"commit": "00d9d9f11e7645059b8dbce4d80e8fc7ca5312d0", "message": "Don't iterate over a list items are removed from.\n\nChange-Id: I896cd4578da15e21d422ca8db42e34bbd10912e8\nFixes: 29512540\n", "proba": 7.702923176111653e-05}
{"commit": "e776baf7decab662613cc35b6563a502e27edb31", "message": "Check uid for notification policy access.\n\nBug: 29421441\nChange-Id: Ia0a7b06112dde1c925ec3232f50bf4d90b17b5e5\n(cherry picked from commit 0cd1b789567b60b963fc7b8935e898ea0e61a617)\n", "proba": 3.176862719556084e-07}
{"commit": "f41f6de3e19e3f0b6fdd27f94f4003b63d496369", "message": "own collection implementation\n", "proba": 1.4644494683579978e-07}
{"commit": "c0bf9150bf49e213dd30ddb6e59621afe821cd35", "message": "do not return the cvv in any form to the client\n", "proba": 1.9526390815371997e-07}
{"commit": "7a7e199e82388b3da0e982909a49d3d2e4778768", "message": "New version (wohoo)\n", "proba": 1.4254676727887272e-07}
{"commit": "d75367fede200ae82e87d7c76243432e22b515e9", "message": "Fix empty item\n", "proba": 0.0009053796529769897}
{"commit": "a3146a27a0396ed7964fa4f62fe502b987427c38", "message": "Fix typo\n", "proba": 0.9999992847442627}
{"commit": "d71cff42114f0b4fbc63cace9ad23b7d04813f1b", "message": "ImageFormatExtension class for getting file extension\n", "proba": 1.7817411901432934e-07}
{"commit": "5e3a9f7a32d1ecdca46516ece7d9a9d6e2507ef4", "message": "the random status/game was not prepared for sharding\n", "proba": 1.8428967507588823e-07}
{"commit": "94236d1dad50d8a8b69d30501556481d26959b95", "message": "Add test code to use Calendar class.", "proba": 1.1670888966364146e-07}
{"commit": "82ff07a41428e0a2e1adf693c2880fd97c63345d", "message": "new VO (projection) data structure specific to some queries\n", "proba": 1.4604397335915564e-07}
{"commit": "4df4008c51087b9bcf30626f07337ed1868fc4e2", "message": "Better logging after login\n", "proba": 2.6495709448681737e-07}
{"commit": "ed7c37036c324f24fcc0321db8567bedfd31b7f3", "message": "Change version to 2.13pre2", "proba": 3.0359251468325965e-06}
{"commit": "50406c792beabdcf045d781235abf42be768c1f9", "message": "update triple annotation (update brand)", "proba": 1.2319182474129775e-07}
{"commit": "62d8f42ae290dfaadf94ea3398b20db49f9b5108", "message": "KNL-1498 Reduce memory usage when handling cache invalidation arising from a realm update (#4118)\n\nThis is a compromise between creating a single large map of keys to invalidate, and calling\r\ncache.remove() for each entry. In many cases (sites above 25 users or so), the set of potential\r\nkeys to invalidate will exceed the size of the cache. For large sites (for example 20K site members,\r\n200 permissions), this iterates through the permissions first and does a set of cache invalidations\r\nper permission, so the invalidation map size will be 20K. This still gains some efficiency by\r\nallowing removeAll() to iterate through the smaller collection (the cache size).", "proba": 8.943890748014383e-07}
{"commit": "c5e34839eb932131eae5eae556352d18a632ab87", "message": "JSchDownload: remove unused constant\n\nSigned-off-by: Paul Campbell <2a89b5ebf79dd463091573d53822db80c4a96217@kemitix.net>\n", "proba": 1.223616692413998e-07}
{"commit": "9094c31e6e012ff1786140782f8e664ba70a5b03", "message": "updated simple servlet\n", "proba": 4.352168900823017e-07}
{"commit": "0ed626dd9fe01a343d3a377afd52f0b786757aef", "message": "nothing\n", "proba": 0.00033422152046114206}
{"commit": "a58ca264ce5c5d5ff3e3d3e8a1c8f027965fd327", "message": "Improved code formatting and added documentation.\n\nBrought the formatting of the code in the metamorph package in line with\nthe rest of metafacture-core. Additionally, the javadoc comments were\nimproved and misleading comments removed.\n", "proba": 9.785694032871106e-08}
{"commit": "182d065c78478f4fda6ab9e381037b71d54359ce", "message": "Catch invalid references in AbuseCFinder.\n", "proba": 1.1065826299727632e-07}
{"commit": "114e2b5d18e110f837c47da49f24b7e935c15cbf", "message": "INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED\n2008/06/24 14:58:29 kz 1.1.2.3: fixed wrong license header\n2008/03/14 13:50:10 lla 1.1.2.2: #i86092# PMD cleanups\n2008/03/07 07:36:28 lla 1.1.2.1: #i86092#\n", "proba": 1.2208401756197418e-07}
{"commit": "fbeb93a645999133e585f29cec79515c879e2e01", "message": "changed the string comparison to ignore case\n", "proba": 0.0004318658902775496}
{"commit": "ff9915e97abd34b126b80e4c7244d3e649327464", "message": "unit test for using DbTester with BQTestFactory\n", "proba": 1.800597573264895e-07}
{"commit": "95f4029cc59199cf0cb3a36844f4e0294d7055c6", "message": "tokenization tasks\n", "proba": 0.0005882820696569979}
{"commit": "0286d0be1f35dcbb04d36e868a1ff545f8e005af", "message": "Exception class for libxml2 internal errors\n", "proba": 2.0724493765555962e-07}
{"commit": "183516c6ab94c5418b7ff51849783216bce6a59c", "message": "Added stats implementation", "proba": 2.7364839638721605e-07}
{"commit": "93ffa8ef31f575e656701e8a8074cbc19653f2f8", "message": "add test case for connection failure, issue #4810, #4914\n", "proba": 1.6960667892362835e-07}
{"commit": "1cbb9394d68a78559a4b575317eb03a9ee0b11f9", "message": "o Add missing whitespace in logging message.\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@719204 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999977350234985}
{"commit": "7ca0474023b1af26b534b98d28efe7d4fcdec9b9", "message": "Add Application Java source\n", "proba": 5.373190674617945e-07}
{"commit": "6255a7808198b3bd5f7ba007544cc7fe8e713c37", "message": "removed duplicate printwriter", "proba": 5.69196436117636e-06}
{"commit": "78f73d73129b1bd3164e7877d17e0d7c127fd8a6", "message": "Falling back to Build.Fingerprint in the case of a getBestUniqueDeviceID(null) call.\n", "proba": 1.058931786701578e-07}
{"commit": "ae3b35e59f8ae52e25876e050a1c5eca7157ed72", "message": "Created FileIOTest to test FileIO class", "proba": 1.649649590262925e-07}
{"commit": "e69680c9239a9ef55a2a84169b5534d83245b626", "message": "Update POSConsoleApplication.java", "proba": 1.0000094334827736e-06}
{"commit": "6606a3c29ce508956fd939dfde193c062bbb5833", "message": "io: Add LimitedDataInput class to limit reading off the end of a block\n\nThis can be used to detect reading past the size of an input element\nsuch as an attribute in a class file.\n\nSigned-off-by: BJ Hargrave <3d26bb3930946e3370762d769a073cece444c2d8@bjhargrave.com>\n", "proba": 1.973276084754616e-07}
{"commit": "bd773ac4d48a2eb331770ad7044534caf296571e", "message": "\u0e2a\u0e23\u0e49\u0e32\u0e07 test \u0e04\u0e33\u0e19\u0e27\u0e13\u0e23\u0e30\u0e22\u0e30\u0e17\u0e32\u0e07\u0e1a\u0e19\u0e17\u0e23\u0e07\u0e01\u0e25\u0e21\u0e08\u0e32\u0e01\u0e02\u0e49\u0e2d\u0e21\u0e25 dummy 50 \u0e0a\u0e38\u0e14\n", "proba": 1.7403709762220387e-07}
{"commit": "dfbf56f1d93978dcc73634356bcff2bad6378494", "message": "IDEA-185305 Structure Tool Window Steals Focus After Loading Members of File\n", "proba": 1.0383135418123857e-07}
{"commit": "a54d139bcc07e5a594be875d7f3edf1cd0a8ae61", "message": "Added solution for CircularMatrix\n", "proba": 1.3349080063562724e-07}
{"commit": "dc54d6f184fc44a4b8d17f6d83fd084e4de53ad4", "message": "filter nonGeneric parameter types and return types\n", "proba": 1.9466038736482005e-07}
{"commit": "cb59e3d3833d0b731d5d8b3dc1b19a287d2daef7", "message": "Occupation and capacity can now be requested from a RoomWrapper.\n", "proba": 1.0008282202988994e-07}
{"commit": "7a8fc7188e3a2b600e58b5900f8ad7c35cd60b81", "message": "Create Subset II.java", "proba": 6.158590508675843e-07}
{"commit": "31712b9a1dd499af28f465452a76ee04f484f372", "message": "changed email pdf mime to be application/pdf\n", "proba": 3.8001655866537476e-06}
{"commit": "c618869193fa436aea03360b9640adee3e092fd5", "message": "service.impl package created, PersonServiceImplVersion01 class created\n", "proba": 3.7110555695107905e-07}
{"commit": "40c6de81af44b111ad924d240e0a62c9690d6ae7", "message": "Forgot UserProgressListener\n", "proba": 4.087849276857014e-07}
{"commit": "36cd29062e0de74b3040131c1e13145e8515d786", "message": "KRACOEUS-6114: \nFor submitted disclosures, added check to allow researchers to only see their own disclosures and COI Admins to have unrestricted access.  This affects the Submitted Disclosures link on the Unit and Central Admin tabs.\n", "proba": 9.373155052116999e-08}
{"commit": "c5c2d3fe5859a22a416f6785f632196c5d55107f", "message": "KCIRB-39 : Add IRB Authorization (minor changes from code review)\n", "proba": 9.914991494497372e-08}
{"commit": "f5491fc1b61088843f280a6b55c1a995e2e6f939", "message": "Prevent construction/use of invalid restore session proxies\n\nPossible (rare) null return was not being handled.  Fixes\nbug 6554812.\n\nChange-Id: I470e916f2156ff7ed2947d6ce21ef2816fc7f97d\n", "proba": 3.859811101847299e-07}
{"commit": "07b3c7428a9871ee240d7267a413c9a6e51bb198", "message": "am e5831979: Missing null check\n\n* commit 'e58319791de1e47db1d6d3c6565f03a5f775a9cb':\n  Missing null check\n", "proba": 3.484495891825645e-07}
{"commit": "2fa3b5d51abac8a23f8ca1a29b1bc8087fc7a246", "message": "Move the array designator from the variable to the type", "proba": 1.8628566067491192e-06}
{"commit": "8730fb2f8f0abc611b7edb47b7592600d777dffc", "message": "Updated TMS.java for latest PR software.\n", "proba": 1.0328047750363112e-07}
{"commit": "d4b67a0e256a43ba7290ed68994455a9a6b66fb2", "message": "fixed compilation issue\n\ngit-svn-id: a91d99a4c51940524e539abe295d6ea473345dd2@731 e6edf6fb-f266-4316-afb4-e53d95876a76\n", "proba": 5.384845280786976e-07}
{"commit": "8c99c190a38fb929f228bd8975429f595ca5f773", "message": "Added a JUnit test checking the size field of the records (#1133).\n", "proba": 1.0221145885225269e-07}
{"commit": "8fd37a9beeb376e224247b3f083d6e106a95636b", "message": "mainly: 1. TupleBatch construction changes corresponding to the TB constructor change. 2. Data transport messages now do not carry operatorID, so remove the multi-operator ID popAny/popFilled methods.\n", "proba": 1.0635488933985471e-07}
{"commit": "7d383046bd85675dc14d3e47c52b4a1c1d78b099", "message": "Add example for risk analyses", "proba": 8.707053211765015e-07}
{"commit": "dbcc91a769133e319f0122cbe3301be0e370145a", "message": "refact code in unique bst\n", "proba": 1.8606394291964534e-07}
{"commit": "257b9c115842904dcee805c48e83039ec43380e0", "message": "add ServiceConfig", "proba": 4.443487853222905e-07}
{"commit": "b909188b246f0ea694246b6dfaa7c323ccfa69d2", "message": "Constructor\n\nMade the Wealthy class constructor\n", "proba": 5.676849923474947e-07}
{"commit": "f476385e7970c521ea20bf9dc3e556e14d9b1357", "message": "Create Volunteer.java", "proba": 4.5421080585583695e-07}
{"commit": "7f9d8ca6355e987cd3a9d51177c55b1eaf35566c", "message": "Throughput over time added\n", "proba": 2.711237243602227e-07}
{"commit": "bd9df217422416b293e86abda6060e1831c8a3e7", "message": "Added SpriteBatch.getCapacity(). Minor changes.\n", "proba": 1.0306735021003988e-07}
{"commit": "3101f326d92f0c669847b530c10acfe2346a6fd5", "message": "Extended function of AsyncTask to support ProgressDialog\n", "proba": 1.5852303647534427e-07}
{"commit": "a775ae56624ec48bec3073055558060bdcd12742", "message": "Create index controller\n", "proba": 6.881563763272425e-07}
{"commit": "986a5731799bcff69a8da630a3776631cf5cd0ef", "message": "Create StoreController\n", "proba": 1.3085135606161202e-06}
{"commit": "bdb251b48155721d028484440071e33f1957db7b", "message": "add version class to get app version\n", "proba": 3.0175704068824416e-07}
{"commit": "e06aa8fcc729895b06d26e04298ec1969bff88c0", "message": "add user entity\n", "proba": 2.2720118977304082e-06}
{"commit": "421216976785230eb55cf7a4edc2958047a57a87", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "cd1f3815608f2454a53be4d8e7eca0b84e4ab200", "message": "important one\n", "proba": 1.2075648783138604e-06}
{"commit": "c29b60f822d777c90fc25a8a9eb8ee72c82c3df0", "message": "the best comment of your life is added\n", "proba": 1.2520678183136624e-07}
{"commit": "a578bff8916310ce65beebb136f5d87caf911093", "message": "add property to xml loader", "proba": 5.45609395885549e-07}
{"commit": "ec8c6091b386a132c97aab02a51ace1ce83a5565", "message": "Create HashTable.java\n\nFirst version!", "proba": 1.1198402205536695e-07}
{"commit": "c50e547152f7d47ac411dc7dc8c13ced334e0a82", "message": "384980 - Jetty client unable to recover from Time outs when connection count per address hits max.\n\nTest that shows that upon initial investigation, HttpClient works well, contrary to what reported in the bug.\n", "proba": 1.0036229980414646e-07}
{"commit": "1519beab7ed39a52d9f270e9f46b39d4c77905c2", "message": "Add missile launcher demo", "proba": 2.2028983437394345e-07}
{"commit": "b42ae9feb742dc5a9f948210f10d59e85b97c2fc", "message": "Change ConfigHelper.get to only cache configuration when it has content\n", "proba": 2.2389636455955042e-07}
{"commit": "1230394485d1871769ae3202f767475720377ccd", "message": "completed SendRoutingInfoForSM request and response. Added missed fields\n", "proba": 1.207683055781672e-07}
{"commit": "d83ce7d40454db92ce398ee853849886bd4276bf", "message": "Add ProxerInfo class\n", "proba": 1.891967116307569e-07}
{"commit": "276a7038d4a6746b67d8e8e332f631637f6ca13b", "message": "Adding wsCounter reset thread.\nRenaming constants.\nChanging a constant to variable.\n", "proba": 1.0753757351267268e-07}
{"commit": "bb4e370e19fb3e9d5001a9b4e077c508f5f7322c", "message": "More practice.\n", "proba": 1.2953174177710025e-07}
{"commit": "8c1fca4b5c8b7554e72443d094366392e3a25726", "message": "Separate testing empty line handling from comment recognition\n\ngit-svn-id: 3cfc64c80f2e6f92f6d08f3c7f3967ef35335cd9@1465722 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.0483153750537895e-05}
{"commit": "b193a63d1b539f62f82b4a2b3da7f40e2d350e5e", "message": "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 \u211617 (\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u0432 \u043b\u043e\u0433\u0435 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430)\n", "proba": 1.202538868483316e-07}
{"commit": "13e51809ea066c8b6a833f201d45e1b5f7e32234", "message": "CeylonVisitor #1077: Ignore Tree.Package qualifiers\n", "proba": 1.322961793448485e-07}
{"commit": "e0271c24df109d1d09a3dea0ba0c96840ee21e3d", "message": "model loader #1062: added a method which tells us if a module imports another module\n", "proba": 2.450468912229553e-07}
{"commit": "696a95274ca5cb00086c5205fdae57698d4fb991", "message": "Fix for #772: unnecessary warning from model loader\n\nTurned it into a verbose line\n", "proba": 1.8274486137670465e-05}
{"commit": "7379a95a0bb6bf430eaf3b84ddb94e4172dd0eea", "message": "Proper clean up when Ui test automation service is unregistered or dies.\n\nThe UI test automation service was not removed from the list of\nenabled and installed service where it was explicitly added on\nregistration. This was leaving the accessibility manager service\nin an inconsistent state.\n\nbug:8185435\n\nChange-Id: Ice17cdef361fe98ce34f8dd01ec11dbad6c4d0c2\n", "proba": 1.4797817584621953e-06}
{"commit": "7c5038d2466df255ed35aa11cc52bd4110934d3e", "message": "QaTask actually fills in the RTC file path\n", "proba": 1.5146106591146236e-07}
{"commit": "fcd3e0190099f10fe3085df5bb4aa1f4c8359112", "message": "minor fixes.", "proba": 1.2931488413414627e-07}
{"commit": "7cb8702281463ded63ef7ffb9e5026754bd5a168", "message": "Create User_alert.java", "proba": 7.631748303538188e-06}
{"commit": "70e4e7cc34b3902d1a30a5b3d0b6c32885802eb4", "message": "renamed property to field\n", "proba": 3.6834015304521017e-07}
{"commit": "b49b1bc336534a540ce4399c445d8eef40ab59df", "message": "Add SherlockAndSquares", "proba": 0.999919056892395}
{"commit": "66b8ae06a4de7bf4841ae241de63241d38165270", "message": "Added MergeSort class (incomplete)\n", "proba": 1.2241594049555715e-07}
{"commit": "966d746cb4f3e249f336bbfa3ede53e099a651d3", "message": "[Sync] Show \"Setup in progress...\" if sync is not yet active.\n\nBUG=614177\n\nReview-Url: https://codereview.chromium.org/2006143002\nCr-Commit-Position: refs/heads/master@{#395512}\n(cherry picked from commit 2a818f54130d8c93f81490adce5a1e87307bf5f0)\n\nReview URL: https://codereview.chromium.org/2011583002 .\n\nCr-Commit-Position: 03d981dee550804c6934fd1a1d9cfa3c172affd3@{#40}\nCr-Branched-From: e9621a186760eb36d74098d9e33e4dd91c427b34@{#394939}\n", "proba": 1.4270443671193789e-06}
{"commit": "403d11fe2d20232c5baf16e686da2e20421c3386", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "99084644259db0c8c318b63af06839c5f2e78940", "message": "#5356, #1670: Remove the static Tuple optimization since the Tuple's array won't contain all its elements if it has a non-empty tail.\n", "proba": 1.5199428560208617e-07}
{"commit": "903164e40dcd18bb823864ba102d4191728c2a45", "message": "SQLITE: Aggiungi CachedSQLiteDataSource\n", "proba": 3.1660982813264127e-07}
{"commit": "3d6fc5a400609cbc71098c1218283fdd6c93517e", "message": "Arf ... Add TaskCreationException\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@6509 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 6.967742933738919e-07}
{"commit": "66224441e57b42456ea02cf3b8e57ac286924cd5", "message": "URL encode string for spaces.\n", "proba": 9.085680972020782e-07}
{"commit": "84a0e6ba135bc58978d4a3d136689e9b8a6a50fe", "message": "Create IntStack.java", "proba": 2.0987583866372006e-06}
{"commit": "f802ea63bf4b4bdd7accc4ff5fa7160f1ab99099", "message": "kracoeus-3450\n", "proba": 4.5245252522363444e-07}
{"commit": "652affb36fc1ff49c06503ebebb73ef41122a466", "message": "KCIRB-1565, KCIRB-1566: Create business objects for IRB support, part IV\n", "proba": 1.3111650787323015e-07}
{"commit": "04e3b8a1bd21b5ccd6c1b6554f31cb93358dedcd", "message": "KCIRB-517 Until a permanent solution for the 'initiate' permission is found the GenericPermissableMaintenanceDocumentAuthorizer is extended.\n", "proba": 9.705468073661905e-08}
{"commit": "6edf79fd4f82d22fd4fea5f5182c17d741cb18b1", "message": "Deprecate a class that is not used.\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@498994 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.999440610408783}
{"commit": "21475c6a92b893f5d078ba23f06f0be6edaaacbd", "message": "am 0cdd4560: am fabf0e0b: Merge \"Fixing up the formatting code which is already merged\"\n\n* commit '0cdd4560dac5784dda169863eb844d489bdc79d5':\n", "proba": 1.9080630409007426e-07}
{"commit": "dba700ef43ba81e8905ca883301613d6154f0b9a", "message": "am e69b5d68: Merge \"Change to write (create) setting+subid if it does not already exist when it is queried for the first time.\" into lmp-mr1-dev automerge: eac6db5\nautomerge: ea1656f\n\n* commit 'ea1656f408376d71b124d1ea62116862731aa4ab':\n  Change to write (create) setting+subid if it does not already exist when it is queried for the first time.\n", "proba": 1.6160382756424951e-06}
{"commit": "003f338b6f12400429c5d8f0fc06a477a7ce1f80", "message": "am e8522998: am 06fccc32: Merge \"Clear request list while timeout.\" into gingerbread\n\n* commit 'e85229988e6350a684be91c3bbf64232271c5663':\n  Clear request list while timeout.\n", "proba": 1.9347477575593075e-07}
{"commit": "8b52a32c4d21ab473de35db7c9b14c56450f88c4", "message": "more two sum\n", "proba": 3.21099505526945e-05}
{"commit": "aa6d5e5212eebecf185b0e18a6fca85431d027d2", "message": "Fixed an incorrect javadoc comment for Orientation 8.\n", "proba": 1.0471159583858025e-07}
{"commit": "89cc591042234c07fbbf8a328d6c8c7997f48b1c", "message": "pac4j-async-290 Implement DefaultHttpActionAdapter in demo module\n", "proba": 4.991547370991611e-07}
{"commit": "d0bbfe0cda3a956bc08dd3c896e147ceb5d013da", "message": "create iterator for graph blending\n", "proba": 3.3699922141749994e-07}
{"commit": "6dbb0a13bee6da766510dcb8673e941b2fd2c371", "message": "Modify OrionHDFSSink in order to provide json-like persistency\n", "proba": 0.0005945113953202963}
{"commit": "b65c47acdee3db69ad228c661946864f88350010", "message": "Fix \"Wine modified?\" bug.\n\nNow the SingleWineView will ask you \"Save before quitting?\" when you've\nmodified an existing Wine, if you've created a new Wine with some\nvalues, or if you've scanned a new Wine and it has populated fields.\n", "proba": 1.1253194287519364e-07}
{"commit": "b017420e2ca36027f163d4f8ba6b9d5245633d70", "message": "organize import to remove dep on struts Form\n", "proba": 1.3704223533750337e-07}
{"commit": "0d36769ecae58759989b60ab467ce9d1cef891c5", "message": "KRACOEUS-5230\n", "proba": 2.541432309044467e-07}
{"commit": "56d97ebb3ab05407ceea781c5bddc4527f98d828", "message": "Add Get-CDMASubscription in EVENT_RUIM_READY.\n", "proba": 1.1690706713807231e-07}
{"commit": "323f059d65db8413ee2ca8ce04533bc00e4f84e4", "message": "Do not explicity disconnect Data during power down for 1x.\n\nIn 1x, if the data call is torn down before radio power off, modem will\nhave to send a data call release and change to initialization state followed\nby idle state and send out power down registration. If the power off request is sent\nto the modem during Initialization state after call release, there is a chance that\nmodem does not perform power down registration.\n\nInstead if we directly initiate a power down, modem just sets a power down registration\nbit in the release order. This change also optimizes the power down procedure in 1x by\nletting the modem handle data call release during power down.\n\nChange-Id: I0f083cc3b005ec1e64105350abb43d10583b0881\n", "proba": 5.777333626610925e-06}
{"commit": "fcc93e734be9fe4608fb5a6818163104cdec3fb5", "message": "am 135b5ba5: Layoutlib: Read and close XML files as soon as possible. do not merge.\n\n* commit '135b5ba52431b147d51a81b807784009cd0510dd':\n  Layoutlib: Read and close XML files as soon as possible. do not merge.\n", "proba": 2.8799794904443843e-07}
{"commit": "df09b84e46e57c565e5b675a168cd1c84370c00e", "message": "Clarify the appointment of the intermediate collection\n\nMotivation:\n\nAn intermediate list is creating in the `EpollEventLoop#closeAll` to prevent ConcurrentModificationException. But this is not the obvious purpose has no comment.\n\nModifications:\n\nAdd comment to clarify the appointment of the intermediate collection.\n\nResult:\n\nMore clear code.\n", "proba": 1.2061383358741296e-07}
{"commit": "d1c1d45f327fe26c58ad1f272f2ec3ee80295cff", "message": "[UIMA-3470] JCasIterable doesn't work with CasMultipliers\n- Some test cases going into this direction, one commented out because the issue is not fixed.\n\n\ngit-svn-id: f7adb4a3fc249795195d7f09f0dc06f009cc8c6d@1681404 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.7697205950971693e-07}
{"commit": "03473f7346cdb5877abc960c38241d2f0680333a", "message": "Android Studio commit\n", "proba": 2.2724054815626005e-07}
{"commit": "3fcccf694d70dd870a567bcec096a2650f0cdec8", "message": "Remove another unneeded servlet.\n", "proba": 1.4442829865402018e-07}
{"commit": "0791117d1a9f2185e82f5736271dbab8e09408ea", "message": "FM-408: added software release transaction model\n", "proba": 1.6748943210131984e-07}
{"commit": "5eaf94c31f99cadcffab72b4bbda406a895390ea", "message": "Import DividerItemDecoration\n\nhttps://gist.github.com/lapastillaroja/858caf1a82791b6c1a36\n", "proba": 1.9393031891468127e-07}
{"commit": "0d8b971799c9f3bef49da7eaafebf0d5218dc3fc", "message": "Add unit test to fix the behavior of ValidationReport.\n", "proba": 1.2379670977225032e-07}
{"commit": "220316b82b86edb77f24b88250d8dc153f768345", "message": "InvocationBuilder #924: remember if a callable invocation is spread/variadic\n", "proba": 3.2751108847151045e-07}
{"commit": "1e6b1815070693ebb9a89a04b162a4257f64ace1", "message": "Fix for #1882: Dependency on JDK 7 is turned into dependency on JDK8 upon compilation\n\nAdd a warning when importing JDK X from JDK X+n\n", "proba": 1.0703638508857694e-06}
{"commit": "0378c3f8725f0afdda4344a2de2354946a8eb640", "message": "Create Verifier.java\n", "proba": 8.658967090013903e-07}
{"commit": "55fcbc6fc68d7eb548653e057e047288a13b7ee8", "message": "ARQ-172 Added patched v. of JSFUnitFacesContext in Arquillian-JSFUnit for integration testing. Temporary local fix until JSFUNIT-253 is resolved.\n\n", "proba": 1.0216506751703491e-07}
{"commit": "2e823483812b7499a59a06058ded1778b50c0528", "message": "Create Permissions Settings Fragment\n\n", "proba": 4.018133665795176e-07}
{"commit": "f34b76be81bc61deed6e34f170e40c1d405e7ffe", "message": "Create a new integration test for legacy JSON API navigation\n", "proba": 3.88753989000179e-07}
{"commit": "aa2e447c47d11ba9898dbc978371b7bf0d1f822a", "message": "Replaced for() loops in resumeInterruptedPlaylists() with streams.\n", "proba": 1.0996834021170798e-07}
{"commit": "701a35ef57be41d2e8cad5d5637fe52461ec47c3", "message": "Added new method to get wholesaler\n", "proba": 1.0875995570813757e-07}
{"commit": "3d191c3eb88065b9acf7f43aafd56873efd8884f", "message": "application: summary\n", "proba": 0.0003504430642351508}
{"commit": "bcdb1b2ff68109d6b487dbebf278b1ae29f5ea96", "message": "[114347] bad early return check\n", "proba": 4.786217004948412e-07}
{"commit": "9c8231b3ee53eb416ca2da39a308513014367508", "message": "annotations metamodel: Factor out the complicated test used in Package.members(), 'cos I'm going to need to reuse it.\nAlso fix it to it works with <Variable> as a type argument.\n", "proba": 1.3494164363692107e-07}
{"commit": "1a29c6cb2b7842c081eda106aad8d668b6b71447", "message": "Resurrected a test case for Camel routes using ISDCP.", "proba": 1.0635447722506797e-07}
{"commit": "ac068027f38f739cadd266e3abcbc0c54b720cce", "message": "[Cast,PresentationAPI,Android] Show a notification when a Cast session is active.\n\nCastRouteController is created when the session is connected, so the notification is shown in the ctor.\nIt's hidden when the route is closed (except when it's detached).\n\nBUG=541629\n\nReview URL: https://codereview.chromium.org/1419103005\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#356729}\n", "proba": 8.930799708650738e-07}
{"commit": "05c4267e4dbca792f04873687b300abbc1a0fd6d", "message": "checkin a missed file", "proba": 4.349504933998105e-07}
{"commit": "548281d6973468dcf766c7155137494f880030af", "message": "o don't sign the POM then change the name, change the name of the file first and then sign or\n  you will end up with a bad signnature. Thanks to Bernd Bohmann.\n\n\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@485222 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.015807573727216e-07}
{"commit": "57e02255683482050aa867f16b11d7407718f2c1", "message": "forgot to rename the attribute\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1379996 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.64448884385638e-06}
{"commit": "ab37de975c6407447fca824a002fc6b4d5002bc1", "message": "add or condition", "proba": 3.873635989748436e-07}
{"commit": "fc01a6687ba6e51a40bf448cf33367d1f1216544", "message": "am c1973c28: am c0f4ac1b: Merge \"Delete duplicate SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION flag\"\n\n* commit 'c1973c2888bde77f2dd5dbdba6225afb8829ed46':\n  Delete duplicate SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION flag\n", "proba": 1.1319210670990287e-06}
{"commit": "8bf3998e73ad77ada19ae1d437102da5fc4eeb54", "message": "OSFUSE-481: adding some tests\n", "proba": 1.6965408633495827e-07}
{"commit": "7210947e0d0e384fc34d61160c99adc2f36734e0", "message": "Handling content intent of groups correctly\n\nContent intent of children in groups can now\nonly be launched if the group is expanded.\n\nBug: 26582343\nChange-Id: I5bf2c853d7659b4c764892409c6c7cc3fc647cc8\n", "proba": 1.964986722668982e-06}
{"commit": "676c5087442030854e5cf8c062e778e0ea51e4f9", "message": "am 45869607: Disable time and user switcher click targets when collapsed\n\n* commit '458696075ccbcc6dc320a4a83712f222a440fbbc':\n  Disable time and user switcher click targets when collapsed\n", "proba": 4.4511901364785444e-07}
{"commit": "181cde180e8fa47b83a649cc45a0f826a22fa0db", "message": "am 2d34140d: am 1a6982e0: Fix QS overscroll flickering\n\n* commit '2d34140d9d09a3ff790fbc76ef453108790416a6':\n  Fix QS overscroll flickering\n", "proba": 9.207046218762116e-07}
{"commit": "f3391ba89e0f7860fbd2ab2c92976f9db46512d0", "message": "SCUFL2-81 Tests for control link null compare\n\ngit-svn-id: d93a27e49e8366f092fe01955016b9f01f5c8622@15054 bf327186-88b3-11dd-a302-d386e5130c1c\n", "proba": 2.388133282238414e-07}
{"commit": "d4b6526584deac1f5e5772e31e09103769a63f54", "message": "Test the LdifReader class. All the RFC 2849 samples are tested, plus some other cases\n\ngit-svn-id: 5c3b06693d750a6aefbf1081b6b7d57c0165fdb2@405228 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.045459599590686e-07}
{"commit": "878e089325c50b7b26de0093aa70afc4581a592b", "message": "Add Environment helper class.\n", "proba": 1.4123097002993745e-07}
{"commit": "3e87cdcab1f88c103f931d46710fe14fa3f09a7a", "message": " Remove duplicates in a strinmg.\n", "proba": 1.1613565220613964e-05}
{"commit": "9a7964553289d6096b7b1becb80364fff47718ab", "message": "Added an abstract mojo implementation which supplies methods for interacting with the local git installation.\n", "proba": 9.79353629304569e-08}
{"commit": "139e5bdb0598b80e5f890c23afae8b5b6012aa87", "message": "credentials type based on k8s service account admission controller", "proba": 1.8400290002773545e-07}
{"commit": "2e0376add786598e98cc61639754a37ef1c3d847", "message": "Jira#KRACOEUS-3750\n", "proba": 1.4247066815187281e-07}
{"commit": "9ec20e671d7e305391b9841902845f76dee1db09", "message": "Adding hand check due to event firing twice.\n\n", "proba": 1.1139307787288999e-07}
{"commit": "0ee964f5bf172c8c403f98319dbe06b5e958c9a0", "message": "Added SimpleAsyncTask.", "proba": 1.3293322354002157e-07}
{"commit": "176161685f12ea82bf43dfc7a1d9e5c9e4b2ed66", "message": "Removed unsued import", "proba": 2.406069654625753e-07}
{"commit": "7c8bc8465d335f0ef668728a52cb1c6a1788497f", "message": "am ed40a4f3: am ef0647b6: am 346222f9: Merge \"LayoutLib: Skip classes from java package.\" into mnc-dev\n\n* commit 'ed40a4f38dc56afb229ee6bdc3e9b453cf46f954':\n  LayoutLib: Skip classes from java package.\n", "proba": 1.9038260745674052e-07}
{"commit": "7997cdccaf2570fa24889ef6a70c36fd6e86b52c", "message": "Add panic log level.\n", "proba": 4.280333030237671e-07}
{"commit": "8adec91537572aebf0e1ce7889566fced0f403dd", "message": "added test for place error viewer", "proba": 2.89661670649366e-07}
{"commit": "c9ceaed580b6afe5b9a0f5f85569c20928814766", "message": "Added utf-8 encoding extension for response as global variable like in all other resource classes.\n\n\nFormer-commit-id: a9a8881fb1a90a107949547951aa5eb68141e8e1", "proba": 1.4770126881558099e-06}
{"commit": "f22106561d8471bfcd47b9a22c23620f0321e53f", "message": "Create fragment class for username\n", "proba": 8.112793921100092e-07}
{"commit": "3011b47e3c4a95297e038bf856d60a6395b35329", "message": "add builder", "proba": 7.599028322147205e-07}
{"commit": "377634d38f59947ad42fc7a97f7500cc1e434cc7", "message": "optimized AndroidPlatformIdentifier.getDeviceInstallationIdentifier()\n", "proba": 2.671834238299198e-07}
{"commit": "d4d4742d4ab04a0ed1388629757ff30225448b33", "message": "Patch 'Not allowed to start service' on Oreo\n", "proba": 6.218149337655632e-07}
{"commit": "211f3bed0a8591b0a418893de7cb07c1caa7acb6", "message": "learn bezier\n", "proba": 3.976861933097098e-07}
{"commit": "a36c633b78f335cbc7f8d75496a9974c1bd9ec0d", "message": "Added general Callback to avoid duplicate code\n", "proba": 1.2918668801376043e-07}
{"commit": "efce7ab69b978dde6ffe284428fb2070d124afb5", "message": "Adding a UDF to delete columns - based on the same formatting used by ToCassandraBag.\n", "proba": 1.0419817897400208e-07}
{"commit": "fe992129e624bb48e14b633f20da26c4d68b47f6", "message": "Added unit test based on user forum issue\n\ngit-svn-id: 11f3c9e1d08a13a4be44fe98a6d63a9c00f6ab23@888706 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.578186044071117e-07}
{"commit": "3d220b57f12a4fd69b7df8c929d2c99d931a053b", "message": "Add SSETest that confirms regression mentioned in #51\n", "proba": 1.3090223660583433e-07}
{"commit": "97fc6ae368beb2c7b885ab4e0c54044d0e702f35", "message": "ExpressionTransformer: removed ClassOrInterface.getvariableAttribute because it confuses users\n", "proba": 3.897384601714293e-07}
{"commit": "1fba190b2e209549018bf4eda87eb92d39c18f6f", "message": "Issue #1194: Use Gavin's new Util.isIndirectInvocation()\n", "proba": 1.295172893378549e-07}
{"commit": "354296e0a6083e70f5f99c84f5e52e3cd295a65e", "message": "Fixed the \"ceylonSdk\" doc test\n", "proba": 3.626497118602856e-06}
{"commit": "4c4958fb32f58c642b156b51eda6e2291b7026b8", "message": "Added extra tests for overloaded methods and their static counterparts (#1700)\n", "proba": 1.0335023148400069e-07}
{"commit": "3d82f0890b8836c3f6837e2374037fd713834848", "message": "Chapter 19, Exercise 3\n", "proba": 3.99395787553658e-07}
{"commit": "95b3f1eaf0d7d03047e3b33ac963c83c6dc5d762", "message": "Added HE failure results\n", "proba": 1.3809835763822775e-07}
{"commit": "4056b2f6ed01d16b62674c560b0546ad6d7bdec6", "message": "SDC-16165. Published pipelines from Data Collector require an additional draft to preview.\n\nChange-Id: I737e03774e54827ab110b359d4c5908e6e306044\nReviewed-on: https://review.streamsets.net/c/datacollector/+/36154\nTested-by: StreamSets CI <809627f37325a679986bd660c7713476a56d59cd@streamsets.com>\nReviewed-by: Alex Sanchez Cabana <16a9016b243d66f08e64f6a2a241982c7e25b5e0@streamsets.com>\n", "proba": 1.4240342238736048e-07}
{"commit": "8700041a09e75999a8b9026089da71deae421714", "message": "Working on making the WhileyPath read / write to XML files.\n", "proba": 1.0219469004368875e-07}
{"commit": "0a88e648b544dfa9b62a66a227c9e828dc7d62dc", "message": "Remove unnused variable.\n", "proba": 1.4775424688195926e-06}
{"commit": "f791330dd15a350003af3304a62010b4e304f157", "message": "Remove some unused window manager methods.\n\nChange-Id: Idd23ea4adb7328781ea81c45d61392b51dee1374\nSigned-off-by: Mike Lockwood <368d0007e4626f70737d16df5e49ed8806b98c3f@android.com>\n", "proba": 1.918443359727462e-07}
{"commit": "86c98cd50cb25e96173b496ea3ac1d320036268b", "message": "Simple recipe that just passes an object through\n\ngit-svn-id: c55cfc7c8893d43c3333f2d886128b43c8520716@380541 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.6203640775056556e-05}
{"commit": "43bab00464a0a4a85a34a8a0f5dbefd2e6d83019", "message": "Created test/fake alert producer\n", "proba": 2.3127562087665865e-07}
{"commit": "9a4c282a4d5525bacd57434ed98dced3774ab697", "message": "Added test based on user forum issue\n\ngit-svn-id: 11f3c9e1d08a13a4be44fe98a6d63a9c00f6ab23@1352570 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.552578083874323e-07}
{"commit": "b1fc8a097d97d81b356feb85e41a7ac7703a03d3", "message": "serialVersionUID", "proba": 2.6056186470668763e-05}
{"commit": "c280873b90fd5393f714a34c2c32ddec80ef0d31", "message": "Simple Calculator Using If Statement.java", "proba": 4.0740396798355505e-06}
{"commit": "dbad8f53578eb4c29c8d0a412dfe6c8e02a17c34", "message": "[807][cygnus-common][ManagementInterfaceUtils] Add blank line at the end\n", "proba": 4.2676850853240467e-07}
{"commit": "209aae08947717b6ce5a92c3ae6b3e9a121329e9", "message": "HADOOP-3293. Adding the testcase that I forgot to add earlier.\n\ngit-svn-id: 5be3658b1da2303116c04834c161daea58df9cc4@718544 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.004370647016912699}
{"commit": "ec7db86ef74d6214cecbb00e4d049161ffcbb169", "message": "Possible fix for Windows test failures.\n", "proba": 3.0682252827318734e-07}
{"commit": "168e24f1ae6fc056930c15b7cc650b9feb8e712b", "message": "fix imports", "proba": 2.233424083897262e-06}
{"commit": "78eba9420a62146a9d3a16e83634df3fcfb33743", "message": "Pair potential for argon proposed by Tang and Toennies (2003)\n", "proba": 1.0579566378510208e-07}
{"commit": "4032d028ad4c551e8df71cf666d45fe0c860b89f", "message": "ClientMapStoreTest\n", "proba": 6.5573476604186e-07}
{"commit": "c9e34a3c975e30d65730d5df2804f570b6b31565", "message": "XLC-187 Asigning vcbs user to newly created tenants.\n", "proba": 9.999467209809154e-08}
{"commit": "76edc4a91877ac85d8883684f5559a85cf70c11e", "message": "GRAILS-8085 - Fix failing functional tests\n\nRevert \"Minor optimization in isDomainClass\"\n\nThis reverts commit c2a207b0a13d105f3d6039eacde7d76e1f03658a.\n", "proba": 1.200829018443983e-07}
{"commit": "6747ce390a18153fb9d011d113b352afba0ce575", "message": "create an AppCompatRelativeLayout to utilize background tint functionality\n", "proba": 1.3274863874812581e-07}
{"commit": "f2f0c8fd006d093e979202a2bc4a51aecc2d59e4", "message": "Fixed bug with usage of putIfAbsent\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@6912 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: e302b9f85b6f229136870a71bc14e82e3efba853", "proba": 9.35277569169557e-07}
{"commit": "e7bc80dd96045659ed8ff0bce928446749cb6bcf", "message": "Check in new file needed by previous check-in, and do ignores\n", "proba": 1.6898233923257067e-07}
{"commit": "255cfabba64711559601e9a11586587f4ff61cf9", "message": "am 6be35dd6: Merge \"Fix an issue on showInputMethodPickerFromClient\" into jb-mr1-dev\n\n* commit '6be35dd636bd530a781e997ea9f9a43fc82a1fef':\n  Fix an issue on showInputMethodPickerFromClient\n", "proba": 3.399278227789182e-07}
{"commit": "680c73175b624293a6afc9034ea910ae4f0c7117", "message": "Hosts advanced settings for mobstring manipulation", "proba": 2.3889853650871373e-07}
{"commit": "5320b326a48a473f58d0e99a81d75f277254b958", "message": "am 79cb9a5d: am f2e67a57: InputMethodService: Fix ignore case in showInputMethodPickerFromClient\n\nMerge commit '79cb9a5d2d455af22c56b8cee045962c61668422'\n\n* commit '79cb9a5d2d455af22c56b8cee045962c61668422':\n  InputMethodService: Fix ignore case in showInputMethodPickerFromClient\n", "proba": 1.339306436420884e-06}
{"commit": "0badb678181f9963fa2ba36a09aa53bb3f098efc", "message": "am b8c2ac3e: Merge \"Watch for voice recognition service changes for all users\" into jb-mr1-dev\n\n* commit 'b8c2ac3ecb6ee6319df65a88f42141c070b46163':\n  Watch for voice recognition service changes for all users\n", "proba": 4.4602495563594857e-07}
{"commit": "596532d9dbea3460dbc989b0316c721ca69f4915", "message": "Properly initialize recognition service if the recognizer component changed.\n\nThe getServiceInfo() call directly to IPackageManager does not throw an exception.\nThe return value needed to be checked for null.\n\nBug: 8031032\nChange-Id: I701b9e8cf3b2406a3b35a486183330489b3d46f5\n", "proba": 2.3936836441862397e-05}
{"commit": "d476b96d714a17e86fa782e84a5f121c2102b4c3", "message": "am 64ce6b78: Merge \"Don\\'t kill home process with the rest of its package.\" into klp-dev\n\n* commit '64ce6b78ccb8522a6147843f4206a5b128571b03':\n  Don't kill home process with the rest of its package.\n", "proba": 3.218101767288317e-07}
{"commit": "f52e9f703305a03e76f59ad41094c5bc8636d31c", "message": "am e1b4437d: Revert \"Fix content provider\"\n\nMerge commit 'e1b4437dba7c33566af55d4e5d27d35729678684' into eclair\n\n* commit 'e1b4437dba7c33566af55d4e5d27d35729678684':\n  Revert \"Fix content provider\"\n", "proba": 1.232559867503369e-07}
{"commit": "fbb6567024ea33d82c7f9257600a47f0381118d6", "message": "CreateTestDialog: warnings fixed\n", "proba": 3.0837023246022e-07}
{"commit": "d2ae69034dd78fe4b011e1e7fad260bddf3e46e6", "message": "added test case for jersey injections\n", "proba": 1.3757886563325883e-07}
{"commit": "1987bb7ee5368fefe76779f00cdfe7f101248d4d", "message": "Minor fix to BeanJSONConverter to handle unary references to injectable types. E.g Person.Name\n\ngit-svn-id: 3f2e04d30bd9db331bbfc569b45e7de8c0d84ef0@673174 a5cc9254-8de9-e8be-c026-97bcafcbeca4\n", "proba": 2.218777808593586e-06}
{"commit": "8920144c9079ad3d333443c6c8ede0854b768577", "message": "Changed to read rivalry data files from my Dropbox public folder.", "proba": 1.0466767008665556e-07}
{"commit": "ea369b2eed28c03419599fcff4d28b4ce19e39b1", "message": "[MCHECKSTYLE-59] Checkstyle Report fails if propertyExpansion contains backslash characters\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@617854 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.181614142202307e-07}
{"commit": "cb2498ee339949ed64a0827fea4e871849554ae4", "message": "More Grade types. Also better performance by using static final Strings.\n", "proba": 1.0042357700967841e-07}
{"commit": "e3fd6de9d69e6650f8838e2aee69531fabbe99ca", "message": "Fix build.\n\nChange-Id: I560dc798a238173d72e3835962ed82681977dba1\n", "proba": 2.0350521481304895e-06}
{"commit": "8edffdf1e91ce8d711722a847cdbfac1ffe62630", "message": "am c51688f7: Merge \"Don\\'t drop up or cancel touch events\" into lmp-dev\n\n* commit 'c51688f7c59890f31ffd8a6b79c083e4659dd087':\n  Don't drop up or cancel touch events\n", "proba": 3.978060760800872e-07}
{"commit": "b03cc05260a39ece4ff1b345d7a9954856d596ec", "message": "am 602dbdc5: am 41904c99: am fb973240: Merge \"Fix status bar bt accessibility message\" into mnc-dev\n\n* commit '602dbdc545fd7e8703e114a6bfbc65ec938aa67a':\n  Fix status bar bt accessibility message\n", "proba": 4.281128838101722e-07}
{"commit": "df02decb346da00ee4ea62e19f1979d591b353df", "message": "fix typo java.lan.Object -> java.lang.Object", "proba": 0.003201587125658989}
{"commit": "416c82295bed5074596249710ad5ed7555ce6095", "message": "Adding event pool\n", "proba": 4.4141083321846963e-07}
{"commit": "f5113041cb091bfaf1f8ed99b3b3aef91a8c279c", "message": "Add jmh benchmark for hash building and joining\n", "proba": 1.3747681748554896e-07}
{"commit": "2c452997ac1c27249d2a7d26354c4fea4c69512e", "message": "Codeforces #977A: Wrong Subtraction\n", "proba": 4.051652013004059e-06}
{"commit": "2bbc52205af11a18998102563cf48dfb5e730da7", "message": "am a2e66053: Merge \"Adding null check for invalid recents task list. (Bug 17476926)\" into lmp-dev\n\n* commit 'a2e66053456b4728997eff047515487ef20d87ec':\n  Adding null check for invalid recents task list. (Bug 17476926)\n", "proba": 4.7188265739350754e-07}
{"commit": "c4fb9d897ced5045ed521e0b93a94ad6bffec384", "message": "[added] AtomicQueue by Matthias\n", "proba": 1.3439594681585731e-07}
{"commit": "ed24581822e970861583742c96fa97157406b3c2", "message": "Added insertion sort\n", "proba": 1.8132112700186553e-07}
{"commit": "575046881f639a477e5a1539ac3494960b765b9a", "message": "Update KitchenSinkController.java", "proba": 3.710549378865835e-07}
{"commit": "f068a8113f1d2af5758a42413d67197aea25ca7b", "message": "Added a performance test, which should be launch only with the 'performance' profile\n\ngit-svn-id: 5c3b06693d750a6aefbf1081b6b7d57c0165fdb2@452943 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.10478560802585e-06}
{"commit": "bff2e464b827e71866aa3bdf9bab3e42855bd137", "message": "Create LettCombPhoneNum_001.java", "proba": 8.009374141693115e-06}
{"commit": "942feaa41b76a3b1006a3f051c802e31dda175a9", "message": "DFS + Memorization\n", "proba": 2.5343649667775026e-07}
{"commit": "407c9da493442dc3893c5c1cde0b0568330466b5", "message": "reader can't be null here\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1380382 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.5382628362203832e-06}
{"commit": "8c628bdddafd021b1a1ab4f04ea7e2b22d3aec3f", "message": "Add implementation rule Rgaa32017Rule030403\n", "proba": 3.170540026076196e-07}
{"commit": "88f37382344cd8ea457e356011c7fd32f7b932b4", "message": "Add implementation rule Rgaa32017Rule050301\n", "proba": 5.488000169862062e-07}
{"commit": "9469e34aaa57d9d8e16359968562274a8f838015", "message": "More CSS engine optimizations.\nPR:\nObtained from:\nSubmitted by:\nReviewed by:\n\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@199576 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.837419603134549e-07}
{"commit": "51eeb4de04ae83a7dc6a41cc29aad4e72d484100", "message": "Add implementation rule Rgaa32017Rule121102\n", "proba": 4.866246285928355e-07}
{"commit": "d07b9e907633611d33304de3d020648b6e81f0d8", "message": "\uc0c9\uc778 \ub370\uc774\ud130\ubcf4\uae30\uc5d0\uc11c pkvalue \uc804\uc1a1\ud558\ub3c4\ub85d.\n", "proba": 1.31433367300815e-07}
{"commit": "fe5e3f3c135fc0689798c8867544f30b8a68fdfe", "message": "Update MainFrame.java\n\nAdded comments to show what is planned for later", "proba": 1.1847320990909793e-07}
{"commit": "5d4d2fbe981866e38d9096a83aa301e009aef89d", "message": "test first class", "proba": 6.349384307213768e-07}
{"commit": "e5c6af0507d41b3a73fa12dcd42c18855c7cc36b", "message": "Catch exceptions from MediaExtractor.readSampleData\n\nMediaExtractor.readSampleData can cause exceptions.  Catch them and\nreturn, indicating that decoding failed.\n\nBUG=514896\nTEST=run the test from the bug report.\n\nReview URL: https://codereview.chromium.org/1271013003\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#341899}\n", "proba": 3.49353717865597e-06}
{"commit": "e9f9d9e619e9ad4c487209a4f5ada4bccf8f942b", "message": "Issue Fix : https://github.com/jGauravGupta/JPAModeler/issues/110 \nReverse engineering (classes) issue", "proba": 1.3508804386219708e-07}
{"commit": "0920851ffdc30e313f72df295bff9632ff6c6436", "message": "AXIS2-2061\nContributor: Samuel Isokpunwu\n\nSam's fix for a wrong import that was causing issues.\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@501722 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.561285891213629e-07}
{"commit": "8eca2e153c5f3dee3e0d3fa0f2484d63a7ed21bc", "message": "update code.\n", "proba": 1.4690333216549334e-07}
{"commit": "7a87666700f167d0acd65719139f0651461e6a81", "message": "field updated\n", "proba": 4.680832148551417e-07}
{"commit": "9706a40d6bd72994a89665337470087e77126181", "message": "Fix for selenium configurator when executed locally\n", "proba": 2.5508779799565673e-07}
{"commit": "b4211e0e92df9f30feb7ac1728bc1c24fcbbf905", "message": "First commit!", "proba": 1.5623855631474726e-07}
{"commit": "4aa1a3909e4a3940ba72d6c37ea5639ec093e061", "message": "Parser bug fixing\n", "proba": 3.1410343126481166e-07}
{"commit": "d475931a9ced0c56a1ade27a4fa308103582a502", "message": "Add generic service class that can be extended for basic crud support.", "proba": 1.050536795332846e-07}
{"commit": "664d918ceb1f7c360a2f49b23edfade35b8fdea2", "message": "Issue IMCMS-332: New design to super admin page: files tab\n- Create exception;\n", "proba": 1.028603620056856e-07}
{"commit": "1ab102ad95cb334747d87999a150d033a3b2bb9c", "message": "KRACOEUS-4892: Entering invalid IP number when adding Award funding sources results in un-clearable error.\n", "proba": 1.0475554290678701e-07}
{"commit": "a8a6112753699302764c0d38e50b647ea019ab12", "message": "KCIAC-30: Temporarily disable submission status update until rules are implemented\n", "proba": 1.1654116605086529e-07}
{"commit": "685f4f46c0a262cfba9acb63853971c0483a8463", "message": "Array is preOrder BST\n", "proba": 0.9998859167098999}
{"commit": "3422040ecdcab61562d781dc04a5bccbdb7cdfcc", "message": "Testing the nbt data container streams.\n", "proba": 1.1988723258582468e-07}
{"commit": "d5d237bec7841c506158763e30fba2fbb5fa13de", "message": "Create exception to unsupported or unknown resource types.\n", "proba": 1.12902043269969e-07}
{"commit": "166f6573e33a264b4d651ff4fd1dd472f409ee0e", "message": "Introduce StringUtils\n", "proba": 3.401609660613758e-07}
{"commit": "29857747a2f1d1e6abae2a7d0859a761a1f4da8d", "message": "Working on Event conversion from castor to jaxb, just writing the tests\n", "proba": 1.116449226401528e-07}
{"commit": "9998ec7e254f064c7f337fabdf0498c1f693aa31", "message": "[107254] [taglib] tld element name-from-attribute not taken in account in JSP editor\n", "proba": 1.6041965977819928e-07}
{"commit": "9142e78393b098ce9cf7d385cc8f66ac88544b61", "message": "no commit message\n", "proba": 5.018686806579353e-06}
{"commit": "cc7153e951cca1d922ea7d7a5733ac6b377c0f32", "message": "XLCLOUD-2082 Fixed issues with some content not being masked.\n", "proba": 9.744977802483845e-08}
{"commit": "4d3bedd17192eb175359fb524e8932100da6928c", "message": "CsvParser development\n", "proba": 3.840592626147554e-07}
{"commit": "7b8d184f3329e3aff2f1c4b43da65a532bdecbc9", "message": "Created class to test getting Spawned Record IDs\n", "proba": 2.1673106687103427e-07}
{"commit": "c199f6d6c7aca5c6db1390e98d3862f2cba45844", "message": "Create cossin.java", "proba": 5.5329513998003677e-05}
{"commit": "60a0a886a0010e06efc46477dd943cfe57875a57", "message": "First version included\n\n\ngit-svn-id: d2601f1668e3cd2de409f5c059006a6eeada0abf@785 cb33b658-6c9e-41a7-9690-cba343611204\n", "proba": 3.810254440850258e-07}
{"commit": "e1e48e0e3c041f22c22268043b0f39ce62e8b321", "message": "Missed a file\n\n\ngit-svn-id: 1c3b30599278237804f5418c838e2a3e6391d478@370 df8dfae0-ecdd-0310-b8d8-a050f7ac8317\n", "proba": 3.858865056827199e-06}
{"commit": "db0cb5da3314d7352fc6d772349e3554d2898183", "message": "Create SimpleContextMapper.java\n\nRemplacement de l'AttributeMapper par un ContextMapper pour pouvoir r\u00e9cup\u00e9rer le dn.\r\nSi le param\u00e8tre keyAttributeName n'est pas remplit, on utilise le dn de l'entr\u00e9e.", "proba": 1.2925015369091852e-07}
{"commit": "9ec09e049b5f0009827f0dd28c21a6ab30c9bf8f", "message": "KRACOEUS-1667\n\n", "proba": 3.829266290722444e-07}
{"commit": "da7b1334534070e76d6559c95400fd42890cbce9", "message": "Rectification\n\ngit-svn-id: 95dd7209ec50d6c3a4c961d97f2c75f69cb97ab1@2049 a8e77078-a1c7-4fa5-b8fc-53c5178a176c\n", "proba": 5.7797580666374415e-05}
{"commit": "709dfb0941ef151bae6643a0a55d04a819ba5ee5", "message": "KCIRB-54\n\nScheduleData replace String literals\n", "proba": 5.7015306083485484e-05}
{"commit": "d9ad63b9f7ead97e80d5e8478b67cbb3e4731308", "message": "am 18686894: am acd8741d: am a84e1197: Merge \"Uninitialized UiAutomationConnection incorrectly enforces caller id.\" into klp-dev\n\n* commit '186868941747b2fad1bdaea973d99ba62686517c':\n  Uninitialized UiAutomationConnection incorrectly enforces caller id.\n", "proba": 2.685478079911263e-07}
{"commit": "31845376c394a34d434ebd99ab41a07b3dd866d3", "message": "Create AuthorCommand.java", "proba": 2.786062850645976e-06}
{"commit": "8d528c85d00cea5168ed6842f17c7f5afae338c4", "message": "Fix build error\n", "proba": 8.29380155664694e-07}
{"commit": "2992628b1ec718625bb172d115f4ae0176f89e03", "message": "\n\nSigned-off-by: yj <yj>", "proba": 1.5980810985638527e-07}
{"commit": "07c994012cf4a5878519bb64a69044d56a9d59cc", "message": "DO NOT MERGE fix build breakage on k\nam: 4e33c4f8b1\n\nChange-Id: I0339ec14a342f6c4a8f77638ffc6d4873a368830\n", "proba": 4.6291231114992115e-07}
{"commit": "9d38b7c115fa7e2a9ff82c464d29d9ac0b805544", "message": "am fe9c354c: am 9c9975ac: Merge \"Fix a bug where OnTouchListeners in action views could be removed\" into klp-modular-dev\n\n* commit 'fe9c354ccdf02247eae8e5f4d1cceb10484ab904':\n  Fix a bug where OnTouchListeners in action views could be removed\n", "proba": 8.358516083717404e-07}
{"commit": "51dd9825c6656cbaceb6df8089e062fb01af5996", "message": "initial test for IHeaderResponseDecorator\n\ngit-svn-id: 9b67916bca3de5a008b43d05a9436b1963ca004c@1050101 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.52757285277039e-07}
{"commit": "19ae5fbe55ce7ef14afe8b0fcd78c44a08ec96bb", "message": " Introduce new resource life cycle listener\n\n add files\n", "proba": 1.7915962757797388e-07}
{"commit": "52a2dee8236eb1a6db136b5b210b414a518a57de", "message": "obsolet\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@5904 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 7.565476494164614e-07}
{"commit": "265194fd04b67e17fd6e82851ac747f73fd8c4e7", "message": "add double click feature\n", "proba": 5.802412488264963e-07}
{"commit": "e529b01de6f9d99ead128935b79085e116f4f5de", "message": "added test cases for ComponentConfig bean class\n", "proba": 2.2457339809989207e-07}
{"commit": "853cafb5f6ac9a833fc3ca00ffbe25d5a2d051ef", "message": "Remove obsolute variable\n", "proba": 0.0021220906637609005}
{"commit": "33dfd61407353618a415c83555e0f3b95e2e6dc2", "message": "added example input form model based automation\n", "proba": 1.7695084864044475e-07}
{"commit": "c06b4e5c0e7e88e2c3efb4b264363b7a70a253fd", "message": "Made compile button\n", "proba": 3.480102179764799e-07}
{"commit": "ab91f56092cc3485e5ea1178cb9a32448aaa612d", "message": "Documentation for PutListFactory methods.\n", "proba": 1.1788253573286056e-07}
{"commit": "35ab40c3e1b3347b78e804b87a1ec69de0a3e679", "message": "Added files via upload", "proba": 1.542259724374162e-07}
{"commit": "cb0ee021bb044fb6c935b1de8027c48d8370d502", "message": "Added files via upload", "proba": 1.542259724374162e-07}
{"commit": "aa34ee68131f93158e2274a89d64de8add7f980d", "message": "Added testmodel redirect manager to help test link formatting.\n", "proba": 1.0427412178160012e-07}
{"commit": "7d5685e9aa3c771b6f8aa1b51447698b651876c6", "message": "Implementated safe handling for chat messages.\n", "proba": 1.2797981696621719e-07}
{"commit": "6a07fc7050cb362b5bb3ac1fcb264fbd1e696bdc", "message": "class to send debugging and other messages to the gui", "proba": 1.5414069309827028e-07}
{"commit": "0bb99891eee6dd68b11095eaba59c50aa20d6575", "message": "adds \"Determine if a string contains unique characters\"\n", "proba": 2.1670516616723035e-06}
{"commit": "1f467312948e5b3129d02d9fb5792c10ea9a8b45", "message": "Issue #4022: Since Error is being removed we no longer need to prevent the import of java.lang.Error.\n", "proba": 1.0523015703256533e-07}
{"commit": "9427206e87e089973a0e12f1025fc07a3dd08de2", "message": "very minor", "proba": 9.584574627297116e-07}
{"commit": "85cdd3d3e7a17767167f36adfe74b6b0eb0361a3", "message": "Remove Response.java\n", "proba": 1.6016864492485183e-06}
{"commit": "ab3e11ed542052551ae11015260512616cd2cad6", "message": "Delete GUI$ActionSaveAs.java", "proba": 3.510878286760999e-06}
{"commit": "dbc4f53f80ca63094c9f1364544ec8fc9bb5a6f8", "message": "INTEGRATION: CWS dbwizard1 (1.1.2); FILE ADDED\n2004/10/01 12:39:00 bc 1.1.2.4: ## several changes in dbwizards\n2004/09/16 11:02:07 bc 1.1.2.3: ## Retrieving the columndata in Dataimport improved\n2004/09/15 19:41:43 bc 1.1.2.2: ##several changes for all database wizards\n2004/08/13 15:07:11 bc 1.1.2.1: #111602# several changes for Formwizard and TableWizard\n", "proba": 1.6397833633163827e-06}
{"commit": "2f8f38f4d7d1c9ba8531db2d0be17fa68320fdd8", "message": "add test for commnadInvoker\n", "proba": 4.066130259161582e-07}
{"commit": "a3e962d777e867e79f72650d74d58929c0e66c49", "message": "\u0437\u0430\u0434\u0430\u043d\u0438\u0435 4 - \u0437\u0430\u043f\u0438\u0441\u0430\u043d \u0442\u0435\u0441\u0442 \u0440\u0435\u043a\u043e\u0440\u0434\u0435\u0440\u043e\u043c\n", "proba": 1.1724906556764836e-07}
{"commit": "e5595d8f11b3d9dd0aefc276a35e48bf20fbea2a", "message": "Implemented GetDashboardInteractorUnitTest\n", "proba": 3.8491987197630806e-07}
{"commit": "cd5f6e2811d0878e49a2d9cd1f4fe7acde4ee1c6", "message": "removed unused imports\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1400640 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.100567020439485e-07}
{"commit": "9022821bdff126b036294ed7a21af81ccdacf377", "message": "Add test case file for #GEOT-5814\n", "proba": 1.5687759002958046e-07}
{"commit": "f3e55a2d269444f9f3582b649d0badcbc434a9ac", "message": "Progress file event can be raised while file is still empty\n", "proba": 3.3063173532354995e-07}
{"commit": "3aefea23e4c34252f8ea2f39785cade5982ebc4a", "message": "Create ArithmeticExp.java", "proba": 7.265285967150703e-05}
{"commit": "c148fae77ff58a16223a75db3ad286fbdea93c73", "message": "- file renamed. Old name wasQuarantineEventParameterSetBizLogic\n\n\nSVN-Revision: 6487\n", "proba": 1.891815628596305e-07}
{"commit": "39a73b7dc32fe1ea45e2ecadcb5d552aa3757d76", "message": "Add creating/updating conversions\n", "proba": 5.863166165909206e-07}
{"commit": "010dda8ad8ab3087096ede115978f03031c9f3d1", "message": "added login logic\n", "proba": 3.135318138447474e-07}
{"commit": "3cebac1449895a861acf74608cf6c88df96a4ded", "message": "Chapter 22, Exercise 24\n", "proba": 3.0911044746062544e-07}
{"commit": "c4af0fc4a4c5a42f00527971aef3f66c09be57a5", "message": "first checkin of PlaintextKey class\n\ngit-svn-id: bcc6912f115b1edc1fbf963c0455e91cea5a3400@904843 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.935969061785727e-07}
{"commit": "807addf8261f476c624c67a9e7b4fa1e3caa1437", "message": "extended queue, improved queue overflow message\n", "proba": 2.7020402626476425e-07}
{"commit": "237db27c58069d7b15d1b0ec22b4a99acaa3e561", "message": "Remove references to Google packages.\n\nBug: 26441633\nChange-Id: Iba6566215e2b6d224fd3b9c11d086f5c2db87dca\n", "proba": 1.4465382264461368e-05}
{"commit": "72e6bece43ca2778d8101a6d4dede2a12e0d47e8", "message": "Launch nested preferences with the same theme as parent activity.\n\nBug: 5351628\nChange-Id: Id67b81558bc6e010d6f024cdb8117424aa6b62f0\n", "proba": 7.1777685661800206e-06}
{"commit": "8c666277808c13751d99ab8b428e98c67b5f0e64", "message": "Enable CCT tab reparenting in all channels\n\nThis removes the experiment that was used to control the traffic for\nbeta and stable channels for this features and enables it in all\ncases that have Chrome as the default browser.\n\nBUG=587653\n\nReview URL: https://codereview.chromium.org/1862363003\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#385838}\n", "proba": 3.351550219576893e-07}
{"commit": "5a39c95c004d856b47a844c962b1c2b18f4e96aa", "message": "Extra @Override removed in SpanStringBuilder\n\nThese were added in 99657 by using a misconfigured eclipse\nsave action that adds @Overirde to interfaces (Java 1.6 only).\n\nChange-Id: I766bbde917b0bb063cb6d588ee276787e2f7db66\n", "proba": 1.7003616221700213e-06}
{"commit": "ca858797816be82e2b1e2b88dea17b20e52d8429", "message": "ActivityChooserModel does not handle package changes on the thread that created it.\n\n1. The model is using a package monitor to observe changes in\n   packages (adding/memoving/etc) to update its internal state\n   for which it then notifies its clients. However, the monitor\n   is called from a binder thread and the work has to be off\n   handed on the thread that created the model. Hence, clients\n   do not need to worry about using the the model from the UI\n   thread since the change callback may touch the UI from\n   another thread.\n\nbug:6386152\n\nChange-Id: I882a0f4104907f64de64a95ece585052bba457d6\n", "proba": 3.4268450690433383e-06}
{"commit": "0af64a0327233946cc7d4045cb20c4f6ff2ab8d4", "message": "Cleaning up\n", "proba": 5.428761369330459e-07}
{"commit": "2f723b154f5711c1f95eb103b8f5aa8d07a8d1da", "message": "Create Handler2.java", "proba": 5.702873977497802e-07}
{"commit": "7c82572171a0743bbbe3aa43a9360d88ffc7efb5", "message": "Changed type of ffmpegThreadLimit from String to Integer.\n", "proba": 1.1383693276911799e-07}
{"commit": "7f4acbb6641cda8d427937956f1af716913c38f3", "message": "Lista 02 - Exerc 06 OK\n", "proba": 1.329105288050414e-07}
{"commit": "c7a5dd2b730b780eedb1898ab52af8d33541e7b4", "message": "\u4e0a\u4f20 Hello World\uff01\n", "proba": 4.7400297376043454e-07}
{"commit": "e9065a9d2e763c0ab4516443a4e44867bb599e8d", "message": "Report more details about the file that was not found.\n", "proba": 1.0228049518445914e-07}
{"commit": "5524ac412ec77b900b4e38a043a3996471fea537", "message": "added class with base POJO support for relative layout\n", "proba": 1.2959537798451493e-07}
{"commit": "eb49656553c6af5a8ff755a7421b8f61c5e003be", "message": "Fix to waitlist\n", "proba": 6.0941696574445814e-05}
{"commit": "ca9c318320b1271bb061177d562449aff66da194", "message": "Fixed a bug in the user service\n", "proba": 5.570007033384172e-07}
{"commit": "c8ae6ef98dffd09e6b673b61708c2c4e068e399d", "message": "Add extra requests attributes\n", "proba": 3.3991355508078414e-07}
{"commit": "f3ff18be61f7505c9df9262c870a2fc0ce0a9947", "message": "Support filter with combobox and datepicker\n", "proba": 1.277994243764624e-07}
{"commit": "67f1c5d1490575b9dc1ee8d87ca0bacb0cb4265e", "message": "findbugs found a bug", "proba": 0.00011100032861577347}
{"commit": "077eee1d602195a79885c6f4ca0963bd947c2da2", "message": "KABOB-281: Initial commit of a class to consume and InputStream and send its contents to a Logger\n", "proba": 1.175069712644472e-07}
{"commit": "a2f608b5a7179fb415dcfdf7c978dad755335ad8", "message": "AlertHandler implemented", "proba": 6.380072932188341e-07}
{"commit": "5e4e0cb84a7f33515a96c96d1f870349f828bf3d", "message": "Json\u5f62\u5f0f\u3067\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u8fd4\u3059\u30d7\u30ed\u30c0\u30af\u30c8\u30b3\u30fc\u30c9\u306e\u8ffd\u52a0\n", "proba": 9.147872219728015e-07}
{"commit": "c174df103737fd21c1d1e043d71db619d24afa23", "message": "Add Mod2Wav tool.", "proba": 1.2374937341519399e-07}
{"commit": "95fe8993d5db034092a1b1b30ee90038332e4b63", "message": "Initial value for PlayerValueComponent\n", "proba": 3.636858991740155e-07}
{"commit": "f275eed8288773175df03992e7f714f153a43025", "message": "Solution for 101. Symmetric Tree (easy).\nhttps://leetcode.com/problems/symmetric-tree/\n", "proba": 2.408940190434805e-06}
{"commit": "95c9a91cc79a32cb94c6d77d063f7cd4b832d520", "message": "might also be useful", "proba": 2.400491666776361e-06}
{"commit": "f5a534e55c395f185e37ca5f704baecca26410a6", "message": "sorry forgot to add the file to svn :(\n\ngit-svn-id: 3495a5c4bbe5ece00c09619c056c9a903ff1da72@169937 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.8104620949088712e-06}
{"commit": "c28feadd13c7971acdfda65798a30ffd0fd88e4f", "message": "Add MutatingCommand class\n", "proba": 5.36881088919472e-07}
{"commit": "ac5b3ccd27b91f0cd75d90d2ec284bb3e795ca4c", "message": "next release iteration.\n", "proba": 1.1776253217021804e-07}
{"commit": "5ea5361bb1be4eb5e23943413cbcebadf43f6647", "message": "am fa796912: am 37dbafd1: am b63c22e4: am c0c20b26: am f8763581: Allow navigation bar drawing during window animations\n\n* commit 'fa796912095bbfbb63aad9105ccfbc6cd3b00b3b':\n  Allow navigation bar drawing during window animations\n", "proba": 5.321141998138046e-07}
{"commit": "8a7b412e1e2543343df1879723b884090256b85e", "message": "PORTAL-147 (isconnected : method should be get not put)\n\ngit-svn-id: d480d4056117b53f1b515a5e7a3e1f3e7a408ab9@19824 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 6.511323135782732e-06}
{"commit": "49380d981a8108a8123e121640eb4101cdcd063a", "message": "20171001- Removal Moc User\n", "proba": 1.1375727382301193e-07}
{"commit": "636719c4e7957c0e1dc4f60012d9ae42163a2bdf", "message": "[MCOMPILER-118] Separate compiler warnings from errors when failOnError == true.\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@907730 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9982365369796753}
{"commit": "84000d508b4daf792189b865ff989984a80d4c7a", "message": "Fix MCOMPILER-130: compilerArgument option doesn't work with maxerrs option, compilerArguments does.\nImprove javadocs\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1162597 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.15405281475978e-06}
{"commit": "573841930be69c7dc7d41915fbd3fa29c4a021dc", "message": "MCOMPILER-135: add example to javadoc for annotation processor parameter\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1162918 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.339987746490806e-07}
{"commit": "41a292d9a269f656ec8b35b44ad78b997c47b653", "message": "[MNG-5213] Verify time formatting\n", "proba": 1.6455453533126274e-07}
{"commit": "ebcad5437794047db8ffcc90ab57107e5be3bd62", "message": "MJAVADOC-267: Allow changing the reportOutputDirectory from the commandline\nSubmitted by: Dirk Olmes\nReviewed by: Vincent Siveton\n\no patch applied\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@824994 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.552881248149788e-07}
{"commit": "e1b9042173aa4eb8f19ffebb0a7456df88c1eb7b", "message": "improved getRootSite() javadoc\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1480249 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.395089258148801e-07}
{"commit": "724fc26959d08881b0204a03a43bcc169e9ce617", "message": "CAL-5 getLinkFilterMap method refactoring\n", "proba": 2.477673604062147e-07}
{"commit": "8b55080dbec7c7d543ac68e7d445def702da58d1", "message": "Finally solved the kata 'Decode the Morse code'.\nhttp://www.codewars.com/kata/54b724efac3d5402db00065e/solutions/java\n", "proba": 0.0007474678568542004}
{"commit": "9657c5e2cdced65c710505bd0dfef3de5a637d9e", "message": "am fdebf0fd: am c1dc37cb: Merge \"You can only use the 2-finger shortcut when opening the panel.\" into jb-mr1-dev\n\n* commit 'fdebf0fda9169b848c1e8eaafbcf3c720a0dabc6':\n  You can only use the 2-finger shortcut when opening the panel.\n", "proba": 4.066997462359723e-06}
{"commit": "8f68ed6959d655de7cc8f077c0d9dddd97fbd655", "message": "am 4aeb033a: Merge \"Fix fake status bar not visible in SHADE_LOCKED state.\" into lmp-preview-dev\n\n* commit '4aeb033aff7259cbffe01931902a9b520ab4648f':\n  Fix fake status bar not visible in SHADE_LOCKED state.\n", "proba": 1.2986200204068155e-07}
{"commit": "bd28a85bdb37cd4ee3a59202dda6722fd341ca94", "message": "Don't open QS on first notification pull down\n\nQS height sometimes gets set before mQsMaxHeight is populated,\nso a QS height of 0 gets interpreted as open. Add a check to\nhandle this case.\n\nBug: 19051528\nChange-Id: Ic01bcc356993ab70b3abf4a0e4d12c940c05294e\n", "proba": 1.130169380303414e-06}
{"commit": "bf899cf7d8596c121e897d9c1ba75bda3fc6f22b", "message": "added StringSmoothTest\n", "proba": 2.1441412911826774e-07}
{"commit": "d668219f6e27a856ae42f9bc2aef4f1b3e282920", "message": "add test entity\n", "proba": 7.5195589488430414e-06}
{"commit": "26de45d3a8e4db2c3f7f033bbcf25fb081e1623a", "message": "add 2-stack iter solution for post order traversal\n", "proba": 1.3192551762131188e-07}
{"commit": "665c58746415be8eea0debf1c9a2503bc7147308", "message": "Add FindCommandTest\n", "proba": 4.917085902889085e-07}
{"commit": "187f12f8e4036afbe6b358aedc3f9a73bb97b9bf", "message": "Added POJO Address (RAVE-630)\n\ngit-svn-id: 7e2ae451d4a3951fc05a481ef045ec7c1b912cca@1344357 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.1770326813784777e-07}
{"commit": "04225e17524ff09cec27474087ba969978b38ec0", "message": "Delete GUI$ActionAddNode$2.java", "proba": 2.7739211873267777e-05}
{"commit": "12b4b3440639c5488a3897de1c9b0a00c9ff6eeb", "message": "removed warning message\n\ngit-svn-id: 093fa4c7fa7b11ddcea9103fc581483144c30c11@1494 5b74d2a0-fa0e-0410-85ed-ffba77ec0bde\n", "proba": 7.966811494952708e-07}
{"commit": "83559d6bc0f03a1d95f29b344c091c4a8a0554cf", "message": "Added additional constructors to SceneService.", "proba": 1.1198145699609086e-07}
{"commit": "b8326124ae51c3455a8799d8b0685c79946ad38d", "message": "Add KeyValueMasterClientServicehandler\n", "proba": 3.348965265104198e-07}
{"commit": "4cab2015e2c733fad0706c9239110348739dbfe8", "message": "Simplify. Re-use existing method rather than duplicating it.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1750788 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9985986351966858}
{"commit": "b3bfe20c67f3c37e2d9ac4d852914d14ab9e1340", "message": "add a failing test case (wrt #254 but also a few others probably)\n", "proba": 1.3514964791738748e-07}
{"commit": "a2018dcb892112caeab12ed08e917295a05c4655", "message": "COMPRESS-174 verify BZip2CompressorInputStream rejects input of wrong format\n\ngit-svn-id: fb13a56e2874bbe7f090676f40e1dce4dcf67111@1588467 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.576027226401493e-05}
{"commit": "a5eeea657c7ab9250f23f62e092189964371ad5d", "message": "Added solution to 2.5\n", "proba": 1.3542509691433224e-07}
{"commit": "be759f8424beb3e4c20f3851c5c2bbea8e0df2f4", "message": "Removed super class which caused a JUnit3 runner to be used (#11184)\n\nChange-Id: Ib5d639e8c86c19902b77ce4681554065ee9be645\n", "proba": 9.500894293523743e-07}
{"commit": "b95e652a7dc6f2b66c0a5415559f435b66e2c33b", "message": "bug fix\n", "proba": 8.047648520914663e-07}
{"commit": "9692b9a6ad5741218a8c82aedd466e2a6ccb0920", "message": "Fixed NPE in MercurialResourceVariantComparator\n", "proba": 2.494923307949648e-07}
{"commit": "7ba8bf910acdcc70dd37b73348101c375a310230", "message": "Added the initial code that instanciate the DS and all the dependent component. It's not finished, by far !\n\ngit-svn-id: 3831e015cc7160c2fb3ca7d61ea0ceb28ef6bad9@1027322 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.898340426327195e-06}
{"commit": "3d36e25d7314c18da49551820ba3b8a740418c89", "message": "Add UI for users to change projection\n", "proba": 4.0531412537347933e-07}
{"commit": "f2b9e3999da29bf8ede5de437a5735543fadfd41", "message": "Updated 1 solution\n", "proba": 1.290032543010966e-07}
{"commit": "7d7b7014db2c1d010afc1d94be42a6ec4b41256c", "message": "NotEqualsNode.java\n", "proba": 1.0851119441213086e-05}
{"commit": "3d4738d1346928829c66c9f87952a744b2a0e43b", "message": "validator for data collected in the CfTypeController\n", "proba": 1.5273184317265986e-07}
{"commit": "f83595d7d34da6f22ae3fc836591d4134e1bc503", "message": "Added factory.", "proba": 1.253647354815257e-07}
{"commit": "f911858761924628a7b3599a15b6ef4762756140", "message": "kccoi-202 : another try to test soln\n", "proba": 1.1837495605959703e-07}
{"commit": "92bbd00e3c3b0c503c5da1ae8392ffa775ac6232", "message": "KCIRB-541 Fixed: IRB Committee - Exception When trying to edit and submit a Committee Document \n", "proba": 1.0305359410267556e-07}
{"commit": "e6061e36bc1118a7a1b0691a365882022dc3b839", "message": "KRACOEUS-6518: Unusual message after approving Disclosure (move message to properties file)\n", "proba": 9.759226315964042e-08}
{"commit": "31545c2426c996dce7a1f7d4cfc5d5b88907a703", "message": "fixed indentation to align\n", "proba": 6.571627864104812e-07}
{"commit": "5fc01ace47c2d23eb557fc89953706b96d21d354", "message": "Create hello.java", "proba": 0.001215255935676396}
{"commit": "213c13aadd5bd4fd3876528f17f179379ca1c1f6", "message": "Ensure touch explorer and magnifier get a well-formed event stream.\n\nWe use an input filter to manipulate the event stream in accessibility\nmode. Some input events, i.e. touch and hover events, are delivered\nto a touch explorer, if touch exploration is enabled, and to a magnifier,\nif screen magnification is enabled. It is possible that at the moment\neach of these features is enabled we are in the middle of a touch or\nhover gesture. The touch explorer and screen magnifier expect to receive\nan event stream that starts with an event that denotes the stream start.\nThis change ensures that hover or touch events are dispatched to the\ntouch explorer and the magnifier only after the start of the first\nwell-formed hover or touch sequence.\n\nChange-Id: I8cd0ad8e1844c59fd55cf1dfacfb79af6a8916df\n", "proba": 8.890723393051303e-07}
{"commit": "f9920d6c1446302e4309cb79ee7ec6dd6dd16f51", "message": "Update (8 kyu) Count of positives - sum of negatives.java", "proba": 3.529149239511753e-07}
{"commit": "8cfe7184f360afc397710a900543053fc191ca46", "message": "counter now easier to log\n", "proba": 1.524595631963166e-07}
{"commit": "176a8220a035580bf06ee30322a1ae71ec01eba6", "message": "+ eliminar Profesional\n", "proba": 2.097492597386008e-07}
{"commit": "efd5f8a59aea9a17a513a702121c769703abb089", "message": "implement generateAccountNumber and add comments\n", "proba": 2.4168278400793497e-07}
{"commit": "c58f347e6c9a64448edd86efadf8023f363b743a", "message": "Create Cave.java", "proba": 1.2901706440970884e-06}
{"commit": "248164df20f2e18ba5b1790670597cc6fdf60a4f", "message": "Better exception message\n", "proba": 2.857371157460875e-07}
{"commit": "6871029ce3d67d3b3282001ca9b991554dd6c321", "message": "Complete task1009\n", "proba": 0.9999942779541016}
{"commit": "f6c1102f99232ee873627e8ea9f92b479cf44b79", "message": "Create HelloApp9Mod.java", "proba": 4.347326012066333e-06}
{"commit": "b0bfb5b9a35485a5d8e872e0acabd15cb5677868", "message": "added gmail test\n", "proba": 2.61543789292773e-07}
{"commit": "c5418ad6c215723256acd0bd16301b0d8a79b10b", "message": "No idea what I changed", "proba": 1.4177592674968764e-05}
{"commit": "0f453d3a3e0c340a46b2ba8b33d084bd5d4963a4", "message": "Adding TaperedCylinderGeometry -- a primitive that is like a cylinder except with independent radii for each end.\n", "proba": 1.0657196014562942e-07}
{"commit": "cd4ea7b1a955349f29dca04c9a3a68cd68a61645", "message": "Formatting ..\n", "proba": 2.656918809407216e-07}
{"commit": "127d668d1427c5ec69fa8d3f1122d23fd2ec0d0c", "message": "Resolved issue where AABB was incorrectly calculated.\n", "proba": 1.2878285815531854e-07}
{"commit": "b2461898460eac41566f43e644860aa0a0f5d80b", "message": "Move PooledSMTPClientSession to an extra class", "proba": 2.4334195813935366e-07}
{"commit": "3a8db682ca60f2a2b6d70b316c3b8d7fa8b5a31e", "message": "HBASE-9952 Snapshot restore may fail due to NullPointerException\n\ngit-svn-id: 1ea5de6e32eadb5f080cfd8bafe1c87167c06d54@1540912 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.231221050256863e-07}
{"commit": "4feae8f6689a082c3580d6d4655c420333e27db3", "message": "Resolve erro squid:S1319 no Sonar\n", "proba": 4.8995875658874866e-06}
{"commit": "6032b3784483bab3fa2541dcd5f40f977c28e488", "message": "ref #4195 - fix edit subscription\n", "proba": 1.1657451182145451e-07}
{"commit": "e2976c311a3eea9ab4ee6ef5d642bd250000cc84", "message": "Implementing SIP support (work in progress)\n\nEntrry point for tests in the GENERIC SLICK (may be unneeded ...)\n\n", "proba": 1.0702907360382596e-07}
{"commit": "e4b6767e366d15047a1460866eb34e9c43b42890", "message": "fixed newly broken junit test\n", "proba": 2.1379463532866794e-07}
{"commit": "072cafec5eea0d0e019de59423c7dc77214832aa", "message": "Accepted LC #116 - round#7", "proba": 1.765375401419078e-07}
{"commit": "5c102f6274e693885d12f806c949cfa5a348b10e", "message": "VTK-3080 - org. imports\n", "proba": 1.682454785623122e-05}
{"commit": "57a3975abc273b81d3634250a5155521930bc9d2", "message": "updated...\n", "proba": 1.4918443014266813e-07}
{"commit": "f43d0f14f738a6a8dd213a77c12c91a7eb08909f", "message": "Fix crash when switching back to the Curse Tab.\n", "proba": 1.1319345816218629e-07}
{"commit": "a49855849c4b86902b30b5caf4e22c9556a21d53", "message": "added metadata validator\n", "proba": 5.158524345461046e-07}
{"commit": "a278b9286cfa0abf18566a33baf01a0a32ce4695", "message": "ADD tests for GroupingInterceptors\n", "proba": 1.4371849488270527e-07}
{"commit": "7767d38b64ad06ed1dd36cf3e213b0b521b67be8", "message": "Add test for ViewedOfferingDaoImplTest\n", "proba": 1.7462063794937421e-07}
{"commit": "cf08d8a99d5562ca6de82f2f5c9b0ae3de5f670b", "message": "Simple test drive for add behaviors.\n", "proba": 1.1668752364357715e-07}
{"commit": "37539ae9bad398b82404c01c3fc81930e568663c", "message": "Split history main/java/org/codehaus/groovy/tools/xml/DomToGroovy.java to main/java/org/apache/groovy/xml/tools - resolve conflict and keep both files\n", "proba": 3.5856788827004493e-07}
{"commit": "db8a48ae219000480bb80aa556cd59dd1183f85e", "message": "Testing a new potion array expander. ", "proba": 1.2134474047797994e-07}
{"commit": "bff4719f91d26d77cfac0c4e6a6688a2e89b0e27", "message": "using findAndModify", "proba": 7.777545397402719e-05}
{"commit": "7bad88dd69df7eb191c1a1494bba31d5a7d9fdd0", "message": "Closes #2305: @Sortable annotation\n", "proba": 2.1331725008622016e-07}
{"commit": "41e66af4e3d3ac6f4280d95a0bb20740a60a21e2", "message": "Avoid NullPointerException in CustomObjectSerializerImpl\n", "proba": 1.10093583316484e-06}
{"commit": "f42ed44b9ead05b01fd42f11f60c298b35821f9a", "message": "Add noCheatCompatible to BuildRandomMod", "proba": 2.4890840677471715e-07}
{"commit": "8cb6fc184dcb9cc6ab0871de5cf430277d15c8c8", "message": "LayoutLib: Import of SparseArray as SparseWeakArray.\n\nThis is a straight copy for easy review of the customization.\n\nChange-Id: I351ec570c3e7a025561939ab05c1ae7eded30b38\n", "proba": 2.855437060134136e-07}
{"commit": "cd25f10e684b9f833d8e94c470b9c47ac0873eed", "message": "Added empty line\n", "proba": 9.601545798432198e-07}
{"commit": "b1867f35b36d0309cba2e750f67c819176a59e25", "message": "properly handle refinement in proposals\n", "proba": 1.2521060455128463e-07}
{"commit": "c601eb51b2e82a9e999ea06d507009ed6e9591d2", "message": "Rename ExprParser to ExprTree\n", "proba": 0.00033503922168165445}
{"commit": "0f1bea174609ccc26b24b0f73a15ac45b3d4f739", "message": "Leetcode324WiggleSortII2\n\nChange-Id: I2d1de59ed0208e7ba38521d8b1eb5992ed9ac8fa\n", "proba": 8.552444342058152e-06}
{"commit": "7d9b667bcae77bb0ba96de659c5987076e32133e", "message": "remove getMax, not needed anymore\n", "proba": 1.2980862607037125e-07}
{"commit": "35bbfeffe5a5e627eb1a2dee0d92cab1aa250e43", "message": "AP-1498: MultimediaListener\n\ngit-svn-id: 8def386c603904b39326d3fc08add479b8279298@5761 fd808399-8219-4f14-9d4c-37719d9ec93d\n", "proba": 5.105086415824189e-07}
{"commit": "02c199e27675c6f05ff2d018446286f33fa2dd96", "message": "Update HttpCharacterResponseWrapper.java.\n", "proba": 1.4102504053425946e-07}
{"commit": "457a0d174d4fc66a80c574a682d8760cb96813f1", "message": "validaciones en creacion de turnos\n", "proba": 3.843329636765702e-07}
{"commit": "350d98c4e473c22ef192ea5f58112dae942280f5", "message": "Online Student Scheduling: Online Sectioning Test\n - yet another online sectioning test\n   - this one is using all the weightings etc from the online sectioning server, however, it does not connect to the database \n   - all is done on a XML file, the one that is used by the batch solver\n", "proba": 2.1107364034378406e-07}
{"commit": "f603f663a914ccfffe04304d4bc95911853feeb6", "message": "Added Adapter\n\nThis class allows to view the single element in listpostfragment\n", "proba": 1.438202303916114e-07}
{"commit": "f3805267401ac2ab3a308e52f4bd5e2cb73dabec", "message": "[sync] Fix copy-paste issue in GitChangeSetSorter\n\nChange-Id: Ic44ba7b14925cfb7f0ad73017551db38591e4b87\nSigned-off-by: Dariusz Luksza <d9c42035ad9447bda4101be2f02a7db3fa874023@luksza.org>\n", "proba": 1.391188391153264e-07}
{"commit": "e08ac81c46887bdb074617a3020ad0004d7a05e7", "message": "Changes for Dashboard,report and scheduler\n\nSVN-Revision: 29734\n", "proba": 1.097296973284756e-07}
{"commit": "9b08bbdc57a1daf636a67d813100c16680db5ff5", "message": "Fixed Bug. Executors can be stopped and started again.", "proba": 1.0234274583353908e-07}
{"commit": "13d604e003d09d0a9873065d72571c5573147808", "message": "Changes made by mandar on 01aug related tomolecular\nspecimenreviewEVENT PARAMETERS FORM\n\n\nSVN-Revision: 296\n", "proba": 1.0555218921126652e-07}
{"commit": "3076924795f96d72d44563ba87405c90dc9bf327", "message": "Fix for SessionHelper.\n", "proba": 1.2311630825934117e-07}
{"commit": "e8ff11e06b97ae08d57bd9d8b9635026e7bee59e", "message": "Fix whitespace in Primitives\n\nSigned-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>\n", "proba": 0.999992847442627}
{"commit": "cd6170f7f6bc766588270baabade89e5be0922cb", "message": "aggiustamenti e implementazioni\n", "proba": 5.193314223106427e-07}
{"commit": "dea47b4360c34210690b7b7d81b6e6bdc9310ed2", "message": "Add PostListActivity class\n", "proba": 3.751818837827159e-07}
{"commit": "d998e2b8de6ad9e00103f4b122a1c257501164fa", "message": "pom repo: Defer marking inited until after init completed\n\nTiming could cause init to be called before setProperties. We also set\ninited under synchronized.\n\nFixes https://github.com/bndtools/bnd/issues/2084\n\nSigned-off-by: BJ Hargrave <3d26bb3930946e3370762d769a073cece444c2d8@bjhargrave.com>\n", "proba": 1.6103400923839217e-07}
{"commit": "045c21327be8c0bd6ba08571e9036e0d87b39d15", "message": "[CONTINUUM-978] Add Schedules tests\nSubmitted by: Marvin King\n\ngit-svn-id: 1d22bf2b43db35b985fe5d7437c243537c14eeaa@474394 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.4452433561018552e-07}
{"commit": "ef9f0c674e8336a6c6fb6ef5ace9f416194a0d72", "message": "fix (contains replaced with matches)\n", "proba": 1.34747594415785e-07}
{"commit": "fc530647f707e1e0ebc1ae9db611ecfce67d3e3a", "message": "optimize import\n", "proba": 0.000332369701936841}
{"commit": "4c63f212e2d98bb8f6a5b813ed594e78a6b5b420", "message": "[FLINK-15347][tests] Add ActorSystemResource\n", "proba": 1.2288252548842138e-07}
{"commit": "40856c51310b5a192725d9042bbf75ca8b500e20", "message": "Add ol.render.Event", "proba": 2.6531283765507396e-06}
{"commit": "7e7d3daff9117163ca29f1614a9e45ee1cb47b23", "message": "Fix suggestion alignment when switching to RTL <-> LTR via clear button.\n\nThis bug was introduced in my previous fix attempt:\nhttps://codereview.chromium.org/1321863002/\n\nTurns out when hitting the X clear all button, we get the suggestions\nback from autocomplete before the direction of the URL bar has changed.\n\nSo, we get SuggestionView#init with the old layout and never update\nto the new one.\n\nThis brings back a bit of the old path to force a layout update on\nall suggestions when the URL bar tells us the direction has changed.\n\nBUG=541099\n\nReview-Url: https://codereview.chromium.org/1913903004\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#390122}\n", "proba": 3.016064965777332e-06}
{"commit": "2772ac98b6375613d25a3a603f4172683d508ac7", "message": "Automatic image cropper\n", "proba": 5.014831572225376e-07}
{"commit": "8c6d564f335b74041ab4aac92a71212b1c0ab259", "message": "first android commit\n", "proba": 1.8379050459316204e-07}
{"commit": "14fe23254a78c52bdaef0da819268c8b405059cb", "message": "HBASE-13845 Expire of one region server carrying meta can bring down the master: test case\n", "proba": 1.0901167257770794e-07}
{"commit": "ccbd93e3f7e0096d5ee1581e7acb2ca6b6b5298b", "message": "Enabled back the test for #283\n", "proba": 1.6148568704466015e-07}
{"commit": "b421f619b61ff040411dc7a17b1dcd2132d0b9ff", "message": "Makred the test for #690 as working since it now passes for some reason\n", "proba": 1.2850766495375865e-07}
{"commit": "728f3232dcadbe6616d31a805c2ed38564bfb76b", "message": "SBO class: tested all previously untested methods", "proba": 1.2982104635739233e-06}
{"commit": "3ad8e0102f1d71e3c1f621195f480a4f46a9e4e6", "message": "\u652f\u6389\u65e0\u7528\u7684\u8c03\u7528\n", "proba": 6.187070766827674e-07}
{"commit": "5a2eae5e87b400dbd969eff27b2a661a428f6042", "message": "fix: dev: Hide directions button if longitude or latitude are not valid.\n", "proba": 1.6750749409766286e-07}
{"commit": "0bf5e2f40e7bfc562a3fad1f1e3f2c66abba7b44", "message": "Added tests for AuthResource.\n", "proba": 1.1380339515199012e-07}
{"commit": "ab9ffbfeaf16ea07fc1f7946b7dbb2eef95dc663", "message": "don't apply override option to abstract methods (IDEA-185541)\n\nas in UI the option is not visible\n", "proba": 1.327810537077312e-07}
{"commit": "10cdf34686f04015d9300b362b987289aa585896", "message": "Hibernate 3 user type for any Identifier (untested)", "proba": 1.0742112976913631e-07}
{"commit": "c8fe18b01fd0a7c6a2f32b4a7f42c32f460f8426", "message": "SimonStewart: Adding the missing file for the IE build.\n\nr7409\n", "proba": 0.0006001647561788559}
{"commit": "06b9e311f318872f6594a0e148029c3bd35f184d", "message": "Set burn filter as default filter implementation.\n", "proba": 1.1428160462401138e-07}
{"commit": "4e07ca947382e7a1a36784ff33658b41314cde5d", "message": "Added package info.\n\ngit-svn-id: c64b25449c98d516ca32b155dab4c9817b12d9d5@4904 0b971d98-bb2f-0410-8247-b05b2b5feb2a\n", "proba": 2.083214440062875e-06}
{"commit": "2bf8d56122fd8dbfb73f20bd9fa7ec90896a4515", "message": "am b91c7a76: am 50057943: Merge \"Cannot select text after rotation in extract mode\" into mnc-dev\n\n* commit 'b91c7a76d525cec54df86fc3558a1c88532ee7a4':\n  Cannot select text after rotation in extract mode\n", "proba": 4.2928749621751194e-07}
{"commit": "b9c8b25589b9fa2add4fee72cf13115fdb887e98", "message": "Create Letter_Combinations_of_a_Phone_Number.java", "proba": 4.963658284395933e-07}
{"commit": "c0d8bc38e158737bdea45dd73a8dbba0c668d128", "message": "am 578fbe89: Merge \"Set the metadata rating correctly in RCC\" into lmp-dev\n\n* commit '578fbe898f1652b3166bd4e20647572dec9dfb14':\n  Set the metadata rating correctly in RCC\n", "proba": 6.65598804516776e-07}
{"commit": "c1a8622a77132e965dc70cbdf9c092794696a3f3", "message": "o Fixed packaging detection (packaging is case-sensitive)\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@833678 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.4022041543503292e-05}
{"commit": "099102cdb95223c339c9675cbe2e93764afa2bd8", "message": "adding spring boot initialize to boostrap everything\n", "proba": 1.746811193470421e-07}
{"commit": "b9d3fe7418f0d510a11856c8d28aabbec9a76de7", "message": "RecursionHW\n", "proba": 7.942778097458358e-07}
{"commit": "dff153c90ac5a186035eea6e057bc3f92c291a38", "message": "feat(hamcrest): add generic mapping matcher\n", "proba": 3.74144946135857e-07}
{"commit": "1fd88523e1aa334d0cfddded56a58605546d9edc", "message": "Add ability for Provider<OMElement> to return a fully constructed SOAPEnvelope and don't reparse it.\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@718364 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.370058251079172e-05}
{"commit": "01a479ccc4c8d13dc56a2eced4055a7864a7abc3", "message": "bug:3339065 enable sqlite concurrency enhancing feature on settingsprovider\n\nwhy is settingsprovider doing getReadbleDatabase() in onCreate() method?\nit shoul do getWritableDatabse() so that sqlite's WAL\nfeature can be enabled on it.\n\nChange-Id: I60e46ce240a6474bbb50ab26fb1d979242b0c9ad\n", "proba": 0.0005519320839084685}
{"commit": "1f1304a84e35a866b1ece7aa852815987af660fd", "message": "Don't show network type if no SIM.\n\nBug: 5127932\nChange-Id: Ib29bfe3372b2c40618480691d65cc4c74d02f8fd\n", "proba": 2.0917905203532428e-06}
{"commit": "b44759ceebbd6ac9663c7731910bafd6c3ea2bfa", "message": "remve dead code - use user supplied comment", "proba": 1.168708365639759e-07}
{"commit": "572cc8c849cb2c2926ce8bf39a0486f99e60f82b", "message": "am 8d45b98d: am 36fc79e2: am 35a1a209: Merge \"Include dnd status in bugreports.\" into mnc-dev\n\n* commit '8d45b98def417c70af2ce98bc40078279cba6a7d':\n  Include dnd status in bugreports.\n", "proba": 1.568834164800137e-07}
{"commit": "a680ed2e34b46593c0bf4feaa5f6cb32d820068f", "message": "am 79f3992b: am 8bce74e6: am c92ee713: Merge \"Invalidate the people cache on Contacts provider changes.\" into lmp-dev\n\n* commit '79f3992bfed5c835ec4cf85f47caaec709264b74':\n  Invalidate the people cache on Contacts provider changes.\n", "proba": 2.138594794587334e-07}
{"commit": "729cc5ee28312bb46f70e349c1fe7c5128cb9fe5", "message": "Create ServingMultiClients.java", "proba": 2.41661126665349e-07}
{"commit": "605e78feebd9ea8acf3f550d2e94b0108a37db24", "message": "Add BlockDropIngredient ingredient constructor I guess\n", "proba": 1.0410535651317332e-06}
{"commit": "8518c7e523b4a25a6d434936a676b20a0484b465", "message": "Issue 424: initialize default Locale to [NSLocale currentLocale].\n\tChange on 2014/10/31 by tball <tball@google.com>\n-------------\nCreated by MOE: http://code.google.com/p/moe-java\nMOE_MIGRATED_REVID=78957016\n", "proba": 5.780253786724643e-07}
{"commit": "e1c4bb707370b92467b9543a36c63814fcabeb49", "message": "support tag brackets in tag guesser\n", "proba": 3.0746110724066966e-07}
{"commit": "2dfe95ab5d01a9b3b40cb48c65df4a00c9b19ea1", "message": "Add ArcanaToolStats class to manage tool stat nbt data.\n", "proba": 1.0568353303597178e-07}
{"commit": "93072a5638f8954c1c1b1dc10f75550519c66fe3", "message": "Added a log", "proba": 1.7508237704078056e-07}
{"commit": "346b5107ede40701626dd106c86e9b9153fd2692", "message": "Implement hardcoded initializer\n", "proba": 0.013591321185231209}
{"commit": "f9251fb91d39b759e45f08bb5c76826a32de73be", "message": "Check, if the features are on a seq region that is current.\n", "proba": 1.0754495605169723e-07}
{"commit": "1f8cdc844e2cdafd1e87631c38fb9862e9db63c4", "message": "\nKRACOEUS-630\n\n", "proba": 3.7371381722550723e-07}
{"commit": "b15c68ea874b698128a6d1bc622dee7e04d6d0e3", "message": "Adds unit tests for DriverAdapterCPDSProvider.", "proba": 1.1243732700449982e-07}
{"commit": "128d54b07de73311d0e1be064f86bb91db9e1e43", "message": "Delete CountryInfo.java", "proba": 4.244676802045433e-06}
{"commit": "cc9015f6033967da896872bebc22fdb97f6e6fca", "message": "New abstract class.", "proba": 2.4542552523598715e-07}
{"commit": "857e818ea7505b7002dff2cac1ebedcf37ac4ae7", "message": "Integration test for search handlers.\n", "proba": 1.5491067983930407e-07}
{"commit": "d20f6ea09a998054811947ecaf182a66062ff809", "message": "Fix LocalRawGcsService to ignore current DS namespace.\n\nRevision created by MOE tool push_codebase.\nMOE_MIGRATION=7058\n", "proba": 2.4984879587464093e-07}
{"commit": "4f180bd8a39cfcd264bbb6eea127895db893527e", "message": "names\n\ngit-svn-id: e4901c95dba1db2da44dfc7eaf6e785b47b9dfb3@989 2b1ed4c4-5db3-0410-90e4-80a7a6204c25\n", "proba": 2.4762400698818965e-06}
{"commit": "ced149ea13c0f000cb3655c6ff1dcb914d4446ca", "message": "Added an empty test class. This commit is just to test repository access! Not any other added value.\n", "proba": 1.0384422211018318e-07}
{"commit": "1a0ef710867b99507d20746bd5a50e747651315a", "message": "MOB-61: Added client id to LSI header\n", "proba": 1.299277698763035e-07}
{"commit": "592e771ab901b2683354d41fe394284fff3e5d9b", "message": "https://leetcode.com/problems/count-primes/description/\n", "proba": 1.4984905192250153e-06}
{"commit": "c98552c301990eff60759d237d55b6bf6383aa50", "message": "add MaxSideTest.java\n", "proba": 4.187168372027372e-07}
{"commit": "29d2505393dea2f8170d5eb411df8fb1195dcc13", "message": "add file for chapter_001_5.2\n", "proba": 4.815707370653399e-07}
{"commit": "bf2a105a57103943116e33914402ba426190da88", "message": "add changes for findAll method of Tracker class\n", "proba": 1.8804529133831238e-07}
{"commit": "1ea6c291002d621701c05c43dfa07184f44a6325", "message": "Removing TODO which is no longer applicable\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@666608 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.557898258397472e-06}
{"commit": "fc13d2282f9a44b1c1182d1eb35c0374eef18a58", "message": "Refs #991 Export to excel doesn't work on desktop\n", "proba": 1.1824791101844312e-07}
{"commit": "9079a6ef2eb0ec9c27f61f7e2d6fa894397a9204", "message": "[ENG-109] Write unit test of ViewComputationResultModelImpl\n", "proba": 1.7946247510280955e-07}
{"commit": "3642ac65928d6bb3e8ea507bcf5eb029b421d2bc", "message": "Added a simple class used to test mock policies", "proba": 1.3464817527619743e-07}
{"commit": "f290c0f3f40ae984ae6bf90c9883fda9c7d771ba", "message": "Model: factory\n", "proba": 0.9994327425956726}
{"commit": "f840df3ebf50cbdbc8f60d91e3e9955b6e6ebe4a", "message": "Add new field 'owner' (owner of the pet), fix constructor, add setter, getter\n", "proba": 5.0704747991403565e-06}
{"commit": "da6d3819f063e7cf047a4c5ec79a8833648a53d7", "message": "RuleTransferHandler - Approach to drag and drop.\n\ngit-svn-id: 7b60c18216eb38535f23d2b6dcb02b245ca483a0@314 361cd0e3-9505-6840-87d6-36ed75c01346\n", "proba": 1.2967664133611834e-06}
{"commit": "f43ead844d6f54487802d8389736804e33bd039e", "message": "Initial revision.\n", "proba": 2.0178451620722626e-07}
{"commit": "d84ebceb025f8194504e814b3d4270bf62ccad97", "message": "Add decoder stub\n", "proba": 5.541940595321648e-07}
{"commit": "774887bf4578510d0b85dd20c0559cf1e83e9aa0", "message": "Create Rectangle.java", "proba": 8.471512956020888e-06}
{"commit": "717c3200c8793dc724a4c70ce1da4e7a9b0baeae", "message": "Move MockContentRevision from idea-tests to testFramework, so that git4idea could use it.\n", "proba": 1.0459821453423501e-07}
{"commit": "b69676969bf0902356c7dd26dcde46cec5b83b20", "message": "Update Httpurl_Connection.java", "proba": 4.956528755428735e-06}
{"commit": "721c04a278d2bba5c666d9a27ae851c68db00c35", "message": "#2092 USer profiles model\n\n\nFormer-commit-id: e5011ea8c396792c52645c360a0b359ffe77813a", "proba": 2.04510158141602e-07}
{"commit": "da8c5511a271120951ff8bc1ae79a08a5e09e60f", "message": "Add missing class\n", "proba": 0.0012178372126072645}
{"commit": "1cadec1f3484312f0d98a93e4e873134b18598c6", "message": "Fixed bug with loading sounds in madAPI.\n", "proba": 1.0641535652666789e-07}
{"commit": "20858dd0ab699dd5836cc3fb06025bbc0620fbe7", "message": "Update LpcAPPAdJIFYP.java", "proba": 6.475515874626581e-07}
{"commit": "7d5479185af726f660d5d7184015baf73596f1e6", "message": "disabling selection of 'time available on startup' combobox if checkbox is not selected\n", "proba": 8.52961761665938e-07}
{"commit": "9773a122a8ac6327c79e7ef302cf62dd295013cc", "message": "Create Info.java", "proba": 3.8777127997491334e-07}
{"commit": "df6235cd760738559c829f2fcfee1e659b5e78b1", "message": "Bump the BatteryStats parcel VERSION\n\nA previous change forgot to bump the version, leading to\ncorrupt data.\n\nBug:19683715\nBug:21574065\nChange-Id: I30c9039694b02d576909e8f60c25f175986b8c5c\n", "proba": 6.255448283809528e-07}
{"commit": "5f8c8186ec608182386ce09b6b4ffc449606f22b", "message": "DO NOT MERGE: Fix batterystats battery level int packing\n\nWe introduced some new flag at the lowest significant bit of the\nbattery level int but failed to account for it when unpacking.\n\nBug:25596467\nChange-Id: I4320e6fcc208ec6de249b14fe3e399ab2f32d839\n(cherry picked from commit 6902052c77bbcb9078b4ced243874f67542f64f9)\n", "proba": 1.8050728556318063e-07}
{"commit": "2d7a921c34820a1189ad38e4646ae3b445a18f15", "message": "Update EchoApplication.java", "proba": 7.341366767832369e-07}
{"commit": "a5eb554679595d304dd640c4a2cbf76f7ca38317", "message": "Starting the machine parameter calculation adaptor.", "proba": 1.2331548759902944e-07}
{"commit": "d8c1d68a35a09ab1bb5d4527b22cd9391065b3da", "message": "check if alias is unique to work\n", "proba": 3.821069185505621e-07}
{"commit": "726ccb156d62292e1d4535ba0225821fc219d0e7", "message": "cleaned up error message tc.data missing an app\n\ngit-svn-id: 093fa4c7fa7b11ddcea9103fc581483144c30c11@2935 5b74d2a0-fa0e-0410-85ed-ffba77ec0bde\n", "proba": 3.133376594632864e-05}
{"commit": "b40b59dd9d8fae3c9a754f1324a4d72b451dbdba", "message": "Update Rest Controller to not allow the passing of text\n", "proba": 2.4824583988447557e-07}
{"commit": "0e21a39d521f8cdba44dbe54bc2fb3919d7443e8", "message": "Added a class for storing text values lists.", "proba": 1.2026661977415642e-07}
{"commit": "e141a6ee23a9d3e174d438b156d81934018cef15", "message": "Remove file that is no longer needed.\n", "proba": 1.2414335515131825e-07}
{"commit": "f43ea5d4d2286a9b00435893f7528255a898d4d7", "message": "Fix Activity Transition mess-up.\n\nBug 28610520\n\nisTopOfTask() was returns false in onResume always because\nit wasn't being made visible until after onResume. The visibility\nof the window is not important for this method (older versions\ndidn't check it at all), so that was removed.\n\nChange-Id: I45e506e72356cc3808e2e9340739726c99da7d97\n", "proba": 1.9142194105370436e-06}
{"commit": "bf61e19b64cab7df4367c7c4db0d374b814683a5", "message": "am 6a1ae64: Fix another HTML formatting in android.os.AsyncTask\n\nMerge commit '6a1ae64f7735a3817713a223096bf8034f78a620'\n\n* commit '6a1ae64f7735a3817713a223096bf8034f78a620':\n  Fix another HTML formatting in android.os.AsyncTask\n", "proba": 1.2718689959001495e-06}
{"commit": "70e4a259046cfd4fbac0537770be8f0bfadea0f4", "message": "am daa98fe9: Merge \"Revert \"Forces AsyncTask to use the main looper Bug #5333924\"\"\n\n* commit 'daa98fe9f799fcb3d2fe90e400d9f722d64a5bbe':\n  Revert \"Forces AsyncTask to use the main looper Bug #5333924\"\n", "proba": 1.1688354106809129e-07}
{"commit": "0cc47fe86f29f3435d3cd40bce91b74d11ab512f", "message": "Do not allow Surface creation on machines without SurfaceFlinger\nWe will fail later anyways, but this change makes it much easier to track\ndown places where we are inadvertently doing operations that depend on the\nflinger.\n\nChange-Id: Ie28d3f892098240f363dabb4a8cf1f9e0e1679fb\n", "proba": 2.7932408102060435e-06}
{"commit": "025f9602ee99ba5883512a97f2a46f8132ece5d6", "message": "Improve Toast RTL support\n\n- simplier code\n\nChange-Id: Ifbe8545697404ed6e9f508103bd9cf1e7efb5746\n", "proba": 3.2590025966783287e-07}
{"commit": "8758b637b6485ae3fb53348b2e649da091ded321", "message": "Initial Commit of test class\n", "proba": 2.2009663780409028e-07}
{"commit": "0f027148948010302864eb14bcb6d89b226ef8cb", "message": "Remove comment.\n\n", "proba": 1.370827504842964e-07}
{"commit": "60b2ef1adc2d2f38596c4821ade68d6daa23ea06", "message": "wire in very basic type checking for annotations\nimprove error messages", "proba": 1.4244594126466836e-07}
{"commit": "0bc33c47db7223222eb7e76173ba75716cfba4bb", "message": "allow a sequence to be passed as a positional arg to a sequenced param", "proba": 5.368319762055762e-07}
{"commit": "b691c641f7fbd1fb900f64deceac3eb6083fc06e", "message": "quick fix to bug noticed by @tombentley with static members of Java", "proba": 1.261827691223516e-07}
{"commit": "6d8b9dd1b03eda6c9869218bf3cdfbc4f701bdcd", "message": "RefinementVisitor: proper fix for #390 this time\n\nSorry.\n", "proba": 1.0029991415194672e-07}
{"commit": "08ab7821b8926c7b1b4328b23125c524beef9fc8", "message": "Add tests for sync center\n", "proba": 2.8945896701770835e-07}
{"commit": "34b7770777e60c9785968d83c9cc2783a15b492f", "message": "Added DbConnectionTest\n", "proba": 1.780732219458514e-07}
{"commit": "4c4a53e3763d2429947979d2c10110b572c7facb", "message": "the solution to the problem 4 of the euler project\n", "proba": 1.6039869876749435e-07}
{"commit": "8e40c1aa3ff076cb982910ea910ad72df866eec7", "message": "Python shaded placeholder class\n", "proba": 3.7189809631854587e-07}
{"commit": "ac11b71695bec99c60bb183d3658a674d813d096", "message": "\u9759\u6001\u53ef\u679a\u4e3eBeanFactory", "proba": 4.065412895215559e-07}
{"commit": "3a815a5ff90e0dd9da9003d0342030bcbb690a83", "message": "example using the JOGL 2 renderer\n", "proba": 1.6717363848783862e-07}
{"commit": "8f47f30ea939b1504ba6857912a8d9932fb1874e", "message": "NOJIRA New processor. Requires XSLT capable of outputting iCal.\n\ngit-svn-id: def15615b07c92cc9e7b9ca2bf636977f2cd2758@16430 f5dbab47-78f9-eb45-b975-e544023573eb\n", "proba": 0.001511411857791245}
{"commit": "76ecc61b4ca8b44fa63bb0cd1bb122638c666df5", "message": "Added a test for BinaryStoreDataSourceFactory\n", "proba": 1.289795079628675e-07}
{"commit": "0f49025998e1d70e3b71a4157c5bab7ae7f6167d", "message": "Fix style resolution for styles with '.' [DO NOT MERGE]\n\nBug: b.android.com/72698\nChange-Id: I96fb549cf5787d9e8cde2245524a8173471a60ca\n(cherry picked from commit f2fa79e9b56b71f8aa30e6675255df69f88a173d)\n", "proba": 2.333680868105148e-06}
{"commit": "c57b99724b8073fa36f5b8d778899197c6828d80", "message": "am 5cd795a9: Merge \"Fix NPE in BridgeContext.obtainStyledAttributes()\" into mnc-dev\n\n* commit '5cd795a9094eb02c983751ecabca6f24b0a01c58':\n  Fix NPE in BridgeContext.obtainStyledAttributes()\n", "proba": 9.291521791965351e-07}
{"commit": "8974a5e6d8408b4cd93f1befb05cc9b654b71e4a", "message": "LayoutLib: Correctly resolve ?attr/foo [DO NOT MERGE]\n\n?attr/foo in platform files wasn't resolved properly. The IDE checked\nthe app namespace for the attribute even though it is being referenced\nfrom a platform file.\n\nChange-Id: I7db6dfef5b540d99804c298120578da9d060b886\n(cherry picked from commit e21c7ec8a02922a6bec19436897f9ee02be3d6c2)\n", "proba": 1.5290921737687313e-06}
{"commit": "dd80cd4ccfb4373a49ff3e1d459194a7510e4265", "message": "added test\n", "proba": 1.449089808147619e-07}
{"commit": "232cd0077c462f578c916e7ffde24481fed25b59", "message": "NO-JIRA Add a JMH test for the FrameWriter class for testing\n", "proba": 1.5098096639576397e-07}
{"commit": "44eb8a26699a26f72264ccf316c5ab02ca4ad096", "message": "Refactored SyncUpdateBuilder to have a single build() method.\n", "proba": 1.0671800509953755e-07}
{"commit": "1c2c3a27c2926ff3889eda2d9b8a7963d8a5df4c", "message": "fixed WICKET-2890 Dynamic CSS and JavaScript resources\nIssue: WICKET-2890\n\n\ngit-svn-id: 9b67916bca3de5a008b43d05a9436b1963ca004c@962822 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.950335075662224e-07}
{"commit": "570d205cf6b3a502bad3e8f129aa8d9e0f6ebc47", "message": "Add NewInterpreterSettingRequest class\n", "proba": 1.9554828156742587e-07}
{"commit": "935b7e96c4367563dc1cffc878bc20331d0f943b", "message": "fix visibility modifier", "proba": 7.841966294108715e-07}
{"commit": "2068d35f29c68168326e958756013dcfdfd2ebc9", "message": "Atualizacao autom\u00e1tica\n", "proba": 1.5049522517074365e-06}
{"commit": "74364c3ca96788988e0bed5815d94ac04b523998", "message": "When comparing models we only care about the containers of declarations, not their scopes.\n", "proba": 9.91446214015923e-08}
{"commit": "ae9e8b10f402c8527e1eaf0031953d49fc683d3e", "message": "\u589e\u52a0\u5de5\u5177\u7c7b\n", "proba": 3.896165594596823e-07}
{"commit": "28b80823950536d4cd3700e15c874999f6655dcc", "message": "add SearchDrawable\n", "proba": 3.949968743199861e-07}
{"commit": "33391952561fcbe8e1a11f5712ad78b8edddbf9c", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@2335 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 5.883274525331217e-07}
{"commit": "ee92678f8d3c2411fa9e6a85f1b3a370362a4417", "message": "Replace RuntimeException with IllegalStateException.\n", "proba": 7.218764494609786e-06}
{"commit": "87246475eded5d40fcfd764128aef59d42eb899a", "message": "add DB connection info (empty)\n", "proba": 1.977805226260898e-07}
{"commit": "fd8e7306be82499631981b7744d7ed15ca3b88d2", "message": "am 2b865d7e: am a6318cd7: am d09878c1: am 61333d1b: Merge \"Limit cache update to packages that have changed\" into lmp-mr1-dev\n\n* commit '2b865d7e16e19df76f01982b90e647e873098f51':\n  Limit cache update to packages that have changed\n", "proba": 3.1871684313955484e-07}
{"commit": "4a97c256e794723b2ac783e7798e5f1528652792", "message": "Check if a BT is a BST\n\nChange-Id: I4b1159e7f9c44138c05c76f90a6f537c02637cb2\n", "proba": 0.0004903224180452526}
{"commit": "796398c6f1040fe6aa786ac5fbdacf21aa09dae5", "message": "2290131 Incorrect escaping with <update -tag\n\ngit-svn-id: a91d99a4c51940524e539abe295d6ea473345dd2@757 e6edf6fb-f266-4316-afb4-e53d95876a76\n", "proba": 1.2588351410158793e-06}
{"commit": "d23fc6fa93f764cf4ee11c993eea79c6c58e6753", "message": "- Initial release\n\ngit-svn-id: 526f3b90ad6d9b1dfe840af828070ca3d99521ac@5405 d2cacbed-c0f6-0310-851a-9dad52fc623a\n", "proba": 3.045138043944462e-07}
{"commit": "e5b9aa1f883d4cc0a904fb47e51ecff8a27266da", "message": "Added example w.r.t 19.6", "proba": 1.3394503639574395e-07}
{"commit": "14e6b7f172612af0ecf397c8915e5f89c4360505", "message": "Added tests", "proba": 1.884486806602581e-07}
{"commit": "d37e00bb9e478101018d846725e3323483ebc701", "message": "Javadoc.  Also my first commit from subversive so fingers crossed.\n\n", "proba": 1.0141449280354209e-07}
{"commit": "7c44f972f83952f96560b7d8845713a8f3ecfa83", "message": "Update WebDisconnectEvent.java", "proba": 5.589808438344335e-07}
{"commit": "2a115b844c5bc92568cf1791fe1595b4f95b5ce7", "message": "Use JavaCCTestCase as super class to enable easy co-existance of multiple directory structures\n\n\ngit-svn-id: eee8356d45ea3f6bef60455b6252670a15fb374b@299 68c0822f-77d1-6f10-b115-8a14d106ca4c\n", "proba": 2.6433244784129784e-06}
{"commit": "6ee7f3822881d4be2e8b6599d537fd908e8cc4a8", "message": "DDB-1001 Solr-Master nicht erreichbar\n\nDurch das Upgrade der Jetty Version wurde der Solr nur noch unter\nhttp://localhost gestartet und war unter der Server IP Adresse nicht mehr\nerreichbar. Dies wurde behoben.\n", "proba": 1.1877798300474751e-07}
{"commit": "27162c6958102d5cdff2c27985b101e96b29300c", "message": "Parameterized GetCacheEntryRequestTest for different in-memory formats\n", "proba": 2.1973758634885598e-07}
{"commit": "11ba71dd4d4785e5c354b05f9f698b47b0f2ee30", "message": "added null checks\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@5730 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 4.6606538717242074e-07}
{"commit": "4ccb3de8266215fc7fc6032c03040fc2a4ab2054", "message": "Add #getWorldIds() to WorldStorage\n", "proba": 7.917036782600917e-06}
{"commit": "a65b81844c8cc2dff951fb8af69b42cd65023192", "message": "enhanced search resource: GET with parameter bypass stateserver (used for highlighting)\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@6086 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 1.7289526113017928e-06}
{"commit": "d29a2b2e9bd20555257488e9a41afb3f2bcc5451", "message": "Removed the writing-interval of the longenames.\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@8687 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 0.9999994039535522}
{"commit": "05822bfb78e3bf1ddcbf7d088273675a14933c36", "message": "Task 14\n\nTask 14\n", "proba": 0.9999994039535522}
{"commit": "44707de426d870a38de62ad2669f62dae03ada00", "message": "Made two small BeanXmlConverter changes. The root object is now always response and all collections get wrapped in a parent element.\n\ngit-svn-id: 3f2e04d30bd9db331bbfc569b45e7de8c0d84ef0@692565 a5cc9254-8de9-e8be-c026-97bcafcbeca4\n", "proba": 1.9694571165018715e-05}
{"commit": "b9c5c533988b59855d2b26d66dae50e5c45851d1", "message": "AlexeiBarantsev: Removing leftover sleep\n\nr14110\n", "proba": 4.053686097904574e-07}
{"commit": "1c1829d7d3db0f0af53210da9b5e4b9582e96aab", "message": "Added MicrodataExtractor.java scheleton.\n\ngit-svn-id: d6c67068e44d4c7a26f9ca1517fed89f64cc07e8@1224248 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.2520159126979706e-07}
{"commit": "fd0e20948bdf20ba09f2c48c3eb6f9ce65ff0aa5", "message": "Delete Point.java", "proba": 3.2108503091876628e-06}
{"commit": "e63bc382ea4c4c921d1a96d30e4ad2abaf8f30c4", "message": "Remove a comment link to prevent an import\n\nSigned-off-by: Jimmy Theis <04d98d2819faf945261d3b827ba4c12a65c36405@jetheis.com>\n", "proba": 1.2642342994695355e-07}
{"commit": "53ad34916da763fed8577d63a91c7fd8dae8e11b", "message": "Remove unnecessary null check (Eclipse is getting better at following complex code paths)\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1692745 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.550840347088524e-06}
{"commit": "4081f43576512bf902fcb62d121e8f36af218593", "message": "Improve log message when deploying from configBase to make it clearer where xml file is read from.\nJavadoc tweak\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@927850 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.64839104602288e-06}
{"commit": "d81ecc1299ed23c620b6ec8f2e363d41e6ab0fe3", "message": "#223: Add 'SeqView' class.\n\nThis class is an adapter for List to Seq.\n", "proba": 1.0750804335657449e-07}
{"commit": "3964a4275fafe109bd177018a0cc483e21e626d4", "message": "\u8ba2\u5355\u754c\u9762\u52a0\u5165\u4e0a\u62c9\u5237\u65b0\u548c\u4e0b\u62c9\u5237\u65b0\uff0c\u9996\u9875\u754c\u9762\u5199\u5b8c\u6a21\u62df\u6570\u636elistview\uff0c\u52a0\u5b8c\u5c3e\u5e03\u5c40\n", "proba": 1.152407733684413e-07}
{"commit": "bc1a410c10736a3c2359dec8c13386c69f487da8", "message": "Fixed bug where OP interest is different for the first time the key is used, hence a key that never has been read would never timeout.\n\n\ngit-svn-id: 40f70788afc64a734d8b91520bec53ae21e7042f@469189 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.6792064292967552e-06}
{"commit": "bc48f2084e83ff452fb6ca23d6f8635568c3ca0a", "message": "Add workaround to initialize terminal size while execute bash with tty.\n", "proba": 1.1386299547666567e-07}
{"commit": "7da2772f74d020ef0f8025cbe9351fd5acd74b1e", "message": "Issue #660. The annotation for maven plugin is more than important. \n\ngit-svn-id: a91d99a4c51940524e539abe295d6ea473345dd2@1520 e6edf6fb-f266-4316-afb4-e53d95876a76\n", "proba": 5.520052582141943e-06}
{"commit": "11702015e1fe0a79983930b3f4a14fd7b7b883af", "message": "feat(dp): 300-lengthOfLIS\n", "proba": 2.429297637718264e-06}
{"commit": "31e678ccd37b277d01bde8db371096f6b6ccff10", "message": "added the test of multiwindowdimensionaggregation\n", "proba": 1.3700773138225486e-07}
{"commit": "d13d7b533da7cab0b20bb8fad1aec702fb3474f4", "message": "am d7a863be: Fixing issue with touch events not being forwarded to task switch fling detector. (Bug 16656169)\n\n* commit 'd7a863be76afb458cb59472ad02d49568ada6e04':\n  Fixing issue with touch events not being forwarded to task switch fling detector. (Bug 16656169)\n", "proba": 2.6661174956643663e-07}
{"commit": "7110d5391ae6f1b6ee1b3959cb3faf1ec214564c", "message": "push code: zaloMapUtilsV2", "proba": 7.464706868631765e-06}
{"commit": "64189d66581a911d3e26915448dbf038c9d6ac1c", "message": "Logging hability\n", "proba": 8.813210570224328e-07}
{"commit": "3c2097c0caabeeef740eac282d86c811db1b2f24", "message": "Add copyright.\n", "proba": 3.347366828165832e-06}
{"commit": "048066b4869235eeae61da186ef6a0784411c300", "message": "DtoConstraintViolationExceptionMessage added", "proba": 3.8715197092642484e-07}
{"commit": "fa66761bf1f46c5294956f329385a5f1b123eb84", "message": "JBRULES-606 JBRULES-608 effective dating rule enablement goodness\n\ngit-svn-id: a243bed356d289ca0d1b6d299a0597bdc4ecaa09@8836 c60d74c8-e8f6-0310-9e8f-d4a2fc68ab70\n", "proba": 2.66898695144846e-07}
{"commit": "fc34b2c6fbc5e370ae6d0558ae7e60a7063eb676", "message": "Issue #1189: Delete CompilerErrorException\n", "proba": 1.9846299892378738e-07}
{"commit": "24f7b5a7b0366c1205ced394868451fbc8b0985a", "message": "identify globals #6343\n", "proba": 0.999197781085968}
{"commit": "3a27f2f7875fbf72c8e1425e42e174f6efcaf474", "message": "simple bench for JRedisClient -- need to shave 2 microseconds / op\n", "proba": 1.205290942607462e-07}
{"commit": "f507b7c578e143eb07eb48b384ceda1b573fb839", "message": "notification\n", "proba": 1.521731178399932e-06}
{"commit": "f6211b3db7a3018d624ca6b68cd07ab50f82b602", "message": "Force execution on the main thread in case it's executing on a background thread\n", "proba": 5.220989010013e-07}
{"commit": "12f9c713b0a66f958a327c0ca35210af52cac64c", "message": "minor fixes for keep-e-bonds; substitute f-bonds at the end.\n", "proba": 1.0086162660627451e-07}
{"commit": "3804a8db874a671860bf06013a7e6dcf50958bf3", "message": "wew hunting wabbits\n", "proba": 1.9541012079571374e-06}
{"commit": "99282cd95423e2c0d66d77d76b6339d38af6197a", "message": "Update AlarmBroadcaster.java\n\nadded comment", "proba": 1.3287466060774022e-07}
{"commit": "44fb1bb116516bfa3e8d276c069959e39ecc08ab", "message": "\u6d4b\u8bd5\u7528\u4f8b\u9519\u8bef\n", "proba": 5.2898729336448014e-05}
{"commit": "70ca43c37cbbd86423b550c998ef2cab1bfce66c", "message": "added a new function\n", "proba": 4.387052285892423e-07}
{"commit": "0466c09a029e3864167887f58319b1a958933c5e", "message": "Create Ataque.java", "proba": 6.655480433437333e-07}
{"commit": "a4b52ccf978b8f54d4ff4d3cb798a3b4b2f152d7", "message": "Added cloneTest.\n", "proba": 1.2642922797567735e-07}
{"commit": "8daaab5bbb540f43822edf51ae9e74bfc28a4d11", "message": "Add Dashboard configuration save response\n", "proba": 3.8025004300834553e-07}
{"commit": "715d14ea1422b87cb12b6734388994a8c18fe189", "message": "Initial version.\n\nContains existing tests moved from old JavaFormatterTest class as a part of activity of grouping java formatting tests by business logic\n", "proba": 1.2215343758725794e-07}
{"commit": "a397687205f5da17ab4c8b0bc21152c35885dfb0", "message": "Enlever comms obso\n", "proba": 5.286372584123455e-07}
{"commit": "7f88830d84d82e47fcc7412013b1fae5b03fb484", "message": "Removed obsolete sleep().\n", "proba": 2.8649375849454373e-07}
{"commit": "596c8c40da963489eb3180c95d160a520f63ee53", "message": "\ud0c0\uc785\ubcc4 \ud1b5\uacc4 \ub098\uc624\uc9c0 \uc54a\ub294 \ubc84\uadf8 \uc218\uc815", "proba": 9.03221234693774e-07}
{"commit": "fbb5dcf9f1eff9a36b46188f617bb74100d12622", "message": "added an environment check to determine of repositories exist without their corresponding roles, and repair the situation should that be the case.\n\ngit-svn-id: f25645bd54002203a47bb62c0b0afba5efd98acb@451354 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0007200618274509907}
{"commit": "e746a47dc9bceb0c9f8740b97a4b53e1375c2dfa", "message": "prevent IAEs with the workspace root and .getFolder()\n", "proba": 1.8515729038881545e-07}
{"commit": "4e5076d59cce6ba154e814e32d232b0702e25dd9", "message": "CoveredTextExtractor replaces SpannedTextExtractor\n\ngit-svn-id: 34a63cff78c965ed7296912184cd0e3b6b7dc1c0@3748 2f4ce1e4-9571-11dd-93b2-6d14b300b761\n", "proba": 1.0575083706498845e-06}
{"commit": "9ca2a3d01d565e7cfd457758cfe6b28699e48a14", "message": "\n\nSession method implemented.", "proba": 1.6593691043453873e-07}
{"commit": "405c22771e263e1caaa031a15afa3074c39668d7", "message": "comments added to AxisService.getOperationBySOAPAction for clarity\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@611258 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.92967115456122e-07}
{"commit": "82ff694ee406b2e420de54be249657a0707aad76", "message": "OAK-1995 Improved SegmentNodeStore documentation (forgot to add that file)\n\ngit-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1614867 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.4746225335547933e-07}
{"commit": "ad4eccc1403d609a862fb85292d6e89830510d56", "message": "New exception that gets thrown when referenced topic  does not exist.\n\n", "proba": 1.0469602074181239e-07}
{"commit": "5b632300dcd51a3642a1cf05ca61a4edcd0f0109", "message": "Add tests for NetworkElementFactory.getNodesWithIpLike with multiple interfaces on the same node.  This uses the new iplike functionality in PopulatedTemporaryDatabaseTestCase\n", "proba": 2.1834301833223435e-07}
{"commit": "ee3c925ac618e567d5644e706bbd4ecf71ee91ed", "message": "am 87263510: Merge \"Unregister from the remote renderer only if bound.\" into lmp-dev\n\n* commit '87263510e60bb163dc85152405217538797646e8':\n  Unregister from the remote renderer only if bound.\n", "proba": 1.250379284556402e-07}
{"commit": "47adcb9feadfe8230b6c95b096d7a8653c358507", "message": "Make StorageMeasurement multiprofile aware.\n\nBug: 22117317\nBug: 22223456\nChange-Id: Ic8a5c1fedcf71c5b1fcae04f32c3d9734a098517\n", "proba": 2.5044877475011162e-05}
{"commit": "1e3af93ab87a8bfb53345acfadfdef7487527cf6", "message": "am 7aa948ac: QS: Fix bug in header toggle switch.\n\n* commit '7aa948accd23ba4eda971206eaeb8f1b6d98f699':\n  QS: Fix bug in header toggle switch.\n", "proba": 1.6610378850145935e-07}
{"commit": "abd37bcfac84ff85dbcd719d27b014a6eb01d5e0", "message": "am ffe3b5b8: Merge \"Exempt the notification panel from animation lockout.\" into jb-mr2-dev\n\n* commit 'ffe3b5b89fa58f7b12a2fc690c89480fc16a9fd6':\n  Exempt the notification panel from animation lockout.\n", "proba": 2.094116808848412e-07}
{"commit": "d4544b75f108f373e32f9c98b3d3c12539064c94", "message": "Update Quick Settings to use new consolidated master location method.\nThis is an effort to consolidate the logic of what the \"master\nlocation switch\" means.  Quick settings will no longeer explicitly\nenable/disable gps and network providers.\n\nChange-Id: I78e1337561f72aca81ba5b14321845a0a9d0b597\n", "proba": 8.822646009321033e-07}
{"commit": "0378881bee865c5b2ca5a49793576e0fd7866ce9", "message": "Removed enivronment variable. Not being use anymore.\n", "proba": 1.063554933011801e-07}
{"commit": "58ebd3acca1068461e25307921dbac1ab9d089d8", "message": "Add SimpleWeakEncryption.\n", "proba": 2.367779927681113e-07}
{"commit": "27b168cdcd41a9f5f580775e5d648f0cf527f33f", "message": "Use an actual clock for time tracking, currentThreadTimeMillis() gives execution time for this thread only (aka, wait() loops don't increment the clock)\n", "proba": 2.1571941033471376e-07}
{"commit": "a0584b913fa98900ed691413e08af9ddc5a07df7", "message": "fix paths\n", "proba": 0.0002672291884664446}
{"commit": "8889c86e396f779df7bcfe24e279919a37c638e8", "message": "Custom deprecation annotation\n", "proba": 5.179074946681794e-07}
{"commit": "0ad57414b2a6a03cd7293bbdd773c0c679518a43", "message": "\u53d8\u66f4\u624b\u673a\u53f7\u7ed1\u5b9a\u903b\u8f91\n", "proba": 2.740223692399013e-07}
{"commit": "7598af54651c571c3b2a97c513eff3f6627b4a94", "message": "INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED\n2004/09/17 12:18:34 sg 1.1.2.1: #i23086#NEW: initial version\n", "proba": 1.248017014177094e-07}
{"commit": "3300fcb46b50ea9e389848fbe4364ae5fb055b1b", "message": "check-request http-request-param done.", "proba": 2.0631237873658392e-07}
{"commit": "29e292da79f037af72ea8711d8728e36fd76b513", "message": "Fix for missing player id in card incident event.\n", "proba": 1.0866291688671481e-07}
{"commit": "fe79f6a1d6636735582809d8ae92bf9c460e0b6e", "message": "VTK-1043 bugfix\n", "proba": 1.7886121383980935e-07}
{"commit": "92932a45efad022836f68394766368a9dc7814a5", "message": "am 52ecadbf: am a381976b: am d5504e04: am e4495131: am ee33c661: Merge \"Update java doc for content rating systems\" into lmp-dev\n\n* commit '52ecadbf8c50838c31807a1581faaf8ae5b10fd3':\n  Update java doc for content rating systems\n", "proba": 2.595960495455074e-07}
{"commit": "589aa84187d248900de22c69bf5a8c307a758cd4", "message": "add test\n", "proba": 1.7454851786169456e-06}
{"commit": "7ce73a8eb746cf81757046d58fb53b99ef8e9d7c", "message": "[added] lockless thread queue. Thanks lefthand!\n", "proba": 1.0317376109014731e-07}
{"commit": "d2f4878c7d8e9d27fd709c4a63ea282ca1b021e2", "message": "groovy debugger: allow to find psi file by location using the ScriptPositionManagerHelper extension\n", "proba": 2.484433707650169e-07}
{"commit": "ce7de8a03ea34a71a9e095e724a2c95cb5290acd", "message": "Fix bad reading properties for Collapsing ceiling object\n", "proba": 3.9398979424731806e-05}
{"commit": "cb97fa39e6ec749fc8fe7430dfcd87a4adf8199e", "message": "Controller to handle the personForm.jsp\n", "proba": 3.0876634582455154e-07}
{"commit": "d7a9d0c2353b44008a87e264391ff6fbb0e048e2", "message": "create this class in rules package , if not junit is running this as test\n\nSVN-Revision: 4640\n", "proba": 2.0043201232056163e-07}
{"commit": "4925213e1018505e27a587193b00b4dc852cf378", "message": "Changes\n", "proba": 4.367296696727863e-06}
{"commit": "86f33db69c98df28a3c854f390f7b3790fd3a4ed", "message": "KRACOEUS-6195\nInitiator (or aggregators) cannot delete attachments when Proposal is in 'Revision Requested' status\n", "proba": 1.1696583612774702e-07}
{"commit": "a74a2afff82b5d0cfe6aa312cf76ff9b7cfe5808", "message": "am 90a95072: am 71645fd8: am 1629717f: Merge \"Update tests per new layoutlib_api\" into mnc-dev\n\n* commit '90a9507213d5fd866caf852390f0c9c87a91fab0':\n  Update tests per new layoutlib_api\n", "proba": 3.0478111057163915e-07}
{"commit": "55482c98e53f825c014406e87e32672427758353", "message": "migrated FilterPersonalDecorator to IterableTransformer\n", "proba": 1.9463327305402345e-07}
{"commit": "4259862923d0684f080b1a2c695a772e11c2fe76", "message": "review TimeStampAttributeGenerator\n", "proba": 2.1591966969936038e-07}
{"commit": "623a8d0c52e4ef0ef863ad36e71bb509be3e8a80", "message": "leetcode-373 find K pairs with smallest sums\n", "proba": 0.001114100101403892}
{"commit": "4d2e92d8e944f59e6dba9d75630c92420f0a321b", "message": "leetcode-222 count complete tree nodes\n", "proba": 1.5595944091728597e-07}
{"commit": "b81f073b9cb61981e0aeb05ea20ca06c4acec6c7", "message": "Atualizacao autom\u00e1tica\n", "proba": 1.5049522517074365e-06}
{"commit": "c208b2a719808509e0f968e39527cc832281f73d", "message": "remove warning", "proba": 5.011953589928453e-07}
{"commit": "a0c0a47edaa0d4022ab4852a72c15c68766b04c3", "message": "No issue. Utility methods that can come in handy when trying to find out where calls are coming from.\n", "proba": 1.1302755353881366e-07}
{"commit": "d961047c24a7b8733bdb0d3ac27b2fee1abfb8cc", "message": "\u4fee\u590d\u4f01\u4e1a\u53f7\u83dc\u5355\u521b\u5efa\u63a5\u53e3\u65b9\u6cd5\u7684bug\n", "proba": 1.2803303661712562e-07}
{"commit": "9b5de896741b4b8302636c3776ede7f02671e97c", "message": "added convenience map methods.\n", "proba": 1.1574070413189474e-07}
{"commit": "d88e6f6a455336ae21791562a1a94f8a36ddb9b6", "message": "add Package to runtime", "proba": 7.340323691096273e-07}
{"commit": "fbdfa7f51955cfc259997fcc9de157f213d4f84c", "message": "Moved here\n\n\ngit-svn-id: b619a0c99665f88f1afe72824344cefe9a1c8c90@1614 fd5a2b45-1f63-4059-99e9-3c7cb7fd75c8\n", "proba": 2.667139824552578e-07}
{"commit": "6a1fa9473c97b19aa3113fb2e98587e86fba924c", "message": "basic kickoff point for robolectric testing\n", "proba": 1.3238680196536734e-07}
{"commit": "64e6127fa3b9de1808c3d3e7729b6f2e59b98e43", "message": "Partial fix for GRAILS-9464 \"Add fetching strategy support to Where queries\"", "proba": 1.0032248809466182e-07}
{"commit": "e9f7bd16297c4fa0081c11a4d607d4b1226c49eb", "message": "Temporary ignoring cli tests\n", "proba": 1.659258401787156e-07}
{"commit": "2640cac3e9b86db9893f6b41d24a454b09a3f0fd", "message": "Added missing file\n", "proba": 3.281100759977562e-07}
{"commit": "b6381ee015215737f4c85c573c8afe383e9d62dc", "message": "Fixed RelativePath behaviour\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@12481 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: a52c1d29e3be1145a669bb6130bf2514aa570c8e", "proba": 9.528552027404658e-07}
{"commit": "cb943c30c6cc1fa16a8919cd3b50ebe504394257", "message": "SDC-16336. Kafka Consumer: Null payload is treated as error.\n\nChange-Id: I24a5bd3044d9136576ca661162d554a375852ec5\nReviewed-on: https://review.streamsets.net/c/datacollector/+/39536\nTested-by: StreamSets CI <809627f37325a679986bd660c7713476a56d59cd@streamsets.com>\nReviewed-by: Alex Sanchez Cabana <16a9016b243d66f08e64f6a2a241982c7e25b5e0@streamsets.com>\n", "proba": 2.857948970813595e-07}
{"commit": "51dc8be2230758132744ae6204d95e8171784c26", "message": "Relaunch activity resumed if it got resumed before relaunching.\n\nThis fixes following scenario:\n1) first activity starts second activity and expects results; first\nactivity gets paused;\n2) second activity finishes and returns a result;\n3) first activity is still paused and receives the result from the second\nactivity; first activty requests a local relaunch; relaunch gets\nscheduled and is marked as launching paused (because the activity is\nstill paused)\n4) first activity resumes;\n5) first activity relaunches and finishes in paused state.\n\nThe fix makes it drop the information about launching paused when it\ngets resumed in step 4.\n\nBug: 25674611\nChange-Id: Ieeef3f0d5c311679882fdc59c13fd8a99e3d3a20\n", "proba": 0.00016492510621901602}
{"commit": "842e04b221048668e468cc06f09c9d18a39cbd3f", "message": "Whoops, actually exclude pre-HC apps.\n\nChange-Id: I7266b3a622ae65f350bdb2a0eb6557b481a14365\n", "proba": 6.001971996738575e-06}
{"commit": "e99f41f193aaf484d3cf650f6567c8f5e949986f", "message": "@hide the individual members instead of the whole class\n\nBug: 2245521\n\nChange-Id: I8dad1e8d4e1b55dbb9d33b6990c1bd420e914be5\n", "proba": 6.414007657440379e-06}
{"commit": "b724c346e19d63d7ff194b2b06c4a1e0f7bc07b7", "message": "Revert \"Use a weakreference to prevent the static variable from holding an Activity.\"\nBug was fixed in a different way.\n\nThis reverts commit 352c01e2133b71918fa1cb2783a0a10e56117775.\n", "proba": 1.830640314892662e-07}
{"commit": "cb4bbd7af8d07fc53938ae81f2604498b502f1dd", "message": "Partial fix for jumping freeform windows\n\nCurrently every focus change causes a freeform window to jump\nfor a few frames. The size of the jump is equal to the difference\nin inset size (which is derived directly from the window elevation).\n\nThis problem goes away for most real use cases if the insets are\nnot allowed to decrease.\n\nBug: 28318973\nBug: 22668382\nChange-Id: I77ca440a7d9c89cc4d45e6667bf37da94a5c8a9a\n", "proba": 2.7777141440310515e-06}
{"commit": "65926fa6b8f6978eca62456be3adf45e28a3a543", "message": "am 775e986e: Merge \"Fix add single character check\" into ics-mr1\n\n* commit '775e986ece16b90d3260fe8c7f8e18fc3d0cf492':\n  Fix add single character check\n", "proba": 2.067604896183184e-07}
{"commit": "b8d75bc6831fa1c5da534f8fb2e73857b5d9a0b5", "message": "AndreasTolfTolfsen: Make capabilities field final\n\nr17647\n", "proba": 2.7690524007084605e-07}
{"commit": "f43572978783aacc1babade274992cb171d1c1f0", "message": "am 7835b0b7: Merge change 3192 into donut\n\nMerge commit '7835b0b742a36641a4005663134dc0b5d0678eab'\n\n* commit '7835b0b742a36641a4005663134dc0b5d0678eab':\n  Fixes #1882836.\n", "proba": 1.1452119252908233e-07}
{"commit": "5ead408211a315664c147376cef6815bb8d5fcd8", "message": "create netty client\n", "proba": 2.0441325432329904e-07}
{"commit": "5ab2b201d5a6c43a9125b04607f2691104d2714a", "message": "Create KMSEncryptionExample.java", "proba": 7.833311315152969e-07}
{"commit": "dc1705de842de549cddee7f695ad27af9f52b6cd", "message": "Introduce MembershipProvider interface in order to provide membership.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1831224 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00019350115326233208}
{"commit": "f8ea5dd135dfc06a81b568f976cd01c6d5ac96b1", "message": "Refactored \u201cregistering with community\u201d method for better understanding\n", "proba": 1.1235329111514147e-07}
{"commit": "83c93c213e72e1a2b24d9c5a88eb9cd4c72c288d", "message": "reverted api breaking modification - sorry!\n\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@374173 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.0655372761902981e-06}
{"commit": "33bb50ac5e1fe85a439edb829b82808c995f175d", "message": "setting the root cause exception to the exception being thrown\n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@820619 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.054493804986123e-05}
{"commit": "064d4d48be5e83bb56bc4ac77be77c4fe8658d17", "message": "don't start zookeeper anymore\n", "proba": 9.706011496746214e-07}
{"commit": "039a8df10c86bf3f4e79951ddb70444a00b7025b", "message": "MBStyles - Add additional zoom interpolation tests\n", "proba": 1.1096366847596073e-07}
{"commit": "403424c1ef0d7a279ec8c23df7580178b96b5d04", "message": "handle executables with valid yaml files but invalid cloudslang code - collect exceptions instead of throwing the first one\n", "proba": 1.395347339894215e-07}
{"commit": "9728c4b77303165505210807f48d48ac7b38b44b", "message": "introduce LockAsAutoCloseable for easy use of locks in try-with-resource statement\n", "proba": 1.1390904575137029e-07}
{"commit": "2dfdf526aa059b8f1e71938043067f542870e730", "message": "GH-3585 add benchmark\n", "proba": 2.4779879481684475e-07}
{"commit": "451aeef5e13227efc9683867453ddf70771ecf18", "message": "HTTP use cookie spec standard #297\n", "proba": 3.544685682754789e-07}
{"commit": "c4c31e12c295661c8fdf9dfecf85440a68a55874", "message": "moved OwlExport\n", "proba": 2.6160964239352325e-07}
{"commit": "6d10d6d744f30ee1a897b07187dd8fc7daf078dc", "message": "Test Refactoring", "proba": 7.965383019836736e-07}
{"commit": "a626bfaf78469e444fe4cd039c1a844d19231aee", "message": "Adicionado classe que recebe do crawler os dados do aluno.\n", "proba": 1.149674417888491e-07}
{"commit": "db831da426602f36e4ccf2eae64e999fcc52736a", "message": "Fix permission accessing getCurrentUser\n\nBug: 7174737\nChange-Id: I0a6a9a46f4115743d16ada401cd67e3cf30fb380\n", "proba": 3.9163117548923765e-07}
{"commit": "01d93a2fecbcb2b3dea5f65dd465060a5d5914a0", "message": "o No need to use nested try-catch here.\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1059608 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.757755959872156e-06}
{"commit": "55bd4e3b324b4178314066b2fb4330d9ccd70961", "message": "FastJsonHttpMessageConverter support dateFormat, for issue 418. https://github.com/alibaba/fastjson/issues/418\n", "proba": 2.187192876590416e-05}
{"commit": "b542e8e128178560b7e36d476890e66b4e5a69ff", "message": "am bdb04f02: am 17b7ff4a: am b25a6936: am d7043f00: Merge \"Add hidden minor version ID for support lib workarounds.\"\n\n* commit 'bdb04f025ce34b0240f01961c43d8156a78e27a2':\n  Add hidden minor version ID for support lib workarounds.\n", "proba": 1.2591134179729124e-07}
{"commit": "1113929ff7347df62bb9ffd60cd994a137ea8cc2", "message": "fix tabbed pane content border bug\n", "proba": 3.261458800807304e-07}
{"commit": "bdc863ac3dad4cf97a08578acebf4d7af91efbd8", "message": "Fix consumer\n", "proba": 7.731257937848568e-06}
{"commit": "30646ee5a976963e370e2065720161b257af9925", "message": "KRACOEUS-3336\n", "proba": 3.768507781387598e-07}
{"commit": "d9db9d75ef6d555b47eda5fa15752613d1e670f6", "message": "Fix bug with jobservice context giving wrong value\n\nBUG: 20614145\nChange-Id: Ibd555732e03646d6d59e6d0effa9f92ec70ca3c4\n", "proba": 0.0028347421903163195}
{"commit": "30b1336fff2c3b4e0e2389355badea6b19539ece", "message": "am 2d200768: am 7e84b1a4: Merge \"Fix NPE in JobServiceContext\" into lmp-dev\n\n* commit '2d200768cd594cb543cb67547da67fa5365d4dc7':\n  Fix NPE in JobServiceContext\n", "proba": 5.468335189107165e-07}
{"commit": "e2441503589c07b49f47d3a4dae624454455d94c", "message": "Fix named arg calls, adding support for qualified/base type expressions\n", "proba": 1.9884531354819046e-07}
{"commit": "05932745094aa0ade95c74973b393be20a16a7f3", "message": "Modifying the unit test to make the code coverage for\nSimpleCacheAclClassService 100%", "proba": 1.1316765835545084e-07}
{"commit": "a79f37c31fb0605465d1d6a1ccfdbf9b821fcd96", "message": "am 6e6fbc93: am 7102fb5f: am e1df482c: am e3de6c5d: Merge \"Fix crashes when removing work profile\" into mnc-dev\n\n* commit '6e6fbc932ac5355bc90cc1f98b38d46281b1aeaf':\n  Fix crashes when removing work profile\n", "proba": 5.716170790037722e-07}
{"commit": "af942bf8b35253e5f989c4cbd2ff7de108a55e13", "message": "am cd753d16: am f72fb68b: resolved conflicts for merge of 9b7dba93 to eclair-mr2\n\nMerge commit 'cd753d168f9d62b6e852c5ab0f61436619085e6f'\n\n* commit 'cd753d168f9d62b6e852c5ab0f61436619085e6f':\n  Implement new notification LED blinking logic:\n", "proba": 1.215655061059806e-07}
{"commit": "bbf1e0d8c56c0b4177ec7ad8e1466a8d433256a8", "message": "add test cases for ensuring service ordering for getServiceReference() call\nfix unit tests - service ranking has to be Integer, not Long\n\ngit-svn-id: 6eed74fe9a15c8da84b9a8d7f2960c0406113ece@1811965 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.458477403408324e-07}
{"commit": "91abd7b0ba39b4edcf6e7dbdd083c2e2c308f11c", "message": "LEXEVS-471: Improve performance of value set search functions.\n* Scott's Bar.java test program.\n\nSVN-Revision: 2681\n", "proba": 1.2104676727631158e-07}
{"commit": "cf6e9c2213e0d36a6ab62957e2ac6eb0f3a75dd0", "message": "am 4f0850a1: am fbc3bdec: am 56576838: am d9ceae8f: Merge \"docs: Removed broken link to non-existent method.\" into lmp-docs automerge: 8d7d7b4\n\n* commit '4f0850a138f02a9bda405f987a0623fa84da2615':\n  docs: Removed broken link to non-existent method.\n", "proba": 1.4731300552739413e-06}
{"commit": "b30105ca96364b2fd8cb75dd87fe2a898203cebf", "message": "Re-formatted.\n\n\ngit-svn-id: a878c62e23c3cdd7109267dfd9bdff0ba03a0163@8014 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 0.9999992847442627}
{"commit": "f755ccd050bc3d97b59d3cdd0ba69327d80ac941", "message": "make ADBBean interface serailizable\n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@609515 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.4905141344788717e-06}
{"commit": "4ddc92b66ae8d94c208b74301d55d7210d5bbddd", "message": "Apply patch for HARMONY([classlib][test] Add test for java.io.FileWriter's constructor FileWriter(java.io.File, boolean))\n\nsvn path=/harmony/; revision=517630\n", "proba": 4.9904324441740755e-06}
{"commit": "7e48044add7b0d489a48e6a72e1c860b45a23668", "message": "Make methods protected. Fixes #10660\n", "proba": 1.4063635944694397e-07}
{"commit": "eedacf3f08285e28c847aeb9640d24d15fa85cb2", "message": "auditing login/logout operations from web application. MID-595\n", "proba": 1.2983107353647938e-06}
{"commit": "5635cadf638d48319714b28c2bfb05425363f489", "message": "OGM-173 Add a new context information used to only load useful columns\n", "proba": 2.9555675951087323e-07}
{"commit": "0be999d24cee168c81e91782aa130784273a6784", "message": "Added a versioning test case to illustrate how a specific version graph\n(including a 2.0 version and a merge of two branches) can be created.\n\ngit-svn-id: 02b679d096242155780e1604e997947d154ee04a@669840 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.2262373578269035e-06}
{"commit": "61a5abcf9683d4c528931b855009c920a516d8c9", "message": "am d5b3a35c: am 5f3af144: am d59f5c02: am a78181b6: Merge \"Fix touch-to-wake while dozing\" into mnc-dr-dev\n\n* commit 'd5b3a35c14130deba54d9e72a10cce16adf7b99b':\n  Fix touch-to-wake while dozing\n", "proba": 4.4672651711152866e-07}
{"commit": "97431488aa439cce188cb99d481cedf164d39de4", "message": "Add a test for #3484 (commented out for now)\n", "proba": 1.0106266756793048e-07}
{"commit": "3a2f1ad2d02d0735507c1aac310e2aeeb5b310b3", "message": "Adding a testcase which illustrates healthservice usage with the existing features of ranger\n", "proba": 1.795840347540434e-07}
{"commit": "6a66e3d971ed77cf963fcf868af39e9c3a297a77", "message": "remove unused import\n", "proba": 7.364135399257066e-07}
{"commit": "faaeeaa1aa31a7cc341538da23d86a0a1cbfffc0", "message": "missuing file\n", "proba": 2.462524264501553e-07}
{"commit": "ec7b3c889b40c5acaf0e2b40ac67a69d66a9d4f0", "message": "-added test\n\nSubmitted by: Jerome Lacoste\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@374609 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.7625627890538453e-07}
{"commit": "26a01c6c20baa9f1cea49534af25fa78d430701b", "message": "Added test to check singular vs plural url naming for entities when\ncreating connections.  \n\nresolves USERGRID-120", "proba": 1.6761983090418653e-07}
{"commit": "6f600076a20f697aed69b7cd5c78e76f83fbe327", "message": "+CraftoPlayer: Added language\n", "proba": 1.2150766792728973e-07}
{"commit": "cf1f725d3afb89412ddc2c4695febd8bfe0447dc", "message": "+CraftoPlayer: Wrote doc for getRecords()\n", "proba": 1.1011631073643002e-07}
{"commit": "e065b450879376869c5fdb302a242189a6104beb", "message": "Create threedprojectiles.java", "proba": 0.00015074669499881566}
{"commit": "d46cec64988a507941d0f30beacdbb48bf8dfcc7", "message": "Add implementation rule Rgaa32017Rule101201Test\n", "proba": 2.590969359062001e-07}
{"commit": "00fd21c8f3780ef885f45e494b96a37371f8a0ad", "message": "lecture\n", "proba": 1.1857906656587147e-06}
{"commit": "42750eaadc8b6a0942df002e15af5b7618b29088", "message": "Add implementation rule Rgaa32017Rule111009Test\n", "proba": 2.424908416287508e-07}
{"commit": "af5596d473f6b3f5b5b88737bc9208440322744a", "message": "add celements mandatory default XWikiPreferences", "proba": 2.890567714075587e-07}
{"commit": "0d4398ec943f71628427eab1d8f8382ec0b5b126", "message": "Validate malformed URLs and avoid mailchimp notification when the Llamado already exists\n", "proba": 3.0661865935144306e-07}
{"commit": "2d8259865602624886bbb3f10314bb20f69de10c", "message": "Check if a string is  asubsequence to another , brute force.\n", "proba": 0.0016824923222884536}
{"commit": "15009af66e22a8b671499f5ea058c8e7a8c0f38e", "message": "Fixed parrots not being able to be protected\n", "proba": 1.2371597790661326e-07}
{"commit": "4ada1a7c1004f6165f2c631aa2d5688b4eade410", "message": "Moved reset code to service layer\n", "proba": 4.926731662635575e-07}
{"commit": "39aab9ad9182a2ce681e64abae2011471b04a2d7", "message": "Adds init response data object\n", "proba": 4.5331935893955233e-07}
{"commit": "b9080fe3adf5bfd4362361ce1f4af12ee5eb82af", "message": "PERSISTENCE: Aggiungi IWeatherDao\n\nRelated to: SHCLOUD-10\n", "proba": 2.631680899867206e-07}
{"commit": "16de31f9d92a0080fc8f54110855a991fa6269c6", "message": "Replaced provider method with instance binding\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@12021 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: e7a1425e7d47f6a3d827eeb17a8c5e42fac38592", "proba": 2.375167014179169e-06}
{"commit": "e46d2724d99f98f8ee97424e5ba43e35abb2e4b0", "message": "Work on stage additions to builder class.\n", "proba": 1.0641981873504847e-07}
{"commit": "a4ffb849b6baa41212a22fc83a3a0df556430577", "message": "more frequent dust polling\n", "proba": 1.965037625950572e-07}
{"commit": "a71d8661caaa0ac7827181dd7bf8f5ca0ea8c2b5", "message": "Added put request.\n", "proba": 1.2099263813070138e-07}
{"commit": "df0ebab0f954044c39b171160ab4276dd2391993", "message": "Support framework menus in ActionBar\n\nAdd support for adding menus in the framework namespace to the ActionBar\npreview. If a menu id name begins with the android namespace prefix\n(android:) we find the framework menu and render it.\n\nChange-Id: If52910b46154591883af2b2f357e72eea6f84235\n", "proba": 3.866018687403994e-06}
{"commit": "eb8327605033952b8bdd09e243e61643b0dfa517", "message": "Add ClientVersionMain\n", "proba": 4.2017410351036233e-07}
{"commit": "1fa0aa291ba1fd499b312fb2c8a5dcf288751606", "message": "am 89c82814: Merge \"Add restoreCallingIdentity under finally\" into jb-mr1-dev\n\n* commit '89c82814dbdfd807b1611a8379be0421cd2f512d':\n  Add restoreCallingIdentity under finally\n", "proba": 4.270897591140965e-07}
{"commit": "ce2bb003d07010ba5efac4d9f51df68b458e9325", "message": "Add @since for Transport.\n\nChange-Id: I1d4882c820722094128dac3a6f595d30286ee458\n", "proba": 2.3310083633987233e-05}
{"commit": "88bbb2f13181224f395a7094818394eacc353bc3", "message": "Added sorting examples for the Jan 30 post\n", "proba": 1.1672636901494116e-07}
{"commit": "f7c565dd6d8831d51efe2bce487d030abe188628", "message": "path scanner: cleanup\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@8280 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 1.2898938166472362e-06}
{"commit": "fff5c9bf6d61d73f765464d54cfbc32565965b07", "message": "Added EC fields into DB scheme.\n", "proba": 1.1117997189558082e-07}
{"commit": "bc540035c809be988a5cbe3cc23456e0ccc7a2d0", "message": "Introducing a runtime exception that explicitly carries a message to the end user.\n", "proba": 1.0543226380832493e-07}
{"commit": "e50256bd7a731ce436d65d10a4bcac66de1de853", "message": "Add LoaderContext interface for LoaderContextImpl.\n", "proba": 1.225280641392601e-07}
{"commit": "a8ab1f3ce4f66da09d0d3a14201b3a06346d7357", "message": "Superficial comment changes.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@246478 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.9028753740713e-05}
{"commit": "b7ac89e9032955634f7054c250a8256a0932da87", "message": "Update Groups to take advantage of CGateInterfaces new found concurrency.\n\n", "proba": 1.0318517240648362e-07}
{"commit": "4b73b863251c8a8954ea4fd672c37a3549fe44bf", "message": "slower background fade\n", "proba": 5.570900043494476e-07}
{"commit": "b7be57c7cac7899b170039405c159f991434e9a6", "message": "Crear internacion\n", "proba": 9.88139277069422e-07}
{"commit": "f769c776a7f5ae9b9dbd6b6c274cfdfd6527c068", "message": "se corrige posicion de spinner\n", "proba": 6.064405511096993e-07}
{"commit": "0a59eb8d589e7379247cf82817c7a8a1e6b84855", "message": "Revert \"XLCLOUD-2339 Problem with delete lease in Climate\"\n\nThis reverts commit bf57827ff0aca94f803f080158a1759342c11fdc.\n", "proba": 1.0549522500014064e-07}
{"commit": "26c25ebe6de919d75a245b97730aadf470adf766", "message": "adding some message group tests\n\ngit-svn-id: d2a93f579bd4835921162e9a69396c846e49961c@737685 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.4435557811084436e-07}
{"commit": "c71c8f4ee0fc4f439ac03f121c93453108729bb6", "message": "add userlink service tests\n", "proba": 2.579138538294501e-07}
{"commit": "8d87c7fc1206e49bc70cd21aff80728be44bbf56", "message": "enh: coverage on Zips\n", "proba": 3.147520146740135e-07}
{"commit": "f9c8460a5baf0ab0b085e182859317c0b88e4de6", "message": "Explicitly use a ConcurrentLinkedQueue in UnboundedReadEvaluatorFactory (#245)", "proba": 1.1043012193567847e-07}
{"commit": "b4b9428df553f4e509fbdfe695493f02afa8abf2", "message": "Added failing test\n", "proba": 1.975260630615594e-07}
{"commit": "ff43a31790fde9e487a1c2d43896256f44df2677", "message": "#1510 main class", "proba": 2.0757229890477902e-07}
{"commit": "a891a0cff03a612a5503f4d1f167ca62309a5372", "message": "tests updated\n", "proba": 2.993722034716484e-07}
{"commit": "f92361d32c4ea176059350f865f5ab2dd22ece14", "message": "Added serialization testcase.\n", "proba": 1.2872821741893858e-07}
{"commit": "f61612a31171745ecac096acae2b3f96f321abe0", "message": "forgot the test runner in last commit\n", "proba": 2.3975670160325535e-07}
{"commit": "4df9a14772aa6c150f5c61c66d3f52e9de82418a", "message": "[1055][cygnus-common][ManagementInterface.java] Improve log trace\n", "proba": 1.855684672591451e-07}
{"commit": "72cbe1a0210ed37422895770ef4628714a3ec1b9", "message": "added side panle\n", "proba": 2.641562844019063e-07}
{"commit": "6cd3c3e6a7e0f50204e56fadc9cce6501b979be0", "message": "am 4698e36d: am 6ab3ea5f: am 147ef944: am 60d1e1a0: Merge \"Watchdog: Improvement of debuggability\"\n\n* commit '4698e36db68273b556867522b1aaffabb8099518':\n  Watchdog: Improvement of debuggability\n", "proba": 7.506429824388761e-07}
{"commit": "1cc12d9fdf1d07b25c6e0569c7e7d351092bb3a6", "message": "1.1. \u0421\u043e\u0437\u0434\u0430\u043d\u0438\u0435 Hello World[#19023], Added Hello World\n", "proba": 5.7691904657986015e-06}
{"commit": "5eef1765448fed053732cc81f4c7400be33d1fa7", "message": "Added Hello World\n", "proba": 0.00015503453323617578}
{"commit": "d9afc9c5361406bf3eae91f168af24a415d9b111", "message": "am 2b0a2ad3: am c11a944a:     [DS] Change the copyright\n\n* commit '2b0a2ad3a3f15def063693b913160c35b376df47':\n  [DS] Change the copyright\n", "proba": 4.913344582746504e-06}
{"commit": "e1431708ecbcd587a157359da2d93ff3ddf87c5a", "message": "completed the abstract class Database\n", "proba": 1.724649791867705e-06}
{"commit": "73b064d672f18528b4c40d9e8ebd28307d3fa177", "message": "New type to represent an offset from UTC time\n", "proba": 2.2904509933141526e-07}
{"commit": "1c4d6cdb259655cc5f9157adac559ba5a1ad6075", "message": "Oops -- file missing from previous commit.\n", "proba": 1.0580454556929908e-07}
{"commit": "b139b9f6970d2aa27eabb2e7acae7933ff5c51ef", "message": "Introduced utility class with common file chooser for all demo modules (preparing to fix opening file selection dialog always in 'Documents' folder)\n", "proba": 1.0250371929032553e-07}
{"commit": "fe4d32562883cd33cbef687791ba4e3fc60aa511", "message": "Get rid of unused test\n", "proba": 2.2388312004295585e-07}
{"commit": "7660c434a5eb93b15cba17850b36368ce979c72c", "message": "created Placeholder enum\n", "proba": 1.3296697716214112e-06}
{"commit": "7520ac387bd0b3cb8cb93659a08f80920c8c2382", "message": "Scratched an itch to quantify the incorrectness of Spolsky's Painter Algorithm blog post\n", "proba": 2.167354011817224e-07}
{"commit": "5793dfc3fc5759d91fbb2d7699efbbab839294ad", "message": "A\u00f1ade m\u00e9todos para manipular el puerto serie\n", "proba": 2.958506115646742e-07}
{"commit": "c0e48a479d3c7304478b922748f50e2a0b549a24", "message": "Create UsoRemove.java\n", "proba": 9.354399139738234e-07}
{"commit": "fedd4bfad94cb5a540292af8da14d51552874ba0", "message": "reorganizing instance variables", "proba": 2.855251295841299e-06}
{"commit": "3ed40d7277cbef7ed257f922c2c067989e227ce2", "message": "add user icon generator\n", "proba": 4.944038209941937e-07}
{"commit": "10f80ef823251588b9ee1a40964d986aa93750aa", "message": "ConvertUtil demo\n", "proba": 6.144891813164577e-07}
{"commit": "9ed0a94f4cc8e7c8c351335b88b7ae980889215e", "message": "Improved Login command\n", "proba": 7.224648470582906e-07}
{"commit": "020911d2d3aeb16a898abee97e44205cdf680460", "message": "bug fix no controller de or\u00e7amento\n", "proba": 2.300678971778325e-07}
{"commit": "2c75da4f48e8b36db22748b875b0f0a2123a52aa", "message": "Create Program.java", "proba": 1.1763944485210232e-06}
{"commit": "df062e0a5135d7144bed6282cf9cc39518cfd4c0", "message": "Added Hello World\n", "proba": 0.00015503453323617578}
{"commit": "6ed6d499ef0e96a702a53a94be72dc80f2d34116", "message": "Added Hello World\n", "proba": 0.00015503453323617578}
{"commit": "ff627e02bc4e529796aa524ea251ae254d9bf8f2", "message": "1.1 Hello world!\n", "proba": 0.00029945041751489043}
{"commit": "b7f0bf838c704f04c84b87020a4a523b2551580b", "message": "use final variables for table, column names\n", "proba": 2.6653497116058134e-06}
{"commit": "a7f0fbc8bbffc64f12c5b7d18d8e894536fdea67", "message": "+AktenDatabase: Added loadFromDatabase()\n", "proba": 1.3063834103377303e-07}
{"commit": "4d09f57f4ec127b982bb0ac68609267033ca93a7", "message": "Added status bar demo\n", "proba": 4.254149530424911e-07}
{"commit": "1fa94d995e78a483495d4b88f0c6afc7e1f56f70", "message": "Server draft\n", "proba": 8.019347887966433e-07}
{"commit": "85ef2439213d80fa75e57ca82ed2fa867d04655a", "message": "Added armor class", "proba": 1.6462892915569682e-07}
{"commit": "198ab3c286597c26025289ff0ada50157bbb0dfe", "message": "Made LevelComparator private\n\n\ngit-svn-id: ac804e38dcddf5e42ac850d29d9218b7df6087b7@455971 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.5321035107263015e-07}
{"commit": "9694f12dc5a9163a63d27f3547038729a949e2c2", "message": "Added a StreamableTuple class.\n\n\ngit-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@4675 542714f4-19e9-0310-aa3c-eee0fc999fb1\n", "proba": 6.03465196036268e-06}
{"commit": "aa2934691d03ce9fc309eb9c11be50f50b3420aa", "message": "Added antialiasing to main canvas.\n", "proba": 1.1196735982821338e-07}
{"commit": "df02b7d5899ff1df73b29cf17db1924295d28b89", "message": "Added test class for the position in board enum", "proba": 1.5300285838293348e-07}
{"commit": "e2f5cf32c08083c05a564f6d072ef434fa998811", "message": "add StringUtils\n", "proba": 1.7547749848745298e-06}
{"commit": "2a882d01e223b26c1558698830fc637d91a63b83", "message": "Edited JsonObject\n", "proba": 2.541490573548799e-07}
{"commit": "a02155059b3158f3476280e159061d846064ff72", "message": "example entity\n", "proba": 0.0001691202342044562}
{"commit": "97bc82b2c24df7f176d58c240ff910a1029cb012", "message": "Animator ported.\n", "proba": 1.4595556763197237e-07}
{"commit": "f88096f4ad8d588f49aabbd99f6879c8fcc214a3", "message": "Starting xnum.\n", "proba": 3.6637686662288615e-07}
{"commit": "bed3186fedf5bb5913b79ebb7ae62975363dcc89", "message": "udkast til test, ikke f\u00e6rdig endnu\n\n", "proba": 5.929734356868721e-07}
{"commit": "e827abbd073b507cb42b268bbb7538a740d61d4a", "message": "2016-1-28 16:20:19", "proba": 3.5905756590182136e-07}
{"commit": "cabec0b1ed075a1241bf2ff4b490396e249ecd74", "message": "Added a pragma to throw an exception when the index is not used. Still very basic ; to be continued.\n\nsvn path=/trunk/eXist/; revision=4855\n", "proba": 1.4036316997589893e-06}
{"commit": "a5ae1323d857ebbbc1ed2b439ee04e78b743f4eb", "message": "New Digester rule allowing to manage parent to child-property relationsships with setters that additionally require CmsObject.\n", "proba": 9.712060489164287e-08}
{"commit": "24fbd3ed8c6036126a8927193dd749996ac6f68c", "message": "Added constants class to contain magic numbers\n", "proba": 2.131903471536134e-07}
{"commit": "c0e000cf58747240dce26caba2ba9878bda36e84", "message": "add FirebaseHelper\n", "proba": 5.653078574141546e-07}
{"commit": "eb72f39aa106172f9547bc480932fc1bf8116b8f", "message": "getAccuracy() < 0.5)\n", "proba": 5.929795406700578e-06}
{"commit": "16ff97976b3686139cf3b6fe0c710be7a55c2a9d", "message": "add interface StrmMapFunc\n", "proba": 7.263799375323288e-07}
{"commit": "2e5893b61d419141f869c39df08b38569a1fc662", "message": "add class IntegerType\n", "proba": 5.861164709131117e-07}
{"commit": "f0664445a727576c63db405f42051e42bb6a807b", "message": "dictionary. Not sure if this class is going to stay\n", "proba": 1.6403323570557404e-06}
{"commit": "7dcb22d5e6ed3dc49323a374178c6437c72bcd3b", "message": "*LogDatabase: CreateTable nicht loggen\n", "proba": 1.5439962908203597e-07}
{"commit": "603fe285d8c57fdde4a8964ca9d96bf2c908723d", "message": "add unit test\n", "proba": 7.164092608036299e-07}
{"commit": "cf4a72dfe8854b17ae350d461589d63fde981203", "message": "Adding UserDataHandler interface necessary to compile and run org.jaxen.dom.NamespaceNode in Java 1.4 now that we've added the methods required to compile NamespaceNode in Java 1.5 with DOM Level 3. Adding methods to published interfaces is evil I tell you!\n\n\ngit-svn-id: 7abf240ce0ec4644a9bf59262a41ad5796234f37@804 43379f7c-b030-0410-81db-e0b70742847c\n", "proba": 8.101591220111004e-07}
{"commit": "7a3401fe5a1b51486ffb24df08c5e9f0ee6298c6", "message": "The nick list renderer now renders nicks according to their individual colours, if appropriate\n\ngit-svn-id: 50f83ef66c13f323b544ac924010c921a9f4a0f7@1079 00569f92-eb28-0410-84fd-f71c24880f43\n", "proba": 1.9110830180579796e-05}
{"commit": "534e6e4313c840add9ad657c1f8c2145479b526b", "message": "\n\nChanged from 'AUIdFromProps'.\n\n\ngit-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@1991 4f837ed2-42f5-46e7-a7a5-fa17313484d4\n", "proba": 6.1889159042038955e-06}
{"commit": "109816de45479d356192e905cbd02526cd2d2783", "message": "Remove another mousePos reference ResidentSleeper InuyoFace\n", "proba": 2.2147284539641987e-07}
{"commit": "85d460f4e24025c83d00825df388a837be8b837a", "message": "Add projects class\n", "proba": 2.8026977361150784e-07}
{"commit": "19fbfb428c9142421002d3d1e337f570b72ea108", "message": "\u66f4\u65b0\u8fd4\u56deJSON\u7684\u547d\u540d\u7b56\u7565\uff08\u539f\u7b56\u7565\u5df2\u5f03\u7528\uff01\uff09\n", "proba": 1.17281267364433e-07}
{"commit": "6b5bea2891c4db2883e9cb9ee3faa028154f3517", "message": "Replaced ByteInputStream with ByteArrayInputStream\n\nByteInputStream is an internal class and won\u2019t compile with maven.\n", "proba": 9.936081113437467e-08}
{"commit": "1c5eb986251d75d1af294959adc57063e6e62d86", "message": "This is hilarious... gold outputs iron, and iron outputs gold.\n", "proba": 1.5331514759964193e-06}
{"commit": "8f1dd7d09c8ba8a9420d3f96e55dd1b87dd9eafd", "message": "try the thread with consumer and producer\n", "proba": 1.3765748008154333e-07}
{"commit": "c68dbebfd046e5f753a343f5ba41065ee4cf55d2", "message": "super.getChildField works just fine\n\ngit-svn-id: 6ee47c8665bf46900d9baa0afb711c5b4a0eafac@1106 e2bb083e-7f23-0410-b3a8-8253ac9ef6d8\n", "proba": 7.482772161893081e-07}
{"commit": "679eb15218786cb43afb745bffb3f8e9525dc37a", "message": "first checkin\n", "proba": 1.546730032941923e-07}
{"commit": "c7f0a863a2ab91ca4d44f77a30cbcf849c9a172a", "message": "Next right node of a key completed", "proba": 1.5751773219108145e-07}
{"commit": "d36c01e3b91b7681db64f1bd62062d63043b8473", "message": "Updates to unit tests\n\ngit-svn-id: f699b99be54c313e643266d5dd560bc939300b59@2466 f90f6e9a-ac51-0410-b353-d1b83c6f6923\n", "proba": 4.1550001128598524e-07}
{"commit": "e3f7335eee07e82a56491a019bcbf1541c5e732a", "message": "Add toString() method\n\n", "proba": 0.0001516656921012327}
{"commit": "b28f323fa3057de7aab6e031d843231cb43d932c", "message": "Added optional trustedToken to delete... Quick fix for notice board\n\n", "proba": 1.1543701106120352e-07}
{"commit": "6c521cd67946b9dc0af6a4e49bd3a5c791cb3c50", "message": "identation and propagating the right exception\n", "proba": 3.845265382551588e-06}
{"commit": "bcd35d7842725ba67f1e89c456b195e82c8727a7", "message": " Merge branch 'added_comments_to_upload_manager' into 'master'\n\nAdded Comments To Upload Manager\n\nadded comments to upload manager.\n", "proba": 1.187747002973083e-07}
{"commit": "334a4c76685e2eb8329c3bed3ebf8c17c5742252", "message": "ChunkReferences.", "proba": 1.5168613742844173e-07}
{"commit": "faa0b198002be338641c7d1ab3d33f2f2e155ec8", "message": "int. Idea Principal.", "proba": 1.4144838189622533e-07}
{"commit": "c74c16f60f274d4f544980205b41945533bcf1a5", "message": "Create Cobolt.java", "proba": 4.1003394812832994e-07}
{"commit": "0af75a4a338698acc20403c682bca80c206631da", "message": "Stick block no longer deletes itself on neighbor change (#71)\n\n", "proba": 1.0900356528509292e-07}
{"commit": "7a9f277519a0611d9813c3e12f2136b980008100", "message": "Create Codes2.java", "proba": 2.484646870470897e-07}
{"commit": "769f9eb3415de3688061d862f32d2cfcc7fc04f7", "message": "Using QuesyionnaireAnswerService instead of ProposalDevelopmentPersonQuestionnaireService\n", "proba": 4.842451062359032e-07}
{"commit": "34dce02814b75cd0195a155dac1bb0a9386deb08", "message": "Java: create RoverCommandCodec (incomplete)\n", "proba": 2.8681878916358983e-07}
{"commit": "bd0870f9da6c30f24cc182c394941657b3455720", "message": "Fixed rotation function\n", "proba": 4.7165050887088e-07}
{"commit": "c8d38da56851f61f6cd5a239d9cf2782f2553d47", "message": "Pull out the maximum acceptable message size from SMTP servers that tell\nus when we EHLO.\n\nNext step is to _use_ this data.\n", "proba": 1.3302566514994396e-07}
{"commit": "e5dc5af7da2a199c8775fce548fad438addbe761", "message": "fx configuration class\n\n\ngit-svn-id: 5afc437a751a4ff2ced778146f5faadda0b504ab@2131 75d07b2b-3a1a-0410-a2c5-0572b91ccdca\n", "proba": 2.5278309294662904e-06}
{"commit": "4e8dfefb06227a911eb5abfcb2591d8eae5db42b", "message": "Add Inet Condition log to bugreports\n\nReports who reports what condition on which network at what time.  Where is implied.\n\nChange-Id: I89fbc7323dec438041859fcc934169fa325f0133\n", "proba": 1.2095403008061112e-06}
{"commit": "6c97fcabbc4592a115afa5f3357b3172c4791855", "message": "Power Manager light sensor fixes:\n\nFix problem with ignored sensor events right after screen turns on.\nDo not flash button backlights when device is booting.\nProcess the first light sensor change after waking the screen immediately rather than debouncing.\nCancel mAutoBrightnessTask when light sensor is disabled.\n\nChange-Id: Iffc5e090b239432b7643812fa8ecb5f69da1679d\nSigned-off-by: Mike Lockwood <368d0007e4626f70737d16df5e49ed8806b98c3f@android.com>\n", "proba": 1.7546750541441725e-07}
{"commit": "f186dafdfe60d77c526c4e087655e8b257bc45cd", "message": "am 5747eebf: am a8d477f0: Merge \"Pressing the power button quickly needs to turn the screen on and off correctly.\" into gingerbread\n\nMerge commit '5747eebf6eb5ea91480dc576c45c752685383e37'\n\n* commit '5747eebf6eb5ea91480dc576c45c752685383e37':\n  Pressing the power button quickly needs to turn the screen on and off correctly.\n", "proba": 0.0001441717176930979}
{"commit": "24ace3395b532e3cbb63d2a6197a91dd9242bb36", "message": "PowerManagerService: enable logging for when mPowerState changes.\n\nChange-Id: Idcd983106d66629070eda15e1160f708c789ab05\nSigned-off-by: Mike Lockwood <368d0007e4626f70737d16df5e49ed8806b98c3f@android.com>\n", "proba": 1.4611140386477928e-07}
{"commit": "297e6986228eb95e8a1bba5e37ae71976cf28908", "message": "complete\n", "proba": 1.1389679457352031e-05}
{"commit": "bf2c4b788078cf2a2eda0e9f420f4d6225a0774d", "message": "DO NOT MERGE: Don't freak out if SystemUiService isn't available\n\nReducing dependencies on system services\n\nChange-Id: I301f1e6c9bbe30b43303c7bf9899387b9029e4ab\n", "proba": 1.7215866137121338e-06}
{"commit": "fe8afa99a7109e7237b5e51271f6a94101dc7e68", "message": "Prevent EntropyMixer from registering with service manager.\n\nEntropyMixer is designed to be triggered in two ways, as either the\nresult of a self-set timer or of one of three system broadcasts.  It is not\nmeant to be triggered in any other way, so exposing it via servicemanager\nis undesirable.\n\nBug: 18106000\n\nCherry-pick of commit: 9287e0dd272b85b475e33bcbd7d868517a0f98f9\n\nChange-Id: I9aeb35e7ffde75090f4234ea193514fb883b1425\n", "proba": 2.1435926100821234e-06}
{"commit": "37a4bdad7b6aae111550c0900b0f4ee7b3dbddfd", "message": "Missing import.\n", "proba": 2.815382345033868e-07}
{"commit": "b83d757723aa4c6ed20e320da143880464e91b22", "message": "Integration test\n", "proba": 1.3513742942450335e-06}
{"commit": "87d3e54d6b3e90f3e3e61d99b4fb02cfe3472939", "message": "Make JEGraphDatabase synchronized to avoid concurrency issues.\n", "proba": 1.1911273389841881e-07}
{"commit": "48127b2efd7f27e81ad49510551de2486e40070b", "message": "Created an observable test for blocking implementations.\n", "proba": 1.229362140975354e-07}
{"commit": "efa0647f46c3f3bd9e64e4e5ffcee30ae45950d8", "message": "add offerbuilder validation test\n", "proba": 1.9761989733524388e-07}
{"commit": "f9900f3bf622be5a19fb9c19e16dfdc3af7da4b1", "message": "#32 created DataGenerator test with csv export and continuous features\n", "proba": 1.0665920058272604e-07}
{"commit": "930c35f698233c2d768d236c3c72e5829ce80582", "message": "Added tests for ClassNode class.\n", "proba": 1.1531179211488052e-07}
{"commit": "81483cf6303b6003cb8f0f1478ea8e0dc0ab93b0", "message": "KRACOEUS-6260: Should be able to create renewal from Exempt protocol (fix broken unit test)\n", "proba": 1.037529528957748e-07}
{"commit": "a3abd021a6f1dbc058c06571f93a8889837d5d96", "message": "Add Kryo test\n", "proba": 2.1463037569446897e-07}
{"commit": "930020a091f461a1669417fea2af23b251082587", "message": "Improve ReferencesWithListsTest\n", "proba": 4.415666126078577e-07}
{"commit": "783620f75dae69c984aa4a62997f26bdd660f286", "message": "\n\ngit-svn-id: svn://svn.code.sf.net/p/tuxguitar/code/trunk@1488 e5ace225-184b-0410-aeed-e0aa2ff36a70\n", "proba": 1.4240670225262875e-06}
{"commit": "d927e2742871dec1cf9a8d861a24d5bcc73c542e", "message": "am b7d573e9: am 7972e382: Merge \"Removing repetitive conditional; it simply does nothing except slowing down things.\"\n\n* commit 'b7d573e901e07fc249df0bc531cf94c574107556':\n  Removing repetitive conditional; it simply does nothing except slowing down things.\n", "proba": 1.1274747748757363e-06}
{"commit": "aa7f92942d4db9966f370590625c3c0f58f05b06", "message": "Create JDBC storage class, implement methods\n", "proba": 2.656926483268762e-07}
{"commit": "911a4952dd9375722c0a291bba99e34b8ca9bf10", "message": "LFHCFORMS-115: Disable activeVisitStatus extension (replaced by activeVisitStatusWithLocation)\n\tmodified:   api/src/main/java/org/openmrs/module/lfhcforms/activator/AdminConfigInitializer.java\n", "proba": 2.666875218437781e-07}
{"commit": "139ad9826af02bb70d185508a8e9583288240382", "message": "OCVN-5 added endpoints for for filtering releases by budgetProjectId and\nby planningBidNo", "proba": 1.193039480540392e-07}
{"commit": "51c70f506ba7f7f6ad042148f690d0f5540664ed", "message": "New TaskActionsIntentService. Implemented DONE workflow when clicked on a notification.\n", "proba": 1.0308544062809233e-07}
{"commit": "16c54ec9fd244057c149c47372fac79536e1cc00", "message": "OrderServiceEventHandler: WIP/experimental handler extension\n\nRefs https://gitlab.ilscipio.com/scipio-dev/dev/scipioce-dev/issues/757", "proba": 2.0594654870365048e-07}
{"commit": "9a6f1762d83a25b67b194703b81b682c896e0174", "message": "SumKExtended for multiple combination of number with Sum = K inside an array\n", "proba": 9.233759556082077e-06}
{"commit": "ee061e3af1e02b9fa8d5384fb8ec813e2164beef", "message": "solve test problems\n", "proba": 0.00011727933451766148}
{"commit": "658c554f84c46fcf3135db2a31ad333b5e426a09", "message": "Updated test for #336: compile java classes before the test\n", "proba": 2.9050156058474386e-07}
{"commit": "af2fff9f305e163b194fe6796770d993c1ba6d60", "message": "add check-in and then check-out test\n", "proba": 3.6250648349778203e-07}
{"commit": "5991fd96a9f955b74995b4b8c97c2df497ae69ce", "message": "[ANDROSDK-550] Add ProgramRuleVariableFields\n", "proba": 1.2991712594612181e-07}
{"commit": "df1cc257e64747958466724720f8aaf4c1b04d32", "message": "renamed\n", "proba": 1.8145663489121944e-05}
{"commit": "b22a8cf93d829364004dcf4b6c27e5ccf9ac5875", "message": "Removing missed stack trace.\n\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@201156 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.7138339646626264e-05}
{"commit": "c7c8fe0ebc6cba228e7ba4e0dd376926216e7ac0", "message": "Created ServerInfo.java and added Version Check feature\n", "proba": 1.2973536911431438e-07}
{"commit": "4875646b7fe195c8c5eec90d2ef4fd1b16edcdde", "message": "Basic EasyEditorPane code\n\nNot integrated into application yet, but basic system complete.\n", "proba": 9.839971681913084e-08}
{"commit": "1a6cc7638fda10a7f087b26feafb7025b3fae1b9", "message": "controller\n", "proba": 3.4135664463974535e-06}
{"commit": "923272ff7db12e4b416a8ae727cbaaca2b48e2d2", "message": "55 : \u6b63\u65b9\u5f62\u3092\u63cf\u304f\u3060\u3051\u306e\u7c21\u5358\u306a\u304a\u4ed5\u4e8b\u3067\u3059\u3002\n", "proba": 1.0002251826790598e-07}
{"commit": "91a45045b3910fa5cfe77df01dcc9bb2aa9b1c94", "message": "GSOC2008: properties editor\n\ngit-svn-id: a243bed356d289ca0d1b6d299a0597bdc4ecaa09@21488 c60d74c8-e8f6-0310-9e8f-d4a2fc68ab70\n", "proba": 2.151096794023033e-07}
{"commit": "fa58fb1a4f138e800faab1bbdd02220c2bcdeb37", "message": "Add user object\n", "proba": 4.5428459998220205e-06}
{"commit": "0b3b29addd0019135cd3f1e4e9897fae95180f97", "message": "minor refactoring in SCB\n", "proba": 2.646111454396305e-07}
{"commit": "5318fdf9af3ef2de0b02c40864762dbb295f258e", "message": "Add HBase table creation java example\n", "proba": 2.8251378125787596e-07}
{"commit": "61c05bd9243874a63de50715d9dbe497d6c69aaf", "message": "validator initial implementation\n", "proba": 6.296405103967118e-07}
{"commit": "6fcbbc58951ff29e5755f85d4012c7c4971d8306", "message": "adding getter/setter for internal sphere instance\n\n--HG--\nbranch : toxiclibs\n", "proba": 2.1024051477525063e-07}
{"commit": "76aeedacf4c16bda22516d1d848e68732aa8c090", "message": "add RoleStore.java\n", "proba": 5.928416726419528e-07}
{"commit": "3dd37ecaaafb8525786be5167107568de8ca601d", "message": "finished the lack-counting problem\n", "proba": 1.5433059161296114e-05}
{"commit": "c45cd962f33e39e2caa4b1224548d52f25f3d460", "message": "fundation\n", "proba": 1.797628283384256e-05}
{"commit": "813c8e45d95ca87b3bc90e4b166edab9c07c9dfb", "message": "am 2c31cf7c: am 549a9590: am 58216c26: Camera2: return CaptureResult.STATISTICS_FACES\n\n* commit '2c31cf7cc4d7fca56e5277df932b4e8ce671935d':\n  Camera2: return CaptureResult.STATISTICS_FACES\n", "proba": 3.73780530935619e-05}
{"commit": "066bcbcd1daaa5a99695ca19b1819b0cd25ed4ea", "message": "[ANDROSDK-813] Add DataStatePropagatorIntegrationShould\n", "proba": 1.5544817699719715e-07}
{"commit": "b81d7adb3af22f645fb6cbf998f0c22b28fc3302", "message": "package para repository", "proba": 6.406327202057582e-07}
{"commit": "4fae0d3e6709742620bf1873a0b4320783eb95d2", "message": "GRAILS-8273 - \"as\" causes InstantiationException\n\nRemoving the \"fix\" but leaving the tests in place.  Since the resolution of GROOVY-5210 I don't think our fix is necessary.\n", "proba": 1.1408189948269865e-07}
{"commit": "0f96223640f3f26b77bb8f9d28ba37ec2414b6ee", "message": "ported port forwarding and NATing from esf2 branch\n", "proba": 1.5925142804462666e-07}
{"commit": "f4e6714b81ab98415f1fbbf97d70479f1f861c97", "message": "New class containing the alert sending functionality that was previously provided by the DmtAdminImpl class.\n\n", "proba": 1.0298364117033998e-07}
{"commit": "186f518cc3988af3cafad17d9c43645b56f05a54", "message": "First IMA Plugin support\n", "proba": 1.4890696320435381e-07}
{"commit": "95ba758e7600a8dca53a72ffac08534d39f8ac85", "message": "Only send ID-AudioVolume for commands (not updates)\n", "proba": 1.028105387490541e-07}
{"commit": "aa93849ef2787497242f226fd3f1b3146df9ca8e", "message": "add test case for UnicastRoutingEngine\n", "proba": 1.9814301310816518e-07}
{"commit": "e146be31d60360f6d0a44059b0b82d7746979e88", "message": "testes string processing", "proba": 1.297163817071123e-05}
{"commit": "a2ebb5f69ad167a04dffddcf43f036223bf89349", "message": "Add MC version (better for low-density/high temperature)\n", "proba": 1.246576459834614e-07}
{"commit": "6daf74110bce7f20c5fbffc229b6d043de5f262f", "message": "BoxInflateAnisotropic class\n", "proba": 3.4124229841836495e-07}
{"commit": "a206e19830fdbec8e2d4f6305723c173d16248d5", "message": "allow simulation to proceed even if the lattice size wants to exceed the available space\n", "proba": 3.2575607633589243e-07}
{"commit": "c6f6c70efb89f5bdf2aed5d5eb9c0b79fcc36727", "message": "molecules aren't atoms.  who knew!?\n", "proba": 2.093816419801442e-06}
{"commit": "0169ea67079dd22fbfebcddf31d50dfcc99d4e34", "message": "add utils class\n", "proba": 7.119603537830699e-07}
{"commit": "4b408cddaccc10db91234a888ebfff0f54045abd", "message": "Demo interface static method\n", "proba": 4.862400828642421e-07}
{"commit": "9a9f62692a2ff5ad35529316df6fc24c1ce22443", "message": "RegEx test pr\u00e9sence nombre ok\nSigned-off-by: Nightmaster <9b57bda44e05cc33df3dc21e0240f89be55dccdf@seitaer.com>\n", "proba": 1.1201755967249483e-07}
{"commit": "e94b2eb920da75fda50c8a043be8aa492aaff0f4", "message": "forgot to add new file\n", "proba": 3.2339738709197263e-07}
{"commit": "e2b17a6117a34ec1a5d9339f1f9de47a7cc41b53", "message": "Delete Player.java\n\nbugs fixed, replacing file", "proba": 2.6632966410033987e-07}
{"commit": "fdbce7246eacca2a39a804fc9c007c78c6509e85", "message": "EmailTool added to validate emailaddress\n", "proba": 4.36349807841907e-07}
{"commit": "10414f4bf7a688ae8fe6d34e96595bdc9c2fed5a", "message": "biggest SubBST\n", "proba": 3.967157056194992e-07}
{"commit": "4238490e21607bb1dccdf0cb8f018a54ed646b08", "message": "Formatting.", "proba": 1.0361566182837123e-06}
{"commit": "989fb3e4aca595ab5b658d189d1978d4b4bf24ac", "message": "add more flexible image transformer\n\n* does not explicitly require invertible transforms\n* need to eventually remove overlap between this and original renderer\n", "proba": 1.68190041449634e-07}
{"commit": "41c4ab5a0f02ba885c74bdcdb99888b19a4ab3a6", "message": "It seems that after all it is necessary to read the parameters!\n", "proba": 2.621571013605717e-07}
{"commit": "30d537467a441ff9a8ca716f00ebb7714fe393a6", "message": "FaultException is really old.  No one should have been using it for months,\nso it's gone.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@253876 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.442278052214533e-06}
{"commit": "2d3976e5d4e2d4a09838ec741c718716c98d4e2d", "message": "added put/get that give progress info\n\ngit-svn-id: 093fa4c7fa7b11ddcea9103fc581483144c30c11@1570 5b74d2a0-fa0e-0410-85ed-ffba77ec0bde\n", "proba": 7.301421760530502e-07}
{"commit": "9034347de59e8a579704042d2e65b298b3d7455a", "message": "Add implementation rule Rgaa32017Rule130301\n", "proba": 5.387223609432112e-07}
{"commit": "0483052316b986a50279d3c223cb580ed18367a2", "message": "Removed unused class", "proba": 5.502495810105756e-07}
{"commit": "50eb479659d8d2e93346051b8357540bb94739a0", "message": "defect invoice temp\n", "proba": 4.2674082578741945e-07}
{"commit": "f049e25ac420eaff490e1f17398608169893e4c6", "message": "Added junit test helper that compares the contents of one database with another one\n\ngit-svn-id: b9063b25153de5216c397e252c209c32bc9c47ff@290968 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.540161052726035e-07}
{"commit": "cd3d9ab59b3577319ad42270518cde9b85d7b8e7", "message": "Added implementation to check if a given BST is balanced. Meaning diff between height of left and right subtree should not be greater than 1\n", "proba": 5.928422410761414e-07}
{"commit": "b2da831421eaffcdeb6acd6da3d328c95b5d89f6", "message": "Added monitor and inspect to android callback", "proba": 1.6739905106533115e-07}
{"commit": "1045ceb835bd80f527e350dc17d1b697ce8e0fe6", "message": "The GraphPresentation is a data class, test it's creation, the setting of defaults.\n", "proba": 1.1255190202064114e-07}
{"commit": "686e44b37d08a8b6e1aad014c23c658aaefd64e0", "message": "Add tests for PermissionStatus\n", "proba": 3.0348951440828387e-07}
{"commit": "dbd19247be30f48601107e0cb127204eab7e6420", "message": "[nobug] HTMLValidator backward compatibility\n", "proba": 2.1114813364420115e-07}
{"commit": "db60a84f556845f37fec0062951224c0f5616c84", "message": "Fixes.\n", "proba": 3.172669380546722e-07}
{"commit": "3aba9e11ae6c18a018e7d6dd42869a59c2ce6a5b", "message": "Code/comment cleanup\n\n", "proba": 2.687807238999085e-07}
{"commit": "5b3f3eb07930036b29a54edcf7f8a4148099cdd2", "message": "Fixed AccessPoint initialization when no WifiConf received in input", "proba": 3.156457069053431e-07}
{"commit": "9c96013ff3b7e199cd73eb962e200763697e2925", "message": "Added Header type.\n", "proba": 1.2466976784253347e-07}
{"commit": "5f143716626304b25400a774db680abf7858cefe", "message": "Change diff tray to use an ISourceViewer instead of a label.\n\nThis enables scrolling and would help to color parts of the diff.\n", "proba": 1.0189009458372311e-07}
{"commit": "639215cf7c5025e8bc845479e45ab6d6a18e520a", "message": "reduce readygamestart tasks\n", "proba": 0.001202282845042646}
{"commit": "963569adbe5171126e815e81d07481ee18315684", "message": "Added basic test from Piazza thread initiator\n", "proba": 1.6651775069931318e-07}
{"commit": "6c5bd90ea802424603acb11491e24c360aa6ec64", "message": "weight\n", "proba": 0.00043540928163565695}
{"commit": "2bf80f3333b0d74cc8d592f1971480762a7249af", "message": "Add type mismatch error message\n", "proba": 3.129411197733134e-06}
{"commit": "37df6e626991a92ef1028c64a1f7c312120423f9", "message": " Merge branch 'Najar_v3.0.0_26331_original_Najar' into 'Najar_v3.0.0_26331_original'\n\nNajar V3.0.0 26331 Original Najar\n", "proba": 3.2006221317715244e-07}
{"commit": "b5554a7fe73fd7035c69fd4375f4a42729d83818", "message": "Was added Main class\n", "proba": 1.380172562903681e-07}
{"commit": "1f4e23b889d9eff67f4ea4d9aedccc66ca5cdfa1", "message": "Changing the filter to use query parser instead to fix the identifier search.\n", "proba": 1.2110808711440768e-07}
{"commit": "8a120af10fb8ebd9ec4a0c4a9f8f53e4bfd96e32", "message": "Added example usage to BrowserDriver documentation\n", "proba": 1.435439855868026e-07}
{"commit": "67dfe3b8885322caa7c03cb74657c1129a3893cc", "message": "Create ResultType.java", "proba": 5.686288204742596e-07}
{"commit": "ba886aabef5bc56fb5142e8b4c27a50034653dc0", "message": "saving of cronjob expanded\n", "proba": 2.1640968839164998e-07}
{"commit": "25b6319b96fd57b240e9268fe2dc9ba0008f1680", "message": "Fixed index.\n", "proba": 2.9694169256799796e-07}
{"commit": "cf3d4ccf88bb000d8888ed563375f25e9e56817e", "message": "\u97e6\u6c0f\u8bcd\u5178\u8bcd\u6027\u5217\u8868\n", "proba": 1.667725086917926e-07}
{"commit": "111dceb5a664924af50c9e0ee0856b0c508eab66", "message": "\u5355\u8bcd\u94fe\u63a5\u5de5\u5177\n", "proba": 2.487693677721836e-07}
{"commit": "b6eb1dc57a69fcade599568e851934c8a1925b89", "message": "add NullOutputStream\n", "proba": 4.663775598601205e-06}
{"commit": "e214eece5ccb3d5c11df507557be67db8a58d1be", "message": "Initial creation of ControllerConfigTab.", "proba": 1.1579182057630533e-07}
{"commit": "8debd657860201951affa53017f2eacc8b81d7e2", "message": "KRACOEUS-109 : add constants for proposalpersonnumber for using nextval\n\n", "proba": 3.4551510452729417e-07}
{"commit": "b70e731a72a46cc6340daf884d797533d90f40f6", "message": "KCIRB-1634: Setting correct permissions for the review comments so the update user and update time are visible.\n", "proba": 9.78410810148489e-08}
{"commit": "edd71fd17d6d2aa1674a8b5ac334ed688f6156ce", "message": "Refactor ActorsActivity.", "proba": 4.614647934886307e-07}
{"commit": "525910d980159e0118aad04e854cff0b7f740b3b", "message": "improve comment", "proba": 2.557023037752515e-07}
{"commit": "dde247fe73cded25c8b8584ca09aef99729610da", "message": "Create Server.java", "proba": 1.9653896288218675e-06}
{"commit": "a6817687ae9a53cd1025f6f2cc49493b4206e8e3", "message": "Add support for 2001:base64Binary\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@252124 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.261887849883351e-07}
{"commit": "273913cc8176d3d48488f670ce7b36aa4bc0e62c", "message": "Now both serialize and deserialize work again\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@244839 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.8411998300725827e-06}
{"commit": "4d4d873fe7a30f6a544d739a236ba8102049653b", "message": "Adds TurnServerTransaction class.\n", "proba": 1.231572923643398e-07}
{"commit": "ac4243f177efb66f15df2f818418eac2b7abcec7", "message": "Make ACTION_SEND and ACTION_SEND_MULTIPLE build full clip items.\n\nThe current code was just for transferring URI grants.  This change\nmakes it so it propagates all of the relevant extra data into the\nClipData, so developers can just retrieve the ClipData for all of\ntheir data needs.\n\nChange-Id: I36a050c7beae325aceb84518337f878c337d8b86\n", "proba": 7.623063083883608e-06}
{"commit": "26d61520d8d2b51566fafbcba81be6fd4ca6b729", "message": "am 624e98f5: am d5f1fcb7: am 56bf2f67: Merge \"Clarify FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET usage\" into klp-modular-dev\n\n* commit '624e98f53962377f00104a50d9fc8e3044cbcd79':\n  Clarify FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET usage\n", "proba": 8.108454494504258e-06}
{"commit": "4b07507465fb9c63f3b40463fdacdb1f32c4f53b", "message": "am 28c5ef5f: am 6b9f24ca: am ae0940fe: Merge \"Update the PROCESS_TEXT action javadoc to include types\" into mnc-dev\n\n* commit '28c5ef5fa13dd00a5fc46478f57325f2e9c41cfd':\n  Update the PROCESS_TEXT action javadoc to include types\n", "proba": 6.103930445533479e-07}
{"commit": "da9b286bff9b64e68608b1e526c18d731cb644d1", "message": "am 7db28b3a: Merge \"Move multi-user OBB under user-specific path.\" into jb-mr1-dev\n\n* commit '7db28b3a4a4b6a690358c8c4d8dc60e6983465df':\n  Move multi-user OBB under user-specific path.\n", "proba": 3.961659331253031e-06}
{"commit": "8261a3f5ed1dbd5aa63b7819f2ef7a8e4a6ee9a1", "message": "Fix crash during Activity Transition with TextureView.\n\nBug 20675857\n\nGhostView was synchronously forcing the View's parent to get\nthe display list when it was created. TextureView's cannot\ncreate a display list until a surface is available and will\ncrash if it is attempted. This change moves the request to\nan invalidate to get it to execute at a later time.\n\nChange-Id: I12afebdfd57eb29c1a35b23a63d045e319547faf\n", "proba": 1.6270084870484425e-06}
{"commit": "ad6be22c483e6d7f65bc350b1f65271f6ebeb370", "message": "am 086f73d9: am ec060c4d: am ab841b08: Merge \"fix ghost clipBounds problem\" into lmp-dev\n\n* commit '086f73d91ab60096fe9c6c9141c4a4601abf405d':\n  fix ghost clipBounds problem\n", "proba": 3.206696135293896e-07}
{"commit": "60762bac8624d07a04af490bd2c469b80ec614c3", "message": "am 30d4b396: am 447f8cd8: Merge \"Enable shadow for GhostView\" into lmp-dev\n\n* commit '30d4b396b8de079feb787349da7bdcd362f2cdfd':\n  Enable shadow for GhostView\n", "proba": 4.1464065247964754e-07}
{"commit": "f6bd0ba6308673a8b6bb9f71dd40a09d11c0d90d", "message": "Don't send ACTION_MOVE to webkit until the distance\nis confirmed to be a drag.\n\nAlways send touch events to webkit if a subview, plugin,\nis in full screen mode.\n\nFix http://b/issue?id=2478701\n", "proba": 1.4933446834675124e-07}
{"commit": "fbf9cf8d6bfd3ab1f0bc25675d57663f892804f3", "message": "Turn off the focus animation\n\nChange-Id: I860220622415c6d3f93f526c854237ac1dd001ce\n", "proba": 3.171285470671137e-06}
{"commit": "9b93d2c027078c1f003abec41b9353b8d3f4caa0", "message": "am 012acc86: am 342bfbf9: Merge \"b/3340946 Fix NPE caused by null gesture detector.\" into honeycomb\n\n* commit '012acc86200be85d5473763478b6ae87ac502ecb':\n  b/3340946 Fix NPE caused by null gesture detector.\n", "proba": 2.549664372963889e-07}
{"commit": "20158b9ce5895fdbdedf5db103583264d94a62a4", "message": "am c9e2e661: slide the title if the site changes the scroll position\n\nMerge commit 'c9e2e661f0cbc736b948f8aca4c65d0467c44c79' into eclair-plus-aosp\n\n* commit 'c9e2e661f0cbc736b948f8aca4c65d0467c44c79':\n  slide the title if the site changes the scroll position\n", "proba": 1.9963430531788617e-05}
{"commit": "959046c3aa38a99acc3f582232710ebc543d938a", "message": "resolved conflicts for merge of 7cb8182e to master\n", "proba": 1.3799896692034963e-07}
{"commit": "c36862d53ade2c959eb1ca7ec9c20d7f76a1a4d7", "message": "Force redraw in touch_up if there is a move.\n\nFix http://b/issue?id=2606815", "proba": 2.5787082336137246e-07}
{"commit": "6088e83374d768aef441ea71ba9db1a00f57d80c", "message": "Changes to remove WebTextView at end of touch/press rather than during.\n\nAdd a parameter for clearTextEntry to disable the focus controller,\nand call clearTextEntry when releasing the trackball.\n\nRequires a change to external/webkit\n\nFix for http://b/issue?id=2340871\n", "proba": 1.7528337536987237e-07}
{"commit": "d2766aec6a72eb73264281472a5164a75c6df799", "message": "Fix bug 3112733 - Missing TLS encryption option in manual email account setup\n\nMake spinner popups observe global events that should change the\nposition of the popup.\n\nChange-Id: Ia65204f594a6972b96d4db08c205770e340fcaf9\n", "proba": 2.2639960661763325e-06}
{"commit": "1173ff317691610a11ebb78be59c58cb0e4187e3", "message": "Create BillingController.java and defined valiable\n", "proba": 3.4872118703788146e-07}
{"commit": "75707d29ed473b847fb962881a0579b0d15e1601", "message": "\u0410\u0441\u0438\u043d\u0445\u0440\u043e\u043d\u043d\u044b\u0439 \u0442\u0430\u0441\u043a \u0442\u0435\u043f\u0435\u0440\u044c \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043c\u0430\u0441\u0441\u0438\u0432 \u0441\u0442\u0440\u043e\u043a (\u043f\u0440\u043e\u0433\u043d\u043e\u0437 \u043f\u043e\u0433\u043e\u0434\u044b)\n\n\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u043b \u0432\u0442\u043e\u0440\u043e\u0439 \u0443\u0440\u043e\u043a\n", "proba": 1.6898247849894688e-06}
{"commit": "f14819fd632bf778400b5b49fcb6230cdaae4304", "message": "Initial implementation of problem 105\n", "proba": 3.000181436618732e-07}
{"commit": "3fab6d6e2452a3a22615ebbcb9fbb368c9ac5f9f", "message": "Add a skeleton for problem 213\n", "proba": 0.0002565117029007524}
{"commit": "2c9f1125824bab2c295d55f59d8b81da67a339c7", "message": "Skeleton for problem 508\n", "proba": 3.1245366471921443e-07}
{"commit": "293908bf918073ee5503e0093da353083954df46", "message": "Changed buttons alignment (below bot list, in BotManager)\n", "proba": 1.1895573237552526e-07}
{"commit": "b0d6e7d4ca774cdb24b172feb20dfb09d7eaacad", "message": "Skeleton for problem 887\n", "proba": 4.6305271439450735e-07}
{"commit": "ad936ede7960650549725809a88ccb5018557815", "message": "TCK change to TypeMappingImpl.register method to throw exception if one of the input params is null\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@247277 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.3971017324365675e-05}
{"commit": "4770cbe91ca5ff1cfe8b25bc1dad5f6bfa7905b6", "message": "Add Command Line Interface for Patching", "proba": 3.282841021245986e-07}
{"commit": "1251f42eae8962cf5f12da24a349fa5f2ced0c42", "message": "Startup logging done right\n", "proba": 2.157486278520082e-07}
{"commit": "6601e6021260c4c096b0c836830613329b361a8e", "message": "Added a function system:as-user to execute a limited block of code as a different user. This approach offers better security than the force-user pragma which was proposed as a patch.\n\nsvn path=/trunk/eXist/; revision=7028\n", "proba": 7.0477922236023005e-06}
{"commit": "77ba5baf1ea41360ae483d69f5d17de866c53675", "message": "Made Nmap installation asynchronous\n", "proba": 1.471597954605386e-07}
{"commit": "d78e15d737e6e8a6622f8b64a99998958021cb3a", "message": "[ENG-47] Created SingletonFactoryBean to simplify construction of spring components\n", "proba": 1.059158023508644e-07}
{"commit": "1d2fc685572f24cbdf2f9f8b38b17c02b3b646fe", "message": "Buildings now uncover fog", "proba": 1.7611748148738116e-07}
{"commit": "afe5d90b3742392ee66c6a3a9dfe9c4febb48d65", "message": "Update template.java", "proba": 8.820374546303356e-07}
{"commit": "0eb3b6e779e8519722b2160ee8704987f2a7884e", "message": "am 51e77f1a: Merge \"Make Paint.set() copy shadow config.\"\n\n* commit '51e77f1a52fe1ae56086a3c8e364bfc1c96eeaa4':\n  Make Paint.set() copy shadow config.\n", "proba": 1.2660755999149842e-07}
{"commit": "c5f2feb5c88142acb4e345faa7bdb52114af475d", "message": "add main class", "proba": 3.667247028715792e-06}
{"commit": "047f334f593442c30df92ee8f4fa7cdf50359397", "message": "\u65b0\u589e\u4e86\u90e8\u5206Strman\u7684\u4f7f\u7528\u793a\u4f8b\n", "proba": 1.3949615151886974e-07}
{"commit": "072dd657d42766d5fdd8f282698846a4eb7e415d", "message": "Created state machine interface\n", "proba": 3.9880887925392017e-07}
{"commit": "8e58c5aa167af97c92ebffe8b30150df1d9b0976", "message": "Sudoku interface", "proba": 1.2311800219322322e-06}
{"commit": "920cdaea2d3d42427049e5522b0515f50fe645dd", "message": "Add method for detecting start of line\n\ngit-svn-id: 3cfc64c80f2e6f92f6d08f3c7f3967ef35335cd9@1306322 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.2483308031223714e-06}
{"commit": "964bf47bb96990df876172db04451aa3b8bfbe67", "message": "backing out demo practice changes\n", "proba": 1.441005821334329e-07}
{"commit": "575e1f0798d58ed25a2f750406e2b8adfb4d4539", "message": "Added a response packet.\n", "proba": 1.2690009043581085e-07}
{"commit": "cb6ba5aee237ff1530600b215e57941531697129", "message": "Symtab #907: added ArrayIterable\n", "proba": 3.029236381735245e-07}
{"commit": "1957a0e4d2e8bb870444fa82b6611136235fe1a3", "message": "CallableBuilder #1132: get the type of FunctionalParameter differently\n", "proba": 1.4621441835060978e-07}
{"commit": "2634f4228b43fda997b77f6aa0165fe76196ca6f", "message": "Fix #1923 by using the target's qualifying type rather than the primary type (which in this case was Basic&I because the anonymous type was not denotable). This means that for a null safe member of we have to add the |Null back in.\n", "proba": 1.1605881411469454e-07}
{"commit": "d9862a84aaa3c7045eb66ffda24a8d9fd5d7a971", "message": "filter out empty string literals in string templates", "proba": 0.00016626105934847146}
{"commit": "8b9dccee4b40ff7245d73359621748e697824885", "message": "fix top-level names for subpackages when using default pkg\n", "proba": 2.3163108835433377e-06}
{"commit": "5367dea0e1060856a9c56468501e9282f9211569", "message": "Fixed test\n", "proba": 7.068065883686359e-07}
{"commit": "2a98b70c35eaad8d469ee159b250304878b5521d", "message": "Usage example.\n", "proba": 2.4819067334647116e-07}
{"commit": "f0698af6578f4968130dec297c210edd407edfe4", "message": "[\u6e90] ShardInfo<T> - \u5206\u7247\u4fe1\u606f\n\n\u5c5e\u6027\uff1a\u5206\u7247\u6743\u91cd\n\u884c\u4e3a\uff1a\u521b\u5efa\u4e00\u6761\u8fde\u63a5\u8d44\u6e90\u3001\u8fd4\u56de\u5206\u7247\u540d\u79f0\u3001\u8fd4\u56de\u5206\u7247\u6743\u91cd", "proba": 1.313700863647682e-07}
{"commit": "d03dedee6a56eb8a427756535041c24d6282240c", "message": "JUnit @Rule for capturing multiple screen shots\n\nSummary: I added JUnit Rule for capturing multiple screen shots in the same instrumentation test case\n\nReviewed By: astreet\n\nDifferential Revision: D6518344\n\nfbshipit-source-id: c0eca7dbb44babc03b8c4beffb2a232b138af260\n", "proba": 3.556455681064108e-07}
{"commit": "366ca5845d87065f01e491c5c2bbd0b14e7cd6a0", "message": "Add a simple position component\n", "proba": 1.896053618111182e-05}
{"commit": "91547b9e81cd9a8f7d58a8e372607aaa2541ed2f", "message": "Add GetSimplifiedMasternodeListDiff message to query MN list differences\n", "proba": 1.7975966670746857e-07}
{"commit": "ff3161169bdca77235fadc124c5907b382f62fbf", "message": "be more tolerant of roundoff\nadd comment about correctness of overlap function\n", "proba": 4.918262561659503e-07}
{"commit": "f87c2c70d3bbf5887a0fcfc36cd5ea89e191481f", "message": "bug fix", "proba": 8.047648520914663e-07}
{"commit": "6ca4ed922ddc234e61914eabc953f23e41c15360", "message": "Soft Sphere Solid EOS Calculator\n", "proba": 4.743104682347621e-07}
{"commit": "99d1d30a835be5dad5dc551d80408d8e083de782", "message": "add example\n", "proba": 1.502204895587056e-06}
{"commit": "ab8b5785d7524ca121a1407d7dd3cf476c6eb2c8", "message": "Adds tests in depsBuilder", "proba": 5.811356231788523e-07}
{"commit": "eb844d5efb151da19c62e3d937f661a7da1da87f", "message": "add test for data type util class\n", "proba": 3.15905282377571e-07}
{"commit": "0610c402f2015a9eb5bcb40afb95812707537bad", "message": "add test to ensure someone doesn't try to alter mathematics", "proba": 7.126899390641483e-07}
{"commit": "3661c79e419183e18d869a73f8e87d0312c7814b", "message": "\u30d0\u30ea\u30d0\u30ea\u3059\u308b\n", "proba": 1.4740210190211656e-06}
{"commit": "6b70186752d367de17b2f456fc4a8b315225f9d8", "message": "Add assertThrows convenience function and a new home :)\n", "proba": 1.1338349992229269e-07}
{"commit": "7288453a83a7c9a0795b6967dba562fbee17d696", "message": "testfix\n", "proba": 9.280186645810318e-07}
{"commit": "559d4b18a61c8e5229b2fc211d364e86965dd34e", "message": "EranMes, on behalf of AndreasHaas: Enabling context-click test on Windows.\n\nr13797\n", "proba": 1.3240978091744182e-07}
{"commit": "fe88c629a0e89e372d809ee4dfa8e9ba957dc815", "message": "Backing out chris's changes as this change broke the build (http://marc.theaimsgroup.com/?l=axis-dev&m=104151484302311&w=2)\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@255831 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.361215815151809e-06}
{"commit": "f7bbd0d8cceadb0c9fadc3307387d3830584b01b", "message": "Implement signatures on JSONObjects\n", "proba": 6.45789043574041e-07}
{"commit": "601f9e5dd41db1fa16839efb0cb976570f8153ec", "message": "\u4fee\u6539\u70b9 Log \u7684\u4fe1\u606f\u683c\u5f0f", "proba": 1.3255723274596676e-07}
{"commit": "78ba7af8408be66fcf664294f4f679e76a2a1c06", "message": "add: improved logging\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@4560 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 6d6fad94c182962a799ad6d54df1f2b842846763", "proba": 1.558540247970086e-06}
{"commit": "e62881118e65f3e1b199fb32d5cbd3b49cd196dd", "message": "DDBDATA-1149 RFC3339 bei ingest-date und last_update. \n\nDate Format im aip angepasst. \n\nFormer-commit-id: fb6d9fd8f89924c266eb162c0c55b6bf2e052741", "proba": 5.353902565730095e-07}
{"commit": "ff7215aa0cb28a4815126b056f34b2bd29e5c651", "message": "Annotated the drawing commands.\n\nChange-Id: I4eeb35ecaf4aa16e0924b5215351fce79c68369b\n", "proba": 0.9999990463256836}
{"commit": "9b37329b161b65bbbb23520712e757ddc52c7f55", "message": "Added SteamUtils", "proba": 1.8010801738910232e-07}
{"commit": "04a034215e72f526b048909b98db0b373eda131c", "message": "Edited SetStorageCommandTest\n", "proba": 2.1815070283537352e-07}
{"commit": "6d876ead73d9117a83b99fc9f342a68ac5916983", "message": "add BlankTextTest\n", "proba": 2.594549926016043e-07}
{"commit": "433605b4322a28552899df6e5a1f044057179eab", "message": "Added test class\n", "proba": 1.8738792562089657e-07}
{"commit": "cb490d58aec898550cea86b85eb562f24c4282d3", "message": "Initial ide4j exception\n", "proba": 9.414729902346153e-07}
{"commit": "1027fe6628e2cb2c9d4135d095d6cac6c970c5ef", "message": "#551 Force redirect instead of removing trees\n", "proba": 1.2687878836459276e-07}
{"commit": "ffecfe94d8ae4fda583fa665f7a0633215af68d0", "message": "Recorded ContactCreationTests using Selenium Builder in Firefox\n", "proba": 1.279978789625602e-07}
{"commit": "e547a41fcff4020a90e1c81c4cd2d51f589e2e65", "message": "\u0414\u043e\u0431\u0430\u0432\u043b\u0435\u043d \u043a\u043b\u0430\u0441\u0441 ContactCreationTests\n\n\u0421\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0430 \u0432 \u0443\u0447\u0435\u0431\u043d\u043e\u043c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0438\n", "proba": 1.7668743623744376e-07}
{"commit": "38c17842159dc35dc3ac3c82b8f7854f0cb7b323", "message": "Added PDF417 generator", "proba": 1.2714211550246546e-07}
{"commit": "ce7cbfba1578862ec9bb8a3bd5b5143e7adc1ff3", "message": "BUGFIX: attempting to fix problem with multiple BDBJE environments in the same directory byt putting each Timestamp mapping file into it's own subdirectory.\n\n\ngit-svn-id: 25dac4f723c7e5b42083d4a98669c37f60455592@1177 69e27eb3-6e27-0410-b9c6-fffd7e226fab\n", "proba": 3.0018522920727264e-06}
{"commit": "fb545e019ea66b653fff6faa50212bc0630deac2", "message": "Complete rewrite of most of this module -- old one had a bug in parseBefore() and parseAfter() - same/similar interface, now includes several constructors, is based on Calendar instead of ArchiveUtils, is majorly refactored, and does not throw ParseExceptions. The lack of ParseException requires significant slight changes to the rest of the codebase, to remove (woefully inadequate) handling of this exception. Possibly this new version will have performance issues...\n\n\ngit-svn-id: ca6d9ebf75caaf710f0e3a4ee74a890c456d4c90@675 69e27eb3-6e27-0410-b9c6-fffd7e226fab\n", "proba": 2.062359953924897e-06}
{"commit": "25049b70b1e0d89b6876f3a31cf85b046f46c9c4", "message": "learn javafx by creating a form.\n", "proba": 1.0653395321469361e-07}
{"commit": "0b1e2e1bdcaedc16351c85d1446a2330a88a4862", "message": "Reset passwords does not work. #PL-5665\n", "proba": 7.797029297762492e-07}
{"commit": "52764412f818059b77f9ec5df01a95114ef0e0ef", "message": "PL-8384 Ability to set locale on each REST API request - if the passed locale is not in server locales list, the default locale is set\n", "proba": 1.2376554536785989e-07}
{"commit": "9db07f6d5bd9f98fd49e4f4c7af0d664ea3bb517", "message": "Initial take at SysConfig based ConfigurationFactory\n", "proba": 1.444635557845686e-07}
{"commit": "99fd8f8510863218078c33439ac80d804ab7c592", "message": "use constants", "proba": 2.0165682144579478e-05}
{"commit": "6b0eb39bce5297b9d42fb1e8dcfc7e1cedc56862", "message": "Fix EventRouter usage #327\n", "proba": 7.010460763012816e-07}
{"commit": "e9419dfacf07d79c81935448def5c272cb656fc9", "message": "add tests for UpdateContextReponse\n", "proba": 1.7678924280062347e-07}
{"commit": "534b27cb710bda3763ed7d27a722e608ef34a7e7", "message": "prevent NPE\n", "proba": 1.2007391887891572e-05}
{"commit": "74995e5859f014a6c3a0fe5aaa28bd306471adc8", "message": "Add cryptoutil", "proba": 0.00035786523949354887}
{"commit": "25ccdb75df4437489e27540a7b83a7d23251206d", "message": "adding BeastTask\n", "proba": 4.46629400130405e-07}
{"commit": "f5e36f3811aae5def007bcf37b94feba0ad877ff", "message": "IntStream\n", "proba": 3.1525751182925887e-06}
{"commit": "24abab68cf37e91a931cf3bb5627d9d570f3207e", "message": "Coloring Messages\n", "proba": 4.808896960639686e-07}
{"commit": "c8028440972a7c78d7225d2e3161f146cd1c01d5", "message": "\u0414\u043e\u0431\u0430\u0432\u043b\u0435\u043d interface EmployeeDao\n", "proba": 4.163957214586844e-07}
{"commit": "a5927150c409044ba078ea6e19f4ae686231184d", "message": "Make argument read node instrumentable\n\nSigned-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>\n", "proba": 7.108504291863937e-07}
{"commit": "d1e13548871e54575995e94eaa4390a3c778982e", "message": "Test getSamples method in Movie class\n", "proba": 3.772045999994589e-07}
{"commit": "bf15544f3f72432fbf9f666359d5cbadd67f734e", "message": "Add IndexCombo unit tests\n", "proba": 1.412940235923088e-07}
{"commit": "3c8f8ccde0e51bad0c32f3accb8bfd04423e1b3e", "message": "Make sure all files that list the stripe version are in agreement.\n", "proba": 1.0737156230788969e-07}
{"commit": "7be871a8930228777c0b58ff5caac88e7b9ec837", "message": "type BOOLEAN never happens for MySQL's JDBC\n", "proba": 1.3535834114009049e-05}
{"commit": "4bce9995cfc699b212a63c0b68d1696b4eb36d8a", "message": "Pacotes\n", "proba": 1.7512842305222875e-06}
{"commit": "170cdcda0703cb7ee4e59abd9f43656c9f12e91d", "message": "Moved IJSonMarshaller somewhere public", "proba": 1.2433909546416544e-07}
{"commit": "cf96851c495150f3c37dc21f7f42f691d5e092a5", "message": "Implemented DFS\n", "proba": 4.3014398443119717e-07}
{"commit": "3d8a78cb940d48a7e11a77f1320518f8cfde7ce7", "message": "Fix players not being added to map properly\n", "proba": 1.3755497718648257e-07}
{"commit": "5d2b5d40eabb36573cd2d291d6cd8e0919d3c0a8", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "4c3a34d3e6ba26ebcb705599962acb0439d48689", "message": ":sparkles: Find the minimum distance between two numbers\n", "proba": 1.4150091374176554e-05}
{"commit": "b9429cf81532deb814405a0be5b0ce2cd87de577", "message": ":sparkles: Count Inversions of size three in a given array\n", "proba": 1.445079396944493e-05}
{"commit": "6da153cfb1760ca9eaec52779d0ba54d7391480e", "message": ":sparkles: Find if there is a subarray with 0 sum\n", "proba": 0.0037450450472533703}
{"commit": "1d42a09715a17e13c4c68e133bcae40ee9935638", "message": "am f6610e2d: am 79e0e3fd: Merge \"return value of String.replace() is ignored.\"\n\n* commit 'f6610e2d7d883653ef80077df649e4dd91c221c1':\n  return value of String.replace() is ignored.\n", "proba": 1.760106869141964e-07}
{"commit": "b96903ee8fb736e4c0d7c2dbd96e6153b01b82b9", "message": "Add files via upload\n\nutils added", "proba": 2.201915378918784e-07}
{"commit": "8af54800a867704ef5e871d89a03cecd742970f9", "message": "Run Grain main using reflection.\n", "proba": 1.1574302050121332e-07}
{"commit": "b3f79ba07ff2f90fa81a0fe6df75e521d288a0da", "message": "Update Client.java\n\nFixed unitTest method", "proba": 3.4290869166397897e-07}
{"commit": "7ddb4d9ac0bda90bafa707e1cd9564710f4d631e", "message": "Add IVAABBs for AABB intersections\n", "proba": 1.728259121591691e-05}
{"commit": "81f65bb67a747f594670f5ccf88c26d45fb81ceb", "message": "Add method for detecting start of line\n\ngit-svn-id: 3cfc64c80f2e6f92f6d08f3c7f3967ef35335cd9@1306321 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.524911896121921e-06}
{"commit": "b44ded7fed2a5415a9a7d65cf3c61317734c43ad", "message": "Add commands for listing OWS settings for WFS, WMS, and WCS\n", "proba": 2.420742362119199e-07}
{"commit": "391b970baf881d2ab4cb0982084308ef78688e41", "message": "use NexusFile.NXCLASS instead of hardcoded string", "proba": 2.8788804229407106e-06}
{"commit": "1b268cbca63f4b36ed0b048ee8dec27896005cca", "message": "Add setAlwaysOpaque and setTint to BarTransitions\n\nAllow the opacity and color of the NavigationBarView\nto be controlled.\n\nBug: 26425669\n\nChange-Id: I364f183bf0ef90c446ae68987ccc3b6bbf09aa67\n", "proba": 1.542215613881126e-06}
{"commit": "334d66ed41bbeb3456ee1366428076e85c875b7d", "message": "am 6f562e9f: am 1b803450: Merge \"Show the assist ring on center-button longpress on lockscreen.\" into jb-mr1-lockscreen-dev\n\n* commit '6f562e9fabb2dd35997708963a0e7935c19aea7b':\n  Show the assist ring on center-button longpress on lockscreen.\n", "proba": 5.237121740719886e-07}
{"commit": "fe172cc861448cf1115195cbad5b3300357c02f0", "message": "Fix the takeoff position of a flung windowshade.\n\nWe were carefully tracking the vertical offset between the view\norigin and the user's incident touch, but not actually\nincluding it when performing a fling. (This might have\nworked at one point but been later buried under some\nrefactoring rubble.)\n\nBug: 5210198\nChange-Id: I97ae883491a5dedf1b48683441096fe9938d118f\n", "proba": 2.1657830075128004e-05}
{"commit": "2431b3a42bc535fe101466c7ac6d9de703829fb0", "message": "ZkHosts connectString shouldn't be zkServers+kafkaRoot in kaka-storm 0.9.3, other wise it can't get partitions' infomation of topic\n", "proba": 1.222647824761225e-06}
{"commit": "58503c6dfa6ab2d0ebb5aacafa32a781bd86a83b", "message": "Error output fix\n", "proba": 1.2805425285478123e-05}
{"commit": "7ec75ceec53590cd4a9bdd13762aa2db285553a5", "message": "Fixes to /muteall off command telling you something you already knew...\n", "proba": 1.0202563771599671e-07}
{"commit": "43202063ce15096d28a7d837e39d58e70b8cb6e1", "message": "OpenJFX : Hello World 2018 fall\n", "proba": 1.2755423313137726e-06}
{"commit": "2eb0a8b456dec561b8d4254675a326467a55e47a", "message": "Add FontProgressDrawable\n", "proba": 3.1626822760699724e-07}
{"commit": "94fd332b1de0df592887093fb5ef17e5e54a49c9", "message": "\u81ea\u52a8\u5206\u9875\u4fdd\u5b58\u8bb0\u5f55\u6bcf\u9875\u6761\u6570\u5230session", "proba": 1.5507993111896212e-07}
{"commit": "3ba378d6b9e5bf867285d927782e00c1676e0593", "message": "Add test for BuildFlow manager\n", "proba": 2.6859521540245623e-07}
{"commit": "3fc1c1a346e4da9183bc61fdfda7f41fbcc4b789", "message": "Async response executor threads should be daemons to they don't prevent the JVM from exiting normally when the client thread finishes.\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@486679 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.987627759575844e-05}
{"commit": "577ac8370dcb24458564a9d0e03a27914fca895a", "message": "Now with the endpoints appearing in the WSDL we need to look at all endpoints also during service lookup\n\n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@643750 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.101369187192176e-07}
{"commit": "ac015ef405a6920aa9582030021a318534a6dc59", "message": "Fix CustomTabs.ClientAppId counting.\n\nPrior to this, the client ID was being counted on initial startup\nas well as any cold start refocuses of the CustomTabs.  This moves\nthe tracking to match StartedInitially which checks for the\nexistence of getSavedInstanceState()\n\nBUG=622366\n\nReview URL: https://codereview.chromium.org/2113403002 .\n\nReview-Url: https://codereview.chromium.org/2115613002\nCr-Original-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#403220}\nCr-Commit-Position: 03d981dee550804c6934fd1a1d9cfa3c172affd3@{#573}\nCr-Branched-From: e9621a186760eb36d74098d9e33e4dd91c427b34@{#394939}\n", "proba": 3.09897859551711e-06}
{"commit": "4d27a0d5bb0d6e122da7d37ab3ee3cf79e1aa00b", "message": "Added the demo GUI", "proba": 1.2473518040678755e-07}
{"commit": "98a88de220f29788517495be835cb0b759e5f221", "message": "Copy'n'Paste mistake in class comment", "proba": 2.675452321909688e-07}
{"commit": "42fc89b1703bf4d52665bfeff78a19fc13ce119c", "message": "i added a test for nova client", "proba": 1.626898580298075e-07}
{"commit": "c72b4cdf673dfba50947bd78b184a0aee2394ed1", "message": "Added some features with expressions\n\ngit-svn-id: ba81b6bd3dd9830eeafada3de57364a31f808d18@4397 59f64563-22e8-0310-8d2c-98a15e1539f2\n", "proba": 3.9033284338074736e-07}
{"commit": "aa4dd929235ec28e8e5634a34bc62051e41d8fb0", "message": "added Test and Bench for lazy page reference handling\n\ngit-svn-id: a5379eb5ca3beb2b6e029be3b1b7f6aa53f2352b@3493 e3ddb328-5bfe-0310-b762-aafcbcbd2528\n", "proba": 6.195526225383219e-07}
{"commit": "bc452f7bbfb5f30be4cb0653921e140872da9e91", "message": "Added new tool for removing top level features by ID\n", "proba": 1.2634774293474038e-07}
{"commit": "506fbbfa4c912a1c3d6e40c0adbc22256b603cfd", "message": "am af31a7d1: Merge \"add variance to notification usage stats\"\n\n* commit 'af31a7d1cc26733f138119c43385aa86d0a3c04f':\n  add variance to notification usage stats\n", "proba": 1.0208320873061894e-06}
{"commit": "2b6a6dd1629f7d6d93b997e0dbca4b1eac6d4878", "message": "fix hardcoded currency\n", "proba": 0.9984777569770813}
{"commit": "7de895b174cea4895a1c67748fe2b72d1a1edd64", "message": "Issue #5795 tests were added..\n", "proba": 1.0594347799042225e-07}
{"commit": "78eb0c7d6655e348bce6a26131bc164880633a15", "message": "prevent exception with not found values\n", "proba": 1.280280571336334e-06}
{"commit": "f5c9d96ae88adc77ee3be1687abd7e1159e7c148", "message": "Add tests for percentile aggregate function.\n", "proba": 5.477077138493769e-07}
{"commit": "a5347abbd94f3ab99ddedb9f40e8002c368fba1d", "message": "Replace org.nd4j.linalg.lossfunctions.LossCalculation usage with the ILossFunction\n", "proba": 0.0012362259440124035}
{"commit": "5020cf7fecd8e48ff123269ad8a274d2813d7dd2", "message": "Bug where DirectoryWatcher was passing non-absolute path.\n", "proba": 1.1296408075622821e-07}
{"commit": "58c6ac7740e334fbb28ba61738598f96510c03f6", "message": "Updating the code\n", "proba": 0.00023781661002431065}
{"commit": "97d851695c1fe5dfef014f1d5fbf28bb450150b1", "message": "GS-9197\nAdd a generic launcher\n\nsvn path=/trunk/openspaces/; revision=92114\n\n\nFormer-commit-id: 7dc221ff97418eefddda48d93a1e3eb55c6d3237", "proba": 3.2202369766309857e-06}
{"commit": "7e1495ce2f9123d0503f736a9c7d3001b49067ce", "message": "initial support Ethereum", "proba": 5.56794134354277e-07}
{"commit": "4352b193b079179137c4fc50daf05b50c6410f15", "message": "(Binary Tree Level Order Traversal) [Accepted] Much simpler implementation using DFS\n", "proba": 1.2969701401743805e-07}
{"commit": "f378ac8d70441c9e634ae7bbb5698087de4883a6", "message": "removed unnecessary references\n", "proba": 7.611430419274257e-07}
{"commit": "fc15af692904d1de684cf8abd694d79629cabee7", "message": "New feature: DataInputHandler support for acquiring JSON/XML data\n", "proba": 2.280403208487769e-07}
{"commit": "3baddf32bb18b557d5e4d35ada16e444beae24b4", "message": "Stream sequence - calculating user propensity\n", "proba": 4.771733301822678e-07}
{"commit": "baa850ff9d6cb8727139f0d4027703b4a3e33f4f", "message": "Simplify and fix documentation\n", "proba": 3.616563333252998e-07}
{"commit": "d56ab255c5ca45a5d61a1d4ee82fced49ab76b10", "message": "Apologies, made a change just before commit which I thought would be harmless.\n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@510966 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.429637101566186e-06}
{"commit": "6c71f9f34917bcd035d4151e5b453772256aa5de", "message": "Update Eigen.java", "proba": 5.310424739946029e-07}
{"commit": "f27fb28f60c94f21ef5340732ac1231f2453c2d5", "message": "Added lab class to easily mass generate item IDs.\n", "proba": 1.059020604543548e-07}
{"commit": "dd8c05e0941a4023009e43419baa76de91440b94", "message": "Fix CommitOperationTest on Mac\n\nA Thread.sleep(1100) between commit and performing the next\nchange seems to be required on file systems with time stamp resolution\nof 1s. The workaround can be removed when GitIndex is removed from\nCommitOperation.\n\nChange-Id: Id002e7c339d2e1913a9f8f9db397111c9eb102bf\nSigned-off-by: Jens Baumgart <6d4d33e37bca550188034acaf6d86b3d82efd688@sap.com>\n", "proba": 3.937598478387372e-07}
{"commit": "e4f1a202d8cc817eca3c4dbf4f448ba11f596f42", "message": "Fix Keyguard header animation from SHADE_LOCKED -> Keyguard\n\nBug: 22128249\nChange-Id: I36dbecc41e66922987c1b753d62bde27cb3b17be\n", "proba": 2.0857936533502652e-07}
{"commit": "8bf39e53ef21cd78ffd4bb6a01ba3c5f6d40a25c", "message": "Updated JXGradientChooser, moved demo to demos source tree\n\n\ngit-svn-id: 9c6ef37dfd7eaa5a3748af7ba0f8d9e7b67c2a4c@1834 1312f61e-266d-0410-97fa-c3b71232c9ac\n", "proba": 4.917704927720479e-07}
{"commit": "bd387537558e873b369fed4101906a3517747e11", "message": "remove unused code\n", "proba": 1.6653786587994546e-05}
{"commit": "63abb426edde425ffb5f1f3f9e08cf32b1d776ff", "message": "modify Server.java for method access requirements in testing\n", "proba": 1.9600236100814072e-07}
{"commit": "672ece537a28a4f1c621b18556128ceae0a68d6a", "message": "Introduced the SWEK source manager\n\ngit-svn-id: 4e353c0944fe8da334633afc35765ef362dec675@1665 b4e469a2-07ce-4b26-9273-4d7d95a670c7\n", "proba": 2.5726041030793567e-07}
{"commit": "1fabf9caba54af5beb34260620aa7ec5b1d0964c", "message": "Add servlet for retrieving single volunteering opportunity.\n", "proba": 1.1799973975712419e-07}
{"commit": "e93c91c47d7c700e662973867760031c29d817c5", "message": "Adding an example calling a function defined in Java.\n", "proba": 1.4906468948083784e-07}
{"commit": "d1d593c5acabbdbb2ed43762a9fcc01ddd196b6d", "message": "add TrackerClient", "proba": 5.66641062960116e-07}
{"commit": "fb2148986b12d049f993353a4fd224c60df39b91", "message": "WorkDispatcher has now a configurable limit to the number of pending tasks that can be added.\n", "proba": 1.020096860315789e-07}
{"commit": "69d696fab79ab144659e53fd06581cb54ebc6b58", "message": "Add new CBLiteException class (issue #56)\n", "proba": 1.0886996193448795e-07}
{"commit": "86c0bc0361aab255fe54d905c43d11f06767e5ff", "message": "Add static resource serving\n", "proba": 3.347282699905918e-07}
{"commit": "bf99ff40059af4dae984ba70f3e519aa063bcbde", "message": "Add gender enum", "proba": 0.0023758576717227697}
{"commit": "c313e226557465147991493529f9a0488e7d55db", "message": "Updated example identifier to search for to be all uppercase\n", "proba": 3.2618804652884137e-06}
{"commit": "1983af00086b4d281a870756fcaf29f9ad536678", "message": "Regex basics, for Finite Automatata", "proba": 2.3539760718449543e-07}
{"commit": "1b7f0770cbdfb5c783cd865690d7fdfdea0efb68", "message": "basic pieces for a clone of at least the extraction method of \"Collocate\"\n", "proba": 1.174193755559827e-07}
{"commit": "dae5ead8aa9f223c660f41714faac1b33b67f4dd", "message": "AUS-3186 Added ZipUtil.java\n", "proba": 2.0991015503568633e-07}
{"commit": "98b147d251ec94cb150dd9c61e6e67d184196519", "message": "Added class PropertySetImpl", "proba": 2.83571068848687e-07}
{"commit": "09d541887434f506ed4bdf972c52a7de831442ad", "message": "KCIRB-486 Refactor Protcol Document and Committee Document to implement Permissionable interface\n", "proba": 1.0071091338659244e-07}
{"commit": "4ad6fab2cf1cd62a784e489ec40b6fbc5745acaa", "message": "add union find", "proba": 0.00010442899656482041}
{"commit": "f9a3ebbdfd8881b871d122035af4bf6501fb3a93", "message": "Work in progress: user avatar\n", "proba": 0.0016423778142780066}
{"commit": "1a620a33b13348fe509a8698e5292dc501095b6e", "message": "\u7528jclasslib\u67e5\u770b\u5c40\u90e8\u53d8\u91cf\u8868\n\u52a0\u5165-XX:PrintGCDetails\u67e5\u770b\u865a\u62df\u673a\u53c2\u6570\n", "proba": 1.2189113363092474e-07}
{"commit": "014121a27d987d9aead1cc36a58c65a5eea9b985", "message": "team xdoclet claims that semicolons here are breaking the spec and the BNF of Java, even though compilers silently forgive.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@248818 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.040497176698409e-06}
{"commit": "8b57ca88e75bf663b9445c0201a49c75d7985f24", "message": "RICEQA-518 : AFT update DocumentOperationAft create document before getting it\nAdded the AFT which creates a new document and returns the documentId\n\ngit-svn-id: 2a5d2b5a02908a0c4ba7967b726d8c4198d1b9ed@47977 7a7aa7f6-c479-11dc-97e2-85a2497f191d\n", "proba": 9.408446999259468e-07}
{"commit": "720896db3eb099385eb5e315bec56accf819e100", "message": "Only RAW files are processed by RawDump.\nBugsId: 517\n", "proba": 1.219033407551251e-07}
{"commit": "a184e2806588d4cff225e335ffe5e97fd7ea3ae3", "message": "SAK-33850 Making sure create site from archive is cancelled (#5293)\n\n* SAK-33850 Making sure create site from archive is cancelled\r\n\r\n* Adding to cleanState\r\n\r\n* Wrong variable\r\n", "proba": 1.4802417069859075e-07}
{"commit": "4bb653340aaa642eedb80a0afe1e0088a4043176", "message": "Added text", "proba": 1.3143099408807757e-07}
{"commit": "5019d4d2b52324b60fe6c1e33ec181c0e2df2f3c", "message": "java\u7ba1\u9053\u6d41 \u7ebf\u7a0b\u4e4b\u95f4\u7684\u901a\u4fe1\n", "proba": 1.6710031047750817e-07}
{"commit": "c65c717d2c5f19111dce6cb40764c885a0ae64ac", "message": "Fix unit tests\n", "proba": 5.235026947048027e-06}
{"commit": "5fd3e2be2989acab9ccd2d073390bba80719c3ee", "message": "TestUserUI.java:Added test case for Bug 0001\n", "proba": 1.7091541337777016e-07}
{"commit": "b383c2608680ab2a4a46f8da53bc493e883f0b23", "message": "no message\n", "proba": 2.1470650608534925e-05}
{"commit": "b26dfa619ab1c7efb4781064fc564af08fb657e9", "message": "Applying NDC patch provided by Ray DeCampo (previous commit didn't include this test case) - see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25890\n\n\ngit-svn-id: a7be136288eb2cd985a15786d66ec039c800a993@310392 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.774857082637027e-06}
{"commit": "7b727e2e0aedef50aba8e3d4081a643b79329497", "message": "am aa40537c: am 63c79ce4: Merge \"Update mapping between RAF and Network Type.\" into lmp-mr1-dev\n\n* commit 'aa40537ca56ce386edcdaed2d21a9e2f07975812':\n  Update mapping between RAF and Network Type.\n", "proba": 1.715504680532831e-07}
{"commit": "a2d5fbf569cb81d3d89bf61393c9ebd2c8a54aed", "message": "fix connectNetwork corner cases\n\n1. if we try to use the api for an already connected network\nwe could end up in disabling other networks since we dont\nget events back in that scenario. fix to ignore connect.\n\n2. force transition to mDisconnectingState since we expect\na disconnection when we connect to a network. If we\nare in the other child states in ConnectModeState and dont\ntransition, we could ignore the connection/disconnection\nwhich would cause other networks to get disabled.\n\nChange-Id: I603d504af21c5ba09411d5e2515b8031b9f8a97a\n", "proba": 5.311883342073997e-07}
{"commit": "4fc99930a0329dbdc92aa5e0d82c7a406e5f6d6c", "message": "am 7648bd1f: Merge change Ibb5626c5 into eclair\n\nMerge commit '7648bd1f0005b869e87708b62442a8ad9884266a' into eclair-plus-aosp\n\n* commit '7648bd1f0005b869e87708b62442a8ad9884266a':\n  Stop bringing the wifi interface up on reset.\n", "proba": 1.4743427811936272e-07}
{"commit": "5186efb08e0eb549fd0e13e2df26ddef97252fb2", "message": "Added solver for problem #0014\n", "proba": 1.2445677555206203e-07}
{"commit": "45ad8c819a9a2a01c3df84a80e9357e5565fc45c", "message": "Write Permutation functionality\n", "proba": 2.9558108508354053e-05}
{"commit": "6ca59e6b5257725def12d17bb254b4c79b2c4dac", "message": "commiting changes\n", "proba": 1.547770409615623e-07}
{"commit": "5cb0601bb4ec72627b84cee1f2c3a71fda2059c1", "message": "added more buffers\n", "proba": 1.9298809661449923e-07}
{"commit": "5673c9425ef904c819996b4af54966606aaa0784", "message": "Adding Expansions\n", "proba": 4.257818488895282e-07}
{"commit": "6d36be4c322330ffc65918544bf3b40329b869d9", "message": "ErraiClient example\n", "proba": 3.117039284461498e-07}
{"commit": "922bf9b405f732c821f38e955705bce639fa77b3", "message": "Started implementing Markov chain-induced counting processes in BEAST", "proba": 3.003092672315688e-07}
{"commit": "8a92f3726c8d6d29e84bce97c3489b66f6c52138", "message": "[AMBARI-23966] Upgrade Spark/Zeppelin/Livy from HDP 2.6 to HDP 3.0.(vbrodetskyi) (#1397)\n\n", "proba": 1.2236039026447543e-07}
{"commit": "a95dd3c24c42df116fe38aa0160de554526ad3fd", "message": "Make sure Turntable Recipe is save, will fix #837 for sure.\n", "proba": 1.0172485076509474e-07}
{"commit": "54446e7b7da44ddaefbaa658a9c2d5a81243e908", "message": "add bulk attribute request model\n", "proba": 3.1922820653562667e-07}
{"commit": "b6153c4a7ddee88dbfd3d066ed3d7911e4064e80", "message": "Completely new approach to exhaustively finding overlap between types\n", "proba": 5.747745035478147e-07}
{"commit": "c46b634a03a6493376309501009887b7ec45933e", "message": "fix command prefix in AudioCommand\n", "proba": 0.0004683700390160084}
{"commit": "d557aba1dd9d87fe0e30c4f0b8ad65bd8596a3c6", "message": "add ParentIndex.java\n", "proba": 8.728212037567573e-07}
{"commit": "a4f1f43d3d68ee01922f04926dd467ea53769d37", "message": "initial firewall support implementation\n", "proba": 2.268486269940695e-07}
{"commit": "f0e1bdbcfee84206de433128b10821c0144ad8ea", "message": "Added object builder\n", "proba": 3.4329838172197924e-07}
{"commit": "c17fa5b722b9cb379f7768b629bbd7c81da726ad", "message": "Added a method for channel registrations and added forge handshakes.\n", "proba": 1.048528943670135e-07}
{"commit": "f466687cfc996d12ca808c8285600d9540f95825", "message": "Method of coping dates from first file to second\n", "proba": 1.9063988077050453e-07}
{"commit": "5c395c96e86028834b7d94ee3d77c5db51bd06e9", "message": "Added Drawable file.", "proba": 1.1984184311586432e-07}
{"commit": "50091c3a66c851ac17e595f8af54abcce3c0e25d", "message": "MetadataProvider test case for testing threadcount for providers\n\ngit-svn-id: fdf9ea0c6fe44d6b236ac15ee108a8b2e393dce6@100 2aca1b3b-1dd8-4678-8513-65c153b8ef79\n", "proba": 1.4871582152409246e-06}
{"commit": "648a736e62342059c8ca4212c37651bf22dfc657", "message": "Classe Pontos3D para salvar uma instancia de 3 pontos para serem usados nos c\u00e1lculos", "proba": 8.747586548452091e-07}
{"commit": "7d3cf66a54bb9c2a38ae282cd56b810158526315", "message": "added Services for getAlldevices and few changes on other methods\n", "proba": 1.1442447345189066e-07}
{"commit": "8f967c2643b083d03c05eacc5f42aa1fa901afe9", "message": "Altera\u00e7\u00e3o do Profile de teste.", "proba": 1.1473480299173389e-07}
{"commit": "906a2d507979df33f296f9e70ad8aee0e18f165d", "message": "fix debugging recursive call for SerializerWithCommentEnabledTest\n", "proba": 7.990376502675645e-07}
{"commit": "edf28bbe6fa7343d15d52d4283a3d38aca91c175", "message": "add new Config model to make things easier\n", "proba": 2.1000606409415923e-07}
{"commit": "bb2d3c55409117979d7832b4d62ad0151feb5c81", "message": "ejb speedup\n", "proba": 1.3120272797095822e-06}
{"commit": "144ab9a2ffacbcfc980207dfa516161bd6f77bea", "message": "Add problems\n", "proba": 5.882814002688974e-05}
{"commit": "a94806248b88e8f4c9d9262c1e073b57e2ad26ce", "message": "Add AsynchronousFileChannelSubscriber", "proba": 6.232516511772701e-07}
{"commit": "7a18364629412f5b5406beef1053451570c4fd29", "message": "Create Day17-Exceptions.java", "proba": 3.6409957715477503e-07}
{"commit": "c4a6ee977359be6527bbd050c57c212606d869b2", "message": "fixed #14, update media source on sync\n", "proba": 1.247039023155594e-07}
{"commit": "f8b8f134638aca9dcca76c2a656cf75e62159ebd", "message": "Catch Map Camera API Animation event\n", "proba": 1.571561085711437e-07}
{"commit": "c202f1be9155b2bfe90508de280a55f23829482e", "message": "Objecte und Pr\u00e4dikate werden nun anhand des Vokabulars detektiert.\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@155 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 1.7794313862395938e-06}
{"commit": "42bf3f2509c4fee146274a6cd6a8db4794868eaa", "message": "Corrected Typo\n", "proba": 5.2099716413067654e-05}
{"commit": "ce01fe01bfc25c6137e1402c4b465a35c28b96b0", "message": "\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@7245 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: b4874a54dafb8bd9adc6d2a212942f96161bc1fc", "proba": 1.0804308203660185e-06}
{"commit": "23001dab3332c4b1bfbdb70b4a70a71defab7aa1", "message": "Add: Checking for the footer view specially in the characters list\n", "proba": 1.6717172002245206e-07}
{"commit": "4ce1690a9afee1d7990cc1e2fba063886d94715b", "message": "Criada classe para o problema Diagonal Difference\n", "proba": 3.436675797274802e-07}
{"commit": "3c72ab80459177b5ea661fe1631b5f03851228de", "message": "a minor fix\n", "proba": 2.2284211809164844e-07}
{"commit": "35c33df330096c19a118f17bd777811e04697608", "message": "EcsClusterController first attempt.\n", "proba": 1.2779710800714383e-07}
{"commit": "55ddb16ed6fcf21589bc5b88f1678156315bf6f8", "message": "\u0440\u0435\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d \u043d\u043e\u0432\u044b\u0439 \u043a\u043b\u0430\u0441\u0441 Contacts\n", "proba": 1.8151162350932282e-07}
{"commit": "76d5d934a80169d3af9db90c35529fcfca7dd0ef", "message": "Initial revision of LRUCache.\n", "proba": 1.1510622499599776e-07}
{"commit": "c3dfd04eaec8a45d467afad340cf6a3a5b371019", "message": "add spring config loader\n", "proba": 4.993984816792363e-07}
{"commit": "0ccf9187d4e8ff77f38f76182939c5b4f990d5cd", "message": "Add JUnit tests for DynamicPipelineServiceImpl\n", "proba": 1.6999126728478586e-07}
{"commit": "a151649fcdb7d6b3914280a94354d1f491e37d9b", "message": "add failover to KMSClientProvider\n", "proba": 5.044277600063651e-07}
{"commit": "118451c0c0b28e8c99c3f1c8ebfd1df880de1251", "message": "performance 4 singleton\n", "proba": 1.3103316405249643e-06}
{"commit": "01d89ad4b10aa4d8590df27f8765ef2f7e158034", "message": "jira #DTRA-431: \n * added a protected method to get the populated template as a string.\n\ngit-svn-id: 85c88240758832ecdac9e9f2f6d4112daa3a57f7@27146 cadd33a7-e05c-44d0-9ff7-823b10d47c77\n", "proba": 8.050281508076296e-07}
{"commit": "1a7ab5739fa0e0315450162d0357007c3dad78f0", "message": "GH-32: Added unit test for DslStepsDumper\n", "proba": 1.282881214592635e-07}
{"commit": "dc8d7d6dce38dce674b6a300fb0a2c20c4446837", "message": "Async Task timeout method change, timeout set to 10 sec\n", "proba": 4.2353903495495615e-07}
{"commit": "fd724d4f697c8199ed16ce2ceb65c43202501b0f", "message": "Fix for #356: Model loader test: quote declaration names\n", "proba": 1.5674912390295503e-07}
{"commit": "a9c9dea9df373e8c844096f40622a573f109d5cc", "message": "Do not set Content-Length (its managed by servlet container implicitly)\n", "proba": 1.1116894427232182e-07}
{"commit": "446e3d2d51d7e1afee4cff00f4e43b7670f3578c", "message": "creation of the NXT Communication Service\n", "proba": 1.2610024668902042e-07}
{"commit": "b77ec7b55ea8a5f977a61245bacdfb9571f7fcc0", "message": "Added TODO comments for HttpResponse", "proba": 1.335567674232152e-07}
{"commit": "cac52d87618bb0eb917fe340935e682f2c524363", "message": "Add selectionKey null check in NioOutboundPipeline.executePipeline to prevent NPE (#17672)\n\n", "proba": 1.1024324209074621e-07}
{"commit": "0ba2af07a2519e13662657cd02aa59a5d16457ba", "message": "completed user repository\n", "proba": 7.068969694046245e-07}
{"commit": "a1c019470be566be49967683947198fc14fed84c", "message": "bluetooth: Tell chooser the discovery ended\n\nTwo cases:\n1. Device(s) discovered already. No user visible changes.\n2. No device(s) discoverd. Show \"No bluetooth devices found. Search again\"\n   text. https://folio.googleplex.com/chrome-ux/mocks/236-fizz/choosers/032515_ChooserPhone#%2F03_NoneAfterTimeOut.jpg\n\nBUG=539607\n\nReview URL: https://codereview.chromium.org/1625633004\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#371877}\n", "proba": 0.9983935952186584}
{"commit": "4a5e0bb2a6564047af2c675ae4883a74829e01a0", "message": "Fix a bug where DisplayMetrics are incorrect after rotation change\n\nIn support library 23.2.1, DisplayMetrics in AppCompatActivity is not\nproperly updated after configuration change. This CL proposes a\ntemporary workaround for this bug.\n\nBUG=599048\n\nReview URL: https://codereview.chromium.org/1878093002\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#386828}\n", "proba": 9.807919559534639e-05}
{"commit": "62613af70e88aac27fc0baec089b50f13f0efae6", "message": "Adding overload that allows influencing animDuration variable\n", "proba": 2.6739755298876844e-07}
{"commit": "c48c304f4239f13a3de971b06b8f9b0d199265da", "message": "Added CLT Program III\n", "proba": 1.2259317827556515e-07}
{"commit": "5cc2060aee7bb659a0a0c801a09293d5eaebf1c6", "message": "Minor updates\n", "proba": 3.2755136203377333e-07}
{"commit": "8e511f328ca8f10da8d080e52b833c7081daab4e", "message": "Update EchoApplication.java", "proba": 7.341366767832369e-07}
{"commit": "1052967b2809876d7557f3474fb2f297fca84610", "message": "When caching idpqonvert packages, the output path does not matter.\n", "proba": 1.235730735515972e-07}
{"commit": "3f18d7569ccf223ac2ed92d4bcd8c7e6304ae01c", "message": "add TimeConversion.java\n", "proba": 5.306131924953661e-07}
{"commit": "5dbbfe801a077ed7f6fa8fbfedc4f451282eae6a", "message": "- Finished unit tets for HighPrice Indicator\n", "proba": 1.1363193408442385e-07}
{"commit": "4418c4f5f2d564a95c6d46f2052423005d6bea4b", "message": "Tweak YAML output to use YAML native map structure with class as an entry, rather than custom tags for every class\n", "proba": 1.4320461616534885e-07}
{"commit": "db3204cc71a38125dadf55cd8eecb5cdc3911f05", "message": "Introduce report type for service dump\n", "proba": 2.4383513164139003e-07}
{"commit": "f03de8ceda506bec13ccdfcd033d1a72dc784b9f", "message": "app: Add migration to force full catalog-storage metadata synchronize. #1850 #1851\n", "proba": 5.417569468590955e-07}
{"commit": "5d846c82d37eecb23ad28bc504a9efed6ddcf0e0", "message": "ListEventSessionFilter added\n", "proba": 5.805190994578879e-07}
{"commit": "1c06f02be1143a88bb1275a646c5ac80142d8a66", "message": "The use of the error logger had been commented out (back in 2008?) which mean that it didn't catch errors and stop the MCMC.", "proba": 1.1449586168055248e-07}
{"commit": "14018d1f7c9b898d30538a139222ef4a95671128", "message": "Update MutableMapTest\n", "proba": 3.7483923165382294e-07}
{"commit": "54ba40c4301f1adb37aa0a7165dc6725e4c196f7", "message": "Tidy up modifiers and split type parameters from type args.\n", "proba": 1.1269013100445591e-07}
{"commit": "9deda089d8cb24f62fd9ba762678b3b8be2d4b11", "message": "ClassTransformer: make shortcut refinement trees have implicit tree annotations actual/shared\n", "proba": 3.0265249506555847e-07}
{"commit": "56cce9a6ccd21e183ebe8ff6537532d352f0363a", "message": "Tidy up following review by Tako\n", "proba": 0.0035923663526773453}
{"commit": "9ec3e51157c4a06ced54eecf8dc5baa66b79fed0", "message": "cosmetic: indentation\n", "proba": 0.0001728149363771081}
{"commit": "c142a1e574c6e2d859c2c3811eb571cc07e4b1d8", "message": "fix #5945\n", "proba": 9.937660934156156e-07}
{"commit": "ae79adfdd044a98c0f29aa69af45054faaf70263", "message": "Einfuehrung von Strukturierung, Anlehnung an Entwicklerguide und\nUmsetzung von konsequenten Kommentaren", "proba": 1.3522983977054537e-07}
{"commit": "c74ffcd32247e7bef44314444fa06dab6be2d53e", "message": "added location component\n", "proba": 2.3127738302264333e-07}
{"commit": "e89800f66802f82792c6cb0c27d6ddc958fa6935", "message": "removed old code\n", "proba": 0.00010876605665544048}
{"commit": "015d9cb5543b74a55f84fe1220d37ea073662ea8", "message": "Add ConsoleSinkTask\n", "proba": 3.617308550474263e-07}
{"commit": "b7e025aa181de9579bc8957cfcb53007adcfa961", "message": "Fix NPE in error shutdown case\n\n\ngit-svn-id: 093fa4c7fa7b11ddcea9103fc581483144c30c11@3068 5b74d2a0-fa0e-0410-85ed-ffba77ec0bde\n", "proba": 0.9981762170791626}
{"commit": "e94d0963296c1516086e452deaaf7ebe0a1e8d05", "message": "Random", "proba": 1.046712804964045e-05}
{"commit": "982c57f63219284b2c5116bc9205d7d83c86cb47", "message": "check passwords and loop over mailing list names\n", "proba": 2.3311687868954323e-07}
{"commit": "908c32a15745db3e33fdf3823a823074c1c960c7", "message": "Rename  Serialize and Deserialize Binary Tree.java to  Serialize and Deserialize Binary Tree Inorder.java", "proba": 1.996941364268423e-06}
{"commit": "b93e3f5f5ef5e92066733e432c61987795e93a7c", "message": "#SB-307: Make the routing configurable via REST\n\nRemoved an unnecessary class.\n", "proba": 1.0128150051968987e-07}
{"commit": "ffc400ffeb860cfbdde50b958d324cbe7d9ae413", "message": "Fix tests checking error messages.\n", "proba": 2.396634499746142e-07}
{"commit": "a4227047c74d8129cc94f55e41ca4f46c8cc296c", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "c1b6feb75a806822cb1c99e5fb0efced61be164f", "message": "Create base class with resourse properties implementation.\n", "proba": 1.0898381219703879e-07}
{"commit": "393c2ac3d77f2ce19e8391613275e46dc352f429", "message": "Fixed uuid nullability\n", "proba": 4.875606691712164e-07}
{"commit": "257f4d247012b3610f04e996552d23808000a326", "message": "Create 08.OddEvenSum.java", "proba": 6.110912636358989e-06}
{"commit": "592ce6622cb674e3e7f59dd12ec606c1d9241a3c", "message": "Wrapped long line.\n", "proba": 5.675653369507927e-07}
{"commit": "ba90c36ed7791bf3406d94e243ee6c9049bd6677", "message": "Chapter 4.Partitions Contextand Context", "proba": 2.8282314815442078e-05}
{"commit": "1f5b1ec5483046c65ce40a0942417bd9a07946da", "message": "Added tests for authenticator.\n", "proba": 1.1095880125822077e-07}
{"commit": "1b7024d27eb37c246f1fffac23eefe8ab5d6790c", "message": "better error message", "proba": 7.083193850121461e-06}
{"commit": "55e031be8bbaa6003b7f66b9098df5d287d1612d", "message": "allow of operator on things with unknown type", "proba": 2.023618890234502e-07}
{"commit": "c2473aedcced5b627427858a6fa4e4a9965d52fb", "message": "add package-info to test package\n", "proba": 2.405330974397657e-07}
{"commit": "05db8181971e899bed5f414d6481fe8b87d13dc4", "message": "more unit tests\n", "proba": 1.4985489826813136e-07}
{"commit": "f5905c6d34f4b35c97540c2fd68bd1dd01821934", "message": "Setup for UIDropdownScroll class, copied from UIDropdown\n", "proba": 1.3480068616900098e-07}
{"commit": "ef42e5fb9830fee44b2cf4959634561cf014cdb0", "message": "[TEST] Sorted Merge Meta Test\n\nAdded a LoadSave test for the Sorted Merge step\n", "proba": 1.3267573706343683e-07}
{"commit": "a693e76ef12884ad9f3294c3d92b64885ce0427a", "message": "HexFRVR-0.1.0.39 - fix a bug\n", "proba": 1.4615530119499454e-07}
{"commit": "10ffd1169766c467c7ae8bade11c43b970cb8662", "message": "updated DataAccessObjectFactory.java: improved coding style and added inline documentation\n", "proba": 1.9967193054526433e-07}
{"commit": "d28770ac08bf02e96b8ab6ee661b4bc8f2551e43", "message": "Forgotten prediction lines\n", "proba": 3.455991475220799e-07}
{"commit": "98213eb8c6b98cbbfff9a2ba9e1b2feb27762aea", "message": "Disabling tests until I figure out why they break.\n", "proba": 1.3073344007352716e-07}
{"commit": "b4325bead95a9226c0b73f9ed39600b47c25cf88", "message": "add file system spoolout target", "proba": 3.740664737961197e-07}
{"commit": "788056cc08d1fbcdaf73fcc0c055a898c7994ff0", "message": "add SpeechRecognizer\n", "proba": 1.437166019968572e-06}
{"commit": "3fb7c9e92233f90a1d1e8bc7ca36dc6b1ddd281f", "message": "Change 15\n", "proba": 8.056602496253618e-07}
{"commit": "6f900f9960924afdd46f284550a7002501522cb1", "message": "Adding back the ReportResource class\n", "proba": 2.639654042013717e-07}
{"commit": "5041f6db17e1e1eb0b6c67aa4e4c4ddc59b0cdf0", "message": "#fn Add unit tests for app.metatron.discovery.prep.parser.preparation.rule.expr.Pair\n\nAdd unit tests for prep parser", "proba": 2.0482421803080797e-07}
{"commit": "e840bd0c2d5a98d81a5991d07ac384812fd7a21b", "message": "Add simple test for update handlers\n\ngit-svn-id: 6eed74fe9a15c8da84b9a8d7f2960c0406113ece@1649494 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.6125510405327077e-07}
{"commit": "720fc1665521514fda9d5209dfe17251a09bd223", "message": "Added test cases for KafkaToBQ\n", "proba": 1.3160408229850873e-07}
{"commit": "c7814d88d7fa94019e15b63412f7bd9f909ca5dd", "message": "Added factory method for HttpGenerator.\n", "proba": 1.1393044729857138e-07}
{"commit": "2261aec0520fa59282e950dae0b1ca318fe165f2", "message": "add joboperation testing\n", "proba": 2.85897863250284e-06}
{"commit": "d8e2fbf00dc89a28a136c17308180d3afe6957c3", "message": "map from var args\n", "proba": 6.937984267096908e-07}
{"commit": "856cbaf1b9315ed7fe60c09dd549d5a4d3952649", "message": "added FindBugs Suppress annotation\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@4763 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 7.41862379527447e-07}
{"commit": "ea26f2dc2443e18a20e6fd383597155e2108d04b", "message": "adding the user model\n", "proba": 1.714044174150331e-06}
{"commit": "75b8ff2fa26d0e1a693b62212cf576b44e16695c", "message": "Added Ladder-Analysis Class with TODOs for Sebastian and Michael.", "proba": 1.001189104954392e-07}
{"commit": "24f0209c2797382a4b1b7052fb6deedd014b2ff7", "message": "*** empty log message ***\n", "proba": 5.360483328331611e-07}
{"commit": "c1bd4f261b3fd44dbc72a5237f4010172429b62c", "message": "in error case, create a logentry\n", "proba": 3.411311126910732e-06}
{"commit": "92fc6cf9373099755e37edab5bdaebbfee839612", "message": "add basic field unit test\n", "proba": 2.0513738263616688e-07}
{"commit": "30d664b9e7dc456b02683ef89873dfac1e3df8ad", "message": "disable dev\n", "proba": 1.1196709692740114e-06}
{"commit": "9f8ce50bb33f5428ff37e22dec30632adb5f360c", "message": "added to simplify velocity templates\n", "proba": 2.76960179235175e-07}
{"commit": "ed7cb7b5c65478e179fe43801201777c53ba3e48", "message": "Tidy-up equals() and implement a matching hashCode().\n\nsvn path=/harmony/; revision=825514\n", "proba": 0.9999911785125732}
{"commit": "911e04dfb9d612612c23e626957431e33cdf5da1", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "20eaf5a8593ade4beeca39ced05a070155372459", "message": "lowest common ancestor qs\n", "proba": 0.0002939381229225546}
{"commit": "dcc8e9faba4c793d86062e0b5563dce42d74ae04", "message": "align test main\n", "proba": 1.0864649766517687e-06}
{"commit": "e34c8e5b56de273bbed6841417e2cbce3a495f81", "message": "Handle fields for big number", "proba": 6.374028203026683e-07}
{"commit": "600a8b53cf404db351a0f88fa5e156f86441696b", "message": "added prior of hyperparameters to \"likelihood\" wrong but functional, don't want to add a Parser for a mixture prior", "proba": 3.8668852653245267e-07}
{"commit": "6a19b6cf072c0ffd14b6f63d09fba80bec5e033f", "message": "add some for fun\n", "proba": 2.5741920239852334e-07}
{"commit": "4d73558df98674465a8cc367f602d5b6f3a63113", "message": "Introducing EcjCompilation.java\n", "proba": 2.6194993552053347e-07}
{"commit": "a063ba18b026c136e2ccf1a3acf55dbca3aa68d1", "message": "new acl model\n", "proba": 1.8617541286403139e-07}
{"commit": "75501293e6f06d1f02d4240ac419e623630e9fa1", "message": "GERONIMO-6489 add missing PartitionPlanImpl class\n\ngit-svn-id: 60e751271f50ec028ae56d425821c1c711e0b018@1537387 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.857800715602934e-07}
{"commit": "66dd793de3a11cd2016230e72fa910eb8b9cb5c4", "message": "\u65b0\u589e\u8349\u7a3f\u670d\u52a1\u7c7b\n", "proba": 2.200865623080972e-07}
{"commit": "0ffc81c1ada65b4ef4febaacf044e9fa62309b87", "message": "am 17d89636: am 011b8efc: Merge \"frameworks/base: stop find before issuing wps pbc.\"\n\n* commit '17d89636530f4a5e4e77d3ae11e2e696a697cc64':\n  frameworks/base: stop find before issuing wps pbc.\n", "proba": 1.3361179185267247e-07}
{"commit": "a1a17c5349e0f63a28987e28ea907b25e00f026e", "message": "Clean-up\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1033913 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.489711505404557e-06}
{"commit": "fb418be664a280cc4c612d06076871a814fb5607", "message": "Forgot to add BetterCompoundButton to git.\n", "proba": 1.0712097520126918e-07}
{"commit": "46c29c8bfdda7688921ceef56fb800b73e7bc9a7", "message": "Make UI generated through TypeEditor gettable\n\nSigned-off-by: Douglas Winter <2ba081ed786b0e40e04f5f6ad99e10e30bc41610@diamond.ac.uk>", "proba": 1.1462237381465457e-07}
{"commit": "617bd92bff0314b45ed6dabd192d99cbb2b8b461", "message": "Chapter_001 JVM, Byte code\n", "proba": 5.023428570893884e-07}
{"commit": "672d5fe83779309535dc5da2d66e2e2ad647c33a", "message": "Constructor null argument type cast \n\nMakes sure the right constructor is called", "proba": 1.1133312227684655e-06}
{"commit": "681b5dfb1adf5860703002fac1ae76c8b999815f", "message": "Backing up work\n", "proba": 1.4150413107927307e-06}
{"commit": "803b62d54be66fb82b638d53c1ae4d46281db8f2", "message": "Add CustomItem stub\n", "proba": 3.5658698038787406e-07}
{"commit": "4def575ba13685c624d907bd028b900b98aa06f5", "message": "Add search result to api\n", "proba": 3.591048312046041e-07}
{"commit": "4f6eb31c65a8df8074157f6f587586df4dd9ab2a", "message": "change in print() method\n", "proba": 0.00014148553600534797}
{"commit": "a5f15a07e6e21da8f86b16377840f607d1236284", "message": "[Refactoring] Remove magic numbers\n", "proba": 2.718649739108514e-06}
{"commit": "50a6e65fc8e3779942e4edd300f33f0b34800078", "message": "Removing active event when deleted\n", "proba": 1.5193733133855858e-06}
{"commit": "6fc499ee61f4ca2b0b2ae5a15c4e108b5f248453", "message": "Minor formatting\n", "proba": 6.821014153501892e-07}
{"commit": "d07d8126ed2491c1677f57dd7bf57efa699e5e86", "message": "New file\n\ngit-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@42364 4f837ed2-42f5-46e7-a7a5-fa17313484d4\n", "proba": 7.47806382150884e-07}
{"commit": "67825d92339e6bb8f4439d297076808fc19539e8", "message": "Security Data Bean\n\n\nSVN-Revision: 642\n", "proba": 2.0691375368642184e-07}
{"commit": "bf3179bfe12810eb83be3d7dcfc6abb7cafe6a55", "message": "Repair AbstractFFP renderer implementation.\n", "proba": 1.2341783417468832e-07}
{"commit": "60348c1e4b44e8bc06c247576584e4e7390d4529", "message": "cleanup\n", "proba": 3.1109298106457572e-06}
{"commit": "4efb0165e7e50b0adb07dd354e2a67e619d750e7", "message": "SAK-40494 add ajax=true to default bypass query list (#5900)\n\n", "proba": 1.0649697657072466e-07}
{"commit": "d02071afb86eaa5f12d57e935fcbdfae1737faf8", "message": "app: add new migration to remove non-supported mois\n", "proba": 7.445252094839816e-07}
{"commit": "b3ef16d19c67a0dea7c94f354e9d0189d0af4640", "message": "Fixed type 20 attack weapon styles\n", "proba": 2.3847286456657457e-07}
{"commit": "2f882debf55fc7b612348c5d91aa71bf887ee50a", "message": "Rename of PropertySettingdialog to WGPropertySettingDialog\n", "proba": 1.7707576205339137e-07}
{"commit": "a69ef2794f1ad47616c0e4e4e842e29c44d7091c", "message": "SamplesController\n", "proba": 7.014801326477027e-07}
{"commit": "db85f2bbbbfe74cc5c54d59fd604a530bc4b1ecb", "message": "Fixed a bug with \"Destroy 1x\" ability. Added \"Highest Card = 0\".\n", "proba": 1.0141990713918858e-07}
{"commit": "8c1ea765af8dcece392d2e96ff9ff07bab9703a6", "message": "[MDP-1] DRL reuse works; Java Re-Use broken (chances for classloading strageness in drools).\n", "proba": 9.836219305725535e-08}
{"commit": "5238aaca901934b20d1c735d9c5a0c4c7b55cc94", "message": "\u30b3\u30fc\u30c9\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3092\u4fee\u6b63\u3002\nEYE VDJ\u306e\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u7528\u306b\u4e0a\u4e0b\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u30d0\u30fc\u7b49\u3092\u6d88\u3059\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0\uff08\u30b3\u30e1\u30f3\u30c8\u30a2\u30a6\u30c8\u3057\u3066\u308b\uff09\n", "proba": 1.25654878502246e-07}
{"commit": "de2668c39bcc8d21557683f8dfe2b797dbe24763", "message": "KRACOEUS-6920 : Do not attempt to fix proposal numbers on the document(redundant) or any document headers as it can cause exceptions.\n", "proba": 9.773159348469562e-08}
{"commit": "ac267cb064301369e77dbbf15bd4e398924a6cf3", "message": "Firebase Analytics, Crash Reporting and firebase library integrated\n", "proba": 1.5486828885968862e-07}
{"commit": "44b982cbf57bd9d5f5ed5f4249492f9ec44eb47d", "message": "KRACOEUS-3377: Moved abstracts timestamp fix to fixProposal.\n", "proba": 1.056605540838973e-07}
{"commit": "6052cd1cde5af0ba0edb01da60ce1b9652451f32", "message": "CMP-822 Add CompassEmbeddedHibernateFactoryBean, a Spring factory bean that allows to inject Compass configured in embedded Hibernate\n", "proba": 1.1762784168922735e-07}
{"commit": "0a8b727a83de34f1c4953fa785702c7bc83b639f", "message": "Modificaciones cliente\n\nRepartimos en metodos. Apreciamos todo mas modular\n", "proba": 1.9255882932611712e-07}
{"commit": "bd2591ad7fd22ff125fd2beb4540eb46adac8cef", "message": "Fix potential case sensitivity issue when using /kit list.\n", "proba": 4.277533491858776e-07}
{"commit": "82ab8e94fd98956747ad603c0c17d22290804e86", "message": "Create Solution.java", "proba": 1.4807177421971573e-06}
{"commit": "33cee3dc9d5f5cf46c0201c624b2d5eb25dcc50a", "message": "Backport support for nio udp multicast to 3 branch. See #216\n", "proba": 1.1737704852521347e-07}
{"commit": "9e047a9d2dfcca61660afb94c6baebdc84e5cea4", "message": "refactoring\n", "proba": 5.272031557979062e-06}
{"commit": "77de9a911eb353f34f6456eb6dc4455b5467b740", "message": "Add JavaCompilationArtifactsTest.\n\nPiperOrigin-RevId: 408075514\n", "proba": 9.548761227051727e-06}
{"commit": "4730df9ad92fcadf1cdf1467dad73a7c1cd07a72", "message": "modify by tz for \u5168\u5c40\u7f13\u5b58\u5237\u65b0\n", "proba": 1.2307275198963907e-07}
{"commit": "56557bf074d0dd55e9a6351cdbd3f513b2e0ac04", "message": "#302 WxMpXmlOutNewsMessage\u7c7b\u4e2d\u7684\u5185\u90e8\u7c7b\u589e\u52a0\u5b9e\u73b0\u5e8f\u5217\u5316\u63a5\u53e3\n\n", "proba": 1.472026127657955e-07}
{"commit": "46a85bad0b4561f08d54d3b1510d4fda15997f60", "message": "Fix setup property reporting\n", "proba": 2.249699662115745e-07}
{"commit": "ffd1c074166ef26836d9e6fe72953803268513e1", "message": "Switching to instanceID API", "proba": 1.0534507737247623e-06}
{"commit": "6f2624c11f20145625b7d2541dc8b151a78eb716", "message": "new \"remove sentence annotations\" annotator", "proba": 0.0006032727542333305}
{"commit": "fb54a4a6cbc635e0cca938c3a0d2d6ebcfdb3ae3", "message": "added tests for reset\n", "proba": 4.2803898736565316e-07}
{"commit": "973626142f7b70aaaf2a67a96d857eb05614e66e", "message": "JudoFragmentActivity\n", "proba": 9.917372381096357e-07}
{"commit": "fea0958499d68e91c7105bf89f4296484e8fadc2", "message": "Disable BidirectionalStreamTest#testReadAndWrite\n\nTBR=mef@chromium.org\nBUG=591112\n\nReview URL: https://codereview.chromium.org/1791803003\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#380878}\n", "proba": 1.9661642625123932e-07}
{"commit": "10ef0898ba6e3efb7dd0d2551ae3b4f7e4f787c9", "message": "\u2694\ufe0f Mastery mastery-4.1. - 1. `Exception` `catch` order\n", "proba": 1.7903419575304724e-05}
{"commit": "656f26cc9d4f215e06632d00a7c473ef20a38caa", "message": "added test case\n\n\nFormer-commit-id: 2330a397a8af99797a16c8201f1baac124089e6f", "proba": 4.952197514285217e-07}
{"commit": "86501788955ec0f5d54d69851515cd1c991f61e4", "message": "adding consumer for the new SampleOAuthProvider", "proba": 1.7557380260768696e-07}
{"commit": "3f2b632aa137d29fd313b9fda45df44feccc5453", "message": "(UPSTREAM) Change base Wurst version to 2.13pre2\n", "proba": 1.2927124259931588e-07}
{"commit": "2dc22821a07b06116b885b824cfc9f314e0ffb17", "message": "add a class\n", "proba": 6.008453783579171e-05}
{"commit": "7b76e06a44189c2fdfa5aae4bed0b7c613b7eec5", "message": "added LibraryDbReadOnlyUtils which will use the read only library\nconnection tomcat resource\n", "proba": 1.4138406356778432e-07}
{"commit": "105aeba3e44699313c2ee3e889d9f48b1109eba8", "message": "[143209] HTMLAttributeValidator has reversed JSP-aware attribute name and value checks?\n", "proba": 1.0050597154531715e-07}
{"commit": "5c55a5011cb77959382e26896c9642c2e99b44b3", "message": "more travis ci", "proba": 2.3448971830930532e-07}
{"commit": "71336f3e960065e845224f3ca9f39b3f021b74b9", "message": "\u3010IPCInvokerSample\u3011\u66f4\u65b0OnExceptionObservable\u6d4b\u8bd5\u7528\u4f8b\n", "proba": 1.2998813758713368e-07}
{"commit": "7dd65078f6a40ed98ae8cddc5d7976d4fe629a29", "message": "More AudioManager tests\n\nAdd tests for AudioFocus:\n- create a looper for AudioManager to use so listener callbacks can be used\n- test each type of audio focus gain causes the expected type of focus loss\n- stress test audio focus request and abandon, with and without a listener\n\nChange-Id: I7d9c84ccd8ea49cf20ede57b1245899a81e99ab0\n", "proba": 4.3276131123093364e-07}
{"commit": "efb630fc0a95abbab501b2fc123d82453a2cb230", "message": "added interface AssetManagerInitializer.\n", "proba": 1.302364296407177e-07}
{"commit": "351a9ae77dac86f4022725ae82f7411b388bc916", "message": "New class IpAddressUserType\n", "proba": 3.5692789879249176e-07}
{"commit": "d5183e6891542d286c46923330342c264e26be98", "message": "If the artifact is not a snapshot and exists in the local repository, always return it\n", "proba": 2.570575929894403e-07}
{"commit": "31e4026ef882e070d5ac70aee3c1a503aadd1d9c", "message": "NEW - bug 322194: [build] remove root item if there is only one build server\nhttps://bugs.eclipse.org/bugs/show_bug.cgi?id=322194\n", "proba": 2.805275585160416e-07}
{"commit": "88198ad11991264eb90d3544f30e37ec8af91c2f", "message": "CSPACE-452, CSPACE-453, CSPACE-454, CSPACE-455 Must install basic vocabularies. Current version just hard-codes the calls. Next version will read from config files of some sort. \n", "proba": 9.889532037732351e-08}
{"commit": "e001f5981f231f676b73ba229dd5b1c94026abc9", "message": "Apontamento para arquivo errado", "proba": 1.1579584224818973e-06}
{"commit": "b3320b26e13f12a65bfa7eb5dc4a77ee0857a048", "message": "CustomizedConfigurePanelProvider interface, if implemented it's createCustomizedConfigurePanel() method will be called instead of autobuilding a dialogue using UI builder. The callback provides methods for adding the configured provider\n\ngit-svn-id: 10833e805afea9e5a6509b27c1b8b6924566be5c@7446 bf327186-88b3-11dd-a302-d386e5130c1c\n", "proba": 1.0098295206262264e-05}
{"commit": "22def7a1cb80e370b7349123265c3bdbe07bbebe", "message": "Provide an Action ID\n", "proba": 9.590750414645299e-05}
{"commit": "948d036c5e6e2ee04121fb22ca52f692b68929b8", "message": "CAMEL-8941 test: restlet producer should handle binary streams regardless of content type\n", "proba": 3.40062058512558e-07}
{"commit": "6c5a154c8cb33bc0fa62f5ad9daac8d45db50262", "message": "CURATOR-214 - Missed file.\n", "proba": 1.0705010566880446e-07}
{"commit": "bc6723ccea28c954b6056d9c622662e6cd0ec85c", "message": "Test is 1s too brittle on MacOSX getting intermittent failures 1 out of every 5 runs (approx) but all seem to go away by increasing the timestamp differences by 1s\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1143033 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.412625953089446e-05}
{"commit": "48f2910a370d85527378c91166a0cbafdacd3102", "message": "implemented class that reads from stream generated by ktable to count entries by symbol.\n", "proba": 1.0182695575622347e-07}
{"commit": "31030a6c5648a616a80f3a8e5bf25cfa02640046", "message": "add new class\n", "proba": 3.1051556561578764e-06}
{"commit": "7b8d6d1663b4d6f567b84ee05b5ad9394084788c", "message": "IFS-6498: Builder test added\n", "proba": 1.7996997314639884e-07}
{"commit": "13971820f5d0604c1776ba4a9c1036bbb6358fa8", "message": "Implement rating predictor item scorer (#485)\n", "proba": 1.95073695863357e-07}
{"commit": "fc68f93aee252e1eb67e66a8d29fd2d27417d590", "message": "Changed request handler to SimpleChannelInboundHandler\n", "proba": 3.113919717634417e-07}
{"commit": "ac1694091e8b07bd2dee8adb31c12a13923cb1ee", "message": "adding ProjectileWrapperUtils\n", "proba": 3.599942886012286e-07}
{"commit": "db58a33bd010d84287a73044c06306e60b5106a6", "message": "contributor:  Roy Wood.  When looking at the default action pattern on the server side, it is using an incorrect value for the PortType name within the action pattern string. It is using the impl class name when it should be grabbing the PortType name from the SEI class. This fix will resolve that problem\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@575043 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.2292094803997315e-06}
{"commit": "52f5f029a9df1b0801ea085d531fd8ae874ce18f", "message": "\u6298\u6263\u9884\u5904\u7406\u6a21\u578b\n", "proba": 2.1622773260787653e-07}
{"commit": "8cd90fbeacb648bb2374f9aef085650c5516c4eb", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "496577ed383873c36fe3ce0faacc8b777fb329c9", "message": "Add process util class", "proba": 7.271693789334677e-07}
{"commit": "3fdcdb873be86e52bd866a16f86fe75a86fd81e0", "message": "Setting correct expected message\n", "proba": 0.002469895174726844}
{"commit": "460d0f4ccd878c65e0e8060dae3a440012d46904", "message": "[kurento-test] Added webrtc one2many test (with latency control)\n\nChange-Id: I07c881f6f9c653ed9cf3f02e5de1db9c83cef003\n", "proba": 2.604518272164569e-07}
{"commit": "0406b139816951f03bbc37abdb33403d7f5caf8c", "message": "Added additional test cases to check the recovery with fallback data\nwhen a update operation is running", "proba": 1.6516534628863155e-07}
{"commit": "fc9c438b59b9cf575fe5d74cb1a0687a9b7367ff", "message": "am fbeb8f6a: am 4b370408: am 849e1a9c: Merge \"Prevent device owner registration after setup is complete\" into lmp-dev\n\n* commit 'fbeb8f6a75118e38a0085f11f943d6a0024de7f2':\n  Prevent device owner registration after setup is complete\n", "proba": 4.0790598632156616e-07}
{"commit": "a362553af3e4c547668a3bc3a9acd07854e0d923", "message": "fix version conflict\n", "proba": 9.411318728780316e-07}
{"commit": "ba31f12443eecdfd1e2df3b9962be9d5b616f023", "message": "demo\u670d\u52a1\u66f4\u65b0", "proba": 4.0325255667994497e-07}
{"commit": "e8ae8a458a3ac70b081fc6df6605463c99fa6fac", "message": "Create StepDefinition-AccountT&Ts-DownloadT&Ts.java", "proba": 2.4882345428522967e-07}
{"commit": "5e26842032640fe4aad61d3a4787f6499a24f99e", "message": "RCONPacketFactory doesn't need to inherit from SteamPacketFactory\n", "proba": 3.636175733845448e-07}
{"commit": "b1b1c88c2ede90cce96e1c4fc73de06ef8680821", "message": "KCIAC-440 : Don't refresh the entire protocol when saving review comments.\n", "proba": 9.870348094409565e-08}
{"commit": "e24e96364f44f0e1a6bc3f3318031b59a3012c93", "message": "Introduces the Print module\n", "proba": 2.1476654410435003e-07}
{"commit": "0ae76c054cbbd1eb5e58a64f9fd3ec9d62004788", "message": "Brave assumption in test that '/tmp' is the temporary directory on all platforms, this should work on Linux and OSX at least, althouh I need to check W32.\n", "proba": 1.1438562808052666e-07}
{"commit": "02c4ebdc825fe862a1192d2f7b01ec057d5f1f2b", "message": "Update Vertex.java", "proba": 8.902550803213671e-07}
{"commit": "bee259d72da48c0ad0737a7a056b6d5b9ee716b1", "message": "off-gpu w2v p.0\n", "proba": 3.914417902706191e-06}
{"commit": "a0afc788f2188d4f704e7b31b3395f4e9e9654d0", "message": "remove setProperties and getProperteis from ControllersDomainBindingApi\n\nThese methods are also accounted for in DatabindingApi which is referenced from ControllerDomainTransformer.\n", "proba": 9.914348453321509e-08}
{"commit": "9798289df38c46a26e21ea1d48a02b38ce6d3229", "message": "Rename method\n", "proba": 1.6674928247084608e-06}
{"commit": "e17b4df15d8d6f33cd399f26a2ffe1c8b81100fc", "message": "Increased fidelity on the @MatsClassMapping test, actually checking that Spring DI works.\n", "proba": 9.690226221437115e-08}
{"commit": "42eb7179c6bff767a606b7637159a32596a71386", "message": "Fix unittests for Windows\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1682598 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.5141023368414608e-06}
{"commit": "35f15b7c74722bea29bc0af4d66428add5e4b2d9", "message": "#1083 Developed a base abstract class for matchers that are to be used whenever hyperlink attachments are required. This class contains the core functionality to autocomplete non-existing attachments for valid hyperlinks.\n", "proba": 1.0498417424287254e-07}
{"commit": "924a4ca097f6940e589863d534b1f15f24caca15", "message": "[184650] [validation] Invalid complaints of invalid CDATA\n", "proba": 5.443812369776424e-07}
{"commit": "f91c36f14bfcdf31a20183effd8d7be53b1b25a0", "message": "[androsdk-33] Add FileResourceStoreIntegrationShould\n", "proba": 1.3558728539919684e-07}
{"commit": "0ac470b101e4d554e23c3dcf98f1eb7f132f6876", "message": "Add HQL vs Criteria fetch plan overriding\n", "proba": 1.4452680829890596e-07}
{"commit": "6597f03212b1ee81ea336f1dfeca8d18deb03862", "message": "fix for 8452\n", "proba": 8.29773343866691e-05}
{"commit": "90a15b77f8dd2b8586004439c42916576ed3d8d0", "message": "Added @RunWith annotation\n", "proba": 1.2783659997239738e-07}
{"commit": "943dc12d9baa39fc94c47dd1c2745c5d8ca869f4", "message": "#POULPE-460\nAdded test for LoginServerResource.", "proba": 1.0339282141558215e-07}
{"commit": "aaec2c74db4b6a0f4b4625b8dedfe928ca2f5a89", "message": "normal dfs and recursion except add a parameter to remember the last operand because * has priority over -/+\n", "proba": 1.396600282532745e-06}
{"commit": "c9d4f681d0700bd5344960f2da83ae960fc0b778", "message": "GEODE-9295: Added dunit test\n", "proba": 1.2896413181806565e-07}
{"commit": "36d54192e797ecc76109a54a1e65cd2d5a5303eb", "message": "Simple test for TicketFlag construction\n\ngit-svn-id: 90776817adfbd895fc5cfa90f675377e0a62e745@1037242 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.1911039855003764e-07}
{"commit": "e6c2d62c3abc3b429d80b89ebb771473c47e75dc", "message": "Create front22.java", "proba": 1.1671121683320962e-05}
{"commit": "a9a38b278ebd016ef183efe8f7c239203763053c", "message": "Add LeetCode0105.java\n\nAdd LeetCode0105.java", "proba": 4.7325138439191505e-06}
{"commit": "afeef0d68b7746507707ce05ed87956319dd5df0", "message": "Add main()", "proba": 6.60269847685413e-07}
{"commit": "38b831bddd489876b43bbba94daf81b3be7b0437", "message": "Atualizacao local\n", "proba": 4.450825201729458e-07}
{"commit": "1e22ce5bb1020cd21ba5913c10f000dbdd08a2ab", "message": "KRACOEUS-6955: increased visibility of rule stubs to resolve compilation issue\n", "proba": 1.2644369462577743e-07}
{"commit": "562cf3409f9b43b190b8cd1409a9681972e06cd5", "message": "[ANDROSDK-813] Add EnrollmentObjectRepositoryMockIntegrationShould\n", "proba": 1.3608369897610828e-07}
{"commit": "19b180e208226c03d0957d117346348b4d5c58cc", "message": "Add LeetCode0050.java\n\nAdd LeetCode0050.java", "proba": 4.005674782092683e-06}
{"commit": "adbfbb7f9cedb1af992a2af47d7423dcefbfcc23", "message": "Working towards issue #72, Remock compatibility\n\n* Problem being mainly that remock sets all beans lazy. Or so I thought.\n* Turns out that it also does not seem to run the ApplicationEvents,\nneither via ApplicationListener nor via annotation-based @EventListener\n* .. and it also wipes out @ActiveProfile\n", "proba": 1.2686487593782658e-07}
{"commit": "62b432a7b48ebed7c57ee30bbd127ee01df3253f", "message": "Created Game.java which can be used as an entry point for program.", "proba": 1.020680713281763e-07}
{"commit": "1762b746cedfbace6325d8811c2b6a89f3788590", "message": "#JC-31 #JC-32\ndefault implementation. context retrieved from SecurityContextHolder\n", "proba": 6.376233795890585e-05}
{"commit": "4c242f9d8f8894c7084900e9196dd23b04ec675c", "message": "KULRICE-10023 - added an integration test for MaxValueIncrementerFactory\n\ngit-svn-id: 2a5d2b5a02908a0c4ba7967b726d8c4198d1b9ed@40614 7a7aa7f6-c479-11dc-97e2-85a2497f191d\n", "proba": 4.53480197393219e-07}
{"commit": "2bb3d06dd47afb68883fa29bbc9ba32a80f63930", "message": "SAK-11338 add site advisor\n\ngit-svn-id: 0df86c9bc60dd8cd42d02270109e0d9c15296071@34653 66ffb92e-73f9-0310-93c1-f5514f145a0a\n", "proba": 2.5895712951751193e-07}
{"commit": "3971a70d46d3ee4c780ce032b1c3b35b15d3ab0d", "message": "[ANDROSDK-585] Add tests for DataValueCollectionRepository\n", "proba": 1.2222172074416449e-07}
{"commit": "cda127ee549567402211672116832d8d7c0da3fb", "message": "Add AdjAddUniqueIdPoiToPoiNewMapperTest.java.\n", "proba": 2.1426123453238688e-07}
{"commit": "d13bc38a17ffec7858dbc9f6740a6d6f313261d1", "message": "Adding UDF for message filtered by regex pattern\n", "proba": 2.534000032028416e-07}
{"commit": "e7d7146a97dc1b201eb9fb2736f3967a1252a780", "message": "cleaned up imports\n", "proba": 2.651026704825199e-07}
{"commit": "0554cc7558c16139563e4566170fb7de0c7a532d", "message": "wrapper around a list of projects\n", "proba": 3.168848934365087e-06}
{"commit": "772cfa9ed6e1ab2bab93ad75da51051c8a837c66", "message": "initialised ps5\n", "proba": 1.4293052572611487e-06}
{"commit": "78aee51f71a72566fcb60ba33100469a2bf6a737", "message": "Adds qualifier to firmwareDirectory (#446)\n\n", "proba": 1.1344136652269299e-07}
{"commit": "0be9a1b284c775e28142b3dd41957028b736df59", "message": "KULRICE-11321 : Create Automated Functional Tests for KRAD Labs - Inquiry - Presentation Controller hiding field and section\n\n\ngit-svn-id: 2a5d2b5a02908a0c4ba7967b726d8c4198d1b9ed@43351 7a7aa7f6-c479-11dc-97e2-85a2497f191d\n", "proba": 3.908394319296349e-07}
{"commit": "3d5e19d9039237fa15f45617aa66c3d680c91f40", "message": "#2212 Added property converter for array of GuardedStrings which was implemented in Extras\n", "proba": 1.0210682432898466e-07}
{"commit": "9ae1c052f9fedd7e123e0b9a010192a0486f8271", "message": "leetcode-297 serialize and deserialize binary tree\n", "proba": 1.4185459917825938e-07}
{"commit": "4daec996a7a5f3af3edd4882d2881e458a60b827", "message": "SPLEVO-385 Consolidation Wizard: Unit tests: unit test for the function\nof PackagesTreeContentProvider - initial commit", "proba": 1.0707705655477184e-07}
{"commit": "4801bc2a2654b99381b437a8d7007757dcd479d7", "message": "Component Transformation from Maven POM #9\n", "proba": 1.267665510340521e-07}
{"commit": "0f4b7ed95677e6a0c7ec0b418658336923b00e64", "message": "add DigitalActor to git", "proba": 2.251214965554027e-07}
{"commit": "416ec35fbcca08480680642691e37ae21345d95b", "message": "[nobug] spelling and NLS\n", "proba": 0.0002664237399585545}
{"commit": "1f597bb707fb8482a3808e085c86d3c6b9d25fcf", "message": "Adding a microbenchmark of create and query performance.\n", "proba": 1.7227266368990968e-07}
{"commit": "4aa202030202e099f664076722ede4825a001dda", "message": "KAA-331: add test for RequestDecoder\n", "proba": 2.974354060825135e-07}
{"commit": "5539f6f409bed2d577d41844d78b32e6e691a207", "message": "FLEX-3166 ~ Improves waiting for authorizations\n", "proba": 1.1027415780517913e-07}
{"commit": "e56c889a27657e5c4fdb85b728f837d0663e478f", "message": "reverse vowels of string - vowels dict + two pointers\n", "proba": 0.0004392194969113916}
{"commit": "9688816cc25cdbd1aaf184be7bb8c70b7bc8172b", "message": "Added binarycode problem. Passing partially on system test. have to check for corner conditions\n", "proba": 1.7919893480211613e-07}
{"commit": "e948e5c4fea26ab3bbcffe4e574c02e5bbc5e79e", "message": "fix(paas-webapp-war): disable spring-security debug mode\n", "proba": 5.846036401635502e-07}
{"commit": "a244c1192d86359b9d63f97799b3d4646b556597", "message": "Live logging for debugging\n", "proba": 3.761348352782079e-07}
{"commit": "068294f1f7a5a934b823e2c34519443beaf6c420", "message": "Defect 4371: Branch dropdow show empty selection\n", "proba": 1.2621430300896463e-07}
{"commit": "07bcd459dacbbf26fac52f6500c235d80c2d03f7", "message": "added test\n\ngit-svn-id: 27326a786375daad9d33dc990c6f272e4c8f567c@1660 fda5f131-174c-0410-8613-e0905860106b\n", "proba": 2.394066882516199e-07}
{"commit": "701538970fffc129eef9657bbbc2cbb64d015a14", "message": "RICEQA-540 : Fill AFT Gap: Library: Edit Line\nAdded all the tests, but many of the features and functionality is not working so kept them as commented.\n\ngit-svn-id: 2a5d2b5a02908a0c4ba7967b726d8c4198d1b9ed@48267 7a7aa7f6-c479-11dc-97e2-85a2497f191d\n", "proba": 1.2561813491629437e-06}
{"commit": "0eef5baa0e261dc3e097b8433257cc0571c9cecf", "message": "google chrome test\n", "proba": 2.0632767245842842e-06}
{"commit": "61bf4abb7ff8071bdb6cab5e2f3052edf3c66208", "message": "Issue  20082: Generating empty Testability report", "proba": 1.8844077942503645e-07}
{"commit": "fdff8b0563a7e6ad779ede2e59c2d90ff30fd70c", "message": "merging master\n", "proba": 5.933230227128661e-07}
{"commit": "1b602c1ae32faed90dcbbecae5d58b5cf8079b77", "message": "Create new Abstract TestRule class\n\n- ported from the Spring Cloud Stream project's internal support class previously used for the deployer implementations tests\n\nResolves #126\n", "proba": 1.1737100891195951e-07}
{"commit": "8c9c35802ba9bea76ff3437e2c3fa35ce8359fe7", "message": "OGM-1353 Test exception is thrown when local caches are used and counters is needed\n", "proba": 1.2777712754541426e-07}
{"commit": "de494eecf67dd6a3e40fb50bb859c54d76aaca0c", "message": "CAAERS-6735 missed out processor class\n", "proba": 1.2598628984505922e-07}
{"commit": "cc1ce4841a5430e1009360710d00c3a4c3279336", "message": "forgot one class\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@7812 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 1.9065529386352864e-06}
{"commit": "09fcb9ba9f261c6441af8e63cd8ee1cdc65beba5", "message": "Change StringUtils package\n", "proba": 3.418328446969099e-07}
{"commit": "4ccd9eb5bb15d6fb537730285af2f11b130f3e3f", "message": "Java: Smoke test for video-intelligence-v1 (#512)\n\n", "proba": 1.236440283491902e-07}
{"commit": "303f041cd858824d6c6d77e5ede7aea2a92f519d", "message": "add AuthenticationListenerManager\n", "proba": 5.153297593096795e-07}
{"commit": "fba1cf7830a9cd3f7e87e1528b169cfaf7d6e6c0", "message": "4895: Unify and harden tenancy context establishment logic\n\nChange-Id: I2e087cae0d0368e8acc90a59f47b03da34634736\nTask-URL: https://q.tasktop.com/alm/#projects/c2c/task/4895\nReviewed-on: https://q.tasktop.com/alm/s/c2c/gerrit/54\nReviewed-by: Clint Morgan\nTested-by: Clint Morgan\n", "proba": 0.0008521276758983731}
{"commit": "0228867f62b8c39238a33e176d49c7a604a03556", "message": "KULRICE-12177\n\nCreated new AFT to test behavior of client responsiveness component refresh.\n\ngit-svn-id: 2a5d2b5a02908a0c4ba7967b726d8c4198d1b9ed@45508 7a7aa7f6-c479-11dc-97e2-85a2497f191d\n", "proba": 1.1270071809121873e-06}
{"commit": "8cb11b74cd706f9934d111150c79cc62fe098916", "message": "Polish \"Make MustacheViewResolver bean back off without Spring MVC\"\n\nSee gh-30456\n", "proba": 1.171888115436559e-07}
{"commit": "c8452a951d1a08c4704f658660d719438f83270c", "message": "partial select query - change test file\n", "proba": 1.5510980233557348e-07}
{"commit": "d1cd8c33a869f3e076020a2ca55942b9bda5e56c", "message": "application creation test\n", "proba": 7.398001002911769e-07}
{"commit": "de171f6267d005f6bcf68f663e5c21cb0726c240", "message": "Removed erroneous file.\n", "proba": 1.6511384615114366e-07}
{"commit": "dd38ed26272911d58934eb1f09b1894d76e0fc45", "message": "args can be null ...\n", "proba": 2.9752959562756587e-07}
{"commit": "237de118add02169e6efa9a7b95a88727b3ff809", "message": "Klasse Willkommen zum laden der Listen aus der Datenbank\n", "proba": 1.3711674284877517e-07}
{"commit": "b63ea0f1982e781b844bae69a6ed7e638933b02d", "message": "forgot this\n", "proba": 3.954928615712561e-06}
{"commit": "cd9ffc2c3a073f51e18f00c86542f079fe3a0c02", "message": "Added Database::renameBot\n", "proba": 1.355203238517788e-07}
{"commit": "071b5ad7e9c0405b2d90cc50f2453cc0d8b42ab0", "message": "Avoid manually generating the output file when we can ask the Artifact\n\nSigned-off-by: Tim Ward <d317719c71be19183e357e0f2850beaa89b56208@apache.org>\n", "proba": 6.75491435231379e-07}
{"commit": "d81a91ecd9638294c704a9c22f6d8315e893633f", "message": "working on equals()\n\nmust do more investigation into how it should works.\n", "proba": 4.0924169297795743e-07}
{"commit": "3a8e2ce982363237a1b055130828a5722539181f", "message": "ExecuteWhenDoneYielder\n", "proba": 1.8369870304013602e-05}
{"commit": "6319f6d4fd1dee0a9991e0a30e494e20e8aae877", "message": "rename it to what it was before", "proba": 0.9994688630104065}
{"commit": "af1620a6139ce6018cf7bbc1c609a1a104f3f08e", "message": "domain ready only: backward compatibility\n", "proba": 2.1961105289847183e-07}
{"commit": "ff28c0377cb9d24a0cbb03e5d47bc1467974596b", "message": "Fixing mistake in Message#getContent\n", "proba": 3.33836283061828e-07}
{"commit": "517ef1813a2f2a332f00b49727c0763bed11e649", "message": "Create Utilities.java\n\nCommit of class Utilities", "proba": 3.2531522720091743e-07}
{"commit": "62c4be347818f5b4648b9fa8e062de6152f446b4", "message": "Forgot this one.", "proba": 1.3041615432030085e-07}
{"commit": "6786809ee0b60416bfd49a99c90b646a292c7f98", "message": "added None available option is nothing is found", "proba": 4.573387286654906e-06}
{"commit": "04897d5fd4ced145587071e8c58d00b4d78ae738", "message": "[ONOS-3116] DefaultPortChainTest\n\nChange-Id: Ibc934000a4fa4521d45c96d8e30d38d9c16de041\n", "proba": 2.2941847532820248e-07}
{"commit": "370af288e4dde3c861d55dafbc3448ce93d8edce", "message": "feat: Create DevolutionSummary class\n", "proba": 1.4695308436785126e-07}
{"commit": "2e062dcc8ce994ae84a8a0bff78ac1319f1d862c", "message": "get jedis pool \uc804\uc5d0 \uae30\uc874 pool destory\n", "proba": 1.4426420591462374e-07}
{"commit": "0c2886f5c41214db0421d135577d79353249e46f", "message": "Image_Server.java\n\nThis program transfers the images generated through webcam program to another computer", "proba": 2.436940178540681e-07}
{"commit": "531209d29cd571254248cdc706bdd4dc297bc331", "message": "am 06566db8: am 67fbc0bd: am bf8cc192: am adebbeba: Merge \"Remote extraneous debugging log message\" into mnc-dev\n\n* commit '06566db8aa981d3d2d10d25724c54f9f54a1c98e':\n  Remote extraneous debugging log message\n", "proba": 8.451278858956357e-07}
{"commit": "13ca868b82d4049bc235505fd76b252a1922237c", "message": "am 3bd13f3a: am 6079dbc1: am 050c552f: Fix CookieSyncManager for WebViewClassic\n\n* commit '3bd13f3a74a2dd47c217fda206490334747293cc':\n  Fix CookieSyncManager for WebViewClassic\n", "proba": 7.084357207531866e-07}
{"commit": "8c41dd2c0134f1e180c2f1e6bbadcb477c6195de", "message": "Checks that repeat_type column is not populated in repeat_consensus - causes problems for web team if it is.\n", "proba": 1.1684676337608835e-07}
{"commit": "8d57e4aa8b79c54e1596e2dfe1a530cc12d65eca", "message": "added Java work with basic authentication\n", "proba": 1.2470020749333344e-07}
{"commit": "4ecee94347289d7feff25329a541f62dc82ff01b", "message": "Fix an Eclipse warning\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@881501 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.999920129776001}
{"commit": "e4ace574bcf1a0f4c6f8874feb2b839fbbbf6daf", "message": "null check\n", "proba": 2.7258877253188984e-06}
{"commit": "a9e4f255fe544ce0e5de72c7308701dc987283dd", "message": "Fix precache tests on svelte and reenable.\n\nRemove the call to PrivacyPreferencesManager#shouldPrerender() in\nsetUp(), which was breaking on svelte bots. As of\nhttp://crrev.com/c8e7c27, it's no longer a requirement.\n\nThese tests were disabled in http://crrev.com/cc6ee39.\n\nBUG=534297\n\nReview URL: https://codereview.chromium.org/1357013007\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#350194}\n", "proba": 2.5009840101120062e-06}
{"commit": "1002e4c6d201b8f38a763d3d84c3bb21502428fe", "message": "Add string replacement utility tests\n\n", "proba": 5.212630753703706e-07}
{"commit": "43f0ac0c738f6fd168c773442a90a9f3357fc60f", "message": "Initial version of YouTubeDL\n", "proba": 2.096426783282368e-07}
{"commit": "1eb1ce6e770aaf2c7ead7a8ca550652cc5dbf5b6", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@1817 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 5.698041150026256e-07}
{"commit": "5a628c6b8807981353c4c122c054340f971ea1ab", "message": "Add our GPGException\n", "proba": 2.905575229306123e-07}
{"commit": "33f577cfea7b5cc7c7167716522bf74c5e3219da", "message": "Modified lollipop Easter egg for TV compatibility\n\nBug: 17997922\n\nChange-Id: I0e2e34245183cdd146ecca02ab09b2c4867770ec\n", "proba": 5.264156470730086e-07}
{"commit": "dd7d8ec17ec1129f33764e025366129d3562ea7e", "message": "am 203aa72e: Merge \"Rebuilds ActionBar accessibility description as needed\" into jb-mr2-dev\n\n* commit '203aa72e747794a64a8262ceb6c9cdc8381e77cb':\n  Rebuilds ActionBar accessibility description as needed\n", "proba": 2.631196593938512e-07}
{"commit": "5e2cc6196597ea79107f923e57f491d8e74e248b", "message": "Change to keep track of all Configuration objects instantiated by the StripesFilter, and to use that list to return the single Configuration object when possible and the ThreadLocal configurationStash is blank.\n\ngit-svn-id: cf2b8e13e5fd585456580429c3991d4364a2cb88@869 d471f07e-d8fc-0310-a67b-dd4c8ff0e7cd\n", "proba": 5.372998657549033e-06}
{"commit": "d6228693eda08e60f3dd4ace8aadd695da3020a9", "message": "Applied fix for STS-782 from 1.5.x branch.\n\ngit-svn-id: cf2b8e13e5fd585456580429c3991d4364a2cb88@1345 d471f07e-d8fc-0310-a67b-dd4c8ff0e7cd\n", "proba": 1.0460591511218809e-05}
{"commit": "f17c779e297b272ed900ef711a0752aecfe6bab7", "message": "Create MyCraftingHandler.java", "proba": 8.562609536966193e-07}
{"commit": "e34a7686a36bf0f48cd9d20090b4b8df1bf0d1ce", "message": "am 258208a7: Merge \"Remove SIM operator name hack\" into honeycomb-LTE\n\n* commit '258208a78ca90a7d3a45a2f15af4bbb21a266f47':\n  Remove SIM operator name hack\n", "proba": 4.0719899629948486e-07}
{"commit": "7f1fff4ca5495c9236b46ad0e99beb35be6f5633", "message": "Create algorithms.java", "proba": 0.0007238537655211985}
{"commit": "6c712779586a21070f8e10a5681647ad67c39c11", "message": "CustomerBrokerBankMoneySaleContractDao\n\nCustomerBrokerBankMoneySaleContractDao\n", "proba": 4.094048620117974e-07}
{"commit": "41b2b4e406d2323a9930aaf0f83a1a414e6966e5", "message": "Add a Google Maps servlet", "proba": 1.016319129121257e-05}
{"commit": "0eddc9cd02751a5a2ebd7fee7700d05b4ce35734", "message": "If the bot can't send messages and no one is around to confirm, does the bot really work?\n", "proba": 1.1319194470615912e-07}
{"commit": "11e165177de954557df7097f0c59aa157d24720a", "message": "no unicode literal, no need\n", "proba": 0.0002263331407448277}
{"commit": "afe5d23f10825327c444589f4f08cfc08f41e510", "message": "Create a skeleton for problem 338\n", "proba": 0.00013790320372208953}
{"commit": "e23efb776a5ae2e818dc2c619e47f009ab22cc4f", "message": "Add sample API class temporally\n", "proba": 3.534238430802361e-07}
{"commit": "e2d926edb46544956f436e9fcca413a5c2540c5d", "message": "Sum squared divisors.\n", "proba": 6.6567131398187485e-06}
{"commit": "3a7efa76338a92c91e3d641ed83b869bcfcedfe5", "message": "Java Lambda Expressions\n", "proba": 2.1315061076165875e-06}
{"commit": "e6c32275f00f7adebe67636ec3d36306ee3a4e58", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "3125013b859951748989f89843313c165e79b3ac", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "ddda4b0a8cd2c1a6a45f5bbc0547db4f6d1c74ea", "message": "hackerrank->datastructure->linkedlist->delete duplicate values in sorted\nlist", "proba": 2.4302894416905474e-06}
{"commit": "77a09f333154b0d6a86cb1d48aca2b48c736be1a", "message": "cleaning up OneVsRestLearner\n", "proba": 1.5128624397675594e-07}
{"commit": "3ef11499533718b41a918e2b21f8a74ccb0e6fb9", "message": "Accepted LC #270 - round#7", "proba": 1.787255285989886e-07}
{"commit": "3e30bc2b723c6dd509dbfbc0ab47bb17ebab2b63", "message": "Show how to have a sequence file in Java\n", "proba": 2.646237646786176e-07}
{"commit": "a75b8a76dc1f1919fcde3660fe8716fb49a5960b", "message": "fixed triggered-service", "proba": 3.9214691582856176e-07}
{"commit": "3f2fb54cc87c9011703585dc755059bd3721abe0", "message": "mapMerger?", "proba": 1.6741645936235727e-07}
{"commit": "ba8bb3fb88e7a9fce4ff8ae8946d16cafe4979f1", "message": "add setSpecies method\n", "proba": 3.632883078807936e-07}
{"commit": "8f911c2d791db62171c20a7a84e987b6499377ed", "message": "Fix a typo, getWeigth -> getWeight\n", "proba": 0.9999663829803467}
{"commit": "37c93a10c5ca310107a3aaa4ed885c57b92801a9", "message": "fix BudgetDecimal conversion\n\n", "proba": 7.362449991887843e-07}
{"commit": "63c1c9e1798fa605afe79e04b17a7fef807eb487", "message": "Fix for Submit To Sponsor throwing exception.\n", "proba": 1.0502522940214476e-07}
{"commit": "c0aee146c822b27cb912d39c74b83107ddf9f5aa", "message": "VTK-2124 - dont catch RuntimeException\n", "proba": 1.5151033494475996e-07}
{"commit": "8cb347a76a50296edcb44f18c02df8001dda0dbb", "message": "Add ConditionalFieldValueMapper\n", "proba": 4.3797658122457506e-07}
{"commit": "adfe3e891262353cb55c5cd7758f034e64855322", "message": "committing JsonEndpoint\n", "proba": 2.1010903594742558e-07}
{"commit": "9a3b33dd3d0b7b19b23da3e3ba18189d753ba913", "message": "feat: add LongAsStringSerializer\n", "proba": 1.223482968271128e-06}
{"commit": "242d6530fc976fc96ad3b1713cea5b8ff0c5c53d", "message": "Implemented the getDynamicProperty() method", "proba": 2.0094621504540555e-06}
{"commit": "ccc45fe0c35847ab49709453f91fe0c9a1506252", "message": "XGBoost: Test prediction contributions MOJO in multi-threaded environment\n", "proba": 1.428908547040919e-07}
{"commit": "5dc14bce3c53949847262ee5e014885b70ed47f4", "message": "Calculator.java", "proba": 5.477497325045988e-06}
{"commit": "d0f153ce0c3a08c116cd40f5ca439149672152c4", "message": "Added comments.\n", "proba": 1.264286169089246e-07}
{"commit": "cc8206731f28aeeb90c47d9c0d3776a75de6acfc", "message": "Fixed Paint.java\n", "proba": 6.589714303117944e-07}
{"commit": "b53ae023cd3b7c3742c6ba8fdce36abf30c0b6f0", "message": "fix issue 18: removing sort on filter", "proba": 2.393404656686471e-07}
{"commit": "6a9c624c14a171c3f9e10974aa9ca5e62a1fdc14", "message": "Create (7 kyu) Remove duplicate words.java", "proba": 4.824616439691454e-07}
{"commit": "0a5a4dc0e4809c2d8b827e4625a5bd3c33f95978", "message": "adding Locality object", "proba": 8.011061822799093e-07}
{"commit": "19f598d6a9205b0ad069af1a8bbcd07e87288bfc", "message": "Add GeneralClauseSetConstraint", "proba": 3.1294780455937143e-07}
{"commit": "2967e21b6902d8904caaebf7a6fc350b693cea79", "message": "another performance test for the use-case with re-created JLanguageTool objects\n", "proba": 1.2820188999285165e-07}
{"commit": "f6354797b26ae9dd67e3a2f4e97379a9397bfe1a", "message": "LIA-52440 added changes to reflect token expire time\n", "proba": 1.2663714699101547e-07}
{"commit": "e0a60613b2ffe20af7ab89f397b63c687238c9b6", "message": "tested deletion move\n", "proba": 1.1466976275187335e-06}
{"commit": "33192141e9c0ef96360c0ecf8ab4514a3b1f4757", "message": "(Work in progress) Speed test to compare like vs FTS\n", "proba": 1.31185174723214e-07}
{"commit": "a8a685dde1fb0455c72cbd1c9962c5cf31e75022", "message": "Corrected dates error.\n", "proba": 9.699191423351294e-07}
{"commit": "4bf71aa491eac48432e79c3cd2c39998026b5f81", "message": "Removed NULL from Nothing (what was it doing there anyways)\n", "proba": 7.118053872545715e-06}
{"commit": "6f5e23d6ba17a46042edefa28eea3482ee91b047", "message": "A-B \ubb38\uc81c\n", "proba": 0.9994490742683411}
{"commit": "08ea69fd25296361856bb7659bba7c66da077770", "message": "Fall through the if block instead of an immediate return if no Enumeration type converter is found. Just a style thing.\n\ngit-svn-id: cf2b8e13e5fd585456580429c3991d4364a2cb88@926 d471f07e-d8fc-0310-a67b-dd4c8ff0e7cd\n", "proba": 1.2275068002054468e-05}
{"commit": "fe97467bfc8d001a77d5c242e79a1cd95cdc004d", "message": "am 239c7667: am 7d8ccb41: Merge \"Fix crash in BluetoothControllerImpl\" into lmp-mr1-dev automerge: 70cf2f7\n\n* commit '239c7667dd71754029b27fdec7b63f7f8e15c86b':\n  Fix crash in BluetoothControllerImpl\n", "proba": 9.647346814745106e-07}
{"commit": "c424ac8e412c9e46eaa4a235035046338ac3893c", "message": "Added LoadConfig.java missed in initial commit.\n", "proba": 1.0639384129262908e-07}
{"commit": "2dc288a303c5879dfc0921e17c734c88b7d1f71e", "message": "simple text editor\n", "proba": 7.64207561587682e-06}
{"commit": "5231cb4bfbdd20200555f263ee73b439e33d1ec0", "message": "am b928b7c2: am ba64d298: Merge \"AudioService: fix cross deadlock in VolumeStreamState\"\n\n* commit 'b928b7c2bf12a5dbd31b08d244b0ff8d2a9851c1':\n  AudioService: fix cross deadlock in VolumeStreamState\n", "proba": 5.512075631486368e-07}
{"commit": "bbe3087ec08b22bf3778e1ed77a0d6bfc13611a4", "message": "am af84e073: Merge \"Audio Policy: Clear calling identity for all paths setting ringer mode.\" into lmp-mr1-dev\nautomerge: db41690\n\n* commit 'db416907b831010cc2854292aa7de85fd8857a77':\n  Audio Policy: Clear calling identity for all paths setting ringer mode.\n", "proba": 3.373490926605882e-07}
{"commit": "2cb287f9cc79b0cd9e8ea37adf4b3411253eb244", "message": "am 9ea996a3: Do not restore the media button event receiver\n\n* commit '9ea996a330a21af89f308bdf52e02a470643013b':\n  Do not restore the media button event receiver\n", "proba": 2.9793552585033467e-06}
{"commit": "a2c322f599b5a44ca153922b994a05a4311331cb", "message": "3406494 Gallery photos in nonsensical order\n\nChange-Id: Ic992465a6683179bff280753dcaf9aa6372424e6\n", "proba": 0.9999783039093018}
{"commit": "0c2530ab44dd1c83c62a60384b35251f5844435c", "message": "remove log statements\n", "proba": 1.769627715475508e-06}
{"commit": "8cb5516cf915052a5330fef748cbc9e71536e17e", "message": "Add implementation rule Rgaa32017Rule011003Test\n", "proba": 3.0330059530569997e-07}
{"commit": "ce0bbf65349528aa3430f2ae9750bcff0426144d", "message": "Add implementation rule Rgaa32017Rule050401Test\n", "proba": 2.79901968269769e-07}
{"commit": "495d7d2ac28f9e8d367445a5dc1a7c675a35b233", "message": "Add implementation rule Rgaa32017Rule100701Test\n", "proba": 2.549202520185645e-07}
{"commit": "77d8f777e75bcdb7bf9cd9a5f8ed65e8f7ef0942", "message": "Add implementation rule Rgaa32017Rule130701Test\n", "proba": 2.337533544505277e-07}
{"commit": "12d7d3b45bbda794923c99a64441def46a812af6", "message": "Add SquareTextView, which is a TextView but renders text in the middle of a square.\n", "proba": 1.7448614642034954e-07}
{"commit": "74302c71efc4af9b23502cb392dd9bbb0914a252", "message": "Created WU11 dir and added writeup file\n\nSee comments for more info", "proba": 1.030408185442866e-07}
{"commit": "5b31fdae6004c48e4915afb084c3f7944ac0f9aa", "message": "am 58d6a20c: am 6b178e47: Merge \"Always assume evdoXxxx signal strength values are correct.\" into eclair\n\nMerge commit '58d6a20cfaa55ebe269ac0736999b90c3227b0c1'\n\n* commit '58d6a20cfaa55ebe269ac0736999b90c3227b0c1':\n  Always assume evdoXxxx signal strength values are correct.\n", "proba": 5.337972834240645e-05}
{"commit": "269c580d5a60d8c15f383df16a7963720dbbbe24", "message": "MCHANGELOG-58: Make the report easier to read by bolding the actual file name\nSubmitted by: Jacob Robertson\nReviewed by: Vincent Siveton\n\no patch applied\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@542331 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.067043614166323e-07}
{"commit": "e813ea5a11db8070d2ca72cab416fa1a8fd3539c", "message": "am 4906376f: Just a random fix.\n\n* commit '4906376f58d617083034c5899d06a73b7c1cc114':\n  Just a random fix.\n", "proba": 1.2659403125780955e-07}
{"commit": "f608e549f5b2c9320bade608545955381651e468", "message": "improved javadoc\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1139953 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.83599864714779e-07}
{"commit": "78a300b604a3227b69d4e0323802f996568e9c99", "message": "JUnit JAXB tests for NeutronLoadBalancerPool\n\nChange-Id: I069c4b27cffcd581bc9db467915211669449c5bc\nSigned-off-by: shreshthajoshi <12fd727e0d5d7bf5a5bdbd20ac8f488e406a954c@tcs.com>\n", "proba": 1.5657731466944824e-07}
{"commit": "1ea3c0ea344e44b055aae1229acfa8e261da7391", "message": "fixed a bug when checking whether the input is empty\n", "proba": 1.709666321403347e-05}
{"commit": "033b6331ba7f0f57724acaf551e3fb40ee688d8f", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "6ba2942e6b79e665137abe008c68f7798af0eb70", "message": "Created AnnotationRegistry\n", "proba": 2.7162735705132945e-07}
{"commit": "fa1b674debd2a9f880ba13ee05814acb777b423e", "message": "bugs\n\nerrores de int a double corregidos\n", "proba": 3.7293020227480156e-07}
{"commit": "f891989def7ee7d5499a396af02a969c36827228", "message": "Create Read More.java", "proba": 1.3350990002436447e-07}
{"commit": "f0152b62402a1f5a52ca1bda46c69e2917debc6e", "message": "Create closeFar.java", "proba": 9.98014343167597e-07}
{"commit": "67f5441358563f40a89f9b525280f2f8810d2f10", "message": "Create : 0358\n", "proba": 2.545262134390214e-07}
{"commit": "870bf2c080d06160a9c55327bf71c48e64dc7f30", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "07445522f9c4c86f2af8bd9ccec7850317e1671b", "message": "Create : 0228\n", "proba": 3.6592919627764786e-07}
{"commit": "ce4a9a34b68ab04ab176d59e7562f520d0267b79", "message": "am 33a8b28f: am 1cc041f7: am 7538ff09: am 35473e6e: Merge \"docs: update dreamservice description\" into jb-mr1-dev\n\n* commit '33a8b28f04ae689f3d5e24ef46df1dea76be602b':\n  docs: update dreamservice description\n", "proba": 4.1204529566130077e-07}
{"commit": "7c5f670bd698c984dcafea8125f4d3939bc42972", "message": "More minor refactoring in SpannableStringBuilder\n\nNo change in the functionnalities.\n\nChange-Id: I009acc75b4f70e65a810cdc67505bc0b13e627b2\n", "proba": 1.425200025551021e-06}
{"commit": "201f090f82ba79b5f1049d2b1d5f6c1575340c76", "message": "am 966222ef: Merge \"Handle the case of Preference lists that have header views inserted at the top.\"\n\n* commit '966222ef24a5d746e4fa84c8ea8bc2e718c78042':\n  Handle the case of Preference lists that have header views inserted at the top.\n", "proba": 1.5999232516605844e-07}
{"commit": "c13107046acfcda7e3402a56a617818b7e77e1b8", "message": "Remove Dream windows immediately.\n\nEnsures that onDetachedFromWindow happens before onDestroy.\n\nBug: 7295929\nChange-Id: Ic4ac2552bfce75a5dc43dc840e6ef0182369e24b\n", "proba": 5.600373356173804e-07}
{"commit": "edc4781cde7a9f67ed8c48a635b1afab5ce8632d", "message": "am 49e308c8: am 609378ca: am 594373d1: am cf5ba66c: am 40994e66: Merge \"Fix radial time picker inner circle (1-12) selections\" into lmp-dev\n\n* commit '49e308c841c35ac385d3b5a5908d1540d7851ced':\n  Fix radial time picker inner circle (1-12) selections\n", "proba": 2.2663066090444772e-07}
{"commit": "f616cfc67635ea8ff7df8cb30487bd4353e6a961", "message": "add problem 10409\n", "proba": 0.9981073141098022}
{"commit": "14f26ebbe20ad3a1925e7d686ed4204520523dda", "message": "Wrote the basic code - based on the Pacman code. Gonna need the ClockTick\n", "proba": 6.48253335384652e-05}
{"commit": "6b513fb1bcfe6326112a5899b72bac649c472911", "message": "KRACOEUS-192 KRACOEUS-193 : use system.getproperty  to get file name\n\n", "proba": 3.141597630929027e-07}
{"commit": "b6183a73840548eefdc334bc76cae1d11e92fdbb", "message": "Adding unit tests\n", "proba": 4.273794331766112e-07}
{"commit": "0d791f3b8eda2434b1c45cef5785fa4fe0fe785c", "message": "missing file", "proba": 4.38034076069016e-05}
{"commit": "543b58417ee8eeaefa306a33fbcbee00032d1d9e", "message": "STS-614: Just a minor little thing that has no real effect.\n\ngit-svn-id: cf2b8e13e5fd585456580429c3991d4364a2cb88@1062 d471f07e-d8fc-0310-a67b-dd4c8ff0e7cd\n", "proba": 2.263359601784032e-05}
{"commit": "44e268bc6d9818ab861c91ca74884b8a863cd19c", "message": "Resolve checkstyle formatting\n", "proba": 2.8174639510325505e-07}
{"commit": "020a183c725cffa4a2200ccca808265be6489112", "message": "FEATURE: New CDXServerResourceIndex, supporting exclusions, closest capture, revisit\nand custom filters\n", "proba": 1.1507219710438221e-07}
{"commit": "eb3b7663430bc5fbf6faf7b68723360423f4585e", "message": "leetcode problem\n", "proba": 2.3995532956178067e-06}
{"commit": "29afaed5f667465a489309e05e4bb071214ccea1", "message": "solve java inheritance\n", "proba": 0.9985650181770325}
{"commit": "0ecc3efd75671a0970c1138b9847dba95c17f1fb", "message": "[java][MinCoinChangeUnbounded] solution completed\n", "proba": 2.770867126855592e-07}
{"commit": "9f3d9e3b69f272f05824fbae91ff009e0a1ed6b5", "message": "BatchModeMenuItem\n", "proba": 6.142225856820005e-07}
{"commit": "113e18dcf29bf3916e9eeabd94e27f552ab7ace0", "message": "fix for gauger\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@6711 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: b549edd075650ff7122d3aa2d6b961f26728a432", "proba": 8.653122449686634e-07}
{"commit": "2f9ef49cfa4b967f3a89385f4dcbf7fdcb6de7cf", "message": "Added skeliton fo 'Select CKAN' policy\n", "proba": 1.173462749193277e-07}
{"commit": "1f0bf9d395ab6ae4d426573e7e7c7aaab6571d1b", "message": "Create ReadBMP.java", "proba": 3.2840932817634894e-07}
{"commit": "ad9a4fabc547114a2b34f131e9fca2c8273f2812", "message": "am ea3c13d2: am 53ec4a66: am 474bb82f: Merge \"Clarify docs for BackupTransport.initializeDevice()\" into mnc-dev\n\n* commit 'ea3c13d2aaf91a6cb58633be13e7413a67ee8011':\n  Clarify docs for BackupTransport.initializeDevice()\n", "proba": 7.86271812103223e-06}
{"commit": "b812925aeebf86a35e580041effb66203c7a079f", "message": "am b65d2256: merge from open-source master\n\nMerge commit 'b65d225633d14326d1ba2af862861e92d7ea45bc'\n\n* commit 'b65d225633d14326d1ba2af862861e92d7ea45bc':\n  Reduced Warnings by adding Type Arguments and removing unused imports\n", "proba": 2.0319653515343816e-07}
{"commit": "dcc36bf2a4c0ce863676affcb3cbdd0586a4f888", "message": "Dump sharedLibraryFiles in a readable way.\n\nCurrently, we are dumping sharedLibraryFiles using the default\ntoString() method, which for an array returns a not so useful string.\nInstead, use Arrays.toString() to get out something that is more useful.\n\nChange-Id: I717e37ab38ed784a327fad59d63536ae2c56576a\n", "proba": 5.0558833208924625e-06}
{"commit": "412ebf462444b46666201ca4a446948ca544cb84", "message": "am d0378f4d: am 6c5cec88: am 6b6ce6bf: am a5637bac: Merge \"Telephony: Add HSPAP to getTcpBufferSizesPropName\"\n\n* commit 'd0378f4dddbff8173c21a263e458ca965cfc4a74':\n  Telephony: Add HSPAP to getTcpBufferSizesPropName\n", "proba": 4.329908449562936e-07}
{"commit": "65449d50ea31e8f620feb67fe09e2f09f2122a8c", "message": "Elastic Mapper Test\n", "proba": 3.009661213582149e-07}
{"commit": "7806bec7feb15fb2dd638a51143a0f45d661abda", "message": "Atualizacao autom\u00e1tica\n", "proba": 1.5049522517074365e-06}
{"commit": "bd5bdec87ce5829358506d77ab9427bd9f33c793", "message": "MongoDb Trade Repository\n", "proba": 3.173598486228002e-07}
{"commit": "ca493d9d427c5f694cdf2bfc18c9709030246e65", "message": "Filling in US08.01 and US08.02", "proba": 0.007294793147593737}
{"commit": "ad103937220c84123e043b1aad5bb989c40bc6bb", "message": "I updated GroupCreationTests and added new method validGroups()\n", "proba": 1.1955280854181183e-07}
{"commit": "007ee8251376fc74a1daf1e832f8b4a43c465fa9", "message": "Corrected getContactList method\n", "proba": 2.856010951290955e-06}
{"commit": "cd315b4f0ef64bd2ee251e7ec69b61d984179d59", "message": "getText from cells\n", "proba": 3.4267657156306086e-07}
{"commit": "b983b3a6d9f4a1d65311674eeaf4e98b412ecd5a", "message": "corrected date format\n\ngit-svn-id: 85c88240758832ecdac9e9f2f6d4112daa3a57f7@27606 cadd33a7-e05c-44d0-9ff7-823b10d47c77\n", "proba": 0.9999904632568359}
{"commit": "87db02c7239940d9d85c401f27ac9b690cfed55b", "message": "Bug   \t CAAERS-2403\n\nSVN-Revision: 10112\n", "proba": 1.2143908634243417e-07}
{"commit": "6f7ca7ed31f3989c1fa209114697fc1c647517d5", "message": "Added constants for the rest uris on the todo server\n\nChange-Id: I0d93b8ed5fe62e4add2115c7d5f2245ed2212e21\nSigned-off-by: Simon Scholz <86b72c53dacfdb9bb67c3d9e46af6b59fbfd212f@vogella.com>\n", "proba": 1.3932277909134427e-07}
{"commit": "66a0fedd760040a8e9cda635dddec502854e33d8", "message": "[Java]: added #230 with system tests for spy subscription semantics.\n", "proba": 1.0309409503861389e-07}
{"commit": "e5529962505883d30b0a9615108c8cba868d414a", "message": "add some information logging to see what state checkConnectAttempt is returning in.\n", "proba": 1.0552722784495927e-07}
{"commit": "7dec93c46183a7f34f48fbc1838ec41639fd48c7", "message": "\u4fee\u590d\u8fc7\u671f\u7c7b\u5bfc\u81f4\u7684\u9519\u8bef", "proba": 1.153875928139314e-05}
{"commit": "acf009e25b7867ff780eea2e37d0137a82afcc59", "message": "currency manager singletion\n", "proba": 5.707363470719429e-06}
{"commit": "6de674c0c60dbc6b80d9be3ec98652bc5712d308", "message": "added Gearbox SM example\n", "proba": 1.5753109039451374e-07}
{"commit": "05d022b0a875b9f3b1872c84cf3f39aaa239ba61", "message": "Arithmetic expression tree/evaluator\n", "proba": 1.5980420357664116e-05}
{"commit": "fbc12e425ef5cbc3ec3039d4c653133d1f79bf6d", "message": "Add another TODO.\n", "proba": 1.6640949240809277e-07}
{"commit": "369aeb39b5a54f87afc0a98f2830ec4bc020fd0d", "message": "Create CreateTable.java\n\nRolled in eng comments", "proba": 1.64015574455334e-07}
{"commit": "242c74aa265ce09345684b6669c3ba56db1fe2b3", "message": "Add BatteryLevelReadAction\n", "proba": 3.4748788380056794e-07}
{"commit": "338c2fcd4a927e09be472096efa1342921b4bc89", "message": " Work on porting procrustes.r", "proba": 1.7699505860946374e-07}
{"commit": "3c743f8d06ed02608b8dd5bcb394b3b3751b1050", "message": "add class to set white or dark background\n", "proba": 2.773323046767473e-07}
{"commit": "187516f3e5bf4bbd3728da6fd7884415f7b278bb", "message": "[migrator] avoid progress monitor in tests\n", "proba": 1.603493018365043e-07}
{"commit": "3e4d3e97ecefdeaf7cce611d32651387e45e78e6", "message": "Deleting unused imports\n", "proba": 9.755473229233758e-07}
{"commit": "61f061830a53d5db746315c15c69365d66ffe149", "message": "Action that handles an FQL query\n\n", "proba": 8.189384061552119e-06}
{"commit": "fb52d0fb18c01429e5e435132f73a713e4f856fc", "message": "olfs: Patched Version Response.\n", "proba": 1.1079934125746149e-07}
{"commit": "ad37cb26cd8d8a05077152ebc5b841a5629cfbbd", "message": "Fix more type info caching bugs.\n\nChange-Id: I917a1190ec12fe954c9bf51ffd446ef564837e68\n", "proba": 8.138459293149936e-07}
{"commit": "c8614b679647596beec96548c82880164e34787c", "message": "Exercise 4.15", "proba": 6.513694188470254e-07}
{"commit": "943de8a3006178c711d78628130d62737e653c0c", "message": "add #33\n", "proba": 8.391174333155504e-07}
{"commit": "e1808fe66a40e3b722afc8e4c480286622b3c8ab", "message": "Added 01_HelloWorld\n", "proba": 3.465847612460493e-06}
{"commit": "ee53117521da04f34fef96e4ac75509799522a24", "message": "Commit solution for random pick index\n", "proba": 2.2108201847004239e-07}
{"commit": "5f1ef43ff93b2fec205fe3af9e65b150eca4d94b", "message": "Medium", "proba": 1.1500455912027974e-06}
{"commit": "58751106d3d2b15f1792b499d050fdde6b0b1993", "message": "added TextDao interface\n", "proba": 1.597803702679812e-07}
{"commit": "68728be4138184fcb292fb8fd0a4c78a35d0e569", "message": "Second attempt\n", "proba": 5.229290991337621e-07}
{"commit": "e6696f9a3d15ed3d3a6dc8be6360a97c47573c86", "message": "Added the Base64 class\n", "proba": 2.286816851437834e-07}
{"commit": "ab46559897004f782993197e88c8714bc55d889b", "message": "bytecode\n", "proba": 2.427466824883595e-05}
{"commit": "f63ea2ccb019dc890fc2c8725053bf06d096f752", "message": "Add API class to easily interact with the Traq API.\n", "proba": 1.0904847869142031e-07}
{"commit": "c9e7f2af0b7fe984a0b15c018b4d20f496f68f25", "message": "added TodayViewActivityTest\n", "proba": 1.9575185206122114e-07}
{"commit": "15d10d1ae4ab9a403a98d32ee8f1298af8380b8f", "message": "added a NPE exception mapper\n", "proba": 1.9710869025857392e-07}
{"commit": "ddb07a07196a5b546a7eda934034ce905a49a208", "message": "add user object.\n", "proba": 3.5994074210066174e-07}
{"commit": "d26645c3fbf6cfeca700b728335c7d69525ec7f2", "message": "added MyUserEventHandler class", "proba": 3.3534846011207264e-07}
{"commit": "61374a4bede698132f9a69cb4e58248079165d7d", "message": "added test for QBean usage\n", "proba": 1.648608360937942e-07}
{"commit": "b042d13febbce5207afd8cd16146bf4a9e1558e9", "message": "support content type hierarchies\n", "proba": 6.94192863193166e-07}
{"commit": "88c0ac8ec281647c704c9567f61fc3a5bf040db1", "message": "Fix JavaDoc comment\n", "proba": 6.392046429937182e-07}
{"commit": "254e4f6411ec93b28d4bcb82964f064e37392ddf", "message": "AnnotationBuilder: Delete unused class\n", "proba": 2.879339717765106e-07}
{"commit": "8b69f0fadb6f23c401898893fc9830e9e91b96f0", "message": "CMRTestHTTP: made a field volatile to perhaps fix the spurious CMRHTTP test failures?\n", "proba": 1.203325865617444e-07}
{"commit": "59b319ba69fcb916cc5f2a4480942d0d0f5c4c7c", "message": "The length of the ISO8583 message in this channel is packed as HEX value.\n\n", "proba": 1.236341233834537e-07}
{"commit": "bbe19c89841e01a5b8c61444f53a597ebe4b6e6d", "message": "@Nested test\n", "proba": 1.707415719920391e-07}
{"commit": "b3f3cd85aedea68d3543eff1527c38170fb75f0b", "message": "\u0422\u0435\u043b\u0435\u0444\u043e\u043d\u043d\u044b\u0439 \u0441\u043f\u0440\u0430\u0432\u043e\u0447\u043d\u0438\u043a \u043d\u0430 \u0431\u0430\u0437\u0435 ArrayList [#41598][#42193]\n", "proba": 1.1028825497305661e-07}
{"commit": "6df3fbf10cc102c60192741da505c771eaba8846", "message": "3. \u041f\u0440\u0435\u0440\u044b\u0432\u0430\u043d\u0438\u0435 \u043d\u0438\u0442\u0438 [#283642]\n", "proba": 1.1096091867557334e-07}
{"commit": "aac8ea9894769e924102aa6f16d139a6aae78c64", "message": "Added problem statement for HasCycle.java\n", "proba": 1.3246334162886342e-07}
{"commit": "2dac9029a7251eb9f16f3739b8c5178f4c103e6d", "message": "Creates Resource.java", "proba": 9.190702598971257e-07}
{"commit": "be407b3c6415af0a10d047e89db21858f2bf35ae", "message": "Create Solution.java", "proba": 1.4807177421971573e-06}
{"commit": "9476bb78e043d8afc9f4aa70ff93d4c460bfaf55", "message": "Nullability contract/documentation things", "proba": 2.088819286427679e-07}
{"commit": "da2f4a1fd5432ffef8f06e229c87a0af84d072ef", "message": "Add unit tests for com.alibaba.nacos.client.utils.StringUtils\n\nThese tests were written using Diffblue Cover.\n", "proba": 1.0123051197297173e-07}
{"commit": "114336508e9d3851c06e3491eab2af3a845af95c", "message": "Ciaps\n", "proba": 1.555069047753932e-06}
{"commit": "2fd1a8b6ca93a99c083a3269ae69ae7d67701a8b", "message": "am 2772ee6d: Merge \"[RenderScript] Allow U8_2 & U8_3 input allocation for Histogram Intrinsic\" into lmp-mr1-dev\nautomerge: 1446eb8\n\n* commit '1446eb8f6130e4833ca2b74331b867d30445aca3':\n  [RenderScript] Allow U8_2 & U8_3 input allocation for Histogram Intrinsic\n", "proba": 1.4043280316400342e-06}
{"commit": "72407cb5e3c926ffc257ad9aed32282e07d9f822", "message": "am 19ab3b47: am 569ff225: Fix BluetoothSocket file descriptor leak\n\n* commit '19ab3b47cbac8267c8499d96fc182a0e898554e0':\n  Fix BluetoothSocket file descriptor leak\n", "proba": 7.082532533786434e-07}
{"commit": "4e80820ab54f3985220ff06b2fcd381565e9f19d", "message": "Maybe fix issue #2568615: System server crashed in SyncStorageEngine\n\nAck, we were acquiring the wrong lock at some points when\naccessing the data structure!\n\nChange-Id: I8bbc8e1ffa2e3e8a94bf7625e3d7f020c458eea2\n", "proba": 2.9184436698415084e-06}
{"commit": "bfe20d1aa1b1236e6592914c5682c59d94936432", "message": "am 8bfba7df: Merge \"fix wrong substring\"\n\n* commit '8bfba7df376509cc944b80bd1f1715f1ef94b246':\n  fix wrong substring\n", "proba": 0.0003404666786082089}
{"commit": "4a1d8788dec5630b7a1874f661c6cbd1fc863328", "message": "am 0fc0244e: [Issue 2097207] Adding filtering capability to aggregation suggestions\n\nMerge commit '0fc0244e808925e848ee9e350a3a213bd7574249' into eclair-plus-aosp\n\n* commit '0fc0244e808925e848ee9e350a3a213bd7574249':\n  [Issue 2097207] Adding filtering capability to aggregation suggestions\n", "proba": 2.1914847536663729e-07}
{"commit": "c688891545003fb2190a30ae9a8fb039ce07ea5d", "message": "am 478ac277: am b84138c7: Merge change 23806 into eclair\n\nMerge commit '478ac27782a4d68f8726a485781bfd18d1f622e1'\n\n* commit '478ac27782a4d68f8726a485781bfd18d1f622e1':\n  Handle security exception when Geolocation registers with system location service in DumpRenderTree.\n", "proba": 1.1308523539810267e-07}
{"commit": "31586bd628c1731600ad735336a7625ce0727776", "message": "No need for stating 'this'.\n", "proba": 0.0014231577515602112}
{"commit": "f77b4112ea4bf95b902d8ddb53bb7b1ad352bcec", "message": "am 4e3e50cf: Clean up the last two literal permission string usages\n\nMerge commit '4e3e50cfa7cf02270ed0dd454d5c51bf7065bd14'\n\n* commit '4e3e50cfa7cf02270ed0dd454d5c51bf7065bd14':\n  Clean up the last two literal permission string usages\n", "proba": 9.887389751384035e-06}
{"commit": "69f8d3c667669dc1858c21ee798c0f836f53235e", "message": "am bbff7ed4: DO NOT MERGE : Ensure that the first post-restore backup pass is correct\n\n* commit 'bbff7ed44b353ff299b900a1ff50812a082206f0':\n  DO NOT MERGE : Ensure that the first post-restore backup pass is correct\n", "proba": 8.812035957816988e-06}
{"commit": "8fcb312f6ca409ca46812303a405e3403fe71e9a", "message": "am c1bb46e9: am abf7fed2: Merge change I2b7c8a32 into eclair\n\nMerge commit 'c1bb46e9d58f05449d8420c81f5cae06e1084ac2' into eclair-mr2-plus-aosp\n\n* commit 'c1bb46e9d58f05449d8420c81f5cae06e1084ac2':\n  Fix more of bug 2290852: Don't wake screen when bluetooth headset is connected or disconnected.\n", "proba": 1.529974582581417e-07}
{"commit": "16064f9f183e4a07cd361042dad660aadf84dc9c", "message": "Fix issue #2543231: chat invitation dialog does show all the time\n\nWe were forgetting to re-assign layers after re-ordering windows\nafter an app token transaction.\n\nChange-Id: I448c0b9da644e027c3edff3ae8a4afa79da292d1\n", "proba": 2.4687631139386212e-06}
{"commit": "b6893151beca29ca60eba02696c186262e8f3c77", "message": "Update.\n", "proba": 3.493966005407856e-07}
{"commit": "39bf07942a28d7eab7baaefbb7a6e2ba7b8aa67e", "message": "Add new bug sample\n\n\ngit-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@14841 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 5.19938964771427e-07}
{"commit": "226376333abfe71941eb336147c43be55fab8ede", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@3563 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 5.75277908865246e-07}
{"commit": "3129225edd43749fd11aa2bb37b38f11191a3675", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@1647 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 5.57378541543585e-07}
{"commit": "7def3edcccb0bcbdad4208335c19010e8a5a349c", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@2118 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 5.926568178438174e-07}
{"commit": "bbf5ac8e7617df64ad7b774cef274b671bd5a401", "message": "add Calculate.java\n", "proba": 6.78947969845467e-07}
{"commit": "f47afb9e6d45efa52099bcef938509c0e30aa357", "message": "Added Hello World\n", "proba": 0.00015503453323617578}
{"commit": "b95dd7d1402b8b89af96a347f7b074d78610f481", "message": "add DEFAULT_HADOOP_CONF_DIR\n", "proba": 0.0008330644341185689}
{"commit": "12f45a7fb05a26051cf5594970c794685d32c3af", "message": "new isApprovalType method\n", "proba": 1.174208819065825e-06}
{"commit": "50d33d57fe30e32626e478ad16c89fc2c879a0c1", "message": "[ADD] bench for insertion\n\n\ngit-svn-id: a5379eb5ca3beb2b6e029be3b1b7f6aa53f2352b@7312 e3ddb328-5bfe-0310-b762-aafcbcbd2528\n", "proba": 2.18085710912419e-06}
{"commit": "51d4e898040cae4b54415bc11842d4dfc2469f64", "message": "missed this file on commit", "proba": 1.4708291473652935e-07}
{"commit": "336de30505f12f466dd6c7b1a76a46e1b904d061", "message": "don't use SimulationVirialOverlap\n", "proba": 5.218809064899688e-07}
{"commit": "0950b88513784181cefd91530b7fdf295706ebf6", "message": "Update LocalMax.java", "proba": 4.358058447451185e-07}
{"commit": "ed49055cfa71c3daaf5b0b08174bd0d54feca535", "message": "toArray() has its own generic parameter\n", "proba": 1.1823859722426278e-06}
{"commit": "744b93430800580dcdfda836fcefad6e02285418", "message": "the class 'Matriz' is added to proyect\n", "proba": 3.2226347457253723e-07}
{"commit": "377c83813708e5521d40840fe48f1978f10c2a67", "message": "- Modify the code so that it doesn't log client disconnects unless debug is on, and make behavior in front of\n  runtime exceptions more transparent.\n- Also, if failing to read or parse parameters doesn't throw an ISE, then a post too large shouldn't be an ISE. Or the\n  opposite should be done, but IMO this would be excessive logging.\n\ngit-svn-id: 40f70788afc64a734d8b91520bec53ae21e7042f@488498 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.3478756955009885e-05}
{"commit": "5e65ddb670a0ffcda7b771b5b86fda87c0bb4048", "message": "Update constants\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1397976 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.147972951315751e-07}
{"commit": "11056e7ad0ece0dc4f139a196cf9d9444ff71a3e", "message": "Remove unused constants\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1624571 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0001990547898458317}
{"commit": "b2c7a82fd60964bd78a1960597d088bebd1912f0", "message": "Create Minify.java", "proba": 1.0465105333423708e-06}
{"commit": "2c0d56425a12007055c3ffeecbbd64b30ff16a42", "message": "Create Object.java", "proba": 7.420756901410641e-06}
{"commit": "289cd24969ea4e9417c43c0b3b3c0e2be292902a", "message": "add automatically generated purity analysis option file -annot-purity\n\n", "proba": 1.4936550485344924e-07}
{"commit": "7b6a0ddbdb3d5028fc73ef5044a3625a1d1a0078", "message": "SCE Provider to control whether SCE is enabled\n", "proba": 4.787979150933097e-07}
{"commit": "9b41aebbddd0340b1a916baaa6f2837c9d7fe9bd", "message": "Added tests for Direction methods\n", "proba": 1.6022256943415414e-07}
{"commit": "daf25718d531c20f763bdbf109155db817dafd74", "message": "Add list type (as BsonArray) and refactor\n", "proba": 3.8938625834816776e-07}
{"commit": "59e5edec5e32ae3d1073a17d4dc9586c51af5fb1", "message": "Packet Class\n", "proba": 6.361105420182867e-07}
{"commit": "5584e4334f89287e9ebabe381c868f692e919840", "message": "Create Playing with Dice.java", "proba": 2.1183046783335158e-07}
{"commit": "46e169caca3c2462406f92e104c0d04316e0cbfd", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "eb7a4ecc9f18949e753fe7363f195e6d300a5545", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "eb206fbb1bb78a6f8b8042380adfd9d15ec64631", "message": "npe in RBTree\n", "proba": 1.0620543662298587e-06}
{"commit": "d30b3c29ed7edc5f40cbb6e9d7b15ee7da91eb15", "message": "ValidParentheses\n", "proba": 8.825439863358042e-07}
{"commit": "9b3c0affd6a06dd4bf55503dd60f1974429cadf2", "message": "sync 2.2.11\n", "proba": 0.0001100718291127123}
{"commit": "35470342c0bd6660514ad68b02a755fb6e2a0379", "message": "Leetcode 122: Best Time to Buy and Sell Stock II\n", "proba": 1.1063483640327831e-07}
{"commit": "480ead99c410adcbcfd3342f15be81aa3feb14ec", "message": "Declare array field final\n", "proba": 2.9964264740556246e-06}
{"commit": "3c2ba43ae53faf193f74340d957bff06e9fc03cf", "message": "Add QtWebKitDriverSupplier\n", "proba": 6.94769084930158e-07}
{"commit": "40a91f74b897515f0356c593f5e9ddfb8f3b2f9c", "message": "Add Playfair encryption\n", "proba": 1.2163234259787714e-06}
{"commit": "6bbe6c0f404041e3a5896e7b67cf3353c846a84d", "message": "wow, how did getDescendant survive this long?\n", "proba": 1.1813260414328397e-07}
{"commit": "8b8d99fce82f21878d26126a9160a38fb1f146e3", "message": "Nouveau fichier Demineur.java, comprenant le main.\n", "proba": 1.1162575930256935e-07}
{"commit": "2a9af92880d81717449eb594c7a6d9e3d8df4a67", "message": "am 7c2ae217: Merge \"TIF: verify the hardware input ID from getHardwareInputId().\" into lmp-dev\n\n* commit '7c2ae2177f1163a80822535adbf013edeb615ad2':\n  TIF: verify the hardware input ID from getHardwareInputId().\n", "proba": 1.5809985143278027e-06}
{"commit": "4d1374856ef8c19355e68a7fc7356eb119aa3713", "message": "Moving files to Managers.\n", "proba": 1.8358871045620617e-07}
{"commit": "9b2e0b076704bb7506384ee736b4c825c82f106b", "message": "dead code\n", "proba": 0.0004438467149157077}
{"commit": "4558536ee04cef41581fc73840a996c6cb623ec3", "message": "calculates the area of a rectangle\n", "proba": 0.0028526494279503822}
{"commit": "3d468e22e3643d80b248934b8a9b2247d3435b5b", "message": "Create Calculator.java", "proba": 1.4158013073028997e-06}
{"commit": "c2bc9e03d24c69490dbf1d063bf145ade74ee234", "message": "Refactor legacy URL handling\n", "proba": 3.5799419606519223e-07}
{"commit": "2ef3ad321d92df15f0ef68ac5bee0fa12c6d202d", "message": "Create Square.java", "proba": 2.890713176384452e-06}
{"commit": "56319e18694cdef0cfe9085877b962a68e7acf10", "message": "fixed game restart", "proba": 6.532175689244468e-07}
{"commit": "130216365d3f2cb53d4b661fbff6e9a5dc3bd334", "message": "Create countHi.java", "proba": 3.5432697131909663e-06}
{"commit": "0dae78f504f068161d1d500be4dd1ce106a41e33", "message": "Create doubleX.java", "proba": 6.331819895422086e-05}
{"commit": "0f1b3ea85e017f8d7f5d37d1322ef600ddd353cc", "message": "finished RPN interface", "proba": 1.5645581186163326e-07}
{"commit": "775922768cbc47c98cf3108ec3e7c569ba1ec95e", "message": "Patch from \"Volanis, Alexander\" <AVolanis@rsasecurity.com> for test/wsdl/session/SessionTestCase.java\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@255067 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.2266970088603557e-06}
{"commit": "3fde2690037c61d5a91fabc19877683e1731b292", "message": "Fix drop and dismissDialogue task conflict\n", "proba": 6.469541062870121e-07}
{"commit": "7a24346e3a246200d4167f6247cb0b62c4b03d9d", "message": "Solve No.2577 from Baekjoon Online Judge\n", "proba": 0.9987609386444092}
{"commit": "55c5512c305d76a08169ac4bffd5a29a9e6992f8", "message": "Move DateParam in from json-api\n", "proba": 4.882320467913814e-07}
{"commit": "50c0cae5a5c4cf1889ef8f60e5b31d7a30f6a413", "message": "rpc\u4f18\u5316\n", "proba": 7.663625183340628e-07}
{"commit": "e4ce3768ec77034fd5a40859f676310574790aae", "message": "\u683c\u5f0f\u5316\u548ccheckstyple", "proba": 4.950695711158914e-07}
{"commit": "fab9ea0aba68e58e298ed078385048f4d0fa1d91", "message": "Fixed click-drag out of window error", "proba": 3.836942710222502e-07}
{"commit": "62cdcc492f12c60eebbb05121692686a29a084a5", "message": "use the set that was already being calculated\n\nIn hasEmptyIntersectionOfInvariantInstantiations(), only consider\nsupertype declarations that the two types have in common.\n", "proba": 1.928287787222871e-07}
{"commit": "eb844d5574d73465ba2f811a962dcad308af5c1a", "message": "feat(me-internal): SUITEDEV-8447 adjust to CoreCompletionHandler interface change\n", "proba": 2.0445028781068686e-07}
{"commit": "877fb38419faa80270bd01fccc0acb5b99fced23", "message": "fix typo\n", "proba": 0.9999909400939941}
{"commit": "3aea9364b5567ad96781bd2c5e1f556364bc27c1", "message": "restore test\n", "proba": 1.2176395784990746e-06}
{"commit": "cd98eb32106b843eb2f00512d93331579cbbc16b", "message": "added simple delimited input splitter\n", "proba": 3.254381226724945e-07}
{"commit": "f59d51a57f36e1ca320cf1b738f81c0a148ee902", "message": "[#1271] DOC: add example\n", "proba": 1.2967524298801436e-07}
{"commit": "0fe88a567844113a6c4090b060e07d05b33f3d5e", "message": "Proxy print service now deletes the print job after completion.", "proba": 1.0928564364576232e-07}
{"commit": "2ad3b26351d46ce2e65f2d1d294611ae130efc09", "message": "Add TCNSVDFast model\n", "proba": 1.4550026605775201e-07}
{"commit": "17113bf5e124948eb317edf1721c233903da57e6", "message": "add scheduled publicator\n", "proba": 2.1742914668720914e-07}
{"commit": "cb90e174ee37cb608868a959af08baaa7b5b0119", "message": "Updated webflow so expired password also goes to pwd flow.", "proba": 1.0714651921261975e-07}
{"commit": "7854e1a83bc2448efe0f47c442df603e6cb4bd19", "message": "Fixed broken matcher\n", "proba": 4.798108648174093e-07}
{"commit": "97dfc97411131e5faa0f9383aacfda6a2bb0998a", "message": "Added process instance fake (incl. builder). Fix #68\n", "proba": 1.3667052201071783e-07}
{"commit": "76ec7c764bde2672d88bad5777d746bc10b90313", "message": "Add column names to CSV generated.\n", "proba": 1.8262808509916795e-07}
{"commit": "1d9eadba0b32249bad86ea797bc4b0db70a389cc", "message": "Add missing file InMemoryConfiguration\n", "proba": 8.199740477721207e-07}
{"commit": "8bb1245a48fd751991e4177351f38e4ce23a95ca", "message": "Finish when browsed root goes away.\n\nIf we're browsing a specific root, and that root went away, typically\ndue to formatting.\n\nBug: 21831184\nChange-Id: Ie07607a81e32a7d82c88ad382658a471d47b905d\n", "proba": 3.0194582905096468e-06}
{"commit": "6ec58f0a8ff707ddc9e5b7d1dd571ca55dd65fbd", "message": "Set substitution char to '_'.\n", "proba": 8.882672091203858e-07}
{"commit": "a4ab5fa38df8a27628999972feb5060d55d73f23", "message": "Creating a new response obj file", "proba": 9.161701086668472e-07}
{"commit": "e39c948fe38501a30b94c2494fb393fa6e5ca982", "message": "am 14e957ee: Merge \"Fix issue #17307700: retarget a relinquished task is not working\" into lmp-dev\n\n* commit '14e957eeccf89844317273346a8c8baa00e3f2fc':\n  Fix issue #17307700: retarget a relinquished task is not working\n", "proba": 4.548892320599407e-07}
{"commit": "bc287c4723c61ea1e124d3764810f961fedab3ee", "message": "INTEGRATION: CWS mbaqfixes (1.1.2); FILE ADDED\n2004/02/23 17:57:38 mba 1.1.2.1: #112300#: testcase for GlobalEventBroadcaster\n", "proba": 1.2674189520112122e-07}
{"commit": "977bba0ceaa5dd7cbd715ebdacbf5692daaf7f8a", "message": "Khaarthi/Arvind removed Validator\n", "proba": 2.4446381985399057e-07}
{"commit": "e152b313428c6acc2ccefa00f8d01013c9b4f7f2", "message": "Create self-closeable HTTP client\n", "proba": 7.338455247918318e-07}
{"commit": "398a62a73d8cc5db22b7c2ff704e3c63d4e1859d", "message": "Test some basics of the AmqpProviderFactory.", "proba": 1.1414577727464348e-07}
{"commit": "bf95cb723733cd58b69f81a936ca94068dd1930b", "message": "Prepare to move.\n", "proba": 2.8746259772560734e-07}
{"commit": "6b0af3ca4245ec4b7e2edb0344498cf1418ca07d", "message": "Added first transaction tests.\n", "proba": 1.1130515531476703e-07}
{"commit": "9543b21260d0d2b031e18993b3ab53e14a5683ea", "message": "Create FighterHandler.java", "proba": 2.2464291760115884e-06}
{"commit": "5b6ed495a497a6a1575ce82c9aa892fd364d0326", "message": "fixed local josc urls\n", "proba": 5.067068968855892e-07}
{"commit": "a2568a5a2a5d67c9ab25598a952c4ede10116055", "message": "Added interface to create alternate type rules\n\nThe idea here is to start the germ of the idea to create conventions for certain classes of rules e.g. Java 8, Spring-Data-Rest, Grails etc.\n\n(1323)\n", "proba": 1.2657012860017858e-07}
{"commit": "f0c2f40612a25151bbe9842906ecee247c2c3cd0", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@3879 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 6.192956334416522e-07}
{"commit": "8bbdf2e09c0cc0fe73767b9e44ff93f56e0f1432", "message": "add a new class that allows to create a Set with a limited size, where the oldest records get removed automaticly when the max size is reached\n", "proba": 1.557284718955998e-07}
{"commit": "345cb105e574cba45be06ceffe81f1bb8c12cce1", "message": "added change install dir to installer window\n", "proba": 1.9734756051548175e-07}
{"commit": "b260bede7f5f6a56172e08379d0891551e00b94c", "message": "Change notification ids so that they display properly\n", "proba": 1.882475118009097e-07}
{"commit": "73c92fd0f9a876080799b810dbcce9cd978f3732", "message": "added missing file change\n", "proba": 7.682343721171492e-07}
{"commit": "07e9fdb2e255a5ae09f7d9365fc37b802a61a5e7", "message": "Added app/Consts\n", "proba": 2.660128757270286e-07}
{"commit": "b85225634e2e33292e552e0f63256b46e6684cdc", "message": "Reverted last nights checkin, until I fix the line ending story, and this also makes the connector work again\n\n\ngit-svn-id: 40f70788afc64a734d8b91520bec53ae21e7042f@416409 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.4095259075475042e-06}
{"commit": "41e922cff5ab82ebc67006212c5a7021200eec6e", "message": "Similar to NIO2, async NIO sendfile needs to deallocate and recycle the buffer.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1702962 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.3535408470488619e-05}
{"commit": "0be85e6a7e337b671c88e9b3adaa172512666a49", "message": "Pausing the endpoint should not pause the poller. The poller needs to continue to operate to enable async, non-blocking I/O and HTTP/2 connections to complete.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1687834 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.8392842068569735e-05}
{"commit": "f94306122e0b78605deb0a611430ee8b010c8afb", "message": "changed regex\n", "proba": 1.537139542051591e-05}
{"commit": "6055aa0872f9cfd95a4c4caf7859db55c94c1f7e", "message": "fixed zombie bug\n", "proba": 5.116950205774629e-07}
{"commit": "5fe6d2a35198826348247763bd5a23cd86edde67", "message": "Added initial Array_1 problem\n", "proba": 1.63687744247909e-07}
{"commit": "cf98a9a6b7461d3bc0d888a8a0fa24f619109c34", "message": "cleanup commented code", "proba": 2.2754979056571756e-07}
{"commit": "03c8750d3162dd32e5110a354e5a2a2237b7c01f", "message": "am f2fb0e73: Merge \"CEC: Remove obsolete TODOs\" into mnc-dev\n\n* commit 'f2fb0e73f1e7a056c8986959b391ad29eabbf8f9':\n  CEC: Remove obsolete TODOs\n", "proba": 1.227107759405044e-06}
{"commit": "dc1274c5d0c3b340bf08cc589b46da8caebe4a23", "message": "am f8db59de: am 207d7bd3: Merge \"Run isKeyguardSecure under system privileges\" into lmp-mr1-dev automerge: 562e87b\n\n* commit 'f8db59de22cb29f68ace8303e15e71dabf2b39e5':\n  Run isKeyguardSecure under system privileges\n", "proba": 1.8101858358932077e-06}
{"commit": "c0d9834a1c6dd8d9cd0b7fe9b50495578c104405", "message": "am 5d78e0b8: Merge \"GPS: Change NTP polling interval from 4 to 24 hours\" into honeycomb-mr2\n\n* commit '5d78e0b8ea548da3fa88ae2190a9334297b992b6':\n  GPS: Change NTP polling interval from 4 to 24 hours\n", "proba": 7.118122084648348e-06}
{"commit": "2ffe0ad39127950074dc74bc5d15a284975da5ae", "message": "Always use fresh NTP time for GPS\n\nThis is especially important when AGPS is disabled\n\nBug: 5355661\n\nChange-Id: I072dbe1ddf43aa24c8fc39b750040504a1633c53\nSigned-off-by: Mike Lockwood <368d0007e4626f70737d16df5e49ed8806b98c3f@android.com>\n", "proba": 1.1729078153166483e-07}
{"commit": "58e9acf6652589b8bd5ba51889e5ae2dd3a02fdd", "message": "Make Screen properly implement KeyListener\n", "proba": 5.463226671054144e-07}
{"commit": "a8f6c40f8ac0294dd1c3409f893aaa176569f984", "message": "am 877919bb: am 6cfb4495: Merge \"CEC: Let MHL device be of type \\'source\\'\" into lmp-mr1-dev\nautomerge: fe3cdf0\n\n* commit 'fe3cdf015e42168954f20125e7c9f4495f9d4647':\n  CEC: Let MHL device be of type 'source'\n", "proba": 1.9813431606507947e-07}
{"commit": "a6e16b86b9f708b4869e123c7c67f6d5675cca18", "message": "SynthesisCallback documentation update\n\nClarification about when android.speech.tts.SynthesisCallback.done()\nshould be called.\n\nBug: 2481825\nChange-Id: Ic781a6facc2d9acb3f06afb952fbac0b494c56cf\n", "proba": 2.669875584615511e-06}
{"commit": "2331b42328fcdd54d3b26152f998554c610ae1b4", "message": "am dc4beb48: am e7ec492f: Merge \"Make implementation of isEmpty consistent with implementation of getCount in HeaderListViewAdapter\"\n\n* commit 'dc4beb483eb14f1b56154125c67b780802756572':\n  Make implementation of isEmpty consistent with implementation of getCount in HeaderListViewAdapter\n", "proba": 4.0434119341625774e-07}
{"commit": "c116f02a4a3819a91afa646b55af13213d8f728c", "message": "am 232d417a: am 2e9ca0aa: Merge \"Fix crash in TranserPipe.\" into lmp-dev\n\n* commit '232d417a5efc4029d4eebac04d003c73e5b4b65e':\n  Fix crash in TranserPipe.\n", "proba": 1.3466255666116922e-07}
{"commit": "5d734dbc56cd2d4350f4a35f1bedbb6b40247e5c", "message": "am e1d18f6e: am 0e3df216: am cc81bcec: Merge \"Only send storage intents after boot complete\"\n\n* commit 'e1d18f6eb0e46b7a71ce7cf9ddb1c60dd7ad054f':\n  Only send storage intents after boot complete\n", "proba": 4.5559386308013927e-07}
{"commit": "f27b41f3f50512accddfdf8495af6d5b9b527abf", "message": "- added TableConversion example.", "proba": 1.1451201942236366e-07}
{"commit": "358ea19a5453666989ac5ae63a06af4b4c416cb0", "message": "BRKT-21 ImageMagick for Image conversion, optimized settings\n\ngit-svn-id: ab5bf4358eb1d1206b526f2c2b4833398a5928e7@585 55fde302-37b5-4f85-817a-e5eb813054a9\n", "proba": 2.7924608048124355e-07}
{"commit": "4b6ef65885d29a2e8253927eda2ff4042211ac4a", "message": "PolyglotQuine.cs.java size reduced.\n", "proba": 1.1305299807418123e-07}
{"commit": "48685b207c3b1b084929406217e2cfb2becd4328", "message": "PolyglotQuine.cs.java size reduced.\n", "proba": 1.1305299807418123e-07}
{"commit": "0f18b8c89ea9b6e5463844ff45786247c9b11d9b", "message": "added property accessor implementation for crate document", "proba": 1.5671894004753995e-07}
{"commit": "35bbc34afcd6b06e9b018267df4893120dc6cf8b", "message": "removed cursor.close() as the cursor is obtained through managedQuery()\n", "proba": 2.9496430897779646e-07}
{"commit": "aa7128d49f2c1e59849511b37dfbfdf515eddc54", "message": "Reduce number of searches when searching for already approved resources.\n", "proba": 2.1685593765141675e-07}
{"commit": "aaa32b2195e7793ae1c53418551734e2906c8f50", "message": "added null check to live after gwt 1.5 upgrade\n\nsvn changeset:5222/svn branch:trunk\n", "proba": 2.0864659688868414e-07}
{"commit": "e13dfee8d0352fa873299b4fd811cea20bb780b8", "message": "Remove JDK1.5 usage.", "proba": 1.6755701892634534e-07}
{"commit": "1abafae30d7a793e0ea8ff6549276468864592d6", "message": "SCHEDULING-1335 : set splitter task read mode property in PAMapReduceJobConfiguration.setReadMode()\n\ngit-svn-id: 27916816d6cfa57849e9a885196bf7392b80e1ac@20432 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 8.812958185444586e-07}
{"commit": "0b223e96bb765530d1fbad687082a7079f364935", "message": "Added utility method\n", "proba": 2.3585646147239459e-07}
{"commit": "b48bd38e7c5f50905a83e7a71d508947281ca73e", "message": "If place name is empty, set geoData name in it\n", "proba": 5.349010280042421e-06}
{"commit": "6276d266bb5b9988d08e30f13ae2dba773e941dc", "message": "New test to see if LinkedHashMap is buggy\n\ngit-svn-id: 9ddf022f45b579842a47abc018ed2b18cdc52108@2517 3625ad7b-9c83-922f-a72b-73d79161f2ea\n", "proba": 6.825388027209556e-06}
{"commit": "476b901acb04660abfd1e2cfac3b6f56bc94ff82", "message": "pac4j-async-283 Implement VertxAsyncWebContext in demo module\n", "proba": 8.730035006010439e-07}
{"commit": "5fbadaf617a21d92f5ca968a89fc405ae92b4739", "message": "Added a new explicit test case to catch any empty-byte array related bugs\n", "proba": 1.8067538576360676e-07}
{"commit": "d0c66654dd63e29b60cd275aee721e13cd9fdb17", "message": "Add test for Hello world activity\n", "proba": 0.9986996650695801}
{"commit": "4b30cbf9e41ed0e73970b7eb4a4a0c458c826657", "message": "added gif file\n", "proba": 3.7102168448654993e-07}
{"commit": "9145f864ec7c3f20f785385be13c06591d69fdd6", "message": "Minor cleanup\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@904508 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.068629439439974e-07}
{"commit": "7894a55628b29644543586d7b0ac0ecb30b5c704", "message": "As per the comment, remove the deprecated code\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1163717 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999507665634155}
{"commit": "d759552e9b2a7843db46e249d0a4081fa2818406", "message": "Remove deprecated method\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1238072 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0033908127807080746}
{"commit": "259d37f91ae7ad7fe36a4ef127cd8fbd4eae91a5", "message": "Streamlining\n - reduce scope of sync (in really only needs to surrond non-blocking\nread and readInterest)\n - make fillReadBuffer responsible for releasing readPending semaphore\nin blocking case (it already did it for non-blcoking)\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1652384 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.065955964615569e-06}
{"commit": "68faa0570133ea00d627fc92203b92536dc4871d", "message": "ModelLoaderTest: Declaration.getQualifiedName -> getQualifiedNameString\n", "proba": 2.491905775059422e-07}
{"commit": "718320b57ac958ade9cec3aaac2a028a805c57fc", "message": "Make sure we don't generate multiple errors for native interfaces and objects.\n", "proba": 1.4511032020436687e-07}
{"commit": "b6b0a18d3cd740160528a25886b650d06e74685f", "message": "NOT FLUFFY CODE\n\nadded RobotTemplateTest class, debug to print gyro for experimenting\n", "proba": 1.2521323355940694e-07}
{"commit": "42da02a6db48d18d5b144ddfae47db71a13ceae9", "message": "Listo_Guardar_Archivo\n", "proba": 3.3269634513999335e-06}
{"commit": "cd2d87653652751b3bfd3a85aa7505cc32cb4072", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@4550 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 6.200821758284292e-07}
{"commit": "f1fd3516de85b8b9c4b8321d400f7aca419e9d91", "message": "Testcase for prettyprint indentation\n\ngit-svn-id: a2312d33856acf09907bc700940b4d7cc158d4b3@885 89b902b4-d83f-0410-b942-89f7a419ffdb\n", "proba": 6.461380053224275e-06}
{"commit": "4bee5d1980e7b3c2fe2fe99afa4ebc628beed3ed", "message": "Feature #12713: user avatar can now be referenced into a newsletter.\n", "proba": 9.99424258907311e-08}
{"commit": "6a10e3d2afa077c47f7a6cefa325d3e9e38424de", "message": ":construction: \u6811-\u5de6\u53f3\u8282\u70b9\u7ffb\u8f6c\n", "proba": 2.0584778326337982e-07}
{"commit": "d73d7cd783581afac8ed58e240854800ebf9ea58", "message": "Moved utility class from android to `com.couchbase.lite.util`\n", "proba": 1.4799240943830227e-07}
{"commit": "5cdc1227826159916aaac400ccf6198252806a2a", "message": "Remove Messaging Related Annotations\n\nAnnouncementController is separated into two different role. One with @RestController will remain solely for REST operation and there will be another @Controller which will be responsible for messaging related tasks.\n\nSee gh-6\n", "proba": 1.781187393135042e-07}
{"commit": "e01fcca6895b83b17954033f8e9a24b53ac5505b", "message": "- Added life counter. When a fighter runs out of lives, they no longer respawn on death.\n- When only one fighter is left, the game moves to post-match\n\n- Fighters can no longer jump directly after respawn and at game start (prevents accidental death from spamming jump button)\n- Dying sets a fighter's velocity to zero (prevents extra deaths after respawn)\n- Fighters now start at Y position 1 to prevent an extra death at the start of the game\n\n- Added visual life counters to the game panel, and adjusted score background size to include this counter\n- The post match game state now shows the last image from the game world, as well as a message that shows the winner\n", "proba": 1.4772980648558587e-05}
{"commit": "4a6c6deb0e9c99caab7a1aa7d49e292ba6f24230", "message": "Added mips.MipsWriter class.\n\nAdded a class mips.MipsWriter that realises mips.MipsOutputStream, writing the\nassembly as text to a java.io.Writer.\n", "proba": 1.0620123447324659e-07}
{"commit": "aec5aeb85c0db2d0d29921c793344071e2704294", "message": "https://www.acmicpc.net/problem/2193\n", "proba": 3.213651780242799e-07}
{"commit": "c5e4d63365ee3f2d1f826949a18d94e46bdec4c1", "message": "compare version numbers 2\n", "proba": 0.0010040729539468884}
{"commit": "d01bbdd278c010071a9a11df9760599e769a7da7", "message": "https://www.acmicpc.net/problem/5337\n", "proba": 2.9650166766259645e-07}
{"commit": "a7e9b64cf5fec13f62cdb0e95daf5ac03b237de3", "message": "Add GloVeInputGenerator\n", "proba": 9.259888429369312e-07}
{"commit": "6beb0e0a7c8f55d73a0e933540e2d01e08fb79ca", "message": "version bump", "proba": 7.394332897092681e-07}
{"commit": "255abff7cecb50649fc269359053d8471158fdc2", "message": "added SendKeysCommand\n", "proba": 2.3817557348593255e-07}
{"commit": "e3acdf76c899bb400c6170efa24b7181897fbf39", "message": "Initial - Testing Initial Robot\n", "proba": 2.1917209380717395e-07}
{"commit": "add234568025f992aa113f8f4fa81a4f41daf34e", "message": "add DrawableUtil\n", "proba": 4.5943869508846547e-07}
{"commit": "0719d40998a9fd24bef8ac4b6eb25d9e6b370206", "message": "Create Activity2.java", "proba": 2.9531181553466013e-06}
{"commit": "0bcef58a6d895f2d09ca96d1793a1728373e5413", "message": "am 62d7c9eb: am 16504076: Merge \"Fix hashCode of TvContentRating\" into lmp-dev\n\n* commit '62d7c9eb423394859f5a53d366bd18358c51c154':\n  Fix hashCode of TvContentRating\n", "proba": 2.506814951175329e-07}
{"commit": "150c8bb0c34cef99d7941eed6a02fb55bef56581", "message": "CALL (2NNN) and DRW (DXYN) implemented. DRW might still be wonky\n", "proba": 1.3723541769650183e-06}
{"commit": "0f5d0e90113e4cb0e44edf8702909c2f8f431e0c", "message": "Support specifying SOAPAction via -a\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@252171 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.4594143016875023e-07}
{"commit": "f10daf647004e84235d240bb6471aa0dab61a493", "message": "Fix a bug in the database upgrade process, and refactor slightly.\n\nDuring upgrade from v9 -> v10 the database version was not\nbeing updated.\n\nAlso remove conditionals based on what are effectively hardcoded\ntruth values to simplfiy the logic greatly.\n\nBug: 5560410\nChange-Id: I31a01aa35a109a951d4e4c6d5b884bb666668b28\n", "proba": 9.376216439704876e-06}
{"commit": "5c3a77c0ff18d39f2d5811b612240788fe4628d1", "message": "Un-force fading edges in ListPopupWindows.\n\nChange-Id: Iefb1f64b1f8927fd3c29a8d448a1517afac1ffe1\n", "proba": 2.151640183001291e-05}
{"commit": "a0cc806e1861d2fff383876324340dbf815d33a0", "message": "am fedd53b8: Merge \"Don\\'t try to rescale when no bitmap in RemoteControlClient\"\n\n* commit 'fedd53b82b0e15c2678a9930a21957cf531da20b':\n  Don't try to rescale when no bitmap in RemoteControlClient\n", "proba": 7.973880542522238e-07}
{"commit": "1f7e546bf8b87c5978e8a280d82eaeebdb639ea3", "message": "Added AbstractStatusUpdaterBolt\n", "proba": 1.7644630645463621e-07}
{"commit": "bf00fc19577e7865b0a1ab143dead0c909c751be", "message": "Stuff\n", "proba": 2.155303491235827e-06}
{"commit": "d284c2d9b84ff08cce2d79ecb86c3a1aa7e7f584", "message": "remove print statements\n", "proba": 0.9999992847442627}
{"commit": "9fca8f4c7b12004b4000f5fea1822f50f0af00c6", "message": "new class: State", "proba": 0.0007306902552954853}
{"commit": "9f6dd850700c89eb220652f50823dfe0da257a40", "message": "none: string concat to string builder\n", "proba": 0.0009349118336103857}
{"commit": "66f83bf98b027b4d1002d9acb4bb1eadb09fff38", "message": "INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED\n2004/02/19 15:57:03 sg 1.1.2.2: #i25017#CHG: enhanced tests\n2004/02/19 09:28:57 sg 1.1.2.1: #i25017#NEW: intial version\n", "proba": 1.6101604671803216e-07}
{"commit": "ed08c9cddacd61ec5cdb3ba2ac31ee6b7c015e13", "message": "*** empty log message ***\n", "proba": 5.360483328331611e-07}
{"commit": "cc60d6116db49306bd9d46e4653f4c91fd1376fa", "message": "Add missing file...\n", "proba": 2.3894546075098333e-07}
{"commit": "66db29d7a0472f767e391a96e175184a23e19ac3", "message": "Potential fix for GRAILS-12123 until better solution found\n", "proba": 2.404860595106584e-07}
{"commit": "bf2e1a8177be8fc2dcf986717c8d58d805e7b458", "message": "Minor type fix\n", "proba": 6.444379891945573e-07}
{"commit": "41b76b3c8b9ca344e049d944bd1cacd41fd576ed", "message": "[ignore]\nRe-committing required class. Have to think about rewriting this...\n\nsvn path=/trunk/eXist/; revision=16159\n", "proba": 4.823723998015339e-07}
{"commit": "72a3f9a6cfe064affa1a7f44d42fccde00979598", "message": "keep the helix property store data into cluster cache\n", "proba": 3.2474116551384213e-07}
{"commit": "d21f4544201754088fe6a99f3074246515ec2296", "message": "This class contains the detail implementation on how and when a resource url should be rewritten (proxied).\n\n\ngit-svn-id: 477788cc2a8229a747c5b8073e47c1d0f6ec0604@8023 f5dbab47-78f9-eb45-b975-e544023573eb\n", "proba": 2.387924541835673e-05}
{"commit": "02e22bbb05dff1718f1e466addc6df2357894441", "message": "new java file\n", "proba": 4.6612672122137155e-07}
{"commit": "819e147dc53828d380af91de1f9200baa6d6db75", "message": "Entity Maintenance Document\n", "proba": 1.5803382211743155e-06}
{"commit": "39b932978f14f68d9f37178a177bc8738e91f8cc", "message": "am 548a4265: Merge \"Fixed a bug where we might get stuck in a fully expanded statusbar\" into mnc-dev\n\n* commit '548a42653cfa981d00941e9942390a3a00ff095b':\n  Fixed a bug where we might get stuck in a fully expanded statusbar\n", "proba": 2.9874817641939444e-07}
{"commit": "d76b886eb7dc03fab4682f2f7b49a6a049f0612a", "message": "Metamodel #5157: support alias literals with getOrCreateMetamodel(Class)\n", "proba": 1.1200260274790708e-07}
{"commit": "780c5832b2310ee3955c62292013863b4aed794f", "message": "codecs attribute workaround fix\n\ncodecs attribute workaround fix\r\nSome hls manifests do not provide both audio and video codecs attribute.\r\n\r\nIt is a violation of the HLS spec\r\nwon\u2019t be fixed in original ExoPlayer repo", "proba": 1.0763812241521009e-07}
{"commit": "2a5f6e5df94e004cbecb1388e4ee89911f2efe44", "message": "Adding base64 helper.\n", "proba": 1.835733058896949e-07}
{"commit": "a086ea18d003ea9f5cc7c77048c399570dc9aa64", "message": "Bugfix: close avro clients when stopping appender\n", "proba": 1.5771298933486833e-07}
{"commit": "8628efa47630dc7141682eacc07ca6f91cce88a8", "message": "Added TaskOutputStyling\n", "proba": 3.000753565629566e-07}
{"commit": "922cd9a4c1157ae8cb0f1e046c70586b01ab074d", "message": "DirectedEdgeDataGraph\n", "proba": 1.46139859680261e-06}
{"commit": "6f4688004be84bd519a8b82d81a54fa908f514cf", "message": "add benchmark comparing else-if-chain with HashHap lookup speeds\n", "proba": 2.5122071178884653e-07}
{"commit": "7d8d39d16004ef11f6970cd24bfbdcd2f1b560fc", "message": "Added Finding a Median using 2 heaps\n", "proba": 1.1831773605308626e-07}
{"commit": "0245fe58508075e0aeecd671d721a75d8a842f09", "message": "Create TrackballCamera.java", "proba": 4.4467265070124995e-07}
{"commit": "66bc567805a9867745aeedfe6ddada1ed6b281d2", "message": "am 37b75fdd: am 48ccf043: Merge \"Accessibility in bad state after using SDK tool uiautomatorviewer.\" into lmp-dev\n\n* commit '37b75fddfda13c2a407f7b4cce1803b4078293dc':\n  Accessibility in bad state after using SDK tool uiautomatorviewer.\n", "proba": 1.770425086533578e-07}
{"commit": "3697e86957f1e99cc962d0a6bb5d9afc9676aa98", "message": "removed an obsolete file\n", "proba": 4.185338639217662e-06}
{"commit": "340e6c77a5489b6ef64ba18e06fcf0afaf9e1dec", "message": "Add stub for root post block assignment test case incl. TODO\n", "proba": 3.9811880014894996e-07}
{"commit": "ca1a14beeb4b9d59e2d35cf545237231b44dc707", "message": "Remove commented examples\n", "proba": 1.5721143142854999e-07}
{"commit": "64ad28a0d55e25fbe2e25222959ee92148d4ff70", "message": "Add TrackPhysicsModel from simulib\n", "proba": 1.5384021878617204e-07}
{"commit": "24f005c5e1efe7fbe215a369fcf79f7ad22c0b77", "message": "Added permission enum.\n", "proba": 1.2627172907286877e-07}
{"commit": "c2a978dba31f0fc83a7d472e6a78bed165eca610", "message": "Pass disconnect reason for failed remote connections\n\nIf a remote connection fails to create call setDisconnected\ninstead of setState. This allows us to pass the disconnect\nreason.\n\nNote, this CL is very low risk since it only impacts remote\nconnections.\n\nBug: 17594857\nChange-Id: Id296f3f5a4bb9168b358d3bfda94e04623a6b99c\n", "proba": 2.7236114874540363e-06}
{"commit": "06b49e40f98d8d90757bd5c724c89b4fe201e631", "message": "\u65b0\u589e\uff1afinal\u4fee\u9970\u7b26\u793a\u4f8b\n", "proba": 1.7053977785508323e-07}
{"commit": "d556961345c32bbf090735e3245ce93c79545a2c", "message": "Add fields in WebPages", "proba": 8.544695901946397e-07}
{"commit": "67c01eee5c30b05e9c3afa6b80c4ee209ce4ebfc", "message": "finished command\n", "proba": 2.221752038167324e-05}
{"commit": "175babc2a3a4642d38d2416cce1cd532c4229bbc", "message": "export dialog added. Still lacking functionality.", "proba": 1.0498557401206199e-07}
{"commit": "99d97df79e62fad088c795b62c9d3868078690c8", "message": "Create FindTest.java", "proba": 5.907450031372719e-07}
{"commit": "708dbffdbadc0db06c1cca2df00326a374f9a0a4", "message": "Progress bar for handling issues was added.", "proba": 1.0659615412578205e-07}
{"commit": "895705ff04970e2aecfa3951358801042b51cf15", "message": "Print heartbeat exceptions to the console\n", "proba": 1.4568038295692531e-06}
{"commit": "d9fc8a38d967ee0628e5e6c210bbbff4f0d9b4ca", "message": "0.42 bug fix", "proba": 1.336325681222661e-07}
{"commit": "b5aad4990bb32b967b4d82214b8b1b42e7db108f", "message": "Added Abc into genericparser\n", "proba": 1.4328016106901487e-07}
{"commit": "449e33cdf1c43e75f33b1f2da429a2a26edc8694", "message": "add missing PendingFile.java\n\ngit-svn-id: 1e8683751772dd0ef52a45d586103b4a82d616ff@904973 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.835588242713129e-06}
{"commit": "f818046b5040cb47a662eccd49da3fb43095d7e7", "message": "Create CommonFun.java", "proba": 1.5172852272371529e-06}
{"commit": "0f9e86120680576a56eb4adef3f3a8605d57dc95", "message": "removed uncommented code (#243)\n", "proba": 1.1975832592270308e-07}
{"commit": "b0db860dd3d47e5c5fd6cbfaab98373aa48c203a", "message": "Append order to service tree print statements\n\n", "proba": 1.6416578318967368e-06}
{"commit": "f3f45367cb6930e46f2a7aada9c3a1fb05330dbe", "message": "added SQLController for scrimmage matches\n", "proba": 1.424786830739322e-07}
{"commit": "7bc7dd514f6a67b632f5f8f8325da3d0d62d2360", "message": "XML parser works better if you have the namespace class. Duh.", "proba": 1.154697102379032e-07}
{"commit": "86dabf980a629cf851e4b06edea0081a54ac28cb", "message": "use random values by java ,not by nukkit", "proba": 4.1510713799652876e-07}
{"commit": "deb977b2deb0cdce0881a6c2822c6ab0a44642c0", "message": "refactoring: removed some dead code in RP_IndexServer\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@9534 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: c0d10663810f7bc3cc78a58988bac68f5c04a375", "proba": 3.058920628973283e-05}
{"commit": "485deadf230c50cab6c69077f3b2f436a33689e4", "message": "Add ParseLong, along the lines of ParseInt\n", "proba": 1.4410607946047094e-05}
{"commit": "3a03d245063f411151c4754629cb734d97174386", "message": "Add Environment.getMachineName()\n", "proba": 5.846036401635502e-07}
{"commit": "4547b96ca8132c110f8e6d807b95e952ea55919a", "message": "Removed redundant calendar clone\n", "proba": 4.506894413225382e-07}
{"commit": "80dbe3cc27f5b81e1993a043d35a13990be4284d", "message": "jira #DTRA-260: Renamed package to match other packages.\n\ngit-svn-id: 85c88240758832ecdac9e9f2f6d4112daa3a57f7@26914 cadd33a7-e05c-44d0-9ff7-823b10d47c77\n", "proba": 4.666329459723784e-06}
{"commit": "87d81f02bf3bc8c51d4889333bd81c57de574d07", "message": "Only load on demand\n", "proba": 1.4215864041489112e-07}
{"commit": "4ac3b588954e4da658d2b3e7e8be2961fa0e2d7a", "message": "added class to handle login events with methods to send login responses\nto client either successs or failure", "proba": 1.7952855557723524e-07}
{"commit": "017a02eabef482f39db07c887ff2e95df1c4df17", "message": "Revert \"Hotfix v1.1.1\"\n\nThis reverts commit c2bfb2a2d2d68cb28880882f126a6f347a2a6a30.\n", "proba": 1.3063996107121056e-07}
{"commit": "586880983b649a2ed576051efdad8762674f564d", "message": "Fixed audio not playing when joining before setting the SendingHandler\n\n", "proba": 1.7208219560416183e-07}
{"commit": "30c3984e977cc3eccd89b78ea6387e127d24a92d", "message": "Initial creation of MusicPlaybackEvent.", "proba": 1.0917105441876629e-07}
{"commit": "c4a7b70703f9bb8b6b4433578573eefa42edc947", "message": "KRACOEUS-4924: More validations of project start/end dates and obligation start/end dates.\n", "proba": 9.727521899094427e-08}
{"commit": "fd44c59b363e353ab3daa2b65651a197b9550276", "message": "Fixed an error causing optimistic locking problems.\n", "proba": 1.3005384857933677e-07}
{"commit": "f6372f10b19f2e8eb10173ecd4d470684795f962", "message": "toString formatting.\n", "proba": 2.623581849547918e-07}
{"commit": "65620e111c592745b40cfd7e8946a82a576f2b25", "message": ":green_heart: #12630\n", "proba": 3.242173988837749e-05}
{"commit": "1ae559fcf94e0be59b19e2c6f06e2b962a13008c", "message": "Added the SubelementName enum\n", "proba": 1.8866104767312208e-07}
{"commit": "5961aa93ce47fe627866be567521c58530ed3a6d", "message": "auto-testing elves to start every possible serivce and test json serialization of their service interfaces.\n", "proba": 9.959153146610333e-08}
{"commit": "5b0a95659c1a0aa45c0e51f76bd0be67df1c0f5b", "message": "Update RobotPaths.java", "proba": 3.662434266971104e-07}
{"commit": "285f8504e9e77771343f2d03fda0240165ca4df6", "message": "minor bugfix", "proba": 3.8137807223392883e-07}
{"commit": "5eb78eb995db7f5d49ce2880e7edaf73abbd4ef2", "message": "SHIRO-319: applied check for request.isSecure()\n\ngit-svn-id: 33e7a68b83922cb39bd2fd584a64617217729dea@1154370 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.5031737272438477e-07}
{"commit": "e2a0b0ac8a421b4c3963c7d6bf9d937ea5b022f4", "message": "Config deprecation changes\n\n\ngit-svn-id: 50f83ef66c13f323b544ac924010c921a9f4a0f7@2239 00569f92-eb28-0410-84fd-f71c24880f43\n", "proba": 2.0786480945389485e-06}
{"commit": "9c5d41fdaadb48c157bf703e0cb9d9474705d614", "message": "Initial version.\n\n\ngit-svn-id: 6c0206e3b9edd104850923da33ebd73b435d374d@621785 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.904272256884724e-05}
{"commit": "b767395c2421ed8011d2f348002f488806d388a7", "message": "Ask for resolution if unsupported", "proba": 0.002138471929356456}
{"commit": "55d5eb4d5426dd1c93addd893aa84c90817bc603", "message": "initial logging\n", "proba": 4.1373294834556873e-07}
{"commit": "4da00256ae5fcad9290c46ee89bd85bd6180dafb", "message": "Add unsupported message handler.\n", "proba": 2.3801571558124124e-07}
{"commit": "4cb2575de63424916ce63cad2544f558d14962ba", "message": "FIX : test\n", "proba": 1.1238066690566484e-06}
{"commit": "d8c764d985863316a7793fcbfc4be93a875d5bf1", "message": "Add base list adapter\n", "proba": 3.53038785760873e-07}
{"commit": "96897f92b1ed1f32e6f1c6f159a520e51a6194fe", "message": "apply dataLoader interface changes to unit test\n", "proba": 1.9957330721354083e-07}
{"commit": "9a9ae409f871ac99ed5346a9f54f0ac7910d752c", "message": "*CraftoCommands: ColorCodes bei /help gefixt\n", "proba": 1.1641952823993051e-07}
{"commit": "6a6c09c3f56b2a826ffd8833c5ddc3d0a9418b0a", "message": "fix imports\n", "proba": 2.233424083897262e-06}
{"commit": "a1643eb7f38a3e3296235546ef0020ea3a52c5c5", "message": "Updated to better code conventions according to http://java.sun.com/docs/codeconv/html/CodeConventions.doc9.html#587 (Code Conventions for the JavaTM Programming Language)\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@256956 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.352238763909554e-06}
{"commit": "a09b7750f458f030c9d168e67ae2456d6f80f1fc", "message": "Ignore secondMastershipClaimByYounger_shouldRetry_when_firstMastershipClaimByElder_accepted test\n\nThis test was fixed on 3.10 branch but it's not possible to apply the fix to 3.9.x\ndue to RU compatibility. Hence ignored the test.\n\nSee https://github.com/hazelcast/hazelcast/issues/10939\n", "proba": 6.025113066243648e-07}
{"commit": "92dfbd6d1ea691db8f9d410d20f63cd5e741fd4d", "message": "Compute TF events starting from the end to the beginning", "proba": 2.35512234212365e-05}
{"commit": "e0c85866c13ec32f51a235fafa9fa3f4d25af92f", "message": "Changed expected handler adapter classes\n", "proba": 2.8723047762468923e-07}
{"commit": "4b2b22a448d5b73aca509eb7c2db39baf2eabdd3", "message": "Changed attribute id on field2\n", "proba": 4.267330950824544e-07}
{"commit": "7bc72f123a97062b9d46de0e5733e9e311b2832b", "message": "distrib: test for cuda 7.0\n", "proba": 2.2395786913875781e-07}
{"commit": "7a3d79e9a2dfb6946f88f9d1e9e7e08d1d94c3e9", "message": "Don't cast node object to Ref\n\nThe reset command currently fails when a repository\nis selected because the getLatestCommit method\ncasts the node's object to a Ref without checking the\ntype.\n\nThis change just passed the target branch and repository\nto the getLatestCommit method for looking up the commit\nthat the target branch is pointing to.\n\nChange-Id: Ic02ecb3e6cf7c75504a380d8088789029a9c0f4a\n", "proba": 6.399636731657665e-06}
{"commit": "d7af7d15218c362e271f9871568ca72859d0be31", "message": "Set Tariff: added \"activate_passive_ calendar_time\" field to\nActivityCalendar dto", "proba": 3.716378671470011e-07}
{"commit": "36d972920eb3cc45b95c2c7b5169d2b3720adf7c", "message": "creating new WeldJunitRunner\n", "proba": 1.7263695895053388e-07}
{"commit": "e015c8ff997724de922267aedde8b75d7dc8c24d", "message": "modify shouldQuerierIdentifyGameKeyWhenSpecificSummonerNameIsGiven", "proba": 0.9983944296836853}
{"commit": "dc3c8425245ce5bf9dd5b82696cf1c2de9d95e9d", "message": "PROC751: more tests\n", "proba": 1.7341629643397027e-07}
{"commit": "723e7c2e984a6754364db934788816c0f9efacbd", "message": "add SleepMissionTest\n", "proba": 1.993345222217613e-06}
{"commit": "599128c67916d050384e863dbb0f4d15e1c71405", "message": "Create Ochiai class\n", "proba": 3.1677836886956356e-07}
{"commit": "d94c71964430435393bc54527dbf550eecc6e0c3", "message": "Http util added (cookies processing, etc).\n", "proba": 1.0935841032733151e-07}
{"commit": "66da3b6e6cc71cc8b04fa82aba7018c1f2399239", "message": "Added more error logging.\n", "proba": 1.1606955041543188e-07}
{"commit": "8fd0d265ced2e3279c52adfc68ec0f120735166d", "message": "Fix for joins involving 2 or more columns (was overlapping dense key by 1 byte).\n", "proba": 1.0882656908961508e-07}
{"commit": "bcc5b12822369dbc1dcfe9514ee9b14869c012be", "message": "Initial", "proba": 3.6569930671248585e-05}
{"commit": "cd31d1780cba166916db3dfd11e1157b28208e74", "message": "Fix value for SEI_FEATURES_MAP\n\ngit-svn-id: d6acb143e251c037dab5ea34394f8439daf45588@923428 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00013168714940547943}
{"commit": "e40d4081aeea47ed058c018c0a930e4786c868ef", "message": "three in one array stack - updated\n", "proba": 1.3487989747318352e-07}
{"commit": "3df92795616cbce5629d6d44f7d67a74fda19a0d", "message": "orientdb: fix bug with skipping index fields if prior fields didn't have any results\n", "proba": 2.5024104388648993e-07}
{"commit": "c79041b587f11a87d39565852901fc600fc5a6c8", "message": "changed to classpath loading of server-context\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@767 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 1.1708787042152835e-06}
{"commit": "786ce75dfd543c8932fc46e3c77173a954c97990", "message": "Forgot this ... again\n\n", "proba": 1.2867997156718047e-07}
{"commit": "41b8365ecbba561d3db12e0125ea6c877b508e5c", "message": "Moved InstanceException into the manageDB package\n", "proba": 2.3634642332126532e-07}
{"commit": "b077e2386126806c4f2567a18c3293e70c35c649", "message": "between two sets\n", "proba": 0.9999052286148071}
{"commit": "41e952f16d6b18c1bc8f5c5ccb410e7eef6a518d", "message": "OLD - Wrong and Unorganized", "proba": 8.028078468669264e-07}
{"commit": "c1111f74462b3839537e49658b813fc229f89cf9", "message": "https://pt.stackoverflow.com/q/273587/101", "proba": 7.493712814721221e-07}
{"commit": "fd1fd6c5185225d07e71c4665e33d2028800abf5", "message": "RadLex converter\n", "proba": 5.770372695224069e-07}
{"commit": "b8e8942eba82772a31dc47c4982bb0c5b1f2eb47", "message": "Added a file to dump database triples into a .rdf file", "proba": 2.1659634796833416e-07}
{"commit": "8750485abf6dea6160ac491c6e3c36f4e298aece", "message": "- added test illustrating that json-io can handle Maps with keys that are not Strings.\n", "proba": 1.0860365762255242e-07}
{"commit": "dd593907d058ded118386bdd0e844f1d8bdf3b8e", "message": "Eliminate Javadoc warnings in SeleniumDriver.\n\nThe `findPageHeading()` finder method is a hangover from Login Box.\n", "proba": 4.0289123148795625e-07}
{"commit": "4ffb8957653d7c3cbf98ad6666742a1982737ace", "message": "SAK-32445 Fix Assignments Grading with \".X\" Grades (#4250)\n\nWhen an assignment was saved with a grade such as \".7\" with less\r\nthan the number of allowed decimal places (2 is default), the grade was\r\nsaved as \"0.07\"). This changes causes it to be saved as \"0.70\" by\r\npadding entered scores with trailing 0s as appropriate.", "proba": 1.619985567913318e-07}
{"commit": "1749be4ebfc015998aded656bec603c49215970a", "message": "Changes are made to support translation of a 'lust function call\nexpression' into a 'SMV function call expression'.", "proba": 1.2673706351051806e-07}
{"commit": "aeec7b20cc344120a46fdeb48135986842d4468e", "message": "Similar to IFB_LLNUM with RIGHT_PADDER_F. \nWe need to support this from the GenericPackager configuration,\nprobably changing the 'pad' atttribute to support something like\n'left|right|right_f' instead of just true|false\n\n", "proba": 1.7197475244756788e-05}
{"commit": "f9cfcbe47cae043c383dab7f6e8ee3a99bd300e2", "message": "Remove subscription if connection closes", "proba": 5.545578005694551e-07}
{"commit": "67a0e933ae78b6fdf94c28f53993538d57133f17", "message": "Add converter for ij.measure.ResultsTable to HTML\n", "proba": 1.9637094794688892e-07}
{"commit": "f7cdaf6fdc783e7a2455b3fdc593628f960de224", "message": "Add SymmetricLogKernel\n", "proba": 2.2948881905904273e-06}
{"commit": "3a7230a455ae64e5f94cac00bf387948a7f4f753", "message": "Added a mojo for extracting module resources.\n", "proba": 1.0518921556013083e-07}
{"commit": "7cb591035281467b797ef4e6a1a7ab009aec596a", "message": "KRACOEUS-6061\nFix country - dao issue in embed mode\n", "proba": 1.0909570136163893e-07}
{"commit": "468e7d3ade2f54ada0ba6aa4533d4eb5b543d98d", "message": "Experimental algo - VertexAnya with marking for every vertex\n", "proba": 1.2051978615090775e-07}
{"commit": "474a837858a8e7a98316f97e9ed387d0161015f2", "message": "add testConstructorWithNullObject case in ReflectionToStringBuilderTest.java\n", "proba": 5.52978235646151e-07}
{"commit": "b58b8410526d701109f129376db2a287171e72ac", "message": "Fixed invalid test\n", "proba": 9.411058385921933e-07}
{"commit": "22aac75286de2e5bfc50a20c2f1620fecc63c5e2", "message": "Push new Spawn class\n", "proba": 2.580828777354327e-07}
{"commit": "a14765d2d191a6b581d9ceeafcfc7a8526f376e8", "message": "Factorial trailing zeros completed", "proba": 3.567322664821404e-06}
{"commit": "2e8eca1038cc1825a08108787921876c309f8f86", "message": "Jumbotronix app!", "proba": 1.2826131978727062e-07}
{"commit": "6062db5ff5dfe95376ca2ac5a5b4e9b1470df2fa", "message": "Clear proxyconfiguration status when the configuration is writte to the device\n", "proba": 1.8883079633269517e-07}
{"commit": "dadccc66ef77f5d7dea6fe010d69d38eae2dcdd4", "message": "SNAP-47 :   fix mountpoint predefined path\n", "proba": 1.721260076692488e-07}
{"commit": "fbdf48f5e379b08aa210610c70cf314e5e6bcf91", "message": "Add NetBuffer abstraction.\n", "proba": 1.4877780074584734e-07}
{"commit": "22f57c8371a63f061277434f94fea9d9f28ddd80", "message": "Optim: something went wrong during rebase\n", "proba": 5.788401722384151e-06}
{"commit": "b103b294cd56f82a0f6a594f512ad0ef1cc1b657", "message": "The test should be called cliCat to reflect what it's actually testing.\n", "proba": 8.999401757137093e-07}
{"commit": "7caabfbd87a4669e9e0e9a06e55c66db6a6189e8", "message": "missed one", "proba": 1.4029303656570846e-06}
{"commit": "af19b4f3f5800dba321f51794235f77ad856cb12", "message": "AndroidFacebookAPI basic implementation added", "proba": 2.746594418567838e-07}
{"commit": "011339100b93b92f465b04e57fb290cb7c5f0bf9", "message": "added the unformatted option\n", "proba": 0.00039278477197512984}
{"commit": "51f79460b2ac01026bcc75a17bf52b99615e3613", "message": "adding dirty parameter to rest update\n", "proba": 3.892310473929683e-07}
{"commit": "04a67ad41b2d26cfa7f8d6f343c0d307c424dd0f", "message": "chart test class for issue 527\n", "proba": 1.495804724527261e-07}
{"commit": "0ad11db1cb8fdb154626709c2534de99b60656df", "message": "Commit after bug fix in Camera Fragment\n", "proba": 3.0396950023714453e-07}
{"commit": "2a90b7e693da02e5a1acf5c32ab47352113812d3", "message": "*Json: Most methods return the object itself\n", "proba": 7.825336751920986e-07}
{"commit": "7b1f33ef8c58b7af4d23d77d299d9dda2fba0caf", "message": "added main file\n", "proba": 4.297847908674157e-07}
{"commit": "9f354d3b2fa8a091befb757ecaa45fb82d0e25c8", "message": "Statistic that logs sampled root trait  in continuous model", "proba": 2.495254136647418e-07}
{"commit": "7f844ec946469b68d66a80b1482a9024dcebd3b4", "message": "remove dead code", "proba": 0.9994539618492126}
{"commit": "3aaa40632b2c1eea3f75cecb27630528ebdfbbd8", "message": "Update ProductMix.java", "proba": 4.028063074201782e-07}
{"commit": "2dd66464db80d245505de689d98b138bc5f67f89", "message": "\u5728JSONObject\u91cc\u9762\u6dfb\u52a0beLinkedHashMap\u6807\u5fd7 \u7528\u4e8eclone\u65b9\u6cd5\u65f6\u4f7f\u7528\u54ea\u79cdmap\u8fdb\u884c\u5305\u88c5\n", "proba": 2.2700358215388405e-07}
{"commit": "78b73f5a1ec73ccf2ba19e17b290368d9cb89f13", "message": "added ChannelsIntro.java\n", "proba": 1.954688571004226e-07}
{"commit": "44872003bae56dfc43030105e0385316886f3a6d", "message": "Com a class Validar Login", "proba": 1.387613508541108e-07}
{"commit": "cca437157fd5766ea0288283db5c13a87b730675", "message": "\u75af\u72c2\u7684\u5bfc\u51fa\n", "proba": 3.9753754776938877e-07}
{"commit": "4e8ec43525059c9e4229430154fb710587c40dda", "message": "Added a directory file tracker. Useful to find out about new created files.\n", "proba": 1.0210565193347065e-07}
{"commit": "4922cddd4b9f1dda6194e80e3fd8f576c3ab4a80", "message": "Fix wrong package name, Javadoc and unused argument in \"getToken\"\n\n", "proba": 1.288152731149239e-07}
{"commit": "08e9999d5fe9799dd35056781f9fa8994212c019", "message": "TotalNumbersStreamRefactored\n", "proba": 9.372276394969958e-07}
{"commit": "41a5d8c65b145465f39031ac5d0772944332688e", "message": "Fixed argument checks\n", "proba": 5.397853328759084e-07}
{"commit": "4b9d204d6ab38b864149a4261770041b11eef1fc", "message": "Connection fix\n", "proba": 5.594666845354368e-07}
{"commit": "b2e61d080209ad06e536104c1f7f970fba14da60", "message": "Add DashboardConfig model class to Backend Utilities\n", "proba": 2.410713761946681e-07}
{"commit": "31fd94512995d5b2f9314cb35f883420e5bc3cab", "message": "Named result array and added numberOfResults\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@9314 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 2ea824a8a0ea774735f79e9315d51b7ea09400a0", "proba": 3.582579438443645e-06}
{"commit": "ac806e2256ecbe9c09859de53d91df50a12ef1b0", "message": "Added a module for getting Java versions. ", "proba": 1.0710688513881905e-07}
{"commit": "afee511fd3b9bb4e076c921e9255794d25a35ec1", "message": "solr mock \n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@7244 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 5.387922215049912e-07}
{"commit": "757c8acdf515b83ef3f2a7468e0b8f01e70d430e", "message": "one sound effect that stays in memory", "proba": 7.380502893283847e-07}
{"commit": "abe5e3ef8f94f2f1a0479577998d04d2cb997a96", "message": "\u6587\u4ef6\u6d41 \u548c \u65e0\u9650\u6d41\u7684\u8fd0\u7528\n", "proba": 2.154650786678758e-07}
{"commit": "fca70e880f46f87aaea5ba1652b365071cdabd61", "message": "Handle input case-insensitive\n", "proba": 0.9999994039535522}
{"commit": "6a49b25a15a0375bdfa5f36f2162a469d0a293bb", "message": "\u5206\u7ec4DEmo\n", "proba": 8.612558985987562e-07}
{"commit": "52b0a79c30545cf0792e5665a11e80597eec84b9", "message": "Issue #32 Add a CFG (Control Flow Graph) builder\n\nCFGBuilder.java:\nRemoved the currentBlockStack instance member + in the buildCFG() methods, removed the boolean buildNewBlock parameters. All of this is replaced with passing in the currentBasicBlock.\n", "proba": 1.1332631544291871e-07}
{"commit": "0c6bb0fbd25586951f1b19e4b15b44ab987045c6", "message": "Update PageConnector", "proba": 2.201820876734928e-07}
{"commit": "a93fe4e37f74892aa38c7a8a87f36a73d893e863", "message": "Edited comment\n", "proba": 1.484481373381641e-07}
{"commit": "55e0c21a887458c05074dc4c36241113c743c87f", "message": "Use better method to configure ObjectMapper\n", "proba": 4.000379703938961e-06}
{"commit": "255bda87533c68498ce8dc5203d63f6b551ceda2", "message": "Add set method.", "proba": 7.072894163684396e-07}
{"commit": "2f15c0127af5694f1f9344c3946393e98277c677", "message": "Added ServletHttpRequest\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@8787 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 408574a75e2081a1cb45027094c0e5a34476c639", "proba": 3.793908547322644e-07}
{"commit": "dbf875f25f8f28b1adcd36064ee4fc9a41508d34", "message": "Added tests for AuthorizationHeader class\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@8453 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 4.960587602909072e-07}
{"commit": "66256a745ec021a29cc6618afdf7148a9741e31e", "message": "VTK-1141 method for multiple emails, returns true if all is valid.\n", "proba": 1.2489539358284674e-07}
{"commit": "251a4957810f5624a23b17362250576f98a5b8f2", "message": "add GenericsYaml\n", "proba": 5.161073204362765e-07}
{"commit": "dad0332667bdbe0953e7ff2ce5034335005cd580", "message": "Make an inner class static\n", "proba": 0.006473606452345848}
{"commit": "b8f9324050e11dd7bff8c030cab3bbd56599a513", "message": "Created new Class to join all the objects\n", "proba": 1.3255230157938058e-07}
{"commit": "8c5c1fce753adcce40a4e599a75016c35974c827", "message": "[SNAP-208] :  compilation fix\n", "proba": 1.560412528078814e-07}
{"commit": "e94379beba4648c0a527ce3be32216276a55c7f7", "message": "remove debug log in AudioPortEventHandler.\n\nBug: 14815883.\nChange-Id: Ib5076fcfe8a36d1dd772b072fdf3400e57acc61c\n", "proba": 1.2026393051201012e-05}
{"commit": "ff0ece057cd1f6469ea852c64e3b8bcbe0f049b7", "message": "Reinstate linear initial conditions.", "proba": 1.3252932831164799e-06}
{"commit": "bb6e41c35507885cc18fa52d8ff3b9cc0a54a031", "message": "Statistic that logs sampled root trait  in continuous model", "proba": 2.495254136647418e-07}
{"commit": "e6350adff918af62addd82af9013eb1d3d7986bc", "message": "Apply patch from Dale McDonald (dale5540@hotmail.com) to deal with\nHTTPS proxy authentication.\n\nCan someone who uses this stuff please test this out, since our functional\ntests don't excercise this code?\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@254054 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.0937129673038726e-06}
{"commit": "d77332f7e37edfc664ae7c605008acaf1a557f3c", "message": "app to create research objects\n", "proba": 1.8115331101853371e-07}
{"commit": "5852dc170d3e198a1b61684ec76287e54acc8f2d", "message": "Defect # 261\nBuilds a HTML table the list of criteria to display on the search results jsp page\n\n\nSVN-Revision: 1949\n", "proba": 1.1910182706742489e-07}
{"commit": "e05018bdade0fa254e47bb6c9fb96aba23957e4b", "message": "Create PSFontResource for non-embedded fonts and fonts with additional encodings\n\n\ngit-svn-id: ef88d9b9cf39ab54e63008fd575b64cef8fa3e0f@960040 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.764069209770241e-07}
{"commit": "4c9ddbaab8b64ff92932864756385705a63059d6", "message": "write a test", "proba": 0.9773203134536743}
{"commit": "9b96a8856731324fa710545241367153d4042450", "message": "Added AccountUser class extending User\n", "proba": 3.274401763064816e-07}
{"commit": "93029bee1c4573a33d13566322b145db7294ee6f", "message": "Lense flare test\n\n\ngit-svn-id: 5afc437a751a4ff2ced778146f5faadda0b504ab@903 75d07b2b-3a1a-0410-a2c5-0572b91ccdca\n", "proba": 9.395436677550606e-07}
{"commit": "84be6c5332a4270b86d99f35fe3ca29beb9084df", "message": "Align tests to recent interface and fixed identity row changes.", "proba": 1.0493392466059959e-07}
{"commit": "080c622e72f30cdba13f5487f5d0d2eb9ff0ccd5", "message": "fixed ConverterTest\n", "proba": 3.1167152769739914e-07}
{"commit": "561b2914196197a7c6a88ec530db52909e445963", "message": "Added first tests for UriEscapeUtil\n", "proba": 1.3802318221678433e-07}
{"commit": "47ea2de850a01bf8088d5ef2db8308df473e9154", "message": "Create TestCase1.java\n\nant0.txt...", "proba": 1.1918159259494132e-07}
{"commit": "9a128f8d5db0a5ec387d646fe44e4de404d300a4", "message": "\u5b9e\u73b0\u63d2\u5165\u6392\u5e8f\u7b97\u6cd5\u548c\u5f52\u5e76\u6392\u5e8f\u7b97\u6cd5\n", "proba": 5.323375376065087e-07}
{"commit": "4f06c17a05a33838ae101de8083f388846e2a8e8", "message": "cool toString method", "proba": 3.5529637898434885e-07}
{"commit": "b8fc6242418513fe4c25ff34bf6a6b5613c89178", "message": "Added examples about usage of some methods of the InetAddress class.\nCheck ip address block and retreive the corresponding host names.\n", "proba": 1.0488349744264269e-07}
{"commit": "18d1f99f597baedc276591b79c2ebace28a7baec", "message": "TypeCasting", "proba": 4.876811203757825e-07}
{"commit": "caec13303fefd41720242e1bfd3579d8e41ea416", "message": "thread\n", "proba": 5.002679586141312e-07}
{"commit": "eae1a382ccd619c3781d4a55fe681371963540d0", "message": "Adicionando c\u00f3digo de suporte - Grafias num\u00e9ricas\n", "proba": 1.9223479341690108e-07}
{"commit": "7e25669ca135e4125395c94776ad14e70b37d914", "message": "Static concrete method into interface!\n", "proba": 1.1445688130606868e-07}
{"commit": "da4349a5468e91ea63625c86b0e7b9acd9965312", "message": "Add CloseConfirmable interface\n\nThis interface is intended for UI components that get user input to deal\nwith unsaved state before closing.\n\nWith this we create an opt-in clean-up mechanism for close operations.\n", "proba": 1.0548215101380265e-07}
{"commit": "38b66083040c66bb4a2e6e9b60a22006fd7aa593", "message": "display the original size of the image with a black border\n", "proba": 1.0949695479212096e-06}
{"commit": "933ea04a193e86e697f7d0d39bb347910ef1df5f", "message": "Kill some unneeded code\n", "proba": 4.710387656814419e-06}
{"commit": "f1f9211d49f97921840631049c6bc7cf345d4c00", "message": "'View details' popup is a normal window\n", "proba": 8.890274330042303e-06}
{"commit": "afa2903e7fd91c5394de33925b90ad224a40feeb", "message": "update activityAction\n\n\u589e\u52a0\u4e86\u67e5\u770b\u8fd1\u671f\u6d3b\u52a8\n", "proba": 2.937196654784202e-07}
{"commit": "c551cbbba6d9d072e2002043736bb1231fa558eb", "message": "trapping rain water", "proba": 5.201391104492359e-06}
{"commit": "fdfdc509f86d4ff0ec3a56cf310a7dfc0d730622", "message": "Fixed the ARGB slider labels not updating, resolves https://github.com/afollestad/material-dialogs/issues/815\n", "proba": 1.5496668481773668e-07}
{"commit": "da2228b7ef08bd1447c1fd9c60f9e9c7d84305e9", "message": "\n\nSVN-Revision: 7367\n", "proba": 1.456098033258968e-07}
{"commit": "089b81e80881af3316852ea12f4a09eb2e452ef3", "message": "Arrumando", "proba": 2.784185198834166e-06}
{"commit": "1f425e9566971beefd3b2d24f46cf4228cfd32fa", "message": "Java custom sort implementation to sort by frequency and then value within frequency\n", "proba": 1.7323398537882895e-07}
{"commit": "132b92b516ff052293059adaa2d0ff4fab011ce5", "message": "feat(SimplePathFinder): implemented SimplePathFinder. #7\n", "proba": 3.9717792787996586e-07}
{"commit": "8c6a02b3ef42dffdca441a159f6515fbce56fdea", "message": "Add a unit test\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1245748 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.407890709349886e-05}
{"commit": "7bc52e372bafb26b8c8969368b17395d9ba61d49", "message": "Initial version.\n\n\ngit-svn-id: 6c0206e3b9edd104850923da33ebd73b435d374d@623341 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.266614218475297e-05}
{"commit": "ebac662678955b82686b19c50454bcb370f0bee4", "message": "Minor changes.", "proba": 1.6103231814668106e-07}
{"commit": "e896a38b8db6db4d8ca3d32bcc6b6ed6c8f59c7e", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "38b96657b3100bea8db5025b60d1aacb9d8f4c15", "message": "Create SignedLong.java", "proba": 3.726244699464587e-07}
{"commit": "87a3c54b6b79ee5a5391bd2237182c900e012956", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@481 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 6.278081059463148e-07}
{"commit": "072d2cba782c2a83a463d29181319132a8eb3a13", "message": "annotations: Decl: Add a test for whether a decl comes from the language module.\n", "proba": 1.62978693651894e-07}
{"commit": "d3e39d16cb4b177e2fa99e7d4e0bb0e6721fe7fc", "message": "Camera2: Do not throw unexpected runtime exception to app\n\nUse a generic CameraAccessException DEVICE_ERROR exception instead\n\nBug: 21869917\nChange-Id: I73581b817cbdcbb4b876c234f050f725a459a29b\n", "proba": 4.503024683799595e-06}
{"commit": "c12be4d9c900304b5ab9af8c037f09888a3e85d6", "message": "Extracted enumaration with param names\n", "proba": 1.2244166782693355e-06}
{"commit": "e6773d05533673ac4ee14e8c23e9c7acd3618cd2", "message": "Add molecular data definition\n", "proba": 4.21370095864404e-05}
{"commit": "747aa44cee1967375b0aadf326ca454479e9592a", "message": "Add AudioDestinationNode class\n", "proba": 2.458893959556008e-07}
{"commit": "b9f676801a1b8ae434f8f14843c729a3e2184c3a", "message": "hack to prevent the resubmission of message temporary\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@7330 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 659e74334c700b72640349e2a573f12ae7fb397e", "proba": 2.0854447484452976e-06}
{"commit": "f04db826ef0f08fa1e0782d861997f753f491f7c", "message": "-. ehcache \ube44\uad50\ub97c \uc704\ud574 \ucd94\uac00.\n", "proba": 1.300926726344187e-07}
{"commit": "f40f805781f33d100e2283e7256cbc311f41c3d4", "message": "Scala Meshes: added class SplitTest to test calling Scala from Java.\n", "proba": 1.043881496798349e-07}
{"commit": "4cfe61ed2fd58469d13059330ad71b551c38c1a6", "message": "fix a bug in java code generation for debug_token_manager\n\n\ngit-svn-id: eee8356d45ea3f6bef60455b6252670a15fb374b@494 68c0822f-77d1-6f10-b115-8a14d106ca4c\n", "proba": 0.00010003997158491984}
{"commit": "184a4fe809f041df2c4499a43adc3f97f6212452", "message": "Added lazy loading context\n", "proba": 3.2439325536870456e-07}
{"commit": "641cf6bdb80876a2ba7e1c8c992bdb58d5dda64c", "message": "optional inherited verbs and props\n", "proba": 2.7464031404633715e-07}
{"commit": "9eb474ca4a0ada6609198d4ba92af6a6484faf76", "message": "Updated for crafting terminals", "proba": 1.56329932110566e-07}
{"commit": "989b50241a370b98dd1967220ac33bad395a0875", "message": "Location class\n", "proba": 2.806457814585883e-06}
{"commit": "db273a4610adf6b0f770f47bd80365147393df57", "message": "nonConsumable functions in StoreInventory are changed to 'static'\n", "proba": 3.9399688489538676e-07}
{"commit": "5bd10d1dab836285d7a8a34861e9392f78b9be1f", "message": "readonliness", "proba": 1.075130171557248e-06}
{"commit": "0139866a03a7fbb413f37f453994f6d4fcf42a53", "message": "Added spread sheet swing component.", "proba": 1.1151212220283924e-07}
{"commit": "e97d1cae6b5be2a613e50a4a5fb842393e03b5b1", "message": "Add noCheatCompatible to AntiKnockbackMod", "proba": 4.6866477987350663e-07}
{"commit": "7da70502aad8f7155c5c008049c5307a76f6c9fc", "message": "Cluster hook to intercept changes to database.\n", "proba": 1.1043960057577351e-07}
{"commit": "e5492a82b1cd191966b37210fb9add572938604d", "message": "Settings\n", "proba": 3.3201361020473996e-06}
{"commit": "99f6d4509bd0bbb921a5c83ea1d5b475a3cae64b", "message": "\u8ba2\u5355\u652f\u4ed8\u4f20\u9012\u5bf9\u8c61", "proba": 2.5052878527276334e-07}
{"commit": "67bbdbc83feb4a37739292257bb4bdfbb00eb5f2", "message": "Moved set up of Recyclerview to dedicated function\n", "proba": 1.2341713784280728e-07}
{"commit": "8704da81300c1b7c2cacf98426c93a06c9d612ad", "message": "Add Order.java\n", "proba": 6.963770715628925e-07}
{"commit": "5f4ea78ee0c8cd2ff4c526ebda4fd0262a82a364", "message": "Fix for  AXIS-1265 - Error logged when a SOAP header does not contain a mustUnderstand attribute\nfrom Jarek Gawor\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@257578 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.766884783042769e-07}
{"commit": "47bc89cbdf1af08ff146a92796355cbe5c22b7a1", "message": "Context length is in bytes not characters.  Another good catch by\nNAKAMURA, Hiroshi [mailto:nahi@keynauts.com]\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@252216 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.6707740946440026e-05}
{"commit": "c54433345f744c9516d058e1f822f9d51be657a0", "message": "Append the port information (if any) in the HTTP Post Headers.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@254239 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999988079071045}
{"commit": "8ab3de9bd4399767ace22b56b65cc22b3800d608", "message": "fixed resolving of metadata provider\n", "proba": 2.41873692630179e-07}
{"commit": "3bd4548fb2347391b6e1bc54f87ace8d6728d092", "message": "add observer pattern\n", "proba": 4.411057545894437e-07}
{"commit": "06e667092ff9eef757ffe66f3508700c3aa8f136", "message": "Introduce benchmarks of reduce operation\n", "proba": 9.054377301254135e-07}
{"commit": "30394e94db819d11c599dbfee5342cf7aa074dd1", "message": "criado caminho para escrever os arquivos\n", "proba": 5.908509592700284e-07}
{"commit": "57650ba8465e096005f680b377814c29cbed7cef", "message": "KRACOEUS-1695\n\n", "proba": 3.4031543805213005e-07}
{"commit": "77bcaed42fd4927c2201be401471af196adc2bcb", "message": "#148 Wrote a test for the AuthenticationResponseFilter class\n", "proba": 1.4090593936089135e-07}
{"commit": "cccb9a56fd4110a44c9ea6abd94f59e9234f9b6e", "message": "SDist plugin: support for Maven multi-project modules", "proba": 1.458249130337208e-07}
{"commit": "aa9dd44a8fd07c6866afd3f9d5fb8cd2941c68e4", "message": "fix: welcome keyboard animations for lolipop\n", "proba": 1.7697075804790074e-07}
{"commit": "afc6343807913f8a4073faac8d8bcc4723e74dea", "message": "PortalQuery action\n\n", "proba": 4.4539842747326475e-07}
{"commit": "d4d5f51d4154cc4a81ed75b3ebfd74f33c0d5ee5", "message": "Test class for Bubble.java.\n", "proba": 1.2834306062359246e-07}
{"commit": "8e99ec646d0dd93a747c83123fdced893eb66168", "message": "fix InvalidModelException\n", "proba": 2.257549567730166e-06}
{"commit": "3f414a5c40449d3292e914dcab0d59d94e4e971b", "message": "JasonLeyba: Set the Content-Type header so the server UI renders correctly in\nevery browser.\n\nr18152\n", "proba": 1.7428440912681253e-07}
{"commit": "fe43094d4091d1db28d4ad9770d8d7622b5b370c", "message": "Chapter 12, Exercise 24\n", "proba": 1.4498931477646693e-06}
{"commit": "cef3a2e5c616560b0e2754dda3bcbbbeca6be124", "message": "\u65b0\u589eMulticastServer\u7c7b", "proba": 2.1479992540207604e-07}
{"commit": "147f0eb5e79155b4fefc5ee0ed0ed61b309183f8", "message": "create makeset FH\n", "proba": 4.976650416210759e-07}
{"commit": "52ac3598f8c840d953a63fcf7f0fb062c45583ac", "message": "improved test harness - removed arbitrary waits\n\ngit-svn-id: 0b447209bf6265635e4136dfa7c3765ce1ed69dd@2513 7e9141cc-0065-0410-87d8-b60c137991c4\n", "proba": 5.358091357265948e-07}
{"commit": "a4a638a93fe94d53c9ce777dc33e33691e38d5df", "message": "https://www.acmicpc.net/problem/2556\n", "proba": 2.775021528123034e-07}
{"commit": "e8c5179cb42e709bcb79c60eed0b0fb4989dbb2e", "message": "refined analysis.toolbox.ComputationalLaboratory.java to make concurrent\nsensitivity studies", "proba": 1.4326334962788678e-07}
{"commit": "9b8a1c708e29e36992d736f101b5d5f2e5c175b0", "message": "Started Kmer utility class\n", "proba": 1.4657167923814995e-07}
{"commit": "95a5278ed36cc59344073a6d0b845b0e5e3acaf4", "message": "clean up \n\n", "proba": 1.0365005209678202e-06}
{"commit": "dee454eb9ed95b99749e63a4eddf348eb8665a4e", "message": "authorizer\u76f8\u5173\u6d4b\u8bd5\u4ee3\u78012\n", "proba": 4.232321657582361e-07}
{"commit": "b79a2abad310612d81dcffeb4d114156a851fa4d", "message": "Added leading term approximation.\n", "proba": 1.3298330259203794e-07}
{"commit": "2983a926f890429ea23dff565f09d1325b3e45d6", "message": "Parser for microsatellite simulator.\n\ngit-svn-id: 67bc77c75b8364e4e9cdff0eb6560f5818674cd8@2335 ca793f91-a31e-0410-b540-2769d408b6a1\n", "proba": 0.00011127501056762412}
{"commit": "509871bcb72b14737b0ca269f9b4ff66c0ceb2b8", "message": "Create TitleManager.java", "proba": 1.2083459068890079e-06}
{"commit": "3d33a633916be943eb294d3309701994095d80f2", "message": "Add restoreCallingIdentity under finally\n\nChange-Id: I068b1a2fc93300aa9bd17da6933bc8c5f0a6b5e4\n", "proba": 3.546806055965135e-06}
{"commit": "3ecdaf3145e4a3971cbbf36727c847b3fb4a946a", "message": "Forbe model is done bitches", "proba": 1.6478129793995322e-07}
{"commit": "0d9397148ce9a8816d0a92ac078be8486ef33eb8", "message": "*CraftoScheduler: Exception-Schutz gefixt\n", "proba": 1.2460260734314943e-07}
{"commit": "00545e0a08921f9f1d16a2325a2df472b2e61a05", "message": "Updated README\n", "proba": 1.5109563378246094e-07}
{"commit": "9476857a8e80dc1f2052635d4768d5ffb08abf20", "message": "Ice Cream Parlor - HR - E\n\n", "proba": 0.000552528421394527}
{"commit": "35c2c9c72ae706f50171cc8d78dce0eee8b1a8e3", "message": "Add in LocalTime\n", "proba": 6.291422778303968e-07}
{"commit": "5c791462c0a209b1cd4084c2444fd4e9936ae35e", "message": "NEW: FtpEndpoint", "proba": 2.5085847710215603e-07}
{"commit": "4a3ca4bed3004f1a8211ec2a1e6bc3217e739db6", "message": "Update .gitignore\n", "proba": 8.970987437351141e-07}
{"commit": "63e21a7a33849f1de90d19472579e41d81e683d0", "message": "Summary Ranges\n", "proba": 7.139328204175399e-07}
{"commit": "be7e66f84843cdf71663310ceff929e60ded62b5", "message": "add main entrypoint at org.davidmason.zayf.core.Zayf.java\n", "proba": 2.8947167152182374e-07}
{"commit": "9c1772892ff8644461ce350592a52cadcd8d3d73", "message": "bug fix for improperly formatted code constants\n", "proba": 5.777465048595332e-07}
{"commit": "d7b9e3e523ef11c32bd4552c68f270991dfa0bba", "message": "[PUBDEV-928] Test (ignored) - deep learing is failing on empty chunks.\n", "proba": 1.0129231498012814e-07}
{"commit": "5a3aa3b35f9489f97b65968b55e8e7ddb1f90149", "message": "Include API version in media type.\n", "proba": 1.1736116078964187e-07}
{"commit": "d6b9de68603b652ff01544794d405669c8527584", "message": "am 40cb30c2: am 7b62313e: Disable wifiwatchdog for now\n\n* commit '40cb30c2df2176c03f24cbdc194e3af5a4f64758':\n  Disable wifiwatchdog for now\n", "proba": 1.5621710645064013e-06}
{"commit": "1f611da99e9b6102d804e0f44d3820e615c8fa7a", "message": "IDEA-137751 IAE on project closing\n", "proba": 1.0948008366540307e-07}
{"commit": "6019fcbce87de476f50d90a7cc4a686f51ed2f6f", "message": "initial revision\n", "proba": 3.750144514924614e-07}
{"commit": "9f1a3b8337fc59ccb54f8c1ac330cd8220164a2b", "message": "Supports complex region body\n\n\ngit-svn-id: 102839466c3b40dd9c7e25c0a1a6d26afc40150a@193890 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.631701872564008e-07}
{"commit": "0b1f90162a831f5d1dfa9be314dc2dc403105d63", "message": "fixing a problem in out flow phase (there was a problem in handler chain)\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@448837 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.746516313185566e-06}
{"commit": "2d3f6acddaf46cbfe6dc5233b8b02ec7a5c7a1d3", "message": "prevent NPE and don't throw ServletException, just swallow it!\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@561951 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.92386437447567e-06}
{"commit": "b29df74cc32e1797ecfe0368e3dddae1d62007cf", "message": "Add a null check in PassphraseCreationDialogFragment as getDialog() can return null in onStart\n\nBUG=608903\n\nReview-Url: https://codereview.chromium.org/1963623002\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#392338}\n", "proba": 1.3220251275924966e-06}
{"commit": "e25863c9093d3f60a1f6feab1d17d38946a8d020", "message": "fix build\n\nChange-Id: I86ee569ec81e6c690f7697237be7d94307014142\n", "proba": 9.16757471713936e-07}
{"commit": "c45ac6229d8046da78fe977c9938e20c29eefc26", "message": "refactored main\n", "proba": 0.00037370173959061503}
{"commit": "fe2dd5205ab172a9a97f9612c98a9d4b5b58eaf4", "message": "KULRICE-12036: Adding test case for adding rule\n\n\ngit-svn-id: 2a5d2b5a02908a0c4ba7967b726d8c4198d1b9ed@45618 7a7aa7f6-c479-11dc-97e2-85a2497f191d\n", "proba": 2.9117575195414247e-06}
{"commit": "cbd472fac4a5f81e3d746f944b28b70f00565cbb", "message": "- Ajout du fichier AbstractAuthCredentials oubli\u00e9 lors du dernier commit\n", "proba": 1.2658317416480713e-07}
{"commit": "861e58adab6052909a1f25be860073a42fc67c44", "message": "Glue code for running Indicator scenarios\n", "proba": 1.764086192679315e-07}
{"commit": "fa03058e43c0dcd5a2899827727f8faa5ab326ce", "message": "Removed stale method.\n", "proba": 1.4836180639576924e-07}
{"commit": "38b9cf9f240a2bca2c79792db3908699d6c51819", "message": "#47 fixed\n", "proba": 1.6750749409766286e-07}
{"commit": "667ebe4535a8532226d88326920e8817f3d7d172", "message": "CSPACE-269: Adding XML Schema constants for relation entity.  Note: might belong in 'common'\n", "proba": 1.2753022815559234e-07}
{"commit": "53dd52ee0447077729fe458ae0001b5b3a1f69ed", "message": "first checkin of AbstractRsaSha1Key class\n\ngit-svn-id: 522c0d53943162a6437d919c1900af0a20491c0c@963016 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.5607496922930295e-07}
{"commit": "eec0f7a3f7cd50e30d194cb9fe88f9f7ca517612", "message": "Avatars work.\n", "proba": 1.234307944741886e-07}
{"commit": "a75bc63d07a54bc2a08bad5a30c4c5af82ce58fb", "message": "activity bar", "proba": 7.88212446423131e-07}
{"commit": "cb719408dd5300f77fbf9fe7051497694a476efa", "message": "[MCHANGES-243] Allow setting cc and bcc recipients when sending announcement mail\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1103215 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.448613199452666e-07}
{"commit": "20b0144e63e6c305ac62b65c07b88d32f167cb8e", "message": "o removed unused import\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@543875 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.550816245478927e-07}
{"commit": "d11e59ec6b52a966b6e30386f3d9627b10aeea62", "message": "BluetoothMidiDevice: change write type to support JamStik\n\nTemporarily use a Request instead of a Command so that the JamStik\nwill be properly enabled.\n\nBug: 24207964\nChange-Id: I3d11732958c46e6039405b5969d5af0db8032fb9\nSigned-off-by: Phil Burk <c76ad1a5417d5e5ec6068289c7ca2032944e4216@google.com>\n(cherry picked from commit 95129f50c68c734c5ebdf32ff6b8b9c63cc1ada7)\n", "proba": 3.843025524474797e-07}
{"commit": "152f892dfb3c18275122f6b45ee0588a1dd1159d", "message": "fix tile? (#2772)\n\n* fix tile?\r\n\r\n* add flag is_static_reps\r\n", "proba": 5.303900820763374e-07}
{"commit": "9e033fede6a15787add2803627fb6a618b5c39e5", "message": "OAK-2511 - added missing test for FacetHelper\n\ngit-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1724245 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.7995006373894284e-07}
{"commit": "6f66213dac3272a1d789f07187964831b4cbb883", "message": "\n\nSVN-Revision: 2652\n", "proba": 1.433891014812616e-07}
{"commit": "85fabbafd8a849529cbc889e291a8eadce768f13", "message": "add ProfileManager\n", "proba": 6.883742571517359e-07}
{"commit": "d4541e882d690e551ef7029a2eabf005cff743d1", "message": "am dbd60a71: am 99689a68: am 9208bb4a: am 00efaea9: am dac29800: Merge \"Prevent Lockscreen album art from activating FLAG_KEEP_SCREEN_ON\"\n\n* commit 'dbd60a71b5d7ac55a91ccd938121e133e17ed0cb':\n  Prevent Lockscreen album art from activating FLAG_KEEP_SCREEN_ON\n", "proba": 2.8625859727071656e-07}
{"commit": "59bb250510e0322a283831ff793017473bd3b447", "message": "am 000fa146: am ad1d8b68: am 1db8cf12: Merge \"Toggle wallpaper window flag when setting custom keyguard background\" into klp-dev\n\n* commit '000fa14613995d830022bccc2cc573653258b725':\n  Toggle wallpaper window flag when setting custom keyguard background\n", "proba": 2.290468330556905e-07}
{"commit": "5c50663710dc176a5dac2036b85f04b508f52b1f", "message": "Use env vars for tests instead of sys.properties\n\nIt may not be easy to push java properties through runner\nin TC, so we use env var.\n", "proba": 1.0793293370170431e-07}
{"commit": "ee7490931b67698d0e21c59b7880355c4fbd7aaf", "message": "Init checkin\n", "proba": 6.382994683917786e-07}
{"commit": "88d254cffbf8d1b75d506384a41148a3112b6af1", "message": "am 4e7f2ffe: Merge \"Handle group tear down only at group removed event\" into jb-mr1-dev\n\n* commit '4e7f2ffe1791807636ac542f73016773c30daa92':\n  Handle group tear down only at group removed event\n", "proba": 1.7348243090964388e-06}
{"commit": "745cee37e475e404f8b36c8427264b335ba03d92", "message": "By popular demand, here is a base class that one can easily extend\nto obtain default behavior typical to IChannels.\n-peter.\n\n\ngit-svn-id: 477788cc2a8229a747c5b8073e47c1d0f6ec0604@3630 f5dbab47-78f9-eb45-b975-e544023573eb\n", "proba": 5.331714419298805e-06}
{"commit": "a62fbd31b38d95817ebd65118e4c7ef2d82bc2ee", "message": "am 408ad99d: Merge \"frameworks/base:Fix for P2P GO beaconing when 4-way Handshake fails.\"\n\n* commit '408ad99dd307ae93abec76821d343b8e080c99c9':\n  frameworks/base:Fix for P2P GO beaconing when 4-way Handshake fails.\n", "proba": 1.2956844841482962e-07}
{"commit": "01ab4d62d9779387f7acad96366db6763bfa6a1d", "message": "MidiDevice: do not open ports on closed device\n\nFix involves client side mIsDeviceClosed flag.\n\nBug: 24949216\nChange-Id: I666284a787fbb9a710d2372fb424e8e54f6a2825\nSigned-off-by: Phil Burk <c76ad1a5417d5e5ec6068289c7ca2032944e4216@google.com>\n", "proba": 1.3304013180004404e-07}
{"commit": "400ec1b938ddc8da367c594105bfaa7485c80564", "message": "am 085889e3: Merge \"WifiP2pWfdInfo set device type bugfix\"\n\n* commit '085889e37f5798dd50ec8c66cd0e2cd2ec37c6bd':\n  WifiP2pWfdInfo set device type bugfix\n", "proba": 3.417050606913108e-07}
{"commit": "19ba45861ef2800a58fd86ec81edbdccc2c838c9", "message": "Accepted LC #272 - round#7", "proba": 2.025997929422374e-07}
{"commit": "59bf3de6c45e16e0f675ae17fc885d802e7d0dce", "message": "Java / PHP: Added TF2Stats#getInventory()\n\nIncludes some other minor changes in TF2Stats\n", "proba": 1.3701661316645186e-07}
{"commit": "bbdb8f4b083e8832402b2cd5d5c5a5ce70a9444c", "message": "\u4e2d\u6587\u5206\u8bcd\u7d22\u5f15\u5206\u6790\u6a21\u5757", "proba": 1.586508489026528e-07}
{"commit": "24736238c218bcae3f54f31735b29387cd3a25a7", "message": "kcirb-848 :\n", "proba": 1.8547009972280648e-07}
{"commit": "76577793b3371f668b31f9df31cd924dc9d0ff6b", "message": "kcirb-1299\n", "proba": 3.781828752380534e-07}
{"commit": "c8762b763cb297910e12f07a9966e77414176425", "message": "Add PortionData to Double Plants. (#1071)\n\n* Add PortionData to Double Plants.\r\n\r\n* Fix up portion formatting.\r\n", "proba": 1.0946526174393512e-07}
{"commit": "e2049dc24f37c67459f806df6df01a36e5ab06d7", "message": "Change NetworkManager to implement PlayerConnection\n\nFixes the RemoteConnection in a ClientConnectionEvent not being\na PlayerConnection which is a little unintuitive.\n", "proba": 1.1070491723330633e-07}
{"commit": "aa83f2279235e3952472f78335710c9aba98c09c", "message": "Rename log\n\nRename MYLOG to mLog", "proba": 2.3747843442833982e-06}
{"commit": "0bb0c61dbe00f30c9f6a6b89fda9b5d053a8e78d", "message": "Add helper class I used to track down NIO[2]+OpenSSL memory leak in Tomcat Native.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1851239 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.02181727217976e-05}
{"commit": "d9f208c47c0b59badcdd89deeb3632574e6bb5f6", "message": "Create SyncMapAndSceneViewpoints.java\n\nInitialising sample for syncing map and scene viewpoints\n", "proba": 1.3104425988785806e-07}
{"commit": "115a52433d2c1eecf40b4a780c98fde0cd4f9215", "message": "KCCOI-158 Fixed issue where coi user may not have the COI_REVIEWER role.  That check is now in place.\n", "proba": 9.561524905166152e-08}
{"commit": "870e09f25e7f31fc12eb325c06200e5fe17736e0", "message": "Add UnitAllowsOneValidator which provides an exception for unit=\"1\"\n\n-In certain scenarios, specified by the configuration file, configuring\nUnitAllowsOneValidator will allow unit to be equal to 1. A relevant\nscenario is when there is no other option and the value set is UCUM.  \n-See Jira Ticket SITE-2975\nETT GG \"Reference C-CDA Validation Error for Result\": unit=1 leads to\ninvalid vocab error\n-See ETT thread:\nhttps://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/edge-test-tool/SUEm6-EfWQE/NkDPOWTECAAJ", "proba": 5.6813300943758804e-06}
{"commit": "820b1ec194a069555baf6208edde113db56f120c", "message": "Fix collection name also when using templates\n\n", "proba": 1.3729889758451463e-07}
{"commit": "6ad6be5ffa3fb75a2c6887808e30d370345131f4", "message": "Add version identifier to app ops.\n\nAll old versions drop their modes except for the notification op\n(which is the only one there is currently a user-visible control for).\n\nChange-Id: I9e09cebe63e9ea81f2adc01aef7d1a5a59f57a56\n", "proba": 1.1070708751503844e-05}
{"commit": "869b7a34371611ae344901e999dda0d4e0ed29d5", "message": "Fixed import of TestRepoApplication\n", "proba": 1.4829348060629854e-07}
{"commit": "86ae84e2907ce567be00c0f557628b43d78e47df", "message": "TEIID-791 adding a test of getProcesses\n", "proba": 1.1430471857920566e-07}
{"commit": "592d0d6d707ffff33499f6595666d6f5aa55ecff", "message": "properly close the stream when done\n", "proba": 7.234866643557325e-07}
{"commit": "dafdc71777792694cecacc5b48f7e872e57b78f7", "message": "BUGFIX(ACC-24): now sets number of results requested on WaybackRequest object.\n\ngit-svn-id: 25dac4f723c7e5b42083d4a98669c37f60455592@2294 69e27eb3-6e27-0410-b9c6-fffd7e226fab\n", "proba": 6.680307706119493e-06}
{"commit": "290739bb551423a980c0b11d6d20673224c0c653", "message": "[rnd-internal-api] typo in dao\n", "proba": 7.950447411531059e-07}
{"commit": "15eef711060f42de4218e98dc2b352b27eb52bfb", "message": "MSO [Web Service - Tache #513] Gestion de la couche service", "proba": 1.1006003575175782e-07}
{"commit": "6fa267830c80dd3cf5ca6e05479f4cd6c23f770d", "message": ":bug: Fix rendering", "proba": 2.3564243178952893e-07}
{"commit": "abe06617cd572b5015c290eafbb1bb7ebeaffbcf", "message": "core: adding ChildCommandsCallbackBase\n\nChange-Id: I1d5eb9ec92e20b1de5220e5b9101d93971f74487\nSigned-off-by: 3348b1f361b8c114be0a6d9109c20a9213007b88@redhat.com <3348b1f361b8c114be0a6d9109c20a9213007b88@redhat.com>\n", "proba": 1.435752068346119e-07}
{"commit": "247e19f66520675572920f5c30e7714381c1fa1b", "message": "[339293] Model references are incremented when document is null\n", "proba": 1.8811577717769978e-07}
{"commit": "26d6d643b4ab448f68415b17f1c3c92ea55b9841", "message": "#23 performance regression measurement\n", "proba": 1.4776860268739256e-07}
{"commit": "6266c8362888bba36df633ced6ec057ff3eb9229", "message": "2016 9 18 \u4fee\u6539\u8d26\u53f7\n", "proba": 1.454664158018204e-07}
{"commit": "99bf46acece1f78a75c1664c1ebfad5aad87d6c2", "message": "slight change in the XMark comparison class\n", "proba": 1.2314202990637568e-07}
{"commit": "954ec782d731232b63149a1012b6f505d8615dda", "message": "CachedTOCJars for #1078: Do not add Files more than once to the classpath\n", "proba": 1.2107943803130183e-07}
{"commit": "40924ced84bb2ebc206876da3e27c70b600be839", "message": "fix #6043\n", "proba": 4.24695429046551e-07}
{"commit": "53e6c160d1556dde89d0c2801c247e6d6a28759d", "message": "Added enum with behaviors\n", "proba": 1.9015325847249187e-07}
{"commit": "2694cb5d1c873b6dfa60ccd5c08cbb0b634a844d", "message": "First cut at a ThreadTracingPolicy.", "proba": 1.032617618079712e-07}
{"commit": "09e0703ba2ba6f6eef46af8b9dfffd91f1f9ff53", "message": "Fix: Null Pointer Exception if no Material is selected", "proba": 2.5742286879903986e-07}
{"commit": "28aed9f6f9b93e427cf5da2ff8a68483dd957bfd", "message": "Models the relative loci rates using the given discritized parametric distribution.", "proba": 1.449532049946356e-07}
{"commit": "3a4013bed0d1946bc95342e4f6131e331d5dd3f1", "message": "Add missing getters", "proba": 6.660394137725234e-05}
{"commit": "df08c68c0ca1895f9761c740b4fbeefb12299ab7", "message": "https://www.acmicpc.net/problem/9316\n", "proba": 2.7487823217597906e-07}
{"commit": "b6fb1b0cb439986d46a4cb83ba4c6bccb2893fe8", "message": "https://www.acmicpc.net/problem/9935\n", "proba": 2.5569329409336206e-07}
{"commit": "e1bc63c9b4339fa6425f3ac693c4c139d0d394e1", "message": "Improved messages from messages.yml\n", "proba": 6.306873387984524e-07}
{"commit": "9652b663e961a2a9afa7a4cb6d9f8afb77eaa52e", "message": "Rolling back SIRModel likelihood.", "proba": 4.5922405433884705e-07}
{"commit": "0905883d51a25e052fcbac8931aa5bf0dbd2ac70", "message": "Testing ...\n", "proba": 1.7068622071292339e-07}
{"commit": "c164c26b49b5c4f853cca70a299a29ffbe672767", "message": "[Game Of Life]M oved update function to run\n", "proba": 1.1831299673303874e-07}
{"commit": "334b476d2d2f627cb32a6f4ce3b0cc97d2b4ccee", "message": "Wrote get/set name test\n", "proba": 3.9896181647236517e-07}
{"commit": "5e5b93fb98e1e334ca6eda041db42de589dbba8a", "message": "Refactored\n", "proba": 3.3528910989844007e-06}
{"commit": "0cda94cf01390df51ff8218dc3e1197b582a59e1", "message": "added test class\n", "proba": 2.940366243819881e-07}
{"commit": "4558f194b17b30d7fc00286bb11779b3bf674b47", "message": "added util package and routine for hard reset\n", "proba": 1.6612027309292898e-07}
{"commit": "c66f9a6fb9d491afa4d4f2ac5999928908e411da", "message": "Update FECoreMapper.java", "proba": 4.084782290192379e-07}
{"commit": "29b1f64a1b47cc96095a77a64522e84a69e96d6c", "message": "Some source file\n", "proba": 1.0386755775471102e-06}
{"commit": "cf16c82f1fee4690f324356fbca9d79aead3e27c", "message": "Add toString() method\n\n", "proba": 0.0001516656921012327}
{"commit": "0ce3ab1cea781e3e38115f2e5b5205346bcc0f29", "message": "java.awt \u5305 \u653e\u5f03APPLET ", "proba": 7.58779606258031e-07}
{"commit": "8ccd231f25871fd18bd463a0aa5abe8598a62240", "message": "Create ASCII-Art.java", "proba": 0.0021105895284563303}
{"commit": "c29ab2dd1f2a310acabfebd3e4e63b2101847212", "message": "am 7442acf2: am f453f3a1: Merge \"Show the keyguard if unsecure window on top\" into klp-modular-dev\n\n* commit '7442acf25baad47daea15569a2b85ffb22422bfc':\n  Show the keyguard if unsecure window on top\n", "proba": 6.614641279156785e-07}
{"commit": "d903e580aae98315e3f8db7f8fb19c7a85fce96b", "message": "am cc2ba220: Merge \"Only enable theater mode by button press after setup.\" into cw-d-mr1-dev\n\n* commit 'cc2ba2200ddc9d95753fa930aa245540fac880e8':\n  Only enable theater mode by button press after setup.\n", "proba": 1.7393206519500382e-07}
{"commit": "4bd149ef83c8e3e2ffb61885e71f44df9a9ccfa7", "message": "Do not use last app rotation as default.\n\nIf the rotation sensor has been disabled we were substituting the\nlast app rotation for the sensor value. This fix uses the last\nsensor value delivered before the sensor was disabled. Only use\nthe last app rotation if we never have received a valid sensor\nvalue.\n\nFixes bug 6387946.\n\nChange-Id: I50743c30ee2b4455e9848d3a619809be97eec3c8\n", "proba": 6.58659189411992e-07}
{"commit": "c5d81c2dadd8f4ca8634f94721c32c1b251a7d8f", "message": "am 1e2a01a6: am 68993a41: am 99a6c1cb: Merge \"[Theater Mode] Add framework support for screen double tapping out of theater mode.\" into lmp-sprout-dev automerge: abf33e4\n\n* commit '1e2a01a6edd5fb95f62207f1e1386b4701e8bcb2':\n  [Theater Mode] Add framework support for screen double tapping out of theater mode.\n", "proba": 5.030576630815631e-07}
{"commit": "d4db9763ac5911d1430b1f5edbf35affae79add5", "message": "Added a new class containing all the JNDI properties. \n\ngit-svn-id: a98780f44e7643575d86f056c30a4189ca15db44@527916 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.90523438101809e-07}
{"commit": "995091b0939fc98ec07dea9106043e23bed45a55", "message": "MCLOVER-35: Missing a \"test-jar\" dependency at compile time.\n\nFixed. The new algorithm is:\n\n  // Do not try to find Clovered versions for artifacts with classifiers. This is because Maven2 only\n  // supports a single classifier per artifact and thus if we replace the original classifier with\n  // a Clover classifier the artifact will fail to perform properly as intended originally. This is a\n  // limitation.\n\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@409825 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.4234610464191064e-05}
{"commit": "9706d6f028f3008199bfbe6363f876b913ed3774", "message": "MJARSIGNER-26 - Jar Signer does not support protected authentication path\nSubmitted by: Michael Gruebsch\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1541126 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.4756481903077656e-07}
{"commit": "71b4f61b3638728001ff3f7ac3dc51efc2b67cbb", "message": "\u6dfb\u52a0\u8868\u8fbe\u5f0f\u8f6c\u6362\u7c7b", "proba": 3.721997074990213e-07}
{"commit": "f944d1c0b9b4cb012c82bbce8d92c93d15acb27d", "message": "Ojdbc6OracleSQLGenerator: new SQL generator that should work with the ojdbc6 driver and either Oracle 10g or 11g. This replaces Ojdbc6Oracle10gSQLGenerator.\n", "proba": 1.2000630533748335e-07}
{"commit": "0d27cfe08bbfb7c29909052c4dcb5c66d3132f51", "message": "Corre\u00e7\u00e3o do bug ao inserir partes da preautua\u00e7\u00e3o.", "proba": 1.2375444669032731e-07}
{"commit": "31541370e91df2da020bf562b4062469e359e556", "message": "[Deliver #113357471] Complete the create new note feature\n", "proba": 1.141835639373312e-07}
{"commit": "d63a2fda715b358f1ac79cdd6a7ed4b61b020a60", "message": "KULERABFDBCK-394 : A new service interface to be used to retrieve control attribute type codes.\n\n", "proba": 9.60341637323836e-08}
{"commit": "8303ac785386854f59841018560deb31eeda8756", "message": "removing a reliance on Apache Commons Lang from StringListUtils\n", "proba": 1.5167745459621074e-07}
{"commit": "63e4e25216c12538e55a72e0150c1f4c1a089dea", "message": "o Refactored code\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@811946 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.6886370341781003e-07}
{"commit": "23270b90ddc035277547840a3b261acaca53302e", "message": "[MINVOKER-42] Incorrect message \"See ...build.log for details' when noLog is specified\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@673213 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.461518526317377e-07}
{"commit": "cf51b5a8b9ab022b091f240fa5c98086c3deadc3", "message": "fixed encoding when writing interpolated POM file\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@642720 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.400167876563501e-06}
{"commit": "1a3bdd5097e83659590895991904bbc6250cd5f2", "message": "Fix NPE.\n\nBug: 7401286\nChange-Id: I45334c4b2263bb611952b7dd949f5df98556377d\n", "proba": 6.09013159191818e-06}
{"commit": "c441b92af36e68e3dea8009e105eee734626e0a8", "message": "am 0b744d7a: am 8c9a57fb: am a6e772c8: Merge \"Follow-up to I7d96ca46a41ec764984be5fe42d225cb94f53497\" into mnc-dev\n\n* commit '0b744d7aec2e05d1ffd2dd2c63e2ea65d73f286b':\n  Follow-up to I7d96ca46a41ec764984be5fe42d225cb94f53497\n", "proba": 5.419502144832222e-07}
{"commit": "14041f96dc8a8efb246b8285e34546c4ad145db0", "message": "Added convenience statics.\n\n\ngit-svn-id: ed25c26de1c5325e8eb0deed0b990ab8af8a4def@1122 7c6358e6-4a41-0410-a743-a5b2a554c398\n", "proba": 8.875339290170814e-07}
{"commit": "06310a6613e42f1a0f0e5d6672859253a662e84d", "message": "Fixing last commit.  leap listener for inmoov hand to be side aware + logging and null checks\n", "proba": 1.3849033564383717e-07}
{"commit": "6e370c0125ea3da370e9937c6e293506ef57f07d", "message": "Forgot to add.\n\n\n", "proba": 1.3048929758952e-07}
{"commit": "1d2cbd41e116f2f290c23c3132dfd79bcc795e39", "message": "Whitespace\n\nSigned-off-by: Matthias Stevens <3e0606afd16757d2df162884117429808539458f@gmail.com>", "proba": 1.1871117067130399e-07}
{"commit": "712305a3c6dc7fb74ff235ca924061e50ab1ff9d", "message": "[hackerrank] - Linked Lists - detect-whether-a-linked-list-contains-a-cycle\n", "proba": 1.8681563233258203e-05}
{"commit": "a55a894e58fe8883395b7a1dd00cc3aca8598fef", "message": "doing ping pong pairing with johnw. around jira issue 1954\n\ngit-svn-id: 6bd94cac40bd5c1df74b384d972046d926de6ffa@17371 a8845c50-7012-0410-95d3-8e1449b9b1e4\n", "proba": 2.06677827918611e-06}
{"commit": "5d2e0c77c748ab5d36a194a311d0325434cc21a3", "message": "improved style to use one return point\n", "proba": 5.755775305260613e-07}
{"commit": "d96519c1aac7ce5872c64da4f7d2874f11fedfb3", "message": "Fixing serialising classes", "proba": 3.570967805899272e-07}
{"commit": "989511badd19ca24bb5b4a5d1082c6d993693028", "message": "adding WeakHashMapGenerator\n", "proba": 4.0573834780843754e-07}
{"commit": "93ce492e4419f9941582cff937888cbc163baf4d", "message": "Minor warning fixes\n", "proba": 1.5843568235140992e-07}
{"commit": "c943cf09b9754a24832a9ee8e605c95c8412933c", "message": "added simple connection via a static variable\n", "proba": 2.322866663462264e-07}
{"commit": "24613ee0bcc50e46b0a10390cd8700132e5ef990", "message": "VY-RES-454 change integer to double\n", "proba": 0.0017982261488214135}
{"commit": "43441d82fa80563e5669eba4b7b31402987c1d33", "message": "Less verbose logging\n\n", "proba": 1.3110817462802515e-06}
{"commit": "54ba8663128f9ec49364dba7b921a8f33933dd5f", "message": "Adds tests to MonetaryAmountNumericInformation\n", "proba": 6.843069400019886e-07}
{"commit": "b53dd31d9782d01f9aa16537814ae817d69bc39b", "message": "Added a convenience method for existing classes that were using this method from AwardWebTestBase before refactoring\n", "proba": 1.3442890178794187e-07}
{"commit": "6017b77ed6996be66dee939bf8dbc0058850dc2f", "message": "Adding Unit Test: ApplicationServiceImplTest", "proba": 9.484201086706889e-07}
{"commit": "2bf6ae1d5b85e4fca680729cbb27943bb55f579d", "message": "# 18 - Adds a unit test: SQLImageRepositoryTest", "proba": 1.5843265543935559e-07}
{"commit": "f4f84fac267e5a7b9c9454965ac967990677575f", "message": "beware - create is called before validation\n", "proba": 1.4488382760191598e-07}
{"commit": "e4b293cd64da2825d9e051f64150328e4caee962", "message": "Update Singapore default time zone.\n\nIn MccTable, Singapore is marked as 'Asia/Singapore' instead of 'Singapore'.\n", "proba": 6.890126655889617e-07}
{"commit": "05645bc8a572bd707224b88be060ed87f315d134", "message": "convert resolving detected objects to use graph update context and have similar behavior to resolving term mentions (#1559)\n\n* convert resolving detected objects to use graph update context and have similar behavior to resolving term mentions\r\n\r\n* pr fixes\r\n", "proba": 1.3858850422820979e-07}
{"commit": "451cb692da1a80206c55ee25c97f92ca56db3800", "message": "extra enconding test\n\ngit-svn-id: 9e098bb15b59336924f971cc53038a16ca59fc38@227 b28efbb6-974e-0410-a7d0-456cb01d9dc4\n", "proba": 2.616470737848431e-07}
{"commit": "21a3f0d775ff55e4616ac6871da74a7ddee8b55b", "message": "Added tests on super semantics\n\nSigned-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>\n", "proba": 1.1921274278847704e-07}
{"commit": "ca0446a6d8c2d926bd4fce61c9b0fdbc64e5a63f", "message": "Tree View removed", "proba": 1.541574476959795e-07}
{"commit": "49753885efb0d8d3603a33af682aed3ecdaf3982", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "a061939574c1ebeba21e00d48c2c8bb9d44344f4", "message": "UrlProvider. Feed it an inputstream, and it gives back a url where you can read said stream. Compiles, but might not work yet. Nessesary for certain Fedora operations, where Fedora NEEDS to read the data from an url... GRRRRR\n", "proba": 1.2474529853534477e-07}
{"commit": "0fc4a9e53c2f107826054b9a3d8bccc32728d4af", "message": "HttpFormRequestUtils\n", "proba": 1.2521015833044657e-06}
{"commit": "c929fb111042f39492d54576b043666b0bd11ba7", "message": "added initial version of AverageCalculatorCodePairInterview solution\n", "proba": 1.2286800199490244e-07}
{"commit": "06afa04922c0f13eca0576d3fa2cce3758307ee5", "message": "[Android, Settings] Fix NPE when both media related site settings are enabled\n\nOnly look for AUTOPLAY preference if it's the only one enabled.\n\nBUG=618439\nTEST=manual\n\nReview-Url: https://codereview.chromium.org/2052613002\nCr-Commit-Position: refs/heads/master@{#398908}\n(cherry picked from commit bf6c1f850a7b75b5992d3f99d7a8b3d8f0488b24)\n\nReview URL: https://codereview.chromium.org/2057143002 .\n\nCr-Commit-Position: 03d981dee550804c6934fd1a1d9cfa3c172affd3@{#314}\nCr-Branched-From: e9621a186760eb36d74098d9e33e4dd91c427b34@{#394939}\n", "proba": 2.849484189937357e-06}
{"commit": "e1cc4b3580dc6e3b1d2f9260b40f941b70ad4318", "message": "Refactor ClientController class. (Deleted sout)", "proba": 1.212358853308615e-07}
{"commit": "fc543e32cc5862c9d5333b987c7db95ba5db694f", "message": "Added an unit test of camel-cxf based on the mailing list\n\ngit-svn-id: 11f3c9e1d08a13a4be44fe98a6d63a9c00f6ab23@1417332 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.3510195862618275e-07}
{"commit": "4a0fa5e0b48a04b24478f8f13a0511601dbade95", "message": "Fixed login tests for both .net and node server\n", "proba": 1.6614529840808245e-07}
{"commit": "07c2ccaec9d0f27f373822e2af63c14bd2fd6e52", "message": "Tim-connector: DAO for OrderSyncInfo\n\nAn implementation of the interface IOrderSyncInfoDAO\n", "proba": 1.7438466670682828e-07}
{"commit": "8d246ea2c49afc6508c40ec2dfb7269e05572990", "message": "extracted interfacce for subentries control\n\ngit-svn-id: a98780f44e7643575d86f056c30a4189ca15db44@1063983 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.1942064993017993e-07}
{"commit": "1d27dcd666fbfeaae3c705af3c6508ee94b08012", "message": "LSNBLDR-177; missing file\n\n\ngit-svn-id: 2dc346ce528bdcd469877bb8eea15a9c9813262b@123338 66ffb92e-73f9-0310-93c1-f5514f145a0a\n", "proba": 3.295918941148557e-05}
{"commit": "d8e29ff725e151f118c7ac5e2387c3695351a84f", "message": "Rows don't fill 100% width in Group Table in Halo #PL-5648\n", "proba": 1.22792329193544e-07}
{"commit": "928d519170ec8f24a167c1a1a6f6cb70e27085de", "message": "ASDK-143\n", "proba": 1.896581096616501e-07}
{"commit": "5a8e39bd6012644b7c5d26f645caab84bd2a0a93", "message": "Adding stream validator\n", "proba": 7.077158556967333e-07}
{"commit": "26cff34e9c6574b82f1a57030f872071be6a81b5", "message": "bug 1266 add compliance tests for Bundle Tracker\n", "proba": 1.1632730689825621e-07}
{"commit": "4169ea9ec60d2bba4d09a2a180da3a139adcc666", "message": "WEB-31099 Update documentation for Live Templates\n", "proba": 1.1185977655259194e-07}
{"commit": "e71261701614e553c366446bf1d24a1889782b77", "message": "Revert \"Write envs ordered by keys\"\n\nThis reverts commit d0d43b9\n", "proba": 1.8880504626395123e-07}
{"commit": "fdb08980e65b094afd4a1692bcb404ad564192c6", "message": "Use isLocalHidden in attack indicator plugin\n", "proba": 3.203501819371013e-07}
{"commit": "0648f51bb48efae407f411a03b01558a0b246126", "message": "Create an OntologyRequest object capable of handling and validating the ontology search endpoint parameters.\n", "proba": 1.1839358649012865e-07}
{"commit": "a04eac490c8ff6ed4b4f1f3656a8e012e0c6a021", "message": "add first unit test\n", "proba": 3.5107333928863227e-07}
{"commit": "a86817c7ee538f1e915c19bee6a155548596b286", "message": "self contained test for only the functionality that is programmed in the class \n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@315 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 5.103555849927943e-06}
{"commit": "8c0ade55bd4c41c9cf2096e92eef395bbec2b882", "message": "Revert \"EPMRPP-39617 || Saml details entity removed\"\n", "proba": 1.1114795483990747e-07}
{"commit": "0657382a635ff7e57449bca29116abfcdb44471c", "message": "Added special term to get the service name.\n", "proba": 1.0007595108163514e-07}
{"commit": "d36b8a173ede00aa9932d47922e31c1dd3c8f605", "message": "Added a localization service for the model.", "proba": 1.0604617983744902e-07}
{"commit": "88ff93949f17565eeb43908b17cd0268996f00cd", "message": "Fix `/tptoggle` defaulting to false when user does not have perms for the command.\n", "proba": 1.0872054900801231e-07}
{"commit": "512a23f98d0f147903f5752659d58ac5c6515a8e", "message": "KRACOEUS-4226\n", "proba": 2.6502075911594147e-07}
{"commit": "0236e6b2d614abd11678de4cec4ed67b582541ff", "message": "Fix the build.\n\nCorrect a typo.\n\nChange-Id: I16131cf7c0ce17fa09dedc67264e8199482cd27e\n", "proba": 0.9999994039535522}
{"commit": "6ed1ffb656ace2da5d6346ba82980bc613d12531", "message": "DDB-922 mimetype quicktime auf mp4 setzen\n", "proba": 1.7254576789582643e-07}
{"commit": "2cc6eba513aa2475e3a68bf684b05388b33b5428", "message": "Revise pagination\n", "proba": 0.000318911304930225}
{"commit": "068a9a7448012305c591827af254f73c2323395c", "message": "Higher Order Functions: Add all the Callable tests to the ExpressionTest\n", "proba": 1.8401605927920173e-07}
{"commit": "f1f18d1414006f2d3eb6005811000b278327f0f7", "message": "http://code.google.com/p/cubeon/issues/detail?id=4", "proba": 3.3151138723042095e-07}
{"commit": "81be69fba0a4750b76373713a7c682a54627fd25", "message": "Data model enhancements\n", "proba": 4.2606131955835735e-07}
{"commit": "0b9f331265e9152b59cb2ae230b688fa8b68a953", "message": "Added utility method for creating enrollment in tests\n", "proba": 1.3216150307471253e-07}
{"commit": "a3147b5428cfad20da1e5912bfd5af02198d3fa5", "message": "Redfactored generic FOP test to self-contained JUnit test.\nMore to add.\n\n\ngit-svn-id: 102839466c3b40dd9c7e25c0a1a6d26afc40150a@196940 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.9848104077245807e-07}
{"commit": "19d392dd77abcb66c195905faa80b72aa60e8600", "message": "Search in BST\n", "proba": 1.5744909660497797e-06}
{"commit": "d7593af51fe86e8654709ce6d798b1d90f99fc04", "message": "Simplify diagnostics by showing response text in Assert message.\nThese tests depend on examples app being built and may fail when run from Eclipse IDE.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1725126 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.002886428264901042}
{"commit": "a5aeb321a9a787505a70f5e2ac33589eb945e3d3", "message": "Add sample for infinite streams\n", "proba": 2.0183648530291975e-07}
{"commit": "0eccbb369474ff12f55173c72906644e63f17285", "message": "Added logging to UnweightedMSSPServer\n", "proba": 1.925393604551573e-07}
{"commit": "f6b130f8999be5d56a3b5da2e91dc3a72450cc7c", "message": "fixtures servlet\n", "proba": 2.049896693279152e-06}
{"commit": "1cfee8be7c827a44a5864da4950e1be2cc96cb56", "message": "Load scripts inside the folder\n", "proba": 5.480818572323187e-07}
{"commit": "39d45a27b77bc5fb8b9185efa4ae958af90b4c28", "message": "Solr 4.2.1 spec has been updated.\n", "proba": 1.0266005290304747e-07}
{"commit": "253bb6be104853b4949e26e3a78ee277663078bb", "message": "add SnapshotHistorical\n", "proba": 2.224665877292864e-06}
{"commit": "c485c2d073011e714a4599d2bd864a911bc11262", "message": "HashMap", "proba": 2.43984777625883e-06}
{"commit": "81fc371df8c3a1925dd318b38cbfde7c2e768bd9", "message": "Created an Implementation of logback's Layout class so that users can log out to destinations other than a graylog2 server but output it in GELF.\n", "proba": 1.0454117216340819e-07}
{"commit": "87a8a469f2347f1358b8e9109ed28bd58bcc6608", "message": "\u683c\u5f0f\u5316\u4ee3\u7801\n\nSigned-off-by: Mitkey <75bbfd713b92046b37d170d27ccf17fb1bfb59e5@foxmail.com>\n", "proba": 1.1428716817363238e-07}
{"commit": "6d293a4d69a78cb2160e32ad79a2f6d971d9c62d", "message": "am f896ec31: am f12b166c: am b3793d72: Merge \"Add IntentFilter auto verification - part 12\" into mnc-dev\n\n* commit 'f896ec3119059df29f64721847cce08c8235d924':\n  Add IntentFilter auto verification - part 12\n", "proba": 3.0692029895362793e-07}
{"commit": "59e52b9f000ea7be9f18e25f0f741ff442710ca2", "message": "am 1c33939b: Merge \"Shorten first boot time by filtering dexopted apps by LRU.\" into mnc-dr-dev\n\n* commit '1c33939be52a9b1d1c9881829236c014e9fb61b9':\n  Shorten first boot time by filtering dexopted apps by LRU.\n", "proba": 3.610615237903403e-07}
{"commit": "e75c0b9873d56e2569d0c5dff78f8872b8c8e97f", "message": "Fix two multi-user bugs in package upgrade.\n\nWhen upgrading a package, we need to fill in the \"origUsers\" field\nso that we can clone the installed state correctly.  This was done\nfor child package, but never set for the parent package.\n\nAlso fix a bug where a secondary user requested a package to be\nmoved.  Because that move was pushed onto a Handler, the calling\nuserId appeared to be the device owner instead of the user that\nactually requested the move.  (Later in the upgrade flow there is\ncode that force-installs the package for the requesting user.)\n\nBug: 26729822\nChange-Id: I2d2a007c73558f29a3f8c1408ec373fce6e87761\n", "proba": 1.2009350029984489e-05}
{"commit": "b62e6b1b851246f8a3c6d89cf1baf734f82dafcf", "message": "am 948a3ed9: am d80cf910: Merge \"Allow codepath changes for new OTA packages\" into mnc-dev\n\n* commit '948a3ed9bc289c17ada0a5eeb9dffb2314e924a5':\n  Allow codepath changes for new OTA packages\n", "proba": 4.939184350405412e-07}
{"commit": "5ffb6d0b36a77192acae6ee0d8d14401b5466eab", "message": "am 9f568025: Merge \"Quick fix issue #17514851: dumpsys package <package-name> includes...\" into lmp-dev\n\n* commit '9f568025129031b51d15b52259e1374459c5415a':\n  Quick fix issue #17514851: dumpsys package <package-name> includes...\n", "proba": 1.1180581083181096e-07}
{"commit": "bfc9739b1c1d57f388a8be62e99f3592f08ad9b3", "message": "am 9e094efa: Merge \"TIF: handle a race condition when a session is crashed\" into lmp-mr1-dev\n\n* commit '9e094efa93e9c95212c0edfcd1b0bb0380f7af9a':\n  TIF: handle a race condition when a session is crashed\n", "proba": 5.668264293490211e-07}
{"commit": "72e351296046d61ecc5863da2faca0ab4ba0fd62", "message": "Long press not working if explore by touch and magnification are on.\n\n1. In the magnifier we are caching the touch events until we figure\n   out whether the user is triple tapping to enable magnification.\n   If the user is not trying to engage magnification we deliver the\n   stashed events. However, these events are stale and the subsequent\n   transformations such as the touch explorer get confused when trying\n   to detect a tap since the delay is longer than the tap slop.\n   This change compensates for the time the events were cached\n   before sending them to the next transformation in the chain.\n\nbug:7362365\n\nChange-Id: Idd8539ffed7ba4892c5a916bd34910fd2ef50f75\n", "proba": 2.052183162959409e-06}
{"commit": "11bb8c15556f69f675fdf95b4d43d9c2aa593d50", "message": "fix if validation error, then when save should not go back to action page\n", "proba": 9.827045914789778e-07}
{"commit": "f2a6e6f3ad11ee140fcd4b1227367ade80a0914f", "message": "Update VistaEuroDolar.java\n", "proba": 5.100891371512262e-07}
{"commit": "6a1baca33c61e69f75036111ffe0e6f15702d77b", "message": "populating list\n", "proba": 4.7390887630172074e-05}
{"commit": "4983c31683433112d81175dda782a3ac73b25e52", "message": "search check in", "proba": 2.100841811625287e-07}
{"commit": "f0d2e5bbe6b7c53022f874d8e9bdc4b8b8343c0c", "message": "new format\n", "proba": 6.748398300260305e-05}
{"commit": "75acbdf474a77baab8efea1e0b16d1aec494ed61", "message": "CalibratedSetAccPredictor\n", "proba": 1.6351125395885902e-06}
{"commit": "7c6a51cd43f737f45a042c70277f8663865aafc7", "message": "ECPCRM-91: Added cardGame IntegTests\n", "proba": 1.1427877666392305e-07}
{"commit": "65bfe4ca2aba944561d47a8b9baac5735eb08c75", "message": "Adding download transport properties\n", "proba": 1.7614149783184985e-07}
{"commit": "21e9ebee73bb84eff219ccbbed8da6a141ddad50", "message": "enhanced Polygon\n", "proba": 3.3052646131181973e-07}
{"commit": "2ad563a6403f445fe1be02ce68c3542ef2ed9fa9", "message": "AGP-1370 Using join instead of sub-select\n", "proba": 1.4504750822652568e-07}
{"commit": "8e48f66df5412d8750ba09d20995c3a2c0604d6c", "message": "Removes needless variable from DeviceRequestMessageProcessor. SLIM-162\n", "proba": 0.00019866134971380234}
{"commit": "fe0da772b36346bab5dea642606c4f2e9752911c", "message": "Initial import.\n\ngit-svn-id: 3ee0251665b3bb4ff5df734b4551814d027dfa75@1011 1b171192-1bc4-4300-84b6-1b6fde2e8ce3\n", "proba": 0.0006345831206999719}
{"commit": "61c97b413b63f00969cb8ff46abfecfa2a43178b", "message": "Rest Util", "proba": 5.770339726041129e-07}
{"commit": "ecd9b3aefa64a8b7dff61638e0c99cfa8cd39308", "message": "Fix queries in ExpenseReportListProducerImpl\n", "proba": 5.310188498697244e-06}
{"commit": "62c7abd26c4ef1ac94377da9bcfb758109d07624", "message": "first version of TaskFlowClient", "proba": 1.9023632091830223e-07}
{"commit": "c5b3c51ffeaec5f0c854cda70250287650187c0e", "message": "*AktenCommands: setClosedBy\n", "proba": 3.71173172197814e-07}
{"commit": "6f6f665ed949d501b36deae816b5414b8d378657", "message": "[1.4.60] Pravd\u011bpodobn\u00e1 oprava chyby, kdy ove\u010dka papala tr\u00e1vu.\n", "proba": 2.1150103179934376e-07}
{"commit": "deb3212cdb88eba59ebfd2822c516f26cb5a3027", "message": "Added CircularlyLinkedListDemo\n", "proba": 1.278695265227725e-07}
{"commit": "f7ad9d1b09d83306560c494b220ab8e531da6457", "message": "Fixed issue with service\n", "proba": 1.540246046261018e-07}
{"commit": "fbc4c24da78df4b2de5c2b3828e90444a96c0eaf", "message": "123123", "proba": 0.9999810457229614}
{"commit": "fde7e6850e6f5d17f4133594f49e3e76bbd05f1c", "message": "+Location3: Began new location package\n", "proba": 2.787684252325562e-06}
{"commit": "9a02ac5b3a8759f3cb20a97210d06e58f5c4e2d4", "message": "Added FunctionFactory\n", "proba": 2.127220142256192e-07}
{"commit": "595304a683353b69a511f8a831611e2bf3e2ffb2", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "fd000a488c1e03a7f54fa414f656f1d85f34c5c9", "message": "Added test class for location requests.\n", "proba": 1.0985723264411718e-07}
{"commit": "be0f8f32de21b225837899cec789940e3c36aed5", "message": "edit ticket payment agent.\n", "proba": 1.4314126417502848e-07}
{"commit": "8e98df8451d1fb9f3b771351e75074890fe8e56f", "message": "Change ResultsTree to use generic parameter instead of String\n", "proba": 1.5198587277609477e-07}
{"commit": "28b748ee8efdc5d1a909952fbdca6da9693f4827", "message": "Configuration\u589e\u52a0profile\u76f8\u5173\u914d\u7f6e\n", "proba": 3.574327251953946e-07}
{"commit": "87c6b860f6b01f2c4f40506b6406c466c818a6d0", "message": "Refactoring\n", "proba": 6.64367371427943e-06}
{"commit": "f3c8d4409c1bbd287f4644c13c8a4c43eef618df", "message": "Introduce ContextAwareEventMultiUpcaster\n\nIntroduce ContextAwareEventMultiUpcaster, resembling the regular\nEventMultiUpcaster class, but with an added buildContext() function.\nThe context C created by the buildContext() is fed to the canUpcast()\nand doUpcast() functions to be used to perform the 'can upcast' check or\n the actual 'do upcast' process\n\n#394\n", "proba": 7.846267635613913e-07}
{"commit": "1be406deec8dcb1797ed72993350797a96ce36d2", "message": "flushMessage\u3001flushBundle\u3067\u306eUDP\u9001\u4fe1\u3092\u5225\u30b9\u30ec\u30c3\u30c9\u306b\u3059\u308b\u3002\n\nAndroid6.0\u4ee5\u4e0b\u3078\u306e\u5bfe\u5fdc\u30027.0\u4ee5\u964d\u3060\u3068\u4e0d\u8981\u3002\n", "proba": 1.1103544039769986e-07}
{"commit": "ae822ceab6c8f8fed24ea3b7da69e773b7b35873", "message": "Add Optional example.\n", "proba": 1.5503098893532297e-07}
{"commit": "fc8cfe84034edd7fd11e19eaa96c2b3ee45c9fbe", "message": "fix for crash", "proba": 6.354254082907573e-07}
{"commit": "f261d15a31d706626d4199d63cb62ad6d060f0e9", "message": "Configuration: Add\n", "proba": 7.663961696380284e-07}
{"commit": "9b3a8becfbfd0c73c8db243082e371b1e4c83cf4", "message": "Added junit test for BrownianMotion\n\ngit-svn-id: 67a55e656427d4d95711d9444b3d4488f7ae1ad4@536 48fcbb9e-5639-0410-8b25-842128a4905d\n", "proba": 1.7205773872319696e-07}
{"commit": "b7f787cb81d0e8279d22f76e80514c2ba5ef1d68", "message": "Display log file name.\n", "proba": 2.5240223067157785e-07}
{"commit": "d543df368be45f1b4fb3e35b713fd5e03fd78644", "message": "git commit -a did not work...\n", "proba": 1.1330524074537607e-07}
{"commit": "70795b3addb8948db2cdc01c5952e21168c7740b", "message": "temporarily skip simple-cross-origin-progress-events.html for now\n\nthis test crashes on Passion, and runs webcore into a bad state on\nStingray. To make sure it does not block the entire layout test\nsuite on Stingray, skipping this test for now.\nhttp://b/2982500\n\nChange-Id: Id4875112705df9b2c5b003a2c32c292765ab17fc\n", "proba": 7.350817554652167e-07}
{"commit": "fc735eefe139963696e7634cc526bd6141b75646", "message": "Removes a Geolocation test from the DumpRenderTree skipped list\n\nWe now have an Android-specific expected result for this test.\n\nChange-Id: I41919f01ac0fb6f07f0d650695462510f3a37d98\n", "proba": 1.9227124994358746e-06}
{"commit": "157a79d41e9e3628de80d36e0b5062023f4a2d2d", "message": "Added Info class for outputting markdown on J2ObjC specific AST nodes.\n\nInfo class will be extended to print basic info about ITypeBinding and other classes without useful toStrings.\n\tChange on 2015/06/17 by kirbs <kirbs@google.com>\n-------------\nCreated by MOE: http://code.google.com/p/moe-java\nMOE_MIGRATED_REVID=96209411\n", "proba": 2.9778934163005033e-07}
{"commit": "782e6b8f43b04a766e445135db3f48b1b71b7d89", "message": "add vector unit test\n", "proba": 3.77742395585301e-07}
{"commit": "94e4c7457a85bab77c03869ea3b0a03c3b1f3d2b", "message": "attributes first, then elements\n\ngit-svn-id: 3495a5c4bbe5ece00c09619c056c9a903ff1da72@355938 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.5113424751689308e-06}
{"commit": "304737b3b7b4c070c718815548689ae2a40d8300", "message": "Organized components in TaskInfo; Output area is now uneditable; implemented TaskExecutionListener::scriptOutput\n", "proba": 1.9102206749721518e-07}
{"commit": "735d908f72bddb3488ffac1e14947e7899638cd5", "message": "\u8fd8\u539fservice", "proba": 6.867972501822805e-07}
{"commit": "f6022d0a1c8c8c16a4b65a4888b38ec0bbba4c30", "message": "MaximumDepthofBinaryTree\n", "proba": 8.973057674666052e-07}
{"commit": "8f6a4970bb260ca823a2745ff20c6b526500e1a0", "message": "Implemented ConfigParams\n", "proba": 4.322469635553716e-07}
{"commit": "8d34f1cada1c12269a1e1220dd4f7dbc6d1c0ffd", "message": "some cleanup of screenshot\n", "proba": 1.7539740326810715e-07}
{"commit": "0646ffcfdc54a2b27b83096c3a9efedb69ac7d84", "message": "KRACOEUS-7030: Annotating rolodex service\n", "proba": 1.869689754130377e-07}
{"commit": "bb5e7710a083c9f1c8c329bb9d137000de262777", "message": "Added interface for Query monitoring\n", "proba": 1.944002860909677e-07}
{"commit": "24f108f93dbd95ccbb022504225b44773e08a342", "message": "qa: added JUnit test: RegistryTest\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@5266 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 4.287245189971145e-07}
{"commit": "fdc564a13f4b6a6994305003f03e308636f44532", "message": "@Service\n", "proba": 8.621730103186565e-07}
{"commit": "55ee1aa1c37d140bc5190b8a6b1a42b082e8a603", "message": "add the BeanInfo wrapper class\n\nsvn path=/harmony/; revision=557142\n", "proba": 1.6453113858005963e-06}
{"commit": "46ecb08641a4ea5741449dc58fbbce44e212789b", "message": "Update The Comparator Interface Test\n", "proba": 1.2875521804289747e-07}
{"commit": "b47fd3070a844b9f7e656900306a753769a6374a", "message": "LinearModelTest\n", "proba": 6.079391710045456e-07}
{"commit": "a5bb7cbcb2b7200763541c52dbfe2b855f80a6a6", "message": "get rid of subscriber spam and fix responder logging\n", "proba": 1.7434908272662142e-07}
{"commit": "f3fcae6886b6794b3d26b7ca1b02a35b911cb251", "message": "#672: Add test cases for all ctors of SolidBiFunc\n", "proba": 1.3431829870569345e-07}
{"commit": "d4f32c10674369df0513674bb8c0d3d39092e067", "message": "Initial check-in (#79)\n", "proba": 1.2581219266394328e-07}
{"commit": "fee41ad25ec87860b00a918c516ef913ae9cdd9a", "message": "initial load\n\n\ngit-svn-id: 7003860f782148507aa0d02fa3b12992383fb6a5@35 a09ad3ba-1a0f-0410-b1b9-c67202f10d70\n", "proba": 1.103683871406247e-06}
{"commit": "96c487eedad05c431c12f1eccc1e260925633f19", "message": "In the process of restoring ProGAL src\n\ngit-svn-id: 2f79836e1615ef9cfe13eb800e4f37de8c826a84@597 53b6c913-c175-4e75-a8ba-878503ff61f7\n", "proba": 3.6111180179432267e-07}
{"commit": "edbfebb6264544538dfd9a476e57e9b17e627f7e", "message": "add versioninfo\n", "proba": 2.1156296270419261e-07}
{"commit": "9f86e825b387cb5971a1d2b0f4b4fe5869964aba", "message": "Create an Interface for Activities w/ BottomBar\n", "proba": 1.3210329541379906e-07}
{"commit": "67a3af3e58906ded97ab4e285bfd6645c79f04a0", "message": "Use Image#getFileExtension() in ImagePagerAdapter\n", "proba": 3.2199929478338163e-07}
{"commit": "7ca99e47259177fce8e5eed0c57f6b9d44f47caf", "message": "Import LocaleListPreference from Fennec (#122)\n", "proba": 1.0476892953192873e-07}
{"commit": "16ec2554502a1767c895edba79e7c0a3c5867877", "message": "[sync] Fix synchronizing on repo level in sync wizard\n\nPreviously when synchronize wizard was used for launching\nsynchronization only selected project was included in results. Such\nbehavior breaks compatibility with 'Synchronize Workspace' and\n'Advanced Synchronization\".\n\nChange-Id: I92d2ca66d8ab6c0b5309d468db517d7be6fe9dfa\nSigned-off-by: Dariusz Luksza <d9c42035ad9447bda4101be2f02a7db3fa874023@luksza.org>\n", "proba": 2.1709391262447753e-07}
{"commit": "608ae5dfb92bb63f32541d714c989fa43e0ada7a", "message": "pac4j-async-77 Create Async-convertible version of CorsAuthorizer\n", "proba": 1.9132872353111452e-07}
{"commit": "3edd960d5b6900f8f806afb7a64c22734ab0cd85", "message": "closed araqne/issue#580. simplify receive timeout error log\n", "proba": 7.451209239661694e-05}
{"commit": "0e7496321c46dddf48ac96f38743e3242a33fdca", "message": "added abstract base class\n", "proba": 3.295017165783065e-07}
{"commit": "5762ce035855d0c6bc276c236c64907bab763278", "message": "Added more files\n", "proba": 1.258748483223826e-07}
{"commit": "69130a4f72825c42102b8c100ae5b737dde3774c", "message": "fix for GRAILS-12043 - Abstract domain class relationship error", "proba": 1.1311328051988312e-07}
{"commit": "2fb5ed92bc86d4e657d7aeec5e4b871e367fb67d", "message": "Add a test for MultiMap methods.\n", "proba": 1.4128835346127744e-07}
{"commit": "c33135cba255a86a45c9e6ebc58076a498d714f7", "message": "Create oca_anon_interface.java", "proba": 7.664512850169558e-06}
{"commit": "e7e8a782376b955e39b034e53cfa11eb8b019285", "message": "code coverage increase iteration-6\n", "proba": 4.911593123324565e-07}
{"commit": "074428ba504f5d86837aa1ce309858eeb0988ca0", "message": "Possibility to read all used paths in restapi\n", "proba": 1.3535034781853028e-07}
{"commit": "d663cd6faa906326c0e5a54afb6cc1e495199d4d", "message": "skeleton\n", "proba": 8.656194950162899e-06}
{"commit": "520729ee91adb301d4e97bf699410d6f494250a7", "message": "embedded launcher: use .jar extensions for tmp files\n", "proba": 2.70545939429212e-07}
{"commit": "c2ccf9ba96c6ee3c41e6e322f4ed85e84c95f74a", "message": "Fixes #543: In -runbundles , order the bundles by name\n", "proba": 3.208862153769587e-07}
{"commit": "9630178a91143e4c00d435190f282869bc0422fb", "message": "Revert \"Fix #832 Failed to generated .resolved file\"\n\nThis reverts commit b0975671584df592df256c04d9959fdfe4e92aac.\n", "proba": 1.1531498245176408e-07}
{"commit": "265f0777a828f98d52f2d9ad9e29eb72b3e01717", "message": "MAP-1166: improve queries\n", "proba": 2.8849956379417563e-06}
{"commit": "a58941e9ee441ca1d0fd8cfffa0a51ccc30c0c8b", "message": "#46 added reliable unit test to this fixed issue\n", "proba": 1.0205911848970572e-07}
{"commit": "14970b0c2f03bc4619df8f5b2ebb7a525363c6d2", "message": "Created TimepointLimiter interface\n", "proba": 1.8933282319721911e-07}
{"commit": "e6f3e117d1c8374ec588b94c04efbd9ba248d1f8", "message": "screenshot-plugin: run image saving logic in another thread\n", "proba": 3.4640129342733417e-07}
{"commit": "0c4b8cdd323165cab2e8990f2aec393e4fcda279", "message": "am 056e1d77: am 81c73e12: Merge \"Clear caller identity before setting all the user restrictions.\" into mnc-dev\n\n* commit '056e1d775660a8c87126a97d9af09cbdbcd7c5b4':\n  Clear caller identity before setting all the user restrictions.\n", "proba": 1.8064265816519764e-07}
{"commit": "a552217271fc82d9e85741d8ba9b0c2fd251b9a1", "message": "Re-enabling the test.\n", "proba": 6.761912914043933e-07}
{"commit": "64136e4d74255c1508479e03fc058c28cbdc47a8", "message": "qweqwe", "proba": 2.863628424165654e-06}
{"commit": "a72329384c1bc12cf148c0899aeafa8fbcbfa92e", "message": "Add TableInputHandler\n", "proba": 8.047625783547119e-07}
{"commit": "224ae5893f35c3d7ca12a11c242d36aa27c94981", "message": "vcs: simplify - unify code flows for similar methods\n\n* refresh and move to target changelist at the very end\n", "proba": 1.2444087360563572e-07}
{"commit": "c375a216a312937cb775bd04163c12276cbf5a90", "message": "add list URI for url\n", "proba": 3.609201030485565e-06}
{"commit": "3fe037f44cf7077fae9c9f7d496f9003e6a9a30f", "message": "AGPUSH-2081 nice message for NPE :boom:\n", "proba": 1.0943895745185728e-07}
{"commit": "3294e078c4470308fdb608000544fc56aaebdda5", "message": "Add implementation rule Rgaa32017Rule080103\n", "proba": 5.381924097491719e-07}
{"commit": "3f75e42fea0a087408cb5025cfe2aeea8fbbf396", "message": "Add implementation rule Rgaa32017Rule110102\n", "proba": 5.306567345542135e-07}
{"commit": "44bd47c6e2f925a9df91821702f15a2b20fbe02a", "message": "SQL: Aggiungi IRasterSource\n", "proba": 7.97747343312949e-05}
{"commit": "131cef418bee00deb15d4668fb62e7285ffbe887", "message": "Revert \"Revert \"test\"\"\n\nThis reverts commit 8f5c9f18c59f53cb3c21be9a0980fc64ef24dd4c.\n", "proba": 1.3460773118367797e-07}
{"commit": "c4c47be462c1274aafe6143a7c95fa08d1229b0c", "message": "add validator for product type\n", "proba": 1.5862829059187789e-06}
{"commit": "d3075c1a4c0e489b0912946533dd96a8c5855321", "message": "Extracted annotation extractor class", "proba": 3.823722920515138e-07}
{"commit": "8287659b3d51c72d152f78c640410c58b6e44ebd", "message": "MATH-797\nAdded unit test.\n\n\ngit-svn-id: 80d496c472b8b763a5e941dba212da9bf48aeceb@1364075 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.9724682260857662e-06}
{"commit": "97f7e3f5b5aa1f1dc14163b6c91c3625ba2b2ee3", "message": "Fixed #1556 `ceylon compile default` compiles all other modules as well\n", "proba": 1.1514432429748922e-07}
{"commit": "7592c3acf907c8d4600edebfd9b33f7455eda98d", "message": "add new rich artifacts type scope\n", "proba": 2.3215400801746e-07}
{"commit": "e6abb5eb22a0e818603953b611947abdb099a11a", "message": "add clickOnHardwereButton", "proba": 6.682076900688116e-07}
{"commit": "3b7abf40e4907df863ecb34122fec2e10cd7f418", "message": "PT-2112: Add a VocabularyInputTerm interface\nDone\n", "proba": 1.7594707912849117e-07}
{"commit": "0f67e77870fbffccc552af98346d454d4e4a4646", "message": "Tests for EnsureContainers\n", "proba": 1.644961713509474e-07}
{"commit": "b8d6237c3a10b677e874d831fd54c2b71f33033e", "message": "Remove unused imports\n", "proba": 8.691937409821548e-07}
{"commit": "77c84012d544165efce57a0b0f0557ae3a574371", "message": "removed not used ctors\n", "proba": 4.815900638277526e-07}
{"commit": "8dd493bb34c030d96026a5ecfdf8159a7d2734cf", "message": "Deleted trailing empty line\n", "proba": 2.4308908905368298e-05}
{"commit": "b87061c86d77fa95257c4b6a6359ae99cc04c32c", "message": "Added an example of Objects class\n", "proba": 1.3282436839290312e-07}
{"commit": "9b3b83896e79dbda2254857b221a7dbac45a8655", "message": "https://github.com/google/allocation-instrumenter/issues/15 Added null implementation of the Instrumentation interface\n", "proba": 2.2736236360287876e-07}
{"commit": "345cfa62670c492ac78e458252db3471ad9556f1", "message": "add buku repository", "proba": 2.784958326174092e-07}
{"commit": "77deffc660b7e6c741b8daa06f3521745e288a78", "message": "CLOUD-25 added AzureProvisionSetup implementation\n", "proba": 1.1375597352980549e-07}
{"commit": "629309a832e63c204625e042757337a523ed5faf", "message": "KRACOEUS-3487\n", "proba": 3.155247156882979e-07}
{"commit": "7c43718368446a9ea5751520e6ef1037ff6710fb", "message": "KRACOEUS-5561 : KRMS Service Methods.\n", "proba": 1.0598349575730026e-07}
{"commit": "4b132a2b99a646210ce6313506e5eb7d3c755d57", "message": "KCIRB-1519: Fixed a data type mismatch that was causing an equality check to always fail.\n", "proba": 1.0514669668282295e-07}
{"commit": "d7f946afeef45c549d57eee21c61d351926960ca", "message": "Added failure state for skiptonextday command if tick duration is too low or too high.\n", "proba": 1.1353033357863751e-07}
{"commit": "556c9eb984e8c9c72d4d0ab60002e89ac94adcc9", "message": "skip a few grads for now\n", "proba": 1.245023639739884e-07}
{"commit": "90d4cd11a88fb1512bfd5cf29f3c3a00c3f60ff1", "message": "Java: Turn the Fibonacci class mutable\n", "proba": 4.674239789892454e-06}
{"commit": "a1ed5bf70fd4320a6ef68dbaf97a02609a90afa1", "message": "added StyleUtil class\nbug 57982\n\n\ngit-svn-id: fd5e0bdc55a948b8bf0a1d738c6140e6e4400378@98166 3e83ccf1-c6ce-0310-9054-8fdb33cf0640\n", "proba": 3.9419720110345224e-07}
{"commit": "5803ed1ca4bebb8db798ec8cd0cb59cf3e9d0f37", "message": "Fixed typo.\n", "proba": 3.5226929639975424e-07}
{"commit": "207b87721b11f393dfdad84423c7c9bd24b932af", "message": "Added default value to cookie\n", "proba": 4.923246592625219e-07}
{"commit": "8c2f4acf626084a3f426e0e91d509e957665a268", "message": "Serialization is working well\n", "proba": 1.1336559282426606e-06}
{"commit": "953e1220be13cfe9ace7a954734f5e6540c79c48", "message": "Added some methods in RuntimeSpriteCharacteristics to handle animations in player\n", "proba": 1.322853364627008e-07}
{"commit": "142c35dd2d1714d4e5a8104527644a8e088c0af5", "message": "A\u00f1adir al DAO de Titulado que por defecto el usuario siempre es el activo.", "proba": 1.3241660212770512e-07}
{"commit": "3ed4bf1cc3dfdd1b05f0de7055a4db8a95b94951", "message": "[TECG-19]/[TECG-147]: Endpoint for getting recs 4 technology (not used)", "proba": 1.0016876217378012e-07}
{"commit": "0a74c3fb18844f74f2322bd1dc2a0348bcb524a5", "message": "add solution for path sum ii\n", "proba": 6.036417107679881e-05}
{"commit": "632ea9e3b0889cec55c41f150a4810e7187e880a", "message": "Add test creation rule for local DynamoDB\n", "proba": 2.5289375571446726e-07}
{"commit": "03c2086bc89e74e7c9baa7969e075c87dd756e9f", "message": "persistence dev\n", "proba": 1.0960457075270824e-06}
{"commit": "8b68f05383f1071c3a4670e977ca17cdf90dbd52", "message": "Add\n\nQuite enough information but not reasonable", "proba": 7.740066394035239e-06}
{"commit": "7191fc423b99735d15e164a28241c8fae7c92a45", "message": "added test for chainediterator\n", "proba": 2.5102170297941484e-07}
{"commit": "a8106b2827c1cee33f07b97df95d12f1948a9ebc", "message": "add a new method\n", "proba": 0.00015401493874378502}
{"commit": "865ea7c800883176e5bd9924f27abb3cbacd5178", "message": "Handle volumes without visible paths.\n\nTransient volumes like USB drives are not mounted as visible, so we\nshouldn't be kicking off media scanner for them.\n\nBug: 22545248\nChange-Id: Ic8f2d3134f1edb8b2a12e8ff283eceeeb230f48b\n", "proba": 1.8146278080166667e-06}
{"commit": "b77e315292fb50b679df44fee5d010bbb267377a", "message": "Fixed a bug where the notification scroller could crash.\n\nDue to a race condition the scroller could crash in certain cases\nafter an animation.\n\nBug: 14458203\nChange-Id: Idc52109550270924bae5857e581574c63452f159", "proba": 1.4672414181404747e-06}
{"commit": "811d45006559f76e409b5e56f6c78ea150ebd49c", "message": "import csv controller\n", "proba": 5.506254296960833e-07}
{"commit": "e5aa1f52589a64367aadc9a83b094c2513491e9c", "message": "Make talkback or other accessibility services  updateable from playstore\nonly when it's been enabled. The idea is to set accessibility services package\nstatus to disabled_until_used by default. Change the status to enabled once user\nturn the service on.\n\nIt is first part of CL in framework, that returns installed accessibilityServices\neven they been set disabled_until_used\n\nSecond part of CL will be in Settings, where we read/write package status\nbased on the service has been turn on or off.\n\nThe similiar logic has been used for preventing never used IME from auto updated\nb/18205549\n\nChange-Id: I1a9cba0221e3de0499ba5ac91ca382696bcb7043\n", "proba": 8.21163553155202e-07}
{"commit": "fa0424ca9987e510c7e958d2a875253f8f50e7a0", "message": "FLEX-1921 Solves manufacturer check and fetched frontend code\n", "proba": 1.0523979199206224e-07}
{"commit": "b83a317722a1ee1f12b07f625d322b378c616daa", "message": "log retrival time", "proba": 4.4153713929517835e-07}
{"commit": "5bb836343cb7e53dbe3ae9faf28b3ff64fcb387e", "message": "Oups... Forgot one class...\n\ngit-svn-id: 27916816d6cfa57849e9a885196bf7392b80e1ac@9928 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 3.6964783589610306e-07}
{"commit": "8436d15f28fcef6542cb5ce4a459f3dd221299e5", "message": "KCIRB-427\n", "proba": 6.107051717663126e-07}
{"commit": "2b871a6243c7284ca40115f1de1b0142f6c7ef9a", "message": "use receipt item uuid as expanse item ref uuid\n", "proba": 3.3646227848294075e-07}
{"commit": "97fe0d27737dd6b34dbca1a8630d9d62c9cba96a", "message": "zookeeper cleanup\n", "proba": 1.5348646229540464e-06}
{"commit": "6f5b761f069c9a666434741a63d6d3c67127111f", "message": "duplicate code\n", "proba": 0.0006672528106719255}
{"commit": "f1871c6ffb30e4fce94ebb2cbf15d933a91d34ef", "message": "Added a new Task for job status updates, to be run by a scheduled executor service.\n", "proba": 1.059333811781471e-07}
{"commit": "0ca44c16c85d4edd63ffbce6646246b1c5cf4149", "message": "Fix compilation error", "proba": 2.1322318843886023e-06}
{"commit": "5ed317757003759e366e7b094245a38fc1470caa", "message": "HDFS-4346. Add a file missed in r1471598\n\ngit-svn-id: 87fadc70c6d1ec4cad1ab866a1bdcf2d7235de87@1471602 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.975090294261463e-05}
{"commit": "adcdd85f8d5053514e13230b171be3d159459aa3", "message": "LSNBLDR-175; add postgres version; no way to test it, but I believe it's right\n\n\ngit-svn-id: 2dc346ce528bdcd469877bb8eea15a9c9813262b@117806 66ffb92e-73f9-0310-93c1-f5514f145a0a\n", "proba": 1.0631873692545923e-06}
{"commit": "ba5fd35e24778c29ad0786d865c2cbdf3a5ab27d", "message": "am 7b4e597f: Merge \"Adding camera scene mode stress test.\" into jb-mr1-dev\n\n* commit '7b4e597faff3c469bdd5e7837155a5fc5ea036bc':\n  Adding camera scene mode stress test.\n", "proba": 6.749775138814584e-07}
{"commit": "7d2430f71a0acd1df280107db01d108a8319a182", "message": "#240 Git health indicator\n", "proba": 1.523230963584865e-07}
{"commit": "cfb28625554aa1dfd96848e2ba8b0c61be6d85cf", "message": "\n\nSVN-Revision: 6213\n", "proba": 1.5104463102488808e-07}
{"commit": "f2e2ea18a39b0c00544a9a09bc73cd51f3ed7837", "message": "Unused\n", "proba": 2.5640423700679094e-05}
{"commit": "2da0eec995b377e83cb4f4563880a55173a9b4e6", "message": "SAM-3282 Submission time displayed is incorrect for non-excepted student if there is an exception and the quiz is auto-submit (#4951)\n\nSubmission time displayed on Assessment is no longer available is\r\nincorrect for non-excepted student if there is an exception and the quiz\r\nis auto-submitted", "proba": 2.876070936963515e-07}
{"commit": "10d24b28eff6a247ed08f5271321352290473895", "message": "Testing for breadcrumbs\n", "proba": 1.419808995706262e-06}
{"commit": "33a5f1cea9e09efa206a7e73aa22844ff203b300", "message": "add large test\n", "proba": 2.40766275965143e-05}
{"commit": "a2625770afe868c595320aff7ff593e3385b9ad7", "message": "UP-3477 Work on more cluster lock service tests\n", "proba": 1.0532573924137978e-07}
{"commit": "3bc725e607902884dfb434ba94ec097fe4b2572f", "message": "Added simple integration tests.\n", "proba": 1.0998994781630245e-07}
{"commit": "b24a11f360e556e48493b3261cf2ed329ed1fd64", "message": "SAK-40897 \"Save forum and add topic\" redirection wasn't working (#6346)\n\nAlso solved typo.", "proba": 9.845829396226691e-08}
{"commit": "a47a0331aae374912b1fadfa4c8073cd3fe86a69", "message": "Reference array for proper equality check in ArrayDescriptor (#1097)\n\n", "proba": 1.1092959795178103e-07}
{"commit": "53224582958498152627ff66e798d7cc41e1f50d", "message": "SLIM-900 Adds toByteArray convenience method to ObisCodeValuesDto", "proba": 2.5989010055127437e-07}
{"commit": "aab41c5dca847605ef0e8bafa0e44f1805690279", "message": "Adding Registration scanner\n", "proba": 2.1713489672947617e-07}
{"commit": "8f58d531d887ce450dfe64e8269eb62e568e30fa", "message": "WICKET-4396\nImpossible to group header contributions in the <head>\n\nAdd a test that fails with FilteredResponseContainer in the <head>\n", "proba": 1.0267415007092495e-07}
{"commit": "f28047800fdf6c9f6740730254e39e6d62b86283", "message": "\u8ffd\u52a0\u7cfb\u7edf\u5de5\u5177\u65b9\u6cd5\n", "proba": 2.3431066153989377e-07}
{"commit": "272b666fbbc991478b4343337029e99e85d8f1bb", "message": "#677 Only edit file if a new one has been uploaded (#678)\n\n", "proba": 1.107177922676783e-07}
{"commit": "0a6767db6254280abcefc5b5df7f450393be3dbe", "message": "Testing stateless worker state persistence.\n", "proba": 2.2903155638687167e-07}
{"commit": "3320dcac303ee57dca0f063b8aa114d25d462a5f", "message": "capability\n", "proba": 2.4608837065898115e-06}
{"commit": "1165a239fc7542188f92dd87ebfa94312d928a66", "message": "- test of empty dataset with data added.", "proba": 1.397300906091914e-07}
{"commit": "3d0230e2b5c2612e69531e816464e9d59c812d0d", "message": "RICEQA-496 : Fill AFT Gap: Configuration  (Configuration with Class Instantiation - Done) Waiting for Configuration with Spring Service Expression to get resolved.\n", "proba": 9.464903882872022e-08}
{"commit": "687fe65044a916d43667c47eff07096bc3e2ea9f", "message": "PROACTIVE-256 Added cygwin osType to GCM Deployment Descriptors\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@8132 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 3.175726988047245e-07}
{"commit": "9d280700abfe46790b5d99b991dbc9842a80c92b", "message": "Minor tweak.\n", "proba": 1.3781260577161447e-07}
{"commit": "ee7c65d539cb12fe7f8b753fa4b94c2734469fdf", "message": "Only verify resolved theme attributes\n\nBug: 19962473\nChange-Id: I62eb2faea7b09fd483194b41e815179cb2141fcb\n", "proba": 5.860628107257071e-07}
{"commit": "6973201f54d4d99d684aa2e42adb0a5d9829cfc8", "message": "am e968c87f: am 570a2363: am a8431e8c: am bfd62580: am 11104791: Merge \"Ensure ripple mask is drawn at correct position\" into mnc-dev\n\n* commit 'e968c87fa766ea668e319aa828f419fe0dcfd0db':\n  Ensure ripple mask is drawn at correct position\n", "proba": 4.137787357194611e-07}
{"commit": "d54e993924da465018f41a84f6aa9f273aa7c9f5", "message": "Refactor VectorDrawable to use VObject for paths and groups\n\nCleans up collection typing and encapsulation. VObject encapsulates\ninflation, theme application, and drawing. VFullPath is responsible\nfor rendering nodes to a Path.\n\nChange-Id: Ic760576d8000c4844ec3cab1b4bbcecb4fa1b760\n", "proba": 1.5323270190492622e-06}
{"commit": "175f3c892c2c0bd64e32484a2b430e7c59907243", "message": "Make sure control points are in absolute coordinates\n\nChange-Id: I1b90fe39f9dc77e1a1b7b4b512cd11f5734fbf8f\n", "proba": 0.999971866607666}
{"commit": "be6be4e15435ceaf303dbd5663816b3a6d2e64dc", "message": "Clean some findbugs, checktyle errors in CronTabList.\n\n- synchronized not needed, since the tabs variable isn't change after construction.\n- Javadoc first sentence wshould end in a period.\n- Use braces in if statements\n- Change Vector to List.\n\nChange-Id: Ie4ed855fa059e566031c03f57bfe79aca77b662f\nSigned-off-by: Henrik Lynggaard Hansen <a076b11c2cc63ccdc903dbe182e1eecc3cbbc094@hlyh.dk>\n", "proba": 7.405020824080566e-06}
{"commit": "0039984265c159581785b5357a1ad1cb1f483983", "message": "Improved robustness of DetectorFactory.ReflectionDetectorCreator\n", "proba": 5.19713921676157e-07}
{"commit": "766056e958cca8fbf519ee2f81c0756492810629", "message": "Helps formalize the idea of using the context as a thread-safe storage unit for parsing and init-ing.  Moved the template-name stuff from Context, and added support for 'node-local context data introspection caching', to coin a phrase.\nContext now extends this.\nPR:\nObtained from:\nSubmitted by:\nReviewed by:\n\n\ngit-svn-id: 7267684f36935cb3df12efc1f4c0216d758271d4@73934 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.38136656966526e-06}
{"commit": "6ae9775547803c81d3c77e9ce3850d12a162094f", "message": "fake quack \u5b9e\u73b0\u53eb\u58f0\u884c\u4e3a\u63a5\u53e3\n", "proba": 5.723021558878827e-07}
{"commit": "443e64467a5da2616286ae5aaa1a86e05df55296", "message": "new feature: copy a resource to an existing project\n", "proba": 1.6218051257510524e-07}
{"commit": "d7fb84f7770194f073df76682f38368c076327fb", "message": "SimonStewart: Making the error message reported by the htmlunit webelement clearer.\n\nr13700\n", "proba": 0.0011151742655783892}
{"commit": "e386f80a51193a89280d2d3b496fa3b7ace873da", "message": "added controller\n", "proba": 6.497451181530778e-07}
{"commit": "c88b82cb8a9a0a6c7b08593553b3f37be2eeb308", "message": "JUDDI-196\nCommit subscription listener.\n\n\ngit-svn-id: 8dbf7c3773055658515e786bef3d04b34e95e56f@777778 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.348760745007894e-06}
{"commit": "71f6929787393eaad2013c67e2c6543ad262e6aa", "message": "Updated Scope.java\n\nAdded comment", "proba": 1.3266371468034777e-07}
{"commit": "f32c3c87de6fd4d900279205e94fb7664a3bd0b7", "message": "Forgot file needed by commit 7932defbb05a5091eccf0c34ecb0712f3caa8ea1\n", "proba": 6.358406494655355e-07}
{"commit": "34ac6efcbfece466480564b154b88fdb8fad97ab", "message": "Fix post dial for remote connections\n\nUse the correct callback (onPostDialChar instead of onPostDialWait).\nThis fixes a bug where every remote call would prompt the user\nto send tones after the call became active.\n\nBUG: 21004101\nChange-Id: I1656a4266d0028ef29494a3cee169180267e16cd\n", "proba": 5.612635050056269e-06}
{"commit": "0c8f19ae941e69b68c5743f02ee49247ff30418a", "message": "add IPv4Loc", "proba": 1.0770486369438004e-05}
{"commit": "e9c457e2301f7e729aadb448c8b0516f82a45a23", "message": "Set render() to private", "proba": 3.919420521469874e-07}
{"commit": "8452076c6df172feaada5904a1d24e72e9b33c43", "message": "Create BankCustomerRole stub\n", "proba": 4.4777704033549526e-07}
{"commit": "dca08d8f5a9eb2d68c845cb3fecdbe42aba1d2d6", "message": "Define JoinMetaData\n", "proba": 9.067546216101618e-07}
{"commit": "8fc1bab5f9817e0f47acbaa7644a128b91188c99", "message": "Add Token class\n", "proba": 5.810076117995777e-07}
{"commit": "3adfdcf80bb13e3bd79b7e7269a83a1cd41caa28", "message": "Changed a couple of public methods from accepting `String[]` to `String...`\n", "proba": 1.3387607111781108e-07}
{"commit": "f5b196fd680e420fa86f900b946657ec6e1109be", "message": "adding a trace analysis for N and S counts", "proba": 2.3803751503237436e-07}
{"commit": "765ccd3e597c376bf8bdfd32f10a800524cc93e8", "message": "added Calendars utility class\n", "proba": 1.9477069201911945e-07}
{"commit": "ae6ae52a8c8c0c9179650f4d9e0989fc984c2d60", "message": "CollectionUtils.union()\n", "proba": 2.385816060268553e-07}
{"commit": "c52eb8117d6bbf97fa00f9495554e212a06829c8", "message": "You no longer have to worry about exceptions in engine init", "proba": 3.7539732034019835e-07}
{"commit": "0534481d8998a85ff48818f517296dc9f273e528", "message": "DCMotor extends device", "proba": 2.169399238027836e-07}
{"commit": "c8100dfa00216787bc604fc698b981ccdfe0c99a", "message": "\u0421\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u0442\u0435\u0441\u0442\u0430 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0430\n", "proba": 2.195276238126098e-06}
{"commit": "5631721aafdf4541ecbedbb3204ae6fc7f962d59", "message": "[ALIEN-3415] try a JSP approach for wizard index (WIP)\n", "proba": 1.0008320572296725e-07}
{"commit": "f2eeb799e4786082d7024127ffa185272262156b", "message": "Update CaseSizePercentage.java", "proba": 5.904059321437671e-07}
{"commit": "b9b6661d8d50b9e1e6c1efb8c2a162967cdc6cba", "message": "we pick up the destination from the to EPR. no need to add it in options.\n\n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@354969 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.725672260974534e-05}
{"commit": "3ce5def924df104531305af79b15f7c7f55a2768", "message": "Bug fixed on Registry node merger\n", "proba": 3.174237122038903e-07}
{"commit": "a52a7d27c7f34c57a0a8bdffed0e6cca2770af18", "message": "Initial creation of TextureBehavior.", "proba": 1.1662233134757116e-07}
{"commit": "dfb309fbc1c806ba83012f22e09dad7b06e0043b", "message": "First stab at a test for incorrect indexes.\n", "proba": 1.4271979864588502e-07}
{"commit": "2128d1e1d988f499f54574706310e3cf2fad09e8", "message": "fix help text\n", "proba": 0.9999940395355225}
{"commit": "3a8a5821d9b4c6771de08a0013aeed8c35d9a4fe", "message": "ProjectList is shown after project deletion\n", "proba": 1.815398320559325e-07}
{"commit": "3ef6f339c6aaa22fae88c7d38882e8c540aec50b", "message": "refactored SelectedProjectFragment.java: changed some method names to avoid confusion; added inline documentation\n", "proba": 2.22414314521302e-07}
{"commit": "fc57c293a3497b3d29ed82d628b412874f0b5fd1", "message": "Fix WebView sometimes not loading\nWhen base url was not specified, JavaScript's same origin policy would prevent the bracket page from loading sometimes.\n", "proba": 1.263494340264515e-07}
{"commit": "68203d3fa5d4944f918dea4fef2c14c4001af50d", "message": "Fixed search bug in getGroup method\n", "proba": 4.1529838767928595e-07}
{"commit": "19ecdfb18eebbb5b4757e6864dbe8fb9b8b1c5b9", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "e69967e6fdbd4d670cfda2be8715270a05eeed1e", "message": "fix warning for automaticRemotePathCreation\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1380556 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.908554499001184e-07}
{"commit": "05e19caf3f110d8c74baaa4277fad979979baf06", "message": "Remove restrictions from snippet. Use map to get restrictions instead\n", "proba": 1.3457062664201658e-07}
{"commit": "2bc18f3d29a8e504a08598d152c83714e723892f", "message": "wrapper service that calls through to rest api of\nappsensor-ws-rest-server. this just gives programmatic access to those\napis from within the ui app", "proba": 1.701576906043556e-07}
{"commit": "bfa8f5a4e7cb29b9ddef56c943d3431a3a0568fc", "message": "Test cases for validators\n", "proba": 5.125575626152568e-07}
{"commit": "1e5940f41ad175f45f686bf524b70293c5a422a5", "message": "TypeCoercion String-to-Map: don't use generics\n\nOutput could be either Map<String,String> for simple map format, or\nMap<String,Object> for JSON input, which conflict; but these type\nadapters aren't generics-aware so just remove the generic part of the\nreturn type and use bare Map types.\n", "proba": 2.267012678203173e-05}
{"commit": "5270353e757088e7aa9b12d50d93f8ed64464bfa", "message": "added missing file\n", "proba": 7.312501679734851e-07}
{"commit": "3ddb1af5290263d158917e5ade1780bb0684f0ad", "message": "Skip processing of errors property by DirtyCheckingTransformer\n", "proba": 1.1458303106337553e-07}
{"commit": "9f5ec37bcb060af2c981600466e234ac645d82e0", "message": "Deal with deserializing null arrays, and fix a bug when serializing\nempty arrays.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@252402 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.303352660732344e-05}
{"commit": "eeba99ed931112db3715ac6508113d4b452e8666", "message": "generalize fillPolygon, add quickpaintRectangle, add documentation and remove some checkstyle warnings\n", "proba": 1.3198176418427465e-07}
{"commit": "85c48439757327599a1e21157a3c4d11a8cf6b79", "message": "Create Populating Next Right Pointers in Each Node II.java", "proba": 1.4371370582466625e-07}
{"commit": "2a102f89a634cfc4f9c49cb857d241626ddbcb99", "message": "Ignore arrow navigation on textareas.\n", "proba": 1.2685967476500082e-07}
{"commit": "0748eebeb409256e463d21bcaffdc44eab8b2b06", "message": "add helper for sucking inputstream into a string\n", "proba": 9.711112625154783e-07}
{"commit": "81ab8bb3205f1facb0640672547b51d0c0364798", "message": "Fix for #781: Upper bounds and mix of interfaces and classes\n\nPut the class bound first\n", "proba": 1.1968845115006843e-07}
{"commit": "b7bceb1ab3af9760e6b59d7e68384f6dec275789", "message": "Added field/method reference to failure messages\n", "proba": 2.0005866474548384e-07}
{"commit": "e0a3d04cf93db233c4c445961d01cff523cc8978", "message": "- Added a class that can calculate a 12, 24 or 36 entries Harmonic Pitch Class Profile (HPCP) for a given audio segment.\n", "proba": 9.893607000321936e-08}
{"commit": "0a8c1c3db4f8c2230c70217c5ad31225a03bcb2b", "message": "Made private method private\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@576811 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.9989126321415824e-07}
{"commit": "13d519b3650ca10b7d89fe0c51202f18d5337ae7", "message": "chomsky normal form\n", "proba": 4.353601070761215e-07}
{"commit": "e15d9bf38ab6958ea0b7feb1f21fbf770d7fdef6", "message": "Bundle libgomp.so.1 for nd4j-cuda in addition to nd4j-native (#2332)\n\n", "proba": 1.0682472151302136e-07}
{"commit": "091f3af065c9024e0273b0f20b7a830e63b14705", "message": "Fix NPE\n", "proba": 5.696737844118616e-06}
{"commit": "59654b6bccfb2ac3a55ce4a0c9933da71e823ee8", "message": "Added Invoice-Service", "proba": 1.8555324743374513e-07}
{"commit": "5bd2b909cb6624a457f463b6882d53ce6988399b", "message": "#133 extracted poloniex to common dto conversion.\n", "proba": 1.0518360227251833e-07}
{"commit": "ab6ffffa44f269e6bacd0c3fb54961ca08e92064", "message": "testing: added JUnit test: OpenstackNameingServiceTest\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@6151 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 9.974814929591957e-07}
{"commit": "136cc52dc46442d9dffd3cc96bac0507f35c7462", "message": "Create one test AddressEmailUserAddressTest instead of three\n\n\u0441\u043e\u0437\u0434\u0430\u043d \u043e\u0434\u0438\u043d \u043e\u0431\u0449\u0438\u0439 \u0442\u0435\u0441\u0442 \u043d\u0430 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0443 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u043e\u0432, \u0430\u0434\u0440\u0435\u0441\u0430 \u0438 email-\u043e\u0432 \u0432\u043c\u0435\u0441\u0442\u043e\n\u0442\u0440\u0435\u0445 \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b \u0442\u0435\u0441\u0442\u043e\u0432\n", "proba": 5.493692515301518e-05}
{"commit": "8bf02dcc61d0281d82ea1d9d536486a6277057f6", "message": "updated StringFormatterForPicker.java: added inline documentation\n", "proba": 1.815095487245344e-07}
{"commit": "b30860feed3e3d0038306af4de791d8d3a20e8c8", "message": "SpringApp\n* \u6570\u5024\u6574\u5f62\u3002", "proba": 1.357912253752147e-07}
{"commit": "c1791ff183f27d92351994a9022c5b83b0273445", "message": "new algo\n", "proba": 4.185969373793341e-06}
{"commit": "12d7494959ea286b9d3376bebec638897c2b15bb", "message": "BeanDescriptor inlining test\n\ngit-svn-id: 3c6e2364fc5c0b0d0edf7ef60ada1fdafba5f28e@375912 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.004317583050578833}
{"commit": "c36964ff1b12e9b3033bf40396ac7c3ddcb7e059", "message": "\u30c7\u30d0\u30a4\u30b9\u306eIP\u3092\u53d6\u5f97\u3059\u308b\u30e1\u30bd\u30c3\u30c9\u3092\u8ffd\u52a0\u3002\n\u30ed\u30fc\u30ab\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u306e\u30b0\u30ed\u30fc\u30d0\u30ebIP\u3092\u53d6\u5f97\u3059\u308b\u30e1\u30bd\u30c3\u30c9\u3092\u8ffd\u52a0\u3002\n", "proba": 2.384442723268876e-06}
{"commit": "c5e400ab1f156099a65c7a066d2a2b0297a9b475", "message": "Add field enum and guice annotation for the Account class. \n\n\n\ngit-svn-id: 3f2e04d30bd9db331bbfc569b45e7de8c0d84ef0@688925 a5cc9254-8de9-e8be-c026-97bcafcbeca4\n", "proba": 0.00013219240645412356}
{"commit": "9b010c7aa542e3904c60f6fe3678c564c7d5db33", "message": "Add {get,set}Attribute() methods\n\n", "proba": 0.0008460758253931999}
{"commit": "0a5d72bc848710d92176df97f486ad2cb980fe11", "message": "\u6dfb\u52a0url\n", "proba": 3.029473418791895e-07}
{"commit": "a2875fbe55cb79bc3a25365cc0bd22737a171a54", "message": "Longest Substring Without Repeating Characters\uff0c\u5b8c\u6210\n", "proba": 2.559407221269794e-06}
{"commit": "926fa1326a35289e9fbc118f08166bfb0a468c42", "message": "Restore old method to not break binary compatibility; deprecated the method.\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@557320 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0002537232358008623}
{"commit": "0abae52b9c22ec72095f27da900321d494f7141e", "message": "minor modification: report the list of missing sources at the end of a build also if the download flag is off\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@349491 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.4227380233933218e-06}
{"commit": "01945979d9f33e47b2c5e8fbdb33eb77bc66fc1e", "message": "Fix a typo for bottom\n\ngit-svn-id: 1b1bd56198eea75e2feaddfcf5144d1f89605d86@225450 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999994039535522}
{"commit": "f3d87111ae3238e349b4ada363df832343d40165", "message": "fixed https://github.com/bndtools/bnd/issues/114\nThe tests property was never set resulting in tests=\"0\" in the xml.\n", "proba": 1.1784521802837844e-07}
{"commit": "aae14a800c8dee7eac2fd09e913b4ff0b734ec5c", "message": "There was a NPE when the code source was null ", "proba": 0.0002826515701599419}
{"commit": "865fb290d5f07cbe7d9ed72210afb2afd984f806", "message": "Comments.\n", "proba": 2.033708170756654e-07}
{"commit": "792f1d1cacbb868f70f6bfb03b5358e19069e665", "message": "\u5408\u5e76\u4e24\u4e2a\u9012\u589e\u7684\u6392\u5e8f\u94fe\u8868,\u4f7f\u5408\u5e76\u540e\u7684\u94fe\u8868\u4e5f\u662f\u5347\u5e8f\u7684.", "proba": 1.1464861415788619e-07}
{"commit": "46484b1e192bc09327d21f69d5483c89e2f1a4af", "message": "v2.1.1 fixes/additions\ncheckstyle fixes\n\n\nSVN-Revision: 301\n", "proba": 1.412005303791375e-07}
{"commit": "7b814f7f234817147afcfa7f2bc432d3000f1caf", "message": "Add Platform class for easy OS and architecture check", "proba": 1.2909444535580405e-07}
{"commit": "9add00118108f00a3870482de1b81e3b7109a529", "message": "Fix broken equals in custom StyleRange and override hashCode since superclass defines it\n\nChange-Id: I168775c5ed3bcef99a01b3cce55776942e8b938e\nSigned-off-by: Robin Rosenberg <2564e1a542077ae1498767dd7104ac9a06908e7a@dewire.com>\n", "proba": 1.8734557727384527e-07}
{"commit": "904500231d1c1f8b177c4963c689d9ee7001a9e9", "message": "Remove PluginManager unused XML classes\n", "proba": 3.982737268870551e-07}
{"commit": "cd96eb0ebacf5c4abeb3ad8ba672582c2349ed34", "message": "Code for Xml validation\n", "proba": 2.2629374996085971e-07}
{"commit": "00270ad2186bd0796fbae46e6f7dc18cae1e8122", "message": "am 107cb81f: Merge \"Make BluetoothEventManager listen to ALIAS_CHANGED\" into mnc-dev\n\n* commit '107cb81f9054a406b94e249c99fd7d64be71faec':\n  Make BluetoothEventManager listen to ALIAS_CHANGED\n", "proba": 4.843707301915856e-07}
{"commit": "07020750803956e8fec67cfbf3d25abf3501793c", "message": "DELTASPIKE-192 rename static logger to LOG\n\nas we used this name everywhere else...\n", "proba": 9.823619251392302e-08}
{"commit": "7822d920546634aff07b80d4f033358910618e13", "message": "NE-294: First draft of ReloadConceptHistoryAlgorithm\n", "proba": 2.31994434329863e-07}
{"commit": "a59b0b3eeed61d9cb2dbbc67e7d918a505a63895", "message": "Created FloatHandlerAdapter.java\n", "proba": 3.0032043696337496e-07}
{"commit": "41b3222d0328407d1c895f87f94289b2819bbfaa", "message": "FirmwareUpdateParamsEncoder.java\n", "proba": 6.292254511208739e-06}
{"commit": "34a5b1a06153558e08ae11a0742360c181291e34", "message": "Add empty junit class for ES multiSource storage\n", "proba": 1.8314889871362539e-07}
{"commit": "1319f5f1f3b9fdad87c7c59043b7c4e440988ea9", "message": "add test\n", "proba": 1.7454851786169456e-06}
{"commit": "c7c5bc9932156243fc156e5db205087415b0c54d", "message": "<empty commit message>\n", "proba": 4.6109570916996745e-07}
{"commit": "5f4bc1d05c37bfac8ece4d883ee84a8e58b567f6", "message": "HBASE-6978 Minor typo in ReplicationSource SocketTimeoutException error handling\n\ngit-svn-id: 1ea5de6e32eadb5f080cfd8bafe1c87167c06d54@1397442 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.4773916013364214e-07}
{"commit": "11d581f22eef9cd688cc53c839b99afe808ecb1a", "message": "kcirb-615 : fix missing documentnumber if questionnaire is blanket approve directly w/o saving first.\n", "proba": 1.2054277931383695e-07}
{"commit": "1296d88e765529957206fe8962e8d293ed531845", "message": "#1454 - Support CoNLL 2012 format\n\n- Added read/write support for CoNLL 2012 format via DKPro Core\n", "proba": 1.0924479454388347e-07}
{"commit": "99f3ace0d845b3a98dce93ffe2b78abbda8e29f3", "message": "Refactored SponsoringOrgAttributeGenerator", "proba": 3.133246764264186e-07}
{"commit": "18b8d9957906c8340f26f641dff86070edeb96b7", "message": "mcts - tic tac toe player tests\n", "proba": 1.5658716279176588e-07}
{"commit": "d200148baf57e4d5902d7d32f05428e22c927acb", "message": "Updated `LeakingLogger` now that the `Logger` interface is part of common instead of CMR\n", "proba": 1.309103510038767e-07}
{"commit": "4b5356e99d432f0895b4faaa72a5392978759d76", "message": "Add support for dates\n", "proba": 9.684060842118924e-07}
{"commit": "ddc9db36a6f4fb899547d376f61c490e9825c4a9", "message": "TODO: headers in PGP signed message signature block should not be mandatory", "proba": 5.42930024494126e-07}
{"commit": "03c6986aad8783f1e8b85d48900332ff1102f8a3", "message": "Add BitmexKline", "proba": 4.392703942812659e-07}
{"commit": "6e1f6cab7e718177625e2c6a1842d3e93f658e92", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "c90a9e57b0c01d783affc3f9312a69036341bf92", "message": "ACT-742: spring config + added dbcp + added ViewManager, I18nManager and notificationManager \n", "proba": 1.3090111394831183e-07}
{"commit": "3f7b8669e00bd4196df76265d872f1e4e668ab4f", "message": "jira #DTRA-431: corrected time format.\n\ngit-svn-id: 85c88240758832ecdac9e9f2f6d4112daa3a57f7@26981 cadd33a7-e05c-44d0-9ff7-823b10d47c77\n", "proba": 0.005585897248238325}
{"commit": "898e3985692ebec256cb57857f6d2a65dfb9e567", "message": "model loader test: never trust the model's hashCode() impl\n", "proba": 2.665492047526641e-06}
{"commit": "26b03a22ad207dc0718216042cf6da4f0a90d0da", "message": "GreenDao\u7528\u306eUtil\u3092\u8ffd\u8ffd\u52a0\n", "proba": 2.0965107694337348e-07}
{"commit": "3a0c1978616ed6789f917ab38f2dbb3087f42047", "message": "updated javadoc (removed doc from implementation methods)\n\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@1705 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 7.72777696056437e-07}
{"commit": "bfe62c4e9e53ed06eecf3b7c9a08c21fb4261b39", "message": "Temporary fix to #6322\n\n@FroMage @davidfestal I doubt this is really the best solution here", "proba": 2.764875262073474e-07}
{"commit": "621ac80687756fa13fff80edd1edd17f3b85249e", "message": "HBase MapRed Unit test", "proba": 1.6737430996727198e-07}
{"commit": "68cfc21be9f3e43a5181b980b0b274072e7a15f9", "message": "o Tweaked summary\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@828970 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.0571805237068475e-07}
{"commit": "2c18fdfc5d7b6b80a8bab4d76778da53071704f5", "message": "Forgot to add XTM21 writer test. Done.\n", "proba": 1.0571256581215493e-07}
{"commit": "93ab77af47ca8924d0e7efd0fe580a2fc6be7ff3", "message": "KRACOEUS-7873 creating very basic award  print service test\n", "proba": 1.0753552004416633e-07}
{"commit": "18ee7c22bc2e97fbe5439d4bf09eda9067928956", "message": "#JC-224, #JC-180, #JC-165 Custom tag for pagination and button Show all/Show pages.\nNew test file.\n", "proba": 9.829579994402593e-08}
{"commit": "0a511ce333e5e968f20fea988c03f23b6846a1b0", "message": "tweak test\n", "proba": 1.4030321153768455e-06}
{"commit": "6649d92ca28c5db50b75ab51f869ea20d809f797", "message": "2nd level cache\n\ngit-svn-id: 611fcff3babe92294e93aa7369573f5fe3352ff6@1307 468f3c8c-1912-47de-8909-53fc7abe8733\n", "proba": 3.443985860940302e-07}
{"commit": "eca37edfa0bc5ae01d1fc624ee3b31183645a1db", "message": "use NIO for the worker TCP connection\n\ngit-svn-id: 093fa4c7fa7b11ddcea9103fc581483144c30c11@3370 5b74d2a0-fa0e-0410-85ed-ffba77ec0bde\n", "proba": 0.000101864141470287}
{"commit": "3d751e7a2caf7251c53fed1de4a9d8729c9e3db3", "message": "Actually add the AclUtilTest\n", "proba": 1.3581660596173606e-07}
{"commit": "fff88aeb2fd93b51d7f90af1d850423f3b022b8a", "message": "added testcase for svn properties\n\neol-style, mime-type, keywords, ...\n", "proba": 1.0326728272502805e-07}
{"commit": "51a6e4028c0529a49ce6235d62bb6d429a504b0d", "message": "SCHEDULING-395 : discard blank lines also under Windows.\n\ngit-svn-id: 27916816d6cfa57849e9a885196bf7392b80e1ac@19023 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 5.371139195631258e-06}
{"commit": "ff0f9d144f015456fad4dfd284b62837d8f6212d", "message": "Add table creation test\n", "proba": 1.0448162583998055e-06}
{"commit": "03d6d41d074109ebf1903529d604d89f6bb157d0", "message": "initial", "proba": 2.26544143515639e-05}
{"commit": "3050d4e2808d1e1ad6f7b86d427bd603ca8c5ffe", "message": "Ross argues that this is *not* the right thing to do, and that it should\nbe a runtime exception", "proba": 6.1786663536622655e-06}
{"commit": "5bf5ef69b01bfdbd13e27e751f6d185ed83526b1", "message": "specialized checking for logical operators", "proba": 1.4728378801009967e-06}
{"commit": "d0b8234f58670235a4be4940a3d978d61b4b9b36", "message": "squash npes\n", "proba": 4.148184416408185e-06}
{"commit": "52fe6f0a8e1dad550193a8568028595c81330e12", "message": "Removed: The functionality has moved into the IdHandler.\n\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@7450 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 9.613962174626067e-05}
{"commit": "ad5d1591ac0be4b6a53e88cc742c60963e63a4a1", "message": "leetcode-83 remove duplicates from sorted list\n", "proba": 0.0005818154895678163}
{"commit": "be2aaefa3689075cdcf00df5d997f39dd3247595", "message": "#1427 - Neues object-detail-snippet f\u00fcr Institutions-Objekte: Unbekannte Informationen werden leer gelassen.\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@10775 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: dacfd83e73d6ca93bd1c444bc8a09ac665c5c825", "proba": 4.35923880104383e-07}
{"commit": "d9643c220c21ce42e16aa21fea322898b130444a", "message": "Refactor Record Reader\n", "proba": 5.238250651018461e-07}
{"commit": "bb243d640e124a24449f37c0831875de0cc0c9de", "message": "[AH-523] Added statsgrid filter parameter handling.\n", "proba": 1.0243316239666456e-07}
{"commit": "89b824ccc1a43dd87d4ce98cd284073a2871028c", "message": "Add test for CollectionWithDoneDetector (#301)\n\n", "proba": 1.0665594629699626e-07}
{"commit": "56c3a704124809a6fe102be8467b0181fe82e4b5", "message": "Added MessageBodyConverter\n", "proba": 1.7327495527297287e-07}
{"commit": "df08b6d6c9c65a562af719b55c52548096a2c0b5", "message": "Unit Test for OutputEndpoint implementation.\n", "proba": 1.384353964795082e-07}
{"commit": "79a3981e3885b9144bb3d458682141eed7365939", "message": "Fix Looper leaks in MediaRecorderStressTest.\n\nThe test was failing periodically due to too many files being open.\nThis change attempts to resolve the problem on the theory that\nsignaling pipe file descriptors are being leaked due to the large\nnumber of Looper instances created during the test run.\n\nHowever, it's still possible there are other leaks elsewhere.\n\nChange-Id: I71f9f12d21605c47c9217c72c51e6c768142ce10\n", "proba": 3.791416247622692e-06}
{"commit": "5e1b34391ffc2586c7dc926775318273ec87ed4d", "message": "find tests completely without asserts\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@5301 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 4.7096422349568456e-05}
{"commit": "5addf60840b3b5e8acd30b1bc5b7a3c699ae93d1", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "12c51759018c1905c07fd9586556c7c8f9584c76", "message": "\u043d\u0435\u0432\u0430\u0436\u043d\u043e\n", "proba": 0.00047019339399412274}
{"commit": "61b8a34e9268404a0d6ca30725d7e484bb81bf88", "message": "Logging Error saving mobile phone\n", "proba": 4.7291570126617444e-07}
{"commit": "2cb3f4ae03b3db634670f597fdadc29c3584259b", "message": "Reformat about activity and ui\n", "proba": 1.2534907511962956e-07}
{"commit": "7db7e07a70fac6d2e4596ac2658256e6be8971d0", "message": "- added SP to OmnipodUtil\n", "proba": 1.3015161925977736e-07}
{"commit": "014b89cce66c0791136a74ffc35f6fb47dbb6481", "message": "Leetcode 1028 Recover a Tree From Preorder Traversal\n", "proba": 1.4149466665003274e-07}
{"commit": "66aae9d110c65bf45beb7ecb441a195c3f536703", "message": "Integration test of retrieving account information.\n\nPresently failing, like the TickerFetchIntegration with a complaint about the certificate.\n", "proba": 9.682318591330841e-08}
{"commit": "f93b9ba4f0bff9ef378274aa9d0ec3f88549e582", "message": "Add the `com.redhat.ceylon.dist` dependency in all generated archives", "proba": 6.481749892373045e-07}
{"commit": "53cdb22bcde092992ad6e3ce370a44de7aa297c7", "message": " Add common functionality of commit notifiers.\n", "proba": 1.686355659558103e-07}
{"commit": "c2e3d7cff14d04060ff9adc0f6c9ebb85901deaa", "message": "remove deprecated getJavaElementsForCurrentSelection method\n", "proba": 1.8536979951022658e-06}
{"commit": "5538acae0072202fcf7d6e8a623f7ab7d7c616b6", "message": "Added a little test to show AMQ doesn't override JMSMessageId when set via MessageCreatedStrategy\n", "proba": 1.3541877308398398e-07}
{"commit": "f4b065166ed4c189082ce697d6eef628672c5199", "message": "Add the connectorConfig file to git\n", "proba": 5.381288019634667e-07}
{"commit": "4a2c18d8750b6603841957c359270afd7f18fe7b", "message": "NoScriptConfigured exception introduced", "proba": 3.767056000469893e-07}
{"commit": "3f644970bbb17ee671ae4b0f8e2bae094e1de23c", "message": "Add demo Zuul filter\n", "proba": 2.107735213030537e-07}
{"commit": "56f53e45e929818b840e204a28476c2c393c7670", "message": "Refs #1819 Double click on jmx beans tables doesn't expand tree\n", "proba": 1.1377203179563367e-07}
{"commit": "fec781181669a2e1c86c0a85206233c2f96300f0", "message": "OAK-50 : Implement User Management\n\ngit-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1437632 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.385350737517001e-07}
{"commit": "871cdeebdaf9469c97959d90c12e36140bb14f4a", "message": "am 55bc7dc4: am ccbeb61a: Block monkey from creating user profiles\n\n* commit '55bc7dc4288e2c2cdd0bd9c2d06c38e00d139d5c':\n  Block monkey from creating user profiles\n", "proba": 1.1935895827264176e-06}
{"commit": "187ccbd09f72d41752f8a22d95b624dfa6023844", "message": "Create MedicaoIcgDAO.java", "proba": 3.5185939850634895e-06}
{"commit": "26beb6bef4cd317ae3b8e438539b6f13e3e828ce", "message": "add demo with get annotation", "proba": 2.154601475012896e-07}
{"commit": "1c24c9b2d396026d9859b205cbfb5e4a3ebfb9f5", "message": "fix(rheem-core): add uncommited IntervalLoadEstimator\n", "proba": 2.819114399699174e-07}
{"commit": "34e4f63f1b3f161b6d1e89a30e5007c108ed354a", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "9904f8badc27d432233868c1370edb294edb5638", "message": "Make condition for H.A.M. pickpockets lowercase\n\nAs target is lowercased, make the condition lowercased too so it can be\nproperly matched.\n\nFixes: #1478\n\nSigned-off-by: Tomas Slusny <71c4488fd0941e24cd13e3ad13ef1eb0a5fe5168@gmail.com>\n", "proba": 0.998964786529541}
{"commit": "edb02042a9b10dd4cd550f660604f4436a889ff7", "message": "initial checkin\n", "proba": 2.800410925374308e-07}
{"commit": "5548944427f350320c82619462d3542af22b16d8", "message": "KCRACOEUS-4641\n", "proba": 3.1614399631507695e-07}
{"commit": "9b90ea486582eaa58e5b59a279394fc9c4a4425b", "message": "Jira #KRACOEUS-4150\nRemove the duplicate narrative attachments from narrative_type combobox, if the same attachmanet type is referenced in more than one form in a selected opportunity\n", "proba": 1.2177982000594056e-07}
{"commit": "00af0b6fb4bf5e081250fdfacc6c053b454a74c6", "message": "default\n", "proba": 1.71783467521891e-05}
{"commit": "e5f4703ca44d2499c73e1068352512652a98d77c", "message": "HBASE-2935 ... missing file\n\ngit-svn-id: 949c06ec81f1cb709fd2be51dd530a930344d7b3@1031423 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.582892895792611e-05}
{"commit": "da8738fabdc0fda6a02606d4d678f399e5d50f29", "message": "Add missing abstract method override in BridgePowerManager.\n\nChange-Id: I28a24f33f8a598e487ec21861e918a39a8875d43\n", "proba": 6.76732452120632e-05}
{"commit": "d4ea89c7c51df236023fbc4e84820afc14320c78", "message": "move error to different location", "proba": 1.1379225952623528e-06}
{"commit": "a5adc739ba6bfaac018335ea09622bfc77c14ded", "message": "also #120, fixing failing test\n", "proba": 1.4221735966657434e-07}
{"commit": "c16e223962736b95fe7ba989a1cb170bc647ca85", "message": "Adds distance formula for computing distance between two points.\n", "proba": 1.3423647942545358e-05}
{"commit": "7d030dcfe2f7b3a631bae9abfd0e53c216827a9b", "message": "trace rous\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@2566 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 5.026543590247456e-07}
{"commit": "c0ed259a94bb292cb3677460c5dd2f472e575e0d", "message": "MASSEMBLY-777: The assembly plugin refuses to copy a file named lexicon.filtered\n o AddFileSetsTask.java contained an undocumented, unconfigurable, exclusion for files named *.filtered and *.formatted.\nSince this is going into a major (3.0.0) release, I'm removing it without further ceremony.\n\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1690973 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.200077571818838e-06}
{"commit": "ab191ca1d84f6f10e0edafc74ba25f544e1d4e55", "message": "Added initial BoolButton Widget model", "proba": 1.7168402166589658e-07}
{"commit": "823ab2fe59a776aaa8157f8d6afa1e875efb5551", "message": "Set totalCount and limitExceeded in DataMessageJson.query result\n\nSigned-off-by: Claudio Mezzasalma <acdb73fa11473662b10f45613ec005f8be976786@eurotech.com>\n", "proba": 1.1868592508790243e-07}
{"commit": "d442d6f818ecdcf925ff61f01f423a21cab29518", "message": "KRACOEUS-3071 - added call to prepareForSave() in cancel action.\n", "proba": 9.77245093736201e-08}
{"commit": "69bcbe31c25c7057d6541fecee82460d9a2da3b0", "message": "Added JUnit Test for the Linear sequence learning\n", "proba": 1.294264251328059e-07}
{"commit": "78bc3d5c06c25e2a2e7280e9d87e87f169b328b7", "message": "ElasticsearchException added so we return 503's if we don't do GETs.\n", "proba": 1.1215502837558233e-07}
{"commit": "0f9c19ae83114fcf63cb99753b5f2836780e3f87", "message": "add the class to handle the commit listener for workflow", "proba": 2.6562145194475306e-07}
{"commit": "f5c73069cd3fa024ba6dfc6cacc8b38afe0f4e1a", "message": "fix course list flicker", "proba": 8.008641088963486e-06}
{"commit": "38cc0e7d6397db1f81c49ce9c5f56f14caa91f48", "message": "Jira#KRACOEUS-6772\n", "proba": 1.433181466836686e-07}
{"commit": "15d4c5340fdd3e7b1b78e74889eafd6301052c86", "message": "am 54834f28: am 2cdf5eaa: Merge \"Fix build: udpate parser factory method\" into mnc-dev\n\n* commit '54834f287f6d9785e5ae77de6310abbe8f0f18dd':\n  Fix build: udpate parser factory method\n", "proba": 4.314282477935194e-07}
{"commit": "3b7949b1b21c21e0ca4c9c529cf86942dc45d044", "message": "Added the GlobalConstants class.\n", "proba": 1.0741212008724688e-07}
{"commit": "cedb274ec722432a9b962ccf1ec7f01d0ebe7644", "message": "Add annotations example", "proba": 1.338172751275124e-06}
{"commit": "6cb4a62360d5af4ce307b123a54e55e180d24df7", "message": "[425940] Web Page Editor fails to open as source pane cannot be created\n", "proba": 1.2073766697540123e-07}
{"commit": "c60a0cb6a52bcb95f51f6cce30c2ba9f247f5547", "message": "[93034] [editor] bracket matching in css editor only matches closest bracket\n", "proba": 1.910780014213742e-07}
{"commit": "fd19477190aae986924580d31453cfb4def9a5b3", "message": "[ANDROSDK-437] Add TrackedEntityDataValueSamples\n", "proba": 1.2704200003099686e-07}
{"commit": "828573fce099548bd5028faf825ffdfd6c418f24", "message": "Initial...\n", "proba": 2.3189998898942576e-07}
{"commit": "53e0f96f3a263b0e013b35cb45966a25555d8fad", "message": "add stride in a removal\n", "proba": 2.7506334845384117e-06}
{"commit": "c574b1b02c6503d21ae1e4b7f8758a08174c734b", "message": "Delete CassandraOutputOperator.java", "proba": 0.0002661046455614269}
{"commit": "2351c3e727de986cad0baa91ad9f3e88f378424d", "message": "create directory , if not exists\n", "proba": 1.2108629334761645e-06}
{"commit": "e4deef4643911877d3a1df7ec47f54e9be38e219", "message": "Implement a builder for AnnotationDescriptor\n", "proba": 5.206545097280468e-07}
{"commit": "cd94789116556c99110b9698db8080a4c0fba059", "message": "Fix SCHEDULING-405.\n\n\ngit-svn-id: 27916816d6cfa57849e9a885196bf7392b80e1ac@13781 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 0.9989973902702332}
{"commit": "d74369c8492d8041f873932a0de5cabbe7cafd22", "message": "ARIES-283 oops.. forgot to commit the impl file\n\ngit-svn-id: 212869a37fe990abe2323f86150f3c4d5a6279c2@934062 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.912284895108314e-07}
{"commit": "89d0569421b69258699487bfce30eb35e44f036c", "message": "Configured REST client logging\n", "proba": 3.0454808097601926e-07}
{"commit": "51fae5fa36e28d90d5935659e9ce631165553f79", "message": "suppress warning\n", "proba": 0.0002649730013217777}
{"commit": "01d5f1668eedf3db258f7d8db511883555ebcc92", "message": "readd file with right register\n", "proba": 2.2576692515485774e-07}
{"commit": "fbe1b0d9b9897d949af1c0c8da866cda647dea5a", "message": "KULRICE-10942 : Create Automated Functional (Smoke) Tests for KRAD Labs - Kitchen Sink Validation - Regex Completed\n", "proba": 1.0655143256599331e-07}
{"commit": "6a796f4ed0b602d1a7773cad377c0acbcac9ea02", "message": "enhanced sign signature; simplified design\n", "proba": 1.3186048875013512e-07}
{"commit": "28c45efd0e7949586270f7329f15f3785d20e56b", "message": "Cleanup (copy tests to correct subproject)\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@10769 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 7.499331786675612e-07}
{"commit": "48e9646c09802cbe9a69f926e29738c76be15e0d", "message": "will fix tests for points\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@10098 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: b8f7d8366bc1874e42cdf9c86c0249481e5341cd", "proba": 1.4426255802391097e-05}
{"commit": "afb93ab9f1c953ff254ce28e63a8cd12b5f50917", "message": "\n\nSVN-Revision: 10360\n", "proba": 1.3600428871995973e-07}
{"commit": "d62d9ae477acc995b76749e0ea96bee830e53df3", "message": "Handler for updating data package with pub date\n", "proba": 1.4617927490689908e-07}
{"commit": "22f8ad3796bae721f474f53c5276631cab3c536c", "message": "[Java] DCM API user account auth sample\n\nAdding a sample showing how to auth with a user account via the installed app flow.\n\n-------------\nCreated by MOE: https://github.com/google/moe\nMOE_MIGRATED_REVID=156776828\n", "proba": 4.113767499802634e-05}
{"commit": "d372ca2737f51873641e739f353c7f92c31867d5", "message": "WorkflowJobDependencyTrigger is not only applicable to Job so its signature was wrong.\n", "proba": 1.0267689276588499e-07}
{"commit": "129d0b08fdf9588f7c8feeb9db3def30973c092e", "message": "Make NAT port timeout measurement more flexible.\n\nIn two ways:\n(1) When there's a session timeout, restart the measurement at a later time\n    instead of just stalling.\n(2) When there's a port change, do not re-measure the interval if the current\n    interval works well in the past. We keep success count and decrement it\n    by half when there's a port change. When the count is below a threshold,\n    we restart the measurement process.\n\nChange-Id: I7256464435a5e2d2a239bfccaa004e9ceb1d9ce5\n", "proba": 0.0006953045958653092}
{"commit": "36bb7c8354609b6b757bea0f104be6ceda254a1d", "message": "Reduce failures of new API when running under security manager.\n\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@932969 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999297857284546}
{"commit": "38cb8cb1219421de5e1707a21fa89228f4488c4e", "message": "Added a dedicated test for Move and Rename\n\ngit-svn-id: 90776817adfbd895fc5cfa90f675377e0a62e745@1749722 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.3503689305925946e-07}
{"commit": "df656f88f18bce00c6c7b05b219a53aa90287b44", "message": "binkp pipe interface", "proba": 4.34180492447922e-07}
{"commit": "74db414c1ad1613e65e0893815bce3ff8e79f2a0", "message": "Referencing: initial port of the factory of all geodetic objects (excluding MathTransform, CoordinateOperation and the AuthorityFactory).\nJavadoc still needs to be expanded.\n\n\ngit-svn-id: bd781a9493159d57baabeab2b59de614917f0f5c@1679237 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.79475192555401e-07}
{"commit": "9b96ded317f875845513640cd5712b4374424794", "message": "Remove FIXME 1.5 signature cause it was fixed\n\nsvn path=/harmony/; revision=487447\n", "proba": 1.120414367505873e-06}
{"commit": "faf7cd5c79e9cd2e2240923086e07414a21ec7db", "message": "Add test for 'die' command handler\n\n", "proba": 2.0636918634409085e-05}
{"commit": "7203368fa29699d6d183d7f8aab09c539e21e73e", "message": "added missing exception class used in capture module\n\ngit-svn-id: 14cb2299c006f7b361a702742ccab036dcc99b69@1041 b63d296a-7662-4df4-3098-00f9c2c9103a\n", "proba": 1.2234105497554992e-06}
{"commit": "d65740382cab5f5b0c04bd393d0047df6d2f98aa", "message": "Add IsLike filter", "proba": 5.4015745263313875e-06}
{"commit": "a1e089f3e24946659ee76d05f1e75860a284a3b1", "message": "am 32884bd8: am 44f41f28: Merge \"Revert \"unlock screen: enable DEBUG and track pattern start/cell progress.\"\" into jb-dev\n\n* commit '32884bd822fb2c3e746415758cd5e9d5c5844f58':\n  Revert \"unlock screen: enable DEBUG and track pattern start/cell progress.\"\n", "proba": 2.159054730554999e-07}
{"commit": "1643338da392016b8696e18710232b9968af003d", "message": "Added new repository for Association report\n", "proba": 1.2147684458341246e-07}
{"commit": "0d9e3d1d3f420162789ef7c446d5c7c51fc9b120", "message": "Defined a standard interface for accessing strings.", "proba": 1.6135545877205004e-07}
{"commit": "2e62914127f9fb48ab7bcfc77bf1fdc904461998", "message": "Delete the jetty server attribute from OrionRestHandler\n", "proba": 3.1566978009323066e-07}
{"commit": "863a83c091b8933003065d5e49f150bbdce532f5", "message": "Skeleton for problem 30\n", "proba": 3.1883510587249475e-07}
{"commit": "7c1e460496736b9d1d84df7be301ac6b208ee11a", "message": "create separate concurrent xml file processor to handle id reference resolution\n", "proba": 1.8657924272247328e-07}
{"commit": "48c523228d49b4cedde26b927a73f6e35902be33", "message": "disabled some projections that were not actually supported.\n * the projections were 'activated' in the Registry but were not mapped to any actual Projection implementation.\n * it caused a nasty IllegalAccessException at runtime...\n", "proba": 1.0609655731741441e-07}
{"commit": "379f2438a6c006b7700b6a30ccc939797585f73f", "message": "Add test checking that inheritence is noticed even with annotations present\n", "proba": 1.5414833853810705e-07}
{"commit": "837f83e8698c6711228dbe6f4a77e3fd281ef05f", "message": "Create CreateContainer.java", "proba": 2.5122935767285526e-06}
{"commit": "386103d5c432b07cf84de2775cd056e7c9f28b2f", "message": "commiting missing file for viewer2\n\ngit-svn-id: 3f09329b2f6451ddff3637e937fd5de689f72c1f@1139720 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.169627108145505e-07}
{"commit": "d9090ad26949d8cc23a4586a3998f796fdcffffb", "message": "Added JUnitTest for CompoundNameVariable", "proba": 1.3187394642955041e-07}
{"commit": "cd1c3a0a361e205aec6c0f4761cb3065ba66509a", "message": "added method occupied\n", "proba": 3.066522822336992e-07}
{"commit": "754fa296e0967106f7408b1557577d25c9bc4602", "message": "print call graph, taken from\nhttp://www.sable.mcgill.ca/pipermail/soot-list/2004-October/000047.html\n", "proba": 1.136227254505684e-07}
{"commit": "47564776308d9e7ff1dbe3de45db76c194e6272c", "message": "BZ:1052858 - i18n is incomplete, code changes needed\n", "proba": 1.2263853932381608e-07}
{"commit": "59892a68fbb938e17764d4465096a2701f7b4040", "message": "CORE-446: Fixing tests on maven\n* more type converters\n\ngit-svn-id: a91d99a4c51940524e539abe295d6ea473345dd2@1087 e6edf6fb-f266-4316-afb4-e53d95876a76\n", "proba": 2.7950531489295827e-07}
{"commit": "22dac2e6d9ff33629a84fe5afb410ecc853ddc29", "message": "code simplification\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1608023 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.002243269234895706}
{"commit": "461dfba4438c6e464591aa8c695c4fc0f90a185e", "message": "New service to create an event\n", "proba": 3.5561029676500766e-07}
{"commit": "491c29818662f89f9375d757c07f7d65c2412e13", "message": "create MaskTransformation\n", "proba": 2.5390704649908e-07}
{"commit": "6cfe53a5007dcf79ec9b99f8af35f4c77e2f4ec8", "message": "git artifacts\n", "proba": 4.989329340787663e-07}
{"commit": "9fd8007f025090532bd3756f3de4111cef2ab8f5", "message": "moved from a different package and removed unused code\n", "proba": 2.9326287176445476e-07}
{"commit": "0ea7d81f7af87a7574013265c13593c0b823124e", "message": "Adding browser UTs\n", "proba": 4.149131882513757e-07}
{"commit": "dceb1c3a6b3ee272f23e83208daf398bfe064d9f", "message": "FELIX-925 Provide the new ComponentConstants (deactivation reason codes)\n\ngit-svn-id: e057f57e93a604d3b43d277ae69bde5ebf332112@792492 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.7603078958927654e-06}
{"commit": "79f37ff5773421ad512557f0e77a268230e62add", "message": "added totalSize implementation for data sources\n\ngit-svn-id: 093fa4c7fa7b11ddcea9103fc581483144c30c11@1815 5b74d2a0-fa0e-0410-85ed-ffba77ec0bde\n", "proba": 1.4992366459409823e-06}
{"commit": "302cda1848d3ffb8f52a003736dc2f50dc92aca5", "message": "am 31940621: am 801fd360: am fcc42e8f: Merge \"Fix issue #17661444: Persistent service not automatically restarted\" into lmp-dev\n\n* commit '31940621186b8512adf1d068d3b142a73e23553b':\n  Fix issue #17661444: Persistent service not automatically restarted\n", "proba": 5.014841235606582e-07}
{"commit": "b4f4bbf6b5b9e4488f3bf811cdb91eb8290b4a16", "message": "am 3e933c48: am 0b50e56c: Merge \"Fix issue #21753257: Stability: startActivity asks to run as user 0...\" into mnc-dev\n\n* commit '3e933c48c7b47b19d1a5eda48eb95618da3ec29e':\n  Fix issue #21753257: Stability: startActivity asks to run as user 0...\n", "proba": 1.2800153115222201e-07}
{"commit": "c8035614fb15e235a10d504ba129cda0c58354fc", "message": "am 93f13b6a: Merge \"Fix issue with lifecycle of Activities launched from Lockscreen\" into lmp-dev\n\n* commit '93f13b6af86c55d4a489d26580be938ab1fe366d':\n  Fix issue with lifecycle of Activities launched from Lockscreen\n", "proba": 3.108409885044239e-07}
{"commit": "1cf337a222bbb0e26445e7904ece687af93aac48", "message": "am 52824dab: am 1b4f1a79: am 1c2eaa78: am 660af7eb: am 59c1202e: Merge \"Change permission guard on bindBackupAgent()\" into jb-mr2-dev\n\n* commit '52824dab7ba48713411ff3a26580b29aa2088242':\n  Change permission guard on bindBackupAgent()\n", "proba": 6.064833542041015e-07}
{"commit": "061414b82ee863dbb4f24c4de92f389d98aab589", "message": "updated to use UserEventListener rather than PacketInterceptor\n\n\ngit-svn-id: 036f06d8526d2d198eab1b7c5596fd12295db076@1214 b35dd754-fafc-0310-a699-88a17e54d16e\n", "proba": 4.889319029643957e-07}
{"commit": "f657e4145981703be549dd5040d62561683d94dd", "message": "am e184a6b9: Merge \"CEC: Reset active source/path before going into standby\" into mnc-dev\n\n* commit 'e184a6b9ac6d2f871bc094665bef5efa7f2292e5':\n  CEC: Reset active source/path before going into standby\n", "proba": 1.5796149455127306e-06}
{"commit": "d847ad55554986d4312e100a8993994ed33edbfa", "message": "Prevent recents from coming up when in SUW\n\nBug: 25229538\nChange-Id: I141c4eb928a5ce7f9858922862fe3dc1d3a33a90\n", "proba": 7.975751259436947e-07}
{"commit": "7a504417f23a1388d2a9bf53f0871d274e70c6b2", "message": "Fixed bad serialization code in ScanResult.\n\nBug: 26964162\nChange-Id: Ie9ad65936ab5173533773e5a711bcb81799acfb5\n", "proba": 3.2823131732584443e-06}
{"commit": "7b4a38b197ce43cb286d80fc6c4e9713b2807f13", "message": "Delay discovery of system trust agents\n\nWaits for BOOT_COMPLETED when enabling system trust agents.\nThis fixes an issue where no agents were discovered because the\npackages were not ready after an OTA.\n\nBug: 18065140\nChange-Id: Ibff9948e1536e07f868d6b29f432923a137091e6\n", "proba": 8.830878641674644e-07}
{"commit": "e9713037d090bf4c703e0c0f24ed38a4d9713783", "message": "This rule is used after many of the XQuery specific rules to remove the null operations.\n\ngit-svn-id: 577f56b988395b4c4a087ab41a6af3288056d860@1462662 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.1841479135910049e-05}
{"commit": "fddc9bd7836d6bb681db91e34d575c8d3d2c52ae", "message": "supressing System.outs w/ DEBUG flag (was checked in otherwise accidentally)\n", "proba": 1.0664496130630141e-07}
{"commit": "90e1b463d219cd53c863f57271b4d2ecfd2b092b", "message": "Added problem statement for PalindromePairs.java\n", "proba": 1.5007886133844295e-07}
{"commit": "3c16799bae2e89e5e092b8d71db1ceba00d5b847", "message": "[DE719] Creating Tenant Context\n", "proba": 1.586948741305605e-07}
{"commit": "c8055fdd95d4d4b91f5c86aeb088558496966233", "message": "New test that fails the RI. Connections should be closed\n", "proba": 2.673488552318304e-06}
{"commit": "b5b1017045d178fe6a67ee916d29d64b5b80bf0d", "message": "Make the code more robust", "proba": 0.9987785220146179}
{"commit": "8bd324e75b3aeb3b80a661bdcfc251012de73a91", "message": "Added preliminary Query class\n\n\ngit-svn-id: 50f83ef66c13f323b544ac924010c921a9f4a0f7@264 00569f92-eb28-0410-84fd-f71c24880f43\n", "proba": 3.021486634224857e-07}
{"commit": "324dbe508e7afdae201fe378f1aca4227baf6c06", "message": "in requery(), when exception is caught, print warning + stacktrace\n\nChange-Id: Ifa03e2c4bcf09fbba5ac028d4c7a74e092450612\n", "proba": 2.703790414670948e-05}
{"commit": "a6574a06f71ad3866003b89898ad467f8de942e8", "message": "Clicking buttons now only works with left mousebutton\n", "proba": 1.5686681820170634e-07}
{"commit": "7bdfdf357d6c6b09e0f771b1ad1d5e016ec6ddb8", "message": "Initial work on issue 1444\n\ngit-svn-id: 50f83ef66c13f323b544ac924010c921a9f4a0f7@4697 00569f92-eb28-0410-84fd-f71c24880f43\n", "proba": 3.380559974175412e-07}
{"commit": "2c655c93af0d6bb703d47176a36af8f159ac2152", "message": "Refactor the packages\n", "proba": 0.9494552612304688}
{"commit": "c2bd3687dc381e10b45ab938e088dab6d824fa84", "message": "am 70bba904: am b093e485: Merge \"generateProjectThumbnail can fail to close output stream\"\n\n* commit '70bba904fc50f44cb4a695cf76e423534c835cf6':\n  generateProjectThumbnail can fail to close output stream\n", "proba": 5.136007530381903e-07}
{"commit": "f82856f3d206e3f3f2ef6c72d40538209e0eb659", "message": "am 95788cf4: Merge \"Fix for PR 3369866 : Project thumbnail should have the same aspect ratio\" into honeycomb\n\n* commit '95788cf478d177d6748c40d4ce725fb4f93aec82':\n  Fix for PR 3369866 : Project thumbnail should have the same aspect ratio\n", "proba": 4.937837161378411e-07}
{"commit": "a40f6846c1b690041f02b04a00b5492ecee80fe7", "message": "Created DimensionAttributeProcessor.java\n", "proba": 2.5035848238985636e-07}
{"commit": "6880006b98243edc4dbb9d4d58cd1bf10dbb18a0", "message": "oops.  wrong indentation\n", "proba": 0.9999902248382568}
{"commit": "2d6564b473b9ee3149b295172009a772ab857033", "message": "update to Etomica SIM_89\n", "proba": 1.3126427234055882e-07}
{"commit": "b9194fc62d86bc55a937578498cc7d1ebc75e951", "message": "Added FPApplication class for Volley request queue initialization\n", "proba": 1.4524323432851816e-07}
{"commit": "04032185551fc40a342c7cb81be6230d13ec2e44", "message": "Added configurable property \"matchAdminServiceAssertions\" - The parameter determines whether all assertions must match in order for the admin link to be constructed. Default false.\n \n\n", "proba": 1.0954400408991205e-07}
{"commit": "54b4992973a2d1e2e1a585b6ff7b633ef5694271", "message": "[CI-15]  Fix timer is cancelled bug\n", "proba": 2.326458172774437e-07}
{"commit": "14ab22ecdd65850038b870333be25f3721bd7556", "message": "add spotify POC\n", "proba": 0.9997325539588928}
{"commit": "8abed58bf4f362c1092cf9a13de4557f98a9d2ec", "message": "Squash Merge OfflineAccess branch.\n - New feature, support offline_access scope during OAuth grant.\n - The offline_access scope along with a device on the request will return a refresh token on the access token response.\n", "proba": 1.2463898713122035e-07}
{"commit": "ed659f6d7faab5e548178257bac319b40ae3e109", "message": "383 : \u30ec\u30fc\u30c6\u30a3\u30f3\u30b0\n", "proba": 1.526110082750165e-07}
{"commit": "c1f80f4b66ef5c8fd0a108a092774db51ad6e088", "message": "few more lines\n", "proba": 8.384167244912533e-07}
{"commit": "b3183a7cbac535bf6c8b4fc1daa18a66e5b99aeb", "message": "check for illegal argument only if it is not the soap envelope\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@514475 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.4938574395273463e-06}
{"commit": "c4878c3237dae7951891245c2cad46edb4d12806", "message": "Add implementation rule Rgaa32017Rule010608Test\n", "proba": 2.7051316919823876e-07}
{"commit": "4e1ae160fcf2e2cac25acb6d875e3e3cfecde03c", "message": "\u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u0440\u0430\u0431\u043e\u0442\u044b \u0442\u0435\u0441\u0442\u043e\u0432\n", "proba": 8.076357289610314e-07}
{"commit": "76935742ddf3ea0269a9f2e4f384b5f2ae131864", "message": "HBASE-10001 Add a coprocessor to help testing the performances without taking into account the disk i/o\n\ngit-svn-id: 1ea5de6e32eadb5f080cfd8bafe1c87167c06d54@1543936 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.672578794881701e-05}
{"commit": "3fcd2b3f729d71d392eb18302176f485339943f3", "message": "Amazon Average Calculator with Bayesian Average\n\nBayesian Average could be trick to explain, no literature on this topic found so far\n", "proba": 1.8623508424298052e-07}
{"commit": "6be58c6bdfc30b6df81fa0204879ee4b39a19fdf", "message": "KCIRB-882 fixed a bug when no participant count is entered\n", "proba": 1.170765457914058e-07}
{"commit": "c7a1b0c96625db1a0733eff2db13e98bdffd890a", "message": "[VTK-2008]\n\n", "proba": 1.1855266990323798e-07}
{"commit": "ce23bd6bc60756bca7d9499a2cb2f043cf128b8c", "message": "Added junit test for Monte-Carlo simulaiton of Black-Scholes model.\n\ngit-svn-id: 67a55e656427d4d95711d9444b3d4488f7ae1ad4@539 48fcbb9e-5639-0410-8b25-842128a4905d\n", "proba": 2.422483476038906e-07}
{"commit": "cacb332b4eaeefdc72e3ee717aea6a2ba1bf46f2", "message": "Remove System.out.println\n", "proba": 2.9866494060115656e-06}
{"commit": "28be3bc328c88dcdfe54c892fa4970d644d925ba", "message": "+ added isConnectionMetered to ConnectionUtils\n", "proba": 2.253135136243145e-07}
{"commit": "cd639251ab1e1b3bcc96274eb7a5a670fcf70d52", "message": "Add a simple command-line argument parser\n", "proba": 0.00023621304717380553}
{"commit": "20e09ffa15d0163d907c407ac02d4d4e493520ed", "message": "Create TextTypePanel.java", "proba": 5.542807457459276e-07}
{"commit": "acd6a3c75cd071fd7d205654583062200a170d99", "message": "Add test for ConsumeRMQChannel\n", "proba": 2.7053278017774574e-07}
{"commit": "d46a8a038eb59703e044ac10459a5040c4176236", "message": "KCINFR-882 delete ignored test\n", "proba": 1.2963889162165287e-07}
{"commit": "c1abc36cf06737a133a95674066b50550f56932b", "message": "am ce801c4a: Fix build.\n\n* commit 'ce801c4a1b1137ca2fd51ede6818722793c79ea4':\n  Fix build.\n", "proba": 1.5361005978320463e-07}
{"commit": "4ec6cc51087f310acf6f933ae2b69f1520b78453", "message": "Fix build.\n\nChange-Id: Iaa70b05a3cfd372518ec35aa8bcea2f9d78b8292\n", "proba": 2.4509210561518557e-05}
{"commit": "2019f4a4ac5bd55c2ad11516bc1d1478a50202fb", "message": "Update WebFilterSessionCleanupTest.java\n\nTest fix for session timeout test.\n", "proba": 1.0993436916351129e-07}
{"commit": "825561664f71d64c572d10cec0cad2195e695b08", "message": "FIX hdfs tests according to the new max length\n", "proba": 1.5561653299300815e-07}
{"commit": "036a7d3cabba0ef1854fca1ccb7b08900c3c8d5a", "message": "Adding an Unit Test", "proba": 2.708756312586047e-07}
{"commit": "722b1d10eb83c3d9ee713817a4d3c33ee6d636f6", "message": ":art: #12690\n", "proba": 1.8586017347388406e-07}
{"commit": "831426636e8e58c6055e5a72540cb3e909fc6f06", "message": "JBMICROCONT-153, Basic tests of URL existence based on URLConnection.getLastModified\n", "proba": 1.2299203433485673e-07}
{"commit": "7e8e9db24e598b61eb71de58cde06e6e3d038a68", "message": "amend last commit\n", "proba": 3.4922072700283024e-07}
{"commit": "b209d1fb340cd932f3ff9c167a31cfc876931478", "message": "\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@2303 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 4.322115216837119e-07}
{"commit": "b5d151d442b73e18db0c2b924f61121a4c6f3c91", "message": "Update PermissionDetailActivity.java", "proba": 5.883392191208259e-07}
{"commit": "d1a5e729a50c521c645e38f026680b7703a115c2", "message": "package-info added to support package\n", "proba": 1.676436482966892e-07}
{"commit": "9ef6b66ae3fa87a870cf69629c1d67272f8be47f", "message": "+ key support test\n", "proba": 1.621622516267962e-07}
{"commit": "5eb82646ceb93a9230b1d8afcfca3b7e5654218d", "message": "\n\nSigned-off-by: yj <yj>", "proba": 1.5980810985638527e-07}
{"commit": "1451847bea78364fef9cf0bf66b04ccb854a1218", "message": "Remove unused state in DocumentsUI.\n\nSelection in State is very large, but no longer used. Removed.\n\nBug: 27208679\nChange-Id: I2750347f6d06f2d006a0a04865d81110307ff7c5\n", "proba": 6.285683298301592e-07}
{"commit": "06216bd762d4ce93b711b5bdf007e55328824fce", "message": "Added PushAggFuncIntoStandaloneAggregateRule\n\ngit-svn-id: 40e722e63229c1be6b6f1c011def1e9fcc31cb9b@499 eaa15691-b419-025a-1212-ee371bd00084\n", "proba": 2.4472481641168997e-07}
{"commit": "39dfc159c1b4f2a21930ce9d9760a802c0bc1005", "message": "Add support for Lambda Destination Event (#139)\n\n", "proba": 1.1504421593144798e-07}
{"commit": "bc8f7f4c542ddaf2b23bb8b295116c49d2f7e9e4", "message": "Fix test program errors", "proba": 0.000805910094641149}
{"commit": "c7e2fe5f245f807ca11c33ee68c81ea5b38e59ef", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "88fef219f0d85f8c744db61bfaf0bd168c46db4c", "message": "[288009] Exception window will popup while clicking a node in Properties view\n", "proba": 1.2598437137967267e-07}
{"commit": "7ad23c22e36696729744b9a3f97ce5dbf61c2b3d", "message": "Data structure design\n", "proba": 1.0990182772729895e-06}
{"commit": "049be91813a6534027d75d4f31a8b9e9a84ffbb5", "message": "increase coverage of Logy\n", "proba": 1.4761492650450236e-07}
{"commit": "ee5368c5479162285ccf23545e3a785b58ed2c7c", "message": "metodo geraDesempenho na interface", "proba": 3.1008360679152247e-07}
{"commit": "7ebed4a4ce28c7871c4adb70080ed7f441028efd", "message": "more robust binarization algorithm; the previous one fell down with odd things like tweets\n", "proba": 8.283139322884381e-05}
{"commit": "c9d737dd8c5085d1a5717caa03a7d3d907d8afd1", "message": "am 45aaa4a8: am 790474ba: am f11e0e71: Merge \"Add missing docs to notification style rebuilder functions.\" into jb-dev\n\n* commit '45aaa4a8f47591231a97b61df59296c982a2db23':\n  Add missing docs to notification style rebuilder functions.\n", "proba": 2.1455302601225412e-07}
{"commit": "eeeb90f8c6ec45c1dabeadead1d5acc380845f90", "message": "Solved problem 16\n", "proba": 1.0288787962053902e-05}
{"commit": "2f2daf8ed4d45ff68a0aeffcd0b284c45e5a5d82", "message": "Fix search intent component bug DO NOT MERGE\n\nThis is the Donut version of the fix for http://b/issue?id=2130474\n\"Shortcuts created by pivoted-in search do not\nhave intent_component_name set\"\n\nThis fix is already in Eclair, so it should not be automerged.\n", "proba": 1.1082280337859629e-07}
{"commit": "8f4898c1408901300a1113087ec43ddc1f8e1d2a", "message": "renamed StringHelper to EndpointHelper\n", "proba": 1.8086000181938289e-06}
{"commit": "2d458ccbb0431abfc3a47f62b24c7a3c796c7bde", "message": "URLs without REST context path\n", "proba": 8.064181997724518e-07}
{"commit": "47fa1715221b50334ca1df1eab148cd50eeef608", "message": "am c8787bec: Merge \"Undo erroneous delete done by I94eb65c62231b5831570bb0cbbbd9c916bee0a37\" into lmp-mr1-dev\n\n* commit 'c8787beca679ca593dda05bb151ebe4afdf441c8':\n  Undo erroneous delete done by I94eb65c62231b5831570bb0cbbbd9c916bee0a37\n", "proba": 1.0158722716369084e-06}
{"commit": "e8d6dc4cad65c8c29c365d71d2255eb637581fdb", "message": "am 865cffc7: Merge \"Add null check in ViewOverlay\" into jb-mr2-dev\n\n* commit '865cffc7cece8f10a9e6aab1e89a92c8794cb279':\n  Add null check in ViewOverlay\n", "proba": 2.0781295972938096e-07}
{"commit": "d51bbb5b56446519db88f49f2682da782b0069ac", "message": "Cleaned up the way StackView draws outside of its bounds\n\nChange-Id: I2a0e8d970434fbaf13b2f82c5d3b3dcbdc2488b5\n", "proba": 1.894266279123258e-05}
{"commit": "321aa2b0258691c55843dff919eb2705d069167a", "message": "Fixing inconsistency between invalidate region and draw region\n\nChange-Id: I84458b31b4d3e8c305d64eb25e352fc4aba933d0\n", "proba": 1.6709420378901996e-05}
{"commit": "7788b2d570acd67fb56f32aa8755a5a9fe5238ba", "message": "Reimplemented flip world command.\n\nSigned-off-by: TheDudeFromCI <7582d01251f4656304390543974d7b17a3e25c54@yahoo.com>", "proba": 1.9459170630398148e-07}
{"commit": "28e2b938ab592e29d4c3216f8f8a7e0ae2e7f0bc", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "c6898d49593fd368cc540d5a12cbd0589290badd", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "238058585809df12978f118c630e7fb64a253d04", "message": "Switched to xbean based classpath scanner\n", "proba": 4.2227787844240083e-07}
{"commit": "c876676b2d08eb4f7a9b4efcaa74d593970d2457", "message": "Check point\n", "proba": 5.966879257357505e-07}
{"commit": "6939fec0946a7e6a944ee969176749c58d25a80c", "message": "Update 2/15/14 5:48 PM", "proba": 1.1724056747652867e-07}
{"commit": "6ec8494ceb541e4fb11888bfd54936e6c172cfc3", "message": "Beginning the test class\n", "proba": 1.2225124919496011e-05}
{"commit": "ef9a62fe565ae5000b7952558673b9a33771e74c", "message": "authenticator\n", "proba": 2.7648195555229904e-06}
{"commit": "8f5162fd92a55a078ba7fcb9311c4160f7ff89c3", "message": "Added: RectangleTests.java. Two tests.\n", "proba": 1.0302804298589763e-07}
{"commit": "da3b235739d6fa533924a882e5fb47f2cfa5e00e", "message": "add Balanced Binary Tree solution\n", "proba": 9.79213268692547e-07}
{"commit": "92cf00a8b2db0b3498f7349a74de25200a0d1d1c", "message": "Add solution for NobleIntegers in an array\n", "proba": 9.516169484413695e-06}
{"commit": "866afdca9e9fcc417eb41e09d96c48308a1f2ddc", "message": "[ANDROSDK-444] Add ForeignKeyViolationStoreIntegrationShould\n", "proba": 1.6622486498363287e-07}
{"commit": "3fc483ce03c526e7c19c3d12987008b8f42200ef", "message": "[#118767025] non-null and and screen mapping\n", "proba": 3.938259567348723e-07}
{"commit": "f2a29334a492c4eeac6204aba64cf9535f3bf94f", "message": "Testing pushing from Eclipse", "proba": 1.3595345649264345e-07}
{"commit": "ccd230712d8ec4c017f8ab9b24ee53b4e5dfc19b", "message": "Prevent home task from being set as ontopofhome\n\nIf the front activity of a task that is on top of home finishes, the oldest task in\nother stacks will be set as ontopofhome (which in this case meant the\nhome task was set to ontopofhome).  The solution is to ensure we\nonly set a task to ontopofhome if the finishing activity is in the same\nstack.\n\nChange-Id: Idd8f9af4d3d9bd2de3c519d3dcc60f479695ae0c\n", "proba": 0.9999985694885254}
{"commit": "b907c9678d857802f46fcf74acde6d2ea53407d3", "message": "am 0030d77f: am 0c442844: am b3a6244c: am ceada4fd: am e43d43c3: Merge \"Fixed issue with moveTaskToBack on single stack devices\" into mnc-dev\n\n* commit '0030d77f15717a2274f73658e6dd334101b64e55':\n  Fixed issue with moveTaskToBack on single stack devices\n", "proba": 5.269601501822763e-07}
{"commit": "f283e3621026b0e3703b750d7b95d706e4bff050", "message": "Fix rare NPE in DropBoxManagerService\n\nChange-Id: I2e9713802c59feb539d5d4c1ab1dfa21ec88d9f6\n", "proba": 7.367426587734371e-05}
{"commit": "c0e1bb88fd3029ad8a6ab4587da7bcfb127100c7", "message": "am 6d924c69: am 5b48223d: Merge change I14e833fa into eclair\n\nMerge commit '6d924c69af055559ed84afaf487aa38bd6fd2e33' into eclair-mr2-plus-aosp\n\n* commit '6d924c69af055559ed84afaf487aa38bd6fd2e33':\n  If we fail to persist the current settings and fall back to the back settings file\n", "proba": 9.041787620844843e-07}
{"commit": "07a0ede729f9b2f472b659b67b4cbc3602aa289a", "message": "Start userId from 10, reserving 1-9 for special use in the future.\n\nChange-Id: I3d0c1717d8b3add75ba43ed98e53ba02e6682c34\n", "proba": 2.6882302336161956e-05}
{"commit": "d72c9c7a7cf5b6be2f4708d543729e4985dade58", "message": "UP-1594 Spring JDBC row callback to transform a ResultSet row into a row XML element.\n\n\ngit-svn-id: 477788cc2a8229a747c5b8073e47c1d0f6ec0604@11272 f5dbab47-78f9-eb45-b975-e544023573eb\n", "proba": 3.7603365399263566e-06}
{"commit": "49e73705a3da26ab15308f926f420d1c49231c76", "message": "Fixed camera crash again.\n", "proba": 1.2065110865933093e-07}
{"commit": "a8e18e3f377e61b2fdfa84b692763d2814cce76e", "message": "generic rpc exception\n", "proba": 6.664556622126838e-07}
{"commit": "d9d418a093d611e5855c7ef2523cc236a5d65045", "message": "Migrating file from fileparsers to datasource-fileparsers\n", "proba": 2.1993906784700812e-07}
{"commit": "a0607896e7af152f726c72f065d7618957775e74", "message": "Created CompilerUtil.java\n", "proba": 4.4999541159995715e-07}
{"commit": "3955caf26d7bf511e34d09012ef63a72fdc92ba8", "message": "KULRICE-10474 : Create Smoke Tests for KRAD Component Library - Controls KIM Group Completed\n", "proba": 1.0342023415432777e-07}
{"commit": "13b48c1ada351e839d712421e336ffe229447c33", "message": "test for latest activity realm model to dto mapper\n", "proba": 1.2326704279530531e-07}
{"commit": "14b0d9344c6f9ffd765c4e586004b35ddda0d017", "message": "Backbutton support added to Sampler. Fixes #2263\n\nsvn changeset:6134/svn branch:trunk\n", "proba": 1.5442495282513846e-07}
{"commit": "3b89ad09347d56c961bf8fdc2b2e215f65905db8", "message": "- Database fix\n", "proba": 1.3168643420158332e-07}
{"commit": "c9c386a2c7def2fb130523fd7647654e81c407f6", "message": "- minor fixes\n", "proba": 1.2768028057053016e-07}
{"commit": "33f385dd78f288aba56b2fcc4a171b6dbcb9c490", "message": "change : add NetworkUtils.\n", "proba": 1.1905958530178395e-07}
{"commit": "af1a92798a30ade8092052b0e6625eaae0432433", "message": "Load keywords.propertis using iso8859-1 and converts each key to utf-8 when reading\n", "proba": 1.9238054846937303e-06}
{"commit": "829e514b7bf96ba7b42e0406467c1855d55c541f", "message": "initial snapshot of a custom SWT \"BusyIndicator\" example\n", "proba": 1.4674986914542387e-07}
{"commit": "23ded79213e7813d2fd0d2a55a3a34296e8ef3d3", "message": "Got rid of a JavaDoc warning\n", "proba": 1.2594568943313789e-07}
{"commit": "52a371dc483267ec14892a238e33d6255628996e", "message": "Updates:\n", "proba": 2.586609468835377e-07}
{"commit": "ce37a8d93e98673dac539cfacd0d6de7e4252c8a", "message": "Updates\n", "proba": 6.962063707760535e-07}
{"commit": "19e7a1b8c7491638c9a11847705034c8e1103ac7", "message": "Initialize LzoRawCompressor using Lz4RawCompressor\n", "proba": 8.192635050363606e-07}
{"commit": "298206209616bb7a806af2c0b9b601bd3d2f7d88", "message": "Find Median from Data Stream\n", "proba": 6.038458764123789e-07}
{"commit": "6ab964138362f455af140a0c8823e1fdd0067674", "message": "feat(Logger): add RESTAspectLogger pattern\n", "proba": 5.559377314057201e-07}
{"commit": "8e4c1c320ed2e3e8611f3c3fc347b2a74d880819", "message": "For deserializing with FlexJSON\n", "proba": 2.160048552468652e-06}
{"commit": "18a18db416895be3961fb4df24c33e010fbfdc17", "message": "annotate author\n", "proba": 4.1961251554312184e-05}
{"commit": "d9e8c0a6af42e151023b03e5b622124426a00b4d", "message": "tambah abstract tabel model pembelian sementara", "proba": 3.0273042739281664e-07}
{"commit": "d17c1eed5746f00f0e6bfddfb4d25908de176c29", "message": "Atualizacao autom\u00e1tica\n", "proba": 1.5049522517074365e-06}
{"commit": "7c37c7711253a86e6f293d02395b70a87ab29cdb", "message": "Atualizacao autom\u00e1tica\n", "proba": 1.5049522517074365e-06}
{"commit": "a2f77279697e68a65b2936b89a25dbccd1686c2a", "message": "Added test for get top list use case\n", "proba": 1.3231763773546845e-07}
{"commit": "5152dfa870f781a829dde954f4bec7e985dffc87", "message": "Create test class TrackDataTaskTest\n", "proba": 8.200287879844836e-07}
{"commit": "4c988df50e141cb61bd19039cd0ad4c5d27afd17", "message": "fixes #194\n", "proba": 1.3410225108145823e-07}
{"commit": "e702806d27a33212d7124c287a68a8a0521849ac", "message": "[294586] [formatting] Format Source doesn't format XML files correctly\n", "proba": 1.6089079224457237e-07}
{"commit": "350b9472ff1cc6ecf4681582e6561565fc4a9f71", "message": "Template engine runtime exception\n", "proba": 5.055406973042409e-07}
{"commit": "ddb1a0f7825c9393c9acf9da11d3fd508fe672bf", "message": "Add MetamodelPair class.\n", "proba": 1.2397499915550725e-07}
{"commit": "157d479f4c29f6197a6b7b583498bb2854c352e5", "message": "added default producer for usergroupcallback and userinfo\n", "proba": 1.6633460120374366e-07}
{"commit": "6d05ac57b9f0c05c3dce73ee26f4738b5de3aeae", "message": "Updated testOnDataModified_withView\n", "proba": 4.880631081505271e-07}
{"commit": "3da621af51fd621d2f13b7de044148c4a8a9b1c3", "message": "opNum\n", "proba": 2.9082608307362534e-05}
{"commit": "52d95fde9efd12497ab91973f47daa197574e8d8", "message": "add SQLRewriter\n", "proba": 3.82453265501681e-07}
{"commit": "468e75ac741fbb6dfb40c395a29d72498a7c0642", "message": "add logger\n", "proba": 2.574364589236211e-05}
{"commit": "ea68486ea1ced47e7b55bce1cf583bf5cd8eebc0", "message": "Move ReflowUtil to commons for broader reuse.", "proba": 1.0652603066318989e-07}
{"commit": "65250e0144c2de478ca8764cb9dbf3a9e7731ead", "message": "Fix for tests run\n", "proba": 2.9611169338750187e-07}
{"commit": "35653c17626305489c3311b0314c524823c0ee36", "message": "RESTEASY-1405: Support InputPart form parameters for @MultipartForm.\n", "proba": 1.0170428055289449e-07}
{"commit": "f953c5950ef50a7e88499d2fe00adf55cf92fb63", "message": "[EXEC-65] Works now under Mac OS 10.11.2 and Windows 10\n\ngit-svn-id: 152f48a1866dc7886cc2b83d2001e6645df26423@1723798 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.212950676039327e-07}
{"commit": "b0599171e11675918fa595447cbe682d018d0d7c", "message": "o.c.domain.desy: added type support for basic types\n", "proba": 4.243666751335695e-07}
{"commit": "92cc355e88d227470e1ebc70589477b366132d50", "message": "Revert \"DELTASPIKE-479 workaround for old versions of weld\"\n\nThis reverts commit 4a9effa8f6c7f7a300ac4a7e0c5b92c3fe34e052.\n", "proba": 1.1021170820413317e-07}
{"commit": "595aa94272e091654b5d7eaa456e66b958390f22", "message": "Copied verbatim to preserve history.\n", "proba": 1.6546221104363212e-07}
{"commit": "23dde9305d4c4f07b427a02c452dcaf86c9fa9a8", "message": "KULRICE-10799 : Create Functional Test for KRAD Demo Labs Lookups - Direct Inquiry Disabled Completed\n\n", "proba": 1.0137387818076604e-07}
{"commit": "d37e25dbd54a7b0f02a6b726f7a3fdee64c71b45", "message": "[Anish Anushang] inorder predecessor and successor in binary search tree\n", "proba": 2.492457156222372e-07}
{"commit": "5d10e15c354df1485c781cccb3209810e5c40ae1", "message": "Add cell support\n", "proba": 2.8485393954724714e-07}
{"commit": "5e12fd76d6dae03d95e11e9f87217b5892b94197", "message": "Added implementation for Minimum Window String using Sliding Window technique\n", "proba": 1.1718310588548775e-07}
{"commit": "4dfdc84147da4c78e65e8b5a0f58117b26e9e782", "message": "CAMEL-8155: Added unit test\n", "proba": 1.216329934550231e-07}
{"commit": "5c56fc8fcac635714684e7f2c39354a2d9ed5d74", "message": "relational operators java\n", "proba": 4.585271381074563e-05}
{"commit": "05d543cafe38ced2630a2e3bbdfc9c49a43c61b4", "message": "Event holder enum\n", "proba": 7.592697102154489e-07}
{"commit": "79ac139705bb82e374cc1571ec582e7621bd2bf6", "message": "[CONTINUUM-1696] Add a utility class as a workaround to purge old build results from the database until it is possible through the scheduled purge.\n\ngit-svn-id: 14f2065c7afdeb19086ae32a80b5e7aec819bae3@790715 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.4517997897200985e-06}
{"commit": "20cd6da56e2121f57445a3d6b2bea330a2af4962", "message": "path resolve\n", "proba": 2.7426599444879685e-06}
{"commit": "c220c7a4f55c41955060577466ee3a5ec643f74f", "message": "forgot to add a class before committing\n\ngit-svn-id: a98780f44e7643575d86f056c30a4189ca15db44@1065285 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.752926088258391e-07}
{"commit": "82c5853e325a8aa1a0395b94503ef487ae0ec8ac", "message": "FLEX-1693 Now throws decent message when unknown owner is asked.\n", "proba": 9.8269175907717e-08}
{"commit": "0e9a5985e99383ffef06440b853a185834ed1799", "message": "Fix TerasolunaGfwConfiguration/TerasolunaGfwProperties\n", "proba": 2.6798957719620375e-07}
{"commit": "e0ee9ad4cda3b6f85c58725d55da0eb252aa3d4e", "message": "extended ConeTee() test. hunting a nasty bug. not found yet.\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@8994 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 1.948592625922174e-06}
{"commit": "8c7c517e6a2578d90f9c25f0a3078c9e49e28c91", "message": "Add a test for batch analysis session.\n\ngit-svn-id: ed609ce04ec9e3c0bc25e071e87814dd6d976548@685 c7a0535c-eda6-11de-83d8-6d5adf01d787\n", "proba": 0.0010643292916938663}
{"commit": "1877e2956e821d5dfefd691c8e2bd3c85d216556", "message": "Manually upload this file, because shit.", "proba": 1.0719026022343314e-07}
{"commit": "c4066630f5ea391053f3a728b41a53111719d152", "message": "topcoder->SRM 169->twain", "proba": 1.021847083393368e-06}
{"commit": "a0fd64afb7b4a030e8ff7f757d9d54db2e71f69f", "message": "Add OrganisationUnitOrganisationUnitGroupLinkModelBuilder\n", "proba": 7.631185781065142e-07}
{"commit": "45cfd9c2bb94ba5c5a2c9e339f0bcaf0080bebdf", "message": "Include tests for saving a file with content.\n", "proba": 1.0982370923784401e-07}
{"commit": "f6ae407d7c714ea33bbfe49da91133b7a50f4fae", "message": "added ExecutionTask dialog\n", "proba": 2.2313219005809515e-07}
{"commit": "b8d53b1f7243114435bb7c45824bd042dd9ba6d3", "message": "SAK-40199 MalformedURLException if Turnitin not enabled (#5726)\n\n", "proba": 1.0223251223351326e-07}
{"commit": "c9d34ed773e311bcb0e1c54ed1b3ca31973e8853", "message": "[FLINK-28707][table] Introduce SupportsDynamicFiltering\n\nThis closes #20384\n", "proba": 1.1113502296211664e-07}
{"commit": "aba5496d8a36e2fe99ffa361f69691fbb61a2975", "message": "* misc improvements\n", "proba": 1.191245502241145e-07}
{"commit": "7a4e3871e766588a42acd632f63398539058ab03", "message": "Add system API to get registered connection managers\n\nThis API is used to check if we're in the simplified\nversion of the call assistant settings UI or the version\nthat displays a full list.\n\nBug: 18473946\nChange-Id: I7dca50ada80b2203bd8d646bb510418646382df8\n", "proba": 5.104010369905154e-07}
{"commit": "d6694558ed7188ad80a3e8aceb9daaef9dab21dd", "message": "Fix Checkstyle/IDE/Gump nags\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1650217 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.722792314420076e-07}
{"commit": "880bacef623be4045625c2ac3472b65e40f03af9", "message": "Rectangle added.\n", "proba": 1.844243513460242e-07}
{"commit": "990fb3c70e481f7967ea50892d21b55a2101c892", "message": "implement TaskHandler\n", "proba": 3.0311832233564928e-05}
{"commit": "0f06ec18a9af0163a6ee179a2635094041ba9632", "message": "Add BatchAndExportMultiDataSetsFunction\n\n\nFormer-commit-id: 269dd09fff49b9efd6b733b367b97f14e79e5af0", "proba": 7.705125995016715e-07}
{"commit": "65d78e4f3741be372011b9356cdda05bb9fff6b6", "message": "Reordered methods and member variables\n", "proba": 1.8709239668623923e-07}
{"commit": "cbc8a17736210e6abcd819bb50969d317cad39c2", "message": "Reordered elements\n", "proba": 2.5339591047668364e-07}
{"commit": "be277986c52ef5ed4406d0c210b27ba1f9b80925", "message": "Created TestDefaultToIntegerAdapter.java\n", "proba": 3.2869070309970994e-07}
{"commit": "866b912486543c12e5f4af89b6267464ab5aa745", "message": "Forgot the application class.\n", "proba": 1.223066021793784e-07}
{"commit": "69610adaf35b4725cc3fe6e510a55aec667b7e13", "message": "16.6-3,4 Teste de Ordenacao da classe Conta\n", "proba": 1.1523616194608621e-07}
{"commit": "9fb24cf80b00985e28003275cab66bb10dc22677", "message": "Improve parsing for number of containers\n\nfix #598\n", "proba": 4.484301371121546e-06}
{"commit": "50dd14b0ed1b9915db9d7eeeed21c6b6a7407033", "message": "Create 02.RectangleOfNxNStars.java", "proba": 3.7291525245564117e-07}
{"commit": "21daf410a16de589f72f6911c725ebc4b900571e", "message": "UI Test \u0e40\u0e1e\u0e34\u0e48\u0e21\u0e17\u0e14\u0e2a\u0e2d\u0e1a\u0e01\u0e32\u0e23\u0e25\u0e1a\u0e2a\u0e16\u0e32\u0e19\u0e17\u0e35\u0e48\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e2d\u0e32\u0e04\u0e32\u0e23\u0e40\u0e25\u0e22 \u0e16\u0e49\u0e32 online \u0e08\u0e30\u0e25\u0e1a\u0e44\u0e14\u0e49\n", "proba": 2.5709388751238293e-07}
{"commit": "caca37cc697aa3c550db0512503ea19f4ee87c67", "message": "implement start function\n", "proba": 6.287162977969274e-05}
{"commit": "c7d746a05473da7f86bb9fefd7d9487f958c9d67", "message": "Add testng base class with correct name.\n", "proba": 1.1913466124724437e-07}
{"commit": "ff7e21c1674e5afc02a1d384da087d2201cd8a67", "message": "Add TenantAndApplicationId for controller tenant.app references\n", "proba": 2.3008983873751276e-07}
{"commit": "961262212a44ed5b56f50ac054b8cf61cf37bcc8", "message": "[TE-245] add FixtureMethod annotation to core fixture\n", "proba": 1.402883498258234e-07}
{"commit": "0c461842b09215af3253324305adde0dd2dc6a9a", "message": "Add TwoDArrayDS", "proba": 1.424531546945218e-06}
{"commit": "c279a94865766f97a6939b8a48f6c473c7251af1", "message": "Create event collector configuration.\n", "proba": 1.4918073532044218e-07}
{"commit": "4ee9b94fe6c8a45c95a3491f916f1c3446699b3a", "message": "Viewer for the Start Menu", "proba": 4.518160778843594e-07}
{"commit": "36790db22227c9391297229314dc1e13a6e24d0e", "message": "testing: deactivated test which fails on hudson only\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@5831 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 1.3352814676181879e-06}
{"commit": "2bfe20e6c3d4c32282210accb9f52366c6b004e4", "message": "change KMSClientProvider logger\n", "proba": 3.778735617743223e-07}
{"commit": "c7db49bcf76d90a8df54bd197ec724de2ac4bec8", "message": "Created test skeleton\n", "proba": 2.2055048987112968e-07}
{"commit": "a2d677aefffe474856aa6a7059888492b161bf8c", "message": "force nd4j environment to have empty constructor\n", "proba": 1.0493187119209324e-06}
{"commit": "8fd52053be7d3e9d91cb0c7bc7578f684afcbb16", "message": "Provide a builder for AnnotationDescriptor\n", "proba": 1.4585832559532719e-06}
{"commit": "a80723ee8d56c47caad783a66e5c8a1520a80ae7", "message": "tiny change\n\n", "proba": 8.008013878679776e-07}
{"commit": "1048619ed9582978e77bd175457dd6d152c550cd", "message": "1) remove the redundant configuration of mybatis for LocalDateTime ;\n", "proba": 1.1181370496160525e-07}
{"commit": "b98ed71e671681bb77acc6c2460faeefcddb2965", "message": "make sure local contacts are unique\n\ngit-svn-id: 54b0df13ea2cb80c818f822366e7d3bd40ffeedd@3617 5b74d2a0-fa0e-0410-85ed-ffba77ec0bde\n", "proba": 1.2335787005213206e-06}
{"commit": "979b7a334fd80d52ddb232064bf0a8a070fa361d", "message": "KRACOEUS-5376 : Fix count(*) issue in Report Tracking when running on Mysql.\n", "proba": 9.81451790948995e-08}
{"commit": "7fb09dea37878e2cd0ca0f03c6fa342a0a451f78", "message": "KRACOEUS-1538 -   Exception error - returning value Grants.gov opportunity\n\n", "proba": 1.3387453634550184e-07}
{"commit": "e396fdf24dc3f14886df1b3c9f9df1d3a27c884f", "message": "Minor change.\n", "proba": 1.9911705351205455e-07}
{"commit": "eb4230810b13375fe8f7ff3e6b79383fb6b8cf3f", "message": "Remove test checkout dup & OOO rows\n", "proba": 1.3547960975301976e-07}
{"commit": "e6ea1da77ea667e37c930b2741a88b18ca7b3e0c", "message": "Adding sample false data for testing purposes\n", "proba": 1.760281520546414e-07}
{"commit": "69bfe0205e8d430da11282347e654a02fabe36ad", "message": "21: switch focus to another tab \n\nTask-Url: http://github.com/webcane/EclipseCommander/issues/issue/21", "proba": 1.408984076078923e-07}
{"commit": "289430ff525096c91b7fa29633df19ded0f9c47e", "message": "Revert of [Contextual Search] Re-enabling tests. (patchset #1 id:1 of https://codereview.chromium.org/1410533005/ )\n\nReason for revert:\nFailing test:\n\nhttp://build.chromium.org/p/chromium.linux/builders/Android%20Tests/builds/23204\n\nOriginal issue's description:\n> [Contextual Search] Re-enabling tests.\n>\n> I fixed the annotation to prevent some tests from running\n> on tablets, which fixes failures we were seeing yesterday:\n>\n> https://codereview.chromium.org/1413003007\n>\n> Not sure exactly what happen, if my change didn't get\n> rolled in time or what, but someone else ended up\n> disabling those tests:\n>\n> https://codereview.chromium.org/1406963007\n>\n> So, now I'm re-enabling those tests. I'm also making sure to\n> annotate all tests that call tapPeekingBarToExpandAndAssert()\n> with RESTRICTION_TYPE_PHONE, because that assertion will\n> always fail on tablets, given there's no expanded state in\n> that case.\n>\n> BUG=551711\n>\n> Committed: https://crrev.com/4bde7aed3c12374a873705efbf0c974a0d68f197\n> Cr-Commit-Position: refs/heads/master@{#358118}\n\nTBR=donnd@chromium.org\nNOPRESUBMIT=true\nNOTREECHECKS=true\nNOTRY=true\nBUG=551711\n\nReview URL: https://codereview.chromium.org/1415683012\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#358152}\n", "proba": 1.706753573671449e-05}
{"commit": "8c2bbd1afa14547f9a1ad3d3f2fa4e539a4f2a00", "message": "Deal with newlines, carriage returns and\nescape opens in literals.\n", "proba": 1.0163873298552062e-07}
{"commit": "c00c0c5b4b01d608934d3a0a878ba70f4373e20b", "message": "refactor stock item model\n", "proba": 0.00020490157476160675}
{"commit": "dc814095e3f4a327e987e7da54d34183978cd63f", "message": "Optimized CircularImageView\n\nCache the image bitmap and shader, so we have to do less work in onDraw().\n\n Fixes #27.\n", "proba": 9.838057479782947e-08}
{"commit": "ce3c50dcc49500f88462e9f6ea0b6af262019f58", "message": "add statusbar navigation utils\n", "proba": 4.1437144204792276e-07}
{"commit": "836264588b5205f00d9d29bfe801f28bc26cdcb4", "message": "CLOSED - task 137: Backwards typing in project name field of Wrap JAR\nProject Wizard (on Mac OS X Lion) \nhttp://github.com/njbartlett/bndtools/issues/issue/137", "proba": 2.2168183022586163e-07}
{"commit": "28b2e8aa251d548c631bcd2ca2f4d8081ba517d3", "message": "add relational-mapreduce-patterns-3-difference\n", "proba": 0.002531071426346898}
{"commit": "9c758a37f7e1f5a49c7002d3c96013122b7b7ecc", "message": "Added a unit test for AttributeWiseMeanNormalization.\n", "proba": 1.0890131818541704e-07}
{"commit": "1198e1f0f345d003e74bad06c917267bbff33ce4", "message": "FallbackFactory fixbug\n", "proba": 5.132046680955682e-07}
{"commit": "fea322004985763e8865a7bb177d65a10b7784e0", "message": "Remove \"DELETED\" games from login page\n", "proba": 4.2412068523844937e-07}
{"commit": "69bca40b39d8fe526434a48f6bee772f8ac96ffa", "message": "this is the main class of the perisan date picker", "proba": 4.6400313635786006e-07}
{"commit": "f850d748657c2e56d3ac5bc20d2f058dd23c2ed7", "message": "Update Solution1Test.java\n\nnormalize tabulation", "proba": 5.313484621183306e-07}
{"commit": "ac45786e238a82a8191858ad6920bc2bcb68f5fc", "message": "added method int ask()\n", "proba": 3.1374923992188997e-07}
{"commit": "ad5119e35ae0c52d29008812db727923a0bf9675", "message": "new w2v integration p.4.1 minor tweaks\n", "proba": 1.3046815183770377e-07}
{"commit": "ef5b9571e64dfaaa79b976437385284bab0f1f97", "message": "Added base implementation for protocol state enum.\n", "proba": 1.1546497802328304e-07}
{"commit": "2f805e0bbe6455af60757b8e36ac42218614ef88", "message": "initial import\n", "proba": 6.214378913682594e-07}
{"commit": "5f78e261fc6c29ec3ee89c9b43b0983a1a749f20", "message": "Fix #1588\n", "proba": 4.848892558584339e-07}
{"commit": "3fa36d818bde72d9cc1e5cf8624b15728a3eee5c", "message": "Revert \"Temporary error logging for #1256\"\n\nThis reverts commit ea8ae134b345e0f479a35f674a64949c936f02d9.\n", "proba": 1.2595386067459913e-07}
{"commit": "7e12e01da9e0bdf04afaa48a698ea4f98690075c", "message": "Created CanteenComparator", "proba": 1.6082512388493342e-07}
{"commit": "9f5c22edbc16072d8bf486eda259736179eac4e2", "message": "Applying the patch from HARMONY-4963 ([classlib][awt] possible hang up when activate windows-InputMethod if getInputMethodRequests() is overridden)\n\n\nsvn path=/harmony/; revision=591027\n", "proba": 1.6164451608347008e-06}
{"commit": "5c2135ce785956cb85ec9ed55593f04dc412e21c", "message": "Added example for how to fetch labels\n\ngit-svn-id: f705032614e1ff11fed11a7e506afa6fa6966044@1973 18f1da76-1bb4-b526-5913-e828fe20442d\n", "proba": 2.97068879717699e-07}
{"commit": "7ac770bc27734114671b959379d4cee6fe1389b5", "message": "added test", "proba": 1.449089808147619e-07}
{"commit": "cf00e6f3d6c3621bfdea3b2b58df333ae1d1190b", "message": "Adding the EmailCoordinate class\n", "proba": 2.5837101702563814e-07}
{"commit": "24c31b317b770c2049567688911fb218cd693d4f", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "b3a363e6bc0fd7f0a61ca4d32d76007da0b4b061", "message": "SCHEDULING-1218 job archive submission in scheduler rcp\n\ngit-svn-id: 27916816d6cfa57849e9a885196bf7392b80e1ac@19995 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 2.050274616749448e-07}
{"commit": "1eee4da6529fbf2908c603e0b5e0af175541b74b", "message": "better quoting and escaping\n\ngit-svn-id: 093fa4c7fa7b11ddcea9103fc581483144c30c11@1783 5b74d2a0-fa0e-0410-85ed-ffba77ec0bde\n", "proba": 0.004241899121552706}
{"commit": "ad1bd987b787933f10b0ed6d3cc51536b2813096", "message": "update UserDao\n", "proba": 4.2386713516862073e-07}
{"commit": "4c7d311b7cee9b686d00a2caf9e436923f866c2b", "message": "set thread name in command line app\n", "proba": 1.0620382226989022e-06}
{"commit": "a85956db5bc1eff97e6ea5bfbc2250cc8e3be284", "message": "SLING-7153 : in case of a late arriving TopologyEvent, don't issue a log.error, just a log.info\n\ngit-svn-id: 6eed74fe9a15c8da84b9a8d7f2960c0406113ece@1811654 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.047542577405693e-06}
{"commit": "e8d518d5698ddf2bb68718efda59c1d575ab977d", "message": "starting an interface class\n", "proba": 7.980971190590935e-07}
{"commit": "f6e8d7564bea83c46d9206409365fd649a63a6a5", "message": "Fixing CEP build\n", "proba": 3.424230783366511e-07}
{"commit": "40010744ae069b5caa2902d2f68f677e10ebf45d", "message": "Prepare for JobMonitoring fix.\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@7138 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 3.440733053139411e-06}
{"commit": "f66e234f5d12526dac387a38f76d2cbad59f0f67", "message": "feat(clouddriver): Allow for external server group force cache refreshes (#2187)\n\nA new `ServerGroupForceCacheRefreshStage` that simply wraps the\r\n`ServerGroupCacheForceRefreshTask.`\r\n\r\nAt some point will support renaming of tasks so I'm not too worried\r\nabout the slight inconsistency.", "proba": 1.3473653837081656e-07}
{"commit": "00e242033abde3a447520b1ca1b0589240bb1b90", "message": "Added ultrascan application under OGCE account.", "proba": 1.0836694031013394e-07}
{"commit": "60e03d4e2f2126f09e0accbfe27b368a25a12abf", "message": "Create TestUniversalRunner for testing against Python ULR\n", "proba": 1.4247011392853892e-07}
{"commit": "2e0b7528a2c3d2286c4578e3532b892aae746f57", "message": "Hide dialog after Role persistence fail\nFix for #920\n\nSigned-off-by: Claudio Mezzasalma <acdb73fa11473662b10f45613ec005f8be976786@eurotech.com>\n", "proba": 1.0932274818742371e-07}
{"commit": "8f578434be5a35342f3e733fe282624a1be26869", "message": "SAK-40765 only write auto-submit event log data if the submission was actually auto-submitted (#6129)\n\n", "proba": 1.0718024867628628e-07}
{"commit": "2f069da2d975dc3613a654a7dd0e79635062d118", "message": "start work on view for -contents details\n\n\ngit-svn-id: e057f57e93a604d3b43d277ae69bde5ebf332112@983555 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.8170396149107546e-07}
{"commit": "13b22501b7633f354da8a7fe0c1dc825c4d25b5d", "message": "Add HSB color histogram distance.\n", "proba": 1.917382377314425e-07}
{"commit": "47ca845d3e8a0b83de63758680203f8c72be51f4", "message": "Apply regression test for HARMONY-5491 ([classlib][awt] GifDecoder not always passes ColorModel through setPixels method)\n\nsvn path=/harmony/; revision=632300\n", "proba": 2.60338850921471e-07}
{"commit": "b94729d19f158ac93a2f1dc573134f0fccff6508", "message": "create an IntersectingStringsBroadcastReceiver\n", "proba": 0.0022921652998775244}
{"commit": "1d6314c7064c3b379f4c653683f818844d6fc404", "message": "added test skeleton\n", "proba": 3.5634224104796886e-07}
{"commit": "3fe23ad17d3ef4ccdfe9fe1424a1b17ac6fd84c5", "message": "[MDEP-386] Remove manual purge mojo\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1403449 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.407207944088441e-07}
{"commit": "e9e8c929417aad99fe02b44538ca3fdbb44c15e8", "message": "#1238 Add MockConnectionUtil\n", "proba": 1.2822010830859654e-07}
{"commit": "4f2fbb676f0156cb9c4ad27edd64d35ba456156f", "message": "Adi\u00e7\u00e3o da propriedade identificacao.", "proba": 2.1500015634501324e-07}
{"commit": "2728785d1a46252c465e545ea4f4ede669e9d9f4", "message": "add remove attachment event test\n\nadd remove attachment event test\n", "proba": 9.496075108472724e-07}
{"commit": "ca111c9a10b397b04baebbe674e2d56161ced07b", "message": "\u6811\u63a7\u5236\u53f0\u6253\u5370\u5e2e\u52a9\u7c7b\n", "proba": 2.8434476462280145e-07}
{"commit": "dd1e27e961970b8d985b9cf65717d334571a5324", "message": "Create BadLogin.java", "proba": 1.0505430509510916e-05}
{"commit": "5c78b126bcd2e7ac169d96a2923daa1c5387edf1", "message": "Fixed getSingleResult to check for hasSingleResult first to avoid issues with provider implementations.\n", "proba": 1.0191089216959881e-07}
{"commit": "af3cec65602555f065ca584cfeadd9f3e3332816", "message": "Correct unit tests now EL Parser has been fixed to correctly parse \"\\$\" as \"$\".\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1590911 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.167452503788809e-07}
{"commit": "eeab4cf217a15724b5e887cec9626fbb8f49bc6a", "message": "Add a test case based on the report in bug 60788.\n\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1784956 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999966621398926}
{"commit": "52409217ec3fdfb146d1a5fb7674b59e79423208", "message": "Added EmployeeTest.java.\nUnit test for Employee.java.", "proba": 1.1629946072844177e-07}
{"commit": "c012b2616ce66d8a33c0c7dcd4e8e8aba7314187", "message": "Won't compile if the order of the import is changed!?", "proba": 1.3014975763780967e-07}
{"commit": "ca6746f156470d8fb5996bbcc971d9bb7318d281", "message": "Create NewtonSolver.java", "proba": 1.565929892421991e-06}
{"commit": "6ca1b6089ed576b4049d50db878df34881511d0e", "message": "Formatting change only\n", "proba": 2.9170809057177394e-07}
{"commit": "3c39f7f936524f5169803c1851849c8b5839dee5", "message": "Add OperationType enum\n", "proba": 5.835063348058611e-07}
{"commit": "6b401eb1e3719a43c4eefac0c92bb027f77d1069", "message": "Added missing RunWith annotation\n", "proba": 1.5934789132643346e-07}
{"commit": "c6802c75c83e25e7f186b681de059e04e2822d77", "message": "add empty header placeholder\n", "proba": 7.356849209827487e-07}
{"commit": "8ed860103884f538424bfcdf944bcf1c58ca015c", "message": "bug-fix\n1. fix bug about move linechart but previewchart not change. the way to\nfix it is to disable interactive of linechart\n", "proba": 2.129476342815906e-06}
{"commit": "f0431c74106b30994cdfcbc115139eaa8ad4493e", "message": "..channel.opiwidgets: adding channel tree selection notification utility.\n", "proba": 1.1011799472271377e-07}
{"commit": "480bca41dc5dc81b761ecdefe2a1cdc15b570b0d", "message": "[204618] Unable to set \"required\" use option in XSD design view when adding attribute reference\n", "proba": 1.266517557496627e-07}
{"commit": "15c73fd806541c8e51c945d35f4c082c49fbec1a", "message": "Kubernetes API client live test class.\n", "proba": 1.406296519235184e-07}
{"commit": "0e1bba497bec0348ce6b100f00acf425f4c78104", "message": "Add new operation data class with data only for display", "proba": 1.9782768845288956e-07}
{"commit": "25aac782c58f77fc2ae23a839d882c82f2af3fe6", "message": "Common: Fixed port spacing issue. #299\n\nSigned-off-by: Christoph Daniel Schulze <990d4710b15458e3edaa8601cdf5b44648b4fc61@informatik.uni-kiel.de>", "proba": 1.0666651917290437e-07}
{"commit": "a2c4b1c80af1f1c49215777d27457736f6af5c5f", "message": "arquivo aleat\u00f3rio deletado\n", "proba": 1.6711701391614042e-06}
{"commit": "58f556912802669c9917cc2bca96592f5a3efb7c", "message": "Updated DataBase.java\n", "proba": 5.549434831664257e-07}
{"commit": "26dfe3cc4b4d5d6259b01c37b58a1858c29a2307", "message": "controlling class\n", "proba": 5.249788159744639e-07}
{"commit": "831f9070ce74482dc62d2ca6943aed0615933cca", "message": "Delete Gauntlet.java", "proba": 0.00025914490106515586}
{"commit": "72d2e43d007669af656bc25ec507b3d2e75784b1", "message": "shipment insertion calculation", "proba": 5.206346145314455e-07}
{"commit": "3de0e975a7d0035c2ff3e3bcace7346eadb89d8f", "message": "Added problem statement for ShortestWordDistance2.java\n", "proba": 1.737084431852054e-07}
{"commit": "ec02384b7eeac5b692abd5b11371dfad3fc37e2d", "message": "New Test Case added for new Migrator for epochs \n\nSVN-Revision: 7459\n", "proba": 1.1637856545121394e-07}
{"commit": "8f4bb2fb41d09bb9e8f984068c6e5822a61a3455", "message": "Avoid creation of a new stream for each log event.\nIncrease the amount of events supported by the console plugin.\n\n\ngit-svn-id: 27916816d6cfa57849e9a885196bf7392b80e1ac@11978 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 1.1826593436126132e-05}
{"commit": "8756584da436d5b58f661ee2160c7d8ce30a13ed", "message": "Package information\n", "proba": 5.574359533966344e-07}
{"commit": "630e7577b16d3cc83b0649317600b99fa8e0c3c3", "message": "add conformation class that just take a list of coordinates\n", "proba": 4.511388169703423e-07}
{"commit": "e3225f6ea9eee01ce7fef22f89e479e2ec671751", "message": "fixed the integration module failure due to last commit to converter util.\nbut I think this is due to bad programming. ConvertToArray is supposed to call with\na list of strings and the method supposed to create the baseclasstype objects from the stringlist.\ncalling this method with the correct objects, is useless. if you already have objects why\nit calls for this method? So we have to fix the real bug in another place. \n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@552332 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.3715743888460565e-06}
{"commit": "f81c42789a9c6f88fdfe98912975784cb56511b1", "message": "Add OkapiTokenTest\n", "proba": 3.5458890579320723e-07}
{"commit": "d51d55316f7258416387c774ff4ef57229eb4702", "message": "Create ban command\n", "proba": 2.6000338948506396e-06}
{"commit": "a927b5fb37ec965bd587536ee5d3d6a4e0b50ba6", "message": "Disabling test\n\n", "proba": 1.2897769465780584e-06}
{"commit": "13f5c72426aea9890b928cae3f2072f780896271", "message": "Provide module definition for richclient\n", "proba": 5.587596660916461e-07}
{"commit": "6c25e4f12085bffbeccc34ca22134ac20321807f", "message": "Combat Handling Started\n", "proba": 2.463452233314456e-07}
{"commit": "200740eca60c6c50f893acea708744e8faa9f888", "message": "Partial commit for the git update\n", "proba": 2.1514824766200036e-07}
{"commit": "fe787193b393417bd49ad08d93e513b1241a31f5", "message": "Hackerrank Lexicographic Paths\n", "proba": 5.177445245863055e-07}
{"commit": "50cd77074bbb11143bed9afd78085b5c740a9e2e", "message": "Small blank line tidyup, use https for images.\n", "proba": 1.0398970573533006e-07}
{"commit": "80db6ba5cbfc07edcc092dc5853ebcd09c761104", "message": "Fixed concurrency issue (RM-2149)\n", "proba": 1.218565017779838e-07}
{"commit": "a86588b756aa91bb2feef53c4021fe483ccfd00e", "message": "check in for NhinAggregatorTest.java because I checked in a dependency by accident.\ncheck in for NhinAggregator.java because I checked in a dependency by accident.\n\n", "proba": 2.3160404793998168e-07}
{"commit": "e68e4396e13b3a7fc7486bc1274d06b77a0a2a0b", "message": "ALEPH-41 HDFS writer testing", "proba": 1.1854429970981073e-07}
{"commit": "1046756bef86a53dcbf05a2be323308ec66c70fa", "message": "Added some strategy to apply on backspaces (still not complete,\nbut should be better than regular backspace).\n\n\ngit-svn-id: cdbd3c3453b226d8644b39c93ea790e37ea3ca1b@100 7f4d9e04-a92a-ab41-bea9-970b690ef4a7\n", "proba": 8.857938155415468e-06}
{"commit": "1ac88c987de9a33400e9a2bc521bb08a32f68808", "message": "calling protocol message's body\n", "proba": 1.8915392274720944e-06}
{"commit": "5428eb97712007df7315ce29b702767b2871b902", "message": "added shutdown hook for shutting down all actor systems started\n", "proba": 1.375608889020441e-07}
{"commit": "f75ab58f5850f5c869a3fccab64b8ce88cf4632b", "message": "Add parser for LegionBoard\n\nFixes #5.\n", "proba": 1.0555299212455793e-07}
{"commit": "f7fcac4b3e4197001164a5385a84a816d08b50a8", "message": "New test for Mount\n", "proba": 2.847860400834179e-07}
{"commit": "256056b1be602ca44bd9acdd8fe7590460a38779", "message": "Added MavenModuleSetPrePostBuilderTransientProjectActionFactory, which handles prebuilders and postbuilders of MavenModuleSet.\n", "proba": 1.0068402644947128e-07}
{"commit": "132a70a0cc1bf85d2a7b53b3a2b953cff93032d3", "message": "- wildfly provisioning stage\n", "proba": 1.2186301034944336e-07}
{"commit": "d0bbf7f9a10c050ea48e7f61a180dfa218cdd207", "message": "AbstractBootstrapInitializerTest added (#7507)\n\nCo-authored-by: wangxichun <2cfb6d12e2bb61417c69a3de1e059546b27b8014@jd.com>", "proba": 1.1340069505649808e-07}
{"commit": "2fd2e06b1fc18f3314903c031f4c100f398471ed", "message": "my leetcode solution [445. Add Two Numbers II]\n", "proba": 3.4988986499229213e-06}
{"commit": "3039186160011b16c2c28d3e572359e07b061c9f", "message": "add Parameter builder\n", "proba": 5.431304543890292e-07}
{"commit": "9f2871768e16deb42d2aa976e91427500aecb3db", "message": "[misc] Add tests\n", "proba": 1.3936876541720267e-07}
{"commit": "b3aa139be93e7cab82b00b338305f70be56ae8fc", "message": "Carrier plugin changes\n", "proba": 3.9845380683800613e-07}
{"commit": "3b0cdbe49beb445f8b93f972b4a6b8a4887d1f15", "message": "[WFLY-8449] EJB contextData not sent back to client in response\n", "proba": 1.2288136019833473e-07}
{"commit": "0bc639b9fa46858341b88200fce1b22d09c8a953", "message": "Not found exception\n", "proba": 9.857068653218448e-05}
{"commit": "eeb498ea50f1933774d128b3221d3073e8109b9e", "message": "KULRICE-8898 NavIT version added for admin package tests\n\ngit-svn-id: 2a5d2b5a02908a0c4ba7967b726d8c4198d1b9ed@37062 7a7aa7f6-c479-11dc-97e2-85a2497f191d\n", "proba": 3.2654486403771443e-07}
{"commit": "66bb8923e654381f798877e07444e772e2f09689", "message": "gson is outsourced for advantage/separate usage\n", "proba": 1.1281411360641869e-07}
{"commit": "04057e5d14030ef54c522b2372019cf2858083e9", "message": "am 5136791b: am 599c1042: Accessibility: Ensure fresh accessilbity focused and input focused nodes. automerge: 27ad2e9\n\n* commit '5136791b3429d1964b9202fb7caad52719408a61':\n  Accessibility: Ensure fresh accessilbity focused and input focused nodes.\n", "proba": 3.367177896507201e-07}
{"commit": "8bf2f772a616307ff3fcefa31d34c0de1f226ab7", "message": "am b250e94f: Merge \"Fix bug #7112174 ActionMenuView should be aware of layout direction\" into jb-mr1-dev\n\n* commit 'b250e94fdced2bd753eeb75f378abfab8b17cc2c':\n  Fix bug #7112174 ActionMenuView should be aware of layout direction\n", "proba": 4.273521199138486e-07}
{"commit": "bdbc0e03116f441ff6f97605cdea598ca3c4314a", "message": "CreateAccountTest\n\n- Added logging\n- Added test methods:\n-- createAccountWithNonMatchingPasswords()\n-- createAccountWithValidData()\n-- navigateBackToLoginPage()\n", "proba": 2.6265611268172506e-06}
{"commit": "f06607882ff4bfdb4c0ada981193e567b9242f57", "message": "Cleanup USER_OWNER in PDB Service\n\nThis assumes that the calling uid is always from user 0, even in split\nsystem user mode.\n\nBug: 19913735\nChange-Id: I99b6a0ca534ac1627c1abb8609c92ff74a5aeabf\n", "proba": 2.74931676358392e-06}
{"commit": "5096ee814babf88cb50ed858f9cc4fef3ddf4f80", "message": "am 0fe3e455: am 3d06ea03: Merge \"Debugging for issue #22556778: Starting under voice control not allowed\" into mnc-dev\n\n* commit '0fe3e45555067af269105d23b3234baa8db7497d':\n  Debugging for issue #22556778: Starting under voice control not allowed\n", "proba": 4.189077742466907e-07}
{"commit": "fe3297dd34485947097edee5b15e73d89ef0be66", "message": "am a3a7bcbd: am 6385ff51: Merge \"Advise persist threshold outside NPMS lock.\" into jb-dev\n\n* commit 'a3a7bcbda43ebddbf7bdd70c12258d1f1066c931':\n  Advise persist threshold outside NPMS lock.\n", "proba": 6.187602252794022e-07}
{"commit": "14c4bc2d3a248c45f35ab743de18e83303a6c8ce", "message": "Tog bort metod som inte anv\u00e4ndes\n", "proba": 1.013135488392436e-06}
{"commit": "8999959d9a76a7f9cc1175682084ebb8e9f2721c", "message": "Add Java solution to question 15\n", "proba": 7.037134491838515e-05}
{"commit": "30a9a266d1637c6178635fe66df3a9a06f4e6cdc", "message": "[166906] [refactoring] Refactoring inner class causes bad JSP code and error in log\n", "proba": 1.2361172707642254e-07}
{"commit": "e57676baaa374ce2cc4d83a0c61115d096bd9ac5", "message": "Documentation fix for Sensor.getMaxDelay()\n\nChange-Id: Ibec32f098b2036ec1f9795ec8155dac47b5df4fd\n", "proba": 1.239068410541222e-06}
{"commit": "eec946aacd4fd5cd7dcb602e1085e78c816be416", "message": "am ee6046ad: am 00f7cb92: Merge \"BatteryStats: include mobile radio active count and unknown time in checkin\" into mnc-dev\n\n* commit 'ee6046add136d4791e71fb17a07076b425b7250c':\n  BatteryStats: include mobile radio active count and unknown time in checkin\n", "proba": 2.1174179209992872e-07}
{"commit": "a9d7a86f38478be0196bd8b1f379e6ecedcd8ae5", "message": "am a26ece2e: am 78c0a044: am 9c9c0eb8: am e827c252: Merge \"Allow soft hyphens in languages without patterns\" into mnc-dev\n\n* commit 'a26ece2e0e4bd30f39b36346789ea589d9b20309':\n  Allow soft hyphens in languages without patterns\n", "proba": 3.124333716186811e-07}
{"commit": "5d5d1ff2d5daadec48c6c95e86d6d644390c02e6", "message": "Prevent TweetDeck from crashing.\n\nChange-Id: I964d9152010060c3a2698cdb6c22ac21da1af8b0\n", "proba": 0.00015374392387457192}
{"commit": "06689433bc9e9d54e01bf4af9526dff2fc3dc862", "message": "am d61ff77e: Merge \"Fix ListView is not scrolled properly with arrows\"\n\n* commit 'd61ff77ee10b2c956df153e08b850e852ff5df57':\n  Fix ListView is not scrolled properly with arrows\n", "proba": 4.445352885795728e-07}
{"commit": "727433d14966911fc0ce0f546012f3b541521841", "message": "am 26606007: Merge \"Fix header and footer dividers to match docs\"\n\n* commit '26606007be1c6e5f0dd57101fc4daeeafe30fc20':\n  Fix header and footer dividers to match docs\n", "proba": 1.8264968559833505e-07}
{"commit": "3a499e013ce1dfa6b90e222e030fab03333fb016", "message": "Fix password obscuring in TextView accessibility node\n\nBUG: 14998638\nChange-Id: I215ea7b11bef5242e6adb1e595df36555548c165\n", "proba": 0.0001049855345627293}
{"commit": "1b2415fbdf0cab96a6682cfd87094160ca51bfdb", "message": "Fix for bug 7358703 Gmail ANR when trying to compose a message\n\nWhen deferring scroll to a point, it's possible the text changed between\nthe time the scroll was requested to the time layout happens. In this\ncase, it attempts to scroll to a point past the end of the text buffer,\nwhich created an infinite loop.\n\nThis patch clamps the scroll offset to the length of the text, so it\njust scrolls to the end in that case, rather than crashing.\n\nChange-Id: I53740d119d588560f5a4d9fb80e38f7057faab89\n", "proba": 8.338543557329103e-05}
{"commit": "d32003a974388334aee4c141cc9f84042ee1068a", "message": "am 566e8baf: Merge \"Fix for IOOB when suggestions have disappeared\"\n\n* commit '566e8baf43a08b1000b8c4c24fb14fe94e46394d':\n  Fix for IOOB when suggestions have disappeared\n", "proba": 4.400238537982659e-07}
{"commit": "c047ca454012d49820e9bf14f4501156e4479881", "message": "am 25f7c4b9: Merge \"Update hint text color even when text present\" into lmp-mr1-dev\nautomerge: fbe0e8f\n\n* commit 'fbe0e8f4183f3a42fde9aeeed024bee2fbf182b6':\n  Update hint text color even when text present\n", "proba": 3.553801207090146e-06}
{"commit": "a3422ee07054c6e13cb2f60bcf92c4e0056f06cf", "message": "am da0b7033: am 30e7f79b: am 1384d1d9: Merge \"Fix: TextView makes new layouts too frequently.\" into mnc-dev\n\n* commit 'da0b7033e6e51045a14bb81772dca6dc1dae710f':\n  Fix: TextView makes new layouts too frequently.\n", "proba": 7.990124686330091e-07}
{"commit": "82ba0ecaa72df892a34c279ac449e752e87f7ed8", "message": "am 315f3865: Merge \"CustomSelectionActionModeCallback can prevent selection mode from starting.\" into honeycomb\n\n* commit '315f3865983f59e5ad9f42602f443e8c42b6e5c4':\n  CustomSelectionActionModeCallback can prevent selection mode from starting.\n", "proba": 1.0544137012402643e-06}
{"commit": "de2080b97ee68a9639e96e6eca51b8d27e0c5720", "message": "Added VelocityEngine as an exposed bean\n", "proba": 1.2888740741345828e-07}
{"commit": "3872396a7c8de8376d20fd6c55e7112b1bd280b5", "message": "Added changed event", "proba": 4.52886808943731e-07}
{"commit": "b01a5ba2b7c1bc22e30d6cc16c30f8e1215701cd", "message": "am 562262cc: Merge \"Bring along more ApplicationInfo fields.\" into lmp-dev\n\n* commit '562262cc89838529316ff2f3e511c0d876b08677':\n  Bring along more ApplicationInfo fields.\n", "proba": 1.6068455011009064e-07}
{"commit": "ee8332286c07c82bb0dca438519350a9cbc2c783", "message": "am 9edc4e89: GestureOverlayView was not invalidating itself when calling clear(false). Calling clear(true) was working properly. This change also makes clear(false) and clear(true) both behave similarly when fireActionPerformed == true.\n\nMerge commit '9edc4e8930273d9bb3b5e9cb73c219e012de8ffb'\n\n* commit '9edc4e8930273d9bb3b5e9cb73c219e012de8ffb':\n  GestureOverlayView was not invalidating itself when calling clear(false). Calling clear(true) was working properly. This change also makes clear(false) and clear(true) both behave similarly when fireActionPerformed == true.\n", "proba": 0.004272701218724251}
{"commit": "68bd8cf7fee3f611e6598370804b290878333917", "message": "am b04c6689: am 02ee5387: Merge change 24764 into eclair\n\nMerge commit 'b04c6689d0369209dbf0485a2e0af7f02b521fad'\n\n* commit 'b04c6689d0369209dbf0485a2e0af7f02b521fad':\n  Add @Widget annotation to GestureOverlayView to make it usable in ADT.\n", "proba": 1.1904595709211208e-07}
{"commit": "d868be588b19f5a29e04beebbc40025253875613", "message": "Made VoicemailContract classes non-instantiable.\n\nChange-Id: I35539e5b293412f4f11b0bc062d754f813d4168e\n", "proba": 5.219896593189333e-06}
{"commit": "7091a8f00affd9ad9aff4384a4b28868ca09758a", "message": " Introduce new resource life cycle listener\n\n add files\n", "proba": 1.7915962757797388e-07}
{"commit": "298841cf54647ba8fe89b12a636efb736d912c2a", "message": "Moved the EmbeddedExtensionProvider from smackx to smack, since it is not tied to extensions but is a simple utility for aiding in parsing of custom cabinets.\n\ngit-svn-id: 9a24f8719f8a4f5ef6199811ff80ca930e7e075e@12921 b35dd754-fafc-0310-a699-88a17e54d16e\n", "proba": 1.2515311027527787e-06}
{"commit": "36ea20ce0e84562fe90dc490b03d970b3736ab9a", "message": "am 6e2a3542: am 51bd56c9: am 6cdf51f2: Don\\'t use finalize on ActivityView to cleanup.\n\n* commit '6e2a3542e1ee6797d157a3e19f9ff0508523d8f3':\n  Don't use finalize on ActivityView to cleanup.\n", "proba": 1.6941656610924838e-07}
{"commit": "d42e221c3098dc84818d4d22d7442fc2bb0b469f", "message": "am cefee0c8: Merge \"Remember userId when stripping / rebuilding notification.\" into lmp-dev\n\n* commit 'cefee0c8185594f017ffd396cfe1877419c24371':\n  Remember userId when stripping / rebuilding notification.\n", "proba": 3.894965345807577e-07}
{"commit": "3936e7a6fb6ab5a3ee4bfa7e54786f0ee103d4bb", "message": "Deal more gracefully with null smallIcons.\n\nFirst, when parceling a notification with no small icon:\nWell, you shouldn't attempt to do this anyway, since NoMan\nwill reject a notification without a valid smallIcon.  But\nsetServiceForeground parcels up the Notification on its own\nbefore handing it off to NoMan, so it will crash on an\ninvalid small icon. (In general, parceling code should never\never crash, even if the object is in an undesirable state.)\n\nAnd when build()ing a notification: Same thing---don't build\na notification with no icon; you're going to have a bad\ntime. But maybe you're going to fix it before you hand it\noff to NoMan. Or maybe it's just one page of a wearable\nnotification, so it doesn't really need its own icon. Either\nway, Notification shouldn't crash.\n\nBug: 21286186\nBug: 21298403\nChange-Id: Ie482cde0a3afe3aaabf07be0536551b8e4bceba0\n", "proba": 0.0002105947060044855}
{"commit": "0e3fdd17a7afa1f1cdda8e6e585baad2ae847460", "message": "am 62fbb831: Merge \"Document interaction of SurfaceView and post-layout transforms\" into jb-mr1-dev\n\n* commit '62fbb8311a1fe84fd1b09e27169757c85d7933cb':\n  Document interaction of SurfaceView and post-layout transforms\n", "proba": 1.97540003910035e-07}
{"commit": "6ef129e09df2c65a2d7985efb9b8be8b546ff1b7", "message": "Handle null argument in ImageView.setImageIcon()\n\nProvides consistency with setImageDrawable(). Also updates docs and\nannotations for setImageZzz() methods that can take null.\n\nBug: 21664964\nChange-Id: Ia9b7f8ee9edb23eeea457520bea4dd261decc794\n", "proba": 1.4163131254463224e-06}
{"commit": "c32e4883030acf04f8bd328342cf86515cb983e9", "message": "add SchemaChangedEvent\n", "proba": 2.7969196025878773e-07}
{"commit": "69828470626cf267829a4762f6b0f49b7b964322", "message": "am ab9d5b11: Merge \"PowerManagerService: Remove assumption that light sensor will always send a value as soon as it is enabled.\" into ics-mr0\n\n* commit 'ab9d5b11737f8a460467657035186bcfa7085eb9':\n  PowerManagerService: Remove assumption that light sensor will always send a value as soon as it is enabled.\n", "proba": 2.023973365794518e-06}
{"commit": "53b83f702e9fc43cad7eef95e2285318c4f0314b", "message": "It's now possible to delete actions. Joy.\nFixes issue 1081 (dev error)\n\ngit-svn-id: 50f83ef66c13f323b544ac924010c921a9f4a0f7@3776 00569f92-eb28-0410-84fd-f71c24880f43\n", "proba": 1.1589515906962333e-06}
{"commit": "c186bafd3434dc68fbedd73f90f2aab11c4bd743", "message": "Update pavlok API messages to fit the new app better\n", "proba": 1.2362303891677584e-07}
{"commit": "55068cd130737b152203ebc9817fa6c16a780bb7", "message": "-FriendComponent: Removed unused arguments\n", "proba": 1.5560762278710172e-07}
{"commit": "3b9593d82d802ac17e6c6225e686856fcd8ff2bf", "message": "am 5a082a9e: Merge \"Remove legacy version of ACTION_PROFILE_PROVISIONING_COMPLETE.\" into lmp-dev\n\n* commit '5a082a9e3a92e571d9b532d0aa994db1a9295cc4':\n  Remove legacy version of ACTION_PROFILE_PROVISIONING_COMPLETE.\n", "proba": 2.272994947816187e-07}
{"commit": "58201d9a8b050ffbaf4787bc3b21ee98bc41aaf7", "message": "am 614e4635: am d5d82cf3: Merge \"Add a hidden method to query profile owner name for a user\" into lmp-dev\n\n* commit '614e4635ee6f6316736384cf174dd6ca4f18c6b6':\n  Add a hidden method to query profile owner name for a user\n", "proba": 3.6191235608384886e-07}
{"commit": "e7086a47e337decb4cb4477e9fd37d2fcf0308b6", "message": "am b3ebc306: am fc9f07dd: Merge \"Adding LocalePicker support for the zz_ZZ pseudolocale\" into jb-mr2-dev\n\n* commit 'b3ebc306c256bb75282da23e5e3995fca6680ba0':\n  Adding LocalePicker support for the zz_ZZ pseudolocale\n", "proba": 5.238305220700568e-07}
{"commit": "316ea052685ae15eeaacec69d8bcda8266cf745f", "message": "test: Add SQL generator tests for program variables (#5270)\n\n", "proba": 1.1710602620951249e-07}
{"commit": "cf43d9baabd9a21e06b1b100deb45a5022cd99dd", "message": "Fix sdk build\n\nMissed a doc tag.\n\nChange-Id: Ic02c5fe83a28055bde544434c7b9f3e0c7060191\n", "proba": 3.425851673455327e-06}
{"commit": "c8de4d1b30cc0a78ea349f8634b3771b98c8337e", "message": "add solution for valid number\n", "proba": 0.00026224658358842134}
{"commit": "72825c4848fe39d6f7a231becaa07cb2dc6c0c63", "message": "A walker that generates a table of secondary base counts in a bam file.\n\ngit-svn-id: 4561c0a8f080806b19201efb9525134c00b76d40@2031 348d0f76-0448-11de-a6fe-93d51630548a\n", "proba": 0.003770472016185522}
{"commit": "61cf929e88ff0df9b038a5508b09b8051c759c8c", "message": "Add simple test for result parser\n", "proba": 1.9815728592220694e-05}
{"commit": "e8dd07c183aa6735bafc9dfcd451b2db7fd76b98", "message": "JUnit Test for Topology Northbound\n\nChange-Id: I1b380cf5a54da2394660d7422fc2c28576b222f5\nSigned-off-by: patrichu <7436f726f2f3b09c587c008d33e7816a19b4b305@cisco.com>\n", "proba": 1.2437537577625335e-07}
{"commit": "9ceac5a02f08bc350d6047660ed75019313f4703", "message": "TaskStackBuilder and intents without an explicit target\n\nWhen Activity#getParentActivityIntent() returns an Intent without an\nexplicit target, resolve it in order to determine a correct parent\nstack.\n\nBug 7223318\n\nChange-Id: I3e88129f1e538cc3d932d6b4f735a5bec54bb4ad\n", "proba": 4.9233636673307046e-05}
{"commit": "05e4e78d24c5583a44d3f7e52985d028de420723", "message": "am 1b391d64: am b492ced8: Merge \"Fix issue #22802782: APR: NPE in package manager with bad intent data\" into mnc-dev\n\n* commit '1b391d6499c161ded570ef45ad3083458529723d':\n  Fix issue #22802782: APR: NPE in package manager with bad intent data\n", "proba": 5.08029756929318e-07}
{"commit": "bf95007f812ec99cd20f82eab7afe082708e277f", "message": "Flash on hit.\n", "proba": 1.2496616363932844e-07}
{"commit": "613cde477fb5067ecb24105f49f0dc198cab95cc", "message": "new code to show polymorphism", "proba": 1.8901980070040736e-07}
{"commit": "ddcf963d32e2f0f7a91e1617f1d96843ee944b4b", "message": "wip of process status collector", "proba": 2.3338202481681947e-07}
{"commit": "59a76b3cb6e72b7d05c6def2881b59cb6f9c04d4", "message": "Adapting for Ethereym as a library style:\n  + adding geo files from the split\n", "proba": 1.2297138596295554e-07}
{"commit": "8f7dae1e752369824a67cbdade9ab795752649ce", "message": "Get env var KUBERNETES_NAMESPACE\n", "proba": 7.68726124533714e-07}
{"commit": "20a073f24466ba5bcd2d45e16c98917e1f9aad8a", "message": "Add WetTiles solution (apparently wrong)\n", "proba": 1.2441120134099037e-07}
{"commit": "372f88fb39fface2d2012b754b2c01394406b04a", "message": "Add missing class\n\nAdd missing class ProxyServicePolicyPropertiesEditionComponent.\n", "proba": 1.2227954471200064e-07}
{"commit": "e9564e729f9b7d208cd04c520e9bf03e91bc57d7", "message": "Missing file for YARN-2701\n(cherry picked from commit 4fa1fb3193bf39fcb1bd7f8f8391a78f69c3c302)\n", "proba": 1.3304698143201676e-07}
{"commit": "43bb822b2dae30142df7e71eb0e4934a5e64f0b7", "message": "New class to disable a button when it is clicked.", "proba": 1.0941077732695703e-07}
{"commit": "5178190d235fc34f30589e86880875b8db63fa48", "message": "Implemented tests\n", "proba": 6.837518071733939e-07}
{"commit": "8ca929b7a37cf02930a00340aab33a5fc74095b6", "message": "Add MathAuxiliary since windows cant even\n", "proba": 5.227087171988387e-07}
{"commit": "b0a365bae789e1a2c95b53d368abe2e30047b32e", "message": "add new interface\n", "proba": 4.4196602289048315e-07}
{"commit": "00ab568e33206d51a9d46364fa7b9d69618f7aa7", "message": "only send a reminder e-mail if necessary\n", "proba": 1.3095480255742586e-07}
{"commit": "f2db8a96b38f95cd0a19003aa26333de400d4637", "message": "Updated per JC and Tyler", "proba": 1.2688254003023758e-07}
{"commit": "1fc4a7d354387957d3a330e8c4d31c957d0d0586", "message": "close the database connection.\n", "proba": 1.879119082559555e-07}
{"commit": "e173902050b3850d90905f6832726f2a690f8e6c", "message": "toString  \ucd94\uac00", "proba": 1.0255861525365617e-05}
{"commit": "d2b60c9fd7e267b3232b88aabae5e0755061a6c0", "message": "Create student participants servlet.\n", "proba": 1.3707490609249362e-07}
{"commit": "5ec35e641e5b1a14ce459ccb4c3e39b3e6a07ba5", "message": "Add clone for KeySetView\n", "proba": 2.9815103630426165e-07}
{"commit": "c92b9e67fc76f3975bcade90653d5af6cf1d19ee", "message": "Adding command feature\n", "proba": 1.6851112150106928e-06}
{"commit": "3822a3457683dcdf9ba27ec74aa9085764e8b155", "message": "add energySaving module\n", "proba": 2.7315246597936493e-07}
{"commit": "473ae58d683107b5f24aa1f5930c6b7ff103ba78", "message": "KRACOEUS-6435\nIRB/IACUC: Stack Trace Error returned when replacing a non-employee PI with a PI from employee list \n", "proba": 1.8207073537723772e-07}
{"commit": "21474fe7c3a24e152d8dae9e62ea519cd2cea30b", "message": "Main class created\n\nLet the fun begin\n", "proba": 1.4023457595158106e-07}
{"commit": "0727e1e80b65c202f46a704cb7a272cfed40c26b", "message": "Solved 4 kyu kata 'Roman Numerals Encoder'.\nhttps://www.codewars.com/kata/51b62bf6a9c58071c600001b/solutions/java\n", "proba": 3.2184300380322384e-07}
{"commit": "0ff7443817772a5993802853cce4fd000b8a7276", "message": "Spawned dialogs on BotInfo are now positioned relative to the main tabbed pane, instead of BotInfo panel\n", "proba": 1.221096397330257e-07}
{"commit": "8997027eee5a441a71639e330802f24ced679923", "message": "ADD: SharedBusyIndicator.", "proba": 1.413309433928589e-07}
{"commit": "e5f6256362fc7d61fb239f98de226d6f4a42c740", "message": "Added ObjectDefinition component (part of #23)\n", "proba": 1.0341234712996084e-07}
{"commit": "77e1067e385ed89a0fee7f0ccbe067d421769dd2", "message": "Updated Ti.Platform to 3.1 SDK", "proba": 2.0383430410220171e-07}
{"commit": "29e2710322b6a1e8aada3a32f046170b4b45211e", "message": "  Completed task 1 of homework for lesson 2\n", "proba": 0.9992994070053101}
{"commit": "71cabab9d36e825f6c2b5e996befd31a139ff451", "message": "Create `ScriptMetadata` to track state about scripts inside refactoring tools.\n\nThis state is already being computed/used elsewhere, this is just a consolidation.\n\nPiperOrigin-RevId: 306739917\n", "proba": 1.2842669150359143e-07}
{"commit": "04ac7980db7e26666e9752398a635a9e04639f85", "message": "added background task for searching for routes\n", "proba": 1.4571968165455473e-07}
{"commit": "5a87d893669836f7c03053456da0cb99ab11093a", "message": "Add missing file TestCgroupsLCEResourcesHandler for YARN-1284.\n\ngit-svn-id: 18f68cb356f2bf53a217c39a7af1470588d83bce@1530493 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.0412915293709375e-05}
{"commit": "365b84b074f9475b1b835e16678870aa3354e17e", "message": "MultiFileResultReceiver: simplification", "proba": 4.4891799916513264e-05}
{"commit": "2c62f4e9e59ab0f466346820bd937e1e1daf8698", "message": "[130773] Selection event fired twice when select in XML editor\n", "proba": 1.452522440104076e-07}
{"commit": "c582a701b14df3ae04bfac6eb55ac2fc4f1ff6d4", "message": "add role api\n", "proba": 4.1590200794416887e-07}
{"commit": "f08ac8b82aeae09a5767b48aac8710ac2ddb5718", "message": "[FLINK-15935][example] Add Streaming Window SQL example\n", "proba": 1.6512203160345962e-07}
{"commit": "d3cf0c409820de94d8064e6efa50939b61187541", "message": "rename protected method\n", "proba": 2.1065548025944736e-06}
{"commit": "42d086a91dc717184951bc78d362c6f7c272579e", "message": "Fixed incorrect use of argument matchers\n", "proba": 2.923558781731117e-07}
{"commit": "1b10d70c08955f10be527a664c1e9be3688f33f3", "message": "DTP-BIRT Model ODA adapter plug-in\n", "proba": 1.742466935183984e-07}
{"commit": "fb0f8023d953086d438f6edc22a1572afbd4aadd", "message": "Adding tests for Release class\n", "proba": 2.581616627139738e-07}
{"commit": "d34b9988780de5b4202aae2a69c14c4184c9d0cb", "message": "Added special case for arm-linux architecture (#75)\n", "proba": 1.0603100975004054e-07}
{"commit": "044538fcd55b47e65f4f18feda000b79f103542b", "message": "AbstractDispatchAction\n\n\nSVN-Revision: 7473\n", "proba": 1.8006988966590143e-07}
{"commit": "6a1aac5e6c9d49a70742ea3f783a17bbc2aa99fd", "message": "extract opinion word set and target word set using double propagation algo\n", "proba": 0.0019353899406269193}
{"commit": "7e1b3f3c826de84d57efe695a5be90ce87ba9369", "message": "Add unit test for HsmLoginParameters class\n", "proba": 1.9919872329410282e-07}
{"commit": "469254f6a72bd8b2cf29c30eb9f6156054977591", "message": "Adds simple tests for setting levels and appenders through the log manager.\n", "proba": 1.0697539920556665e-07}
{"commit": "767362a7e04274b7826ac5195c8c46f8b1f691f5", "message": "Fix failing unittest\n", "proba": 6.091874183766777e-06}
{"commit": "16114c4896706bfda24b7c2008094e8aedc4d8ce", "message": "Add tests for the \"automatic even\" configuration option\n", "proba": 7.0664009399479255e-06}
{"commit": "04772e0e267f2ea5574eff2477b3b4b67a1eca4e", "message": "introducing a failing scenario (to be solved)\n", "proba": 7.49248386000545e-07}
{"commit": "bd3e4e0385dc8acdd6d06ed862c07f7c9d218f81", "message": "SQOOP-206. HBase import to use plugin InputFormat.\n\n(Peter Hall via Arvind Prabhakar)\n", "proba": 9.960331226466224e-08}
{"commit": "2ae3a1b7fc49caeb19dbd9ca61e3e9253171b034", "message": "+Craftomat: Eingabetext verbessert\n", "proba": 1.4344504961627536e-07}
{"commit": "30a0d344a509d147f0d96e5242ee4b06e7e870e5", "message": "Adiciona URL para miolo de p\u00e1gina de conte\u00fado - #448\n", "proba": 1.2059831533406395e-07}
{"commit": "96f0fc43132efb2421689b06b1e583d7c077bff9", "message": "bug fixed for final field. fixed issue #698\n", "proba": 3.2699145435799437e-07}
{"commit": "d7a1c2825621bdc95d969e21dcc6a2ce3ada0507", "message": "Missed this file on commit for non-blocking snapshots.\n", "proba": 1.153387430008479e-07}
{"commit": "fb285c7fb28c9eaffc7ee8d45b7c3e10ae900b78", "message": "Add scalar subquery expression\n", "proba": 1.2438880730769597e-05}
{"commit": "fab08794bc0fa4caf0d5c5401d3fd360d28c239c", "message": "Add simple JDNI browser\n", "proba": 2.0936136024829466e-07}
{"commit": "ce1608d802d6247be9bf862bc1a6dc9731f7ab8c", "message": "Don't look for Jar Signer or ZipAlign if you're not going to do instrumentation\n", "proba": 1.201216122126425e-07}
{"commit": "25400ea3b65aba9d90d20c8c999e449356c44f97", "message": "\u4fee\u6539\u4ea4\u6362\u4e66\u7c4d\u5217\u8868\u8fd4\u56de\u683c\u5f0f\n", "proba": 1.5194413549579622e-07}
{"commit": "48f0a468215a8099b6124608c765a21eacc55675", "message": "Updates acme challenge endpoint\n", "proba": 3.3733556392689934e-07}
{"commit": "7e87f9669803ef56ec96ccd1acb4889435c58af1", "message": "remove OSGi hacks that were used with kafka 0.9.0.0\n", "proba": 2.0757923380188004e-07}
{"commit": "e08545f90dae3e12401b0c6aebe45562d3f89cbc", "message": "Update ByteUtils.java\n\n\u5b57\u7b26\u8f6c\u5b57\u8282\u7684\u65b9\u6cd5\u4f18\u5316", "proba": 1.5963932753493282e-07}
{"commit": "e0318bfea8dbc018dabfa38c2e43d3a15690fd15", "message": "Added substance edit listener\n", "proba": 1.8279222047112853e-07}
{"commit": "0b9d28e35a3cf8d1283eb6d31d80564efbd17d7b", "message": "Fix comment.\n", "proba": 1.3302705781370605e-07}
{"commit": "637491349a80e38986ac9b1c13c49fbf604e8457", "message": "Checking in long overdue Java Swing example.", "proba": 1.0726778043590457e-07}
{"commit": "4fd65b4c15e0c562e2eada2f6974e84feabfa2fc", "message": "INTEGRATION: CWS sb23 (1.1.2); FILE ADDED\n2005/02/18 16:48:43 sb 1.1.2.3: #i35277# More cleanup; first part of supporting CurrentContext in URP.\n2005/02/16 16:54:44 sb 1.1.2.2: #i35277# More cleanup.\n2004/10/11 10:22:21 sb 1.1.2.1: #i35277# Cleand up (as a prerequisite to doing any substantial changes).\n", "proba": 1.0992975063572885e-07}
{"commit": "2dce8198886153d69eeaa30aab35588df9f18340", "message": "cartman vs kenny\n", "proba": 2.443424364173552e-06}
{"commit": "1d2f5ae40a687b73f6020c1da0b4680e06262df3", "message": "CashMoneyPurchaseContractDatabaseFactory\n\nCustomerBrokerCashMoneyPurchaseContractDatabaseFactory\n", "proba": 4.282088639229187e-07}
{"commit": "efb5a9e79a042dcc4101ef672ce0380e9cdbf640", "message": "Modify TreeNode class to facilitate testing\n", "proba": 1.943272565085863e-07}
{"commit": "95d1d417440947ad732d1f73feae0980b0328ec2", "message": "[ADD] started generic import service\n", "proba": 2.0627756214253168e-07}
{"commit": "8f1f603822bcc30bfcbab746edf4e6703b3137fa", "message": "compiles\n", "proba": 2.16069133784913e-06}
{"commit": "fcb91fc3da4e2d27c8f380dad4b23da1951170a2", "message": "Add utility class.", "proba": 1.8558793613010494e-07}
{"commit": "734db6e037f1e74c0d24127aee714522ea14189c", "message": "add testcase for issue #656\n", "proba": 1.5670100594888936e-07}
{"commit": "dd603623a1f69e187034e77ff2fb09d3efa7e264", "message": "Add InputListener interface to core", "proba": 3.003568167514459e-07}
{"commit": "8824ee9ce63be9bb55d6db2d4c05bba9eb05cb77", "message": "add verify homozysity equations java code, to testify whether the simplied equation give the same result as the complex one\n", "proba": 3.1156841373558564e-07}
{"commit": "0b123bcea3405fe4c5a031810c28702e87ba1d53", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "71ee9ddcd8edcec5315aa1d0b0d39c7a5757b08f", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "fbf0d2dbebbd97e7b45626eb07d3a4251f2e50d7", "message": "Unit test for logout filter.  #597.\n\ngit-svn-id: 4b387fe5ada7764508e2ca96c335714e4c1692c6@3732 0d517254-b314-0410-acde-c619094fa49f\n", "proba": 5.038858034822624e-06}
{"commit": "6bbd22b7e39481b8aab82cd3b7edaa1866064bed", "message": "test case simulating the bug on removing an form with an UploadProgressBar\nIssue: WICKET-3200\n\ngit-svn-id: 5a74b5304d8e7e474561603514f78b697e5d94c4@1039829 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.5741411516501103e-06}
{"commit": "681a5c93a63e137e9bd1596812926010eb1e23d8", "message": "Moving files to Entites.\n", "proba": 1.210104159099501e-07}
{"commit": "c5976fa43c6f16367dffe68e71a31cfb0d37f576", "message": "[nobug] simplify extraneous branching\n", "proba": 0.9975973963737488}
{"commit": "066a30488a96d06beb7c24d8af2308e19770446e", "message": "Opearting a sorted array\n", "proba": 2.7397738904255675e-06}
{"commit": "f63c3d6a8e6de070b94496d28f9492502ec0e74b", "message": "version details from manifest\n", "proba": 1.7907592564370134e-07}
{"commit": "d2ae27d0b75f3cfa5867873cb9b07c69aaa3a9b2", "message": "shiro authentication replaced\n", "proba": 3.4262103554283385e-07}
{"commit": "182ee085035eec97f08264514d934c7b06082984", "message": "NEW: JsonUtil", "proba": 2.391059297224274e-07}
{"commit": "ff88dbe9c9ed315a538c2024ffc4d2ec9ad2be41", "message": "register events on ready, and only once\n", "proba": 1.2684297701071046e-07}
{"commit": "746b72cc2f997a8272270c667db9df0195018811", "message": "Created.\n", "proba": 1.6814064451864397e-07}
{"commit": "0f3430fbee4ccd9c1ca8c853691b5affcec91a6a", "message": "added an option to specify whether summaries shall be validated after being read from disk or not\n", "proba": 1.3873025750399393e-07}
{"commit": "0e52aad33995ee07613e2624713b027af2f28cc0", "message": "added java class to overcome Gradle bug! See #55\n", "proba": 1.0932441796285275e-07}
{"commit": "0e08bd90f4ca4f02c3dfc1108147aae56e9168b3", "message": "Cleaned up imports.\n", "proba": 1.233786548482385e-07}
{"commit": "0e169e5edeb24256e60a4fabbbfb81182d464c61", "message": "Added tests for the EventRecorder.\n", "proba": 1.0915023551660852e-07}
{"commit": "d2d55a965459db3d18850769faac8fc424df2dfc", "message": "Added unit test to verify functionality of sanity check\n", "proba": 1.4933446834675124e-07}
{"commit": "572aa3ee0c4d75f1ef842fefd44672898a288ebd", "message": "Add test for ExactCount.\n", "proba": 1.9528476968844188e-07}
{"commit": "75fd01237b1a6005bb6e548d5289da6223f82ad9", "message": "Unused import\n\ngit-svn-id: 3cfc64c80f2e6f92f6d08f3c7f3967ef35335cd9@1303982 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.910202508450311e-07}
{"commit": "a888b9b8dda34dba1f1f0d10bbec939504d786aa", "message": "Added tests for SSEOutputStream\n", "proba": 1.9830351050131867e-07}
{"commit": "c2508702e7e0b9525838ef96348774be4afa000d", "message": "Update HelloWorldController.java", "proba": 5.223795596975833e-06}
{"commit": "31215fff2be3da4130b5409cdac7c5878e0ce55e", "message": "Coin Change\n", "proba": 1.9579065337893553e-06}
{"commit": "6f45b34374149b851a1b9ff844a931727ccbd0c0", "message": "Fixed tests\n", "proba": 5.21611696058244e-07}
{"commit": "4ce021815b1217ef4b140ed2ef74e8201f009618", "message": "Added the CreateUserDTO class\n", "proba": 1.6437149952253094e-07}
{"commit": "7e2e5dd07e5976c11e73449fbaf0d0dcf9d2f763", "message": "[ISSUE #9524] Add unit tests to ConfigInfoBetaMapperByMySql class (#9525)\n\n* Add unit tests to ConfigInfoBetaMapperByMySql class\r\n\r\n* Add unit tests to ConfigInfoBetaMapperByMySql class", "proba": 1.2940124349825055e-07}
{"commit": "9623b98d97efe60f4683a727b523ea0a7f90b1ac", "message": "Update APIConsumerService.java", "proba": 1.3994921346238698e-06}
{"commit": "13b3472ec745f5d92dd271c7b6341e24aa609266", "message": "made RestClient non-final\n", "proba": 2.571703987541696e-07}
{"commit": "b063520c620a39763a0e83fcc11872af55c12490", "message": "Clearing", "proba": 1.5459603446288384e-06}
{"commit": "d91b16869126a177bf36a0df47f0e249028388ca", "message": "Create BaseApp.java", "proba": 1.0841137736861128e-05}
{"commit": "13087984915ce5c242ce0ee3b23dffad354af2a3", "message": "Create Writer.java", "proba": 7.398423917948094e-07}
{"commit": "2d3a4597872a193bf02a90b0267ff23e1a2239ff", "message": "Added documentation to game.model.MobList", "proba": 1.807188141356164e-07}
{"commit": "a5cd319a941935ab60f55cc76ddbebbf8a35ef1d", "message": "feat: 61-rotateRight\n", "proba": 8.943191005528206e-07}
{"commit": "92e7ad370bf7ce4821ab06d5be22a8e7dbf14876", "message": "Added XSPUtil class for getting wrapped XSP Domino objects", "proba": 1.541936143212297e-07}
{"commit": "a53576baf696335103bb05919c98d4cb1a45ed2d", "message": "fix for non static property accessor in opensaml code\n", "proba": 1.295491642849811e-07}
{"commit": "dfab8bc9a6bc65826e607037d4c06a45793bc964", "message": "added two sum solution, complexity is O(n), space is n\n", "proba": 0.999995231628418}
{"commit": "89cbe1958446ed364b368c117c0ebeacc3c1a356", "message": "add ShowAndAction.java\n", "proba": 4.372320745460456e-07}
{"commit": "9ce0b23f65f139a7d1dad18c64dec45b42ab3d05", "message": "Added code for 3d array\n\n", "proba": 2.5169504169753054e-07}
{"commit": "8beb102a49ceb9966d2f2bf76b2806979b6bda8a", "message": "Add feature impl note\n", "proba": 2.1889636059313489e-07}
{"commit": "5f2b1356f762485ec962147dec2aa53fd3c63075", "message": "ProfissionalController (ou manage bean) est\u00e1 com singleton implementado\n", "proba": 1.3738350901348895e-07}
{"commit": "8c99d811a0cc61c7e5499ce78eee69ae0e82bbbc", "message": "actually make vectors\n", "proba": 6.314252232186846e-07}
{"commit": "2dabe3ecc3dd7a9a5cb44e643633c01ceaaee34d", "message": "cleanup\n", "proba": 3.1109298106457572e-06}
{"commit": "80b3d141bf425e495c433757a978b2bce37157f9", "message": "update for Data changes\n", "proba": 2.63872777850338e-07}
{"commit": "9325cc1d4bda33c3fbee0d73af176810ad9595f7", "message": "Adding source file\n\nInitial commit of source file. Completed up to step 2\n", "proba": 1.9452639321571041e-07}
{"commit": "a1aa4f1ea3915dc2e98dfff6402aee2369cc30c6", "message": "BOJ #3977: \ucd95\uad6c \uc804\uc220\n", "proba": 1.7808680752295913e-07}
{"commit": "c7abfb4cf083f9aec752f7d62f4d845afdbc8a09", "message": "Delete Errors.java", "proba": 3.2107279821502743e-06}
{"commit": "6b0578e0ac9ec91493ef0a58467e1ca60dbc23d5", "message": "Created ArPropertyConstants class.\n", "proba": 1.1621099105241228e-07}
{"commit": "a2a84ebb85f5a9e02ff43b7ae083017d22a4e8b9", "message": "More voice optimizations\n", "proba": 1.4974460782468668e-07}
{"commit": "c97956a5338c79d38b6dc03163604cb6298a57b1", "message": "This class is used to write xmlschema documents\n", "proba": 2.272130217306767e-07}
{"commit": "024fd0c6051e01579018fad0c1a56e9e47b195df", "message": "Disable color view animations when stable insets change\n\nPrevents color view from showing up on phones when\nthe orientation changes to landscape. Previously, the\nanimation was only prevented when the stable inset of a\nbar became nonzero; now we disable animations whenever\nthe nonzeroness changes.\n\nBug: 19353466\nChange-Id: I31b4103fe984d158a98cd446ac2ddbe15a408e49\n", "proba": 6.699611958538298e-07}
{"commit": "0635b8927e1e77e34916437f4e5b67cff4e25b2a", "message": "Volume: restore vibration entering vibrate-mode from rocker.\n\nBug:16418732\nChange-Id: I0db18a0ff21cfa1af7005ab9620340d34c2eb63b\n", "proba": 2.2119641016615788e-06}
{"commit": "68518ddbe27bafbd19d4324b894ba1ad592a335a", "message": "am 00660f66: Merge \"Fix \"Always apply window insets to action modes\"\" into lmp-dev\n\n* commit '00660f66ef0344698551c88c0f26663f70e31b5e':\n  Fix \"Always apply window insets to action modes\"\n", "proba": 1.1200623362128681e-07}
{"commit": "ff05108dc6a0213bbce551554e426e8d8f20a418", "message": "am c9cc62b9: Merge \"Add secure version of image capture intent.\" into jb-mr1-dev\n\n* commit 'c9cc62b96561933dd9257a78c6749195fbe8fdd3':\n  Add secure version of image capture intent.\n", "proba": 1.77151775915263e-07}
{"commit": "2f189fa0f75d6899b9fa7db11f5301bc7850b744", "message": "Fix http://code.google.com/p/android/issues/detail?id=3059\n", "proba": 9.405116543348413e-06}
{"commit": "8c7e6e71e02661b0ae54b6c4499beea00ad5d626", "message": "stack overflow\n", "proba": 3.1476722597290063e-06}
{"commit": "4cf97c915a3a1bb88fec3a99beee5675ae35acfe", "message": "am 7bfe7b5b: am 5cca30a4: Merge \"Revert two changes to LinearLayout measurement\" into mnc-dev\n\n* commit '7bfe7b5b541e3b4585c3ef7eb6d4fb3bd9218df0':\n  Revert two changes to LinearLayout measurement\n", "proba": 8.73902308740071e-07}
{"commit": "854a400447d676fe1fe0a8af7c06414c59074eb4", "message": "DNA-83 - Federate content from JBoss Cache instance(s)\nhttp://jira.jboss.com/jira/browse/DNA-83\n\nAdded a unit test class for the JBossCacheConnectorI18n class.\n\ngit-svn-id: 3298e7a5f393115f2db4c266335bac2f742abee0@396 76366958-4244-0410-ad5e-bbfabb93f86b\n", "proba": 1.027506914397236e-05}
{"commit": "d15551908f88d735cf41e5c33b6e41425282b0bc", "message": "PaintTest \u0440\u0435\u0444\u0430\u043a\u0442\u043e\u0440\u0438\u043d\u0433\n", "proba": 4.1611943402131146e-07}
{"commit": "b34b08dbf3466524837c9f5006cf420e3b8b945f", "message": "Unit tests for IsUniquePipe.\n", "proba": 2.786706545521156e-07}
{"commit": "4b6e37a234aa95454f2e1c2e2137462ed1f4d61c", "message": "re-checkin of missing file\n", "proba": 5.241318490334379e-07}
{"commit": "62edb1fcc6524cb3c82fa4da3c801cb26f6bd1ec", "message": "Add a fast 3rd party Base64 encoding/decoding library to work around the access violation errors from the Sun native Java API.\n", "proba": 1.0429043584281317e-07}
{"commit": "9af600a2ff3735158be96d38acbd949e51c20429", "message": "difficulty fix\n", "proba": 2.179518105549505e-06}
{"commit": "ebe5dc877d80c715c1adb676e46ae90f083e3a01", "message": "Moved TapUtil from cadcTAP and renamed to ParameterUtil.\n\ngit-svn-id: 311fcc5b8b03427d323cee07bbb9e5a14d8d22e9@882 728ff76a-78ac-11de-a72b-d90af8dea425\n", "proba": 7.135712166927988e-06}
{"commit": "3aaf35ba216ad256806d4c0d4008c26b50f020a8", "message": "Create ScannerDemo.java", "proba": 9.26179609450628e-07}
{"commit": "39009d8c962d63f0c9a34df82ade4ad550c55e0d", "message": "Check players have a server before sending\n", "proba": 1.4913236157099163e-07}
{"commit": "da307e7a7ced611cffbf371d831096246a6c6568", "message": "\u65b0\u589ePrint\u6d41\n", "proba": 5.121373760630377e-07}
{"commit": "f3f2ee638b62295ca3f4b4e8fe4b41f3c0418e77", "message": "Adding Table  20-2 \"Illustrative Examples\" from JAXRPC Spec as a sanity check.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@248976 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.4084912436373997e-06}
{"commit": "cf79983fe006d50fce1464bc1b474276c004572a", "message": "added Java interactive prompt example\n", "proba": 1.4534771253238432e-07}
{"commit": "29b5b563a6ee897119894c15269b631699811923", "message": "re adding deleted class\n", "proba": 2.28270096158667e-07}
{"commit": "e275809a6b52dd6975dbcc3efcd3dc03eceab675", "message": "Update Problem0012.java", "proba": 6.288315717029036e-07}
{"commit": "d18aeb2dd284fe23affc7f0d8ba7f187ffe574f4", "message": "added license comment to FilePair\n", "proba": 1.4341016196794953e-07}
{"commit": "d3cacac731c308deb3a2e14dc3e160348c1eec7a", "message": "213123", "proba": 8.45005561131984e-05}
{"commit": "33d068fa120d850a6ffbe6fdc6e46e99939a90b5", "message": "aad User class to bank\n", "proba": 1.9474245505080034e-07}
{"commit": "a17faeb123c2c2ed0e4d8ad12e20f266f2cf9011", "message": "Create DirectoryPath.java", "proba": 1.360784040116414e-06}
{"commit": "16241026b42d28a6cc40b5c3e8c8f529c9aef6ae", "message": "Valid BT with node list\n", "proba": 1.9399358563987334e-07}
{"commit": "9c25fc217a408c5af8725a712f04a35d7d8dff73", "message": "Collections\n", "proba": 1.2341330375420512e-06}
{"commit": "df8aba4ca79ea0538de73ec0204530bd70694828", "message": "Adding Javadoc to UpdateHandler\n", "proba": 3.506223151816812e-07}
{"commit": "11892e024fb44c1822d28cde3f6d351787b227af", "message": "Migrating from fileparsers to datasource-fileparsers\n", "proba": 2.7110331757285167e-07}
{"commit": "8aa22bd2ade15a44defc550d9cf8e9abe2246c66", "message": "Fix typo\n", "proba": 0.9999992847442627}
{"commit": "4bcac473dcaa20260300aef59248652f4fb40e1a", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@1815 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 6.017556302140292e-07}
{"commit": "fda5bb095ada8d1754ba322bf969ea8672271f54", "message": "[OPENENGSB-1111] add performance-test\n", "proba": 1.1243598692090018e-06}
{"commit": "a36db5afc93ac12942c2ed3f35f25a47ae070f18", "message": "Added Result API steps\n", "proba": 1.392543680367453e-07}
{"commit": "f096f5ffe68f5f7fcf35b5674f9a93db7b1ccfce", "message": "add MCMove designed for multiharmonic system\n", "proba": 1.1952967327033548e-07}
{"commit": "59bb528226e7f864313c4cbda4fc57e59f1bc2c7", "message": "Updated comments\n", "proba": 1.7255794659831736e-07}
{"commit": "7de09068b58bceb01aa22fa550148e7abd0057d6", "message": "Sometimes there isn\u2019t any other way. Added solution.\n", "proba": 1.0333801014894561e-07}
{"commit": "4c1cf804775d968dbe7877a7e5dc5df8993ee254", "message": "Added PagePrinterDaemonBuilderTest\n", "proba": 1.5777676765083015e-07}
{"commit": "2c758df94ac47ffa351a779a6595fa59ab439c3d", "message": "Added new file for direct reads from repo refs #100020\n", "proba": 1.6546567849218263e-07}
{"commit": "caecf74972e89fa7dbf8b9169dc034a4227f3d34", "message": "Create Input.java", "proba": 2.2557876945938915e-05}
{"commit": "288d9b80b814847544ec5f0708f28569ca5111f5", "message": "Initial commit: PersonWroteBookFixture.java\n", "proba": 5.420856723503675e-07}
{"commit": "93dcff01227abae7172c0da2bbb09d8f6221f296", "message": "Turn down the logging a little bit.\n\nChange-Id: I5760eb7d6d6ed5e8a3426e92c835e8a71e10cdbb\n", "proba": 7.133992039598525e-05}
{"commit": "3f96f8b2fff2a2a7dc0a44d5f1219da8d7f2a5c2", "message": "am 0bd08fc2: Merge \"Fix multiple SSIDs for same Passpoint issues\" into mnc-dev\n\n* commit '0bd08fc22ae457791d95a4d557051e6601516bd0':\n  Fix multiple SSIDs for same Passpoint issues\n", "proba": 2.592773853393737e-07}
{"commit": "c6647957c2507c09460829dc0a0b2f5851652258", "message": "Added root uri to service attribute. Without this Excel won't import make import from service.\n", "proba": 1.0981155895706252e-07}
{"commit": "eba05bc83929042f666b1bfa75864ad8ddefeddc", "message": "Create a custom data type and its associated handler for locations - TRUNK-3622\n\nCreate a custom data type and its associated handler for locations - TRUNK-3622\n", "proba": 2.108655280608218e-06}
{"commit": "cf5ab7339e86a9c912f957ece821650b172e301d", "message": "Gogradle lock model\n", "proba": 2.1920219239746075e-07}
{"commit": "0a2458b60072334ee1dd372bfaee53e56dce7ce6", "message": "KRACOEUS-109 : proposalpersonnumber uses nextval, and get investigators\n\n", "proba": 1.0957032969827196e-07}
{"commit": "4b4edcfa7dc8d0157af5656b42638b7cd65ee0e2", "message": "[modify] epgdump + recxxx\n", "proba": 1.017917611534358e-06}
{"commit": "e31041203db45e7fb3eb7402159b81fb70af29cf", "message": "fixed some javadoc", "proba": 4.1299261965832557e-07}
{"commit": "719c9b8968427aa282c331e2435fd5a185dbce34", "message": "Commented unfixable test (for now).\n", "proba": 1.1042106962122489e-07}
{"commit": "1d9774a3d05ac2715a86ae82139f2faa2117c090", "message": "am 6a6e436d: am 1bc661c9: am 5ac36cea: Merge \"Use VoiceInteractor.Prompt in VoiceInteraction test app\" into mnc-dev\n\n* commit '6a6e436d289c25275e29bd980c5b443aa7ccae34':\n  Use VoiceInteractor.Prompt in VoiceInteraction test app\n", "proba": 5.214246812101919e-07}
{"commit": "1a216fb4f159ff7686663ce07052ca6611de0c16", "message": "TWEAK: protected scriptUrlInserts is no longer used.\n\ngit-svn-id: 25dac4f723c7e5b42083d4a98669c37f60455592@1986 69e27eb3-6e27-0410-b9c6-fffd7e226fab\n", "proba": 6.007189199408458e-07}
{"commit": "e64f304313b9d5859f638e0bcf6144c30fe5b943", "message": "Server\uff1a\u89e3\u51b3\u9a8c\u8bc1\u7801\u8fc7\u671f\u540e\u4ecd\u53ef\u7528\n", "proba": 1.9905060355540627e-07}
{"commit": "2975801479d846b67374cdb1f11147d1c9da2727", "message": "improved removeQuestionnair\n", "proba": 7.193380611170141e-07}
{"commit": "d1becad2ec31aa9b18cc0abe5061e79702a7be67", "message": "delete some useless code\n", "proba": 3.36568227794487e-05}
{"commit": "f92237098110426a21da1f82902ad321a7c1cdf0", "message": "Create and populate SimpleItemTouchHelperCallback\n", "proba": 1.7966009124847915e-07}
{"commit": "00d5b76cd56507483a509ee91a2d1763c3690655", "message": "Optimized imports.\n", "proba": 4.2999263882848027e-07}
{"commit": "11b742dba43baa22d6ee891c62318a2249062bf2", "message": "Adding a test for HgMaterialUpdater\n", "proba": 1.6013275683235406e-07}
{"commit": "983a53b4f20fafd385d6b4924032655ac053f8c1", "message": "undo inadvertent change", "proba": 2.9315176561794942e-06}
{"commit": "d87f119b363714f72bbb88df88de9a0d32aecab5", "message": "Add a test for SQL logging config (#598)\n\n* Add a test for SQL logging config\n\nVerifies that SQL statements are logged by Hibernate when\nconfigured to do so.\n", "proba": 2.731175641201844e-07}
{"commit": "33e2fe332893dec27b946e4891b86f3b995f7e41", "message": "OPEN - issue FLEXMOJOS-86: Unit tests has not been properly executed in case of nested project sturcture \nhttps://issues.sonatype.org/browse/FLEXMOJOS-86\n", "proba": 1.344079976206558e-07}
{"commit": "c5cac2b2db5f53585c3dd94ba4fdd461b2dd9cfd", "message": "OPEN - issue FLEXMOJOS-180: Bug in TestCompilerMojo regarding includeTestFiles parameter \nhttps://issues.sonatype.org/browse/FLEXMOJOS-180\n", "proba": 1.254417583140821e-07}
{"commit": "5a4f0c7c31d8f913844654e2cba709852fbc6c12", "message": "Add the class which actually performs the realignment based on the intervals\nfound by the IndelTargetCreator.\n", "proba": 1.0683837103897531e-07}
{"commit": "e1686503f3183ed463afcb86011c5aaf53c8f088", "message": "Add interrupt bundling process exception", "proba": 2.416579491182347e-06}
{"commit": "3ccbad8ab71d4c1b596b65a9b6e4920c1dd7e571", "message": "MCLOVER-14: http://jira.codehaus.org/browse/MCLOVER-14\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@358338 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.7727625706575054e-07}
{"commit": "eb02d5ba49d92da509e7f629d59537a3b8c7f6b7", "message": "Added implementation for serializable hash set\n", "proba": 1.5341767323207023e-07}
{"commit": "c8753de5c72040dde3efd5f2336a8c8402a980ef", "message": "OAK-3228 : Delayed visibility of new groups when using PrincipalManager (test-case)\n\ngit-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1732169 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.030750690413697e-07}
{"commit": "d3f2bc349c802913410675f2a72716802bb3dbe3", "message": "am 34496264: am 7f274f0e: Merge \"Fix opening secured networks from QS\" into mnc-dev\n\n* commit '3449626471e2c0946af3a88e3b3e08a94692d481':\n  Fix opening secured networks from QS\n", "proba": 2.470698632350832e-07}
{"commit": "6ab7524fa2cd0e2f5e40a22c40753c2558d5cb41", "message": "[PLAT-4479] Unit test for InMemoryIdentifierMap.\n", "proba": 1.0935111305343526e-07}
{"commit": "9bc9ec32c74ba0a313ac8fa0c3f7df5f6a3c6deb", "message": "ACCUMULO-4409 Create AccumuloMonitorAppender\n", "proba": 1.6419461701389082e-07}
{"commit": "aa125ec003e99c65154aebbe8b74e905e7a10cc7", "message": "am 32672f13: am 5a61b4de: am 19343927: Merge \"Permission policies are for profile and device owners\" into mnc-dev\n\n* commit '32672f13574e879bdadbf7a2eb3620b63093971d':\n  Permission policies are for profile and device owners\n", "proba": 2.4228879169641004e-07}
{"commit": "4b7656f18370d1dd73aeca5ec7a45449ca4f00a0", "message": "Allow setting a Device Owner via ADB on unprovisioned device with preinstalled account\n\nSome devices come from carriers with a preinstalled account. This\nmeans that we couldn't set a device owner via \"adb shell dpm\"\ncommands, while the regular device owner flow worked (as the\nlatter just checked whether the device was provisioned).\n\nBug: 18354022\nChange-Id: I9a677de9d34d073e218b9179ec4b0f5b4b82adc9\n", "proba": 2.7027514079236425e-05}
{"commit": "18843646e5fb9ceb079695ecbc6c4dcbfe3da97f", "message": "NextGreaterElementI_1\n", "proba": 7.834625534997031e-07}
{"commit": "297b07a50b62db455a45cff608863d9165329dd4", "message": "add class for working with inventory managers\n", "proba": 1.3013834632147336e-07}
{"commit": "8e6819a5d84c86fde6b39a365d0cc024b29085e6", "message": "Begin refactoring nested function walker\n", "proba": 4.0291658365276817e-07}
{"commit": "77d9f9e9a9bcd4e98c4c14f6b44015f5ba9a26a4", "message": "KRACOEUS-6026\t\nIRB Watermark: watermark is not working on a scaned-image pdf document\n", "proba": 1.1526407917017423e-07}
{"commit": "ffd695d97fedd69b2a0a866dda3db8a8c87e5c2d", "message": "cosmetic\n\nSigned-off-by: Edi Permadi <163b49ac0c44ca5b49677bf42f3f8680b3bd9867@gmail.com>\n", "proba": 1.077262368198717e-07}
{"commit": "c047bd464b70f64ac2839c8d04e00c7ae4a66bfb", "message": "Relax access on deprecated fields for compatibility.\n\nBug: 18610816\nChange-Id: If2398069ecd1c5fa1e49af50527bf817b29fde96\n", "proba": 8.880995210347464e-07}
{"commit": "4e9bbaf043e4d64b737099af05a035780b7da8d6", "message": "Add support for specifying looper on VideoProviders.\n\nAdded constructor for VideoProviders to allow creating instances where\nthe Looper is specified.  This is required for creating\nVideoProviderProxy instances within Telecom.\n\nBug: 20232310\nChange-Id: Ieb31e499caca9d65ff4b52c287e030c0ceeeb6ee\n", "proba": 1.3007336292503169e-06}
{"commit": "8f4be068d3c370a03c22d2160fdc819a4e9ca628", "message": "am d331e4ec: Merge \"Support disconnecting conference participants from conference.\" into lmp-mr1-dev automerge: 4255ec5 automerge: 0bfb97c\n\n* commit 'd331e4ec260df97e646c8481b6aba3c2e54d0555':\n  Support disconnecting conference participants from conference.\n", "proba": 0.02193642407655716}
{"commit": "c0fc9d9e69c1024b3408a30f98627861369ea088", "message": "add hosts authorization\n", "proba": 5.201695785217453e-07}
{"commit": "5805afa3830f54934d8130b139becfb537782bca", "message": "Minor cleanup (unused method)\n", "proba": 1.1732109328477236e-07}
{"commit": "142fcd3d56a753f278b58d968358b3ee0711a910", "message": "Create PreStarForceCalc.java", "proba": 4.6847486601109267e-07}
{"commit": "b61c5e5d6bd2f9541a7c6b20606d21a24dbb74ae", "message": "Added file", "proba": 2.5697573846628075e-07}
{"commit": "2f228cedebcac573202e19ffd1902e5fde1096ad", "message": "Create Logger.java", "proba": 1.170352902590821e-06}
{"commit": "9de8d1b80d4b48eede0c9c8a3febb19f3d74fa88", "message": "Create no14.java", "proba": 2.6408615667605773e-05}
{"commit": "46e4a9d6f4db4bc7ee9c15e2e1cb97433b395ef9", "message": "Atualizacao autom\u00e1tica\n", "proba": 1.5049522517074365e-06}
{"commit": "3fdb82a9fba55ee070cdba0d180214583f87db01", "message": "add single number II solution\n", "proba": 0.00022987244301475585}
{"commit": "68738afbb91c987ffc08f97be374a8ac8a0470c3", "message": "Fixed ClassCastException in ScriptTree (applies the model before the cell renderer)\n", "proba": 1.0113748771800601e-07}
{"commit": "4a283cf30e94501a9d5f978bbafae686febe2e1a", "message": "Added the localization utility class.\n", "proba": 1.1434996594061886e-07}
{"commit": "82cbb4f970bbf21f0cea81ffb2677687e282e926", "message": "Day 6 Let's Review\n\n", "proba": 2.3826804351756437e-07}
{"commit": "39329054bbe579d9dfc8d0013bbd036e5d5d80c0", "message": "create clienthandler interface\n", "proba": 6.881149943183118e-07}
{"commit": "d2f04281d9cb062d33d73b4703657bcff414604f", "message": "added task handlers for the commands, update and get\n", "proba": 2.3429926443441218e-07}
{"commit": "c44aa6cce1ae89d61504f7c77c23715b378f2daa", "message": "add IQHandlerGateway", "proba": 1.054770791597548e-06}
{"commit": "47b531abc81250ab10a0741856ed8cff2971918e", "message": "Add new class Coord to store object coordinates within grid\n", "proba": 2.4096519268823613e-07}
{"commit": "3f42be83f26a4fb447136e3918b51aa460b2e847", "message": "Only draw the active image transparent on resize", "proba": 1.6861305596194143e-07}
{"commit": "ed2c762f8e2b9c07917dd82df1eea1eda18f6541", "message": "Don't use eh.print\n", "proba": 1.3278222468215972e-06}
{"commit": "b8c7dec624913ee11a6b0cf94dfb4aeac580f5b4", "message": "staticdemo.java\n\nProgram to demonstrate the use of STATIC keyword....", "proba": 1.0472957256979498e-07}
{"commit": "acded0c0907e737acf551714209202db89ef6153", "message": "Niht valide Zeichen werden aus dem Identifiere entfernt.\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@341 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 2.1851643396075815e-05}
{"commit": "f0cfc42c642df1c196973dd042309ba8c3e38a4f", "message": "carrot2-examples: an example of using multiple configurations of the same component withing CachingController\n\ngit-svn-id: 659eb10424342cea22344621e2d2cbd98ef34d09@3812 7ff1d41c-760d-0410-a7ff-a3a56f310b35\n", "proba": 1.1009506124537438e-06}
{"commit": "c7c83c18822fccc606313858550f9ca301698997", "message": "Added the class Condition.\n", "proba": 1.1096133789578744e-07}
{"commit": "7de84b64fd9f29e81031cf66549de21fc37d542b", "message": "Fix grammar\n", "proba": 0.9999994039535522}
{"commit": "d0491e9a2c51f8b16f9e11627c38278e3649ae8c", "message": "Make NetworkMonitor do exponential backoff between reevaluation attempts.\n\nbug:19648073\nChange-Id: Idbef196710f2851c4d9d39f5776dd80a2c150ddd\n", "proba": 0.00014588523481506854}
{"commit": "9bec54cd0e5bb40b52c064733798af216e51749e", "message": "Added a uniform operator on indexes of N items allocated to K clusters. This is an attempt to get the correct Hastings ratio.", "proba": 1.0739756817201851e-07}
{"commit": "8feef0b2b4e498e37a01c3a93c8fdd34906039b7", "message": "First test", "proba": 9.139291705650976e-07}
{"commit": "375a75a25ccb8da27c662a01110f5990800ee108", "message": "Added final modifiers.", "proba": 1.1823200907201681e-07}
{"commit": "604f68a5cac22f5b55e0e6dbf2808e47c5802875", "message": "Add tracing event queue\n", "proba": 6.25699954071024e-07}
{"commit": "3e97e1cfe56aeeed074409f870ce8d6a21c9fbd6", "message": "SimpleActorRef.java..\n", "proba": 1.2070451305135066e-07}
{"commit": "0d2afa190e11c934d74d0a10fe8e4df5e9d9dc8c", "message": "Add more values returned from GET ny-journalpost.\n\nSet document date and record year.\n", "proba": 1.1429413859787019e-07}
{"commit": "476eb8c6ddbc5b9fa650eda953b36cd5271f10d6", "message": "handles new Exception mechanism (without NFE)\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@6413 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 7.285007086466067e-07}
{"commit": "8d1847c012248a2fb48fea61953cc0fdfd34d2a1", "message": "Se agregar m\u00e9todos getters and setters\n", "proba": 1.7340356350814545e-07}
{"commit": "9999f3ad882f3102cbc784a1faabd7a4b4cf7c6a", "message": "Added enum MicrosatelliteModelType.", "proba": 1.1493312968013925e-07}
{"commit": "deed4339da77bcd8bde238fa20aff3cf3a749274", "message": "two sum check in\n", "proba": 3.4365706369499094e-07}
{"commit": "3e8d8a72ccf2f5ec8cd6dfa4130cbd48e6daef1f", "message": "use unreserved port\n", "proba": 8.773009199103399e-07}
{"commit": "5bdab029f84ca42b60c307f2f1c26e23eb3e2996", "message": "TimeZone bugfix in SchedulingPattern.java", "proba": 2.397205776105693e-07}
{"commit": "85cbb1cbb4d2ed1014427764deaa34e191fafd37", "message": "fix galileo about initial name and ticket type.\n", "proba": 1.1152190637631065e-07}
{"commit": "0f94aac8c07a5ff174f9aee97473f80538fe5f61", "message": "Move audio interface creation earlier\n\n", "proba": 1.8187532191404898e-07}
{"commit": "46fadde21c530937de2945537d984810df09a2ad", "message": "#231 change owner if auth exists\n", "proba": 5.47735453437781e-07}
{"commit": "02f456a96968b64179a3b8564eeb65985fa88557", "message": "Update vcard viewer.\n\ngit-svn-id: f13e20fb8540f76a08799c0051229138c0279aa7@6814 b35dd754-fafc-0310-a699-88a17e54d16e\n", "proba": 6.372390089381952e-06}
{"commit": "97ed987f9e2f0700c469c2dc14752a27159f2211", "message": "Delimiter is not optional so change back type from Character to char. The side effect is that the \"pristine\" format must be built with somekind of default (',') seems reasonable. The comment used to say \"no settings defined\" but that was not true, since false was passed in for two values instead of null. IMO, this is all due to the fluent API making this part of the code a little more tricky.\n\ngit-svn-id: 3cfc64c80f2e6f92f6d08f3c7f3967ef35335cd9@1397930 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.201262527203653e-06}
{"commit": "1e5a7b33e398392b1169b70e333985410333e351", "message": "Add shortcode\n", "proba": 2.2522187919093994e-06}
{"commit": "2ecfe68d8a810aee05d37d4f49a1405475b8ad0f", "message": "UsingLatches\n", "proba": 7.201837206594064e-07}
{"commit": "06892f880d4059910b6233fab7970e5b7f3337b4", "message": "Add ExtraMediaTypes util class\n", "proba": 2.50155864023327e-07}
{"commit": "9eff7d0166dddcac02c87df78001bee504f18385", "message": "Initial creation of VectorList.", "proba": 1.1560854318304337e-07}
{"commit": "59646be6f129dcfa67d6af0f2b055855a0337140", "message": "Adding logging for strange reconcile results\n", "proba": 2.061127730712542e-07}
{"commit": "f6d3aa926e15633260a3e97512ef8812b90a7dc9", "message": "bug fix\n", "proba": 8.047648520914663e-07}
{"commit": "8127b51ce0f8d3974b13384319bedeb27ed019f6", "message": "Forgot imports\n", "proba": 6.00549356022384e-07}
{"commit": "63bcbd17f1181a1ee990da4140ac41248613d92f", "message": "DScrobbleAPI: save length of track\n", "proba": 2.8312064159763395e-07}
{"commit": "e2702eae0710776bf452b29668f159d96da3b182", "message": "providing optional support to pretty print the JSON output. This is no longer the default behavior\n", "proba": 2.399252707618871e-07}
{"commit": "6802f259369dbdf929a5fb68179870e0013982f8", "message": "Create HooksExplosion class\n", "proba": 1.5118817486836633e-07}
{"commit": "7dc37b74f666243f7e1f4712e3140f9cd4d8d466", "message": "Remove whitespace.\n\ngit-svn-id: 3cfc64c80f2e6f92f6d08f3c7f3967ef35335cd9@1397080 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999994039535522}
{"commit": "ec04019d527e6017545b19ad7b1084a5192c1d83", "message": "*TeleportCommand: Fixed IndexOutOfBounds\n", "proba": 2.0091580665848596e-07}
{"commit": "792deedf1ca56bf3a2cee378b58ed2913314faf7", "message": "Completed chunked responses\n", "proba": 1.6877281439064973e-07}
{"commit": "ea45278c96b541856c6c81a382739be40dbb486d", "message": "Add EnableData\n", "proba": 6.014618634253566e-07}
{"commit": "904b8083e6dce92a66db552cb116f32f59c0a7e8", "message": "handle attributes typearray\n", "proba": 4.294334303267533e-06}
{"commit": "55dd85b07af719facce42029762ef2536f6aebc2", "message": "TimerTask\n", "proba": 2.7861533453688025e-06}
{"commit": "579e3c407139d5f3dc7d67761fccd391f64f4222", "message": "Started refactoring random playoffs, still buggy\n", "proba": 1.2894840040189592e-07}
{"commit": "d3ba4ebac16dda4064ae131d69f8cec0dd89cd55", "message": "Fix series download json serialisation\n", "proba": 3.5747260085372545e-07}
{"commit": "82aad9621505159aec503c2cc54237958b170252", "message": "Added EntityFXBlood with proper name\n", "proba": 1.3725608027925773e-07}
{"commit": "02a52800d1def291da38930e4a32b5a8cda249f3", "message": "add DefaultWebSocketHandler\n", "proba": 5.842168775416212e-07}
{"commit": "a4fe4b34c35ea6532c57437ac3680daedabc5bff", "message": "Missing public constructor\n(cherry picked from commit 82be92ec51d58a5b349c5ab3f74252849e886685)\n", "proba": 1.3985126656734792e-07}
{"commit": "f351072011049d87dd3451c30f18affe523e4069", "message": "add review entity\n", "proba": 2.91104470306891e-07}
{"commit": "8e88fdaa44537afdc8f668a7e4cd3d1157db8a0f", "message": "[Feature] Introduce ComparatorNull.", "proba": 1.1906162455943559e-07}
{"commit": "eaf3608bb6e41e764817349ef0191f5a2bd673aa", "message": "#187 Implement RussianNoun\n", "proba": 4.0196016470872564e-07}
{"commit": "b906d413cea01853f10824a587751f6181cb2960", "message": "Add command to seek to a specific place\n", "proba": 1.5537467561443918e-06}
{"commit": "f9478d4d4b5c411476ed103c27012b9d6d63c788", "message": "[androsdk-1378] Add tests\n", "proba": 1.2739008070639102e-07}
{"commit": "32bb44126aba0010a32a8828f115893d6bdf14e8", "message": "2.3. \u042d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0440\u043d\u044b\u0439 \u043a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440\n", "proba": 1.2042090702379937e-06}
{"commit": "2d5a8981d2fa150ed9eed9024e95c7d26cd481a3", "message": "2.3. \u042d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0440\u043d\u044b\u0439 \u043a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440. [#185]\n", "proba": 1.2443825880836812e-07}
{"commit": "dd2114855193c01c5e1d9cb96a8e4b68e43ee1ab", "message": "Create ListItemEvent.java", "proba": 2.274539838253986e-06}
{"commit": "e9201f566d79bd0d7d9fadcd5b0a1e621129a7a0", "message": "Fixed minor typo (#4649)\n", "proba": 1.243720646471047e-07}
{"commit": "86de11a8b66637fa406b62c357374e2c7cb6cd35", "message": "Issue #501: CompileTool: Rework how we handle javac options\n", "proba": 1.1458106285999747e-07}
{"commit": "39dca501a4ced4c0c1647809dc659c2e864beb9d", "message": "am 03597aea: am c142ac27: am 3703cae1: Merge \"Camera2: Check for sequence complete sooner.\" into lmp-dev\n\n* commit '03597aeab4a8c79d96fdf3c487c73e9034d3ee55':\n  Camera2: Check for sequence complete sooner.\n", "proba": 9.413104749000922e-07}
{"commit": "7b3c7529c73581f360cdcd0243e8c68e1cdedb43", "message": "Fix unit issue in Slog.wtf output\n\nBug:22063930\nChange-Id: I02add66892eb32b1df7e845b8542beb928d2b3ca\n", "proba": 5.705469448002987e-06}
{"commit": "5a98fbb91fb678532cc22df864c58e7b4a44dd21", "message": "more changes\n\n- neat gui\n", "proba": 1.1220274132028862e-07}
{"commit": "b87245efaa6227241a1ed4cbbaaf98edf9c6670b", "message": "Update actions in the intent filter.", "proba": 1.255646822073686e-07}
{"commit": "efded393ebfa859149e0eb1f89ab2b21a8cf5ea9", "message": "from largest scope to smallest\n", "proba": 8.953296855906956e-06}
{"commit": "d6f9d97dc8129232fcbd29436b2720db37120885", "message": "Remove debug output\n", "proba": 3.657153865788132e-05}
{"commit": "76c3d41f21c42897c3cdc1544192933326f642cd", "message": "DuplicateKeyTest fixed. (see #337)\n", "proba": 1.1329432680895479e-07}
{"commit": "0860540d4cc11bbec119850a4a4b4daa705b8df5", "message": "Deprecate old PaintUtils to complete migration of API.  Will be removed per usual Swingx rules after next release.", "proba": 9.782241505718048e-08}
{"commit": "d3ed9f950233857b13a1e93dc37208a0f3d53aec", "message": "Start adding tests for SamplingStatCalculator\n\ngit-svn-id: 7c053b8fbd1fb5868f764c6f9536fc6a9bbe7da9@1028524 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.8097311971796444e-07}
{"commit": "d787be5a680b9c83fefe581af036ff9767fbb1bf", "message": "minor changes to remove unnecessary comments from emitted code\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@248152 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.031066052652022e-07}
{"commit": "5503b6784d21012a137688e0074697b63daa3227", "message": "minor changes to remove unnecessary comments from emitted code\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@255223 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.168665436234733e-07}
{"commit": "7107a97bb9c4e86bad805603b62fa5d4e2fd21c2", "message": "Ref AXIS-1790:\nThe writeFileBody method uses just \"Object\" where it should have used \"java.lang.Object\". The created compilation issues in the code generated by WSDL2Java. The code generated already has \"Object\" class (because WSDL has it) in the same package as the stub class is.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@260541 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.71495069784578e-06}
{"commit": "cc92b360bfbd6a759532a0b6cf34fa83df936209", "message": "add JUnit test\n\ngit-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@12328 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 8.118304322124459e-07}
{"commit": "a70e39dda61b07561ef79cc057b799d9314cf8ca", "message": "Refactor RpcServicesImpl:getPatient\n\nSigned-off-by: Ian Hilt <949b70b7a7bb2aa951ebc7582c42d2cb29349fff@eastway.org>\n", "proba": 1.3340591920041334e-07}
{"commit": "28e59282c41eb57057e0469ec357c4b6a30aeba2", "message": "Delete 'src/Client.java'\n", "proba": 7.724807460363081e-07}
{"commit": "84e872d1c3f2dce3691b2d2864569e652b47a43e", "message": "trabalho02 finalizado", "proba": 3.3269463983742753e-07}
{"commit": "b8abb827bc3ac42db2d0bc93bdb7f51b2939bc51", "message": "am 2a94c34d: Merge \"Copy opaque over shape in GradientDrawable copy constructor\" into lmp-dev\n\n* commit '2a94c34d4e0daef9391a95b7081f26169006bddb':\n  Copy opaque over shape in GradientDrawable copy constructor\n", "proba": 8.086769867077237e-07}
{"commit": "228dc01149be9be2d34d82599ee27df4a29102ac", "message": "working on recovery of transactions", "proba": 3.0955590091252816e-07}
{"commit": "730cdd7fce5e0ab393820258bae695efe57b743a", "message": "Can't find msg", "proba": 0.9992409944534302}
{"commit": "f7eccde1708172cd335728100e277c4312d377d1", "message": "Java update\n\nAdded FASTA parser\n", "proba": 2.2802510102337692e-07}
{"commit": "701737da2d4612095378686f57378a894691e4bc", "message": "removed trailing spaces/empty lines\n", "proba": 0.001001947675831616}
{"commit": "5d80a4caf00db7ee2bac0cf8b850ce4b64c077e1", "message": "added another example", "proba": 1.450288351634299e-07}
{"commit": "e000e5ec3f21dd5196b11feb0e2d2d8bd21ee01c", "message": "Fix #3274", "proba": 6.65452205339534e-07}
{"commit": "1efe9bae68155f853b4285fedffbabc1f3f2d16d", "message": "Forgot to add the TPC-H Q9 output formatter\n", "proba": 2.43014511625006e-07}
{"commit": "081ef443d8cd69cab1417cfe52658c1565c23f9c", "message": "Small Change", "proba": 8.562593052374723e-07}
{"commit": "e06d2d793e6dc2b75deca77be26c0c8e52cb2f36", "message": "date util\n", "proba": 0.9989966750144958}
{"commit": "afba039a555aeaf00703d9259d2d0b96d3dc0af0", "message": "When you can't find the service just return null not an exception.\nWhen the code is just looking to see if a service exists it shouldn't\nhave to deal with the overhead of catching and creating an exception,\nreturning null is the right way to do it.\n\n\ngit-svn-id: 3495a5c4bbe5ece00c09619c056c9a903ff1da72@369926 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.6913734725676477e-05}
{"commit": "5aa51bbdf88c2a1e5a8c5e8c9dd176d5d2fbeebc", "message": "Keep config files in \"pretty\" form.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@245298 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.8232427464681678e-05}
{"commit": "f9683d506ce0ab4f95567e3542e0f496959ca611", "message": "Remove unused variable\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@245765 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00014616567932534963}
{"commit": "e9d2fb2f12677c7b0e47973b727be5f1d294b76c", "message": "desole \u00e7a compile pas :(\n", "proba": 5.278088337945519e-06}
{"commit": "ef6b305b93009b60ad7c6ddbd200d1b5c554963f", "message": "docs: fix markup error\n\nChange-Id: I59e379a7a36c4184862095442c53a6b9496d856e\n", "proba": 1.542614199934178e-06}
{"commit": "b1a4bf2c4be73c72d2628b6087cf7b256376122a", "message": "Ignore empty locale list when diffing Configuration objects\n\nb46fdd4 introduced the concept of locale list to Configuration objects.\nHowever, the change alway returned a locale difference when the delta\nobject locale list is set to the defualt (empty). We now don't return\na difference if the delta object as an empty locale list which is\nconsistent with what we did before the change and in line with how we\ndiff other configuration fields.\n\nBug: 23744091\nChange-Id: I8c2c39d9a7e91e6a3a283312b745c4fdf6874396\n", "proba": 5.297624738886952e-06}
{"commit": "9afd54e8f7a02719771e9adf8c9a5dc94061c73f", "message": "am cf304fb3: Merge \"Initial IpReachabilityMonitor implementation.\" into mnc-dev\n\n* commit 'cf304fb35c2086601178858e307d3dda36dbbff7':\n  Initial IpReachabilityMonitor implementation.\n", "proba": 1.3082224370464246e-07}
{"commit": "2b07fb42f1805fe0a5956b5fa7e7283608a2bb2b", "message": "#177 Convert Sorted Array to Binary Search Tree With Minimal Height\n", "proba": 1.2646723916986957e-06}
{"commit": "fe6dfd504bfa31d95382d80cc7acc5b1add01b34", "message": "Implement Mifare Ultralight-C detection (API).\n\nBug: 3398465\nChange-Id: Ieb60deedfde5af4494a14b3e322c5a61ae75aaf9\n", "proba": 3.6857836676063016e-05}
{"commit": "9030dd125a18bcf630c784d695a6d5ee132a7081", "message": "Handle null correctly.\n\nBug: 2353544\n", "proba": 4.242620889272075e-06}
{"commit": "4a60aee043f6b558cdc3b8c7963abf42c91bacbc", "message": "Create and edit configuration files\n", "proba": 4.404008393521508e-07}
{"commit": "44730c2e63dd0182263b3645f537f4c3d8b7efc2", "message": "Adding query-based aggregation suggestions\n\nSo far we have only been able to produce aggregation\nsuggestions for contacts that have been saved.\nThis new API allows us to search for aggregation\nsuggestions based on the data entered by the user\nwithout saving it first.\n\nChange-Id: I29b3c70fbeb0ff0ce298183284648ad09373fa0f\n", "proba": 7.819532470421109e-07}
{"commit": "b18a047de574f188b2c7633164f15ab3c9e40b5b", "message": "am d35f9390: am 000466d7: am 125be9c8: Merge \"Fixing a race condition in RecognitionService\" into gingerbread\n\n* commit 'd35f939010cb889d0e5d757f2e3f76c5b50b419a':\n  Fixing a race condition in RecognitionService\n", "proba": 4.1752178958631703e-07}
{"commit": "ce7426dbbe0a9cd1a147169d8d7fdcc2b03c719f", "message": "am 808ce66a: Merge \"ScaleGestureDetector does the safety dance.\" into jb-mr1-dev\n\n* commit '808ce66a08bbd2604d71f3368788ba7496f71482':\n  ScaleGestureDetector does the safety dance.\n", "proba": 2.431512768907851e-07}
{"commit": "94a5e821bd40a1093f69e9f4db67b47d41929c81", "message": "#SB-336: Fix the metadata snapshots test case\n\n- Minor test fix.\n", "proba": 1.2053989451032976e-07}
{"commit": "43f7764948f1f7ed6d769f833e49274df1855169", "message": "Return value factory: forbid generated null instances", "proba": 1.0976523299177643e-06}
{"commit": "12df30b78f91eedfeb93fa9a34dc2fda5da84f35", "message": "updated Constructor name\n", "proba": 3.443213927312172e-07}
{"commit": "1f8c8bc0eb9ade7f117dad111be2ee95feda2d5f", "message": "Addressed more comments\n", "proba": 1.1232029351049277e-07}
{"commit": "5fc5842654e9b89935b52aceb0088e1311f9524b", "message": "todo\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@9629 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 498f37b0aec3fdeb32a6084a5879ec8113b970ad", "proba": 9.142412409346434e-07}
{"commit": "84d89cc19e5625eb3de75d0f5089fe45910c8b6d", "message": "[CORE] DDB-1014 Autokorrektur - Intelligenten Ansatz verf\u00fcgbar machen\n(Bugfix)\n\nEin fehlerhafter Merge f\u00fchrte zu Konflikten im Code zur Compile time. Das\nwurde behoben.\n", "proba": 1.1971847868608165e-07}
{"commit": "6d0c1ac47cada489d878568a375e785688d49e63", "message": "KeyData object\n\nSigned-off-by: Sharon Aicler <a369a6bcd235ead271eedc7e1c47b024977eb5b0@cisco.com>\n", "proba": 2.3613553423729172e-07}
{"commit": "2e3163bc7f5d888a2c4af21c52e5fff688f75aaf", "message": "R\u00e9cup\u00e9rer une intervention par son id permet d'acc\u00e9der aux \u00e9valuations", "proba": 1.246484202965803e-06}
{"commit": "135309f5d5192192d4abfc3af4d417b31034f063", "message": "\u91cd\u6784\u72b6\u6001\u673a\n", "proba": 6.742351388311363e-07}
{"commit": "0fb819e79ef507222b7804cf65869f94253e02a6", "message": "catch exception\n", "proba": 5.744013833464123e-06}
{"commit": "6b9d73c2d98261b4ce6e1ddb0df621832aabf051", "message": "UPDATE: CLO-5131 - GraphParameterDynamicValueProviderTest added.\n\ngit-svn-id: 9f0029f1b6ec0a28b374ab8b218854801a9e0104@16584 a09ad3ba-1a0f-0410-b1b9-c67202f10d70\n", "proba": 1.9227636585128494e-06}
{"commit": "02d95d4650196228ef63acffc033e99c924b7dd0", "message": "CAMEL-2163: Added wiki example.\n\ngit-svn-id: 11f3c9e1d08a13a4be44fe98a6d63a9c00f6ab23@882119 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.383988769201096e-07}
{"commit": "2dc0b576846bcadd62220d01d715438d2406c3a2", "message": "tei-coordinates: add FeatureType column adapter\n", "proba": 3.3969416790569085e-07}
{"commit": "5459b6ba44980f8f6e82d7a2009b978287c5088a", "message": "check whether the peer address has been added when add the peer.\n", "proba": 2.6851324719245895e-07}
{"commit": "84bc5925ac04a42c397c52383c14d3694642b1b7", "message": "21311219\n", "proba": 6.821809165558079e-06}
{"commit": "daa7119f7cd780b9ce6f696fc64ff0f2a49cb1ed", "message": "Add shift-clicking\n\nWill directly execute its primary action (e.g. toggle a mod).", "proba": 1.0435231700967051e-07}
{"commit": "c06a79bfd7858ffd7ad4122bc104b556ec734384", "message": "app is finished! :D\n", "proba": 1.8817679858784686e-07}
{"commit": "dd4ac78bc3d1d6a64e2c9a5dc7bac58d634bd3b9", "message": "retouch current user model class\n", "proba": 2.0581244086770312e-07}
{"commit": "bc1032f9b0fb623b3f843d5e5707019e34655cbd", "message": "Show weekview from 8am\n", "proba": 1.2857925923981384e-07}
{"commit": "3d6905b80732491c581e2825387b08764baf582d", "message": "Preliminary autocomplete implementation", "proba": 4.91243611122627e-07}
{"commit": "efd91680e53c3e69ba19ea3f42baee5ed0325a87", "message": "Add SimpleClient for WebView.\n", "proba": 1.2256604975391383e-07}
{"commit": "8f7751a0632c63993e55d105294eef12941d898c", "message": "JUDDI-456, adding unittest\n\ngit-svn-id: 78f1a4f4f5508b22b762fadacf3de42e47fdef3b@1099550 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.0641124390531331e-06}
{"commit": "463ab76fc95ef927176a779e03dd3d1e44a03e54", "message": "Reduced the scope of the toolbar variable\n", "proba": 3.198793137926259e-06}
{"commit": "cbeeaefa047c45454d808d24ce11823b92fbfc8a", "message": "CORE-493 : removed caching fields\n\ngit-svn-id: a91d99a4c51940524e539abe295d6ea473345dd2@1225 e6edf6fb-f266-4316-afb4-e53d95876a76\n", "proba": 5.473991109283816e-07}
{"commit": "24dec40064dfde686a9e80d311d13dffc0ea82f5", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "769fc90ce4af2441050c47eccbfb7691ffc42284", "message": "Added PaintTest.java\n", "proba": 1.5024870947399904e-07}
{"commit": "e4e8b4eb97c4a4cffe25d44fa9846b0b31eea527", "message": "ConvertListTest - create\n", "proba": 1.3134854270901997e-07}
{"commit": "ed04b3c670c27d001446d5d5c4b27513e26358a9", "message": "Bugfix wrt. transactional demarcation on S2C request/send\n\nRead comment in change, and you'll understand..!\n", "proba": 1.0128207605930584e-07}
{"commit": "e0cbd72d85a45bdeeeb854b4a206f4634ddd0b3f", "message": "fixed typos\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@680488 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0011297834571450949}
{"commit": "3aa371ca8dc468fbe825682160a7dc74b595ea29", "message": "JDBM Based Persistent Space implementation\n\n", "proba": 2.023468397283068e-07}
{"commit": "d5be62c3c9a5334de14da99e112112347f2d8622", "message": "add LimitOffsetPlaceholder\n", "proba": 2.5008148440974765e-06}
{"commit": "c81e4c3ab31f910f53b35d178fd3e238e255cfb6", "message": "fixed getDirection methods\n", "proba": 2.589035545952356e-07}
{"commit": "b6ba0c65476fcdc7481a375b9fd588ba4c9783c5", "message": "Assign same value to multiple variables", "proba": 0.9862989783287048}
{"commit": "fbdb20b7628d20a2c8060604e109cbb74d96e992", "message": "Create Engine.java", "proba": 3.284360900579486e-06}
{"commit": "59f9c0322df3b771f3122836e2e2afc135cd2e7a", "message": "Another try to address timeout failures on RESTEASY1323Test (#913)\n\n", "proba": 1.1036274116804634e-07}
{"commit": "903c3b12efa2743ee1265b68057eb3c930239c01", "message": "Fix null pointer exception\n", "proba": 2.28574044740526e-05}
{"commit": "d5d98e013ff508f8d89416ea1be0e44bb9d6a957", "message": "added resolver for the system_entity\n", "proba": 3.88929379369074e-07}
{"commit": "9d8f4aeac498ac4d21f51d79f0b9aeba4e85213c", "message": "Removed CAR ID from Catalog Metadata", "proba": 1.6651648593324353e-07}
{"commit": "3fa058a5a97096632e14024aeca5e36d3dd95f02", "message": "am 36c153f8: Merge change 4535 into donut\n\nMerge commit '36c153f84f2728ffc67b7f30a1f326a7731c2088'\n\n* commit '36c153f84f2728ffc67b7f30a1f326a7731c2088':\n  Add title to nested preference screens.\n", "proba": 1.1756425521980418e-07}
{"commit": "c66f5ebf4231a25a3aa735a603196e74d40824eb", "message": "am ed5fede3: Merge change 22667 into eclair\n\nMerge commit 'ed5fede3f8a376ebed46beeb41796838847ad68d' into eclair-plus-aosp\n\n* commit 'ed5fede3f8a376ebed46beeb41796838847ad68d':\n  Fix rare NPE due to key being delivered after activity is stopped. #2062930\n", "proba": 2.814523440974881e-07}
{"commit": "84b2e62db33464ec55be16efaecd992c0887608c", "message": "Fix runtime reboot when connecting to a A2DP headset and\nuser toggles BT state.\n\nBug:2607218\n\nThis happens when Bluetooth is turned off, and when the headset is\nstill trying to connect. We get the connection result of\nattempt before Bluetooth was toggled. We need to ignore this result.\n\nChange-Id: I611232631b7f67f4a1ea803de0dcf4b749c1d8d5\n", "proba": 2.5359804567415267e-06}
{"commit": "41d93d282ede26fb8d895debef7fe986acb9d19d", "message": "*AktenCommands: Check for Datenbank-Verbindung\n", "proba": 1.444949759843439e-07}
{"commit": "355d4988f303477a97e7ece147aba7b4b88bd54d", "message": "Fix alerts being cut off at start\n", "proba": 7.389447205241595e-07}
{"commit": "4eccea9e7a97b5dbc9010e87c35daf992232b570", "message": "Issue #62:  Create a PojoTask that can be easily defined in Spring DI\n\ngit-svn-id: 79176a3f43be1f696357e4d3222532387708c7d4@414 10bdbbbe-7829-0410-8c74-2bcda85da5b1\n", "proba": 4.112730778160767e-07}
{"commit": "53b6e0e7fa0bd3f5a0f0d5aba84ec65360cbf7a2", "message": "new feature: generate executable jar from current simulation\n\nuseful for preparing a simulation, and then running it elsewhere without having to configure cooja\n", "proba": 2.3468389542813384e-07}
{"commit": "2a9e9b22f5522dbe205ea23cfef13b2625710233", "message": "Add dummy large bit list.\n", "proba": 1.8674158752673975e-07}
{"commit": "df1a6e8cdb413ee8cbe47c2184b460ffe514f1e9", "message": "fix NPE for some Array types\n", "proba": 4.6282050902846095e-07}
{"commit": "0bb71720251e24b481a64baca7e28166ff154bab", "message": "Fix Float.fractionalPart for negative numbers\n", "proba": 1.5855486708460376e-05}
{"commit": "91425a10f1754972eaa9ea3a2d0c5d009faf5d16", "message": "Added inner class TestNestedClass\n", "proba": 1.2313051911405637e-07}
{"commit": "0b755dd9026381b395a54e7312e86de67a14b819", "message": "[no bug] refactor code.   IADTObject should have isReadOnly method\n", "proba": 0.0004341757739894092}
{"commit": "b78679a65657f741a5b30817d5566439285fe92f", "message": "Insertion Sort in Java\n", "proba": 7.605509608765715e-07}
{"commit": "ee033b619e5caefa7a637443c71c00fb0f2f0762", "message": "Add missing test.\n\tChange on 2013/12/09 by tball <tball@google.com>\n-------------\nCreated by MOE: http://code.google.com/p/moe-java\nMOE_MIGRATED_REVID=57906611\n", "proba": 0.0013303877785801888}
{"commit": "890c8187d5f60171c542465c51ce9721a04ce282", "message": "Changing DD validation service \n", "proba": 2.5725918817443016e-07}
{"commit": "6f678ba86df8f164cba4e32ab7fb1c9b3611d2b1", "message": "reload periodTypes in periodType object bundle hook (#1010)\n\n", "proba": 1.0747974954483652e-07}
{"commit": "7049800718ec3d481a04f56550ccce5404a0300b", "message": "Add NetconfXmlUnitRecursiveQualifier to netconf-util.\n\nXmlUnit's RecursiveElementNameAndTextQualifier has trouble with non-trivial xml's and\nelement order in bigger depths.\nThis adds our own qualifier based on XmlUnit's implementation.\n\nChange-Id: Ie89e84813e11cb2af7c9d3c0c6d80377816f79a7\nSigned-off-by: Tomas Cere <0a8853d56a412aee48c4c5a5a6d548b976ff286c@cisco.com>\n", "proba": 2.4918202257140365e-07}
{"commit": "0d0c53a25ecf584dc6ef8e2a6f4e5bdcb4643ca1", "message": "Backout change for Gateway-394 so code can be reviewed.\nGateway-394\n\n", "proba": 8.791627692517068e-07}
{"commit": "9779444427202430fe8583bf02e2bebdd731636d", "message": "Imported the DocumentLevelAnnotationCreator_AE into nlpv3\n", "proba": 3.3365611784574867e-07}
{"commit": "eb2377146b2d031a71892a843e85c3bbe182b006", "message": "CommonFactory: adjustment", "proba": 6.80178004586196e-07}
{"commit": "550afd4cb503aa2180ab94628a6460a3f4d3c8ae", "message": "FLEX-1624 ~ changes one use of the internal index back to the way is was\n", "proba": 9.882329266019951e-08}
{"commit": "7ccaec830a5ddbb0dda649643d3b0be1f24827c7", "message": "IFS-2015-PF-BankDetails-Action\n\nData Controller junits refactored.\n\nChange-Id: Id1a06bc9d49e8ef71239227a463a1b08844f0f78\n", "proba": 6.861380370537518e-06}
{"commit": "701cff2681e5a1b61c754e48fc6e71d5b724e317", "message": "When retrying due to exception, provide the exception in the log", "proba": 6.803168162150541e-07}
{"commit": "1554e0e0a0d0988246ee40d94f4793fea5322e16", "message": "Refactoring\n", "proba": 6.64367371427943e-06}
{"commit": "12113f0f9d3af27db364ae575b47ef8866555031", "message": "SO-1708 Created new config class for identifier related parameters.", "proba": 1.0095978808521977e-07}
{"commit": "e27043876bb6de34946958e3648f3ea38db6c886", "message": "created PetsStoreDAO class for features-app sample\n", "proba": 1.309965256268697e-07}
{"commit": "8b1144848ea75bbdfb64e8a170353778d228bba1", "message": "SLIM-854, fixed sonar issue\n", "proba": 1.2139160787683068e-07}
{"commit": "d6681b869427bd992bb91e3fd8d9eb05046e61b2", "message": "test fix\n", "proba": 8.790177616901929e-07}
{"commit": "416a850a14a24be0e5e54266bad0a03fc634f1a2", "message": "inner class ObjectPositiom moved and renamed\n\nto unfolgind.utils.MapPosition\n", "proba": 3.102711616520537e-07}
{"commit": "0b6aaa305007b4dba3daecc126935cfd94659851", "message": "add row repo test", "proba": 4.783452141055022e-07}
{"commit": "738ae75b8582befaf0f0cebaa45d695163f37d9f", "message": "Add a null check to ChromeActivity#onStartWithNative()\n\nCheck for getActivityTab() != null before calling getActivityTab().isLoading()\n\nBUG=606525\n\nReview URL: https://codereview.chromium.org/1921613004\n\nCr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#389634}\n", "proba": 1.5251351896949927e-06}
{"commit": "9513e7e6d2e12a7054864a6e9cb17345d7d7e275", "message": "black graphics\n", "proba": 6.639605771852075e-07}
{"commit": "631a938c0303d584989a37009d2e8eec1979eb92", "message": "Create memory pet storage test class\n", "proba": 7.53542110487615e-07}
{"commit": "9a6e13c347df85348db8c0af67eeaa558fd61ee9", "message": "Set broadcast nextReceiver correctly when package is disabled\n\nWhen we are cleaning up broadcat receivers due to a package been\ndisabled, it is possible to remove enough recievers to cause the\nnextReceiver index to be greater than the size of recievers list.\nWe now set the nextReceiver to the size of the receiver list\n(which means done processing) for this case.\n\nBug: 22874330\nChange-Id: Ie151d1b5bff4c11533b3a8635fe5ee82eb21c13c\n", "proba": 1.865023591562931e-06}
{"commit": "b32fc97282aa95ceefa8601846d83fa6154163db", "message": "AudioService: Add current stream devices to dumpsys output.\n\nChange-Id: I57ed785154d8d75ac0f189a479252a725e80bd5a\n", "proba": 2.9003531381022185e-06}
{"commit": "fb9947ad77e9d1d2ea259d7fbc170c275810b2b9", "message": "am 40973c53: Merge \"BT is still on after enable flight mode, and reboot the DUT\" into jb-mr1.1-dev\n\n* commit '40973c53acc86b576081fb720d7d6b23c55202ad':\n  BT is still on after enable flight mode, and reboot the DUT\n", "proba": 8.734456855563622e-07}
{"commit": "8cd95ee0d0d643d3500fbd0841b658053623902e", "message": "Add adb shell telecom get-system-dialer\n\nBug: 20303674\nChange-Id: I7ce52e94c434846c262f2d6cc6d41992e259b45f\n", "proba": 6.031241355231032e-07}
{"commit": "ae6428d7072fcad3545fefe603afbaefb8f6bbec", "message": "am 1f8f2839: am ed3fba65: Merge \"Avoid null mobile interfaces.\" into jb-mr1.1-dev\n\n* commit '1f8f283975c7cf51081acd3ea494de2b5f431607':\n  Avoid null mobile interfaces.\n", "proba": 1.8418933223074418e-06}
{"commit": "722f14ca99ed2caa67af6faa65e547a12f65200d", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@3570 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 5.639562914439011e-07}
{"commit": "f82f793b15d7fbe5b481459fb55bd02efa5af8d9", "message": "Added an enum representation for possible codec modes.\n", "proba": 1.1329422022754443e-07}
{"commit": "569570169c18a06bfd6c53ee07796882f50bae9d", "message": "As a temporary measure, print stacktraces for code generator errors. When we have the error reporting visitor this can be removed\n", "proba": 1.258186728136934e-07}
{"commit": "f45193c3a73547bb1fc2337890685d65c28aa658", "message": "Fixed #2200 Make shared native member classes work\n", "proba": 1.2829067941311223e-07}
{"commit": "2c4b03cf3e6d5b6325e5085a69ee7137889f5a5b", "message": "Delete Cmds.java", "proba": 0.00015890932991169393}
{"commit": "ae3e5f1719181b7089d98b99feb35316fd00853c", "message": "log System on start\n", "proba": 1.1126201115985168e-06}
{"commit": "ef79aa04d447795b2322cffb792159ba9bdae6f8", "message": "Ongebruikte lijn verwijderd\n", "proba": 1.39558710543497e-06}
{"commit": "643d91100ba541f35a3ff741089a4696666fd97d", "message": "Add missing executor annotation class\n", "proba": 3.1601723549101735e-06}
{"commit": "7a24e30e5e26ed15af5919f9e2d346473416ce32", "message": "KRACOEUS-1421 - Using SponsorName instead of SponsorCode\n\n", "proba": 1.1783240694285269e-07}
{"commit": "bc152c63f73f86a8206aaa1dd64584fa440034f3", "message": "Allow subclasses override IdentityManagmentService.hasPendingAgreements\n\nTask-URL: http://dcs.developer.us.oracle.com/#projects/dcs_dcs/task/5702\n", "proba": 8.038260261855612e-07}
{"commit": "14b598049e6f436e488de1337e9b5bb2e22e6205", "message": "for #2722, remove to string of AbstractSQLStatement\n", "proba": 0.00011763549991883337}
{"commit": "77d481268af64037652a296b2a80d1933e64a1d2", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "594e45d65cc0ce44dd6f94c49851c97992fa76c7", "message": "Don't request a HaxeDataType using the id of a DataType.\n\nNo need to wait anyway, assuming that a HaxeDataType always has a valid DataType.\n", "proba": 1.3048544644789217e-07}
{"commit": "c08d55b4da0c7c5ef14438f0746645f89de456e0", "message": "Update DrawerFragment.java", "proba": 2.447234237479279e-07}
{"commit": "f502805d0ef8a8438ec806eed23e58505ab02e2e", "message": "Add first draft for a Formatter that decodes values", "proba": 2.370466972934082e-06}
{"commit": "b8ed7f794816c202b9f32b814e55dc54f56175d5", "message": "handle selection for empty files\n", "proba": 3.3379998853888537e-07}
{"commit": "95a403a08736b6fcf750f8282843f0a8eaf93251", "message": "[#42] - Emprunt \n\nModification du DAO, tentative de prise en compte d'un filtre, \u00e9chec\npour l'instant, \u00e0 revoir. ", "proba": 1.1341378325369078e-07}
{"commit": "247314e6b0c994738eb23e442d2ec2c7af08279c", "message": "initial commit of package-info.java which points a new user to the 20 newsgroups corpus\n\ngit-svn-id: 34a63cff78c965ed7296912184cd0e3b6b7dc1c0@2330 2f4ce1e4-9571-11dd-93b2-6d14b300b761\n", "proba": 2.7888727345271036e-06}
{"commit": "fbd8202cad42b4ed6768f9c6f5a61db8184c70c8", "message": "SDC-4629. Update Tooltip: File Name Pattern Inside Archive supports only glob.\n\nChange-Id: I17f0f7d9dac14d1a458a7e8ba9a4ab00e60a1f75\nReviewed-on: https://review.streamsets.net/5472\nReviewed-by: Loretta Chen <86cbbfa5f4e2ea880344e8bdec2e584c20d686d8@streamsets.com>\n", "proba": 1.5884674553490186e-07}
{"commit": "c15ebf1ba78bc6571c2d347974b8a1426a136ad3", "message": "leetcode contest fail\n", "proba": 5.133049967298575e-07}
{"commit": "c74a11fca88bda90dafece76d9ae268cf11519f6", "message": "When importing comment items, compare against existing data to determine the correct status (#3907)\n\n* Remove unused code and cleanup other compiler warnings\r\n\r\n* #3868 check imported comment items against the existing data and only mark as update if they need to be updated\r\n", "proba": 1.6999614160795318e-07}
{"commit": "157ec7e7dc44b1747d93ff0eed4fe85b828b6c91", "message": "\u65b0\u589e\u81ea\u52a8\u914d\u7f6e\n", "proba": 4.915219733447884e-07}
{"commit": "ac75f0fb06c1afbbbe13c90bb79d643920ebf625", "message": "Same as IntCodec for long values.", "proba": 1.5399992037146149e-07}
{"commit": "155943d345e646cbabb301bf5ee2c890db7da795", "message": "Initial version of SystemUtils for system constants\n\n\ngit-svn-id: d201ecbade8cc7da50e7bffa1d709f7a0d92be7d@136983 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.54717530576454e-07}
{"commit": "253170ddb7d62ea06863a3ea288e44131a3017dc", "message": "Partial implementation of EdgeNLevelSparseVisibilityGraphs. Currently done: graph construction phase. untested\n", "proba": 2.8878702096335473e-07}
{"commit": "abc0f57061ac7e86beccddbac1384cfb52584652", "message": "Add class forgotten in r865.\n", "proba": 1.3433188428280118e-07}
{"commit": "d047f8f5b61e8545abca49a0ace819faf32ea218", "message": "Adds a TypedVarSubject, to be used in a followup CL\n\n-------------\nCreated by MOE: https://github.com/google/moe\nMOE_MIGRATED_REVID=237155018\n", "proba": 3.733750304490968e-07}
{"commit": "432aa52dcebe3414420ef16e267a4e49ee3ea0eb", "message": "return string UUID\n", "proba": 0.9999994039535522}
{"commit": "3cbc0a065edf8df8c02eab6cce993c50bed7f689", "message": "adding initializer class", "proba": 4.7415986159649037e-07}
{"commit": "aafc400f0f7b686b569901cd10ae248b5401edd0", "message": "Added package-info for tree api\n", "proba": 1.4674833437311463e-07}
{"commit": "b5ef199a64e2f7d9523bd0e07c3fe9cd5142b55e", "message": "Create Padding.java", "proba": 5.173062618268887e-07}
{"commit": "597638800dac2e55f5b89de2cb1d8b50e17f5d38", "message": "Rewrite reflection stuff, inspired by @bergerkiller and BKCommonLib\n", "proba": 1.2780454028415988e-07}
{"commit": "8a7db54bd6d833442ffdee14ff5852a0f4dd6573", "message": "Add HttpResponseEvent\n", "proba": 6.550487341883127e-06}
{"commit": "7db40eea1d36fe6777b01b70ba57b5663489d87c", "message": "\u529f\u80fd\uff1amenu\u4e1a\u52a1\u64cd\u4f5c\u5c42\u3002\n", "proba": 1.2683584316164342e-07}
{"commit": "3b0edd6c00a468ec7af312b7a3e902d6a01ef742", "message": "+Added BasicPlugin\n", "proba": 1.7411046826509846e-07}
{"commit": "03ea86eb0d43e9b33e210cc669c3a59e5363989e", "message": "Pragmatic workaround for Resin4 bug occuring when content length is set\nthrough general setHeader-method of servlet API and (string) value is a\nnegative number.\n\nI have reported the bug upstream with a patch, and it has been accepted.\nSo expect fix to be included in future Resin4-versions.\n\nhttp://bugs.caucho.com/view.php?id=5807\n", "proba": 3.0593838573622634e-07}
{"commit": "0e052dd2f28be2cba78ef1742f4db64ba3760ebb", "message": "minor refactoring: added \"unnecessary\" annotation\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@4592 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 1.4517000863634166e-06}
{"commit": "1cb94d2dacfa01ab180f316ff33251952f085298", "message": "use our own position vector since the AtomPositionDefinition might return the same one each time\n", "proba": 2.9006275781284785e-07}
{"commit": "dcd2bafc19256a8b7b283afb1db9096a19c3818c", "message": "Working Config after reworking with Enum", "proba": 2.441904882743984e-07}
{"commit": "297c8d01214446aa00713f7f487718806c941666", "message": "drop egg\n", "proba": 2.745474921539426e-05}
{"commit": "06ea9a67f270346f2899f23e54e42871d8f3c78c", "message": "PL locale: makes currency format OS independent\n", "proba": 0.998703122138977}
{"commit": "c03d27d7cd0633905e4588300d58d5768dff2518", "message": "Move findFirstFile() outside of for-loop, we just need to call it once for all Metadata providers\n", "proba": 2.0207492923418613e-07}
{"commit": "57da8e42e7a4a152f2ae193cc3d986c0f5862913", "message": "To detect 1.7.2", "proba": 0.000748203310649842}
{"commit": "621f48e46a5ebd195dd174c8aa7b40e7d34a32ed", "message": "Refactoring\n", "proba": 6.64367371427943e-06}
{"commit": "8fbb65571ced3684a4e2fb35653b90cdcb008d5a", "message": "Removed commented code\n\n", "proba": 1.798141937570108e-07}
{"commit": "a6c3486506feeae6f5c9197e05a0cee78404bfab", "message": "KRACOEUS-714: Add unit tests for the KIM Qualified Role Service\n\n", "proba": 1.0421964447004939e-07}
{"commit": "acc005da410a23f174fac1ff361f4ab1087c28a2", "message": "Create ThreeDPoint.java\n", "proba": 4.2912397475447506e-06}
{"commit": "e08214c944fd2eded96155df0b1e12255d174be8", "message": "Remove some @SuppressWarnings(unchecked) where they're not needed\n", "proba": 3.447468941430998e-07}
{"commit": "d4e746cd952937d5f079d09560a43c418b13a18a", "message": "Increased timeout of WindowAdjustTest#testTrafficHeavyLoad to 2 min. in order to allow builds on less powerful systems\n\n* Seems that the more realistic timeout is ~90 sec. so using 2 min. in order to avoid threshold fluctuations problems\n", "proba": 2.8217152703291504e-07}
{"commit": "ac93082f743f1dc2822f5a1442efe097bcfdf4db", "message": "\u6dfb\u52a0TokenService.java\n", "proba": 4.4854806446892326e-07}
{"commit": "58fd94b6360a5db3b260d7078918476f297da1f6", "message": "added a HttpDelete method that is capable of transporting an entity\n", "proba": 5.744900590798352e-07}
{"commit": "c9601cf6c2f6d6bbc226dedcbff2f58fcbea56fd", "message": "Re-add ICartContentsTextureProvider\n", "proba": 2.781465298085095e-07}
{"commit": "2fc6254638d35e3c3cd0d392929d1326f659613b", "message": "am 07c82855: Merge change 22537 into eclair\n\nMerge commit '07c8285599f99d5e512269fa68f0233ca8133073' into eclair-plus-aosp\n\n* commit '07c8285599f99d5e512269fa68f0233ca8133073':\n  Fix build.\n", "proba": 1.0929627336508929e-07}
{"commit": "023648648636a2377cd3e763eea251c3346e599e", "message": "am 7c86fc06: am 23a2d92f: Merge change Ib01005ea into eclair-mr2\n\nMerge commit '7c86fc066a010ed50877ee3066d542f873d762c2'\n\n* commit '7c86fc066a010ed50877ee3066d542f873d762c2':\n  Avoid extracting EXIF data for non-JPEG images.\n", "proba": 2.3250031233601476e-07}
{"commit": "648c94a5dcb380b8b7dc790807657fde726ab7ca", "message": "update counter\n", "proba": 8.041326964303153e-07}
{"commit": "7d98c3489563eb6cd21d262f38e59ea250879298", "message": "[Java] Pattern matching\n", "proba": 2.3593931928189704e-06}
{"commit": "1f6407b0549806a5726028dc61c4bb8613670b88", "message": "fix #7", "proba": 1.7499419300293084e-06}
{"commit": "ead5bd8a11867372ba55c4be36b878bc751a88d1", "message": "Jira-integration: Test for JiraOrderElementSynchronizer\n", "proba": 2.1207928568856005e-07}
{"commit": "02ded982fd1048e96bf462acee4714931aeb2cc4", "message": "Add Cuboid class.\n", "proba": 1.77490832697913e-07}
{"commit": "9cee4e36139adc2f6bb9431374020b10d65d2c73", "message": "another mojo that doesn't aggregate, to better allow constructing assemblies inside submodules\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@400099 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.975444547497318e-06}
{"commit": "50cead419765d76c22826fa8d7f76b7ef7b3c147", "message": "[MCHANGELOG-108] read/write changelog.xml inconsistency\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1449301 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.220948876034527e-07}
{"commit": "8f89d139cbce8d7ad8764da6180e1e7f40a8459e", "message": "Additional Push\n\nGit doesn't add this class", "proba": 1.471856165835561e-07}
{"commit": "aa4007fb1e3db5a749f8c11cc8cb7c431fe24128", "message": "removed extraneous os validation method", "proba": 1.9168207927577896e-06}
{"commit": "ced0c043189d2db25bac0a4a7c57f0f4c499307e", "message": "Added ClojureCompile driver for compilation\n", "proba": 1.2816961714179342e-07}
{"commit": "2e104110d83e385f88f612dd1bcdf5e563755d24", "message": "reorder some methods\n", "proba": 0.9998412132263184}
{"commit": "9acbfe155a02c95328f01c3073afc77a2cb19ded", "message": "Create WrapException.java", "proba": 7.897504019638291e-07}
{"commit": "918b045b96c22d6d7868d975e4ea48f912a76584", "message": "try the constant OOM\n", "proba": 7.259372068801895e-05}
{"commit": "e5b224bd48a81d29a183415d18cfa34e279ddd51", "message": "Get All Essaim.", "proba": 1.259330844050055e-07}
{"commit": "a3a4929947233f94c6c223e5caba4b26574f4ec7", "message": "Corrected syntaxe to respect good practices\n", "proba": 2.660250402186648e-07}
{"commit": "3c36b17893fc83495e11b8ffc0df709a36cbb77e", "message": "Removing unused imports\n", "proba": 7.02714146427752e-07}
{"commit": "64958026e624ea0fdb05e53570ca1a3fb57ceca4", "message": "- fixed last sonarcubeIssues\n", "proba": 1.2292636597521778e-07}
{"commit": "53391805e692e347c93402ff14f75b379e0667cc", "message": "add graph interface\n", "proba": 5.508649110197439e-07}
{"commit": "d377763856c4ddfe5f5ffe43642c5b09a6105db2", "message": "incrementing makes much more sense than subtracting 9\n", "proba": 0.0003807454486377537}
{"commit": "79adc08930625dcaf049ad397d0052996ab6c332", "message": "Added Aufg. 2\n", "proba": 1.6064363705936557e-07}
{"commit": "87aed2aafa5a5dc3d4fdefd70c2baa86f5ec6457", "message": "Added ExecuteContinuationsFromScopeCommand to support executing pairs of\nscope/command, representing continuations, consumed from the scope.\n\nSigned-off-by: Jakob Brandsborg Ehmsen <387ed33cc9ebf98b733caa2520baacd616b28aa5@gmail.com>", "proba": 1.1188645032689237e-07}
{"commit": "703425b8f2129049b190727d2eeafa2a53a48b52", "message": "Adding WraUriBuilder to build a URI for a web referencable asset.\n", "proba": 1.0187785193238597e-07}
{"commit": "a54ff9283c24db3d4123dc623cceefaf784c180e", "message": "Create FindMininRSA_001.java", "proba": 5.742244866269175e-06}
{"commit": "43ca6a7275106369d0cec2aa516481f1340e62ec", "message": "Fix typo.\nPatch by  Tiago Oliveira.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1761626 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.008349289186298847}
{"commit": "62ff5c5c2e1c71c09fee3411b0480dc4ce89ecd8", "message": "Script cache pre-compiled static scripts\n", "proba": 7.677392659388715e-07}
{"commit": "c614df96507229eda13c029176ecc8f424a9854b", "message": "AudioManager: Add wrapper methods for master volume support\n\nChange-Id: Ibfc24f052d05824175f71c2138ba041c94c3def7\nSigned-off-by: Mike Lockwood <368d0007e4626f70737d16df5e49ed8806b98c3f@android.com>\n", "proba": 1.2879267785592674e-07}
{"commit": "5b7e2488e01c7b4fa7da76dc71b4095568875212", "message": "am 460587e9: am f6adae78: am 47dad8fa: Merge \"Fix bug 2619062 Music is routed to Phone speaker, though it is connected to A2DP media profile\" into froyo\n", "proba": 1.569929821698679e-07}
{"commit": "88fbacf0365ca065f5102ea38a7e1918c12ac4dd", "message": "Actually cancel TBR\n", "proba": 1.7453707812364883e-07}
{"commit": "1b3d2fc710c35724af5be218995ece6caee95a35", "message": "ReflectionHelper: copy from Hibernate Validator (which is also under ASL2). Original authors: Hardy Ferentschik, Gunnar Morling and Kevin Pollet.\n", "proba": 9.755652996545905e-08}
{"commit": "6bbd3ff0301eb93abfabf7fd53a1facbb85e112f", "message": "not finish Locks ad Keys problems\n", "proba": 1.9403077544666303e-07}
{"commit": "a6a1897623598ed363a085ec3fdc317f3c054f95", "message": "new class that compares sites to B73 to determine genotype", "proba": 1.3674457477463875e-07}
{"commit": "d4f775758d27dea0ff465215e62daf6926da6eb8", "message": "Revert \"Fix broken status bar when activity is showing above keyguard\"\n\nThis reverts commit 25ab3d94387597a24619723df687214320f17e76.\n\nChange-Id: I7dba397a9fe09d70b87ff4e638805c010c192599\n", "proba": 1.9348544810782187e-06}
{"commit": "3e43af40de85124c74d9581c00b84e6005593d31", "message": "Helper for implementing actions that interact with a (presentation) model.\n", "proba": 1.1445426650880108e-07}
{"commit": "681e63bc3a8718337b3baf6050c425bc111796a7", "message": "initial import\n", "proba": 6.214378913682594e-07}
{"commit": "80df547761ee23a8893753540113a27b5d11f3a0", "message": "Add counting check solver variant\n", "proba": 2.832578331890545e-07}
{"commit": "e15e307a78456756d83b2677a4bd352f02b43b7f", "message": "KCINFR-548 : Don't clear rolodex or person when the other is set with a null object due to changes to PojoBeanUtils.\n", "proba": 9.713245674447535e-08}
{"commit": "8637352f3fc4e9f7343326bd389f72e377f06ada", "message": "keyword panel - checkbox problem resolved\n\n", "proba": 1.7816749675603205e-07}
{"commit": "9cb206b14bb7a0de760a71cda2d07c2549dd38c9", "message": "Implement Webhook without server\n", "proba": 1.1982223213635734e-06}
{"commit": "7276a12190a87384454ecfc0c981da51409ae3ae", "message": "leetcode-219 contains duplicate 2\n", "proba": 0.9987621307373047}
{"commit": "f1270b920849c228513defb1b776a426ba1e6a55", "message": "Added action for Quick Outline.\n(not functional)\n\n\ngit-svn-id: cdbd3c3453b226d8644b39c93ea790e37ea3ca1b@112 7f4d9e04-a92a-ab41-bea9-970b690ef4a7\n", "proba": 2.201112465627375e-06}
{"commit": "2ec5c5cced4bd5b9dfbb7578f573c56b3bbc7ddf", "message": "Fix reintroduction of b/10845061\n\nPrevent crash in case where NLP is not available. Also fix an integer\noverflow bug that remained uncaught.\n\nBUG: 22345134\nChange-Id: If6ff7b12f0d15bb2fe97589f8b0be10f9ed06197\n", "proba": 4.825486030313186e-06}
{"commit": "338583c802d4109a867ea1c7a052b425c1f6b772", "message": "Complete task1114\n", "proba": 0.9990397095680237}
{"commit": "b8bf1cfe18058be9dea8efd904ca0ca3981ab0dd", "message": "Complete task1227\n", "proba": 0.9998142123222351}
{"commit": "fbbbb410c005d0f37a2d11bf71e776b38b900c1c", "message": "Complete task1513\n", "proba": 0.9999251365661621}
{"commit": "59d0cd5f4bac466e0ca2106fa92b2f6b44bb23c5", "message": "Complete task1616\n", "proba": 0.9998786449432373}
{"commit": "763f2278c5695cbe5848a6070678a7bcf810d67a", "message": "Task 2017 has done\n", "proba": 2.2083760995883495e-05}
{"commit": "f9033d24ae417274e9ffb7e6cfe45bcfc6d7ac7c", "message": "Add ToastUtil class to handle toast messages\n", "proba": 3.404180120014644e-07}
{"commit": "2e32cc68fc94ce98c9b15a94d2afad8d19291bf7", "message": "YARN-10985. Add some tests to verify ACL behaviour in CapacitySchedulerConfiguration (#3570). Contributed by Szilard Nemeth\n\n", "proba": 1.0552280116371549e-07}
{"commit": "287424fef4521bdab9f76bf607a299c517c9aa9d", "message": "For #2582, Add LocalMasterSlaveRuleCondition\n", "proba": 1.9153830521645432e-07}
{"commit": "83b54ecab73912a16d783f0d03c2aada378173a7", "message": "Allow different SELinux policies for third party apps.\n\nPrior support forced all third party apps\nto be resolved against the default stanza\nof the mac_permissions.xml file when assigning\nseinfo labels. This meant that all third party\napps, in effect, were untrusted regardless of\ncert and therefore received the same selinux domain.\nThis also had the unfortunate side effect of forcing\ncertain third party apps into the wrong domains\nbecause of shared userid requests among apps.\n\nThis patch removes that restriction and instead\nallows all apps, regardless of location, to be\nmatched against the full mac_permissions.xml\npolicy file. This then allows all apps signed\nwith known good certs to receive the same selinux\ndomains of other apps with whom they share trust.\n\nChange-Id: Iba569c046135c0e81140faf6296c5da26a243037\nSigned-off-by: rpcraig <1909bfd776bc2cd2d9a899cebe8317e7a729b473@tycho.ncsc.mil>\n", "proba": 6.637029628109303e-07}
{"commit": "d904468bca578613f7a5790b41a04979ba54fbcf", "message": "Implemented test\n", "proba": 1.0065577953355387e-06}
{"commit": "780b2603041a56800ff6e49fb14535c1b1ca8907", "message": "Fix issue 2512221: Car Dock Notification doesn't go away\n\nBug description:\n1) Start Car Dock app.\n2) Drop phone into Desk Dock\n3) Press back to quit Desk Dock app.\n\nCar Dock Notification doesn't go away if I select it from the shade.\n\nChange-Id: I9d3ad4dbbe8f886fc8d523d104676194c3943473\n", "proba": 0.9980210065841675}
{"commit": "15d81f7825e3f48d81e82e81a94fa13a8f4915d8", "message": "Added number parser.\n\n", "proba": 1.4375906687291717e-07}
{"commit": "e98c1f0c500f75c4aa822c7488d6ad296453448f", "message": "travis\n", "proba": 2.8262957130209543e-06}
{"commit": "578ec976ccdfa29352e54698aeae18e1b78149e7", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "4f9a53ffe18397df16c1bff4d98c5875684cce5d", "message": "Changed Name", "proba": 3.8926104934944306e-06}
{"commit": "9101875973f3b899131c7fff983ff3e9d9a1ebc6", "message": "SAK-40812 Fixing Student Pages disappearing issue (#6196)\n\n", "proba": 1.0089010515912378e-07}
{"commit": "0cc750cd6e3bbc167980368146edf058acb2351d", "message": "copy missing file \n\n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@542234 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.776866818356211e-07}
{"commit": "8c2c79fae823f1527d895df416a6d3e2d523f8e3", "message": "OAK-2195 : more tests\n\ngit-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1651996 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.6265416036276292e-07}
{"commit": "1bc6ebfcfc164db3b453ee339be7c56bef24486b", "message": "Create ImageTypePanel.java", "proba": 6.469244340223668e-07}
{"commit": "dc1120cb44bc15b2e8a7dc9fea02f9abae7a870d", "message": "adicionado e escrita classe geradora com tempos determin\u00edstico entre chegadas\n", "proba": 5.316794613463571e-07}
{"commit": "f98674253346904e9a4826f8eafa3bd83c9657ae", "message": "Adding unit tests\n", "proba": 4.273794331766112e-07}
{"commit": "3e10be4f5d1bc7d53316dbaf5a220e41681cb009", "message": "CrashTest: add JVM test\n", "proba": 1.6693064708306338e-06}
{"commit": "a1b2bb03f74e0f2af65000354347128b04187b09", "message": "Added QuestionTest\n", "proba": 2.0247925647254306e-07}
{"commit": "eec8855a59b94bc55e7f5945847a625bec058bf2", "message": "engelske kommentare", "proba": 8.008311738194607e-07}
{"commit": "6b3bf38cdaecc233caa9a8a12fe0fef0a2784b6e", "message": "Removed unneded api method\n", "proba": 2.897357092024322e-07}
{"commit": "bc18ba05c5d51c0b6ef740fd0e443cb0d6b948f6", "message": "add preliminary IPotential\n", "proba": 0.001429006108082831}
{"commit": "fabb6421d7c2ead7cc7b71e4e122ad235c70a237", "message": "get following list\n", "proba": 0.00028125158860348165}
{"commit": "01a2d792a8936887001554b895d5d29f9c4d4a4c", "message": "\u662f\u5426\u4e3a\u8d28\u6570\u5224\u65ad\u7684\u65b9\u6cd5", "proba": 3.889572042226064e-07}
{"commit": "e6ed9ad333608f2e7f0757c5403dbc976b22f069", "message": "Checking this test in for the first time\n\n\nSVN-Revision: 1851\n", "proba": 1.3984167424041516e-07}
{"commit": "37571ae1345127110d8268eaccc2ba7eb9932eae", "message": "#104SceneCamera\u4f5c\u6210\u4e2d\n", "proba": 1.3797225051348505e-07}
{"commit": "17de65b267ac00aafe36bcb9d1791c660d664460", "message": "Nullpointer in CalendarId fixed... probably\n", "proba": 1.2579924657529773e-07}
{"commit": "92afedf577b1bf5ddc0d75d889b437a2d44a5334", "message": "clean up.\n", "proba": 3.0922012683731737e-07}
{"commit": "380b65332bc0c5665b893350504e9c6c362efd19", "message": "refactoring", "proba": 5.272031557979062e-06}
{"commit": "b2b1eefa65f676b85f9ad2704d45ae99e75ab0cd", "message": "added searchByModule method\n", "proba": 2.7598119345384475e-07}
{"commit": "97905bc86549b2850ca836a18e94ca1e618ea4ee", "message": "Was not Macs fault", "proba": 0.00981673039495945}
{"commit": "a177cc2b179613de148b77d16c595013acabb2e1", "message": "Implemented first revision of a Hibernate Criteria Builder class\n\n\ngit-svn-id: 29aad96320b2a07b98332cd568fc1316025c072f@239 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d\n", "proba": 7.899357115093153e-07}
{"commit": "46123d15ec3722f6ff34cc534b3f2efda32de71c", "message": "working on the UI", "proba": 5.681854418071453e-07}
{"commit": "00bbbd2fadc78ecfd1711f675019599f90b1afdf", "message": "Test class for OrderedMinPQ.\n", "proba": 1.2071787125478295e-07}
{"commit": "116090078516c1ecb34f7cfb9da95ee26079bc71", "message": "+CraftoScheduler: Wrote doc for methods\n", "proba": 1.1193170479373293e-07}
{"commit": "16b53d78cc6dc64559479f8d05ae8b8203f14716", "message": "KRACOEUS-5168\n", "proba": 2.7868713914358523e-07}
{"commit": "87c9a582698dac89431459fbd75cade5ce59a400", "message": "A descriptor to configure the advanced DoG detector.\n\nSo for only offers to change the add behavior.\n", "proba": 9.748361406991535e-08}
{"commit": "dee1457ebec63f01e12d12556ef465fa1d2c5adc", "message": "adding MobBountyReloadedEvent event\n", "proba": 2.888914139020926e-07}
{"commit": "7196a622ce3562e6cad6fa79c6fa310967cabaa1", "message": "Build MTE-style index from @brendano's anno files\n", "proba": 1.3097628936975525e-07}
{"commit": "68673c65657e7650d4a2ab755b1dba8cd7913b10", "message": "HBASE-6313 Client hangs because the client is not notified (binlijin)\n\ngit-svn-id: 1ea5de6e32eadb5f080cfd8bafe1c87167c06d54@1358489 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.9532440092007164e-06}
{"commit": "ef0dfdd99fd9a971f2e1193c2faaa5c2b7b1f8b0", "message": "updated ProjectsDAO.java: added inline documentation\n", "proba": 2.558135463459621e-07}
{"commit": "62c988f0f30f267423a7620d4e69f65e94fc5b53", "message": "Bug 428812 - NullPointerException in JSPTranslator.createJSPProblem()\n\nPost initialization of IJSPProblems created in JSPTranslator.readExternal(ObjectInput) is added to\nJSPTranslator.postReadExternalSetup(IStructuredModel) method for the case, where there is no document\ninitialized.\n\nSigned-off-by: vrubezhny <e9ac4c508b691f6d4912b5910ebd943b77e3a653@exadel.com>\n", "proba": 1.3009925226015184e-07}
{"commit": "60bafecdc57baff826b94826b9e6e35f25e55a44", "message": "replaced system.out.println with logger msg\n", "proba": 2.1246362393867457e-06}
{"commit": "5f4638b5c03e70c693d94f3918d9bc95165d712a", "message": "\"Minor patches to send XSI type\" from \"Thomas Sandholm\" <sandholm@mcs.anl.gov>\n\nDetails from Thomas:\nI sent in a mail about this problem earlier. Basically we use a literal\nbinding and we want to force XSI type not to be sent. However, even if the\nSEND_TYPE_ATTR property is turned off in the stubs the serializeActual\nmethod overrides it. The patch I added seems to comply to the commit log\nmessage:\n\n\"Change SerializationContext to take a Boolean instead of a boolean\nfor the \"sendTypes\" argument.\n\nThis allows three values:\ntrue - force sending xsi:type regardless of configuration\nfalse - force no xsi:type regardless of configuration\nnull - respect configuration (sendXsiTypes option, etc)\"\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@254828 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.490238668746315e-05}
{"commit": "7609ed807ccd9aabd1a56baaefbf7575f0e2baa7", "message": "Reordered field assignments in CacheOrInvalidateCallback constructor\n", "proba": 1.9935190209707798e-07}
{"commit": "ee7a5b6dd2159524aa71693d9b1b7b776c719f08", "message": "Add integration test for computed\n", "proba": 4.980240078111819e-07}
{"commit": "21e4bb4eba67a6740316dc984a0bdfa0b7c9ea07", "message": "JCR-1481: VersionHistory.removeVersion() does not throw ReferentialIntegrityException\n\ngit-svn-id: 02b679d096242155780e1604e997947d154ee04a@637891 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.557951681112172e-07}
{"commit": "fdc071a01a398e3e0df375bf68330635b48cea67", "message": "Fix more code review issues.\n", "proba": 1.6246751499693346e-07}
{"commit": "2fc1b2b78a86468852add3c35b9981abee5bd273", "message": "minor javadoc update\n\ngit-svn-id: 5a74b5304d8e7e474561603514f78b697e5d94c4@565971 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.676095445825922e-07}
{"commit": "d5c8f02e1e9216d03bcf254199b409b082bc9121", "message": "Added unit test for IssueBuilder.\n\n(cherry picked from commit 31ce802)\n", "proba": 1.0280074036472797e-07}
{"commit": "a306db8c372a905382af0e1c365d35b44f6680cc", "message": "Add TaskListPanelHandle class\n\nAdd TypicalTestTasks class with proper extents, variables and methods\n", "proba": 1.475607405154733e-07}
{"commit": "35548af687d625c2cedc2704a0d6f1985bbe62b5", "message": "New RemoveImage test focusing on the stack overflow question 65381400 / OpenPDF issue 464\n\nRemove or Update added Image icon from pdf page using OpenPdf based on iText Core\nhttps://stackoverflow.com/questions/65381400/remove-or-update-added-image-icon-from-pdf-page-using-openpdf-based-on-itext-cor\nRemove or clear added icon images from PDF file\nhttps://github.com/LibrePDF/OpenPDF/issues/464\n\ntestRemoveImageAddedLikeHamidReza - This test shows how to remove (or more exactly: replace by something invisible) all images (and form Xobjects) on a page. Judging by a post of the OP on github, this should suffice.\n", "proba": 1.9993525768313702e-07}
{"commit": "e364506759ea624b3736a12fdc10a085403a9c8b", "message": "Changed method references in tests\n", "proba": 4.123711789816298e-07}
{"commit": "171401acaf81aecdfc8d511995e8c07c1f9daf12", "message": "xeon phi special case\n", "proba": 3.541347268765094e-07}
{"commit": "0a328c835da6729aa5bdeec112f37d657b56bc5d", "message": "am 21fd4754: am a41ea5e9: am 8fb8c37c: am 7b28e6ec: Merge \"Adding config to allow/disallow user to add APNs.\" into mnc-dr-dev\n\n* commit '21fd47548be421750cdcaf8e0c357747e927198d':\n  Adding config to allow/disallow user to add APNs.\n", "proba": 1.8101894738720148e-07}
{"commit": "fb1f4a84c07774314e97b1819ced52f577aa2153", "message": "Add tests for using Sulong from PolyglotEngine\n", "proba": 1.6896494514639926e-07}
{"commit": "b1552a57eceb2b93d5ea4696f37c17858eea21b9", "message": "Update KitchenSinkController.java", "proba": 3.710549378865835e-07}
{"commit": "5d325e07e1419a2c9d1f0d21ae33afbbf932c77c", "message": "Update KitchenSinkController.java", "proba": 3.710549378865835e-07}
{"commit": "3e6af20f1eaf7310829f515ce83890c7c96e6e4d", "message": "545: Implement mapping execution functionality \n\nTask-Url: https://mantisbt.tgradl.de/view.php?id=545", "proba": 3.9618066693947185e-06}
{"commit": "49cde9eb5da9b5fb182bba3fb886193586962976", "message": "Include test forcing to create browser list from properties\n", "proba": 2.1293899976626562e-07}
{"commit": "e5d3170d92add758ceac2167ba0feb81847bc5f3", "message": "am 0524e97a: Merge \"resolved conflicts for merge of 5a53816b to mnc-dev\" into mnc-dev\n\n* commit '0524e97ac333c685b43cd9dbe5a49b28371b8865':\n  Fix crash when shadowSize is 0\n", "proba": 5.703896590603108e-07}
{"commit": "20cbc1d860ecf728809b60b152927ac9188ac545", "message": "Tweet Generator added for better testing\n\ngenerates random tweets with varying timestamps\nneeded for comprehensive sorting", "proba": 2.333043624958009e-07}
{"commit": "4e1111a918e1e446f4409929ff228936b792e23f", "message": "File was missing after merge\n", "proba": 1.1035281204385683e-06}
{"commit": "a4691464fa1e214873ee2634b1fe2ae8e1283fe5", "message": "[test] Add basic dependency extractor test\n", "proba": 3.896481359788595e-07}
{"commit": "f24318c105812b54f213759dbae9e9a59db8b877", "message": "use diff plugin\n", "proba": 3.9081780300875835e-07}
{"commit": "2650a4b01651aa3b7c91fa94314e5f8d6f6757c9", "message": "Minor change to make assert failure message more readable.\n\nsvn path=/harmony/enhanced/java/trunk/; revision=1003095\n", "proba": 4.2171941458946094e-05}
{"commit": "19a263ae4363c6d15876690d70a6644197da65d2", "message": "Add default HTTP-Gateway connector callbacks\n", "proba": 3.9840821841607976e-07}
{"commit": "dd4c1c871cb7c95221b2b773f67c093aaa3f4902", "message": "Injector interface made public\n\nInjector needs to be public for external strategies to work with the new\ninjectorNotFound signature\n", "proba": 1.056605540838973e-07}
{"commit": "89b9c8ab2ce83d48829a02139b2657de06c4194e", "message": "unit test\n", "proba": 9.305479693466623e-07}
{"commit": "4a2d08e01958867c510841f7cad6606e8e8c79b7", "message": "generified asyncloader\n", "proba": 3.025176738447044e-06}
{"commit": "17984abc08c5e62839e1ced82f27d396a33f9bba", "message": "task 4087\n", "proba": 0.9999487400054932}
{"commit": "a7613437f9c2587b0dee3d9994447cae103e60ea", "message": "add UTWR sample file\n", "proba": 1.939963567565428e-07}
{"commit": "0ce5379ead7ced11ef9f0d7ceb23c41edaf4e8cc", "message": "[oracle] handle null strings (e.g. returned on XML columns) instead of NPE", "proba": 3.9710405985715624e-07}
{"commit": "48c4e9342013d3d1336a7ed232d78db8c5a608d0", "message": "avoid connection.getMetaData on Oracle with exec_query (fixes #453)\n\nOracle seems to be doing some SQL on getMetaData ... this seems to improve performance singnificantly: test run times :\n\nbefore: 185-190s / 180 PS\n   after:  130-150s / 125 PS\n", "proba": 2.773153937596362e-07}
{"commit": "33fe1f4fe5504ed5343579c6b73fe08b6a00ca69", "message": "[oracle] generic optimized NUMBER type extraction (with scale == 0 as integer)\n.. also improves 4.2 support since Boolean type does not expect a BigDecimal", "proba": 3.066051249334123e-06}
{"commit": "76ead1fa9485c7686abc582edefbc7b4f4e6db17", "message": "Will aggregate constants in the interface Consts.", "proba": 1.1900169027967422e-07}
{"commit": "8e2619ced5e5fba49f12532354967b81cfcc6c77", "message": "New utility class implementing ServletConfig.\n", "proba": 1.1755617634889859e-07}
{"commit": "ebd647640f9aca6434c9017978df2d80752d54ff", "message": "\u5b57\u4f53\u8bbe\u7f6e\u6d4b\u8bd5", "proba": 2.0763120573974447e-06}
{"commit": "9322d7e340ecde7612d9913eafc4a8c2d6863ff7", "message": "key up listeners\n", "proba": 2.2594915094487078e-07}
{"commit": "d8a0502b943841027205ab90ed6dcdb82a074ac0", "message": "Add TaskTime class\n", "proba": 4.6229027361732733e-07}
{"commit": "c5dad331cd1dd9fc81c1c836ff12251c5c668d25", "message": "new way to setup the admin password\n", "proba": 3.483312980279152e-07}
{"commit": "70f8ab6f89b10f2c6c06c21697113a805367d906", "message": "Adding AF bin stratification for VariantEval.\n\ngit-svn-id: 4561c0a8f080806b19201efb9525134c00b76d40@5728 348d0f76-0448-11de-a6fe-93d51630548a\n", "proba": 2.8016287615173496e-05}
{"commit": "b1618e1ba21ae6b0e846c6aae6c771e1378d67be", "message": "Fixed a bug where not existing languages with more than two letters get redirected\n", "proba": 1.9613362667314505e-07}
{"commit": "e6ea4c2007647cc5911c556af661b0c1e851b89b", "message": "Removing synchronization & optimizing the code.\n\n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@701457 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.001198061159811914}
{"commit": "13604532a58c17047f608022e6bcc3fc3a6ee713", "message": "Ooops.... this was missed with the distributed status history commit\n", "proba": 1.0860635057952095e-07}
{"commit": "7341e31f52b70982b713c2a5e999573e64a61318", "message": "test light project service is disposed after #tearDown()\n\nGitOrigin-RevId: 88e0374d1c869f8f6c43c3837f4b768094c3c74a", "proba": 5.368785309656232e-07}
{"commit": "965f77ae057fa5a75034544394e37f0135c012be", "message": "Use TextEditGroup", "proba": 4.785888449987397e-07}
{"commit": "052c9e8191bd28fd747fe40960223c377b7bb203", "message": "bumptech/glide#943 add reusable workaround for 3.8.0+\n", "proba": 1.1236765118383119e-07}
{"commit": "ce12a318d80e47dcdb212a092597cc3343fc5ca4", "message": "[VTK-2161] 'resource:tags': properly quote regexp replacements\n\n", "proba": 6.68699215111701e-07}
{"commit": "b715533e510dd4c5c1e071893bd4b29e0663e4fe", "message": "new controller exception type\n\n\ngit-svn-id: 29aad96320b2a07b98332cd568fc1316025c072f@305 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d\n", "proba": 9.283302233598079e-07}
{"commit": "a648226a8495cd2347181293686e825d1a54edc6", "message": "test case for #4608\n\nsvn changeset:12880/svn branch:6.3\n", "proba": 1.4680894366847497e-07}
{"commit": "b111574b44401c8af5dc088922daae93e011ba50", "message": "Avoid side effect by copying the configuration before calling the listeners.\n", "proba": 1.1614196182563319e-07}
{"commit": "45b7d50bf655509f1b23fa99b336955eb24a7fa7", "message": "specify correct range for injection\n", "proba": 3.617218737872463e-07}
{"commit": "1aee98fbf3937879c65c523396939ffa054d2fa0", "message": "Updated documentation for setScreenCaptureDisabled()\n\nAs requested in the API review. Also, removed unused import.\n\nBug: 17005622\nChange-Id: I0bc57411ec34119f64e28eaf27c32a67b45fd66f\n", "proba": 1.647903900448e-06}
{"commit": "44f6962dbaafbb8fb2fb41b93cd1230288566eae", "message": "An enumeration of statuses for entities\n", "proba": 6.964122007957485e-07}
{"commit": "963669be3df694d99e4a60d0a5d843aefed0bc2d", "message": "Removed unnecessary assert messages for Vector2Test\n", "proba": 2.1838800989826268e-07}
{"commit": "2b9875e931f07d9f9d92958c9420e55d902e1308", "message": "Add example that may cause the interpreter trying to throw an AnyAtomicValue\n", "proba": 1.1897825515916338e-06}
{"commit": "8f83aa7538b2f0ddc809f78a820699005445ae69", "message": "IHM01_mef code\n\n", "proba": 7.30921044578281e-07}
{"commit": "129c4a69b4541295d986d4cb83082bf809106744", "message": "Create AdventuresInSpace.java", "proba": 1.5989606936273049e-06}
{"commit": "af4b3ec558e9db78a18da9269a6cad9e27ccf56e", "message": "Create LoginActivity.java file", "proba": 7.505363441850932e-07}
{"commit": "b68b44bc9f604aea741c1b475dcdf1d6c7190881", "message": "\u5b8c\u5584\u7f16\u8f91\u5668\u6a21\u5757\u3002\n", "proba": 1.2412843375386728e-07}
{"commit": "ddbc2e4d9056d2f3cdfd0b927b1b38f83edcd6c3", "message": "Introducing ByteArrayBytes.java\n", "proba": 2.751504837306129e-07}
{"commit": "1882b37261c9cb64c44db2e1594f6216ff1d483f", "message": "Fixed an issue where we did not filter out provided jars from the classpath and set of files uploaded\n", "proba": 1.2386402659103624e-07}
{"commit": "72d37ea42e1641e795a868d85813f016d4590feb", "message": "update adataservice\n", "proba": 5.441953589979676e-07}
{"commit": "a395ed41f38e0891be5ab11793fbb7ddea70703a", "message": "First cut at refactoring ServiceDesc into an interface with a Java-specific\nimplementation.  Use the interface wherever possible, and only drop down\nto the Java version in places like JavaProvider where you know what\nto expect.\n\nThis should allow us to build ServiceDescs for other backends (i.e.\nBSF/COM) and use appropriate code for managing the relevant\nmetadata.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@249843 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.8411363953418913e-06}
{"commit": "fd6bf4483c4086937bda5f97084eff87c0d3bef8", "message": "A new class that allows to process DNA Fasta files in an optimized way in memory.\n\ngit-svn-id: ed25c26de1c5325e8eb0deed0b990ab8af8a4def@4804 7c6358e6-4a41-0410-a743-a5b2a554c398\n", "proba": 5.230785063758958e-06}
{"commit": "9def3f188d5956f0be61583fa50a3d7e6757a9e2", "message": "extra test\n", "proba": 2.4255166408693185e-07}
{"commit": "8bd7ad83ed219599c61597741047d8a47f71f3ee", "message": "Add test mod 2 class", "proba": 2.0102199016491795e-07}
{"commit": "a0f7f990aa55ca64cb1898adf3c489281d9a59ad", "message": "testing\n", "proba": 1.6199514902837109e-06}
{"commit": "04ab0864e353f4dc26b5501335653bc85a1132e4", "message": "Craig's main spatial tests (based on Davide's originals)\n", "proba": 1.2364284884824883e-07}
{"commit": "1a6adcf094a7f0c063c68e0584efbb2bab3b59e4", "message": "minor modify douban example\n", "proba": 2.407162185136258e-07}
{"commit": "77a17cf3a3ae4e205af40fd4f2582800d6d63e9f", "message": "#39 Create test case for PsChain class\n", "proba": 1.2996098064377293e-07}
{"commit": "aad10e6e57c1ccac16c90bb2d08d671097e5836d", "message": "Add simple program to show #docs  in given index and Lucene version of index.\n", "proba": 1.1803597743664795e-07}
{"commit": "67afbcc294246ababb3b86004c2ae0baca963628", "message": "Remove view job results method, view job details provides the same info\n", "proba": 1.2829582374251913e-07}
{"commit": "ce3f4897a29f3a3309c6a13a73017dcab55f3082", "message": "add TTN viability simulation Beta=1\n", "proba": 2.3220249545374827e-07}
{"commit": "829f524449cb980e7f311f4d4413344dce75aa12", "message": "set layout for ProbandProfileFragment\n", "proba": 1.6380595013743005e-07}
{"commit": "068811b17f0e38658b8931c3375d166483236c3a", "message": "qa: added JUnit test: GeoDataAdviceTest\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@5498 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: 440df6ca50d7045738fdad9b549ac7cba3af3990", "proba": 9.016764010993938e-07}
{"commit": "0c6562ac1ed496271d52f8e7a8dde2df7924feb0", "message": "Ajout Gestion d'erreurs\n\n-Ajout d'un message d'erreur lorsque aucun caract\u00e8re n'a \u00e9t\u00e9 entr\u00e9 dans les JTextFields lors de la modification des notes d'un \u00e9l\u00e8ve.", "proba": 1.1139541555849064e-07}
{"commit": "783a72eb0fcf979e8ca81ca19fdd2e4ff531343c", "message": "Add client Count variable, getter. To auto ID\n", "proba": 3.2710372011024447e-07}
{"commit": "64ce5735917ed6a414aec5ccda95ab81709ac34a", "message": "123123123", "proba": 0.9999635219573975}
{"commit": "d9212d0dafaabdbd679245bb5add3de68fb0e5f3", "message": "Added support for multiple warnings / notices\n", "proba": 1.2514875891156407e-07}
{"commit": "9abdb3d6a21941563f6815972e16f0b14803b09f", "message": "fixed (except tests)\n", "proba": 1.2230870538587624e-07}
{"commit": "a5ece2219e450e7072892f5cdea57f21fdc6598d", "message": "Add a method to get jobs in Hudson relative to a parent context path\n", "proba": 8.154455599651556e-07}
{"commit": "7b62577fb3e4cc1fbfe292789272fcaf25dc845a", "message": "Fix Bug 420426 - Too long job name throws exception\n", "proba": 2.638778084929072e-07}
{"commit": "811fed0f4b585bcf130f3a4d86192cc635172664", "message": "Simplify since minimum Java version is now >= 1.5\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1366896 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0003534166608005762}
{"commit": "42125fdb5d76df12e7085c68dc0b03b5168141b1", "message": "Tab police and other whitespace issues\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@771001 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00012215478636790067}
{"commit": "caa395be5e31921c5b873d91ffa3aa3ab1dddfa1", "message": "Added DelayFilter\n\n", "proba": 1.8642414545411157e-07}
{"commit": "c151c1a23663af840ea44699293672dc058fdd74", "message": "item manager: cache no price when unable to batch lookup\n", "proba": 6.268926995289803e-07}
{"commit": "a945fd8ec53f000ddc2fa920ab0aa3ee0b958300", "message": "initial commit.  just making sure the scored values are being sorted as I expect them to.\n\ngit-svn-id: 34a63cff78c965ed7296912184cd0e3b6b7dc1c0@415 2f4ce1e4-9571-11dd-93b2-6d14b300b761\n", "proba": 0.00023011781740933657}
{"commit": "5d783d76becd0c8343d80056e9d3d6ba62d796e2", "message": "Fixed more unit tests", "proba": 1.2650978931105783e-07}
{"commit": "edf7f395f55acbd85342550545787e9197cb0949", "message": "Testing merge", "proba": 7.762603217997821e-07}
{"commit": "4dc7c27381f079c504c08fc5e55bdf081e05ff29", "message": "controllo javadoc #dominio.menuRiconoscimenti", "proba": 2.7660937007567554e-07}
{"commit": "ca358320256a51d865168f2b5eba881b1b5bb2b4", "message": "GIT IT DONE", "proba": 1.699721394743392e-07}
{"commit": "96a2f95699214e455bed75801c53d3fd4671960d", "message": "Added OnScrollSmartOptions for convenient control of loading delay on\nfling in ListViews, GridViews", "proba": 1.2523878467618488e-07}
{"commit": "c13695ccb32f8eebfd6c7fd93ea488c09ac2129b", "message": "Create find-peak-element-ii.java", "proba": 0.0008545380551367998}
{"commit": "7be9fb2279148a1cf7ed70161dd0058d2d12110d", "message": "Migrating from rdfizer to datasource\n", "proba": 2.0557567381729314e-07}
{"commit": "532b36645d5f6f77a92963ec259d53259512b62a", "message": "Add unit tests for com.github.eirslett.maven.plugins.frontend.lib.Utils\n\nThese tests were written using Diffblue Cover.\n", "proba": 1.0130391103757574e-07}
{"commit": "4ab9ca77af3ada9a7d603054bc18b795970184b7", "message": "#JC-361 Topic edit validation functional test\n", "proba": 1.2199184595829138e-07}
{"commit": "4f6b73f57c021477ae5df17a24e7ede8cc41614a", "message": "\u521b\u5efaw.java", "proba": 5.180201014809427e-07}
{"commit": "e25acaec6321d7ad7f1219f92ae9843b0306b949", "message": "solution for two strings problem\n", "proba": 0.9999992847442627}
{"commit": "26a98001ad3ec626f18fd57165ccc404f80d4e51", "message": "Allow creating EAP_TLS network without specifying Phase2.None\n\nPhase2 isn't required for EAP_TLS networks, and it is possible\nfor a developer to miss it. We are requiring it for internal\nbook keeping - so this change just sets Phase2 to 'None' when\nEAP_TLS is set on the configuration.\n\nBug: 17043082\nChange-Id: I5a8e0a3a236d0dfd1295584de55d5b9a1b76b483\n", "proba": 0.00020526372827589512}
{"commit": "f403703474f602cf432b5cfb2e4b0ae985b61d27", "message": "add some comment", "proba": 2.2578974778753036e-07}
{"commit": "d1e5171baa15e5c11980727f8d715d6bfbf2ca0c", "message": "List representation using generic\n", "proba": 8.382320402233745e-07}
{"commit": "15e75b61bc7a7d5b5df19b150a4e355c48c176d9", "message": "Wechsel zwischen Harvesting und Nicht-Harvesting.\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@5040 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 2.9866266686440213e-06}
{"commit": "0cf3ea89b224fb15b6951e0d99be398799466bd7", "message": "extratCoreActions and extractCorePlugins have been made static in SwingFirstRunWizard (they might be moved to the installer somewhere soon)\n\ngit-svn-id: 50f83ef66c13f323b544ac924010c921a9f4a0f7@1959 00569f92-eb28-0410-84fd-f71c24880f43\n", "proba": 7.256107323883043e-07}
{"commit": "6e005c5895eefe36c34dd86be1864f26b339eb28", "message": "Create ListMapBinder.java", "proba": 7.623220881214365e-07}
{"commit": "f5de5f9ff32bc53178a032c703eed7553a623be8", "message": "optionHandling\n", "proba": 1.6781574458946125e-06}
{"commit": "3b66ba6e95cefab6de8b1fad2027bf4e8db97f16", "message": "\n\ngit-svn-id: http://gforge.cs.vu.nl/svn/ibis/smartsockets/trunk@5675 aaf88347-d911-0410-b711-e54d386773bb\n", "proba": 3.5706614198716125e-07}
{"commit": "2332fae2f7d90e4e6fb83ee0070a1e310da0b168", "message": "Fix hunger bar shaking.\n", "proba": 9.749883247422986e-07}
{"commit": "7217c8fb765a8c679ada9b1395daebc64b0943bc", "message": "BackupAssistant rename.", "proba": 1.858936684584478e-07}
{"commit": "1ab734c2c9805f37379f33279a2a1905f872bddc", "message": "change name of the controller\n", "proba": 1.226943936671887e-06}
{"commit": "15b1ff3d96f159bb56baa7c42460ed4d97f2f346", "message": "Add AttributeDocumentListener\n", "proba": 4.3986105424664856e-07}
{"commit": "8bf722f18342b6e599d245ef0a6226371be92e5e", "message": "Bootstrap contants. Used in NL (lucene) indexing\n", "proba": 1.4456996666467603e-07}
{"commit": "553d22f0fa2ead8f0c3cdd119f5b969fbcc8412f", "message": "added DBCP data source initializer class", "proba": 1.4037293283308827e-07}
{"commit": "962a2b8d11379c22fa94d9a1eaa1cdbc69ab1804", "message": "Client\u306e\u30b3\u30df\u30c3\u30c8\n", "proba": 3.2237753089248145e-07}
{"commit": "b566d0015f318d6a29c700e48932fc861193dace", "message": "Remove comment\n\n", "proba": 1.7397370299931936e-07}
{"commit": "0546296490236510cbdd1a91fd9890111b653754", "message": "Update FishingTool.java\n\nAdded Crayfish tool information.", "proba": 1.0650307302739748e-07}
{"commit": "2fe72bd5f49aacae597a9f04619d72523a28adba", "message": "*** empty log message ***\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@247903 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.621524898444477e-07}
{"commit": "6f6e18e2cb7a723e773199c84c61cde2bb097740", "message": "setTimeout + logger added\n\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@543 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 4.90937338781805e-07}
{"commit": "1f868fe8fd5547638953fe09fab26b450ea2805a", "message": "v1.0.5 added UT for Abel's issue #2, it passes, yay! :)\n", "proba": 1.0198556310569984e-07}
{"commit": "3f64a76202533e178a9128a49bc568e38769786a", "message": "Unit tests for the short link controller\n", "proba": 1.503163531424434e-07}
{"commit": "1046ed1604812bdce7dbecf02807a4633d3d2aeb", "message": "D-07513 - changing existing tests to expect url encoded query strings without double quotes on queryFind.\n", "proba": 1.0318458976144029e-07}
{"commit": "7b62e24cc1c64fb3c9a78800d9221de68b4cb641", "message": "initial import", "proba": 6.214378913682594e-07}
{"commit": "6843b34c98b3e9efc87c1c88c9b7ba2d555457c8", "message": "add trivial unit test for this filter", "proba": 3.135019142064266e-07}
{"commit": "37e39190420a55afba08a6d819a35350128ccec8", "message": "OPAD Visualization Filter\n", "proba": 3.8166731997080205e-07}
{"commit": "91154ed8b082f1d84c174abc417f58d1479b5803", "message": "fix typo\n", "proba": 0.9999909400939941}
{"commit": "c49f24e043d49c1a4f8479a17eb63e2fcda6359b", "message": "Algorithms\n", "proba": 0.0002602656022645533}
{"commit": "a092ba5667e9c055f4d5c83296c8c81471695747", "message": "am e562287c: Merge \"[maguro] Update COMPREHENSION-TLV parser in CAT\" into ics-mr0\n\n* commit 'e562287c85662457864255028cd4bc3b04f13750':\n  [maguro] Update COMPREHENSION-TLV parser in CAT\n", "proba": 4.4535084953167825e-07}
{"commit": "3c3dfe967ff427c351572ac99c8a9fa89dfcc09e", "message": "Packet stuff\n", "proba": 5.989102191961138e-07}
{"commit": "190d1fecbbb0d6b1fffcdd35684a1f0b7a0c3147", "message": "Create fizzArray.java", "proba": 8.91243398655206e-05}
{"commit": "4a216003bbae4023e87f39667ccfbbd31992df74", "message": "Writing records line by line to avoid memory overload\n", "proba": 9.552062465445488e-07}
{"commit": "faaf6d1fccc4281878795cdf99cd3a71d0ff7662", "message": "Add missing path preparation in MainPrinter\n\nChange-Id: I1f78d3ff3bdc3b0f6faeda3b763c9fb269770c88\n", "proba": 2.9824606826878153e-05}
{"commit": "17f7dfc7e959245e7a3f2aeec364f893cbf9b145", "message": "Add unit test for SocketInfo\n\nChange-Id: Ifd8fea3a65db3431f337208fabfb966c057c55d4\nSigned-off-by: matthieu <6868fb583940e18c5e820cc27b612d32aaa9154f@inocybe.com>\n", "proba": 1.3445774982301373e-07}
{"commit": "f2ef1aadf71873f5383e79edee0c95967032709e", "message": "adjustment for specialDays\n", "proba": 1.7822986819737707e-07}
{"commit": "8f0f4762d078b09de818261661c447a71f2bfd8a", "message": "Delete TeapotNormals.java", "proba": 0.0002194437402067706}
{"commit": "b1d92a87d3a5dfb9c7deac2deed4a93bbf979db6", "message": "PackageNotFoundException is a ReflectiveOperationException.\n", "proba": 3.7465591162799683e-07}
{"commit": "3eabfcbde677ecf06f0fe2651e4581ed1a717f3c", "message": "Create GameView.java\n\n/**\r\n * Essa \u00e9 a classe que representa tanto o jogo como a tela onde os objetos ser\u00e3o desenhados.\r\n * @author Wiliams Magalh\u00e3es Primo\r\n */", "proba": 1.5276565079602733e-07}
{"commit": "980bd26fac80900ab318358ad3dfb450832a8d78", "message": "cleanup\n", "proba": 3.1109298106457572e-06}
{"commit": "6c2cc68458b7a8e364fd91c383ef3ad1bdd64a87", "message": "EPMRPP-75477 || Add launch deleted plugin event handler\n", "proba": 1.3269217902234232e-07}
{"commit": "9553a564cb0580632c82555fb147af0df2fb2482", "message": "Add missing AbstractValueSpace\n\ngit-svn-id: 4e353c0944fe8da334633afc35765ef362dec675@5363 b4e469a2-07ce-4b26-9273-4d7d95a670c7\n", "proba": 0.9960616230964661}
{"commit": "b65e198dba3a97535b91afe1c9898af23426911b", "message": "create BroadcastMessagePersister when BroadcastURI is provided.\n", "proba": 1.1658830345595561e-07}
{"commit": "644bee622288e3491a2d2af5d1f6a33242b01eb1", "message": "Make input prompt test stable by excluding IE11 (#9780)\n\nIE10-11 have a related bug\r\nhttps://connect.microsoft.com/IE/feedback/details/811408\r\nthat is only fixed in Edge.", "proba": 1.2411990724103816e-07}
{"commit": "0e68961912efb1d01953b450d90954f0345aec63", "message": "Maxinum Subarray (Only DP solution)", "proba": 1.2015392769626487e-07}
{"commit": "3d7b85a2774cd7f26001a33f367f7988c20c9306", "message": "Create Board.java", "proba": 5.105534341964812e-07}
{"commit": "42b2e27d2cfe1a1e30b002cc0272753f6237620a", "message": "Create WriteReadFile.java", "proba": 1.1086461881859577e-06}
{"commit": "10ca0d857c016430293d08d84403931a77d64576", "message": "task 785\n", "proba": 0.9999935626983643}
{"commit": "8fcefbbe4f3ad4aabb9091ac367cd4afb99a4dad", "message": "am af9b726b: am 3661aa85: am e3505a3d: Merge \"Camera2: add toString for TonemapCurve\" into lmp-dev\n\n* commit 'af9b726b4c557d8aaa42170a36c73e6ffd7fd8c6':\n  Camera2: add toString for TonemapCurve\n", "proba": 1.17531681098626e-06}
{"commit": "e920070418e3be10acb29e472545769ca1d0cd84", "message": "am 17b5635d: Merge \"Improve the fallback of the locale of the spell checker\"\n\n* commit '17b5635d52b9a90b519307513dc7c5fe69c7aacb':\n  Improve the fallback of the locale of the spell checker\n", "proba": 5.271451186672493e-07}
{"commit": "b7dffa8a303e1a9f078f07d6157be7686a260607", "message": "am 97758c48: Merge \"Moving fallback check code to Settings\"\n\n* commit '97758c48cd7d09d119c7255388c77cf6e477e899':\n  Moving fallback check code to Settings\n", "proba": 3.283542184817634e-07}
{"commit": "ba45bcb36437aefa5fe2a3e72388a01debb90813", "message": "Fix DeviceManagerAdmin with empty password\n\nChecked for null, but need to check for \"\" as well\n\nBug: 15832986\nChange-Id: I3dc5d61717180180229f2395eef1dbe54d812d54\n", "proba": 7.705368716415251e-07}
{"commit": "6d9cf87ab889b8c7ce2c2bd5edcfc37c3d2bda8a", "message": "TIKA-509: Container contents extraction\n\nAdd a DocumentSelector interface as a first step in using the strategy pattern for implementing selective component document extraction\n\ngit-svn-id: de575e320ab8ef6bd6941acfb783cdb8d8307cc1@995946 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.197560934291687e-05}
{"commit": "86e5218220a0e01f7eb574a2480bd91f9ebfae35", "message": "Support custom views using TimePickerDialog in layoutlib\n\nBug: http://b.android/com/61515\n\nChange-Id: I0dc3357be0c058adde9d3ea5b6796004b786fd34\n", "proba": 3.7090140381224046e-07}
{"commit": "983416c38223978ccf8ffb40fe43ec56c60afed5", "message": "minor changes\n", "proba": 3.7436623756548215e-07}
{"commit": "1a538d0d3cbbccce69ce31684998604b62ada24f", "message": "Fix documentation for hidden intent.\n\nChange-Id: If3325f75cff759260e42e5b3782c267cb7c1f001\n", "proba": 7.76085835241247e-06}
{"commit": "3bb43ab6a55c4181dbe3df3c34d1b990fe6553a2", "message": "Initial checkin.\n\n\ngit-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@369 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 0.00017120597476605326}
{"commit": "6f7359f45c6cfb6ffd11e9572f617631e0f5d33c", "message": "Remove deprecated WebRuntime code\n\nBug: 2762551\nChange-Id: I4ad02ee11a376fb34ee429403d4a1d2162ea8911\n", "proba": 9.852044513536384e-07}
{"commit": "6810bf0ae7b8eac8b8d8c2fc980336b7835a7830", "message": "Cleanup\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@10563 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 6.457366907852702e-07}
{"commit": "5f37ce917205c0a619abf7a6c4534d64b3703bef", "message": "Always mutate child when added to drawable container\n\nBug: 28456908\nChange-Id: I3e7bea85e056882a331aecf7e225134161e685e6\n", "proba": 1.0145400892724865e-06}
{"commit": "e2f379e439c97ba6d423b715ba692b52f4a9b9d0", "message": "Finish Most Part\n", "proba": 5.692245963473397e-07}
{"commit": "7de6f137945818c22dc5a3fd2b085270daab6be2", "message": "Bridge class between HistoryManager and submission process\n\n\ngit-svn-id: 39c64a9546defcc59b5f71fe8fe20b2d01c24c1f@136 9c30dcfa-912a-0410-8fc2-9e0234be79fd\n", "proba": 8.744558499529376e-07}
{"commit": "803f7c64172777031257df383c9a28f9b407049f", "message": "Created repostiory for the people.\n", "proba": 1.0435550024112672e-07}
{"commit": "60b83c9bdd39bd53377d4df7182903ea94cd6df8", "message": "DouniaBerrada: Adding BrowserConnectio to android client\n\nr12262\n", "proba": 1.2342572119905526e-07}
{"commit": "7c41da5dfd3cda4b4aaaf78cd771f09921a2d7eb", "message": "AndreasTolfTolfsen: Unignoring some ElementAttribute tests now passing in Opera\n\nr16793\n", "proba": 1.2283847183880425e-07}
{"commit": "2e6156c84369654a25d66784bea2c751ac8ae573", "message": "Several changes to the interface.\n", "proba": 1.1311252734458321e-07}
{"commit": "deb1667694479f356f957aeb8a7c2d93084308c3", "message": "Change wording of queueing feedback\n\nConcerns #11\n", "proba": 1.191079590512345e-07}
{"commit": "2c2d6d4869d18541191cea7e5c72c845095f449c", "message": "cleanup\n", "proba": 3.1109298106457572e-06}
{"commit": "17ecde58801387eb8c2149a82de3c385370a3874", "message": "Bug 85: Move NeighborCriterion out of Potential.  PotentialMasterNbr creates an appropriate criterion when the potential is added.\n[DCVGCMD needs further work to allow the 1body criteria to be set]\n", "proba": 1.0337605971244557e-07}
{"commit": "867bcb1361299ead7a058d2788483109be165eb8", "message": "Added Class\n", "proba": 2.1083523904508183e-07}
{"commit": "8bc75c5986294524200589f6d3de206516ab2721", "message": "Correct logic in r1701760\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1701765 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.002986931474879384}
{"commit": "e43b3851b599be2d76d3f1eeb9a4fc9025949caa", "message": "Rest of fix required for https://issues.apache.org/bugzilla/show_bug.cgi?id=48113\nBased on a patch by Quintin Beukes\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@883362 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.7028116821602453e-06}
{"commit": "0cde120d3ff2d45e4bb328f031127a4cd66325b7", "message": "Reported as part of https://issues.apache.org/bugzilla/show_bug.cgi?id=37515\nAdd options for Java 1.6 and 1.7\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@731773 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.985903615306597e-06}
{"commit": "d5c073f04d1a34572c9ecf9991e87329ff91dac1", "message": "Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49095\nAprEndpoint does not wakeup accepts with deferred accept or BSD filters\nBased on a patch provided by Ruediger Pluem\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@948043 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.066788278578315e-06}
{"commit": "14ea35829fa291548927afaee14fc7fa81432083", "message": "Simplify. Have a single method adding sockets to the Poller's addList\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1441916 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.53491694922559e-05}
{"commit": "abfbbd982d98d38cb21c3808647d83c93d612204", "message": "Remove unnecessary code\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1676731 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9995599389076233}
{"commit": "af8ab23da6de2b88e627baa9d818446fa6cf619e", "message": "Small fix for the callback, now the InOutMEPClient will set the isComplete flag in the callback object\n\ngit-svn-id: 3495a5c4bbe5ece00c09619c056c9a903ff1da72@180234 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.0558808248315472e-06}
{"commit": "b468ae423157b145388e40897549cbb74b29430b", "message": "Remove all occurrences of given number from array\n", "proba": 0.9999995231628418}
{"commit": "6eabcb053e66fef30da7ace4b946372d5e56fdd8", "message": "I think bugfix???\n", "proba": 1.453628328818013e-07}
{"commit": "62acd85d625941e6e268e720dc09fd0ffae607e5", "message": "Create syso.java", "proba": 2.59084645222174e-05}
{"commit": "ac54e8917a30ecbae47b5d1368c98a2f0851552a", "message": "Created InvalidSpyglassCompanionException\n", "proba": 5.092968535791442e-07}
{"commit": "5e42c1cf1c7786a550df351622865ba1710a0ea6", "message": "am 371b582c: Merge \"Implement getColorFilter() on VectorDrawable\" into mnc-dev\n\n* commit '371b582c4941a7c4a1a5531fa8768db74354b616':\n  Implement getColorFilter() on VectorDrawable\n", "proba": 2.9292186809470877e-07}
{"commit": "5e8618f403ce808f8918c8c619a6e0a057e81b61", "message": "Added test for SAX, non SAX adaption of AbstractSAXFilter.\n", "proba": 1.0688769691569178e-07}
{"commit": "442694493111c60117309f2a2188e6cfb54bd8d0", "message": "Removed stale method.\n", "proba": 1.4836180639576924e-07}
{"commit": "521253fb76e6fd04526f2cf8a993b798774513d4", "message": "GrailsWebRequestFilter was not executing for error pages following upgrade to Spring 3.2. This fixes that, which fixes a functional test\n", "proba": 1.2154730200109043e-07}
{"commit": "7a2d9759e1f3e99e9eedd43a7c1ba69c13fae8e2", "message": "am 168bfef1: Merge \"pass a defensive copy of DhcpResults\" into mnc-dev\n\n* commit '168bfef182b8e631c93404f4e9e9c0176aa66ece':\n  pass a defensive copy of DhcpResults\n", "proba": 5.227386168371595e-07}
{"commit": "1acca9fa847d2174e8254cf56874e2e9563af319", "message": "initial implementation of DFASimulatorOracle", "proba": 2.971921446714987e-07}
{"commit": "25fb2c3a179764e71c3c285078c36bfc68061d34", "message": "Initial take\n\n", "proba": 2.995114982695668e-06}
{"commit": "169c69d62b22fbf51d3165ddc685a55e1cb88901", "message": "Create Some.java", "proba": 1.0832163752638735e-06}
{"commit": "7a51ba874d10197a38f6fa1d0498a24e5d50a9a9", "message": "Added the printing of the analysis names from the analysis collections if they are present in the toString method.\n\n\nSVN-Revision: 6945\n", "proba": 1.8239728660773835e-07}
{"commit": "ad88a8566adccf21db0c10b0a10f12f3e2bb2c38", "message": "init commit\n", "proba": 3.763946381241112e-07}
{"commit": "bfa5bbc2fa96f0497082c9f959a3251809b41895", "message": "New\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@499 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 3.198339868504263e-07}
{"commit": "e29feeae7286fb64daf8997b5b8dcf5898b396fc", "message": "add tests for Letter.setLetter()\n", "proba": 5.960202429378114e-07}
{"commit": "118d6a5f2922f3294e83aa2ed0f7ea879403ab10", "message": "Added support for quoted tweets\n", "proba": 1.237988414004576e-07}
{"commit": "6bba0ff514441d84942154e52f0efb82ca177397", "message": "Variables innecesarias eliminadas\n", "proba": 4.26538972533308e-05}
{"commit": "b44a6b965539621e2c537d34784df36c9f95bc2e", "message": "Add enum ActivityKind\n", "proba": 1.1489109965623356e-06}
{"commit": "22b8381cf5b247ec3705d5733e153f2aeca174a8", "message": "reverse the qualifier for the handler ID\n", "proba": 0.000824304181151092}
{"commit": "256fda44930105d124d2bd428b30cf644f95426f", "message": "am 941070ce: am 5a58383a: am 48ca66c3: Merge \"TIF: Fix comments in TvContentRating\" into lmp-dev\n\n* commit '941070ce591ec3de08f9d2675a41a1bb50b6212e':\n  TIF: Fix comments in TvContentRating\n", "proba": 2.983478566420672e-07}
{"commit": "a900a88b0c627d612876ff9d71e39684d6f8de28", "message": "am e42eaea7: Merge \"TIF: Fix the Singapore content ratings\" into lmp-dev\n\n* commit 'e42eaea72d69c26b338d4783e4ff30e4f86b952b':\n  TIF: Fix the Singapore content ratings\n", "proba": 4.7106928491302824e-07}
{"commit": "afc73653ea08d56b2ff8b90610649dbc3cc3f95e", "message": "Test to avoid clientId is leaked to other clients.\n", "proba": 1.0299444852535089e-07}
{"commit": "19dbc7d90a95fb5d1646b7b8924b5e5bdaf7ed73", "message": "formatting pls\n", "proba": 1.2778019709003274e-06}
{"commit": "48f5b63601f384f55c20bd7878817ff764413607", "message": "Test for GrantPermissionCommand\n", "proba": 2.4573185442022805e-07}
{"commit": "97c7cb9a275be906bce23162e912a4cabf69b73e", "message": "New builder for a Locus object used during testing\n", "proba": 1.2767139878633316e-07}
{"commit": "953bee20aaed355a782ac8d97aed4b62588399bc", "message": "Created a specific class for ExtensibleMatch searches\n\ngit-svn-id: 77647bf8c03f680e1577cc294a519e21c03bf3cb@373266 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.591205755692499e-07}
{"commit": "cb1c7b842211a4dd8fc3f0dbb3858b39e0a9099c", "message": "Create Canal.java", "proba": 2.230052814411465e-06}
{"commit": "bac3202ff8a663646f7845baf0450bdaf0f92c9e", "message": "Implemented URI 1062\n", "proba": 8.62954038893804e-06}
{"commit": "29539c9b1bff983d7356a7dcfcb9fa4d88267217", "message": "Remove redundant close in BoundedReadEvaluatorFactory (#233)\n\nThe reader is already closed by virtue of being the target of the\r\ntry-with-resources block that encompasses all of #finishBundle().", "proba": 1.05103183045685e-07}
{"commit": "c1c27e4ab033843c1032af44d994cc7ed67cd4a9", "message": "F\u00f6renklade checkByRoad-metoden (variabelnamn f\u00f6r noobs)\n", "proba": 1.1014404321940674e-07}
{"commit": "6078f2ff46f186900e37b4b28c8497817475ca00", "message": "Added Zone class.\n", "proba": 1.2518457026544638e-07}
{"commit": "043d1aaa9f046aef23905066367a3f6677b65e6e", "message": "Initial commit: WebExchange\n", "proba": 2.0662547228766925e-07}
{"commit": "61dc0b59cdb0cf32ce337fa558cd50d74c33cf76", "message": "Remove redundant comments\n", "proba": 3.3621574857534142e-06}
{"commit": "910728ffd2f3ee8d634755d99b573c046a11eb2d", "message": "Fixes multiple iteration over same vertexium query. (#1690)\n\nThis fixes two issues. Calling iterator on a vertexium object will\r\ncause multiple queries on the data source. Calling iterator on a\r\nvertexium object can cause a Accumulo not closed exception.", "proba": 1.270237106609784e-07}
{"commit": "483d1fb3a6b55c1309cbc2948b261fae936965e0", "message": "Switch the NetworkInfo.mIsAvailable default\n\nThe placeholder for disconnected networks was setting it to false, but\nthis technically means that we know an attempt to connect to that\nnetwork will fail (which we don't really now).  Some applications use\nthis an decide not to bother trying - an MMS app for example would\nnever send an MMS because it thinks the network is never available.\n\nThis is a L regression.\n\nbug:17669247\nChange-Id: Id6041f226da069c267c56418d42c55978c36c66f\n", "proba": 1.505719410488382e-05}
{"commit": "31068163b660ff041e45f35174f75106dcb47ade", "message": "Formatting fix\n\nRemove whitespace from end of Sync Status table\n\nChange-Id: I5b0bf3380e0c67c769ec9c334f1374713c94aa94\n", "proba": 0.003341118572279811}
{"commit": "e4c84526644645a851bdef9a77cf0d9a7d08bccf", "message": "am 6c6b124d: am 723c5b85: am 70bf7d2f: Merge \"Fix PackageInstaller displays with multi-user\" into jb-mr1-dev\n\n* commit '6c6b124d43327718040ac692cea10a18d172bfd1':\n  Fix PackageInstaller displays with multi-user\n", "proba": 3.3758720974219614e-07}
{"commit": "0922b39b0bafb49ba33359ab110ec658fca82691", "message": "creaci\u00f3n de generador1", "proba": 7.52462767650286e-07}
{"commit": "8592f10259df0409bf96ddabd19c882b93ebc84a", "message": "add primes\n", "proba": 0.9999364614486694}
{"commit": "fb70ce5fe0005d5f0d259a2e5f32497389a8aafe", "message": "Implement VertexAnyaNoExtents, a version of VertexAnya that doesn't use precomputation of left/right extents.\n", "proba": 1.1885900619290624e-07}
{"commit": "06d74978909fa1e73c067d2aee668b886fe95756", "message": "A little helper for naming threads\n", "proba": 1.858833940104887e-07}
{"commit": "9df80312353cb293e04666fc9b6d7b370b3d6dc1", "message": "\u589e\u52a0\u5199\u65e5\u5fd7\u7c7b", "proba": 3.7820089460183226e-07}
{"commit": "733c083e299024d64250ed5a7f74fb6f40be8fca", "message": "Added concurrency test.\n\ngit-svn-id: 11f3c9e1d08a13a4be44fe98a6d63a9c00f6ab23@780992 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.059968195084366e-07}
{"commit": "f4912eccce24e538137c64015ada5410fd2fc79f", "message": "Undoing the previous commit and push\n", "proba": 3.024658212780196e-07}
{"commit": "63502a7fb2a0524d286d8ff1b2b84faf284927de", "message": "am 2292fb4a: am 50d4de21: Merge \"Fix bug with display lists and layout.\" into honeycomb\n\n* commit '2292fb4afb942b5880ef20bca5b255c5e005fa5e':\n  Fix bug with display lists and layout.\n", "proba": 2.456233687553322e-07}
{"commit": "450f6714b84bc278b42a56568f6af88c72d1f991", "message": "Adding tree and graphs solution\n", "proba": 3.293465056231071e-07}
{"commit": "0243caff24ee3b5e4c5e55c888ebb4cdf75b3602", "message": "Fixed typo in View id documentation\n\nChange-Id: I2df4f0ff9dc0b229349c8accbd6ef962f1d345bb\n", "proba": 2.0664076600951375e-06}
{"commit": "2ea21f3e10f83fb790bdb85d7c17f818fb3c6c53", "message": "Always assume layout params changed if app targets <= M\n\nPreviously we were lax about whether an app needed to call\nsetLayoutParams() when changing layout param (ex. height), but now\nfailing to call set will break layout.\n\nBug: 25801251\nBug: 25836190\nChange-Id: I4431526ab38b9e3cbdf3553e41db6251d2a7fbc3\n", "proba": 7.379830640275031e-05}
{"commit": "d76a8e3bdd291625634bbce2e1e33994248f6475", "message": "Create ImageCacher.java\n", "proba": 5.53341692466347e-07}
{"commit": "698f442f2f6c69b89e904f27134fd4e2c952c3c7", "message": "Fixed issues on RB+Tree and transactions. There's yet a memory leak to fix.\n", "proba": 1.040180706013416e-07}
{"commit": "297c6dc4467b6d078b69578a27657aa562fd28bb", "message": "Replace font name with constant in EventAdapter\n", "proba": 2.2921540221432224e-05}
{"commit": "674697f10a9ac00dd5b6b04c9cbbef7d4c4b4ba7", "message": "biuEditText\n", "proba": 1.0800362133522867e-06}
{"commit": "633682ad87d9663441e7e43a3e7157352661f4b9", "message": "[androsdk-1269] Add EventDataFilter\n", "proba": 1.272005789587638e-07}
{"commit": "716ad2c01c2a15d3ef93ed4cdd7ff33a51a2d9df", "message": "Namespace URI for element can be empty\n", "proba": 0.999632716178894}
{"commit": "a5a92acfdc83db25244ef8bcd3a035c873e90150", "message": "change log level to fine", "proba": 1.170302653008548e-06}
{"commit": "1de3555cc72b99c2acb52be9c3b37566e0cf4367", "message": "Added JsonHelper Java file", "proba": 1.561121081294914e-07}
{"commit": "3e45755411f7cc1eb38832b48bf801f5a7947020", "message": "HBASE-14752 Add example of using the HBase client in a multi-threaded environment\n", "proba": 1.5039465495192417e-07}
{"commit": "04c7923c74eca791d1bea853b9ac246af2ad3db0", "message": "am 74913572: am 6fb8fe9a: Merge \"StrictMode.permitCustomSlowCalls() should call disable(DETECT_CUSTOM)\"\n\n* commit '749135722c6edb681fc27fcbab5beba25f938d82':\n  StrictMode.permitCustomSlowCalls() should call disable(DETECT_CUSTOM)\n", "proba": 1.3159595937395352e-06}
{"commit": "bc421b9b8ee01ad3f3ec584123fe9e0f344f113a", "message": "am 49a2a698: Merge \"Add helper function to extract app ID from shared app gid.\" into mnc-dev\n\n* commit '49a2a6985d49b7356fd319266dd502f27964e69d':\n  Add helper function to extract app ID from shared app gid.\n", "proba": 1.745630413552135e-07}
{"commit": "bd04922f8fe08e132667da41fe55dad2e8044d0b", "message": "am 5b907be8: Merge \"Move the main thread check to the appropriate place.\" into honeycomb\n\n* commit '5b907be8f5c387e7580a8e43935250adabc408c8':\n  Move the main thread check to the appropriate place.\n", "proba": 3.208121484021831e-07}
{"commit": "1b03c70b6078accbdc176bc5e6af929aae0a16e4", "message": "am 785768a9: Merge change Id443ba45 into eclair\n\nMerge commit '785768a9216b3a631237587feffea2aeb05a91cc' into eclair-plus-aosp\n\n* commit '785768a9216b3a631237587feffea2aeb05a91cc':\n  Prevent transparent region from getting out of sync with Surface Flinger\n", "proba": 6.02027682816697e-07}
{"commit": "9f9118023ea6b522dba287745c4d5401e1134e8f", "message": "Fixed calculation of intervalLikelihood to properly use intervalWidth (rather than assuming 1.0).", "proba": 1.1677435196588704e-07}
{"commit": "0b905809aff01dec072ccd65ad41b85043bec9e3", "message": "fix a bug in Configuration load Server and Workers\n", "proba": 1.584640898499856e-07}
{"commit": "fde66d4f3e9345932ecbe4d5bc85509317dd9eef", "message": "Service", "proba": 0.6886025071144104}
{"commit": "7ab79d8da1e7c000fc13eb5cc287fe5f49355166", "message": "Created a new layout based on the Date attribute", "proba": 3.3657238418527413e-07}
{"commit": "7e1e9b876d4c4c73c968e580e3e352c914c97e66", "message": "connection graph creator\n", "proba": 3.863530650960456e-07}
{"commit": "f4ff011988456a319d6de931ff956a18969f5ac2", "message": "user/register requires https\n", "proba": 4.7537599812130793e-07}
{"commit": "29f74b35a28d14551c52441936a1f973ebcef2a3", "message": "Accepted LC #231 - round#7", "proba": 1.92220127814835e-07}
{"commit": "de6f1e004f0aa45e71f4184ee7f6f8ce879e4ad0", "message": "add openscap salt module\n", "proba": 2.8250272521290754e-07}
{"commit": "27112297133d8bc165df937d0c6c2f64c62501d5", "message": "Nice docs; closes #29", "proba": 1.266744646954976e-07}
{"commit": "cfa7340ee1ecf062f134c75c9eeeadea693184b6", "message": "Objects test\n", "proba": 8.882570909918286e-06}
{"commit": "8ce0f36ccfe0e0799ca555e9147821faa5519b45", "message": "Added a command to export a part\n", "proba": 1.788724688367438e-07}
{"commit": "65d35ede2ce1f08dd425a466beb78c13023af2f4", "message": "builder without building DOM but directly write to output\n", "proba": 2.83409150370062e-07}
{"commit": "3c835b8c55f960a1687e83460a8e7df01946328e", "message": "\u27f4CompositeVectorListND.", "proba": 1.6183349771381472e-07}
{"commit": "d0b5ad77d5d7704bb7b518117104a2ebb0dd276b", "message": "KCAWD-368,KCAWD-370,KRACOEUS-2769,KRACOEUS-2770: Remove optimistic locking from all documents. >>> Adding a default version number to ResearchDocumentBase to avoid NULL insert caused by above fix.\n", "proba": 9.942337442225835e-08}
{"commit": "514710d3f07ec4988f343d97c82a8078a8e73430", "message": "\n\ngit-svn-id: https://svn.apache.org/repos/asf/incubator/jena/Import/Jena-SVN/Fuseki/trunk@1123804 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.6238481015971047e-07}
{"commit": "090f17e654d56ebb120f471b65090729f1ce4968", "message": "Cleanup, format, make htmlUtil field visible to children.\n", "proba": 1.0256786708850996e-07}
{"commit": "177d59608d2a3c7e006637079c568546092a5026", "message": "Create DeletePizza.java", "proba": 5.966918251942843e-06}
{"commit": "e1598777144aca0613ffa7ff3e78812d6fa0af8f", "message": "Add ping pong example\n", "proba": 6.257053541958157e-07}
{"commit": "ccc2260054cb56ea7ab6684f731bec18b0b5cf5f", "message": "OAK-6518 - Add tests for serializing the index\n\n\ngit-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1804325 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.1433604640842532e-06}
{"commit": "c294daaa7eed37f2c1c561deeeb5bc056d558694", "message": "GS-9149\n\nAdd bootstrap utility class instead of Admin API for now.\n\nsvn path=/trunk/openspaces/; revision=91723\n\n\nFormer-commit-id: 6e8921f721ccafa5e40c63eac3b62f81074b22a8", "proba": 6.753240086254664e-06}
{"commit": "099ca20a7e1bac09e357fa47b88d583d34c7a30b", "message": "SuplaChannelNewValueBEncoder.java\n", "proba": 9.557071462040767e-05}
{"commit": "c44975c6bae7fe5d2de0e6398abc05949e41dfed", "message": "Add test for AmqpMessageSupport", "proba": 3.0097069725343317e-07}
{"commit": "54f29b326eb0447151e70f5eee2b7ee103441ed3", "message": "Add support for digital IO on MIO pins", "proba": 1.6726006890621647e-07}
{"commit": "e5706f1d31d469b790de11c3c10182438e2cb417", "message": "Quick renaming\n", "proba": 5.513037422133493e-07}
{"commit": "e0987e2caf0e3438bb54562347883c492f209708", "message": "A large 999999 number stands for latest. When there\nwas a latest version in the repo, the FileRepo would\nalways add this 'magic' version. However, it forget\nto treat the get special. So I now handle the get\ncorrectly but I also not include the magic version\nwhen there is any real version.\n", "proba": 1.1082766349090889e-07}
{"commit": "081f4cc6dc617c615d334ec5158f6833eb0eed7b", "message": "Change calameo-api namespace.", "proba": 1.5191081104148907e-07}
{"commit": "e8cb5b8d9e7a1721fd00f9ab01c3f3cb9207eaaa", "message": "Climbing Stairs\n", "proba": 5.3053695410199e-06}
{"commit": "d417dab045842687b805b3be6fc153eb8be0e08b", "message": "Add missing Javadoc and minor syntax fixes\n", "proba": 3.649025472896028e-07}
{"commit": "5e66ed2af3f443194266939b90fcac61106f6cf9", "message": "Alts ignores current username\n", "proba": 7.391702752101992e-07}
{"commit": "23b425f11f3461fbd64e4573f259a11871227d6b", "message": "preprocessor\n", "proba": 4.495087068789871e-06}
{"commit": "5a2636ad6c9316ff2d4f14b3885aa908d11ace7e", "message": "Dice\n\nDice random\n", "proba": 6.415769803425064e-06}
{"commit": "08d35ea0ea13460827865b15e4b0cb028e1f77d8", "message": "Calculate ref\n", "proba": 4.559243279800285e-06}
{"commit": "a660af7130c4799668506c0e60f6f3220746bfa9", "message": "Test change\n", "proba": 6.673505481558095e-07}
{"commit": "76d865011eea8195f4d007698a02493f711c327f", "message": "add test for beacon check implementation\n", "proba": 3.4024049000436207e-07}
{"commit": "17ad97583482f00b669d11bc7aba4e310fa89a72", "message": "added symbolic bound tests\n", "proba": 2.100731677501244e-07}
{"commit": "0083b74f2fc8a2a9ba2a3b071b6f3969c3d87da2", "message": "Utility for generating random 8-character passwords.\nProbably duplicates some built-in GNU tool(s), but whatever.\n\n", "proba": 1.6550765735701134e-07}
{"commit": "aa4f0792ec944b991056795c9b3bb008ba202033", "message": "Adjust test to use String filename constructor instead of File.\n", "proba": 1.2074296762421e-07}
{"commit": "02faa82695dd613de0171c652245e15715955a8f", "message": "Minor change for readability.", "proba": 1.2503328150614834e-07}
{"commit": "df03f89a1a9fbb1e48a4e50c73c6503f940cfbf1", "message": "created buyable.java", "proba": 3.4395611692161765e-07}
{"commit": "d1591ebc84f349f2da3e005447a0d2cea3737513", "message": "Codeforces #1088B: Ehab and subtraction\n", "proba": 4.2373619635327486e-07}
{"commit": "65c037824c0bb3e9f2e264017d961c33efcd30e9", "message": "feat(Item): adicionar sobrecarga de equals da classe Object.\n", "proba": 4.3835058249896974e-07}
{"commit": "2d3377673f09f2f154f5bd46d957e2d80350d177", "message": "response nocache\n", "proba": 2.1115893105161376e-06}
{"commit": "92cc1c71527858c3beb2d07dd69d4c813177f60f", "message": "Update junit to use the latest mxnet Inception model and return Top5 predictions.\n", "proba": 9.962744229596865e-08}
{"commit": "2d2f56be127fa6a1b37565975e11e8f2efbc1362", "message": "Added WIdgetLdr test class\n\n\nFormer-commit-id: 1e8aa239683b2baa2d0297c2ae10b3399b6df471", "proba": 5.037888399783697e-07}
{"commit": "20a43e60e80a74d7b379ace9a4bdfa3914fd4461", "message": "DanielWagnerHall: Put the null check back in, just in case\n\nr12803\n", "proba": 1.3334464483705233e-06}
{"commit": "afcae2b66268f0d7648fd19c405f6a7c26486155", "message": "Now uses the new credential loading system", "proba": 1.3211639782184648e-07}
{"commit": "d833023307494d5bfe3fdc1ce79761fb8c9f49a6", "message": "Don't let email addresses in database names get into the EventLog.\n\nBecause some apps make SQLite database names containing email\naddresses, we take care not to log those email addresses in the\nEventLog, so other apps with READ_LOGS access can't read them.\n", "proba": 1.1686214662631755e-07}
{"commit": "89d08c7f5bc05c9754620cb85d4dd2fd6d5ac3b3", "message": "Apply filters in CachedTOCJars for #4874 and #4875\n\nThis way we can skip classes in the metamodel\n", "proba": 1.0791666937848277e-07}
{"commit": "75be570f237b1ecb2e8faead6f4cb41d60076526", "message": "no message\n", "proba": 2.1470650608534925e-05}
{"commit": "069dfe67a27a068d3893f42d3fb54c4255503f73", "message": "Don't resize task when dismissing docked stack\n\nMake sure to \"freeze\" bounds while dismissing the docked stack by\neither maximizing or minimizing it.\n\nBug: 28196862\nChange-Id: Ifcd9deda340de8bc46df949df2fa1049e2f45f92\n", "proba": 5.489273098646663e-05}
{"commit": "b0870232bf2348e0ac71a0b7eadb492a130cb660", "message": "TAN using ParallelTAN from Huginlink\n", "proba": 2.645531083089736e-07}
{"commit": "a4d43f14d4ffb615d9a8d6692ef9230878b9c7b2", "message": "new class for standard operators\n", "proba": 3.585894319257932e-07}
{"commit": "c069485a275b13ea555df15e5fc82869173bd1be", "message": "Make sure to prevent CLIENT_SSL and CLIENT_COMPRESS by mucking about with the flags on the wire\n", "proba": 1.3364213202748942e-07}
{"commit": "ab6610f2a8f3db4aaab1e9c47cdfee28c4dbfbbc", "message": "very basic java class creater", "proba": 1.7939814256351383e-07}
{"commit": "21e962a3427d6e208e0f586fb8191e1e835899b0", "message": "Added trie set test.", "proba": 1.1132702582017373e-07}
{"commit": "f88f3abcfa69790ba90fe14a07c6ad706e2ecd44", "message": "added a velocity test\n", "proba": 2.4422681121905043e-07}
{"commit": "8f2fc1ff32c68c7150d5bb0d5b778e43414def24", "message": "UnitTest isHeader\n", "proba": 0.0007731819059699774}
{"commit": "ca0fb49dc52fbd0def0104de2125ece4764e1ce8", "message": "Added comments to the Zombie object\n", "proba": 1.4111181201315048e-07}
{"commit": "bec51a8ae36f069c84e544ceb1e38b6bbc4dac0b", "message": "\u52a0\u5165\u65b0\u7684UI\u7ec4\u4ef6\n", "proba": 1.8833262060979905e-07}
{"commit": "b268bd769348b67dd47d58293f5691b75025869e", "message": "Delete GUI$ActionAddNode.java", "proba": 2.4680568913026946e-06}
{"commit": "304db059a0b0af7e5f7f43ba14d86af6f6aa79c0", "message": "impute drops the in-place arg\n", "proba": 0.012686874717473984}
{"commit": "dca1849b82ad7da8f67df7b1984509df2cbd454c", "message": "Create Maze_solver.java", "proba": 0.00015310489106923342}
{"commit": "c8c661cb5e6ea9535a3fa4bfd765632c6781e5bb", "message": "Create PuzzleState.java\n\nPuzzleState Object\r\n\r\nCreates a 2 dimensional array to store the state of a sliding tile puzzle.\r\n\r\nInput is given through the number of rows and columns to create a multidimensional array.  Then a string of characters is used to populate the PuzzleState.\r\n\r\nThe word blank must be reserved and used only to show the position of the blank in the puzzle.  This is used for movement of the puzzle.", "proba": 4.356142824235576e-07}
{"commit": "b15f88e491700a82fd38a582d28c8c7296a86c4d", "message": "Added test case for #6002.\n\nsvn changeset:16025/svn branch:6.5\n", "proba": 9.527316251478624e-07}
{"commit": "4b58f8dc9f22257e2ef22f10d5bbd7ff3ab7cf31", "message": "l2_m1\n\n\u0417\u0430\u0434\u0430\u043d\u0438\u0435 1. \u041f\u043e\u0434\u0433\u043e\u0442\u043e\u0432\u044c\u0442\u0435 \u0438\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0443\nhttp://software-testing.ru/lms/mod/assign/view.php?id=38579\n", "proba": 2.7761916499002837e-07}
{"commit": "03dc96fec5db1a808f1ddbd000d7f9f362ae3497", "message": "Updated French translation\n\nLine 101 in the English version should be \"Displays\" instead of \"Display's\", by the way. I can make a PR to save time if needed.", "proba": 1.1677501987605865e-07}
{"commit": "2740c7bd04e8b34d94eb03b77d4417e0439aa9a8", "message": "NF integer show\n", "proba": 2.788992560454062e-06}
{"commit": "9be59ffac9887ff27c79ccf79dcdb11854e28a67", "message": "Add class Media\n", "proba": 3.8525772083630727e-07}
{"commit": "23e904701b889bf37184119b47a2219343340549", "message": "LeetCode: 198.House Robber\n", "proba": 6.374055828928249e-06}
{"commit": "77f6226c747f91122527fd68736a6d921df57d5e", "message": "BUG-4638: introduce CompatUtils\n\nCreate a CompatUtils class for dealing with downstream users, who rely\non the parser not generating a type encapsulation for leaf types which\nalso define the default value.\n\nChange-Id: Ifabf6dc5415e8598727b5e0ab86b7127efd96beb\nSigned-off-by: Robert Varga <b8bd3df785fdc0ff42dd1710c5d91998513c57ef@cisco.com>\n", "proba": 1.4448974638980872e-07}
{"commit": "66424e9dca26e65e6c2aeecbb8c5308a66e41e08", "message": "leetcode-338 counting bits\n", "proba": 2.090573048008082e-07}
{"commit": "1c758bfc2e443be5ddbc65152fac33503124f31d", "message": "preliminary Java DS18B20 driver\n\nTODO: add Group-based conversions using try-with-resources\n(AutoCloseable)\n", "proba": 1.037984844742823e-07}
{"commit": "2a6af3adcb165244cd722e4d586c53c4673fa03b", "message": ":bookmark: \u53d1\u5e03 v3.0.1\n", "proba": 1.3147612776265305e-07}
{"commit": "3c3a161e794debc3aa634f19abd1436a46541ef2", "message": "Added SpiralMatrix2.java file\n", "proba": 1.588717424283459e-07}
{"commit": "4f0767966a18b94d6376c2a28961f42916cfbceb", "message": "Issue #709: publish message to a group integration test added\n", "proba": 1.1162086366311996e-07}
{"commit": "e708ad6f7b0f8fae47eb1e559dd771a2ca15d3bb", "message": "Added null check, if null new instance is created\n", "proba": 2.780903116672562e-07}
{"commit": "d282dff854e364fcd430a26221dd9697d0e16b23", "message": "Create SoundEffect.java", "proba": 8.910552082852519e-07}
{"commit": "b746a83505f7bd8832fc8a7c25f08e136d2f9802", "message": "copied sieve.java into my working directory\n", "proba": 3.5504064044289407e-07}
{"commit": "e8c8b890e0cf5963e91e63c840d0bdc228c400ef", "message": "added application labels to the filters + more tests\n", "proba": 1.1938020350044098e-07}
{"commit": "a4b507ee5f7e9aaffb94decfd5821139c647f864", "message": "version 0.4\n", "proba": 2.1432633730000816e-06}
{"commit": "d534bd93edfb935ce2bc501b4520d7e881ce5ca2", "message": "test modified ", "proba": 2.964592624721263e-07}
{"commit": "3819be61c9765fcfddf5b860b8c0d771c19a109b", "message": "Added missing file DefaultExecutedScriptInfoSource.\n\ngit-svn-id: e176f5f4344a88ce825bbf33e1fc5ae38988b929@88 07bd1a25-7017-4616-97c6-7835778216c8\n", "proba": 9.137226015809574e-07}
{"commit": "31ca1da40294d6055116820217689ff9b5a8082f", "message": "adds grapher class\n", "proba": 1.7455205636451865e-07}
{"commit": "5851812e1e465906b9953e0ade17097e718f14d3", "message": "INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED\n2004/02/02 11:27:42 tv 1.1.2.3: formatted with autoformatter (indents now use TAB)\n2003/10/09 14:22:25 bc 1.1.2.2: #111603# systemdialog moved from wizards.ui\n2003/08/21 16:24:08 tv 1.1.2.1: recommit after reorganization\n", "proba": 1.8364404752446717e-07}
{"commit": "729586d7b422065517ff8773dd1e2bf72fc7da83", "message": "Add WorkManager package-level documentation.\n\nThis is a slightly modified version of the top-level docs\navailable for WorkManager.java.\n\nTest: genDocs\nChange-Id: I688ea46970907b0f7dd4df201172d4316afb101b\n", "proba": 1.1529809853527695e-06}
{"commit": "ad0f5a5b120f31aad13601dd711e85289d328003", "message": "hackerrank->algos->implementation->modified kaprekar numbers", "proba": 5.569013978856674e-07}
{"commit": "220a3df7cefca14a1e7ab0b14312cb715079ca02", "message": "Move TabPanel out of WorkbenchPanel.", "proba": 1.267941200921996e-07}
{"commit": "2994dd5d3de3147c14cf20460423b827205d60e4", "message": "BBC-617 - rest stub\n", "proba": 1.3455407099627337e-07}
{"commit": "ecb8e40fb5e68b8b73af3126d29632e6c9c22823", "message": "- the main scalatest class\n\n", "proba": 1.3149895039532566e-07}
{"commit": "93ef52f25dd46fe71fef2d9a61df9521a4c113d2", "message": "Working 15th module\n", "proba": 1.3760497097337065e-07}
{"commit": "c9b9cbc76e22615886bf91596badef7f4a3d32a5", "message": "Use camcorder profiles for MediaRecorderStressTest\n\nrelated-to-bug: 5167351\n\nChange-Id: Ia21ca39a404484b2dda25c6101780d2ff11c4623\n", "proba": 2.5529516278766096e-07}
{"commit": "9884cb8f9b11c488cfaad91fa4329e75c273b510", "message": "middle result", "proba": 1.5894493117230013e-06}
{"commit": "a61dbdd7c551370d808c76aa13d7b9d0da79b8eb", "message": "Add cast to string dataset", "proba": 9.249639333575033e-06}
{"commit": "691bb040c984bcb19065bf3cfce459b7caf9750a", "message": "Moved VanillaPlottingSystemView", "proba": 1.628416583798753e-07}
{"commit": "876517696e3e1a2293c779ff6e9ebc06cf7eee08", "message": "Add missing constructors\n", "proba": 0.006514615844935179}
{"commit": "a5762729cf5fcd7e846dedbcfe056bee51a0b024", "message": "New kmeans data generator.\n", "proba": 1.9856503286064253e-07}
{"commit": "71dfb991d8de4ca618047ede4534faf1d25e8512", "message": "update model  product Commission", "proba": 9.157037084150943e-07}
{"commit": "35d2feaa2b464b815b3a459a6a8910b258e0e9cc", "message": "Added presence notification to room occupants when a user was kicked due to being idle for a while.\n\n\ngit-svn-id: 036f06d8526d2d198eab1b7c5596fd12295db076@211 b35dd754-fafc-0310-a699-88a17e54d16e\n", "proba": 5.75014746573288e-06}
{"commit": "6c5c1f10267141ea8b700b69f53dbb88d0c9f1ed", "message": "Testing Email\n", "proba": 3.6631956845667446e-07}
{"commit": "1f65d24c5cf4dd47f3bc30db4d68b76ec965e25b", "message": "Creation of abstract class MarkInstrumentRequest\n", "proba": 2.14473445225849e-07}
{"commit": "21a988ae849f081b406a6a9d110a9337d72e01e4", "message": "don't send common finished mail when an window is manually finished\n", "proba": 2.1373857350681646e-07}
{"commit": "0e1b1bad1953ca48d2fedff4633ee2d21b64b144", "message": "rename userdata key from PHONENUMBER to PHONE_NUMBER\n", "proba": 0.999879002571106}
{"commit": "014e6fc6b92076e91f7553ac2a42ee5cdb44be34", "message": "Port BaseVsoAuthentication constructors\n\nThis required changing the private constructor to accomodate Java being\nstricter on assignment to final fields.\n", "proba": 1.0253637583446107e-07}
{"commit": "8d88dcfaa1c5b78fbea0df03512ad8f73fd09ebe", "message": "Have stock return a float...\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@251798 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.3974729426990962e-06}
{"commit": "7574420afac44f8bf7cb9709902993370e008997", "message": "Just a quick hack to get priorities working again.\n", "proba": 1.0094515801029047e-07}
{"commit": "ed6e42d7446bff1f58fc1eec831fa512828d7335", "message": "Add methods for pictures\n", "proba": 2.862302039829956e-07}
{"commit": "da3d6a21894ebce81fb85f4b18a0a47b16987544", "message": "BOJ #13326: Diameter\n", "proba": 8.100702189040021e-07}
{"commit": "d5f8cf917270e9f03c2d6ff0ad006a52b2da227d", "message": "BOJ #14888: \uc5f0\uc0b0\uc790 \ub07c\uc6cc\ub123\uae30\n", "proba": 3.011676881214953e-07}
{"commit": "bf1ca636fdad8e6fdc6ca627fbc70d7fb2b1ee1f", "message": "[Feature] Introduce PropertiesSorted.", "proba": 1.0697315389052164e-07}
{"commit": "bcfd385c13cbb6e8b176a3aed304f6e0bde49896", "message": "Adding JarResourceInclusionReader to read lems definitions from files or from selected paths within jar files\n", "proba": 1.1950778855407407e-07}
{"commit": "e4f9c25e0dbc68be59700fcf16210189798548a8", "message": "Create module-info.java", "proba": 1.4139566246740287e-06}
{"commit": "93ccd4adf8173cc1e03a99e07bce8819d369836b", "message": "Added missing runecrafting coordinates\n", "proba": 1.4405949855245126e-07}
{"commit": "e1b612ef23e52cb3aca22e3e77f4f0a6227ddc36", "message": "Step back again... server must have option to write file, if it can.\nSoooo... cannot just open stream.  Yuck.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@255105 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.645784307896974e-07}
{"commit": "f87b2f9392da068f8821bfbb36714db210009de2", "message": "First checkin for alpha scan rule Cookie Slack Detector.  Has been field tested. ", "proba": 1.0291824992236798e-07}
{"commit": "fe7154724431a9fe17e3e5f2ea96167c9acf8091", "message": "added mergeSort() method", "proba": 2.199682285208837e-07}
{"commit": "d612e050adad9562c7cf190a31155b00e5698f7d", "message": "Update DataFrame.java", "proba": 3.8410139495681506e-06}
{"commit": "aaf684d11886f0a49073b420794e62796c93115a", "message": "WICKET-4913 HtmlDocumentParser does not support tags containing number (e.g. h1-h6)\n", "proba": 1.4505027934319514e-07}
{"commit": "a45c3a8e5c1717ff197c535c3f99733bc2dfc29e", "message": "don't validate SSL certs during tests\n", "proba": 4.971707880940812e-07}
{"commit": "20a171938f9c365bd44d29419a289b329e8ad479", "message": "Added C3P0DataSourceProviderTest\n", "proba": 1.3883798999358987e-07}
{"commit": "d1283d54e031251a3a1e30ad990124e9be5b5ef8", "message": "restarted ZetAnalyzer\n", "proba": 1.7273657704208745e-06}
{"commit": "74f7f446d6579b9f0647d3d8f13574df13b47182", "message": "CompileInfon runko tehty siihen pisteeseen ett\u00e4 sen voi ihmettelem\u00e4tt\u00e4\ntehd\u00e4 loppuun.\n", "proba": 8.770291969995014e-06}
{"commit": "27c7434342fe21b587e9afb20889b4a9c29e0254", "message": "ProductAlpha added\n", "proba": 1.4731622854924353e-07}
{"commit": "4797552a6332e300a7351e1bbf8125abf0d73240", "message": "Use proper word\n", "proba": 0.9999994039535522}
{"commit": "325a4d98553048fffb47ccec37371043aa9e7eb4", "message": "Make some methods private\n", "proba": 1.8591847037896514e-05}
{"commit": "fdd02ffe128afdb250aba21b04fdc992a70bb0a6", "message": "Remove WebConfig cuba.web.useUiBlocking property #PL-4571\n", "proba": 1.8497938469863584e-07}
{"commit": "f048403da223bb5050a50ea6ad05d850356138b6", "message": "BUGFIX: somehow was not removing context deploy name from incoming requests to map to the correct AccessPoint when deploying as non-ROOT context.\n\ngit-svn-id: 25dac4f723c7e5b42083d4a98669c37f60455592@2057 69e27eb3-6e27-0410-b9c6-fffd7e226fab\n", "proba": 5.232780495134648e-06}
{"commit": "af06a13804db95a15d1a154c0cbaa07baae28161", "message": "tests for NodeLevel0 also\n", "proba": 1.347208637980657e-07}
{"commit": "a4d876cc87ffe648edf2158a6024ebfa703bd6e9", "message": "as CS I want the sponsoring LIR emails moved to a separate list\n", "proba": 1.1313863268469504e-07}
{"commit": "99ccb9888ea6c937d064eec04aa7906af95df26f", "message": "Make the hateaos links from CaseFile include those from file.\n", "proba": 1.1786072917630008e-07}
{"commit": "a76834fc3b2b26fa635c5169b5c357e3f5657a19", "message": "[hackerrank] - implementation - service-lane\n", "proba": 1.364331092190696e-05}
{"commit": "df956d246261c795404410ce513c2e557a791dcb", "message": "Delete Drive Train.java", "proba": 8.887569720172905e-07}
{"commit": "58e64b99734b0032d83a0bca971752e5244c8b7e", "message": "Add test for AbstractNodeTester\n\ngit-svn-id: 9499ca894a8a68cdff32de8c8c545ddc6cb0944b@173 458802cb-8328-0410-b1d9-a76001e3bb52\n", "proba": 4.6085656890682003e-07}
{"commit": "e530b1643c967d31cfa115e09db3df9fc1b96c6c", "message": "added break lines for switch statements\n", "proba": 3.1800669830772677e-07}
{"commit": "016220c3a19415206bbef62e3edc8fcfa426b4dd", "message": "Stuff using the new notification system (read: almost everything) can now have its format type set by actions/plugins again\n\ngit-svn-id: 50f83ef66c13f323b544ac924010c921a9f4a0f7@2728 00569f92-eb28-0410-84fd-f71c24880f43\n", "proba": 1.6185060758289183e-06}
{"commit": "dd02c34257c077d57d0948e42396b852913f9026", "message": "cell coordinates was merged but not committed.", "proba": 1.2228001367020624e-07}
{"commit": "62df3af0c128bc473ed01f39d4f1a8e3f4b66b62", "message": "Create BigIntUser.java", "proba": 1.6137973943841644e-06}
{"commit": "d24ec6db8b3ab8b5bdb359b93739103024269ff1", "message": "Changes from Ublu\n", "proba": 2.2758256079669081e-07}
{"commit": "3613714cc824b55385a942ab1cacdd8ccc819c39", "message": "Add Base Search for eventual blog searching.  (should switch to lucene eventuallY)\n", "proba": 1.2853573139182117e-07}
{"commit": "2a38f954db96f1f7573de167f9d9c834c03ca807", "message": "Add a bunch more documentation in Grid\n", "proba": 1.3660979902851977e-07}
{"commit": "ffc30a258f58c1954c2cd336fd6fde937fb3f542", "message": "Added non-Recursion\n", "proba": 2.1093057966936613e-07}
{"commit": "93aa00c664ae59c2224853f14d30a6671c467ef0", "message": "Add the mediaplayer release in the test validation. This is to ensure the media player release properly.\n\nChange-Id: Ia4758a3c549b64b6efead18e7538d977dee2be76\n", "proba": 2.2260484911384992e-05}
{"commit": "98c693b895787282f04098513a1943ba5b66ec16", "message": "Adding IfThenElseFunctionTestCase\n", "proba": 7.189570169430226e-05}
{"commit": "c9c97cc0e6a32c88e9119c8d6c779b7ff83a9cdc", "message": "Added a class to convert key numbers to key names.\n", "proba": 1.209010491720619e-07}
{"commit": "591950738746a07d9d13fed853d548d62c2955cf", "message": "Small bug fix to configuration system to handle a null defaultValue and not throw a NullPointerException.\n", "proba": 1.0274133899201843e-07}
{"commit": "fdf57ff82b37cb3261a9fb3ab54b2043cb933c51", "message": "25269: miscellaneous bug fixes - dynamicRead with return code\n", "proba": 1.148245587501151e-07}
{"commit": "4d9910266f59041ff3135c0fa6a3ed7c9b972db5", "message": "Changes required for paged results to work with a single pooled connection. (LDAP-114)\n", "proba": 1.042417139274221e-07}
{"commit": "ef9f9082c49442a179ff9fb07b32b1ef7dea09e6", "message": "polishing\n", "proba": 3.4679901546041947e-06}
{"commit": "0d84d560d429dde7c08bcf37387621b7987948e9", "message": "Code refactoring: Common methods in util", "proba": 1.7760186210580287e-06}
{"commit": "9bedb9898180a59abf9b43d9f5dd9aaad742048c", "message": "New class for counting features.\n", "proba": 1.1345781558702583e-07}
{"commit": "32d2d5e2a2df3999dac2c06fe443721566aefabb", "message": "Improved command mywarp\n", "proba": 5.734691512770951e-07}
{"commit": "b5ec8c145d467abbc6eaf3306a5f6725e348ceec", "message": "Change doc comment to match API change\n\nAPI change in f0d4777473f25847d67fc17fc082fada08cf678d didn't update a\ncomment to match which caused doc build failures.\n\nBug: 8603279\nChange-Id: I475dc569747ae5d34b4267537370f18446386bb9\n", "proba": 7.827784997971321e-07}
{"commit": "2ebf754067c0f2442a04c447fe12c8a400b6e905", "message": "Added Quantity Class", "proba": 1.5706756073541328e-07}
{"commit": "7506e6076212daddadd9810c879cfeeed8380ce8", "message": "New DOMParser class", "proba": 3.512585635689902e-07}
{"commit": "e99acd1ecdbccd18d8a5ceda136fc51d917d21e5", "message": "now supports the %message{key} syntax (which means that metadata-destination\ncould be deprecated!)\n", "proba": 1.1661443011234951e-07}
{"commit": "fd249962d93ee9ecefb6f851c65c03387316eef5", "message": "password encrypter\n", "proba": 5.219891590968473e-06}
{"commit": "208c02a3f92b35cf58ea2f90fa9d4539014d6b4a", "message": "Codeforces #1206B: Make Product Equal One\n", "proba": 0.00021750936866737902}
{"commit": "330899e9d7809b8949cc0e9692d97d65739c3ffd", "message": "cleanup\n", "proba": 3.1109298106457572e-06}
{"commit": "57a79839d13ae489c39e2534a9eff883208d7709", "message": "TestKnight\n", "proba": 1.3772524880550918e-06}
{"commit": "9ee86b9cc6acebfe09533043d2334d15497ab625", "message": "\u4f7f\u7528\u6539\u8fdb\u7684\u8bfb\u5199\u9501 StampedLock \u5b9e\u73b0\u540c\u6b65\n", "proba": 1.2209379463001824e-07}
{"commit": "a77a517bc69975120bb251313bdb65cd6b46cec1", "message": "Create HotDogStand.java\n\n/** Program that tracks sales of a Hot dog stand chain. \r\n */", "proba": 1.0526548521738732e-07}
{"commit": "d5889b309f73083c9841869acdfda6f38fbbecdd", "message": "Create HtmlUnitTut.java", "proba": 2.7717787816072814e-06}
{"commit": "85dddb9dc0019ab6391170fdab72ddd2adaf0f18", "message": "Fixed an issue, where the filename filtering property was not being used.\n", "proba": 1.0983397658037575e-07}
{"commit": "267b6502fc5d78b0a3b32c60eb5825d81963cc0a", "message": "added curry", "proba": 4.772470560965303e-07}
{"commit": "1c8c49e61e1e57d8a765a0779c07e6dea2f8b202", "message": "Ignore Pod fault when cancelling delivery before deactivating pod\n", "proba": 1.7176689937059564e-07}
{"commit": "6f252f677a0b7776a1a8d99d5a539a50fbc65720", "message": "SDC-2225. When the UI is reloaded any existing drift alert goes missing\n\nChange-Id: I7ae98ac43fb88a9a779a2499d96833a1eb91826e\nReviewed-on: https://review.streamsets.net/1768\nReviewed-by: Alejandro Abdelnur <eff6e25af3161e538583c5301201d7b17f64867c@streamsets.com>\n", "proba": 1.800207769520057e-07}
{"commit": "b9317da23a44809e19d3ae85d9c9c3a17297dddb", "message": "Selenium RemoteDriverProtocol triggered by K/V in metadata, fixes #642\n", "proba": 1.1835204105636876e-07}
{"commit": "1a9e38c6d310ba62719e6b492eeddade516953ab", "message": "Add some hard validation to FLEXMOJOS-349\n", "proba": 1.7324670409379905e-07}
{"commit": "e544e3f7793f58a0beaf97360667842c236a8c7e", "message": "replication status\n", "proba": 9.351277299174399e-07}
{"commit": "89c9bb8b9581ad3fa741a6d7373dd17aae7ee5a1", "message": "Added getSuperComponents method to get all components that share a type", "proba": 1.3146006949682487e-07}
{"commit": "0237d04b9564b9ef3e443091a4bce7dc5a2f1826", "message": "am 644e43e0: am 3e3d641c: Merge \"Added mpga as valid MediaFile extension\"\n\n* commit '644e43e06ffa5b493ca3682c24b8db606deed664':\n  Added mpga as valid MediaFile extension\n", "proba": 2.67756092853233e-07}
{"commit": "638cde9228b448c4f679f7d2c99f69a3f80ddc28", "message": "am 0fcddd51: am e41d967c: Merge \"TIF: Cache the app private command and send it when connection is made\" into lmp-mr1-dev\n\n* commit '0fcddd513868918215e889db07cdca126f942d89':\n  TIF: Cache the app private command and send it when connection is made\n", "proba": 2.1927714897174155e-06}
{"commit": "b3e516a395ed889beba11a913095843c25d2d9a5", "message": "Added bimap\n", "proba": 2.3077372190982715e-07}
{"commit": "eb6fdcca21e25065e312894efe47e1dc55c4c672", "message": "Exit after showing no UI dialog\nShould fix issue 2984\n", "proba": 4.646744571346062e-07}
{"commit": "ab6775ed3d386b04d90262ecc0ab357a912f544e", "message": "ServiceHandler sleep\n", "proba": 8.582181294514157e-07}
{"commit": "a3173d22f27e726d146d033d3d627dbc9ffab5b5", "message": "Add com.metamx.common.Props from java-common (used by pipes)\n", "proba": 1.0481550560825781e-07}
{"commit": "0bd58d81c4b17990e53d8d7447cdb8509eb24c0b", "message": "File that was added to try and run an entire program.\n", "proba": 1.049941857900194e-07}
{"commit": "02f4632c21d363b5b5aee8dc2817421080753a2a", "message": "New interface: ToTree\n", "proba": 2.9138305990272784e-07}
{"commit": "b9ea05fd1912321f1f5401b4dcf7b3fcd1b0f77a", "message": "Initial checkin\n\ngit-svn-id: 5c21f814ed2156ff2a764b69ad8acd89ddbf520d@39 2c5f9ba7-4085-48b6-80d1-8d266ab48176\n", "proba": 8.398019417654723e-07}
{"commit": "34833448b9450c7b8a512de5fefb1515c0010cee", "message": "test\n\n\u0434\u043b\u044f 5000 \u0442\u0435\u0441\u0442\u043e\u0432 \u043f\u043e 10000 \u0441\u0433\u0435\u043d\u0435\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0445 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u0432 \u043a\u0430\u0436\u0434\u043e\u043c, \u0432\u0441\u0435\u0433\u0434\u0430 \u0441\u0442\u0440\u043e\u0438\u0442\u0441\u044f \u043d\u043e\u0440\u043c\u0430\u043b\u044c\u043d\u043e", "proba": 4.543321097116859e-07}
{"commit": "7597126efc61f6aa40fe5dd3c83a67fd8058b95a", "message": "\u4e24\u4e2a\u7ecf\u7eac\u5ea6\u4e4b\u95f4\u7684\u8ddd\u79bb\u8ba1\u7b97", "proba": 2.0203042083721812e-07}
{"commit": "d022902086ad796d6004a9b42b4d09e6173b1f1b", "message": "basic start to GUI. simple mockups, no functionality\n", "proba": 0.0007880537305027246}
{"commit": "41b2b3eeeb9667426c0b48f748eccfefa34afecc", "message": "Create SelectMusicData.java", "proba": 4.838157678932475e-07}
{"commit": "6ab2fb6d32ad6a5aa982bdf466d19713e826dfd5", "message": "Fixed a bug in Entity that reset coordinates to 0 after assignment\n", "proba": 2.852002580766566e-07}
{"commit": "b2abacfa63ecd9cb5765a9887e72f7687528f77d", "message": "Implemented SessionlessForm to workaround Wicket's stateful nature", "proba": 1.249619998588969e-07}
{"commit": "56f4d7245b01d6469ccc62bfa9e6ed2f1a7c57eb", "message": "email import through POP started\n", "proba": 3.032647271083988e-07}
{"commit": "d5186dff9753cb57dc07b96af04a40eb8d9a8798", "message": "Fix #2596 - capture analysis for LazySpecifierExpression was wrong\n", "proba": 1.1759822626800087e-07}
{"commit": "ddd7b7d8bdf61cab765147221214c935170e023c", "message": "Added event GUI_GameOverEvent.\n", "proba": 1.1452895165575683e-07}
{"commit": "9f4b5470d9b2d1514891c5391a6b7ce811222fb6", "message": "exposed Cache#dump method\n\ngit-svn-id: 4c9d3fe6b7b6c0d9eeb10ce04f5d3c1083d3aa64@1245164 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.6119931842695223e-06}
{"commit": "395130745b60b33365588f038a058fe7afbb9780", "message": "initial load - was nested in DBCallback.\n", "proba": 1.1326645932285828e-07}
{"commit": "45061f597c88f40e146d7caa141b1627739c43e8", "message": "runtimeconstpoool\n", "proba": 4.791282208316261e-06}
{"commit": "12be73c96b4512273601dede62bfbacc5bf90422", "message": "Fix for Bug 18321 - NullPointerException with Faults in early invocation stages\nfrom Oliver.Adler@syracom.de (Oliver Adler)\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@256115 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.828768283005047e-07}
{"commit": "029807028ddf71c4861c0b70b2e19736ee4619f4", "message": "Hey we got some proper licensing!\n\n", "proba": 1.0641474545991514e-07}
{"commit": "bff17acf7c6f52c93fe0b5d8dacf7cd0f38ec78f", "message": "add MajorityElementII\n", "proba": 2.7501548174768686e-05}
{"commit": "0fae8cc302f1da18cdb4d18b80ec1531a4461ecd", "message": "'''REVIS\u00c3O'''\n * Adi\u00e7\u00e3o de utilit\u00e1rio tamb\u00e9m para arrays\n", "proba": 2.0213853701989137e-07}
{"commit": "115bfae6d385d2de5117be5c7421a436d7d5c70c", "message": "Helper class which can be used in all classes using JDBC connection to database\n\ngit-svn-id: 78a0b1024db9beb524bc745052f6db0c395bb78f@447 20a39203-4b1a-0410-9ea8-f7f58976c10f\n", "proba": 1.7536242012283765e-05}
{"commit": "982bcb864da0f1c74e44bcaea70c47e2c3e634bc", "message": "MONDRIAN-1345.  Eliminated use of deprecated commons-math DistributionFactory class.  Tested against commons-math 1.1, 2.1 and 2.2 without issue.\n", "proba": 1.081210498909968e-07}
{"commit": "31c6d2ec5142526adaa8e43770581669f0689a5b", "message": "Create HotelSSLSocketFactory.java", "proba": 2.4222210868174443e-06}
{"commit": "f28502555f52e55d08be18228b4a7ad7da2b4665", "message": "Adding possibility to generate GrobidProperties instance using a customised grobidHomeFinder\n", "proba": 1.6440206707102334e-07}
{"commit": "21e0af987d7baccd5417a2f744d2dd706d85604e", "message": "Fix RenderScriptGL setSurfaceTexture problem\n\nrsnContextSetSurfaceTexture() has no implementation in rs-jni, use nContextSetSurface() in setSurfaceTexture().\n\nChange-Id: I066432575c9e74f21ea3a3776628b572b6e31377\nSigned-off-by: Xiaofei Wan <95212e4d3156700e8cf805cc2dfca4b2ca6f96ab@intel.com>\n", "proba": 2.000122321987874e-06}
{"commit": "a46917fef57f99c18c9230f8c6f7888b19266a65", "message": "am 5fe1afe9: Merge change 21603 into eclair\n\nMerge commit '5fe1afe9cc24969d25496d57d911e8aae8b3ba7a'\n\n* commit '5fe1afe9cc24969d25496d57d911e8aae8b3ba7a':\n  Fix infinite recursion.\n", "proba": 7.775169024171191e-07}
{"commit": "db42b4377f9de8a3854feee584a943d2a16873eb", "message": "Even more debugging\n", "proba": 1.936612221697942e-07}
{"commit": "0c008ab60f8c0724db50a5c4af8ed15fd7da33dc", "message": "fixed import for app features test\n", "proba": 1.7187963408105134e-07}
{"commit": "88fc21ffeee77b134558117111f53e95a6c7d5df", "message": "ADD: Loopers, a utility class for Looper.\n", "proba": 1.0841655750937207e-07}
{"commit": "8a25ae3d6b7ec850a2de5662b591d55ca2cc47a8", "message": "\ub514\ubc84\uadf8 \uba54\uc138\uc9c0 \uc81c\uac70\n", "proba": 3.5106398854622967e-07}
{"commit": "8e8e559fc244cf3268934feae8940a758f4061cf", "message": "Moving files to Managers.\n", "proba": 1.8358871045620617e-07}
{"commit": "82d6201eaae854c384503d3a497e77a31a3ce5e0", "message": "ArrayHashCodeInspection: cosmetics\n", "proba": 0.0008008430013433099}
{"commit": "09419ddc85a1ce64f6f30e8e24cc1654ae00a393", "message": "- minor changes\n", "proba": 1.6501971344951016e-07}
{"commit": "0a7df2732f62c8bbd76a22c2253132aa396c0672", "message": "Solve problem 1732\n", "proba": 0.998831570148468}
{"commit": "f055cbbb27ef2c46eb86c53ff16d4d427650f8a4", "message": "Solve problem 1991\n", "proba": 0.019954776391386986}
{"commit": "fc3e65f0eac4687a6a8290cde7d3e1dc93359fbe", "message": "Initial commit: FileStore.java\n", "proba": 5.31259274794138e-07}
{"commit": "83c3f188f6390089da3ebe4a1996fd10ebc2daa1", "message": "am 32b9f4a6: Merge \"Reapply animation duration scale each time it is started.\" into lmp-dev\n\n* commit '32b9f4a650d1b8b52b85a27109f95fde030dff66':\n  Reapply animation duration scale each time it is started.\n", "proba": 1.3998284487115598e-07}
{"commit": "05a1863cebcc8e318283f3f4a49ba69d83b62866", "message": "Allow multiple HID devices to be connected.\n\nChange-Id: I40d9820b756c1e3bb4e773fbb78212e2716e99bf\n", "proba": 0.00018017688125837594}
{"commit": "cfd205c3034dae87f2ded3dc3585e42e6057ec0e", "message": "am 30599249: Merge change 5570 into donut\n\nMerge commit '3059924953dafdd94dce65d8be42e98fcde305b8'\n\n* commit '3059924953dafdd94dce65d8be42e98fcde305b8':\n  Adding implementation of IPA to the TextToSpeech.java\n", "proba": 6.081212404751568e-07}
{"commit": "fca35e43a2664f1aa8878d906f3dd540d25ca1da", "message": "fixed endswithslash test\n\ngit-svn-id: 0b447209bf6265635e4136dfa7c3765ce1ed69dd@2558 7e9141cc-0065-0410-87d8-b60c137991c4\n", "proba": 1.2095449619664578e-06}
{"commit": "b5b165ce2812ff6eecf126ea2397807ba4d01946", "message": "Change servletClasses and filterClasses to Set(s)\n", "proba": 1.2262393056516885e-07}
{"commit": "33525366951b1f0abc3c5ff87624e00db8d0ed46", "message": "o Fixed file leak (ideally, the framework would take care of properly closing the sinks in all cases...)\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@729635 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.222175213428272e-07}
{"commit": "cc718c2033e1149c5a698d6972e4012e01955798", "message": "Add missing interface. Invalidates the 1.0.6 tag\n\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@795676 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.657739580376074e-05}
{"commit": "ccf68ef0200f1eecd81c64ad10931f8cf440e3bb", "message": "Add AverageValueSizeTest\n", "proba": 5.982753918942763e-07}
{"commit": "d6d417d075f4bb35109b1bfd5c9f420622e4f03f", "message": "add charstream tests", "proba": 3.3781043384806253e-07}
{"commit": "dc005a8965133232c9605363c137405549819ab3", "message": "Volume Dialog: Fix NPE found in monkey testing.\n\nBug: 22116033\nChange-Id: I34c586ec77bd0d2baae4e84c07afc781cda09ec3\n", "proba": 1.6426993170171045e-06}
{"commit": "a6de7413fe7d8a8ec5b6796cc0793133551da8b8", "message": "Create Path_Sum_II.java", "proba": 4.463702225621091e-06}
{"commit": "7981d1abdb7a507689b63fecef5f90a1a7aff992", "message": "NIH398 bugfixes\n", "proba": 1.4688372118598636e-07}
{"commit": "fcb36ccf06346a0212ee27130ab662b50ba5385c", "message": "added market customer tests\n", "proba": 1.4039301277080085e-07}
{"commit": "2764cafe300f86b907248c189e743ef9aa5225d5", "message": "Test stub\n", "proba": 9.829839200392598e-07}
{"commit": "f2ca9a79febb8d3edb507f0944bf4b764719d18f", "message": "add static method to construct a simulation having several different types of species, to provide a convenient testbed for the iterators\n", "proba": 1.4935112346847745e-07}
{"commit": "c62b3cd96d666d0d07b52481a8855d52ade5ee30", "message": "cleanup\n", "proba": 3.1109298106457572e-06}
{"commit": "809666f08813d6b354d832e25c7ff962e25df1f2", "message": "Common Denominators - stream solution\n", "proba": 1.8929453915461636e-07}
{"commit": "2948f58477763f91e057d69d8f339d3ecd01380f", "message": "[306944] [indexing] JSPIndexManager needs to revert change to start off initial index after initializing\n", "proba": 1.3556298483763385e-07}
{"commit": "46d12d324b86ae2ba2fac620483c7855b631490c", "message": "Send encoding style.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@252791 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.2191304449515883e-05}
{"commit": "cc076cba4b36eb58dbdcbe1817e0dd6aff6c8b33", "message": "Remove duplicate code following a suggestion by John Gregg.\n\nThis marginally increases the pathlength of the SAAJ methods\nexamineHeaderElements and extractHeaderElements but improves\nmaintainability.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@254500 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.395281525328755e-05}
{"commit": "3e0a1c2767e8e89c03dfdfd253704aa8aedb7a37", "message": "Toggle all the visible refactorings", "proba": 1.4036704669706523e-06}
{"commit": "4f56bdee54df9f6d8aa1f774e572b7d30a781b99", "message": "demoing list nav\n", "proba": 3.754338422368164e-07}
{"commit": "cc5e8110dda851d8fa267508f8bf582e7fbd2fe7", "message": "\u5b8c\u5584\u7f16\u8f91\u5668\u6a21\u5757\u3002\n", "proba": 1.2412843375386728e-07}
{"commit": "24ffa5218107f42c6ea4c08b856c07c262339a5f", "message": "Delete Task.java", "proba": 6.897345429024426e-06}
{"commit": "a486df62735b42da03f5e122ae00808ad0bbb96d", "message": " second project added\n", "proba": 1.2027476259390824e-07}
{"commit": "1abd2188be5e421374f1e227e4b414f77aca8751", "message": "Added stuff to World.java\n", "proba": 1.9161193165473378e-07}
{"commit": "18faef30cb16f003cc862eee78f50e825ea7f05d", "message": "Created abstract class DB, and added some function\n", "proba": 1.7258328455227456e-07}
{"commit": "de00caf1b1785f9bc61c727737b29ef1ab96f2dc", "message": "Revert \"[ImageLoader] Development\"\n\nThis reverts commit bc105081f6156ae13344d3901489e099c9a52120.\n", "proba": 1.1592253201797575e-07}
{"commit": "12d1a08bdf2f3510b36821f9a482bce6e99db287", "message": "Change version to 4.2", "proba": 0.0006984256906434894}
{"commit": "74587d11289ae34c60ff9881c886ce68f063e972", "message": "Kommenterade ut failade test\n", "proba": 1.1306696023893892e-06}
{"commit": "998127c8049f22cb6f74483f11d693bfd7c59511", "message": "Enable subclass of SeekBarVolumizer to provide a custom file for sample playback.\n\nBug: 3409194\nChange-Id: I8a408a69fd14cf9058afe01ac5c46d0f5afc1503\n", "proba": 4.0351221741730114e-07}
{"commit": "cf079c910952ea35aebe96aadfc0067d9d72ad75", "message": "am 09d33a54: am 3b8112ef: Merge change I280c753a into eclair-mr2\n\nMerge commit '09d33a54a6b4244223f7d51f5c0764b6ad3f808f'\n\n* commit '09d33a54a6b4244223f7d51f5c0764b6ad3f808f':\n  Modify text validation behavior.\n", "proba": 1.3603153092844877e-07}
{"commit": "6490644b4d37667a73d2e48450d1de9297c3bf0b", "message": "Use a weak observable in AutoCompleteTextView\n\nIf adapter has longer life span than AutoCompleteTextView, it may leak\nthe View. This change prevents it by using a static observer with a\nweak reference to the actual TextView.\n\nBug: 11287688\nChange-Id: I2c9db94dfa1be3b3f5368406e557f3e8e34bbce9\n", "proba": 8.73544195201248e-06}
{"commit": "8f0a2f37e5d71cef4ae5c9668607ce55521ba938", "message": "resolve merge conflicts of da9653a2 to master.\n\nChange-Id: Ic77174eb047e2a925e5feedf032e1f26f892ad61\n", "proba": 1.0934127203654498e-05}
{"commit": "3843d8d83132acf8664c14ddeeed5a2bf31091e6", "message": "UVA 10203 Snow Clearing\n", "proba": 2.2435612834215135e-07}
{"commit": "36b3602632ac17b2addd054dadeca389323119b2", "message": "Sample Java file\n", "proba": 3.4455757713658386e-07}
{"commit": "d8b68a2bf6b7098278cd470efbefe32166a0abea", "message": "Overloading UserStore#loadKwonUsers method to receive a forceSync flag checking if the client should fetch users from server if no user was found. Now it is possible to retrieve users offline.\n", "proba": 1.1204362948546986e-07}
{"commit": "4722564962ae43f32da203920a9f712a403b5966", "message": "Create device route should be POST\n", "proba": 0.9994592070579529}
{"commit": "c28bf795f409972c60e558245f41defb5b6a46f7", "message": "Added files via upload", "proba": 1.542259724374162e-07}
{"commit": "a64309dfbc44c8cf7acf4a6104dfff030da8f877", "message": "Create E.java", "proba": 7.709948022238677e-07}
{"commit": "46e09310805f3cb858578fc82539f47e83f37c40", "message": "Fix connectivitymanagertest\n\nChange-Id: If5687eacec0f502c39b102eb5cf7d9383f0ec056\n", "proba": 0.0012565474025905132}
{"commit": "316ac5b270bdd0e25ea3fe5478381d43fb96d3a3", "message": "Added test for device repo.\n", "proba": 1.1273377253928629e-07}
{"commit": "3157c288f79f8b447c943e528a27d3deac68cd65", "message": "remove country-based queries\n", "proba": 0.0015725671546533704}
{"commit": "08b533ea6a3bae2807b3fb48f7692f38808ba3e5", "message": "ArchiveExtractor does not preserve executable permissions during tar file extraction #61\n", "proba": 1.4830946781785315e-07}
{"commit": "ec58e85e69d2a63ed4919436a97b9770db829411", "message": "Fixed tests for further removal of deconstructed methods\n", "proba": 1.274734557910051e-07}
{"commit": "153c611761017e25b0344143d92a18f8e5b2691c", "message": "S11N: A small test of the DeserializingReference\n", "proba": 1.7265573148961266e-07}
{"commit": "0deaec2d2d2bfb94e324dbcb83fbf3b04665cdd3", "message": "new IsMax test\n", "proba": 2.300385858688969e-06}
{"commit": "c515c00451a8d4a10ccd492f6acc064b80200399", "message": "OAK-3324 hasPermission does not reflect actual behavior with restrictions\n\ngit-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1700484 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.3986007136045373e-07}
{"commit": "c2440fce335a26301f641ebcd5e0d13044586e24", "message": "Added summed area table.", "proba": 1.2264555948604539e-07}
{"commit": "c5681935e587f4c54628dfda6304540eb3b048d8", "message": "add a unit test for cacheable consumer\n", "proba": 1.9838238074498804e-07}
{"commit": "17f2b6cf08ae31bc13df3d9d92ecc44317c42be1", "message": "add AuthHandler interface\n", "proba": 3.92134978710601e-07}
{"commit": "4b8c96960207d93fdc4231b24dd318e29c0795f2", "message": "Add some new functions\n", "proba": 7.58749374654144e-05}
{"commit": "55eb8a812db7395666e6d2899710e6a60215c6e6", "message": "KRACOEUS-3617: Fixed FYI ack stack trace.\n", "proba": 1.0084046664360358e-07}
{"commit": "75aa82d9c5cb331f6655fe695d93ac5bd592922b", "message": "Removed old code\n", "proba": 3.147867028019391e-05}
{"commit": "aa3bdc16166cf3a2432e6d3d206906e78aaa105b", "message": "Add some basic service helper methods", "proba": 1.2960027561348397e-05}
{"commit": "bdebad377104d64e0513d80d1e74a7538bb55cd6", "message": "Added test showing problem with revenj.resolveUnknown=true\n", "proba": 6.045436293788953e-07}
{"commit": "7bbef0cba9c5f337ed49432fa0ba6efe4bed0c16", "message": "Small fix\n", "proba": 3.271289870099281e-07}
{"commit": "61a6cbf5fdbc28328a8c6cf475c75a99c4dfcb75", "message": "# finish leetcode convert to base -2", "proba": 6.29853411737713e-06}
{"commit": "9295d5e3fb81c05ee4a08465faa636ee1a8a6b31", "message": "[r51] [trunk/MobileMRSNoPolish] According to subclipse, this was alreday added?\n", "proba": 9.630728925458243e-08}
{"commit": "5f68ca66253fe4f5a648990728ad56761e03c0be", "message": "UniqueProduct added\n", "proba": 1.149328028304808e-07}
{"commit": "b8c998797f02a1fd0770b70dc868503a1f1f5763", "message": "Add simple Main class to test coverage plugin\n", "proba": 1.759076582175112e-07}
{"commit": "b61ce7c402444a91c7a54d29e0e0c10ea2c1e0c2", "message": "am 4a1a3402: am eaabd9ac: Merge \"Correct test data size in keystore signing and verification tests.\" into lmp-dev\n\n* commit '4a1a340272c996056042ef181a83437f68da3029':\n  Correct test data size in keystore signing and verification tests.\n", "proba": 1.6729930507608515e-07}
{"commit": "469f1fdc38f0cc75be991804a5681d1775451475", "message": "Migrating from fileparsers to datasource-fileparsers\n", "proba": 2.7110331757285167e-07}
{"commit": "e7b787996f62e4fb3691d1936abb89fff32af0e2", "message": "Fix build.\n", "proba": 1.489812575528049e-07}
{"commit": "ae943c3179a9588128246b953c50f9fec9ef004e", "message": "Support validating 3 digit code that has 4th digit children.\n", "proba": 9.719451554701664e-07}
{"commit": "7cb349ae85861ed34ec00f3e44104172c2a6778a", "message": "ByteChannel\u306eIReadable/IWritable\u30e9\u30c3\u30d1\u30fc\u30af\u30e9\u30b9\u3092\u8ffd\u52a0\n", "proba": 1.9963727027061395e-07}
{"commit": "27bd37ff3aa4a4b0f84341cb576df7b75596450a", "message": "Remove pre-N db after successful migration\n\nBug: 26279712\nChange-Id: I53e4bd1b04b4ae6b94e8b5642d7f11a4edd6f1e4\n", "proba": 9.254750352738483e-07}
{"commit": "075143eec8526ad7ef659202ee9288268da32487", "message": "New slow large-scale test for big EF\n", "proba": 1.7524725137718633e-07}
{"commit": "e8f56639ddd8bcf126aa92d5a6caab9726f1c81d", "message": "Added MongoFindTest\n", "proba": 1.5262104113844543e-07}
{"commit": "53b07246de5beeaf1b541bb4b84e564113b6ccfd", "message": "am 6a7356b0: am 4075b321: Merge \"Prevent recursion in resumeTopActivityLocked\" into lmp-dev\n\n* commit '6a7356b001a3e9e192a420146c63406ecc27fdf8':\n  Prevent recursion in resumeTopActivityLocked\n", "proba": 8.011084560166637e-07}
{"commit": "4afc28096e44b0df3f2d5ec05967dc90076a4a3e", "message": "am c7617201: am 7f97f2c3: Merge \"Add null check to TaskPersister file list.\" into lmp-dev\n\n* commit 'c761720117885259a8938c4998a25a2b24c907d9':\n  Add null check to TaskPersister file list.\n", "proba": 1.5513820983414917e-07}
{"commit": "b69bed1947d4c8835b861f7b68be756b6a8e80d3", "message": "AI 150122: Merge from donut.\n  Fix permissions issue for uninstall of updated system applications.\n  If an existing update for a system application is uninstalled, when reverting back to the existing\n  version in system partition, permissions have to be granted again.\n  BUG=1893639\n\nAutomated import of CL 150122\n", "proba": 1.9056734856803814e-07}
{"commit": "70fc04c84db8f99ac2ac60fd9719b91057aacc9b", "message": "Reorganize PackageManager dump to avoid NPE\n\nversionCode and mVersionName were added recently but ps.pkg can be null\nin some situations. Move them to where it will check before\ndereferencing it.\n\nBug: 3152896\nChange-Id: If992a1f29ac7b8f595f847b7743fd2374662bb6e\n", "proba": 1.4589685406463104e-06}
{"commit": "a1d49337fb3ff4b336cddb1198658778b0e8949b", "message": "Use try-with-resources\n\nWe can start relying on try-with-resources in framework.\n\nChange-Id: Iac1194022065c41e8593524e483d6076d4ea72fa\n", "proba": 7.175251539592864e-07}
{"commit": "a32c4ec5f385256d9d31ae311f8870d5d1d8549f", "message": "am 21f0777c: am c192c649: Merge \"Fix serial number assignment for new user on a freshly wiped device\" into jb-mr1-dev\n\n* commit '21f0777c1145f931d0f11c8f235a83c4e6edc4eb':\n  Fix serial number assignment for new user on a freshly wiped device\n", "proba": 8.999796818898176e-07}
{"commit": "7a3d973db4bd38928668ba7a6d123a11ff8819cc", "message": "rename hasCopyType() to hasCopyRole()\n", "proba": 5.534604383683472e-07}
{"commit": "09bdcd2888c6ce30c0e5febc7125ae6d27a40a69", "message": "Use System.arraycopy.\n", "proba": 1.7811807140333258e-07}
{"commit": "8d1fd0e36e7d36397708c2a657f6803ec3259bff", "message": "[JENKINS-28881] - Tests of the JobRestrictions integration\n", "proba": 1.0968031460834027e-07}
{"commit": "033845cf868daa50a5d32e8c2563a849faffb4d2", "message": "ShellMonitor show running-status of the processes\n", "proba": 1.423899789187999e-07}
{"commit": "7015ebbde400e3fd145611e74fa95553c94281f4", "message": "am 5ce73820: am 6f89172b: Merge change 22352 into eclair\n\nMerge commit '5ce738206294252fb1972d42bd830fee41acb137'\n\n* commit '5ce738206294252fb1972d42bd830fee41acb137':\n  Fix FallRS by keeping a reference to the mesh.\n", "proba": 1.1008985012495032e-07}
{"commit": "d2b3dc246a7042c5d14a0cf645e521f6b3e914dd", "message": "New class to test basic es transaction log features.", "proba": 1.0470640177118185e-07}
{"commit": "ef7efe367c5c89e438c3820961c181e402127cf8", "message": "removed beacon scan from DemoActivity\n", "proba": 2.6293528776477615e-07}
{"commit": "2e21173e300f2db40607e219e6a89524add610d4", "message": "add sim for TIP4P, SPC(E)\n", "proba": 1.336546233687841e-07}
{"commit": "cff49ee8644a45a98d1db843e566e679c87b8dff", "message": "Minor formatting changes for clarity.", "proba": 1.2156678508290497e-07}
{"commit": "2f88fa3bf000aa5f37e299442a04325a384a8971", "message": "deal correctly with null globals\n\ngit-svn-id: 093fa4c7fa7b11ddcea9103fc581483144c30c11@1673 5b74d2a0-fa0e-0410-85ed-ffba77ec0bde\n", "proba": 2.728353365455405e-06}
{"commit": "a848d19ab400ac1a42b55c72d194a19acf854b3d", "message": "Stupid derp in EVERY RELEASE SO FAR. FGS\n", "proba": 1.8536400148150278e-07}
{"commit": "d0f39e558a78d4bc585f17ad1a1f4a9593542c83", "message": "use 5.0 instead of \"1.5\" or \"5\" for java version (see comments in MECLIPSE-47 )\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@367795 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.537809215638845e-07}
{"commit": "6658914fe30bc16f63ae8013d9b66421656c7428", "message": "test for blat class.\n", "proba": 1.3704405432690692e-07}
{"commit": "1a14e26209958ffeef181934d1b8871222db8996", "message": "fixed #40\n", "proba": 5.707651098418864e-07}
{"commit": "7c637ad733c8327708ddedab423db26d42e2f499", "message": "Create ByAngularPartialButtonText", "proba": 2.2787683917613322e-07}
{"commit": "afd1a7254816ab89f95080ac64de69ef5a9ea987", "message": "Create AppInitializer.java", "proba": 2.6390625862404704e-06}
{"commit": "ef282a5f71d1b68d45a3733b61d009f5e43da8c4", "message": "recursivetracer\n", "proba": 2.8701601877401117e-06}
{"commit": "fcc8e1e9c47a61da5542ed7581b312157d3ea9e5", "message": "Fix Javadoc warnings.", "proba": 2.4292435796269274e-07}
{"commit": "5dd7c10aa91615337c8ae1b81a48616d9789d504", "message": "VTK-2124 - comment out group/user validation a moment - because pseudo:user failed validation and the shortcut was removed - which means that the logic around seem to be working - which is a good thing :)\n", "proba": 1.1232757657353432e-07}
{"commit": "c6b80eb6dcd9c052720a0cb0e8aebabf264c95c0", "message": "#30 #36 - Creates RunLoadGoogleData script", "proba": 1.3289252365211723e-07}
{"commit": "dcafd32540e9209b6f04ce1c7b7d7fda08d4a89e", "message": "Committing v0.1 of the driver", "proba": 3.1252398002834525e-07}
{"commit": "d483d970898a596a426759730aa4a8a042d6d4dc", "message": "as RuntimeException, Error can be thrown at anytime\n\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@2785 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 1.350596107840829e-06}
{"commit": "832677ce360aa75d8d1d61a1b995254f2b35ccea", "message": "kracoeus-3691 : no error message is needed\n", "proba": 3.950725897539087e-07}
{"commit": "eec10b9439748569d27de788ba9c6bfbbcbad4c5", "message": "added a launch frisbee without check\n", "proba": 1.4711363860442361e-07}
{"commit": "ef41e984d18c3fe458e79bf4cafcd714b2a87a3e", "message": "bug fix on cache invalidate\nPR:\nObtained from:\nSubmitted by:\nReviewed by:\n\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@198909 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.9466929757072648e-07}
{"commit": "d351e3b12e0d53dcb23935fa61ea00f42b500531", "message": "am dfbd6eae: am d7094ea2: Merge \"Fix docs with deprecated resize1D\" into jb-mr2-dev\n\n* commit 'dfbd6eae7bd2b1b7420f819459464ef64f9912bb':\n  Fix docs with deprecated resize1D\n", "proba": 1.9669346329465043e-06}
{"commit": "8900d570113f825e3bad8d26f6c3222284a2074c", "message": "Don\u2019t overwrite item click listeners if the adapter click listener has not been set.\n", "proba": 1.0069977918192308e-07}
{"commit": "2faa252087c3cb051ec0c1109b1f488c440e59ca", "message": "Update Label.java\n\n1. Add a default constructor", "proba": 5.35873994067515e-07}
{"commit": "dc111e5a691807cc0f73331c6de305d5f03159bf", "message": "test for DrawRectangle, 100% coverage <testing\n", "proba": 1.1053590753817844e-07}
{"commit": "7e63802700519c33c5fff32f81c5f16a89640175", "message": "Fixed compiletime error introduced by the WicketTester/MockWebApplication refactoring.\n\ngit-svn-id: ac804e38dcddf5e42ac850d29d9218b7df6087b7@473938 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.554435119847767e-06}
{"commit": "3a0443567d258b3270b6845a5191f47ab62f2bec", "message": "Implemented toString() method for Sample object.\n", "proba": 1.2649157099531294e-07}
{"commit": "5044b205250506df68044c9e1905ce89762dbb03", "message": "LeaderboardResource: clean & comment\n", "proba": 1.2806185623048805e-07}
{"commit": "82408be109001f6a39abfb0634cf6adde129a6f1", "message": "Atualizacao autom\u00e1tica\n", "proba": 1.5049522517074365e-06}
{"commit": "50ad172129160f3377e3585ea27485739b925bfe", "message": "Atualizacao autom\u00e1tica\n", "proba": 1.5049522517074365e-06}
{"commit": "1a7589cb067fcf2a87f8004c3fa53dfc688c0f80", "message": "add Test.java\n", "proba": 7.762055815874191e-07}
{"commit": "16087308e034a48da8fa2a0ed9a889364076a7e0", "message": "SimonStewart: Dropping the visibility of getExecuteMethod\n\nr13054\n", "proba": 1.3190916092753469e-07}
{"commit": "08d5de83393dbd4d31893d96e4871a8a3628a2cd", "message": "am cd90d1f1: am 44e4b99f: Merge \"UsbService: Make USB disconnect handling for accessory mode more robust\" into honeycomb-mr1\n\n* commit 'cd90d1f1173c344738362d24bdc637c355b75645':\n  UsbService: Make USB disconnect handling for accessory mode more robust\n", "proba": 2.4891796783776954e-06}
{"commit": "576bf2bb753784985f100fb7a25f25f63c344ae8", "message": "Remove deprecated code\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@881528 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9985625147819519}
{"commit": "ddcc5bca5e94580692bcd5fb9f7509cde019285b", "message": "AI 146586: am: CL 146485 am: CL 146411 Fix BridgeCanvas#drawRoundRect\n  Original author: xav\n  Merged from: //branches/cupcake/...\n  Original author: android-build\n\nAutomated import of CL 146586\n", "proba": 1.1495450991105827e-07}
{"commit": "49ba180d5282ec95e1dc3281c63cf00d000f8c51", "message": "Adds a package-info.java file to the ast package.\n\tChange on 2014/07/16 by kstanger <kstanger@google.com>\n-------------\nCreated by MOE: http://code.google.com/p/moe-java\nMOE_MIGRATED_REVID=71288779\n", "proba": 6.150971785245929e-07}
{"commit": "7944d016b6cfe5548476f60c5ba5abdaf80f61fa", "message": "SDC-3553. Access to writers map in ActiveRecordWriters is not done in a thread-safe way.\n\nMade all accesses to this map synchronized. So this collection is no longer synchronized.\n\nChange-Id: I8dd49519dc9dcc98ba24166a3e528202fe333eb0\nReviewed-on: https://review.streamsets.net/3736\nTested-by: StreamSets CI <809627f37325a679986bd660c7713476a56d59cd@streamsets.com>\nReviewed-by: Jarcec Cecho <df2d427dacaa504f2ede0aed47c4cdf043778b95@streamsets.com>\n", "proba": 4.488934166602121e-07}
{"commit": "f7ce68685b48b32c1724c8e76eec7009822dea9f", "message": "#497: Add 'BoolOpTest' class.\n", "proba": 1.223630761160166e-07}
{"commit": "a5ffb71662eaf7affd4cc085dd4e62daa8b6b334", "message": "#JC-134 add WrongPasswordException.java\n", "proba": 3.2006101946535637e-07}
{"commit": "cdc5241bfc65db351a9f86c7728a692c9cee43db", "message": "added license header", "proba": 2.8423576736713585e-07}
{"commit": "8cecf053a316adcebd0b47f532bfca9fdf9f98c0", "message": "re java\n", "proba": 6.760107567060913e-07}
{"commit": "1862bb873685490ccc904d6f9591bd247dd4ea34", "message": "Initial commit: BeanInfo.java\n", "proba": 5.960736757515406e-07}
{"commit": "77718d4012782f39ea4013af94994381ab3a1a90", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "4364394d34d763c286dec066e136b0fcfca2ac09", "message": "making traversals a thing\n", "proba": 1.365216576232342e-06}
{"commit": "c000c32db5f00a367df2a3d4693c20aa610152f2", "message": "Added the SimpleGameSim utility, for understanding games and debugging state machine implementations.\n\ngit-svn-id: 4739e81c2fe647bfb539b919360e2c658e6121ea@99 716a755e-b13f-cedc-210d-596dafc6fb9b\n", "proba": 2.089465851895511e-06}
{"commit": "29453e6168313cc4e0af802109b3617f3ae0d03c", "message": "Encode final password with base64", "proba": 0.9999984502792358}
{"commit": "d40cc35def1942d0fe75ff6b801ffce4ad49be04", "message": "placed ant task to backend\n\nsvn path=/webdsls/trunk/; revision=5016\n", "proba": 6.219683655217523e-06}
{"commit": "c2632219991cd6db059d9f590ca7cae8a7aa5d64", "message": "bug 50459: StandardContext.bindThread() and unbindThread() are not symmetrical and not limited to current thread \nhttps://issues.apache.org/bugzilla/show_bug.cgi?id=50459\n\nFixed incorrect comment in code\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1044747 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.128711225348525e-06}
{"commit": "f07b315dd274881c4c6dad1efee998d5218c373d", "message": "Add AutoParseHelper.java\n", "proba": 2.974203709982248e-07}
{"commit": "7960a66affb955dcdb49a3d78d646cdf7a98eb52", "message": "Followup to r1514376.\nUse value from local variable instead of repeating a method call.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1521687 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.245994983240962e-05}
{"commit": "2e16a3d40a6b0758c6be6ad9cf98bf41cebb8abf", "message": "a main to play with\n\n\ngit-svn-id: d9f559c8d12ad9650c95833e5ad4b44b0f69eb1f@56998 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.6405006060012965e-07}
{"commit": "1199239a48959e3510991095f2d9165f8681e51d", "message": "Test case for #2032\n\nsvn changeset:5321/svn branch:trunk\n", "proba": 1.981887436386387e-07}
{"commit": "a52f3e7422e224dd07801e6aa68e6abc5e2a6de9", "message": "add DepRequest to the model\n", "proba": 1.7816732622577547e-07}
{"commit": "4640cb74b19d62108375be2856db9df812a3f2fa", "message": "feat: add AlwaysAsyncPolicy which always returns true for shouldAsync()\n", "proba": 2.720976794989838e-07}
{"commit": "5dfaec667e3f9c469c0a48ff13c807bc633c9702", "message": "Creation of QuadTree class\n", "proba": 1.3545390231683996e-07}
{"commit": "35844d4df0b084555950c755a4b0a96f64434959", "message": "Added EntityBean\n", "proba": 3.0202710377125186e-07}
{"commit": "ceffdffb6dd573a6c04b9bc75a4306b1f060d768", "message": "fix deprecated", "proba": 2.1191988253121963e-06}
{"commit": "6cd59199880f3b71bbf3745641407a9fbb453c17", "message": "BUGFIX: (unreported) fixed NPE\n\ngit-svn-id: 25dac4f723c7e5b42083d4a98669c37f60455592@1478 69e27eb3-6e27-0410-b9c6-fffd7e226fab\n", "proba": 6.882442562528013e-07}
{"commit": "c645e2c6d0e8ce41f2af049ddb97c9220c8db3b6", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "cd60ae28303617b215f79c594a840d5c462a7417", "message": "Added utilities for micro analytics\n", "proba": 1.1741164485101763e-07}
{"commit": "8a6b1fd2490bcd555899a116f3a0cf15ca956e0d", "message": "Add Maria's code about Board class from:\nhttps://gist.github.com/MariaGeo/c17056c464096db754a7\n", "proba": 0.003109811106696725}
{"commit": "247f67dff5bbb5ae9fa4952ee054c56d2dcc5598", "message": "Fix warning.", "proba": 5.966947469460138e-07}
{"commit": "d7a92e45e2c1aaec4dcd70e61c155ddf17d28a12", "message": "Add EqualsTerm class. Same as Term but implies that the field must exactly equal the value.\n", "proba": 1.2296951013013313e-07}
{"commit": "dc90c8d9cc11868e8e3bb37f0680a366547ee724", "message": "Reducing log spew on GitHub pull failures\n", "proba": 4.6783685547779896e-07}
{"commit": "31d9bb0b7cd2bb3de9cfcb7ae4a7279d2349b486", "message": "RESTful\n", "proba": 1.9095189145446057e-06}
{"commit": "bdeb46300a0f113e35fd7c45484f0e1106bd180a", "message": "adding new method", "proba": 5.8407817959960084e-06}
{"commit": "de8651cd6430c591e1d26896d1cf852f1861df17", "message": "admin release1\u5b8c\u6210\n\u4fee\u590dbug\n", "proba": 1.2943333160819748e-07}
{"commit": "990e0918195b1ef8341326a06bf733811c6b06c9", "message": "App property fixed\n", "proba": 2.644617893565737e-07}
{"commit": "80736d413bf15f0b447d9af199298c7d491decc7", "message": "Code cleanup\n", "proba": 5.596320988843217e-07}
{"commit": "f281bd4902e53d3eb3094f31e9cca4b756624522", "message": "MotorSwitch is off at angle limits unless the joystick is moving the motor away from the limit.\n", "proba": 1.8809676305409084e-07}
{"commit": "ff80832ad3aa87c91b74977412e88de994256fcb", "message": "Swapping limits on joystick logic.\n", "proba": 1.2587496200922033e-07}
{"commit": "89dbb89073b984451786d96481ab6fe11e0b30a4", "message": "add Parsers.toFunction\n", "proba": 6.581443017239508e-07}
{"commit": "e9b25a27476ccb253a85062ad932e2d5ca7d6f98", "message": "corrected filter in db query", "proba": 6.367934020090615e-07}
{"commit": "832f3f4126e7ff5ced30e500fb3e2a8013cb8547", "message": "avoid moving frame too often", "proba": 2.83880285678606e-06}
{"commit": "6f95f97a0e6db684b9d54edd5a3f578f5a5d19f7", "message": "added a filewriter that will take an explicit encoding", "proba": 9.535051503917202e-07}
{"commit": "8bfbbbd5d3ff44bef017152499401615ea8aacc1", "message": "FileUtility", "proba": 1.780166371645464e-06}
{"commit": "2e915ce3be76595e7a1a007838e05834cc6139e7", "message": "Create ZipConstants.java", "proba": 8.194682550310972e-07}
{"commit": "780d327a8cae68e71b3e1e88ef4bf1a43eea9e93", "message": "Add a class representing federation info\n", "proba": 2.1462710719788447e-07}
{"commit": "630b3130183ac3ef031a8de7985613a114b13146", "message": "Added MalisisItem", "proba": 2.399676191089384e-07}
{"commit": "259649b7d4eda40087e2c371144f6cee0360901d", "message": "HBASE-8179. Fixes a problem to do with the json response for the cluster status\n\ngit-svn-id: 1ea5de6e32eadb5f080cfd8bafe1c87167c06d54@1464821 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00027230955311097205}
{"commit": "4471eaf647b5695681af65697ffd1ace69472cf8", "message": "Fix #7\n", "proba": 9.980562936107162e-07}
{"commit": "eb1399517a96cc7b1baf098b1be9960700d20ab8", "message": "\u6539\u8fdb - \u66f4\u65b0\u5c0f\u8587\u81ea\u6211\u4ecb\u7ecd\u6587\u6848\n", "proba": 1.2924780889989052e-07}
{"commit": "4b5ed4d10eccfd0de1e420188a591eb0da3f335d", "message": "Use new methods in TextAnchor enum.", "proba": 1.14523928118615e-07}
{"commit": "32e669bd4a0df439fe7b0055047aa899bb5ef998", "message": "fix(bajas): bajas\n", "proba": 9.31660906644538e-05}
{"commit": "6edab38072407b4a206999f0c557c70c293829af", "message": "add XmlTaskListStorage\n", "proba": 7.298783089026983e-07}
{"commit": "1e0b9563701b33ab423d8aa7b6ea85198745450d", "message": "Renderer concern.\n", "proba": 1.347771529935926e-07}
{"commit": "f39c475a7c1482a8fffa8fc51653f3e1a82c538e", "message": "the base for a component with a collective itf whose elements are named\n\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@1404 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 2.4634994133521104e-06}
{"commit": "20ac0e0f841290a0343fcebb9a3003a2c719eed8", "message": "add Cakewalk to greedy\n\nChange-Id: I19655837e26e2a63b4784603a27bde1a7ca1b7fd\n", "proba": 6.960575410630554e-05}
{"commit": "fe60fd773ddcc26928d6781693b711656a657d25", "message": "Edited the highscore dialog box.", "proba": 1.5406838826947933e-07}
{"commit": "862483aedf2c4fee675ec4a7740b9495d1426b29", "message": "Issue#5190: Remove instantiation of ArraySequence from process\n", "proba": 1.6143071945862175e-07}
{"commit": "4df5c92f01e43f17de9074f28e43ac23007b26c3", "message": "Create Problem0011.java", "proba": 2.289739768457366e-06}
{"commit": "6a27be4b95202bac20dafaa6db5fe4c99046cd81", "message": "cleanse\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@1974 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 9.318072216046858e-07}
{"commit": "e9407eb9a0be7afbc870ceaf65abef185b1315b2", "message": "Add CurrencyCodeRelay\n", "proba": 1.4962528211981407e-06}
{"commit": "7b65cbadb973ee4a2b7fa2da5b9b3144f8f09734", "message": "Axis comitters:\nWorkaround for the problem that the Handler#init() method of service-specific request handler is not called.\n\nPR:\nObtained from:\nSubmitted by:\nReviewed by:\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@253707 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.309424520622997e-07}
{"commit": "617d31327abaa85150b7a6795ee04d1dfd542ce1", "message": "GEODE-1571: Write DUnit test for SecurityManager init() and close()\n\nThis closes #192\n", "proba": 1.4177196305809048e-07}
{"commit": "381a5a260e0b817a07176bba56aa48873ece1bf8", "message": "am e3a6e01c: am 1a86dd10: Use the built-in handler instead of allocating another one.\n", "proba": 1.7686728597254842e-06}
{"commit": "95700457139803af54a5e731816cedf1c924f3a6", "message": "am a33424a5: Merge \"Add MEDIA_PROJECTION_SERVICE to the ServiceName list.\" into lmp-mr1-dev\n\n* commit 'a33424a540ea725d4b513ee713931c66e62721a2':\n  Add MEDIA_PROJECTION_SERVICE to the ServiceName list.\n", "proba": 2.6249733764416305e-07}
{"commit": "af8962e48ecf0ff3833084f540ca7e2f05295560", "message": "am 5f8524d4: am 36af7943: Fix malformed Javadoc.\n\n* commit '5f8524d446fb217516eebafe5d347005051891d1':\n  Fix malformed Javadoc.\n", "proba": 1.301626753047458e-07}
{"commit": "03acd51bae7d3fe746d21aa89f5b6de539d92bc8", "message": "fix docs errors\n\nChange-Id: I775dc3e665a8ce32ed6c95f3240280ddef984bb6\n", "proba": 2.5193521651090123e-06}
{"commit": "9ffe1ae56bf495b1ada1e9c1da523db0677d98b7", "message": "Fix for #1878497.\n\nAlways pre-allocate a gesture's bounding box to avoid possible NPEs.\n", "proba": 1.1320274495574267e-07}
{"commit": "cd5006a409aa2e1a4b2b8eaff0d064f52c3cbaee", "message": "addindex", "proba": 6.816313998569967e-06}
{"commit": "a18e90176a8e2442837d0503fbfd4adb9df0818f", "message": "Explain setPreviewFrameRate and getPreviewFrameRate more clearly.\n", "proba": 1.0898921942725792e-07}
{"commit": "678b760cc4e93eb1fa7b59568a51cb7e31b84771", "message": "fix: crash on the Main page (RejectedExecutionException in Realm)\n\n- fixes https://rink.hockeyapp.net/manage/apps/371755/app_versions/30/crash_reasons/166209124\n- with 8e6386a50b8cf365ce53020b6c6adf02706791e9 PlaceAdapter is no longer limited to 10\n  which made  getDisplayedPlaceIds(..) return hundreds of IDs which we then GET and\n  async store in Realm (who can only queue 100 jobs)\n- we fix this by limiting to NEARBY_PLACES_LIMIT or less\n", "proba": 1.6382655303459615e-06}
{"commit": "36a705e35e1209efa0d584dcc6a72fcb0c32c401", "message": "Map moves with camera.", "proba": 1.2881933741937246e-07}
{"commit": "1b597abf759868a7ec8f6d636599b05876592ad4", "message": "updated slave and presenter\n", "proba": 1.534147457959989e-07}
{"commit": "0baee9ed1cb926d970757019a16996fcc3c1fe38", "message": "BJKST initial implementation without implementation of hash types\n", "proba": 1.9481954893763032e-07}
{"commit": "31372d645baca2b4dfa921761b7c38228e4f0dd6", "message": "added starts with example", "proba": 1.727433556197866e-07}
{"commit": "fbde2820e5c21769e5fa559dad90c95c615a7d11", "message": "JSchOperationTest: updated to use IOChannelReadReply\n\nSigned-off-by: Paul Campbell <2a89b5ebf79dd463091573d53822db80c4a96217@kemitix.net>\n", "proba": 1.1282390488531746e-07}
{"commit": "806662fba82bfbcf6b4e308d8067e5f532743da2", "message": "add testcase", "proba": 2.2016933144186623e-05}
{"commit": "ee30293035169baffb55c39aaba99bf25196f883", "message": "add test for parsing of entry link list\n", "proba": 1.9308326670852693e-07}
{"commit": "230cfb0e3d2f8996434ff0e42ae4535aa6087f14", "message": "Changes new QweryTest to use new Qwery object instead of old (oops)\n", "proba": 1.0700397012897156e-07}
{"commit": "db93d8bc00b6febdfa067a1ba650e1c0d86b9a5f", "message": "median of two sorted arrays\n", "proba": 0.0002884408750105649}
{"commit": "b61e3a46c5e055941b8e8fd023e1fded0fbe2721", "message": "\n\ngit-svn-id: svn+ssh://scm.gforge.inria.fr/svn/concordant/sources/swiftcloud/java/SwiftCloud@403 049c2a90-bdf1-4f83-8191-3719d539f8e0\n", "proba": 2.0233287614246365e-06}
{"commit": "faadbfd6b4c32a0714182a7c6c3ee03b042589a9", "message": "caclulator demo\n", "proba": 2.8221970183039957e-07}
{"commit": "d94593ebc38150b3e1024c386937043198867796", "message": "added testcase for check open test and buttons\n", "proba": 1.6271980030069244e-07}
{"commit": "6e09089f46c689c99390fdd6c45e4034607ebf12", "message": "added CallStatement test cases\n", "proba": 1.3915600050040666e-07}
{"commit": "20de33ef14d679356c1807f0f74f4cb24356ffd6", "message": "move default ACL tests to own class\n", "proba": 1.9637880654954643e-07}
{"commit": "9e3e46409b56eaad8df169ab9795a08c3eeb58ed", "message": "hashed array tree\n", "proba": 1.6232364941970445e-05}
{"commit": "30e65842493adc71aff649f32a45b6a38e83dc2e", "message": "Change access to removeConnection so we can override it.\n\nBug: 18056632\nBug: 18240234\nChange-Id: I4e82051a27f3565e9a854df8b27c35300cdbe2ad\n", "proba": 1.4094640619077836e-06}
{"commit": "f7ba45c050d7f1cb5086d54529b43e097b4d5eb8", "message": "added mock MessagePack class\n", "proba": 1.6398882962675998e-07}
{"commit": "1992d7028aeb8b7b131e315353c388681af8b022", "message": "Use the proper API to get SOAP fault reason texts.\n\ngit-svn-id: d6acb143e251c037dab5ea34394f8439daf45588@1797522 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9981069564819336}
{"commit": "c6f994bf9ba8f28f5fe443e982326a9f3158fef1", "message": "Added Btree solution\n", "proba": 1.360647416959182e-07}
{"commit": "20d9c8db17428066813a0321195c2182d21f8950", "message": "square sub sum completed", "proba": 2.7652968128677458e-06}
{"commit": "be4b08003d8da285422219c32884eee6001c8570", "message": "Parser for microsatellite simulator.", "proba": 1.334442174538708e-07}
{"commit": "f0c0a2f22d6fd86acdd8284d8c3267b26b51c4ef", "message": "Created TestUtil and clone(User) method\n", "proba": 2.8613743552341475e-07}
{"commit": "459bba49bf3202d8861af2a6cc31b377d0d0eae1", "message": "Added a drive command.", "proba": 1.310877593141413e-07}
{"commit": "070b4d602a86e42920b47af41f0dce1d56584cf6", "message": "add configuration for tasks\n", "proba": 1.3023509382037446e-06}
{"commit": "800821f49a0e18b02ca53686978e8419aa2b2fd8", "message": "Remove Duplicates from Sorted Array\n", "proba": 5.181490791983379e-07}
{"commit": "1e7d87e9e5e8bf96e52ec677129fa2af8da24508", "message": "This test demonstrates that Guice falls over itself while trying to load the bytecode for a class it generated itself. \n\nWe should be using the constructor of bound class, not the enhanced class, to find the line numbers.\n\nWe might also want to make LineNumber resolution more fault-tolerant.\n\ngit-svn-id: a07a1a164594100514fdb7f412596248585978e1@442 d779f126-a31b-0410-b53b-1d3aecad763e\n", "proba": 5.277977834339254e-06}
{"commit": "1f8d3f119e7739068a43b79d785548ee9334d8bc", "message": "Add unit tests for Ex ranges\n\nAdds tests for ranges in Ex commands. Almost every kind of range has\nbasic tests, except the following are still totally untested:\n    - \\/, \\?, \\&\n    - register ranges\n    - syntax errors in ranges\n", "proba": 0.0017135734669864178}
{"commit": "f265f29e6eb694b3b3abaaec65b01072b8755498", "message": "added unit test for SessionUtils\n", "proba": 1.7580150313278864e-07}
{"commit": "4460a085a78c15a6507e8498de40f22d912b65ff", "message": "Test provide port rule.\n", "proba": 1.5127427843708574e-07}
{"commit": "ba3d80324fe48530d34c815094c2965b53e13ca9", "message": "Fixes #9\n", "proba": 2.2326734949729143e-07}
{"commit": "9c37a2887bba768683192f28be7109d7ee9524eb", "message": "Created MixError.\n", "proba": 1.4966309436204028e-07}
{"commit": "26498d5c54f9bbd35c476970de286475cd67535a", "message": "idref\n", "proba": 2.9491693567251787e-06}
{"commit": "01093d17e9df1c60fde8888ffaaaf9202392378e", "message": "Dao for Volunteer\n", "proba": 1.578360695475567e-07}
{"commit": "4af9e1e011831eda903515cc86c4d415ff1ec3e2", "message": "Add FileFilers.isDirectory()\n", "proba": 4.3693194129446056e-07}
{"commit": "0b82a162294a864b314cb202451fc921e48be3fa", "message": "Add Swagger Configuration.\n", "proba": 1.4749461740848346e-07}
{"commit": "cac08d90139ab49f3a6f7b3dc6e7d607c872209a", "message": "Add more detailed logging in WebDAV PROPFIND controller\n", "proba": 1.3690572586710914e-07}
{"commit": "380386ed1dbe5406b0d08e3b0040a9b5c592535a", "message": "Fix NB warnings.", "proba": 2.992894110320776e-07}
{"commit": "3216455b802d6d8618bdb0e0a6e0852051983b2f", "message": "\n\u5224\u65ad\u662f\u5426\u4e3a\u5bb9\u5668\nSigned-off-by: ycx <0642e9c758a0dcc2c174a971ca7c1b69fbe70d9f@ccs>", "proba": 1.1774568520195317e-07}
{"commit": "cc711795e2376a362c2b49c05dd7eedb08ac06c9", "message": "[RenderScript] L2 BLAS, fix element type in ZHER\n\nChange-Id: I99f9f9ff8942522d6581ff60b9a2d75e33e66ff6\n", "proba": 7.937538271107769e-07}
{"commit": "40965116cac164ce09fe6e2205025acd09d23a76", "message": "525 : \u4e8c\u5ea6\u5bdd\u306e\u5b63\u7bc0\n", "proba": 2.2580762504276208e-07}
{"commit": "71b416d937981419521ee1e645c2d3f9b0034638", "message": "Properly set size of hash map to avoid resizing.", "proba": 1.441008521396725e-07}
{"commit": "14b9e9fe9e68a1d8994531ced3632b94ea65b6b5", "message": "Fix for Bug 21510 - call timeout when using SAAJ\n\nNotes:\nSOAPConnectionImpl exposes timeout. So you can typecast SOAPConnection to SOAPConnectionImpl and use the set/get timeout methods.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@256379 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.5161657529461081e-06}
{"commit": "c419fbb17972117b33d02cfa74c852c14982f884", "message": "updated this to handle dependent errors\n\ngit-svn-id: 6ee47c8665bf46900d9baa0afb711c5b4a0eafac@197 e2bb083e-7f23-0410-b3a8-8253ac9ef6d8\n", "proba": 7.534256951657881e-07}
{"commit": "a83311f2da3d6c37a87a4101859ca26fa18372c9", "message": "Create Encoder wrapper class & constructors\n", "proba": 2.0424293722953735e-07}
{"commit": "d40d1bdee74e22d4d711be11df10da8628a7c679", "message": "Create PswDialogNotes.java", "proba": 3.313808463190071e-07}
{"commit": "1f0b1c55ed0468db755d25267e12dad02c76bf3e", "message": "fix regression on rotate\nPR:\nObtained from:\nSubmitted by:\nReviewed by:\n\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@199140 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.0634595304945833e-07}
{"commit": "0650dc3c4d606b0a5901dd57cb3aef185e4df735", "message": "Leaves same level check completed", "proba": 1.5535377428932406e-07}
{"commit": "b14379d708f4c8937cefcbbac92be73b5d3a7a78", "message": "Moved Hamcrest matchers functionality into it's own class to break dependencies\n", "proba": 1.3673792409463204e-07}
{"commit": "9527564642e4d2a034c5a4140b2fdc691755ac6a", "message": "Add easing color object", "proba": 2.8403188480297104e-05}
{"commit": "6fb3f00d128f931552ba8ee35b0cdce330855cae", "message": "added new interface\n\nfor custom render implementations", "proba": 1.8317963679237437e-07}
{"commit": "0732152b2fb79a9ac5d1359d655e68f19a8998a6", "message": "representation of a Stop\n", "proba": 0.9982024431228638}
{"commit": "9ebc6259b53ffb6a70acfc74cbaf7765811fc154", "message": "Cleaned up bit.ly", "proba": 4.0936424738902133e-07}
{"commit": "c5944318d0b09203d3d182e9deb5057deb6e90b6", "message": "debug\n", "proba": 1.5664004422433209e-06}
{"commit": "976c4c360fbb08b4a23c84317325911a6d0e970f", "message": "*GeneralCommands: Fixed Syntax-Error\n", "proba": 3.5337023973625037e-07}
{"commit": "39b4a0c34820f849d0884f8127ddea51cb3c3534", "message": "*Utility: Improved multiple methods\n", "proba": 1.4622111166318064e-07}
{"commit": "463f91364193ea29553c20e43177449029c79594", "message": "\u8868\u8fbe\u5f0freplace\u903b\u8f91bug fix\n", "proba": 2.437551529510529e-07}
{"commit": "7b32133acf8eb3b9355ee70bdbf0cf7af2e8bcae", "message": "Fix CodegenUtil.getJavaBeanName() for surrogates\n\nCC #2067, #5512, @tombentley.\n", "proba": 1.0925167259756563e-07}
{"commit": "3f364d1933642ecdc6e6ac9437a198b4c1051524", "message": "Add package-info.java file.\n", "proba": 1.3353192684917303e-07}
{"commit": "19eb2aa116e96568adb6ddfc6f556bafaedd63ad", "message": "[ADD] unit test M/R + ISPN\n", "proba": 6.768920570721093e-07}
{"commit": "b5aac4bfe7bc082355673704b400d5e15b81121e", "message": "feat(MEDIUM): add _91_numDecodings\n", "proba": 0.000993287074379623}
{"commit": "2083f273d529b659ea518ef8334adfde4ead4d21", "message": "Fix license header for unit test.\n\ngit-svn-id: ac804e38dcddf5e42ac850d29d9218b7df6087b7@497448 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.962033588322811e-05}
{"commit": "a83e5f62ba78333f387ad317c8248a2df26d4e09", "message": "Create TestKonashiWriteCharacteristicAction\n", "proba": 2.6175388256888255e-07}
{"commit": "b914fc4ba4aaaaea4f8c45a035ed5b486e7d8fd0", "message": "Tweaking\n", "proba": 1.0222476021226612e-06}
{"commit": "d3715177a9f17607db7d837c571fa42a59776645", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "b59a5438c7ef902388878bfb0a4063a3dacc0c9c", "message": "Slice block iterator added", "proba": 4.267208737473993e-07}
{"commit": "5edb38caec0faa256ea89618b33b6a1d22dbcce1", "message": "Initial commit.", "proba": 1.9319949728924257e-07}
{"commit": "bf12c99331eba4c15ef49a4cb5797cd0f4996ce1", "message": "start and shutdown server are public", "proba": 2.271374057727371e-07}
{"commit": "ca741cf82ca8b962020ee04fe2fe53df3e6f97a5", "message": "rotate with primary mouse button, translate with secondary\n", "proba": 6.761494546481117e-07}
{"commit": "f1c5aae536774fe82403c2e0ec36692558c73142", "message": "don't show any text by default\n", "proba": 1.4107685046838014e-06}
{"commit": "67562a1f0885285c3214ec6af82b845fa6d566fa", "message": "Adding TCPMasterTest example\n", "proba": 2.0375500753289089e-07}
{"commit": "13e2e6e576352f4e8c6ecfb1786f92341d076cc2", "message": "Fix error when getPostsById is called without ids\n", "proba": 3.991359790234128e-06}
{"commit": "7e1cae31bbae6d3d88addf3efdd987fe7e9de771", "message": "MONDRIAN: Rename InvalidHierarchy.java to InvalidHierarchyException.java, part I.\n\n[git-p4: depot-paths = \"//open/mondrian/\": change = 8640]\n", "proba": 2.1802134142490104e-07}
{"commit": "8169b159895f5f727287f6dff351e61569d03f48", "message": "added quick cut of a range expression\n\n\ngit-svn-id: aa43ce4553b005588bb3cc6c16966320b011facb@37 a5544e8c-8a19-0410-ba12-f9af4593a198\n", "proba": 1.5250465139615699e-06}
{"commit": "6272da4374caa5f7af3bccfbe09fe6ab6ba167e8", "message": "- missing SimpleCharStream\n\ngit-svn-id: 9643e93313b82f5e4da82d8413267a0daa4b5472@1807 2cd91b7d-3b21-0410-a5f4-f42db4f24360\n", "proba": 6.830258826084901e-06}
{"commit": "253ac2b6049fe1af6ec0cb741978fdfa9733a1da", "message": "Replaces Integer fields for PageInfo type. OSGP/Platform#163\n", "proba": 1.5922562113246386e-07}
{"commit": "e988a57662741bab7026cb69dd429f20002ecd02", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "21a1c2bff1c652937221268ca4e0f4e5f6636529", "message": "initial import\n", "proba": 6.214378913682594e-07}
{"commit": "09daa65d308fdfa29924ce0746915db9e56faad7", "message": "Fixed an initialization error.\n", "proba": 3.052674628634122e-07}
{"commit": "4347bb5bcad8df9582d521c360184a00e6c09ddd", "message": "hello world example with the console connector", "proba": 4.457334398466628e-06}
{"commit": "de7df59ef90659c37403c894872cc8e73e228a9a", "message": "finished unit test for RepositoryService\n", "proba": 2.2638397467744653e-07}
{"commit": "a6f8d18354aa1aa11ca4fe4289f6cf62ee3bdf74", "message": "simplified task method structure\n", "proba": 0.0003785130684264004}
{"commit": "1bfdfbd652747c5fa4c135aceb510d2a517d660d", "message": "Added Security Config back into framework.\n", "proba": 1.0893518265220337e-07}
{"commit": "507c87b1fc8aa9d4871c02defe726a368eb005e5", "message": "Add XML metadata to exported zip archive\n", "proba": 3.7962178112138645e-07}
{"commit": "752605e51ec03653a08b345576316bede309c8b1", "message": "Decode file names with possible non-ascii characters used as the source name", "proba": 2.247912107122829e-06}
{"commit": "709ef87d358d822fc4826d90a4dbf7bb99cbc7ad", "message": "The last small bit to get PTZ working with RDV-GridAuth", "proba": 1.1347187722776653e-07}
{"commit": "53a29dc0dd286900bebd801f35e7c8178ef710bf", "message": "Testing diff in commit email.\n\n\ngit-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@2092 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 0.0004616056685335934}
{"commit": "58a0b37548368322b935d408d3989b0e218b62cc", "message": "only set an explicit name when no other name was set. Solves some problems with frames\n\ngit-svn-id: 6d6ade8e88b1292e17cba3559b7335a947e495e0@467153 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00017724097415339202}
{"commit": "379116620f17b417365d7c7221b2aefa10769678", "message": "\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u043f\u043e\u0434 \u041c\u0430\u043d\u044b\u043b\u043e\u0432\u044b\u043c, \u0442\u0435\u0441\u0442\u044b \u043f\u0440\u043e\u043f\u0443\u0441\u043a\u0430\u0442\u044c\u0441\u044f \u043d\u0435 \u0434\u043e\u043b\u0436\u043d\u044b\n", "proba": 9.432829983779811e-07}
{"commit": "9f33e4b2c97b8511909ddbcbd6456c1d0f687b60", "message": "fix failing tests\n", "proba": 3.2594114145467756e-06}
{"commit": "edb6409d3c167e57c2ad8aad9044bf4425a55017", "message": "moving test(pass)\n", "proba": 9.918904879668844e-07}
{"commit": "769d8c91bc4d7d1e533d6fc15217f1f70814df5e", "message": "xtea service:try to fix query again\n", "proba": 6.246981229196535e-06}
{"commit": "ef849a5463b6e3b5cb98842e40ea9cf310812f24", "message": "\u041f\u043e\u0438\u0441\u043a \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432\n", "proba": 8.196863063858473e-07}
{"commit": "1ff368465d3df4e2ced7fa87b87faa4303ceaeee", "message": "KUDU-1402. Ensure session.flush() returns an empty list\n\nAdds a test to ensure that calls to session.flush() returns an empty list\n\nChange-Id: I410791061d2e193d6ede64bdc5fceb19502a802e\nReviewed-on: http://gerrit.cloudera.org:8080/6061\nTested-by: Kudu Jenkins\nReviewed-by: Jean-Daniel Cryans <4bf4c125525b8623ac45dfd7774cbf531df19085@apache.org>\n", "proba": 1.3251783457235433e-06}
{"commit": "78e71c41671e0a0d76ed98a067ea94b286f4072a", "message": "Fisher exact makes a return.  Seems to be working properly.  Current tagged as a work in progress.  Needs to take the filtered context to be truly correct.\n\ngit-svn-id: 4561c0a8f080806b19201efb9525134c00b76d40@4561 348d0f76-0448-11de-a6fe-93d51630548a\n", "proba": 2.5289016321039526e-06}
{"commit": "5199d5d7df60c23b85d904bb99a76f1a10b90452", "message": "SLING-98 Add PathResolver interface\n\ngit-svn-id: c3eb811ccca381e673aa62a65336ec26649ed58c@594383 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.1829805518791545e-07}
{"commit": "8955f30160bbb0181364631e619d087bd395308b", "message": ":art: #135\n", "proba": 2.005570678420554e-07}
{"commit": "733e9106dde112c97aab25b8f24e142291176357", "message": "INTERLOK-657 #comment Change the object name to use a lower case 't' for the type to be consistent to the other adapter component object name.\n", "proba": 1.978922199441513e-07}
{"commit": "b521746f7e10c67b99c7e2e631edc405fc5f745c", "message": "Removed unused import.", "proba": 1.2888077094430628e-07}
{"commit": "e3beb74785dd56dad394b1ba5742f43c408f33d7", "message": "add IntentUtil\n", "proba": 6.917562132002786e-07}
{"commit": "0fe1593d9532cdd23b9f624dcb1e499fd603f798", "message": "adding the possibility to log syn and nonsyn conditional/unconditional counts to DnDsLogger", "proba": 2.9000995027672616e-07}
{"commit": "8f1ef02d8dffa32bd2be7e6e72f9db77259f8cd6", "message": "commit 2 ", "proba": 6.354169386213471e-07}
{"commit": "dafb690ae5d8e0937808f4cbe5d97a185ab50eba", "message": "https://www.acmicpc.net/problem/11050\n", "proba": 2.8538690344248607e-07}
{"commit": "56053bfe419463e56906d6b3b7ff1c8bf035842a", "message": "https://www.acmicpc.net/problem/11720\n", "proba": 2.698049001992331e-07}
{"commit": "5b3c4d7e998969650cc1e4542510dd05c27da36c", "message": "Create Controller.java", "proba": 2.1165892576391343e-06}
{"commit": "549c276a74662b5ec41c1b3b25ead2cebe7a5509", "message": "am 98da68dd: am 85a0867a: am d851a8a6: Merge \"QS: Move flashlight tile before location tile.\" into lmp-dev\n\n* commit '98da68dd1c6a5ed19844b7280f8e79db44f7da3e':\n  QS: Move flashlight tile before location tile.\n", "proba": 3.9326559431174246e-07}
{"commit": "8eef1b134640dc69d16bc53c3189131596c7b1af", "message": "Initial checkin\n\n\ngit-svn-id: 036f06d8526d2d198eab1b7c5596fd12295db076@352 b35dd754-fafc-0310-a699-88a17e54d16e\n", "proba": 5.890246939088684e-07}
{"commit": "4e7000519cbec0a97c00dd833e28f9604443dc11", "message": "am 0fcc2a00: am 232d417a: am 2e9ca0aa: Merge \"Fix crash in TranserPipe.\" into lmp-dev\n\n* commit '0fcc2a004277f2cbfe4c7a3ea8f24d69a07f4da3':\n  Fix crash in TranserPipe.\n", "proba": 1.6466380259316793e-07}
{"commit": "d41033ee149aac46bc015be08caaf24c22b78f10", "message": "added twitter table to database manual removed twitter entity\n\n", "proba": 3.791123788232653e-07}
{"commit": "54d8cdd533238dcaef8c42f184cef3396d3d247c", "message": "Delete NoteAdapter.java", "proba": 6.63369462472474e-07}
{"commit": "6ca1169839173dbf64ea36ad9f70d2e47557c795", "message": "Added IBooleanFunction", "proba": 4.270054319022165e-07}
{"commit": "fd5b441d4b06dd32b929b51805a516e60f8146c0", "message": "Remove Mage from NoPlayer types.\n", "proba": 1.167799226209354e-07}
{"commit": "d0c17ac39fff0d23f265aac3abef31c4ef98200b", "message": "added DataManager for save to shared preferences\n", "proba": 1.548827555097887e-07}
{"commit": "f7a77789cc5f56676cc5db79beba5092ed2098af", "message": "1.\u9489\u9489\u901a\u77e5\u9519\u8bef\u65e5\u5fd7\u8bb0\u5f55\n", "proba": 1.5083016080552625e-07}
{"commit": "65642e57b1d841263487757b911e6dea3a3feb9f", "message": "Answer chap.3-23\n", "proba": 0.9993481040000916}
{"commit": "b629b037087b9a9fdea67986ac203ed6b2f5e01d", "message": "formatting\n", "proba": 1.1576831639104057e-05}
{"commit": "6d21b125b917357502f4f6c2eb8c47849138737f", "message": "am 83ee4429: am 7bce23f7: am aee03bb1: am 49c06150: Merge \"Remove duplicate call disconnect codes.\"\n\n* commit '83ee4429f13896c82f3f29c8164888f1f6fe8309':\n  Remove duplicate call disconnect codes.\n", "proba": 1.3546630839300633e-07}
{"commit": "ec071cd8d715c773ba93a19ddc1cc7d6383ed11f", "message": "reduced repeated appending of forward slash to URL if none", "proba": 1.8630593331181444e-05}
{"commit": "ded315d2cb264c86dbb54acd4ed8c693dd105ae3", "message": "added error handling\n", "proba": 2.748362817328598e-07}
{"commit": "5cd712fdd54ccce9f426524e92ba9729f928c250", "message": "add sample lambda expression\n", "proba": 3.6595122310245642e-06}
{"commit": "ab9756a55f9edc630827c9fd37d8b0b911e1e559", "message": "new algo\n", "proba": 4.185969373793341e-06}
{"commit": "196e3fc93f8eed788f1b32a1505d18f42669e575", "message": "Added delta time handling class\n", "proba": 1.549838231085232e-07}
{"commit": "d9e41fdc80cbcbf65844b27d336a8d9141f9fce5", "message": "Add AbstractThunk\n", "proba": 5.859186558154761e-07}
{"commit": "ba7f8cf2209056c5d120620c9a718e8f3036cba9", "message": "Temporary change", "proba": 9.641432825446827e-07}
{"commit": "a0b32b80ff8ba9219d1dd316878c85e3be8870e2", "message": "Add EnumHelper class\n", "proba": 3.758766524697421e-07}
{"commit": "28b587b80f4cd6097f73c29479302d87d5913bbd", "message": "constants for lookup in the RMI Registry\n", "proba": 1.7688655873371317e-07}
{"commit": "82f8ecddf135faedf4689af67417d7b0677ffbb0", "message": "Add unit test for VariableMapper entry removal\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1502514 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.8113046230137115e-07}
{"commit": "10cc120f2c907ae54fdf467bd3113bd9c4b39fd6", "message": "Clean up code.\n\nWhy are 95% of the classes in this file fully-qualified?  Doesn't make for particularly readable code...\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@245944 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.239071859046817e-05}
{"commit": "a8ca19336628973ea721187f339ad2f29f3b83a3", "message": "\"PATCH: WSDDService.java\" from \"Douglas Bitting\" <Douglas.Bitting@agile.com>\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@254869 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.022879794429173e-07}
{"commit": "8ae705dbdea54903d4608ead27ce6c5a331b3f39", "message": "Create ActivityTypes.java\n\nNew enum for the types of activities", "proba": 2.6242048534186324e-07}
{"commit": "347db3de9323ce8b1c22574da4fe05e58f4afb11", "message": "add example for solving allsat-queries.\n", "proba": 4.0107218524099153e-07}
{"commit": "4e3762ae1c3c3a287c4059e1d21141ce0a304ddf", "message": "am 9feb839b: Merge \"Fix disconnect log printf in ConnectionService.\" into lmp-dev\n\n* commit '9feb839b7d77654dc7598b5c2f85aaa06be81e9d':\n  Fix disconnect log printf in ConnectionService.\n", "proba": 2.0614108109384688e-07}
{"commit": "3b53c921f6ac63fa331690ace57d722f7169c206", "message": "Fixed some commands\n", "proba": 1.1463300324976444e-05}
{"commit": "ba97fee21660ab704437171c9d8a3f922f65465c", "message": "Contiguous Update\n", "proba": 0.00039840867975726724}
{"commit": "50daed63127cfd2b730106517269400e7eda5c23", "message": "Create H-Index_II.java", "proba": 5.30497982254019e-06}
{"commit": "bf73639cec6e56e3207631607376d1335b036f8f", "message": "Create load.java", "proba": 2.296116235811496e-06}
{"commit": "ebfb5f42623b5a40a49540d06739afd0fcebda60", "message": "Create ImageCache.java", "proba": 1.1662982615234796e-06}
{"commit": "07be5945019e857e831781226dae779afaa91c3d", "message": "wrap up Sunday afternoon\n", "proba": 1.6941977492024307e-06}
{"commit": "e933fb83387a08a025628212c8cffc122b79ea8b", "message": "..utility.channel: general purpouse class for handler that uses adapted data.\n", "proba": 1.0510618864145727e-07}
{"commit": "a59fe6e2a900e12038e95431c833726dae73cc25", "message": "Throw exception if initialization fails.\n", "proba": 1.5484569360069145e-07}
{"commit": "b733f0ec2cdedffa9978c4d0216397559fe80321", "message": "Missing methods.\n\ngit-svn-id: bd781a9493159d57baabeab2b59de614917f0f5c@1606178 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9998981952667236}
{"commit": "3da97c9e1b7bdedc9ee4a5083cb6e864c6fd15b5", "message": "invoke superclass method to propogate atom removal event up to SpeciesMaster\n", "proba": 1.559389062322225e-07}
{"commit": "9bd1e72efd13e38b04d2bd96e8943f28b3620e41", "message": "Update Jaccard", "proba": 9.439642667530279e-07}
{"commit": "c92ec30f73ada2a4ae077cf378e3f1f1762d68b9", "message": "Re-implement CommandManager.onSentMessage()", "proba": 3.338865894875198e-07}
{"commit": "802fc3dd9cee77bfaa957ed4f485a9abb93d374b", "message": "Create DesktopLauncher.java", "proba": 1.067098196472216e-06}
{"commit": "8d64ae52fbcfdc033577783fadc2aed03f487f6d", "message": "inicio", "proba": 1.5984330730134388e-06}
{"commit": "172175fea9f2c1d2967b53944e33b2f03c021875", "message": "am 05f1f0ec: am 555b07df: am 2c64b539: am 596532d9: Properly initialize recognition service if the recognizer component changed.\n\n* commit '05f1f0ece8f39e77c96825fb2e3451ebd388adad':\n  Properly initialize recognition service if the recognizer component changed.\n", "proba": 2.3328878739903303e-07}
{"commit": "ce863c6fe13e21ccf746c47f56d40e340c1a4fc3", "message": "am 096d3843: am 3ec14d9c: am 9b76b2d2: Merge \"framework:base: iterator error in singletone provider\"\n\n* commit '096d3843994dfef99a2670c38d72c31e96cdad74':\n  framework:base: iterator error in singletone provider\n", "proba": 3.29638112361863e-07}
{"commit": "5c4b5eded672ab4ab93729d373faedcee2021a51", "message": "am 6a58309e: Merge \"[ActivityManager] Prevent coredump file may not complete for testing.\"\n\n* commit '6a58309e734086a21580dd8d9175ac1817ca3ab2':\n  [ActivityManager] Prevent coredump file may not complete for testing.\n", "proba": 2.2867492077693896e-07}
{"commit": "2d142bfe3054ed44a0f0e9285eade9f867f8ee0d", "message": "am 34365d35: am c4422b05: am 480d6eb9: Merge \"Fix negative inactiveTime on creating a new user\" into mnc-dev\n\n* commit '34365d357185acf0df22ebc07dc37410c433841b':\n  Fix negative inactiveTime on creating a new user\n", "proba": 5.519734713743674e-07}
{"commit": "320dad5fd72eae9627661218edfab98d98250c9f", "message": "Adding implemenation for 919 Complete BinaryTree insertion mechanism\nusing two methods: 1.Using Deque 2.Using simple BFS traversal.", "proba": 4.1796639038693684e-07}
{"commit": "fdaca31a81a88563371c7685d5bb96a67fa35432", "message": "SPLEVO-308 Consolidation Wizard: Package Scope Definition Page: Label\nprovider for packages.", "proba": 9.63464259484681e-08}
{"commit": "4fdfb675713f877b08311d0457241421b6f18bfa", "message": "am 14eb3701: Merge \"Sync up state with supplicant at start\"\n\n* commit '14eb3701c2424b9cc22b9776d656a3f1ce1ed795':\n  Sync up state with supplicant at start\n", "proba": 4.2341949324509187e-07}
{"commit": "e9868c1ba05b6b8d3be94df1e5cbd0a5d016b0a7", "message": "Ignore outstanding delayed shutdown on restart\n\nThis was causing us to go disabled when we shouldn't\nso the API being tested in the CTS would fail.  Bug\nis timing dependent and hard to repro.\n\nbug:9067887\nChange-Id: I70b813bf826988d859cc29201242238f18dcf2e6\n", "proba": 2.0576318604526023e-07}
{"commit": "45096c7ab1fbdbd8fecf9037f5e5278ba13671a9", "message": "https://www.acmicpc.net/problem/11238\n", "proba": 2.9450697525135183e-07}
{"commit": "22ce456cfa675f8f9330a9aebabfcded50d032ab", "message": "https://www.acmicpc.net/problem/13199\n", "proba": 2.572425046309945e-07}
{"commit": "0ad776f63c5a3ba6f5c1bff98249901fedccd4dd", "message": "https://www.acmicpc.net/problem/13701\n", "proba": 2.969569834476715e-07}
{"commit": "8ef3d91c823893faa88152f009164ea286da5473", "message": "Initial Commit\n\n- Setup for Extra Credit\n", "proba": 1.1848756287236029e-07}
{"commit": "715d9a1e520be6ea30b8faeed7f991bcfbeaacf6", "message": "Unit test: MultiProtocolCapabilityHandler\n\nfrom 19.5% to 100% test coverage\n\nChange-Id: I3b7ff5e31ef2c2bd33561366902f3d87fc40e531\nSigned-off-by: Iveta Halanova <0950ce131f5e0c74764fc3d4ff6bee2da4b8acf3@pantheon.sk>\n", "proba": 1.3221571748545102e-07}
{"commit": "70d278d1834a7ac445f1b25bfafb9fe847aea415", "message": "[105907] Exception from task scanning job (closed project)\n", "proba": 1.1464970839369926e-07}
{"commit": "0719b7a1fde02234acb2b9e0352a7bac153bd6ab", "message": "Added bean for managing package information which should be included in the result package\n", "proba": 1.3256797615213145e-07}
{"commit": "99a11713eda293b3af4db11a1d7703c69a09bacd", "message": "Evict all caches when reindexing\n", "proba": 2.5503379674773896e-07}
{"commit": "215c2b62c521ce5e25171514c56cfca4086dd71f", "message": "Use ARQ parser for SPARQL updates to avoid stack overflows.\n", "proba": 1.0850841647425113e-07}
{"commit": "e59d34b865a1d3b518f5ca16d34527936143836b", "message": "Add DataSource class\n", "proba": 2.389149358350551e-07}
{"commit": "c1da19312898208bee3aef90f4a0ec9f635c3824", "message": "Fixing the initial weights retrieval not having 1 in the bias slot issue\n", "proba": 1.553554085376163e-07}
{"commit": "101bc6591387930582d5134649ee293b7c1731e7", "message": "PV data structure\n", "proba": 5.339609856491734e-07}
{"commit": "1a3cff29bc80d20c883a3bdf42b0980bee4d4ebb", "message": "* new DnsDetector\n\n", "proba": 1.6280377224120457e-07}
{"commit": "226d1bacd0f295923a69f1d57885abeb78d1a2d1", "message": "Add unit tests to TenantInfoMapperByDerby class (#9549)\n\n", "proba": 1.064892600766143e-07}
{"commit": "8d2697fd774118c80172b76e53fcceb100794927", "message": "renamed NifiEventStatisticsRepository\n", "proba": 3.845129867841024e-07}
{"commit": "6626f0bd284c1939d92e4a47d58b8520021afe9f", "message": "new file:   src/main/java/es/upm/fi/dia/oeg/map4rdf/server/util/RDFModelProcessor.java\n", "proba": 1.5359158851424581e-06}
{"commit": "9fe3fbe986db0796b84733c04553092f46d3fe95", "message": "encoding problem\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@4879 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 0.00011203403118997812}
{"commit": "d6c0fdf0370d54abe577a5cab040602f61ca5305", "message": "rename to config", "proba": 0.9990565180778503}
{"commit": "70ff5f205bf11df9d52267efbb8d4437faba4ac0", "message": "KCIRB-505  \n", "proba": 4.079620055108535e-07}
{"commit": "a9cc946c61e05ae01516cf244a5dd89bb51d708d", "message": "fix clear() and clean up", "proba": 6.048510385880945e-07}
{"commit": "c101974bee8c6855cb862e7d9ba61b071c32b6d8", "message": "Add solution for Longest Palindromic Substring Problem #5\nhttps://leetcode.com/problems/longest-palindromic-substring/description/\n", "proba": 6.541978109453339e-06}
{"commit": "2f7ee5eac8d4ed32a4dbb7b2de26cda1e1c53371", "message": "Leetcode 77 Combinations\n", "proba": 6.577577664756973e-07}
{"commit": "d2ec62267eecf697df6d8e1c96abc69173056bd5", "message": "Changed the start titles for minigames\n", "proba": 2.3934958903737424e-07}
{"commit": "6868d84c0519138a768ad25de747ba720096dd85", "message": "+QueryResult: Added getters for Location & CraftoPlayer\n", "proba": 1.2531501170087722e-07}
{"commit": "cda7b86c63e2ffdab6148c5f74beff9c5b0bd70a", "message": "+QueryResult: Added getGeneratedKeys()\n", "proba": 1.2823906558878662e-07}
{"commit": "0437bc1f1dcd7a2ac574fb4ae12c60794402f014", "message": "Public vs private access\n\nhttp://ideone.com/R9KHmx", "proba": 1.3356159911381837e-07}
{"commit": "57dff72945860e00a613a87b76ac104a1a1a8181", "message": "[103634] Enable searching for Task Tags break TODO lists.\n", "proba": 1.0648154358250395e-07}
{"commit": "882e3cdab45e234721b3ae58ef42823016d1cbcb", "message": "GtkSeparatorToolItemLibrary\n", "proba": 6.237071374926018e-07}
{"commit": "242617b39da134fe484de1238e1d986754feadaa", "message": "Resolve Teamscale finding", "proba": 1.7094701831865677e-07}
{"commit": "722c9fa5858c309fcacb87ec8d39a2b6bc02bbc6", "message": "Test Iceberg and Hive table compatibility\n", "proba": 1.3855030545073532e-07}
{"commit": "c5fe70534e8a2a408289073167240c3aad775b41", "message": "Submit forms from the workflow definition list\n\ngit-svn-id: 1c82bc4e97d5879a855e7998e1dfaac1aa12a0d4@17561 dd7b0c16-3c94-4492-92de-414b6a06f0b1\n", "proba": 4.4002649701724295e-06}
{"commit": "d2ab18018023bdb6a8f700f5080c23f77cc03566", "message": "added to contain shared operations\n\n\nSVN-Revision: 4960\n", "proba": 1.295504006293413e-07}
{"commit": "87995912fe629c86f215472c9961807ffb985eee", "message": "Added HTML tags", "proba": 1.4631316958002571e-07}
{"commit": "f1081e1e9ee64dfe81b166d0e69f7e42a43bb46a", "message": "minus \ud568\uc218 \ucd94\uac00\n", "proba": 2.2903643184690736e-05}
{"commit": "49d927445d82c6d3e71f894487f50baec5da7d6d", "message": "Add Selenium Support to populate DB", "proba": 2.438455908304604e-07}
{"commit": "27cfd1509ff710039b20db673a8ec9c1a8672116", "message": "common operations for api clients\n", "proba": 1.521561330264376e-07}
{"commit": "6866b9b6088f0e5bd3380138b7d48610c91c3c11", "message": "hsqldb\n", "proba": 4.271392754162662e-06}
{"commit": "8ce812f1693000e770c5f61ad8cd7fdbbfb9f2f6", "message": "add ContainerFolder to content provider instead of compacting entries.\n", "proba": 1.093302586241407e-07}
{"commit": "493d2115cc990b46b501fb8af442537d57b76142", "message": "[193626] XSD Editor: Cannot add an Element to a Group via the Design View\n", "proba": 1.0297500097067314e-07}
{"commit": "17ec13c3af5e3a1218ee65a600ab8fd91bb9e98e", "message": "Added Manager to keep track of resources for a given document.\n\n\ngit-svn-id: f6f45834fccde298d83fbef5743c9fd7982a26a3@40810 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00038607025635428727}
{"commit": "7bd3666c9a26f3376361ac8545c05a209dad118b", "message": "Added ability to set math context\n", "proba": 2.430432459732401e-07}
{"commit": "2a77878394915ce04d3e42935fdb34abb5119a04", "message": "In the registration action, normalize the user object if present to ensure the email address gets set to lowercase properly.\nAdd X-Forwarded-For header to the loginPing method in the Passport Client.\n", "proba": 2.945524784081499e-07}
{"commit": "d7642d92e25ae25f29cf89f09a237db6697b7105", "message": "license & format\n", "proba": 3.200140099579585e-07}
{"commit": "efe2595c75bb91eef63acf08690b338e4995beb7", "message": "Added CompressionUtil\n", "proba": 2.3287178407827014e-07}
{"commit": "a32b0f0beed9dfd6e6cce4fece0699e7426292af", "message": "\u4e3a\u65b9\u4fbf\u5b9e\u73b0IQueryHandler\u6269\u5c55\u63a5\u53e3\u63d0\u4f9b\u62bd\u8c61\u7c7b\n", "proba": 1.475237354497949e-07}
{"commit": "5c3c503a037d655db38f52eaddaed76679230598", "message": "Added implementation to find min flips required to make a binary\nsequence Monotone Increasing.", "proba": 1.0145434714559087e-07}
{"commit": "10c058aca5adea9b7b876376a34618c6d7de2617", "message": "http broken pipe error\n", "proba": 2.5403056724826456e-07}
{"commit": "27d9454c570996b1dccc57c37a0b7c269753ceb1", "message": "KCINFR-897 removing dead code, & bad dependencies\n", "proba": 1.315192577067137e-07}
{"commit": "ac04494a973243d573d9de6aa1d3ffc0ca562501", "message": "KCIRB-214 Added edit which verifies that the participant count is not zero to custom save. \n", "proba": 9.851070359445657e-08}
{"commit": "04bd8297d97e9947954ce4fa98d3e5f26a010a78", "message": "Merging in ValidatorHandlerImpl from the JAXP 1.3 RI with the following fixes, enhancements and other changes:\n- made the class an implementer of PSVIProvider; PSVI provided by the TypeInfoProvider\n- made the class an implementer of DTDHandler and EntityState to support the xs:ENTITY type\n- made the class an implementer of ValidatorHelper to support SAX input from a Validator\n- made the class an implementer of XMLDocumentHandler; receives events directly from the schema validator rather than going through XNI2SAX\n- delegate all set/getFeature set/getProperty calls to a component manager which supports all features and properties supported by the schema validator\n- if an instance of Attributes2 is passed to startElement store specified/declared in XMLAttributes\n- to provide base URI to LSResourceResolver make ResolutionForwarder implement EntityResolver2\n- if SAXSource is empty and we create a SAXParser attempt to set a security manager if one was installed on the ValidatorHandler\n- performance: avoid creating QName and XMLString objects for each XNI call which takes these parameters\n- performance: avoid symbol table lookups when we know the strings have already been internalized\n- performance: send startPrefixMapping/endPrefixMapping calls directly to the content handler rather than iterating over the NamespaceContext later\n- bug fix: skippedEntity should call the method on the ContentHandler not itself\n- bug fix: startPrefixMapping/endPrefixMapping, prefix and URI must be passed to the SymbolTable\n\n\ngit-svn-id: 21df804813e9d3638e43477f308dd0be51e5f30f@320456 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0022316365502774715}
{"commit": "87b8543ada8c73690c56624ab618cf1464bc5521", "message": "Create 007_QueueWithTwoStacks.java", "proba": 6.744049460394308e-05}
{"commit": "0c512ed920d43851d1c70761b79e9eecfa962613", "message": "java-interface\n", "proba": 9.390614650328644e-06}
{"commit": "c11900703300127fd3edd45df3f898c62012d82c", "message": "Sample rowcount based test case\n", "proba": 3.0612807222496485e-07}
{"commit": "7073709676ebf99dadd25ccf565b28763b4fb666", "message": "spend lots to get familiar with StringBuffer\n", "proba": 1.6323488694069965e-07}
{"commit": "142c403c3345a372ed8f7975599fa24d2a81961c", "message": "JOSHUA-324 Included correct license for OwnerMapTest\n", "proba": 1.1192529569825638e-07}
{"commit": "ff775dba275c05070ae5f89579976412bb63c646", "message": "KCIRB-198 : Add Protocol Summary sub-panel (finish web test)\n", "proba": 9.930738542607287e-08}
{"commit": "29401a69bfdfa400bb393bd60dc50ff41db3c80b", "message": "added page load timeout\n", "proba": 5.643134954880225e-07}
{"commit": "c032380d84218f8e7e3710a686bd3484c2fed3f2", "message": "\u65b0\u589eaaaaaaaa", "proba": 1.227501002176723e-06}
{"commit": "be24aa3dcd5e749fd53092b50d419707b299dfe5", "message": "remove toSet since we convert it to a set anyway\n", "proba": 1.750321274585076e-07}
{"commit": "697a6e88ef329cfae6a6c6b539ecd96cee35c4a5", "message": "Enable GoCompileOnlyTest in Bazel.\n\nPiperOrigin-RevId: 427576072\n", "proba": 3.762180540434201e-07}
{"commit": "1363eceb3d0e525202ff02c0cf262dd9b2b005b7", "message": "Added plane3d test\n", "proba": 1.557653064310216e-07}
{"commit": "9a0a0e6f20972c01ed8c9bf4804b9c6764bcf731", "message": "Add OrganisationUnitOrganisationUnitGroupLinkStore\n", "proba": 1.0906445595537662e-06}
{"commit": "5d9bd279bb4f81585fe5800c114d141d1fd0a48e", "message": "Added tests for HardResetChargingStationRequestedEvent\n", "proba": 1.6897364218948496e-07}
{"commit": "58c06c5a5240c25a858cb66115c72b1ac03dc387", "message": "ive created this replication test in queue, but I can get queue to fail, so I think the issue must be else where\n", "proba": 1.6262283963897062e-07}
{"commit": "b320670c7fd27293e350ca9f4dc731fda1beec99", "message": "fix javadoc warnings", "proba": 2.85884789263946e-06}
{"commit": "853ee6527302c908b23e9c31b54306a27b1a9cdf", "message": "Forgotten test that should have been checked in ages ago, sorry...\n", "proba": 1.1175912106864416e-07}
{"commit": "777f0165ba8bab36a2cfab995b298137deed1496", "message": "Modified Driver to read commands from a local file.\n", "proba": 1.087989645043308e-07}
{"commit": "2939632aa10d7d53c0ad14fc1ebabc564bd45d0a", "message": "removed dead code", "proba": 2.6527450245339423e-05}
{"commit": "7f327dd7c73c8112d90143c5f431785e8873f04b", "message": "Robert Sedgewick  Algorithm Course\n", "proba": 2.4400472398156126e-07}
{"commit": "b54b8ce3dd5a0b09a870901110fb5b3b81149393", "message": "Add JUnit testing for ProviderNetworkManagerImpl.\n\nChange-Id: Ie195e64d2e6f80fea11dee7ea6bfc1d3635567da\nSigned-off-by: Alexis de Talhou\u00ebt <3f85d13b1d0fb141169e8f22f55d7ee87dcd5f00@inocybe.com>\n", "proba": 1.8823745051577134e-07}
{"commit": "147452a7de85636a8efa71d926f790336518f134", "message": "Complete removal of hdf.object", "proba": 6.509005743282614e-07}
{"commit": "f4a8ecaccb64e3a7e9c3d48bcecca3b98e4804fd", "message": "created a test for SubRefNodeTypeStrategy\n", "proba": 1.8628054476721445e-07}
{"commit": "bdc2f7651b5abce46b4aff49bcfdfaf9de7fd145", "message": "added escrow class\n", "proba": 4.874192995885096e-07}
{"commit": "6fb4c30339b5b6ec3de419785a0810cbb59530af", "message": "Set up complete", "proba": 5.987662916595582e-07}
{"commit": "8f89779002171ec27745d4a5e687100d30096271", "message": "Created VOSpace domain objects.\n\ngit-svn-id: 311fcc5b8b03427d323cee07bbb9e5a14d8d22e9@456 728ff76a-78ac-11de-a72b-d90af8dea425\n", "proba": 2.431925167911686e-05}
{"commit": "1a9d53294b86c189353dee1c7bcb56f41e5b1907", "message": "Initial version of test sutie for uml.common plugin", "proba": 1.5035162448384654e-07}
{"commit": "8da0460ae7c720f5390978d23b478b7c41c8b412", "message": "Create vkServerThread.java\n\n- Thread for concurrent server", "proba": 1.5770335437537142e-07}
{"commit": "1703f6d1fdce14544e7db6b83d1bd303f9538448", "message": "Add lazy initialization holder idiom to singleton examples\n", "proba": 1.1417148925829679e-05}
{"commit": "de7e3b9d3ea4f1d72c500cba39769ca9326bc452", "message": "Add unit tests to TenantCapacityMapperByDerby class (#9548)\n\n", "proba": 1.084765486325523e-07}
{"commit": "09cbf8933b4aa799d22fbae07d2ce95fcbcb3f23", "message": "Add unit test for ActionNameValidator\n\nChange-Id: Ib003bb6b359cfa02c144a07b48c9ef51518c277f\nReviewed-on: http://gerrit.dmdirc.com/2451\nAutomatic-Compile: DMDirc Build Manager\nReviewed-by: Chris Smith <711c73f64afdce07b7e38039a96d2224209e9a6c@dmdirc.com>\n", "proba": 1.4192428920978273e-07}
{"commit": "e792bb9e1ef4d9c9257acd6e97bca466511f6d0e", "message": "STREAMS-204 | Removed file with typo in name\n", "proba": 1.195027721223596e-07}
{"commit": "ed55cee4afc7032de72f5b6b990f275c7321a0f4", "message": "Add the draft names to the list of registered names\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1720603 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0002812886086758226}
{"commit": "a601d6680dc02e3b6c77d38828a78160b44fc05c", "message": "[201679] model fix\n", "proba": 1.7122978590577986e-07}
{"commit": "66e298dd70285ab15c2001d473a3ac35ccecfa78", "message": "added license header", "proba": 2.8423576736713585e-07}
{"commit": "93fff8706954eba0badfcd019256cf3adcc5d835", "message": "Added new keyword to handle dynamic name in the upload file with Timestamp and date.\n", "proba": 1.0239644154808047e-07}
{"commit": "4ada39477262c470932984a4cccb4fdde2d5bcec", "message": "added the Connection file\n", "proba": 5.437705112854019e-07}
{"commit": "33c6941e2290499ec995f2b9c22d15b5f33376fc", "message": "[Programar em Java/09-Classe-Scanner.java] Add\n", "proba": 1.344214553000711e-07}
{"commit": "c4b081c67defb6b5fa5e1995fb6f6d07fe844e45", "message": ":white_check_mark: Add silly test for empty exception to get coverage\n", "proba": 2.1885669809762476e-07}
{"commit": "1fc14327fe6c12c97b42cbadeda92eff86fd566a", "message": "\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@4658 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 4.047165873544145e-07}
{"commit": "542585d294c14a688112b54534d7f45255043395", "message": "59 spiral matrix two\n", "proba": 2.8012655661768804e-07}
{"commit": "4f32d7ab31a8dbd60a1c400086056d0e6a60a109", "message": "Initial work on SUBXOR (while learning tries)\n", "proba": 1.1690695345123459e-07}
{"commit": "83b351c83c2a8f7b3f3b6a38b4e8e075defcdc5c", "message": "LDAP-127: Added a setter for the 'critical' field in AbstractFallbackRequestAndResponseControlDirContextProcessor\n", "proba": 5.144463557371637e-07}
{"commit": "dd9e2645fd7f81451025172923cbac535cfface8", "message": "Core: Fixed surrounding port space. #245\n\nThe previous commit broke something for eastern ports.\n\nSigned-off-by: Christoph Daniel Schulze <990d4710b15458e3edaa8601cdf5b44648b4fc61@informatik.uni-kiel.de>", "proba": 1.1512960895743163e-07}
{"commit": "1ee26eb98a68cb716e9c6cb53050dd4f3ce3c205", "message": "SCPC 2017 Online: Parentheses\n", "proba": 1.4528258418522455e-07}
{"commit": "0145e36cad1472acafb492b3f009ca6eba9593ea", "message": "Revert \"Only allow 8 OBBs to be mounted by a UID\"\n\nThis reverts commit 27358a69b33eaa268ee75ef778ec824c8085adcc.\n\nConflicts:\n\n\tservices/java/com/android/server/MountService.java\n\nChange-Id: Ia14be97b4f22e95daba0d191cfc62adf3d1469cd\n", "proba": 3.230661604902707e-06}
{"commit": "60c7721210d327a464fdc95dbbe504e8eb10525c", "message": "am 2a393a99: Merge \"MountService: unlink death notification when unregistering listeners\"\n\n* commit '2a393a99dc9612516dd9efbf74b6b5924d7d608a':\n  MountService: unlink death notification when unregistering listeners\n", "proba": 8.526120609531063e-07}
{"commit": "a94929ba9dc31d5e8dd797c9b48cb830b9276485", "message": "Log DHCP replies that we can't parse.\n\nBug: 19704592\nBug: 20335221\nChange-Id: I73def02a08345bd96f45cb970f9f251e6d5df2db\n", "proba": 2.3662230432819342e-06}
{"commit": "62efcdd1d32fd8527e7b2b8568ff69833dd0f810", "message": "leetcode-010 regular expression matching\n", "proba": 1.5620877320543514e-06}
{"commit": "cb9c4e18f81caa36fd8a08f5f3ff5adecc8b5b17", "message": "modified for additional unit testing\n", "proba": 1.2919112180043157e-07}
{"commit": "9406b491851f6141e4f80a9659ffbad6e9a6aea9", "message": "implement Serializable and Comparator interfaces and hashCode/equals in favor of better extendability and using Entity in OO manner if the user chooses to do so\n", "proba": 1.2694100348653592e-07}
{"commit": "d1a91356bde1de04657b3a6cb731a0dffa3dfe80", "message": "Test HttpResourceModel streaming support check\n", "proba": 2.888859000904631e-07}
{"commit": "31e8a16876c3967663345439ae82facde44e92e4", "message": "Updated StartUI\n", "proba": 2.710743558509421e-07}
{"commit": "5fc26e95b47d6f3a4f0ab1300197cb52795f3167", "message": "LengthOfLastWord\n", "proba": 1.9765957404160872e-05}
{"commit": "79ce057cb8f40f21b4a52350ce29c7904557b016", "message": "Add new figure to display the bits in an integer to be displayed as a series of LEDs.\n", "proba": 1.0744080469748951e-07}
{"commit": "bd340fafad87d3d4aeeebce5c4aa3b5828806cd6", "message": "Added Hello World\n", "proba": 0.00015503453323617578}
{"commit": "04a208ec02cdbb9dce516ba83b92c17e754d5b52", "message": "Added Hello world\n", "proba": 4.01309116568882e-05}
{"commit": "b37de8f735df63fc2c6c4d6eb15c66cba4dff0b9", "message": "Added Hello World\n", "proba": 0.00015503453323617578}
{"commit": "0165a84d3aed493791b683ffa3e87ed0de3498f8", "message": "FLEX-1922 ~ Fixes persistence issue with tech-install-date.\n\n- when a device is saved, there was no check if the tech-install-date was empty, causing the tech-install-date to be deleted\n- a null check has been added, ensuring that the tech-install-date is not cleared\n", "proba": 3.325033617329609e-07}
{"commit": "4af53cae62be696b776731a3949fe26ade949b06", "message": "#1238 Add init BackendTransactionManager().\n", "proba": 1.1404078037458021e-07}
{"commit": "5addba9b0c3ed6571c88a3bf847e0544631e4987", "message": "promoted ShowCaptionInStatusBarInterceptorFactory to the support module\n\ngit-svn-id: 789609e278efc0cd74c84a9bb7abaca0738de801@1548 817809c7-9d0e-0410-b92d-a7ac8b8adc13\n", "proba": 4.519182255080523e-07}
{"commit": "45d97729b60d361c52d24ec2c6e6ad5baffa1e57", "message": "add client stub\n", "proba": 7.400548156510922e-07}
{"commit": "9eeaa0dd14ad44070bf1edc6387928e371ca3fdf", "message": "move\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@6895 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 8.945613672040054e-07}
{"commit": "b1d903e0682ab1ec2597b60784a1ce50b7a51dad", "message": "Added new rules for matching phase\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@12263 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 3.152834722186526e-07}
{"commit": "28a490ddbdac157e5027635b9681d4239981e947", "message": "add NotifyingResponsibilityVerifierBehaviour\n\ngit-svn-id: 1c3b30599278237804f5418c838e2a3e6391d478@269 df8dfae0-ecdd-0310-b8d8-a050f7ac8317\n", "proba": 4.13590527159613e-07}
{"commit": "da6cacd9e6f6629a405c6a1310fc98a9ca1bde8b", "message": "clean up native content adapter\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@1356 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 1.396396555719548e-06}
{"commit": "8847bc089e7ff4a1d7dccd07c96d0e50243dc102", "message": "Atualizacao autom\u00e1tica\n", "proba": 1.5049522517074365e-06}
{"commit": "df1d8c895dd3830df7baead8346a28f44b481b16", "message": "\n\nSigned-off-by: Administrator <Administrator@Eilai-PC>", "proba": 1.2287971173918777e-07}
{"commit": "f962e3c47b72dff7a9225b347eeff157ea2876f1", "message": "Implement usage of Jar files", "proba": 1.5348192619057954e-06}
{"commit": "8ac047b3acb87fada49aa931af1d35ef890b7611", "message": "realize test\n", "proba": 3.3655837796686683e-06}
{"commit": "f1ccfa37549025e9255901040654b013d0fe7554", "message": "Document2: Add deepCopy\n", "proba": 1.8079826986650005e-06}
{"commit": "b262b2eeb127d51e721d44636718f87f30aa94c3", "message": "o wings-integration: MethodCallMacro updated...\n", "proba": 1.0409448236714525e-07}
{"commit": "47709d2dd1bb6706a75eff5e3ddb10839377ae73", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "6e1b0260c819424253af351ea869b448b74b6fca", "message": "Add spark fit from text file + recordreader override with batchsize\n", "proba": 1.5318346413550898e-07}
{"commit": "2ce63e48282e1c6cfc6d849db98beec9f3bf7463", "message": "Added to support COMP-4929 change of AcsComponentClassLoader\n\n\ngit-svn-id: afcf11d89342f630bd950d18a70234a9e277d909@146564 523d945c-050c-4681-91ec-863ad3bb968a\n", "proba": 2.4123329467329313e-07}
{"commit": "47c07591ee0e9ee7525c505238355f82327df8d7", "message": "DFS one queue\n", "proba": 2.7224797349845176e-07}
{"commit": "d95539632270d36841c5cdb97e850b272bbbd397", "message": "Create Array_1.java\n\nAll exersises from http://codingbat.com/java/Array-1 resolved", "proba": 2.700834613733605e-07}
{"commit": "49bcaf6b076ecb8317a2d043bac242b4d168b8e8", "message": "Fixed error with getSectionNames() and getOptionNames() (#4602)\n", "proba": 2.640263403463905e-07}
{"commit": "40ada13406111a0722bf36c99e46dc3d7782884d", "message": "[154475] JSP debugger doesn't work for oc4j\n", "proba": 2.404821657364664e-07}
{"commit": "710e4d4c8ad0252956d0a7d35a69cdb7dd8b00d4", "message": "[no bug] property table should expand to use all available space\n", "proba": 2.9952099112051656e-07}
{"commit": "efeb4198afd10764f5f5b2b54f7ed5d6c908f1f0", "message": "\n\nSigned-off-by: liuzongyi <Joey@DESKTOP-E2AEA9A>", "proba": 1.1792121767939534e-07}
{"commit": "cf88ad4a73b377980817df1fe4cd64bacd5193e0", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "9a67d805a7ec342dc229a0d31b828e10a2f5eb10", "message": "working on tests\n", "proba": 4.310624262870988e-06}
{"commit": "c877d0db93ff324e22fb4695350b37cc66ebd618", "message": "Delete a test which is not compatible to our current design\n", "proba": 1.459795129221675e-07}
{"commit": "e81a7de8a10979bcd0b2128c0cabe00134b16554", "message": "Update Controller.java\n\nA change in the way the controller works to use a tell don't ask method", "proba": 5.517566137314134e-07}
{"commit": "fb9e1dd53d1b45c7563f85546717cc8514bb0ad0", "message": "Create Main.java", "proba": 1.9291887838335242e-06}
{"commit": "f1270aa3ed0332a7162110481ef016ba2ba0dffb", "message": "inus features\n", "proba": 5.426411462394753e-07}
{"commit": "7bed70025e27d41a09743f443f06836b08608e75", "message": "Create Word_Break.java", "proba": 2.0337715795903932e-06}
{"commit": "bc110e5cdaf617e52b19f3d534cd0adb5daef215", "message": "Add JsonConverter interface.\n", "proba": 1.2876849098120147e-07}
{"commit": "543bd376d172e945ade5ff77af7724f996289d3b", "message": "temporarily comment out dbstats info code when doing adb bugreport\n\ncould this be causing bugs like bug:2990184\n\nChange-Id: I315aaa93c1d71922ad4bc96ba0a14a9261a6f39a\n", "proba": 1.522875390946865e-05}
{"commit": "70162cc975a43d18aeff8c59177488986182dbb8", "message": "am e2ab7a29: am 0207367c: am ea7547f1: Merge \"CameraManager: Ensure all public methods connect to camera service.\" into mnc-dev\n\n* commit 'e2ab7a29c4da2e6ec1da460179a59aa0f365e383':\n  CameraManager: Ensure all public methods connect to camera service.\n", "proba": 7.93589606473688e-06}
{"commit": "c62cea89cebf85b5ecddd50e6f4a805eb5252e20", "message": "Camera2: Update lensShadingMap documentation\n\nRevert added language about shading map being the full flat-field\ncorrection; it's actually the same correction as applied to camera\ndevice-processed data.\n\nAlso fix a few other wording issues in the lens shading documentation.\n\nBug: 18175853\nChange-Id: I27691925e6496afe18f3506084d89f2523b5555d\n", "proba": 9.214723490913457e-07}
{"commit": "5f531ae6b342697ba94ddb68b47f76ccddb75f7b", "message": "Slight improvement (hopefully) to orientation sensing.\n\nSince orientation sensing has been an issue for numerous users, I\ndecided a spend a little time experimenting with some possible\nimprovements.  I've settled on a couple major changes:\n\n* Perform all lowpass filtering in spherical coordinates, not\n  cartesian.  Since the rotations are what we're really concerned\n  with, this makes more sense and gives more consistent results.\n\n* Introduce a system of tracking \"distrust\" in the current data, based\n  on external acceleration and on tilt.  The basic idea is after a\n  signal of unreliable data -- repeated acceleration or\n  nearly-horizontal tilt -- we wait for things to \"stabilize\" for some\n  number of ticks before we start trusting the data again.  This is an\n  extension of the basic lowpass filtering.  One simple example is\n  after the phone is picked up off a table, we ignore the first few\n  readings.  Another example is while the phone is under external\n  acceleration for a while (i.e. in a car mount on a rough road), if a\n  single \"good\" reading comes in, we distrust it, under the assumption\n  that it was probably just a lucky reading (i.e. the magnitude\n  happened to be close to that of gravity by chance).\n\nThese changes have allowed me to relax other constraints, such as the\nfiltering time constants, the maximum deviation from gravity, and the\nmax tilt before we start distrusting data.\n\nThe net effect is that orientation changes happen more quickly and can\nhappen under a wider variety of conditions, but false changes due to\ntilt and acceleration are still avoided well.  I think the improvement\nis subtle, but it's the best I've come up with in my limited time.\n\nI've also included some refactoring and additonal comments to try and\nfurther clarify the (somewhat twisted) logic.\n\nChange-Id: I34c7297bd2061fae8317ffefd32a85c7538a3efb\n", "proba": 0.0008351479191333055}
{"commit": "b8391d19d6f80103969e2b5cf2f350b3020d27b3", "message": "reformat code\n", "proba": 0.9997287392616272}
{"commit": "dd298f35625051f651a83e2e255443e34db2084f", "message": "deprecating minX/maxX etc. getters, refactoring getMin/getMax to avoid re-computing values\n\n--HG--\nbranch : toxiclibs\n", "proba": 6.935919714123884e-07}
{"commit": "054d69010a6bde8e9c9fbf18a6394b1c583ebe31", "message": "bug fix Rect constructor for 2 points, ensuring width/height are always positive\n", "proba": 1.3238503981938265e-07}
{"commit": "b110d724db935ea08db13a52cb673df7dbc12fce", "message": "Add reduce operator sample\n", "proba": 1.962204265737455e-07}
{"commit": "3bd44703b1e867aa9e75cdaf693f49b3cda3e53d", "message": "Force all sequences into upper-case.", "proba": 0.9999960660934448}
{"commit": "4af1aa345e08ac15829ebc73c6bc719c006aac79", "message": "making tests faster\n", "proba": 7.278812859112804e-07}
{"commit": "d184ca73b810101484adad7db1a6142cae34fdaa", "message": "add token pre process for uima\n", "proba": 2.0449280668799474e-07}
{"commit": "ef6d381a0e06f40f15b2fd2872e9e4e5e5916533", "message": "Fixed image length issue.", "proba": 1.324208938058291e-07}
{"commit": "d36257c141c2fc2d73680eb69be408aac9eee74f", "message": "debug info off\n", "proba": 5.627351242765144e-07}
{"commit": "b80a1a077c1f146aeae3e52e53a2bc66bf262bd9", "message": "We need to ensure we correct reset decoder in decodeLast() to not produce multiple LastHttpContent instances.\n\nMotivation:\n\nWe missed to reset the decoder when asked for it in HttpObjectDecoder and so sometimes could produce more then one LastHttpContent in a sequence during channelInactive.\n\nThis did show up as AssertionError:\n\n22:22:35.499 [nioEventLoopGroup-3-1] WARN  i.n.channel.DefaultChannelPipeline - An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.\njava.lang.AssertionError: null\n\tat io.netty.handler.codec.http.HttpObjectAggregator.decode(HttpObjectAggregator.java:205) ~[classes/:na]\n\tat io.netty.handler.codec.http.HttpObjectAggregator.decode(HttpObjectAggregator.java:57) ~[classes/:na]\n\tat io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:89) ~[classes/:na]\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:292) [classes/:na]\n\tat io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:278) [classes/:na]\n\tat io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:428) [classes/:na]\n\tat io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:277) [classes/:na]\n\tat io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:343) [classes/:na]\n\tat io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:309) [classes/:na]\n\tat io.netty.handler.codec.http.HttpClientCodec$Decoder.channelInactive(HttpClientCodec.java:228) [classes/:na]\n\tat io.netty.channel.CombinedChannelDuplexHandler.channelInactive(CombinedChannelDuplexHandler.java:213) [classes/:na]\n        ...\n\nModifications:\n\nCorrectly reset decoder.\n\nResult:\n\nCorrectly only produce one LastHttpContent per sequence.\n", "proba": 0.9994763731956482}
{"commit": "2baefe975224fb10e140bf5de478c4646dfb45ce", "message": "CeylonModelLoader: added safeLookupTypeParameter to throw and made the other one return null\n", "proba": 2.560085476943641e-07}
{"commit": "1d34dbbac6b7f77a9435a98cd434209ae7795d2b", "message": "Create rename.java", "proba": 3.4499430512369145e-06}
{"commit": "17c83115b7764e82d7ec8d0540daa2f0d5d3902b", "message": "add the alpha label which has half-transparent background\n", "proba": 1.8909944401457324e-06}
{"commit": "61189bdac95d6f9292e34a87d1bbb43c54ce6c48", "message": "[339328] Wrong beginning replacement offset used when apply tag proposals in first child level of DOM Document\n", "proba": 1.1705108704518352e-07}
{"commit": "ba9c594ed95976f3724d2b80b77163425c4dd1f8", "message": "Leetcode 383 Ransom Note\n\nChange-Id: I5d43a29c044dee3dcc9cd7a881d78b3d1868cdbc\n", "proba": 4.027579052490182e-07}
{"commit": "e7ba4934763c60e8e94aa3b9a9e7cd149719522e", "message": "* Forgot to add\n\n", "proba": 1.1417191103646473e-07}
{"commit": "13a8a5d780c54f665ce7c4768a0d4aee3622d818", "message": "[SGL-748] - Cria\u00e7\u00e3o do listener para o studio.\n", "proba": 9.811934376102727e-08}
{"commit": "d32e2e6810355fed666609454edb77adfa223ff2", "message": "Add EventStoreServer example.\n", "proba": 1.3355472106013622e-07}
{"commit": "16b879190094417bfd7725dc158be92bbb36a6fc", "message": "Corretto bug che stampava la carta coperta dei bot", "proba": 2.9103063070579083e-07}
{"commit": "cd8a2be8679375441820eb69171b3da688e7cf18", "message": "RICEQA-440 : Fill AFT Gap: KRAD Library - Page Group\n\ngit-svn-id: 2a5d2b5a02908a0c4ba7967b726d8c4198d1b9ed@47400 7a7aa7f6-c479-11dc-97e2-85a2497f191d\n", "proba": 2.3117506486869388e-07}
{"commit": "6c25913faa89c0e849b9d67a27ff103e0d27921c", "message": "Testes: teste de v\u00e1rios elementos e corre\u00e7\u00f5es.\n", "proba": 5.35089100139885e-07}
{"commit": "96561bac35cbfdd97b9ed11a57c5de887af8572e", "message": "Add test class\n", "proba": 4.486187663133023e-06}
{"commit": "7a5add1fa8ddb6706e5ec618ff9c082cc0bd2cd2", "message": "Fix NPE in DomainClassMarshaller\n\nI found an NPE in DomainClassMarshaller which is caused by changes in JSONWriter in commit 0aa1ec82ba236cac3f8cf6d4c139b67a26a19b3c.  A call to writer.value(null) causes JSONWriter.value(Number) to be called, which in turn throws the NPE. In that commit method valueNull() was introduced, so I use it instead.\r\n\r\nI'm not sure if line 160 (json.value(null)) must be changed, too.", "proba": 0.0047230105847120285}
{"commit": "a9d827b0fa808068e05894bb37dd390e85671473", "message": "GWT compatibility of DatatypeDetectorImpl\n", "proba": 1.7647390393449314e-07}
{"commit": "41bc97b504e33c3ae13473559802b6ab58aa4925", "message": "Altera\u00e7\u00e3o do bt_onclick foto.getBitmap() removido pois ocupava muita\nmem\u00f3ria.", "proba": 1.2776274616044248e-07}
{"commit": "53282b5fb92ad82a2331fcb70da7354e384ec05c", "message": "Let JVM handle the error", "proba": 1.0597223081276752e-06}
{"commit": "d4403d070028a42ab526b9e8bc0ea552b0734894", "message": "Added BF with adjacency matrix\n", "proba": 1.657006549748985e-07}
{"commit": "1df7e667b42478473c796ace0bc8d3dd57a38cf1", "message": "Remove TurtleViewer class redundancy\n", "proba": 1.1470366416688194e-06}
{"commit": "441f4963e13cf9b2c4d2e24380dea91424e64ac3", "message": "Remove useless notion of \"shotsTaken\" in Player\n", "proba": 0.00018543745682109147}
{"commit": "da8880821b2e8e024d51a55974e386fc5327799e", "message": "Adds a data transfer object to clarify separation of usage\n", "proba": 5.810508127979119e-07}
{"commit": "19ccbb09929d742599df9c75a11dfae07af43754", "message": "relocated Vessel to the top level package", "proba": 1.3630163664402062e-07}
{"commit": "1b74158204f5bc1bc7c5d200764b9508408bfba5", "message": "Skeleton for problem 1081\n", "proba": 1.2751871736327303e-06}
{"commit": "a5038c2eb64854038dffbff658a11d190cb23da8", "message": "RICEQA-546 : Fill AFT Gap: Library Containers Dialog Group\nAjax Retrieval is breaking on the env14\nAlso, In Dialog Reuse if we click Yes in the option for Dialog Box then it shows incident report screen.\nStill I have added methods for that, once the features are fixed we can directly add few line of code to finish the test.\n\ngit-svn-id: 2a5d2b5a02908a0c4ba7967b726d8c4198d1b9ed@48336 7a7aa7f6-c479-11dc-97e2-85a2497f191d\n", "proba": 8.91844138095621e-07}
{"commit": "43a103858d1238fd1d9b725167647abe5cc800e1", "message": "Skeleton for problem 1957\n", "proba": 1.0780861430248478e-06}
{"commit": "035b454bad495fdb9e8379280aa7c308b98f1e25", "message": "init project\n", "proba": 3.975034417180723e-07}
{"commit": "15d8833063d6ad69634f248f1f99d04774cfbf53", "message": "Test for branch", "proba": 4.187264437405247e-07}
{"commit": "d8958a81216bc7a87673e1a746dc97a70ab422af", "message": "\u4fee\u590dTab\u9875\u9762\u65e0\u6cd5\u663e\u793a\u7684BUG\u3002\n", "proba": 1.0777247894111497e-07}
{"commit": "f0284b940c41e2d45532e1052312ec901fd9a61a", "message": "push buffer duration to 800ms\n", "proba": 6.954041396056709e-07}
{"commit": "f7cf4e65e701620619e370aeca243f4c514a55ea", "message": "Plugin API package info.\n", "proba": 1.3103276330639346e-07}
{"commit": "420b744a45d2bb73f2f4915b11d20f4a215d7c5b", "message": "giving Main a main() agian.\n\n\ngit-svn-id: d69ffe4ccc4861bf06065bd0072b85c931fba7ed@44046 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999971389770508}
{"commit": "6a521c66ab6c12234261524ed6aa117779b3f378", "message": "am c7ee1730: am 6e1c6b19: am a06b41b0: Merge \"Avoid NPE when drawable fails to load\" into mnc-dev\n\n* commit 'c7ee173002c5a7950a433bd245524394ab4d5ab1':\n  Avoid NPE when drawable fails to load\n", "proba": 5.4562082141274e-07}
{"commit": "01dfc9c69f46a72133bcbdd2eae57a83298505c0", "message": "am 07a0a79b: am f16343b7: am 2d53188b: Merge \"Fix NPE when transitioning on unattached scene root.\" into lmp-dev\n\n* commit '07a0a79b85e3b7d7d9f755a4b45e0b01bc3e1076':\n  Fix NPE when transitioning on unattached scene root.\n", "proba": 1.6547483028261922e-07}
{"commit": "83a40e8e64bc0ee96b3339fc281b313bf2520ca5", "message": "am 2611f1ec: am 7cbe6457: Merge \"Copy over the scroll position for the scrolling layer\" into jb-dev\n\n* commit '2611f1eced80db74d07563e03bb99a146aa461b6':\n  Copy over the scroll position for the scrolling layer\n", "proba": 3.461206006249995e-07}
{"commit": "50dde857edb34db12752ea6693c92af95eb939c6", "message": "am 0899f11d: am dcaa9436: Merge \"Always take padding and margins into account Bug #8565842\" into jb-mr2-dev\n\n* commit '0899f11db1f10b1ac664cb4bb62b829ea464cac8':\n  Always take padding and margins into account Bug #8565842\n", "proba": 3.6450708762458817e-07}
{"commit": "6096299c6ffe3358e4e36f6327dedc318d9f1f39", "message": "Create Matching Range Of Characters.java", "proba": 3.385137574696273e-07}
{"commit": "817afe3d6b89f125ff4c0e3cbf58629b4ee57ee9", "message": "this class connect to the server\n", "proba": 3.970268096509244e-07}
{"commit": "7979b8c9131c9b54c62891f9c048185d34b612c4", "message": "Cherry pick: Benchmark Algorithm: Recursive Theta*\n", "proba": 4.3797490434371866e-07}
{"commit": "c82fd38d735d35c51ec81efb8d49346aead889bf", "message": "It currently is a copy of TipDatesPanel, and will be implemnted late.", "proba": 9.785414079033217e-08}
{"commit": "b3f690903e383e31726ff407c8a7ce22da460b5e", "message": "Add missing constants file\n", "proba": 3.1742720238980837e-06}
{"commit": "e844f7a0f66b2b702aefbf1e6aacd3d47ad1cd24", "message": "add data for presentation layer\n", "proba": 6.259344900172437e-07}
{"commit": "4cbec5c2f37f2fa0ebaa63b0bd3e240193aeeeb4", "message": "Solve problem 160\n", "proba": 0.9999990463256836}
{"commit": "bc8ffd841cf0a15015900fb69bb739dd4d038541", "message": "Solve problem 257\n", "proba": 0.9998880624771118}
{"commit": "9cdfd9081c94a140ad37aff71283b7e0766584ba", "message": "Skeleton for problem 355\n", "proba": 3.612582020195987e-07}
{"commit": "2ba27ba61211282643294fc89d1699e762d690ed", "message": "Skeleton for problem 506\n", "proba": 2.974830692892283e-07}
{"commit": "c52455f8d6ccd870e18c7809aca4a6753482ca7a", "message": "Skeleton for problem 542\n", "proba": 3.643635579919646e-07}
{"commit": "254e93940ce2f8ab975a5d9b239e9a4c7b5cd42b", "message": "Checking in the work on the Source Printer, which hasn't been updated to the latest state of the AST API.\n", "proba": 1.0323832810854583e-07}
{"commit": "f5193c11deb5e778076881bb9ad5082060e33a54", "message": "Added new class to handle over-long menus e.g. AEChip\n\ngit-svn-id: e3d3b427d532171a6bd7557d8a4952a393b554a2@3182 b7f4320f-462c-0410-a916-d9f35bb82d52\n", "proba": 7.763617873024486e-07}
{"commit": "b815981791baead6cde2df388a92f24ece2f5f56", "message": "Indentation\n", "proba": 1.5233661088132067e-06}
{"commit": "a7838b58664780d7159bba4c5ff11b383d2e897b", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@371 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 6.130363772172132e-07}
{"commit": "5a40c47f8fd762cc8f7dddff4c370bc6f8c2ec14", "message": "am e15321a5: Merge \"Don\\'t create a delegate for null callbacks.\" into lmp-dev\n\n* commit 'e15321a50547cd5461b69e0a78f76343b66d184f':\n  Don't create a delegate for null callbacks.\n", "proba": 2.527098104110337e-07}
{"commit": "c1c242d42e9c296c5716fc4579cee06207713ad4", "message": "Homework for lesson 4 completed.\n", "proba": 1.1287631451750713e-07}
{"commit": "bd2d1f11376193f7715eba06169f91e5ffd8a7b4", "message": "GameSceneState\n", "proba": 1.0237979495286709e-06}
{"commit": "e5fde15fa63ce61790a01afc9333b4a150bb0ae8", "message": "Updater: add a sezpoz'able interface for uploaders\n\nAny protocol-specific uploader (such as for \"file\", \"ssh\", \"sftp\",\netc) will need to extend the AbstractUploader class and will have to\nbe annotated with the @Uploader annotation.\n\nSigned-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>\n\nThis used to be revision r4750.\n", "proba": 1.7427394993774215e-07}
{"commit": "611f9c82ee2b03b790bb8a66181b70e8f7956406", "message": "Add licence header\n", "proba": 3.270837680702243e-07}
{"commit": "a5d7b67c181d38585680adc67e92611f686b21d5", "message": "Adding a log cleanup filter for Hibernate Reactive\n", "proba": 2.852154921129113e-07}
{"commit": "2e1b750b2be59e1a23e854d4a47d0124936c83a5", "message": "Create tile view GUI component\n", "proba": 3.552347322965943e-07}
{"commit": "a9ef1ee08f7bf4b6a5780a548f2f515bc6782db8", "message": "added lock based unbounded queue not sure if its right\n'\n", "proba": 1.3036429891144508e-07}
{"commit": "445fb5297bd8e2038c8e0cf1bfa6c66cfa05039d", "message": "SimonStewart: utility class for dealing with urls\n\ngit-svn-id: 4179480af2c2519a5eb5e1e9b541cbdf5cf27696@11001 07704840-8298-11de-bf8c-fd130f914ac9\n", "proba": 8.395480790568399e-07}
{"commit": "340af24b09cfba667d735a732a65719f062640c5", "message": "Missing Ranges\n", "proba": 1.2409499277055147e-06}
{"commit": "73a385ac66cd2855ff29f0691ffacdf155f123e4", "message": "KULRICE-10499 : Create Smoke Tests for KRAD Component Library - Collection Row Grouping Completed\n\n", "proba": 9.979365955814501e-08}
{"commit": "48780537a6d5c9ff680eb0c4b9c51aa418f1d782", "message": "[dev] Added a missing controller\n", "proba": 1.5931507846289605e-07}
{"commit": "c54afca33c47ee30a57fa6d23ca4913d083442b6", "message": "CodeStatisticsWorkflow: computation can be configured", "proba": 3.1101644708542153e-06}
{"commit": "c48c423bad5f062ebeb03a2a052ce00e83f8b0d1", "message": "if  popstack is empty then invoke finish() when  popping a  fragment\n", "proba": 2.0141128516115714e-06}
{"commit": "0611277ca03ef9c8b839c9ebb2df5013a9cf0c77", "message": "GRAILS-11116 refactory ThreadLocal handling in ConvertersConfigurationHolder\n", "proba": 1.1617608208780439e-07}
{"commit": "6429a0b4f020017153c88491b2933f0b9798c828", "message": "Added class DualListFieldExt.java", "proba": 2.5650561497059243e-07}
{"commit": "0aa25fb74240d6ca5990998b00122ac7be09f508", "message": "Add tests for CompressionConnectorCustomizer\n\nCloses gh-16515\n", "proba": 1.2227569357037282e-07}
{"commit": "31224afe753f498ca9be55fa9076f19c1d496d62", "message": "Make ingestion work on new newspaperbatch\n", "proba": 1.1511018783494364e-05}
{"commit": "3c095e0428792d5a8d9a1ae0df3fb46e748b7846", "message": "ZS-68 ~ Updates one more header\n", "proba": 1.0564040309191114e-07}
{"commit": "c5744102c0a8ba908cc0c0e7e34389a06abfe5b2", "message": "add solution\n", "proba": 3.4661054542084457e-06}
{"commit": "9121cca1c142dd4968fdb136fcc7170a2ff7f86b", "message": "ugh.  unbreak again\n", "proba": 0.0015979093732312322}
{"commit": "524e5342a55e9548f589d7e2cec9403ace50957b", "message": "handle 0 mass\n", "proba": 0.00014772798749618232}
{"commit": "a69bff5504b528bfb52e84b65a1a4d2cff1e6225", "message": "Create starOut.java", "proba": 7.774709160912607e-07}
{"commit": "b715cf97bc554ed91b3e6eeab81a3992abb10e96", "message": "Add LeetCode0065.java\n", "proba": 9.221290611094446e-07}
{"commit": "827f98be4017d8ec45ddbf321600f71dc0e834ec", "message": "Reintroduced a bootstrap in order to start Javafx from the classpath\n(ref http://mail.openjdk.java.net/pipermail/openjfx-dev/2018-June/021977.html)\n", "proba": 1.2710829366824328e-07}
{"commit": "c2b267223cbc4dc3416a3baf6c7aa47febd738b1", "message": "\u041a\u043e\u0444\u0435\u043c\u0430\u0448\u0438\u043d\u0430. Correct 2.\n", "proba": 1.908797912619775e-06}
{"commit": "0658be24d9db357f4303257f3b9b5d7f921a247e", "message": "Remove ListAdapter\n", "proba": 3.7942922403999546e-07}
{"commit": "1bf83de5d3a3317996e31636bf7e033adc863f59", "message": "add course item not found exception\n", "proba": 2.126226377185958e-07}
{"commit": "bf59c7588696cd885e174f41b6ae8f47f019ba56", "message": "Test class to improve coverage of WAS-specific preauth code.", "proba": 1.0810331474431223e-07}
{"commit": "a812edd095e5ccce84a7d17e312b9ab4a6c30792", "message": "Implement session remove\n", "proba": 2.899772937325906e-07}
{"commit": "4b86f86478f6c530bb6bc5be56e453a9c03ada9b", "message": "Catching all throwable during the annotation processing\n", "proba": 1.5622053695096838e-07}
{"commit": "814fff7e5b58f725c1ddc903b8ca582952887393", "message": "GEOMESA-2182 Extend PartitionScheme Object to Java API (#1862)\n\n* GEOMESA-2182 Extend PartitionScheme Object to Java API\r\n\r\nSigned-off-by: Austin Heyne <144bf6d92861d1ab0cf0cc73652fd29cfb22c67d@ccri.com>", "proba": 1.1603081162547824e-07}
{"commit": "9ae19ba60319faf00f2f280d2e3725cd7eed41a9", "message": "Forgot to add MtGoxWebSocketSyncronizedOrderBookDemo.java in last commit, here it goes\n", "proba": 1.071052508905268e-07}
{"commit": "3a5fb31f4b1880489a73e517c5876f035d5179ab", "message": "add ShardingTablesConfigurationRange\n", "proba": 2.55510968827366e-07}
{"commit": "3b0312f058eccd66e1ca4bdcc13cae6600144fe2", "message": "- BPMSPL-43: adding changes listener\n", "proba": 1.3034167523073847e-07}
{"commit": "2f5874d3d057d16348d27ec73bd8f5ea9610837e", "message": "Ajout de GenericEntityTreeSetModel.\n\ngit-svn-id: 317c7b6ea9a0016e15d9372f7eb7e8aa97d3c3a3@2749 d3474844-eb8e-4abc-b058-2b321fed648b\n", "proba": 1.086740849132184e-05}
{"commit": "c72e81415997edc2d8426eecc745c3097f12cef7", "message": "Refactor.\n", "proba": 8.430390039393387e-07}
{"commit": "9f64fea8ae87c8223bea2a366f3c396904d36457", "message": "Improve Canvas class\n", "proba": 1.4424483651964692e-06}
{"commit": "32066b7df355ac5be527e479ec2de12a63fd0810", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@1977 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 4.955419399266248e-07}
{"commit": "ac3828db358567b6c7fe6eaf4415c65ebbdc8f7f", "message": "am d609d22e: am 3c204b61: am 8e4a16b8: am a02bd53e: am 6bdc4637: Merge \"NPE occured when trying to parcel voice features.\" into mnc-dev\n\n* commit 'd609d22eb5712b7121ea5ec3ed489bfab56c354a':\n  NPE occured when trying to parcel voice features.\n", "proba": 1.9735810496968043e-07}
{"commit": "719d75d5e18a862deb491d65c9e222224668ed1b", "message": "\u589e\u52a0\u5de5\u5177\u7c7b\n", "proba": 3.896165594596823e-07}
{"commit": "dbcccd13df72c1282539055dfdcc4b655a1e650d", "message": "add timestamp class", "proba": 3.235218900954351e-05}
{"commit": "569bd928cb35de563cd4cd1495c99a8584e0352b", "message": "couples configurations with their harmonic mirror images\n", "proba": 1.2703789309398417e-07}
{"commit": "2cdd74fc2eaf886b6076bce770a1f14d37d97020", "message": "Fix warning for StreamingSchema.\n", "proba": 1.306217711771751e-07}
{"commit": "ce4b64693ebf70761e7cb7b31622c5464ebe4f6e", "message": "porting net log\n", "proba": 3.976145137585263e-07}
{"commit": "8b5ada22db488ccbd33869b1b63a63bc88ba5902", "message": "Add support to (de)serialize a messageContext.\n\n\ngit-svn-id: 3495a5c4bbe5ece00c09619c056c9a903ff1da72@366975 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0015194237930700183}
{"commit": "ae597570029fe56349c3d03d9b5e6e1306abf66e", "message": "Fix it so that createCall() is thread safe\nmake _call accurate - even if not thread safe\n\n\ngit-svn-id: 3495a5c4bbe5ece00c09619c056c9a903ff1da72@671392 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9990816116333008}
{"commit": "eb7e5f94ed160a27fbcd8c01d9ac91f339879f1f", "message": "Add convert  base 10 to base 7\n", "proba": 0.9999536275863647}
{"commit": "e9883433c94aec595be8e22522fa968187b991bb", "message": "INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED\n2003/05/22 15:01:11 jsc 1.1.2.2: #109793# insert changes of SJ\n2003/05/09 11:23:13 jsc 1.1.2.1: #109045# insert new and remove example zip file\n", "proba": 2.5361589450767497e-07}
{"commit": "b464a115265afa87b0075e4b8f0f7d0bd9b504a6", "message": "added one file\n", "proba": 1.7703265484669828e-06}
{"commit": "c711f14d7c189687f51a9633d2ed0871c2e539ed", "message": ": 10-Callable\u4e0eFuture\u7684\u5e94\u7528 \n\nTask-Url: ", "proba": 1.1719585302216728e-07}
{"commit": "f918d3e0c6ead1777ec311873d661065fedc3e44", "message": "Erweiterungen f\u00fcr Zeit-API", "proba": 2.6355513682574383e-07}
{"commit": "81272cb7d54e430f50a643e55473ebb62430c593", "message": "update standalone config", "proba": 5.279601396068756e-07}
{"commit": "4e66a4c2a16d52658e935c5fa4e1f31ae2eb64ad", "message": "Add a new class for supporting the general functionalities needed for contacting Twitter API\n", "proba": 2.2537948041190248e-07}
{"commit": "4e10da4a6b828b63ac0f08fc53c933c6e9afd6ee", "message": "Classe Java per il plugin\n", "proba": 2.595344312794623e-07}
{"commit": "c1f9562c3ad24a961aa93e37e10e8b46191da11f", "message": "Uploading the code for Polearms version 1.3\n", "proba": 1.7405436381068284e-07}
{"commit": "94d7947e87baaee15ec924419a3d1ec0b53b6a3f", "message": "Add LowGcLinkedList\n", "proba": 1.1787999483203748e-06}
{"commit": "62da8cd135ea4eaedb42f0d17d63c678fbfcc590", "message": "add skeleton for 1213c\n", "proba": 3.4044828680634964e-06}
{"commit": "036d979bcab8bff09141193fea2fcce53f468544", "message": "print error message\n", "proba": 1.1789364180003759e-05}
{"commit": "288186f9153b2e632e2bd8a6ad20ddda80cb9a9e", "message": "Update Server.java", "proba": 1.6136250451381784e-06}
{"commit": "3b413e16a35516cf342e82d3fb5dcf78858596bd", "message": "rdd demo2", "proba": 1.5492604461542214e-06}
{"commit": "8ccb462d233df1cb4599d20bc2c218042c97cd25", "message": "Created container\n", "proba": 2.149308642174219e-07}
{"commit": "9a378fb5c1a8199746537cfb4c1e19e5ebeb0e90", "message": "Adding copy of TrieMap_5Bits.\n", "proba": 1.0606762401721426e-07}
{"commit": "cae29a09ed1a8b37370bb1997bb64c3454d31663", "message": "speed over ground returns as a -1 when unavailable", "proba": 5.129820124238904e-07}
{"commit": "07469ff55e083ee4d40fd774484a220500e573a2", "message": "update the code area in one and only one place\n", "proba": 3.75236965055592e-07}
{"commit": "f12d8732885cfcbc2c5a2bd2afacc324e1c749fe", "message": "Extending ChartPanel in order to override chartProgress()\n", "proba": 1.5135147179989872e-07}
{"commit": "2e0a59a2e49661e04f90ae660eadd3a4d9e52c44", "message": "TigaseTracer is a tool similar to logger, however the tracer allows to controll what is written to log files based on the user ID, IP address, connection id rather than the class name or package name. Thus it really allows for packet tracking for a selected users/ip addresses only.\nThis is still an experimental code yet.\n\ngit-svn-id: 4a0daf30c0bbd291b3bc5fe8f058bf11ee523347@1751 7d282ba1-3ae6-0310-8f9b-c9008a0864d2\n", "proba": 1.8570174233900616e-06}
{"commit": "8944e0dbf89f7f550cb20aff8d9be7cc39f72c51", "message": "Added main class.\n", "proba": 1.1864903370906177e-07}
{"commit": "4b961aa129a2c7e9270415b56f2edb81760d7964", "message": "Bulletproof\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@253956 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.422230752723408e-06}
{"commit": "ee53dfeb9f508cd6780b822218dd1ad46f646660", "message": "feature: add pagarme calendar util to validate weekdays, excluding weekends and holidays\n", "proba": 1.7223702286628395e-07}
{"commit": "7963729ed598029c6552fb817cb04b91ecc2c69c", "message": "Add test case for AbstractTransformationModel\n", "proba": 4.7405541181433364e-07}
{"commit": "6ca3a2e86ca01af170d3e4720c688a89f9fa439e", "message": "Add some tests for XPathUtil\n\ngit-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1780115 13f79535-47bb-0310-9956-ffa450edef68\n\nFormer-commit-id: 831a5a693114a8760709c25066d51db11093d7c2", "proba": 1.0296365871909074e-05}
{"commit": "d856ab3c65dd69e72d2512fcb1f17778eae51964", "message": "In Room, place Player at DOOR by default\n", "proba": 8.474474384456698e-07}
{"commit": "ef871538d45ec977ec3d2ffa5186eadd515b60fc", "message": "added parameter bean\n", "proba": 7.471640515177569e-07}
{"commit": "79c7e709d31715130f21d9143239167e1d490c96", "message": "explicit cast to wiggle\n", "proba": 2.2951827816086734e-07}
{"commit": "43cb62f05b619e63727e38ce60583770d7a84e2b", "message": "am 193259d4: Merge \"Manually jump ripples when preemptively aborting RT animation\" into mnc-dev\n\n* commit '193259d40a448b8063837f679e2111664f1bb045':\n  Manually jump ripples when preemptively aborting RT animation\n", "proba": 2.1040560227447713e-07}
{"commit": "7bc2202d9af2fc9b0e4a28f1c1a5b475a7cf0a25", "message": "Lazily allocate the mBounds Rect in Drawable.\n\nFor background, see:\nhttp://kohlerm.blogspot.com/2009/04/analyzing-memory-usage-off-your-android.html\n\nThanks, Markus!\n", "proba": 1.0705868191962509e-07}
{"commit": "38da5086a65e8065e85bbca3638da752dba1dbe7", "message": "Followup to a bug fix.\nAddtion of synchronized to the methods triggers an API change.\nPer council advice, pushing synch block into the function body.\n\nChange-Id: Iaa395d9720bce499259ab750fe97149715e9f271\n", "proba": 6.496639457509445e-07}
{"commit": "a8551b1efa89841c01d3b6a01ac65e57084a3234", "message": "Fix the build.\n\nChange-Id: I0caef1fd522d231d803e0fd9e0b8fdf3272db168\n", "proba": 0.9999957084655762}
{"commit": "809c0316bb901f8a64c92a4b7e4ad0449da71d46", "message": "add AndroidStudioShortcuts\n", "proba": 1.1150228829137632e-06}
{"commit": "4992db1eff4ba23ea7552269a70cac339fb856e2", "message": "Rewrote the entire BlockBlastLamp Class to actually work, and to much\nsuccess! Yay!", "proba": 9.642511145102617e-08}
{"commit": "2f3e82f783d5776af7082a28d611daa266b10bf3", "message": "SQL\u8f93\u51fa\u63d2\u4ef6", "proba": 6.032541932654567e-07}
{"commit": "03b38fd954ee27cda82aa18c1e622e539890cf38", "message": "cache queue lru\n", "proba": 1.0696453500713687e-06}
{"commit": "da20162418ee852df9ba6bd7d06650a462e2f051", "message": "Create CompVersionNum_001.java", "proba": 3.6528112104861066e-05}
{"commit": "7b27c33e69755ea094d18f4f1ccee9ef369f5303", "message": "Ajout d'un GenericMarkupContainer.\n\ngit-svn-id: 317c7b6ea9a0016e15d9372f7eb7e8aa97d3c3a3@2196 d3474844-eb8e-4abc-b058-2b321fed648b\n", "proba": 0.6653313636779785}
{"commit": "21ba8e6fb42f20c95e03f4edfacea5a81fea25c9", "message": "Add Control Panel Portlet Functional Test\n", "proba": 1.331531080950299e-07}
{"commit": "3ec2cc5d70243d2b569229f95f0f646697cf1eba", "message": "CAMEL-13886: Add integration test to camel-servlet-starter\n", "proba": 1.2532289872524416e-07}
{"commit": "3dd77b291f301ab9415f9a3132cf21bff0077642", "message": "ComponentsHelper.getWindow() should return controller instance. #PL-2240\n", "proba": 4.814095859728695e-07}
{"commit": "c301c73311b8c7c97f75c48bee0d9e5a721c9f9f", "message": "fixbug\n", "proba": 2.048376245511463e-06}
{"commit": "94c514237cc8970a0f54d29044361b450392094b", "message": "android corona host change\n", "proba": 1.8652724975254387e-05}
{"commit": "4e33c1c312be549ca155b35b24938076ef30f414", "message": "am 3a409081: am 29433f70: Merge \"Actually apply after no sims change.\" into mnc-dr-dev\n\n* commit '3a40908185f7db6488f773fe2060a10c00db74db':\n  Actually apply after no sims change.\n", "proba": 1.6245124356828455e-07}
{"commit": "7a6af1c09306fa833d11f5ffd100eff7b1a35a4c", "message": "Verify inputs to PAC resolving.\n\nThis verifies both the URL and host are valid before they are passed to the\njavascript for PAC.  This is to protect against injection attacks.\n\nBug: 10230771\nChange-Id: Ib1996181971a49ccd390f181ec3848124801e4d5\n", "proba": 4.772393253915652e-07}
{"commit": "829aac60e04eaa84333e08ed65c18860baf43194", "message": "Whitespace.", "proba": 1.4203533282852732e-06}
{"commit": "aef104ab13dd41e7bbe7a2839f54771c3679f7a5", "message": "No need to escape '\\'' characters into \"&apos;\" when serializing\nattributes, since double quotes are always used around the attribute\nvalues.\n\n\ngit-svn-id: 761cee9cd64d065b967522152dca98f4d60d94f4@763473 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00014939429820515215}
{"commit": "e623e3c5c8f68679e176e8b86830d04276776657", "message": "am a5d25381: am a92e765e: Merge \"Fix bar visibility after restarting immersive activities\" into lmp-dev\n\n* commit 'a5d253811519cf14af88407b285024d78001e6d1':\n  Fix bar visibility after restarting immersive activities\n", "proba": 2.9444549909385387e-07}
{"commit": "c7e0a60522865895c4e2c8cc657366e334b2cb36", "message": "added test cases for DependencyNode bean class\n", "proba": 2.5720029839249037e-07}
{"commit": "2857078542c2f7732e7cf11a67aca4792e55d034", "message": "Implement TachyonMaster\n", "proba": 3.9234407722688047e-07}
{"commit": "a8a17564fb251c872f69015c6186dce7ebd4bc67", "message": "am b8c8988c: am 5fa782c8: am 7e8e29ad: Merge \"Fixed compile error caused by final keyword\" into mnc-dev\n\n* commit 'b8c8988cfaedcbc5fb62fb286d97575c7cd18deb':\n  Fixed compile error caused by final keyword\n", "proba": 6.413509936464834e-07}
{"commit": "8dbb63419bef8678cf92ebae1d43f549f50987c7", "message": "Allow apps to getProviders() without location permissions.\n\nThis restores MR0's behavior in this regard - apps calling\nLocationManager.getProviders() or LocationManager.getBestProvider()\nwill no longer receive a SecurityException if they do not have\nany location permissions. Instead, as was the behavior in MR0, they\nonly receive providers that their permissions grant them access to,\nincluding an empty list if they have no permission whatsoever.\n\nBug: 7207864\nChange-Id: I027df425e258d436c4821c34a25bc46a2a292824\n", "proba": 1.1311655725876335e-05}
{"commit": "ba98a77dbdc70f083bce875a9ee60fff1f7fdcf3", "message": "Adding BeanInfo for VerticalLayout.\n\n\ngit-svn-id: 9c6ef37dfd7eaa5a3748af7ba0f8d9e7b67c2a4c@2521 1312f61e-266d-0410-97fa-c3b71232c9ac\n", "proba": 2.6872130547417328e-05}
{"commit": "e6aadb3c934224ffb088d21491a8bc834d214682", "message": "Add trie 208;\n", "proba": 1.8607260017233784e-06}
{"commit": "17cdfe5ea72480575a1cd52d92b63959fad5ae2e", "message": "Add comments\n", "proba": 1.6416548476172466e-07}
{"commit": "efbd14ba9d0d2fd74332242a008d8e22f773a04f", "message": "Teleop for those who know how to use a gamepad (=YoshiRulz)\n", "proba": 1.3794580411286006e-07}
{"commit": "e5a597513ca8730c47985acddfd2110e1bbed77e", "message": "StundentDM. with Load data into the object ", "proba": 0.9999986886978149}
{"commit": "a51ddd03d017b93f77281661bf15352558e301c7", "message": "added new methods\n\nfinished method writes and now on to testing.\n", "proba": 1.0259310556648416e-07}
{"commit": "503be13166604e691dbe6fbb671522359012d4c0", "message": "am 61e42262: Fix group join CTS test\n\n* commit '61e42262000549b78843f0959043fec8367ed189':\n  Fix group join CTS test\n", "proba": 1.926804316099151e-07}
{"commit": "4c3a94516314ed7a7a4e7f42df5d4dafe6b338cc", "message": "\u5b8c\u5584\u5fae\u4fe1\u6a21\u5757\u3002\n", "proba": 1.2814102490210644e-07}
{"commit": "1213ca47148654d2bdae30c53c1e20a6133b65a2", "message": "Removing non-UTF characters.", "proba": 0.0003274681221228093}
{"commit": "41b98a2d03c7d3a628657dc6b2150b95bba174a0", "message": "APPS-116: Added missing class\n", "proba": 1.198108776634399e-07}
{"commit": "7d67cc00ef55743fe5d0a8397e59557e180181b3", "message": "Clean up code for action definitions.", "proba": 1.509708908997709e-07}
{"commit": "a99b931b9de028934633944e2160e672da4e3cf8", "message": "remove put in BooleanColumn\n", "proba": 8.036941494538041e-07}
{"commit": "79ad00d6e6a2b3499d70cb6f28a56efe1d616b54", "message": "coverage improved\n", "proba": 1.7122194151397707e-07}
{"commit": "f699907094305ae7a26d37989a92cf090a8be9ab", "message": "created LogBuddyException\n", "proba": 3.8627680964964384e-07}
{"commit": "7804047e8917a714e24578c81c4923701536f210", "message": "Database Connection", "proba": 8.298398483930214e-07}
{"commit": "7867a564a2d3764969c9fcd567eace976fc1ec9d", "message": "User story: 25819\nRemove obsolete wsdls\n", "proba": 6.748604164386052e-07}
{"commit": "6771796c169e8252c494cce26a03424de90d249c", "message": "Add some test coverage\n", "proba": 3.996143277618103e-06}
{"commit": "277709f7f535a0098eeaa4632c29e8a1be464e79", "message": "Ordering of history made descending based on timestamp\n", "proba": 5.3850126278121024e-06}
{"commit": "18e38ede060a348372c7bd43d34070848d739ab5", "message": "Added getPosX and getPosY methods to Camera.", "proba": 1.0602069977494466e-07}
{"commit": "47316ddc4947f0774a98ba676cc6fdb57e162167", "message": "fix bug\n", "proba": 6.400653660421085e-07}
{"commit": "0f1e65d29a7b619f9e2a3a5afc80ff894bb4175e", "message": "TWEAK: dumping stacktrace for IOExceptions in underlying Flatfile.\n\ngit-svn-id: 25dac4f723c7e5b42083d4a98669c37f60455592@1531 69e27eb3-6e27-0410-b9c6-fffd7e226fab\n", "proba": 3.884988927893573e-06}
{"commit": "99e84691ef825b0bc76042b6f7d4b0cecba66684", "message": "Javadoc update\n", "proba": 3.830672312687966e-07}
{"commit": "01e976a56a174e9f0be8c3b2d7e9e2f79a7bd5ad", "message": "Using Guava to group messages\n", "proba": 3.6678798664979695e-07}
{"commit": "2c8f366625bde1c2343845331c2e61ffbbe60eae", "message": "Add Future based thread pool that can return stuff", "proba": 1.426136719828719e-07}
{"commit": "907e1b6bdcf87f5b0d4daf848dad8da44f4e90c0", "message": "@Nullable", "proba": 2.995897830260219e-06}
{"commit": "39e2dddc5108670bcc856e8245e65611a9c806f3", "message": "[\uac15\uc6b4\ub355] [LUCYSUS-1744] rpc call tree \uac1d\uccb4 \uc774\ub3d9.\n\ngit-svn-id: 7358e302d50fd4045a689b8bedf0763179db032e@772 84d0f5b1-2673-498c-a247-62c4ff18d310\n", "proba": 1.2774980859830976e-05}
{"commit": "79fae47b188ae55a1393101ab862e3d7f6669f15", "message": "Updated the query to account for display that log startup event to Viewer events\n", "proba": 6.170230335555971e-07}
{"commit": "6789f17bacc4f124c6c96496ca1168f2cfdf112e", "message": "fix classloader issue when used as a dependency", "proba": 3.856378327782295e-07}
{"commit": "0d4be57b0afa352c6b98515c91af7254d4d80645", "message": "This is a test in my computor!\n", "proba": 1.397126254687464e-07}
{"commit": "7f9acbf6a18c8cc97e2d8f05cf7af24bfa82c9fb", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "f3fc6550acfbb75b6a5501458c5e665e4f0c8c6d", "message": "Move from JAXB to XSB\n", "proba": 6.582013156730682e-05}
{"commit": "eefaed2d1ae0306ba8ab2fd941a8fbc3e6d5a3d5", "message": "Java Added\n", "proba": 4.0775583443064534e-07}
{"commit": "d06480e7b4ea77a1c3c838a2200ed3801b6b057e", "message": "\n\ngit-svn-id: https://svn.apache.org/repos/asf/incubator/jena/Jena2/Fuseki/trunk@1164583 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.6272402326176234e-07}
{"commit": "5bd5bb202c5614e23f1c9a15d197560f4161bd58", "message": "beam/spray entity basics\n", "proba": 3.414187403905089e-07}
{"commit": "1803bfd1e27eb2df99fc8c3543da6e1dc6d088d2", "message": "GS-10459\n- Implemented SpaceXmlDocument for writing xml documents to space.\n- Added the ability to query xml documents in space using xpath.\n\nReviewer: Niv\n\nsvn path=/xap/trunk/gigaspaces/; revision=124567\n\n\nFormer-commit-id: d0755b889c173d546daeb21810323bf275557d59", "proba": 8.361769232578808e-07}
{"commit": "14a017bdeba8f2bbfcf216455c25158bcd6ba1e7", "message": "Create TypeUtils.java", "proba": 8.092825964922667e-07}
{"commit": "107ebd1f682a4b0b31bf4eb35a9e30da28b7ed14", "message": "Added Junit Class Example\n", "proba": 1.2817989158975251e-07}
{"commit": "6bc4948ba7f7be73254bd0fcc0a390125b542780", "message": "Create WebViewActivity.java", "proba": 1.6115596963572898e-06}
{"commit": "186347b1ce9782164ffd87706a69eeb5187045ad", "message": "Use default system look and feel\n", "proba": 2.584429807939159e-07}
{"commit": "f640bf23e80676dd118f4e2a54ba5caf1cfa19f3", "message": "first commit\n", "proba": 2.536962142585253e-07}
{"commit": "131402b02bd0f1c2369cd53dd1c39da9e330b4f5", "message": "[FEATURE] Possiblity to save and restore the expanded items of a viewer\n", "proba": 1.183702167395495e-07}
{"commit": "8c1402286637854b0027ea7b041136e71f512b52", "message": "Added auto scrolling when dragging\n\ngit-svn-id: 50f83ef66c13f323b544ac924010c921a9f4a0f7@1321 00569f92-eb28-0410-84fd-f71c24880f43\n", "proba": 4.25437661988326e-07}
{"commit": "8d34283b25731103fe498cd29681751b3b5e54cd", "message": "Interface for the Location abstraction; used in JADE mobility.\n\n", "proba": 1.0304219699719397e-07}
{"commit": "9e40debb3dc1c17c6e3948c9812b27214cb92860", "message": "Create ToyFactory.java", "proba": 4.5686965677305125e-06}
{"commit": "87cef7c5158cdb13f17c99606137cdae961fc3f5", "message": "new constant values for nfd\n", "proba": 4.111729140277021e-06}
{"commit": "2e2129b896ef574f08972951b9e7de72b33ef3bd", "message": "Add a greyscale color progression.\n", "proba": 4.6466206526929454e-07}
{"commit": "01d53d9d3b4c5dd7e4a31ce9cc45c16a99c4c833", "message": "adding presence recipe\n", "proba": 6.56625843475922e-07}
{"commit": "30adce3b7355b3a454e042773761f36d42f7ac58", "message": "Added ripper for Porncomix.one\n", "proba": 1.2904126833745977e-07}
{"commit": "b9206b75bb1239cf41e5770f7aa02056eda5a4b5", "message": "Quick-and-dirty notification sending task endpoint\n", "proba": 2.9619179713336052e-06}
{"commit": "fd49bf72ce3d922f5fdf8b79a52c1e4f4cc3121a", "message": "Refactor class layout\n", "proba": 2.956779781015939e-07}
{"commit": "3304c8cb49962cb654e0d348d210dedd9950606e", "message": "Add missed file\n", "proba": 6.793436568841571e-07}
{"commit": "0b2cd79a04a4fc568fa48605e5aa87ee64922893", "message": "Robot initial commit\n", "proba": 1.1708228839779622e-06}
{"commit": "80318b86a8599b06019e97dc34c948a92a4606d9", "message": "Jira#KRACOEUS-5016\n", "proba": 1.3978886670429347e-07}
{"commit": "bd66c2edd7cee1bd54ed5248cb5562946feb40a4", "message": "batch solr queries on the server side plus caching ", "proba": 2.027625356504359e-07}
{"commit": "064d238e0109795b681738153453be9f2a6c03af", "message": "Trunk: solve Issue 342: NullPointerException after cancelled 'Create New Trait' dialog", "proba": 1.6160862514880137e-07}
{"commit": "c5c927ee23e4bf993d625c2c9c57e1aefa4a932f", "message": "added temp MenuInteractionMatrix\n", "proba": 2.924043940311094e-07}
{"commit": "f376024e52b1fbca8f04f898ee13a8a5ee3b664e", "message": "LoginForm almost done\n", "proba": 1.6189677864986152e-07}
{"commit": "308ca27c81c394b8e60eb1628f1374d5c0854a31", "message": "Iterator wrapper that reads from underlying iterator in background thread.\n", "proba": 1.0477812395492947e-07}
{"commit": "a3407f825ecfc6b93c73c3b01b94e0b019210db2", "message": "removed delete message\n", "proba": 8.609364385847584e-07}
{"commit": "a90c000966a2130d89a2d2c72992d1b52682ea64", "message": "Pull out current and SecondBlock variables\n", "proba": 3.2407353955932194e-07}
{"commit": "e3f6dd2b83dfa68c647c0efb1dea2288dffbe799", "message": "Add json official class\n", "proba": 3.84628521032937e-07}
{"commit": "3fd1db86da8c0a97e0100f452d28e648dbd25ba0", "message": "increasing timeout in openTab & improving logs\n", "proba": 2.5215274490619777e-07}
{"commit": "588b619101d3a9bed22558ffdd4305ba86e391f6", "message": "creating tabs: sleep 5000 ->2500 & break in loop\n", "proba": 5.431729164229182e-07}
{"commit": "148a74233c2b010f6468fecacaf0f39ef9e69e8b", "message": "Add package-info.java to icebook.parser.\n", "proba": 1.1840307223565105e-07}
{"commit": "f1b3be73c5710c476f31a649714cd3929bd69478", "message": "Add URLUtil class for encoding names with spaces\n", "proba": 1.9471757184419403e-07}
{"commit": "3b6a9f8325b900550bd0afad7d01f0e81b4207fb", "message": "Fix recursive SyntacticItems\n\nThis implements a simple fix for recursive syntactic items.\n", "proba": 1.4976075135564315e-07}
{"commit": "3d3ca4b5b621e73a7e1bc4bac593433d52607a60", "message": "changed typewalker variable declaration to support implicit cast declarations\n", "proba": 2.1261817551021522e-07}
{"commit": "4badea72b8cceb9953d5fd5d4fea97284c5e188d", "message": "adding an implementation of TemporalFact interface. Still need to write a function to handle asserts for temporal facts\npeter\n\ngit-svn-id: 9643e93313b82f5e4da82d8413267a0daa4b5472@418 2cd91b7d-3b21-0410-a5f4-f42db4f24360\n", "proba": 9.067554856301285e-06}
{"commit": "29527e99129d4b376abb74200a69f28912d4ec51", "message": "RMI server\n", "proba": 3.9913155092108354e-07}
{"commit": "b47aa61960fa411a712cd57ad9f4f99ee9573ab9", "message": "Provided a guard for webClient field in tearDown method. If an ancestor class setUp() method throws an exception, webClient will remain null. This causes the PermissionsWebTest tearDown method to throw a NPE that masks the original setUp() error. Apparently, this class is part of the web test lifecycle startup process, so its error causes any web test to fail.\n", "proba": 2.097158642300201e-07}
{"commit": "21bfc6eac3955bbc8ce43b0f0e3353a2901b1c2e", "message": "Modify InjectorImpl to support building ListInjectionPlan\n", "proba": 1.51468867670701e-07}
{"commit": "96a2b8b91c7337aa4e47db81614359cb9cbd96c7", "message": "am 154aecc3: am 0729908a: am 39fce1d2: Merge \"improve app crash detection in compatibility test\" into mnc-dev\n\n* commit '154aecc30b2f49c38a1e011c950b6df934fdd1d5':\n  improve app crash detection in compatibility test\n", "proba": 4.2655406673475227e-07}
{"commit": "7a76797b6828cee2657af4713002f36c8a8e98aa", "message": "Delete MultiplicationTableUsing2D.java", "proba": 0.00044490527943708}
{"commit": "4cb56923b0c5b51324ad4d04e3b20f19107bab83", "message": "Fix: 385719 - 500 error looking at the log on an SSH Slave. \n", "proba": 1.0390960625272783e-07}
{"commit": "64ea78bc7fea9ed3489010b596fe4bba582bdd3a", "message": "Add prototype builder code\n", "proba": 2.9583199534499727e-07}
{"commit": "97729ece27232a089091578102ca7fea3b5edf71", "message": "Create Welcomer.java", "proba": 2.805585950227396e-07}
{"commit": "60f55e366e0d09de1f13ddd1af1e2fef77525130", "message": "Now, when Sij for j!=n is 0, gradient terms with respect to n=k will not be calculated.\n", "proba": 2.1517122661407484e-07}
{"commit": "a5e2558c280b4f9606dfd2b21ed5ce844f3fbd53", "message": "Added RegionTopicXMLtoEvaluableXML, which enables P/R/F evaluation to be done on the region topic model output using the TR-CoNLL corpus.\n", "proba": 9.816726276312693e-08}
{"commit": "a2abef2c1377f17a0ee7a114f5044e3a1a12a35a", "message": "Added Hello World / 1.1. \u0421\u043e\u0437\u0434\u0430\u043d\u0438\u0435 Hello, world![#27611]\n", "proba": 2.090395554432689e-07}
{"commit": "f724367470652c867efc8d389e84a5f1e4bccffc", "message": "Added Hello World\n", "proba": 0.00015503453323617578}
{"commit": "bd8a1e2c6d6315fa2bb86ca7cedc81d39ff60afe", "message": "Add FileUtil.java\n", "proba": 1.1940234116991633e-06}
{"commit": "467195e169e31ab7e2549785cefd6021a7d3e804", "message": "CharacterStrategy", "proba": 1.2790956134267617e-06}
{"commit": "0edf204aa2d90aa26971b5239a22b3e1ad9a05c4", "message": "\u0421\u043e\u0437\u0434\u0430\u043d \u043d\u043e\u0432\u044b\u0439 \u0442\u0435\u0441\u0442 \u0434\u043b\u044f \u043a\u043b\u0430\u0441\u0441\u0430 Point\n\n\u0412\u0430\u0440\u0438\u0430\u043d\u0442 \u0442\u0435\u0441\u0442\u0430 \u0441 \u0444\u0443\u043d\u043a\u0446\u0438\u0435\u0439 distanceTo\n", "proba": 2.1349715950691461e-07}
{"commit": "69a8e587af2244a2911163ffedefaa0e25d0810c", "message": "hourGlass and rectangle with diagonals added\n", "proba": 1.2533772064671211e-07}
{"commit": "089306cdf5120c975325a23e40c6094441c88845", "message": "Added ScriptTree\n", "proba": 1.7667498752871325e-07}
{"commit": "2df88ee03c234bfe71c9e988f0475d9fd5c6cea6", "message": "fix config", "proba": 5.964045612927293e-06}
{"commit": "fc80eba6c3d2869057575380ce2cbf9bcb62b10b", "message": "next permutation\n", "proba": 5.973711267870385e-06}
{"commit": "4c36023964f071e0bd4d5f5e82ec46cb51033f6f", "message": "New class EmptyTriMesh.  Right now used for .md2 loading\n\n\ngit-svn-id: 5afc437a751a4ff2ced778146f5faadda0b504ab@1245 75d07b2b-3a1a-0410-a2c5-0572b91ccdca\n", "proba": 2.0035129182360834e-06}
{"commit": "ab35b0dc4c852ab6542418be8942e7db6d2e8945", "message": "agregando confirmaci\u00f3n faltante a la hora de borrar piso\n", "proba": 7.197916715995234e-07}
{"commit": "bd854a412156d0e4202585b745e2722f6e8a40bf", "message": "ChargingState: Constants for the charging state as returned by the charging sensor\n", "proba": 2.9839537774023484e-07}
{"commit": "1ed0b2a36f0abd3a08ff1a4c31f7797b88c2e36a", "message": "Factory for StreamCache instances. Supports a hint for the expected stream size so memory allocation optimizations can occur for the in-memory implementation.\n\n\ngit-svn-id: 102839466c3b40dd9c7e25c0a1a6d26afc40150a@196151 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.6375626046283287e-06}
{"commit": "ba90f165e3154c085252ef788cbf5a2c936736bb", "message": "Create OceanBiome.java", "proba": 1.750392584654037e-05}
{"commit": "d907c3b033e86b5877b6ec292fab616b972848fe", "message": "Add ExperimentTest.\n", "proba": 2.061033370637233e-07}
{"commit": "ffdf855058b86c01b97ac68d9797ae328278c566", "message": "Create OrderProduct.java", "proba": 5.386154953157529e-07}
{"commit": "ccef2cf03b000eb3f9b95302233acbd419c7f613", "message": "\u589e\u52a0\u914d\u7f6e\u6587\u4ef6\u64cd\u4f5c\u5de5\u5177\u7c7bPropertyUtil\n", "proba": 1.804319111897712e-07}
{"commit": "add910c846febc93d82a02cc1eb6f4c2283d9c10", "message": "fix error\n", "proba": 1.7308811948169023e-06}
{"commit": "d6647adb3afec929a219a7824fc77492b1a99900", "message": "Improve updater\n", "proba": 1.3392630080488743e-06}
{"commit": "2a008eb1a710e8742cd84d0d6216560598e7e597", "message": "Added ServerConfig to commons\n", "proba": 1.863548249048108e-07}
{"commit": "f96b0b7fc2d79ce1ccba24e722bda683aba3c7f1", "message": "Author and comments added.\nMove PhenotypeArchive to trunk\nCopyright notice changed\nObservation classes added\nBiological sample and model added.\n", "proba": 9.70731903748856e-08}
{"commit": "7321aba3567f64e32c7ff6615e7ed5f8b526db24", "message": "forgot to commit.\n\n\ngit-svn-id: 28f34f9aa52bc55a5ddd5be9e183c5cccadc6ee4@3675 71c3de6d-444a-0410-be80-ed276b4c234a\n", "proba": 9.979496098821983e-06}
{"commit": "d3cea8ced98e7423e57328420619867461f85f25", "message": "am d6f3ebf1: Merge \"[RenderScript] (minor) fix validation of L3 BLAS\" into mnc-dev\n\n* commit 'd6f3ebf1d0aa940d6c7edc2660f65db453e11718':\n  [RenderScript] (minor) fix validation of L3 BLAS\n", "proba": 1.3346550531423418e-06}
{"commit": "11a87f3c3e740c3f217b25799df81bee0d5125ee", "message": "Create User class for test", "proba": 4.5349230504143634e-07}
{"commit": "d830c59364b473e66db6bb47a560791d845900e1", "message": "New file.\n", "proba": 1.670333915626543e-07}
{"commit": "dfbce434cd87447962c26de94ccf07f4425f7fc7", "message": "Remove null checks which should never be hit.", "proba": 1.2614427191692812e-07}
{"commit": "9732f667d570e35877be0b54021c846970614549", "message": "validate that param lists are there", "proba": 5.866455830982886e-05}
{"commit": "06976b11cfca0032f895a7566838ec3b889efe32", "message": "Removed the instance field as it wasn't used\n", "proba": 6.910223646627855e-07}
{"commit": "031fa11ca7a3876046b65b9a86e6074ee5250444", "message": "Add SemanticException class\n", "proba": 3.548162226252316e-07}
{"commit": "001aa64be1034de2f5bf47fe83b9322304f3ba16", "message": "fix lcm spy URL handling when urls contain equal signs\n\ngit-svn-id: ddc8cd1199829c18fa5932f18135ba8f687fc5aa@540 989093bb-e83e-0410-a25a-9184cbcad8d0\n", "proba": 0.00013805173512082547}
{"commit": "8b7e2883465d6c4e4684378f3da74bdbff58824f", "message": "Clearing", "proba": 1.5459603446288384e-06}
{"commit": "bcba0f92ed0ce042959fa32139455af1499e2151", "message": "Add tests triggering RULE_ERROR in Prolog\n\nProlog rules should work in any environment, including when the change\nor account index is not available. This might happen in closed\nenvironments, for instance during reindexing.\n\nThe bug outlined here will be fixed in a follow-up change.\n\nChange-Id: Iefb4984fff45ca60b4270a286f0af93ec3f9b097\n", "proba": 8.141167199937627e-06}
{"commit": "8303d1971bd93f0493341cb12d9eb1a81b882b33", "message": "Fixed NullPointerException when returning a null as a value of a Collection or Map. \n\ngit-svn-id: d6acb143e251c037dab5ea34394f8439daf45588@1240018 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.059706614294555e-06}
{"commit": "44bae74ea0ab3001bbb76397062bd50a4fc86d4d", "message": "unnecessary wrapping of ServiceExceptions\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@257997 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.8428332850817242e-06}
{"commit": "c1c3bd66faa319dc69c31bb7736e529006d1bab7", "message": "The binding input/output elements namespace attribute is being set incorrectly.\nIt should be set to a valid namespace uri.\n\nPR:\nObtained from:\nSubmitted by:\nReviewed by:\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@254215 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.8908761932107154e-06}
{"commit": "b590b27ba7830624d98af408ce181f059a749847", "message": "Use the qname for the class when calling writeTypeForPart.\n\nNotes:\n- Am writing a custom serializer/de-serializer, without this patch \"?wsdl\" does not work.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@256139 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 7.902461334197142e-07}
{"commit": "1d62888d18887fd539c1258dafd31effc9bd24d7", "message": "damn!\ninit settings first?\n", "proba": 1.629243087108989e-07}
{"commit": "5c46718eb334caf2152488059de14de76d4f3153", "message": "freeSpaceBitmap spilt\n", "proba": 3.979267262366193e-07}
{"commit": "e03e6d3072592b2a49ee4a43c5977e7462bf9fd0", "message": "am 80810f86: Merge \"Fix crash in status bar ticker.\" into gingerbread\n\nMerge commit '80810f86e93866674f3a4ca61f84887e7717aa63' into gingerbread-plus-aosp\n\n* commit '80810f86e93866674f3a4ca61f84887e7717aa63':\n  Fix crash in status bar ticker.\n", "proba": 6.098949825172895e-07}
{"commit": "0f061e3a0f8814f2a41b48195a8b758446f1bedb", "message": "Added mesh.\n", "proba": 1.306404584511256e-07}
{"commit": "15f1c5e63338908927c5c2e115968dd98b79eadb", "message": "fixed bug in sort by date", "proba": 2.0711986792321113e-07}
{"commit": "086e460a32fa1cd465c5c4505a13cda99b1d085c", "message": "Added another condition to getTile()", "proba": 1.1617807871289187e-07}
{"commit": "f4206be4b06ab44683513dca4bedfbe56e3416ce", "message": "Create ClaseVO.java", "proba": 7.81869857746642e-06}
{"commit": "bc26295e3c4db1bb3d7a1dc95267da1948ce57d3", "message": "Reading commands shell\n", "proba": 2.0987039533792995e-05}
{"commit": "62779aeda81f29d8f10a5e04fc348ffedd681f7f", "message": "[Task-3.3.1.1] Add HibernateContextListener.\n", "proba": 1.19936515829977e-07}
{"commit": "beeb33d922206ba8f0c165dbc831b8843fa56815", "message": "More feed back if method or class is wrong.\nPR:\nObtained from:\nSubmitted by:\nReviewed by:\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@245829 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.3123327252960735e-07}
{"commit": "e6a6777dcb36200e390eb0bfaa22385836edb159", "message": "Remove unused imports.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@259055 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0003499758313409984}
{"commit": "b68c6080e7f98de9d94775f14f7ff77f1bbf032a", "message": "This WAS generating\n        return ret;    }\nNow it generates a prettier\n        return ret;\n    }\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@253276 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.45825605513528e-06}
{"commit": "89255c222dc5773cd32a193e3f6a6a067e94c2f7", "message": "Utility to load cert chain from file", "proba": 2.4718417535041226e-07}
{"commit": "eee030309506747cfc47d69abbec72466ac8575b", "message": "modified the Main3Activity class to make the initial SightingModel load data from firebase\n", "proba": 1.7899294846301927e-07}
{"commit": "6f5442131f77934073c334740399670eece834fc", "message": "Add confirm command test cases\n", "proba": 7.680175713176141e-07}
{"commit": "a8f39f9ba72460b1ea40457c9112483d7b3ca50e", "message": "Create CalculaServlet.java", "proba": 4.3284180151204055e-07}
{"commit": "176c878d8af4d6f610e77bd32d788c7d68cfbf3f", "message": "am fa37ee81: am 93184eef: Merge \"DO NOT MERGE: Don\\'t backup night mode setting\" into mnc-dev\n\n* commit 'fa37ee81ed80f0dc6eeeed2d9a89610dd967229a':\n  DO NOT MERGE: Don't backup night mode setting\n", "proba": 5.729935423914867e-07}
{"commit": "301a072c3fae80c571146692c0e67132cfb54fcc", "message": "am 3db52061: am f7b914b8: am a27cc3f4: Merge \"Remove unused quick setting display preferences\" into lmp-dev\n\n* commit '3db52061967a14a2d197e8850160d5a0a6ec16dd':\n  Remove unused quick setting display preferences\n", "proba": 3.564805410860572e-07}
{"commit": "ebdf60e7c800b2ccda01887a304ddc0edce0361d", "message": "am 0221328c: am b3538082: am 5362f273: Merge \"Fix line height problem with inline images in StaticLayout.\" into mnc-dr-dev\n\n* commit '0221328c3381680631d783c2b9733430f8b0555d':\n  Fix line height problem with inline images in StaticLayout.\n", "proba": 1.546106318528473e-07}
{"commit": "de1285e7eae5ecf98b34d2976f86403c644b3af4", "message": "am 63308bd0: am a324a581: Merge \"Fix for StaticLayout bug with ellipsized text\" into honeycomb\n\n* commit '63308bd092a0edcea685d9f81b3d6d6d345c663b':\n  Fix for StaticLayout bug with ellipsized text\n", "proba": 2.759175004030112e-07}
{"commit": "ce8c1086fbc42e80056b59d9dbbd6144cb85f20d", "message": "am eba8782a: Add NPE check to getSystemWindowInsets\n\n* commit 'eba8782a1f8412a3510fc78a71b843ef6e89bdbb':\n  Add NPE check to getSystemWindowInsets\n", "proba": 4.012037777556543e-07}
{"commit": "ecab1178648670f2c72b47faf250040fcded3d13", "message": " Update to fix for bug 5393156\n\n    Tweak to the logic to take account of margins when gravity = FILL is used and\n    there is a measurement dependency between the axes (as in mulit-line text).\n\nChange-Id: I91b9143c2d5db41cb67dd641d5c7ea0b56cae7ff\n", "proba": 5.0346793614153285e-06}
{"commit": "4459eb1f3830d2647f773e60ffbf08e8eeb5afd0", "message": "Google CodeJam 2017 Qualification Round #A-Large: Oversized Pancake Flipper\n", "proba": 1.2990967945825105e-07}
{"commit": "2fad85735f1ceab1541438a95662161b6c0406c5", "message": "Stream API\u3067Scala\u306eList.zip\u307f\u305f\u3044\u306a\u4e8b\u3092\u3059\u308b\n", "proba": 2.0874033168638562e-07}
{"commit": "cf7823e5ecec839d93cb05b5ba8187062996afb1", "message": "\u4fee\u590dbug;\n", "proba": 1.540307721370482e-07}
{"commit": "45e4bf0e771497c120e6780ac37f36ac316d85c0", "message": "MODEL: Aggiungi ITrack\n\nRelated to: SHANDROID-25\n", "proba": 1.1853819614771055e-07}
{"commit": "907f459bf3383103551e8b0129caf683662b9d09", "message": "first draft of hour cycle\n\nsee issue #933\n", "proba": 1.1924639409244264e-07}
{"commit": "260ac08dafd3c5a1f00f0281a0ce226f4cfbc1e7", "message": "Initial commit\n", "proba": 3.003353299391165e-07}
{"commit": "9872cc3a1f8bdc6d94e8cb7b5144a6db7b44a77c", "message": "Importing more", "proba": 1.3813418320296478e-07}
{"commit": "b28304c0536d107afc22cc13d0d8f1d1f6bb37a2", "message": "[progress] set workspace as registry in HttpClient\n\nSigned-off-by: Gregory Amerson <c60ad612488c8276a2f9818159a336c69cbee16d@liferay.com>\n", "proba": 1.2056968046181282e-07}
{"commit": "31409c0081b4f7c9148c02ca94eaa009c3020d00", "message": "[ws] Added alias for global called user macro\n- Fixed a bug in digests from repos", "proba": 1.159286071583665e-07}
{"commit": "1a84c9553de08734ed5084dd54a8378088f5c814", "message": "Create ResourceTest.java", "proba": 8.245190201705555e-07}
{"commit": "5440390ba14b3a21e789d8a64301c63f053eab32", "message": "Q26 Remove Duplicates from Sorted Array\n\nGiven a sorted array, remove the duplicates in place such that each\nelement appear only once and return the new length.\n\nDo not allocate extra space for another array, you must do this in place\nwith constant memory.\n\nFor example,\nGiven input array nums = [1,1,2],\n\nYour function should return length = 2, with the first two elements of\nnums being 1 and 2 respectively. It doesn't matter what you leave beyond\nthe new length.\n", "proba": 0.995927631855011}
{"commit": "1b8ff8f75ae293d061b6a7193412a5cbf22432f3", "message": "No longer uses the system settings activity, creates its own view and error checks entries.\nMoved here from above.\n", "proba": 9.754647578574804e-08}
{"commit": "1be3d4f8b09904945d4f725c3359775ed67157f2", "message": "Update DuplicationCheckRequest.java", "proba": 2.9294588443917746e-07}
{"commit": "7ef515cef61460f1469cb6c2648d08c074020d02", "message": "added gradient for triangle\n", "proba": 2.2970965574131696e-07}
{"commit": "312a09e2c3e601478a41cc4ef4df6b077c643ac4", "message": "\u683c\u5f0f\u5316\u4ee3\u7801\n", "proba": 1.1461804660939379e-06}
{"commit": "f676b8abc85ec85a8b26548c34393a694b1daa86", "message": "Added a menu to regenerate the index", "proba": 3.6127406133346085e-07}
{"commit": "720059d35c635490bbb0217d21db9e0bd72a20ca", "message": "added Players.getPlayersInGame method\n", "proba": 3.2343871225748444e-07}
{"commit": "dfc38fe8b1e5a54eb559dd6f8260b033df679498", "message": "add flipping bits solution\n", "proba": 4.239552708895644e-07}
{"commit": "cf8712065a249314267affdcc1ce2ac6546e3937", "message": "Q279 Perfect Squares\n\nGiven a positive integer n, find the least number of perfect square\nnumbers (for example, 1, 4, 9, 16, ...) which sum to n.\n\nFor example, given n = 12, return 3 because 12 = 4 + 4 + 4; given n =\n13, return 2 because 13 = 4 + 9.\n", "proba": 0.9999994039535522}
{"commit": "4f63a3de2476fc1845699a5eaa37332d03600609", "message": "Add a pair of methods to help optimize countingmessagestream\n", "proba": 2.0975357983843423e-06}
{"commit": "bcac31203e9347156576ee14c15179bca3fa5c17", "message": "budgeting tweaks\n", "proba": 5.145219574842486e-07}
{"commit": "67c14e96e3baa80ddbf3ab27d9eb7a8b95210e6e", "message": "\n\nSigned-off-by: \u6c5f\u5357\u7ea2\u8863 <hycx227@163.com>", "proba": 1.2136314353483613e-07}
{"commit": "310a177a96480749e031b4e87420d552e26c1fda", "message": "Post error event if successful token response is empty\n", "proba": 3.055889465031214e-06}
{"commit": "924a953271a630ccec99dbe86d5fda6c8ab41a88", "message": "am 1e33ce8b: am 460847c7: Merge \"Stop screensaver on incoming phone call.\" into jb-mr1-dev\n\n* commit '1e33ce8b434b8ce277ebe1e4e9e4f2b46dc29682':\n  Stop screensaver on incoming phone call.\n", "proba": 1.2413366675900761e-05}
{"commit": "277d305c085ff8d9a36957574e73fa988d9afc9a", "message": "[Run (testing) class]\n", "proba": 1.248543100018651e-07}
{"commit": "1230f36d4fb53f75bd312405d17e235e229a10d7", "message": "Accept thumbnails and copy them next to material-profile", "proba": 1.5477748149805848e-07}
{"commit": "353a994b99ac93639c104c8d00a79f88c7f27d0d", "message": "Issue #1170: CeylonVisitor: Add visit(Tree.CompilationUnit), handling the @die annotation\n", "proba": 1.323967779853774e-07}
{"commit": "5a5e06a1938afaf6315f08c3a0455bb82688435a", "message": "Made `isImported()` public (#1469)\n", "proba": 1.2721986308861233e-07}
{"commit": "cc96c8cd5176be3f60687bc86bc13d22718b71cd", "message": "AbstractModelLoader: fixed a bug where imported module version was not used\n", "proba": 2.1971391106490046e-07}
{"commit": "3a8f9772743dc656bae2be0d4626b749ce1f211f", "message": "Add function to get all orders in OrderDAO\n", "proba": 2.1098871627600602e-07}
{"commit": "52bf279ecdbde73561a680388cb975571070bf88", "message": "new database type\n", "proba": 6.735243687217007e-07}
{"commit": "320c876ca6c313a94864485dd90c6d9be61fdf4d", "message": "#267\n267_opportunity_UT", "proba": 7.862855272833258e-05}
{"commit": "608e75c801b85d05a5f0f7d4d95835b9e99f9ca8", "message": "tested on a larger slice. now we have multi thread data sharing problem... sometimes correct, sometimes wrong, sometimes crash. my commit should be correct although\n", "proba": 2.9085583719279384e-07}
{"commit": "6bad85a5b9d07675aca59ac18a036f99cf6fdec3", "message": "Actually adding LittleFinger class\n", "proba": 1.2351061684512388e-07}
{"commit": "ae1832e2da432cc7b40dfeff95b28e488d0292a7", "message": "RBM Builder k and hidden/visible units\n", "proba": 1.3882197436032584e-07}
{"commit": "0df5d55485a08a809709dba08cd2332ccbbc0a0a", "message": "macd \u7b97\u6cd5\u9a8c\u8bc1\u5b8c\u6bd5\u3002 \u592a\u5e05\u4e86\u3002\n", "proba": 1.270376372985993e-07}
{"commit": "6187cf3473bb82e057754824a90ba4e4e7639dd1", "message": "Add NPC Handle for TalentScout\n", "proba": 2.3278919059066538e-07}
{"commit": "087e5ffa8c692401336490c54c59a0b1c840017b", "message": "+GeneralListener: Listen on VotifierEvent\n", "proba": 1.4116336899405724e-07}
{"commit": "cdf2b6ff50ca8e4b62e6becedc2b83486f3cef71", "message": "OF-473: Broadcast presence for new group members\n\nWhen a user is added to a shared roster group, broadcast membership so\npresence stanzas will be accepted\n", "proba": 1.182352775686013e-07}
{"commit": "41ef8035621ee0ca5ddd710ef9e2cc4e3861e804", "message": "Find the maximum peak length\n", "proba": 0.9998906850814819}
{"commit": "2a1ec07435955bb9fc00cf9da266026d2419c913", "message": "Updated\n", "proba": 4.837594929085753e-07}
{"commit": "660fec9df2e3a6a6857b34590ed60ed36a8d2c33", "message": "Code Cleanup For Download - Code re-factored to download file in chunk (Simpler to read)\n", "proba": 9.846373671962283e-08}
{"commit": "ef2edd4bbac978b8a2fa25b73254772d35589331", "message": "Delete: Delete old Email utils.", "proba": 2.1111773662596534e-07}
{"commit": "70f91b6955f77ec5c080e6eaf7f4218754012c5a", "message": "Add TaskScheduler class.\n", "proba": 1.341580144753607e-07}
{"commit": "99009a031a255478242dd84b56a19a42e2226089", "message": "\u589e\u52a0\u4e86\u67e5\u627e\u7528\u6237\u53d1\u8868\u8fc7\u95ee\u9898\u7684\u63a5\u53e3\n", "proba": 2.5400026970601175e-07}
{"commit": "5d6a508c08c343e9c379c53dfaefb71713f4dba6", "message": "Initial commit of Driver", "proba": 1.3983606095280265e-07}
{"commit": "1313a138a38f5bc2bf733ba6b79c12e3f3cc437d", "message": "UserRequestObject has been created to be used in controllers.\n", "proba": 1.0785123549794662e-07}
{"commit": "9a68416fce13123135c90dfdd25f5d007f05c09f", "message": "Codon models give exception when put inside report and when count statistics are done on them, this quick fix supresses count statistics in case of codon models", "proba": 1.4516818680476717e-07}
{"commit": "29102ecfcc7620676c20bad592a42c1279902737", "message": "Create InputResource.java", "proba": 1.8832701016435749e-06}
{"commit": "f69c2fd82c5279c0fca5ae7eacdf4967c90e83bf", "message": "Added a drawing class for images and hocr files\n", "proba": 1.1793920862146479e-07}
{"commit": "48e896021d990e53cdcb24cdaa0c28b8a53c2dee", "message": "Added DataType class.\n", "proba": 1.2406192695380014e-07}
{"commit": "70e356a7ba3a7c429f68aeebfe9a44517f05d01d", "message": "[Feature] Introduce StopWatch.", "proba": 1.1814274358812327e-07}
{"commit": "855d1cad4f740b5d3d7435a4d02b996276f16665", "message": "Add threaddispatcher\n", "proba": 2.7347778086550534e-07}
{"commit": "f3d9259307cd19c3bd714c35cb4e41444915d53b", "message": "Update MenuItem.java\n\nequals and hashCode methods are modified", "proba": 1.4609565823775483e-07}
{"commit": "58aeef37bb1ab14e3bd918a4dfa86692e076085a", "message": "Added a class for computing moving averages over time windows (e.g.\n15-minute load average).\n\n", "proba": 1.082855334288979e-07}
{"commit": "a5172632313a5f81efea08b2411ac6ec39b1dc82", "message": "KCINFR-558: IACUC bootstrap\n", "proba": 4.5259062630975677e-07}
{"commit": "70de36103952cecdfec0ecb8a0fd65ad8e9fc7bd", "message": "make LaCronUtil", "proba": 0.9999969005584717}
{"commit": "e704ab842cc62092f9446e0fed8a3d31bdb95fbe", "message": "Make sure Throwable in failure report is serializable\n", "proba": 2.7341618533682777e-06}
{"commit": "bb3668a1c33dd9d340890182b90520de0267d233", "message": "A new java object used to handle Gene Pattern task.\n\n\nSVN-Revision: 7913\n", "proba": 1.487598547100788e-05}
{"commit": "834eafdadbcc7abb780be6de579b68ac90fc3d9a", "message": "Update ReceiptDao.java", "proba": 8.435005725004885e-07}
{"commit": "d0e756a306218aa682829f65c87e2ce251ba0229", "message": "Add DayByDay.java\n", "proba": 0.00026410361169837415}
{"commit": "1cd5f73eddd8e6e4ff949402e97b1e2fa402e516", "message": "Add DeepLearningTask2 for distribute training on a replicated training dataset.  This can improve the speed of DeepLearning training on small data.\n", "proba": 3.613321314333007e-05}
{"commit": "fd1e28ec75e4066cd12934e49e9f6e83ae872e25", "message": "add StringWriterPrinter mini utility.", "proba": 1.3479643712344114e-07}
{"commit": "08f958f173bb63c5f8e73674b558d34a36e7a967", "message": "Create general utility class.\n", "proba": 1.3140730459326733e-07}
{"commit": "d6d690d67a8a20e026381550c27396bd7206706b", "message": "added comments to CallType\n", "proba": 1.2991613118629175e-07}
{"commit": "6e91997c9b8e2acffb1f6b9624ef399d7eb6477e", "message": "Add solution 1.2 Java\n", "proba": 0.9997803568840027}
{"commit": "374ad438857dd601b7e7f0f7ae029ae6c622d476", "message": "battle start message update\n", "proba": 2.9823178238075343e-07}
{"commit": "c341738e1c72e31f2547f8413b60c07ad4d83a2d", "message": "Create TrafficCounterService.java", "proba": 2.2354570319294e-06}
{"commit": "9a1d117bb064a070ac324efc2f9173cea76c213f", "message": "Re-inserted Accept / Accept-Encoding header filters as they were causing issues with gzip.\n\n\n\ngit-svn-id: 3f2e04d30bd9db331bbfc569b45e7de8c0d84ef0@635883 a5cc9254-8de9-e8be-c026-97bcafcbeca4\n", "proba": 7.236809778987663e-06}
{"commit": "826b06c59be390f0375ff7dec0a5bbac50098c12", "message": "Update OAuth2TokenLimitingAdapter.java\n\nFixing LIFO/FIFO behavior. It was previously only setting it to LIFO.", "proba": 1.1247786346757493e-07}
{"commit": "c1fa720134c57cd7cf929e683582fb50c18324fa", "message": "SHINDIG-251: copy/paste error in method name, handled by guice\n\nAuthor: Henning Schmiedehausen\nCommitted-By: Santiago Gala\n\n\ngit-svn-id: 3f2e04d30bd9db331bbfc569b45e7de8c0d84ef0@657083 a5cc9254-8de9-e8be-c026-97bcafcbeca4\n", "proba": 2.5299627282038273e-07}
{"commit": "59ed8bf172aa50afae28e1109fb38ea6730118ad", "message": "fucking header", "proba": 4.388537604427256e-07}
{"commit": "126059b569ea531c5b86df569d1dad68d617270e", "message": "*CraftoPlayer: Fixed docs on getPlaytime() & plugin is transient\n", "proba": 1.2997746523524256e-07}
{"commit": "7f5c34348b51dcb47061bf07ae1cae994c7279a1", "message": "*Force the player to issue commands when in a private channel\n", "proba": 1.4392067271273845e-07}
{"commit": "dac5c4446b98571523e5a5c0502da9856bc648fe", "message": "Added the class NotNullValidator.\n", "proba": 1.4217640398328513e-07}
{"commit": "0c9a3ec33fbf14658c48170ee92793b318572459", "message": "add missing ByteArrayListSerializer class\n\ngit-svn-id: 1e8683751772dd0ef52a45d586103b4a82d616ff@918850 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 6.378794932970777e-05}
{"commit": "b71e512b5dee475467698d693e72884ce6aa86be", "message": "Conversion status should now be displayed in during tests.\n", "proba": 1.0286742480047906e-07}
{"commit": "39a0aa852a239b69ecb4b5011b996239639cf581", "message": "fixed some errors with empty fields\n", "proba": 1.0425528671476059e-06}
{"commit": "c86827d8a7aaec2fa7219b725f3d31a799324ace", "message": "add IPv4LocatorFactoryBean", "proba": 0.0002592793316580355}
{"commit": "ce816ba06a8823462192c98afdc32ff787d8ae36", "message": "Update the StorageInitFilter to allow the /storage path\n", "proba": 2.2598966609166382e-07}
{"commit": "874d0e1684a39d92497f6ea13997606206c66786", "message": "Add general partition types\n\n", "proba": 8.301731213578023e-07}
{"commit": "ea84f5cd3b15515891211e122fedc7bfd1ca46f0", "message": "non abstract PoC of parallel windowAll\n", "proba": 8.596155680606898e-07}
{"commit": "ed20639370a4a339c88f889c07ea806c68837682", "message": "Minor optimization, but more importantly avoids saving \"this\" with every\nserializer and deserializer while we still have a Serialization based\nsave() and load() implementation.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@252115 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.394127917199512e-07}
{"commit": "470d685b2183c0dce30a7ce54cfe2bf929e19987", "message": "Fix for http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13214.\n\nXML import processing was faulty.  Thanks to Charles Savage\n(charlie1.savage@ps.ge.com) for the fix.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@248324 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.6837778957778937e-06}
{"commit": "7a6dd49583828c57771e1da22b2b3d23b293281a", "message": "quit properly\n", "proba": 3.6987844964642136e-07}
{"commit": "fb26b0bff172c514e87647755216c44c969ba471", "message": "a simple Exception class\n\n\ngit-svn-id: ed25c26de1c5325e8eb0deed0b990ab8af8a4def@3224 7c6358e6-4a41-0410-a743-a5b2a554c398\n", "proba": 1.9800370409939205e-06}
{"commit": "13ff4ca49cf353c9a479b6abc01cb19bb71a36c7", "message": "\u6062\u590dSwaggerConfig\u914d\u7f6e\n", "proba": 5.52107167095528e-07}
{"commit": "74a768c8598bd7aad1ce62d688536ce89e418da7", "message": "Removed vendor specific module as it is no longer needed here.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@255331 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.6284459434245946e-06}
{"commit": "edcd6a5b6ac5813b11bb41d0b275f114090bf612", "message": "stepCount starts at 1\n", "proba": 9.589767842044239e-07}
{"commit": "9321d5c82fa98f4fa3cbaa9895d0993ebf8b90a8", "message": "REPLACE the cosmos password by an oauth2 token\n", "proba": 0.9996082186698914}
{"commit": "7b5bd664fcd54f86650453064b9b7fc240fab3d0", "message": "add a button to lower the wall slowly\n", "proba": 6.942584036551125e-07}
{"commit": "192720355a9efd7906a2deeafb6ea4f29c0f43b4", "message": "removed unnecessary lines\n", "proba": 0.00010545209079282358}
{"commit": "471b7f4b24d8a420f2f99b88bdd9cc914c627dac", "message": "Deactivated override annotation checking again because it still\ngenerates error messages out of our control.", "proba": 1.0276427531152876e-07}
{"commit": "26cb9d0ca32c9903b13d147f32fc10b64e8e5581", "message": "fix !mute\n", "proba": 1.8052501218335237e-06}
{"commit": "b6823aa4928db4d8d6869fe294a7f0b1b2871850", "message": "110. Balanced Binary Tree\n", "proba": 3.4969596640621603e-07}
{"commit": "a22d937b37ffd3144046c4c870378d8f8e8687f0", "message": "Added class for Predicate Matrix import\n", "proba": 2.016225550960371e-07}
{"commit": "13b6e6ba7e41b0aead847dca9dc17f7fd2cf44bb", "message": "[core] param\n", "proba": 3.507903102217824e-06}
{"commit": "116ffadc618c7cd38dd52f1d71064e95b5051c07", "message": "Hack! Return ExternalVocabulary concepts wrapped in SAPI classes. This should instead be coming from a cache?\n", "proba": 9.864212557886276e-08}
{"commit": "ac39a00f761330a5ebf8061729c8ca544a90e5e3", "message": "The basic idea is, every HEARTBEAT time, ask to RPCService which nodes still on\nand compare with initial cluster config defined in floodlightdefault.properties.\n\nIssues: Do not treat the message ROLE_STATUS.\nIn case a cluster goes down and goes up, there is a problem, the Controller does not change its own role to role slave.\n\nBut works properly as Primary-Backup configuration.\n\nUnder development...\n", "proba": 1.1564328161739468e-07}
{"commit": "5d55e7cab51a36714950f3378e51f9c1233ccc5f", "message": "/\n\t* WrongArguments.java, WrongType.java, UnboundSymbol.java,\n\tGenericError.java:  Inherit from RuntimeException.\n\n\ngit-svn-id: a878c62e23c3cdd7109267dfd9bdff0ba03a0163@582 1d09e943-a6e3-41c1-b8ec-f26b335f1fdb\n", "proba": 9.753112863108981e-06}
{"commit": "42fb2a169f5db5a6f62df7d93f85dbe96ef2da04", "message": "Initial state machine\n", "proba": 1.611418269931164e-06}
{"commit": "948a1f7aa2ad2d2f1999880f825b4a13b3edf02f", "message": "Javadoc\n\ngit-svn-id: 3cfc64c80f2e6f92f6d08f3c7f3967ef35335cd9@1301938 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.854322004481219e-07}
{"commit": "727e484356ea2c48d69fb538d40012b6243ca2f4", "message": "Delete ListenerThatHiglilightsElements.java", "proba": 4.7633491817578033e-07}
{"commit": "aad3071aa392ab53c6efb444a0cf38a4520e2397", "message": "add utf8 codec test\n", "proba": 4.806562969861261e-07}
{"commit": "316c8a259b35cb916596cb089687f05d8d34f2f8", "message": "\n\ngit-svn-id: http://gforge.cs.vu.nl/svn/ibis/new-connect/trunk@5096 aaf88347-d911-0410-b711-e54d386773bb\n", "proba": 2.9557872949226294e-07}
{"commit": "3d75cd1a4cc6ab75f2917bdefcec2187287a91d4", "message": "added a basic version of a JpcContextConverter\n", "proba": 1.532821016780872e-07}
{"commit": "a03e8c8846055b249aba1ccbafd41d5d736c26ad", "message": "WHAT: Add unit test for Events\n", "proba": 2.2202616491995286e-06}
{"commit": "c1caa6034ec5c0596d4ab21f87e07964fff6b1f7", "message": "Add a test\n", "proba": 0.002396550728008151}
{"commit": "91fa186c5db052059b77c3a3a4328c6e53643638", "message": "Formatting\n", "proba": 5.685269206878729e-05}
{"commit": "afa30c1cda076f356eba6ab360690be38e2c76b2", "message": "KCINFR-897 fixing a failing test\n", "proba": 1.4767603317977773e-07}
{"commit": "ad61bdd65028619b35b0a1dab373d838a6914488", "message": "Put common persistence test code in abstract class PersistenceTest\n\ngit-svn-id: 311fcc5b8b03427d323cee07bbb9e5a14d8d22e9@624 728ff76a-78ac-11de-a72b-d90af8dea425\n", "proba": 0.9983087778091431}
{"commit": "1e7dbab3828725a7dcf864b43651e1a69af27d1c", "message": "Introducing FiniteStateProtocol.java\n", "proba": 3.042209186787659e-07}
{"commit": "30e4f649814352d4ef7b3884becd43d90046fb8d", "message": "FPS plugin: fix startup not applying limits\n\nIssue:\n@deathbeam reported that the limits were not applying immediately after start up\nand this required dirtying the config manually to get it to apply.\n\nProblem:\nThe draw listener expects `reloadConfig` to be called prior to its active use, so it is also an initalizing method.\n`reloadConfig` was only being called if the config changed, and not when the plugin was activated.\n\nSolution:\nCall `reloadConfig` when the plugin is activated so it has been initialized.\n", "proba": 1.5394471120089293e-07}
{"commit": "1855d0da8b3cee7774810c6103d4ce19944b1a6b", "message": "am 8a1df415: am b4248495: am b01a5ba2: am 562262cc: Merge \"Bring along more ApplicationInfo fields.\" into lmp-dev\n\n* commit '8a1df4154d0e1296a3f03fa2aaf852ac08f68f36':\n  Bring along more ApplicationInfo fields.\n", "proba": 1.8831825343568198e-07}
{"commit": "77b7f39f512a34a9af0013cc7e01142192901d67", "message": "am fc141ef2: Merge \"Avoid NPE when ProviderInfo is missing.\" into klp-dev\n\n* commit 'fc141ef20bf871e925fbbbe4bb9af64c67033246':\n  Avoid NPE when ProviderInfo is missing.\n", "proba": 1.7555069575792004e-07}
{"commit": "2062c12f416404101c49dd196ce5cc1910dbfd03", "message": "Solve backAround\n", "proba": 0.9999986886978149}
{"commit": "cbc8b233a43e8ff4bfc0969ab15320fcc8f283de", "message": "added files\n", "proba": 4.7490340193689917e-07}
{"commit": "f8b7f5c41c954e4b046cc603be53fce7fc163f4a", "message": "Create AudioPreferencesPanel.java", "proba": 7.991725397005212e-07}
{"commit": "e1bb5fa7aa6b2a287d560b3ca0b0df034c8df74d", "message": "Create lowestCommonAncestor.java", "proba": 0.999832034111023}
{"commit": "aab4b43d249ba1ceb225f26438c5b3785273711a", "message": "Fixed copyrights", "proba": 4.7039858941388957e-07}
{"commit": "cc2f544cf867a886790d8de22f7a9b3c1af5d5be", "message": "Don't mark every servlet as the JSP Servlet\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@817434 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.515573436947307e-06}
{"commit": "7768c3255553da538ac431a8cc402ed0efb6db31", "message": "Unit tests for DiskGraph#getPath(long) trying to reproduce negative seek\nIOException (see https://bugzilla.tlaplus.net/show_bug.cgi?id=293)\n", "proba": 3.5246961260781973e-07}
{"commit": "2b0650b6164e36e3fe134002169bba79e43468c2", "message": "Chapter 3.2 Added Max class\n", "proba": 1.2378076519325987e-07}
{"commit": "bbf8b0f7150cfae5e89292c84652273e5d47dfc5", "message": "[Fix]Extend probabitlity matrix size to prevent situtation\nwhen value from row is not lying in intervals.\n", "proba": 1.0048182019772867e-07}
{"commit": "fd8fdcc66e355664329ea37c6af3960c2a7196b8", "message": "Fix one last indentation.\n", "proba": 2.2923506548977457e-05}
{"commit": "3b152d95048610b77b5b53a643425a3da8141b56", "message": "Fix NPE in AR hardware binding sequence.\nb/22772433\n\nTo keep the old Watcher binding sequence backwards compatible,\nit is required to ensure that the callback is only invoked if\nthe feature is supported by the platform, and an instance is\navailable.\n\nChange-Id: I0a6335f10647184abdad3ee1583b505160a3308f\n", "proba": 1.3444584965327522e-06}
{"commit": "bd47b3e157ded3b1c16e8a73f58dc7f0c57ffacb", "message": "Adding a basic test for the Trie parsing\n", "proba": 4.085008242782351e-07}
{"commit": "484d2309fa446e9d1df682b334bb5a6b7b39869a", "message": "\u8282\u8bf6\u53e3\u53d8\u66f4\uff0c\u505a\u9002\u5e94\u6027\u4fee\u6539\n", "proba": 1.5234228101235203e-07}
{"commit": "90ca5675b5c9dfaffb62d6cf95e7ba24b573e09d", "message": "Correct test for default RFC6265 cookie processor\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1763529 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.873189472069498e-07}
{"commit": "2e892954c25bb898f128a4375757fb2f611e95a2", "message": "Give test classes access to decr/incrNumberOfThreads\n\ngit-svn-id: 7c053b8fbd1fb5868f764c6f9536fc6a9bbe7da9@632689 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.640080871671671e-06}
{"commit": "a454c21f9a8dd048f46c34a9200660b3b5257d40", "message": "Moved the class from purap.document to purap.util\n\n", "proba": 8.413603040935413e-07}
{"commit": "692f7afbf92caa5dbe31678e46d439ab7d1d2da9", "message": "fix for GRAILS-6100 \"Unable to display a specific view with an additional HandlerExceptionResolver\"\n", "proba": 1.0000707106883056e-07}
{"commit": "f7918f053b2504bfb1dfc79f70e2c22164b9379e", "message": "Clear results of SCI scan on reload\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@945725 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.495297053428658e-07}
{"commit": "7e35458fb97ab6ef7b9de633a607cadb5909a7b6", "message": "Add missing part of recurrsion patch\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@888092 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.04175670054974e-07}
{"commit": "530970432dd0aa67181158799b85d820296f4d14", "message": "Log processing progress and fix hardcoded FileMatchingStrategy in log message.\n", "proba": 1.1155722745570529e-07}
{"commit": "4174c97871ca6b9d8cf4eda04a8a0742ae825549", "message": "Updated #033 - round 8", "proba": 1.3741757243224129e-07}
{"commit": "3fcfea3632fcd4c9f32fc594819f18dfb42f3afa", "message": "more log\n", "proba": 1.268295477530046e-07}
{"commit": "4980e21093cbba979496a9101ba065276e0427b1", "message": "Fixed hashmap bug in /begin\n", "proba": 2.726374361827766e-07}
{"commit": "628d8f629ba78f8488512e5f12d7e96e8c4d8ffd", "message": "Store minecraft server in root dir and move bin -> lib\n", "proba": 1.376872802438811e-07}
{"commit": "2cebf17a43d7d72c83baf5d1d80b47992df26526", "message": "HttpClient contrib package item to detect proxy settings within an applet.\n\nThis contrib item is patches per the discussion here:\nhttp:d84ecc87b11bac27049286449c94723b3df86482@jakarta.apache.org/msg04673.html\n", "proba": 4.123731400795805e-07}
{"commit": "3ad21ba4413e4981d3dd2483beff674880dbcf7b", "message": "Some test for semantic query\n", "proba": 0.0009683126118034124}
{"commit": "dea51c1569c6618d824c61ebcb21413ce1617271", "message": "Moving files to Entites.\n", "proba": 1.210104159099501e-07}
{"commit": "57f02fb06cbe57318dd85cf11c470796626ff723", "message": "Added a test case\n", "proba": 5.097176085655519e-07}
{"commit": "5a77058ffc884dc27e11dfcb58788b7db7ac923d", "message": "AudioManager: do not mandate a looper\n\nHaving a listener for audio port updates is not mandatory.\ndo not throw an excepion when AudioManager is contructed\nfrom a thread without looper.\n\nBug: 15368707.\nChange-Id: If5ce54bf4efdff8b785098649fa1cd0564861e1e\n", "proba": 4.2862175178015605e-06}
{"commit": "a2a37d6297c96c82704b83718d223dcad7248aa1", "message": "Applied patch for Axis2-5074.\n\ngit-svn-id: d6acb143e251c037dab5ea34394f8439daf45588@1162703 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.715664545074105e-06}
{"commit": "972057363ee1bfc8845bf953cb8e6f94c93e7477", "message": "improved constructor\n", "proba": 2.1226292119536083e-06}
{"commit": "3542128a1459bd3018f041a8f5723f615ccbf9fe", "message": "Create COLUMN.java", "proba": 2.5868757802527398e-06}
{"commit": "b691262c3a039073b2d3f3708bc589b1687051f3", "message": "seleccion del turno a solicitar\n", "proba": 2.6598851832204673e-07}
{"commit": "7223b84eb413b63c4b0fbe8f857a299ee062fd4c", "message": "\n\ngit-svn-id: svn://192.168.1.10/public/CoffeeMud@4554 0d6f1817-ed0e-0410-87c9-987e46238f29\n", "proba": 5.989261921968136e-07}
{"commit": "d5f18ff183bff09341ba8d18e268810260da4e23", "message": "Create GenreRule class\n", "proba": 2.3965202444742317e-07}
{"commit": "049df36e8c181fad96c177697190afbe0507c0fe", "message": "Stub subcommand for coupons\n", "proba": 2.787551807159616e-07}
{"commit": "2840ea0b35eed11acf9380e9e2626770ba278ebd", "message": "zones to CSV exporter", "proba": 4.65725918274984e-07}
{"commit": "ed5056c78d58c265c46e113e1e7797b271f1fbd2", "message": "add #1752\n", "proba": 0.0004727746418211609}
{"commit": "d5397a1aa04f11f955d36c242b54bf27533edf02", "message": "Adjusting comments\n", "proba": 3.6751910670318466e-07}
{"commit": "795d18fa3152b4087f9da27a0447872a5b8ba0ad", "message": "-d works.\n", "proba": 1.193708669688931e-07}
{"commit": "1942100e69f78b8ad16a3a573009413d879adaab", "message": "Improved reading xml resources and initialization Paint objects\n", "proba": 1.6983149464522285e-07}
{"commit": "a2b9c17eee3b917050bc15cc59c82cd4b1c7d8b9", "message": "CompilerTest: make it possible to pass options to assertErrors\n", "proba": 5.30102340690064e-07}
{"commit": "799f68f366a52f83fa2f715115e78ce749353120", "message": "Minor revert because of API change.\n", "proba": 1.1453058590404908e-07}
{"commit": "65a870be8140dc3f3a09987d59bf5bb645ae3ca8", "message": "add sevlet\n", "proba": 4.2823439798667096e-06}
{"commit": "16f0b50920ea0133706eec87704071422bacc494", "message": "Fix GuiDraw.getStringWidth with bold formatting\n", "proba": 1.5822836303414078e-06}
{"commit": "1471f86403420097d33782d18f6f55a165649db4", "message": "operations class\n", "proba": 1.3057859860055032e-06}
{"commit": "4360c96c2d9bede59babd37fe8bf0a31621180c1", "message": "Use the instrumented Jetty connectors.\n", "proba": 1.1200025795687907e-07}
{"commit": "26499b2dedf191db52c0dfd71e8e48a87d010625", "message": "improved simulation page with a new JSON response message that includes the vehicle\n", "proba": 1.3415520072612708e-07}
{"commit": "bfbf027009f09142e97a2188e3c271f2bddcf273", "message": "1. Update header comments.\n2. Improvements to logging messages.\n3. Refactoring for new QueryScope enumerated type to replace true/false\nflag indicated local versus distributed Registry queries.", "proba": 1.0677949546789023e-07}
{"commit": "4066367edbf050cce658ce40119946f372572eb5", "message": "Servlet to manage openid logins\n", "proba": 2.2444429248480446e-07}
{"commit": "78de5019b4ce6757383ed7ebe2abc58bba7065ba", "message": "Delete CMDwclear.java", "proba": 4.142803845752496e-06}
{"commit": "af42b74aee4ec56d0c7abe11bd02f96a09c75dd1", "message": "Added marker interface IDAOExtention\n\n\nSVN-Revision: 254\n", "proba": 1.3097290718633303e-07}
{"commit": "dc894046beddcd60719011d1791b51be8cc2cb4d", "message": "Fix some IntentFilter docs.\n\nChange-Id: I1dc6feb41bf275583d8b25ed5ca98d2b1432c752\n", "proba": 0.0016797848511487246}
{"commit": "8242b07378af28502585aae14fd20f36862e6f8c", "message": "am 7ad04d3f: am af5c0118: Merge \"Fix issue #6447773: Pulse does not run in JB (NPE in GestureDetector.onTouchEvent)\" into jb-dev\n\n* commit '7ad04d3ff4c1d9d2a26387c4247d8fc75551ea77':\n  Fix issue #6447773: Pulse does not run in JB (NPE in GestureDetector.onTouchEvent)\n", "proba": 2.906517408973741e-07}
{"commit": "1b6414be291982bdfbadd7709c4e417315ff555a", "message": "Support 'customPattern' as an alias of customDateTimePattern and customDatePattern\n\nCloses #715\n", "proba": 1.403349187967251e-07}
{"commit": "e93109467d40072deaceb6def889ef1ad41ed7a0", "message": "qa: applied PMD/checkstyle/findbugs rules\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@4936 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 6.163596708574914e-07}
{"commit": "64037fcebda309bf635b8f6c9a64f127ec87b4f7", "message": "modify JDBC driver error: add single quatation for pattern string parameter in meta get methods\n", "proba": 2.4679621901668725e-07}
{"commit": "06773473b5a6075fdff7073eadcec51d5869721e", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "d261673afef01bc6c410037cfc65cb82155fa0e1", "message": "Create file", "proba": 2.4237206162069924e-06}
{"commit": "1f2bedc69dd58d4d51f5397e6571458a30506dff", "message": "fix unit test\n", "proba": 6.971770858399395e-07}
{"commit": "7a8aa83c9ef11c61027899d792a117ce2ed128d5", "message": "fix warning\n", "proba": 4.131894002057379e-06}
{"commit": "ab8ca359c8af54fc5d59437604b0453e8f7883b1", "message": "cleanup after test\n\ngit-svn-id: http://nm-ddb-data.iais.fraunhofer.de/svn/platform/development/trunk@11594 41e0724e-84da-11df-b2d6-0f76b6d44b92\n\nFormer-commit-id: efef3a662c97bc2eb040aa25749bbbc46f683eab", "proba": 1.981960394914495e-06}
{"commit": "26dec1e115137e587afad4f4bee640b32a411892", "message": "Change how containment is accessed\n", "proba": 1.5069233086251188e-05}
{"commit": "df9b74781ae0c4554eb51744f10d53117d057982", "message": "Camera2: Update availableStreamConfigurations for JPEG sizes\n\nAlso Fix some doc issue in availableCapabilities\n\nBug: 12035686\nChange-Id: Ie517a587f4a9e6cd9731fcca042e24adf832d9e3\n", "proba": 1.596668965930803e-07}
{"commit": "a002fb4df44e7bea22c193095aec6516411f65d6", "message": "Camera2: fix high speed request builder creation issue\n\nThe metadata local copy was mutated (swapped) to an empty copy after use,\nwe need make a copy every time.\n\nBug: 21442271\nChange-Id: I8a71663ba964288bdd1d7f50b42db762d28d89c0\n", "proba": 3.2457473935210146e-06}
{"commit": "63c8c4937e2b170eb018a3772789b7466cc51bbc", "message": "Fix the build\n\nChange-Id: I15cc8d517a1713b003aad396aa5d2b29cb808338\n", "proba": 0.999997615814209}
{"commit": "75aad57340ada9ef577331d3a46fac180ff800fd", "message": "Add worker test utils for resetting static state\n", "proba": 2.909634702064068e-07}
{"commit": "c31e095e2b3b6966f97766a7deee44fe0b92f96b", "message": "am e7b2310a: Merge \"Make sure AppCacheTest casts to long\" into honeycomb\n\n* commit 'e7b2310a856889aa1e683104039033ada3f6b696':\n  Make sure AppCacheTest casts to long\n", "proba": 8.085844456218183e-07}
{"commit": "926b9e257f441bb733d0fef4d6e4e99fa4d711ee", "message": "EASY/src/easy/ClosestBinarySearchTreeValue.java\n", "proba": 2.0005554688395932e-06}
{"commit": "752124896ba120402c894cb84d4e1d9b8549671f", "message": "Commented a print statement", "proba": 1.0651887123458437e-06}
{"commit": "85fb6a7b84278c7a868732868ab3c8c09959f69b", "message": "Added the tests for TalksAdapter\n", "proba": 1.2485384104365949e-07}
{"commit": "b9fdbdd2edc328694a77e4bb9a998eac72b6175c", "message": "-Added newer graphics of faces, including individual faces for each emotion\n-Gameplay now updates each card to show the appropriate emotion face\n", "proba": 1.6636600719266426e-07}
{"commit": "a33564fba7293930f6232ae8a7a32f8d242fa2e6", "message": "Add utils for RxJava\n", "proba": 7.364683369814884e-07}
{"commit": "169d05a7a6ee1c99e6b474a20291629ed2454e4b", "message": "Changed the target app .\n", "proba": 2.41477800955181e-06}
{"commit": "4f0ca6990572c2199b2474ed7cb537dd72028fff", "message": "add UncaughtTest.java\n", "proba": 5.940941605331318e-07}
{"commit": "7c73a177fbe882e6e58a6c52c090c5a8cd07f645", "message": "new tds radar collection\n", "proba": 1.511636611439826e-07}
{"commit": "e8a3cea55fd728e8145111735fb07636056f185e", "message": "Update GameObject.java", "proba": 7.275370421666594e-07}
{"commit": "92abaae7abc679060f61f94362649bef52c9b3d1", "message": "Tweak\n", "proba": 1.924561502164579e-06}
{"commit": "bbad5b97da4036158383c8cbc751c300c61012f2", "message": "take three\n\ngit-svn-id: 488b3bf40f260ac8d5bff5f7b2d8e19ee7724ae8@670896 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.9999978542327881}
{"commit": "7eb339ad3a2dd6d212c0757b4c2424119e371b51", "message": "Household class\n", "proba": 1.971456413230044e-06}
{"commit": "b7c7c0f88f20eeb684a60c74e3c406620ed5c672", "message": "Checking for root access at start and remembering if it was granted\n", "proba": 2.972476806917257e-07}
{"commit": "6bf429fd0d9c5936fa100172103d01584b045e01", "message": "Initial import of the android \"demo\" color picker dialog\n\n", "proba": 2.7097354404759244e-07}
{"commit": "2f954d1989d0bc99bac0ef7135a45c3d14cd13ab", "message": "OSC\u901a\u4fe1\u7528\u306e\u30af\u30e9\u30b9\u3092\u8ffd\u52a0\u3002\n", "proba": 1.0893642610199095e-07}
{"commit": "545c3cf95ffc46a81e7680f37e4d55eaa8622b32", "message": "Benchmarks for Linkify\n\nAdd benchmarks for Linkify and URL regular expressions.\n\nBug: 27921706\nChange-Id: I61dcd090bdf877f2df77e898c8a0f441de1dc45a\n", "proba": 0.0001315977715421468}
{"commit": "6df88ea1c273b5dda56149fe7060c3c68034d233", "message": "add XMLParsingTokenizer\n", "proba": 4.149369488004595e-07}
{"commit": "df39ad1a2a29785f14139831459212cedf019398", "message": "Adjust block size", "proba": 6.303073405433679e-07}
{"commit": "ec59a672cc1ccc14759fea2b73f5e90a426ec4e8", "message": "add CounterTest\n", "proba": 5.796273399027996e-07}
{"commit": "512a2811fb973a266752be436bef8b2a2ea85e21", "message": "send ok status for successful deletions\n", "proba": 2.010196880064541e-07}
{"commit": "b3d8f938a199c3a428f43ea571f932328f7ecf19", "message": "update to handle molecules, any species.  nuke main method\n", "proba": 6.790465249650879e-06}
{"commit": "a4ef3dfe05723da367e0959203e30bc96a40eaec", "message": "added MIN and MAX to use in initRandomCenters();\n", "proba": 1.3163320033982018e-07}
{"commit": "50cdffedc060e32abe26ad2c15c8faaf9edcb993", "message": "\u4fee\u6539\u6784\u9020\u51fd\u6570\n", "proba": 3.5442292301013367e-07}
{"commit": "23e4a39a6dc3bd577cc1ddb295902092f4209256", "message": "Use @SpringBootApplication\n", "proba": 1.7405186270025297e-07}
{"commit": "3de013e195ea9af9411d2933c5e8be689ab25260", "message": "add the star render\n", "proba": 8.837416203277826e-07}
{"commit": "5c5c270fd4bf04d96f6df8ecf5c695fb3abb1009", "message": "fix redis key\n", "proba": 2.4364203454751987e-06}
{"commit": "a0d8002b54ace26027fd6aa727d56468d83a7486", "message": "Added basic string argument implementation.\n", "proba": 1.276280556794518e-07}
{"commit": "d04122c022b96a83d376b918aa14961c98b8b9d9", "message": "Revert previous change\n", "proba": 6.165789159240376e-07}
{"commit": "6655db5deb87d469ad72b53d5bb8b10ac930e9f1", "message": "First fix for SCHEDULING-375:\nprevent from NPE, to be cherrypicked for v1.0.x\n\ngit-svn-id: 27916816d6cfa57849e9a885196bf7392b80e1ac@13745 28e8926c-6b08-0410-baaa-805c5e19b8d6\n", "proba": 3.4885954391938867e-07}
{"commit": "6ee365886f92124d2acee065c4a49fe9aedb8fb3", "message": "Added a basic test suite for PlaceRequestTest\n\n--HG--\nbranch : replace\n", "proba": 2.184092409152072e-07}
{"commit": "bd444950f20838a19ece9c30880f3225ce568d13", "message": "Initial release - Added a constructor to DefaultSecurityConfiguration with a java.util.Properties parameter that can be used to bypass the normal properties loading, allowing for the custom loading of properties", "proba": 1.1542093858452063e-07}
{"commit": "cbce12a837250b7454118863daf35ebd20b6e365", "message": "Header/toString unit tests\n", "proba": 5.149986463948153e-07}
{"commit": "809bb50a6397540f441e6860e754606d5ddd17fe", "message": "Added a test for HeapPriorityQueue\n", "proba": 1.302334453612275e-07}
{"commit": "ec13db4145766822f53284c2a92a13422a6205b7", "message": "Create Longest Common Prefix.java", "proba": 0.0006704262341372669}
{"commit": "fa1a408f601ac1c7b4e5b9f5d8c91b62e27ced46", "message": "BLUE-2 obtain unused device serial number when creating device cert\n", "proba": 2.3310775532081607e-07}
{"commit": "9e7b45af6ffbae9d20bf4a3b572e96f39159cd06", "message": "cleanup\n", "proba": 3.1109298106457572e-06}
{"commit": "ca6b35a905570ac7dc4d02124d43a30944432426", "message": "Initial checkin.\n\n\ngit-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@766 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3\n", "proba": 0.0002620655868668109}
{"commit": "d0b2c9411572885fef7e68ec2819c161dcb37d55", "message": "after login -> menu\n", "proba": 1.8773852161757532e-07}
{"commit": "e77b9cc7bbf92a3c8e971467b0643dab0315b19e", "message": "Bluesheet Enum\n", "proba": 6.653963282587938e-07}
{"commit": "b75e32cf2116e35ae703eeed78dc4129a6389666", "message": "Terminado", "proba": 2.0303550627431832e-06}
{"commit": "80b4c84a40dc1fdf1a2d90e3b2553b8ea39d5a0e", "message": "day 19\n", "proba": 0.0011343753430992365}
{"commit": "a574e830cf3674bab5bbf8a7a1f227bb85c10474", "message": "MayerXSpherical was not included previously...\n", "proba": 1.0602110478430404e-07}
{"commit": "d392514b8fb68d821b6f360cc0b9de3a4a2f6dc0", "message": "change DeviceThermoSlider to use new DeviceButtonGroup for isothermal/adiabatic and to rely more on IActions instead of swing listeners\n", "proba": 1.1186532589135822e-07}
{"commit": "771b6cee9036769882babff014d93c582b917c0d", "message": "add LoginManager.java\n\n\u0e40\u0e02\u0e35\u0e22\u0e19\u0e43\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e02\u0e2d\u0e07\u0e01\u0e32\u0e23 login user\n", "proba": 2.992431973325438e-07}
{"commit": "068b28f4952d08ad0c653f80ef42447f8ea72767", "message": "Solved problem 15\n", "proba": 5.377479283197317e-06}
{"commit": "a3f4b2a36ce40a128af5458fee68f66b9a2caf47", "message": "reading JSON into a list from URL", "proba": 1.6081239664345048e-06}
{"commit": "8c730255a99a31ee28de3a90199dd230a33222da", "message": "The server thread\n\nThe communication between the server and the client.\r\nNot finished.", "proba": 1.1412074485406265e-07}
{"commit": "41c769d9a8858ad20b0a6ed942a1cea19ba59d2d", "message": "Bring back Netflix progress bar\nBug #7274157\n\nGradients and color filters are multiplied by the paint's color so it\nneeds to be set to opaque black to have an effect.\n\nChange-Id: Ib5dd1e6185f758f55b57a0f4496dfae98f1a096b\n", "proba": 7.722759960415715e-07}
{"commit": "2aef425402e6d3d8e2cf78be53802a577055d4a3", "message": "KULRICE-5258: removing old constants\n", "proba": 1.4876831073706853e-06}
{"commit": "8e39f101a61887df405c186a08c09fb11538d279", "message": "Add java solution for 17. Letter Combinations of a Phone Number\n\n17. Letter Combinations of a Phone Number: https://leetcode.com/problems/letter-combinations-of-a-phone-number/", "proba": 5.561643774854019e-05}
{"commit": "a278d284f7856bb75f0f9adc2ade5bb21369f2fe", "message": "Handle write errors when the client drops the connection in the same way read errors are handled.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1530574 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.0266283425153233e-05}
{"commit": "3160a370528b05426a7cf4de919ccc579cec9774", "message": "Delete Other.java", "proba": 2.6507941583986394e-06}
{"commit": "64a883e3d38c1627472797f5cbfcef0597573d5d", "message": "initiate calculater\n", "proba": 1.209611809827038e-06}
{"commit": "8d714dff46fe27579007bb416c5170f3e65e5788", "message": "Create CreatePatternFiles.java", "proba": 1.3634548849950079e-06}
{"commit": "f4394e0ee7a3baea26140f8e23e11615bef2c7bd", "message": "Add In1To10Test", "proba": 1.1512493074405938e-06}
{"commit": "d1bf56b582b7299fa65415b55677df87745a8f3a", "message": "Don't overwrite REAP_PROFILE_PROPERTY in ChromeDriver.\nFixes issue 1211.\n\nr11683\n", "proba": 4.3247291614534333e-07}
{"commit": "fac48e8a2ac4c86391b6c6bf2d65cd96fd186dae", "message": "AlexeiBarantsev: Run only locally a test that starts another instance of the driver.\n\nr18016\n", "proba": 3.3998844628513325e-07}
{"commit": "5b44ac56c385cac48f0414b8179df7e6cf939199", "message": "SNI extraction\nNot complete (checkpoint commit), contains debug code.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1672504 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.564454760227818e-05}
{"commit": "2a56176e2610c5f7f02fd2328edb227a82ac5ba8", "message": "Draft of a scoping test\n", "proba": 1.8395270728888136e-07}
{"commit": "ec0ab268192b5acd3b3968ce0bfeae83f6669972", "message": "Create NfcReactNativeSimpleModule.java", "proba": 4.5693491301790345e-07}
{"commit": "3cfc4b1bd2de41fca1827841baa87b511f0a479a", "message": "Delete task forgotten file...", "proba": 2.0307622605741926e-07}
{"commit": "8887f0b2356b301ebc0f98c5762005264bb0450d", "message": "update wac detection\n", "proba": 2.8138927632426203e-07}
{"commit": "59fda416809410560d9c844712ee413f79410f6a", "message": "Added new widget HorizontalSpinner.\n", "proba": 1.1206863348434126e-07}
{"commit": "c2792ba7c35a37ae6730b921f1f715a7a745f166", "message": "Feature #309. Exchange rates per month.\n", "proba": 1.5620445026343077e-07}
{"commit": "0d5b622fb4b4bfa2ca683da3bacfba418d5a0786", "message": "temp. buffer util\n", "proba": 0.9998881816864014}
{"commit": "bedcfed5c2ff88eeb3dbb15a692e6c426b0d8fc8", "message": "Mark blocks out of range as unsafe", "proba": 1.2194745977467392e-05}
{"commit": "bcbe169d565b74bf8c5d1a7f724bc2c01fb55cf7", "message": "Update pruning db code\n", "proba": 3.438527755861287e-07}
{"commit": "9daaeacf2b5dadf2d3deb6a82d6aa2b8d5df970a", "message": "Create Bicycle.java", "proba": 4.775056368089281e-06}
{"commit": "866cd2beba7a3f3ff361315fd77144bbc2ece1b9", "message": "Enable setting style and use with enums directly instead of being forced\nto use strings.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@248877 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.900143044826109e-06}
{"commit": "97d12248f6caf9ffead0655e3d1acd4d2d4def80", "message": "add sum() method\n", "proba": 0.00014460444799624383}
{"commit": "1697ba29288e5d2c5b5895de65dfdb4461be0240", "message": "Removed debug code", "proba": 3.6352196275402093e-06}
{"commit": "8d2b3f56c06ccc1b5da445ef72fe079e8ece2645", "message": "Suppression de quelques warnings.\nLa m\u00e9thode moveFile est \u00e0 tester pour l'organisation future.\n", "proba": 1.3795408904115902e-07}
{"commit": "7a2045834410c386a15dc9e733443f21074f83e3", "message": "Finished initial DatabaseHelper with the start layout of the database\n", "proba": 1.5562157784643205e-07}
{"commit": "32d8246dbe3b5c7f3fe6e156c5fa8035da06e1dc", "message": "Fix SettingsActivity auto detection triggering\n", "proba": 6.491567319244496e-07}
{"commit": "c2b55d9964e9948469e710fa4de2bd5eaf933d9a", "message": "Print stacktrace.\n\n\ngit-svn-id: 193148810cf65385f3a195dbc9a8b504846da3a2@21495 ec53bebd-3082-4978-b11e-865c3cabbd6b\n", "proba": 0.9995166063308716}
{"commit": "a4e94c86d93c341b8fa180082d7efd0c56c4e001", "message": "Add canary test that proves test session isolation\n", "proba": 3.044667664653389e-07}
{"commit": "cb91e20ff4d052222b44db7cdcccf44c7f9be6a0", "message": "inline getSupertypeInternal()", "proba": 1.9633087333659205e-07}
{"commit": "2f7fb929f4b104bd10fb8ded9f5ce425f825e1b1", "message": "better subtyping rules for UnknownType\n", "proba": 4.1430823216614954e-07}
{"commit": "1a683ae8bffb86eb12cbd514c41dd719c40d5070", "message": "more consistent", "proba": 0.001017728354781866}
{"commit": "1fb9ff1a5728ddbb21bfa646e5b71a386548f1ef", "message": "IncaaExport.java added: first try\n", "proba": 1.2449380903944984e-07}
{"commit": "d50a39fb7fa77b03b5317e60a0868cd11cd6082d", "message": "Added response dto for journalize module.\n", "proba": 1.0693378271753318e-07}
{"commit": "7273c2134a0f9fed7afa57571e0b90b9e49c6823", "message": "added class for testing Repoclient", "proba": 3.128854189071717e-07}
{"commit": "c823ec509b68db863847dd5b45dd9db6e6357cca", "message": "Fixed front-facing camera\n", "proba": 8.558740205444337e-07}
{"commit": "7482f1f78d5cdde5a9a2b3ac2c4a608a33d3ba45", "message": "Added generateOn hooks for dynamic UPDATE statements.\n", "proba": 1.071886259751409e-07}
{"commit": "45ed0777edf777b2474d4b7f7e8f6947221f772d", "message": "Altering the getText method in OMTextImpl\nThis will now convert binary to Base64 by reading 3 bytes at a time\n\n\ngit-svn-id: 3495a5c4bbe5ece00c09619c056c9a903ff1da72@225457 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.3837561457185075e-05}
{"commit": "01b05f369b88c4b701314cd950223f8ffc7a8d39", "message": "Guava Immutables\n", "proba": 6.259300789679401e-06}
{"commit": "f21236812f9a7876ace6e3d511948c98149a69fd", "message": "Introduce a interface to save and get cookies\n", "proba": 1.437638701418109e-07}
{"commit": "6817b851a5a877b38eb93561ec398e143b3816ab", "message": "Nasty ripple-effect of naming change for constructors (#1981) requires changes to names of static references too.\n", "proba": 9.915445531305522e-08}
{"commit": "0e4f8bee4a3f9d92f77712dab9f2b27fadfc99e5", "message": "A re-usable main entrypoint\n", "proba": 2.888481685658917e-05}
{"commit": "f0c9b6dd368ff0b00326e72f652c28a278e88aee", "message": "it is a sin to misuse the debug level for trace!\n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@719553 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 9.520826097286772e-06}
{"commit": "af5fa1583c70b96d6425c6e86f7b1c8a61dcd629", "message": "Tweak position of AltManager buttons", "proba": 2.486412711277808e-07}
{"commit": "2238d63faabfc41a67fa4ba388105a8d6373ca32", "message": "Create Day2_Arithmetic.java", "proba": 8.660123285153531e-07}
{"commit": "b741722e5da77b37b84104a276f5238b17c94aa6", "message": "Close #489 - disable resource leak detector for performance reasons\n", "proba": 1.137607483769898e-07}
{"commit": "3a9dd22069276e0ca5896859e7dc594dce873f1a", "message": "@HonestDanGames RedCoat\n", "proba": 1.5512445372678485e-07}
{"commit": "e9fc532cac70908c9b8f8af3fd11ddc4d1a291ca", "message": "Skeleton march 2016\n", "proba": 9.01421913113154e-07}
{"commit": "8a531682a4cb215050d98deb914c32153cb541a0", "message": "Implement EExternalPID ", "proba": 2.4802177449601004e-06}
{"commit": "6360d1877580705b1d019c814ea275b82469baca", "message": "Skeleton for problem 673\n", "proba": 2.0190155680666066e-07}
{"commit": "5a7c02a1cce5920b3998762702189be59427dab0", "message": "add doodad that does correlation between structure factors\n", "proba": 2.0982995920348912e-05}
{"commit": "7daad6a93605af0625fae8e2b1398c446c440a21", "message": "Implement Scheduler interface\n", "proba": 4.843319061365037e-07}
{"commit": "e8e8e5510b597b64dd47338b27e2824ab9c19856", "message": "Code housekeeping\n", "proba": 8.747002198106202e-07}
{"commit": "196be06f1e152fc14a606e647fa847a2bf24d556", "message": "different initialization for Windows\n", "proba": 1.6913919580474612e-06}
{"commit": "24d191f33d0cca45bb33e509a907923117d545a3", "message": "add #1470\n", "proba": 7.27522490251431e-07}
{"commit": "c6193a944e897a99bdec3ec68b5111c13bc02e9f", "message": "Android 8.0\u4ee5\u964d\u3067USB MIDI\u304c\u4f7f\u3048\u306a\u3044\u30d0\u30b0\u3092\u4fee\u6b63\u3002\n\nIssues #123", "proba": 1.7147702635611495e-07}
{"commit": "3996d14e3f92816f5921787cae15e2181846c062", "message": "Create SkillBuilder.java", "proba": 8.894302254702779e-07}
{"commit": "48824c75cbdb04ea09c344386e0e15bec29ec629", "message": "J'ai cr\u00e9e la classe Dice.java (oublis)\n", "proba": 3.8800320112386544e-07}
{"commit": "773e934e3d1aa61ee397d889e3317eae5fbcd664", "message": "Make the Initial Setup message required in the console little bit more prominent.", "proba": 1.1524033993737248e-07}
{"commit": "88c4f5e17cee027c24a8625956d3adee5ef8090d", "message": "Add Tests for Server Information\n\nThis commit adds integration tests for uaa server information functionality.\n\n[resolves #862]\n", "proba": 1.07365210055832e-07}
{"commit": "a47f5824eeb69e64024cade3af6ec0c6ff0f0d50", "message": "added user data", "proba": 2.8862373824267706e-07}
{"commit": "bfecdd3c3b47c01b44521eeefd8304598419d1eb", "message": "[MSITE-662] jetty listens on port 0.\n\ngit-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1403569 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.2333986180456122e-06}
{"commit": "06f23d125706d1b6c2b6fef8158f7ec695b60ae5", "message": "Adding ASF license to OMDocumentSerilizationTest\n\ngit-svn-id: 3495a5c4bbe5ece00c09619c056c9a903ff1da72@227437 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.9518758165304462e-07}
{"commit": "2863208dbe5f69ca47934774570ae7366e26cc80", "message": "SDK:\n- add BufferedImage based TextureAtlas class\n\ngit-svn-id: f9411aee4f13664f2fc428a5b3e824fe43a079a3@9019 75d07b2b-3a1a-0410-a2c5-0572b91ccdca\n", "proba": 7.154029049161181e-07}
{"commit": "92096a18421b4f65549d811c5be5c61dad31c665", "message": "Fix IndexOutOfBoundsException.\n\nThis fix resolves an exception thrown when the snapshot ArrayList has\nno entries.\n\nFixes bug 6311207.\n\nChange-Id: I84383417116a4a62eb2842792ed04096aebc8ee2\n", "proba": 8.278502718894742e-07}
{"commit": "d10f1e29d4d341e8a77fa9bec6e502ea688315b5", "message": "Show clear all when returning from flip quick settings.\n\nBug: 7367906\nChange-Id: I3c6d227d223f11c60a44ceee4cdf698aa2a0acc9\n", "proba": 3.778947984756087e-06}
{"commit": "2bb02ec6a99a08366b4a357aac3683ec5c18c184", "message": "AudioService: Migrate index map to SparseIntArray.\n\n - Use SparseIntArray instead of a generic hash map.\n - Avoids unnecessary boxing/unboxing.\n - Avoids unnecessary allocation for iterator temp objects.\n - Provides deterministic dumping (by ascending device order).\n\nChange-Id: If5ca5edd94af90cfed65ecbbbc1f4929f50ab6e9\n", "proba": 1.1617143172770739e-05}
{"commit": "fa2416023fe1ffd31ac4112860dbf95f38180fd5", "message": "am 4dbfa44a: am f0213bf1: am f0bbc494: Merge \"Avoid NPE when missing network stats.\" into ics-mr1\n\n* commit '4dbfa44a2164724914b451ab1d6d0af8c0e9d1be':\n  Avoid NPE when missing network stats.\n", "proba": 2.198093534389045e-05}
{"commit": "36bc5b67eb396c525270d096d24ec4303960b197", "message": "Move NTP updates outside locks\n\nWhen the ServerThread handles ACTION_SHUTDOWN intent it sometimes get\nstuck on mStatsLock in NetworkStatsService.java.\n0  com.android.server.net.NetworkStatsService$5.onReceive()\n1  android.app.LoadedApk$ReceiverDispatcher$Args.run()\n2  android.os.Handler.handleCallback()\n3  android.os.Handler.dispatchMessage()\n4  android.os.Looper.loop()\n5  com.android.server.ServerThread.run()\nThis happens when the NetworkStats thread is already holding the\nmStatsLock while updating NTP.\n0  libcore.io.Posix.getaddrinfo()\n1  libcore.io.ForwardingOs.getaddrinfo()\n2  java.net.InetAddress.lookupHostByName()\n3  java.net.InetAddress.getAllByNameImpl()\n4  java.net.InetAddress.getByName()\n5  android.net.SntpClient.requestTime()\n6  android.util.NtpTrustedTime.forceRefresh()\n7  com.android.server.net.NetworkStatsService.performPoll()\n8  com.android.server.net.NetworkStatsService.access$100()\n9  com.android.server.net.NetworkStatsService$2.onReceive()\n10 android.app.LoadedApk$ReceiverDispatcher$Args.run()\n11 android.os.Handler.handleCallback()\n12 android.os.Handler.dispatchMessage()\n13 android.os.Looper.loop()\n14 android.os.HandlerThread.run()\nSince the NTP update consists of several socket operations it may get\nstuck long enough to trigger a System Server Watchdog even though the\nsocket timeout is set to 20 second.\nFurther, the NTP update doesn't actually need to be performed inside\nthe locks and an attempt to change this was made earlier, but the code\nwasn't actually moved outside the locks.\n\nChange-Id: Ib37a2b8c2d51a01adb7ff01764f82309433703f0\n", "proba": 0.9999988079071045}
{"commit": "7c6d71f352817925d50a9aa73a7b41be33345369", "message": "am 15009a08: am adfb4dee: am 910c2857: Merge \"Fix issue #11278906: Some wm commands fail on shell users\" into klp-dev\n\n* commit '15009a080b4346c598dae12d9af840aba6a353da':\n  Fix issue #11278906: Some wm commands fail on shell users\n", "proba": 3.652047553259763e-07}
{"commit": "bf1217d751dae7966fb951e50965c8e6245ee6a2", "message": "am c37b3705: am fbd67258: Merge \"More debugging for b/106899184\" into klp-dev\n\n* commit 'c37b3705d82f214e53ba5ec9391dcf274a68ba32':\n  More debugging for b/106899184\n", "proba": 3.01610896258353e-07}
{"commit": "8bb6b77d797a28a851e401b4aa27f249b6d22299", "message": "am 6dbfc0e9: am 417b0591: Merge \"Revert app freeze timeout delay.\" into jb-mr1-dev\n\n* commit '6dbfc0e908f0f07f81327510733f64137202c1d1':\n  Revert app freeze timeout delay.\n", "proba": 6.761487725270854e-07}
{"commit": "80059d6c1b60e9920b7ae133808c989b4d3fa8fe", "message": "am 00b9e899: Merge \"Clear startingDisplayed flag when removing window.\" into jb-dev\n\n* commit '00b9e899320488ff5623d8c80258ed7dfefc7b53':\n  Clear startingDisplayed flag when removing window.\n", "proba": 2.5319829433101404e-07}
{"commit": "2d0a86c624e5afe5809797ef17c3a86c51c6410c", "message": "TA updated the provided random number generating functions\n", "proba": 3.930323146050796e-06}
{"commit": "f62b0baf06b8bd99b46393915f0c3848f65575b2", "message": "Yet another revision of the fix for #6071\n\nsvn changeset:16511/svn branch:6.5\n", "proba": 1.338988084853554e-07}
{"commit": "cca5ca5b1033ef660ba7650a0b2ffff4c0422b34", "message": "aop log interceptor explaination\n", "proba": 1.2421718338373466e-06}
{"commit": "a01479f51513f35a07c555f61970b1155eac0f7e", "message": "am 8851608d: Merge \"Always call onProvidersChanged() when packages containing widgets are updated.\" into mnc-dev\n\n* commit '8851608de30c1ebba80eb2de0e98795165e543dd':\n  Always call onProvidersChanged() when packages containing widgets are updated.\n", "proba": 2.0976587222776288e-07}
{"commit": "c2c05465e1d616b64a1d9eb5445262767f315868", "message": "Add this back, maybe its needed, who knows\n", "proba": 1.1810499017883558e-05}
{"commit": "f7a06315e77d9de5c87789174edb3b0346cd1a54", "message": "BatteryStatsService: Only query bluetooth on demand.\n\nBluetooth was being queried too often, leading to more power\nconsumption and wakelock time.\n\nBug:21063567\nBug:21269307\nChange-Id: Idddbab46d13016ef8528e095945b7817c12f7266\n", "proba": 5.733029411203461e-07}
{"commit": "bd5af4b863dea7843febf2065e85e9057c6f0fa9", "message": "am 4f924737: am 9e23ef21: am 5acb30de: Merge \"Apply the scale to surfaceinsets when computing crop region\"\n\n* commit '4f9247374dbc702cfc8aecbbfa34fe14e1797c54':\n  Apply the scale to surfaceinsets when computing crop region\n", "proba": 2.2030516788618115e-07}
{"commit": "d6d9941a51f9591c8c1162d4f2973cef59bd1598", "message": "Added an Utils class for broadcasting and getting players\n", "proba": 1.1550132228421717e-07}
{"commit": "5fd5a383e3ba4ad082a1cb8b3071aceb1302345d", "message": "NEW: Add shading and tiling patterns\n\n\ngit-svn-id: 102839466c3b40dd9c7e25c0a1a6d26afc40150a@193307 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.0768615627275722e-07}
{"commit": "a960961f7104fe466a847536980d946eac6169dd", "message": "updates the WS message IO\n", "proba": 5.028470582146838e-07}
{"commit": "efee2d09f0cda4bb3fa329ba3223fd27d3f94285", "message": "Create Project.java\n\n\u4e00\u5f00\u59cb\u7684\u89c4\u907fpassword\u88ab\u6253\u5370\u7684\u65b9\u6cd5\uff1a\u8986\u5199getPassword\uff0c\u8fd4\u56de\u9690\u533f\u5904\u7406\u7684\u5bc6\u7801\uff1b\u4f7f\u7528`getRealPassword`\u8fd4\u56de\u771f\u5b9e\u5bc6\u7801", "proba": 1.3409943733222462e-07}
{"commit": "5ad0ec0526d74305ee05e320c48007ff36ccbb8a", "message": "Function to do wordwrap, like a word-processor.\n", "proba": 2.1635088387483847e-07}
{"commit": "d462ced04831dd56f79cb7fa8a58bcdd76ecfa08", "message": "optimize version 2.0.0", "proba": 0.002196697983890772}
{"commit": "cf090f449318285bf20da731908ce8a7ec5778bd", "message": "ORS#192289: When the user navigates to a scene location gallery and scrolls to an image number higher than the next gallery they open, the first image they open of the new gallery will display in the UI that it is the final image in that gallery.\n", "proba": 1.0647991643963906e-07}
{"commit": "4caa8909abc5c627529435b5a15996854a2f1611", "message": "Added Bytes Throughput Over Time Graph\n", "proba": 1.2471411992009962e-07}
{"commit": "87d607a251fcceb8266736d7133ea8395d85c53a", "message": "faxada de configura\u00e7\u00f5es", "proba": 6.6731809056364e-07}
{"commit": "974aa11b3d6814b7edf3df99b2d9a1d786cf5104", "message": "Add `@JsonAlias` annotation for 2.9\n", "proba": 4.1491242086522107e-07}
{"commit": "623074c7cf985c12b367f57076ff31df453273b2", "message": "Add Projectile class, has an angle and speed\n", "proba": 1.6681657655226445e-07}
{"commit": "655fcabbd4d5f80c1c6e251d265f57dcc9aed0b7", "message": "added @Nullable annotations\n", "proba": 4.25842785034547e-07}
{"commit": "31bc90e8a598d6e61b99a8c23bec5a8dd431e825", "message": "variable override is not virtual\n", "proba": 0.0005112725193612278}
{"commit": "7acfd06c0f996cf12eeb45dd8738db7f7028db7d", "message": "feat: add LC136_SingleNumber\n", "proba": 3.807766120189626e-07}
{"commit": "a6f096b2057888aec794d80ef776f151bb20e2ca", "message": "feat: add LC121_MaxProfit\n", "proba": 2.24064692133652e-07}
{"commit": "edbda96e0623896b8ad6bcd1544663c58cc39d0a", "message": "Created NullSafeFormat\n\ngit-svn-id: 5d4207b98d7274194a51d188374a5d8ee1fe55c3@233 783448d1-dfc0-4521-9cb0-58c191f7d5bb\n", "proba": 5.133334184392879e-07}
{"commit": "c45a20c183c0c5307d16f3e288ca1fa34889d568", "message": "\n\ngit-svn-id: https://svn.apache.org/repos/asf/incubator/jena/Import/Jena-SVN/Fuseki/trunk@1123831 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 3.691644963055296e-07}
{"commit": "0f4d05495ef47e461f668f7f58e52327466859b7", "message": "Other idea for problem 289. Game of Life (Medium).\nhttps://leetcode.com/problems/game-of-life/\n", "proba": 3.0304846632134286e-07}
{"commit": "95e2a8476e97c1eab84145a2bb9c8d7e56e3e9df", "message": "Hacked together optional url format for string properties. \n\n\n", "proba": 1.168583523281086e-07}
{"commit": "4af95364bc9e97a7c0e8ff7c52f945798d511cfd", "message": "Yeah.\n\n", "proba": 6.703101007587975e-07}
{"commit": "6e57d503c2cea045110e90710e2a5c5835dbf890", "message": "Ensure descriptions are attached to retrieved profiles\n\ngit-svn-id: f58a9b601cc1b78d50b2e947bdfafe48659f3a22@98 5fc6d161-ea32-e9bb-d6c6-78504b9a0898\n", "proba": 4.943104841004242e-07}
{"commit": "0c64c56509cfaf2e7f2726448ea5ad2e2059267f", "message": "Removed redundant code\n\ngit-svn-id: f58a9b601cc1b78d50b2e947bdfafe48659f3a22@34 5fc6d161-ea32-e9bb-d6c6-78504b9a0898\n", "proba": 0.999541163444519}
{"commit": "ffdc26f29e0757494bcd0068db28d56869f7231a", "message": "Message #88\n", "proba": 1.2892601830571948e-07}
{"commit": "3969cfd94cdf600d0a5834e886233858212d8c39", "message": "Initial checkin\n", "proba": 3.5870607462129556e-07}
{"commit": "fd59f65180e12870ca6770cd7f9e015cecbebe47", "message": "Update WobCredentials.java", "proba": 2.763117095128109e-07}
{"commit": "cce78868687acc37d1adcac552cee2b3d4cd963c", "message": "Refactor: extract checkGitConfigExitCode() method\n", "proba": 7.182899253166397e-07}
{"commit": "cf1f1286b06e83b9d29e60cf0253123566d12d8b", "message": "Class transformer\n", "proba": 1.3230227295935038e-06}
{"commit": "7d9ee87f8ee8fb3ee36525743ecab4b6e2569201", "message": "small code clean up\n", "proba": 2.718033158544131e-07}
{"commit": "0e70bbd6f893b71c11a9d3083010266fda914bd3", "message": "Decreased chance of EIH spawn\n", "proba": 1.7013140052313247e-07}
{"commit": "4210ccad98ea979610a096735417f71c012979bc", "message": "Create NUMGAME.java", "proba": 2.1564239887084113e-06}
{"commit": "ba8a69c410747e40365a73cc18f8d46a06928618", "message": "Add middle initial and suffix to patient list data\n\nSigned-off-by: Ian Hilt <949b70b7a7bb2aa951ebc7582c42d2cb29349fff@eastway.org>\n", "proba": 0.007537264842540026}
{"commit": "f03ef7af4e2d9393a3a47907430f512580ecd8e0", "message": "Clarified comment.\n", "proba": 1.817378318946794e-07}
{"commit": "f608d040148e0dd20bb7dfe4a121b1d18a3f55e9", "message": "Create PRPLAIN.java", "proba": 6.259775204853213e-07}
{"commit": "a3b1a9a31e21910343208d06a5a717969be76799", "message": "tests\n", "proba": 2.351589273530408e-06}
{"commit": "1aac412a2ee73bee396a44e8936dcb4955788ec5", "message": "Add unit tests for ETEventJsonSerializer\n", "proba": 2.543148980294063e-07}
{"commit": "1fba3c55b199614a5176f318c964c060de5c0af2", "message": "Fixtures and basic tests\n", "proba": 1.7817514219586883e-07}
{"commit": "3e4fdf9d1de1077fdb666ef4d35bf1135ce15224", "message": "VELOCITY-532 add regression test case\n\ngit-svn-id: efce15992eafbd71412d600875d997890b9afd93@691521 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 4.468221504794201e-06}
{"commit": "d99e937929e8587faffda5f5db8cf385d758da6e", "message": "For STS-435: Change clean URLs not to rely on internal forwards. Reverted this file back to revision 555, before the clean URL code. The filter is no longer involved in processing clean URLs since it is not done using internal forwards anymore.\n\ngit-svn-id: cf2b8e13e5fd585456580429c3991d4364a2cb88@623 d471f07e-d8fc-0310-a67b-dd4c8ff0e7cd\n", "proba": 1.4499688404612243e-05}
{"commit": "98288aa3de8d562f33d2431cc344709ddf2452a6", "message": "DataConnection FailCause should use errorCode rather than ordinal.\n\nChange-Id: I45c5bca73b04f74eee7ab4858c8e28350e0ffb89\n", "proba": 0.0003382870927453041}
{"commit": "3177b1a28c65adec2372a716a79bfd74a7a7fe55", "message": "Started batch mode test\n", "proba": 3.220444284579571e-07}
{"commit": "b98b7d36e63faa7b3323aa929045f05043ba64b9", "message": "Better reporting for skipped tests.\nWith org.junit.Assume the tests are clearly reported as 'skipped' in JUnit test run summary.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1577867 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.00024218065664172173}
{"commit": "29d4d1133cff05303fb3596d92580a3a5abc6f36", "message": "Add algo to compute string permutations\n", "proba": 0.9985564351081848}
{"commit": "29d695dd8da8dec15e2cca111c9c771b3d528cba", "message": "Test Downloader validation\n\nAdd tests to assert that the Downloader validates the hash of the\ndownload properly, with supported/unsupported algorithms and with\nequal/different hashes.\n\nSigned-off-by: thc202 <43af82ef30812a20fbcf38b99a6f72cdd3a89ac1@gmail.com>\n", "proba": 6.75043850151269e-07}
{"commit": "a33fb9833ba05fcca0940ef9141be9a3bf38351f", "message": "Implemented WifiManager wrapper\n- allows us to call hidden methods\n- contains interface for wifi AP state changes", "proba": 1.2807309701656777e-07}
{"commit": "93e596422657589beda6e89a9d09895f708e4042", "message": "Ease migration by not requiring getTestDescription to be public (#8053)", "proba": 1.0369439706892081e-07}
{"commit": "93ac887118db84a14abc0dd80114294dfd7ab632", "message": "wake lock code removed as we moved most of the code into AsyncServiceTask\n", "proba": 2.2476538674709445e-07}
{"commit": "b64f3cd8d7840909720bf2277913aa8afc4e6749", "message": "Added keyboard navigation to MenuBar #5061\n\nsvn changeset:13398/svn branch:6.4\n", "proba": 1.5588359758567094e-07}
{"commit": "68f10fb8dca1523e8ac221e266f3a631c359be60", "message": "Issue 693: Close all log files at the end of MCMC chain", "proba": 1.1964348800574953e-07}
{"commit": "db26b660154c87c041f9b78dd1de46c6ba4a8d64", "message": "main method added\n", "proba": 2.0052512184065563e-07}
{"commit": "52349376226159e523524efcfde018634ed876c4", "message": "TransactionModel done.", "proba": 1.660635575717606e-07}
{"commit": "42a5df9b711bf7f12c55962d09f1a34686089079", "message": "Add SessionListener class \n\n\ngit-svn-id: c334bb69c16d150e1b06e84516f7aa90b3181ca2@191133 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 5.182345717003045e-07}
{"commit": "6457fa074b316470e20ad9928d93b5fe5498b02c", "message": "Fixed tag trimming", "proba": 5.505125386662257e-07}
{"commit": "46581d3b288e4ac6d2517ebe860d14ae70b4b5b2", "message": "compact dropdowns\n", "proba": 8.135681355270208e-07}
{"commit": "af4598473ce928806fd308539cc4f24371306881", "message": "* Added 2 extra fields to the token to match the object retrieved by the\nDrillster API.", "proba": 9.881574669634574e-08}
{"commit": "0f4aa952e85c94ba1cb027ff691f9de9bf9ebd54", "message": "BigDecimal\u5de5\u5177\u7c7b,\u52a0\u51cf\u4e58\u9664,\u6bd4\u5927\u5c0f,\u56db\u820d\u4e94\u5165\u529f\u80fd.", "proba": 1.3007506538542657e-07}
{"commit": "1ac5bab9f38962bbfb10312e2856c13bd66b9a35", "message": "Explict boxing\n\ngit-svn-id: 3cfc64c80f2e6f92f6d08f3c7f3967ef35335cd9@1301860 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.0861210739676608e-06}
{"commit": "757067d66793fa123b3020509ed7778592c5a589", "message": "Add skeleton MarketBot class\n", "proba": 8.971346687758341e-07}
{"commit": "bbbe545701495d1772dd962a5850de7851fe217e", "message": "Fix ClassCastException\n\n", "proba": 9.291202900385542e-07}
{"commit": "4746d75a151b1ea54fbf973b1b6176b06b7891d8", "message": "Skeleton for DirtyProperty\n", "proba": 2.1105894632000854e-07}
{"commit": "7a2b4d36ea9bd2f6bcdc88dc4c4430b49b06af76", "message": "router: created router\n", "proba": 0.004519892856478691}
{"commit": "cd397566c3ee4d0cda2b83a98649cf62872cc8d3", "message": "Prevent pick block from picking when not rendering and/or when a real block exists at the pick location.\n", "proba": 1.0808661699002187e-07}
{"commit": "4ebf8f5e34de925d647d568a16b5370cbc01c8a7", "message": "Initial\n", "proba": 3.6569930671248585e-05}
{"commit": "89e275c770bcdc7737d60928c92c72e2ce3751b2", "message": "add solution\n", "proba": 3.4661054542084457e-06}
{"commit": "3fea18672d946ba20fcabe2c6bb2ed0d6baf301f", "message": "Added problem statement for CanJump.java\n", "proba": 1.63676816100633e-07}
{"commit": "c0da20b7aa04102b7239131ce489e73325388899", "message": "Jaro\u2013Winkler\u8ddd\u79bb\n", "proba": 2.08378551747046e-07}
{"commit": "fe53053078acdea8f54c94cf6080164d00e67ba6", "message": "pointy house\n", "proba": 1.9374726889509475e-06}
{"commit": "a42139afe748d0d4b45cf591f7d3c040507a4651", "message": "Imported security bot model from previous release.\n", "proba": 1.0239057957051045e-07}
{"commit": "0a35270b524499311ab829d880d3030bf769d063", "message": "Jira#KRACOEUS-5232\n", "proba": 1.5060477664974314e-07}
{"commit": "3052c72f1b55489bbb388afdfe8855b3fbdb2686", "message": "another test\n", "proba": 3.6285408100411587e-07}
{"commit": "b15bc4ced090f6ae1411783fa11a679c16eb01d0", "message": "fix debug check to not be completely wrong\n", "proba": 5.864200716132473e-07}
{"commit": "fafd114f62bc410526e3ac1e584896a1e94f5b5f", "message": "#26 : Add UT for Resource Consumption\n", "proba": 1.2182186992504285e-07}
{"commit": "493b307c0f76e5413c97910df2162a092c88d510", "message": "added generic tests for unsupported methods", "proba": 1.656226089608026e-07}
{"commit": "34503b8d61b67dc5b65fd9db9ac8ce6f5be4f5a6", "message": "[TESTS] Add a benchmark for circuit breaker overhead\n", "proba": 2.1653603710092284e-07}
{"commit": "b6160b8dd2113b782547d791bd88802a1a9c848b", "message": "added ArrayListBuilderFactory tests\n", "proba": 2.4546812937842333e-07}
{"commit": "00df4a39970a31c99dced8b2585b32e417e63701", "message": "426. Convert Binary Search Tree to Sorted Doubly Linked List\n", "proba": 0.9999889135360718}
{"commit": "d25a8f0ab99de9e8c5620883974217e68702534f", "message": "https://leetcode.com/problems/linked-list-cycle", "proba": 4.976612899554311e-07}
{"commit": "548579807039296a2a58cd567ff7e467ebd6cc81", "message": "32. \ubc29\uc1a1\ud504\ub85c\uadf8\ub7a8 \uc120\ud0dd \ud6c4 \uc77c\ubcc4 \ubc29\uc1a1\ud504\ub85c\uadf8\ub7a8 \ubaa9\ub85d \ud398\uc774\uc9c0 \uc9c4\uc785 \uc2dc \uc77c\uac04 \ubc29\uc1a1\ud504\ub85c\uadf8\ub7a8 \ubaa9\ub85d \ub178\ucd9c\ub418\uc9c0 \uc54a\uc74c\nok.\nchannelId !!!!!\n", "proba": 9.978718651382223e-08}
{"commit": "8289c57d8b4dfc4d21c33ae17c669ea685fc4493", "message": "Optim: ProducedType.simpleSuperType: fixed supertype of intersection types\n", "proba": 3.9382143768307287e-07}
{"commit": "dd5dcf8d4caaaed10b46f2773f64d0d327d0dc47", "message": "fix #3149 member typing of intersections of produced types with diff args", "proba": 1.2046899655615562e-07}
{"commit": "05e955317e006b65576cdfab9c8f7800b0a6785c", "message": "ProducedType: allow setting the variance in one go #1729\n", "proba": 2.6856906742978026e-07}
{"commit": "3f5905e138c9f8c8bbe0d82bb5d5dedc44dd6b3b", "message": "Add LeetCode0380.java\n\nAdd LeetCode0380.java", "proba": 4.23888377554249e-06}
{"commit": "2720e479d4c46e931780476bfed900256bcf22cd", "message": "Delete Point.java", "proba": 3.2108503091876628e-06}
{"commit": "4a8e00c38f2ac37e287a71be1940558fc1108bea", "message": "Fix bug 7601: The generated class files from JWS pages can be\ndownloaded if you ask for them\n\nMake the default JWS class output directory be WEB-INF/jwsClasses.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@246960 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.999991774559021}
{"commit": "eb81d96305b3d3d14d9638764aa15929bd0d6991", "message": "Fix for Bug 25012 - dateTime not parsed properly in the SOAP message\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@249952 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 8.098392754618544e-06}
{"commit": "4b3cbea5b7273d7eb99a683c15d30fa1349762bf", "message": "\nThe SwissprotSequenceDB class contains functions which enable to access\nsequences in Swiss-prot format. It gets the base URL and some arguments\nfrom the FetchURL class.  It returns a sequence object if calling\ngetSequence() method by passing the sequence id as a parameter.\n\n\ngit-svn-id: ed25c26de1c5325e8eb0deed0b990ab8af8a4def@1924 7c6358e6-4a41-0410-a743-a5b2a554c398\n", "proba": 6.28963880444644e-06}
{"commit": "456c9e87aaab462de5f471ad70c48a2de353e4e7", "message": "*** empty log message ***\n\n\ngit-svn-id: 3690ca8e8b93aad95f5b520fc409c00b09b1d475@3374 6e01202a-0783-4428-890a-84243c50cc2b\n", "proba": 6.787310553590942e-07}
{"commit": "d9b6328509f7c4fe63ca0a46b8c19bc956f62d8a", "message": "[RenderScript] update exception reporting for copyTo() after\nautoPadding added.\n\n - This CL fixes recent CTS failures about copyPadded after\n   lmp-mr1-dev changes pushed to aosp.\n\nChange-Id: Ica1f4fd934cd83ca4357ea7e7c82dcc7f844b689\n", "proba": 7.019847316769301e-07}
{"commit": "a0e1b7a9b86e40897a7b295d62ca7f4edfaf6b6c", "message": "start on message url analyzer\n", "proba": 3.782182318445848e-07}
{"commit": "25e0a69bb3763e39c7bcc1a19b52855d4324f837", "message": "Update PassMan.java\n\nI haven't tested this but the connection to the database should work. And I think I have it set up so that it should print out the sites, usernames, and passwords. It might not though...", "proba": 1.0835371710982145e-07}
{"commit": "5ddf4cdb8b0b45cfa20bd74a8faab935a8610c6e", "message": "Notificcation Receiver\n4:47pm\n3-3-2015", "proba": 1.1665636634461407e-07}
{"commit": "73b2dc339de5637cab646c52713d28564d529883", "message": "INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED\n2004/02/02 11:29:46 tv 1.1.2.10: formatted with autoformatter (indents now use TAB)\n2004/02/02 05:09:03 bc 1.1.2.9: #111603# many changes\n2004/01/30 15:17:07 bc 1.1.2.8: #111603# user interface finalized\n2004/01/20 16:57:54 bc 1.1.2.7: #111603# several modifications\n2004/01/16 10:05:51 bc 1.1.2.6: #111603# invisible Controls class removed\n2003/12/12 11:20:56 bc 1.1.2.5: #111603# UIHelper added to makefile\n2003/11/25 18:35:04 bc 1.1.2.4: #111603# Listener removed due to new db file format\n2003/11/18 10:49:48 bc 1.1.2.3: #111603# Wizard Dialog class overworked\n2003/08/21 16:50:12 tv 1.1.2.2: fixed reorganization related bugs\n2003/08/21 16:24:32 tv 1.1.2.1: recommit after reorganization\n", "proba": 6.606792339880485e-07}
{"commit": "31b77fb1e6b8ea4cea46e36f70ea98fa4fe52865", "message": "adding the HVAGyro Class\n", "proba": 1.7416075479559368e-06}
{"commit": "6b46ed250bd967f6894c0e543b43c40f3000e7b9", "message": " removed filter for testing\n", "proba": 2.1001628169869946e-07}
{"commit": "0fabc1b1191de4c29c7d41988aa5262775a4c004", "message": "Added NewMethodsInMap.java", "proba": 2.0659787480781233e-07}
{"commit": "339d4fb824664c7b77bd667a08d97423aa57e27a", "message": "add teste para dele\u00e7\u00e3o de contato\n\n", "proba": 1.9611304935551743e-07}
{"commit": "21961a254e7a055f0c23db3f93f035adeb6dd2fd", "message": "Wrote a JUNIT test for the pdf of the gamma distribution.", "proba": 1.0185803489548562e-07}
{"commit": "b996c58218e5ebd64bed56ede4a1ffffcf5acf0d", "message": "Added a test of reader in multi-threaded environment\n", "proba": 1.3521616892830934e-07}
{"commit": "bd99004870a6e1fe52847dd8c064969529969b10", "message": "Removed App Test\n", "proba": 2.1684437001567858e-07}
{"commit": "adc083526e5820a09f634bc331b059418a66e21e", "message": "BUGFIX: Timezoned iso8601 timestring parsing works now on sensor upload\n", "proba": 1.1778634245729336e-07}
{"commit": "a0d86b448b201807f5d133098dcc78a81b556380", "message": "Deparser bugfix\n", "proba": 3.688058995976462e-07}
{"commit": "d3ef735b8940aee0641da8c46a652961f83ee648", "message": "somehow the addition of the aQute.service.reporter made it necessary to change the imports. bnd has wildcard imports though in this file I understand it is hard since there are a large number of overlapping packages involved.", "proba": 1.0657500837396583e-07}
{"commit": "9e9e51018ad748bb0331d977f1943c33a176642c", "message": "\n\ngit-svn-id: https://svn.uni-konstanz.de/disy/Treetank/trunk/treetank@6188 e3ddb328-5bfe-0310-b762-aafcbcbd2528\n", "proba": 5.31137175130425e-07}
{"commit": "3dae04a054d1bddfc022708ffb746d2ee9b68dbc", "message": "ExpressionTransformer: unary op terms must be boxed before we can invoke a method on them\n", "proba": 1.648520395747255e-07}
{"commit": "0c398c3d818bfb451868c35155aff7e2a3411c9b", "message": "Fix #2004\n", "proba": 5.632736588268017e-07}
{"commit": "1117bd3d2460b8f6e5eec9e650086bfcab2d779e", "message": "annotations: ClassTransformer: We need to instantiate the annotation class to wrap an attribute that's an annotation type.\n", "proba": 1.2655745251777262e-07}
{"commit": "9ba6c52c16bdfccade2d37b1864cb16fc6387c18", "message": "BigGun\u7c7b\u589e\u52a0f()", "proba": 3.7922737305962073e-07}
{"commit": "563fad12a51b52ea4046dff9c783a2cee0aad8eb", "message": "no message\n", "proba": 2.1470650608534925e-05}
{"commit": "3b6d6877a874fef3a48e4d55788f61741402ec77", "message": "not there yet, but checking in for the moment.\n", "proba": 1.1285252554671388e-07}
{"commit": "37420af790d54b624262c5a00363a2db81b0cc74", "message": "Fixed detection of docker status\n", "proba": 2.70089373088922e-07}
{"commit": "8e63d10c1f899526b50f05c2fec3862f036b45da", "message": "Populate Folders, containerparent tables\n", "proba": 9.276487844545045e-07}
{"commit": "8a6cda351afa6a47e8d6c8315124257185b6b1c5", "message": "update\n", "proba": 7.755617730254016e-07}
{"commit": "59d3ab6e59c33caf29a7014f50eeabf404777b7d", "message": "bubble sort algorithm\n", "proba": 5.320900072547374e-06}
{"commit": "0bce3c4e152093b4801eae9962e0dfeb1d843d0c", "message": "Added support for assignableTo predicate\n", "proba": 1.7855906264685473e-07}
{"commit": "c90d5d726200ccbccaf4cf30018562bbc1881aca", "message": "Same as previous\n\n", "proba": 0.0003724540292751044}
{"commit": "878b480528c33ebcb9dd7c3112b0e157e61add4b", "message": "am 20a0edf1: Merge \"Minor cleanup of comments and code\" into mnc-dev\n\n* commit '20a0edf12374ad5c8a21ac8074bca73f73914219':\n  Minor cleanup of comments and code\n", "proba": 2.3154838402206224e-07}
{"commit": "1515c595659f3e24667116dcf307de8c0ab7ad41", "message": "am ad432203: Merge \"Improve error handling for AudioTrack write with PTS\" into mnc-dev\n\n* commit 'ad43220384f2ee1627397cafeac34144dbfda8d6':\n  Improve error handling for AudioTrack write with PTS\n", "proba": 1.7313060141077585e-07}
{"commit": "f09d171b32535b5a5805fedb0a250e12d026e69b", "message": "Method for getting all Fields in Vaadin", "proba": 1.226191272962751e-07}
{"commit": "66f4a259c5042825eae38fbc14da4d009a253954", "message": "commit\n", "proba": 8.363364258912043e-07}
{"commit": "2440ea4635402a51bfa6b10518782f48390e5636", "message": "we have to take the binding with not null port types\n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@627735 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.534813350190234e-06}
{"commit": "7618ebd31fddaa4c32e1d0c4f78ab05de8d10fc5", "message": "Added Post Order Traversal in Java\n", "proba": 1.2457385878406058e-07}
{"commit": "89efc2b90dc7bad0ae265098db08c609967bd27b", "message": "Binary Range Search, initial commit\n", "proba": 1.291058993047045e-07}
{"commit": "a8aa8eab68713be21e036fa26f208dc149efd246", "message": "fix the hidden error\n", "proba": 6.738553202012554e-05}
{"commit": "6c30ff976dc6b49186c162ecbae08eb571a6b9f1", "message": "Always set transport control flags\n\nIn case we're attaching to a pre-existing session with non-zero flags.\n\nbug:16822064\nChange-Id: Ibd5cc8e00de59f1fe30fc3d0e64741aaf9f4746f\n", "proba": 1.268139840249205e-06}
{"commit": "ee3211acc6f13390e0ec8102d9960c7d7ed00933", "message": "[pom] Pom parser inherited packaging when not explicitly set\n\nIf the parent had \u2018pom\u2019 as packaging, then the child could get it\nalso when it did not explicitly set it.\n\nArtifactId and packaging are now never inherited.\n\nSigned-off-by: Peter Kriens <016a769244db65ccbb64c8b271e9b7b28d4a3ce8@aqute.biz>\n", "proba": 1.3598716464002791e-07}
{"commit": "8ddec95d96984e800b2c652ae937450cef9bc17c", "message": "add Test for Calculator.java\n", "proba": 3.0057142907935486e-07}
{"commit": "193a16de2d30698619dabd510c9939e1204a1a8f", "message": "stub for j.u.Scanner from HARMONY-522\njava.util.Scanner is not implemented in Harmony\n\nsvn path=/incubator/harmony/enhanced/classlib/trunk/; revision=411091\n", "proba": 7.287564471880614e-07}
{"commit": "468dd5805006e700e54f44dfe4c99bea88dc9f66", "message": "Create ListWorking.java\n\nArrayList", "proba": 1.1583030072870315e-06}
{"commit": "a485947fbebee1f8e73388bead3561567890cc1a", "message": "Google CodeJam 2017 Round 1A #A-Large: Alphabet Cake\n", "proba": 5.4774873206042685e-06}
{"commit": "fff1e53c998606c3281bdd753ca2b91616bd90ce", "message": "\u5341\u516d\u8fdb\u5236\u6570\u636e\u5904\u7406", "proba": 2.174884627947904e-07}
{"commit": "039bed5d10ed14e5d6b84cae7bc6b63ff6aceb40", "message": "tambah main\n", "proba": 1.2109495628465083e-06}
{"commit": "7a4794b13a39534c5c82ad3aeb3a41158b2fd412", "message": "Class for sending file to client side\n\n\nSVN-Revision: 1414\n", "proba": 1.5447797352408088e-07}
{"commit": "b8c5c2cede21288f983fd0fc380e0a4efa6abd22", "message": "Created project. Added empty main().\n", "proba": 1.1093933238726095e-07}
{"commit": "da58406428c61d11a6ae11c8b1858f1dac1725bc", "message": "Q 96a\n", "proba": 2.7012232749257237e-05}
{"commit": "46851202c3cd57039d05b8d31452955571412f95", "message": "add combination sum solution\n", "proba": 3.8709622458554804e-06}
{"commit": "617320200c4974ef601418cd83a9b4aea9f21627", "message": "Initial upload of Map.java\n\n- FAT\n", "proba": 1.2552180805869284e-07}
{"commit": "ee6a79bad7f92d4ce5448b6e1c5e8f720750506f", "message": "Handle System>>#exit: properly for async apps\n\nVM didn\u2019t exit with the correct error code in case the main method returned a promise.\n\nSigned-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>\n", "proba": 1.1095922047843487e-07}
{"commit": "6f0ec03fe9f6ed22f2aa59c1f0f0c388e1ac38ba", "message": "those should not have been private\n\nSigned-off-by: Mattias Andr\u00e9e <3d72f033b30d63e7ff5f0b71398e9c45b66386a1@operamail.com>\n", "proba": 1.295003784207438e-07}
{"commit": "fe537b3fe4145e3cec41b70b93c366e1c2307ed5", "message": "am 0e3fccf1: Merge change Icef599ec into eclair-mr2\n\nMerge commit '0e3fccf1a525883aa5d80e10ced5b7af48cfe5a1' into eclair-mr2-plus-aosp\n\n* commit '0e3fccf1a525883aa5d80e10ced5b7af48cfe5a1':\n  null check\n", "proba": 1.4047369404579513e-05}
{"commit": "a7b05896a9e8c0822f8807952db821c29fdd87ae", "message": "Removed copy of idAIObject on respawn\n", "proba": 2.385046968811366e-07}
{"commit": "76be37a8569494261473f54e98b55ea11d037320", "message": "Modificado relat\u00f3rio\n\nRelat\u00f3rio agora exibe o campo Entrevista", "proba": 3.7330346458475105e-07}
{"commit": "353773d3ca2e32284cf6da50f9608d7601ec63c2", "message": "added date model.\n", "proba": 1.3316288516307395e-07}
{"commit": "9999e0edfa84753d55dc7381c1881c21804d16ef", "message": "Add wrapper linked list\n", "proba": 6.87722035763727e-07}
{"commit": "fab90db6ef4465708742b1c30053d294bf34b7f8", "message": "remove sigar demo!\n", "proba": 1.239193210267331e-07}
{"commit": "f555b52dd1418c98e0cbb6a2870bef25fc7fe6bd", "message": "Once more forgot a file ;)", "proba": 1.2968180840289278e-07}
{"commit": "5fc0fc50ba3bd380f072e0393cdb58924a410f17", "message": "make root an URL, like in the Index class\n\nSigned-off-by: Ferry Huberts <66e11f9f5d965b69497c7e73d5e808f8b13c1218@pelagic.nl>\n", "proba": 1.267863751763798e-07}
{"commit": "bb6e3209331c183a52a51960c24cb264bc278455", "message": "Create Server.java", "proba": 1.9653896288218675e-06}
{"commit": "5819d44c6ce20bc687b50f7ca9e08ff6736271dc", "message": "Create Observable.java", "proba": 1.322819684901333e-06}
{"commit": "52bc279c41cb15774f819f336a9fad30e48a4658", "message": "add problems\n", "proba": 0.0012971016112715006}
{"commit": "ca0e07edfb4d083687d39d0a9320ba83fd72528d", "message": "Add KeyList file\n", "proba": 5.356251904231613e-07}
{"commit": "b6048a7cb825631856ff039485e899adaf01f37e", "message": "Started working on first assignment on MFF\n", "proba": 1.2448597885850177e-07}
{"commit": "d5019129ed28c6f98690ab126cbd070ef4dfdd7e", "message": "Prid\u0117jau loginimo handler\u012f", "proba": 6.645269081673177e-07}
{"commit": "c967e7b4274b1930e9b9cdf96e5025a8f08d22c9", "message": "alternative to SpellCheck class\n\nlines 181-190:\r\nneed to add probability calculation code for trigram based on trigram train data", "proba": 5.190764227336331e-07}
{"commit": "210065cb159d483f3f9d9bce7aba5a6ff287ede5", "message": "Module 10 - task 18", "proba": 0.008239475078880787}
{"commit": "760ff307d125ebd2ec60beb534842ccbab2a24ec", "message": "maquina 1", "proba": 2.949378767880262e-07}
{"commit": "c52f927edeba5139334dbf2df4d4751e871ddaef", "message": "Added ArrayStack\n", "proba": 2.3262541049007268e-07}
{"commit": "85b5a5e709fa90b50a8ca6ee1e96f23c6e006718", "message": "add SmallestRangeI.java\n", "proba": 2.4971209313662257e-06}
{"commit": "08a4eab64f6f8149e478786611ac428b379b4fd7", "message": "Replaced '\\n' with attribute initialized from system property.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@246482 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0001338392321486026}
{"commit": "300cb3a3da5fcaf9cf70a694e7ee047c560a3a90", "message": "Adding license header.\n", "proba": 1.291416111826038e-07}
{"commit": "c5f3365ebb938b2d5078a745df8467d7d59422f2", "message": "New code.\n", "proba": 2.387463950981328e-07}
{"commit": "9708e7a41d23403bf272e4d9a380dd8158ff5345", "message": "add hellotest\n", "proba": 0.9996612071990967}
{"commit": "60dc09c502d7a9d1ed88acdebeba2277878b0f96", "message": "Cleared class vars that were being reused", "proba": 1.743926389963235e-07}
{"commit": "59d665b9473fa3a070ee6351a476969b19b557f2", "message": "Create Sorting.java", "proba": 8.624238603260892e-07}
{"commit": "33d06e9c8f1e3171c1ede505a095cafbd81d54ea", "message": "Create MaxPriorityQueue.java", "proba": 2.0190975646983134e-06}
{"commit": "0090119db434151ac977512e318bb067641dfb60", "message": "ssl panel.\n\ngit-svn-id: bf7e6665a5fa9ed84da90b6cc1bef00f9ffe166f@685 08545216-953f-0410-99bf-93b34cd2520f\n", "proba": 0.0003116510633844882}
{"commit": "1d92deccad3ca4fb0b16352b8ee0a8053c0864c6", "message": "Test Revision\n\n.. but fails on Calendar comparison", "proba": 1.8879406127325637e-07}
{"commit": "ec1783828e541f22e93e67ec80511b9187bc93be", "message": "Ensure MotionEvent.split() won't be given an invalid value.\n\nb/27496784\n\nChange-Id: I28bb4ac5bb8a705e7af9b22b2b56cd4061aa06a0\n", "proba": 0.9999986886978149}
{"commit": "87e1b3677796d583d51cf08510ef2fad4809e9c2", "message": "am 610e985f: Merge \"Don\\'t switch to touch exploring state on pointer up\" into lmp-dev\n\n* commit '610e985faec477bde6db324c5e91d4c5017c6614':\n  Don't switch to touch exploring state on pointer up\n", "proba": 7.356154583249008e-07}
{"commit": "f6d961f4308f64773c32118a749f71b2673673f6", "message": "FLEX-4440 ~ Make CircuitBreaker unit test more robust (#278)\n\n* FLEX-4440 ~ Make CircuitBreaker unit test more robust\r\n\r\n* FLEX-4440 ~ Reduces the wait time\r\n", "proba": 1.2762878043304227e-07}
{"commit": "ef4ef88fda7feb45dcf267dabbb4de0767fb6db9", "message": "Create SSLErrorHandlerForIE.java", "proba": 3.871922217513202e-06}
{"commit": "257e4d0b2141635bdb02afd9718b374ce66f0523", "message": "list\n\u5de5\u5177\n", "proba": 9.878029914034414e-07}
{"commit": "9bfc2d0726ab06d70ab86581b0616cded4565eae", "message": "Delete Task012.java", "proba": 6.731757457600906e-05}
{"commit": "e13c6ae82792d1a20cdfca14c1997b3e58000de3", "message": "\u8868\u8fbe\u5f0f\u7c7b\u578b\u81ea\u52a8\u63d0\u5347\u7684\u5178\u578b\u9519\u8bef\n", "proba": 6.4168343669734895e-06}
{"commit": "721eb7c44209040ac20af27c5239e56f92460890", "message": "super\u9650\u5b9a\u7684\u7279\u6b8a\u60c5\u5f62\n", "proba": 2.908191390815773e-06}
{"commit": "2c54c4026d3d9c8c0701576c8ec593c521a4b0d1", "message": "Cyclotomic Cosets calculation\n\nThe following code calculates the cyclotomic cosets that are need for\nthe calculation of idempotents modulo 1+x^n of some degree\n", "proba": 6.565465810126625e-06}
{"commit": "998efcc2be048850179bd9afffd73faff76e2c3f", "message": "ARUHA-230: added acceptance test for subscription creation;\n", "proba": 1.0093225455420907e-07}
{"commit": "71219219d98fd2bf33808bbcb3f275ca14937c80", "message": "Excel Sheet Column Title\n", "proba": 8.247486675827531e-07}
{"commit": "4e3bf4dddc151dd40c4a6df12bbf528691ce6a70", "message": "Added Configuration class. This class will implement the configuration data fetching.", "proba": 1.0624459179098267e-07}
{"commit": "c5b830698857af47ccde2e2d4f92516cf313b606", "message": "Moved a simple shell test from neo-utils\n\n\ngit-svn-id: 13eff98b576c7513c3808aeb848dcf331df2fd11@24 0b971d98-bb2f-0410-8247-b05b2b5feb2a\n", "proba": 5.46406818102696e-06}
{"commit": "38a8dfb8f61eb2f1f896396eea3cfb8579d65bc0", "message": "INTEGRATION: CWS fwk77 (1.1.2); FILE ADDED\n2007/10/18 12:59:43 mav 1.1.2.1: #i81435# test for SequenceOutputStream\n", "proba": 1.4054707264676836e-07}
{"commit": "b6616de092b6cd99c0cb81fa13ceb851889705ca", "message": "Trying again\n", "proba": 2.7025402005165233e-07}
{"commit": "b96468393c95e1321e40b96934677371366fb38f", "message": "Seperated main and encrypt functions, dealt with capitals effectively. Punctuation and spaces still need to be accounted for.\n", "proba": 2.45751067495803e-07}
{"commit": "a33f2d8c469c9cbc9b9bac7cb32417eeef8f7f10", "message": "Adding unit tests for PSWTHandle\n\ngit-svn-id: d976a3fa9fd96fa05fb374ae920b691bf85e82cb@735 aadc08cf-1350-0410-9b51-cf97fce99a1b\n", "proba": 6.565983312611934e-07}
{"commit": "cbca38522ca90322cfc9ccbb7872586807bf6c48", "message": "Telephony: Register/Unregister Phones with CallManager\n\nUnregister the outgoing phone and register the new one when Technology change\nis detected. Otherwise, CallManager keeps trying to use an already dead phone,\nwhich causes a crash\n\nChange-Id: I2a04c76ce882d034d1a2073d2a9f9739d4dd9a38\n", "proba": 3.2960710996121634e-06}
{"commit": "ed1b8ef69bb2554cb2229a6ddba38fb18170285f", "message": "Correct exception string to use avsluttetDato, not avsluttetData/finalisedDate.\n", "proba": 2.3614273914063233e-07}
{"commit": "8454b8d63ab3cf162e7aa3b84b4e7e5e089972bc", "message": "follow the same uri pattern as spring data rest\n", "proba": 2.5866341957225814e-07}
{"commit": "6c733270cfb460a0918b06516f5994987e075fc5", "message": "Method renaming\n", "proba": 1.2654928696065326e-06}
{"commit": "fb9c7f156682ff219e2d8ed08e587ad6061ecc67", "message": "efwgweg3", "proba": 1.2604637959157117e-05}
{"commit": "624422454dff96beacb126b35c96fdf0c1ab39ac", "message": "2017\u5e7410\u670831\u53f7\u7248\u672c\u66f4\u65b0\n1.\u589e\u52a0\u5bfc\u51fa\u8ba2\u5355\u5546\u54c1\u529f\u80fd\n2.\u5220\u9664\u5546\u5bb6\u6e05\u7406\u5e97\u5458\u4fe1\u606f\n3.\u589e\u52a0\u5546\u54c1\u8868\u5907\u6ce8\u5b57\u6bb5\n", "proba": 1.3117804087414697e-07}
{"commit": "e8c8038fa7647cccb5e7efb188007da008425de9", "message": "KRACOEUS-5448\n", "proba": 3.206439203040645e-07}
{"commit": "2d1252d51254351c18d95366697fdc517cd3bd26", "message": "Chnaged to use certificate chain rther than just one certficate. this is to support certificate after the renewal in multicampus mode\n", "proba": 1.174228430045332e-07}
{"commit": "dc8582c6a484473fcaa1e211dccd77f4412864ab", "message": "Add a basic implementation of the data file service that loads data files from the FS.\n", "proba": 1.217837706235514e-07}
{"commit": "4ef4eaedf86cf8ea8bc2740e3e7ab852702917eb", "message": "will check that species used in GO xref projection in previous release are still present in current release\n", "proba": 1.1240087616215533e-07}
{"commit": "395d515a7be0d913b37ba49101e29b2340df2f88", "message": "HBASE-10594 Speed up TestRestoreSnapshotFromClient a bit.\n\ngit-svn-id: 1ea5de6e32eadb5f080cfd8bafe1c87167c06d54@1571144 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 2.852671059372369e-06}
{"commit": "4f75ad9fb75131d50a0e868a72e80c2bc08d3dad", "message": "testing", "proba": 1.6199514902837109e-06}
{"commit": "26f4c6175b410748f72405fa1c48242c4948f93e", "message": "[lib] Added cluster range data class\n", "proba": 1.2099933144327224e-07}
{"commit": "0db5dfb112c086eed924b13a17d9dc4fd21c5c97", "message": "Adding (but commented out) a variation of testReturn where the namespace set to the root itself.\n\n\ngit-svn-id: 8699849808240b02471d01f5aaa03ec0c1cb68ee@253819 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.549875014461577e-05}
{"commit": "7b2186110cdbe09bc6e8f8dc5b30a4c5c11a2d81", "message": "https://pt.stackoverflow.com/q/39335/101", "proba": 7.939135571177758e-07}
{"commit": "7ea3e7df1f1ff5dde8ffb42fa179beef679f40ea", "message": "Fix dumpsys package.\n\nWas bailing out due to insufficient permissions to query users.\n\nBug: 6374050\nChange-Id: Ic4a4ab32e2efb4d1fc1f1607fd304f99d5382743\n", "proba": 3.041260015379521e-06}
{"commit": "ce623aa0d6969de6035dfc433f2e978a829274c0", "message": "o adds a reload in setTitle(...) if the content has realy changed\no null value is treated as an empty string", "proba": 4.087825971055281e-07}
{"commit": "e1c1e07c653ddf25d1f8b6e5385a009a97a155e2", "message": "Create class for TDD of haval algorithm\n", "proba": 2.3492977163641626e-07}
{"commit": "c4877e3c07f14057f883a2f0dd962fca9458e756", "message": "Create main.java\n\nTurns out processing is Java. So after finding that out it was pretty easy to port. Still no animations. Working version at http://studio.sketchpad.cc/sp/pad/view/JPHA42Cimt/latest", "proba": 1.5491098110942403e-06}
{"commit": "d182f2c753c21adf8bce334925f9b4edafe4f707", "message": "add timeout handling to websocket receiver thread\n", "proba": 3.479063366285118e-07}
{"commit": "26fe8be635d51f2c75705a63f186578cfa9db22c", "message": "am cc084f1d: Fix superfluous onError callbacks.\n\n* commit 'cc084f1d734c1e332d6acc1f89204036ee82bd0c':\n  Fix superfluous onError callbacks.\n", "proba": 2.0739125261570734e-07}
{"commit": "d4755c952985c60b3b376a198e30bdee01048f9f", "message": "am ab68bbaf: Merge \"add flag to websearch intent\" into jb-dev\n\n* commit 'ab68bbaf26cd526f6a5b8928533356d1f0fc7886':\n  add flag to websearch intent\n", "proba": 5.133804279466858e-07}
{"commit": "bdcb1bebc2a5c7374cce6c0f5829ae2abbb1dd5d", "message": "Now! From -1 to +1...\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@11655 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 4.114372586627724e-06}
{"commit": "a88da3fe2c82eeb3ded1f57220190632248033c5", "message": "UserData class-based map with casting all-setup, just inherit\n", "proba": 1.1898466567572541e-07}
{"commit": "fdb9869a3a8762aa784b39e72226496cfb086b25", "message": "Added \"delete-builds\" CLI command for bulk build record deletion.\n\ngit-svn-id: 28f34f9aa52bc55a5ddd5be9e183c5cccadc6ee4@23433 71c3de6d-444a-0410-be80-ed276b4c234a\n", "proba": 5.133150807523634e-06}
{"commit": "4dc259a3f0c20cf5e7fb5b324950f8b50c215493", "message": "fixed test\n\ngit-svn-id: 6d8f726e13e44a55f7989a189ac88f9e603c9e4b@2890 41e0724e-84da-11df-b2d6-0f76b6d44b92\n", "proba": 6.228274287423119e-07}
{"commit": "0550d06d50f513c05e740af4c0bbd430aeea4107", "message": "am fc687570: Merge \"Fix no transition when only shared element exists.\" into lmp-dev\n\n* commit 'fc687570c437d938f7849fda314b4743e7315adc':\n  Fix no transition when only shared element exists.\n", "proba": 1.4686592919588293e-07}
{"commit": "2a7a72fb3384f06479f41cc12d544fc658f44c68", "message": "am 4dcf91fc: am 5a082a9e: Merge \"Remove legacy version of ACTION_PROFILE_PROVISIONING_COMPLETE.\" into lmp-dev\n\n* commit '4dcf91fcec1dcdf5aeddcabaa4a2eb2b88937e1c':\n  Remove legacy version of ACTION_PROFILE_PROVISIONING_COMPLETE.\n", "proba": 1.9839600895465992e-07}
{"commit": "c7ae2adbee5ed664bbe8648fed86b8e7e8b0d118", "message": "Update comment of ACTION_PROFILE_PROVISIONING_COMPLETE.\n\nChange-Id: I386c16cc9649d4684bd69966b3c1d2abcb97ca4e\n", "proba": 8.169632565113716e-06}
{"commit": "34c562a402c4f926f5891f93e9079a8afa44f972", "message": "am c088e30f: Merge \"Clarify javadoc of setPermissionPolicy\" into mnc-dev\n\n* commit 'c088e30fd403b9843a00cc311e460734bd111c26':\n  Clarify javadoc of setPermissionPolicy\n", "proba": 1.5330841733884881e-06}
{"commit": "82543934db9bb8f998d081d3f7a6542c5b11cab5", "message": "am 9b5bd26e: am c0ad5751: am 6b6b9cd9: am 01496367: am ab868eff: Merge \"Update javadoc for EXTRA_PROVISIONING_ADMIN_EXTRAS_BUNDLE\" into mnc-dev\n\n* commit '9b5bd26ee1855e5527f448e5e26181e12320b956':\n  Update javadoc for EXTRA_PROVISIONING_ADMIN_EXTRAS_BUNDLE\n", "proba": 4.4280557176534785e-07}
{"commit": "1b2e7adc8821a6de2cfc2ce23b0c555c1bb7f1fa", "message": "Use DisplayNameWithDialect only for some locales\n\nAlthough DisplayNameWithDialect seems to return friendlier, more\n\"casual\" names (e.g. \"American English\"), the result was inconsistent,\nand (at times) debatable. And since this setting affects not only\nthe language of the translation, but a locale, names like \"Flemish\"\nkind of lost the whole \"locale / location\" idea.\n\nSo we revert to use DisplayName for all but a few selected locales\n(that we verified are better with the \"dialect\" form).\n\nBug: 27704583\nChange-Id: I587081da1293cccac3cdabcd188a9b8160c233ea\n", "proba": 1.051376875693677e-05}
{"commit": "b02d395650a9a5fb13812cefa0ada1501f5b6d62", "message": "am e16a1bfa: Use system locale list.\n\n* commit 'e16a1bfa9cd9a9a0430e2fe890586ae451f0faaf':\n  Use system locale list.\n", "proba": 2.203394160460448e-07}
{"commit": "176e88694c768fc9b3587887e41039aa4db8cceb", "message": "Remove empty package util from world module-info\n", "proba": 3.8459108964161715e-07}
{"commit": "cb997381337f986ac4e3f92ff27c5ebfb3ee26a9", "message": "Complete task1510\n", "proba": 0.999998927116394}
{"commit": "79da3c3ded0be97c38e35401373a661b3d3eefb8", "message": "Add interface PrintType\n", "proba": 4.5201562670627027e-07}
{"commit": "f0e3f1946da4448e83933e8c1b5c12c1d1f09361", "message": "Added Hello World\n", "proba": 0.00015503453323617578}
{"commit": "992fe8a1be30f4ad1dea20bfca9860bc6c6134cb", "message": "task #24846 (Iterator for prime numbers), Correcting\n", "proba": 0.0020257525611668825}
{"commit": "df54740245f91cfc95360199b0cb85215ebf7885", "message": "Return new copy of segments array\n", "proba": 0.0001641707494854927}
{"commit": "a7f3851cecbc1999efcba45c28d4f6c8db546609", "message": "Functors:\n - filtering\n", "proba": 4.1153711549668515e-07}
{"commit": "e1f3460ab5cafeb451ef8493b065a176b6be5573", "message": "created participant list class\n", "proba": 3.2461667842653696e-07}
{"commit": "5e88c7a84e5185a273686258698db18391403b33", "message": "Add sample for Geoavailability functionality\n", "proba": 1.699977616453907e-07}
{"commit": "27b28f52278f719540e596b04110d094672e8266", "message": "First commit.", "proba": 1.5604140912728326e-07}
{"commit": "9cebb86c95ad4846ecc771e4b40d2dbd5cf1494b", "message": "am 1b2efbca: Merge \"Update a comment about when setOrientationHint() should be called\" into gingerbread\n\n* commit '1b2efbca7120cf799d1242d277af354df7b0a9bb':\n  Update a comment about when setOrientationHint() should be called\n", "proba": 3.3508579235785874e-06}
{"commit": "16fd9afe2927f0a1f4a8890b47588e77d7d25bd0", "message": "am 88a6ada7: am 746a550b: Merge \"TIF: Allow ISO 639-1 code for Channels.COLUMN_AUDIO_LANGUAGE\" into lmp-dev\n\n* commit '88a6ada7ae19ebbed6419d4e60afac5162f744fa':\n  TIF: Allow ISO 639-1 code for Channels.COLUMN_AUDIO_LANGUAGE\n", "proba": 1.0121137847818318e-06}
{"commit": "cfd7a489072fd957a4f58b3e4884616c7e4f3758", "message": "Add public accessors to email object\n\n* Allows developer to access email on device\n\nChange-Id: Iacc40895a19de1bd1a9c5014ec269dfd31453c0d\n", "proba": 3.5502239370543975e-07}
{"commit": "db93e9f87b4d6e3b8475cd805536a9e13fde2e71", "message": "Added to test input events", "proba": 2.16008857023553e-07}
{"commit": "2e1a1ca61bd06c5e4ec522db563a77530a31fa83", "message": "Added PresenterModule\n", "proba": 1.9522481409239845e-07}
{"commit": "51482624f261853c74b63f27db046574f7089d1b", "message": "Fixes #172. click listener now either opens the next activity or sets a flag to open it when ready\n", "proba": 1.4971006123687403e-07}
{"commit": "46590d06e663c61fc90b8024dce5213f0b6719de", "message": "Made duplicate punches not available\n", "proba": 1.406216085797496e-07}
{"commit": "9591a36c4b2e6e20fe0e5d2fa7941caafb5255b6", "message": "Add WebApiError\n", "proba": 8.172042385012901e-07}
{"commit": "420991329b49f4379676bda4aa09cf714f8165c3", "message": "add json deserializer\n", "proba": 0.00012092998076695949}
{"commit": "0856b8727df67e3cf2e0970b03fc56ba5f7f5048", "message": "typo fix in Node", "proba": 1.2955480087839533e-05}
{"commit": "d7e2010d8de6820e52d8f43a456830ca9bee1680", "message": "added support for the changes made in AudioUtil.java\n", "proba": 3.518878770591982e-07}
{"commit": "3de01e3b6afa2a3c710293726b0d325e90848f99", "message": "Adding builder for java-driver Configuration\n", "proba": 4.075237711731461e-07}
{"commit": "22101684f1cb6b11b092f2b3919a106e79f912ce", "message": ":sparkles: Reverse a Linked List in groups of given size\n", "proba": 1.5297984646167606e-05}
{"commit": "f3204c37fde732f6131933cb6d88aae67e23fa8b", "message": "Fix arrows flying back after server reconnect.\n", "proba": 1.1212615191880104e-07}
{"commit": "86a0d11417796c7f85ba1d22b77a7f82e7a19c3a", "message": "Test labelled <code> tags in join/quit messages\n", "proba": 1.7647390393449314e-07}
{"commit": "8efcd06905de6ae09f54f2184085bb5b5efd71fa", "message": "Cleanup channel message name formatting\n", "proba": 5.653784569403797e-07}
{"commit": "eebc1299ffd8a45e54779525edea386f7475be1a", "message": "Attempt to fix channel formatting\n", "proba": 1.4078693766350625e-06}
{"commit": "cd7ac912a377a517d3bb23abbfebba793f79c9e1", "message": "A simple collapsible pane", "proba": 3.9839528653828893e-07}
{"commit": "8846da87728b8050b352ad09b31cca50e4ac5350", "message": "container: Cannot defer initialization of bnd classpath container\n\nThe change to defer the initialization of the bnd class path container\nto after the bnd workspace is initialized can result in the failure to\nestablish the bnd class path container for a java project. When\ninitialize is called by Eclipse, the code must call setClasspathContainer\notherwise Eclipse will decide the java project does not have a bnd\nclass path container. So we always start by calling setClasspathContainer\nto set an empty class path and establish the bnd class path container.\nThen, after the bnd workspace is initialized, we are called again and\nwill set the actual class path for the container.\n\nSigned-off-by: BJ Hargrave <3d26bb3930946e3370762d769a073cece444c2d8@bjhargrave.com>\n", "proba": 1.958713255589828e-05}
{"commit": "31a5309d0241c053439fd0079a2b2e7180f27680", "message": "Fixed javadoc URL to work in any context (using relative url).\n\nsvn changeset:1344/svn branch:trunk\n", "proba": 3.139896307402523e-07}
{"commit": "a88575c2e7855b9bcebc96f7a71c2f7afe55b838", "message": "minor adjustments\n", "proba": 3.763766756037512e-07}
{"commit": "f0a46fa5ebb26d743caf333739bd51c80af67d77", "message": "Implemented a new siblings attribute class\n", "proba": 6.087641395424725e-07}
{"commit": "dbdd00a2fe4faf5fb36b92b66dcf6bbd28bfee4c", "message": "adding Column class\n", "proba": 5.570336725213565e-07}
{"commit": "eeb49d0c5102664836209ee6b724f014a363f539", "message": "first version of XML schema generation utility\n", "proba": 1.6493034138420626e-07}
{"commit": "cfc05f7ed6a3f965ae57819075a6a5b08aad9e48", "message": "*** empty log message ***\n\n\nSVN-Revision: 905\n", "proba": 4.0133235756911745e-07}
{"commit": "5070455b66f15213d2048be917e0017bc7cea668", "message": "pca for competition set\n", "proba": 1.8483179076156375e-07}
{"commit": "d76aa72117228f6c2b7ac66c0dc5cffbd55e599e", "message": "default\n", "proba": 1.71783467521891e-05}
{"commit": "9ad678e3b5c16b9967da71a90d494092e47e07c4", "message": "LazyModuleManager #1411: made an error message deterministic\n", "proba": 1.1323117178108077e-05}
{"commit": "b9e3c08928af7109369874227209aaf3967c8e67", "message": "actually, just revert to non-debugging in CVS\n", "proba": 3.2573245789535576e-07}
{"commit": "f2f062699c721c140aad8c45644eaccafe098f21", "message": "JSF\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306e\u7a7a\u6587\u5b57\u3092null\u306b\u5909\u63db\u3059\u308bResolver\u3092\u8ffd\u52a0", "proba": 3.1031879643705906e-07}
{"commit": "0599ec487c498e1dc6b00be6e24563e06ff08339", "message": "String-reader for unit-test added", "proba": 2.0057619565250207e-07}
{"commit": "484495a69128e32eef8ecfb999efe2314828104a", "message": "mmsSort\u306e\u30de\u30eb\u30c1\u30b9\u30ec\u30c3\u30c9\u7248\u8ffd\u52a0\u2026\u307e\u3060\u3042\u307e\u308a\u901f\u304f\u306a\u3044", "proba": 1.2265807924904948e-07}
{"commit": "d7eccf2662297747a71b630cdfc1aedd414a408b", "message": "Changed method prefix to proper request type\n", "proba": 5.832098395330831e-07}
{"commit": "b27667b6fbe11098be90ae14629e36899326cafd", "message": "early WIP tracers\n", "proba": 1.7931039053564746e-07}
{"commit": "9273442d80232724800edae1500d6648c42a31f6", "message": "account service: use common gson\n", "proba": 8.628499585938698e-07}
{"commit": "bb36578d058c26d22a26218bffec784fca8c5228", "message": "Improve building of the CSV schema.\n", "proba": 3.668894521524635e-07}
{"commit": "b08ad9219cc6827f8dc54f87833aa1c0a73d3815", "message": "fixed the bug - took out covert float value into .## format", "proba": 7.304458335966046e-07}
{"commit": "8e1dd744495ae8f81c91f0cab86ae506c3f23247", "message": "Update graph model to use Map interface internally.", "proba": 1.0796546234814741e-07}
{"commit": "5d7a2cbaa6bb6aec02860de63eb49d1a7e513c2e", "message": "streamline the device connection Observable. add more logs\n", "proba": 4.432483535765641e-07}
{"commit": "8815e22f6267eddb03fb722ef47258e5bd5a54e6", "message": "flag for user status.", "proba": 1.3862299397260358e-07}
{"commit": "99c6dfc4cefd348695547793af9a1327cff375e0", "message": "Added kin term import and export and menu items for the kin terms.\n", "proba": 1.01665683871488e-07}
{"commit": "6c55c7c129e800d3e28bef25edbfbf00c23cf11d", "message": "\u4e8c\u5143\u8bed\u6cd5\u6a21\u578b", "proba": 2.443302662413771e-07}
{"commit": "4132c61e11f8c28bc6383f4f0a1100a5bc04584c", "message": "Removed unused import\n", "proba": 2.9346514907047094e-07}
{"commit": "59c82376e573d35f1bad7a35ccd3fe6df85f4342", "message": "am c8763858: merge from open-source master\n\nMerge commit 'c8763858cfcae8be89c0f88df87bf9a3ad90ae64' into kraken\n\n* commit 'c8763858cfcae8be89c0f88df87bf9a3ad90ae64':\n  Fix for issue 895 (missing android: prefix), Removed unused imports\n", "proba": 3.23086055686872e-07}
{"commit": "bdf78247d69936b10f81f7254a24ca443e3a4285", "message": "Prevent IndexOutOfBoundsException on toString() if vibrate array is empty (non null)\nexample: notification.vibrate = new long[0];\n", "proba": 3.0526352929882705e-05}
{"commit": "c68772b68ade8feb2babb3fa2ad0f21860d9f316", "message": "Deal more gracefully with null smallIcons.\n\nFirst, when parceling a notification with no small icon:\nWell, you shouldn't attempt to do this anyway, since NoMan\nwill reject a notification without a valid smallIcon.  But\nsetServiceForeground parcels up the Notification on its own\nbefore handing it off to NoMan, so it will crash on an\ninvalid small icon. (In general, parceling code should never\never crash, even if the object is in an undesirable state.)\n\nAnd when build()ing a notification: Same thing---don't build\na notification with no icon; you're going to have a bad\ntime. But maybe you're going to fix it before you hand it\noff to NoMan. Or maybe it's just one page of a wearable\nnotification, so it doesn't really need its own icon. Either\nway, Notification shouldn't crash.\n\nBug: 21286186\nBug: 21298403\nChange-Id: Ie482cde0a3afe3aaabf07be0536551b8e4bceba0\n", "proba": 0.0002105947060044855}
{"commit": "0faacf0658af00929481fa158f0c88289ba5145f", "message": "Fix NPE in trimV4AddrZeros.\n\nChange-Id: Id6ab91dabce4a2adba02f2601bc1157e87b782c3\n", "proba": 0.0005060902331024408}
{"commit": "2c33bb19f704f039aed5634150eed42da446133b", "message": "am 98a44df4: Merge change 8235 into donut\n\nMerge commit '98a44df4b4cc8cd28276ad888a7e17f81353ae44'\n\n* commit '98a44df4b4cc8cd28276ad888a7e17f81353ae44':\n  * Revert the change that I introduced while refactroing in SurfaceView#dispatchTouchEvent\n", "proba": 5.014812813897151e-07}
{"commit": "ab4afc89f8aa076171e6b7ac2a96b7bd41f7fbeb", "message": "am 21769419: Merge \"Correctly report isOpaque() from ImageView\"\n\n* commit '217694199fd94f2162d5467aee95adfef74b99c2':\n  Correctly report isOpaque() from ImageView\n", "proba": 2.306315849409657e-07}
{"commit": "de60dd2d136557ff7dce52c37625c4475ef42e7d", "message": "am fcd7ad4e: am 59d73ab6: Merge \"Respond to ticks when a timezone is set and it doesn\\'t display seconds Bug #7489774\" into jb-mr1-dev\n\n* commit 'fcd7ad4e28df6a408e84c6d2b2f425b029efbfbe':\n  Respond to ticks when a timezone is set and it doesn't display seconds Bug #7489774\n", "proba": 1.4236039760362473e-06}
{"commit": "e8fc2c93dadcc867a523980d24ea99f5db67c8e3", "message": "Easy one, needed a work through to understand\n", "proba": 1.4927266533959482e-07}
{"commit": "41bf381c521047b0e4b39fb316936885e5273e31", "message": "am 05f876e1: Merge \"Simplify the way we get the version info. Reduces startup overhead.\"\n\n* commit '05f876e19d8ba7009c195e9a898c0bad3fda24ed':\n  Simplify the way we get the version info. Reduces startup overhead.\n", "proba": 1.2482502143029706e-07}
{"commit": "15ec8fff1e55a687d517a4eeeeae15cfca3fb14c", "message": "Store.load() will now set TCCL if necessary. No need to set it here.\n\ngit-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1725697 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 1.3381254575506318e-06}
{"commit": "1f86d09f9d54a48fa6585b7ef4671569c9b8241f", "message": "fixed packet sizes when using bundles or TCP\n", "proba": 2.3909589685899846e-07}
{"commit": "d23127e4006599e3c960e5533f3c07c0034b37d1", "message": "add regression test for styler load order\n", "proba": 1.9451080390808784e-07}
{"commit": "1ebe04b9a24b2589e749040fd557bc9b1ebd4dfd", "message": "Moved console to test package", "proba": 4.708518872575951e-07}
{"commit": "71cc5ec8c160bd0d88a7090fef718f31191de5c7", "message": "Base integrator class; defined constructor for default constants\n", "proba": 1.6435159011507494e-07}
{"commit": "1b61fdfd241d6a22bd1d0732ccb3532122c2ce9c", "message": "add swing case\n", "proba": 1.0354611958973692e-06}
{"commit": "077d1259876332fc0914ad6746b975b9c23dd16b", "message": "add tests for InfixSymbol\n", "proba": 2.7762234822148457e-07}
{"commit": "a768e766836c2028a2ac7afb81437438e79a662a", "message": "ui: add UiManagerTest\n", "proba": 5.092288120067678e-07}
{"commit": "072832cf5d2bcdf7edd396544a29bcf07fb0a71f", "message": "INTEGRATION: CWS sb14 (1.1.2); FILE ADDED\n2004/02/19 14:19:44 sb 1.1.2.1: #i21150# Moved Java types from jurt to ridljar, as javamaker now generates code that uses UnoRuntime; cleaned up; deprecated environment/bridge/mapping stuff.\n", "proba": 1.0352641766075976e-07}
{"commit": "647d9bedb8099321289ac2dcbfc02d7a365f42ed", "message": "fix for issue #403\n", "proba": 1.6241050104781607e-07}
{"commit": "f8deafe20cea53b613446ec7a00e2894882aa9f7", "message": "Reconstruct the layout and add a java serialize example\n", "proba": 3.494052975838713e-07}
{"commit": "b26a69fc93b71d2ec59bd16449bdfcd8d6d79dee", "message": "Tweak to r2315.", "proba": 1.2297607554501155e-07}
{"commit": "5f85d5f4a32fdb16e143f7d96ffc344c7fcd43d8", "message": "adding semi-colons :)\n\n\n\ngit-svn-id: ffa82f8b5365527f15e0937c22c43c0f57297fc0@280043 13f79535-47bb-0310-9956-ffa450edef68\n", "proba": 0.0003052912943530828}
{"commit": "80c0a17c64b7917a972eb2f5422f8e5076894839", "message": "log aborted tests\n", "proba": 8.589190088059695e-07}
{"commit": "c7f063f6a814495842d007dc0a626c56f45bbcd0", "message": "am 72bcaa20: Moved the circle finishing animation to the RenderThread\n\n* commit '72bcaa20afab21eedf749c7a4bdb807dd41b06f8':\n  Moved the circle finishing animation to the RenderThread\n", "proba": 1.7724669305607677e-06}
{"commit": "80369b6c0fbe94c1127328248af51a9b009f17f5", "message": "Fixed an issue with crash on multiple purchases\n(This issue was fixed in the google play library and pulled here)\n", "proba": 1.0266239769407548e-07}
{"commit": "3cf5ddc96fc5f5a57d948778dde35ac181197694", "message": "Filetype \"role\" forgotten in s4list\n", "proba": 6.103011287450499e-07}
{"commit": "aead9cc827f02240c7b333250d4981c70dcc8f0e", "message": "[ issue #10 ] Example client for shards deployment scenario", "proba": 1.332313530610918e-07}
{"commit": "ca4733ffc071c14dc5a29574bdf6b134a8ac4fd2", "message": "Add Grid.java\n", "proba": 9.708242032502312e-07}
{"commit": "1649403a525c13406482aa602e8b6b8fa10386c6", "message": "Add rotation sensor provider\n", "proba": 2.2233584218156466e-07}
{"commit": "37f517023d2f418aaea2806dcf221240209346bf", "message": "JJDoc can now handle tokens defined with repetition ranges.\n\n\ngit-svn-id: eee8356d45ea3f6bef60455b6252670a15fb374b@401 68c0822f-77d1-6f10-b115-8a14d106ca4c\n", "proba": 4.033489403809654e-06}
{"commit": "2995f891310d9a28ed9da0dc61846eec3dcb5752", "message": "Added exit functionality.", "proba": 1.2331265963894111e-07}
{"commit": "7094226260792ce57297066a0c06797e13b8c85c", "message": "Updated exception type\n", "proba": 4.5384967961581424e-07}
{"commit": "dcc8f4597b09f3c62268cf906afe9d15d5b700ea", "message": "New Test Class added for LabCategoryDao\n\nSVN-Revision: 7553\n", "proba": 1.145517813938568e-07}
{"commit": "b14e7567473386fc398d0bca624b4e7ff7546130", "message": "Revise notes\n", "proba": 3.743876675343927e-07}
{"commit": "40717e7573aa2c53cd60cfbac49f5031227f9b83", "message": "mandragora-forest\n", "proba": 5.413797225628514e-06}
{"commit": "d2090dbceade07101d70f62442047fdd132de696", "message": "Set location on CheckinButton in PlaceFragment\n", "proba": 1.7426198439807195e-07}
{"commit": "3c29e875477873c70b613f631129c69e3db04785", "message": "added PersonByNameComparator to util\n\ngit-svn-id: ce3478dfdc990238714fcdf4fc6855b7489218cf@15252 5bac5841-c719-aa4e-b3fe-cce5062f897a\n", "proba": 7.397259764729824e-07}
{"commit": "2ac72c3c9d52dcb86f257e835652e891831750af", "message": "Moved methods around in source file.", "proba": 1.198863088802682e-07}
{"commit": "2453c1fbd01b0b82884a8182014dc409b35a2f03", "message": "(Task SAM-376) moved strings out to resource\n\ngit-svn-id: 840349cbf2a7f44860f6cfd02374235b623e9bf9@1220 66ffb92e-73f9-0310-93c1-f5514f145a0a\n", "proba": 1.6562528344366e-06}
{"commit": "b55bc1622a9931d7a480860a5a52d2196a87c76d", "message": "edited ArraySort.java & added JavaDoc\n", "proba": 1.3940146459390235e-07}
{"commit": "2e5979236ccc06beec8b8f7f631f31bdedc79614", "message": "Mark beginRestoreSession() as system API\n\nBug 16874911\n\nChange-Id: Idb06ebf2d0f54bb13af1d2eeacf0d7b06fda68db\n", "proba": 1.5804663462404278e-06}
{"commit": "6ab5e3360f810b8802d074bcb8bf4ab0c248d913", "message": "hooked up results page\n", "proba": 2.293452041612909e-07}