Skip to content

Latest commit

 

History

History
324 lines (324 loc) · 131 KB

Bug-diffs.md

File metadata and controls

324 lines (324 loc) · 131 KB
Diff Bug Commit Failing Passing Comments Failed Test Runs Code APR Viable
apache/commons-lang 0446364f..859224ff x x x Linter hated the * imports
apache/commons-lang 27d3d40f..e702828e x x x Fixes test, modifies checkstyle suppressions. JL: This one failed because the file contained tabs
apache/commons-lang 314b6b56..8cafd87c x x x x x
apache/commons-lang 3ce7f9ee..4282efae x x x Commit message doesn't really match change, which fixes a typo in a comment. JL: Fixes a build failure. The javadoc wouldn't compile after the first commit. I don't know how this made it past the BugSwarm parser.
apache/commons-lang 585b1cb9..5a87fa17 x x x "Add missing JavaDocs to make checkstyle happy." JL: Confirmed. checkstyle mad about bad javadoc.
apache/commons-lang 75874319..53def501 x x x Removes wildcard static import; I'm guessing it fixes a checkstyle failure. JL: Good guess.
apache/commons-lang b7cc7a1c..d61090ab x x x Modifies checkstyle suppressions and pom.xml. JL: Again, checkstyle failure. This one just tells checkstyle to shut up.
apache/commons-lang f2d8493a..daeed972 x x x ...commit message suggests that something is actually done, but actual change is removal of whitespace in a comment. Am confused. JL: Actual commit message is hidden (click the ...). Checkstyle, again.
bwhmather/verktyg 71dc420c..2c50fdf9 x x x Real fix, bug caught by a test. x maybe
byteweaver/django-coupons 4776a4e4..8368e76e x x x Fixes tests. JL: This fixes a bad test, isn't a real bug. x
Cal-CS-61A-Staff/ok 1aedbbaa..80fca8de x x x Thing 1: This repo is a UC Berkeley course repo. JL: This fixes some test by changing code. I'm not certain how. I think it's a real bug, but not one anyone could fix automatically. x
Cal-CS-61A-Staff/ok 507c5821..372ca9fa x x x 7 commits, 213 additions, 222 deletions x
Cal-CS-61A-Staff/ok 7cc84486..d880d41f x x x This is a test that had actually been failing and was being ignored. I don't know when it started, but it seems to be an instance of TDD. Also I thought BugSwarm was only supposed to start chains where the build went from passing to failing, but that isn't the case here. Either way, this required actually implementing functionality from scratch. x
Cal-CS-61A-Staff/ok 84e1d7ce..d9a93c53 x x x Fix test configs. JL: Yup, fixes a bad test, not bad code x
Cal-CS-61A-Staff/ok ab90f428..739d34ad x x x 13 files changed, 241 additions, 225 deletions. x
Cal-CS-61A-Staff/ok b9f229f6..345c186a x x x Fixes test. x
Cal-CS-61A-Staff/ok e8153ac3..20cbe9d0 x x x Bug fix. x maybe
cbeust/testng 20d16169..91dbce09 x x x Fixes tests. JL: It's not terribly surprising that these next few just fix test cases, since this is a testing framework. x
cbeust/testng 3749eb22..088b3ff9 x x x Fixes tests. x
cbeust/testng 56b57ca4..c15a490e x x x Fixes tests. x
cbeust/testng cd97c53c..33658e09 x x x Fixes tests. x
cbeust/testng d31a1e62..2296d9bf x x x Fix test, and classpath. x
checkstyle/checkstyle 4a7d16a6..519c9990 x x x Disables checks (in an xml) to avoid a NPE in that check, presumably. This is awesome because it's TOTALLY an "overfitting" human patch. I am amused. JL: I think this falls into the category of "fix tests by not even running them". I don't think I'd consider this a bug per se. x
checkstyle/checkstyle 4e5be630..620f5933 x x x ...adds a comment to a file called circle.yml. A COMMENT. WHY DID THIS BUILD FAIL. JL: Took a minute to find the failing issue. It looks like this is another instance of "bad commit message".
checkstyle/checkstyle 53f57666..1bd277e9 x x x Modifies README. WHY DID A BUILD FAIL. JL: Same as above, bad commit message failed the CI tests.
checkstyle/checkstyle 58f3c699..759b932a x x x Removes trailing whitespace in an XML file and why did this make a build fail? PENGUINS.JL: Guess what, in this project trailing whitespace in XML doesn't pass the CI tests.
checkstyle/checkstyle 6370bd4a..a15aacf7 x x x Fixes tests. x
checkstyle/checkstyle d3bafb18..585738d9 x x x Not a bug, this is another insance of the first build failing because of a bad commit message.
checkstyle/checkstyle ddf1ce65..a5369c60 x x x Fixes tests, and I think checkstyle config. JL: Test fails because CYCLOMATIC COMPLEXITY IS TOO HIGH.
GoClipse/goclipse 09f8bb35..6ad36e4c x x x Changes a lot of code, but I think the actual "fix" is just the last commit, which changes a test case. I think this is an instance of a bad configuration. x
GoClipse/goclipse 10ed9fc6..b037b357 x x x Fixes tests. x
GoClipse/goclipse 1cd6a776..176035f7 x x x Fixes tests. x
GoClipse/goclipse 3ca0ff47..5189978c x x x Modifies build.properties. JL: This is a "file not found" error. I wouldn't say this is even a failed test. ?
GoClipse/goclipse 4eea39a4..21836d76 x x x Fixes tests. x
GoClipse/goclipse 55e69a58..8d38732c x x x Fixes tests (I think). JL: Confirmed. Bad configuration. x
GoClipse/goclipse 7c6dc7a1..8465a83c x x x Fixes tests. x
GoClipse/goclipse d3272165..1b15b05d x x x Fixes a test in one of the commits, but I think the code that changes is in response to an actual bug. x
GoClipse/goclipse f737d664..1f7bf777 x x x I think this is a compilation error, but only in one component. I think this might be a viable place to use APR. ? maybe
GoClipse/goclipse fae24137..7c19db3e x x x Adds a test, but I think that's just to ckeck for a new edge case. The code change is for sure an APR thing. x x
HubTurbo/HubTurbo 083ce6be..14a3c6b3 x x x Removes failing tests, effectively. x
HubTurbo/HubTurbo 4230c47e..65546d55 x x x Revert "remove unused imports" which is SO CONFUSING. JL: I'm not sure, but I think the tests broke because the imports weren't actually unused. This might be an APR candidate? x maybe
HubTurbo/HubTurbo 596b67a4..6b585feb x x x Adds tests, modified build.gradle. Out of scope for APR. x
HubTurbo/HubTurbo 7c653df2..ce7e4146 x x x Deletes functionality, I'm not entirely sure how this fixes the failing test, but it's clearly in reach of APR. Rinard would say this isn't a "real" bug fix, so that's funny. x x
HubTurbo/HubTurbo ec88d7cc..f62652a8 x x x Deletes unused class. Commit message says "merge branch tests" but all I see is the class deletion. JL: For some reason this commit doesn't appear in this diff. I think it's some git weirdness that I don't fully understand. Nevertheless, it modifies a test case. x
puniverse/quasar 0762868b..86390075 x x x All sorts of stuff happens and CI is manually turned off for the intermediate steps. This sequence isn't a dev responding to a CI failure, but a dev implementing a bunch of stuff and ignoring CI. x
puniverse/quasar 16edc6f5..693fee05 x x x Fixes test. Also, commit message is a heart. x
puniverse/quasar 269d73a6..0057c286 x x x It would require some pretty advanced stuff, but I think this is in reach of APR. x x
puniverse/quasar 4f3516d0..a64bede1 x x x Modifies build.gradle x
puniverse/quasar 53c00c16..602e6c95 x x x Modifies build.gradle x
puniverse/quasar 6eee173d..16c92779 x x x Fixes (deletes) tests x
raphw/byte-buddy 02054468..c9b07824 x x x Fixes test x
raphw/byte-buddy 45bdba6f..87efb8b4 x x x Fixes test x
raphw/byte-buddy 59caf763..54237707 x x x Fixes test x
raphw/byte-buddy 5a2cc59b..61eb2bc5 x x x Modifies a test, but I think it's to unit test the new functionality added to fix the test that started breaking. x x
raphw/byte-buddy 6c0f13fc..82c18a6f x x x Interesting one: A failing test revealed an implementation bug that when fixed revealed a problem in tests that then needed to be modified to fit the new implementation. x maybe
raphw/byte-buddy 89cf897b..8dd23cdd x x x Fixes bad tests. x
raphw/byte-buddy 98b7a43b..4cd8bf4b x x x Fixes several tests x
raphw/byte-buddy d4c95ad9..369aedba x x x Fixes test x
raphw/byte-buddy e7ec728a..81da4a8f x x x Changes tests, but also changes code. I'm not certain if the post-patch code would have passed the pre-patch tests, so I'm not sure if this could be repaired with the existing tests. I'll give it a maybe. x maybe
rinde/RinSim 936dfff4..6719bc8d x x x Fixes test x
rinde/RinSim a44f0ddd..1acf59c7 x x x Fixes test x
rinde/RinSim cdac51f2..af0839c3 x x x I think this is just an expected failure halfway through a large refactoring. x
sannies/mp4parser 3749a174..47e188c3 x x x A real bug, with a real fix. The actual fix is commit 7f82902, but CI didn't run again until after the next commit which updates version numbers and such. x x
sannies/mp4parser 3855595b..e0c707d9 x x x TDD x
sannies/mp4parser 3c57f92d..acf3a575 x x x I believe this is TDD x
sannies/mp4parser 49ef78e7..16c9cec4 x x x pom.xml/config modifications. JL: I'm not sure why the original build failed, but I don't think this is a bug x
sannies/mp4parser 4c17cef3..ed5b5e04 x x x Real bug, fixed in commit ed5b5e0 x x
sannies/mp4parser 8a3647b6..299346e2 x x x pom.xml/config modifications JL: Same as 49ef78e7..16c9cec4, not sure why the original failed, don't think this is a bug x
sannies/mp4parser c773b4d0..baf18a31 x x x Fixes broken tests x
sannies/mp4parser d410b299..9919aaf6 x x x pom.xml/config modifications JL: 49ef78e7..16c9cec4 again x
sannies/mp4parser fe0ff8b0..04fb413e x x x pom.xml/config modifications JL: 49ef78e7..16c9cec4 again x
scikit-learn/scikit-learn 2c4b43c2..62ad5fed x x x "Revert unintentionally committed code" per the commit message (haven't looked much otherwise). JL: I think they only meant to check in test_pca.py in commit 22e4305, but did something like git add . and accidentally added a bunch of local hackery. x
SciTools/iris 6973b568..beae75d9 x x x COMMENT WRAPPING. PENGUINS ARE DYING. JL: 🔥 🐧 🔥
swagger-api/swagger-core dc766c49..5a73a6ed x x x This seems to be a bunch of messing around with the CI, knowing it will fail. Not really a bug. x
swagger-api/swagger-core ed49b508..3a324bba x x x Modifies a test, but it just turns off printf debugging that doesn't change the test results. x x
swagger-api/swagger-core eebd2ef0..cc4e4f46 x x x TDD with synthesis. I'm gonna be optimistic and give it a maybe x maybe
web2py/web2py 7bfa85fa..6ecc147d x x x I think this is a real bug captured by actual tests. x x
web2py/web2py b4f37841..75b8ceb0 x x x Looks like development of a feature that broke the build, then a test update x
Whiley/WhileyCompiler 0c23f51b..5704dc79 x x x Yeah, I think this counts as a bug/fix x x
Whiley/WhileyCompiler 458c4bf5..b489b86f x x x ...updates version number in pom.xml. Why does this impact build status?? JL: This is really weird, I don't even know what's going on here. I think the git history gets really wonky since they're pulling in from a fork. x?
Whiley/WhileyCompiler 651b7931..307c39aa x x x "Updates build settings" (checks in a jar?) JL: Apparently this is a library that needs to be compiled with Eclipse and added to the repo? I don't know. Not a bug, though. x
yamcs/yamcs 078176e6..5d18ea96 x x x Removes obsolete test x
yamcs/yamcs 0e40a6e9..5bdd085f x x x Fixes tests. x
yamcs/yamcs 2c6051c6..26db26e2 x x x Yeah, I think this is a bug that can be addressed by APR. x x
yamcs/yamcs 421daa1d..20b9c6fc x x x TONS of changes, I'm not even sure if there's a bug in here. I think this is just major development x
yamcs/yamcs 515c1fdc..9ae58bac x x x Fixes (adds?) test JL: Confirmed x
yamcs/yamcs 5626627e..ce974a3d x x x Fixes test (I think) JL: Confirmed. NullPointer was caused by a bad test, not bad code x
yamcs/yamcs 57733a81..6050e423 x x x Fixes test. JL: A test is just updated to match new behavior. x
yamcs/yamcs 6103f6a7..e915e772 x x x Inserts null check (w/default value). JL: Real bug. I bet Monperrus could fix this. I also bet he'd think it wwas overfitting. x x
yamcs/yamcs a368981f..69d9c14f x x x Inserts null check. JL: Yup, another Monperrus special. Surprisingly not overfitting. x x
yamcs/yamcs b0d60227..845026aa x x x Fixes test x
yamcs/yamcs c9c352c9..a5504853 x x x This one seems like it's in reach. x maybe
apache/struts 880c4c2d..ff8d7315 x x x
bwhmather/verktyg adccf05b..8e846453 x x x
bwhmather/verktyg cb96c711..f5b40447 x x x
bwhmather/verktyg d2571735..7e7b7939 x x x
Cal-CS-61A-Staff/ok 755da18d..5350b865 x x x
Cal-CS-61A-Staff/ok 8bd65645..cd558232 x x x
checkstyle/checkstyle b5e465f2..33d7273f x x x
checkstyle/checkstyle c4984c31..6eb3e9e8 x x x
checkstyle/checkstyle 2445ee76..7f9378d8 x x x
checkstyle/checkstyle 7f6e28c0..33436ab2 x x x
checkstyle/checkstyle 98fde9c9..6a77df34 x x x
checkstyle/checkstyle 93e9f8d9..bfd8c21e x x x
checkstyle/checkstyle c1256fa5..91b1a50b x x x
checkstyle/checkstyle 6af35e97..c43ee5ca x x x
checkstyle/checkstyle ee299373..cd2fa21c x x x
chewiebug/GCViewer 6f90726b..75653210 x x x
chewiebug/GCViewer cbe1f1d6..f395e2f8 x x x
chewiebug/GCViewer afaaf694..e6d5efef x x x
davidmoten/rxjava-jdbc 244c6c06..179b9626 x x x
davidmoten/rxjava-jdbc 7f627bbb..34b30ca2 x x x
davidmoten/rxjava-jdbc a32e1855..f1c233ea x x x
devhub-tud/devhub bf220f35..b93752e5 x x x
dita-ot/dita-ot 39b8ae0f..079125c9 x x x
dita-ot/dita-ot 64eba7fc..1b11492f x x x
dita-ot/dita-ot f03ac82c..ba4c7f9a x x x
dita-ot/dita-ot c156e172..ff8fbfd1 x x x
dita-ot/dita-ot 0f999ab6..8bddacb3 x x x
dita-ot/dita-ot 0cc7e737..e8fb7d62 x x x
dita-ot/dita-ot 78ee872a..ffcb49c1 x x x
dita-ot/dita-ot 123c90f3..94863fd3 x x x
DSpace/DSpace 838c2bc6..fa9ede89 x x x
DSpace/DSpace 6d91c606..178dd8e8 x x x
fayder/restcountries a3c566bd..3382320e x x x
fayder/restcountries 63f8cf83..cf854c04 x x x
fayder/restcountries daeab38e..e0652929 x x x
fayder/restcountries d825004b..262e5ab2 x x x
fhoeben/hsac-fitnesse-fixtures 59db31bf..2faa9586 x x x
fhoeben/hsac-fitnesse-fixtures ee8605c3..71081536 x x x
fhoeben/hsac-fitnesse-fixtures ede19516..5e997ed3 x x x
fhoeben/hsac-fitnesse-fixtures 0a5e2b1b..76872508 x x x
fhoeben/hsac-fitnesse-fixtures 518c95a4..e73e8287 x x x
fhoeben/hsac-fitnesse-fixtures 221e11a2..42e9dda6 x x x
fhoeben/hsac-fitnesse-fixtures ec960bb1..a876920c x x x
FluentLenium/FluentLenium 3a4ea068..89a25e75 x x x
FluentLenium/FluentLenium b04f8fc5..5a9e0452 x x x
google/auto 6af02497..6a4ffdc1 x x x
google/auto cf189798..9cd5bb38 x x x
gwtbootstrap3/gwtbootstrap3 a04344ed..a96eb983 x x x
haraldk/TwelveMonkeys b0eb668e..054499b7 x x x
haraldk/TwelveMonkeys fd73ae09..4e765fa6 x x x
ImmobilienScout24/deadcode4j 222b3a3d..ad87e4e2 x x x
ImmobilienScout24/deadcode4j e468befd..556da75e x x x
ImmobilienScout24/deadcode4j 5d32dbef..cc3738dd x x x
joel-costigliola/assertj-core e6361ac9..32c1be3b x x x
joel-costigliola/assertj-core 0913b370..72a9559d x x x
joel-costigliola/assertj-core 7c347974..aa9366a5 x x x
joel-costigliola/assertj-core 9012e257..3087458b x x x
junkdog/artemis-odb 89b37da4..dce76ebc x x x
junkdog/artemis-odb 9238ca36..2f6f1280 x x x
junkdog/artemis-odb 9f60e410..90608a79 x x x
junkdog/artemis-odb 67fae019..146b5098 x x x
junkdog/artemis-odb e1926265..a8f48591 x x x
junkdog/artemis-odb 3a0d722f..8cb22473 x x x
junkdog/artemis-odb 81184fe3..2ce8da68 x x x
junkdog/artemis-odb fe91d8cf..5224b995 x x x
junkdog/artemis-odb ca8ab43f..e7d76fec x x x
junkdog/artemis-odb d0241489..f89a99a0 x x x
junkdog/artemis-odb 83be5c8d..66bd0f1a x x x
junkdog/artemis-odb 2b7db884..9d6f31eb x x x
junkdog/artemis-odb f8d8dac4..f88bffe1 x x x
junkdog/artemis-odb b2250fc4..882c365b x x x
junkdog/artemis-odb 651fc244..18ea8253 x x x
junkdog/artemis-odb 6c98740a..3229790f x x x
junkdog/artemis-odb 1f473b11..8eb82929 x x x
junkdog/artemis-odb 2ca9504e..d18fa008 x x x
nutzam/nutz 61a8d03e..ac2d875a x x x
nutzam/nutz a1935ccc..f17f65cd x x x
nutzam/nutz 8fbe9baf..15d6b30e x x x
nutzam/nutz 58d82eff..cab6f720 x x x
nutzam/nutz 6d15afd9..e4883a2a x x x
nutzam/nutz 64f0f36a..51e28df6 x x x
nutzam/nutz 95485cbe..13951d9c x x x
nutzam/nutz 86913130..5f076d88 x x x
ocpsoft/rewrite fd31c046..93a217ce x x x
owlcs/owlapi c391f19d..eaa87425 x x x
owlcs/owlapi 84771344..fc8b7764 x x x
owlcs/owlapi 90a56387..250df370 x x x
owlcs/owlapi ae2e1e71..960ce941 x x x
owlcs/owlapi 685745fc..2c295dcc x x x
owlcs/owlapi 79904183..2f6a1c2a x x x
owlcs/owlapi 7e42dea7..3f67a9ae x x x
owlcs/owlapi 50205b31..468bdc71 x x x
owlcs/owlapi 2ef54a83..904b8d86 x x x
owlcs/owlapi 85c142ce..fde0880b x x x
owlcs/owlapi bb13bbc8..0805fbd7 x x x
owlcs/owlapi 691fc830..99d5d04d x x x
pgjdbc/pgjdbc 6b808d36..2d9b3131 x x x
python/mypy 95db7ecb..afb8a41c x x x
python/mypy 6fcc3d5e..be30faa7 x x x
python/mypy 9f73487d..5c447902 x x x
python/mypy 8b456b21..49504848 x x x
python/mypy ad0ba2a1..9476383b x x x
python/mypy f4aebadb..69990ceb x x x
python/mypy e4e3b7a5..4a382407 x x x
python/mypy 637471e7..548cb1e0 x x x
python/mypy 1afd2a78..4b84658e x x x
python/mypy eaf988a0..b8a8dabe x x x
raphw/byte-buddy b1f83238..9dcbfdc6 x x x
raphw/byte-buddy 9d2d0d41..a911a221 x x x
raphw/byte-buddy c97266df..648bba3d x x x
raphw/byte-buddy b0afd033..3cfd24aa x x x
raphw/byte-buddy 469112e5..9198b327 x x x
raphw/byte-buddy 95aa155a..0429d543 x x x
raphw/byte-buddy 5ae39ba4..b1a06db2 x x x
raphw/byte-buddy d7aa2820..4f9ac881 x x x
raphw/byte-buddy cbc9ca1b..a80c1963 x x x
raphw/byte-buddy 1eb66ae7..2e7db6bd x x x
raphw/byte-buddy 77a38ee1..63681837 x x x
raphw/byte-buddy e6f5558b..9d1dca2e x x x
raphw/byte-buddy 15624b64..a0a0c7b9 x x x
raphw/byte-buddy fbe90792..0082105d x x x
raphw/byte-buddy be5339a6..42696544 x x x
raphw/byte-buddy e1e2448f..8d601b3d x x x
raphw/byte-buddy 6d260543..704ee34e x x x
raphw/byte-buddy 63318f85..c3cd2c6c x x x
raphw/byte-buddy df61371a..95d37f26 x x x
raphw/byte-buddy 6dc2e39a..7af7682f x x x
raphw/byte-buddy 91a1eee9..daa0633f x x x
raphw/byte-buddy 2a86dee2..f259f30b x x x
raphw/byte-buddy 5b330e5e..edf88c66 x x x
raphw/byte-buddy f4a68f68..41906041 x x x
scikit-learn/scikit-learn 567e9a89..42dea3bd x x x
scikit-learn/scikit-learn d5196212..b1c8662a x x x
scikit-learn/scikit-learn 685e6491..1af55bba x x x
scikit-learn/scikit-learn 2d93f160..8b205df0 x x x
scikit-learn/scikit-learn 2e108b09..9062fd16 x x x
scikit-learn/scikit-learn 517a72e8..a08543b1 x x x
scikit-learn/scikit-learn 2a8466f8..1edd87c1 x x x
scikit-learn/scikit-learn 9b1055d1..c7429d5f x x x
scikit-learn/scikit-learn f48eb668..2fbdd849 x x x
scikit-learn/scikit-learn 604b26fa..ec5cedbd x x x
scikit-learn/scikit-learn 4f479068..0a4c9cf4 x x x
scikit-learn/scikit-learn fa11da9c..9d52c84a x x x
scikit-learn/scikit-learn c837dccb..26ceec25 x x x
scikit-learn/scikit-learn 0d2fccd4..6f93c9eb x x x
scikit-learn/scikit-learn c940ae72..f84d22ad x x x
scikit-learn/scikit-learn 3de71827..77466398 x x x
scikit-learn/scikit-learn 12fc1adc..c9e8ca3b x x x
SciTools/iris f5a930db..c63114e7 x x x
SciTools/iris 6936ce02..32717951 x x x
SciTools/iris 253a71b4..31743422 x x x
SciTools/iris 5c8bc0bf..4069b280 x x x
searchbox-io/Jest d77dfb0f..940b8a26 x x x
searchbox-io/Jest 2bc7afc9..97b4cf46 x x x
searchbox-io/Jest 74ea7f85..30f46281 x x x
SonarSource/sonar-java c759a2ce..afafa427 x x x
SonarSource/sonar-java b6d705eb..a5a7d4a0 x x x
SonarSource/sonarlint-intellij 1ff66ec5..14d46e78 x x x
SonarSource/sonarlint-intellij 041c80cd..91c284bf x x x
SpigotMC/BungeeCord 4c7c64c9..a12ac37c x x x
SpigotMC/BungeeCord d9a8311b..2df29701 x x x
spring-projects/spring-hateoas d6870023..6bed9bec x x x
square/okhttp 7bc25677..92e64f02 x x x
square/okhttp 789e4845..1424ba31 x x x
square/okio 5af4d26d..d1f92a2b x x x
square/okio efc48147..3ef0a5ae x x x
square/retrofit e3cea8f5..07c09c1d x x x
square/wire 62232259..ccb839bb x x x
stagemonitor/stagemonitor 02659263..c1dc5a17 x x x
stagemonitor/stagemonitor 29c2a453..9bc34f1f x x x
stagemonitor/stagemonitor dd35dd06..b8a33c60 x x x
stagemonitor/stagemonitor 70b5ba10..fc531066 x x x
stagemonitor/stagemonitor 8b760e5a..1365ea0a x x x
stagemonitor/stagemonitor 81002967..4ab3fb3e x x x
stagemonitor/stagemonitor 6a3a3f06..f41cd1c2 x x x
stagemonitor/stagemonitor 40d393a6..44afd8ca x x x
stagemonitor/stagemonitor dbd0d966..462de375 x x x
stagemonitor/stagemonitor 10004ed4..d47543db x x x
stagemonitor/stagemonitor f4fcc9f0..3e495457 x x x
stagemonitor/stagemonitor b1d9374f..10e3420c x x x
swagger-api/swagger-core 1f2aedc3..ee1dc777 x x x
SynBioDex/libSBOLj fb2e9d22..e4c1b08e x x x
tananaev/traccar 5589c4c4..0d021b71 x x x
tananaev/traccar c9403e50..1f4a8c8a x x x
tananaev/traccar 70642da6..04dd07ab x x x
tananaev/traccar ff905789..7a90bd82 x x x
tananaev/traccar 34b614e1..44d36f3a x x x
tananaev/traccar 18d39ff2..46d286fb x x x
tananaev/traccar 4216e038..45a0a7ff x x x
tananaev/traccar e512848d..7bd6551a x x x
tananaev/traccar 1e102e94..7844532a x x x
tananaev/traccar 0885b4c2..7b43de68 x x x
tananaev/traccar 582d431c..621576ed x x x
tananaev/traccar 8d6c4e27..3d7d201b x x x
tananaev/traccar b1132871..d3987180 x x x
tananaev/traccar f3f388bf..9ba0e8f8 x x x
tananaev/traccar 787f1018..8ab5a5a4 x x x
tananaev/traccar 15f32589..f1bfd2e7 x x x
tananaev/traccar 78b19b4b..798e1b7b x x x
tananaev/traccar df53571a..aa921d5a x x x
tananaev/traccar e74de566..dee95fe0 x x x
tananaev/traccar 6883ecf8..670acf03 x x x
tananaev/traccar b88c3f7c..33b24543 x x x
tananaev/traccar 727e7bfa..8aa3c641 x x x
tananaev/traccar 9de2c561..46140fb8 x x x
tananaev/traccar c60254a4..ba7c6616 x x x
tananaev/traccar 76b883fc..44e0e429 x x x
tananaev/traccar caabd415..7dbd1a5a x x x
tananaev/traccar 263fa7e5..95d441ba x x x
tananaev/traccar 44c4476c..524cc5c6 x x x
tananaev/traccar 7387155d..ec04b5f1 x x x
tananaev/traccar a6b8f7f7..30d5a99a x x x
tananaev/traccar 173d0542..76606409 x x x
tananaev/traccar 1f57b645..c5855357 x x x
tananaev/traccar 092b07ee..0d08a605 x x x
terasolunaorg/terasoluna-tourreservation c0d1b107..d9dbe069 x x x
terasolunaorg/terasoluna-tourreservation 2f9051b9..1e525a6c x x x
terasolunaorg/terasoluna-tourreservation 42510608..66d5c1d6 x x x
twilio/twilio-java 24dc7936..cb1d7f3d x x x
twilio/twilio-java 1d2f074d..68bada9d x x x
twilio/twilio-java f0b727b1..58601179 x x x
uwescience/myria 609e463c..65500e57 x x x
Whiley/WhileyCompiler 96378e97..92a414c7 x x x
Whiley/WhileyCompiler fe918979..f359e2f9 x x x
winder/Universal-G-Code-Sender 2029fc7d..6707704f x x x
winder/Universal-G-Code-Sender 4e1da335..4f429a72 x x x
winder/Universal-G-Code-Sender e633c9d5..7dd3ce4d x x x
wmixvideo/nfe 2c9f83b8..2ff55754 x x x
wmixvideo/nfe eebe6128..13a35235 x x x
yamcs/yamcs aa7f5a31..0c1ed5f3 x x x