Binary compatibility report for the JLine library between 0.9.94 and 1.0 versions
Test Info
Library Name | JLine |
Version #1 | 0.9.94 |
Version #2 | 1.0 |
Test Results
Total Java ARchives | 1 |
---|
Total Methods / Classes | 280 / 32 |
---|
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 7 |
---|
Removed Methods | High | 0 |
---|
Problems with Data Types | High | 0 |
---|
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Added Methods (7)
jline-1.0.jar, ConsoleReader.class
package jline
ConsoleReader.printSearchStatus ( String searchTerm, String match ) : void
[mangled: jline/ConsoleReader.printSearchStatus:(Ljava/lang/String;Ljava/lang/String;)V]
ConsoleReader.restoreLine ( ) : void
[mangled: jline/ConsoleReader.restoreLine:()V]
jline-1.0.jar, ConsoleRunner.class
package jline
ConsoleRunner.getReader ( ) [static] : ConsoleReader
[mangled: jline/ConsoleRunner.getReader:()Ljline/ConsoleReader;]
jline-1.0.jar, History.class
package jline
History.getHistory ( int index ) : String
[mangled: jline/History.getHistory:(I)Ljava/lang/String;]
History.searchBackwards ( String s ) : int
[mangled: jline/History.searchBackwards:(Ljava/lang/String;)I]
History.searchBackwards ( String searchTerm, int startIndex ) : int
[mangled: jline/History.searchBackwards:(Ljava/lang/String;I)I]
History.setCurrentIndex ( int index ) : void
[mangled: jline/History.setCurrentIndex:(I)V]
to the top
Java ARchives (1)
jline-0.9.94.jar
to the top