Clirr Results

The following document contains the results of Clirr.

  • Current Version: 0.9.0
  • Comparison Version: 0.8.0

Summary

Severity Number
Error Error 12
Warning Warning 0
Info Info 7

Details

Severity Message Class Method / Field
Error Method 'public java.lang.Throwable getCause()' is now final de.smartics.exceptions.AbstractCoreException public java.lang.Throwable getCause()
Error Method 'public de.smartics.exceptions.core.Code getCode()' is now final de.smartics.exceptions.AbstractCoreException public de.smartics.exceptions.core.Code getCode()
Error Method 'public de.smartics.exceptions.core.ExceptionId getId()' is now final de.smartics.exceptions.AbstractCoreException public de.smartics.exceptions.core.ExceptionId getId()
Error Method 'public java.util.Date getTime()' is now final de.smartics.exceptions.AbstractCoreException public java.util.Date getTime()
Error Method 'public void truncateCause()' is now final de.smartics.exceptions.AbstractCoreException public void truncateCause()
Error Method 'public java.lang.Throwable getCause()' is now final de.smartics.exceptions.AbstractCoreRuntimeException public java.lang.Throwable getCause()
Error Method 'public de.smartics.exceptions.core.Code getCode()' is now final de.smartics.exceptions.AbstractCoreRuntimeException public de.smartics.exceptions.core.Code getCode()
Error Method 'public de.smartics.exceptions.core.ExceptionId getId()' is now final de.smartics.exceptions.AbstractCoreRuntimeException public de.smartics.exceptions.core.ExceptionId getId()
Error Method 'public java.util.Date getTime()' is now final de.smartics.exceptions.AbstractCoreRuntimeException public java.util.Date getTime()
Error Method 'public void truncateCause()' is now final de.smartics.exceptions.AbstractCoreRuntimeException public void truncateCause()
Error Method 'public de.smartics.exceptions.core.CodeMessageFormatter getCodeMessageFormatter()' has been added to an interface de.smartics.exceptions.core.ExceptionContext public de.smartics.exceptions.core.CodeMessageFormatter getCodeMessageFormatter()
Error Class de.smartics.exceptions.runtime.Helper removed de.smartics.exceptions.runtime.Helper
Info Class de.smartics.exceptions.code.RunningZerosNumberCodeInfo added de.smartics.exceptions.code.RunningZerosNumberCodeInfo
Info Added protected field formatter de.smartics.exceptions.context.AbstractExceptionContext formatter
Info Method 'public de.smartics.exceptions.core.CodeMessageFormatter getCodeMessageFormatter()' has been added de.smartics.exceptions.context.AbstractExceptionContext public de.smartics.exceptions.core.CodeMessageFormatter getCodeMessageFormatter()
Info Added public field CODE_MESSAGE_FORMATTER_CLASS de.smartics.exceptions.context.ExceptionContextProperty CODE_MESSAGE_FORMATTER_CLASS
Info Class de.smartics.exceptions.core.CodeMessageFormatter added de.smartics.exceptions.core.CodeMessageFormatter
Info Class de.smartics.exceptions.core.DefaultCodeMessageFormatter added de.smartics.exceptions.core.DefaultCodeMessageFormatter
Info Method 'public de.smartics.exceptions.core.CodeMessageFormatter getFormatter(java.lang.ClassLoader)' has been added de.smartics.exceptions.runtime.ExceptionContextManager public de.smartics.exceptions.core.CodeMessageFormatter getFormatter(java.lang.ClassLoader)