Binary compatibility report for the RichFaces library  between 4.5.5 and 4.5.6 versions

Test Info


Library NameRichFaces
Version #14.5.5
Version #24.5.6
Java Version1.6.0_24

Test Results


Total Java ARchives10
Total Methods / Classes32733 / 4209
VerdictIncompatible
(1.8%)

Problem Summary


SeverityCount
Added Methods-274
Removed MethodsHigh50
Problems with
Data Types
High19
Medium15
Low4
Problems with
Methods
High3
Medium0
Low0
Other Changes
in Data Types
-27

Added Methods (274)


atmosphere-runtime-2.3.1.jar, AbstractBroadcasterCache.class
package org.atmosphere.cache
AbstractBroadcasterCache.configure ( org.atmosphere.cpr.AtmosphereConfig config )  :  void

atmosphere-runtime-2.3.1.jar, AbstractReflectorAtmosphereHandler.class
package org.atmosphere.handler
AbstractReflectorAtmosphereHandler.init ( org.atmosphere.cpr.AtmosphereConfig config )  :  void

atmosphere-runtime-2.3.1.jar, AnnotationUtil.class
package org.atmosphere.annotation
AnnotationUtil.checkDefault ( Class i ) [static]  :  boolean
AnnotationUtil.defaultManagedServiceInterceptors ( org.atmosphere.cpr.AtmosphereFramework framework, java.util.List l ) [static]  :  void
AnnotationUtil.interceptorsForHandler ( org.atmosphere.cpr.AtmosphereFramework framework, java.util.List interceptors, java.util.List l ) [static]  :  void
AnnotationUtil.interceptorsForManagedService ( org.atmosphere.cpr.AtmosphereFramework framework, java.util.List interceptors, java.util.List l ) [static]  :  void
AnnotationUtil.interceptorsForManagedService ( org.atmosphere.cpr.AtmosphereFramework framework, java.util.List interceptors, java.util.List l, boolean checkDuplicate ) [static]  :  void

atmosphere-runtime-2.3.1.jar, Async.class
package org.atmosphere.cpr
AtmosphereResourceFactory.Async.available ( AtmosphereResource p1 ) [abstract]  :  void

atmosphere-runtime-2.3.1.jar, AtmosphereConfig.class
package org.atmosphere.cpr
AtmosphereConfig.populate ( AtmosphereConfig config )  :  AtmosphereConfig
AtmosphereConfig.sessionFactory ( )  :  AtmosphereResourceSessionFactory
AtmosphereConfig.uuidProvider ( )  :  org.atmosphere.util.UUIDProvider

atmosphere-runtime-2.3.1.jar, AtmosphereConfigAware.class
package org.atmosphere.inject
AtmosphereConfigAware.configure ( org.atmosphere.cpr.AtmosphereConfig p1 ) [abstract]  :  void

atmosphere-runtime-2.3.1.jar, AtmosphereConfigInjectable.class
package org.atmosphere.inject
AtmosphereConfigInjectable.AtmosphereConfigInjectable ( )
AtmosphereConfigInjectable.injectable ( org.atmosphere.cpr.AtmosphereConfig config )  :  org.atmosphere.cpr.AtmosphereConfig
AtmosphereConfigInjectable.injectable ( org.atmosphere.cpr.AtmosphereConfig x0 )  :  Object
AtmosphereConfigInjectable.supportedType ( reflect.Type t )  :  boolean

atmosphere-runtime-2.3.1.jar, AtmosphereFramework.class
package org.atmosphere.cpr
AtmosphereFramework.addDefaultOrAppInterceptors ( )  :  void
AtmosphereFramework.addInterceptorToAllWrappers ( AtmosphereInterceptor c )  :  void
AtmosphereFramework.addInterceptorToWrapper ( AtmosphereFramework.AtmosphereHandlerWrapper wrapper, java.util.List interceptors )  :  void
AtmosphereFramework.addInterceptorToWrapper ( AtmosphereFramework.AtmosphereHandlerWrapper wrapper, AtmosphereInterceptor c )  :  void
AtmosphereFramework.atmosphereResourceListener ( AtmosphereResourceListener atmosphereResourceListener )  :  AtmosphereFramework
AtmosphereFramework.atmosphereResourceListeners ( )  :  java.util.List
AtmosphereFramework.closeAtmosphereResource ( )  :  void
AtmosphereFramework.createWrapperAndConfigureHandler ( AtmosphereHandler h, String mapping, java.util.List l )  :  AtmosphereFramework.AtmosphereHandlerWrapper
AtmosphereFramework.destroyInterceptors ( )  :  void
AtmosphereFramework.frameworkListener ( AtmosphereFrameworkListener l )  :  AtmosphereFramework
AtmosphereFramework.frameworkListeners ( )  :  java.util.List
AtmosphereFramework.newAtmosphereConfig ( )  :  AtmosphereConfig
AtmosphereFramework.notify ( Action.TYPE type, AtmosphereRequest request, AtmosphereResponse response )  :  AtmosphereFramework
AtmosphereFramework.notifyDestroyed ( String uuid )  :  AtmosphereFramework
AtmosphereFramework.notifySuspended ( String uuid )  :  AtmosphereFramework
AtmosphereFramework.onPostDestroy ( )  :  void
AtmosphereFramework.onPostInit ( )  :  void
AtmosphereFramework.onPreDestroy ( )  :  void
AtmosphereFramework.onPreInit ( )  :  void
AtmosphereFramework.servletConfig ( javax.servlet.ServletConfig sc, boolean wrap )  :  javax.servlet.ServletConfig
AtmosphereFramework.sessionFactory ( )  :  AtmosphereResourceSessionFactory
AtmosphereFramework.setAndConfigureAtmosphereResourceFactory ( AtmosphereResourceFactory arFactory )  :  void
AtmosphereFramework.universe ( )  :  void
AtmosphereFramework.uuidProvider ( )  :  org.atmosphere.util.UUIDProvider
AtmosphereFramework.uuidProvider ( org.atmosphere.util.UUIDProvider uuidProvider )  :  AtmosphereFramework

atmosphere-runtime-2.3.1.jar, AtmosphereFrameworkInitializer.class
package org.atmosphere.cpr
AtmosphereFrameworkInitializer.configureFramework ( javax.servlet.ServletConfig sc, boolean init, boolean useNative, Class frameworkClass )  :  AtmosphereFrameworkInitializer
AtmosphereFrameworkInitializer.newAtmosphereFramework ( Class frameworkClass )  :  AtmosphereFramework
AtmosphereFrameworkInitializer.newAtmosphereFramework ( Class frameworkClass, boolean isFilter, boolean autoDetectHandlers ) [static]  :  AtmosphereFramework
AtmosphereFrameworkInitializer.newAtmosphereFramework ( javax.servlet.ServletContext sc, boolean isFilter, boolean autoDetectHandlers ) [static]  :  AtmosphereFramework

