Test Info
Library Name | jarhdf5- |
Version #1 | 1.10.8 |
Version #2 | 1.10.9 |
Subject | Source Compatibility |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 714 / 67 |
Compatibility |
99.8% |
Problem Summary
| Severity | Count |
Added Methods | - | 1 |
Removed Methods | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 3 |
Low | 0 |
Added Methods 1
jarhdf5-1.10.9.jar,
H5.class
package hdf.hdf5lib
H5.H5export_dataset ( String p1, String p2, String p3, int p4 ) [static] : void
hdf/hdf5lib/H5.H5export_dataset:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V
to the top
Problems with Methods, Medium Severity 3
jarhdf5-1.10.8.jar,
H5.class
package hdf.hdf5lib
[+] H5.H5Tget_member_index ( long p1, String p2 ) [static] : int 1
hdf/hdf5lib/H5.H5Tget_member_index:(JLjava/lang/String;)I
| Change | Effect |
---|
1 |
Added exceptions.HDF5LibraryException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception exceptions.HDF5LibraryException must be caught or declared to be thrown. |
[+] H5.H5Tget_member_name ( long p1, int p2 ) [static] : String 1
hdf/hdf5lib/H5.H5Tget_member_name:(JI)Ljava/lang/String;
| Change | Effect |
---|
1 |
Added exceptions.HDF5LibraryException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception exceptions.HDF5LibraryException must be caught or declared to be thrown. |
[+] H5.H5Tget_member_offset ( long p1, int p2 ) [static] : long 1
hdf/hdf5lib/H5.H5Tget_member_offset:(JI)J
| Change | Effect |
---|
1 |
Removed exceptions.HDF5LibraryException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override H5Tget_member_offset ( long, int ) in H5; overridden method does not throw exceptions.HDF5LibraryException. |
to the top
Java Archives 1
jarhdf5-1.10.8.jar
to the top