Source compatibility report for the Flexdock library between 0.5.1 and 1.0 versions

Test Info


Library NameFlexdock
Version #10.5.1
Version #21.0

Test Results


Total Java ARchives1
Total Methods / Classes2136 / 256
VerdictIncompatible
(1%)

Problem Summary


SeverityCount
Added Methods-6
Removed MethodsHigh21
Problems with
Data Types
High3
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0
Other Changes
in Data Types
-1

Added Methods (6)


flexdock-1.0.jar, DefaultDockingStrategy.class
package org.flexdock.docking.defaults
DefaultDockingStrategy.keepConstantPercentage ( boolean cstPercent ) [static]  :  void
DefaultDockingStrategy.setDefaultResizeWeight ( double rw ) [static]  :  void

flexdock-1.0.jar, DockbarManager.class
package org.flexdock.dockbar
DockbarManager.setDockbarManager ( String className ) [static]  :  void

flexdock-1.0.jar, DockingSplitPane.class
package org.flexdock.docking.defaults
DockingSplitPane.getPercent ( )  :  double
DockingSplitPane.setConstantPercent ( boolean cstPercent )  :  void
DockingSplitPane.setDividerLocation ( double percent )  :  void

to the top

Removed Methods (21)


flexdock-0.5.1.jar, Log.class
package org.flexdock.logging
Log.debug ( String message ) [static]  :  void
Log.debug ( String message, Throwable t ) [static]  :  void
Log.error ( String message ) [static]  :  void
Log.error ( String message, Throwable t ) [static]  :  void
Log.setLogger ( Logger newLogger ) [static]  :  void
Log.warn ( String message ) [static]  :  void
Log.warn ( String message, Throwable t ) [static]  :  void

flexdock-0.5.1.jar, Logger.class
package org.flexdock.logging
Logger.debug ( String p1 ) [abstract]  :  void
Logger.debug ( String p1, Throwable p2 ) [abstract]  :  void
Logger.error ( String p1 ) [abstract]  :  void
Logger.error ( String p1, Throwable p2 ) [abstract]  :  void
Logger.warn ( String p1 ) [abstract]  :  void
Logger.warn ( String p1, Throwable p2 ) [abstract]  :  void

flexdock-0.5.1.jar, SimpleLogger.class
package org.flexdock.logging
SimpleLogger.debug ( String message )  :  void
SimpleLogger.debug ( String message, Throwable t )  :  void
SimpleLogger.error ( String message )  :  void
SimpleLogger.error ( String message, Throwable t )  :  void
SimpleLogger.log ( String p1, Throwable p2 ) [abstract]  :  void
SimpleLogger.SimpleLogger ( )
SimpleLogger.warn ( String message )  :  void
SimpleLogger.warn ( String message, Throwable t )  :  void

to the top

Problems with Data Types, High Severity (3)


flexdock-0.5.1.jar
package org.flexdock.logging
[+] Log (1)
[+] Logger (1)
[+] SimpleLogger (1)

to the top

Other Changes in Data Types (1)


flexdock-0.5.1.jar
package org.flexdock.docking.defaults
[+] DockingSplitPane (1)

to the top

Java ARchives (1)


flexdock-0.5.1.jar

to the top