atmosphere-runtime-2.3.1.jar, AtmosphereFrameworkInjectable.class
package org.atmosphere.inject
AtmosphereFrameworkInjectable.AtmosphereFrameworkInjectable ( )
AtmosphereFrameworkInjectable.injectable ( org.atmosphere.cpr.AtmosphereConfig config )  :  org.atmosphere.cpr.AtmosphereFramework
AtmosphereFrameworkInjectable.injectable ( org.atmosphere.cpr.AtmosphereConfig x0 )  :  Object
AtmosphereFrameworkInjectable.supportedType ( reflect.Type t )  :  boolean

atmosphere-runtime-2.3.1.jar, AtmosphereFrameworkListener.class
package org.atmosphere.cpr
AtmosphereFrameworkListener.onPostDestroy ( AtmosphereFramework p1 ) [abstract]  :  void
AtmosphereFrameworkListener.onPostInit ( AtmosphereFramework p1 ) [abstract]  :  void
AtmosphereFrameworkListener.onPreDestroy ( AtmosphereFramework p1 ) [abstract]  :  void
AtmosphereFrameworkListener.onPreInit ( AtmosphereFramework p1 ) [abstract]  :  void

atmosphere-runtime-2.3.1.jar, AtmosphereFrameworkListenerAdapter.class
package org.atmosphere.cpr
AtmosphereFrameworkListenerAdapter.AtmosphereFrameworkListenerAdapter ( )
AtmosphereFrameworkListenerAdapter.onPostDestroy ( AtmosphereFramework f )  :  void
AtmosphereFrameworkListenerAdapter.onPostInit ( AtmosphereFramework f )  :  void
AtmosphereFrameworkListenerAdapter.onPreDestroy ( AtmosphereFramework f )  :  void
AtmosphereFrameworkListenerAdapter.onPreInit ( AtmosphereFramework f )  :  void

atmosphere-runtime-2.3.1.jar, AtmosphereFrameworkServiceProcessor.class
package org.atmosphere.annotation
AtmosphereFrameworkServiceProcessor.AtmosphereFrameworkServiceProcessor ( )
AtmosphereFrameworkServiceProcessor.handle ( org.atmosphere.cpr.AtmosphereFramework framework, Class annotatedClass )  :  void

atmosphere-runtime-2.3.1.jar, AtmosphereInterceptor.class
package org.atmosphere.cpr
AtmosphereInterceptor.destroy ( ) [abstract]  :  void

atmosphere-runtime-2.3.1.jar, AtmosphereInterceptorAdapter.class
package org.atmosphere.cpr
AtmosphereInterceptorAdapter.destroy ( )  :  void

atmosphere-runtime-2.3.1.jar, AtmosphereInterceptorWriter.class
package org.atmosphere.cpr
AtmosphereInterceptorWriter.interceptor ( AsyncIOInterceptor filter, int index )  :  AtmosphereInterceptorWriter

atmosphere-runtime-2.3.1.jar, AtmosphereObjectFactory.class
package org.atmosphere.cpr
AtmosphereObjectFactory.allowInjectionOf ( Object p1 ) [abstract]  :  AtmosphereObjectFactory
AtmosphereObjectFactory.newClassInstance ( Class p1, Class p2 ) [abstract]  :  Object

atmosphere-runtime-2.3.1.jar, AtmosphereProducers.class
package org.atmosphere.inject
AtmosphereProducers.AtmosphereProducers ( )
AtmosphereProducers.configure ( org.atmosphere.cpr.AtmosphereConfig config )  :  void
AtmosphereProducers.getAtmosphereConfig ( )  :  org.atmosphere.cpr.AtmosphereConfig
AtmosphereProducers.getAtmosphereFramework ( )  :  org.atmosphere.cpr.AtmosphereFramework
AtmosphereProducers.getAtmosphereResourceFactory ( )  :  org.atmosphere.cpr.AtmosphereResourceFactory
AtmosphereProducers.getAtmosphereResourceSessionFactory ( )  :  org.atmosphere.cpr.AtmosphereResourceSessionFactory
AtmosphereProducers.getBroadcasterFactory ( )  :  org.atmosphere.cpr.BroadcasterFactory
AtmosphereProducers.getMetaBroadcaster ( )  :  org.atmosphere.cpr.MetaBroadcaster

atmosphere-runtime-2.3.1.jar, AtmosphereRequest.class
package org.atmosphere.cpr
AtmosphereRequest.cloneRequest ( javax.servlet.http.HttpServletRequest request, boolean loadInMemory, boolean copySession, boolean isDestroyable, boolean createSession ) [static]  :  AtmosphereRequest
AtmosphereRequest.localAttributes ( )  :  java.util.Map
AtmosphereRequest.uuid ( )  :  String

atmosphere-runtime-2.3.1.jar, AtmosphereResource.class
package org.atmosphere.cpr
AtmosphereResource.addBroadcaster ( Broadcaster p1 ) [abstract]  :  AtmosphereResource
AtmosphereResource.broadcasters ( ) [abstract]  :  java.util.List
AtmosphereResource.removeBroadcaster ( Broadcaster p1 ) [abstract]  :  AtmosphereResource
AtmosphereResource.removeFromAllBroadcasters ( ) [abstract]  :  AtmosphereResource

atmosphere-runtime-2.3.1.jar, AtmosphereResourceFactory.class
package org.atmosphere.cpr
AtmosphereResourceFactory.locate ( String p1, AtmosphereResourceFactory.Async p2 ) [abstract]  :  void

atmosphere-runtime-2.3.1.jar, AtmosphereResourceFactoryInjectable.class
package org.atmosphere.inject
AtmosphereResourceFactoryInjectable.AtmosphereResourceFactoryInjectable ( )
AtmosphereResourceFactoryInjectable.injectable ( org.atmosphere.cpr.AtmosphereConfig config )  :  org.atmosphere.cpr.AtmosphereResourceFactory
AtmosphereResourceFactoryInjectable.injectable ( org.atmosphere.cpr.AtmosphereConfig x0 )  :  Object
AtmosphereResourceFactoryInjectable.supportedType ( reflect.Type t )  :  boolean

atmosphere-runtime-2.3.1.jar, AtmosphereResourceFactoryServiceProcessor.class
package org.atmosphere.annotation
AtmosphereResourceFactoryServiceProcessor.AtmosphereResourceFactoryServiceProcessor ( )
AtmosphereResourceFactoryServiceProcessor.handle ( org.atmosphere.cpr.AtmosphereFramework framework, Class annotatedClass )  :  void

