Clirr Results

The following document contains the results of Clirr.

  • Current Version: 0.4.0-SNAPSHOT
  • Comparison Version: 0.3.0

Summary

Severity Number
Error Error 28
Warning Warning 0
Info Info 20

Details

Severity Message Class Method / Field
Error Method 'public java.lang.String bootConfigurationName()' has been added to an interface de.smartics.properties.api.config.app.BootProperties public java.lang.String bootConfigurationName()
Error Method 'public java.lang.String getId()' has been added to an interface de.smartics.properties.api.config.app.ConfigurationPropertiesFactory public java.lang.String getId()
Error Removed de.smartics.properties.resource.util.AbstractServiceFactory from the list of superclasses de.smartics.properties.api.config.app.ConfigurationPropertiesFactoryFactory
Error Parameter 1 of 'public PropertyStoreException(de.smartics.properties.api.config.domain.PropertyStoreMessageBean)' has changed its type to de.smartics.properties.api.core.app.AbstractBaseMessageBean de.smartics.properties.api.config.domain.PropertyStoreException public PropertyStoreException(de.smartics.properties.api.config.domain.PropertyStoreMessageBean)
Error Parameter 1 of 'public AutodetectDataSourceConfigurationPropertiesFactory(de.smartics.properties.impl.config.ds.DataSourceConfiguration)' has changed its type to de.smartics.properties.api.config.ds.DataSourceConfiguration de.smartics.properties.impl.config.ds.AutodetectDataSourceConfigurationPropertiesFactory public AutodetectDataSourceConfigurationPropertiesFactory(de.smartics.properties.impl.config.ds.DataSourceConfiguration)
Error Class de.smartics.properties.impl.config.ds.DataSourceConfiguration removed de.smartics.properties.impl.config.ds.DataSourceConfiguration
Error Return type of method 'public de.smartics.properties.impl.config.ds.DataSourceConfiguration build()' has been changed to de.smartics.properties.api.config.ds.DataSourceConfiguration de.smartics.properties.impl.config.ds.DataSourceConfigurationBuilder public de.smartics.properties.impl.config.ds.DataSourceConfiguration build()
Error Return type of method 'public de.smartics.properties.impl.config.ds.DataSourceConfiguration load()' has been changed to de.smartics.properties.api.config.ds.DataSourceConfiguration de.smartics.properties.impl.config.ds.DataSourceConfigurationJndiLoader public de.smartics.properties.impl.config.ds.DataSourceConfiguration load()
Error Return type of method 'public de.smartics.properties.impl.config.ds.DataSourceConfiguration load()' has been changed to de.smartics.properties.api.config.ds.DataSourceConfiguration de.smartics.properties.impl.config.ds.DataSourceConfigurationLoader public de.smartics.properties.impl.config.ds.DataSourceConfiguration load()
Error Return type of method 'public de.smartics.properties.impl.config.ds.DataSourceConfiguration load()' has been changed to de.smartics.properties.api.config.ds.DataSourceConfiguration de.smartics.properties.impl.config.ds.DataSourceConfigurationPropertiesLoader public de.smartics.properties.impl.config.ds.DataSourceConfiguration load()
Error Return type of method 'protected de.smartics.properties.impl.config.jndi.JndiConfigurationProperties createNewConfiguration(de.smartics.properties.api.config.domain.key.ConfigurationKey)' has been changed to de.smartics.properties.api.config.domain.ConfigurationPropertiesManagement de.smartics.properties.impl.config.jndi.JndiConfigurationPropertiesFactory protected de.smartics.properties.impl.config.jndi.JndiConfigurationProperties createNewConfiguration(de.smartics.properties.api.config.domain.key.ConfigurationKey)
Error Parameter 1 of 'public JndiPropertyStoreException(de.smartics.properties.api.config.domain.PropertyStoreMessageBean)' has changed its type to de.smartics.properties.api.core.app.AbstractBaseMessageBean de.smartics.properties.impl.config.jndi.JndiPropertyStoreException public JndiPropertyStoreException(de.smartics.properties.api.config.domain.PropertyStoreMessageBean)
Error Parameter 1 of 'public AutodetectDataSourceResourceConfigurationPropertiesFactory(de.smartics.properties.impl.config.ds.DataSourceConfiguration)' has changed its type to de.smartics.properties.api.config.ds.DataSourceConfiguration de.smartics.properties.impl.config.resource.AutodetectDataSourceResourceConfigurationPropertiesFactory public AutodetectDataSourceResourceConfigurationPropertiesFactory(de.smartics.properties.impl.config.ds.DataSourceConfiguration)
Error Return type of method 'public java.util.Properties load()' has been changed to de.smartics.properties.api.config.cache.CacheConfiguration de.smartics.properties.spi.config.cache.CacheConfigurationJndiLoader public java.util.Properties load()
Error Field CACHE_ID has been removed, but it was previously a constant de.smartics.properties.spi.config.cache.CacheConfigurationLoader CACHE_ID
Error Field JNDI_NAME has been removed, but it was previously a constant de.smartics.properties.spi.config.cache.CacheConfigurationLoader JNDI_NAME
Error Return type of method 'public java.util.Properties load()' has been changed to de.smartics.properties.api.config.cache.CacheConfiguration de.smartics.properties.spi.config.cache.CacheConfigurationLoader public java.util.Properties load()
Error Return type of method 'public java.util.Properties load()' has been changed to de.smartics.properties.api.config.cache.CacheConfiguration de.smartics.properties.spi.config.cache.CacheConfigurationPropertiesLoader public java.util.Properties load()
Error Removed de.smartics.properties.resource.util.AbstractServiceFactory from the list of superclasses de.smartics.properties.spi.config.cache.CacheManagerFactory
Error Method 'public void clear(java.lang.String)' has been removed de.smartics.properties.spi.config.cache.CacheManagerFactory public void clear(java.lang.String)
Error Method 'public void clearAll()' has been removed de.smartics.properties.spi.config.cache.CacheManagerFactory public void clearAll()
Error Method 'public void discard(java.lang.String)' has been removed de.smartics.properties.spi.config.cache.CacheManagerFactory public void discard(java.lang.String)
Error Method 'public java.util.Set getCacheNames()' has been removed de.smartics.properties.spi.config.cache.CacheManagerFactory public java.util.Set getCacheNames()
Error Method 'public de.smartics.properties.spi.config.cache.Cache getConfigurationsCache(java.lang.String)' has been removed de.smartics.properties.spi.config.cache.CacheManagerFactory public de.smartics.properties.spi.config.cache.Cache getConfigurationsCache(java.lang.String)
Error In method 'public de.smartics.properties.spi.config.cache.CacheManager getManager()' the number of arguments has changed de.smartics.properties.spi.config.cache.CacheManagerFactory public de.smartics.properties.spi.config.cache.CacheManager getManager()
Error Method 'public de.smartics.properties.spi.config.cache.UnawareCache getPropertiesCache(java.lang.String)' has been removed de.smartics.properties.spi.config.cache.CacheManagerFactory public de.smartics.properties.spi.config.cache.UnawareCache getPropertiesCache(java.lang.String)
Error Method 'public void stop(java.lang.String)' has been removed de.smartics.properties.spi.config.cache.CacheManagerFactory public void stop(java.lang.String)
Error Method 'public void stopAll()' has been removed de.smartics.properties.spi.config.cache.CacheManagerFactory public void stopAll()
Info Added de.smartics.properties.core.services.AbstractJndiBackedServiceFactory to the list of superclasses de.smartics.properties.api.config.app.ConfigurationPropertiesFactoryFactory
Info Added de.smartics.properties.core.services.AbstractServiceFactory to the list of superclasses de.smartics.properties.api.config.app.ConfigurationPropertiesFactoryFactory
Info Class de.smartics.properties.api.config.cache.CacheConfiguration added de.smartics.properties.api.config.cache.CacheConfiguration
Info Class de.smartics.properties.api.config.ds.DataSourceConfiguration added de.smartics.properties.api.config.ds.DataSourceConfiguration
Info Added de.smartics.properties.spi.config.support.AbstractExternalConfigurationPropertiesManagement to the list of superclasses de.smartics.properties.impl.config.jndi.JndiConfigurationProperties
Info Method 'protected void addDefinitionsToStore(de.smartics.properties.api.config.domain.PropertyProvider)' has been removed, but an inherited definition exists. de.smartics.properties.impl.config.jndi.JndiConfigurationProperties protected void addDefinitionsToStore(de.smartics.properties.api.config.domain.PropertyProvider)
Info Method 'protected de.smartics.properties.api.config.domain.ConfigurationPropertiesManagement createNewConfiguration(de.smartics.properties.api.config.domain.key.ConfigurationKey)' has been removed, but an inherited definition exists. de.smartics.properties.impl.config.jndi.JndiConfigurationPropertiesFactory protected de.smartics.properties.api.config.domain.ConfigurationPropertiesManagement createNewConfiguration(de.smartics.properties.api.config.domain.key.ConfigurationKey)
Info Class de.smartics.properties.impl.config.jndi.JndiConfigurationPropertyProvider added de.smartics.properties.impl.config.jndi.JndiConfigurationPropertyProvider
Info Class de.smartics.properties.impl.config.jndi.JndiContextMessageBean added de.smartics.properties.impl.config.jndi.JndiContextMessageBean
Info Added public field INVALID_CONFIGURATION_KEY de.smartics.properties.impl.config.jndi.JndiPropertyStoreCode INVALID_CONFIGURATION_KEY
Info Added de.smartics.properties.core.services.AbstractJndiBackedServiceFactory to the list of superclasses de.smartics.properties.spi.config.cache.CacheManagerFactory
Info Added de.smartics.properties.core.services.AbstractServiceFactory to the list of superclasses de.smartics.properties.spi.config.cache.CacheManagerFactory
Info Method 'public de.smartics.properties.spi.config.cache.CacheManager createManager()' has been added de.smartics.properties.spi.config.cache.CacheManagerFactory public de.smartics.properties.spi.config.cache.CacheManager createManager()
Info Method 'public de.smartics.properties.spi.config.cache.CacheManagerFactory getInstance()' has been added de.smartics.properties.spi.config.cache.CacheManagerFactory public de.smartics.properties.spi.config.cache.CacheManagerFactory getInstance()
Info Class de.smartics.properties.spi.config.config.AdminResourceConfiguration added de.smartics.properties.spi.config.config.AdminResourceConfiguration
Info Class de.smartics.properties.spi.config.config.ConfigurationJndiLookupLoader added de.smartics.properties.spi.config.config.ConfigurationJndiLookupLoader
Info Class de.smartics.properties.spi.config.config.ExtensionConfiguration added de.smartics.properties.spi.config.config.ExtensionConfiguration
Info Class de.smartics.properties.spi.config.config.PropertiesConfiguration added de.smartics.properties.spi.config.config.PropertiesConfiguration
Info Method 'public java.lang.String getId()' has been added de.smartics.properties.spi.config.support.AbstractConfigurationPropertiesFactory public java.lang.String getId()
Info Class de.smartics.properties.spi.config.support.UrlUtil added de.smartics.properties.spi.config.support.UrlUtil