JAR Health Check Report
=======================

Binary Compatibility
--------------------
Compatibility issues between JAR files.

Artifact         | Issues
-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------
hazelcast        | com.hazelcast.cache.BackupAwareEntryProcessor
                 | • Interface not found: javax.cache.processor.EntryProcessor
                 | • Class not found: javax.cache.processor.EntryProcessor (package not found)
                 |
                 | com.hazelcast.cache.CacheEventType
                 | • Class not found: javax.cache.event.EventType (package not found)
                 |
                 | com.hazelcast.cache.HazelcastCacheManager
                 | • Interface not found: javax.cache.CacheManager
                 | • Class not found: javax.cache.CacheManager (package not found)
                 |
                 | com.hazelcast.cache.HazelcastCachingProvider
                 | • Interface not found: javax.cache.spi.CachingProvider
                 | • Class not found: javax.cache.CacheException (package not found)
                 | • Class not found: javax.cache.CacheManager (package not found)
                 | • Class not found: javax.cache.configuration.OptionalFeature (package not found)
                 | • Class not found: javax.cache.spi.CachingProvider (package not found)
                 |
                 | com.hazelcast.cache.HazelcastExpiryPolicy
                 | • Interface not found: javax.cache.expiry.ExpiryPolicy
                 | • Class not found: javax.cache.expiry.Duration (package not found)
                 | • Class not found: javax.cache.expiry.ExpiryPolicy (package not found)
                 |
                 | com.hazelcast.cache.ICache
                 | • Interface not found: javax.cache.Cache
                 | • Class not found: javax.cache.Cache (package not found)
                 | • Class not found: javax.cache.Cache$Entry (package not found)
                 | • Class not found: javax.cache.expiry.ExpiryPolicy (package not found)
                 |
                 | com.hazelcast.cache.impl.AbstractCacheProxy
                 | • Class not found: javax.cache.CacheException (package not found)
                 | • Class not found: javax.cache.expiry.ExpiryPolicy (package not found)
                 |
                 | com.hazelcast.cache.impl.AbstractCacheProxyBase
                 | • Class not found: javax.cache.CacheException (package not found)
                 |
                 | com.hazelcast.cache.impl.AbstractCacheProxyBase$LoadAllTask
                 | • Class not found: javax.cache.CacheException (package not found)
                 | • Class not found: javax.cache.integration.CompletionListener (package not found)
                 |
                 | com.hazelcast.cache.impl.AbstractCacheRecordStore
                 | • Class not found: javax.cache.Cache$Entry (package not found)
                 | • Class not found: javax.cache.configuration.Factory (package not found)
                 | • Class not found: javax.cache.expiry.Duration (package not found)
                 | • Class not found: javax.cache.expiry.ExpiryPolicy (package not found)
                 | • Class not found: javax.cache.integration.CacheLoader (package not found)
                 | • Class not found: javax.cache.integration.CacheLoaderException (package not found)
                 | • Class not found: javax.cache.integration.CacheWriter (package not found)
                 | • Class not found: javax.cache.integration.CacheWriterException (package not found)
                 | • Class not found: javax.cache.processor.EntryProcessor (package not found)
                 | • Class not found: javax.cache.processor.MutableEntry (package not found)
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 | • Annotation not found: javax.annotation.Nonnull (package found)
                 |
                 | com.hazelcast.cache.impl.AbstractCacheService
                 | • Class not found: javax.cache.CacheException (package not found)
                 | • Class not found: javax.cache.configuration.CacheEntryListenerConfiguration (package not found)
                 | • Class not found: javax.cache.event.CacheEntryListener (package not found)
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.cache.impl.AbstractClusterWideIterator
                 | • Class not found: javax.cache.Cache$Entry (package not found)
                 | • Method not found: java.lang.Object com.hazelcast.cache.impl.ICacheInternal.get(java.lang.Object)
                 | > com.hazelcast.cache.impl.ICacheInternal (method not found)
                 | > com.hazelcast.cache.ICache (method not found)
                 | > javax.cache.Cache (class not found)
                 | > com.hazelcast.core.PrefixedDistributedObject (method not found)
                 | > com.hazelcast.core.DistributedObject (method not found)
                 | > java.lang.Object (method not found)
                 | • Method not found: boolean com.hazelcast.cache.impl.ICacheInternal.isClosed()
                 | > com.hazelcast.cache.impl.ICacheInternal (method not found)
                 | > com.hazelcast.cache.ICache (method not found)
                 | > javax.cache.Cache (class not found)
                 | > com.hazelcast.core.PrefixedDistributedObject (method not found)
                 | > com.hazelcast.core.DistributedObject (method not found)
                 | > java.lang.Object (method not found)
                 | • Method not found: boolean com.hazelcast.cache.impl.ICacheInternal.remove(java.lang.Object)
                 | > com.hazelcast.cache.impl.ICacheInternal (method not found)
                 | > com.hazelcast.cache.ICache (method not found)
                 | > javax.cache.Cache (class not found)
                 | > com.hazelcast.core.PrefixedDistributedObject (method not found)
                 | > com.hazelcast.core.DistributedObject (method not found)
                 | > java.lang.Object (method not found)
                 |
                 | com.hazelcast.cache.impl.AbstractHazelcastCacheManager
                 | • Class not found: javax.cache.Cache (package not found)
                 | • Class not found: javax.cache.CacheException (package not found)
                 | • Class not found: javax.cache.configuration.CacheEntryListenerConfiguration (package not found)
                 | • Class not found: javax.cache.configuration.CompleteConfiguration (package not found)
                 | • Class not found: javax.cache.configuration.Configuration (package not found)
                 | • Class not found: javax.cache.spi.CachingProvider (package not found)
                 | • Method not found: void com.hazelcast.cache.impl.ICacheInternal.close()
                 | > com.hazelcast.cache.impl.ICacheInternal (method not found)
                 | > com.hazelcast.cache.ICache (method not found)
                 | > javax.cache.Cache (class not found)
                 | > com.hazelcast.core.PrefixedDistributedObject (method not found)
                 | > com.hazelcast.core.DistributedObject (method not found)
                 | > java.lang.Object (method not found)
                 | • Method not found: javax.cache.configuration.Configuration com.hazelcast.cache.impl.ICacheInternal.getConfiguration(java.lang.Class)
                 | > com.hazelcast.cache.impl.ICacheInternal (method not found)
                 | > com.hazelcast.cache.ICache (method not found)
                 | > javax.cache.Cache (class not found)
                 | > com.hazelcast.core.PrefixedDistributedObject (method not found)
                 | > com.hazelcast.core.DistributedObject (method not found)
                 | > java.lang.Object (method not found)
                 | • Method not found: boolean com.hazelcast.cache.impl.ICacheInternal.isClosed()
                 | > com.hazelcast.cache.impl.ICacheInternal (method not found)
                 | > com.hazelcast.cache.ICache (method not found)
                 | > javax.cache.Cache (class not found)
                 | > com.hazelcast.core.PrefixedDistributedObject (method not found)
                 | > com.hazelcast.core.DistributedObject (method not found)
                 | > java.lang.Object (method not found)
                 |
                 | com.hazelcast.cache.impl.AbstractHazelcastCachingProvider
                 | • Interface not found: javax.cache.spi.CachingProvider
                 | • Class not found: javax.cache.CacheException (package not found)
                 | • Class not found: javax.cache.CacheManager (package not found)
                 | • Class not found: javax.cache.configuration.OptionalFeature (package not found)
                 | • Class not found: javax.cache.spi.CachingProvider (package not found)
                 |
                 | com.hazelcast.cache.impl.AbstractHazelcastCachingProvider$1
                 | • Class not found: javax.cache.configuration.OptionalFeature (package not found)
                 |
                 | com.hazelcast.cache.impl.AbstractInternalCacheProxy
                 | • Class not found: javax.cache.CacheException (package not found)
                 | • Class not found: javax.cache.CacheManager (package not found)
                 | • Class not found: javax.cache.configuration.CacheEntryListenerConfiguration (package not found)
                 | • Class not found: javax.cache.expiry.ExpiryPolicy (package not found)
                 |
                 | com.hazelcast.cache.impl.CacheEntry
                 | • Interface not found: javax.cache.Cache$Entry
                 | • Class not found: javax.cache.Cache$Entry (package not found)
                 |
                 | com.hazelcast.cache.impl.CacheEntryEventImpl
                 | • Superclass not found: javax.cache.event.CacheEntryEvent
                 | • Class not found: javax.cache.Cache (package not found)
                 | • Class not found: javax.cache.event.CacheEntryEvent (package not found)
                 | • Class not found: javax.cache.event.EventType (package not found)
                 | • Method not found: javax.cache.event.EventType com.hazelcast.cache.impl.CacheEntryEventImpl.getEventType()
                 | > com.hazelcast.cache.impl.CacheEntryEventImpl (method not found)
                 | > javax.cache.event.CacheEntryEvent (class not found)
                 | • Method not found: javax.cache.Cache com.hazelcast.cache.impl.CacheEntryEventImpl.getSource()
                 | > com.hazelcast.cache.impl.CacheEntryEventImpl (method not found)
                 | > javax.cache.event.CacheEntryEvent (class not found)
                 |
                 | com.hazelcast.cache.impl.CacheEntryListenerProvider
                 | • Class not found: javax.cache.event.CacheEntryListener (package not found)
                 |
                 | com.hazelcast.cache.impl.CacheEntryProcessorEntry
                 | • Interface not found: javax.cache.processor.MutableEntry
                 | • Class not found: javax.cache.configuration.Factory (package not found)
                 | • Class not found: javax.cache.expiry.ExpiryPolicy (package not found)
                 | • Class not found: javax.cache.processor.MutableEntry (package not found)
                 |
                 | com.hazelcast.cache.impl.CacheEntryProcessorResult
                 | • Interface not found: javax.cache.processor.EntryProcessorResult
                 | • Class not found: javax.cache.processor.EntryProcessorException (package not found)
                 | • Class not found: javax.cache.processor.EntryProcessorResult (package not found)
                 |
                 | com.hazelcast.cache.impl.CacheEventListenerAdaptor
                 | • Class not found: javax.cache.configuration.CacheEntryListenerConfiguration (package not found)
                 | • Class not found: javax.cache.configuration.Factory (package not found)
                 | • Class not found: javax.cache.event.CacheEntryCreatedListener (package not found)
                 | • Class not found: javax.cache.event.CacheEntryEvent (package not found)
                 | • Class not found: javax.cache.event.CacheEntryEventFilter (package not found)
                 | • Class not found: javax.cache.event.CacheEntryExpiredListener (package not found)
                 | • Class not found: javax.cache.event.CacheEntryListener (package not found)
                 | • Class not found: javax.cache.event.CacheEntryRemovedListener (package not found)
                 | • Class not found: javax.cache.event.CacheEntryUpdatedListener (package not found)
                 | • Class not found: javax.cache.event.EventType (package not found)
                 |
                 | com.hazelcast.cache.impl.CacheMXBeanImpl
                 | • Interface not found: javax.cache.management.CacheMXBean
                 | • Class not found: javax.cache.management.CacheMXBean (package not found)
                 |
                 | com.hazelcast.cache.impl.CacheOperationProvider
                 | • Class not found: javax.cache.expiry.ExpiryPolicy (package not found)
                 | • Class not found: javax.cache.processor.EntryProcessor (package not found)
                 |
                 | com.hazelcast.cache.impl.CacheProxy
                 | • Class not found: javax.cache.Cache$Entry (package not found)
                 | • Class not found: javax.cache.CacheException (package not found)
                 | • Class not found: javax.cache.CacheManager (package not found)
                 | • Class not found: javax.cache.configuration.CacheEntryListenerConfiguration (package not found)
                 | • Class not found: javax.cache.configuration.Configuration (package not found)
                 | • Class not found: javax.cache.expiry.ExpiryPolicy (package not found)
                 | • Class not found: javax.cache.integration.CompletionListener (package not found)
                 | • Class not found: javax.cache.processor.EntryProcessor (package not found)
                 | • Class not found: javax.cache.processor.EntryProcessorException (package not found)
                 |
                 | com.hazelcast.cache.impl.CacheStatisticsMXBeanImpl
                 | • Interface not found: javax.cache.management.CacheStatisticsMXBean
                 | • Class not found: javax.cache.management.CacheStatisticsMXBean (package not found)
                 |
                 | com.hazelcast.cache.impl.ClusterWideIterator
                 | • Class not found: javax.cache.Cache$Entry (package not found)
                 |
                 | com.hazelcast.cache.impl.DefaultOperationProvider
                 | • Class not found: javax.cache.expiry.ExpiryPolicy (package not found)
                 | • Class not found: javax.cache.processor.EntryProcessor (package not found)
                 |
                 | com.hazelcast.cache.impl.HazelcastServerCacheManager
                 | • Class not found: javax.cache.spi.CachingProvider (package not found)
                 |
                 | com.hazelcast.cache.impl.ICacheInternal
                 | • Class not found: javax.cache.Cache$Entry (package not found)
                 | • Class not found: javax.cache.configuration.CacheEntryListenerConfiguration (package not found)
                 |
                 | com.hazelcast.cache.impl.ICacheRecordStore
                 | • Class not found: javax.cache.expiry.ExpiryPolicy (package not found)
                 | • Class not found: javax.cache.processor.EntryProcessor (package not found)
                 |
                 | com.hazelcast.cache.impl.LatencyTrackingCacheLoader
                 | • Interface not found: javax.cache.integration.CacheLoader
                 | • Class not found: javax.cache.integration.CacheLoader (package not found)
                 | • Class not found: javax.cache.integration.CacheLoaderException (package not found)
                 |
                 | com.hazelcast.cache.impl.LatencyTrackingCacheWriter
                 | • Interface not found: javax.cache.integration.CacheWriter
                 | • Class not found: javax.cache.Cache$Entry (package not found)
                 | • Class not found: javax.cache.integration.CacheWriter (package not found)
                 | • Class not found: javax.cache.integration.CacheWriterException (package not found)
                 |
                 | com.hazelcast.cache.impl.MXBeanUtil
                 | • Class not found: javax.cache.CacheException (package not found)
                 |
                 | com.hazelcast.cache.impl.journal.CacheEventJournalReadResultSetImpl$1
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.cache.impl.journal.CacheEventJournalReadResultSetImpl$ProjectionAdapter
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.cache.impl.journal.DeserializingEventJournalCacheEvent
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.cache.impl.operation.CacheBackupEntryProcessorOperation
                 | • Class not found: javax.cache.processor.EntryProcessor (package not found)
                 |
                 | com.hazelcast.cache.impl.operation.CacheClearOperation
                 | • Class not found: javax.cache.CacheException (package not found)
                 |
                 | com.hazelcast.cache.impl.operation.CacheEntryProcessorOperation
                 | • Class not found: javax.cache.processor.EntryProcessor (package not found)
                 |
                 | com.hazelcast.cache.impl.operation.CacheGetAllOperation
                 | • Class not found: javax.cache.expiry.ExpiryPolicy (package not found)
                 |
                 | com.hazelcast.cache.impl.operation.CacheGetAllOperationFactory
                 | • Class not found: javax.cache.expiry.ExpiryPolicy (package not found)
                 |
                 | com.hazelcast.cache.impl.operation.CacheGetAndReplaceOperation
                 | • Class not found: javax.cache.expiry.ExpiryPolicy (package not found)
                 |
                 | com.hazelcast.cache.impl.operation.CacheGetOperation
                 | • Class not found: javax.cache.expiry.ExpiryPolicy (package not found)
                 |
                 | com.hazelcast.cache.impl.operation.CacheListenerRegistrationOperation
                 | • Class not found: javax.cache.configuration.CacheEntryListenerConfiguration (package not found)
                 |
                 | com.hazelcast.cache.impl.operation.CacheLoadAllOperation
                 | • Class not found: javax.cache.CacheException (package not found)
                 |
                 | com.hazelcast.cache.impl.operation.CacheMergeOperationFactory
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.cache.impl.operation.CachePutAllOperation
                 | • Class not found: javax.cache.expiry.ExpiryPolicy (package not found)
                 |
                 | com.hazelcast.cache.impl.operation.CachePutIfAbsentOperation
                 | • Class not found: javax.cache.expiry.ExpiryPolicy (package not found)
                 |
                 | com.hazelcast.cache.impl.operation.CachePutOperation
                 | • Class not found: javax.cache.expiry.ExpiryPolicy (package not found)
                 |
                 | com.hazelcast.cache.impl.operation.CacheRemoveAllOperation
                 | • Class not found: javax.cache.CacheException (package not found)
                 |
                 | com.hazelcast.cache.impl.operation.CacheReplaceOperation
                 | • Class not found: javax.cache.expiry.ExpiryPolicy (package not found)
                 |
                 | com.hazelcast.cache.impl.record.AbstractCacheRecord
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.cache.impl.record.CacheObjectRecord
                 | • Class not found: javax.cache.expiry.ExpiryPolicy (package not found)
                 |
                 | com.hazelcast.cache.impl.record.CacheRecordHashMap$CacheEvictableSamplingEntry
                 | • Class not found: javax.cache.expiry.ExpiryPolicy (package not found)
                 |
                 | com.hazelcast.client.impl.MemberImpl
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.ClientExceptions
                 | • Class not found: javax.cache.CacheException (package not found)
                 | • Class not found: javax.cache.integration.CacheLoaderException (package not found)
                 | • Class not found: javax.cache.integration.CacheWriterException (package not found)
                 | • Class not found: javax.cache.processor.EntryProcessorException (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.DefaultMessageTaskFactoryProvider
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.AtomicLongAddAndGetCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.AtomicLongAlterAndGetCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.AtomicLongAlterCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.AtomicLongApplyCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.AtomicLongCompareAndSetCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.AtomicLongDecrementAndGetCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.AtomicLongGetAndAddCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.AtomicLongGetAndAlterCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.AtomicLongGetAndIncrementCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.AtomicLongGetAndSetCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.AtomicLongGetCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.AtomicLongIncrementAndGetCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.AtomicLongSetCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.AtomicReferenceAlterAndGetCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.AtomicReferenceAlterCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.AtomicReferenceApplyCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.AtomicReferenceClearCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.AtomicReferenceCompareAndSetCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.AtomicReferenceContainsCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.AtomicReferenceGetAndAlterCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.AtomicReferenceGetAndSetCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.AtomicReferenceGetCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.AtomicReferenceIsNullCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.AtomicReferenceSetAndGetCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.AtomicReferenceSetCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.CacheAddEntryListenerCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.CacheAddInvalidationListenerCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.CacheAddNearCacheInvalidationListenerCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.CacheAddPartitionLostListenerCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.CacheAssignAndGetUuidsCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.CacheClearCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.CacheContainsKeyCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.CacheCreateConfigCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.CacheDestroyCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.CacheEntryProcessorCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.CacheEventJournalReadCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.CacheEventJournalSubscribeCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.CacheFetchNearCacheInvalidationMetadataCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.CacheGetAllCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.CacheGetAndRemoveCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.CacheGetAndReplaceCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.CacheGetCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.CacheGetConfigCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.CacheIterateCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.CacheIterateEntriesCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.CacheListenerRegistrationCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.CacheLoadAllCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.CacheManagementConfigCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.CachePutAllCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.CachePutCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.CachePutIfAbsentCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.CacheRemoveAllCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.CacheRemoveAllKeysCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.CacheRemoveCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.CacheRemoveEntryListenerCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.CacheRemoveInvalidationListenerCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.CacheRemovePartitionLostListenerCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.CacheReplaceCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.CacheSetExpiryPolicyCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.CacheSizeCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.CardinalityEstimatorAddCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.CardinalityEstimatorEstimateCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ClientAddDistributedObjectListenerCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ClientAddMembershipListenerCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ClientAddPartitionListenerCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ClientAddPartitionLostListenerCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ClientAuthenticationCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ClientAuthenticationCustomCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ClientCreateProxiesCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ClientCreateProxyCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ClientDeployClassesCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ClientDestroyProxyCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ClientGetDistributedObjectsCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ClientGetPartitionsCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ClientPingCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ClientRemoveAllListenersCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ClientRemoveDistributedObjectListenerCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ClientRemovePartitionLostListenerCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ClientStatisticsCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ConditionAwaitCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ConditionBeforeAwaitCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ConditionSignalAllCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ConditionSignalCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ContinuousQueryAddListenerCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ContinuousQueryDestroyCacheCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ContinuousQueryMadePublishableCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ContinuousQueryPublisherCreateCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ContinuousQueryPublisherCreateWithValueCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ContinuousQuerySetReadCursorCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.CountDownLatchAwaitCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.CountDownLatchCountDownCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.CountDownLatchGetCountCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.CountDownLatchTrySetCountCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.DurableExecutorDisposeResultCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.DurableExecutorIsShutdownCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.DurableExecutorRetrieveAndDisposeResultCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.DurableExecutorRetrieveResultCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.DurableExecutorShutdownCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.DurableExecutorSubmitToPartitionCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.DynamicConfigAddAtomicLongConfigCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.DynamicConfigAddAtomicReferenceConfigCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.DynamicConfigAddCacheConfigCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.DynamicConfigAddCardinalityEstimatorConfigCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.DynamicConfigAddCountDownLatchConfigCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.DynamicConfigAddDurableExecutorConfigCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.DynamicConfigAddEventJournalConfigCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.DynamicConfigAddExecutorConfigCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.DynamicConfigAddFlakeIdGeneratorConfigCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.DynamicConfigAddListConfigCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.DynamicConfigAddLockConfigCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.DynamicConfigAddMapConfigCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.DynamicConfigAddMerkleTreeConfigCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.DynamicConfigAddMultiMapConfigCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.DynamicConfigAddPNCounterConfigCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.DynamicConfigAddQueueConfigCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.DynamicConfigAddReliableTopicConfigCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.DynamicConfigAddReplicatedMapConfigCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.DynamicConfigAddRingbufferConfigCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.DynamicConfigAddScheduledExecutorConfigCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.DynamicConfigAddSemaphoreConfigCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.DynamicConfigAddSetConfigCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.DynamicConfigAddTopicConfigCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ErrorCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ExecutorServiceCancelOnAddressCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ExecutorServiceCancelOnPartitionCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ExecutorServiceIsShutdownCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ExecutorServiceShutdownCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ExecutorServiceSubmitToAddressCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ExecutorServiceSubmitToPartitionCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.FlakeIdGeneratorNewIdBatchCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ListAddAllCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ListAddAllWithIndexCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ListAddCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ListAddListenerCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ListAddWithIndexCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ListClearCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ListCompareAndRemoveAllCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ListCompareAndRetainAllCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ListContainsAllCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ListContainsCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ListGetAllCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ListGetCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ListIndexOfCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ListIsEmptyCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ListIteratorCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ListLastIndexOfCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ListListIteratorCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ListRemoveCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ListRemoveListenerCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ListRemoveWithIndexCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ListSetCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ListSizeCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ListSubCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.LockForceUnlockCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.LockGetLockCountCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.LockGetRemainingLeaseTimeCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.LockIsLockedByCurrentThreadCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.LockIsLockedCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.LockLockCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.LockTryLockCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.LockUnlockCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapAddEntryListenerCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapAddEntryListenerToKeyCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapAddEntryListenerToKeyWithPredicateCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapAddEntryListenerWithPredicateCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapAddIndexCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapAddInterceptorCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapAddNearCacheEntryListenerCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapAddNearCacheInvalidationListenerCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapAddPartitionLostListenerCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapAggregateCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapAggregateWithPredicateCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapAssignAndGetUuidsCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapClearCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapClearNearCacheCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapContainsKeyCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapContainsValueCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapDeleteCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapEntriesWithPagingPredicateCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapEntriesWithPredicateCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapEntrySetCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapEventJournalReadCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapEventJournalSubscribeCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapEvictAllCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapEvictCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapExecuteOnAllKeysCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapExecuteOnKeyCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapExecuteOnKeysCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapExecuteWithPredicateCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapFetchEntriesCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapFetchKeysCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapFetchNearCacheInvalidationMetadataCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapFetchWithQueryCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapFlushCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapForceUnlockCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapGetAllCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapGetCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapGetEntryViewCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapIsEmptyCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapIsLockedCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapKeySetCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapKeySetWithPagingPredicateCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapKeySetWithPredicateCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapLoadAllCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapLoadGivenKeysCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapLockCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapProjectCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapProjectWithPredicateCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapPutAllCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapPutCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapPutIfAbsentCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapPutIfAbsentWithMaxIdleCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapPutTransientCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapPutTransientWithMaxIdleCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapPutWithMaxIdleCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapReduceCancelCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapReduceForCustomCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapReduceForListCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapReduceForMapCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapReduceForMultiMapCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapReduceForSetCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapReduceJobProcessInformationCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapRemoveAllCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapRemoveCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapRemoveEntryListenerCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapRemoveIfSameCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapRemoveInterceptorCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapRemovePartitionLostListenerCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapReplaceCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapReplaceIfSameCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapSetCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapSetTtlCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapSetWithMaxIdleCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapSizeCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapSubmitToKeyCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapTryLockCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapTryPutCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapTryRemoveCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapUnlockCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapValuesCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapValuesWithPagingPredicateCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MapValuesWithPredicateCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MultiMapAddEntryListenerCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MultiMapAddEntryListenerToKeyCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MultiMapClearCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MultiMapContainsEntryCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MultiMapContainsKeyCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MultiMapContainsValueCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MultiMapDeleteCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MultiMapEntrySetCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MultiMapForceUnlockCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MultiMapGetCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MultiMapIsLockedCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MultiMapKeySetCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MultiMapLockCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MultiMapPutCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MultiMapRemoveCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MultiMapRemoveEntryCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MultiMapRemoveEntryListenerCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MultiMapSizeCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MultiMapTryLockCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MultiMapUnlockCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MultiMapValueCountCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.MultiMapValuesCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.PNCounterAddCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.PNCounterGetCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.PNCounterGetConfiguredReplicaCountCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.QueueAddAllCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.QueueAddListenerCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.QueueClearCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.QueueCompareAndRemoveAllCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.QueueCompareAndRetainAllCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.QueueContainsAllCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.QueueContainsCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.QueueDrainToCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.QueueDrainToMaxSizeCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.QueueIsEmptyCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.QueueIteratorCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.QueueOfferCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.QueuePeekCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.QueuePollCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.QueuePutCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.QueueRemainingCapacityCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.QueueRemoveCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.QueueRemoveListenerCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.QueueSizeCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.QueueTakeCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ReplicatedMapAddEntryListenerCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ReplicatedMapAddEntryListenerToKeyCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ReplicatedMapAddEntryListenerToKeyWithPredicateCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ReplicatedMapAddEntryListenerWithPredicateCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ReplicatedMapAddNearCacheEntryListenerCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ReplicatedMapClearCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ReplicatedMapContainsKeyCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ReplicatedMapContainsValueCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ReplicatedMapEntrySetCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ReplicatedMapGetCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ReplicatedMapIsEmptyCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ReplicatedMapKeySetCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ReplicatedMapPutAllCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ReplicatedMapPutCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ReplicatedMapRemoveCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ReplicatedMapRemoveEntryListenerCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ReplicatedMapSizeCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ReplicatedMapValuesCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.RingbufferAddAllCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.RingbufferAddCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.RingbufferCapacityCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.RingbufferHeadSequenceCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.RingbufferReadManyCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.RingbufferReadOneCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.RingbufferRemainingCapacityCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.RingbufferSizeCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.RingbufferTailSequenceCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ScheduledExecutorCancelFromAddressCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ScheduledExecutorCancelFromPartitionCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ScheduledExecutorDisposeFromAddressCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ScheduledExecutorDisposeFromPartitionCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ScheduledExecutorGetAllScheduledFuturesCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ScheduledExecutorGetDelayFromAddressCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ScheduledExecutorGetDelayFromPartitionCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ScheduledExecutorGetResultFromAddressCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ScheduledExecutorGetResultFromPartitionCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ScheduledExecutorGetStatsFromAddressCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ScheduledExecutorGetStatsFromPartitionCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ScheduledExecutorIsCancelledFromAddressCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ScheduledExecutorIsCancelledFromPartitionCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ScheduledExecutorIsDoneFromAddressCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ScheduledExecutorIsDoneFromPartitionCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ScheduledExecutorShutdownCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ScheduledExecutorSubmitToAddressCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.ScheduledExecutorSubmitToPartitionCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.SemaphoreAcquireCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.SemaphoreAvailablePermitsCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.SemaphoreDrainPermitsCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.SemaphoreIncreasePermitsCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.SemaphoreInitCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.SemaphoreReducePermitsCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.SemaphoreReleaseCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.SemaphoreTryAcquireCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.SetAddAllCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.SetAddCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.SetAddListenerCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.SetClearCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.SetCompareAndRemoveAllCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.SetCompareAndRetainAllCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.SetContainsAllCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.SetContainsCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.SetGetAllCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.SetIsEmptyCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.SetRemoveCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.SetRemoveListenerCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.SetSizeCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.TopicAddMessageListenerCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.TopicPublishCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.TopicRemoveMessageListenerCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.TransactionCommitCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.TransactionCreateCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.TransactionRollbackCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.TransactionalListAddCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.TransactionalListRemoveCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.TransactionalListSizeCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.TransactionalMapContainsKeyCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.TransactionalMapContainsValueCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.TransactionalMapDeleteCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.TransactionalMapGetCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.TransactionalMapGetForUpdateCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.TransactionalMapIsEmptyCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.TransactionalMapKeySetCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.TransactionalMapKeySetWithPredicateCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.TransactionalMapPutCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.TransactionalMapPutIfAbsentCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.TransactionalMapRemoveCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.TransactionalMapRemoveIfSameCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.TransactionalMapReplaceCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.TransactionalMapReplaceIfSameCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.TransactionalMapSetCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.TransactionalMapSizeCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.TransactionalMapValuesCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.TransactionalMapValuesWithPredicateCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.TransactionalMultiMapGetCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.TransactionalMultiMapPutCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.TransactionalMultiMapRemoveCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.TransactionalMultiMapRemoveEntryCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.TransactionalMultiMapSizeCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.TransactionalMultiMapValueCountCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.TransactionalQueueOfferCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.TransactionalQueuePeekCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.TransactionalQueuePollCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.TransactionalQueueSizeCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.TransactionalQueueTakeCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.TransactionalSetAddCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.TransactionalSetRemoveCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.TransactionalSetSizeCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.XATransactionClearRemoteCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.XATransactionCollectTransactionsCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.XATransactionCommitCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.XATransactionCreateCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.XATransactionFinalizeCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.XATransactionPrepareCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.codec.XATransactionRollbackCodec
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.task.cache.CacheClearMessageTask
                 | • Class not found: javax.cache.CacheException (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.task.cache.CacheEntryProcessorMessageTask
                 | • Class not found: javax.cache.processor.EntryProcessor (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.task.cache.CacheGetAllMessageTask
                 | • Class not found: javax.cache.expiry.ExpiryPolicy (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.task.cache.CacheGetAndReplaceMessageTask
                 | • Class not found: javax.cache.expiry.ExpiryPolicy (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.task.cache.CacheGetMessageTask
                 | • Class not found: javax.cache.expiry.ExpiryPolicy (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.task.cache.CacheListenerRegistrationMessageTask
                 | • Class not found: javax.cache.configuration.CacheEntryListenerConfiguration (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.task.cache.CacheLoadAllMessageTask
                 | • Class not found: javax.cache.CacheException (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.task.cache.CachePutAllMessageTask
                 | • Class not found: javax.cache.expiry.ExpiryPolicy (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.task.cache.CachePutIfAbsentMessageTask
                 | • Class not found: javax.cache.expiry.ExpiryPolicy (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.task.cache.CachePutMessageTask
                 | • Class not found: javax.cache.expiry.ExpiryPolicy (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.task.cache.CacheRemoveAllKeysMessageTask
                 | • Class not found: javax.cache.CacheException (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.task.cache.CacheRemoveAllMessageTask
                 | • Class not found: javax.cache.CacheException (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.task.cache.CacheReplaceMessageTask
                 | • Class not found: javax.cache.expiry.ExpiryPolicy (package not found)
                 |
                 | com.hazelcast.client.impl.protocol.util.UnsafeBuffer
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.collection.impl.txncollection.operations.CollectionPrepareBackupOperation
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.collection.impl.txncollection.operations.CollectionPrepareOperation
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.collection.impl.txncollection.operations.CollectionRollbackBackupOperation
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.collection.impl.txncollection.operations.CollectionRollbackOperation
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.collection.impl.txnqueue.operations.TxnPrepareBackupOperation
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.collection.impl.txnqueue.operations.TxnPrepareOperation
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.collection.impl.txnqueue.operations.TxnRollbackBackupOperation
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.collection.impl.txnqueue.operations.TxnRollbackOperation
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.config.AbstractCacheConfig
                 | • Class not found: javax.cache.configuration.CacheEntryListenerConfiguration (package not found)
                 | • Class not found: javax.cache.configuration.CompleteConfiguration (package not found)
                 | • Class not found: javax.cache.configuration.Factory (package not found)
                 | • Class not found: javax.cache.expiry.EternalExpiryPolicy (package not found)
                 |
                 | com.hazelcast.config.CacheConfig
                 | • Class not found: javax.cache.configuration.CacheEntryListenerConfiguration (package not found)
                 | • Class not found: javax.cache.configuration.CompleteConfiguration (package not found)
                 | • Class not found: javax.cache.configuration.Factory (package not found)
                 | • Class not found: javax.cache.configuration.FactoryBuilder (package not found)
                 | • Class not found: javax.cache.configuration.MutableCacheEntryListenerConfiguration (package not found)
                 | • Class not found: javax.cache.expiry.AccessedExpiryPolicy (package not found)
                 | • Class not found: javax.cache.expiry.CreatedExpiryPolicy (package not found)
                 | • Class not found: javax.cache.expiry.Duration (package not found)
                 | • Class not found: javax.cache.expiry.EternalExpiryPolicy (package not found)
                 | • Class not found: javax.cache.expiry.ModifiedExpiryPolicy (package not found)
                 | • Class not found: javax.cache.expiry.TouchedExpiryPolicy (package not found)
                 |
                 | com.hazelcast.config.CacheConfigReadOnly
                 | • Class not found: javax.cache.configuration.CacheEntryListenerConfiguration (package not found)
                 | • Class not found: javax.cache.configuration.CompleteConfiguration (package not found)
                 | • Class not found: javax.cache.configuration.Factory (package not found)
                 |
                 | com.hazelcast.config.CacheConfiguration
                 | • Interface not found: javax.cache.configuration.CompleteConfiguration
                 | • Class not found: javax.cache.configuration.CacheEntryListenerConfiguration (package not found)
                 | • Class not found: javax.cache.configuration.CompleteConfiguration (package not found)
                 | • Class not found: javax.cache.configuration.Factory (package not found)
                 |
                 | com.hazelcast.config.LegacyCacheConfig
                 | • Class not found: javax.cache.configuration.CacheEntryListenerConfiguration (package not found)
                 | • Class not found: javax.cache.configuration.Factory (package not found)
                 |
                 | com.hazelcast.config.replacer.AbstractPbeReplacer
                 | • Class not found: javax.crypto.Cipher (package not found)
                 | • Class not found: javax.crypto.SecretKey (package not found)
                 | • Class not found: javax.crypto.SecretKeyFactory (package not found)
                 | • Class not found: javax.crypto.spec.PBEKeySpec (package not found)
                 | • Class not found: javax.crypto.spec.SecretKeySpec (package not found)
                 |
                 | com.hazelcast.console.ConsoleApp
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.core.EntryEvent
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.core.InitialMembershipEvent
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.core.MemberAttributeEvent
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.core.MembershipEvent
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.flakeidgen.impl.IdBatch
                 | • Annotation not found: javax.annotation.Nonnull (package found)
                 |
                 | com.hazelcast.internal.adapter.DataStructureAdapter
                 | • Class not found: javax.cache.expiry.ExpiryPolicy (package not found)
                 | • Class not found: javax.cache.integration.CompletionListener (package not found)
                 | • Class not found: javax.cache.processor.EntryProcessor (package not found)
                 | • Class not found: javax.cache.processor.EntryProcessorException (package not found)
                 |
                 | com.hazelcast.internal.adapter.DataStructureAdapter$DataStructureMethods
                 | • Class not found: javax.cache.expiry.ExpiryPolicy (package not found)
                 | • Class not found: javax.cache.integration.CompletionListener (package not found)
                 | • Class not found: javax.cache.processor.EntryProcessor (package not found)
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.internal.adapter.ICacheDataStructureAdapter
                 | • Class not found: javax.cache.expiry.ExpiryPolicy (package not found)
                 | • Class not found: javax.cache.integration.CompletionListener (package not found)
                 | • Class not found: javax.cache.processor.EntryProcessor (package not found)
                 | • Class not found: javax.cache.processor.EntryProcessorException (package not found)
                 | • Method not found: void com.hazelcast.cache.ICache.clear()
                 | > com.hazelcast.cache.ICache (method not found)
                 | > javax.cache.Cache (class not found)
                 | > com.hazelcast.core.PrefixedDistributedObject (method not found)
                 | > com.hazelcast.core.DistributedObject (method not found)
                 | > java.lang.Object (method not found)
                 | • Method not found: void com.hazelcast.cache.ICache.close()
                 | > com.hazelcast.cache.ICache (method not found)
                 | > javax.cache.Cache (class not found)
                 | > com.hazelcast.core.PrefixedDistributedObject (method not found)
                 | > com.hazelcast.core.DistributedObject (method not found)
                 | > java.lang.Object (method not found)
                 | • Method not found: boolean com.hazelcast.cache.ICache.containsKey(java.lang.Object)
                 | > com.hazelcast.cache.ICache (method not found)
                 | > javax.cache.Cache (class not found)
                 | > com.hazelcast.core.PrefixedDistributedObject (method not found)
                 | > com.hazelcast.core.DistributedObject (method not found)
                 | > java.lang.Object (method not found)
                 | • Method not found: java.lang.Object com.hazelcast.cache.ICache.get(java.lang.Object)
                 | > com.hazelcast.cache.ICache (method not found)
                 | > javax.cache.Cache (class not found)
                 | > com.hazelcast.core.PrefixedDistributedObject (method not found)
                 | > com.hazelcast.core.DistributedObject (method not found)
                 | > java.lang.Object (method not found)
                 | • Method not found: java.util.Map com.hazelcast.cache.ICache.getAll(java.util.Set)
                 | > com.hazelcast.cache.ICache (method not found)
                 | > javax.cache.Cache (class not found)
                 | > com.hazelcast.core.PrefixedDistributedObject (method not found)
                 | > com.hazelcast.core.DistributedObject (method not found)
                 | > java.lang.Object (method not found)
                 | • Method not found: java.lang.Object com.hazelcast.cache.ICache.getAndPut(java.lang.Object,java.lang.Object)
                 | > com.hazelcast.cache.ICache (method not found)
                 | > javax.cache.Cache (class not found)
                 | > com.hazelcast.core.PrefixedDistributedObject (method not found)
                 | > com.hazelcast.core.DistributedObject (method not found)
                 | > java.lang.Object (method not found)
                 | • Method not found: java.lang.Object com.hazelcast.cache.ICache.getAndRemove(java.lang.Object)
                 | > com.hazelcast.cache.ICache (method not found)
                 | > javax.cache.Cache (class not found)
                 | > com.hazelcast.core.PrefixedDistributedObject (method not found)
                 | > com.hazelcast.core.DistributedObject (method not found)
                 | > java.lang.Object (method not found)
                 | • Method not found: java.lang.Object com.hazelcast.cache.ICache.getAndReplace(java.lang.Object,java.lang.Object)
                 | > com.hazelcast.cache.ICache (method not found)
                 | > javax.cache.Cache (class not found)
                 | > com.hazelcast.core.PrefixedDistributedObject (method not found)
                 | > com.hazelcast.core.DistributedObject (method not found)
                 | > java.lang.Object (method not found)
                 | • Method not found: java.lang.Object com.hazelcast.cache.ICache.invoke(java.lang.Object,javax.cache.processor.EntryProcessor,java.lang.Object[])
                 | > com.hazelcast.cache.ICache (method not found)
                 | > javax.cache.Cache (class not found)
                 | > com.hazelcast.core.PrefixedDistributedObject (method not found)
                 | > com.hazelcast.core.DistributedObject (method not found)
                 | > java.lang.Object (method not found)
                 | • Method not found: java.util.Map com.hazelcast.cache.ICache.invokeAll(java.util.Set,javax.cache.processor.EntryProcessor,java.lang.Object[])
                 | > com.hazelcast.cache.ICache (method not found)
                 | > javax.cache.Cache (class not found)
                 | > com.hazelcast.core.PrefixedDistributedObject (method not found)
                 | > com.hazelcast.core.DistributedObject (method not found)
                 | > java.lang.Object (method not found)
                 | • Method not found: void com.hazelcast.cache.ICache.loadAll(java.util.Set,boolean,javax.cache.integration.CompletionListener)
                 | > com.hazelcast.cache.ICache (method not found)
                 | > javax.cache.Cache (class not found)
                 | > com.hazelcast.core.PrefixedDistributedObject (method not found)
                 | > com.hazelcast.core.DistributedObject (method not found)
                 | > java.lang.Object (method not found)
                 | • Method not found: void com.hazelcast.cache.ICache.put(java.lang.Object,java.lang.Object)
                 | > com.hazelcast.cache.ICache (method not found)
                 | > javax.cache.Cache (class not found)
                 | > com.hazelcast.core.PrefixedDistributedObject (method not found)
                 | > com.hazelcast.core.DistributedObject (method not found)
                 | > java.lang.Object (method not found)
                 | • Method not found: void com.hazelcast.cache.ICache.putAll(java.util.Map)
                 | > com.hazelcast.cache.ICache (method not found)
                 | > javax.cache.Cache (class not found)
                 | > com.hazelcast.core.PrefixedDistributedObject (method not found)
                 | > com.hazelcast.core.DistributedObject (method not found)
                 | > java.lang.Object (method not found)
                 | • Method not found: boolean com.hazelcast.cache.ICache.putIfAbsent(java.lang.Object,java.lang.Object)
                 | > com.hazelcast.cache.ICache (method not found)
                 | > javax.cache.Cache (class not found)
                 | > com.hazelcast.core.PrefixedDistributedObject (method not found)
                 | > com.hazelcast.core.DistributedObject (method not found)
                 | > java.lang.Object (method not found)
                 | • Method not found: boolean com.hazelcast.cache.ICache.remove(java.lang.Object)
                 | > com.hazelcast.cache.ICache (method not found)
                 | > javax.cache.Cache (class not found)
                 | > com.hazelcast.core.PrefixedDistributedObject (method not found)
                 | > com.hazelcast.core.DistributedObject (method not found)
                 | > java.lang.Object (method not found)
                 | • Method not found: boolean com.hazelcast.cache.ICache.remove(java.lang.Object,java.lang.Object)
                 | > com.hazelcast.cache.ICache (method not found)
                 | > javax.cache.Cache (class not found)
                 | > com.hazelcast.core.PrefixedDistributedObject (method not found)
                 | > com.hazelcast.core.DistributedObject (method not found)
                 | > java.lang.Object (method not found)
                 | • Method not found: void com.hazelcast.cache.ICache.removeAll()
                 | > com.hazelcast.cache.ICache (method not found)
                 | > javax.cache.Cache (class not found)
                 | > com.hazelcast.core.PrefixedDistributedObject (method not found)
                 | > com.hazelcast.core.DistributedObject (method not found)
                 | > java.lang.Object (method not found)
                 | • Method not found: void com.hazelcast.cache.ICache.removeAll(java.util.Set)
                 | > com.hazelcast.cache.ICache (method not found)
                 | > javax.cache.Cache (class not found)
                 | > com.hazelcast.core.PrefixedDistributedObject (method not found)
                 | > com.hazelcast.core.DistributedObject (method not found)
                 | > java.lang.Object (method not found)
                 | • Method not found: boolean com.hazelcast.cache.ICache.replace(java.lang.Object,java.lang.Object,java.lang.Object)
                 | > com.hazelcast.cache.ICache (method not found)
                 | > javax.cache.Cache (class not found)
                 | > com.hazelcast.core.PrefixedDistributedObject (method not found)
                 | > com.hazelcast.core.DistributedObject (method not found)
                 | > java.lang.Object (method not found)
                 |
                 | com.hazelcast.internal.adapter.IMapDataStructureAdapter
                 | • Class not found: javax.cache.expiry.ExpiryPolicy (package not found)
                 | • Class not found: javax.cache.integration.CompletionListener (package not found)
                 | • Class not found: javax.cache.processor.EntryProcessor (package not found)
                 | • Class not found: javax.cache.processor.EntryProcessorException (package not found)
                 |
                 | com.hazelcast.internal.adapter.ReplicatedMapDataStructureAdapter
                 | • Class not found: javax.cache.expiry.ExpiryPolicy (package not found)
                 | • Class not found: javax.cache.integration.CompletionListener (package not found)
                 | • Class not found: javax.cache.processor.EntryProcessor (package not found)
                 | • Class not found: javax.cache.processor.EntryProcessorException (package not found)
                 |
                 | com.hazelcast.internal.adapter.TransactionalMapDataStructureAdapter
                 | • Class not found: javax.cache.expiry.ExpiryPolicy (package not found)
                 | • Class not found: javax.cache.integration.CompletionListener (package not found)
                 | • Class not found: javax.cache.processor.EntryProcessor (package not found)
                 | • Class not found: javax.cache.processor.EntryProcessorException (package not found)
                 |
                 | com.hazelcast.internal.ascii.TextCommandConstants
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.internal.ascii.TextCommandServiceImpl$ResponseThreadRunnable
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.internal.ascii.memcache.MemcacheEntry
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.internal.ascii.rest.HttpCommand
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.internal.ascii.rest.RestValue
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.internal.cluster.impl.ClusterServiceImpl
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.internal.dynamicconfig.DynamicConfigPreJoinOperation
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.internal.dynamicconfig.DynamicConfigurationAwareConfig$1
                 | • Annotation not found: javax.annotation.Nonnull (package found)
                 |
                 | com.hazelcast.internal.dynamicconfig.DynamicConfigurationAwareConfig$2
                 | • Annotation not found: javax.annotation.Nonnull (package found)
                 |
                 | com.hazelcast.internal.dynamicconfig.DynamicConfigurationAwareConfig$3
                 | • Annotation not found: javax.annotation.Nonnull (package found)
                 |
                 | com.hazelcast.internal.dynamicconfig.DynamicConfigurationAwareConfig$4
                 | • Annotation not found: javax.annotation.Nonnull (package found)
                 |
                 | com.hazelcast.internal.dynamicconfig.search.ConfigSearch
                 | • Annotation not found: javax.annotation.Nonnull (package found)
                 | • Annotation not found: javax.annotation.Nullable (package found)
                 |
                 | com.hazelcast.internal.dynamicconfig.search.ConfigSearch$1
                 | • Annotation not found: javax.annotation.Nonnull (package found)
                 |
                 | com.hazelcast.internal.dynamicconfig.search.ConfigSearch$10
                 | • Annotation not found: javax.annotation.Nonnull (package found)
                 |
                 | com.hazelcast.internal.dynamicconfig.search.ConfigSearch$11
                 | • Annotation not found: javax.annotation.Nonnull (package found)
                 |
                 | com.hazelcast.internal.dynamicconfig.search.ConfigSearch$12
                 | • Annotation not found: javax.annotation.Nonnull (package found)
                 |
                 | com.hazelcast.internal.dynamicconfig.search.ConfigSearch$13
                 | • Annotation not found: javax.annotation.Nonnull (package found)
                 |
                 | com.hazelcast.internal.dynamicconfig.search.ConfigSearch$14
                 | • Annotation not found: javax.annotation.Nonnull (package found)
                 |
                 | com.hazelcast.internal.dynamicconfig.search.ConfigSearch$15
                 | • Annotation not found: javax.annotation.Nonnull (package found)
                 |
                 | com.hazelcast.internal.dynamicconfig.search.ConfigSearch$16
                 | • Annotation not found: javax.annotation.Nonnull (package found)
                 |
                 | com.hazelcast.internal.dynamicconfig.search.ConfigSearch$17
                 | • Annotation not found: javax.annotation.Nonnull (package found)
                 |
                 | com.hazelcast.internal.dynamicconfig.search.ConfigSearch$18
                 | • Annotation not found: javax.annotation.Nonnull (package found)
                 |
                 | com.hazelcast.internal.dynamicconfig.search.ConfigSearch$19
                 | • Annotation not found: javax.annotation.Nonnull (package found)
                 |
                 | com.hazelcast.internal.dynamicconfig.search.ConfigSearch$2
                 | • Annotation not found: javax.annotation.Nonnull (package found)
                 |
                 | com.hazelcast.internal.dynamicconfig.search.ConfigSearch$20
                 | • Annotation not found: javax.annotation.Nonnull (package found)
                 |
                 | com.hazelcast.internal.dynamicconfig.search.ConfigSearch$21
                 | • Annotation not found: javax.annotation.Nonnull (package found)
                 |
                 | com.hazelcast.internal.dynamicconfig.search.ConfigSearch$3
                 | • Annotation not found: javax.annotation.Nonnull (package found)
                 |
                 | com.hazelcast.internal.dynamicconfig.search.ConfigSearch$4
                 | • Annotation not found: javax.annotation.Nonnull (package found)
                 |
                 | com.hazelcast.internal.dynamicconfig.search.ConfigSearch$5
                 | • Annotation not found: javax.annotation.Nonnull (package found)
                 |
                 | com.hazelcast.internal.dynamicconfig.search.ConfigSearch$6
                 | • Annotation not found: javax.annotation.Nonnull (package found)
                 |
                 | com.hazelcast.internal.dynamicconfig.search.ConfigSearch$7
                 | • Annotation not found: javax.annotation.Nonnull (package found)
                 |
                 | com.hazelcast.internal.dynamicconfig.search.ConfigSearch$8
                 | • Annotation not found: javax.annotation.Nonnull (package found)
                 |
                 | com.hazelcast.internal.dynamicconfig.search.ConfigSearch$9
                 | • Annotation not found: javax.annotation.Nonnull (package found)
                 |
                 | com.hazelcast.internal.dynamicconfig.search.ConfigSupplier
                 | • Annotation not found: javax.annotation.Nonnull (package found)
                 | • Annotation not found: javax.annotation.Nullable (package found)
                 |
                 | com.hazelcast.internal.dynamicconfig.search.DynamicFirstSearcher
                 | • Annotation not found: javax.annotation.Nonnull (package found)
                 |
                 | com.hazelcast.internal.dynamicconfig.search.Searcher
                 | • Annotation not found: javax.annotation.Nonnull (package found)
                 |
                 | com.hazelcast.internal.dynamicconfig.search.StaticFirstSearcher
                 | • Annotation not found: javax.annotation.Nonnull (package found)
                 |
                 | com.hazelcast.internal.eviction.ClearExpiredRecordsTask
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.internal.eviction.ExpirationManager
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.internal.management.request.GetCacheEntryRequest
                 | • Class not found: javax.cache.processor.EntryProcessor (package not found)
                 | • Method not found: java.lang.Object com.hazelcast.cache.ICache.invoke(java.lang.Object,javax.cache.processor.EntryProcessor,java.lang.Object[])
                 | > com.hazelcast.cache.ICache (method not found)
                 | > javax.cache.Cache (class not found)
                 | > com.hazelcast.core.PrefixedDistributedObject (method not found)
                 | > com.hazelcast.core.DistributedObject (method not found)
                 | > java.lang.Object (method not found)
                 |
                 | com.hazelcast.internal.management.request.GetCacheEntryRequest$CacheBrowserEntryView
                 | • Class not found: javax.cache.expiry.ExpiryPolicy (package not found)
                 |
                 | com.hazelcast.internal.management.request.GetCacheEntryRequest$GetCacheEntryViewEntryProcessor
                 | • Interface not found: javax.cache.processor.EntryProcessor
                 | • Class not found: javax.cache.processor.EntryProcessor (package not found)
                 | • Class not found: javax.cache.processor.EntryProcessorException (package not found)
                 | • Class not found: javax.cache.processor.MutableEntry (package not found)
                 |
                 | com.hazelcast.internal.management.request.RunGcRequest
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.internal.metrics.MetricsUtil
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 | • Annotation not found: javax.annotation.Nonnull (package found)
                 |
                 | com.hazelcast.internal.metrics.ProbeBuilder
                 | • Annotation not found: javax.annotation.Nonnull (package found)
                 |
                 | com.hazelcast.internal.metrics.impl.ProbeBuilderImpl
                 | • Annotation not found: javax.annotation.CheckReturnValue (package found)
                 | • Annotation not found: javax.annotation.Nonnull (package found)
                 |
                 | com.hazelcast.internal.metrics.metricsets.GarbageCollectionMetricSet$GcStats
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.internal.networking.nio.NioNetworking
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.internal.partition.PartitionTableView
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.internal.partition.impl.InternalPartitionImpl
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.internal.partition.impl.MigrationQueue
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.internal.partition.operation.PartitionReplicaSyncResponse
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.internal.serialization.impl.HeapData
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.internal.serialization.impl.JavaDefaultSerializers$JavaSerializer
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.internal.serialization.impl.PortablePosition
                 | • Annotation not found: javax.annotation.Nullable (package found)
                 |
                 | com.hazelcast.internal.util.concurrent.AbstractConcurrentArrayQueuePadding1
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.internal.util.concurrent.AbstractConcurrentArrayQueuePadding2
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.internal.util.concurrent.AbstractConcurrentArrayQueuePadding3
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.internal.util.concurrent.ConcurrentConveyor
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.logging.Log4j2Factory
                 | • Class not found: org.apache.logging.log4j.LogManager (package not found)
                 | • Class not found: org.apache.logging.log4j.spi.ExtendedLogger (package not found)
                 | • Class not found: org.apache.logging.log4j.spi.LoggerContext (package not found)
                 |
                 | com.hazelcast.logging.Log4j2Factory$Log4j2Logger
                 | • Class not found: org.apache.logging.log4j.Level (package not found)
                 | • Class not found: org.apache.logging.log4j.Marker (package not found)
                 | • Class not found: org.apache.logging.log4j.spi.ExtendedLogger (package not found)
                 |
                 | com.hazelcast.logging.Log4jFactory
                 | • Class not found: org.apache.log4j.Logger (package not found)
                 |
                 | com.hazelcast.logging.Log4jFactory$Log4jLogger
                 | • Class not found: org.apache.log4j.Category (package not found)
                 | • Class not found: org.apache.log4j.Level (package not found)
                 | • Class not found: org.apache.log4j.Logger (package not found)
                 | • Class not found: org.apache.log4j.Priority (package not found)
                 | • Class not found: org.apache.log4j.spi.LoggingEvent (package not found)
                 |
                 | com.hazelcast.logging.Slf4jFactory
                 | • Class not found: org.slf4j.Logger (package not found)
                 | • Class not found: org.slf4j.LoggerFactory (package not found)
                 |
                 | com.hazelcast.logging.Slf4jFactory$Slf4jLogger
                 | • Class not found: org.slf4j.Logger (package not found)
                 |
                 | com.hazelcast.map.impl.InternalMapListenerAdapter
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.map.impl.PartitionContainer
                 | • Annotation not found: javax.annotation.Nullable (package found)
                 |
                 | com.hazelcast.map.impl.journal.DeserializingEventJournalMapEvent
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.map.impl.journal.MapEventJournalReadResultSetImpl$1
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.map.impl.journal.MapEventJournalReadResultSetImpl$ProjectionAdapter
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.map.impl.operation.MergeOperationFactory
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.map.impl.operation.PutAllPartitionAwareOperationFactory
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.map.impl.proxy.MapProxySupport
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.map.impl.record.AbstractRecord
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.map.impl.recordstore.AbstractRecordStore
                 | • Annotation not found: javax.annotation.Nonnull (package found)
                 |
                 | com.hazelcast.map.impl.recordstore.DefaultRecordStore
                 | • Annotation not found: javax.annotation.Nonnull (package found)
                 |
                 | com.hazelcast.map.impl.tx.TxnValueWrapper
                 | • Annotation not found: javax.annotation.Nonnull (package found)
                 | • Annotation not found: javax.annotation.Nullable (package found)
                 |
                 | com.hazelcast.mapreduce.aggregation.impl.DistinctValuesAggregation$DistinctValueMapper
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.mapreduce.aggregation.impl.SupplierConsumingMapper
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.mapreduce.impl.task.JobProcessInformationImpl
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.mapreduce.impl.task.TransferableJobProcessInformation
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.nio.tcp.TcpIpConnectionManager$SendTask
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.osgi.HazelcastOSGiService
                 | • Class not found: org.osgi.framework.Bundle (package not found)
                 |
                 | com.hazelcast.osgi.impl.Activator
                 | • Interface not found: org.osgi.framework.BundleActivator
                 | • Class not found: org.osgi.framework.Bundle (package not found)
                 | • Class not found: org.osgi.framework.BundleActivator (package not found)
                 | • Class not found: org.osgi.framework.BundleContext (package not found)
                 |
                 | com.hazelcast.osgi.impl.HazelcastOSGiServiceImpl
                 | • Class not found: org.osgi.framework.Bundle (package not found)
                 | • Class not found: org.osgi.framework.BundleContext (package not found)
                 | • Class not found: org.osgi.framework.ServiceReference (package not found)
                 | • Class not found: org.osgi.framework.ServiceRegistration (package not found)
                 |
                 | com.hazelcast.osgi.impl.OSGiScriptEngineManager
                 | • Class not found: org.osgi.framework.Bundle (package not found)
                 | • Class not found: org.osgi.framework.BundleContext (package not found)
                 |
                 | com.hazelcast.osgi.impl.ScriptEngineActivator
                 | • Class not found: org.osgi.framework.BundleContext (package not found)
                 |
                 | com.hazelcast.query.impl.getters.EvictableGetterCache
                 | • Annotation not found: javax.annotation.Nullable (package found)
                 |
                 | com.hazelcast.query.impl.predicates.AndPredicate
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.query.impl.predicates.OrPredicate
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.replicatedmap.impl.operation.MergeOperationFactory
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.ringbuffer.impl.ArrayRingbuffer
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.ringbuffer.impl.ReadResultSetImpl
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.ringbuffer.impl.client.PortableReadResultSet
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.ringbuffer.impl.operations.AddAllBackupOperation
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.ringbuffer.impl.operations.AddAllOperation
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.scheduledexecutor.impl.ScheduledFutureProxy
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.spi.Operation
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.spi.OperationControl
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.spi.impl.AbstractCompletableFuture
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.spi.impl.AbstractInvocationFuture
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.spi.impl.operationexecutor.impl.OperationExecutorImpl
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.spi.impl.operationexecutor.impl.PartitionOperationThread
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.spi.impl.operationexecutor.slowoperationdetector.SlowOperationDetector
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.spi.impl.operationservice.impl.Invocation
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.spi.impl.operationservice.impl.operations.Backup
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.spi.impl.operationservice.impl.operations.PartitionIteratingOperation
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.spi.impl.operationservice.impl.operations.PartitionIteratingOperation$PartitionResponse
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.spi.merge.RingbufferMergeData
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.util.ConcurrentReferenceHashMap$Segment
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.util.HashUtil
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.util.JVMUtil
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.util.collection.InflatableSet
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.util.collection.Int2ObjectHashMap$EntryIterator
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.util.collection.IntIterator
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.util.collection.Long2LongHashMap$EntryIterator
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.util.collection.Long2ObjectHashMap$EntryIterator
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.util.collection.LongIterator
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.util.executor.CachedExecutorServiceDelegate
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.util.executor.LoggingScheduledExecutor
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
hazelcast-client | com.hazelcast.client.cache.impl.AbstractClientCacheProxy
                 | • Class not found: javax.cache.CacheException (package not found)
                 | • Class not found: javax.cache.expiry.ExpiryPolicy (package not found)
                 |
                 | com.hazelcast.client.cache.impl.AbstractClientCacheProxyBase
                 | • Class not found: javax.cache.CacheException (package not found)
                 | • Class not found: javax.cache.integration.CompletionListener (package not found)
                 |
                 | com.hazelcast.client.cache.impl.AbstractClientCacheProxyBase$2
                 | • Interface not found: javax.cache.integration.CompletionListener
                 | • Class not found: javax.cache.integration.CompletionListener (package not found)
                 |
                 | com.hazelcast.client.cache.impl.AbstractClientCacheProxyBase$3
                 | • Class not found: javax.cache.integration.CompletionListener (package not found)
                 |
                 | com.hazelcast.client.cache.impl.AbstractClientInternalCacheProxy
                 | • Class not found: javax.cache.CacheException (package not found)
                 | • Class not found: javax.cache.CacheManager (package not found)
                 | • Class not found: javax.cache.configuration.CacheEntryListenerConfiguration (package not found)
                 | • Class not found: javax.cache.event.CacheEntryListener (package not found)
                 | • Class not found: javax.cache.expiry.ExpiryPolicy (package not found)
                 |
                 | com.hazelcast.client.cache.impl.ClientCacheProxy
                 | • Class not found: javax.cache.Cache$Entry (package not found)
                 | • Class not found: javax.cache.CacheException (package not found)
                 | • Class not found: javax.cache.CacheManager (package not found)
                 | • Class not found: javax.cache.configuration.CacheEntryListenerConfiguration (package not found)
                 | • Class not found: javax.cache.configuration.Configuration (package not found)
                 | • Class not found: javax.cache.expiry.ExpiryPolicy (package not found)
                 | • Class not found: javax.cache.integration.CompletionListener (package not found)
                 | • Class not found: javax.cache.processor.EntryProcessor (package not found)
                 | • Class not found: javax.cache.processor.EntryProcessorException (package not found)
                 |
                 | com.hazelcast.client.cache.impl.ClientCacheProxyFactory
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.cache.impl.ClientClusterWideIterator
                 | • Class not found: javax.cache.Cache$Entry (package not found)
                 |
                 | com.hazelcast.client.cache.impl.HazelcastClientCacheManager
                 | • Class not found: javax.cache.spi.CachingProvider (package not found)
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.cache.impl.NearCachedClientCacheProxy
                 | • Class not found: javax.cache.expiry.ExpiryPolicy (package not found)
                 | • Class not found: javax.cache.integration.CompletionListener (package not found)
                 |
                 | com.hazelcast.client.console.ClientConsoleApp
                 | • Annotation not found: edu.umd.cs.findbugs.annotations.SuppressFBWarnings (package not found)
                 |
                 | com.hazelcast.client.impl.clientside.ClientExceptionFactory
                 | • Class not found: javax.cache.CacheException (package not found)
                 | • Class not found: javax.cache.integration.CacheLoaderException (package not found)
                 | • Class not found: javax.cache.integration.CacheWriterException (package not found)
                 | • Class not found: javax.cache.processor.EntryProcessorException (package not found)
                 |
                 | com.hazelcast.client.impl.clientside.ClientExceptionFactory$1
                 | • Class not found: javax.cache.CacheException (package not found)
                 |
                 | com.hazelcast.client.impl.clientside.ClientExceptionFactory$2
                 | • Class not found: javax.cache.integration.CacheLoaderException (package not found)
                 |
                 | com.hazelcast.client.impl.clientside.ClientExceptionFactory$3
                 | • Class not found: javax.cache.integration.CacheWriterException (package not found)
                 |
                 | com.hazelcast.client.impl.clientside.ClientExceptionFactory$4
                 | • Class not found: javax.cache.processor.EntryProcessorException (package not found)