atmosphere-runtime-2.3.1.jar, AtmosphereResourceImpl.class
package org.atmosphere.cpr
AtmosphereResourceImpl.addBroadcaster ( Broadcaster broadcaster )  :  AtmosphereResource
AtmosphereResourceImpl.broadcasters ( )  :  java.util.List
AtmosphereResourceImpl.hashCode ( )  :  int
AtmosphereResourceImpl.removeBroadcaster ( Broadcaster broadcaster )  :  AtmosphereResource
AtmosphereResourceImpl.removeFromAllBroadcasters ( )  :  AtmosphereResource
AtmosphereResourceImpl.uniqueBroadcaster ( Broadcaster newB )  :  AtmosphereResource

atmosphere-runtime-2.3.1.jar, AtmosphereResourceLifecycleInterceptor.class
package org.atmosphere.interceptor
AtmosphereResourceLifecycleInterceptor.destroy ( )  :  void

atmosphere-runtime-2.3.1.jar, AtmosphereResourceListener.class
package org.atmosphere.cpr
AtmosphereResourceListener.onDisconnect ( String p1 ) [abstract]  :  void
AtmosphereResourceListener.onSuspended ( String p1 ) [abstract]  :  void

atmosphere-runtime-2.3.1.jar, AtmosphereResourceListenerAdapter.class
package org.atmosphere.cpr
AtmosphereResourceListenerAdapter.AtmosphereResourceListenerAdapter ( )
AtmosphereResourceListenerAdapter.onDisconnect ( String uuid )  :  void
AtmosphereResourceListenerAdapter.onSuspended ( String uuid )  :  void

atmosphere-runtime-2.3.1.jar, AtmosphereResourceListenerServiceProcessor.class
package org.atmosphere.annotation
AtmosphereResourceListenerServiceProcessor.AtmosphereResourceListenerServiceProcessor ( )
AtmosphereResourceListenerServiceProcessor.handle ( org.atmosphere.cpr.AtmosphereFramework framework, Class annotatedClass )  :  void

atmosphere-runtime-2.3.1.jar, AtmosphereResourceSessionFactory.class
package org.atmosphere.cpr
AtmosphereResourceSessionFactory.destroy ( ) [abstract]  :  void

atmosphere-runtime-2.3.1.jar, AtmosphereResourceSessionFactoryInjectable.class
package org.atmosphere.inject
AtmosphereResourceSessionFactoryInjectable.AtmosphereResourceSessionFactoryInjectable ( )
AtmosphereResourceSessionFactoryInjectable.injectable ( org.atmosphere.cpr.AtmosphereConfig config )  :  org.atmosphere.cpr.AtmosphereResourceSessionFactory
AtmosphereResourceSessionFactoryInjectable.injectable ( org.atmosphere.cpr.AtmosphereConfig x0 )  :  Object
AtmosphereResourceSessionFactoryInjectable.supportedType ( reflect.Type t )  :  boolean

atmosphere-runtime-2.3.1.jar, AtmosphereResourceStateRecovery.class
package org.atmosphere.interceptor
AtmosphereResourceStateRecovery.destroy ( )  :  void

atmosphere-runtime-2.3.1.jar, BoundedApachePoolableProvider.class
package org.atmosphere.pool
BoundedApachePoolableProvider.borrowBroadcaster ( Object id )  :  org.atmosphere.cpr.Broadcaster
BoundedApachePoolableProvider.BoundedApachePoolableProvider ( )
BoundedApachePoolableProvider.configureGenericObjectPoolConfig ( )  :  void

atmosphere-runtime-2.3.1.jar, Broadcaster.class
package org.atmosphere.cpr
Broadcaster.getBroadcasterLifeCyclePolicy ( ) [abstract]  :  BroadcasterLifeCyclePolicy

atmosphere-runtime-2.3.1.jar, BroadcasterCreationException.class
package org.atmosphere.cpr
BroadcasterFactory.BroadcasterCreationException.BroadcasterFactory.BroadcasterCreationException ( Throwable t )

atmosphere-runtime-2.3.1.jar, BroadcasterFactory.class
package org.atmosphere.cpr
BroadcasterFactory.broadcasterListeners ( ) [abstract]  :  java.util.Collection

atmosphere-runtime-2.3.1.jar, BroadcasterFactoryInjectable.class
package org.atmosphere.inject
BroadcasterFactoryInjectable.BroadcasterFactoryInjectable ( )
BroadcasterFactoryInjectable.injectable ( org.atmosphere.cpr.AtmosphereConfig config )  :  org.atmosphere.cpr.BroadcasterFactory
BroadcasterFactoryInjectable.injectable ( org.atmosphere.cpr.AtmosphereConfig x0 )  :  Object
BroadcasterFactoryInjectable.supportedType ( reflect.Type t )  :  boolean

atmosphere-runtime-2.3.1.jar, BroadcasterLifecyclePolicyHandler.class
package org.atmosphere.lifecycle
BroadcasterLifecyclePolicyHandler.BroadcasterLifecyclePolicyHandler ( )
BroadcasterLifecyclePolicyHandler.onPostCreate ( org.atmosphere.cpr.Broadcaster b )  :  void
BroadcasterLifecyclePolicyHandler.onPreDestroy ( org.atmosphere.cpr.Broadcaster b )  :  void
BroadcasterLifecyclePolicyHandler.onRemoveAtmosphereResource ( org.atmosphere.cpr.Broadcaster b, org.atmosphere.cpr.AtmosphereResource r )  :  void

atmosphere-runtime-2.3.1.jar, ContainerInitializer.class
package org.atmosphere.cpr
ContainerInitializer.ContainerInitializer ( )
ContainerInitializer.onStartup ( java.util.Set classes, javax.servlet.ServletContext c )  :  void

atmosphere-runtime-2.3.1.jar, DefaultAnnotationProcessor.class
package org.atmosphere.cpr
DefaultAnnotationProcessor.configure ( AtmosphereConfig config )  :  void

atmosphere-runtime-2.3.1.jar, DefaultAtmosphereObjectFactory.class
package org.atmosphere.cpr
AtmosphereFramework.DefaultAtmosphereObjectFactory.allowInjectionOf ( Object o )  :  AtmosphereObjectFactory
AtmosphereFramework.DefaultAtmosphereObjectFactory.configure ( AtmosphereConfig config )  :  void
AtmosphereFramework.DefaultAtmosphereObjectFactory.newClassInstance ( Class classType, Class defaultType )  :  Object

atmosphere-runtime-2.3.1.jar, DefaultAtmosphereResourceFactory.class
package org.atmosphere.cpr
DefaultAtmosphereResourceFactory.locate ( String uuid, AtmosphereResourceFactory.Async async )  :  void

atmosphere-runtime-2.3.1.jar, DefaultAtmosphereResourceSessionFactory.class
package org.atmosphere.cpr
DefaultAtmosphereResourceSessionFactory.destroy ( )  :  void
DefaultAtmosphereResourceSessionFactory.getSession ( AtmosphereResource resource )  :  AtmosphereResourceSession

