Binary compatibility report for the rhq-core-domain library  between 4.10.0 and 4.11.0 versions

Test Info


Library Namerhq-core-domain
Version #14.10.0
Version #24.11.0
Java Version1.6.0_24

Test Results


Total Java ARchives1
Total Methods / Classes6113 / 536
VerdictIncompatible
(0.2%)

Problem Summary


SeverityCount
Added Methods-73
Removed MethodsHigh0
Problems with
Data Types
High1
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0
Other Changes
in Data Types
-9

Added Methods (73)


rhq-core-domain-4.11.0.jar, AbstractPlugin.class
package org.rhq.core.domain.plugin
AbstractPlugin.getServersAcknowledgedDelete ( )  :  java.util.Set

rhq-core-domain-4.11.0.jar, AgentInstall.class
package org.rhq.core.domain.install.remote
AgentInstall.AgentInstall ( )
AgentInstall.equals ( Object obj )  :  boolean
AgentInstall.getAgentName ( )  :  String
AgentInstall.getId ( )  :  int
AgentInstall.getInstallLocation ( )  :  String
AgentInstall.getModifiedTime ( )  :  long
AgentInstall.getSshHost ( )  :  String
AgentInstall.getSshPassword ( )  :  String
AgentInstall.getSshPort ( )  :  Integer
AgentInstall.getSshUsername ( )  :  String
AgentInstall.hashCode ( )  :  int
AgentInstall.overlay ( AgentInstall overlay )  :  void
AgentInstall.setAgentName ( String agentName )  :  void
AgentInstall.setId ( int id )  :  void
AgentInstall.setInstallLocation ( String installLocation )  :  void
AgentInstall.setSshHost ( String host )  :  void
AgentInstall.setSshPassword ( String pw )  :  void
AgentInstall.setSshPort ( Integer port )  :  void
AgentInstall.setSshUsername ( String username )  :  void
AgentInstall.toString ( )  :  String

rhq-core-domain-4.11.0.jar, AgentInstallInfo.class
package org.rhq.core.domain.install.remote
AgentInstallInfo.getAgentPort ( )  :  int
AgentInstallInfo.getCustomAgentConfigurationFile ( )  :  String
AgentInstallInfo.isConfirmedAgentConnection ( )  :  Boolean
AgentInstallInfo.setAgentPort ( int agentPort )  :  void
AgentInstallInfo.setConfirmedAgentConnection ( Boolean flag )  :  void
AgentInstallInfo.setCustomAgentConfigurationFile ( String file )  :  void

rhq-core-domain-4.11.0.jar, CannedGroupAddition.class
package org.rhq.core.domain.plugin
CannedGroupAddition.CannedGroupAddition ( )
CannedGroupAddition.getExpressions ( )  :  java.util.List
CannedGroupAddition.setExpressions ( java.util.List expressions )  :  void

rhq-core-domain-4.11.0.jar, CannedGroupExpression.class
package org.rhq.core.domain.plugin
CannedGroupExpression.CannedGroupExpression ( )
CannedGroupExpression.getDescription ( )  :  String
CannedGroupExpression.getExpression ( )  :  java.util.List
CannedGroupExpression.getGroupDefinitionReferenceKey ( )  :  String
CannedGroupExpression.getId ( )  :  String
CannedGroupExpression.getName ( )  :  String
CannedGroupExpression.getPlugin ( )  :  String
CannedGroupExpression.getRecalcInMinutes ( )  :  int
CannedGroupExpression.isCreateByDefault ( )  :  boolean
CannedGroupExpression.isRecursive ( )  :  boolean
CannedGroupExpression.setCreateByDefault ( boolean createByDefault )  :  void
CannedGroupExpression.setDescription ( String description )  :  void
CannedGroupExpression.setExpression ( java.util.List expression )  :  void
CannedGroupExpression.setId ( String id )  :  void
CannedGroupExpression.setName ( String name )  :  void
CannedGroupExpression.setPlugin ( String plugin )  :  void
CannedGroupExpression.setRecalcInMinutes ( int recalcInMinutes )  :  void
CannedGroupExpression.setRecursive ( boolean recursive )  :  void
CannedGroupExpression.toString ( )  :  String

