"project URL","project name","sha1","author","author_email","commit_date","is_bug","Is stream fix?","Parent category","Parent category","Parent category","Problem category","Acronym","Hierarchical Acronym","Problem subcategory","Problem cause","Problem symptoms","Problem fix" "http://github.com/ThreeTen/threeten-extra","threeten-extra","a6d800842fbcbf9e54ce542f6a59a234251e6db3","Stephen Colebourne","<scolebourne@joda.org>",2018-08-19,TRUE,TRUE,,,"Generic","Incorrect/Missing Bounds Check","BC","G/B","Absent bounds check","stream() unbounded edge cases.","Inconsistencies found in date ranges.","Add bounds check to tryAdvance() in custom stream implementation." "http://github.com/cryptomator/cryptomator","cryptomator","20e7f4a548ae0f4f1e5057251d5e4d920bbf4500","Markus Kreusch","<mail@markuskreusch.de>",2016-01-15,TRUE,TRUE,,,"Generic","Incorrect/Missing Bounds Check","BC","G/B","Absent bounds check","Missing check for existing parent folder.","Silent error when parent folder missing.","Add exception throw and check for parent folder existance." "http://github.com/JacpFX/JacpFX","JacpFX","f2d92f7c9b02bfa51850fa81117d21561102211e","amoAHCP","<amo.ahcp@gmail.com>",2015-07-03,TRUE,TRUE,,,"Stream-specific","Concurrency Issue","CI","S/C","Race condition","Lambda has non-atomic variable access.","Improper initialization.","Use atomic integers in lambda." "http://github.com/SeleniumHQ/selenium","selenium","91eb004d230d8d78ec97180e66bcc7055b16130f","Alexei Barantsev","<barancev@gmail.com>",2017-08-21,TRUE,TRUE,"Stream-specific","Incorrect Terminal Operations","Incorrect Reduction Operations","Incorrect/Missing Collector Operations","CO","S/T/R/C","Collector malfunction","Collectors.toMap() fails on null values.","Incorrect output.","Use collect() operation without built-in Collector." "http://github.com/SeleniumHQ/selenium","selenium","eb7d9bf9cea19b8bc1759c4de1eb495829489cbe","Simon Stewart","<simon.m.stewart@gmail.com>",2017-10-31,TRUE,TRUE,"Stream-specific","Incorrect Terminal Operations","Incorrect Reduction Operations","Incorrect/Missing Collector Operations","CO","S/T/R/C","Incorrect collector","Originally collecting into immutable collection.","Failed unit tests.","Use a mutable collection." "http://github.com/eclipse/jetty.project","jetty","68c7a1d9606bdf1534766d0ff139d3b92bb4e714","Greg Wilkins","<gregw@webtide.com>",2017-04-21,TRUE,TRUE,"Stream-specific","Incorrect Terminal Operations","Incorrect Reduction Operations","Incorrect/Missing Collector Operations","CO","S/T/R/C","Stream ordering","Wrong collector used.","Providers with the same name ignored.","Replace set collector with list collector." "http://github.com/JacpFX/JacpFX","JacpFX","45c7536ba4af81b7485c695af5a5054d2b749641","amoAHCP","<amo.ahcp@gmail.com>",2014-06-25,TRUE,TRUE,"Stream-specific","Incorrect Terminal Operations","Incorrect Reduction Operations","Incorrect Data Ordering","DO","S/T/R/D","Non-determinism","First base component instance was not always selected for execution.","Callback fairness.","Replace findAny() with findFirst()." "http://github.com/eclipse/jetty.project","jetty","68c7a1d9606bdf1534766d0ff139d3b92bb4e714","Greg Wilkins","<gregw@webtide.com>",2017-04-21,TRUE,TRUE,"Stream-specific","Incorrect Terminal Operations","Incorrect Reduction Operations","Incorrect Data Ordering","DO","S/T/R/D","Stream ordering","Wrong collector used.","Providers with the same name ignored.","Replace set collector with list collector." "http://github.com/eclipse/jetty.project","jetty","91e9e7b76a08b776be21560d7ba20f9bfd943f04","Greg Wilkins","<gregw@webtide.com>",2016-10-06,TRUE,TRUE,,"Stream-specific","Intermediate Operations","Incorrect Data Ordering","DO","S/I/D","Stream ordering","Too many modules.","Module listing too verbose.","Remove ordering." "http://github.com/SeleniumHQ/selenium","selenium","5e66e773ac1da83e42abbd98eca9172b30fd775b","Luke Inman-Semerau","<luke.semerau@gmail.com>",2016-11-18,TRUE,TRUE,,"Stream-specific","Intermediate Operations","Incorrect Data Ordering","DO","S/I/D","Stream ordering","Subsequent API call expecting a one element collection.","Incorrect exception thrown.","Introduce stream ordering by adding a sorted() intermediate operation. Select the first element." "http://github.com/cryptomator/cryptomator","cryptomator","20e7f4a548ae0f4f1e5057251d5e4d920bbf4500","Markus Kreusch","<mail@markuskreusch.de>",2016-01-15,TRUE,TRUE,,,"Generic","Incorrect/Missing Exception Handling","EH","G/EH","Absent bounds check","Missing check for existing parent folder.","Silent error when parent folder missing.","Add exception throw and check for parent folder existance." "http://github.com/cryptomator/cryptomator","cryptomator","b8ee19b3956a43dfad1eaa44fa8e11486d8df0bb","Sebastian Stenzel","<sebastian.stenzel@gmail.com>",2017-12-30,TRUE,TRUE,,,"Generic","Incorrect/Missing Exception Handling","EH","G/E","Exception handling","Stream code throws runtime exception.","Crash when using headless mode.","Catch runtime exception, issue log statement." "http://github.com/SeleniumHQ/selenium","selenium","8712020a5f26a6962a1de0daccb228bfb4ecaa4a","Luke Inman-Semerau","<luke.semerau@gmail.com>",2016-10-12,TRUE,TRUE,,,"Stream-specific","Incorrect/Missing Exception Handling","EH","S/E","Extra operation","Present filter().","Incorrect raised exception; build failure.","Remove filter()." "http://github.com/eclipse/che","che","69276bbf5e97cfc074228c2c34a16bd14f6c846e","Evgen Vidolob","<evidolob@codenvy.com>",2016-12-22,TRUE,TRUE,,,"Generic","Incorrect/Missing Exception Handling","EH","G/E","Incorrect mapping","Missing processing for pom.xml","Incorrect exception thrown.","Add if-then-else statement in map() to process pom.xml" "http://github.com/google/error-prone","error-prone","6e5b31bc4b2dd030f21d24e365b95ba261d5b6f2","cushon","<cushon@google.com>",2018-10-25,TRUE,TRUE,,,"Generic","Incorrect/Missing Exception Handling","EH","G/E","Incorrect stream source","Insufficient information in the original stream.","Incorrect exception thrown.","Use the correct stream source." "http://github.com/google/error-prone","error-prone","789776a0ae401ffb0c9eabaf86ac2382ceb33ecc","cushon","<cushon@google.com>",2016-11-10,TRUE,TRUE,,,"Generic","Incorrect/Missing Exception Handling","EH","G/E","Incorrect terminal action","Superfluous map() and incorrect condition in noneMatch().","Incorrect exception thrown.","Remove map() and modify condition in noneMatch()." "http://github.com/SeleniumHQ/selenium","selenium","5e66e773ac1da83e42abbd98eca9172b30fd775b","Luke Inman-Semerau","<luke.semerau@gmail.com>",2016-11-18,TRUE,TRUE,,,"Generic","Incorrect/Missing Exception Handling","EH","G/E","Stream ordering","Subsequent API call expecting a one element collection.","Incorrect exception thrown.","Introduce stream ordering by adding a sorted() intermediate operation. Select the first element." "http://github.com/SeleniumHQ/selenium","selenium","8712020a5f26a6962a1de0daccb228bfb4ecaa4a","Luke Inman-Semerau","<luke.semerau@gmail.com>",2016-10-12,TRUE,TRUE,,"Stream-specific","Intermediate Operations","Incorrect/Missing Filter Operations","FO","S/I/F","Extra operation","Present filter().","Incorrect raised exception; build failure.","Remove filter()." "http://github.com/SeleniumHQ/selenium","selenium","17b1252e7e6ea159e55f2574a6302911d5e36371","Alexei Barantsev","<barancev@gmail.com>",2018-03-01,TRUE,TRUE,,"Stream-specific","Intermediate Operations","Incorrect/Missing Filter Operations","FO","S/I/F","Incorrect filter condition","Wrong prefix.","Options not being passed to drive.","Change filter." "http://github.com/SeleniumHQ/selenium","selenium","f2eec92c840fe2b680c89ef86e05279f178f84ec","Alexei Barantsev","<barancev@gmail.com>",2017-12-22,TRUE,TRUE,,"Stream-specific","Intermediate Operations","Incorrect/Missing Filter Operations","FO","S/I/F","Incorrect filter condition","Missing null check in filter condition.","Incorrect platform match.","Add null check." "http://github.com/eclipse/che","che","6451349f31d78544112c5f3ed5a81625e6b7e846","Igor Vinokur","<ivinokur@codenvy.com>",2016-03-24,TRUE,TRUE,,"Stream-specific","Intermediate Operations","Incorrect/Missing Filter Operations","FO","S/I/F","Incorrect filter condition","Incorrect branch name.","Incorrect directory while importing a project.","Correct branch name in the filter condition." "http://github.com/google/error-prone","error-prone","4787e754f286c4e26792a591d36a3f143db128f2","kmb","<kmb@google.com>",2018-10-04,TRUE,TRUE,,"Stream-specific","Intermediate Operations","Incorrect/Missing Filter Operations","FO","S/I/F","Incorrect filter condition","Method name changed.","Incorrect method name.","Replace the old method call with the new method call." "http://github.com/SeleniumHQ/selenium","selenium","5efdb288ca7a66a59b7ce3ea54a5b19ba537ab83","Simon Stewart","<simon.m.stewart@gmail.com>",2017-10-31,TRUE,TRUE,,"Stream-specific","Intermediate Operations","Incorrect/Missing Filter Operations","FO","S/I/F","Missing operation","Missing filter().","Incorrect capabilities added to protocol.","Add filter()." "http://github.com/SeleniumHQ/selenium","selenium","6c287b28065d582a968464e34c43055b5458821c","Simon Stewart","<simon.m.stewart@gmail.com>",2016-10-12,TRUE,TRUE,,"Stream-specific","Intermediate Operations","Incorrect/Missing Filter Operations","FO","S/I/F","Missing operation","Missing filter().","Incorrectly mapped status codes.","Add filter()." "http://github.com/google/error-prone","error-prone","789776a0ae401ffb0c9eabaf86ac2382ceb33ecc","cushon","<cushon@google.com>",2016-11-10,TRUE,TRUE,"Stream-specific","Incorrect Terminal Operations","Incorrect Reduction Operations","Incorrect Action","IA","S/T/SE/A","Incorrect terminal action","Superfluous map() and incorrect condition in noneMatch().","Incorrect exception thrown.","Remove map() and modify condition in noneMatch()." "http://github.com/SeleniumHQ/selenium","selenium","e745da2698f4a2e15f1ca3a1f4970c235e27a18f","Alexei Barantsev","<barancev@gmail.com>",2018-12-04,TRUE,TRUE,"Stream-specific","Incorrect Terminal Operations","Side-effect Producing Operations","Incorrect Action","IA","S/T/SE/A","Incorrect terminal action","Incorrect lambda expression in forEach().","Serialization data loss.","Add branch in forEach() lambda expression." "http://github.com/SeleniumHQ/selenium","selenium","eb7d9bf9cea19b8bc1759c4de1eb495829489cbe","Simon Stewart","<simon.m.stewart@gmail.com>",2017-10-31,TRUE,TRUE,,,"Stream-specific","Incorrect/Missing Intermediate Operations","IO","S/I","Duplication","Concatenated two streams that may have duplicates.","Failed unit tests.","Call distinct() on concatenated stream." "http://github.com/SeleniumHQ/selenium","selenium","f2eec92c840fe2b680c89ef86e05279f178f84ec","Alexei Barantsev","<barancev@gmail.com>",2017-12-22,TRUE,TRUE,,,"Stream-specific","Incorrect/Missing Intermediate Operations","IO","S/I","Missing operation","Missing peek() operation to set platform capabilities.","Flawed platform verification logic.","Add peek() operation to set platform capabilities." "http://github.com/google/error-prone","error-prone","789776a0ae401ffb0c9eabaf86ac2382ceb33ecc","cushon","<cushon@google.com>",2016-11-10,TRUE,TRUE,,"Stream-specific","Intermediate Operations","Incorrect/Missing Map Operations","MO","S/I/MO","API misuse","Superfluous map() and incorrect condition in noneMatch().","Incorrect exception thrown.","Remove map() and modify condition in noneMatch()." "http://github.com/jOOQ/jOOQ","jOOQ","2c4e19fc1ac85969e7e058c44164f90331028016","Lukas Eder","<lukas.eder@gmail.com>",2014-05-28,TRUE,TRUE,,"Stream-specific","Intermediate Operations","Incorrect/Missing Map Operations","MO","S/I/M","Incorrect mapping","Comparing matcher object with string (incomparable).","Failed unit tests.","Replace with correct mapper." "http://github.com/eclipse/jetty.project","jetty","5718726a8c7ed7cf85d65d4d199ffb46eaa12131","Greg Wilkins","<gregw@webtide.com>",2016-07-21,TRUE,TRUE,,"Stream-specific","Intermediate Operations","Incorrect/Missing Map Operations","MO","S/I/M","Incorrect mapping","API misunderstanding.","Incorrect protocol selected.","Remove unnecessary and erroneous mapping operations." "http://github.com/eclipse/che","che","69276bbf5e97cfc074228c2c34a16bd14f6c846e","Evgen Vidolob","<evidolob@codenvy.com>",2016-12-22,TRUE,TRUE,,"Stream-specific","Intermediate Operations","Incorrect/Missing Map Operations","MO","S/I/M","Incorrect mapping","Missing processing for pom.xml","Incorrect exception thrown.","Add if-then-else statement in map() to process pom.xml" "http://github.com/google/error-prone","error-prone","5e1dd2d1ecf4d295b39cde754e2237cc6dab173c","cushon","<cushon@google.com>",2016-10-19,TRUE,TRUE,,"Stream-specific","Intermediate Operations","Incorrect/Missing Map Operations","MO","S/I/M","Incorrect mapping","Method moved and renamed.","Incorrect method detection while method reference type is ambiguous.","Replace the old method call with the new method call in map()." "http://github.com/google/error-prone","error-prone","650d0ee558b277497b60890fa8425d723ed8c1f6","cushon","<cushon@google.com>",2017-03-10,TRUE,TRUE,,"Stream-specific","Intermediate Operations","Incorrect/Missing Map Operations","MO","S/I/M","Incorrect mapping","Method signature changed.","Missing support for migration tool.","Replace the old method call with the new method call in map()." "http://github.com/SeleniumHQ/selenium","selenium","58e40907275ed7bde1f19b2a846b3e1b264b7395","Jason Juang","<juangj@google.com>",2017-06-13,TRUE,TRUE,,"Stream-specific","Intermediate Operations","Incorrect Operation Sequencing","OS","S/I/O","Operation sequencing","filter() before map().","Protocol handshake failure.","map() before filter()." "http://github.com/SeleniumHQ/selenium","selenium","182ed38617ea3df61a7eb5400e8421ac74968024","Alexei Barantsev","<barancev@gmail.com>",2017-12-16,TRUE,TRUE,,"Stream-specific","Intermediate Operations","Incorrect Operation Sequencing","OS","S/I/O","Operation sequencing","Incorrect operation sequence.","Feature not available.","filter() before peek()." "http://github.com/cryptomator/cryptomator","cryptomator","b691e374eb2dad0284e13927e7c3fc1fdccae9bf","Sebastian Stenzel","<sebastian.stenzel@gmail.com>",2015-10-15,TRUE,TRUE,"Stream-specific","Intermediate Operations","Incorrect/Missing Map Operations","Other","Other","S/I/M/O","API misuse","Multiple operations performed in single map operation.","Clean up.","Split single map operation with multiple operations to multiple map operations having a single operation." "http://github.com/google/error-prone","error-prone","5871842defabd64dcce0ddba35b0e05c7bd939bc","awturner","<awturner@google.com>",2019-05-14,TRUE,TRUE,"Stream-specific","Intermediate Operations","Incorrect/Missing Map Operations","Other","Other","S/I/M/O","API misuse","Stream source changed.","Clean up.","Replace map() with mapToInt()." "http://github.com/jenkinsci/blueocean-plugin","blueocean-plugin","b34008946c6a85691f559a351d070f8c8dcf9863","Vivek Pandey","<vivek.pandey@gmail.com>",2018-03-29,TRUE,TRUE,,,"Stream-specific","Other","Other","S/O","Cardinality","Missing collection traversal.","Runtime exception for missing element.","Use streams." "http://github.com/perfectsense/dari","dari","ec0c263ae14d903cf7a976c4acdd93482de47b70","Hyoo Lim","<hyoolim@gmail.com>",2015-07-12,TRUE,TRUE,,,"Stream-specific","Other","Other","S/O","Convert to stream","Using loop.","None.","Use a stream instead." "http://github.com/cryptomator/cryptomator","cryptomator","debcab47e2c0bdcb39bb6231f401d8f1fef5bc91","Sebastian Stenzel","<sebastian.stenzel@gmail.com>",2019-02-21,TRUE,TRUE,,,"Stream-specific","Other","Other","S/O","Convert to stream","Using loop.","None.","Use a stream instead." "http://github.com/google/guava","guava","73e382fa877f80994817a136b0adcc4365ccd904","cgdecker","<cgdecker@google.com>",2016-11-03,TRUE,TRUE,,,"Stream-specific","Other","Other","S/O","Convert to stream","Using loop.","None.","Use a stream instead." "http://github.com/perfectsense/dari","dari","56f8f097c0c8f5e4e5ce738f3146b923c9a943fb","Hyoo Lim","<hyoolim@gmail.com>",2016-09-21,TRUE,TRUE,,,"Generic","Other","Other","G/O","Duplication","Fields in SQL query have the same name.","Duplicate fields in SQL query.","Convert from stream to loop and add a postfix." "http://github.com/google/binnavi","binnavi","3a0ae3f5a42d4bae2706bd073f8eb21e769bcdf3","alexVengrovsk","<ovengrovsk@i.ua>",2015-10-21,TRUE,TRUE,"Stream-specific","Intermediate Operations","Incorrect/Missing Filter Operations","Other","Other","S/I/F/O","Incorrect filter condition","Compilation error.","Compilation error.","Fix compilation error." "http://github.com/eclipse/eclipse.jdt.core","eclipse.jdt.core","04ca4c9cd4a2f15abd74d1eb904bcd80b765934d","Jay Arthanareeswaran","<jarthana@in.ibm.com>",2016-11-24,TRUE,TRUE,,,"Generic","Other","Other","G/O","Type error","Type mismatch.","Type too specific.","Add cast in lambda, generalize collection type to use interface." "http://github.com/SeleniumHQ/selenium","selenium","14c63f052bb37cbd9eb8f2f9a6812a5588692b04","Simon Stewart","<simon.m.stewart@gmail.com>",2018-11-27,TRUE,TRUE,,,"Generic","Other","Other","G/O","Verbosity","Lambda was being used.","Code was not succinct.","Convert lambda to constructor reference." "http://github.com/JacpFX/JacpFX","JacpFX","4f0d62d3a0987e47a4cbdf8e056bdf89713e6aac","amoAHCP","<amo.ahcp@gmail.com>",2014-07-15,TRUE,TRUE,,,"Stream-specific","Poor Performance","PP","S/P","API misuse","Superfluous operations.","Clean up.","Remove superfluous operations." "http://github.com/eclipse/jetty.project","jetty","70311fe98787ffb8a74ad296c9dd2ba9ac431c9c","Greg Wilkins","<gregw@webtide.com>",2019-05-22,TRUE,TRUE,,,"Stream-specific","Poor Performance","PP","S/P","Performance","Performance benchmark comparisons.","Poor performance in central part of system.","Replace stream with iteration code." "http://github.com/cryptomator/cryptomator","cryptomator","b691e374eb2dad0284e13927e7c3fc1fdccae9bf","Sebastian Stenzel","<sebastian.stenzel@gmail.com>",2015-10-15,TRUE,TRUE,,,"Generic","Poor Performance","PP","G/P","Performance","Converting entire string to upper case when only the first character was needed.","Clean up.","Only convert first character to upper case." "http://github.com/JacpFX/JacpFX","JacpFX","28fcb9e6030c3c263d1762e666853d34a986b7a9","amoncsek","<amo.ahcp@googlemail.com>",2013-08-21,TRUE,TRUE,"Stream-specific","Intermediate Operations","Incorrect/Missing Filter Operations","Poor Performance","PP","S/I/F/P","Performance/API misuse","Superfluous filter.","Clean up.","Remove filter." "http://github.com/iluwatar/java-design-patterns","jdp","4446e74338c80d452ed9f516ffa656f7f3ad9dd9","NA","<matejko.pawel@gmail.com>",2018-10-27,TRUE,TRUE,,,"Stream-specific","Poor Performance","PP","S/P","Performance/API misuse","API inefficiency.","Clean up.","Change stream API usage to be more succinct and to use a collector." "http://github.com/eclipse/jetty.project","jetty","a9707471a053a753330d2c3767930c9d5283dd65","Greg Wilkins","<gregw@webtide.com>",2019-03-11,TRUE,TRUE,"Stream-specific","Incorrect Terminal Operations","Side-effect Production Operations","Poor Performance","PP","S/T/SE/P","Performance/API misuse","Inconsistent state of server components upon exception.","Server stops but components still running.","Replace forEach() with anyMatch() and noneMatch()." "http://github.com/eclipse/jetty.project","jetty","f2d15f12d5ebcbd6a2e1e8b34ed74dba679ed178","Simone Bordet","<simone.bordet@gmail.com>",2019-02-25,TRUE,TRUE,,"Stream-specific","Incorrect/Missing Stream Source","Poor Performance","PP","S/S/P","Performance/API misuse","API inefficiency.","Clean up.","Make array as a source of stream." "http://github.com/bootique/bootique","bootique","7c1ecd5c52574cc82c23676200b92f6036708135","Andrus Adamchik","<andrus@objectstyle.com>",2017-01-08,TRUE,TRUE,,"Stream-specific","Intermediate Operations","Poor Performance","PP","S/I/P","Performance/API misuse","Superfluous operations for String concatenation. ","Clean up","Remove intermediate operations." "http://github.com/google/error-prone","error-prone","5871842defabd64dcce0ddba35b0e05c7bd939bc","awturner","<awturner@google.com>",2019-05-15,TRUE,TRUE,,,"Generic","Poor Performance","PP","G/P","Performance/API misuse","Superfluous variable to receive intermediate results.","Clean up.","Remove superfluous variable to not break the stream code." "http://github.com/eclipse/che","che","80493203481fc6b7c3fb93890f14c25344348044","Sun Seng David TAN","<sutan@redhat.com>",2017-07-04,TRUE,TRUE,,"Stream-specific","Incorrect Terminal Operations","Incorrect Reduction Operations","RO","S/T/R","API misuse","API misunderstanding.","Failed unit tests.","Replace anyMatch() with allMatch()." "http://github.com/google/error-prone","error-prone","549777378d58bd45894f25e3d3f9a18584a83800","cushon","<cushon@google.com>",2017-08-23,TRUE,TRUE,,"Stream-specific","Incorrect Terminal Operations","Incorrect Reduction Operations","RO","S/T/R","Incorrect terminal action","Incorrect RE in anyMatch().","Incorrect processing for mandated parameter names.","Replace RE expression in anyMatch()." "http://github.com/SeleniumHQ/selenium","selenium","5e66e773ac1da83e42abbd98eca9172b30fd775b","Luke Inman-Semerau","<luke.semerau@gmail.com>",2016-11-18,TRUE,TRUE,,"Stream-specific","Incorrect Terminal Operations","Incorrect Reduction Operations","RO","S/T/R","Stream ordering","Subsequent API call expecting a one element collection.","Incorrect exception thrown.","Introduce stream ordering by adding a sorted() intermediate operation. Select the first element." "http://github.com/eclipse/eclipse.jdt.ui","eclipse.jdt.ui","2f9eb9f3b77ca6fb243bb2b9f3c8a06b050017ca","Noopur Gupta","<noopur_gupta@in.ibm.com>",2017-08-26,TRUE,TRUE,,,"Stream-specific","Incorrect/Missing Stream Source","SS","S/S","Incorrect stream source","Insufficient information in original stream source.","Missing support for new JUnit version.","Stream source augmented to include fully qualified names." "http://github.com/google/error-prone","error-prone","5871842defabd64dcce0ddba35b0e05c7bd939bc","awturner","<awturner@google.com>",2019-05-13,TRUE,TRUE,,,"Stream-specific","Incorrect/Missing Stream Source","SS","S/S","Incorrect stream source","Start using new tokens instead.","Clean up.","Use the correct stream source." "http://github.com/google/error-prone","error-prone","6e5b31bc4b2dd030f21d24e365b95ba261d5b6f2","cushon","<cushon@google.com>",2018-10-25,TRUE,TRUE,,,"Stream-specific","Incorrect/Missing Stream Source","SS","S/S","Incorrect stream source","Insufficient information in the original stream.","Incorrect exception thrown.","Use the correct stream source."