atmosphere-runtime-2.3.1.jar, DefaultBroadcaster.class
package org.atmosphere.cpr
DefaultBroadcaster.broadcasterListeners ( )  :  java.util.Collection
DefaultBroadcaster.currentLifecycleTask ( )  :  java.util.concurrent.Future
DefaultBroadcaster.currentLifecycleTask ( java.util.concurrent.Future currentLifecycleTask )  :  DefaultBroadcaster
DefaultBroadcaster.getBroadcasterLifeCyclePolicy ( )  :  BroadcasterLifeCyclePolicy
DefaultBroadcaster.lifecycleHandler ( )  :  org.atmosphere.lifecycle.LifecycleHandler
DefaultBroadcaster.lifecycleHandler ( org.atmosphere.lifecycle.LifecycleHandler lifecycleHandler )  :  DefaultBroadcaster
DefaultBroadcaster.recentActivity ( )  :  java.util.concurrent.atomic.AtomicBoolean
DefaultBroadcaster.rename ( String id )  :  Broadcaster

atmosphere-runtime-2.3.1.jar, DefaultBroadcasterCache.class
package org.atmosphere.cache
DefaultBroadcasterCache.configure ( org.atmosphere.cpr.AtmosphereConfig config )  :  void

atmosphere-runtime-2.3.1.jar, DefaultBroadcasterFactory.class
package org.atmosphere.cpr
DefaultBroadcasterFactory.broadcasterListeners ( )  :  java.util.Collection

atmosphere-runtime-2.3.1.jar, DefaultMetaBroadcaster.class
package org.atmosphere.cpr
DefaultMetaBroadcaster.addBroadcasterListener ( BroadcasterListener b )  :  MetaBroadcaster
DefaultMetaBroadcaster.broadcast ( String path, Object message, int time, java.util.concurrent.TimeUnit unit, boolean delay, boolean cacheMessage )  :  DefaultMetaBroadcaster.MetaBroadcasterFuture
DefaultMetaBroadcaster.broadcastTo ( String broadcasterID, Object message )  :  java.util.concurrent.Future
DefaultMetaBroadcaster.broadcastTo ( String broadcasterID, Object message, boolean cacheMessage )  :  java.util.concurrent.Future
DefaultMetaBroadcaster.cache ( MetaBroadcaster.MetaBroadcasterCache cache )  :  MetaBroadcaster
DefaultMetaBroadcaster.configure ( AtmosphereConfig config )  :  void
DefaultMetaBroadcaster.DefaultMetaBroadcaster ( )
DefaultMetaBroadcaster.delayTo ( String broadcasterID, Object message, int time, java.util.concurrent.TimeUnit unit )  :  java.util.concurrent.Future
DefaultMetaBroadcaster.destroy ( )  :  void
DefaultMetaBroadcaster.flushCache ( )  :  MetaBroadcaster
DefaultMetaBroadcaster.map ( String path, Object message, int time, java.util.concurrent.TimeUnit unit, boolean delay, boolean cacheMessage )  :  DefaultMetaBroadcaster.MetaBroadcasterFuture
DefaultMetaBroadcaster.removeBroadcasterListener ( BroadcasterListener b )  :  MetaBroadcaster
DefaultMetaBroadcaster.scheduleTo ( String broadcasterID, Object message, int time, java.util.concurrent.TimeUnit unit )  :  java.util.concurrent.Future

atmosphere-runtime-2.3.1.jar, DefaultUUIDProvider.class
package org.atmosphere.util
DefaultUUIDProvider.DefaultUUIDProvider ( )
DefaultUUIDProvider.generateUuid ( )  :  String

atmosphere-runtime-2.3.1.jar, DefaultWebSocketProcessor.class
package org.atmosphere.websocket
DefaultWebSocketProcessor.configure ( org.atmosphere.cpr.AtmosphereConfig config )  :  WebSocketProcessor
DefaultWebSocketProcessor.DefaultWebSocketProcessor ( )
DefaultWebSocketProcessor.onPing ( WebSocket webSocket, byte[ ] payload, int offset, int length )  :  void
DefaultWebSocketProcessor.onPong ( WebSocket webSocket, byte[ ] payload, int offset, int length )  :  void

atmosphere-runtime-2.3.1.jar, ExecutorsFactory.class
package org.atmosphere.util
ExecutorsFactory.reset ( org.atmosphere.cpr.AtmosphereConfig config ) [static]  :  void

atmosphere-runtime-2.3.1.jar, ForkJoinPool.class
package org.atmosphere.util
ForkJoinPool.awaitTermination ( long timeout, java.util.concurrent.TimeUnit unit )  :  boolean
ForkJoinPool.execute ( Runnable command )  :  void
ForkJoinPool.ForkJoinPool ( )
ForkJoinPool.isShutdown ( )  :  boolean
ForkJoinPool.isTerminated ( )  :  boolean
ForkJoinPool.pool ( )  :  java.util.concurrent.ForkJoinPool
ForkJoinPool.shutdown ( )  :  void
ForkJoinPool.shutdownNow ( )  :  java.util.List

atmosphere-runtime-2.3.1.jar, HeartbeatAtmosphereResourceEvent.class
package org.atmosphere.cpr
HeartbeatAtmosphereResourceEvent.HeartbeatAtmosphereResourceEvent ( AtmosphereResourceImpl resource )

atmosphere-runtime-2.3.1.jar, HeartbeatInterceptor.class
package org.atmosphere.interceptor
HeartbeatInterceptor.destroy ( )  :  void

atmosphere-runtime-2.3.1.jar, IdleResourceInterceptor.class
package org.atmosphere.interceptor
IdleResourceInterceptor.destroy ( )  :  void

atmosphere-runtime-2.3.1.jar, Injectable.class
package org.atmosphere.inject
Injectable.injectable ( org.atmosphere.cpr.AtmosphereConfig p1 ) [abstract]  :  Object
Injectable.supportedType ( reflect.Type p1 ) [abstract]  :  boolean

atmosphere-runtime-2.3.1.jar, InjectableObjectFactory.class
package org.atmosphere.inject
InjectableObjectFactory.allowInjectionOf ( Object x0 )  :  org.atmosphere.cpr.AtmosphereObjectFactory
InjectableObjectFactory.allowInjectionOf ( Injectable injectable )  :  org.atmosphere.cpr.AtmosphereObjectFactory
InjectableObjectFactory.configure ( org.atmosphere.cpr.AtmosphereConfig config )  :  void
InjectableObjectFactory.InjectableObjectFactory ( )
InjectableObjectFactory.injectAtmosphereInternalObject ( Object instance, Class defaultType, org.atmosphere.cpr.AtmosphereFramework framework )  :  void
InjectableObjectFactory.newClassInstance ( Class classType, Class defaultType )  :  Object
InjectableObjectFactory.postConstructExecution ( Object instance, Class defaultType )  :  void
InjectableObjectFactory.toString ( )  :  String