rhq-core-domain-4.11.0.jar, ConfigurationUtility.class
package org.rhq.core.domain.configuration
ConfigurationUtility.validateConfiguration ( Configuration configuration, Configuration currentConfiguration, definition.ConfigurationDefinition configurationDefinition ) [static]  :  java.util.List

rhq-core-domain-4.11.0.jar, CustomAgentInstallData.class
package org.rhq.core.domain.install.remote
CustomAgentInstallData.CustomAgentInstallData ( )
CustomAgentInstallData.CustomAgentInstallData ( String parentPath, boolean overwriteExistingAgent )
CustomAgentInstallData.CustomAgentInstallData ( String parentPath, boolean overwriteExistingAgent, String agentConfigurationXmlFile )
CustomAgentInstallData.getAgentConfigurationXmlFile ( )  :  String
CustomAgentInstallData.getParentPath ( )  :  String
CustomAgentInstallData.getRhqAgentEnvFile ( )  :  String
CustomAgentInstallData.isOverwriteExistingAgent ( )  :  boolean
CustomAgentInstallData.setAgentConfigurationXmlFile ( String agentConfigurationXmlFile )  :  void
CustomAgentInstallData.setOverwriteExistingAgent ( boolean overwriteExistingAgent )  :  void
CustomAgentInstallData.setParentPath ( String parentPath )  :  void

rhq-core-domain-4.11.0.jar, EventCriteria.class
package org.rhq.core.domain.criteria
EventCriteria.addFilterResourceName ( String filterResourceName )  :  void

rhq-core-domain-4.11.0.jar, GroupDefinition.class
package org.rhq.core.domain.resource.group
GroupDefinition.getCannedExpression ( )  :  String
GroupDefinition.setCannedExpression ( String cannedExpression )  :  void

rhq-core-domain-4.11.0.jar, RemoteAccessInfo.class
package org.rhq.core.domain.install.remote
RemoteAccessInfo.getAgentName ( )  :  String
RemoteAccessInfo.getRememberMe ( )  :  boolean
RemoteAccessInfo.isHostAuthorized ( )  :  boolean
RemoteAccessInfo.setAgentName ( String agentName )  :  void
RemoteAccessInfo.setHostAuthorized ( boolean hostAuthorized )  :  void
RemoteAccessInfo.setRememberMe ( boolean rememberMe )  :  void

rhq-core-domain-4.11.0.jar, SSHSecurityException.class
package org.rhq.core.domain.install.remote
SSHSecurityException.SSHSecurityException ( )
SSHSecurityException.SSHSecurityException ( String message )
SSHSecurityException.SSHSecurityException ( String message, Throwable cause )
SSHSecurityException.SSHSecurityException ( Throwable cause )

to the top

Problems with Data Types, High Severity (1)


rhq-core-domain-4.10.0.jar
package org.rhq.core.domain.install.remote
[+] AgentInstallInfo (1)

to the top

Other Changes in Data Types (9)


rhq-core-domain-4.10.0.jar
package org.rhq.core.domain.common.composite
[+] SystemSetting (2)

package org.rhq.core.domain.plugin
[+] Plugin (1)
[+] ServerPlugin (2)

package org.rhq.core.domain.resource
[+] ResourceErrorType (1)

package org.rhq.core.domain.resource.group
[+] GroupDefinition (3)

to the top

Java ARchives (1)


rhq-core-domain-4.10.0.jar

to the top




Generated on Tue May 13 07:24:16 2014 for rhq-core-domain by Java API Compliance Checker 1.3.7  
A tool for checking backward compatibility of a Java library API