netty5/common/src/test/java/io/netty/util
Antony T Curtis 188c927576 AsciiString contentEqualsIgnoreCase fails when arrayOffset is non-zero (#9477)
Motivation:

AsciiString.contentEqualsIgnoreCase may return true for non-matching strings of equal length when offset is non zero.

Modifications:

- Correctly take offset into account
- Add unit test

Result: 

Fixes #9475
2019-08-17 09:57:40 +02:00
..
concurrent remove unused imports (#9287) 2019-06-26 21:16:16 +02:00
internal optimize some code (#9289) 2019-06-28 13:49:24 +02:00
AbstractReferenceCountedTest.java migrate java8: use lambda and method reference (#8781) 2019-01-29 14:06:05 +01:00
AsciiStringCharacterTest.java AsciiString contentEqualsIgnoreCase fails when arrayOffset is non-zero (#9477) 2019-08-17 09:57:40 +02:00
AsciiStringMemoryTest.java Java 8 migration: Use diamond operator (#8749) 2019-01-22 16:07:26 +01:00
AttributeKeyTest.java Allow to get existing ChannelOption / AttributeKey from String 2015-02-18 09:29:37 +01:00
ConstantPoolTest.java migrate java8: use lambda and method reference (#8781) 2019-01-29 14:06:05 +01:00
DefaultAttributeMapTest.java Fix misordered 'assertEquals' arguments in tests 2017-03-08 22:48:37 -08:00
DomainNameMappingTest.java Java 8 migration: Use diamond operator (#8749) 2019-01-22 16:07:26 +01:00
HashedWheelTimerTest.java migrate java8: use lambda and method reference (#8781) 2019-01-29 14:06:05 +01:00
NettyRuntimeTests.java migrate java8: use lambda and method reference (#8781) 2019-01-29 14:06:05 +01:00
NetUtilTest.java Move methods for decode hex dump into StringUtil 2017-06-23 18:52:42 +02:00
RecyclerTest.java migrate java8: use lambda and method reference (#8781) 2019-01-29 14:06:05 +01:00
ResourceLeakDetectorTest.java Java 8 migration: Use diamond operator (#8749) 2019-01-22 16:07:26 +01:00
ThreadDeathWatcherTest.java migrate java8: use lambda and method reference (#8781) 2019-01-29 14:06:05 +01:00