atmosphere-runtime-2.3.1.jar, IOUtils.class
package org.atmosphere.util
IOUtils.guestRawServletPath ( org.atmosphere.cpr.AtmosphereConfig config ) [static]  :  String

atmosphere-runtime-2.3.1.jar, JSR356AsyncSupport.class
package org.atmosphere.container
JSR356AsyncSupport.JSR356AsyncSupport ( org.atmosphere.cpr.AtmosphereConfig config, javax.servlet.ServletContext ctx )

atmosphere-runtime-2.3.1.jar, LifecycleHandler.class
package org.atmosphere.lifecycle
LifecycleHandler.LifecycleHandler ( )
LifecycleHandler.notifyDestroyListener ( org.atmosphere.cpr.DefaultBroadcaster broadcaster )  :  void
LifecycleHandler.notifyEmptyListener ( org.atmosphere.cpr.DefaultBroadcaster broadcaster )  :  void
LifecycleHandler.notifyIdleListener ( org.atmosphere.cpr.DefaultBroadcaster broadcaster )  :  void
LifecycleHandler.off ( org.atmosphere.cpr.DefaultBroadcaster broadcaster )  :  LifecycleHandler
LifecycleHandler.offIfEmpty ( org.atmosphere.cpr.DefaultBroadcaster broadcaster )  :  LifecycleHandler
LifecycleHandler.on ( org.atmosphere.cpr.DefaultBroadcaster broadcaster )  :  LifecycleHandler

atmosphere-runtime-2.3.1.jar, MetaBroadcaster.class
package org.atmosphere.cpr
MetaBroadcaster.broadcastTo ( String p1, Object p2, boolean p3 ) [abstract]  :  java.util.concurrent.Future

atmosphere-runtime-2.3.1.jar, MetaBroadcasterInjectable.class
package org.atmosphere.inject
MetaBroadcasterInjectable.injectable ( org.atmosphere.cpr.AtmosphereConfig config )  :  org.atmosphere.cpr.MetaBroadcaster
MetaBroadcasterInjectable.injectable ( org.atmosphere.cpr.AtmosphereConfig x0 )  :  Object
MetaBroadcasterInjectable.MetaBroadcasterInjectable ( )
MetaBroadcasterInjectable.supportedType ( reflect.Type t )  :  boolean

atmosphere-runtime-2.3.1.jar, Meteor.class
package org.atmosphere.cpr
Meteor.getAtmosphereConfig ( )  :  AtmosphereConfig

atmosphere-runtime-2.3.1.jar, PoolableBroadcasterFactory.class
package org.atmosphere.pool
PoolableBroadcasterFactory.add ( org.atmosphere.cpr.Broadcaster b, Object id )  :  boolean
PoolableBroadcasterFactory.configure ( String broadcasterLifeCyclePolicy )  :  void
PoolableBroadcasterFactory.createBroadcaster ( )  :  org.atmosphere.cpr.Broadcaster
PoolableBroadcasterFactory.get ( )  :  org.atmosphere.cpr.Broadcaster
PoolableBroadcasterFactory.lookup ( Class c, Object id, boolean createIfNull, boolean unique )  :  org.atmosphere.cpr.Broadcaster
PoolableBroadcasterFactory.lookupAll ( )  :  java.util.Collection
PoolableBroadcasterFactory.PoolableBroadcasterFactory ( )
PoolableBroadcasterFactory.PoolableBroadcasterFactory ( Class clazz, String broadcasterLifeCyclePolicy, org.atmosphere.cpr.AtmosphereConfig c ) *DEPRECATED*
PoolableBroadcasterFactory.poolableProvider ( )  :  PoolableProvider
PoolableBroadcasterFactory.poolableProvider ( PoolableProvider poolableProvider )  :  PoolableBroadcasterFactory
PoolableBroadcasterFactory.remove ( Object id )  :  boolean
PoolableBroadcasterFactory.remove ( org.atmosphere.cpr.Broadcaster b, Object id )  :  boolean
PoolableBroadcasterFactory.removeAllAtmosphereResource ( org.atmosphere.cpr.AtmosphereResource r )  :  void
PoolableBroadcasterFactory.trackPooledBroadcaster ( )  :  boolean
PoolableBroadcasterFactory.trackPooledBroadcaster ( boolean trackPooledBroadcaster )  :  PoolableBroadcasterFactory

atmosphere-runtime-2.3.1.jar, PoolableProvider.class
package org.atmosphere.pool
PoolableProvider.activeBroadcaster ( ) [abstract]  :  long
PoolableProvider.borrowBroadcaster ( Object p1 ) [abstract]  :  org.atmosphere.cpr.Broadcaster
PoolableProvider.implementation ( ) [abstract]  :  Object
PoolableProvider.poolSize ( ) [abstract]  :  long
PoolableProvider.returnBroadcaster ( org.atmosphere.cpr.Broadcaster p1 ) [abstract]  :  PoolableProvider

atmosphere-runtime-2.3.1.jar, ProtocolUtil.class
package org.atmosphere.websocket.protocol
ProtocolUtil.constructRequest ( org.atmosphere.websocket.WebSocket webSocket, String pathInfo, String requestURI, String methodType, String contentType, boolean destroyable ) [static]  :  org.atmosphere.cpr.AtmosphereRequest.Builder

atmosphere-runtime-2.3.1.jar, UnboundedApachePoolableProvider.class
package org.atmosphere.pool
UnboundedApachePoolableProvider.activeBroadcaster ( )  :  long
UnboundedApachePoolableProvider.borrowBroadcaster ( Object id )  :  org.atmosphere.cpr.Broadcaster
UnboundedApachePoolableProvider.configure ( org.atmosphere.cpr.AtmosphereConfig config )  :  void
UnboundedApachePoolableProvider.configureGenericObjectPoolConfig ( )  :  void
UnboundedApachePoolableProvider.implementation ( )  :  Object
UnboundedApachePoolableProvider.implementation ( )  :  org.apache.commons.pool2.impl.GenericObjectPool
UnboundedApachePoolableProvider.poolSize ( )  :  long
UnboundedApachePoolableProvider.returnBroadcaster ( org.atmosphere.cpr.Broadcaster b )  :  PoolableProvider
UnboundedApachePoolableProvider.UnboundedApachePoolableProvider ( )

atmosphere-runtime-2.3.1.jar, Universe.class
package org.atmosphere.cpr
Universe.broadcasterFactory ( ) [static]  :  BroadcasterFactory
Universe.broadcasterFactory ( BroadcasterFactory a ) [static]  :  void
Universe.framework ( ) [static]  :  AtmosphereFramework
Universe.framework ( AtmosphereFramework a ) [static]  :  void
Universe.metaBroadcaster ( ) [static]  :  DefaultMetaBroadcaster
Universe.metaBroadcaster ( DefaultMetaBroadcaster a ) [static]  :  void
Universe.resourceFactory ( ) [static]  :  AtmosphereResourceFactory
Universe.resourceFactory ( AtmosphereResourceFactory a ) [static]  :  void
Universe.sessionFactory ( ) [static]  :  AtmosphereResourceSessionFactory
Universe.sessionResourceFactory ( AtmosphereResourceSessionFactory a ) [static]  :  void
Universe.Universe ( )

