Binary compatibility report for the library XWork from version 1.0.3 to 1.0.4
Summary
2 |
114 |
665 / 105 |
Incompatible |
Problem Summary
Added Methods (5)
xwork-1.0.4.jar, ActionConfig.class
package com.opensymphony.xwork.config.entities
ActionConfig.getMethod ( Class actionClass ):reflect.Method
[ run-time name: com/opensymphony/xwork/config/entities/ActionConfig.getMethod:(Ljava/lang/Class;)Ljava/lang/reflect/Method; ]
xwork-1.0.4.jar, ComponentManager.class
package com.opensymphony.xwork.interceptor.component
ComponentManager.getComponentInstance ( Class p1 ) [abstract]:Object
[ run-time name: com/opensymphony/xwork/interceptor/component/ComponentManager.getComponentInstance:(Ljava/lang/Class;)Ljava/lang/Object; ]
ComponentManager.registerInstance ( Class p1, Object p2 ) [abstract]:void
[ run-time name: com/opensymphony/xwork/interceptor/component/ComponentManager.registerInstance:(Ljava/lang/Class;Ljava/lang/Object;)V ]
xwork-1.0.4.jar, DefaultComponentManager.class
package com.opensymphony.xwork.interceptor.component
DefaultComponentManager.getComponentInstance ( Class componentType ):Object
[ run-time name: com/opensymphony/xwork/interceptor/component/DefaultComponentManager.getComponentInstance:(Ljava/lang/Class;)Ljava/lang/Object; ]
DefaultComponentManager.registerInstance ( Class componentType, Object instance ):void
[ run-time name: com/opensymphony/xwork/interceptor/component/DefaultComponentManager.registerInstance:(Ljava/lang/Class;Ljava/lang/Object;)V ]
to the top
Removed Methods (1)
xwork-1.0.3.jar, ActionConfig.class
package com.opensymphony.xwork.config.entities
ActionConfig.getMethod ( ):reflect.Method
[ run-time name: com/opensymphony/xwork/config/entities/ActionConfig.getMethod:()Ljava/lang/reflect/Method; ]
to the top
Problems with Data Types, Low risk (1)
Shorthand notations: this - reference to method's object.
xwork-1.0.3.jar
package com.opensymphony.xwork.config.entities
[+] ActionConfig (1)
|
Field cachedClass has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (39)
com.opensymphony.xwork.ActionProxy.getConfig ( ):
Return value of this abstract method has type 'ActionConfig'.
ActionConfig.ActionConfig ( ):
This constructor is from 'ActionConfig' class.
ActionConfig.ActionConfig ( String methodName, Class clazz, java.util.Map parameters, java.util.Map results, java.util.List interceptors ):
This constructor is from 'ActionConfig' class.
ActionConfig.ActionConfig ( String methodName, String className, java.util.Map parameters, java.util.Map results, java.util.List interceptors ):
This constructor is from 'ActionConfig' class.
ActionConfig.ActionConfig ( String methodName, String className, java.util.Map parameters, java.util.Map results, java.util.List interceptors, java.util.List externalRefs, String packageName ):
This constructor is from 'ActionConfig' class.
ActionConfig.addExternalRef ( ExternalReference reference ):
This method is from 'ActionConfig' class.
ActionConfig.addExternalRefs ( java.util.List externalRefs ):
This method is from 'ActionConfig' class.
ActionConfig.addInterceptor ( com.opensymphony.xwork.interceptor.Interceptor interceptor ):
This method is from 'ActionConfig' class.
ActionConfig.addInterceptors ( java.util.List interceptors ):
This method is from 'ActionConfig' class.
ActionConfig.addParam ( String name, Object value ):
This method is from 'ActionConfig' class.
ActionConfig.addResultConfig ( ResultConfig resultConfig ):
This method is from 'ActionConfig' class.
ActionConfig.equals ( Object o ):
This method is from 'ActionConfig' class.
ActionConfig.getClassName ( ):
This method is from 'ActionConfig' class.
ActionConfig.getExternalRefs ( ):
This method is from 'ActionConfig' class.
ActionConfig.getInterceptors ( ):
This method is from 'ActionConfig' class.
ActionConfig.getMethodName ( ):
This method is from 'ActionConfig' class.
ActionConfig.getPackageName ( ):
This method is from 'ActionConfig' class.
ActionConfig.getParams ( ):
This method is from 'ActionConfig' class.
ActionConfig.getResults ( ):
This method is from 'ActionConfig' class.
ActionConfig.hashCode ( ):
This method is from 'ActionConfig' class.
ActionConfig.setClassName ( String className ):
This method is from 'ActionConfig' class.
ActionConfig.setMethodName ( String methodName ):
This method is from 'ActionConfig' class.
ActionConfig.setPackageName ( String packageName ):
This method is from 'ActionConfig' class.
ActionConfig.setParams ( java.util.Map params ):
This method is from 'ActionConfig' class.
ActionConfig.setResults ( java.util.Map results ):
This method is from 'ActionConfig' class.
ActionConfig.toString ( ):
This method is from 'ActionConfig' class.
PackageConfig.addActionConfig ( String name, ActionConfig action ):
2nd parameter 'action' of this method has type 'ActionConfig'.
com.opensymphony.xwork.config.RuntimeConfiguration.getActionConfig ( String p1, String p2 ):
Return value of this abstract method has type 'ActionConfig'.
com.opensymphony.xwork.DefaultActionProxy.DefaultActionProxy ( String namespace, String actionName, java.util.Map extraContext, boolean executeResult ):
Field 'this.config' in the object of this method has type 'ActionConfig'.
com.opensymphony.xwork.DefaultActionProxy.execute ( ):
Field 'this.config' in the object of this method has type 'ActionConfig'.
com.opensymphony.xwork.DefaultActionProxy.getAction ( ):
Field 'this.config' in the object of this method has type 'ActionConfig'.
com.opensymphony.xwork.DefaultActionProxy.getActionName ( ):
Field 'this.config' in the object of this method has type 'ActionConfig'.
com.opensymphony.xwork.DefaultActionProxy.getConfig ( ):
Return value of this method has type 'ActionConfig'.
com.opensymphony.xwork.DefaultActionProxy.getExecuteResult ( ):
Field 'this.config' in the object of this method has type 'ActionConfig'.
com.opensymphony.xwork.DefaultActionProxy.getInvocation ( ):
Field 'this.config' in the object of this method has type 'ActionConfig'.
com.opensymphony.xwork.DefaultActionProxy.getNamespace ( ):
Field 'this.config' in the object of this method has type 'ActionConfig'.
com.opensymphony.xwork.DefaultActionProxy.prepare ( ):
Field 'this.config' in the object of this method has type 'ActionConfig'.
com.opensymphony.xwork.DefaultActionProxy.setExecuteResult ( boolean executeResult ):
Field 'this.config' in the object of this method has type 'ActionConfig'.
com.opensymphony.xwork.ObjectFactory.buildAction ( ActionConfig config ):
1st parameter 'config' of this method has type 'ActionConfig'.
to the top
Java ARchives (2)
xwork-1.0.3.jar
xwork-editor-1.0.3.jar
to the top
Classes (114)
package com.opensymphony.xwork
Action
ActionChainResult
ActionContext
ActionContext.ActionContextThreadLocal
ActionInvocation
ActionProxy
ActionProxyFactory
ActionSupport
DefaultActionInvocation
DefaultActionProxy
DefaultActionProxyFactory
LocaleProvider
ModelDriven
ObjectFactory
Preparable
Result
TextProvider
TextProviderSupport
Validateable
ValidationAware
ValidationAwareSupport
XworkException
XWorkMessages
package com.opensymphony.xwork.config
Configuration
ConfigurationException
ConfigurationManager
ConfigurationProvider
ConfigurationUtil
ExternalReferenceResolver
ReferenceResolverException
RuntimeConfiguration
package com.opensymphony.xwork.config.entities
ActionConfig
ExternalReference
InterceptorConfig
InterceptorListHolder
InterceptorStackConfig
PackageConfig
Parameterizable
ResultConfig
ResultTypeConfig
package com.opensymphony.xwork.config.providers
InterceptorBuilder
XmlConfigurationProvider
XmlHelper
package com.opensymphony.xwork.interceptor
AbstractLifecycleInterceptor
AroundInterceptor
ChainingInterceptor
ConversionErrorInterceptor
DefaultWorkflowInterceptor
ExternalReferencesInterceptor
Interceptor
LoggingInterceptor
ModelDrivenInterceptor
NoParameters
ParametersInterceptor
PrepareInterceptor
PreResultListener
StaticParametersInterceptor
TimerInterceptor
package com.opensymphony.xwork.interceptor.component
ComponentConfiguration
ComponentConfiguration.ComponentDefinition
ComponentInterceptor
ComponentManager
DefaultComponentManager
DefaultComponentManager.ResourceEnablerPair
Disposable
Initializable
package com.opensymphony.xwork.util
CompoundRoot
CompoundRootAccessor
CompoundRootAccessor.MethodCall
InstantiatingNullHandler
LocalizedTextUtil
OgnlUtil
OgnlValueStack
TextParseUtil
TypeConversionException
XWorkBasicConverter
XWorkConverter
XWorkEnumerationAcccessor
XWorkIteratorPropertyAccessor
XWorkList
XWorkMap
XWorkMethodAccessor
package com.opensymphony.xwork.validator
ActionValidatorManager
DelegatingValidatorContext
DelegatingValidatorContext.ActionContextLocaleProvider
DelegatingValidatorContext.LoggingValidationAware
FieldValidator
ShortCircuitableValidator
ValidationException
ValidationInterceptor
Validator
ValidatorContext
ValidatorFactory
ValidatorFileParser
package com.opensymphony.xwork.validator.validators
AbstractRangeValidator
ConversionErrorFieldValidator
DateRangeFieldValidator
EmailValidator
ExpressionValidator
FieldExpressionValidator
FieldValidatorSupport
IntRangeFieldValidator
RequiredFieldValidator
RequiredStringValidator
StringLengthFieldValidator
URLValidator
ValidatorSupport
VisitorFieldValidator
VisitorFieldValidator.AppendingValidatorContext
package com.opensymphony.xworkeditor
Application
OnChooseDocumentOk
OnEditorShowAdapter
OnStartupAdapter
SaveChangesAdapter
to the top
Generated on Mon Jan 17 19:44:14 2011 for XWork by Java API Compliance Checker 1.0
The cross-platform tool for verifying backward compatibility of a Java Library API