Source compatibility report for the rhq-core-plugin-api library  between 4.11.0 and 4.12.0 versions

Test Info


Library Namerhq-core-plugin-api
Version #14.11.0
Version #24.12.0
Java Version1.6.0_24

Test Results


Total Java ARchives1
Total Methods / Classes457 / 87
VerdictIncompatible
(1.5%)

Problem Summary


SeverityCount
Added Methods-32
Removed MethodsHigh0
Problems with
Data Types
High1
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods (32)


rhq-core-plugin-api-4.12.0.jar, Builder.class
package org.rhq.core.pluginapi.bundle
BundleHandoverContext.Builder.BundleHandoverContext.Builder ( )
BundleHandoverContext.Builder.create ( )  :  BundleHandoverContext
BundleHandoverContext.Builder.setRevert ( boolean revert )  :  BundleHandoverContext.Builder
BundleHandoverRequest.Builder.BundleHandoverRequest.Builder ( )
BundleHandoverRequest.Builder.createBundleHandoverRequest ( )  :  BundleHandoverRequest
BundleHandoverRequest.Builder.setAction ( String action )  :  BundleHandoverRequest.Builder
BundleHandoverRequest.Builder.setContent ( java.io.InputStream content )  :  BundleHandoverRequest.Builder
BundleHandoverRequest.Builder.setContext ( BundleHandoverContext context )  :  BundleHandoverRequest.Builder
BundleHandoverRequest.Builder.setFilename ( String filename )  :  BundleHandoverRequest.Builder
BundleHandoverRequest.Builder.setParams ( java.util.Map params )  :  BundleHandoverRequest.Builder

rhq-core-plugin-api-4.12.0.jar, BundleHandoverContext.class
package org.rhq.core.pluginapi.bundle
BundleHandoverContext.isRevert ( )  :  boolean
BundleHandoverContext.toString ( )  :  String

rhq-core-plugin-api-4.12.0.jar, BundleHandoverFacet.class
package org.rhq.core.pluginapi.bundle
BundleHandoverFacet.handleContent ( BundleHandoverRequest p1 ) [abstract]  :  BundleHandoverResponse

rhq-core-plugin-api-4.12.0.jar, BundleHandoverRequest.class
package org.rhq.core.pluginapi.bundle
BundleHandoverRequest.getAction ( )  :  String
BundleHandoverRequest.getContent ( )  :  java.io.InputStream
BundleHandoverRequest.getContext ( )  :  BundleHandoverContext
BundleHandoverRequest.getFilename ( )  :  String
BundleHandoverRequest.getParams ( )  :  java.util.Map
BundleHandoverRequest.toString ( )  :  String

rhq-core-plugin-api-4.12.0.jar, BundleHandoverResponse.class
package org.rhq.core.pluginapi.bundle
BundleHandoverResponse.failure ( BundleHandoverResponse.FailureType failureType ) [static]  :  BundleHandoverResponse
BundleHandoverResponse.failure ( BundleHandoverResponse.FailureType failureType, String message ) [static]  :  BundleHandoverResponse
BundleHandoverResponse.failure ( BundleHandoverResponse.FailureType failureType, String message, Throwable throwable ) [static]  :  BundleHandoverResponse
BundleHandoverResponse.getFailureType ( )  :  BundleHandoverResponse.FailureType
BundleHandoverResponse.getMessage ( )  :  String
BundleHandoverResponse.getThrowable ( )  :  Throwable
BundleHandoverResponse.isSuccess ( )  :  boolean
BundleHandoverResponse.success ( ) [static]  :  BundleHandoverResponse
BundleHandoverResponse.success ( String message ) [static]  :  BundleHandoverResponse

rhq-core-plugin-api-4.12.0.jar, BundleManagerProvider.class
package org.rhq.core.pluginapi.bundle
BundleManagerProvider.handoverContent ( org.rhq.core.domain.resource.Resource p1, BundleHandoverRequest p2 ) [abstract]  :  BundleHandoverResponse

rhq-core-plugin-api-4.12.0.jar, FailureType.class
package org.rhq.core.pluginapi.bundle
BundleHandoverResponse.FailureType.valueOf ( String name ) [static]  :  BundleHandoverResponse.FailureType
BundleHandoverResponse.FailureType.values ( ) [static]  :  BundleHandoverResponse.FailureType[ ]

rhq-core-plugin-api-4.12.0.jar, ResourceUpgradeContext.class
package org.rhq.core.pluginapi.upgrade
ResourceUpgradeContext.getVersion ( )  :  String

to the top

Problems with Data Types, High Severity (1)


rhq-core-plugin-api-4.11.0.jar
package org.rhq.core.pluginapi.bundle
[+] BundleManagerProvider (1)

to the top

Java ARchives (1)


rhq-core-plugin-api-4.11.0.jar

to the top




Generated on Tue Jul 22 07:10:31 2014 for rhq-core-plugin-api by Java API Compliance Checker 1.3.7  
A tool for checking backward compatibility of a Java library API