atmosphere-runtime-2.3.1.jar, UUIDBroadcasterCache.class
package org.atmosphere.cache
UUIDBroadcasterCache.configure ( org.atmosphere.cpr.AtmosphereConfig config )  :  void

atmosphere-runtime-2.3.1.jar, UUIDProvider.class
package org.atmosphere.util
UUIDProvider.generateUuid ( ) [abstract]  :  String

atmosphere-runtime-2.3.1.jar, UUIDProviderServiceProcessor.class
package org.atmosphere.annotation
UUIDProviderServiceProcessor.handle ( org.atmosphere.cpr.AtmosphereFramework framework, Class annotatedClass )  :  void
UUIDProviderServiceProcessor.UUIDProviderServiceProcessor ( )

atmosphere-runtime-2.3.1.jar, VoidAnnotationProcessor.class
package org.atmosphere.util
VoidAnnotationProcessor.configure ( org.atmosphere.cpr.AtmosphereConfig config )  :  void

atmosphere-runtime-2.3.1.jar, WebSocket.class
package org.atmosphere.websocket
WebSocket.attributes ( )  :  java.util.Map
WebSocket.sendPing ( byte[ ] payload )  :  WebSocket
WebSocket.sendPong ( byte[ ] payload )  :  WebSocket
WebSocket.shiftAttributes ( )  :  WebSocket

atmosphere-runtime-2.3.1.jar, WebSocketHandlerProxy.class
package org.atmosphere.websocket
WebSocketProcessor.WebSocketHandlerProxy.WebSocketProcessor.WebSocketHandlerProxy ( Class broadcasterClazz, WebSocketHandler proxied )

atmosphere-runtime-2.3.1.jar, WebSocketPingPongListener.class
package org.atmosphere.websocket
WebSocketPingPongListener.onPing ( WebSocket p1, byte[ ] p2, int p3, int p4 ) [abstract]  :  void
WebSocketPingPongListener.onPong ( WebSocket p1, byte[ ] p2, int p3, int p4 ) [abstract]  :  void

atmosphere-runtime-2.3.1.jar, WebSocketProcessor.class
package org.atmosphere.websocket
WebSocketProcessor.configure ( org.atmosphere.cpr.AtmosphereConfig p1 ) [abstract]  :  WebSocketProcessor

atmosphere-runtime-2.3.1.jar, WebSocketProcessorAdapter.class
package org.atmosphere.websocket
WebSocketProcessorAdapter.close ( WebSocket webSocket, int closeCode )  :  void
WebSocketProcessorAdapter.configure ( org.atmosphere.cpr.AtmosphereConfig config )  :  WebSocketProcessor
WebSocketProcessorAdapter.destroy ( )  :  void
WebSocketProcessorAdapter.handshake ( javax.servlet.http.HttpServletRequest request )  :  boolean
WebSocketProcessorAdapter.invokeWebSocketProtocol ( WebSocket webSocket, byte[ ] data, int offset, int length )  :  void
WebSocketProcessorAdapter.invokeWebSocketProtocol ( WebSocket webSocket, java.io.InputStream stream )  :  void
WebSocketProcessorAdapter.invokeWebSocketProtocol ( WebSocket webSocket, java.io.Reader reader )  :  void
WebSocketProcessorAdapter.invokeWebSocketProtocol ( WebSocket webSocket, String webSocketMessage )  :  void
WebSocketProcessorAdapter.notifyListener ( WebSocket webSocket, WebSocketEventListener.WebSocketEvent webSocketEvent )  :  void
WebSocketProcessorAdapter.open ( WebSocket webSocket, org.atmosphere.cpr.AtmosphereRequest request, org.atmosphere.cpr.AtmosphereResponse response )  :  void
WebSocketProcessorAdapter.registerWebSocketHandler ( String path, WebSocketProcessor.WebSocketHandlerProxy webSockethandler )  :  WebSocketProcessor
WebSocketProcessorAdapter.WebSocketProcessorAdapter ( )

richfaces-a4j-4.5.6.Final.jar, PanelIconBasic.class
package org.richfaces.renderkit.html.iconimages
PanelIconBasic.paintImage ( java.awt.Graphics2D p1, java.awt.Color p2, java.awt.Color p3, java.awt.Color p4 ) [abstract]  :  void

richfaces-a4j-4.5.6.Final.jar, PanelIconChevronBasic.class
package org.richfaces.renderkit.html.iconimages
PanelIconChevronBasic.paintImage ( java.awt.Graphics2D graphics2d, java.awt.Color color1, java.awt.Color color2, java.awt.Color color3 )  :  void

richfaces-a4j-4.5.6.Final.jar, PanelIconDisc.class
package org.richfaces.renderkit.html.iconimages
PanelIconDisc.paintImage ( java.awt.Graphics2D g2d, java.awt.Color color1, java.awt.Color color2, java.awt.Color color3 )  :  void

richfaces-a4j-4.5.6.Final.jar, PanelIconGrid.class
package org.richfaces.renderkit.html.iconimages
PanelIconGrid.paintImage ( java.awt.Graphics2D g2d, java.awt.Color color1, java.awt.Color color2, java.awt.Color color3 )  :  void

richfaces-a4j-4.5.6.Final.jar, PanelIconTriangleBasic.class
package org.richfaces.renderkit.html.iconimages
PanelIconTriangleBasic.paintImage ( java.awt.Graphics2D g2d, java.awt.Color color1, java.awt.Color color2, java.awt.Color color3 )  :  void

richfaces-a4j-4.5.6.Final.jar, UISequence.class
package org.richfaces.component
UISequence.invokeOnRow ( javax.faces.context.FacesContext facesContext, String clientId, javax.faces.component.ContextCallback callback )  :  boolean

richfaces-rich-4.5.6.Final.jar, AbstractFileUpload.class
package org.richfaces.component
AbstractFileUpload.getMaxFileSize ( ) [abstract]  :  long
AbstractFileUpload.getOnsizerejected ( ) [abstract]  :  String

richfaces-rich-4.5.6.Final.jar, UIFileUpload.class
package org.richfaces.component
UIFileUpload.getMaxFileSize ( )  :  long
UIFileUpload.getOnsizerejected ( )  :  String
UIFileUpload.setMaxFileSize ( long maxFileSize )  :  void
UIFileUpload.setOnsizerejected ( String onsizerejected )  :  void

to the top

Removed Methods (50)


atmosphere-runtime-2.2.6.jar, AbstractBroadcasterCache.class
package org.atmosphere.cache
AbstractBroadcasterCache.configure ( org.atmosphere.cpr.BroadcasterConfig config )  :  void

