netty5/common/src/main/java/io/netty/util/internal
Soner Kaya f9cadc0a8c When System property is empty use def value.
Motivation:

When system property is empty, the default value should be used.

Modification:

- Correctly use the default value in all cases
- Add unit tests

Result:

Correct behaviour
2017-11-23 19:45:37 +01:00
..
logging log in PatternLayout (%F:%L)%c.%M 2017-09-14 14:51:20 -07:00
AppendableCharSequence.java AppendableCharSequence not to depend upon IndexOutOfBoundsException for resize 2017-06-12 12:42:20 -07:00
Cleaner.java Allow to free direct buffers on java9 again 2017-04-17 19:40:52 +02:00
CleanerJava6.java Allow to free direct buffers on java9 again 2017-04-17 19:40:52 +02:00
CleanerJava9.java Allow to free direct buffers on java9 again 2017-04-17 19:40:52 +02:00
ConcurrentSet.java [#1535] Remove Channel.id() and so fix the possible leakage of the previous used Channel id map 2013-07-08 14:07:18 +02:00
ConstantTimeUtils.java NetUtil IPv6 bugs related to IPv4 and compression 2017-04-25 15:10:38 -07:00
DefaultPriorityQueue.java Use Netty's DefaultPriorityQueue instead of JDK's PriorityQueue for scheduled tasks 2017-11-10 23:09:32 -08:00
EmptyArrays.java New native transport for kqueue 2017-05-03 09:53:22 -07:00
EmptyPriorityQueue.java Use Netty's DefaultPriorityQueue instead of JDK's PriorityQueue for scheduled tasks 2017-11-10 23:09:32 -08:00
IntegerHolder.java Refactor FastThreadLocal to simplify TLV management 2014-06-19 21:13:55 +09:00
InternalThreadLocalMap.java Make configurable the initial and max size of InternalThreadLocalMap#stringBuilder 2017-08-14 13:27:58 -07:00
LongAdderCounter.java Remove backports of JDK8 classes 2017-02-15 20:44:23 +01:00
LongCounter.java Expose metrics for PooledByteBufAllocator 2015-05-20 21:06:17 +02:00
MacAddressUtil.java Move methods for decode hex dump into StringUtil 2017-06-23 18:52:42 +02:00
MathUtil.java Cleanup ChannelId handling of basic methods 2017-02-15 11:53:36 -08:00
NativeLibraryLoader.java Support running Netty in bootstrap class loader 2017-10-29 13:13:19 +01:00
NativeLibraryUtil.java Fix the tcnative lib loading problem in OSGi 2016-08-16 14:06:01 +02:00
NoOpTypeParameterMatcher.java Use byte code generation if Javassist is available. 2013-02-08 21:45:14 +09:00
ObjectUtil.java Cleanup : removed unnecessary 'continue', explicit array creation, unwrapping 2017-02-10 12:25:01 +01:00
OutOfDirectMemoryError.java Allow to create Unsafe ByteBuf implementations that not use a Cleaner to clean the native memory. 2016-06-03 21:20:10 +02:00
package-info.java Update license headers 2012-06-04 13:31:44 -07:00
PendingWrite.java fix the typos 2017-04-20 04:56:09 +02:00
PlatformDependent0.java Include more detail why Unsafe is not available 2017-08-29 22:02:06 +02:00
PlatformDependent.java Only load native transport if running architecture match the compiled library architecture. 2017-09-04 13:34:55 +02:00
PriorityQueue.java Use Netty's DefaultPriorityQueue instead of JDK's PriorityQueue for scheduled tasks 2017-11-10 23:09:32 -08:00
PriorityQueueNode.java HTTP/2 Non Active Stream RFC Corrections 2017-02-01 10:34:27 -08:00
PromiseNotificationUtil.java Log more details if notification of promise fails in PromiseNotifier and AbstractChannelHandlerContext 2016-09-07 06:55:38 +02:00
ReadOnlyIterator.java Allow to get an Iterator over all of the EventExecutor an EventExecutorGroup contains. Beside this allow to get basic stats for the EventExecutor like pendingTasks and executorCount 2013-04-09 15:45:18 +09:00
RecyclableArrayList.java Mark Recycler.recycle(...) deprecated and update usage. 2016-05-20 22:11:31 +02:00
ReflectionUtil.java Initialization of PlatformDependent0 fails on Java 9 2017-02-14 10:15:27 +01:00
SocketUtils.java DnsNameResolver.resolve*(...) never notifies the Future when empty hostname is used. 2017-01-24 21:21:49 +01:00
StringUtil.java various errorprone fixes. 2017-08-23 12:49:58 +02:00
SystemPropertyUtil.java When System property is empty use def value. 2017-11-23 19:45:37 +01:00
ThreadLocalRandom.java Use SystemPropertyUtil to access system properties 2017-03-19 08:09:29 -07:00
ThrowableUtil.java Propagate all exceptions when loading native code 2017-10-04 08:45:27 +02:00
TypeParameterMatcher.java fix the typos 2017-04-20 04:56:09 +02:00
UnpaddedInternalThreadLocalMap.java Speed up the slow path of FastThreadLocal 2016-03-23 11:36:16 +01:00
UnstableApi.java Fix typo in UnstableApi javadocs 2016-10-03 11:04:19 +02:00