Clirr Results

The following document contains the results of Clirr.

  • Current Version: 5.6.5
  • Comparison Version: 5.6.4

Summary

Severity Number
Error Error 2
Warning Warning 0
Info Info 5

API Incompatibilities

Severity Message Class Method / Field
Error Method 'public java.lang.String getValue()' has been removed info.magnolia.ui.contentapp.field.TextAndContentViewField public java.lang.String getValue()
Error Method 'public void setValue(java.lang.String)' has been removed info.magnolia.ui.contentapp.field.TextAndContentViewField public void setValue(java.lang.String)
Info Method 'public java.lang.Object getValue()' has been removed, but an inherited definition exists. info.magnolia.ui.contentapp.field.TextAndContentViewField public java.lang.Object getValue()
Info Method 'protected void setInternalValue(java.lang.String)' has been added info.magnolia.ui.contentapp.field.TextAndContentViewField protected void setInternalValue(java.lang.String)
Info Method 'protected void setInternalValue(java.lang.Object)' has been added info.magnolia.ui.contentapp.field.TextAndContentViewField protected void setInternalValue(java.lang.Object)
Info Method 'public void setReadOnly(boolean)' has been added info.magnolia.ui.contentapp.field.TextAndContentViewField public void setReadOnly(boolean)
Info Method 'public void setValue(java.lang.Object)' has been removed, but an inherited definition exists. info.magnolia.ui.contentapp.field.TextAndContentViewField public void setValue(java.lang.Object)

API Changelog

The following APIs were modified from version 5.6.4 to 5.6.5:
  • Non justified changes

    Class From To
    info.magnolia.ui.contentapp.field.TextAndContentViewField protected void setInternalValue(java.lang.Object)
    info.magnolia.ui.contentapp.field.TextAndContentViewField protected void setInternalValue(java.lang.String)
    info.magnolia.ui.contentapp.field.TextAndContentViewField public java.lang.Object getValue()
    info.magnolia.ui.contentapp.field.TextAndContentViewField public java.lang.String getValue()
    info.magnolia.ui.contentapp.field.TextAndContentViewField public void setReadOnly(boolean)
    info.magnolia.ui.contentapp.field.TextAndContentViewField public void setValue(java.lang.Object)
    info.magnolia.ui.contentapp.field.TextAndContentViewField public void setValue(java.lang.String)