atmosphere-runtime-2.2.6.jar, AnnotationProcessor.class
package org.atmosphere.cpr
AnnotationProcessor.configure ( AtmosphereFramework p1 ) [abstract]  :  AnnotationProcessor

atmosphere-runtime-2.2.6.jar, AtmosphereFramework.class
package org.atmosphere.cpr
AtmosphereFramework.initGlobalInterceptors ( )  :  void
AtmosphereFramework.initHandlerInterceptors ( java.util.LinkedList l )  :  void
AtmosphereFramework.initInterceptors ( )  :  void
AtmosphereFramework.notify ( Action.TYPE type, AtmosphereRequest request, AtmosphereResponse response )  :  void
AtmosphereFramework.positionInterceptor ( org.atmosphere.interceptor.InvokationOrder.PRIORITY p, AtmosphereInterceptor c, java.util.LinkedList interceptors )  :  void

atmosphere-runtime-2.2.6.jar, AtmosphereFrameworkInitializer.class
package org.atmosphere.cpr
AtmosphereFrameworkInitializer.configureFramework ( javax.servlet.ServletConfig sc, boolean init, boolean useNative )  :  AtmosphereFrameworkInitializer
AtmosphereFrameworkInitializer.newAtmosphereFramework ( )  :  AtmosphereFramework

atmosphere-runtime-2.2.6.jar, AtmosphereInitializer.class
package org.atmosphere.cpr
AtmosphereInitializer.AtmosphereInitializer ( )
AtmosphereInitializer.onStartup ( java.util.Set classes, javax.servlet.ServletContext c )  :  void

atmosphere-runtime-2.2.6.jar, AtmosphereObjectFactory.class
package org.atmosphere.cpr
AtmosphereObjectFactory.newClassInstance ( AtmosphereFramework p1, Class p2, Class p3 ) [abstract]  :  Object

atmosphere-runtime-2.2.6.jar, AtmosphereRequest.class
package org.atmosphere.cpr
AtmosphereRequest.cloneRequest ( javax.servlet.http.HttpServletRequest request, boolean loadInMemory, boolean copySession, boolean isDestroyable ) [static]  :  AtmosphereRequest

atmosphere-runtime-2.2.6.jar, AtmosphereResourceFactory.class
package org.atmosphere.cpr
AtmosphereResourceFactory.AtmosphereResourceFactory ( )
AtmosphereResourceFactory.getDefault ( ) [static]  :  AtmosphereResourceFactory *DEPRECATED*

atmosphere-runtime-2.2.6.jar, AtmosphereResourceImpl.class
package org.atmosphere.cpr
AtmosphereResourceImpl.setBroadcaster ( Broadcaster broadcaster )  :  AtmosphereResourceImpl

atmosphere-runtime-2.2.6.jar, AtmosphereResourceSessionFactory.class
package org.atmosphere.cpr
AtmosphereResourceSessionFactory.AtmosphereResourceSessionFactory ( )
AtmosphereResourceSessionFactory.getDefault ( ) [static]  :  AtmosphereResourceSessionFactory

atmosphere-runtime-2.2.6.jar, BroadcasterCache.class
package org.atmosphere.cpr
BroadcasterCache.configure ( BroadcasterConfig p1 ) [abstract]  :  void

atmosphere-runtime-2.2.6.jar, BroadcasterCreationException.class
package org.atmosphere.cpr
DefaultBroadcasterFactory.BroadcasterCreationException.DefaultBroadcasterFactory.BroadcasterCreationException ( Throwable t )

atmosphere-runtime-2.2.6.jar, BroadcasterFactory.class
package org.atmosphere.cpr
BroadcasterFactory.BroadcasterFactory ( )
BroadcasterFactory.getDefault ( ) [static]  :  BroadcasterFactory *DEPRECATED*

atmosphere-runtime-2.2.6.jar, DefaultAnnotationProcessor.class
package org.atmosphere.cpr
DefaultAnnotationProcessor.configure ( AtmosphereFramework framework )  :  AnnotationProcessor

atmosphere-runtime-2.2.6.jar, DefaultAtmosphereObjectFactory.class
package org.atmosphere.cpr
AtmosphereFramework.DefaultAtmosphereObjectFactory.newClassInstance ( AtmosphereFramework framework, Class classType, Class defaultType )  :  Object

atmosphere-runtime-2.2.6.jar, DefaultBroadcaster.class
package org.atmosphere.cpr
DefaultBroadcaster.broadcasterListeners ( )  :  java.util.concurrent.ConcurrentLinkedQueue
DefaultBroadcaster.cacheLostMessage ( AtmosphereResource r )  :  void
DefaultBroadcaster.notifyDestroyListener ( )  :  void
DefaultBroadcaster.notifyEmptyListener ( )  :  void
DefaultBroadcaster.notifyIdleListener ( )  :  void

atmosphere-runtime-2.2.6.jar, DefaultBroadcasterCache.class
package org.atmosphere.cache
DefaultBroadcasterCache.configure ( org.atmosphere.cpr.BroadcasterConfig config )  :  void

atmosphere-runtime-2.2.6.jar, DefaultBroadcasterFactory.class
package org.atmosphere.cpr
DefaultBroadcasterFactory.buildAndReplaceDefaultfactory ( Class clazz, AtmosphereConfig c ) [static]  :  BroadcasterFactory

atmosphere-runtime-2.2.6.jar, DefaultWebSocketProcessor.class
package org.atmosphere.websocket
DefaultWebSocketProcessor.DefaultWebSocketProcessor ( org.atmosphere.cpr.AtmosphereFramework framework )

atmosphere-runtime-2.2.6.jar, HeartbeatAtmosphereResourceEvent.class
package org.atmosphere
HeartbeatAtmosphereResourceEvent.HeartbeatAtmosphereResourceEvent ( cpr.AtmosphereResourceImpl resource )

atmosphere-runtime-2.2.6.jar, MetaBroadcaster.class
package org.atmosphere.cpr
MetaBroadcaster.broadcast ( String path, Object message, int time, java.util.concurrent.TimeUnit unit, boolean delay, boolean cacheMessage )  :  MetaBroadcaster.MetaBroadcasterFuture
MetaBroadcaster.flushCache ( )  :  MetaBroadcaster
MetaBroadcaster.getDefault ( ) [static]  :  MetaBroadcaster *DEPRECATED*
MetaBroadcaster.map ( String path, Object message, int time, java.util.concurrent.TimeUnit unit, boolean delay, boolean cacheMessage )  :  MetaBroadcaster.MetaBroadcasterFuture
MetaBroadcaster.MetaBroadcaster ( )
MetaBroadcaster.MetaBroadcaster ( AtmosphereConfig config )

atmosphere-runtime-2.2.6.jar, ProtocolUtil.class
package org.atmosphere.websocket.protocol
ProtocolUtil.constructRequest ( org.atmosphere.cpr.AtmosphereResource resource, String pathInfo, String requestURI, String methodType, String contentType, boolean destroyable ) [static]  :  org.atmosphere.cpr.AtmosphereRequest.Builder

