Test Info
| Library Name | libktoblzcheck1-dev |
| Version #1 | lfs |
| Version #2 | timet |
| Arch | ARM |
| Subject | Source Compatibility |
Test Results
| Total Header Files | 2 |
| Total Libraries | 0 |
| Total Symbols / Types | 116 / 24 |
| Compatibility |
97.8% |
Problem Summary
| Severity | Count |
|---|
| Added Symbols | - | 4 |
| Removed Symbols | High | 4 |
Problems with Data Types | High | 0 |
| Medium | 0 |
| Low | 1 |
Problems with Symbols | High | 0 |
| Medium | 4 |
| Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols 4
ktoblzcheck.h
AccountNumberCheck::closestValidData ( long long date ) const
_ZNK18AccountNumberCheck16closestValidDataEx
AccountNumberCheck::isDataValidForDate ( long long date ) const
_ZNK18AccountNumberCheck18isDataValidForDateEx
AccountNumberCheck::isValidDataAvailable ( long long date ) const
_ZNK18AccountNumberCheck20isValidDataAvailableEx
AccountNumberCheck::loadDataForDate ( long long date )
_ZN18AccountNumberCheck15loadDataForDateEx
to the top
Removed Symbols 4
ktoblzcheck.h
AccountNumberCheck::closestValidData ( long date ) const
_ZNK18AccountNumberCheck16closestValidDataEl
AccountNumberCheck::isDataValidForDate ( long date ) const
_ZNK18AccountNumberCheck18isDataValidForDateEl
AccountNumberCheck::isValidDataAvailable ( long date ) const
_ZNK18AccountNumberCheck20isValidDataAvailableEl
AccountNumberCheck::loadDataForDate ( long date )
_ZN18AccountNumberCheck15loadDataForDateEl
to the top
Problems with Symbols, Medium Severity 4
ktoblzcheck.h
[+] AccountNumberCheck::closestValidData ( long date ) const 1
⇣
AccountNumberCheck::closestValidData ( long long date ) const
_ZNK18AccountNumberCheck16closestValidDataEl
|
Change |
Effect |
| 1 |
Parameters list has been changed. |
Recompilation of a client program may be broken. |
[+] AccountNumberCheck::isDataValidForDate ( long date ) const 1
⇣
AccountNumberCheck::isDataValidForDate ( long long date ) const
_ZNK18AccountNumberCheck18isDataValidForDateEl
|
Change |
Effect |
| 1 |
Parameters list has been changed. |
Recompilation of a client program may be broken. |
[+] AccountNumberCheck::isValidDataAvailable ( long date ) const 1
⇣
AccountNumberCheck::isValidDataAvailable ( long long date ) const
_ZNK18AccountNumberCheck20isValidDataAvailableEl
|
Change |
Effect |
| 1 |
Parameters list has been changed. |
Recompilation of a client program may be broken. |
[+] AccountNumberCheck::loadDataForDate ( long date ) 1
⇣
AccountNumberCheck::loadDataForDate ( long long date )
_ZN18AccountNumberCheck15loadDataForDateEl
|
Change |
Effect |
| 1 |
Parameters list has been changed. |
Recompilation of a client program may be broken. |
to the top
Problems with Data Types, Low Severity 1
time_t.h
[+] typedef time_t 1
|
Change |
Effect |
| 1 |
Base type has been changed from long to long long. |
Recompilation of a client program may be broken. |
[+] affected symbols: 2 (1.7%)
AccountNumberCheck::dataValidEndDate ( )
Return value is of type 'time_t'.
AccountNumberCheck::dataValidStartDate ( )
Return value is of type 'time_t'.
to the top
Header Files 2
iban.h
ktoblzcheck.h
to the top
Libraries 0
to the top