Project,Release,Issue ID,Commit Hash,Integrateable?,Description,Failed Tests,Errored Tests,Errored Teste (Method Not Found),Comments,, commons-beanutils,BEANUTILS_1_9_3,BEANUTILS-493,38e3e41049464fa3b8ffc1e810f87c18d91a7bc4,yes,"Exception when setting indexed properties: ""Default conversion to ArrayList failed""",,testIndexedProperties(org.apache.commons.beanutils.bugs.Jira493TestCase),,,, commons-beanutils,BEANUTILS_1_9_3,BEANUTILS-477,330d5cf99c1eefe3fe86dae260a8873068650866,yes,Changed log level of warnings from FluentPropertyBeanIntrospector, exceptions are no longer logged with level WARN.,,,,"None, because only log statements were changed which is not tested", commons-beanutils,BEANUTILS_1_9_3,BEANUTILS-470,f5ea49326cd5c09f0782b0d1bcbdcde9053ee316,yes,Precision lost when converting BigDecimal,testSimpleConversion(org.apache.commons.beanutils.converters.BigDecimalConverterTestCase),,,,, commons-beanutils,BEANUTILS_1_9_3,BEANUTILS-465,7b0388878e522468f90ea163b15ccfba05616c95,yes,Indexed List Setters no longer work,testListProperty(org.apache.commons.beanutils.bugs.Jira465TestCase),"setIndexedProperty(org.apache.commons.beanutils.bugs.Jira492TestCase), testSetListItemA(org.apache.commons.beanutils.IndexedPropertyTestCase)",,,, commons-beanutils,BEANUTILS_1_9_3,BEANUTILS-458,47ed0c7cdcb4d516e41769e38a9cd5ef4d01713d,yes,BaseLocaleConverter.checkConversionResult() fails with ConversionException when result is null when it should not,,"testConversionWithNullDefaultEmptyString(org.apache.commons.beanutils.bugs.Jira458TestCase), testConversionWithNullDefaultNullInput(org.apache.commons.beanutils.bugs.Jira458TestCase) ",,,, commons-beanutils,BEANUTILS_1_9_3,BEANUTILS-456,"b44b3d95b321cef0281cdf130e8c286bfdcd60af, 8f77bd63d8b5b2ab593b134fef2bf5e59bed0441",yes, Write methods for PropertyDescriptors created during custom introspection are lost,testPropertyIsWritable(org.apache.commons.beanutils.bugs.Jira456TestCase), testWriteMethodRecover(org.apache.commons.beanutils.bugs.Jira456TestCase),,,, commons-codec,commons-codec-1.11,CODEC-232,8c5c6b936ee6d1afb75cc2cbc151887937dbcca5,yes,URLCodec is neither immutable nor threadsafe,,,,"None, added volatile keyword (like syncornized) not tested ",, commons-codec,commons-codec-1.11,CODEC-231,5ef5bd199a4e3df74479b4b363fa29b0b3092547,yes,"StringUtils.equals(CharSequence cs1, CharSequence cs2) can fail with String Index OBE",,"testEqualsCS1(org.apache.commons.codec.binary.StringUtilsTest), testEqualsCS2(org.apache.commons.codec.binary.StringUtilsTest)",,,, commons-codec,commons-codec-1.11,CODEC-229,d2f27093d7d95a07da901902f894d88b4ecc3e95,yes,"StringUtils.newStringxxx(null) should return null, not NPE",,"testByteToStringVariations(org.apache.commons.codec.binary.Base64Test), testNewStringNullInput_CODEC229(org.apache.commons.codec.binary.StringUtilsTest)",,,, commons-codec,commons-codec-1.11,CODEC-225,efe3699122699151984e8499da9d42673a42851a,yes,Fix minor resource leaks,,,,"None, only resource leaks fixed",, commons-codec,commons-codec-1.11,CODEC-200,c82fe35c48bd0082c16644d16d82d1be79d6b9d1,yes,Base32.HEX_DECODE_TABLE contains the wrong value 32,testBase32HexSamplesReverseLowercase(org.apache.commons.codec.binary.Base32Test),testCodec200(org.apache.commons.codec.binary.Base32Test),,,, commons-codec,commons-codec-1.11,CODEC-199,"29a7e67999568a5c86b32ef513a90d5d090ad2b2,28b7b958d39730fc278fd1919bf335c52133a1a2",yes,Bug in HW rule in Soundex,"testGenealogy(org.apache.commons.codec.language.SoundexTest), testSimplifiedSoundex(org.apache.commons.codec.language.SoundexTest)",,,,, commons-codec,commons-codec-1.11,CODEC-145,484698c5415bb578cb480845e2dfa930d3d49d9c,yes,Base64.encodeBase64String could better use newStringUsAscii (ditto encodeBase64URLSafeString),,,,"None, problematic, because here we change the encoding",, commons-collections,collections-4.1,COLLECTIONS-580,"1642b00d67b96de87cad44223efb9ab5b4fb7be5, 5ec476b0b756852db865b2e442180f091f8209ee, bce4d022f27a723fa0e0b7484dcbf0afa2dd210a, d9a00134f16d685bea11b2b12de824845e6473e3, 753354073b2bcf0d134d10f18e9a34cc09343a48, e585cd0433ae4cfbc56e58572b9869bd0c86b611, da1a5fe00d79e1840b7e52317933e9eb56e88246, 3eee44cf63b1ebb0da6925e98b3dcc6ef1e4d610, 78d47d4d098ab814a7a00a0b1c81646b27f050cf, b2b8f4adc557e4ef1ee2fe5e0ab46866c06ec55b",no,"Serialization support for unsafe classes in the functor package is disabled by default as this can be exploited for remote code execution attacks.To re-enable the feature the system property ""org.apache.commons.collections.enableUnsafeSerialization"" needs to be set to ""true"". Classes considered to be unsafe are: CloneTransformer, ForClosure, InstantiateFactory, InstantiateTransformer, InvokerTransformer, PrototypeCloneFactory, PrototypeSerializationFactory, WhileClosure.",,,,"Too much changes on the internals, e.g., test call different interfaces / create different objects",, commons-collections,collections-4.1,COLLECTIONS-576,f8bd75d37ca12c5d49c1b628c33c0b45e2d082eb,yes, Subclasses of MultiKey did not re-calculate their hashcode after de-serialization.,testEqualsAfterSerializationOfDerivedClass(org.apache.commons.collections4.keyvalue.MultiKeyTest),,,,, commons-collections,collections-4.1,COLLECTIONS-566,73d69dfe8677210e44049bc1a2a7d1ff85bc1ca7,yes,"""IteratorUtils#collate(...)"" methods did not use natural ordering when a null comparator was provided.",,"testCollatedIterator(org.apache.commons.collections4.IteratorUtilsTest), collateWithComparator(org.apache.commons.collections4.FluentIterableTest), collate(org.apache.commons.collections4.FluentIterableTest)",,,, commons-collections,collections-4.1,COLLECTIONS-558,640670bd862d008990c442d2d7cc26d7fb3b6e86,yes,"Changed return type of ""ListOrderedSet#remove(int)"" from Object to the generic type parameter.",,,,"None, but should be! Change return type from Object to E",, commons-collections,collections-4.1,COLLECTIONS-555,583d96b0895beafad326793c0cd0d273013ff137,yes," Added clarification to javadoc of ""TreeBag#add(Object)"" wrt null arguments.",,,,"None, but should be! Do not check null pointer exception that was added",, commons-collections,collections-4.1,COLLECTIONS-537,e6c2735e952c4972095afcd9f286d5c5c6f933a7,yes,Harmonized signature of factory methods for functor-related classes which take a collection as input with their array counterparts.,,,,"None, type bounds were changed but not tested",, commons-collections,collections-4.1,COLLECTIONS-536,b9284992ea3c8c484893517ee9df3b2274296959,yes,"Improved check for null input in ""MapUtils#putAll(Map, Object[])"".",,,,"None, improved error handling -> error is never thrown in tests",, commons-collections,collections-4.1,COLLECTIONS-531,bb0a4b6b038bf912873d10fc0f124ac3238d3e32,yes,"Use correct type bounds in ""CollectionUtils#isEqualCollection(Collection, Collection, Equator)"" to prevent a ""ClassCastException"" at runtime for invalid inputs.",,,,"None, but should be!",, commons-collections,collections-4.1,COLLECTIONS-530,dd5e51e5b31f36b66431ea6e4b5a2a6bc4dcab34,yes,"Added a Builder for ""PredicatedCollection"". Elements added to the builder that fail the predicate will not throw an IllegalArgumentException. The builder supports creating predicated lists, bags, sets and queues.",,,"predicatedCollection(org.apache.commons.collections4.CollectionUtilsTest), testPredicatedQueue(org.apache.commons.collections4.QueueUtilsTest), testpredicatedSet(org.apache.commons.collections4.SetUtilsTest), testPredicatedList(org.apache.commons.collections4.ListUtilsTest), testDecorate(org.apache.commons.collections4.bag.PredicatedSortedBagTest), testIllegalDecorate(org.apache.commons.collections4.bag.PredicatedBagTest), testIllegalDecorate(org.apache.commons.collections4.multiset.PredicatedMultiSetTest), testPredicatedSortedBag(org.apache.commons.collections4.BagUtilsTest), testPredicatedBag(org.apache.commons.collections4.BagUtilsTest), addFail(org.apache.commons.collections4.collection.PredicatedCollectionBuilderTest), addPass(org.apache.commons.collections4.collection.PredicatedCollectionBuilderTest), addAllPass(org.apache.commons.collections4.collection.PredicatedCollectionBuilderTest), createPredicatedCollectionWithPredicate(org.apache.commons.collections4.collection.PredicatedCollectionBuilderTest)",,, commons-collections,collections-4.1,COLLECTIONS-525,9dbf8388c5bfa0c7beb15e835b3a5e6fc74ecbf8,yes,"The map returned by ""PatriciaTrie#prefixMap()"" did not contain all keys",testPrefixMapSizes2(org.apache.commons.collections4.trie.PatriciaTrieTest),,,,, commons-collections,collections-4.1,COLLECTIONS-524,527213decc04c4b45393cd0f67e96cb7a67a8f66,yes,"""ListOrderedSet#listOrderedSet(List)"" did not remove duplicates from the input list as advertised in the javadoc.",testDuplicates(org.apache.commons.collections4.set.ListOrderedSetTest) ,,,,, commons-collections,collections-4.1,COLLECTIONS-521,320c0acf89acb5950a10816ca7dd083842ff739c,yes," ""MultiKeyMap"" was throwing a ""NullPointerException"" for various operations if two key arguments have been used and the second was ""null"".",,,,"None, but should be!",, commons-collections,collections-4.1,COLLECTIONS-512,"bc85bab7a53a1569b4740c5b142b4dae062062de, 62e56cd3884d224e42cc8b449ef631a0909a19a3, 6975b0567df3eb618ba30e245bc988f5c22d5bac, 161aa07d8b2312d9143c7156fa529a4a1e1e9909",yes,"""TransformingComparator"" and ""FixedOrderComparator"" did not comply with the contract of ""Object#equals"".",testEquals(org.apache.commons.collections4.comparators.TransformingComparatorTest),,,,, commons-collections,collections-4.1,COLLECTIONS-507,2ddd54a7ddfead528f2b1de92dc8dd16be7f5f89,yes,"Removed wrong type bounds for ""ComparatorUtils#chainedComparator(...)"".",,,,"None, type bounds were removed but not tested",, commons-collections,collections-4.1,COLLECTIONS-427,"2db7aa771a4ee5cd0cae28fe54d7d89fa62da81f, 8338b9a252c0c4965ec2f63daaffe2edf055dbed",yes,"Reverted performance improvement for ""SetUniqueList#retainAll(Collection)"" introduced in 4.0. Added clarifying javadoc wrt runtime complexity instead.",,,,"None, just performance issue which is not tested",, commons-collections,collections-4.1,COLLECTIONS-426,"a3b3b74ec6325cd19169fdbaea26f27a96a72fea, b10fa43d3e29af6c6e79577c305fad99df01dff0",yes,"Reverted performance improvement for ""ListOrderedSet#retainAll(Collection)"" introduced in 4.0. Added clarifying javadoc wrt runtime complexity instead.",,,,"None, just performance issue which is not tested",, commons-io,2.5,IO-488,2bbdd4e503e69fc06c5d371c15eec14258eac6d8,yes,FileUtils.waitFor(...) swallows thread interrupted status ,testWaitForInterrupted(org.apache.commons.io.FileUtilsWaitForTestCase),,,,, commons-io,2.5,IO-484,"afe78a030b57e3f74825e134d6615ef4878778cc, 76e45d6a50da6228c44b04a565dca96432c4b197, 5d072ef89fbc2532f621a5a0b4d6791cb926a997",yes,FilenameUtils should handle embedded null bytes,"testGetPathNoEndSeparator_with_null_byte(org.apache.commons.io.FilenameUtilsTestCase), testGetBaseName_with_nullByte(org.apache.commons.io.FilenameUtilsTestCase), testGetPrefix_with_nullbyte(org.apache.commons.io.FilenameUtilsTestCase), testInjectionFailure(org.apache.commons.io.FilenameUtilsTestCase), testIsExtension_injection(org.apache.commons.io.FilenameUtilsTestCase), testNormalize_with_nullbytes(org.apache.commons.io.FilenameUtilsTestCase)",testGetPath_with_nullbyte(org.apache.commons.io.FilenameUtilsTestCase),,,, commons-io,2.5,IO-481,8700816250e849d9f8d0fc402b090aec6ba7ab60,yes,Empirical studies now show this typically completes in 200X ms for a delay of 2 seconds.,,,,"None, performance fix",, commons-io,2.5,IO-453,baba8cc875f5b197c08123b2d9add4cec3772300,yes,Regression in FileUtils.readFileToString from 2.0.1,,,,"None, but should be!",, commons-io,2.5,IO-452,0bfb0f2b5ec98b5fd85dd5ab58c6a4dd3c0a821a,yes,Also added reflection-based java7 symlink support from maven code (original author is me),testIdentifiesBrokenSymlinkFile(org.apache.commons.io.FileUtilsCleanSymlinksTestCase),,,,, commons-io,2.5,IO-451,d7d274c6f5bd058dbfd903efb1746092892c7eff,yes,ant test fails - resources missing from test classpath,,,,"None, but should be!",, commons-io,2.5,IO-446,"7c58d8a9919c5c9dbc1485a21d56bb3f37444060, 03e7adf353e84c1d447e4ce4aeda073b16bea5f6",yes,adds an endOfFileReached method to the TailerListener,testTailerEndOfFileReached(org.apache.commons.io.input.TailerTest),,,,, commons-io,2.5,IO-428,539869352a5f4183028a3e6b33b4e002c5053ba4,yes,BOMInputStream.skip returns wrong count if stream contains no BOM ,skipReturnValueWithoutBom(org.apache.commons.io.input.BOMInputStreamTest),,,,, commons-io,2.5,IO-390,7ae7af989df7c0754f92b54c5f6470bf2d234c9c,yes,FileUtils.sizeOfDirectoryAsBigInteger can overflow. Ensure that recursive calls all use BigInteger,,,,"None, but should be!",, commons-io,2.5,IO-389,70e051946c4f3700cce3a0e1906a5371e24f7d84,yes,FileUtils.sizeOfDirectory can throw IllegalArgumentException,,,,"None, but should be!",, commons-io,2.5,IO-385,32d58f94667615eabe93258d0ba38048f75ba148,yes,FileUtils.doCopyFile can potentially loop for ever. Exit loop if no data to copy,,,,"None, but should be!",, commons-io,2.5,IO-383,7f15b0e5cdb5c92eab77b33da0eaae6e546910f7,yes, FileUtils.doCopyFile caches the file size, needs to be documented Added Javadoc, show file lengths in exception message,,,,"None, changed thrown error message „FileUtils.doCopyFile caches the file size; needs to be documented, Added Javadoc; show file lengths in exception message“" commons-io,2.5,IO-372,"30a51de13c6f80dbf9e64574f4ee89f5e05a7a36, 02c9bc67445bb77814ff7aae7872c24f1ab5b072",yes,FileUtils.moveDirectory can produce misleading error message on failiure,,,,"None, error messages are corrected „FileUtils.moveDirectory can produce misleading error message on failiure „",, commons-io,2.5,IO-368,f9e08f8eed413e17c5d7655c686e7f4019779950,yes, ClassLoaderObjectInputStream does not handle primitive typed members,,,,"None, but should be! „ClassLoaderObjectInputStream does not handle primitive typed members“",, commons-io,2.5,IO-362,0cee0fe1d42f73933d8fdfedfe91bff8013f0bb3,yes," IOUtils.contentEquals* methods returns false if input1 == input2, should return true.","testContentEqualsIgnoreEOL(org.apache.commons.io.IOUtilsTestCase), testContentEquals_Reader_Reader(org.apache.commons.io.IOUtilsTestCase), testContentEquals_InputStream_InputStream(org.apache.commons.io.IOUtilsTestCase)",testSizeOfDirectory(org.apache.commons.io.FileUtilsTestCase),,,, commons-io,2.5,IO-357,3789b1aa9669cff2f434eba56f57c500662ead10,yes,[Tailer] InterruptedException while the thread is sleeping is silently ignored,"testInterrupt(org.apache.commons.io.input.TailerTest), testTailer(org.apache.commons.io.input.TailerTest)",,,,, commons-io,2.5,IO-356,"4740a19f6c6b3c2a96d08879abe6773885086758, 3ebe52e2a37ff49ffa2811533023dab3d3fbba69, 88776758f4df1ab57d342594fef650da022461bd, a39385a500fc0e8993d967a8025b931d3337ea04, 750d338864a92521f4daec993af7ef0aba9d609b, cbc5a146154ada255d491d6509497d0d57bad336",yes,CharSequenceInputStream#reset() behaves incorrectly in case when buffer size is not dividable by data size. Fix code so skip relates to the encoded bytes, reset now re-encodes the data up to the point of the mark,"testIO_356_B10_D10_S1_UTF8(org.apache.commons.io.input.CharSequenceInputStreamTest), testIO_356_B10_D10_S2_UTF8(org.apache.commons.io.input.CharSequenceInputStreamTest), testIO_356_B10_D10_S0_UTF16(org.apache.commons.io.input.CharSequenceInputStreamTest), testIO_356_Loop_UTF8(org.apache.commons.io.input.CharSequenceInputStreamTest), testIO_356_B10_D13_S0_UTF8(org.apache.commons.io.input.CharSequenceInputStreamTest), testIO_356_B10_D13_S1_UTF8(org.apache.commons.io.input.CharSequenceInputStreamTest), testIO_356_Loop_UTF16(org.apache.commons.io.input.CharSequenceInputStreamTest) ",,,, commons-io,2.5,IO-354,"8d52f694da0484cb2783a8b35dad845322af0c07, 6d8ef99f2ed43b9f71005561af57e50c3b24f7d0",yes, Commons IO Tailer does not respect UTF-8 Charset.,testMultiByteBreak(org.apache.commons.io.input.TailerTest),,,Only after Trailer constructor was changed to the older version in Test,, commons-io,2.5,IO-338,62a47bf10c42039875bc9bf7790feb470b3205aa,yes,"When a file is rotated, finish reading previous file prior to starting new one",,,,"None, but should be! „When a file is rotated, finish reading previous file prior to starting new one“",, commons-io,2.5,IO-279,"199dd8dfd1cef867ad8712c7565f090f81be0e7f, 7705470ba1ca2bf95f6442f06f68f007f33a4aeb",yes,Tailer erroneously considers file as new. Fix to use file.lastModified() rather than System.currentTimeMillis(),,,,"None, but should be! Tailer errounously considers file as new",, commons-lang,LANG_3_7,LANG-1365,"a618b844c5a261ced37385ab3947de6e215d46f7, f746c508d197c3662509037e8975a2a58b847689",no,"Fix NullPointerException in isJavaVersionAtLeast on Java 10, add SystemUtils.IS_JAVA_10, add JavaVersion.JAVA_10",,,,"Can not be integrated, as static imports are added that are used in the tests",, commons-lang,LANG_3_7,LANG-1357,44854912194177d67cdfa1dc765ba684eb013a4c,yes,org.apache.commons.lang3.time.FastDateParser should use toUpperCase(Locale),,,,"None, but should be!",, commons-lang,LANG_3_7,LANG-1350,cc94767e7eabdfcf9d1cab1d8d1d8556864394c6,yes,"ConstructorUtils.invokeConstructor(Class, Object...) regression",,testGetMatchingAccessibleMethod(org.apache.commons.lang3.reflect.ConstructorUtilsTest),testInvokeConstructor(org.apache.commons.lang3.reflect.ConstructorUtilsTest) ,,, commons-lang,LANG_3_7,LANG-1349,"3e08af573f8b50da5202f55df62c925f88a47f3d, a2dce32cdab108e7e281dfc27dd0a394e1419ce1, fdf05fa29babe21e64f9a5b268dc8406d449d4f1",yes,EqualsBuilder#isRegistered: swappedPair construction bug,testIsRegistered(org.apache.commons.lang3.builder.EqualsBuilderTest),,,,, commons-lang,LANG_3_7,LANG-1348,"cc6beb2d05347fba64d933906ae2b712b1a43302, 00feb98f807cf44c993296052726043a90d70b7e",yes,StackOverflowError on TypeUtils.toString(...) for a generic return type of Enum.valueOf,testLANG1348(org.apache.commons.lang3.reflect.TypeUtilsTest),,,,, commons-math,MATH_3_6,MATH-1310,"2983ff81b17638ea041d73676049d002b9096781, 77f0f202524935c69621e9883eb105e7fca4ecd5",yes,Improved performance and accuracy of 2-sample KolmogorovSmirnov tests.,"testTwoSampleSmallSampleExact3(org.apache.commons.math3.stat.inference.KolmogorovSmirnovTestTest), testTwoSampleSmallSampleExact2(org.apache.commons.math3.stat.inference.KolmogorovSmirnovTestTest)",,,,, commons-math,MATH_3_6,MATH-1297,264851fcfcad33513ba4f86441dbca3581134a66,yes,Detect start failures with multi-step ODE integrators.,,,,"None, but should be!",, commons-math,MATH_3_6,MATH-1295,26ad6ac83721fd90e35fe4db4613685b5857fed9,yes,"Increased default value for number of allowed evaluations in ""o.a.c.m.optim.univariate.BracketFinder"".",,,,"None, but should be!",, commons-math,MATH_3_6,MATH-1294,fe23c9b04aff89b3c6da20b4769157b8c577d071,yes,"Fixed potential race condition in PolynomialUtils#buildPolynomial in case polynomials are generated from multiple threads. Furthermore, the synchronization is now performed on the coefficient list instead of the class.",,,,"None, but should be!",, commons-math,MATH_3_6,MATH-1283,40f35da565aaba9ef14256ac36bbc04ae7e96116,yes,"Fixed ""Gamma#gamma(double)"" for negative values smaller than -20.",testGammaNegativeDouble(org.apache.commons.math3.special.GammaTest),,,,, commons-math,MATH_3_6,MATH-1279,5e4739fb72468145436fd794b62718b00561d3d7,yes,"Check precondition (class ""o.a.c.m.random.EmpiricalDistribution"").","testPrecondition1(org.apache.commons.math3.random.EmpiricalDistributionTest), testUpdate(org.apache.commons.math3.ml.neuralnet.sofm.KohonenUpdateActionTest)",,,,, commons-math,MATH_3_6,MATH-1277,81ce1b183aa4fb56e7710ebe0274740c268118fa,yes, Fixed incorrect Kendall's tau coefficient calculation due to internal integer overflow.,testMath1277(org.apache.commons.math3.stat.correlation.KendallsCorrelationTest),,,,, commons-math,MATH_3_6,MATH-1269,8aecb842d32464a98eaab722da84902f8126957b,yes,Fixed FastMath.exp that potentially returned NaN for non-NaN argument.,testMath1269(org.apache.commons.math3.util.FastMathTest),,,,, commons-math,MATH_3_6,MATH-1266,50c5eae1a6dd3d0b36ae862db2c3c8e2f564b098,yes,Fixed split/side inconsistencies in BSP trees.,"testMessageNumber(org.apache.commons.math3.exception.util.LocalizedFormatsTest), testAllPropertiesCorrespondToKeys(org.apache.commons.math3.exception.util.LocalizedFormatsTest), testInconsistentHyperplanes(org.apache.commons.math3.geometry.euclidean.twod.PolygonsSetTest), testThinRectangle(org.apache.commons.math3.geometry.euclidean.twod.PolygonsSetTest) ",,"testSPlit(org.apache.commons.math3.geometry.spherical.twod.SubCircleTest), testSide(org.apache.commons.math3.geometry.spherical.twod.SubCircleTest), testSideSplitConsistency(org.apache.commons.math3.geometry.spherical.twod.SubCircleTest), testSideHyper(org.apache.commons.math3.geometry.spherical.oned.ArcsSetTest), testSide(org.apache.commons.math3.geometry.spherical.oned.ArcsSetTest), testSideEmbedded(org.apache.commons.math3.geometry.spherical.oned.ArcsSetTest), testSideOverlapping(org.apache.commons.math3.geometry.spherical.oned.ArcsSetTest), testSideSplitConsistency(org.apache.commons.math3.geometry.spherical.oned.ArcsSetTest)",,, commons-math,MATH_3_6,MATH-1261,0820703df043ca5df06fe808bc2998296e7bbcc5,yes,"Avoid overflow in ""Fraction"" (multiplication or division by an int).",testMath1261(org.apache.commons.math3.fraction.FractionTest),,,,, commons-math,MATH_3_6,MATH-1258,"9cb16d5b1e02ad41fe8481cb7e74fa57da5f08e7, 7934bfea106206d2840ba062eef105001601588a, b1f4a30aab0c95d9bfff79ead03e20fc74d7e4a1",yes,Added check for equal array lengths to distance measure functions.,testUpdate(org.apache.commons.math3.ml.neuralnet.sofm.KohonenUpdateActionTest),,,,, commons-math,MATH_3_6,MATH-1257,49a9e6e8742cb6e05abf0219705338d95f732e12,yes,"Better accuracy in computation of cumulative probability of ""NormalDistribution"" package ""o.a.c.m.distribution"").",testCumulativeProbability(org.apache.commons.math3.distribution.NormalDistributionTest),,,,, commons-math,MATH_3_6,MATH-1256,eb8727f9c64f286d44bbcc1d19f96408ea5a385c,yes," Boundary check to construct an ""Interval"" (package ""o.a.c.m.geometry.euclidean.oned"").",testStrictOrdering(org.apache.commons.math3.geometry.euclidean.oned.IntervalTest),,,,, commons-math,MATH_3_6,MATH-1255,5c3988cb0414bb013464f8a12741fde37546cde3,yes,"Wrong neighbourhood size in class ""KohonenUpdateAction"" (package ""o.a.c.m.ml.neuralnet.sofm"").",,,,"None, but should be!",, commons-math,MATH_3_6,MATH-1252,9f148d41e0cb5839e8680bd3b4c4bc21510e444b,yes,ResizableDoubleArray constructor does not work with double array of size 1.,testConstructors(org.apache.commons.math3.util.ResizableDoubleArrayTest),,,,, commons-math,MATH_3_6,MATH-1251,04481618088af11b5b522fb4867569d9d6f9354d,yes,"Fixed initial value of ""number of calls"" counter in class ""KohonenUpdateAction"" (package ""o.a.c.m.ml.neuralnet.sofm"").",,,,"None, but should be!",, commons-math,MATH_3_6,MATH-1242,"6209faba243293c9192ba47e027aed46966b86d7, 49b4bbd41b116c55083300d864e824e22b7127df",yes,"Improved performance to calculate the two-sample Kolmogorov-Smirnov test via monte carlo simulation (""KolmogorovSmirnovTets#monteCarloP(...)"").",,,,"None, only performance",, commons-math,MATH_3_6,MATH-1241,229232829c6d8741138decf27c4909065cad70af,yes,"A ""StackOverflowException"" was thrown when passing Double.NaN or infinity to ""Gamma#digamma(double) or ""Gamma#trigamma(double)"". Now the input value is propagated to the output if it is not a real number.","testTrigammaNonRealArgs(org.apache.commons.math3.special.GammaTest), testDigammaNonRealArgs(org.apache.commons.math3.special.GammaTest)",,,,, commons-math,MATH_3_6,MATH-1240,a019162481161757555c99f3cbce157cc9b1a41b,yes,"""KolmogorovSmirnovTest#ksSum(...)"" returned wrong result in case the provided t-parameters was zero. This affected the calculation of ""approximateP(...)"" for identical samples.",,,,"None, but should be!",, commons-math,MATH_3_6,MATH-1232,a8175c03840d95e7fa9e5e19698231a3979953f0,yes,Fixed error message for unknown parameter name in ODE.,,,,"None, fixed error message",, commons-math,MATH_3_6,MATH-1226,777273e23f825d659695a4d69fca29eeba31cf37,yes,Fixed wrong event detection in case of close events pairs.,,testEventsCloserThanThreshold(org.apache.commons.math3.ode.events.EventStateTest),,,, commons-math,MATH_3_6,MATH-1223,9e1b0acab5721a6805743e291f56d6d0ee8ba851,yes,Fixed wrong splitting of huge number in extended accuracy algorithms.,"testIntPowHuge(org.apache.commons.math3.util.FastMathTest), testLinearCombinationHuge(org.apache.commons.math3.util.MathArraysTest)",,,,, commons-math,MATH_3_6,MATH-1218,12a69814b0195caa90628a8ffa70cb887fbcc00d,yes,Fixed equals/hashcode contract failure for Dfp., testEqualsHashcodeContract(org.apache.commons.math3.dfp.DfpTest),,,,, commons-math,MATH_3_6,MATH-1197,870e1d3d98318745d0552c7a6a6f5dada90d7c82,yes, Computation of 2-sample Kolmogoriv-Smirnov statistic in case of ties was not correct.,"testTwoSamplesAllEqual(org.apache.commons.math3.stat.inference.KolmogorovSmirnovTestTest), testTwoSampleWithManyTies(org.apache.commons.math3.stat.inference.KolmogorovSmirnovTestTest)",,,Used earlier version of „kolmogorovSmirnovStatistic“ than the actual 3.6 one to integrate the bug,, commons-math,MATH_3_6,MATH-1153,"9ba0a1cadf37b0d1c68b01c706a10a042e19e1f6, f5d028ca6af5591ca51785da7c15d7bd81d4215f",yes,"Improve performance of ""BetaDistribution#sample()"" by using Cheng's algorithm.",,,,"None, performance fix",, commons-math,MATH_3_6,MATH-1118,"70101ee3ca37b56a471b3731667c75c447da90cb, 7f31bc04bdf8821cf24754bfdc9bd4c0e8660228",yes,Fixed equals/hashcode contract failure for Dfp.,testHashCode(org.apache.commons.math3.complex.ComplexTest),,,"Could not remove new equals methods, but integrated the fixed bugs in the other sources",, druid,1.1.0,#1789,7bf323cd5788ac316b02662caee7b590307fd604,yes,postgres 有RECURSIVE,递归查询,但是貌似druid不支持,,test_0(com.alibaba.druid.bvt.sql.postgresql.select.PGSelectTest50),,,, druid,1.1.0,#1773,8fa54c904017b6fbe452264a68c44ee2f102786b,yes,"StatFilter.java中public void connection_rollback(FilterChain chain, ConnectionProxy connection) throws SQLException重复调用两次dataSourceStat.getConnectionStat().incrementConnectionRollbackCount()",,,,"None, but should be!",, druid,1.1.0,#1758,"fd3da2613d65b6c9140d165c9f281cb86f9cdb97, 2da211287f532dc7ba4bf5c24324d64ace4abd70, 1356e1616848043c79acf8864e00d7787d57e6a3, de4bfb0ae3ae656a175844c518345c4f5563e6de",yes,druid初始化时传入了一个全局的createScheduler;但是在close时没有处理线程池里schedule出去的task,在datasource close之后,CreateConnectionTask依然会被调度执行,而CreateConnectionTask的run方法里如果创建连接失败会继续schedule任务去创建。,,,,"None, but should be!",, druid,1.1.0,"#1737, #1762",ce4b4287eee591d94131a30d37610419d5e434a5,yes,SQLASTOutputVisitor类中参数parameterizedMergeInList=false时,解析出来的问号个数和参数值个数不对应 ,test_0(com.alibaba.druid.bvt.bug.Issue1762),test_0(com.alibaba.druid.bvt.sql.postgresql.select.PGSelectTest51),,,, druid,1.1.0,#1727,6c8169b1fb0cfc0d1701ebdf2f8d5ec68076b996,yes,PG执行SQL语句出错,test_maxWaitThread(com.alibaba.druid.bvt.pool.DruidDataSourceTest_notEmptyWait2),test_0(com.alibaba.druid.bvt.sql.postgresql.select.PGSelectTest49),,,, druid,1.1.0,#1725,f10921ec8f943ec1fd7f5dda634f7b4c2a6a577e,yes,delete 出现别名,SQLStatement toString出现错误, test_0(com.alibaba.druid.bvt.sql.oracle.OracleDeleteTest_3),,,,, druid,1.1.0,#1707,ae1d3701593cafdec238c35b45612eea8bd51504,yes,与Shiro集成时WebStatFilter的finally中未catch异常,,,,"None, only logging statement added",, druid,1.1.0,#1663,a18e8b3a4a095ccb7c02dec0f93510a2bc4a3f27,yes,like '%'||?||'%' 类型SQL解析错误,,,,"None, but should be!",, druid,1.1.0,#1588,6fbfef62b58f87787a51d670cd0f7824e4ab7cb0,yes,Eval mod function overflow long type,,,,"None, but should be!",, druid,1.1.0,"#1577, #1576",16ea7700ed83aa1ba40784b9a404f66648315801,yes,"SQLStatementParser 设计或实现上严重问题,会忽略语法错误,且截断sql,导致update和delete无where条件下执行!!!","test_for_issue(com.alibaba.druid.bvt.bug.Issue1576), test_for_issue(com.alibaba.druid.bvt.bug.Issue1769), test_one(com.alibaba.druid.bvt.sql.mysql.create.MySqlCreateDatabaseTest3)","test_0(com.alibaba.druid.bvt.sql.oracle.pl.Oracle_pl_case_1), test_0(com.alibaba.druid.bvt.sql.oracle.pl.Oracle_pl_case_0), test_0(com.alibaba.druid.bvt.sql.oracle.pl.Oracle_pl_case_2)",,,, druid,1.1.0,#1561,27a551f329e1b551132567934f30d49009e1272e,yes,"当合并SQL开启时, 整合flyway报错",,,,"None, but should be!",, druid,1.1.0,#1539,"1d400d9539a62e65c07019cfd1566a8aec34d851, e13b24599ab22b2c4eb5297ce47317caf793625b, 74b456d659ede341cd3e74b935c18052200f5f1b",yes,SpringBoot + Druid + Spring Cloud Hystrix出现UnsupportedOperationException,,,,"None, but should be!",, druid,1.1.0,#1507,b0c791e00760488d76b0634c84dc3b5a239ef4ec,yes,[ODPS]SQLSelect类equals方法语义不正确,test_eq_select(com.alibaba.druid.bvt.sql.EqualTest_select),,,,, druid,1.1.0,#1495,1ee8776eb4b59176017abd4d4d305c7996a373f3,yes,[ODPS]insert select语句不支持limit,test_for_insert_select_limit(com.alibaba.druid.bvt.sql.odps.OdpsInsertTest3),,,,, druid,1.1.0,#1486,176d29904373141805229e52d61df37910b97c80,yes,调用存储过程后LogFilter出现空指针异常,问题原因分析并且找到,,,,"None, but should be!",, druid,1.1.0,#1481,51a9a616dc346aee6f6932f4eef1feeb14ad006e,yes,"druid oracle xmltype extract 语法支持存在问题 No enum const class com.alibaba.druid.sql.dialect.oracle.ast.expr.OracleDateTimeUnit.""SYS_XML""",,test_Extract(com.alibaba.druid.bvt.sql.oracle.OracleEXTRACTTest2),test_exits(com.alibaba.druid.bvt.sql.EqualTest_extract_oracle),,, druid,1.1.0,#1455,99f0096c723e92140e2a425bc88c1afa44efa3db,yes,odps sql parser 解析alter失败,"test_select(com.alibaba.druid.bvt.sql.odps.OdpsAlterTableAddColumnsTest), test_alter_first(com.alibaba.druid.bvt.sql.sqlserver.SQLServerAlterTableTest_10), test_alter_first(com.alibaba.druid.bvt.sql.sqlserver.SQLServerAlterTableTest_7), test_alter_first(com.alibaba.druid.bvt.sql.sqlserver.SQLServerAlterTableTest_3)",,,,, druid,1.1.0,#1428,5e7746db86884553a2f57c2a71a46bea6ee09352,yes,bug fixed for parser relative stuffs.,,,,"None, but should be!",, druid,1.1.0,#1380,637ce1627e4943166f274ca30409e193433532a1,yes,开启防火墙的情况下 SHOW FULL TABLES WHERE Table_type != 'VIEW' 会被拒绝,test_false(com.alibaba.druid.bvt.filter.wall.mysql.MySqlWallTest145),,,,, druid,1.1.0,#1375,103ee3e1a3c446590d0bd61e8e29f1d0d643b7e4,yes,特殊字符转译有问题,"test_select(com.alibaba.druid.bvt.sql.odps.OdpsSelectTest15), test_select(com.alibaba.druid.bvt.sql.odps.OdpsSelectTest14)",,,,, druid,1.1.0,#1362,694f9a21e4447a5d74d2b551f3308c387b7775b1,yes,SQL解析失败,test_insert_rollback_on_fail(com.alibaba.druid.bvt.sql.mysql.insert.MySqlInsertTest_13),,,,, druid,1.1.0,#1359,b40dda40252e82067f540cd9eb220e8f3d80a301,yes,注释解析错误,"test_0(com.alibaba.druid.bvt.sql.mysql.MySqlTruncateTest_1), test_0(com.alibaba.druid.bvt.sql.mysql.select.MySqlSelectTest_32), test_for_parameterize(com.alibaba.druid.bvt.sql.mysql.param.MySqlParameterizedOutputVisitorTest_42)",,,,, druid,1.1.0,#1356,165eefe9a9528b5e8b9919298963687dc8ec1be8,yes, 特殊的索引格式 druid parser 会失败,,test_for_parse(com.alibaba.druid.bvt.sql.mysql.create.MySqlCeateTableTest34),,,, druid,1.1.0,#1349,e75a304fe922dcc8cb4338a12489c261a82018f7,yes,Oracle 中 原始sql (例句) :alter table aaa modify bbb null, 转换后成为: ALTER TABLE aaa MODIFY ( bbb DEFAULT NULL ), 原始Sql的语义改变了,改变了bbb字段的default值," test_alter_first(com.alibaba.druid.bvt.sql.mysql.alter.MySqlAlterTableAddPrimaryKey), test_alter_0(com.alibaba.druid.bvt.sql.mysql.alter.MySqlAlterTableTest), test_alter_add_key(com.alibaba.druid.bvt.sql.mysql.alter.MySqlAlterTableTest29), test_alter_first(com.alibaba.druid.bvt.sql.mysql.alter.MySqlAlterTableTest3), test(com.alibaba.druid.bvt.sql.mysql.MySqlHintStatementTest), test_FOREIGN_KEY(com.alibaba.druid.bvt.sql.mysql.createTable.MySqlCreateTableTest54), test_one(com.alibaba.druid.bvt.sql.mysql.createTable.MySqlCreateTableTest62), test_one(com.alibaba.druid.bvt.sql.mysql.createTable.MySqlCreateTableTest70), test_one(com.alibaba.druid.bvt.sql.mysql.createTable.MySqlCreateTableTest76), test_one(com.alibaba.druid.bvt.sql.mysql.createTable.MySqlCreateTableTest75), test_0(com.alibaba.druid.bvt.sql.mysql.createTable.MySqlCreateTableTest14)",,,Needed to change class in test (SQLNotNull -> NotNull) druid,1.1.0,#1339,9b5e528007418d74912fcc7d49d46674f7df726f,yes,WallFilter check issue,, test_alter_first(com.alibaba.druid.bvt.sql.mysql.alter.MySqlAlterTableAddUniqueTest),,,, druid,1.1.0,#1321,c3d487b12d49e1da0629a344444a73f2997c3747,yes,oracle数据库不支持对union关键字的解析,,test_0(com.alibaba.druid.bvt.sql.oracle.insert.OracleInsertTest19),,,, druid,1.1.0,#1314,64e0794dd3592e797328696ece26f2753dce0a45,yes,貌似 不支持create database link语句,,test_0(com.alibaba.druid.bvt.sql.oracle.create.OracleCreateDbLinkTest1),,,, druid,1.1.0,#1310,521192c39abb51bc704f8ec7fe60fc76ad242a41,yes,sql_mode 为ANSI格式时,无法parse create table 语句,,"test_one(com.alibaba.druid.bvt.sql.mysql.createTable.MySqlCreateTableTest72), test_for_parse(com.alibaba.druid.bvt.sql.mysql.create.MySqlCeateTableTest34)",,,, druid,1.1.0,#1283,6f30a6c3ed1285876c03553cb40760d535a1e1d6,yes,parseCreateDatabase没有解析default charset和default collate,test_one(com.alibaba.druid.bvt.sql.mysql.create.MySqlCreateDatabaseTest3),,,,, druid,1.1.0,#1266,fc96c0c424be484b56b369a361603f87b5fd1cdf,yes,druid解析ddl失败-alter table,,test_alter_add_key(com.alibaba.druid.bvt.sql.mysql.alter.MySqlAlterTableTest25),,,, fastjson,1.2.41,#1583,9a02c170e7ab2156c9765e202df4554df4ed8306,yes,Map.Entry 反序列化异常,,test_issue(com.alibaba.json.bvt.issue_1500.Issue1583),,,, fastjson,1.2.41,#1573,5c11b32465285274aaad0156eb60a6aa7739f1c0,yes,fix bug :JSON.toJSONString时候,当有JSONFiled定制注解的字段,json属性名应以JSONField为准,不以JSONType的转换策略为准,test_for_issue(com.alibaba.json.bvt.issue_1500.Issue1555),,,,, fastjson,1.2.41,#1572,4e2979bd5b401d78f7115b4e7c2a4d4bda26dbe8,yes,JSONPath.paths的结果感觉有点问题,test_for_issue(com.alibaba.json.bvt.issue_1500.Issue1572),,,,, fastjson,1.2.41,#1570,f9f345723d418c178d8dd06974a0558c6f675d98,yes,"新版本JSON.toJSONString(testingOrder, SerializerFeature.WriteNullBooleanAsFalse),随便加一个类似的feauture,就会把模型类的null值给打印出来","testPattern(com.alibaba.json.bvt.parser.deser.FieldSerializerTest4), test_for_issue_bool(com.alibaba.json.bvt.issue_1500.Issue1570_private), test_for_issue_list(com.alibaba.json.bvt.issue_1500.Issue1570_private), test_for_issue_long(com.alibaba.json.bvt.issue_1500.Issue1570_private), test_for_issue_int(com.alibaba.json.bvt.issue_1500.Issue1570_private), test_for_issue(com.alibaba.json.bvt.issue_1500.Issue1570_private), test_for_issue_bool(com.alibaba.json.bvt.issue_1500.Issue1570), test_for_issue_list(com.alibaba.json.bvt.issue_1500.Issue1570), test_for_issue_long(com.alibaba.json.bvt.issue_1500.Issue1570), test_for_issue_int(com.alibaba.json.bvt.issue_1500.Issue1570), test_for_issue(com.alibaba.json.bvt.issue_1500.Issue1570)",,,,, fastjson,1.2.41,#1548,b8b82dff3c9f360d7ac2f65da4c4d5dcec322bd0,yes,1.2.29版本可以解析,1.2.36版本解析报错,,test_for_issue(com.alibaba.json.bvt.issue_1500.Issue1548),,,, fastjson,1.2.41,#1519,b9fbcc33ff0b74796607730102b0314d959432ba,yes,lazy加载异常的BUG,,,,"None, but should be!",, fastjson,1.2.41,#1503,736cd865a5301faab89525a80a97b13cc933c294,yes,Map null key值序例化空指针,,"test_0(com.alibaba.json.bvt.TestExternal3), test_0(com.alibaba.json.bvt.TestExternal6), test_for_issue(com.alibaba.json.bvt.issue_1500.Issue1503), test_0(com.alibaba.json.bvt.TestExternal5), test_0(com.alibaba.json.bvt.TestExternal4)",,,, fastjson,1.2.41,#1500,7a3a00bc1b0ff5b9b4c69013a0ea04f10004f900,no,自定义Exception的class作为其他类成员时候反序列化属性丢失,,,,Integrated code not longer there,, fastjson,1.2.41,#1496,69ae2be568f6f20a2dbfbb005ca81bf0848abcce,yes,枚举类的枚举变量实现接口以后,@JSONType(serializeEnumAsJavaBean = true)注解或者configEnumAsJavaBean失效,test_for_issue(com.alibaba.json.bvt.issue_1400.Issue1496),,,,, fastjson,1.2.41,#1494,696ca6c5dfbd5a545dbcdd2939aa0c2b6fe893c4,yes,SupportNonPublicField不支持parse基类的private成员 ,test_for_issue(com.alibaba.json.bvt.issue_1400.Issue1494),,,,, fastjson,1.2.41,#1493,10766c9799dae3d01bb09ed09d9bea23d4680816,no,当对象中存在LocalDateTime 类型时,序列化后的json会出现不同DateFormat结果,,,,Code commented out,, fastjson,1.2.41,#1491,0fa15df96215fb1c8f9bba85d65537dd1bf493d8,no,解决JSONPObject function为null null(...),,,,Integrated code not longer there,, fastjson,1.2.41,#1482,92d94ecf7b70732e88b12ad427cb764e9f26ed55,yes,"序列化 ""2017-06-28T07:20:05.000+05:30"" 报错",,"test_for_issue(com.alibaba.json.bvt.issue_1400.Issue1482), test_for_issue(com.alibaba.json.bvt.issue_1400.Issue_for_wuye)",,,, fastjson,1.2.41,#1474,d35a1a16b9594615d369c0b02ba26b9a0869b5b8,yes,JSONField 注解的 unwrap 特性有 bug,test_for_issue(com.alibaba.json.bvt.issue_1400.Issue1474),,,,, fastjson,1.2.41,#1463,1494af29faf7fcc7cf2fe622b2e6fc38d59d5175,yes,反序列化两次序列化后的字符串报NPE,,,,"None, but should be!",, fastjson,1.2.41,#1458,0818ecf14649b2893b486441f685ed8eb2ffd510,yes,使用JSONCreator初始化实例后,反序列化不调用Setter。,"test_create(com.alibaba.json.bvt.parser.creator.JSONCreatorTest8), test_for_issue(com.alibaba.json.bvt.issue_1400.Issue1458)",,,,, fastjson,1.2.41,#1449,9caff241e3d7100d1e1765110d171e1e0f25f58c,yes,对enum对象的序列化与反序列化,,,,"None, but should be!",, fastjson,1.2.41,#1432,1b3e30325f65a98f5ddb814ceb7e8a3880be5b36,yes,A bug for TypeReference,,,,"None, but should be!",, fastjson,1.2.41,#1429,2d018247a64e6e2f39d13a6fa0449b8e498ddaa0,yes,@type 放在json body最后一个属性的位置时,JSON.parse(jsonString) 反序列出来的类属性没有赋值 ,test_for_issue(com.alibaba.json.bvt.issue_1400.Issue1429),,,,, fastjson,1.2.41,#1425,372927139a6b02dfb69b3be31384c0b88ae20210,yes,使用features 组合 出现 java.lang.NullPointerException ,,test_for_issue(com.alibaba.json.bvt.issue_1400.Issue1425),,,, fastjson,1.2.41,#1423,5ed965e7b68f571274cfcd19ad40c05e2cefcdbe,yes,FastJson 1.2.37 parsing overlow long value issue,"test_for_issue_arrayMapping_reader(com.alibaba.json.bvt.issue_1400.Issue1423), test_for_issue_arrayMapping(com.alibaba.json.bvt.issue_1400.Issue1423), test_for_issue(com.alibaba.json.bvt.issue_1400.Issue1423)",,,,, fastjson,1.2.41,#1422,abcbc40aff72bf3376d8624fbe20839df330b93e,yes,"FastJson 1.2.37 ""unclosed.str"" issue with valid input",,test_for_issue_1(com.alibaba.json.bvt.issue_1400.Issue1422),,,, fastjson,1.2.41,#1407,"d53415221758de8af4a0895159e847de213ac13e, 1a495f3fbf6a95a1c4533396bb2e33704674cb02, bb45448664898839d4c35418ca2e7f0bbd3cbc1f",yes,fastjson的IdentityHashMap并发时会出错,,,,"None, concurrency bug",, fastjson,1.2.41,#1375,c2e3f1c73c4eb52b6bd9ebc8d1c6f24cd5d48f96,yes,LinkedList序列化的性能bug,test_issue(com.alibaba.json.bvt.issue_1300.Issue1375),,,,, fastjson,1.2.41,#1371,a0c1e0cfec64c52705083c8a0ab01425d53fd6c5,yes,SerializerFeature.WriteNonStringKeyAsString时,Enum双引号加了两次,testFastjsonEnum(com.alibaba.json.bvt.issue_1300.Issue1371),,,,, fastjson,1.2.41,#1362,9b21a3d296fd585e9f4881867b001609e236ed81,yes,getXXXValue() 有可能报空引用的问题,,test_for_issue(com.alibaba.json.bvt.issue_1300.Issue1362),,,, fastjson,1.2.41,#1328,77fa39f11f8c162d46249d7a96c6dcd8d43c698a,yes,fixed currency bug,,test_1(com.alibaba.json.bvt.CurrencyTest4),,,, fastjson,1.2.41,#1320,5bf0ad610b493b3f242fc3c7880760ee9e0fa7df,yes,序列化object时候报错,老版本没有这个问题,,test_for_issue(com.alibaba.json.bvt.issue_1300.Issue1320),,,, fastjson,1.2.41,#1306,d291f2ded8fed388c059fb6bb3b54e65047dc305,yes,NullPointerException版本1.2.33开始,之前版本不会,,,,"None, but should be!",, fastjson,1.2.41,#1300,bdbbfef91bf06fa80843d428e35e46ca1c7a13dc,yes,使用@JSONCreator注解,当JSON字段与构造方法参数不匹配时报错,,testEmptyJSON(com.alibaba.json.bvt.issue_1300.Issue1300),,,, guice,4.1,#970,1a56b5b7af2ea41d4523e9961a9b8351aeb136ab,yes,Make disableCircularProxies() disable all forms of circular dependencies.,"testDisablingCircularDependencies(com.google.inject.CircularDependencyTest), testDisabledCircularDependency(com.google.inject.CircularDependencyTest), testDisabledCircularDependenciesWithProvidedBy(com.google.inject.CircularDependencyTest), testDisabledCircularDependenciesWithProviderInstances(com.google.inject.CircularDependencyTest), testDisabledNonConstructorCircularDependencies(com.google.inject.CircularDependencyTest), testDisabledCircularDependenciesWithProviderKeys(com.google.inject.CircularDependencyTest)",,,,, guice,4.1,#940,fb01e9908d6dc1b562c20d875687ba1cc8ebf8e6,yes,Make Message.hashCode Consistent with Message.equals,"testMessageHashCodeVariesWithSource(com.google.inject.spi.MessageTest), testMessageHashCodeVariesWithCause(com.google.inject.spi.MessageTest)",,,,, guice,4.1,#808,86e8569877f5c82d8beed61d1f6ce2184b0153c7,yes,Make @ProvidedBy take a javax.inject.Provider.,,,,"None, but should be!",, HikariCP,HikariCP-2.7.0,#955,57acec1bcf3f54f3de2774572bfe953f9661bffe,yes,fixes #955 fix possible race condition when Statements are closed on different threads from which they were created.,,,,"None, but should be!",, HikariCP,HikariCP-2.7.0,#940,78d12ea0cf25c63c2a6860f283fb65c9eb204b15,yes,Fix Prometheus metric collector for multiple data config (#940) ,,testMultiplePoolName(com.zaxxer.hikari.metrics.prometheus.PrometheusMetricsTrackerTest) ,,,, HikariCP,HikariCP-2.7.0,#929,47b827d11e26e961bcce457cbbfd28c3356c1ee8,yes,"Fixes #929 length the shutdown timeouts to 10 seconds. Beyond this, user's need to poll the pool themselves if they want to wait for all the connections to disappear.",,,,"None, but should be!",, HikariCP,HikariCP-2.7.0,#905,fc3a9eecb25af9e68d4bd6b4d80a1795908254be,yes,Mask password in JDBC URL (#905) ,,,,"None, but should be!",, HikariCP,HikariCP-2.7.0,#902,ae9d52a36261f057880faec46480cf0e524dd349,yes,Fixes #878 Searching for driverClass in both hikari class classloader and Thread Context ClassLoader (#902),,,,"None, but should be!",, HikariCP,HikariCP-2.7.0,#890,fa79e4ece0c21e1159dc97927832ce7acd48f9ad,yes,Fix prometheus metrics to support multiple hikaricp pools (#890) ,"recordConnectionTimeout(com.zaxxer.hikari.metrics.prometheus.PrometheusMetricsTrackerTest), testMultiplePoolName(com.zaxxer.hikari.metrics.prometheus.PrometheusMetricsTrackerTest)",,,Need to change the interface in the changed files so that they fit to the original version,, HikariCP,HikariCP-2.7.0,#880,61be9b923d8608605eb97264129d4f0467a0a2cc,yes,Fixes #880 Fix race condition caused by sorting collection while the condition of sort can change.,,,,"None, but should be!",, HikariCP,HikariCP-2.7.0,#866,f9ee36e339636a17ec31faa84c3ef44823923c56,yes,Fixes #866 mark commit state dirty when Connection.getMetaData() is called.,,,,"None, but should be!",, HikariCP,HikariCP-2.7.0,#817,ea3043dea201d6371475989f8cb2a670c70f9e8b,yes,Fixes #817 restore former failfast=false behavior by completely bypassing the connection validation if initializationFailTimeout is negative.,,,,"None, but should be!",, jackson-core,jackson-core-2.9.0,#382,cc1a84ad351c5e5162afd85e14fed48f88753b05,yes,Reported #382: ArrayIndexOutOfBoundsException from UTF32Reader.read on invalid input,testSimpleEOFs(com.fasterxml.jackson.core.read.UTF32ParseTest),testSimpleInvalidUTF32(com.fasterxml.jackson.core.read.UTF32ParseTest),,,, jackson-core,jackson-core-2.9.0,#372,82e85a844d2a946108478d58444d219aa3ff234a,yes,Fix #372: JsonParserSequence overrides skipChildren(),,,,"None, but should be!",, jackson-core,jackson-core-2.9.0,#367,e5d0473e9480edc1a77597fe6260ab1223b45331,yes,Fix #367 (missing code paths for ALLOW_TRAILING_COMMA),"testObjectTrailingCommaWithNextFieldName[Mode 2, Features [ALLOW_TRAILING_COMMA]](com.fasterxml.jackson.core.read.TrailingCommasTest), testObjectTrailingCommaWithNextFieldName[Mode 2, Features [ALLOW_MISSING_VALUES, ALLOW_TRAILING_COMMA]](com.fasterxml.jackson.core.read.TrailingCommasTest), testObjectTrailingCommaWithNextFieldName[Mode 3, Features [ALLOW_TRAILING_COMMA]](com.fasterxml.jackson.core.read.TrailingCommasTest), testObjectTrailingCommaWithNextFieldName[Mode 3, Features [ALLOW_MISSING_VALUES, ALLOW_TRAILING_COMMA]](com.fasterxml.jackson.core.read.TrailingCommasTest)",,,,, jackson-core,jackson-core-2.9.0,#362,2da8d72e8969064e2bb90599e9f8bbd42beccb12,yes,#362: Use correct length variable for UTF-8 surrogate writing,,,,"None, but should be!",, jackson-core,jackson-core-2.9.0,#359,ecc374d1cf7ab605a82afb32b8963e707107da88,yes,#359: FilteringGeneratorDelegate does not override writeStartObject(Object forValue),,testWriteStartObjectWithObject(com.fasterxml.jackson.core.filter.BasicGeneratorFilteringTest),,,, jackson-core,jackson-core-2.9.0,#354,e90e4748384ea6c5c3470d8432ef63d5fc195a3e,yes,#354: Buffer size dependency in UTF8JsonGenerator writeRaw,,,,"None, but should be!",, jackson-core,jackson-core-2.9.0,#335,7c3e56b62140897ece2cac404d8bba6f0e66d102,yes,Missing exception for invalid last character of base64 string to decode using `Base64Variant.decode()` #335,testErrors(com.fasterxml.jackson.core.base64.Base64CodecTest),,,,, jackson-core,jackson-core-2.9.0,#330,b9c26cc88ecd5e47378788efd66dcb7c4c8fe61b,yes,#330 FilteringParserDelegate - missing end marker handling fixed,"testNotAllowMultipleMatchesWithPath1(com.fasterxml.jackson.core.filter.BasicParserFilteringTest), testSingleMatchFilteringWithPath2(com.fasterxml.jackson.core.filter.BasicParserFilteringTest), testSingleMatchFilteringWithPath3(com.fasterxml.jackson.core.filter.BasicParserFilteringTest), testNotAllowMultipleMatchesWithPath2(com.fasterxml.jackson.core.filter.BasicParserFilteringTest), testNotAllowMultipleMatchesWithPath3(com.fasterxml.jackson.core.filter.BasicParserFilteringTest), testNotAllowMultipleMatchesWithPath4(com.fasterxml.jackson.core.filter.BasicParserFilteringTest), testTokensSingleMatchWithPath(com.fasterxml.jackson.core.filter.BasicParserFilteringTest), testBasicSingleMatchFilteringWithPath(com.fasterxml.jackson.core.filter.BasicParserFilteringTest), testSkippingForSingleWithPath(com.fasterxml.jackson.core.filter.BasicParserFilteringTest)",,,,, jackson-core,jackson-core-2.9.0,#325,56c2ad0ba5ca2cce99eb192f6a9eed588050d8d8,yes,Reported #325: `DataInput` backed parser should handle `EOFException` at end of doc,,"testEOFAfterObject(com.fasterxml.jackson.core.read.DataInputTest), testEOFAfterScalar(com.fasterxml.jackson.core.read.DataInputTest), testEOFAfterArray(com.fasterxml.jackson.core.read.DataInputTest), testUnclosedArray(com.fasterxml.jackson.core.read.ParserScopeMatchingTest), testUnclosedObject(com.fasterxml.jackson.core.read.ParserScopeMatchingTest)",,,, jackson-core,jackson-core-2.9.0,#317,345cad5b2f4c06a1bcc6794311a31226e9f2bce7,yes,#317: ArrayIndexOutOfBoundsException: 200 on floating point number with exactly 200-length decimal part,,testLongerFloatingPoint(com.fasterxml.jackson.core.read.NumberParsingTest) ,,,, jackson-core,jackson-core-2.9.0,#315,96642978dcf1b69cba68ec72cb2f652d59a8b5be,yes,#315: `OutOfMemoryError` when writing BigDecimal,testTooBigBigDecimal(com.fasterxml.jackson.core.json.GeneratorFeaturesTest) ,,,,, jackson-core,jackson-core-2.9.0,#307,554f8db0f940b2a53f974852a2af194739d65200,yes,Reported #307: JsonGenerationException: Split surrogate on writeRaw() input thrown for input of a certain size,,testRawWithSurrogatesString(com.fasterxml.jackson.core.json.RawValueWithSurrogatesTest) ,,,, jfreechart,v1.5.0,#44,f68f7248a4145828dfa36fc2f76924db3c543162,yes,Fix for multiple axes in which one or more is inverted results in incorrect pan direction on remaining axes.,,,,"None, but should be!",, jfreechart,v1.5.0,#38,322ffeb938d15ca56423ffe0cc9a28f1da0e3d4d,yes, memory leak in the ChartPanel class,,,,"None, performance fix",, jfreechart,v1.5.0,#36,dba06bc3986222e84542124368815233092d7642,no,Crosshairs don't draw in correct spot on datasets with index > 0,,,,Class do not exist,, jfreechart,v1.5.0,#25,3341bf7412246b647607a12fec4391f47e1b5663,yes,"I've found a bug in DateAxis.previousStandardDate(Date, DateTickUnit). It returns wrong values in case the date given as parameter is already the standard date and the tick unit has a count > 1.",testBug25(org.jfree.chart.axis.DateAxisTest),,,getCount in DateTickUnit is the same as getMultiple,, joda-time,v2.9,#86,0a201881f01bce85efece778345ebd60cf58ba35,yes,"Fix parsing of basic form ISO style where year has unnecessary plus sign [#86]. For example, +20151030 will now be correctly parsed as year 2015.","test_basicDate(org.joda.time.format.TestISODateTimeFormatParsing), test_basicDateTime(org.joda.time.format.TestISODateTimeFormatParsing), test_basicDateTimeNoMillis(org.joda.time.format.TestISODateTimeFormatParsing), test_basicOrdinalDate(org.joda.time.format.TestISODateTimeFormatParsing), test_basicOrdinalDateTime(org.joda.time.format.TestISODateTimeFormatParsing), test_basicOrdinalDateTimeNoMillis(org.joda.time.format.TestISODateTimeFormatParsing)",,,,, joda-time,v2.9,#321,0a357a84750ac43ca0d1a068099390eadbfc0f8a,yes,Better error message for interval constructor,,,,"None, but should be!",, joda-time,v2.9,#319,451e2c4f87e38076f8b768a6f59b4eab96744f3b,yes,Better error message for malformed tzdb files ,testCompileOnBrokenTimeZoneFile(org.joda.time.tz.TestCompiler) ,,,,, joda-time,v2.9,#315,0fb5db523fc753f00971c3bb9d8f5df2825ed73e,yes,Fix overflow bug in intervals,"testConstructor_long_long_minMax(org.joda.time.TestInterval_Constructors), testConstructor_long_long_min(org.joda.time.TestInterval_Constructors), testGetDuration3(org.joda.time.TestInterval_Basics)",,,,, joda-time,v2.9,"#288,#291",31ea144fd1fc493c2f2717d61b279c6caddae4db,yes," Without this fix, formatting a time-zone will print ""+00:00"" instead of ""GMT"" for the GMT time-zone","testGetName_berlin(org.joda.time.TestDateTimeZone), testGetShortName(org.joda.time.TestDateTimeZone), testGetShortName_berlin(org.joda.time.TestDateTimeZone), testGetName(org.joda.time.TestDateTimeZone), testZoneNameNearTransition(org.joda.time.format.TestDateTimeFormatter), testZoneShortNameNearTransition(org.joda.time.format.TestDateTimeFormatter), testFormat_zoneText(org.joda.time.format.TestDateTimeFormat), testFormat_zoneLongText(org.joda.time.format.TestDateTimeFormat), testForStyle_longTime(org.joda.time.format.TestDateTimeFormatStyle), testForStyle_longDateTime(org.joda.time.format.TestDateTimeFormatStyle), testForStyle_fullTime(org.joda.time.format.TestDateTimeFormatStyle), testForStyle_fullDateTime(org.joda.time.format.TestDateTimeFormatStyle), testForStyle_shortLongDateTime(org.joda.time.format.TestDateTimeFormatStyle), testForStyle_shortFullDateTime(org.joda.time.format.TestDateTimeFormatStyle), testForStyle_mediumLongDateTime(org.joda.time.format.TestDateTimeFormatStyle), testForStyle_mediumFullDateTime(org.joda.time.format.TestDateTimeFormatStyle), test_printParseShortName(org.joda.time.format.TestDateTimeFormatterBuilder), test_printParseShortNameWithLookup(org.joda.time.format.TestDateTimeFormatterBuilder), test_printParseShortNameWithAutoLookup(org.joda.time.format.TestDateTimeFormatterBuilder), test_printParseLongName(org.joda.time.format.TestDateTimeFormatterBuilder), test_printParseLongNameWithLookup(org.joda.time.format.TestDateTimeFormatterBuilder)",,,,, jsoup,jsoup-1.11.1,#951,c324fabe86c0a59eb635610dc85d8d7a7be25c74,yes,"Bugfix: after an element was cloned, changes to its child list where not notifying the element correctly.",,testNextElementSiblingAfterClone(org.jsoup.nodes.ElementTest),,,, jsoup,jsoup-1.11.1,#948,45111a152d6568c38c268b6460045ad60f7cdeff,yes,"The java.nio.charset.StandardCharsets class was added in Android API 19, Android version 4.4 only. Any older version of Android and we crash",,,,"None, but should be!",, jsoup,jsoup-1.11.1,#942,397a0caeb374c55b8dcb58e09d0faebb6e017252,yes,Bugfix: fixed an issue with unknown mixed-case tags,caseInsensitiveParseTree(org.jsoup.parser.HtmlParserTest),,,,, jsoup,jsoup-1.11.1,#918,51163017325cf175cda594faed991c05e9fdbe77,yes,Fixed IndexLessThan matches() to ignore root element and added tests moved unit tests for getElementsByIndexLessThan() and getElementsByIndexGreaterThan() to ElementTest.java,testRemoveBeforeIndex(org.jsoup.nodes.ElementTest),,,,, jsoup,jsoup-1.11.1,#916,c33ba536da04e5b22a1c2740ce38761300dd13a9,yes,"Bugfix: fixed an issue where the entity resources were left open after startup, causing a warning.",,,,"None, but should be!",, jsoup,jsoup-1.11.1,#906,195566fa6d4092c6983fbf497c37ae53a188fa90,yes," Bugfix: fixed an issue where a self-closing title, noframes, or style tag would cause the rest of the page to be incorrectly parsed as data or text.","handlesKnownEmptyStyle(org.jsoup.parser.HtmlParserTest), handlesKnownEmptyIframe(org.jsoup.parser.HtmlParserTest), handlesKnownEmptyNoFrames(org.jsoup.parser.HtmlParserTest)",,,,, jsoup,jsoup-1.11.1,#903,416ad294fb97f594c05dda7da53733cea59ab0ce,no,Bugfix: attributes with the same name but different case would be incorrectly treated as different attributes.,,,,"Not possible, as interfaces are changed too much",, jsoup,jsoup-1.11.1,#895,1fd04fdb7be9ac08369394ef85537ad0ccaa2064,yes,"In Jsoup.Connection, ensure there is no Content-Type set when being redirected to a GET.",,,,"None, but should be!",, jsoup,jsoup-1.11.1,#877,1203bd459fe137e78a2a6dc2969f3c4995b726ce,no," Bugfix: if a document was was redecoded after character set detection, the HTML parser was not reset correctly, which could lead to an incorrect DOM.",,,,"Not possible, as interfaces are changed too much",, jsoup,jsoup-1.11.1,#872,33deba9579c70e080db29d1efe31297451edf98c,yes,"In Jsoup.Connection, if a request body was set and the connection was redirected, the body would incorrectly still be sent.",,,,"None, but should be!",, jsoup,jsoup-1.11.1,#868,35bceca331e07938a9c4cd62d68e08740cd39575,yes,Bugfix: self-closing tags for known empty elements were incorrectly treated as errors.,"selfClosingOnNonvoidIsError(org.jsoup.parser.HtmlParserTest), selfClosingVoidIsNotAnError(org.jsoup.parser.HtmlParserTest), tracksErrorsWhenRequested(org.jsoup.parser.HtmlParserTest)",,,,, jsoup,jsoup-1.11.1,#834,91afa82cfd285b88999669aa55a725f7c75cc40a,yes,"In DataUtil when detecting the character set from meta data, and there are two Content-Types defined, use the one that defines a character set.",secondMetaElementWithContentTypeContainsCharsetParameter(org.jsoup.helper.DataUtilTest),,,,, jsoup,jsoup-1.11.1,#819,b934c5d3e30917de86796c89fcb7cd000f642a80,yes,"Bugfix: when parsing unknown tags in case-sensitive HTML mode, end tags would not close scope correctly.",caseSensitiveParseTree(org.jsoup.parser.HtmlParserTest),,,,, jsoup,jsoup-1.11.1,#814,83f01fd864e59fa69c894da06f4a15489222d401,no,"Bugfix: Element.hasClass() and the "".classname"" selector would not find the class attribute case-insensitively.",,,,"Not possible, as interfaces are changed too much",, jsoup,jsoup-1.11.1,#793,a623db776696c0e03f68e849147f6a0c57063c02,yes,"Bugfix: if an attribute name started or ended with a control character, the parse would fail with a validation exception.",handlesControlCodeInAttributeName(org.jsoup.parser.HtmlParserTest),handlesControlCharactersAfterTagName(org.jsoup.safety.CleanerTest),,,, jsoup,jsoup-1.11.1,#759,2c58e975ab00eb369ee3dfbba07a4a78a1ef9e19,no,Bugfix: removing attributes from an Element with removeAttr() would cause a ConcurrentModificationException.,,,,"Not possible, as interfaces are changed too much",, jsoup,jsoup-1.11.1,#756,84ffc4b73ca48ebe2423eac7a5f7b0aaa6c93aad,yes,Fixed an issue in connections with a requestBody where a custom content-type header could be ignored.,"sendsRequestBody(org.jsoup.integration.ConnectTest), sendsRequestBodyJsonWithoutData(org.jsoup.integration.ConnectTest)",,,,, jsoup,jsoup-1.11.1,#746,f0f0e41e6c581de43dfaa98f5c2af52e43e42e62,yes,Fixed an issue where attribute names starting with a slash would be parsed incorrectly.,"handlesControlCodeInAttributeName(org.jsoup.parser.HtmlParserTest), dropsSlashFromAttributeName(org.jsoup.parser.AttributeParseTest)",,,,, jsoup,jsoup-1.11.1,#727,ec48e0cc39d86f95f7b9184aeb1891d721109e55,yes,Fixed an OOB exception when loading an empty-body URL and parsing with the XML parser.,,,,"None, but should be!",, jsoup,jsoup-1.11.1,#721,f148f88de365c50eea28d3e14093e13c33104483,yes,"Fixed an issue when converting to the W3CDom XML, where valid (but ugly) HTML attribute names containing characters like '""' could not be converted into valid XML attribute names. These attribute names are now normalized if possible, or not added to the XML DOM.",,handlesInvalidAttributeNames(org.jsoup.helper.W3CDomTest) ,,,, jsoup,jsoup-1.11.1,#706,2cad0592106c30b04fe328b3989af619dcb6a49c,no,"Bugfix: in Jsoup.Connect, URLs containing non-URL-safe characters were not encoded to URL safe correctly.",,,,"Not possible, as interfaces are changed too much",, jsoup,jsoup-1.11.1,#408,c28e5bf53a9ce9e32ab84ce2e6eba87ec747d1a0,yes," Bugfix - a ""SYSTEM"" flag in doctype tags would be incorrectly removed.",testRoundTrip(org.jsoup.nodes.DocumentTypeTest) ,,"outerHtmlGeneration(org.jsoup.nodes.DocumentTypeTest), constructorValidationOkWithBlankName(org.jsoup.nodes.DocumentTypeTest), constructorValidationOkWithBlankPublicAndSystemIds(org.jsoup.nodes.DocumentTypeTest), constructorValidationThrowsExceptionOnNulls(org.jsoup.nodes.DocumentTypeTest)",,, jsoup,jsoup-1.11.1,#256,7ba0ee75547878ddccc5ab50777b67c712aa73e4,no," Bugfix: in certain locales (Turkey specifically), lowercasing and case insensitivity could fail for specific items.",,,,"Not possible, as interfaces are changed too much",, mybatis-3,mybatis-3.4.0,#591,b3f0e9f876402d383758a1d5c55aedd7ba72e5f6,yes,"TypeHandlerRegistry#getTypeHandler() now returns a type handler if it's the only choice for a specified javaType regardless of jdbcType it is mapped to. When there are multiple type handlers mapped to a single javaType, one of them must be mapped to null jdbcType.",,"shouldApplyTypeHandlerOnReturnTypeWithJdbcTypeSpecified(org.apache.ibatis.submitted.typehandler.TypeHandlerTest), shouldApplyTypeHandlerUsingConstructor(org.apache.ibatis.submitted.typehandler.TypeHandlerTest), shouldPickSoleTypeHandlerOnXmlResultMap(org.apache.ibatis.submitted.typehandler.TypeHandlerTest), shouldPickSameTypeHandlerMappedToDifferentJdbcTypes(org.apache.ibatis.submitted.typehandler.TypeHandlerTest), shouldGetAUser(org.apache.ibatis.submitted.typehandler.TypeHandlerTest), shouldApplyTypeHandlerWithJdbcTypeSpecified(org.apache.ibatis.submitted.typehandler.TypeHandlerTest), shouldApplyTypeHandlerOnGeneratedKey(org.apache.ibatis.submitted.typehandler.TypeHandlerTest)",,,, mybatis-3,mybatis-3.4.0,#556,7ec3430a3a11737d80c6d8a2e93ca956132bdf5a,yes,Passing JDBC type when getting type handler for generated keys.,,,,"None, but should be!",, mybatis-3,mybatis-3.4.0,#542,0f01892fcbecb8216a28a4f4cf970c807c2ae957,yes,Bad connection issue if autoCommit = false,,,,"None, but should be!",, mybatis-3,mybatis-3.4.0,#494,01e1453089d36c43c6d72fcf1365a854b11c6924,yes,ONGL Expression can't support char '}' ecscape,shouldDemonstrateGenericTokenReplacement(org.apache.ibatis.parsing.GenericTokenParserTest),shouldHandleOgnlExpression(org.apache.ibatis.builder.xml.dynamic.DynamicSqlSourceTest),,,, mybatis-3,mybatis-3.4.0,#492,610e55290768d80ee6cb5401db2fe7ae81987709,yes, fixes #492 Avoid NPE when CallableStatement#getObject(int parameterIndex) returned null.,,,,"None, but should be!",, mybatis-3,mybatis-3.4.0,#421,ff8db5c314a598564cb5bafb62db6dbbcd5699bb,yes,Objects instantiated when all fields in a ResultMap are null,testWithEmptyList(org.apache.ibatis.submitted.emptycollection.DaoTest),,,,, mybatis-3,mybatis-3.4.0,#405,283d91e195d6d7286ce03765c4ace82639101f78,yes, fixes #405 Changed the type of flushCache in @Options from boolean to enum FlushCachePolicy.,,"shouldApplyFlushCacheOptions(org.apache.ibatis.submitted.cache.CacheTest), shouldInsertWithOptionsFlushesCache(org.apache.ibatis.submitted.cache.CacheTest), testplan1(org.apache.ibatis.submitted.cache.CacheTest), testplan2(org.apache.ibatis.submitted.cache.CacheTest), testplan3(org.apache.ibatis.submitted.cache.CacheTest)",,,, mybatis-3,mybatis-3.4.0,#39,95895546e6ac57d466c4915c233f36c980075f35,yes, NestedResultSetHandler.handleRowValues discarding row,testGetPersonItemPairs(org.apache.ibatis.submitted.nestedresulthandler.NestedResultHandlerTest),,,,, mybatis-3,mybatis-3.4.0,#307,6eda238b40f6e6bfebb79ebc6e9c0bc958095acd,yes,null value returned by DefaultResultSetHandler,"shouldCallNullOnMapForSingleColumnWithResultMap(org.apache.ibatis.submitted.call_setters_on_nulls.CallSettersOnNullsTest), failure(org.apache.ibatis.submitted.nestedresulthandler_multiple_association.NestedResultHandlerMultipleAssociationTest)",,,,, zxing,zxing-3.3.0,#642,b708f95a871534684d742406aa2918218ea72973,yes,Core: Aztec decoding incorrect for codes with U/S B/S,testBlackBox(com.google.zxing.aztec.AztecBlackBox1TestCase) ,,,,, zxing,zxing-3.3.0,#610,1a5b739cdc7a01d4f943ebd962729ad949b97d2e,yes,Closes #610 : avoid AIOOBE in pure-barcode mode for obviously wrong case,,"testBlackBox(com.google.zxing.qrcode.QRCodeBlackBox4TestCase), testBlackBox(com.google.zxing.qrcode.QRCodeBlackBox3TestCase), testBlackBox(com.google.zxing.qrcode.QRCodeBlackBox1TestCase), testBlackBox(com.google.zxing.qrcode.QRCodeBlackBox2TestCase), testBlackBox(com.google.zxing.oned.EAN13BlackBox4TestCase), testBlackBox(com.google.zxing.oned.UPCABlackBox6BlurryTestCase), testBlackBox(com.google.zxing.oned.UPCABlackBox3ReflectiveTestCase), testBlackBox(com.google.zxing.oned.EAN13BlackBox2TestCase), testBlackBox(com.google.zxing.oned.UPCEBlackBox2TestCase), testBlackBox(com.google.zxing.oned.UPCABlackBox5TestCase), testBlackBox(com.google.zxing.oned.rss.RSS14BlackBox1TestCase), testBlackBox(com.google.zxing.oned.rss.expanded.RSSExpandedStackedBlackBox2TestCase), testBlackBox(com.google.zxing.oned.Code128BlackBox2TestCase), testBlackBox(com.google.zxing.oned.rss.expanded.RSSExpandedStackedBlackBox1TestCase), testBlackBox(com.google.zxing.oned.UPCABlackBox2TestCase), testBlackBox(com.google.zxing.oned.UPCABlackBox4TestCase), testBlackBox(com.google.zxing.oned.EAN13BlackBox3TestCase)",,,, zxing,zxing-3.3.0,#607,6cdc7493d57ddb3bc82bdc28523d961ad138600e,yes,Closes Issue #607 : guard against very narrow images which would otherwise cause an exception,,,,"None, but should be!",, zxing,zxing-3.3.0,#593,"f0dfcdfed5c97adb5a80d1d74eca46a9014e2c95, cc16a72c85e4958ce406af9547764e5eee9adb6e",yes,The Code128 encoding algorithm failed when an odd number of digits were followed by FNC1 and other digits.,testEncodeWithFunc1(com.google.zxing.oned.Code128WriterTestCase),testRoundtrip(com.google.zxing.oned.Code128WriterTestCase),,,, zxing,zxing-3.3.0,#496,9910fcfaa9be4e3c81efe7febdb121d59baa07e9,yes,Closes issue #496 : correct checksum for certain Code 39 inputs,,,,"None, but should be!",, zxing,zxing-3.3.0,#449,c44ee5e5875fefbb0b753eb1932e15404d5702cb,yes,PDF417 decode error,testBlackBox(com.google.zxing.pdf417.PDF417BlackBox1TestCase),,,Need to add throws declarations so that the code gets compiled,, zxing,zxing-3.3.0,#428,c1c2fcfbb098d8b2b422415cbbcfe61791556c01,yes,Issue #428 Fix Code 93 escapes above %F,,,,"None, but should be!",, zxing,zxing-3.3.0,#412,3b8ab085d878727f4ad0c08aa468993cfc9326d6,yes,Fixed a bug when calling String.substring,,testEncodeIso88591WithSpecialChars(com.google.zxing.pdf417.encoder.PDF417EncoderTestCase) ,,,, zxing,zxing-3.3.0,#394,faee6728895669e64a9ef7b6b7b014d59f37429b,yes,Multibyte characters are not handled properly in PDF417 encoder,,testEncodeAutoWithSpecialChars(com.google.zxing.pdf417.encoder.PDF417EncoderTestCase) ,,,,