atmosphere-runtime-2.2.6.jar, UUIDBroadcasterCache.class
package org.atmosphere.cache
UUIDBroadcasterCache.configure ( org.atmosphere.cpr.BroadcasterConfig config )  :  void

atmosphere-runtime-2.2.6.jar, VoidAnnotationProcessor.class
package org.atmosphere.util
VoidAnnotationProcessor.configure ( org.atmosphere.cpr.AtmosphereFramework framework )  :  org.atmosphere.cpr.AnnotationProcessor

atmosphere-runtime-2.2.6.jar, WebSocketHandlerProxy.class
package org.atmosphere.websocket
WebSocketProcessor.WebSocketHandlerProxy.interceptors ( )  :  java.util.List
WebSocketProcessor.WebSocketHandlerProxy.WebSocketProcessor.WebSocketHandlerProxy ( Class broadcasterClazz, WebSocketHandler proxied, java.util.List interceptors )

richfaces-a4j-4.5.5.Final.jar, PanelIconBasic.class
package org.richfaces.renderkit.html.iconimages
PanelIconBasic.paintImage ( java.awt.Graphics2D p1, java.awt.Color p2 ) [abstract]  :  void
PanelIconBasic.setDisabled ( boolean topIcon )  :  void

richfaces-a4j-4.5.5.Final.jar, PanelIconChevronBasic.class
package org.richfaces.renderkit.html.iconimages
PanelIconChevronBasic.paintImage ( java.awt.Graphics2D graphics2d, java.awt.Color color )  :  void

richfaces-a4j-4.5.5.Final.jar, PanelIconDisc.class
package org.richfaces.renderkit.html.iconimages
PanelIconDisc.paintImage ( java.awt.Graphics2D g2d, java.awt.Color color )  :  void

richfaces-a4j-4.5.5.Final.jar, PanelIconGrid.class
package org.richfaces.renderkit.html.iconimages
PanelIconGrid.paintImage ( java.awt.Graphics2D g2d, java.awt.Color color )  :  void

richfaces-a4j-4.5.5.Final.jar, PanelIconTriangleBasic.class
package org.richfaces.renderkit.html.iconimages
PanelIconTriangleBasic.paintImage ( java.awt.Graphics2D g2d, java.awt.Color color )  :  void

to the top

Problems with Data Types, High Severity (19)


atmosphere-runtime-2.2.6.jar
package org.atmosphere
[+] HeartbeatAtmosphereResourceEvent (1)

package org.atmosphere.cpr
[+] AnnotationProcessor (1)
[+] AtmosphereFramework (1)
[+] AtmosphereInitializer (1)
[+] AtmosphereObjectFactory (1)
[+] AtmosphereResourceFactory (1)
[+] AtmosphereResourceSessionFactory (1)
[+] AtmosphereServlet (3)
[+] BroadcasterCache (1)
[+] BroadcasterFactory (1)
[+] DefaultBroadcaster (2)
[+] DefaultBroadcasterFactory.BroadcasterCreationException (1)
[+] MetaBroadcaster (1)

package org.atmosphere.handler
[+] AbstractReflectorAtmosphereHandler (1)
[+] ReflectorServletProcessor (1)

richfaces-a4j-4.5.5.Final.jar
package org.richfaces.renderkit.html.iconimages
[+] PanelIconBasic (1)

to the top

Problems with Methods, High Severity (3)


atmosphere-runtime-2.2.6.jar, AtmosphereConfig
package org.atmosphere.cpr
[+] AtmosphereConfig.AtmosphereConfig ( AtmosphereFramework framework ) (1)

atmosphere-runtime-2.2.6.jar, AtmosphereFramework
package org.atmosphere.cpr
[+] AtmosphereFramework.notify ( Action.TYPE type, AtmosphereRequest request, AtmosphereResponse response )  :  void (1)

richfaces-a4j-4.5.5.Final.jar, UISequence
package org.richfaces.component
[+] UISequence.getRelativeRowIndex ( )  :  int (1)

to the top

Problems with Data Types, Medium Severity (15)


atmosphere-runtime-2.2.6.jar
package org.atmosphere.cpr
[+] AnnotationProcessor (1)
[+] AtmosphereFramework.AtmosphereHandlerWrapper (1)
[+] AtmosphereObjectFactory (2)
[+] AtmosphereResource (4)
[+] BroadcasterCache (1)
[+] DefaultAtmosphereResourceFactory (1)
[+] DefaultAtmosphereResourceSessionFactory (1)
[+] DefaultBroadcasterFactory (1)

package org.atmosphere.websocket
[+] WebSocketProcessor (1)
[+] WebSocketProtocol (1)

richfaces-rich-4.5.5.Final.jar
package org.richfaces.component
[+] AbstractFileUpload (1)

to the top

Problems with Data Types, Low Severity (4)


atmosphere-runtime-2.2.6.jar
package org.atmosphere.cpr
[+] AtmosphereConfig (2)
[+] DefaultBroadcaster (1)

richfaces-a4j-4.5.5.Final.jar
package org.richfaces.component
[+] UISequence (1)

to the top

Other Changes in Data Types (27)


atmosphere-runtime-2.2.6.jar
package org.atmosphere.cache
[+] AbstractBroadcasterCache (1)

package org.atmosphere.cpr
[+] AtmosphereFramework (6)
[+] AtmosphereInterceptor (2)
[+] AtmosphereObjectFactory (1)
[+] AtmosphereResourceImpl (1)
[+] AtmosphereSession (1)
[+] Broadcaster (1)
[+] DefaultBroadcaster (3)
[+] DefaultBroadcasterFactory (2)

package org.atmosphere.handler
[+] AbstractReflectorAtmosphereHandler (1)

package org.atmosphere.util
[+] EndpointMapper (1)
[+] ExecutorsFactory (3)

richfaces-a4j-4.5.5.Final.jar
package org.richfaces.renderkit.html.iconimages
[+] PanelIconBasic (1)

richfaces-rich-4.5.5.Final.jar
package org.richfaces.component
[+] AbstractFileUpload (1)
[+] UIFileUpload.Properties (2)

to the top

Java ARchives (10)


atmosphere-runtime-2.2.6.jar
cssparser-0.9.15.jar
ehcache-2.8.3.jar
guava-18.0.jar
richfaces-a4j-4.5.5.Final.jar
richfaces-core-4.5.5.Final.jar
richfaces-page-fragments-4.5.5.Final.jar
richfaces-rich-4.5.5.Final.jar
sac-1.3.jar
sizeof-agent.jar

to the top




Generated on Wed Jun 10 07:14:20 2015 for RichFaces by Java API Compliance Checker 1.3.7  
A tool for checking backward compatibility of a Java library API