Binary Compatibility Report - griffon-2.12.0

ERROR

15

WARNING

0

INFO

18
Class Results
griffon.builder.core.CoreBuilderCustomizer
  • INFO(7011): Method 'public java.util.List getAttributeDelegates()' has been added
  • INFO(7011): Method 'protected void rootAttributeDelegate(groovy.util.FactoryBuilderSupport, java.lang.Object, java.util.Map)' has been added
griffon.builder.core.factory.AliasedMetaComponentFactory
  • ERROR(7002): Method 'protected java.lang.String resolveMvcId(java.lang.Object, java.lang.Object, java.util.Map)' has been removed
  • ERROR(7005): Parameter 2 of 'public AliasedMetaComponentFactory(java.lang.String, java.util.Map)' has changed its type to boolean
  • ERROR(7014): Method 'public boolean isLeaf()' is now final
  • INFO(7011): Method 'public AliasedMetaComponentFactory(java.lang.String, boolean, java.util.Map)' has been added
  • INFO(7011): Method 'public boolean getLeaf()' has been added
  • INFO(7011): Method 'public java.lang.Object newInstance(groovy.util.FactoryBuilderSupport, java.lang.Object, java.lang.Object, java.util.Map)' has been added
griffon.builder.core.factory.CollectionFactory
  • INFO(8000): Class griffon.builder.core.factory.CollectionFactory added
griffon.builder.core.factory.MetaComponentFactory
  • ERROR(7004): In method 'protected java.lang.String resolveMvcId(java.lang.Object, java.lang.Object, java.util.Map)' the number of arguments has changed
  • INFO(7011): Method 'protected java.lang.String resolveMvcType(java.lang.Object, java.lang.Object, java.util.Map)' has been added
griffon.builder.javafx.factory.AliasedFXMetaComponentFactory
  • INFO(8000): Class griffon.builder.javafx.factory.AliasedFXMetaComponentFactory added
griffon.builder.javafx.factory.FXMetaComponentFactory
  • INFO(8000): Class griffon.builder.javafx.factory.FXMetaComponentFactory added
griffon.javafx.artifact.JavaFXGriffonView
  • INFO(8000): Class griffon.javafx.artifact.JavaFXGriffonView added
griffon.javafx.collections.DelegatingObservableList
  • INFO(7003): Method 'public void forEach(java.util.function.Consumer)' has been removed, but an inherited definition exists.
griffon.javafx.support.GriffonBuilderFactory
  • INFO(8000): Class griffon.javafx.support.GriffonBuilderFactory added
griffon.javafx.support.MetaComponent
  • INFO(8000): Class griffon.javafx.support.MetaComponent added
griffon.javafx.support.MetaComponent$MvcArg
  • INFO(8000): Class griffon.javafx.support.MetaComponent$MvcArg added
griffon.pivot.support.PivotUtils
  • ERROR(7009): Accessibility of method 'public PivotUtils()' has been decreased from public to private
griffon.swing.support.SwingUtils
  • ERROR(7009): Accessibility of method 'public SwingUtils()' has been decreased from public to private
griffon.util.BindUtils
  • ERROR(3003): Added final modifier to class
  • ERROR(7009): Accessibility of method 'public BindUtils()' has been decreased from public to private
griffon.util.CollectionUtils
  • ERROR(7009): Accessibility of method 'public CollectionUtils()' has been decreased from public to private
griffon.util.GriffonClassUtils
  • ERROR(7009): Accessibility of method 'public GriffonClassUtils()' has been decreased from public to private
griffon.util.GriffonNameUtils
  • ERROR(7009): Accessibility of method 'public GriffonNameUtils()' has been decreased from public to private
griffon.util.MethodUtils
  • ERROR(7009): Accessibility of method 'public MethodUtils()' has been decreased from public to private
org.codehaus.griffon.runtime.core.configuration.DefaultConfigurationManager
  • ERROR(7004): In method 'public DefaultConfigurationManager(griffon.core.GriffonApplication)' the number of arguments has changed
org.codehaus.griffon.runtime.core.injection.Bindings
  • ERROR(7009): Accessibility of method 'public Bindings()' has been decreased from public to private
org.codehaus.griffon.runtime.core.injection.InjectionUnitOfWork
  • ERROR(7009): Accessibility of method 'public InjectionUnitOfWork()' has been decreased from public to private
org.codehaus.griffon.runtime.core.threading.AbstractUIThreadManager
  • INFO(7011): Method 'protected griffon.core.ExceptionHandler getExceptionHandler()' has been added
  • INFO(7011): Method 'protected java.util.concurrent.ExecutorService getExecutorService()' has been added
  • INFO(7011): Method 'protected griffon.core.ExecutorServiceManager getExecutorServiceManager()' has been added
org.codehaus.griffon.runtime.javafx.artifact.AbstractJavaFXGriffonView
  • INFO(4000): Added griffon.javafx.artifact.JavaFXGriffonView to the set of implemented interfaces