Binary compatibility report for the JLine library between 0.9.94 and 1.0 versions

Test Info


Library NameJLine
Version #10.9.94
Version #21.0

Test Results


Total Java ARchives1
Total Methods / Classes280 / 32
VerdictCompatible

Problem Summary


SeverityCount
Added Methods-7
Removed MethodsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods (7)


jline-1.0.jar, ConsoleReader.class
package jline
ConsoleReader.printSearchStatus ( String searchTerm, String match )  :  void
ConsoleReader.restoreLine ( )  :  void

jline-1.0.jar, ConsoleRunner.class
package jline
ConsoleRunner.getReader ( ) [static]  :  ConsoleReader

jline-1.0.jar, History.class
package jline
History.getHistory ( int index )  :  String
History.searchBackwards ( String s )  :  int
History.searchBackwards ( String searchTerm, int startIndex )  :  int
History.setCurrentIndex ( int index )  :  void

to the top

Java ARchives (1)


jline-0.9.94.jar

to the top